:root {
  --ink: #171512;
  --paper: #f7f5f0;
  --white: #fff;
  --muted: #6f6a62;
  --line: #c9c3b8;
  --accent: #8a1f20;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; object-fit: contain; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 20; background: var(--ink); color: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--ink); background: rgba(247,245,240,.96); }
.nav-wrap { max-width: 1240px; min-height: 82px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { text-decoration: none; font-family: var(--serif); font-size: 1.35rem; letter-spacing: -.02em; }
.brand small { display: block; margin-top: -4px; font: .66rem/1.1 var(--sans); text-transform: uppercase; letter-spacing: .2em; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 1.75rem; }
.nav a { text-decoration: none; font-size: .79rem; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-color: currentColor; }
.menu-button { display: none; border: 1px solid var(--ink); background: none; color: inherit; padding: .55rem .7rem; font: .75rem var(--sans); text-transform: uppercase; letter-spacing: .1em; }
.shell { max-width: 1240px; margin: auto; padding: 0 28px; }
.eyebrow { margin: 0 0 1.1rem; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--accent); }
.hero { min-height: 650px; display: grid; grid-template-columns: 1fr; align-items: center; position: relative; padding-top: 74px; padding-bottom: 82px; }
.hero::after { content: ""; position: absolute; left: 28px; right: 28px; bottom: 42px; height: 1px; background: var(--ink); }
.hero-copy { max-width: 1050px; }
.hero-copy h1 { max-width: 980px; margin: 0; font: 400 clamp(3.4rem, 8vw, 7.4rem)/.93 var(--serif); letter-spacing: -.055em; }
.hero-copy h1 em { display: block; font-style: italic; color: var(--accent); }
.hero-copy .intro { max-width: 610px; margin: 2rem 0 2.2rem; color: #403c37; font: 1.1rem/1.7 var(--serif); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .7rem 1.15rem; border: 1px solid var(--ink); text-decoration: none; font-size: .76rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: .2s ease; }
.button.primary { background: var(--ink); color: var(--white); }
.button:hover { transform: translateY(-2px); background: var(--accent); border-color: var(--accent); color: white; }
.book-stage { position: relative; display: grid; place-items: center; min-width: 0; padding: 30px; }
.book-stage::before, .book-stage::after { content: ""; position: absolute; border: 1px solid var(--ink); inset: 0; border-radius: 40px 10px 40px 10px; }
.book-stage::after { inset: 9px; border-color: var(--line); }
.book-stage img { position: relative; z-index: 1; width: min(390px, 84%); height: auto; aspect-ratio: 1391 / 2000; object-fit: contain; box-shadow: 20px 25px 45px rgba(23,21,18,.18); }
.section { padding: 94px 0; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 2rem; margin-bottom: 3rem; }
.section h2, .page-intro h1 { margin: 0; font: 400 clamp(2.5rem, 5vw, 5rem)/1 var(--serif); letter-spacing: -.045em; }
.section-lede { max-width: 660px; margin: .4rem 0 0; color: var(--muted); font-family: var(--serif); font-size: 1.08rem; }
.featured-book { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.book-library { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.book-card { display: grid; grid-template-columns: minmax(160px, .65fr) 1fr; gap: clamp(1.3rem, 3vw, 2.5rem); align-items: center; }
.book-card h2 { margin: 0 0 .4rem; font: 400 clamp(1.9rem, 3vw, 3.1rem)/1 var(--serif); letter-spacing: -.04em; }
.book-card p { margin-top: 0; }
.featured-book--text { display: block; max-width: 760px; margin-left: auto; }
.book-object { display: block; width: min(390px, 100%); margin: 0 auto; box-shadow: 0 16px 30px rgba(23,21,18,.14); }
.book-cover { display: block; width: 100%; height: auto; aspect-ratio: 1391 / 2000; object-fit: cover; }
.cover-small { width: min(310px, 100%); }
.featured-book h3 { margin: 0 0 .4rem; font: 400 clamp(2.1rem, 4vw, 4rem)/1 var(--serif); letter-spacing: -.04em; }
.subtitle { margin: 0 0 1.5rem; color: var(--muted); font-family: var(--serif); font-style: italic; }
.featured-book p { max-width: 700px; }
.quote { margin: 2.2rem 0; padding: 1.5rem 0 1.5rem 1.5rem; border-left: 3px solid var(--accent); font: italic 1.22rem/1.55 var(--serif); }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.article-card { min-height: 300px; padding: 2rem; background: var(--paper); text-decoration: none; display: flex; flex-direction: column; }
.article-card:hover { background: var(--white); }
.article-card .meta { font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; color: var(--accent); }
.article-card h3 { margin: auto 0 1rem; font: 400 1.8rem/1.12 var(--serif); letter-spacing: -.025em; }
.article-card p { margin: 0; color: var(--muted); }
.manifesto { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.manifesto .large { margin: 0; font: 400 clamp(2rem, 4vw, 3.8rem)/1.08 var(--serif); letter-spacing: -.035em; }
.page-intro { padding: 90px 0 70px; }
.page-intro p { max-width: 720px; color: var(--muted); font-family: var(--serif); font-size: 1.15rem; }
.book-detail { display: grid; grid-template-columns: minmax(260px,.75fr) 1.25fr; gap: clamp(2.5rem,7vw,7rem); padding-bottom: 100px; align-items: start; }
.book-detail .cover-wrap { position: sticky; top: 30px; display: grid; place-items: start center; min-width: 0; }
.book-detail .cover-wrap .book-object { width: min(390px, 100%); margin: 0; }
.book-detail h2 { font: 400 2.4rem/1.05 var(--serif); letter-spacing: -.035em; }
.book-detail .facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 2.5rem 0; border-top: 1px solid var(--line); }
.fact { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.fact span { display: block; font-size: .7rem; color: var(--muted); letter-spacing: .13em; text-transform: uppercase; }
.article-list { border-top: 1px solid var(--ink); }
.article-row { display: grid; grid-template-columns: 150px 1fr auto; gap: 2rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.article-row .index { color: var(--accent); font: italic 1rem var(--serif); }
.article-row h2 { margin: 0; font: 400 clamp(1.6rem, 3vw, 2.5rem)/1.1 var(--serif); letter-spacing: -.03em; }
.article-row p { margin: .55rem 0 0; color: var(--muted); }
.article-row .arrow { font-size: 1.6rem; }
.prose { max-width: 760px; margin: 0 auto; padding-bottom: 100px; font-family: var(--serif); font-size: 1.12rem; line-height: 1.8; }
.prose .article-title { margin: 1.2rem 0 2rem; font: 400 clamp(2.8rem, 6vw, 5.5rem)/.98 var(--serif); letter-spacing: -.05em; }
.prose .standfirst { color: var(--muted); font-size: 1.3rem; }
.prose p:first-of-type::first-letter { float: left; padding: .16em .1em 0 0; font-size: 4.2rem; line-height: .72; }
.author-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(3rem,7vw,7rem); padding-bottom: 100px; align-items: start; }
.portrait-frame { position: relative; width: min(280px, 100%); justify-self: end; padding: 10px; border: 1px solid var(--ink); }
.portrait-frame::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(247,245,240,.65); pointer-events: none; }
.portrait-frame img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; filter: grayscale(1) contrast(1.06); }
.store-links { margin: 2.5rem 0; padding: 1.8rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.store-links h2 { margin-top: 0; }
.store-links .actions { gap: .65rem; }
.author-copy h2 { font: 400 2.5rem/1.1 var(--serif); }
.author-copy p { max-width: 670px; }
.site-footer { border-top: 1px solid var(--ink); padding: 36px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 2rem; color: var(--muted); font-size: .82rem; }
.footer-inner a { color: var(--ink); text-decoration: none; }

@media (max-width: 780px) {
  .nav-wrap { min-height: 70px; padding: 0 20px; }
  .menu-button { display: block; }
  .nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 1.4rem 20px 1.8rem; background: var(--paper); border-bottom: 1px solid var(--ink); flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .shell { padding-left: 20px; padding-right: 20px; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 50px; }
  .hero::after { left: 20px; right: 20px; bottom: 24px; }
  .hero-copy h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .book-stage { margin: 0 auto; max-width: 480px; }
  .section { padding: 70px 0; }
  .section-head, .featured-book, .book-library, .book-card, .manifesto, .book-detail, .author-layout { grid-template-columns: 1fr; }
  .featured-book--text { margin-left: 0; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 250px; }
  .book-detail .cover-wrap { position: static; place-items: start; }
  .book-detail .facts { grid-template-columns: 1fr; }
  .portrait-frame { width: min(240px, 72vw); justify-self: start; }
  .article-row { grid-template-columns: 70px 1fr; gap: 1rem; }
  .article-row .arrow { display: none; }
  .footer-inner { flex-direction: column; }
}

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