@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  --font-geist-sans: "Inter";
  --font-geist-mono: "Geist Mono";
  --ink: #061216;
  --deep: #071b21;
  --panel: #0a252d;
  --teal: #19d7c2;
  --teal-soft: #80f0e2;
  --ice: #e9f4f2;
  --muted: #8fa7aa;
  --line: rgba(231, 247, 244, 0.14);
  --paper: #f3f5f1;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ice);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.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;
}

.signal-bar {
  height: 34px;
  padding: 0 3vw;
  background: var(--teal);
  color: #03201e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.nav-shell {
  height: 82px;
  padding: 0 3vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.brand { display: inline-flex; width: fit-content; align-items: baseline; gap: 9px; }
.brand-mark { font-size: 27px; font-weight: 900; letter-spacing: .04em; color: var(--teal); }
.brand-sub { font: 600 10px/1 var(--font-geist-mono); letter-spacing: .22em; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.main-nav a {
  position: relative;
  padding: 31px 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .12em;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px;
  background: var(--teal); transition: right .25s ease;
}
.main-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.icon-button, .menu-button {
  border: 0; background: transparent; cursor: pointer; min-width: 44px; height: 44px;
  display: grid; place-items: center; text-transform: uppercase;
}
.search-button span { font-size: 28px; transform: rotate(-12deg); }
.cart-button { display: flex; gap: 8px; font-size: 9px; letter-spacing: .12em; }
.cart-count {
  min-width: 19px; height: 19px; border-radius: 50%; background: var(--teal); color: var(--ink);
  display: grid; place-items: center; font-size: 10px; font-weight: 800;
}
.menu-button { display: none; gap: 6px; }
.menu-button span { width: 23px; height: 1px; background: currentColor; display: block; }
.search-panel {
  position: absolute; top: 82px; right: 3vw; width: min(460px, 94vw); padding: 24px;
  background: rgba(5, 23, 28, .98); border: 1px solid var(--line); box-shadow: 0 24px 60px #0008;
}
.search-panel label { display: block; margin-bottom: 10px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--teal); }
.search-panel input { width: 100%; border: 0; border-bottom: 1px solid var(--muted); background: transparent; padding: 10px 0 14px; color: white; outline: none; }
.search-panel a { display: block; margin-top: 17px; text-align: right; font-size: 12px; color: var(--teal); }

.hero { min-height: 740px; height: min(88vh, 920px); position: relative; overflow: hidden; background: #02090d; }
.hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,8,12,.9) 0%, rgba(0,8,12,.66) 28%, rgba(0,8,12,.12) 58%, rgba(0,8,12,.28) 100%),
    linear-gradient(180deg, rgba(0,8,12,.35) 0%, transparent 50%, rgba(0,8,12,.52) 100%);
}
.hero-content {
  position: absolute; z-index: 2; left: 5.4vw; top: 53%; transform: translateY(-40%); width: min(690px, 82vw);
}
.hero-content .hero-kicker {
  margin: 0 0 20px; color: var(--teal); font: 750 12px var(--font-geist-mono);
  letter-spacing: .24em; text-transform: uppercase;
}
.hero-content h1 {
  margin: 0; font-size: clamp(58px, 7.2vw, 112px); line-height: .88; letter-spacing: -.065em;
  text-transform: uppercase; text-wrap: balance; text-shadow: 0 8px 35px rgba(0,0,0,.35);
}
.hero-content .hero-categories {
  margin: 27px 0 18px; color: #fff; font: 650 10px var(--font-geist-mono);
  letter-spacing: .15em; text-transform: uppercase;
}
.hero-content > p:not(.hero-kicker):not(.hero-categories) {
  margin: 0 0 24px; max-width: 480px; font-size: 14px; line-height: 1.7; color: #c5d5d5;
}
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button {
  min-height: 49px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px;
  border: 1px solid transparent; cursor: pointer; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .12em;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: #031917; }
.button-primary:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.text-link { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--teal); padding-left: 9px; }
.hero-index { position: absolute; right: 3vw; bottom: 4%; display: flex; align-items: center; gap: 9px; font: 500 10px var(--font-geist-mono); }
.hero-index b { color: var(--teal); }
.hero-index span { width: 66px; height: 1px; background: rgba(255,255,255,.4); position: relative; }
.hero-index span::before { content: ""; position: absolute; left: 0; width: 33%; height: 1px; background: var(--teal); }

