:root {
  color-scheme: light;
  --ink: #20252b;
  --ink-soft: #454b52;
  --muted: #667078;
  --brand: #b72f34;
  --brand-dark: #8f2026;
  --brand-pale: #f7e8e9;
  --copper: #b72f34;
  --copper-dark: #8f2026;
  --copper-pale: #f7e8e9;
  --canvas: #f5f5f3;
  --surface: #fff;
  --surface-muted: #ececea;
  --border: #deded9;
  --border-dark: #c5c5bf;
  --success: #2b6b50;
  --success-pale: #e2f2ea;
  --danger: #a54138;
  --danger-pale: #f9e8e5;
  --focus: #1769aa;
  --shadow-sm: 0 1px 2px rgb(32 37 43 / 5%);
  --shadow-md: 0 16px 40px rgb(32 37 43 / 10%);
  --radius-sm: .45rem;
  --radius-md: .75rem;
  --radius-lg: 1.05rem;
  --container: 80rem;
  --font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 0; margin: 0; color: var(--ink); background: var(--canvas); -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--font); }
img, svg { display: block; max-width: 100%; }
a { color: var(--brand); text-underline-offset: .18em; }
a:hover { color: var(--brand-dark); }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.2rem, 4.4vw, 4rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.65rem); }
h3 { font-size: 1.15rem; }
p { margin: 0; }

.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .7rem 1rem; color: #fff; background: var(--brand); border-radius: var(--radius-sm); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }

