:root {
  --page: #f3f5f4;
  --surface: #fff;
  --surface-subtle: #f7f9f8;
  --ink: #202726;
  --copy: #364341;
  --muted: #64706e;
  --line: #dce4e1;
  --line-strong: #b9c8c4;
  --danger: #962b24;
  --danger-soft: #fff3f1;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { min-width: 280px; color: var(--ink); background: var(--page); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { min-width: 280px; min-height: 100vh; margin: 0; display: flex; flex-direction: column; background: var(--page); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
a { color: var(--brand-primary-text); text-underline-offset: 3px; }
button, label, summary { -webkit-tap-highlight-color: transparent; }
button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid var(--brand-primary-focus); outline-offset: 2px; }

.public-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(185, 200, 196, .9); background: rgba(255, 255, 255, .96); backdrop-filter: blur(18px); }
.public-header__inner { width: min(1120px, calc(100% - 40px)); min-height: 68px; margin: 0 auto; display: flex; align-items: center; gap: 18px; }
.public-brand { width: 50px; height: 46px; display: grid; flex: 0 0 auto; place-items: center; color: var(--ink); text-decoration: none; }
.public-brand img { width: 50px; height: 46px; display: block; object-fit: contain; }
.public-title-block { min-width: 0; padding-left: 15px; display: grid; border-left: 1px solid var(--line-strong); line-height: 1.25; }
.public-title-block strong { color: var(--brand-header); font-size: 16px; font-weight: 790; }
.public-title-block span { color: var(--muted); font-size: 12px; font-weight: 620; }

.storefront { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding-bottom: 42px; flex: 1 0 auto; }
.intro { position: relative; padding: 30px 0 24px; border-bottom: 1px solid var(--line-strong); }
.intro::before { content: ""; width: 42px; height: 4px; margin-bottom: 15px; display: block; border-radius: 999px; border-right: 10px solid var(--brand-accent); background: var(--brand-primary); }
.eyebrow { display: block; margin-bottom: 7px; color: var(--brand-primary-text); font-size: 11px; font-weight: 820; }
.intro h1 { max-width: 920px; margin: 0; color: var(--brand-header); font-size: clamp(25px, 2.2vw, 30px); font-weight: 750; line-height: 1.16; letter-spacing: 0; text-wrap: balance; }
.intro > p { max-width: 790px; margin: 8px 0 0; color: var(--copy); font-size: 16.5px; line-height: 1.55; }
.service-guidance { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.service-guidance > div { min-width: 0; padding: 15px 18px; }
.service-guidance > div + div { border-left: 1px solid var(--line); }
.service-guidance strong { color: var(--brand-header); font-size: 13px; }
.service-guidance p { margin: 4px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.5; }

.checkout-form { padding-top: 16px; display: grid; gap: 18px; }
.panel { padding: 24px 30px 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: 0 8px 26px rgba(29, 58, 53, .045); }
.section-head { margin-bottom: 20px; padding-bottom: 15px; display: flex; align-items: flex-start; gap: 13px; border-bottom: 1px solid var(--line); }
.section-head > span { min-width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--brand-primary-border); border-radius: 6px; color: var(--brand-primary-text); background: var(--brand-primary-wash); font-size: 12px; font-weight: 820; }
.section-head h2 { margin: 0 0 3px; color: var(--brand-header); font-size: 20px; line-height: 1.25; letter-spacing: 0; }
.section-head p, .product-group__head p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.5; }

