/* ═══════════════════════════════════════════════════════════════════
   Saturn1 — landing page
   Palette: rose canvas · wine ink · gold warmth · deep-space accent
   Type:    Playfair Display (display) · Plus Jakarta Sans (UI/body)
   ═══════════════════════════════════════════════════════════════════ */

:root {
  --rose-50:  #fdf2f4;
  --rose-100: #fce7ec;
  --rose-200: #fad4dc;
  --rose-300: #f3b6c4;
  --rose:     #c9536e;
  --rose-deep:#a83d59;
  --wine:     #7c1f33;
  --wine-deep:#5e1626;
  --gold:     #cf9a5b;
  --gold-soft:#e7c79b;
  --ink:      #190f17;
  --ink-2:    #271630;

  --text:      #34212b;
  --text-soft: #6e5560;
  --text-mute: #9d8590;

  --paper:     #fffafb;
  --line:      rgba(124, 31, 51, 0.12);
  --line-soft: rgba(124, 31, 51, 0.08);

  --maxw: 1180px;
  --shadow-soft: 0 2px 10px rgba(124,31,51,0.06);
  --shadow-card: 0 18px 50px -22px rgba(124,31,51,0.30);
  --shadow-glow: 0 18px 44px -14px rgba(201,83,110,0.55);

  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  letter-spacing: -0.01em;
  line-height: 1.5;
  background:
    radial-gradient(120% 90% at 78% -6%, var(--rose-100) 0%, var(--rose-50) 38%, #fffdfd 72%) fixed;
  min-height: 100vh;
  overflow-x: hidden;
}

img, svg { display: block; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }

/* ─── film grain ─── */
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0.5; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.32'/%3E%3C/svg%3E");
}

/* ─── ambient nebula orbs ─── */
.ambient { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.55; }
.orb--rose { width: 620px; height: 620px; top: -180px; right: -120px;
  background: radial-gradient(circle, rgba(201,83,110,0.40), transparent 65%); }
.orb--gold { width: 460px; height: 460px; top: 36%; left: -160px;
  background: radial-gradient(circle, rgba(207,154,91,0.28), transparent 65%); }
.orb--wine { width: 520px; height: 520px; bottom: -160px; right: 12%;
  background: radial-gradient(circle, rgba(124,31,51,0.18), transparent 68%); }

main, .nav, .footer { position: relative; z-index: 2; }

/* ─── shared layout ─── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--wine);
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--line);
  padding: 7px 14px; border-radius: 999px;
  backdrop-filter: blur(6px);
}
.eyebrow__spark { color: var(--gold); }
.eyebrow--light { color: var(--gold-soft); background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.16); }

.section__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700; font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.06; letter-spacing: -0.02em; color: var(--wine);
}
.section__title em { color: var(--rose); }
.section__title--light { color: #fbeef0; }
.section__title--light em { color: var(--gold-soft); }
.section__lede { font-size: 1.1rem; line-height: 1.65; color: var(--text-soft); max-width: 46ch; }
.section__lede--light { color: rgba(251,238,240,0.74); }

.section__head { text-align: center; max-width: 760px; margin: 0 auto 56px; display: grid; gap: 18px; justify-items: center; }

/* ─── buttons ─── */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  font-family: inherit; font-weight: 600; font-size: 0.98rem;
  padding: 13px 22px; border-radius: 999px; cursor: pointer;
  border: 1px solid transparent; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .2s;
  white-space: nowrap;
}
.btn--sm { padding: 9px 16px; font-size: 0.9rem; }
.btn--lg { padding: 17px 30px; font-size: 1.08rem; }
.btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--wine) 0%, var(--rose-deep) 52%, var(--rose) 100%);
  box-shadow: var(--shadow-glow);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 24px 52px -12px rgba(201,83,110,0.65); }
