/* ============================================================
   YOCHHEIM HEALTH GROUP — "The Health Firm"
   Black-tie shell, letterhead body.
   Gold is ink and hairline only. Never a flood, never a glow.
   ============================================================ */

:root {
  /* Brand */
  --gold: #C4954C;            /* Victor's Gold */
  --gold-soft: #D9BC85;       /* pale hairlines on dark */
  --bronze: #A87F3D;          /* hovers */
  --bronze-ink: #8F6A2E;      /* small gold-toned text on paper (AA) */
  --charcoal: #151515;
  --charcoal-2: #1D1B18;
  --black: #000000;
  --paper: #FAF7F1;
  --white: #FFFFFF;
  --ink: #171512;

  /* Derived text colors */
  --text-on-dark: rgba(245, 242, 235, 0.92);
  --text-on-dark-dim: rgba(234, 228, 216, 0.8);
  --text-on-paper-dim: #5A544A;

  /* Hairlines */
  --line-dark: rgba(196, 149, 76, 0.28);
  --line-dark-faint: rgba(196, 149, 76, 0.16);
  --line-paper: #E5DECF;

  /* Type */
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Open Sans", "Helvetica Neue", Arial, sans-serif;

  /* Rhythm */
  --section-pad: clamp(4.5rem, 10vw, 7.5rem);
  --container: 1200px;
  --nav-h: 76px;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  font-size: 1.09375rem;                 /* 17.5px mobile */
  line-height: 1.7;
  color: var(--ink);
  background: var(--charcoal);
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) { body { font-size: 1.1875rem; } }  /* 19px */

img, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
fieldset { border: 0; min-width: 0; }
button { font: inherit; background: none; border: none; cursor: pointer; color: inherit; }

::selection { background: var(--gold); color: var(--charcoal); }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

[id] { scroll-margin-top: calc(var(--nav-h) + 24px); }

.skip-link {
  position: absolute; left: 1rem; top: -3.5rem; z-index: 200;
  background: var(--gold); color: var(--charcoal);
  padding: 0.6rem 1.2rem; font-weight: 600; font-size: 0.85rem;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 1rem; }

/* ---------- Utilities ---------- */
.container { max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.container--narrow { max-width: 780px; }
.container--letter { max-width: 740px; }

.section { padding-block: var(--section-pad); position: relative; }

.ground-dark  { background: var(--charcoal); color: var(--text-on-dark); }
.ground-paper { background: var(--paper); color: var(--ink); }

/* Certificate frame — the bookend signature */
.framed { position: relative; }
.framed::before {
  content: ""; position: absolute; inset: 12px;
  border: 1px solid var(--line-dark);
  pointer-events: none; z-index: 1;
}
@media (min-width: 768px) { .framed::before { inset: 24px; } }

/* Eyebrows & section numerals */
.eyebrow {
  display: block;
  font-family: var(--serif);
  font-size: clamp(0.95rem, 1.5vw, 1.2rem); font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); line-height: 1.5;
  margin-bottom: 1.2rem;
}
.ground-paper .eyebrow { color: var(--bronze-ink); }

.hero-sub {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.5;
  color: var(--text-on-dark); max-width: 48ch; margin-inline: auto;
}

.stars {
  color: var(--gold); font-size: 1.05rem; letter-spacing: 0.42em;
  margin-top: 0.9rem; text-indent: 0.42em; /* balance trailing tracking */
}
.stars--sm { font-size: 0.78rem; letter-spacing: 0.3em; text-indent: 0.3em; margin-top: 0.55rem; }

/* Dark dossier panel — anchors the problem section on wide canvases */
.dossier {
  max-width: 880px; margin-inline: auto;
  border: 1px solid var(--line-dark);
  background: #191714;
  padding: clamp(1.6rem, 5vw, 4rem);
}

/* Letter sheet — How It Works as a physical document from the firm */
.sheet {
  max-width: 940px; margin-inline: auto;
  background: var(--white);
  border: 1px solid var(--line-paper);
  padding: clamp(1.6rem, 6vw, 4.5rem);
  box-shadow: 0 24px 70px rgba(23, 21, 18, 0.07);
}
.sheet .pillar { background: var(--paper); }

/* Post back-link */
.backlink {
  display: inline-block; margin-bottom: 1.5rem;
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--bronze-ink);
}
.backlink:hover { color: var(--ink); }

/* Headings */
h1, h2, h3, .display { font-family: var(--serif); font-weight: 600; line-height: 1.15; text-wrap: balance; }
.h1 { font-size: clamp(2rem, 4.6vw, 3.4rem); letter-spacing: -0.005em; }
.h2 { font-size: clamp(1.85rem, 3.6vw, 2.8rem); }
.h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }

.gold-i { font-style: italic; color: var(--gold); }
.ground-paper .gold-i { color: var(--bronze-ink); }
em.q { font-style: italic; }  /* converted CAPS emphasis */

.lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--text-on-dark-dim); }
.ground-paper .lead { color: var(--text-on-paper-dim); }

.measure { max-width: 68ch; }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }

