:root {
  --ink: #20272b;
  --ink-soft: #526068;
  --paper: #f8faf9;
  --surface: #edf2f5;
  --surface-2: #dfe8ed;
  --line: #c9d4da;
  --accent: #ffd536;
  --accent-dark: #dfb500;
  --white: #fff;
  --danger: #a43c31;
  --radius: 3px;
  --shadow: 0 18px 60px rgba(31, 45, 52, .1);
  --shell: min(1400px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 6.8rem); font-weight: 600; }
h2 { font-size: clamp(1.8rem, 3.1vw, 3.8rem); }
h3 { font-size: 1.15rem; }
em { color: var(--ink-soft); font-weight: 400; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { width: 100%; margin-bottom: 24px; font-size: 1.4rem; font-weight: 600; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 110px; }
.section--tight { padding-top: 28px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-160%); background: var(--accent); font-weight: 700; }
.skip-link:focus { transform: none; }
.kicker, .eyebrow { margin-bottom: 13px; font-family: "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 500; }
.lede { max-width: 680px; color: var(--ink-soft); font-size: clamp(1.1rem, 1.7vw, 1.42rem); }
.text-link { font-weight: 600; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--ink); color: var(--white); font-weight: 700; text-decoration: none; transition: transform .18s, background .18s; }
.button:hover { transform: translateY(-2px); background: #343e43; }
.button--quiet { background: transparent; color: var(--ink); }
.button--quiet:hover { background: var(--surface); }
.button--small { min-height: 38px; padding: 7px 13px; font-size: .84rem; }
.button--full { width: 100%; }
.text-button, .icon-button { padding: 0; border: 0; background: transparent; color: inherit; text-decoration: underline; }
.icon-button { font-size: 1.6rem; text-decoration: none; }
.notice { padding: 16px; border-left: 3px solid var(--accent-dark); background: #fff9d7; }
.field-help, .secure-note { color: var(--ink-soft); font-size: .82rem; }
.image-placeholder { display: grid; min-height: 240px; place-items: center; color: #77858b; background: repeating-linear-gradient(135deg, #edf2f5, #edf2f5 10px, #e7edef 10px, #e7edef 20px); font-family: "IBM Plex Mono", monospace; font-size: .72rem; text-transform: uppercase; }

.utility-bar { color: #dfe7ea; background: var(--ink); font-size: .72rem; }
.utility-inner { display: flex; min-height: 34px; align-items: center; gap: 25px; }
.utility-inner span { margin-right: auto; }
.header-main { display: grid; min-height: 102px; grid-template-columns: 260px 1fr auto; align-items: center; gap: 34px; }
.wordmark { display: inline-flex; width: max-content; align-items: baseline; color: var(--ink); font-size: 1.75rem; font-weight: 700; letter-spacing: -.07em; text-decoration: none; }
.wordmark span:nth-child(2) { position: relative; }
.wordmark span:nth-child(2)::after { position: absolute; right: -9px; top: -1px; width: 7px; height: 7px; background: var(--accent); content: ""; }
.wordmark small { margin-left: 19px; color: var(--ink-soft); font-family: "IBM Plex Mono", monospace; font-size: .58rem; font-weight: 400; letter-spacing: .04em; }
.header-search { display: flex; border-bottom: 1px solid var(--ink); }
.header-search input { width: 100%; padding: 13px 4px; border: 0; background: transparent; outline: none; }
.header-search button { padding: 10px; border: 0; background: transparent; font-weight: 700; }
.quick-nav { display: flex; align-items: center; gap: 22px; }
.quick-nav a { text-decoration: none; font-size: .88rem; font-weight: 600; }
.count { display: inline-grid; min-width: 22px; height: 22px; margin-left: 3px; place-items: center; border-radius: 50%; background: var(--accent); font-size: .7rem; }
.menu-toggle { display: none; padding: 8px; border: 1px solid var(--ink); background: transparent; }
.primary-nav { border-block: 1px solid var(--line); background: var(--white); }
.primary-nav .shell { display: flex; min-height: 49px; align-items: center; gap: 34px; }
.primary-nav a { text-decoration: none; font-size: .82rem; font-weight: 600; }
.primary-nav a:last-child { margin-left: auto; }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--surface); }
.hero::after { position: absolute; top: 0; right: 11%; width: 1px; height: 100%; background: rgba(32,39,43,.13); content: ""; }
.hero-grid { display: grid; min-height: 670px; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .65fr); align-items: stretch; }
.hero-copy { display: flex; justify-content: center; flex-direction: column; padding: 90px 6vw 90px 0; }
.hero-copy h1 { margin-bottom: 35px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-board { display: flex; position: relative; z-index: 1; justify-content: space-between; flex-direction: column; padding: 44px; background: var(--accent); }
.board-number { font-family: "IBM Plex Mono", monospace; }
.hero-board dl, .hero-board dd { margin: 0; }
.hero-board dl > div { padding: 22px 0; border-top: 1px solid rgba(32,39,43,.45); }
.hero-board dt { margin-bottom: 5px; font-weight: 700; }
.hero-board dd { font-size: .9rem; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.section-head h2 { margin-bottom: 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.category-grid a { min-height: 280px; padding: 28px; border-right: 1px solid var(--line); text-decoration: none; transition: background .2s, transform .2s; }
.category-grid a:first-child { border-left: 1px solid var(--line); }
.category-grid a:hover { z-index: 1; transform: translateY(-6px); background: var(--surface); }
.category-grid span { display: block; margin-bottom: 88px; font-family: "IBM Plex Mono", monospace; font-size: .73rem; }
.category-grid strong { display: block; margin-bottom: 10px; font-size: 1.45rem; }
.category-grid p { color: var(--ink-soft); font-size: .9rem; }
.manifesto { padding: 120px 0; color: var(--white); background: var(--ink); }
.manifesto-grid { display: grid; grid-template-columns: .4fr 1fr .8fr; align-items: start; gap: 60px; }
.manifesto h2 { margin: 0; }
.manifesto p:last-child { color: #b9c5ca; font-size: 1.05rem; }

.page-head { padding-block: 85px 54px; border-bottom: 1px solid var(--line); }
.page-head h1 { max-width: 1050px; margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.page-head > p:last-child { max-width: 720px; color: var(--ink-soft); font-size: 1.15rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; color: var(--ink-soft); font-size: .8rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.product-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); background: var(--white); transition: box-shadow .2s, transform .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-visual { display: grid; overflow: hidden; aspect-ratio: 1; place-items: center; background: var(--surface); }
.product-visual img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s; }
.product-card:hover .product-visual img { transform: scale(1.025); }
.product-copy { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.product-copy h3 a { text-decoration: none; }
.product-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: .88rem; }
.card-buy { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.catalog-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 60px; padding-block: 45px 110px; }
.filters { border-right: 1px solid var(--line); }
.filters form { position: sticky; top: 20px; padding-right: 30px; }
.filter-head { display: flex; align-items: center; justify-content: space-between; }
.filter-head button, .filter-toggle { display: none; }
.filters label { display: block; margin: 24px 0 7px; font-size: .82rem; font-weight: 600; }
.filters select { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 0; background: var(--white); }
.filters .button { margin-top: 24px; }
.results-bar { display: flex; min-height: 52px; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.results-bar h2, .results-bar p { margin: 0; font-size: 1.05rem; }
.empty-state { padding: 75px 30px; border: 1px dashed #aebcc3; background: var(--surface); text-align: center; }
.empty-state span { font-family: "IBM Plex Mono", monospace; font-size: .75rem; text-transform: uppercase; }
.empty-state h2, .empty-state h3 { margin: 12px 0; font-size: 2rem; }

.product-detail { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .75fr); gap: 7vw; padding-block: 70px; }
.main-image { display: grid; min-height: 550px; aspect-ratio: 1; place-items: center; background: var(--surface); }
.main-image img { width: 100%; height: 100%; object-fit: contain; }
.thumb-row { display: flex; gap: 10px; margin-top: 12px; }
.thumb-row button { width: 78px; height: 78px; padding: 5px; border: 1px solid var(--line); background: var(--white); }
.thumb-row img { width: 100%; height: 100%; object-fit: contain; }
.product-summary { padding-top: 10px; }
.product-summary h1 { margin-bottom: 22px; font-size: clamp(2.5rem, 4vw, 4.5rem); }
.product-price { margin: 38px 0 15px; font-size: 2rem; font-weight: 700; }
.availability { display: flex; align-items: center; gap: 10px; font-size: .85rem; }
.availability span { width: 9px; height: 9px; border-radius: 50%; background: #3b8662; }
.add-form { margin: 35px 0; padding-block: 30px; border-block: 1px solid var(--line); }
.add-form > label { display: block; margin-bottom: 8px; font-size: .8rem; font-weight: 600; }
.add-form > div { display: grid; grid-template-columns: 85px 1fr; gap: 10px; }
.add-form input { width: 100%; padding: 13px; border: 1px solid var(--ink); }
.service-notes { display: grid; gap: 9px; color: var(--ink-soft); font-size: .86rem; }
.service-notes p { margin: 0; padding-left: 19px; position: relative; }
.service-notes p::before { position: absolute; left: 0; content: "—"; }
.product-information { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding-block: 80px; border-top: 1px solid var(--line); }
.product-information h2 { font-size: 2.2rem; }
.spec-list, .spec-list dd { margin: 0; }
.spec-list > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--ink-soft); }
.spec-list dd { text-align: right; font-weight: 600; }

.cart-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 60px; padding-block: 50px 110px; }
.cart-item { display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; gap: 26px; padding: 25px 0; border-top: 1px solid var(--line); }
.cart-image { background: var(--surface); }
.cart-image img { width: 100%; height: 100%; object-fit: contain; }
.cart-item h2 { font-size: 1.35rem; }
.quantity-form { display: flex; align-items: center; gap: 15px; }
.quantity-form label { font-size: .78rem; }
.quantity-form input { width: 65px; margin-left: 7px; padding: 6px; }
.cart-line-price { display: flex; align-items: end; justify-content: space-between; flex-direction: column; }
.order-summary { align-self: start; position: sticky; top: 24px; padding: 30px; border-top: 5px solid var(--accent); background: var(--surface); }
.order-summary dl, .order-summary dd { margin: 0; }
.order-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; }
.summary-total { margin-top: 13px; padding-top: 18px !important; border-top: 1px solid var(--ink); font-size: 1.25rem; font-weight: 700; }
.summary-item { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .83rem; }
.checkout-main { display: grid; gap: 56px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label, .contact-form label, .tracking-form label, .withdrawal-form > label { display: grid; gap: 7px; font-size: .82rem; font-weight: 600; }
.span-2 { grid-column: span 2; }
input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid #98a8b0; border-radius: var(--radius); background: var(--white); color: var(--ink); }
textarea { resize: vertical; }
.payment-methods { padding-top: 5px; }
.method-list { display: grid; gap: 8px; }
.payment-method { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 16px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.payment-method:has(input:checked) { border-color: var(--ink); box-shadow: inset 4px 0 var(--accent); }
.payment-method input { width: auto; }
.payment-method img { max-width: 48px; max-height: 32px; object-fit: contain; }
.method-copy { display: grid; }
.method-copy small { color: var(--ink-soft); }
.check-row, .radio-row { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; font-size: .82rem; cursor: pointer; }
.check-row input, .radio-row input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; }

.result-page { max-width: 820px; padding-block: 120px; text-align: center; }
.result-mark { display: inline-grid; width: 74px; height: 74px; margin-bottom: 32px; place-items: center; background: var(--accent); font-family: "IBM Plex Mono", monospace; font-weight: 700; }
.result-page h1 { font-size: clamp(2.6rem, 5vw, 5rem); }
.result-data { max-width: 600px; margin: 40px auto; border-top: 1px solid var(--line); }
.result-data div { display: flex; justify-content: space-between; padding: 13px; border-bottom: 1px solid var(--line); }
.result-data dd { margin: 0; font-weight: 700; }
.result-page .hero-actions { justify-content: center; }
.tracking-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; padding-block: 55px 100px; }
.tracking-form, .withdrawal-form, .contact-form { display: grid; gap: 20px; align-self: start; padding: 32px; border: 1px solid var(--line); background: var(--white); }
.tracking-result { padding: 38px; background: var(--surface); }
.tracking-result h2 { font-size: 2.4rem; }
.timeline { margin: 40px 0 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 18px 1fr; gap: 16px; min-height: 72px; color: var(--ink-soft); }
.timeline li > span { position: relative; width: 12px; height: 12px; margin-top: 5px; border: 2px solid var(--line); border-radius: 50%; background: var(--surface); }
.timeline li > span::after { position: absolute; top: 12px; left: 3px; width: 2px; height: 54px; background: var(--line); content: ""; }
.timeline li:last-child > span::after { display: none; }
.timeline li.complete { color: var(--ink); }
.timeline li.complete > span { border-color: var(--ink); background: var(--accent); }
.timeline time { display: block; font-size: .78rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding-block: 60px 110px; }
.contact-notes article { display: grid; grid-template-columns: 60px 1fr; padding: 30px 0; border-top: 1px solid var(--line); }
.contact-notes article > span { grid-row: span 2; font-family: "IBM Plex Mono", monospace; }
.contact-notes h2 { font-size: 1.7rem; }
.contact-notes p { color: var(--ink-soft); }
.faq-list { max-width: 900px; padding-block: 40px 110px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 45px 24px 0; font-size: 1.15rem; font-weight: 600; cursor: pointer; }
.faq-list details p { max-width: 720px; padding-bottom: 25px; color: var(--ink-soft); }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 720px); gap: 70px; padding-block: 55px 110px; }
.legal-layout aside nav { display: grid; position: sticky; top: 30px; gap: 12px; font-size: .82rem; }
.legal-content section { margin-bottom: 50px; scroll-margin-top: 30px; }
.legal-content h2 { font-size: 1.8rem; }
.rich-text { color: #3d484e; }
.rich-text a { color: #194f6a; }
.withdrawal-wrap { max-width: 900px; padding-block: 50px 110px; }
.stepper { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 40px; padding: 0; counter-reset: none; list-style: none; }
.stepper li { display: flex; align-items: center; gap: 12px; padding: 15px; border-bottom: 3px solid var(--line); color: var(--ink-soft); }
.stepper li.active { border-color: var(--accent-dark); color: var(--ink); }
.stepper span { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .78rem; }
.withdrawal-form { padding: 42px; }
.withdrawal-form h2 { margin-bottom: 0; font-size: 2rem; }
.return-items { display: grid; gap: 8px; }
.return-item { padding: 13px; border: 1px solid var(--line); }
.return-item span { display: grid; }
.return-item small { color: var(--ink-soft); }

.site-footer { padding-top: 80px; color: #dce5e8; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 44px; }
.footer-grid section { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }
.footer-grid p { max-width: 340px; color: #aab8be; font-size: .86rem; }
.footer-grid h2 { margin-bottom: 15px; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a:not(.wordmark) { color: #dce5e8; font-size: .82rem; }
.wordmark--footer { margin-bottom: 20px; color: var(--white); }
.footer-base { display: flex; justify-content: space-between; margin-top: 70px; padding: 22px 0; border-top: 1px solid #465158; color: #8fa0a8; font-family: "IBM Plex Mono", monospace; font-size: .7rem; }

.support { position: fixed; z-index: 80; right: 24px; bottom: 22px; }
.support-trigger { min-height: 48px; padding: 12px 17px; border: 1px solid var(--ink); border-radius: 30px; background: var(--accent); box-shadow: 0 8px 30px rgba(32,39,43,.2); font-weight: 700; }
.support-panel { position: absolute; right: 0; bottom: 62px; width: min(380px, calc(100vw - 32px)); padding: 22px; border: 1px solid var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.support-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.support-head p { margin-bottom: 5px; }
.support-form { display: grid; gap: 9px; }
.support-form label { font-size: .75rem; font-weight: 600; }
.support-unread { display: inline-grid; min-width: 20px; height: 20px; margin-left: 7px; place-items: center; border-radius: 20px; background: var(--ink); color: var(--white); font-size: .7rem; }
.support-log { display: grid; gap: 10px; max-height: 310px; margin-block: 14px; padding: 12px; overflow-y: auto; border: 1px solid var(--line); background: var(--surface); }
.support-message { width: min(88%, 290px); padding: 10px 12px; background: var(--white); border: 1px solid var(--line); }
.support-message--customer { justify-self: end; background: #fff9d7; border-color: #e2ce52; }
.support-message p { margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; }
.support-message small { display: block; margin-top: 7px; color: var(--muted); }
.support-message time { display: block; margin-top: 5px; color: var(--muted); font-size: .68rem; text-align: right; }
.support-compose { grid-template-columns: 1fr auto; align-items: end; margin-top: 12px; }
.support-compose textarea { min-height: 74px; }
.support-rating { display: grid; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.support-rating > div { display: flex; gap: 7px; }
.support-rating label input { position: absolute; opacity: 0; }
.support-rating label span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); cursor: pointer; }
.support-rating label input:checked + span { border-color: var(--ink); background: var(--accent); }
.cookie-banner { position: fixed; z-index: 90; right: 22px; bottom: 22px; left: 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; max-width: 1050px; margin: auto; padding: 24px; border: 1px solid var(--ink); background: var(--white); box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin-bottom: 7px; font-size: 1.3rem; }
.cookie-banner p { max-width: 700px; margin: 0; font-size: .84rem; }
.cookie-actions { display: flex; gap: 9px; }

.admin-shell { display: grid; min-height: 100vh; grid-template-columns: 240px 1fr; background: #edf2f5; }
.admin-nav { display: flex; position: sticky; top: 0; height: 100vh; flex-direction: column; padding: 30px 24px; color: #e8eff2; background: var(--ink); }
.admin-nav > p { margin: 10px 0 40px; color: #95a5ac; font-size: .75rem; }
.admin-nav nav { display: grid; gap: 6px; }
.admin-nav nav a { padding: 11px 12px; text-decoration: none; }
.admin-nav nav a.active, .admin-nav nav a:hover { color: var(--ink); background: var(--accent); }
.admin-nav > a:last-child { margin-top: auto; font-size: .8rem; }
.admin-main { min-width: 0; padding: 44px; }
.admin-main > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; }
.admin-main h1 { margin: 0; font-size: 2.8rem; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.metric-grid article { display: grid; min-height: 145px; align-content: space-between; padding: 20px; border-top: 4px solid var(--line); background: var(--white); }
.metric-grid article:first-child { border-color: var(--accent); }
.metric-grid span { color: var(--ink-soft); font-size: .8rem; }
.metric-grid strong { font-size: 2.5rem; }
.admin-columns { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; margin-top: 20px; }
.admin-panel { min-width: 0; padding: 24px; background: var(--white); }
.panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.panel-head h2 { margin: 0; font-size: 1.25rem; }
.panel-head a { font-size: .8rem; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .82rem; text-align: left; }
th { color: var(--ink-soft); font-weight: 500; }
th, td { padding: 12px; border-bottom: 1px solid var(--line); }
.status { display: inline-block; padding: 4px 7px; background: var(--surface); font-size: .72rem; }
.conversation-list { display: grid; }
.conversation-list > a { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.conversation-list .lang { display: grid; width: 30px; height: 30px; place-items: center; background: var(--accent); font-family: "IBM Plex Mono", monospace; font-size: .65rem; }
.conversation-list a > span:nth-child(2) { display: grid; min-width: 0; }
.conversation-list small { overflow: hidden; color: var(--ink-soft); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.conversation-list time { color: var(--ink-soft); font-size: .65rem; }
.empty-copy { color: var(--ink-soft); }
.support-console { display: grid; min-height: 620px; grid-template-columns: 340px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.support-inbox { border-right: 1px solid var(--line); }
.support-inbox > form { padding: 16px; border-bottom: 1px solid var(--line); background: var(--surface); }
.support-inbox .conversation-list { max-height: 680px; overflow-y: auto; padding-inline: 16px; }
.support-inbox .conversation-list > a.selected { margin-inline: -16px; padding-inline: 16px; background: #fff9d7; }
.support-thread { display: grid; min-width: 0; grid-template-rows: auto 1fr auto; }
.support-thread > header { display: flex; align-items: center; justify-content: space-between; padding: 17px 22px; border-bottom: 1px solid var(--line); }
.support-thread > header div { display: flex; align-items: center; gap: 12px; }
.support-thread .lang { display: inline-grid; width: 32px; height: 32px; place-items: center; background: var(--accent); font-family: "IBM Plex Mono", monospace; font-size: .68rem; }
.message-stream { display: flex; min-height: 360px; max-height: 530px; overflow-y: auto; flex-direction: column; gap: 12px; padding: 25px; background: var(--surface); }
.message { align-self: flex-start; max-width: min(72%, 560px); padding: 13px 15px; border: 1px solid var(--line); background: var(--white); }
.message--admin { align-self: flex-end; border-color: #c6ad3a; background: #fff9d7; }
.message p { margin-bottom: 5px; white-space: pre-wrap; }
.message time { color: var(--ink-soft); font-size: .68rem; }
.reply-form { padding: 20px; border-top: 1px solid var(--line); }
.reply-form label { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: .8rem; font-weight: 600; }
.reply-form label span { color: var(--ink-soft); }
.reply-form > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 10px; }
.reply-form p { margin: 0; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 1000px); }
  .header-main { grid-template-columns: 180px 1fr auto; gap: 20px; }
  .wordmark small, .quick-nav > a:first-child { display: none; }
  .hero-grid { grid-template-columns: 1.35fr .65fr; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-grid a:nth-child(3) { border-left: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-detail { gap: 40px; }
  .cart-layout, .checkout-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 30px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .footer-grid section:last-child { grid-column: 2 / -1; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .admin-columns { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 30px); }
  h1 { font-size: clamp(2.4rem, 13vw, 4rem); }
  .section { padding-block: 70px; }
  .utility-inner { justify-content: center; }
  .utility-inner span { margin: 0; }
  .utility-inner a { display: none; }
  .header-main { min-height: 75px; grid-template-columns: 1fr auto; }
  .header-search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 14px; }
  .quick-nav > a { display: none; }
  .menu-toggle { display: block; }
  .primary-nav { display: none; }
  .primary-nav.open { display: block; }
  .primary-nav .shell { align-items: stretch; flex-direction: column; gap: 0; padding-block: 8px; }
  .primary-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); }
  .primary-nav a:last-child { margin: 0; }
  .hero-grid { display: block; min-height: auto; }
  .hero-copy { min-height: 560px; padding: 70px 0; }
  .hero-board { min-height: 390px; padding: 30px; }
  .hero::after { display: none; }
  .category-grid { grid-template-columns: 1fr; }
  .category-grid a, .category-grid a:nth-child(3) { min-height: auto; border: 0; border-top: 1px solid var(--line); }
  .category-grid a:last-child { border-bottom: 1px solid var(--line); }
  .category-grid span { margin-bottom: 45px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 20px; }
  .section-head { align-items: start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; }
  .page-head { padding-block: 55px 35px; }
  .catalog-layout { display: block; padding-top: 25px; }
  .filters { position: fixed; z-index: 100; inset: 0; display: none; overflow: auto; padding: 25px; border: 0; background: var(--paper); }
  .filters.open { display: block; }
  .filters form { position: static; padding: 0; }
  .filter-head button, .filter-toggle { display: inline-flex; }
  .product-detail, .product-information, .cart-layout, .checkout-layout, .tracking-layout, .contact-grid, .legal-layout { grid-template-columns: 1fr; }
  .product-detail { padding-top: 25px; }
  .main-image { min-height: 340px; }
  .product-summary h1 { font-size: 2.6rem; }
  .product-information { gap: 45px; }
  .cart-layout, .checkout-layout { padding-top: 30px; }
  .cart-item { grid-template-columns: 90px 1fr; gap: 15px; }
  .cart-line-price { grid-column: 2; align-items: center; flex-direction: row; }
  .order-summary { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .result-page { padding-block: 80px; }
  .tracking-layout, .contact-grid, .legal-layout { gap: 35px; padding-block: 35px 80px; }
  .legal-layout aside { display: none; }
  .stepper strong { font-size: .75rem; }
  .withdrawal-form { padding: 25px 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-grid section:first-child, .footer-grid section:last-child { grid-column: 1 / -1; }
  .cookie-banner { grid-template-columns: 1fr; gap: 17px; }
  .cookie-actions { flex-direction: column-reverse; }
  .support { right: 15px; bottom: 15px; }
  .support-panel { position: fixed; right: 15px; bottom: 74px; left: 15px; width: auto; max-height: calc(100vh - 100px); overflow: auto; }
  .admin-shell { display: block; }
  .admin-nav { position: static; width: 100%; height: auto; }
  .admin-nav nav { grid-template-columns: 1fr 1fr; margin: 20px 0; }
  .admin-nav > a:last-child { margin-top: 10px; }
  .admin-main { padding: 25px 15px; }
  .admin-main > header { align-items: start; flex-direction: column; gap: 10px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .support-console { grid-template-columns: 1fr; }
  .support-inbox { max-height: 300px; overflow-y: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .support-thread { min-height: 570px; }
}

@media (max-width: 430px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { text-align: center; }
  .product-grid { gap: 18px; }
  .footer-grid, .metric-grid { grid-template-columns: 1fr; }
  .footer-grid section { grid-column: auto !important; }
  .footer-base { flex-direction: column; gap: 7px; }
}

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

@media print {
  .site-header, .site-footer, .support, .cookie-banner, .button { display: none !important; }
  body { background: white; }
  .shell { width: 100%; }
}

/* Product-led homepage hero */
.hero--products { overflow: hidden; }
.hero--products .hero-grid { min-height: 690px; grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr); }
.hero--products .hero-copy { padding-right: clamp(35px, 5vw, 86px); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 48px; color: var(--ink-soft); font-family: "IBM Plex Mono", monospace; font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; }
.hero-trust span::before { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--accent); content: ""; }
.hero-showcase { display: flex; position: relative; overflow: hidden; flex-direction: column; min-width: 0; padding: 30px; background: var(--accent); }
.hero-showcase::before { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(32,39,43,.16); border-radius: 50%; content: ""; inset: 87px auto auto 50%; transform: translateX(-50%); }
.showcase-top { display: flex; position: relative; z-index: 2; justify-content: space-between; font-family: "IBM Plex Mono", monospace; font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; }
.showcase-main { display: flex; position: relative; z-index: 1; flex: 1; min-height: 440px; flex-direction: column; color: var(--ink); text-decoration: none; }
.showcase-category { position: absolute; z-index: 2; top: 30px; left: 0; padding: 7px 11px; border: 1px solid rgba(32,39,43,.55); border-radius: 30px; font-size: .7rem; }
.showcase-main > img { width: min(88%, 500px); height: 420px; margin: 18px auto 0; object-fit: contain; filter: drop-shadow(0 24px 25px rgba(32,39,43,.17)); transition: transform .35s ease; }
.showcase-main:hover > img { transform: translateY(-7px) scale(1.025); }
.showcase-caption { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-top: auto; padding: 18px 0; border-top: 1px solid rgba(32,39,43,.45); }
.showcase-caption strong { max-width: 65%; font-size: 1.25rem; }
.showcase-caption b { white-space: nowrap; font-size: 1.05rem; }
.showcase-picks { display: grid; position: relative; z-index: 2; grid-template-columns: 1fr 1fr; gap: 10px; }
.showcase-picks a { display: grid; min-width: 0; grid-template-columns: 70px 1fr; align-items: center; gap: 9px; padding: 8px; border: 1px solid rgba(32,39,43,.35); color: var(--ink); background: rgba(255,255,255,.28); text-decoration: none; }
.showcase-picks img { width: 70px; height: 70px; object-fit: contain; }
.showcase-picks span { min-width: 0; }
.showcase-picks strong, .showcase-picks small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.showcase-picks strong { margin-bottom: 5px; font-size: .72rem; }
.showcase-picks small { font-size: .66rem; }
@media (max-width: 1100px) {
  .hero--products .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr); }
  .showcase-main > img { height: 380px; }
  .showcase-picks { grid-template-columns: 1fr; }
  .showcase-picks a:last-child { display: none; }
}
@media (max-width: 760px) {
  .hero--products .hero-grid { display: flex; flex-direction: column; }
  .hero--products .hero-copy { min-height: 520px; padding-right: 0; }
  .hero-trust { margin-top: 35px; }
  .hero-showcase { min-height: 560px; margin-inline: -15px; padding: 24px; }
  .showcase-main { min-height: 390px; }
  .showcase-main > img { height: 355px; }
  .showcase-picks { grid-template-columns: 1fr 1fr; }
  .showcase-picks a:last-child { display: grid; }
}
@media (max-width: 430px) {
  .hero-showcase { min-height: 525px; }
  .showcase-main > img { height: 320px; }
  .showcase-picks { grid-template-columns: 1fr; }
  .showcase-picks a:last-child { display: none; }
}

.product-information .rich-text p + p { margin-top: 1.15em; }
.product-package { margin-top: 32px; padding: 24px; border: 1px solid var(--line); background: var(--surface); }
.product-package h3 { margin-bottom: 16px; }
.product-package ul { display: grid; margin: 0; padding: 0; grid-template-columns: 1fr 1fr; gap: 9px 24px; list-style: none; }
.product-package li::before { margin-right: 8px; color: #b99000; content: "•"; }
.warranty-note { margin-top: 22px; padding: 18px; border-left: 4px solid var(--accent); background: var(--surface); }
@media (max-width: 760px) { .product-package ul { grid-template-columns: 1fr; } }

/* Homepage storefront composition v2 */
.home-proof { border-block: 1px solid var(--line); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; min-height: 112px; justify-content: center; flex-direction: column; padding: 22px 28px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { margin-bottom: 5px; font-size: 1.45rem; }
.proof-grid span { color: var(--ink-soft); font-size: .78rem; }
.home-section { padding-block: 82px; }
.home-section .section-head { margin-bottom: 34px; }
.category-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.category-tile { display: grid; position: relative; overflow: hidden; min-height: 300px; grid-template-columns: 1fr minmax(180px, 42%); border: 1px solid var(--line); color: var(--ink); background: var(--white); text-decoration: none; transition: transform .25s, box-shadow .25s; }
.category-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.category-tile::after { position: absolute; right: -70px; bottom: -110px; width: 280px; height: 280px; border-radius: 50%; background: var(--accent); content: ""; opacity: .55; }
.category-tile-copy { display: flex; position: relative; z-index: 2; flex-direction: column; padding: 30px; }
.category-tile-copy > span { margin-bottom: auto; font-family: "IBM Plex Mono", monospace; font-size: .65rem; text-transform: uppercase; letter-spacing: .05em; }
.category-tile h3 { margin: 55px 0 8px; font-size: 1.75rem; }
.category-tile p { max-width: 280px; margin: 0; color: var(--ink-soft); font-size: .86rem; }
.category-tile b { display: grid; width: 39px; height: 39px; margin-top: 22px; border: 1px solid var(--ink); border-radius: 50%; place-items: center; }
.category-tile > img { position: relative; z-index: 1; width: 100%; height: 100%; padding: 22px 15px 22px 0; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(32,39,43,.13)); transition: transform .3s; }
.category-tile:hover > img { transform: scale(1.045) rotate(-1deg); }
.home-products { background: var(--surface); }
.home-products .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.home-products .product-card { background: var(--white); }
.home-products .product-copy { padding: 18px; }
.home-products .product-copy > p:not(.eyebrow) { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: .78rem; line-height: 1.5; }
.home-products .product-copy h3 { font-size: 1.08rem; }
.home-products .product-visual { aspect-ratio: 1 / .92; }
.home-help { color: var(--white); background: var(--ink); }
.help-grid { display: grid; min-height: 330px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 80px; padding-block: 70px; }
.help-grid h2 { max-width: 760px; margin-bottom: 22px; }
.help-grid p:not(.eyebrow) { max-width: 720px; color: #b9c5ca; }
.help-actions { display: flex; align-items: center; flex-direction: column; gap: 18px; }
.help-actions a:not(.button) { color: var(--white); }
@media (max-width: 1100px) {
  .home-products .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-tile { min-height: 270px; }
  .category-tile h3 { margin-top: 42px; }
}
@media (max-width: 760px) {
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 90px; padding: 18px; border-bottom: 1px solid var(--line); }
  .home-section { padding-block: 58px; }
  .category-showcase { grid-template-columns: 1fr; }
  .category-tile { min-height: 225px; grid-template-columns: 1.15fr .85fr; }
  .category-tile-copy { padding: 22px; }
  .category-tile h3 { margin-top: 30px; font-size: 1.4rem; }
  .category-tile p { font-size: .76rem; }
  .category-tile > img { padding: 15px 5px 15px 0; }
  .home-products .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .home-products .product-copy { padding: 14px; }
  .home-products .product-copy > p:not(.eyebrow) { display: none; }
  .help-grid { min-height: 0; grid-template-columns: 1fr; gap: 32px; padding-block: 58px; }
  .help-actions { align-items: stretch; }
  .help-actions .button { text-align: center; }
}
@media (max-width: 430px) {
  .home-products .product-grid { grid-template-columns: 1fr; }
  .home-products .product-copy > p:not(.eyebrow) { display: -webkit-box; }
  .proof-grid strong { font-size: 1.2rem; }
  .proof-grid span { font-size: .68rem; }
}

/* Customer support widget v2 — state-driven and isolated */
.support [hidden] { display: none !important; }
.support { position: fixed; z-index: 2147482000; right: 20px; bottom: 20px; }
.support-trigger { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 9px 17px 9px 9px; border: 0; border-radius: 999px; color: var(--white); background: var(--ink); box-shadow: 0 10px 32px rgba(0,0,0,.25); cursor: pointer; font-size: .88rem; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.support-trigger:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(0,0,0,.3); }
.support-trigger-icon { display: grid; width: 36px; height: 36px; border-radius: 50%; color: var(--ink); background: var(--accent); place-items: center; font-size: 1.15rem; }
.support-unread { position: absolute; top: -5px; right: -4px; min-width: 22px; height: 22px; margin: 0; padding: 0 5px; color: var(--white); background: #c52f2f; font-size: .68rem; }
.support[data-open="true"] .support-trigger { visibility: hidden; opacity: 0; pointer-events: none; }
.support-panel { position: fixed; right: 20px; bottom: 20px; width: min(390px, calc(100vw - 24px)); height: min(650px, calc(100dvh - 40px)); padding: 0; overflow: hidden; border: 1px solid #d5dfe2; border-radius: 18px; background: var(--white); box-shadow: 0 20px 65px rgba(0,0,0,.27); animation: support-in .22s ease-out; }
@keyframes support-in { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: none; } }
.support-head { display: flex; height: 72px; align-items: center; justify-content: space-between; padding: 0 18px; color: var(--white); background: var(--ink); }
.support-head strong { display: block; font-size: 1rem; }
.support-presence { display: flex; align-items: center; gap: 7px; margin-top: 5px; color: #b9c6ca; font-size: .7rem; }
.support-presence i { width: 8px; height: 8px; border-radius: 50%; background: #45bf7a; }
.support-close { border: 0; color: var(--white); background: transparent; cursor: pointer; font-size: 1.8rem; line-height: 1; }
.support-profile { height: calc(100% - 72px); padding: 24px; overflow-y: auto; }
.support-intro h2 { margin: 0 0 8px; font-size: 1.35rem; }
.support-intro p { margin: 0 0 19px; color: var(--ink-soft); font-size: .83rem; line-height: 1.5; }
.support-profile label { display: grid; gap: 5px; margin: 12px 0; font-size: .74rem; font-weight: 700; }
.support-profile input, .support-profile textarea { width: 100%; box-sizing: border-box; margin: 0; padding: 11px 12px; border: 1px solid #cbd6da; border-radius: 9px; background: var(--white); font: inherit; resize: vertical; }
.support-profile input:focus, .support-profile textarea:focus, .support-compose textarea:focus { outline: 0; border-color: #9e8000; box-shadow: 0 0 0 3px rgba(255,216,61,.28); }
.support-primary { width: 100%; padding: 13px; border: 0; border-radius: 9px; color: var(--ink); background: var(--accent); cursor: pointer; font-weight: 800; }
.support-profile > small { display: block; margin-top: 10px; color: var(--ink-soft); font-size: .64rem; line-height: 1.4; }
.support-chat { display: flex; height: calc(100% - 72px); flex-direction: column; }
.support-log { display: block; flex: 1; max-height: none; min-height: 0; margin: 0; padding: 15px; overflow-y: auto; border: 0; background: #f2f5f6; scroll-behavior: smooth; }
.support-message { width: fit-content; max-width: 82%; margin: 7px 0; padding: 10px 12px; border: 1px solid #d8e0e3; border-radius: 14px 14px 14px 4px; background: var(--white); font-size: .82rem; }
.support-message--customer { margin-left: auto; border-color: var(--accent); border-radius: 14px 14px 4px 14px; background: var(--accent); }
.support-message p { line-height: 1.45; }
.support-message small { display: none; }
.support-message time { margin-top: 4px; color: #748086; font-size: .61rem; }
.support-quick { display: flex; flex: 0 0 auto; gap: 6px; padding: 8px 11px; overflow-x: auto; border-top: 1px solid var(--line); background: var(--white); }
.support-quick button { padding: 6px 9px; border: 1px solid #d0b63c; border-radius: 999px; color: #5d4d00; background: #fffdf2; cursor: pointer; font-size: .64rem; white-space: nowrap; }
.support-compose { display: grid; flex: 0 0 auto; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 7px; margin: 0; padding: 10px 11px; border-top: 1px solid var(--line); background: var(--white); }
.support-compose textarea { min-height: 42px; max-height: 104px; padding: 10px 11px; border: 1px solid #cbd6da; border-radius: 10px; font: inherit; font-size: .82rem; resize: none; }
.support-compose button { height: 42px; padding: 0 13px; border: 0; border-radius: 9px; color: var(--ink); background: var(--accent); cursor: pointer; font-weight: 700; }
.support-rating { display: grid; flex: 0 0 auto; gap: 10px; margin: 0; padding: 14px; border-top: 1px solid #ead89a; background: #fff9df; text-align: center; }
.support-rating > div { display: flex; justify-content: center; gap: 2px; }
.support-rating label span { width: 34px; height: 34px; border: 0; color: #c69d00; background: transparent; font-size: 1.4rem; }
.support-rating label input:checked + span { color: var(--ink); background: transparent; }
.support-rating textarea { padding: 9px; border: 1px solid #d9ca91; border-radius: 8px; resize: vertical; }
.support-rating .support-primary { padding: 10px; }
.support-foot { display: flex; flex: 0 0 auto; justify-content: space-between; gap: 12px; padding: 7px 11px; color: #7b868a; background: var(--white); font-size: .59rem; }
.support-foot a { color: inherit; }
@media (max-width: 760px) {
  .support { right: 12px; bottom: 12px; }
  .support-trigger { min-width: 52px; min-height: 52px; padding: 8px; }
  .support-trigger > span[data-support-label] { display: none; }
  .support-trigger-icon { width: 36px; height: 36px; }
  .support-panel { inset: 0; width: 100vw; height: 100dvh; border: 0; border-radius: 0; }
  .support-head { height: calc(68px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); }
  .support-profile, .support-chat { height: calc(100% - 68px - env(safe-area-inset-top)); }
  body.support-open { overflow: hidden; }
}
@media (prefers-reduced-motion: reduce) { .support-panel { animation: none; } }


/* Audit remediation: pagination, narrow product layout, modal focus and consent */
.pagination { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:36px; padding-top:24px; border-top:1px solid var(--line); }
.pagination > span { text-align:center; }
.product-summary { min-width:0; }
.product-summary h1 { overflow-wrap:anywhere; }
.footer-link-button { padding:0; border:0; color:#dce5e8; background:transparent; cursor:pointer; font:inherit; font-size:.82rem; text-align:left; text-decoration:underline; }
body.cookie-consent-open .support { display:none; }
.header-search input:focus-visible { outline:3px solid #9e8000; outline-offset:2px; }
.support-close, .filter-head button { min-width:44px; min-height:44px; }
@media (max-width: 360px) {
  .add-form > div { grid-template-columns:1fr; }
  .add-form .button { width:100%; white-space:normal; }
  .product-summary h1 { font-size:2.15rem; }
  .pagination { align-items:stretch; flex-direction:column; }
  .pagination > span { order:-1; }
}
