/* ── TruTalk V4 · sections — cinematic sans layouts ── */
.cv { content-visibility: auto; contain-intrinsic-size: auto 900px; }

/* ═══ HERO — the living deck, center stage ═══════════ */
.hero { position: relative; padding: 140px 0 0; overflow: clip; min-height: 100svh; display: flex; flex-direction: column; }
@media (max-width: 900px) { .hero { padding-top: 112px; } }
.hero-stage-wrap { position: relative; flex: 1; display: flex; align-items: center; padding: 6px 0 26px; }
/* Targeted contrast patch behind the copy — static paint, no global overlay */
.hero-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(94% 58% at 50% 0%, rgba(5,4,4,0.5) 0%, rgba(5,4,4,0.22) 44%, rgba(5,4,4,0.04) 68%, transparent 82%); }
.hero-theater { position: relative; z-index: 4; width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-copy { position: relative; z-index: 6; display: flex; flex-direction: column; align-items: center; max-width: 880px; }

/* semi-opaque fill instead of backdrop-blur — same frosted look, zero live filter cost */
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 999px; background: rgba(26,19,10,0.88); border: 1px solid rgba(252,166,49,0.28); box-shadow: inset 0 1px 0 rgba(255,255,255,0.05); font-size: 12.5px; color: var(--amber-warm); font-weight: 500; }
.hero-kicker .pulse { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); flex-shrink: 0; }
.hero-kicker .pulse::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: rgba(252,166,49,0.55); }
@media (prefers-reduced-motion: no-preference) { .hero-kicker .pulse::after { animation: sp-pulse 2.4s ease-out infinite; } }
@keyframes sp-pulse { 0% { transform: scale(1); opacity: 0.6; } 70%, 100% { transform: scale(3.4); opacity: 0; } }

.hero-h { font-weight: 600; font-size: clamp(40px, 4.9vw, 74px); line-height: 1.02; letter-spacing: -0.042em; margin: 26px 0 0; }
.hero-h .hl { display: block; }
/* word-by-word masked reveal — transform-only, runs once on load */
.wr { display: inline-block; overflow: hidden; vertical-align: bottom; padding: 0.06em 0.02em 0.14em; margin: -0.06em -0.02em -0.14em; }
.wr > span { display: inline-block; transform: translateY(118%); transition: transform 860ms var(--ease-out); transition-delay: var(--d, 0ms); }
.hero-h.in .wr > span { transform: none; }
@media (prefers-reduced-motion: reduce) { .wr > span { transform: none; transition: none; } }
.hero-copy .lede { margin: 18px auto 0; max-width: 58ch; }

/* ── the deck theater ── */
.deck-theater { position: relative; z-index: 5; width: 100%; margin-top: clamp(28px, 4.2vh, 48px); display: flex; justify-content: center; }
/* Ambient glow — two soft blobs on pseudo-elements; every stop ends at 0-alpha of its own
   hue and paint dies inside the box, so no visible edge. Drift is translate/scale/opacity
   only — rasterized once, compositor-moved, zero repaint. Bottom mask dissolves reach
   toward the ticker band. */