/* Hairline rules */
.rule { border: 0; border-top: 1px solid var(--line-dark); }
.ground-paper .rule { border-top-color: var(--line-paper); }

/* Fleuron — rosette divider */
.fleuron { display: flex; align-items: center; justify-content: center; gap: 1.25rem; padding-block: 0.5rem; }
.fleuron::before, .fleuron::after {
  content: ""; height: 1px; width: min(120px, 22vw);
  background: var(--line-dark);
}
.ground-paper .fleuron::before, .ground-paper .fleuron::after { background: var(--line-paper); }
.fleuron img, .fleuron svg { width: 26px; height: auto; opacity: 0.9; }

/* Buttons — engagement-letter energy */
.btn {
  display: inline-block;
  padding: 1.05rem 2.4rem;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--charcoal);
  font-family: var(--sans); font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
}
.btn:hover, .btn:focus-visible { background: var(--white); border-color: var(--white); color: var(--charcoal); }
.ground-paper .btn:hover, .ground-paper .btn:focus-visible { background: var(--charcoal); border-color: var(--charcoal); color: var(--white); }
.btn--solid { background: var(--gold); color: var(--charcoal); }
.btn--solid:hover, .btn--solid:focus-visible { background: var(--white); border-color: var(--white); color: var(--charcoal); }
.btn--sm { padding: 0.7rem 1.4rem; font-size: 0.72rem; }
.btn--xl { padding: 1.25rem 3rem; font-size: 0.92rem; }

.cta-block { text-align: center; margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.cta-note { margin-top: 0.9rem; font-size: 0.85rem; color: var(--text-on-dark-dim); }
.ground-paper .cta-note { color: var(--text-on-paper-dim); }

/* Thesis — the belief motif */
.thesis { text-align: center; padding-block: 0.5rem; }
.thesis .line { border: 0; border-top: 1px solid var(--line-dark); width: min(140px, 30vw); margin: 1.4rem auto; }
.ground-paper .thesis .line { border-top-color: var(--line-paper); }
.thesis p {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem); line-height: 1.35;
  color: var(--gold);
}
.ground-paper .thesis p { color: var(--bronze-ink); }

/* Letterhead — opens paper "letter" sections */
.letterhead { text-align: center; margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.letterhead img { width: 30px; margin: 0 auto 0.8rem; }
.letterhead .wordline {
  font-size: 0.72rem; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--bronze-ink); font-weight: 600;
}
.letterhead hr { margin-top: 1.4rem; }

.signature {
  font-family: var(--serif); font-style: italic; font-size: 1.5rem;
  color: var(--ink); margin-top: 2rem;
}
.signature small { display: block; font-family: var(--sans); font-style: normal; font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-on-paper-dim); margin-top: 0.4rem; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; transition-duration: 0.01ms !important; }
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(18, 17, 15, 0.95);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-dark-faint);
}
.nav__inner {
  max-width: var(--container); margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.nav__logo img { height: 34px; width: auto; }
.nav__links { display: none; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.2rem); }
.nav__links a {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-on-dark); position: relative; padding-block: 0.4rem;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease;
}
.nav__links a:hover::after, .nav__links a:focus-visible::after { transform: scaleX(1); }
.nav__actions { display: flex; align-items: center; gap: 0.9rem; }

.nav__burger { display: inline-flex; flex-direction: column; gap: 7px; padding: 10px 6px; }
.nav__burger span { width: 26px; height: 1.5px; background: var(--gold); transition: transform 0.3s ease, opacity 0.3s ease; }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(4.25px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4.25px) rotate(-45deg); }

@media (min-width: 1024px) {
  .nav__links { display: flex; }
  .nav__burger { display: none; }
}

/* Mobile overlay menu */
.menu {
  position: fixed; inset: 0; z-index: 90;
  background: #100F0D;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2.2rem;
  opacity: 0; visibility: hidden; transition: opacity 0.35s ease, visibility 0.35s ease;
}
.menu.open { opacity: 1; visibility: visible; }
.menu a {
  font-family: var(--serif); font-size: 2rem; color: var(--text-on-dark);
  opacity: 0; transform: translateY(12px); transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: var(--d, 0s);
}
.menu.open a { opacity: 1; transform: none; }
.menu img.menu__mark { width: 44px; opacity: 0.85; margin-bottom: 0.5rem; }

