:root {
  --ink: #241711; --paper: #f5eddf; --paper-light: #fffaf0; --night: #170a07;
  --blue: #167aa5; --blue-deep: #075473; --gold: #eba92f; --orange: #d96d24;
  --red: #bd342c; --teal: #1b9b9c; --line: rgba(36, 23, 17, 0.18);
  --font-display: Georgia, "Times New Roman", serif; --font-body: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
.is-hidden { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); text-rendering: optimizeLegibility; }
a { color: inherit; }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 24px clamp(22px, 5vw, 76px); color: white; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.wordmark-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-family: var(--font-display); font-size: 15px; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); }
.site-header nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.site-header nav a:not(.nav-order):hover { color: #ffd78a; }
.nav-order { padding: 11px 20px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; }
.nav-order:hover { background: white; color: var(--night); }
.hero { min-height: 740px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); color: white; background: radial-gradient(circle at 22% 36%, rgba(230,111,39,.24), transparent 31%), linear-gradient(125deg, #140806 0%, #26100b 56%, #092f42 100%); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 118px clamp(28px, 6.2vw, 96px) 58px; position: relative; }
.hero-copy::after { content: ""; position: absolute; right: -1px; top: 18%; height: 64%; width: 1px; background: linear-gradient(transparent, rgba(255,255,255,.3), transparent); }
.eyebrow { margin: 0 0 17px; font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 760px; font-family: var(--font-display); font-size: clamp(62px, 7.8vw, 122px); line-height: .84; font-weight: 500; letter-spacing: -.065em; }
.hero-lede { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.76); font-family: var(--font-display); font-size: clamp(19px, 1.7vw, 27px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 800; }
.button-primary { background: var(--gold); color: var(--night); box-shadow: 0 16px 46px rgba(235,169,47,.2); }
.button-primary:hover { background: #ffc75d; transform: translateY(-1px); }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.fulfilment-strip { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 34px; color: rgba(255,255,255,.6); font-size: 12px; }
.fulfilment-strip span { display: flex; align-items: center; gap: 8px; }
.fulfilment-strip span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }
.hero-art { position: relative; display: grid; place-items: center; padding: 94px 8% 38px; background: linear-gradient(155deg, #1385b1 0%, #5fb4c0 43%, #e3a33b 100%); }
.sun-disc { position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,235,160,.94), rgba(244,156,45,.45) 48%, transparent 70%); filter: blur(1px); }
.hero-art img { position: relative; z-index: 1; width: min(69%, 425px); height: auto; max-height: 650px; object-fit: contain; box-shadow: 0 34px 70px rgba(33,14,8,.48), 0 5px 14px rgba(33,14,8,.3); transform: rotate(1.4deg); }
.cover-caption { position: absolute; z-index: 2; bottom: 26px; left: 9%; right: 9%; display: flex; justify-content: space-between; margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.story-section, .editions-section { padding: 80px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 1150px; margin: 0 auto 36px; }
.section-heading .eyebrow { color: var(--orange); }
.section-heading h2, .author-copy h2, .placeholder-section h2 { margin: 0; font-family: var(--font-display); font-size: clamp(43px, 5vw, 75px); line-height: 1; font-weight: 500; letter-spacing: -.045em; }
.story-grid { max-width: 1150px; margin: 0 auto; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(42px, 6vw, 76px); }
.story-prose p { margin: 0 0 18px; font-family: var(--font-display); font-size: 20px; line-height: 1.65; }
.story-prose .dropcap::first-letter { float: left; padding: 4px 10px 0 0; color: var(--orange); font-size: 76px; line-height: .75; }
.journey { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.journey li { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.journey-year { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journey h3 { margin: 0 0 7px; font-family: var(--font-display); font-size: 22px; font-weight: 600; }
.journey p { margin: 0; color: #715e53; font-size: 14px; line-height: 1.55; }
.editions-section { background: #dfd4c3; }
.editions-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 40px; }
.editions-heading > p { margin: 0; color: #6b574b; font-family: var(--font-display); font-size: 19px; line-height: 1.65; }
.edition-grid { max-width: 1150px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.edition-card { min-height: 460px; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: clamp(20px, 2.5vw, 36px); padding: clamp(24px, 3vw, 40px); overflow: hidden; }
.edition-card img { width: 100%; height: auto; box-shadow: 0 26px 55px rgba(24,10,6,.24); transform: rotate(-1.5deg); }
.edition-card-dark img { transform: rotate(1.5deg); }
.edition-card-light { background: var(--paper-light); }
.edition-card-dark { background: var(--night); color: white; }
.edition-language { margin: 0 0 18px; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--orange); }
.edition-card-dark .edition-language { color: var(--gold); }
.edition-meta h3 { margin: 0 0 14px; font-family: var(--font-display); font-size: clamp(30px, 3vw, 49px); line-height: 1.04; font-weight: 500; }
.edition-meta > p:not(.edition-language) { margin: 0; color: #7a6558; font-size: 14px; line-height: 1.6; }
.edition-card-dark .edition-meta > p:not(.edition-language) { color: rgba(255,255,255,.6); }
.edition-meta strong { display: block; margin-top: 24px; font-family: var(--font-display); font-size: 26px; }
.edition-meta .edition-isbn { margin-top: 6px !important; font-size: 11px !important; }
.edition-meta .translator-credit { font-weight: 780; }
.author-section { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); background: var(--blue-deep); color: white; }
.author-image { min-height: 570px; overflow: hidden; }
.author-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: saturate(.86) contrast(1.03); }
.author-copy { align-self: center; max-width: 720px; padding: 68px clamp(36px, 7vw, 110px); }
.author-copy .eyebrow { color: #ffd36f; }
.author-intro { margin: 26px 0; color: #bceaf2 !important; font-family: var(--font-display); font-size: 24px !important; }
.author-copy > p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.72; }
.author-copy .text-link { margin-top: 22px; }
.interview-section { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr); background: var(--paper-light); }
.interview-intro { padding: 74px clamp(28px, 6vw, 88px) 44px; border-right: 1px solid var(--line); }
.interview-intro .eyebrow, .order-intro .eyebrow { color: var(--orange); }
.interview-intro h2, .order-intro h2 { margin: 0; font-family: var(--font-display); font-size: clamp(45px, 5.4vw, 78px); line-height: .98; font-weight: 500; letter-spacing: -.05em; }
.interview-intro > p:not(.eyebrow) { max-width: 520px; margin: 22px 0 0; color: #735f53; font-family: var(--font-display); font-size: 19px; line-height: 1.62; }
.audio-list { padding: 36px clamp(24px, 5vw, 78px); }
.audio-item { padding: 20px 0 22px; border-bottom: 1px solid var(--line); }
.audio-item:first-child { border-top: 1px solid var(--line); }
.audio-question { display: grid; grid-template-columns: 44px minmax(0, 1fr) 46px; gap: 17px; align-items: start; }
.audio-question > span, .audio-question time { color: var(--orange); font-size: 11px; line-height: 1.5; font-weight: 800; letter-spacing: .08em; }
.audio-question time { color: #8a7669; text-align: right; }
.audio-question h3 { margin: 0; font-family: var(--font-display); font-size: 22px; line-height: 1.35; font-weight: 600; }
.audio-item audio { display: block; width: calc(100% - 61px); height: 36px; margin: 13px 0 0 61px; color-scheme: light; }

.order-section { display: grid; grid-template-columns: minmax(340px, .62fr) minmax(0, 1.38fr); align-items: start; background: var(--night); color: white; }
.order-intro { position: sticky; top: 0; padding: 72px clamp(28px, 5vw, 78px); background: radial-gradient(circle at 0 78%, rgba(217,109,36,.25), transparent 35%); }
.order-price { display: flex; align-items: baseline; gap: 12px; margin: 28px 0 0; }
.order-price strong { color: var(--gold); font-family: var(--font-display); font-size: 56px; font-weight: 500; }
.order-price span { color: rgba(255,255,255,.58); font-size: 13px; }
.order-intro ul { list-style: none; margin: 28px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); }
.order-intro li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.74); font-size: 14px; }
.order-intro li::before { content: "✓"; margin-right: 11px; color: var(--gold); font-weight: 900; }
.tariff-source { margin-top: 22px; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.6; }
.order-form { min-width: 0; padding: 44px clamp(24px, 3.6vw, 56px) 52px; background: #f4ecdf; color: var(--ink); }
.order-form-header { max-width: 680px; margin-bottom: 24px; }
.order-form-header .eyebrow { margin-bottom: 12px; color: var(--orange); }
.order-form-header h3 { margin: 0; font-family: var(--font-display); font-size: clamp(32px, 3.1vw, 48px); line-height: 1.04; font-weight: 500; letter-spacing: -.035em; }
.order-form-header > p:last-child { max-width: 610px; margin: 16px 0 0; color: #715e53; font-size: 14px; line-height: 1.65; }
.form-section { min-width: 0; margin: 0; padding: 20px 0; border: 0; border-top: 1px solid var(--line); }
.form-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin: 0 0 12px; }
.form-section-heading h4 { margin: 0; font-family: var(--font-display); font-size: 21px; font-weight: 600; }
.form-section-heading p { margin: 4px 0 0; color: #806b5e; font-size: 11px; line-height: 1.5; }
.step-heading { display: flex; align-items: center; gap: 12px; width: 100%; margin: 0 0 21px; padding: 0; color: var(--ink); }
.step-heading span { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: white; font-size: 12px; }
.step-heading strong { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.book-order-grid, .delivery-choice-grid, .field-grid { display: grid; gap: 12px; }
.book-order-grid, .field-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.book-order-card { display: grid; min-width: 0; grid-template-columns: minmax(0, 1fr) 78px; align-items: end; gap: 14px; padding: 15px; border: 1px solid rgba(36,23,17,.18); border-radius: 8px; background: rgba(255,255,255,.56); transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.book-order-card.has-copies { border-color: var(--orange); background: #fffaf0; box-shadow: 0 0 0 2px rgba(217,109,36,.13); }
.book-order-card:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(217,109,36,.11); }
.book-order-copy { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.book-order-copy small { color: #8b6e5d; font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }
.book-order-copy strong { font-family: var(--font-display); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.12; font-weight: 600; }
.book-order-copy span { color: #806b5e; font-size: 11px; line-height: 1.35; }
.book-quantity { gap: 5px !important; }
.book-quantity > span { font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.book-quantity input { width: 78px !important; min-height: 40px !important; padding: 0 8px !important; text-align: center; font-weight: 800 !important; }
.delivery-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.selection-card { position: relative; display: flex; min-width: 0; min-height: 74px; align-items: center; padding: 13px 44px 13px 15px; border: 1px solid rgba(36,23,17,.18); border-radius: 8px; background: rgba(255,255,255,.56); cursor: pointer; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease; }
.selection-card:hover { border-color: rgba(36,23,17,.42); background: rgba(255,255,255,.82); transform: translateY(-1px); }
.selection-card.selected { border-color: var(--orange); background: #fffaf0; box-shadow: 0 0 0 2px rgba(217,109,36,.13); }
.selection-card:has(.selection-input:focus-visible) { outline: 3px solid rgba(22,122,165,.34); outline-offset: 3px; }
.selection-input { position: absolute !important; width: 1px !important; height: 1px !important; min-height: 1px !important; margin: 0 !important; padding: 0 !important; opacity: 0; pointer-events: none; }
.selection-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; gap: 4px; }
.selection-copy small { color: #8b6e5d; font-size: 10.5px; font-weight: 700; letter-spacing: .01em; line-height: 1.35; }
.selection-copy strong { overflow-wrap: normal; font-family: var(--font-display); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.12; font-weight: 600; }
.selection-copy b { margin-top: auto; color: var(--orange); font-size: 12px; line-height: 1.3; }
.selection-indicator { position: absolute; top: 50%; right: 14px; display: grid; place-items: center; width: 19px; height: 19px; transform: translateY(-50%); border: 1.5px solid #a58f80; border-radius: 50%; background: white; }
.selection-card.selected .selection-indicator { border-color: var(--orange); background: var(--orange); box-shadow: inset 0 0 0 5px white; }
.delivery-card { min-height: 76px; padding: 13px 42px 13px 14px; }
.delivery-card .selection-copy strong { font-size: clamp(16px, 1.35vw, 20px); }
.order-form label { display: flex; min-width: 0; flex-direction: column; gap: 8px; color: #4f3d33; font-size: 12px; font-weight: 800; }
.order-form label small { color: #8d786a; font-weight: 400; }
.order-form input:not(.selection-input), .order-form textarea { width: 100%; border: 1px solid rgba(36,23,17,.2); border-radius: 7px; background: #fffaf1; color: var(--ink); font: inherit; font-size: 15px; outline: none; }
.order-form input { min-height: 44px; padding: 0 13px; }
.order-form textarea { padding: 13px; resize: vertical; line-height: 1.5; }
.order-form input:not(.selection-input):focus, .order-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(217,109,36,.11); }
.field-grid { margin-bottom: 12px; }
.field-wide { grid-column: 1 / -1; }
.form-section > label + label, .form-section .field-grid + label { margin-top: 14px; }
.delivery-note { margin-top: 10px; padding: 11px 14px; border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0; background: #e8dac3; color: #6e594c; font-size: 12px; line-height: 1.55; }
.delivery-note strong { color: var(--ink); }
.delivery-address-fields { margin-top: 14px; padding: 16px; border: 1px solid rgba(36,23,17,.13); border-radius: 10px; background: rgba(255,255,255,.34); }
.trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.order-summary { margin-top: 4px; padding: 18px 20px; border-radius: 11px; background: var(--ink); color: white; }
.summary-title { margin: 0 0 13px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.order-summary > div { display: flex; justify-content: space-between; gap: 24px; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.order-summary span { color: rgba(255,255,255,.57); }
.order-summary strong { text-align: right; }
.order-disclaimer { margin: 14px 0; color: #796559; font-size: 11px; line-height: 1.6; }
.consent-field { flex-direction: row !important; align-items: flex-start; gap: 11px !important; margin: 0 0 19px; color: #675448 !important; font-size: 11px !important; line-height: 1.55; font-weight: 400 !important; }
.consent-field input { flex: 0 0 auto; width: 18px !important; min-height: 18px !important; margin: 0; padding: 0; accent-color: var(--orange); }
.submit-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 58px; padding: 0 24px; border: 0; border-radius: 9px; background: var(--orange); color: white; font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; }
.submit-button span:last-child { font-size: 23px; font-weight: 400; }
.submit-button:hover:not(:disabled) { background: #bb541b; }
.submit-button:disabled { opacity: .65; cursor: wait; }
.form-message { margin: 15px 0 0; padding: 13px 15px; font-size: 13px; line-height: 1.5; }
.form-message.success { background: #dbeadc; color: #1e5a32; }
.form-message.error { background: #f1d8d2; color: #852d24; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 34px clamp(22px, 5vw, 76px); background: #0d0503; color: rgba(255,255,255,.6); font-size: 11px; }
footer p { margin: 0; text-align: center; }
footer > a:last-child { justify-self: end; text-underline-offset: 4px; }
.footer-wordmark { color: white; }
@media (max-width: 1250px) {
  .delivery-choice-grid { gap: 9px; }
  .delivery-card { min-height: 72px; }
}
@media (max-width: 980px) {
  .site-header nav a:not(.nav-order) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; }
  .hero-copy::after { display: none; }
  .hero-art { min-height: 580px; }
  .story-grid, .editions-heading { grid-template-columns: 1fr; }
  .edition-card { grid-template-columns: .8fr 1.2fr; }
  .author-section { grid-template-columns: 1fr; }
  .author-image { min-height: 500px; }
  .interview-section, .order-section { grid-template-columns: 1fr; }
  .order-intro { position: static; min-height: 0; }
  .interview-intro { border-right: 0; border-bottom: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer > a:last-child { justify-self: center; }
}
@media (max-width: 680px) {
  .site-header { padding: 18px 20px; }
  .wordmark span:last-child { display: none; }
  .hero-copy { min-height: 560px; padding: 110px 22px 48px; }
  .hero h1 { font-size: clamp(58px, 18vw, 82px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .fulfilment-strip { flex-direction: column; gap: 10px; }
  .hero-art { min-height: 500px; padding-top: 68px; }
  .hero-art img { width: min(75%, 360px); }
  .story-section, .editions-section { padding: 62px 22px; }
  .section-heading { margin-bottom: 28px; }
  .story-grid { gap: 28px; }
  .edition-grid { grid-template-columns: 1fr; }
  .edition-card { min-height: 0; grid-template-columns: .8fr 1.2fr; padding: 26px 20px; }
  .edition-meta h3 { font-size: 29px; }
  .edition-meta strong { margin-top: 20px; }
  .author-image { min-height: 400px; }
  .author-copy { padding: 56px 24px; }
  .interview-intro, .order-intro { padding: 56px 22px 34px; }
  .audio-list { padding: 24px 22px 52px; }
  .audio-question { grid-template-columns: 36px minmax(0, 1fr) 42px; gap: 10px; }
  .audio-question h3 { font-size: 19px; }
  .audio-item audio { width: calc(100% - 46px); margin-left: 46px; }
  .order-form { padding: 40px 18px 48px; }
  .book-order-grid, .delivery-choice-grid, .field-grid { grid-template-columns: 1fr; }
  .selection-card, .delivery-card { min-height: 66px; }
  .field-wide { grid-column: auto; }
  .delivery-address-fields { padding: 16px; }
  footer { padding: 44px 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
