/* ===========================================================
   Kidmosphere — light, clean, teal-accented (Membership flyer look)
   Type: Montserrat (body) + Nunito (headings) — free, Gotham-style.
   Montserrat mirrors Gotham's geometric proportions; Nunito's soft
   rounded terminals echo Gotham Rounded and the Kidmosphere logo.
   =========================================================== */
:root{
  --font-body:'Montserrat',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --font-display:'Nunito','Montserrat',system-ui,sans-serif;
  --teal:#28B0B4;
  --teal-deep:#1E7C86;
  --teal-soft:#E9F8F8;
  --teal-line:#CBEDED;
  --plum:#322B4D;
  --plum-soft:#463C63;
  --gold:#F5BF53;
  --coral:#F2603C;
  --brown:#9C6B43;
  --brown-deep:#6E472C;
  --ink:#2B2740;
  --muted:#6d7280;
  --paper:#ffffff;
  --wash:#F7FBFB;
  --line:#e9edf0;
  --radius:20px;
  --shadow:0 22px 50px -26px rgba(30,124,134,.35);
  --shadow-sm:0 10px 30px -18px rgba(43,39,64,.28);
  --wrap:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-body);
  color:var(--ink);background:var(--paper);line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3{font-family:var(--font-display);line-height:1.12;letter-spacing:-.02em;margin:0 0 .5em}
h1{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800}
h2{font-size:clamp(1.7rem,3.2vw,2.5rem);font-weight:800}
h3{font-size:1.2rem;font-weight:700}
p{margin:0 0 1rem}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 clamp(1.2rem,4vw,2.4rem)}
.section{padding:clamp(3.8rem,7vw,6.5rem) 0}
.eyebrow{font-family:var(--font-display);display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;color:var(--teal);margin-bottom:1rem}
.btn,.pay-chip .a,.phone-lg,.nav-links a{font-family:var(--font-display)}
.center{text-align:center}
.lead{font-size:1.14rem;color:var(--muted);max-width:60ch}
.center .lead{margin-left:auto;margin-right:auto}
.accent{color:var(--teal)}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;
  padding:.9rem 1.7rem;border-radius:999px;cursor:pointer;border:2px solid transparent;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s}
