:root{--color-black: #000000;--color-white: #FFFFFF;--color-orange: #FF6B35;--color-orange-dark: #E55A28;--color-grey-light: #F5F5F5;--color-grey-medium: #999999;--color-grey-dark: #333333;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--container-width: 1200px;--section-padding: 72px 20px;--section-padding-mobile: 54px 20px;--transition-smooth: all .3s ease}.container{max-width:var(--container-width);width:100%;margin:0 auto;padding:0 1.5rem;box-sizing:border-box}.services .testimonial-controls{margin-top:40px}.services .testimonial-dots{margin-top:28px}html,body{height:100%}body{background:#000;color:var(--color-white)}section[id]{scroll-margin-top:clamp(80px,12vh,140px)}.header{position:fixed;top:0;left:0;width:100%;background-color:var(--color-black);box-shadow:0 2px 10px #00000080;z-index:1000;transition:var(--transition-smooth)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:16px clamp(16px,4vw,40px)}.logo a{font-size:1.5rem;font-weight:700;color:var(--color-white);letter-spacing:1px}.logo img{height:60px;width:auto;max-width:200px;object-fit:contain}.nav-link{color:var(--color-white);font-weight:500;transition:var(--transition-smooth);position:relative;text-decoration:none}.nav-link:hover{color:var(--color-orange)}.btn-header{padding:10px 24px;font-size:.95rem}.nav{flex:1 1 auto;display:flex;justify-content:center;position:relative;z-index:1001}.nav-list{display:flex;gap:clamp(14px,5vw,40px);align-items:center;list-style:none;margin:0;padding:0}.header-content>a.btn-header{margin-left:20px}.header-content>button.hamburger{margin-left:8px}.header-content{padding:12px clamp(16px,4vw,40px)}.btn-cta{display:inline-flex;align-items:center;gap:10px;padding:6px 0;border:none;border-radius:0;background:transparent;color:var(--color-white);text-decoration:none;font-weight:600;transition:color var(--transition-smooth)}.btn-cta:hover,.btn-cta:focus-visible{color:var(--color-orange)}.cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.btn-icon-img{width:18px;height:18px;object-fit:contain;display:inline-block}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:999px;background:#ffffff0a;color:var(--color-white);border:1px solid rgba(255,255,255,.12);text-decoration:none;cursor:pointer;transition:var(--transition-smooth);box-shadow:0 8px 24px #00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn:hover,.btn:focus{background:#ffffff12;color:var(--color-white);border-color:#ffffff38;transform:translateY(-2px);box-shadow:0 12px 30px #0000008c}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 8px 24px #00000059}.btn-primary{background:var(--color-orange);border-color:var(--color-orange);color:var(--color-white)}.btn-primary:hover{background:var(--color-orange-dark);border-color:var(--color-orange-dark)}.btn-header{background:transparent;border:1px solid rgba(255,255,255,.95);color:var(--color-white);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:8px 18px}.hero-book-btn{padding:18px 42px;font-size:1.25rem;font-weight:600;letter-spacing:.5px;width:100%;max-width:380px;justify-content:center}.hamburger{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;gap:5px;padding:8px}.hamburger span{width:25px;height:3px;background-color:var(--color-white);transition:var(--transition-smooth)}.nav-overlay{position:fixed;inset:0;background:#000000a6;opacity:0;visibility:hidden;transition:var(--transition-smooth);pointer-events:none;z-index:900}.nav-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.hero{position:relative;height:100svh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--color-white);overflow:hidden;background:#000;padding:clamp(24px,5vw,90px) clamp(24px,5vw,90px) clamp(12px,3vw,54px)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(180deg,#000000d9,#0006),url(/images/page-images/hero.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;pointer-events:none;transform:scale(1.05)}.site-top-logo{position:relative;z-index:1001;display:flex;justify-content:center;align-items:center;padding:clamp(12px,3vw,48px);margin-top:64px;pointer-events:none;overflow:hidden;border-radius:clamp(18px,3vw,54px);box-shadow:0 25px 50px #0000008c;aspect-ratio:16 / 9;background:#000}.site-top-logo img{width:100%;height:100%;object-fit:contain;display:block;padding:clamp(8px,2vw,28px);box-sizing:border-box}.hero-content{position:relative;z-index:2;width:100%;max-width:900px;padding:clamp(16px,4vw,48px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:clamp(12px,2vw,32px);min-height:min(80vh,560px)}@media(min-width:1024px){.hero-content{max-width:960px;padding:clamp(24px,6vw,60px)}.hero-title,.hero-subtitle,.hero-text{text-align:center}}.site-top-logo+.hero .hero-content{padding-top:clamp(16px,5vh,40px)}.hero-title{font-size:4.5rem;font-weight:900;letter-spacing:3px;margin-bottom:8px;text-transform:uppercase}.hero-subtitle{font-size:1.5rem;font-weight:600;letter-spacing:4px;color:var(--color-orange);margin-bottom:24px}.hero-text{font-size:1.25rem;margin-bottom:40px;color:var(--color-grey-light)}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);text-align:center}.scroll-indicator p{font-size:.875rem;margin-bottom:8px;opacity:.8}.scroll-arrow{display:block;font-size:1.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media(max-width:480px){.section-heading,.section-heading.text-center,.section-subtitle,.section-subtitle.text-center,.cta-text.text-center,.about .section-heading,.video-gallery .section-heading,.booking-section .section-heading,.contact-cta .section-heading{text-align:center!important;margin-left:auto;margin-right:auto}.section-subtitle{max-width:92vw;margin-left:auto;margin-right:auto}.cta-buttons{align-items:center}}.scroll-progress{position:fixed;top:50%;right:16px;transform:translateY(-50%);z-index:1000;pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:12px}.scroll-progress__label{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:#fff9;writing-mode:vertical-rl;transform:rotate(180deg)}.scroll-progress__track{width:6px;height:60vh;background:#ffffff26;border-radius:999px;overflow:hidden}.scroll-progress__bar{width:100%;background:linear-gradient(180deg,var(--color-orange) 0%,#ffb347 100%);height:0%;transition:height .1s linear}.back-to-top{position:fixed;bottom:32px;right:24px;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:#000000bf;color:var(--color-white);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(20px);transition:var(--transition-smooth);pointer-events:none;z-index:1000;box-shadow:0 12px 30px #0000008c}.back-to-top span{font-size:1.25rem;line-height:1}.back-to-top--visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:focus-visible{outline:2px solid var(--color-orange);outline-offset:4px}@media(max-width:768px){.scroll-progress{right:10px}.scroll-progress__track{height:40vh}.back-to-top{bottom:20px;right:16px;width:44px;height:44px}}.club-bar{background-color:var(--color-black);padding:24px 0 20px}.club-tagline{text-transform:uppercase;font-weight:700;letter-spacing:2px;color:var(--color-grey-light);text-align:center;margin-bottom:18px;font-size:1.1rem}.club-cta{justify-content:center;margin-bottom:18px}.hero-buttons.club-cta{width:100%;max-width:420px;margin:0 auto}.hero-buttons.club-cta .hero-book-btn{width:auto;max-width:none;min-width:230px;margin:0 auto}.club-bar+.about{padding-top:48px}.club-marquee{position:relative;overflow:hidden;margin:0 auto;max-width:900px;padding:8px 0}.club-marquee:before,.club-marquee:after{content:"";position:absolute;top:0;bottom:0;width:80px;pointer-events:none;z-index:1}.club-marquee:before{left:0;background:linear-gradient(90deg,var(--color-black),transparent)}.club-marquee:after{right:0;background:linear-gradient(270deg,var(--color-black),transparent)}.club-marquee-track{display:inline-flex;align-items:center;gap:30px;animation:clubMarquee 35s linear infinite alternate;width:max-content;min-width:100%}.club-marquee:hover .club-marquee-track,.club-marquee:focus-within .club-marquee-track{animation-play-state:paused}.club-logo{font-size:1rem;font-weight:600;color:var(--color-grey-medium);opacity:.6;text-transform:uppercase;letter-spacing:1px;flex:0 0 auto}@keyframes clubMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.club-marquee-track{animation:none}}.about{padding:var(--section-padding);background-color:var(--color-black)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text h2{margin-bottom:24px;color:var(--color-orange)}.about-text p{font-size:1.125rem;line-height:1.8;margin-bottom:20px;color:var(--color-grey-light)}.about-image{width:100%;max-width:400px;height:500px;overflow:hidden;margin:0 auto}.about-image video,.about-image img{border-radius:12px;box-shadow:0 10px 40px #0000001a;width:100%;height:100%;object-fit:cover}.coaches{padding:var(--section-padding);background-color:var(--color-black)}.coaches .section-heading{color:var(--color-orange)}.coaches .section-subtitle{color:var(--color-grey-medium)}.coaches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;align-items:stretch}.coach-card{background-color:var(--color-white);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:var(--transition-smooth)}.coach-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #00000026}.coach-image{width:100%;height:280px;overflow:hidden}.coach-image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:var(--transition-smooth)}.coach-card:hover .coach-image img{transform:scale(1.05)}.coach-info{padding:24px}.coach-name{font-size:1.5rem;font-weight:700;margin-bottom:8px;color:var(--color-black)}.coach-role{font-size:1rem;font-weight:600;color:var(--color-orange);margin-bottom:12px}.coach-bio{font-size:.95rem;color:var(--color-grey-medium);line-height:1.6}.why-choose{padding:var(--section-padding);background-color:var(--color-black);color:var(--color-white)}.why-choose .section-heading{color:var(--color-orange)}.why-choose .section-subtitle{color:var(--color-grey-medium)}.what-we-do{text-align:center}.what-we-do .what-we-do-item{text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.what-we-do .what-we-do-item .service-title,.what-we-do .what-we-do-item .service-text{text-align:center}.what-we-do .service-title{color:var(--color-white)!important;margin-bottom:6px}.what-we-do-grid{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(max-width:640px){.what-we-do-grid{gap:.85rem}.what-we-do .service-title{margin-bottom:2px}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px}.feature-box{text-align:center;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:18px;background:linear-gradient(180deg,#ffffff03,#fff0)}.feature-image{width:100%;height:200px;margin-bottom:20px;overflow:hidden;border-radius:8px}.feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,box-shadow .35s ease,filter .35s ease}.feature-box:hover .feature-image img{transform:scale(1.05);box-shadow:0 18px 40px #ff6b351f,0 0 40px #ff6b352e;filter:drop-shadow(0 6px 20px rgba(255,107,53,.18))}.feature-image:focus-within img,.feature-image:focus img{transform:scale(1.02);box-shadow:0 12px 30px #ff6b351a,0 0 30px #ff6b3524;outline:3px solid rgba(255,107,53,.08);outline-offset:6px}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:var(--color-orange)}.feature-box,.feature-box .feature-image,.feature-box img,.feature-box video,.feature-box .feature-media{transition:transform .35s ease,box-shadow .35s ease,filter .35s ease;will-change:transform,box-shadow,filter}.feature-box:hover,.feature-box:active{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 35px #ff6b354d;border-color:var(--color-orange)}.feature-box:hover .feature-image img,.feature-box:hover img,.feature-box:hover video{transform:scale(1.05);box-shadow:0 18px 40px #ff6b351f,0 0 40px #ff6b352e;filter:drop-shadow(0 6px 20px rgba(255,107,53,.18))}.feature-box:focus-within,.feature-box:focus{box-shadow:0 12px 30px #ff6b351a,0 0 30px #ff6b3524;outline:3px solid rgba(255,107,53,.08);outline-offset:6px}.section-heading{color:var(--color-orange);text-align:center;margin-left:auto;margin-right:auto;max-width:900px;width:100%}.section-subtitle{text-align:center;margin-left:auto;margin-right:auto;max-width:900px;width:100%}.feature-text{font-size:.95rem;color:var(--color-grey-medium);line-height:1.6}.services{padding:var(--section-padding);background:#000;background-attachment:fixed}.services .section-heading{color:var(--color-orange)}.services .section-subtitle{color:var(--color-white)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;align-items:stretch;grid-auto-rows:1fr}.services-carousel{display:flex;flex-direction:column;gap:18px;width:100%}.services-track{display:flex;gap:20px;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.services-track::-webkit-scrollbar{height:8px}.services-track::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:8px}.service-item{scroll-snap-align:start;flex:0 0 340px;max-width:340px}@media(min-width:1200px){.service-item{flex:0 0 360px;max-width:360px}}@media(max-width:768px){.service-item{flex:0 0 92%;max-width:92%}.services-track{gap:16px}}.carousel-3d{display:flex;flex-direction:column;gap:18px;align-items:center}.service-stage{position:relative;width:100%;max-width:1100px;height:460px;perspective:1400px;display:flex;align-items:center;justify-content:center}.service-item{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:transform .7s cubic-bezier(.2,.9,.2,1),opacity .45s ease,filter .45s ease;width:360px;max-width:360px;box-sizing:border-box}.service-item .service-card{width:100%;height:420px}.service-item.hidden{opacity:0;pointer-events:none;transform:translate(-50%,-40%) scale(.65)}.service-item.active{z-index:40;transform:translate(-50%,-50%) translateZ(0) scale(1) rotateY(0);opacity:1}.service-item.prev,.service-item.next{z-index:20;opacity:.9;transform-origin:center center}.service-item.prev{transform:translate(-50%,-50%) translate(-28%) translateZ(-120px) scale(.86) rotateY(12deg);filter:blur(.6px) brightness(.92) saturate(.95)}.service-item.next{transform:translate(-50%,-50%) translate(28%) translateZ(-120px) scale(.86) rotateY(-12deg);filter:blur(.6px) brightness(.92) saturate(.95)}.service-item.prev-behind,.service-item.next-behind{z-index:10;opacity:.55;transform-origin:center center}.service-item.prev-behind{transform:translate(-50%,-50%) translate(-48%) translateZ(-240px) scale(.72) rotateY(16deg);filter:blur(1.8px) brightness(.86)}.service-item.next-behind{transform:translate(-50%,-50%) translate(48%) translateZ(-240px) scale(.72) rotateY(-16deg);filter:blur(1.8px) brightness(.86)}.service-item.active .service-card:hover,.service-item.active .service-card:focus-within{transform:translateY(-2px);box-shadow:0 20px 50px #ff6b3547;border-color:var(--color-orange)}@media(max-width:992px){.service-stage{height:520px}.service-item{width:320px;max-width:320px}.service-item .service-card{height:480px}}@media(max-width:768px){.service-stage{height:auto;perspective:none}.service-item{position:static;transform:none;width:92%;max-width:92%;margin:0 auto}.service-item.hidden,.service-item.prev-behind,.service-item.next-behind{display:none}.service-item.prev,.service-item.next{position:static;transform:none;opacity:.95}.service-item .service-card{height:auto}}.service-card{background:#080808f5;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:36px 40px;transition:var(--transition-smooth);display:flex;flex-direction:column;justify-content:flex-start;width:100%;max-width:640px;min-height:420px;height:100%;box-sizing:border-box}.service-card{background-clip:padding-box;box-shadow:0 8px 30px #00000073}.service-card,.service-card .service-title,.service-card .service-text,.service-card img,.service-card video,.service-card .service-media{transition:transform .35s ease,box-shadow .35s ease,filter .35s ease;will-change:transform,box-shadow,filter}.service-card:hover .service-media,.service-card:hover img,.service-card:hover video{transform:scale(1.02);box-shadow:0 18px 40px #ff6b351f,0 0 40px #ff6b352e;filter:drop-shadow(0 6px 20px rgba(255,107,53,.18))}.service-card:hover,.service-card:active{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 35px #ff6b354d;border-color:var(--color-orange)}.service-card{border:1px solid rgba(255,255,255,.06)!important}.service-card:focus-within,.service-card:focus{box-shadow:0 12px 30px #ff6b351a,0 0 30px #ff6b3524;outline:3px solid rgba(255,107,53,.08);outline-offset:6px;border-color:var(--color-orange)}.service-card:focus-within,.service-card:focus{box-shadow:0 12px 30px #ff6b351a,0 0 30px #ff6b3524;outline:3px solid rgba(255,107,53,.08);outline-offset:6px}.service-card,.service-card.session-coached,.service-card.session-group,.service-card.session-team,.service-card.session-scout{background:#0b0b0b!important}.service-title{font-size:1.6rem;font-weight:800;margin-bottom:18px;color:var(--color-orange);letter-spacing:1px}.service-title{font-size:clamp(1.25rem,2.4vw,1.6rem);line-height:1.18;word-break:break-word}.services-carousel{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;width:100%}.services .testimonial-controls{position:static;margin-top:24px;display:flex;justify-content:center;gap:20px;pointer-events:auto}.services .testimonial-controls .btn-header{min-width:56px;font-size:1.2rem;padding:8px 16px}.services .testimonial-dots{margin-top:12px}.services-slide{display:flex;justify-content:center;width:100%}.service-text{font-size:1rem;color:var(--color-grey-light);line-height:1.7;font-weight:700;flex-grow:1}.service-text{font-size:clamp(.9rem,1.6vw,1rem);line-height:1.55;word-break:break-word}.service-schedule{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15)}.schedule-heading{font-size:1rem;font-weight:700;color:var(--color-orange);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.schedule-item{display:flex;flex-direction:column;margin-bottom:12px;padding:8px 0}.schedule-day{font-size:1rem;font-weight:600}.session-coached,.session-group,.session-team,.session-scout{background:none!important}.video-gallery .section-heading{color:var(--color-orange)}.video-gallery .section-subtitle{color:var(--color-grey-medium)}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;justify-content:center;justify-items:center}.video-item{background-color:#ffffff0d;border-radius:12px;overflow:hidden;transition:var(--transition-smooth);border:1px solid rgba(255,255,255,.1)}.videos-grid{grid-auto-rows:1fr;align-items:stretch}.video-item{display:flex;flex-direction:column;height:100%;width:100%}.video-item:hover{transform:translateY(-4px);box-shadow:0 12px 35px #ff6b354d;border-color:var(--color-orange)}.video-wrapper{width:100%;aspect-ratio:16 / 9;overflow:hidden;background-color:var(--color-black);display:block}.video-wrapper iframe,.video-wrapper video{width:100%;height:100%;border:none;display:block;object-fit:cover}.video-wrapper,.video-item img,.video-item video,.video-wrapper iframe{transition:transform .35s ease,box-shadow .35s ease,filter .35s ease}.video-item:hover .video-wrapper,.video-wrapper:hover{transform:scale(1.02);box-shadow:0 18px 40px #ff6b351f,0 0 40px #ff6b352e;filter:drop-shadow(0 6px 20px rgba(255,107,53,.18))}.video-wrapper:focus-within,.video-wrapper:focus{box-shadow:0 12px 30px #ff6b351a,0 0 30px #ff6b3524;outline:3px solid rgba(255,107,53,.08);outline-offset:6px}.video-wrapper video{object-fit:cover}.video-title{font-size:1.25rem;font-weight:700;color:var(--color-white);padding:20px 20px 8px;margin:0}.video-description{font-size:.95rem;color:var(--color-grey-medium);padding:0 20px 20px;margin:0;line-height:1.6}.what-we-do+.video-gallery{margin-top:144px}@media(max-width:768px){.what-we-do+.video-gallery{margin-top:108px}}.testimonials{padding:var(--section-padding);background-color:var(--color-black);color:var(--color-white)}.testimonials-header{text-align:center;max-width:800px;margin:0 auto 48px}.testimonials-subtitle{color:var(--color-grey-medium);margin-top:16px}.testimonial-carousel{max-width:1000px;margin:0 auto;position:relative;transition:opacity .16s ease}.testimonial-carousel.is-fading{opacity:.3}.testimonial-slide{display:grid;grid-template-columns:300px 1fr;gap:60px;align-items:center}.testimonial-media{display:flex;justify-content:center}.testimonial-avatar{width:220px;height:220px;border-radius:50%;background:linear-gradient(145deg,#ffffff14,#ffffff05);box-shadow:0 10px 40px #0000008c;border:2px solid rgba(255,255,255,.15);object-fit:cover;display:flex;align-items:center;justify-content:center;font-size:3.5rem;font-weight:700;letter-spacing:1px;color:var(--color-white)}.testimonial-avatar.placeholder span{opacity:.85}.testimonial-content{position:relative}.testimonial-text{font-size:1.15rem;line-height:1.8;color:var(--color-grey-light);margin:0 0 32px;font-weight:500}.testimonial-meta{display:flex;flex-direction:column;gap:6px}.testimonial-name{font-size:1.2rem;font-weight:700;letter-spacing:.5px}.testimonial-label{font-size:.9rem;color:var(--color-orange);font-weight:600}.testimonial-controls{display:flex;justify-content:center;gap:24px;margin:40px 0 24px}.testimonial-controls .btn-header{min-width:70px;font-size:1.4rem;padding:10px 26px}.testimonial-dots{display:flex;justify-content:center;gap:10px}.testimonial-dots .dot{width:12px;height:12px;border-radius:50%;background:#ffffff40;border:none;cursor:pointer;transition:var(--transition-smooth)}.testimonial-dots .dot.active{background:var(--color-orange);transform:scale(1.15)}.testimonial-dots .dot:hover{background:#ffffff8c}@media(max-width:992px){.testimonial-slide{grid-template-columns:260px 1fr;gap:40px}.testimonial-avatar{width:190px;height:190px}}@media(max-width:768px){.testimonial-slide{grid-template-columns:1fr;text-align:center;gap:32px}.testimonial-content{padding:0 4px}.testimonial-avatar{width:170px;height:170px}.testimonial-text{font-size:1.05rem}.testimonial-meta{align-items:center}}@media(max-width:480px){.testimonial-avatar{width:140px;height:140px;font-size:2.8rem}.testimonial-text{font-size:1rem}}.contact-cta{padding:var(--section-padding);background-color:var(--color-black)}.contact-cta .section-heading{color:var(--color-orange)}.cta-text{font-size:1.25rem;color:var(--color-grey-light);margin-bottom:48px;max-width:700px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.booking-section{padding:var(--section-padding);background-color:var(--color-black);color:var(--color-white)}.booking-section .section-heading{color:var(--color-orange)}.booking-form{max-width:980px;margin:0 auto;background:#ffffff08;padding:28px;border-radius:12px;box-shadow:0 10px 40px #0009;border:1px solid rgba(255,255,255,.04)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 24px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:700;margin-bottom:8px;color:var(--color-white)}.form-group input,.form-group select{padding:12px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--color-white);font-size:1rem}.form-group input::placeholder{color:#ffffff8c}.form-error{color:#ffb3a0;margin-top:8px;font-size:.95rem}.form-actions{display:flex;align-items:center;gap:20px;margin-top:18px;flex-wrap:wrap}.form-help{color:var(--color-grey-medium);margin:0}.booking-footnote{margin-top:14px;color:var(--color-grey-medium);text-align:center}.success-banner{margin-top:20px;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;border-radius:10px;background:#1ca46226;border:1px solid rgba(28,164,98,.35);box-shadow:0 10px 30px #00000080}.success-content{display:flex;flex-direction:column;gap:4px;color:var(--color-white)}.success-content strong{color:#74f9c2}.booking-section{padding-bottom:calc(var(--section-padding) / 2)}.booking-section+.contact-cta{padding-top:calc(var(--section-padding) / 2)}.loading-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.45);border-top-color:var(--color-white);margin-left:10px;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.form-grid{grid-template-columns:1fr}.booking-form{padding:20px}.form-actions{flex-direction:column;align-items:flex-start}background-color: var(--color-black);color: var(--color-white);padding: 40px 20px 20px}.footer-text{font-size:.95rem;margin-bottom:10px}@media(max-width:992px){.section-heading{font-size:2rem}.hero{padding:clamp(12px,4vw,56px) clamp(12px,4vw,56px) clamp(10px,3vw,40px)}.about-grid{grid-template-columns:1fr;gap:40px}.coaches-grid{grid-template-columns:repeat(2,1fr);gap:24px}.features-grid{grid-template-columns:repeat(2,1fr);gap:32px}.services-grid{grid-template-columns:repeat(2,1fr);gap:24px}.services-carousel{position:relative;max-width:900px;margin:50px auto 0;padding:clamp(20px,4vw,40px) clamp(16px,4vw,36px);border:1px solid rgba(255,255,255,.08);border-radius:28px;background:linear-gradient(145deg,#0000008c,#000000bf);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 20px 50px -10px #0009;overflow:hidden;transition:var(--transition-smooth)}.services-carousel.is-fading .services-slide{opacity:0}.services-slide{opacity:1;transition:opacity .16s ease;display:flex;justify-content:center}.services-carousel .service-card{max-width:640px}@media(max-width:768px){.services-carousel{margin-top:36px;padding:clamp(16px,6vw,32px) clamp(14px,5vw,28px);border-radius:22px}}.services-grid,.videos-grid{grid-template-columns:repeat(2,1fr);gap:24px}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}.cta-buttons{flex-direction:column;align-items:center}}@media(max-width:520px){.cta-buttons{width:100%}}@media(max-width:768px){:root{--section-padding: var(--section-padding-mobile)}.hero{padding:clamp(16px,6vw,48px) clamp(16px,6vw,48px) clamp(12px,5vw,40px)}.header-content{position:relative;justify-content:center}.nav{position:fixed;top:70px;left:0;transform:translate(-100%);width:min(440px,85vw);height:calc(100vh - 70px);background-color:var(--color-black);transition:var(--transition-smooth);box-shadow:0 20px 45px #000000a6;border-top:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08);padding-bottom:80px;display:flex;justify-content:flex-start;align-items:flex-start;overflow-y:auto}.nav.active{transform:translate(0)}.nav-list{flex-direction:column;padding:40px 28px;gap:24px;width:100%;align-items:flex-start}.nav-link{font-size:1.25rem;width:100%;display:inline-flex;justify-content:space-between;align-items:center;padding-right:8px}.btn-header{display:none}.hamburger{display:flex}.nav-overlay{display:block}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hero{background-attachment:scroll}.hero-title{font-size:2.5rem;letter-spacing:2px}.hero-content{padding:clamp(30px,18vh,80px) 16px 0;gap:16px}.site-top-logo+.hero .hero-content{padding-top:clamp(12px,10vh,44px)}.hero-subtitle{font-size:1rem;letter-spacing:2px}.hero-text{font-size:1.125rem}.hero-buttons{flex-direction:column;gap:16px;align-items:center}.btn-large{width:100%;max-width:300px;text-align:center}.club-marquee{max-width:100%}.club-marquee-track{gap:20px}.club-logo{font-size:.875rem}.footer{text-align:center}.section-heading{font-size:1.75rem}.section-subtitle{font-size:1rem;margin-bottom:32px}.coaches-grid{grid-template-columns:1fr;gap:24px}.features-grid{grid-template-columns:1fr;gap:32px}.services-grid{grid-template-columns:1fr;gap:24px}.videos-grid{grid-template-columns:1fr;gap:20px}.coaches-grid,.features-grid,.services-grid,.videos-grid{justify-items:center}.coach-card,.feature-box,.service-card,.video-item{width:100%;max-width:520px;margin:0 auto;text-align:center}.about-text,.section-heading,.section-subtitle{text-align:center}.hero-content{margin-top:0!important}.form-actions{align-items:center}.about-text p{font-size:1rem}.scroll-indicator{bottom:20px}}@media(max-width:768px){.site-top-logo{display:none!important}.hero{padding-top:clamp(12px,6vw,28px)}.hero-content{padding-top:clamp(12px,6vw,28px)!important}}@media(max-width:480px){.site-top-logo{display:none!important}.hero{padding-top:clamp(10px,6vw,22px)}.hero-content{padding-top:clamp(10px,6vw,22px)!important}}@media(max-width:480px){.about .section-heading{text-align:center;margin-left:auto;margin-right:auto}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-content{padding:clamp(24px,20vh,60px) 14px 0;gap:14px}.hero{padding:clamp(8px,6vw,28px)}.btn{padding:12px 24px;font-size:.95rem}.btn-large{padding:14px 28px;font-size:1rem}.service-item{width:92%;max-width:360px;margin:0 auto}.service-item .service-card{min-height:280px;padding:20px}.service-item .service-title{font-size:1.25rem;margin-bottom:12px}}@media(max-width:992px){.site-top-logo{margin-top:56px}}@media(max-width:480px){.site-top-logo{margin-top:44px}.site-top-logo img{width:clamp(72px,22vw,160px)}}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
