:root {
  --purple: #45114f;
  --purple-2: #5a1766;
  --purple-3: #7c4c82;
  --gold: #ddb86a;
  --gold-dark: #aa7c2d;
  --cream: #fbf8f1;
  --paper: #fffdf8;
  --lilac: #ddd0e0;
  --lilac-2: #efe8f0;
  --ink: #2f1734;
  --muted: #765e79;
  --serif: "Libre Caslon Text", Georgia, "Times New Roman", serif;
  --condensed: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --shadow: 0 28px 70px rgba(38, 10, 45, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold); color: var(--purple); }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 1rem; top: -4rem; z-index: 100;
  background: var(--gold); color: var(--purple); padding: .8rem 1rem;
  font-family: var(--condensed); font-weight: 700; text-transform: uppercase;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(69, 17, 79, .97);
  color: var(--cream);
  border-bottom: 1px solid rgba(221,184,106,.6);
  backdrop-filter: blur(12px);
}
.nav-shell {
  width: min(1180px, calc(100% - 40px));
  min-height: 78px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.wordmark {
  display: inline-flex; flex-direction: column; text-decoration: none;
  font-family: var(--condensed); line-height: .82; letter-spacing: .08em;
  transform: skewY(-2deg);
}
.wordmark span { font-size: .8rem; color: var(--gold); }
.wordmark strong { font-size: 1.35rem; color: var(--cream); }
.site-header .wordmark { transform: none; }
.site-header .wordmark img { height: 60px; width: auto; display: block; padding: 4px 0; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav a {
  font-family: var(--condensed); font-size: 1rem; letter-spacing: .05em;
  text-transform: uppercase; text-decoration: none; color: var(--cream);
  border-bottom: 1px solid transparent;
}
.site-nav a:hover, .site-nav a:focus-visible { border-color: var(--gold); }
.site-nav .nav-cta {
  padding: .65rem 1rem; border: 1px solid var(--gold); color: var(--gold);
}
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--gold); }

.deco-dark { background-color: var(--purple); color: var(--cream); position: relative; }
.deco-light { position: relative; background-color: var(--cream); }
.section-pad { padding: 110px max(24px, calc((100vw - 1180px) / 2)); }
.eyebrow {
  margin: 0 0 1rem; font-family: var(--condensed); font-weight: 700;
  font-size: .88rem; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow span { color: var(--gold); margin: 0 .65em; }
.eyebrow.purple { color: var(--purple-2); }
.eyebrow.gold { color: var(--gold); }
h1, h2, h3 { font-family: var(--serif); line-height: 1.05; }
h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.5rem); letter-spacing: -.035em; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: .78rem 1.25rem;
  border: 1px solid transparent; text-decoration: none;
  font-family: var(--condensed); font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(26,8,31,.18); }
