/* ============================================================================
   OPTION B — "Island Bright"
   Bright, vibrant, friendly. Carousel hero, floating pill nav, rounded cards,
   Caribbean turquoise accent, playful shapes. Deliberately different from A.
   ========================================================================== */
.opt-b {
  --bg: #ffffff;
  --tint: #f1f8fb;       /* cool mint */
  --tint-warm: #fff6ec;  /* warm sand */
  --line: #e8eef3;
  --text: #14233a;
  --muted: #5f7088;
  --navy: #1b2a63;
  --navy-700: #24327a;
  --red: #e02230;
  --red-700: #bd1623;
  --teal: #12b3c4;
  --teal-700: #0d8d9b;
  --gold: #f7b500;
  --shadow-sm: 0 8px 22px rgba(20, 40, 90, .07);
  --shadow: 0 22px 50px rgba(20, 40, 90, .12);
  --r: 24px;
  --r-sm: 16px;

  --map-stroke: #ffffff;
  --map-stroke-w: 1.1;
  --map-emerging: #d8e7ee;
  --map-developing: #f7b500;
  --map-active: #e02230;
  --map-hover: #12b3c4;
  --map-selected: #1b2a63;
  --map-selected-stroke: #f7b500;
  --st-active: #e02230;
  --st-developing: #d99206;
  --st-emerging: #93abbf;
}

