:root{
  --forest:#1a3d2a;--forest-deep:#0a2316;--gold:#bf9a3d;--gold-deep:#8c6e1f;
  --cream:#ffffff;--cream-warm:#f7f7f5;--ink:#0e1f15;--ink-soft:#42513f;--ink-dim:#7c8676;
  --bg:#ffffff;--rule:#e6e6e2;
  --fd:'DM Serif Display', serif;--fb:'Inter', system-ui, sans-serif;
  --max:1260px;--pad:clamp(20px,4vw,56px);
}
*, *::before, *::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--ink);font-family:var(--fb);font-size:16px;line-height:1.7}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.26em;text-transform:uppercase;color:var(--gold-deep);font-weight:600}

nav.top{position:sticky;top:0;z-index:50;background:rgba(255,255,255,0.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--rule)}
nav.top .wrap{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 0}
.brand-link img{height:50px;width:auto}
.top-links{display:flex;gap:32px;font-size:14px;color:var(--ink-soft);font-weight:500}
.top-links a:hover{color:var(--forest)}
.top-cta{font-family:var(--fb);background:var(--forest);color:var(--cream);padding:12px 22px;font-weight:600;font-size:13px;letter-spacing:.04em;border-radius:999px;border:0;transition:all .2s}
.top-cta:hover{background:var(--gold-deep);transform:translateY(-1px)}
.nav-burger{display:none;flex-direction:column;gap:5px;padding:8px}
.nav-burger span{display:block;width:22px;height:2px;background:var(--ink)}
.nav-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-drawer{position:fixed;inset:80px 0 0 0;background:var(--bg);z-index:40;transform:translateX(100%);transition:transform .35s;display:flex;flex-direction:column;padding:32px var(--pad)}
.mobile-drawer.open{transform:translateX(0)}
.mobile-drawer-links a{font-family:var(--fd);font-size:32px;color:var(--forest);padding:14px 0;border-bottom:1px solid var(--rule);display:block}
body.drawer-open{overflow:hidden}

.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;font-size:14px;font-weight:600;letter-spacing:.02em;transition:all .2s;border-radius:999px}
.btn-forest{background:var(--forest);color:var(--cream)}.btn-forest:hover{background:var(--forest-deep);transform:translateY(-2px)}
.btn-gold{background:var(--gold);color:var(--ink)}.btn-gold:hover{background:var(--gold-deep);color:var(--cream)}
.btn-ghost{border:1px solid var(--forest);color:var(--forest)}.btn-ghost:hover{background:var(--forest);color:var(--cream)}

/* HERO, split hero with quadrant tagline */
.hero{position:relative;background:var(--forest);color:var(--cream);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
.hero-content{padding:80px 56px;display:flex;flex-direction:column;justify-content:center}
.hero-content .eyebrow{color:var(--gold);margin-bottom:24px}
.hero-content .hero-content h1{font-family:var(--fd);font-size:clamp(46px,6vw,92px);font-weight:400;line-height:1;letter-spacing:-0.015em;color:var(--cream);margin-bottom:28px}
.hero-content h1 em{font-style:italic;color:var(--gold);font-weight:400}
.hero-content p.lede{font-size:18px;color:rgba(250,242,220,0.82);max-width:48ch;margin-bottom:32px;line-height:1.7}
.hero-img{position:relative}
.hero-img img{width:100%;height:100%;object-fit:cover;object-position:center 28%}
.hero-img::after{content:"";position:absolute;inset:0;background:linear-gradient(270deg, transparent 60%, rgba(26,61,42,0.85) 100%)}

/* ---------- HOME MASTHEAD: their own video hero, restored ----------
   Theirs is a full-bleed looping video (the green particle field) carrying one
   four-line statement. Their H1 is Futura Std Book Oblique 80px/88px, which we
   cannot license, so Jost stands in: same geometric-sans skeleton, and it is
   the closest open face to Futura. Oblique, not the true italic, because that
   is what theirs is. */
.hero-video{position:relative;display:flex;align-items:center;min-height:min(88vh,840px);background:var(--forest);overflow:hidden}
.hero-video .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 28%;z-index:0;pointer-events:none}
/* The scrim exists so the type keeps its contrast wherever the loop happens to
   be: the particle field brightens through the cycle, and white on its bright
   frames is unreadable without this. */
