/* Kol Aliyah site styles v0.1.0 (2026-09-26).
   Dark first: AnyPaste's aurora tokens (bg #0A0817, surface #171229, violet #8C5CF5 / #A88CFF) plus Kol Aliyah's
   own warm gold (#C8A94A / #E0C56F). Light follows prefers-color-scheme. No external requests: every font is in /fonts. */

@font-face {
  font-family: "Frank Ruehl CLM";
  src: url("/fonts/FrankRuehlCLM-Medium.otf") format("opentype");
  font-weight: 300 900;
  font-display: block;
}
@font-face {
  font-family: "Stam Ashkenaz CLM";
  src: url("/fonts/StamAshkenazCLM.ttf") format("truetype");
  font-weight: 300 900;
  font-display: block;
}
@font-face {
  font-family: "EB Garamond";
  src: url("/fonts/EBGaramond-Italic-500-latin.woff") format("woff");
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
}

@property --spot-x { syntax: "<length-percentage>"; inherits: true; initial-value: 50%; }
@property --spot-y { syntax: "<length-percentage>"; inherits: true; initial-value: 55%; }

:root {
  color-scheme: dark;
  --bg: #0A0817;
  --bg-top: #150E30;
  --surface: #171229;
  --glass: rgba(23, 18, 41, 0.56);
  --glass-hi: rgba(255, 255, 255, 0.045);
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.17);
  --text: rgba(255, 255, 255, 0.93);
  --text-dim: rgba(255, 255, 255, 0.66);
  --text-faint: rgba(255, 255, 255, 0.47);
  --violet: #8C5CF5;
  --violet-soft: #A88CFF;
  --gold: #C8A94A;
  --gold-soft: #E0C56F;
  --gold-hi: #F4E3A8;
  --gold-ink: #1C1405;
  --gold-fill: linear-gradient(180deg, #F2DF9E 0%, #DDBF66 52%, #C8A94A 100%);
  --lit: #E9CF7A;
  --lit-glow: rgba(224, 197, 111, 0.6);
  --done: rgba(244, 227, 168, 0.8);
  --todo: rgba(255, 255, 255, 0.36);
  --bloom-1: rgba(140, 92, 245, 0.38);
  --bloom-2: rgba(92, 38, 170, 0.5);
  --bloom-3: rgba(200, 169, 74, 0.22);
  --horizon: rgba(242, 223, 158, 0.95);
  --horizon-glow: rgba(224, 197, 111, 0.45);
  --shadow: 0 30px 80px -26px rgba(0, 0, 0, 0.75);
  --radius: 22px;
  --radius-sm: 16px;
  --wrap: 1120px;
  --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI Variable Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-serif: "EB Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-he: "Frank Ruehl CLM", "Times New Roman", serif;
  --font-scroll: "Stam Ashkenaz CLM", "Frank Ruehl CLM", serif;
}

@media (prefers-color-scheme: light) {
  :root {
    color-scheme: light;
    --bg: #F6F2EA;
    --bg-top: #FCFAF5;
    --surface: #FFFFFF;
    --glass: rgba(255, 255, 255, 0.64);
    --glass-hi: rgba(255, 255, 255, 0.7);
    --line: rgba(33, 22, 72, 0.1);
    --line-strong: rgba(33, 22, 72, 0.18);
    --text: #16112B;
    --text-dim: #4C4662;
    --text-faint: #6A6480;
    --violet: #6B3FE0;
    --violet-soft: #5A33CC;
    --gold: #9C7A1C;
    --gold-soft: #8A6A12;
    --gold-hi: #6B520B;
    --lit: #8D6608;
    --lit-glow: rgba(214, 170, 60, 0.4);
    --done: #5F4E1F;
    --todo: rgba(22, 17, 43, 0.34);
    --bloom-1: rgba(140, 92, 245, 0.17);
    --bloom-2: rgba(168, 140, 255, 0.2);
    --bloom-3: rgba(224, 197, 111, 0.3);
    --horizon: rgba(170, 128, 30, 0.75);
    --horizon-glow: rgba(214, 170, 60, 0.3);
    --shadow: 0 26px 60px -30px rgba(40, 24, 90, 0.38);
  }
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font: 400 17px/1.6 var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--violet-soft); outline-offset: 3px; border-radius: 8px; }
[lang="he"] { font-family: var(--font-he); }

