/* =====================================================================
   THE EXHALE — Issue 001  ·  BLOOM with Quadia
   A luxury zine / field guide to rest.  "The Rose Era" palette.
   Rose / raspberry + wine + deep plum-aubergine + blush + warm gold
   Type: Hanken Grotesk — heavy 800 (display) · medium 500 (subheads) · light 300 (voice) · mono (captions)
   ===================================================================== */

:root {
  /* ---- cream paper (exact brand) ---- */
  --ivory:    #F8EFE7;   /* page background */
  --ivory-2:  #FBF4EC;
  --paper:    #FFF8EF;   /* cards, lightest surface */

  /* ---- berry (mid accent dark) ---- */
  --oxblood:  #A62A5E;
  --oxblood-2:#7E1F48;

  /* ---- plum (drama / dark) ---- */
  --noir:     #2A1228;
  --noir-2:   #160718;

  /* ---- ROSE accent (primary) ---- */
  --amber:    #C84F77;   /* rose, primary CTA */
  --amber-2:  #E37D9B;   /* soft rose */
  --amber-3:  #ECB3C8;   /* blush pink on dark */
  --amber-soft: rgba(200, 79, 119, 0.14);

  /* ---- labels / badges (berry + rose, no gold) ---- */
  --gold:     #A62A5E;   /* labels on light (berry) */
  --gold-2:   #C84F77;   /* badge fill (rose) */
  --gold-3:   #E37D9B;   /* labels on dark (soft rose) */

  /* ---- plum ink ---- */
  --ink:      #2B0E24;   /* headlines (deep plum) */
  --ink-body: #3A2335;   /* body */
  --ink-mute: #5A4452;   /* mauve captions */

  --cream:    #FFF8EF;
  --cream-2:  #F4DBE5;   /* soft blush fill */

  --line:     rgba(43, 14, 36, 0.22);
  --line-soft:rgba(43, 14, 36, 0.12);

  --maxw: 1320px;
  --ease: cubic-bezier(0.22, 0.61, 0.27, 1);
  --shadow: 0 38px 80px -40px rgba(22, 7, 24, 0.55);
  --shadow-s: 0 18px 44px -26px rgba(22, 7, 24, 0.46);
  --mono: ui-monospace, "SFMono-Regular", Menlo, "Roboto Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--ink-body);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(200, 79, 119, 0.26); color: var(--ink); }

.wrap { width: min(var(--maxw), calc(100% - 3rem)); margin-inline: auto; }
.wrap-tight { width: min(1040px, calc(100% - 3rem)); margin-inline: auto; }

/* ---------------- TYPE PRIMITIVES ---------------- */
h1, h2, h3 { margin: 0; font-family: "Hanken Grotesk", system-ui, sans-serif; color: var(--ink); font-weight: 800; line-height: 1.04; letter-spacing: -0.02em; }
em { font-style: normal; }
.ital { font-style: italic; }
strong { font-weight: 600; color: inherit; }
.amber { color: var(--amber); }
.serif { font-family: "Hanken Grotesk", sans-serif; }
.sital { font-family: "Hanken Grotesk", sans-serif; font-style: italic; }

/* zine caption / marginalia / labels */
.mono {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  line-height: 1.6;
}
.label {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}
.label::before { content: ""; width: 26px; height: 2px; background: currentColor; flex: none; opacity: 0.9; }
.label.brand::after { content: "\00b7  BLOOM with Quadia"; font-weight: 500; opacity: 0.85; }
.on-dark .label { color: var(--gold-3); }
.on-dark .mono { color: rgba(255,248,239, 0.66); }

/* editorial rule with centred label:  ——— I ——— */
.rule {
  display: flex; align-items: center; gap: 1.1rem;
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--ink-mute);
}
.rule::before, .rule::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.on-dark .rule { color: rgba(255,248,239,0.6); }
.on-dark .rule::before, .on-dark .rule::after { background: rgba(255,248,239,0.22); }

/* big bleeding numeral */
.bignum {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 800;
  line-height: 0.7;
  font-size: clamp(7rem, 22vw, 19rem);
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(33,17,10,0.26);
  letter-spacing: -0.02em;
  pointer-events: none;
  user-select: none;
}
.on-dark .bignum { -webkit-text-stroke-color: rgba(227,125,155,0.4); }
.bignum.fill { color: var(--amber); -webkit-text-stroke: 0; }

/* subtle cream hairline texture on the plum/dark sections (depth) */
.on-dark, .creedx, .costwait { position: relative; }
.on-dark::before, .creedx::before, .costwait::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: repeating-linear-gradient(0deg, rgba(255,248,239,0.04) 0, rgba(255,248,239,0.04) 1px, transparent 1px, transparent 42px);
}
.on-dark > .wrap, .creedx > .wrap, .costwait > .wrap { position: relative; z-index: 1; }

/* ---------------- BUTTONS ---------------- */
.btn {
  border: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.7rem;
  padding: 1.15rem 2.3rem; border-radius: 2px;
  font-family: "Hanken Grotesk", sans-serif; font-size: 0.78rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  background: var(--ink); color: var(--cream);
  transition: background .4s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease);
  box-shadow: 0 16px 34px -18px rgba(26,13,8,0.7);
}
.btn:hover { background: var(--oxblood); transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--amber { background: var(--amber); color: var(--cream); }
.btn--amber:hover { background: var(--oxblood); color: var(--cream); }
.btn--ghost { background: transparent; border: 1.6px solid currentColor; color: var(--ink); box-shadow: none; }
.btn--ghost:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); transform: translateY(-2px); }
.btn .arr { font-size: 1.05em; transition: transform .3s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }

