:root {
  --ink: #101820;
  --ink-soft: #1c2832;
  --muted: #5f6f7b;
  --paper: #eef3f6;
  --surface: #fbfdfe;
  --surface-steel: #e5edf2;
  --line: #c8d3da;
  --accent: #64ddff;
  --accent-strong: #20b9e6;
  --accent-dark: #087ea4;
  --glow: rgba(100, 221, 255, .22);
  --shadow: 0 18px 52px rgba(15, 27, 36, .09);
  --steel-gradient: linear-gradient(135deg, #ffffff 0%, #eef4f7 52%, #dbe6ec 100%);
}

* { box-sizing: border-box; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #f8fafb 0, var(--paper) 520px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent-strong); outline-offset: 3px; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(100,221,255,.48);
  color: white;
  background: linear-gradient(110deg, rgba(8,14,19,.97), rgba(27,39,48,.96) 58%, rgba(10,19,25,.97));
  box-shadow: 0 9px 32px rgba(4,12,18,.2), inset 0 -1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--accent); color: var(--ink); font-size: .78rem; font-weight: 900; }
.brand-logo { width: 42px; height: 42px; object-fit: cover; border: 1px solid rgba(143,229,255,.62); border-radius: 50%; box-shadow: 0 0 18px rgba(74,202,242,.2); }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: #eef6f9; text-decoration: none; font-size: .9rem; }
nav a:hover, nav a:focus-visible { color: var(--accent); }
.cart-trigger { display: inline-flex; align-items: center; border: 0; padding: 0; color: white; background: transparent; font: inherit; font-size: .9rem; text-decoration: none; cursor: pointer; }
.cart-trigger span { display: inline-grid; place-items: center; min-width: 24px; height: 24px; margin-left: 5px; padding: 0 6px; color: var(--ink); background: var(--accent); font-size: .75rem; font-weight: 900; }