.wrap { width: min(var(--wrap), 100% - 32px); margin-inline: auto; }
.narrow { width: min(760px, 100% - 32px); margin-inline: auto; }
.center { text-align: center; }
.skip {
  position: absolute; left: 16px; top: -60px; z-index: 100;
  padding: 10px 16px; border-radius: 10px; background: var(--surface); color: var(--text); text-decoration: none;
}
.skip:focus { top: 12px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- the aurora ---------- */
.aurora {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden;
  background: radial-gradient(120% 70% at 50% -10%, var(--bg-top) 0%, var(--bg) 60%);
}
.aurora i { position: absolute; border-radius: 50%; }
.aurora .b1 {
  width: 72vmax; height: 72vmax; left: -26vmax; top: -34vmax;
  background: radial-gradient(closest-side, var(--bloom-1), transparent);
}
.aurora .b2 {
  width: 62vmax; height: 62vmax; right: -30vmax; top: 6vh;
  background: radial-gradient(closest-side, var(--bloom-2), transparent);
}
.aurora .b3 {
  width: 64vmax; height: 40vmax; left: 12vw; top: 52vh;
  background: radial-gradient(closest-side, var(--bloom-3), transparent);
}

/* ---------- type ---------- */
h1, h2, h3 { margin: 0; color: var(--text); text-wrap: balance; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--violet-soft); text-wrap: balance;
}
.display {
  font-size: clamp(38px, 6.3vw, 78px); font-weight: 800; line-height: 1.02; letter-spacing: -0.035em;
}
.title {
  font-size: clamp(32px, 4.5vw, 56px); font-weight: 800; line-height: 1.05; letter-spacing: -0.032em;
}
.accent {
  font-family: var(--font-serif); font-style: italic; font-weight: 500; letter-spacing: -0.012em;
  font-size: 1.08em; line-height: 0.95; padding-inline-end: 0.06em;
  background: linear-gradient(100deg, var(--gold-hi) 0%, var(--gold-soft) 45%, var(--gold) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lede { font-size: clamp(17px, 1.55vw, 20px); line-height: 1.6; color: var(--text-dim); max-width: 38em; }
.center .lede, .lede.center { margin-inline: auto; }
.small { font-size: 14px; line-height: 1.6; color: var(--text-faint); }
.eyebrow + .title, .eyebrow + .display { margin-top: 14px; }
.title + .lede { margin-top: 18px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent;
  font: 650 15.5px/1 var(--font-sans); letter-spacing: -0.005em; text-decoration: none; cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.btn-gold {
  color: var(--gold-ink); background: var(--gold-fill);
  box-shadow: 0 12px 32px -12px rgba(224, 197, 111, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-gold:hover { transform: translateY(-1px); box-shadow: 0 16px 38px -12px rgba(224, 197, 111, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.55); }
.btn-ghost { color: var(--text); background: var(--glass-hi); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--violet-soft); }
.btn-sm { min-height: 38px; padding: 0 16px; font-size: 14px; }
.ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ---------- glass ---------- */
.glass {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  backdrop-filter: blur(22px) saturate(140%);
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 64%, transparent);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  border-bottom: 1px solid var(--line);
}
.site-header .inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); }
.brand img { width: 30px; height: 30px; }
.brand-name { font-weight: 750; font-size: 17px; letter-spacing: -0.015em; }
.brand-he { font-size: 17px; color: var(--text-faint); line-height: 1; padding-top: 2px; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav-link { color: var(--text-dim); text-decoration: none; font-size: 14.5px; font-weight: 550; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--text); }
@media (max-width: 820px) { .nav-link { display: none; } }
@media (max-width: 350px) { .brand-he { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; padding: clamp(36px, 6vw, 80px) 0 clamp(64px, 9vw, 110px); text-align: center; overflow-x: clip; }
.hero .display { margin: 18px auto 0; max-width: 12.5em; }
.hero .lede { margin: clamp(26px, 3.4vw, 36px) auto 0; }
.hero .ctas { margin-top: 28px; }

.stage { position: relative; margin: clamp(30px, 4.6vw, 52px) auto 0; max-width: 780px; isolation: isolate; padding-bottom: clamp(26px, 3.4vw, 40px); }
.stage::before {                                  /* the gold horizon the verse floats on */
  content: ""; position: absolute; left: 50%; bottom: 0; z-index: -1;
  width: 100vw; height: 1px; transform: translateX(-50%);
  background: linear-gradient(90deg, transparent 0%, transparent 8%, var(--horizon) 50%, transparent 92%, transparent 100%);
  box-shadow: 0 0 16px 1px var(--horizon-glow);
}
.stage::after {                                   /* the light it throws */
  content: ""; position: absolute; left: 50%; bottom: 0; z-index: -2; pointer-events: none;
  width: min(1200px, 130vw); height: 360px; transform: translate(-50%, 50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(224, 197, 111, 0.26), rgba(140, 92, 245, 0.1) 46%, transparent 72%);
}
.stage-note { position: relative; margin-top: 16px; font-size: 13.5px; color: var(--text-faint); }

.verse-card { position: relative; margin: 0; padding: 16px clamp(14px, 3vw, 26px) 16px; text-align: start; overflow: hidden; }
.verse-card::before {                             /* a warm light that follows the word being chanted */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(200px 120px at var(--spot-x) var(--spot-y), rgba(224, 197, 111, 0.2), transparent 70%);
  opacity: 0; transition: opacity 0.6s ease;
}
.verse-card.is-playing::before, .verse-card.is-paused::before { opacity: 1; }
.verse-card { transition: --spot-x 0.5s cubic-bezier(0.3, 0.7, 0.2, 1), --spot-y 0.5s cubic-bezier(0.3, 0.7, 0.2, 1); }

.verse-top { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 10px 14px; flex-wrap: wrap; }
.verse-ref { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint); }
.seg { display: inline-flex; padding: 3px; border-radius: 999px; background: var(--glass-hi); border: 1px solid var(--line); }
.seg button {
  min-height: 32px; padding: 0 12px; border: 0; border-radius: 999px; background: none; cursor: pointer;
  font: 650 12.5px/1 var(--font-sans); color: var(--text-dim); white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.seg button:hover { color: var(--text); }
.seg button[aria-pressed="true"] { color: var(--gold-ink); background: var(--gold-fill); }

.verse {
  position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
  gap: 4px clamp(14px, 2.4vw, 22px); padding: clamp(14px, 2.6vw, 26px) 0 clamp(6px, 1.4vw, 12px); direction: rtl;
}
.w { display: inline-flex; flex-direction: column; align-items: center; gap: 1px; }
.w-he {
  font-family: var(--font-he); font-size: clamp(31px, 5.8vw, 54px); line-height: 1.6; color: var(--text);
  white-space: nowrap; transition: color 0.35s ease, text-shadow 0.35s ease;
}
.verse[data-view="scroll"] .w-he { font-family: var(--font-scroll); font-size: clamp(33px, 6.2vw, 58px); line-height: 1.5; }
.w-tr {
  direction: ltr; font-family: var(--font-sans); font-size: clamp(12.5px, 1.3vw, 14.5px); font-weight: 550; letter-spacing: 0.02em; color: var(--text-faint);
  padding-bottom: 3px; border-bottom: 1.5px solid transparent; transition: color 0.35s ease, border-color 0.35s ease;
}
.verse.is-live .w-he { color: var(--todo); }
.verse.is-live .w.is-done .w-he { color: var(--done); }
.verse.is-live .w.is-lit .w-he { color: var(--lit); text-shadow: 0 0 24px var(--lit-glow), 0 0 2px var(--lit-glow); }
.verse.is-live .w.is-lit .w-tr { color: var(--gold-soft); border-bottom-color: currentColor; }

.verse-en {
  position: relative; margin: 2px auto 14px; max-width: 32em; text-align: center;
  font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: clamp(16px, 1.7vw, 19px); line-height: 1.45;
  color: var(--text-dim);
}

.vn {
  position: relative; display: flex; align-items: center; gap: 12px;
  padding: 7px 16px 7px 7px; border-radius: 999px; background: var(--glass-hi); border: 1px solid var(--line);
}
.vn-btn {
  flex: none; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%;
  background: var(--gold-fill); color: var(--gold-ink); cursor: pointer;
  box-shadow: 0 6px 18px -8px rgba(224, 197, 111, 0.8);
}
.vn-btn svg { width: 16px; height: 16px; }
.vn-btn .i-play { display: none; }
.vn-btn[data-state="paused"] .i-play { display: block; }
.vn-btn[data-state="paused"] .i-pause { display: none; }
.wave { flex: 1; min-width: 0; height: 30px; display: flex; align-items: center; gap: 2px; }
.wave i {
  flex: 1 1 0; min-width: 1.5px; height: calc(var(--h, 0.2) * 100%); border-radius: 2px;
  background: var(--text-faint); opacity: 0.5; transition: background-color 0.15s linear, opacity 0.15s linear;
}
.wave i.on { background: var(--gold-soft); opacity: 1; }
.vn-time { flex: none; min-width: 2.6em; text-align: end; font-size: 12.5px; font-weight: 650; font-variant-numeric: tabular-nums; color: var(--text-dim); }

/* ---------- sections ---------- */
.section { position: relative; padding: clamp(64px, 8.5vw, 112px) 0; }
.section-head { margin-bottom: clamp(32px, 4.4vw, 52px); }
.section-head .title { margin-top: 14px; }
.section-head .lede { margin-top: 18px; }

/* every tradition */
.chips { list-style: none; margin: clamp(30px, 4vw, 44px) auto 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 920px; }
.chip {
  padding: 11px 18px; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--glass);
  font-weight: 650; font-size: 15.5px; color: var(--text);
}
.traditions-note { margin: 22px auto 0; max-width: 34em; }

/* how it works */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.step { padding: 26px 24px 26px; }
.step-num { display: block; font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: 42px; line-height: 1; color: var(--gold-soft); }
.step h3 { margin: 16px 0 8px; font-size: 22px; font-weight: 750; letter-spacing: -0.02em; }
.step p { color: var(--text-dim); font-size: 16px; }
.tools { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.tool { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border-radius: var(--radius-sm); }
.tool svg { flex: none; width: 22px; height: 22px; margin-top: 2px; color: var(--gold-soft); }
.tool b { display: block; font-weight: 700; font-size: 16px; letter-spacing: -0.01em; }
.tool span { display: block; margin-top: 2px; color: var(--text-dim); font-size: 14.5px; line-height: 1.5; }
@media (max-width: 880px) {
  .steps { grid-template-columns: 1fr; }
  .tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) { .tools { grid-template-columns: 1fr; } }

/* why */
.why .lede + .lede { margin-top: 16px; }
.why .title { margin: 14px 0 22px; }
.why-line { width: 1px; height: 64px; margin: 0 auto 26px; background: linear-gradient(180deg, transparent, var(--gold-soft)); }

/* pricing */
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 900px; margin: 0 auto; }
.plan { padding: clamp(24px, 3vw, 34px); }
.plan-sub {
  border-color: rgba(224, 197, 111, 0.34);
  background: linear-gradient(180deg, rgba(224, 197, 111, 0.09), transparent 62%), var(--glass);
}
.plan-tag { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--violet-soft); }
.plan-sub .plan-tag { color: var(--gold-soft); }
.plan h3 { margin: 12px 0 0; font-size: clamp(22px, 2.4vw, 27px); font-weight: 780; letter-spacing: -0.022em; line-height: 1.2; }
.checks { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.checks li { position: relative; padding-inline-start: 30px; color: var(--text-dim); }
.checks li::before {
  content: ""; position: absolute; inset-inline-start: 2px; top: 0.42em; width: 13px; height: 7px;
  border-left: 2px solid var(--gold-soft); border-bottom: 2px solid var(--gold-soft); transform: rotate(-45deg);
}
.pricing-note { margin: 22px auto 0; max-width: 40em; }
@media (max-width: 760px) { .plans { grid-template-columns: 1fr; } }

/* notify */
.notify { position: relative; overflow: hidden; padding: clamp(36px, 6vw, 64px) clamp(20px, 5vw, 56px); text-align: center; }
.notify::before {
  content: ""; position: absolute; left: 10%; right: 10%; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--horizon), transparent); box-shadow: 0 0 18px 1px var(--horizon-glow);
}
.notify .title { margin: 14px 0 16px; }
.notify .ctas { margin-top: 28px; }
.notify .small { margin-top: 18px; }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 44px 0 56px; color: var(--text-faint); font-size: 14px; }
.foot-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 22px; }
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.foot-links a { color: var(--text-dim); text-decoration: none; font-weight: 550; }
.foot-links a:hover { color: var(--text); }
.fine { font-size: 12.5px; line-height: 1.7; max-width: 64em; }
.fine + .fine { margin-top: 10px; }
.fine a { color: var(--text-dim); }

