/* ============================================================
   BRIGHT HAVEN — HOME (v3, built on the Visible Local system)
   Anchored to spectrumparenting.org + marriagehelper.com:
   Hanken Grotesk 800, warm off-white, deep pine-teal + warm
   terracotta/coral two-tone, pill CTAs, first-person copy.
   Fully self-contained (does NOT load styles.css).
   ============================================================ */

/* Self-hosted Hanken Grotesk (latin), swap to avoid invisible text */
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:400;font-display:swap;src:url(fonts/hanken-400.woff2) format('woff2')}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:500;font-display:swap;src:url(fonts/hanken-500.woff2) format('woff2')}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:600;font-display:swap;src:url(fonts/hanken-600.woff2) format('woff2')}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:700;font-display:swap;src:url(fonts/hanken-700.woff2) format('woff2')}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:800;font-display:swap;src:url(fonts/hanken-800.woff2) format('woff2')}
@font-face{font-family:'Hanken Grotesk';font-style:italic;font-weight:500;font-display:swap;src:url(fonts/hanken-500i.woff2) format('woff2')}
@font-face{font-family:'Hanken Grotesk';font-style:italic;font-weight:700;font-display:swap;src:url(fonts/hanken-700i.woff2) format('woff2')}
@font-face{font-family:'Hanken Grotesk';font-style:italic;font-weight:800;font-display:swap;src:url(fonts/hanken-800i.woff2) format('woff2')}

:root{
  /* --- Bright Haven logo palette (DECORATIVE — sun, tints, accents;
         these are bright/pastel and must NOT be used for text on light) --- */
  --brand-coral:#FE8B60;      /* "Bright" */
  --brand-teal:#86C8C2;       /* "Haven" */
  --brand-gold:#FCC359;       /* sun & rays */
  --brand-gold-text:#F2BC61;  /* "LEARNING ACADEMY" gold */
  --ray-coral:#F48C60;        /* deeper sun-ray coral */
  --brand-pink:#DA899A;       /* magenta ray */

  /* --- accessible working tokens (same hues, darkened for WCAG AA text) --- */
  --paper:#FDFCFA;
  --paper-warm:#F8EEDC;        /* sunrise sand band */
  --teal:#1C6E64;              /* anchor — headlines, structure (fresher aqua, ~5.7:1 AA) */
  --teal-deep:#155A52;         /* dark band */
  --teal-mid:#2E8B80;
  --coral:#B84A1B;             /* action + accent text (AA on cream + mint band) */
  --coral-br:#F48C60;          /* bright ray coral — decorative highlight */
  --gold:#7C570F;              /* AA 4.5:1 gold text on white */
  --gold-br:#FCC359;           /* sun gold — decorative + text on dark teal */
  --ink:#3A352F;
  --ink-soft:#6E665C;
  --card:#FFFFFF;
  --line:#EBE3D5;
  --line-soft:#F1EADD;
  --tile:#E4F3F1;              /* icon-tile tint, from Haven teal */
  --maxw:1180px;
  --shadow:0 18px 40px rgba(31,54,52,.10), 0 3px 10px rgba(31,54,52,.05);
  --shadow-lg:0 30px 70px rgba(31,54,52,.14), 0 8px 20px rgba(31,54,52,.07);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:'Hanken Grotesk',system-ui,-apple-system,'Segoe UI',sans-serif;
  font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:'Hanken Grotesk',sans-serif;font-weight:800;color:var(--teal);
  margin:0;line-height:1.08;letter-spacing:-.022em}
p{margin:0 0 1rem}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 26px}
.center{text-align:center}
.accent{color:var(--coral);font-style:italic}
.kick{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:.78rem;
  letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}
.kick::before{content:"";width:22px;height:2px;background:var(--gold-br);border-radius:2px}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:10px;font-family:'Hanken Grotesk';font-weight:700;
  font-size:1rem;padding:15px 27px;border-radius:999px;border:0;cursor:pointer;letter-spacing:.01em;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}