.hero-glow { position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%); z-index: 0; pointer-events: none;
  width: min(1080px, 150vw); aspect-ratio: 1;
  -webkit-mask: linear-gradient(180deg, #000 62%, rgba(0,0,0,0.5) 80%, transparent 97%);
  mask: linear-gradient(180deg, #000 62%, rgba(0,0,0,0.5) 80%, transparent 97%); }
.hero-glow::before, .hero-glow::after { content: ""; position: absolute; inset: 0; border-radius: 50%; }
.hero-glow::before { background: radial-gradient(circle at 50% 45%, rgba(252,166,49,0.13) 0%, rgba(240,140,40,0.08) 22%, rgba(214,110,32,0.04) 40%, rgba(214,110,32,0.015) 55%, rgba(214,110,32,0) 70%); }
.hero-glow::after { background: radial-gradient(circle at 60% 58%, rgba(123,72,255,0.09) 0%, rgba(123,72,255,0.05) 24%, rgba(123,72,255,0.02) 44%, rgba(123,72,255,0) 64%); }
@media (prefers-reduced-motion: no-preference) {
  .hero-glow::before { animation: glow-drift-a 44s ease-in-out infinite alternate; }
  .hero-glow::after { animation: glow-drift-b 58s ease-in-out -20s infinite alternate; }
}
@keyframes glow-drift-a { from { translate: 0 0; scale: 1; opacity: 1; } to { translate: -2.5% 2%; scale: 1.1; opacity: 0.82; } }
@keyframes glow-drift-b { from { translate: 0 0; scale: 1; opacity: 0.85; } to { translate: 3% -2.5%; scale: 1.12; opacity: 1; } }

.deck-breathe { position: relative; z-index: 3; }
@media (prefers-reduced-motion: no-preference) { .deck-breathe { animation: deck-breathe 9.5s ease-in-out infinite alternate; } }
@keyframes deck-breathe { from { transform: translateY(0); } to { transform: translateY(-9px); } }
.deck-fan { position: relative; width: min(478px, 86vw); height: clamp(272px, 70vw, 336px); }

/* the spread — every state is a transform/opacity pair; nothing else animates.
   Base state = tucked into the deck (slots 5+ of the 12-card cycle stay hidden here). */
.deal-card { position: absolute; inset: 0; z-index: 2; transform: translate(0, 13%) scale(0.8); opacity: 0; }
@media (prefers-reduced-motion: no-preference) { .deal-card { transition: transform 880ms var(--ease-out), opacity 660ms ease; } }
.deal-card[data-slot="0"] { transform: none; opacity: 1; z-index: 7; cursor: pointer; }
.deal-card[data-slot="1"] { transform: translate(-15%, 4%) rotate(-8deg) scale(0.94); opacity: 1; z-index: 6; }
.deal-card[data-slot="2"] { transform: translate(15%, 4.5%) rotate(8.5deg) scale(0.93); opacity: 1; z-index: 5; }
.deal-card[data-slot="3"] { transform: translate(-27%, 10%) rotate(-15deg) scale(0.87); opacity: 0.92; z-index: 4; }
.deal-card[data-slot="4"] { transform: translate(27%, 11%) rotate(16deg) scale(0.86); opacity: 0.88; z-index: 3; }
/* the pull: front card lifts off the table and fades, like a hand picked it up */
.deck-fan .deal-card.out { transform: translate(5%, -56%) rotate(9deg) scale(1.05); opacity: 0; z-index: 8; }
.deck-fan .deal-card.snap { transition: none; }

.card-in { height: 100%; }
@media (prefers-reduced-motion: no-preference) { .card-in { animation: deal-in 900ms var(--ease-out) var(--di, 600ms) backwards; } }
/* cards born hidden (slots 5+) skip the entrance — nothing to see, 7 fewer load animations */
.deal-card:nth-child(n+6) .card-in { animation: none; }
@keyframes deal-in { from { transform: translateY(52%) scale(0.84); opacity: 0; } }

.card-face { --cc: var(--amber); height: 100%; display: flex; flex-direction: column; padding: 24px 30px 20px; border-radius: 22px; position: relative; text-align: left;
  background: linear-gradient(168deg, #272119 0%, #1A1613 55%, #131110 100%);
  border: 1px solid rgba(250,246,241,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), 0 44px 84px -26px rgba(0,0,0,0.78), 0 0 60px -12px rgba(252,166,49,0.15); }
.deal-card.purple .card-face { --cc: var(--purple-glow);
  background: linear-gradient(168deg, #221C2C 0%, #171420 55%, #121016 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), 0 44px 84px -26px rgba(0,0,0,0.78), 0 0 60px -12px rgba(123,72,255,0.22); }
/* gold on ivory — the Pathways combo, promoted from the science fan */
.deal-card.ivory .card-face { --cc: #A06B24;
  background: linear-gradient(168deg, #FBF7F0 0%, #F0E9DE 100%);
  border-color: rgba(20,17,14,0.16);
  box-shadow: 0 44px 84px -26px rgba(0,0,0,0.72), 0 0 60px -12px rgba(252,166,49,0.2); }
.deal-card.ivory .cf-q { color: #191512; }
.deal-card.ivory .cf-no { color: rgba(20,17,14,0.45); }
.deal-card.ivory .cf-foot { border-top-color: rgba(20,17,14,0.18); color: rgba(20,17,14,0.55); }
.deal-card.ivory[data-slot="0"] .card-face { border-color: rgba(20,17,14,0.24); }
/* gold on ink — near-black card, gilded question */
.deal-card.gold .card-face { --cc: var(--amber);
  background: linear-gradient(168deg, #17120A 0%, #0F0C08 55%, #0A0807 100%);
  border-color: rgba(252,166,49,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 44px 84px -26px rgba(0,0,0,0.78), 0 0 60px -12px rgba(252,166,49,0.26); }
.deal-card.gold .cf-q { color: var(--amber-warm); }
.deal-card.gold .cf-no { color: rgba(252,166,49,0.48); }
.deal-card.gold .cf-foot { border-top-color: rgba(252,166,49,0.2); color: rgba(252,166,49,0.6); }
.deal-card.gold[data-slot="0"] .card-face { border-color: rgba(252,166,49,0.34); }
.card-face::before { content: ""; position: absolute; top: -1px; left: 18px; right: 18px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--cc) 30% 70%, transparent); opacity: 0.9; }
.deal-card[data-slot="0"] .card-face { border-color: rgba(250,246,241,0.17); }
.cf-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.card-face .fc-mode { font-size: 10.5px; letter-spacing: 0.18em; font-weight: 600; color: var(--cc); display: flex; align-items: center; gap: 8px; text-transform: uppercase; }
.card-face .fc-mode::before { content: ""; width: 4px; height: 4px; background: currentColor; transform: rotate(45deg); box-shadow: 0 0 8px currentColor; flex-shrink: 0; }
.cf-no { font-size: 10.5px; letter-spacing: 0.14em; color: rgba(250,246,241,0.42); font-variant-numeric: tabular-nums; }
.cf-q { flex: 1; display: flex; align-items: center; margin: 12px 0; font-size: clamp(17px, 4.4vw, 26px); font-weight: 500; font-style: italic; line-height: 1.32; letter-spacing: -0.022em; color: var(--ivory); text-wrap: pretty; }
.cf-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 13px; border-top: 1px dashed rgba(250,246,241,0.14); font-size: 11px; letter-spacing: 0.05em; color: rgba(250,246,241,0.55); }
.cf-brand { color: var(--cc); letter-spacing: 0.14em; font-weight: 600; font-size: 10px; text-transform: uppercase; }
@media (hover: hover) and (pointer: fine) {
  .card-face { transition: translate 320ms var(--ease); }
  .deal-card[data-slot="0"]:hover .card-face { translate: 0 -7px; }
}
@media (prefers-reduced-motion: reduce) { .card-face, .deck-pull { transition: none; } .deal-card[data-slot="0"]:hover .card-face { translate: 0 0; } }

/* dock — counter + pull control */
.deck-dock { position: relative; z-index: 6; margin-top: clamp(20px, 3vh, 30px); display: flex; align-items: center; justify-content: center; gap: 16px; }
.deck-count { font-size: 12px; letter-spacing: 0.14em; color: var(--softer); font-variant-numeric: tabular-nums; }
.deck-pull { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 999px; border: 1px solid rgba(252,166,49,0.30); background: rgba(26,19,10,0.88); color: var(--amber-warm); font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; }
@media (prefers-reduced-motion: no-preference) { .deck-pull { transition: transform 220ms var(--ease); } .deck-pull:hover { transform: translateY(-2px); } }
.deck-hint { font-size: 12px; color: var(--faint); }
@media (max-width: 640px) { .deck-hint { display: none; } }

.hero-cta-row { position: relative; z-index: 6; margin-top: clamp(48px, 6.5vh, 76px); display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
@media (max-width: 480px) { .hero-cta-row { width: 100%; } .hero-cta-row .btn { flex: 1 1 100%; } }
.hero-promise { position: relative; z-index: 6; margin: 16px 0 0; color: var(--softer); font-size: 13px; letter-spacing: 0.02em; }
.hero-promise b { color: var(--soft); font-weight: 600; }
.deck-sr { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
/* semi-opaque fill instead of backdrop-blur (perf) — fades in from the top so the
   band doesn't cut a hard horizontal step across the deck glow behind it */
.hero-ticker { position: relative; z-index: 7; margin-top: clamp(44px, 5vw, 80px); background: linear-gradient(180deg, rgba(7,5,4,0.16), rgba(7,5,4,0.62) 60%); }

/* ═══ APP MOCK — clean 2D premium card ═══════════════════ */
.tt-app {
  width: min(354px, 86vw);
  aspect-ratio: 9 / 18.35;
  display: flex; flex-direction: column;
  background: #0E0D0C;
  border-radius: 48px;
  border: 1px solid var(--line-2);
  box-shadow:
    var(--glass-hi),
    0 0 0 1px rgba(252,166,49,0.05),
    0 54px 110px -26px rgba(0,0,0,0.85),
    0 0 90px -22px rgba(123,72,255,0.3);
  overflow: hidden; position: relative;
  --mode-c: var(--amber);
}
.tt-status { flex-shrink: 0; height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 6px 26px 0; font-size: 13px; font-weight: 600; color: var(--ivory); }
.tt-status .icns { display: flex; gap: 6px; align-items: center; opacity: 0.85; }
.tt-status .bat { width: 22px; height: 11px; border: 1.2px solid var(--ivory); border-radius: 3px; padding: 1.5px; position: relative; }
.tt-status .bat::after { content: ""; position: absolute; right: -3px; top: 3px; width: 1.5px; height: 4px; background: var(--ivory); border-radius: 1px; }
.tt-status .bat span { display: block; width: 72%; height: 100%; background: var(--ivory); border-radius: 1px; }

.tt-header { padding: 12px 22px 8px; display: flex; align-items: center; justify-content: space-between; }
.tt-mark-app { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; letter-spacing: -0.015em; color: var(--ivory); }
.tt-mark-app img { height: 22px; width: auto; border-radius: 7px; }
.tt-icon-btn { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line-2); background: rgba(250,246,241,0.05); display: grid; place-items: center; color: var(--ivory); }

.tt-greet { padding: 6px 22px 14px; }
.tt-greet .tt-gh { margin: 0; font-size: 22px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.15; color: var(--ivory); }
.tt-greet .tt-gh .it { font-style: italic; font-weight: 500; color: var(--mode-c, var(--amber)); transition: color 400ms; }
.tt-greet p { margin: 5px 0 0; font-size: 12.5px; color: var(--softer); }

.tt-mode-bar { flex-shrink: 0; display: flex; gap: 6px; padding: 6px 22px 16px; overflow-x: auto; scrollbar-width: none; }
.tt-mode-bar::-webkit-scrollbar { display: none; }
.tt-mode-chip { flex-shrink: 0; padding: 8px 13px; border-radius: 999px; background: rgba(250,246,241,0.05); border: 1px solid var(--line); font-size: 11.5px; font-weight: 500; color: var(--soft); white-space: nowrap; transition: background 180ms, color 180ms, border-color 180ms; }
.tt-mode-chip.active { background: var(--ivory); color: var(--ink); border-color: var(--ivory); font-weight: 600; }
.tt-mode-chip.locked { color: var(--purple-glow); border-color: rgba(123,72,255,0.28); }
.tt-mode-chip.locked.active { background: var(--purple); color: #fff; border-color: var(--purple); }
.tt-plus { font-size: 9px; margin-left: 4px; }

.tt-ritual-flip { flex: 1; min-height: 0; margin: 0 16px; perspective: 1100px; display: flex; }
.tt-ritual {
  flex: 1; display: flex; flex-direction: column;
  border-radius: 26px;
  background:
    radial-gradient(circle at 28% 0%, rgba(123,72,255,0.38) 0%, transparent 52%),
    radial-gradient(circle at 72% 100%, rgba(252,166,49,0.22) 0%, transparent 55%),
    linear-gradient(180deg, #1A1714 0%, #0E0D0C 100%);
  border: 1px solid var(--line-2);
  padding: 24px 22px 20px;
  position: relative; overflow: hidden;
  transform-origin: 50% 55%; transform-style: preserve-3d; will-change: transform, opacity;
  transition: transform 340ms var(--ease), opacity 300ms ease-out;
}
.tt-ritual.flip-out { transform: rotateX(-56deg) scale(0.96); opacity: 0; transition: transform 270ms cubic-bezier(0.5, 0, 0.75, 0.4), opacity 250ms ease-in; }
.tt-ritual.flip-pre { transition: none; transform: rotateX(48deg) scale(0.97); opacity: 0; }
.tt-ritual::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--mode-c, var(--amber)), transparent);
  opacity: 0.65;
}
.tt-ritual-head { flex-shrink: 0; display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.tt-ritual-mode { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 600; letter-spacing: 0.18em; color: var(--mode-c, var(--amber)); text-transform: uppercase; transition: color 400ms; }
.tt-ritual-mode .diamond { width: 4px; height: 4px; background: currentColor; box-shadow: 0 0 8px currentColor; }
.tt-ritual-step { font-size: 10.5px; color: var(--softer); font-variant-numeric: tabular-nums; letter-spacing: 0.05em; }
.tt-question { flex: 1; min-height: 0; display: flex; align-items: center; font-size: 22px; font-weight: 500; line-height: 1.3; letter-spacing: -0.024em; color: var(--ivory); margin: 6px 0 14px; text-wrap: pretty; }
.tt-ritual-foot { flex-shrink: 0; margin-top: auto; padding-top: 13px; border-top: 1px dashed rgba(250,246,241,0.16); display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--softer); }

.tt-progress { flex-shrink: 0; margin: 14px 16px 0; height: 3px; background: rgba(250,246,241,0.08); border-radius: 999px; overflow: hidden; }
.tt-progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--amber), var(--purple-glow)); transition: width 500ms var(--ease); border-radius: 999px; box-shadow: 0 0 12px rgba(252,166,49,0.55); }

.tt-actions { flex-shrink: 0; display: grid; grid-template-columns: 1fr 1fr 1.55fr; gap: 8px; padding: 16px 16px 14px; }
.tt-action { height: 46px; border-radius: 14px; background: rgba(250,246,241,0.05); border: 1px solid var(--line); font-size: 12.5px; font-weight: 500; color: var(--soft); display: inline-flex; align-items: center; justify-content: center; gap: 6px; transition: background 160ms, color 160ms, border-color 160ms; }
.tt-action:hover { background: rgba(250,246,241,0.09); color: var(--ivory); }
.tt-action svg { opacity: 0.7; flex-shrink: 0; }
.tt-action.primary { background: linear-gradient(180deg, var(--amber-warm), var(--amber)); color: var(--ink); border: 0; font-weight: 600; }
.tt-action.primary svg { opacity: 1; }
.tt-action.primary:hover { filter: brightness(1.06); }
.tt-action.saved { color: var(--amber); border-color: rgba(252,166,49,0.4); background: rgba(252,166,49,0.08); }
.tt-home { flex-shrink: 0; height: 5px; width: 120px; border-radius: 999px; background: rgba(250,246,241,0.26); margin: 0 auto 12px; }

/* ═══ RITUAL STATEMENT ═══════════════════════════════════ */
.ritual-strip { padding: clamp(110px, 14vw, 200px) 0; text-align: center; position: relative; overflow: clip; }
.ritual-strip .rs-ghost {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  white-space: nowrap; font-weight: 600;
  font-size: clamp(120px, 26vw, 420px); line-height: 1; letter-spacing: -0.05em;
  color: transparent; -webkit-text-stroke: 1px rgba(250,246,241,0.06);
  pointer-events: none; user-select: none; z-index: 0;
}
.ritual-strip .shell { position: relative; z-index: 1; }
.ritual-strip .ornament { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--faint); margin: 0 0 32px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.ritual-strip .ornament::before, .ritual-strip .ornament::after { content: ""; width: 48px; height: 1px; background: linear-gradient(90deg, transparent, var(--line-2)); }
.ritual-strip .ornament::after { background: linear-gradient(270deg, transparent, var(--line-2)); }
.ritual-strip h2 {
  font-weight: 600;
  font-size: clamp(40px, 7.4vw, 112px); line-height: 0.98; letter-spacing: -0.045em; margin: 0;
}
.ritual-strip .lede { margin: 34px auto 0; }

/* ═══ HOW IT WORKS ═══════════════════════════════════════ */
.how-grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; }
@media (min-width: 1020px) { .how-grid { grid-template-columns: 1.1fr 1fr; gap: clamp(48px, 6vw, 80px); } }
.how-steps { list-style: none; padding: 0; margin: clamp(28px, 3.5vw, 44px) 0 0; display: flex; flex-direction: column; }
.how-step-row {
  display: grid; grid-template-columns: clamp(72px, 8vw, 116px) 1fr; gap: clamp(18px, 2.6vw, 34px);
  align-items: center; padding: clamp(18px, 2.2vw, 26px) 0;
  border-top: 1px solid var(--line);
}
.how-step-num {
  font-weight: 600;
  font-size: clamp(54px, 5.8vw, 88px); line-height: 0.85; letter-spacing: -0.04em;
  color: transparent; -webkit-text-stroke: 1px rgba(252,166,49,0.55);
  font-variant-numeric: tabular-nums;
}
.how-step-row h3 { font-weight: 600; font-size: clamp(20px, 2.1vw, 26px); letter-spacing: -0.028em; margin: 0; }
.how-step-row p { color: var(--soft); font-size: 14.5px; line-height: 1.58; margin: 8px 0 0; max-width: 440px; }
.how-modes-label { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; font-size: 12px; color: var(--softer); }
.how-modes { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.how-mode-chip {
  display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 9px 15px;
  border-radius: 999px; background: rgba(250,246,241,0.04); border: 1px solid var(--line);
  font-size: 12.5px; font-weight: 500; color: var(--soft);
  transition: background 180ms, color 180ms, border-color 180ms, box-shadow 180ms;
}
.how-mode-chip svg { flex-shrink: 0; }
.how-mode-chip:hover { background: rgba(250,246,241,0.09); color: var(--ivory); border-color: var(--line-2); }
.how-mode-chip:focus-visible { outline: 1px solid var(--amber); outline-offset: 2px; }
.how-mode-chip.active { background: var(--ivory); color: var(--ink); border-color: var(--ivory); box-shadow: 0 6px 20px -6px rgba(250,246,241,0.35); }
.how-mode-chip.premium { color: var(--purple-glow); border-color: rgba(123,72,255,0.28); }
.how-mode-chip.premium.active { background: var(--purple); color: #fff; border-color: var(--purple); box-shadow: 0 6px 24px -6px rgba(123,72,255,0.6); }
.how-foot { margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.how-right { position: relative; display: flex; justify-content: center; padding: 20px 0; }
.how-glow { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: min(660px, 100vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(123,72,255,0.16), rgba(252,166,49,0.08) 45%, transparent 70%); pointer-events: none; }

/* ═══ MODES — editorial index, two columns ═══════════════ */
.mx-cols { display: grid; grid-template-columns: 1fr; gap: clamp(40px, 5vw, 56px); align-items: start; }
@media (min-width: 980px) { .mx-cols { grid-template-columns: 1fr 1fr; gap: clamp(44px, 5vw, 84px); } }
.mx-group-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 20px;
  padding-bottom: 16px; border-bottom: 1px solid var(--line-2);
}
.mx-group-title { display: flex; align-items: baseline; gap: 14px; }
.mx-group-title h3 { font-weight: 600; font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.03em; margin: 0; }
.mx-group-title .mx-count { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); }
.mx-rows { display: flex; flex-direction: column; }
.mx-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: clamp(12px, 1.6vw, 22px); align-items: center;
  padding: clamp(18px, 2vw, 26px) 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: padding-left 300ms var(--ease);
}
.mx-row:hover { padding-left: 8px; }
.mx-row::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, var(--amber), var(--purple-glow));
  transform: scaleX(0); transform-origin: left; transition: transform 450ms var(--ease);
}
.mx-row:hover::after { transform: scaleX(1); }
.mx-num { font-size: 13px; font-weight: 500; color: var(--faint); font-variant-numeric: tabular-nums; }
.mx-main { min-width: 0; }
.mx-name {
  font-weight: 600;
  font-size: clamp(23px, 2.4vw, 31px); line-height: 1.05; letter-spacing: -0.032em; margin: 0;
  transition: color 250ms;
  display: flex; align-items: center; gap: 11px;
}
.mx-row:hover .mx-name { color: var(--amber); }
.mx-group.pro .mx-row:hover .mx-name { color: var(--purple-glow); }
.mx-name .mx-lock { color: var(--purple-glow); opacity: 0.8; flex-shrink: 0; }
.mx-one { font-size: 13px; line-height: 1.5; color: var(--softer); margin: 6px 0 0; }
.mx-icon { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--amber); transition: border-color 250ms, transform 250ms var(--ease); }
.mx-group.pro .mx-icon { color: var(--purple-glow); }
.mx-row:hover .mx-icon { border-color: currentColor; transform: rotate(45deg) scale(1.06); }
/* cursor-following prompt preview */
.mx-preview {
  position: fixed; left: 0; top: 0; z-index: 90; pointer-events: none;
  width: 320px; padding: 24px 26px 22px;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(20,17,14,0.92), rgba(12,10,9,0.94));
  border: 1px solid rgba(252,166,49,0.35);
  box-shadow: 0 40px 90px -20px rgba(0,0,0,0.9), 0 0 70px -25px rgba(252,166,49,0.5);
  opacity: 0; scale: 0.92;
  transition: opacity 250ms var(--ease), scale 350ms var(--ease);
}
.mx-preview.on { opacity: 1; scale: 1; }
.mx-preview.purple { border-color: rgba(157,122,255,0.4); box-shadow: 0 40px 90px -20px rgba(0,0,0,0.9), 0 0 70px -25px rgba(123,72,255,0.55); }
.mx-preview .mp-mode { font-size: 10px; letter-spacing: 0.2em; font-weight: 600; color: var(--amber); text-transform: uppercase; display: flex; gap: 8px; align-items: center; }
.mx-preview.purple .mp-mode { color: var(--purple-glow); }
.mx-preview .mp-mode::before { content: ""; width: 5px; height: 5px; background: currentColor; transform: rotate(45deg); }
.mx-preview p { margin: 12px 0 0; font-size: 18px; font-weight: 500; line-height: 1.34; letter-spacing: -0.02em; color: var(--ivory); }
.mx-preview .mp-ctx { display: block; margin-top: 12px; font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }
@media (pointer: coarse) { .mx-preview { display: none; } }