/* ---------- inner pages ---------- */
.page-hero { padding: clamp(44px, 7vw, 92px) 0 clamp(8px, 2vw, 20px); }
.page-hero .title { margin-top: 14px; }
.page-hero .lede { margin-top: 18px; }
.meta { margin-top: 16px; font-size: 13.5px; color: var(--text-faint); }
.prose { padding-bottom: clamp(64px, 9vw, 110px); }
.prose h2 { margin: clamp(40px, 5vw, 56px) 0 14px; font-size: clamp(24px, 3vw, 32px); font-weight: 800; letter-spacing: -0.025em; }
.prose h3 { margin: 28px 0 8px; font-size: 19px; font-weight: 750; letter-spacing: -0.012em; }
.prose p, .prose li { color: var(--text-dim); }
.prose p + p { margin-top: 12px; }
.prose ul { margin: 12px 0 0; padding-inline-start: 22px; display: grid; gap: 10px; }
.prose li::marker { color: var(--gold-soft); }
.prose strong { color: var(--text); font-weight: 700; }
.prose a { color: var(--violet-soft); text-underline-offset: 3px; }
.panel { margin-top: 22px; padding: clamp(20px, 3vw, 28px); }
.panel p + p { margin-top: 10px; }

.contact { margin-top: 30px; padding: clamp(24px, 4vw, 36px); display: grid; gap: 8px; justify-items: start; }
.contact-mail {
  font-size: clamp(22px, 3.4vw, 32px); font-weight: 780; letter-spacing: -0.02em; text-decoration: none;
  color: var(--text); overflow-wrap: anywhere;
}
.contact-mail:hover { color: var(--gold-soft); }