.hero-video .hero-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(100deg,rgba(12,42,26,.86) 0%,rgba(12,42,26,.62) 46%,rgba(12,42,26,.34) 100%)}
.hero-video .wrap{position:relative;z-index:2;width:100%}
/* 20ch here broke every line in half ("Transforming / Communities"), which is
   the opposite of the point: each of the four is one line that builds to the
   next. Wide enough for the longest of them at full size. */
.hero-video .hero-content{padding:96px 0;max-width:min(1120px,100%)}
/* font-style:italic, not oblique 12deg: the synthetic angle silently did
   nothing because only Jost's upright weights were loaded. Jost ships a real
   italic, so load it and ask for it. */
.hero-video h1{font-family:'Jost',var(--fb),sans-serif;font-style:italic;font-weight:400;font-size:clamp(30px,5.2vw,80px);line-height:1.1;letter-spacing:-0.005em;color:#fff;margin-bottom:26px}
.hero-video h1 span{display:block}
/* .cta-row is a centred inline-flex used elsewhere on the site; in this hero
   everything above it is hard left, so centred buttons read as a mistake. */
.hero-video .cta-row{display:flex;justify-content:flex-start}
.hero-video p.lede{font-size:17px;color:rgba(255,255,255,.9);max-width:52ch;margin-bottom:30px;line-height:1.7}
@media (max-width:900px){
  .hero-video{min-height:auto}
  .hero-video .hero-content{padding:76px 0;max-width:100%}
}
/* A looping background is exactly what a vestibular trigger looks like. Freeze
   it to the poster frame; the hero still reads because the type is the hero. */
@media (prefers-reduced-motion:reduce){
  .hero-video .hero-bg{display:none}
  .hero-video{background:var(--forest) url('/assets/video/hero-poster.jpg') center/cover no-repeat}
}

/* TAGLINE 4-QUADRANT */
.quads{background:var(--cream);padding:0;border-top:6px solid var(--gold)}
.quads-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.q{padding:48px 32px;border-right:1px solid var(--rule);transition:background .25s}
.q:last-child{border-right:0}.q:hover{background:var(--cream-warm)}
.q .n{font-family:var(--fd);font-style:italic;font-size:16px;color:var(--gold-deep);margin-bottom:14px}
.q h3{font-family:var(--fd);font-size:24px;color:var(--forest);line-height:1.15;letter-spacing:-0.01em;font-weight:400}
.q h3 em{font-style:italic;color:var(--gold-deep)}

/* MISSION */
.mission{padding:128px 0;background:var(--bg)}
.section-head{max-width:760px;margin-bottom:64px}
.section-head .eyebrow{margin-bottom:22px}
.section-head h2{font-family:var(--fd);font-size:clamp(42px,5.4vw,76px);font-weight:400;letter-spacing:-0.02em;line-height:1;color:var(--forest);margin-bottom:24px}
.section-head h2 em{font-style:italic;color:var(--gold-deep)}
.section-head p{font-size:18px;color:var(--ink-soft);max-width:60ch;line-height:1.75}
.mission-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}
.mission-body p{font-size:17.5px;color:var(--ink-soft);margin-bottom:22px;line-height:1.85}
.mission-body p strong{color:var(--forest);font-weight:600}
.mission-img img{width:100%;height:520px;object-fit:cover;border-radius:4px;box-shadow:0 24px 56px -28px rgba(14,31,21,0.35)}

