/*
Theme Name: Thinkcar Commerce
Theme URI: https://www.thinkcarturkiye.com/
Author: Thinkcar Türkiye
Description: Thinkcar Türkiye için hızlı, mobil öncelikli WooCommerce teması.
Version: 1.4.0
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: thinkcar-commerce
*/

:root {
	--ink: #171a20;
	--ink-soft: #272b33;
	--muted: #69707d;
	--line: #e4e5e7;
	--soft: #f5f5f3;
	--soft-warm: #f7f4f1;
	--white: #ffffff;
	--brand: #b5262d;
	--brand-dark: #921d23;
	--brand-soft: #f7e9e9;
	--green: #257a52;
	--green-soft: #e9f4ee;
	--amber: #a76312;
	--radius-sm: 10px;
	--radius: 16px;
	--radius-lg: 26px;
	--shadow-sm: 0 7px 24px rgba(23, 26, 32, .06);
	--shadow: 0 18px 60px rgba(23, 26, 32, .11);
	--shell: 1320px;
	--font: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 16px/1.62 var(--font); text-rendering: optimizeLegibility; }
body.menu-open, body.modal-open, body.filter-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { letter-spacing: -.035em; line-height: 1.12; }
h1 { font-size: clamp(2.5rem, 6vw, 5.75rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.35rem); }
h3 { font-size: 1.14rem; }
::selection { color: var(--white); background: var(--brand); }
:focus-visible { outline: 3px solid rgba(181, 38, 45, .35); outline-offset: 3px; }
.site-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.site-shell--narrow { width: min(calc(100% - 40px), 850px); }
.screen-reader-text { position: absolute !important; overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 99999; top: 10px; left: 10px; padding: 11px 16px; transform: translateY(-180%); color: var(--white); background: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button {
	display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 11px; cursor: pointer; font-weight: 720; line-height: 1.1; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-1px); }