.intro {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(64px, 7vw, 96px) 5vw 48px;
  color: white;
  background:
    linear-gradient(120deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(112deg, transparent 0 62%, rgba(220,240,248,.08) 62.2% 62.6%, transparent 62.8%),
    radial-gradient(circle at 84% 20%, rgba(100,221,255,.24), transparent 27%),
    linear-gradient(135deg, #0d141a 0%, #17232c 58%, #0a1117 100%);
  box-shadow: inset 0 -1px 0 rgba(100,221,255,.38);
}
.eyebrow { margin: 0 0 16px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.intro .eyebrow { margin-bottom: 18px; color: var(--accent); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 920px; margin-bottom: 28px; font-size: clamp(2.8rem, 7vw, 6.5rem); }
.lead { max-width: 730px; margin: 0 0 34px; color: #cfdae0; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.primary { display: inline-flex; min-height: 52px; align-items: center; padding: 0 24px; border-radius: 7px; background: linear-gradient(135deg, #9ceaff, var(--accent) 46%, #35c5ec); color: #07141a; box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 9px 24px rgba(17,166,207,.18); font-weight: 850; text-decoration: none; transition: background .18s ease, box-shadow .18s ease, transform .18s ease; }
.primary:hover, .primary:focus-visible { background: linear-gradient(135deg, #ffffff, #dff8ff); box-shadow: inset 0 1px 0 white, 0 12px 28px rgba(17,166,207,.2); transform: translateY(-1px); }
.proof { width: 100%; display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #aeb5b9; font-size: .86rem; }
.proof span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--glow); }

.catalog { padding: clamp(72px, 9vw, 120px) 5vw; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 470px); gap: 40px; align-items: end; margin-bottom: 42px; }
.section-heading h2, .about h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4.5vw, 4.2rem); }
.section-heading > p { margin: 0; color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 16px; }
.card { min-height: 370px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: 0 10px 34px rgba(15,27,36,.055); display: flex; flex-direction: column; justify-content: space-between; gap: 38px; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.card:hover { border-color: #9bb4c2; box-shadow: var(--shadow); transform: translateY(-2px); }
.card.featured { border-color: #9bcfe0; background: var(--steel-gradient); box-shadow: inset 0 3px 0 var(--accent-strong), 0 12px 36px rgba(19,111,139,.08); }
.catalog .grid > .card { position: relative; isolation: isolate; color: white; background-position: center; background-repeat: no-repeat; background-size: cover; }
.catalog .grid > .card > * { position: relative; z-index: 1; }
.catalog .grid > .card :is(.card-code, .category, .product-links li, p:not(.category)) { color: white; }
.catalog .grid > .card .direct-product-links a { border-color: rgba(255,255,255,.42); color: white; background: rgba(8,10,12,.24); }
#installation-buttons { background-image: linear-gradient(90deg, rgba(8,10,12,.72), rgba(8,10,12,.42)), url("media/category-installations-default.webp"); }
#tile-tools { background-image: linear-gradient(90deg, rgba(8,10,12,.72), rgba(8,10,12,.42)), url("media/category-tools.webp"); }
#templates { background-image: linear-gradient(90deg, rgba(8,10,12,.72), rgba(8,10,12,.42)), url("media/category-templates.webp"); }
#storage { background-image: linear-gradient(90deg, rgba(8,10,12,.72), rgba(8,10,12,.42)), url("media/category-storage.webp"); }
@media (hover: hover) and (pointer: fine) {
  #tile-tools::before { content: ""; position: absolute; inset: 0; z-index: 0; background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 0; transition: opacity .24s ease; }
  #tile-tools:has(.product-links > li:nth-child(1):is(:hover, :focus-within))::before { background-image: linear-gradient(90deg, rgba(8,10,12,.72), rgba(8,10,12,.42)), url("media/category-tools-adjustable-angle.webp"); opacity: 1; }
  #tile-tools:has(.product-links > li:nth-child(2):is(:hover, :focus-within))::before { background-image: linear-gradient(90deg, rgba(8,10,12,.72), rgba(8,10,12,.42)), url("media/category-tools-table-clamp.webp"); opacity: 1; }
  #tile-tools:has(.product-links > li:nth-child(3):is(:hover, :focus-within))::before { background-image: linear-gradient(90deg, rgba(8,10,12,.72), rgba(8,10,12,.42)), url("media/category-tools-strip-clamp.webp"); opacity: 1; }
  #tile-tools:has(.product-links > li:nth-child(4):is(:hover, :focus-within))::before { background-image: linear-gradient(90deg, rgba(8,10,12,.72), rgba(8,10,12,.42)), url("media/category-tools-gluing-angle.webp"); opacity: 1; }
  #templates::before { content: ""; position: absolute; inset: 0; z-index: 0; background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 0; transition: opacity .24s ease; }
  #templates:has(.product-links > li:nth-child(1):is(:hover, :focus-within))::before { background-image: linear-gradient(90deg, rgba(8,10,12,.72), rgba(8,10,12,.42)), url("media/category-templates-self-adhesive.webp"); opacity: 1; }
  #templates:has(.product-links > li:nth-child(2):is(:hover, :focus-within))::before { background-image: linear-gradient(90deg, rgba(8,10,12,.72), rgba(8,10,12,.42)), url("media/category-templates-plastic.webp"); opacity: 1; }
}
.card-main-link { display: flex; flex: 1; flex-direction: column; justify-content: space-between; gap: 38px; color: inherit; text-decoration: none; }
.card:has(.card-main-link) { padding: 0; }
.card-main-link { padding: 30px; }
.card-main-link:hover .browse-button, .card-main-link:focus-visible .browse-button { border-color: var(--accent-strong); color: var(--ink); background: #dff8ff; }
.card-main-link:focus-visible { outline: 3px solid var(--accent-strong); outline-offset: -6px; }
.card-code { align-self: flex-end; color: var(--muted); font-size: .82rem; font-weight: 800; }
.featured .card-code { color: var(--accent-dark); }
.category { margin: 0 0 12px; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card h3 { max-width: 530px; margin-bottom: 14px; font-size: clamp(1.6rem, 3vw, 2.65rem); }
.card p:not(.category) { max-width: 610px; margin: 0; color: #4f626f; }
.card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.card ul li { padding: 7px 10px; border: 1px solid var(--line); font-size: .78rem; }
.featured ul li { border-color: rgba(8,126,164,.28); background: rgba(255,255,255,.48); }
.product-links { display: grid; gap: 9px; margin: 22px 0 0; padding-left: 1.35rem; }
.product-links li { padding-left: 5px; color: #344650; }
.product-links a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.product-links a:hover, .product-links a:focus-visible { font-weight: 800; }
.direct-product-links { gap: 8px; }
.direct-product-links li { padding-left: 2px; }
.direct-product-links a { display: block; padding: 11px 13px; border: 1px solid rgba(56,96,116,.32); border-radius: 7px; color: var(--ink); background: rgba(255,255,255,.28); text-decoration: none; transition: color .18s ease, border-color .18s ease, font-weight .18s ease; }
.direct-product-links a:hover, .direct-product-links a:focus-visible { color: inherit; background: transparent; font-weight: 900; outline: 0; }
.system-picker { position: relative; isolation: isolate; overflow: hidden; transition: color .22s ease; }
.system-picker::before { content: ""; position: absolute; inset: 0; z-index: 0; background-position: center; background-size: cover; opacity: 0; transition: opacity .24s ease; }
.system-picker > * { position: relative; z-index: 1; }
.system-picker:has(.mechanical-system-link:is(:hover, :focus-visible))::before { background-image: linear-gradient(90deg, rgba(10,12,14,.82), rgba(10,12,14,.52)), url("media/category-mechanical.webp"); opacity: 1; }
.system-picker:has(.pneumatic-system-link:is(:hover, :focus-visible))::before { background-image: linear-gradient(90deg, rgba(10,12,14,.82), rgba(10,12,14,.48)), url("media/category-grohe.webp"); opacity: 1; }
.system-picker:has(.system-link:is(:hover, :focus-visible)) { color: white; }
.system-picker:has(.system-link:is(:hover, :focus-visible)) .card-code,
.system-picker:has(.system-link:is(:hover, :focus-visible)) .category,
.system-picker:has(.system-link:is(:hover, :focus-visible)) p:not(.category),
.system-picker:has(.system-link:is(:hover, :focus-visible)) .system-link { color: white; }
.system-picker:has(.system-link:is(:hover, :focus-visible)) .system-link { border-color: rgba(255,255,255,.55); background: transparent; }
.system-picker:has(.system-link:is(:hover, :focus-visible)) .browse-button { border-color: var(--accent); color: var(--ink); background: var(--accent); }
@media (hover: none), (pointer: coarse) { .system-picker::before { display: none; } }
.browse-button { display: inline-flex; min-height: 46px; align-items: center; margin-top: 24px; padding: 0 18px; border: 1px solid #67808e; border-radius: 7px; color: var(--ink); background: rgba(255,255,255,.38); font-weight: 800; text-decoration: none; }
.browse-button:hover, .browse-button:focus-visible { border-color: var(--accent-strong); color: var(--ink); background: #dff8ff; }
.add-button { min-height: 46px; margin-top: 24px; padding: 0 18px; border: 1px solid #67808e; border-radius: 7px; color: var(--ink); background: transparent; font: inherit; font-weight: 800; cursor: pointer; }
.add-button:hover, .add-button:focus-visible { border-color: var(--accent-strong); color: var(--ink); background: #dff8ff; }
.add-button.added { color: var(--ink); background: var(--accent); }
.featured .add-button.added { background: white; }

.about { padding: clamp(72px, 9vw, 120px) 5vw; border-top: 1px solid rgba(100,221,255,.42); color: white; background: radial-gradient(circle at 82% 18%, rgba(100,221,255,.13), transparent 25%), linear-gradient(135deg, #16212a, #0d141a 68%); }
.about .eyebrow { color: var(--accent); }
.about h2 { max-width: 900px; }
.about > p:last-child { max-width: 720px; margin: 30px 0 0 auto; color: #cbd0d3; font-size: 1.1rem; }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 28px; padding: 30px 5vw; border-top: 1px solid rgba(100,221,255,.22); color: #afbec6; background: #091117; font-size: .86rem; }
footer a { text-underline-offset: 4px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.legal-page { min-height: calc(100vh - 68px); padding: clamp(36px, 6vw, 78px) 5vw 96px; }
.legal-shell { width: min(980px, 100%); margin: 0 auto; }
.legal-heading { margin-bottom: 30px; }
.legal-heading h1 { max-width: 850px; margin-bottom: 18px; font-size: clamp(2.4rem, 6vw, 5rem); }
.legal-heading p { max-width: 760px; margin: 0; color: var(--muted); }
.legal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.legal-card, .legal-section { padding: clamp(22px, 4vw, 36px); border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: 0 12px 36px rgba(15,27,36,.055); }
.legal-card { color: inherit; text-decoration: none; }
.legal-card:hover, .legal-card:focus-visible { border-color: var(--accent-strong); box-shadow: inset 5px 0 0 var(--accent-strong), var(--shadow); }
.legal-card h2, .legal-section h2 { margin-bottom: 12px; font-size: clamp(1.35rem, 3vw, 2rem); }
.legal-card p, .legal-section p, .legal-section li { color: #4f626f; }
.legal-card p, .legal-section p:last-child { margin-bottom: 0; }
.legal-sections { display: grid; gap: 14px; }
.legal-section ul, .legal-section ol { margin: 14px 0 0; padding-left: 1.3rem; }
.legal-section li + li { margin-top: 8px; }
.legal-details { display: grid; grid-template-columns: minmax(180px, .45fr) 1fr; gap: 10px 24px; margin: 0; }
.legal-details dt { color: var(--muted); font-weight: 700; }
.legal-details dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.legal-note { padding-left: 14px; border-left: 4px solid var(--accent-strong); }
.legal-updated { color: var(--muted); font-size: .85rem; }
.consent-field a { color: var(--accent-dark); font-weight: 700; }
@media (max-width: 680px) { .legal-grid { grid-template-columns: 1fr; } .legal-details { grid-template-columns: 1fr; gap: 2px; } .legal-details dd + dt { margin-top: 12px; } }
.contact-trigger { position: fixed; right: 22px; bottom: 22px; z-index: 12; min-height: 52px; padding: 0 20px; border: 1px solid rgba(255,255,255,.6); border-radius: 8px; color: #07141a; background: linear-gradient(135deg, #a4edff, var(--accent) 48%, #34c4ec); box-shadow: 0 14px 34px rgba(4,24,34,.28), 0 0 0 1px rgba(100,221,255,.2); font: inherit; font-weight: 900; cursor: pointer; }
.contact-trigger:hover, .contact-trigger:focus-visible { background: white; }
.panel { width: min(620px, calc(100% - 24px)); max-height: min(820px, calc(100dvh - 24px)); margin: auto; padding: 0; border: 1px solid #9db4c1; border-radius: 16px; color: var(--ink); background: var(--surface); box-shadow: 0 30px 90px rgba(2,13,20,.34); overflow: auto; }
.panel::backdrop { background: rgba(10,12,14,.72); backdrop-filter: blur(4px); }
.panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 28px; border-bottom: 1px solid var(--line); }
.panel-head h2 { margin: 0; font-size: clamp(2rem, 7vw, 3.4rem); }
.icon-button { width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 7px; background: transparent; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.cart-items { padding: 0 28px; }
.cart-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto auto; gap: 16px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-row strong { line-height: 1.25; }
.cart-item-copy { min-width: 0; display: grid; gap: 5px; }
.cart-item-copy span { color: var(--muted); font-size: .82rem; }
.cart-line-price { min-width: 78px; text-align: right; white-space: nowrap; }
.quantity { display: flex; align-items: center; border: 1px solid #a9bec9; border-radius: 7px; background: #f2f9fc; overflow: hidden; }
.quantity button { width: 38px; height: 38px; border: 0; color: var(--accent-dark); background: transparent; font-size: 1.1rem; font-weight: 850; cursor: pointer; }
.quantity button:hover, .quantity button:focus-visible { background: #dff8ff; outline: 0; }
.quantity span { min-width: 24px; text-align: center; font-weight: 800; }
.remove { border: 0; color: var(--muted); background: transparent; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cart-empty { padding: 36px 28px; }
.cart-empty p { margin-top: 0; color: var(--muted); }
.cart-actions { padding: 24px 28px 30px; }
.cart-summary { padding: 22px 28px 0; }
.cart-total { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.cart-total strong { font-size: 1.65rem; }
.cart-delivery-total { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.cart-delivery-total strong { max-width: 180px; color: var(--muted); font-size: 1rem; text-align: right; }
.cart-delivery-total[data-state="ready"] strong, .cart-delivery-total[data-state="free"] strong { color: #0d705d; }
.cart-delivery-total[data-state="error"] strong { color: #a62b2b; }
.cart-grand-total { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-top: 16px; padding-top: 16px; border-top: 2px solid #9eafb8; }
.cart-grand-total span { font-weight: 900; }
.cart-grand-total strong { font-size: 1.85rem; }
.cart-summary .delivery-hint { margin-top: 14px; }
.cart-summary > p { margin: 10px 0 0; color: var(--muted); font-size: .82rem; }
.price-note { margin: 0 0 16px; color: var(--muted); font-size: .9rem; }
.checkout-button { width: 100%; justify-content: center; border: 0; cursor: pointer; }
.secondary { min-height: 46px; padding: 0 17px; border: 1px solid #607985; border-radius: 7px; color: var(--ink); background: transparent; font: inherit; font-weight: 800; cursor: pointer; }
.secondary:hover, .secondary:focus-visible { border-color: var(--accent-strong); background: #e5f8fd; }
.checkout { padding: 28px; border-top: 1px solid var(--line); background: #eaf1f5; }
.checkout-heading h3 { margin-bottom: 22px; font-size: 2rem; }
.payment-options { display: grid; gap: 10px; }
.payment-options button, .contact-list a, .contact-list .contact-method { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; min-height: 72px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; text-align: left; text-decoration: none; cursor: pointer; }
.contact-list .contact-method { width: 100%; font: inherit; }
.payment-options button:hover, .payment-options button:focus-visible, .contact-list a:hover, .contact-list a:focus-visible, .contact-list .contact-method:hover, .contact-list .contact-method:focus-visible { border-color: var(--accent-strong); box-shadow: inset 5px 0 0 var(--accent-strong), 0 9px 24px rgba(15,89,111,.08); }
.payment-options span, .contact-list span { color: var(--muted); font-size: .86rem; }
.payment-status { margin: 18px 0; color: var(--muted); font-size: .9rem; }
.contact-inline { width: 100%; }
.contact-list { display: grid; gap: 12px; padding: 28px; }

.product-page { min-height: calc(100vh - 68px); padding: 42px 5vw 90px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: var(--muted); font-size: .88rem; }
.breadcrumbs a, .breadcrumbs span { color: var(--muted); }
.breadcrumbs a { text-underline-offset: 3px; }
.breadcrumbs span:last-child { color: var(--ink); font-weight: 700; }
.product-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); overflow: hidden; }
.product-gallery { min-height: 660px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px, 5vw, 70px); color: white; background: linear-gradient(130deg, transparent 0 68%, rgba(219,238,247,.12) 68.2% 68.7%, transparent 68.9%), radial-gradient(circle at 75% 20%, rgba(100,221,255,.25), transparent 28%), linear-gradient(145deg, #0d141a, #22303a); }
.product-gallery span { margin-bottom: auto; color: var(--accent); font-size: .82rem; font-weight: 900; letter-spacing: .14em; }
.product-gallery strong { max-width: 650px; font-size: clamp(2.6rem, 5vw, 5.4rem); line-height: .98; letter-spacing: -.05em; }
.product-gallery small { margin-top: 28px; color: #aeb5b9; }
.product-photo { position: relative; min-height: 660px; display: grid; place-items: center; overflow: hidden; background: #eaf0f3; }
.product-photo > img { width: 100%; height: 100%; max-height: 760px; object-fit: contain; }
.product-photo-badge { position: absolute; top: 18px; left: 18px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.72); border-radius: 6px; color: #07141a; background: linear-gradient(135deg, #a4edff, var(--accent)); box-shadow: 0 8px 18px rgba(8,71,91,.16); font-size: .74rem; font-weight: 900; }
.pneumatic-cover { position: relative; justify-content: flex-end; overflow: hidden; background: linear-gradient(0deg, rgba(10,12,14,.78), rgba(10,12,14,.08) 62%), url("products/grohe-pneumatic/media/images/06_front_square.webp") center / cover no-repeat; }
.pneumatic-cover > div { display: grid; gap: 12px; }
.pneumatic-cover span { color: var(--accent); font-size: .78rem; font-weight: 900; letter-spacing: .14em; }
.pneumatic-cover strong { max-width: 560px; font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.05em; }
.pneumatic-cover small { color: #d4d8da; font-size: .9rem; }
.buy-box { padding: clamp(28px, 4vw, 58px); }
.buy-box h1 { margin-bottom: 20px; font-size: clamp(2.2rem, 4vw, 4.5rem); }
.product-summary { margin: 0 0 32px; color: var(--muted); font-size: 1.08rem; }
.variant-picker { display: grid; gap: 10px; margin: 0; padding: 0; border: 0; }
.variant-picker legend { margin-bottom: 10px; font-weight: 800; }
.variant-picker label, .addon { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.72); cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.variant-picker label:hover { border-color: #8fb6c8; }
.variant-picker label:has(input:checked) { border-color: var(--accent-strong); background: #f4fbfd; box-shadow: inset 5px 0 0 var(--accent-strong); }
.variant-picker input, .addon input { width: 20px; height: 20px; accent-color: var(--accent-dark); }
.variant-picker span, .addon span { display: grid; gap: 3px; }
.variant-picker small, .addon small { color: var(--muted); }
.variant-picker b, .addon b { white-space: nowrap; }
.addon { margin-top: 22px; background: #eaf1f5; }
.delivery-hint { margin-top: 18px; padding: 12px 14px; border-left: 5px solid #879ba6; border-radius: 0 7px 7px 0; background: #e7edf1; font-weight: 700; }
.delivery-hint.qualified { border-color: var(--accent-strong); background: #dff7ff; }
.buy-total { display: flex; align-items: baseline; justify-content: space-between; margin-top: 24px; }
.buy-total strong { font-size: 2rem; }
.product-add { width: 100%; justify-content: center; margin-top: 18px; border: 0; cursor: pointer; }
.delivery-rule { margin: 12px 0 0; color: var(--muted); font-size: .88rem; }
.pneumatic-media { padding: clamp(70px, 9vw, 120px) 0 20px; }
.media-heading { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(320px, 1.15fr); gap: 20px clamp(40px, 7vw, 110px); align-items: end; margin-bottom: 38px; }
.media-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.media-heading h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4.4vw, 4.2rem); }
.media-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.08rem; }
.media-viewer { max-width: 900px; margin: 0 auto; padding: 16px; border: 1px solid #38515f; border-radius: 14px; background: linear-gradient(145deg, #111a21, #24313a); box-shadow: 0 22px 56px rgba(7,18,25,.2); }
.media-stage { width: 100%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 7px; background: #080e12; }
.media-slide { display: block; }
.media-stage img.media-slide { width: 100%; height: 100%; object-fit: contain; }
.media-stage video.media-slide { width: 100%; height: 100%; object-fit: contain; }
.media-slide[hidden] { display: none; }
.media-selector { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.media-option { min-width: 0; min-height: 86px; display: grid; place-items: center; gap: 4px; padding: 5px; border: 2px solid transparent; border-radius: 7px; color: white; background: #26343e; font: inherit; font-size: .75rem; cursor: pointer; }
.media-option img { width: 100%; height: 58px; object-fit: cover; }
.media-option.active { border-color: var(--accent); }
.media-option:focus-visible { outline: 3px solid white; outline-offset: 2px; }
.media-video-option span { color: var(--accent); font-size: 1.25rem; }
.media-video-option strong { font-size: .75rem; }
.product-details { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); padding: clamp(60px, 8vw, 110px) 0 20px; }
.product-details h2 { max-width: 680px; font-size: clamp(2rem, 4vw, 3.8rem); }
.product-details p { color: var(--muted); }
.product-details h3 { margin: 28px 0 10px; font-size: 1.15rem; letter-spacing: -.015em; }
.feature-list { display: grid; gap: 7px; margin: 0; padding-left: 1.2rem; color: var(--muted); }
.important-note { display: grid; gap: 7px; margin-top: 24px; padding: 18px; border-left: 5px solid var(--accent-strong); border-radius: 0 8px 8px 0; background: white; box-shadow: 0 9px 26px rgba(15, 27, 36, .055); }
.important-note span { color: var(--muted); }
.specs { margin: 0; border-top: 1px solid var(--line); }
.specs div { display: grid; grid-template-columns: minmax(150px, .6fr) 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.specs dt { color: var(--muted); }
.specs dd { margin: 0; font-weight: 700; }
.category-page { min-height: calc(100vh - 68px); padding: 42px 5vw 100px; }
.category-heading { max-width: 1000px; margin: 42px 0 34px; }
.category-heading h1 { margin-bottom: 24px; }
.category-heading > p:last-child { max-width: 760px; color: var(--muted); font-size: 1.1rem; }
.product-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.product-choice { position: relative; min-height: 350px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 10px 34px rgba(15,27,36,.055); text-decoration: none; overflow: hidden; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.product-choice:first-child { border-color: #9bcfe0; background: var(--steel-gradient); box-shadow: inset 0 3px 0 var(--accent-strong), 0 10px 34px rgba(15,27,36,.065); }
.choice-number { align-self: flex-end; color: var(--muted); font-weight: 800; }
.product-choice .category { margin-top: auto; }
.product-choice h2 { max-width: 560px; margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.6rem); }
.product-choice p:not(.category) { max-width: 610px; color: #4f626f; }
.product-choice > strong { margin-top: 28px; }
.product-choice:hover, .product-choice:focus-visible { z-index: 1; border-color: var(--accent-strong); box-shadow: inset 0 0 0 2px var(--accent-strong), 0 18px 45px rgba(13,82,103,.14); transform: translateY(-4px); outline: 0; }
.product-choice:hover > strong, .product-choice:focus-visible > strong { text-decoration: underline; text-underline-offset: 5px; }
.pneumatic-choice { color: white; background: linear-gradient(90deg, #121518 0%, rgba(18,21,24,.96) 44%, rgba(18,21,24,.2) 76%), url("products/grohe-pneumatic/media/images/06_front_square.webp") right center / 62% auto no-repeat, #202428; }
.pneumatic-choice .choice-number, .pneumatic-choice .category, .pneumatic-choice p:not(.category) { color: #eef0f1; }
.pneumatic-choice h2, .pneumatic-choice p, .pneumatic-choice > strong { max-width: 58%; }
.pneumatic-choice:hover, .pneumatic-choice:focus-visible { box-shadow: inset 0 0 0 3px var(--accent), 0 18px 45px rgba(13,82,103,.18); }
.key-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.key-facts span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 6px; background: #f7fbfc; font-size: .84rem; font-weight: 700; }
.compatibility-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 6vw, 90px); padding: clamp(70px, 9vw, 120px) 0; border-bottom: 1px solid var(--line); }
.compatibility-intro h2, .faq h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.compatibility-intro > p { color: var(--muted); }
.compatibility-intro aside { display: grid; gap: 5px; margin-top: 28px; padding: 18px; border-left: 5px solid var(--accent-strong); border-radius: 0 9px 9px 0; background: white; box-shadow: 0 10px 28px rgba(15,27,36,.06); }
.compatibility-intro aside span { color: var(--muted); }
.compatibility-intro aside small { color: var(--muted); }
.compatibility-open { width: fit-content; margin-top: 12px; cursor: pointer; }
.compatibility-table-wrap { overflow-x: auto; }
.compatibility-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); border-radius: 10px; background: white; overflow: hidden; }
.compatibility-table th, .compatibility-table td { padding: 15px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
.compatibility-table tr > :last-child { border-right: 0; }
.compatibility-table tbody tr:last-child > * { border-bottom: 0; }
.compatibility-table th { background: #e4edf2; font-size: .85rem; }
.compatibility-dialog { width: min(720px, calc(100% - 24px)); overflow: auto; }
.compatibility-dialog .panel-head h2 { font-size: clamp(2rem, 5vw, 3rem); }
.compatibility-dialog .panel-head .eyebrow { margin-bottom: 8px; }
.compatibility-form { display: grid; gap: 18px; padding: 26px 28px 30px; }
.compatibility-form > p:first-child { margin: 0 0 2px; color: var(--muted); }
.form-field { display: grid; gap: 7px; font-weight: 750; }
.form-field input, .form-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #9eafb8; border-radius: 7px; color: var(--ink); background: white; font: inherit; }
.form-field textarea { min-height: 112px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--accent-dark); outline: 3px solid rgba(32,185,230,.24); outline-offset: 0; }
.photo-field { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; align-items: center; padding: 16px; border: 1px dashed #7d9aaa; border-radius: 9px; background: #eef6f9; cursor: pointer; }
.photo-field > span { grid-column: 1 / -1; font-weight: 800; }
.photo-field input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.photo-field strong { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 15px; color: white; background: var(--ink); }
.photo-field small { color: var(--muted); }
.photo-field:has(input:focus-visible) { outline: 3px solid var(--accent-dark); outline-offset: 2px; }
.selected-photos { margin-top: -10px; color: var(--muted); font-size: .86rem; overflow-wrap: anywhere; }
.consent-field { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; color: #4f575d; font-size: .9rem; }
.consent-field input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--accent-dark); }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.turnstile-wrap { display: grid; gap: 5px; }
.turnstile-wrap small { color: var(--muted); font-size: .78rem; }
.compatibility-submit { width: 100%; justify-content: center; border: 0; cursor: pointer; }
.compatibility-submit:disabled { cursor: wait; opacity: .58; }
.form-status { min-height: 24px; margin: -4px 0 0; font-weight: 700; }
.form-status.error { color: #a12020; }
.form-status.success { padding: 12px 14px; border-left: 5px solid #3c9b67; color: #165032; background: #e8f7ee; }
.faq { max-width: 980px; padding: 70px 0; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { padding: 20px 0; font-weight: 800; cursor: pointer; }
.faq details p { margin: 0 0 20px; color: var(--muted); }
.trademark-note { max-width: 1000px; margin: 0; padding: 22px; border: 1px solid var(--line); color: var(--muted); font-size: .82rem; }

.store-page { max-width: 1680px; min-height: calc(100vh - 68px); margin: 0 auto; padding: 24px clamp(16px, 3vw, 48px) 72px; }
.store-heading { display: grid; grid-template-columns: 1fr minmax(280px, 460px); gap: 24px; align-items: end; margin: 24px 0; }
.store-heading h1 { margin-bottom: 0; font-size: clamp(2rem, 3.5vw, 3.25rem); }
.store-heading > div:last-child { display: grid; gap: 12px; }
.store-heading p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.store-heading strong { padding-left: 14px; border-left: 5px solid var(--accent-strong); }
.store-group + .store-group { margin-top: 32px; }
.store-group-heading { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.store-group-heading h2 { margin: 0; font-size: 1.25rem; line-height: 1.3; }
.store-group-heading > span { color: var(--muted); font-size: .875rem; }
.store-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 12.5rem), 1fr)); grid-auto-rows: 1fr; gap: 14px; align-items: stretch; }
.store-product { width: 100%; max-width: 14rem; min-width: 0; display: flex; flex-direction: column; margin: 0; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 5px 18px rgba(15,27,36,.045); overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.store-product:hover { border-color: #9bb4c2; box-shadow: var(--shadow); transform: translateY(-3px); }
.store-media { position: relative; width: 100%; aspect-ratio: 3 / 4; flex: 0 0 auto; display: block; min-height: 0; color: white; background: #eef2f4; text-decoration: none; overflow: hidden; }
.image-store-media { position: relative; }
.image-store-media img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.poster-store-media { background: #eef2f4; }
.poster-store-media img { object-fit: contain; }
.angle-store-media { background: #eef2f4; }
.angle-store-media img { object-fit: contain; }
.mechanical-store-media { flex-direction: column; justify-content: flex-end; gap: 8px; padding: 24px; background: linear-gradient(130deg, transparent 0 68%, rgba(219,238,247,.11) 68.2% 68.7%, transparent 68.9%), radial-gradient(circle at 78% 16%, rgba(100,221,255,.3), transparent 28%), linear-gradient(145deg, #0d141a, #25343e); }
.mechanical-v2-media { background: linear-gradient(135deg, transparent 0 48%, rgba(100,221,255,.2) 48% 52%, transparent 52%), radial-gradient(circle at 18% 15%, rgba(100,221,255,.26), transparent 30%), linear-gradient(145deg, #0d141a, #30414d); }
.mechanical-store-media span { margin-bottom: auto; color: var(--accent); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mechanical-store-media strong { font-size: clamp(1.8rem, 2.5vw, 2.8rem); line-height: .94; letter-spacing: -.05em; }
.mechanical-store-media small { color: #cbd0d3; }
.template-store-media { position: relative; flex-direction: column; justify-content: flex-end; gap: 8px; padding: 24px; color: var(--ink); background: repeating-linear-gradient(0deg, transparent 0 38px, rgba(51,91,112,.09) 38px 39px), repeating-linear-gradient(90deg, transparent 0 38px, rgba(51,91,112,.09) 38px 39px), var(--steel-gradient); }
.template-store-media::after { content: ""; position: absolute; inset: 24% 18%; border: 4px solid var(--ink); border-radius: 28px; box-shadow: inset 0 0 0 6px #edf3f6, 0 0 22px var(--glow); opacity: .2; }
.template-store-media span, .template-store-media strong, .template-store-media small { position: relative; z-index: 1; }
.template-store-media span { margin-bottom: auto; color: var(--accent-dark); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.template-store-media strong { font-size: clamp(1.8rem, 2.5vw, 2.8rem); line-height: .94; letter-spacing: -.05em; }
.template-store-media small { color: #515960; }
.media-badge { position: absolute; top: 14px; right: 14px; z-index: 1; padding: 7px 9px; border: 1px solid rgba(255,255,255,.68); border-radius: 6px; color: #07141a; background: linear-gradient(135deg, #a4edff, var(--accent)); box-shadow: 0 8px 18px rgba(8,71,91,.16); font-size: .72rem; font-weight: 900; }
.store-copy { display: flex; flex: 1; flex-direction: column; min-block-size: 13.5rem; padding: 12px; }
.store-copy :is(h2, h3) { margin: 0 0 8px; font-size: 1rem; line-height: 1.3; letter-spacing: -.015em; overflow-wrap: break-word; }
.store-copy :is(h2, h3) a { text-decoration: none; }
.store-copy :is(h2, h3) a:hover, .store-copy :is(h2, h3) a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.store-copy > p { display: none; }
.store-buy { display: grid; gap: 12px; margin-top: auto; }
.store-buy > label:not(.store-addon) { display: grid; gap: 7px; font-size: .82rem; font-weight: 800; }
.store-buy select { width: 100%; min-height: 48px; padding: 0 40px 0 12px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: white; font: inherit; }
.store-buy select:focus { border-color: var(--accent-dark); outline: 3px solid rgba(32,185,230,.2); }
.store-addon { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; min-height: 48px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 7px; background: #f7fbfc; cursor: pointer; }
.store-addon input { width: 18px; height: 18px; accent-color: var(--accent-dark); }
.store-addon b { white-space: nowrap; }
.store-price { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 2px 8px; margin-top: auto; }
.store-price > span { font-size: .875rem; }
.store-price strong { font-size: 1.125rem; white-space: nowrap; }
.store-fixed-option { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 4px; font-size: .875rem; }
.store-add { width: 100%; justify-content: center; border: 0; cursor: pointer; }
.store-add.added { background: linear-gradient(135deg, #1b2a34, #0b141a); color: white; }
.inline-cart { width: 100%; margin-top: 14px; }
.inline-cart > [hidden] { display: none; }
.inline-stepper { width: 100%; min-height: 52px; display: grid; grid-template-columns: 52px minmax(48px, 1fr) 52px; align-items: stretch; border: 1px solid #aaddeb; border-radius: 7px; background: #e7f9fe; overflow: hidden; }
.inline-stepper button { border: 0; color: var(--ink); background: transparent; font: inherit; font-size: 1.4rem; font-weight: 800; cursor: pointer; }
.inline-stepper button:hover, .inline-stepper button:focus-visible { background: var(--accent); outline: 0; }
.inline-stepper strong { display: grid; place-items: center; border-right: 1px solid #aaddeb; border-left: 1px solid #aaddeb; font-size: 1.05rem; }
.details-link { display: inline-block; margin-top: 16px; color: var(--muted); font-size: .88rem; font-weight: 700; text-underline-offset: 4px; }

.related-products { padding: clamp(62px, 8vw, 100px) 0 20px; }
.related-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.related-heading .eyebrow { margin-bottom: 8px; }
.related-heading h2 { margin-bottom: 0; font-size: clamp(2.1rem, 4vw, 3.8rem); }
.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.related-card { min-width: 0; display: grid; grid-template-columns: minmax(190px, .8fr) minmax(260px, 1.2fr); border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 10px 30px rgba(15,27,36,.055); overflow: hidden; }
.related-media { min-height: 320px; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; padding: 24px; color: white; background: var(--ink); text-decoration: none; overflow: hidden; }
.related-media span { margin-bottom: auto; color: var(--accent); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.related-media strong { font-size: clamp(1.8rem, 3vw, 2.9rem); line-height: .94; letter-spacing: -.05em; }
.mechanical-related-media { background: radial-gradient(circle at 75% 18%, rgba(100,221,255,.27), transparent 28%), linear-gradient(145deg, #0d141a, #2b3a45); }
.template-related-media { color: var(--ink); background: repeating-linear-gradient(0deg, transparent 0 38px, rgba(51,91,112,.09) 38px 39px), repeating-linear-gradient(90deg, transparent 0 38px, rgba(51,91,112,.09) 38px 39px), var(--steel-gradient); }
.template-related-media span { color: var(--accent-dark); }
.related-image { padding: 0; background: #eaf0f3; }
.related-image img { width: 100%; height: 100%; min-height: 320px; object-fit: contain; }
.poster-related-image img { background: #eef2f4; object-fit: contain; }
.related-copy { min-width: 0; display: flex; flex-direction: column; padding: 24px; }
.related-copy h3 { margin-bottom: 12px; font-size: clamp(1.3rem, 2vw, 1.8rem); }
.related-copy h3 a { text-decoration: none; }
.related-copy h3 a:hover, .related-copy h3 a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.related-copy p { margin: 0 0 18px; color: var(--muted); }
.related-price { margin-top: auto; font-size: 1.55rem; }
.product-inline-cart { margin-top: 24px; }
.template-product-media { min-height: 660px; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; padding: clamp(28px, 5vw, 70px); color: var(--ink); background: repeating-linear-gradient(0deg, transparent 0 54px, rgba(51,91,112,.09) 54px 55px), repeating-linear-gradient(90deg, transparent 0 54px, rgba(51,91,112,.09) 54px 55px), var(--steel-gradient); }
.template-product-media span { margin-bottom: auto; color: var(--accent-dark); font-size: .82rem; font-weight: 900; letter-spacing: .14em; }
.template-product-media strong { font-size: clamp(3rem, 6vw, 6rem); line-height: .92; letter-spacing: -.06em; }
.template-product-media small { color: #515960; }
.template-product-image { padding: 0; background: #eef2f4; }
.template-product-image img { width: 100%; height: 100%; max-height: 760px; object-fit: contain; }

.result-gallery { padding: clamp(62px, 8vw, 100px) 0 10px; }
.result-gallery-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 520px); gap: 42px; align-items: end; margin-bottom: 28px; }
.result-gallery-heading h2 { max-width: 850px; margin-bottom: 0; font-size: clamp(2.15rem, 4vw, 4rem); }
.result-gallery-heading > p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.result-photo-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 14px; }
.result-photo { position: relative; min-height: 480px; margin: 0; border: 1px solid var(--line); border-radius: 12px; background: #eaf0f3; box-shadow: 0 10px 30px rgba(15,27,36,.055); overflow: hidden; }
.result-photo img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.result-photo figcaption { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; border-radius: 5px; color: white; background: rgba(9,17,23,.82); font-size: .78rem; font-weight: 800; backdrop-filter: blur(8px); }
.result-photo-wide img { object-position: center; }
.customer-gallery { margin-top: 34px; }
.customer-gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.customer-gallery-heading h3 { margin: 0; font-size: clamp(1.45rem, 2.6vw, 2.15rem); }
.customer-gallery-heading p { margin: 0; color: var(--muted); }
.customer-photo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.customer-photo { display: block; aspect-ratio: 4 / 3; border: 1px solid var(--line); border-radius: 10px; background: #eaf0f3; box-shadow: 0 7px 22px rgba(15,27,36,.05); overflow: hidden; }
.customer-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .22s ease; }
.customer-photo:hover img, .customer-photo:focus-visible img { transform: scale(1.025); }

.angle-product-media { min-height: 660px; display: grid; place-items: center; padding: 24px; overflow: hidden; background: #eaf0f3; }
.angle-product-media img { width: 100%; height: 100%; max-height: 760px; object-fit: contain; }
.set-price { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin: 22px 0 14px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.set-price strong { font-size: 1.55rem; }
.set-quantity { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 14px; border-radius: 8px; background: #eaf1f5; }
.set-quantity > span { display: grid; gap: 3px; }
.set-quantity small { color: var(--muted); }
.set-quantity .quantity input { width: 48px; height: 38px; border: 0; border-right: 1px solid var(--line); border-left: 1px solid var(--line); background: white; text-align: center; font: inherit; font-weight: 800; appearance: textfield; }
.set-quantity .quantity input::-webkit-outer-spin-button, .set-quantity .quantity input::-webkit-inner-spin-button { margin: 0; appearance: none; }

.category-product-row { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(360px, 1.18fr); border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); overflow: hidden; }
.category-product-image { display: grid; place-items: center; min-height: 560px; padding: 24px; overflow: hidden; background: #eaf0f3; }
.category-product-image img { width: 100%; height: 100%; max-height: 650px; object-fit: contain; }
.category-product-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 70px); }
.category-product-copy h2 { max-width: 650px; margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 4rem); }
.category-product-copy h2 a { text-decoration: none; }
.category-product-copy > p:not(.category) { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.category-product-price { display: flex; align-items: baseline; justify-content: space-between; gap: 22px; margin-top: 30px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.category-product-price strong { font-size: 2rem; }
.category-product-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.category-product-actions .store-add { width: auto; }
.details-button { display: inline-flex; align-items: center; text-decoration: none; }

@media (max-width: 1100px) {
  .related-card { grid-template-columns: 1fr; }
  .related-media, .related-image img { min-height: 280px; }
}

@media (max-width: 760px) {
  .topbar { min-height: 62px; }
  nav > a { display: none; }
  .intro { min-height: 390px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .proof { margin-top: 58px; flex-direction: column; gap: 12px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .grid { grid-template-columns: 1fr; }
  .card { min-height: 330px; padding: 24px; }
  .card-main-link { padding: 24px; }
  .about > p:last-child { margin-left: 0; }
  .contact-trigger { right: 12px; bottom: 12px; min-height: 48px; padding: 0 15px; font-size: .88rem; }
  .panel { width: 100%; max-height: 92dvh; margin: auto 0 0; }
  .cart-row { grid-template-columns: 1fr auto; }
  .cart-line-price { text-align: left; }
  .remove { justify-self: end; }
  .product-page { padding-top: 24px; }
  .product-hero { grid-template-columns: 1fr; }
  .product-gallery { min-height: 430px; }
  .product-photo { min-height: 520px; }
  .pneumatic-cover { min-height: 520px; }
  .media-heading { grid-template-columns: 1fr; gap: 16px; }
  .media-heading .eyebrow { grid-column: auto; }
  .media-viewer { padding: 10px; }
  .media-stage { aspect-ratio: 1; }
  .media-selector { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-details { grid-template-columns: 1fr; }
  .variant-picker label, .addon { grid-template-columns: auto 1fr; }
  .variant-picker b, .addon b { grid-column: 2; }
  .specs div { grid-template-columns: 1fr; gap: 4px; }
  .category-heading { margin-top: 30px; }
  .product-choice-grid, .compatibility-section { grid-template-columns: 1fr; }
  .product-choice { min-height: 350px; padding: 24px; }
  .pneumatic-choice { background: linear-gradient(0deg, rgba(10,12,14,.86), rgba(10,12,14,.2)), url("products/grohe-pneumatic/media/images/06_front_square.webp") center / cover no-repeat; }
  .pneumatic-choice h2, .pneumatic-choice p, .pneumatic-choice > strong { max-width: 100%; }
  .compatibility-table { min-width: 620px; }
  .compatibility-form { padding: 22px 20px 28px; }
  .photo-field { grid-template-columns: 1fr; }
  .photo-field > span { grid-column: auto; }
  .photo-field strong { width: fit-content; }
  .store-heading { grid-template-columns: 1fr; gap: 14px; margin: 20px 0; }
  .store-media { min-height: 0; }
  .store-copy { padding: 12px; }
  .related-heading { display: block; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { grid-template-columns: minmax(140px, .75fr) minmax(0, 1.25fr); }
  .related-media, .related-image img { min-height: 250px; }
  .related-media { padding: 18px; }
  .related-copy { padding: 19px; }
  .template-product-media { min-height: 430px; }
  .result-gallery-heading { grid-template-columns: 1fr; gap: 16px; }
  .result-photo-grid { grid-template-columns: 1fr 1fr; }
  .result-photo-wide { grid-column: 1 / -1; }
  .result-photo, .result-photo img { min-height: 360px; }
  .customer-photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .angle-product-media { min-height: 480px; }
  .set-quantity { grid-template-columns: 1fr; }
  .set-quantity .quantity { width: fit-content; }
  .category-product-row { grid-template-columns: 1fr; }
  .category-product-image { min-height: 430px; }
  .category-product-copy { padding: 28px 22px; }
}

@media (max-width: 520px) {
  .related-card { grid-template-columns: 1fr; }
  .result-photo-grid { grid-template-columns: 1fr; }
  .result-photo-wide { grid-column: auto; }
  .customer-gallery-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .customer-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.catalog-heading-link { text-decoration: none; text-underline-offset: .12em; }
.catalog-heading-link:hover, .catalog-heading-link:focus-visible { color: var(--accent-dark); text-decoration: underline; }
.card-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.card-copy .product-links { margin-bottom: 24px; }
.card-copy .browse-button { margin-top: auto; }
.store-copy .category { font-size: .875rem; letter-spacing: .07em; }
.catalog-product-gallery { min-width: 0; align-self: start; background: #eef2f4; }
.catalog-product-media { position: relative; width: 100%; aspect-ratio: 1; overflow: hidden; }
.catalog-product-media > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: contain; }
.catalog-image-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; padding: 14px; border-top: 1px solid var(--line); }
.catalog-image-option { position: relative; width: 100%; aspect-ratio: 1; padding: 4px; border: 2px solid transparent; border-radius: 7px; background: white; cursor: pointer; overflow: hidden; }
.catalog-image-option img { width: 100%; height: 100%; object-fit: contain; }
.catalog-image-option[aria-pressed="true"] { border-color: var(--accent-dark); }
.catalog-image-option:focus-visible { outline: 3px solid var(--accent-strong); outline-offset: 2px; }
.catalog-type-info { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 18px; padding: 28px; text-align: center; color: white; background: linear-gradient(145deg, #0d141a, #263946); }
.catalog-type-info > span { font-size: .875rem; color: #b8cbd7; }
.catalog-type-info > strong { font-size: clamp(3.5rem, 6vw, 7rem); line-height: 1; color: var(--accent); letter-spacing: -.04em; }
.catalog-type-info > p { margin: 0; font-size: 1rem; }
.product-sku { color: var(--muted); overflow-wrap: anywhere; }
.catalog-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 462px; }
.store-product .inline-cart { margin-top: 10px; }
.store-product .store-add { min-height: 44px; padding: 0 10px; font: inherit; font-weight: 800; }
.store-product .inline-stepper { min-height: 44px; grid-template-columns: 44px minmax(36px, 1fr) 44px; }
.store-product .details-link { min-height: 0; margin-top: 10px; font-size: .875rem; line-height: 1.35; }
.store-media > .catalog-type-info { position: absolute; inset: 0; padding: 18px 12px; gap: 12px; }
.store-media .catalog-type-info > strong { font-size: 3.25rem; }
.store-product .media-badge { top: 8px; right: 8px; max-width: calc(100% - 16px); padding: 5px 7px; }
@media (max-width: 760px) {
  .topbar nav { gap: 14px; }
  .topbar nav > a[href$="/all/"] { display: inline-flex; }
  .breadcrumbs > a { display: inline; }
  .catalog-product-hero { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 600px) {
  .store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .store-copy { min-block-size: 15rem; padding: 10px; }
  .store-copy :is(h2, h3) { font-size: .875rem; }
  .store-media .catalog-type-info > p { font-size: .875rem; }
}
@media (max-width: 359px) {
  .store-grid { grid-template-columns: minmax(0, 14rem); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.cart-fly-ghost {
  position: fixed;
  z-index: 1000;
  display: grid;
  place-items: center;
  border: 1px solid rgba(100, 221, 255, .72);
  border-radius: 8px;
  background: rgba(238, 243, 246, .9);
  box-shadow: 0 12px 30px rgba(4, 20, 29, .24);
  overflow: hidden;
  pointer-events: none;
  will-change: transform, opacity;
}
.cart-fly-ghost img { width: 100%; height: 100%; display: block; object-fit: contain; }
.cart-fly-ghost span { color: var(--accent); font-size: .85rem; font-weight: 900; letter-spacing: .08em; }
.cart-trigger.cart-bump { animation: cart-bump .48s ease; }
@keyframes cart-bump {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.12); }
}

.cart-item-media {
  width: 72px;
  aspect-ratio: 3 / 4;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--accent);
  background: linear-gradient(145deg, #101820, #263946);
  font-size: .8rem;
  font-weight: 900;
  text-decoration: none;
  overflow: hidden;
}
.cart-item-media img { width: 100%; height: 100%; display: block; background: #eef2f4; object-fit: contain; }
.panel .cart-item-media { display: none; }
.cart-item-copy > a { color: var(--ink); font-weight: 800; line-height: 1.25; text-decoration: none; }
.cart-item-copy > a:hover, .cart-item-copy > a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }

.cart-page-shell { max-width: 1440px; min-height: calc(100vh - 68px); margin: 0 auto; padding: 42px 5vw 100px; }
.cart-page-heading { max-width: 820px; margin: 44px 0 36px; }
.cart-page-heading h1 { margin-bottom: 18px; font-size: clamp(3rem, 7vw, 6rem); }
.cart-page-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.08rem; }
.cart-page-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 360px); gap: 22px; align-items: start; }
.cart-main-column { min-width: 0; display: grid; gap: 22px; }
.cart-page-card, .cart-page-summary-card, .cart-checkout-card { border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: 0 12px 38px rgba(15, 27, 36, .06); }
.cart-page-card { padding: 0 28px; }
.cart-page .cart-items { padding: 0; }
.cart-page .cart-row { grid-template-columns: 72px minmax(0, 1fr) auto auto auto; gap: 18px; padding: 24px 0; }
.cart-page .cart-row:last-child { border-bottom: 0; }
.cart-page-empty { padding: clamp(44px, 8vw, 90px) 0; text-align: center; }
.cart-page-empty h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.2rem); }
.cart-page-empty p { margin: 0 auto 24px; }
.cart-page-summary-card { position: sticky; top: 92px; padding: 26px; }
.cart-page-summary-card h2 { margin-bottom: 20px; font-size: 2rem; }
.cart-page-summary-card .cart-summary { padding: 0; }
.cart-page-summary-card .cart-actions { padding: 22px 0 0; }
.cart-action-note { margin: 12px 0 0; color: var(--muted); font-size: .82rem; text-align: center; }
.cart-checkout-card { padding: clamp(24px, 4vw, 42px); }
.cart-checkout-heading { display: grid; grid-template-columns: minmax(0, .85fr) minmax(260px, 1.15fr); gap: 28px; align-items: end; margin-bottom: 30px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.cart-checkout-heading .eyebrow { margin-bottom: 10px; }
.cart-checkout-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); }
.cart-checkout-heading > p { margin: 0; color: var(--muted); }
.order-form { display: grid; gap: 24px; }
.order-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.order-form .form-field > span { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.order-form .form-field > label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.order-form .form-field b { color: var(--accent-dark); }
.order-form .form-field small { color: var(--muted); font-size: .78rem; font-weight: 500; }
.order-form .form-field select { width: 100%; min-height: 50px; padding: 0 42px 0 14px; border: 1px solid #9eafb8; border-radius: 7px; color: var(--ink); background: white; font: inherit; }
.order-form .form-field select:focus { border-color: var(--accent-dark); outline: 3px solid rgba(32,185,230,.24); outline-offset: 0; }
.order-form-wide { grid-column: 1 / -1; }
.order-choice-group { min-width: 0; display: grid; gap: 16px; margin: 0; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: #f7fbfc; }
.order-choice-group legend { padding: 0 8px; color: var(--ink); font-size: 1.28rem; font-weight: 900; }
.order-choice-intro, .order-service-note { margin: 0; color: var(--muted); }
.order-choice-intro { margin-top: -4px; }
.order-radio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.order-payment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.order-radio-card { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; align-items: start; padding: 14px; border: 1px solid #a9bec9; border-radius: 8px; background: white; cursor: pointer; }
.order-radio-card:has(input:checked) { border-color: var(--accent-strong); background: #e8f9fd; box-shadow: inset 4px 0 0 var(--accent-strong); }
.order-radio-card input { margin: 3px 0 0; accent-color: var(--accent-dark); }
.order-radio-card span { min-width: 0; display: grid; gap: 4px; }
.order-radio-card strong { line-height: 1.2; }
.order-radio-card small { color: var(--muted); line-height: 1.35; }
.order-choice-fields { margin-top: 2px; }
.order-service-note { padding-left: 12px; border-left: 4px solid #9eafb8; font-size: .84rem; line-height: 1.45; }
.order-service-note p { margin: 0 0 5px; }
.order-service-note a { color: var(--accent-dark); font-weight: 700; }
.field-help { margin: 0; color: var(--muted); font-size: .8rem; font-weight: 500; line-height: 1.4; }
.field-help.error { color: #a62b2b; }
.city-field { position: relative; align-self: start; }
.city-combobox { position: relative; }
.city-suggestions { position: absolute; z-index: 20; top: calc(100% + 6px); left: 0; right: 0; max-height: 290px; overflow-y: auto; padding: 6px; border: 1px solid #8da7b4; border-radius: 9px; background: white; box-shadow: 0 18px 44px rgba(15, 27, 36, .18); }
.city-suggestion { width: 100%; min-height: 54px; display: flex; flex-direction: column; justify-content: center; gap: 2px; padding: 9px 12px; border: 0; border-radius: 6px; color: var(--ink); background: transparent; font: inherit; line-height: 1.35; text-align: left; cursor: pointer; }
.city-suggestion strong { font-size: 1rem; font-weight: 750; }
.city-suggestion small { color: var(--muted); font-size: .86rem; font-weight: 500; }
.city-suggestion:hover, .city-suggestion:focus-visible { outline: 0; background: #e8f9fd; }
.delivery-quote { min-height: 74px; display: grid; align-content: center; gap: 5px; padding: 12px 14px; border: 1px solid #9eafb8; border-radius: 7px; background: white; }
.delivery-quote span { color: var(--muted); font-size: .78rem; font-weight: 700; }
.delivery-quote strong { font-size: 1.02rem; }
.delivery-quote.ready { border-color: #138b72; background: #e9faf4; }
.delivery-quote.error { border-color: #c97474; background: #fff3f3; }
.pickup-selector, .courier-address { display: grid; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.pickup-selector[hidden], .courier-address[hidden] { display: none; }
.pickup-selector-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .6fr); gap: 18px; align-items: end; }
.pickup-selector-heading h3 { margin: 0 0 4px; font-size: 1.08rem; }
.pickup-selector-heading p { margin: 0; color: var(--muted); font-size: .86rem; }
.pickup-filter { display: grid; gap: 5px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.pickup-filter input { min-height: 44px; }
.pickup-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); gap: 14px; align-items: stretch; }
.pickup-list-column { min-width: 0; display: grid; align-content: start; gap: 12px; }
.pickup-list { max-height: 360px; display: grid; gap: 8px; overflow-y: auto; padding-right: 4px; scrollbar-gutter: stable; }
.pickup-card { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 11px; align-items: start; padding: 12px 13px; border: 1px solid #b7c9d1; border-radius: 8px; background: #fafdfe; cursor: pointer; }
.pickup-card:has(input:checked) { border-color: var(--accent-strong); background: #e8f9fd; box-shadow: inset 4px 0 0 var(--accent-strong); }
.pickup-card input { width: auto; min-height: 0; margin: 3px 0 0; accent-color: var(--accent-dark); }
.pickup-card span { min-width: 0; display: grid; gap: 4px; }
.pickup-card strong { line-height: 1.35; }
.pickup-card small { color: var(--muted); line-height: 1.35; }
.pickup-empty { margin: 0; padding: 14px; border-radius: 7px; color: var(--muted); background: #eef5f8; }
.pickup-map { position: relative; min-height: 360px; border: 1px solid #a9bec9; border-radius: 9px; overflow: hidden; background-color: #edf5f7; background-image: linear-gradient(rgba(116,147,160,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(116,147,160,.14) 1px, transparent 1px); background-size: 34px 34px; }
.pickup-map-canvas { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; background: #edf5f7; }
.pickup-map-canvas[hidden] { display: none; }
.pickup-map-fallback { position: relative; z-index: 2; min-height: 360px; display: flex; flex-direction: column; justify-content: center; gap: 16px; padding: 22px; }
.pickup-map[data-state="ready"] .pickup-map-fallback { display: none; }
.pickup-map[data-state="error"] .pickup-map-fallback { background: rgba(255,255,255,.72); }
.pickup-map-marker { position: relative; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; margin: 0 auto; border: 8px solid var(--accent-dark); border-radius: 50% 50% 50% 8px; background: white; transform: rotate(-45deg); box-shadow: 0 10px 24px rgba(15,89,111,.2); }
.pickup-map-marker::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); }
.pickup-map-copy { text-align: center; }
.pickup-map-copy h4 { margin: 0 0 7px; font-size: 1.15rem; }
.pickup-map-copy p { margin: 0; color: var(--muted); line-height: 1.45; }
.pickup-map-note { margin: 0; padding: 10px 12px; border-radius: 7px; color: var(--muted); background: rgba(255,255,255,.86); font-size: .78rem; line-height: 1.45; }
.pickup-map-selection { position: absolute; z-index: 4; top: 12px; left: 12px; right: 12px; display: grid; gap: 3px; padding: 10px 12px; border: 1px solid rgba(15,89,111,.28); border-radius: 8px; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(15,27,36,.16); pointer-events: none; }
.pickup-map-selection[hidden] { display: none; }
.pickup-map-selection span { color: var(--accent-dark); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .045em; }
.pickup-map-selection strong { font-size: .9rem; line-height: 1.35; }
.yandex-pickup-marker { width: 34px; height: 34px; padding: 0; border: 4px solid white; border-radius: 50% 50% 50% 7px; color: white; background: var(--accent-dark); box-shadow: 0 7px 18px rgba(15,27,36,.28); cursor: pointer; transform: translate(-50%, -100%) rotate(-45deg); transform-origin: 50% 100%; transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.yandex-pickup-marker::after { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: white; transform: translate(-50%, -50%); }
.yandex-pickup-marker:hover, .yandex-pickup-marker:focus-visible { outline: 0; background: #0f7691; box-shadow: 0 9px 22px rgba(15,27,36,.36), 0 0 0 4px rgba(32,185,230,.3); transform: translate(-50%, -100%) rotate(-45deg) scale(1.1); }
.yandex-pickup-marker.is-selected { background: #e4482f; box-shadow: 0 10px 24px rgba(134,38,24,.4), 0 0 0 5px rgba(255,255,255,.88); transform: translate(-50%, -100%) rotate(-45deg) scale(1.18); }
.courier-address .form-field { max-width: 720px; }
.order-next-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.order-next-steps > div { min-width: 0; display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 10px; align-items: start; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #eef5f8; }
.order-next-steps > div > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #07141a; background: var(--accent); font-weight: 900; }
.order-next-steps p { min-width: 0; display: grid; gap: 3px; margin: 0; }
.order-next-steps small { color: var(--muted); line-height: 1.35; }
.order-submit { width: 100%; justify-content: center; border: 0; cursor: pointer; }
.order-submit:disabled { cursor: wait; opacity: .58; }
.order-success { padding: clamp(12px, 3vw, 30px) 0; }
.order-success:focus { outline: 0; }
.order-success h2 { max-width: 720px; margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.4rem); }
.order-success > p:not(.eyebrow) { color: var(--muted); }
.order-success > p strong { color: var(--ink); }
.order-success .secondary { display: inline-flex; align-items: center; margin-top: 10px; text-decoration: none; }

@media (max-width: 900px) {
  .cart-page-layout { grid-template-columns: 1fr; }
  .cart-page-summary-card { position: static; }
  .pickup-layout { grid-template-columns: minmax(0, 1fr) minmax(250px, .72fr); }
}

@media (max-width: 760px) {
  .cart-checkout-heading { grid-template-columns: 1fr; gap: 12px; }
  .order-next-steps { grid-template-columns: 1fr; }
  .order-radio-grid, .order-payment-grid { grid-template-columns: 1fr 1fr; }
  .pickup-selector-heading { grid-template-columns: 1fr; align-items: start; }
  .pickup-layout { grid-template-columns: 1fr; }
  .pickup-map, .pickup-map-fallback { min-height: 270px; }
}

@media (max-width: 680px) {
  .cart-page-shell { padding-top: 24px; }
  .cart-page-heading { margin-top: 28px; }
  .cart-page-card { padding: 0 18px; }
  .cart-page .cart-row { grid-template-columns: 58px minmax(0, 1fr) auto; gap: 12px; }
  .cart-page .cart-item-media { width: 58px; grid-row: 1 / span 2; }
  .cart-page .quantity { grid-column: 2; width: fit-content; }
  .cart-page .cart-line-price { grid-column: 3; grid-row: 1; align-self: end; text-align: right; }
  .cart-page .remove { grid-column: 3; grid-row: 2; align-self: center; }
  .order-form-grid { grid-template-columns: 1fr; }
  .order-form-wide { grid-column: auto; }
  .order-choice-group { padding: 18px; }
}

@media (max-width: 430px) {
  .cart-page .cart-row { grid-template-columns: 52px minmax(0, 1fr); }
  .cart-page .cart-item-media { width: 52px; }
  .cart-page .cart-line-price { grid-column: 2; grid-row: auto; justify-self: start; text-align: left; }
  .cart-page .remove { grid-column: 2; grid-row: auto; justify-self: start; }
  .order-radio-grid, .order-payment-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .cart-fly-ghost { display: none; }
  .cart-trigger.cart-bump { animation: none; }
}
