:root{--black:#070707;--soft-black:#111;--paper:#f1eee6;--red:#009ddc;--red-dark:#0078aa;--green:#098747;--white:#fff;--muted:#a8a8a8;--line:rgba(255,255,255,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;background:var(--black);color:var(--white);font-family:"Vazirmatn",sans-serif;overflow-x:clip}button,input,select{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.noise{position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.site-header{height:92px;padding:0 clamp(24px,5vw,80px);display:flex;align-items:center;gap:clamp(22px,4vw,60px);position:absolute;top:0;left:0;right:0;z-index:20;border-bottom:1px solid var(--line);direction:rtl}.brand{display:flex;align-items:center;gap:12px;margin-left:auto}.brand-mark{font-family:"Anton",sans-serif;font-size:34px;line-height:1;letter-spacing:1px}.brand-mark::after{content:"";display:block;width:100%;height:3px;margin-top:4px;background:linear-gradient(90deg,var(--red) 0 33%,#fff 33% 66%,var(--green) 66%)}.brand-copy{display:flex;flex-direction:column;line-height:1.15}.brand-copy b{font-size:11px}.brand-copy small{font-size:8px;color:#aaa;margin-top:5px}.main-nav{display:flex;align-items:center;gap:clamp(20px,2.3vw,36px)}.main-nav a{font-size:13px;color:#c7c7c7;transition:.25s}.main-nav a:hover{color:#fff}.header-actions{display:flex;align-items:center;gap:10px}.icon-button,.cart-button,.menu-toggle{border:0;color:#fff;background:transparent;cursor:pointer}.icon-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7}.cart-button{display:flex;align-items:center;gap:10px;border-right:1px solid var(--line);padding-right:18px}.cart-button span{font-size:11px}.cart-button b{display:grid;place-items:center;background:var(--red);width:23px;height:23px;border-radius:50%;font-size:11px}.menu-toggle{display:none}.hero{height:min(900px,100vh);min-height:720px;position:relative;overflow:hidden}.hero-image{position:absolute;inset:0;background:url("assets/hero-fighter.jpg") center/cover no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,8,.05),rgba(4,4,8,.54) 45%,rgba(4,4,7,.94) 88%),linear-gradient(0deg,rgba(5,5,5,.6),transparent 40%)}.hero-content{position:absolute;z-index:2;top:50%;right:clamp(28px,8vw,130px);transform:translateY(-45%);max-width:690px}.eyebrow{display:flex;align-items:center;gap:14px;font-size:12px;letter-spacing:.08em;color:#ddd}.eyebrow i{width:44px;height:2px;background:var(--red)}.hero-kicker{font-family:"Oswald",sans-serif;letter-spacing:.38em;font-size:13px;margin:26px 0 12px;color:#aaa}.hero h1{font-size:clamp(68px,9vw,145px);line-height:.75;margin:0;font-weight:900;letter-spacing:-.07em}.hero h1 em{font-style:normal;color:transparent;-webkit-text-stroke:2px #f7f7f7}.hero-content>p:not(.hero-kicker){max-width:500px;color:#c5c5c5;font-size:15px;line-height:2;margin:34px 0}.hero-cta{display:flex;align-items:center;gap:34px}.button{min-height:54px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;gap:28px;border:0;cursor:pointer;font-weight:700;font-size:13px;transition:.25s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--red);color:#fff;box-shadow:inset -4px 0 0 rgba(255,255,255,.13)}.button-primary:hover{background:#00b8ff}.button-outline{border:1px solid #333;color:#111;background:transparent}.text-link{display:flex;align-items:center;gap:12px;font-size:13px}.play{width:38px;height:38px;border:1px solid rgba(255,255,255,.4);border-radius:50%;display:grid;place-items:center;font-size:10px}.hero-side{position:absolute;left:30px;top:45%;z-index:2;display:flex;flex-direction:column;align-items:center;gap:16px}.hero-side span{font-family:"Oswald";font-size:9px;letter-spacing:.4em;writing-mode:vertical-rl}.hero-side i{height:70px;width:1px;background:#555}.hero-side b{font-family:"Oswald"}.hero-stats{position:absolute;z-index:3;bottom:0;left:0;background:rgba(8,8,8,.9);display:flex;min-width:48%;padding:25px 45px;gap:55px;border-top:1px solid var(--line)}.hero-stats div{display:flex;align-items:center;gap:12px}.hero-stats strong{font-family:"Oswald";font-size:30px}.hero-stats span{color:#aaa;font-size:10px;max-width:65px}.ticker{height:72px;display:flex;align-items:center;overflow:hidden;background:var(--red);transform:rotate(-1deg) scale(1.02);position:relative;z-index:3}.ticker>div{white-space:nowrap;font-size:26px;font-weight:900;display:flex;gap:34px;align-items:center;animation:ticker 18s linear infinite}.ticker i{font-style:normal;color:#111}@keyframes ticker{to{transform:translateX(30%)}}.section{padding:130px clamp(28px,7vw,110px)}.about{background:var(--paper);color:#121212;display:grid;grid-template-columns:minmax(420px,1fr) 1fr;gap:clamp(70px,9vw,150px);align-items:center}.about-visual{position:relative;max-width:640px}.about-visual img{width:100%;height:620px;object-fit:cover;object-position:center;filter:saturate(.7) contrast(1.1)}.red-frame{position:absolute;inset:28px -28px -28px 28px;background:var(--red)}.vertical-word{position:absolute;left:-62px;top:20px;writing-mode:vertical-rl;font-family:"Anton";font-size:70px;color:rgba(10,10,10,.08);letter-spacing:.1em}.experience{position:absolute;bottom:-20px;right:-25px;background:#0a0a0a;color:#fff;padding:22px 30px;display:flex;align-items:center;gap:16px}.experience strong{font-family:"Oswald";font-size:48px;color:var(--red)}.experience span{font-size:11px}.section-label{font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--red);display:flex;align-items:center;gap:12px;margin-bottom:20px}.section-label::before{content:"";width:36px;height:2px;background:currentColor}.section-label.light{color:#fff}.about h2,.section-heading h2,.shop-heading h2,.coach h2,.contact h2{font-size:clamp(48px,5.2vw,78px);line-height:.98;letter-spacing:-.055em;margin:0 0 32px;font-weight:900}.about h2 span,.section-heading h2 span,.shop-heading h2 span,.coach h2 span,.contact h2 span{color:var(--red)}.about-copy .lead{font-size:18px;line-height:1.9;font-weight:600}.about-copy>p:not(.lead){font-size:14px;line-height:2;color:#666}.values{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:36px 0}.values div{display:grid;grid-template-columns:auto 1fr;column-gap:13px}.values span{grid-row:1/3;color:var(--red);font-family:"Oswald"}.values b{font-size:14px}.values small{color:#777}.classes{background:#0a0a0a}.section-heading,.shop-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:65px}.section-heading>p{color:#999;line-height:2;max-width:400px}.class-grid{display:grid;grid-template-columns:repeat(3,1fr)}.class-card{position:relative;min-height:390px;border:1px solid #262626;padding:46px 38px;transition:.35s;overflow:hidden}.class-card+.class-card{border-right:0}.class-card:hover,.class-card.featured{background:var(--red);transform:translateY(-10px);border-color:var(--red)}.class-card>span{position:absolute;left:28px;top:28px;font-family:"Oswald";color:#777}.class-card:hover>span,.class-card.featured>span{color:rgba(255,255,255,.7)}.class-icon svg{width:75px;height:75px;fill:none;stroke:#fff;stroke-width:2.1;margin-bottom:45px}.class-card h3{font-size:26px;margin:0 0 15px}.class-card p{color:#999;line-height:1.9;font-size:13px;max-width:310px}.class-card:hover p,.class-card.featured p{color:#fff}.class-card>a{position:absolute;bottom:30px;left:30px;font-size:24px}.event-banner{min-height:760px;background:linear-gradient(90deg,rgba(5,6,10,.2),rgba(5,5,8,.72) 48%,#050506 100%),url("assets/event-wgk.jpg") center/cover no-repeat;position:relative;display:flex;align-items:center;padding:100px clamp(28px,8vw,130px)}.event-content{max-width:600px}.event-content h2{font-family:"Anton";font-size:clamp(78px,9vw,135px);line-height:.78;margin:20px 0}.event-content h2 span{color:transparent;-webkit-text-stroke:2px white}.event-content>p{color:#bbb}.event-meta{display:flex;gap:55px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;margin:32px 0}.event-meta div{display:flex;flex-direction:column}.event-meta small{color:#888}.event-countdown{position:absolute;left:6vw;bottom:70px;direction:ltr;display:flex;align-items:center;gap:20px}.event-countdown div{display:flex;flex-direction:column;align-items:center}.event-countdown strong{font-family:"Oswald";font-size:42px}.event-countdown span{font-size:10px;color:#aaa}.event-countdown i{font-style:normal;font-size:28px;color:var(--red)}.coach{background:var(--paper);color:#111;display:grid;grid-template-columns:.8fr 1.2fr;padding-bottom:0;gap:60px;overflow:hidden}.coach-copy{padding-bottom:110px;align-self:center}.coach blockquote{margin:35px 0;border-right:3px solid var(--red);padding-right:24px;font-size:17px;line-height:2;color:#555}.coach h3{margin-bottom:5px}.coach-copy>p{color:#777;font-size:12px}.signature{font-family:cursive;font-size:32px;color:var(--red);margin-top:20px;transform:rotate(-5deg);display:inline-block}.coach-image{position:relative;align-self:end}.coach-image img{height:660px;width:100%;object-fit:cover;object-position:center 35%;filter:grayscale(.25) contrast(1.08)}.coach-lines{position:absolute;inset:auto -20% 0 30%;height:45%;background:repeating-linear-gradient(-18deg,transparent 0 14px,rgba(0,157,220,.65) 15px 18px);clip-path:polygon(0 40%,100% 0,100% 100%,0 100%);mix-blend-mode:screen}.shop{background:#f5f2ea;color:#101010}.shop-nav{display:flex;gap:12px;flex-wrap:wrap}.shop-nav button{border:0;background:none;padding:8px 14px;cursor:pointer;font-size:12px}.shop-nav button.active{background:#111;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{min-width:0;transition:.3s}.product-card.hidden{display:none}.product-art{height:330px;background:#e5e1d8;position:relative;display:grid;place-items:center;overflow:hidden}.product-art::before{content:"";position:absolute;inset:18px;border:1px solid rgba(0,0,0,.08)}.badge{position:absolute;top:20px;right:20px;background:var(--red);color:#fff;padding:5px 11px;font-size:9px;z-index:2}.badge.dark{background:#111}.quick-add{position:absolute;left:20px;bottom:20px;width:42px;height:42px;border:0;background:#111;color:#fff;font-size:22px;cursor:pointer;transition:.25s}.quick-add:hover{background:var(--red);transform:rotate(90deg)}.glove-shape{width:130px;height:180px;background:linear-gradient(145deg,#d83431,#781416);border-radius:60% 60% 35% 38%;transform:rotate(-18deg);box-shadow:inset -18px -12px 30px rgba(0,0,0,.3),10px 20px 20px rgba(0,0,0,.18)}.glove-shape::before{content:"";position:absolute;right:-25px;top:75px;width:70px;height:75px;background:#a91e20;border-radius:50%;transform:rotate(-35deg)}.glove-shape::after{content:"WGK";position:absolute;bottom:18px;right:29px;color:#fff;font-family:"Anton";font-size:20px;border-top:3px solid #fff}.wrap-shape{width:170px;height:170px;border:25px solid #141414;border-radius:50%;box-shadow:12px 16px 25px rgba(0,0,0,.22);transform:rotateX(62deg) rotateZ(-15deg)}.wrap-shape i{position:absolute;width:155px;height:28px;background:var(--red);right:60px;top:45px;box-shadow:0 8px 12px rgba(0,0,0,.25)}.shirt-shape{width:180px;height:215px;background:#111;clip-path:polygon(23% 0,38% 8%,62% 8%,77% 0,100% 18%,84% 39%,76% 32%,76% 100%,24% 100%,24% 32%,16% 39%,0 18%);display:grid;place-items:center;color:#fff;filter:drop-shadow(10px 15px 12px rgba(0,0,0,.2))}.shirt-shape b{font-family:"Anton";font-size:35px}.shirt-shape b::after{content:"";height:4px;background:linear-gradient(90deg,var(--red) 0 33%,#fff 33% 66%,var(--green) 66%);display:block}.bag-shape{width:210px;height:125px;background:#1a1a1a;border-radius:15px 15px 30px 30px;display:grid;place-items:center;color:#fff;box-shadow:12px 20px 24px rgba(0,0,0,.25)}.bag-shape::before{content:"";position:absolute;width:95px;height:70px;border:12px solid #222;border-bottom:0;border-radius:50px 50px 0 0;top:73px}.bag-shape b{font-family:"Anton";font-size:30px;color:var(--red)}.product-info{padding:20px 3px}.product-info small{color:#888;font-size:10px}.product-info h3{margin:5px 0;font-size:15px}.product-info p{font-size:13px;font-weight:700;margin:0}.all-products{display:flex;align-items:center;gap:15px;width:max-content;margin:40px auto 0;font-size:13px;border-bottom:1px solid;padding-bottom:7px}.contact{background:linear-gradient(120deg,rgba(0,60,100,.9),rgba(18,18,18,.96)),url("assets/fight-to-conquer.jpg") center/cover;display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:110px clamp(28px,8vw,130px);align-items:center}.contact-copy p{color:#ddd}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form label{display:flex;flex-direction:column;gap:8px}.contact-form label:nth-child(3){grid-column:1/3}.contact-form span{font-size:10px;color:#ccc}.contact-form input,.contact-form select{height:52px;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.25);color:#fff;padding:0 15px;outline:none}.contact-form input:focus,.contact-form select:focus{border-color:#fff}.contact-form .button{grid-column:1/3}.form-message{grid-column:1/3;margin:0;font-size:12px;color:#fff}footer{background:#060606;padding:75px clamp(28px,7vw,110px) 30px;display:grid;grid-template-columns:1.4fr .7fr 1fr 1.2fr;gap:50px;border-top:1px solid #222}footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}footer h4{font-size:13px;margin:0 0 15px}footer a,footer p{font-size:11px;line-height:1.9;color:#888;margin:0}.footer-brand p{font-size:20px;color:#fff;font-weight:800;margin-top:18px}.newsletter form{display:flex;border-bottom:1px solid #555;width:100%;margin-top:8px}.newsletter input{background:none;border:0;color:#fff;outline:0;flex:1;padding:12px 0}.newsletter button{background:none;border:0;color:#fff;font-size:20px}.copyright{grid-column:1/5;border-top:1px solid #222;padding-top:25px;margin-top:20px;display:flex;flex-direction:row;justify-content:space-between;color:#666;font-size:10px}.cart-drawer{width:min(420px,92vw);height:100vh;max-height:none;margin:0 0 0 auto;border:0;background:#111;color:#fff;padding:38px;transform:translateX(-100%);transition:.3s}.cart-drawer[open]{transform:translateX(0)}.cart-drawer::backdrop{background:rgba(0,0,0,.75)}.cart-close{position:absolute;left:20px;top:18px;border:0;background:none;color:#fff;font-size:32px;cursor:pointer}.cart-drawer h2{font-size:28px;border-bottom:1px solid #333;padding-bottom:20px}.cart-item{padding:15px 0;border-bottom:1px solid #2b2b2b}.cart-item b{display:block}.cart-item span{color:#aaa;font-size:12px}.empty-cart{color:#888}.cart-footer{position:absolute;bottom:35px;right:38px;left:38px}.cart-footer .button{width:100%}.search-panel{position:fixed;z-index:90;inset:0;background:rgba(6,6,6,.98);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s}.search-panel.open{opacity:1;visibility:visible}.search-panel button{position:absolute;top:30px;left:35px;background:none;border:0;color:#fff;font-size:36px}.search-panel label{font-size:24px;margin-bottom:25px}.search-panel input{width:min(700px,85vw);background:none;border:0;border-bottom:2px solid #555;color:#fff;font-size:32px;padding:15px;outline:none;text-align:center}.search-panel small{color:#777;margin-top:18px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}
@media(max-width:1050px){.main-nav{display:none}.menu-toggle{display:flex;flex-direction:column;gap:7px;padding:10px}.menu-toggle span{display:block;width:26px;height:2px;background:#fff}.site-header.nav-open .main-nav{display:flex;position:absolute;top:92px;right:0;left:0;background:#0a0a0a;padding:30px;flex-direction:column;align-items:flex-start}.about{grid-template-columns:1fr 1fr;gap:55px}.about-visual img{height:530px}.product-grid{grid-template-columns:repeat(2,1fr)}.contact{gap:40px}footer{grid-template-columns:1fr 1fr}.copyright{grid-column:1/3}}
@media(max-width:720px){.site-header{height:74px;padding:0 20px}.brand-copy,.header-actions .icon-button,.cart-button span{display:none}.header-actions{margin-right:auto}.brand{margin-left:0}.site-header.nav-open .main-nav{top:74px}.hero{min-height:760px;height:100svh}.hero-image{background-position:63% center}.hero-overlay{background:linear-gradient(0deg,#050506 2%,rgba(5,5,8,.82) 45%,rgba(5,5,8,.28) 100%)}.hero-content{right:24px;left:24px;top:auto;bottom:135px;transform:none}.hero h1{font-size:66px}.hero-content>p:not(.hero-kicker){font-size:12px;margin:22px 0}.hero-kicker{font-size:9px}.hero-cta{gap:18px}.text-link{font-size:11px}.hero-side{display:none}.hero-stats{padding:16px 20px;min-width:100%;justify-content:space-between;gap:10px}.hero-stats strong{font-size:22px}.hero-stats span{font-size:8px}.ticker{height:58px}.ticker>div{font-size:20px}.section{padding:85px 24px}.about{grid-template-columns:1fr;gap:80px}.about-visual img{height:450px}.red-frame{inset:16px -12px -18px 20px}.vertical-word{display:none}.experience{right:8px}.about h2,.section-heading h2,.shop-heading h2,.coach h2,.contact h2{font-size:46px}.values{grid-template-columns:1fr}.section-heading,.shop-heading{display:block;margin-bottom:40px}.class-grid{grid-template-columns:1fr}.class-card+.class-card{border-right:1px solid #262626;border-top:0}.event-banner{min-height:760px;padding:80px 24px;background-position:62% center}.event-content h2{font-size:78px}.event-meta{gap:25px}.event-countdown{left:24px;bottom:30px}.coach{grid-template-columns:1fr;padding-bottom:0}.coach-copy{padding-bottom:0}.coach-image img{height:480px}.shop-nav{margin-top:30px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-art{height:220px}.glove-shape{transform:scale(.7) rotate(-18deg)}.wrap-shape,.shirt-shape,.bag-shape{transform:scale(.7)}.product-info h3{font-size:12px}.contact{grid-template-columns:1fr;padding:80px 24px}.contact-form{grid-template-columns:1fr}.contact-form label:nth-child(3),.contact-form .button,.form-message{grid-column:auto}footer{grid-template-columns:1fr 1fr;padding:65px 24px 25px}.footer-brand,.newsletter{grid-column:1/3}.copyright{flex-direction:column;gap:8px}.search-panel input{font-size:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker>div{animation:none}.reveal{opacity:1;transform:none;transition:none}}

/* Functional and accessibility refinements */
.ticker>div{animation-name:ticker-loop}@keyframes ticker-loop{to{transform:translateX(50%)}}
.cart-item{display:flex;justify-content:space-between;align-items:center;gap:15px}.cart-controls{display:flex;align-items:center;gap:8px}.cart-controls button{width:27px;height:27px;border:1px solid #444;background:transparent;color:#fff;cursor:pointer}.cart-controls button:last-child{color:#f36;border-color:#713}.cart-total{display:flex;justify-content:space-between;font-size:13px;margin:0 0 14px}.checkout-button:disabled{opacity:.45;cursor:not-allowed}.search-panel{z-index:110}.search-results{width:min(700px,85vw);max-height:32vh;overflow:auto;margin-top:18px}.search-results a{padding:12px 0;border-bottom:1px solid #252525;display:flex;justify-content:space-between;color:#ddd}.search-results p{color:#aaa}.countdown-finished{font-weight:800;color:#fff}
@media(max-width:720px){.hero{min-height:650px}.cart-controls{gap:5px}.cart-footer{right:24px;left:24px}}

/* Image replacements and layout stability */
.coach-image img{object-position:center center}.ticker{transform:none}.ticker>div{min-width:max-content;animation-direction:reverse}.all-products{background:none;cursor:pointer;color:inherit}.hero h1,.event-content h2,.about h2,.section-heading h2,.shop-heading h2,.coach h2,.contact h2{overflow-wrap:anywhere}.hero-content{width:min(690px,calc(100% - 56px))}.event-content{padding-block:20px}.event-countdown{z-index:2}.contact-form input,.contact-form select{min-width:0}
@media(max-width:1050px){.site-header.nav-open .main-nav{z-index:30;box-shadow:0 16px 28px rgba(0,0,0,.35)}.about,.coach,.contact{min-width:0}.section-heading,.shop-heading{align-items:flex-start}.hero-content{right:clamp(28px,6vw,80px)}}
@media(max-width:720px){.hero{height:auto;min-height:680px}.hero-content{right:24px;left:24px;width:auto;bottom:125px}.hero h1{font-size:clamp(48px,15vw,66px);line-height:.86}.hero-stats{min-height:86px}.hero-stats div{min-width:0}.hero-stats span{line-height:1.35}.event-banner{min-height:0;padding-top:90px;padding-bottom:220px}.event-content{max-width:100%}.event-content h2{font-size:clamp(58px,17vw,78px);line-height:.82}.event-meta{flex-wrap:wrap;gap:18px}.event-countdown{right:24px;left:24px;justify-content:center;gap:14px}.about-visual,.coach-image{min-width:0}.about-visual img,.coach-image img{width:100%;object-position:center}.contact-form,.contact-form label{min-width:0}.search-results{max-height:28vh}.search-results a{font-size:14px}}
@media(max-width:390px){.hero{min-height:700px}.hero-cta{gap:12px}.button{padding-inline:17px;gap:12px}.hero-content>p:not(.hero-kicker){margin-block:16px}.event-countdown strong{font-size:34px}.event-countdown{bottom:22px}}

/* Prevent display-title collisions and use catalog photographs */
.hero h1{line-height:1.02;letter-spacing:-.04em}.hero h1 em{display:block;margin-top:.04em}.event-content h2{line-height:.98;letter-spacing:-.035em}.event-content h2 span{display:block;margin-top:.06em}.hero-content>p:not(.hero-kicker){margin-block:26px}.product-art::before{z-index:1}.product-art .quick-add,.product-art .badge{z-index:2}
@media(max-width:720px){.hero h1{line-height:1.04;font-size:clamp(43px,13vw,58px)}.event-content h2{line-height:1;font-size:clamp(52px,15vw,68px)}.hero-content>p:not(.hero-kicker){margin-block:18px}}

/* Readability and performance pass */
.hero h1{font-size:clamp(52px,6.8vw,104px);line-height:1.08!important;letter-spacing:-.035em}.hero h1 em{display:block;margin-top:.12em;color:var(--red);-webkit-text-stroke:0!important}.event-content h2{line-height:1.05!important}.event-content h2 span{display:block;margin-top:.1em;color:#fff;-webkit-text-stroke:0!important}.noise{display:none}.about,.classes,.event-banner,.coach,.shop,.contact,footer{content-visibility:auto;contain-intrinsic-size:auto 900px}

/* Consent is deliberately lightweight: necessary storage keeps the cart working;
   analytics never runs until the visitor explicitly accepts it. */
.cookie-consent{position:fixed;z-index:1000;right:24px;bottom:24px;width:min(520px,calc(100vw - 48px));background:#111;color:#fff;border:1px solid #3a3a3a;box-shadow:0 18px 55px rgba(0,0,0,.48);padding:20px 22px;display:flex;align-items:center;gap:24px;direction:rtl}.cookie-consent strong{font-size:14px}.cookie-consent p{margin:7px 0 0;color:#c4c4c4;font-size:12px;line-height:1.85}.cookie-consent-actions{display:flex;gap:9px;flex-shrink:0}.cookie-consent button{min-height:38px;padding:0 13px;border:1px solid #666;background:transparent;color:#fff;cursor:pointer;font:inherit;font-size:11px}.cookie-consent .cookie-accept{background:var(--red);border-color:var(--red)}@media(max-width:620px){.cookie-consent{right:16px;bottom:16px;width:calc(100vw - 32px);display:block;padding:18px}.cookie-consent-actions{margin-top:15px}.cookie-consent button{flex:1}}

/* Final RTL alignment for the two custom homepage headings. flex-end is the
   visual left edge in an RTL flex row, hence flex-start is deliberately used. */
.coaches-section>div:first-child,.wgktv>div:first-child{direction:rtl;text-align:right!important}.coaches-section .section-label,.wgktv .section-label{justify-content:flex-start!important;text-align:right}.coaches-section>div:first-child h2{font-size:clamp(42px,4.5vw,64px)!important;line-height:1.12!important;letter-spacing:-.035em!important}@media(max-width:720px){.coaches-section>div:first-child h2{font-size:clamp(38px,11vw,52px)!important}}
/* NOTE: the reveal fade-in, hero zoom and ticker animation used to be killed here with
   global !important rules (applied to every visitor, not just prefers-reduced-motion).
   That block was removed — see the correctly-scoped @media(prefers-reduced-motion:reduce)
   rule earlier in this file, which is the right place to disable motion. */

/* Keep every heading and card visually separate. */
.about,.classes,.coach,.shop{padding-top:92px;padding-bottom:92px}.hero-stats{padding-block:20px}.about h2,.section-heading h2,.shop-heading h2,.coach h2,.contact h2{font-size:clamp(42px,4.5vw,68px);line-height:1.2!important;letter-spacing:-.025em;margin-bottom:22px}.section-heading,.shop-heading{margin-bottom:42px}.section-heading>p{margin:0}.class-card.featured{background:#0a0a0a;transform:none;border-color:#262626}.class-card.featured>span{color:#777}.class-card.featured p{color:#999}.class-card{min-height:340px;padding:38px 32px}.class-card h3{font-size:23px;line-height:1.45;margin:0 0 10px}.class-card p{line-height:1.8;margin:0}.class-icon svg{margin-bottom:28px}.class-card:hover{background:var(--red);transform:none}.class-card:hover p{color:#fff}

/* Keyboard accessibility */
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #73d7ff;outline-offset:3px}
.quick-add:disabled,.button:disabled{opacity:.45;cursor:not-allowed}

/* ================= New: media zoom frames (about / coach) ================= */
.media-frame{overflow:hidden;display:block;position:relative}
.media-frame img{transition:transform .8s cubic-bezier(.16,1,.3,1),filter .8s}
.about-visual:hover .media-frame img{transform:scale(1.07)}
.coach-image:hover .media-frame img{transform:scale(1.06)}

/* ================= Fix: hero zoom (was globally disabled) ================= */
@keyframes heroKenBurns{from{transform:scale(1)}to{transform:scale(1.09)}}
.hero-image{animation:heroKenBurns 22s ease-in-out infinite alternate}
@media(prefers-reduced-motion:reduce){.hero-image{animation:none}}

/* ================= Fix: shop product art — photo or icon fallback ================= */
.product-art img.product-photo{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.16,1,.3,1)}
.product-card:hover .product-art img.product-photo{transform:scale(1.08)}
.product-fallback{width:100%;height:100%;display:grid;place-items:center;color:#00000055;transition:transform .5s,color .5s}
.product-fallback svg{width:46%;height:46%;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.product-card:hover .product-fallback{transform:scale(1.1);color:var(--red)}
.product-art .badge{position:absolute;top:16px;right:16px;background:var(--red);color:#fff;font-size:11px;padding:5px 12px;border-radius:2px;letter-spacing:.03em;z-index:2}
.product-art .badge.dark{background:var(--black)}
.product-art{position:relative}

/* ================= Fix: cart drawer scroll ================= */
.cart-items{max-height:min(48vh,420px);overflow-y:auto;padding-inline-end:4px}
.cart-items::-webkit-scrollbar{width:6px}
.cart-items::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:3px}

/* ================= New: news / blog grid ================= */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;align-items:stretch}
.blog-card{background:var(--soft-black);border:1px solid #232323;display:flex;flex-direction:column;height:100%;overflow:hidden;text-decoration:none;color:inherit;transition:transform .4s,border-color .4s,box-shadow .4s}
.blog-card:hover{transform:translateY(-8px);border-color:var(--red);box-shadow:0 24px 46px rgba(0,0,0,.4)}
/* Fixed, non-shrinking media band keeps every cover photo on the same line. */
.blog-media{position:relative;flex:0 0 auto;height:210px;overflow:hidden;background:#1a1a1a}
.blog-media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s cubic-bezier(.16,1,.3,1),filter .5s;filter:saturate(.85) contrast(1.05)}
.blog-card:hover .blog-media img{transform:scale(1.1)}
/* A post without a cover keeps the band instead of leaving a bare grey box. */
.blog-media-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;
  font-family:var(--font-display,inherit);font-size:34px;font-weight:900;letter-spacing:.12em;color:#2e2e2e;
  background:linear-gradient(135deg,#141414,#1e1e1e)}
/* RTL page: the chip belongs on the inline start (right), like every other label. */
.blog-category{position:absolute;top:14px;inset-inline-start:14px;inset-inline-end:auto;background:var(--red);color:#fff;font-size:11px;padding:5px 12px;letter-spacing:.03em;z-index:2;border-radius:2px}
.blog-body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-width:0}
.blog-body time{color:var(--muted);font-size:12px;letter-spacing:.02em}
/* Clamping title and excerpt to a fixed number of lines is what makes the row
   line up: without it a one-line headline shifts everything below it upward. */
.blog-body h3{margin:0;font-size:19px;line-height:1.5;min-height:calc(2 * 1.5em);
  display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.blog-body p{margin:0;color:#9c9c9c;font-size:13.5px;line-height:1.85;min-height:calc(2 * 1.85em);
  display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
/* Pushed to the bottom so every card ends on the same baseline. */
.blog-more{margin-top:auto;padding-top:6px;color:var(--red);font-size:13px;font-weight:700}
.blog-card:hover .blog-more{text-decoration:underline}

/* Blog category filter — same visual language as the shop filter. */
.blog-nav{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.blog-nav button{background:transparent;border:1px solid #2b2b2b;color:#9c9c9c;font-family:inherit;font-size:13px;
  padding:8px 18px;cursor:pointer;transition:background .25s,color .25s,border-color .25s}
.blog-nav button:hover{color:#fff;border-color:#454545}
.blog-nav button.active{background:var(--red);border-color:var(--red);color:#fff;font-weight:700}
.blog-nav.hidden{display:none}

@media(max-width:960px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:18px}}
@media(max-width:720px){
  /* .section-heading switches to display:block here, so the bar needs its own gap. */
  .blog-nav{margin-top:22px}
  .blog-nav button{padding:7px 14px;font-size:12px}
}
@media(max-width:640px){
  .blog-grid{grid-template-columns:1fr}
  .blog-media{height:190px}
  /* One card per row: nothing to align against, so let the text breathe. */
  .blog-body h3,.blog-body p{min-height:0}
  .blog-body p{-webkit-line-clamp:3;line-clamp:3}
}

/* ================= Fix: product card links to /product/:id ================= */
.product-art-link{display:block;width:100%;height:100%}
.product-info{text-decoration:none;color:inherit;display:block;cursor:pointer}
.product-info:hover h3{color:var(--red)}
.product-info h3{transition:color .25s}

/* ================= Grid polish ================= */
.product-grid,.class-grid,.blog-grid{align-items:stretch}
.product-card,.blog-card{display:flex;flex-direction:column}
.product-card .product-info{margin-top:auto}
@media(max-width:1180px){.product-grid{grid-template-columns:repeat(3,1fr)}}

/* ── Event Section Fix ── */
.event-content h2 {
  font-size: clamp(44px, 5.5vw, 80px) !important;
  line-height: 1.1 !important;
  margin: 12px 0 !important;
  letter-spacing: -.04em;
}
.event-content h2 span {
  display: inline !important;
  margin-top: 0 !important;
}
.event-countdown {
  position: absolute;
  left: 6vw;
  bottom: 60px;
  direction: ltr;
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(0,0,0,.6);
  padding: 18px 28px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
}
.event-countdown div {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}
.event-countdown strong {
  font-family: "Oswald", sans-serif;
  font-size: 52px !important;
  line-height: 1;
  color: #fff;
}
.event-countdown span {
  font-size: 11px !important;
  color: #aaa;
  margin-top: 4px;
  letter-spacing: .05em;
}
.event-countdown i {
  font-style: normal;
  font-size: 32px !important;
  color: var(--red);
  align-self: flex-start;
  margin-top: 8px;
}

/* ── Coach Section Fix ── */
.coach h2, .coach h2 span {
  color: #111 !important;
  -webkit-text-stroke: 0 !important;
}
.coach-lines {
  display: none !important;
}

/* ── Shop Section Fix ── */
.shop-heading h2, .shop-heading h2 span {
  color: #111 !important;
}
.shop-heading .section-label {
  color: #111 !important;
}
.shop-heading .section-label::before {
  background: var(--red) !important;
}
.shop {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* ── Hero Slider ── */
.hero-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-slide.active {
  opacity: 1;
}
.hero-slider-dots {
  position: absolute;
  bottom: 100px;
  right: clamp(28px, 8vw, 130px);
  z-index: 10;
  display: flex;
  gap: 8px;
}
.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: .3s;
}
.hero-dot.active {
  background: var(--red);
  width: 24px;
  border-radius: 4px;
}

/* ── Brand Logo Fix ── */
.brand-mark img {
  height: 52px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}
.brand-mark:has(img)::after {
  display: none;
}

/* ── Coaches Grid ── */
.coaches-section { background: var(--paper); color: #111; }
.coaches-section .section-heading { color: #111; }
.coaches-section .section-heading h2 span { color: var(--red); }
.coaches-section .section-label { color: var(--red) !important; }
.coaches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 32px;
  margin-top: 16px;
}
.coach-card {
  background: #fff;
  border: 1px solid #e5e0d8;
  border-radius: 4px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.coach-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.12); }
.coach-card-img {
  height: 300px;
  overflow: hidden;
  background: #ddd;
}
.coach-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(.2) contrast(1.05);
  transition: transform .5s;
}
.coach-card:hover .coach-card-img img { transform: scale(1.05); }
.coach-card-img .coach-fallback {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: #e5e0d8;
  font-size: 60px; color: #bbb;
}
.coach-card-body { padding: 20px 22px 24px; }
.coach-card-body h3 { font-size: 17px; margin: 0 0 5px; }
.coach-card-body .coach-role { font-size: 11px; color: var(--red); font-weight: 700; letter-spacing: .05em; margin-bottom: 10px; }
.coach-card-body blockquote {
  margin: 12px 0 0;
  border-right: 3px solid var(--red);
  padding-right: 12px;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
  font-style: italic;
}
.coach-card-sig {
  font-family: cursive;
  font-size: 18px;
  color: var(--red);
  margin-top: 12px;
  display: block;
}
@media(max-width:720px) {
  .coaches-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .coach-card-img { height: 220px; }
}
@media(max-width:480px) {
  .coaches-grid { grid-template-columns: 1fr; }
}

/* ── Class Image ── */
.class-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: -38px;
  margin-right: -38px;
  width: calc(100% + 76px);
}
.class-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .5s;
}
.class-card:hover .class-img img { transform: scale(1.05); }

/* ── Logo Fix — hide flag stripe when logo image exists ── */
#brandMark:has(img) {
  background: none !important;
  font-size: 0 !important;
}
#brandMark:has(img)::after {
  display: none !important;
}
#brandMark img {
  height: 52px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* ── Section Spacing Fix ── */
.section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* ── Coaches Section Fix ── */
.coaches-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.coaches-section .section-heading {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  text-align: right;
}
.coaches-grid {
  margin-top: 0 !important;
}

/* ── Shop & Blog spacing ── */
.shop, .blog {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* ── WGK TV ── */
.wgktv { padding: 80px 0; }
.wgktv .section-heading { padding: 0 clamp(28px,8vw,130px); }
.wgktv .section-heading h2 { color: #fff; font-size: clamp(36px,5vw,64px); line-height: 1.1; }

.tv-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 24px;
  padding: 0 clamp(28px,8vw,130px);
  align-items: start;
}

.tv-featured { display: flex; flex-direction: column; gap: 16px; }

.tv-player {
  width: 100%;
  aspect-ratio: 16/9;
  background: #111;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.tv-player iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.tv-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #444;
  gap: 12px;
}
.tv-placeholder span { font-size: 48px; }
.tv-placeholder p { font-size: 14px; }
.tv-coming-soon{background-size:cover;background-position:center;color:#fff;text-align:center;padding:24px}
.tv-coming-soon span{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:var(--red);font-size:24px;box-shadow:0 14px 34px rgba(0,0,0,.35)}
.tv-coming-soon p{font-size:17px;font-weight:800;margin:0}.tv-coming-soon small{color:#ccc}

.tv-info h3 { font-size: 18px; color: #fff; margin-bottom: 6px; }
.tv-info .tv-cat {
  display: inline-block;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 12px;
  background: rgba(0,157,220,.2);
  color: #009ddc;
  font-weight: 700;
}

.tv-sidebar { display: flex; flex-direction: column; gap: 12px; }

.tv-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tv-filter-btn {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #333;
  background: none;
  color: #888;
  cursor: pointer;
  font-family: inherit;
  transition: .2s;
}
.tv-filter-btn.active, .tv-filter-btn:hover {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

.tv-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 480px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #333 transparent;
}

.tv-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #1a1a1a;
  cursor: pointer;
  transition: .2s;
  background: #111;
  color: inherit;
  text-align: right;
  width: 100%;
  font: inherit;
}
.tv-item:hover, .tv-item.active { border-color: var(--red); background: rgba(0,157,220,.05); }
.tv-item-thumb {
  aspect-ratio: 16/9;
  background: #1a1a1a;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #444;
}
.tv-item-thumb img { width: 100%; height: 100%; object-fit: cover; }
.tv-item-thumb .play-icon {
  position: absolute;
  width: 28px;
  height: 28px;
  background: rgba(0,0,0,.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
}
.tv-item-info h4 { font-size: 12px; color: #ddd; line-height: 1.5; margin-bottom: 4px; }
.tv-item-info .tv-item-cat { font-size: 10px; color: #009ddc; font-weight: 700; }

@media(max-width: 900px) {
  .tv-layout { grid-template-columns: 1fr; }
  .tv-list { max-height: 300px; }
}

/* ── WGK TV Layout Fix ── */
.wgktv .section-heading {
  text-align: right !important;
  justify-content: flex-end !important;
  padding: 0 clamp(28px,8vw,130px) !important;
  margin-bottom: 40px !important;
}
.wgktv .section-heading .section-label {
  text-align: right !important;
}
.wgktv .section-heading h2 {
  text-align: right !important;
}

/* Shared checkout modal: available from every public page. */
.order-modal{border:0;border-radius:14px;padding:0;width:min(520px,calc(100vw - 28px));max-height:min(88svh,760px);background:#111;color:#fff;box-shadow:0 24px 80px rgba(0,0,0,.55)}
.order-modal::backdrop,#orderModal::backdrop{background:rgba(0,0,0,.78)}
.order-modal-inner{padding:26px;overflow:auto;max-height:88svh}.order-modal-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #2a2a2a;padding-bottom:15px;margin-bottom:18px}
.order-modal-head h2{font-size:20px;margin:0}.order-modal-head button{border:0;background:none;color:#fff;font-size:28px;cursor:pointer}.order-summary{background:#1a1a1a;border-radius:9px;padding:14px;margin-bottom:18px}
.order-summary>div{display:flex;justify-content:space-between;gap:15px;padding:7px 0;border-bottom:1px solid #292929;font-size:12px}.order-summary .order-total{font-size:14px;border:0;padding-top:13px}.order-summary small{display:block;color:#999;line-height:1.8;margin-top:8px}
.order-modal form{display:grid;gap:13px}.order-modal form label{display:flex;flex-direction:column;gap:6px;color:#bbb;font-size:11px}.order-modal input,.order-modal textarea{width:100%;background:#1a1a1a;border:1px solid #363636;border-radius:7px;padding:11px 13px;color:#fff;outline:none;font-family:inherit}
.order-modal input:focus,.order-modal textarea:focus{border-color:var(--red)}.order-modal .order-submit{width:100%;margin-top:3px}#orderMsg.success{color:#2dd4bf}#orderMsg.error{color:#f87171}
/* Payment method picker — only rendered when more than one method is enabled. */
.order-modal .pay-methods{border:1px solid #2a2a2a;border-radius:9px;padding:14px;margin:2px 0 0;min-width:0}
.order-modal .pay-methods[hidden]{display:none}
.order-modal .pay-methods legend{color:#bbb;font-size:11px;padding:0 6px}
.order-modal .pay-methods>div{display:grid;gap:8px}
.order-modal .pay-method{flex-direction:row!important;align-items:center;gap:10px;
  background:#1a1a1a;border:1px solid #363636;border-radius:7px;padding:12px 13px;cursor:pointer;
  color:#e6e6e6;font-size:13px;transition:border-color .2s,background .2s}
.order-modal .pay-method:hover{border-color:#4a4a4a}
.order-modal .pay-method:has(input:checked){border-color:var(--red);background:#16222a}
.order-modal .pay-method:focus-within{outline:2px solid var(--red);outline-offset:2px}
.order-modal .pay-method input{width:auto;flex:0 0 auto;accent-color:var(--red);margin:0}
.order-modal .pay-method span{flex:1 1 auto;min-width:0}

@media(max-width:720px){.order-modal{width:100vw;max-width:none;margin:auto 0 0;border-radius:18px 18px 0 0;max-height:92svh}.order-modal-inner{padding:22px 18px calc(22px + env(safe-area-inset-bottom));max-height:92svh}.cart-drawer{width:100vw;padding:28px 22px;padding-bottom:calc(28px + env(safe-area-inset-bottom))}.cart-footer{position:sticky;bottom:0;background:#111;padding-top:16px;margin-top:28px;right:auto;left:auto}.product-grid{grid-template-columns:1fr;gap:18px}.product-art{height:min(78vw,360px)}.product-info h3{font-size:15px}.button,.quick-add,.cart-controls button{min-height:44px;min-width:44px}}
@media(max-width:720px){.cart-drawer{height:100dvh;max-height:100dvh;overflow:auto}.site-header.nav-open .main-nav{max-height:calc(100dvh - 74px);overflow:auto;padding-bottom:calc(30px + env(safe-area-inset-bottom))}.pd-buy-row .button{flex:1}.pd-qty button{width:44px;height:48px}}
/* Superseded by the scoped ".tv-layout" desktop rule further down (kept mobile
   collapse at 900px intact instead of fighting it with an unconditional !important). */

/* ── Footer Trust Badges ── */
.footer-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.footer-trust a {
  display: inline-block;
  opacity: .8;
  transition: opacity .2s;
}
.footer-trust a:hover { opacity: 1; }
.footer-trust img {
  height: 60px;
  width: auto;
}
.enamad-placeholder {
  width: 60px;
  height: 60px;
  border: 1px dashed #444;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #555;
  text-align: center;
  line-height: 1.4;
}

/* ── Class Card Hover Text Fix ── */
.class-card:hover h3,
.class-card:hover .class-img,
.class-card.featured h3 {
  color: #fff !important;
}
.class-card:hover > div,
.class-card:hover > span,
.class-card:hover small {
  color: rgba(255,255,255,.8) !important;
}
.class-card:hover .badge-on,
.class-card:hover [style*="color:#009ddc"] {
  color: #fff !important;
  background: rgba(255,255,255,.2) !important;
}
.class-card:hover a {
  color: #fff !important;
}

/* ── Coaches Section Complete Fix ── */
.coaches-section {
  background: var(--paper) !important;
  color: #111 !important;
  padding: 80px clamp(28px,7vw,110px) !important;
}
.coaches-section .section-heading {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  text-align: right !important;
  margin-bottom: 48px !important;
  padding: 0 !important;
}
.coaches-section .section-label {
  color: var(--red) !important;
  justify-content: flex-end !important;
}
.coaches-section .section-heading h2 {
  text-align: right !important;
  color: #111 !important;
  font-size: clamp(42px,5vw,72px) !important;
  margin: 0 !important;
}
.coaches-section .section-heading h2 span {
  color: var(--red) !important;
}
.coaches-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 24px !important;
  margin-top: 0 !important;
}

/* ── WGK TV Complete Fix ── */
.wgktv .section-heading {
  display: block !important;
  text-align: right !important;
  padding: 0 clamp(28px,8vw,130px) !important;
  margin-bottom: 40px !important;
}
.wgktv .section-heading .section-label {
  justify-content: flex-end !important;
  text-align: right !important;
  margin-bottom: 12px !important;
}
.wgktv .section-heading h2 {
  text-align: right !important;
  font-size: clamp(42px,6vw,88px) !important;
  line-height: 1 !important;
  margin: 0 !important;
}
/* Scoped to desktop only so it no longer fights the @media(max-width:900px)
   single-column collapse defined earlier for .tv-layout. */
@media(min-width: 901px) {
  .tv-layout {
    display: grid !important;
    grid-template-columns: 300px 1fr !important;
    gap: 24px !important;
    padding: 0 clamp(28px,8vw,130px) !important;
    direction: rtl !important;
  }
}
.tv-sidebar { direction: rtl; }
.tv-featured { direction: rtl; }

/* ── Sticky Header ── */
.site-header {
  /* Header participates in the document flow, so it never covers page content. */
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(6,6,6,.92) !important;
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  transition: background .3s;
}

/* ── Coaches Section Final Fix ── */
.coaches-section {
  padding: 80px clamp(28px,7vw,110px) !important;
}
.coaches-section .section-heading {
  display: block !important;
  text-align: right !important;
  margin-bottom: 48px !important;
  padding: 0 !important;
}
.coaches-section .section-label {
  display: flex !important;
  justify-content: flex-end !important;
  text-align: right !important;
}
.coaches-section h2 {
  text-align: right !important;
  font-size: clamp(48px,6vw,80px) !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
  margin: 8px 0 0 !important;
  color: #111 !important;
}
.coaches-section h2 span {
  color: var(--red) !important;
}
.coaches-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px,1fr)) !important;
  gap: 28px !important;
}
.coach-card-img { height: 320px !important; }

/* ── WGK TV Heading Final Fix ── */
.wgktv .section-heading,
.wgktv .section-heading .section-label,
.wgktv .section-heading h2 {
  text-align: right !important;
  justify-content: flex-end !important;
  align-items: flex-end !important;
  direction: rtl !important;
}
.hidden{display:none!important}
.class-tldr,.coach-tldr{border-right:4px solid var(--red);padding:14px 18px;margin:0 0 26px;background:rgba(255,255,255,.08);line-height:1.9}
.coach-tldr{background:#eee9e0}.class-tldr strong,.coach-tldr strong{display:block;margin-bottom:5px}.class-tldr p,.coach-tldr p{margin:0}
@media(max-width:720px){
  .menu-toggle,.cart-button,.shop-nav button,.tv-filters button,.newsletter button{min-height:44px}
  .shop-nav button,.tv-filters button{padding-block:10px}
  .hero-dot{height:24px;min-width:24px;background:transparent;position:relative}
  .hero-dot::after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4);inset:50% auto auto 50%;transform:translate(-50%,-50%)}
  .hero-dot.active::after{width:24px;border-radius:4px;background:var(--red)}
  /* Preserve a comfortable 44px touch target without making the visual dot larger. */
  .hero-dot{width:44px;min-width:44px;height:44px}
  .class-card>a,.all-products,.newsletter button{min-height:44px;display:inline-flex;align-items:center}
}

/* Unified identity for every public detail page */
.brand-logo-img{height:50px;width:auto;max-width:92px;object-fit:contain;display:block}
.footer-brand .brand-logo-img{height:72px;max-width:150px}

/* ── Final layout correction: header, editorial headings and footer ── */
.site-header{height:96px!important;padding-inline:clamp(24px,4vw,72px)!important}
.site-header .brand,.site-header .main-nav,.site-header .header-actions{height:100%;align-items:center}
.site-header .brand{display:flex}
.coaches-section .coaches-heading{display:flex!important;flex-direction:column!important;align-items:flex-start!important;width:100%;margin:0 0 48px!important;padding:0!important;text-align:left!important;direction:ltr}
.coaches-section .coaches-heading .section-label{justify-content:flex-start!important;align-self:flex-start!important;margin:0 0 12px!important;direction:rtl;text-align:right}
.coaches-section .coaches-heading h2{margin:0!important;align-self:flex-start!important;text-align:right!important;direction:rtl;font-size:clamp(48px,6vw,80px)!important}
.wgktv>div:first-child{direction:ltr!important;text-align:left!important}
.wgktv>div:first-child .section-label{justify-content:flex-start!important;direction:ltr!important;text-align:left!important}
footer .footer-brand{align-items:center!important;text-align:center!important;justify-content:flex-start}
footer .footer-brand .brand-mark{display:flex;align-items:center;justify-content:center;width:100%;min-height:108px;margin:0 auto!important}
footer .footer-brand .brand-logo-img{height:104px!important;max-width:220px!important;margin:0 auto!important}
footer .footer-brand p{width:100%;margin:10px 0 0!important;text-align:center!important}
.all-products.is-complete{color:var(--red);border-bottom-color:var(--red)}
@media(max-width:720px){.site-header{height:74px!important}.coaches-section .coaches-heading{margin-bottom:32px!important}.coaches-section .coaches-heading h2{font-size:clamp(40px,11vw,56px)!important}footer .footer-brand .brand-mark{min-height:92px}footer .footer-brand .brand-logo-img{height:84px!important}}

/* ── Home-page rhythm and unified section typography ── */
:root{--wgk-section-title:clamp(42px,4.5vw,64px)}
.about,.classes,.coaches-section,.shop,.wgktv,.blog,.faq{padding-top:82px!important;padding-bottom:82px!important}
.section-heading,.shop-heading,.coaches-section .coaches-heading{margin-bottom:38px!important}
.about h2,.section-heading h2,.shop-heading h2,.coaches-section .coaches-heading h2,.wgktv>div:first-child h2,.contact h2{font-size:var(--wgk-section-title)!important;line-height:1.12!important;letter-spacing:-.035em!important}
.wgktv{padding-top:82px!important;padding-bottom:82px!important}
@media(max-width:1050px){.main-nav{gap:clamp(14px,1.6vw,24px)}.main-nav a{font-size:12px}}
@media(max-width:720px){:root{--wgk-section-title:clamp(38px,11vw,52px)}.about,.classes,.coaches-section,.shop,.wgktv,.blog,.faq{padding-top:62px!important;padding-bottom:62px!important}.section-heading,.shop-heading,.coaches-section .coaches-heading{margin-bottom:28px!important}}
.detail-related{padding:88px clamp(24px,8vw,130px);background:#0b0b0c;color:#fff;border-top:1px solid #222}
.detail-related>h2{font-size:clamp(34px,4vw,58px);line-height:1.15;margin:0 0 38px}
.detail-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.detail-related-card{min-height:250px;padding:30px;background:#121214;border:1px solid #28282c;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s,border-color .3s,background .3s}
.detail-related-card:hover{transform:translateY(-6px);border-color:var(--red);background:#17171a}
.detail-related-card>span{color:var(--red);font-size:11px;font-weight:800;margin-bottom:12px}
.detail-related-card h3{font-size:21px;line-height:1.5;margin:0 0 10px}
.detail-related-card p{font-size:13px;line-height:1.9;color:#aaa;margin:0 0 24px}
.detail-related-card>b{margin-top:auto;color:#fff;font-size:12px}
.detail-related-card.media-card{padding:0 0 26px;overflow:hidden}
.detail-related-card.media-card>span,.detail-related-card.media-card>h3,.detail-related-card.media-card>p,.detail-related-card.media-card>b{margin-inline:24px}
.detail-related-media{width:100%;height:210px;margin-bottom:24px;background:#e6e1d7;overflow:hidden}
.detail-related-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.detail-related-card:hover .detail-related-media img{transform:scale(1.05)}
.related-fallback{height:100%;display:grid;place-items:center;color:#111;font-family:"Oswald";font-size:32px;font-weight:800}
@media(max-width:900px){.detail-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.detail-related{padding:64px 22px}.detail-related-grid{grid-template-columns:1fr}.detail-related-card{min-height:220px}.detail-related-media{height:240px}}

/* Consultation form: the optional note remains readable and touch-friendly. */
.contact-form textarea{min-height:104px;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.25);color:#fff;padding:14px 15px;outline:none;resize:vertical;line-height:1.8}
.contact-form textarea:focus{border-color:#fff}
.contact-form .contact-message-field{grid-column:1/-1}
@media(max-width:720px){.contact-form .contact-message-field{grid-column:auto}}
.mobile-lead-cta{display:none}
@media(max-width:720px){.mobile-lead-cta{display:flex;position:fixed;z-index:80;right:16px;left:16px;bottom:14px;min-height:52px;align-items:center;justify-content:center;background:var(--red);color:#fff;border-radius:4px;box-shadow:0 8px 28px rgba(0,0,0,.35);font-size:13px;font-weight:800}.mobile-lead-cta:focus-visible{outline:3px solid #fff;outline-offset:3px}.contact{padding-bottom:150px}}
.faq{background:#f5f2ea;color:#111}.faq-list{max-width:900px}.faq-list details{border-top:1px solid #cfcac1;padding:0}.faq-list details:last-child{border-bottom:1px solid #cfcac1}.faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 0;font-size:18px;font-weight:800}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:27px;font-weight:400;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg);color:var(--red)}.faq-list p{max-width:760px;margin:0;padding:0 0 24px;color:#555;line-height:2}


/* ── منوی موبایل ────────────────────────────────────────────────
   قانون دسکتاپ `.site-header .main-nav{height:100%}` باعث می‌شد منوی بازشده
   در موبایل به ارتفاع هدر (۷۴px) محدود و لینک‌ها بریده شوند. */
@media(max-width:1050px){
  .site-header.nav-open .main-nav{height:auto!important;max-height:calc(100dvh - 74px);overflow:auto}
}
