:root{--ink:#173b35;--deep:#16453a;--cream:#fff8e9;--paper:#fffdf7;--green:#b8df61;--lime:#d8f475;--yellow:#ffc857;--orange:#ff9364;--pink:#f5a9ad;--blue:#88c9cf;--line:rgba(23,59,53,.18);--shadow:0 18px 44px rgba(23,59,53,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Nunito,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.section-shell{width:min(1180px,calc(100% - 48px));margin:auto}.skip-link{position:absolute;left:-10000px;top:auto}.skip-link:focus{left:12px;top:12px;background:#fff;padding:10px;z-index:10}.site-header{position:sticky;top:0;z-index:5;background:#fff8e9e6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,59,53,.08)}.nav-wrap{width:min(1280px,calc(100% - 48px));height:83px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand,.footer-brand{display:flex;align-items:center;gap:11px}.brand img,.footer-brand img{width:54px;height:54px;border-radius:50%;object-fit:cover}.brand strong,.footer-brand strong{display:block;font-family:"Baloo 2",cursive;font-size:21px;line-height:1;color:var(--ink);letter-spacing:-.2px}.brand small,.footer-brand small{display:block;font-size:11px;font-weight:800;letter-spacing:.04em;color:#668078;margin-top:3px}.site-header nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:800}.site-header nav a{transition:color .2s}.site-header nav a:hover{color:#e26349}.nav-cta{background:var(--ink);color:#fff!important;border-radius:99px;padding:12px 18px}.nav-cta span{margin-left:8px}.menu-toggle{display:none;border:0;background:none;font-size:25px;color:var(--ink)}.hero{min-height:700px;display:grid;grid-template-columns:1fr 1.04fr;gap:48px;align-items:center;padding:72px 0 80px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#5c7e73;margin:0 0 19px}.eyebrow-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#eb7352;margin-right:7px}.hero h1,h2{font-family:"Baloo 2",cursive;line-height:.93;letter-spacing:-.04em;margin:0;color:var(--ink)}.hero h1{font-size:clamp(55px,7vw,92px);font-weight:800}.hero h1 em,h2 em{color:#df6e50;font-style:normal}.hero-lede{max-width:490px;margin:28px 0 27px;font-size:18px;color:#54736b;line-height:1.58}.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;border:0;cursor:pointer;font:800 15px Nunito,sans-serif;padding:16px 21px;border-radius:999px;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 9px 20px #173b3526}.button-primary{background:var(--ink);color:#fff}.button-primary span{font-size:18px}.button-quiet{padding-left:6px;color:var(--ink);background:transparent}.phone-dot{width:35px;height:35px;display:grid;place-items:center;background:#ffcf66;border-radius:50%;font-size:16px}.hero-note{display:flex;align-items:center;gap:11px;margin-top:52px;font-size:12px;color:#6d8b7e;line-height:1.4}.hero-note strong{color:var(--ink);font-size:13px}.scribble{display:grid;place-items:center;width:42px;height:42px;border:1.5px solid var(--ink);border-radius:50%;font-size:22px;color:#df6e50}.hero-art{height:550px;position:relative}.sun-shape{position:absolute;width:390px;height:390px;right:16px;top:12px;background:var(--yellow);border-radius:54% 46% 48% 52%/52% 42% 58% 48%;transform:rotate(13deg)}.hero-photo{position:absolute;overflow:hidden;background:#fff;border:7px solid #fff;box-shadow:var(--shadow)}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo-main img,.hero-photo-small img{object-position:center center}.hero-photo-main{width:450px;height:320px;top:116px;right:40px;border-radius:30px;transform:rotate(-3deg)}.hero-photo-small{width:178px;height:178px;left:18px;bottom:44px;border-radius:24px;transform:rotate(6deg)}.hero-photo-detail{width:142px;height:142px;right:14px;bottom:26px;border-radius:24px;transform:rotate(7deg);z-index:2}.ant-sticker{position:absolute;width:128px;height:128px;right:0;bottom:4px;transform:rotate(9deg);filter:drop-shadow(0 12px 10px rgba(23,59,53,.14))}.ant-sticker img{width:100%;height:100%;object-fit:cover;border-radius:50%}.doodle{position:absolute;color:#df6e50;font-family:Georgia;font-size:34px}.doodle-star{top:63px;left:49px}.doodle-circle{right:18px;top:68px;font-size:75px;font-weight:100}.doodle-wave{bottom:78px;left:218px;font-size:48px;transform:rotate(-13deg)}.moving-banner{height:107px;background:var(--ink);overflow:hidden;position:relative;display:flex;align-items:center}.moving-banner-track{flex:none;animation:banner-slide 18s linear infinite;will-change:transform}.moving-banner img{display:block;height:107px;width:auto;max-width:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes banner-slide{0%{transform:translate(-100%)}to{transform:translate(100vw)}}@media(prefers-reduced-motion:reduce){.moving-banner-track{animation:none;transform:none}.moving-banner img{margin:0 auto;max-width:100%;height:auto}}.why-section{padding:118px 0 130px;display:grid;grid-template-columns:1fr 1fr;gap:22px}.section-heading h2{font-size:clamp(45px,5vw,68px);font-weight:800}.why-intro{align-self:end;max-width:390px;justify-self:end;margin-bottom:15px;color:#58736b;font-size:17px}.text-link{display:inline-block;margin-top:21px;border-bottom:2px solid var(--ink);padding-bottom:4px;font-weight:900;color:var(--ink)}.text-link span{margin-left:9px}.feature-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:62px}.feature-card{min-height:297px;border-radius:28px;padding:27px 27px 23px;position:relative;overflow:hidden}.feature-green{background:var(--green)}.feature-yellow{background:var(--yellow)}.feature-pink{background:var(--pink)}.feature-icon{font-size:35px;width:57px;height:57px;display:grid;place-items:center;border-radius:50%;background:#ffffff78;margin-bottom:32px}.feature-card h3{font-family:"Baloo 2",cursive;font-size:31px;line-height:1;margin:0 0 13px}.feature-card p{max-width:255px;margin:0;color:#365951;line-height:1.5}.card-number{position:absolute;right:26px;bottom:19px;font-family:"Baloo 2",cursive;font-size:19px;color:#173b358c}.programmes-section{background:var(--deep);color:#fff;padding:100px 0 115px;position:relative;overflow:hidden}.programmes-section:after{content:"";position:absolute;width:330px;height:330px;border:2px solid rgba(216,244,117,.25);border-radius:50%;right:-75px;top:-75px}.programmes-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.light-heading .eyebrow{color:#b7dcb6}.light-heading h2{color:#fff}.light-heading h2 em{color:var(--lime)}.age-list{border-top:1px solid rgba(255,255,255,.3)}.age-row{min-height:93px;border-bottom:1px solid rgba(255,255,255,.3);display:grid;grid-template-columns:58px 1fr 40px;align-items:center;transition:padding .2s}.age-row:hover{padding-left:10px}.age-icon{font-size:27px;color:var(--yellow)}.age-row:nth-child(2) .age-icon{color:var(--pink)}.age-row:nth-child(3) .age-icon{color:var(--blue)}.age-row:nth-child(4) .age-icon{color:var(--lime)}.age-row h3{font-family:"Baloo 2",cursive;font-size:28px;line-height:1;margin:0}.age-row p{font-size:13px;color:#a9c5b6;margin:5px 0 0}.age-arrow{font-size:23px;text-align:right;color:var(--lime)}.summer-section{background:var(--lime);padding:95px 0;overflow:hidden}.summer-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:86px;align-items:center}.summer-art{position:relative;max-width:430px;margin:auto}.summer-art img{width:100%;aspect-ratio:1;object-fit:cover;border:8px solid #fff;border-radius:42% 58% 48% 52%/53% 43% 57% 47%;box-shadow:var(--shadow);transform:rotate(-4deg)}.summer-sun{position:absolute;z-index:1;right:-18px;top:-26px;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);color:var(--ink);font-size:25px;transform:rotate(14deg)}.summer-copy h2{font-size:clamp(45px,5vw,68px)}.summer-copy>p:not(.eyebrow){max-width:510px;color:#365951;font-size:17px;line-height:1.6;margin:25px 0 22px}.camp-tags{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 27px}.camp-tags span{background:#ffffffa6;border:1px solid rgba(23,59,53,.12);border-radius:999px;padding:8px 13px;font-size:12px;font-weight:900;color:var(--ink)}.gallery-section{padding:118px 0 125px}.gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:46px}.gallery-heading h2{font-size:clamp(45px,5vw,68px)}.gallery-heading>p{max-width:355px;margin:0 0 5px;color:#5b776e;font-size:16px}.gallery-grid{display:grid;grid-template-columns:1.2fr .62fr .62fr;grid-template-rows:230px 230px;gap:16px}.gallery-item{margin:0;border-radius:22px;overflow:hidden;background:#d7e9cf}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.gallery-item:hover img{transform:scale(1.04)}.gallery-new{background:#f4d26b}.gallery-wide,.gallery-tall{grid-row:span 2}.gallery-room img{object-position:center 30%}.moments-section{background:#fffdf7;padding:112px 0 125px;overflow:hidden}.moments-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:54px}.moments-heading h2{font-size:clamp(45px,5vw,68px)}.moments-heading>p{max-width:370px;margin:0 0 5px;color:#5b776e;font-size:16px}.moments-layout{display:grid;grid-template-columns:1fr 1.18fr;gap:72px;align-items:center}.shuffle-wrap{text-align:center}.shuffle-deck{height:390px;position:relative;max-width:360px;margin:0 auto 30px}.shuffle-card{position:absolute;inset:0;padding:9px;background:#fff;border-radius:28px;box-shadow:0 18px 35px #173b3526;transition:transform .48s cubic-bezier(.22,.61,.36,1),opacity .38s}.shuffle-card img{width:100%;height:100%;object-fit:cover;border-radius:21px}.shuffle-card-back{transform:rotate(8deg) translate(18px,8px);opacity:.66}.shuffle-card-middle{transform:rotate(-5deg) translate(-8px,5px);opacity:.82}.shuffle-card-front{transform:rotate(1deg);z-index:3}.shuffle-card-front.shuffle-out{transform:translate(320px,-30px) rotate(22deg);opacity:0}.shuffle-icon{font-size:20px;line-height:0}.shuffle-button{font-size:14px}.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.video-card{background:var(--cream);border:1px solid rgba(23,59,53,.1);border-radius:24px;padding:12px;position:relative}.video-card video{display:block;width:100%;aspect-ratio:1/1.15;object-fit:cover;border-radius:17px;background:var(--deep)}.video-label{position:absolute;z-index:1;left:23px;top:23px;background:var(--yellow);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;color:var(--ink)}.video-card h3{font:800 23px/1 "Baloo 2",cursive;margin:17px 5px 7px}.video-card p{font-size:13px;color:#58736b;margin:0 5px 7px}.faq-section{background:var(--paper);padding:100px 0 112px;border-top:1px solid rgba(23,59,53,.08)}.faq-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.faq-heading h2{font-size:clamp(45px,5vw,68px)}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:20px 0}.faq-list summary{cursor:pointer;list-style:none;font:800 20px/1.2 "Baloo 2",cursive;color:var(--ink);display:flex;justify-content:space-between;gap:20px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font:400 24px/1 Nunito,sans-serif;color:var(--orange)}.faq-list details[open] summary:after{content:"−"}.faq-list p{max-width:580px;color:#58736b;font-size:15px;margin:12px 30px 0 0}.contact-section{background:var(--orange);padding:108px 0 112px;position:relative;overflow:hidden}.contact-section:before{content:"✦";position:absolute;color:#ffffff6b;font-size:240px;left:-60px;bottom:-90px;line-height:1}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;position:relative;z-index:1}.contact-copy .eyebrow{color:#8a4636}.contact-copy h2{font-size:clamp(48px,5vw,72px)}.contact-copy h2 em{color:#fff}.contact-copy>p:not(.eyebrow){font-size:17px;color:#814538;max-width:430px;margin:28px 0 33px}.contact-details{display:grid;gap:7px;font-weight:900;font-size:16px}.contact-details a:hover{text-decoration:underline}.contact-details address{font-style:normal;color:#824737;font-size:14px;font-weight:700;margin-top:8px;line-height:1.55}.social-links{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:14px}.social-links a{font-size:13px;color:#713e33;text-decoration:underline;text-underline-offset:3px}.inquiry-form{background:var(--paper);padding:30px 30px 24px;border-radius:28px;box-shadow:0 20px 60px #8038282e}.form-top{display:flex;justify-content:space-between;font-family:"Baloo 2",cursive;font-size:28px;line-height:1;margin-bottom:25px}.form-sun{color:#ec7655}.inquiry-form label{display:block;font-weight:800;font-size:12px;color:#648177;margin-bottom:17px}.optional{color:#a2b0a8;font-weight:600;margin-left:4px}.inquiry-form input{font:600 15px Nunito,sans-serif;display:block;width:100%;padding:13px 0 11px;border:0;border-bottom:1.5px solid var(--line);background:transparent;color:var(--ink);outline:none;border-radius:0}.inquiry-form input:focus{border-bottom-color:var(--ink)}.inquiry-form input::placeholder{color:#9bb0a5;font-weight:600}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}.form-button{width:100%;margin-top:8px}.form-status{font-size:13px;font-weight:800;min-height:20px;margin:14px 0 0;text-align:center}.form-status.success{color:#398757}.form-status.error{color:#b94b3a}.form-privacy{text-align:center;color:#99a7a0;font-size:11px;margin:12px 0 0}.site-footer{background:var(--ink);color:#fff;padding:25px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand img{width:45px;height:45px}.footer-brand strong{color:#fff;font-size:18px}.footer-brand small{color:#a4c4b5}.footer-inner>p{margin:0;color:#b5d6c3;font-family:"Baloo 2",cursive;font-size:20px}.footer-links{display:flex;align-items:center;gap:17px;font-size:13px;font-weight:800}.footer-links a{color:#b8df61}.back-top{font-size:13px;font-weight:800;color:var(--lime)}@media(max-width:800px){.section-shell{width:min(100% - 36px,600px)}.nav-wrap{width:calc(100% - 36px);height:72px}.site-header nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--cream);padding:18px;flex-direction:column;gap:15px;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.menu-toggle{display:block}.hero{grid-template-columns:1fr;padding:55px 0 40px;min-height:auto;gap:10px}.hero h1{font-size:58px}.hero-art{height:410px;margin-top:10px}.sun-shape{width:290px;height:290px;right:7%;top:20px}.hero-photo-main{width:340px;height:240px;right:7%;top:72px}.hero-photo-small{width:125px;height:125px;left:2%;bottom:26px}.hero-photo-detail{width:105px;height:105px;right:0;bottom:14px}.ant-sticker{width:95px;height:95px;right:2%;bottom:0}.doodle-circle{right:1%;top:16px}.doodle-star{left:0;top:34px}.doodle-wave{left:38%;bottom:38px}.ticker{justify-content:flex-start;padding:17px 22px;gap:12px 25px}.ticker div{font-size:12px}.why-section{grid-template-columns:1fr;padding:80px 0 85px}.why-intro{justify-self:start;margin-top:8px}.feature-grid{grid-template-columns:1fr;margin-top:35px}.feature-card{min-height:250px}.programmes-section{padding:78px 0 85px}.summer-section{padding:75px 0}.summer-inner{grid-template-columns:1fr;gap:40px}.summer-art{max-width:360px}.summer-copy>p:not(.eyebrow){font-size:16px}.programmes-inner{grid-template-columns:1fr;gap:45px}.gallery-section{padding:80px 0}.gallery-heading{display:block;margin-bottom:30px}.moments-section{padding:78px 0 86px}.moments-heading{display:block;margin-bottom:35px}.moments-heading>p{margin-top:20px}.moments-layout{grid-template-columns:1fr;gap:50px}.shuffle-deck{height:360px;max-width:330px}.video-grid{grid-template-columns:1fr 1fr}.gallery-heading>p{margin-top:20px}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:190px 190px 190px}.gallery-wide{grid-row:span 1;grid-column:span 2}.gallery-tall{grid-row:span 2}.faq-section{padding:75px 0 82px}.faq-inner{grid-template-columns:1fr;gap:40px}.faq-list summary{font-size:19px}.contact-section{padding:78px 0 80px}.contact-inner{grid-template-columns:1fr;gap:45px}.contact-copy>p:not(.eyebrow){margin-top:22px}.footer-inner{flex-wrap:wrap}.footer-inner>p{order:3;width:100%}}@media(max-width:460px){.hero h1{font-size:52px}.hero-lede{font-size:16px}.button{padding:14px 16px}.form-row{grid-template-columns:1fr;gap:0}.gallery-grid{gap:10px;grid-template-rows:150px 150px 150px}.gallery-item{border-radius:15px}.inquiry-form{padding:25px 20px}.contact-copy h2{font-size:48px}.footer-inner>p{font-size:17px}}
