/* ═══════════════════════════════════════════════════════════════════
   SGT Foundation — v5 "Prakash" (daylight)
   Direction from the four chosen references: light, airy, type-first
   calm. Enormous refined serif with italic accent words, one poetic
   visual per scene, floating cards, numbered sections, pill CTAs.
   Marigold + sindoor are accents on a warm-white canvas. Buttery,
   transform-only motion. Never dark, never crowded.
   ═══════════════════════════════════════════════════════════════════ */

:root {
  --bg: #fdfcf7;
  --bg-soft: #f7f3e8;
  --card: #ffffff;
  --ink: #1e1912;
  --ink-soft: #4b4335;
  --ink-dim: #8a8172;
  --line: #eae4d4;
  --line-strong: #d9d0b8;
  --sun: #ffb020;
  --sun-deep: #b97f0d;
  --sun-soft: #fff3d6;
  --sindoor: #d1491f;
  --sindoor-deep: #b03a15;
  --leaf: #3e8e4c;
  --leaf-soft: #ebf5ec;
  --sky: #1193a5;
  --sky-soft: #e9f6f7;
  --display: 'Newsreader', Georgia, 'Times New Roman', serif;
  --deva: 'Tiro Devanagari Hindi', 'Mangal', serif;
  --sans: 'Mukta', 'Segoe UI', system-ui, sans-serif;
  --pill: 999px;
  --r: 20px;
  --shadow-soft: 0 2px 20px rgba(30, 25, 18, .06);
  --shadow-float: 0 18px 50px rgba(30, 25, 18, .13);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
/* NOTE: no CSS scroll-behavior — Lenis owns scrolling. */

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }
img { height: auto; }

a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

:where(a, button, input, [tabindex]):focus-visible {
  outline: 2.5px solid var(--sindoor);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--ink); color: var(--bg); padding: 12px 22px; font-weight: 600;
}
.skip-link:focus { left: 0; }

.wrap { max-width: 1240px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.wrap-narrow { max-width: 880px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }

/* ─── Type ─── */
.display, h1, h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.06;
  font-variation-settings: "opsz" 60;
}
h1 { font-size: clamp(46px, 7vw, 96px); }
h2 { font-size: clamp(34px, 4.4vw, 58px); line-height: 1.1; }
h3 { font-family: var(--sans); font-weight: 600; font-size: 19px; }
.em {
  font-style: italic;
  font-weight: 460;
  color: var(--sindoor);
}
.hindi { font-family: var(--deva); }

.kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-dim);
}
.kicker::before {
  content: ""; width: 26px; height: 1.5px; background: var(--sun); display: inline-block;
}
.lede { font-size: clamp(17px, 1.6vw, 20px); line-height: 1.65; color: var(--ink-soft); }
.small { font-size: 14px; color: var(--ink-dim); }

