:root{--bg:#f7f7f3;--surface:#fff;--text:#5f626b;--text-h:#13151c;--border:#deded7;--red:#c61223;--red-dark:#8e0f19;--boxing-glove-cursor:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2313151c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath fill='%23c61223' d='M10.2 5.8c3.1-2.2 7.8-1.7 10.3 1.2 2.2 2.6 2.1 6.7-.3 9.1l-5.7 5.7c-1.7 1.7-4.5 1.7-6.2 0l-1.8-1.8c-2.3-2.3-2.3-6.1 0-8.5l3.7-5.7Z'/%3E%3Cpath fill='%23f7f7f3' d='M13.8 20.8l4.4 4.4-3.4 3.4-4.4-4.4 3.4-3.4Z'/%3E%3Cpath d='M9.5 12.4c1.4-1.5 3.5-2.2 5.6-1.7M15.6 8.2c1.5.1 2.8.8 3.8 2M13.7 20.8l4.5 4.5M12.1 23l4 4'/%3E%3C/g%3E%3C/svg%3E") 7 4, pointer;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}button,input,textarea,select{font:inherit}a{color:inherit}a[href],button,[role=button]{cursor:var(--boxing-glove-cursor)}img{max-width:100%}h1,h2{color:var(--text-h);margin:0 0 22px;line-height:1.04}h1{max-width:780px;font-size:clamp(48px,8vw,92px);font-weight:950}h2{font-size:clamp(32px,5vw,56px);font-weight:900}::selection{color:#fff;background:var(--red)}@media (prefers-color-scheme:dark){:root{--bg:#111217;--surface:#191b22;--text:#b8bac3;--text-h:#f5f1e8;--border:#2a2d36;--red:#ef3348;--red-dark:#c61223}.training-card,.intro-section article,.about-card,.about-fact,.achievement-item,.history-card,.coach-card,.gallery-item,.project-card,.schedule-list,.contact-card{background-color:#171920}}@media (width<=520px){h1{font-size:38px}h2{font-size:29px}}main{min-height:100svh}.site-header{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f7f3e0;justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 32px);min-height:76px;margin:0 auto;display:flex;position:sticky;top:0}.brand,.site-header nav,.hero-actions,.contact-card{align-items:center;display:flex}.brand{color:var(--text-h);gap:12px;font-weight:900;text-decoration:none}.brand-logo{object-fit:cover;background:#fff;border:1px solid #c612234d;border-radius:50%;width:48px;height:48px;display:block;box-shadow:0 8px 18px #13151c1f}.site-header nav{gap:8px}.menu-toggle{border:1px solid var(--border);width:44px;height:44px;color:var(--text-h);background:var(--surface);border-radius:6px;flex:0 0 44px;place-items:center;padding:0;display:none}.menu-toggle span{background:currentColor;border-radius:999px;width:20px;height:2px;display:block}.menu-toggle span+span{margin-top:5px}.site-header nav a{color:var(--text);border-radius:6px;padding:10px 12px;font-size:15px;font-weight:800;text-decoration:none}.site-header nav a:hover,.site-header nav a.active{color:var(--text-h);background:var(--surface)}.hero{align-items:center;min-height:calc(100svh - 76px);display:grid;position:relative;overflow:hidden}.hero-media{z-index:0;position:absolute;inset:0}.hero-media:after{content:"";background:linear-gradient(90deg,#08090de6 0%,#08090db3 42%,#08090d2e 100%),linear-gradient(#08090d00,#08090d8c);position:absolute;inset:0}.hero-media img{object-fit:cover;width:100%;height:100%}.hero-content{z-index:1;color:#fff;width:min(1180px,100% - 32px);margin:0 auto;padding:96px 0 116px;position:relative}.hero-content h1{color:#fff;max-width:820px}.eyebrow{color:var(--red);letter-spacing:1px;text-transform:uppercase;margin:0 0 14px;font-size:13px;font-weight:950}.lead{color:#ffffffdb;max-width:650px;margin:0;font-size:20px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px}.primary-button,.secondary-button{border-radius:6px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:900;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.primary-button{color:#fff;background:var(--red);box-shadow:0 16px 36px #c6122347}.secondary-button{color:var(--text-h);background:var(--surface);border:1px solid var(--border)}.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.intro-section,.training-section,.history-section,.coaches-section,.gallery-section,.projects-section,.schedule-section,.about-section,.contact-section{width:min(1180px,100% - 32px);margin:0 auto}.intro-section{z-index:2;background:var(--border);border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:-52px;display:grid;position:relative;overflow:hidden}.intro-section article{background:var(--surface);padding:26px}.intro-section strong{color:var(--red);font-size:44px;line-height:1;display:block}.intro-section span{color:var(--text-h);margin-top:8px;font-weight:900;display:block}.training-section,.history-section,.coaches-section,.gallery-section,.projects-section,.schedule-section,.about-section,.contact-section{border-top:1px solid var(--border);padding:88px 0}.landing-section-marker{position:relative}.landing-section-marker:before{z-index:0;content:"";pointer-events:none;opacity:.14;mix-blend-mode:multiply;background:url(/assets/section-gloves-Bg8_UBNl.png) 50%/contain no-repeat;width:66px;height:66px;position:absolute;top:94px;left:max(18px,50vw - 686px)}.history-section{isolation:isolate;border:1px solid var(--border);background:linear-gradient(115deg,#fffffff5,#ffffffd1),linear-gradient(135deg,#c6122314,#13151c0a);border-radius:8px;padding-left:36px;padding-right:36px;position:relative;overflow:hidden}.history-section:before,.history-section:after{content:"";pointer-events:none;z-index:-1;position:absolute}.history-section:before{opacity:.2;background:linear-gradient(18deg,#0000 42%,#c61223ad 42.4%,#0000 43%),linear-gradient(18deg,#0000 51%,#13151c9e 51.4%,#0000 52%),linear-gradient(18deg,#0000 60%,#c612238f 60.4%,#0000 61%),linear-gradient(108deg,#0000 47%,#13151c57 47.4%,#0000 48%),linear-gradient(108deg,#0000 64%,#13151c3d 64.4%,#0000 65%);border:2px solid #c6122333;border-radius:8px;inset:42px 26px;transform:skewY(-2deg)}.history-section:after{aspect-ratio:1.35;opacity:.16;mix-blend-mode:multiply;background:url(/assets/boxers-sparring-C10fRux9.png) 50%/contain no-repeat;width:min(430px,42%);animation:5.5s ease-in-out infinite sparring-float;top:72px;right:58px}@keyframes sparring-float{0%,to{transform:translate(0,0)}50%{transform:translate(-8px,-4px)}}@media (prefers-reduced-motion:reduce){.history-section:after{animation:none}}.section-heading{max-width:760px;margin-bottom:34px}.section-heading p,.training-intro p,.about-section>p,.contact-section p,.contact-card p{color:var(--text);margin:0;line-height:1.65}.training-intro{gap:14px;display:grid}.training-callout{color:var(--text-h);font-weight:900}.training-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.coaches-grid,.gallery-grid,.projects-grid{gap:18px;display:grid}.coaches-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.training-card{border:1px solid var(--border);background:linear-gradient(180deg, #c6122314, #c6122300), var(--surface);border-radius:8px;flex-direction:column;justify-content:flex-end;min-height:260px;padding:26px;display:flex;box-shadow:0 18px 44px #13151c14}.training-card span{color:var(--red);text-transform:uppercase;font-size:13px;font-weight:900}.training-card h3{color:var(--text-h);margin:12px 0;font-size:25px}.training-card p{margin:0;line-height:1.6}.history-card,.coach-card,.gallery-item,.project-card{border:1px solid var(--border);background:var(--surface);border-radius:8px}.history-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;padding:28px;position:relative}@media (prefers-color-scheme:dark){.history-section{background:linear-gradient(115deg,#111217f0,#111217d1),linear-gradient(135deg,#ef33481a,#ffffff0a)}.history-card{background:#171920e0}.history-section:after{opacity:.12;filter:invert();mix-blend-mode:screen}}.history-card p{margin:0;line-height:1.75}.history-full{gap:28px;margin-top:26px;display:grid}.history-full h3{color:var(--text-h);margin:0 0 12px;font-size:24px}.history-full p+p{margin-top:14px}.read-more-button{color:#fff;background:var(--red);min-height:46px;cursor:var(--boxing-glove-cursor);border:0;border-radius:6px;justify-content:center;align-items:center;margin-top:24px;padding:0 18px;font-weight:900;transition:transform .2s,background .2s;display:inline-flex}.read-more-button:hover{background:var(--red-dark);transform:translateY(-2px)}.coach-card p{margin:0;line-height:1.6}.coach-card{padding:26px}.coach-avatar{color:#fff;background:var(--red);border-radius:50%;place-items:center;width:58px;height:58px;margin-bottom:22px;font-size:24px;font-weight:950;display:grid}.coach-card h3{color:var(--text-h);margin:0 0 10px;font-size:24px}.gallery-item{min-height:180px;color:inherit;text-align:left;background:linear-gradient(135deg, #c6122347, #13151c14), var(--surface);cursor:var(--boxing-glove-cursor);flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;padding:20px;display:flex;position:relative;overflow:hidden}.gallery-item:after{content:"";opacity:0;background:linear-gradient(#13151c14,#13151cc7),linear-gradient(135deg,#c612236b,#13151c1a);transition:opacity .2s;position:absolute;inset:0}.gallery-item.has-images:after{opacity:1}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .28s;position:absolute;inset:0}.gallery-item span{z-index:1;color:var(--text-h);font-size:20px;font-weight:950;position:relative}.gallery-item small,.gallery-item em{z-index:1;line-height:1.45;position:relative}.gallery-item small{color:var(--text);font-weight:700}.gallery-item em{color:var(--red);font-style:normal;font-weight:900}.gallery-item.has-images span,.gallery-item.has-images small{color:#fff}.gallery-item.has-images:hover img{transform:scale(1.04)}.gallery-modal{z-index:30;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.gallery-modal-backdrop{cursor:var(--boxing-glove-cursor);background:#08090dc7;border:0;position:absolute;inset:0}.gallery-modal-content{border:1px solid var(--border);background:var(--surface);border-radius:8px;width:min(980px,100%);max-height:min(780px,100svh - 48px);padding:22px;position:relative;overflow:auto;box-shadow:0 28px 80px #00000057}.gallery-modal-content h3{color:var(--text-h);margin:0 54px 18px 0;font-size:28px}.gallery-modal-close{border:1px solid var(--border);width:38px;height:38px;color:var(--text-h);background:var(--surface);cursor:var(--boxing-glove-cursor);border-radius:50%;place-items:center;font-size:28px;line-height:1;display:grid;position:absolute;top:16px;right:16px}.gallery-viewer{background:var(--border);touch-action:pan-y;border-radius:8px;position:relative;overflow:hidden}.gallery-active-image{margin:0}.gallery-active-image img{object-fit:contain;background:#0f1015;width:100%;max-height:min(62svh,620px);display:block}.gallery-arrow{z-index:1;color:#fff;width:46px;height:46px;cursor:var(--boxing-glove-cursor);background:#13151ca8;border:1px solid #ffffff52;border-radius:50%;place-items:center;font-size:38px;line-height:1;transition:color .2s,background .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow:hover{color:var(--red);background:#fff}.gallery-arrow-prev{left:14px}.gallery-arrow-next{right:14px}.gallery-thumbnails{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:10px;margin-top:14px;display:grid}.gallery-thumb{background:var(--border);min-height:76px;cursor:var(--boxing-glove-cursor);border:2px solid #0000;border-radius:8px;padding:0;overflow:hidden}.gallery-thumb.is-active{border-color:var(--red)}.gallery-thumb img{object-fit:cover;width:100%;height:100%;display:block}.project-card{background:linear-gradient(135deg, #c612231a, #13151c05), var(--surface);flex-direction:column;min-height:240px;padding:26px;display:flex}.project-card span{color:var(--red);text-transform:uppercase;font-size:13px;font-weight:900}.project-card h3{color:var(--text-h);margin:14px 0 12px;font-size:24px}.project-card p{margin:0;line-height:1.6}.project-link{color:var(--red);align-self:flex-start;align-items:center;margin-top:auto;padding-top:22px;font-weight:900;text-decoration:none;display:inline-flex}.project-link:hover{color:var(--red-dark)}.schedule-list{border:1px solid var(--border);background:var(--surface);border-radius:8px;overflow:hidden}.schedule-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:22px 26px;display:flex}.schedule-row:last-child{border-bottom:0}.schedule-row span{color:var(--text-h);font-weight:900}.schedule-row strong{color:var(--red);font-size:20px}.about-section,.contact-section{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:56px;display:grid}.about-section{grid-template-areas:"intro intro""cards cards""facts facts""achievements achievements""note note"}.about-intro{grid-area:intro;max-width:820px}.about-intro p{margin:0;line-height:1.65}.about-cards{grid-area:cards;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.about-card{border:1px solid var(--border);background:linear-gradient(135deg, #c6122312, #13151c05), var(--surface);border-radius:8px;min-height:188px;padding:22px}.about-card h3{color:var(--text-h);margin:0 0 12px;font-size:22px}.about-card p{margin:0;font-size:15px;line-height:1.58}.about-facts{border:1px solid var(--border);background:var(--border);border-radius:8px;grid-area:facts;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.about-fact{background:var(--surface);padding:22px}.about-fact span{color:var(--red);text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.about-fact strong{color:var(--text-h);line-height:1.35}.about-achievements{grid-area:achievements}.about-achievements .section-heading h3{color:var(--text-h);margin:0;font-size:clamp(28px,4vw,42px);line-height:1.08}.achievement-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.achievement-item{border:1px solid var(--border);background:linear-gradient(135deg, #c612231a, #13151c05), var(--surface);border-radius:8px;min-height:190px;padding:24px}.achievement-item span{color:var(--red);margin-bottom:14px;font-weight:950;display:inline-flex}.achievement-item p{margin:0;line-height:1.6}.about-source-note{max-width:900px;color:var(--text);grid-area:note;margin:-22px 0 0;font-size:14px;line-height:1.6}.contact-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;align-items:flex-start;gap:12px;padding:26px}.contact-phone-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;display:grid}.contact-card .primary-button,.contact-card .secondary-button{width:100%}.map-frame{background:var(--border);border:0;border-radius:8px;width:100%;min-height:280px;margin-top:8px;display:block}.site-footer{border-top:1px solid var(--border);width:min(1180px,100% - 32px);margin:0 auto;padding:34px 0 26px}.footer-inner{grid-template-columns:minmax(0,1.2fr) minmax(180px,.7fr) minmax(220px,.9fr);align-items:start;gap:36px;display:grid}.footer-brand p{max-width:460px;margin:18px 0 0;line-height:1.6}.footer-nav,.footer-contact{gap:10px;display:grid}.footer-nav a,.footer-contact a{color:var(--text);font-weight:800;text-decoration:none}.footer-nav a:hover,.footer-nav a.active,.footer-contact a:hover{color:var(--red)}.footer-contact{font-style:normal}.footer-contact strong{color:var(--text-h);font-size:18px}.footer-bottom{border-top:1px solid var(--border);color:var(--text);justify-content:space-between;gap:18px;margin-top:32px;padding-top:18px;font-size:14px;display:flex}.scroll-top-button{z-index:20;color:#fff;background:var(--red);width:48px;height:48px;cursor:var(--boxing-glove-cursor);opacity:0;pointer-events:none;border:1px solid #ffffff42;border-radius:50%;place-items:center;font-size:24px;font-weight:950;line-height:1;transition:opacity .2s,transform .2s,background .2s;display:grid;position:fixed;bottom:22px;right:22px;transform:translateY(14px);box-shadow:0 16px 34px #13151c42}.scroll-top-button.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top-button:hover{color:var(--red);background:#fff;border-color:#c612236b}.not-found-section{align-content:center;justify-items:start;width:min(1180px,100% - 32px);min-height:calc(100svh - 76px);margin:0 auto;padding:88px 0;display:grid}.not-found-section p{max-width:560px;margin:0 0 28px;line-height:1.65}@media (prefers-color-scheme:dark){.site-header{background:#111217e0}.landing-section-marker:before{opacity:.12;filter:invert();mix-blend-mode:screen}}@media (prefers-color-scheme:dark) and (width<=860px){.site-header nav a{background:#ffffff0a}}@media (width<=860px){.landing-section-marker:before{display:none}.site-header{border-bottom:1px solid var(--border);flex-flow:wrap;align-items:center;gap:10px;width:100%;min-height:auto;padding:10px 16px}.menu-toggle{color:#fff;background:var(--red);border-color:#0000;margin-left:auto;display:grid;box-shadow:0 10px 22px #c6122338}.site-header nav{border:1px solid var(--border);background:#111217f5;border-radius:8px;grid-template-columns:1fr;gap:0;width:100%;padding:8px;display:none;box-shadow:0 18px 40px #00000038}.site-header nav.is-open{display:grid}.site-header nav a{color:#ffffffe6;text-align:left;white-space:normal;background:0 0;border:0;border-radius:6px;justify-content:flex-start;align-items:center;min-height:40px;padding:9px 10px;display:flex}.site-header nav a+a{margin-top:2px}.site-header nav a:hover,.site-header nav a:focus-visible,.site-header nav a.active{color:#fff;background:#c61223eb;outline:none}.hero{min-height:620px}.hero-content{padding:58px 0 94px}.lead{font-size:17px}.intro-section,.training-grid,.coaches-grid,.gallery-grid,.projects-grid,.about-cards,.about-facts,.achievement-list,.about-section,.contact-section{grid-template-columns:1fr}.about-section{grid-template-areas:"intro""cards""facts""achievements""note"}.training-section,.history-section,.coaches-section,.gallery-section,.projects-section,.schedule-section,.about-section,.contact-section{padding:62px 0}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.history-section{padding-left:24px;padding-right:24px}}@media (width<=520px){.site-header,.hero-content,.intro-section,.training-section,.history-section,.coaches-section,.gallery-section,.projects-section,.schedule-section,.about-section,.contact-section,.site-footer,.not-found-section{width:min(100% - 24px,1180px)}.brand{width:auto;min-width:0;font-size:15px}.brand span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.brand-logo{width:42px;height:42px}.site-header nav a{font-size:14px}.hero{align-items:end;min-height:560px}.hero-media:after{background:linear-gradient(90deg,#08090de0,#08090d7a),linear-gradient(#08090d29,#08090db8)}.hero-media img{object-position:64% center}.hero-content{padding:42px 0 78px}.eyebrow{letter-spacing:.7px;font-size:12px}.lead{font-size:16px;line-height:1.55}.hero-actions{margin-top:24px}.hero-actions a,.contact-card a{width:100%}.intro-section{margin-top:-38px}.intro-section strong{font-size:36px}.training-section,.history-section,.coaches-section,.gallery-section,.projects-section,.schedule-section,.about-section,.contact-section{padding:46px 0}.history-section{padding-left:18px;padding-right:18px}.history-section:before{inset:28px 12px}.history-section:after{opacity:.1;width:76%;top:46px;right:8px}.section-heading{margin-bottom:24px}.training-card{min-height:220px}.gallery-item{min-height:140px}.gallery-modal{padding:12px}.gallery-modal-content{max-height:calc(100svh - 24px);padding:16px}.gallery-modal-content h3{font-size:24px}.gallery-arrow{width:38px;height:38px;font-size:31px}.gallery-arrow-prev{left:8px}.gallery-arrow-next{right:8px}.gallery-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-thumb{min-height:58px}.intro-section article,.training-card,.about-card,.about-fact,.achievement-item,.history-card,.coach-card,.gallery-item,.project-card,.contact-card{padding:20px}.footer-inner,.footer-bottom{grid-template-columns:1fr}.footer-inner{gap:24px}.footer-bottom{display:grid}.scroll-top-button{width:44px;height:44px;bottom:14px;right:14px}.map-frame{min-height:240px}.schedule-row{flex-direction:column;align-items:flex-start;gap:6px;padding:18px 20px}}
