:root {
  --ink: #080a0d;
  --graphite: #11151a;
  --graphite-2: #1a2027;
  --paper: #ffffff;
  --surface: #f2f4f6;
  --surface-2: #e6eaee;
  --line: #d7dce1;
  --text: #101318;
  --muted: #65707b;
  --blue: #086cff;
  --blue-dark: #0058d6;
  --blue-soft: #e8f1ff;
  --danger: #c63333;
  --success: #0b8d5d;
  --container: 1320px;
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --shadow-sm: 0 12px 30px rgba(8, 14, 22, .08);
  --shadow-lg: 0 30px 80px rgba(3, 8, 15, .22);
  --ease: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--surface); font-family: Inter, "Arial Narrow", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 950; letter-spacing: -.045em; }
p { line-height: 1.65; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-dark { color: #fff; background: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; color: #fff; background: var(--blue); text-decoration: none; transition: top 180ms var(--ease); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #62a2ff; outline-offset: 3px; }

.eyebrow { margin-bottom: 16px; color: #5ea1ff; font-size: .7rem; font-weight: 950; letter-spacing: .18em; line-height: 1.35; text-transform: uppercase; }
.eyebrow-dark { color: var(--blue); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-heading.compact { margin-bottom: 28px; }
.section-heading h2 { max-width: 780px; margin: 0; font-size: clamp(2.6rem, 5vw, 5.25rem); line-height: .9; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding: 9px 0; border-bottom: 2px solid var(--blue); font-size: .76rem; font-weight: 900; text-decoration: none; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 20px; color: var(--text); background: #fff; border: 1px solid transparent; border-radius: var(--radius-xs); font-size: .76rem; font-weight: 950; line-height: 1; text-align: center; text-decoration: none; cursor: pointer; transition: transform 220ms var(--ease), background-color 220ms var(--ease), color 220ms var(--ease), border-color 220ms var(--ease), box-shadow 220ms var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 30px rgba(8,108,255,.22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 15px 34px rgba(8,108,255,.3); }
.button-outline { background: transparent; border-color: #bcc5ce; }
.button-outline:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.button-ghost-light { color: #fff; background: transparent; border-color: #46515e; }
.button-ghost-light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: var(--blue-soft); }
.button-full { width: 100%; }
.text-button { padding: 0; color: var(--text); background: none; border: 0; font-weight: 850; text-decoration: underline; cursor: pointer; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; padding: 0; color: inherit; background: transparent; border: 0; border-radius: var(--radius-xs); cursor: pointer; }
.icon-button svg, .cart-trigger svg, .filter-open svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Header */
.announcement-bar { position: relative; z-index: 202; color: #d0d7de; background: #050607; border-bottom: 1px solid #20252b; }
.announcement-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.announcement-note { color: #89939e; }
.site-header { position: sticky; top: 0; z-index: 200; color: #fff; background: rgba(13,16,20,.97); border-bottom: 1px solid #282e35; transition: box-shadow 220ms var(--ease); }
.site-header.is-scrolled { box-shadow: 0 14px 30px rgba(0,0,0,.22); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 9px 3px 9px 3px; box-shadow: inset -8px -8px 18px rgba(0,0,0,.16); font-size: 1.2rem; font-style: italic; font-weight: 950; transform: skew(-5deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: .86rem; letter-spacing: -.01em; }
.brand-copy small { margin-top: 4px; color: #aeb7c1; font-size: .58rem; font-weight: 900; letter-spacing: .22em; }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: 48px; }
.primary-nav a { position: relative; padding: 28px 0 25px; color: #c1c7ce; font-size: .86rem; font-weight: 850; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--blue); transition: right 220ms var(--ease); }
.primary-nav a:hover, .primary-nav a.is-active { color: #fff; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-search { width: 184px; height: 42px; display: flex; align-items: center; padding-left: 13px; color: #87919c; background: #171b21; border: 1px solid #313841; border-radius: var(--radius-xs); transition: width 220ms var(--ease), border-color 220ms var(--ease); }
.header-search:focus-within { width: 230px; border-color: var(--blue); }
.header-search input { min-width: 0; flex: 1; color: #fff; background: transparent; border: 0; outline: 0; font-size: .8rem; }
.header-search input::placeholder { color: #838d98; }
.header-search .icon-button { width: 38px; height: 38px; }
.cart-trigger { position: relative; min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; color: #fff; background: #171b21; border: 1px solid #313841; border-radius: var(--radius-xs); font-size: .8rem; font-weight: 900; cursor: pointer; }
.cart-count, .cart-title-count { min-width: 21px; height: 21px; display: grid; place-items: center; padding: 0 5px; color: #fff; background: var(--blue); border-radius: 50%; font-size: .62rem; }
.menu-toggle { display: none; }

/* Homepage campaign */
.hero { position: relative; min-height: 708px; overflow: hidden; background: radial-gradient(circle at 76% 38%, #152d50 0, #0c121c 35%, #07090c 70%); }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--blue) 40%, transparent); }
.hero-grid { min-height: 708px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: 46px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; padding: 72px 0 82px; }
.hero-copy::before { content: ""; position: absolute; left: -24px; top: 65px; width: 3px; height: 66px; background: var(--blue); }
.hero-copy h1 { max-width: 610px; margin-bottom: 24px; font-size: clamp(4rem, 5vw, 5rem); line-height: .84; text-transform: uppercase; }
.hero-copy h1 .hero-line { display: block; color: inherit; white-space: nowrap; }
.hero-copy h1 .hero-line-accent { color: var(--blue); }
.hero-lead { max-width: 585px; margin-bottom: 30px; color: #aab4c0; font-size: .98rem; line-height: 1.65; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 12px 22px; padding: 24px 0 0; margin: 24px 0 0; border-top: 1px solid #2a3139; list-style: none; }
.hero-benefits li { display: flex; align-items: center; gap: 8px; color: #bec6cf; font-size: .74rem; font-weight: 800; }
.hero-benefits span { color: var(--blue); font-size: .58rem; letter-spacing: .08em; }
.hero-visual { position: relative; min-width: 0; width: 100%; min-height: 590px; overflow: hidden; background: linear-gradient(145deg,#f5f7f8,#dce2e7); border: 1px solid rgba(255,255,255,.22); clip-path: polygon(4% 0,100% 0,100% 94%,94% 100%,0 100%,0 6%); isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; left: 43%; top: -10%; width: 34%; height: 125%; background: rgba(255,255,255,.66); transform: skewX(-15deg); }
.hero-visual::after { content: ""; position: absolute; z-index: 5; right: 0; bottom: 0; width: 28%; height: 5px; background: var(--blue); }
.hero-grid-lines { position: absolute; inset: 0; z-index: -2; opacity: .55; background-image: linear-gradient(rgba(25,40,55,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(25,40,55,.08) 1px,transparent 1px); background-size: 46px 46px; }
.hero-word { position: absolute; z-index: -1; left: 4%; top: 34%; color: transparent; -webkit-text-stroke: 1px rgba(12,20,30,.12); font-size: clamp(7rem,12vw,13rem); font-weight: 950; letter-spacing: -.08em; line-height: .7; }
.performance-line { position: absolute; z-index: 4; left: -7%; top: 59%; width: 118%; height: 2px; background: var(--blue); box-shadow: 0 0 0 6px rgba(8,108,255,.08); transform: rotate(-8deg); }
.stage-label { position: absolute; z-index: 6; color: #4e5b68; font-size: .55rem; font-weight: 900; letter-spacing: .14em; }
.stage-label-top { left: 28px; top: 24px; }
.stage-label-bottom { right: 28px; bottom: 22px; }
.hero-product { position: absolute; z-index: 2; margin: 0; overflow: hidden; background: #f8f9fa; border: 1px solid rgba(118,132,146,.2); box-shadow: 0 16px 38px rgba(25,38,52,.12); transition: transform 520ms var(--ease); }
.hero-product img { width: 100%; height: 100%; padding: 3%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 20px 18px rgba(7,15,24,.16)); }
.hero-product figcaption { position: absolute; z-index: 3; padding: 7px 9px; color: #fff; background: var(--ink); font-size: .52rem; font-weight: 950; letter-spacing: .1em; white-space: nowrap; }
.hero-product-main { left: 16%; right: 6%; bottom: 8%; height: 62%; transform: translate(calc(var(--depth-x,0px) * .8),calc(var(--depth-y,0px) * .7)); }
.hero-product-main figcaption { right: 2%; bottom: 8%; }
.hero-product-ball { left: 2%; top: 10%; width: 31%; height: 32%; transform: translate(calc(var(--depth-x,0px) * -.45),calc(var(--depth-y,0px) * -.4)); }
.hero-product-ball figcaption { left: 2%; bottom: 0; }
.hero-product-shirt { right: 2%; top: 5%; width: 31%; height: 36%; transform: translate(calc(var(--depth-x,0px) * .5),calc(var(--depth-y,0px) * -.55)); }
.hero-product-shirt figcaption { right: 0; bottom: 2%; }

.category-section { background: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 250px; gap: 16px; }
.category-card { position: relative; overflow: hidden; color: var(--text); background: var(--surface-2); border: 1px solid var(--line); text-decoration: none; isolation: isolate; }
.category-card:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.category-card:nth-child(2) { grid-column: span 5; }
.category-card:nth-child(3) { grid-column: span 5; background: #edf1f4; border-color: #ccd4dc; }
.category-card:nth-child(4) { grid-column: span 5; }
.category-card:nth-child(5) { grid-column: span 7; }
.category-card::after { content: ""; position: absolute; right: 0; top: 0; width: 52px; height: 4px; background: var(--blue); transition: width 240ms var(--ease); }
.category-card img { position: absolute; inset: 8% 8% 14%; z-index: -1; width: 84%; height: 78%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 18px 24px rgba(12,20,30,.12)); transition: transform 500ms var(--ease); }
.category-card:nth-child(3) img { mix-blend-mode: multiply; opacity: 1; }
.category-card:nth-child(1) img { inset: 3% 4% 10% 28%; width: 66%; height: 84%; }
.category-card:hover img { transform: scale(1.05) translateY(-5px); }
.category-card:hover::after { width: 100%; }
.category-index { position: absolute; left: 20px; top: 20px; color: var(--blue); font-size: .62rem; font-weight: 950; letter-spacing: .12em; }
.category-name { position: absolute; left: 20px; bottom: 20px; max-width: 70%; font-size: clamp(1.35rem,2vw,2.15rem); font-weight: 950; letter-spacing: -.04em; }
.category-arrow { position: absolute; right: 20px; bottom: 20px; width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--blue); font-weight: 900; }

/* Product cards */
.bestsellers-section { background: var(--surface); }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.product-grid-featured { grid-template-columns: repeat(12,1fr); grid-auto-flow: dense; align-items: stretch; }
.product-grid-featured .product-card { grid-column: span 3; }
.product-grid-featured .product-card-lead { grid-column: span 6; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(260px,.92fr); }
.product-grid-featured .product-card-wide { grid-column: span 6; }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease); }
.product-card:hover { transform: translateY(-5px); border-color: #bdc6cf; box-shadow: var(--shadow-sm); }
.product-card-media { position: relative; aspect-ratio: 1.08/1; display: block; overflow: hidden; background: #e9edf0; }
.product-card-media::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34%; height: 3px; background: var(--blue); transition: width 240ms var(--ease); }
.product-card:hover .product-card-media::after { width: 100%; }
.product-card-media img { width: 100%; height: 100%; padding: 11%; object-fit: contain; mix-blend-mode: multiply; transition: transform 520ms var(--ease); }
.product-card:hover .product-card-media img { transform: scale(1.055); }
.product-badge { position: absolute; z-index: 2; left: 14px; top: 14px; padding: 8px 9px; color: #fff; background: var(--ink); font-size: .54rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.product-code { position: absolute; z-index: 2; right: 14px; top: 17px; color: #6c7680; font-size: .5rem; font-weight: 900; letter-spacing: .1em; }
.product-card-body { flex: 1; display: flex; flex-direction: column; padding: 18px; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; color: var(--muted); font-size: .55rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.product-brand { margin: 0; color: var(--blue); font-weight: 950; }
.product-name { min-height: 2.5em; margin-bottom: 14px; font-size: 1.12rem; line-height: 1.15; }
.product-name a { text-decoration: none; }
.product-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding-top: 12px; margin-top: auto; border-top: 1px solid var(--line); }
.product-card-footer > span { color: var(--muted); font-size: .58rem; }
.product-price { margin: 0; font-size: 1.2rem; font-weight: 950; letter-spacing: -.03em; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 15px; }
.product-actions .button { min-height: 42px; padding-inline: 10px; font-size: .64rem; }
.product-grid-featured .product-card-lead .product-card-media { min-height: 0; aspect-ratio: auto; }
.product-grid-featured .product-card-lead .product-card-media img { padding: 8%; }
.product-grid-featured .product-card-lead .product-card-body { flex: none; display: grid; align-content: center; padding: 24px 20px; }
.product-grid-featured .product-card-lead .product-name { font-size: 1.45rem; }
.product-grid-featured .product-card-lead .product-card-footer { margin-top: 22px; }
.product-grid-featured .product-card-wide { display: grid; grid-template-columns: 1.05fr .95fr; }
.product-grid-featured .product-card-wide .product-card-media { aspect-ratio: auto; min-height: 300px; }

.category-section { padding: 88px 0 82px; }
.bestsellers-section { padding: 82px 0 72px; }
.editorial-section { padding: 12px 0 92px; background: var(--surface); }
.editorial-banner { position: relative; min-height: 560px; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; color: #fff; background: var(--graphite); clip-path: polygon(0 0,96% 0,100% 10%,100% 100%,4% 100%,0 90%); }
.editorial-banner::after { content: ""; position: absolute; left: 0; top: 0; width: 36%; height: 5px; background: var(--blue); }
.editorial-copy { position: relative; z-index: 2; min-width: 0; align-self: center; padding: 64px; }
.editorial-copy h2 { max-width: 610px; margin-bottom: 22px; font-size: clamp(3rem,5vw,5.4rem); line-height: .88; }
.editorial-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 30px; color: #aeb7c1; }
.editorial-images { position: relative; min-height: 560px; overflow: hidden; background: linear-gradient(145deg,#0d65e5,#063a87); }
.editorial-images::before { content: "READY"; position: absolute; left: -3%; bottom: 5%; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.24); font-size: 8rem; font-weight: 950; letter-spacing: -.08em; }
.editorial-images img { position: absolute; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 25px 25px rgba(0,0,0,.25)); }
.editorial-image-one { z-index: 2; left: 4%; bottom: 8%; width: 48%; height: 45%; }
.editorial-image-two { right: -5%; top: 4%; width: 62%; height: 58%; transform: rotate(-8deg); }
.editorial-image-three { z-index: 3; right: 5%; bottom: 5%; width: 42%; height: 43%; }
.benefits-strip { padding: 38px 0; color: #fff; background: #090c10; border-top: 1px solid #2c333b; }
.benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.benefit { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 8px 36px; border-right: 1px solid #303740; }
.benefit:first-child { padding-left: 0; }
.benefit:last-child { padding-right: 0; border-right: 0; }
.benefit-number { color: var(--blue); font-size: .65rem; font-weight: 950; letter-spacing: .1em; }
.benefit h3 { margin-bottom: 8px; font-size: 1rem; letter-spacing: -.02em; }
.benefit p { margin: 0; color: #9ba6b1; font-size: .76rem; line-height: 1.55; }

/* Catalog */
.catalog-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(110deg,#090c11 0,#101b2b 68%,#0d294f 100%); border-bottom: 4px solid var(--blue); }
.catalog-hero::after { content: "CATALOG / 30"; position: absolute; right: -1%; bottom: -20%; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.07); font-size: 7.5rem; font-weight: 950; letter-spacing: -.08em; }
.catalog-hero-inner { position: relative; z-index: 1; min-height: 270px; display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 80px; padding-block: 50px; }
.catalog-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3rem,5.7vw,5.8rem); line-height: .88; }
.catalog-intro-note { max-width: 330px; padding-left: 20px; border-left: 2px solid var(--blue); }
.catalog-intro-note span { display: block; margin-bottom: 8px; color: #6faaff; font-size: .58rem; font-weight: 900; letter-spacing: .14em; }
.catalog-intro-note p { margin: 0; color: #aeb8c3; font-size: .82rem; }
.catalog-section { padding: 52px 0 100px; }
.catalog-mobile-tools { display: none; }
.catalog-layout { display: grid; grid-template-columns: 248px minmax(0,1fr); align-items: start; gap: 28px; }
.filters-panel { position: sticky; top: 96px; padding: 22px; background: var(--graphite); color: #fff; border-top: 4px solid var(--blue); }
.filters-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid #313841; }
.filters-head .eyebrow { margin-bottom: 5px; }
.filters-head h2 { margin: 0; font-size: 1.6rem; }
.filters-close, .filters-apply { display: none; }
.filter-group { padding: 22px 0; border-bottom: 1px solid #313841; }
.filter-group h3, .filter-group label { display: block; margin: 0 0 12px; color: #aab4bf; font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.category-options { display: grid; gap: 3px; }
.category-filter { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 11px; color: #aab4bf; background: transparent; border: 0; border-left: 2px solid transparent; font-size: .7rem; text-align: left; cursor: pointer; }
.category-filter span:last-child { color: #727e8a; font-size: .58rem; }
.category-filter:hover { color: #fff; background: #1b222a; }
.category-filter.is-active { color: #fff; background: #182a46; border-left-color: var(--blue); }
.category-filter.is-active span:last-child { color: #79afff; }
.filter-sort-group { display: none; }
.filter-sort-group select, .toolbar-sort select { width: 100%; height: 46px; padding: 0 36px 0 12px; color: var(--text); background: #fff; border: 1px solid #c9d0d7; border-radius: var(--radius-xs); font-size: .72rem; }
.reset-filters { margin-top: 20px; color: #b9c2cb; font-size: .68rem; }
.catalog-toolbar { position: sticky; top: 76px; z-index: 20; display: grid; grid-template-columns: minmax(240px,1fr) auto 180px; align-items: center; gap: 14px; padding: 12px 0; margin-top: -12px; margin-bottom: 18px; background: var(--surface); }
.catalog-search-wrap { height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 14px; background: #fff; border: 1px solid #c7ced5; border-radius: var(--radius-xs); }
.catalog-search-wrap:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,108,255,.1); }
.catalog-search-wrap svg { width: 20px; flex: none; fill: none; stroke: #73808c; stroke-width: 1.8; }
.catalog-search-wrap input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; }
.search-clear { width: 30px; height: 30px; color: var(--muted); background: transparent; border: 0; cursor: pointer; }
.results-count { color: var(--muted); font-size: .68rem; font-weight: 900; white-space: nowrap; }
.active-filter-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; margin-bottom: 18px; color: #164f9a; background: var(--blue-soft); border-left: 3px solid var(--blue); font-size: .7rem; font-weight: 800; }
.active-filter-row[hidden] { display: none; }
.active-filter-row button { color: inherit; background: transparent; border: 0; text-decoration: underline; cursor: pointer; }
.empty-state { grid-column: 1/-1; min-height: 430px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); }
.empty-state-inner { max-width: 520px; padding: 50px 24px; text-align: center; }
.empty-state h2 { margin: 18px 0 8px; font-size: 2.2rem; }
.empty-state p { color: var(--muted); }

/* Product detail */
.product-page-main { background: #edf0f2; }
.product-detail-shell { width: min(calc(100% - 48px),var(--container)); margin-inline: auto; padding: 30px 0 58px; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 0 0 24px; color: #737f8a; font-size: .65rem; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--blue); }
.product-detail-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(390px,.65fr); align-items: start; gap: 22px; }
.product-gallery { min-width: 0; display: grid; grid-template-columns: 84px minmax(0,1fr); gap: 12px; }
.gallery-thumbs { display: flex; flex-direction: column; gap: 10px; }
.gallery-thumb, .color-choice { padding: 7px; background: #fff; border: 1px solid #cfd5db; border-radius: var(--radius-xs); cursor: pointer; transition: border-color 180ms var(--ease), box-shadow 180ms var(--ease); }
.gallery-thumb { aspect-ratio: 1; }
.gallery-thumb img, .color-choice img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.gallery-thumb.is-active, .color-choice.is-active { border-color: var(--blue); box-shadow: inset 0 -3px var(--blue); }
.gallery-main { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; margin: 0; background: linear-gradient(145deg,#f8f9fa,#dfe4e8); border: 1px solid #d2d8de; clip-path: polygon(0 0,95% 0,100% 6%,100% 100%,5% 100%,0 94%); isolation: isolate; }
.gallery-main::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .65; background-image: linear-gradient(rgba(24,36,48,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(24,36,48,.07) 1px,transparent 1px); background-size: 56px 56px; }
.gallery-main::after { content: ""; position: absolute; z-index: -1; width: 65%; height: 105%; background: rgba(255,255,255,.65); transform: skewX(-13deg); }
.gallery-main > img { position: relative; z-index: 2; width: 88%; height: 78%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 28px 25px rgba(12,20,30,.15)); }
.gallery-word { position: absolute; z-index: 0; left: 2%; top: 42%; color: transparent; -webkit-text-stroke: 1px rgba(9,18,28,.12); font-size: clamp(5rem,9vw,9rem); font-weight: 950; letter-spacing: -.08em; text-transform: uppercase; }
.gallery-code { position: absolute; z-index: 4; right: 22px; top: 22px; color: #66727e; font-size: .56rem; font-weight: 900; letter-spacing: .14em; }
.gallery-main figcaption { position: absolute; z-index: 4; left: 22px; bottom: 20px; color: #586572; font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.detail-badge { left: 22px; top: 22px; }
.purchase-panel { position: sticky; top: 96px; padding: 32px; background: #fff; border-top: 5px solid var(--blue); box-shadow: var(--shadow-sm); }
.detail-heading { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.detail-brand { margin-bottom: 9px; color: var(--blue); font-size: .68rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.detail-brand span { color: #89939d; }
.purchase-panel h1 { margin-bottom: 18px; font-size: clamp(2.7rem,4vw,4.7rem); line-height: .87; }
.detail-price { margin: 0; color: var(--text); font-size: 1.7rem; font-weight: 950; }
.detail-description { margin: 22px 0; color: var(--muted); font-size: .86rem; }
.option-block { padding: 18px 0; border-top: 1px solid var(--line); }
.option-label { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; font-size: .68rem; font-weight: 900; }
.option-label output { color: var(--muted); }
.color-choices, .size-choices { display: flex; flex-wrap: wrap; gap: 7px; }
.color-choice { width: 58px; height: 58px; }
.size-choice { min-width: 46px; height: 43px; padding: 0 11px; color: var(--text); background: #fff; border: 1px solid #cbd2d9; border-radius: var(--radius-xs); font-size: .7rem; font-weight: 900; cursor: pointer; }
.size-choice:hover, .size-choice.is-active { color: #fff; background: var(--ink); border-color: var(--ink); }
.purchase-row { display: grid; grid-template-columns: 112px 1fr; gap: 8px; padding-top: 8px; }
.quantity-control { height: 50px; display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; border: 1px solid #cbd2d9; border-radius: var(--radius-xs); }
.quantity-control button { height: 100%; background: #fff; border: 0; cursor: pointer; }
.quantity-control output { text-align: center; font-size: .78rem; font-weight: 950; }
.detail-delivery { display: grid; gap: 10px; padding-top: 22px; margin-top: 22px; border-top: 1px solid var(--line); }
.detail-delivery > div { display: grid; grid-template-columns: 28px 1fr; gap: 10px; }
.detail-delivery > div > span { color: var(--blue); font-size: .58rem; font-weight: 950; }
.detail-delivery p { margin: 0; }
.detail-delivery strong, .detail-delivery small { display: block; }
.detail-delivery strong { font-size: .72rem; }
.detail-delivery small { margin-top: 2px; color: var(--muted); font-size: .64rem; }
.product-specs { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 2px; background: var(--graphite); }
.spec-card { min-height: 115px; display: grid; align-content: center; gap: 8px; padding: 24px 28px; color: #fff; border-right: 1px solid #323943; }
.spec-card:last-child { border-right: 0; }
.spec-card small { color: #75acff; font-size: .56rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.spec-card strong { font-size: .8rem; }
.related-section { padding-top: 76px; background: #fff; }
.product-grid-related { grid-template-columns: repeat(4,minmax(0,1fr)); }
.product-error { min-height: 660px; display: grid; place-items: center; padding: 60px 24px; }
.product-error-inner { max-width: 700px; text-align: center; }
.error-code { display: block; color: var(--blue); font-size: 6rem; font-weight: 950; letter-spacing: -.08em; }
.product-error h1 { font-size: clamp(2.8rem,6vw,5rem); line-height: .9; }
.product-error p:not(.eyebrow) { color: var(--muted); }
.mobile-purchase-bar, .mobile-sort { display: none; }

/* Forms and checkout */
.checkout-main { background: #eef1f3; }
.checkout-intro { background: #fff; border-bottom: 1px solid var(--line); }
.checkout-intro > .container { min-height: 220px; display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 30px; }
.checkout-intro .eyebrow { margin: 0; }
.checkout-intro h1 { margin-bottom: 9px; font-size: clamp(2.8rem,5vw,5rem); line-height: .9; }
.checkout-intro p { margin-bottom: 0; color: var(--muted); }
.checkout-progress { color: #bdc5cc; font-size: 2.6rem; font-weight: 950; letter-spacing: -.06em; }
.checkout-section { padding: 56px 0 96px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) 390px; align-items: start; gap: 24px; }
.checkout-layout[hidden] { display: none; }
.checkout-form { display: grid; gap: 14px; }
.form-section { padding: 30px; background: #fff; border-left: 3px solid transparent; }
.form-section:focus-within { border-left-color: var(--blue); }
.form-section-head { display: grid; grid-template-columns: 42px 1fr; gap: 16px; margin-bottom: 26px; }
.form-section-head > span { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: var(--radius-xs); font-size: .62rem; font-weight: 950; }
.form-section-head h2 { margin-bottom: 5px; font-size: 1.3rem; letter-spacing: -.025em; }
.form-section-head p { margin: 0; color: var(--muted); font-size: .7rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field { min-width: 0; }
.field-full { grid-column: 1/-1; }
.field label { display: block; margin-bottom: 7px; font-size: .65rem; font-weight: 900; }
.field input, .field select, .field textarea { width: 100%; color: var(--text); background: #fff; border: 1px solid #c9d0d7; border-radius: var(--radius-xs); outline: 0; transition: border-color 180ms var(--ease), box-shadow 180ms var(--ease), background 180ms var(--ease); }
.field input, .field select { height: 48px; padding: 0 13px; }
.field textarea { min-height: 126px; padding: 12px 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,108,255,.1); }
.field.has-error input, .field.has-error textarea { border-color: var(--danger); background: #fff8f8; }
.field-error { min-height: 17px; display: block; padding-top: 4px; color: var(--danger); font-size: .62rem; }
.choice-list { display: grid; gap: 9px; }
.choice-card { position: relative; min-height: 68px; display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 12px; padding: 13px; background: #f5f7f8; border: 1px solid #d3d9df; border-left: 3px solid transparent; cursor: pointer; }
.choice-card:hover { border-color: #aeb8c2; }
.choice-card:has(input:checked) { background: var(--blue-soft); border-color: #9fc5ff; border-left-color: var(--blue); }
.choice-card input { position: absolute; opacity: 0; }
.radio-mark { width: 18px; height: 18px; display: grid; place-items: center; background: #fff; border: 2px solid #aeb7c0; border-radius: 50%; }
.choice-card input:checked + .radio-mark { border: 5px solid var(--blue); }
.choice-card input:checked ~ span strong { color: var(--blue); }
.choice-card:focus-within { outline: 3px solid #62a2ff; outline-offset: 2px; }
.choice-card strong, .choice-card small { display: block; }
.choice-card strong { font-size: .75rem; }
.choice-card small { margin-top: 3px; color: var(--muted); font-size: .64rem; }
.choice-card b { font-size: .7rem; }
.demo-notice { display: flex; align-items: flex-start; gap: 10px; padding: 13px; margin-top: 10px; color: #285485; background: var(--blue-soft); border-left: 3px solid var(--blue); font-size: .68rem; }
.demo-notice > span { width: 20px; height: 20px; display: grid; place-items: center; flex: none; color: #fff; background: var(--blue); border-radius: 50%; font-weight: 900; }
.demo-notice p { margin: 0; }
.checkout-submit { min-height: 58px; margin-top: 2px; }
.form-global-error { margin: 0; color: var(--danger); font-size: .7rem; font-weight: 800; }
.order-summary { position: sticky; top: 96px; padding: 28px; background: var(--graphite); color: #fff; border-top: 5px solid var(--blue); box-shadow: var(--shadow-sm); }
.summary-head { padding-bottom: 20px; border-bottom: 1px solid #353d45; }
.summary-head .eyebrow { margin-bottom: 6px; }
.summary-head h2 { margin: 0; font-size: 1.6rem; }
.checkout-items { display: grid; gap: 14px; padding: 20px 0; }
.checkout-item { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 10px; }
.checkout-item-image { position: relative; width: 56px; height: 56px; padding: 5px; background: #fff; }
.checkout-item-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.checkout-item-image span { position: absolute; right: -5px; top: -6px; min-width: 18px; height: 18px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: .55rem; font-weight: 900; }
.checkout-item-info { min-width: 0; }
.checkout-item-info strong, .checkout-item-info small { display: block; }
.checkout-item-info strong { font-size: .68rem; line-height: 1.3; }
.checkout-item-info small { margin-top: 4px; color: #8f9aa5; font-size: .58rem; }
.checkout-item > strong { font-size: .67rem; white-space: nowrap; }
.summary-totals { display: grid; gap: 12px; padding-top: 20px; border-top: 1px solid #353d45; }
.summary-totals > div { display: flex; justify-content: space-between; gap: 20px; color: #a8b2bd; font-size: .7rem; }
.summary-totals strong { color: #fff; }
.summary-total { padding-top: 16px; margin-top: 3px; border-top: 1px solid #353d45; font-weight: 950; }
.summary-total strong { color: #5f9eff; font-size: 1.4rem; }
.summary-demo-note { margin: 18px 0 0; color: #737f8a; font-size: .6rem; }
.checkout-empty, .order-success { max-width: 820px; min-height: 460px; display: grid; justify-items: center; align-content: center; padding: 54px; text-align: center; background: #fff; border-top: 5px solid var(--blue); }
.checkout-empty[hidden], .order-success[hidden] { display: none; }
.checkout-empty h2, .order-success h2 { margin: 14px 0; font-size: clamp(2.5rem,5vw,4.6rem); line-height: .9; }
.checkout-empty > p:not(.eyebrow), .order-success > p:not(.eyebrow) { max-width: 580px; margin-bottom: 24px; color: var(--muted); }
.empty-icon, .success-mark { width: 56px; height: 56px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 1.2rem; font-weight: 950; }
.success-mark { background: var(--success); }
.demo-order-number { min-width: 300px; display: grid; gap: 4px; padding: 12px 16px; margin-bottom: 24px; background: var(--surface); }
.demo-order-number span { color: var(--muted); font-size: .58rem; text-transform: uppercase; }
.demo-order-number strong { font-size: .95rem; letter-spacing: .08em; }

/* Contact */
.contact-hero { position: relative; min-height: 390px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(110deg,#080b10 0,#111c2b 60%,#0b315f 100%); }
.contact-hero::after { content: "?"; position: absolute; right: 7%; top: -27%; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.1); font-size: 28rem; font-weight: 950; line-height: 1; }
.contact-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 280px; align-items: end; gap: 56px; }
.contact-hero h1 { max-width: 850px; margin-bottom: 18px; font-size: clamp(3.7rem,6vw,6.7rem); line-height: .86; }
.contact-hero .hero-lead { margin: 0; }
.contact-status { display: flex; align-items: center; gap: 12px; padding: 18px; background: rgba(10,14,20,.7); border: 1px solid #3a4652; border-left: 3px solid var(--blue); }
.status-dot { width: 9px; height: 9px; flex: none; background: #31d086; border-radius: 50%; box-shadow: 0 0 0 6px rgba(49,208,134,.12); }
.contact-status strong { display: block; font-size: .75rem; }
.contact-status p { margin: 3px 0 0; color: #98a3ae; font-size: .62rem; }
.contact-main-section { padding: 58px 0; background: #e8ecef; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); align-items: stretch; gap: 18px; }
.contact-form-card { padding: 36px; background: #fff; border-top: 4px solid var(--blue); }
.contact-form-card h2 { margin: 0; font-size: clamp(2.3rem,4vw,4rem); line-height: .92; }
.contact-form .button { margin-top: 12px; }
.form-hint { margin: 9px 0 0; color: var(--muted); font-size: .65rem; }
.contact-success { min-height: 390px; place-items: center; align-content: center; text-align: center; }
.contact-success:not([hidden]) { display: grid; }
.contact-success h3 { margin: 18px 0 8px; font-size: 2rem; }
.contact-success p { max-width: 440px; margin-bottom: 22px; color: var(--muted); }
.contact-info-card { padding: 32px; color: #fff; background: var(--graphite); }
.contact-info-card > h2 { margin-bottom: 24px; font-size: 2.3rem; }
.contact-methods { display: grid; gap: 1px; background: #303842; }
.contact-method { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; padding: 13px; background: var(--graphite); }
.contact-method > span { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: #202732; border-left: 2px solid var(--blue); font-size: .65rem; font-weight: 950; }
.contact-method small { display: block; color: #8f9ba6; font-size: .56rem; }
.contact-method strong { display: block; margin-top: 2px; font-size: .72rem; overflow-wrap: anywhere; }
.hours { padding-top: 22px; margin-top: 22px; border-top: 1px solid #343c45; }
.hours h3 { font-size: .8rem; letter-spacing: -.01em; }
.hours > div { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; color: #8f9ba6; font-size: .64rem; }
.hours strong { color: #fff; }
.location-section { padding: 64px 0; background: #fff; }
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 54px; }
.location-copy h2 { margin-bottom: 18px; font-size: clamp(2.7rem,4.4vw,4.7rem); line-height: .92; }
.location-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); }
.location-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; padding-top: 18px; margin-top: 20px; border-top: 1px solid var(--line); font-size: .68rem; font-weight: 850; }
.map-placeholder { position: relative; min-height: 280px; overflow: hidden; background: #dfe5e9; border: 1px solid #cbd2d8; isolation: isolate; }
.map-placeholder::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(32deg,transparent 45%,#c7d0d7 46%,#c7d0d7 53%,transparent 54%),linear-gradient(-28deg,transparent 40%,#f5f6f7 41%,#f5f6f7 49%,transparent 50%); background-size: 180px 150px,210px 180px; }
.map-road { position: absolute; z-index: -1; height: 14px; background: #fff; border: 1px solid #c8d0d6; transform-origin: left center; }
.map-road-one { width: 120%; left: -5%; top: 35%; transform: rotate(16deg); }
.map-road-two { width: 110%; left: 8%; top: 72%; transform: rotate(-23deg); }
.map-road-three { width: 90%; left: 37%; top: 0; transform: rotate(76deg); }
.map-pin { position: absolute; left: 52%; top: 43%; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--blue); border: 7px solid rgba(255,255,255,.75); border-radius: 50% 50% 50% 12%; box-shadow: var(--shadow-sm); transform: translate(-50%,-50%) rotate(-45deg); }
.map-pin b { transform: rotate(45deg); }
.map-placeholder > div { position: absolute; left: 18px; bottom: 18px; display: grid; padding: 11px 13px; background: rgba(255,255,255,.94); border-left: 3px solid var(--blue); box-shadow: var(--shadow-sm); }
.map-placeholder small { color: var(--muted); }
.faq-section { padding: 68px 0; background: #e9edf0; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: 60px; }
.faq-grid > div:first-child h2 { margin-bottom: 14px; font-size: clamp(2.5rem,4vw,4.2rem); line-height: .92; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid #bfc7ce; }
.faq-list details { border-bottom: 1px solid #bfc7ce; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; font-size: .82rem; font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.25rem; transition: transform 200ms var(--ease); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 40px 20px 0; margin: 0; color: var(--muted); font-size: .78rem; }

/* Cart */
.cart-overlay, .filter-overlay { position: fixed; inset: 0; z-index: 300; opacity: 0; visibility: hidden; background: rgba(2,5,9,.68); transition: opacity 240ms var(--ease),visibility 240ms var(--ease); }
.cart-overlay.is-visible, .filter-overlay.is-visible { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 320; width: min(470px,100%); height: 100dvh; display: flex; flex-direction: column; color: var(--text); background: #fff; box-shadow: -24px 0 70px rgba(0,0,0,.28); opacity: .6; transform: translateX(104%); transition: transform 360ms var(--ease),opacity 240ms var(--ease); }
.cart-drawer.is-open { opacity: 1; transform: translateX(0); }
.cart-drawer::before { content: ""; height: 5px; flex: none; background: var(--blue); }
.cart-drawer-head { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.cart-drawer-head .eyebrow { margin-bottom: 4px; }
.cart-drawer-head h2 { margin: 0; font-size: 1.7rem; }
.cart-title-row { display: flex; align-items: center; gap: 9px; }
.cart-title-count { flex: none; }
.drawer-close { color: var(--text); border: 1px solid var(--line); }
.cart-items { flex: 1; overflow-y: auto; padding: 6px 24px; }
.cart-line { display: grid; grid-template-columns: 96px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-line-image { width: 96px; height: 104px; padding: 8px; background: var(--surface-2); }
.cart-line-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.cart-line-main { min-width: 0; }
.cart-line-top { display: flex; justify-content: space-between; gap: 10px; }
.cart-line-top h3 { margin-bottom: 5px; font-size: .88rem; line-height: 1.2; }
.cart-line-top strong { font-size: .74rem; white-space: nowrap; }
.cart-line-variant { margin-bottom: 13px; color: var(--muted); font-size: .64rem; }
.cart-line-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cart-qty { height: 34px; display: grid; grid-template-columns: 32px 28px 32px; align-items: center; border: 1px solid #cbd2d9; }
.cart-qty button { height: 100%; color: var(--text); background: #fff; border: 0; cursor: pointer; }
.cart-qty button:hover { background: var(--surface); }
.cart-qty span { text-align: center; font-size: .7rem; font-weight: 950; }
.cart-remove { padding: 4px 0; color: var(--muted); background: transparent; border: 0; font-size: .64rem; font-weight: 800; text-decoration: underline; cursor: pointer; }
.cart-remove:hover { color: var(--danger); }
.cart-empty { flex: 1; display: none; place-items: center; align-content: center; padding: 40px; text-align: center; }
.cart-empty.is-visible { display: grid; }
.cart-empty .empty-icon { margin-bottom: 20px; }
.cart-empty h3 { margin-bottom: 8px; font-size: 1.5rem; }
.cart-empty p { margin-bottom: 22px; color: var(--muted); }
.cart-footer { padding: 20px 24px 24px; background: #f3f5f6; border-top: 1px solid var(--line); }
.cart-footer.is-hidden { display: none; }
.cart-subtotal { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 6px; font-weight: 900; }
.cart-subtotal strong { font-size: 1.1rem; }
.cart-footer > p { margin-bottom: 15px; color: var(--muted); font-size: .64rem; }
.cart-footer .text-button { width: 100%; margin-top: 12px; font-size: .7rem; }
.toast-region { position: fixed; right: 22px; bottom: 22px; z-index: 500; display: grid; gap: 10px; pointer-events: none; }
.toast { min-width: 280px; max-width: 380px; display: flex; align-items: center; gap: 12px; padding: 14px 16px; color: #fff; background: var(--graphite); border-left: 3px solid var(--blue); box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(12px); transition: opacity 200ms var(--ease),transform 200ms var(--ease); }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.toast span { width: 22px; height: 22px; display: grid; place-items: center; flex: none; color: #fff; background: var(--blue); border-radius: 50%; font-size: .62rem; font-weight: 950; }
.toast p { margin: 0; font-size: .7rem; font-weight: 750; }

/* Footer */
.site-footer { padding: 0 0 22px; color: #bdc6cf; background: #07090c; }
.footer-topline { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #78838e; border-bottom: 1px solid #272d34; font-size: .6rem; font-weight: 900; letter-spacing: .16em; }
.footer-topline a { color: #aab4bf; text-decoration: none; letter-spacing: .02em; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 56px; padding-block: 54px; }
.brand-footer { color: #fff; }
.footer-intro > p { max-width: 360px; margin: 22px 0 0; color: #87929d; font-size: .78rem; }
.site-footer h2 { margin-bottom: 18px; color: #fff; font-size: .65rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-intro) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a, .footer-grid span { color: #919ca7; font-size: .78rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-contact span { display: grid; gap: 2px; }
.footer-contact small { color: #69747f; font-size: .6rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 20px; border-top: 1px solid #272d34; color: #68737e; font-size: .62rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { max-width: 760px; text-align: right; }

/* Motion */
.motion-ready .reveal { opacity: 0; transform: translateY(18px); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity 620ms var(--ease),transform 620ms var(--ease); }
.motion-ready .hero-visual.is-visible .hero-product-main { animation: hero-main-in 700ms var(--ease) both; }
.motion-ready .hero-visual.is-visible .hero-product-ball { animation: hero-side-in 620ms 80ms var(--ease) both; }
.motion-ready .hero-visual.is-visible .hero-product-shirt { animation: hero-side-in 620ms 140ms var(--ease) both; }
@keyframes hero-main-in { from { opacity: 0; transform: translateY(30px) scale(.96); } }
@keyframes hero-side-in { from { opacity: 0; transform: translateY(-20px) scale(.94); } }

@media (max-width: 1160px) {
  .header-inner { gap: 22px; }
  .primary-nav { gap: 32px; }
  .header-search { display: none; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 24px; }
  .hero-copy h1 { font-size: clamp(3.7rem,6vw,4.6rem); }
  .hero-visual { min-height: 540px; }
  .product-grid-featured .product-card { grid-column: span 4; }
  .product-grid-featured .product-card-lead { grid-column: span 8; }
  .product-grid-featured .product-card-wide { grid-column: span 8; }
  .product-detail-grid { grid-template-columns: minmax(0,1fr) 390px; }
  .checkout-layout { grid-template-columns: minmax(0,1fr) 360px; }
  .footer-grid { gap: 32px; }
}

@media (max-width: 920px) {
  .container { width: min(calc(100% - 32px),var(--container)); }
  .section { padding: 78px 0; }
  .announcement-inner > span:first-child { display: none; }
  .announcement-inner { justify-content: center; }
  .header-inner { min-height: 68px; grid-template-columns: auto 1fr auto; }
  .header-actions { align-self: center; }
  .menu-toggle { width: 42px; height: 42px; display: inline-grid; color: #fff; border: 1px solid #343c46; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 100%; width: 100%; max-height: calc(100dvh - 98px); display: grid; justify-self: stretch; justify-content: stretch; gap: 0; padding: 10px 16px 18px; overflow-y: auto; background: #0d1014; border-top: 1px solid #252b32; box-shadow: 0 18px 30px rgba(0,0,0,.28); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 200ms var(--ease),transform 200ms var(--ease),visibility 200ms var(--ease); }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a { width: 100%; min-height: 48px; display: flex; align-items: center; padding: 14px 12px; border-bottom: 1px solid #242a31; font-size: .88rem; }
  .primary-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 36px; }
  .hero-copy { padding: 34px 0 18px; }
  .hero-copy::before { left: -12px; top: 29px; }
  .hero-copy h1 { max-width: 780px; font-size: clamp(4rem,10.5vw,6.4rem); }
  .hero-visual { min-height: 500px; }
  .category-grid { grid-auto-rows: 260px; }
  .category-card:nth-child(1), .category-card:nth-child(4), .category-card:nth-child(5) { grid-column: span 7; grid-row: auto; }
  .category-card:nth-child(2), .category-card:nth-child(3) { grid-column: span 5; }
  .category-card:nth-child(1) { grid-row: span 2; }
  .product-grid, .product-grid-related { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-grid-featured { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-grid-featured .product-card, .product-grid-featured .product-card-lead, .product-grid-featured .product-card-wide { grid-column: auto; grid-row: auto; display: flex; }
  .product-grid-featured .product-card-lead .product-card-body { flex: 1; display: flex; align-content: normal; }
  .product-grid-featured .product-card-lead .product-card-footer { margin-top: auto; }
  .product-grid-featured .product-card-lead .product-card-media, .product-grid-featured .product-card-wide .product-card-media { min-height: 0; aspect-ratio: 1.08/1; }
  .editorial-banner { grid-template-columns: 1fr; }
  .editorial-images { min-height: 380px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 20px; }
  .benefit, .benefit:first-child, .benefit:last-child { padding: 0 0 20px; border-right: 0; border-bottom: 1px solid #303740; }
  .benefit:last-child { padding-bottom: 0; border-bottom: 0; }
  .catalog-hero-inner { min-height: 240px; grid-template-columns: 1fr .5fr; gap: 28px; }
  .catalog-mobile-tools { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
  .filter-open { min-height: 46px; }
  .filter-open svg { width: 18px; }
  .catalog-layout { display: block; }
  .toolbar-sort { display: none; }
  .catalog-toolbar { top: 68px; grid-template-columns: 1fr; }
  .results-count-desktop { display: none; }
  .filter-sort-group { display: block; }
  .filters-panel { position: fixed; top: 0; left: 0; z-index: 320; width: min(390px,92%); height: 100dvh; padding: 24px; overflow-y: auto; transform: translateX(-104%); transition: transform 300ms var(--ease); }
  .filters-panel.is-open { transform: translateX(0); }
  .filters-panel[aria-hidden="true"] { visibility: visible; }
  .filters-close, .filters-apply { display: inline-grid; }
  .filters-apply { margin-top: 20px; display: inline-flex; }
  .filter-overlay { display: block; }
  .product-detail-grid { grid-template-columns: 1fr; }
  .purchase-panel { position: static; }
  .gallery-main { min-height: 580px; }
  .checkout-intro > .container { grid-template-columns: 120px 1fr; }
  .checkout-progress { display: none; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; order: -1; }
  .contact-hero-grid, .contact-layout, .location-grid, .faq-grid { grid-template-columns: 1fr; }
  .contact-status { max-width: 310px; }
  .location-grid, .faq-grid { gap: 34px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-intro { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  .container, .product-detail-shell { width: min(calc(100% - 24px),var(--container)); }
  .section { padding: 56px 0; }
  .announcement-inner { min-height: 30px; font-size: .6rem; }
  .header-inner { min-height: 62px; gap: 7px; }
  .brand { min-height: 42px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy strong { font-size: .76rem; }
  .brand-copy small { font-size: .52rem; }
  .cart-trigger { width: 42px; height: 42px; min-height: 42px; padding: 0; justify-content: center; }
  .cart-trigger > span:not(.cart-count) { display: none; }
  .cart-trigger .cart-count { position: absolute; right: -6px; top: -6px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 32px; }
  .section-heading h2 { font-size: 2.7rem; }
  .hero-grid { gap: 20px; padding-top: 14px; }
  .hero-copy { padding: 24px 0 4px; }
  .hero-copy::before { top: 24px; height: 58px; }
  .hero-copy h1 { margin-bottom: 18px; font-size: clamp(3rem,12.6vw,4.2rem); line-height: .86; }
  .hero-lead { font-size: .84rem; }
  .hero-copy .button { width: 100%; }
  .hero-benefits { display: grid; gap: 7px; padding-top: 16px; margin-top: 18px; }
  .hero-benefits li { font-size: .72rem; }
  .hero-visual { min-height: 350px; }
  .hero-word { top: 42%; font-size: 6rem; }
  .stage-label { font-size: .44rem; }
  .stage-label-bottom { right: 14px; bottom: 12px; }
  .hero-product-main { left: 9%; right: 0; bottom: 7%; height: 62%; }
  .hero-product-ball { left: 1%; top: 12%; width: 34%; height: 31%; }
  .hero-product-shirt { right: 1%; top: 6%; width: 34%; height: 34%; }
  .hero-product figcaption { display: none; }
  .category-section { padding: 50px 0 54px; }
  .category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: auto; gap: 12px; }
  .category-card:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 182px; }
  .category-card:nth-child(1) { grid-column: 1/-1; min-height: 235px; }
  .category-card:nth-child(n) img { inset: 9% 8% 31%; width: 84%; height: 60%; }
  .category-card:nth-child(1) img { inset: 5% 5% 8% 30%; width: 66%; height: 84%; }
  .category-index { left: 12px; top: 12px; }
  .category-name { left: 12px; bottom: 12px; max-width: calc(100% - 54px); font-size: 1.08rem; line-height: 1.04; }
  .category-card:nth-child(1) .category-name { max-width: 42%; font-size: 1.65rem; }
  .category-arrow { right: 12px; bottom: 12px; width: 32px; height: 32px; }
  .bestsellers-section { padding: 54px 0 52px; }
  .product-grid, .product-grid-related, .product-grid-featured { grid-template-columns: 1fr; }
  .product-card-media { aspect-ratio: 1.22/1; }
  .product-grid-featured .product-card-lead .product-card-media, .product-grid-featured .product-card-wide .product-card-media { aspect-ratio: 1.22/1; }
  .editorial-section { padding: 0 0 64px; }
  .editorial-copy { padding: 38px 24px; }
  .editorial-copy h2 { font-size: 2.85rem; }
  .editorial-images { min-height: 290px; }
  .editorial-images::before { font-size: 5rem; }
  .catalog-hero-inner { min-height: 232px; display: block; padding: 28px 0; }
  .catalog-hero h1 { font-size: 2.68rem; }
  .catalog-intro-note { margin-top: 14px; }
  .catalog-section { padding-top: 34px; }
  .catalog-toolbar { margin-bottom: 12px; }
  .product-detail-shell { padding-top: 18px; }
  .breadcrumb { white-space: nowrap; overflow-x: auto; }
  .product-gallery { grid-template-columns: 1fr; }
  .gallery-thumbs { order: 2; flex-direction: row; overflow-x: auto; }
  .gallery-thumb { width: 72px; flex: none; }
  .gallery-main { min-height: 0; aspect-ratio: 1/1.03; }
  .gallery-main > img { width: 92%; height: 80%; }
  .gallery-word { font-size: 4.5rem; }
  .purchase-panel { padding: 24px 18px; }
  .purchase-panel h1 { font-size: 2.65rem; }
  .purchase-row { grid-template-columns: 124px minmax(0,1fr); }
  .product-specs { grid-template-columns: 1fr; }
  .spec-card { min-height: 88px; border-right: 0; border-bottom: 1px solid #323943; }
  .spec-card:last-child { border-bottom: 0; }
  .checkout-intro > .container { min-height: 190px; display: block; padding: 34px 0; }
  .checkout-intro .eyebrow { margin-bottom: 12px; }
  .checkout-intro h1 { font-size: 3rem; }
  .checkout-section { padding-top: 34px; }
  .form-section { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .choice-card { grid-template-columns: 20px 1fr; }
  .choice-card b { grid-column: 2; }
  .order-summary { padding: 24px 18px; }
  .checkout-empty, .order-success { min-height: 420px; padding: 38px 18px; }
  .demo-order-number { min-width: 0; width: 100%; }
  .contact-hero { min-height: 400px; }
  .contact-hero h1 { font-size: 3.45rem; }
  .contact-main-section { padding: 34px 0; }
  .contact-form-card, .contact-info-card { padding: 24px 18px; }
  .map-placeholder { min-height: 240px; }
  .faq-list summary { font-size: .76rem; }
  .footer-topline { min-height: 56px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 18px; padding-block: 42px; }
  .footer-intro { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
  .cart-line { grid-template-columns: 80px 1fr; }
  .cart-line-image { width: 80px; height: 90px; }
  .toast-region { left: 12px; right: 12px; bottom: 12px; }
  .toast { min-width: 0; max-width: none; }
}

@media (max-width: 400px) {
  .hero-copy h1 .hero-line { white-space: normal; }
}

/* Dedicated phone composition. Desktop rules above 920px remain untouched. */
@media (max-width: 640px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .container, .product-detail-shell { width: min(calc(100% - 24px),var(--container)); }
  .section { padding: 52px 0; }
  .eyebrow { margin-bottom: 9px; font-size: .62rem; }
  .section-heading { gap: 16px; margin-bottom: 24px; }
  .section-heading h2 { font-size: clamp(2.25rem,10.8vw,2.7rem); line-height: .94; }

  /* Compact sticky header */
  .announcement-inner { min-height: 24px; padding-block: 3px; font-size: .56rem; line-height: 1.2; text-align: center; }
  .header-inner { min-height: 58px; gap: 8px; }
  .brand { min-height: 44px; gap: 8px; }
  .brand-mark { width: 34px; height: 34px; font-size: 1rem; }
  .brand-copy strong { font-size: .72rem; }
  .brand-copy small { margin-top: 3px; font-size: .5rem; }
  .header-actions { gap: 8px; }
  .cart-trigger, .menu-toggle { width: 44px; height: 44px; min-height: 44px; }
  .cart-trigger .cart-count { right: 1px; top: -4px; min-width: 19px; height: 19px; padding: 0 4px; font-size: .56rem; }
  .primary-nav { max-height: calc(100dvh - 58px); padding: 6px 12px 14px; }
  .primary-nav a { min-height: 52px; padding: 14px 12px; font-size: .9rem; }
  .primary-nav a.is-active { color: #fff; background: #182a46; border-left: 3px solid var(--blue); }

  /* Homepage hero: copy, actions, product stage, then benefits */
  .hero-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 0; padding: 0 0 24px; }
  .hero-copy { display: contents; }
  .hero-copy::before { display: none; }
  .hero-copy > .eyebrow { order: 1; margin: 26px 0 9px; }
  .hero-copy h1 { order: 2; max-width: 100%; margin: 0 0 12px; font-size: clamp(2.8rem,13vw,4rem); line-height: .86; }
  .hero-copy h1 .hero-line { white-space: nowrap; }
  .hero-lead { order: 3; max-width: 34em; margin: 0 0 16px; font-size: .875rem; line-height: 1.5; }
  .hero-copy .button-row { order: 4; display: grid; gap: 4px; }
  .hero-copy .button-row .button-primary { width: 100%; min-height: 50px; }
  .hero-copy .button-row .button-ghost-light { width: max-content; min-height: 44px; justify-content: flex-start; padding: 0; border: 0; border-bottom: 1px solid #46515e; border-radius: 0; }
  .hero-visual { order: 5; width: 100%; height: clamp(280px,76vw,320px); min-height: 0; margin-top: 14px; }
  .hero-product { overflow: visible; background: transparent; border: 0; box-shadow: none; }
  .hero-product img { padding: 1%; }
  .hero-product-main { left: 8%; right: 1%; bottom: 3%; height: 67%; }
  .hero-product-ball { left: 1%; top: 6%; width: 34%; height: 34%; }
  .hero-product-shirt { right: 1%; top: 3%; width: 35%; height: 37%; }
  .hero-word { top: 43%; font-size: 5.5rem; }
  .performance-line { top: 57%; }
  .hero-benefits { order: 6; display: grid; gap: 0; padding: 10px 0 0; margin: 10px 0 0; }
  .hero-benefits li { min-height: 34px; padding: 7px 0; border-bottom: 1px solid #222a32; font-size: .7rem; }
  .hero-benefits li:last-child { border-bottom: 0; }

  /* Compact sections and category composition */
  .category-section { padding: 50px 0 54px; }
  .category-grid { gap: 10px; }
  .category-card:nth-child(n) { min-height: 174px; }
  .category-card:nth-child(1) { min-height: 228px; }
  .category-name { font-size: 1rem; }
  .category-card:nth-child(1) .category-name { font-size: 1.55rem; }
  .category-arrow { width: 30px; height: 30px; }

  /* Equal mobile shopping cards */
  .product-grid, .product-grid-related, .product-grid-featured { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .product-grid-featured .product-card, .product-grid-featured .product-card-lead, .product-grid-featured .product-card-wide { display: flex; grid-column: auto; grid-row: auto; }
  .product-grid-featured .product-card-lead .product-card-media, .product-grid-featured .product-card-wide .product-card-media,
  .product-card-media { min-height: 0; aspect-ratio: 1/1; }
  .product-card-media img, .product-grid-featured .product-card-lead .product-card-media img { padding: 7%; }
  .product-badge { left: 7px; top: 7px; padding: 5px 6px; font-size: .46rem; }
  .product-code { display: none; }
  .product-card-body, .product-grid-featured .product-card-lead .product-card-body { flex: 1; display: flex; align-content: normal; padding: 11px; }
  .product-meta { margin-bottom: 6px; font-size: .52rem; }
  .product-meta > span { display: none; }
  .product-name, .product-grid-featured .product-card-lead .product-name { min-height: 2.35em; display: -webkit-box; overflow: hidden; margin-bottom: 9px; font-size: .86rem; line-height: 1.18; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .product-card-footer, .product-grid-featured .product-card-lead .product-card-footer { align-items: center; padding-top: 8px; margin-top: auto; }
  .product-card-footer > span { display: none; }
  .product-price { font-size: .98rem; }
  .product-actions { display: flex; justify-content: flex-end; margin-top: 9px; }
  .product-actions .button-outline { display: none; }
  .product-actions .button-primary { width: 44px; height: 44px; min-height: 44px; flex: none; padding: 0; font-size: 0; }
  .product-actions .button-primary span { font-size: 1.25rem; }
  .product-card:hover { transform: none; }
  .product-card:hover .product-card-media img { transform: none; }
  .bestsellers-section { padding: 52px 0; }
  .bestsellers-section > .container { display: grid; }
  .bestsellers-section .section-heading { display: contents; }
  .bestsellers-section .section-heading > div { order: 1; margin-bottom: 24px; }
  .bestsellers-section .product-grid { order: 2; }
  .bestsellers-section .section-heading > .button { order: 3; width: 100%; margin-top: 22px; }
  .editorial-section { padding: 0 0 52px; }
  .editorial-banner { min-height: 0; }
  .editorial-copy { padding: 32px 20px; }
  .editorial-copy h2 { margin-bottom: 14px; font-size: 2.5rem; }
  .editorial-copy > p:not(.eyebrow) { margin-bottom: 20px; }
  .editorial-images { min-height: 250px; }
  .benefits-strip { padding: 28px 0; }
  .benefits-grid { gap: 14px; }
  .benefit, .benefit:first-child, .benefit:last-child { grid-template-columns: 30px 1fr; gap: 10px; padding-bottom: 14px; }
  .benefit h3 { margin-bottom: 4px; }

  /* Catalog controls and filter drawer */
  .catalog-hero-inner { min-height: 174px; padding: 24px 0; }
  .catalog-hero h1 { font-size: clamp(2.25rem,10vw,2.65rem); line-height: .93; }
  .catalog-intro-note { display: none; }
  .catalog-section { padding: 22px 0 52px; }
  .catalog-section > .container { display: flex; flex-direction: column; }
  .catalog-layout, .catalog-main { display: contents; }
  .catalog-toolbar { order: 1; top: 58px; padding: 8px 0; margin: 0 0 6px; }
  .catalog-search-wrap { height: 48px; }
  .catalog-search-wrap input { font-size: 16px; }
  .catalog-mobile-tools { order: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 14px; }
  .filter-open { width: 100%; min-height: 46px; }
  .mobile-sort { display: block; }
  .mobile-sort select { width: 100%; height: 46px; padding: 0 30px 0 11px; color: var(--text); background: #fff; border: 1px solid #bcc5ce; border-radius: var(--radius-xs); font-size: 16px; font-weight: 850; }
  .catalog-mobile-tools .results-count { grid-column: 1/-1; padding: 2px 1px 0; }
  .active-filter-row { order: 3; margin-bottom: 12px; }
  #products-list { order: 4; }
  .filters-panel { width: 94vw; max-width: 410px; padding: 20px 18px calc(20px + env(safe-area-inset-bottom)); }
  .filters-head { padding-bottom: 14px; }
  .filters-close { width: 44px; height: 44px; }
  .filter-group { padding: 16px 0; }
  .category-filter { min-height: 44px; }
  .filter-sort-group select { height: 48px; font-size: 16px; }
  .reset-filters { min-height: 44px; }
  .filters-apply { min-height: 50px; }

  /* Product detail and shared-state sticky purchase bar */
  .product-page-main { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .product-detail-shell { padding: 14px 0 36px; }
  .breadcrumb { padding-bottom: 14px; }
  .product-detail-grid { gap: 12px; }
  .product-gallery { display: flex; flex-direction: column; gap: 8px; }
  .gallery-main { order: 1; aspect-ratio: 1/1; }
  .gallery-thumbs { order: 2; gap: 8px; padding: 1px 1px 5px; scrollbar-width: thin; }
  .gallery-thumb { width: 66px; min-width: 66px; height: 66px; }
  .gallery-main > img { width: 90%; height: 82%; }
  .gallery-code, .gallery-main figcaption { font-size: .52rem; }
  .purchase-panel { padding: 18px; }
  .detail-heading { padding-bottom: 16px; }
  .detail-brand { margin-bottom: 7px; }
  .purchase-panel h1 { margin-bottom: 12px; font-size: clamp(2.2rem,10vw,2.65rem); line-height: .92; }
  .detail-price { font-size: 1.5rem; }
  .detail-description { margin: 16px 0; font-size: .875rem; line-height: 1.55; }
  .option-block { padding: 14px 0; }
  .color-choice { width: 54px; height: 54px; }
  .size-choice { min-width: 44px; height: 44px; }
  .purchase-row { grid-template-columns: 124px minmax(0,1fr); }
  .quantity-control { grid-template-columns: 44px minmax(32px, 1fr) 44px; min-width: 124px; }
  .quantity-control, .quantity-control button { min-height: 50px; }
  .detail-delivery { padding-top: 16px; margin-top: 16px; }
  .product-specs { margin-top: 0; }
  .spec-card { min-height: 74px; padding: 16px 18px; }
  .related-section { padding: 50px 0; }
  .mobile-purchase-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 190; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -12px 30px rgba(8,14,22,.14); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(100%); transition: opacity 220ms var(--ease), transform 260ms var(--ease), visibility 260ms var(--ease); }
  .mobile-purchase-bar.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .mobile-purchase-bar strong { flex: none; font-size: 1rem; }
  .mobile-purchase-bar .button { min-height: 48px; flex: 1; max-width: 240px; }

  /* Full-width phone cart */
  .cart-drawer { width: 100%; max-width: none; }
  .cart-drawer-head { min-height: 76px; padding: 12px 14px; }
  .drawer-close { width: 44px; height: 44px; }
  .cart-items { padding: 2px 14px; overscroll-behavior: contain; }
  .cart-line { grid-template-columns: 76px minmax(0,1fr); gap: 11px; padding: 14px 0; }
  .cart-line-image { width: 76px; height: 80px; padding: 5px; }
  .cart-line-top h3 { min-height: 2.35em; display: -webkit-box; overflow: hidden; font-size: .82rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .cart-line-variant { margin-bottom: 8px; }
  .cart-qty { height: 44px; grid-template-columns: 40px 30px 40px; }
  .cart-remove { min-height: 44px; padding: 8px 0; }
  .cart-footer { flex: none; padding: 14px 14px calc(14px + env(safe-area-inset-bottom)); }
  .cart-footer > p { margin-bottom: 10px; }
  .cart-footer .text-button { min-height: 44px; margin-top: 4px; }

  /* Checkout */
  .checkout-intro > .container { min-height: 148px; padding: 24px 0; }
  .checkout-intro .eyebrow { margin-bottom: 8px; }
  .checkout-intro h1 { font-size: clamp(2.25rem,10vw,2.7rem); line-height: .94; }
  .checkout-intro p { font-size: .875rem; }
  .checkout-section { padding: 24px 0 52px; }
  .checkout-layout { gap: 14px; }
  .order-summary { padding: 18px; }
  .checkout-items { gap: 10px; padding: 14px 0; }
  .form-section { padding: 18px; }
  .checkout-form { gap: 12px; }
  .form-section-head { gap: 10px; margin-bottom: 18px; }
  .form-grid { gap: 12px; }
  .field input, .field select, .field textarea { font-size: 16px; }
  .field textarea { min-height: 100px; }
  .choice-card { min-height: 64px; }
  .checkout-submit { min-height: 52px; }
  .checkout-empty, .order-success { min-height: 340px; padding: 30px 18px; }
  .checkout-empty h2, .order-success h2 { font-size: 2.35rem; }

  /* Contact */
  .contact-hero { min-height: 280px; }
  .contact-hero-grid { gap: 20px; padding: 34px 0; }
  .contact-hero h1 { margin-bottom: 12px; font-size: clamp(2.7rem,12vw,3.1rem); line-height: .9; }
  .contact-status { max-width: none; padding: 13px; }
  .contact-main-section { padding: 28px 0; }
  .contact-layout { gap: 12px; }
  .contact-form-card, .contact-info-card { padding: 20px 18px; }
  .contact-form-card .section-heading { margin-bottom: 18px; }
  .contact-form-card h2 { font-size: 2.35rem; }
  .contact-form .button { width: 100%; margin-top: 4px; }
  .contact-methods { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-method { grid-template-columns: 32px minmax(0,1fr); gap: 8px; padding: 10px 8px; }
  .contact-method > span { width: 32px; height: 32px; }
  .contact-method strong { font-size: .65rem; }
  .hours { padding-top: 16px; margin-top: 16px; }
  .location-section, .faq-section { padding: 48px 0; }
  .location-grid, .faq-grid { gap: 24px; }
  .location-copy h2, .faq-grid > div:first-child h2 { font-size: 2.45rem; }
  .map-placeholder { min-height: 190px; }
  .faq-list summary { min-height: 52px; padding: 13px 0; font-size: .76rem; }

  /* Shorter, scannable footer */
  .footer-topline { min-height: 48px; }
  .footer-grid { gap: 22px 16px; padding-block: 30px; }
  .footer-intro > p { margin-top: 14px; font-size: .75rem; }
  .site-footer h2 { margin-bottom: 8px; }
  .footer-grid > div:not(.footer-intro) { gap: 0; }
  .footer-grid a { min-height: 44px; display: flex; align-items: center; font-size: .875rem; }
  .footer-grid span { font-size: .78rem; }
  .footer-contact { grid-column: 1/-1; display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 16px !important; }
  .footer-contact h2 { grid-column: 1/-1; }
  .footer-bottom { gap: 10px; padding-top: 16px; font-size: .62rem; }

  /* Phone touch and input safeguards */
  button, select, input, textarea { touch-action: manipulation; }
  .search-clear, .size-choice, .gallery-thumb, .category-filter { min-width: 44px; min-height: 44px; }
}

@media (max-width: 349px) {
  .announcement-note { font-size: 0; }
  .announcement-note::after { content: "PORTFOLIO DEMO — NARUDŽBE NISU STVARNE"; font-size: .53rem; }
  .brand-copy strong { font-size: .68rem; }
  .brand-copy small { font-size: .46rem; }
  .header-actions { gap: 5px; }
  .hero-copy h1 { font-size: 2.72rem; }
  .category-grid, .product-grid, .product-grid-related, .product-grid-featured { grid-template-columns: 1fr; }
  .category-card:nth-child(1) { grid-column: auto; }
  .category-card:nth-child(n) { min-height: 178px; }
  .category-card:nth-child(1) { min-height: 218px; }
  .product-card-media, .product-grid-featured .product-card-lead .product-card-media, .product-grid-featured .product-card-wide .product-card-media { aspect-ratio: 1.28/1; }
  .product-card-body, .product-grid-featured .product-card-lead .product-card-body { padding: 13px; }
  .purchase-row { grid-template-columns: 1fr; }
  .purchase-row .quantity-control { width: 124px; }
  .purchase-row > .button { width: 100%; }
  .contact-methods, .footer-contact { grid-template-columns: 1fr; }
  .catalog-mobile-tools { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
  .hero-product-main, .hero-product-ball, .hero-product-shirt { --depth-x: 0px; --depth-y: 0px; }
}

/* Finalna korekcija: slika u kartici "Sportska odjeća" ne prekriva naslov. */
.category-card:nth-child(3) img {
  top: 4%;
  right: auto;
  bottom: auto;
  left: 14%;
  width: 72%;
  height: 63%;
}

@media (max-width: 640px) {
  .category-card:nth-child(3) img {
    top: 7%;
    right: auto;
    bottom: auto;
    left: 14%;
    width: 72%;
    height: 54%;
  }
}