.button--primary, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt { color: var(--white); background: var(--brand); }
.button--primary:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { color: var(--white); background: var(--brand-dark); }
.button--secondary { color: var(--ink); background: var(--white); border-color: var(--line); }
.button--secondary:hover { background: var(--soft); border-color: #c7c9cd; }
.button--light { color: var(--ink); background: var(--white); }
.button--light:hover { color: var(--white); background: var(--brand); }
.button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 7px; border-bottom: 1px solid currentColor; font-weight: 720; line-height: 1.8; }
.text-link:hover { color: var(--brand); }
.text-link--light { color: rgba(255,255,255,.82); }
.eyebrow { display: block; margin-bottom: 12px; color: var(--brand); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: #f1a2a6; }

.announcement-bar { color: rgba(255,255,255,.84); background: var(--ink); font-size: .77rem; }
.announcement-bar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement-bar__inner > a { font-weight: 700; }
.announcement-list { display: flex; gap: 27px; }
.announcement-list span { display: flex; align-items: center; gap: 8px; }
.announcement-list span::before { width: 4px; height: 4px; content: ""; border-radius: 50%; background: #f1a2a6; }
.site-header { position: relative; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-main { min-height: 86px; display: grid; grid-template-columns: 210px minmax(280px, 1fr) auto; align-items: center; gap: 34px; }
.site-logo { display: inline-flex; align-items: center; }
.site-logo-image { width: auto; max-width: 178px; max-height: 48px; object-fit: contain; }
.site-logo-text { color: var(--brand); font-size: 1.38rem; font-weight: 900; letter-spacing: -.06em; white-space: nowrap; }
.site-logo-text small { color: var(--ink); font-size: .5em; letter-spacing: .02em; }
.product-search { position: relative; display: flex; height: 50px; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); }
.product-search:focus-within { border-color: var(--ink); background: var(--white); box-shadow: 0 0 0 3px rgba(23,26,32,.05); }
.product-search input { min-width: 0; flex: 1; padding: 0 18px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.product-search button { width: 50px; border: 0; cursor: pointer; font-size: 1.65rem; background: transparent; }
.search-suggestions { position: absolute; z-index: 15; top: calc(100% + 8px); right: 0; left: 0; overflow: hidden; padding: 7px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
.search-suggestion { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; padding: 8px; border-radius: 9px; }
.search-suggestion:hover { background: var(--soft); }
.search-suggestion img { width: 48px; height: 48px; object-fit: contain; background: var(--soft); border-radius: 7px; }
.search-suggestion strong { font-size: .88rem; }
.search-suggestion small { color: var(--brand); font-weight: 800; }
.header-actions { display: flex; align-items: center; gap: 21px; }
.header-actions > a { display: flex; align-items: center; gap: 9px; font-size: .82rem; font-weight: 750; white-space: nowrap; }
.header-actions > a:hover { color: var(--brand); }
.header-actions > a > span:last-child { display: flex; flex-direction: column; }
.header-actions small { color: var(--muted); font-size: .68rem; font-weight: 500; }
.header-action__icon { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.2rem; }
.header-nav-wrap { border-top: 1px solid var(--line); }
.header-nav { min-height: 49px; display: flex; align-items: center; }
.category-trigger { min-width: 210px; display: flex; align-items: center; gap: 11px; align-self: stretch; padding: 0 18px; color: var(--white); background: var(--brand); font-size: .88rem; font-weight: 800; }
.category-trigger:first-letter { font-size: 1.35rem; }
.primary-nav { min-width: 0; flex: 1; }
.primary-menu, .mobile-primary-menu { margin: 0; padding: 0; list-style: none; }
.primary-menu { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); padding-inline: 30px; }
.primary-menu a { display: flex; min-height: 48px; align-items: center; font-size: .85rem; font-weight: 700; }
.primary-menu .current-menu-item a, .primary-menu a:hover { color: var(--brand); }
.support-link { color: var(--muted); font-size: .79rem; font-weight: 650; white-space: nowrap; }
.menu-toggle, .mobile-menu, .menu-backdrop { display: none; }

.hero-section { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 35%, rgba(181,38,45,.31), transparent 32%), linear-gradient(125deg, #121419, #242932); }
.hero-section::before { position: absolute; top: -20%; left: -10%; width: 560px; height: 560px; content: ""; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.hero-grid { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 52px; padding-block: 72px 66px; }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.hero-copy h1 { margin-bottom: 24px; font-size: clamp(3.2rem, 6vw, 6rem); letter-spacing: -.065em; }
.hero-copy h1 em { color: #e27d82; font-style: normal; }
.hero-copy > p { max-width: 610px; margin-bottom: 30px; color: rgba(255,255,255,.68); font-size: 1.1rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: clamp(25px, 5vw, 65px); margin-top: 55px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-size: 1.5rem; }
.hero-proof span { color: rgba(255,255,255,.55); font-size: .73rem; }
.hero-product { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,255,255,.1); box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.hero-product__image { position: relative; z-index: 1; transform: rotate(-2deg); filter: drop-shadow(0 34px 32px rgba(0,0,0,.34)); transition: transform .35s ease; }
.hero-product__image:hover { transform: rotate(0) translateY(-5px); }
.hero-product__image img { max-height: 465px; object-fit: contain; mix-blend-mode: screen; }
.hero-product__card { position: absolute; z-index: 2; right: 0; bottom: 10px; width: min(300px, 78%); padding: 18px 19px; color: var(--ink); background: rgba(255,255,255,.93); border-radius: 15px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-product__card > span { display: block; margin-bottom: 4px; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-product__card > strong { display: block; margin-bottom: 9px; font-size: .96rem; }
.hero-product__card > div { display: flex; align-items: center; justify-content: space-between; color: var(--brand); font-size: 1.1rem; font-weight: 800; }
.hero-product__card a { display: grid; width: 38px; height: 38px; place-items: center; color: var(--white); background: var(--ink); border-radius: 9px; }

.trust-strip { border-bottom: 1px solid var(--line); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { min-height: 102px; display: flex; align-items: center; gap: 14px; padding: 20px clamp(15px, 2.4vw, 34px); border-right: 1px solid var(--line); }
.trust-strip__grid > div:first-child { border-left: 1px solid var(--line); }
.trust-icon { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 50%; font-size: 1.15rem; font-weight: 800; }
.trust-strip p { margin: 0; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { font-size: .87rem; }
.trust-strip small { color: var(--muted); font-size: .71rem; }

.section { padding-block: clamp(72px, 8vw, 118px); }
.section--soft { background: var(--soft); }
.section--sale { background: linear-gradient(120deg, #fff8f2, #f8efef); }
.section--journal { background: var(--soft); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 39px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2rem, 3.6vw, 3.25rem); }
.section-heading p { max-width: 590px; margin: 14px 0 0; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; overflow: hidden; min-height: 355px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; color: var(--white); background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.category-card:first-child { grid-column: span 2; }
.category-card__image { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(145deg, #edf0f0, #f9f9f8); }
.category-card__image::after { position: absolute; inset: 30% 0 0; content: ""; background: linear-gradient(transparent, rgba(14,16,20,.92)); }
.category-card__image img { width: 82%; height: 78%; object-fit: contain; transition: transform .45s ease; }
.category-card:hover .category-card__image img { transform: scale(1.045); }
.category-card__image > span { color: rgba(23,26,32,.11); font-size: 2rem; font-weight: 900; }
.category-card > div:last-child { position: relative; z-index: 2; }
.category-card > div > span { color: rgba(255,255,255,.65); font-size: .72rem; }
.category-card h3 { margin: 3px 0 14px; font-size: 1.28rem; }
.category-card strong { font-size: .76rem; }

.product-grid, .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 0 !important; padding: 0; list-style: none; }
.product-card-wrap { width: auto !important; margin: 0 !important; float: none !important; }
.product-card { overflow: hidden; height: 100%; display: flex; flex-direction: column; margin: 0 !important; padding: 0 !important; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-4px); border-color: #d3d5d8; box-shadow: var(--shadow-sm); }
.product-card__media { position: relative; overflow: hidden; aspect-ratio: 1 / .89; display: grid; place-items: center; background: #f7f7f6; }
.product-card__media > a { width: 100%; height: 100%; display: grid; place-items: center; }
.product-card__media img { width: 88% !important; height: 88% !important; margin: 0 !important; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.product-card:hover .product-card__media img { transform: scale(1.045); }
.product-badge { position: absolute; z-index: 3; top: 14px; left: 14px; padding: 5px 9px; border-radius: 99px; color: var(--white); background: var(--ink); font-size: .65rem; font-weight: 800; letter-spacing: .02em; }
.product-badge--sale { background: var(--brand); }
.product-badge--new { color: var(--green); background: var(--green-soft); }
.icon-button { border: 0; cursor: pointer; }
.favorite-button { position: absolute; z-index: 3; top: 12px; right: 12px; display: grid; width: 38px; height: 38px; place-items: center; background: rgba(255,255,255,.92); border-radius: 50%; box-shadow: 0 4px 15px rgba(23,26,32,.08); font-size: 1.35rem; }
.favorite-button.is-favorite { color: var(--white); background: var(--brand); }
.product-card__quick { position: absolute; z-index: 3; right: 13px; bottom: 13px; left: 13px; min-height: 39px; padding: 8px 12px; transform: translateY(60px); border: 0; border-radius: 9px; color: var(--white); background: rgba(23,26,32,.94); cursor: pointer; font-size: .76rem; font-weight: 750; opacity: 0; transition: transform .25s ease, opacity .25s ease; }
.product-card:hover .product-card__quick, .product-card:focus-within .product-card__quick { transform: translateY(0); opacity: 1; }
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 18px; }
.product-card__category, .product-card__category a { min-height: 18px; color: var(--muted); font-size: .67rem; font-weight: 600; text-transform: uppercase; letter-spacing: .045em; }
.product-card__title { min-height: 48px; margin: 7px 0 8px; font-size: 1rem; line-height: 1.35; letter-spacing: -.018em; }
.product-card__title a:hover { color: var(--brand); }
.product-card__excerpt { min-height: 37px; margin-bottom: 11px; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.product-card__stock { display: flex; align-items: center; gap: 7px; margin-top: auto; font-size: .7rem; font-weight: 700; }
.product-card__stock span { width: 7px; height: 7px; border-radius: 50%; }
.is-in-stock { color: var(--green); }
.is-in-stock span { background: var(--green); }
.is-out-of-stock { color: var(--muted); }
.is-out-of-stock span { background: #a7abb1; }
.product-card__footer { min-height: 62px; display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-top: 12px; padding-top: 13px; border-top: 1px solid var(--line); }
.product-card__price { display: flex; flex-direction: column; font-size: 1.03rem; font-weight: 850; white-space: nowrap; }
.product-card__price del { color: var(--muted); font-size: .68rem; font-weight: 500; opacity: .75; }
.product-card__price ins { text-decoration: none; }
.product-card__cart, .woocommerce .product-card a.button { min-height: 40px; padding: 9px 12px; color: var(--white); background: var(--ink); border-radius: 9px; font-size: .7rem; white-space: nowrap; }
.product-card__cart:hover, .woocommerce .product-card a.button:hover { color: var(--white); background: var(--brand); }
.product-card__cart.added::after { margin-left: 0 !important; }
.added_to_cart.wc-forward { display: none !important; }

.feature-banner-section { padding-block: 28px 0; }
.feature-banner { position: relative; overflow: hidden; min-height: 465px; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; color: var(--white); background: linear-gradient(125deg, #171a20, #2b3038); border-radius: var(--radius-lg); }
.feature-banner::before { position: absolute; right: 15%; width: 360px; height: 360px; content: ""; border: 70px solid rgba(181,38,45,.12); border-radius: 50%; }
.feature-banner__copy { position: relative; z-index: 2; padding: clamp(35px, 6vw, 78px); }
.feature-banner__copy h2 { margin-bottom: 20px; }
.feature-banner__copy p { max-width: 510px; margin-bottom: 26px; color: rgba(255,255,255,.63); }
.feature-banner__image { position: relative; z-index: 1; align-self: stretch; display: grid; place-items: center; }
.feature-banner__image img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 28px 25px rgba(0,0,0,.25)); }
.why-section { background: var(--ink); color: var(--white); }
.why-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 120px); }
.why-copy { position: sticky; top: 30px; align-self: start; }
.why-copy > p { color: rgba(255,255,255,.6); }
.why-copy .text-link { color: rgba(255,255,255,.82); }
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.14); }
.why-cards > div { padding: 34px; background: var(--ink); }
.why-cards span { display: block; margin-bottom: 50px; color: #e47f84; font-size: .75rem; font-weight: 800; }
.why-cards h3 { margin-bottom: 12px; font-size: 1.2rem; }
.why-cards p { margin-bottom: 0; color: rgba(255,255,255,.55); font-size: .87rem; }
.review-section { background: var(--soft-warm); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-grid article { padding: 30px; background: var(--white); border: 1px solid #ebe3df; border-radius: var(--radius); }
.review-stars { margin-bottom: 20px; color: var(--brand); letter-spacing: .12em; }
.review-grid blockquote { margin: 0 0 24px; font-size: 1.03rem; }
.review-grid article > strong, .review-grid article > a { display: block; }
.review-grid article > a { margin-top: 3px; color: var(--muted); font-size: .76rem; }
.review-empty { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 35px; background: var(--white); border: 1px solid #e8ded8; border-radius: var(--radius); }
.review-empty strong { font-size: 1.14rem; }
.review-empty p { max-width: 680px; margin: 7px 0 0; color: var(--muted); }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.journal-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.journal-card__visual { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; color: var(--white); background: radial-gradient(circle at 78% 26%, rgba(181,38,45,.75), transparent 27%), linear-gradient(145deg, #1d2027, #343a44); }
.journal-card__visual span { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journal-card__visual strong { align-self: flex-end; color: rgba(255,255,255,.17); font-size: 5rem; line-height: .8; }
.journal-card > div { padding: 22px; }
.journal-card__meta { color: var(--muted); font-size: .7rem; }
.journal-card h3, .journal-card h2 { margin: 9px 0; font-size: 1.2rem; }
.journal-card p { color: var(--muted); font-size: .83rem; }
.journal-card .text-link { font-size: .77rem; }
.home-newsletter { padding-block: 75px; color: var(--white); background: var(--brand); }
.home-newsletter__inner { display: grid; grid-template-columns: 1fr minmax(390px, .82fr); align-items: center; gap: 60px; }
.home-newsletter h2 { margin-bottom: 12px; font-size: clamp(2rem, 3.4vw, 3rem); }
.home-newsletter p { margin-bottom: 0; color: rgba(255,255,255,.72); }

.site-footer { color: rgba(255,255,255,.66); background: #111318; }
.footer-newsletter { display: none; }
.footer-main { display: grid; grid-template-columns: 1.35fr .7fr 1fr .65fr 1.3fr; gap: clamp(25px, 4vw, 60px); padding-block: 78px; }
.site-logo--footer { display: inline-flex; padding: 11px 14px; background: var(--white); border-radius: 9px; }
.site-logo--footer .site-logo-image { max-width: 160px; }
.footer-brand p { max-width: 300px; margin: 24px 0; font-size: .85rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px 15px; }
.social-links a { font-size: .74rem; font-weight: 700; }
.social-links a:hover, .footer-column a:hover, .footer-contact a:hover { color: var(--white); }
.footer-column, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-main h3 { margin-bottom: 12px; color: var(--white); font-size: .8rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-column a, .footer-contact a, .footer-contact p, .footer-contact strong { font-size: .78rem; }
.footer-contact strong { color: rgba(255,255,255,.86); }
.footer-contact p { margin: -3px 0 5px; }
.footer-legal-wrap { border-top: 1px solid rgba(255,255,255,.09); }
.footer-legal { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .69rem; }
.footer-legal nav { display: flex; gap: 22px; }
.footer-legal a:hover { color: var(--white); }
.newsletter-form__row { display: flex; gap: 8px; }
.newsletter-form__row input { min-width: 0; flex: 1; min-height: 51px; padding: 0 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; color: var(--white); background: rgba(255,255,255,.1); outline: 0; }
.newsletter-form__row input::placeholder { color: rgba(255,255,255,.65); }
.newsletter-form__row button { min-height: 51px; padding: 0 20px; border: 0; border-radius: 10px; color: var(--ink); background: var(--white); cursor: pointer; font-weight: 800; }
.check-label { display: flex; align-items: flex-start; gap: 8px; margin-top: 10px; font-size: .68rem; color: rgba(255,255,255,.68); }
.check-label input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--brand); }
.check-label--dark { color: var(--muted); }

.page-hero, .shop-hero { padding-block: 58px; background: var(--soft); border-bottom: 1px solid var(--line); }
.page-hero h1, .shop-hero h1 { max-width: 940px; margin: 14px 0 0; font-size: clamp(2.45rem, 4.5vw, 4.6rem); }
.page-hero p, .shop-hero p { max-width: 700px; margin: 14px 0 0; color: var(--muted); font-size: 1.03rem; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .72rem; }
.breadcrumbs a:hover { color: var(--brand); }
.page-content-wrap { padding-block: clamp(55px, 7vw, 95px); }
.prose { max-width: 860px; margin-inline: auto; color: #3e434c; }
.prose--wide { max-width: none; }
.prose--intro { max-width: 760px; margin: 0 0 35px; font-size: 1.05rem; }
.prose .lead { color: var(--ink); font-size: 1.22rem; line-height: 1.55; }
.prose h2 { margin: 48px 0 16px; color: var(--ink); font-size: clamp(1.5rem, 2.5vw, 2.1rem); }
.prose h3 { margin: 32px 0 12px; color: var(--ink); font-size: 1.3rem; }
.prose p, .prose li { line-height: 1.78; }
.prose a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 22px; }
.legal-note { padding: 18px 20px; color: var(--ink); background: var(--soft-warm); border-left: 4px solid var(--brand); border-radius: 0 10px 10px 0; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-block: 38px; }
.value-grid > div { padding: 24px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.value-grid strong { color: var(--ink); }
.value-grid p { margin: 8px 0 0; font-size: .85rem; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.faq-list summary { position: relative; padding: 20px 54px 20px 22px; cursor: pointer; color: var(--ink); font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 50%; right: 20px; content: "+"; transform: translateY(-50%); color: var(--brand); font-size: 1.35rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }
.faq-list--compact { max-width: 850px; }
.contact-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(45px, 8vw, 105px); }
.contact-info > h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3rem); }
.contact-info > p { color: var(--muted); }
.contact-card { display: flex; flex-direction: column; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
.contact-card small, .contact-card span { color: var(--muted); font-size: .72rem; }
.contact-card a { font-size: 1.2rem; font-weight: 800; }
.contact-locations { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 35px; }
.contact-locations > div { padding: 20px; background: var(--soft); border-radius: 12px; }
.contact-locations p { margin: 8px 0 0; color: var(--muted); font-size: .76rem; }
.contact-form-card { padding: clamp(24px, 4vw, 42px); background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.contact-form-card h2 { font-size: 1.6rem; }
.contact-form { display: grid; gap: 16px; }
.contact-form label:not(.check-label) { display: grid; gap: 7px; }
.contact-form label > span { font-size: .76rem; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #d6d8db; border-radius: 9px; color: var(--ink); background: var(--white); outline: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(23,26,32,.06); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-notice { margin-bottom: 20px; padding: 13px 15px; border-radius: 9px; font-size: .82rem; }
.form-notice--success { color: var(--green); background: var(--green-soft); }
.form-notice--error { color: var(--brand); background: var(--brand-soft); }
.favorites-empty { padding: 70px 25px; text-align: center; background: var(--soft); border-radius: var(--radius); }
.favorites-empty h2 { margin-bottom: 10px; }
.favorites-grid:not(:empty) + .favorites-empty { display: none; }

.shop-hero .eyebrow { margin: 25px 0 0; }
.shop-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 40px; padding-block: 50px 95px; }
.shop-filters { align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.shop-filters__head { display: flex; justify-content: space-between; }
.shop-filters__head h2 { font-size: 1.2rem; }
.shop-filters__head button { display: none; }
.shop-filters form { display: grid; gap: 28px; }
.shop-filters fieldset { display: grid; gap: 4px; margin: 0; padding: 22px 0 0; border: 0; border-top: 1px solid var(--line); }
.shop-filters legend, .filter-search > span { margin-bottom: 10px; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.filter-search { display: grid; }
.filter-search input { width: 100%; min-height: 44px; padding: 0 11px; border: 1px solid var(--line); border-radius: 8px; }
.filter-link { display: flex; justify-content: space-between; gap: 12px; padding: 7px 8px; border-radius: 7px; font-size: .8rem; }
.filter-link span { color: var(--muted); }
.filter-link:hover, .filter-link.is-active { color: var(--brand); background: var(--brand-soft); }
.filter-check { display: flex; align-items: center; gap: 9px; font-size: .8rem; }
.filter-check input { width: 17px; height: 17px; accent-color: var(--brand); }
.clear-filters { text-align: center; color: var(--muted); font-size: .72rem; text-decoration: underline; }
.shop-results { min-width: 0; }
.shop-results .woocommerce-breadcrumb { display: none; }
.shop-results .woocommerce-result-count { color: var(--muted); font-size: .78rem; }
.shop-results .woocommerce-ordering select { min-height: 42px; padding: 0 35px 0 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.shop-results .products { clear: both; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 22px; }
.woocommerce nav.woocommerce-pagination { margin-top: 38px; }
.woocommerce nav.woocommerce-pagination ul { display: inline-flex; gap: 6px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 8px; }
.woocommerce nav.woocommerce-pagination ul li span.current { color: var(--white); background: var(--brand); border-color: var(--brand); }
.mobile-filter-row, .filter-backdrop { display: none; }

.single-product-shell { padding-block: 38px 95px; }
.single-product-shell .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--muted); font-size: .72rem; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 55px; }
.woocommerce div.product div.images { width: 53%; }
.woocommerce div.product div.summary { width: 42%; padding-top: 14px; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { background: var(--soft); border-radius: var(--radius); }
.woocommerce div.product div.images img { mix-blend-mode: multiply; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto; border: 1px solid var(--line); border-radius: 9px; background: var(--soft); }
.woocommerce div.product .product_title { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.4rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--brand); font-size: 1.75rem; font-weight: 850; }
.woocommerce div.product p.price del { color: var(--muted); font-size: 1rem; opacity: .7; }
.woocommerce div.product p.price ins { text-decoration: none; }
.woocommerce-product-details__short-description { margin: 23px 0; color: var(--muted); }
.woocommerce div.product form.cart { display: flex; gap: 10px; margin: 26px 0; }
.woocommerce .quantity .qty { min-height: 50px; border: 1px solid var(--line); border-radius: 9px; }
.woocommerce div.product form.cart .button { min-height: 50px; flex: 1; }
.woocommerce div.product .stock { color: var(--green); font-size: .78rem; font-weight: 800; }
.woocommerce div.product .out-of-stock { color: var(--brand); }
.product_meta { display: grid; gap: 4px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.product_meta a { color: var(--ink); }
.product-assurance { display: grid; gap: 1px; margin-top: 22px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 12px; }
.product-assurance > div { display: grid; gap: 2px; padding: 14px 16px; background: var(--soft); }
.product-assurance strong { font-size: .77rem; }
.product-assurance span { color: var(--muted); font-size: .7rem; }
.woocommerce div.product .woocommerce-tabs { clear: both; margin-top: 35px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 26px; overflow-x: auto; margin: 0 0 30px; padding: 0; border-bottom: 1px solid var(--line); white-space: nowrap; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid var(--brand); background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 13px 0; font-size: .79rem; }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 1000px; color: #3e434c; }
.woocommerce div.product .woocommerce-tabs .panel h2 { font-size: 1.75rem; }
.woocommerce table.shop_attributes { border: 1px solid var(--line); border-radius: 10px; border-collapse: separate; overflow: hidden; }
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { padding: 13px; border-bottom: 1px solid var(--line); }
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th { background: var(--soft); }
.related.products, .up-sells { clear: both; padding-top: 75px; }
.related.products > h2, .up-sells > h2 { margin-bottom: 30px; font-size: 2.1rem; }
.related.products .products, .up-sells .products { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.woocommerce-message, .woocommerce-info, .woocommerce-error { padding: 18px 20px 18px 55px !important; border: 0 !important; border-radius: 10px; background: var(--soft); }
.woocommerce-message { border-left: 4px solid var(--green) !important; }
.woocommerce-info { border-left: 4px solid #426fa0 !important; }
.woocommerce-error { border-left: 4px solid var(--brand) !important; }
.woocommerce-message::before { color: var(--green); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 48px; padding: 10px 12px; border: 1px solid #d7d9dc; border-radius: 8px; background: var(--white); }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; }
.woocommerce form .form-row label { color: var(--ink); font-size: .75rem; font-weight: 700; }
.woocommerce-cart .prose, .woocommerce-checkout .prose, .woocommerce-account .prose { max-width: none; }
.woocommerce table.shop_table { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; border-collapse: separate; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 15px; }
.woocommerce-cart table.cart img { width: 75px; background: var(--soft); border-radius: 8px; }
.woocommerce-cart .cart-collaterals .cart_totals { padding: 24px; background: var(--soft); border-radius: 14px; }
.woocommerce-checkout #customer_details { width: 57%; float: left; }
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { width: 39%; float: right; }
.woocommerce-checkout #order_review_heading { padding: 0 24px; }
.woocommerce-checkout #order_review { padding: 24px; background: var(--soft); border: 1px solid var(--line); border-radius: 14px; }
.woocommerce-checkout-payment { background: var(--white) !important; }
.woocommerce-MyAccount-navigation { width: 23% !important; }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 10px; list-style: none; background: var(--soft); border-radius: 12px; }
.woocommerce-MyAccount-navigation a { display: block; padding: 10px 12px; border-radius: 7px; font-size: .82rem; }
.woocommerce-MyAccount-navigation .is-active a, .woocommerce-MyAccount-navigation a:hover { color: var(--white); background: var(--brand); }
.woocommerce-MyAccount-content { width: 73% !important; }

.journal-main .page-hero, .article-header { color: var(--white); background: radial-gradient(circle at 80% 35%, rgba(181,38,45,.35), transparent 24%), var(--ink); }
.journal-main .page-hero p, .article-header p { color: rgba(255,255,255,.6); }
.journal-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-block: 70px 100px; }
.journal-card--archive h2 { font-size: 1.25rem; }
.article-header { padding-block: 80px; }
.article-header .breadcrumbs { color: rgba(255,255,255,.55); }
.article-header h1 { margin: 18px 0; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.article-header p { font-size: 1.1rem; }
.article-meta { color: rgba(255,255,255,.55); font-size: .75rem; }
.article-content { padding-block: 65px 100px; }
.search-results-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; padding-block: 65px 100px; }
.search-result { padding: 24px; background: var(--soft); border-radius: var(--radius); }
.search-result h2 { font-size: 1.25rem; }
.empty-state { grid-column: 1 / -1; padding: 80px 25px; text-align: center; background: var(--soft); border-radius: var(--radius); }
.error-page { min-height: 68vh; display: grid; place-items: center; text-align: center; }
.error-page > div > span { display: block; color: var(--brand); font-size: 5rem; font-weight: 900; opacity: .18; }
.error-page h1 { margin-bottom: 15px; font-size: clamp(2.2rem, 5vw, 4.2rem); }
.error-page p { color: var(--muted); }
.error-page .button { margin: 7px; }

.cookie-banner { position: fixed; z-index: 1000; right: 24px; bottom: 24px; left: 24px; max-width: 960px; display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-inline: auto; padding: 20px 22px; color: var(--white); background: #20242b; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; box-shadow: 0 20px 70px rgba(0,0,0,.3); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: .93rem; }
.cookie-banner p { margin: 5px 0 0; color: rgba(255,255,255,.62); font-size: .76rem; }
.cookie-banner p a { color: var(--white); text-decoration: underline; }
.cookie-banner__actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-banner .button { min-height: 44px; padding: 9px 13px; font-size: .7rem; }
.quick-view { position: fixed; z-index: 1100; inset: 0; display: none; }
.quick-view.is-open { display: block; }
.quick-view__backdrop { position: absolute; inset: 0; background: rgba(12,14,18,.67); backdrop-filter: blur(4px); }
.quick-view__panel { position: absolute; top: 50%; left: 50%; width: min(calc(100% - 30px), 850px); max-height: min(760px, calc(100vh - 30px)); overflow: auto; transform: translate(-50%, -50%); background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.quick-view__close { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; cursor: pointer; background: var(--soft); font-size: 1.4rem; }
.quick-view__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 470px; }
.quick-view__image { display: grid; place-items: center; padding: 35px; background: var(--soft); }
.quick-view__image img { max-height: 390px; object-fit: contain; mix-blend-mode: multiply; }
.quick-view__copy { display: flex; flex-direction: column; justify-content: center; padding: 52px 40px 40px; }
.quick-view__copy h2 { margin-bottom: 16px; font-size: 2rem; }
.quick-view__stock { margin-bottom: 10px; color: var(--green); font-size: .74rem; font-weight: 800; }
.quick-view__price { margin-bottom: 18px; color: var(--brand); font-size: 1.35rem; font-weight: 850; }
.quick-view__copy p { color: var(--muted); font-size: .88rem; }
.quick-view__actions { display: flex; gap: 9px; margin-top: 15px; }
.mobile-bottom-nav { display: none; }

@media (max-width: 1180px) {
	.header-main { grid-template-columns: 180px 1fr auto; gap: 20px; }
	.header-actions > a > span:last-child { display: none; }
	.header-actions { gap: 10px; }
	.primary-menu { gap: 20px; padding-inline: 22px; }
	.primary-menu a { font-size: .78rem; }
	.support-link { display: none; }
	.category-grid { grid-template-columns: repeat(3, 1fr); }
	.category-card:first-child { grid-column: span 1; }
	.product-grid, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0,1fr)); }
	.shop-results .products { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.footer-main { grid-template-columns: 1.3fr .7fr 1fr .8fr; }
	.footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 28px; border-top: 1px solid rgba(255,255,255,.09); }
	.footer-contact h3 { grid-column: 1 / -1; }
	.footer-contact p { margin: 0; }
}

@media (max-width: 900px) {
	.site-shell { width: min(calc(100% - 32px), var(--shell)); }
	.announcement-list span:nth-child(2) { display: none; }
	.header-main { min-height: 72px; grid-template-columns: 42px 1fr auto; gap: 13px; }
	.menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 4px; border: 0; border-radius: 9px; background: var(--soft); }
	.menu-toggle > span:not(.screen-reader-text) { width: 18px; height: 2px; background: var(--ink); }
	.site-logo-image { max-width: 160px; max-height: 42px; }
	.header-main > .product-search { display: none; }
	.header-actions > a:not(.header-cart) { display: none; }
	.header-action__icon { width: 40px; height: 40px; }
	.header-nav-wrap { display: none; }
	.mobile-menu { position: fixed; z-index: 1001; top: 0; bottom: 0; left: 0; width: min(390px, 90vw); display: block; overflow-y: auto; padding: 22px; transform: translateX(-102%); background: var(--white); box-shadow: var(--shadow); transition: transform .28s ease; }
	.mobile-menu.is-open { transform: translateX(0); }
	.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; font-size: 1.15rem; }
	.mobile-menu__head button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--soft); font-size: 1.5rem; }
	.mobile-search { display: flex; gap: 7px; }
	.mobile-search input { min-width: 0; flex: 1; min-height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; }
	.mobile-search button { min-height: 48px; padding: 0 15px; border: 0; border-radius: 9px; color: var(--white); background: var(--brand); font-weight: 750; }
	.mobile-menu__categories { display: flex; justify-content: space-between; margin-block: 22px 11px; padding: 15px; color: var(--white); background: var(--brand); border-radius: 10px; font-weight: 800; }
	.mobile-primary-menu li { border-bottom: 1px solid var(--line); }
	.mobile-primary-menu a { display: block; padding: 14px 5px; font-weight: 700; }
	.mobile-menu__help { display: grid; gap: 3px; margin-top: 28px; padding: 18px; background: var(--soft); border-radius: 11px; }
	.mobile-menu__help span { color: var(--muted); font-size: .72rem; }
	.mobile-menu__help a { font-size: 1.1rem; font-weight: 850; }
	.menu-backdrop { position: fixed; z-index: 1000; inset: 0; display: none; background: rgba(12,14,18,.55); }
	.menu-open .menu-backdrop { display: block; }
	.hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 20px; padding-block: 65px 35px; }
	.hero-copy { max-width: 730px; }
	.hero-product { min-height: 430px; }
	.hero-product__image img { max-height: 390px; }
	.trust-strip__grid { grid-template-columns: 1fr 1fr; }
	.trust-strip__grid > div { border-bottom: 1px solid var(--line); }
	.category-grid { grid-template-columns: repeat(2, 1fr); }
	.product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.feature-banner { grid-template-columns: 1fr; }
	.feature-banner__copy { padding-bottom: 20px; }
	.feature-banner__image { min-height: 270px; }
	.why-grid { grid-template-columns: 1fr; }
	.why-copy { position: static; }
	.review-grid, .journal-grid, .journal-archive-grid { grid-template-columns: 1fr 1fr; }
	.home-newsletter__inner { grid-template-columns: 1fr; gap: 28px; }
	.footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-contact { grid-template-columns: 1fr 1fr; }
	.footer-legal { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
	.footer-legal nav { flex-wrap: wrap; gap: 8px 18px; }
	.contact-layout { grid-template-columns: 1fr; }
	.shop-layout { grid-template-columns: 1fr; gap: 0; }
	.shop-filters { position: fixed; z-index: 1003; top: 0; right: 0; bottom: 0; width: min(390px, 92vw); overflow-y: auto; transform: translateX(103%); border-radius: 0; transition: transform .28s ease; }
	.filter-open .shop-filters { transform: translateX(0); }
	.shop-filters__head button { display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: var(--soft); font-size: 1.4rem; }
	.filter-backdrop { position: fixed; z-index: 1002; inset: 0; background: rgba(12,14,18,.58); }
	.filter-open .filter-backdrop { display: block; }
	.mobile-filter-row { display: flex; justify-content: flex-end; margin-bottom: 14px; }
	.shop-results .products { grid-template-columns: repeat(3, minmax(0,1fr)); }
	.woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100%; float: none; }
	.woocommerce div.product div.summary { padding-top: 10px; }
	.related.products .products, .up-sells .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.woocommerce-checkout #customer_details, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { width: 100%; float: none; }
	.woocommerce-checkout #order_review_heading { margin-top: 35px; padding: 0; }
	.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content { width: 100% !important; float: none !important; }
	.woocommerce-MyAccount-navigation { margin-bottom: 25px; }
	.woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; white-space: nowrap; }
	.search-results-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 700px) {
	body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
	.site-shell, .site-shell--narrow { width: min(calc(100% - 28px), var(--shell)); }
	h1 { font-size: 2.55rem; }
	h2 { font-size: 2rem; }
	.announcement-bar__inner { min-height: 33px; justify-content: center; }
	.announcement-list { display: none; }
	.announcement-bar__inner > a { font-size: .7rem; }
	.site-logo-image { max-width: 136px; }
	.hero-grid { padding-top: 48px; }
	.hero-copy h1 { font-size: clamp(3rem, 15vw, 4.45rem); }
	.hero-copy > p { font-size: .98rem; }
	.hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
	.hero-actions .button { width: 100%; }
	.hero-actions .text-link { align-self: center; }
	.hero-proof { gap: 22px; justify-content: space-between; margin-top: 38px; }
	.hero-proof strong { font-size: 1.2rem; }
	.hero-proof span { font-size: .62rem; }
	.hero-product { min-height: 350px; }
	.hero-glow { width: 280px; height: 280px; }
	.hero-product__image img { max-height: 305px; }
	.hero-product__card { right: 0; bottom: 0; width: 83%; }
	.trust-strip__grid > div { min-height: 88px; padding: 15px 12px; }
	.trust-icon { width: 36px; height: 36px; }
	.trust-strip strong { font-size: .76rem; }
	.trust-strip small { font-size: .63rem; }
	.section { padding-block: 66px; }
	.section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
	.section-heading .text-link { font-size: .78rem; }
	.category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.category-card { min-height: 260px; padding: 15px; }
	.category-card h3 { font-size: 1rem; }
	.category-card strong { font-size: .68rem; }
	.product-grid, .woocommerce ul.products, .shop-results .products { gap: 10px; }
	.product-card__media { aspect-ratio: 1 / .92; }
	.product-card__media img { width: 92% !important; height: 92% !important; }
	.product-card__quick { display: none; }
	.favorite-button { top: 8px; right: 8px; width: 44px; height: 44px; }
	.product-badge { top: 9px; left: 9px; padding: 4px 7px; font-size: .58rem; }
	.product-card__body { padding: 12px; }
	.product-card__category { min-height: 15px; font-size: .57rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.product-card__title { min-height: 52px; margin: 5px 0; font-size: .84rem; }
	.product-card__excerpt { display: none; }
	.product-card__stock { font-size: .62rem; }
	.product-card__footer { min-height: 88px; align-items: stretch; flex-direction: column; margin-top: 8px; padding-top: 9px; }
	.product-card__price { font-size: .88rem; }
	.product-card__cart, .woocommerce .product-card a.button { width: 100%; min-height: 44px; padding: 9px 5px; font-size: .65rem; }
	.feature-banner-section { padding-top: 10px; }
	.feature-banner { min-height: 0; border-radius: 18px; }
	.feature-banner__copy { padding: 32px 24px 10px; }
	.feature-banner__image { min-height: 225px; }
	.why-cards { grid-template-columns: 1fr; }
	.why-cards span { margin-bottom: 24px; }
	.review-grid, .journal-grid, .journal-archive-grid { grid-template-columns: 1fr; }
	.review-empty { align-items: flex-start; flex-direction: column; }
	.home-newsletter { padding-block: 55px; }
	.home-newsletter__inner { min-width: 0; }
	.newsletter-form__row { align-items: stretch; flex-direction: column; }
	.newsletter-form__row button { width: 100%; }
	.footer-main { grid-template-columns: 1fr 1fr; padding-block: 55px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-contact { grid-template-columns: 1fr; }
	.footer-contact h3 { grid-column: 1; }
	.page-hero, .shop-hero { padding-block: 42px; }
	.page-content-wrap { padding-block: 48px 65px; }
	.value-grid { grid-template-columns: 1fr; }
	.contact-locations, .form-grid { grid-template-columns: 1fr; }
	.shop-layout { padding-block: 32px 70px; }
	.shop-results .woocommerce-result-count, .shop-results .woocommerce-ordering { float: none; }
	.shop-results .woocommerce-ordering { margin-bottom: 6px; }
	.shop-results .woocommerce-ordering select { width: 100%; }
	.single-product-shell { padding-block: 25px 70px; }
	.woocommerce div.product .product_title { font-size: 2rem; }
	.woocommerce div.product form.cart { position: sticky; z-index: 30; bottom: calc(64px + env(safe-area-inset-bottom)); padding: 8px; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 -10px 30px rgba(23,26,32,.08); backdrop-filter: blur(10px); }
	.woocommerce div.product .woocommerce-tabs ul.tabs { gap: 18px; }
	.related.products, .up-sells { padding-top: 50px; }
	.related.products > h2, .up-sells > h2 { font-size: 1.65rem; }
	.woocommerce-cart table.cart .product-thumbnail { display: none; }
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td { padding: 10px; }
	.journal-archive-grid, .article-content { padding-block: 48px 75px; }
	.article-header { padding-block: 58px; }
	.search-results-grid { grid-template-columns: repeat(2, minmax(0,1fr)); padding-block: 48px 75px; }
	.cookie-banner { right: 10px; bottom: calc(74px + env(safe-area-inset-bottom)); left: 10px; align-items: stretch; flex-direction: column; gap: 14px; padding: 17px; }
	.cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
	.quick-view__panel { max-height: calc(100vh - 90px); }
	.quick-view__grid { grid-template-columns: 1fr; }
	.quick-view__image { min-height: 250px; padding: 20px; }
	.quick-view__image img { max-height: 240px; }
	.quick-view__copy { padding: 28px 22px; }
	.mobile-bottom-nav { position: fixed; z-index: 950; right: 0; bottom: 0; left: 0; min-height: calc(64px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5, 1fr); padding: 7px 4px env(safe-area-inset-bottom); background: rgba(255,255,255,.98); border-top: 1px solid var(--line); box-shadow: 0 -8px 25px rgba(23,26,32,.08); backdrop-filter: blur(12px); }
	.mobile-bottom-nav a, .mobile-bottom-nav button { position: relative; min-width: 0; display: flex; align-items: center; flex-direction: column; gap: 1px; padding: 2px; border: 0; color: var(--muted); background: transparent; font-size: .58rem; font-weight: 700; }
	.mobile-bottom-nav span { position: relative; min-height: 26px; font-size: 1.2rem; line-height: 1.15; }
	.mobile-bottom-nav b { position: absolute; top: -3px; right: -10px; min-width: 15px; height: 15px; display: grid; place-items: center; border-radius: 99px; color: var(--white); background: var(--brand); font-size: .52rem; }
}

/* Product-led editorial homepage — 1.4.0 */
.tc-flagship-hero {
	position: relative;
	overflow: hidden;
	padding: 34px 0 30px;
	color: #fff;
	background: var(--tc-hero-bg, #16181d);
	isolation: isolate;
}
.tc-flagship-hero::before {
	position: absolute;
	z-index: -1;
	top: -30%;
	left: -10%;
	width: 720px;
	height: 720px;
	content: "";
	background: radial-gradient(circle, color-mix(in srgb, var(--tc-accent, #d62442) 34%, transparent), transparent 67%);
	filter: blur(8px);
}
.tc-flagship-hero::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: linear-gradient(90deg, #000, transparent 70%);
}
.tc-flagship-hero__grid {
	min-height: 680px;
	display: grid;
	grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr);
	align-items: center;
	gap: clamp(40px, 6vw, 92px);
}
.tc-flagship-hero__copy { position: relative; z-index: 2; padding: 58px 0 35px; }
.tc-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	color: rgba(255,255,255,.62);
	font-size: .68rem;
	font-weight: 760;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.tc-kicker i { width: 28px; height: 1px; display: block; background: var(--tc-accent, #d62442); }
.tc-kicker--dark { color: var(--muted); }
.tc-flagship-hero__copy h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(3.55rem, 5.8vw, 6.55rem);
	font-weight: 680;
	letter-spacing: -.072em;
	line-height: .94;
}
.tc-flagship-hero__copy > p {
	max-width: 620px;
	margin: 29px 0 0;
	color: rgba(255,255,255,.68);
	font-size: .95rem;
	line-height: 1.75;
}
.tc-flagship-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.tc-button {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 12px 19px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: .72rem;
	font-weight: 750;
	transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.tc-button .dashicons { width: 17px; height: 17px; font-size: 17px; }
.tc-button--light { color: #16181d; background: #fff; }
.tc-button--light:hover { color: #fff; background: var(--tc-accent, #d62442); }
.tc-button--ghost { color: #fff; border-color: rgba(255,255,255,.25); }
.tc-button--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.tc-flagship-hero__index {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 58px;
	border-top: 1px solid rgba(255,255,255,.13);
}
.tc-flagship-hero__index > a {
	min-height: 82px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 17px 13px 12px 0;
	color: rgba(255,255,255,.78);
	border-right: 1px solid rgba(255,255,255,.1);
}
.tc-flagship-hero__index > a + a { padding-left: 14px; }
.tc-flagship-hero__index > a:last-child { border-right: 0; }
.tc-flagship-hero__index b { color: var(--tc-accent, #d62442); font-size: .58rem; }
.tc-flagship-hero__index span { font-size: .67rem; font-weight: 700; line-height: 1.35; }
.tc-flagship-hero__index small { color: rgba(255,255,255,.42); font-size: .56rem; font-weight: 500; }
.tc-flagship-device {
	position: relative;
	overflow: hidden;
	padding: 20px;
	color: #1b1d21;
	background: #f3f1ed;
	border-radius: 27px;
	box-shadow: 0 32px 90px rgba(0,0,0,.34);
}
.tc-flagship-device__top { min-height: 35px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; color: #85878b; font-size: .58rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.tc-flagship-device__top strong { display: inline-flex; align-items: center; gap: 6px; color: #317457; font-size: .58rem; letter-spacing: 0; text-transform: none; }
.tc-flagship-device__top strong i { width: 6px; height: 6px; background: #3d9a70; border-radius: 50%; box-shadow: 0 0 0 4px rgba(61,154,112,.12); }
.tc-flagship-device__image {
	min-height: 365px;
	display: grid;
	place-items: center;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	border: 1px solid rgba(24,26,30,.06);
	border-radius: 18px;
}
.tc-flagship-device__image img { width: 94% !important; height: 94% !important; object-fit: contain; transition: transform .3s ease; }
.tc-flagship-device:hover .tc-flagship-device__image img { transform: scale(1.018); }
.tc-flagship-device__details { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 24px; padding: 22px 3px 18px; }
.tc-flagship-device__details small { display: block; margin-bottom: 7px; color: var(--tc-accent, #d62442); font-size: .56rem; font-weight: 760; letter-spacing: .065em; text-transform: uppercase; }
.tc-flagship-device__details h2 { max-width: 420px; margin: 0; font-size: clamp(1.2rem, 2vw, 1.58rem); line-height: 1.15; }
.tc-flagship-device__price { display: grid; justify-items: end; gap: 4px; text-align: right; }
.tc-flagship-device__price > :first-child, .tc-flagship-device__price > .amount { font-size: 1.12rem; font-weight: 800; }
.tc-flagship-device__price del { color: #97999d; font-size: .72rem; }
.tc-flagship-device__price span { color: #97999d; font-size: .48rem; }
.tc-flagship-device__specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; overflow: hidden; background: #deddd9; border-radius: 10px; list-style: none; }
.tc-flagship-device__specs li { min-height: 58px; display: flex; align-items: center; gap: 8px; padding: 11px; background: #eae8e4; font-size: .57rem; font-weight: 650; line-height: 1.35; }
.tc-flagship-device__specs i { width: 6px; height: 6px; flex: 0 0 auto; background: var(--tc-accent, #d62442); border-radius: 50%; }

.trust-strip--soft { background: #fff; border-bottom: 1px solid #e7e5e1; }
.trust-strip--soft .trust-strip__grid { gap: 0; padding-block: 0; }
.trust-strip--soft .trust-strip__grid > div { min-height: 96px; justify-content: flex-start; padding: 18px 22px; background: transparent; border: 0; border-right: 1px solid #ebe9e5; border-radius: 0; }
.trust-strip--soft .trust-strip__grid > div:first-child { padding-left: 0; }
.trust-strip--soft .trust-strip__grid > div:last-child { padding-right: 0; border-right: 0; }
.trust-strip--soft .trust-icon { color: var(--brand); background: #f5eeee; }
.trust-strip--soft strong { font-size: .72rem; }
.trust-strip--soft small { color: #85878b; font-size: .58rem; }

.tc-curated-section { padding-block: 108px; background: var(--tc-premium-bg, #f4f3f0); }
.tc-curated-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr); align-items: end; gap: clamp(40px, 8vw, 120px); margin-bottom: 45px; }
.tc-curated-heading h2 { max-width: 850px; margin: 0; font-size: clamp(2.75rem, 5vw, 5.2rem); font-weight: 660; letter-spacing: -.065em; line-height: .99; }
.tc-curated-heading p { margin: 0; color: #6c6f74; font-size: .84rem; line-height: 1.72; }
.tc-inline-link { min-height: 42px; display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; color: var(--brand); font-size: .7rem; font-weight: 760; }
.tc-inline-link .dashicons { width: 16px; height: 16px; font-size: 16px; }
.tc-editorial-products { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 16px; }
.tc-editorial-product { min-width: 0; overflow: hidden; }
.tc-editorial-product--lead { grid-row: 1 / 3; min-height: 728px; display: flex; flex-direction: column; color: #fff; background: #17191e; border-radius: 24px; }
.tc-editorial-product--compact { min-height: 356px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(190px, .95fr); background: var(--tc-premium-card, #fff); border: 1px solid #e7e5e1; border-radius: 22px; }
.tc-editorial-product__copy { position: relative; z-index: 2; display: flex; align-items: flex-start; flex-direction: column; padding: 27px; }
.tc-editorial-product--lead .tc-editorial-product__copy { padding: 38px 40px 28px; }
.tc-editorial-product__meta { width: 100%; display: flex; align-items: center; gap: 9px; margin-bottom: 22px; }
.tc-editorial-product__meta > span { color: var(--brand); font-size: .58rem; font-weight: 800; }
.tc-editorial-product--lead .tc-editorial-product__meta > span { color: #ff506b; }
.tc-editorial-product__meta small { color: #777a80; font-size: .56rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.tc-editorial-product--lead .tc-editorial-product__meta small { color: rgba(255,255,255,.54); }
.tc-editorial-product__meta em { margin-left: auto; padding: 5px 7px; color: #357b5c; background: #edf6f1; border-radius: 999px; font-size: .51rem; font-style: normal; font-weight: 720; }
.tc-editorial-product h3 { margin: 0; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.15; }
.tc-editorial-product--lead h3 { max-width: 560px; font-size: clamp(2rem, 3.3vw, 3.45rem); letter-spacing: -.045em; line-height: 1.02; }
.tc-editorial-product--lead .tc-editorial-product__copy > p { max-width: 560px; margin: 15px 0 0; color: rgba(255,255,255,.58); font-size: .75rem; line-height: 1.65; }
.tc-editorial-product__copy > ul { display: grid; gap: 7px; margin: 17px 0 23px; padding: 0; list-style: none; }
.tc-editorial-product__copy > ul li { position: relative; padding-left: 13px; color: #6c6f74; font-size: .63rem; line-height: 1.35; }
.tc-editorial-product--lead .tc-editorial-product__copy > ul { grid-template-columns: 1fr 1fr; column-gap: 28px; }
.tc-editorial-product--lead .tc-editorial-product__copy > ul li { color: rgba(255,255,255,.68); }
.tc-editorial-product__copy > ul li::before { position: absolute; top: .55em; left: 0; width: 4px; height: 4px; content: ""; background: var(--brand); border-radius: 50%; }
.tc-editorial-product__action { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; }
.tc-editorial-product__action > strong { font-size: 1.02rem; }
.tc-editorial-product__action del { color: #999ba0; font-size: .66rem; }
.tc-editorial-product__action > a { min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 11px 8px 13px; background: #f0efed; border-radius: 8px; font-size: .63rem; font-weight: 750; }
.tc-editorial-product--lead .tc-editorial-product__action > a { color: #17191e; background: #fff; }
.tc-editorial-product__action .dashicons { width: 15px; height: 15px; font-size: 15px; }
.tc-editorial-product__media { min-width: 0; display: grid; place-items: center; overflow: hidden; background: #faf9f7; }
.tc-editorial-product--lead .tc-editorial-product__media { min-height: 345px; margin: 0 16px 16px; border-radius: 17px; }
.tc-editorial-product--compact .tc-editorial-product__media { border-left: 1px solid #efedea; }
.tc-editorial-product__media img { width: 92% !important; height: 92% !important; object-fit: contain; transition: transform .25s ease; }
.tc-editorial-product:hover .tc-editorial-product__media img { transform: scale(1.02); }
.tc-solution-routes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 38px; border-top: 1px solid #dcdad6; border-bottom: 1px solid #dcdad6; }
.tc-solution-routes > a { min-height: 105px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 4px 16px; padding: 19px 26px; border-right: 1px solid #dcdad6; }
.tc-solution-routes > a:first-child { padding-left: 0; }
.tc-solution-routes > a:last-child { padding-right: 0; border-right: 0; }
.tc-solution-routes span { color: #87898e; font-size: .56rem; letter-spacing: .05em; text-transform: uppercase; }
.tc-solution-routes strong { grid-column: 1; font-size: .9rem; }
.tc-solution-routes i { grid-column: 2; grid-row: 1 / 3; align-self: center; width: 20px; height: 20px; color: var(--brand); font-size: 20px; }

.home-service-band { padding: 0 0 100px; background: #f4f3f0; }
.home-service-band__inner { position: relative; overflow: hidden; padding: 61px 64px; color: #fff; background: #26181d !important; border-radius: 26px; }
.home-service-band__inner::after { position: absolute; right: -120px; bottom: -170px; width: 420px; height: 420px; content: ""; border: 90px solid rgba(214,36,66,.14); border-radius: 50%; }
.home-service-band__inner .eyebrow { color: #ff6d83; }
.home-service-band__inner h2 { max-width: 730px; font-size: clamp(2.1rem, 4vw, 4rem); letter-spacing: -.055em; line-height: 1; }
.home-service-band__inner p { max-width: 690px; color: rgba(255,255,255,.62); }
.home-service-band__actions { position: relative; z-index: 2; }
.home-service-band__actions .button--primary { color: #1b1d21; background: #fff; }
.home-service-band__actions > a:last-child { color: #fff; }

.home-knowledge { padding-block: 100px; background: #fff; }
.home-knowledge .section-heading--compact { align-items: end; margin-bottom: 42px; }
.home-knowledge .section-heading--compact h2 { max-width: 820px; font-size: clamp(2.4rem, 4.5vw, 4.6rem); letter-spacing: -.06em; line-height: 1; }
.home-knowledge .knowledge-grid { grid-template-columns: 1.25fr .875fr .875fr; gap: 0; border-top: 1px solid #dad8d4; border-bottom: 1px solid #dad8d4; }
.home-knowledge .knowledge-card, .home-knowledge .knowledge-card:last-child { min-height: 330px; display: flex; align-items: flex-start; flex-direction: column; padding: 31px; background: #fff; border: 0; border-right: 1px solid #dad8d4; border-radius: 0; }
.home-knowledge .knowledge-card:first-child { background: #f5f4f1; }
.home-knowledge .knowledge-card:last-child { border-right: 0; }
.home-knowledge .knowledge-card h3 { margin-top: 54px; font-size: clamp(1.25rem, 2vw, 1.8rem); }
.home-knowledge .knowledge-card p { color: #74767b; }
.home-knowledge .knowledge-card__link { margin-top: auto; }

@media (max-width: 1120px) {
	.tc-flagship-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 38px; }
	.tc-flagship-hero__copy h1 { font-size: clamp(3.2rem, 5.7vw, 5rem); }
	.tc-flagship-device__image { min-height: 320px; }
	.tc-editorial-product--compact { grid-template-columns: minmax(0, 1.1fr) minmax(160px, .9fr); }
}

@media (max-width: 900px) {
	.tc-flagship-hero { padding-top: 14px; }
	.tc-flagship-hero__grid { grid-template-columns: 1fr; gap: 24px; padding-bottom: 22px; }
	.tc-flagship-hero__copy { padding: 54px 0 0; }
	.tc-flagship-hero__copy h1 { max-width: 680px; font-size: clamp(3.65rem, 9.5vw, 5.7rem); }
	.tc-flagship-device { width: min(100%, 690px); justify-self: center; }
	.trust-strip--soft .trust-strip__grid { grid-template-columns: 1fr 1fr; }
	.trust-strip--soft .trust-strip__grid > div:nth-child(2) { border-right: 0; }
	.trust-strip--soft .trust-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid #ebe9e5; }
	.tc-curated-heading { grid-template-columns: 1fr; gap: 25px; }
	.tc-curated-heading p { max-width: 650px; }
	.tc-editorial-products { grid-template-columns: 1fr; grid-template-rows: auto; }
	.tc-editorial-product--lead { grid-row: auto; min-height: 680px; }
	.tc-editorial-product--compact { min-height: 330px; }
	.home-service-band__inner { grid-template-columns: 1fr; gap: 34px; }
	.home-knowledge .knowledge-grid { grid-template-columns: 1fr 1fr; }
	.home-knowledge .knowledge-card:first-child { grid-column: 1 / -1; }
	.home-knowledge .knowledge-card:nth-child(2) { border-top: 1px solid #dad8d4; }
	.home-knowledge .knowledge-card:last-child { border-top: 1px solid #dad8d4; }
}

@media (max-width: 700px) {
	.tc-flagship-hero { padding: 0 0 12px; }
	.tc-flagship-hero::after { background-size: 42px 42px; }
	.tc-flagship-hero__copy { padding-top: 45px; }
	.tc-kicker { margin-bottom: 17px; font-size: .58rem; }
	.tc-flagship-hero__copy h1 { font-size: clamp(2.75rem, 13.3vw, 4.15rem); line-height: .96; }
	.tc-flagship-hero__copy > p { margin-top: 22px; font-size: .82rem; line-height: 1.65; }
	.tc-flagship-hero__actions { align-items: stretch; flex-direction: column; margin-top: 27px; }
	.tc-button { width: 100%; min-height: 52px; }
	.tc-flagship-hero__index { margin-top: 38px; overflow-x: auto; grid-template-columns: repeat(3, minmax(175px, 1fr)); scrollbar-width: none; }
	.tc-flagship-hero__index::-webkit-scrollbar { display: none; }
	.tc-flagship-device { padding: 12px; border-radius: 19px; }
	.tc-flagship-device__top { padding: 3px 3px 0; }
	.tc-flagship-device__image { min-height: 255px; padding: 9px; border-radius: 13px; }
	.tc-flagship-device__details { grid-template-columns: 1fr; gap: 13px; padding: 18px 3px 15px; }
	.tc-flagship-device__price { justify-items: start; text-align: left; }
	.tc-flagship-device__specs { grid-template-columns: 1fr; }
	.tc-flagship-device__specs li { min-height: 43px; }
	.trust-strip--soft .trust-strip__grid > div { min-height: 82px; padding: 13px 10px; }
	.trust-strip--soft .trust-strip__grid > div:first-child { padding-left: 10px; }
	.trust-strip--soft .trust-strip__grid > div:last-child { padding-right: 10px; }
	.trust-strip--soft .trust-icon { width: 35px; height: 35px; }
	.tc-curated-section { padding-block: 63px; }
	.tc-curated-heading { margin-bottom: 30px; }
	.tc-curated-heading h2 { font-size: clamp(2.45rem, 11.5vw, 3.6rem); }
	.tc-editorial-products { gap: 10px; }
	.tc-editorial-product--lead { min-height: 0; border-radius: 17px; }
	.tc-editorial-product--lead .tc-editorial-product__copy { padding: 27px 24px 22px; }
	.tc-editorial-product--lead h3 { font-size: 2rem; }
	.tc-editorial-product--lead .tc-editorial-product__copy > ul { grid-template-columns: 1fr; }
	.tc-editorial-product--lead .tc-editorial-product__media { min-height: 285px; margin: 0 10px 10px; border-radius: 12px; }
	.tc-editorial-product--compact { min-height: 0; grid-template-columns: 1fr; border-radius: 15px; }
	.tc-editorial-product--compact .tc-editorial-product__media { min-height: 245px; grid-row: 1; border-bottom: 1px solid #efedea; border-left: 0; }
	.tc-editorial-product--compact .tc-editorial-product__copy { grid-row: 2; padding: 23px; }
	.tc-editorial-product__meta { margin-bottom: 15px; }
	.tc-editorial-product__action > a { min-height: 44px; }
	.tc-solution-routes { grid-template-columns: 1fr; margin-top: 25px; }
	.tc-solution-routes > a, .tc-solution-routes > a:first-child, .tc-solution-routes > a:last-child { min-height: 82px; padding: 15px 4px; border-right: 0; border-bottom: 1px solid #dcdad6; }
	.tc-solution-routes > a:last-child { border-bottom: 0; }
	.home-service-band { padding-bottom: 62px; }
	.home-service-band__inner { padding: 38px 25px; border-radius: 18px; }
	.home-service-band__inner h2 { font-size: 2.35rem; }
	.home-service-band__actions { grid-template-columns: 1fr; }
	.home-knowledge { padding-block: 64px; }
	.home-knowledge .section-heading--compact h2 { font-size: 2.55rem; }
	.home-knowledge .knowledge-grid { grid-template-columns: 1fr; }
	.home-knowledge .knowledge-card, .home-knowledge .knowledge-card:last-child, .home-knowledge .knowledge-card:first-child { min-height: 250px; grid-column: auto; padding: 24px; border-right: 0; border-bottom: 1px solid #dad8d4; }
	.home-knowledge .knowledge-card:last-child { border-bottom: 0; }
	.home-knowledge .knowledge-card h3 { margin-top: 34px; }
}

@media (max-width: 359px) {
	.site-shell, .site-shell--narrow { width: min(calc(100% - 20px), var(--shell)); }
	.header-main { grid-template-columns: 40px minmax(0,1fr) 40px; gap: 8px; }
	.site-logo-image { max-width: 115px; }
	.hero-copy h1 { font-size: 2.8rem; }
	.hero-proof { gap: 12px; }
	.trust-strip__grid { grid-template-columns: 1fr; }
	.trust-strip__grid > div { border-right: 0; border-left: 0 !important; }
	.category-grid { grid-template-columns: 1fr; }
	.category-card { min-height: 275px; }
	.product-card__body { padding: 9px; }
	.product-card__title { font-size: .78rem; }
	.product-card__price { font-size: .78rem; }
	.footer-main { grid-template-columns: 1fr; }
	.footer-column, .footer-contact { grid-column: 1; }
	.cookie-banner__actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* 1.1 soft commerce refinement */
@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("assets/fonts/Manrope-VariableFont_wght.woff2") format("woff2");
}

:root {
	--ink: #242528;
	--ink-soft: #34363a;
	--muted: #74777d;
	--line: #e7e5e1;
	--soft: #f7f6f3;
	--soft-warm: #f4f1ed;
	--white: #ffffff;
	--brand: #b33a3f;
	--brand-dark: #932e33;
	--brand-soft: #f7e9e9;
	--green: #34705a;
	--green-soft: #edf6f1;
	--radius-sm: 9px;
	--radius: 14px;
	--radius-lg: 22px;
	--shadow-sm: 0 12px 34px rgba(37, 38, 41, .07);
	--shadow: 0 24px 70px rgba(37, 38, 41, .12);
	--font: "Manrope", sans-serif;
}

body,
button,
input,
textarea,
select,
.elementor,
.elementor button,
.elementor input,
.elementor textarea,
.elementor select,
.elementor-heading-title,
.elementor-button { font-family: "Manrope", sans-serif; }
body { color: var(--ink); background: #fff; font-size: 15px; line-height: 1.58; }
h1, h2, h3, h4 { letter-spacing: -.025em; }
h1, h2 { font-weight: 740; }
.section { padding-block: clamp(48px, 5.5vw, 72px); }
.eyebrow { margin-bottom: 9px; font-size: .69rem; letter-spacing: .12em; }
.text-link { gap: 4px; border-bottom: 0; font-size: .78rem; }
.text-link .dashicons { width: 17px; height: 17px; font-size: 17px; }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button { min-height: 46px; padding: 11px 18px; border-radius: 9px; font-size: .82rem; font-weight: 700; }

.announcement-bar { color: rgba(255,255,255,.82); background: #28292c; }
.announcement-bar__inner { min-height: 38px; }
.announcement-list { gap: 25px; }
.announcement-list span { gap: 7px; }
.announcement-list span::before { display: none; }
.announcement-list .dashicons, .announcement-bar__inner > a .dashicons { width: 16px; height: 16px; color: #efb2b5; font-size: 16px; }
.announcement-bar__inner > a { display: inline-flex; align-items: center; gap: 6px; }
.site-header { background: rgba(255,255,255,.985); box-shadow: 0 7px 24px rgba(37,38,41,.035); }
.header-main { min-height: 80px; grid-template-columns: 190px minmax(300px, 1fr) auto; gap: 27px; }
.product-search { height: 48px; background: #f7f7f6; border-color: #e6e4e0; border-radius: 10px; }
.product-search button { display: grid; width: 48px; place-items: center; }
.product-search button .dashicons { width: 21px; height: 21px; font-size: 21px; }
.header-actions { gap: 8px; }
.header-action-group { position: relative; }
.header-action-link,
.header-actions > .header-favorites { min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 5px 7px; border-radius: 9px; font-size: .77rem; font-weight: 720; white-space: nowrap; }
.header-action-link:hover,
.header-actions > .header-favorites:hover,
.header-action-group:focus-within > .header-action-link { color: var(--brand); background: var(--soft); }
.header-action-link > span:nth-child(2),
.header-actions > .header-favorites > span:last-child { display: flex; flex-direction: column; }
.header-action-link small,
.header-actions > .header-favorites small { color: var(--muted); font-size: .62rem; font-weight: 520; }
.header-action__icon { width: 36px; height: 36px; background: #faf9f7; border-color: #e6e4e0; }
.header-action__icon .dashicons { width: 18px; height: 18px; font-size: 18px; }
.header-action__chevron { width: 14px; height: 14px; margin-left: -4px; color: #9b9da1; font-size: 14px; }
.header-dropdown { position: absolute; z-index: 60; top: calc(100% + 9px); right: 0; width: 335px; padding: 20px; transform: translateY(8px); visibility: hidden; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.header-dropdown::before { position: absolute; right: 26px; bottom: 100%; width: 14px; height: 14px; content: ""; transform: translateY(7px) rotate(45deg); background: #fff; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.header-action-group:hover > .header-dropdown,
.header-action-group:focus-within > .header-dropdown,
.header-action-group.is-dropdown-open > .header-dropdown { transform: translateY(0); visibility: visible; opacity: 1; pointer-events: auto; }
.header-account-dropdown > strong { display: block; margin-bottom: 6px; font-size: .94rem; }
.header-account-dropdown > p { margin-bottom: 14px; color: var(--muted); font-size: .73rem; line-height: 1.5; }
.header-dropdown__primary { min-height: 42px; display: flex; align-items: center; justify-content: center; margin-bottom: 13px; color: #fff; background: var(--brand); border-radius: 8px; font-size: .76rem; font-weight: 750; }
.header-account-dropdown nav { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding-top: 12px; border-top: 1px solid var(--line); }
.header-account-dropdown nav a { min-height: 38px; display: flex; align-items: center; gap: 7px; padding: 7px 8px; color: #52555a; border-radius: 7px; font-size: .69rem; font-weight: 650; }
.header-account-dropdown nav a:hover { color: var(--brand); background: var(--brand-soft); }
.header-account-dropdown nav .dashicons { width: 16px; height: 16px; font-size: 16px; }
.header-cart-dropdown { width: 370px; padding: 17px; }
.header-dropdown__title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; padding-bottom: 11px; border-bottom: 1px solid var(--line); }
.header-dropdown__title strong { font-size: .9rem; }
.header-dropdown__title a { color: var(--brand); font-size: .67rem; font-weight: 750; }
.header-cart-dropdown .woocommerce-mini-cart { max-height: 330px; overflow-y: auto; margin: 0; padding: 0; list-style: none; }
.header-cart-dropdown .woocommerce-mini-cart-item { position: relative; min-height: 74px; padding: 8px 24px 8px 70px !important; border-bottom: 1px solid var(--line); font-size: .7rem; }
.header-cart-dropdown .woocommerce-mini-cart-item > a:not(.remove) { display: block; font-weight: 700; line-height: 1.35; }
.header-cart-dropdown .woocommerce-mini-cart-item img { position: absolute; top: 8px; left: 0; width: 58px !important; height: 58px !important; margin: 0 !important; object-fit: contain; background: var(--soft); border-radius: 8px; }
.header-cart-dropdown .woocommerce-mini-cart-item .remove { position: absolute; top: 8px; right: 0; color: var(--muted) !important; }
.header-cart-dropdown .quantity { display: block; margin-top: 4px; color: var(--muted); }
.header-cart-dropdown .woocommerce-mini-cart__total { display: flex; justify-content: space-between; margin: 12px 0 !important; padding: 0 !important; font-size: .76rem; }
.header-cart-dropdown .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 0 !important; }
.header-cart-dropdown .woocommerce-mini-cart__buttons .button { min-height: 42px; margin: 0 !important; padding: 9px 10px; font-size: .69rem; }
.header-cart-dropdown .woocommerce-mini-cart__empty-message { margin: 0; padding: 27px 10px; color: var(--muted); text-align: center; font-size: .78rem; }
.header-nav-wrap { border-color: #eceae6; }
.header-nav { min-height: 46px; }
.category-trigger { min-width: 190px; padding: 0 16px; background: var(--brand); border-radius: 8px 8px 0 0; }
.category-trigger .dashicons { width: 18px; height: 18px; font-size: 18px; }
.primary-menu { gap: clamp(16px, 2vw, 30px); padding-inline: 26px; }
.primary-menu a { min-height: 45px; font-size: .8rem; }

.home-main { overflow: hidden; }
.home-hero { padding: 24px 0 0; background: #fff; }
.home-hero__grid { min-height: 490px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(35px, 5vw, 72px); padding: clamp(38px, 5vw, 62px); background: #f4f2ee; border: 1px solid #ece8e1; border-radius: 22px; }
.home-hero__copy { max-width: 640px; }
.home-hero__copy h1 { max-width: 640px; margin-bottom: 18px; font-size: clamp(2.75rem, 4.7vw, 4.55rem); line-height: 1.06; letter-spacing: -.045em; }
.home-hero__copy > p { max-width: 590px; margin-bottom: 25px; color: #62656b; font-size: .98rem; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 9px; }
.home-hero__facts { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; padding-top: 20px; border-top: 1px solid #dfdcd6; color: var(--muted); font-size: .68rem; }
.home-hero__facts span { display: flex; align-items: baseline; gap: 5px; }
.home-hero__facts strong { color: var(--ink); font-size: 1rem; }
.home-hero__product { overflow: hidden; background: #fff; border: 1px solid #e8e5df; border-radius: 18px; box-shadow: 0 18px 50px rgba(41,40,37,.08); }
.home-hero__product-head { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 15px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .67rem; font-weight: 650; }
.home-hero__product-head strong { display: inline-flex; align-items: center; gap: 4px; color: var(--green); font-size: .62rem; }
.home-hero__product-head .dashicons { width: 15px; height: 15px; font-size: 15px; }
.home-hero__product-image { min-height: 300px; display: grid; place-items: center; padding: 15px 30px; background: #faf9f7; }
.home-hero__product-image img { max-height: 290px; object-fit: contain; mix-blend-mode: multiply; }
.home-hero__product-foot { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 15px; padding: 17px 18px 19px; }
.home-hero__product-foot small, .home-hero__product-foot small a { color: var(--muted); font-size: .59rem; text-transform: uppercase; letter-spacing: .04em; }
.home-hero__product-foot h2 { margin: 5px 0 0; font-size: 1.05rem; line-height: 1.28; }
.home-hero__price { display: flex; align-items: center; gap: 10px; color: var(--brand); font-size: 1.03rem; font-weight: 780; white-space: nowrap; }
.home-hero__price del { display: none; }
.home-hero__price ins { text-decoration: none; }
.home-hero__price > a { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 9px; }
.home-hero__price .dashicons { width: 18px; height: 18px; font-size: 18px; }
.home-category-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding-block: 12px 20px; }
.home-category-links > a { min-height: 76px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-content: center; padding: 12px 15px; background: #fff; border: 1px solid var(--line); border-radius: 12px; transition: border-color .18s ease, background-color .18s ease; }
.home-category-links > a:hover { background: #fbfaf8; border-color: #d5d1ca; }
.home-category-links > a > .dashicons { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 10px; font-size: 20px; }
.home-category-links strong { align-self: end; font-size: .78rem; }
.home-category-links small { align-self: start; color: var(--muted); font-size: .62rem; }

.trust-strip--soft { background: #fbfaf8; border-top: 1px solid var(--line); }
.trust-strip__grid > div { min-height: 88px; padding: 15px clamp(12px, 2vw, 25px); }
.trust-icon { width: 38px; height: 38px; color: var(--brand); background: #fff; border: 1px solid #ebe8e2; }
.trust-icon .dashicons { width: 18px; height: 18px; font-size: 18px; }
.trust-strip strong { font-size: .79rem; }
.trust-strip small { font-size: .65rem; }

.home-product-section { background: #fff; }
.home-product-section--tint { background: #f8f7f4; }
.section-heading--compact { margin-bottom: 25px; }
.section-heading--compact h2 { font-size: clamp(1.75rem, 2.7vw, 2.45rem); }
.section-heading--compact p { max-width: 650px; margin-top: 8px; font-size: .82rem; }
.home-product-section .product-grid { align-items: stretch; }
.product-card { border-color: #e8e5e0; border-radius: 13px; box-shadow: 0 5px 18px rgba(44,43,40,.035); }
.product-card:hover { transform: translateY(-2px); border-color: #d8d3cc; box-shadow: 0 15px 38px rgba(44,43,40,.085); }
.product-card__media { aspect-ratio: 1 / .82; background: #f8f7f5; }
.product-card__media img { width: 84% !important; height: 84% !important; }
.product-card__badges { position: absolute; z-index: 3; top: 12px; left: 12px; display: flex; align-items: flex-start; flex-direction: column; gap: 5px; pointer-events: none; }
.product-card__badges:empty { display: none; }
.product-card__badges .product-badge { position: static; display: inline-flex; align-items: center; gap: 4px; padding: 5px 8px; border-radius: 7px; font-size: .57rem; letter-spacing: 0; }
.product-badge--shipping { color: #2f624f; background: #e6f2eb; }
.product-badge--shipping .dashicons { width: 13px; height: 13px; font-size: 13px; }
.favorite-button { top: 11px; right: 11px; width: 36px; height: 36px; border: 1px solid rgba(225,222,216,.9); box-shadow: none; }
.favorite-button .dashicons { width: 17px; height: 17px; font-size: 17px; }
.favorite-button.is-favorite { color: #fff; border-color: var(--brand); }
.product-card__quick { right: 11px; bottom: 11px; left: 11px; min-height: 37px; border-radius: 8px; background: rgba(42,43,46,.94); font-size: .68rem; }
.product-card__body { padding: 16px; }
.product-card__meta { min-height: 16px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.product-card__meta > span { flex: 0 0 auto; color: #a0a1a4; font-size: .54rem; }
.product-card__category, .product-card__category a { min-height: 0; color: #898b90; font-size: .58rem; }
.product-card__category { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.product-card__title { min-height: 45px; margin: 8px 0 6px; font-size: .91rem; line-height: 1.35; }
.product-card__excerpt { min-height: 34px; margin-bottom: 9px; color: #74777c; font-size: .68rem; line-height: 1.45; }
.product-card__features { min-height: 36px; display: grid; gap: 3px; margin: 0 0 10px; padding: 0; list-style: none; }
.product-card__features li { overflow: hidden; display: flex; align-items: center; gap: 4px; color: #5f6267; font-size: .61rem; white-space: nowrap; text-overflow: ellipsis; }
.product-card__features .dashicons { width: 13px; height: 13px; flex: 0 0 13px; color: var(--green); font-size: 13px; }
.product-card__rating { margin-bottom: 7px; color: #9b741f; font-size: .64rem; font-weight: 750; }
.product-card__rating small { color: var(--muted); font-weight: 500; }
.product-card__stock { font-size: .63rem; }
.product-card__footer { min-height: 91px; display: grid; grid-template-columns: 1fr; align-content: end; gap: 9px; margin-top: 10px; padding-top: 11px; }
.product-card__price { min-height: 30px; font-size: 1rem; }
.product-card__cart, .woocommerce .product-card a.button { width: 100%; min-height: 40px; background: var(--ink); border-radius: 8px; font-size: .67rem; }

.home-service-band { padding: 18px 0 0; background: #fff; }
.home-service-band__inner { min-height: 225px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: clamp(30px, 4vw, 50px); background: #f2efea; border: 1px solid #e7e1d8; border-radius: 18px; }
.home-service-band h2 { max-width: 720px; margin-bottom: 10px; font-size: clamp(1.75rem, 3vw, 2.55rem); }
.home-service-band p { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: .84rem; }
.home-service-band__actions { display: grid; gap: 11px; min-width: 190px; text-align: center; }
.home-service-band__actions > a:last-child { display: inline-flex; align-items: center; justify-content: center; gap: 5px; color: var(--brand); font-size: .75rem; font-weight: 750; }
.home-service-band__actions .dashicons { width: 17px; height: 17px; font-size: 17px; }

.home-knowledge { background: #fff; }
.knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.knowledge-card { min-height: 245px; display: flex; flex-direction: column; padding: 24px; background: #fbfaf8; border: 1px solid #e9e6e1; border-radius: 13px; }
.knowledge-card__meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .61rem; }
.knowledge-card__meta span { color: var(--brand); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.knowledge-card h3 { margin: 28px 0 10px; font-size: 1.15rem; line-height: 1.35; }
.knowledge-card p { margin-bottom: 20px; color: var(--muted); font-size: .75rem; }
.knowledge-card__link { display: inline-flex; align-items: center; gap: 4px; margin-top: auto; font-size: .69rem; font-weight: 750; }
.knowledge-card__link:hover { color: var(--brand); }
.knowledge-card__link .dashicons { width: 16px; height: 16px; font-size: 16px; }

.home-newsletter--soft { padding-block: 55px; color: var(--ink); background: #f6eeee; border-top: 1px solid #eddddd; }
.home-newsletter--soft h2 { margin-bottom: 8px; font-size: clamp(1.75rem, 2.8vw, 2.35rem); }
.home-newsletter--soft p { color: var(--muted); }
.newsletter-form--dark .newsletter-form__row input { color: var(--ink); background: #fff; border-color: #dfd5d5; }
.newsletter-form--dark .newsletter-form__row input::placeholder { color: #95979b; }
.newsletter-form--dark .newsletter-form__row button { color: #fff; background: var(--brand); }

@media (min-width: 901px) {
	.home-product-section .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1180px) {
	.header-main { grid-template-columns: 165px 1fr auto; gap: 16px; }
	.header-action-link > span:nth-child(2), .header-actions > .header-favorites > span:last-child { display: none; }
	.header-action__chevron { display: none; }
	.header-action-link, .header-actions > .header-favorites { padding-inline: 3px; }
	.category-trigger { min-width: 170px; }
	.home-hero__grid { gap: 32px; padding: 42px; }
}

@media (max-width: 900px) {
	.header-account-group, .header-actions > .header-favorites { display: none; }
	.header-cart-group .header-dropdown { display: none; }
	.header-cart-group .header-action-link { padding: 0; }
	.header-main { grid-template-columns: 44px 1fr 44px; }
	.home-hero { padding-top: 14px; }
	.home-hero__grid { grid-template-columns: 1fr; padding: 42px; }
	.home-hero__copy { max-width: 700px; }
	.home-hero__product { width: min(100%, 620px); }
	.home-category-links { grid-template-columns: repeat(3, 1fr); }
	.home-category-links > a { grid-template-columns: 36px 1fr; padding: 10px; }
	.home-category-links > a > .dashicons { width: 36px; height: 36px; }
	.home-product-section .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	.home-service-band__inner { grid-template-columns: 1fr; gap: 24px; }
	.home-service-band__actions { grid-template-columns: auto auto; align-items: center; justify-content: start; }
	.knowledge-grid { grid-template-columns: 1fr 1fr; }
	.knowledge-card:last-child { grid-column: 1 / -1; min-height: 210px; }
}

@media (max-width: 700px) {
	.announcement-bar__inner { min-height: 36px; }
	.announcement-list { display: flex; }
	.announcement-list span { display: none !important; }
	.announcement-list span:first-child { display: flex !important; font-size: .67rem; }
	.announcement-bar__inner > a { display: none; }
	.home-hero__grid { padding: 29px 22px 22px; border-radius: 16px; }
	.home-hero__copy h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
	.home-hero__copy > p { font-size: .88rem; }
	.home-hero__actions { align-items: stretch; flex-direction: column; }
	.home-hero__actions .button { width: 100%; }
	.home-hero__facts { gap: 13px 19px; }
	.home-hero__product-image { min-height: 245px; padding: 12px; }
	.home-hero__product-image img { max-height: 230px; }
	.home-hero__product-foot { grid-template-columns: 1fr; align-items: start; }
	.home-hero__price { justify-content: space-between; }
	.home-category-links { grid-template-columns: 1fr; gap: 7px; padding-block: 9px 14px; }
	.home-category-links > a { min-height: 66px; }
	.trust-strip__grid { grid-template-columns: 1fr 1fr; }
	.trust-strip__grid > div { min-height: 80px; padding: 12px 10px; }
	.trust-icon { width: 34px; height: 34px; }
	.trust-strip small { display: none; }
	.section { padding-block: 43px; }
	.section-heading--compact { margin-bottom: 20px; }
	.section-heading--compact h2 { font-size: 1.65rem; }
	.section-heading--compact p { font-size: .75rem; }
	.product-card__media { aspect-ratio: 1 / .88; }
	.product-card__body { padding: 11px; }
	.product-card__meta > span { display: none; }
	.product-card__title { min-height: 48px; margin-top: 6px; font-size: .8rem; }
	.product-card__excerpt, .product-card__features { display: none; }
	.product-card__footer { min-height: 84px; margin-top: 7px; }
	.product-card__price { font-size: .85rem; }
	.product-card__badges { top: 8px; left: 8px; }
	.product-card__badges .product-badge { padding: 4px 6px; font-size: .5rem; }
	.product-card__badges .product-badge--shipping { max-width: 89px; }
	.favorite-button { top: 7px; right: 7px; width: 44px; height: 44px; }
	.product-card__cart, .woocommerce .product-card a.button { min-height: 44px; }
	.home-service-band { padding-top: 8px; }
	.home-service-band__inner { padding: 27px 22px; border-radius: 14px; }
	.home-service-band__actions { grid-template-columns: 1fr; }
	.knowledge-grid { grid-template-columns: 1fr; }
	.knowledge-card, .knowledge-card:last-child { grid-column: auto; min-height: 210px; padding: 20px; }
	.knowledge-card h3 { margin-top: 23px; }
	.home-newsletter--soft { padding-block: 43px; }
	.mobile-bottom-nav .dashicons { min-height: 26px; font-size: 20px; }
	.mobile-bottom-nav .mobile-cart-icon { min-height: 26px; }
	.mobile-bottom-nav .mobile-cart-icon .dashicons { min-height: 0; }
}

@media (max-width: 359px) {
	.home-product-section .product-grid { gap: 8px; }
	.product-card__body { padding: 9px; }
	.product-card__badges .product-badge--shipping { max-width: 76px; line-height: 1.2; }
}

/* Elementor-native homepage and reliable desktop dropdowns */
.elementor-front-page { overflow: hidden; }
.elementor-front-page > .elementor > .elementor-element.e-con { --width: 100%; --padding-top: 0; --padding-right: 0; --padding-bottom: 0; --padding-left: 0; --gap: 0; max-width: none; }
.elementor-front-page > .elementor > .elementor-element.e-con > .elementor-element { width: 100%; max-width: none; }
.elementor-front-page .elementor-widget-container { width: 100%; }
.tc-elementor-section.home-hero .home-hero__grid { background: var(--tc-hero-bg, #f3f2ef); }
.tc-elementor-section.home-hero .button--primary { background: var(--tc-accent, var(--brand)); }
.tc-elementor-product-section { background: var(--tc-section-bg, #fff); }
.tc-elementor-section .home-service-band__inner { background: var(--tc-cta-bg, #f1eee8); }

.header-action-group::after { position: absolute; z-index: 58; top: 100%; right: -7px; left: -7px; height: 14px; content: ""; }
.header-dropdown { top: calc(100% + 8px); }
.header-favorites-dropdown { width: 330px; }
.header-favorites-dropdown .header-dropdown__title > span { color: var(--muted); font-size: .64rem; }
.header-favorites-dropdown__empty { display: grid; justify-items: center; padding: 19px 12px 17px; text-align: center; }
.header-favorites-dropdown__empty > .dashicons { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 10px; color: var(--brand); background: var(--brand-soft); border-radius: 50%; font-size: 18px; }
.header-favorites-dropdown__empty strong { font-size: .8rem; }
.header-favorites-dropdown__empty p { margin: 6px 0 0; color: var(--muted); font-size: .67rem; line-height: 1.45; }
.header-favorites-dropdown .header-dropdown__primary { margin-bottom: 0; }

.category-menu-group { position: relative; min-width: 190px; align-self: stretch; }
.category-menu-group .category-trigger { width: 100%; height: 100%; min-width: 0; }
.category-trigger > .dashicons:last-child { width: 15px; height: 15px; margin-left: auto; font-size: 15px; transition: transform .18s ease; }
.category-menu-group:hover .category-trigger > .dashicons:last-child,
.category-menu-group:focus-within .category-trigger > .dashicons:last-child,
.category-menu-group.is-dropdown-open .category-trigger > .dashicons:last-child { transform: rotate(180deg); }
.category-dropdown { position: absolute; z-index: 70; top: 100%; left: 0; width: 380px; padding: 17px; transform: translateY(8px); visibility: hidden; background: #fff; border: 1px solid var(--line); border-radius: 0 0 14px 14px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.category-menu-group:hover > .category-dropdown,
.category-menu-group:focus-within > .category-dropdown,
.category-menu-group.is-dropdown-open > .category-dropdown { transform: translateY(0); visibility: visible; opacity: 1; pointer-events: auto; }
.category-dropdown__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 12px; padding: 2px 3px 13px; border-bottom: 1px solid var(--line); }
.category-dropdown__head > div { display: grid; gap: 2px; }
.category-dropdown__head strong { font-size: .84rem; }
.category-dropdown__head span { color: var(--muted); font-size: .62rem; }
.category-dropdown__head > a { color: var(--brand); font-size: .63rem; font-weight: 750; }
.category-dropdown__list { display: grid; gap: 4px; }
.category-dropdown__list > a { min-height: 56px; display: grid; grid-template-columns: 38px 1fr 18px; align-items: center; gap: 11px; padding: 7px 8px; border-radius: 9px; }
.category-dropdown__list > a:hover { background: #f7f5f2; }
.category-dropdown__icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 9px; }
.category-dropdown__icon .dashicons { width: 18px; height: 18px; font-size: 18px; }
.category-dropdown__list > a > span:nth-child(2) { display: grid; gap: 2px; }
.category-dropdown__list strong { font-size: .73rem; }
.category-dropdown__list small { color: var(--muted); font-size: .59rem; }
.category-dropdown__list > a > .dashicons { width: 16px; height: 16px; color: #9b9da1; font-size: 16px; }

.tc-mosaic-section { background: #fff; }
.tc-mosaic { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.tc-mosaic-card { position: relative; overflow: hidden; min-height: 245px; color: #fff; background: var(--tc-card-bg); border-radius: 15px; isolation: isolate; }
.tc-mosaic-card::before { position: absolute; z-index: -1; inset: 0; content: ""; background: radial-gradient(circle at 85% 18%, rgba(255,255,255,.13), transparent 34%), linear-gradient(115deg, rgba(0,0,0,.06), rgba(0,0,0,.24)); }
.tc-mosaic-card::after { position: absolute; z-index: -1; top: -110px; right: -95px; width: 300px; height: 300px; content: ""; border: 60px solid rgba(255,255,255,.035); border-radius: 50%; }
.tc-mosaic-card--large { grid-row: 1 / 3; min-height: 502px; }
.tc-mosaic-card__copy { position: relative; z-index: 3; width: 57%; display: flex; align-items: flex-start; flex-direction: column; padding: 31px; }
.tc-mosaic-card--large .tc-mosaic-card__copy { width: 62%; padding: 42px 38px; }
.tc-mosaic-card__copy > span { margin-bottom: 11px; color: rgba(255,255,255,.68); font-size: .61rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.tc-mosaic-card__copy h3 { margin-bottom: 9px; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.15; }
.tc-mosaic-card--large .tc-mosaic-card__copy h3 { font-size: clamp(1.8rem, 3.1vw, 2.65rem); }
.tc-mosaic-card__copy p { max-width: 330px; margin-bottom: 15px; color: rgba(255,255,255,.72); font-size: .73rem; line-height: 1.55; }
.tc-mosaic-card__copy ul { display: flex; flex-wrap: wrap; gap: 5px; margin: 0 0 20px; padding: 0; list-style: none; }
.tc-mosaic-card__copy li { padding: 5px 7px; color: rgba(255,255,255,.85); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 6px; font-size: .57rem; }
.tc-mosaic-card__copy > a { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding: 8px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; font-size: .66rem; font-weight: 720; }
.tc-mosaic-card__copy > a:hover { color: var(--ink); background: #fff; }
.tc-mosaic-card__copy > a .dashicons { width: 16px; height: 16px; font-size: 16px; }
.tc-mosaic-card__image { position: absolute; z-index: 2; right: 0; bottom: 0; width: 48%; height: 82%; display: grid; place-items: center; overflow: hidden; background: rgba(255,255,255,.96); border-radius: 16px 0 0 0; }
.tc-mosaic-card--large .tc-mosaic-card__image { right: 0; bottom: 0; width: 60%; height: 68%; border-radius: 20px 0 0 0; }
.tc-mosaic-card__image img { width: 100% !important; height: 100% !important; padding: 10px; object-fit: contain; object-position: center; filter: drop-shadow(0 14px 16px rgba(0,0,0,.12)); }

.tc-premium-section { background: var(--tc-premium-bg, #f2f1ef); }
.tc-premium-section .section-heading { margin-bottom: 27px; }
.tc-premium-section .section-heading p { max-width: 690px; }
.tc-premium-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tc-premium-card { min-width: 0; overflow: hidden; background: var(--tc-premium-card, #fff); border: 1px solid rgba(31,32,35,.07); border-radius: 20px; box-shadow: 0 10px 32px rgba(29,31,35,.045); transition: transform .2s ease, box-shadow .2s ease; }
.tc-premium-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(29,31,35,.075); }
.tc-premium-card__media { position: relative; height: 335px; display: grid; place-items: center; padding: 42px 34px 26px; background: #fbfbfa; border-bottom: 1px solid rgba(31,32,35,.065); }
.tc-premium-card__badges { position: absolute; z-index: 2; top: 20px; right: 20px; left: 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tc-premium-card__badges > span { color: var(--muted); font-size: .61rem; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }
.tc-premium-card__badges > strong { display: inline-flex; align-items: center; gap: 5px; padding: 6px 9px; color: var(--success); background: #edf6f2; border-radius: 999px; font-size: .59rem; }
.tc-premium-card__badges .dashicons { width: 14px; height: 14px; font-size: 14px; }
.tc-premium-card__media > a { width: 100%; height: 100%; display: grid; place-items: center; }
.tc-premium-card__media img { width: 88% !important; height: 88% !important; object-fit: contain; filter: drop-shadow(0 15px 19px rgba(28,29,32,.1)); transition: transform .22s ease; }
.tc-premium-card:hover .tc-premium-card__media img { transform: scale(1.018); }
.tc-premium-card__body { padding: 25px 27px 27px; }
.tc-premium-card__body > small { display: block; min-height: 15px; margin-bottom: 7px; color: var(--brand); font-size: .58rem; font-weight: 720; letter-spacing: .045em; text-transform: uppercase; }
.tc-premium-card__body h3 { min-height: 2.35em; margin: 0 0 22px; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.18; }
.tc-premium-card__foot { display: grid; grid-template-columns: minmax(0, 1fr) 175px; align-items: end; gap: 22px; }
.tc-premium-card__foot ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.tc-premium-card__foot li { position: relative; padding-left: 13px; color: #5e6166; font-size: .68rem; line-height: 1.35; }
.tc-premium-card__foot li::before { position: absolute; top: .55em; left: 0; width: 4px; height: 4px; content: ""; background: var(--brand); border-radius: 50%; }
.tc-premium-card__action { display: grid; justify-items: end; gap: 7px; }
.tc-premium-card__stock { color: var(--success); font-size: .58rem; font-weight: 720; }
.tc-premium-card__action > strong { font-size: 1.12rem; }
.tc-premium-card__action > strong del { color: var(--muted); font-size: .72rem; font-weight: 500; }
.tc-premium-card__action > a { min-height: 42px; display: inline-flex; align-items: center; gap: 13px; padding: 6px 6px 6px 15px; background: #f0efed; border-radius: 10px; font-size: .68rem; font-weight: 720; }
.tc-premium-card__action > a .dashicons { width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 7px; font-size: 15px; line-height: 31px; transition: background .18s ease; }
.tc-premium-card__action > a:hover .dashicons { background: var(--brand); }

@media (max-width: 1180px) {
	.header-favorites-group .header-action-link > span:nth-child(2) { display: none; }
	.category-menu-group { min-width: 170px; }
	.tc-mosaic-card__copy { width: 63%; padding: 25px; }
	.tc-mosaic-card--large .tc-mosaic-card__copy { width: 67%; padding: 34px 30px; }
}

@media (max-width: 900px) {
	.header-favorites-group { display: none; }
	.category-dropdown { display: none; }
	.tc-mosaic { grid-template-columns: 1fr; grid-template-rows: auto; }
	.tc-mosaic-card, .tc-mosaic-card--large { grid-row: auto; min-height: 330px; }
	.tc-mosaic-card--large { min-height: 420px; }
	.tc-mosaic-card__copy, .tc-mosaic-card--large .tc-mosaic-card__copy { width: 62%; }
	.tc-mosaic-card__image, .tc-mosaic-card--large .tc-mosaic-card__image { width: 54%; height: 72%; }
	.tc-premium-card__media { height: 285px; padding-inline: 24px; }
	.tc-premium-card__body { padding: 22px; }
	.tc-premium-card__foot { grid-template-columns: 1fr; }
	.tc-premium-card__action { grid-template-columns: 1fr auto; align-items: end; justify-items: start; }
	.tc-premium-card__stock { grid-column: 1 / 3; }
	.tc-premium-card__action > a { grid-column: 2; grid-row: 2; }
}

@media (max-width: 700px) {
	.tc-mosaic-section { padding-top: 40px; }
	.tc-mosaic { gap: 8px; }
	.tc-mosaic-card, .tc-mosaic-card--large { min-height: 350px; border-radius: 13px; }
	.tc-mosaic-card__copy, .tc-mosaic-card--large .tc-mosaic-card__copy { width: 72%; padding: 25px 22px; }
	.tc-mosaic-card__copy h3, .tc-mosaic-card--large .tc-mosaic-card__copy h3 { font-size: 1.55rem; }
	.tc-mosaic-card__copy p { font-size: .69rem; }
	.tc-mosaic-card__copy li { font-size: .53rem; }
	.tc-mosaic-card__image, .tc-mosaic-card--large .tc-mosaic-card__image { right: 0; bottom: 0; width: 64%; height: 57%; border-radius: 16px 0 0 0; }
	.tc-premium-section { padding-top: 44px; padding-bottom: 44px; }
	.tc-premium-grid { grid-template-columns: 1fr; gap: 11px; }
	.tc-premium-card { border-radius: 15px; }
	.tc-premium-card__media { height: 265px; padding: 38px 22px 20px; }
	.tc-premium-card__badges { top: 15px; right: 15px; left: 15px; }
	.tc-premium-card__body { padding: 20px; }
	.tc-premium-card__body h3 { min-height: 0; margin-bottom: 18px; font-size: 1.2rem; }
	.tc-premium-card__foot { grid-template-columns: minmax(0, 1fr) auto; gap: 14px; }
	.tc-premium-card__action { display: grid; grid-template-columns: 1fr; align-content: end; justify-items: end; }
	.tc-premium-card__stock { grid-column: auto; }
	.tc-premium-card__action > a { grid-column: auto; grid-row: auto; }
}

/* 1.4.0 cascade guard: keep the editorial homepage direction authoritative. */
.home-service-band { padding: 0 0 100px; background: #f4f3f0; }
.home-service-band__inner { min-height: 0; padding: 61px 64px; background: #26181d !important; border-color: transparent; border-radius: 26px; }
.home-service-band__inner h2 { max-width: 730px; margin-bottom: 14px; font-size: clamp(2.1rem, 4vw, 4rem); letter-spacing: -.055em; line-height: 1; }
.home-service-band__inner p { max-width: 690px; color: rgba(255,255,255,.62); }
.home-service-band__actions > a:last-child { color: #fff; }

@media (max-width: 900px) {
	.home-service-band__inner { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 700px) {
	.tc-curated-section { padding-block: 63px; }
	.home-service-band { padding-top: 0; padding-bottom: 62px; }
	.home-service-band__inner { padding: 38px 25px; border-radius: 18px; }
	.home-service-band__actions { grid-template-columns: 1fr; }
	.home-knowledge { padding-block: 64px; }
}