/* Apply dock — mobile bottom bar */
.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  background: rgba(21, 21, 21, 0.9);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line-dark);
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  transform: translateY(105%); transition: transform 0.35s ease;
  text-align: center;
}
.dock.show { transform: none; }
.dock .btn { display: block; width: 100%; }
@media (min-width: 1024px) { .dock { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding-top: calc(var(--nav-h) + 2.5rem);
  padding-bottom: 3.5rem;
  overflow: hidden;
}
.hero__watermark {
  position: absolute; z-index: 0; pointer-events: none;
  width: min(150vw, 1000px); left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.025;
}
.hero.framed::before { top: calc(var(--nav-h) + 16px); }
.hero__content { position: relative; z-index: 2; text-align: center; max-width: 900px; margin-inline: auto; }
.hero .h1 { color: var(--white); margin-bottom: 1.4rem; }
.hero .lead { max-width: 54ch; margin-inline: auto; }

.vsl {
  margin: clamp(2rem, 4.5vw, 3rem) auto 0;
  max-width: 760px;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(ellipse at center, rgba(196,149,76,0.07), transparent 65%),
    var(--charcoal-2);
  border: 1px solid var(--line-dark);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.1rem;
  position: relative;
}
.vsl__play {
  width: clamp(64px, 9vw, 84px); height: clamp(64px, 9vw, 84px);
  border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background-color 0.3s ease;
}
.vsl__play::after {
  content: ""; margin-left: 4px;
  border-style: solid; border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent var(--gold);
  transition: border-color 0.3s ease;
}
.vsl:hover .vsl__play { background: var(--gold); }
.vsl:hover .vsl__play::after { border-left-color: var(--charcoal); }
.vsl__label { font-size: 0.72rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--text-on-dark-dim); }
.vsl--live { display: block; aspect-ratio: auto; }
.vsl--live wistia-player { width: 100%; display: block; }

/* Confirmation page: native video facades */
.confirm-player {
  aspect-ratio: 16 / 9; position: relative; overflow: hidden; cursor: pointer;
  padding: 0; width: 100%; max-width: 760px; margin-inline: auto;
  display: flex; align-items: center; justify-content: center;
}
.confirm-player img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.confirm-player video, .vtile video { position: absolute; inset: 0; width: 100%; height: 100%; background: #000; }
.vtile iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }
.vidgrid wistia-player { width: 100%; display: block; border: 1px solid var(--line-paper); }

/* once a facade has injected its player, drop the overlay and lift the media above it */
[data-loaded] .vsl__play { display: none; }
[data-loaded] iframe, [data-loaded] video { z-index: 2; }
.confirm-player .vsl__play { position: relative; z-index: 1; background: rgba(21, 21, 21, 0.55); }
.confirm-player:hover .vsl__play { background: var(--gold); }
.confirm-player:hover .vsl__play::after { border-left-color: var(--charcoal); }
.confirm-player[data-loaded], .vtile[data-loaded] { cursor: default; }

.confirm-note {
  max-width: 640px; margin: clamp(2rem, 4vw, 2.8rem) auto 0;
  background: var(--white); border: 1px solid rgba(168, 127, 61, 0.5);
  padding: 1.3rem 1.6rem; text-align: center;
}
.confirm-note p { font-size: 0.98rem; line-height: 1.65; color: var(--ink); }
.confirm-note strong { color: var(--bronze-ink); letter-spacing: 0.04em; }

.vidgrid {
  display: grid; grid-template-columns: 1fr; gap: 2.2rem 1.6rem;
  margin-top: clamp(2.2rem, 5vw, 3.2rem);
}
@media (min-width: 700px) { .vidgrid { grid-template-columns: repeat(2, 1fr); } }
.vidgrid figure { margin: 0; }
.vidcol { display: flex; flex-direction: column; gap: 2.2rem; }

/* Apply page: headline checklist + qualify line + proof strip */
.apply-step {
  margin-top: clamp(0.4rem, 1vw, 0.8rem);
  color: var(--gold); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  font-size: clamp(0.85rem, 1.2vw, 1rem);
}
.apply-checklist {
  max-width: 640px; margin: clamp(1.1rem, 2.2vw, 1.6rem) auto 0;
  text-align: left; display: grid; gap: 0.7rem;
}
.apply-checklist li {
  display: grid; grid-template-columns: 1.5rem 1fr; gap: 0.6rem; align-items: start;
  color: var(--text-on-dark); font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.5;
}
.apply-checklist .ck { color: var(--gold); font-weight: 700; line-height: 1.5; }
.apply-qualify {
  margin-top: clamp(0.9rem, 1.8vw, 1.2rem);
  font-family: var(--serif); font-style: italic;
  font-size: clamp(0.98rem, 1.4vw, 1.1rem); color: var(--text-on-dark-dim);
}
.apply-proof { max-width: 900px; margin: clamp(1.8rem, 3.5vw, 2.6rem) auto 0; padding-bottom: clamp(2rem, 4vw, 3rem); }

/* Apply page: Typeform embed */
.tf-embed { max-width: 940px; margin: clamp(1.2rem, 2.5vw, 1.8rem) auto 0; }
.tf-embed [data-tf-live],
.tf-embed [data-tf-widget] { height: min(64vh, 600px); }
.tf-embed iframe { border-radius: 12px; }
@media (max-width: 640px) {
  .tf-embed [data-tf-widget] { height: min(60vh, 480px); }
}

/* Homepage hero: rounded player */
.hero .vsl--live { border-radius: 14px; overflow: hidden; }
.hero .vsl--live wistia-player { border-radius: 14px; }

