:root {
  --ink: #10241e;
  --forest: #0d241d;
  --deep: #081914;
  --lime: #d9f7a8;
  --mint: #b9e9d5;
  --paper: #f5f1e8;
  --paper2: #ece7db;
  --cream: #fffdf7;
  --muted: #66756f;
  --line: rgba(16, 36, 30, .14);
  --white-line: rgba(255,255,255,.16);
  --radius: 26px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section-pad { padding: 126px 0; position: relative; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; background: white; padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding: 18px 0;
  transition: background .3s, border .3s, padding .3s;
}
.site-header.scrolled { background: rgba(245,241,232,.9); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); padding: 12px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; fill: var(--ink); }
.brand-name { font-weight: 800; letter-spacing: .14em; font-size: 14px; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { font-size: 13px; text-decoration: none; font-weight: 600; color: #32453f; transition: opacity .2s; }
.nav-links a:hover { opacity: .58; }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 10px 17px; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.nav-toggle span { display: block; height: 1.5px; background: var(--ink); margin: 7px 0; }

.hero { min-height: 100vh; padding-top: 170px; padding-bottom: 58px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 40px; }
.eyebrow, .kicker { font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(64px, 8.1vw, 118px); line-height: .85; letter-spacing: -.065em; margin: 0 0 34px; max-width: 760px; font-weight: 720; }
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero-lede { max-width: 660px; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55; color: #52635d; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; border-radius: 999px; padding: 15px 19px 15px 24px; text-decoration: none; font-size: 13px; font-weight: 700; min-width: 168px; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--forest); color: white; }
.btn-primary span { font-size: 18px; }
.text-link { text-decoration: none; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(16,36,30,.35); padding-bottom: 4px; }
.text-link span { margin-left: 8px; }
.hero-visual { min-height: 520px; display: grid; place-items: center; }
.principle-wheel { width: min(40vw, 520px); aspect-ratio: 1; position: relative; }
.wheel-lines { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(16,36,30,.16); stroke-width: 1; }
.wheel-core { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 150px; height: 150px; border-radius: 50%; background: var(--forest); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 25px 80px rgba(13,36,29,.16); }
.wheel-core span { font-family: Georgia, serif; font-size: 60px; line-height: .8; }
.wheel-core small { text-align: center; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; line-height: 1.4; margin-top: 10px; opacity: .7; }
.wheel-item { position: absolute; z-index: 2; width: 145px; min-height: 112px; border: 1px solid rgba(16,36,30,.14); border-radius: 18px; background: rgba(255,253,247,.72); backdrop-filter: blur(12px); padding: 16px; box-shadow: 0 16px 50px rgba(16,36,30,.06); }
.wheel-item b { display: block; font-size: 9px; opacity: .5; margin-bottom: 16px; letter-spacing: .15em; }
.wheel-item strong { display: block; font-size: 18px; margin-bottom: 6px; }
.wheel-item small { display: block; color: var(--muted); font-size: 10px; line-height: 1.35; }
.wheel-health { top: 20px; left: 50%; transform: translateX(-50%); }
.wheel-taste { bottom: 32px; left: 18px; }
.wheel-trust { bottom: 32px; right: 18px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .72; pointer-events: none; }
.hero-orb-one { width: 330px; height: 330px; background: radial-gradient(circle at 35% 30%, var(--lime), transparent 68%); top: 8%; right: 14%; }
.hero-orb-two { width: 360px; height: 360px; background: radial-gradient(circle at 60% 60%, var(--mint), transparent 70%); bottom: 0; left: -120px; opacity: .55; }
.hero-proof { margin-top: 58px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; font-size: 12px; color: #586a63; letter-spacing: .02em; }
.proof-rule { height: 1px; background: var(--line); }
.hero-proof p { margin: 0; }
.hero-proof strong { color: var(--ink); }

.split-heading { display: grid; grid-template-columns: 260px 1fr; gap: 36px; align-items: start; margin-bottom: 70px; }
.section-index { text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; opacity: .62; }
.kicker { color: #61736b; margin-bottom: 20px; }
h2 { font-size: clamp(46px, 5.6vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 680; margin-bottom: 0; max-width: 930px; }
.purpose { background: var(--cream); }
.purpose-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: stretch; }
.statement-card { background: var(--lime); border-radius: var(--radius); padding: 50px; min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; }
.quote-mark { font-family: Georgia, serif; font-size: 66px; line-height: 1; }
.statement-card p { font-size: clamp(28px, 3vw, 43px); line-height: 1.06; letter-spacing: -.04em; margin: 30px 0 0; max-width: 520px; }
.purpose-copy { padding: 38px 16px 38px 44px; display: flex; flex-direction: column; justify-content: center; }
.purpose-copy p { font-size: 19px; line-height: 1.66; color: #52635d; max-width: 660px; }
.tension-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 76px; }
.tension-card { padding: 26px 24px 34px; border-top: 1px solid var(--line); }
.tension-card span { font-family: Georgia, serif; font-style: italic; font-size: 16px; color: #6a7b74; }
.tension-card h3 { font-size: 24px; letter-spacing: -.035em; margin: 30px 0 16px; }
.tension-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }

.platform { background: var(--forest); color: #f7f2e8; }
.split-heading.light .kicker { color: #b8c9c1; }
.platform-stack { border-top: 1px solid var(--white-line); }
.platform-row { display: grid; grid-template-columns: 90px 1.2fr .9fr .95fr; gap: 34px; padding: 46px 0; border-bottom: 1px solid var(--white-line); align-items: start; }
.platform-number { font-size: 12px; opacity: .5; padding-top: 5px; }
.platform-title > p { text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; color: var(--lime); }
.platform-title h3 { font-size: 33px; line-height: 1.03; letter-spacing: -.045em; }
.platform-copy { font-size: 14px; line-height: 1.7; color: #b8c9c1; }
.platform-tags { display: flex; gap: 7px; flex-wrap: wrap; }
.platform-tags span { font-size: 10px; border: 1px solid var(--white-line); border-radius: 999px; padding: 8px 11px; color: #dbe5df; }

.principles { background: var(--paper); }
.gate-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gate-card { min-height: 310px; background: var(--cream); border: 1px solid var(--line); border-radius: 20px; padding: 26px; display: flex; flex-direction: column; }
.gate-top { display: flex; justify-content: space-between; align-items: center; }
.gate-top span { font-size: 11px; font-weight: 800; opacity: .55; }
.gate-top i { width: 10px; height: 10px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 6px rgba(217,247,168,.25); }
.gate-card h3 { margin-top: auto; font-size: 30px; letter-spacing: -.04em; margin-bottom: 14px; }
.gate-card p { font-size: 13px; line-height: 1.65; color: var(--muted); margin-bottom: 0; }
.no-go { margin-top: 70px; border-left: 3px solid var(--forest); padding: 12px 0 12px 30px; display: grid; grid-template-columns: 190px 1fr; gap: 30px; align-items: start; }
.no-go p { margin: 4px 0 0; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }
.no-go h3 { margin: 0; font-family: Georgia, serif; font-weight: 400; font-size: clamp(26px, 3vw, 40px); line-height: 1.16; max-width: 870px; }

.trust { background: var(--paper2); }
.trust-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.trust-intro h2 { margin: 36px 0 34px; }
.trust-intro > p:last-child { color: #5a6d65; line-height: 1.7; max-width: 470px; }
.trust-list { border-top: 1px solid var(--line); }
.trust-item { display: grid; grid-template-columns: 60px 1fr; gap: 20px; border-bottom: 1px solid var(--line); padding: 28px 0; }
.trust-item > span { font-size: 10px; opacity: .52; padding-top: 5px; }
.trust-item h3 { font-size: 22px; letter-spacing: -.03em; margin-bottom: 8px; }
.trust-item p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }
.trust-test { margin-top: 100px; border-radius: var(--radius); background: var(--forest); color: white; padding: 48px 52px; display: grid; grid-template-columns: 210px 1fr; gap: 40px; align-items: center; }
.trust-test span { font-size: 9px; letter-spacing: .15em; font-weight: 800; color: var(--lime); }
.trust-test p { font-family: Georgia, serif; font-size: clamp(24px, 2.7vw, 38px); line-height: 1.15; margin: 0; }

.india { background: #e4f1e4; overflow: hidden; }
.india-pattern { position: absolute; width: 620px; height: 620px; right: -180px; top: 10%; border: 1px solid rgba(16,36,30,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(16,36,30,.025), 0 0 0 160px rgba(16,36,30,.018), 0 0 0 240px rgba(16,36,30,.012); }
.india-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 110px; position: relative; }
.india-copy h2 { margin: 32px 0; }
.india-copy > p:last-child { max-width: 590px; font-size: 17px; line-height: 1.7; color: #53675f; }
.india-facts { display: grid; grid-template-columns: 1fr 1fr; align-self: end; }
.india-facts div { padding: 30px 28px; border-top: 1px solid rgba(16,36,30,.15); min-height: 190px; }
.india-facts div:nth-child(odd) { border-right: 1px solid rgba(16,36,30,.15); }
.india-facts strong { display: block; font-size: 18px; margin-bottom: 28px; }
.india-facts p { font-size: 12px; line-height: 1.55; color: #5d7068; margin: 0; }

.manifesto { background: var(--deep); color: white; text-align: center; overflow: hidden; }
.manifesto-wrap { max-width: 980px; }
.manifesto-brand { width: 82px; height: 82px; margin: 0 auto 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-size: 42px; color: var(--lime); }
.manifesto .section-index { margin-bottom: 36px; }
.manifesto h2 { margin: 0 auto 50px; font-size: clamp(55px, 7.2vw, 96px); }
.manifesto h2 em { color: var(--lime); }
.manifesto-copy { max-width: 760px; margin: 0 auto; color: #b8c8c1; line-height: 1.9; font-size: 15px; }

.connect { background: var(--lime); }
.connect-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.connect h2 { margin-top: 35px; }
.connect-copy > p { font-size: 18px; line-height: 1.65; margin-bottom: 30px; max-width: 540px; }
.connect-copy .btn { background: var(--ink); min-width: 225px; }
.connect-copy small { display: block; margin-top: 16px; color: #50625a; font-size: 10px; }

.site-footer { background: var(--deep); color: white; padding: 46px 0; }
.site-footer .brand-mark svg { fill: white; }
.footer-grid { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.footer-brand > p { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; margin: 13px 0 0 45px; color: #879890; }
.footer-meta { text-align: right; color: #879890; font-size: 10px; }
.footer-meta p { margin: 6px 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .section-pad { padding: 92px 0; }
  .nav-toggle { display: block; z-index: 102; }
  .nav-links { position: fixed; inset: 0; background: var(--paper); padding: 120px 32px 50px; flex-direction: column; align-items: flex-start; gap: 28px; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1); z-index: 101; }
  .nav-links a { font-size: 26px; letter-spacing: -.03em; }
  .nav-links.open { transform: translateX(0); }
  .nav-cta { border: 0; padding: 0; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid, .purpose-grid, .trust-grid, .india-grid, .connect-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 470px; margin-top: 20px; }
  .principle-wheel { width: min(86vw, 500px); }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .purpose-copy { padding: 30px 6px; }
  .platform-row { grid-template-columns: 50px 1fr 1fr; }
  .platform-tags { grid-column: 2 / -1; }
  .gate-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { gap: 65px; }
  .india-grid { gap: 65px; }
  .connect-grid { gap: 55px; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section-pad { padding: 78px 0; }
  .site-header { padding: 12px 0; }
  .hero { padding-top: 122px; padding-bottom: 38px; }
  h1 { font-size: clamp(58px, 18vw, 82px); }
  h2 { font-size: clamp(42px, 13vw, 61px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 390px; }
  .principle-wheel { width: 360px; max-width: 100%; }
  .wheel-item { width: 112px; min-height: 91px; padding: 12px; }
  .wheel-item b { margin-bottom: 10px; }
  .wheel-item strong { font-size: 15px; }
  .wheel-item small { font-size: 8px; }
  .wheel-core { width: 112px; height: 112px; }
  .wheel-core span { font-size: 46px; }
  .wheel-core small { font-size: 7px; }
  .wheel-health { top: 8px; }
  .wheel-taste, .wheel-trust { bottom: 15px; }
  .wheel-taste { left: 4px; }
  .wheel-trust { right: 4px; }
  .hero-proof { grid-template-columns: 1fr; margin-top: 30px; }
  .hero-proof p { line-height: 1.5; }
  .statement-card { min-height: 300px; padding: 34px; }
  .tension-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .platform-row { grid-template-columns: 40px 1fr; gap: 18px; padding: 36px 0; }
  .platform-copy, .platform-tags { grid-column: 2; }
  .gate-grid { grid-template-columns: 1fr; }
  .gate-card { min-height: 250px; }
  .no-go { grid-template-columns: 1fr; gap: 12px; margin-top: 50px; }
  .trust-test { grid-template-columns: 1fr; padding: 34px 28px; gap: 18px; margin-top: 65px; }
  .trust-item { grid-template-columns: 42px 1fr; }
  .india-facts { grid-template-columns: 1fr; }
  .india-facts div:nth-child(odd) { border-right: 0; }
  .india-facts div { min-height: auto; padding: 24px 0; }
  .connect .btn { min-width: 100%; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-meta { text-align: left; }
}

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