:root{
  --orange:#f47c20;
  --orange-dark:#d85c0b;
  --purple:#6d3aa8;
  --purple-dark:#332052;
  --pink:#f7b6d7;
  --cream:#fff7eb;
  --paper:#fffdf8;
  --ink:#17131f;
  --muted:#695f73;
  --line:rgba(23,19,31,.12);
  --shadow:0 24px 80px rgba(33,20,7,.16);
  --radius:30px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Nunito",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at top left, rgba(244,124,32,.18), transparent 34rem),
    radial-gradient(circle at 85% 5%, rgba(109,58,168,.16), transparent 30rem),
    var(--paper);
  color:var(--ink);
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1160px, calc(100% - 40px));margin-inline:auto}
.section-pad{padding:94px 0}
.skip-link{position:absolute;left:-999px;top:12px;background:#fff;color:#000;padding:12px 16px;z-index:20;border-radius:12px}
.skip-link:focus{left:12px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

.site-header{
  position:sticky;
  top:0;
  z-index:10;
  background:rgba(255,253,248,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(23,19,31,.08);
}
.header-inner{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand img{width:84px;height:84px;object-fit:contain}
.main-nav{display:flex;gap:26px;align-items:center;font-weight:900;color:#322845}
.main-nav a{position:relative}
.main-nav a::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-8px;height:3px;
  background:var(--orange);
  border-radius:999px;
  transform:scaleX(0);
  transition:.25s ease;
}
.main-nav a:hover::after,.main-nav a:focus-visible::after{transform:scaleX(1)}
.header-cta,.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 21px;
  border-radius:999px;
  font-weight:900;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta{
  background:var(--purple);
  color:#fff;
  box-shadow:0 10px 24px rgba(109,58,168,.22);
}
.header-cta:hover,.btn:hover{transform:translateY(-2px)}
.menu-toggle{display:none;background:transparent;border:0;padding:10px}
.menu-toggle span:not(.sr-only){display:block;width:28px;height:3px;background:var(--ink);border-radius:999px;margin:5px 0}

.hero{position:relative;overflow:hidden;padding-top:72px}
.hero::before{
  content:"";
  position:absolute;
  inset:110px auto auto -88px;
  width:220px;height:220px;border-radius:50%;
  background:var(--orange);
  opacity:.12;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  align-items:center;
  gap:56px;
}
.eyebrow{
  margin:0 0 16px;
  color:var(--orange-dark);
  font-size:.86rem;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.11em;
}
h1,h2,h3{
  font-family:"Baloo 2","Nunito",sans-serif;
  line-height:.98;
  letter-spacing:-.035em;
  margin:0;
}
h1{font-size:clamp(3.1rem, 6vw, 6.8rem);max-width:820px}
h2{font-size:clamp(2.3rem, 4.7vw, 4.8rem)}
h3{font-size:1.65rem}
.lead{
  max-width:660px;
  font-size:1.22rem;
  color:var(--muted);
  margin:24px 0 0;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0 24px}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 16px 34px rgba(244,124,32,.28)}
.btn-soft{background:#fff;color:var(--purple);border:1px solid rgba(109,58,168,.18)}
.btn-dark{background:var(--ink);color:#fff;box-shadow:0 16px 40px rgba(23,19,31,.26)}
.trust-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  color:#4e435f;
  font-size:.93rem;
  font-weight:900;
}
.trust-row span{
  background:#fff;
  border:1px solid rgba(23,19,31,.08);
  border-radius:999px;
  padding:9px 13px;
}
.photo-stack{position:relative}
.hero-photo{
  width:100%;
  min-height:560px;
  object-fit:cover;
  object-position:center;
  border-radius:42px 42px 42px 110px;
  box-shadow:var(--shadow);
  border:8px solid #fff;
}
.cat-card{
  position:absolute;
  left:-30px;
  bottom:34px;
  width:245px;
  background:#fff;
  border:1px solid rgba(23,19,31,.08);
  border-radius:28px;
  padding:18px;
  box-shadow:0 18px 60px rgba(17,13,25,.18);
}
.cat-card img{width:76px;margin-bottom:8px}
.cat-card strong{display:block;font-family:"Baloo 2";font-size:1.42rem;line-height:1;color:var(--purple)}
.cat-card span{display:block;color:var(--muted);font-weight:800;margin-top:5px}

.quick-info{
  margin-top:-16px;
  position:relative;
  z-index:1;
}
.quick-grid{
  background:var(--ink);
  color:#fff;
  border-radius:30px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  box-shadow:0 20px 60px rgba(23,19,31,.18);
}
.quick-grid article{padding:26px 28px;border-right:1px solid rgba(255,255,255,.12)}
.quick-grid article:last-child{border-right:0}
.quick-grid span{display:block;color:#ffc58f;font-weight:900;font-size:.84rem;text-transform:uppercase;letter-spacing:.08em}
.quick-grid strong{display:block;font-family:"Baloo 2";font-size:1.45rem;line-height:1.05;margin-top:5px}

.two-col,.gallery-grid,.contact-grid,.parents-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:start;
}
.section-kicker{position:sticky;top:125px}
.about-text p,.gallery-copy p,.contact-copy p,.parents-text p{
  margin:0 0 18px;
  font-size:1.13rem;
  color:var(--muted);
}
.note-box{
  margin-top:30px;
  padding:26px;
  background:linear-gradient(135deg,rgba(247,182,215,.32),rgba(244,124,32,.14));
  border:1px solid rgba(109,58,168,.13);
  border-radius:26px;
}
.note-box strong{display:block;font-family:"Baloo 2";font-size:1.55rem;color:var(--purple-dark);line-height:1.05}
.note-box span{display:block;margin-top:8px;color:#594d64;font-weight:800}

.rhythm{background:linear-gradient(180deg, rgba(255,247,235,.62), rgba(255,255,255,.86))}
.split-title{max-width:820px;margin-bottom:38px}
.rhythm-layout{
  display:grid;
  grid-template-columns:1fr .86fr;
  gap:42px;
  align-items:center;
}
.rhythm-photo img{
  width:100%;
  min-height:560px;
  object-fit:cover;
  border-radius:60px 28px 60px 28px;
  border:8px solid #fff;
  box-shadow:var(--shadow);
}
.rhythm-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.rhythm-list article{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:20px;
  padding:26px;
  background:#fff;
  border:1px solid rgba(23,19,31,.08);
  border-radius:24px;
}
.rhythm-list span{
  width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--purple);
  color:#fff;
  font-family:"Baloo 2";font-size:1.4rem;font-weight:900;
}
.rhythm-list p,.segment-card p{color:var(--muted);margin:8px 0 0}

.segments-head{max-width:770px}
.segments-head p:not(.eyebrow){font-size:1.14rem;color:var(--muted);max-width:680px}
.segment-grid{
  margin-top:38px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.segment-card{
  background:#fff;
  border:1px solid rgba(23,19,31,.08);
  border-radius:30px;
  padding:32px;
  min-height:260px;
  position:relative;
  overflow:hidden;
}
.segment-card::before{
  content:"";
  position:absolute;
  width:90px;height:90px;border-radius:50%;
  background:rgba(244,124,32,.15);
  right:-28px;top:-28px;
}
.segment-card:nth-child(2)::before{background:rgba(109,58,168,.16)}
.segment-card:nth-child(3)::before{background:rgba(247,182,215,.42)}
.segment-card small{
  display:inline-block;
  font-weight:1000;
  color:var(--orange-dark);
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:14px;
}

.gallery{background:var(--purple-dark);color:#fff;overflow:hidden}
.gallery .eyebrow{color:#ffc08a}
.gallery-copy p{color:rgba(255,255,255,.78)}
.text-link{
  display:inline-flex;
  margin-top:18px;
  font-weight:1000;
  color:#fff;
  border-bottom:3px solid var(--orange);
}
.gallery-mosaic img{
  border-radius:36px;
  border:8px solid rgba(255,255,255,.12);
  box-shadow:0 28px 90px rgba(0,0,0,.28);
  transform:rotate(1.2deg);
}

.visit-card{
  background:
    radial-gradient(circle at 90% 20%, rgba(109,58,168,.26), transparent 22rem),
    linear-gradient(135deg, var(--orange), #ffb15f);
  border-radius:42px;
  padding:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:38px;
  color:#fff;
  box-shadow:0 22px 80px rgba(244,124,32,.25);
}
.visit-card .eyebrow{color:#fff3e4}
.visit-card p:not(.eyebrow){max-width:660px;font-size:1.18rem;margin:16px 0 0}

.parents-checklist{
  background:#fff;
  border-radius:34px;
  border:1px solid rgba(23,19,31,.08);
  padding:34px;
  box-shadow:0 18px 60px rgba(23,19,31,.08);
}
.parents-checklist ul{margin:0;padding:0;list-style:none}
.parents-checklist li{
  padding:17px 0 17px 38px;
  border-bottom:1px solid rgba(23,19,31,.08);
  position:relative;
  color:#473d52;
  font-weight:800;
}
.parents-checklist li:last-child{border-bottom:0}
.parents-checklist li::before{
  content:"";
  position:absolute;
  left:0;top:22px;
  width:18px;height:18px;
  background:var(--orange);
  border-radius:50% 50% 50% 8px;
  transform:rotate(-25deg);
}

.contact{
  background:
    linear-gradient(180deg, rgba(247,182,215,.18), rgba(255,247,235,.7));
}
.contact-panel{
  background:#fff;
  border-radius:34px;
  border:1px solid rgba(23,19,31,.08);
  padding:16px;
  box-shadow:0 18px 60px rgba(23,19,31,.08);
}
.contact-line{
  display:block;
  padding:22px;
  border-radius:22px;
  transition:background .2s ease, transform .2s ease;
}
.contact-line:hover{background:var(--cream);transform:translateX(4px)}
.contact-line span{display:block;color:var(--orange-dark);font-weight:1000;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}
.contact-line strong{display:block;font-family:"Baloo 2";font-size:1.45rem;line-height:1.05;margin-top:3px}

.site-footer{background:#130f19;color:#fff;padding:48px 0 22px}
.footer-grid{
  display:flex;
  justify-content:space-between;
  gap:40px;
  border-bottom:1px solid rgba(255,255,255,.12);
  padding-bottom:28px;
}
.footer-grid img{width:92px;background:#fff;border-radius:20px;padding:6px;margin-bottom:12px}
.footer-grid p{max-width:380px;color:rgba(255,255,255,.7)}
.footer-grid nav{display:flex;gap:18px;flex-wrap:wrap;align-items:flex-start;font-weight:900}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding-top:22px;
  color:rgba(255,255,255,.62);
}
.floating-whatsapp{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:11;
  background:#22a55a;
  color:#fff;
  min-height:54px;
  display:inline-flex;
  align-items:center;
  padding:0 20px;
  border-radius:999px;
  font-weight:1000;
  box-shadow:0 12px 34px rgba(34,165,90,.28);
}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease, transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}

@media (max-width: 960px){
  .header-inner{min-height:74px}
  .brand img{width:70px;height:70px}
  .menu-toggle{display:block;z-index:12}
  .main-nav{
    position:fixed;
    top:74px;
    left:20px;
    right:20px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    background:#fff;
    padding:22px;
    border-radius:24px;
    box-shadow:0 18px 60px rgba(0,0,0,.14);
  }
  .main-nav.is-open{display:flex}
  .header-cta{display:none}
  .hero-grid,.two-col,.rhythm-layout,.gallery-grid,.contact-grid,.parents-layout{
    grid-template-columns:1fr;
    gap:34px;
  }
  .section-kicker{position:static}
  .quick-grid{grid-template-columns:repeat(2,1fr)}
  .segment-grid{grid-template-columns:1fr}
  .hero-photo,.rhythm-photo img{min-height:420px}
  .cat-card{left:16px;bottom:16px;width:210px}
  .visit-card{align-items:flex-start;flex-direction:column;padding:36px}
}

@media (max-width: 640px){
  .container{width:min(100% - 28px, 1160px)}
  .section-pad{padding:68px 0}
  .hero{padding-top:46px}
  h1{font-size:3.15rem}
  h2{font-size:2.55rem}
  .lead{font-size:1.06rem}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
  .quick-grid{grid-template-columns:1fr;border-radius:24px}
  .quick-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:20px}
  .quick-grid article:last-child{border-bottom:0}
  .hero-photo,.rhythm-photo img{min-height:330px;border-width:5px;border-radius:32px}
  .cat-card{position:relative;left:auto;bottom:auto;margin:-46px 14px 0;width:auto}
  .rhythm-list article{grid-template-columns:1fr;padding:22px}
  .visit-card{border-radius:30px;padding:28px}
  .footer-grid,.footer-bottom{flex-direction:column}
  .floating-whatsapp{left:14px;right:14px;justify-content:center}
}