/* Confirmation page: rounded players */
.confirm-page .vsl--live { border-radius: 14px; overflow: hidden; }
.confirm-page wistia-player { border-radius: 12px; overflow: hidden; }
.confirm-page .vidgrid wistia-player { border-radius: 12px; }
.vtile {
  aspect-ratio: 16 / 9; position: relative; overflow: hidden; cursor: pointer;
  padding: 0; width: 100%; border: 1px solid var(--line-paper); background: var(--charcoal-2);
  display: flex; align-items: center; justify-content: center;
}
.vtile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.vtile:hover img { transform: scale(1.03); }
.vtile .vsl__play { position: relative; z-index: 1; width: 52px; height: 52px; background: rgba(21, 21, 21, 0.55); }
.vtile .vsl__play::after { border-width: 8px 0 8px 13px; }
.vtile:hover .vsl__play { background: var(--gold); }
.vtile:hover .vsl__play::after { border-left-color: var(--charcoal); }
.vidgrid figcaption {
  margin-bottom: 0.8rem; font-family: var(--serif); font-weight: 700;
  font-size: clamp(1.2rem, 1.8vw, 1.4rem); color: var(--ink); text-align: center;
}

.hero .cta-block { margin-top: clamp(2rem, 4vw, 2.8rem); }
.hero .thesis { margin-top: clamp(2.2rem, 4.5vw, 3.2rem); }

/* Social proof strip — the faces behind the numbers */
.hero .social-proof { margin-top: clamp(1.8rem, 3.5vw, 2.4rem); text-align: center; }
.hero .social-proof img { width: min(430px, 82%); height: auto; display: block; margin-inline: auto; }
.hero .social-proof .stars { margin-top: 0.7rem; font-size: 1.05rem; letter-spacing: 0.32em; }

/* Stats live inside the hero's certificate frame — the cover's credentials */
.hero__stats { margin-top: clamp(1.8rem, 4vw, 2.6rem); }
.hero__stats .stats__intro { margin-bottom: 2rem; }

/* ---------- Paper hero (light-first theme) ---------- */
.ground-paper.framed::before { border-color: rgba(168, 127, 61, 0.5); }
.hero.ground-paper .h1 { color: var(--ink); }
.hero.ground-paper .gold-i { color: var(--bronze); }
.ground-paper .hero-sub { color: var(--ink); }
.ground-paper .hero__watermark { opacity: 0.035; }
.hero.ground-paper .thesis p { color: var(--bronze); }
.ground-paper .stat__num { color: var(--bronze); }
.ground-paper .stat__label { color: var(--text-on-paper-dim); }
.ground-paper .stats__intro { color: var(--text-on-paper-dim); }
.ground-paper .stars { color: var(--bronze); }
.ground-paper .stats__row > div + div::before { background: var(--line-paper); }
.ground-paper .vsl { border-color: rgba(168, 127, 61, 0.45); }
.ground-paper .cta-note { color: var(--text-on-paper-dim); }

/* ---------- Dark story/letterhead sections ---------- */
.ground-dark .stories__sub { color: var(--text-on-dark-dim); }
.ground-dark .letterhead .wordline { color: var(--gold); }
.ground-dark .story { border-color: rgba(196, 149, 76, 0.18); }
.ground-dark .story:hover { border-color: var(--gold); box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4); }

/* Mobile hero: 3-line headline, 2-line sub, video pulled up */
.br-m { display: none; }
@media (max-width: 767px) {
  .br-m { display: inline; }
  .hero { padding-top: calc(var(--nav-h) + 1.75rem); }
  .hero .eyebrow { margin-bottom: 1rem; }
  .hero .h1 { font-size: clamp(1.5rem, 7vw, 1.7rem); margin-bottom: 1rem; }
  .hero-sub { font-size: clamp(0.95rem, 4.4vw, 1.05rem); }
  .hero .vsl { margin-top: 1.4rem; }
  .hero .cta-block { margin-top: 1.6rem; }
}

/* ============================================================
   STATS
   ============================================================ */
