/* Teemates premium layer — BAT, Sep 2026.
   Two colours carry the site: ink + bone. Orange only on the primary action. */
:root {
	--tm-ink: #121212;
	--tm-ink-2: #2a2a2a;
	--tm-bone: #f5f2ec;
	--tm-bone-2: #ebe6dc;
	--tm-line: #d9d3c7;
	--tm-mute: #6b665d;
	--tm-accent: #f26a21;
	--tm-head: "Oswald", "Arial Narrow", sans-serif;
	--tm-body: "Inter", system-ui, -apple-system, sans-serif;
	--tm-gut: clamp(16px, 4vw, 56px);
	--tm-max: 1360px;
}

/* ---------- base ---------- */
body.tm { background: var(--tm-bone); color: var(--tm-ink); font-family: var(--tm-body); font-size: 15px; -webkit-font-smoothing: antialiased; }
.tm h1, .tm h2, .tm h3, .tm h4, .tm .product-title, .tm .page-title, .tm .shop-page-title h1 { font-family: var(--tm-head); font-weight: 500; letter-spacing: .01em; color: var(--tm-ink); text-transform: uppercase; }
.tm a { color: inherit; }
.tm #wrapper, .tm #main, .tm .page-wrapper, .tm .shop-container { background: var(--tm-bone); }
.tm .button, .tm button.button, .tm input[type=submit], .tm .checkout-button, .tm .single_add_to_cart_button {
	background: var(--tm-ink) !important; color: #fff !important; border: 0 !important; border-radius: 0 !important;
	font-family: var(--tm-body); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; box-shadow: none !important;
}
.tm .single_add_to_cart_button, .tm .checkout-button, .tm #place_order { background: var(--tm-accent) !important; }
.tm input[type=text], .tm input[type=email], .tm input[type=tel], .tm input[type=number], .tm input[type=password], .tm select, .tm textarea {
	border-radius: 0; border: 1px solid var(--tm-line); background: #fff; box-shadow: none; height: auto; min-height: 44px;
}