.faq { margin-top: 8px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 2px;
  cursor: pointer; list-style: none; font-weight: 700; font-size: 17px; color: var(--text);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; font-size: 22px; font-weight: 400; line-height: 1; color: var(--gold-soft); transition: transform 0.25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .answer { padding: 0 2px 20px; }
.faq .answer p + p { margin-top: 10px; }

.notfound { min-height: 60vh; display: grid; align-content: center; justify-items: center; gap: 18px; text-align: center; padding: 80px 0; }

/* ---------- motion (only when the reader has not asked for less) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .aurora .b1 { animation: drift-a 28s ease-in-out infinite alternate; }
  .aurora .b2 { animation: drift-b 34s ease-in-out infinite alternate; }
  .aurora .b3 { animation: drift-c 40s ease-in-out infinite alternate; }
  @keyframes drift-a { to { transform: translate3d(9vw, 7vh, 0) scale(1.08); } }
  @keyframes drift-b { to { transform: translate3d(-8vw, 10vh, 0) scale(0.94); } }
  @keyframes drift-c { to { transform: translate3d(-10vw, -8vh, 0) scale(1.1); } }

  .verse-card { animation: float 9s ease-in-out infinite; }
  @keyframes float { 50% { transform: translateY(-7px); } }

  .hero .eyebrow, .hero .display, .hero .stage, .hero .stage-note, .hero .lede, .hero .ctas { animation: rise 1s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  .hero .display { animation-delay: 0.08s; }
  .hero .stage { animation-delay: 0.2s; }
  .hero .stage-note { animation-delay: 0.26s; }
  .hero .lede { animation-delay: 0.32s; }
  .hero .ctas { animation-delay: 0.42s; }
  @keyframes rise { from { opacity: 0; transform: translateY(22px); } }

  .chip { animation: chip-light 9.8s ease-in-out infinite; }
  .chip:nth-child(2) { animation-delay: 1.4s; }
  .chip:nth-child(3) { animation-delay: 2.8s; }
  .chip:nth-child(4) { animation-delay: 4.2s; }
  .chip:nth-child(5) { animation-delay: 5.6s; }
  .chip:nth-child(6) { animation-delay: 7s; }
  .chip:nth-child(7) { animation-delay: 8.4s; }
  @keyframes chip-light {
    0%, 16%, 100% { border-color: var(--line-strong); color: var(--text); box-shadow: none; }
    5%, 11% { border-color: rgba(224, 197, 111, 0.7); color: var(--lit); box-shadow: 0 0 26px -6px var(--lit-glow); }
  }

  @supports (animation-timeline: view()) {
    .reveal { animation: reveal linear both; animation-timeline: view(); animation-range: entry 0% cover 26%; }
    @keyframes reveal { from { opacity: 0; transform: translateY(34px); } }
  }
}