.stats { border-top: 1px solid var(--line-dark-faint); }
.stats__intro { text-align: center; font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--text-on-dark-dim); margin-bottom: 2.4rem; }
.stats__row { display: grid; grid-template-columns: 1fr; gap: 2rem; text-align: center; }
.stats__row > div { position: relative; }
.stat__num { font-family: var(--serif); font-weight: 600; font-size: clamp(2.4rem, 5vw, 3.4rem); color: var(--gold); line-height: 1.1; }
.stat__label { margin-top: 0.5rem; font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-on-dark-dim); }
@media (min-width: 640px) {
  .stats__row { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .stats__row > div + div::before {
    content: ""; position: absolute; left: 0; top: 12%; bottom: 12%;
    width: 1px; background: var(--line-dark-faint);
  }
}

/* ============================================================
   SUCCESS STORIES
   ============================================================ */
.stories__head { text-align: center; margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.stories__sub { font-family: var(--serif); font-style: italic; color: var(--text-on-paper-dim); font-size: 1.15rem; margin-top: 0.9rem; }

.stories { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem; }
.story { width: 100%; }
@media (min-width: 700px) {
  .stories { gap: 1.4rem; }
  .story { width: calc(50% - 0.7rem); }
}
@media (min-width: 1024px) {
  .story { width: calc(25% - 1.05rem); }
}

.story {
  background: var(--white); border: 1px solid var(--line-paper); color: var(--ink);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  display: flex; flex-direction: column;
}
.story:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 14px 34px rgba(23, 21, 18, 0.08); }
.story__thumb {
  aspect-ratio: 16 / 9; background: var(--charcoal-2);
  display: flex; align-items: center; justify-content: center; position: relative;
  width: 100%; border: 0; padding: 0; overflow: hidden;
}
button.story__thumb { cursor: pointer; }
button.story__thumb:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.story__thumb img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.story:hover .story__thumb img { transform: scale(1.03); }
.story__thumb iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.story__thumb[data-loaded] { cursor: default; }
.story__thumb .vsl__play {
  width: 52px; height: 52px; position: relative; z-index: 1;
  background: rgba(21, 21, 21, 0.55);
}
.story__thumb .vsl__play::after { border-width: 8px 0 8px 13px; }
.story:hover .story__thumb .vsl__play { background: var(--gold); }
.story:hover .story__thumb .vsl__play::after { border-left-color: var(--charcoal); }
.story__thumb .ph-label {
  position: absolute; bottom: 0.7rem; right: 0.9rem;
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(232,226,213,0.5);
}
.story__body { padding: 1.4rem 1.4rem 1.6rem; }
.story__name { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; margin-bottom: 0.5rem; }
.story__blurb { font-size: 0.95rem; line-height: 1.65; color: var(--text-on-paper-dim); }

/* ============================================================
   JOEY — the letter
   ============================================================ */
.joey__grid { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
@media (min-width: 900px) { .joey__grid { grid-template-columns: 380px 1fr; align-items: start; } }

.portrait { position: relative; }
@media (min-width: 900px) {
  .joey__grid > div:first-child { position: sticky; top: calc(var(--nav-h) + 2.5rem); align-self: start; }
}
.portrait__photo {
  display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  border: 1px solid var(--line-paper); background: var(--charcoal-2);
}
@media (max-width: 899px) { .portrait__photo { aspect-ratio: 1 / 1; } }
.portrait::after {
  content: ""; position: absolute; inset: 14px -14px -14px 14px;
  border: 1px solid var(--gold); z-index: -1; opacity: 0.55;
}

/* Candid strip — photographs enclosed with the letter */
.joey-candids {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.4rem);
  margin-top: clamp(3rem, 6vw, 4.5rem);
}
.joey-candids figure { position: relative; margin: 0; }
.joey-candids img {
  display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover;
  border: 1px solid var(--line-paper); background: var(--charcoal-2);
}
@media (max-width: 767px) {
  .joey-candids { grid-template-columns: 1fr; }
  .joey-candids img { aspect-ratio: 16 / 10; }
}

.creds {
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.6rem;
  padding: 1rem 0; border-top: 1px solid var(--line-paper); border-bottom: 1px solid var(--line-paper);
  margin: 1.5rem 0 2rem;
  font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bronze-ink); font-weight: 600;
}

.joey p + p { margin-top: 1.2em; }
.mentors { margin: 2.2rem 0; }
.mentors__title { font-size: 0.8rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-on-paper-dim); font-weight: 600; margin-bottom: 0.4rem; }
.mentors li { padding: 1.1rem 0; border-bottom: 1px solid var(--line-paper); }
.mentors li:first-of-type { border-top: 1px solid var(--line-paper); }
.mentors .name { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; }
.mentors .desc { font-size: 0.92rem; color: var(--text-on-paper-dim); margin-top: 0.15rem; }

/* ============================================================
   DIFFERENT — the case file
   ============================================================ */
/* Problem-section narrative: left-aligned reading column on dark */
.narrative { max-width: 62ch; }
.turn { margin-top: clamp(1.8rem, 3.5vw, 2.6rem); }
.turn__q {
  display: block; font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem); color: var(--text-on-dark-dim);
  margin-bottom: 0.7rem;
}
.turn__a {
  display: block; font-family: var(--serif); font-weight: 700;
  font-size: clamp(1.55rem, 2.8vw, 2.1rem); line-height: 1.25; color: var(--white);
  text-wrap: balance;
}
.turn__gold { color: var(--gold); }
.narrative p { color: var(--text-on-dark-dim); font-size: clamp(1.02rem, 1.4vw, 1.15rem); }
.narrative p + p { margin-top: 1.05em; }
.narrative .big { color: var(--text-on-dark); font-size: clamp(1.1rem, 1.6vw, 1.3rem); }

