
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Fraunces:opsz,wght@9..144,600;9..144,700;9..144,800&family=Inter:wght@400;500;600;700;800&family=Nunito:wght@500;600;700;800;900&display=swap');
:root{
  --ink:#14213d; --muted:#64748b; --paper:#fffdf7; --card:#ffffff; --line:rgba(20,33,61,.12);
  --sun:#ffd166; --coral:#ff6b6b; --mint:#73d2de; --leaf:#7bd389; --lav:#b8a4ff; --blue:#3b82f6;
  --shadow:0 24px 70px rgba(20,33,61,.13); --radius:28px; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block} button{font:inherit}
.skip{position:absolute;left:-999px;top:0;background:#fff;padding:12px;z-index:999}.skip:focus{left:12px;top:12px}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.pill{display:inline-flex;gap:.5rem;align-items:center;border-radius:999px;padding:.55rem .9rem;font-weight:800;font-size:.78rem;letter-spacing:.02em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;border:0;border-radius:999px;padding:1rem 1.25rem;font-weight:900;cursor:pointer;transition:.2s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--ink);color:#fff;box-shadow:0 16px 35px rgba(20,33,61,.18)}.btn.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn.soft{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.5)}
.topbar{font-size:.85rem;text-align:center;padding:.55rem 1rem;font-weight:800}.playful .topbar{background:linear-gradient(90deg,var(--sun),var(--coral),var(--lav));color:#311}.calm .topbar{background:#23372f;color:#f7f2e7}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,247,.82);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand-logo{height:54px;width:88px;object-fit:contain;border-radius:18px;background:#fff;padding:4px;box-shadow:0 10px 24px rgba(20,33,61,.08)}.brand-name{line-height:1.05;font-size:1.03rem}.brand-name span{display:block;font-size:.7rem;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:1.35rem;font-size:.92rem;font-weight:800;color:#44546a}.nav-links a:hover{color:var(--coral)}.mobile-menu{display:none;background:#fff;border:1px solid var(--line);border-radius:14px;padding:.7rem}.mobile-panel{display:none;padding:0 20px 18px}.mobile-panel a,.mobile-panel button{display:flex;width:100%;margin-top:10px}.hero{position:relative;padding:72px 0 62px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:56px}.eyebrow{margin-bottom:18px}.hero h1{margin:0;font-size:clamp(3rem,7vw,5.9rem);line-height:.95;letter-spacing:-.065em}.playful h1,.playful h2,.playful h3{font-family:'Baloo 2',Inter,sans-serif}.calm h1,.calm h2{font-family:Fraunces,serif}.hero p{font-size:1.14rem;color:#536174;max-width:620px;margin:22px 0 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hero-note{margin-top:22px;color:var(--muted);font-weight:700;font-size:.9rem}.hero-art{position:relative;min-height:520px}.photo-stack{position:relative;height:520px}.photo-stack img{position:absolute;object-fit:cover;border:8px solid #fff;box-shadow:var(--shadow)}.photo-stack .p1{width:68%;height:62%;left:12%;top:4%;border-radius:38px}.photo-stack .p2{width:48%;height:42%;right:0;bottom:6%;border-radius:32px}.photo-stack .p3{width:42%;height:34%;left:0;bottom:4%;border-radius:28px}.doodle{position:absolute;z-index:-1;filter:drop-shadow(0 18px 35px rgba(0,0,0,.08))}.doodle.one{width:150px;height:150px;border-radius:46% 54% 68% 32%;background:var(--sun);left:-20px;top:20px}.doodle.two{width:220px;height:220px;border-radius:60% 40% 36% 64%;background:var(--mint);right:-26px;bottom:16px}.calm .doodle.one{background:#d9c7a3}.calm .doodle.two{background:#b8c8b0}.section{padding:76px 0}.section-title{max-width:760px;margin:0 auto 36px;text-align:center}.section-title h2{font-size:clamp(2.2rem,4vw,3.7rem);line-height:1;margin:0;letter-spacing:-.04em}.section-title p{color:var(--muted);font-size:1.05rem;margin:14px 0 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 12px 35px rgba(20,33,61,.07)}.card .icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;font-size:1.6rem;margin-bottom:16px}.card h3{font-size:1.35rem;margin:.2rem 0 .5rem}.card p,.card li{color:#5b6778;font-size:.98rem}.card ul{padding-left:1.1rem;margin:.65rem 0 0}.programs .card:nth-child(1) .icon{background:#fff3c4}.programs .card:nth-child(2) .icon{background:#dff6fb}.programs .card:nth-child(3) .icon{background:#e5f8df}.ribbon{background:#fff;border:1px solid var(--line);border-radius:34px;padding:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;box-shadow:var(--shadow)}.ribbon .mini{padding:20px;border-radius:24px;background:#f8fafc}.mini strong{display:block;font-size:1.05rem}.mini span{display:block;color:var(--muted);font-size:.92rem;margin-top:.35rem}.gallery-wrap{background:linear-gradient(180deg,rgba(255,255,255,.65),rgba(255,255,255,.35));border-block:1px solid var(--line)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-item{padding:0;border:0;background:none;cursor:pointer;border-radius:22px;overflow:hidden;box-shadow:0 12px 28px rgba(20,33,61,.1)}.gallery-item img{width:100%;height:210px;object-fit:cover;transition:.25s}.gallery-item:hover img{transform:scale(1.045)}.gallery-note{margin-top:18px;text-align:center;color:var(--muted);font-size:.88rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}.feature-panel{border-radius:36px;padding:36px;background:var(--ink);color:#fff;position:relative;overflow:hidden}.feature-panel h2{font-size:clamp(2rem,3.4vw,3.4rem);line-height:1;margin:0 0 16px}.feature-panel p{color:rgba(255,255,255,.78)}.form-card{background:#fff;border:1px solid var(--line);border-radius:36px;padding:28px;box-shadow:var(--shadow)}.iframe-shell{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;height:610px}.iframe-shell iframe{width:100%;height:100%;border:0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px}.contact-card h3{margin-top:0}.contact-card p{margin:.35rem 0;color:#526070}.footer{padding:46px 0;background:#101827;color:#dce4ef;border-radius:40px 40px 0 0}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:26px}.footer small,.footer p{color:#aab6c5}.variant-switch{position:fixed;right:18px;bottom:18px;z-index:45;display:flex;background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:999px;padding:6px;box-shadow:0 14px 40px rgba(20,33,61,.16);backdrop-filter:blur(14px)}.variant-switch a{padding:.58rem .8rem;border-radius:999px;font-weight:900;font-size:.82rem;color:#58677a}.variant-switch a.active{background:var(--ink);color:#fff}.modal{position:fixed;inset:0;background:rgba(8,15,29,.68);display:none;place-items:center;z-index:99;padding:18px}.modal.open{display:grid}.modal-box{width:min(980px,100%);height:min(780px,92vh);background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.35);display:flex;flex-direction:column}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--line);font-weight:900}.modal-close{border:0;background:#f1f5f9;border-radius:999px;padding:.65rem .85rem;cursor:pointer}.modal-body{flex:1}.modal-body iframe{width:100%;height:100%;border:0}.lightbox{position:fixed;inset:0;background:rgba(8,15,29,.88);display:none;align-items:center;justify-content:center;z-index:100;padding:22px}.lightbox.open{display:flex}.lightbox img{max-height:84vh;max-width:min(1100px,96vw);border-radius:22px;box-shadow:0 30px 90px rgba(0,0,0,.4)}.lightbox button{position:absolute;background:#fff;border:0;border-radius:999px;padding:.75rem 1rem;font-weight:900;cursor:pointer}.lightbox .close{right:22px;top:22px}.lightbox .prev{left:22px}.lightbox .next{right:22px}.playful{--paper:#fffaf0;--ink:#16213e}.playful .pill{background:#fff1b8;color:#8a4b00}.playful .hero{background:radial-gradient(circle at 8% 12%,rgba(255,209,102,.35),transparent 28%),radial-gradient(circle at 88% 20%,rgba(115,210,222,.3),transparent 30%),radial-gradient(circle at 70% 90%,rgba(255,107,107,.18),transparent 28%)}.playful .hero h1 mark{background:linear-gradient(90deg,var(--sun),#ffdce0);border-radius:18px;padding:0 .12em;color:inherit}.playful .feature-panel{background:linear-gradient(135deg,#ff6b6b,#ff9f43)}.calm{--paper:#f7f2e8;--ink:#20352d;--muted:#6f776f;--line:rgba(32,53,45,.14);--shadow:0 24px 70px rgba(32,53,45,.12)}.calm .pill{background:#e8ddc8;color:#5c4630}.calm .hero{background:linear-gradient(180deg,#fbf8ef 0%,#f7f2e8 100%)}.calm .hero h1 mark{background:none;color:#7b5d37;font-style:italic}.calm .btn.primary{background:#20352d}.calm .feature-panel{background:linear-gradient(135deg,#20352d,#4f6f61)}.calm .card .icon{background:#eee4d2!important}.option-home{min-height:100vh;display:grid;place-items:center;padding:42px;background:radial-gradient(circle at 20% 10%,rgba(255,209,102,.35),transparent 30%),radial-gradient(circle at 90% 90%,rgba(115,210,222,.28),transparent 28%),#fffaf0}.option-card{width:min(980px,100%);background:#fff;border:1px solid var(--line);border-radius:40px;padding:34px;box-shadow:var(--shadow)}.option-card h1{font-family:'Baloo 2';font-size:clamp(2.5rem,6vw,5rem);line-height:.95;margin:14px 0}.option-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.option{border:1px solid var(--line);border-radius:28px;padding:24px;background:#fff}.option:nth-child(2){background:#f7f2e8}.option h2{margin-top:0}.option p{color:var(--muted)}
@media(max-width:900px){.nav-links{display:none}.mobile-menu{display:block}.mobile-panel.open{display:block}.hero-grid,.split,.footer-grid{grid-template-columns:1fr}.hero{padding-top:44px}.hero-art{min-height:400px}.photo-stack{height:400px}.cards,.ribbon,.contact-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.option-grid{grid-template-columns:1fr}.brand-name{font-size:.9rem}.brand-logo{width:72px}.iframe-shell{height:560px}}@media(max-width:560px){.container{width:min(100% - 28px,var(--max))}.hero h1{font-size:3.1rem}.hero-actions .btn{width:100%}.gallery-grid{grid-template-columns:1fr}.gallery-item img{height:250px}.variant-switch{left:12px;right:12px;justify-content:center}.lightbox .prev,.lightbox .next{bottom:20px;top:auto}.lightbox .prev{left:25%}.lightbox .next{right:25%}}

/* Final content components */
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.resource-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:26px;box-shadow:0 14px 36px rgba(20,33,61,.08)}
.resource-card.featured{background:linear-gradient(180deg,#ffffff 0%,#fff7df 100%);border-color:rgba(255,209,102,.55)}
.resource-badge{width:62px;height:62px;border-radius:20px;display:grid;place-items:center;background:#fff0b8;color:#684000;font-weight:900;margin-bottom:16px;box-shadow:inset 0 0 0 1px rgba(255,209,102,.45)}
.resource-card h3{margin:.15rem 0 .65rem;font-size:1.45rem}
.resource-card p,.resource-card li{color:#566276;font-size:.96rem}
.resource-card ul{margin:.85rem 0 0;padding-left:1.1rem}
.resource-card li{margin:.42rem 0}
.social-link{display:inline-flex;align-items:center;gap:.65rem;margin-top:14px;padding:.75rem 1rem;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;font-weight:900}
.fb-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#1877f2;color:#fff;font-family:Arial,sans-serif;font-weight:900;font-size:1.25rem;line-height:1}
@media(max-width:900px){.resource-grid{grid-template-columns:1fr}.resource-card{padding:22px}}

/* Final approval fixes */
.lightbox{padding:72px 22px 84px}
.lightbox img{width:auto;height:auto;max-width:calc(100vw - 96px);max-height:calc(100vh - 150px);object-fit:contain;background:#fff}
.footer .footer-logo{width:180px;height:110px;padding:8px;border-radius:22px;margin-bottom:12px}
.resource-logo{height:96px;border-radius:22px;background:#fff;display:flex;align-items:center;justify-content:center;padding:14px;margin-bottom:18px;box-shadow:inset 0 0 0 1px rgba(20,33,61,.08)}
.resource-logo img{max-width:100%;max-height:100%;object-fit:contain}
.resource-card.featured .resource-logo{background:#fff}
@media(max-width:560px){.lightbox{padding:72px 14px 92px}.lightbox img{max-width:calc(100vw - 28px);max-height:calc(100vh - 170px)}.footer .footer-logo{width:210px;height:128px}.resource-logo{height:86px}}

/* Client final tiny changes */
@media(min-width:901px){
  .site-header .brand-logo{height:85px;width:138px;border-radius:24px;padding:6px}
  .site-header .nav{height:112px}
}
.footer-grid{grid-template-columns:1.25fr .75fr}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr}}

/* Header/footer layout correction */
@media (min-width: 901px){
  body.playful .site-header .nav{height:124px !important;}
  body.playful .site-header .brand-logo{height:85px !important;width:138px !important;min-height:85px !important;max-height:none !important;border-radius:24px;padding:6px;}
}
.footer{padding:54px 0;background:radial-gradient(circle at 12% 10%,rgba(255,209,102,.14),transparent 28%),#101827;color:#dce4ef;border-radius:40px 40px 0 0;}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:36px;text-align:left;}
.footer-brand-block{display:flex;align-items:center;gap:22px;max-width:720px;}
.footer-brand-block p{margin:0;color:#c4cfdd;font-size:1rem;line-height:1.65;}
.footer .footer-logo{flex:0 0 auto;width:220px !important;height:135px !important;min-height:135px !important;max-height:none !important;padding:10px;border-radius:26px;object-fit:contain;background:#fff;}
.footer-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;}
.footer-actions .btn,.footer-actions .social-link{margin:0;}
@media(max-width:980px){
  .footer-inner{flex-direction:column;text-align:center;align-items:center;}
  .footer-brand-block{flex-direction:column;align-items:center;}
  .footer-actions{justify-content:center;}
}
@media(max-width:560px){
  .footer .footer-logo{width:230px !important;height:140px !important;}
  .footer-actions{width:100%;}
  .footer-actions .btn,.footer-actions .social-link{width:100%;justify-content:center;}
}