/* ---------------- SIGNUP ---------------- */
.signup { display: flex; gap: 0.6rem; max-width: 540px; flex-wrap: wrap; }
.signup.center { margin-inline: 0; justify-content: flex-start; }
.signup input[type="email"] {
  flex: 0 1 300px; min-width: 0; max-width: 320px;
  border: 1.6px solid var(--line); background: var(--paper); border-radius: 2px;
  padding: 0.85rem 1.1rem; font-family: "Hanken Grotesk", sans-serif; font-size: 1rem;
  color: var(--ink); outline: none; transition: border-color .25s, box-shadow .25s;
}
.signup input[type="email"]:focus { border-color: var(--amber); box-shadow: 0 0 0 3px var(--amber-soft); }
.signup input::placeholder { color: var(--ink-mute); opacity: .85; }
.on-dark .signup input[type="email"] { background: rgba(255,248,239,0.07); border-color: rgba(255,248,239,0.32); color: var(--cream); }
.on-dark .signup input::placeholder { color: rgba(255,248,239,0.6); }
.form-note { font-size: 0.92rem; line-height: 1.5; color: var(--ink-mute); margin: 1rem 0 0; }
.form-note b { color: var(--amber); font-weight: 700; }
.signup-confirm {
  margin: 0.95rem 0 0; font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.95rem; font-weight: 600; color: var(--amber);
  opacity: 0; transform: translateY(4px); transition: opacity .35s ease, transform .35s ease;
}
.signup-confirm.show { opacity: 1; transform: none; }
.on-dark .signup-confirm { color: var(--amber-3, #f0c27a); }
.on-dark .form-note { color: rgba(255,248,239,0.74); }
.on-dark .form-note b { color: var(--amber-3); }
.instant { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--mono); font-size: 0.66rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--oxblood); margin-bottom: 0.9rem; }
.instant .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(200,79,119,0.5); } 70% { box-shadow: 0 0 0 8px rgba(200,79,119,0); } 100% { box-shadow: 0 0 0 0 rgba(200,79,119,0); } }
.ml-slot { border: 1px dashed var(--line); border-radius: 4px; padding: 1rem; font-family: var(--mono); font-size: .68rem; color: var(--ink-mute); }

/* ---------------- PHOTO PLACEHOLDERS ---------------- */
.ph {
  position: relative; overflow: hidden;
  background:
    repeating-linear-gradient(135deg, rgba(87,20,24,0.07) 0 2px, transparent 2px 14px),
    linear-gradient(155deg, var(--ivory-2), #EAD0DC);
  border: 1px solid var(--line-soft);
  display: grid; place-items: center; text-align: center;
}
.ph.dark {
  background:
    repeating-linear-gradient(135deg, rgba(255,248,239,0.10) 0 2px, transparent 2px 14px),
    linear-gradient(155deg, #4D1638, var(--oxblood-2));
  border-color: rgba(255,248,239,0.16);
}
.ph.noir {
  background:
    repeating-linear-gradient(135deg, rgba(255,248,239,0.07) 0 2px, transparent 2px 14px),
    linear-gradient(155deg, #2a1228, var(--noir));
  border-color: rgba(255,248,239,0.12);
}
.ph-label { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.05em; line-height: 1.55;
  text-transform: uppercase; color: var(--ink-mute); padding: 1.2rem 1.3rem; max-width: 30ch; }
.ph.dark .ph-label, .ph.noir .ph-label { color: rgba(255,248,239,0.72); }
.ph-label b { display: block; font-weight: 700; letter-spacing: 0.14em; margin-bottom: 0.5rem; color: var(--amber); }
.ph.dark .ph-label b, .ph.noir .ph-label b { color: var(--amber-3); }
.ph-label::before { content: ""; display: block; width: 22px; height: 22px; margin: 0 auto 0.8rem;
  border: 1.5px solid currentColor; opacity: 0.4; border-radius: 50%; }
.ph--arch { border-radius: 50vw 50vw 4px 4px; }
.ph--soft { border-radius: 4px; }

/* sticker badge */
.sticker {
  position: absolute; z-index: 3;
  width: 112px; height: 112px; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  background: linear-gradient(145deg, var(--gold-2), var(--gold)); color: var(--noir);
  font-family: "Hanken Grotesk", sans-serif; font-style: italic; font-size: 0.9rem; line-height: 1.12;
  box-shadow: var(--shadow-s); transform: rotate(-11deg);
}
.sticker b { display: block; font-family: var(--mono); font-style: normal; font-weight: 700;
  font-size: 0.54rem; letter-spacing: 0.18em; margin-bottom: 0.25rem; }
.sticker.ox { background: var(--oxblood); color: var(--cream); }
.sticker.ox b { color: var(--gold-3); }

/* =====================================================================
   MASTHEAD (fixed top bar — always visible, magazine style)
   ===================================================================== */
.masthead { position: fixed; inset: 0 0 auto 0; z-index: 90; }
.mh-strip { background: var(--noir-2); color: rgba(255,248,239,0.9); text-align: center;
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase;
  padding: 0.62rem 1rem; border-bottom: 1px solid rgba(255,248,239,0.08); }
.mh-strip .sep { color: var(--amber-3); padding: 0 0.5rem; }
.mh-strip .mh-brand { color: var(--amber-3); }

/* =====================================================================
   HERO / COVER
   ===================================================================== */
.cover {
  position: relative; overflow: hidden;
  padding: clamp(3.5rem, 8vh, 5.5rem) 0 clamp(2.5rem, 5vh, 4rem);
  background:
    radial-gradient(55% 50% at 84% 24%, rgba(227,125,155,0.20), transparent 70%),
    linear-gradient(180deg, var(--ivory-2), var(--ivory));
}
.cover-grid { display: grid; grid-template-columns: 1.18fr 0.82fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }

.cover-meta { margin-bottom: clamp(1.1rem, 2.4vw, 1.7rem); }
.cover-meta .cm-brand { font-family: "Cormorant Garamond", serif; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; font-size: 1.25rem; color: var(--oxblood); display: inline-flex; align-items: baseline; gap: 0.3em; }
.cover-meta .cm-brand .scr { font-family: "Great Vibes", cursive; letter-spacing: 0; text-transform: none; font-size: 1.55rem; color: var(--amber); }
.cover-meta .cm-line { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-mute); margin-top: 0.5rem; }
.cover-meta .cm-line:first-of-type { margin-top: 0.7rem; }

.cover-left { display: flex; flex-direction: column; }
.wordmark {
  font-family: "Hanken Grotesk", sans-serif; font-weight: 800;
  font-size: clamp(3.6rem, 11.5vw, 10rem); line-height: 0.82;
  letter-spacing: -0.03em; color: var(--ink); margin: 0;
  text-transform: uppercase;
}
.wordmark .line2 { display: block; color: var(--amber); font-style: italic; }
.wordmark .breathe { display: inline-block; animation: breathe-track 8s var(--ease) infinite; }
@keyframes breathe-track { 0%, 100% { letter-spacing: -0.02em; } 50% { letter-spacing: 0.06em; } }

.cover-hook {
  font-family: "Hanken Grotesk", sans-serif; font-style: normal; font-weight: 800;
  font-size: clamp(1.85rem, 4.4vw, 3.1rem); line-height: 1.08; letter-spacing: -0.02em; color: var(--ink);
  max-width: 18ch; margin: 0 0 1.4rem;
}
.cover-sub { font-size: clamp(1.06rem, 1.5vw, 1.2rem); line-height: 1.62; color: var(--ink);
  max-width: 48ch; margin: 0 0 1.8rem; }
.cover-sub strong { color: var(--ink); font-weight: 700; }
.cover-cta { margin-top: auto; }
.cover-trust { display: flex; flex-wrap: wrap; gap: 0.5rem 1.3rem; margin-top: 1.6rem; padding-top: 1.3rem;
  border-top: 1px solid var(--line-soft); }
.cover-trust .ct { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; font-weight: 600; color: var(--ink-body); }
.cover-trust .ct svg { width: 16px; height: 16px; color: var(--amber); flex: none; }
.cover-trust .ct b { font-family: "Hanken Grotesk", sans-serif; font-size: 1.2rem; color: var(--amber); line-height: 1; }

/* cover right — image + cover-lines */
.cover-right { position: relative; display: flex; flex-direction: column; }
.cover-img { position: relative; width: 100%; aspect-ratio: 4 / 5; max-height: 62vh; margin-inline: auto; overflow: visible; border-radius: 8px; border: 1px solid rgba(43,14,36,0.12); box-shadow: 16px 16px 0 0 var(--cream-2), var(--shadow); }
.cover-img .cover-vid { border-radius: 8px; }
.cover-img .ph { position: absolute; inset: 0; box-shadow: var(--shadow); }
.cover-img .cover-photo { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 56% 18%; }
.cover-img .sticker { top: -16px; left: -22px; }
.cover-img .cover-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 56% 22%; background: var(--cream-2); }
.cover-vidtag { position: absolute; left: 14px; bottom: 14px; z-index: 3; display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream);
  background: rgba(22,7,24,0.55); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); padding: 0.45rem 0.8rem; border-radius: 50px; }