/* ---------- shared pieces ---------- */
.tm-eyebrow { font: 600 11px/1.4 var(--tm-body); letter-spacing: .22em; text-transform: uppercase; color: var(--tm-mute); margin: 0 0 12px; }
.tm-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 30px; font: 600 13px/1 var(--tm-body); letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: background .3s, color .3s; border: 0; cursor: pointer; }
.tm-btn--accent { background: var(--tm-accent); color: #fff !important; }
.tm-btn--accent:hover { background: var(--tm-ink); }
.tm-btn--light { background: transparent; color: #fff !important; border: 1px solid rgba(255,255,255,.4); }
.tm-btn--light:hover { background: #fff; color: var(--tm-ink) !important; }
.tm-link { font: 500 14px/1 var(--tm-body); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.tm-link:hover { color: var(--tm-accent); }
.tm-sec { max-width: var(--tm-max); margin: 0 auto; padding: clamp(56px, 8vw, 110px) var(--tm-gut) 0; }
.tm-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 8px 24px; margin-bottom: 32px; }
.tm-head .tm-eyebrow { width: 100%; margin: 0; }
.tm-head h2 { margin: 0; font-size: clamp(30px, 4.2vw, 54px); line-height: 1; }

/* ---------- header ---------- */
.tm .header-wrapper, .tm .header-main, .tm .header-bg-color { background: var(--tm-bone) !important; }
.tm .header-main { border-bottom: 1px solid var(--tm-line); }
.tm .header-top { display: none !important; }
.tm .nav > li > a { font: 500 12.5px/1 var(--tm-body); letter-spacing: .12em; text-transform: uppercase; color: var(--tm-ink); }
.tm .nav > li > a:hover, .tm .nav > li.active > a { color: var(--tm-accent); }
.tm .nav-dropdown { border: 0; box-shadow: 0 20px 40px rgba(0,0,0,.08); background: #fff; border-radius: 0; padding: 18px 8px; }
.tm .nav-dropdown li a { font: 400 14px/1.3 var(--tm-body); text-transform: none; letter-spacing: 0; padding: 9px 18px; }
.tm .cart-icon strong, .tm .header-cart-link .cart-icon strong { border-color: var(--tm-ink); color: var(--tm-ink); border-radius: 0; }
.tm .cart-icon strong:after { border-color: var(--tm-ink); }
.tm .header-cart-title { display: none; }

/* ---------- hero ---------- */
.tm-hero { position: relative; min-height: min(88vh, 860px); display: flex; align-items: center; overflow: hidden; background: #d9cdbb; }
.tm-hero__vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; transform: scale(1.07); transform-origin: 30% 30%; }
.tm-hero__copy { position: relative; z-index: 1; width: min(720px, 90%); margin-left: max(var(--tm-gut), calc((100vw - var(--tm-max)) / 2 + var(--tm-gut))); padding: 60px 0; }
.tm-hero__h { font-size: clamp(46px, 6.6vw, 100px) !important; line-height: .92 !important; margin: 0 0 30px; }
.tm-hero__h em { font-style: normal; color: var(--tm-accent); }
.tm-hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; }
.tm-hero__from { margin: 26px 0 0; font-size: 13px; color: var(--tm-ink-2); }
@media (max-width: 849px) {
	.tm-hero { flex-direction: column; align-items: stretch; min-height: 0; background: var(--tm-bone); }
	.tm-hero__vid { position: relative; aspect-ratio: 4 / 5; height: auto; object-position: center; }
	.tm-hero__copy { width: auto; margin: 0; padding: 30px var(--tm-gut) 8px; }
}

/* ---------- entrances ---------- */
.tm-entr { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; height: clamp(440px, 46vw, 660px); }
.tm-entr__tile { position: relative; display: block; overflow: hidden; background: var(--tm-bone-2); text-decoration: none; }
.tm-entr__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.tm-entr__tile:hover img { transform: scale(1.04); }
.tm-entr__txt { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 24px 22px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.62)); display: grid; gap: 4px; }
.tm-entr__txt strong { font: 500 clamp(24px, 2.4vw, 34px)/1 var(--tm-head); text-transform: uppercase; }
.tm-entr__txt small { font-size: 13px; opacity: .85; }
.tm-entr__txt i { font-style: normal; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin-top: 10px; }
@media (max-width: 849px) { .tm-entr { grid-template-columns: 1fr 1fr; height: auto; } .tm-entr__tile { aspect-ratio: 4 / 5; } .tm-entr__tile:first-child { grid-column: 1 / -1; aspect-ratio: 4 / 3; } }

/* ---------- product cards (everywhere) ---------- */
.tm .product-small .box-image { background: #fff; }
.tm .product-small .box-text { padding: 14px 2px 22px; text-align: left; }
.tm .product-small .category, .tm .product-small .box-text .is-small.uppercase { display: none; }
.tm .product-small .product-title, .tm .product-small .name { font: 500 14px/1.35 var(--tm-body) !important; text-transform: none !important; letter-spacing: 0; }
.tm .product-small .price { font: 600 15px/1 var(--tm-body); color: var(--tm-ink); margin-top: 6px; display: block; }
.tm .badge-container .badge-inner { background: var(--tm-ink); border-radius: 0; font-weight: 600; }
.tm .product-small .image-tools, .tm .product-small .add-to-cart-button { display: none; }
.tm-best .ux-products, .tm-best .row { margin: 0 -7px; }
.tm-best .col { padding: 0 7px; }

/* ---------- sports ---------- */
.tm-sports { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tm-sport { position: relative; aspect-ratio: 3 / 4; background: radial-gradient(120% 80% at 50% 90%, #2c2c2c, var(--tm-ink)); overflow: hidden; display: flex; align-items: flex-end; text-decoration: none; }
.tm-sport img { position: absolute; inset: 6% 6% 14%; width: 88%; height: 80%; object-fit: contain; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.tm-sport:hover img { transform: translateY(-8px) scale(1.03); }
.tm-sport span { position: relative; width: 100%; padding: 18px 20px; color: #fff; font: 500 22px/1 var(--tm-head); text-transform: uppercase; border-top: 1px solid rgba(255,255,255,.12); }
@media (max-width: 849px) { .tm-sports { grid-template-columns: 1fr 1fr; } }

/* ---------- team ---------- */
.tm-team { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--tm-ink); color: #fff; margin-top: clamp(56px, 8vw, 110px); scroll-margin-top: 90px; }
.tm-team__img { background: center / cover no-repeat; min-height: 520px; }
.tm-team__body { padding: clamp(40px, 6vw, 90px) var(--tm-gut); max-width: 620px; }
.tm-team .tm-eyebrow { color: rgba(255,255,255,.55); }
.tm-team h2 { color: #fff; font-size: clamp(32px, 4vw, 56px); line-height: 1; margin: 0 0 18px; }
.tm-team p { color: rgba(255,255,255,.75); }
.tm-quote { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.tm-quote label { display: grid; gap: 8px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.6); font-weight: 600; margin: 0; }
.tm-quote label:nth-child(3) { grid-column: 1 / -1; }
.tm-quote input, .tm-quote select { background: transparent !important; color: #fff !important; border: 0 !important; border-bottom: 1px solid rgba(255,255,255,.35) !important; font-size: 16px; padding: 8px 0; margin: 0; text-transform: none; letter-spacing: 0; }
.tm-quote select option { color: var(--tm-ink); }
.tm-quote button { grid-column: 1 / -1; margin-top: 10px; }
@media (max-width: 849px) { .tm-team { grid-template-columns: 1fr; } .tm-team__img { min-height: 300px; } }

/* ---------- occasions rail ---------- */
.tm-occ { position: relative; }
.tm-rail { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(240px, 26vw, 340px); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; }
.tm-rail::-webkit-scrollbar { display: none; }
.tm-rail__card { scroll-snap-align: start; position: relative; aspect-ratio: 4 / 5; overflow: hidden; text-decoration: none; background: var(--tm-bone-2); }
.tm-rail__card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.tm-rail__card:hover img { transform: scale(1.05); }
.tm-rail__card span { position: absolute; left: 18px; bottom: 16px; color: #fff; font: 500 22px/1 var(--tm-head); text-transform: uppercase; text-shadow: 0 1px 18px rgba(0,0,0,.35); }
.tm-rail__nav { display: flex; gap: 8px; justify-content: flex-end; margin-top: 16px; }
.tm-rail__nav button { width: 46px; height: 46px; border: 1px solid var(--tm-ink); background: transparent; color: var(--tm-ink); font-size: 18px; cursor: pointer; margin: 0; padding: 0; min-height: 0; }
.tm-rail__nav button:hover { background: var(--tm-ink); color: #fff; }

/* ---------- catalogue ---------- */
.tm-cat__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px 14px; }
.tm-cat__item { text-decoration: none; display: grid; gap: 4px; }
.tm-cat__img { display: block; aspect-ratio: 1; background: #fff; overflow: hidden; margin-bottom: 8px; }
.tm-cat__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.tm-cat__item:hover img { transform: scale(1.05); }
.tm-cat__item strong { font: 500 14px/1.3 var(--tm-body); }
.tm-cat__item small { font-size: 12px; color: var(--tm-mute); }
@media (max-width: 1100px) { .tm-cat__grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 649px) { .tm-cat__grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- reviews / insta / faq ---------- */
.tm-rev__w { min-height: 200px; }
.tm-ig__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.tm-ig__grid a { aspect-ratio: 9 / 16; overflow: hidden; display: block; background: var(--tm-bone-2); }
.tm-ig__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s; }
.tm-ig__grid a:hover img { transform: scale(1.05); }
@media (max-width: 849px) { .tm-ig__grid { grid-template-columns: repeat(3, 1fr); } }
.tm-faq { max-width: 960px; padding-bottom: clamp(56px, 8vw, 110px); }
.tm-faq details { border-top: 1px solid var(--tm-line); }
.tm-faq details:last-child { border-bottom: 1px solid var(--tm-line); }
.tm-faq summary { list-style: none; cursor: pointer; padding: 22px 40px 22px 0; font: 500 17px/1.4 var(--tm-body); position: relative; }
.tm-faq summary::-webkit-details-marker { display: none; }
.tm-faq summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font: 300 26px/1 var(--tm-body); transition: transform .3s; }
.tm-faq details[open] summary::after { transform: rotate(45deg); }
.tm-faq details p { margin: 0 0 22px; color: var(--tm-mute); max-width: 720px; }

/* ---------- footer ---------- */
.tm .footer-wrapper .footer-1, .tm .footer-wrapper .footer-2, .tm .absolute-footer { display: none !important; }
.tm-foot { background: var(--tm-ink); color: rgba(255,255,255,.7); }
.tm-foot__in { max-width: var(--tm-max); margin: 0 auto; padding: 80px var(--tm-gut) 50px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.tm-foot__brand img { height: 42px; width: auto; filter: brightness(0) invert(1); margin-bottom: 18px; }
.tm-foot__brand p { max-width: 300px; margin-bottom: 24px; }
.tm-foot h4 { color: #fff; font-size: 13px; letter-spacing: .18em; margin: 0 0 18px; }
.tm-foot nav a { display: block; padding: 6px 0; text-decoration: none; color: rgba(255,255,255,.7); }
.tm-foot nav a:hover { color: #fff; }
.tm-foot__bar { max-width: var(--tm-max); margin: 0 auto; padding: 22px var(--tm-gut); border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; font-size: 13px; }
.tm-foot__bar a { color: rgba(255,255,255,.7); }
@media (max-width: 849px) { .tm-foot__in { grid-template-columns: 1fr 1fr; } .tm-foot__brand { grid-column: 1 / -1; } }

/* ---------- shop / category ---------- */
.tm .shop-page-title, .tm .category-page-title { background: var(--tm-bone); border-bottom: 1px solid var(--tm-line); }
.tm .shop-page-title .page-title-inner { padding: 34px 15px 24px; }
.tm .shop-page-title h1, .tm .shop-page-title .breadcrumbs { font-family: var(--tm-head); font-size: clamp(22px, 2.6vw, 34px) !important; text-transform: uppercase; }
.tm .woocommerce-breadcrumb, .tm .breadcrumbs { font: 500 11px/1.4 var(--tm-body) !important; letter-spacing: .14em; }
.tm .term-description { max-width: 760px; color: var(--tm-mute); font-size: 14px; }
.tm .woocommerce-ordering select { border: 1px solid var(--tm-line); background-color: transparent; font-size: 13px; }
.tm #shop-sidebar, .tm .shop-container + .large-3 { display: none; }
.tm .category-page-row > .large-9 { flex-basis: 100%; max-width: 100%; }
.tm .woocommerce-pagination .page-numbers li > * { border-radius: 0; border-color: var(--tm-line); }
.tm .woocommerce-pagination .page-numbers .current { background: var(--tm-ink); border-color: var(--tm-ink); }

/* ---------- single product ---------- */
.tm .product-main { padding-top: 34px; }
.tm .product-info .product-title { font-size: clamp(24px, 2.4vw, 34px) !important; line-height: 1.08; }
.tm .product-info .price { font: 600 24px/1 var(--tm-body); color: var(--tm-ink); }
.tm .product-info .is-divider { display: none; }
.tm .product-gallery .product-thumbnails img { border-radius: 0; }
.tm-trust { list-style: none; margin: 14px 0 20px; padding: 14px 0; border-top: 1px solid var(--tm-line); border-bottom: 1px solid var(--tm-line); display: grid; gap: 6px; font-size: 13px; color: var(--tm-mute); }
.tm-trust li { margin: 0; padding-left: 16px; position: relative; }
.tm-trust li::before { content: ""; position: absolute; left: 0; top: .6em; width: 6px; height: 6px; background: var(--tm-accent); }
.tm-trust a { color: var(--tm-ink); text-decoration: underline; }
.tm .tc-extra-product-options .tm-epo-field-label, .tm .tc-extra-product-options label { font: 600 11px/1.4 var(--tm-body); letter-spacing: .14em; text-transform: uppercase; }
.tm-prev { position: relative; width: 200px; margin: 6px 0 20px; }
.tm-prev__svg { width: 200px; height: 220px; fill: var(--tm-ink); display: block; }
.tm-prev__name, .tm-prev__num { position: absolute; left: 0; width: 200px; text-align: center; color: #fff; font-family: var(--tm-head); text-transform: uppercase; }
.tm-prev__name { top: 74px; font-size: 17px; letter-spacing: .08em; padding: 0 46px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tm-prev__num { top: 96px; font-size: 76px; line-height: 1; color: var(--tm-accent); }
.tm-prev small { display: block; font-size: 11px; color: var(--tm-mute); letter-spacing: .1em; text-transform: uppercase; margin-top: 8px; }
.tm .woocommerce-tabs .tabs li a { font: 600 12px/1 var(--tm-body); letter-spacing: .14em; text-transform: uppercase; }

/* ---------- cart / checkout / account ---------- */
.tm .checkout-page-title, .tm .page-title.checkout-page-title { background: var(--tm-bone); }
.tm .checkout-breadcrumbs a { font-family: var(--tm-head); font-weight: 500; letter-spacing: .04em; }
.tm .cart_totals, .tm .checkout-sidebar, .tm .col-inner.has-border, .tm #order_review { background: #fff; border: 1px solid var(--tm-line) !important; padding: 24px; }
.tm table.shop_table th { font: 600 11px/1.4 var(--tm-body); letter-spacing: .14em; }
.tm .woocommerce-billing-fields h3, .tm #order_review_heading, .tm .cart_totals h2 { font-size: 20px !important; }
.tm .woocommerce-MyAccount-navigation li a { font: 500 13px/1 var(--tm-body); letter-spacing: .08em; text-transform: uppercase; }
.tm .woocommerce-info, .tm .woocommerce-message { background: #fff; border: 1px solid var(--tm-line); border-left: 3px solid var(--tm-ink); border-radius: 0; }

/* whatsapp bubble sits above the phone bar */
@media (max-width: 849px) { .tm .tm-sec { padding-top: 56px; } }
@media (prefers-reduced-motion: reduce) { .tm * { transition: none !important; } }

.tm .nav > li.menu-item-type-custom.active > a { color: var(--tm-ink); }

/* promo bar */
.tm-promo { display: flex; justify-content: center; gap: 14px; background: var(--tm-ink); color: #fff !important; font: 500 12px/1 var(--tm-body); letter-spacing: .1em; text-transform: uppercase; padding: 11px 16px; text-decoration: none; }
.tm-promo span { color: var(--tm-accent); }
/* proof */
.tm-proof { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: end; }
.tm-proof__big strong { display: block; font: 500 clamp(80px, 13vw, 190px)/.85 var(--tm-head); letter-spacing: -.01em; }
.tm-proof__big span { display: block; margin-top: 14px; font-size: 18px; color: var(--tm-ink-2); max-width: 380px; }
.tm-proof__facts { list-style: none; margin: 0; padding: 0; display: grid; }
.tm-proof__facts li { display: flex; align-items: baseline; gap: 18px; border-top: 1px solid var(--tm-line); padding: 18px 0; margin: 0; }
.tm-proof__facts li:last-child { border-bottom: 1px solid var(--tm-line); }
.tm-proof__facts strong { font: 500 30px/1 var(--tm-head); min-width: 120px; }
.tm-proof__facts span { color: var(--tm-mute); }
@media (max-width: 849px) { .tm-proof { grid-template-columns: 1fr; } }

/* rupee: the Indian Rupee plugin emits an icon-font <i>; draw the real glyph instead */
.tm .fa-rupee { font-family: inherit !important; font-style: normal; }
.tm .fa-rupee::before { content: "₹"; font-family: var(--tm-body); }
@media (max-width: 549px) {
	.tm-promo { font-size: 11px; letter-spacing: .06em; gap: 8px; padding: 10px 12px; }
	.tm-promo span { white-space: nowrap; }
	.tm-promo { white-space: nowrap; overflow: hidden; }
	.tm .shop-page-title .page-title-inner { padding: 22px 15px 16px; }
	.tm .shop-page-title h1, .tm .shop-page-title .breadcrumbs { font-size: 16px !important; }
}
