/* Zoro Foundation: site styles */
/* Rupee sign always set in Inter, whatever the surrounding face */
@font-face { font-family: "Rupee"; src: url("/assets/inter-rupee.woff2") format("woff2"); font-weight: 100 900; font-display: swap; unicode-range: U+20B9; }
:root {
  --purple: #7143AD; --purple-deep: #4A2A7A; --purple-ink: #2B1848; --purple-tint: #E9E0F5; --purple-wash: #F6F2FB;
  --gold: #F4B63F; --gold-deep: #C98F12; --gold-ink: #5A3D03;
  --ink: #1B1522; --ink-2: #3D3449; --ink-3: #665C74; --line: #E4DFEA; --bg: #FFFFFF; --bg-2: #FAF8FC;
  --leaf: #2F8F6B; --danger: #B3261E;
  --display: "Rupee", "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --body: "Rupee", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1160px; --gutter: clamp(20px, 5vw, 48px);
  --r: 20px; --r-sm: 12px;
  --shadow: 0 1px 2px rgba(27,21,34,.06), 0 24px 48px -24px rgba(43,24,72,.35);
  --shadow-sm: 0 1px 2px rgba(27,21,34,.06), 0 12px 28px -16px rgba(43,24,72,.3);
  --ease: cubic-bezier(.16,1,.3,1);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scrollbar-color: var(--purple) var(--purple-wash); }
