/* ============================================================
   movemma — HOME V4 "Hybrid" (between original editorial + v3 athletic)
   Fraunces display + Manrope body on warm cream (original brand),
   with v3's structure: stats strip, consistency band, photo pillars.
   ============================================================ */

:root {
  --v4-green: #6F8E58;
  --v4-green-deep: #3F673B;
  --v4-green-mid: #6F8E58;
  --v4-sage: #9DC080;
  --v4-soft: #E6EFD9;
  --v4-ink: #14160F;
  --v4-ink-2: #3A3D33;
  --v4-muted: #6B6E62;
  --v4-bg: #F8F5EE;
  --v4-bg-2: #F1ECE0;
  --v4-paper: #FFFFFF;
  --v4-line: #E2DCCE;
  --v4-line-strong: #C9C2AF;
  --v4-display: 'Fraunces', Georgia, serif;
  --v4-sans: 'Manrope', -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--v4-sans);
  background: var(--v4-bg);
  color: var(--v4-ink);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }

.v4-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.v4-section { padding: clamp(72px, 9vw, 128px) 0; }
.v4-section.tint { background: var(--v4-bg-2); }
.v4-section.dark { background: var(--v4-ink); color: var(--v4-bg); }

/* Type — Fraunces with italic accents (original), tighter scale (v3) */
.v4-display {
  font-family: var(--v4-display);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.02;
}
.v4-display em { font-style: italic; color: var(--v4-green); font-weight: 500; }
.v4-section.dark .v4-display em { color: var(--v4-sage); }
.v4-h1 { font-size: clamp(52px, 8vw, 116px); }
.v4-h2 { font-size: clamp(38px, 5vw, 68px); }
.v4-kicker {
  font-family: var(--v4-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--v4-green);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.v4-kicker::before { content: ""; width: 24px; height: 2px; background: var(--v4-green-mid); }
.v4-section.dark .v4-kicker { color: var(--v4-sage); }
.v4-section.dark .v4-kicker::before { background: var(--v4-sage); }
.v4-lead { font-size: clamp(17px, 1.4vw, 19px); color: var(--v4-ink-2); max-width: 56ch; }
.v4-section.dark .v4-lead { color: rgba(244,241,232,0.78); }
.v4-muted { color: var(--v4-muted); }

/* Buttons — pills (original) with bolder weight (v3) */
.v4-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  font-family: var(--v4-sans);
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
  letter-spacing: -0.005em;
}
.v4-btn:hover { transform: translateY(-2px); }
.v4-arrow { display: inline-block; transition: transform .2s ease; }
.v4-btn:hover .v4-arrow { transform: translateX(3px); }
.v4-btn-solid { background: var(--v4-green); color: #fff; border-color: var(--v4-green); }
.v4-btn-solid:hover { background: var(--v4-green-deep); border-color: var(--v4-green-deep); color: #fff; }
.v4-btn-ink { background: var(--v4-ink); color: var(--v4-bg); border-color: var(--v4-ink); }
.v4-btn-ink:hover { background: var(--v4-green); border-color: var(--v4-green); color: #fff; }
.v4-btn-line { background: transparent; color: var(--v4-ink); border-color: var(--v4-line-strong); }
.v4-btn-line:hover { border-color: var(--v4-ink); background: var(--v4-paper); }
.v4-section.dark .v4-btn-line { color: #fff; border-color: rgba(255,255,255,0.5); }
.v4-section.dark .v4-btn-line:hover { background: #fff; color: var(--v4-ink); border-color: #fff; }

/* Nav */
.v4-nav {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in oklab, var(--v4-bg) 90%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--v4-line);
}
.v4-nav-inner {
  max-width: 1240px; margin: 0 auto; padding: 15px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.v4-nav-logo img { height: 36px; width: auto; }
.v4-nav-links { display: flex; gap: 26px; list-style: none; align-items: center; }
.v4-nav-home {
  display: inline-flex;
  align-items: center;
  color: var(--v4-green) !important;
  transform: translateY(2px);
}
.v4-nav-home:hover { color: var(--v4-green-deep) !important; }
.v4-nav-links a {
  text-decoration: none; color: var(--v4-ink-2);
  font-size: 14px; font-weight: 600;
}
.v4-nav-links a:hover { color: var(--v4-green); }
.v4-nav-cta { padding: 11px 20px !important; color: #fff !important; }
.v4-burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.v4-burger span { display: block; width: 22px; height: 2px; background: var(--v4-ink); margin: 5px 0; }
@media (max-width: 920px) {
  .v4-nav-links {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--v4-bg); border-bottom: 1px solid var(--v4-line);
    flex-direction: column; align-items: flex-start; padding: 20px 24px; gap: 18px;
  }
  .v4-nav-links.open { display: flex; }
  .v4-burger { display: block; }
}

/* Hero — split like original, stats strip like v3 */
.v4-hero { padding: clamp(52px, 6vw, 88px) 0 0; }
.v4-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: end; }
@media (max-width: 940px) { .v4-hero-grid { grid-template-columns: 1fr; gap: 36px; } }
.v4-hero-copy { padding-bottom: clamp(48px, 6vw, 80px); }
.v4-hero-copy .v4-lead { margin-top: 28px; }
.v4-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.v4-hero-photo { position: relative; }
@keyframes v4PhotoIn { from { opacity: 0; transform: scale(1.02); } to { opacity: 1; transform: none; } }
.v4-hero-photo img.is-loaded { animation: v4PhotoIn .7s ease both; }
.v4-hero-photo img:not(.is-loaded) { opacity: 0; }
.v4-hero-photo img {
  width: 100%; height: 100%; min-height: 420px; object-fit: cover;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 28px 60px -32px rgba(20,22,15,0.32);
}
.v4-hero-tag {
  position: absolute; top: 20px; left: 20px;
  background: var(--v4-paper);
  border: 1px solid var(--v4-line);
  color: var(--v4-ink);
  font-size: 12px; font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  display: inline-flex; align-items: center; gap: 8px;
  z-index: 2;
}
.v4-hero-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--v4-green-mid); }

.v4-hero-stats { background: var(--v4-bg); }
.v4-hero-stats-inner {
  max-width: 1240px; margin: 0 auto; padding: 8px 24px 34px;
  display: flex; gap: clamp(40px, 6vw, 88px); flex-wrap: wrap;
  border-top: 1px solid var(--v4-line);
  padding-top: 28px;
}
.v4-stat {
  display: flex; flex-direction: column; gap: 4px;
}
.v4-stat b {
  font-family: var(--v4-display); font-weight: 600; font-size: clamp(40px, 4vw, 54px);
  line-height: 1.05; color: var(--v4-ink); letter-spacing: -0.02em;
}
.v4-stat span { font-size: 16px; color: var(--v4-muted); }

/* Section heads */
.v4-head { margin-bottom: clamp(40px, 5vw, 64px); }
.v4-head .v4-h2 { margin-top: 16px; max-width: 18ch; }
.v4-head-row {
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end;
  margin-bottom: clamp(40px, 5vw, 64px);
}
@media (max-width: 820px) { .v4-head-row { grid-template-columns: 1fr; } }
.v4-head-row .v4-lead { max-width: 44ch; }
.v4-num { font-family: var(--v4-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; color: var(--v4-green-mid); }

/* About */
.v4-about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
@media (max-width: 880px) { .v4-about-grid { grid-template-columns: 1fr; } }
.v4-about-photo img { width: 100%; aspect-ratio: 9/10; object-fit: cover; border-radius: 16px; }
.v4-about-body h2 { margin-top: 16px; }
.v4-about-body .v4-lead { margin-top: 20px; }
.v4-stark-tagline {
  margin-top: 14px;
  font-family: var(--v4-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--v4-green-mid);
}
.v4-about-pull {
  margin-top: 24px;
  font-family: var(--v4-display);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--v4-ink);
  max-width: 24ch;
}
.v4-hl {
  font-style: italic;
  color: var(--v4-green-deep);
  background: linear-gradient(180deg, transparent 62%, color-mix(in oklab, var(--v4-sage) 55%, transparent) 62%);
  padding: 0 2px;
}
.v4-about-note { margin-top: 18px; font-size: 15px; color: var(--v4-muted); max-width: 52ch; }
.v4-about-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 28px;
  font-weight: 700; font-size: 14px;
  color: var(--v4-green); text-decoration: none;
  border-bottom: 2px solid var(--v4-green-mid); padding-bottom: 3px;
}
.v4-about-link:hover { color: var(--v4-ink); border-color: var(--v4-ink); }

/* Consistency band */
.v4-band { background: var(--v4-green-deep); color: #fff; padding: clamp(40px, 5vw, 60px) 0; }
.v4-band-inner { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; }
@media (max-width: 720px) { .v4-band-inner { grid-template-columns: 1fr; } }
.v4-band-mark {
  font-family: var(--v4-display); font-style: italic; font-weight: 500;
  font-size: clamp(44px, 5vw, 68px); line-height: 1; color: rgba(255,255,255,0.45);
}
.v4-band h3 {
  font-family: var(--v4-display); font-weight: 500; font-style: italic;
  font-size: clamp(24px, 3vw, 38px); line-height: 1.08; letter-spacing: -0.02em;
}
.v4-band p { margin-top: 10px; color: rgba(255,255,255,0.82); font-size: 15.5px; max-width: 64ch; }

/* Who */
.v4-who-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 980px) { .v4-who-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .v4-who-grid { grid-template-columns: 1fr; } }
.v4-who-card {
  background: var(--v4-paper);
  border: 1px solid var(--v4-line);
  border-radius: 16px;
  padding: 26px 22px 20px;
  display: flex; flex-direction: column; gap: 12px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.v4-who-card:hover { transform: translateY(-4px); border-color: var(--v4-green-mid); box-shadow: 0 18px 36px -24px rgba(20,22,15,0.22); }
.v4-who-card h3 {
  font-family: var(--v4-display); font-weight: 500;
  font-size: 21px; letter-spacing: -0.02em; line-height: 1.12;
}
.v4-who-card p { font-size: 14px; color: var(--v4-ink-2); }
.v4-who-more {
  font-size: 13.5px; color: var(--v4-green); font-weight: 600;
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height .3s ease, opacity .25s ease, margin .25s ease;
}
.v4-who-card.open .v4-who-more { max-height: 150px; opacity: 1; margin-top: 4px; }
.v4-who-toggle {
  margin-top: auto; align-self: flex-end;
  width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid var(--v4-line-strong); color: var(--v4-ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 600; line-height: 1;
}
.v4-who-card:hover .v4-who-toggle, .v4-who-card.open .v4-who-toggle { background: var(--v4-green); border-color: var(--v4-green); color: #fff; }

/* Approach steps */
.v4-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 940px) { .v4-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .v4-steps { grid-template-columns: 1fr; } }
.v4-step {
  padding: 28px 24px 30px;
  background: var(--v4-paper);
  border: 1px solid var(--v4-line);
  border-radius: 16px;
}
.v4-step-num {
  font-family: 'Oswald', var(--v4-sans);
  font-weight: 600;
  font-size: 44px; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--v4-green-mid);
  letter-spacing: 0.02em;
}
.v4-step h3 {
  font-family: var(--v4-display); font-weight: 500;
  font-size: 20px; letter-spacing: -0.02em; margin: 14px 0 8px; line-height: 1.12;
}
.v4-step p { font-size: 14px; color: var(--v4-ink-2); }

/* Training pillars — photo tiles (from v3), rounded (original) */
.v4-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 940px) { .v4-pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .v4-pillars { grid-template-columns: 1fr; } }
.v4-pillar {
  position: relative; border-radius: 16px; overflow: hidden;
  background: var(--v4-ink); aspect-ratio: 4/3; cursor: pointer;
}
.v4-pillar img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0.8; transition: transform .4s ease, opacity .3s ease;
}
.v4-pillar:hover img { transform: scale(1.04); opacity: 0.5; }
.v4-pillar-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, transparent 30%, rgba(20,22,15,0.85));
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px; color: #fff;
}
.v4-pillar-overlay .v4-num { color: var(--v4-sage); }
.v4-pillar-overlay h3 {
  font-family: var(--v4-display); font-weight: 500;
  font-size: 23px; letter-spacing: -0.02em; line-height: 1.08; margin-top: 4px;
}
.v4-pillar-desc {
  font-size: 13.5px; color: rgba(255,255,255,0.88);
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height .35s ease, opacity .3s ease, margin .3s ease;
}
.v4-pillar:hover .v4-pillar-desc, .v4-pillar.open .v4-pillar-desc { max-height: 120px; opacity: 1; margin-top: 8px; }
.v4-pillar-foundation {
  grid-column: 1 / -1;
  background: var(--v4-soft);
  border-radius: 16px;
  padding: 26px 28px;
  display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center;
}
@media (max-width: 640px) { .v4-pillar-foundation { grid-template-columns: 1fr; } }
.v4-pillar-foundation .glyph { font-size: 34px; }
.v4-pillar-foundation h4 {
  font-family: var(--v4-display); font-weight: 500; font-style: italic;
  font-size: 21px; letter-spacing: -0.02em; color: var(--v4-green);
}
.v4-pillar-foundation p { font-size: 14.5px; color: var(--v4-ink-2); margin-top: 4px; max-width: 72ch; }

