:root {
  --ink:#183532;
  --teal:#087f78;
  --teal-dark:#075d59;
  --mint:#dff5ec;
  --sun:#f4c64f;
  --coral:#f47b61;
  --paper:#fffdf8;
  --white:#ffffff;
  --line:rgba(24,53,50,.15);
  --shadow:0 22px 60px rgba(13,74,69,.15);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:18px;line-height:1.55}
img{display:block;width:100%;height:100%;object-fit:cover}
a{color:inherit;text-decoration:none}
.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:14px max(24px,calc((100vw - 1240px)/2));background:rgba(255,253,248,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:15px 15px 18px 18px;background:var(--teal);color:white;font:700 26px Georgia,serif;transform:rotate(-3deg)}
.brand strong{display:block;font:700 23px Georgia,serif}.brand small{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#55716e}
nav{display:flex;align-items:center;gap:26px;font-size:15px;font-weight:650}nav a:hover{color:var(--teal)}.nav-cta{padding:11px 18px;border-radius:999px;background:var(--ink);color:white!important}
.section-pad{padding:110px max(24px,calc((100vw - 1240px)/2))}
.hero{min-height:760px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:64px;align-items:center;padding:72px max(24px,calc((100vw - 1240px)/2)) 90px;background:linear-gradient(125deg,#effaf5 0 53%,#ffd976 53% 100%);overflow:hidden}
.eyebrow,.section-kicker{margin:0 0 16px;color:var(--teal);font-size:14px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.035em;line-height:1.02}h1{max-width:720px;margin-bottom:28px;font-size:clamp(62px,7.1vw,100px);font-weight:500}h1 em{color:var(--teal);font-weight:500}h2{font-size:clamp(42px,5vw,68px);font-weight:500}.hero-lead{max-width:600px;margin-bottom:32px;font-size:20px;color:#365652}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:999px;font-weight:750;transition:.2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--teal);color:white;box-shadow:0 12px 30px rgba(8,127,120,.24)}.secondary{border:1.5px solid var(--ink);background:rgba(255,255,255,.55)}
.hero-facts{display:flex;gap:22px;margin-top:38px;padding-top:24px;border-top:1px solid var(--line);font-size:13px;line-height:1.25;color:#4d6966}.hero-facts span{max-width:110px}.hero-facts b{display:block;color:var(--ink);font-size:18px}
.hero-visual{position:relative;height:630px}.hero-main{width:78%;margin-left:auto;border-radius:42px 42px 130px 42px;box-shadow:var(--shadow)}.hero-small{position:absolute;left:0;bottom:18px;width:40%;height:255px;border:8px solid var(--paper);border-radius:90px 28px 28px 28px;box-shadow:var(--shadow)}.photo-note{position:absolute;top:38px;left:-18px;padding:14px 18px;background:var(--paper);border-radius:14px;box-shadow:0 10px 30px rgba(24,53,50,.13);font:700 16px/1.25 Georgia,serif;transform:rotate(-4deg)}
.promise{text-align:center}.promise h2{max-width:900px;margin:0 auto 60px}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;text-align:left}.promise article{position:relative;min-height:250px;padding:34px;border:1px solid var(--line);border-radius:26px;background:white}.promise article:nth-child(2){background:var(--mint)}.promise article:nth-child(3){background:#fff1cd}.promise article span{position:absolute;right:26px;top:22px;color:#87a09d;font-size:14px}.promise h3{margin:48px 0 12px;font:600 34px Georgia,serif}.promise p{margin:0;color:#496763}
.moments{display:grid;grid-template-columns:1.05fr .95fr .95fr;grid-template-rows:auto 330px;gap:22px;background:var(--mint)}.moments-intro{grid-column:1/3;padding-right:80px}.moments-intro h2{margin-bottom:22px}.moments-intro>p:last-child{max-width:700px;color:#46645f}.moment{position:relative;margin:0;overflow:hidden;border-radius:26px}.moment figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:11px 14px;border-radius:14px;background:rgba(255,253,248,.92);font-size:14px;font-weight:700}.m-one{grid-row:1/3;grid-column:3}.m-two{grid-column:1}.m-three{grid-column:2}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:48px}.section-head h2{margin-bottom:0}.section-head>p{max-width:480px;margin-bottom:5px;color:#526d69}
.groups{background:white}.group-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.group-card{min-height:276px;padding:26px;border:1px solid var(--line);border-radius:24px;display:flex;flex-direction:column;transition:.2s}.group-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(16,70,65,.09)}.group-card.weekday{background:#f1fbf6}.group-card.saturday{background:#fff8e5}.age{align-self:flex-start;margin:0 0 24px;padding:7px 11px;border-radius:999px;background:var(--teal);color:white;font-size:15px;font-weight:800}.saturday .age{background:#d85f46}.group-card h3{margin-bottom:20px;font:600 25px/1.1 Georgia,serif}.time{margin:auto 0 16px;color:#4c6864}.time b{font-size:20px;color:var(--ink)}.start{margin:0;padding-top:14px;border-top:1px solid var(--line);font-size:13px;color:#617b77}.groups-cta{display:flex;align-items:center;justify-content:space-between;gap:26px;margin-top:28px;padding:28px 32px;border-radius:24px;background:var(--ink);color:white}.groups-cta p{margin:0}
.story{display:grid;grid-template-columns:.86fr 1.14fr;gap:74px;align-items:center;background:#ffe79f}.story-photo{height:670px;border-radius:35px 35px 150px 35px;overflow:hidden;box-shadow:var(--shadow)}.story-copy h2{margin-bottom:28px}.story-lead{font:500 27px/1.35 Georgia,serif}.people{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:36px}.people>div{padding:22px;border-radius:20px;background:rgba(255,255,255,.65)}.people h3{margin-bottom:8px;font-size:18px}.people p{margin:0;font-size:15px;color:#405d59}
.years{display:grid;grid-template-columns:.75fr 1.4fr .75fr;gap:28px;align-items:center}.years img{height:500px;border-radius:28px}.years img:first-child{transform:rotate(-2deg)}.years img:last-child{transform:rotate(2deg)}.years h2{font-size:clamp(38px,4.4vw,60px)}.years div{text-align:center;padding:0 18px}.years div p:last-child{color:#506c68}
.prices{background:var(--teal-dark);color:white}.section-head.light .section-kicker{color:#8de4d7}.section-head.light>p{color:#c9e6e2}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.price-grid article{padding:28px;border:1px solid rgba(255,255,255,.25);border-radius:24px}.price-grid article.featured{background:var(--sun);color:var(--ink);border-color:var(--sun);transform:translateY(-8px)}.price-grid p{margin-bottom:36px;font-size:15px}.price-grid strong{display:block;font:600 38px Georgia,serif}.price-grid span{font-size:14px;opacity:.75}.family-price{display:flex;align-items:center;gap:36px;margin-top:34px;padding:25px 28px;border-radius:20px;background:rgba(255,255,255,.1)}.family-price h3,.family-price p{margin:0}.family-price h3{margin-right:auto;font:600 24px Georgia,serif}.family-price p{font-size:15px}
.psychologist{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;background:#f3c8bd}.psychologist h2{margin:0}.psychologist>div:last-child p{font-size:20px}.psychologist a{font-weight:800;color:var(--teal-dark);border-bottom:2px solid currentColor}
.parent-club{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;background:#fff1cd}.parent-club h2{margin:0}.parent-club-copy p{max-width:600px;margin-bottom:28px;font-size:20px;color:#506b67}.parent-club-copy .button{border-bottom:2px solid var(--forest)}
.faq{max-width:1000px;margin:auto}.faq h2{margin-bottom:42px}.faq details{border-top:1px solid var(--line);padding:24px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;font:600 23px Georgia,serif}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";float:right;color:var(--teal);font:400 30px sans-serif}.faq details[open] summary::after{content:"–"}.faq details p{max-width:760px;margin:18px 0 0;color:#506b67}
.contact{display:grid;grid-template-columns:1.3fr .7fr;gap:34px;align-items:center;background:var(--teal);color:white}.contact .section-kicker{color:#b3eee4}.contact h2{margin:0}.contact-actions{display:flex;flex-direction:column;gap:12px}.white{background:white;color:var(--ink)}.ghost{border:1.5px solid white}.address{grid-column:1/-1;margin:28px 0 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.3);font-size:15px}
footer{display:flex;justify-content:space-between;gap:24px;padding:26px max(24px,calc((100vw - 1240px)/2));background:var(--ink);color:#c8d9d6;font-size:13px}footer p{margin:0}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:20px}.footer-links a:hover{color:var(--forest)}
@media(max-width:980px){nav a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:48px}.hero-visual{height:580px}.promise-grid,.group-grid{grid-template-columns:repeat(2,1fr)}.moments{grid-template-columns:1fr 1fr;grid-template-rows:auto 350px 350px}.moments-intro{grid-column:1/-1;padding:0}.m-one{grid-column:1;grid-row:2/4}.m-two{grid-column:2;grid-row:2}.m-three{grid-column:2;grid-row:3}.story{grid-template-columns:1fr}.story-photo{height:600px}.years{grid-template-columns:1fr 1fr}.years div{grid-column:1/-1;grid-row:1}.price-grid{grid-template-columns:1fr 1fr}.family-price{align-items:flex-start;flex-direction:column;gap:10px}.psychologist,.parent-club{grid-template-columns:1fr;gap:26px}}
@media(max-width:640px){body{font-size:16px}.site-header{padding:10px 16px}.brand small{display:none}.brand-mark{width:38px;height:38px}.nav-cta{padding:9px 14px}.section-pad{padding:76px 20px}.hero{display:block;min-height:auto;padding:50px 20px 70px;background:linear-gradient(165deg,#effaf5 0 60%,#ffd976 60%)}h1{font-size:58px}.hero-lead{font-size:18px}.hero-actions{flex-direction:column}.button{width:100%}.hero-facts{justify-content:space-between;gap:12px}.hero-visual{height:480px;margin-top:48px}.hero-main{width:88%;border-radius:30px 30px 90px 30px}.hero-small{width:45%;height:185px;border-width:5px}.photo-note{top:25px;left:0;font-size:14px}.promise h2{margin-bottom:38px}.promise-grid,.group-grid{grid-template-columns:1fr}.promise article{min-height:210px}.moments{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 360px 230px;gap:12px}.m-one{grid-column:1/-1;grid-row:2}.m-two{grid-column:1;grid-row:3}.m-three{grid-column:2;grid-row:3}.moment figcaption{font-size:12px}.section-head{display:block;margin-bottom:32px}.section-head>p{margin-top:18px}.group-card{min-height:245px}.groups-cta{align-items:stretch;flex-direction:column}.story-photo{height:500px}.people{grid-template-columns:1fr}.years{grid-template-columns:1fr 1fr;gap:12px}.years div{padding:0}.years img{height:300px}.price-grid{grid-template-columns:1fr}.price-grid article.featured{transform:none}.psychologist,.parent-club{display:block}.psychologist>div:last-child,.parent-club-copy{margin-top:30px}.contact{display:block}.contact-actions{margin-top:32px}.address{margin-top:30px}footer{flex-direction:column;padding:24px 20px}.footer-links{justify-content:flex-start;gap:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.group-card{transition:none}}