/* ─── Buttons: pills ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px; border-radius: var(--pill);
  font-size: 16px; font-weight: 600; line-height: 1; letter-spacing: .01em;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.7,.3,1), background-color .2s, color .2s, border-color .2s, box-shadow .25s;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-ink { background: var(--ink); color: var(--bg); }
.btn-ink:hover { background: #000; color: #fff; box-shadow: var(--shadow-float); }
.btn-fire { background: var(--sindoor); color: #fff; box-shadow: 0 8px 26px rgba(209,73,31,.3); }
.btn-fire:hover { background: var(--sindoor-deep); color: #fff; box-shadow: 0 14px 34px rgba(209,73,31,.36); }
.btn-ghost { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--ink); }
.btn-sm { padding: 11px 22px; font-size: 14.5px; }

/* ─── Header ─── */
.site-head {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(253, 252, 247, 0);
  transition: background-color .3s, box-shadow .3s, transform .35s;
  transform: translateY(0);
}
.site-head.solid { background: var(--bg); box-shadow: 0 1px 0 var(--line); }
.site-head.hidden { transform: translateY(-110%); }
.site-head .bar {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 16px 0;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 52px; height: 52px; }
.brand .bn { font-family: var(--display); font-size: 23px; font-weight: 500; letter-spacing: -.01em; }
.brand .bs { display: block; font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-dim); margin-top: 1px; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav > a:not(.btn) { font-size: 15.5px; font-weight: 500; color: var(--ink-soft); position: relative; padding: 4px 0; }
.nav > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--sun); transition: right .3s cubic-bezier(.2,.7,.3,1);
}
.nav > a:not(.btn):hover { color: var(--ink); }
.nav > a:not(.btn):hover::after, .nav > a:not(.btn)[aria-current="page"]::after { right: 0; }
.nav > a:not(.btn)[aria-current="page"] { color: var(--ink); }
.nav-toggle { display: none; }
@media (max-width: 960px) {
  .brand .bs { display: none; }
  .nav-toggle {
    display: inline-flex; background: none; border: 1.5px solid var(--line-strong);
    border-radius: 10px; padding: 10px 12px; cursor: pointer; color: var(--ink);
  }
  .nav {
    position: fixed; inset: 0 0 auto 0; flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--bg); padding: 92px 28px 30px; box-shadow: var(--shadow-float);
    transform: translateY(-105%); transition: transform .3s cubic-bezier(.2,.7,.3,1); z-index: -1;
  }
  .nav.open { transform: none; }
  .nav > a:not(.btn) { padding: 14px 4px; font-size: 18px; border-bottom: 1px solid var(--line); }
  .nav .btn { margin-top: 16px; }
}

/* ─── Hero scene ─── */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 150px 0 40px; overflow: hidden; text-align: center;
}
.hero h1 { max-width: 15ch; margin: 0 auto; }
.hero h1 .chip-inline {
  display: inline-flex; align-items: center; justify-content: center;
  width: .92em; height: .92em; border-radius: 24%;
  background: var(--sun); vertical-align: -.08em; margin: 0 .06em;
  box-shadow: 0 6px 18px rgba(185, 127, 13, .35);
}
.hero h1 .chip-inline svg { width: 58%; height: 58%; }
.hero .sub {
  margin: 26px auto 0; max-width: 56ch;
  font-size: clamp(16px, 1.5vw, 19px); color: var(--ink-soft);
}
.hero .sub .hindi { color: var(--sun-deep); }
.hero .cta-row { display: flex; gap: 14px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
.hero .proof {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin-top: 30px; font-size: 13.5px; color: var(--ink-dim); flex-wrap: wrap;
}
.hero .proof .avs { display: flex; }
.hero .proof .avs img {
  width: 34px; height: 34px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--bg); margin-left: -9px;
}
.hero .proof .avs img:first-child { margin-left: 0; }

/* Hero arch photo */
.hero-arch {
  position: relative; margin: 52px auto 0; width: min(1080px, 92vw);
}
.hero-arch .ph {
  border-radius: 200px 200px var(--r) var(--r);
  overflow: hidden; box-shadow: var(--shadow-float);
}
.hero-arch img { width: 100%; height: min(52vh, 470px); object-fit: cover; object-position: center 30%; }
/* floating record cards */
.fcard {
  position: absolute; z-index: 3; background: var(--card);
  border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-float);
  padding: 13px 17px; display: flex; align-items: center; gap: 11px;
  font-size: 13.5px; font-weight: 600; color: var(--ink-soft); white-space: nowrap;
  will-change: transform;
}
.fcard .ic {
  width: 34px; height: 34px; border-radius: 10px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
}
.fcard small { display: block; font-weight: 400; color: var(--ink-dim); font-size: 11.5px; line-height: 1.3; }
.fcard.f1 { left: max(2vw, 12px); top: 8%; }
.fcard.f2 { right: max(1vw, 8px); top: 20%; }
.fcard.f3 { left: 6%; bottom: 12%; }
.fcard.f4 { right: 7%; bottom: -4%; }
@media (max-width: 760px) {
  .fcard.f2, .fcard.f3 { display: none; }
  .fcard.f1 { top: -3%; }
  .fcard.f4 { bottom: -6%; }
  .hero-arch .ph { border-radius: 90px 90px 16px 16px; }
}

