:root {
  --color-signal: #ffdb00;
  --color-ink: #111111;
  --color-paper: #ffffff;
  --color-warm: #fffefb;
  --color-panel: #f4f4f2;
  --color-line: #deded9;
  --color-steel: #818181;
  --color-muted: #616161;
  --color-link: #0159a3;
  --color-danger: #8b211a;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --space-8: 8px;
  --space-16: 16px;
  --space-24: 24px;
  --space-32: 32px;
  --space-40: 40px;
  --space-48: 48px;
  --space-64: 64px;
  --space-80: 80px;
  --space-120: 120px;
  --radius: 8px;
  --shell: min(1440px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-ink); background: var(--color-paper); font: 400 16px/1.57 var(--font-sans); letter-spacing: -.012em; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--color-link); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-160%); padding: 10px 14px; color: var(--color-paper); background: var(--color-ink); border-radius: var(--radius); }
.skip-link:focus { transform: none; }
.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; }
.section-shell { width: var(--shell); margin-inline: auto; }
.mobile-app-nav { display: none; }

.site-header { width: var(--shell); min-height: 80px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--color-line); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: var(--color-ink); text-decoration: none; font-weight: 700; }
.brand::before { content: none; }
.brand span { padding: 8px 10px; color: var(--color-ink); background: var(--color-signal); border-radius: var(--radius); font-size: 17px; letter-spacing: -.025em; }
.brand small { padding-left: 10px; border-left: 1px solid var(--color-line); color: var(--color-muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: var(--color-ink); text-decoration: none; font-size: 14px; }
.main-nav a:hover, .main-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; }
.header-action { justify-self: end; min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; color: var(--color-ink); background: var(--color-signal); border-radius: var(--radius); text-decoration: none; font-size: 13px; font-weight: 700; }
.header-action:hover { background: #e6c500; }

.eyebrow { margin: 0 0 14px; color: var(--color-muted); font-size: 13px; font-weight: 700; }
.eyebrow-light { color: #d7d7d2; }
.hero { padding: var(--space-40) 0 var(--space-80); display: grid; grid-template-columns: minmax(390px, .82fr) minmax(0, 1.18fr); grid-template-areas: "copy media"; gap: var(--space-24); align-items: stretch; }
.hero-copy { grid-area: copy; min-width: 0; min-height: 650px; display: flex; flex-direction: column; padding: var(--space-40); color: var(--color-paper); background: var(--color-ink); border-radius: var(--radius); }
.hero-copy .eyebrow { color: var(--color-signal); }
.hero h1, .catalog-head h1 { max-width: 11ch; margin: 0; font-size: clamp(40px, 4vw, 58px); line-height: 1.02; letter-spacing: -.029em; text-wrap: balance; font-weight: 700; }
.hero-intro { max-width: 42ch; margin: 20px 0 var(--space-24); color: #c9c9c4; line-height: 1.48; text-wrap: pretty; }
.hero-price-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 var(--space-24); border-top: 1px solid #464641; border-left: 1px solid #464641; }
.hero-price-proof a { min-width: 0; padding: 12px; border-right: 1px solid #464641; border-bottom: 1px solid #464641; color: var(--color-paper); text-decoration: none; }
.hero-price-proof span, .hero-price-proof strong { display: block; }
.hero-price-proof span { margin-bottom: 2px; color: #a9a9a4; font-size: 11px; }
.hero-price-proof strong { color: var(--color-signal); font-size: clamp(16px, 1.4vw, 20px); white-space: nowrap; }
.hero-price-proof a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.hero-actions { display: flex; align-items: center; gap: var(--space-24); }
.hero-shop-button { min-width: 210px; justify-content: space-between; }
.hero-calc-link { color: var(--color-paper); font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.trust-row { display: grid; gap: 0; margin: auto 0 0; }
.trust-row div { display: grid; grid-template-columns: 115px 1fr; align-items: baseline; padding: 9px 0; border-top: 1px solid #464641; }
.trust-row dt { color: var(--color-signal); font-weight: 700; }
.trust-row dd { margin: 0; color: #c9c9c4; font-size: 12px; }
.hero-showcase { position: relative; grid-area: media; min-width: 0; min-height: 650px; }
.hero-product { position: absolute; inset: 0; display: block; color: var(--color-paper); background: #e8e4dc; border-radius: var(--radius); overflow: hidden; text-decoration: none; }
.hero-product-image { height: 100%; min-height: 650px; display: grid; place-items: center; overflow: hidden; }
.hero-product-image img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; transition: transform .2s ease; animation: hero-reveal .32s ease both; }
.hero-product--cutout .hero-product-image { padding: 70px 60px 150px; background: var(--hero-slide-bg, #e8e4dc); }
.hero-product--cutout .hero-product-image img { min-height: 0; object-fit: contain; }
.hero-product:hover img { transform: scale(1.015); }
.hero-product-caption { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; padding: 24px; color: var(--color-ink); background: var(--color-signal); }
.hero-product-caption span { grid-column: 1 / -1; font-size: 12px; font-weight: 700; }
.hero-product-caption strong, .hero-product-caption b { font-weight: 700; }
.hero-product-caption strong { font-size: 34px; line-height: 1.08; letter-spacing: -.027em; }
.hero-product-caption b { align-self: end; font-size: 20px; }
.hero-slider-controls { position: absolute; z-index: 3; top: 18px; right: 18px; display: flex; align-items: center; gap: 12px; padding: 7px; background: rgba(255,255,255,.94); border: 1px solid rgba(17,17,17,.2); border-radius: 999px; }
.hero-slider-dots { display: flex; gap: 5px; padding-left: 5px; }
.hero-slider-dots button { width: 8px; height: 8px; padding: 0; background: #b4b4ae; border: 0; border-radius: 50%; cursor: pointer; }
.hero-slider-dots button[aria-pressed="true"] { width: 22px; background: var(--color-ink); border-radius: 999px; }
.hero-slider-arrows { display: flex; gap: 5px; }
.hero-slider-arrows button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; color: var(--color-paper); background: var(--color-ink); border: 0; border-radius: 50%; cursor: pointer; }
.hero-slider-arrows button:hover { background: #343434; }
@keyframes hero-reveal { from { opacity: .25; transform: scale(1.01); } to { opacity: 1; transform: scale(1); } }

.button { min-height: 48px; display: inline-flex; justify-content: center; align-items: center; padding: 0 20px; color: var(--color-ink); background: var(--color-signal); border: 0; border-radius: var(--radius); cursor: pointer; text-decoration: none; font-weight: 700; }
.button:hover { background: #e6c500; }
.button-primary, .button-accent { color: var(--color-ink); background: var(--color-signal); }
.button-secondary { background: var(--color-paper); border: 1px solid var(--color-ink); }
.button-secondary:hover { color: var(--color-paper); background: var(--color-ink); }

.category-section, .featured-section, .advice-section { padding: var(--space-80) 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: var(--space-32); }
.section-heading h2, .advice-intro h2, .kitchen-copy h2, .product-lead h2 { max-width: 19ch; margin: 0; font-size: clamp(32px, 3vw, 46px); line-height: 1.07; letter-spacing: -.027em; text-wrap: balance; font-weight: 700; }
.text-link { color: var(--color-link); font-weight: 700; }
.section-note { max-width: 330px; margin: 0; color: var(--color-muted); text-align: right; font-size: 14px; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-16); }
.category-tile { min-height: 144px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: var(--space-24); padding: var(--space-24); background: var(--color-panel); border-radius: var(--radius); text-decoration: none; }
.category-tile:hover { background: var(--color-signal); }
.category-tile span { grid-column: 1 / -1; color: var(--color-muted); font-size: 13px; }
.category-tile strong { align-self: end; font-size: 20px; line-height: 1.2; font-weight: 700; }
.category-tile b { width: 36px; height: 36px; display: grid; place-items: center; align-self: end; color: var(--color-paper); background: var(--color-ink); border-radius: 50%; font-size: 18px; font-weight: 400; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-32) var(--space-16); }
.featured-section .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-24); }
.featured-section .product-card { position: relative; min-height: 430px; }
.featured-section .product-card-media { aspect-ratio: 3 / 2; }
.featured-section .product-card-body { padding: var(--space-16) 2px var(--space-8); }
.featured-section .product-card h3 { min-height: auto; font-size: 20px; }
.product-card { min-width: 0; }
.product-card a { text-decoration: none; }
.product-card-main { display: block; }
.product-card-media { position: relative; aspect-ratio: 1 / .88; display: grid; place-items: center; overflow: hidden; background: #f4f3f0; border-radius: var(--radius); }
.product-card-media img { position: absolute; inset: 0; display: block; margin: auto; object-fit: contain; object-position: center; transition: transform .2s ease; }
.product-card-media img.media-quality-high { width: 92%; height: 92%; }
.product-card-media img.media-quality-medium { width: 80%; height: 80%; }
.product-card-media img.media-quality-low { width: 66%; height: 66%; max-width: 66%; max-height: 66%; }
.product-card:hover .product-card-media img { transform: scale(1.02); }
.stock-badge { position: absolute; z-index: 1; left: 10px; top: 10px; padding: 5px 8px; color: var(--color-ink); background: rgba(255,255,255,.94); border-radius: var(--radius); font-size: 11px; }
.product-card-body { padding: 12px 2px 0; }
.product-card-category { margin: 0 0 4px; color: var(--color-muted); font-size: 13px; }
.product-card h3 { display: -webkit-box; min-height: 48px; margin: 0; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 18px; line-height: 1.25; font-weight: 700; }
.product-card-price { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; margin-top: 12px; }
.product-card-price strong { font-size: 20px; font-weight: 700; }
.product-card-price a { color: var(--color-link); font-size: 13px; font-weight: 700; }
.selection-add { width: 100%; min-height: 44px; margin-top: 12px; padding: 8px 12px; color: var(--color-ink); background: var(--color-paper); border: 1px solid var(--color-ink); border-radius: var(--radius); cursor: pointer; font-size: 13px; font-weight: 700; }
.selection-add:hover, .selection-add[aria-pressed="true"] { background: var(--color-signal); }

.kitchen-benefits-section { padding: var(--space-80) 0; color: var(--color-paper); background: var(--color-ink); }
.kitchen-benefits-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: var(--space-80); align-items: start; }
.kitchen-benefits-intro { position: sticky; top: var(--space-24); }
.kitchen-benefits-intro .eyebrow { color: var(--color-signal); }
.kitchen-benefits-intro h2 { max-width: 13ch; margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.02; letter-spacing: -.03em; text-wrap: balance; }
.kitchen-benefits-intro > p:not(.eyebrow) { max-width: 530px; margin: var(--space-24) 0 0; color: #c8c8c2; font-size: 17px; }
.kitchen-benefits-actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-24); margin-top: var(--space-32); }
.kitchen-benefits-link { min-height: 48px; display: inline-flex; align-items: center; color: var(--color-signal); font-weight: 700; text-underline-offset: 4px; }
.kitchen-benefits-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #474742; }
.kitchen-benefits-list li { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: var(--space-24); padding: var(--space-24) 0; border-bottom: 1px solid #474742; }
.kitchen-benefits-list li > span { padding-top: 5px; color: var(--color-signal); font-size: 12px; font-weight: 700; }
.kitchen-benefits-list h3 { margin: 0 0 6px; font-size: clamp(22px, 2vw, 29px); line-height: 1.15; letter-spacing: -.022em; }
.kitchen-benefits-list p { max-width: 660px; margin: 0; color: #bdbdb7; font-size: 15px; }

.stories-section { padding: var(--space-80) 0 var(--space-120); }
.story-heading { max-width: 820px; }
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-24); }
.story-card { position: relative; min-height: 680px; overflow: hidden; border-radius: var(--radius); }
.story-card-map { background: #f5e8df; }
.story-card-map > img { width: 100%; height: 100%; max-height: 590px; object-fit: contain; padding: 30px 60px 90px; }
.story-card-memory { background: var(--color-paper); }
.memory-shape { position: absolute; inset: 0 4% 8%; background: #279342; border-radius: 28% 40% 32% 45% / 24% 32% 40% 34%; }
.memory-photo { position: absolute; z-index: 1; left: 50%; top: 10%; width: 48%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; transform: translateX(-50%); }
.memory-year { position: absolute; z-index: 1; left: 50%; top: 46%; transform: translateX(-50%); color: rgba(0,78,36,.52); font-size: clamp(86px, 10vw, 150px); line-height: 1; letter-spacing: -.05em; }
.story-caption { position: absolute; z-index: 2; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 100px var(--space-24) var(--space-24); background: linear-gradient(to bottom, transparent, rgba(255,255,255,.96) 58%); }
.story-card-memory .story-caption { background: linear-gradient(to bottom, transparent, rgba(39,147,66,.96) 58%); }
.story-caption span { font-size: 13px; }
.story-caption h3 { max-width: 18ch; margin: 4px 0 0; font-size: clamp(27px, 2.5vw, 34px); line-height: 1.1; letter-spacing: -.024em; text-wrap: balance; font-weight: 700; }
.story-caption a { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; color: var(--color-paper); background: var(--color-ink); border-radius: 50%; text-decoration: none; font-size: 22px; }

.kitchen-section { padding: var(--space-80) 0; background: var(--color-panel); }
.kitchen-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 500px); gap: var(--space-80); align-items: start; }
.kitchen-copy { padding-top: var(--space-24); }
.kitchen-copy > p:not(.eyebrow) { max-width: 650px; color: var(--color-muted); font-size: 18px; }
.steps { margin: var(--space-40) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--color-line); }
.steps li { padding: 14px 0; border-bottom: 1px solid var(--color-line); }
.steps strong { display: inline-block; width: 34px; }
.lead-card { padding: var(--space-32); color: var(--color-ink); background: var(--color-signal); border-radius: var(--radius); }
.lead-card h3 { margin: 0 0 27px; font-size: 24px; line-height: 1.2; font-weight: 700; }
fieldset { margin: 0 0 26px; padding: 0; border: 0; }
legend, .field-label { display: block; margin-bottom: 9px; font-size: 14px; font-weight: 700; }
.choice-row { display: flex; flex-wrap: wrap; gap: 7px; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; background: var(--color-warm); border: 1px solid var(--color-ink); border-radius: var(--radius); }
.choice-row input:checked + span { color: var(--color-paper); background: var(--color-ink); }
.choice-row input:focus-visible + span { outline: 3px solid var(--color-link); outline-offset: 2px; }
.range-line { display: grid; grid-template-columns: 1fr 66px; align-items: center; gap: 14px; margin-bottom: var(--space-24); }
.range-line input { width: 100%; accent-color: var(--color-ink); }
.range-line output { font-weight: 700; text-align: right; }
.text-input { width: 100%; min-height: 50px; padding: 0 13px; color: var(--color-ink); background: var(--color-paper); border: 1px solid var(--color-ink); border-radius: var(--radius); }
textarea.text-input { min-height: 92px; padding-block: 11px; resize: vertical; }
.text-input[aria-invalid="true"] { border: 2px solid var(--color-danger); }
.field-label span { color: var(--color-muted); font-size: 12px; font-weight: 400; }
.file-field { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 16px 0 4px; padding: 10px 12px; background: rgba(255,255,255,.62); border: 1px dashed var(--color-ink); border-radius: var(--radius); cursor: pointer; font-size: 13px; font-weight: 700; }
.file-field small { display: block; color: var(--color-muted); font-size: 11px; font-weight: 400; }
.file-field input { max-width: 210px; font-size: 12px; }
.field-hint { color: #363731; font-size: 12px; }
.form-consents { display: grid; gap: 9px; margin: 14px 0 3px; }
.consent-check { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 9px; align-items: start; color: #363731; font-size: 12px; line-height: 1.45; cursor: pointer; }
.consent-check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--color-ink); }
.consent-check a { font-weight: 700; text-underline-offset: 2px; }
.consent-check-optional { opacity: .82; }
.consent-check input[aria-invalid="true"] { outline: 2px solid var(--color-danger); outline-offset: 2px; }
.product-lead .consent-check { color: #d6d6d1; }
.form-error { min-height: 20px; margin: 6px 0; color: var(--color-danger); font-size: 13px; font-weight: 700; }
.form-status { min-height: 20px; margin-bottom: 0; color: #174e2b; font-size: 13px; font-weight: 700; }
.lead-card .button-accent { color: var(--color-paper); background: var(--color-ink); }
.lead-card .button-accent:hover { background: #2d2d2d; }
.button:disabled { opacity: .64; cursor: wait; }

.lead-dialog { width: min(1060px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; overflow: auto; color: var(--color-ink); background: var(--color-paper); border: 0; border-radius: 12px; box-shadow: 0 24px 90px rgba(0,0,0,.34); }
.lead-dialog::backdrop { background: rgba(0,0,0,.7); }
.lead-dialog-layout { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 610px; }
.lead-dialog-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: var(--space-48); color: var(--color-paper); background: var(--color-ink); }
.lead-dialog-copy .eyebrow { color: var(--color-signal); }
.lead-dialog-copy h2 { max-width: 11ch; margin: 0; font-size: clamp(36px, 4.2vw, 52px); line-height: 1.02; letter-spacing: -.032em; text-wrap: balance; }
.lead-dialog-copy p:not(.eyebrow) { max-width: 470px; margin: var(--space-24) 0; color: #c7c7c2; }
.lead-dialog-copy a { width: fit-content; color: var(--color-signal); font-weight: 700; }
.lead-dialog-form { position: relative; padding: var(--space-48); }
.dialog-close { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; background: var(--color-panel); border: 0; border-radius: 50%; cursor: pointer; font-size: 28px; line-height: 1; }
.dialog-fields-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-dialog-form > .field-label { margin-top: 13px; }
.lead-dialog-form .button { width: 100%; }
.honeypot { position: fixed; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.selection-trigger { position: fixed; z-index: 30; right: 24px; bottom: 24px; min-height: 54px; display: inline-flex; align-items: center; gap: 14px; padding: 0 10px 0 18px; color: var(--color-ink); background: var(--color-signal); border: 2px solid var(--color-ink); border-radius: 999px; box-shadow: 0 12px 34px rgba(0,0,0,.22); cursor: pointer; font-weight: 700; }
.selection-trigger[hidden] { display: none; }
.selection-trigger b { min-width: 34px; height: 34px; display: grid; place-items: center; color: var(--color-paper); background: var(--color-ink); border-radius: 50%; font-size: 13px; }
.selection-dialog { width: min(820px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; overflow: auto; color: var(--color-ink); background: var(--color-paper); border: 0; border-radius: 12px; box-shadow: 0 24px 90px rgba(0,0,0,.34); }
.selection-dialog::backdrop { background: rgba(0,0,0,.7); }
.selection-dialog-head { position: sticky; z-index: 2; top: 0; display: flex; align-items: start; justify-content: space-between; gap: var(--space-24); padding: var(--space-24) var(--space-32); color: var(--color-paper); background: var(--color-ink); }
.selection-dialog-head .eyebrow { margin-bottom: 5px; color: var(--color-signal); }
.selection-dialog-head h2 { margin: 0; font-size: 34px; line-height: 1.05; letter-spacing: -.025em; }
.selection-close { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; padding: 0; color: var(--color-paper); background: #292929; border: 1px solid #555; border-radius: 50%; cursor: pointer; font-size: 28px; line-height: 1; }
.selection-dialog-body { padding: var(--space-32); }
.selection-explanation { max-width: 680px; margin: 0 0 var(--space-24); color: var(--color-muted); }
.selection-empty { padding: var(--space-32); text-align: center; background: var(--color-panel); border-radius: var(--radius); }
.selection-empty p { margin: 0 0 8px; font-weight: 700; }
.selection-empty a { color: var(--color-link); font-weight: 700; }
.selection-items { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--color-line); }
.selection-item { display: grid; grid-template-columns: 80px minmax(0, 1fr) auto 44px; gap: var(--space-16); align-items: center; padding: 12px 0; border-bottom: 1px solid var(--color-line); }
.selection-item-image { width: 80px; height: 68px; display: grid; place-items: center; overflow: hidden; background: var(--color-panel); border-radius: var(--radius); }
.selection-item-image img { width: 100%; height: 100%; object-fit: contain; }
.selection-item strong, .selection-item span { display: block; }
.selection-item strong { line-height: 1.25; }
.selection-item span { margin-top: 4px; color: var(--color-muted); font-size: 13px; }
.selection-item > b { white-space: nowrap; font-size: 17px; }
.selection-item-details { min-width: 0; overflow-wrap: anywhere; }
.selection-item-details a { color: inherit; text-decoration: none; }
.selection-item-details a:hover { text-decoration: underline; }
.selection-item-order { display: grid; justify-items: end; gap: 8px; }
.selection-item-order > b { font-size: 17px; white-space: nowrap; }
.selection-quantity { display: flex; align-items: center; border: 1px solid var(--color-line); border-radius: var(--radius); overflow: hidden; }
.selection-quantity button { min-width: 44px; min-height: 44px; border: 0; background: var(--color-panel); color: var(--color-ink); font: inherit; font-size: 22px; cursor: pointer; }
.selection-quantity output { min-width: 32px; text-align: center; font-weight: 700; }
.selection-quantity button:disabled { color: var(--color-muted); cursor: default; }
.selection-quantity button:focus-visible { outline: 2px solid var(--color-ink); outline-offset: -3px; }
#selection-persistence { font-size: 14px; padding: 12px; background: var(--color-panel); }
.selection-item > button { width: 44px; height: 44px; padding: 0; color: var(--color-muted); background: var(--color-paper); border: 1px solid var(--color-line); border-radius: 50%; cursor: pointer; font-size: 24px; }
.selection-item > button:hover { color: var(--color-paper); background: var(--color-danger); border-color: var(--color-danger); }
.selection-summary { display: grid; grid-template-columns: 1fr auto; gap: 2px var(--space-24); padding: 18px 0 var(--space-24); }
.selection-summary[hidden], .selection-empty[hidden], .selection-items[hidden] { display: none; }
.selection-summary span { color: var(--color-muted); }
.selection-summary strong { font-size: 24px; line-height: 1.1; }
.selection-summary small { grid-column: 1 / -1; color: var(--color-muted); }
.selection-form { padding: var(--space-24); background: var(--color-signal); border-radius: var(--radius); }
.selection-form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-16); }
.selection-form .field-label { margin-bottom: 14px; }
.selection-form .text-input { display: block; margin-top: 7px; background: var(--color-paper); }
.selection-form .button { width: 100%; color: var(--color-paper); background: var(--color-ink); }
.selection-form .button:hover { background: #2d2d2d; }

.advice-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: var(--space-80); }
.advice-intro > p:last-child { max-width: 450px; color: var(--color-muted); font-size: 17px; }
.advice-list { display: grid; gap: var(--space-16); }
.advice-list article { padding: var(--space-24); background: var(--color-panel); border-radius: var(--radius); }
.advice-list h3 { margin: 0 0 7px; font-size: 22px; font-weight: 700; }
.advice-list p { max-width: 650px; margin: 0 0 14px; color: var(--color-muted); }
.advice-list a { color: var(--color-link); font-size: 14px; font-weight: 700; }
.delivery-strip { padding: var(--space-64) 0; color: var(--color-paper); background: var(--color-ink); }
.delivery-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.delivery-grid > div { padding: 8px 36px; border-left: 1px solid #444; }
.delivery-grid > div:first-child { padding-left: 0; border-left: 0; }
.delivery-grid strong { display: block; font-size: 20px; font-weight: 700; }
.delivery-grid p { max-width: 360px; margin: 7px 0 0; color: #c4c4bf; font-size: 14px; }
.site-footer { min-height: 260px; display: grid; grid-template-columns: minmax(220px, 1fr) auto auto minmax(180px, 1fr); gap: 48px; align-items: start; padding-top: var(--space-64); }
.site-footer p { color: var(--color-muted); font-size: 14px; }
.site-footer nav { display: flex; flex-direction: column; gap: 10px; }
.site-footer nav a { color: var(--color-link); font-size: 14px; font-weight: 700; }
.footer-cookie-button { width: fit-content; padding: 0; color: var(--color-link); background: transparent; border: 0; cursor: pointer; font-size: 14px; font-weight: 700; text-align: left; }
.footer-cookie-button:hover { text-decoration: underline; text-underline-offset: 3px; }
.site-footer > div:last-child { justify-self: end; text-align: right; }
.brand-footer { margin-bottom: 16px; }

.legal-main { padding: var(--space-64) 0 var(--space-120); }
.legal-header { max-width: 920px; padding: var(--space-24) 0 var(--space-48); border-bottom: 1px solid var(--color-line); }
.legal-header h1 { max-width: 16ch; margin: 0; font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: -.045em; }
.legal-header > p:last-child { max-width: 760px; margin: var(--space-24) 0 0; color: var(--color-muted); font-size: 18px; }
.legal-layout { display: grid; grid-template-columns: minmax(210px, .32fr) minmax(0, 1fr); gap: var(--space-80); padding-top: var(--space-48); }
.legal-nav { position: sticky; top: 24px; align-self: start; display: grid; gap: 6px; }
.legal-nav a { padding: 9px 11px; color: var(--color-link); border-radius: var(--radius); font-size: 14px; font-weight: 700; text-decoration: none; }
.legal-nav a[aria-current="page"] { color: var(--color-ink); background: var(--color-signal); }
.legal-content { max-width: 900px; }
.legal-content section { padding: 0 0 var(--space-40); }
.legal-content h2 { margin: 0 0 14px; font-size: clamp(25px, 3vw, 34px); line-height: 1.12; letter-spacing: -.025em; }
.legal-content h3 { margin: var(--space-24) 0 8px; font-size: 19px; }
.legal-content p, .legal-content li { color: #343434; }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content li + li { margin-top: 7px; }
.legal-callout { padding: var(--space-24); background: var(--color-panel); border-left: 5px solid var(--color-signal); border-radius: var(--radius); }
.legal-details { width: 100%; border-collapse: collapse; }
.legal-details th, .legal-details td { padding: 13px 0; border-bottom: 1px solid var(--color-line); text-align: left; vertical-align: top; }
.legal-details th { width: 34%; padding-right: 24px; color: var(--color-muted); font-size: 13px; }

.cookie-banner { position: fixed; z-index: 80; right: 24px; bottom: 24px; width: min(520px, calc(100vw - 48px)); padding: 22px; color: var(--color-paper); background: var(--color-ink); border: 1px solid #3f3f3f; border-radius: 12px; box-shadow: 0 18px 60px rgba(0,0,0,.34); }
.cookie-banner h2 { margin: 0 0 8px; font-size: 21px; }
.cookie-banner p { margin: 0; color: #d0d0ca; font-size: 13px; }
.cookie-banner a { color: var(--color-signal); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 17px; }
.cookie-actions button { min-height: 42px; padding: 0 15px; border: 1px solid var(--color-signal); border-radius: var(--radius); cursor: pointer; font-size: 13px; font-weight: 700; }
.cookie-accept { color: var(--color-ink); background: var(--color-signal); }
.cookie-decline { color: var(--color-paper); background: transparent; }

.catalog-main { padding: var(--space-64) 0 var(--space-120); }
.catalog-head { max-width: 900px; padding: var(--space-24) 0 var(--space-64); }
.catalog-head h1 { max-width: 14ch; font-size: clamp(40px, 4.5vw, 58px); }
.catalog-head > p:last-child { max-width: 690px; margin: var(--space-24) 0 0; color: var(--color-muted); }
.catalog-toolbar { position: sticky; top: 0; z-index: 8; display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 14px 0; background: var(--color-paper); border-block: 1px solid var(--color-line); }
.search-field { position: relative; max-width: 560px; }
.search-field input { width: 100%; min-height: 48px; padding: 0 44px 0 14px; color: var(--color-ink); background: var(--color-paper); border: 1px solid var(--color-ink); border-radius: var(--radius); }
.search-field > span:last-child { position: absolute; right: 15px; top: 9px; font-size: 21px; }
.sort-field { display: flex; align-items: center; gap: 10px; color: var(--color-muted); font-size: 14px; }
.sort-field select { min-height: 48px; padding: 0 34px 0 12px; color: var(--color-ink); background: var(--color-paper); border: 1px solid var(--color-ink); border-radius: var(--radius); }
.catalog-layout { display: grid; grid-template-columns: 1fr; gap: var(--space-40); padding-top: var(--space-32); }
.filter-panel { position: static; align-self: start; padding-bottom: var(--space-24); border-bottom: 1px solid var(--color-line); overflow-x: auto; }
.filter-title { margin-bottom: 12px; font-size: 14px; font-weight: 700; }
#category-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.category-filter { min-height: 44px; display: flex; align-items: center; gap: 10px; padding: 0 14px; color: var(--color-ink); background: var(--color-warm); border: 1px solid var(--color-ink); border-radius: var(--radius); cursor: pointer; text-align: left; }
.category-filter:hover, .category-filter[aria-pressed="true"] { background: var(--color-signal); }
.category-filter span:last-child { color: var(--color-muted); font-size: 12px; }
.results-line { display: flex; justify-content: space-between; align-items: end; margin-bottom: var(--space-24); }
.results-line h2 { margin: 0; font-size: 30px; line-height: 1.2; font-weight: 700; }
.results-line span { color: var(--color-muted); font-size: 14px; }
.catalog-results .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.load-more { margin: var(--space-40) auto 0; }
.empty-state { padding: var(--space-80) var(--space-24); text-align: center; background: var(--color-panel); border-radius: var(--radius); }
.empty-state h3 { margin: 0 0 8px; font-size: 28px; }

.product-main { padding: var(--space-32) 0 var(--space-120); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: var(--space-24); color: var(--color-muted); font-size: 13px; }
.breadcrumbs a { color: var(--color-link); }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr); gap: var(--space-48); align-items: start; }
.product-gallery-shell { position: sticky; top: 18px; min-width: 0; }
.product-gallery { min-height: 590px; display: grid; place-items: center; background: var(--color-panel); border-radius: var(--radius); overflow: hidden; }
.product-gallery img { display: block; width: auto; height: auto; object-fit: contain; object-position: center; }
.product-gallery img.media-quality-high { width: 90%; height: 90%; max-height: 610px; }
.product-gallery img.media-quality-medium { width: 80%; height: 80%; max-height: 540px; }
.product-gallery img.media-quality-low { width: 68%; height: 68%; max-width: 68%; max-height: 450px; }
.gallery-thumbs { display: flex; gap: 8px; margin-top: 9px; overflow-x: auto; }
.gallery-thumb { flex: 0 0 76px; width: 76px; height: 64px; padding: 0; background: var(--color-panel); border: 1px solid var(--color-line); border-radius: var(--radius); cursor: pointer; }
.gallery-thumb[aria-pressed="true"] { border: 3px solid var(--color-ink); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-info { padding: 10px 0; }
.product-info h1 { max-width: 18ch; margin: 0; font-size: clamp(36px, 3.8vw, 51px); line-height: 1.06; letter-spacing: -.027em; text-wrap: balance; font-weight: 700; }
.product-description { margin: 20px 0 var(--space-24); color: var(--color-muted); }
.product-price-panel { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 var(--space-24); background: var(--color-panel); border-radius: var(--radius); overflow: hidden; }
.product-price-panel > div { padding: 18px; }
.product-price-panel > div + div { border-left: 1px solid var(--color-line); }
.product-price-panel span, .product-price-panel strong { display: block; }
.product-price-panel span { margin-bottom: 4px; color: var(--color-muted); font-size: 13px; }
.product-price-panel strong { font-size: 26px; font-weight: 700; }
.product-trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: -9px 0 var(--space-24); border-top: 1px solid var(--color-line); border-left: 1px solid var(--color-line); }
.product-trust-row div { min-width: 0; padding: 11px 12px; border-right: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.product-trust-row strong, .product-trust-row span { display: block; }
.product-trust-row strong { margin-bottom: 3px; font-size: 13px; }
.product-trust-row span { color: var(--color-muted); font-size: 11px; line-height: 1.3; }
.variant-fieldset { margin-top: 7px; }
.variant-fieldset legend { font-size: 17px; }
.variant-help { max-width: 68ch; margin: 9px 0 14px; padding: 13px 15px; color: var(--color-ink); background: #fff7c7; border-left: 3px solid var(--color-signal); font-size: 13px; line-height: 1.45; }
.variant-help strong, .variant-help span { display: block; }
.variant-help strong { margin-bottom: 3px; font-size: 14px; }
.variant-list { display: flex; flex-wrap: wrap; gap: 8px; }
.variant-button { min-height: 44px; padding: 7px 13px; color: var(--color-ink); background: var(--color-paper); border: 1px solid var(--color-ink); border-radius: var(--radius); cursor: pointer; font-size: 14px; text-align: left; }
.variant-button[aria-pressed="true"] { background: var(--color-signal); border-color: var(--color-ink); font-weight: 700; }
.variant-button:disabled { color: #73746f; background: #e0e0dc; border-color: #a8a8a2; cursor: not-allowed; text-decoration: line-through; }
.variant-detail { min-height: 21px; margin: 12px 0; color: var(--color-muted); font-size: 13px; }
.product-cta { margin-top: 17px; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 17px; }
.product-actions .product-cta { margin-top: 0; }
.product-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin: var(--space-32) 0 0; }
.product-facts div { padding: 14px 0; border-top: 1px solid var(--color-line); }
.product-facts div:nth-child(even) { padding-left: 18px; }
.product-facts span, .product-facts strong { display: block; }
.product-facts span { color: var(--color-muted); font-size: 12px; }
.product-facts strong { margin-top: 3px; font-size: 14px; font-weight: 700; }
.product-benefits { margin-top: var(--space-64); padding: var(--space-40); display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); gap: var(--space-48); background: var(--color-warm); border-radius: var(--radius); }
.product-benefits-intro h2 { max-width: 12ch; margin: 0; font-size: clamp(29px, 3vw, 42px); line-height: 1.04; letter-spacing: -.026em; text-wrap: balance; }
.product-benefits-intro > p:last-child { max-width: 36ch; margin: 16px 0 0; color: var(--color-muted); font-size: 14px; }
.product-benefits-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--color-line); border-left: 1px solid var(--color-line); }
.product-benefits-list article { min-width: 0; padding: 18px; border-right: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.product-benefits-list span { display: block; margin-bottom: 16px; color: var(--color-muted); font-size: 11px; font-weight: 700; }
.product-benefits-list h3 { margin: 0 0 7px; font-size: 18px; line-height: 1.15; }
.product-benefits-list p { margin: 0; color: var(--color-muted); font-size: 13px; line-height: 1.45; }
.product-lead { margin-top: var(--space-80); padding: var(--space-48); display: grid; grid-template-columns: 1fr 420px; gap: var(--space-64); color: var(--color-paper); background: var(--color-ink); border-radius: var(--radius); }
.product-lead > div > p:last-child { max-width: 610px; color: #c9c9c4; }
.product-lead form { align-self: center; }
.product-lead .field-label { color: var(--color-paper); }
.product-lead .field-label + .text-input { margin-bottom: 14px; }
.lead-choice { margin: 0 0 18px; padding: 12px 14px; color: var(--color-ink); background: var(--color-signal); border-radius: var(--radius); font-size: 13px; font-weight: 700; line-height: 1.4; }
.product-lead .form-error { color: #ffb4a9; }
.product-lead .form-status { color: #ffe36d; }
.product-lead .button-accent { color: var(--color-ink); background: var(--color-signal); }
.related-section { padding: var(--space-120) 0 0; }
.related-section .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.loading-state { padding: var(--space-80) 0; color: var(--color-muted); }
.error-state { padding: var(--space-80) var(--space-24); text-align: center; background: var(--color-panel); border-radius: var(--radius); }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 960px); }
  .hero { grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); }
  .hero-copy, .hero-showcase, .hero-product { min-height: 620px; }
  .hero-product-image, .hero-product-image img { min-height: 620px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .featured-section .product-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .kitchen-layout { gap: var(--space-48); }
  .kitchen-benefits-layout { gap: var(--space-48); }
  .catalog-results .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-layout { grid-template-columns: 1fr 1fr; gap: var(--space-32); }
  .product-gallery { min-height: 470px; }
  .story-card { min-height: 590px; }
  .related-section .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .main-nav { gap: 16px; }
  .main-nav a[href^="tel:"] { display: none; }
  .hero { grid-template-columns: 1fr; grid-template-areas: "copy" "media"; }
  .hero-copy { min-height: auto; padding: var(--space-40); }
  .hero-showcase, .hero-product, .hero-product-image, .hero-product-image img { min-height: 520px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 24px); }
  body[data-page="home"] { padding-bottom: 68px; }
  .site-header { position: relative; z-index: 20; min-height: 64px; grid-template-columns: 1fr auto; background: var(--color-paper); }
  .main-nav { display: none; }
  .header-action { min-height: 42px; padding: 0 12px; font-size: 11px; }
  .brand span { font-size: 15px; }
  .brand small { font-size: 8px; }
  .hero { padding: 10px 0 36px; grid-template-columns: 1fr; grid-template-areas: "media" "copy"; gap: 10px; }
  .hero-copy { min-height: auto; padding: 22px 18px 18px; }
  .hero-copy .eyebrow { margin-bottom: 8px; font-size: 11px; }
  .hero h1, .catalog-head h1 { max-width: 14ch; font-size: clamp(30px, 8.6vw, 37px); line-height: 1.02; }
  .hero-intro { margin: 12px 0 16px; font-size: 14px; line-height: 1.42; }
  .hero-price-proof { display: flex; gap: 7px; margin-bottom: 16px; overflow-x: auto; border: 0; scrollbar-width: none; scroll-snap-type: x proximity; }
  .hero-price-proof::-webkit-scrollbar { display: none; }
  .hero-price-proof a { min-width: 126px; padding: 9px 10px; background: #22221f; border: 1px solid #45453f; border-radius: 7px; scroll-snap-align: start; }
  .hero-price-proof span { font-size: 10px; }
  .hero-price-proof strong { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1.25fr .9fr; gap: 8px; }
  .hero-shop-button { min-width: 0; padding-inline: 14px; font-size: 13px; }
  .hero-calc-link { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding-inline: 10px; border: 1px solid #5a5a54; border-radius: var(--radius); text-align: center; text-decoration: none; font-size: 12px; }
  .trust-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 16px; }
  .trust-row div { display: block; min-width: 0; padding: 9px 2px 0; }
  .trust-row dt { font-size: 12px; line-height: 1.2; }
  .trust-row dd { margin-top: 4px; font-size: 9px; line-height: 1.3; }
  .hero-showcase, .hero-product { height: clamp(360px, 56dvh, 470px); min-height: 360px; }
  .hero-product-image, .hero-product-image img { height: 100%; min-height: 360px; }
  .hero-product--cutout .hero-product-image { padding: 46px 24px 112px; }
  .hero-product-caption { gap: 3px 12px; padding: 14px 16px; }
  .hero-product-caption strong { font-size: 24px; }
  .hero-product-caption b { font-size: 17px; }
  .hero-slider-controls { top: 10px; right: 10px; gap: 8px; padding: 5px; }
  .hero-slider-arrows button { width: 32px; height: 32px; }
  .section-heading h2, .advice-intro h2, .kitchen-copy h2, .product-lead h2 { max-width: 20ch; font-size: 32px; line-height: 1.09; }
  .product-info h1 { font-size: 34px; }
  .category-section, .featured-section, .advice-section { padding: 42px 0; }
  .section-heading { gap: 10px; margin-bottom: 18px; }
  .section-heading h2, .advice-intro h2, .kitchen-copy h2, .product-lead h2 { font-size: 29px; }
  .section-heading .eyebrow { margin-bottom: 7px; }
  .category-grid { grid-template-columns: none; grid-template-rows: repeat(2, 104px); grid-auto-flow: column; grid-auto-columns: minmax(144px, 43vw); gap: 8px; padding-bottom: 4px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .category-grid::-webkit-scrollbar, .featured-section .product-grid::-webkit-scrollbar { display: none; }
  .category-tile { min-height: 104px; gap: 8px; padding: 13px; scroll-snap-align: start; }
  .category-tile strong { font-size: 16px; }
  .category-tile b { width: 30px; height: 30px; font-size: 15px; }
  .featured-section .product-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(275px, 82vw); gap: 12px; padding-bottom: 5px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .featured-section .product-card { min-height: 0; scroll-snap-align: start; }
  .featured-section .product-card-media { aspect-ratio: 4 / 3; }
  .featured-section .product-card-body { padding-top: 10px; }
  .featured-section .product-card h3 { font-size: 18px; }
  .featured-section .selection-add { margin-top: 9px; }
  .kitchen-benefits-section { padding: 48px 0; }
  .kitchen-benefits-layout { grid-template-columns: 1fr; gap: 30px; }
  .kitchen-benefits-intro { position: static; }
  .kitchen-benefits-intro h2 { max-width: 16ch; font-size: 34px; }
  .kitchen-benefits-intro > p:not(.eyebrow) { margin-top: 16px; font-size: 15px; }
  .kitchen-benefits-list li { padding: 18px 0; }
  .stories-section { padding: 46px 0 54px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 500px; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-note { text-align: left; }
  .product-grid, .catalog-results .product-grid { grid-template-columns: 1fr 1fr; }
  .kitchen-section { padding: 48px 0; }
  .kitchen-layout { grid-template-columns: 1fr; gap: 32px; }
  .lead-card { padding: var(--space-24); }
  .advice-section { grid-template-columns: 1fr; gap: var(--space-32); }
  .delivery-strip { padding: 34px 0; }
  .delivery-grid { grid-template-columns: 1fr; }
  .delivery-grid > div { padding: 16px 0; border-left: 0; border-top: 1px solid #444; }
  .delivery-grid > div:first-child { border-top: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; min-height: auto; padding: 38px 0; }
  .site-footer > div:last-child { justify-self: start; grid-column: 1 / -1; text-align: left; }
  .legal-layout { grid-template-columns: 1fr; gap: var(--space-32); }
  .legal-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-main { padding-top: var(--space-40); }
  .catalog-toolbar { position: static; grid-template-columns: 1fr; }
  .sort-field { justify-content: space-between; }
  .catalog-layout { grid-template-columns: 1fr; gap: var(--space-24); }
  .filter-panel { position: static; overflow: auto; }
  #category-filters { flex-wrap: nowrap; width: max-content; }
  .category-filter { border: 1px solid var(--color-line); }
  .product-layout { grid-template-columns: 1fr; }
  .product-gallery-shell { position: static; }
  .product-gallery { min-height: 370px; }
  .product-benefits { padding: var(--space-32) var(--space-24); grid-template-columns: 1fr; gap: var(--space-32); }
  .product-lead { padding: var(--space-32) var(--space-24); grid-template-columns: 1fr; gap: var(--space-32); }
  .related-section { padding-top: var(--space-80); }
  .related-section .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lead-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .lead-dialog-layout { grid-template-columns: 1fr; }
  .lead-dialog-copy { padding: var(--space-32) var(--space-24); }
  .lead-dialog-copy h2 { max-width: 13ch; font-size: 32px; line-height: 1.06; }
  .lead-dialog-copy p:not(.eyebrow) { margin: 16px 0 8px; }
  .lead-dialog-form { padding: var(--space-40) var(--space-24) var(--space-24); }
  body[data-page="home"] .selection-trigger { right: 12px; bottom: 76px; }
  .mobile-app-nav { position: fixed; z-index: 28; inset: auto 0 0; height: 64px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 5px max(8px, env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); background: rgba(255,255,255,.97); border-top: 1px solid var(--color-line); box-shadow: 0 -8px 24px rgba(17,17,17,.08); }
  .mobile-app-nav a { min-width: 0; min-height: 52px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1px; color: var(--color-muted); text-decoration: none; }
  .mobile-app-nav a[aria-current="page"] { color: var(--color-ink); }
  .mobile-app-nav a[aria-current="page"] span { background: var(--color-signal); }
  .mobile-app-nav span { min-width: 30px; height: 25px; display: grid; place-items: center; border-radius: 999px; font-size: 17px; line-height: 1; }
  .mobile-app-nav b { overflow: hidden; font-size: 9px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
  .selection-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .selection-dialog-head, .selection-dialog-body { padding: var(--space-24); }
}

@media (max-width: 480px) {
  .legal-main { padding: 32px 0 72px; }
  .legal-header { padding-top: 12px; }
  .legal-header h1 { font-size: 38px; }
  .legal-header > p:last-child { font-size: 16px; }
  .legal-nav { grid-template-columns: 1fr; }
  .legal-details, .legal-details tbody, .legal-details tr, .legal-details th, .legal-details td { display: block; }
  .legal-details th { width: auto; padding-bottom: 3px; border-bottom: 0; }
  .legal-details td { padding-top: 0; overflow-wrap: anywhere; }
  .cookie-banner { right: 10px; bottom: 10px; width: calc(100vw - 20px); padding: 18px; }
  .cookie-actions { display: grid; }
  .cookie-actions button { width: 100%; }
  .product-benefits-list { grid-template-columns: 1fr; }
  .header-action { max-width: 126px; text-align: center; }
  .product-grid, .catalog-results .product-grid { grid-template-columns: 1fr; }
  .related-section .product-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 470px; }
  .story-card-map > img { max-height: 410px; padding: 18px 34px 74px; }
  .story-caption { padding: 84px var(--space-16) var(--space-16); }
  .story-caption h3 { font-size: 28px; }
  .kitchen-benefits-list li { grid-template-columns: 36px minmax(0, 1fr); gap: var(--space-16); }
  .kitchen-benefits-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .kitchen-benefits-actions .button, .kitchen-benefits-link { width: 100%; justify-content: center; }
  .memory-photo { width: 54%; }
  .memory-year { top: 47%; font-size: 84px; }
  .product-card h3 { min-height: auto; }
  .product-price-panel { grid-template-columns: 1fr; }
  .product-price-panel > div + div { border-left: 0; border-top: 1px solid var(--color-line); }
  .product-trust-row { grid-template-columns: 1fr; }
  .product-facts { grid-template-columns: 1fr; }
  .product-facts div:nth-child(even) { padding-left: 0; }
  .dialog-fields-row { grid-template-columns: 1fr; gap: 0; }
  .file-field { align-items: flex-start; flex-direction: column; }
  .selection-item { grid-template-columns: 62px minmax(0, 1fr) 44px; gap: 10px; }
  .selection-item-image { width: 62px; height: 56px; }
  .selection-item > b { grid-column: 2; font-size: 15px; }
  .selection-item-order { grid-column: 2; justify-items: start; }
  .selection-item-order > b { font-size: 16px; }
  .selection-item > button { grid-column: 3; grid-row: 1 / span 2; }
  .selection-form-fields, .product-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .product-card-media img, .hero-product-image img { transition-duration: .01ms; animation: none; }
}
