:root{--bb-blue:#315cff;--bb-blue-dark:#2447d8;--bb-black:#050505;--bb-light:#f5f5f5;--bb-border:#e5e5e5;--bb-muted:#667085;--bb-yellow:#ffd21e;--font-head:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;--font-body:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html,body{margin:0;width:100%;max-width:100%;overflow-x:hidden;background:#fff;color:#111;font-family:var(--font-body);line-height:1.35;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.catalog-wrap,.container{width:calc(100% - 36px);max-width:none;margin:0 auto}.btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:2px;text-transform:uppercase;font-weight:900;letter-spacing:.08em;font-size:14px;min-height:46px}.btn-primary{background:var(--bb-blue);color:#fff}.btn-primary:hover{background:var(--bb-blue-dark)}.top-strip{height:24px;background:#02040a;color:#fff;display:flex;align-items:center;overflow:hidden;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.12)}.ticker{display:flex;white-space:nowrap;animation:tickerMove 42s linear infinite}.ticker:hover{animation-play-state:paused}.ticker__item{display:inline-flex;align-items:center;gap:6px;padding:0 24px;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.ticker__item strong{color:var(--bb-yellow);text-decoration:underline}@keyframes tickerMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}.header{height:38px;background:#050505;color:#fff;position:sticky;top:0;z-index:80;border-bottom:1px solid rgba(255,255,255,.12)}.header__inner{height:100%;width:calc(100% - 36px);margin:0 auto;display:grid;grid-template-columns:140px 1fr 140px;align-items:center}.header__logo img{height:19px;width:auto}.nav{height:100%;display:flex;align-items:center;justify-content:center;gap:clamp(12px,1.2vw,22px);min-width:0}.nav__item{height:100%;display:flex;align-items:center}.nav__link,.nav__item>a{font-family:var(--font-head);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#fff;white-space:nowrap;height:100%;display:inline-flex;align-items:center;padding:0 2px}.nav__link:hover,.nav__item>a:hover{color:var(--bb-blue)}.nav__item--mega>.nav__link:after{content:"";width:0;height:0;margin-left:6px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor}.header__icons{display:flex;justify-content:flex-end;align-items:center;gap:10px}.icon-btn{width:28px;height:28px;border:0;background:transparent;color:#fff;display:grid;place-items:center;position:relative;padding:0}.icon-btn svg{width:17px;height:17px;stroke:currentColor;stroke-width:2;fill:none}.cart-count{position:absolute;top:0;right:-2px;min-width:15px;height:15px;border-radius:999px;background:var(--bb-blue);color:#fff;font-size:9px;font-weight:900;display:grid;place-items:center;padding:0 3px}.menu-btn{display:none}.mega-menu{position:absolute;left:0;top:100%;width:100vw;min-height:300px;background:radial-gradient(circle at 18% 20%,rgba(49,92,255,.12),transparent 28%),radial-gradient(circle at 76% 45%,rgba(49,92,255,.08),transparent 26%),#111;color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.14);box-shadow:0 28px 80px rgba(0,0,0,.55);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:.16s ease;z-index:1000}.mega-menu:before{content:"";position:absolute;inset:0;opacity:.26;pointer-events:none;background-image:linear-gradient(115deg,transparent 0 88%,rgba(255,255,255,.16) 88% 89%,transparent 89%),radial-gradient(circle,rgba(255,255,255,.22) 0 1px,transparent 1.5px);background-size:180px 120px,95px 80px;background-position:0 0,22px 18px}.nav__item--mega:hover .mega-menu,.nav__item--mega:focus-within .mega-menu,.mega-menu:hover{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mega-menu__top{position:relative;z-index:1;height:44px;display:flex;justify-content:center;align-items:center;gap:clamp(18px,2vw,40px);border-bottom:1px solid rgba(255,255,255,.08)}.mega-menu__top a{font-family:var(--font-head);font-size:13px;line-height:1;color:rgba(255,255,255,.54);letter-spacing:.06em;text-transform:uppercase;transform:skew(-8deg)}.mega-menu__top a:hover{color:#fff}.mega-menu__grid{position:relative;z-index:1;width:calc(100% - 120px);margin:0 auto;padding:58px 0 70px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(26px,3vw,70px)}.mega-menu__col h3{margin:0 0 14px;padding-bottom:8px;border-bottom:2px solid var(--bb-blue);font-family:var(--font-head);font-size:13px;line-height:1;color:#fff;letter-spacing:.08em;text-transform:uppercase}.mega-menu__col a{display:block;margin:0 0 10px;color:rgba(255,255,255,.74);font-size:13px;line-height:1.15}.mega-menu__col a:hover{color:#fff;transform:translateX(2px)}body:has(.nav__item--mega:hover) main,body:has(.nav__item--mega:focus-within) main{filter:brightness(.48)}.home-auto-slider{width:100%;height:clamp(360px,31.5vw,610px);background:#000;position:relative;overflow:hidden}.home-auto-slider__link,.home-auto-slider img{display:block;width:100%;height:100%}.home-auto-slider img{object-fit:cover;object-position:center center;transition:opacity .28s ease}.home-auto-slider.is-changing img{opacity:.2}.home-auto-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:34px;height:34px;border:0;border-radius:999px;background:#fff;color:#111;display:grid;place-items:center;font-size:24px;line-height:1;box-shadow:0 10px 25px rgba(0,0,0,.3)}.home-auto-slider__arrow--left{left:12px}.home-auto-slider__arrow--right{right:12px}.home-auto-slider__dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);z-index:6;display:flex;align-items:center;gap:7px}.home-auto-slider__dots button{width:8px;height:8px;border:0;border-radius:999px;background:rgba(255,255,255,.5);padding:0}.home-auto-slider__dots button.active{background:#fff;width:24px}.trust{background:#f3f3f3;border-bottom:1px solid #e4e4e4}.trust__grid{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.trust__item{min-height:76px;display:flex;align-items:center;gap:13px;padding:14px 36px}.trust__item img{width:30px;height:30px;object-fit:contain;flex:0 0 auto}.trust__item h4{margin:0 0 2px;font-family:var(--font-head);font-size:clamp(22px,1.85vw,34px);line-height:.92;letter-spacing:.02em;text-transform:uppercase;color:#111}.trust__item p{margin:0;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#6f6f6f}.catalog-section{background:#fff;padding:22px 0 28px}.catalog-heading{margin-bottom:18px}.catalog-heading h1{margin:0 0 14px;font-family:var(--font-head);font-size:clamp(28px,2.2vw,42px);line-height:.95;letter-spacing:.02em;text-transform:uppercase;color:#111}.catalog-actions{display:flex;align-items:center;gap:10px}.catalog-btn{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 16px;border:1px solid #111;background:#fff;color:#111;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.catalog-btn--dark{background:#111;color:#fff}.tabs{display:flex;align-items:center;gap:30px;flex-wrap:wrap;margin:22px 0 26px}.tab{border:0;background:transparent;color:#555;padding:0;font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.tab.active{color:#111;text-decoration:underline;text-underline-offset:4px}.product-grid,.bb-product-row{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;align-items:stretch}.product-card{min-width:0;background:#fff;border:0;position:relative;display:flex;flex-direction:column;transition:transform .18s ease;overflow:hidden}.product-card:hover{transform:translateY(-2px)}.product-card__badge{position:absolute;top:8px;left:8px;z-index:3;background:#315cff;color:#fff;padding:4px 7px;font-size:9px;line-height:1;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-card__img{width:100%;background:#f5f5f5;aspect-ratio:1/.82;display:grid;place-items:center;padding:clamp(18px,2.3vw,42px)}.product-card__img img{width:auto;max-width:95%;max-height:100%;object-fit:contain}.product-card__body{padding:12px 0 0;display:flex;flex-direction:column;gap:6px;flex:1}.product-card__brand{font-size:9px;font-weight:900;letter-spacing:.12em;color:#787878;text-transform:uppercase}.product-card h3{margin:0;min-height:34px;font-size:13px;line-height:1.2;color:#111}.stars{color:#ffc700;font-size:12px;letter-spacing:.03em}.price{display:flex;align-items:center;gap:7px;font-weight:900}.price strong{color:#111;font-size:15px}.price del{color:#8f8f8f;font-size:11px}.product-card__actions{margin-top:auto;display:grid;grid-template-columns:1fr 36px;gap:6px}.quick{border:0;background:#111;color:#fff;padding:9px 6px;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.quick:hover{background:var(--bb-blue)}.small-link{border:1px solid #d7d7d7;color:#111;display:grid;place-items:center;min-height:34px;font-size:12px}.section{padding:56px 0}.brand-section{background:#fff;overflow:hidden}.section__head,.brand-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.eyebrow{font-family:var(--font-head);color:var(--bb-blue);font-size:12px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:6px}.section h2,.newsletter h2,.mission__copy h2{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.025em}.section h2{margin:0;font-size:clamp(38px,4vw,70px);line-height:.9;color:#111}.brand-slider{position:relative;width:100%;overflow:hidden}.brand-reel--slider{width:100%;display:flex!important;grid-template-columns:none!important;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:2px 0 8px}.brand-reel--slider::-webkit-scrollbar{display:none}.brand-reel--slider .brand-tile{flex:0 0 calc((100% - 70px)/6);min-width:calc((100% - 70px)/6);height:86px;background:#fff;border:1px solid var(--bb-border);display:grid;place-items:center;padding:12px 18px;transition:.18s ease}.brand-reel--slider .brand-tile:hover{transform:translateY(-2px);border-color:var(--bb-blue);box-shadow:0 14px 34px rgba(0,0,0,.08)}.brand-reel--slider .brand-tile img{max-width:100%;max-height:58px;object-fit:contain}.brand-slider__controls{display:flex;align-items:center;gap:8px}.brand-slider__arrow{width:38px;height:38px;border:1px solid #111;background:#fff;color:#111;display:grid;place-items:center;font-size:28px;line-height:1}.brand-slider__arrow:hover{background:#111;color:#fff}.brand-slider__arrow[disabled]{opacity:.35;cursor:not-allowed}.brand-slider:before,.brand-slider:after{content:"";position:absolute;top:0;bottom:8px;width:42px;z-index:2;pointer-events:none}.brand-slider:before{left:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,0) 100%)}.brand-slider:after{right:0;background:linear-gradient(270deg,#fff 0%,rgba(255,255,255,0) 100%)}.mission{display:grid;grid-template-columns:1fr 1fr;min-height:480px}.mission__visual{background:radial-gradient(circle at 30% 20%,#315cff 0,#071226 46%,#02040a 100%);position:relative;overflow:hidden}.mission__visual:before{content:"BUILD BETTER BODIES";position:absolute;left:-4%;bottom:8%;font-family:var(--font-head);font-size:clamp(62px,8vw,132px);line-height:.8;color:rgba(255,255,255,.06)}.play{width:88px;height:88px;border-radius:999px;background:#fff;color:var(--bb-blue);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.play:after{content:"";position:absolute;left:36px;top:27px;border-left:24px solid currentColor;border-top:16px solid transparent;border-bottom:16px solid transparent}.mission__copy{padding:64px;display:flex;flex-direction:column;justify-content:center}.mission__copy h2{margin:0 0 18px;font-size:clamp(44px,5vw,76px);line-height:.9}.mission__copy p{color:var(--bb-muted);font-size:16px;max-width:560px}.bb-split-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:28px}.bb-split-head h2{margin:0 0 10px;font-family:var(--font-head);font-size:clamp(42px,5vw,78px);line-height:.9;letter-spacing:.02em;text-transform:uppercase}.bb-split-head p{margin:0;max-width:520px;color:#656565;font-size:15px}.bb-outline-link{border:1px solid #111;color:#111;min-height:38px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.bb-outline-link:hover{background:#111;color:#fff}.reviews-section{background:#f4f4f4;padding:70px 0}.reviews-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:34px;align-items:stretch}.reviews-score{background:#111;color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:center}.reviews-score h2{margin:0 0 18px;font-family:var(--font-head);font-size:clamp(38px,4vw,64px);line-height:.9;text-transform:uppercase}.review-stars{color:#ffd21e;font-size:28px;letter-spacing:3px;margin-bottom:14px}.review-stars span{opacity:.55}.reviews-score strong{font-size:22px;margin-bottom:12px}.reviews-score p{color:rgba(255,255,255,.7);margin:0}.review-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-card{background:#fff;border:1px solid #e5e5e5;padding:24px;display:flex;flex-direction:column;gap:14px;min-height:260px}.review-card p{margin:0;color:#333;font-size:16px;line-height:1.55}.review-card a{margin-top:auto;font-weight:900;color:#111;text-transform:uppercase;font-size:12px;line-height:1.3}.review-card button{align-self:flex-start;border:1px solid #111;background:transparent;color:#111;padding:8px 14px;font-size:11px;font-weight:900;text-transform:uppercase}.review-card button:hover{background:#111;color:#fff}.tools-section{background:#fff;padding:70px 0}.tools-head h2{margin:0 0 28px;font-family:var(--font-head);font-size:clamp(44px,5vw,78px);line-height:.9;text-transform:uppercase}.tools-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.tool-card{background:#fff;border:1px solid #e5e5e5;display:flex;flex-direction:column;min-height:100%;transition:.18s ease}.tool-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(0,0,0,.12)}.tool-card__image{height:190px;display:grid;place-items:center;color:#fff;font-family:var(--font-head);font-size:42px;letter-spacing:.08em;text-transform:uppercase;overflow:hidden}.tool-card__image--body{background:radial-gradient(circle at 30% 25%,#315cff,#111 58%)}.tool-card__image--calories{background:radial-gradient(circle at 35% 30%,#ff7a00,#111 60%)}.tool-card__image--fats{background:radial-gradient(circle at 35% 30%,#16a34a,#111 60%)}.tool-card__image--rmr{background:radial-gradient(circle at 35% 30%,#8b5cf6,#111 60%)}.tool-card__body{padding:20px}.tool-tag{display:inline-flex;margin:0 6px 10px 0;color:#315cff;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.tool-card h3{margin:0 0 12px;font-family:var(--font-head);font-size:26px;line-height:1;text-transform:uppercase}.tool-card p{margin:0 0 16px;color:#666;font-size:14px;line-height:1.5}.tool-card__body>a:last-child{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid currentColor}.newsletter{background:linear-gradient(135deg,#2145ff,#0d142b);color:#fff}.newsletter__box{display:grid;grid-template-columns:1fr 460px;gap:36px;align-items:center}.newsletter h2{margin:0;font-size:clamp(42px,5vw,70px);line-height:.9}.newsletter p{color:rgba(255,255,255,.76)}.newsletter form{display:flex;background:#fff;padding:8px}.newsletter input{flex:1;border:0;outline:0;padding:13px}.newsletter button{border:0;background:#050505;color:#fff;padding:0 20px;font-weight:900;text-transform:uppercase}.footer{background:#03050b;color:#fff;padding:52px 0 22px}.footer__grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:28px}.footer img{height:38px;width:auto;margin-bottom:14px}.footer p{color:rgba(255,255,255,.62);font-size:14px}.footer h4{margin:0 0 12px;font-family:var(--font-head);font-size:18px;letter-spacing:.07em;text-transform:uppercase}.footer a{display:block;color:rgba(255,255,255,.72);margin:8px 0;font-size:14px}.footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;gap:18px;color:rgba(255,255,255,.45);font-size:12px}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.56);z-index:100;display:none}.drawer-backdrop.open{display:block}.cart-drawer{position:fixed;inset:0 0 0 auto;width:min(420px,90vw);background:#fff;z-index:120;transform:translateX(100%);transition:.25s ease;display:flex;flex-direction:column;box-shadow:-30px 0 80px rgba(0,0,0,.28)}.cart-drawer.open{transform:translateX(0)}.cart-head{padding:20px;border-bottom:1px solid var(--bb-border);display:flex;align-items:center;justify-content:space-between}.cart-head h3{margin:0;font-family:var(--font-head);font-size:28px;text-transform:uppercase}.cart-close{border:0;background:transparent;font-size:30px}.cart-items{flex:1;overflow:auto;padding:18px}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;border-bottom:1px solid var(--bb-border);padding:14px 0}.cart-item img{width:70px;height:70px;background:#f4f7fc;object-fit:contain}.cart-item h4{margin:0 0 5px;font-size:14px}.cart-item small{color:var(--bb-muted);display:block}.cart-remove{border:0;background:transparent;color:#111;font-size:22px;line-height:1}.cart-foot{padding:20px;border-top:1px solid var(--bb-border)}.cart-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;margin-bottom:14px}.cart-empty{text-align:center;color:var(--bb-muted);padding:42px 20px}.search-panel{position:fixed;inset:0;z-index:115;background:rgba(4,5,9,.82);display:none;align-items:flex-start;justify-content:center;padding-top:110px;backdrop-filter:blur(6px)}.search-panel.open{display:flex}.search-box{width:min(680px,calc(100% - 32px));background:#fff;padding:10px;display:flex;gap:10px;border-radius:8px}.search-box input{flex:1;border:0;outline:0;padding:12px;font-size:17px}.search-box button{border:0;background:var(--bb-blue);color:#fff;font-weight:900;text-transform:uppercase;padding:0 18px;border-radius:5px}.close-search{background:#111!important}.mobile-drawer{position:fixed;inset:0 0 0 auto;z-index:125;width:min(360px,86vw);background:#080b14;color:#fff;padding:30px;transform:translateX(100%);transition:.25s ease;display:flex;flex-direction:column;gap:18px}.mobile-drawer.open{transform:translateX(0)}.mobile-drawer a{font-family:var(--font-head);font-size:22px;text-transform:uppercase}.mobile-close{position:absolute;right:16px;top:14px;border:0;background:transparent;color:#fff;font-size:28px}@media(max-width:1400px){.product-grid,.bb-product-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.trust__item{padding-left:24px;padding-right:24px}.trust__item h4{font-size:clamp(20px,1.6vw,28px)}}@media(max-width:1200px){.brand-reel--slider .brand-tile{flex-basis:calc((100% - 42px)/4);min-width:calc((100% - 42px)/4)}}@media(max-width:1150px){.product-grid,.bb-product-row,.tools-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mega-menu__grid{width:calc(100% - 48px);grid-template-columns:repeat(3,minmax(0,1fr));padding:34px 0 42px;gap:34px}.mega-menu__top{overflow-x:auto;justify-content:flex-start;padding:0 24px;gap:26px}.trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reviews-layout{grid-template-columns:1fr}.review-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.header__inner{grid-template-columns:auto 1fr auto}.nav,.mega-menu{display:none}.menu-btn{display:grid}.home-auto-slider{height:320px}.product-grid,.bb-product-row,.tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card__img{aspect-ratio:1/.95}.brand-reel--slider .brand-tile{flex-basis:calc((100% - 28px)/3);min-width:calc((100% - 28px)/3)}.review-cards{grid-template-columns:1fr}.bb-split-head{display:block}.bb-outline-link{margin-top:18px}.mission,.newsletter__box{grid-template-columns:1fr}.mission__visual{min-height:340px}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:first-child{grid-column:1/-1}}@media(max-width:650px){.catalog-wrap,.container,.header__inner{width:calc(100% - 28px)}.top-strip{height:30px}.ticker__item{font-size:9px;padding:0 16px}.header{height:52px}.header__logo img{height:22px}.home-auto-slider{height:260px}.trust__grid{grid-template-columns:1fr}.trust__item{min-height:62px;padding:12px 14px}.trust__item h4{font-size:24px}.catalog-heading h1{font-size:30px}.catalog-actions{flex-wrap:wrap}.tabs{gap:16px;margin-top:18px}.tab{font-size:10px}.product-grid,.bb-product-row,.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card__img{aspect-ratio:1/1.05;padding:18px}.product-card h3{min-height:auto}.brand-reel--slider .brand-tile{flex-basis:calc((100% - 14px)/2);min-width:calc((100% - 14px)/2);height:82px}.brand-slider__arrow{width:34px;height:34px;font-size:24px}.reviews-section,.tools-section{padding:48px 0}.reviews-score{padding:26px}.tool-card__image{height:150px;font-size:32px}.mission__copy{padding:42px 24px}.newsletter form{display:block}.newsletter input{width:100%}.newsletter button{width:100%;padding:14px;margin-top:8px}.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;align-items:flex-start}}@media(max-width:420px){.product-grid,.bb-product-row,.tools-grid{grid-template-columns:1fr}.home-auto-slider{height:230px}.brand-reel--slider .brand-tile{flex-basis:78%;min-width:78%}}

/* =========================================================
   LOCAL TOOL IMAGE PATCH + BRAND LOGO FIX
   ========================================================= */

.brand-reel--slider .brand-tile,
.brand-tile {
  background: #ffffff;
}

.brand-reel--slider .brand-tile img,
.brand-tile img {
  display: block;
  width: 100%;
  max-width: 170px;
  max-height: 58px;
  object-fit: contain;
}

.tool-card__media {
  display: block;
  height: 190px;
  background: #111111;
  overflow: hidden;
}

.tool-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tool-card:hover .tool-card__media img {
  transform: scale(1.035);
  transition: transform .22s ease;
}

@media (max-width: 650px) {
  .tool-card__media {
    height: 150px;
  }
}


/* =========================================================
   REAL BRAND LOGO PATCH
   Uses logo-only local assets, not cropped screenshot tiles.
   ========================================================= */

.mega-brand-tile {
  display: grid !important;
  place-items: center !important;
  background: #232323 !important;
  border: 1px solid rgba(255,255,255,.05) !important;
  overflow: hidden !important;
  padding: clamp(14px, 1.2vw, 24px) !important;
}

.mega-brand-tile img {
  width: 86% !important;
  height: 86% !important;
  max-width: 170px !important;
  max-height: 92px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.brand-reel--slider .brand-tile {
  background: #202020 !important;
  border-color: #2b2b2b !important;
  padding: 14px 20px !important;
  overflow: hidden !important;
  display: grid !important;
  place-items: center !important;
}

.brand-reel--slider .brand-tile img,
.brand-tile img {
  width: 100% !important;
  height: 100% !important;
  max-width: 180px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  object-position: center center !important;
}


/* =========================================================
   FINAL SHOP BY COLLECTIONS MEGA MENU FIX
   Source-like tabbed mega menu: Shop By Brands / Collections
   ========================================================= */

.mega-menu-final {
  position: absolute !important;
  left: 0 !important;
  top: 100% !important;
  width: 100vw !important;
  min-height: 560px !important;
  background:
    radial-gradient(circle at 22% 20%, rgba(255,255,255,.035), transparent 22%),
    radial-gradient(circle at 74% 42%, rgba(49,92,255,.08), transparent 28%),
    #111111 !important;
  color: #ffffff !important;
  overflow: hidden !important;
  z-index: 1000 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-6px) !important;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.55) !important;
}

