:root{--blue:#0b2d52;--red:#d71920;--light:#f4f6f8;--text:#263238;--muted:#667085;--white:#fff;--shadow:0 10px 30px rgba(0,0,0,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);line-height:1.6;background:#fff}.container{width:min(1120px,calc(100% - 32px));margin-inline:auto}.narrow{max-width:900px}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.95);box-shadow:0 2px 18px rgba(0,0,0,.08);backdrop-filter:blur(10px)}.nav-wrap{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:1.45rem;font-weight:800;text-decoration:none;color:var(--blue)}.brand span,.hero span{color:var(--red)}.desktop-nav{display:flex;align-items:center;gap:22px}.desktop-nav a{color:#3f4954;text-decoration:none;font-weight:600}.desktop-nav a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:.75rem 1.15rem;font-weight:700;text-decoration:none;border:0}.btn-primary{background:var(--blue);color:#fff!important}.btn-outline{border:2px solid #fff;color:#fff;background:transparent}.hero{position:relative;min-height:100vh;display:grid;place-items:center;background:var(--blue);overflow:hidden}.hero-bg{position:absolute;inset:0;background:url('assets/hero.jpg') center/cover;opacity:.2}.hero-content{position:relative;text-align:center;color:#fff;padding:7rem 1rem}.hero h1{font-size:clamp(2.5rem,7vw,4.7rem);line-height:1.05;margin:0 0 1.5rem;text-shadow:0 4px 18px rgba(0,0,0,.35)}.hero p{font-size:1.25rem;max-width:720px;margin:0 auto 2rem;color:rgba(255,255,255,.92)}.section{padding:5rem 0}.muted{background:var(--light)}.section-heading{text-align:center;margin-bottom:4rem}.section-heading h2{font-size:clamp(2rem,4vw,2.8rem);color:var(--blue);margin:0 0 .75rem}.section-heading p{font-size:1.1rem;color:#53606b;max-width:760px;margin:0 auto}.underline{width:80px;height:4px;background:var(--red);margin:0 auto 1.5rem}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}.align-center{align-items:center}h3{color:var(--blue);font-size:1.55rem;margin-top:0}.feature-img{width:100%;border-radius:14px;box-shadow:var(--shadow);display:block}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.values article{border-left:5px solid var(--blue);padding:1.25rem;border-radius:10px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08);text-align:center}.values article.red{border-left-color:var(--red)}.club-info{margin-top:4rem}.tabs input{position:absolute;opacity:0;pointer-events:none}.tab-labels{display:grid;grid-template-columns:repeat(2,1fr);padding:.25rem;border-radius:10px;background:#e7ebef;margin-bottom:2rem}.tab-labels label{text-align:center;padding:.75rem 1rem;cursor:pointer;font-weight:700;border-radius:8px}#tab-kids:checked~.tab-labels label[for=tab-kids],#tab-youth:checked~.tab-labels label[for=tab-youth]{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.12)}.tab-panel{display:none}#tab-kids:checked~.kids-panel,#tab-youth:checked~.youth-panel{display:block}.schedule-card,.location-card,.contact-cards article,.person{background:#fff;border-radius:14px;box-shadow:0 6px 18px rgba(0,0,0,.09)}.schedule-card{display:grid;grid-template-columns:1fr 1fr 2fr;gap:1rem;align-items:center;padding:1.3rem;margin-bottom:1rem}.schedule-card em{grid-column:1/-1;font-style:normal;color:var(--blue);background:rgba(11,45,82,.08);width:max-content;padding:.25rem .65rem;border-radius:999px;font-size:.85rem}.schedule-card span{color:var(--red);font-weight:700}.schedule-card small{color:var(--muted)}.location-card{padding:1.5rem;margin-top:3rem}.map-placeholder{height:240px;border-radius:12px;background:#dde2e7;color:#6b7280;display:grid;place-items:center;margin-top:1rem}.cards.four{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.person{overflow:hidden}.person img{width:100%;height:230px;object-fit:cover}.person h3,.person strong,.person p{padding-inline:1.25rem}.person strong{color:var(--red);display:block}.person p{padding-bottom:1.25rem;color:#5d6670}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.gallery-grid img{width:100%;height:240px;object-fit:cover;border-radius:12px;box-shadow:0 5px 16px rgba(0,0,0,.12)}.contact-cards{display:grid;gap:1rem}.contact-cards article{padding:1.5rem}.footer{background:var(--blue);color:#fff;padding:3rem 0 1rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 2fr;gap:2.5rem}.footer a{display:block;color:rgba(255,255,255,.82);margin:.4rem 0;text-decoration:none}.footer p{color:rgba(255,255,255,.78)}.newsletter{display:flex}.newsletter input{flex:1;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.1);color:#fff;padding:.75rem;border-radius:8px 0 0 8px}.newsletter button{border:0;background:var(--red);color:#fff;padding:0 1rem;border-radius:0 8px 8px 0;font-weight:700}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding-top:1rem;margin-top:2rem}@media(max-width:850px){.desktop-nav{display:none}.two-col,.cards.four,.gallery-grid,.footer-grid{grid-template-columns:1fr}.values{grid-template-columns:1fr}.schedule-card{grid-template-columns:1fr}.person img,.gallery-grid img{height:220px}.section{padding:4rem 0}}