.cover-vidtag .pl { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--amber); color: var(--cream); font-size: 0.5rem; padding-left: 1px; }
.coverlines {
  margin-top: 1rem; border-top: 1.6px solid var(--ink); padding-top: 0.8rem;
}
.coverlines .cl-h { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 0.6rem; }
.coverlines ul { list-style: none; margin: 0; padding: 0; }
.coverlines li { display: flex; align-items: baseline; gap: 0.7rem; padding: 0.32rem 0;
  font-family: "Hanken Grotesk", sans-serif; font-weight: 500; font-size: clamp(1.02rem, 1.5vw, 1.2rem); color: var(--ink); line-height: 1.25; }
.coverlines li .n { font-family: var(--mono); font-size: 0.66rem; color: var(--amber); flex: none; padding-top: 0.18rem; }

/* =====================================================================
   MARQUEE TICKER
   ===================================================================== */
.ticker { background: var(--oxblood); color: var(--cream); overflow: hidden; border-block: 1px solid var(--oxblood-2);
  padding: 0.85rem 0; }
.ticker .track { display: inline-flex; white-space: nowrap; will-change: transform; animation: marquee 34s linear infinite; }
.ticker .track span { display: inline-flex; align-items: center; }
.ticker .track .t { font-family: var(--mono); font-style: normal; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 0 1.4rem; }
.ticker .track .dot { color: var(--amber-3); padding: 0 0.4rem; font-size: 0.7rem; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* =====================================================================
   MANIFESTO (full-bleed noir, oversized creed)
   ===================================================================== */
.manifesto { background: var(--noir); color: var(--cream); padding: clamp(5rem, 12vh, 9rem) 0; position: relative; overflow: hidden; }
.manifesto .bignum { position: absolute; top: -2rem; right: 2vw; opacity: 0.5; }
.manifesto .lede {
  font-family: "Hanken Grotesk", sans-serif; font-weight: 800;
  font-size: clamp(2rem, 5.4vw, 4.6rem); line-height: 1.04; letter-spacing: -0.02em;
  color: #FFF8EF; max-width: 18ch;
}
.manifesto .lede em { color: var(--amber-3); }
.manifesto .now { display: block; font-style: normal; font-weight: 800; color: var(--amber-3); font-size: clamp(3rem, 9vw, 7rem); line-height: 0.9; margin-top: 0.3rem; }
.manifesto .mf-foot { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; margin-top: clamp(2.4rem, 5vw, 4rem); align-items: end; }
.manifesto .mf-foot p { font-size: 1.12rem; line-height: 1.75; color: rgba(255,248,239,0.84); max-width: 50ch; }
.manifesto .mf-foot .pull { font-family: "Hanken Grotesk", sans-serif; font-style: normal; font-weight: 700; font-size: clamp(1.15rem, 2vw, 1.5rem);
  color: #FFF8EF; line-height: 1.28; border-left: 3px solid var(--amber); padding-left: 1.4rem; }

/* =====================================================================
   FEATURE SPREAD (alternating editorial sections)
   ===================================================================== */
.spread { padding: clamp(4.5rem, 9vh, 7.5rem) 0; position: relative; overflow: hidden; }
.spread.ivory { background: var(--ivory); }
.spread.paper { background: var(--paper); }
.spread-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.spread.flip .spread-grid { direction: rtl; }
.spread.flip .spread-grid > * { direction: ltr; }
.spread-media { position: relative; }
.spread-media .ph { aspect-ratio: 0.82; width: 100%; box-shadow: var(--shadow); }
/* real image slots */
.ph-img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow); will-change: transform; }
.spread-media .ph-img { aspect-ratio: 0.82; object-position: 50% 30%; }
.founder .fd-media .ph-img { aspect-ratio: 0.84; object-position: 50% 28%; }
.breaths .decl .decl-img { aspect-ratio: 0.78; border-radius: 6px; box-shadow: var(--shadow); }
.bonus-media .gift-img { aspect-ratio: 0.86; max-width: 360px; margin-inline: auto; }

