@import url('https://fonts.googleapis.com/css2?family=Chewy&family=Patrick+Hand&display=swap');

:root{--red:#ef1b25;--yellow:#ffd91c;--blue:#d8f2ff;--pink:#fde8ed;--green:#ddf5df;--ink:#151515;--max:1000px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:'Patrick Hand',Arial,Helvetica,sans-serif;font-size:18px}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
.container{width:min(var(--max),92%);margin:auto}
.header{background:#fff;border-bottom:3px solid var(--yellow);position:relative;z-index:100}
.header-inner{width:min(var(--max),92%);margin:auto;min-height:112px;display:grid;grid-template-columns:330px 1fr;grid-template-rows:42px 58px;align-items:center;gap:0 18px;padding:7px 0;position:relative}
.brand{display:flex;align-items:center;gap:12px;grid-row:1/3;position:relative;z-index:2}.brand img{width:150px;height:98px;object-fit:contain}.brand-title{font-family:Arial,Helvetica,sans-serif;font-weight:900;font-size:20px;line-height:1.05}
.tagline{grid-column:2;grid-row:1;text-align:right;padding-right:220px;color:var(--red);font-family:Arial,Helvetica,sans-serif;font-weight:900;font-size:19px;white-space:nowrap;position:relative;z-index:2}
.nav{grid-column:2;grid-row:2;display:flex;justify-content:flex-end;gap:8px;flex-wrap:nowrap;padding-right:220px;position:relative;z-index:3}.nav a{padding:10px 18px;border-radius:11px;background:var(--yellow);font-family:Arial,Helvetica,sans-serif;font-weight:900;white-space:nowrap}.nav a.active,.nav a:hover{background:var(--red);color:#fff}
.header-flying-ladybird{position:absolute;right:0;top:4px;width:190px;height:80px;object-fit:contain;object-position:right top;pointer-events:none;z-index:1}
@media(max-width:900px){.header-inner{grid-template-columns:1fr;grid-template-rows:auto auto auto;justify-items:center;min-height:0;padding:8px 0 10px}.brand{grid-row:auto}.tagline,.nav{grid-column:auto;grid-row:auto;padding-right:0}.nav{justify-content:center;flex-wrap:wrap}.header-flying-ladybird{right:2px;top:0;width:175px;height:72px;opacity:.95}}
@media(max-width:600px){.header{position:relative}.brand img{width:135px;height:82px}.brand-title{font-size:17px}.tagline{font-size:15px}.nav{gap:5px}.nav a{padding:9px 10px;font-size:12px}.header-flying-ladybird{display:none}}
.hero{background:var(--blue);position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;min-height:390px}.hero-copy{padding:50px 38px;display:flex;flex-direction:column;justify-content:center}.hero h1{font-size:clamp(44px,5.3vw,72px);line-height:1;color:var(--red);margin:0 0 12px}.hero h1:after{content:"";display:block;width:210px;height:6px;background:var(--red);border-radius:50%;transform:rotate(-2deg);margin-top:12px}.hero p{font-size:21px;max-width:560px;margin:0 0 20px;line-height:1.35}.hero-photo{min-height:390px;position:relative}.hero-photo img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;right:5%;top:20%;width:120px;height:120px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;text-align:center;color:var(--red);font-weight:900;padding:14px;transform:rotate(6deg)}
.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;padding:12px 20px;border-radius:11px;font-weight:900;border:0;cursor:pointer}.btn.yellow{background:var(--yellow);color:#111}
.section{padding:44px 0}.intro{text-align:center;font-size:20px;max-width:900px;margin:0 auto 28px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{border-radius:14px;padding:22px 16px;text-align:center;min-height:175px}.card:nth-child(1){background:var(--pink)}.card:nth-child(2){background:#fff7d7}.card:nth-child(3){background:var(--blue)}.card:nth-child(4){background:var(--green)}.card .icon{font-size:42px;line-height:1;margin-bottom:8px}.card h3{color:var(--red);font-size:23px;margin:0 0 8px}.card p{margin:0;font-size:16px;line-height:1.35}
.session{margin-top:14px;background:var(--pink);border-radius:18px;padding:24px 32px;display:grid;grid-template-columns:150px 1fr;gap:22px;align-items:center}.calendar{width:92px;height:92px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:42px;color:var(--red)}.session h2{color:var(--red);margin:0 0 5px;font-size:27px}.session p{margin:0 0 12px;font-size:18px}
.two{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.panel{border-radius:20px;padding:25px;background:#f8f8f8}.panel h2{color:var(--red);font-size:28px;margin:0 0 12px}.ticks{list-style:none;padding:0;margin:0}.ticks li{position:relative;padding-left:29px;margin:9px 0;font-size:17px}.ticks li:before{content:"✓";position:absolute;left:0;top:1px;background:var(--red);color:#fff;width:21px;height:21px;border-radius:50%;text-align:center;line-height:21px;font-weight:900}
.quote{max-width:800px;margin:auto;background:var(--blue);border-radius:38px;padding:28px;text-align:center;font-size:25px;font-weight:800}
.contact-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.contact-card{padding:22px;border-radius:16px}.contact-card:nth-child(1){background:var(--pink)}.contact-card:nth-child(2){background:var(--blue)}.contact-card:nth-child(3){background:#fff7d7}.contact-card h2{color:var(--red);font-size:28px;margin:0 0 15px}.detail{margin:14px 0;font-size:17px}.detail strong{display:block;margin-bottom:3px}
.map{height:260px;border:0;width:100%;border-radius:12px}.form label{display:block;font-weight:800;margin:8px 0 4px}.form input,.form textarea{width:100%;border:2px solid #ddd;border-radius:9px;padding:10px;font:inherit}.form textarea{min-height:115px}
.footer{background:var(--red);color:#fff;padding:24px 0}.footer-grid{width:min(var(--max),92%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.footer-item{display:flex;gap:12px;align-items:center}.footer-icon{width:48px;height:48px;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center;font-weight:900;font-size:22px;flex:0 0 48px}.footer-item strong{display:block}.footer-item span{font-size:15px}
@media(max-width:900px){.header-inner{grid-template-columns:1fr;grid-template-rows:auto auto auto;justify-items:center}.brand{grid-row:auto}.tagline,.nav{grid-column:auto}.nav{justify-content:center}.hero-grid,.two{grid-template-columns:1fr}.hero-copy{padding:38px 6%}.hero-photo{min-height:310px}.cards{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}}
@media(max-width:600px){.header{position:relative}.brand img{width:135px;height:78px}.brand-title{font-size:17px}.tagline{font-size:15px}.nav{gap:5px}.nav a{padding:9px 10px;font-size:12px}.hero-grid{min-height:0}.hero-copy{padding:32px 5%}.hero h1{font-size:43px}.hero p{font-size:18px}.hero-photo{min-height:260px}.badge{width:92px;height:92px;font-size:13px;top:12%;right:4%}.cards,.contact-grid{grid-template-columns:1fr}.session{grid-template-columns:1fr;padding:20px;text-align:center}.calendar{margin:auto}.two{grid-template-columns:1fr}.quote{font-size:21px;padding:24px}.footer-item{align-items:flex-start}}

.home-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.home-card{display:grid;grid-template-columns:1fr 170px;align-items:center;min-height:185px;padding:18px 20px;border-radius:16px}
.home-card.play{background:#fde8ed}.home-card.pre{background:#dff3ff}
.home-card .round-photo{width:150px;height:150px;border-radius:50%;object-fit:cover;border:6px solid #fff;grid-column:2;grid-row:1/5}
.home-card .copy{grid-column:1;grid-row:1/5}.home-card h3{color:var(--red);font-size:29px;margin:0 0 8px}.home-card p{font-size:17px;line-height:1.35;margin:0 0 14px}
@media(max-width:900px){.home-cards{grid-template-columns:1fr}.home-card{grid-template-columns:1fr 150px}.home-card .round-photo{width:130px;height:130px}}
@media(max-width:600px){.home-card{grid-template-columns:1fr;gap:12px;text-align:center}.home-card .round-photo{grid-column:1;grid-row:1;width:125px;height:125px;margin:auto}.home-card .copy{grid-column:1;grid-row:2}.home-card h3{font-size:25px}}


/* Home page – corrected to match the approved design */
.home-hero-approved{
  display:grid;grid-template-columns:1fr 1fr;min-height:560px;
  background:#d8f2ff;overflow:hidden;position:relative;
}
.home-hero-approved .copy{
  padding:54px 34px;display:flex;flex-direction:column;
  justify-content:center;align-items:flex-start;position:relative;z-index:2;
}
.home-hero-approved .copy h1{
  font-family:'Chewy','Patrick Hand',cursive;font-size:clamp(48px,4.7vw,66px);
  line-height:1.03;color:#111;margin:0 0 12px;font-weight:400;letter-spacing:.2px;
}
.home-hero-approved .copy h1:after{
  content:"";display:block;width:210px;height:6px;background:var(--red);
  border-radius:50%;margin-top:12px;transform:rotate(-2deg);
}
.home-hero-approved .copy p{
  font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.35;
  margin:0 0 20px;max-width:510px;
}
.home-hero-approved .copy .btn{font-family:Arial,Helvetica,sans-serif;margin-right:4px;margin-bottom:6px}
.home-hero-approved .photo{min-height:560px;position:relative}
.home-hero-approved .photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.home-hero-approved:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:52px;
  background:url('assets/home-grass-clean.png') center bottom/100% 52px no-repeat;
  z-index:4;pointer-events:none;
}

/* Home lower section */
.home-lower{position:relative;padding:0;background:#fff;overflow:hidden}
.home-lower-inner{width:min(745px,92%);margin:0 auto;padding-top:14px}
.home-grass-top{display:none}
.home-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0}
.home-card{
  display:grid;grid-template-columns:1fr 150px;align-items:center;min-height:185px;
  padding:18px 20px;border-radius:16px
}
.home-card.play{background:#fde8ed}.home-card.pre{background:#dff3ff}
.home-card .round-photo{
  width:150px;height:150px;border-radius:50%;object-fit:cover;border:6px solid #fff;
  grid-column:2;grid-row:1/5
}
.home-card .copy{grid-column:1;grid-row:1/5}
.home-card h3{
  font-family:'Chewy','Patrick Hand',cursive;color:var(--red);font-size:29px;
  font-weight:400;margin:0 0 8px
}
.home-card p{font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.35;margin:0 0 14px}
.home-card .btn{font-family:Arial,Helvetica,sans-serif}

.home-why{
  display:grid;grid-template-columns:1.15fr .85fr;gap:45px;align-items:center;
  padding:8px 0 22px
}
.home-why h2{
  font-family:'Chewy','Patrick Hand',cursive;color:var(--red);font-size:36px;
  font-weight:400;margin:0 0 10px
}
.home-why .quote{
  background:#d8f2ff;border-radius:38px;padding:30px 24px;
  font-family:'Chewy','Patrick Hand',cursive;font-size:25px;font-weight:400;
  text-align:center;position:relative
}
.home-why .quote:before{
  content:"“";font-family:Georgia,serif;color:#1385d8;font-size:54px;
  position:absolute;left:16px;top:3px
}
.home-why .ticks li{font-family:'Patrick Hand',Arial,sans-serif;font-size:18px;margin:7px 0}

.home-bottom-decoration{
  position:relative;width:100%;height:155px;background:#fff;overflow:hidden;
}
.home-bottom-decoration .bottom-cloud{
  position:absolute;right:19%;top:20px;width:285px;height:96px;
  background:#d8f2ff;border-radius:48px;display:flex;align-items:center;justify-content:center;
  text-align:center;font-family:'Chewy','Patrick Hand',cursive;font-size:21px;line-height:1.15;
  font-weight:400;padding:20px 24px 14px 38px;z-index:2;
}
.home-bottom-decoration .bottom-cloud:before{
  content:"";position:absolute;left:28px;bottom:-9px;width:34px;height:24px;
  background:#d8f2ff;border-radius:50%;
}
.home-bottom-decoration .bottom-cloud span{
  position:absolute;left:15px;top:4px;font-family:Georgia,serif;font-size:48px;color:#1385d8;
}
.home-bottom-decoration .bottom-ladybird{
  display:block;position:absolute;right:3%;bottom:18px;width:155px;height:auto;z-index:3;
}
.home-bottom-decoration .bottom-grass{
  position:absolute;left:0;right:0;bottom:0;height:62px;
  background:url('assets/home-grass-clean.png') center bottom/100% 62px no-repeat;z-index:4;
}

/* Keep the exact footer styling */
.footer{background:var(--red);color:#fff;padding:24px 0}
.footer-grid{width:min(var(--max),92%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.footer-item{display:flex;gap:12px;align-items:center}
.footer-icon{width:48px;height:48px;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center;font-weight:900;font-size:22px;flex:0 0 48px}
.footer-item strong{display:block}.footer-item span{font-size:15px}

@media(max-width:900px){
  .home-cards{grid-template-columns:1fr}
  .home-card{grid-template-columns:1fr 150px}
  .home-card .round-photo{width:130px;height:130px}
}
@media(max-width:700px){
  .home-hero-approved{grid-template-columns:1fr;min-height:0}
  .home-hero-approved .copy{padding:34px 5%}
  .home-hero-approved .photo{min-height:320px}
  .home-hero-approved .copy h1{font-size:46px}
  .home-hero-approved .copy p{font-size:18px}
  .home-hero-approved:after{height:36px}
  .home-lower-inner{padding-top:12px}
}
@media(max-width:600px){
  .home-card{grid-template-columns:1fr;gap:12px;text-align:center}
  .home-card .round-photo{grid-column:1;grid-row:1;width:125px;height:125px;margin:auto}
  .home-card .copy{grid-column:1;grid-row:2}
  .home-card h3{font-size:25px}
  .home-why{grid-template-columns:1fr;gap:20px}
  .home-why .quote{font-size:21px;padding:24px}
  .home-bottom-decoration .bottom-ladybird{width:135px;right:4%;bottom:18px}.home-bottom-decoration .bottom-cloud{right:18%;width:250px;font-size:19px}
}

/* FINAL MOBILE IMPLEMENTATION — based on the approved mobile mockup */
.menu-toggle{display:none}
@media(max-width:700px){
  body{font-size:18px;overflow-x:hidden}
  .header-inner{width:100%;padding:10px 14px 9px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:0;justify-items:stretch;min-height:0}
  .brand{grid-column:1;grid-row:1;display:flex;align-items:center;gap:10px;min-width:0}
  .brand img{width:150px;height:116px;object-fit:contain;flex:0 0 150px}
  .brand-title{font-family:'Chewy','Patrick Hand',cursive;font-size:25px;line-height:1.0;font-weight:400}
  .tagline{grid-column:1/3;grid-row:2;text-align:center;padding:3px 0 0;font-family:'Chewy','Patrick Hand',cursive;font-size:22px;white-space:nowrap;color:var(--red)}
  .menu-toggle{display:grid;grid-column:2;grid-row:1;place-items:center;width:58px;height:58px;border:0;border-radius:10px;background:var(--red);color:#fff;font-size:34px;line-height:1;cursor:pointer;align-self:center}
  .header-flying-ladybird{display:none}
  .nav{display:none;grid-column:1/3;grid-row:3;padding:8px 0 0;gap:7px;justify-content:center;flex-wrap:wrap}
  .nav.open{display:flex}
  .nav a{font-size:15px;padding:9px 13px;border-radius:10px}

  .home-hero-approved{grid-template-columns:1fr;min-height:0;background:#d8f2ff;overflow:hidden}
  .home-hero-approved .copy{padding:28px 22px 24px;display:block}
  .home-hero-approved .copy h1{font-size:49px;line-height:1.02;margin:0 0 13px}
  .home-hero-approved .copy h1:after{width:165px;height:5px;margin-top:12px}
  .home-hero-approved .copy p{font-size:18px;line-height:1.35;margin:0 0 20px;max-width:none}
  .hero-buttons{display:flex;flex-direction:column;gap:10px}
  .home-hero-approved .copy .btn{width:100%;margin:0;padding:13px 14px;font-size:17px}
  .home-hero-approved .photo{min-height:0;height:auto;aspect-ratio:1.08/1;position:relative}
  .home-hero-approved .photo img{width:100%;height:100%;object-fit:cover;object-position:center}
  /* No grass, image strips, or decoration is permitted in the hero. */
  .home-hero-approved:after{display:none!important}

  .home-lower{padding:0;background:#fff}
  .home-lower-inner{width:100%;padding:10px 16px 0}
  .home-cards{display:flex;flex-direction:column;gap:8px;margin:0}
  .home-card{width:100%;min-height:205px;display:grid;grid-template-columns:1fr 145px;gap:8px;align-items:center;padding:16px 18px;border-radius:15px;text-align:left}
  .home-card .round-photo{grid-column:2;grid-row:1/5;width:132px;height:132px;margin:0;border-width:6px}
  .home-card .copy{grid-column:1;grid-row:1/5}
  .home-card h3{font-size:31px;margin:0 0 7px}
  .home-card p{font-size:18px;line-height:1.28;margin:0 0 12px}
  .home-card .btn{font-size:17px;padding:11px 16px}

  .home-why{display:block;padding:10px 0 18px}
  .home-why h2{font-size:39px;line-height:1.05;margin:0 0 13px}
  .home-why .ticks li{font-size:18px;line-height:1.25;margin:8px 0;padding-left:31px}
  .home-why .quote{font-size:22px;line-height:1.15;padding:23px 35px;margin:22px 0 0;border-radius:38px}

  .home-bottom-decoration{height:76px;background:#fff;position:relative;overflow:hidden}
  .home-bottom-decoration .bottom-grass{height:76px;bottom:0;background:url('assets/home-grass-clean.png') center bottom/auto 76px repeat-x;z-index:2}
  .home-bottom-decoration .bottom-ladybird{width:110px;right:7%;bottom:24px;z-index:3}

  .footer{padding:18px 14px 20px}
  .footer-grid{width:100%;display:grid;grid-template-columns:1fr;gap:15px}
  .footer-item{gap:11px;align-items:center}
  .footer-icon{width:48px;height:48px;flex:0 0 48px}
  .footer-item strong{font-size:20px;line-height:1.05}
  .footer-item span{font-size:16px;line-height:1.2}
}
@media(min-width:701px){
  .home-hero-approved:after{display:none!important}
  .home-bottom-decoration .bottom-cloud{display:none}
  .home-bottom-decoration{height:105px}
  .home-bottom-decoration .bottom-grass{height:62px}
}
