/* ============================================================
   सनातन संस्कृति हठ योगशाला — Design System
   Palette: saffron / indigo / turmeric / cream / maroon
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Yatra+One&family=Hind:wght@400;500;600;700&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Rajdhani:wght@500;600;700&display=swap');

:root{
  /* --- colour tokens --- */
  --saffron:        #E8632A;
  --saffron-deep:   #C6491B;
  --saffron-light:  #FDEBDD;
  --indigo:         #1B3A66;
  --indigo-deep:    #102544;
  --indigo-tint:    #E7ECF4;
  --turmeric:       #F2A70F;
  --turmeric-deep:  #D48F04;
  --maroon:         #9A2233;
  --cream:          #FFF9EE;
  --cream-deep:     #FBEEDA;
  --white:          #FFFFFF;
  --ink:            #2B2019;
  --ink-soft:       #5C5049;
  --line:           #E9DDC8;

  /* --- type --- */
  --font-display: 'Yatra One', 'Hind', serif;
  --font-hindi:   'Hind', sans-serif;
  --font-body:    'Work Sans', 'Hind', sans-serif;
  --font-label:   'Rajdhani', 'Hind', sans-serif;

  /* --- misc --- */
  --radius-arch: 140px 140px 12px 12px;
  --radius-card: 18px;
  --shadow-soft: 0 12px 30px -14px rgba(27,58,102,0.28);
  --shadow-deep: 0 22px 50px -20px rgba(16,37,68,0.45);
  --container: 1180px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--cream);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{ margin:0; font-family:var(--font-display); font-weight:400; color:var(--indigo-deep); }
p{ margin:0; line-height:1.7; }
button{ font-family:inherit; cursor:pointer; }
.hin{ font-family:var(--font-hindi); }

.container{ max-width:var(--container); margin:0 auto; padding:0 24px; }
.section{ padding:88px 0; position:relative; }
.section--tight{ padding:56px 0; }
@media (max-width:720px){
  .section{ padding:56px 0; }
  .section--tight{ padding:36px 0; }
}

/* ---------- eyebrow / labels ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--font-label); font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; font-size:13px; color:var(--saffron-deep);
  margin-bottom:14px;
}
.eyebrow::before{ content:''; width:22px; height:2px; background:var(--saffron); }

.section-head{ max-width:680px; margin-bottom:48px; }
.section-head h2{ font-size:clamp(28px,3.6vw,42px); line-height:1.25; color:var(--indigo-deep); }
.section-head p{ margin-top:14px; color:var(--ink-soft); font-size:16.5px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 30px; border-radius:999px; font-family:var(--font-label);
  font-weight:700; font-size:15.5px; letter-spacing:.02em; border:2px solid transparent;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space:nowrap;
}
.btn:hover{ transform:translateY(-2px); }
.btn-primary{ background:var(--saffron); color:var(--white); box-shadow:0 14px 26px -12px rgba(232,99,42,.55); }
.btn-primary:hover{ background:var(--saffron-deep); }
.btn-outline{ border-color:var(--indigo); color:var(--indigo); background:transparent; }
.btn-outline:hover{ background:var(--indigo); color:var(--white); }
.btn-ghost-white{ border-color:rgba(255,255,255,.6); color:var(--white); }
.btn-ghost-white:hover{ background:var(--white); color:var(--indigo-deep); }
.btn-sm{ padding:10px 20px; font-size:14px; }

/* ============================================================
   HEADER
   ============================================================ */
.topbar{
  background:var(--indigo-deep); color:var(--cream-deep); font-family:var(--font-label);
  font-size:13.5px; letter-spacing:.02em;
}
.topbar .container{ display:flex; justify-content:space-between; align-items:center; height:38px; }
.topbar a{ color:var(--turmeric); font-weight:600; }
.topbar-links{ display:flex; gap:18px; }
@media (max-width:640px){ .topbar-links span:nth-child(2){ display:none; } }