/* ─── Ticker ─── */
.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 15px 0; overflow: hidden; background: var(--bg); }
.ticker-track {
  display: flex; align-items: center; gap: 44px; white-space: nowrap; width: max-content;
  will-change: transform;
}
.ticker-track span { font-size: 15.5px; font-weight: 500; color: var(--ink-soft); }
.ticker-track .hindi { font-size: 16.5px; color: var(--ink); }
.ticker-track .tick-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sun); flex: none; }

/* ─── Sections ─── */
.scene { padding: clamp(80px, 11vh, 130px) 0; position: relative; }
.scene-head { max-width: 780px; margin-bottom: clamp(40px, 6vh, 64px); }
.scene-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.scene-head .kicker { margin-bottom: 18px; }
.scene-head h2 { margin-bottom: 0; }
.scene-head .lede { margin-top: 20px; }

/* Numbered rows (Aethera style) */
.numrows { border-top: 1px solid var(--line); }
.numrow {
  display: grid; grid-template-columns: 110px 1.1fr 1.6fr auto; gap: 26px; align-items: center;
  padding: 34px 0; border-bottom: 1px solid var(--line);
  transition: background-color .25s;
}
.numrow:hover { background: linear-gradient(90deg, transparent, var(--sun-soft) 50%, transparent); }
.numrow .no { font-family: var(--display); font-size: 30px; color: var(--ink-dim); font-variant-numeric: tabular-nums; }
.numrow .no b { color: var(--sun-deep); font-weight: 500; }
.numrow h3 { font-family: var(--display); font-weight: 500; font-size: 27px; }
.numrow h3 .hindi { color: var(--sun-deep); font-size: 22px; margin-left: 8px; }
.numrow p { color: var(--ink-soft); font-size: 15.5px; max-width: 52ch; }
.numrow .arr {
  width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line-strong);
  display: inline-flex; align-items: center; justify-content: center; color: var(--ink-soft);
  transition: background-color .25s, color .25s, transform .3s;
}
.numrow:hover .arr { background: var(--ink); color: var(--bg); transform: rotate(-45deg); }
@media (max-width: 860px) {
  .numrow { grid-template-columns: 56px 1fr; }
  .numrow p { grid-column: 2; }
  .numrow .arr { display: none; }
}

/* ─── Stats ─── */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 44px 30px; text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat .v { font-family: var(--display); font-size: clamp(44px, 4.6vw, 68px); line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.stat .v em { font-style: normal; color: var(--sun-deep); }
.stat .k { margin-top: 10px; font-size: 13.5px; color: var(--ink-dim); letter-spacing: .02em; }
@media (max-width: 860px) {
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2n) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

/* ─── Horizontal programs gallery (pinned scrub) ─── */
.hwrap { position: relative; overflow: hidden; background: var(--bg-soft); }
.htrack {
  display: flex; gap: 26px; padding: 0 28px; align-items: stretch; width: max-content;
  will-change: transform;
}
.hcard {
  position: relative; width: min(430px, 78vw); border-radius: var(--r); overflow: hidden;
  background: var(--card); box-shadow: var(--shadow-soft); display: flex; flex-direction: column;
  border: 1px solid var(--line);
  transition: box-shadow .3s;
}
.hcard:hover { box-shadow: var(--shadow-float); }
.hcard .im { height: 250px; overflow: hidden; }
.hcard .im img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.3,1); will-change: transform; }
.hcard:hover .im img { transform: scale(1.05); }
.hcard .bd { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.hcard .tag { font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sun-deep); }
.hcard h3 { font-family: var(--display); font-weight: 500; font-size: 24px; }
.hcard p { font-size: 14.5px; color: var(--ink-soft); flex: 1; }
.hcard .go { font-weight: 600; font-size: 14.5px; color: var(--sindoor); display: inline-flex; align-items: center; gap: 7px; }
.hcard .go .ga { transition: transform .25s; display: inline-flex; }
.hcard:hover .go .ga { transform: translateX(5px); }
.hint-scroll { display: flex; align-items: center; gap: 10px; color: var(--ink-dim); font-size: 13.5px; padding: 18px 28px 0; }

