:root{--purple:#6f2dbd;--purple-dark:#51208e;--purple-light:#f2e9ff;--yellow:#ffc928;--yellow-bright:#ffd52f;--ink:#201a2b;--muted:#625c69;--cream:#fffdf5;--white:#fff;--radius-lg:30px;--shadow:0 16px 45px #361b571f;--container:1380px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{color:var(--ink);background:var(--cream);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(calc(100% - 70px), var(--container));margin-inline:auto}.site-header{z-index:50;background:var(--white);position:sticky;top:0;box-shadow:0 4px 18px #28144614}.top-strip{background:var(--purple);color:#fff;justify-content:space-between;align-items:center;min-height:34px;padding:7px 5%;font-size:13px;font-weight:700;display:flex}.top-contact{gap:25px;display:flex}.navbar{justify-content:space-between;align-items:center;gap:30px;min-height:82px;display:flex}.brand{align-items:center;gap:16px;text-decoration:none;display:inline-flex}.brand-logo{object-fit:contain;flex-shrink:0;width:60px;height:60px}.brand-text{flex-direction:column;line-height:1.1;display:flex}.brand-name{color:var(--purple);letter-spacing:-.5px;font-size:26px;font-weight:900}.brand-sub{color:var(--muted);letter-spacing:.3px;text-transform:uppercase;font-size:13px;font-weight:600}.nav-links{align-items:center;gap:clamp(14px,2vw,30px);font-size:14px;font-weight:700;display:flex}.nav-links a{padding:10px 0;position:relative}.nav-links a:not(.nav-cta):after{content:"";background:var(--yellow);border-radius:99px;height:3px;transition:transform .2s;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.nav-cta{color:#fff;background:var(--purple);border-radius:999px;padding:12px 23px!important}.nav-cta span{color:var(--yellow);margin-left:10px}.menu-toggle{display:none}.hero{background:var(--purple-dark);align-items:center;height:82vh;min-height:560px;max-height:900px;display:flex;position:relative;overflow:hidden}.hero-slider{z-index:1;position:absolute;inset:0}.hero-slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1.2s,transform 8s;position:absolute;inset:0;transform:scale(1.05)}.hero-slide.is-active{opacity:1;transform:scale(1)}.hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#2a1a3ee0 0%,#2a1a3e8c 45%,#2a1a3e26 100%),linear-gradient(#0000001a 0%,#0006 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:980px;margin:20px 0 0;padding:0 48px;font-family:Verdana,Geneva,Tahoma,sans-serif;position:relative}.hero-eyebrow{-webkit-backdrop-filter:blur(8px);color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#7b35b059;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:8px;margin:28px;padding:8px 18px;font-size:13px;font-weight:700;display:inline-flex}.hero-eyebrow svg{flex-shrink:0}.hero-headline{color:#fff;text-shadow:0 2px 24px #00000040;margin-bottom:24px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:clamp(36px,6vw,64px);font-weight:900;line-height:1.08}.hero-headline em{color:var(--yellow);font-style:normal}.hero-headline .highlight{color:#4caf50}.hero-sub{color:#ffffffd9;max-width:520px;margin-bottom:36px;font-size:clamp(16px,2vw,19px);line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.btn-hero-primary{background:var(--purple);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;padding:16px 36px;font-size:16px;font-weight:800;text-decoration:none;transition:background .2s,transform .1s;display:inline-flex;box-shadow:0 4px 24px #7b35b066}.btn-hero-primary:hover{background:var(--purple-dark);transform:translateY(-2px);box-shadow:0 8px 32px #7b35b080}.btn-hero-ghost{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:16px 8px;font-size:16px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.btn-hero-ghost:hover{opacity:.8}.hero-dots{z-index:5;-webkit-backdrop-filter:blur(8px);background:#0000004d;border:1px solid #ffffff1a;border-radius:999px;gap:8px;padding:8px 16px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hero-dots .dot{cursor:pointer;background:#ffffff59;border:2px solid #0000;border-radius:50%;width:10px;height:10px;padding:0;transition:all .4s}.hero-dots .dot.active{background:var(--yellow);border-color:#ffffff4d;transform:scale(1.15)}.hero-dots .dot:hover{background:#fff9}.hero-dots .dot.active:hover{background:var(--yellow)}.hero-wave{z-index:3;pointer-events:none;width:100%;line-height:0;position:absolute;bottom:-1px;left:0}.hero-wave svg{width:100%;height:auto;display:block}.features-band{z-index:2;background:var(--yellow);margin-top:-5px;padding:30px 0;position:relative}.features-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.feature-card{border-right:1px dashed #51208e66;gap:14px;padding:12px 20px;display:flex}.feature-card:last-child{border-right:0}.feature-icon{width:52px;height:52px;color:var(--purple);border:3px solid var(--purple);background:#fff;border-radius:50%;flex:0 0 52px;place-items:center;font-size:22px;font-weight:900;display:grid}.feature-card h3{margin:0 0 4px;font-size:17px}.feature-card p{color:#4b3b1b;margin:0;font-size:13px}.section{padding:80px 0}.section-heading{text-align:center;margin-bottom:35px;position:relative}.section-heading h2{color:var(--purple);margin:5px 0 0;font-size:clamp(30px,3.5vw,46px);line-height:1.1}.section-intro{max-width:700px;color:var(--muted);margin:12px auto 0}.section-label{color:var(--purple);letter-spacing:1.1px;font-size:13px;font-weight:900;display:inline-block}.btn{border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:14px 25px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #4119692e}.btn-primary{color:#fff;background:var(--purple)}.btn-outline{color:var(--purple);border:2px solid var(--purple);background:#fff}.btn-secondary{color:var(--purple);background:var(--yellow)}.btn-yellow{color:var(--purple-dark);background:var(--yellow)}.about-section{background:radial-gradient(circle at 0 30%,#ffc9281f,#0000 28%),radial-gradient(circle at 100% 80%,#6f2dbd14,#0000 30%),#fffdf8;position:relative;overflow:hidden}.about-heading{grid-template-columns:1fr 420px;align-items:end;gap:60px;margin-bottom:55px;display:grid}.about-heading h2{max-width:700px;color:var(--purple);letter-spacing:-1.5px;margin:8px 0 0;font-size:clamp(38px,4.5vw,62px);line-height:1}.about-heading h2 span{color:#eab600;position:relative}.about-heading h2 span:after{content:"";background:var(--yellow);border-radius:999px;height:5px;position:absolute;bottom:-6px;left:2px;right:2px;transform:rotate(-1.5deg)}.about-heading-intro{color:var(--muted);margin:0;font-size:17px;line-height:1.7}.about-main{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:center;gap:80px;display:grid}.about-location{background:#fff;border:1px solid #6f2dbd1a;border-radius:18px;align-items:center;gap:14px;margin-bottom:30px;padding:12px 20px 12px 12px;display:inline-flex;box-shadow:0 8px 30px #361b5712}.location-icon{width:42px;height:42px;color:var(--purple);background:var(--purple-light);border-radius:13px;flex-shrink:0;place-items:center;font-size:22px;display:grid}.about-location span{color:var(--purple);letter-spacing:1px;margin-bottom:2px;font-size:10px;font-weight:900;display:block}.about-location strong{color:var(--ink);font-size:15px;display:block}.about-location p{color:var(--muted);margin:1px 0 0;font-size:12px}.about-story-content p{max-width:720px;color:var(--muted);margin:0 0 19px;font-size:16px;line-height:1.75}.about-story-content .about-lead{color:var(--ink);margin-bottom:22px;font-size:20px;line-height:1.6}.about-story-content strong{color:var(--ink)}.about-closing{background:var(--purple-light);border-left:5px solid var(--yellow);border-radius:0 18px 18px 0;padding:18px 22px;position:relative;color:var(--purple)!important;margin:28px 0 30px!important;font-size:17px!important;line-height:1.55!important}.about-closing strong{color:var(--purple)}.about-button{margin-top:5px;padding:14px 24px}.about-visual{justify-content:center;align-items:center;min-height:500px;display:flex;position:relative}.about-decor{pointer-events:none;border-radius:50%;position:absolute}.about-decor-one{border:28px solid #ffc92840;width:260px;height:260px;top:10px;right:-45px}.about-decor-two{background:#6f2dbd17;width:110px;height:110px;bottom:20px;left:-35px}.story-card{z-index:2;color:#fff;background:radial-gradient(circle at 90% 0,#ffc92838,#0000 28%),linear-gradient(145deg,#7430c4,#542092);border-radius:34px;width:min(100%,500px);padding:40px;position:relative;overflow:hidden;box-shadow:0 25px 60px #421b6938}.story-card:before{content:"";border:35px solid #ffc92826;border-radius:50%;width:190px;height:190px;position:absolute;bottom:-75px;right:-75px}.story-card:after{content:"✦";color:#ffffff4d;font-size:34px;position:absolute;top:25px;right:30px}.story-card-top{justify-content:space-between;align-items:center;gap:15px;display:flex}.story-label{color:#ffffffbf;letter-spacing:1.5px;font-size:11px;font-weight:900}.story-year{min-width:64px;color:var(--purple-dark);background:var(--yellow);border-radius:999px;justify-content:center;align-items:center;padding:7px 13px;font-size:13px;font-weight:900;display:inline-flex}.story-number{color:var(--yellow);letter-spacing:-5px;margin-top:30px;font-size:76px;font-weight:900;line-height:.85}.story-card h3{color:#fff;letter-spacing:-.5px;max-width:390px;margin:20px 0 16px;font-size:32px;line-height:1.08}.story-card h3 span{color:var(--yellow)}.story-card p{color:#ffffffd1;margin:0 0 14px;font-size:14px;line-height:1.65}.story-growth{z-index:2;border-top:1px solid #ffffff29;align-items:center;gap:14px;margin-top:30px;padding-top:24px;display:flex;position:relative}.growth-point{align-items:center;gap:8px;min-width:0;display:flex}.growth-point>div{flex-direction:column;display:flex}.growth-dot{background:var(--yellow);border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 0 5px #ffc9281f}.growth-point strong{color:#fff;font-size:12px}.growth-point small{color:#fff9;font-size:10px}.growth-line{background:repeating-linear-gradient(90deg,#ffc928b3 0 5px,#0000 5px 10px);flex:1;min-width:25px;height:2px}.about-values{border-top:1px solid #6f2dbd1f;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:65px;padding-top:35px;display:grid}.about-value{background:#fff;border:1px solid #6f2dbd14;border-radius:20px;align-items:flex-start;gap:15px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 25px #361b570d}.about-value:hover{transform:translateY(-4px);box-shadow:0 15px 35px #361b571a}.value-icon{width:44px;height:44px;color:var(--purple);background:var(--purple-light);border-radius:14px;flex-shrink:0;place-items:center;font-size:20px;display:grid}.about-value h3{color:var(--purple);margin:0 0 4px;font-size:16px}.about-value p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.programme-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.programme-card{box-shadow:var(--shadow);background:#fff;border:1px solid #eee7f7;border-radius:22px;overflow:hidden}.programme-image{position:relative;overflow:hidden}.programme-image img{aspect-ratio:1.45;object-fit:cover;width:100%}.age-badge{max-width:100px;color:var(--purple-dark);background:var(--yellow);text-align:center;border-radius:0 0 15px 15px;padding:8px 10px;font-size:11px;font-weight:900;position:absolute;top:12px;left:12px}.programme-content{padding:24px 18px 20px;position:relative}.programme-icon{color:#fff;background:var(--purple);border:4px solid #fff;border-radius:50%;place-items:center;width:48px;height:48px;font-size:15px;font-weight:900;display:grid;position:absolute;top:-24px;left:18px}.programme-content h3{color:var(--purple);margin:7px 0 5px;font-size:20px}.programme-content p{color:var(--muted);margin:0;font-size:14px}.activities-section{background:radial-gradient(circle at 10% 20%,#ffc92829,#0000 25%),radial-gradient(circle at 90% 80%,#6f2dbd1f,#0000 28%),#f8f0ff;position:relative;overflow:hidden}.activities-bg-shape{pointer-events:none;opacity:.5;border-radius:50%;position:absolute}.activities-bg-shape-1{border:35px solid #ffc92824;width:260px;height:260px;top:-100px;right:5%}.activities-bg-shape-2{background:#6f2dbd0f;width:180px;height:180px;bottom:-80px;left:3%}.activities-header{z-index:2;grid-template-columns:1fr 420px;align-items:end;gap:60px;margin-bottom:40px;display:grid;position:relative}.activities-header h2{max-width:650px;color:var(--purple);margin:6px 0 0;font-size:clamp(36px,4vw,54px);line-height:1.05}.activities-header h2 em{color:#eeb600;font-style:normal}.activities-header>p{color:var(--muted);margin:0;font-size:16px;line-height:1.7}.activities-mosaic{z-index:2;grid-template-rows:250px 250px;grid-template-columns:1.2fr 1fr 1fr;gap:18px;display:grid;position:relative}.activity-tile{background:var(--purple);border-radius:26px;min-width:0;min-height:0;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 14px 35px #361b5724}.activity-tile:hover{transform:translateY(-5px);box-shadow:0 20px 45px #361b5733}.activity-tile img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.activity-tile:hover img{transform:scale(1.06)}.activity-overlay{background:linear-gradient(#20142d0d 10%,#20142d33 40%,#20142de0 100%);position:absolute;inset:0}.activity-content{color:#fff;padding:22px;position:absolute;bottom:0;left:0;right:0}.activity-number{width:32px;height:32px;color:var(--purple);background:var(--yellow);border-radius:50%;justify-content:center;align-items:center;margin-bottom:9px;font-size:11px;font-weight:900;display:inline-flex}.activity-content h3{margin:0 0 5px;font-size:21px;line-height:1.1}.activity-content p{color:#ffffffd1;max-width:320px;margin:0;font-size:13px;line-height:1.5}.activity-featured{grid-area:1/1}.activity-computer{grid-area:1/2}.activity-outdoor{grid-area:1/3}.activity-learning{grid-area:2/1}.activity-music{grid-area:2/2}.activity-life{grid-area:2/3}.activity-featured .activity-content{padding:28px}.activity-featured .activity-content h3{font-size:28px}.activity-featured .activity-content p{font-size:14px}.uniform-section{background:#fff}.uniform-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.uniform-card{box-shadow:var(--shadow);background:#fffdf5;border:1px solid #eee7f7;border-radius:28px;overflow:hidden}.uniform-image{overflow:hidden}.uniform-image img{aspect-ratio:1.2;object-fit:cover;width:100%}.uniform-content{padding:20px 22px 24px}.uniform-content h3{color:var(--purple);margin:0 0 6px;font-size:22px}.uniform-content p{color:var(--muted);margin:0;font-size:14px}.enrol-banner{background:#fff;padding:0 0 70px}.enrol-inner{color:#fff;background:var(--purple);box-shadow:var(--shadow);border-radius:35px;grid-template-columns:130px 1fr auto;align-items:center;gap:30px;padding:25px 45px;display:grid}.backpack{font-size:72px}.enrol-inner h2{margin:0;font-size:34px;line-height:1.1}.enrol-inner h2 span{color:var(--yellow)}.enrol-inner p{color:#eee5fa;margin:8px 0 0}.gallery-page{--gallery-purple:#5a2d82;--gallery-purple-dark:#43205f;--gallery-yellow:#f5c842;--gallery-cream:#fffdf5;--gallery-ink:#29242f;--gallery-muted:#746d78;background:var(--gallery-cream);color:var(--gallery-ink)}.gallery-intro{color:#fff;background:radial-gradient(circle at 90% 20%,#f5c8422e,#0000 25%),linear-gradient(135deg,#4d236c 0%,#633589 55%,#75479a 100%);padding:clamp(5rem,9vw,8rem) 0 clamp(4rem,7vw,6rem);position:relative;overflow:hidden}.gallery-intro-inner{z-index:2;justify-content:space-between;align-items:center;gap:3rem;display:flex;position:relative}.gallery-intro-copy{max-width:780px}.gallery-intro .section-label{color:var(--gallery-yellow)}.gallery-intro h1{letter-spacing:-.055em;color:#fff;max-width:760px;margin:1rem 0 1.25rem;font-size:clamp(3rem,7vw,6rem);line-height:.94}.gallery-intro h1 em{color:var(--gallery-yellow);font-style:normal;display:block}.gallery-intro p{color:#ffffffd1;max-width:650px;margin:0;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.75}.gallery-intro-note{background:var(--gallery-yellow);width:155px;height:155px;color:var(--gallery-purple-dark);border-radius:50%;flex-direction:column;flex:none;justify-content:center;align-items:center;display:flex;transform:rotate(7deg);box-shadow:0 20px 50px #230e3338}.gallery-intro-note span{font-size:1.4rem;line-height:1}.gallery-intro-note strong{margin-top:.4rem;font-size:1.15rem}.gallery-intro-note small{opacity:.75;font-size:.85rem}.gallery-intro-decoration{pointer-events:none;color:var(--gallery-yellow);position:absolute}.gallery-intro-decoration-one{font-size:3rem;top:18%;right:8%;transform:rotate(15deg)}.gallery-intro-decoration-two{opacity:.6;font-size:1rem;bottom:20%;left:5%}.gallery-events{background:var(--gallery-cream);padding:clamp(4rem,8vw,7rem) 0;position:relative}.gallery-event{border-bottom:1px solid #5a2d8221;margin-bottom:clamp(4rem,8vw,7rem);padding-bottom:clamp(4rem,8vw,7rem);position:relative}.gallery-event:last-of-type{border-bottom:0;margin-bottom:0}.gallery-event-heading{grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);align-items:end;gap:3rem;margin-bottom:2rem;display:grid}.gallery-event-title-wrap{align-items:flex-start;gap:1.25rem;display:flex}.gallery-event-number{background:var(--gallery-purple);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:48px;height:48px;font-size:.78rem;font-weight:700;display:flex}.gallery-event-category{color:var(--gallery-purple);letter-spacing:.13em;margin-bottom:.4rem;font-size:.72rem;font-weight:800;display:block}.gallery-event h2{color:var(--gallery-ink);letter-spacing:-.045em;margin:0;font-size:clamp(2.2rem,4vw,3.8rem);line-height:.95}.gallery-event-heading>p{max-width:500px;color:var(--gallery-muted);margin:0;font-size:1rem;line-height:1.7}.gallery-collage{gap:.8rem;width:100%;display:grid}.gallery-collage-5{grid-template-rows:230px 180px;grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-collage-5 .gallery-image-button:first-child{grid-area:span 2/span 2}.gallery-collage-5 .gallery-image-button:nth-child(2),.gallery-collage-5 .gallery-image-button:nth-child(3),.gallery-collage-5 .gallery-image-button:nth-child(4),.gallery-collage-5 .gallery-image-button:nth-child(5){grid-area:span 1/span 1}.gallery-image-button{cursor:pointer;aspect-ratio:4/3;isolation:isolate;background:#eee9df;border:0;border-radius:20px;width:100%;min-width:0;padding:0;display:block;position:relative;overflow:hidden}.gallery-image-button img{object-fit:cover;width:100%;height:100%;transition:transform .45s,filter .45s;display:block}.gallery-image-button:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(#0000 55%,#190f2059);transition:opacity .35s;position:absolute;inset:0}.gallery-image-button:hover img{filter:saturate(1.05);transform:scale(1.045)}.gallery-image-button:hover:after{opacity:1}.gallery-image-number{z-index:2;width:34px;height:34px;color:var(--gallery-purple);opacity:0;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;font-size:.68rem;font-weight:800;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:1rem;left:1rem;transform:translateY(6px)}.gallery-image-expand{z-index:2;background:var(--gallery-yellow);width:38px;height:38px;color:var(--gallery-purple-dark);opacity:0;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:1rem;right:1rem;transform:translateY(6px)}.gallery-image-button:hover .gallery-image-number,.gallery-image-button:hover .gallery-image-expand{opacity:1;transform:translateY(0)}.gallery-closing-note{background:#f4edfa;border-radius:28px;grid-template-columns:auto minmax(0,1fr) minmax(250px,.65fr);align-items:center;gap:2rem;margin-top:1rem;padding:2.5rem;display:grid}.gallery-closing-icon{background:var(--gallery-yellow);border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;font-size:1.6rem;display:flex}.gallery-closing-note .section-label{color:var(--gallery-purple)}.gallery-closing-note h3{margin:.4rem 0 0;font-size:clamp(1.4rem,2vw,1.9rem);line-height:1.1}.gallery-closing-note h3 em{color:var(--gallery-purple);font-style:normal}.gallery-closing-note>p{color:var(--gallery-muted);margin:0;font-size:.95rem;line-height:1.6}body.gallery-lightbox-open{overflow:hidden}.gallery-lightbox{z-index:9999;visibility:hidden;opacity:0;justify-content:center;align-items:center;padding:2rem;transition:opacity .25s,visibility .25s;display:flex;position:fixed;inset:0}.gallery-lightbox.is-open{visibility:visible;opacity:1}.gallery-lightbox-backdrop{cursor:pointer;background:#1b1122f0;position:absolute;inset:0}.gallery-lightbox-content{z-index:2;justify-content:center;align-items:center;width:min(1100px,92vw);height:min(780px,88vh);display:flex;position:relative}.gallery-lightbox-image-wrap{justify-content:center;align-items:center;width:100%;height:100%;padding:1rem 4.5rem 3.5rem;display:flex}.gallery-lightbox-image-wrap img{object-fit:contain;border-radius:12px;width:auto;max-width:100%;height:auto;max-height:100%;display:block;box-shadow:0 25px 80px #0006}.gallery-lightbox-close{z-index:5;width:46px;height:46px;color:var(--gallery-purple-dark);cursor:pointer;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;line-height:1;display:flex;position:absolute;top:0;right:0}.gallery-lightbox-arrow{z-index:5;width:48px;height:48px;color:var(--gallery-purple-dark);cursor:pointer;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:transform .2s,background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-lightbox-arrow:hover{background:var(--gallery-yellow);transform:translateY(-50%)scale(1.06)}.gallery-lightbox-prev{left:0}.gallery-lightbox-next{right:0}.gallery-lightbox-counter{color:#fff;gap:.5rem;font-size:.8rem;font-weight:700;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (width<=1024px){.gallery-collage-5{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-collage-5 .gallery-image-button:first-child{aspect-ratio:16/9;grid-area:span 1/span 2}.gallery-collage-5 .gallery-image-button:nth-child(2),.gallery-collage-5 .gallery-image-button:nth-child(3),.gallery-collage-5 .gallery-image-button:nth-child(4),.gallery-collage-5 .gallery-image-button:nth-child(5){aspect-ratio:4/3;grid-area:span 1/span 1}}@media (width<=900px){.gallery-intro-inner{align-items:flex-start}.gallery-intro-note{width:120px;height:120px}.gallery-event-heading{grid-template-columns:1fr;gap:1rem}.gallery-closing-note{grid-template-columns:auto 1fr}.gallery-closing-note>p{grid-column:2}.gallery-collage-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.gallery-collage-5 .gallery-image-button:first-child{aspect-ratio:16/9;grid-column:span 2}.gallery-collage-5 .gallery-image-button:nth-child(2),.gallery-collage-5 .gallery-image-button:nth-child(3),.gallery-collage-5 .gallery-image-button:nth-child(4),.gallery-collage-5 .gallery-image-button:nth-child(5){aspect-ratio:4/3;grid-column:span 1}.gallery-image-button{border-radius:16px}.gallery-image-number{width:30px;height:30px;font-size:.6rem;bottom:.75rem;left:.75rem}.gallery-image-expand{width:32px;height:32px;font-size:.85rem;bottom:.75rem;right:.75rem}}@media (width<=768px){.gallery-collage-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.gallery-collage-5 .gallery-image-button{aspect-ratio:1}.gallery-collage-5 .gallery-image-button:first-child{aspect-ratio:16/9;grid-column:span 2}}@media (width<=650px){.gallery-intro{padding-top:4rem;padding-bottom:4rem}.gallery-intro-inner{display:block}.gallery-intro h1{font-size:clamp(2.8rem,14vw,4rem)}.gallery-intro-note{width:95px;height:95px;margin-top:2rem;transform:rotate(5deg)}.gallery-intro-note strong{font-size:.85rem}.gallery-intro-note small{font-size:.7rem}.gallery-event-title-wrap{gap:.8rem}.gallery-event-number{width:40px;height:40px;font-size:.7rem}.gallery-event h2{font-size:2.2rem}.gallery-collage-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.gallery-collage-5 .gallery-image-button{aspect-ratio:1}.gallery-collage-5 .gallery-image-button:first-child{aspect-ratio:16/9;grid-column:span 2}.gallery-collage-5 .gallery-image-button:nth-child(2),.gallery-collage-5 .gallery-image-button:nth-child(3),.gallery-collage-5 .gallery-image-button:nth-child(4),.gallery-collage-5 .gallery-image-button:nth-child(5){aspect-ratio:1;grid-column:span 1}.gallery-closing-note{grid-template-columns:1fr;gap:1.25rem;padding:1.75rem}.gallery-closing-note>p{grid-column:auto}.gallery-lightbox{padding:1rem}.gallery-lightbox-content{width:100%;height:90vh}.gallery-lightbox-image-wrap{padding:3rem 0 4rem}.gallery-lightbox-arrow{width:42px;height:42px}.gallery-lightbox-prev{left:.25rem}.gallery-lightbox-next{right:.25rem}.gallery-lightbox-close{top:.25rem;right:.25rem}}@media (width<=480px){.gallery-intro h1{font-size:2.8rem}.gallery-intro p{font-size:.95rem}.gallery-intro-note{width:80px;height:80px}.gallery-intro-note span{font-size:1rem}.gallery-intro-note strong{margin-top:.2rem;font-size:.75rem}.gallery-intro-note small{font-size:.6rem}.gallery-event h2{font-size:1.8rem}.gallery-collage-5{gap:.4rem}.gallery-image-button{border-radius:12px}.gallery-image-number{width:26px;height:26px;font-size:.55rem;bottom:.5rem;left:.5rem}.gallery-image-expand{width:28px;height:28px;font-size:.75rem;bottom:.5rem;right:.5rem}.gallery-closing-note{border-radius:20px;padding:1.25rem}.gallery-closing-icon{width:48px;height:48px;font-size:1.2rem}.gallery-closing-note h3{font-size:1.2rem}.gallery-lightbox-content{height:85vh}.gallery-lightbox-image-wrap{padding:2.5rem 0 3.5rem}.gallery-lightbox-arrow{width:36px;height:36px;font-size:.9rem}.gallery-lightbox-close{width:38px;height:38px;font-size:1.4rem}}@media (width<=360px){.gallery-intro h1{font-size:2.2rem}.gallery-intro p{font-size:.85rem}.gallery-intro-note{width:70px;height:70px}.gallery-intro-note span{font-size:.85rem}.gallery-intro-note strong{font-size:.65rem}.gallery-intro-note small{font-size:.55rem}.gallery-event h2{font-size:1.5rem}.gallery-event-heading>p{font-size:.85rem}.gallery-collage-5{gap:.3rem}.gallery-collage-5 .gallery-image-button{border-radius:10px}.gallery-image-number{width:22px;height:22px;font-size:.5rem;bottom:.4rem;left:.4rem}.gallery-image-expand{width:24px;height:24px;font-size:.65rem;bottom:.4rem;right:.4rem}.gallery-closing-note{padding:1rem}.gallery-closing-icon{width:40px;height:40px;font-size:1rem}.gallery-closing-note h3{font-size:1rem}.gallery-closing-note>p{font-size:.8rem}}@media (prefers-reduced-motion:reduce){.gallery-image-button img,.gallery-image-button:after,.gallery-image-number,.gallery-image-expand,.gallery-lightbox,.gallery-lightbox-arrow{transition:none}.gallery-image-button:hover img{filter:none;transform:none}.gallery-image-button:hover:after{opacity:0}}.about-page{overflow:hidden}.about-hero{isolation:isolate;color:#fff;background:#351044;align-items:center;width:100%;height:min(850px,92vh);min-height:720px;display:flex;position:relative;overflow:hidden}.about-hero:before{content:"";z-index:-2;background:linear-gradient(90deg,#360f4cc7 0%,#411258a3 35%,#440f5bb8 65%,#300b42d1 100%);position:absolute;inset:0}.about-hero:after{content:"";z-index:-1;background:radial-gradient(circle at 50% 45%,#b158dd47,#0000 42%);position:absolute;inset:0}.about-hero-slides{z-index:-5;position:absolute;inset:0}.about-hero-slide{opacity:0;pointer-events:none;transition:opacity 1.2s ease-in-out;position:absolute;inset:0}.about-hero-slide.active{opacity:1}.about-hero-slide img{object-fit:cover;object-position:center center;width:100%;height:100%;transition:transform 7s;display:block;transform:scale(1.02)}.about-hero-slide.active img{transform:scale(1.06)}.about-hero-overlay{z-index:-3;pointer-events:none;background:linear-gradient(90deg,#2b0a3f0a 0%,#3a0e4d05 28%,#4f166203 55%,#310a4303 100%);position:absolute;inset:0}.about-hero-glow{filter:blur(10px);pointer-events:none;z-index:-2;border-radius:50%;position:absolute}.about-hero-glow-one{background:#b757e140;width:420px;height:420px;top:-170px;left:-100px}.about-hero-glow-two{background:#803dbe40;width:500px;height:500px;bottom:-220px;right:-180px}.about-hero-inner{z-index:5;text-align:center;place-items:center;width:100%;min-height:100%;padding:clamp(130px,15vh,170px) 24px 130px;display:grid;position:relative}.about-hero-copy{width:min(900px,100%);margin:0 auto}.about-hero-label{color:#ffd84d;letter-spacing:.22em;text-transform:uppercase;margin-bottom:18px;font-size:clamp(.7rem,1vw,.9rem);font-weight:800;display:inline-block}.about-hero h1{letter-spacing:-.035em;margin:0;font-size:clamp(2.7rem,5.4vw,5.5rem);font-weight:800;line-height:.98}.about-hero h1 span{color:#ffd84d;margin-top:8px;font-size:.8em;font-style:italic;font-weight:700;display:block}.about-hero-copy>p{max-width:700px;margin:30px auto 0;font-size:clamp(.95rem,1.4vw,1.2rem);line-height:1.7}.about-hero-meta{justify-content:center;align-items:center;gap:18px;margin-top:28px;font-size:.95rem;font-weight:700;display:flex}.about-hero-meta span:first-child{color:#ffd84d}.about-hero-controls{z-index:20;align-items:center;gap:16px;display:flex;position:absolute;bottom:105px;left:50%;transform:translate(-50%)}.about-hero-arrow{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;place-items:center;width:42px;height:42px;transition:background .2s,transform .2s;display:grid}.about-hero-arrow:hover{background:#ffffff38;transform:scale(1.05)}.about-hero-dots{align-items:center;gap:9px;display:flex}.about-hero-dot{cursor:pointer;background:#ffffffb3;border:0;border-radius:50%;width:9px;height:9px;padding:0}.about-hero-dot.active{background:#ffd84d;transform:scale(1.15)}.about-hero-decoration{z-index:10;pointer-events:none;user-select:none;position:absolute}.about-hero-decoration-heart{color:#fff;font-size:4rem;top:27%;left:5%;transform:rotate(-12deg)}.about-hero-decoration-star{color:#ffd84d;font-size:3.5rem;bottom:16%;left:5%;transform:rotate(-8deg)}.about-hero-decoration-heart-right{color:#fff;font-size:3.5rem;top:30%;right:7%;transform:rotate(12deg)}.about-hero-decoration-star-right{color:#ffd84d;font-size:3.5rem;bottom:15%;right:6%;transform:rotate(8deg)}.about-hero-wave{z-index:15;pointer-events:none;width:100%;height:95px;position:absolute;bottom:-1px;left:0}.about-hero-wave svg{width:100%;height:100%;display:block}.about-story-section{background:#fff}.about-story-layout{grid-template-columns:.75fr 1.25fr;align-items:start;gap:90px;display:grid}.about-story-heading{position:sticky;top:140px}.about-story-heading h2{color:var(--purple);margin:8px 0 35px;font-size:clamp(36px,4vw,55px);line-height:1.05}.about-story-heading h2 em{color:#e8ad00;font-style:normal}.about-story-heading .story-number{background:var(--purple-light);border-radius:20px;align-items:center;gap:15px;padding:20px;display:flex}.about-story-heading .story-number strong{color:var(--purple);font-size:42px;line-height:1}.about-story-heading .story-number span{max-width:110px;color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800;line-height:1.3}.about-story-content{max-width:780px}.about-story-content p{color:var(--muted);font-size:17px;line-height:1.8}.about-story-content .lead{color:var(--ink);margin-top:0;font-size:23px;font-weight:700;line-height:1.5}.principal-section{background:radial-gradient(circle at 0%,#ffc9282e,#0000 30%),#fffdf5}.principal-card{grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px;display:grid}.principal-image{background:var(--purple-light);min-height:520px;box-shadow:var(--shadow);border-radius:34px;position:relative;overflow:hidden}.principal-image img{object-fit:cover;width:100%;height:100%;min-height:520px}.principal-image-label{color:#fff;text-align:center;backdrop-filter:blur(8px);background:#51208eeb;border-radius:999px;padding:13px 18px;position:absolute;bottom:22px;left:22px;right:22px}.principal-image-label span{color:var(--yellow);letter-spacing:.5px;font-size:12px;font-weight:900}.principal-content h2{color:var(--purple);margin:7px 0 20px;font-size:clamp(38px,4vw,56px);line-height:1.05}.principal-content h2 em{color:#eeb600;font-style:normal}.principal-content .lead{color:var(--ink);margin-bottom:20px;font-size:19px;font-weight:800}.principal-content p{max-width:700px;color:var(--muted);font-size:16px}.principal-values{gap:12px;margin-top:30px;display:flex}.principal-values div{text-align:center;background:#fff;border:1px solid #eee5f7;border-radius:18px;min-width:105px;padding:15px 18px;box-shadow:0 8px 25px #361b570f}.principal-values span{color:var(--purple);margin-bottom:4px;font-size:21px;display:block}.principal-values strong{color:var(--ink);font-size:13px}.team-section{background:#fff}.team-section .section-heading{max-width:800px;margin-inline:auto}.team-section .section-heading h2 em{color:#e8ad00;font-style:normal}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;width:min(100%,1050px);margin:0 auto;display:grid}.team-card{box-shadow:var(--shadow);background:#fffdf5;border:1px solid #eee7f7;border-radius:28px;transition:transform .25s,box-shadow .25s;overflow:hidden}.team-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px #361b5729}.team-image{background:var(--purple-light);position:relative;overflow:hidden}.team-image img{aspect-ratio:.95;object-fit:cover;width:100%;transition:transform .4s}.team-card:hover .team-image img{transform:scale(1.04)}.team-number{background:var(--yellow);width:42px;height:42px;color:var(--purple-dark);border-radius:50%;place-items:center;font-size:12px;font-weight:900;display:grid;position:absolute;top:15px;right:15px}.team-content{padding:23px 24px 26px}.team-role{color:var(--purple);text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:900}.team-content h3{color:var(--ink);margin:5px 0 7px;font-size:23px}.team-content p{color:var(--muted);margin:0;font-size:14px;line-height:1.65}.location-section{background:linear-gradient(#f8f0ff 0%,#fffdf5 100%)}.location-card{box-shadow:var(--shadow);background:#fff;border-radius:35px;grid-template-columns:1fr .9fr;align-items:stretch;gap:0;display:grid;overflow:hidden}.location-content{padding:55px}.location-content h2{color:var(--purple);margin:7px 0 18px;font-size:clamp(36px,4vw,52px);line-height:1.05}.location-content h2 em{color:#eeb600;font-style:normal}.location-content>p{max-width:570px;color:var(--muted);font-size:16px}.location-details{gap:18px;margin:30px 0;display:grid}.location-detail{align-items:flex-start;gap:15px;display:flex}.location-detail .location-icon{background:var(--purple-light);width:46px;height:46px;color:var(--purple);border-radius:14px;flex:0 0 46px;place-items:center;font-size:21px;font-weight:900;display:grid}.location-detail span{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:2px;font-size:11px;font-weight:800;display:block}.location-detail strong{color:var(--ink);font-size:14px;line-height:1.5;display:block}.location-visual{min-height:500px;position:relative}.location-map{background:var(--purple-light);width:100%;height:500px;box-shadow:var(--shadow);border:6px solid #fff;border-radius:30px;position:relative;overflow:hidden}.location-map iframe{border:0;width:100%;height:100%;display:block}.map-overlay{-webkit-backdrop-filter:blur(8px);background:#fffffff5;border-radius:16px;align-items:center;gap:12px;max-width:calc(100% - 44px);padding:13px 18px;display:flex;position:absolute;bottom:22px;left:22px;box-shadow:0 10px 30px #2014322e}.map-overlay-icon{width:40px;height:40px;color:var(--purple);background:var(--yellow);border-radius:50%;flex-shrink:0;place-items:center;font-size:20px;font-weight:900;display:grid}.map-overlay strong{color:var(--purple);font-size:14px;line-height:1.3;display:block}.map-overlay span{color:var(--muted);margin-top:2px;font-size:12px;display:block}.about-closing-banner{background:#fffdf5;padding:0 0 80px}.closing-inner{background:radial-gradient(circle at 85% 20%, #ffc92833, transparent 30%), var(--purple);color:#fff;box-shadow:var(--shadow);border-radius:35px;justify-content:space-between;align-items:center;gap:40px;padding:45px 55px;display:flex}.closing-inner .section-label{color:var(--yellow)}.closing-inner h2{margin:7px 0 10px;font-size:clamp(30px,4vw,44px);line-height:1.05}.closing-inner h2 em{color:var(--yellow);font-style:normal}.closing-inner p{color:#eee5f7;max-width:600px;margin:0;font-size:15px}.enquiry-page{background:var(--cream,#fffdf5);overflow:hidden}.enquiry-hero{background:radial-gradient(circle at 82% 25%,#7a4aa621,#0000 28%),radial-gradient(circle at 15% 80%,#ffc7372e,#0000 30%),#fff8df;align-items:center;min-height:590px;display:flex;position:relative;overflow:hidden}.enquiry-blob{pointer-events:none;filter:blur(2px);border-radius:50%;position:absolute}.enquiry-blob-one{background:#74439d26;width:380px;height:380px;top:-170px;right:-120px}.enquiry-blob-two{background:#ffc1232e;width:250px;height:250px;bottom:-140px;left:-120px}.enquiry-dots{opacity:.35;background-image:radial-gradient(#70429b 1.5px,#0000 1.5px);background-size:14px 14px;width:110px;height:70px;position:absolute;bottom:80px;right:7%}.enquiry-hero-inner{z-index:2;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:70px;width:100%;padding-top:90px;padding-bottom:100px;display:grid;position:relative}.enquiry-hero-copy{max-width:680px}.enquiry-eyebrow{letter-spacing:.15em;color:#674092;align-items:center;gap:10px;margin-bottom:22px;font-size:.72rem;font-weight:800;display:inline-flex}.eyebrow-dot{background:#f1bd28;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #f1bd2829}.enquiry-hero h1{color:#35213f;letter-spacing:-.045em;max-width:700px;margin:0;font-size:clamp(3rem,5vw,5.4rem);font-weight:800;line-height:.98}.enquiry-hero h1 em{color:#70429b;letter-spacing:-.035em;font-family:Georgia,Times New Roman,serif;font-weight:500;display:block}.enquiry-hero-copy>p{color:#645a67;max-width:600px;margin:28px 0 25px;font-size:1.08rem;line-height:1.75}.enquiry-meta{color:#674092;align-items:center;gap:14px;font-size:.84rem;font-weight:700;display:flex}.meta-divider{background:#e7b52b;border-radius:50%;width:5px;height:5px}.enquiry-hero-visual{justify-content:center;align-items:center;min-height:360px;display:flex;position:relative}.enquiry-hero-card{color:#fff;background:linear-gradient(145deg,#74449f 0%,#5c337f 100%);border-radius:42px;flex-direction:column;justify-content:center;width:min(100%,390px);min-height:350px;padding:42px;display:flex;position:relative;transform:rotate(2deg);box-shadow:0 30px 70px #46265b38,0 10px 25px #46265b1f}.enquiry-hero-card:before{content:"";pointer-events:none;border:1px solid #ffffff29;border-radius:32px;position:absolute;inset:12px}.hero-card-icon{background:#ffffff26;border-radius:20px;place-items:center;width:62px;height:62px;margin-bottom:30px;font-size:1.7rem;display:grid}.hero-card-small{letter-spacing:.15em;opacity:.75;font-size:.67rem;font-weight:800}.enquiry-hero-card h2{color:#fff;margin:8px 0 5px;font-size:2rem}.enquiry-hero-card p{color:#ffffffc7;margin:0;font-size:1rem}.hero-card-line{background:#f6ca3e;border-radius:5px;width:55px;height:3px;margin:30px 0 22px}.hero-card-footer{color:#ffffffd9;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.hero-card-footer strong{color:#f6ca3e;font-size:1.4rem}.hero-sticker{z-index:5;border-radius:50%;place-items:center;display:grid;position:absolute;box-shadow:0 12px 25px #3c284626}.hero-sticker-one{background:#f7ce48;width:75px;height:75px;top:5%;left:2%;transform:rotate(-12deg)}.hero-sticker-two{color:#74449f;background:#fff;width:55px;height:55px;font-size:1.3rem;bottom:5%;right:0;transform:rotate(10deg)}.enquiry-hero-wave{z-index:3;width:100%;height:85px;position:absolute;bottom:-1px;left:0}.enquiry-hero-wave svg{width:100%;height:100%;display:block}.enquiry-section{background:#fffdf5;padding-top:100px;padding-bottom:110px}.enquiry-layout{grid-template-columns:minmax(0,.85fr) minmax(400px,1.15fr);align-items:start;gap:80px;display:grid}.enquiry-information{padding-top:20px}.enquiry-information h2{color:#34213e;letter-spacing:-.04em;margin:12px 0 20px;font-size:clamp(2.5rem,4vw,4rem);line-height:1.05}.enquiry-information h2 em{color:#70429b;font-family:Georgia,Times New Roman,serif;font-weight:500;display:block}.enquiry-intro{color:#68606a;max-width:520px;margin-bottom:35px;font-size:1rem;line-height:1.8}.enquiry-contact-card{background:#fff;border:1px solid #59376914;border-radius:24px;padding:25px;box-shadow:0 15px 45px #3f264912}.enquiry-contact-item{border-bottom:1px solid #46325014;gap:18px;padding:20px 0;display:flex}.enquiry-contact-item:first-child{padding-top:5px}.enquiry-contact-item:last-child{border-bottom:none;padding-bottom:5px}.enquiry-contact-icon{color:#70429b;background:#f2e9f8;border-radius:14px;flex:0 0 45px;place-items:center;width:45px;height:45px;font-size:1.2rem;display:grid}.enquiry-contact-item span{color:#927ea0;letter-spacing:.12em;margin-bottom:5px;font-size:.66rem;font-weight:800;display:block}.enquiry-contact-item strong{color:#3e3342;font-size:.92rem;line-height:1.55;display:block}.enquiry-reassurance{background:#ffcd4021;border:1px solid #e3b12726;border-radius:18px;align-items:flex-start;gap:15px;margin-top:25px;padding:18px 20px;display:flex}.reassurance-icon{color:#3e2a17;background:#f3c43c;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.enquiry-reassurance strong{color:#46364b;margin-bottom:3px;display:block}.enquiry-reassurance p{color:#766a77;margin:0;font-size:.82rem;line-height:1.5}.enquiry-form-card{background:#fff;border:1px solid #4b2e5914;border-radius:30px;padding:42px;position:relative;box-shadow:0 25px 70px #3923431a}.enquiry-form-card:before{content:"";background:linear-gradient(90deg,#70429b,#9b6ac2,#f2c33b);border-radius:30px 30px 0 0;width:100%;height:6px;position:absolute;top:0;left:0}.enquiry-form-header{align-items:flex-start;gap:18px;margin-bottom:35px;display:flex}.form-header-icon{color:#70429b;background:#f2e9f8;border-radius:16px;flex:0 0 52px;place-items:center;width:52px;height:52px;font-size:1.3rem;display:grid}.enquiry-form-header h3{color:#37233f;margin:5px 0 4px;font-size:1.65rem}.enquiry-form-header p{color:#817782;margin:0;font-size:.86rem}.enquiry-form{flex-direction:column;gap:22px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#45374a;font-size:.82rem;font-weight:750}.form-group input,.form-group textarea{box-sizing:border-box;color:#352a39;background:#fcfafc;border:1px solid #ddd5e0;border-radius:13px;outline:none;width:100%;padding:15px 17px;font-family:inherit;font-size:.92rem;transition:border-color .2s,box-shadow .2s,background .2s}.form-group input{height:52px}.form-group textarea{resize:vertical;min-height:145px}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa0ad}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#8051a3;box-shadow:0 0 0 4px #70429b1a}.enquiry-submit{cursor:pointer;border:none;justify-content:center;width:100%;min-height:55px;margin-top:5px;font-size:.95rem;font-weight:800}.enquiry-submit:disabled{opacity:.7;cursor:not-allowed}.form-note{text-align:center;color:#978d99;margin:-5px 0 0;font-size:.72rem;line-height:1.5}.enquiry-bottom-cta{color:#fff;background:radial-gradient(circle at 85% 20%,#ffffff1a,#0000 25%),#633887;padding:80px 0;position:relative;overflow:hidden}.enquiry-bottom-inner{justify-content:space-between;align-items:center;gap:50px;display:flex;position:relative}.enquiry-bottom-inner>div:nth-child(2){max-width:750px}.enquiry-bottom-inner .section-label{color:#f5cf48}.enquiry-bottom-inner h2{color:#fff;letter-spacing:-.035em;margin:10px 0;font-size:clamp(2rem,4vw,3.3rem);line-height:1.08}.enquiry-bottom-inner h2 em{color:#f7d665;font-family:Georgia,Times New Roman,serif;font-weight:400}.enquiry-bottom-inner p{color:#ffffffbf;max-width:600px;margin:0;line-height:1.7}.cta-decoration{color:#ffffff14;font-size:5rem;position:absolute;top:-35px;left:-40px;transform:rotate(-15deg)}.footer{color:#ffffffad;background:#291a32}.footer-grid{grid-template-columns:1.2fr 1fr 1.2fr 1.4fr;gap:45px;padding:60px 0;display:grid}.footer h2,.footer h3{color:#fff}.footer h2{margin-top:0;font-size:1.25rem}.footer h3{text-transform:uppercase;letter-spacing:.12em;margin-top:0;margin-bottom:16px;font-size:.78rem}.footer p{line-height:1.65}.footer a:not(.btn){color:#ffffffad;text-decoration:none;transition:color .2s}.footer a:not(.btn):hover{color:#f3cc48}.footer .brand{color:#fff}.footer .brand-logo{filter:brightness(0)invert()}.footer .brand-name{color:#fff}.footer .brand-sub{color:#fff9}.footer-visit{color:var(--purple-dark)!important;margin-top:10px!important;display:inline-flex!important}.copyright{color:#eadff4;text-align:center;background:#1a0d25;padding:13px;font-size:12px}@media (width<=1200px){.about-heading{grid-template-columns:1fr;gap:30px}.about-main{grid-template-columns:1fr;gap:50px}.story-card{width:100%;max-width:550px;margin:0 auto}.about-visual{min-height:400px}}@media (width<=1024px){.hero-content{max-width:550px;padding:0 32px}.hero-dots{gap:6px;padding:6px 12px}.hero-dots .dot{width:8px;height:8px}.programme-grid,.about-values{grid-template-columns:repeat(2,1fr)}.about-hero{height:78vh;min-height:650px}.about-hero-inner{padding:125px 30px 120px}.about-hero h1{font-size:clamp(2.7rem,6vw,4.5rem)}.about-hero-copy>p{max-width:620px}.about-hero-decoration-heart{font-size:3rem;left:3%}.about-hero-decoration-star{font-size:2.8rem;left:3%}.about-hero-decoration-heart-right,.about-hero-decoration-star-right{font-size:2.8rem;right:3%}}@media (width<=900px){.hero{height:78vh;min-height:500px}.hero-content{max-width:520px;padding:0 28px}.hero-headline{font-size:clamp(32px,5vw,48px)}.hero-dots{padding:6px 12px;bottom:24px}.about-heading h2{font-size:clamp(32px,4vw,48px)}.about-hero-inner{grid-template-columns:1fr;gap:30px;padding:65px 0 100px}.about-hero-copy{text-align:center;max-width:720px;margin-inline:auto}.about-hero-label{font-size:10px}.about-hero h1{font-size:clamp(38px,9vw,52px)}.about-hero-copy>p{margin-inline:auto;font-size:15px}.about-hero-meta{justify-content:center}.about-hero-visual{min-height:220px}.about-story-layout{grid-template-columns:1fr;gap:35px}.about-story-heading{position:static}.principal-card{grid-template-columns:1fr;gap:40px}.principal-image{width:100%;max-width:520px;min-height:420px;margin-inline:auto}.principal-image img{min-height:420px}.team-grid{grid-template-columns:repeat(2,1fr)}.location-card{grid-template-columns:1fr;padding:40px}.location-visual{min-height:420px}.location-map{border-radius:25px;height:420px}.closing-inner{flex-direction:column;align-items:flex-start}.activities-mosaic{grid-template-rows:280px 220px 220px;grid-template-columns:repeat(2,1fr);gap:16px}.activity-featured{grid-area:1/1/auto/3}.activity-computer{grid-area:2/1}.activity-outdoor{grid-area:2/2}.activity-learning{grid-area:3/1}.activity-music{grid-area:3/2}.activity-life{grid-area:4/1/auto/3;height:220px}.gallery-intro-inner{align-items:flex-start}.gallery-intro-note{width:120px;height:120px}.gallery-event-heading{grid-template-columns:1fr;gap:1rem}.gallery-collage-5{grid-template-rows:220px 160px}.gallery-collage-4{grid-template-rows:220px}.gallery-closing-note{grid-template-columns:auto 1fr}.gallery-closing-note>p{grid-column:2}.enquiry-hero-inner{grid-template-columns:1fr;gap:30px;padding-top:70px}.enquiry-hero-copy{max-width:760px}.enquiry-hero-visual{min-height:330px}.enquiry-hero-card{width:min(100%,420px)}.enquiry-layout{grid-template-columns:1fr;gap:55px}.enquiry-information{max-width:700px}}@media (width<=820px){.top-contact{display:none}.menu-toggle{background:var(--purple-light);cursor:pointer;border:0;border-radius:10px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;display:flex}.menu-toggle span{background:var(--purple);width:22px;height:2px;margin-inline:auto}.nav-links{box-shadow:var(--shadow);background:#fff;border-radius:0 0 20px 20px;flex-direction:column;align-items:stretch;gap:5px;padding:18px;display:none;position:absolute;top:calc(100% - 1px);left:20px;right:20px}.nav-links.is-open{display:flex}.nav-links a{padding:12px}.nav-cta{text-align:center}.hero{align-items:flex-end;height:76vh;min-height:480px;max-height:700px}.hero-content{max-width:100%;padding:0 24px 40px}.hero-headline{margin-bottom:16px;font-size:clamp(30px,8vw,42px)}.hero-sub{max-width:100%;margin-bottom:24px;font-size:15px}.hero-actions{flex-direction:column;align-items:stretch;gap:10px}.btn-hero-primary{text-align:center;justify-content:center;padding:14px 24px;font-size:15px}.btn-hero-ghost{text-align:center;justify-content:center;padding:10px;font-size:14px}.hero-eyebrow{margin-bottom:20px;padding:6px 14px;font-size:11px}.hero-overlay{background:linear-gradient(#2a1a3e4d 0%,#2a1a3ecc 60%,#2a1a3ee6 100%)}.hero-dots{gap:6px;padding:6px 12px;bottom:20px}.hero-dots .dot{width:8px;height:8px}.features-grid{grid-template-columns:repeat(2,1fr)}.feature-card:nth-child(2){border-right:0}.footer-grid{grid-template-columns:repeat(2,1fr)}.enrol-inner{grid-template-columns:1fr 2fr auto;padding:25px 30px}.uniform-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about-values{grid-template-columns:1fr}.about-heading h2{font-size:clamp(30px,5vw,40px)}.about-main{gap:40px}.about-visual{min-height:350px}.story-card{padding:30px}.story-number{font-size:56px}.story-card h3{font-size:26px}.enrol-inner{text-align:center;grid-template-columns:1fr;padding:30px 25px}.enrol-inner .btn{justify-content:center;width:100%}.backpack{font-size:55px}.section{padding:60px 0}.about-hero{height:auto;min-height:720px}.about-hero-inner{align-items:center;min-height:720px;padding:125px 20px 150px}.about-hero-copy{max-width:620px}.about-hero-label{letter-spacing:.17em;margin-bottom:15px;font-size:.65rem}.about-hero h1{font-size:clamp(2.35rem,11vw,3.7rem);line-height:1}.about-hero h1 span{margin-top:10px;font-size:.78em;line-height:1.05}.about-hero-copy>p{max-width:520px;margin-top:24px;font-size:.95rem;line-height:1.6}.about-hero-meta{flex-wrap:wrap;gap:10px 14px;margin-top:22px;font-size:.82rem}.about-hero-slide img{object-position:center center}.about-hero-controls{gap:12px;bottom:85px}.about-hero-arrow{width:38px;height:38px}.about-hero-decoration-heart{font-size:2.2rem;top:25%;left:4%}.about-hero-decoration-star{font-size:2.2rem;bottom:20%;left:5%}.about-hero-decoration-heart-right{font-size:2rem;top:28%;right:4%}.about-hero-decoration-star-right{font-size:2.2rem;bottom:20%;right:5%}.about-hero-wave{height:65px}}@media (width<=700px){.enquiry-hero{min-height:auto}.enquiry-hero-inner{padding-top:55px;padding-bottom:80px}.enquiry-hero h1{font-size:clamp(2.7rem,12vw,4rem);line-height:1}.enquiry-hero-copy>p{font-size:.98rem;line-height:1.65}.enquiry-meta{flex-wrap:wrap}.enquiry-hero-visual{min-height:300px}.enquiry-hero-card{border-radius:32px;min-height:290px;padding:32px}.hero-sticker-one{width:60px;height:60px;left:0}.hero-sticker-two{width:45px;height:45px;right:-2px}.enquiry-section{padding-top:70px;padding-bottom:75px}.enquiry-information h2{font-size:2.7rem}.enquiry-form-card{border-radius:24px;padding:28px 20px}.enquiry-form-header{margin-bottom:28px}.enquiry-contact-card{padding:18px}.enquiry-bottom-cta{padding:65px 0}.enquiry-bottom-inner{flex-direction:column;align-items:flex-start;gap:28px}.enquiry-bottom-inner h2{font-size:2.2rem}.enquiry-bottom-inner .btn{justify-content:center;width:100%}}@media (width<=600px){.container{width:min(calc(100% - 28px), var(--container))}.top-strip{justify-content:center;font-size:11px}.navbar{min-height:70px}.brand-logo{width:44px;height:44px}.brand-name{font-size:20px}.brand-sub{font-size:10px}.brand{gap:10px}.hero{align-items:flex-end;height:auto;min-height:440px;max-height:600px;padding-top:40px}.hero-content{padding:0 16px 32px}.hero-headline{margin-bottom:12px;font-size:clamp(26px,7vw,34px)}.hero-sub{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:14px;display:-webkit-box;overflow:hidden}.btn-hero-primary{padding:12px 20px;font-size:14px}.hero-dots{gap:4px;padding:4px 10px;bottom:16px}.hero-dots .dot{width:6px;height:6px}.features-grid,.programme-grid,.uniform-grid{grid-template-columns:1fr}.feature-card{border-bottom:1px dashed #51208e59;border-right:0}.feature-card:last-child{border-bottom:0}.footer-grid{grid-template-columns:1fr}.enrol-inner{text-align:center;grid-template-columns:1fr;padding:28px 22px}.backpack{font-size:55px}.enrol-inner .btn{width:100%}.section{padding:60px 0}.about-heading{gap:20px;margin-bottom:35px}.about-heading h2{font-size:clamp(28px,6vw,36px)}.about-main{gap:30px}.about-visual{min-height:300px}.story-card{padding:25px 20px}.story-number{font-size:48px}.story-card h3{margin:15px 0 12px;font-size:22px}.story-card:after{font-size:28px;top:20px;right:22px}.about-values{margin-top:40px;padding-top:25px}.about-value{padding:16px}.programme-card,.uniform-card{max-width:400px;margin:0 auto}.about-hero{min-height:680px}.about-hero-inner{min-height:680px;padding:110px 18px 135px}.about-hero-label{font-size:.58rem}.about-hero h1{font-size:clamp(2.15rem,12vw,3rem)}.about-hero h1 span{font-size:.76em}.about-hero-copy>p{margin-top:20px;font-size:.88rem;line-height:1.55}.about-hero-meta{font-size:.75rem}.about-hero-decoration-heart{font-size:1.7rem;top:22%;left:3%}.about-hero-decoration-heart-right{font-size:1.6rem;top:24%;right:3%}.about-hero-decoration-star{font-size:1.8rem;bottom:17%;left:4%}.about-hero-decoration-star-right{font-size:1.8rem;bottom:17%;right:4%}.about-hero-controls{bottom:65px}.about-hero-wave{height:50px}.principal-image{border-radius:24px;min-height:360px}.principal-image img{min-height:360px}.principal-image-label{padding:11px 12px;bottom:12px;left:12px;right:12px}.principal-content h2{font-size:36px}.principal-content .lead{font-size:17px}.principal-content p{font-size:14px}.principal-values{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.principal-values div{min-width:0;padding:13px 7px}.team-grid{grid-template-columns:1fr}.team-card{border-radius:24px}.team-image img{aspect-ratio:1.1}.location-content{padding:32px 24px}.location-content h2{font-size:36px}.location-content>p{font-size:14px}.location-visual{min-height:350px}.location-map{border-width:4px;border-radius:22px;height:350px}.map-overlay{max-width:none;padding:11px 14px;bottom:14px;left:14px;right:14px}.map-overlay-icon{width:36px;height:36px;font-size:18px}.about-closing-banner{padding-bottom:55px}.closing-inner{border-radius:26px;gap:25px;padding:32px 24px}.closing-inner h2{font-size:32px}.closing-inner p{font-size:14px}.closing-inner .btn{width:100%}.activities-mosaic{grid-template-rows:repeat(6,220px);grid-template-columns:1fr;gap:14px;display:grid}.activity-featured,.activity-computer,.activity-outdoor,.activity-learning,.activity-music,.activity-life{grid-area:auto/1;height:220px}.activity-featured .activity-content{padding:22px}.activity-featured .activity-content h3{font-size:25px}.activity-content{padding:20px}.activity-content h3{font-size:20px}.activity-content p{font-size:12px}.gallery-intro{padding-top:4rem;padding-bottom:4rem}.gallery-intro-inner{display:block}.gallery-intro h1{font-size:clamp(2.8rem,14vw,4rem)}.gallery-intro-note{width:95px;height:95px;margin-top:2rem;transform:rotate(5deg)}.gallery-intro-note strong{font-size:.85rem}.gallery-intro-note small{font-size:.7rem}.gallery-event-title-wrap{gap:.8rem}.gallery-event-number{width:40px;height:40px;font-size:.7rem}.gallery-event h2{font-size:2.2rem}.gallery-collage-5,.gallery-collage-4{grid-template-rows:none;grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-collage-5 .gallery-image-button,.gallery-collage-4 .gallery-image-button{aspect-ratio:1;grid-area:auto/span 1}.gallery-collage-5 .gallery-image-button:first-child,.gallery-collage-4 .gallery-image-button:first-child{aspect-ratio:16/9;grid-column:span 2}.gallery-closing-note{grid-template-columns:1fr;gap:1.25rem;padding:1.75rem}.gallery-closing-note>p{grid-column:auto}.gallery-lightbox{padding:1rem}.gallery-lightbox-content{width:100%;height:90vh}.gallery-lightbox-image-wrap{padding:3rem 0 4rem}.gallery-lightbox-arrow{width:42px;height:42px}.gallery-lightbox-prev{left:.25rem}.gallery-lightbox-next{right:.25rem}.gallery-lightbox-close{top:.25rem;right:.25rem}}@media (width<=480px){.about-hero{min-height:680px}.about-hero-inner{min-height:680px;padding:110px 18px 135px}.about-hero-label{letter-spacing:.14em;font-size:.56rem}.about-hero h1{letter-spacing:-.035em;font-size:clamp(2.1rem,12vw,3rem)}.about-hero h1 span{font-size:.76em}.about-hero-copy>p{margin-top:20px;font-size:.87rem;line-height:1.55}.about-hero-meta{font-size:.73rem}.about-hero-decoration-heart{font-size:1.7rem;top:20%;left:3%}.about-hero-decoration-heart-right{font-size:1.6rem;top:23%;right:3%}.about-hero-decoration-star{font-size:1.7rem;bottom:17%;left:4%}.about-hero-decoration-star-right{font-size:1.8rem;bottom:16%;right:4%}.about-hero-controls{bottom:62px}.about-hero-arrow{width:36px;height:36px}.about-hero-dot{width:8px;height:8px}.about-hero-wave{height:50px}.enquiry-hero-inner{padding-top:45px}.enquiry-eyebrow{letter-spacing:.1em;font-size:.62rem}.enquiry-hero h1{font-size:2.65rem}.enquiry-hero-copy>p{margin-top:20px}.enquiry-hero-visual{min-height:270px}.enquiry-hero-card{border-radius:27px;min-height:260px;padding:28px}.hero-card-icon{width:50px;height:50px;margin-bottom:20px}.enquiry-hero-card h2{font-size:1.65rem}.enquiry-form-header{gap:12px}.form-header-icon{flex:0 0 44px;width:44px;height:44px}.enquiry-form-header h3{font-size:1.35rem}.enquiry-contact-item{gap:12px}.enquiry-contact-icon{flex-basis:40px;width:40px;height:40px}}@media (width<=400px){.hero{min-height:400px}.hero-content{padding:0 12px 28px}.hero-headline{font-size:24px}.hero-eyebrow{margin-bottom:14px;padding:4px 12px;font-size:10px}.hero-dots{gap:4px;padding:4px 8px;bottom:12px}.hero-dots .dot{width:5px;height:5px}.btn{padding:12px 18px;font-size:14px}.story-number{font-size:38px}.story-card h3{font-size:20px}.story-card p{font-size:13px}.about-story-content p{font-size:14px}.about-closing{padding:14px 16px;font-size:15px!important}.programme-content h3{font-size:17px}.uniform-content h3{font-size:18px}.enrol-inner h2{font-size:26px}}@media (width<=360px){.brand-name{font-size:17px}.brand-logo{width:36px;height:36px}.brand-sub{font-size:9px}.top-strip{padding:5px 3%;font-size:10px}.hero-headline{font-size:22px}.hero-sub{-webkit-line-clamp:2;font-size:13px}.feature-card{text-align:center;flex-direction:column;align-items:center;padding:12px 10px}.feature-icon{flex:0 0 44px;width:44px;height:44px;font-size:18px}.feature-card h3{font-size:15px}.feature-card p{font-size:12px}.about-hero{min-height:650px}.about-hero-inner{min-height:650px;padding:105px 15px 125px}.about-hero h1{font-size:2rem}.about-hero-copy>p{font-size:.82rem}.about-hero-meta{font-size:.7rem}.about-hero-decoration-star,.about-hero-decoration-star-right{display:none}.about-hero-controls{bottom:58px}}@media (prefers-reduced-motion:reduce){.hero-slide,.about-hero-slide,.about-hero-slide img,.gallery-image-button img,.gallery-image-button:after,.gallery-image-number,.gallery-image-expand,.gallery-lightbox,.gallery-lightbox-arrow,.about-hero-arrow,.about-hero-dot{transition:none}.hero-slide.is-active{transform:scale(1)}.about-hero-slide img,.about-hero-slide.active img{transform:none}.activity-tile img,.team-image img{transition:none}.activity-tile:hover,.team-card:hover{transform:none}}.hero-visual,.hero-note,.hero-grid,.hero-copy,.hero:before,.hero:after{display:none}.gallery-placeholder{background:var(--cream)}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.gallery-grid img{aspect-ratio:1;object-fit:cover;width:100%;box-shadow:var(--shadow);border-radius:18px;transition:transform .3s,box-shadow .3s}.gallery-grid img:hover{transform:scale(1.03);box-shadow:0 20px 50px #361b572e}@media (width<=900px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:16px}.gallery-grid img{aspect-ratio:1;border-radius:16px}}@media (width<=600px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px}.gallery-grid img{border-radius:14px}}@media (width<=400px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-grid img{border-radius:12px}}.social-section{background:radial-gradient(circle at 70% 20%,#ffc9281a,#0000 30%),radial-gradient(circle at 30% 80%,#6f2dbd0f,#0000 30%),#fffdf5;padding:80px 0}.social-inner{max-width:1100px;margin:0 auto}.social-header{text-align:center;margin-bottom:50px}.social-header h2{color:var(--purple);margin:8px 0 16px;font-size:clamp(32px,4vw,48px);line-height:1.05}.social-header h2 em{color:#eeb600;font-style:normal}.social-header p{max-width:650px;color:var(--muted);margin:0 auto;font-size:17px;line-height:1.7}.social-links-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.social-card{background:#fff;border:1px solid #6f2dbd14;border-radius:24px;align-items:center;gap:20px;padding:28px 30px;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #361b570f}.social-card:before{content:"";opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.social-card:hover{transform:translateY(-6px);box-shadow:0 16px 45px #361b571f}.social-card:hover:before{opacity:1}.social-card.whatsapp:before{background:#25d366}.social-card.whatsapp:hover{border-color:#25d366}.social-card.whatsapp .social-icon-wrapper{color:#25d366;background:#25d3661f}.social-card.facebook:before{background:#1877f2}.social-card.facebook:hover{border-color:#1877f2}.social-card.facebook .social-icon-wrapper{color:#1877f2;background:#1877f21f}.social-card.tiktok:before{background:linear-gradient(90deg,#00f2ea,#ff0050)}.social-card.tiktok:hover{border-color:#ff0050}.social-card.tiktok .social-icon-wrapper{color:#ff0050;background:#ff00501a}.social-icon-wrapper{border-radius:16px;flex:0 0 56px;place-items:center;width:56px;height:56px;transition:background .3s;display:grid}.social-icon-wrapper svg{width:28px;height:28px}.social-card-content{flex:1;min-width:0}.social-card-content h3{color:var(--ink);margin:0 0 4px;font-size:18px;font-weight:800}.social-card-content p{color:var(--muted);margin:0 0 6px;font-size:14px}.social-link-text{color:var(--purple);align-items:center;gap:6px;font-size:13px;font-weight:700;transition:gap .3s;display:inline-flex}.social-card:hover .social-link-text{gap:12px}@media (width<=900px){.social-links-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=768px){.social-section{padding:60px 0}.social-header{margin-bottom:35px}.social-header p{font-size:15px}.social-links-grid{grid-template-columns:1fr;gap:16px;max-width:500px;margin:0 auto}.social-card{padding:22px 24px}.social-icon-wrapper{flex:0 0 48px;width:48px;height:48px}.social-icon-wrapper svg{width:24px;height:24px}.social-card-content h3{font-size:16px}.social-card-content p{font-size:13px}}@media (width<=480px){.social-section{padding:50px 0}.social-header h2{font-size:28px}.social-header p{font-size:14px}.social-card{border-radius:20px;padding:18px 20px}.social-icon-wrapper{flex:0 0 44px;width:44px;height:44px}.social-icon-wrapper svg{width:20px;height:20px}.social-card-content h3{font-size:15px}.social-card-content p,.social-link-text{font-size:12px}}.about-sticker{z-index:8;pointer-events:none;user-select:none;opacity:.7;font-weight:800;line-height:1;animation:6s ease-in-out infinite floatSticker;position:absolute}.about-sticker-one{color:#ffd84d;font-size:3.5rem;animation-delay:0s;top:15%;left:5%;transform:rotate(-12deg)}.about-sticker-two{color:#ffffff40;font-size:3rem;animation-delay:1.5s;top:22%;right:6%;transform:rotate(10deg)}.about-sticker-three{color:#fff3;font-size:2.8rem;animation-delay:3s;bottom:25%;left:6%;transform:rotate(6deg)}.about-sticker-four{color:#ffd84d;font-size:3.2rem;animation-delay:4.5s;bottom:22%;right:7%;transform:rotate(-8deg)}@keyframes floatSticker{0%,to{transform:translateY(0) rotate(var(--rotation,0deg))}50%{transform:translateY(-15px) rotate(var(--rotation,0deg))}}.about-sticker-one{--rotation:-12deg}.about-sticker-two{--rotation:10deg}.about-sticker-three{--rotation:6deg}.about-sticker-four{--rotation:-8deg}@media (width<=1024px){.about-sticker-one{font-size:2.8rem;top:18%;left:3%}.about-sticker-two{font-size:2.5rem;right:3%}.about-sticker-three{font-size:2.2rem;bottom:28%;left:4%}.about-sticker-four{font-size:2.5rem;bottom:25%;right:4%}}@media (width<=768px){.about-sticker-one{font-size:2.2rem;top:20%;left:4%}.about-sticker-two{font-size:2rem;top:25%;right:4%}.about-sticker-three{font-size:1.8rem;bottom:30%;left:5%}.about-sticker-four{font-size:2rem;bottom:28%;right:5%}@keyframes floatSticker{0%,to{transform:translateY(0) rotate(var(--rotation,0deg))}50%{transform:translateY(-10px) rotate(var(--rotation,0deg))}}}@media (width<=480px){.about-sticker-one{font-size:1.8rem;top:22%;left:3%}.about-sticker-two{font-size:1.6rem;top:28%;right:3%}.about-sticker-three,.about-sticker-four{display:none}}@media (width<=360px){.about-sticker-one{font-size:1.4rem;top:24%}.about-sticker-two{font-size:1.2rem;top:30%}.about-sticker-three,.about-sticker-four{display:none}}@media (prefers-reduced-motion:reduce){.about-sticker,.about-sticker-one,.about-sticker-two,.about-sticker-three,.about-sticker-four{animation:none}}
