@font-face {
  font-family: "Inter Local";
  src: url("assets/fonts/inter-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter Local";
  src: url("assets/fonts/inter-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter Local";
  src: url("assets/fonts/inter-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter Local";
  src: url("assets/fonts/inter-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Inter Local";
  src: url("assets/fonts/inter-latin-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Inter Local";
  src: url("assets/fonts/inter-latin-900-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed Local";
  src: url("assets/fonts/roboto-condensed-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed Local";
  src: url("assets/fonts/roboto-condensed-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed Local";
  src: url("assets/fonts/roboto-condensed-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed Local";
  src: url("assets/fonts/roboto-condensed-latin-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed Local";
  src: url("assets/fonts/roboto-condensed-latin-900-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --paper: #f2f3ef;
  --white: #ffffff;
  --ink: #171816;
  --muted: #626761;
  --metal: #a7ada8;
  --line: rgba(23, 24, 22, .18);
  --orange: #e84c0e;
  --orange-dark: #b93708;
  --error: #b4232d;
  --display: "Roboto Condensed Local", "Arial Narrow", Impact, sans-serif;
  --body: "Inter Local", "Segoe UI", Arial, sans-serif;
  --page: min(100% - 64px, 1380px);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

.privacy-notice-slot { position: relative; z-index: 95; }
.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 95;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: #101210;
  color: #fff;
  box-shadow: 0 18px 58px rgba(0, 0, 0, .32);
}
.cookie-banner-copy { display: grid; min-width: 0; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 14px; }
.cookie-mark { position: relative; width: 32px; height: 32px; border: 2px solid #fff; border-radius: 50%; }
.cookie-mark::before { content: ""; position: absolute; top: -3px; right: -3px; width: 14px; height: 14px; border-radius: 0 0 0 14px; background: #101210; }
.cookie-mark::after { content: "\2022  \2022  \2022"; position: absolute; inset: 2px 0 0 5px; width: 18px; color: var(--orange); font-size: 18px; font-weight: 900; letter-spacing: -2px; line-height: 24px; transform: rotate(28deg); }
.cookie-banner h2 { margin: 0 0 3px; font-family: var(--body); font-size: 15px; font-weight: 800; letter-spacing: 0; }
.cookie-banner p { margin: 0; color: #cdd0cd; font-size: 12px; line-height: 1.5; }
.cookie-banner a { color: #fff; font-weight: 800; }
.privacy-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.privacy-actions button { min-height: 40px; padding: 8px 14px; border: 1px solid #fff; border-radius: 4px; background: transparent; color: #fff; font-size: 12px; font-weight: 800; white-space: nowrap; }
.privacy-actions .accept-analytics { border-color: var(--orange); background: var(--orange); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.footer-links button { padding: 0; border: 0; background: transparent; color: inherit; font-size: 14px; font-weight: 700; }

.privacy-page { min-height: 100vh; background: var(--white); }
.result-page { display: flex; min-height: 100dvh; flex-direction: column; align-items: flex-start; justify-content: center; width: min(100% - 40px, 760px); margin: 0 auto; padding: 72px 0; }
.result-page h1 { max-width: 720px; margin: 0 0 20px; font-size: clamp(52px, 9vw, 88px); line-height: .9; }
.result-page > p { max-width: 650px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.result-page form { margin: 16px 0; }
.result-page a:not(.button) { color: var(--ink); font-weight: 700; }
.legal-header { display: flex; min-height: 76px; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1100px) / 2)); border-bottom: 1px solid var(--line); }
.legal-header a { font-weight: 800; text-decoration: none; }
.legal-header .brand { font-size: 29px; }
.legal-main { width: min(100% - 40px, 900px); margin: 0 auto; padding: 70px 0 100px; }
.legal-main h1 { max-width: 740px; margin-bottom: 22px; font-size: clamp(48px, 8vw, 82px); line-height: .9; }
.legal-lead { max-width: 720px; color: var(--muted); font-size: 19px; }
.legal-warning { margin: 30px 0; padding: 17px; border-left: 5px solid var(--orange); background: #fff5f0; }
.legal-section { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 40px; padding: 34px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0; font-size: 29px; line-height: 1; }
.legal-section p:last-child, .legal-section ul:last-child { margin-bottom: 0; }
.legal-section ul { padding-left: 19px; }
.legal-section li + li { margin-top: 8px; }

@media (max-width: 720px) {
  .cookie-banner { right: 0; bottom: 0; left: 0; grid-template-columns: 1fr; gap: 14px; width: 100%; padding: 18px; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 16px 16px 0 0; }
  .cookie-banner-copy { grid-template-columns: 30px minmax(0, 1fr); align-items: start; gap: 12px; }
  .cookie-mark { width: 28px; height: 28px; margin-top: 2px; }
  .cookie-banner p { font-size: 12px; }
  .privacy-actions { display: flex; }
  .privacy-actions button { flex: 1 1 150px; }
  .footer-links { justify-content: flex-start; }
  .legal-main { padding-top: 45px; }
  .legal-section { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 380px) {
  .cookie-mark { display: none; }
  .cookie-banner-copy { grid-template-columns: 1fr; }
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: 0; }

:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}

.nav-shell {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  padding: 0 max(32px, calc((100vw - 1380px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(242, 243, 239, .94);
  backdrop-filter: blur(14px);
  transition: min-height .2s ease, background-color .2s ease;
}
.nav-shell.is-scrolled { min-height: 64px; background: rgba(255, 255, 255, .96); }
.brand {
  justify-self: start;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.nav-links { display: flex; gap: 38px; }
.nav-links a,
.footer a,
.text-link {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.nav-links a::after,
.footer a::after,
.text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}
.nav-links a:hover::after,
.footer a:hover::after,
.text-link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta {
  justify-self: end;
  min-width: 116px;
  padding: 11px 18px;
  border: 0;
  background: var(--orange);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}
.nav-cta:hover { background: var(--orange-dark); }
.nav-cta:active { transform: scale(.98); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, .82fr) minmax(560px, 1.18fr);
  width: 100%;
  min-height: calc(100dvh - 154px);
  max-height: 760px;
  overflow: hidden;
  background: #101210;
  color: var(--white);
  isolation: isolate;
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: hero-backdrop-enter 1400ms var(--ease) both;
}
.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(6, 8, 7, .2);
  content: "";
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 54px 58px max(32px, calc((100vw - 1380px) / 2));
}
.hero h1 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(64px, 6.8vw, 102px);
  font-weight: 700;
  line-height: .87;
}
.hero-lead {
  max-width: 560px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(17px, 1.35vw, 20px);
}
.hero-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 26px; }
.hero-price span { font-family: var(--display); font-size: 28px; font-weight: 700; }
.hero-price strong { font-family: var(--display); font-size: 44px; line-height: 1; }
.hero-price small { color: rgba(255, 255, 255, .62); font-size: 12px; font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-trust { max-width: 620px; margin: 16px 0 0; color: rgba(255, 255, 255, .7); font-size: 12px; font-weight: 700; }
.hero-media {
  position: relative;
  display: grid;
  place-items: end center;
  margin: 0;
  padding: 46px max(32px, calc((100vw - 1380px) / 2)) 24px 24px;
  pointer-events: auto;
}
.hero-media::before {
  position: absolute;
  right: 6.5%;
  bottom: 15%;
  width: min(72%, 650px);
  height: 18%;
  background: rgba(0, 0, 0, .62);
  filter: blur(28px);
  transform: perspective(300px) rotateX(62deg) rotate(-3deg);
  content: "";
}
.hero-product-main {
  position: relative;
  top: -36px;
  left: 8px;
  z-index: 1;
  justify-self: end;
  width: min(82%, 650px);
  max-height: 620px;
  margin: 0 -10px 0 0;
  object-fit: contain;
  filter: drop-shadow(0 38px 30px rgba(0, 0, 0, .62));
  animation: hero-product-reveal 600ms var(--ease) both, hero-product-float 5.8s ease-in-out infinite alternate;
}
@keyframes hero-product-reveal {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes hero-product-float {
  from { transform: translate3d(-3px, 2px, 0) rotate(-2.4deg); }
  to { transform: translate3d(9px, -11px, 0) rotate(-1.2deg); }
}
@keyframes hero-backdrop-enter {
  from { opacity: .35; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1); }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.button:active { transform: scale(.98); }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: var(--orange-dark); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--white); color: var(--ink); }
.button-secondary { border-color: currentColor; background: transparent; color: var(--ink); }
.button-secondary:hover { background: var(--ink); color: var(--white); }
.text-link::after { transform: scaleX(1); }
.text-link:hover::after { transform: scaleX(.35); }

.product-facts {
  display: flex;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 24px 32px;
  background: var(--ink);
  color: var(--white);
  list-style: none;
}
.product-facts li { font-weight: 700; animation: fact-enter 650ms var(--ease) both; }
.product-facts li:nth-child(1) { animation-delay: 480ms; }
.product-facts li:nth-child(2) { animation-delay: 570ms; }
.product-facts li:nth-child(3) { animation-delay: 660ms; }
.product-facts li:nth-child(4) { animation-delay: 750ms; }
.product-facts li + li::before { content: "·"; display: inline-block; margin: 0 28px; color: var(--orange); }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); width: var(--page); margin: 0 auto; padding: 30px 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-strip > div { display: grid; gap: 5px; padding: 0 28px; border-right: 1px solid var(--line); }
.trust-strip > div:first-child { padding-left: 0; }
.trust-strip > div:last-child { padding-right: 0; border-right: 0; }
.trust-strip strong { font-family: var(--display); font-size: 20px; }
.trust-strip span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.trust-strip a { color: inherit; font-weight: 700; }
@keyframes fact-enter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.motion-ready [data-animate] {
  opacity: 0;
  transition: opacity 750ms var(--ease), transform 850ms var(--ease);
}
.motion-ready [data-animate="up"] { transform: translateY(44px); }
.motion-ready [data-animate="left"] { transform: translateX(-48px); }
.motion-ready [data-animate="right"] { transform: translateX(48px); }
.motion-ready [data-animate].is-in-view { opacity: 1; transform: translate3d(0, 0, 0); }

.comparison-section {
  padding: 120px max(32px, calc((100vw - 1380px) / 2));
  background: #151614;
  color: var(--white);
}
.comparison-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: end;
  max-width: 1380px;
  margin: 0 auto 42px;
}
.comparison-header h2 {
  max-width: 850px;
  margin-bottom: 16px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: .95;
}
.comparison-header p { max-width: 720px; margin-bottom: 0; color: rgba(255, 255, 255, .68); }
.comparison-motion { display: flex; align-items: center; }
.motion-toggle {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
}
.motion-toggle span,
.motion-toggle span::after {
  display: block;
  width: 3px;
  height: 14px;
  background: currentColor;
}
.motion-toggle span { position: relative; transform: translateX(-3px); }
.motion-toggle span::after { content: ""; position: absolute; left: 6px; }
.motion-toggle.is-paused span {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
  background: transparent;
  transform: translateX(2px);
}
.motion-toggle.is-paused span::after { display: none; }
.hero-motion-toggle {
  position: absolute;
  top: 22px;
  right: max(32px, calc((100vw - 1380px) / 2));
  z-index: 4;
  background: rgba(10, 12, 10, .5);
  backdrop-filter: blur(10px);
}
.is-product-motion-paused .hero-product-main,
.is-product-motion-paused .case-section .split-media img { animation-play-state: paused; }

.light-comparison {
  --beam-x: 70%;
  --beam-y: 46%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1380px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  background: #080908;
  contain: layout paint style;
}
.comparison-panel { min-width: 0; }
.comparison-panel + .comparison-panel { border-left: 1px solid rgba(255, 255, 255, .2); }
.comparison-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
  padding: 20px 24px;
  background: #e7e9e5;
  color: var(--ink);
}
.comparison-label span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.comparison-label strong { font-family: var(--display); font-size: 28px; line-height: 1; }
.comparison-ours .comparison-label { background: var(--orange); color: var(--white); }
.comparison-ours .comparison-label span { color: rgba(255, 255, 255, .72); }
.compare-scene { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #050605; }
.compare-scene > img:not(.comparison-product) { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-base { filter: brightness(.18) saturate(.52); }
.compare-lit {
  clip-path: circle(11% at var(--beam-x) var(--beam-y));
  filter: brightness(1.18) contrast(1.04) saturate(.95);
  will-change: clip-path;
}
.comparison-ours .compare-base { filter: brightness(.25) saturate(.68); }
.comparison-ours .compare-lit {
  clip-path: circle(39% at var(--beam-x) var(--beam-y));
  filter: brightness(2.4) contrast(1.1) saturate(1.1);
}
.comparison-product {
  position: absolute;
  right: 3%;
  bottom: 4%;
  z-index: 2;
  width: 10%;
  max-height: 65%;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .65));
  transform: rotate(-12deg);
  pointer-events: none;
}
.comparison-note { max-width: 1380px; margin: 14px auto 0; color: rgba(255, 255, 255, .48); font-size: 12px; }

.zoom-section {
  padding: 100px max(32px, calc((100vw - 1380px) / 2));
  background: var(--white);
}
.zoom-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 28px 70px;
  align-items: end;
  width: min(100%, 1180px);
  margin: 0 auto 52px;
}
.zoom-heading > span {
  grid-column: 1 / -1;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.zoom-heading h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(56px, 5.5vw, 82px);
  line-height: .92;
}
.zoom-heading p {
  max-width: 520px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 17px;
}
.zoom-demo {
  --zoom-radius: 24.32%;
  --zoom-brightness: 3;
  --zoom-head-offset: -6px;
  --range-progress: 68%;
  width: min(100%, 1120px);
  margin: 0 auto;
  background: #111310;
}
.zoom-scene {
  position: relative;
  aspect-ratio: 16 / 7.5;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #090b09;
  isolation: isolate;
}
.zoom-scene-base,
.zoom-scene-lit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.zoom-scene-base { filter: brightness(.42) saturate(.72); }
.zoom-scene-lit {
  z-index: 1;
  filter: brightness(var(--zoom-brightness)) contrast(1.08) saturate(1.06);
  clip-path: circle(var(--zoom-radius) at 35.5% 55.5%);
  will-change: clip-path;
}
.zoom-product {
  position: absolute;
  right: 4%;
  bottom: -9%;
  z-index: 3;
  width: clamp(105px, 12vw, 178px);
  height: 78%;
  filter: drop-shadow(0 28px 24px rgba(0, 0, 0, .68));
  transform: rotate(8deg);
  transform-origin: 50% 86%;
  pointer-events: none;
}
.zoom-product img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zoom-product-body { clip-path: inset(23% 0 0 0); }
.zoom-product-head {
  clip-path: inset(0 0 75% 0);
  transform: translateY(var(--zoom-head-offset));
  transition: transform 120ms linear;
}
.zoom-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: stretch;
  color: var(--white);
}
.zoom-range-wrap { padding: 24px 28px 28px; }
.zoom-scale { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; margin-bottom: 8px; color: rgba(255, 255, 255, .62); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.zoom-scale > span:last-child { text-align: right; }
.zoom-drag-cue { color: var(--orange); font-size: 22px; line-height: 1; }
#zoom-range {
  width: 100%;
  height: 28px;
  margin: 0;
  border-radius: 0;
  appearance: none;
  background: linear-gradient(to right, var(--orange) 0 var(--range-progress), rgba(255, 255, 255, .32) var(--range-progress) 100%);
  background-size: 100% 5px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: ew-resize;
}
#zoom-range::-webkit-slider-runnable-track { height: 5px; background: transparent; }
#zoom-range::-webkit-slider-thumb {
  width: 23px;
  height: 23px;
  margin-top: -9px;
  border: 6px solid var(--orange);
  border-radius: 50%;
  appearance: none;
  background: var(--white);
  box-shadow: 0 0 0 5px rgba(232, 76, 14, .18);
  transition: transform .2s var(--ease), box-shadow .2s ease;
}
#zoom-range::-moz-range-track { height: 5px; background: transparent; }
#zoom-range::-moz-range-thumb { width: 11px; height: 11px; border: 6px solid var(--orange); border-radius: 50%; background: var(--white); box-shadow: 0 0 0 5px rgba(232, 76, 14, .18); }
#zoom-range:hover::-webkit-slider-thumb,
#zoom-range:focus-visible::-webkit-slider-thumb { transform: scale(1.08); box-shadow: 0 0 0 7px rgba(232, 76, 14, .24); }
#zoom-range:focus-visible { outline-color: var(--orange); }
.zoom-output {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}
.zoom-output span { color: rgba(255, 255, 255, .5); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.zoom-output strong { font-family: var(--display); font-size: 27px; line-height: 1.05; }
.zoom-note { width: min(100%, 1120px); margin: 14px auto 0; color: var(--muted); font-size: 12px; }

.split-section { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 690px; }
.split-media { display: grid; place-items: center; min-width: 0; margin: 0; overflow: hidden; }
.split-media img { width: min(88%, 760px); max-height: 580px; object-fit: contain; filter: drop-shadow(0 30px 24px rgba(35, 31, 25, .18)); }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: 86px max(42px, calc((100vw - 1380px) / 2)) 86px 7vw; }
.split-copy h2,
.offer-copy h2,
.faq-section > h2 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(50px, 5.6vw, 82px);
  line-height: .93;
}
.split-copy > p { max-width: 600px; color: #424641; font-size: 18px; }
.case-section { background: var(--orange); color: var(--white); }
.case-section .split-media { background: var(--white); }
.case-section .split-copy { background: var(--orange); }
.case-section .split-copy > p { color: rgba(255, 255, 255, .8); }
.case-section .split-media img {
  filter: drop-shadow(0 44px 34px rgba(35, 31, 25, .36)) drop-shadow(0 12px 10px rgba(35, 31, 25, .2));
  animation: case-product-float 6.4s ease-in-out infinite alternate;
}
@keyframes case-product-float {
  from { transform: translate3d(-5px, 4px, 0) rotate(-5.4deg); }
  to { transform: translate3d(8px, -10px, 0) rotate(-4deg); }
}
.case-section .plain-list { border-color: rgba(255, 255, 255, .32); }
.case-section .plain-list li { border-color: rgba(255, 255, 255, .32); }
.plain-list { max-width: 600px; margin: 24px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.plain-list li { padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.charging-section { grid-template-columns: .9fr 1.1fr; background: var(--paper); }
.charging-section .split-copy { padding-right: 7vw; padding-left: max(42px, calc((100vw - 1380px) / 2)); }
.charging-section .split-media { background: #dfe2de; }
.charging-section .split-media img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center 42%; filter: none; }
.data-note { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: 13px !important; }
.data-note strong { color: var(--ink); }

.specs-section { padding: 120px max(32px, calc((100vw - 1380px) / 2)); background: #242722; color: var(--white); }
.specs-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 28px 70px;
  align-items: end;
  margin-bottom: 64px;
}
.specs-heading > span {
  grid-column: 1 / -1;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.specs-heading h2 { max-width: 820px; margin: 0; font-size: clamp(56px, 6.5vw, 96px); line-height: .92; }
.specs-heading p { max-width: 520px; margin: 0 0 4px; color: rgba(255, 255, 255, .64); font-size: 17px; }
.spec-list { margin: 0; border-top: 1px solid rgba(255, 255, 255, .2); }
.spec-list > div { display: grid; grid-template-columns: minmax(190px, .7fr) 1.3fr; gap: 70px; padding: 21px 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.spec-list dt { color: rgba(255, 255, 255, .52); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.spec-list dd { margin: 0; font-family: var(--display); font-size: clamp(22px, 2.1vw, 31px); font-weight: 700; line-height: 1.08; }
.specs-disclaimer { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-top: 46px; padding: 26px 0; border-top: 4px solid var(--orange); }
.specs-disclaimer strong { font-family: var(--display); font-size: 26px; line-height: 1; }
.specs-disclaimer p { max-width: 750px; margin: 0; color: rgba(255, 255, 255, .68); }

.testimonials-section {
  padding: 120px max(32px, calc((100vw - 1380px) / 2));
  background: var(--white);
}
.testimonials-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 28px 70px;
  align-items: end;
  margin-bottom: 64px;
}
.testimonials-heading > span {
  grid-column: 1 / -1;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.testimonials-heading h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(56px, 6.5vw, 96px);
  line-height: .92;
}
.testimonials-heading p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.testimonials-heading-copy { display: grid; gap: 20px; justify-items: start; margin-bottom: 4px; }
.testimonials-video-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.testimonials-video-link span { color: var(--orange); font-size: 18px; line-height: 1; transition: transform 240ms var(--ease); }
.testimonials-video-link:hover span { transform: translateY(3px); }
.testimonials-layout {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  grid-template-rows: repeat(2, minmax(300px, auto));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.testimonial { min-width: 0; }
.testimonial-featured {
  display: grid;
  grid-row: 1 / span 2;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, .95fr);
  min-height: 650px;
  padding: 36px 36px 36px 0;
  border-right: 1px solid var(--line);
}
.testimonial-compact {
  display: grid;
  grid-template-columns: minmax(170px, .78fr) minmax(0, 1.22fr);
  padding: 36px 0 36px 36px;
}
.testimonial-compact + .testimonial-compact { border-top: 1px solid var(--line); }
.testimonial-photo {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.testimonial-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}
.testimonial:hover .testimonial-photo img { transform: scale(1.025); }
.testimonial-featured .testimonial-photo img { object-position: center 53%; }
.testimonial-compact .testimonial-photo img { object-position: center 55%; }
.testimonial-reverse .testimonial-photo img { object-position: center 42%; }
.testimonial-photo figcaption {
  padding-top: 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 20px 0 10px 30px;
}
.testimonial-compact .testimonial-copy { padding: 6px 0 6px 28px; }
.testimonial-rating { display: flex; align-items: center; gap: 12px; }
.testimonial-rating strong { font-family: var(--display); font-size: 26px; line-height: 1; }
.rating-stars {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #c9ccc7;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.rating-stars::before {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rating);
  overflow: hidden;
  color: var(--orange);
  content: "★★★★★";
  white-space: nowrap;
}
.testimonial blockquote {
  margin: 32px 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 600;
  line-height: 1.08;
}
.testimonial-compact blockquote { margin: 22px 0; font-size: clamp(21px, 1.65vw, 27px); }
.testimonial-copy > p { display: grid; gap: 2px; margin: 0; }
.testimonial-copy > p strong { font-size: 13px; }
.testimonial-copy > p span { color: var(--muted); font-size: 11px; }
.testimonial-video {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  min-height: 520px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 30px;
}
.testimonial-video .testimonial-copy { max-width: 850px; padding: 24px 0 18px clamp(42px, 6vw, 90px); }
.testimonial-video blockquote { max-width: 780px; font-size: clamp(28px, 3vw, 43px); }
.testimonial-video-media {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  min-width: 0;
  margin: 0;
}
.testimonial-video-media video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 478 / 850;
  max-height: 520px;
  background: #111;
  object-fit: cover;
}
.testimonial-video-media figcaption {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.offer-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--orange); color: var(--white); }
.offer-media { display: grid; place-items: center; margin: 0; overflow: hidden; }
.offer-media img { width: min(88%, 760px); max-height: 630px; object-fit: contain; filter: drop-shadow(0 34px 28px rgba(85, 22, 1, .3)); transform: rotate(-3deg); }
.offer-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(42px, calc((100vw - 1380px) / 2)) 90px 7vw; background: var(--orange); }
.offer-copy p { max-width: 600px; color: rgba(255, 255, 255, .82); font-size: 18px; }
.offer-price { display: grid; margin: 20px 0 30px; }
.offer-price span { font-weight: 700; }
.offer-price strong { font-family: var(--display); font-size: clamp(68px, 7vw, 104px); line-height: .9; }
.offer-price small { color: rgba(255, 255, 255, .7); }
.offer-savings { display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: center; margin: -12px 0 28px; }
.offer-savings span { color: rgba(255, 255, 255, .68); font-size: 13px; }
.offer-savings strong { padding: 5px 9px; background: var(--white); color: var(--ink); font-size: 12px; text-transform: uppercase; }
.offer-copy > .button { align-self: flex-start; min-width: 210px; }
.alternative-packs { display: flex; gap: 24px; margin-top: 24px; }
.alternative-packs button { padding: 0 0 5px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .7); background: transparent; color: var(--white); font-size: 13px; font-weight: 700; }
.alternative-packs small { display: block; margin-top: 4px; color: rgba(255, 255, 255, .72); font-size: 10px; text-align: left; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; width: var(--page); margin: 0 auto; padding: 130px 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 50px 24px 0; font-family: var(--display); font-size: 29px; font-weight: 700; line-height: 1.15; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 20px; right: 4px; font-family: var(--body); font-size: 27px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 690px; padding: 0 54px 24px 0; color: var(--muted); }

.footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 36px; align-items: center; min-height: 170px; padding: 42px max(32px, calc((100vw - 1380px) / 2)); background: var(--white); }
.footer strong { font-family: var(--display); font-size: 32px; }
.footer p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.footer .seller-public-info { grid-column: 1 / -1; margin: -18px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }
.footer .regret-link { font-weight: 900; }
.mobile-bar { display: none; }

.checkout-modal { position: fixed; inset: 0; z-index: 100; visibility: hidden; opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
.checkout-modal.is-open { visibility: visible; opacity: 1; }
.checkout-backdrop { position: absolute; inset: 0; background: rgba(23, 24, 22, .72); backdrop-filter: blur(8px); }
.checkout-panel { position: absolute; top: 50%; left: 50%; width: min(1180px, calc(100% - 40px)); max-height: 92dvh; padding: 32px 36px 36px; overflow-y: auto; background: var(--white); transform: translate(-50%, -48%); transition: transform .35s var(--ease); }
.checkout-modal.is-open .checkout-panel { transform: translate(-50%, -50%); }
.checkout-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 28px; line-height: 1; }
.checkout-heading { max-width: 850px; padding-right: 50px; }
.checkout-heading > p { margin-bottom: 6px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.checkout-heading h2 { margin: 0 0 12px; font-size: 54px; line-height: .9; }
.checkout-heading > span { display: block; margin-bottom: 24px; color: var(--muted); font-size: 15px; }
.step-dots { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 28px; border-top: 1px solid var(--line); }
.step-dots span { padding: 11px 8px 0 0; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.step-dots span::before { content: ""; display: block; width: 0; height: 3px; margin: -12px 0 10px; background: var(--orange); transition: width .3s var(--ease); }
.step-dots span.is-active { color: var(--ink); }
.step-dots span.is-active::before { width: 100%; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 32px; align-items: start; }
.checkout-steps { border-top: 1px solid var(--line); }
.checkout-step { display: none; }
.checkout-step.is-active { display: block; }
.checkout-block { padding: 24px 0; border-bottom: 1px solid var(--line); }
.checkout-block-heading { display: grid; grid-template-columns: 42px 1fr; align-items: baseline; margin-bottom: 15px; }
.checkout-block-heading > span { color: var(--orange); font-family: var(--display); font-size: 17px; font-weight: 800; }
.checkout-block-heading h3 { margin: 0; font-size: 30px; line-height: 1; }
.checkout-block-copy { max-width: 680px; margin: -5px 0 16px 42px; color: var(--muted); font-size: 13px; }
.cart-item { display: grid; grid-template-columns: 112px 1fr; gap: 18px; align-items: center; padding: 12px 14px; background: var(--paper); }
.cart-item img { width: 100%; height: 90px; object-fit: contain; }
.cart-item span, .cart-option span, .shipping-method span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.cart-item strong { display: block; margin-top: 3px; font-family: var(--display); font-size: 25px; line-height: 1.1; }
.cart-item p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.cart-options, .shipping-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.shipping-methods { grid-template-columns: repeat(2, 1fr); margin: 0 0 12px 42px; }
.cart-option, .shipping-method { display: grid; gap: 5px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); text-align: left; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.cart-option:active, .shipping-method:active { transform: scale(.98); }
.shipping-method:disabled { cursor: not-allowed; opacity: .48; }
.cart-option.is-selected, .shipping-method.is-selected { border-color: var(--orange); background: var(--orange); color: var(--white); }
.cart-option.is-selected span, .shipping-method.is-selected span { color: rgba(255, 255, 255, .75); }
.cart-option strong { font-family: var(--display); font-size: 21px; }
.shipping-method strong { font-size: 15px; }
.shipping-calculator { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: end; margin-left: 42px; }
.shipping-calculator label { display: grid; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.shipping-calculator input { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 0; font: 16px var(--body); outline: none; }
.shipping-calculator input:focus { border-color: var(--orange); outline: 2px solid var(--orange); outline-offset: 2px; }
.shipping-calculator .button { min-height: 50px; white-space: nowrap; }
.shipping-result { min-height: 20px; margin: 9px 0 0 42px; color: var(--muted); font-size: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0 0 0 42px; }
.form-grid.compact { max-width: 380px; }
.form-grid.one-field { grid-template-columns: 1fr; }
.form-grid label { display: grid; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.form-grid .wide { grid-column: 1 / -1; }
.form-grid input { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font-family: var(--body); font-size: 16px; outline: none; }
.form-grid input:focus { border-color: var(--orange); outline: 2px solid var(--orange); outline-offset: 2px; }
.optional-label { color: var(--muted); font-size: .85em; font-weight: 500; text-transform: none; }
.checkout-summary { position: sticky; top: 0; overflow: hidden; border: 1px solid var(--line); align-self: start; }
.checkout-summary div { display: flex; justify-content: space-between; gap: 16px; padding: 15px; border-bottom: 1px solid var(--line); }
.checkout-summary span { color: var(--muted); }
.checkout-summary .summary-heading { background: var(--paper); }
.checkout-summary .summary-heading span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.checkout-summary .total { background: var(--ink); color: var(--white); }
.checkout-summary .total span { color: rgba(255, 255, 255, .68); }
.checkout-summary .button { width: calc(100% - 30px); margin: 15px; }
.checkout-summary small { display: block; padding: 0 15px 16px; color: var(--muted); line-height: 1.35; }
.review-box { margin-left: 42px; overflow: hidden; border: 1px solid var(--line); }
.review-box div { display: flex; justify-content: space-between; gap: 16px; padding: 15px; border-bottom: 1px solid var(--line); }
.review-box div:last-child { border-bottom: 0; }
.review-box span { color: var(--muted); }
.checkout-message { min-height: 24px; margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.checkout-message.is-error { color: var(--error); }
.checkout-assurance { max-width: 720px; margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.checkout-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
#pay-btn { display: none; }

.legal-form { display: grid; gap: 18px; max-width: 650px; margin-top: 38px; }
.legal-form label { display: grid; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 700; }
.legal-form input, .legal-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font: 16px var(--body); }
.legal-form input:focus, .legal-form textarea:focus { border-color: var(--orange); outline: 2px solid var(--orange); outline-offset: 2px; }
.legal-form .button { justify-self: start; }
.honeypot { position: absolute !important; left: -10000px !important; }
.form-success { margin: 34px 0; padding: 22px; border-left: 5px solid #477d47; background: #f0f7ef; font-weight: 700; }
.legal-footnote { margin-top: 28px; color: var(--muted); font-size: 13px; }
.result-kicker { margin-bottom: 10px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.status-summary { display: grid; width: min(100%, 620px); margin: 28px 0; border-top: 1px solid var(--line); }
.status-summary div { display: flex; justify-content: space-between; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.status-summary span { color: var(--muted); }

@media (max-width: 1100px) {
  :root { --page: min(100% - 32px, 1380px); }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-copy { padding-right: 38px; }
  .hero h1 { font-size: clamp(62px, 8vw, 86px); }
  .comparison-header { grid-template-columns: 1fr; }
  .comparison-motion { justify-content: flex-start; }
  .split-copy, .offer-copy { padding-right: 32px; }
}

@media (min-width: 821px) and (max-height: 780px) {
  .hero-copy { padding-top: 34px; padding-bottom: 34px; }
  .hero h1 { margin-bottom: 16px; font-size: clamp(58px, 5.8vw, 76px); }
  .hero-lead { margin-bottom: 20px; font-size: 16px; }
  .hero-price { margin-bottom: 18px; }
}

@media (max-width: 820px) {
  :root { --page: 100%; }
  .nav-shell { grid-template-columns: 1fr auto; min-height: 64px; padding: 0 18px; }
  .nav-links { display: none; }
  .brand { font-size: 27px; }
  .nav-cta { min-width: 100px; padding: 10px 14px; }
  .hero { grid-template-columns: 1fr; min-height: 0; max-height: none; }
  .hero-backdrop { object-position: 68% center; }
  .hero::after { background: rgba(6, 8, 7, .36); }
  .hero-copy { padding: 54px 20px 36px; }
  .hero h1 { font-size: clamp(58px, 15vw, 82px); }
  .hero-lead { font-size: 17px; }
  .hero-media { min-height: 400px; padding: 24px 20px 12px; }
  .hero-product-main { top: -22px; justify-self: center; width: min(82%, 520px); max-height: 390px; margin: 0; }
  .hero-media::before { right: 12%; bottom: 12%; width: 72%; }
  .hero-motion-toggle { top: 16px; right: 16px; }
  .product-facts { justify-content: flex-start; flex-wrap: wrap; gap: 8px 0; padding: 22px 20px; }
  .product-facts li { width: 50%; font-size: 13px; }
  .product-facts li + li::before { content: none; }
  .comparison-section { padding: 88px 20px; }
  .comparison-header { gap: 24px; margin-bottom: 32px; }
  .comparison-header h2 { font-size: clamp(48px, 12vw, 68px); }
  .light-comparison { grid-template-columns: 1fr; }
  .comparison-panel + .comparison-panel { border-top: 1px solid rgba(255, 255, 255, .2); border-left: 0; }
  .comparison-label { min-height: 70px; padding: 16px 18px; }
  .comparison-product { right: 4%; bottom: 4%; width: 10%; }
  .zoom-section { padding: 88px 20px; }
  .zoom-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 46px; }
  .zoom-heading > span { grid-column: auto; }
  .zoom-heading p { margin-top: 2px; }
  .zoom-scene { aspect-ratio: 4 / 5; min-height: 0; }
  .zoom-scene-base, .zoom-scene-lit { object-position: 35% center; }
  .zoom-scene-lit { clip-path: circle(var(--zoom-radius) at 38% 55.5%); }
  .zoom-product { right: 3%; bottom: -5%; width: clamp(88px, 26vw, 126px); height: 56%; }
  .zoom-controls { grid-template-columns: 1fr; }
  .zoom-output { padding: 18px 20px 20px; border-top: 1px solid rgba(255, 255, 255, .18); border-left: 0; }
  .split-section, .offer-section { grid-template-columns: 1fr; }
  .split-section { min-height: 0; }
  .split-media { min-height: 480px; }
  .split-copy, .charging-section .split-copy, .offer-copy { padding: 72px 20px; }
  .split-copy h2, .offer-copy h2, .faq-section > h2 { font-size: clamp(48px, 12vw, 70px); }
  .charging-section .split-copy { order: 2; }
  .charging-section .split-media { order: 1; }
  .charging-section .split-media img { min-height: 520px; }
  .specs-section { padding: 88px 20px; }
  .specs-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 46px; }
  .specs-heading > span { grid-column: auto; }
  .specs-heading p { margin-top: 2px; }
  .spec-list > div, .specs-disclaimer { grid-template-columns: 1fr; gap: 8px; }
  .testimonials-section { padding: 88px 20px; }
  .testimonials-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 46px; }
  .testimonials-heading > span { grid-column: auto; }
  .testimonials-heading-copy { margin-top: 2px; }
  .testimonials-layout { grid-template-columns: 1fr; grid-template-rows: auto; }
  .testimonial-featured { grid-row: auto; grid-template-columns: 1fr; min-height: 0; padding: 28px 0; border-right: 0; }
  .testimonial-featured .testimonial-photo { aspect-ratio: 4 / 5; }
  .testimonial-featured .testimonial-copy { padding: 30px 0 12px; }
  .testimonial-compact { grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr); padding: 28px 0; border-top: 1px solid var(--line); }
  .testimonial-compact .testimonial-copy { padding: 6px 0 6px 28px; }
  .testimonial-compact .testimonial-photo { min-height: 300px; }
  .testimonial blockquote, .testimonial-compact blockquote { font-size: clamp(26px, 5vw, 34px); }
  .testimonial-video { grid-template-columns: minmax(210px, 330px) minmax(0, 1fr); min-height: 0; padding: 28px 0; }
  .testimonial-video .testimonial-copy { padding: 12px 0 12px 36px; }
  .offer-media { min-height: 500px; }
  .faq-section { grid-template-columns: 1fr; gap: 40px; padding: 96px 20px; }
  .footer { grid-template-columns: 1fr; gap: 10px; padding: 44px 20px 110px; }
  .trust-strip { grid-template-columns: 1fr; padding: 14px 20px; }
  .trust-strip > div, .trust-strip > div:first-child, .trust-strip > div:last-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip > div:last-child { border-bottom: 0; }
  .mobile-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 45; display: flex; visibility: hidden; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; padding: 10px 14px; border-top: 1px solid var(--line); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); transform: translateY(100%); transition: transform 220ms ease, visibility 220ms; }
  .mobile-bar.is-visible { visibility: visible; transform: translateY(0); }
  .mobile-bar span, .mobile-bar strong { display: block; line-height: 1.2; }
  .mobile-bar span { color: var(--muted); font-size: 11px; }
  .mobile-bar strong { font-family: var(--display); font-size: 24px; }
  .checkout-panel { top: auto; bottom: 0; left: 0; width: 100%; max-height: 94dvh; padding: 24px 18px; transform: translateY(100%); }
  .checkout-modal.is-open .checkout-panel { transform: translateY(0); }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { position: static; }
  .cart-options { grid-template-columns: 1fr; }
}

@media (max-width: 500px) {
  .hero-copy { padding: 32px 20px 22px; }
  .hero h1 { font-size: 54px; }
  .hero-actions { align-items: center; flex-direction: row; gap: 14px; }
  .hero-actions .button { flex: 1; width: auto; }
  .hero-actions .text-link { align-self: auto; white-space: nowrap; }
  .hero-price { justify-content: space-between; }
  .hero-price small { width: 100%; }
  .hero-media { min-height: 225px; padding: 10px 14px 4px; }
  .hero-product-main { width: min(74%, 295px); max-height: 210px; }
  .comparison-label { align-items: flex-start; flex-direction: column; gap: 3px; }
  .comparison-label strong { font-size: 25px; }
  .zoom-range-wrap { padding: 22px 20px 24px; }
  .zoom-scale { font-size: 10px; }
  .split-media { min-height: 390px; }
  .plain-list li { font-size: 14px; }
  .testimonial-compact { grid-template-columns: 118px minmax(0, 1fr); }
  .testimonial-compact .testimonial-photo { min-height: 340px; aspect-ratio: auto; }
  .testimonial-compact .testimonial-copy { padding: 4px 0 4px 20px; }
  .testimonial blockquote { font-size: 28px; }
  .testimonial-compact blockquote { margin: 18px 0; font-size: 22px; }
  .testimonial-compact .testimonial-rating { gap: 8px; }
  .testimonial-compact .rating-stars { font-size: 17px; }
  .testimonial-compact .testimonial-rating strong { font-size: 23px; }
  .testimonial-video { grid-template-columns: 118px minmax(0, 1fr); }
  .testimonial-video .testimonial-copy { padding: 4px 0 4px 20px; }
  .testimonial-video blockquote { margin: 18px 0; font-size: 22px; }
  .testimonial-video-media video { max-height: 340px; }
  .offer-media { min-height: 400px; }
  .offer-copy > .button { align-self: stretch; }
  .alternative-packs { align-items: flex-start; flex-direction: column; gap: 14px; }
  .checkout-heading h2 { font-size: 50px; }
  .cart-item { grid-template-columns: 100px 1fr; gap: 14px; }
  .cart-item img { height: 100px; }
  .form-grid, .shipping-methods, .shipping-calculator { grid-template-columns: 1fr; }
  .checkout-block-copy, .shipping-methods, .shipping-calculator, .shipping-result, .form-grid, .review-box { margin-left: 0; }
  .form-grid .wide { grid-column: auto; }
  .shipping-calculator .button { width: 100%; }
  .checkout-actions .button { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .compare-lit { will-change: auto; }
  .hero-product-main, .hero-backdrop { animation: none; }
  .case-section .split-media img { animation: none; transform: rotate(-4.7deg); }
  .hero-motion-toggle { display: none; }
  .zoom-product-head { transition: none; }
  .motion-ready [data-animate] { opacity: 1; transform: none; }
}
