:root{--bg-base:#070604;--bg-alt:#0b0a08;--bg-warm:#12100c;--text-primary:#fff7e8;--text-body:#e8ddc7;--text-muted:#b7aa91;--gold:#ddba68;--gold-bright:#f2d58a;--gold-deep:#b88a32;--gold-glow:#f2d58a29;--bg-card:linear-gradient(145deg, #ffffff0e, #ddba680b);--border:#f2d58a24;--border-hover:#f2d58a61;--font:"Gotham", "Gotham SSm", "Montserrat", "Avenir Next", "Proxima Nova", "Inter", Arial, sans-serif;--container-max:1180px;--section-pad:clamp(110px, 9vw, 140px);--radius-card:18px;--radius-img:16px;--ease:cubic-bezier(.25, .46, .45, .94);--btn-height-header:48px;--btn-height-main:56px;--btn-height-mobile:52px;--btn-gap:18px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg-base);color:var(--text-body);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}a{color:inherit;text-decoration:none}.animate-fade-up{opacity:0;transition:opacity .62s var(--ease), transform .62s var(--ease);transform:translateY(28px)}.animate-fade-up.is-visible{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:60ms}.stagger-2{transition-delay:.13s}.stagger-3{transition-delay:.2s}.stagger-4{transition-delay:.27s}.stagger-5{transition-delay:.34s}.stagger-6{transition-delay:.41s}.eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:.72rem;font-weight:700;display:block}.eyebrow.center{text-align:center}.section-title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:20px;font-size:clamp(1.9rem,3.6vw,2.9rem);font-weight:800;line-height:1.12}.section-title.center{text-align:center}.section-sub{color:var(--text-muted);max-width:600px;margin:0 auto 52px;font-size:1.08rem;line-height:1.68}.section-sub.center{text-align:center}.lead-paragraph{color:var(--text-body);margin-bottom:36px;font-size:1.06rem;line-height:1.72}.container{max-width:var(--container-max);width:100%;margin:0 auto;padding:0 clamp(20px,4vw,56px)}.section{padding:var(--section-pad) 0;width:100%}.img-wrap{border-radius:var(--radius-img);position:relative;overflow:hidden}.img-strip{aspect-ratio:21/9}.img-strip--tall{aspect-ratio:16/9}.img-overlay-caption{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(#0000 0%,#070604b8 100%);padding:28px 28px 20px;font-size:.82rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.section-img-strip{margin-top:60px}.split-layout,.reassurance-layout,.cta-layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:clamp(40px,5vw,72px);display:grid}.split-image,.reassurance-image,.cta-image{border-radius:var(--radius-img);flex-direction:column;min-height:420px;display:flex;overflow:hidden}.split-image .img-wrap,.reassurance-image .img-wrap,.cta-image .img-wrap{border-radius:var(--radius-img);flex:1;height:100%}.site-header{z-index:100;padding:18px clamp(20px,4vw,48px);transition:background .34s,-webkit-backdrop-filter .34s,backdrop-filter .34s,box-shadow .34s;position:fixed;top:0;left:0;right:0}.site-header.scrolled{-webkit-backdrop-filter:blur(14px);background:#070604e0;box-shadow:0 1px #f2d58a14}.header-inner{max-width:var(--container-max);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.header-logo{height:var(--btn-height-header);min-height:var(--btn-height-header);box-sizing:border-box;background:#fff7e8;border:1px solid #f2d58a4d;border-radius:999px;align-items:center;gap:10px;padding:0 18px;text-decoration:none;transition:background .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #0000004d,inset 0 1px #ffffff26}.header-logo:hover{background:#fffaf0;box-shadow:0 6px 28px #00000061}.logo-img{object-fit:contain;width:auto;max-width:160px;height:24px}.header-nav{align-items:center;gap:28px;display:flex}.nav-link{color:var(--text-muted);letter-spacing:.04em;font-size:.85rem;font-weight:600;transition:color .2s}.nav-link:hover{color:var(--gold-bright)}.btn-nav{border-radius:999px;padding:0 22px;font-size:.8rem}.btn.btn-nav{height:var(--btn-height-header);min-height:var(--btn-height-header)}.scroll-stage{width:100%;height:300vh;position:relative}.stage-pin{background:#0a0806;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.hero-video{object-fit:cover;object-position:center top;z-index:0;width:100%;height:100%;position:absolute;inset:0}.video-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#000000b8 0%,#0000006b 42%,#0000002e 100%);position:absolute;inset:0}.text-block{opacity:0;pointer-events:none;z-index:2;flex-direction:column;justify-content:center;align-items:flex-start;max-width:860px;padding:clamp(80px,12vw,140px) clamp(28px,8vw,100px);transition:opacity 40ms linear;display:flex;position:absolute;inset:0}.text-block.active{pointer-events:auto}.hero-seo-h1{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-size:.72rem;font-weight:700;font-family:var(--font);margin-bottom:12px}.hero-display{letter-spacing:-.025em;color:var(--text-primary);text-shadow:0 4px 32px #0000006b;margin-bottom:18px;font-size:clamp(3rem,7vw,6rem);font-weight:800;line-height:1.05}.subhead{color:var(--text-body);max-width:540px;margin-bottom:32px;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.68}.trust-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:28px;display:flex}.trust-item{color:var(--text-muted);letter-spacing:.03em;align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:inline-flex}.trust-icon{width:16px;height:16px;color:var(--gold);flex-shrink:0}.trust-sep{color:var(--border);font-size:1rem}.cta-row{gap:var(--btn-gap);flex-wrap:wrap;align-items:center;display:flex}.hero-promo-pill{color:var(--gold-bright);letter-spacing:.01em;-webkit-backdrop-filter:blur(4px);background:#ddba681a;border:1px solid #f2d58a38;border-radius:999px;align-items:center;gap:8px;margin-top:18px;padding:7px 16px;font-size:.78rem;font-weight:600;display:inline-flex}.promo-pill-icon{width:13px;height:13px;color:var(--gold-bright);flex-shrink:0}.story-heading{letter-spacing:-.02em;color:var(--text-primary);text-shadow:0 4px 24px #00000061;margin-bottom:14px;font-size:clamp(2rem,4.5vw,3.6rem);font-weight:800;line-height:1.1}.story-text p:not(.story-heading){color:var(--text-body);max-width:480px;font-size:clamp(.95rem,1.4vw,1.1rem);line-height:1.68}.btn{font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;height:var(--btn-height-main);min-height:var(--btn-height-main);box-sizing:border-box;cursor:pointer;transition:background .24s ease, color .24s ease, border-color .24s ease, box-shadow .24s ease, transform .2s var(--ease);border:1.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 28px;font-size:.88rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--gold);color:#0a0804;border-color:var(--gold);box-shadow:0 4px 22px #ddba6847}.btn-primary:hover{background:var(--gold-bright);border-color:var(--gold-bright);box-shadow:0 6px 32px #f2d58a66}.btn-primary:after{content:"";background:linear-gradient(90deg,#0000,#ffffff47,#0000);width:60%;height:100%;transition:left .52s;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.btn-primary:hover:after{left:160%}.btn-secondary{color:var(--text-primary);background:0 0;border-color:#fff7e847}.btn-secondary:hover{background:#fff7e80f;border-color:#fff7e88a}.btn.large{padding:0 36px;font-size:.94rem}.scroll-cue{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);opacity:.7;flex-direction:column;align-items:center;gap:10px;font-size:.68rem;font-weight:600;transition:opacity .6s;display:flex;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.scroll-cue-line{background:linear-gradient(to bottom, var(--gold), transparent);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.15)}}.hero-location{color:#ffffff85;letter-spacing:.025em;align-items:center;gap:6px;margin-top:14px;font-size:.76rem;font-weight:500;display:flex}.hero-location-icon{color:var(--gold);flex-shrink:0;align-items:center;display:flex}.hero-location-icon svg{width:11px;height:11px}.promo-trust-bar{border-top:1px solid #f2d58a1f;border-bottom:1px solid #f2d58a1f;flex-wrap:wrap;gap:10px 28px;margin:28px 0;padding:22px 0;display:flex}.promo-trust-item{color:var(--text-muted);align-items:center;gap:8px;font-size:.81rem;font-weight:500;display:flex}.promo-trust-icon{color:var(--gold);flex-shrink:0;align-items:center;display:flex}.promo-trust-icon svg{width:14px;height:14px}.why-section{background:var(--bg-alt)}.card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:52px;display:grid}.card-grid.three-col{grid-template-columns:repeat(3,1fr)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);transition:border-color .28s ease, transform .28s var(--ease), box-shadow .28s ease;padding:36px 30px}.card:hover{border-color:var(--border-hover);transform:translateY(-6px);box-shadow:0 16px 48px #00000047,0 0 0 1px #f2d58a1a}.card-icon-wrap{width:52px;height:52px;color:var(--gold);margin-bottom:20px}.card-icon-wrap svg{width:100%;height:100%}.card h3{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:10px;font-size:1.04rem;font-weight:700}.card p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.age-groups-section{background:var(--bg-base)}.age-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:52px;display:grid}.age-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);transition:border-color .28s ease, transform .28s var(--ease), box-shadow .28s ease;overflow:hidden}.age-card:hover{border-color:var(--border-hover);transform:translateY(-6px);box-shadow:0 16px 48px #00000052,0 0 0 1px #f2d58a1f}.age-card-img-wrap{aspect-ratio:4/3;overflow:hidden}.age-card-img-wrap img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .48s var(--ease)}.age-card:hover .age-card-img-wrap img{transform:scale(1.04)}.age-card-body{padding:28px 26px 30px}.age-icon-wrap{width:44px;height:44px;color:var(--gold);margin-bottom:14px}.age-icon-wrap svg{width:100%;height:100%}.age-label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:7px;font-size:.68rem;font-weight:700}.age-card h3{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:10px;font-size:1.08rem;font-weight:700}.age-card p{color:var(--text-muted);font-size:.88rem;line-height:1.7}.little-drummers-section{background:var(--bg-warm)}.split-text{flex-direction:column;justify-content:center;display:flex}.feature-badges{flex-direction:column;gap:16px;display:flex}.feature-badge{background:var(--bg-card);border:1px solid var(--border);transition:border-color .26s ease, transform .26s var(--ease);border-radius:14px;align-items:center;gap:18px;padding:18px 20px;display:flex}.feature-badge:hover{border-color:var(--border-hover);transform:translate(4px)}.badge-icon{width:36px;height:36px;color:var(--gold);flex-shrink:0}.badge-icon svg{width:100%;height:100%}.badge-text{flex-direction:column;gap:2px;display:flex}.badge-text strong{color:var(--text-primary);font-size:.92rem;font-weight:700}.badge-text span{color:var(--text-muted);font-size:.8rem}.reassurance-section{background:var(--bg-alt)}.reassurance-content{flex-direction:column;justify-content:center;display:flex}.checklist-grid{grid-template-columns:1fr 1fr;gap:14px 24px;margin-top:32px;display:grid}.checklist-item{color:var(--text-body);align-items:flex-start;gap:12px;font-size:.88rem;line-height:1.55;display:flex}.check-icon{width:20px;height:20px;color:var(--gold);flex-shrink:0;margin-top:1px}.check-icon svg{width:100%;height:100%}.promo-section{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.promo-card{background:linear-gradient(145deg,#ffffff0b,#ddba6808);border:1px solid #f2d58a3d;border-radius:24px;padding:clamp(40px,5vw,64px) clamp(32px,5vw,68px);position:relative;overflow:hidden;box-shadow:0 0 100px #ddba680f,0 28px 72px #0000005c}.promo-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#ddba6812 0%,#0000 65%);width:500px;height:500px;position:absolute;top:-120px;right:-120px}.promo-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#b88a320d 0%,#0000 65%);width:360px;height:360px;position:absolute;bottom:-80px;left:-60px}.promo-header{margin-bottom:40px}.promo-desc{color:var(--text-body);max-width:680px;font-size:1.06rem;line-height:1.72}.promo-highlights{z-index:1;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:36px;display:grid;position:relative}.promo-highlight{border:1px solid var(--border);transition:transform .28s var(--ease), border-color .28s ease, box-shadow .28s ease;background:linear-gradient(145deg,#ffffff0f,#ddba680a);border-radius:16px;align-items:center;gap:18px;padding:22px 24px;display:flex}.promo-highlight:hover{border-color:#f2d58a52;transform:translateY(-5px);box-shadow:0 12px 36px #0000003d}.promo-icon{width:44px;height:44px;color:var(--gold);flex-shrink:0}.promo-icon svg{width:100%;height:100%}.promo-highlight-text{flex-direction:column;gap:4px;display:flex}.promo-highlight-text strong{color:var(--text-primary);letter-spacing:-.01em;font-size:1rem;font-weight:700}.promo-highlight-text span{color:var(--text-muted);font-size:.8rem}.promo-support{color:var(--text-muted);z-index:1;max-width:660px;margin-bottom:14px;font-size:.96rem;line-height:1.7;position:relative}.promo-reassurance{color:var(--gold);z-index:1;margin-bottom:32px;font-size:.88rem;font-weight:600;position:relative}.promo-cta{gap:var(--btn-gap);z-index:1;flex-wrap:wrap;align-items:center;margin-bottom:28px;display:flex;position:relative}.promo-location{color:var(--text-muted);z-index:1;margin-bottom:28px;font-size:.82rem;position:relative}.promo-fine-print{color:var(--text-muted);opacity:.48;z-index:1;max-width:580px;font-size:.72rem;line-height:1.6;position:relative}.faq-section{background:var(--bg-alt)}.faq-list{flex-direction:column;gap:10px;max-width:820px;margin:52px auto 0;display:flex}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;transition:border-color .26s;overflow:hidden}.faq-item[open]{border-color:#f2d58a4d}.faq-question{cursor:pointer;color:var(--text-primary);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;font-size:.97rem;font-weight:700;list-style:none;transition:color .22s,background .22s;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-question::marker{display:none}.faq-question:hover,.faq-item[open] .faq-question{color:var(--gold-bright)}.faq-icon{width:22px;height:22px;color:var(--gold);transition:transform .3s var(--ease), color .22s ease;flex-shrink:0}.faq-icon svg{width:100%;height:100%}.faq-item[open] .faq-icon{color:var(--gold-bright);transform:rotate(45deg)}.faq-answer{color:var(--text-muted);padding:0 24px 22px;font-size:.92rem;line-height:1.72}.faq-answer p+p{margin-top:10px}.cta-section{background:var(--bg-base)}.cta-content{flex-direction:column;justify-content:center;display:flex}.cta-text{color:var(--text-body);max-width:480px;margin-bottom:28px;font-size:1.06rem;line-height:1.68}.cta-actions{gap:var(--btn-gap);flex-wrap:wrap;align-items:center;margin-bottom:20px;display:flex}.cta-note{color:var(--text-muted);margin-bottom:28px;font-size:.82rem}.cta-location{color:var(--text-muted);margin-bottom:20px;font-size:.82rem}.cta-trust{margin-top:4px}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}.btn:focus-visible{outline:2px solid var(--gold-bright);outline-offset:4px}.faq-question:focus-visible{outline:2px solid var(--gold);outline-offset:-2px;border-radius:14px}.nav-link:focus-visible{outline:2px solid var(--gold);outline-offset:4px;border-radius:4px}.footer{background:var(--bg-warm);border-top:1px solid var(--border);padding:28px 0}.footer p{color:var(--text-muted);opacity:.55;text-align:center;letter-spacing:.04em;font-size:.76rem}@media (width<=1024px){.card-grid.three-col,.age-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.split-layout,.reassurance-layout,.cta-layout{grid-template-columns:1fr}.split-image,.reassurance-image,.cta-image{order:-1;min-height:340px}.reassurance-image{order:1}.checklist-grid{grid-template-columns:1fr}}@media (width<=860px){.card-grid.three-col,.age-grid{grid-template-columns:1fr}}@media (width<=640px){.text-block{align-items:flex-start;padding:80px 24px 32px}.hero-display{font-size:clamp(2.4rem,9vw,3.4rem)}.cta-row{flex-direction:column;align-items:flex-start}.trust-row{gap:8px}.trust-sep{display:none}.trust-item{font-size:.74rem}.hero-promo-pill{padding:6px 12px;font-size:.72rem}.promo-highlights{grid-template-columns:1fr}.promo-card{padding:32px 24px}.faq-question{padding:17px 18px;font-size:.9rem}.faq-answer{padding:0 18px 18px}.header-nav .nav-link{display:none}.header-logo{height:42px;min-height:42px;padding:0 14px}.btn.btn-nav{height:42px;min-height:42px;padding:0 18px}.btn,.btn.large{height:var(--btn-height-mobile);min-height:var(--btn-height-mobile)}.cta-row{flex-direction:column;align-items:stretch;gap:12px}.cta-row .btn{width:100%}.cta-actions{flex-direction:column;align-items:stretch;gap:12px}.cta-actions .btn{width:100%}.promo-cta{flex-direction:column;align-items:stretch;gap:12px}.promo-cta .btn{justify-content:center;width:100%}}@media (width<=480px){.section-title{font-size:1.7rem}.promo-highlight{gap:14px;padding:16px 18px}.promo-highlight-text strong{font-size:.92rem}}.video-failed .hero-video{display:none}.video-failed .scroll-stage{height:100vh}.video-failed .stage-pin{background-image:url(/images/teacher-guiding-child-drumset.jpg);background-position:top;background-size:cover}.video-failed .text-block[data-beat=hero]{opacity:1!important}.video-failed .text-block:not([data-beat=hero]),.video-failed .scroll-cue,.mobile-sticky-cta{display:none}@media (width<=768px){.mobile-sticky-cta{z-index:300;padding:10px 20px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(14px);background:#070604f0;border-top:1px solid #f2d58a2e;flex-direction:column;align-items:center;gap:3px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0000005c}.mobile-sticky-btn{background:var(--gold);color:#0a0804;width:100%;max-width:360px;font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:12px 24px;font-size:.84rem;font-weight:700;text-decoration:none;transition:background .22s;display:inline-flex}.mobile-sticky-btn:hover,.mobile-sticky-btn:active{background:var(--gold-bright)}.mobile-sticky-note{color:var(--text-muted);letter-spacing:.04em;font-size:.7rem}.footer{padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))}}.quick-reassurance{background:var(--bg-base);border-bottom:1px solid var(--border);padding:clamp(36px,4.5vw,56px) 0}.qr-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.qr-item{align-items:flex-start;gap:14px;display:flex}.qr-icon{width:42px;height:42px;color:var(--gold);background:#ddba6814;border:1px solid #ddba682e;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.qr-icon svg{width:18px;height:18px}.qr-text{flex-direction:column;gap:4px;display:flex}.qr-text strong{color:var(--text-primary);font-size:.87rem;font-weight:700;line-height:1.3}.qr-text span{color:var(--text-muted);font-size:.77rem;line-height:1.5}@media (width<=860px){.qr-grid{grid-template-columns:1fr 1fr;gap:20px}}@media (width<=480px){.qr-grid{grid-template-columns:1fr}}.reviews-section{background:var(--bg-base)}.reviews-trust-block{flex-direction:column;align-items:center;gap:10px;margin:20px 0 52px;display:flex}.reviews-trust-tagline{color:var(--text-muted);letter-spacing:.02em;font-size:.85rem;font-weight:500}.google-reviews-badge{pointer-events:none;-webkit-user-select:none;user-select:none;background:linear-gradient(145deg,#ffffff0d,#ddba680a);border:1px solid #f2d58a47;border-radius:999px;align-items:center;gap:8px;padding:8px 20px;display:inline-flex}.grb-stars{color:var(--gold);letter-spacing:2px;font-size:.84rem}.grb-divider{color:#f2d58a4d;font-size:.8rem}.grb-label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:700}.review-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.review-card{transition:transform .3s var(--ease), box-shadow .3s ease, border-color .3s ease;background:linear-gradient(160deg,#ffffff0e,#ddba6808);border:1px solid #f2d58a33;border-top:2px solid #f2d58a80;border-radius:22px;flex-direction:column;gap:0;padding:32px 28px 30px;display:flex;box-shadow:0 8px 32px #0000002e}.review-card:hover{border-top-color:#f2d58ab3;transform:translateY(-6px);box-shadow:0 24px 64px #00000047,0 0 0 1px #f2d58a24}.review-stars{color:var(--gold);letter-spacing:3px;margin-bottom:14px;font-size:.9rem}.review-quote-mark{color:var(--gold);opacity:.4;margin-bottom:14px;font-family:Georgia,Times New Roman,serif;font-size:3.2rem;line-height:.8;display:block}.review-card-title{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:12px;font-size:1rem;font-weight:700;line-height:1.28}.review-text{color:var(--text-muted);flex:1;font-size:.92rem;font-style:italic;line-height:1.78}.trust-pillars{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:48px;display:flex}.reviews-footer{justify-content:center;margin-top:40px;display:flex}@media (width<=900px){.review-grid{grid-template-columns:1fr 1fr;gap:18px}}@media (width<=600px){.review-grid{grid-template-columns:1fr;gap:16px}.review-card{padding:26px 22px 24px}}.location-section{background:var(--bg-warm)}.location-layout{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(36px,5vw,72px);display:grid}.location-info{flex-direction:column;display:flex}.location-address{color:var(--text-muted);margin:24px 0 32px;padding-left:0;font-size:.92rem;font-style:normal;line-height:1.8}.location-address strong{color:var(--text-primary);font-size:.95rem}.location-wa-number{color:var(--gold);margin-top:6px;font-size:.88rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.location-wa-number:hover{color:var(--gold-bright)}.location-actions{gap:var(--btn-gap);flex-wrap:wrap;display:flex}.map-card{background:#ffffff0a;border:1px solid #e2ba5c40;border-radius:24px;height:360px;min-height:360px;overflow:hidden;box-shadow:0 20px 60px #00000052}.map-card iframe{width:100%;height:100%;display:block;border:0!important}.map-note{color:var(--text-muted);margin-top:12px;font-size:.78rem}.map-note a{color:var(--gold);text-underline-offset:2px;text-decoration:underline}.btn-icon{flex-shrink:0;align-items:center;margin-right:6px;display:inline-flex}.btn-icon svg{width:15px;height:15px}.btn-whatsapp .btn-icon svg{color:#25d366}.nav-whatsapp{align-items:center;gap:6px;display:flex}.nav-wa-icon{align-items:center;display:flex}.nav-wa-icon svg{color:#25d366;width:15px;height:15px}@media (width<=768px){.mobile-sticky-bottom{justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:360px;display:flex}.mobile-sticky-wa{color:#25d366;letter-spacing:.04em;white-space:nowrap;align-items:center;gap:5px;font-size:.72rem;font-weight:600;text-decoration:none;display:inline-flex}.mobile-wa-icon{align-items:center;display:flex}.mobile-wa-icon svg{width:14px;height:14px}}@media (width<=680px){.trust-pillar{padding:14px 20px;font-size:.82rem}}@media (width<=860px){.location-layout{grid-template-columns:1fr}}@media (width<=768px){.map-card{height:280px;min-height:280px}}@media (width<=480px){.location-actions{flex-direction:column}.location-actions .btn{text-align:center;justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.animate-fade-up{opacity:1!important;transition:none!important;transform:none!important}.scroll-stage{height:100vh!important}.text-block[data-beat=hero]{pointer-events:auto;opacity:1!important}.text-block:not([data-beat=hero]),.scroll-cue{display:none!important}.scroll-cue-line{animation:none}.btn:after{display:none}}.form-section{background:var(--bg-alt)}.form-layout{grid-template-columns:1fr 1.65fr;align-items:start;gap:clamp(40px,5vw,80px);display:grid}.form-sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:100px}.form-sidebar-text{color:var(--text-body);font-size:1rem;line-height:1.7}.form-offer-box{background:linear-gradient(145deg,#ddba681a,#ddba680a);border:1px solid #f2d58a47;border-radius:14px;padding:18px 22px}.form-offer-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:7px;font-size:.65rem;font-weight:700}.form-offer-detail{color:var(--text-primary);font-size:.9rem;font-weight:600;line-height:1.65}.form-or-text{color:var(--text-muted);margin-bottom:-6px;font-size:.82rem}.form-location-note{color:var(--text-muted);align-items:flex-start;gap:7px;font-size:.78rem;line-height:1.6;display:flex}.form-location-icon{color:var(--gold);flex-shrink:0;align-items:center;margin-top:2px;display:flex}.form-location-icon svg{width:12px;height:12px}.enquiry-form{background:linear-gradient(145deg,#ffffff0a,#ddba6807);border:1px solid #f2d58a2e;border-radius:22px;padding:clamp(28px,4vw,52px) clamp(24px,4vw,48px)}.form-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.form-field{flex-direction:column;gap:7px;display:flex}.form-field-full{margin-bottom:16px}.form-field label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.required-star{color:var(--gold)}.optional-label{color:var(--text-muted);text-transform:none;letter-spacing:0;opacity:.7;font-weight:400}.form-field input,.form-field textarea{width:100%;font-family:var(--font);color:var(--text-primary);resize:vertical;background:#ffffff0a;border:1px solid #f2d58a29;border-radius:10px;outline:none;padding:12px 16px;font-size:.92rem;line-height:1.5;transition:border-color .22s,background .22s,box-shadow .22s}.form-field input::placeholder,.form-field textarea::placeholder{color:#b7aa9161}.form-field input:focus,.form-field textarea:focus{background:#ffffff0e;border-color:#f2d58a7a;box-shadow:0 0 0 3px #ddba681a}.form-errors{background:#dc353512;border:1px solid #dc353538;border-radius:10px;margin-bottom:16px;padding:14px 18px}.form-error-item{color:#f88;font-size:.82rem;line-height:1.55}.form-error-item+.form-error-item{margin-top:4px}.form-status{border-radius:12px;margin-bottom:20px;padding:16px 20px;font-size:.9rem;font-weight:500;line-height:1.58}.form-status--success{color:#7fffa8;background:#25d36614;border:1px solid #25d36647}.form-status--warning{color:var(--gold-bright);background:#ddba6814;border:1px solid #ddba6847}.form-status--error{color:#f88;background:#dc353514;border:1px solid #dc353538}.form-submit-btn{width:100%;margin-bottom:16px}.form-submit-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.form-fine-print{color:var(--text-muted);opacity:.55;text-align:center;font-size:.72rem;line-height:1.55}@media (width<=900px){.form-layout{grid-template-columns:1fr}.form-sidebar{position:static}}@media (width<=600px){.form-row{grid-template-columns:1fr}.enquiry-form{padding:24px 20px}}@media (width<=640px){.form-submit-btn{font-size:.88rem}}.timing-chips{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.timing-chip{color:var(--text-muted);font-family:var(--font);cursor:pointer;background:#ffffff08;border:1px solid #f2d58a38;border-radius:20px;padding:7px 14px;font-size:.82rem;font-weight:600;transition:border-color .18s,background .18s,color .18s}.timing-chip:hover{color:var(--text-primary);background:#ddba6812;border-color:#f2d58a73}.timing-chip--selected{border-color:var(--gold);color:var(--gold-bright);background:#ddba6824}.timing-notes-input{width:100%;font-family:var(--font);color:var(--text-primary);background:#ffffff0a;border:1px solid #f2d58a29;border-radius:10px;outline:none;margin-top:4px;padding:10px 16px;font-size:.88rem;transition:border-color .22s,background .22s,box-shadow .22s}.timing-notes-input::placeholder{color:#b7aa9161}.timing-notes-input:focus{background:#ffffff0e;border-color:#f2d58a7a;box-shadow:0 0 0 3px #ddba681a}.form-select{width:100%;font-family:var(--font);color:var(--text-primary);cursor:pointer;appearance:none;background:#ffffff0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23b7aa91' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 12px center no-repeat;border:1px solid #f2d58a29;border-radius:10px;outline:none;padding:12px 36px 12px 16px;font-size:.92rem;transition:border-color .22s,background-color .22s,box-shadow .22s}.form-select option{color:var(--text-primary);background:#1a1710}.form-select:focus{border-color:#f2d58a7a;box-shadow:0 0 0 3px #ddba681a}.field-helper{color:var(--text-muted);opacity:.7;margin-top:4px;font-size:.72rem;line-height:1.45}.field-error{color:#ff9090;margin-top:3px;font-size:.75rem;font-weight:600;line-height:1.45}.char-counter{color:var(--text-muted);opacity:.55;text-align:right;margin-top:5px;font-size:.7rem}.form-reassurance{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:14px;font-size:.8rem;display:flex}.form-wa-alt{color:#25d366;text-underline-offset:2px;white-space:nowrap;align-items:center;gap:5px;font-size:.8rem;font-weight:600;text-decoration:underline;display:inline-flex}.form-wa-alt:hover{color:#5beb8a}.form-wa-alt .btn-icon{align-items:center;display:flex}.form-wa-alt .btn-icon svg{color:#25d366;width:13px;height:13px}