.mega-menu-final::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  opacity: .24 !important;
  pointer-events: none !important;
  background-image:
    linear-gradient(115deg, transparent 0 88%, rgba(255,255,255,.13) 88% 89%, transparent 89%),
    radial-gradient(circle, rgba(255,255,255,.22) 0 1px, transparent 1.6px) !important;
  background-size: 180px 120px, 95px 80px !important;
  background-position: 0 0, 22px 18px !important;
}

.nav__item--mega:hover .mega-menu-final,
.nav__item--mega:focus-within .mega-menu-final,
.mega-menu-final:hover {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.mega-menu-tabs {
  position: relative !important;
  z-index: 2 !important;
  height: 82px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(24px, 2.35vw, 52px) !important;
  background: rgba(255,255,255,.035) !important;
  border-bottom: 1px solid rgba(255,255,255,.065) !important;
  padding: 0 34px !important;
}

.mega-tab {
  border: 0 !important;
  background: transparent !important;
  color: rgba(255,255,255,.48) !important;
  font-family: var(--font-head), Impact, sans-serif !important;
  font-size: clamp(18px, 1.55vw, 31px) !important;
  line-height: 1 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  transform: skew(-8deg) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 0 9px !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

.mega-tab:hover,
.mega-tab.active {
  color: #ffffff !important;
}

.mega-tab.active {
  border-bottom: 2px solid #ffffff !important;
}

.mega-tab-icon {
  color: rgba(255,255,255,.62) !important;
  font-size: .8em !important;
}

.mega-panel {
  display: none !important;
  position: relative !important;
  z-index: 2 !important;
}

.mega-panel.active {
  display: block !important;
}

.mega-collections-grid {
  width: calc(100% - 110px) !important;
  max-width: 1840px !important;
  margin: 0 auto !important;
  padding: 72px 0 90px !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: clamp(28px, 2.7vw, 66px) !important;
}

.mega-collection-col {
  min-width: 0 !important;
}

.mega-collection-col h3 {
  margin: 0 0 18px !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid #315cff !important;
  color: #ffffff !important;
  font-family: var(--font-head), Impact, sans-serif !important;
  font-size: clamp(18px, 1.2vw, 25px) !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.mega-collection-col a {
  display: block !important;
  margin: 0 0 16px !important;
  color: rgba(255,255,255,.76) !important;
  font-size: clamp(16px, 1vw, 21px) !important;
  line-height: 1.05 !important;
  font-weight: 500 !important;
}

.mega-collection-col a:hover {
  color: #ffffff !important;
  transform: translateX(3px) !important;
}

.mega-brand-grid {
  width: calc(100% - 110px) !important;
  max-width: 1840px !important;
  margin: 0 auto !important;
  padding: 48px 0 86px !important;
  display: grid !important;
  grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
  gap: 4px !important;
}

.mega-brand-tile {
  min-height: 132px !important;
  background: #232323 !important;
  border: 1px solid rgba(255,255,255,.035) !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
  overflow: hidden !important;
}

.mega-brand-tile img {
  max-width: 86% !important;
  max-height: 78px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

@media (max-width: 1300px) {
  .mega-brand-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .mega-collections-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .mega-menu-final {
    display: none !important;
  }
}


/* =========================================================
   REVIEWS ENCODING AND LAYOUT CLEAN FIX
   Fixes mojibake symbols, heading overlap, and review card layout.
   ========================================================= */

.reviews-section.reviews-clean {
  background: #efefef !important;
  padding: 54px 0 34px !important;
  overflow: hidden !important;
}

.reviews-clean__header {
  text-align: center !important;
  margin: 0 0 26px !important;
}

.reviews-clean__header h2 {
  margin: 0 0 7px !important;
  color: #315cff !important;
  font-family: var(--font-head), Impact, sans-serif !important;
  font-size: clamp(26px, 2.2vw, 46px) !important;
  line-height: 0.95 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

.reviews-clean__rating {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #315cff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.reviews-clean__stars,
.reviews-clean__stars-small {
  color: #315cff !important;
  letter-spacing: 1px !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.reviews-clean__track {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(360px, 1fr) !important;
  gap: 18px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity !important;
  scrollbar-width: none !important;
  padding: 0 0 10px !important;
}

.reviews-clean__track::-webkit-scrollbar {
  display: none !important;
}

.reviews-clean__card {
  min-height: 310px !important;
  background: #ffffff !important;
  border: 1px solid #dedede !important;
  padding: 22px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  scroll-snap-align: start !important;
  color: #111111 !important;
}

.reviews-clean__person {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.reviews-clean__avatar {
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  background: #315cff !important;
  color: #ffffff !important;
  display: grid !important;
  place-items: center !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.reviews-clean__person strong {
  display: block !important;
  font-size: 12px !important;
  line-height: 1 !important;
  color: #111111 !important;
}

.reviews-clean__person small {
  display: block !important;
  margin-top: 3px !important;
  font-size: 10px !important;
  color: #777777 !important;
}

.reviews-clean__stars-small {
  font-size: 12px !important;
  margin-top: 2px !important;
}

.reviews-clean__card h3 {
  margin: 0 !important;
  color: #315cff !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.reviews-clean__card p {
  margin: 0 !important;
  color: #333333 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.reviews-clean__product {
  margin-top: auto !important;
  border-top: 1px solid #ededed !important;
  padding-top: 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.reviews-clean__product img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
  background: #f5f5f5 !important;
  flex: 0 0 auto !important;
}

.reviews-clean__product span {
  font-size: 10px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #111111 !important;
}

.reviews-clean__card > a {
  align-self: flex-start !important;
  margin-top: 6px !important;
  border: 1px solid #111111 !important;
  color: #111111 !important;
  padding: 8px 14px !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.reviews-clean__card > a:hover {
  background: #111111 !important;
  color: #ffffff !important;
}

.reviews-clean__progress {
  height: 3px !important;
  background: #bdbdbd !important;
  margin-top: 10px !important;
  position: relative !important;
}

.reviews-clean__progress span {
  display: block !important;
  width: 72% !important;
  height: 100% !important;
  background: #315cff !important;
}

@media (max-width: 1100px) {
  .reviews-clean__track {
    grid-auto-columns: minmax(320px, 48%) !important;
  }
}

@media (max-width: 700px) {
  .reviews-section.reviews-clean {
    padding: 42px 0 28px !important;
  }

  .reviews-clean__track {
    grid-auto-columns: 88% !important;
  }

  .reviews-clean__card {
    min-height: 300px !important;
  }
}


/* =========================================================
   REVIEW PRODUCT THUMBNAIL FINAL FIX
   Keeps review product rows clean and prevents broken layout.
   ========================================================= */

.reviews-clean__product {
  min-height: 58px !important;
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
}

.reviews-clean__product img {
  width: 44px !important;
  height: 44px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f5f5f5 !important;
  border: 1px solid #eeeeee !important;
  padding: 3px !important;
}

.reviews-clean__product span {
  display: block !important;
  min-width: 0 !important;
  color: #111111 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

.reviews-clean__card {
  min-height: 330px !important;
}


/* =========================================================
   REVIEW CAROUSEL PRODUCT ROW SOURCE-LIKE FINAL
   Fixes broken thumbnails and makes product rows closer to source.
   ========================================================= */

.reviews-clean__track {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(360px, calc((100% - 54px) / 4)) !important;
  gap: 18px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity !important;
  scrollbar-width: none !important;
  padding-bottom: 12px !important;
}

.reviews-clean__track::-webkit-scrollbar {
  display: none !important;
}

.reviews-clean__card {
  min-height: 330px !important;
  background: #fff !important;
  border: 1px solid #dedede !important;
  padding: 24px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  scroll-snap-align: start !important;
}

.reviews-clean__product {
  margin-top: auto !important;
  min-height: 58px !important;
  border-top: 1px solid #eeeeee !important;
  padding-top: 14px !important;
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
}

.reviews-clean__product img {
  width: 46px !important;
  height: 46px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f5f5f5 !important;
  border: 1px solid #eeeeee !important;
  padding: 3px !important;
  display: block !important;
}

.reviews-clean__product span {
  display: block !important;
  min-width: 0 !important;
  color: #111 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

.reviews-clean__card > a {
  margin-top: 10px !important;
}

@media (max-width: 1200px) {
  .reviews-clean__track {
    grid-auto-columns: minmax(330px, calc((100% - 36px) / 3)) !important;
  }
}

@media (max-width: 800px) {
  .reviews-clean__track {
    grid-auto-columns: 84% !important;
  }
}


/* =========================================================
   SOURCE-LIKE MISSION SECTION FINAL FIX
   Matches original: blue outer band, motto strip, media left,
   dark content right, button aligned right.
   ========================================================= */

.mission-source {
  width: 100% !important;
  background: #0644ff !important;
  padding: clamp(34px, 3vw, 54px) 0 !important;
  overflow: hidden !important;
}

.mission-source__outer {
  width: calc(100% - 88px) !important;
  max-width: 1860px !important;
  margin: 0 auto !important;
  background: #315cff !important;
}

.mission-source__motto {
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 18px 24px !important;
  color: #ffffff !important;
  font-family: "Arial Black", Impact, Haettenschweiler, sans-serif !important;
  font-size: clamp(20px, 1.65vw, 34px) !important;
  font-style: italic !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.mission-source__motto sup {
  font-size: .42em !important;
  top: -.55em !important;
  position: relative !important;
}

.mission-source__grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  min-height: clamp(430px, 28vw, 600px) !important;
}

.mission-source__media {
  position: relative !important;
  min-width: 0 !important;
  min-height: clamp(430px, 28vw, 600px) !important;
  overflow: hidden !important;
  background: #05070d !important;
}

.mission-source__media img {
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(430px, 28vw, 600px) !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.mission-source__play {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: clamp(76px, 6vw, 108px) !important;
  height: clamp(76px, 6vw, 108px) !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: #ffffff !important;
  color: #315cff !important;
  display: grid !important;
  place-items: center !important;
  box-shadow: 0 22px 55px rgba(0,0,0,.28) !important;
}

.mission-source__play span {
  width: 0 !important;
  height: 0 !important;
  margin-left: 8px !important;
  border-left: 28px solid currentColor !important;
  border-top: 19px solid transparent !important;
  border-bottom: 19px solid transparent !important;
}

.mission-source__content {
  min-width: 0 !important;
  background: #222222 !important;
  color: #ffffff !important;
  padding: clamp(52px, 5vw, 96px) clamp(48px, 5vw, 104px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

.mission-source__content h2 {
  margin: 0 0 28px !important;
  color: #ffffff !important;
  font-family: var(--font-head), Impact, Haettenschweiler, sans-serif !important;
  font-size: clamp(44px, 4.2vw, 82px) !important;
  line-height: .88 !important;
  letter-spacing: .025em !important;
  text-transform: uppercase !important;
}

.mission-source__content p {
  margin: 0 0 38px !important;
  max-width: 760px !important;
  color: #ffffff !important;
  font-size: clamp(17px, 1.15vw, 24px) !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

.mission-source__button {
  align-self: flex-end !important;
  min-width: 210px !important;
  min-height: 58px !important;
  padding: 0 32px !important;
  background: #315cff !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--font-head), Impact, Haettenschweiler, sans-serif !important;
  font-size: 20px !important;
  line-height: 1 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.mission-source__button:hover {
  background: #1f47f4 !important;
}

@media (max-width: 1000px) {
  .mission-source__outer {
    width: calc(100% - 36px) !important;
  }

  .mission-source__grid {
    grid-template-columns: 1fr !important;
  }

  .mission-source__content {
    padding: 44px 28px !important;
  }

  .mission-source__button {
    align-self: flex-start !important;
  }
}

@media (max-width: 600px) {
  .mission-source {
    padding: 24px 0 !important;
  }

  .mission-source__outer {
    width: calc(100% - 24px) !important;
  }

  .mission-source__motto {
    min-height: 70px !important;
    font-size: 16px !important;
  }

  .mission-source__media,
  .mission-source__media img {
    min-height: 310px !important;
  }

  .mission-source__content h2 {
    font-size: 42px !important;
  }

  .mission-source__content p {
    font-size: 16px !important;
  }
}


/* =========================================================
   FINAL temporary route REPLACEMENT
   Replaces old generic temporary routes with source-like pages.
   ========================================================= */

.bb-route-page {
  min-height: 75vh;
  background: #fff;
  color: #111;
}

.bb-route-hero {
  padding: clamp(74px, 8vw, 132px) clamp(20px, 5vw, 90px) 50px;
  background: #f5f5f5;
}

.bb-route-hero--sale,
.bb-health-hero {
  background: #315cff;
  color: #fff;
}

.bb-route-hero p:first-child,
.bb-card-section__head p,
.bb-workout-feature p:first-child,
.bb-feature-story p {
  color: #315cff;
  font-family: var(--font-head), Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 900;
  margin: 0 0 10px;
}

.bb-route-hero--sale p:first-child,
.bb-health-hero p:first-child {
  color: #fff;
}

.bb-route-hero h1,
.bb-card-section__head h2,
.bb-workout-feature h2,
.bb-feature-story h2,
.bb-product-detail__info h1 {
  max-width: 1040px;
  margin: 0 0 20px;
  font-family: var(--font-head), Impact, sans-serif;
  font-size: clamp(46px, 7vw, 118px);
  line-height: .86;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.bb-route-hero > div {
  width: 94px;
  height: 5px;
  background: currentColor;
  max-width: 100%;
  margin: 18px 0;
  opacity: .9;
}

.bb-route-hero > p:last-of-type {
  max-width: 820px;
  font-size: clamp(17px, 1.35vw, 23px);
  line-height: 1.36;
}

.bb-route-cta,
.bb-route-add {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  margin-top: 20px;
  background: #315cff;
  color: #fff;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .04em;
}

.bb-route-collection {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 34px;
  padding: 36px clamp(20px, 4vw, 70px) 80px;
}

.bb-route-filter {
  border-right: 1px solid #ddd;
  padding-right: 24px;
}

.bb-route-filter > button,
.bb-route-product-card button {
  background: #111;
  color: #fff;
  border: 0;
  min-height: 44px;
  padding: 0 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .03em;
}

.bb-route-filter-group {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.bb-route-filter-group h3 {
  margin: 0 0 12px;
  font-family: var(--font-head), Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.bb-route-filter-group label {
  display: block;
  margin: 10px 0;
  color: #444;
}

.bb-route-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
  font-weight: 900;
}

.bb-route-sort select {
  border: 1px solid #ccc;
  padding: 10px 14px;
}

.bb-route-product-grid,
.bb-route-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.bb-route-product-card {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding-bottom: 16px;
}

.bb-route-product-card a {
  color: inherit;
  text-decoration: none;
}

.bb-route-product-card__image {
  background: #f3f3f3;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.bb-route-product-card__image img {
  max-width: 84%;
  max-height: 84%;
  object-fit: contain;
}

.bb-route-product-card__brand {
  margin: 16px 16px 8px;
  color: #666;
  font-size: 11px;
  letter-spacing: .13em;
  font-weight: 900;
  text-transform: uppercase;
}

.bb-route-product-card h3 {
  margin: 0 16px 8px;
  font-size: 15px;
  line-height: 1.2;
}

.bb-route-product-card__type,
.bb-route-stars,
.bb-route-price,
.bb-route-stock {
  margin-left: 16px;
  margin-right: 16px;
}

.bb-route-stars {
  color: #ffb800;
  letter-spacing: 1px;
}

.bb-route-price strong {
  font-size: 20px;
}

.bb-route-price s {
  color: #777;
  margin-left: 6px;
}

.bb-route-stock {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 800;
}

.bb-route-stock span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #10b981;
}

.bb-route-stock.sold span {
  background: #999;
}

.bb-route-product-card button {
  width: calc(100% - 32px);
  margin: 16px;
}

.bb-workout-feature,
.bb-split-hero,
.bb-product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  padding: clamp(58px, 6vw, 110px) clamp(20px, 5vw, 90px);
}

.bb-workout-feature {
  background: #111;
  color: #fff;
}

.bb-workout-feature img,
.bb-split-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eee;
}

.bb-card-section,
.bb-feature-story,
.bb-story-tabs {
  padding: clamp(46px, 5vw, 86px) clamp(20px, 5vw, 90px);
}

.bb-card-section__head {
  margin-bottom: 28px;
}

.bb-route-card-grid article {
  border: 1px solid #ddd;
  background: #fff;
  padding: 28px;
}

.bb-route-card-grid article h3 {
  margin: 0 0 12px;
  font-family: var(--font-head), Impact, sans-serif;
  text-transform: uppercase;
  font-size: clamp(24px, 2vw, 38px);
  line-height: .95;
}

.bb-route-card-grid article a {
  color: #315cff;
  font-weight: 900;
  text-transform: uppercase;
}

.bb-story-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 0;
}

.bb-story-tabs a {
  background: #111;
  color: #fff;
  padding: 12px 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.bb-feature-story {
  background: #f4f4f4;
}

.bb-story-grid article img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 18px;
}

.bb-health-page .bb-route-card-grid article {
  background: #111;
  color: #fff;
  border-color: #333;
}

.bb-product-detail {
  align-items: start;
}

.bb-product-detail__image {
  min-height: 520px;
  background: #f3f3f3;
  display: grid;
  place-items: center;
}

.bb-product-detail__image img {
  max-width: 82%;
  max-height: 82%;
  object-fit: contain;
}

.bb-product-detail__info {
  padding-top: 24px;
}

.bb-product-detail__info > p:first-child {
  color: #777;
  letter-spacing: .13em;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .bb-route-product-grid,
  .bb-route-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .bb-route-collection,
  .bb-workout-feature,
  .bb-split-hero,
  .bb-product-detail {
    grid-template-columns: 1fr;
  }

  .bb-route-filter {
    border-right: 0;
    padding-right: 0;
  }

  .bb-route-product-grid,
  .bb-route-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .bb-route-product-grid,
  .bb-route-card-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   STEP2 temporary route CLEANUP
   Internal route pages, admin landing, article/workout subpages.
   ========================================================= */

.bb-article-page,
.bb-card-section {
  padding: clamp(44px, 5vw, 90px) clamp(20px, 5vw, 90px);
}

.bb-article-page {
  max-width: 1120px;
  margin: 0 auto;
}

.bb-article-page img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  background: #eee;
  margin-bottom: 28px;
}

.bb-article-page h2 {
  font-family: var(--font-head), Impact, sans-serif;
  font-size: clamp(30px, 4vw, 58px);
  line-height: .9;
  text-transform: uppercase;
}

.bb-local-form {
  max-width: 620px;
  display: grid;
  gap: 16px;
}

.bb-local-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.bb-local-form input,
.bb-local-form select {
  min-height: 46px;
  border: 1px solid #ccc;
  padding: 0 14px;
}


/* =========================================================
   STEP2 LOCAL ROUTE CLEANUP
   Internal route pages, admin landing, article/workout subpages.
   ========================================================= */

.bb-article-page,
.bb-card-section {
  padding: clamp(44px, 5vw, 90px) clamp(20px, 5vw, 90px);
}

.bb-article-page {
  max-width: 1120px;
  margin: 0 auto;
}

.bb-article-page img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  background: #eee;
  margin-bottom: 28px;
}

.bb-article-page h2 {
  font-family: var(--font-head), Impact, sans-serif;
  font-size: clamp(30px, 4vw, 58px);
  line-height: .9;
  text-transform: uppercase;
}

.bb-local-form {
  max-width: 620px;
  display: grid;
  gap: 16px;
}

.bb-local-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.bb-local-form input,
.bb-local-form select {
  min-height: 46px;
  border: 1px solid #ccc;
  padding: 0 14px;
}
