:root {
  --ink: #171715;
  --muted: #6f6d67;
  --paper: #fdfdfb;
  --line: #d9d7d0;
  --accent: #5d1f27;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); font-size: 16px; }
body { margin: 0; min-height: 100vh; background: var(--paper); font-family: var(--sans); }
a { color: inherit; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }

.site-shell { width: min(1380px, calc(100% - 64px)); margin: 0 auto; }
.masthead { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 48px; border-bottom: 1px solid transparent; }
.brand { text-decoration: none; font-family: var(--sans); font-size: .82rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: clamp(24px, 3.5vw, 58px); }
.nav a { position: relative; padding: 8px 0; text-decoration: none; font-family: var(--sans); font-size: .74rem; letter-spacing: .15em; text-transform: uppercase; }
.nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }

.home { height: calc(100svh - 116px); display: grid; grid-template-rows: auto minmax(0, 1fr); overflow: hidden; }
.home-intro { padding: clamp(26px, 4.5vh, 52px) 0 14px; }
.home h1 { margin: 0; max-width: none; font-size: clamp(2.65rem, 5.1vw, 5.35rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; white-space: nowrap; }
.descriptor { margin: 24px 0 0 .35rem; font-family: var(--sans); font-size: clamp(.78rem, 1vw, .9rem); letter-spacing: .17em; text-transform: uppercase; }
.home-art { position: relative; width: 100vw; height: 100%; min-height: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; margin: 0 0 0 calc(50% - 50vw); overflow: hidden; }
.home-art img { display: block; flex: 1 1 auto; width: auto; max-width: min(1020px, 82vw); min-height: 0; height: calc(100% - 28px); object-fit: contain; object-position: center bottom; mix-blend-mode: multiply; }
.home-art figcaption { flex: 0 0 auto; width: 100%; margin: 8px 0; padding: 0 40px 0 24px; color: var(--muted); font-size: .68rem; line-height: 1.4; text-align: right; }
.prize-note { width: min(620px, 70vw); margin: 30px 0 0 .35rem; padding-top: 18px; border-top: 1px solid var(--line); font-size: clamp(.92rem, 1.15vw, 1.02rem); line-height: 1.55; }
.prize-note em { font-style: italic; }
.prize-note a { text-decoration-thickness: 1px; text-underline-offset: 4px; }

.page { max-width: 1120px; padding: clamp(72px, 10vw, 150px) 0 100px; }
.eyebrow { margin: 0 0 22px; font-family: var(--sans); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.page h1 { margin: 0 0 58px; font-size: clamp(2.8rem, 5.2vw, 5.2rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.lede { max-width: 820px; margin: 0; font-size: clamp(1.3rem, 1.9vw, 1.8rem); line-height: 1.5; }
.about-feature { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(420px, 1.25fr); gap: clamp(55px, 9vw, 120px); align-items: start; }
.portrait { margin: 0; }
.portrait img { display: block; width: 100%; height: auto; }
.about-copy .lede { margin-bottom: 38px; }
.about-copy .prose { max-width: 660px; }
.about-copy .side-note { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 45px; }
.about-copy .side-note h2 { grid-column: 1 / -1; margin-bottom: -2px; }
.two-col { display: grid; grid-template-columns: 1.4fr .72fr; gap: clamp(70px, 11vw, 150px); margin-top: 86px; }
.prose { max-width: 690px; font-size: 1.08rem; line-height: 1.78; }
.prose p:first-child { margin-top: 0; }
.side-note { border-top: 1px solid var(--ink); padding-top: 17px; font-family: var(--sans); font-size: .88rem; line-height: 1.65; }
.side-note h2 { margin: 0 0 18px; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.side-note p { margin: 0 0 18px; }

.work-list { border-top: 1px solid var(--ink); }
.work-item { display: grid; grid-template-columns: 160px 1fr; gap: 40px; padding: 36px 0 42px; border-bottom: 1px solid var(--line); }
.work-year { padding-top: 7px; font-family: var(--sans); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.work-item h2 { margin: 0 0 12px; font-size: clamp(1.65rem, 3vw, 2.45rem); font-weight: 400; }
.work-item p { max-width: 700px; margin: 0; font-size: 1.03rem; line-height: 1.65; }
.book-description p + p { margin-top: 1em; }
.work-item .book-credit { margin-top: 22px; font-size: .88rem; color: var(--muted); }
.publication-section { margin-top: 86px; }
.section-heading { margin: 0 0 24px; font-family: var(--sans); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.online-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 46px; border-top: 1px solid var(--ink); }
.online-item { display: flex; flex-direction: column; justify-content: space-between; min-height: 116px; gap: 22px; padding: 19px 0 17px; border-bottom: 1px solid var(--line); text-decoration: none; }
.online-item span { font-size: 1.05rem; line-height: 1.4; }
.online-item small { color: var(--muted); font-size: .76rem; letter-spacing: .03em; }
.online-item:hover span { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.bibliography { border-top: 1px solid var(--ink); }
.year-group { display: grid; grid-template-columns: 160px 1fr; gap: 40px; padding: 25px 0 29px; border-bottom: 1px solid var(--line); }
.year-group h3 { margin: 2px 0 0; color: var(--muted); font-size: .72rem; font-weight: 500; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.bib-list { margin: 0; padding: 0; list-style: none; }
.bib-list li { max-width: 790px; margin: 0 0 12px; font-size: .98rem; line-height: 1.58; }
.bib-list li:last-child { margin-bottom: 0; }
.bib-list a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.pub-note { display: inline-block; margin-left: 5px; color: var(--muted); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }

.comics-page { max-width: none; }
.comics-lede { max-width: 760px; }
.comics-title { white-space: nowrap; }
.comic-library { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(48px, 7vw, 96px) clamp(30px, 5vw, 72px); margin-top: 64px; }
.comic-card { color: inherit; text-decoration: none; }
.comic-cover { display: flex; align-items: center; justify-content: center; height: clamp(270px, 33vw, 455px); padding: clamp(18px, 3vw, 38px); background: #f3f2ef; overflow: hidden; transition: background-color .2s ease; }
.comic-card:hover .comic-cover { background: #eceae5; }
.comic-cover img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; box-shadow: 0 12px 28px rgba(23, 23, 21, .09); transition: transform .25s ease; }
.comic-card:hover .comic-cover img { transform: translateY(-3px); }
.comic-card-copy { display: block; padding-top: 17px; border-top: 1px solid var(--ink); }
.comic-card-copy strong { display: block; font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 400; line-height: 1.15; letter-spacing: -.02em; }
.comic-card-copy small { display: block; margin-top: 8px; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.reader-back { display: inline-block; margin-bottom: 56px; color: var(--muted); font-size: .72rem; letter-spacing: .02em; text-decoration: none; }
.reader-back:hover { color: var(--ink); }
.reader-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 42px; padding-bottom: 22px; border-bottom: 1px solid var(--ink); }
.reader-heading h1 { max-width: 850px; margin-bottom: 0; font-size: clamp(2rem, 5vw, 4.8rem); }
.reader-heading > p { max-width: 330px; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; text-align: right; }
.reader-pages { display: grid; justify-items: center; gap: clamp(48px, 7vw, 100px); margin-top: 64px; }
.reader-pages figure { margin: 0; }
.reader-pages.portrait figure { width: min(100%, 620px); }
.reader-pages.landscape figure { width: min(100%, 1020px); }
.reader-pages a { display: block; background: #fff; box-shadow: 0 12px 38px rgba(23, 23, 21, .08); }
.reader-pages img { display: block; width: 100%; height: auto; }
.reader-pages figcaption { margin-top: 11px; color: var(--muted); font-size: .62rem; letter-spacing: .13em; }

.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 70px; padding-top: 30px; border-top: 1px solid var(--ink); }
.contact-card h2 { margin: 0 0 18px; font-family: var(--sans); font-size: .72rem; letter-spacing: .17em; text-transform: uppercase; }
.contact-card p { margin: 0 0 15px; max-width: 440px; font-size: 1.1rem; line-height: 1.65; }
.contact-card a { text-underline-offset: 5px; }
.fine-print { color: var(--muted); font-family: var(--sans); font-size: .8rem !important; }

.footer { display: flex; justify-content: space-between; gap: 20px; padding: 38px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--sans); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

@media (min-width: 1100px) and (min-height: 700px) {
  .home { position: relative; display: block; }
  .home-intro { position: relative; z-index: 1; width: min(620px, 45vw); }
  .prize-note { width: min(540px, 41vw); }
  .home-art { position: absolute; right: calc(50% - 50vw); bottom: 0; width: min(1180px, 78vw); height: 80%; margin: 0; }
  .home-art img { width: 100%; max-width: 100%; height: calc(100% - 30px); object-position: right bottom; }
}

@media (max-width: 760px) {
  .site-shell { width: min(100% - 34px, 1380px); }
  .masthead { min-height: 90px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 11px; }
  .brand { font-size: .72rem; }
  .nav { width: 100%; justify-content: space-between; gap: 12px; }
  .nav a { font-size: .66rem; letter-spacing: .1em; }
  .home { height: calc(100svh - 90px); grid-template-rows: auto minmax(0, 1fr); }
  .home-intro { padding: 4vh 0 8px; }
  .home h1 { font-size: clamp(1.75rem, 8.6vw, 3.25rem); line-height: .96; letter-spacing: -.05em; }
  .descriptor { margin-top: 20px; margin-left: 2px; font-size: .68rem; }
  .home-art { width: 100vw; margin-left: calc(50% - 50vw); }
  .home-art img { width: auto; max-width: 100%; height: calc(100% - 30px); transform: none; }
  .home-art figcaption { margin: 7px 0 6px; padding: 0 24px 0 14px; font-size: .64rem; }
  .prize-note { width: 100%; margin: 26px 0 18px; padding-top: 15px; font-size: .9rem; }
  .page { padding-top: 70px; }
  .page h1 { margin-bottom: 40px; }
  .two-col { grid-template-columns: 1fr; gap: 50px; margin-top: 58px; }
  .about-feature { grid-template-columns: 1fr; gap: 44px; }
  .portrait { max-width: 460px; }
  .about-copy .side-note { grid-template-columns: 1fr; gap: 8px; }
  .work-item { grid-template-columns: 1fr; gap: 10px; padding: 28px 0 33px; }
  .publication-section { margin-top: 66px; }
  .online-list { grid-template-columns: 1fr; }
  .online-item { min-height: auto; }
  .year-group { grid-template-columns: 1fr; gap: 11px; padding: 23px 0 26px; }
  .contact-card { grid-template-columns: 1fr; gap: 42px; }
  .comic-library { grid-template-columns: 1fr; margin-top: 45px; }
  .comic-cover { height: min(105vw, 430px); }
  .reader-back { margin-bottom: 38px; }
  .reader-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .reader-heading > p { text-align: left; }
  .reader-pages { margin-top: 42px; }
  .footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
