:root{--ink:#070707;--surface:#101010;--line:#4c4c4c;--ash:#d8d8d8;--muted:#a9a9a9;--red:#e31513;--paper:#f3f1eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--ink)}body{margin:0;color:#fff;font-family:var(--font-barlow),Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}main{min-height:70vh}.shell{width:min(1440px,calc(100% - 72px));margin:auto}.topline{height:4px;background:var(--red)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(5,5,5,.97);border-bottom:1px solid #343434}.head-inner{height:88px;display:flex;align-items:center;gap:42px}.logo{display:block;width:130px;height:auto}.nav{display:flex;align-items:center;gap:34px;margin-left:auto;font-size:20px;font-weight:800;letter-spacing:.035em}.nav a:hover{color:var(--red)}.outline-button,.shop-button{font-weight:800;font-size:20px;letter-spacing:.03em;display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 28px;border:1px solid var(--red);transition:transform .2s,background .2s,color .2s}.shop-button{background:var(--red)}.shop-button:hover{background:#ff302b;transform:translateY(-2px)}.outline-button{border-color:#ddd}.outline-button:hover{background:#fff;color:#111;transform:translateY(-2px)}.mobile-toggle{display:none;background:none;border:0;color:white;font-size:28px;margin-left:auto}.hero{min-height:610px;overflow:hidden;background:#080808;display:grid;grid-template-columns:44% 56%;border-bottom:1px solid var(--line)}.hero,.hero-copy{position:relative}.hero-copy{padding:55px 20px 68px max(36px,calc((100vw - 1440px)/2 + 36px));align-self:center;z-index:2;background:linear-gradient(90deg,#080808 65%,transparent)}.eyebrow{color:var(--red);font-size:18px;font-weight:800;letter-spacing:.1em;margin:0 0 12px}.display,.hero h1{font-weight:900;line-height:.82;text-transform:uppercase;letter-spacing:-.025em;margin:0}.hero h1{font-size:clamp(64px,7vw,122px);max-width:680px}.hero h1 .red{color:var(--red);display:block}.hero-copy p{font-size:21px;line-height:1.22;color:#d4d4d4;max-width:410px;margin:25px 0}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-media{position:relative;min-height:610px;background:radial-gradient(circle at 60% 34%,#4e4e4e 0,#171717 38%,#050505 77%);overflow:hidden}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#080808,transparent 26%),linear-gradient(0deg,rgba(0,0,0,.68),transparent 45%)}.hero-products{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:contrast(1.16) saturate(.75)}.proof{background:#101010;border-bottom:1px solid #575757}.proof-grid{min-height:94px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.proof-item{padding:0 34px;min-height:56px;display:flex;align-items:center;gap:18px;border-right:1px solid #777;font-size:25px;line-height:.9;font-weight:800;text-transform:uppercase}.proof-item:last-child{border:0}.proof-big{font-size:58px;color:var(--ash);line-height:.7}.proof-mark{color:var(--red);font-size:33px}.section{padding:88px 0}.section-title{font-size:clamp(42px,5vw,76px);text-align:center;color:var(--ash);margin-bottom:42px}.section-title:after,.section-title:before{content:"////";font-size:.48em;color:var(--red);padding:0 .45em;letter-spacing:-.13em}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.category{height:315px;position:relative;border:1px solid #777;background:#171717;overflow:hidden;display:flex;align-items:flex-end;padding:24px;isolation:isolate}.category:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#080808 5%,transparent 70%);z-index:-1}.category img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.91;z-index:-2;transition:transform .35s}.category:hover img{transform:scale(1.045)}.category strong{font-weight:900;font-size:50px;line-height:.85;text-transform:uppercase}.category span{margin-left:auto;color:var(--red);font-size:42px}.split{display:grid;grid-template-columns:1fr 1fr;background:#141414;border-top:1px solid #454545;border-bottom:1px solid #454545}.split-media{min-height:520px;position:relative}.split-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.15)}.split-copy{padding:78px clamp(32px,7vw,120px);align-self:center}.split-copy h2{font-size:clamp(48px,5vw,83px);color:var(--ash)}.split-copy p{font-size:19px;color:#cecece;line-height:1.45;max-width:520px}.split-copy .shop-button{margin-top:14px}.featured{background:var(--paper);color:#111}.featured .section-title{color:#151515}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.product-card{position:relative;border:1px solid #aaa;background:#fff;min-width:0}.product-image{display:block;aspect-ratio:1/1;background:#ececec;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.04)}.product-copy{padding:22px}.product-copy h3{font-weight:800;font-size:29px;line-height:.95;text-transform:uppercase;margin:0;min-height:56px}.product-meta{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:17px}.price{font-weight:700;color:var(--red);font-size:20px}.product-meta a{color:#111;font-weight:800;font-size:18px;text-decoration:underline;text-underline-offset:4px}.reviews{background:#171717}.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.quote{border-top:3px solid var(--red);padding:25px 0}.quote p{font-size:23px;line-height:1.23;margin:0 0 18px}.quote cite{color:#c9c9c9;font-style:normal;font-weight:700}.cta-band{padding:88px 0;background:var(--red);text-align:center}.cta-band h2{font-size:clamp(52px,7vw,106px);color:#fff}.cta-band p{font-size:20px;max-width:580px;margin:18px auto 30px}.cta-band .outline-button{border-color:#fff}.cta-band .outline-button:hover{color:var(--red)}.footer{background:#060606;border-top:1px solid #3e3e3e;padding:54px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:32px;gap:32px}.footer .logo{width:165px}.footer p{color:#bfbfbf;max-width:370px;line-height:1.4}.footer h3{font-weight:800;font-size:22px;text-transform:uppercase;margin:0 0 12px}.footer-links{display:grid;grid-gap:9px;gap:9px;color:#c8c8c8}.footer-links a:hover{color:var(--red)}.footer-bottom{border-top:1px solid #343434;margin-top:40px;padding-top:18px;display:flex;align-items:center;justify-content:space-between;color:#8f8f8f;font-size:14px}.theo{height:29px;width:auto}.page-hero{padding:82px 0 60px;border-bottom:1px solid #555;background:radial-gradient(circle at 75% 0,#3b3b3b,transparent 34%),#101010}.page-hero h1{font-size:clamp(56px,7vw,110px);color:var(--ash)}.page-hero p{max-width:620px;color:#ccc;font-size:19px;line-height:1.4}.listing{background:var(--paper);color:#111}.listing .product-grid{padding-top:10px}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.filter-bar a{border:1px solid #777;padding:8px 14px;font-weight:800;font-size:17px;text-transform:uppercase}.filter-bar a:hover{background:var(--red);border-color:var(--red);color:#fff}.detail{background:var(--paper);color:#151515;padding:66px 0 90px}.detail-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:72px;gap:72px}.detail-image{background:#e7e7e7;aspect-ratio:1;display:flex}.detail-image img{width:100%;height:100%;object-fit:contain}.detail h1{font-size:clamp(48px,5vw,82px)}.detail-price{font-size:27px;font-weight:800;color:var(--red);margin:22px 0}.detail-description{font-size:18px;line-height:1.5;color:#333}.detail .shop-button{margin-top:26px}.article{background:var(--paper);color:#171717;padding:70px 0 96px}.article-inner{width:min(860px,calc(100% - 50px));margin:auto}.article h1{font-weight:900;font-size:clamp(48px,6vw,88px);line-height:.87;text-transform:uppercase}.article .body{font-size:18px;line-height:1.65;white-space:pre-line;color:#333}.article .body p{margin-bottom:20px}.not-found{padding:120px 0;text-align:center;background:var(--paper);color:#111}.not-found h1{font-weight:900;font-size:120px;line-height:.8;color:var(--red);margin:0}@media(max-width:1024px){.shell{width:min(100% - 44px,1440px)}.head-inner{gap:20px}.nav{gap:18px;font-size:18px}.hero{grid-template-columns:48% 52%}.hero-copy{padding-left:22px}.category{height:245px}.proof-item{padding:0 16px;font-size:21px}.proof-big{font-size:44px}}@media(max-width:760px){.shell{width:calc(100% - 32px)}.head-inner{height:72px}.logo{width:102px}.nav{display:none;position:absolute;left:0;right:0;top:72px;background:#090909;border-bottom:1px solid #444;padding:18px 16px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav .shop-button{display:none}.hero,.mobile-toggle{display:block}.hero{min-height:0}.hero-copy{padding:46px 16px 32px;background:#090909}.hero h1{font-size:68px;max-width:360px}.hero-copy p{font-size:18px}.hero-media{min-height:330px}.hero-media:after{background:linear-gradient(0deg,#080808,transparent 60%)}.proof-grid{grid-template-columns:1fr;min-height:0;padding:8px 0}.proof-item{border-right:0;border-bottom:1px solid #555;min-height:68px;padding:10px 4px;font-size:22px}.proof-item:last-child{border-bottom:0}.section{padding:58px 0}.section-title{text-align:left;line-height:.9;margin-bottom:28px}.section-title:after,.section-title:before{display:none}.category-grid,.product-grid,.quote-grid{grid-template-columns:1fr;gap:14px}.category{height:270px}.split{grid-template-columns:1fr}.split-media{min-height:340px}.split-copy{padding:50px 16px}.product-copy h3{min-height:0}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:15px;align-items:flex-start;flex-direction:column}.page-hero{padding:54px 0 42px}.detail{padding:38px 0 60px}.detail-grid{grid-template-columns:1fr;gap:36px}.article{padding:45px 0 72px}.article-inner{width:calc(100% - 32px)}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.exercise-subcollection-grid .category strong{font-size:clamp(30px,3vw,46px)}.five-star-proven-category strong,.shop-by-equipment-category strong,.shop-by-exercise-category strong,.shop-by-muscle-category strong{font-size:clamp(30px,2.5vw,40px)}.split-media picture{display:block;position:absolute;inset:0}.detail-description{max-height:620px;overflow:hidden}.grip-training-link{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:24px;padding:16px 18px;border:1px solid #777;color:#171717;font-size:19px;font-weight:800;line-height:1;text-transform:uppercase;transition:background .2s,color .2s,border-color .2s}.grip-training-link span{color:var(--red);font-size:28px;line-height:.6}.grip-training-link:hover{background:#171717;border-color:#171717;color:#fff}.grip-training-link:active{transform:scale(.99)}.review-hero h1{max-width:950px}.review-listing{background:var(--paper);color:#161616;padding:76px 0 94px}.review-summary{border-top:3px solid var(--red);border-bottom:1px solid #9a9a9a;padding:22px 0;display:flex;align-items:center;gap:18px;margin-bottom:36px}.review-summary strong{font-size:74px;line-height:.7}.review-summary span{font-size:22px;font-weight:800;line-height:.95;text-transform:uppercase}.review-summary .outline-button{color:#111;border-color:#333;margin-left:auto}.review-summary .outline-button:hover{background:#111;color:#fff}.review-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.review-card{background:#fff;border:1px solid #aaa;padding:30px;min-height:290px;display:flex;flex-direction:column}.review-stars{color:var(--red);letter-spacing:.12em;font-size:21px}.review-card h2{font-size:34px;line-height:.9;text-transform:uppercase;margin:16px 0 12px}.review-card p{font-family:var(--font-barlow),Arial,sans-serif;font-size:18px;line-height:1.42;margin:0 0 22px;color:#343434}.review-product{font-weight:800;text-decoration:underline;text-underline-offset:4px}.review-card cite{font-style:normal;font-weight:700;color:#666;margin-top:auto;padding-top:20px}.review-cta{margin-top:34px}.review-library-note{font-size:19px;line-height:1.4;margin:-8px 0 32px;max-width:720px;color:#3b3b3b}.product-reviews{background:#171717;padding:78px 0 92px}.product-reviews h2{font-size:clamp(42px,5vw,72px);color:var(--ash);max-width:920px}.product-reviews-intro{color:#c8c8c8;font-size:19px;line-height:1.45;max-width:670px;margin:20px 0 35px}.product-review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.product-review{background:#f8f7f3;color:#181818;border-top:3px solid var(--red);padding:26px 28px;min-width:0}.product-review h3{font-size:29px;line-height:.94;text-transform:uppercase;margin:14px 0 12px}.product-review p{font-size:18px;line-height:1.48;margin:0;color:#353535;white-space:pre-line}.product-review cite{display:block;border-top:1px solid #bbb;margin-top:22px;padding-top:15px;font-style:normal;font-weight:800;color:#555}.proof-item{transition:background .2s,color .2s}.proof a.proof-item:hover{background:#222;color:#fff}@media(max-width:760px){.review-listing{padding:48px 0 62px}.review-summary{align-items:flex-start;flex-wrap:wrap;gap:12px;padding:20px 0}.review-summary strong{font-size:62px}.review-summary span{font-size:19px;padding-top:4px}.review-summary .outline-button{margin:12px 0 0;width:100%;font-size:18px}.product-review-list,.review-grid{grid-template-columns:1fr}.review-card{padding:24px;min-height:0}.review-card h2{font-size:31px}.review-cta{width:100%}.product-reviews{padding:54px 0 62px}.product-review{padding:23px 20px}.product-review h3{font-size:27px}.product-reviews-intro,.review-library-note{font-size:18px}}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/05af89ad76258aac-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c047de4e6e16a01b-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f54c84255ccf44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5de5dda68c9a1053-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac44098818d287e8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3667c091265cf81b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d6e015f239232eb3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55b35d87b6156eea-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5fb5c05ff73c0616-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8599be8653318abe-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3352fdb488e19d84-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/437e5f23c97e320c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/bd4099f982a70777-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/adc67d25e358ad72-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/79f0f365efbf4f90-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/506cbc5bf31ce8c3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/24c81c8cc8559206-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/67d60655232d436d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed Fallback;src:local("Arial");ascent-override:130.73%;descent-override:26.15%;line-gap-override:0.00%;size-adjust:76.49%}.__className_bdb1f0{font-family:Barlow Condensed,Barlow Condensed Fallback;font-style:normal}.__variable_bdb1f0{--font-barlow:"Barlow Condensed","Barlow Condensed Fallback"}