.btn--ghost { color: var(--wine); background: rgba(255,255,255,0.55); border-color: var(--line); }
.btn--ghost:hover { background: #fff; transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn__arrow { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(4px); }

.link-ghost { font-weight: 500; color: var(--text-soft); transition: color .2s; }
.link-ghost:hover { color: var(--wine); }

/* ─── nav ─── */
.nav {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 16px clamp(20px, 5vw, 56px);
  background: rgba(255,250,251,0.72); backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--line-soft);
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand__glyph { width: 34px; height: 34px; }
.brand__word { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.42rem; color: var(--wine); letter-spacing: -0.01em; }
.brand__one { color: var(--rose); }
.nav__links { display: flex; gap: 30px; }
.nav__links a { font-weight: 500; font-size: 0.96rem; color: var(--text-soft); position: relative; transition: color .2s; }
.nav__links a::after { content: ''; position: absolute; left: 0; bottom: -5px; width: 0; height: 2px; background: var(--rose); border-radius: 2px; transition: width .25s var(--ease); }
.nav__links a:hover { color: var(--wine); }
.nav__links a:hover::after { width: 100%; }
.nav__actions { display: flex; align-items: center; gap: 16px; }

/* ═══════════════ HERO ═══════════════ */
.hero {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 56px) clamp(40px, 6vw, 72px);
  display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(24px, 4vw, 56px); align-items: center;
}
.hero__copy { display: grid; gap: 26px; justify-items: start; }
.hero__title {
  font-family: 'Playfair Display', Georgia, serif; font-weight: 800;
  font-size: clamp(2.7rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -0.025em; color: var(--wine);
}
.hero__title em { color: var(--rose); }
.hero__sub { font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.62; color: var(--text-soft); max-width: 33ch; }
.hero__sub em { color: var(--wine); font-style: italic; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__pills { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 0.86rem; font-weight: 600; letter-spacing: 0.02em; color: var(--wine); }
.hero__pills .dot { color: var(--gold); font-size: 0.7rem; }

/* ─── Saturn scene ─── */
.hero__scene { position: relative; }
.scene__frame { position: relative; animation: float 9s ease-in-out infinite; }
.scene { width: 100%; height: auto; overflow: visible; }
/* Optional AI hero image — covers the SVG when dropped into assets/ (see index.html) */
.scene__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow-card); z-index: 2; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }

.planet-system { transform-origin: 430px 232px; animation: planetFloat 11s ease-in-out infinite; }
@keyframes planetFloat { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(8px) rotate(0.6deg); } }