.button-gold { background: var(--gold); color: var(--purple); border-color: var(--gold); }
.button-gold:hover { background: #e7c984; }
.button-purple { background: var(--purple); color: var(--cream); border-color: var(--purple); }
.button-purple:hover { background: var(--purple-2); }
.text-link {
  font-family: var(--condensed); font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; text-decoration-thickness: 1px; text-underline-offset: 5px;
}
.text-link:hover, .text-link:focus-visible { color: var(--gold); }
.purple-link { color: var(--purple); }
.purple-link:hover { color: var(--purple-3); }

.hero { padding-top: 76px; overflow: hidden; }
.hero::before, .manifesto::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .27;
  background-image: repeating-linear-gradient(135deg, transparent 0 18px, rgba(221,184,106,.55) 19px 20px, transparent 21px 39px);
  mask-image: linear-gradient(to bottom, black, transparent 40%);
}
.hero-pattern {
  position: absolute; inset: 30px 28px 92px; border: 2px solid var(--gold); pointer-events: none;
  clip-path: polygon(5% 0,95% 0,95% 3%,100% 3%,100% 97%,95% 97%,95% 100%,5% 100%,5% 97%,0 97%,0 3%,5% 3%);
  opacity: .55;
}
.hero-pattern::after {
  content: ""; position: absolute; inset: 10px; border: 1px solid rgba(251,248,241,.55);
}
.hero-inner {
  position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto;
  min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 5rem;
  padding: 45px 0 70px;
}
.hero-copy { max-width: 630px; }
.hero h1 { margin: 0 0 1.2rem; display: flex; flex-direction: column; font-size: clamp(5.2rem, 10vw, 8.8rem); letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 span:first-child { color: var(--cream); }
.hero h1 span:last-child { color: var(--cream); margin-left: .7em; margin-top: -.14em; text-shadow: 5px 5px 0 var(--purple), 8px 8px 0 var(--gold); }
.hero-subtitle { max-width: 620px; margin: 0 0 1.3rem; font-size: clamp(1.35rem, 2.4vw, 2rem); }
.hero-subtitle em { color: var(--gold); }
.hero-lede { max-width: 570px; color: var(--lilac); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; margin: 2rem 0 2.2rem; }
.hero-facts { display: flex; margin: 0; gap: 2.2rem; }
.hero-facts div { padding-right: 2.2rem; border-right: 1px solid rgba(221,184,106,.45); }
.hero-facts div:last-child { border: 0; padding: 0; }
.hero-facts dt { font-family: var(--condensed); color: var(--gold); font-size: 1.45rem; font-weight: 700; line-height: 1; }
.hero-facts dd { margin: .3rem 0 0; font-family: var(--condensed); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--lilac); }
.cover-stage { position: relative; justify-self: center; width: min(500px, 100%); }
.cover-stage picture { position: relative; z-index: 2; display: block; }
.cover-stage img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(221,184,106,.76);
  box-shadow: 18px 24px 0 rgba(221,184,106,.20), var(--shadow);
  transform: rotate(.7deg);
}
.cover-aura { position: absolute; inset: 8% -9% -7% 9%; border: 1px solid rgba(221,184,106,.75); transform: rotate(-2.4deg); }
.cover-aura::before, .cover-aura::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(251,248,241,.25); }
.cover-aura::after { inset: 24px; }
.word-ribbon { position: relative; z-index: 2; overflow: hidden; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); background: #37103f; }
.word-ribbon-track { width: max-content; display: flex; align-items: center; animation: ribbon 36s linear infinite; }
.word-ribbon span { padding: .7rem 1.4rem; font-family: var(--condensed); font-size: .87rem; color: var(--gold); letter-spacing: .16em; text-transform: uppercase; border-right: 1px solid rgba(221,184,106,.45); white-space: nowrap; }
@keyframes ribbon { to { transform: translateX(-50%); } }