.btn-teal{background:var(--teal);color:#fff;box-shadow:0 12px 26px -12px rgba(40,176,180,.8)}
.btn-teal:hover{transform:translateY(-2px);background:var(--teal-deep)}
.btn-gold{background:var(--gold);color:var(--plum)}
.btn-gold:hover{transform:translateY(-2px);filter:brightness(.96)}
.btn-outline{border-color:var(--teal);color:var(--teal-deep)}
.btn-outline:hover{background:var(--teal);color:#fff}
.btn-ghost-light{border-color:rgba(255,255,255,.6);color:#fff}
.btn-ghost-light:hover{background:#fff;color:var(--teal-deep);border-color:#fff}

/* header */
.site-head{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:82px}
.brand{color:var(--plum);height:50px;display:flex;align-items:center}
.brand svg,.brand img{height:50px;width:auto}
.nav-links{display:flex;align-items:center;gap:1.15rem}
.nav-links a{font-weight:600;font-size:.92rem;color:var(--ink);opacity:.8;transition:opacity .15s,color .15s}
.nav-links a:hover,.nav-links a.active{opacity:1;color:var(--teal-deep)}
.nav-cta{padding:.5rem 1.05rem;font-size:.85rem;opacity:1}
.nav-links a.nav-cta.btn-outline{color:var(--teal-deep)}
.nav-links a.nav-cta.btn-outline:hover{color:#fff}
.nav-actions{display:flex;align-items:center;gap:.6rem;margin-left:.4rem}
.menu-btn{display:none;background:none;border:0;cursor:pointer;color:var(--plum)}
.menu-btn svg{width:28px;height:28px}

/* decorative doodles */
.doodle{position:absolute;z-index:1;pointer-events:none}
.star{color:var(--gold)}
.ast{color:var(--coral)}
.blob-teal{position:absolute;border-radius:50%;background:var(--teal-soft);z-index:0}

/* HERO (sky clouds) */
.hero{position:relative;overflow:hidden;color:#fff;
  background:linear-gradient(180deg,rgba(38,56,86,.12),rgba(38,56,86,.30)),
             url('img/hero-bg.jpg') center top/cover no-repeat}
.hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;
  gap:2.4rem;align-items:center;padding-top:clamp(1.8rem,3.5vw,3rem);padding-bottom:clamp(1.8rem,3.5vw,3rem)}
.hero h1{color:#fff}
.hero .lead{margin-bottom:1.6rem;color:rgba(255,255,255,.92)}
.hero .eyebrow{color:var(--gold)}
.hero .accent{color:var(--gold)}
.hero .crumbs{color:rgba(255,255,255,.78)}
.hero .crumbs a:hover{color:#fff}
.hero .btn-outline{border-color:rgba(255,255,255,.7);color:#fff}
.hero .btn-outline:hover{background:#fff;color:var(--teal-deep);border-color:#fff}
.hero-cta{display:flex;flex-wrap:wrap;gap:.9rem}
.hero-photo{position:relative;display:flex;justify-content:center}
.hero.hero-center .wrap{grid-template-columns:1fr;justify-items:center;text-align:center;max-width:840px;margin:0 auto}
.hero.hero-center .lead{margin-left:auto;margin-right:auto;max-width:58ch}
.hero.hero-center .hero-cta{justify-content:center}
.photo-round{border-radius:50%;overflow:hidden;aspect-ratio:1;object-fit:cover;
  box-shadow:var(--shadow);border:8px solid #fff}
.photo-wrap{position:relative;width:min(430px,84%)}
.photo-wrap .photo-round{width:100%}
/* flyer-style circular pay badge: dark circle + blue ring + magenta rays */
.pay-badge{position:absolute;left:-11%;bottom:-9%;width:47%;min-width:148px;aspect-ratio:1;z-index:5}
.pay-badge-inner{position:absolute;inset:9%;border-radius:50%;text-align:center;color:#fff;
  background:radial-gradient(120% 120% at 30% 25%,var(--plum-soft),var(--plum));
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  box-shadow:0 18px 34px -14px rgba(0,0,0,.45)}
.pay-ring{position:absolute;inset:0;border-radius:50%;border:9px solid #5E86A8;
  border-top-color:transparent;border-left-color:transparent;transform:rotate(26deg);pointer-events:none}
.pay-rays{position:absolute;left:-4%;top:12%;width:26%;min-width:38px;z-index:6;pointer-events:none}
.pay-badge .s{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;opacity:.85}
.pay-badge .a{font-family:var(--font-display);font-weight:800;line-height:1;color:#fff;
  font-size:clamp(1.9rem,4.6vw,2.9rem)}
.pay-badge .w{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;opacity:.9;margin-top:.2rem}
.pay-chip{position:absolute;bottom:6%;left:2%;background:#fff;border-radius:18px;
  padding:.9rem 1.2rem;box-shadow:var(--shadow);text-align:center;z-index:3}
.pay-chip .s{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:700}
.pay-chip .a{font-size:2rem;font-weight:800;color:var(--teal-deep);line-height:1}
.pay-chip .a span{color:var(--gold)}
.pay-chip .w{font-size:.72rem;letter-spacing:.16em;font-weight:700;color:var(--muted)}

/* full-bleed photo hero (home) */
.hero-img{position:relative;overflow:hidden;color:#fff;display:flex;align-items:center;
  min-height:clamp(520px,66vh,660px);
  background:linear-gradient(95deg,rgba(15,58,66,.90) 0%,rgba(15,58,66,.66) 42%,rgba(15,58,66,.20) 74%,rgba(15,58,66,.05) 100%),
             url('img/dad_child.jpg') center right/cover no-repeat}
.hero-img .wrap{width:100%;padding-top:clamp(3rem,7vw,5rem);padding-bottom:clamp(3rem,7vw,5rem);position:relative;z-index:2}
.hero-img .hero-copy{max-width:600px}
.hero-img h1{color:#fff}
.hero-img .lead{color:rgba(255,255,255,.92);margin-bottom:1.6rem}
.hero-img .eyebrow{color:var(--gold)}
.hero-img .accent{color:var(--gold)}
.hero-img .btn-outline{border-color:rgba(255,255,255,.7);color:#fff}
.hero-img .btn-outline:hover{background:#fff;color:var(--teal-deep);border-color:#fff}
.hero-img > .pay-badge{position:absolute;right:5%;bottom:11%;left:auto;width:min(190px,23%);z-index:3}
.hero-stat{display:inline-flex;align-items:baseline;gap:.55rem;margin:0 0 1.6rem;
  font-family:var(--font-display);font-weight:700;color:#fff}
.hero-stat span{font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;opacity:.9}
.hero-stat b{color:var(--gold);font-size:2.15rem;font-weight:800;line-height:.9}
.hero-mobile-pic{display:none}
@media(max-width:820px){
  /* clean teal hero + real photo shown below the copy */
  .hero-img{background:linear-gradient(160deg,#2CC0C4 0%,#1E7C86 55%,#14535C 100%);min-height:0}
  .hero-img h1,.hero-img .lead,.hero-stat b{text-shadow:none}
  .hero-img .wrap{padding-top:2.4rem;padding-bottom:2.4rem;text-align:center}
  .hero-img .hero-copy{max-width:none;margin:0 auto}
  .hero-img .hero-cta{justify-content:center}
  .hero-img .hero-stat{justify-content:center}
  .hero-mobile-pic{display:block;width:100%;border-radius:18px;margin-top:1.8rem;
    box-shadow:0 18px 40px -22px rgba(20,83,92,.7)}
}

/* subtle per-page sky tints (same clouds, different hue) */
.hero.sky-teal,.page-banner.sky-teal{background:linear-gradient(180deg,rgba(24,74,84,.16),rgba(24,74,84,.40)),url('img/hero-bg.jpg') center top/cover no-repeat}
.hero.sky-plum,.page-banner.sky-plum{background:linear-gradient(180deg,rgba(48,42,82,.18),rgba(48,42,82,.42)),url('img/hero-bg.jpg') center top/cover no-repeat}
.hero.sky-cool,.page-banner.sky-cool{background:linear-gradient(180deg,rgba(30,50,92,.16),rgba(30,50,92,.40)),url('img/hero-bg.jpg') center top/cover no-repeat}

/* page banner (sky clouds) */
.page-banner{position:relative;overflow:hidden;color:#fff;padding:clamp(2.6rem,5vw,4rem) 0 clamp(2.2rem,4vw,3.4rem);
  background:linear-gradient(180deg,rgba(24,74,84,.16),rgba(24,74,84,.40)),
             url('img/hero-bg.jpg') center top/cover no-repeat}
.page-banner{text-align:center}
.page-banner h1{color:#fff;max-width:20ch;margin-left:auto;margin-right:auto}
.page-banner p{color:rgba(255,255,255,.9);max-width:56ch;font-size:1.12rem;margin:0 auto}
.page-banner .eyebrow{color:var(--gold)}
/* white hero variant (articles) */
.page-banner.pb-white{background:#fff;color:var(--ink);border-bottom:1px solid var(--line);padding-bottom:clamp(1.6rem,3vw,2.4rem)}
.page-banner.pb-white h1{color:var(--ink)}
.page-banner.pb-white .eyebrow{color:var(--teal-deep)}
.page-banner.pb-white p{color:var(--muted)}
.page-banner .btn-outline{border-color:rgba(255,255,255,.7);color:#fff}
.page-banner .btn-outline:hover{background:#fff;color:var(--teal-deep);border-color:#fff}
.crumbs{font-size:.82rem;letter-spacing:.04em;color:rgba(255,255,255,.78);margin-bottom:1rem}
.crumbs a:hover{color:#fff}

/* grids/cards */
.grid{display:grid;gap:1.6rem}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  padding:1.8rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card .ic{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  margin-bottom:1.1rem;font-size:1.5rem;background:var(--teal-soft)}

/* program cards with photos */
.prog{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.prog-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;
  box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}
.prog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.prog-card .ph{aspect-ratio:16/10;overflow:hidden}
.prog-card .ph img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.prog-card:hover .ph img{transform:scale(1.05)}
.prog-card .body{padding:1.8rem;display:flex;flex-direction:column;flex:1}
.prog-card .tag{font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--teal);margin-bottom:.5rem}
.prog-card h3{font-size:1.5rem}
.prog-card p{color:var(--muted)}
.prog-card .spacer{flex:1}
.prog-card .go{margin-top:1.1rem;font-weight:700;color:var(--teal-deep);display:inline-flex;gap:.4rem;align-items:center}
.prog-card .go:hover{gap:.7rem}

/* perks */
.perks{display:grid;grid-template-columns:repeat(5,1fr);gap:1.1rem;text-align:center}
.perk{padding:1.6rem .8rem;border-radius:18px;background:var(--wash);border:1px solid var(--teal-line)}
.perk .p-ic{width:52px;height:52px;margin:0 auto .8rem;border-radius:50%;display:flex;
  align-items:center;justify-content:center;background:#fff;font-size:1.4rem;box-shadow:var(--shadow-sm)}
.perk b{display:block;font-size:.95rem}

/* checklist */
.checks{list-style:none;padding:0;margin:0;display:grid;gap:.9rem}
.checks li{display:flex;gap:.8rem;align-items:flex-start;font-weight:500}
.checks .tick{flex:0 0 28px;height:28px;border-radius:50%;background:var(--teal);color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:.85rem;margin-top:2px}
/* simple dot bullets */
.dotlist{list-style:none;padding:0;margin:1.1rem 0 1.5rem;display:grid;gap:.6rem}
.dotlist li{display:flex;gap:.75rem;align-items:flex-start;line-height:1.65;font-weight:500}
.dotlist li::before{content:"";flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:var(--teal);margin-top:.62em}
/* K-branded checklist bullets */
.k-checks .tick{background:var(--teal-soft);color:transparent;position:relative;overflow:hidden}
.k-checks .tick::after{content:"";position:absolute;inset:0;background:url('submark-k.png') center/15px no-repeat}

/* circle-K scroll-to-top */
.totop{position:fixed;right:20px;bottom:20px;width:48px;height:48px;border-radius:50%;
  background:#fff url('submark.png') center/26px no-repeat;border:1px solid var(--teal-line);
  box-shadow:var(--shadow-sm);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);
  transition:opacity .25s,transform .25s,visibility .25s;z-index:50}
.totop.show{opacity:1;visibility:visible;transform:none}
.totop:hover{transform:translateY(-3px) rotate(10deg)}
@media(max-width:640px){.totop{right:14px;bottom:14px;width:44px;height:44px}}

/* hanging card (content hangs from a rainbow by two strings) */
.hang{max-width:780px;margin:0 auto;position:relative}
.hang-svg{display:block;width:100%;margin:0 auto -10px;position:relative;z-index:2;overflow:visible}
.hang-card{background:#fff;border:1px solid var(--teal-line);border-radius:22px;
  padding:2.4rem clamp(1.2rem,4vw,2.8rem);box-shadow:0 34px 66px -30px rgba(20,83,92,.5);position:relative;z-index:1}
.hang-card .article{max-width:none;margin:0}

/* article / long-form content */
.article{max-width:720px;margin:0 auto}
/* highlighter for key phrases */
.hl{background:linear-gradient(180deg,transparent 58%,rgba(245,191,83,.55) 58%);font-weight:700;padding:0 .08em}
/* per-section icon chips */
.article h2{display:flex;align-items:center;gap:.75rem}
.h2-ic{flex:0 0 auto;width:44px;height:44px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;
  box-shadow:0 10px 20px -10px rgba(20,83,92,.55);transition:transform .2s}
.article h2:hover .h2-ic{transform:translateY(-2px) rotate(-4deg)}
.h2-ic svg{width:23px;height:23px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.h2-ic.c1{background:linear-gradient(150deg,#F2603C,#d8492a)}
.h2-ic.c2{background:linear-gradient(150deg,#F7C64D,#E0932A)}
.h2-ic.c3{background:linear-gradient(150deg,#2CC0C4,#1E7C86)}
.h2-ic.c4{background:linear-gradient(150deg,#8FCF56,#4F9E36)}
.h2-ic.c5{background:linear-gradient(150deg,#5E9BD8,#3B5E9E)}
/* punchy "quick answer" callout */
.answer-card{display:flex;gap:1.2rem;align-items:center;position:relative;overflow:hidden;
  background:linear-gradient(150deg,#2CC0C4 0%,#1E7C86 58%,#14535C 100%);color:#fff;
  border-radius:18px;padding:1.4rem 1.6rem;margin:0 0 1.7rem;box-shadow:0 20px 40px -24px rgba(20,83,92,.7)}
.answer-card .big-yes{font-family:var(--font-display);font-weight:800;font-size:2.6rem;line-height:.85;color:var(--gold);flex:0 0 auto}
.answer-card p{margin:0;color:rgba(255,255,255,.95);font-weight:500;line-height:1.5}
.answer-card .spark{position:absolute;right:-6px;top:-6px;width:44px;opacity:.5}
.article .meta{color:var(--muted);font-size:.85rem;margin:0 0 1.4rem;font-weight:600;letter-spacing:.02em}
.article .lede{font-size:1.22rem;line-height:1.7;color:var(--ink);font-weight:500;margin:0 0 1.6rem}
.article p{font-size:1.06rem;line-height:1.8;color:#3a3750;margin:0 0 1.25rem}
.article h2{font-size:1.5rem;line-height:1.25;margin:3.2rem 0 .9rem;padding-top:2rem;border-top:1px solid var(--line)}
.article h2:first-of-type{border-top:none;padding-top:0;margin-top:2.2rem}
.article h3{font-size:1.18rem;margin:1.9rem 0 .5rem;color:var(--teal-deep)}
.article .lede{margin-bottom:2rem}
.article ul.checks{margin:1.2rem 0 1.6rem !important}
.article strong{color:var(--ink)}
.article blockquote{margin:1.8rem 0;padding:1.1rem 1.5rem;border-left:4px solid var(--teal);
  background:var(--teal-soft);border-radius:0 16px 16px 0;font-family:var(--font-display);
  font-weight:700;color:var(--ink);font-size:1.12rem;line-height:1.5}
.article .story{position:relative;background:#fff;border:1px solid var(--teal-line);border-radius:18px;
  padding:1.4rem 1.6rem;margin:1.6rem 0;box-shadow:var(--shadow-sm)}
.article .story .tag{display:inline-block;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:var(--coral);margin-bottom:.5rem}
.article .story p{font-size:1.04rem;font-style:italic;color:var(--ink);margin:0}
.article-cta{max-width:720px;margin:2.4rem auto 0}
.article .kback{display:inline-flex;align-items:center;gap:.4rem;color:var(--teal-deep);font-weight:700;font-size:.9rem}

/* download file rows */
.dl-list{display:grid;gap:.6rem}
.dl{display:flex;align-items:center;gap:.8rem;padding:.75rem .9rem;border:1px solid var(--line);border-radius:12px;
  background:#fff;color:var(--ink);font-weight:600;transition:transform .15s,box-shadow .15s,border-color .15s}
.dl:hover{border-color:var(--teal);box-shadow:var(--shadow-sm);transform:translateY(-1px)}
.dl .doc{flex:0 0 auto;font-size:.62rem;font-weight:800;letter-spacing:.03em;color:#fff;background:var(--coral);
  padding:.28rem .42rem;border-radius:6px}
.dl .nm{flex:1}
.dl .go{color:var(--teal-deep);font-weight:800;font-size:1.05rem}

/* feature two-col */
.feature{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.panel{background:var(--wash);border:1px solid var(--teal-line);border-radius:24px;padding:2.2rem}
.feature-photo{position:relative}
.feature-photo img{border-radius:24px;box-shadow:var(--shadow);width:100%;aspect-ratio:4/3;object-fit:cover}

/* steps */
.steps{counter-reset:s;display:grid;gap:1.3rem}
.step{display:flex;gap:1.1rem;align-items:flex-start}
.step .n{counter-increment:s;flex:0 0 46px;height:46px;border-radius:50%;background:var(--teal);
  color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center}
.step .n::before{content:counter(s)}
.step b{color:var(--ink)}

/* included pills */
.pills{display:flex;flex-wrap:wrap;gap:.7rem}
.pill{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--teal-line);
  border-radius:999px;padding:.6rem 1.15rem;font-weight:600;font-size:.95rem;box-shadow:var(--shadow-sm)}
.pill .dot{width:9px;height:9px;border-radius:50%;background:var(--gold)}

/* flyer-style CTA panel (plum, clouds, doodles) */
.cta-flyer{position:relative;overflow:hidden;border-radius:38px;color:#fff;text-align:center;
  padding:clamp(2.8rem,6vw,4.6rem) clamp(1.4rem,5vw,3.2rem);
  background:radial-gradient(130% 150% at 50% -25%,var(--plum-soft) 0%,var(--plum) 55%,#231b33 100%);
  box-shadow:var(--shadow)}
.cta-flyer h2{color:#fff}
.cta-flyer p{color:rgba(255,255,255,.9);max-width:48ch;margin:0 auto 1.2rem}
.cta-flyer .eyebrow{color:var(--gold)}
.cta-flyer .phone-lg{color:var(--gold);font-size:1.7rem}
.cta-flyer-inner{position:relative;z-index:3}
.cta-clouds{position:absolute;left:-2%;right:-2%;bottom:-1px;width:104%;z-index:1;opacity:.14}
.cta-flyer .doodle{position:absolute;z-index:2}

/* CTA band (teal) */
.cta-band{background:linear-gradient(180deg,rgba(24,74,84,.34),rgba(20,68,76,.60)),url('img/hero-bg.jpg') center/cover no-repeat;color:#fff;
  border-radius:28px;padding:clamp(2.6rem,5vw,4rem);text-align:center;position:relative;overflow:hidden}
.cta-band h2{color:#fff}
.cta-band p{color:rgba(255,255,255,.9);max-width:52ch;margin:0 auto 1.4rem}
.cta-band .row{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}
.phone-lg{font-size:1.6rem;font-weight:800;color:#fff}

/* contact */
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:start}
.info-row{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.6rem}
.info-row .ic{flex:0 0 48px;height:48px;border-radius:14px;display:flex;align-items:center;
  justify-content:center;background:var(--teal-soft);font-size:1.3rem}
.info-row b{display:block;color:var(--ink)}
.form{background:var(--wash);border:1px solid var(--teal-line);border-radius:24px;padding:2.2rem}
.field{margin-bottom:1.1rem}
.field label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.4rem}
.field input,.field select,.field textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--line);
  border-radius:12px;font:inherit;background:#fff;color:var(--ink)}
.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--teal);border-color:var(--teal)}

/* footer (sky clouds) */
.foot{position:relative;color:rgba(255,255,255,.85);padding:3.6rem 0 2rem;
  background:linear-gradient(180deg,rgba(24,74,84,.22),rgba(22,68,76,.5)),
             url('img/hero-bg.jpg') center top/cover no-repeat}
.foot-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}
.foot h4{color:#fff;font-size:.95rem;letter-spacing:.04em;margin:0 0 1rem}
.foot a{display:block;padding:.25rem 0;color:rgba(255,255,255,.72)}
.foot a:hover{color:var(--gold)}
.foot .brand img{filter:brightness(0) invert(1);height:42px;margin-bottom:1rem}
.foot .tag{font-size:.92rem;max-width:34ch}
.foot-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:2.4rem;padding-top:1.4rem;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;font-size:.85rem}
.disclaimer{font-size:.8rem;color:rgba(255,255,255,.5);margin-top:.7rem;max-width:72ch}

/* clean line-icon chip */
.licon{width:52px;height:52px;border-radius:15px;background:var(--teal-soft);display:flex;align-items:center;
  justify-content:center;color:var(--teal-deep);flex:0 0 auto}
.licon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* compact feature list */
.feat-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem 2.4rem}
.feat-item{display:flex;gap:1rem;align-items:flex-start}
.feat-item .licon{width:46px;height:46px;border-radius:13px}
.feat-item .licon svg{width:23px;height:23px}
.feat-item h3{font-size:1.05rem;margin:.1rem 0 .25rem}
.feat-item p{font-size:.92rem;color:var(--muted);margin:0;line-height:1.55}

/* horizontal stepper */
.stepper{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;position:relative}
.stepper::before{content:"";position:absolute;top:27px;left:12.5%;right:12.5%;height:2px;
  background:repeating-linear-gradient(90deg,var(--teal-line) 0 10px,transparent 10px 18px);z-index:0}
.stepper .st{text-align:center;position:relative;z-index:1}
.stepper .st .num{width:54px;height:54px;border-radius:50%;background:#fff;border:2px solid var(--teal);
  color:var(--teal-deep);font-family:var(--font-display);font-weight:800;font-size:1.25rem;
  display:flex;align-items:center;justify-content:center;margin:0 auto .9rem;box-shadow:0 6px 16px -8px rgba(40,176,180,.6)}
.stepper .st h3{font-size:1rem;margin:0 0 .25rem}
.stepper .st p{font-size:.86rem;color:var(--muted);margin:0;line-height:1.5}
@media(max-width:760px){
  .feat-list{grid-template-columns:1fr 1fr}
  .stepper{grid-template-columns:1fr 1fr;gap:2rem}
  .stepper::before{display:none}
}
@media(max-width:520px){.feat-list{grid-template-columns:1fr}}

/* FAQ accordion */
.faq{max-width:760px;margin:0 auto;display:grid;gap:.9rem}
.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);overflow:hidden}
.faq summary{cursor:pointer;list-style:none;padding:1.1rem 1.3rem;font-family:var(--font-display);font-weight:700;
  color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--teal);font-size:1.4rem;font-weight:700;line-height:1;transition:transform .2s}
.faq details[open] summary::after{content:"\2013"}
.faq details p{margin:0;padding:0 1.3rem 1.2rem;color:var(--muted)}

/* resource cards */
.res-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.4rem}
.res-card{display:flex;flex-direction:column;gap:.5rem;background:#fff;border:1px solid var(--line);
  border-radius:18px;padding:1.6rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}
.res-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.res-card .cat{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal)}
.res-card h3{font-size:1.15rem;margin:0}
.res-card .go{margin-top:auto;color:var(--teal-deep);font-weight:700;padding-top:.6rem}

/* animated mission panel */
.mission{position:relative;overflow:hidden;max-width:940px;margin:0 auto;
  border:1px solid var(--teal-line);border-radius:30px;background:#fff;
  padding:clamp(2.8rem,5.5vw,4rem) clamp(1.6rem,5vw,3.2rem)}
.mission::before{content:"";position:absolute;inset:-45%;z-index:0;pointer-events:none;
  background:radial-gradient(closest-side,rgba(40,176,180,.22),transparent 70%),
             radial-gradient(closest-side,rgba(245,191,83,.20),transparent 70%),
             radial-gradient(closest-side,rgba(194,60,110,.12),transparent 70%);
  background-repeat:no-repeat;background-size:55% 55%,52% 52%,48% 48%;
  background-position:18% 26%,82% 68%,60% 12%;
  animation:missionDrift 18s ease-in-out infinite alternate}
@keyframes missionDrift{
  0%{transform:translate(-4%,-3%) rotate(0deg) scale(1)}
  100%{transform:translate(4%,4%) rotate(9deg) scale(1.08)}}
.mission-inner{position:relative;z-index:2}
.mission h2{max-width:22ch;margin:0 auto}
.float-a{animation:floaty 5s ease-in-out infinite}
.float-b{animation:floaty 6.5s ease-in-out infinite reverse}
.float-c{animation:floaty 8s ease-in-out infinite}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-11px)}}
.shimmer{background:linear-gradient(90deg,var(--teal-deep) 0%,var(--gold) 50%,var(--teal-deep) 100%);
  background-size:220% auto;-webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;animation:shimmer 6s linear infinite}
@keyframes shimmer{to{background-position:220% center}}
@media(prefers-reduced-motion:reduce){
  .mission::before,.float-a,.float-b,.float-c,.shimmer{animation:none}
  .shimmer{color:var(--teal-deep);-webkit-text-fill-color:var(--teal-deep)}
}

/* CTA with photo */
.cta-photo{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;border-radius:28px;
  overflow:hidden;box-shadow:var(--shadow);max-width:1020px;margin:0 auto}
.cta-photo .pic{position:relative;min-height:300px}
.cta-photo .pic img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cta-photo .body{position:relative;overflow:hidden;color:#fff;padding:clamp(2rem,4vw,3.2rem);
  display:flex;flex-direction:column;justify-content:center;
  background:radial-gradient(135% 135% at 85% 12%,#2CC0C4 0%,#1E7C86 48%,#14535C 85%)}
.cta-photo .body h2{color:#fff;margin-bottom:.4rem;font-size:clamp(1.5rem,2.6vw,2rem)}
.cta-photo .body p{color:rgba(255,255,255,.92);margin:0 0 1.4rem}
.cta-photo .body .eyebrow{color:var(--gold)}
.cta-photo .body .row{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center}
.cta-photo .body .phone{color:#fff;font-weight:800;font-family:var(--font-display);white-space:nowrap}
.cta-photo .body .doodle{position:absolute;pointer-events:none}
@media(max-width:760px){.cta-photo{grid-template-columns:1fr}.cta-photo .pic{min-height:210px}}

/* pull quote */
.pullquote{position:relative;font-family:var(--font-display);font-weight:800;
  font-size:clamp(1.5rem,3.6vw,2.5rem);line-height:1.18;letter-spacing:-.01em;color:var(--ink);
  max-width:18ch;margin:0 auto}
.pullquote .q{color:var(--teal)}
.pullquote::before{content:"\201C";position:absolute;top:-.5em;left:50%;transform:translateX(-50%);
  font-size:3.4em;line-height:1;color:var(--teal-soft);z-index:-1;font-family:Georgia,serif}

/* promise list */
.promise-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:720px;margin:1.6rem auto 0}
.promise-row{display:flex;gap:.8rem;align-items:center;background:var(--wash);
  border:1px solid var(--teal-line);border-radius:14px;padding:1rem 1.2rem;font-weight:600;color:var(--ink)}
.promise-row .tk{flex:0 0 26px;height:26px;border-radius:50%;background:var(--teal);color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:.8rem}
.promise-close{text-align:center;font-family:var(--font-display);font-weight:800;
  font-size:clamp(1.3rem,2.8vw,1.9rem);color:var(--teal-deep);max-width:22ch;margin:2.2rem auto 0}
@media(max-width:560px){.promise-grid{grid-template-columns:1fr}}

/* ============ IMAGINATION LAYER (site-wide) ============ */
/* recurring floating sparkle on every content section */
.section{position:relative;overflow:hidden}
.section > .wrap{position:relative;z-index:1}
.section::before{content:"";position:absolute;z-index:0;pointer-events:none;background-repeat:no-repeat;
  background-position:center;background-size:contain;opacity:.92;animation:floaty 7s ease-in-out infinite}
.section:nth-of-type(3n+1)::before{top:7%;right:4.5%;width:46px;height:46px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F5BF53'%3E%3Cpath d='M12 2l2.6 6.3L21 9l-5 4 1.4 7L12 16l-5.4 4L8 13 3 9l6.4-.7z'/%3E%3C/svg%3E")}
.section:nth-of-type(3n+2)::before{top:11%;left:3.5%;width:44px;height:44px;opacity:.85;animation-duration:9s;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2328B0B4'%3E%3Cpath d='M12 1c1.2 5.6 4.4 8.8 10 10-5.6 1.2-8.8 4.4-10 10-1.2-5.6-4.4-8.8-10-10 5.6-1.2 8.8-4.4 10-10z'/%3E%3C/svg%3E")}
.section:nth-of-type(3n)::before{top:9%;right:6%;width:26px;height:26px;opacity:.75;animation-duration:8s;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F2603C'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E")}

/* flyer-style oval ring peeking off an edge */
.oval-arc{display:none}

/* second scattered accent per section: bold plus signs (flyer style) */
.section::after{content:"";position:absolute;z-index:0;pointer-events:none;background-repeat:no-repeat;
  background-position:center;background-size:contain;opacity:.85;animation:floaty 8.5s ease-in-out infinite reverse}
.section:nth-of-type(3n+1)::after{bottom:14%;left:5.5%;width:32px;height:32px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F2603C' stroke-width='3.4' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E")}
.section:nth-of-type(3n+2)::after{bottom:13%;right:6.5%;width:34px;height:34px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E8802A' stroke-width='3.4' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E")}
.section:nth-of-type(3n)::after{top:16%;left:7%;width:30px;height:30px;opacity:.7;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F5BF53'%3E%3Cpath d='M12 2l2.6 6.3L21 9l-5 4 1.4 7L12 16l-5.4 4L8 13 3 9l6.4-.7z'/%3E%3C/svg%3E")}
@media(max-width:640px){.oval-arc{display:none}}

/* playful color blob behind every feature photo */
.feature-photo{position:relative}
.feature-photo::before{content:"";position:absolute;z-index:0;width:52%;aspect-ratio:1;left:-18px;top:-18px;
  border-radius:42% 58% 55% 45%/52% 44% 56% 48%;background:var(--teal-soft);
  animation:floaty 10s ease-in-out infinite}
.feature:nth-of-type(even) .feature-photo::before,
.section:nth-of-type(even) .feature-photo::before{background:#FBEFD6;left:auto;right:-18px}
.feature-photo img{position:relative;z-index:1}

/* left-aligned section header (variety vs. centered) */
.sec-head{max-width:640px;margin-bottom:2.6rem}
.sec-head .eyebrow{display:inline-flex;align-items:center;gap:.5rem}
.sec-head .eyebrow::before{content:"";width:22px;height:2px;background:var(--gold);border-radius:2px}

/* playful slight tilt for gallery/photos */
.tilt{transform:rotate(-1.4deg);transition:transform .3s}
.tilt:hover{transform:rotate(0)}

@media(prefers-reduced-motion:reduce){
  .section::before,.section::after,.feature-photo::before{animation:none}
}

/* ============ KID DELIGHT ============ */
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-16px)}}
@keyframes wiggle{0%,100%{transform:rotate(-7deg)}50%{transform:rotate(7deg)}}
@keyframes twinkle{0%,100%{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1.2)}}
@keyframes swing{0%,100%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}

/* colorful fun cards (Membership) */
.funcard{position:relative;overflow:hidden;border-radius:24px;padding:1.9rem;color:#fff;
  box-shadow:0 16px 34px -18px rgba(30,40,70,.5);
  transition:transform .3s cubic-bezier(.34,1.6,.5,1),box-shadow .25s}
.funcard h3{color:#fff;margin:.1rem 0 .3rem}
.funcard p{color:rgba(255,255,255,.94);margin:0}
.funcard .fic{width:58px;height:58px;border-radius:17px;background:rgba(255,255,255,.24);
  display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff}
.funcard .fic svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.funcard::after{content:"";position:absolute;right:-30px;bottom:-30px;width:110px;height:110px;
  border-radius:50%;background:rgba(255,255,255,.12)}
.funcard:hover{transform:translateY(-10px) rotate(-1.6deg) scale(1.02)}
.funcard:hover .fic{animation:wiggle .5s ease-in-out}
.fc-teal{background:linear-gradient(150deg,#2CC0C4,#1E7C86)}
.fc-gold{background:linear-gradient(150deg,#F7C64D,#E0932A)}
.fc-coral{background:linear-gradient(150deg,#F2603C,#C13C6E)}
.fc-plum{background:linear-gradient(150deg,#5B4C8E,#332B4D)}
.fc-green{background:linear-gradient(150deg,#8FCF56,#4F9E36)}
.fc-blue{background:linear-gradient(150deg,#5E9BD8,#3B5E9E)}
.fc-brown{background:linear-gradient(150deg,#B07E4E,#6E472C)}

/* balloons (SVG, with shine + knot + curved string) */
.balloon{position:absolute;z-index:1;background-repeat:no-repeat;background-position:center top;
  background-size:contain;animation:bob 6s ease-in-out infinite;filter:drop-shadow(0 6px 6px rgba(20,30,52,.18))}

/* mascot bob + gentle spin star */
.bob{animation:bob 6s ease-in-out infinite}
.twinkle{animation:twinkle 3.5s ease-in-out infinite}

/* bouncier cards & buttons everywhere */
.card{transition:transform .28s cubic-bezier(.34,1.56,.6,1),box-shadow .2s}
.card:hover{transform:translateY(-6px) rotate(-.7deg)}
.res-card:hover{transform:translateY(-6px) rotate(-.7deg)}
.btn:hover{transform:translateY(-3px) scale(1.03)}

@media(prefers-reduced-motion:reduce){
  .balloon,.bob,.twinkle{animation:none}
  .funcard:hover,.card:hover,.res-card:hover,.btn:hover{transform:none}
}

/* colorful feature-list icons (rotate) */
.feat-item:nth-child(6n+1) .licon{background:#E4F7F7;color:#1E7C86}
.feat-item:nth-child(6n+2) .licon{background:#FDF0D6;color:#DA9020}
.feat-item:nth-child(6n+3) .licon{background:#FCE1DA;color:#D8492D}
.feat-item:nth-child(6n+4) .licon{background:#E7F4D8;color:#4F9E36}
.feat-item:nth-child(6n+5) .licon{background:#E3ECF8;color:#3B5E9E}
.feat-item:nth-child(6n)   .licon{background:#EDE8F5;color:#5B4C8E}

/* colorful tops on resource cards */
.res-grid .res-card{border-top:5px solid var(--teal)}
.res-grid .res-card:nth-child(6n+2){border-top-color:var(--gold)}
.res-grid .res-card:nth-child(6n+3){border-top-color:var(--coral)}
.res-grid .res-card:nth-child(6n+4){border-top-color:#4F9E36}
.res-grid .res-card:nth-child(6n+5){border-top-color:#3B5E9E}
.res-grid .res-card:nth-child(6n)  {border-top-color:#5B4C8E}

/* white buttons inside colorful funcards */
.funcard .btn{background:#fff;color:var(--ink);border-color:#fff}
.funcard .btn:hover{background:#fff;color:var(--teal-deep)}

.page-banner .wrap{position:relative;z-index:1}
/* balloon bouquet (grouped, gently swaying from the tie point) */
@keyframes sway{0%,100%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}
.bouquet{position:absolute;z-index:2;transform-origin:bottom center;
  animation:sway 5.5s ease-in-out infinite;filter:drop-shadow(0 9px 8px rgba(20,30,52,.18))}
@media(max-width:760px){.bouquet{display:none}}
@media(prefers-reduced-motion:reduce){.bouquet{animation:none}}

/* ============ BOLD MAKEOVER ============ */
/* bigger, more confident type */
.hero-img h1{font-size:clamp(2.6rem,6vw,4.3rem);line-height:1.04}
h2{font-size:clamp(1.9rem,3.6vw,2.9rem)}

/* ghost-K brand texture (the K monogram blown up into sweeping background curves) */
.ghost-k{position:relative;overflow:hidden}
.ghost-k>*{position:relative;z-index:1}
.ghost-k::after{content:"";position:absolute;right:-3%;top:50%;transform:translateY(-50%);
  height:150%;aspect-ratio:461/512;background:url('submark-white.png') right center/contain no-repeat;
  opacity:.07;pointer-events:none;z-index:0}
.ghost-k.gk-left::after{right:auto;left:-3%;background-position:left center;transform:translateY(-50%) scaleX(-1)}
/* light-section variant: teal K on pale backgrounds */
.ghost-k.gk-light::after{background-image:url('submark-k.png');opacity:.05}
@media(max-width:640px){.ghost-k::after{height:120%;opacity:.05}}

/* K section divider ornament */
.kdiv{display:flex;align-items:center;justify-content:center;gap:1.1rem;max-width:440px;margin:0 auto 1.6rem}
.kdiv .l{height:1px;flex:1;background:linear-gradient(90deg,transparent,var(--teal-line),var(--teal-line),transparent)}
.kdiv img{width:34px;height:34px;opacity:.85;flex:0 0 auto}

/* K bullet list */
.klist{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.7rem}
.klist li{display:flex;gap:.7rem;align-items:flex-start;font-weight:500}
.klist li::before{content:"";flex:0 0 22px;height:22px;margin-top:.1rem;border-radius:50%;
  background:var(--teal-soft) url('submark-k.png') center/13px no-repeat}

/* full-width IMPACT band */
.impact{position:relative;overflow:hidden;color:#fff;padding:clamp(2.6rem,5vw,3.8rem) 0;
  background:linear-gradient(150deg,#2CC0C4 0%,#1E7C86 55%,#14535C 100%)}
.impact .i-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1020px;margin:0 auto;text-align:center}
.vchip{width:54px;height:54px;border-radius:16px;background:rgba(255,255,255,.18);display:inline-flex;
  align-items:center;justify-content:center;margin-bottom:.9rem}
.vchip svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.impact .i-item h3{color:#fff;font-size:1.15rem;margin:0 0 .3rem}
.impact .i-item p{color:rgba(255,255,255,.85);margin:0}
.impact .i-item{position:relative}
.impact .i-item:not(:last-child)::after{content:"";position:absolute;right:-1rem;top:12%;bottom:12%;width:1px;background:rgba(255,255,255,.16)}
.impact .big{font-family:var(--font-display);font-weight:800;font-size:clamp(2.2rem,5.5vw,3.4rem);line-height:1;color:var(--gold)}
.impact h3{color:#fff;margin:.4rem 0 .2rem;font-size:1.15rem}
.impact p{color:rgba(255,255,255,.82);margin:0;font-size:.92rem}
.impact .doodle{position:absolute;pointer-events:none;opacity:.9}
@media(max-width:700px){.impact .i-grid{grid-template-columns:1fr;gap:1.6rem}.impact .i-item::after{display:none}}

/* colorful stepper numbers */
.stepper .st:nth-child(1) .num{border-color:var(--coral);color:#D8492D}
.stepper .st:nth-child(2) .num{border-color:var(--gold);color:#DA9020}
.stepper .st:nth-child(3) .num{border-color:var(--teal);color:var(--teal-deep)}
.stepper .st:nth-child(4) .num{border-color:#4F9E36;color:#4F9E36}

/* big emotional photo band */
.photo-band{position:relative;overflow:hidden;min-height:clamp(340px,46vw,480px);display:flex;align-items:center;color:#fff}
.photo-band>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.photo-band .veil{position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,rgba(20,58,66,.82),rgba(20,58,66,.35) 55%,rgba(20,58,66,.05))}
.photo-band .wrap{position:relative;z-index:2}
.photo-band h2{color:#fff;max-width:17ch;font-size:clamp(2rem,4.4vw,3.2rem);line-height:1.08}
.photo-band p{color:rgba(255,255,255,.92);max-width:44ch;font-size:1.1rem}

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

/* responsive */
@media(max-width:900px){
  .hero .wrap{grid-template-columns:1fr;gap:2.2rem}
  .hero-photo{order:-1}
  .prog,.grid-3,.grid-2,.feature,.contact-grid{grid-template-columns:1fr}
  .perks{grid-template-columns:repeat(2,1fr)}
  .foot-top{grid-template-columns:1fr 1fr}
  .nav-links{position:absolute;top:82px;left:0;right:0;background:#fff;flex-direction:column;
    align-items:stretch;gap:0;padding:.5rem 1.2rem 1.2rem;border-bottom:1px solid var(--line);
    box-shadow:var(--shadow-sm);display:none}
  .nav-links.open{display:flex}
  .nav-links a{padding:.85rem .2rem;border-bottom:1px solid var(--line)}
  .nav-links .nav-cta{margin-top:.8rem;justify-content:center}
  .menu-btn{display:block}
}
@media(max-width:520px){
  .perks{grid-template-columns:1fr}
  .foot-top{grid-template-columns:1fr}
  .hero-cta .btn,.cta-band .btn{width:100%;justify-content:center}
}