/* INITIATIVES, formal 3-up */
.init{padding:128px 0;background:var(--forest-deep);color:var(--cream);border-top:6px solid var(--gold)}
.init .section-head h2, .init .section-head .eyebrow{color:var(--cream)}
.init .section-head h2 em{color:var(--gold)}
.init .section-head .eyebrow{color:var(--gold)}
.init .section-head .init .section-head p{color:rgba(255,255,255,0.78)}
.init-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}
.init-card{background:#142e1f;padding:0;overflow:hidden;border:1px solid rgba(191,154,61,0.2);transition:transform .25s, border-color .25s}
.init-card:hover{transform:translateY(-4px);border-color:var(--gold)}
.init-card .img{aspect-ratio:16/10;overflow:hidden}
.init-card .img img{width:100%;height:100%;object-fit:cover;object-position:center 28%;filter:saturate(.85)}
.init-card .body{padding:32px 28px}
.init-card .n{font-family:var(--fd);font-style:italic;font-size:14px;color:var(--gold);margin-bottom:12px}
.init-card h3{font-family:var(--fd);font-size:26px;color:var(--cream);line-height:1.15;margin-bottom:14px;letter-spacing:-0.01em;font-weight:400}
.init-card h3 em{font-style:italic;color:var(--gold)}
.init-card p{font-size:14.5px;color:rgba(255,255,255,0.78);line-height:1.7}

/* FOUNDER */
.founder{padding:128px 0;background:var(--cream-warm);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.founder-card{display:grid;grid-template-columns:1fr 1.4fr;gap:80px;align-items:center;max-width:1080px;margin:0 auto}
.founder-mark{aspect-ratio:1;background:linear-gradient(135deg, var(--forest) 0%, var(--gold) 100%);display:grid;place-items:center;color:var(--cream);font-family:var(--fd);font-size:120px;font-style:italic;border-radius:4px;letter-spacing:-0.04em;line-height:1}
.founder-body .eyebrow{margin-bottom:22px}
.founder-body h2{font-family:var(--fd);font-size:clamp(36px,4.4vw,56px);color:var(--forest);letter-spacing:-0.015em;line-height:1.05;margin-bottom:20px;font-weight:400}
.founder-body h2 em{font-style:italic;color:var(--gold-deep)}
.founder-body p{font-size:17px;color:var(--ink-soft);line-height:1.85;margin-bottom:18px}
.founder-body p strong{color:var(--forest);font-weight:600}

/* CTA */
.cta{padding:96px 0;background:var(--forest);color:var(--cream);text-align:center}
.cta h2{font-family:var(--fd);font-size:clamp(36px,4.6vw,60px);color:var(--cream);margin-bottom:18px;letter-spacing:-0.015em;line-height:1.1;font-weight:400}
.cta h2 em{font-style:italic;color:var(--gold)}
.cta p{font-size:17px;color:rgba(255,255,255,0.78);max-width:54ch;margin:0 auto 32px;line-height:1.7}
.cta-row{display:inline-flex;gap:14px;flex-wrap:wrap;justify-content:center}
.cta .btn-ghost{border-color:var(--gold);color:var(--gold)}
.cta .btn-ghost:hover{background:var(--gold);color:var(--ink);border-color:var(--gold)}

/* CONTACT */
.contact-section{padding:120px 0;background:var(--bg)}
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:start}
.contact-left .eyebrow{margin-bottom:24px}
.contact-left h2{font-family:var(--fd);font-size:clamp(40px,5vw,64px);color:var(--forest);margin-bottom:24px;letter-spacing:-0.02em;line-height:1;font-weight:400}
.contact-left h2 em{font-style:italic;color:var(--gold-deep)}
.contact-left .lede{font-size:17px;color:var(--ink-soft);max-width:42ch;margin-bottom:40px;line-height:1.7}
.contact-info{display:flex;flex-direction:column;border-top:1px solid var(--rule)}
.contact-info .row{display:flex;align-items:center;gap:18px;padding:22px 0;border-bottom:1px solid var(--rule)}
.contact-info .row svg{width:20px;height:20px;color:var(--gold-deep);flex-shrink:0}
.contact-info .row .label{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-dim);font-weight:700;margin-bottom:4px}
.contact-info .row .val{font-family:var(--fd);font-size:19px;color:var(--forest);font-weight:400;letter-spacing:-0.005em}
.contact-form{background:var(--cream-warm);padding:40px;border-radius:4px;border:1px solid var(--rule)}
.contact-form h3{font-family:var(--fd);font-size:30px;color:var(--forest);margin-bottom:8px;letter-spacing:-0.015em;font-weight:400}
.contact-form h3 em{font-style:italic;color:var(--gold-deep)}
.contact-form .form-sub{font-size:14px;color:var(--ink-dim);margin-bottom:28px}
.contact-form .field{margin-bottom:18px}
.contact-form .field label{display:block;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-dim);font-weight:600;margin-bottom:8px}
.contact-form .field input, .contact-form .field textarea{width:100%;padding:14px 16px;border:1px solid var(--rule);background:var(--bg);color:var(--ink);font-family:var(--fb);font-size:15px;border-radius:4px;transition:border-color .2s}
.contact-form .field input:focus, .contact-form .field textarea:focus{outline:0;border-color:var(--forest)}
.contact-form .field textarea{min-height:140px;resize:vertical}
.contact-form .honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.contact-submit{background:var(--forest);color:var(--cream);padding:15px 28px;font-family:var(--fb);font-size:14px;font-weight:600;border-radius:999px;border:0;cursor:pointer;transition:all .2s;margin-top:8px}
.contact-submit:hover{background:var(--gold-deep);transform:translateY(-1px)}