.btn svg{width:19px;height:19px}
.btn:focus-visible{outline:3px solid var(--teal);outline-offset:3px}
.btn-primary{background:var(--coral);color:#fff;box-shadow:0 10px 24px rgba(192,80,31,.24)}
.btn-primary:hover{transform:translateY(-2px);background:#AC461A;box-shadow:0 14px 30px rgba(192,80,31,.30)}
.btn-primary:active{transform:translateY(0)}
.btn-ghost{background:transparent;color:var(--teal);border:1.6px solid #cdd8d3}
.btn-ghost:hover{transform:translateY(-2px);border-color:var(--teal);background:#fff}
.btn-teal{background:var(--teal);color:#fff;box-shadow:0 10px 24px rgba(31,70,71,.22)}
.btn-teal:hover{transform:translateY(-2px);background:#173a3a}
.btn-lg{padding:17px 32px;font-size:1.05rem}

/* ---------- Utility bar ---------- */
.util{background:var(--teal);color:#EAF1EE;font-size:.83rem;font-weight:500}
.util .wrap{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:9px;padding-bottom:9px}
.util span{display:inline-flex;align-items:center;gap:8px}
.util svg{width:15px;height:15px;color:var(--gold-br)}
.util .r{color:#BcCDC7;color:#B9CCC6}

/* ---------- Nav ---------- */
.nav{position:sticky;top:0;z-index:100;background:rgba(253,252,250,.9);backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line)}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-top:13px;padding-bottom:13px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{height:60px;width:auto;border-radius:50%}
.brand .fallback{display:none;font-weight:800;color:var(--teal);font-size:1.2rem}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links a.link{font-weight:600;font-size:1rem;color:var(--ink);transition:color .15s}
.nav-links a.link:hover,.nav-links a.link.active{color:var(--coral)}
.nav-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:12px;padding:9px;cursor:pointer;box-shadow:var(--shadow)}
.nav-toggle svg{width:24px;height:24px;color:var(--teal);display:block}

/* ---------- HERO ---------- */
.hero{padding:66px 0 78px;position:relative;overflow:hidden;
  background:
    radial-gradient(130% 95% at 86% -14%, rgba(252,195,89,.36), rgba(252,195,89,0) 48%),
    radial-gradient(80% 72% at 0% 92%, rgba(254,139,96,.15), rgba(254,139,96,0) 55%),
    radial-gradient(95% 85% at 3% 2%, rgba(134,200,194,.26), rgba(134,200,194,0) 54%),
    linear-gradient(180deg,#FDF0DA 0%,#FDFBF7 62%,var(--paper) 100%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}
.hero h1{font-size:clamp(2.6rem,5.2vw,4rem);margin:18px 0 0}
.hero .sub{font-size:1.2rem;color:var(--ink-soft);margin:22px 0 30px;max-width:47ch;line-height:1.6}
.hero .sub b{color:var(--ink);font-weight:700}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-trust{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:28px;
  font-weight:600;font-size:.92rem;color:var(--ink-soft)}
.hero-trust .li{display:inline-flex;align-items:center;gap:8px}
.hero-trust svg{width:18px;height:18px;color:var(--teal-mid)}
.hero-trust .dot{width:5px;height:5px;border-radius:50%;background:var(--gold-br)}

.hero-media{position:relative}
.hero-frame{border-radius:26px;overflow:hidden;box-shadow:var(--shadow-lg);border:6px solid #fff;
  aspect-ratio:4/3.5;background:linear-gradient(135deg,#FDDCC9,#CFEAE6)}
.hero-frame img{width:100%;height:100%;object-fit:cover}
.hero-frame picture{display:contents}
.hero-tag{position:absolute;left:-16px;top:26px;background:#fff;border-radius:14px;box-shadow:var(--shadow);
  padding:11px 16px;display:flex;align-items:center;gap:10px}
.hero-tag .pip{width:11px;height:11px;border-radius:50%;background:var(--coral-br);
  box-shadow:0 0 0 4px rgba(226,122,69,.2)}
.hero-tag b{font-weight:800;color:var(--teal);font-size:.95rem}
.hero-note{position:absolute;right:-14px;bottom:-16px;background:var(--teal-deep);color:#fff;border-radius:16px;
  box-shadow:var(--shadow);padding:14px 18px;max-width:210px}
.hero-note b{display:block;font-weight:800;font-size:1rem}
.hero-note span{font-size:.84rem;color:#CFE0DB}

/* hero carousel */
.hero-carousel{position:relative;width:100%;height:100%}
.hero-frame .hc-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:0;
  transition:opacity .8s ease, transform .7s cubic-bezier(.2,.7,.2,1)}
.hero-frame .hc-slide.is-active{opacity:1}
.hc-dots{position:absolute;left:0;right:0;bottom:12px;z-index:2;display:flex;gap:7px;justify-content:center}
.hc-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.55);border:0;padding:0;cursor:pointer;
  box-shadow:0 1px 3px rgba(0,0,0,.35);transition:background .2s,transform .2s}
.hc-dot.on{background:#fff;transform:scale(1.3)}
.hc-dot:hover{background:#fff}
.hc-dot:focus-visible{outline:2px solid #fff;outline-offset:3px}
@media(prefers-reduced-motion:reduce){ .hero-frame .hc-slide{transition:opacity .25s ease} }

/* ---------- Section shell ---------- */
.sec{padding:92px 0}
.sec-head{max-width:640px}
.sec-head.center{margin:0 auto;text-align:center}
.sec-head h2{font-size:clamp(2rem,3.7vw,2.85rem);margin-top:14px}
.sec-head p{color:var(--ink-soft);font-size:1.13rem;margin-top:15px;margin-bottom:0}
.band-warm{background:var(--paper-warm)}
.band-mint{background:#E9F5F1}

/* ---------- Positioning proof ---------- */
.proof{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.proof-item{padding-top:22px;border-top:2px solid var(--teal)}
.proof-item h3{font-size:1.24rem;margin-bottom:8px}
.proof-item p{margin:0;color:var(--ink-soft);font-size:1rem;line-height:1.6}

/* ---------- Elevated feature cards (why-choose-us) ---------- */
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px}
.feat{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:32px 28px 30px;
  box-shadow:var(--shadow);transition:transform .22s ease,box-shadow .22s ease}
.feat:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.feat .fi{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;margin-bottom:20px}
.feat .fi svg{width:27px;height:27px}
.feat h3{font-size:1.24rem;margin-bottom:9px}
.feat p{margin:0;color:var(--ink-soft);font-size:1.02rem;line-height:1.62}
.fi-teal{background:var(--tile);color:var(--teal)}
.fi-coral{background:#FCE7DC;color:var(--coral)}
.fi-gold{background:#FBEED2;color:var(--gold)}
.fi-pink{background:#F7E3E7;color:#9C4A5E}
.feat-grid.two{grid-template-columns:repeat(2,1fr)}
@media(max-width:820px){ .feat-grid,.feat-grid.two{grid-template-columns:1fr;gap:16px} .feat{padding:26px 24px} }

/* ---------- Gallery ("Life at Bright Haven") ---------- */
.gallery{columns:4 210px;column-gap:14px;margin-top:46px}
.gallery figure{margin:0 0 14px;break-inside:avoid;border-radius:16px;overflow:hidden;cursor:pointer;
  box-shadow:var(--shadow);position:relative;background:var(--tile)}
.gallery img{width:100%;display:block;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.gallery figure:hover img{transform:scale(1.05)}
.gallery figure::after{content:"";position:absolute;inset:0;opacity:0;transition:opacity .3s;
  background:linear-gradient(180deg,transparent 62%,rgba(20,64,58,.30))}
.gallery figure:hover::after{opacity:1}
.gallery figure:focus-visible{outline:3px solid var(--teal);outline-offset:3px}
@media(max-width:640px){ .gallery{columns:2 140px;column-gap:10px} .gallery figure{margin-bottom:10px} }

/* lightbox */
.lb{position:fixed;inset:0;z-index:1000;background:rgba(18,52,50,.93);display:none;align-items:center;justify-content:center;padding:24px}
.lb.open{display:flex}
.lb img{max-width:92vw;max-height:86vh;border-radius:14px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.lb-btn{position:absolute;background:rgba(255,255,255,.15);border:0;color:#fff;width:52px;height:52px;border-radius:50%;
  cursor:pointer;display:grid;place-items:center;transition:background .2s}
.lb-btn:hover{background:rgba(255,255,255,.3)}
.lb-btn svg{width:26px;height:26px}
.lb-btn:focus-visible{outline:3px solid #fff;outline-offset:2px}
.lb-close{top:20px;right:20px}
.lb-prev{left:16px;top:50%;transform:translateY(-50%)}
.lb-next{right:16px;top:50%;transform:translateY(-50%)}
@media(max-width:640px){ .lb-btn{width:44px;height:44px} .lb-prev{left:6px} .lb-next{right:6px} }

/* ---------- Room finder ---------- */
.finder{max-width:820px;margin:40px auto 0}
.finder-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center;justify-content:center;background:var(--card);
  border:1px solid var(--line);border-radius:18px;padding:18px 22px;box-shadow:var(--shadow)}
.finder-row label{font-weight:800;color:var(--teal);font-size:1.08rem}
.finder select{flex:1;min-width:230px;appearance:none;-webkit-appearance:none;background-color:#fff;
  border:1.6px solid var(--line);border-radius:12px;padding:13px 42px 13px 16px;font-family:'Hanken Grotesk';
  font-weight:600;font-size:1rem;color:var(--ink);cursor:pointer;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231C6E64' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat:no-repeat;background-position:right 15px center}
.finder select:focus-visible{outline:3px solid var(--teal);outline-offset:2px}
.finder-result{margin-top:24px;opacity:0;transform:translateY(14px);transition:opacity .4s ease,transform .4s ease}
.finder-result.show{opacity:1;transform:none}
.finder-card{display:grid;grid-template-columns:.82fr 1.18fr;background:var(--card);border:1px solid var(--line);
  border-radius:22px;overflow:hidden;box-shadow:var(--shadow-lg)}
.finder-card .fc-img{background:var(--tile)}
.finder-card .fc-img img{width:100%;height:100%;object-fit:cover;min-height:230px}
.finder-card .fc-body{padding:30px 30px 28px}
.finder-card .fc-tag{display:inline-block;background:var(--tile);color:var(--teal);font-weight:800;font-size:.82rem;
  padding:5px 13px;border-radius:999px;margin-bottom:13px}
.finder-card h3{font-size:1.55rem;margin-bottom:6px}
.finder-card .fc-meta{color:var(--coral);font-weight:800;margin-bottom:12px}
.finder-card p{color:var(--ink-soft);line-height:1.62;margin:0 0 20px}
.finder-card .fc-body a{margin-right:8px}
@media(max-width:640px){ .finder-card{grid-template-columns:1fr} .finder-card .fc-img img{min-height:200px} .finder-row label{width:100%;text-align:center} }

/* ---------- Classroom footer: teacher + live availability ---------- */
.room-foot{margin-top:24px;display:flex;flex-wrap:wrap;gap:24px 30px;align-items:flex-end;
  border-top:1px solid var(--line-soft);padding-top:22px}
.room-teacher{display:flex;align-items:center;gap:11px}
.room-teacher .rt-ic{width:44px;height:44px;border-radius:50%;background:var(--tile);color:var(--teal);
  display:grid;place-items:center;flex:0 0 auto}
.room-teacher .rt-ic svg{width:22px;height:22px}
.room-teacher b{display:block;color:var(--teal);font-size:1rem;line-height:1.2}
.room-teacher span{font-size:.86rem;color:var(--ink-soft)}
.avail-box{flex:1 1 240px;min-width:230px}
.avail-title{font-size:.92rem;color:var(--teal);font-weight:800;margin-bottom:9px}
.avail-row{display:flex;align-items:center;justify-content:space-between;gap:14px;max-width:340px;
  padding:8px 0;border-bottom:1px solid var(--line-soft)}
.avail-row:last-child{border-bottom:0}
.avail-row > span:first-child{color:var(--ink);font-weight:600;font-size:.98rem}
.avail{font-weight:800;font-size:.8rem;padding:4px 12px;border-radius:999px;white-space:nowrap}
.avail-open{background:#E4F3F1;color:#1C6E64}
.avail-limited{background:#FBEED2;color:#7C570F}
.avail-full{background:#FBE7DE;color:#A23F17}
@media(max-width:640px){ .room-foot{gap:20px} .avail-box{min-width:100%} }

/* ---------- Programs ---------- */
.prog{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:50px}
.prog-card{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:30px 30px 26px;
  box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;gap:6px}
.prog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.prog-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:6px}
.prog-age{font-weight:700;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}
.prog-dot{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#F3E7DA;color:var(--coral)}
.prog-dot svg{width:21px;height:21px}
.prog-card h3{font-size:1.5rem}
.prog-card .one{font-weight:700;color:var(--teal-mid);font-size:1.02rem;margin:2px 0 4px}
.prog-card p{margin:0;color:var(--ink-soft);font-size:1rem;line-height:1.58}
.prog-card .go{margin-top:14px;font-weight:700;color:var(--coral);display:inline-flex;align-items:center;gap:7px;font-size:.98rem}
.prog-card .go svg{width:17px;height:17px;transition:transform .18s ease}
.prog-card:hover .go svg{transform:translateX(4px)}

/* ---------- Split (owner / director) ---------- */
.split{display:grid;grid-template-columns:.94fr 1.06fr;gap:60px;align-items:center}
.split.rev{grid-template-columns:1.06fr .94fr}
.split.rev .split-media{order:2}
.split-media{position:relative}
.portrait{border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);border:6px solid #fff;
  aspect-ratio:4/4.3;background:linear-gradient(135deg,#CFEAE6,#FDDCC9)}
.portrait img{width:100%;height:100%;object-fit:cover}
.p-tag{position:absolute;left:18px;bottom:18px;background:#fff;border-radius:13px;box-shadow:var(--shadow);padding:10px 15px}
.p-tag b{display:block;font-weight:800;color:var(--teal);font-size:.98rem;line-height:1.15}
.p-tag span{font-size:.82rem;color:var(--ink-soft)}
.split p.lead{font-size:1.14rem;color:var(--ink-soft);line-height:1.72;margin:20px 0}
.split .sign{font-weight:700;color:var(--teal);margin-top:4px}
.split .sign span{display:block;font-weight:500;font-size:.9rem;color:var(--ink-soft)}
.reasons{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:18px}
.reasons li{display:flex;gap:14px;align-items:flex-start}
.reasons .ck{width:30px;height:30px;border-radius:9px;background:var(--tile);color:var(--teal);display:grid;place-items:center;flex:0 0 auto;margin-top:2px}
.reasons .ck svg{width:18px;height:18px}
.reasons b{display:block;font-weight:800;color:var(--ink);font-size:1.06rem;margin-bottom:2px}
.reasons span{color:var(--ink-soft);font-size:.99rem;line-height:1.55}

/* ---------- A day ---------- */
.day{display:grid;grid-template-columns:1fr 1.02fr;gap:58px;align-items:center}
.timeline{list-style:none;margin:24px 0 0;padding:0;position:relative}
.timeline::before{content:"";position:absolute;left:82px;top:12px;bottom:20px;width:2px;background:#e7dcc9;border-radius:2px}
.timeline li{display:grid;grid-template-columns:58px 1fr;gap:24px;padding:8px 0;align-items:start}
.timeline .tm{text-align:right;font-weight:700;color:var(--coral);font-size:.9rem;padding-top:2px;letter-spacing:-.01em;white-space:nowrap}
.timeline .bd{position:relative;padding-left:26px}
.timeline .bd::before{content:"";position:absolute;left:0;top:6px;width:11px;height:11px;border-radius:50%;
  background:var(--teal);transform:translateX(-50%);box-shadow:0 0 0 4px var(--paper)}
.timeline .bd b{display:block;font-weight:800;color:var(--ink);font-size:1.02rem;line-height:1.25}
.timeline .bd span{color:var(--ink-soft);font-size:.93rem}
.day-photo{border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);border:6px solid #fff;
  aspect-ratio:4/4.4;background:linear-gradient(135deg,#FDDCC9,#CFEAE6)}
.day-photo img{width:100%;height:100%;object-fit:cover}

/* ---------- Testimonials ---------- */
.quotes{display:grid;grid-template-columns:1.2fr 1fr;gap:26px;margin-top:50px;align-items:start}
.q{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow);
  display:flex;flex-direction:column}
.q .mk{font-family:Georgia,serif;font-weight:700;font-size:3.2rem;line-height:.4;color:var(--gold);height:22px;margin-bottom:16px}
.q p{font-size:1.1rem;color:var(--ink);line-height:1.6;margin:0 0 22px}
.q.feat p{font-size:1.3rem}
.q .by b{font-weight:800;color:var(--teal);font-size:1rem}
.q .by span{display:block;font-size:.87rem;color:var(--ink-soft)}
.q-side{display:grid;gap:26px}

/* ---------- Tour CTA ---------- */
.tour{background:var(--teal-deep);position:relative;overflow:hidden}
.tour::before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;
  background:rgba(255,255,255,.04);top:-120px;right:-80px}
.tour-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center;position:relative;z-index:1}
.tour h2{color:#fff;font-size:clamp(2rem,3.6vw,2.7rem)}
.tour .kick{color:var(--gold-br)}
.tour .kick::before{background:var(--gold-br)}
.tour p{color:#CFE0DB;font-size:1.12rem;margin:16px 0 0;line-height:1.6}
.tour-assure{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}
.tour-assure li{display:flex;gap:12px;align-items:center;color:#EAF1EE;font-weight:600}
.tour-assure svg{width:20px;height:20px;color:var(--gold-br);flex:0 0 auto}
.form-card{background:#fff;border-radius:22px;padding:32px;box-shadow:var(--shadow-lg)}
.form-card h3{font-size:1.35rem;margin-bottom:5px}
.form-card .fsub{color:var(--ink-soft);font-size:.95rem;margin-bottom:18px}
.field{margin-bottom:14px}
.field label{display:block;font-weight:600;font-size:.9rem;margin-bottom:6px;color:var(--ink)}
.field input,.field select{width:100%;padding:13px 15px;border:1.6px solid var(--line);border-radius:13px;
  font-family:inherit;font-size:1rem;color:var(--ink);background:#FDFBF7;transition:border .15s}
.field input:focus,.field select:focus{outline:none;border-color:var(--teal);background:#fff}
.form-card .btn{width:100%;justify-content:center;margin-top:6px}
.form-note{font-size:.8rem;color:var(--ink-soft);text-align:center;margin-top:12px}

/* ---------- Footer ---------- */
footer{background:#143F3A;color:#DCE7E3;padding:58px 0 26px}
.foot{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;margin-bottom:34px}
.foot .brand img{height:74px}
.foot .fb{color:#B7CBC5;font-size:.96rem;max-width:34ch;margin-top:14px}
.foot h4{font-weight:800;color:#fff;font-size:1.05rem;margin-bottom:14px}
.foot a{display:block;color:#B7CBC5;padding:5px 0;font-size:.96rem;transition:color .15s}
.foot a:hover{color:var(--gold-br)}
.foot-bot{border-top:1px solid rgba(255,255,255,.14);padding-top:20px;display:flex;justify-content:space-between;
  gap:14px;flex-wrap:wrap;color:#B4C8C2;font-size:.85rem}

/* ---------- Motion (gentle, content visible without JS) ---------- */
@keyframes rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
.hero-grid>div>*{animation:rise .7s cubic-bezier(.2,.75,.25,1) both}
.hero-grid>div>*:nth-child(2){animation-delay:.07s}
.hero-grid>div>*:nth-child(3){animation-delay:.14s}
.hero-grid>div>*:nth-child(4){animation-delay:.21s}
.hero-media{animation:rise .8s cubic-bezier(.2,.75,.25,1) .1s both}

/* ---------- Responsive ---------- */
@media(max-width:920px){
  .hero-grid{grid-template-columns:1fr;gap:44px}
  .proof{grid-template-columns:1fr;gap:24px}
  .prog{grid-template-columns:1fr}
  .split,.split.rev{grid-template-columns:1fr;gap:34px}
  .split.rev .split-media{order:0}
  .portrait{aspect-ratio:16/12;max-height:440px}
  .day{grid-template-columns:1fr;gap:32px}
  .day-photo{aspect-ratio:16/11;max-height:360px;order:-1}
  .quotes{grid-template-columns:1fr}
  .tour-grid{grid-template-columns:1fr;gap:32px}
  .foot{grid-template-columns:1fr 1fr}
  .nav-links{display:none}
  .nav-links.open{display:flex;position:absolute;top:76px;left:16px;right:16px;flex-direction:column;
    align-items:flex-start;background:#fff;padding:20px 24px;border-radius:18px;box-shadow:var(--shadow-lg);gap:16px}
  .nav-toggle{display:block}
  .util .r{display:none}
}
@media(max-width:560px){
  body{font-size:16px}
  .sec{padding:62px 0}
  .hero{padding:44px 0 58px}
  .hero-note{right:0;bottom:-10px}
  .foot{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;scroll-behavior:auto!important}
}

/* ============================================================
   INNER PAGES (Programs / About / Contact)
   ============================================================ */
.page-hero-v{background:
    radial-gradient(125% 85% at 88% -22%, rgba(252,195,89,.30), rgba(252,195,89,0) 52%),
    radial-gradient(80% 70% at 3% 2%, rgba(134,200,194,.22), rgba(134,200,194,0) 55%),
    linear-gradient(180deg,#FDF0DA 0%,#FDFBF7 64%,var(--paper) 100%);padding:66px 0 54px}
.page-hero-v h1{font-size:clamp(2.3rem,4.7vw,3.5rem)}
.page-hero-v .sub{font-size:1.18rem;color:var(--ink-soft);max-width:58ch;margin:18px 0 30px;line-height:1.62}
.page-hero-v .acts{display:flex;gap:14px;flex-wrap:wrap}

/* photo placeholder (room photos pending) */
.ph{width:100%;height:100%;display:grid;place-items:center;text-align:center;color:var(--teal);
  font-weight:700;padding:24px;line-height:1.4}
.ph svg{width:44px;height:44px;margin-bottom:10px;opacity:.6}

/* single-line checklist (program details / included) */
.ticklist{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:13px}
.ticklist li{display:flex;gap:13px;align-items:flex-start;color:var(--ink-soft);font-size:1.02rem;line-height:1.5}
.ticklist .tk{width:27px;height:27px;border-radius:8px;background:var(--tile);color:var(--teal);display:grid;place-items:center;flex:0 0 auto;margin-top:1px}
.ticklist .tk svg{width:16px;height:16px}
.meta-line{font-weight:700;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin:2px 0 12px}

/* value grid (about) */
.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 44px;margin-top:46px}

/* team (about) */
.team{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:46px}
.team-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:30px 26px;box-shadow:var(--shadow);text-align:center}
.team-card .av{width:78px;height:78px;border-radius:50%;margin:0 auto 16px;background:var(--tile);color:var(--teal);display:grid;place-items:center}
.team-card .av svg{width:34px;height:34px}
.team-card h3{font-size:1.22rem}
.team-card p{margin:6px 0 0;color:var(--ink-soft);font-size:.98rem;line-height:1.5}

/* dark CTA band (programs / about) */
.cta{background:var(--teal-deep);text-align:center;position:relative;overflow:hidden}
.cta::before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.04);top:-130px;left:-80px}
.cta .inner{max-width:640px;margin:0 auto;position:relative;z-index:1}
.cta h2{color:#fff;font-size:clamp(2rem,3.6vw,2.7rem)}
.cta h2 .accent{color:var(--gold-br)}
.cta p{color:#CFE0DB;font-size:1.13rem;margin:16px auto 28px;max-width:50ch}

/* tuition band (programs) */
.rate{max-width:640px;margin:0 auto;text-align:center;background:var(--card);border:1px solid var(--line);
  border-radius:24px;padding:44px 40px;box-shadow:var(--shadow)}
.rate h2{font-size:clamp(1.7rem,3vw,2.3rem)}
.rate p{color:var(--ink-soft);font-size:1.1rem;margin:14px auto 24px;max-width:46ch}

/* schedule / care options (Full-time, Part-time, Mother's Day Out, After-School) */
.opts{display:grid;grid-template-columns:repeat(auto-fit,minmax(228px,1fr));gap:24px;margin-top:50px}
.opt{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:34px 30px;box-shadow:var(--shadow)}
.opt.featured{position:relative;background:linear-gradient(165deg,#fff,#FBEFE3);border-color:#E9C9B3;box-shadow:var(--shadow-lg)}
.opt-flag{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--coral);color:#fff;
  font-weight:700;font-size:.72rem;letter-spacing:.07em;text-transform:uppercase;padding:5px 15px;border-radius:999px;white-space:nowrap}
.opt-tag{display:block;font-weight:700;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}
.opt.featured .opt-tag{color:var(--coral)}
.opt h3{font-size:1.42rem;margin-bottom:8px}
.opt p{margin:0;color:var(--ink-soft);font-size:1rem;line-height:1.58}

/* contact */
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:start}
.info-list{display:grid;gap:24px}
.info{display:flex;gap:16px;align-items:flex-start}
.info .ic{width:46px;height:46px;border-radius:12px;background:var(--tile);color:var(--teal);display:grid;place-items:center;flex:0 0 auto}
.info .ic svg{width:22px;height:22px}
.info h4{font-weight:800;color:var(--ink);font-size:1.06rem;margin:1px 0 3px}
.info p{margin:0;color:var(--ink-soft);font-size:1.02rem;line-height:1.5}
.map-ph{border-radius:22px;overflow:hidden;box-shadow:var(--shadow);min-height:340px;border:6px solid #fff;
  display:grid;place-items:center;text-align:center;color:var(--teal);font-weight:700;padding:24px;
  background:linear-gradient(135deg,#CFEAE6,#FBE6C2)}
.map-ph svg{width:44px;height:44px;margin-bottom:10px;opacity:.6}

/* FAQ */
.faq{max-width:780px;margin:44px auto 0;display:grid;gap:14px}
.faq details{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:2px 24px;box-shadow:var(--shadow)}
.faq summary{cursor:pointer;list-style:none;font-weight:700;color:var(--teal);font-size:1.08rem;padding:18px 0;
  display:flex;justify-content:space-between;align-items:center;gap:14px}
.faq summary::-webkit-details-marker{display:none}
.faq .pl{width:27px;height:27px;border-radius:8px;background:var(--tile);color:var(--teal);display:grid;place-items:center;flex:0 0 auto;transition:transform .2s}
.faq details[open] .pl{transform:rotate(45deg)}
.faq .pl svg{width:16px;height:16px}
.faq p{color:var(--ink-soft);margin:0 0 18px;font-size:1.01rem;line-height:1.6}

@media(max-width:920px){
  .page-hero-v{padding:48px 0 40px}
  .contact-grid{grid-template-columns:1fr;gap:34px}
  .grid2{grid-template-columns:1fr;gap:24px}
  .team{grid-template-columns:1fr}
  .opts{grid-template-columns:1fr;gap:22px}
}

/* ============================================================
   ACCESSIBILITY (WCAG 2.2 AA)
   ============================================================ */
/* Skip link */
.skip{position:absolute;left:8px;top:-60px;z-index:1000;background:var(--teal);color:#fff;
  padding:12px 20px;border-radius:0 0 12px 12px;font-family:'Hanken Grotesk';font-weight:700;
  transition:top .18s ease}
.skip:focus{top:0;outline:3px solid var(--gold-br);outline-offset:2px}
main:focus{outline:none}
/* Visible focus for links & controls (never remove without replacement) */
a:focus-visible, summary:focus-visible, .prog-card:focus-visible, .prog-row:focus-visible, select:focus-visible, input:focus-visible{
  outline:3px solid var(--teal);outline-offset:2px;border-radius:4px}
/* Fix: dark-band text color was leaking onto the white tour form card */
.form-card .form-note{color:var(--ink-soft)}
/* Footer accessibility link stays legible on the dark footer */
.foot-bot a{color:#DCE7E3;text-decoration:underline}
.foot-bot a:hover{color:var(--gold-br)}

/* ============================================================
   MOBILE QUICK-ACTION BAR (Call / Tour) — phones only, tiny
   ============================================================ */
.mobilebar{display:none}
@media(max-width:600px){
  .mobilebar{display:flex;gap:8px;position:fixed;left:0;right:0;bottom:0;z-index:200;
    padding:9px 12px calc(9px + env(safe-area-inset-bottom));
    background:rgba(253,252,250,.97);backdrop-filter:blur(8px);
    border-top:1px solid var(--line);box-shadow:0 -6px 20px rgba(31,54,52,.09)}
  .mobilebar a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;
    font-family:'Hanken Grotesk';font-weight:700;font-size:1rem;padding:13px 12px;
    border-radius:999px;min-height:48px}
  .mobilebar a svg{width:20px;height:20px}
  .mb-call{background:#fff;color:var(--teal);border:1.6px solid #cdd8d3}
  .mb-tour{background:var(--coral);color:#fff}
  body{padding-bottom:74px}
}

/* Directions card (Contact) — lighter + opens native Maps on tap */
.dircard{display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap;
  background:linear-gradient(135deg,#E4F2EF,#F1FAF8);border:1px solid #d9e8e4;border-radius:22px;
  padding:32px 34px;box-shadow:var(--shadow)}
.dircard h3{font-size:1.42rem;margin-bottom:6px}
.dircard p{margin:0;color:var(--ink-soft);font-size:1.06rem;line-height:1.5}
@media(max-width:560px){.dircard{padding:26px 22px}.dircard .btn{width:100%;justify-content:center}}

/* ============================================================
   MOTION & ELEVATION
   ============================================================ */
/* Scroll reveal — added by JS only, so no-JS renders fully visible */
.reveal{opacity:0;transform:translateY(22px);
  transition:opacity .7s cubic-bezier(.2,.75,.25,1), transform .7s cubic-bezier(.2,.75,.25,1)}
.reveal.in{opacity:1;transform:none}

/* Hover elevation — cards lift and deepen on hover */
.opt,.q,.team-card,.dircard{transition:transform .22s ease, box-shadow .22s ease}
.opt:hover,.q:hover,.team-card:hover,.dircard:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.proof-item{transition:transform .22s ease}
.proof-item:hover{transform:translateY(-3px)}

/* Photo depth — gentle zoom on hover inside framed photos */
.hero-frame img,.portrait img,.day-photo img{transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.hero-media:hover .hero-frame img,.split-media:hover .portrait img,.day:hover .day-photo img{transform:scale(1.045)}

@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1!important;transform:none!important;transition:none!important}
  .hero-frame img,.portrait img,.day-photo img,.opt,.q,.team-card,.dircard,.proof-item{transition:none!important}
}