/* ─── Poem breaker (photo + line) ─── */
.poem { position: relative; overflow: hidden; border-radius: var(--r); }
.poem img { width: 100%; height: clamp(380px, 62vh, 560px); object-fit: cover; will-change: transform; }
.poem .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,10,.05), rgba(20,16,10,.42) 82%); }
.poem .line-box { position: absolute; left: 0; right: 0; bottom: 40px; text-align: center; color: #fff; padding: 0 20px; }
.poem .line-box .hindi { font-size: clamp(26px, 3.6vw, 42px); text-shadow: 0 2px 24px rgba(0,0,0,.45); }
.poem .line-box .gl { font-size: 14px; opacity: .92; margin-top: 8px; letter-spacing: .04em; }

/* ─── Archive strip ─── */
.strip { display: flex; gap: 20px; overflow-x: auto; padding: 6px 28px 22px; scroll-snap-type: x proximity; cursor: grab; }
.strip::-webkit-scrollbar { height: 6px; }
.strip::-webkit-scrollbar-track { background: var(--line); border-radius: 3px; }
.strip::-webkit-scrollbar-thumb { background: var(--sun); border-radius: 3px; }
.strip figure {
  flex: 0 0 auto; width: min(440px, 80vw); border-radius: var(--r); overflow: hidden;
  position: relative; scroll-snap-align: center; box-shadow: var(--shadow-soft); background: var(--card);
}
.strip img { width: 100%; height: 290px; object-fit: cover; cursor: zoom-in; }
.strip figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 18px 13px;
  color: #fff; font-size: 13.5px; font-weight: 500;
  background: linear-gradient(180deg, transparent, rgba(20,16,10,.75));
}

/* ─── Appeal (their film) ─── */
.appeal { display: grid; grid-template-columns: 420px 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
@media (max-width: 900px) { .appeal { grid-template-columns: 1fr; } }
.appeal .film {
  border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-float);
  border: 6px solid var(--card); background: #111; max-width: 420px; margin: 0 auto;
}
.appeal .film video { aspect-ratio: 1/1; object-fit: cover; width: 100%; }
.appeal blockquote .hindi { font-size: clamp(25px, 2.8vw, 36px); line-height: 1.55; color: var(--ink); }
.appeal blockquote footer { margin-top: 16px; font-size: 14.5px; color: var(--ink-dim); }

/* ─── Trust ─── */
.trust-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.tb {
  border: 1.5px solid var(--line-strong); border-radius: var(--pill);
  padding: 10px 22px; font-size: 14.5px; font-weight: 600; color: var(--ink-soft);
  display: inline-flex; align-items: center; gap: 9px; background: var(--card);
}
.tb b { color: var(--sun-deep); font-weight: 700; }
.vgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .vgrid { grid-template-columns: 1fr; } }
.vtile {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 26px; transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s;
}
.vtile:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); }
.vtile .ic {
  width: 44px; height: 44px; border-radius: 13px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
}
.vtile h3 { font-size: 17.5px; margin-bottom: 5px; }
.vtile p { font-size: 14px; color: var(--ink-soft); }
.vtile:nth-child(3n+1) .ic { background: var(--sun-soft); }
.vtile:nth-child(3n+2) .ic { background: var(--sky-soft); }
.vtile:nth-child(3n+3) .ic { background: var(--leaf-soft); }