/* premium banner */
@property --bb { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.premium-cta {
  margin-top: clamp(44px, 5vw, 64px); padding: clamp(30px, 4vw, 48px) clamp(26px, 4vw, 52px);
  display: flex; flex-wrap: wrap; gap: 26px; align-items: center; justify-content: space-between;
  position: relative;
}
/* Static conic border — was bb-spin animating an @property angle, a full gradient repaint every frame. Held at its resting angle; identical at rest. */
.premium-cta::after {
  content: ""; position: absolute; inset: -1px; border-radius: 26px; padding: 1.5px;
  background: conic-gradient(from var(--bb), transparent 0deg 240deg, rgba(157,122,255,0.95) 300deg, rgba(252,166,49,0.95) 330deg, transparent 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.premium-cta h3 { font-weight: 600; font-size: clamp(24px, 2.7vw, 36px); letter-spacing: -0.032em; margin: 0; }
.premium-cta p { font-size: 14px; color: var(--softer); margin: 10px 0 0; }

/* ═══ LIVE APP MARQUEE ═══════════════════════════════════ */
.live-strip { overflow: clip; background: radial-gradient(ellipse 70% 55% at 50% 100%, rgba(252,166,49,0.07), transparent 65%); }
/* Clip headroom for the hover lift is handled globally in base.css via
   .marquee:has(.shot-frame) so home + rituals stay in sync. */
.live-shot { flex: 0 0 auto; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.live-shot:nth-child(odd) .shot-frame { rotate: 1.6deg; }
.live-shot:nth-child(even) .shot-frame { rotate: -1.6deg; }
.shot-frame {
  width: 250px; aspect-ratio: 375 / 740;
  background: #0C0B0A; border-radius: 36px;
  border: 1px solid var(--line-2); padding: 7px;
  box-shadow: 0 24px 60px -24px rgba(0,0,0,0.8);
  overflow: hidden;
  transition: transform 450ms var(--ease), rotate 450ms var(--ease);
}
.live-shot:hover .shot-frame {
  transform: translateY(-10px) scale(1.045); rotate: 0deg;
  will-change: transform; /* promote only the hovered card (max 1 at a time) */
}
.live-shot.splash .shot-frame { border-color: rgba(123,72,255,0.35); }
.live-shot.premium .shot-frame { border-color: rgba(157,122,255,0.28); }
.shot-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 29px; background: #0C0B0A; }
.shot-label { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 600; letter-spacing: -0.01em; }
.live-cta { text-align: center; margin-top: 54px; }

/* ═══ USE CASES — ledger rows ════════════════════════════ */
.uc-rows { counter-reset: uc; }
.uc-row {
  display: grid; grid-template-columns: clamp(68px, 8vw, 116px) minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 48px); align-items: center;
  padding: clamp(30px, 3.6vw, 48px) 0;
  border-top: 1px solid var(--line);
  position: relative; overflow: clip;
}
.uc-row::before {
  content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity 500ms;
  pointer-events: none;
}
.uc-row:nth-child(1)::before { background: radial-gradient(60% 100% at 10% 50%, rgba(252,166,49,0.09), transparent 70%); }
.uc-row:nth-child(2)::before { background: radial-gradient(60% 100% at 10% 50%, rgba(123,72,255,0.11), transparent 70%); }
.uc-row:nth-child(3)::before { background: radial-gradient(60% 100% at 10% 50%, rgba(255,185,87,0.08), transparent 70%); }
.uc-row:hover::before { opacity: 1; }
.uc-num {
  font-weight: 600;
  font-size: clamp(48px, 5.6vw, 84px); line-height: 0.85; letter-spacing: -0.04em;
  color: transparent; -webkit-text-stroke: 1px rgba(252,166,49,0.55);
  font-variant-numeric: tabular-nums;
}
.uc-num { align-self: center; }
.uc-main .uc-meta { font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--amber); display: block; }
.uc-h { font-weight: 600; font-size: clamp(24px, 2.9vw, 38px); line-height: 1.04; letter-spacing: -0.036em; margin: 12px 0 0; }
.uc-side { min-width: 0; }
.uc-b { max-width: 48ch; text-wrap: pretty; }
.uc-b { font-size: 14.5px; line-height: 1.62; color: var(--soft); margin: 0; }
.uc-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; margin-top: 14px; }
.uc-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--softer); }
@media (max-width: 720px) {
  .uc-row { grid-template-columns: 1fr; gap: 12px; align-items: start; }
  .uc-num { font-size: 48px; }
}