.proof-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: var(--deep);
  padding: 0 3vw;
}
.proof-strip div { padding: 28px 3vw; border-right: 1px solid var(--line); }
.proof-strip div:first-child { border-left: 1px solid var(--line); }
.proof-strip strong { display: block; color: var(--teal); font: 700 21px var(--font-geist-mono); margin-bottom: 5px; }
.proof-strip span { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.shop-section, .advantage-section { padding: 110px 5.4vw; background: var(--paper); color: #07171b; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: end; margin-bottom: 55px; }
.eyebrow { margin: 0 0 22px; color: #0c9d90; font: 750 10px var(--font-geist-mono); letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2, .story-copy h2, .service-cta h2 {
  margin: 0; max-width: 770px; font-size: clamp(42px, 6vw, 82px); line-height: .96; letter-spacing: -.055em; text-transform: uppercase;
}
.section-copy { max-width: 430px; margin: 0; color: #536367; font-size: 14px; line-height: 1.75; }
.filter-row { display: flex; flex-wrap: wrap; border-bottom: 1px solid #bdc8c6; margin-bottom: 34px; gap: 34px; }
.filter-row button {
  padding: 0 0 15px; margin-bottom: -1px; border: 0; border-bottom: 2px solid transparent; background: transparent;
  color: #647275; cursor: pointer; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase;
}
.filter-row button.active { color: #07171b; border-bottom-color: #0aa896; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cad2d0; border: 1px solid #cad2d0; }
.product-card { background: #eef1ed; min-width: 0; }
.product-visual { height: 420px; position: relative; overflow: hidden; display: grid; place-items: center; background: #e5e9e4; }
.product-visual::before {
  content: ""; position: absolute; width: 65%; aspect-ratio: 1; border: 1px solid rgba(12,109,100,.13);
  border-radius: 50%; box-shadow: 0 0 0 45px rgba(12,109,100,.025), 0 0 0 90px rgba(12,109,100,.025);
}
.product-visual img { width: 82%; height: 82%; object-fit: contain; position: relative; transition: transform .45s ease; mix-blend-mode: multiply; }
.product-card:hover .product-visual img { transform: scale(1.055) rotate(-1deg); }
.product-number { position: absolute; top: 18px; left: 18px; z-index: 2; font: 500 10px var(--font-geist-mono); color: #6b7778; }
.badge { position: absolute; top: 16px; right: 16px; z-index: 2; padding: 7px 10px; background: #0d332f; color: #8ff5e8; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.quick-add {
  position: absolute; z-index: 3; left: 16px; right: 16px; bottom: 16px; min-height: 46px; border: 0;
  background: #0b2927; color: white; transform: translateY(80px); transition: transform .3s ease; cursor: pointer;
  text-transform: uppercase; font-size: 9px; letter-spacing: .12em;
}
.quick-add span { color: var(--teal); font-size: 19px; padding-right: 8px; }
.product-card:hover .quick-add { transform: translateY(0); }
.product-info { padding: 24px 25px 27px; }
.product-info > span { color: #0b9a8c; font: 700 9px var(--font-geist-mono); letter-spacing: .12em; text-transform: uppercase; }
.product-info h3 { margin: 8px 0 10px; font-size: 18px; letter-spacing: -.025em; }
.product-info p { margin: 0; color: #667375; min-height: 44px; font-size: 12px; line-height: 1.5; }
.product-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding-top: 17px; border-top: 1px solid #ced4d2; }
.product-bottom strong { font: 700 15px var(--font-geist-mono); }
.product-bottom button { width: 33px; height: 33px; border: 1px solid #aab8b6; background: transparent; cursor: pointer; }
.product-bottom button:hover { background: #0b2927; color: var(--teal); }
.empty-state { padding: 60px; text-align: center; color: #687779; border: 1px solid #ccd4d2; }

.system-story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 820px; background: var(--deep); }
.story-image { position: relative; overflow: hidden; }
.story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 40%, rgba(7,27,33,.85)); }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.depth-label { position: absolute; z-index: 2; bottom: 35px; left: 35px; font: 600 11px var(--font-geist-mono); letter-spacing: .16em; color: var(--teal); }
.story-copy { padding: 100px 6vw; align-self: center; }
.story-copy h2 { font-size: clamp(48px, 5.5vw, 76px); }
.story-copy > p:not(.eyebrow) { color: #9eb2b5; font-size: 14px; line-height: 1.8; max-width: 600px; margin: 30px 0 40px; }
.feature-list { border-top: 1px solid var(--line); margin-bottom: 38px; }
.feature-list > div { display: grid; grid-template-columns: 46px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.feature-list span { color: var(--teal); font: 600 10px var(--font-geist-mono); }
.feature-list p { margin: 0; color: #9eb2b5; font-size: 12px; line-height: 1.5; }
.feature-list b { color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; display: block; margin-bottom: 3px; }
.button-outline { color: white; border-color: #527077; }
.button-outline:hover { border-color: var(--teal); color: var(--teal); }

.advantage-section { background: #e5e9e5; }
.advantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #bdc8c5; }
.advantage-grid article { padding: 38px; min-height: 340px; border-right: 1px solid #bdc8c5; display: flex; flex-direction: column; }
.advantage-grid article:last-child { border-right: 0; }
.line-icon { color: #0c9d90; font: 300 42px var(--font-geist-mono); margin-bottom: auto; }
.advantage-grid small { color: #0c9d90; font: 650 9px var(--font-geist-mono); letter-spacing: .13em; }
.advantage-grid h3 { font-size: 25px; text-transform: uppercase; letter-spacing: -.035em; margin: 12px 0; }
.advantage-grid p { color: #657477; font-size: 12px; line-height: 1.6; max-width: 320px; margin: 0; }

.service-cta {
  padding: 75px 5.4vw; background: var(--teal); color: #04211e;
  display: grid; grid-template-columns: 1fr .65fr auto; gap: 50px; align-items: center;
}
.service-cta .eyebrow { color: #075d55; margin-bottom: 13px; }
.service-cta h2 { font-size: clamp(40px, 5vw, 68px); }
.service-cta > p { max-width: 450px; font-size: 13px; line-height: 1.65; }
.button-light { background: #f3f6f2; color: #061b1a; }

footer { padding: 80px 5.4vw 26px; background: #041115; }
.footer-top { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 70px; align-items: start; padding-bottom: 60px; border-bottom: 1px solid var(--line); }
.footer-brand { flex-direction: column; align-items: flex-start; gap: 3px; }
.footer-brand .brand-mark { font-size: 42px; }
.footer-top > p { color: var(--muted); max-width: 360px; margin: 0; font-size: 13px; line-height: 1.7; }
.newsletter label { display: block; margin-bottom: 14px; text-transform: uppercase; font-size: 10px; letter-spacing: .13em; color: #b7c9ca; }
.newsletter > div { display: flex; border-bottom: 1px solid #607377; }
.newsletter input { flex: 1; background: transparent; border: 0; padding: 13px 0; color: white; outline: none; }
.newsletter button { width: 46px; border: 0; background: transparent; color: var(--teal); cursor: pointer; font-size: 20px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-left: 38%; padding: 55px 0; }
.footer-links div { display: flex; flex-direction: column; gap: 11px; }
.footer-links b { margin-bottom: 7px; color: var(--teal); font: 700 9px var(--font-geist-mono); letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { color: #8ea0a2; font-size: 11px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 23px; color: #6f8588; font: 500 9px var(--font-geist-mono); letter-spacing: .13em; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(0,8,10,.72); border: 0; cursor: pointer; }
.cart-drawer {
  position: fixed; z-index: 90; top: 0; right: 0; bottom: 0; width: min(500px, 100vw); background: #f0f3ef; color: #07191b;
  display: flex; flex-direction: column; box-shadow: -30px 0 80px #0008; animation: slideIn .25s ease-out;
}
@keyframes slideIn { from { transform: translateX(100%); } }
.drawer-head { padding: 34px 32px 25px; display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid #cbd3d1; }
.drawer-head small { color: #078b7e; font: 700 9px var(--font-geist-mono); letter-spacing: .14em; }
.drawer-head h2 { margin: 6px 0 0; text-transform: uppercase; font-size: 35px; letter-spacing: -.04em; }
.drawer-head button { border: 0; background: transparent; font-size: 34px; cursor: pointer; font-weight: 200; }
.drawer-items { padding: 0 32px; overflow-y: auto; flex: 1; }
.cart-empty { color: #758184; text-align: center; margin: 90px 0; line-height: 1.7; }
.drawer-item { display: grid; grid-template-columns: 86px 1fr auto; gap: 16px; align-items: center; padding: 20px 0; border-bottom: 1px solid #cbd3d1; }
.drawer-item img { width: 86px; height: 86px; object-fit: contain; background: #e4e8e4; mix-blend-mode: multiply; }
.drawer-item div { display: flex; flex-direction: column; gap: 5px; }
.drawer-item small { color: #078b7e; text-transform: uppercase; font: 650 8px var(--font-geist-mono); letter-spacing: .12em; }
.drawer-item b { font-size: 13px; }
.drawer-item span { font: 600 12px var(--font-geist-mono); }
.drawer-item > button { align-self: start; border: 0; background: transparent; color: #738082; cursor: pointer; font-size: 20px; }
.drawer-total { padding: 25px 32px 30px; border-top: 1px solid #cbd3d1; }
.drawer-total > div { display: flex; justify-content: space-between; margin-bottom: 7px; }
.drawer-total > div span { text-transform: uppercase; font-size: 10px; letter-spacing: .12em; }
.drawer-total > div strong { font: 700 17px var(--font-geist-mono); }
.drawer-total small { color: #7d898a; font-size: 9px; }
.drawer-total .button { width: 100%; margin-top: 20px; }
.continue { width: 100%; padding: 13px; border: 0; background: transparent; cursor: pointer; text-transform: uppercase; font-size: 9px; letter-spacing: .1em; }

.order-overlay { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.order-overlay .drawer-backdrop { z-index: 0; }
.order-modal {
  position: relative; z-index: 1; width: min(1160px, 100%); max-height: calc(100vh - 48px); overflow-y: auto;
  background: #f0f3ef; color: #07191b; box-shadow: 0 34px 100px #000b; animation: orderIn .28s ease-out;
}
@keyframes orderIn { from { opacity: 0; transform: translateY(24px) scale(.985); } }
.order-close { position: absolute; z-index: 3; top: 20px; right: 24px; border: 0; background: transparent; font-size: 34px; font-weight: 200; cursor: pointer; }
.order-heading { padding: 48px 55px 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border-bottom: 1px solid #cbd3d1; }
.order-heading h2, .order-success h2 { max-width: 650px; margin: 0; font-size: clamp(35px, 4.5vw, 62px); line-height: .97; letter-spacing: -.05em; text-transform: uppercase; }
.order-promise { display: grid; grid-template-columns: 34px 1fr; gap: 9px 10px; align-content: end; }
.order-promise > span { color: #078b7e; font: 700 9px var(--font-geist-mono); padding-top: 2px; }
.order-promise p { margin: 0 0 6px; color: #677476; font-size: 10px; line-height: 1.45; }
.order-promise b { display: block; color: #07191b; text-transform: uppercase; letter-spacing: .08em; }
.order-form { display: grid; grid-template-columns: 1fr 380px; }
.order-fields { padding: 38px 55px 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 23px 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-wide { grid-column: 1 / -1; }
.field > span { color: #4c5e60; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #b9c5c2; background: #f8faf7; color: #07191b; border-radius: 0;
  padding: 13px 14px; outline: none; resize: vertical;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: #079889; box-shadow: 0 0 0 2px rgba(7,152,137,.12); }
.order-summary { padding: 38px 32px 32px; background: #e3e8e4; border-left: 1px solid #c5cecc; }
.order-products { max-height: 250px; overflow-y: auto; }
.order-products > div { display: grid; grid-template-columns: 60px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid #c4cdcb; }
.order-products img { width: 60px; height: 60px; object-fit: contain; background: #eef1ed; mix-blend-mode: multiply; }
.order-products p { margin: 0; display: flex; flex-direction: column; justify-content: center; gap: 5px; }
.order-products b { font-size: 11px; line-height: 1.35; }
.order-products span { color: #4d5c5e; font: 600 10px var(--font-geist-mono); }
.order-total { display: flex; justify-content: space-between; margin-top: 21px; padding-top: 17px; border-top: 1px solid #aab7b4; }
.order-total span { font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.order-total strong { font: 750 16px var(--font-geist-mono); }
.order-note { color: #637173; font-size: 9px; line-height: 1.55; margin: 13px 0 18px; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; cursor: pointer; }
.consent input { accent-color: #078b7e; margin: 2px 0 0; }
.consent span { color: #4f5e60; font-size: 9px; line-height: 1.45; }
.order-summary .button { width: 100%; margin-top: 18px; }
.form-error { padding: 10px 12px; margin: 14px 0 0; border: 1px solid #bc4d4d; color: #8d1e1e; font-size: 10px; line-height: 1.45; }
.order-success { min-height: 580px; padding: 80px 8vw; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.success-mark { width: 54px; height: 54px; margin-bottom: 34px; border-radius: 50%; display: grid; place-items: center; background: #078b7e; color: white; font-size: 25px; }
.order-success > p:not(.eyebrow) { max-width: 660px; color: #5f6e70; font-size: 14px; line-height: 1.75; margin: 28px 0; }
.order-success strong { color: #078b7e; font-family: var(--font-geist-mono); }

@media (max-width: 980px) {
  .signal-center { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .main-nav {
    position: absolute; left: 0; right: 0; top: 82px; display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: 12px 5vw 25px; background: #04171c; border-bottom: 1px solid var(--line);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .menu-button { display: grid; }
  .cart-button > span:first-child { display: none; }
  .hero { min-height: 680px; height: 82vh; }
  .hero > img { object-position: 58% center; }
  .hero-content { top: 55%; transform: translateY(-36%); }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(3) { border-left: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .system-story { grid-template-columns: 1fr; }
  .story-image { height: 560px; }
  .story-image::after { background: linear-gradient(180deg, transparent 60%, var(--deep)); }
  .service-cta { grid-template-columns: 1fr 1fr; }
  .service-cta .button { grid-column: 1 / -1; width: fit-content; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .newsletter { grid-column: 1 / -1; }
  .footer-links { margin-left: 0; }
  .order-heading { grid-template-columns: 1fr; gap: 28px; }
  .order-form { grid-template-columns: 1fr; }
  .order-summary { border-left: 0; border-top: 1px solid #c5cecc; }
}

@media (max-width: 650px) {
  .signal-bar { padding: 0 17px; font-size: 8px; justify-content: flex-end; }
  .nav-shell { padding: 0 17px; }
  .brand-mark { font-size: 23px; }
  .brand-sub { font-size: 8px; }
  .hero { min-height: 620px; height: 78vh; }
  .hero > img { object-position: 60% center; }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(0,10,14,.2) 0%, rgba(0,10,14,.08) 28%, rgba(1,13,17,.94) 79%, #010d11 100%);
  }
  .hero-content { left: 20px; right: 20px; top: auto; bottom: 28px; width: auto; transform: none; }
  .hero-content .hero-kicker { margin-bottom: 12px; font-size: 9px; }
  .hero-content h1 { font-size: clamp(49px, 15vw, 70px); }
  .hero-content .hero-categories { margin: 17px 0 11px; font-size: 8px; line-height: 1.5; }
  .hero-content > p:not(.hero-kicker):not(.hero-categories) { color: white; font-size: 11px; margin-bottom: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-index { display: none; }
  .proof-strip { padding: 0; }
  .proof-strip div { padding: 22px 18px; }
  .proof-strip strong { font-size: 16px; }
  .proof-strip span { font-size: 8px; }
  .shop-section, .advantage-section { padding: 75px 18px; }
  .section-heading h2, .service-cta h2 { font-size: 42px; }
  .filter-row { gap: 20px; flex-wrap: nowrap; overflow-x: auto; }
  .filter-row button { white-space: nowrap; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { height: 370px; }
  .quick-add { transform: none; }
  .story-image { height: 410px; }
  .story-copy { padding: 70px 20px; }
  .story-copy h2 { font-size: 46px; }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-grid article { min-height: 300px; border-right: 0; border-bottom: 1px solid #bdc8c5; }
  .advantage-grid article:last-child { border-bottom: 0; }
  .service-cta { padding: 60px 20px; grid-template-columns: 1fr; gap: 24px; }
  .service-cta .button { grid-column: auto; }
  footer { padding: 65px 20px 25px; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .newsletter { grid-column: auto; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-bottom { gap: 20px; flex-direction: column; }
  .order-overlay { padding: 0; }
  .order-modal { max-height: 100vh; min-height: 100vh; }
  .order-heading { padding: 55px 20px 28px; }
  .order-fields { padding: 30px 20px; grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .order-summary { padding: 30px 20px; }
  .order-success { padding: 75px 25px; min-height: 100vh; }
}

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