/* ─── CTA finale ─── */
.finale {
  position: relative; text-align: center; overflow: hidden;
  background: linear-gradient(175deg, var(--sun-soft), var(--bg) 70%);
  border-top: 1px solid var(--line);
}
.finale h2 { max-width: 18ch; margin: 0 auto; }
.finale .cta-row { display: flex; gap: 14px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
.finale .spin-badge {
  position: absolute; right: 7vw; top: 54px; width: 118px; height: 118px;
  background: var(--card); border-radius: 50%; box-shadow: var(--shadow-float);
  display: flex; align-items: center; justify-content: center; pointer-events: none;
}
.finale .spin-badge svg.ring { position: absolute; inset: 7px; animation: sb 24s linear infinite; }
.finale .spin-badge text { font-size: 11px; font-weight: 700; letter-spacing: .28em; fill: var(--sun-deep); text-transform: uppercase; font-family: var(--sans); }
@keyframes sb { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .finale .spin-badge svg.ring { animation: none; } }
@media (max-width: 980px) { .finale .spin-badge { display: none; } }

/* ─── Page hero (inner) ─── */
.page-hero { padding: 170px 0 64px; }
.page-hero .kicker { margin-bottom: 18px; }
.page-hero h1 { font-size: clamp(40px, 5.6vw, 72px); max-width: 18ch; }
.page-hero .lede { margin-top: 22px; max-width: 62ch; }
.crumbs { font-size: 13.5px; color: var(--ink-dim); margin-bottom: 26px; }
.crumbs a { color: var(--ink-soft); }
.crumbs a:hover { color: var(--ink); }

/* ─── Content blocks (inner pages) ─── */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.photo-soft { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-float); position: relative; }
.photo-soft img { width: 100%; height: 430px; object-fit: cover; will-change: transform; }
.photo-soft .cap {
  position: absolute; left: 14px; bottom: 14px; background: rgba(30,25,18,.82); color: #fff;
  font-size: 12.5px; padding: 8px 14px; border-radius: 10px; max-width: 86%;
}
.prose p { margin-bottom: 17px; color: var(--ink-soft); font-size: 16.5px; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--sindoor); font-weight: 600; }
.checklist { list-style: none; margin: 16px 0; display: flex; flex-direction: column; gap: 11px; }
.checklist li { position: relative; padding-left: 32px; color: var(--ink-soft); font-size: 15.5px; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 19px; height: 19px;
  border-radius: 50%; background: var(--leaf-soft); border: 1.5px solid var(--leaf);
}
.checklist li::after {
  content: ""; position: absolute; left: 5px; top: 9px; width: 8px; height: 4.5px;
  border-left: 2px solid var(--leaf); border-bottom: 2px solid var(--leaf); transform: rotate(-45deg);
}
.aims { counter-reset: aim; display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; border-top: 1px solid var(--line); }
@media (max-width: 800px) { .aims { grid-template-columns: 1fr; } }
.aims li {
  list-style: none; counter-increment: aim; position: relative;
  padding: 20px 0 20px 64px; border-bottom: 1px solid var(--line);
  color: var(--ink-soft); font-size: 15px;
}
.aims li::before {
  content: counter(aim, decimal-leading-zero);
  position: absolute; left: 0; top: 18px;
  font-family: var(--display); font-size: 24px; color: var(--sun-deep);
}
.people { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 980px) { .people { grid-template-columns: repeat(2, 1fr); } }
.person { text-align: center; padding: 30px 18px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); transition: transform .3s, box-shadow .3s; }
.person:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); }
.person img { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; border: 3px solid var(--sun-soft); box-shadow: 0 0 0 1.5px var(--sun); }
.person .nm { font-weight: 600; font-size: 15.5px; }
.person .rl { font-size: 13px; color: var(--ink-dim); margin-top: 3px; }
.person .avatar-fallback {
  width: 104px; height: 104px; border-radius: 50%; margin: 0 auto 16px;
  background: var(--sun-soft); color: var(--sun-deep); font-family: var(--display);
  font-size: 30px; display: flex; align-items: center; justify-content: center;
}
.cardgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 860px) { .cardgrid { grid-template-columns: 1fr; } }
.bigcard {
  border-radius: var(--r); overflow: hidden; background: var(--card); border: 1px solid var(--line);
  transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s; display: flex; flex-direction: column;
}
.bigcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-float); }
.bigcard .im { height: 240px; overflow: hidden; }
.bigcard .im img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.3,1); }
.bigcard:hover .im img { transform: scale(1.05); }
.bigcard .bd { padding: 26px 28px 28px; }
.bigcard h3 { font-family: var(--display); font-weight: 500; font-size: 25px; margin-bottom: 8px; }
.bigcard p { color: var(--ink-soft); font-size: 15px; }
.bigcard .go { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--sindoor); font-weight: 600; font-size: 15px; }
.price-pills { display: flex; gap: 14px; margin: 20px 0; flex-wrap: wrap; }
.price-pill { border: 1.5px solid var(--line-strong); background: var(--card); border-radius: 18px; padding: 16px 28px; text-align: center; }
.price-pill .amt { font-family: var(--display); font-size: 30px; color: var(--sun-deep); }
.price-pill .per { font-size: 12.5px; color: var(--ink-dim); }
.note-box {
  background: var(--sun-soft); border: 1px solid #f4dfae; border-radius: 14px;
  padding: 16px 20px; font-size: 14.5px; color: var(--ink-soft);
}
.contact-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .contact-tiles { grid-template-columns: 1fr; } }
.ctile { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 30px; }
.ctile h3 { margin: 14px 0 8px; }
.ctile p { color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.ctile a { color: var(--sindoor); font-weight: 600; }
.steps4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 860px) { .steps4 { grid-template-columns: 1fr 1fr; } }
.step4 { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.step4 .n { font-family: var(--display); color: var(--sun-deep); font-size: 19px; margin-bottom: 6px; }
.step4 p { font-size: 13.5px; color: var(--ink-soft); }
.step4 a { color: var(--sindoor); font-weight: 600; }

/* ─── Footer ─── */
.site-foot { border-top: 1px solid var(--line); padding: 74px 0 34px; background: var(--bg); position: relative; overflow: hidden; }
.site-foot .big-motto {
  font-family: var(--deva); font-size: clamp(54px, 9vw, 130px); line-height: 1.2;
  color: var(--ink); letter-spacing: 0;
  padding-bottom: 44px; border-bottom: 1px solid var(--line); margin-bottom: 44px;
}
.site-foot .big-motto .lat { display: block; font-family: var(--display); font-size: clamp(15px, 1.6vw, 20px); color: var(--ink-dim); font-style: italic; margin-top: 10px; }
.site-foot .cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 44px; }
@media (max-width: 900px) { .site-foot .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .site-foot .cols { grid-template-columns: 1fr; } }
.site-foot h4 { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--sun-deep); margin-bottom: 16px; font-weight: 700; }
.site-foot ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.site-foot a { color: var(--ink-soft); font-size: 14.5px; }
.site-foot a:hover { color: var(--sindoor); }
.site-foot p { font-size: 14px; color: var(--ink-soft); line-height: 1.7; }
.site-foot .legal { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--ink-dim); }

