:root {
  --bg: #070503;
  --bg-2: #0d0a08;
  --paper: #eee7dc;
  --paper-text: #17120f;
  --panel: rgba(25, 18, 15, 0.78);
  --panel-solid: #15100d;
  --panel-2: #21130f;
  --text: #f6f1e8;
  --muted: #c8bdb0;
  --dim: #95897f;
  --line: rgba(255, 255, 255, 0.14);
  --orange: #c64b22;
  --orange-2: #e78d4b;
  --gold: #d7a852;
  --red: #8d1319;
  --black: #050403;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
  --radius: 0;
  --max: 1380px;
  --header-h: 78px;
  color-scheme: dark;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 76% 9%, rgba(198, 75, 34, 0.18), transparent 31rem),
    radial-gradient(circle at 12% 46%, rgba(141, 19, 25, 0.13), transparent 30rem),
    linear-gradient(180deg, #070503 0%, #0b0806 42%, #050403 100%);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-color: rgba(215, 168, 82, 0.62); text-underline-offset: 0.19em; }
a:hover { text-decoration-color: var(--gold); }
button, input, textarea, select { font: inherit; }
code { color: var(--gold); font-size: .92em; }

::selection { background: rgba(198, 75, 34, 0.85); color: #fff; }

.container { width: min(var(--max), calc(100% - 56px)); margin-inline: auto; }

.skip-link {
  position: absolute; z-index: 1000; top: 12px; left: 12px;
  padding: 10px 14px; background: var(--gold); color: #111;
  font-weight: 900; transform: translateY(-150%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h);
  background: rgba(5, 4, 3, .74);
  border-top: 3px solid rgba(215, 168, 82, .72);
  border-bottom: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(16px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: grid; gap: 2px; text-decoration: none; letter-spacing: .08em; text-transform: uppercase; }
.brand-main { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.26rem, 2vw, 1.78rem); font-weight: 700; line-height: 1; }
.brand-sub { color: var(--gold); font-size: .61rem; font-weight: 900; letter-spacing: .26em; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); font-size: .9rem; font-weight: 750; }
.site-nav a { position: relative; text-decoration: none; color: var(--muted); transition: color .18s ease; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { transform: scaleX(1); }

.nav-toggle {
  display: none; align-items: center; gap: 10px; border: 1px solid var(--line);
  padding: 9px 14px; background: rgba(255,255,255,.06); color: var(--text); cursor: pointer;
}
.nav-toggle i, .nav-toggle i::before, .nav-toggle i::after { display: block; width: 18px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle i { position: relative; }
.nav-toggle i::before, .nav-toggle i::after { content: ""; position: absolute; left: 0; }
.nav-toggle i::before { top: -6px; }
.nav-toggle i::after { top: 6px; }
.nav-open .nav-toggle i { background: transparent; }
.nav-open .nav-toggle i::before { top: 0; transform: rotate(45deg); }
.nav-open .nav-toggle i::after { top: 0; transform: rotate(-45deg); }

.hero {
  position: relative; min-height: calc(100svh - var(--header-h)); isolation: isolate; overflow: hidden;
  display: grid; align-items: center; border-bottom: 1px solid rgba(215,168,82,.20);
}
.hero-bg, .hero-bg img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bg { z-index: -2; }
.hero-bg img { object-fit: cover; object-position: center center; filter: saturate(.95) contrast(1.06); }
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5,4,3,.98) 0%, rgba(5,4,3,.92) 28%, rgba(5,4,3,.42) 55%, rgba(5,4,3,.08) 100%),
    linear-gradient(180deg, rgba(5,4,3,.25), rgba(5,4,3,.92));
}
.hero-inner { padding-block: clamp(82px, 10vw, 155px); }
.hero-copy { width: min(720px, 100%); }

.eyebrow, .kicker {
  margin: 0 0 18px; color: var(--gold); font-size: .75rem; font-weight: 900;
  letter-spacing: .24em; text-transform: uppercase;
}
.eyebrow::before, .kicker::before { content: ""; display: inline-block; width: 42px; height: 1px; margin-right: 12px; vertical-align: middle; background: var(--orange); }