/* premium offset gallery frame on photos */
.spread-media .ph-img, .bonus-media .gift-img {
  border: 1px solid rgba(43,14,36,0.12);
  box-shadow: 16px 16px 0 0 var(--cream-2), var(--shadow); }
.founder .fd-media .ph-img, .breaths .decl .decl-img {
  border: 1px solid rgba(255,248,239,0.22);
  box-shadow: 16px 16px 0 0 rgba(255,248,239,0.08), 0 30px 60px -32px rgba(0,0,0,0.55); }
.cover-img { border: 1px solid rgba(43,14,36,0.12); }.spread-num { position: absolute; z-index: 0; }

.spread .kick { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1.3rem; }
.spread .kick .num { font-family: "Hanken Grotesk", sans-serif; font-style: normal; font-weight: 800; font-size: 1.5rem; color: var(--amber); }
.spread h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); font-weight: 800; max-width: 15ch; margin-bottom: 1.4rem; }
.spread .body { font-size: clamp(1.08rem, 1.6vw, 1.24rem); line-height: 1.75; color: var(--ink-body); max-width: 54ch; }
.spread .body p { margin: 0 0 1.2rem; }
.spread .pull { font-family: "Hanken Grotesk", sans-serif; font-style: normal; font-weight: 700; font-size: clamp(1.4rem, 2.5vw, 1.95rem);
  color: var(--oxblood); line-height: 1.3; border-left: 3px solid var(--amber); padding-left: 1.4rem; margin: 1.8rem 0; max-width: 26ch; }
.now-inline { font-family: "Hanken Grotesk", sans-serif; font-style: normal; font-weight: 800; color: var(--amber); font-size: clamp(2.4rem, 6vw, 4rem); line-height: 0.9; display: block; margin: 0.4rem 0 1.2rem; }

/* feels list */
.feels { list-style: none; padding: 0; margin: 1.6rem 0 0; max-width: 52ch; }
.feels li { position: relative; padding: 1rem 0 1rem 2.4rem; border-bottom: 1px solid var(--line-soft);
  font-size: 1.12rem; line-height: 1.5; color: var(--ink-body); }
.feels li:last-child { border-bottom: none; }
.feels li::before { content: ""; position: absolute; left: 2px; top: 1.45rem; width: 10px; height: 10px;
  border: 1.5px solid var(--amber); transform: rotate(45deg); }
.feels li strong { color: var(--oxblood); }
.close-line { font-family: "Hanken Grotesk", sans-serif; font-style: normal; font-weight: 700; font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: var(--oxblood); margin-top: 1.8rem; line-height: 1.3; }

/* =====================================================================
   DIPTYCH (before/after)
   ===================================================================== */
.diptych { background: var(--noir-2); color: var(--cream); padding: clamp(4.5rem, 9vh, 7.5rem) 0; }
.diptych .dp-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1rem;
  border-bottom: 1px solid rgba(255,248,239,0.2); padding-bottom: 1.4rem; margin-bottom: 2.6rem; }