.section-heading { margin-bottom: 3.2rem; }
.section-heading.centered { max-width: 840px; text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.centered > p:last-child { max-width: 660px; margin: 1.2rem auto 0; color: var(--muted); }
.section-heading.compact { margin-bottom: 2.5rem; }
.living-word { position: relative; background: var(--cream); }
.living-word::before { content: ""; position: absolute; inset: 34px; border: 1px solid rgba(90,23,102,.16); pointer-events: none; }
.dictionary-card {
  position: relative; width: min(920px, 100%); margin: 0 auto; padding: 62px 86px 54px;
  text-align: center; background: var(--paper); border: 1px solid var(--purple-3); box-shadow: 12px 14px 0 var(--lilac), var(--shadow);
}
.dictionary-card::before { content: ""; position: absolute; inset: 13px; border: 1px dotted var(--purple-3); pointer-events: none; }
.card-corner { position: absolute; width: 55px; height: 55px; border-color: var(--gold-dark); z-index: 2; }
.card-corner-tl { top: 25px; left: 25px; border-left: 4px double; border-top: 4px double; }
.card-corner-br { right: 25px; bottom: 25px; border-right: 4px double; border-bottom: 4px double; }
.chapter-label { margin: 0 0 .6rem; font-family: var(--condensed); color: var(--purple-3); font-size: .86rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.dictionary-card h3 { margin: 0; font-size: clamp(3.2rem, 7vw, 6rem); color: var(--purple); letter-spacing: -.04em; }
.part-of-speech { margin: .5rem 0 1.8rem; color: var(--purple-3); font-style: italic; font-size: 1.4rem; }
.definition { max-width: 760px; margin: 0 auto; font-size: clamp(1.25rem, 2.5vw, 1.85rem); line-height: 1.45; }
.example { max-width: 680px; margin: 2.4rem auto 0; padding-top: 2rem; border-top: 1px dotted var(--purple-3); color: var(--muted); font-style: italic; }
.card-actions { display: flex; justify-content: center; align-items: center; gap: 1.2rem; margin-top: 2.4rem; }
.share-button { border: 0; background: transparent; color: var(--purple); font-family: var(--condensed); text-transform: uppercase; letter-spacing: .08em; text-decoration: underline; text-underline-offset: 5px; }
.share-button:hover { color: var(--gold-dark); }
.card-swap { animation: cardSwap .3s ease; }
@keyframes cardSwap { 0% { opacity: .2; transform: translateY(8px); } 100% { opacity: 1; transform: translateY(0); } }

.sample-words::before, .details::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .12;
  background-image: repeating-linear-gradient(135deg, transparent 0 15px, var(--purple-3) 16px 17px, transparent 18px 32px);
  mask-image: linear-gradient(to right, black, transparent 18%, transparent 82%, black);
}
.split-heading { position: relative; display: grid; grid-template-columns: 1fr .7fr; gap: 5rem; align-items: end; }
.split-heading > p { margin: 0 0 .5rem; color: var(--muted); }
.word-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.mini-card {
  position: relative; min-height: 260px; padding: 34px 38px 38px; background: rgba(255,253,248,.94); border: 1px solid rgba(90,23,102,.38);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.mini-card::after { content: ""; position: absolute; inset: 8px; border: 1px dotted rgba(90,23,102,.22); pointer-events: none; }
.mini-card p, .mini-card h3, .mini-card span, .mini-card div { transition: color .2s ease; }
.mini-card:hover { transform: translateY(-4px); box-shadow: 9px 10px 0 var(--lilac); background: var(--purple); border-color: var(--gold); }
.mini-card p { margin: 0 0 1.15rem; color: var(--purple-3); font: 700 .78rem/1 var(--condensed); letter-spacing: .16em; }
.mini-card h3 { display: inline; margin: 0; color: var(--purple); font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.04em; }
.mini-card span { margin-left: .45rem; color: var(--purple-3); font-style: italic; }
.mini-card div { margin-top: 1.2rem; color: var(--muted); }
.mini-card:hover p, .mini-card:hover span { color: var(--gold); }
.mini-card:hover h3 { color: var(--cream); }
.mini-card:hover div { color: var(--lilac); }
.sample-note { position: relative; text-align: center; margin: 2.2rem 0 0; color: var(--muted); font-style: italic; }

.manifesto { overflow: hidden; }
.manifesto::after { content: ""; position: absolute; width: 480px; height: 480px; border: 2px solid rgba(221,184,106,.3); border-radius: 50%; right: -220px; bottom: -260px; }
.manifesto-frame {
  position: relative; z-index: 1; max-width: 1050px; margin: 0 auto; padding: 70px 78px;
  display: grid; grid-template-columns: 90px 1fr; gap: 2.5rem; border: 1px solid var(--gold);
  background: rgba(69,17,79,.78); box-shadow: inset 0 0 0 10px rgba(221,184,106,.07);
}
.manifesto-mark { color: var(--gold); font-size: 8rem; line-height: .7; font-family: Georgia, serif; }
.manifesto h2 { max-width: 900px; }
.manifesto p:not(.eyebrow) { max-width: 780px; color: var(--lilac); font-size: 1.06rem; }

.authors { background: var(--paper); }
.author-grid { max-width: 1050px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.author-card { display: grid; grid-template-columns: 112px 1fr; gap: 1.5rem; padding: 34px; border: 1px solid rgba(90,23,102,.35); background: var(--cream); }
.author-photo { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 4px double var(--gold); box-shadow: 0 4px 14px rgba(47,23,52,.18); }
.author-card h3 { margin: .15rem 0 .7rem; color: var(--purple); font-size: 2rem; }
.author-card p { margin: 0; color: var(--muted); }
.authors-together { max-width: 800px; margin: 2.2rem auto 0; text-align: center; color: var(--muted); }

.details-shell { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 6rem; }
.details-cover { width: min(380px, 100%); min-width: 0; justify-self: center; padding: 18px; background: var(--paper); border: 1px solid var(--gold-dark); box-shadow: 15px 18px 0 var(--lilac), var(--shadow); transform: rotate(-1.5deg); }
.details-copy { position: relative; }
.details-copy h2 { max-width: 660px; }
.details-list { margin: 2.6rem 0 2.4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(90,23,102,.3); }
.details-list div { padding: 1rem 0; border-bottom: 1px solid rgba(90,23,102,.3); }
.details-list div:nth-child(odd) { padding-right: 2rem; }
.details-list dt { font: 700 .82rem/1 var(--condensed); text-transform: uppercase; letter-spacing: .12em; color: var(--purple-3); }
.details-list dd { margin: .35rem 0 0; color: var(--ink); }
.details-actions { display: flex; align-items: center; gap: 1.5rem; }

.signup { background: var(--purple); color: var(--cream); text-align: center; border-top: 1px solid var(--gold); }
.signup-inner { max-width: 760px; margin: 0 auto; }
.signup h2 { margin-bottom: 1rem; }
.signup p:not(.eyebrow):not(.form-status) { color: var(--lilac); }
.signup-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin: 2rem auto 0; max-width: 650px; }
.signup-form input { min-width: 0; min-height: 54px; padding: .8rem 1rem; border: 1px solid var(--gold); background: var(--paper); color: var(--ink); border-radius: 0; }
.signup-form input:focus { outline: 3px solid rgba(221,184,106,.35); outline-offset: 2px; }
.form-status { min-height: 1.5em; color: var(--gold); }

.site-footer { background: #2f0d36; color: var(--lilac); border-top: 1px solid rgba(221,184,106,.5); }
.footer-inner { width: min(1180px, calc(100% - 40px)); min-height: 112px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.footer-wordmark strong { color: var(--cream); }
.footer-inner p { text-align: center; font-size: .9rem; }
.footer-links { display: flex; gap: 1rem; font-family: var(--condensed); text-transform: uppercase; letter-spacing: .06em; font-size: .9rem; }
.footer-links a:hover { color: var(--gold); }

@media (max-width: 980px) {
  .section-pad { padding: 88px 32px; }
  .hero-inner { grid-template-columns: 1fr .75fr; gap: 2.8rem; }
  .hero h1 { font-size: clamp(4.8rem, 12vw, 7rem); }
  .living-word::before { inset: 28px 14px; }
  .split-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .author-card { grid-template-columns: 82px 1fr; padding: 28px; }
  .author-photo { width: 74px; height: 74px; }
  .details-shell { gap: 3.5rem; }
}

@media (max-width: 780px) {
  body { font-size: 17px; }
  .nav-shell { min-height: 68px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--purple); border-bottom: 1px solid var(--gold); padding: 0 20px 20px;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 1rem; border-bottom: 1px solid rgba(221,184,106,.22); }
  .site-nav .nav-cta { margin-top: 10px; text-align: center; }
  .hero { padding-top: 30px; }
  .hero-pattern { inset: 20px 14px 74px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr); min-height: auto; padding: 55px 0 70px; }
  .hero-copy { text-align: center; margin: 0 auto; min-width: 0; }
  .hero h1 span:last-child { margin-left: 0; }
  .hero-actions, .hero-facts { justify-content: center; }
  .cover-stage { width: min(390px, 84vw); margin-top: 1rem; min-width: 0; justify-self: center; }
  .dictionary-card { padding: 54px 38px 46px; }
  .word-grid, .author-grid, .details-shell { grid-template-columns: minmax(0, 1fr); }
  .manifesto-frame { grid-template-columns: 1fr; padding: 52px 34px; }
  .manifesto-mark { height: 40px; }
  .details-cover { width: min(330px, 78vw); }
  .details-list { grid-template-columns: 1fr; }
  .details-list div:nth-child(odd) { padding-right: 0; }
  .details-actions { flex-wrap: wrap; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; padding: 28px 0; gap: 1rem; }
  .footer-wordmark { justify-self: center; }
  .footer-inner p { margin: 0; }
  .footer-links { justify-content: center; }
}

@media (max-width: 520px) {
  .section-pad { padding: 72px 20px; }
  .hero h1 { font-size: clamp(4.2rem, 22vw, 5.8rem); }
  .hero-actions { flex-direction: column; }
  .hero-facts { gap: .75rem; }
  .hero-facts div { padding-right: .75rem; }
  .dictionary-card { padding: 48px 24px 40px; box-shadow: 7px 8px 0 var(--lilac); }
  .dictionary-card h3 { overflow-wrap: anywhere; }
  .card-actions { flex-direction: column; }
  .mini-card { min-height: 0; padding: 30px 28px 34px; }
  .author-card { grid-template-columns: 1fr; text-align: center; }
  .author-photo { margin: 0 auto; }
  .signup-form { grid-template-columns: 1fr; }
}

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

/* V4 — archive-cream hero, derived from the approved white-background direction */
.site-header {
  background: rgba(251, 248, 241, .96);
  color: var(--purple);
  border-bottom-color: rgba(170, 124, 45, .55);
  box-shadow: 0 1px 0 rgba(69, 17, 79, .08);
}
.wordmark strong { color: var(--purple); }
.site-nav a { color: var(--purple); }
.site-nav .nav-cta { border-color: var(--purple-3); color: var(--purple); }
.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible { background: var(--purple); color: var(--cream); border-color: var(--purple); }
.menu-toggle span:not(.sr-only) { background: var(--purple); }

.hero-light {
  position: relative;
  background:
    radial-gradient(circle at 70% 48%, rgba(255,255,255,.98) 0 23%, rgba(251,248,241,.90) 53%, rgba(250,247,239,.99) 100%);
  color: var(--purple);
}
.hero { padding-top: 0; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .72;
  background-image:
    repeating-conic-gradient(from 241deg at 67% 49%, rgba(221,184,106,.20) 0deg .42deg, transparent .42deg 4.45deg);
  mask-image: radial-gradient(circle at 67% 49%, black 0 56%, transparent 90%);
}
.hero-pattern {
  inset: 25px 28px 70px;
  border-color: rgba(69,17,79,.78);
  opacity: 1;
}
.hero-pattern::after { border-color: rgba(221,184,106,.75); }
.hero-inner {
  width: min(1280px, calc(100% - 64px));
  min-height: 690px;
  grid-template-columns: 1.08fr .92fr;
  gap: 3.6rem;
  padding: 72px 34px 78px;
}
.hero-copy { max-width: 690px; }
.hero .eyebrow { color: var(--purple); margin-bottom: 1.5rem; }
.hero h1 {
  margin: 0 0 1.35rem;
  font-size: clamp(5rem, 9.1vw, 8.2rem);
  letter-spacing: -.065em;
}
.hero h1 span:first-child,
.hero h1 span:last-child {
  color: var(--purple);
  margin-left: 0;
  margin-top: 0;
  text-shadow: 2px 2px 0 rgba(221,184,106,.80);
  -webkit-text-stroke: .35px rgba(170,124,45,.65);
}
.hero h1 span:last-child { margin-top: -.18em; margin-left: .52em; }
.hero-subtitle { color: var(--purple); max-width: 610px; }
.hero-subtitle em { color: var(--gold-dark); }
.hero-lede { color: var(--muted); max-width: 590px; }
.hero-actions { margin: 1.75rem 0 2rem; }
.button-hero {
  background: var(--purple);
  border-color: var(--purple);
  color: var(--gold);
}
.button-hero:hover,
.button-hero:focus-visible { background: var(--purple-2); color: #f2d98f; }
.hero .text-link { color: var(--purple); }
.hero .text-link:hover,
.hero .text-link:focus-visible { color: var(--gold-dark); }
.hero-facts { gap: 1.7rem; }
.hero-facts div { padding-right: 1.7rem; border-right-color: rgba(170,124,45,.42); }
.hero-facts dt { color: var(--purple); font-size: 1.55rem; }
.hero-facts dd { color: var(--purple-3); }
.cover-stage { width: min(440px, 100%); }
.cover-stage img {
  border: 1px solid rgba(170,124,45,.55);
  box-shadow: 18px 24px 0 rgba(221,184,106,.28), var(--shadow);
  transform: rotate(.35deg);
}
.cover-aura { border-color: rgba(170,124,45,.55); }
.cover-aura::before, .cover-aura::after { border-color: rgba(47,23,52,.14); }
.word-ribbon { background: var(--purple); }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1.08fr .82fr; gap: 2rem; padding-left: 22px; padding-right: 22px; }
  .hero h1 { font-size: clamp(4.6rem, 10vw, 7rem); }
  .hero h1 span:last-child { margin-left: .32em; }
}

@media (max-width: 780px) {
  .site-nav {
    background: var(--cream);
    border-bottom-color: var(--gold);
    box-shadow: 0 16px 30px rgba(47,23,52,.10);
  }
  .site-nav a { color: var(--purple); border-bottom-color: rgba(69,17,79,.13); }
  .site-nav .nav-cta { color: var(--purple); border-color: var(--purple); }
  .hero { padding-top: 0; }
  .hero-pattern { inset: 16px 12px 72px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr); width: min(100% - 30px, 680px); padding: 70px 24px 55px; gap: 1.5rem; }
  .hero-copy { max-width: 600px; min-width: 0; }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 6.5rem); }
  .hero h1 span:last-child { margin-left: 0; margin-top: -.13em; }
  .hero-subtitle { margin-left: auto; margin-right: auto; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .cover-stage { width: min(390px, 84vw); margin-top: .25rem; min-width: 0; justify-self: center; }
  .cover-stage img { box-shadow: 10px 12px 0 rgba(221,184,106,.28), var(--shadow); }
  .cover-aura { display: none; }
  .hero-facts { width: min(500px, 100%); display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; margin-left: auto; margin-right: auto; }
  .hero-facts div { padding: 0 .65rem; }
  .hero-facts dt { font-size: 1.35rem; }
  .hero-facts dd { font-size: .74rem; }
}

