:root {
  --navy: #0d1a32;
  --blue: #173fb6;
  --blue-dark: #0d2a86;
  --aqua: #80e4dc;
  --aqua-soft: #dff8f5;
  --ice: #f3f8fb;
  --white: #fff;
  --text: #263b50;
  --muted: #61778a;
  --line: #d9e6ec;
  --lime: #c9f56b;
  --shadow: 0 24px 70px rgba(13, 42, 75, .12);
  --radius: 20px;
  --sans: "Plus Jakarta Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--sans); line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 6vw, 6.3rem); }
h2 { font-size: clamp(2.15rem, 4vw, 4.2rem); }
h3 { font-size: 1.35rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(760px, 100%); }
.section { padding: 112px 0; }
.section--ice { background: var(--ice); }
.section--navy { background: var(--navy); color: var(--white); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 9px; height: 9px; border-radius: 3px; background: var(--aqua); content: ""; transform: rotate(45deg); }
.eyebrow--light { color: var(--aqua); }
.lead { color: var(--muted); font-size: 1.08rem; }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.section-heading h2 { max-width: 13ch; margin: 0; }
.section-heading p { max-width: 52ch; margin-bottom: 5px; color: var(--muted); }
.section--navy .section-heading p { color: #a8bbca; }

[data-site-header] { display: contents; }
.topbar { padding: 8px 20px; background: var(--navy); color: #c8d8e5; text-align: center; font-size: .74rem; font-weight: 700; letter-spacing: .05em; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(21, 60, 86, .1); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; }
.brand img { width: 210px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.nav-links a { display: block; padding: 27px 0 24px; border-bottom: 3px solid transparent; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a.active { border-color: var(--aqua); color: var(--navy); }
.nav-side { display: flex; align-items: center; gap: 18px; }
.nav-cart { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); }
.nav-cart svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-cart:hover { border-color: var(--blue); color: var(--blue); }
.cart-count { position: absolute; top: -7px; right: -7px; display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 4px; border-radius: 10px; background: var(--blue); color: white; font-size: .64rem; font-weight: 800; }
.cart-count[hidden] { display: none; }
.nav-contact { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border-radius: 12px; background: var(--blue); color: white; font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: .2s ease; }
.nav-contact:hover { background: var(--blue-dark); transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--navy); }

.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 14px; cursor: pointer; font-size: .76rem; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--blue); color: white; box-shadow: 0 13px 30px rgba(23,63,182,.2); }
.btn--primary:hover { background: var(--blue-dark); }
.btn--outline { border-color: var(--navy); background: rgba(255,255,255,.5); color: var(--navy); }
.btn--light { background: var(--white); color: var(--blue-dark); }
.text-link { display: inline-flex; gap: 7px; align-items: center; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.text-link::after { content: "\2197"; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: #eff6f8; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,250,251,.98) 0%, rgba(246,250,251,.92) 39%, rgba(246,250,251,.04) 66%); content: ""; }
.hero__content { position: relative; z-index: 1; width: min(650px, 53%); padding: 100px 0; }
.hero h1 { margin-bottom: 24px; }
.hero h1 span { color: var(--blue); }
.hero__content > p { max-width: 53ch; color: var(--muted); font-size: 1.08rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__meta { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 48px; color: var(--muted); font-size: .75rem; font-weight: 700; }
.hero__meta span::before { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 2px; background: var(--aqua); content: ""; transform: rotate(45deg); }

.signal-bar { position: relative; z-index: 2; margin-top: -34px; }
.signal-bar__inner { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.signal { padding: 27px 25px; border-right: 1px solid var(--line); }
.signal:last-child { border: 0; }
.signal strong { display: block; margin-bottom: 5px; color: var(--navy); font-size: .88rem; }
.signal span { color: var(--muted); font-size: .75rem; }

.range-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.range-card { position: relative; grid-column: span 4; min-height: 300px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: .25s ease; }
.range-card:nth-child(1), .range-card:nth-child(5) { grid-column: span 6; }
.range-card:hover { border-color: #adc8d3; box-shadow: var(--shadow); transform: translateY(-5px); }
.range-card__icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 50px; border-radius: 18px; background: var(--aqua-soft); color: var(--blue); }
.range-card__icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.range-card h3 { margin-bottom: 10px; }
.range-card p { max-width: 35ch; margin-bottom: 0; color: var(--muted); font-size: .86rem; }
.range-card__no { position: absolute; top: 25px; right: 28px; color: #b9cad4; font-size: .68rem; font-weight: 800; letter-spacing: .1em; }

.about-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.about-split h2 { position: sticky; top: 140px; }
.statement { color: var(--navy); font-size: clamp(1.45rem, 2.5vw, 2.25rem); font-weight: 700; line-height: 1.35; letter-spacing: -.03em; }
.about-split p:not(.statement) { color: var(--muted); }
.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 36px; }
.principle { padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.principle strong { color: var(--navy); font-size: .9rem; }
.principle p { margin: 7px 0 0; font-size: .78rem; }

.trade-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.trade-grid p { color: #a8bbca; }
.trade-steps { border-top: 1px solid rgba(255,255,255,.16); counter-reset: steps; }
.trade-step { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); counter-increment: steps; }
.trade-step::before { color: var(--aqua); content: "0" counter(steps); font-weight: 800; }
.trade-step strong { display: block; margin-bottom: 4px; color: white; }
.trade-step p { margin: 0; font-size: .82rem; }

.contact-banner { background: var(--blue); color: white; }
.contact-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 74px 0; }
.contact-banner h2 { margin: 0 0 8px; color: white; }
.contact-banner p { margin: 0; color: #c5d4ff; }
.contact-banner .btn { flex: 0 0 auto; }

.page-hero { position: relative; overflow: hidden; padding: 102px 0 88px; background: var(--ice); border-bottom: 1px solid var(--line); }
.page-hero::after { position: absolute; width: 380px; height: 380px; right: -80px; top: -190px; border: 85px solid rgba(128,228,220,.35); border-radius: 50%; content: ""; }
.page-hero h1 { max-width: 15ch; margin-bottom: 22px; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.page-hero p { max-width: 65ch; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.info-card span { display: block; margin-bottom: 38px; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.info-card p { margin: 0; color: var(--muted); font-size: .86rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { display: flex; flex-direction: column; gap: 18px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.testimonial-quote-mark { color: var(--blue); font-size: 2.6rem; font-weight: 800; line-height: 1; }
.testimonial-card p { margin: 0; color: var(--text); font-size: .92rem; line-height: 1.65; }
.testimonial-card cite { font-style: normal; color: var(--muted); font-size: .76rem; font-weight: 700; letter-spacing: .02em; }
.legal-name { word-break: break-word; }

.catalog-list { border-top: 1px solid var(--line); }
.catalog-row { display: grid; grid-template-columns: 90px .8fr 1.2fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); align-items: start; }
.catalog-row > span { color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
.catalog-row h3 { margin: 0; }
.catalog-row p { margin: 0; color: var(--muted); font-size: .87rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: .25s ease; }
.product-card:hover { border-color: #adc8d3; box-shadow: var(--shadow); transform: translateY(-4px); }
.product-card__img-wrap { display: block; width: 100%; aspect-ratio: 1; padding: 0; border: 0; overflow: hidden; background: var(--ice); cursor: pointer; }
.product-card__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: .35s ease; }
.product-card:hover .product-card__img { transform: scale(1.045); }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px 22px 26px; }
.product-card__cat { display: block; margin-bottom: 6px; color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 4px; font-size: 1.05rem; }
.product-card__meta { flex: 1; margin: 0 0 16px; color: var(--muted); font-size: .8rem; }
.product-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-card__price { color: var(--navy); font-size: 1.05rem; font-weight: 800; }
.qty-stepper { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.qty-stepper button { width: 32px; height: 32px; background: var(--ice); font-size: 1rem; font-weight: 800; color: var(--navy); }
.qty-stepper button:hover { background: var(--aqua-soft); }
.qty-stepper input { width: 36px; height: 32px; padding: 0; border: 0; text-align: center; background: white; color: var(--navy); font-weight: 700; }
.add-to-cart-row { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.add-to-cart-row .btn { min-height: 40px; padding: 9px 16px; font-size: .68rem; }

.cart-list { border-top: 1px solid var(--line); }
.cart-row { display: grid; grid-template-columns: 56px 1fr auto auto auto; gap: 18px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.cart-row__img { width: 56px; height: 56px; border-radius: 12px; object-fit: cover; background: var(--ice); }
.cart-row__name { color: var(--navy); font-weight: 700; }
.cart-row__cat { display: block; margin-top: 3px; color: var(--muted); font-size: .78rem; }
.cart-row__price { color: var(--muted); font-size: .88rem; }
.cart-row__end { text-align: right; }
.cart-row__total { min-width: 90px; color: var(--navy); font-weight: 800; }
.cart-row__remove { display: block; margin-top: 6px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.cart-row__remove:hover { color: #c0392b; }
.cart-empty { padding: 60px 0; text-align: center; color: var(--muted); }
.cart-empty .btn { margin-top: 22px; }
.cart-summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding: 26px 28px; border-radius: var(--radius); background: var(--ice); }
.cart-summary__total { color: var(--navy); font-size: 1.4rem; font-weight: 800; }
.cart-summary__total span { display: block; margin-bottom: 4px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cart-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; }

.order-summary { border-top: 1px solid var(--line); margin-bottom: 26px; }
.order-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.order-row__info { display: flex; align-items: center; gap: 14px; min-width: 0; }
.order-row__img { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 10px; object-fit: cover; background: var(--ice); }
.order-row__name { color: var(--navy); font-weight: 700; }
.order-row__meta { display: block; margin-top: 2px; color: var(--muted); font-size: .76rem; }
.order-total { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; color: var(--navy); font-size: 1.15rem; font-weight: 800; }

.product-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 24px; }
.product-modal[hidden] { display: none; }
.product-modal__backdrop { position: absolute; inset: 0; background: rgba(13, 26, 50, .6); border: 0; padding: 0; cursor: pointer; }
.product-modal__panel { position: relative; z-index: 1; width: min(880px, 100%); max-height: 88vh; overflow-y: auto; border-radius: 24px; background: var(--white); box-shadow: var(--shadow); padding: 40px; }
.product-modal__close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--navy); font-size: 1.3rem; line-height: 1; }
.product-modal__close:hover { border-color: var(--blue); color: var(--blue); }
.product-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; }
.product-detail__img { width: 100%; aspect-ratio: 1; border-radius: 18px; object-fit: cover; background: var(--ice); }
.product-detail__cat { display: block; margin-bottom: 8px; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-detail h2 { margin-bottom: 4px; font-size: 1.6rem; }
.product-detail__sku { display: block; margin-bottom: 18px; color: var(--muted); font-size: .74rem; font-weight: 700; letter-spacing: .06em; }
.product-detail__price { display: block; margin-bottom: 18px; color: var(--navy); font-size: 1.35rem; font-weight: 800; }
.product-detail__price span { display: block; margin-top: 2px; color: var(--muted); font-size: .74rem; font-weight: 600; }
.spec-list { margin: 0 0 22px; padding: 0; border-top: 1px solid var(--line); }
.spec-row { display: grid; grid-template-columns: 130px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .84rem; }
.spec-row strong { color: var(--navy); }
.spec-row span { color: var(--muted); }

.fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.fit-card { min-height: 220px; padding: 28px; border-radius: var(--radius); background: rgba(255,255,255,.07); }
.fit-card span { display: block; margin-bottom: 55px; color: var(--lime); font-size: 1.6rem; }
.fit-card strong { display: block; color: white; }
.fit-card p { margin: 8px 0 0; color: #a8bbca; font-size: .79rem; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-details { display: grid; gap: 12px; }
.contact-item { padding: 24px; border: 1px solid var(--line); border-radius: 16px; }
.contact-item small { display: block; margin-bottom: 6px; color: var(--blue); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-item a:hover { color: var(--blue); }
.contact-item address { font-style: normal; }
.form-panel { padding: 40px; border-radius: 24px; background: var(--ice); }
.form-panel h2 { margin-bottom: 12px; font-size: 2.1rem; }
.form-panel > p { color: var(--muted); font-size: .84rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: .73rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 14px; border: 1px solid #cadce5; border-radius: 10px; outline: none; background: white; color: var(--navy); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,63,182,.1); }
.form-status { min-height: 24px; margin: 13px 0 0; color: var(--blue); font-size: .8rem; }

.payment-note { margin-top: 28px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; }
.payment-note h3 { margin: 0 0 6px; font-size: .95rem; }
.payment-note p { margin: 0; color: var(--muted); font-size: .84rem; }
.checkout-agreement { margin: 0 0 14px; color: var(--muted); font-size: .78rem; }
.checkout-agreement a { color: var(--blue); text-decoration: underline; }
.form-hint { margin: 10px 0 0; color: var(--muted); font-size: .76rem; }

.policy { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.policy h2 { margin: 52px 0 15px; font-size: 1.75rem; }
.policy h3 { margin: 30px 0 10px; font-size: 1.1rem; letter-spacing: -.02em; }
.policy p, .policy li { color: var(--muted); font-size: .9rem; }
.policy a { color: var(--blue); text-decoration: underline; }

.site-footer { padding: 72px 0 24px; background: #081426; color: #a8bbca; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .8fr 1.3fr; gap: 55px; }
.footer-brand img { width: 165px; margin-bottom: 22px; }
.footer-brand p { max-width: 35ch; font-size: .82rem; }
.footer-col h4 { margin: 7px 0 18px; color: white; font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-col ul { margin: 0; padding: 0; list-style: none; }
.footer-col li { margin: 9px 0; font-size: .78rem; }
.footer-col a:hover { color: var(--aqua); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 55px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-contact { display: none; }
  .menu-toggle { display: block; }
  .nav-links { position: fixed; top: 110px; left: 20px; right: 20px; display: none; align-items: stretch; padding: 18px 24px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .nav-links.open { display: block; }
  .nav-links a { padding: 14px 0; }
  .hero { min-height: 650px; align-items: end; }
  .hero::after { background: linear-gradient(90deg, rgba(246,250,251,.98), rgba(246,250,251,.74)); }
  .hero__image { opacity: .54; object-position: 65% center; }
  .hero__content { width: min(680px, 90%); }
  .signal-bar__inner { grid-template-columns: repeat(2, 1fr); }
  .signal:nth-child(2) { border-right: 0; }
  .signal:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .range-card, .range-card:nth-child(1), .range-card:nth-child(5) { grid-column: span 6; }
  .section-heading, .about-split, .trade-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-split h2 { position: static; }
  .fit-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .brand img { width: 175px; }
  .topbar { font-size: .65rem; }
  .nav { min-height: 70px; }
  .nav-links { top: 98px; }
  .hero { min-height: 670px; }
  .hero__image { object-position: 68% center; opacity: .36; }
  .hero::after { background: linear-gradient(rgba(246,250,251,.67), rgba(246,250,251,.98) 75%); }
  .hero__content { width: 100%; padding: 105px 0 75px; }
  .hero__meta { gap: 10px 18px; margin-top: 35px; }
  .signal-bar { margin-top: 0; }
  .signal-bar .container { width: 100%; }
  .signal-bar__inner { border-radius: 0; box-shadow: none; }
  .signal { padding: 22px 18px; }
  .range-card, .range-card:nth-child(1), .range-card:nth-child(5) { grid-column: 1 / -1; min-height: 270px; }
  .principles, .fit-grid, .info-grid, .testimonial-grid, .form-grid, .product-grid { grid-template-columns: 1fr; }
  .catalog-row { grid-template-columns: 55px 1fr; }
  .catalog-row p { grid-column: 2; }
  .cart-row { grid-template-columns: 56px 1fr; }
  .cart-row__price { display: none; }
  .cart-row__qty, .cart-row__end { grid-column: 2; justify-self: end; }
  .cart-summary { flex-direction: column; align-items: stretch; text-align: center; }
  .order-row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .contact-banner__inner { display: block; }
  .contact-banner .btn { margin-top: 25px; }
  .field--full { grid-column: auto; }
  .form-panel { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand, .footer-col:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 7px; }
}

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