.voyager { animation: voyage 14s ease-in-out infinite; }
@keyframes voyage { 0% { transform: translate(0,8px); } 50% { transform: translate(18px,-10px); } 100% { transform: translate(0,8px); } }
.ship { transform-box: fill-box; }
.flame { transform-origin: right center; animation: flame 0.5s ease-in-out infinite alternate; }
@keyframes flame { from { opacity: 0.65; transform: scaleX(0.82); } to { opacity: 1; transform: scaleX(1.12); } }
.trail { animation: trailPulse 3.4s ease-in-out infinite; }
@keyframes trailPulse { 0%,100% { opacity: 0.55; } 50% { opacity: 0.9; } }
.explorer { animation: bob 6s ease-in-out infinite; transform-box: fill-box; }
@keyframes bob { 0%,100% { transform: translate(196px,372px) rotate(0); } 50% { transform: translate(192px,366px) rotate(-3deg); } }
.explorer__body { transform-box: fill-box; transform-origin: center; }
.moon--1 { animation: bob 7s ease-in-out infinite; }
.moon--2 { animation: bob 9s ease-in-out infinite reverse; }
.star { fill: #fff; animation: twinkle 3s ease-in-out infinite; }
@keyframes twinkle { 0%,100% { opacity: 0.25; } 50% { opacity: 1; } }

/* ─── floating HUD chips ─── */
.chip {
  position: absolute; display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.82); backdrop-filter: blur(10px);
  border: 1px solid var(--line); border-radius: 14px;
  padding: 10px 13px; box-shadow: var(--shadow-card);
  font-size: 0.82rem; font-weight: 600; color: var(--wine);
  animation: float 7s ease-in-out infinite;
}
.chip--score { top: 6%; right: -2%; flex-direction: column; align-items: flex-start; gap: 2px; animation-delay: .4s; }
.chip__label { font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-mute); font-weight: 700; }
.chip__value { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 800; color: var(--rose); line-height: 1; }
.chip__value small { font-size: 0.72rem; color: var(--text-mute); font-weight: 600; }
.chip--signal { bottom: 16%; left: -6%; animation-delay: 1.1s; }
.chip__dot { width: 8px; height: 8px; border-radius: 50%; background: #36c08b; box-shadow: 0 0 0 4px rgba(54,192,139,0.18); }
.chip--draft { bottom: 2%; right: 6%; flex-direction: column; align-items: flex-start; gap: 7px; animation-delay: .8s; }
.chip__bar { display: block; width: 120px; height: 6px; border-radius: 4px; background: var(--rose-100); overflow: hidden; }
.chip__bar i { display: block; height: 100%; width: 76%; border-radius: 4px; background: linear-gradient(90deg, var(--rose), var(--gold)); animation: load 3.2s ease-in-out infinite; }
@keyframes load { 0%,100% { width: 62%; } 50% { width: 92%; } }

/* ═══════════════ MARQUEE ═══════════════ */
.marquee { overflow: hidden; padding: 26px 0; border-block: 1px solid var(--line-soft);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee__track { display: flex; gap: 28px; align-items: center; width: max-content; animation: scroll 38s linear infinite;
  font-weight: 600; color: var(--text-soft); white-space: nowrap; font-size: 0.96rem; }
.marquee__track .sep { color: var(--gold); }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ═══════════════ AUGMENTED (dark band) ═══════════════ */
.augmented {
  position: relative; margin: clamp(40px,7vw,90px) 0; padding: clamp(56px,8vw,108px) clamp(20px,5vw,56px);
  background:
    radial-gradient(90% 120% at 84% 8%, rgba(201,83,110,0.30), transparent 55%),
    radial-gradient(70% 90% at 8% 96%, rgba(207,154,91,0.20), transparent 60%),
    linear-gradient(160deg, #221327 0%, var(--ink) 60%, #120a13 100%);
  overflow: hidden;
}
.augmented::before { /* faint grain on dark */
  content: ''; position: absolute; inset: 0; opacity: 0.35; mix-blend-mode: overlay; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.augmented__inner { position: relative; max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(32px,5vw,72px); align-items: center; }
.augmented__copy { display: grid; gap: 24px; justify-items: start; }
.augmented__chips { list-style: none; display: grid; gap: 12px; }
.augmented__chips li { display: flex; align-items: center; gap: 11px; color: rgba(251,238,240,0.86); font-weight: 500; font-size: 1.02rem; }
.augmented__chips .tick { color: var(--gold-soft); font-weight: 800; }

/* HUD visor visual */
.augmented__visual { display: grid; place-items: center; }
.visor {
  position: relative; width: min(380px, 78vw); aspect-ratio: 1; border-radius: 26px;
  background: linear-gradient(160deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
  border: 1px solid rgba(231,199,155,0.25);
  box-shadow: inset 0 0 60px rgba(201,83,110,0.18), 0 30px 60px -30px rgba(0,0,0,0.7);
  overflow: hidden;
}
.visor__scan { position: absolute; inset: 0; background: linear-gradient(transparent, rgba(231,199,155,0.16), transparent);
  height: 38%; animation: scan 4.5s linear infinite; }
@keyframes scan { 0% { transform: translateY(-60%); } 100% { transform: translateY(280%); } }
.visor__reticle { position: absolute; inset: 0; display: grid; place-items: center; }
.visor__reticle .ring { position: absolute; border-radius: 50%; border: 1px solid rgba(231,199,155,0.45); }
.visor__reticle .r1 { width: 56%; height: 56%; border-style: dashed; animation: spin 18s linear infinite; }
.visor__reticle .r2 { width: 36%; height: 36%; border-color: rgba(201,83,110,0.65); animation: spin 11s linear infinite reverse; }
.visor__reticle .cross { width: 70%; height: 70%; background:
  linear-gradient(rgba(231,199,155,0.3), rgba(231,199,155,0.3)) center/1px 100% no-repeat,
  linear-gradient(rgba(231,199,155,0.3), rgba(231,199,155,0.3)) center/100% 1px no-repeat; }
@keyframes spin { to { transform: rotate(360deg); } }
.visor__readout { position: absolute; left: 18px; bottom: 16px; display: grid; gap: 5px;
  font-family: 'Plus Jakarta Sans', monospace; font-size: 0.66rem; letter-spacing: 0.12em; color: rgba(231,199,155,0.8); }
.visor__readout b { color: rgba(251,238,240,0.55); font-weight: 700; margin-right: 6px; }

/* ═══════════════ HOW IT WORKS ═══════════════ */
.how { max-width: var(--maxw); margin: 0 auto; padding: clamp(40px,7vw,88px) clamp(20px,5vw,56px); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { position: relative; padding: 32px 28px; border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.6));
  border: 1px solid var(--line); box-shadow: var(--shadow-soft); display: grid; gap: 14px; align-content: start;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: rgba(201,83,110,0.3); }
.step__num { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 2.4rem; color: var(--rose-200);
  -webkit-text-stroke: 1px var(--rose-300); }
.step__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px;
  background: var(--rose-100); color: var(--wine); }
.step__icon svg { width: 22px; height: 22px; }
.step h3 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.35rem; color: var(--wine); }
.step p { color: var(--text-soft); font-size: 0.98rem; line-height: 1.6; }

/* ═══════════════ FEATURES ═══════════════ */
.features { max-width: var(--maxw); margin: 0 auto; padding: clamp(40px,7vw,88px) clamp(20px,5vw,56px); }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.card { padding: 26px 24px; border-radius: 18px; background: rgba(255,255,255,0.78); backdrop-filter: blur(6px);
  border: 1px solid var(--line); box-shadow: var(--shadow-soft); display: grid; gap: 11px; align-content: start;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: rgba(201,83,110,0.32); }
.card__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; font-size: 1.25rem; font-weight: 700;
  color: var(--rose); background: linear-gradient(140deg, var(--rose-100), #fff); border: 1px solid var(--line-soft); }
.card h3 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.22rem; color: var(--wine); }
.card p { color: var(--text-soft); font-size: 0.95rem; line-height: 1.58; }

/* ═══════════════ WHY ═══════════════ */
.why { max-width: var(--maxw); margin: 0 auto; padding: clamp(40px,7vw,96px) clamp(20px,5vw,56px); }
.why__inner { max-width: 860px; margin: 0 auto; text-align: center; display: grid; gap: 22px; justify-items: center; }
.why__lede { font-size: 1.18rem; line-height: 1.7; color: var(--text-soft); max-width: 60ch; }
.why__stats { margin-top: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; width: 100%; }
.stat { display: grid; gap: 6px; padding: 22px 14px; border-radius: 16px; background: rgba(255,255,255,0.6); border: 1px solid var(--line); }
.stat__num { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(1.8rem,3vw,2.6rem); color: var(--rose); line-height: 1; }
.stat__num small { font-size: 0.9rem; color: var(--text-mute); }
.stat__label { font-size: 0.84rem; color: var(--text-soft); line-height: 1.4; }

/* ═══════════════ CTA ═══════════════ */
.cta { padding: clamp(20px,5vw,40px) clamp(20px,5vw,56px) clamp(60px,8vw,110px); }
.cta__inner { position: relative; max-width: 980px; margin: 0 auto; overflow: hidden;
  padding: clamp(56px,8vw,96px) clamp(28px,6vw,72px); border-radius: 32px; text-align: center;
  display: grid; gap: 22px; justify-items: center;
  background:
    radial-gradient(120% 140% at 50% 130%, rgba(255,228,191,0.4), transparent 50%),
    linear-gradient(150deg, var(--rose) 0%, var(--rose-deep) 48%, var(--wine) 100%);
  box-shadow: var(--shadow-glow); }
.cta__planet { position: absolute; left: 50%; bottom: -54%; transform: translateX(-50%); width: 130%; aspect-ratio: 2/1;
  border-radius: 50%; background: radial-gradient(circle at 50% 0%, rgba(255,237,205,0.55), rgba(201,83,110,0) 60%); pointer-events: none; }
.cta__title { position: relative; font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(2.3rem,5vw,3.8rem); color: #fff; letter-spacing: -0.02em; }
.cta__sub { position: relative; color: rgba(255,245,247,0.9); font-size: 1.12rem; line-height: 1.6; max-width: 46ch; }
.cta .btn--primary { position: relative; background: #fff; color: var(--wine); box-shadow: 0 16px 40px -12px rgba(0,0,0,0.4); }
.cta .btn--primary:hover { background: #fff; box-shadow: 0 22px 50px -12px rgba(0,0,0,0.5); }
.cta__tagline { position: relative; color: rgba(255,245,247,0.78); font-size: 0.84rem; font-weight: 600; letter-spacing: 0.04em; }

/* ═══════════════ FOOTER ═══════════════ */
.footer { padding: clamp(40px,5vw,64px) clamp(20px,5vw,56px) 32px; border-top: 1px solid var(--line-soft); }
.footer__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 2fr; gap: 40px; }
.footer__tag { margin-top: 14px; color: var(--text-soft); font-size: 0.9rem; max-width: 32ch; }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer__col { display: grid; gap: 10px; align-content: start; }
.footer__col h4 { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wine); font-weight: 700; }
.footer__col a { color: var(--text-soft); font-size: 0.94rem; transition: color .2s; }
.footer__col a:hover { color: var(--rose); }
.footer__base { max-width: var(--maxw); margin: 40px auto 0; padding-top: 22px; border-top: 1px solid var(--line-soft);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--text-mute); font-size: 0.84rem; }

/* ═══════════════ reveal-on-scroll ═══════════════ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

/* ═══════════════ responsive ═══════════════ */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero__copy { justify-items: center; }
  .hero__sub { max-width: 52ch; }
  .hero__scene { max-width: 540px; margin: 0 auto; order: -1; }
  .augmented__inner { grid-template-columns: 1fr; text-align: center; }
  .augmented__copy { justify-items: center; }
  .augmented__chips li { justify-content: center; }
  .steps { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .nav__links { display: none; }
  .why__stats { grid-template-columns: repeat(2, 1fr); }
  .chip--score { right: 0; }
  .chip--signal { left: 0; }
}
@media (max-width: 480px) {
  .nav__actions .link-ghost { display: none; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .footer__base { flex-direction: column; gap: 6px; }
}

/* ─── reduced motion ─── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