::selection { background: var(--purple-tint); color: var(--purple-ink); }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 16.5px/1.7 var(--body); overflow-x: hidden; caret-color: var(--purple); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--purple-deep); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
a:hover { color: var(--purple); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.1; letter-spacing: -.025em; margin: 0 0 .45em; color: var(--ink); text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 5.4vw, 4.2rem); font-weight: 800; letter-spacing: -.035em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.4rem); }
h1 em, h2 em, h3 em { font-style: normal; color: var(--purple); }
p { margin: 0 0 1em; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { top: 12px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(80px, 11vw, 160px) 0; }
.section-soft { background: var(--bg-2); }
.section-purple { background: var(--purple); color: #fff; }
.section-purple h2, .section-purple h3 { color: #fff; }
.section-purple h2 em { color: var(--gold); }
.section-purple p { color: #E8DFF5; }
.section-purple a { color: #fff; }
.section-ink { background: var(--purple-ink); color: #fff; }
.section-ink h2, .section-ink h3 { color: #fff; }
.section-ink h2 em { color: var(--gold); }
.section-ink p { color: #D6CBE8; }
.section-ink a { color: #fff; }
.lede { font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.65; color: var(--ink-2); max-width: 54ch; }
.section-purple .lede { color: #EDE6F7; } .section-ink .lede { color: #D6CBE8; }
.head-block { max-width: 700px; margin-bottom: clamp(48px, 7vw, 88px); }
.head-block h2 { margin-bottom: .55em; }
.head-block.center { margin-left: auto; margin-right: auto; text-align: center; }
.head-block.center .lede { margin-left: auto; margin-right: auto; }
.kicker { display: inline-block; font: 600 .78rem/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--purple); margin-bottom: 22px; }
.section-purple .kicker, .section-ink .kicker, .hero .kicker, .cover .kicker { color: var(--gold); }
.muted { color: var(--ink-3); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 28px; border-radius: 999px; border: 2px solid var(--purple); background: var(--purple); color: #fff; font: 600 1rem/1 var(--body); text-decoration: none; cursor: pointer; transition: transform .25s var(--ease), background-color .2s, color .2s, box-shadow .25s; white-space: nowrap; }
.btn:hover { background: var(--purple-deep); border-color: var(--purple-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 24px -14px rgba(74,42,122,.7); }
.btn:active { transform: translateY(0); }
.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn-gold:hover { background: #F7C255; border-color: #F7C255; color: var(--ink); box-shadow: 0 14px 24px -14px rgba(201,143,18,.8); }
.btn-ghost { background: transparent; color: var(--purple-deep); }
.btn-ghost:hover { background: var(--purple-wash); color: var(--purple-deep); box-shadow: none; }
.btn-light { background: #fff; border-color: #fff; color: var(--purple-deep); }
.btn-light:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn-outline-light { background: transparent; border-color: rgba(255,255,255,.6); color: #fff; }
.btn-outline-light:hover { background: #fff; border-color: #fff; color: var(--purple-deep); }
.btn-sm { min-height: 44px; padding: 0 20px; font-size: .94rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .6; cursor: progress; transform: none; }
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Header */
.site-head { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9); backdrop-filter: saturate(1.6) blur(12px); -webkit-backdrop-filter: saturate(1.6) blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-head.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 24px -20px rgba(27,21,34,.4); }
.head-row { display: flex; align-items: center; gap: 24px; height: 88px; }
.brand img { height: 44px; width: auto; }
.nav { margin-left: auto; }
.nav-links { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a { display: block; padding: 10px 14px; border-radius: 999px; color: var(--ink-2); font-weight: 500; font-size: .97rem; text-decoration: none; }
.nav-links a:hover { background: var(--purple-wash); color: var(--purple-deep); }
.nav-links a[aria-current="page"] { color: var(--purple-deep); background: var(--purple-wash); }
.head-cta { min-height: 46px; padding: 0 22px; }
.nav-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; position: relative; }
.nav-toggle .bars, .nav-toggle .bars::before, .nav-toggle .bars::after { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; }
.nav-toggle .bars { top: 50%; margin-top: -1px; }
.nav-toggle .bars::before, .nav-toggle .bars::after { content: ""; left: 0; right: 0; }
.nav-toggle .bars::before { top: -7px; } .nav-toggle .bars::after { top: 7px; }
.nav-toggle[aria-expanded="true"] .bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .bars::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bars::after { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { border-top: 1px solid var(--line); background: #fff; }
.mobile-nav ul { list-style: none; margin: 0; padding: 12px var(--gutter) 24px; display: grid; }
.mobile-nav a:not(.btn) { display: block; padding: 15px 4px; font: 700 1.6rem/1.1 var(--display); color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); }
.mobile-nav a[aria-current="page"] { color: var(--purple); }
.mobile-nav .btn { margin-top: 18px; width: 100%; }
@media (max-width: 900px) { .nav, .head-cta { display: none; } .nav-toggle { display: block; } .head-row { height: 68px; } .brand img { height: 38px; } }
@media (min-width: 901px) { .mobile-nav { display: none !important; } }

/* Photo hero */
.hero { position: relative; color: #fff; min-height: min(94vh, 900px); display: grid; align-items: center; padding: clamp(72px, 10vw, 140px) 0 clamp(80px, 10vw, 150px); isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(27,17,45,.86) 0%, rgba(27,17,45,.72) 45%, rgba(27,17,45,.35) 100%), linear-gradient(0deg, rgba(27,17,45,.6), transparent 40%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.hero h1 { color: #fff; margin-bottom: .5em; max-width: 12ch; }
.hero h1 em { color: var(--gold); }
.hero .lede { color: #EDE6F7; margin-bottom: 40px; max-width: 46ch; }
.hero-facts { display: none; gap: 10px 26px; margin: 30px 0 0; padding: 0; list-style: none; font-size: .95rem; color: #D6CBE8; }
.hero-facts b { color: #fff; font-weight: 600; }
.hero-note { margin-top: 32px; font-size: .9rem; color: #D6CBE8; display: flex; align-items: center; gap: 10px; }
.hero-note svg { flex: none; color: var(--gold); }
.photo-credit { position: absolute; right: 16px; bottom: 12px; font-size: .72rem; color: rgba(255,255,255,.7); letter-spacing: .04em; z-index: 1; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; } .hero { min-height: 0; } .hero::before { background: linear-gradient(180deg, rgba(27,17,45,.82), rgba(27,17,45,.86)); } }

/* Calculator */
.calc { background: #fff; color: var(--ink); border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; }
.calc-head { padding: 34px clamp(24px, 3.4vw, 40px) 0; }
.calc-head h2 { font-size: 1.4rem; margin-bottom: 6px; }
.calc-head p { color: var(--ink-3); margin: 0; font-size: .95rem; }
.calc-units { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 26px clamp(24px, 3.4vw, 40px) 0; }
.calc-units label { position: relative; cursor: pointer; }
.calc-units input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.calc-units span { display: grid; gap: 4px; padding: 14px 8px 12px; text-align: center; font: 600 .8rem/1.2 var(--body); color: var(--ink-2); border: 1.5px solid var(--line); border-radius: var(--r-sm); min-height: 66px; align-content: center; transition: background-color .2s, border-color .2s, color .2s; }
.calc-units span em { font-style: normal; font: 800 1.1rem/1.2 var(--display); color: var(--ink); }
.calc-units label:hover span { border-color: var(--purple); }
.calc-units input:checked + span { background: var(--purple); border-color: var(--purple); color: #fff; }
.calc-units input:checked + span em { color: var(--gold); }
.calc-units input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.calc-body { padding: 30px clamp(24px, 3.4vw, 40px) 10px; }
.calc-read { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 6px; }
.calc-count { font: 800 clamp(2.4rem, 4.6vw, 3.2rem)/1 var(--display); letter-spacing: -.03em; color: var(--purple); }
.calc-count small { font: 600 .95rem/1 var(--body); color: var(--ink-3); margin-left: 8px; }
.calc-amt { font: 800 clamp(1.7rem, 3vw, 2.3rem)/1 var(--display); letter-spacing: -.02em; color: var(--ink); }
.calc-line { font-size: .95rem; color: var(--ink-2); min-height: 1.6em; margin: 0 0 22px; }
.calc-line b { color: var(--purple-deep); font-weight: 600; }
.range { -webkit-appearance: none; appearance: none; width: 100%; height: 34px; background: transparent; margin: 0; cursor: pointer; }
.range::-webkit-slider-runnable-track { height: 10px; background: linear-gradient(90deg, var(--purple) var(--fill, 0%), var(--purple-tint) var(--fill, 0%)); border-radius: 5px; }
.range::-moz-range-track { height: 10px; background: var(--purple-tint); border-radius: 5px; }
.range::-moz-range-progress { height: 10px; background: var(--purple); border-radius: 5px; }
.range::-webkit-slider-thumb { -webkit-appearance: none; width: 30px; height: 30px; margin-top: -10px; border-radius: 50%; background: #fff; border: 4px solid var(--purple); box-shadow: 0 4px 12px -2px rgba(43,24,72,.45); transition: transform .15s var(--ease); }
.range::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 4px solid var(--purple); box-shadow: 0 4px 12px -2px rgba(43,24,72,.45); }
.range:hover::-webkit-slider-thumb, .range:active::-webkit-slider-thumb { transform: scale(1.1); }
.range:focus-visible { outline: none; }
.range:focus-visible::-webkit-slider-thumb { outline: 3px solid var(--gold); outline-offset: 3px; }
.range-marks { display: flex; justify-content: space-between; font: 600 .74rem/1 var(--body); letter-spacing: .06em; color: var(--ink-3); text-transform: uppercase; margin: 2px 2px 0; }
.calc-presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 22px clamp(24px, 3.4vw, 40px) 0; }
.preset { display: grid; gap: 2px; text-align: center; padding: 12px 6px 10px; border: 1.5px solid var(--line); border-radius: var(--r-sm); background: #fff; color: var(--ink); font: 600 .74rem/1.1 var(--body); cursor: pointer; text-decoration: none; transition: border-color .2s, background-color .2s, transform .2s var(--ease); }
.preset b { font: 700 1.25rem/1 var(--display); }
.preset small { color: var(--ink-3); font-size: .7rem; letter-spacing: .04em; text-transform: uppercase; }
.preset:hover { border-color: var(--purple); background: var(--purple-wash); transform: translateY(-2px); color: var(--ink); }
.calc-go { margin: 24px clamp(24px, 3.4vw, 40px) 0; }
.calc-go .btn { width: 100%; min-height: 60px; font-size: 1.08rem; }
.calc-foot { padding: 18px clamp(24px, 3.4vw, 40px) 30px; font-size: .82rem; line-height: 1.55; color: var(--ink-3); margin: 0; }
@media (max-width: 480px) { .calc-units span { font-size: .72rem; padding: 10px 5px; } .calc-presets { grid-template-columns: repeat(2, 1fr); } }

/* Trust strip */
.trust { background: var(--bg-2); border-bottom: 1px solid var(--line); }
.trust ul { list-style: none; margin: 0; padding: 34px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 40px; }
.trust li { display: flex; align-items: center; gap: 14px; font-size: .92rem; line-height: 1.5; color: var(--ink-2); }
.trust li svg { flex: none; color: var(--purple); }
.trust b { color: var(--ink); font-weight: 600; }
@media (max-width: 900px) { .trust ul { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .trust ul { grid-template-columns: 1fr; } }

/* Photo cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3.5vw, 40px); }
.pcard { display: flex; flex-direction: column; background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); text-decoration: none; color: inherit; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); color: inherit; }
.pcard .pic { aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.pcard .pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.pcard:hover .ph img { transform: scale(1.05); }
.pcard .body { padding: 30px 32px 32px; display: flex; flex-direction: column; flex: 1; }
.pcard .tag { display: inline-block; align-self: flex-start; font: 600 .72rem/1 var(--body); letter-spacing: .12em; text-transform: uppercase; padding: 8px 11px; border-radius: 999px; background: var(--purple-wash); color: var(--purple-deep); margin-bottom: 18px; }
.pcard h3 { font-size: 1.25rem; margin-bottom: .5em; }
.pcard p { color: var(--ink-2); font-size: .95rem; line-height: 1.7; flex: 1; }
.pcard .cost { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: baseline; gap: 10px; }
.pcard .cost b { font: 700 1.7rem/1 var(--display); color: var(--purple); }
.pcard .cost span { font-size: .88rem; color: var(--ink-3); }
.pcard .more { margin-top: 16px; font-weight: 600; color: var(--purple-deep); }
@media (max-width: 960px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .cards { grid-template-columns: 1fr; } }

/* Stories */
.stories { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(24px, 3.5vw, 40px); }
.story { background: #fff; color: var(--ink); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.story .pic { aspect-ratio: 16 / 9; overflow: hidden; }
.story .pic img { width: 100%; height: 100%; object-fit: cover; }
.story .body { padding: 30px 36px 34px; display: flex; flex-direction: column; flex: 1; }
.story blockquote { margin: 0 0 16px; letter-spacing: -.015em; font: 700 clamp(1.15rem, 1.6vw, 1.35rem)/1.35 var(--display); color: var(--purple-ink); text-wrap: pretty; }
.story p { color: var(--ink-2); font-size: .95rem; line-height: 1.7; flex: 1; }
.story .unit { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: .9rem; color: var(--ink-3); }
.story .unit b { color: var(--purple-deep); font-weight: 600; }
.story .name { font: 600 .74rem/1 var(--body); letter-spacing: .12em; text-transform: uppercase; color: var(--purple); margin-bottom: 14px; }
.stories-note { margin-top: 40px; font-size: .9rem; max-width: 76ch; }
.section-purple .stories-note { color: #D6CBE8; }
@media (max-width: 760px) { .stories { grid-template-columns: 1fr; } }

/* Ledger / stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.14); border-radius: var(--r); overflow: hidden; }
.stat { background: rgba(255,255,255,.06); padding: 40px 32px; }
.stat b { display: block; font: 800 clamp(2rem, 4vw, 3rem)/1 var(--display); letter-spacing: -.03em; color: #fff; margin-bottom: 8px; font-variant-numeric: tabular-nums; }
.stat span { color: #D6CBE8; font-size: .95rem; }
.stats-note { margin-top: 18px; font-size: .9rem; color: #B8AACF; max-width: 76ch; }
@media (max-width: 760px) { .stats { grid-template-columns: 1fr 1fr; } }

/* Steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3.5vw, 40px); counter-reset: s; }
.steps li { position: relative; padding: 36px 34px 38px; background: #fff; border-radius: var(--r); box-shadow: var(--shadow-sm); }
.steps li::before { counter-increment: s; content: counter(s); display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--ink); font: 700 1.35rem/1 var(--display); margin-bottom: 18px; }
.steps h3 { font-size: 1.2rem; margin-bottom: .3em; }
.steps p { margin: 0; color: var(--ink-2); }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }

/* Split with photo */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.split.reverse > :first-child { order: 2; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split.reverse > :first-child { order: 0; } }
.photo { position: relative; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo.tall { aspect-ratio: 4 / 5; }
.photo figcaption, .rep { position: absolute; left: 14px; bottom: 12px; font: 500 .72rem/1 var(--body); letter-spacing: .06em; text-transform: uppercase; color: #fff; background: rgba(27,21,34,.55); padding: 6px 9px; border-radius: 999px; backdrop-filter: blur(6px); }
.checklist { list-style: none; padding: 0; margin: 0 0 1.8em; display: grid; gap: 16px; }
.checklist li { position: relative; padding-left: 34px; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--purple-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A2A7A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 14px no-repeat; }
.section-purple .checklist li::before, .section-ink .checklist li::before { background-color: rgba(255,255,255,.15); }

/* Gallery strip */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery figure { margin: 0; position: relative; border-radius: var(--r-sm); overflow: hidden; aspect-ratio: 1; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figure:nth-child(1) { grid-row: span 2; aspect-ratio: auto; }
@media (max-width: 700px) { .gallery { grid-template-columns: 1fr 1fr; } .gallery figure:nth-child(1) { grid-row: auto; aspect-ratio: 1; } }

/* Cover CTA */
.cover { position: relative; color: #fff; border-radius: var(--r); overflow: hidden; padding: clamp(56px, 9vw, 120px) clamp(28px, 6vw, 96px); isolation: isolate; }
.cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cover::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(43,24,72,.92), rgba(43,24,72,.55)); }
.cover h2 { color: #fff; max-width: 18ch; }
.cover p { color: #E8DFF5; max-width: 46ch; margin-bottom: 1.8em; }
.cover .rep { left: auto; right: 14px; }

/* Facts */
.facts { display: grid; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; }
.facts div { display: grid; grid-template-columns: 220px 1fr; gap: 20px; padding: 24px 30px; border-top: 1px solid var(--line); }
.facts div:first-child { border-top: 0; }
.facts dt { font-weight: 600; color: var(--purple-deep); }
.facts dd { margin: 0; color: var(--ink-2); }
@media (max-width: 560px) { .facts div { grid-template-columns: 1fr; gap: 2px; } }

/* Inner page hero */
.page-hero { position: relative; color: #fff; padding: clamp(72px, 10vw, 140px) 0 clamp(64px, 9vw, 120px); isolation: isolate; }
.page-hero .hero-bg { position: absolute; inset: 0; z-index: -2; }
.page-hero .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(27,17,45,.9), rgba(27,17,45,.55)); }
.page-hero.plain { background: var(--purple-ink); }
.page-hero.plain::before { display: none; }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.6rem); max-width: 16ch; }
.page-hero .lede { color: #E8DFF5; }
.page-hero a { color: #fff; }
.crumbs { font-size: .88rem; color: #D6CBE8; margin-bottom: 18px; }
.crumbs a { color: #D6CBE8; }

/* Programme sections */
.programme { padding: clamp(64px, 9vw, 128px) 0; scroll-margin-top: 96px; }
.programme + .programme { border-top: 1px solid var(--line); }
.cost-box { margin-top: 22px; padding: 18px 22px; background: var(--purple-wash); border-radius: var(--r-sm); display: flex; gap: 16px; align-items: baseline; flex-wrap: wrap; }
.cost-box b { font: 700 2rem/1 var(--display); color: var(--purple); }
.cost-box span { color: var(--ink-2); font-size: .95rem; }

/* People */
.people { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 36px); }
.person { background: #fff; border-radius: var(--r); padding: 34px; box-shadow: var(--shadow-sm); }
.person h3 { margin: 14px 0 2px; font-size: 1.15rem; }
.person p { color: var(--ink-2); margin: 0; font-size: .96rem; }
.person .avatar { width: 64px; height: 64px; display: grid; place-items: center; background: var(--purple-wash); border-radius: 50%; font: 700 1.8rem/1 var(--display); color: var(--purple); }
@media (max-width: 800px) { .people { grid-template-columns: 1fr; } }

/* Forms */
.form { display: grid; gap: 22px; }
.field { display: grid; gap: 7px; }
.field label, .field legend { font-weight: 600; font-size: .95rem; color: var(--ink-2); }
.field .hint { font-size: .85rem; color: var(--ink-3); font-weight: 400; }
.req { color: var(--danger); }
.input, select.input, textarea.input { width: 100%; min-height: 54px; padding: 12px 16px; border: 1.5px solid var(--line); border-radius: var(--r-sm); background: #fff; font: 400 1rem/1.4 var(--body); color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.input::placeholder { color: #8A819A; }
textarea.input { min-height: 140px; resize: vertical; }
select.input { appearance: none; -webkit-appearance: none; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233D3449' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 14px center / 18px no-repeat; padding-right: 44px; }
.input:hover { border-color: #C9BEDB; }
.input:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 4px rgba(113,67,173,.18); }
.input[aria-invalid="true"] { border-color: var(--danger); }
.err { color: var(--danger); font-size: .86rem; font-weight: 500; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .row-2 { grid-template-columns: 1fr; } }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: .94rem; color: var(--ink-2); }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--purple); flex: none; }
.money { position: relative; }
.money::before { content: "₹"; position: absolute; left: 16px; top: 50%; transform: translateY(-50%); font-weight: 600; color: var(--ink-3); }
.money .input { padding-left: 36px; font-weight: 600; }
.notice { padding: 14px 18px; border-radius: var(--r-sm); font-size: .95rem; }
.notice-info { background: var(--purple-wash); color: var(--purple-ink); }
.notice-error { background: #FCE8E6; color: #7A1A14; }
.notice-ok { background: #E3F3EC; color: #1C5A42; }

/* Donate */
.donate-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.donate-form { background: #fff; border-radius: var(--r); padding: clamp(28px, 4vw, 48px); box-shadow: var(--shadow); }
.donate-form h2 { font-size: 1.4rem; margin: 6px 0 14px; }
.donate-form hr { border: 0; border-top: 1px solid var(--line); margin: 12px 0; }
.summary { position: sticky; top: 104px; display: grid; gap: 20px; }
.card { background: #fff; border-radius: var(--r); padding: 32px; box-shadow: var(--shadow-sm); }
.card p:last-child { margin-bottom: 0; }
.summary-amt { font: 800 2.8rem/1 var(--display); letter-spacing: -.03em; color: var(--purple); margin: 4px 0 6px; }
.summary-units { font-size: .95rem; color: var(--ink-2); margin: 0; }
.secure { display: flex; gap: 10px; align-items: center; font-size: .9rem; color: var(--ink-3); }
.secure svg { flex: none; color: var(--leaf); }
@media (max-width: 900px) { .donate-grid { grid-template-columns: 1fr; } .summary { position: static; } }

/* FAQ */
.faq { display: grid; gap: 12px; max-width: 860px; }
.faq-group { margin-top: 44px; }
.faq-group:first-child { margin-top: 0; }
.faq-group h2 { font-size: 1.5rem; margin-bottom: 16px; }
.faq details { background: #fff; border-radius: var(--r-sm); box-shadow: var(--shadow-sm); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 60px 20px 22px; font-weight: 600; font-size: 1.04rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 20px; top: 50%; width: 26px; height: 26px; margin-top: -13px; border-radius: 50%; background: var(--purple-wash) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A2A7A' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E") center / 12px no-repeat; transition: transform .25s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .answer { padding: 0 22px 20px; color: var(--ink-2); }
.faq .answer p:last-child { margin: 0; }

/* Prose */
.prose { max-width: 720px; }
.prose h2 { font-size: 1.5rem; margin-top: 1.8em; }
.prose ul { padding-left: 1.2em; } .prose li { margin-bottom: .4em; }
.prose .updated { color: var(--ink-3); font-size: .92rem; }

/* Thank-you */
.ty { max-width: 700px; margin: 0 auto; text-align: center; }
.ty-mark { width: 92px; height: 92px; margin: 0 auto 26px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; color: var(--ink); animation: pop .6s var(--ease) both; }
@keyframes pop { from { transform: scale(.4); opacity: 0; } to { transform: none; opacity: 1; } }
.receipt { text-align: left; margin: 32px 0; }
.share { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }

/* Footer */
.site-foot { background: var(--purple-ink); color: #C7BBDD; padding: clamp(56px, 7vw, 96px) 0 32px; }
.site-foot a { color: #F1ECF8; text-decoration: none; }
.site-foot a:hover { color: var(--gold); }
.site-foot .btn-gold, .site-foot .btn-gold:hover { color: var(--ink); }
.site-foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 56px; }
.foot-brand img { height: 50px; width: auto; margin-bottom: 14px; }
.foot-brand p { margin-bottom: 8px; }
.foot-brand .btn { margin-top: 16px; }
.foot-status { font-size: .88rem; color: #B8AACF; }
.foot-h { font: 600 .78rem/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.foot-social { margin-top: 18px !important; display: flex !important; flex-wrap: wrap; gap: 8px 16px !important; }
.foot-base { margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; gap: 12px 32px; align-items: center; font-size: .88rem; }
.foot-base p { margin: 0; }
.foot-legal { display: flex !important; gap: 20px !important; margin-left: auto !important; }
.foot-reg { width: 100%; display: flex !important; flex-wrap: wrap; gap: 6px 24px !important; }
.foot-photos { width: 100%; font-size: .8rem; color: #9C8FB5; margin: 0; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } .foot-legal { margin-left: 0 !important; flex-wrap: wrap; } }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s var(--ease), transform .9s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .js .reveal { opacity: 1; transform: none; } }