/* Stark */
.v4-stark-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 5vw, 64px); align-items: center; }
@media (max-width: 880px) { .v4-stark-grid { grid-template-columns: 1fr; } }
.v4-stark-card { background: var(--v4-paper); border: 1px solid var(--v4-line); border-radius: 16px; padding: 28px; }
.v4-stark-card .row { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--v4-line); }
.v4-stark-card .row:last-of-type { border-bottom: 0; }
.v4-stark-card .lbl { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--v4-muted); }
.v4-stark-card .val { font-size: 15px; font-weight: 600; text-align: right; }
.v4-stark-card .val a { color: var(--v4-green); text-decoration: none; }
.v4-stark-logo { background: var(--v4-ink); border-radius: 12px; padding: 14px 18px; display: inline-flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 18px; }
.v4-stark-logo span { font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.v4-stark-logo img { height: 30px; width: auto; }

/* Pricing teaser */
.v4-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
@media (max-width: 940px) { .v4-price-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }
.v4-price {
  background: var(--v4-paper); border: 1px solid var(--v4-line); border-radius: 18px;
  padding: 30px 26px; display: flex; flex-direction: column; gap: 14px;
}
.v4-price.feat { background: var(--v4-green); color: #fff; border-color: var(--v4-green); }
.v4-price .tag {
  align-self: flex-start;
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
  background: var(--v4-soft); color: var(--v4-green);
}
.v4-price.feat .tag { background: rgba(255,255,255,0.2); color: #fff; }
.v4-price h3 { font-family: var(--v4-display); font-weight: 500; font-size: 24px; letter-spacing: -0.02em; }
.v4-price .amt { font-family: var(--v4-display); font-weight: 500; font-size: 42px; line-height: 1; letter-spacing: -0.03em; }
.v4-price .amt small { font-family: var(--v4-sans); font-size: 13px; font-weight: 500; color: var(--v4-muted); }
.v4-price.feat .amt small { color: rgba(255,255,255,0.65); }
.v4-price p { font-size: 14px; color: var(--v4-ink-2); }
.v4-price.feat p { color: rgba(255,255,255,0.82); }
.v4-price .v4-btn { margin-top: auto; justify-content: center; }
.v4-price.feat .v4-btn-solid { background: #fff; color: var(--v4-green-deep); border-color: #fff; }
.v4-price.feat .v4-btn-solid:hover { background: var(--v4-bg); color: var(--v4-green-deep); border-color: var(--v4-bg); }
.v4-price.feat .v4-btn-line { color: #fff; border-color: rgba(255,255,255,0.55); }
.v4-price.feat .v4-btn-line:hover { background: #fff; color: var(--v4-green); border-color: #fff; }

/* Quotes */
.v4-quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (max-width: 820px) { .v4-quotes { grid-template-columns: 1fr; } }
.v4-quote {
  background: var(--v4-paper); border: 1px solid var(--v4-line);
  border-radius: 16px; padding: 30px 28px;
  display: flex; flex-direction: column; gap: 20px;
}
.v4-quote blockquote {
  font-family: var(--v4-display);
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.3; letter-spacing: -0.02em; color: var(--v4-ink);
  font-weight: 500;
}
.v4-quote blockquote::before { content: '"'; color: var(--v4-green); }
.v4-quote blockquote::after { content: '"'; color: var(--v4-green); }
.v4-quote figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.v4-quote figcaption img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.v4-quote figcaption b { display: block; font-size: 14px; }
.v4-quote figcaption span { font-size: 12.5px; color: var(--v4-muted); }

/* FAQ */
.v4-faq { max-width: 820px; margin: 0 auto; }
.v4-faq-item { border-bottom: 1px solid var(--v4-line); }
.v4-faq-q {
  width: 100%; background: none; border: 0; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 0; text-align: left;
  font-family: var(--v4-display); font-weight: 500;
  font-size: 19px; letter-spacing: -0.02em; color: var(--v4-ink);
}
.v4-faq-q .ind { font-size: 22px; color: var(--v4-green); flex-shrink: 0; }
.v4-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.v4-faq-item.open .v4-faq-a { max-height: 220px; }
.v4-faq-a p { padding: 0 0 20px; font-size: 15px; color: var(--v4-ink-2); max-width: 64ch; }

/* CTA */
.v4-cta { text-align: center; }
.v4-cta .v4-h1 { margin-top: 16px; }
.v4-cta .v4-lead { margin: 24px auto 0; }
.v4-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.v4-cta-meta {
  list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  max-width: 720px; margin: 40px auto 0; padding-top: 28px;
  border-top: 1px solid rgba(244,241,232,0.16);
}
@media (max-width: 640px) { .v4-cta-meta { grid-template-columns: 1fr; } }
.v4-cta-meta b { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--v4-sage); margin-bottom: 4px; }
.v4-cta-meta span { font-size: 14px; color: rgba(244,241,232,0.85); }

/* Footer */
.v4-foot { background: var(--v4-ink); color: var(--v4-bg); padding: 64px 0 28px; border-top: 1px solid rgba(255,255,255,0.1); }
.v4-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 56px; }
@media (max-width: 760px) { .v4-foot-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; } }
.v4-foot-brand img { height: 40px; width: auto; filter: brightness(0) invert(1); }
.v4-foot-brand p { color: rgba(244,241,232,0.6); font-size: 14px; margin-top: 14px; max-width: 34ch; }
.v4-foot h5 { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(244,241,232,0.5); margin-bottom: 16px; }
.v4-foot ul { list-style: none; }
.v4-foot ul li { margin-bottom: 9px; }
.v4-foot ul a { color: rgba(244,241,232,0.82); text-decoration: none; font-size: 14px; }
.v4-foot ul a:hover { color: var(--v4-sage); }
.v4-foot-bottom {
  border-top: 1px solid rgba(255,255,255,0.12); padding-top: 22px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(244,241,232,0.45);
}

/* Reveal animation — handled inline by JS (content visible by default) */