:focus { outline: none; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
input:focus-visible, select:focus-visible, textarea:focus-visible { border-color: var(--focus); box-shadow: 0 0 0 3px rgb(23 105 170 / 17%); outline: none; }

.site-header { position: relative; z-index: 50; color: var(--ink); background: #fff; border-bottom: 1px solid #e8e3dc; box-shadow: 0 4px 18px rgb(32 37 43 / 4%); }
.header-utility { color: #dfe3e5; background: #20252b; }
.header-utility-inner { display: flex; justify-content: space-between; align-items: center; gap: 1.25rem; width: min(calc(100% - 4rem), var(--container)); margin-inline: auto; padding-block: .38rem; font-size: .7rem; }
.utility-nav, .utility-contact { display: flex; align-items: center; gap: 1.35rem; }
.header-utility a { color: #fff; text-decoration: none; }
.header-utility a:hover { color: #f2a9ac; text-decoration: underline; }
.header-inner { position: relative; display: grid; grid-template-columns: auto auto minmax(15rem, 1fr) auto auto; align-items: center; gap: clamp(.75rem, 1.6vw, 1.4rem); max-width: var(--container); min-height: 5.5rem; margin: 0 auto; padding: .72rem 2rem; }
.brand { position: relative; display: inline-flex; align-items: center; width: clamp(12rem, 16vw, 12.75rem); height: 4.25rem; min-width: 0; color: inherit; text-decoration: none; }
.brand:hover { color: inherit; }
.brand-logo { position: absolute; top: 50%; left: 0; width: 100%; max-width: none; height: auto; transform: translateY(-50%); }
.header-catalog { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 3.05rem; padding: .65rem 1.1rem; color: #fff; background: var(--brand); border: 1px solid var(--brand); border-radius: var(--radius-sm); box-shadow: 0 8px 18px rgb(183 47 52 / 16%); font-size: .9rem; font-weight: 780; text-decoration: none; }
.header-catalog:hover, .header-catalog[aria-current="page"] { color: #fff; background: var(--brand-dark); border-color: var(--brand-dark); }
.header-catalog svg { fill: currentColor; }
.header-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; min-width: 0; height: 3.05rem; overflow: hidden; background: #fff; border: 1px solid var(--border-dark); border-radius: var(--radius-sm); box-shadow: inset 0 1px 2px rgb(32 37 43 / 3%); }
.header-search:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px rgb(183 47 52 / 10%); }
.header-search input { min-width: 0; padding: 0 1rem; color: var(--ink); background: transparent; border: 0; outline: 0; }
.header-search input::placeholder { color: #858b90; }
.header-search button { display: grid; width: 3rem; padding: 0; place-items: center; color: var(--ink-soft); background: transparent; border: 0; cursor: pointer; }
.header-search button:hover { color: var(--brand); }
.header-search svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.header-promotions { display: inline-flex; align-items: center; justify-content: center; min-height: 3.05rem; padding: .55rem .35rem; color: var(--ink-soft); font-size: .86rem; font-weight: 760; text-decoration: none; white-space: nowrap; }
.header-promotions:hover, .header-promotions[aria-current="page"] { color: var(--brand-dark); }
.header-cart { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 3.05rem; padding: .55rem .9rem; color: var(--ink); background: #fff; border: 1px solid var(--border-dark); border-radius: var(--radius-sm); font-size: .9rem; font-weight: 750; text-decoration: none; }
.header-cart:hover, .header-cart[aria-current="page"] { color: var(--brand-dark); background: var(--brand-pale); border-color: var(--brand); }
.header-cart svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.cart-count { display: inline-grid; place-items: center; min-width: 1.45rem; height: 1.45rem; padding: 0 .35rem; color: #fff; background: var(--brand); border-radius: 999px; font-size: .72rem; }
.mobile-menu { display: none; }
.mobile-menu-contact { display: none; }

main { min-height: 62vh; }
.page-shell, .section-shell, .messages { width: min(calc(100% - 4rem), var(--container)); margin-inline: auto; }
.page-shell { padding-block: 1.5rem 6rem; }
.messages { padding-top: 1rem; }
.message { display: flex; align-items: flex-start; gap: .75rem; padding: .85rem 1rem; color: var(--ink-soft); background: #f1f1ee; border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.message + .message { margin-top: .5rem; }
.message.error { color: #7e3029; background: var(--danger-pale); border-color: #efc7c2; }
.message.success { color: #22563f; background: var(--success-pale); border-color: #bedfce; }
.message-mark { flex: 0 0 auto; width: .55rem; height: .55rem; margin-top: .45rem; background: currentColor; border-radius: 50%; }
.muted { color: var(--muted); }
.eyebrow { margin-bottom: .7rem; color: var(--brand); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #f0b6b8; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.25rem; }
.section-heading-narrow { max-width: 48rem; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; min-height: 2.75rem; font-weight: 750; text-decoration: none; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(.2rem); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 2.85rem; padding: .72rem 1.1rem; color: #fff; background: var(--brand); border: 1px solid var(--brand); border-radius: var(--radius-sm); font-weight: 760; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease; }
.button:hover { color: #fff; background: var(--brand-dark); border-color: var(--brand-dark); box-shadow: 0 8px 20px rgb(183 47 52 / 18%); transform: translateY(-1px); }
.button:active { transform: none; box-shadow: none; }
.button:disabled, .button.is-disabled { opacity: .6; cursor: wait; transform: none; }
.button-large { min-height: 3.25rem; padding: .85rem 1.35rem; }
.button-compact { min-height: 2.65rem; padding: .6rem .85rem; font-size: .85rem; }
.button-block { width: 100%; }
.button-secondary { color: var(--brand); background: var(--brand-pale); border-color: var(--brand-pale); }
.button-secondary:hover { color: #fff; background: var(--brand); border-color: var(--brand); }
.button-outline { color: var(--ink); background: transparent; border-color: var(--border-dark); }
.button-outline:hover { color: var(--brand-dark); background: #fff; border-color: var(--brand); box-shadow: none; }
.button-copper { color: #fff; background: var(--copper); border-color: var(--copper); }
.button-copper:hover { background: var(--copper-dark); border-color: var(--copper-dark); box-shadow: 0 8px 20px rgb(183 47 52 / 18%); }
.button-loading { display: none; }
.is-loading .button-label { display: none; }
.is-loading .button-loading { display: inline; }

.home-intro { background: radial-gradient(circle at 86% 5%, rgb(183 47 52 / 8%), transparent 30rem), linear-gradient(135deg, #faf9f6 0%, #f4f1ec 100%); border-bottom: 1px solid #e4dfd8; }
.hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(22rem, .86fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); min-height: 34rem; padding-block: clamp(2.75rem, 5vw, 4.5rem); }
.hero-copy, .hero-visual { min-width: 0; }
.hero-copy h1 { max-width: 49rem; font-size: clamp(2.65rem, 5.3vw, 5rem); }
.hero-lead { max-width: 42rem; margin-top: 1.5rem; color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-category-links { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin-top: 2rem; }
.hero-category-links > span { width: 100%; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-category-links a { padding: .5rem .75rem; color: var(--ink-soft); background: rgb(255 255 255 / 72%); border: 1px solid var(--border); border-radius: 999px; font-size: .78rem; font-weight: 700; text-decoration: none; }
.hero-category-links a:hover { color: var(--brand-dark); background: #fff; border-color: var(--brand); }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 3.5rem 0 0; padding: 0; list-style: none; }
.trust-list li { display: flex; gap: .75rem; min-width: 0; padding-top: 1rem; border-top: 1px solid var(--border); }
.trust-list li > span:last-child { display: flex; flex-direction: column; }
.trust-list strong { font-size: .9rem; }
.trust-list small { margin-top: .25rem; color: var(--muted); font-size: .75rem; line-height: 1.35; }
.trust-icon { color: var(--copper); font-size: .7rem; font-weight: 850; letter-spacing: .08em; }
.hero-visual { position: relative; min-height: 27rem; overflow: hidden; color: #fff; background: var(--ink); border-radius: .5rem 3rem .5rem .5rem; box-shadow: var(--shadow-md); isolation: isolate; }
.hero-visual::before { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px); background-size: 2.5rem 2.5rem; content: ""; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-visual svg { position: absolute; inset: 3.5rem -1.5rem auto auto; width: min(105%, 39rem); overflow: visible; }
.hero-shape { stroke: #789095; stroke-width: 2; }
.hero-shape-back { fill: #284049; opacity: .7; stroke: #4a666d; }
.hero-line, .hero-cut-line { fill: none; stroke: #71868c; stroke-width: 2; }
.hero-cut { fill: #2f353b; stroke: #7d848a; stroke-width: 2; }
.hero-visual circle { fill: none; stroke: var(--copper); stroke-width: 2; }
.hero-accent { fill: none; stroke: var(--copper); stroke-width: 2; }
.visual-label { position: absolute; z-index: 1; top: 1.5rem; left: 1.5rem; padding: .35rem .55rem; color: #c6d3d6; border: 1px solid #536970; font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.visual-note { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; color: #bdcbce; font-size: .8rem; }
.hero-product-grid { position: absolute; inset: 4.5rem 1.5rem 4.2rem; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.hero-product-tile { position: relative; min-width: 0; overflow: hidden; color: var(--ink); background: #fff; border: 1px solid rgb(255 255 255 / 18%); border-radius: var(--radius-sm); text-decoration: none; }
.hero-product-tile:hover { color: var(--brand); }
.hero-product-tile-1 { grid-row: 1 / 3; }
.hero-product-tile img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; }
.hero-product-tile:hover img { transform: scale(1.025); }
.hero-product-tile span { position: absolute; right: .55rem; bottom: .55rem; left: .55rem; overflow: hidden; padding: .45rem .55rem; background: rgb(255 255 255 / 92%); border-radius: .25rem; font-size: .7rem; font-weight: 750; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }

.home-section { padding-block: clamp(4.5rem, 8vw, 7rem); }
.home-section-tinted { background: var(--surface-muted); }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.category-card { position: relative; display: grid; grid-template-rows: auto 1fr auto; min-height: 17rem; overflow: hidden; padding: 1.5rem; color: var(--ink); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.category-card:hover { color: var(--ink); border-color: var(--brand); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.category-index { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.category-card strong { z-index: 1; max-width: 15rem; align-self: end; font-size: 1.25rem; }
.category-arrow { position: absolute; right: 1.35rem; bottom: 1.25rem; display: grid; place-items: center; width: 2.5rem; height: 2.5rem; color: var(--brand); background: var(--brand-pale); border-radius: 50%; font-size: 1.15rem; }
.category-image { position: absolute; top: 2.2rem; right: 1rem; width: 72%; height: 9.5rem; object-fit: contain; object-position: right center; transition: transform .18s ease; }
.category-card:hover .category-image { transform: scale(1.025); }
.category-art { position: absolute; top: 2rem; right: 1rem; width: 65%; height: 9rem; transform: rotate(-8deg); }
.category-art i { position: absolute; right: 0; display: block; width: 85%; height: 1.35rem; background: linear-gradient(180deg, #dbe3e5, #fff 48%, #b9c7ca); border: 1px solid #aebdc1; box-shadow: 0 .5rem 1rem rgb(20 36 45 / 8%); }
.category-art i:nth-child(1) { top: .75rem; }
.category-art i:nth-child(2) { top: 3.6rem; right: 10%; width: 70%; }
.category-art i:nth-child(3) { top: 6.5rem; right: 20%; width: 55%; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-grid li { display: flex; gap: 1.25rem; padding: 1.75rem 2rem; border-top: 1px solid var(--border-dark); border-bottom: 1px solid var(--border-dark); }
.steps-grid li + li { border-left: 1px solid var(--border-dark); }
.step-number { color: var(--copper); font-size: .75rem; font-weight: 850; letter-spacing: .1em; }
.steps-grid h3 { margin-bottom: .65rem; font-size: 1.2rem; }
.steps-grid p { color: var(--muted); font-size: .92rem; }
.home-store-section { padding-block: 1rem clamp(4.5rem, 8vw, 7rem); }
.store-contact-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(16rem, .8fr) auto; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; overflow: hidden; padding: clamp(2rem, 4vw, 3.25rem); color: #fff; background: var(--ink); border-radius: var(--radius-lg); }
.store-contact-panel::after { position: absolute; top: -7rem; right: 18%; width: 18rem; height: 18rem; border: 1px solid rgb(255 255 255 / 8%); border-radius: 50%; content: ""; pointer-events: none; }
.store-contact-copy, .store-contact-details, .store-contact-actions { position: relative; z-index: 1; min-width: 0; }
.store-contact-copy h2 { max-width: 32rem; }
.store-contact-copy > p:last-child { max-width: 35rem; margin-top: 1rem; color: #bdc8cb; line-height: 1.65; }
.store-contact-details { display: grid; gap: .4rem; padding-left: 1.5rem; border-left: 1px solid rgb(255 255 255 / 15%); }
.store-contact-details span { color: #91a0a5; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.store-contact-details address { font-size: 1rem; font-style: normal; font-weight: 750; }
.store-contact-details a { overflow-wrap: anywhere; color: #f2b9bc; font-size: .8rem; font-weight: 700; }
.store-contact-actions { display: flex; flex-direction: column; gap: .65rem; min-width: 11rem; }
.store-email-button { color: #fff; background: transparent; border-color: rgb(255 255 255 / 35%); }
.store-email-button:hover { color: #fff; background: rgb(255 255 255 / 9%); border-color: #fff; box-shadow: none; }

.section-heading-actions { display: flex; align-items: center; gap: 1rem; }
.carousel-controls { display: flex; gap: .45rem; }
.carousel-controls:empty { display: none; }
.carousel-controls button[hidden] { display: none; }
.carousel-controls button { display: grid; place-items: center; width: 2.65rem; height: 2.65rem; padding: 0; color: var(--ink); background: var(--surface); border: 1px solid var(--border-dark); border-radius: 50%; font-size: 1.05rem; cursor: pointer; }
.carousel-controls button:hover { color: #fff; background: var(--brand); border-color: var(--brand); }
.carousel-controls button:disabled { color: #9da4a8; background: var(--surface-muted); border-color: var(--border); cursor: default; }
.promotion-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3rem) / 4); gap: 1rem; overflow-x: auto; padding: .15rem .1rem 1rem; scroll-padding-inline: .1rem; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.promotion-carousel-count-1 .promotion-track { grid-auto-flow: row; grid-template-columns: minmax(0, 1fr); overflow: visible; padding-bottom: .15rem; }
.promotion-carousel-count-1 .promotion-card > a { display: grid; grid-template-columns: minmax(17rem, .85fr) minmax(0, 1.15fr); }
.promotion-carousel-count-1 .promotion-card-media { aspect-ratio: 16 / 8; border-right: 1px solid var(--border); border-bottom: 0; }
.promotion-carousel-count-1 .promotion-card-content { justify-content: center; padding: clamp(1.5rem, 3vw, 2.5rem); }
.promotion-carousel-count-1 .promotion-card h3 { font-size: clamp(1.4rem, 2.5vw, 2.1rem); }
.promotion-carousel-count-2 .promotion-track { grid-auto-flow: row; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding-bottom: .15rem; }
.promotion-track:focus-visible { border-radius: var(--radius-md); outline-offset: .25rem; }
.promotion-card { min-width: 0; overflow: hidden; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); scroll-snap-align: start; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.promotion-card > a { display: flex; height: 100%; flex-direction: column; overflow: hidden; color: var(--ink); text-decoration: none; }
.promotion-card-media { display: grid; aspect-ratio: 16 / 10; overflow: hidden; place-items: center; padding: .25rem; background: var(--surface-muted); border-bottom: 1px solid var(--border); }
.promotion-card img { width: 100%; height: 100%; object-fit: contain; }
.promotion-card-content { display: flex; flex: 1; flex-direction: column; align-items: flex-start; gap: .55rem; padding: 1.15rem; }
.promotion-date { padding: .28rem .45rem; color: #fff; background: var(--brand); border-radius: .25rem; font-size: .68rem; font-weight: 800; }
.promotion-card h3 { font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.25; }
.promotion-summary { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: .78rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.promotion-card:hover { border-color: var(--brand); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.promotion-card > a:hover { color: var(--brand-dark); }
.promotion-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.promotion-grid .promotion-card h3 { font-size: clamp(1.15rem, 2vw, 1.55rem); }
.promotion-detail-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(22rem, .95fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; margin-top: 1rem; }
.promotion-detail-image { display: grid; min-height: 18rem; overflow: hidden; place-items: center; padding: 1rem; background: var(--surface-muted); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.promotion-detail-image img { width: 100%; max-height: 42rem; object-fit: contain; }
.promotion-detail-copy { padding-top: clamp(.5rem, 3vw, 2.5rem); }
.promotion-detail-copy h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.promotion-period { display: inline-flex; margin-top: 1.35rem; padding: .4rem .65rem; color: var(--brand-dark); background: var(--brand-pale); border-radius: .3rem; font-size: .8rem; font-weight: 800; }
.promotion-detail-summary { margin-top: 1.5rem; color: var(--ink-soft); font-size: 1.12rem; line-height: 1.65; }
.promotion-body { margin: 1.5rem 0 2rem; color: var(--ink-soft); line-height: 1.75; }
.promotion-body p + p { margin-top: 1rem; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; margin-bottom: 2rem; color: var(--muted); font-size: .78rem; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--brand); text-decoration: underline; }
.breadcrumbs span[aria-current="page"] { max-width: 35rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.catalog-header, .page-header-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 30rem); gap: 3rem; align-items: end; margin-block: 2rem 2.5rem; }
.catalog-header > *, .page-header-split > * { min-width: 0; }
.catalog-header h1, .page-header-split h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.catalog-header > p, .page-header-split > p { color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.catalog-header-compact { grid-template-columns: minmax(28rem, 1.4fr) minmax(14rem, .6fr); gap: 2rem; margin-block: 1.5rem 2rem; }
.catalog-header-compact h1 { white-space: nowrap; }
.catalog-filters { display: grid; grid-template-columns: minmax(17rem, 2fr) minmax(12rem, 1fr) auto; gap: .75rem; align-items: end; padding: 1rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.catalog-filters-compact { padding: .75rem; }
.catalog-filters-compact input, .catalog-filters-compact select, .catalog-filters-compact .filter-submit { min-height: 2.7rem; }
.catalog-filters label, .form-field > label, .quantity-control > label, .cart-item-actions label { display: block; margin-bottom: .4rem; color: var(--ink-soft); font-size: .75rem; font-weight: 760; }
.search-control { position: relative; }
.search-control svg { position: absolute; top: 50%; left: .85rem; width: 1.15rem; height: 1.15rem; fill: none; stroke: var(--muted); stroke-width: 1.8; transform: translateY(-50%); }
.search-control input { padding-left: 2.65rem; }
input, select, textarea { width: 100%; min-height: 3rem; padding: .68rem .8rem; color: var(--ink); background: #fff; border: 1px solid var(--border-dark); border-radius: var(--radius-sm); }
textarea { min-height: 8rem; resize: vertical; }
select { padding-right: 2.4rem; cursor: pointer; }
input::placeholder, textarea::placeholder { color: #8b989d; opacity: 1; }
input[type="checkbox"], input[type="radio"] { width: auto; min-height: 0; padding: 0; }
.filter-submit { min-height: 3rem; }
.filter-reset { grid-column: 1 / -1; justify-self: end; padding: .25rem .15rem; color: var(--muted); font-size: .8rem; font-weight: 700; }
.category-chips-shell { position: relative; }
.category-chips-shell::after { position: absolute; right: 0; bottom: .3rem; display: none; width: 3.5rem; height: 2.7rem; background: linear-gradient(90deg, transparent, var(--canvas)); content: ""; pointer-events: none; }
.category-chips { display: flex; gap: .5rem; overflow-x: auto; margin-top: 1rem; padding: .15rem 2.5rem .4rem 0; scrollbar-width: none; }
.category-chips::-webkit-scrollbar { display: none; }
.category-chips a { flex: 0 0 auto; min-height: 2.5rem; padding: .55rem .9rem; color: var(--ink-soft); background: transparent; border: 1px solid var(--border); border-radius: 999px; font-size: .82rem; font-weight: 700; text-decoration: none; }
.category-chips a:hover, .category-chips a[aria-current="page"] { color: #fff; background: var(--brand); border-color: var(--brand); }
.category-chips-hint { display: none; margin-top: .15rem; color: var(--muted); font-size: .68rem; }
.catalog-toolbar { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin: 2.25rem 0 1rem; }
.active-query { color: var(--muted); font-size: .85rem; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.product-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.product-card:hover { border-color: #b4c5c9; box-shadow: 0 12px 30px rgb(20 36 45 / 9%); transform: translateY(-2px); }
.product-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-bottom: 1px solid var(--border); }
.product-media > img, .product-detail-media > img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.technical-placeholder { color: var(--muted); background-color: #efefed; background-image: linear-gradient(rgb(32 37 43 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(32 37 43 / 5%) 1px, transparent 1px); background-size: 1.5rem 1.5rem; }
.placeholder-lines { position: absolute; inset: 20% 12% 23%; transform: rotate(-8deg); }
.placeholder-lines i { position: absolute; right: 0; display: block; height: 1rem; background: linear-gradient(180deg, #cdd7da, #fff 50%, #adbcc0); border: 1px solid #aebcc0; box-shadow: 0 .4rem .8rem rgb(20 36 45 / 10%); }
.placeholder-lines i:nth-child(1) { top: 12%; width: 88%; }
.placeholder-lines i:nth-child(2) { top: 44%; width: 72%; }
.placeholder-lines i:nth-child(3) { top: 76%; width: 56%; }
.placeholder-label { position: absolute; right: .8rem; bottom: .65rem; padding: .25rem .45rem; color: var(--muted); background: rgb(255 255 255 / 78%); border: 1px solid rgb(185 198 202 / 70%); border-radius: .25rem; font-size: .62rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.15rem; }
.product-category { margin-bottom: .5rem; color: var(--copper-dark); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.product-card h2, .product-card h3 { margin-bottom: .75rem; font-size: 1.05rem; line-height: 1.3; }
.product-card h2 a, .product-card h3 a { color: var(--ink); text-decoration: none; }
.product-card h2 a:hover, .product-card h3 a:hover { color: var(--brand); }
.product-excerpt { margin-bottom: .8rem; color: var(--muted); font-size: .82rem; }
.product-card-meta { display: flex; justify-content: flex-end; gap: .75rem; align-items: end; margin-top: auto; padding: 1rem 0; border-top: 1px solid var(--border); }
.variant-count { flex: 0 0 auto; padding: .25rem .45rem; color: var(--brand); background: var(--brand-pale); border-radius: .25rem; font-size: .68rem; font-weight: 800; }
.catalog-empty { grid-column: 1 / -1; }
.empty-state { max-width: 46rem; margin: 3rem auto 0; padding: clamp(2rem, 6vw, 4.5rem); text-align: center; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.empty-state h2 { margin-bottom: .85rem; }
.empty-state > p:not(.eyebrow) { max-width: 34rem; margin: 0 auto 1.5rem; color: var(--muted); }
.empty-illustration { position: relative; width: 7rem; height: 5rem; margin: 0 auto 1.5rem; }
.empty-illustration span { position: absolute; left: 1rem; width: 5rem; height: .7rem; background: #d5dfe1; border: 1px solid #b6c4c7; transform: rotate(-9deg); }
.empty-illustration span:nth-child(1) { top: .6rem; }
.empty-illustration span:nth-child(2) { top: 2rem; left: 1.5rem; }
.empty-illustration span:nth-child(3) { top: 3.4rem; left: 2rem; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid var(--border); }
.pagination-link { display: inline-flex; align-items: center; gap: .45rem; min-height: 2.75rem; font-weight: 750; text-decoration: none; }
.pagination-link:last-child { justify-self: end; }
.pagination-status { padding: .45rem .8rem; background: #fff; border: 1px solid var(--border); border-radius: .35rem; font-weight: 750; }
.pagination-pages { display: flex; flex-wrap: wrap; justify-content: center; gap: .35rem; }
.pagination-page { display: grid; min-width: 2.5rem; height: 2.5rem; place-items: center; padding-inline: .45rem; color: var(--ink); background: var(--surface); border: 1px solid var(--border); border-radius: .35rem; font-size: .82rem; font-weight: 750; text-decoration: none; }
.pagination-page:hover, .pagination-page[aria-current="page"] { color: #fff; background: var(--brand); border-color: var(--brand); }
.promotion-pagination > span:last-child { justify-self: end; }

.product-detail-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .78fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.product-detail-media { position: relative; aspect-ratio: 1.16 / 1; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); }
.product-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr)); gap: .65rem; margin-top: .75rem; }
.product-gallery-button { aspect-ratio: 1 / 1; overflow: hidden; padding: 0; background: #fff; border: 1px solid var(--border); border-radius: .45rem; cursor: pointer; }
.product-gallery-button:hover { border-color: var(--brand); }
.product-gallery-button.is-active { border-color: var(--brand); box-shadow: 0 0 0 2px var(--brand-pale); }
.product-gallery img { width: 100%; height: 100%; object-fit: contain; }
.detail-drawing { position: absolute; inset: 15% 12% 18%; transform: rotate(-10deg); }
.detail-drawing i { position: absolute; display: block; height: 2.25rem; background: linear-gradient(180deg, #cbd6d9, #fff 47%, #9fb1b5); border: 1px solid #9caeb2; box-shadow: 0 .9rem 1.5rem rgb(20 36 45 / 12%); }
.detail-drawing i:nth-child(1) { top: 8%; left: 0; width: 92%; }
.detail-drawing i:nth-child(2) { top: 34%; left: 9%; width: 79%; }
.detail-drawing i:nth-child(3) { top: 61%; left: 18%; width: 65%; }
.detail-drawing i:nth-child(4) { top: 87%; left: 27%; width: 52%; }
.product-heading-mobile { display: none; }
.product-heading-desktop { margin-bottom: 1.5rem; }
.product-heading-desktop h1, .product-heading-mobile h1 { font-size: clamp(2rem, 3.5vw, 3.4rem); }
.availability-note { display: flex; gap: .55rem; align-items: center; margin-top: 1rem; color: var(--muted); font-size: .82rem; }
.availability-note > span { width: .5rem; height: .5rem; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 .24rem var(--success-pale); }
.purchase-column { position: sticky; top: 1.5rem; }
.purchase-panel, .unavailable-panel { padding: 1.35rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.variant-list { min-width: 0; margin: 0; padding: 0; border: 0; }
.variant-list legend { font-size: 1rem; font-weight: 800; }
.field-hint { margin: .3rem 0 1rem; color: var(--muted); font-size: .76rem; }
.variant-option { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .75rem; align-items: start; margin-top: .6rem; padding: .9rem; background: #fff; border: 1px solid var(--border); border-radius: .55rem; cursor: pointer; transition: background .15s ease, border-color .15s ease, box-shadow .15s ease; }
.variant-option:hover { border-color: var(--brand); }
.variant-option:has(input:checked) { background: #fbf0f1; border-color: var(--brand); box-shadow: inset 3px 0 var(--brand); }
.variant-option:focus-within { outline: 3px solid var(--focus); outline-offset: 2px; }
.variant-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.radio-mark { position: relative; width: 1.1rem; height: 1.1rem; margin-top: .15rem; background: #fff; border: 1px solid var(--border-dark); border-radius: 50%; }
.variant-option input:checked + .radio-mark { border: 5px solid var(--brand); }
.variant-content { min-width: 0; }
.variant-content > strong { display: block; overflow-wrap: anywhere; font-size: .85rem; line-height: 1.4; }
.variant-data { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; margin-top: .55rem; }
.variant-data small { color: var(--muted); font-size: .7rem; }
.purchase-panel-compact { padding: 1.1rem; }
.variant-list-compact .field-hint { margin-bottom: .7rem; }
.variant-option-compact { gap: .6rem; margin-top: .45rem; padding: .68rem .75rem; }
.variant-option-compact .radio-mark { margin-top: .1rem; }
.variant-title { font-size: .8rem !important; line-height: 1.32 !important; }
.variant-data-compact { justify-content: flex-start; gap: .3rem; margin-top: .35rem; }
.variant-data-divider { color: var(--border-dark); font-size: .72rem; }
.purchase-actions-sticky { margin-top: 1rem; padding-top: 1rem; }
.purchase-actions { margin-top: 1.25rem; padding-top: 1.15rem; border-top: 1px solid var(--border); }
.quantity-control { margin-bottom: 1rem; }
.quantity-stepper { display: grid; grid-template-columns: 2.8rem minmax(3.3rem, 1fr) 2.8rem; width: 10.5rem; overflow: hidden; background: #fff; border: 1px solid var(--border-dark); border-radius: var(--radius-sm); }
.quantity-stepper input { min-width: 0; min-height: 2.75rem; padding: .45rem .15rem; text-align: center; border: 0; border-right: 1px solid var(--border); border-left: 1px solid var(--border); border-radius: 0; appearance: textfield; }
.quantity-stepper input::-webkit-inner-spin-button { appearance: none; }
.quantity-button { display: grid; place-items: center; min-width: 2.75rem; min-height: 2.75rem; padding: 0; background: transparent; border: 0; font-size: 1.15rem; cursor: pointer; }
.quantity-button:hover { color: var(--brand); background: var(--brand-pale); }
.manager-help { display: grid; grid-template-columns: auto 1fr; gap: .8rem; margin-top: 1rem; padding: 1rem; border: 1px dashed var(--border-dark); border-radius: var(--radius-md); }
.manager-help-icon { display: grid; place-items: center; width: 2rem; height: 2rem; color: var(--brand); background: var(--brand-pale); border-radius: 50%; font-weight: 850; }
.manager-help strong { font-size: .85rem; }
.manager-help p { margin-top: .25rem; color: var(--muted); font-size: .75rem; }
.product-description { padding-block: 3rem 1rem; }
.product-description h2 { margin-bottom: 1rem; }
.product-description > p:last-child { color: var(--ink-soft); line-height: 1.7; }
.unavailable-panel h2 { margin-bottom: .7rem; font-size: 1.5rem; }
.unavailable-panel p:not(.eyebrow) { margin-bottom: 1.25rem; color: var(--muted); }
.detail-steps { display: grid; grid-template-columns: minmax(17rem, .7fr) 1.3fr; gap: 3rem; align-items: end; margin-top: 5rem; padding: 2.5rem; background: var(--surface-muted); border-radius: var(--radius-md); }
.detail-steps ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.detail-steps li { display: flex; gap: .6rem; padding: .5rem 1rem; font-size: .85rem; font-weight: 700; }
.detail-steps li + li { border-left: 1px solid var(--border-dark); }
.detail-steps li span { color: var(--copper-dark); }

.checkout-steps { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 50rem; margin: 0 auto 3.5rem; padding: 0; list-style: none; }
.checkout-steps li { position: relative; display: flex; flex-direction: column; align-items: center; gap: .4rem; color: var(--muted); font-size: .72rem; font-weight: 700; text-align: center; }
.checkout-steps li::before { position: absolute; z-index: -1; top: 1rem; right: 50%; width: 100%; height: 1px; background: var(--border-dark); content: ""; }
.checkout-steps li:first-child::before { display: none; }
.checkout-steps li span { display: grid; place-items: center; width: 2rem; height: 2rem; background: var(--canvas); border: 1px solid var(--border-dark); border-radius: 50%; }
.checkout-steps li.is-complete span { color: #fff; background: var(--brand); border-color: var(--brand); }
.checkout-steps li.is-current { color: var(--ink); }
.checkout-steps li.is-current span { box-shadow: 0 0 0 .3rem var(--brand-pale); }
.cart-layout, .inquiry-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, 23rem); gap: 1.5rem; align-items: start; }
.cart-items { min-width: 0; }
.cart-item { position: relative; display: grid; grid-template-columns: 8.5rem minmax(0, 1fr) minmax(13rem, auto); gap: 1.25rem; margin-bottom: .75rem; padding: 1rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); }
.cart-item-media { position: relative; display: block; min-height: 8.5rem; overflow: hidden; border-radius: .5rem; }
.cart-item-media > img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.cart-item-info { min-width: 0; }
.cart-item h2 { margin-bottom: .45rem; font-size: 1.05rem; }
.cart-item h2 a { color: var(--ink); text-decoration: none; }
.cart-item h2 a:hover { color: var(--brand); }
.cart-variant { color: var(--ink-soft); font-size: .78rem; line-height: 1.45; }
.cart-article { margin-top: .3rem; color: var(--muted); font-size: .7rem; }
.cart-item-actions { min-width: 0; }
.quantity-update-row { display: flex; gap: .5rem; align-items: center; }
.quantity-stepper-small { grid-template-columns: 2.5rem 3.5rem 2.5rem; width: auto; }
.quantity-stepper-small .quantity-button, .quantity-stepper-small input { min-height: 2.65rem; }
.remove-button { display: inline-flex; align-items: center; gap: .4rem; min-height: 2.75rem; margin-top: .25rem; padding: .4rem .2rem; color: var(--danger); background: transparent; border: 0; font-size: .78rem; font-weight: 750; cursor: pointer; }
.remove-button:hover { color: #762b25; text-decoration: underline; }
.remove-button svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.cart-list-footer { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: .75rem .25rem; }
.cart-summary, .inquiry-summary { position: sticky; top: 1.5rem; padding: 1.4rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.cart-summary h2 { margin-bottom: 1.25rem; font-size: 1.4rem; }
.summary-row { display: flex; justify-content: space-between; gap: 1rem; padding-block: .85rem; border-top: 1px solid var(--border); }
.summary-footnote { margin-top: .8rem; color: var(--muted); font-size: .68rem; text-align: center; }
.empty-cart-art { position: relative; width: 6rem; height: 5rem; margin: 0 auto 1.5rem; border: 2px solid #aebdc1; border-top: 0; transform: skew(-7deg); }
.empty-cart-art::before { position: absolute; top: -.8rem; left: -.7rem; width: 5.6rem; height: 2px; background: #aebdc1; content: ""; }
.empty-cart-art::after { position: absolute; right: .7rem; bottom: -.7rem; width: 4.5rem; height: .4rem; border-right: .55rem dotted var(--copper); border-left: .55rem dotted var(--copper); content: ""; }
.cart-page-empty { padding-bottom: 4rem; }
.checkout-steps-empty { margin-bottom: 1.75rem; }
.cart-header-empty { margin-block: 1rem 1.5rem; }
.cart-empty-compact { max-width: 40rem; margin-top: 1.5rem; padding: clamp(1.75rem, 4vw, 3rem); }
.cart-empty-compact .empty-cart-art { width: 5rem; height: 4rem; margin-bottom: 1.15rem; }

.inquiry-header { margin-bottom: 2rem; }
.inquiry-form { min-width: 0; }
.inquiry-progress { margin-bottom: 2.25rem; }
.inquiry-layout-compact { grid-template-columns: minmax(0, 1fr) minmax(18rem, 21rem); }
.inquiry-form-compact .form-section { padding: 1rem 1.1rem; }
.inquiry-form-compact .form-section-header { margin-bottom: .85rem; }
.inquiry-summary-compact { padding: 1.15rem; }
.form-section { margin: 0 0 .75rem; padding: 1.25rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); }
.form-section-header { display: flex; gap: .75rem; align-items: center; width: 100%; min-width: 0; margin-bottom: 1.1rem; }
.form-section-index { flex: 0 0 auto; color: var(--copper-dark); font-size: .7rem; font-weight: 850; letter-spacing: .1em; }
.form-section-header > div { display: flex; min-width: 0; flex-direction: column; }
.form-section-header h2 { font-size: 1rem; letter-spacing: normal; }
.form-section-header p { margin-top: .15rem; color: var(--muted); font-size: .7rem; font-weight: 500; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field { min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field .required { color: var(--danger); }
.field-help { display: block; margin-top: .35rem; color: var(--muted); font-size: .7rem; }
.field-errors { margin-top: .35rem; }
.field-error { color: var(--danger); font-size: .75rem; font-weight: 650; }
.field-error + .field-error { margin-top: .2rem; }
.has-error input, .has-error select, .has-error textarea { border-color: var(--danger); }
.error-summary { margin-bottom: 1rem; padding: 1rem; color: #762f29; background: var(--danger-pale); border: 1px solid #ebc1bc; border-left: 4px solid var(--danger); border-radius: var(--radius-sm); }
.error-summary strong { display: block; }
.error-summary p { margin-top: .2rem; font-size: .8rem; }
.error-summary ul { margin: .5rem 0 0; padding-left: 1.2rem; font-size: .8rem; }
.consent-field { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; padding: 1rem 1.25rem; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); }
.consent-field input { width: 1.2rem; height: 1.2rem; margin-top: .15rem; accent-color: var(--brand); }
.consent-field label { font-size: .82rem; font-weight: 700; }
.consent-field .field-errors { grid-column: 2; }
.privacy-note { margin: .5rem 1.25rem 1rem; color: var(--muted); font-size: .7rem; }
.submit-inquiry { margin-top: .25rem; }
.submit-note { margin-top: .55rem; color: var(--muted); font-size: .7rem; text-align: center; }
.summary-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: start; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.summary-heading h2 { font-size: 1.35rem; }
.summary-heading a { font-size: .75rem; font-weight: 750; }
.inquiry-items { max-height: 22rem; overflow-y: auto; margin: 0; padding: .2rem 0; list-style: none; scrollbar-width: thin; }
.inquiry-items li { display: grid; grid-template-columns: auto 1fr; gap: .7rem; padding: .85rem 0; border-bottom: 1px solid var(--border); }
.inquiry-items li > div { min-width: 0; }
.inquiry-item-index { color: var(--copper-dark); font-size: .65rem; font-weight: 850; }
.inquiry-items strong { display: block; overflow-wrap: anywhere; font-size: .8rem; line-height: 1.35; }
.inquiry-items p { margin-top: .25rem; overflow-wrap: anywhere; color: var(--muted); font-size: .7rem; line-height: 1.4; }
.inquiry-items small { display: block; margin-top: .35rem; color: var(--ink); font-weight: 750; }

.success-page { padding-top: 2.5rem; }
.checkout-steps-success { margin-bottom: 2rem; }
.success-panel { max-width: 48rem; margin: 0 auto; padding: clamp(1.5rem, 5vw, 3.5rem); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); text-align: center; }
.success-mark { display: grid; place-items: center; width: 4rem; height: 4rem; margin: 0 auto 1.2rem; color: var(--success); background: var(--success-pale); border-radius: 50%; }
.success-mark svg { width: 2rem; height: 2rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.4; }
.success-panel h1 { font-size: clamp(2.2rem, 5vw, 3.7rem); }
.success-lead { max-width: 38rem; margin: 1rem auto 1.8rem; color: var(--muted); font-size: 1.02rem; line-height: 1.65; }
.request-number { position: relative; display: grid; grid-template-columns: 1fr auto; gap: .4rem 1rem; align-items: center; max-width: 34rem; margin: 0 auto 2rem; padding: 1rem; background: var(--canvas); border: 1px dashed var(--border-dark); border-radius: var(--radius-md); text-align: left; }
.request-number > span:first-child { grid-column: 1; color: var(--muted); font-size: .7rem; }
.request-number strong { grid-column: 1; font-size: 1.05rem; letter-spacing: .04em; overflow-wrap: anywhere; }
.copy-button { grid-column: 2; grid-row: 1 / 3; display: inline-flex; align-items: center; gap: .4rem; min-height: 2.75rem; padding: .5rem .7rem; color: var(--brand); background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); font-size: .72rem; font-weight: 750; cursor: pointer; }
.copy-button:hover { border-color: var(--brand); }
.copy-button svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.copy-status { position: absolute; top: calc(100% + .3rem); right: 0; color: var(--success); font-size: .7rem; }
.success-next { max-width: 36rem; margin: 0 auto 1.5rem; text-align: left; }
.success-next h2 { margin-bottom: .75rem; font-size: 1.25rem; }
.success-next ol { margin: 0; padding: 0; list-style: none; }
.success-next li { display: grid; grid-template-columns: auto 1fr; gap: .7rem; padding: .8rem 0; border-top: 1px solid var(--border); }
.success-next li > span { display: grid; place-items: center; width: 1.5rem; height: 1.5rem; color: var(--brand); background: var(--brand-pale); border-radius: 50%; font-size: .68rem; font-weight: 850; }
.success-next p { display: flex; flex-direction: column; }
.success-next strong { font-size: .82rem; }
.success-next small { margin-top: .2rem; color: var(--muted); font-size: .72rem; }
.success-items { max-width: 36rem; margin: 0 auto 1.25rem; text-align: left; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.success-items summary { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; font-size: .8rem; font-weight: 750; cursor: pointer; }
.success-items summary span { color: var(--muted); }
.success-items ul { margin: 0; padding: 0 0 .5rem; list-style: none; }
.success-items li { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; font-size: .75rem; }
.success-items li > span { display: flex; min-width: 0; overflow-wrap: anywhere; flex-direction: column; text-align: left; }
.success-items small { margin-top: .2rem; color: var(--muted); }
.email-note { max-width: 36rem; margin: 0 auto 1.5rem; color: var(--muted); font-size: .72rem; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; min-height: 0 !important; overflow: hidden !important; padding: 0 !important; opacity: 0 !important; border: 0 !important; clip-path: inset(50%) !important; pointer-events: none !important; }
.success-actions { display: flex; justify-content: center; gap: .75rem; }

.site-footer { color: #fff; background: var(--ink); }
.footer-inner { display: grid; grid-template-columns: minmax(18rem, 1.25fr) minmax(12rem, .55fr) minmax(18rem, .8fr); gap: clamp(2rem, 7vw, 6rem); max-width: var(--container); margin: 0 auto; padding: 4rem 2rem 3rem; }
.brand-footer { margin-bottom: 1rem; }
.brand-footer { width: 15rem; height: 5.25rem; }
.brand-footer .brand-logo { width: 100%; }
.footer-brand > p, .footer-info p, .footer-info address { max-width: 28rem; color: #aebdc2; font-size: .8rem; font-style: normal; line-height: 1.65; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.footer-nav strong, .footer-info strong { margin-bottom: .3rem; color: #fff; font-size: .82rem; }
.footer-nav a { min-height: 1.7rem; color: #aebdc2; font-size: .78rem; text-decoration: none; }
.footer-nav a:hover { color: #fff; text-decoration: underline; }
.footer-email { display: inline-block; margin-top: .35rem; overflow-wrap: anywhere; color: #fff; font-size: .8rem; }
.footer-email:hover { color: #f2b9bc; }
.footer-requisites { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem 1.25rem; margin: 1.1rem 0 0; }
.footer-requisites div { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .4rem; min-width: 0; }
.footer-requisites dt { color: #82949a; font-size: .68rem; }
.footer-requisites dd { margin: 0; overflow-wrap: anywhere; color: #aebdc2; font-size: .72rem; font-variant-numeric: tabular-nums; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; max-width: var(--container); margin: 0 auto; padding: 1.2rem 2rem; color: #82949a; border-top: 1px solid rgb(255 255 255 / 10%); font-size: .7rem; }

@media (max-width: 72rem) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .promotion-track { grid-auto-columns: 39%; }
  .catalog-filters { grid-template-columns: minmax(16rem, 2fr) minmax(11rem, 1fr) minmax(11rem, 1fr); }
  .filter-submit { grid-column: 3; justify-self: end; min-width: 8rem; }
  .filter-reset { grid-column: 1 / -1; grid-row: 2; justify-self: start; align-self: center; }
  .cart-item { grid-template-columns: 7.5rem minmax(0, 1fr); }
  .cart-item-actions { grid-column: 2; }
}

@media (max-width: 64rem) {
  .header-utility { display: none; }
  .header-inner { grid-template-columns: auto auto minmax(10rem, 1fr) auto auto auto; gap: .65rem; }
  .header-cart { justify-self: end; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: inline-flex; align-items: center; gap: .5rem; min-height: 3.05rem; padding: .55rem .75rem; color: var(--ink); background: #fff; border: 1px solid var(--border-dark); border-radius: var(--radius-sm); font-size: .82rem; font-weight: 700; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-icon { position: relative; width: 1rem; height: .7rem; border-top: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; }
  .menu-icon::after { position: absolute; top: 50%; left: 0; width: 100%; height: 1.5px; background: currentColor; content: ""; transform: translateY(-50%); }
  .mobile-menu[open] .menu-icon { border: 0; }
  .mobile-menu[open] .menu-icon::before, .mobile-menu[open] .menu-icon::after { position: absolute; top: 50%; width: 100%; height: 1.5px; background: currentColor; content: ""; transform: rotate(45deg); }
  .mobile-menu[open] .menu-icon::after { transform: rotate(-45deg); }
  .mobile-menu nav { position: absolute; top: calc(100% + .6rem); right: 0; display: flex; flex-direction: column; width: min(20rem, calc(100vw - 2rem)); overflow: hidden; padding: .45rem; color: var(--ink); background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-md); }
  .mobile-menu nav a { padding: .85rem .9rem; color: var(--ink); border-radius: .4rem; font-weight: 700; text-decoration: none; }
  .mobile-menu nav a:hover, .mobile-menu nav a[aria-current="page"] { color: var(--brand); background: var(--brand-pale); }
  .mobile-menu-contact { display: grid; gap: .25rem; margin-top: .35rem; padding: .8rem .9rem .35rem; color: var(--muted); border-top: 1px solid var(--border); font-size: .72rem; }
  .mobile-menu-contact a { min-height: 0; padding: 0 !important; color: var(--brand) !important; font-weight: 700; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(20rem, .7fr); gap: 2rem; }
  .trust-list { grid-template-columns: 1fr; margin-top: 2.5rem; }
  .trust-list li { padding-top: .65rem; }
  .hero-visual { min-height: 26rem; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .store-contact-panel { grid-template-columns: minmax(0, 1fr) minmax(15rem, .8fr); }
  .store-contact-actions { grid-column: 1 / -1; flex-direction: row; }
  .product-detail-layout { grid-template-columns: minmax(0, 1fr) minmax(20rem, .85fr); gap: 2rem; }
  .cart-layout, .inquiry-layout { grid-template-columns: minmax(0, 1fr) minmax(18rem, 21rem); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 52rem) {
  html { scroll-behavior: auto; }
  .page-shell, .section-shell, .messages { width: min(calc(100% - 2.5rem), var(--container)); }
  .header-inner { grid-template-columns: auto auto minmax(0, 1fr) auto auto; padding-inline: 1.25rem; }
  .header-search { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-block: 3.5rem; }
  .hero-copy h1 { max-width: 43rem; }
  .trust-list { grid-template-columns: repeat(3, 1fr); }
  .hero-visual { min-height: 25rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promotion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promotion-detail-layout { grid-template-columns: 1fr; }
  .promotion-detail-copy { padding-top: 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li + li { border-top: 0; border-left: 0; }
  .store-contact-panel { grid-template-columns: 1fr; }
  .store-contact-details { padding: 1.25rem 0 0; border-top: 1px solid rgb(255 255 255 / 15%); border-left: 0; }
  .store-contact-actions { grid-column: 1; }
  .catalog-header, .page-header-split { grid-template-columns: 1fr; gap: 1rem; }
  .catalog-header-compact h1 { white-space: normal; }
  .catalog-filters { grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: 1 / -1; }
  .filter-field { grid-column: 1; grid-row: 2; }
  .filter-submit { grid-column: 2; grid-row: 2; justify-self: stretch; }
  .filter-reset { grid-column: 1 / -1; grid-row: 3; }
  .category-chips-shell::after { display: block; }
  .category-chips-hint { display: inline-flex; align-items: center; gap: .3rem; }
  .product-detail-layout { grid-template-columns: 1fr; }
  .product-heading-desktop { display: none; }
  .product-heading-mobile { display: block; margin: 1.5rem 0; }
  .purchase-column { position: static; }
  .detail-steps { grid-template-columns: 1fr; gap: 1.5rem; }
  .cart-layout, .inquiry-layout { grid-template-columns: 1fr; }
  .cart-summary, .inquiry-summary { position: static; }
  .inquiry-summary { grid-row: 1; }
}

@media (max-width: 38rem) {
  .page-shell, .section-shell, .messages { width: min(calc(100% - 2rem), var(--container)); }
  .page-shell { padding-bottom: 4rem; }
  .header-inner { grid-template-columns: auto auto 1fr auto; min-height: 4.4rem; padding: .65rem 1rem; }
  .brand { width: 8.75rem; height: 3.25rem; }
  .header-promotions { display: none; }
  .header-catalog { width: 3.05rem; padding-inline: 0; }
  .header-catalog span { display: none; }
  .header-cart { padding: .5rem .65rem; }
  .header-cart > span:not(.cart-count) { display: none; }
  .mobile-menu summary { padding-inline: .65rem; }
  .mobile-menu summary > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .hero { padding-block: 2.5rem 3rem; }
  .hero-copy h1 { font-size: clamp(2.1rem, 10vw, 2.65rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { grid-template-columns: 1fr; gap: .5rem; }
  .hero-visual { min-height: 22rem; border-radius: .25rem 1.75rem .25rem .25rem; }
  .hero-visual svg { top: 2.5rem; right: 0; width: 100%; overflow: hidden; }
  .home-section { padding-block: 4rem; }
  .section-heading { flex-wrap: wrap; align-items: start; gap: .8rem; }
  .section-heading .text-link { min-height: 2.25rem; }
  .section-heading-actions { width: 100%; justify-content: space-between; }
  .carousel-controls { display: none; }
  .promotion-track { grid-auto-columns: 83%; margin-right: -1rem; padding-right: 1rem; }
  .promotion-carousel-count-1 .promotion-track, .promotion-carousel-count-2 .promotion-track { grid-template-columns: 1fr; margin-right: 0; overflow: visible; padding-right: 0; }
  .promotion-carousel-count-1 .promotion-card > a { display: flex; }
  .promotion-carousel-count-1 .promotion-card-media { aspect-ratio: 16 / 10; border-right: 0; border-bottom: 1px solid var(--border); }
  .promotion-grid { grid-template-columns: 1fr; }
  .promotion-pagination { grid-template-columns: 1fr 1fr; }
  .promotion-pagination .pagination-pages { grid-column: 1 / -1; grid-row: 1; }
  .category-grid, .product-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 14rem; }
  .category-image { height: 7.5rem; }
  .product-grid .product-card { max-width: none; }
  .hero-product-grid { inset: 4rem 1rem 3.8rem; gap: .5rem; }
  .hero-product-tile span { right: .35rem; bottom: .35rem; left: .35rem; font-size: .62rem; }
  .home-store-section { padding-bottom: 4rem; }
  .store-contact-panel { gap: 1.35rem; padding: 1.5rem; }
  .store-contact-actions { flex-direction: column; }
  .catalog-header h1, .page-header-split h1 { font-size: 2.35rem; }
  .catalog-filters { grid-template-columns: 1fr; }
  .search-field, .filter-field, .filter-submit, .filter-reset { grid-column: 1; grid-row: auto; }
  .filter-reset { justify-self: center; }
  .catalog-toolbar { align-items: start; flex-direction: column; }
  .breadcrumbs span[aria-current="page"] { max-width: 12rem; }
  .detail-steps { margin-top: 3rem; padding: 1.25rem; }
  .detail-steps ol { grid-template-columns: 1fr; }
  .detail-steps li + li { border-top: 1px solid var(--border-dark); border-left: 0; }
  .variant-data { flex-direction: column; }
  .variant-data-compact { flex-direction: row; }
  .variant-data-divider { display: inline; }
  .checkout-steps { margin-bottom: 2.5rem; }
  .checkout-steps li { min-width: 0; font-size: .62rem; line-height: 1.25; }
  .checkout-steps li span { width: 1.75rem; height: 1.75rem; }
  .checkout-steps li::before { top: .86rem; }
  .cart-item { grid-template-columns: 5.5rem minmax(0, 1fr); gap: .8rem; }
  .cart-item-media { min-height: 5.5rem; }
  .cart-item-actions { grid-column: 1 / -1; }
  .quantity-update-row { align-items: stretch; }
  .quantity-stepper-small { flex: 1; grid-template-columns: 2.5rem minmax(2.7rem, 1fr) 2.5rem; }
  .cart-list-footer { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: 1; }
  .inquiry-summary { padding: 1.1rem; }
  .success-actions { flex-direction: column; }
  .request-number { grid-template-columns: 1fr; text-align: center; }
  .request-number > span:first-child, .request-number strong, .copy-button { grid-column: 1; grid-row: auto; }
  .copy-button { justify-self: center; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.75rem; padding: 2.5rem 1rem 1.75rem; }
  .footer-brand { grid-column: 1; }
  .footer-requisites { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .35rem 1rem; margin-top: .8rem; }
  .footer-requisites div { display: block; }
  .footer-requisites dt { display: inline; margin-right: .3rem; }
  .footer-requisites dd { display: inline; }
  .footer-bottom { flex-direction: column; padding-inline: 1rem; }
}

@media (min-width: 24rem) and (max-width: 38rem) {
  .header-inner { grid-template-columns: auto auto 1fr auto; }
  .brand { width: 8rem; }
  .header-catalog { width: auto; padding-inline: .75rem; }
  .header-catalog span { display: inline; }
}

@media (max-width: 22rem) {
  .hero-copy h1 { font-size: 2.1rem; }
  .catalog-header h1, .page-header-split h1 { font-size: 2.1rem; }
  .brand { width: 7.75rem; height: 3rem; }
  .header-inner { gap: .5rem; }
  .header-cart { min-width: 2.65rem; padding-inline: .5rem; }
  .mobile-menu summary { min-width: 2.65rem; justify-content: center; padding-inline: .45rem; }
  .checkout-steps li { font-size: 0; }
  .checkout-steps li span { font-size: .7rem; }
  .cart-item { grid-template-columns: 1fr; }
  .cart-item-media { min-height: 9rem; }
  .cart-item-info, .cart-item-actions { grid-column: 1; }
}

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

@media (forced-colors: active) {
  .button, .category-card, .product-card, .variant-option, .cart-item { border: 1px solid ButtonText; }
  .cart-count, .success-mark, .checkout-steps li span { forced-color-adjust: none; }
}
