/* ============================================================
   HEAL THE WORLD — Global Innovation Hub
   Design system stylesheet
   ============================================================ */

:root{
  --teal-950:#062825;
  --teal-900:#0a3733;
  --teal-800:#0e4a44;
  --teal-700:#12615a;
  --teal-600:#177a71;
  --teal-500:#1f9689;
  --teal-100:#e3f3ef;
  --gold:#f4b740;
  --gold-dark:#d99a1f;
  --coral:#f2653f;
  --coral-dark:#d94f2c;
  --sky:#2aa7c9;
  --violet:#8a6fd8;
  --ink:#0f2b28;
  --ink-soft:#3c5652;
  --paper:#fbfaf6;
  --paper-alt:#f2efe6;
  --line:#e4ded0;
  --white:#ffffff;
  --radius-lg:26px;
  --radius-md:18px;
  --radius-sm:12px;
  --shadow-soft:0 20px 50px -25px rgba(6,40,37,0.35);
  --shadow-card:0 12px 30px -18px rgba(6,40,37,0.28);
  --maxw:1180px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,h5{
  font-family:'Fraunces','Georgia',serif;
  color:var(--teal-950);
  line-height:1.15;
  margin:0 0 .5em;
  font-weight:600;
}
h1{ font-size:clamp(2.1rem,4vw,3.4rem); letter-spacing:-.01em; }
h2{ font-size:clamp(1.7rem,3vw,2.5rem); letter-spacing:-.01em; }
h3{ font-size:1.35rem; }
p{ margin:0 0 1em; color:var(--ink-soft); }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
ul{ margin:0; padding:0; }
li{ list-style:none; }
.container{ max-width:var(--maxw); margin:0 auto; padding:0 24px; }

/* ---------- Utility ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:'Inter',sans-serif; font-weight:700; font-size:.72rem;
  letter-spacing:.14em; text-transform:uppercase; color:var(--coral-dark);
  margin-bottom:14px;
}
.eyebrow::before{ content:""; width:22px; height:2px; background:var(--coral); display:inline-block; }
.lead{ font-size:1.12rem; color:var(--ink-soft); max-width:62ch; }
.center{ text-align:center; margin-left:auto; margin-right:auto; }
.text-center{ text-align:center; }
.sec-head{ max-width:760px; margin:0 auto 44px; text-align:center; }
.sec-head.left{ margin:0 0 40px; text-align:left; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 28px; border-radius:100px; font-weight:700; font-size:.95rem;
  border:2px solid transparent; cursor:pointer; transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space:nowrap;
}
.btn-primary{ background:var(--coral); color:#fff; box-shadow:0 14px 30px -14px rgba(242,101,63,.65); }
.btn-primary:hover{ background:var(--coral-dark); transform:translateY(-2px); }
.btn-gold{ background:var(--gold); color:var(--teal-950); box-shadow:0 14px 30px -14px rgba(244,183,64,.7); }
.btn-gold:hover{ background:var(--gold-dark); transform:translateY(-2px); }
.btn-outline{ background:transparent; border-color:var(--teal-900); color:var(--teal-900); }
.btn-outline:hover{ background:var(--teal-900); color:#fff; }
.btn-outline-white{ background:transparent; border-color:rgba(255,255,255,.6); color:#fff; }
.btn-outline-white:hover{ background:#fff; color:var(--teal-950); }
.btn-white{ background:#fff; color:var(--coral-dark); }
.btn-white:hover{ transform:translateY(-2px); }
.btn-row{ display:flex; gap:16px; flex-wrap:wrap; }
.btn-sm{ padding:9px 18px; font-size:.82rem; }

/* ---------- Topbar ---------- */
.topbar{ background:var(--teal-950); color:#cfe6e1; font-size:.82rem; }
.topbar .container{ display:flex; justify-content:space-between; align-items:center; padding-top:9px; padding-bottom:9px; flex-wrap:wrap; gap:8px; }
.topbar-links{ display:flex; gap:22px; flex-wrap:wrap; }
.topbar-links a{ opacity:.9; transition:opacity .15s; }
.topbar-links a:hover{ opacity:1; color:var(--gold); }

/* ---------- Nav ---------- */
.nav-wrap{ position:sticky; top:0; z-index:60; background:rgba(251,250,246,.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
.nav{ max-width:var(--maxw); margin:0 auto; padding:14px 24px; display:flex; align-items:center; gap:28px; }
.brand{ display:flex; align-items:center; gap:10px; flex-shrink:0; }
.brand .mark{ width:42px; height:42px; border-radius:50%; background:conic-gradient(from 200deg, var(--teal-600), var(--sky), var(--gold), var(--coral), var(--teal-600)); display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-card); }
.brand .mark svg{ width:22px; height:22px; }
.brand .wordmark{ font-family:'Fraunces',serif; font-weight:700; font-size:1.12rem; color:var(--teal-950); line-height:1.1; }
.brand .wordmark span{ display:block; font-family:'Inter',sans-serif; font-weight:600; font-size:.62rem; letter-spacing:.12em; text-transform:uppercase; color:var(--coral-dark); }
.navlinks{ display:flex; align-items:center; gap:6px; margin-left:8px; flex:1; }
.navlinks > a{ padding:10px 14px; border-radius:100px; font-weight:600; font-size:.92rem; color:var(--ink); transition:background .15s, color .15s; }
.navlinks > a:hover, .navlinks > a.active{ background:var(--teal-100); color:var(--teal-800); }
.nav-drop{ position:relative; }
.nav-drop > .drop-trigger{ display:flex; align-items:center; gap:5px; padding:10px 14px; border-radius:100px; font-weight:600; font-size:.92rem; cursor:pointer; transition:background .15s, color .15s; }
.nav-drop > .drop-trigger:hover{ background:var(--teal-100); color:var(--teal-800); }
.nav-drop .caret{ width:10px; height:10px; transition:transform .18s; }
.nav-drop:hover .caret{ transform:rotate(180deg); }
.dropdown{
  position:absolute; top:100%; left:0; margin-top:6px; background:#fff; border-radius:16px;
  box-shadow:var(--shadow-soft); padding:10px; min-width:250px; opacity:0; visibility:hidden;
  transform:translateY(6px); transition:opacity .18s ease, transform .18s ease, visibility .18s;
  border:1px solid var(--line);
}
.nav-drop:hover .dropdown{ opacity:1; visibility:visible; transform:translateY(0); }
.dropdown a{ display:flex; flex-direction:column; gap:2px; padding:10px 14px; border-radius:10px; font-weight:600; font-size:.88rem; color:var(--ink); }
.dropdown a small{ font-weight:400; color:var(--ink-soft); font-size:.76rem; }
.dropdown a:hover{ background:var(--paper-alt); color:var(--teal-800); }
.nav-cta{ flex-shrink:0; }
.nav-toggle{ display:none; }

@media (max-width:980px){
  .navlinks{ display:none; }
  .nav-cta .btn{ padding:10px 16px; font-size:.85rem; }
  .nav-toggle{ display:block; }
}

/* ---------- Hero ---------- */
.hero{
  position:relative; overflow:hidden;
  background:radial-gradient(1100px 500px at 15% -10%, rgba(31,150,137,.18), transparent 60%),
             radial-gradient(900px 500px at 100% 0%, rgba(244,183,64,.22), transparent 55%),
             var(--paper);
  padding:76px 0 90px;
}
.hero-globe{ position:absolute; right:-120px; top:-80px; width:520px; height:520px; opacity:.5; pointer-events:none; }
.hero .container{ position:relative; display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
.hero-badge{ display:inline-flex; align-items:center; gap:8px; background:#fff; border:1px solid var(--line); padding:8px 16px 8px 8px; border-radius:100px; font-size:.8rem; font-weight:700; color:var(--teal-800); box-shadow:var(--shadow-card); margin-bottom:20px; }
.hero-badge .dot{ width:26px; height:26px; border-radius:50%; background:var(--gold); display:flex; align-items:center; justify-content:center; }
.hero h1{ margin-bottom:22px; }
.hero .lead{ margin-bottom:30px; }
.hero-stats{ display:flex; gap:34px; margin-top:40px; flex-wrap:wrap; }
.hero-stats .stat b{ display:block; font-family:'Fraunces',serif; font-size:1.7rem; color:var(--teal-900); }
.hero-stats .stat span{ font-size:.78rem; color:var(--ink-soft); text-transform:uppercase; letter-spacing:.06em; }
.hero-art{ position:relative; }
.hero-art .art-card{ background:var(--white); border-radius:var(--radius-lg); box-shadow:var(--shadow-soft); padding:30px; border:1px solid var(--line); }
.orbit-wrap{ position:relative; width:100%; aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; }
.orbit-core{ width:34%; aspect-ratio:1/1; border-radius:50%; background:conic-gradient(from 220deg,var(--teal-600),var(--sky),var(--gold),var(--coral),var(--violet),var(--teal-600)); display:flex; align-items:center; justify-content:center; box-shadow:0 0 0 10px rgba(255,255,255,.6), var(--shadow-soft); }
.orbit-core svg{ width:38%; height:38%; }
.orbit-ring{ position:absolute; border:1.5px dashed rgba(15,43,40,.18); border-radius:50%; }
.orbit-r1{ width:60%; height:60%; }
.orbit-r2{ width:88%; height:88%; }
.orbit-node{ position:absolute; width:52px; height:52px; border-radius:50%; background:#fff; box-shadow:var(--shadow-card); display:flex; align-items:center; justify-content:center; border:1px solid var(--line); }
.orbit-node svg{ width:24px; height:24px; }

/* ---------- page hero (inner pages) ---------- */
.page-hero{
  background:linear-gradient(160deg, var(--teal-950) 0%, var(--teal-800) 55%, var(--teal-600) 130%);
  color:#eef7f5; padding:64px 0 74px; position:relative; overflow:hidden;
}
.page-hero::after{ content:""; position:absolute; right:-140px; bottom:-160px; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle, rgba(244,183,64,.35), transparent 65%); }
.breadcrumb{ font-size:.82rem; color:#bfe0da; margin-bottom:18px; }
.breadcrumb a{ color:#e7f4f1; font-weight:600; }
.page-hero .eyebrow{ color:var(--gold); }
.page-hero .eyebrow::before{ background:var(--gold); }
.page-hero h1{ color:#fff; max-width:780px; }
.page-hero .lead{ color:#d6ece7; max-width:680px; }

/* ---------- Sections ---------- */
.section{ padding:84px 0; }
.section.tight{ padding:56px 0; }
.section.alt{ background:var(--paper-alt); }
.section.deep{ background:linear-gradient(150deg,var(--teal-950),var(--teal-800)); color:#e9f5f2; }
.section.deep h2{ color:#fff; }
.section.deep p{ color:#cfe6e1; }

/* ---------- Grids & cards ---------- */
.grid{ display:grid; gap:26px; }
.grid-2{ grid-template-columns:repeat(2,1fr); }
.grid-3{ grid-template-columns:repeat(3,1fr); }
.grid-4{ grid-template-columns:repeat(4,1fr); }
@media (max-width:980px){ .grid-3,.grid-4{ grid-template-columns:repeat(2,1fr); } .hero .container{ grid-template-columns:1fr; } .hero-art{ order:-1; max-width:420px; margin:0 auto; } }
@media (max-width:640px){ .grid-2,.grid-3,.grid-4{ grid-template-columns:1fr; } }

.card{
  background:#fff; border-radius:var(--radius-md); padding:30px 26px; border:1px solid var(--line);
  box-shadow:var(--shadow-card); transition:transform .2s ease, box-shadow .2s ease;
}
.card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-soft); }
.card .icon, .feature-visual .icon{
  width:52px; height:52px; border-radius:14px; display:flex; align-items:center; justify-content:center;
  background:var(--teal-100); color:var(--teal-700); margin-bottom:18px;
}
.card .icon svg{ width:26px; height:26px; }
.card h4{ font-family:'Fraunces',serif; font-size:1.12rem; margin-bottom:10px; color:var(--teal-950); }
.card.c-coral .icon{ background:#fde7de; color:var(--coral-dark); }
.card.c-gold .icon{ background:#fdf0d6; color:var(--gold-dark); }
.card.c-sky .icon{ background:#dff1f6; color:var(--sky); }
.card.c-violet .icon{ background:#eee9fb; color:var(--violet); }

.numcard{ background:#fff; border-radius:var(--radius-md); padding:28px 24px; border:1px solid var(--line); position:relative; }
.numcard .num{ font-family:'Fraunces',serif; font-size:2.2rem; color:var(--gold-dark); margin-bottom:10px; }

/* stat / fact strip */
.stat-strip{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.stat-box{ background:#fff; border-radius:var(--radius-md); padding:28px 20px; text-align:center; border:1px solid var(--line); box-shadow:var(--shadow-card); }
.stat-box b{ display:block; font-family:'Fraunces',serif; font-size:2rem; color:var(--teal-900); }
.stat-box span{ font-size:.82rem; color:var(--ink-soft); }
@media (max-width:900px){ .stat-strip{ grid-template-columns:repeat(2,1fr); } }

/* feature (image/text split) */
.feature{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.feature.reverse .feature-visual{ order:-1; }
@media (max-width:900px){ .feature{ grid-template-columns:1fr; } .feature.reverse .feature-visual{ order:0; } }
.feature-visual{
  border-radius:var(--radius-lg); padding:44px; color:#fff; min-height:280px;
  display:flex; flex-direction:column; justify-content:flex-end; position:relative; overflow:hidden;
  box-shadow:var(--shadow-soft);
}
.feature-visual.teal{ background:linear-gradient(150deg,var(--teal-700),var(--teal-950)); }
.feature-visual.coral{ background:linear-gradient(150deg,var(--coral),var(--coral-dark)); }
.feature-visual.gold{ background:linear-gradient(150deg,#f8c968,var(--gold-dark)); }
.feature-visual.sky{ background:linear-gradient(150deg,#57c2df,var(--sky)); }
.feature-visual.violet{ background:linear-gradient(150deg,#a793ea,var(--violet)); }
.feature-visual .big-icon{ width:56px; height:56px; margin-bottom:16px; opacity:.95; }
.feature-visual h3{ color:#fff; margin-bottom:6px; }
.feature-visual p{ color:rgba(255,255,255,.88); margin:0; }
.feature-visual::before{ content:""; position:absolute; width:220px; height:220px; border-radius:50%; background:rgba(255,255,255,.12); top:-70px; right:-70px; }

/* pill list */
.pill-list{ display:flex; gap:10px; flex-wrap:wrap; margin-top:18px; }
.pill{ background:var(--teal-100); color:var(--teal-800); padding:8px 16px; border-radius:100px; font-size:.82rem; font-weight:700; }
.pill.gold{ background:#fdf0d6; color:var(--gold-dark); }
.pill.coral{ background:#fde7de; color:var(--coral-dark); }

/* checklist */
.check-list li{ display:flex; gap:10px; padding:7px 0; color:var(--ink-soft); }
.check-list li::before{ content:"✓"; color:var(--teal-600); font-weight:800; flex-shrink:0; }

/* timeline */
.timeline{ position:relative; padding-left:34px; }
.timeline::before{ content:""; position:absolute; left:9px; top:6px; bottom:6px; width:2px; background:var(--line); }
.tl-item{ position:relative; padding-bottom:34px; }
.tl-item:last-child{ padding-bottom:0; }
.tl-item::before{ content:""; position:absolute; left:-34px; top:2px; width:20px; height:20px; border-radius:50%; background:var(--gold); border:4px solid var(--paper); box-shadow:0 0 0 2px var(--gold); }
.tl-item h4{ margin-bottom:6px; }
.tl-item .tag{ display:inline-block; background:var(--teal-950); color:#fff; font-size:.72rem; font-weight:700; padding:3px 12px; border-radius:100px; margin-bottom:8px; }

/* Focus area rows (used in programs.html) */
.focus-row{ display:grid; grid-template-columns:64px 1fr; gap:20px; padding:26px 0; border-bottom:1px solid var(--line); }
.focus-row:last-child{ border-bottom:none; }
.focus-row .num{ font-family:'Fraunces',serif; font-size:1.7rem; color:var(--line); }
.focus-row h4{ margin-bottom:8px; }

/* Team */
.team-lead{ display:grid; grid-template-columns:repeat(2,1fr); gap:26px; margin-bottom:20px; }
.team-card{ background:#fff; border-radius:var(--radius-md); padding:26px; border:1px solid var(--line); box-shadow:var(--shadow-card); display:flex; gap:18px; align-items:flex-start; }
.avatar{ width:58px; height:58px; border-radius:50%; flex-shrink:0; display:flex; align-items:center; justify-content:center; font-family:'Fraunces',serif; font-weight:700; font-size:1.15rem; color:#fff; }
.team-card h4{ margin-bottom:2px; }
.team-card .role{ font-size:.8rem; font-weight:700; color:var(--coral-dark); text-transform:uppercase; letter-spacing:.04em; margin-bottom:8px; display:block; }
.team-card p{ font-size:.9rem; margin:0; }
.team-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
@media (max-width:900px){ .team-lead,.team-grid{ grid-template-columns:1fr; } }
.dept-tag{ display:inline-block; background:var(--paper-alt); color:var(--ink-soft); font-size:.7rem; font-weight:700; text-transform:uppercase; letter-spacing:.06em; padding:4px 10px; border-radius:6px; margin:24px 0 14px; }

/* table */
.table-wrap{ overflow-x:auto; border-radius:var(--radius-md); border:1px solid var(--line); }
table{ width:100%; border-collapse:collapse; background:#fff; min-width:560px; }
th,td{ padding:14px 18px; text-align:left; border-bottom:1px solid var(--line); font-size:.92rem; }
th{ background:var(--teal-950); color:#fff; font-weight:700; font-size:.82rem; text-transform:uppercase; letter-spacing:.04em; }
tr:last-child td{ border-bottom:none; }
td b{ color:var(--teal-900); }

/* progress bars (budget allocation) */
.bar-row{ margin-bottom:16px; }
.bar-row .bar-label{ display:flex; justify-content:space-between; font-size:.85rem; font-weight:700; color:var(--ink); margin-bottom:6px; }
.bar-track{ background:var(--paper-alt); border-radius:100px; height:10px; overflow:hidden; }
.bar-fill{ height:100%; border-radius:100px; background:linear-gradient(90deg,var(--teal-600),var(--sky)); }

/* CTA band */
.cta-band{ text-align:center; max-width:760px; margin:0 auto; }
.cta-band h2{ color:#fff; }
.cta-band p{ color:#cfe6e1; margin-bottom:28px; }

/* Quote */
.quote-block{ background:#fff; border-left:5px solid var(--gold); border-radius:0 var(--radius-md) var(--radius-md) 0; padding:32px 34px; box-shadow:var(--shadow-card); }
.quote-block p{ font-family:'Fraunces',serif; font-size:1.25rem; color:var(--teal-950); margin-bottom:10px; font-style:italic; }
.quote-block span{ font-size:.85rem; font-weight:700; color:var(--coral-dark); text-transform:uppercase; letter-spacing:.05em; }

/* form */
.form-card{ background:#fff; border-radius:var(--radius-lg); padding:38px; border:1px solid var(--line); box-shadow:var(--shadow-soft); }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-grid .full{ grid-column:1/-1; }
label{ display:block; font-size:.82rem; font-weight:700; color:var(--ink); margin-bottom:6px; }
input,select,textarea{
  width:100%; padding:13px 16px; border-radius:12px; border:1.5px solid var(--line); font-family:inherit; font-size:.95rem; background:var(--paper);
}
input:focus,select:focus,textarea:focus{ outline:none; border-color:var(--teal-500); }
textarea{ resize:vertical; min-height:120px; }
@media (max-width:640px){ .form-grid{ grid-template-columns:1fr; } }

.info-card{ background:linear-gradient(150deg,var(--teal-950),var(--teal-800)); color:#fff; border-radius:var(--radius-lg); padding:38px; }
.info-card h3{ color:#fff; }
.info-row{ display:flex; gap:14px; align-items:flex-start; padding:14px 0; border-bottom:1px solid rgba(255,255,255,.14); }
.info-row:last-child{ border-bottom:none; }
.info-row .ic{ width:38px; height:38px; border-radius:10px; background:rgba(255,255,255,.14); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.info-row .ic svg{ width:18px; height:18px; }
.info-row b{ display:block; color:#fff; font-size:.9rem; }
.info-row span{ color:#cfe6e1; font-size:.88rem; }

/* Footer */
footer{ background:var(--teal-950); color:#bcd8d2; padding:64px 0 0; }
.footer-grid{ display:grid; grid-template-columns:1.6fr repeat(3,1fr); gap:40px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-brand p{ color:#a9cac3; font-size:.92rem; }
footer h5{ color:#fff; font-family:'Inter',sans-serif; font-size:.85rem; letter-spacing:.06em; text-transform:uppercase; margin-bottom:16px; }
footer ul li{ margin-bottom:10px; }
footer ul li a{ color:#bcd8d2; font-size:.92rem; transition:color .15s; }
footer ul li a:hover{ color:var(--gold); }
.footer-brand .brand{ margin-bottom:14px; }
.footer-brand .wordmark{ color:#fff; }
.social-row{ display:flex; gap:10px; margin-top:18px; }
.social-row a{ width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; font-weight:700; font-size:.85rem; }
.social-row a:hover{ background:var(--gold); color:var(--teal-950); }
.foot-bottom{ display:flex; justify-content:space-between; align-items:center; padding:22px 0; font-size:.8rem; color:#7fa39c; flex-wrap:wrap; gap:10px; }
.foot-bottom .links{ display:flex; gap:18px; flex-wrap:wrap; }
.foot-bottom a{ color:#9bbdb6; }
.foot-bottom a:hover{ color:var(--gold); }
@media (max-width:900px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-grid{ grid-template-columns:1fr; } }

/* misc */
.mt-0{ margin-top:0 !important; }
.mb-0{ margin-bottom:0 !important; }
hr.soft{ border:none; border-top:1px solid var(--line); margin:44px 0; }

/* ============================================================
   ADDITIONS — v2 (open positions, forms, philosophy sections)
   ============================================================ */

/* Open position cards (no invented names) */
.role-card{
  background:#fff; border-radius:var(--radius-md); padding:26px; border:1px dashed var(--line);
  box-shadow:var(--shadow-card); display:flex; gap:16px; align-items:flex-start;
}
.role-card .avatar-icon{
  width:52px; height:52px; border-radius:14px; flex-shrink:0; display:flex; align-items:center; justify-content:center;
  background:var(--teal-100); color:var(--teal-700);
}
.role-card .avatar-icon svg{ width:24px; height:24px; }
.role-card h4{ margin-bottom:4px; }
.role-card p{ font-size:.9rem; margin:0 0 10px; }
.badge-open{
  display:inline-flex; align-items:center; gap:6px; font-size:.68rem; font-weight:800; text-transform:uppercase;
  letter-spacing:.06em; color:var(--coral-dark); background:#fde7de; padding:4px 10px; border-radius:100px;
}
.badge-open::before{ content:""; width:6px; height:6px; border-radius:50%; background:var(--coral); }
.founder-card{
  background:linear-gradient(150deg,var(--teal-950),var(--teal-800)); color:#fff; border-radius:var(--radius-lg);
  padding:34px; box-shadow:var(--shadow-soft); display:flex; gap:20px; align-items:flex-start;
}
.founder-card .avatar{ width:64px; height:64px; font-size:1.3rem; background:var(--gold); color:var(--teal-950); }
.founder-card h4{ color:#fff; font-size:1.3rem; }
.founder-card .role{ color:var(--gold); }
.founder-card p{ color:#d6ece7; }

/* Literary / manifesto sections on the homepage */
.manifesto{ background:var(--teal-950); color:#eaf5f2; padding:96px 0; position:relative; overflow:hidden; }
.manifesto::before{ content:""; position:absolute; left:-160px; top:-140px; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle, rgba(244,183,64,.16), transparent 65%); }
.manifesto::after{ content:""; position:absolute; right:-160px; bottom:-160px; width:460px; height:460px; border-radius:50%; background:radial-gradient(circle, rgba(42,167,201,.16), transparent 65%); }
.manifesto .container{ position:relative; }
.manifesto .eyebrow{ color:var(--gold); }
.manifesto .eyebrow::before{ background:var(--gold); }
.manifesto h2{ color:#fff; max-width:820px; }
.manifesto p{ color:#cfe6e1; }
.manifesto-grid{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; margin-top:20px; }
@media (max-width:900px){ .manifesto-grid{ grid-template-columns:1fr; gap:36px; } }
.manifesto-num{ font-family:'Fraunces',serif; font-size:1rem; color:var(--gold); letter-spacing:.08em; margin-bottom:10px; display:block; }
.manifesto-block{ padding-bottom:36px; border-bottom:1px solid rgba(255,255,255,.12); margin-bottom:36px; }
.manifesto-block:last-child{ border-bottom:none; margin-bottom:0; padding-bottom:0; }
.manifesto-block h3{ color:#fff; font-size:1.4rem; }
.manifesto-block p{ font-size:1.02rem; }
.pull-quote{ font-family:'Fraunces',serif; font-style:italic; font-size:1.3rem; color:#fff; line-height:1.5; margin:22px 0; padding-left:20px; border-left:3px solid var(--gold); }

/* Form status banner */
.form-status{ display:none; align-items:center; gap:10px; padding:14px 18px; border-radius:12px; font-weight:700; font-size:.9rem; margin-bottom:20px; }
.form-status.show{ display:flex; }
.form-status.success{ background:#e2f5ec; color:#146c43; border:1px solid #b7e4cd; }
.form-status.error{ background:#fde7de; color:#a6371b; border:1px solid #f6c3ab; }
.required-note{ font-size:.8rem; color:var(--ink-soft); margin-bottom:18px; }
.form-hint{ font-size:.78rem; color:var(--ink-soft); margin-top:4px; }
.checkbox-row{ display:flex; align-items:flex-start; gap:10px; }
.checkbox-row input{ width:auto; margin-top:4px; }
.checkbox-row label{ margin:0; font-weight:400; color:var(--ink-soft); font-size:.85rem; }
.hp-field{ position:absolute; left:-9999px; top:-9999px; }

/* impact-maker convener section */
.maker-orbit{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }
.maker-chip{ display:flex; align-items:center; gap:10px; background:#fff; border:1px solid var(--line); border-radius:100px; padding:10px 18px 10px 10px; box-shadow:var(--shadow-card); font-weight:700; font-size:.86rem; }
.maker-chip .ic{ width:32px; height:32px; border-radius:50%; background:var(--teal-100); display:flex; align-items:center; justify-content:center; }
.maker-chip .ic svg{ width:16px; height:16px; }

/* who-we-support grid */
.support-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
@media (max-width:900px){ .support-row{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px){ .support-row{ grid-template-columns:1fr; } }
.support-chip{ text-align:center; background:#fff; border:1px solid var(--line); border-radius:var(--radius-md); padding:26px 18px; box-shadow:var(--shadow-card); }
.support-chip .ic{ width:46px; height:46px; border-radius:50%; background:var(--teal-100); color:var(--teal-700); display:flex; align-items:center; justify-content:center; margin:0 auto 14px; }
.support-chip .ic svg{ width:22px; height:22px; }
.support-chip h5{ font-family:'Fraunces',serif; font-size:1rem; margin:0 0 6px; color:var(--teal-950); }
.support-chip p{ font-size:.84rem; margin:0; }

/* ============================================================
   ADDITIONS — v3 (dual-founder profiles, course cards)
   ============================================================ */
.founder-grid{ display:grid; grid-template-columns:1fr 1fr; gap:26px; max-width:1000px; margin:0 auto; }
.founder-grid .founder-card{ max-width:none; flex-direction:column; align-items:flex-start; }
.founder-grid .founder-card .avatar{ margin-bottom:16px; }
@media (max-width:900px){ .founder-grid{ grid-template-columns:1fr; } }

.origin-note{ background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); padding:36px; box-shadow:var(--shadow-card); max-width:900px; margin:0 auto 40px; }
.origin-note p{ font-size:1.05rem; }
.origin-note p:last-child{ margin-bottom:0; }

/* Course cards */
.course-card{ background:#fff; border-radius:var(--radius-md); border:1px solid var(--line); box-shadow:var(--shadow-card); padding:26px; display:flex; flex-direction:column; height:100%; }
.course-card .track{ display:inline-flex; align-self:flex-start; font-size:.68rem; font-weight:800; text-transform:uppercase; letter-spacing:.05em; padding:4px 10px; border-radius:100px; margin-bottom:14px; }
.course-card .track.entre{ background:var(--teal-100); color:var(--teal-700); }
.course-card .track.wellbeing{ background:#fde7de; color:var(--coral-dark); }
.course-card .track.agri{ background:#fdf0d6; color:var(--gold-dark); }
.course-card .track.edu{ background:#dff1f6; color:var(--sky); }
.course-card .track.peace{ background:#eee9fb; color:var(--violet); }
.course-card h4{ font-size:1.08rem; margin-bottom:8px; }
.course-card p{ font-size:.88rem; flex:1; }
.course-meta{ display:flex; gap:14px; margin-top:12px; padding-top:14px; border-top:1px solid var(--line); font-size:.78rem; color:var(--ink-soft); font-weight:700; }
.course-meta span{ display:flex; align-items:center; gap:5px; }

/* vision stat ring (no financial figures) */
.vision-ring{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
@media (max-width:900px){ .vision-ring{ grid-template-columns:repeat(2,1fr); } }

/* ============================================================
   ADDITIONS — v4 (photos, donation / Razorpay module)
   ============================================================ */
.photo-banner{ position:relative; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-soft); }
.photo-banner img{ width:100%; height:340px; object-fit:cover; display:block; }
.photo-banner .cap{ position:absolute; left:0; right:0; bottom:0; padding:26px 30px; background:linear-gradient(0deg, rgba(6,40,37,.88), rgba(6,40,37,0)); color:#fff; }
.photo-banner .cap h3{ color:#fff; margin-bottom:4px; }
.photo-banner .cap p{ color:#dcefeb; margin:0; font-size:.92rem; }

.photo-card{ border-radius:var(--radius-md); overflow:hidden; box-shadow:var(--shadow-card); border:1px solid var(--line); background:#fff; }
.photo-card img{ width:100%; height:210px; object-fit:cover; display:block; }
.photo-card .pc-cap{ padding:16px 18px; }
.photo-card .pc-cap p{ margin:0; font-size:.86rem; font-weight:700; color:var(--teal-800); }

.feature-photo-frame{ border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-soft); border:1px solid var(--line); }
.feature-photo-frame img{ width:100%; height:100%; min-height:280px; object-fit:cover; display:block; }

/* Donation module */
.donate-panel{ background:linear-gradient(150deg,var(--teal-950),var(--teal-800)); border-radius:var(--radius-lg); padding:40px; color:#fff; box-shadow:var(--shadow-soft); }
.donate-panel h3{ color:#fff; }
.donate-panel p{ color:#cfe6e1; }
.amount-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:22px 0; }
@media (max-width:640px){ .amount-grid{ grid-template-columns:repeat(2,1fr); } }
.amount-btn{
  background:rgba(255,255,255,.08); border:2px solid rgba(255,255,255,.25); color:#fff; border-radius:14px;
  padding:16px 10px; text-align:center; cursor:pointer; font-weight:800; font-size:1.05rem; transition:all .15s ease;
}
.amount-btn span{ display:block; font-size:.68rem; font-weight:600; color:#bcd8d2; margin-top:4px; text-transform:uppercase; letter-spacing:.04em; }
.amount-btn:hover{ border-color:var(--gold); background:rgba(244,183,64,.12); }
.amount-btn.selected{ background:var(--gold); border-color:var(--gold); color:var(--teal-950); }
.amount-btn.selected span{ color:var(--teal-800); }
.custom-amount-row{ display:flex; gap:10px; align-items:center; margin-bottom:22px; }
.custom-amount-row input{ background:rgba(255,255,255,.08); border:1.5px solid rgba(255,255,255,.25); color:#fff; }
.custom-amount-row input::placeholder{ color:#a9cac3; }
.donate-panel label{ color:#dcefeb; }
.donate-panel input, .donate-panel select{ background:rgba(255,255,255,.08); border:1.5px solid rgba(255,255,255,.25); color:#fff; }
.donate-panel input::placeholder{ color:#a9cac3; }
.purpose-select option{ color:#0f2b28; }
.donate-summary{ background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.2); border-radius:14px; padding:16px 18px; margin-bottom:20px; font-size:.92rem; display:flex; justify-content:space-between; align-items:center; }
.donate-summary b{ font-size:1.3rem; color:var(--gold); }
.rzp-badge{ display:flex; align-items:center; gap:8px; justify-content:center; margin-top:16px; font-size:.76rem; color:#a9cac3; }
.trust-row{ display:flex; gap:22px; flex-wrap:wrap; margin-top:20px; padding-top:20px; border-top:1px solid rgba(255,255,255,.15); }
.trust-row .ti{ display:flex; align-items:center; gap:8px; font-size:.8rem; font-weight:700; color:#dcefeb; }
.trust-row .ti svg{ width:16px; height:16px; flex-shrink:0; }

/* ============================================================
   ADDITIONS — v5 (legal pages, real photo avatars)
   ============================================================ */
.legal-content{ max-width:820px; margin:0 auto; }
.legal-content .updated{
  display:inline-block; background:var(--teal-100); color:var(--teal-800); font-size:.78rem;
  font-weight:700; padding:6px 14px; border-radius:100px; margin-bottom:30px;
}
.legal-content h2{ margin-top:42px; margin-bottom:14px; font-size:1.3rem; }
.legal-content h2:first-of-type{ margin-top:8px; }
.legal-content h3{ margin-top:26px; margin-bottom:10px; font-size:1.05rem; color:var(--teal-900); }
.legal-content p{ margin-bottom:16px; }
.legal-content ul{ margin:0 0 20px; padding-left:22px; }
.legal-content ul li{ list-style:disc; margin-bottom:9px; color:var(--ink-soft); padding-left:4px; }
.legal-content a{ color:var(--teal-700); text-decoration:underline; font-weight:600; }
.legal-content strong{ color:var(--ink); }
.legal-toc{ background:#fff; border:1px solid var(--line); border-radius:var(--radius-md); padding:22px 26px; margin-bottom:36px; box-shadow:var(--shadow-card); }
.legal-toc b{ display:block; font-size:.78rem; text-transform:uppercase; letter-spacing:.06em; color:var(--coral-dark); margin-bottom:12px; }
.legal-toc a{ display:block; padding:4px 0; font-weight:600; font-size:.92rem; text-decoration:none; color:var(--teal-800); }
.legal-toc a:hover{ text-decoration:underline; }

/* Real-photo avatars (replace initials where a photo is available) */
.avatar-photo{ width:64px; height:64px; border-radius:50%; object-fit:cover; flex-shrink:0; box-shadow:var(--shadow-card); border:3px solid #fff; }
.founder-card .avatar-photo{ margin-bottom:16px; }
.founder-photo-lg{ width:96px; height:96px; border-radius:50%; object-fit:cover; box-shadow:var(--shadow-card); border:4px solid #fff; flex-shrink:0; }