/* ─── Motion primitives (JS adds .on) ─── */
.rv { opacity: 0; transform: translateY(34px); }
.rv.on { opacity: 1; transform: none; transition: opacity .9s cubic-bezier(.2,.7,.3,1), transform .9s cubic-bezier(.2,.7,.3,1); }
.no-js .rv { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; } }

.w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .1em; margin-bottom: -.1em; }
.wi { display: inline-block; transform: translateY(112%); will-change: transform; }
.no-js .wi { transform: none; }
@media (prefers-reduced-motion: reduce) { .wi { transform: none; } }

.mask-img { overflow: hidden; }
.mask-img img { will-change: transform, clip-path; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 400; background: rgba(20,16,10,.94); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 78vh; border-radius: 10px; object-fit: contain; }
.lb-cap { color: #eadfc8; margin-top: 14px; font-size: 14px; }
.lb-close { position: absolute; top: 16px; right: 22px; font-size: 42px; background: none; border: 0; color: #fff; cursor: pointer; line-height: 1; padding: 8px; }

/* Donate pill (mobile) */
.donate-pill {
  position: fixed; right: 16px; bottom: 16px; z-index: 250; display: none;
  background: var(--sindoor); color: #fff; font-weight: 700; font-size: 15px;
  padding: 15px 24px; border-radius: var(--pill); box-shadow: 0 10px 30px rgba(176,58,21,.4);
}
@media (max-width: 720px) { .donate-pill { display: inline-flex; } }

.progress { position: fixed; top: 0; left: 0; height: 2.5px; width: 0; z-index: 300; background: var(--sindoor); }

::selection { background: var(--sun); color: var(--ink); }