/* ═══ SOCIAL PROOF — floating voices (strewn papers) ═════ */
.voices { position: relative; margin-top: clamp(8px, 2vw, 28px); }
.voices-fg { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; min-height: clamp(700px, 62vw, 930px); }
.voice {
  position: absolute; left: var(--x); top: var(--y); width: var(--w, 320px); z-index: var(--z, 3);
  padding: 24px 26px 22px; border-radius: 19px 21px 18px 22px;
  background: var(--glass);
  border: 1px solid var(--line-2);
  box-shadow: var(--glass-hi), 0 30px 70px -34px rgba(0,0,0,0.8);
  backdrop-filter: blur(10px) saturate(135%);
  -webkit-backdrop-filter: blur(10px) saturate(135%);
  transform: rotate(var(--rot, 0deg));
  transition: border-color 300ms;
}
@media (prefers-reduced-motion: no-preference) {
  .voice {
    animation:
      voice-drift var(--vdur, 12s) ease-in-out var(--vd, 0ms) infinite,
      voice-sway calc(var(--vdur, 12s) * 1.35) ease-in-out calc(var(--vd, 0ms) * -1.2) infinite alternate;
  }
}
/* a slow wandering loop (x + y) instead of a straight bob — compositor-only */
@keyframes voice-drift {
  0%, 100% { translate: 0 0; }
  30% { translate: calc(var(--dx, 10px) * 0.75) calc(var(--amp, -14px) * 0.85); }
  55% { translate: var(--dx, 10px) calc(var(--amp, -14px) * 0.3); }
  78% { translate: calc(var(--dx, 10px) * -0.35) calc(var(--amp, -14px) * 0.65); }
}
@keyframes voice-sway { from { rotate: -0.7deg; } to { rotate: 0.7deg; } }
.voice:hover { border-color: rgba(252,166,49,0.42); transform: rotate(0deg) scale(1.035); z-index: 30; }
.voice.purple:hover { border-color: rgba(157,122,255,0.5); }
.voice blockquote { margin: 0; font-size: clamp(15.5px, 1.4vw, 18px); font-weight: 500; line-height: 1.5; letter-spacing: -0.014em; color: var(--ivory); text-wrap: pretty; }
.voice.casual blockquote { font-style: italic; font-weight: 500; color: var(--soft); }
.voice figcaption { display: flex; align-items: center; gap: 11px; margin-top: 20px; }
.voice-ava { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; font-size: 13px; font-weight: 600; color: var(--ink); background: linear-gradient(140deg, var(--amber-warm), var(--amber)); }
.voice.purple .voice-ava { background: linear-gradient(140deg, var(--purple-glow), var(--purple)); color: #fff; }
.voice figcaption b { font-size: 13.5px; font-weight: 600; color: var(--ivory); }
/* size rhythm: hero quotes vs. sticky-note asides */
.voice.lg blockquote { font-size: clamp(17.5px, 1.75vw, 21.5px); line-height: 1.46; }
.voice.lg { padding: 30px 32px 26px; }
.voice.sm { padding: 18px 20px 15px; }
.voice.sm blockquote { font-size: 14px; line-height: 1.48; }
.voice.sm .voice-ava { width: 27px; height: 27px; font-size: 11px; }
.voice.sm figcaption { margin-top: 13px; gap: 9px; }
.voice.sm figcaption b { font-size: 12.5px; }
@media (max-width: 860px) {
  .voices-fg { min-height: 0; max-width: 460px; display: flex; flex-direction: column; gap: 18px; }
  .voice { position: static; width: auto; z-index: auto !important; }
  .voice.lg { padding: 24px 26px 22px; }
  .voice.lg blockquote { font-size: 17px; }
}
/* faded background chatter — the several more voices, gently floating behind */
.voices-bg { position: absolute; inset: -44px -8px; z-index: 1; pointer-events: none; }
.voice-ghost {
  position: absolute; max-width: 248px;
  padding: 14px 16px; border-radius: 14px;
  background: rgba(250,246,241,0.03); border: 1px solid var(--line);
  font-size: 13px; line-height: 1.45; color: var(--softer);
  opacity: 0.46; filter: blur(1.4px);
}
@media (prefers-reduced-motion: no-preference) {
  .voice-ghost { animation: ghost-float var(--gdur, 14s) ease-in-out var(--gd, 0ms) infinite alternate; }
}
@keyframes ghost-float { from { translate: 0 0; } to { translate: var(--gdx, 8px) -26px; } }
@media (max-width: 900px) { .voices-bg { display: none; } }

/* ═══ PRICING ════════════════════════════════════════════ */
.pr-toggle-wrap { display: flex; justify-content: center; margin-bottom: 48px; }
.pr-toggle { position: relative; display: inline-grid; grid-template-columns: 1fr 1fr; background: rgba(250,246,241,0.05); border: 1px solid var(--line-2); border-radius: 999px; padding: 4px; backdrop-filter: blur(10px); }
.pr-toggle-thumb { position: absolute; top: 4px; bottom: 4px; left: 4px; width: calc(50% - 4px); background: var(--ivory); border-radius: 999px; transition: transform 320ms var(--ease); }
.pr-toggle-btn { position: relative; padding: 10px 22px; border-radius: 999px; background: transparent; border: 0; font-size: 13.5px; font-weight: 500; color: var(--soft); transition: color 200ms; display: inline-flex; align-items: center; gap: 8px; justify-content: center; }
.pr-toggle-btn[data-active="true"] { color: var(--ink); }
.pr-save { font-size: 10px; padding: 2px 7px; border-radius: 999px; background: rgba(252,166,49,0.18); color: var(--amber); font-weight: 600; }
.pr-toggle-btn[data-active="true"] .pr-save { background: rgba(252,166,49,0.9); color: var(--ink); }
.pr-grid { display: grid; grid-template-columns: 1fr; gap: 26px; max-width: 1000px; margin: 0 auto; align-items: stretch; }
@media (min-width: 840px) { .pr-grid { grid-template-columns: 1fr 1fr; } }
.pr-card { padding: clamp(32px, 4vw, 48px) clamp(26px, 3.5vw, 44px); display: flex; flex-direction: column; }
.pr-top { display: flex; justify-content: space-between; align-items: center; }
.pr-name { font-size: 22px; font-weight: 600; letter-spacing: -0.024em; margin: 0; }
.pr-price { display: flex; align-items: baseline; gap: 8px; margin-top: 34px; }
.pr-amt { font-size: clamp(56px, 5.4vw, 80px); font-weight: 600; letter-spacing: -0.05em; line-height: 0.9; }
.pr-per { font-size: 15px; color: var(--softer); }
.pr-billed { font-size: 13px; color: var(--softer); margin: 14px 0 0; min-height: 20px; }
.pr-billed b { color: var(--ivory); }
.save-inline { color: var(--amber); font-weight: 600; }
.pr-tagline { font-size: 14.5px; line-height: 1.6; color: var(--soft); margin: 20px 0 0; }
.pr-feats { list-style: none; padding: 0; margin: 30px 0 34px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.pr-feats li { display: flex; gap: 11px; font-size: 14.5px; line-height: 1.5; color: var(--soft); align-items: flex-start; }
.pr-feats li .diamond { margin-top: 7px; }
.pr-feats li b { color: var(--ivory); font-weight: 600; }
.pr-feats .feat-sub { display: block; font-size: 12.5px; color: var(--faint); }
.pr-card .btn { width: 100%; }
.pr-card-pro { position: relative; }
.pr-card-pro::after {
  content: ""; position: absolute; inset: -1px; border-radius: 26px; padding: 1.5px;
  background: conic-gradient(from var(--bb), transparent 0deg 250deg, rgba(157,122,255,0.9) 300deg, rgba(252,166,49,0.9) 330deg, transparent 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.pr-note { margin-top: 30px; text-align: center; }

/* ═══ FINAL CTA ══════════════════════════════════════════ */
.final-cta { padding: clamp(140px, 18vw, 240px) 0; text-align: center; position: relative; overflow: clip; }
.final-cta::before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: min(1100px, 150vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(252,166,49,0.13), rgba(123,72,255,0.08) 45%, transparent 70%); pointer-events: none; }
.fc-wrap { position: relative; display: flex; flex-direction: column; align-items: center; }
.fc-logo { height: 60px; filter: drop-shadow(0 0 34px rgba(252,166,49,0.5)); margin-bottom: 30px; }
.fc-orna { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--faint); margin: 0 0 28px; }
.final-cta h2 {
  font-weight: 600;
  font-size: clamp(42px, 7.6vw, 120px); line-height: 1.0; letter-spacing: -0.045em; margin: 0;
}
.fc-cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 44px; }
.final-cta .lede { margin: 30px auto 0; text-align: center; font-size: 19px; }
.final-cta .tiny { margin-top: 28px; }

/* ═══ CONTACT ════════════════════════════════════════════ */
.contact-section { background: radial-gradient(ellipse 70% 55% at 50% 100%, rgba(252,166,49,0.05), transparent 62%); }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 56px; }
@media (min-width: 980px) { .contact-grid { grid-template-columns: 1fr 1.2fr; gap: 100px; } }
.contact-form { display: flex; flex-direction: column; gap: 34px; }
.contact-row { display: grid; grid-template-columns: 1fr; gap: 34px; }
@media (min-width: 600px) { .contact-row { grid-template-columns: 1fr 1fr; } }
.cf-field { display: flex; flex-direction: column; gap: 10px; }
.cf-field label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.cf-field input, .cf-field textarea {
  background: transparent; border: 0; border-bottom: 1px solid var(--line-2); border-radius: 0;
  padding: 10px 2px 14px; color: var(--ivory); font-family: var(--sans); font-size: 19px; font-weight: 500;
  letter-spacing: -0.015em; transition: border-color 250ms; resize: vertical; width: 100%;
}
.cf-field input::placeholder, .cf-field textarea::placeholder { color: var(--faint); font-weight: 400; }
.cf-field input:focus, .cf-field textarea:focus { outline: none; border-bottom-color: var(--amber); }
.cf-foot { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.cf-foot .btn:disabled { opacity: 0.6; cursor: wait; }
.cf-error { color: #ff9b9b; font-size: 13.5px; margin: 0; padding: 10px 14px; background: rgba(255,80,80,0.08); border: 1px solid rgba(255,80,80,0.25); border-radius: 10px; }
.cf-error a { color: inherit; text-decoration: underline; }
.contact-success { text-align: center; padding: 56px 28px; border-color: rgba(252,166,49,0.3); }
.cs-glyph { width: 64px; height: 64px; margin: 0 auto 22px; border-radius: 50%; background: rgba(252,166,49,0.14); border: 1px solid rgba(252,166,49,0.4); display: grid; place-items: center; color: var(--amber); }
.contact-success h3 { font-size: 26px; font-weight: 600; letter-spacing: -0.024em; margin: 0; }
.contact-success p { font-size: 15px; color: var(--soft); line-height: 1.5; margin: 12px 0 24px; }
.contact-copy h2 { font-weight: 600; font-size: clamp(32px, 4.2vw, 56px); line-height: 1.02; letter-spacing: -0.038em; margin: 22px 0 0; }
.contact-copy .lede { margin-top: 24px; }

/* ═══ SUBPAGE TEASERS — uc links + explore band ══════════ */
.uc-row:nth-child(4)::before { background: radial-gradient(60% 100% at 10% 50%, rgba(157,122,255,0.10), transparent 70%); }
.uc-more { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--amber); transition: color 160ms; }
.uc-more:hover { color: var(--amber-warm); }
.xp-grid { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: clamp(48px, 6vw, 72px); }
@media (min-width: 800px) { .xp-grid { grid-template-columns: 1fr 1fr; } }
.xp-card { padding: clamp(26px, 3.4vw, 40px); display: flex; flex-direction: column; gap: 12px; border-radius: 26px; transition: border-color 250ms; }
.xp-card:hover { border-color: rgba(252,166,49,0.45); }
.xp-card.purple:hover { border-color: rgba(157,122,255,0.5); }
.xp-kicker { font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--amber); }
.xp-card.purple .xp-kicker { color: var(--purple-glow); }
.xp-card h3 { margin: 0; font-size: clamp(20px, 2.2vw, 27px); font-weight: 600; letter-spacing: -0.028em; line-height: 1.15; }
.xp-card p { margin: 0; font-size: 14px; color: var(--softer); line-height: 1.55; }
.xp-arrow { margin-top: auto; padding-top: 10px; color: var(--amber); font-size: 14px; font-weight: 600; }
.xp-card.purple .xp-arrow { color: var(--purple-glow); }

