:root {
  --black: #0d0d0d;
  --dark: #1a1a1a;
  --grey: #4d4d4d;
  --off: #f2efea;
  --white: #fff;
  --gold: #c9a84c;
  --line-dark: rgba(255,255,255,.12);
  --line-light: rgba(13,13,13,.12);
  --page: clamp(24px,4vw,64px);
  --tbm-black: #0d0d0d;
  --tbm-dark: #1a1a1a;
  --tbm-grey: #4d4d4d;
  --tbm-off-white: #f2efea;
  --tbm-white: #fff;
  --tbm-gold: #c9a84c;
  --tbm-page: clamp(24px,4vw,64px);
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--black);
  background: var(--black);
  line-height: 1.5;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.tbm-theme{margin:0;background:var(--off);min-width:320px;color:var(--black);font-family:'Montserrat',Arial,sans-serif}
body.tbm-theme button,body.tbm-theme input,body.tbm-theme select,body.tbm-theme textarea{font-family:inherit}
body.tbm-theme a{color:inherit;text-decoration:none}
body.tbm-theme img{display:block;max-width:100%}
body.tbm-theme h1,body.tbm-theme h2,body.tbm-theme h3,body.tbm-theme p{margin-top:0}
body.tbm-theme button,body.tbm-theme a{outline-offset:4px}
body.tbm-theme button:focus-visible,body.tbm-theme a:focus-visible,body.tbm-theme input:focus-visible,body.tbm-theme select:focus-visible{outline:2px solid var(--gold)}
.skip{position:fixed;left:-999px;top:1rem;background:var(--off);color:var(--black);padding:.75rem 1rem;z-index:9999}.skip:focus{left:1rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mobile-only{display:none}.kicker{font-size:.68rem;letter-spacing:.18em;font-weight:600}.desktop-only{display:block}

/* Announcement + header */
.announcement{height:31px;padding:0 var(--page);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;background:var(--black);color:var(--off);border-bottom:1px solid var(--line-dark);font-size:.57rem;letter-spacing:.08em;text-transform:uppercase}
.announcement span:nth-child(2){text-align:center}.announcement span:last-child{text-align:right}
.tbm-site-header{height:74px;padding:0 var(--page);display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(170px,1fr);align-items:center;position:sticky;top:0;background:rgba(13,13,13,.98);color:var(--white);border-bottom:1px solid var(--line-dark);z-index:1000;transition:height .2s ease,background .2s ease}
body.admin-bar .tbm-site-header{top:32px}.tbm-site-header--scrolled{height:62px;background:rgba(13,13,13,.94);backdrop-filter:blur(9px)}
.header-brand{justify-self:start;display:inline-flex}.brand-lockup{display:inline-flex;align-items:center;gap:.72rem}.brand-isotype{width:25px;height:38px;object-fit:contain;flex:0 0 auto}.brand-wordmark-text{display:flex;flex-direction:column;line-height:.9;color:#fff}.brand-wordmark-text strong{font-family:'Anton',Impact,sans-serif;font-size:1.15rem;letter-spacing:.035em;font-weight:400;white-space:nowrap}.brand-wordmark-text small{font-size:.43rem;letter-spacing:.32em;margin-top:.35rem;color:#c9c9c9}.brand-custom-logo{max-width:190px}.brand-custom-logo img{max-height:44px;width:auto}
.desktop-nav{display:flex;align-items:center;justify-content:center}.tbm-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:clamp(18px,2vw,34px)}.tbm-menu li{margin:0}.tbm-menu a{font-size:.58rem;font-weight:600;letter-spacing:.04em;padding:1rem 0;position:relative;display:block}.tbm-menu a:after{content:'';position:absolute;left:0;right:100%;bottom:.65rem;height:1px;background:var(--off);transition:right .2s}.tbm-menu a:hover:after,.tbm-menu .current-menu-item>a:after{right:0}
.header-actions{justify-self:end;display:flex;align-items:center;gap:3px}.icon-button,.icon-link{width:42px;height:42px;display:inline-grid;place-items:center;border:0;background:transparent;cursor:pointer;position:relative;padding:0;color:inherit}.icon-button i,.icon-link i{font-size:21px}.icon-button:hover,.icon-link:hover{background:rgba(255,255,255,.08)}.bag-link .tbm-cart-count{position:absolute;right:1px;top:2px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--black);font-size:.55rem;font-weight:600}.bag-link .tbm-cart-count.is-empty{display:none}
.mobile-menu{position:fixed;inset:105px 0 auto 0;background:var(--black);color:var(--white);z-index:999;padding:1rem var(--page) 2rem;border-bottom:1px solid var(--line-dark)}body.admin-bar .mobile-menu{top:137px}.mobile-menu[hidden]{display:none}.mobile-menu ul{display:block!important;list-style:none;margin:0;padding:0}.mobile-menu li a,.mobile-account{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--line-dark);font-family:'Anton',Impact,sans-serif;letter-spacing:.08em;font-weight:400}.mobile-account{margin-top:.25rem}
.tbm-search-panel{position:fixed;z-index:998;top:105px;left:0;right:0;background:var(--black);color:#fff;padding:22px var(--page);border-bottom:1px solid var(--line-dark)}body.admin-bar .tbm-search-panel{top:137px}.tbm-search-panel[hidden]{display:none}.tbm-search-panel form{max-width:900px;margin:auto;height:54px;display:flex;border:1px solid var(--line-dark)}.tbm-search-panel input{flex:1;background:transparent;border:0;color:#fff;padding:0 18px;letter-spacing:.06em}.tbm-search-panel button{width:54px;border:0;border-left:1px solid var(--line-dark);background:var(--off);color:var(--black);font-size:20px}

/* Hero */
.home-hero{height:calc(82vh - 31px);min-height:620px;max-height:920px;position:relative;background:#070707;color:var(--white);overflow:hidden}.home-hero__media{position:absolute;inset:0}.home-hero.has-user-image .home-hero__media{background-image:var(--tbm-hero);background-size:cover;background-position:center}.home-hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.66) 31%,rgba(0,0,0,.08) 68%,rgba(0,0,0,.26) 100%)}
.tbm-art--hero{background-color:#151515;background-image:radial-gradient(circle at 72% 45%,rgba(255,255,255,.15) 0 1px,transparent 2px),linear-gradient(118deg,transparent 0 54%,rgba(255,255,255,.08) 54.2% 54.5%,transparent 54.7%),linear-gradient(90deg,#090909 0%,#191919 52%,#070707 100%);background-size:24px 24px,100% 100%,100% 100%}.tbm-art--hero:before{content:'TBM';position:absolute;right:7vw;bottom:-5vw;font-family:'Anton',Impact,sans-serif;font-size:clamp(18rem,38vw,42rem);line-height:.75;color:rgba(255,255,255,.028);letter-spacing:-.05em}.tbm-art--hero:after{content:'';position:absolute;width:min(44vw,650px);aspect-ratio:1;border:1px solid rgba(201,168,76,.22);border-radius:50%;right:8vw;top:8%;box-shadow:0 0 0 80px rgba(255,255,255,.012),0 0 0 160px rgba(255,255,255,.009)}
.home-hero__content{position:absolute;inset:0 auto 0 var(--page);display:flex;justify-content:center;align-items:flex-start;flex-direction:column;width:min(650px,48vw);padding-top:2rem}.home-hero h1{font-family:'Anton',Impact,sans-serif;font-size:clamp(4.5rem,8vw,8.5rem);font-weight:400;line-height:.86;letter-spacing:-.035em;margin:.12em 0 .22em;text-transform:uppercase}.hero-subline{font-size:clamp(.8rem,1.1vw,1rem);letter-spacing:.07em;margin-bottom:1.7rem}.hero-actions{display:flex;gap:14px}.btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{min-height:48px;padding:.9rem 1.55rem;border:1px solid transparent;border-radius:0;display:inline-flex;justify-content:center;align-items:center;gap:.5rem;font-size:.66rem;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:background .2s,color .2s,border-color .2s;text-transform:uppercase;box-shadow:none}.btn--light{background:var(--off);color:var(--black)}.btn--light:hover{background:var(--white)}.btn--outline{border-color:rgba(255,255,255,.65);color:var(--white)}.btn--outline:hover{background:var(--white);color:var(--black)}.btn--dark,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--black);color:var(--white)}.btn--dark:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:#2a2a2a;color:#fff}.hero-index{display:flex;gap:38px;margin-top:3.6rem;font-size:.6rem}.hero-index span{padding-bottom:.8rem}.hero-index span:first-child{border-bottom:2px solid var(--off);min-width:38px}.hero-side{position:absolute;right:var(--page);top:50%;transform:translateY(-40%);display:grid;gap:13px;font-family:'Anton',Impact,sans-serif;line-height:.9;font-size:1.25rem}.hero-side i{width:38px;border-top:2px solid var(--gold)}.hero-side b{font-size:.8rem}

/* Benefits */
.benefits{background:var(--off);padding:0 var(--page);min-height:102px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;border-bottom:1px solid var(--line-light)}.benefits article{display:flex;align-items:center;justify-content:center;gap:15px;min-height:55px;border-right:1px solid var(--line-light)}.benefits article:last-child{border-right:0}.benefits article>i{font-size:26px}.benefits span{display:flex;flex-direction:column}.benefits strong{font-size:.65rem}.benefits small{font-size:.61rem;color:var(--grey);margin-top:2px}

/* Sections + collections */
.light-section{background:var(--off);padding:clamp(54px,6vw,92px) var(--page)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.35rem}.section-header h2,.newsletter h2,.catalog-hero h1{font-family:'Anton',Impact,sans-serif;font-weight:400;line-height:1;letter-spacing:.035em;margin:0}.section-header h2{font-size:clamp(1.25rem,2vw,1.9rem)}.section-header a{display:flex;align-items:center;gap:.5rem;font-size:.6rem;font-weight:600}
.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.collection-card{height:clamp(300px,32vw,480px);position:relative;overflow:hidden;background:#111;color:#fff}.collection-card__art{position:absolute;inset:0;transition:transform .35s ease;background-color:#121212;background-size:cover}.collection-card__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.84),transparent 62%)}.collection-card>div{position:absolute;left:22px;bottom:20px}.collection-card h3{font-family:'Anton',Impact,sans-serif;font-weight:400;font-size:clamp(1.8rem,3vw,3.1rem);line-height:.9;margin:0}.collection-card p{font-size:.58rem;letter-spacing:.22em;margin:.55rem 0}.collection-card div span{display:inline-flex;align-items:center;gap:.35rem;font-size:.6rem;border-bottom:1px solid currentColor;padding-bottom:3px}.collection-card:hover .collection-card__art{transform:scale(1.035)}
.collection-card--train .collection-card__art{background-image:linear-gradient(140deg,rgba(0,0,0,.1),rgba(0,0,0,.75)),repeating-linear-gradient(90deg,#2b2b2b 0 1px,#161616 1px 42px),linear-gradient(#191919,#070707)}
.collection-card--focus .collection-card__art{background-image:radial-gradient(circle at 50% 38%,transparent 0 22%,rgba(201,168,76,.25) 22.2% 22.6%,transparent 22.8%),radial-gradient(circle at 50% 38%,transparent 0 36%,rgba(255,255,255,.11) 36.2% 36.5%,transparent 36.7%),linear-gradient(145deg,#242424,#090909)}
.collection-card--discipline .collection-card__art{background-image:linear-gradient(30deg,transparent 0 48%,rgba(255,255,255,.13) 48.2% 48.4%,transparent 48.6%),linear-gradient(150deg,transparent 0 48%,rgba(255,255,255,.07) 48.2% 48.4%,transparent 48.6%),linear-gradient(#202020,#080808);background-size:36px 36px,36px 36px,100% 100%}
.collection-card--live .collection-card__art{background-image:linear-gradient(90deg,transparent 0 12%,rgba(201,168,76,.35) 12% 12.5%,transparent 12.5% 87%,rgba(201,168,76,.35) 87% 87.5%,transparent 87.5%),linear-gradient(0deg,transparent 0 12%,rgba(255,255,255,.11) 12% 12.3%,transparent 12.3% 87%,rgba(255,255,255,.11) 87% 87.3%,transparent 87.3%),radial-gradient(circle at 50% 50%,#242424,#080808 67%)}

/* Product cards */
.products-section{padding-top:0}.products-section .woocommerce{margin:0}.woocommerce ul.products,.product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.6vw,26px);margin:0!important;padding:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product,.product-card{float:none!important;width:auto!important;margin:0!important;position:relative;min-width:0;list-style:none}.product-card__image,.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{height:clamp(280px,31vw,470px);display:block;overflow:hidden;background:#e7e2db;position:relative}.product-card__image img,.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img{width:100%!important;height:100%!important;object-fit:cover;margin:0!important;filter:saturate(.65);transition:transform .3s}.product-card:hover .product-card__image img,.woocommerce ul.products li.product:hover a.woocommerce-LoopProduct-link img{transform:scale(1.025)}.product-badge,.woocommerce span.onsale{position:absolute;left:10px!important;top:10px!important;right:auto!important;min-width:0!important;min-height:0!important;line-height:1!important;border-radius:0!important;background:var(--off)!important;color:var(--black)!important;padding:.42rem .55rem!important;font-size:.53rem!important;font-weight:600!important;margin:0!important}.product-favorite{position:absolute;right:6px;top:6px;background:rgba(242,239,234,.8);z-index:3;color:var(--black)}.product-favorite:hover{background:var(--off)}.product-favorite.is-active{color:#111;background:#fff}.product-card__info{padding:.75rem 0 0;display:grid;gap:2px}.product-card h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.68rem!important;margin:0!important;padding:0!important;font-weight:600!important;font-family:'Montserrat',sans-serif!important;line-height:1.45!important}.product-card__info>span{font-size:.56rem;color:var(--grey)}.product-card__info>span a{color:inherit}.product-card__info>strong,.woocommerce ul.products li.product .price{font-size:.68rem!important;font-weight:500!important;margin-top:2px!important;color:var(--black)!important}.product-card__info .button{display:none!important}.woocommerce ul.products li.product .button{margin-top:.7rem!important}.tbm-wc-placeholder{min-height:320px;border:1px solid var(--line-light);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;text-align:center}.tbm-wc-placeholder strong{font-family:'Anton',Impact,sans-serif;font-size:3rem;font-weight:400}.tbm-wc-placeholder span{font-size:.7rem;color:var(--grey)}

/* Values + editorial */
.brand-values{background:var(--black);color:var(--off);padding:clamp(42px,5vw,70px) var(--page);display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line-dark)}.brand-values article{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:100px;border-right:1px solid var(--line-dark)}.brand-values article:last-child{border:0}.brand-values article>i{font-size:31px}.brand-values strong{font-family:'Anton',Impact,sans-serif;font-weight:400;font-size:1rem;letter-spacing:.06em;margin-top:.75rem}.brand-values span{font-size:.62rem;color:#aaa}
.editorial-banner{min-height:650px;background:var(--black);color:var(--white);display:grid;grid-template-columns:1.15fr .85fr}.editorial-art{height:650px;position:relative;overflow:hidden}.editorial-banner.has-user-image .editorial-art{background-image:var(--tbm-editorial);background-size:cover;background-position:center}.tbm-art--editorial{background-color:#111;background-image:linear-gradient(90deg,rgba(0,0,0,.28),rgba(0,0,0,.05)),repeating-linear-gradient(0deg,#171717 0 2px,#0b0b0b 2px 6px)}.tbm-art--editorial:before{content:'DISCIPLINE';position:absolute;left:-.06em;bottom:-.12em;font-family:'Anton',Impact,sans-serif;font-size:clamp(6rem,15vw,14rem);line-height:.8;color:rgba(255,255,255,.07);letter-spacing:-.02em;transform:rotate(-90deg);transform-origin:left bottom;white-space:nowrap}.tbm-art--editorial:after{content:'';position:absolute;inset:9% 8%;border:1px solid rgba(201,168,76,.25);background:linear-gradient(135deg,transparent 49.8%,rgba(255,255,255,.08) 50%,transparent 50.2%)}.editorial-copy{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding:var(--page);border-left:1px solid var(--line-dark)}.editorial-banner h2{font-family:'Anton',Impact,sans-serif;font-weight:400;font-size:clamp(3rem,6vw,6.5rem);line-height:.9;margin:.1em 0 .25em}.editorial-copy>p:not(.kicker){max-width:420px;color:#bbb;font-size:.8rem}.editorial-copy>a{display:flex;gap:.5rem;align-items:center;border-bottom:1px solid currentColor;padding-bottom:5px;font-size:.65rem;margin-top:1rem}
.newsletter{background:var(--black);color:var(--off);padding:clamp(54px,7vw,100px) var(--page);display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:4rem;border-top:1px solid var(--line-dark)}.newsletter h2{font-size:clamp(2rem,4vw,4rem);margin:.18em 0}.newsletter>div>p:last-child{font-size:.72rem;max-width:520px;color:#aaa}.newsletter form{display:flex;border:1px solid var(--line-dark);height:52px}.newsletter input{flex:1;border:0;background:transparent;color:var(--white);padding:0 1rem;min-width:0}.newsletter button{width:52px;border:0;border-left:1px solid var(--line-dark);background:var(--off);color:var(--black);display:grid;place-items:center;cursor:pointer;font-size:20px}

/* Footer */
.tbm-site-footer{background:var(--black);color:var(--off);padding:0 var(--page)}.footer-top{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem;padding:clamp(48px,6vw,80px) 0;border-top:1px solid var(--line-dark)}.footer-top>div{display:flex;flex-direction:column;gap:.55rem}.footer-top h3{font-size:.62rem;margin:0 0 .4rem}.footer-top a{font-size:.6rem;color:#aaa}.footer-top a:hover{color:var(--white)}.socials{flex-direction:row!important}.socials a{width:38px;height:38px;border:1px solid var(--line-dark);display:grid;place-items:center}.socials i{font-size:21px}.footer-bottom{min-height:68px;border-top:1px solid var(--line-dark);display:flex;align-items:center;justify-content:space-between;font-size:.55rem;color:#888}

/* WordPress pages */
.tbm-page,.catalog-page,.tbm-wc-main{background:var(--off);min-height:65vh}.tbm-page{padding:clamp(50px,6vw,90px) var(--page)}.tbm-page h1{font-family:'Anton',Impact,sans-serif;font-size:clamp(3rem,7vw,7rem);font-weight:400;line-height:.95}.narrow{max-width:920px}.entry-content{font-size:.9rem;line-height:1.85}.entry-content h2,.entry-content h3{font-family:'Anton',Impact,sans-serif;font-weight:400}.entry-content a{text-decoration:underline}.not-found{background:var(--black);color:var(--white)}

/* WooCommerce archive */
.catalog-page{padding:clamp(50px,6vw,90px) var(--page)}.catalog-hero{padding:3vw 0 5vw}.catalog-hero h1{font-size:clamp(4rem,10vw,10rem);letter-spacing:-.025em}.catalog-hero .term-description,.catalog-hero>p:last-child{max-width:620px;color:var(--grey);font-size:.8rem}.catalog-toolbar{border-block:1px solid var(--line-light);min-height:58px;display:grid;grid-template-columns:1fr auto 1fr auto;align-items:center;gap:1rem;margin-bottom:2rem}.catalog-toolbar .catalog-filter-label{display:flex;gap:.5rem;align-items:center;font-size:.6rem;font-weight:600}.catalog-toolbar .woocommerce-result-count{float:none;margin:0;font-size:.58rem;color:var(--grey)}.catalog-toolbar .woocommerce-ordering{float:none;margin:0;justify-self:end}.catalog-toolbar .woocommerce-ordering select{border:0;background:transparent;font-size:.6rem;font-weight:600;text-transform:uppercase;padding:.75rem 2rem .75rem .5rem}.catalog-page .woocommerce-notices-wrapper{grid-column:1/-1}.catalog-page .woocommerce-products-header{display:none}.catalog-page nav.woocommerce-pagination{margin-top:3rem}.woocommerce nav.woocommerce-pagination ul{border:0}.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0 3px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:38px;height:38px;display:grid;place-items:center;background:transparent!important;color:var(--black)!important;border:1px solid var(--line-light)}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--black)!important;color:#fff!important}

/* WooCommerce single product */
body.single-product .tbm-wc-wrapper{padding:clamp(50px,6vw,90px) var(--page);background:var(--off)}body.single-product .woocommerce-breadcrumb{font-size:.57rem;color:var(--grey);margin-bottom:1.4rem}body.single-product div.product{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:clamp(30px,5vw,90px)}body.single-product div.product div.images,body.single-product div.product div.summary{float:none!important;width:auto!important;margin:0!important}body.single-product div.product div.summary{padding-top:2rem;align-self:start;position:sticky;top:95px}body.single-product div.product .product_title{font-family:'Anton',Impact,sans-serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:400;line-height:.94;margin:.15em 0}body.single-product div.product p.price,body.single-product div.product span.price{color:var(--black);font-size:1rem;margin:1rem 0 1.5rem}body.single-product .woocommerce-product-details__short-description{font-size:.74rem;line-height:1.8;color:var(--grey);max-width:520px}body.single-product form.cart{margin-top:2rem!important}body.single-product form.cart .quantity{margin-right:8px!important}body.single-product .quantity .qty{height:48px;border:1px solid var(--line-light);background:transparent}body.single-product .single_add_to_cart_button{height:48px!important}body.single-product table.variations{margin:2rem 0!important}body.single-product table.variations th,body.single-product table.variations td{display:block;text-align:left;padding:.3rem 0}body.single-product table.variations label{font-size:.62rem;text-transform:uppercase}body.single-product table.variations select{height:46px;min-width:240px;border:1px solid var(--line-light);background:transparent;padding:0 12px}body.single-product .product_meta{font-size:.58rem;border-top:1px solid var(--line-light);padding-top:1rem;margin-top:1.5rem;display:grid;gap:.35rem}body.single-product .woocommerce-tabs{grid-column:1/-1;border-top:1px solid var(--line-light);margin-top:2rem;padding-top:2rem}body.single-product .woocommerce-tabs ul.tabs{padding:0!important;margin:0 0 2rem!important}body.single-product .woocommerce-tabs ul.tabs:before{border-bottom:1px solid var(--line-light)!important}body.single-product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;border-radius:0!important;margin:0 2rem 0 0!important;padding:0!important}body.single-product .woocommerce-tabs ul.tabs li:before,body.single-product .woocommerce-tabs ul.tabs li:after{display:none}body.single-product .woocommerce-tabs ul.tabs li a{font-size:.62rem;letter-spacing:.06em;padding:1rem 0!important}body.single-product .related.products{grid-column:1/-1;margin-top:3rem}body.single-product .related.products>h2{font-family:'Anton',Impact,sans-serif;font-size:1.8rem;font-weight:400}.woocommerce div.product div.images .woocommerce-product-gallery__image img{background:#e3ded6}

/* Cart / checkout / account */
.woocommerce-cart .tbm-wc-wrapper,.woocommerce-checkout .tbm-wc-wrapper,.woocommerce-account .tbm-wc-wrapper{padding:clamp(50px,6vw,90px) var(--page);background:var(--off);min-height:65vh}.woocommerce-cart .woocommerce>h2,.woocommerce-cart .entry-title,.woocommerce-checkout .entry-title,.woocommerce-account .entry-title{font-family:'Anton',Impact,sans-serif;font-size:clamp(3rem,7vw,7rem);font-weight:400;line-height:.95}.woocommerce table.shop_table{border:0;border-radius:0;border-collapse:collapse}.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:var(--line-light);padding:16px 10px;font-size:.7rem}.woocommerce-cart table.cart img{width:92px}.woocommerce-cart table.cart .product-name a{font-family:'Anton',Impact,sans-serif;font-size:1.15rem}.woocommerce-cart .cart-collaterals .cart_totals{float:none;width:min(100%,520px);margin-left:auto;background:#e7e2da;padding:clamp(24px,3vw,42px)}.woocommerce-cart .cart-collaterals .cart_totals h2{font-family:'Anton',Impact,sans-serif;font-weight:400}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{width:100%;font-size:.68rem}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:48px;border:1px solid var(--line-light);background:transparent;padding:10px 12px;border-radius:0}.woocommerce form .form-row label{font-size:.62rem;font-weight:600}.woocommerce-checkout #order_review{background:#e7e2da;padding:clamp(20px,3vw,36px)}.woocommerce-info,.woocommerce-message,.woocommerce-error{border-top-color:var(--gold);background:#e7e2da;font-size:.7rem}.woocommerce-message:before,.woocommerce-info:before{color:var(--gold)}.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%;margin-bottom:2rem}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;border-bottom:1px solid var(--line-light)}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:.8rem 1rem;font-size:.6rem;font-weight:600}.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%;max-width:900px;font-size:.8rem}

/* Wrapper generated by WC hooks */
.tbm-wc-wrapper{background:var(--off)}

@keyframes pulse{50%{opacity:.5}}

@media(max-width:1100px){
  .tbm-site-header{grid-template-columns:190px 1fr 150px}.tbm-menu{gap:15px}.tbm-menu a{font-size:.52rem}.collection-grid{grid-template-columns:repeat(2,1fr)}.collection-card{height:460px}.woocommerce ul.products,.product-grid{grid-template-columns:repeat(2,1fr)!important}.product-card__image,.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{height:55vw}.benefits{grid-template-columns:repeat(2,1fr);padding-block:12px}.benefits article:nth-child(2){border-right:0}.editorial-banner{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1.6fr repeat(3,1fr)}
}

@media(max-width:782px){body.admin-bar .tbm-site-header{top:46px}body.admin-bar .mobile-menu,body.admin-bar .tbm-search-panel{top:135px}}
@media(max-width:760px){
  .desktop-only,.desktop-nav{display:none!important}.mobile-only{display:grid}.announcement{height:27px;display:flex;justify-content:center}.announcement span:not(:first-child){display:none}.tbm-site-header,.tbm-site-header--scrolled{height:62px;top:0;grid-template-columns:1fr auto 1fr;padding:0 14px}.tbm-site-header .mobile-only{justify-self:start}.header-brand{justify-self:center}.header-brand .brand-isotype{width:22px;height:34px}.header-brand .brand-wordmark-text{display:none}.header-actions{gap:0}.header-actions .icon-button,.header-actions .icon-link{width:36px}.mobile-menu{top:89px}.tbm-search-panel{top:89px}
  .home-hero{height:calc(100svh - 89px);min-height:620px;max-height:800px}.home-hero__veil{background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.12)),linear-gradient(0deg,rgba(0,0,0,.75),transparent 60%)}.home-hero__content{left:22px;right:22px;bottom:0;top:auto;width:auto;height:67%;justify-content:flex-end;padding-bottom:48px}.home-hero h1{font-size:clamp(3.7rem,18vw,5.4rem)}.hero-subline{font-size:.65rem}.hero-actions{flex-direction:column;width:100%;max-width:260px}.hero-actions .btn{width:100%}.hero-index{margin-top:2.1rem}.hero-side{display:none}.tbm-art--hero:before{font-size:65vw;right:-12vw;bottom:8vw}
  .benefits{min-height:155px;padding:8px 12px}.benefits article{justify-content:flex-start;padding:10px;border-bottom:1px solid var(--line-light)}.benefits article:nth-child(3),.benefits article:nth-child(4){border-bottom:0}.benefits article>i{font-size:22px}.benefits strong{font-size:.55rem}.benefits small{font-size:.5rem}
  .light-section{padding:48px 14px}.section-header h2{font-size:1.05rem}.section-header a{font-size:.52rem}.collection-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-14px;padding-right:14px}.collection-card{min-width:78vw;height:430px;scroll-snap-align:start}.collection-card h3{font-size:2.6rem}
  .woocommerce ul.products,.product-grid{gap:9px!important}.product-card__image,.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{height:65vw}.product-card h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.58rem!important}.product-card__info>strong,.woocommerce ul.products li.product .price{font-size:.58rem!important}.product-favorite{width:34px;height:34px}
  .brand-values{padding:35px 10px}.brand-values article{min-height:90px}.brand-values article>i{font-size:24px}.brand-values strong{font-size:.72rem}.brand-values span{font-size:.48rem}.editorial-banner{display:block;min-height:0}.editorial-art{height:460px}.editorial-copy{padding:50px 22px}.editorial-banner h2{font-size:3.5rem}.newsletter{grid-template-columns:1fr;gap:1.5rem;padding:54px 22px}
  .footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-top>.brand-lockup{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:.35rem}.tbm-site-footer{padding:0 22px}
  .catalog-page,.tbm-page,.woocommerce-cart .tbm-wc-wrapper,.woocommerce-checkout .tbm-wc-wrapper,.woocommerce-account .tbm-wc-wrapper,body.single-product .tbm-wc-wrapper{padding:44px 14px}.catalog-hero{padding:3rem 0}.catalog-hero h1{font-size:4rem}.catalog-toolbar{grid-template-columns:1fr auto 1fr}.catalog-toolbar>.ph-squares-four{display:none}.catalog-toolbar .woocommerce-ordering select{max-width:130px}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.single-product div.product{grid-template-columns:1fr;gap:20px}body.single-product div.product div.summary{position:static;padding-top:0}body.single-product div.product .product_title{font-size:3rem}body.single-product .woocommerce-tabs,body.single-product .related.products{grid-column:1}.woocommerce-cart table.shop_table_responsive tr td.product-thumbnail{display:block!important}.woocommerce-cart table.cart img{width:82px}.woocommerce-cart .cart-collaterals .cart_totals{width:100%}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:block}
}
@media(max-width:390px){.header-actions .desktop-only{display:none}.collection-card{min-width:86vw}.product-card__image,.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{height:72vw}.brand-values strong{font-size:.64rem}.brand-values span{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.tbm-page--commerce{padding:clamp(50px,6vw,90px) var(--page)}.tbm-page--commerce .commerce-content{max-width:1440px;margin:0 auto}.tbm-page--commerce>.commerce-content>.entry-title{font-family:'Anton',Impact,sans-serif;font-size:clamp(3rem,7vw,7rem);font-weight:400;line-height:.95}.tbm-page--commerce .entry-content{font-size:inherit;line-height:inherit}.woocommerce-cart .tbm-page--commerce,.woocommerce-checkout .tbm-page--commerce,.woocommerce-account .tbm-page--commerce{min-height:70vh}

/* v1.0.1 — hard containment for WordPress custom logos / SVG assets.
   Prevents oversized SVG intrinsic dimensions or third-party CSS from escaping
   the TBM header/footer and covering the storefront. */
body.tbm-theme .header-brand,
body.tbm-theme .header-brand .brand-lockup,
body.tbm-theme .tbm-site-header .custom-brand {
  width: auto !important;
  max-width: 210px !important;
  height: 48px !important;
  max-height: 48px !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  inset: auto !important;
}
body.tbm-theme .tbm-site-header .header-brand img,
body.tbm-theme .tbm-site-header .brand-custom-logo,
body.tbm-theme .tbm-site-header img.custom-logo {
  display: block !important;
  position: static !important;
  width: auto !important;
  height: 42px !important;
  max-width: 190px !important;
  max-height: 42px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  inset: auto !important;
  z-index: auto !important;
}
body.tbm-theme .tbm-site-footer .custom-brand {
  width: auto !important;
  max-width: 230px !important;
  height: 58px !important;
  max-height: 58px !important;
  overflow: hidden !important;
}
body.tbm-theme .tbm-site-footer .brand-custom-logo,
body.tbm-theme .tbm-site-footer img.custom-logo {
  display: block !important;
  position: static !important;
  width: auto !important;
  height: 52px !important;
  max-width: 220px !important;
  max-height: 52px !important;
  object-fit: contain !important;
  object-position: left center !important;
  margin: 0 !important;
  transform: none !important;
}
@media (max-width:760px) {
  body.tbm-theme .header-brand,
  body.tbm-theme .header-brand .brand-lockup,
  body.tbm-theme .tbm-site-header .custom-brand {
    max-width: 92px !important;
    height: 40px !important;
    max-height: 40px !important;
  }
  body.tbm-theme .tbm-site-header .header-brand img,
  body.tbm-theme .tbm-site-header .brand-custom-logo,
  body.tbm-theme .tbm-site-header img.custom-logo {
    height: 34px !important;
    max-height: 34px !important;
    max-width: 92px !important;
    object-position: center !important;
  }
}

/* v1.0.2 — deterministic header grid.
   Keeps mobile toggle out of desktop layout and pins brand/nav/actions
   to explicit grid areas so cart/account/search never wrap below header. */
@media (min-width:761px) {
  body.tbm-theme .tbm-site-header {
    display: grid !important;
    grid-template-columns: minmax(210px,1fr) auto minmax(190px,1fr) !important;
    grid-template-areas: "brand nav actions" !important;
    align-items: center !important;
    column-gap: clamp(18px,2vw,36px) !important;
  }

  body.tbm-theme .tbm-site-header .tbm-menu-toggle,
  body.tbm-theme .tbm-site-header > .mobile-only {
    display: none !important;
  }

  body.tbm-theme .tbm-site-header .header-brand {
    grid-area: brand !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 !important;
  }

  body.tbm-theme .tbm-site-header .desktop-nav {
    grid-area: nav !important;
    justify-self: center !important;
    align-self: center !important;
    min-width: 0 !important;
  }

  body.tbm-theme .tbm-site-header .header-actions {
    grid-area: actions !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }

  body.tbm-theme .tbm-site-header .header-actions .icon-button,
  body.tbm-theme .tbm-site-header .header-actions .icon-link {
    flex: 0 0 42px !important;
  }
}

@media (max-width:760px) {
  body.tbm-theme .tbm-site-header,
  body.tbm-theme .tbm-site-header--scrolled {
    display: grid !important;
    grid-template-columns: 42px minmax(0,1fr) auto !important;
    grid-template-areas: "menu brand actions" !important;
    align-items: center !important;
    column-gap: 10px !important;
  }

  body.tbm-theme .tbm-site-header .tbm-menu-toggle {
    grid-area: menu !important;
    display: inline-grid !important;
    justify-self: start !important;
    align-self: center !important;
  }

  body.tbm-theme .tbm-site-header .header-brand {
    grid-area: brand !important;
    justify-self: start !important;
    align-self: center !important;
  }

  body.tbm-theme .tbm-site-header .header-actions {
    grid-area: actions !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    position: static !important;
  }
}


/* v1.1.0 — Elementor integration and TBM design-system utilities.
   Elementor owns the content canvas; the theme only supplies brand tokens and
   optional native header/footer fallbacks. */
.tbm-elementor-content,
.tbm-elementor-full-width,
.tbm-elementor-canvas-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.tbm-elementor-content > .elementor,
.tbm-elementor-content .elementor-page,
body.tbm-elementor-built .elementor {
  width: 100%;
  max-width: none;
}

body.tbm-elementor-canvas-shell {
  margin: 0;
  min-width: 320px;
}

/* Reusable classes available from Elementor > Advanced > CSS Classes. */
.tbm-heading {
  font-family: 'Anton', Impact, sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  line-height: .9;
  letter-spacing: -.02em;
}

.tbm-kicker {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tbm-button,
a.tbm-button,
button.tbm-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .9rem 1.55rem;
  border: 1px solid var(--tbm-black);
  border-radius: 0;
  background: var(--tbm-black);
  color: var(--tbm-white);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
}

.tbm-button:hover,
a.tbm-button:hover,
button.tbm-button:hover {
  background: var(--tbm-dark);
  color: var(--tbm-white);
}

.tbm-container {
  width: min(100% - (2 * var(--tbm-page)), 1440px);
  margin-inline: auto;
}

.tbm-section-dark {
  background: var(--tbm-black);
  color: var(--tbm-white);
}

.tbm-section-light {
  background: var(--tbm-off-white);
  color: var(--tbm-black);
}

/* Do not impose TBM page padding on Elementor/WooCommerce Theme Builder output. */
body.tbm-elementor-built .tbm-page,
body.tbm-elementor-built .entry-content,
body.elementor-page .tbm-elementor-content {
  max-width: none;
}

/* Native shell names are intentionally TBM-specific so Elementor Pro headers
   and footers are not accidentally styled as the built-in theme shell. */
.elementor-location-header,
.elementor-location-footer {
  position: relative;
  z-index: 1001;
}
