:root {
  --ink: #111416;
  --ink-soft: #293039;
  --paper: #f4f0e8;
  --paper-deep: #e8e0d4;
  --white: #fffdf9;
  --line: rgba(17,20,22,.16);
  --blue: #5a758d;
  --blue-deep: #263b4d;
  --red: #a32024;
  --green: #167a43;
  --gold: #b58a4a;
  --shadow: 0 20px 60px rgba(17,20,22,.14);
  --radius: 22px;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: .8rem 1rem; background: var(--white); border: 2px solid var(--ink); }
.skip-link:focus { top: 12px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.announcement { background: var(--ink); color: #fff; font-size: .88rem; letter-spacing: .02em; }
.announcement .container { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: .75rem; text-align: center; }
.announcement strong { color: #fff; }
.announcement a { color: #fff; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,249,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; margin-right: auto; }
.brand img { width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }
.brand > span { font-family: var(--serif); font-size: 1.55rem; line-height: 1; letter-spacing: .035em; white-space: nowrap; }
.brand small { font-family: var(--sans); font-size: .46em; font-weight: 700; letter-spacing: .12em; vertical-align: .15em; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { text-decoration: none; font-size: .94rem; font-weight: 600; padding: .4rem 0; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current="page"] { border-bottom-color: var(--red); }
.lang-link { border: 1px solid var(--line) !important; border-radius: 999px; padding: .42rem .7rem !important; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px auto; }
main { overflow: clip; }
.hero { position: relative; padding: 88px 0 76px; background: linear-gradient(135deg, #f8f5ef 0%, #ece7de 55%, #dfe6eb 100%); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(17,20,22,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(17,20,22,.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent, #000 35%, #000); }
.hero::after { content: ""; position: absolute; left: 0; right: 43%; top: 45%; height: 64px; background: var(--ink); opacity: .96; transform: translateY(-50%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-weight: 800; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.02; margin-top: 0; }
h1 { font-size: clamp(3.6rem, 8vw, 7.4rem); letter-spacing: -.045em; margin-bottom: 18px; }
.hero h1 { position: relative; color: var(--ink); }
.hero .title-line-on-bar { color: var(--white); position: relative; z-index: 3; display: inline-block; }
.hero .lead { max-width: 650px; font-family: var(--serif); font-size: clamp(1.2rem, 2.1vw, 1.55rem); line-height: 1.45; margin: 0 0 26px; color: var(--ink-soft); }
.hero .tagline { font-size: 1rem; font-weight: 750; letter-spacing: .02em; margin: 0 0 14px; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .78rem 1.15rem; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-weight: 750; font-size: .93rem; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(17,20,22,.12); }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--blue-deep); }
.btn-direct { background: var(--red); border-color: var(--red); color: #fff; }
.btn-secondary { background: rgba(255,255,255,.55); }
.btn-small { min-height: 40px; padding: .55rem .86rem; font-size: .84rem; }
.is-disabled { opacity: .48; cursor: not-allowed; pointer-events: none; box-shadow: none !important; transform: none !important; }
.cover-stage { position: relative; z-index: 2; min-height: 550px; display: grid; place-items: center; }
.cover-stage::before { content: ""; position: absolute; width: 84%; height: 84%; border: 1px solid rgba(17,20,22,.18); border-radius: 50%; }
.cover-stage::after { content: ""; position: absolute; width: 62%; height: 62%; border: 1px dashed rgba(90,117,141,.6); border-radius: 50%; animation: slow-spin 34s linear infinite; }
@keyframes slow-spin { to { transform: rotate(360deg); } }
.cover-key-art { width: min(470px, 88%); position: relative; z-index: 2; border: 14px solid rgba(255,253,249,.9); box-shadow: var(--shadow); transform: rotate(1.4deg); }
.cover-key-art img { aspect-ratio: 1/1; object-fit: cover; }
.cover-badge { position: absolute; z-index: 4; right: 3%; bottom: 7%; width: 154px; min-height: 154px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--white); border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(17,20,22,.13); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.cover-badge strong { display: block; font-family: var(--serif); font-size: 2rem; letter-spacing: 0; line-height: 1; margin-bottom: 5px; }
.meta-strip { position: relative; z-index: 4; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.meta-pill { padding: .46rem .75rem; border-radius: 999px; background: rgba(255,253,249,.72); border: 1px solid var(--line); font-size: .82rem; font-weight: 650; }
.section { padding: 92px 0; }
.section-tight { padding: 64px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-blue { background: var(--blue-deep); color: var(--white); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 40px; }
.section-head h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); margin-bottom: 0; }
.section-head p { max-width: 620px; margin: 0; color: var(--ink-soft); }
.section-dark .section-head p, .section-blue .section-head p { color: rgba(255,255,255,.75); }
.kicker { color: var(--red); font-weight: 800; letter-spacing: .14em; font-size: .76rem; text-transform: uppercase; margin-bottom: 10px; }
.section-dark .kicker, .section-blue .kicker { color: #e7ba73; }
.purchase-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.purchase-card { background: var(--white); color: var(--ink); padding: 30px; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(17,20,22,.08); }
.purchase-card h3 { font-size: 2rem; margin-bottom: 10px; }
.purchase-card p { color: var(--ink-soft); }
.purchase-card .icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); font-size: 1.35rem; margin-bottom: 18px; }
.market-box { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 16px; }
.market-select { min-height: 46px; border: 1px solid var(--line); border-radius: 12px; padding: 0 .8rem; background: var(--white); }
.note { font-size: .82rem; color: #5c6368; margin-top: 12px; }
.catalog-feature { display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; align-items: center; padding: 36px; border-radius: 30px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.catalog-feature img { width: min(420px,100%); margin-inline: auto; box-shadow: 0 20px 45px rgba(17,20,22,.18); }
.catalog-feature h2 { font-size: clamp(2.8rem,5vw,5.1rem); margin-bottom: 14px; }
.catalog-feature p { font-family: var(--serif); font-size: 1.22rem; color: var(--ink-soft); }
.book-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 28px; }
.book-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 180px 1fr; gap: 24px; align-items: center; min-height: 330px; padding: 28px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.book-card::after { content: ""; position: absolute; inset: auto -40px -70px auto; width: 200px; height: 200px; border-radius: 50%; background: rgba(90,117,141,.09); }
.book-card img { width: 180px; max-height: 285px; object-fit: cover; position: relative; z-index: 1; box-shadow: 0 14px 30px rgba(17,20,22,.17); }
.book-card h3 { font-size: 2.1rem; margin-bottom: 8px; }
.book-card p { color: var(--ink-soft); margin-top: 0; }
.language-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0 20px; }
.language-pill { display: inline-flex; padding: .36rem .58rem; border: 1px solid var(--line); border-radius: 999px; font-size: .74rem; font-weight: 700; background: var(--paper); }
.edition-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.edition-card { display: flex; flex-direction: column; background: var(--white); color: var(--ink); border-radius: 18px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 10px 26px rgba(17,20,22,.08); }
.edition-card .cover-wrap { background: #08131d; padding: 16px; }
.edition-card .cover-wrap img { width: 100%; aspect-ratio: 5/8; object-fit: cover; box-shadow: 0 12px 24px rgba(0,0,0,.28); }
.edition-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.edition-body h3 { font-size: 1.5rem; line-height: 1.1; margin-bottom: 8px; }
.edition-body p { font-size: .88rem; color: var(--ink-soft); }
.edition-actions { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.prose h1 { font-size: clamp(3.1rem,7vw,6.4rem); }
.prose h2 { font-size: clamp(2.2rem,4vw,3.7rem); margin-top: 50px; }
.prose p, .prose li { font-family: var(--serif); font-size: 1.18rem; color: var(--ink-soft); }
.prose blockquote { margin: 34px 0; padding: 24px 28px; border-left: 5px solid var(--red); background: var(--white); font-family: var(--serif); font-size: 1.45rem; }
.book-hero { padding: 80px 0; background: linear-gradient(145deg,#f8f5ef,#e1e8ed); border-bottom: 1px solid var(--line); }
.book-hero-grid { display: grid; grid-template-columns: 380px 1fr; gap: 72px; align-items: center; }
.book-hero .book-cover { width: 100%; max-height: 610px; object-fit: cover; box-shadow: var(--shadow); }
.book-hero .book-cover.square { aspect-ratio: 1/1; }
.book-hero h1 { font-size: clamp(3.4rem,7vw,6.4rem); margin-bottom: 16px; }
.book-hero .subtitle { font-family: var(--serif); font-size: 1.45rem; color: var(--ink-soft); }
.fact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 28px; }
.fact { padding: 16px; background: rgba(255,255,255,.6); border: 1px solid var(--line); border-radius: 14px; }
.fact strong { display: block; font-family: var(--serif); font-size: 1.4rem; }
.timeline { display: grid; gap: 16px; }
.timeline-item { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.timeline-item time { font-weight: 800; color: var(--red); }
.about-card { padding: 42px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.about-card h2 { font-size: 3.3rem; }
.logo-panel { background: var(--white); border: 1px solid var(--line); padding: 42px; border-radius: var(--radius); }
.logo-panel img { width: min(500px,100%); margin: auto; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(17,20,22,.25); border-radius: 12px; padding: .8rem .9rem; background: #fff; }
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(90,117,141,.25); border-color: var(--blue); }
.hp { position: absolute; left: -9999px; }
.site-footer { padding: 58px 0 28px; background: #0d1012; color: rgba(255,255,255,.8); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 50px; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.footer-brand img { width: 62px; height: 62px; object-fit: contain; background: var(--white); border-radius: 12px; }
.footer-brand span { color: #fff; font-family: var(--serif); font-size: 1.9rem; line-height: 1; letter-spacing: .025em; }
.footer-brand small { font-family: var(--sans); font-size: .42em; font-weight: 700; letter-spacing: .12em; vertical-align: .18em; }
.site-footer h3 { color: #fff; font-family: var(--sans); font-size: .88rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-links { display: grid; gap: 9px; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: .82rem; display: flex; justify-content: space-between; gap: 20px; }
.center { text-align: center; }
.muted { color: var(--ink-soft); }
.mobile-only { display: none; }
@media (max-width: 980px) {
  .site-nav { position: fixed; left: 20px; right: 20px; top: 88px; display: none; flex-direction: column; align-items: stretch; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .nav-toggle { display: block; }
  .hero { padding-top: 56px; }
  .hero::after { display: none; }
  .hero .title-line-on-bar { background: var(--ink); padding: .02em .11em .07em; margin-left: -.1em; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .cover-stage { min-height: 470px; }
  .purchase-grid, .book-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .catalog-feature { grid-template-columns: 1fr; }
  .edition-grid { grid-template-columns: repeat(2,1fr); }
  .book-hero-grid { grid-template-columns: 280px 1fr; gap: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px,1180px); }
  .brand img { width: 42px; height: 42px; flex-basis: 42px; }
  .brand > span { font-size: 1.08rem; letter-spacing: .02em; }
  .announcement .container { padding: 7px 0; }
  .hero { padding: 44px 0 54px; }
  .hero::after { top: 30%; right: 0; height: 48px; }
  h1 { font-size: 3.6rem; }
  .cover-stage { min-height: 390px; }
  .cover-badge { width: 118px; min-height: 118px; right: 0; }
  .section { padding: 68px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 14px; }
  .book-card { grid-template-columns: 120px 1fr; padding: 20px; min-height: 0; }
  .book-card img { width: 120px; max-height: 195px; }
  .book-card h3 { font-size: 1.65rem; }
  .edition-grid { grid-template-columns: 1fr; }
  .book-hero-grid { grid-template-columns: 1fr; }
  .book-hero .book-cover { max-width: 360px; margin-inline: auto; }
  .fact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .mobile-only { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.direct-region-row { margin-top: 16px; }


/* Public company and legal-information blocks */
.business-address, .footer-address { font-style: normal; }
.business-address { display: inline-block; margin: .3rem 0 1rem; padding: 20px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; font-family: var(--sans); font-size: 1rem; line-height: 1.65; color: var(--ink); }
.contact-label { margin-bottom: .2rem !important; font-family: var(--sans) !important; font-size: .78rem !important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--red) !important; }
.footer-address { margin: 16px 0 6px; line-height: 1.55; color: rgba(255,255,255,.78); font-size: .9rem; }
.footer-address strong { color: #fff; }
.footer-filing { margin: 0; color: rgba(255,255,255,.62); font-size: .8rem; }
.legal-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: 24px 0 34px; }
.legal-fact { display: grid; gap: 6px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.legal-fact strong { font-family: var(--sans); font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; color: var(--red); }
.legal-fact span { font-family: var(--serif); font-size: 1.1rem; color: var(--ink); }
@media (max-width: 680px) { .legal-facts { grid-template-columns: 1fr; } .business-address { width: 100%; } }


/* Amazon international marketplace selectors */
.edition-market-box { flex: 1 0 100%; width: 100%; margin-top: 0; grid-template-columns: minmax(0,1fr) auto; }
.edition-market-box .market-select { min-width: 0; width: 100%; font-size: .78rem; }
.edition-market-box .btn { white-space: nowrap; }
.amazon-market-box { margin-top: 14px; }
@media (max-width: 430px) {
  .market-box, .edition-market-box { grid-template-columns: 1fr; }
  .market-box .btn, .edition-market-box .btn { width: 100%; }
}


/* Trilingual language selector */
.language-switcher { display: inline-flex; align-items: center; gap: 6px; margin-left: 2px; }
.language-switcher .lang-link { min-width: 42px; text-align: center; }
.language-switcher .lang-link.is-active { background: var(--ink); border-color: var(--ink) !important; color: var(--white); }
@media (max-width: 980px) {
  .language-switcher { width: 100%; justify-content: center; padding-top: 10px; border-top: 1px solid var(--line); }
  .language-switcher .lang-link { flex: 0 1 72px; }
}