/* ═══ LIVE SESSIONS ══════════════════════════════════════ */
.sess-card { display: grid; grid-template-columns: 1fr; padding: 0; border-radius: 24px; overflow: hidden; max-width: 940px; margin: 0; }
.sess-media { position: relative; width: 100%; aspect-ratio: 1500 / 560; background: #050404; }
.sess-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.sess-flag {
  position: absolute; top: 18px; left: 18px;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 15px; border-radius: 999px;
  background: rgba(5,4,4,0.72); border: 1px solid rgba(252,166,49,0.35);
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--amber-warm);
}
.sess-flag .pulse { position: relative; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); flex-shrink: 0; }
@media (prefers-reduced-motion: no-preference) {
  .sess-flag .pulse { animation: sess-pulse 2.6s ease-in-out infinite; }
}
@keyframes sess-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(252,166,49,0.55); } 55% { box-shadow: 0 0 0 6px rgba(252,166,49,0); } }
.sess-body { padding: clamp(28px, 3.6vw, 48px); display: flex; flex-direction: column; gap: 14px; }
.sess-kicker { font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--amber); margin: 0; }
.sess-body h3 { font-weight: 600; font-size: clamp(26px, 3vw, 40px); letter-spacing: -0.034em; line-height: 1.02; margin: 0; }
.sess-p { font-size: 14.5px; line-height: 1.62; color: var(--soft); margin: 0; max-width: 560px; }
.sess-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 8px; }
.sess-spec { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 0; margin: 18px 0 0; padding: 0; border-top: 1px solid var(--line); }
.sess-spec > div { padding: 14px 16px 2px 0; border-bottom: 1px dashed rgba(250,246,241,0.12); }
.sess-spec dt { font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--faint); margin: 0 0 5px; }
.sess-spec dd { font-size: 13px; font-weight: 600; letter-spacing: 0.02em; color: var(--ivory); margin: 0 0 12px; text-transform: uppercase; }