*, *::before, *::after { box-sizing: border-box; }
.opt-b {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif; line-height: 1.65;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
.opt-b h1, .opt-b h2, .opt-b h3, .opt-b h4 {
  margin: 0; font-family: "Bricolage Grotesque", "Plus Jakarta Sans", sans-serif;
  font-weight: 800; line-height: 1.04; letter-spacing: -.02em;
}
.opt-b a { color: inherit; text-decoration: none; }
.opt-b img, .opt-b svg { max-width: 100%; display: block; }
.wrap { width: min(1180px, 92vw); margin-inline: auto; }
.eyebrow { font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; color: var(--teal-700); }
.muted { color: var(--muted); }
.center { text-align: center; }
.text-red { color: var(--red); }

/* pill buttons */
.btn { display: inline-flex; align-items: center; gap: .5rem; font-weight: 800; font-size: .95rem; padding: .9rem 1.6rem; border-radius: 999px; cursor: pointer; border: 2px solid transparent; transition: transform .15s, box-shadow .15s, background .15s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px) scale(1.01); }
.btn--red { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(224, 34, 48, .3); }
.btn--red:hover { background: var(--red-700); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--teal { background: var(--teal); color: #fff; box-shadow: 0 10px 24px rgba(18, 179, 196, .32); }
.btn--teal:hover { background: var(--teal-700); }
.btn--ghost { border-color: var(--line); color: var(--navy); background: #fff; }
.btn--ghost:hover { border-color: var(--teal); color: var(--teal-700); }
.btn--light { background: rgba(255, 255, 255, .9); color: var(--navy); }
.btn--lg { padding: 1.05rem 1.9rem; font-size: 1.02rem; }

/* ---------------- FLOATING PILL NAV ---------------- */
.nav { position: fixed; inset: .9rem 0 auto 0; z-index: 50; transition: inset .3s; }
.nav .bar { width: min(1180px, 94vw); margin-inline: auto; display: flex; align-items: center; gap: 1.2rem; background: rgba(255, 255, 255, .82); backdrop-filter: blur(14px); border: 1px solid var(--line); border-radius: 999px; padding: .5rem .8rem .5rem 1.1rem; box-shadow: var(--shadow-sm); }
.nav.scrolled { inset: .4rem 0 auto 0; }
.nav.scrolled .bar { box-shadow: var(--shadow); }
.brand { display: flex; align-items: center; margin-right: auto; }
.brand img { height: 46px; width: auto; }
.nav-links { display: flex; gap: 1.3rem; align-items: center; }
.nav-links a { font-size: .9rem; font-weight: 700; color: var(--navy); position: relative; }
.nav-links a:hover, .nav-links a.active { color: var(--teal-700); }
.nav-toggle { display: none; background: none; border: 0; color: var(--navy); cursor: pointer; padding: .3rem; }
.nav-toggle svg { width: 26px; height: 26px; }
@media (max-width: 960px) {
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(320px, 84vw); flex-direction: column; align-items: flex-start; gap: .2rem; background: #fff; padding: 5.5rem 1.5rem 2rem; transform: translateX(105%); transition: transform .3s; box-shadow: -20px 0 60px rgba(20, 40, 90, .18); border-radius: 24px 0 0 24px; }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 1.05rem; width: 100%; padding: .85rem 0; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: inline-flex; }
}

/* ---------------- CAROUSEL HERO ---------------- */
.hero { position: relative; padding: 5.6rem 0 0; background: linear-gradient(180deg, var(--tint), #fff); }
.hero-carousel { position: relative; width: min(1240px, 96vw); margin: 0 auto; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.swiper { width: 100%; }
.hslide { position: relative; min-height: 78vh; display: flex; align-items: flex-end; color: #fff; }
.hslide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hslide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,22,46,.15) 0%, rgba(12,22,46,0) 35%, rgba(12,22,46,.78) 100%); }
.hslide .cap { position: relative; z-index: 2; padding: 2.4rem clamp(1.5rem, 4vw, 3.4rem) 3rem; max-width: 760px; }
.hslide .eyebrow { color: #ffe08a; }
.hslide h2 { font-size: clamp(2.2rem, 5.6vw, 4.6rem); margin: .6rem 0 .8rem; text-shadow: 0 2px 24px rgba(0,0,0,.3); }
.hslide p { font-size: clamp(1rem, 1.8vw, 1.25rem); max-width: 48ch; color: #eef4fb; margin: 0 0 1.4rem; font-weight: 500; }
.hslide .hcta { display: flex; gap: .7rem; flex-wrap: wrap; }
.swiper-pagination-bullet { background: #fff; opacity: .55; width: 9px; height: 9px; }
.swiper-pagination-bullet-active { opacity: 1; background: var(--teal); width: 26px; border-radius: 6px; }
.swiper-button-next, .swiper-button-prev { color: #fff; --swiper-navigation-size: 26px; }
@media (max-width: 700px) { .hslide { min-height: 70vh; } }

/* floating mini stats under hero */
.hero-stats { width: min(1100px, 92vw); margin: -2.4rem auto 0; position: relative; z-index: 5; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-stats .s { padding: 1.4rem 1rem; text-align: center; border-left: 1px solid var(--line); }
.hero-stats .s:first-child { border-left: 0; }
.hero-stats .s b { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(1.7rem, 3vw, 2.4rem); color: var(--navy); display: block; line-height: 1; }
.hero-stats .s span { font-size: .76rem; color: var(--muted); font-weight: 600; }
@media (max-width: 640px) { .hero-stats { grid-template-columns: repeat(2, 1fr); } .hero-stats .s:nth-child(odd) { border-left: 0; } }

/* ---------------- SECTION SHELL ---------------- */
.sec { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.sec.mint { background: var(--tint); }
.sec.warm { background: var(--tint-warm); }
.sec.navy { background: var(--navy); color: #fff; }
.sec-head { margin-bottom: 2.6rem; }
.sec-head.row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.sec-head h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); }
.sec-head p { max-width: 46ch; color: var(--muted); margin: .7rem 0 0; }
.sec.navy .sec-head p { color: #c4cfe6; }

/* about split */
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.about-grid h2 { font-size: clamp(2rem, 4.2vw, 3rem); margin: .8rem 0 1.1rem; }
.about-grid p { color: var(--muted); margin: 0 0 1rem; }
.media-card { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); position: relative; aspect-ratio: 4/3; }
.media-card.tall { aspect-ratio: 4/5; }
.media-card img { width: 100%; height: 100%; object-fit: cover; }
.media-card .tag { position: absolute; left: 14px; bottom: 14px; background: rgba(255,255,255,.92); color: var(--navy); font-weight: 700; font-size: .72rem; padding: .35rem .7rem; border-radius: 999px; }
.media-card.deco::before { content: ""; position: absolute; z-index: 2; inset: auto -30px -30px auto; width: 120px; height: 120px; border-radius: 50%; background: var(--teal); opacity: .9; }
@media (max-width: 820px) { .about-grid { grid-template-columns: 1fr; } }

/* feature / generic cards */
.feat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.fcard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.8rem; box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s; }
.fcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.fcard .ic { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--tint); color: var(--teal-700); margin-bottom: 1rem; font-weight: 800; }
.fcard h3 { font-size: 1.25rem; margin-bottom: .4rem; }
.fcard p { color: var(--muted); margin: 0; font-size: .95rem; }
.sec.navy .fcard { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); color: #eaf0fb; }
.sec.navy .fcard p { color: #b9c5de; }
@media (max-width: 820px) { .feat { grid-template-columns: 1fr; } }

/* team cards (rounded, colorful) */
.cards { display: grid; gap: 1.3rem; grid-template-columns: repeat(4, 1fr); }
.tcard { border-radius: var(--r); overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s; border: 1px solid var(--line); }
.tcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tcard .top { height: 90px; display: grid; place-items: center; color: #fff; font-family: "Bricolage Grotesque"; font-weight: 800; font-size: 1.6rem; }
.tcard.t1 .top { background: linear-gradient(135deg, #24327a, #1b2a63); }
.tcard.t2 .top { background: linear-gradient(135deg, #e84855, #e02230); }
.tcard.t3 .top { background: linear-gradient(135deg, #19c3d4, #0d8d9b); }
.tcard.t4 .top { background: linear-gradient(135deg, #ffc944, #f7b500); color: #2a2102; }
.tcard .pad { padding: 1.4rem; }
.tcard small { color: var(--teal-700); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; font-size: .68rem; }
.tcard h3 { font-size: 1.35rem; margin: .3rem 0 .5rem; }
.tcard .lnk { color: var(--navy); font-weight: 800; font-size: .9rem; }
@media (max-width: 980px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .cards { grid-template-columns: 1fr; } }

/* ---------------- MAP SECTION ---------------- */
.map-sec { background: var(--tint); }
.map-wrap { display: grid; grid-template-columns: 1.5fr .85fr; gap: 1.8rem; align-items: start; }
.map-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.map-side { position: sticky; top: 96px; }
.map-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem; min-height: 320px; box-shadow: var(--shadow-sm); }
.map-tools { display: flex; gap: .6rem; margin-bottom: 1rem; }
.map-tools select, .map-search { background: #fff; border: 1.5px solid var(--line); color: var(--text); padding: .8rem .9rem; border-radius: 12px; font: inherit; }
.map-tools select { flex: 1; }
.map-search { width: 100%; margin: 1rem 0 .5rem; }
.dr-legend { color: var(--muted); margin-bottom: 1rem; }
[data-dr-list] { max-height: 270px; overflow: auto; }
.dr-li-btn { border-radius: 14px; }
.drp-cta { background: var(--teal); border-radius: 999px; }
.opt-b .drp-cta:hover { background: var(--teal-700); }
.opt-b .drp-cta--start { background: var(--red); }
.opt-b .drp-stat { border-radius: 16px; background: var(--tint); }
.opt-b .drp-stat span { color: var(--navy); }
.opt-b .drp-programs li { border-radius: 999px; background: var(--tint); }
.opt-b .drp-empty-mark { border-radius: 50%; }
@media (max-width: 900px) { .map-wrap { grid-template-columns: 1fr; } .map-side { position: static; } }

/* ---------------- NEWS ---------------- */
.news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.ncard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .15s, box-shadow .15s; box-shadow: var(--shadow-sm); }
.ncard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.ncard .thumb { aspect-ratio: 16/10; position: relative; overflow: hidden; }
.ncard .thumb img { width: 100%; height: 100%; object-fit: cover; }
.ncard .cat { position: absolute; top: 12px; left: 12px; background: var(--teal); color: #fff; font-size: .66rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: .32rem .6rem; border-radius: 999px; }
.ncard .body { padding: 1.2rem 1.3rem 1.4rem; }
.ncard time { font-size: .76rem; color: var(--muted); font-weight: 700; }
.ncard h3 { font-size: 1.1rem; line-height: 1.3; margin: .4rem 0 0; }
@media (max-width: 880px) { .news { grid-template-columns: 1fr; } }

/* ---------------- CTA (big rounded color block) ---------------- */
.cta { padding: clamp(3rem, 7vw, 5rem) 0; }
.cta .box { background: linear-gradient(130deg, var(--navy), #2a3b8f); border-radius: 32px; color: #fff; padding: clamp(2.4rem, 6vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; position: relative; overflow: hidden; }
.cta .box::before { content: ""; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px; border-radius: 50%; background: var(--teal); opacity: .35; }
.cta .box::after { content: ""; position: absolute; left: -40px; bottom: -70px; width: 180px; height: 180px; border-radius: 50%; background: var(--red); opacity: .3; }
.cta h2 { font-size: clamp(1.9rem, 4vw, 3rem); max-width: 18ch; position: relative; z-index: 1; }
.cta p { color: #cdd6ee; margin: .6rem 0 0; max-width: 42ch; position: relative; z-index: 1; }
.cta .hcta { position: relative; z-index: 1; display: flex; gap: .7rem; flex-wrap: wrap; }

/* ---------------- FOOTER ---------------- */
.foot { background: var(--navy); color: #c6d0e8; padding: 3.4rem 0 1.8rem; border-radius: 40px 40px 0 0; margin-top: 2rem; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 2rem; }
.foot .flogo-badge { display: inline-block; background: #fff; padding: 10px 14px; border-radius: 18px; margin-bottom: 1rem; }
.foot img.flogo { height: 64px; width: auto; }
.foot h4 { color: #fff; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 1rem; font-family: "Plus Jakarta Sans"; }
.foot a { display: block; color: #aebada; font-size: .92rem; padding: .25rem 0; }
.foot a:hover { color: var(--teal); }
.foot p { color: #93a1c4; font-size: .9rem; }
.foot .social { display: flex; gap: .6rem; margin-top: 1rem; }
.foot .social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; padding: 0; color: #fff; }
.foot .social a:hover { background: var(--teal); }
.news-signup { display: flex; gap: .5rem; margin-top: .7rem; }
.news-signup input { flex: 1; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); color: #fff; padding: .65rem .8rem; border-radius: 999px; font: inherit; }
.foot-base { border-top: 1px solid rgba(255,255,255,.14); margin-top: 2.5rem; padding-top: 1.4rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: #8593b7; font-size: .8rem; }
@media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }

/* ---------------- PAGE HERO (interior) ---------------- */
.page-hero { padding: 8rem 0 3rem; background: linear-gradient(180deg, var(--tint), #fff); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; right: -80px; top: -40px; width: 280px; height: 280px; border-radius: 50%; background: var(--teal); opacity: .12; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.3rem, 5.4vw, 4.2rem); }
.page-hero p { color: var(--muted); max-width: 56ch; margin: 1rem 0 0; font-size: 1.08rem; }
.crumb { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-700); font-weight: 800; margin-bottom: .8rem; }

/* prose */
.prose { max-width: 70ch; }
.prose p { color: #38465c; margin: 0 0 1.2rem; }
.prose h3 { font-size: 1.4rem; margin: 2rem 0 .6rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* donate / tiers */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.tier { border: 1px solid var(--line); border-radius: var(--r); padding: 1.8rem; background: #fff; box-shadow: var(--shadow-sm); }
.tier.feat { border-color: var(--teal); box-shadow: 0 0 0 2px var(--teal) inset, var(--shadow); }
.tier b { font-family: "Bricolage Grotesque"; font-size: 2.4rem; display: block; color: var(--navy); }
.tier h3 { font-size: 1.15rem; margin: .2rem 0 .5rem; }
.tier p { color: var(--muted); font-size: .92rem; margin: 0; }
@media (max-width: 820px) { .tiers { grid-template-columns: 1fr; } }
.amts { display: flex; flex-wrap: wrap; gap: .6rem; }
.amt { border: 2px solid var(--line); background: #fff; border-radius: 14px; padding: .8rem 1.2rem; font-weight: 800; color: var(--navy); cursor: pointer; font-size: 1.05rem; }
.amt.sel, .amt:hover { border-color: var(--teal); color: var(--teal-700); }
.seg { display: inline-flex; background: var(--tint); border-radius: 999px; padding: 4px; }
.seg button { border: 0; background: none; padding: .55rem 1.3rem; border-radius: 999px; font-weight: 800; cursor: pointer; color: var(--muted); }
.seg button.on { background: #fff; color: var(--navy); box-shadow: var(--shadow-sm); }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.6rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .8rem; font-weight: 800; color: var(--navy); margin-bottom: .35rem; }
.field input, .field textarea { width: 100%; background: #fff; border: 1.5px solid var(--line); color: var(--text); padding: .9rem 1rem; border-radius: 14px; font: inherit; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--teal); }
.info-row { display: flex; gap: .9rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.info-row b { color: var(--navy); }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }
.lnk { color: var(--navy); font-weight: 800; }
.soon { display: inline-block; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; background: var(--tint); color: var(--muted); padding: .15rem .45rem; border-radius: 6px; margin-left: .35rem; font-weight: 800; vertical-align: middle; }
