:root {
  --paper: #faf6f0;
  --ink: #11100f;
  --blue: #155893;
  --red: #a5231e;
  --rule: #bcb5ac;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Times New Roman', Georgia, serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--blue);
  text-underline-offset: 0.35em;
  text-decoration-thickness: 1px;
}
a:hover {
  text-decoration-thickness: 2px;
}
a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 1rem 0;
}
h1,
h2 {
  font-weight: 400;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 1.02;
  margin: 1.5rem 0 2rem;
}
h2 {
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 1rem;
}
.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  padding: 1rem;
  color: white;
  background: var(--ink);
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-shell {
  width: min(100%, 76rem);
  min-height: 100vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  background: var(--paper);
}
.site-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 4%;
}
.brand {
  display: block;
  width: 10rem;
}
.brand img {
  width: 100%;
}
.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}
.site-nav a,
.end-card nav a {
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.site-nav a[aria-current] {
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
}
.page {
  flex: 1;
  width: 100%;
  padding: 2.5rem 7% 4rem;
}
.page:focus {
  outline: none;
}
.folio {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0 0 1.5rem;
  color: var(--blue);
  font:
    600 0.875rem/1.35 -apple-system,
    BlinkMacSystemFont,
    Arial,
    sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lead {
  font-size: 1.5rem;
}
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-block: 0.5rem;
  font-size: 1.125rem;
  position: relative;
  gap: 0.6rem;
  text-decoration: none;
  padding-bottom: 0.65rem;
}
.ruled {
  border-top: 1px solid var(--rule);
  padding-top: 2rem;
  margin-top: 3rem;
}
.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  align-items: center;
  gap: 1rem;
  min-height: 30rem;
}
.home-intro h1 {
  font-size: clamp(3.5rem, 6.5vw, 5.75rem);
  line-height: 0.98;
  margin: 0 0 1.5rem;
}
.home-intro .lead {
  max-width: 23ch;
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
}
.page--index {
  padding-top: 0;
  padding-bottom: 0;
}
.ink-connection {
  display: block;
  width: 100%;
  height: auto;
  margin-block: -1.5rem;
  overflow: visible;
  pointer-events: none;
}
.word-flourish {
  position: relative;
  white-space: nowrap;
}
.word-flourish::after,
.text-link::before {
  clip-path: inset(0.5px 0.5px 0);
  pointer-events: none;
}
.word-flourish::after {
  content: '';
  position: absolute;
  left: 3%;
  right: 0;
  bottom: -0.03em;
  height: 0.1em;
  border-bottom: 2px solid var(--red);
  border-radius: 0 0 55% 35%;
  transform: rotate(-3deg);
}
.art-stage {
  position: relative;
  min-width: 0;
}
.notebook-stage {
  width: 113%;
  margin-left: -3%;
  transform: rotate(-3deg);
}
.margin-marks {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.notebook-marks {
  transform: translateY(-8%);
}
.portrait-stage {
  transform: rotate(-1.5deg);
}
.portrait-marks {
  inset: -4% -3% auto;
  width: 106%;
  height: 106%;
}
.text-link::before {
  content: '';
  position: absolute;
  left: 0;
  right: 1.9rem;
  bottom: 0.4rem;
  height: 0.3rem;
  border-bottom: 1.5px solid currentColor;
  border-radius: 0 0 60% 30%;
  transform: rotate(-1.5deg);
}
.text-link > span {
  font-size: 1.25rem;
}
.text-link:hover::before {
  border-bottom-color: var(--red);
}
.site-shell--home .end-card {
  flex-direction: row;
  justify-content: space-between;
  border-top: 0;
  margin-top: 0;
  padding: 0.5rem 0 2.5rem;
}
.site-shell--home .end-card .brand {
  width: 8.5rem;
}
.ink-stroke,
.ink-star {
  fill: none;
  stroke: #456db0;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.ink-star {
  stroke: var(--red);
}
.ink-stroke--phone {
  display: none;
}
.editorial-art {
  width: 100%;
  height: auto;
}
.story-beat {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8%;
  align-items: center;
  padding-block: 1.5rem;
}
.story-beat h2 {
  font-size: clamp(2.25rem, 3.8vw, 3.5rem);
}
.project-caption {
  color: var(--red);
}
.mom-and-dad .portrait-art {
  max-width: 28rem;
}
.portrait-art {
  max-width: 25rem;
  margin-inline: auto;
}
.character-beat {
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  padding-top: 0;
}
.character-beat > .story-copy {
  padding-left: 10%;
}
.community-scene {
  padding-top: 0;
  overflow: hidden;
}
.community-scene img {
  width: 100%;
}
.page--about .split-hero {
  min-height: 28rem;
}
.project-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 7%;
  align-items: center;
}
.project-card h2 {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}
.joint-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center bottom;
}
.split-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 7%;
  align-items: center;
}
.split-hero h1:not(.folio) {
  font-size: clamp(2.6rem, 5vw, 5rem);
}
.page--project .joint-photo {
  aspect-ratio: 7 / 8;
}
.accent {
  color: var(--red);
}
.creator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
  margin-top: 2rem;
}
.creator-profile {
  text-align: center;
}
.creator-profile .creator-links {
  justify-content: center;
}
.creator-profile h2 {
  font-size: 2rem;
  margin: 1rem 0 0.5rem;
}
.creator-portrait {
  display: block;
  width: min(100%, 27rem);
  height: auto;
  margin-inline: auto;
}
.creator-links {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.page--creators {
  padding-block: 3rem 5rem;
}
.company-note {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 3rem;
}
.company-note h2 {
  max-width: 11ch;
}
.company-note p {
  margin-top: 0;
}
.press-intro {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 9%;
  margin-top: 3rem;
}
.press-intro p {
  max-width: 30rem;
}
.press-logo {
  width: 16rem;
  margin: 1rem 0 0.5rem;
}
.coverage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coverage-list li {
  display: grid;
  grid-template-columns: 1fr 1.3fr 0.65fr;
  gap: 3rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--rule);
  font-size: 1rem;
  line-height: 1.4;
  align-items: start;
}
.coverage-list a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.coverage-list li span,
.coverage-list time {
  padding-block: 0.65rem;
}
.contact {
  margin-top: 2rem;
}
.end-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem;
  color: var(--ink);
  border-top: 1px solid var(--rule);
  margin: 2rem 4% 0;
  padding-block: 2rem;
}
.brand--reversed {
  width: 9.5rem;
}
.brand--reversed img {
  filter: invert(1);
}
.end-card nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 2rem;
}
.end-card a[aria-current] {
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
}
.end-card a:focus-visible {
  outline-color: var(--blue);
}
@media (max-width: 700px) {
  .site-header {
    padding: 1.25rem 1.5rem 0;
    flex-direction: column;
    gap: 0.5rem;
  }
  .brand {
    width: 7rem;
  }
  .site-nav {
    width: 100%;
    gap: 0.25rem;
    justify-content: space-between;
    font-size: 0.95rem;
  }
  .page {
    padding: 2rem 1.5rem 2.5rem;
  }
  h1 {
    font-size: clamp(2.5rem, 9vw, 4rem);
    margin: 1.5rem 0;
  }
  h2 {
    font-size: 1.65rem;
  }
  p {
    font-size: 1rem;
  }
  .lead {
    font-size: 1.125rem;
  }
  .folio {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
  .home-intro h1 {
    font-size: clamp(3rem, 12vw, 4.5rem);
    line-height: 0.97;
    margin: 2rem 0 1.5rem;
  }
  .home-intro .lead {
    max-width: 25ch;
  }
  .home-intro {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 1.5rem;
  }
  .home-intro .lead {
    font-size: 1.125rem;
  }
  .notebook-stage {
    width: 100%;
    max-width: 34rem;
    margin-inline: auto;
    margin-top: 0.75rem;
    transform: rotate(-2deg);
  }
  .portrait-stage {
    margin-inline: 0.5rem;
  }
  .story-beat,
  .character-beat {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding-block: 2rem 1rem;
  }
  .ink-connection {
    margin-block: 0;
  }
  .ink-stroke--desktop {
    display: none;
  }
  .ink-stroke--phone {
    display: block;
  }
  .portrait-art {
    width: min(100%, 22rem);
  }
  .character-beat > .story-copy {
    padding-left: 0;
  }
  .character-beat .editorial-art {
    margin-top: -2rem;
  }
  .page--index {
    padding-bottom: 0;
  }
  .story-beat h2 {
    font-size: 2.5rem;
  }
  .community-scene {
    padding-top: 0;
  }
  .page--about .split-hero {
    min-height: 0;
  }
  .project-card,
  .split-hero,
  .company-note,
  .press-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .project-card h2 {
    font-size: 2rem;
  }
  .project-card .folio {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
  }
  .ruled {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
  .split-hero h1:not(.folio) {
    font-size: clamp(2.15rem, 8.5vw, 3.5rem);
  }
  .page--project .joint-photo {
    aspect-ratio: 1 / 1;
  }
  .page--project .split-hero p {
    margin: 0.65rem 0;
  }
  .creator-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .creator-profile h2 {
    font-size: 1.875rem;
  }
  .company-note {
    gap: 0.25rem;
  }
  .company-note h2 {
    max-width: none;
  }
  .press-intro {
    margin-top: 2rem;
    gap: 2rem;
  }
  .press-logo {
    width: 12rem;
  }
  .coverage-list li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .coverage-list li span,
  .coverage-list time {
    padding: 0;
  }
  .coverage-list time {
    font-size: 0.875rem;
  }
  .end-card {
    padding: 1.25rem 1rem;
    gap: 0.25rem;
  }
  .brand--reversed {
    width: 7rem;
  }
  .end-card nav {
    gap: 0 1.1rem;
    font-size: 0.875rem;
  }
  .site-shell--home .end-card {
    align-items: flex-start;
    gap: 1.5rem;
    padding: 0.5rem 0.5rem 2rem;
  }
  .site-shell--home .end-card .brand {
    flex: 0 0 6.5rem;
  }
  .site-shell--home .end-card nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .site-shell--home .end-card nav a {
    justify-content: flex-start;
  }
}