.autopsy { margin: clamp(2rem, 4vw, 3rem) 0; border-bottom: 1px solid var(--line-dark-faint); }
.autopsy__item { border-top: 1px solid var(--line-dark-faint); }
.autopsy__item summary {
  display: grid; grid-template-columns: 3.2rem 1fr auto; gap: 1rem; align-items: baseline;
  padding: 1.35rem 0; cursor: pointer; list-style: none;
}
.autopsy__item summary::-webkit-details-marker { display: none; }
.autopsy .n { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 1.15rem; }
.autopsy .t { display: block; font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--white); }
.autopsy .d { display: block; color: var(--text-on-dark-dim); margin-top: 0.25rem; font-size: 1rem; }
.autopsy__chev {
  align-self: center; font-family: var(--serif); font-weight: 500; color: var(--gold);
  font-size: 1.5rem; line-height: 1; transition: transform 0.25s ease;
}
.autopsy__item[open] .autopsy__chev { transform: rotate(45deg); }
.autopsy__body { padding: 0 0 1.6rem; margin-left: 4.2rem; max-width: 62ch; }
.autopsy__body p { color: var(--text-on-dark-dim); font-size: 0.98rem; line-height: 1.75; }
@media (max-width: 640px) {
  .autopsy__item summary { grid-template-columns: 2.4rem 1fr auto; }
  .autopsy__body { margin-left: 0; }
}

.probe { text-align: left; padding-block: clamp(2rem, 5vw, 3rem); }
@media (min-width: 768px) { .probe { text-align: center; } .probe .display { margin-inline: auto; } }
.probe .display { font-size: clamp(1.7rem, 4vw, 2.9rem); color: var(--white); max-width: 22ch; margin-inline: auto; }
.probe .display .gold-i { color: var(--gold); }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.pillars { display: grid; gap: 1.4rem; margin-block: clamp(2.2rem, 5vw, 3.4rem); }
@media (min-width: 768px) { .pillars { grid-template-columns: repeat(3, 1fr); } }
.pillar { background: var(--white); border: 1px solid var(--line-paper); padding: 2rem 1.7rem; }
.pillar img { width: 26px; margin-bottom: 1.1rem; }
.pillar__num {
  display: block; font-family: var(--serif); font-style: italic; font-weight: 600;
  font-size: 1.5rem; line-height: 1; color: var(--bronze-ink); margin-bottom: 1rem;
}
.pillar h3 { font-size: 1.25rem; margin-bottom: 0.6rem; }
.pillar p { font-size: 0.97rem; color: var(--text-on-paper-dim); }

.pullquote {
  border-left: 2px solid var(--gold);
  padding-left: 1.6rem; margin: 2.2rem 0;
  font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 2vw, 1.45rem); line-height: 1.5;
  color: var(--ink);
}

/* ============================================================
   EVIDENCE — record & receipts
   ============================================================ */
.record { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: clamp(2rem, 4vw, 3rem); }
@media (min-width: 640px) { .record { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; } }
.record img {
  display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover;
  background: #201D19; border: 1px solid var(--line-dark-faint);
}
.ground-paper .record img { border-color: var(--line-paper); }

.receipts { columns: 1; column-gap: 1.2rem; margin-top: clamp(2rem, 4vw, 3rem); }
@media (min-width: 640px) { .receipts { columns: 2; } }
@media (min-width: 1000px) { .receipts { columns: 3; } }
.receipt {
  break-inside: avoid; margin-bottom: 1rem;
  background: var(--white); border: 1px solid var(--line-dark-faint);
  padding: 0.6rem;
}
.receipt img { display: block; width: 100%; }

.evidence-note { text-align: center; margin-top: 1.6rem; font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-on-dark-dim); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 780px; margin-inline: auto; }
.faq details { border-top: 1px solid var(--line-paper); }
.faq details:last-child { border-bottom: 1px solid var(--line-paper); }
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  padding: 1.5rem 0.2rem;
  font-family: var(--serif); font-size: clamp(1.1rem, 1.8vw, 1.3rem); font-weight: 600;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--serif); font-size: 1.5rem; color: var(--bronze-ink);
  transition: transform 0.3s ease; flex-shrink: 0; line-height: 1;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 0.2rem 1.6rem; color: var(--text-on-paper-dim); max-width: 62ch; }

/* Smooth accordion open where supported (progressive enhancement) */
@supports (interpolate-size: allow-keywords) {
  :root { interpolate-size: allow-keywords; }
  .faq details::details-content {
    block-size: 0; overflow-y: clip; opacity: 0;
    transition: content-visibility 0.28s allow-discrete, opacity 0.28s ease, block-size 0.28s ease;
  }
  .faq details[open]::details-content { block-size: auto; opacity: 1; }
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.finale { text-align: center; }
.finale .h2 { color: var(--white); max-width: 20ch; margin-inline: auto; }
.finale p.body { max-width: 58ch; margin: 1.4rem auto 0; color: var(--text-on-dark-dim); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--charcoal); color: var(--text-on-dark-dim); padding: clamp(3.5rem, 7vw, 5rem) 0 2.5rem; }
.footer__grid { display: grid; gap: 2.5rem; align-items: start; }
@media (min-width: 768px) { .footer__grid { grid-template-columns: 1fr auto auto; gap: 4rem; } }
.footer__logo img { width: min(240px, 60vw); }
@media (max-width: 1023px) { .footer { padding-bottom: 7rem; } }
.footer h4 { font-size: 0.75rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; font-family: var(--sans); font-weight: 600; }
.footer li + li { margin-top: 0.6rem; }
.footer a { font-size: 0.92rem; }
.footer a:hover { color: var(--gold-soft); }
.footer__legal {
  margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid rgba(196,149,76,0.14);
  font-size: 0.78rem; line-height: 1.7; color: rgba(232,226,213,0.45);
  display: flex; flex-wrap: wrap; gap: 0.5rem 2rem; justify-content: space-between;
}

