:root{
  --green:#22b45f;
  --green-dark:#11914a;
  --green-soft:#eafaf1;
  --yellow:#ffc83d;
  --orange:#ff8b36;
  --blue:#4e83ff;
  --purple:#8d5cff;
  --ink:#15231a;
  --muted:#6c786f;
  --white:#ffffff;
  --cream:#fffaf0;
  --line:#e9efe9;
  --shadow:0 20px 60px rgba(18,66,36,.12);
  --shadow-soft:0 12px 35px rgba(20,70,40,.09);
  --radius:28px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"Nunito",sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.6;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.section{padding:100px 0}
.topbar{
  background:#103b23;
  color:#dff8e8;
  font-size:.88rem;
}
.topbar-inner{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.topbar p,.topbar a{display:flex;align-items:center;gap:7px}
.topbar-links{display:flex;gap:22px}
.header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(20,60,30,.06);
  transition:.3s ease;
}
.header.scrolled{box-shadow:0 10px 35px rgba(17,56,31,.08)}
.nav-wrap{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.logo{display:inline-flex;align-items:center;gap:12px}
.logo-mark{
  width:56px;height:56px;
  display:block;flex-shrink:0;
  object-fit:contain;
}
.logo strong{
  display:block;
  font-family:"Baloo 2",cursive;
  font-size:1.42rem;
  line-height:1;
}
.logo small{display:block;color:var(--muted);font-size:.72rem;margin-top:3px}
.nav{display:flex;align-items:center;gap:30px}
.nav-link{
  color:#415045;
  font-weight:700;
  font-size:.95rem;
  position:relative;
}
.nav-link:after{
  content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;
  border-radius:99px;background:var(--green);
  transform:scaleX(0);transition:.25s;
}
.nav-link:hover,.nav-link.active{color:var(--green-dark)}
.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}
.nav-actions{display:flex;align-items:center;gap:12px}
.menu-btn{
  width:44px;height:44px;border:0;border-radius:14px;background:var(--green-soft);
  color:var(--green-dark);font-size:1.4rem;display:none;cursor:pointer
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:52px;padding:0 24px;border-radius:16px;
  font-weight:800;transition:.25s ease;border:1.5px solid transparent;
}
.btn:hover{transform:translateY(-2px)}
.btn-sm{min-height:45px;padding:0 18px;border-radius:14px;font-size:.92rem}
.btn-primary{
  background:linear-gradient(135deg,var(--green),var(--green-dark));
  color:#fff;box-shadow:0 12px 24px rgba(34,180,95,.25)
}
.btn-light{background:#fff;border-color:#e4ebe6;box-shadow:var(--shadow-soft)}
.btn-dark{background:#143b24;color:#fff}
.btn-white{background:#fff;color:#143b24}
.btn-outline{border-color:#cbd8ce;background:#fff}

.hero{
  position:relative;
  min-height:720px;
  padding:95px 0 120px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,213,78,.24), transparent 22%),
    radial-gradient(circle at 85% 28%, rgba(91,212,130,.25), transparent 22%),
    linear-gradient(180deg,#f7fff9 0%,#effbf3 100%);
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  align-items:center;
  gap:60px;
  position:relative;z-index:2;
}
.eyebrow,.section-kicker{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--green-dark);
  font-weight:900;letter-spacing:.12em;
  font-size:.78rem;
}
.eyebrow{
  background:#fff;border:1px solid #dceee2;
  padding:9px 13px;border-radius:99px;
  letter-spacing:.04em;
}
.hero h1{
  font-family:"Baloo 2",cursive;
  font-size:clamp(3.4rem,6vw,5.8rem);
  line-height:.92;
  margin:24px 0 22px;
  letter-spacing:-.03em;
}
.hero h1 span{color:var(--green)}
.hero-copy>p{
  max-width:620px;
  color:#607066;
  font-size:1.1rem;
  line-height:1.8;
}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.hero-features{
  display:flex;flex-wrap:wrap;gap:18px 28px;margin-top:34px;
  color:#43534a;font-weight:700;font-size:.92rem;
}
.hero-features div{display:flex;align-items:center;gap:8px}
.hero-features i{color:var(--green);font-size:1.2rem}

.hero-visual{position:relative}
.main-card{
  min-height:500px;
  border-radius:42px;
  background:#fff;
  padding:20px;
  box-shadow:0 35px 100px rgba(31,100,54,.18);
  position:relative;
  transform:rotate(1.8deg);
}
.play-scene{
  min-height:460px;border-radius:32px;position:relative;overflow:hidden;
  background:linear-gradient(#b9ecff 0 63%,#8ee17a 63% 100%);
}
.sun{
  position:absolute;right:38px;top:30px;width:64px;height:64px;border-radius:50%;
  background:#ffe16b;display:grid;place-items:center;color:#ffad22;font-size:2rem
}
.cloud{position:absolute;width:78px;height:25px;background:#fff;border-radius:40px;opacity:.85}
.cloud:before,.cloud:after{content:"";position:absolute;background:#fff;border-radius:50%}
.cloud:before{width:34px;height:34px;left:13px;top:-18px}
.cloud:after{width:42px;height:42px;right:10px;top:-22px}
.cloud-a{left:42px;top:65px}.cloud-b{left:185px;top:115px;transform:scale(.72)}
.rainbow{
  width:190px;height:95px;position:absolute;left:85px;top:110px;
  border:15px solid #ff8f8f;border-bottom:0;border-radius:190px 190px 0 0;
}
.rainbow:before,.rainbow:after{
  content:"";position:absolute;border-bottom:0;border-radius:190px 190px 0 0
}
.rainbow:before{inset:10px;border:13px solid #ffd75f;border-bottom:0}
.rainbow:after{inset:31px;border:11px solid #55c883;border-bottom:0}
.playhouse{position:absolute;left:70px;bottom:84px;width:155px}
.roof{
  width:0;height:0;border-left:90px solid transparent;border-right:90px solid transparent;
  border-bottom:85px solid #ff7f59;position:relative;left:-12px
}
.house-body{height:125px;background:#fff0a9;border-radius:8px 8px 18px 18px;position:relative}
.window{position:absolute;left:22px;top:26px;width:42px;height:42px;border-radius:10px;background:#79d7ff;border:6px solid #fff}
.door{position:absolute;right:25px;bottom:0;width:42px;height:76px;border-radius:20px 20px 0 0;background:#49b970}
.slide{position:absolute;right:60px;bottom:75px;width:175px;height:220px}
.slide-top{position:absolute;right:0;top:0;width:92px;height:92px;border-radius:22px;background:#8f6bff}
.slide-body{
  position:absolute;width:76px;height:205px;background:#ffcf45;
  border-radius:30px;transform:rotate(34deg);right:58px;top:42px
}
.ball-pit{
  position:absolute;right:34px;bottom:34px;width:190px;height:72px;
  background:#fff;border-radius:24px;padding:12px;display:flex;gap:4px;flex-wrap:wrap
}
.ball-pit span{width:24px;height:24px;border-radius:50%;background:#ff775f}
.ball-pit span:nth-child(2n){background:#4f83ff}
.ball-pit span:nth-child(3n){background:#ffd34e}
.ball-pit span:nth-child(4n){background:#5bca7f}
.floating-card{
  position:absolute;background:#fff;border-radius:18px;padding:12px 14px;
  display:flex;align-items:center;gap:10px;box-shadow:0 12px 30px rgba(19,67,37,.16);
  min-width:190px;transform:rotate(-1.8deg)
}
.floating-card b{display:block;font-size:.9rem}
.floating-card small{display:block;color:var(--muted);font-size:.72rem}
.fc-icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;font-size:1.2rem}
.fc-icon.yellow{background:#fff5c7;color:#e6a700}
.fc-icon.orange{background:#fff0e5;color:#ee7b27}
.fc-icon.blue{background:#eaf0ff;color:#4e83ff}
.fc-1{left:-34px;top:42px}.fc-2{right:-28px;top:235px}.fc-3{left:30px;bottom:-18px}
.hero-shape{position:absolute;border-radius:50%;filter:blur(1px)}
.shape-1{width:90px;height:90px;background:#ffd851;left:4%;top:55%;opacity:.35}
.shape-2{width:45px;height:45px;background:#6e8cff;right:4%;top:15%;opacity:.3}
.shape-3{width:120px;height:120px;background:#ff9a63;right:10%;bottom:9%;opacity:.22}
.wave-bottom{position:absolute;bottom:-1px;left:0;width:100%;height:90px}
.wave-bottom svg{width:100%;height:100%;display:block}.wave-bottom path{fill:#fff}

.stats{padding:32px 0 10px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.stat{
  text-align:center;padding:24px 10px;border-right:1px solid var(--line)
}
.stat:last-child{border-right:0}
.stat strong{
  display:block;font-family:"Baloo 2";font-size:2.1rem;color:var(--green-dark);line-height:1
}
.stat span{color:var(--muted);font-weight:700;font-size:.9rem}

.section-head{text-align:center;max-width:700px;margin:0 auto 48px}
.section-head h2,.about-copy h2,.hours-copy h2,.booking-card h2{
  font-family:"Baloo 2";font-size:clamp(2.4rem,4vw,3.6rem);line-height:1.08;margin:10px 0 14px
}
.section-head p,.about-copy>p,.hours-copy>p,.booking-card p{color:var(--muted);font-size:1.04rem}

.zones{background:#fff}
.zone-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.zone-card{
  border:1px solid var(--line);
  border-radius:30px;background:#fff;overflow:hidden;
  box-shadow:var(--shadow-soft);transition:.3s ease
}
.zone-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.zone-media{height:230px;padding:16px;position:relative}
.zone-illustration{
  height:100%;border-radius:22px;position:relative;overflow:hidden;
  display:grid;place-items:center;
}
.playground-ill{background:linear-gradient(145deg,#e2f8e9,#fff6c8)}
.rc-ill{background:linear-gradient(145deg,#fff0dc,#ffe0a9)}
.game-ill{background:linear-gradient(145deg,#22284a,#553b94)}
.big-emoji{font-size:6rem;z-index:2}
.playground-ill .big-emoji{color:#2dbf68}
.rc-ill .big-emoji{color:#f08b31}
.game-ill .big-emoji{color:#7ba1ff}
.bubble{position:absolute;border-radius:50%;background:#fff;opacity:.6}
.b1{width:70px;height:70px;left:20px;top:28px}.b2{width:35px;height:35px;right:34px;top:36px}.b3{width:95px;height:95px;right:-15px;bottom:-20px}
.road{position:absolute;background:#635b53;height:34px;width:130%;left:-15%;border-radius:99px}
.road:after{content:"";position:absolute;left:0;right:0;top:15px;border-top:3px dashed #f6c54e}
.road-1{bottom:34px;transform:rotate(-8deg)}.road-2{top:30px;transform:rotate(12deg);opacity:.55}
.pixel{position:absolute;width:20px;height:20px;border-radius:4px;background:#ff62b4}
.p1{left:45px;top:40px}.p2{right:55px;top:68px;background:#51e0ff}.p3{left:80px;bottom:35px;background:#ffe45f}
.zone-badge{
  position:absolute;left:28px;bottom:26px;background:#fff;padding:8px 12px;border-radius:99px;
  font-size:.75rem;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.09)
}
.zone-content{padding:8px 28px 30px}
.zone-icon{
  width:50px;height:50px;border-radius:16px;display:grid;place-items:center;font-size:1.4rem;margin-bottom:16px
}
.zone-icon.green{background:#e8f9ef;color:var(--green)}
.zone-icon.orange{background:#fff0e4;color:var(--orange)}
.zone-icon.blue{background:#ebf0ff;color:var(--blue)}
.zone-content h3{font-family:"Baloo 2";font-size:1.7rem;line-height:1.1;margin-bottom:10px}
.zone-content p{color:var(--muted);min-height:135px}
.tag-row{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}
.tag-row span{background:#f4f7f4;border:1px solid #e8eee9;padding:6px 9px;border-radius:99px;font-size:.72rem;font-weight:800;color:#526158}
.zone-link{display:inline-flex;align-items:center;gap:7px;color:var(--green-dark);font-weight:900}

.about{background:var(--cream)}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.blob-card{
  min-height:450px;border-radius:50px 100px 50px 100px;
  background:
    radial-gradient(circle at 80% 15%,rgba(255,211,80,.9),transparent 17%),
    linear-gradient(145deg,#dff8e8,#bff1cf);
  padding:60px;display:flex;flex-direction:column;justify-content:center;
  box-shadow:var(--shadow);position:relative;overflow:hidden
}
.blob-card:after{
  content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:#fff;opacity:.22;right:-70px;bottom:-70px
}
.blob-icon{
  width:82px;height:82px;border-radius:26px;background:#fff;color:var(--green);font-size:2.4rem;
  display:grid;place-items:center;box-shadow:var(--shadow-soft);margin-bottom:24px
}
.blob-card h3{font-family:"Baloo 2";font-size:2.1rem;line-height:1.05}
.blob-card p{margin:10px 0 22px;color:#4f6658}
.mini-pills{display:flex;gap:8px;flex-wrap:wrap}
.mini-pills span{background:rgba(255,255,255,.8);padding:8px 11px;border-radius:99px;font-size:.78rem;font-weight:800}
.feature-list{display:grid;gap:16px;margin:30px 0}
.feature-item{display:grid;grid-template-columns:52px 1fr;gap:15px;align-items:flex-start}
.feature-item>i{
  width:52px;height:52px;border-radius:16px;background:#e9f9ef;color:var(--green);
  display:grid;place-items:center;font-size:1.4rem
}
.feature-item b{display:block;margin-top:2px}.feature-item span{display:block;color:var(--muted);font-size:.9rem;margin-top:2px}

.hours-section{padding-top:90px}
.hours-card{
  border-radius:36px;
  background:
    radial-gradient(circle at 88% 10%,rgba(255,220,87,.24),transparent 23%),
    linear-gradient(135deg,#123b24,#1e6337);
  color:#fff;padding:55px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;
  box-shadow:0 25px 70px rgba(18,59,36,.22)
}
.section-kicker.light{color:#bff6d1}
.hours-copy>p{color:#d6e9dc;margin-bottom:24px}
.hours-list{display:grid;gap:12px}
.hours-list div{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:18px 20px;border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);border-radius:16px
}
.hours-list span{color:#cce1d3}.hours-list strong{font-size:.96rem}

.booking{padding-top:30px}
.booking-card{
  border:1px solid var(--line);border-radius:32px;padding:42px 46px;
  display:flex;align-items:center;justify-content:space-between;gap:40px;
  background:#fff;box-shadow:var(--shadow-soft)
}
.booking-card h2{font-size:2.6rem;max-width:620px}
.booking-actions{display:flex;flex-direction:column;gap:10px;min-width:220px}

.contact{background:#f7fbf8}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.contact-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;
  text-align:center;box-shadow:var(--shadow-soft)
}
.contact-icon{
  width:58px;height:58px;border-radius:18px;background:var(--green-soft);color:var(--green);
  display:grid;place-items:center;font-size:1.5rem;margin:0 auto 15px
}
.contact-card h3{font-family:"Baloo 2";font-size:1.4rem}.contact-card p{color:var(--muted)}

.footer{background:#102d1c;color:#e5f2e9;padding:55px 0 20px}
.footer-grid{display:grid;grid-template-columns:1fr auto auto;gap:50px;align-items:center}
.footer-logo strong{color:#fff}.footer-logo small{color:#a7bfaf}.footer-grid>div>p{color:#9db4a5;margin-top:10px}
.footer-links{display:flex;gap:24px;font-weight:700;color:#c6d7cb}
.socials{display:flex;gap:10px}
.socials a{width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.09);display:grid;place-items:center;font-size:1.15rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:35px;padding-top:18px;color:#8ea797;font-size:.85rem}

.back-top{
  position:fixed;right:24px;bottom:24px;width:46px;height:46px;border-radius:14px;
  background:var(--green);color:#fff;display:grid;place-items:center;z-index:1000;
  opacity:0;visibility:hidden;transform:translateY(10px);transition:.3s
}
.back-top.show{opacity:1;visibility:visible;transform:none}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.show{opacity:1;transform:none}

@media(max-width:980px){
  .nav{
    position:absolute;left:20px;right:20px;top:92px;background:#fff;border:1px solid var(--line);
    border-radius:22px;padding:18px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch;gap:5px
  }
  .nav.open{display:flex}
  .nav-link{padding:12px 14px;border-radius:12px}
  .nav-link:after{display:none}
  .nav-link:hover,.nav-link.active{background:var(--green-soft)}
  .menu-btn{display:grid;place-items:center}
  .nav-actions>.btn{display:none}
  .hero{padding-top:65px}
  .hero-grid,.about-grid,.hours-card{grid-template-columns:1fr}
  .hero-grid{gap:70px}
  .hero-copy{text-align:center}
  .hero-copy>p{margin:auto}
  .hero-buttons,.hero-features{justify-content:center}
  .hero-visual{width:min(610px,100%);margin:auto}
  .zone-grid{grid-template-columns:1fr 1fr}
  .booking-card{flex-direction:column;align-items:flex-start}
  .booking-actions{flex-direction:row;min-width:0;flex-wrap:wrap}
}
@media(max-width:720px){
  .container{width:min(100% - 28px,1180px)}
  .section{padding:75px 0}
  .topbar-links{display:none}
  .topbar-inner{justify-content:center}
  .hero{min-height:auto;padding-bottom:90px}
  .hero h1{font-size:3.4rem}
  .hero-features{gap:12px;flex-direction:column;align-items:center}
  .main-card{min-height:400px;padding:12px;border-radius:30px}
  .play-scene{min-height:380px}
  .rainbow{transform:scale(.78);left:25px}
  .playhouse{transform:scale(.8);transform-origin:bottom left;left:25px}
  .slide{transform:scale(.75);transform-origin:bottom right;right:15px}
  .ball-pit{transform:scale(.75);transform-origin:bottom right;right:5px}
  .fc-1{left:5px;top:-20px}.fc-2{right:5px;top:190px}.fc-3{left:18px;bottom:-22px}
  .stats-grid{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}
  .zone-grid,.contact-grid{grid-template-columns:1fr}
  .zone-content p{min-height:0}
  .blob-card{padding:40px 28px;min-height:390px}
  .hours-card{padding:36px 24px;gap:30px}
  .hours-list div{flex-direction:column;align-items:flex-start;gap:4px}
  .booking-card{padding:34px 24px}
  .booking-actions{width:100%;flex-direction:column}
  .footer-grid{grid-template-columns:1fr;gap:28px;text-align:center}
  .footer-logo{justify-content:center}
  .footer-links,.socials{justify-content:center;flex-wrap:wrap}
}
@media(max-width:480px){
  .logo strong{font-size:1.2rem}
  .hero h1{font-size:3rem}
  .hero-buttons .btn{width:100%}
  .floating-card{min-width:160px;padding:9px}.floating-card b{font-size:.78rem}
  .fc-icon{width:34px;height:34px}
  .section-head h2,.about-copy h2,.hours-copy h2{font-size:2.35rem}
}


/* Gallery */
.gallery-section{background:#f8fcf9}
.gallery-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  grid-template-rows:220px 220px;
  gap:18px;
}
.gallery-card{
  border-radius:26px;
  overflow:hidden;
  min-height:220px;
  box-shadow:var(--shadow-soft);
}
.gallery-large{grid-row:1 / span 2}
.gallery-placeholder{
  width:100%;
  height:100%;
  min-height:220px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  position:relative;
  overflow:hidden;
  color:#fff;
}
.gallery-placeholder:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  right:-50px;
  bottom:-60px;
}
.gallery-placeholder i{font-size:4rem;z-index:1}
.gallery-placeholder span{
  font-family:"Baloo 2";
  font-size:1.45rem;
  font-weight:800;
  z-index:1;
}
.green-bg{background:linear-gradient(145deg,#27b862,#0d8d45)}
.orange-bg{background:linear-gradient(145deg,#ff9f50,#e76c20)}
.blue-bg{background:linear-gradient(145deg,#527fff,#3156c5)}
.yellow-bg{background:linear-gradient(145deg,#ffd75f,#efad20)}
.purple-bg{background:linear-gradient(145deg,#9a68ff,#6540c3)}

/* Membership */
.membership-section{background:#fff}
.membership-wrap{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:48px;
  align-items:center;
  border-radius:38px;
  padding:58px;
  background:
    radial-gradient(circle at 92% 12%,rgba(255,222,91,.22),transparent 20%),
    linear-gradient(135deg,#123d24,#1e6f3a);
  color:#fff;
  box-shadow:0 28px 80px rgba(18,59,36,.22);
}
.membership-copy h2{
  font-family:"Baloo 2";
  font-size:clamp(2.5rem,4vw,3.6rem);
  line-height:1.05;
  margin:10px 0 16px;
}
.membership-copy p{color:#d6eadd;max-width:620px}
.membership-points{display:grid;gap:10px;margin:24px 0 30px}
.membership-points div{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
}
.membership-points i{color:#8cffb2;font-size:1.2rem}
.membership-card{
  background:#fff;
  color:var(--ink);
  border-radius:30px;
  padding:30px;
  box-shadow:0 24px 60px rgba(0,0,0,.16);
  position:relative;
  overflow:hidden;
}
.membership-card:before{
  content:"";
  position:absolute;
  width:160px;
  height:160px;
  border-radius:50%;
  background:#eafaf1;
  right:-55px;
  top:-55px;
}
.membership-card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:relative;
  z-index:1;
}
.membership-card-top>i{font-size:2rem;color:var(--green)}
.membership-chip{
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.1em;
  background:#eafaf1;
  color:var(--green-dark);
  padding:8px 10px;
  border-radius:99px;
}
.membership-card h3{
  font-family:"Baloo 2";
  font-size:2rem;
  margin:30px 0 5px;
  position:relative;
  z-index:1;
}
.membership-card>p{color:var(--muted);position:relative;z-index:1}
.membership-price{
  margin:25px 0;
  padding:20px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.membership-price span{display:block;color:var(--muted);font-size:.82rem}
.membership-price strong{display:block;font-size:1.6rem;color:var(--green-dark)}
.membership-card-footer{display:flex;gap:12px;flex-wrap:wrap}
.membership-card-footer span{
  font-size:.78rem;
  font-weight:800;
  background:#f4f7f4;
  padding:8px 10px;
  border-radius:99px;
}

/* FAQ */
.faq-section{background:var(--cream)}
.faq-layout{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:70px;
  align-items:start;
}
.faq-intro{position:sticky;top:120px}
.faq-intro h2{
  font-family:"Baloo 2";
  font-size:clamp(2.4rem,4vw,3.4rem);
  line-height:1.08;
  margin:10px 0 14px;
}
.faq-intro p{color:var(--muted);margin-bottom:24px}
.faq-list{display:grid;gap:14px}
.faq-item{
  border:1px solid var(--line);
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(26,73,43,.06);
}
.faq-question{
  width:100%;
  border:0;
  background:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:21px 22px;
  color:var(--ink);
  font-weight:900;
  text-align:left;
  cursor:pointer;
}
.faq-question i{
  min-width:34px;
  height:34px;
  border-radius:11px;
  background:var(--green-soft);
  color:var(--green-dark);
  display:grid;
  place-items:center;
  font-size:1.1rem;
  transition:.25s ease;
}
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}
.faq-answer p{
  padding:0 22px 22px;
  color:var(--muted);
}
.faq-item.active .faq-answer{max-height:220px}
.faq-item.active .faq-question i{
  transform:rotate(45deg);
  background:var(--green);
  color:#fff;
}

@media(max-width:980px){
  .gallery-grid{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }
  .gallery-large{grid-row:auto;grid-column:1 / -1}
  .membership-wrap,.faq-layout{grid-template-columns:1fr}
  .faq-intro{position:static}
}
@media(max-width:720px){
  .gallery-grid{grid-template-columns:1fr}
  .gallery-large{grid-column:auto}
  .membership-wrap{padding:38px 24px}
}

/* Gift vouchers and memberships */
.nav-wrap{gap:18px}
.nav{gap:16px}
.nav-link{white-space:nowrap}
.footer-links{flex-wrap:wrap;gap:16px}
.pass-hero{padding:56px 0 80px;background:radial-gradient(circle at 90% 10%,#fff0b4,transparent 36%),var(--green-soft)}
.gift-hero{background:radial-gradient(circle at 90% 10%,#ffe3c1,transparent 40%),var(--cream)}
.pass-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:80px;align-items:center}
.breadcrumb{display:block;color:var(--muted);font-size:.85rem;margin-bottom:34px}
.pass-hero .section-kicker{display:block}
.pass-hero h1{font-family:"Baloo 2",cursive;font-size:clamp(2.8rem,5vw,4.5rem);line-height:1.06;margin:18px 0}
.pass-hero h1 span{color:var(--green-dark)}
.pass-hero-grid>div>p{margin:20px 0 28px;max-width:540px;color:#526158;font-size:1.08rem}
.gift-preview,.member-preview{padding:36px;border-radius:30px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.gift-preview{background:#fff;border:2px solid #f2cd75;transform:rotate(3deg)}
.gift-preview-top{display:flex;justify-content:space-between;align-items:center;font-weight:900;color:var(--green-dark);margin-bottom:34px}
.gift-preview-top i{font-size:3.5rem;color:var(--orange)}
.gift-label,.member-preview>span{font-size:.72rem;font-weight:900;letter-spacing:.14em}
.gift-preview h2,.member-preview h2{font-family:"Baloo 2",cursive;font-size:clamp(2.5rem,4vw,3.8rem);line-height:1.05;margin:18px 0}
.gift-preview small{display:block;border-top:2px dashed #efdfbf;padding-top:20px;color:var(--muted);font-size:.75rem}
.member-preview{background:linear-gradient(135deg,#164d2d,#168c48);color:#fff;transform:rotate(-3deg)}
.member-preview>i{display:block;font-size:2.7rem;color:var(--yellow);margin-bottom:20px}
.pass-hero-grid>.member-preview>p{color:#dff8e8}
.member-preview:after{content:"";position:absolute;width:210px;height:210px;border:35px solid #ffffff12;border-radius:50%;right:-65px;bottom:-50px}
.pass-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.pass-benefits article{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff}
.pass-benefits article>i{font-size:2rem;color:var(--green-dark)}
.pass-benefits h3{font-family:"Baloo 2",cursive;font-size:1.5rem;margin:12px 0 8px}
.pass-benefits p,.pass-faq p{color:var(--muted)}
.pass-soft{background:var(--cream)}
.step-number{display:inline-grid;place-items:center;width:48px;height:48px;background:var(--green-soft);border-radius:16px;color:var(--green-dark);font-weight:900}
.plans-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.plan-card{display:flex;flex-direction:column;align-items:flex-start;padding:28px 22px;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft)}
.plan-card.featured{border:2px solid var(--green);background:var(--green-soft)}
.plan-label{font-size:.68rem;letter-spacing:.08em;font-weight:900;color:var(--green-dark);padding:6px 10px;background:var(--green-soft);border-radius:20px}
.featured .plan-label{background:var(--green);color:#fff}
.plan-card h3{font-family:"Baloo 2",cursive;font-size:1.6rem;margin:22px 0 8px}
.plan-price{font-size:2.1rem;font-weight:900;white-space:nowrap}
.plan-price small{font-size:.8rem;color:var(--muted)}
.plan-card ul{list-style:none;margin:22px 0 30px;display:grid;gap:10px}
.plan-card li:before{content:"✓";color:var(--green-dark);margin-right:8px}
.plan-card .btn{margin-top:auto;width:100%;font-size:.82rem;padding:12px}
.pricing-note{max-width:760px;margin:28px auto 0;text-align:center;color:var(--muted);font-size:.86rem}
.pass-faq{display:grid;gap:14px}
.pass-benefits+.pass-faq{max-width:800px;margin:54px auto 0}
.pass-faq h2{font-family:"Baloo 2",cursive;font-size:2rem}
.pass-faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px 24px}
.pass-faq summary{cursor:pointer;font-weight:800}
.pass-faq p{padding-top:14px}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
@media(min-width:981px) and (max-width:1200px){.nav-wrap{flex-wrap:wrap;padding:16px 0}.nav{order:3;width:100%;justify-content:center}.footer-grid{grid-template-columns:1fr 2fr}.socials{grid-column:1 / -1}}
@media(max-width:980px){.pass-hero-grid{grid-template-columns:1fr;gap:45px}.gift-preview,.member-preview{width:min(100%,520px);margin:auto}.plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pass-benefits{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:center}.nav{gap:5px;max-height:calc(100dvh - 150px);overflow-y:auto}}
@media(max-width:540px){.plans-grid{grid-template-columns:1fr}.pass-hero{padding:30px 0 56px}.gift-preview,.member-preview{padding:26px;transform:none}.pass-hero .btn{width:100%}.pass-hero h1{font-size:2.8rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}

/* Opening hours: reference-inspired schedule */
.opening-hours{
  padding:42px 0 34px;
  color:#192533;
  background:radial-gradient(ellipse at 0 0,rgba(225,246,180,.35),transparent 35%),
    radial-gradient(ellipse at 100% 100%,rgba(188,230,248,.43),transparent 36%),#f8fcf9;
}
.opening-hours-inner{max-width:920px;text-align:center}
.opening-kicker{font-size:.72rem;font-weight:900;letter-spacing:.18em;color:#00987c;border:1px solid #d2eee0;line-height:1.4}
.opening-heading h2{font-family:"Nunito",sans-serif;font-size:clamp(2.5rem,5.2vw,3.65rem);font-weight:900;line-height:1.15;letter-spacing:-.035em;margin:14px 0 8px}
.opening-heading>p{color:#738399;font-size:1rem}
.opening-status{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin:20px 0 25px;padding:10px 18px;border:1px solid #d8edf0;border-radius:999px;background:#fff;color:#00878a;font-weight:900;box-shadow:0 12px 28px #213e4410}
.opening-status i{color:#ff9b16;font-size:1.15rem}
.opening-schedule{border-radius:26px;overflow:hidden;border:1px solid #e9eeee;background:#fff;box-shadow:0 20px 42px #233c4212;text-align:left}
.opening-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.opening-panel{position:relative;padding:32px 32px 28px;background:linear-gradient(135deg,#fff,#f7fdfe)}
.opening-panel:before{content:"";position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,#38c1ff,#73c32a)}
.weekend-panel{border-left:1px solid #e8ebea;border-radius:0 0 20px 20px;background:linear-gradient(135deg,#fff,#fff8f7)}
.weekend-panel:before{background:linear-gradient(90deg,#ffb23c,#ff5ed4)}
.opening-panel-heading{display:flex;align-items:center;gap:14px}
.opening-icon{width:46px;height:46px;flex-shrink:0;display:grid;place-items:center;border-radius:17px;background:linear-gradient(135deg,#d9f4ff,#effbd8);color:#0c9390;font-size:1.2rem}
.weekend-panel .opening-icon{background:linear-gradient(135deg,#fff0d9,#ffe3f2);color:#ff6a61}
.opening-panel-heading p{font-size:.72rem;letter-spacing:.04em;color:#7a879b;font-weight:900}
.opening-panel-heading h3{font-family:"Nunito",sans-serif;font-size:1rem;font-weight:900;margin-top:2px}
.opening-time{font-size:clamp(1.7rem,3.35vw,2.4rem);font-weight:900;letter-spacing:-.045em;line-height:1.3;color:#147d78;margin-top:16px;white-space:nowrap}
.weekend-panel .opening-time{color:#ff6a61}
.opening-notice{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:21px 30px;background:#fff8ee;border-top:1px solid #eee8df}
.opening-notice p{font-size:.94rem;font-weight:900;white-space:nowrap}
.opening-notice p i{color:#ff6a61;margin-right:8px}
.opening-notice>span{font-size:.76rem;color:#5d747b;text-align:right}
.opening-book{margin-top:30px;border-radius:999px;background:linear-gradient(110deg,#139b62,#078049);color:#fff;font-weight:900;padding:0 25px;min-height:54px;box-shadow:0 17px 32px #098b4d30}
.opening-book:hover{background:#076f42;transform:translateY(-2px)}
@media(max-width:720px){
  .opening-hours{padding:45px 0}
  .opening-panels{grid-template-columns:minmax(0,1fr)}
  .opening-panel{padding:28px 24px;min-width:0}
  .weekend-panel{border-left:0;border-top:1px solid #e8ebea;border-radius:0}
  .opening-time{font-size:clamp(1.25rem,6.2vw,2.4rem);white-space:normal}
  .opening-notice{flex-direction:column;align-items:flex-start;gap:8px;padding:20px 24px}
  .opening-notice>span{text-align:left}
  .opening-notice p{white-space:normal}
  .opening-status{font-size:.88rem;padding:10px 14px}
}