.diptych h2 { color: #FFF8EF; font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 500; max-width: 22ch; }
.dp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.dp-card { border-radius: 4px; padding: clamp(1.8rem, 3vw, 2.8rem); }
.dp-before { background: rgba(255,248,239,0.05); border: 1px solid rgba(255,248,239,0.16); }
.dp-after { background: linear-gradient(158deg, var(--oxblood), var(--oxblood-2)); }
.dp-card .dp-lbl { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1.5rem; }
.dp-before .dp-lbl { color: rgba(255,248,239,0.6); }
.dp-after .dp-lbl { color: var(--amber-3); }
.dp-card ul { list-style: none; padding: 0; margin: 0; }
.dp-card li { font-family: "Hanken Grotesk", sans-serif; font-weight: 500; font-size: clamp(1.26rem, 2vw, 1.55rem); line-height: 1.26;
  padding: 0.9rem 0; border-bottom: 1px solid rgba(255,248,239,0.14); }
.dp-before li { color: rgba(255,248,239,0.82); }
.dp-after li { color: #FFF8EF; }
.dp-card li:last-child { border-bottom: none; }

/* =====================================================================
   SEVEN BREATHS (scripture / ritual)
   ===================================================================== */
.breaths { background: linear-gradient(168deg, #2A1228 0%, #18091C 100%); color: var(--cream); padding: clamp(5rem, 11vh, 8.5rem) 0; }
.breaths .bx-head { text-align: left; max-width: 56ch; margin: 0 0 clamp(2.5rem, 5vw, 4rem); }
.breaths .bx-head h2 { color: #FFF8EF; font-size: clamp(2.4rem, 6vw, 4.6rem); font-weight: 800; margin: 0.6rem 0; }
.breaths .bx-head p { color: rgba(255,248,239,0.78); font-size: 1.1rem; line-height: 1.6; }
.verse {
  display: grid; grid-template-columns: clamp(5rem, 11vw, 9rem) 1fr; gap: clamp(1.2rem, 3vw, 3rem);
  align-items: baseline; padding: clamp(1.6rem, 3vw, 2.4rem) 0;
  border-top: 1px solid rgba(255,248,239,0.2);
  transition: background .4s var(--ease), padding-left .4s var(--ease);
}
.verse:last-child { border-bottom: 1px solid rgba(255,248,239,0.2); }
.verse:hover { background: rgba(255,248,239,0.04); padding-left: 1rem; }
.verse .vn { font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.8; color: transparent; -webkit-text-stroke: 1.2px var(--amber-3); }
.verse:hover .vn, .verse.final .vn { color: var(--amber-3); -webkit-text-stroke: 0; }
.verse .vt { font-family: "Hanken Grotesk", sans-serif; font-weight: 700; font-size: clamp(1.7rem, 3.2vw, 2.6rem); color: #FFF8EF; line-height: 1; }
.verse.final .vt { font-style: normal; color: var(--amber-3); }
.verse .vd { font-size: 1.05rem; line-height: 1.55; color: rgba(255,248,239,0.8); margin-top: 0.6rem; max-width: 56ch; }
.breaths .creed { text-align: left; margin-top: clamp(2.6rem, 5vw, 4rem); }
.breaths .creed .gospel { font-family: "Hanken Grotesk", sans-serif; font-style: normal; font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.9rem);
  color: var(--amber-3); line-height: 1.18; letter-spacing: -0.01em; }

/* =====================================================================
   VOICES (cover-line quotes)
   ===================================================================== */
.voices { background: var(--ivory); padding: clamp(4.5rem, 9vh, 7.5rem) 0; }
.voices .v-head { max-width: 26ch; margin-bottom: 2.6rem; }
.voices h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); font-weight: 800; }
.v-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.3rem; }
.vbox { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 4px; padding: 2.2rem 2rem 1.9rem; position: relative; }
.vbox::before { content: "\201C"; font-family: "Hanken Grotesk", sans-serif; font-size: 3.6rem; color: var(--amber); opacity: 0.5;
  line-height: 0.4; position: absolute; top: 1.5rem; left: 1.4rem; }
.vbox p { font-family: "Hanken Grotesk", sans-serif; font-weight: 500; font-size: clamp(1.3rem, 1.9vw, 1.6rem); line-height: 1.32; color: var(--ink); margin: 1.4rem 0 0; }
.vbox .vby { display: block; margin-top: 1.1rem; font-family: var(--mono); font-style: normal; font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--amber); }
.vbox .vby::before { content: "\2014  "; }
.v-grid .vbox:nth-child(1) { grid-column: span 3; }
.v-grid .vbox:nth-child(2) { grid-column: span 3; }
.v-grid .vbox:nth-child(3) { grid-column: span 2; }
.v-grid .vbox:nth-child(4) { grid-column: span 2; }
.v-grid .vbox:nth-child(5) { grid-column: span 2; }
.v-grid .vbox:nth-child(6) { grid-column: span 2; }
.v-note { margin-top: 2rem; }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq { background: var(--paper); padding: clamp(4.5rem, 9vh, 7.5rem) 0; }
.faq .faq-inner { width: min(880px, calc(100% - 3rem)); margin-inline: auto; }
details.qa { border-bottom: 1px solid var(--line); }
details.qa summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; padding: 1.45rem 0; font-family: "Hanken Grotesk", sans-serif; font-weight: 700; font-size: clamp(1.15rem, 1.9vw, 1.4rem);
  color: var(--ink); line-height: 1.3; letter-spacing: -0.01em; }
details.qa summary::-webkit-details-marker { display: none; }
details.qa .ico { flex: 0 0 auto; width: 26px; height: 26px; position: relative; }
details.qa .ico::before, details.qa .ico::after { content: ""; position: absolute; background: var(--amber); transition: transform .35s var(--ease), opacity .35s var(--ease); }
details.qa .ico::before { top: 12px; left: 3px; width: 20px; height: 2px; }
details.qa .ico::after { left: 12px; top: 3px; width: 2px; height: 20px; }
details.qa[open] .ico::after { transform: rotate(90deg); opacity: 0; }
details.qa .ans { overflow: hidden; max-height: 0; transition: max-height .45s var(--ease); }
details.qa[open] .ans { max-height: 540px; }
details.qa .ans p { margin: 0; padding: 0 0 1.6rem; font-size: 1.05rem; line-height: 1.72; color: var(--ink-body); max-width: 64ch; }

/* =====================================================================
   HOW IT WORKS — 3 simple steps (infomercial "it's this easy")
   ===================================================================== */
.how { background: var(--ivory); padding: clamp(4.5rem, 9vh, 7rem) 0; }
.how .how-head { text-align: left; max-width: 60ch; margin: 0 0 clamp(2.4rem, 5vw, 3.6rem); }
.how .how-head h2 { font-size: clamp(2rem, 4.6vw, 3.2rem); font-weight: 800; margin: 0.6rem 0 0.7rem; }
.how .how-head p { color: var(--ink-mute); font-size: 1.06rem; line-height: 1.55; margin: 0; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 3vw, 2.2rem); }
.how-step { position: relative; background: var(--paper); border: 1px solid var(--line-soft); border-radius: 4px;
  padding: clamp(1.8rem, 3vw, 2.6rem); }
.how-step .hs-n { font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--amber); line-height: 0.9; }
.how-step h3 { font-family: "Hanken Grotesk", sans-serif; font-size: clamp(1.3rem, 2.1vw, 1.6rem); font-weight: 800;
  margin: 0.7rem 0 0.6rem; line-height: 1.14; letter-spacing: -0.01em; }
.how-step p { font-size: 1.02rem; line-height: 1.6; color: var(--ink-body); margin: 0; }
.how-foot { text-align: left; margin-top: clamp(2.2rem, 4vw, 3rem); }