footer{background:var(--forest-deep);color:rgba(250,242,220,0.7);padding:72px 0 32px}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}
.foot-brand img{height:54px;width:auto;filter:brightness(0) invert(1);margin-bottom:20px;opacity:0.9}
.foot-brand p{font-size:14px;color:rgba(250,242,220,0.55);line-height:1.7;max-width:44ch;margin-bottom:14px}
.foot-col h4{font-family:var(--fd);font-size:14px;color:var(--gold);text-transform:uppercase;margin-bottom:18px;font-weight:400;letter-spacing:.08em}
.foot-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.foot-col li a, .foot-col li{font-size:14px;color:rgba(250,242,220,0.7);transition:color .2s}
.foot-col li a:hover{color:var(--gold)}
.foot-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:32px;border-top:1px solid rgba(250,242,220,0.1);font-size:12px;color:rgba(250,242,220,0.4)}
.foot-bottom a{color:var(--gold)}

@media (max-width: 960px){
  .top-links, .top-cta{display:none}.nav-burger{display:flex}
  .hero-grid{grid-template-columns:1fr}.hero-content{padding:48px 24px}.hero-img{height:300px}
  .quads-grid{grid-template-columns:1fr 1fr}
  .quads-grid .q{border-right:1px solid var(--rule);border-bottom:1px solid var(--rule)}
  .quads-grid .q:nth-child(even){border-right:0}.quads-grid .q:nth-last-child(-n+2){border-bottom:0}
  .mission, .init, .founder, .contact-section{padding:72px 0}
  .mission-grid, .founder-card, .contact-grid{grid-template-columns:1fr;gap:48px}
  .init-grid{grid-template-columns:1fr}
  .cta{padding:64px 0}.foot-grid{grid-template-columns:1fr;gap:36px;margin-bottom:32px}
}