/* ═══ MOBILE OPTIMISATION (home) — tighter, calmer, phone-first ═══ */
@media (max-width: 900px) {
  .ritual-strip { padding: clamp(84px, 16vw, 120px) 0; }
  .final-cta { padding: clamp(100px, 20vw, 150px) 0; }
}
@media (max-width: 700px) {
  /* hero: let it breathe and flow instead of forcing a full-height squeeze */
  .hero { min-height: auto; padding-top: 104px; }
  .hero-stage-wrap { padding: 4px 0 12px; }
  .hero-grid { gap: 40px; }
  .hero-h { margin-top: 26px; }
  .hero-sub { gap: 22px; margin-top: 24px; }
  .deck-theater { margin-top: 24px; }
  .deck-dock { margin-top: 18px; }
  .hero-ticker { margin-top: 36px; }
  .hero-ticker .ticker-item { font-size: 11px; gap: 22px; padding: 14px 11px; }
  /* deck: slightly smaller cards + tighter spread so the side cards
     stay inside the viewport instead of getting clipped */
  .deck-fan { width: min(478px, 76vw); height: clamp(248px, 64vw, 336px); }
  .deal-card[data-slot="1"] { transform: translate(-11%, 4%) rotate(-7deg) scale(0.94); }
  .deal-card[data-slot="2"] { transform: translate(11%, 4.5%) rotate(7.5deg) scale(0.93); }
  .deal-card[data-slot="3"] { transform: translate(-20%, 9%) rotate(-12deg) scale(0.88); }
  .deal-card[data-slot="4"] { transform: translate(20%, 10%) rotate(13deg) scale(0.87); }
  .card-face { padding: 20px 22px 16px; border-radius: 18px; }
  /* live marquee: smaller shots, tighter rhythm */
  .marquee:has(.shot-frame) { padding-top: 14px; padding-bottom: 8px; }
  .marquee-track > * { margin-right: 14px; }
  .shot-frame { width: 168px; border-radius: 26px; padding: 5px; }
  .shot-frame img { border-radius: 21px; }
  .shot-label { font-size: 11px; gap: 7px; }
  .live-cta { margin-top: 34px; }
  /* how-it-works phone mock: smaller, calmer */
  .tt-app { width: min(292px, 80vw); }
  .how-right { padding: 4px 0 0; }
  .how-glow { width: min(420px, 96vw); }
  /* use-case ledger rows: stack instead of squeezing three columns */
  .uc-row { grid-template-columns: 1fr; gap: 12px; }
  .uc-num { font-size: 13px; }
  .mx-cols { gap: 34px; }
  /* premium banner: stack cleanly, full-width action */
  .premium-cta { gap: 18px; padding: 28px 24px; }
  .premium-cta .btn { width: 100%; }
  .final-cta .lede { font-size: 16.5px; }
  .fc-logo { height: 50px; margin-bottom: 24px; }
}
@media (max-width: 480px) {
  /* scale the display headline with the viewport so it never crowds a 320px screen */
  .hero-h { font-size: clamp(37px, 12.5vw, 54px); }
  .mx-group-title h3 { font-size: 27px; }
  .premium-cta h3 { font-size: 23px; }
}