.product-catalog { display: grid; gap: 26px; }
.product-group + .product-group { padding-top: 26px; border-top: 1px solid var(--line); }
.product-group__head { margin-bottom: 14px; padding: 2px 0 2px 13px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; border-left: 4px solid var(--brand-primary); }
.product-group__eyebrow { display: block; margin-bottom: 3px; color: var(--brand-primary-text); font-size: 10px; font-weight: 830; }
.product-group__head h3 { margin: 0 0 3px; color: var(--ink); font-size: 18px; line-height: 1.25; }
.product-group__head p { max-width: 690px; }
.product-group__count { flex: 0 0 auto; padding: 5px 9px; border: 1px solid var(--brand-primary-border); border-radius: 5px; color: var(--brand-primary-text); background: var(--brand-primary-wash); font-size: 11px; font-weight: 750; white-space: nowrap; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #cfd8d5; border-radius: 7px; background: #fff; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.product-card.is-selected { border-color: var(--brand-primary); background: var(--brand-primary-wash); box-shadow: 0 0 0 3px var(--brand-primary-ring); }
.product-card.is-unavailable { opacity: .58; background: #f5f6f6; }
.product-card.is-unavailable .product-card__selector { cursor: not-allowed; }
.product-card__selector { position: relative; padding: 17px; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 11px; flex: 1; cursor: pointer; }
.product-card__selector > input { position: absolute; opacity: 0; pointer-events: none; }
.product-card__selector:has(> input:focus-visible) { outline: 3px solid var(--brand-primary-focus); outline-offset: -3px; }
.product-card__check { width: 20px; height: 20px; margin-top: 1px; border: 1.5px solid #96a5a1; border-radius: 4px; background: #fff; }
.product-card.is-selected .product-card__check { border-color: var(--brand-primary); background: var(--brand-primary); }
.product-card.is-selected .product-card__check::after { content: ""; width: 8px; height: 4px; margin: 5px 0 0 4px; display: block; border-bottom: 2px solid var(--brand-primary-contrast); border-left: 2px solid var(--brand-primary-contrast); transform: rotate(-45deg); }
.product-card__copy { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.product-card__meta { display: flex !important; flex-wrap: wrap; gap: 5px !important; }
.product-card__meta small { margin: 0 !important; padding: 2px 6px !important; border: 1px solid var(--brand-primary-border); border-radius: 4px; color: var(--brand-primary-text) !important; background: var(--brand-primary-wash); font-size: 9.5px !important; font-weight: 760 !important; line-height: 1.35; }
.product-card__copy strong { font-size: 16px; line-height: 1.3; }
.product-card__copy > span { color: #5f6d6a; font-size: 13.5px; line-height: 1.5; }
.product-card__copy small { margin-top: auto; padding-top: 4px; color: #394441; font-size: 12px; font-weight: 700; }
.product-card__details { border-top: 1px solid #e1e7e5; background: #fbfcfc; }
.product-card__details summary { padding: 9px 16px; color: var(--brand-primary-text); font-size: 11.5px; font-weight: 760; cursor: pointer; }
.product-card__details > div { padding: 1px 16px 13px; color: #53615e; font-size: 12px; line-height: 1.5; }
.product-card__details strong { display: block; margin-top: 9px; color: #33403d; font-size: 10px; text-transform: uppercase; }
.product-card__details p { margin: 3px 0 0; }
.product-card__buy { padding: 13px 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; border-top: 1px solid #e1e7e5; background: rgba(255, 255, 255, .86); }
.product-card__price { display: grid; gap: 2px; }
.product-card__price strong { font-size: 18px; line-height: 1.2; }
.product-card__price small { color: var(--muted); font-size: 10.5px; }
.quantity-field { display: grid; gap: 4px; color: #53615e; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.quantity-control { height: 36px; display: grid; grid-template-columns: 34px 46px 34px; overflow: hidden; border: 1px solid #c7d2cf; border-radius: 5px; background: #fff; }
.quantity-control button { display: grid; place-items: center; border: 0; color: #34413e; background: #f3f6f5; font-size: 18px; font-weight: 700; cursor: pointer; }
.quantity-control button:hover { color: var(--brand-primary-text); background: var(--brand-primary-soft); }
.quantity-control input { width: 46px; min-width: 0; border: 0; border-right: 1px solid #d9e1df; border-left: 1px solid #d9e1df; text-align: center; font-weight: 750; -moz-appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button, .quantity-control input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.product-card__line { padding: 9px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #e1e7e5; color: var(--muted); font-size: 11.5px; }
.product-card__line strong { color: #27302e; font-size: 13px; }

.buyer-type-group, .data-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.buyer-type-group { margin-bottom: 20px; }
.buyer-type-group > legend { margin-bottom: 8px; padding: 0; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.choice-row { display: flex; gap: 10px; }
.choice-row label { flex: 1; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span { min-height: 48px; padding: 12px 15px; display: grid; place-items: center; border: 1px solid #cfd8d5; border-radius: 6px; text-align: center; font-weight: 700; cursor: pointer; }
.choice-row input:checked + span { border-color: var(--brand-primary); color: var(--brand-primary-text); background: var(--brand-primary-soft); }
.choice-row input:focus-visible + span { outline: 3px solid var(--brand-primary-focus); outline-offset: 2px; }
.customer-data-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 0 28px; }
.data-group + .data-group { padding-left: 28px; border-left: 1px solid var(--line); }
.data-group > legend { width: 100%; margin: 0 0 15px; padding: 0 0 10px; display: grid; gap: 2px; border-bottom: 1px solid var(--line); }
.data-group > legend strong { color: var(--brand-header); font-size: 14px; }
.data-group > legend small { color: var(--muted); font-size: 11px; font-weight: 520; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
[data-business-field][hidden] { display: none !important; }
.form-grid--address { align-content: start; }
.field { min-width: 0; display: grid; gap: 7px; }
.field--wide { grid-column: 1 / -1; }
.field-caption { min-width: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; font-size: 13px; font-weight: 750; }
.field-requirement { padding: 1px 5px; border-radius: 3px; color: #66736f; background: #eef2f1; font-size: 9px; font-weight: 760; white-space: nowrap; }
.field input, .field select { width: 100%; min-width: 0; height: 50px; padding: 0 14px; border: 1px solid #c7d2cf; border-radius: 6px; color: var(--ink); background: #fff; font-weight: 520; }
.field input:focus, .field select:focus { outline: 0; border-color: var(--brand-primary); box-shadow: 0 0 0 3px var(--brand-primary-focus); }

.legal-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 26px; }
.legal-layout > div { min-width: 0; }
.legal-subhead { min-height: 58px; margin-bottom: 10px; padding-bottom: 10px; display: grid; align-content: start; gap: 3px; border-bottom: 1px solid var(--line); }
.legal-subhead strong { color: var(--brand-header); font-size: 14px; }
.legal-subhead span { color: var(--muted); font-size: 11.5px; line-height: 1.45; }
.legal-stack { display: grid; gap: 8px; }
.legal-stack details { min-width: 0; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.legal-stack summary { padding: 11px 13px; cursor: pointer; color: var(--ink); font-size: 13px; font-weight: 720; }
.legal-stack details > div { max-height: 360px; padding: 0 15px 15px; overflow: auto; color: #53615e; font-size: 13.5px; line-height: 1.65; }
.consents { display: grid; gap: 8px; }
.consents label { min-width: 0; padding: 11px 12px; display: grid; grid-template-columns: 19px minmax(0, 1fr); align-items: flex-start; gap: 10px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface-subtle); font-size: 12.5px; line-height: 1.5; }
.consents input { width: 19px; height: 19px; margin: 1px 0 0; flex: 0 0 auto; accent-color: var(--brand-primary); }
.consents label > span { min-width: 0; display: block; overflow-wrap: anywhere; }
.consents label small { margin-bottom: 3px; display: block; color: var(--brand-primary-text); font-size: 9px; font-weight: 830; text-transform: uppercase; }
.privacy-notice { margin-top: 10px; padding: 11px 13px; border-left: 3px solid var(--brand-primary); color: #53615e; background: var(--brand-primary-wash); font-size: 12.5px; line-height: 1.5; }
.privacy-notice strong { display: block; color: var(--brand-header); font-size: 12.5px; }
.privacy-notice p { margin: 3px 0 0; }
.consents input:disabled + span { color: var(--muted); }
.consumer-consent { margin-top: 22px; padding: 18px; border: 1px solid var(--brand-primary-border); border-radius: 7px; background: var(--brand-primary-wash); }
.consumer-consent__head { margin-bottom: 13px; padding-bottom: 10px; display: grid; gap: 3px; border-bottom: 1px solid var(--brand-primary-border); }
.consumer-consent__head strong { color: var(--brand-header); font-size: 15px; }
.consumer-consent__head span { color: #53615e; font-size: 12px; line-height: 1.45; }
.consumer-consent__layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 18px; }
.consumer-consent .consents label { border-color: var(--brand-primary-border); background: #fff; }

.panel--checkout { padding-bottom: 28px; }
.order-summary { overflow: hidden; border: 1px solid #cfd8d5; border-radius: 7px; background: #fff; }
.order-summary__head { padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); background: #f5f8f7; }
.order-summary__head > div { display: grid; gap: 3px; }
.order-summary__head strong { font-size: 15px; }
.order-summary__head span { color: var(--muted); font-size: 11.5px; }
.order-summary__head > [data-order-count] { padding: 4px 8px; border: 1px solid #d7dfdd; border-radius: 4px; background: #fff; font-weight: 750; white-space: nowrap; }
.order-summary__empty { padding: 22px 16px; color: var(--muted); font-size: 13px; text-align: center; }
.order-lines { display: grid; }
.order-line { padding: 12px 16px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; border-bottom: 1px solid #e5eae8; }
.order-line > div { display: grid; gap: 3px; }
.order-line strong { font-size: 13.5px; }
.order-line small { color: var(--muted); font-size: 11.5px; line-height: 1.4; }
.order-line__amount { align-self: center; white-space: nowrap; }
.order-totals { margin: 0; background: #fafcfc; }
.order-totals > div { padding: 10px 16px; display: grid; grid-template-columns: minmax(160px, 1fr) minmax(0, 1fr); gap: 16px; border-bottom: 1px solid #e5eae8; }
.order-totals > div:last-child { border-bottom: 0; }
.order-totals dt { color: var(--muted); font-size: 12px; font-weight: 700; }
.order-totals dd { margin: 0; text-align: right; font-size: 13.5px; font-weight: 650; }
.order-totals [data-order-price] { color: var(--ink); font-size: 17px; }
.checkout-actions { max-width: 780px; margin: 20px auto 0; }
.checkout-notice { margin: 0 0 16px; padding: 13px 15px; border-left: 4px solid var(--brand-primary); color: #3f4b48; background: var(--brand-primary-wash); font-size: 13.5px; line-height: 1.55; }
.purchase-button, .button-link { min-height: 50px; border: 0; border-radius: 6px; color: var(--brand-primary-contrast); background: var(--brand-primary); font-size: 16px; font-weight: 800; cursor: pointer; }
.purchase-button { width: 100%; display: block; }
.button-link { width: auto; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.purchase-button:hover, .button-link:hover { background: var(--brand-primary-hover); }
.purchase-button:disabled { opacity: .48; cursor: not-allowed; }
.purchase-button.is-processing { opacity: .82; pointer-events: none; cursor: wait; }
.payment-note { margin: 10px 0 0; color: #6f7c79; font-size: 12.5px; text-align: center; }

.alert { margin: 18px 0; padding: 14px 16px; border-radius: 6px; line-height: 1.55; }
.alert--error { border: 1px solid #e2b3ae; color: #7f2c25; background: var(--danger-soft); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.empty-state { margin-top: 18px; text-align: center; }

.storefront--status { width: min(780px, calc(100% - 40px)); padding-top: 36px; }
.status-panel h1 { margin: 0 0 10px; color: var(--brand-header); font-size: clamp(24px, 3vw, 30px); line-height: 1.18; }
.status-panel > p, .status-progress__heading p { margin: 0; color: var(--copy); line-height: 1.6; }
.status-progress__heading { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 14px; align-items: start; }
.status-spinner { width: 28px; height: 28px; margin-top: 2px; border: 3px solid var(--brand-primary-border); border-top-color: var(--brand-primary); border-radius: 50%; animation: status-spin .9s linear infinite; }
.status-steps { margin: 24px 0 18px; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; list-style: none; }
.status-steps li { min-width: 0; padding: 12px; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 9px; border-top: 2px solid var(--line); background: var(--surface-subtle); }
.status-steps li > span { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--muted); background: #fff; font-size: 11px; font-weight: 800; }
.status-steps li > div { min-width: 0; display: grid; gap: 2px; }
.status-steps strong { font-size: 12.5px; line-height: 1.3; }
.status-steps small { color: var(--muted); font-size: 10.5px; line-height: 1.35; }
.status-steps li.is-active { border-top-color: var(--brand-primary); background: var(--brand-primary-wash); }
.status-steps li.is-active > span { border-color: var(--brand-primary); color: var(--brand-primary-text); }
.status-steps li.is-complete { border-top-color: var(--brand-primary); }
.status-steps li.is-complete > span { border-color: var(--brand-primary); color: var(--brand-primary-contrast); background: var(--brand-primary); }
.status-steps li.is-complete > span::before { content: "✓"; }
.status-steps li.is-complete > span { font-size: 0; }
.status-steps li.is-complete > span::before { font-size: 13px; }
.status-message { margin: 0; padding: 12px 14px; border: 1px solid var(--brand-primary-border); border-radius: 6px; color: var(--brand-primary-text); background: var(--brand-primary-wash); font-size: 13px; font-weight: 680; }
.status-progress .checkout-notice { margin-top: 14px; margin-bottom: 0; }
.status-progress.has-stopped .status-spinner { animation: none; border-color: var(--line-strong); }
.voucher-result-list { margin: 18px 0 22px; display: grid; gap: 10px; }
.voucher-result { padding: 15px 16px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 18px; border: 1px solid var(--brand-primary-border); border-radius: 6px; background: var(--brand-primary-wash); }
.voucher-result strong { min-width: 0; font-size: 14px; line-height: 1.4; }
.voucher-result code { align-self: center; padding: 4px 7px; border: 1px solid var(--brand-primary-border); border-radius: 4px; color: #27302e; background: #fff; font: 800 13px ui-monospace, SFMono-Regular, Menlo, monospace; white-space: nowrap; }
.voucher-result span { grid-column: 1 / -1; color: #5f6b68; font-size: 12.5px; line-height: 1.45; }
@keyframes status-spin { to { transform: rotate(360deg); } }

.public-footer { flex: 0 0 auto; color: var(--brand-header-muted); background: var(--brand-header); }
.public-footer__inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0 15px; display: grid; gap: 13px; font-size: 12.5px; line-height: 1.45; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 14px 40px; }
.footer-identity { min-width: 0; display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; }
.footer-identity strong { color: var(--brand-header-contrast); font-size: 14px; font-weight: 790; }
.footer-address { color: var(--brand-header-muted); text-align: right; }
.footer-bottom { padding-top: 11px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 9px 28px; border-top: 1px solid var(--brand-header-line); }
.footer-contact, .footer-links { min-width: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 7px 20px; }
.public-footer a { color: var(--brand-header-muted); overflow-wrap: anywhere; }
.footer-links { grid-column: 1 / -1; padding-top: 9px; border-top: 1px solid var(--brand-header-line); }
.footer-links a { color: var(--brand-header-contrast); font-weight: 680; }
.footer-vat { color: var(--brand-header-muted); white-space: nowrap; }

@media (max-width: 900px) {
  .customer-data-layout { grid-template-columns: 1fr; gap: 20px; }
  .data-group + .data-group { padding: 20px 0 0; border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 820px) {
  .product-grid { grid-template-columns: 1fr; }
  .legal-layout, .consumer-consent__layout { grid-template-columns: 1fr; }
  .legal-layout, .consumer-consent__layout { gap: 18px; }
  .legal-subhead { min-height: 0; }
  .service-guidance { grid-template-columns: 1fr; }
  .service-guidance > div + div { border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 720px) {
  .public-header__inner, .storefront, .public-footer__inner { width: min(100% - 22px, 1120px); }
  .public-header__inner { min-height: 70px; gap: 11px; }
  .public-brand, .public-brand img { width: 46px; height: 42px; }
  .public-title-block { padding-left: 11px; }
  .public-title-block strong { font-size: 14.5px; }
  .public-title-block span { display: none; }
  .intro { padding: 24px 0 20px; }
  .intro::before { width: 34px; height: 3px; margin-bottom: 13px; }
  .intro h1 { font-size: clamp(21px, 5.9vw, 24px); line-height: 1.2; }
  .intro > p { margin-top: 10px; font-size: 15.5px; line-height: 1.5; }
  .checkout-form { padding-top: 12px; gap: 14px; }
  .panel { padding: 20px 16px; border-radius: 8px; }
  .section-head { margin-bottom: 18px; padding-bottom: 14px; }
  .section-head > span { min-width: 34px; height: 34px; }
  .section-head h2 { font-size: 19px; }
  .product-group__head { display: block; }
  .product-group__count { margin-top: 8px; display: inline-block; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .consumer-consent { margin-top: 18px; padding: 15px; }
  .storefront--status { width: min(100% - 22px, 780px); padding-top: 24px; }
  .status-steps { grid-template-columns: 1fr; }
  .footer-main { display: grid; gap: 5px; }
  .footer-address { text-align: left; }
  .footer-bottom { grid-template-columns: 1fr; gap: 10px; }
  .footer-contact { grid-column: auto; }
  .footer-links { grid-column: auto; gap: 7px 16px; }
  .footer-vat { white-space: normal; }
}

@media (max-width: 460px) {
  .public-title-block { max-width: 132px; }
  .public-title-block strong { line-height: 1.15; white-space: normal; }
  .panel { padding-inline: 13px; }
  .section-head { gap: 10px; }
  .product-card__buy { align-items: flex-start; flex-direction: column; }
  .quantity-field { width: 100%; }
  .quantity-control { width: 100%; grid-template-columns: 40px minmax(46px, 1fr) 40px; }
  .quantity-control input { width: 100%; }
  .choice-row { display: grid; grid-template-columns: 1fr 1fr; }
  .field-caption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .field-requirement { white-space: normal; }
  .consumer-consent { padding-inline: 12px; }
  .order-summary__head, .order-line { grid-template-columns: 1fr; display: grid; align-items: start; }
  .order-line__amount { justify-self: start; }
  .order-totals > div { grid-template-columns: 1fr; gap: 3px; }
  .order-totals dd { text-align: left; }
  .status-progress__heading { grid-template-columns: 1fr; }
  .voucher-result { grid-template-columns: 1fr; }
  .voucher-result code { justify-self: start; }
  .voucher-result span { grid-column: auto; }
}

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