.scholars{padding:96px 0;background:var(--off, #f6f4ee)}
.scholars .section-head{text-align:center;max-width:760px;margin:0 auto 48px}
.scholars h2{font-size:clamp(32px,4.4vw,52px);color:var(--ink, #1c2920);font-weight:700;letter-spacing:-0.015em;line-height:1.05;margin-bottom:14px}
.scholars h2 em{color:var(--forest, #3d5a3f);font-style:italic}
.scholars .lede{font-size:17px;color:var(--ink-soft, #5d6760);max-width:60ch;margin:0 auto;line-height:1.7}
.scholar-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1080px;margin:0 auto}
.scholar-card{padding:36px;background:#fff;border-radius:10px;border-top:6px solid var(--gold, #c8a347);transition:all .2s}
.scholar-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(0,0,0,0.06)}
.scholar-card .badge{display:inline-block;padding:6px 14px;background:var(--forest, #3d5a3f);color:#fff;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px}
.scholar-card .name{font-size:22px;color:var(--ink, #1c2920);font-weight:800;letter-spacing:-0.015em;margin-bottom:6px}
.scholar-card .loc{font-size:13px;color:var(--ink-dim, #9aa39c);font-weight:600;letter-spacing:.04em;font-style:italic;margin-bottom:18px}
.scholar-card p{font-size:14.5px;color:var(--ink-soft, #5d6760);line-height:1.7;margin-bottom:12px}
.scholar-card p strong{color:var(--ink, #1c2920);font-weight:700}

.team-wa{padding:96px 0;background:#fff}
.team-wa .section-head{text-align:center;max-width:760px;margin:0 auto 48px}
.team-wa h2{font-size:clamp(32px,4.4vw,52px);color:var(--ink, #1c2920);font-weight:700;letter-spacing:-0.015em;line-height:1.05;margin-bottom:14px}
.team-wa h2 em{color:var(--forest, #3d5a3f);font-style:italic}
.board-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1080px;margin:0 auto}
.board-member{padding:32px;background:var(--off, #f6f4ee);border-radius:10px;border-left:5px solid var(--forest, #3d5a3f);transition:all .2s}
.board-member:hover{border-left-color:var(--gold, #c8a347);transform:translateX(3px)}
.board-member .role{font-size:11px;color:var(--forest, #3d5a3f);font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}
.board-member .name{font-size:20px;color:var(--ink, #1c2920);font-weight:800;letter-spacing:-0.01em;line-height:1.2;margin-bottom:6px}
.board-member .title{font-size:14px;color:var(--ink-soft, #5d6760);font-weight:600;font-style:italic;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #d9d3c1}
.board-member p{font-size:13.5px;color:var(--ink-soft, #5d6760);line-height:1.65}
.board-member .frat{margin-top:12px;font-size:11.5px;color:var(--gold, #c8a347);font-weight:700;letter-spacing:.1em;text-transform:uppercase}

.partners-wa{padding:96px 0;background:var(--off, #f6f4ee)}
.partners-wa .section-head{text-align:center;max-width:760px;margin:0 auto 36px}
.partners-wa h2{font-size:clamp(28px,3.6vw,42px);color:var(--ink, #1c2920);font-weight:700;letter-spacing:-0.015em;margin-bottom:14px}
.partners-wa h2 em{color:var(--forest, #3d5a3f);font-style:italic}
.partners-wa .lede{font-size:16px;color:var(--ink-soft, #5d6760);max-width:60ch;margin:0 auto;line-height:1.7}
.partner-list{display:flex;flex-wrap:wrap;gap:28px;justify-content:center;align-items:center;max-width:980px;margin:32px auto 0}
.partner-list img{max-width:260px;max-height:170px;width:auto;height:auto;object-fit:contain;background:#fff;padding:8px}
.partner-list .p{padding:18px 28px;background:#fff;border:2px solid var(--forest, #3d5a3f);border-radius:8px;font-size:15px;font-weight:700;color:var(--ink, #1c2920);letter-spacing:-0.005em}
.partner-list .p .loc{display:block;font-size:11.5px;color:var(--ink-dim, #9aa39c);font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-top:4px;font-style:italic}

@media (max-width:960px){
  .scholar-grid, .board-grid{grid-template-columns:1fr;gap:14px}
}

/* sub-page hero: same forest band as home, no split grid */
.hero-page .hero-content{padding:clamp(56px,7vw,96px) 0;max-width:900px}
.hero-page h1{margin-bottom:16px}
.hero-page .lede{color:rgba(250,242,220,0.82);font-size:18px;max-width:60ch;margin-bottom:0}

/* CAUSES SUPPORTED, partner/cause logo grid.
   Logos only, no captions: that is how the live gallery presents them. */
.causes{padding:88px 0 24px;background:var(--white,#fff)}
.cause-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cause-cell{display:grid;place-items:center;padding:32px 24px;min-height:170px;border:1px solid var(--rule);border-radius:10px;background:#fff;transition:border-color .25s, transform .25s, box-shadow .25s}
.cause-cell:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 14px 32px -18px rgba(26,61,42,0.35)}
.cause-cell img{max-height:104px;max-width:100%;width:auto;object-fit:contain}
@media (max-width:900px){.cause-grid{grid-template-columns:repeat(2,1fr);gap:14px}.causes{padding:56px 0 16px}}
@media (max-width:560px){.cause-cell{min-height:130px;padding:22px 16px}.cause-cell img{max-height:74px}}


/* ---- NAV SUBMENU (Team lives under About) ---- */
.top-links .has-sub{position:relative;display:inline-flex;align-items:center}
.top-links .has-sub > a::after{content:"";display:inline-block;margin-left:6px;border:4px solid transparent;border-top-color:currentColor;transform:translateY(2px)}
.top-links .submenu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(6px);background:#fff;border:1px solid var(--rule);border-radius:8px;padding:8px 0;min-width:170px;box-shadow:0 18px 40px -22px rgba(14,31,21,.4);opacity:0;visibility:hidden;transition:opacity .18s,transform .18s;z-index:60}
.top-links .has-sub:hover .submenu,.top-links .has-sub:focus-within .submenu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.top-links .submenu a{display:block;padding:9px 18px;white-space:nowrap;font-size:15px}
.top-links .submenu a:hover{background:var(--cream-warm)}
/* On mobile the drawer is a flat list, so the submenu just indents. */
.mobile-drawer-links .has-sub{display:block}
.mobile-drawer-links .submenu{position:static;opacity:1;visibility:visible;transform:none;border:0;box-shadow:none;padding:0 0 0 22px;background:none;min-width:0}

/* ---- OUR INITIATIVES ----
   Was dark-green cards on a dark-green section with .btn-ghost set to
   color:var(--forest): dark green text on dark green, effectively invisible.
   The live site uses white cards on a light ground, so match that. */
.init{background:var(--cream-warm);color:var(--ink);border-top:6px solid var(--gold)}
.init .section-head h2{color:var(--ink)}
.init .section-head .eyebrow{color:var(--gold-deep)}
.init .section-head p{color:var(--ink-soft)}
.init-card{background:#fff;border:1px solid var(--rule);border-radius:10px;padding:34px 30px;display:flex;flex-direction:column;gap:16px;align-items:flex-start;box-shadow:0 18px 40px -30px rgba(14,31,21,.25)}
.init-card:hover{border-color:var(--gold)}
.init-card h3{color:var(--forest);font-size:24px;margin:0}
.init-card .btn-ghost{border-color:var(--forest);color:var(--forest);background:#fff;margin-top:auto}
.init-card .btn-ghost:hover{background:var(--forest);color:#fff}

/* ---- OUR STORY ----
   The void: align-items:center floated one 520px image in the middle of a
   seven-paragraph row. Start-align it and let it stick alongside the text. */
.mission-grid{align-items:start}
.mission-media{position:sticky;top:104px}
.mission-media img{width:100%;height:auto;max-height:none;object-fit:contain;border-radius:6px;display:block}
.story-slides{display:grid;gap:14px}
.story-slides img{width:100%;height:300px;object-fit:cover;object-position:center 25%;border-radius:6px;box-shadow:0 18px 44px -28px rgba(14,31,21,.35)}
@media(max-width:860px){.mission-media{position:static}.story-slides img{height:220px}}

/* .btn-ghost is forest-on-transparent, which vanishes on any dark ground.
   It was already overridden for .cta; the hero needs the same treatment. */
.hero .btn-ghost{border-color:rgba(255,255,255,.55);color:#fff}
.hero .btn-ghost:hover{background:#fff;color:var(--forest);border-color:#fff}

.init-card .init-icon{width:88px;height:88px;object-fit:contain;margin:0 auto 4px;display:block}
.init-card{text-align:center;align-items:center}
.init-card h3{text-align:center}


/* ---- OUR STORY CAROUSEL ---- */
.story-carousel{position:relative}
.story-carousel .track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:0;margin:0;padding:0;list-style:none;border-radius:8px;scrollbar-width:none}
.story-carousel .track::-webkit-scrollbar{display:none}
.story-carousel .track li{flex:0 0 100%;scroll-snap-align:center;margin:0}
.story-carousel .track img{width:100%;height:420px;object-fit:cover;object-position:center 25%;display:block;border-radius:8px}
.story-carousel .dots{display:flex;gap:8px;justify-content:center;margin-top:14px}
.story-carousel .dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:var(--rule);cursor:pointer;transition:background .2s,transform .2s}
.story-carousel .dots button[aria-selected="true"]{background:var(--gold);transform:scale(1.25)}
@media(max-width:860px){.story-carousel .track img{height:260px}}

/* ---- TEAM BIO: photo above the text ---- */
.bio-photo{margin:0 0 26px;padding:0}
.bio-photo img{width:100%;max-width:420px;height:auto;object-fit:contain;border-radius:8px;display:block;box-shadow:0 20px 46px -30px rgba(14,31,21,.4)}

/* ---- GALLERY: clickable, and stop cropping faces off ---- */
.quads-grid .shot{padding:0;border:0;background:none;cursor:zoom-in;display:block;overflow:hidden}
.quads-grid .shot img{width:100%;height:260px;object-fit:cover;object-position:center 22%;display:block;transition:transform .3s}
.quads-grid .shot:hover img{transform:scale(1.04)}
.lightbox{position:fixed;inset:0;background:rgba(10,35,22,.92);display:none;align-items:center;justify-content:center;z-index:200;padding:32px}
.lightbox[open],.lightbox.on{display:flex}
.lightbox img{max-width:92vw;max-height:88vh;object-fit:contain;border-radius:6px}
.lightbox .close{position:absolute;top:18px;right:24px;background:none;border:0;color:#fff;font-size:38px;line-height:1;cursor:pointer}


/* ---- STOP CROPPING PEOPLE ----
   Every one of these was object-fit:cover inside a fixed-height box. cover
   fills the box by discarding whatever does not fit, so a portrait loses the
   top of the head. cover is right for a backdrop (the hero) and wrong for any
   photograph whose content matters. These keep their own aspect ratio, so
   nothing is cut at all. */
.mission-img img{height:auto;max-height:none;object-fit:contain;width:100%}
.story-carousel .track img{height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center}
@media(max-width:860px){.story-carousel .track img{height:auto}}

/* Gallery: these are phone portraits, so a square cover crop beheads them.
   contain on a white tile shows each photo whole. */
.quads-grid .shot{background:#fff;border:1px solid var(--rule)}
.quads-grid .shot img{height:auto;aspect-ratio:1;object-fit:contain;background:#fff}

/* Team headshots. .founder-mark is a gradient INITIALS block; when it holds a
   photo the gradient shows as bands above and below. If there is an image
   inside, it is a photo frame, not an initials block. */
.founder-mark:has(img){background:none;aspect-ratio:auto;padding:0;border-radius:0}
.founder-mark img{width:100%;height:auto;object-fit:contain;display:block;border-radius:8px}
.board-member img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center 18%;border-radius:8px;margin-bottom:18px;display:block}

/* ---- OBAMA FOUNDATION (2026-08-31) ----
   Same .story-carousel component as Our Story, so the slides read as one family.
   These are phone portraits though, and the carousel default is cover at 16/9,
   which beheads the lead shot. Same fix the attire gallery already uses: contain
   on a tile, so each photo shows whole. */
.obama .obama-lead{display:grid;grid-template-columns:minmax(0,420px) minmax(0,1fr);
  gap:36px;align-items:center;margin-bottom:40px}
.obama .obama-shot{margin:0}
.obama .obama-shot img{width:100%;height:auto;display:block;border-radius:8px;
  box-shadow:0 20px 46px -30px rgba(14,31,21,.4)}
.obama .obama-copy .lede{margin:0 0 20px}
.obama-carousel .track img{height:auto;aspect-ratio:16/10;object-fit:contain;
  background:#fff;border:1px solid var(--rule)}
@media(max-width:860px){
  .obama .obama-lead{grid-template-columns:1fr;gap:24px}
  .obama-carousel .track img{aspect-ratio:4/3}
}
/* The video slide sits in the same carousel as the photos, so it gets the same
   contain treatment. It is portrait 720x1280 like the phone shots. */
.obama-carousel .track video{width:100%;height:auto;aspect-ratio:16/10;object-fit:contain;
  background:#000;border:1px solid var(--rule);border-radius:8px;display:block}
@media(max-width:860px){.obama-carousel .track video{aspect-ratio:4/3}}