@media (max-width: 520px) {
  .hero-inner { width: calc(100% - 20px); padding: 58px 18px 48px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5.25rem); }
  .living-word::before { inset: 22px 10px; }
  .hero .eyebrow { font-size: .76rem; letter-spacing: .13em; }
  .hero-actions { gap: .85rem; }
  .hero-facts dt { font-size: 1.2rem; }
  .hero-facts dd { letter-spacing: .04em; }
  .cover-stage { width: min(340px, 92vw); min-width: 0; justify-self: center; }
}

/* v4.5 — word pages, directory, reactions, poll */
.word-page { background: var(--cream); }
.crumb {
  width: min(920px, 100%); margin: 0 auto 1.6rem;
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  font-family: var(--condensed); font-weight: 600; font-size: .85rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--purple-3);
}
.crumb a { text-decoration: none; color: var(--purple); border-bottom: 1px solid rgba(90,23,102,.35); padding-bottom: 2px; }
.crumb a:hover { color: var(--gold-dark); border-color: var(--gold-dark); }
.word-card h1 { margin: 0; font-size: clamp(3.2rem, 7vw, 6rem); color: var(--purple); letter-spacing: -.04em; line-height: 1.05; }

.reaction-block { margin-top: 2.4rem; padding-top: 2rem; border-top: 1px dotted var(--purple-3); }
.reaction-label { margin: 0 0 1.1rem; font-family: var(--condensed); font-weight: 700; font-size: .85rem; letter-spacing: .16em; text-transform: uppercase; color: var(--purple-3); }
.reaction-row { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; }
.reaction-btn {
  display: inline-flex; align-items: center; gap: .55rem; padding: .68rem 1.05rem;
  border: 1px solid var(--purple-3); background: var(--paper); color: var(--purple);
  font-family: var(--condensed); font-weight: 600; letter-spacing: .05em; text-transform: uppercase; font-size: .85rem;
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.reaction-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.reaction-btn:hover { border-color: var(--purple); box-shadow: 3px 3px 0 var(--lilac); transform: translateY(-1px); }
.reaction-btn.active { background: var(--purple); color: var(--gold); border-color: var(--purple); box-shadow: 3px 3px 0 rgba(221,184,106,.6); }
.share-nudge { margin: 1.3rem 0 0; color: var(--muted); font-style: italic; }
.share-nudge button {
  border: 0; background: transparent; padding: 0; color: var(--purple); cursor: pointer;
  font: inherit; font-style: normal; font-weight: 700;
  text-decoration: underline; text-underline-offset: 4px;
}
.share-nudge button:hover { color: var(--gold-dark); }

.poll-block {
  width: min(920px, 100%); margin: 26px auto 0; padding: 32px 34px 34px;
  background: var(--purple); color: var(--cream); text-align: center; border: 1px solid var(--gold);
}
.poll-label { margin: 0 0 1.1rem; font-family: var(--condensed); font-weight: 700; font-size: .88rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.poll-options { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.poll-btn {
  min-height: 48px; padding: .6rem 1.4rem; border: 1px solid var(--gold); background: transparent; color: var(--cream);
  font-family: var(--condensed); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; font-size: .95rem; cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.poll-btn:hover { background: rgba(221,184,106,.16); }
.poll-btn.chosen { background: var(--gold); color: var(--purple); }
.poll-btn[disabled] { cursor: default; }
.poll-btn[disabled]:not(.chosen) { opacity: .55; }
.poll-result { max-width: 560px; margin: 1.4rem auto 0; }
.poll-bar { display: flex; height: 13px; border: 1px solid var(--gold); overflow: hidden; }
.poll-bar span { display: block; transition: width .4s ease; }
.poll-bar span:first-child { background: var(--gold); }
.poll-bar span:last-child { background: var(--purple-3); flex: 1; }
.poll-figures { display: flex; justify-content: space-between; gap: 1rem; margin-top: .55rem; font-family: var(--condensed); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: var(--lilac); }

.note-block { position: relative; width: min(920px, 100%); margin: 26px auto 0; padding: 34px 40px 36px; background: var(--paper); border: 1px solid rgba(90,23,102,.35); }
.note-block::after { content: ""; position: absolute; inset: 8px; border: 1px dotted rgba(90,23,102,.22); pointer-events: none; }
.note-block h2 { position: relative; margin: 0 0 1rem; font: 700 .85rem/1 var(--condensed); letter-spacing: .18em; text-transform: uppercase; color: var(--purple-3); }
.note-block p { position: relative; margin: 0; color: var(--ink); }

.related-block { width: min(920px, 100%); margin: 70px auto 0; }
.related-block h2 { margin: 0 0 1.8rem; text-align: center; color: var(--purple); font-size: clamp(1.7rem, 3.4vw, 2.4rem); letter-spacing: -.02em; }
.related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
a.mini-card { display: block; min-height: 0; padding: 26px 26px 28px; text-decoration: none; color: inherit; }
a.mini-card h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
a.mini-card div { margin-top: .8rem; font-size: .95rem; }

.word-promo {
  width: min(920px, 100%); margin: 70px auto 0; padding: 34px 38px;
  display: grid; grid-template-columns: 130px 1fr; gap: 2.2rem; align-items: center;
  background: var(--purple); color: var(--cream); border: 1px solid var(--gold);
}
.word-promo img { width: 130px; height: auto; border: 1px solid rgba(221,184,106,.6); }
.word-promo h2 { margin: 0 0 .7rem; font-size: clamp(1.7rem, 3.2vw, 2.4rem); letter-spacing: -.02em; }
.word-promo p { margin: 0 0 1.3rem; color: var(--lilac); font-size: 1rem; }
.word-promo .text-link { color: var(--gold); }
.word-promo .text-link:hover { color: #f2d98f; }

.dir-header { max-width: 780px; margin: 0 auto 3.2rem; text-align: center; }
.dir-header h1 { margin: 0 0 1rem; color: var(--purple); font-size: clamp(2.8rem, 6.5vw, 4.8rem); letter-spacing: -.035em; }
.dir-header p { margin: 0; color: var(--muted); }
.dir-chapter { width: min(1050px, 100%); margin: 0 auto 3rem; }
.dir-chapter h2 { margin: 0 0 1.2rem; padding-bottom: .6rem; color: var(--purple); font-size: clamp(1.6rem, 2.8vw, 2.1rem); letter-spacing: -.02em; border-bottom: 1px solid rgba(90,23,102,.3); }
.dir-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px 20px; }
a.dir-entry { display: block; padding: 10px 14px; text-decoration: none; color: inherit; border: 1px solid transparent; transition: box-shadow .15s ease, border-color .15s ease, background .15s ease; }
a.dir-entry:hover { background: var(--paper); border-color: rgba(90,23,102,.3); box-shadow: 4px 4px 0 var(--lilac); }
a.dir-entry h3 { display: inline; color: var(--purple); font-size: 1.45rem; letter-spacing: -.02em; }
a.dir-entry .pos { margin-left: .35rem; color: var(--purple-3); font-style: italic; font-size: .95rem; }

@media (max-width: 980px) {
  .related-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 780px) {
  .dir-grid { grid-template-columns: minmax(0, 1fr); }
  .word-promo { grid-template-columns: minmax(0, 1fr); text-align: center; padding: 30px 24px; }
  .word-promo img { margin: 0 auto; }
  .word-promo .details-actions { justify-content: center; }
  .reaction-row { flex-direction: column; align-items: stretch; }
  .reaction-btn { justify-content: center; }
  .crumb { flex-direction: column; gap: .3rem; }
  .word-card h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
}

/* v4.5.2 — launch team CTA */
.signup-actions { margin-top: 2rem; }

/* --- Look inside carousel --- */
.look-inside { position: relative; }
.spread-carousel { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 18px; width: min(1100px, 100%); margin: 0 auto; }
.spread-viewport { position: relative; border: 1px solid var(--gold-dark); background: var(--paper); padding: 14px; box-shadow: 15px 18px 0 var(--lilac), var(--shadow); }
.spread-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.spread-track::-webkit-scrollbar { display: none; }
.spread-track:focus-visible { outline: 3px solid rgba(90,23,102,.4); outline-offset: 4px; }
.spread-slide { flex: 0 0 100%; margin: 0; scroll-snap-align: center; scroll-snap-stop: always; }
.spread-slide img { width: 100%; height: auto; }
.spread-slide figcaption { padding: .9rem .2rem 0; text-align: center; font-family: var(--condensed); font-weight: 600; font-size: .92rem; letter-spacing: .14em; text-transform: uppercase; color: var(--purple-3); }
.spread-nav {
  min-width: 52px; min-height: 52px; border: 1px solid var(--purple-3); border-radius: 50%;
  background: var(--paper); color: var(--purple); font-size: 1.35rem; line-height: 1;
  transition: transform .15s ease, background-color .15s ease, color .15s ease;
}
.spread-nav:hover, .spread-nav:focus-visible { background: var(--purple); color: var(--cream); transform: translateY(-2px); }
.spread-dots { display: flex; justify-content: center; gap: 10px; margin-top: 1.6rem; }
.spread-dots button { width: 11px; height: 11px; padding: 0; border-radius: 50%; border: 1px solid var(--purple-3); background: transparent; }
.spread-dots button[aria-current="true"] { background: var(--purple); border-color: var(--purple); }

/* --- Retailer buttons --- */
.retailer-block { position: relative; }
.retailer-label { margin: 0 0 1rem; font: 700 .82rem/1 var(--condensed); text-transform: uppercase; letter-spacing: .12em; color: var(--purple-3); }
.retailer-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 1.4rem; }
.retailer-grid .button { padding: .7rem 1.15rem; font-size: .95rem; }
.button-retailer { background: transparent; color: var(--purple); border: 1px solid var(--purple-3); }
.button-retailer:hover { background: var(--purple); color: var(--cream); border-color: var(--purple); }

@media (max-width: 780px) {
  .spread-carousel { grid-template-columns: 1fr; }
  .spread-nav { display: none; }
  .spread-viewport { padding: 8px; }
  .retailer-grid { gap: 8px; }
}