.site-header{
  position:sticky; top:0; z-index:100;
  background:rgba(255,249,238,.92); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{ display:flex; align-items:center; justify-content:space-between; height:84px; }
.brand{ display:flex; align-items:center; gap:12px; }
.brand-mark{ width:52px; height:52px; flex-shrink:0; }
.brand-text h1{ font-size:21px; color:var(--indigo-deep); line-height:1.1; }
.brand-text span{ display:block; font-family:var(--font-label); font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; color:var(--saffron-deep); font-weight:700; margin-top:2px; }

.nav-links{ display:flex; align-items:center; gap:36px; }
.nav-links a{
  font-family:var(--font-label); font-weight:600; font-size:15.5px; color:var(--ink);
  position:relative; padding:6px 0;
}
.nav-links a::after{
  content:''; position:absolute; left:0; bottom:0; width:0; height:2px; background:var(--saffron);
  transition:width .25s ease;
}
.nav-links a:hover::after, .nav-links a.active::after{ width:100%; }
.nav-links a.active{ color:var(--saffron-deep); }

.nav-cta{ display:flex; align-items:center; gap:14px; }
.nav-toggle{
  display:none; width:44px; height:44px; border-radius:10px; border:1px solid var(--line);
  background:var(--white); align-items:center; justify-content:center; flex-shrink:0;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after{
  content:''; display:block; width:20px; height:2px; background:var(--indigo-deep); position:relative; transition:.25s;
}
.nav-toggle span::before{ position:absolute; top:-6px; }
.nav-toggle span::after{ position:absolute; top:6px; }
.nav-toggle.open span{ background:transparent; }
.nav-toggle.open span::before{ top:0; transform:rotate(45deg); }
.nav-toggle.open span::after{ top:0; transform:rotate(-45deg); }

@media (max-width:960px){
  .nav-links{
    position:fixed; inset:84px 0 0 0; background:var(--cream); flex-direction:column;
    justify-content:flex-start; padding:36px 24px; gap:26px; transform:translateX(100%);
    transition:transform .3s ease; z-index:90;
  }
  .nav-links.open{ transform:translateX(0); }
  .nav-links a{ font-size:19px; }
  .nav-toggle{ display:flex; }
  .nav-cta .btn-outline{ display:none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative; overflow:hidden;
  background:
    radial-gradient(circle at 85% 12%, rgba(242,167,15,.22), transparent 45%),
    radial-gradient(circle at 8% 90%, rgba(232,99,42,.14), transparent 40%),
    var(--cream);
  padding:72px 0 40px;
}
.hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:40px; align-items:center; }
.hero-copy h2{
  font-size:clamp(34px,4.6vw,56px); line-height:1.22; color:var(--indigo-deep);
}
.hero-copy h2 .accent{ color:var(--saffron); }
.hero-copy p{ margin-top:20px; font-size:18px; color:var(--ink-soft); max-width:520px; }
.hero-actions{ display:flex; gap:16px; margin-top:32px; flex-wrap:wrap; }
.hero-stats{ display:flex; gap:34px; margin-top:44px; flex-wrap:wrap; }
.hero-stats div strong{ display:block; font-family:var(--font-display); font-size:28px; color:var(--indigo-deep); }
.hero-stats div span{ font-family:var(--font-label); font-size:12.5px; letter-spacing:.06em; color:var(--ink-soft); text-transform:uppercase; }

.hero-art{ position:relative; display:flex; align-items:center; justify-content:center; }
.hero-art svg{ width:100%; max-width:460px; height:auto; }

.style-ticker{
  border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  background:var(--white); overflow:hidden; margin-top:56px;
}
.style-ticker-track{
  display:flex; gap:0; width:max-content; animation:scroll-left 32s linear infinite;
}
.style-ticker:hover .style-ticker-track{ animation-play-state:paused; }
.style-ticker-item{
  display:flex; align-items:center; gap:10px; padding:16px 34px;
  font-family:var(--font-label); font-weight:600; font-size:15px; color:var(--indigo);
  border-right:1px solid var(--line); white-space:nowrap;
}
.style-ticker-item .dot{ width:7px; height:7px; border-radius:50%; background:var(--saffron); }
@keyframes scroll-left{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }

/* ============================================================
   FEATURE CARDS
   ============================================================ */
.grid-4{ display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.grid-2{ display:grid; grid-template-columns:repeat(2,1fr); gap:26px; }
@media (max-width:980px){ .grid-4{ grid-template-columns:repeat(2,1fr);} .grid-3{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:640px){ .grid-4,.grid-3,.grid-2{ grid-template-columns:1fr;} }

.feature-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius-card);
  padding:30px 26px; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-soft); border-color:transparent; }
.feature-icon{
  width:56px; height:56px; border-radius:16px; background:var(--saffron-light);
  display:flex; align-items:center; justify-content:center; margin-bottom:18px;
}
.feature-icon svg{ width:28px; height:28px; stroke:var(--saffron-deep); }
.feature-card h3{ font-size:19px; color:var(--indigo-deep); margin-bottom:10px; }
.feature-card p{ font-size:14.8px; color:var(--ink-soft); }

/* ---------- program cards (flyer 2x2 style) ---------- */
.program-card{
  background:var(--white); border-radius:var(--radius-card); border:1px solid var(--line);
  padding:28px; display:flex; gap:18px; align-items:flex-start;
  transition:box-shadow .25s ease, transform .25s ease;
}
.program-card:hover{ box-shadow:var(--shadow-soft); transform:translateY(-4px); }
.program-icon{
  width:60px; height:60px; border-radius:50%; background:var(--indigo-tint); flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
}
.program-icon svg{ width:30px; height:30px; stroke:var(--indigo); }
.program-card h3{ font-size:18.5px; color:var(--indigo-deep); margin-bottom:6px; }
.program-card p{ font-size:14.5px; color:var(--ink-soft); }
.tag-row{ display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; }
.tag{
  font-family:var(--font-label); font-size:12px; font-weight:600; padding:5px 12px;
  border-radius:999px; background:var(--cream-deep); color:var(--saffron-deep);
}

/* ============================================================
   BAND / CTA sections
   ============================================================ */
.band{
  background:var(--indigo-deep); color:var(--cream-deep); position:relative; overflow:hidden;
}
.band::before{
  content:''; position:absolute; inset:0;
  background:radial-gradient(circle at 15% 30%, rgba(242,167,15,.16), transparent 45%),
             radial-gradient(circle at 85% 75%, rgba(232,99,42,.14), transparent 40%);
}
.band .container{ position:relative; }
.band h2{ color:var(--white); font-size:clamp(26px,3.4vw,36px); }
.band p{ color:rgba(255,249,238,.78); }

.homevisit-band{ display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; }
.homevisit-copy{ max-width:600px; }
.homevisit-copy .eyebrow{ color:var(--turmeric); }
.homevisit-copy .eyebrow::before{ background:var(--turmeric); }

/* ---------- shatkarma strip ---------- */
.shatkarma-strip{ background:var(--turmeric); }
.shatkarma-strip .container{ padding-top:26px; padding-bottom:26px; }
.shatkarma-strip .eyebrow{ color:var(--indigo-deep); }
.shatkarma-strip .eyebrow::before{ background:var(--indigo-deep); }
.shatkarma-list{ display:flex; flex-wrap:wrap; gap:12px; margin-top:14px; }
.shatkarma-list li{
  background:rgba(16,37,68,.1); border:1px solid rgba(16,37,68,.18);
  padding:9px 18px; border-radius:999px; font-family:var(--font-hindi); font-weight:600;
  font-size:14.5px; color:var(--indigo-deep);
}

/* ============================================================
   WHEEL (signature element) — ailments mandala
   ============================================================ */
.wheel-section{ background:var(--white); }
.wheel-wrap{ display:grid; grid-template-columns:.85fr 1.15fr; gap:50px; align-items:center; }
.wheel-figure{ position:relative; display:flex; align-items:center; justify-content:center; }
.wheel-figure svg{ width:100%; max-width:520px; height:auto; }
.ailment-categories{ display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.ailment-cat{
  border:1px solid var(--line); border-radius:14px; padding:18px 20px; background:var(--cream);
}
.ailment-cat h4{
  font-family:var(--font-label); font-size:13.5px; font-weight:700; letter-spacing:.06em;
  text-transform:uppercase; color:var(--saffron-deep); margin-bottom:8px;
}
.ailment-cat p{ font-family:var(--font-hindi); font-size:14.5px; color:var(--ink); line-height:1.85; }
@media (max-width:980px){ .wheel-wrap{ grid-template-columns:1fr; } .ailment-categories{ grid-template-columns:1fr 1fr; } }
@media (max-width:640px){ .ailment-categories{ grid-template-columns:1fr; } }

/* ============================================================
   TESTIMONIAL
   ============================================================ */
.testimonial-card{
  background:var(--cream-deep); border-radius:22px; padding:44px; position:relative;
  border:1px solid var(--line);
}
.testimonial-card svg{ width:36px; height:36px; stroke:var(--saffron); margin-bottom:16px; }
.testimonial-card p{ font-size:19px; color:var(--indigo-deep); font-family:var(--font-hindi); line-height:1.8; }
.testimonial-name{ margin-top:20px; font-family:var(--font-label); font-weight:700; color:var(--ink); }
.testimonial-name span{ display:block; font-weight:500; color:var(--ink-soft); font-size:13.5px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{ background:var(--indigo-deep); color:rgba(255,249,238,.82); padding-top:70px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:50px; border-bottom:1px solid rgba(255,255,255,.12); }
.footer-brand .brand-text h1{ color:var(--white); }
.footer-brand p{ margin-top:16px; font-size:14.5px; color:rgba(255,249,238,.68); max-width:280px; }
.footer-social{ display:flex; gap:12px; margin-top:20px; }
.footer-social a{ width:38px; height:38px; border-radius:50%; border:1px solid rgba(255,255,255,.25); display:flex; align-items:center; justify-content:center; transition:.25s; }
.footer-social a:hover{ background:var(--saffron); border-color:var(--saffron); }
.footer-social svg{ width:16px; height:16px; stroke:var(--white); }
.footer-col h4{ font-family:var(--font-label); font-size:14px; letter-spacing:.08em; text-transform:uppercase; color:var(--turmeric); margin-bottom:18px; }
.footer-col ul li{ margin-bottom:11px; font-size:14.5px; }
.footer-col ul li a:hover{ color:var(--turmeric); }
.footer-bottom{ display:flex; justify-content:space-between; padding:22px 0; font-size:13.5px; color:rgba(255,249,238,.55); flex-wrap:wrap; gap:10px; }
@media (max-width:900px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:600px){ .footer-grid{ grid-template-columns:1fr; } }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero{
  background:linear-gradient(180deg, var(--indigo-deep), var(--indigo));
  color:var(--white); padding:64px 0 84px; position:relative; overflow:hidden;
}
.page-hero::after{
  content:''; position:absolute; inset:0;
  background:radial-gradient(circle at 90% 10%, rgba(242,167,15,.22), transparent 45%);
}
.page-hero .container{ position:relative; }
.breadcrumb{ font-family:var(--font-label); font-size:13.5px; color:rgba(255,249,238,.7); margin-bottom:16px; }
.breadcrumb a{ color:var(--turmeric); font-weight:600; }
.page-hero h1{ color:var(--white); font-size:clamp(30px,4.2vw,46px); max-width:640px; }
.page-hero p{ color:rgba(255,249,238,.82); margin-top:16px; max-width:560px; font-size:16.5px; }

/* ============================================================
   GENERIC DETAIL CARDS (services & therapy pages)
   ============================================================ */
.detail-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius-card);
  padding:30px; margin-bottom:0; transition:box-shadow .25s ease, transform .25s ease;
}
.detail-card:hover{ box-shadow:var(--shadow-soft); transform:translateY(-4px); }
.detail-top{ display:flex; align-items:center; gap:16px; margin-bottom:14px; }
.detail-icon{ width:54px; height:54px; border-radius:14px; background:var(--indigo-tint); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.detail-icon svg{ width:27px; height:27px; stroke:var(--indigo); }
.detail-card h3{ font-size:20px; color:var(--indigo-deep); }
.detail-card .hin-sub{ font-family:var(--font-hindi); font-size:14px; color:var(--saffron-deep); font-weight:600; margin-top:2px; }
.detail-card p.desc{ color:var(--ink-soft); font-size:15px; margin-top:8px; }

/* alternating list block (used in about / therapy) */
.split-row{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.split-row.reverse{ direction:rtl; }
.split-row.reverse > *{ direction:ltr; }
@media (max-width:900px){ .split-row, .split-row.reverse{ direction:ltr; grid-template-columns:1fr; } }
.split-visual{ display:flex; justify-content:center; }
.split-visual svg{ width:100%; max-width:420px; }
.checklist li{ display:flex; gap:12px; padding:10px 0; border-bottom:1px dashed var(--line); font-size:15.5px; color:var(--ink); }
.checklist li:last-child{ border-bottom:none; }
.checklist svg{ width:20px; height:20px; stroke:var(--saffron-deep); flex-shrink:0; margin-top:2px; }

/* timeline (about page) */
.timeline{ position:relative; padding-left:34px; }
.timeline::before{ content:''; position:absolute; left:7px; top:6px; bottom:6px; width:2px; background:var(--line); }
.timeline-item{ position:relative; padding-bottom:36px; }
.timeline-item:last-child{ padding-bottom:0; }
.timeline-item::before{
  content:''; position:absolute; left:-34px; top:4px; width:16px; height:16px; border-radius:50%;
  background:var(--saffron); border:3px solid var(--cream); box-shadow:0 0 0 2px var(--saffron);
}
.timeline-item h4{ font-size:17px; color:var(--indigo-deep); margin-bottom:6px; }
.timeline-item p{ font-size:14.5px; color:var(--ink-soft); }

/* values grid */
.value-pill{ display:flex; gap:16px; align-items:flex-start; padding:22px 0; border-bottom:1px solid var(--line); }
.value-pill:last-child{ border-bottom:none; }
.value-num{ font-family:var(--font-display); font-size:26px; color:var(--saffron); flex-shrink:0; width:44px; }

/* team card */
.team-card{ text-align:center; }
.team-photo{
  width:150px; height:150px; border-radius:50%; margin:0 auto 18px; background:var(--indigo-tint);
  display:flex; align-items:center; justify-content:center; border:4px solid var(--white); box-shadow:var(--shadow-soft);
}
.team-photo svg{ width:74px; height:74px; stroke:var(--indigo); }
.team-card h3{ font-size:18px; color:var(--indigo-deep); }
.team-card span{ font-family:var(--font-label); font-size:13px; font-weight:700; color:var(--saffron-deep); text-transform:uppercase; letter-spacing:.05em; }
.team-card p{ font-size:14px; color:var(--ink-soft); margin-top:10px; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-wrap{ display:grid; grid-template-columns:.9fr 1.1fr; gap:48px; align-items:start; }
@media (max-width:900px){ .contact-wrap{ grid-template-columns:1fr; } }

.contact-info-card{ background:var(--indigo-deep); color:var(--white); border-radius:22px; padding:40px 34px; }
.contact-info-card h3{ color:var(--white); font-size:22px; margin-bottom:22px; }
.contact-row{ display:flex; gap:16px; margin-bottom:22px; align-items:flex-start; }
.contact-row .ci{ width:42px; height:42px; border-radius:12px; background:rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.contact-row .ci svg{ width:20px; height:20px; stroke:var(--turmeric); }
.contact-row strong{ display:block; font-size:15px; margin-bottom:3px; }
.contact-row span, .contact-row a{ font-size:14.5px; color:rgba(255,249,238,.78); }
.hours-table{ margin-top:26px; padding-top:22px; border-top:1px solid rgba(255,255,255,.15); }
.hours-table div{ display:flex; justify-content:space-between; font-size:14.5px; padding:6px 0; color:rgba(255,249,238,.85); }
.hours-table div strong{ color:var(--white); font-weight:600; }

.form-card{ background:var(--white); border:1px solid var(--line); border-radius:22px; padding:38px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
@media (max-width:560px){ .form-row{ grid-template-columns:1fr; } }
.field{ margin-bottom:18px; }
.field label{ display:block; font-family:var(--font-label); font-size:13.5px; font-weight:600; color:var(--indigo-deep); margin-bottom:7px; }
.field input, .field select, .field textarea{
  width:100%; padding:13px 15px; border-radius:10px; border:1.5px solid var(--line); background:var(--cream);
  font-family:var(--font-body); font-size:15px; color:var(--ink); transition:border-color .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color:var(--saffron); background:var(--white); }
.field textarea{ resize:vertical; min-height:110px; }
.form-note{ font-size:13px; color:var(--ink-soft); margin-top:6px; }
.form-success{ display:none; background:var(--saffron-light); border:1px solid var(--saffron); color:var(--saffron-deep); padding:14px 18px; border-radius:12px; font-size:14.5px; font-weight:600; margin-top:16px; }
.form-success.show{ display:block; }

.map-frame{ border-radius:18px; overflow:hidden; border:1px solid var(--line); margin-top:26px; height:280px; }
.map-frame iframe{ width:100%; height:100%; border:0; }

/* ---------- placeholder notice (for editable info) ---------- */
.fill-note{
  display:inline-block; background:#FFF1CF; color:#8A5B00; border:1px dashed #E0B24E;
  padding:2px 8px; border-radius:6px; font-size:12.5px; font-family:var(--font-label); font-weight:600;
}

/* ---------- whatsapp floating button ---------- */
.wa-float{
  position:fixed; right:22px; bottom:22px; width:58px; height:58px; border-radius:50%;
  background:#25D366; display:flex; align-items:center; justify-content:center; z-index:200;
  box-shadow:0 12px 26px -8px rgba(37,211,102,.6); transition:transform .25s ease;
}
.wa-float:hover{ transform:scale(1.08); }
.wa-float svg{ width:28px; height:28px; fill:var(--white); }

/* ---------- reveal animation ---------- */
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }

/* ---------- utility ---------- */
.mt-0{ margin-top:0 !important; }
.text-center{ text-align:center; }
.flow-badge{
  display:inline-flex; align-items:center; gap:8px; background:var(--white); border:1px solid var(--line);
  padding:8px 16px; border-radius:999px; font-family:var(--font-label); font-size:13.5px; font-weight:600; color:var(--indigo);
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  .reveal{ opacity:1; transform:none; transition:none; }
  .style-ticker-track{ animation:none; }
}