/* ============================================================
   APPLY PAGE
   ============================================================ */
.apply-shell { min-height: 100svh; display: flex; flex-direction: column; }
.apply-head { padding: 1.1rem 0 0.5rem; text-align: center; }
.apply-head img { height: 36px; margin-inline: auto; }
.apply-main { flex: 1; padding-block: clamp(0.9rem, 2vw, 1.6rem); }

.assure { display: flex; flex-direction: column; gap: 0.7rem; margin: 1.8rem auto 0; max-width: 520px; text-align: left; }
.assure li { display: flex; gap: 0.8rem; align-items: baseline; font-size: 0.95rem; color: var(--text-on-dark-dim); }
.assure li::before { content: ""; width: 7px; height: 7px; background: var(--gold); flex-shrink: 0; transform: rotate(45deg); position: relative; top: -1px; }

.wizard {
  background: var(--white); color: var(--ink);
  max-width: 640px; margin: clamp(2rem, 5vw, 3rem) auto 0;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  border: 1px solid var(--line-dark);
}
.wizard__progress { height: 2px; background: #EDE7DA; margin-bottom: 0.9rem; }
.wizard__progress span { display: block; height: 100%; background: var(--gold); width: 0%; transition: width 0.35s ease; }
.wizard__count { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-on-paper-dim); margin-bottom: 1.6rem; }
.step { display: none; }
.step.active { display: block; animation: stepIn 0.35s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.step h2 { font-size: clamp(1.3rem, 2.4vw, 1.6rem); margin-bottom: 0.5rem; }
.step .hint { font-size: 0.92rem; color: var(--text-on-paper-dim); margin-bottom: 1.4rem; }

.choices { display: grid; gap: 0.7rem; }
.choice { position: relative; display: block; }
.choice input { position: absolute; opacity: 0; inset: 0; }
.choice span {
  display: block; padding: 1rem 1.2rem; border: 1px solid var(--line-paper);
  font-size: 1rem; transition: border-color 0.2s ease, background-color 0.2s ease;
  min-height: 52px;
}
.choice:hover span { border-color: var(--bronze); }
.choice input:checked + span { border-color: var(--gold); background: #FBF6EA; }
.choice input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }

.field { display: block; margin-bottom: 1.1rem; }
.field label { display: block; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--text-on-paper-dim); margin-bottom: 0.45rem; }
.field input, .field textarea {
  width: 100%; padding: 0.95rem 1.1rem; font: inherit; font-size: 1rem;
  border: 1px solid var(--line-paper); background: var(--white); color: var(--ink);
}
.field input:focus, .field textarea:focus { outline: 2px solid var(--gold); outline-offset: 0; border-color: var(--gold); }
.field textarea { min-height: 120px; resize: vertical; }

.wizard__nav { display: flex; justify-content: space-between; align-items: center; margin-top: 1.8rem; gap: 1rem; }
.wizard__back { font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-on-paper-dim); font-weight: 600; padding: 0.8rem 0.4rem; }
.wizard__back:hover { color: var(--ink); }
.wizard .btn { border-color: var(--bronze-ink); color: var(--bronze-ink); }
.wizard .btn:hover, .wizard .btn:focus-visible { background: var(--gold); border-color: var(--gold); color: var(--charcoal); }

.calendar-ph {
  border: 1px dashed #D8D0BE; background: #FBF8F1;
  padding: 2.6rem 1.4rem; text-align: center; color: #9A9078;
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 1.4rem;
}

/* ============================================================
   SUCCESS PAGE
   ============================================================ */
.tabs {
  position: sticky; top: var(--nav-h); z-index: 40;
  background: rgba(21,21,21,0.92);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-block: 1px solid var(--line-dark-faint);
}
.tabs__row {
  display: flex; gap: 0.4rem; overflow-x: auto; scrollbar-width: none;
  max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.tabs__row::-webkit-scrollbar { display: none; }
.tabs a {
  padding: 1rem 1.2rem; white-space: nowrap;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-on-dark-dim); border-bottom: 2px solid transparent;
}
.tabs a:hover, .tabs a.active { color: var(--gold); border-bottom-color: var(--gold); }

/* ============================================================
   BLOG
   ============================================================ */
.blog-head { text-align: center; padding-top: calc(var(--nav-h) + clamp(3rem, 7vw, 5rem)); padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-top: 2rem; }
.chip {
  padding: 0.55rem 1.15rem; border: 1px solid var(--line-paper);
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-on-paper-dim); transition: all 0.25s ease; cursor: pointer;
}
.chip:hover { border-color: var(--bronze); color: var(--bronze-ink); }
.chip.active { background: var(--charcoal); border-color: var(--charcoal); color: var(--gold-soft); }