/* value line under section heads */
.valueline { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--mono);
  font-size: 0.82rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--amber);
  border: 1px solid var(--amber); border-radius: 50px; padding: 0.65rem 1.4rem; }
.on-dark .valueline { color: var(--amber-3); border-color: rgba(228,173,167,0.5); }

/* reassurance / risk-reversal band */
.reassure { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 0.7rem 1.8rem;
  margin: 1.8rem 0 0; max-width: 720px; }
.reassure .ra { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.86rem; font-weight: 600;
  color: var(--ink-body); }
.reassure .ra svg { width: 17px; height: 17px; color: var(--amber); flex: none; }
.on-dark .reassure .ra { color: rgba(255,248,239,0.86); }
.on-dark .reassure .ra svg { color: var(--amber-3); }

/* =====================================================================
   FINAL COVER CTA
   ===================================================================== */
.closer { position: relative; overflow: hidden; text-align: left; padding: clamp(5rem, 12vh, 9rem) 0;
  background: radial-gradient(58% 55% at 50% 112%, rgba(227,125,155,0.22), transparent 64%), linear-gradient(180deg, var(--ivory), var(--ivory-2)); }
.closer .wordmark { font-size: clamp(3rem, 13vw, 9rem); }
.closer .affirm { font-family: "Hanken Grotesk", sans-serif; font-style: normal; font-weight: 700; font-size: clamp(1.4rem, 2.6vw, 1.95rem);
  color: var(--oxblood); max-width: 26ch; margin: 1.6rem 0 1.6rem; line-height: 1.3; }
.closer h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; max-width: 18ch; margin: 0 0 1.4rem; }
.closer .lead { font-size: clamp(1.1rem, 1.6vw, 1.24rem); line-height: 1.6; color: var(--ink-body); max-width: 50ch; margin: 0 0 2.2rem; }

/* =====================================================================
   COLOPHON / FOOTER
   ===================================================================== */
footer { background: var(--noir); color: rgba(255,248,239,0.72); padding: clamp(3rem, 6vw, 4.5rem) 0 3.6rem; }
footer .col-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; align-items: start; border-top: 1px solid rgba(255,248,239,0.18); padding-top: 2.4rem; }
footer .fmark { font-family: "Hanken Grotesk", sans-serif; font-size: 2rem; font-weight: 800; letter-spacing: 0.4em; color: #FFF8EF; padding-left: 0.4em; }
footer .fsub { font-family: "Hanken Grotesk", sans-serif; font-style: italic; color: var(--amber-3); margin-top: 0.4rem; font-size: 1.05rem; }
footer .fcol h4 { font-family: var(--mono); font-weight: 700; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,248,239,0.55); margin: 0 0 0.9rem; }
footer .fcol p, footer .fcol a { font-size: 0.95rem; line-height: 1.8; color: rgba(255,248,239,0.82); display: block; }
footer .fcol a { border-bottom: 1px solid transparent; transition: border-color .3s; width: fit-content; }
footer .fcol a:hover { border-color: var(--amber); }
footer .fcopy { margin-top: 2.6rem; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; color: rgba(255,248,239,0.45); }
footer .flock { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: 1.75rem; letter-spacing: 0.1em; color: #FFF8EF; display: inline-flex; align-items: baseline; gap: 0.2em; }
footer .flock .fscript { font-family: "Great Vibes", cursive; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--amber-2); font-size: 2rem; }
footer .ftag { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.08rem; color: rgba(255,248,239,0.72); margin-top: 0.8rem; letter-spacing: 0.03em; }
footer .ftag span { color: var(--amber-2); font-style: normal; font-weight: 600; }
footer .fsocials { display: flex; flex-direction: column; gap: 0.1rem; }
footer .fhandle { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--amber-3); margin-top: 0.8rem; }

/* mobile sticky CTA */
.m-cta { position: fixed; inset: auto 0 0 0; display: none; z-index: 80;
  background: rgba(26,13,8,0.97); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); box-shadow: 0 -8px 28px -12px rgba(0,0,0,0.55); }
.m-cta a { display: block; text-align: center; color: var(--cream); font-size: 0.74rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase; padding: 1.15rem; }

/* =====================================================================
   IDENTITY / OFFER BAR (stat-bar borrowed from high-converting pages)
   ===================================================================== */
.idbar { background: var(--noir-2); color: var(--cream); }
.idbar .id-grid { display: grid; grid-template-columns: repeat(3, 1fr); width: min(var(--maxw), calc(100% - 3rem)); margin-inline: auto; }
.idbar .id-cell { text-align: left; padding: clamp(1.6rem, 4vw, 2.6rem) clamp(1rem, 2.5vw, 1.8rem); border-left: 1px solid rgba(255,248,239,0.14); }
.idbar .id-cell:first-child { border-left: none; }
.idbar .id-n { font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--amber-3); line-height: 1; }
.idbar .id-t { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,248,239,0.72); margin-top: 0.6rem; }

/* =====================================================================
   THIS IS BLOOM — identity creed (the aspiration)
   ===================================================================== */
