@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Barlow:wght@400;500;600;700&display=swap');
:root{--ink:#171717;--red:#ef392c;--paper:#fafaf8;--line:#dcdcd8;--muted:#666;--heading:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:'Barlow',Arial,sans-serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 var(--body)}button,input,select{font:inherit}button,a,summary{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed;opacity:.6}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--red);outline-offset:4px}[hidden]{display:none!important}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.04}h2{font:700 clamp(2rem,3.8vw,3.4rem)/1.05 var(--heading)}.skip{position:fixed;top:-80px;left:20px;background:white;padding:16px;z-index:100}.skip:focus{top:0}.announcement{min-height:34px;padding:7px 5%;display:flex;justify-content:space-between;background:var(--ink);color:white;font-size:.75rem;letter-spacing:1.4px;font-weight:600}.announcement span{letter-spacing:.3px;color:#cecece}.store-header,body>header{display:flex;align-items:center;justify-content:space-between;padding:22px 5%;border-bottom:1px solid var(--line);gap:28px;background:var(--paper)}.brand{font:900 2.5rem/.8 var(--heading);letter-spacing:-1px;display:inline-flex;flex-direction:column}.brand span{font:600 .67rem/1 var(--body);letter-spacing:4.4px;margin-top:10px}.store-header nav{display:flex;gap:32px;font-size:.94rem;font-weight:600}.store-header nav a:hover{color:var(--red)}.bag-button{display:flex;align-items:center;gap:10px;background:transparent;border:0;font-weight:600}.bag-button span{display:grid;place-items:center;background:var(--ink);color:white;border-radius:50%;width:23px;height:23px;font-size:.8rem}.hero{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:white;min-height:555px}.hero-content{padding:48px 10% 24px;display:flex;align-items:flex-start;flex-direction:column}.eyebrow{font-size:.76rem;font-weight:700;letter-spacing:1.8px;margin-bottom:22px}.hero .eyebrow{color:#eee}.hero h1{font:800 clamp(4rem,7.7vw,7.8rem)/.88 var(--heading);letter-spacing:-1px;margin:0 0 26px}.hero h1 em{font-style:normal;color:var(--red)}.hero-content>p:not(.eyebrow){color:#c7c7c7;margin-bottom:28px;font-size:1.05rem}.button{border:0;padding:15px 24px;display:inline-flex;align-items:center;justify-content:space-between;gap:35px;font-weight:600;min-height:52px}.red{background:var(--red);color:#fff}.red:hover{background:#d32d22}.dark{background:var(--ink);color:white}.outline{border:1px solid var(--ink);background:transparent}.hero-bottom{margin-top:auto;padding-top:44px;display:flex;justify-content:space-between;width:100%;gap:20px;color:#aaa;font-size:.65rem;letter-spacing:1.1px}.hero-photo{position:relative;min-height:450px;background:#383838 center/cover no-repeat}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#0009,transparent 60%)}.image-note{position:absolute;bottom:28px;left:30px;color:white;z-index:1;font:600 .75rem var(--body);letter-spacing:2px}.discipline-strip{display:flex;justify-content:space-around;border-bottom:1px solid var(--line);padding:18px 5%;gap:20px;font:700 1.35rem var(--heading);letter-spacing:2px}.discipline-strip span+span:before{content:'+';color:var(--red);margin-right:clamp(20px,6vw,100px)}.section{padding:76px 5%}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:32px}.section-heading h2{margin-bottom:0}.section-heading>p{color:var(--muted);margin:0}.section .eyebrow{color:var(--muted);margin-bottom:14px}.catalog-controls{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:20px}.filters{display:flex;flex-wrap:wrap;gap:8px}.filters button{border:1px solid var(--line);background:transparent;padding:9px 17px;font-size:.9rem;font-weight:600}.filters button.active{background:var(--ink);color:white;border-color:var(--ink)}.sort-label{font-size:.85rem;white-space:nowrap;color:var(--muted)}select{border:1px solid var(--line);background:white;padding:8px;color:var(--ink);max-width:100%}.sort-label select{margin-left:8px;font-size:.85rem}.preview-note{color:var(--muted);font-size:.8rem;padding-top:17px;margin-bottom:22px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 24px}.product-card{min-width:0}.product-image{display:block;width:100%;border:0;background:#eeeeeb;position:relative;padding:0;aspect-ratio:1.16;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product-image:hover img{transform:scale(1.04)}.product-image .tag{position:absolute;top:15px;left:15px;background:#fff;padding:4px 8px;font-size:.68rem;letter-spacing:.8px;z-index:1}.product-info{display:flex;justify-content:space-between;gap:10px;padding-top:18px}.product-info h3{font-size:1.08rem;font-weight:600;margin:0 0 7px;line-height:1.3}.product-info p{color:var(--muted);font-size:.87rem;margin-bottom:0}.product-price{font-weight:600;font-size:.94rem;white-space:nowrap;padding-top:2px}.product-actions{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:12px;border-top:1px solid var(--line);gap:10px}.product-actions button{font-size:.85rem;background:none;border:0;padding:5px 0;font-weight:600}.product-actions button:hover{color:var(--red)}.product-actions span{font-size:.72rem;color:var(--muted)}.small{font-size:.86rem;color:var(--muted);line-height:1.6}#product-count{margin-top:30px}.manifesto{background:var(--red);color:#fff;position:relative;overflow:hidden}.manifesto .eyebrow{color:#fff}.manifesto h2{font-size:clamp(3rem,5vw,5rem);margin-bottom:24px}.manifesto>p:not(.eyebrow){font-size:1.1rem}.text-link{display:inline-block;background:none;border:0;border-bottom:1px solid currentColor;padding:0 0 4px;font-size:.94rem;font-weight:600}.round-marker{position:absolute;right:5%;bottom:-.07em;font:800 clamp(8rem,22vw,24rem)/1 var(--heading);color:#ffffff24;pointer-events:none}.care{display:grid;grid-template-columns:1fr 1.6fr;gap:60px}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:20px}summary:after{content:'+';font-size:1.4rem;line-height:1}details[open] summary:after{content:'−'}.faq details p{color:var(--muted);margin:16px 0 0;max-width:640px}footer{background:var(--ink);color:white;padding:48px 5% 20px;display:flex;flex-wrap:wrap;align-items:center;gap:40px}footer>p{margin:0;color:#aaa}footer nav{margin-left:auto;display:flex;gap:24px;font-size:.87rem}.footer-bottom{border-top:1px solid #444;padding-top:22px;margin-top:16px;flex-basis:100%;display:flex;justify-content:space-between;color:#aaa;font-size:.75rem;letter-spacing:.6px}dialog{border:0;padding:0;max-height:90dvh;max-width:min(930px,94vw);width:930px;color:var(--ink);background:var(--paper);box-shadow:0 20px 100px #0005}dialog::backdrop{background:#0009;backdrop-filter:blur(2px)}.close{position:absolute;right:16px;top:12px;background:white;border:1px solid var(--line);font-size:1.8rem;width:42px;height:42px;display:grid;place-items:center;z-index:2;line-height:1}#product-detail{display:grid;grid-template-columns:1fr 1fr}#product-detail>img{width:100%;height:100%;max-height:600px;object-fit:contain;background:#eee}.detail-copy{padding:55px 30px 35px}.detail-copy h2{font-size:2.8rem}.detail-copy .variant{font-size:.85rem;color:var(--muted)}.detail-copy li{font-size:.9rem;margin-bottom:8px}.detail-copy .button{width:100%;margin-top:16px}.bag-dialog{position:fixed;inset:0 0 0 auto;margin:0;height:100dvh;max-height:100dvh;max-width:min(490px,100vw);display:none}.bag-dialog[open]{display:flex;flex-direction:column}.bag-head{padding:32px 26px 22px;border-bottom:1px solid var(--line)}.bag-head h2{font-size:2rem;margin:0}.bag-head .eyebrow{margin-bottom:10px}.bag-head .close{top:24px}.bag-summary{margin-top:auto;border-top:1px solid var(--line);padding:24px 26px}.subtotal{display:flex;justify-content:space-between;font-size:1.1rem}.checkout{width:100%;justify-content:center}.bag-summary .text-link{display:block;margin:18px auto 0}#bag-items{padding:0 26px;overflow-y:auto;min-height:100px}.bag-item{display:grid;grid-template-columns:78px 1fr auto;gap:15px;padding:22px 0;border-bottom:1px solid var(--line)}.bag-item img{width:78px;height:88px;object-fit:contain;background:#eee}.bag-item h3{font-size:1rem;margin:0 0 7px;line-height:1.3}.quantity{display:inline-flex;align-items:center;border:1px solid var(--line);margin-top:8px;gap:12px}.quantity button{border:0;background:none;min-width:30px;min-height:32px}.remove{border:0;background:none;font-size:.8rem;text-decoration:underline;padding:8px 0}.bag-item>strong{font-size:.85rem;white-space:nowrap}.empty{padding:36px 0}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(100px);background:var(--ink);color:white;padding:14px 24px;box-shadow:0 4px 30px #0003;z-index:10;transition:transform .2s;text-align:center;max-width:90vw;width:max-content}.toast.show{transform:translateX(-50%)}body:has(dialog[open]){overflow:hidden}.utility{max-width:1040px;margin:0 auto;padding:60px 24px}.utility h1{font:700 3rem var(--heading)}.panel{padding:24px;border:1px solid var(--line);margin:24px 0;background:white}.field{display:flex;flex-direction:column;gap:8px;margin:16px 0}.field input{padding:12px;border:1px solid var(--line)}.admin-grid,.admin-actions{display:flex;gap:15px;flex-wrap:wrap}.admin-grid>*{flex:1;min-width:160px}.error{color:#b02019}.admin-list article{border-bottom:1px solid var(--line);padding:20px 0}pre{white-space:pre-wrap;overflow-wrap:anywhere}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{padding:12px;text-align:left;border-bottom:1px solid var(--line)}.underlined{text-decoration:underline}
@media(min-width:1600px){.hero{min-height:680px}.hero-content{padding-top:70px}.hero h1{font-size:9rem}}@media(max-width:900px){.store-header nav{gap:18px}.hero-content{padding:40px 8% 24px}.hero h1{font-size:6rem}.hero-bottom span:last-child{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-controls{align-items:flex-start;flex-direction:column}.care{gap:30px}.discipline-strip span+span:before{margin-right:20px}.section-heading>p{display:none}footer nav{margin-left:0;width:100%}}@media(max-width:600px){.announcement{font-size:.62rem;letter-spacing:.5px;justify-content:center}.announcement>span{display:none}.store-header{padding:21px 5%;flex-wrap:wrap;gap:20px}.brand{font-size:2.2rem}.brand span{font-size:.59rem;letter-spacing:3.8px}.store-header nav{order:3;flex-basis:100%;justify-content:space-between;gap:10px;font-size:.85rem}.hero{grid-template-columns:1fr;min-height:auto}.hero-content{padding:38px 6% 28px}.hero h1{font-size:5.7rem}.hero-photo{min-height:280px;max-height:320px}.hero-bottom{padding-top:30px}.discipline-strip{padding:18px 4%;gap:8px;font-size:.93rem;letter-spacing:.5px}.discipline-strip span+span:before{display:none}.section{padding:48px 5%}.section-heading{margin-bottom:24px}.section-heading h2{font-size:2.5rem}.filters{gap:7px}.filters button{font-size:.82rem;padding:8px 12px}.product-grid{gap:30px 13px}.product-image{aspect-ratio:.88}.product-image .tag{top:8px;left:7px;font-size:.6rem;padding:3px 5px}.product-info{display:block;padding-top:13px}.product-info h3{font-size:1rem}.product-info p{font-size:.8rem}.product-price{display:block;margin-top:7px}.product-actions span{display:none}.product-actions{margin-top:10px}.product-actions button{font-size:.8rem}.care{grid-template-columns:1fr;gap:5px}.care h2{margin-bottom:22px}.manifesto h2{font-size:3.4rem}.manifesto p{position:relative;z-index:1}.round-marker{font-size:10rem}.footer-bottom{gap:20px}.footer-bottom span:last-child{display:none}footer{gap:24px}footer nav{gap:18px;flex-wrap:wrap}#product-detail{grid-template-columns:1fr}#product-detail>img{height:250px}.detail-copy{padding:26px}.detail-copy h2{font-size:2.3rem}.bag-head h2{font-size:1.9rem}.preview-note{font-size:.78rem}.utility{padding:35px 20px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.hero-photo{background-image:url('/hero.jpg');background-position:60% center}

.equipment-art{display:block;background-image:url('/equipment.png');background-size:300% 200%;background-repeat:no-repeat;aspect-ratio:1}.art-gloves{background-position:0 0}.art-wraps{background-position:50% 0}.art-shin{background-position:100% 0}.art-mma{background-position:0 100%}.art-mitts{background-position:50% 100%}.art-rope{background-position:100% 100%}.product-image{aspect-ratio:1}.product-image .equipment-art{width:100%;height:100%;transition:transform .3s}.product-image:hover .equipment-art{transform:scale(1.025)}.detail-art{width:100%;align-self:center}.bag-art{width:78px;height:78px}@media(max-width:600px){.detail-art{width:250px;max-width:100%;margin:auto}}
/* Collection and accessibility refinements. */
.search-row{display:flex;align-items:flex-end;gap:22px;margin:0 0 24px}.search-box{display:flex;flex-direction:column;gap:8px;flex:1;max-width:440px;font-size:.88rem;font-weight:600}.search-box input{width:100%;min-height:48px;padding:12px 16px;background:white;border:1px solid #b9b9b5;border-radius:0;color:var(--ink)}.collection-size{margin-left:auto;font-size:.85rem;color:var(--muted);padding-bottom:10px}.search-row .text-link{margin-bottom:10px;white-space:nowrap}.filter-count{margin-left:5px;opacity:.68;font-size:.8rem}.no-results{grid-column:1/-1;text-align:center;padding:60px 24px;border:1px dashed var(--line)}.no-results h3{font:700 2.2rem var(--heading)}.no-results p{color:var(--muted)}.detail-bag-link{display:block;margin:18px auto;text-align:center}.art-kick-pads,.art-heavy-bag,.art-double-end,.art-duffel,.art-foam-roller,.art-resistance{background-image:url('/equipment-2.png')}.art-kick-pads{background-position:0 0}.art-heavy-bag{background-position:50% 0}.art-double-end{background-position:100% 0}.art-duffel{background-position:0 100%}.art-foam-roller{background-position:50% 100%}.art-resistance{background-position:100% 100%}.product-card{display:flex;flex-direction:column}.product-actions{margin-top:auto;padding-top:15px}.product-info{padding-bottom:18px}.product-image .tag{font-size:.75rem}.product-actions span{font-size:.75rem}.product-actions button{min-height:44px}.filters button{min-height:44px}.quantity button{min-width:40px;min-height:40px}.remove{min-height:40px}.hero-bottom{font-size:.75rem}.brand span{font-size:.75rem;letter-spacing:3px}.announcement{font-size:.8rem}.preview-note{font-size:.88rem}.bag-summary{background:var(--paper)}.bag-item h3{line-height:1.4}.bag-item .quantity{gap:8px}.bag-item>strong{white-space:normal}.bag-head{padding-right:72px}.address{white-space:pre-line}.admin-order{width:100%;background:white;border:1px solid var(--line);padding:20px;display:flex;justify-content:space-between;gap:24px;text-align:left}.admin-order span{display:block;font-size:.88rem;margin-top:8px}.status-item{padding:18px 0;border-top:1px solid var(--line)}.status-label{display:inline-block;padding:6px 12px;background:#eee;font-weight:600;margin-bottom:16px}
@media(max-width:600px){.search-row{flex-wrap:wrap;gap:14px}.search-box{max-width:none;flex-basis:100%}.collection-size{margin-left:0;order:3;font-size:.85rem}.search-row .text-link{margin:0}.hero h1{font-size:clamp(3.4rem,14.5vw,5.7rem)}.product-info h3{font-size:1rem}.product-info p{font-size:.88rem}.product-actions button{font-size:.88rem}.filters button{font-size:.88rem}.product-image .tag{font-size:.75rem}.hero-bottom{letter-spacing:.5px}.brand span{font-size:.75rem;letter-spacing:2px}.bag-summary{padding:18px 20px}.bag-head{padding-left:20px}.bag-item{grid-template-columns:64px 1fr;gap:12px}.bag-art{width:64px;height:64px}.bag-item>strong{grid-column:2}.bag-summary .small{margin:10px 0}.bag-dialog{overflow-y:auto}.bag-dialog #bag-items{flex:1;overflow-y:visible}.bag-summary{position:relative}.preview-note{font-size:.88rem}.announcement{font-size:.75rem}.footer-bottom{font-size:.8rem}.care .faq summary{min-height:36px;align-items:center}}
/* Premium equipment design previews and accessible colour selection. */
.premium-art{background-image:url('/premium-equipment.png');background-size:300% 300%}.premium-gloves{--row:0%}.premium-shin{--row:50%}.premium-mma{--row:100%}.colour-red-white{--col:0%}.colour-white-gold{--col:50%}.colour-black-gold{--col:100%}.premium-art{background-position:var(--col) var(--row)}.premium-mitts,.premium-kick-pads{background-image:url('/premium-pads.png');background-size:200% 200%}.premium-mitts{--row:0%}.premium-kick-pads{--row:100%}.premium-mitts.colour-white-gold,.premium-kick-pads.colour-white-gold{--col:100%}.colour-selector{border:0;padding:0;margin:0 0 16px;min-width:0}.colour-selector legend{font-size:.82rem;color:#666;margin-bottom:6px}.colour-selector legend strong{font-weight:500;color:#222}.colour-options{display:flex;gap:4px}.colour-swatch{display:flex;align-items:center;justify-content:center;background:none;border:1px solid transparent;padding:6px;min-width:42px;min-height:42px;border-radius:50%}.colour-swatch>span{width:24px;height:24px;border-radius:50%;border:1px solid #aaa;background:linear-gradient(135deg,var(--swatch) 60%,var(--accent) 60%)}.swatch-red-white{--swatch:#e6312e;--accent:#fff}.swatch-white-gold{--swatch:#f6f3ec;--accent:#c49a46}.swatch-black-gold{--swatch:#202020;--accent:#c49a46}.colour-swatch[aria-pressed=true]{border-color:#222}.colour-swatch:hover{background:#e8e8e4}.detail-colours{margin:20px 0}.detail-colours .colour-options{gap:8px;flex-wrap:wrap}.detail-colours .colour-swatch{border-radius:2px;flex-direction:column;gap:8px;padding:10px;min-width:85px;border-color:#ccc}.detail-colours .colour-swatch[aria-pressed=true]{border:2px solid #222;padding:9px}.colour-swatch small{font-size:.8rem}.bag-colour{font-size:.8rem;color:#666;margin:0 0 6px}.product-image .premium-art{transform:scale(.93)}.product-image:hover .premium-art{transform:scale(.97)}.product-image{background:#eeeeeb}.detail-art.premium-art{aspect-ratio:1;height:auto}.product-info{padding-bottom:12px}@media(max-width:600px){.colour-selector legend{font-size:.8rem}.colour-swatch{min-width:40px;min-height:40px;padding:5px}.detail-colours .colour-swatch{min-width:77px}.product-image .tag{font-size:.65rem}.detail-colours .colour-options{gap:6px}}

.premium-art{clip-path:inset(3%)}