h1, h2, h3 { margin: 0; line-height: 1.05; text-wrap: balance; }
h1, h2, .quote-card p, blockquote { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
h1 { font-size: clamp(3.25rem, 8.2vw, 7.6rem); max-width: 10ch; text-shadow: 0 16px 60px rgba(0,0,0,.88); }
h1 span { color: #f3d1a2; display: block; }
h2 { font-size: clamp(2.35rem, 5.2vw, 5.4rem); }
h3 { font-size: clamp(1.34rem, 2.2vw, 2rem); }

.hero-subline { margin: 26px 0 0; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2.4vw, 2rem); line-height: 1.2; }
.hero-lead { margin: 26px 0 0; max-width: 62ch; color: #e8dfd4; font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.78; text-shadow: 0 8px 36px rgba(0,0,0,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-actions.compact { margin-top: 25px; }
.hero-actions.center { justify-content: center; }
.availability { margin: 18px 0 0; color: var(--dim); font-size: .9rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 13px 24px; border: 1px solid transparent; text-decoration: none; font-weight: 900; line-height: 1.2;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn-primary { color: #fff; background: linear-gradient(135deg, #d34a1d, #982110); box-shadow: 0 16px 40px rgba(198,75,34,.35); }
.btn-primary:hover { box-shadow: 0 20px 48px rgba(198,75,34,.52); }
.btn-accent { color: #17100b; background: linear-gradient(135deg, #e6b85c, #c9852d); }
.btn-secondary { color: var(--text); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.20); }
.btn-secondary:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.36); }
.btn-ghost { color: var(--gold); background: transparent; border-color: rgba(215,168,82,.50); }
.btn-ghost:hover { background: rgba(215,168,82,.08); border-color: var(--gold); }

.statement-section { padding: clamp(68px, 10vw, 125px) 0; background: #050403; border-bottom: 1px solid rgba(215,168,82,.18); }
.statement-inner { display: grid; grid-template-columns: 90px 1fr; gap: clamp(26px, 5vw, 70px); align-items: start; }
.section-number { margin: 0; color: var(--dim); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.statement-section blockquote { margin: 0; max-width: 970px; font-size: clamp(2.5rem, 5.6vw, 6rem); line-height: 1.08; }
.statement-section blockquote p { margin: 0; }

.section { padding: clamp(80px, 11vw, 150px) 0; }
.split { display: grid; grid-template-columns: minmax(260px, .88fr) minmax(0, 1.12fr); gap: clamp(42px, 6vw, 92px); align-items: center; }
.split-book { grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); }
.book-cover-card, .author-image {
  position: relative; padding: clamp(18px, 2.5vw, 34px); border: 1px solid rgba(215,168,82,.22);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); box-shadow: var(--shadow);
}
.book-cover-card::before, .author-image::before { content:""; position:absolute; inset:-1px; background: linear-gradient(135deg, rgba(215,168,82,.38), transparent 40%, rgba(198,75,34,.26)); z-index:-1; }
.book-cover-card img { width: min(390px, 82%); margin: 0 auto; filter: drop-shadow(0 32px 55px rgba(0,0,0,.68)); }
.section-copy p, .section-heading p { color: var(--muted); font-size: 1.07rem; max-width: 78ch; }
.section-copy p { margin: 22px 0 0; }
.subtitle { color: var(--gold) !important; font-weight: 800; font-size: clamp(1.05rem, 1.7vw, 1.42rem) !important; }
.mini-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.mini-grid span, .tag-row span {
  padding: 8px 12px; border: 1px solid rgba(255,255,255,.14); color: var(--text); background: rgba(255,255,255,.055);
  font-size: .86rem; font-weight: 850; text-transform: uppercase; letter-spacing: .04em;
}

.dark-card-section { background: radial-gradient(circle at 18% 12%, rgba(198,75,34,.18), transparent 28rem), linear-gradient(180deg, rgba(255,255,255,.025), transparent 42%); }
.section-heading { max-width: 960px; margin-bottom: clamp(34px, 5.5vw, 64px); }
.section-heading.narrow { max-width: 700px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card, .quote-card, .part-card, .edition-card, .international-box {
  border: 1px solid rgba(255,255,255,.13); background: var(--panel); box-shadow: 0 18px 55px rgba(0,0,0,.26); overflow: hidden;
}
.feature-card img { aspect-ratio: 16/9; object-fit: cover; opacity: .95; }
.feature-card div { padding: 24px; }
.feature-card p, .part-card p, .edition-card p, .international-box p { color: var(--muted); }
.feature-card p { margin: 12px 0 0; }

.quote-section { position: relative; overflow: hidden; }
.quote-section::before { content:""; position:absolute; inset:0; background-image:url('../img/card-framing.webp'); background-size:520px; background-position:right 2rem top 4rem; background-repeat:no-repeat; opacity:.075; pointer-events:none; }
.quotes-grid { position: relative; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.quote-card { padding: clamp(24px, 3vw, 40px); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018)), var(--panel-solid); }
.quote-card.featured { background: #f1eadf; color: #17120f; }
.quote-card.featured p { color: #17120f; }
.quote-card p { margin:0; font-size: clamp(1.18rem, 1.7vw, 1.66rem); line-height:1.32; }

.parts-section { background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)), var(--bg-2); }
.parts-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.part-card { padding: clamp(25px, 3vw, 42px); min-height: 260px; background: radial-gradient(circle at 0 0, rgba(198,75,34,.20), transparent 45%), var(--panel-solid); }
.part-number { display:inline-grid; place-items:center; width:50px; height:50px; margin-bottom:24px; border:1px solid rgba(215,168,82,.55); border-radius:50%; color:var(--gold); font-family:Georgia,"Times New Roman",serif; font-size:1.35rem; font-weight:900; }

.free-book {
  position: relative;
  padding: clamp(100px, 11vw, 170px) clamp(22px, 8vw, 130px);
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(55px, 9vw, 150px);
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(201, 164, 90, .23);
  border-bottom: 1px solid rgba(201, 164, 90, .16);
  background:
    radial-gradient(circle at 82% 18%, rgba(35, 99, 132, .24), transparent 34%),
    radial-gradient(circle at 14% 92%, rgba(208, 119, 31, .18), transparent 34%),
    linear-gradient(135deg, #080706, #0b1014 62%, #080707);
}
.free-book::before {
  content: "";
  position: absolute;
  inset: 34px;
  pointer-events: none;
  border: 1px solid rgba(201, 164, 90, .13);
}
.free-book-cover,
.free-book-copy {
  position: relative;
  z-index: 1;
}
.free-book-cover {
  display: flex;
  justify-content: center;
}
.free-book-cover img {
  display: block;
  width: min(100%, 460px);
  height: auto;
  border: 1px solid rgba(222, 175, 82, .38);
  box-shadow: 0 35px 90px rgba(0,0,0,.62), 0 0 55px rgba(193, 115, 32, .08);
  transform: rotate(-1.2deg);
}
.free-book-copy {
  max-width: 790px;
}
.free-book .kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  color: #d8a67c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.free-book .kicker span {
  width: 42px;
  height: 1px;
  background: var(--ember);
}
.free-book-copy h2 {
  margin: 0;
  color: #e3b96b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7vw, 108px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.055em;
}
.free-book-subtitle {
  max-width: 720px;
  margin: 24px 0 0;
  color: #eee5d8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.35vw, 34px);
  line-height: 1.25;
  font-weight: 700;
}
.free-book-copy > p:not(.kicker):not(.free-book-subtitle) {
  max-width: 690px;
  margin: 31px 0 0;
  color: #afa69c;
  font-size: 16px;
  line-height: 1.85;
}
.free-book-copy blockquote {
  margin: 32px 0 0;
  padding: 4px 0 4px 24px;
  border-left: 1px solid #d28a3f;
  color: #d9d0c5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.5vw, 34px);
  font-style: italic;
}
.free-book-meta {
  margin: 34px 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.free-book-meta span {
  padding: 9px 12px;
  border: 1px solid rgba(222, 185, 115, .28);
  color: #c9b494;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.free-book-copy > small {
  display: block;
  margin-top: 15px;
  color: #766f68;
  font-size: 10px;
  letter-spacing: .04em;
}

.editions-section { background: #100c09; }
.editions-heading { display:grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items:end; max-width: none; }
.edition-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.edition-card { display:flex; flex-direction:column; background: #16120f; border-color: rgba(215,168,82,.20); }
.edition-card.lead-card { border-color: rgba(198,75,34,.62); background: #24100a; }
.edition-card.audio-card { background: #111820; }
.edition-card.wide-card { grid-column: span 1; }
.edition-card img { width:100%; height: 220px; object-fit: cover; border-bottom: 1px solid rgba(255,255,255,.13); }
.edition-body { display:flex; flex-direction:column; flex:1; padding: clamp(24px, 3vw, 36px); }
.edition-body .kicker { margin-bottom: 18px; color: var(--orange-2); font-size: .67rem; }
.edition-body h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 2.5vw, 2.45rem); }
.price { margin: 10px 0 0 !important; color: #f0be73 !important; font-size: 1.35rem !important; font-weight: 950; }
.edition-body p { margin: 16px 0 0; }
.card-link { margin-top:auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); text-decoration:none; color:#f8ddb2; font-weight:900; }
.card-link span { float:right; color: var(--gold); }
.button-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:auto; padding-top: 26px; }
.compact-buttons .btn { min-height: 46px; padding-inline: 18px; }
.international-box { margin-top: 28px; padding: 26px 30px; background: rgba(255,255,255,.035); }
.international-box summary { cursor:pointer; color:#f4efe7; font-family:Georgia,"Times New Roman",serif; font-size:1.35rem; font-weight:700; }
.tag-row { display:flex; flex-wrap:wrap; gap:10px; margin:20px 0 0; }

.signed-section { background: #070503; }
.signed-grid { display:grid; grid-template-columns: .88fr 1.12fr; gap: clamp(34px, 6vw, 100px); align-items:start; }
.clean-list { list-style:none; margin: 34px 0 0; padding:0; border-top: 1px solid rgba(255,255,255,.13); }
.clean-list li { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: var(--muted); font-family: Georgia,"Times New Roman",serif; font-size: 1.15rem; }
.signed-form { padding: clamp(26px, 4vw, 46px); border: 1px solid rgba(198,75,34,.55); background: rgba(45, 17, 11, .72); box-shadow: var(--shadow); }
.form-row { display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.signed-form label { display:grid; gap: 8px; margin-bottom: 18px; color:#e8d3c0; font-size:.75rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.signed-form input, .signed-form textarea { width:100%; border:1px solid rgba(255,255,255,.18); background:#0d0907; color:#fff; padding:14px 16px; outline:none; }
.signed-form input:focus, .signed-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,168,82,.15); }
.signed-form textarea { resize: vertical; min-height: 170px; text-transform:none; letter-spacing:0; font-weight:500; }
.check-row { display:flex !important; grid-template-columns:none !important; align-items:center; gap:12px !important; color: var(--muted) !important; text-transform:none !important; letter-spacing:0 !important; font-size:.9rem !important; font-weight:500 !important; }
.check-row input { width:18px; height:18px; padding:0; flex: 0 0 auto; }
.honeypot { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; }
.signed-form .btn { width:100%; border:0; cursor:pointer; margin-top: 10px; }

.author-section { background: linear-gradient(180deg, transparent, rgba(255,255,255,.03)); }
.author-split { grid-template-columns: 1.04fr .96fr; }
.author-image img { aspect-ratio: 16/9; object-fit: cover; }
.final-cta { padding: clamp(90px, 13vw, 170px) 0; background: radial-gradient(circle at 50% 100%, rgba(198,75,34,.25), transparent 34rem), #060403; border-top:1px solid rgba(215,168,82,.20); }
.final-inner { width:min(980px, calc(100% - 56px)); text-align:center; }
.final-inner h2 { font-size: clamp(3rem, 7vw, 7rem); }
.final-inner p { margin: 24px auto 0; color: var(--muted); max-width: 66ch; }

.site-footer { padding: 56px 0 24px; background: #050403; border-top: 1px solid rgba(255,255,255,.1); }
.footer-grid { display:grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; }
.site-footer h2, .site-footer h3 { margin:0 0 11px; font-family:inherit; font-size:1rem; letter-spacing:.08em; text-transform:uppercase; }
.site-footer p, .site-footer li { color: var(--muted); font-size:.92rem; }
.site-footer ul { margin:0; padding:0; list-style:none; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin:0; color: var(--dim); font-size:.84rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
  :root { --header-h: 70px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position:absolute; top: calc(100% + 10px); right: 20px; left: 20px; display:grid; gap:2px; padding:12px; border:1px solid rgba(255,255,255,.14); background:rgba(8,6,5,.97); box-shadow:var(--shadow); opacity:0; pointer-events:none; transform:translateY(-8px); transition:opacity .2s ease, transform .2s ease; }
  .nav-open .site-nav { opacity:1; pointer-events:auto; transform:translateY(0); }
  .site-nav a { padding:13px 14px; }
  .site-nav a:hover { background: rgba(255,255,255,.07); }
  .site-nav a::after { display:none; }
  .split, .split-book, .freebook-box, .signed-grid, .author-split, .editions-heading { grid-template-columns: 1fr; }
  .feature-grid, .quotes-grid, .parts-grid { grid-template-columns: 1fr; }
  .feature-card { display:grid; grid-template-columns:.94fr 1fr; }
  .feature-card img { height:100%; min-height:220px; }
  .edition-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 30px, var(--max)); }
  .brand-main { font-size:1.18rem; }
  .brand-sub { font-size:.54rem; letter-spacing:.17em; }
  .nav-toggle span { display:none; }
  .nav-toggle { padding:11px; }
  .hero { min-height: 780px; align-items:end; }
  .hero-bg img { object-position: 69% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,4,3,.04) 0%, rgba(5,4,3,.50) 28%, rgba(5,4,3,.96) 69%, rgba(5,4,3,1) 100%), linear-gradient(90deg, rgba(5,4,3,.74), rgba(5,4,3,.1)); }
  .hero-inner { padding: 300px 0 42px; }
  .hero-copy { padding: 22px; border:1px solid rgba(255,255,255,.13); background: rgba(7,5,3,.70); backdrop-filter: blur(8px); }
  h1 { font-size: clamp(2.55rem, 15vw, 4.4rem); max-width: 11ch; }
  h2 { font-size: clamp(2.05rem, 10vw, 3.35rem); }
  .statement-inner { grid-template-columns: 1fr; }
  .statement-section blockquote { font-size: clamp(2.05rem, 10vw, 3.35rem); }
  .hero-actions, .hero-actions.center { display:grid; justify-content: stretch; }
  .hero-actions .btn { width:100%; }
  .feature-card, .edition-grid, .footer-grid, .form-row { grid-template-columns: 1fr; }
  .feature-card img { min-height:auto; }
  .edition-card img { height: 190px; }
  .final-inner { width: min(100% - 30px, 980px); text-align:left; }
  .final-inner h2 { font-size: clamp(2.4rem, 14vw, 4.2rem); }
  .hero-actions.center .btn { width:100%; }
}

@media (max-width: 390px) {
  .container { width: min(100% - 22px, var(--max)); }
  .hero { min-height: 750px; }
  .hero-inner { padding-top: 260px; }
  .hero-copy { padding: 18px; }
  .eyebrow, .kicker { letter-spacing:.16em; }
  .btn { min-height:48px; padding-inline:16px; }
  .book-cover-card, .author-image { padding:18px; }
}

.contact-result-wrap { min-height: 100svh; display: grid; }
.contact-result { min-height: 100svh; display: grid; align-items: center; }
.contact-result h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 6vw, 5.8rem); letter-spacing: -.045em; line-height: 1.05; }