.post-grid { display: grid; gap: 1.5rem; }
@media (min-width: 700px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .post-grid { grid-template-columns: repeat(3, 1fr); } }

.post-card {
  background: var(--white); border: 1px solid var(--line-paper); display: flex; flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.post-card:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 14px 34px rgba(23,21,18,0.08); }
.post-card__thumb { aspect-ratio: 16 / 9; background: var(--charcoal-2); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.post-card__thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.post-card:hover .post-card__thumb img { transform: scale(1.03); }
.post-card__thumb .vsl__play { width: 46px; height: 46px; position: absolute; z-index: 1; background: rgba(21, 21, 21, 0.55); }
.post-card__thumb .vsl__play::after { border-width: 7px 0 7px 11px; }
.post-card:hover .post-card__thumb .vsl__play { background: var(--gold); }
.post-card:hover .post-card__thumb .vsl__play::after { border-left-color: var(--charcoal); }
.post-card__body { padding: 1.4rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.post-card__meta { display: flex; justify-content: space-between; align-items: center; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; }
.post-card__meta .cat { color: var(--bronze-ink); }
.post-card__meta .time { color: #A79F8E; letter-spacing: 0.1em; }
.post-card__title { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; line-height: 1.3; }
.post-card__excerpt { font-size: 0.92rem; color: var(--text-on-paper-dim); line-height: 1.6; }

.section-label { font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 600; margin-bottom: 1.8rem; display: flex; align-items: baseline; gap: 1rem; }
.section-label::after { content: ""; flex: 1; height: 1px; background: var(--line-paper); position: relative; top: -6px; }

/* Post pages */
.post-layout { display: grid; gap: 3rem; padding-top: calc(var(--nav-h) + clamp(2.5rem, 6vw, 4rem)); }
@media (min-width: 1024px) { .post-layout { grid-template-columns: minmax(0, 1fr) 320px; } }
.post-body .cat-line { font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; color: var(--bronze-ink); margin-bottom: 1rem; }
.post-body h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 1.6rem; }
.post-body .embed {
  aspect-ratio: 16 / 9; background: var(--charcoal-2); border: 1px solid var(--line-paper);
  display: flex; align-items: center; justify-content: center; margin-bottom: 2rem;
  position: relative; overflow: hidden; width: 100%; padding: 0;
}
button.embed { cursor: pointer; }
.post-body .embed img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.post-body .embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.post-body .embed .vsl__play { position: relative; z-index: 1; background: rgba(21, 21, 21, 0.55); }
button.embed:hover .vsl__play { background: var(--gold); }
button.embed:hover .vsl__play::after { border-left-color: var(--charcoal); }
.post-body .embed[data-loaded] { cursor: default; }

/* Takeaways card on post pages */
.takeaways { list-style: none; margin: 1.6rem 0 0; padding: 1.3rem 1.5rem; background: var(--white); border: 1px solid var(--line-paper); }
.takeaways li { padding-left: 1.1rem; position: relative; font-size: 0.95rem; }
.takeaways li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 6px; height: 6px; background: var(--gold); }
.takeaways li + li { margin-top: 0.6rem; }
.post-body h2 { font-size: 1.4rem; margin: 2.2rem 0 0.8rem; }
.post-body p + p { margin-top: 1.15em; }
.post-body .prose { max-width: 68ch; }

.side { display: flex; flex-direction: column; gap: 1.4rem; }
.side__cta {
  background: var(--charcoal); color: var(--text-on-dark);
  padding: 2.2rem 1.8rem; text-align: center; border: 1px solid var(--line-dark);
  position: sticky; top: calc(var(--nav-h) + 1.5rem);
}
.side__cta img { width: 34px; margin: 0 auto 1rem; }
.side__cta .t { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--white); line-height: 1.35; margin-bottom: 0.8rem; }
.side__cta p { font-size: 0.9rem; color: var(--text-on-dark-dim); margin-bottom: 1.4rem; }
.subscribe { border: 1px solid var(--line-paper); padding: 1.6rem 1.8rem; background: var(--white); }
.subscribe h4 { font-family: var(--sans); font-size: 0.75rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-on-paper-dim); margin-bottom: 1rem; }
.subscribe a { display: block; padding: 0.7rem 0; border-top: 1px solid var(--line-paper); font-size: 0.92rem; font-weight: 600; }
.subscribe a:hover { color: var(--bronze-ink); }

.article-prose { max-width: 70ch; margin-inline: auto; }
.article-prose h1 + p::first-letter {
  font-family: var(--serif); font-size: 3.4em; float: left; line-height: 0.85;
  padding-right: 0.12em; color: var(--bronze-ink);
}

.cta-band {
  background: var(--charcoal); color: var(--text-on-dark);
  padding: 2.4rem clamp(1.4rem, 4vw, 2.5rem); margin: 2.6rem 0;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.4rem;
  border: 1px solid var(--line-dark);
}
.cta-band .t { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--white); max-width: 26ch; }

/* Misc */
.ph-note { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: #A79F8E; }