.creedx { background: var(--noir); color: var(--cream); padding: clamp(5rem, 12vh, 9rem) 0; position: relative; overflow: hidden; }
.creedx .bignum { position: absolute; bottom: -3.5rem; left: 1vw; opacity: 0.38; }
.creedx .label { display: inline-flex; margin-bottom: 1.8rem; }
.creedx .cx-lead { font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: clamp(1.9rem, 4.2vw, 3.4rem); line-height: 1.12; letter-spacing: -0.015em; color: #FFF8EF; max-width: 20ch; }
.creedx .cx-lead em { font-style: normal; color: var(--amber-3); }
.creedx .cx-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; margin-top: clamp(2.2rem, 4vw, 3.4rem); }
.creedx .cx-body p { font-size: 1.14rem; line-height: 1.75; color: rgba(255,248,239,0.85); margin: 0 0 1.2rem; max-width: 46ch; }
.creedx .cx-body p strong { color: #FFF8EF; font-weight: 600; }
.creedx .cx-mid { font-family: "Hanken Grotesk", sans-serif; font-style: normal; font-weight: 700; font-size: clamp(1.4rem, 2.5vw, 1.95rem); color: var(--amber-3); line-height: 1.3; border-left: 3px solid var(--amber); padding-left: 1.4rem; margin: 1.8rem 0 0; max-width: 30ch; }
.creedx .cx-anti { list-style: none; padding: 0; margin: 0; }
.creedx .cx-anti li { font-family: "Hanken Grotesk", sans-serif; font-size: clamp(1.35rem, 2.4vw, 1.85rem); color: #FFF8EF; padding: 0.78rem 0; border-bottom: 1px solid rgba(255,248,239,0.16); line-height: 1.18; }
.creedx .cx-anti li:last-child { border-bottom: none; }
.creedx .cx-anti li b { color: var(--amber-3); font-weight: 700; font-style: normal; }
.creedx .cx-tagline { font-family: "Hanken Grotesk", sans-serif; font-style: normal; font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.9rem); color: var(--amber-3); margin: 0.8rem 0 0; line-height: 1.08; letter-spacing: -0.01em; }
.creedx .cx-anti-h { font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: clamp(1.5rem, 2.8vw, 2.1rem); letter-spacing: -0.01em; text-transform: none; color: var(--amber-3); margin-bottom: 1rem; }

/* discreet 'She is' card — delicate, recedes behind the agitate headline */
.creedx .cx-she-wrap { border: 1px solid rgba(255,248,239,0.16); border-radius: 6px; padding: clamp(1.2rem, 2.4vw, 1.7rem) clamp(1.3rem, 2.6vw, 1.9rem);
  background: rgba(255,248,239,0.03); align-self: start; }
.creedx .cx-she-wrap .cx-anti-h { margin-bottom: 0.9rem; font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 800; color: var(--amber-3); }
.creedx .cx-she-wrap .cx-anti li { font-size: clamp(0.98rem, 1.5vw, 1.12rem); padding: 0.52rem 0; color: rgba(255,248,239,0.9); }
.creedx .cx-she-wrap .cx-anti li b { font-weight: 600; }

/* ASPIRATION MID-CTA */
.midcta { background: linear-gradient(180deg, var(--ivory-2), var(--ivory)); padding: clamp(3.4rem, 7vh, 5rem) 0; text-align: center; }
.midcta .midcta-line { font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: clamp(1.6rem, 3.4vw, 2.5rem); letter-spacing: -0.02em; color: var(--ink); max-width: 20ch; margin: 0 auto 1.8rem; line-height: 1.08; }
.midcta .midcta-note { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.12em; color: var(--ink-mute); margin: 1rem auto 0; }
.how-kicker { font-family: "Hanken Grotesk", sans-serif; font-weight: 700; font-size: clamp(1.3rem, 2.6vw, 1.95rem); letter-spacing: -0.01em; color: var(--amber); line-height: 1.12; margin: 0.9rem 0 0.3rem; }

/* =====================================================================
   COST OF WAITING — honest urgency
   ===================================================================== */
.costwait { background: var(--noir); color: #FFF8EF; text-align: left; padding: clamp(4.5rem, 10vh, 7rem) 0; }
.costwait .cw-k { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--amber-3); }
.costwait h2 { color: #FFF8EF; font-size: clamp(2.1rem, 4.8vw, 3.4rem); font-weight: 800; max-width: 22ch; margin: 1rem 0 1.2rem; }
.costwait h2 em { font-style: normal; color: var(--amber-3); }
.costwait p { color: rgba(255,248,239,0.86); font-size: clamp(1.08rem, 1.6vw, 1.22rem); line-height: 1.65; max-width: 54ch; margin: 0 0 2rem; }
.btn--cream { background: var(--cream); color: var(--ink); }
.btn--cream:hover { background: #FFF8EF; color: var(--ink); }

/* =====================================================================
   FROM QUADIA — founder note (authority / trust)
   ===================================================================== */
.founder { background: var(--noir); padding: clamp(4.5rem, 9vh, 7rem) 0; }
.founder .fd-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.founder .fd-media { position: relative; }
.founder .fd-media .ph { aspect-ratio: 0.84; width: 100%; box-shadow: var(--shadow); }
.founder .fd-body h2 { color: #FFF8EF; font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 800; margin: 0.7rem 0 1.3rem; max-width: 22ch; }
.founder .fd-body p { font-size: clamp(1.06rem, 1.5vw, 1.18rem); line-height: 1.72; color: rgba(255,248,239,0.85); margin: 0 0 1.1rem; max-width: 58ch; }
.founder .fd-body p strong { color: #FFF8EF; }
.founder .fd-sign { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.75rem; color: var(--amber-3); margin-top: 1.5rem; }

/* =====================================================================
   FEATURED QUOTE + DECLARATION (inside Seven Breaths)
   ===================================================================== */
.breaths .qfeature { max-width: 60ch; margin: 0 0 clamp(2.4rem, 5vw, 3.6rem); text-align: left; }
.breaths .qfeature p { font-family: "Hanken Grotesk", sans-serif; font-style: normal; font-weight: 600; font-size: clamp(1.35rem, 2.7vw, 2rem);
  color: #FFF8EF; line-height: 1.36; margin: 0; }
.breaths .qfeature .qby { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--amber-3); margin-top: 1.2rem; }
.breaths .qfeature .qby-name { font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: 1.05rem; color: #FFF8EF; margin-top: 0.35rem; letter-spacing: -0.01em; }
.breaths .qfeature .qby-name span { display: block; font-family: var(--mono); font-weight: 400; font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--amber-3); margin-top: 0.25rem; }

.breaths .decl { margin-top: clamp(2.6rem, 5vw, 4rem); display: grid; grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(1.6rem, 4vw, 3rem); align-items: center;
  background: rgba(255,248,239,0.06); border: 1px solid rgba(255,248,239,0.2); border-radius: 6px;
  padding: clamp(1.6rem, 3vw, 2.6rem); }
.breaths .decl .decl-media { position: relative; }
.breaths .decl .ph { aspect-ratio: 1.3; width: 100%; border-radius: 4px; }
.breaths .decl .decl-badge { position: absolute; top: -14px; left: -14px; }
.breaths .decl h3 { font-family: "Hanken Grotesk", sans-serif; font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.3rem);
  color: #FFF8EF; line-height: 1.12; letter-spacing: -0.01em; margin: 0.5rem 0 0.9rem; }
.breaths .decl .decl-k { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--amber-3); }
.breaths .decl p { font-size: 1.08rem; line-height: 1.65; color: rgba(255,248,239,0.85); margin: 0; max-width: 48ch; }
.breaths .decl p strong { color: #FFF8EF; }

/* =====================================================================
   FOUNDING READER BONUS — audio
   ===================================================================== */
.bonus { background: var(--ivory); padding: clamp(4.5rem, 9vh, 7rem) 0; }
.bonus-card { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: clamp(2rem, 5vw, 4rem); align-items: center;
  background: linear-gradient(150deg, var(--paper), var(--cream)); border: 1px solid var(--line-soft); border-radius: 10px;
  padding: clamp(1.8rem, 4vw, 3.4rem); box-shadow: var(--shadow-s); }
.bonus-body .label { display: inline-flex; margin-bottom: 0.9rem; }
.bonus-body h2 { font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 800; margin: 0 0 1rem; max-width: 16ch; }
.bonus-body p { font-size: clamp(1.05rem, 1.5vw, 1.18rem); line-height: 1.7; color: var(--ink-body); margin: 0 0 0.9rem; max-width: 54ch; }
.bonus-body .bonus-note { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--amber); margin-top: 0.4rem; }
.bonus-media { display: flex; justify-content: center; }
.audio-card { width: 100%; max-width: 340px; background: var(--noir); border-radius: 12px; padding: 1.4rem 1.4rem 1.6rem; box-shadow: var(--shadow); }
.audio-top { display: flex; align-items: center; gap: 1rem; }
.audio-play { width: 46px; height: 46px; flex: none; border: none; border-radius: 50%; background: var(--amber); color: var(--cream); font-size: 0.95rem; display: grid; place-items: center; cursor: default; padding-left: 3px; }
.audio-meta .audio-t { font-family: "Hanken Grotesk", sans-serif; font-style: normal; font-weight: 700; font-size: 1.15rem; color: #FFF8EF; }
.audio-meta .audio-d { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,248,239,0.62); margin-top: 0.25rem; }
.waveform { display: flex; align-items: center; gap: 3px; height: 40px; margin-top: 1.2rem; }
.waveform span { flex: 1; height: 100%; transform-origin: center; border-radius: 2px; background: linear-gradient(var(--amber-3), var(--amber)); opacity: 0.85; animation: wave 1.4s ease-in-out infinite; }
@keyframes wave { 0%, 100% { transform: scaleY(0.28); } 50% { transform: scaleY(1); } }

/* =====================================================================
   MOTION
   ===================================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .85s cubic-bezier(0.16,1,0.3,1), transform 1s cubic-bezier(0.16,1,0.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.1s; }
.reveal.d2 { transition-delay: 0.22s; }
.reveal.d3 { transition-delay: 0.34s; }
.reveal.d4 { transition-delay: 0.46s; }
[data-parallax] { will-change: transform; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1000px) {
  .cover-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .cover-right { order: 2; }
  .cover-img { width: 100%; aspect-ratio: 16 / 11; max-height: 46vh; }
  .spread-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .spread.flip .spread-grid { direction: ltr; }
  .spread-media { max-width: 460px; }
  .manifesto .mf-foot { grid-template-columns: 1fr; gap: 1.6rem; }
  .creedx .cx-grid { grid-template-columns: 1fr; gap: 2rem; }
  .founder .fd-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .founder .fd-media { max-width: 420px; }
  .breaths .decl { grid-template-columns: 1fr; gap: 1.6rem; }
  .breaths .decl .decl-media { max-width: 360px; }
  .bonus-card { grid-template-columns: 1fr; gap: 1.8rem; }
}
@media (max-width: 760px) {
  .dp-grid { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: 1fr; }
  .idbar .id-grid { grid-template-columns: 1fr; }
  .idbar .id-cell { border-left: none; border-top: 1px solid rgba(255,248,239,0.14); }
  .idbar .id-cell:first-child { border-top: none; }
  .v-grid { grid-template-columns: 1fr; }
  .v-grid .vbox, .v-grid .vbox:nth-child(n) { grid-column: span 1; }
  .masthead .mh-c { display: none; }
  .mh-nav { grid-template-columns: 1fr auto; }
  footer .col-grid { grid-template-columns: 1fr; gap: 1.8rem; }
}
@media (max-width: 600px) {
  body { font-size: 1.08rem; padding-bottom: 3.8rem; }
  .signup { flex-direction: column; }
  .signup input[type="email"], .signup .btn { width: 100%; }
  .verse { grid-template-columns: 1fr; gap: 0.4rem; }
  .verse .vn { -webkit-text-stroke: 0; color: var(--amber-3); font-size: 2.4rem; }
  .masthead .mh-btn { display: none; }
  .m-cta { display: block; }
  .cover-head { flex-direction: column; align-items: flex-start; gap: 0.3rem; }
  .cover-head .ch-meta { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  [data-parallax] { transform: none !important; }
  .ticker .track { animation: none; }
  .mh-announce .mh-track { animation: none; transform: none; }
  .instant .pulse { animation: none; }
  .waveform span { animation: none; transform: scaleY(0.5); }
  .wordmark .breathe { animation: none; }
  .btn:hover, .btn--ghost:hover { transform: none; }
  .verse:hover { padding-left: 0; }
}
