:root {
  --navy-950: #071f2a;
  --navy-900: #0c2d3d;
  --navy-800: #164355;
  --ice-50: #f6fafc;
  --ice-100: #eaf3f7;
  --ice-200: #d6e7ee;
  --ice-300: #b8d5df;
  --orange-500: #f05a32;
  --orange-600: #d94725;
  --white: #ffffff;
  --text: var(--navy-950);
  --muted: #4f6570;
  --surface: var(--white);
  --line: #cbdde4;
  --shadow: 0 18px 50px rgb(7 31 42 / .1), 0 2px 7px rgb(7 31 42 / .06);
  --radius-sm: .55rem;
  --radius: 1rem;
  --radius-lg: 1.75rem;
  --shell: min(1180px, calc(100% - 2.5rem));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ice-50); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: from-font; text-underline-position: from-font; text-decoration-skip-ink: auto; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
h1, h2, h3 { margin-block: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 7vw, 6.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { text-wrap: pretty; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; inset-block-start: .5rem; inset-inline-start: .5rem; z-index: 100; transform: translateY(-160%); background: var(--white); padding: .75rem 1rem; border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--orange-500); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; inset-block-start: 0; z-index: 40; border-bottom: 1px solid var(--line); background: rgb(255 255 255 / .96); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); }
.brand { display: inline-flex; align-items: center; gap: .9rem; text-decoration: none; }
.brand-mark { width: 3.15rem; height: auto; flex: 0 0 auto; fill: none; stroke: var(--navy-900); stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.7; }
.brand-mark path:last-child { stroke: var(--orange-500); stroke-width: 2.3; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy b { font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; letter-spacing: -.015em; }
.brand-copy small { margin-block-start: .4rem; color: var(--muted); font-size: .62rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; justify-content: flex-start; gap: clamp(1.2rem, 2.7vw, 2.3rem); }
.main-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; font-size: .76rem; font-weight: 750; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; }
.main-nav a::after { position: absolute; inset-inline: 0; inset-block-end: 5px; height: 2px; background: var(--orange-500); content: ""; scale: 0 1; transform-origin: left center; }
.main-nav a[aria-current="page"]::after { scale: 1; }
@media (hover: hover) { .main-nav a:hover::after { scale: 1; transition: scale 150ms cubic-bezier(.2,0,0,1); } }
.cart-pill { min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; border-inline-start: 1px solid var(--line); padding-inline-start: 1.25rem; font-size: .78rem; font-weight: 750; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.cart-pill svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.5; }
.cart-pill b { min-width: 1.25rem; color: var(--orange-600); text-align: center; font-variant-numeric: tabular-nums; }
.menu-toggle { display: none; min-height: 44px; border: 0; border-bottom: 2px solid var(--navy-900); background: transparent; padding-inline: .35rem; font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.eyebrow { margin: 0 0 1rem; color: var(--orange-600); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.55; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; border: 1px solid var(--navy-900); border-radius: var(--radius-sm); background: var(--navy-900); color: var(--white); padding: .75rem 1.25rem; font-weight: 750; text-decoration: none; }
.button:active { scale: .96; }
.button--accent { border-color: var(--orange-500); background: var(--orange-500); }
.button--ghost { border-color: var(--line); background: var(--white); color: var(--navy-900); }
.button--wide { width: 100%; }
.text-button { min-height: 40px; border: 0; background: transparent; padding: 0; color: inherit; text-decoration: underline; text-underline-position: from-font; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--white); color: var(--navy-950); padding-block: 0 clamp(2.5rem, 4vw, 4rem); }
.hero-topline { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid var(--line); padding-block: 1rem; color: var(--muted); font-size: .67rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr); align-items: stretch; padding-block-start: clamp(2rem, 4vw, 3.5rem); }
.hero-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: clamp(1rem, 4vw, 3rem) clamp(2rem, 6vw, 5.5rem) 1rem 0; }
.hero h1 { max-width: 10.5ch; font-size: clamp(3.6rem, 5.6vw, 5.8rem); line-height: .94; letter-spacing: -.045em; }
.hero h1 em { color: var(--orange-600); font-weight: inherit; }
.hero .lead { max-width: 43ch; margin-block: 1.75rem 0; color: var(--muted); font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-block-start: 2rem; }
.hero-actions .button { padding-inline: 1rem; font-size: .86rem; }
.hero .button--ghost { border-color: var(--navy-900); background: transparent; color: var(--navy-900); }
.hero-metrics { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; border-top: 1px solid var(--line); margin-block-start: auto; padding-block-start: 1.5rem; }
.hero-metrics div { display: grid; gap: .25rem; }
.hero-metrics b { font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; font-variant-numeric: tabular-nums; line-height: 1; }
.hero-metrics span { color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: var(--ice-100); outline: 1px solid rgb(0 0 0 / .1); outline-offset: -1px; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual figcaption { position: absolute; inset: auto auto 0 0; width: min(310px, 58%); display: grid; grid-template-columns: auto 1fr; gap: 1rem; background: var(--navy-950); color: var(--white); padding: 1.25rem; }
.hero-visual figcaption span { color: var(--orange-500); font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; line-height: 1; }
.hero-visual figcaption p { margin: 0; color: var(--ice-200); font-size: .82rem; line-height: 1.5; }
.hero-float-link { position: absolute; inset: 1rem 1rem auto auto; display: inline-flex; align-items: center; gap: 1rem; background: var(--orange-500); color: var(--white); padding: .85rem 1rem; font-size: .76rem; font-weight: 800; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; }
.hero-float-link span { font-size: 1.2rem; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-bottom: 1px solid var(--line); background: var(--line); }
.trust-strip > div { background: var(--white); padding: 1.4rem clamp(1rem, 4vw, 3.5rem); }
.trust-strip b { display: block; }
.trust-strip span { color: var(--muted); font-size: .9rem; }
.section { padding-block: clamp(4.5rem, 8vw, 8rem); }
.section--tint { background: var(--ice-100); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 3rem; margin-block-end: 2.5rem; }
.section-heading p { max-width: 58ch; margin: 0; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.category-card { min-height: 320px; display: grid; align-content: space-between; overflow: hidden; border-radius: var(--radius-lg); background: var(--surface); padding: clamp(1.5rem, 4vw, 2.5rem); box-shadow: var(--shadow); text-decoration: none; }
.category-card:first-child { background: var(--navy-900); color: var(--white); }
.category-card .count { color: var(--orange-500); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.category-card p { max-width: 42ch; color: inherit; opacity: .72; }
.category-card .arrow { font-size: 2rem; justify-self: end; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.product-card { min-width: 0; overflow: hidden; border-radius: var(--radius); background: var(--surface); box-shadow: 0 6px 28px rgb(7 31 42 / .08); }
.product-card__media { position: relative; display: grid; aspect-ratio: 4 / 3; place-items: center; background: linear-gradient(145deg, var(--white), var(--ice-100)); padding: 1rem; }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; }
.product-card__media::after, .article-card img { outline: 1px solid rgb(0 0 0 / .1); outline-offset: -1px; }
.product-card__tag { position: absolute; inset: 1rem auto auto 1rem; border-radius: 999px; background: rgb(255 255 255 / .9); padding: .35rem .7rem; font-size: .72rem; font-weight: 750; }
.product-card__body { padding: 1.35rem; }
.product-card h3 { min-height: 3.55rem; font-family: inherit; font-size: 1.05rem; letter-spacing: -.01em; line-height: 1.35; }
.product-card h3 a { text-decoration: none; }
.product-card__desc { min-height: 4.2rem; color: var(--muted); font-size: .86rem; }
.product-card__buy { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--ice-200); margin-block-start: 1rem; padding-block-start: 1rem; }
.price { font-size: 1.25rem; font-weight: 850; font-variant-numeric: tabular-nums; white-space: nowrap; }
.icon-button { min-width: 44px; min-height: 44px; border: 0; border-radius: .75rem; background: var(--orange-500); color: var(--white); font-size: 1.25rem; font-weight: 800; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.article-card { min-width: 0; border-radius: var(--radius); background: var(--surface); padding: 1.5rem; box-shadow: 0 6px 28px rgb(7 31 42 / .07); }
.article-card__image { width: calc(100% + 3rem); display: grid; aspect-ratio: 16/9; margin: -1.5rem -1.5rem 1.5rem; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; background: var(--ice-100); }
.article-card__image img { width: 100%; height: 100%; object-fit: cover; }
.article-card__image--product { background: linear-gradient(145deg, var(--white), var(--ice-100)); padding: 1rem; }
.article-card__image--product img { object-fit: contain; }
.article-card h3 { margin-block: .5rem .75rem; }
.article-card h3 a { text-decoration: none; }
.article-card p:last-child { color: var(--muted); font-size: .9rem; }
.article-card--plain { background: linear-gradient(150deg, var(--white), var(--ice-100)); }

.page-hero { padding-block: clamp(4rem, 8vw, 7rem); border-bottom: 1px solid var(--line); background: var(--white); }
.page-hero--dark { background: var(--navy-900); color: var(--white); }
.page-hero h1 { max-width: 15ch; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero .lead { max-width: 65ch; }
.page-hero--dark .lead { color: var(--ice-200); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .5rem; margin-block-end: 1.25rem; color: var(--muted); font-size: .82rem; }
.catalog { padding-block: 2rem 6rem; }
.filter-bar { position: sticky; inset-block-start: 92px; z-index: 20; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 1rem; margin-block: 0 2rem; border-radius: var(--radius); background: rgb(255 255 255 / .95); padding: 1rem; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.field { display: grid; gap: .35rem; }
.field > span { font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); padding: .7rem .85rem; font-size: 1rem; }
textarea { min-height: 140px; resize: vertical; }
.results-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-block-end: 1.5rem; }
.empty-state { grid-column: 1 / -1; border-radius: var(--radius); background: var(--white); padding: 4rem 2rem; text-align: center; }

.product-detail { padding-block: 1.5rem 7rem; }
.product-hero { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.product-media { display: grid; min-height: 560px; place-items: center; background: linear-gradient(150deg, var(--white), var(--ice-100)); padding: clamp(1.5rem, 5vw, 4rem); }
.product-media img { width: 100%; max-height: 480px; object-fit: contain; }
.product-summary { display: flex; flex-direction: column; justify-content: center; background: var(--navy-900); color: var(--white); padding: clamp(2rem, 6vw, 4.5rem); }
.product-summary h1 { font-size: clamp(2.35rem, 5vw, 4.7rem); }
.product-summary .lead { color: var(--ice-200); }
.product-summary .price { margin-block: 1.5rem; font-size: 2rem; }
.energy { display: flex; align-items: center; gap: .75rem; margin-block-end: 1.5rem; color: var(--ice-200); font-size: .84rem; }
.energy-badge { display: grid; min-width: 48px; height: 42px; place-items: center; clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%); background: #f3c548; color: var(--navy-950); font-weight: 900; }
.product-body { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 6rem); padding-block-start: 5rem; }
.product-copy h2, .specs h2 { font-size: 2.3rem; }
.product-copy .lead { margin-block-end: 2rem; }
.balance { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-block-start: 2.5rem; }
.balance section { border-radius: var(--radius); background: var(--white); padding: 1.5rem; }
.balance h3 { font-family: inherit; font-size: 1rem; }
.balance li { margin-block-end: .45rem; }
.specs { align-self: start; border-radius: var(--radius); background: var(--white); padding: 2rem; box-shadow: var(--shadow); }
.specs dl { margin: 1.5rem 0 0; }
.specs dl div { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; border-top: 1px solid var(--ice-200); padding-block: .8rem; }
.specs dt { color: var(--muted); }
.specs dd { margin: 0; font-weight: 700; text-align: end; overflow-wrap: break-word; }

.article-detail { padding-block: 4rem 7rem; }
.article-header { max-width: 900px; }
.article-header h1 { font-size: clamp(2.8rem, 6vw, 5.3rem); }
.article-cover { width: 100%; aspect-ratio: 16/9; margin-block: 2.5rem 4rem; overflow: hidden; border-radius: var(--radius-lg); background: var(--ice-100); outline: 1px solid rgb(0 0 0 / .1); outline-offset: -1px; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-cover--product { background: radial-gradient(circle at 50% 40%, var(--white), var(--ice-100)); padding: clamp(1.5rem, 5vw, 4rem); }
.article-cover--product img { object-fit: contain; }
.article-layout { display: grid; grid-template-columns: minmax(0, 740px) 250px; justify-content: center; gap: clamp(3rem, 8vw, 6rem); }
.prose { min-width: 0; font-size: 1.05rem; }
.prose > * { max-width: 70ch; }
.prose h2 { margin-block: 3rem 1rem; font-size: clamp(1.9rem, 3vw, 2.6rem); }
.prose h3 { margin-block: 2rem .75rem; }
.prose p, .prose li { color: #294551; }
.prose li { margin-block-end: .5rem; }
.prose a { color: var(--orange-600); }
.article-aside { align-self: start; border-top: 3px solid var(--orange-500); padding-block-start: 1rem; color: var(--muted); font-size: .9rem; }
.article-aside strong { display: block; color: var(--text); }
.article-aside--lead { position: sticky; inset-block-start: 110px; border: 0; border-radius: var(--radius); background: var(--navy-900); color: var(--ice-200); padding: 1.5rem; box-shadow: var(--shadow); }
.article-aside--lead .eyebrow { margin-block-end: .65rem; color: var(--orange-500); }
.article-aside--lead strong { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.2; }
.article-aside--lead .button { margin-block-start: .5rem; text-align: center; }
.article-aside--lead small { display: block; margin-block-start: .8rem; color: var(--ice-300); font-size: .7rem; }
.article-offers { margin-block-start: clamp(4rem, 8vw, 7rem); border-radius: var(--radius-lg); background: var(--navy-900); color: var(--white); padding: clamp(1.5rem, 4vw, 3.5rem); box-shadow: var(--shadow); }
.article-offers__header { max-width: 760px; margin-block-end: 2rem; }
.article-offers__header h2 { margin: 0; color: var(--white); font-size: clamp(2.2rem, 5vw, 4rem); }
.article-offers__header > p:last-child { color: var(--ice-200); }
.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.offer-product { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: var(--white); color: var(--text); box-shadow: 0 8px 32px rgb(0 0 0 / .16); }
.offer-product__visual { min-height: 210px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--white), var(--ice-100)); padding: 1rem; outline: 1px solid rgb(0 0 0 / .1); outline-offset: -1px; }
.offer-product__visual img { width: 100%; height: 190px; object-fit: contain; }
.offer-product__body { flex: 1; display: flex; flex-direction: column; align-items: stretch; padding: 1.35rem; }
.offer-product__step { margin: 0 0 .5rem; color: var(--orange-600) !important; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.offer-product h3 { min-height: 3.4rem; margin: 0; font-family: inherit; font-size: 1.15rem; line-height: 1.35; }
.offer-product__body > p:not(.offer-product__step) { color: var(--muted); font-size: .88rem; }
.offer-product ul { display: flex; flex-wrap: wrap; gap: .4rem; margin: .4rem 0 1.5rem; padding: 0; list-style: none; }
.offer-product li { margin: 0; border-radius: 999px; background: var(--ice-100); padding: .35rem .6rem; color: var(--muted); font-size: .72rem; }
.offer-product .button { margin-block-start: auto; padding-inline: .8rem; font-size: .8rem; text-align: center; }
.article-offers__disclosure { max-width: 92ch; margin: 1.5rem 0 0; color: var(--ice-300); font-size: .75rem; }
.document { display: grid; grid-template-columns: minmax(0, 760px) 260px; justify-content: center; gap: 5rem; padding-block: 4rem 7rem; }
.document .page-hero, .document .shell, .document .document-page, .document .prose { width: auto; display: block; margin: 0; padding: 0; border: 0; background: transparent; }
.document h1 { margin-block-end: 2rem; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.document h2 { margin-block: 2.6rem .9rem; font-size: 2rem; }
.document table { width: 100%; border-collapse: collapse; }
.document th, .document td { border: 1px solid var(--line); padding: .7rem; text-align: start; vertical-align: top; }

.contact { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2rem, 7vw, 6rem); padding-block: 5rem 7rem; }
.contact-card { border-radius: var(--radius); background: var(--navy-900); color: var(--white); padding: 2rem; }
.contact-card address { font-style: normal; }
.contact-card a { color: var(--ice-200); }
.form-panel { display: grid; gap: 1rem; border-radius: var(--radius); background: var(--white); padding: clamp(1.5rem, 5vw, 2.75rem); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.check { display: flex; align-items: flex-start; gap: .6rem; font-size: .86rem; }
.check input { flex: 0 0 auto; width: 20px; min-height: 20px; }
.form-status { min-height: 1.5rem; margin: 0; }
.form-status.is-success { color: #137348; }
.form-status.is-error { color: #a52d1c; }

.cart-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; padding-block: 4rem 7rem; }
.cart-lines { display: grid; gap: 1rem; }
.cart-line { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 1.25rem; border-radius: var(--radius); background: var(--white); padding: 1rem; box-shadow: 0 5px 24px rgb(7 31 42 / .06); }
.cart-line img { width: 150px; height: 110px; object-fit: contain; }
.cart-line h2 { font-family: inherit; font-size: 1rem; }
.cart-line input { width: 76px; }
.cart-line__actions { display: grid; justify-items: end; gap: .5rem; }
.order-panel { align-self: start; position: sticky; inset-block-start: 100px; }
.cart-total { display: flex; justify-content: space-between; font-size: 1.35rem; font-weight: 850; }

.site-footer { background: var(--navy-950); color: var(--ice-200); padding-block: 4.5rem 1.5rem; }
.footer-grid { display: grid; grid-template-columns: minmax(280px, 1.75fr) repeat(3, 1fr); gap: clamp(2rem, 4vw, 3.5rem); }
.brand--footer { color: var(--white); }
.brand--footer .brand-mark { stroke: var(--white); }
.brand--footer .brand-mark path:last-child { stroke: var(--orange-500); }
.brand--footer .brand-copy small { color: var(--ice-300); }
.footer-company { margin-block: 1.5rem 1rem; font-size: .84rem; font-style: normal; line-height: 1.65; }
.footer-company strong { color: var(--white); }
.footer-company a { color: var(--ice-200); }
.footer-register { max-width: 36ch; color: var(--ice-300); font-size: .78rem; line-height: 1.6; overflow-wrap: break-word; }
.footer-grid h2 { margin-block-end: 1rem; color: var(--white); font-family: inherit; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; width: fit-content; min-height: 36px; font-size: .86rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgb(255 255 255 / .14); margin-block-start: 3rem; padding-block-start: 1.5rem; font-size: .8rem; }
.cookie-banner { position: fixed; inset: auto 1rem 1rem; z-index: 80; max-width: 780px; margin-inline: auto; border: 1px solid var(--ice-200); border-radius: var(--radius-lg); background: var(--white); padding: 1.5rem; box-shadow: 0 26px 90px rgb(7 31 42 / .25); }
.cookie-banner h2 { font-family: inherit; font-size: 1.25rem; }
.cookie-copy p:last-child { color: var(--muted); }
.cookie-settings { display: flex; flex-wrap: wrap; gap: 1rem; margin-block: 1rem; }
.cookie-settings label { display: flex; align-items: center; gap: .45rem; }
.cookie-settings input { width: 20px; min-height: 20px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .6rem; }

@media (max-width: 960px) {
  .header-inner { grid-template-columns: auto auto auto; gap: .75rem; }
  .menu-toggle { display: inline-flex; align-items: center; justify-self: end; }
  .main-nav { position: fixed; inset: 84px 0 auto; display: none; border-bottom: 1px solid var(--line); background: var(--white); padding: 1rem 1.25rem 1.5rem; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { justify-content: center; }
  .hero-grid, .product-hero, .contact, .cart-layout { grid-template-columns: 1fr; }
  .hero-copy { padding-inline: 0; padding-block: 1rem 3rem; }
  .hero-metrics { margin-block-start: 3rem; }
  .hero-visual { min-height: 500px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-layout, .document { grid-template-columns: 1fr; }
  .article-aside { order: -1; }
  .article-aside--lead { position: static; }
  .product-media { min-height: 420px; }
  .order-panel { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 2rem, 1180px); }
  .header-inner { min-height: 68px; }
  .brand small { display: none; }
  .brand-mark { width: 2.35rem; height: 2.35rem; }
  .cart-pill { width: 44px; padding: 0; justify-content: center; border-inline-start: 0; }
  .cart-pill > span { display: none; }
  .cart-pill b { font-size: .78rem; }
  .main-nav { inset-block-start: 68px; }
  .hero { padding-block-start: 0; }
  .hero-topline span:last-child { display: none; }
  .hero-grid { padding-block-start: 1.5rem; }
  .hero-copy { padding-block: 1rem 2.5rem; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 4.6rem); }
  .hero-visual { min-height: 380px; }
  .hero-visual figcaption { width: 76%; padding: 1rem; }
  .hero-float-link { inset: .75rem .75rem auto auto; }
  .trust-strip, .section-heading, .category-grid, .product-grid, .article-grid, .product-body, .balance, .footer-grid { grid-template-columns: 1fr; }
  .trust-strip { gap: 0; }
  .section-heading { gap: 1.25rem; }
  .filter-bar { position: static; grid-template-columns: 1fr; }
  .product-card h3, .product-card__desc { min-height: 0; }
  .product-media { min-height: 320px; }
  .product-body { gap: 2rem; }
  .specs dl div { grid-template-columns: 1fr; gap: .2rem; }
  .specs dd { text-align: start; }
  .form-row { grid-template-columns: 1fr; }
  .offer-grid { grid-template-columns: 1fr; }
  .cart-line { grid-template-columns: 90px 1fr; }
  .cart-line img { width: 90px; height: 80px; }
  .cart-line__actions { grid-column: 1 / -1; display: flex; justify-content: space-between; justify-items: normal; }
  .footer-bottom { display: grid; gap: .5rem; }
  .cookie-banner { inset: auto .5rem .5rem; max-height: calc(100vh - 1rem); overflow: auto; }
  .cookie-actions .button { width: 100%; }
}

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

@media (forced-colors: active) {
  :focus-visible { outline-color: Highlight; }
  .brand-mark, .button, .cart-pill b, .icon-button { forced-color-adjust: none; }
}
