:root {
  --bg: #050505;
  --bg-elevated: #0c0c0f;
  --panel: rgba(16, 16, 18, 0.9);
  --panel-strong: #111115;
  --text: #f4f1ea;
  --muted: rgba(244, 241, 234, 0.7);
  --subtle: rgba(244, 241, 234, 0.12);
  --line: rgba(255, 255, 255, 0.1);
  --accent: #ff3d4d;
  --accent-soft: rgba(255, 61, 77, 0.16);
  --accent-gold: #d9b267;
  --success: #40c27b;
  --electric-blue: #7aa7ff;
  --ember: #ff6a3d;
  --panel-glass: rgba(14, 15, 18, 0.68);
  --line-strong: rgba(255, 255, 255, 0.18);
  --glow-red: 0 0 44px rgba(255, 61, 77, 0.26);
  --glow-gold: 0 0 44px rgba(217, 178, 103, 0.22);
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-snap: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: min(1320px, calc(100vw - 48px));
  --font-display: "Sora", "Noto Sans SC", sans-serif;
  --font-body: "Manrope", "Noto Sans SC", sans-serif;
  --font-mono: "IBM Plex Mono", "Noto Sans SC", monospace;
  --text-xs: 0.76rem;
  --text-sm: 0.9rem;
  --text-base: 1rem;
  --text-lg: 1.1rem;
  --h1: 4.1rem;
  --h2: 3rem;
  --h3: 1.45rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  position: relative;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 61, 77, 0.18), transparent 28%),
    radial-gradient(circle at 80% 8%, rgba(217, 178, 103, 0.16), transparent 28%),
    linear-gradient(180deg, #050505 0%, #070708 100%);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.68;
  letter-spacing: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    radial-gradient(circle at 18% 22%, rgba(255, 61, 77, 0.12), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(217, 178, 103, 0.1), transparent 26%);
  background-size: 44px 44px, 44px 44px, auto, auto;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.18) 64%, transparent);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1.4px),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.4px);
  background-size: 180px 180px, 260px 260px;
}

body.lang-zh {
  --text-base: 1.02rem;
  --text-lg: 1.14rem;
}

body.lang-zh .lede,
body.lang-zh .section-heading h2 + p,
body.lang-zh .section-heading h1 + p,
body.lang-zh .feature-card p,
body.lang-zh .story-card p,
body.lang-zh .scenario-card p,
body.lang-zh .faq-item p,
body.lang-zh .article-body p,
body.lang-zh .footer-copy {
  line-height: 1.86;
}

body.lang-zh .home-hero-copy h1,
body.lang-zh .hero-copy h1,
body.lang-zh .section-heading h1,
body.lang-zh .section-heading h2,
body.lang-zh .panel h1 {
  line-height: 1.18;
}

body.lang-en .home-hero-copy h1 {
  max-width: 16.4ch;
  font-size: clamp(3.3rem, 4.6vw, 4.55rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

body.lang-en .home-hero-copy .lede {
  max-width: 38ch;
  line-height: 1.74;
}

body.lang-en .home-hero-copy {
  max-width: 900px;
}

body.lang-en .hero-facts span,
body.lang-en .hero-aside-card p {
  line-height: 1.62;
}

body.lang-en .product-launch-copy {
  max-width: 640px;
}

body.lang-en .product-launch-copy .lede {
  max-width: 36ch;
  line-height: 1.8;
}

body.lang-en .product-launch-copy h1 {
  max-width: none;
}

body.lang-en .product-launch-claim {
  max-width: 13ch;
  font-size: clamp(3.3rem, 4.55vw, 4.7rem);
  line-height: 0.95;
}

body.lang-en .product-showcase-shell {
  grid-template-columns: minmax(340px, 0.92fr) minmax(420px, 1.08fr);
}

body.lang-en .product-showcase-copy {
  padding: 24px 28px 26px;
}

body.lang-en .product-showcase-copy-body {
  gap: 16px;
}

body.lang-en .product-showcase-title {
  max-width: 28ch;
  font-size: 1.18rem;
  line-height: 1.5;
}

body.lang-en .product-showcase-specs div {
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
}

body.lang-en .product-showcase-specs dd,
body.lang-en .product-showcase-status span:last-child {
  line-height: 1.62;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(22px) saturate(1.15);
  background:
    linear-gradient(90deg, rgba(255, 61, 77, 0.08), transparent 28%, rgba(217, 178, 103, 0.06)),
    rgba(4, 4, 6, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 8px 0;
}

@media (min-width: 1000px) {
  .header-inner {
    display: grid;
    grid-template-columns: minmax(236px, 300px) minmax(300px, 1fr) minmax(250px, auto);
    align-items: center;
  }

  .header-inner-product {
    grid-template-columns: minmax(236px, 300px) minmax(300px, 1fr) minmax(250px, auto);
    gap: 18px;
  }

  .site-nav {
    justify-self: center;
  }

  .header-inner-product .site-nav {
    justify-self: center;
    justify-content: center;
  }

  .header-actions {
    justify-self: end;
  }
}

@media (min-width: 1440px) {
  :root {
    --container: min(1560px, calc(100vw - 88px));
    --h1: 5.1rem;
    --h2: 3.5rem;
    --h3: 1.58rem;
  }

  .section {
    padding: 108px 0;
  }

  .home-hero {
    min-height: 960px;
  }

  .home-hero-inner {
    min-height: 960px;
    padding: 96px 0 72px;
  }

  .home-hero-layout {
    grid-template-columns: minmax(0, 1.22fr) minmax(300px, 360px);
    gap: 34px;
  }

  .home-hero-copy {
    max-width: 980px;
  }

  .home-hero-copy h1 {
    font-size: var(--h1);
    max-width: 8.5ch;
  }

  .home-hero-copy .lede {
    max-width: 760px;
    font-size: var(--text-lg);
  }

  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .signal-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .engine-grid {
    grid-template-columns: 1.08fr 96px 0.92fr;
    min-height: 680px;
  }

  .equip-cards,
  .color-gallery,
  .feature-grid,
  .product-color-gallery,
  .story-gallery-home,
  .timeline,
  .milestone-grid {
    gap: 24px;
  }

  .equip-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .color-gallery,
  .product-color-gallery,
  .feature-grid,
  .product-strengths {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .scenario-row {
    grid-template-columns: 1fr 92px 1fr;
    gap: 24px;
  }

  .story-gallery-home {
    grid-template-columns: 1.14fr 0.96fr 0.8fr;
  }

  .product-hero-grid {
    grid-template-columns: minmax(500px, 1.08fr) minmax(470px, 0.92fr);
    gap: 40px;
    align-items: start;
  }

  .hero-copy h1 {
    font-size: var(--h1);
    max-width: 10ch;
  }

  .hero-panel {
    min-height: 760px;
    padding: 24px;
  }

  .product-hero-panel {
    min-height: auto;
    padding: 30px;
  }

  .product-stage {
    min-height: 430px;
  }

  .hero-product,
  .contact-art {
    width: min(100%, 620px);
  }

  .hero-product {
    max-height: 430px;
  }

  .editorial-grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
    gap: 24px;
  }

  .about-grid,
  .contact-grid,
  .two-col-grid,
  .checkout-layout,
  .cart-layout {
    gap: 24px;
  }

  .footer-grid {
    grid-template-columns: 1.6fr 0.9fr 0.9fr 1fr;
    gap: 28px;
  }
}

@media (min-width: 1680px) {
  :root {
    --container: min(1720px, calc(100vw - 104px));
  }

  body .home-hero .container {
    width: min(calc(100vw - 40px), 1840px);
  }

  body .home-hero {
    min-height: 920px;
  }

  body .home-hero-inner {
    min-height: 920px;
    padding: 88px 0 64px;
  }

  body .home-hero-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 430px);
    gap: 48px;
  }

  body .home-hero-copy {
    max-width: 1120px;
  }

  body .hero-facts {
    gap: 18px;
  }

  body .product-launch-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(720px, 1.02fr);
    gap: 76px;
  }

  body .product-launch-copy {
    max-width: 680px;
  }

  body .product-device-stage {
    padding: 26px;
  }

  body .product-device-frame {
    min-height: 500px;
    padding: 30px 30px 18px;
  }

  body .hero-product-launch {
    width: min(100%, 700px);
    max-height: 500px;
  }
}

@media (min-aspect-ratio: 19 / 10) and (min-width: 1440px) {
  body .home-hero .container {
    width: min(calc(100vw - 36px), 1800px);
  }

  body .home-hero {
    min-height: 860px;
  }

  body .home-hero-inner {
    min-height: 860px;
    padding: 78px 0 54px;
  }

  body .home-hero-media img {
    object-position: center 36%;
    transform: scale(1.04);
    transform-origin: center center;
  }

  body .home-hero-media-scrim {
    background:
      radial-gradient(circle at 12% 52%, rgba(5, 5, 5, 0.44), transparent 24%),
      radial-gradient(circle at 86% 44%, rgba(145, 38, 46, 0.16), transparent 24%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.76) 0%, rgba(5, 5, 5, 0.18) 32%, rgba(5, 5, 5, 0.14) 68%, rgba(5, 5, 5, 0.52) 100%),
      linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.04) 20%, rgba(5, 5, 5, 0.72) 100%);
  }

  body.lang-en .home-hero-copy {
    max-width: min(1180px, 62vw);
  }

  body.lang-en .home-hero-copy h1 {
    max-width: 16.5ch;
    font-size: clamp(3.7rem, 4.4vw, 5.1rem);
  }

  body .product-launch {
    padding-top: 42px;
    padding-bottom: 92px;
  }

  body .product-launch-media img {
    object-position: center 46%;
  }
}

@media (max-height: 860px) and (min-width: 1100px) {
  body .home-hero {
    min-height: 760px;
  }

  body .home-hero-inner {
    min-height: 760px;
    padding: 60px 0 42px;
  }

  body .home-hero-media img {
    object-position: center 34%;
  }

  body .home-hero-copy h1 {
    margin-top: 20px;
  }

  body .home-hero-copy .lede {
    margin-top: 20px;
  }

  body .home-hero-cta,
  body .hero-facts {
    margin-top: 24px;
  }

  body .product-launch {
    padding: 40px 0 84px;
  }

  body .product-launch-copy {
    min-height: 560px;
    padding-top: 28px;
  }

  body .product-device-frame {
    min-height: 520px;
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-width: 0;
  width: fit-content;
  min-height: 38px;
}

.brand strong,
.footer-brand strong {
  font-family: var(--font-display);
  letter-spacing: 0;
  font-size: var(--text-sm);
  text-transform: uppercase;
}

.brand small,
.footer-brand p {
  color: var(--muted);
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.55;
}

.brand-logo-full {
  width: clamp(180px, 13vw, 228px);
  height: auto;
  display: block;
}

.brand-logo-mark {
  width: 44px;
  height: auto;
  display: none;
}

.brand-mark {
  width: 34px;
  height: auto;
}

.brand-logo-full,
.brand-logo-mark,
.brand-mark,
.footer-logo-full {
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.08));
}

.site-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 0;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 2px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
  letter-spacing: 0;
  transition: color 220ms ease, transform 220ms ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-gold), var(--accent));
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  transition: opacity 220ms ease, transform 220ms var(--motion-ease);
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--text);
}

.nav-link:hover::after,
.nav-link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-pill,
.lang-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cart-pill strong {
  min-width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-size: 0.74rem;
}

.lang-switch {
  padding: 4px;
}

.lang-switch a {
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--muted);
  transition: background 180ms ease, color 180ms ease;
}

.lang-switch a.is-active {
  background: var(--text);
  color: var(--bg);
}

.section {
  padding: 90px 0;
}

.section-divider {
  border-top: 1px solid var(--line);
}

.hero {
  padding-top: 56px;
}

.hero-grid,
.product-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: start;
}

.hero-copy h1,
.section-heading h1,
.section-heading h2,
.story-card h2,
.panel h1 {
  font-family: var(--font-display);
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0;
  text-wrap: balance;
}

.hero-copy h1 {
  font-size: var(--h1);
  max-width: 12ch;
}

.section-heading h1 {
  font-size: var(--h2);
  max-width: 14ch;
}

.section-heading h2,
.story-card h2,
.panel h1 {
  font-size: var(--h2);
  max-width: 16ch;
}

.eyebrow {
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--accent);
  font-size: var(--text-xs);
  font-family: var(--font-mono);
  line-height: 1.6;
}

.lede {
  margin: 26px 0 0;
  max-width: 64ch;
  color: var(--muted);
  font-size: var(--text-lg);
  line-height: 1.78;
  text-wrap: pretty;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 220ms var(--motion-ease), border-color 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: linear-gradient(115deg, transparent 0 28%, rgba(255, 255, 255, 0.32) 42%, transparent 56% 100%);
  opacity: 0;
  transform: translateX(-72%);
  transition: opacity 260ms ease, transform 760ms var(--motion-ease);
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover::before {
  opacity: 1;
  transform: translateX(72%);
}

.button:disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
  box-shadow: none;
  pointer-events: none;
}

.button-primary {
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(135deg, var(--accent), var(--ember));
  color: white;
  box-shadow: 0 14px 34px rgba(255, 61, 77, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.button-secondary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
  border-color: var(--line);
  color: var(--text);
}

@media (hover: hover) and (pointer: fine) {
  .button,
  .product-card,
  .equip-card,
  .color-card,
  .story-tile,
  .panel {
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
  }

  .scenario-card {
    transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
  }

  .button:hover {
    transform: translateY(-1px);
  }

  .product-card:hover,
  .equip-card:hover,
  .color-card:hover,
  .story-tile:hover,
  .panel:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  }

  .scenario-card:hover {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  }

  .nav-link:hover,
  .footer-links a:hover {
    color: var(--text);
  }
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.text-link:hover {
  color: var(--text);
}

.text-link.danger {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 120, 120, 0.28);
  background: rgba(255, 61, 77, 0.08);
  color: #ff8b8b;
  text-decoration: none;
}

.text-link.danger:hover {
  border-color: rgba(255, 120, 120, 0.46);
  background: rgba(255, 61, 77, 0.14);
  color: #fff;
}

.stat-strip,
.hero-metrics,
.milestone-grid,
.spec-grid,
.feature-grid,
.product-grid,
.scenario-grid,
.story-gallery,
.about-grid,
.cart-layout,
.checkout-layout,
.contact-grid,
.split-grid {
  display: grid;
  gap: 18px;
}

.spec-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spec-grid.compact {
  gap: 16px;
  margin-top: 26px;
}

.spec-grid.compact .spec-card {
  padding: 18px 20px;
}

.spec-grid.compact .spec-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-gold);
  font-size: var(--text-xs);
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.4;
}

.spec-grid.compact .spec-card span {
  font-size: var(--text-sm);
  line-height: 1.62;
}

.stat-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.stat-strip div,
.hero-metrics div,
.spec-card,
.feature-card,
.panel,
.product-card,
.scenario-card,
.story-card,
.cart-item,
.faq-item {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    var(--panel);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.stat-strip div {
  padding: 18px;
}

.stat-strip strong,
.hero-metrics strong,
.price {
  display: block;
  font-family: var(--font-display);
  font-size: var(--text-lg);
  line-height: 1.28;
  margin-bottom: 8px;
}

.stat-strip span,
.hero-metrics span,
.product-card-subtitle,
.feature-card p,
.summary-note,
.footer-copy,
.cart-item p,
.story-card p,
.scenario-card p,
.faq-item p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-visual {
  position: relative;
}

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 860px;
  padding: 0;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.06), transparent 30%),
    linear-gradient(180deg, #050505 0%, #090707 35%, #130a08 100%);
}

.home-hero-media,
.home-hero-media img,
.home-hero-media-scrim {
  position: absolute;
  inset: 0;
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.96;
}

.home-hero-media-scrim {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.74) 0%, rgba(5, 5, 5, 0.26) 44%, rgba(5, 5, 5, 0.4) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.05) 24%, rgba(5, 5, 5, 0.74) 100%);
}

.home-hero-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  min-height: 860px;
  display: grid;
  align-items: end;
  justify-items: stretch;
  text-align: left;
  padding: 78px 0 56px;
}

.home-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, 290px);
  gap: 26px;
  align-items: end;
  width: 100%;
}

.home-hero-copy {
  max-width: 780px;
  margin: 0;
}

.hero-kicker-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-runway {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(244, 241, 234, 0.84);
  font-size: var(--text-xs);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: var(--font-mono);
  line-height: 1.55;
}

.home-hero-copy .eyebrow {
  color: #ffbe59;
  letter-spacing: 0;
  margin: 0;
}

.home-hero-copy h1 {
  font-family: var(--font-display);
  font-size: var(--h1);
  line-height: 1.14;
  letter-spacing: 0;
  margin: 26px 0 0;
  max-width: 11ch;
  color: #f8f3eb;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  text-wrap: balance;
}

.home-hero-copy .lede {
  max-width: 680px;
  margin: 28px 0 0;
  font-size: var(--text-lg);
  line-height: 1.84;
  color: rgba(244, 241, 234, 0.92);
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.home-hero-cta {
  justify-content: flex-start;
  margin-top: 30px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.hero-facts div,
.hero-aside-card,
.contact-way-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 10, 12, 0.5);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.hero-facts div {
  padding: 18px 18px 20px;
  border-radius: 20px;
}

.hero-facts strong {
  display: block;
  font-family: var(--font-display);
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 10px;
}

.hero-facts span {
  color: rgba(244, 241, 234, 0.76);
  font-size: var(--text-sm);
  line-height: 1.7;
}

.home-hero-aside {
  display: grid;
  gap: 14px;
  align-self: end;
}

.hero-aside-card {
  padding: 20px;
  border-radius: 24px;
}

.hero-aside-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: var(--h3);
  letter-spacing: 0;
  line-height: 1.28;
  margin-bottom: 12px;
}

.hero-aside-card p {
  margin: 0;
  color: rgba(244, 241, 234, 0.78);
  line-height: 1.72;
}

.hero-aside-card-quote {
  background:
    linear-gradient(180deg, rgba(255, 61, 77, 0.18), rgba(255, 255, 255, 0.03)),
    rgba(10, 10, 12, 0.52);
}

.hero-aside-card-quote span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--accent-gold);
  font-family: var(--font-display);
}

.home-hero-controls {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}

.home-hero-controls span {
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.home-hero-controls .is-active {
  background: linear-gradient(90deg, var(--accent-gold), var(--accent));
}

.home-signals {
  padding-top: 20px;
  padding-bottom: 20px;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
}

.signal-grid div {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.signal-grid div:last-child {
  border-right: 0;
}

.signal-grid strong,
.signal-grid span {
  display: block;
  font-family: var(--font-display);
}

.signal-grid strong {
  font-size: var(--text-lg);
  letter-spacing: 0;
  line-height: 1.36;
}

.signal-grid span {
  color: var(--muted);
  letter-spacing: 0;
  font-size: var(--text-xs);
  font-family: var(--font-mono);
  line-height: 1.6;
}

.home-engine {
  padding-top: 82px;
  padding-bottom: 80px;
}

.engine-grid {
  display: grid;
  grid-template-columns: 1fr 84px 1fr;
  align-items: stretch;
  min-height: 600px;
  border-radius: calc(var(--radius-xl) + 6px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.engine-visual {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 40% 25%, rgba(255, 61, 77, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.14));
}

.engine-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 22px;
}

.engine-visual-left {
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 61, 77, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.16));
}

.engine-visual-right {
  background:
    radial-gradient(circle at 70% 18%, rgba(217, 178, 103, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.2));
}

.engine-divider {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(255, 61, 77, 0.1), rgba(217, 178, 103, 0.08));
}

.engine-divider::before,
.engine-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.35);
  transform: translate(-50%, -50%);
}

.engine-divider::before {
  width: 42px;
  height: 1px;
}

.engine-divider::after {
  width: 1px;
  height: 42px;
}

.engine-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}

.engine-copy h2 {
  max-width: none;
}

.engine-copy p {
  max-width: 30ch;
  color: var(--muted);
  margin: 0;
}

.home-equip {
  padding-top: 20px;
}

.equip-stage {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: calc(var(--radius-xl) + 8px);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(9, 9, 11, 0.92);
  box-shadow: var(--shadow);
}

.equip-stage-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: blur(0.3px) saturate(0.95) brightness(0.55);
}

.equip-stage > *:not(.equip-stage-bg) {
  position: relative;
  z-index: 1;
}

.equip-heading h2 {
  max-width: 10ch;
}

.equip-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.equip-carousel {
  align-items: stretch;
}

.equip-next {
  align-self: center;
  justify-self: end;
  width: 42px;
  height: 42px;
  margin-left: -8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--accent);
  font-size: 2.4rem;
  line-height: 1;
}

.equip-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, #121214, #070708);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
}

.equip-card.is-featured {
  border-color: rgba(255, 61, 77, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 61, 77, 0.16), rgba(255, 255, 255, 0.02) 38%),
    linear-gradient(180deg, #151417, #080809);
}

.equip-card img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  margin: 0 auto;
}

.equip-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.equip-card-head span {
  font-family: var(--font-display);
  font-size: 1.02rem;
}

.equip-card-body {
  display: grid;
  gap: 12px;
  align-content: end;
  min-height: 150px;
}

.equip-card-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--h3);
  letter-spacing: 0;
  line-height: 1.3;
}

.equip-card-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.equip-muted {
  color: var(--accent-gold);
  font-family: var(--font-mono);
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.55;
}

.equip-note {
  margin: 10px 0 0;
  text-align: center;
  color: rgba(244, 241, 234, 0.72);
  font-size: 0.8rem;
}

.home-gallery {
  padding-top: 110px;
}

.color-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.color-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.12)),
    #0f0f12;
}

.color-card::before {
  content: "";
  position: absolute;
  inset: auto -10% -18% -10%;
  height: 68%;
  border-radius: 50% 50% 0 0;
  opacity: 0.55;
  filter: blur(2px);
}

.color-card img {
  position: absolute;
  inset: 10% 10% 18%;
  width: 80%;
  height: 72%;
  object-fit: contain;
  margin: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}

.product-color-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-color-gallery .color-card {
  min-height: 390px;
}

.color-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: var(--text-xs);
  line-height: 1.55;
}

.color-card-gold::before {
  background: radial-gradient(circle at center, rgba(217, 178, 103, 0.26), transparent 66%);
}

.color-card-gray::before {
  background: radial-gradient(circle at center, rgba(142, 143, 145, 0.26), transparent 66%);
}

.color-card-red::before {
  background: radial-gradient(circle at center, rgba(255, 61, 77, 0.26), transparent 66%);
}

.home-scenarios {
  padding-top: 108px;
}

.scenario-row {
  display: grid;
  grid-template-columns: 1fr 76px 1fr;
  gap: 18px;
  align-items: stretch;
}

.scenario-row .scenario-card {
  min-height: 380px;
}

.scenario-x {
  align-self: center;
  justify-self: center;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent-gold);
  font-family: var(--font-display);
  font-size: 1.35rem;
  box-shadow: var(--shadow);
}

.home-story {
  padding-top: 110px;
}

.story-gallery-home {
  grid-template-columns: 1.08fr 0.94fr 0.72fr;
  gap: 18px;
}

.story-gallery-home .story-tile {
  min-height: 500px;
}

.story-tile-orange {
  background: linear-gradient(180deg, rgba(255, 61, 77, 0.22), rgba(0, 0, 0, 0.08));
}

.story-tile-dark {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.12));
}

.story-tile-light {
  background: linear-gradient(180deg, rgba(217, 178, 103, 0.22), rgba(0, 0, 0, 0.08));
}

.story-tile-orange img,
.story-tile-dark img,
.story-tile-light img {
  object-position: center;
  opacity: 0.96;
}

.story-tile-dark img {
  filter: saturate(0.84) contrast(1.05);
}

.story-tile-light img {
  filter: saturate(0.9) contrast(1.04);
}

.panel-inline-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
  margin: 10px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 20px;
  min-height: 650px;
  border-radius: calc(var(--radius-xl) + 10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at top, rgba(255, 61, 77, 0.18), transparent 42%),
    linear-gradient(180deg, #101010 0%, #060606 100%);
  box-shadow: var(--shadow);
}

.product-launch {
  position: relative;
  overflow: hidden;
  padding: 36px 0 84px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(15, 8, 8, 0.92) 0%, rgba(10, 8, 8, 0.86) 36%, rgba(6, 6, 7, 0.98) 100%);
}

.product-launch-media,
.product-launch-media img {
  position: absolute;
  inset: 0;
}

.product-launch-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.18;
  filter: saturate(0.75) brightness(0.5);
}

.product-launch-shell {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 34px;
}

.product-launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(500px, 0.9fr);
  gap: 64px;
  align-items: center;
}

.product-launch-copy {
  display: grid;
  align-content: center;
  gap: 0;
  min-height: 560px;
  padding: 34px 0 8px;
  max-width: 620px;
}

.product-launch-copy h1 {
  display: grid;
  gap: 14px;
  max-width: 10.2ch;
  font-size: clamp(4.1rem, 5.3vw, 5.9rem);
  line-height: 0.94;
  margin-top: 10px;
  letter-spacing: -0.04em;
}

.product-launch-model,
.product-launch-claim {
  display: block;
}

.product-launch-model {
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.56);
}

.product-launch-claim {
  max-width: 8.6ch;
  font-size: clamp(4.05rem, 5.2vw, 5.65rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #f8f3eb;
  text-wrap: balance;
}

.product-launch-copy .lede {
  max-width: 32ch;
  margin-top: 26px;
  font-size: 1.06rem;
  line-height: 1.88;
  color: rgba(244, 241, 234, 0.8);
}

.product-meta-launch {
  margin-top: 34px;
  gap: 14px;
}

.product-cta-row {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: stretch;
}

.product-cta-row > * {
  flex: 1 1 220px;
}

.product-launch-foot {
  display: grid;
  grid-template-columns: minmax(220px, 0.54fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
}

.product-intro-note {
  display: grid;
  gap: 12px;
  align-content: start;
  max-width: 30ch;
}

.product-intro-note span,
.product-highlight-kicker {
  color: var(--accent-gold);
  font-size: var(--text-xs);
  font-family: var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-intro-note p {
  margin: 0;
  color: rgba(244, 241, 234, 0.68);
  line-height: 1.8;
}

.product-highlight-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 18px;
  padding: 0 0 4px;
}

.product-highlight-item {
  min-height: 100px;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.product-highlight-item strong {
  font-family: var(--font-display);
  font-size: 1.12rem;
  line-height: 1.45;
  font-weight: 500;
}

.product-launch-visual {
  display: grid;
  align-self: stretch;
}

.product-device-stage {
  display: grid;
  gap: 16px;
  align-self: center;
  padding: 22px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at 50% 10%, rgba(71, 96, 132, 0.22), transparent 42%),
    rgba(8, 10, 13, 0.82);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.42);
}

.product-device-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.product-device-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 410px;
  padding: 24px 24px 14px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(17, 38, 60, 0.58), rgba(5, 13, 22, 0.84));
}

.hero-product-launch {
  width: min(100%, 620px);
  max-height: 420px;
}

.product-stat-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 2px;
}

.product-stat-card {
  min-height: 0;
  padding: 22px 24px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
    rgba(10, 12, 16, 0.72);
}

.product-stat-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 1.78rem;
  line-height: 1;
}

.product-stat-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-gold);
  font-size: var(--text-xs);
  font-family: var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-stat-card p {
  margin: 0;
  color: rgba(244, 241, 234, 0.62);
  line-height: 1.78;
}

.page-product .product-launch-copy,
.page-product .product-highlight-item,
.page-product .product-stat-card,
.page-product .product-architecture-copy,
.page-product .product-media-card,
.page-product .product-field-copy,
.page-product .product-color-editorial-card,
.page-product .product-finale-cta,
.page-product .spec-table {
  min-width: 0;
}

.page-product .product-launch-copy p,
.page-product .product-highlight-item strong,
.page-product .product-stat-card p,
.page-product .product-spec-rail strong,
.page-product .product-field-copy p,
.page-product .product-mode-list span,
.page-product .product-color-editorial-card p,
.page-product .product-finale-cta p,
.page-product .spec-table th,
.page-product .spec-table td {
  overflow-wrap: anywhere;
}

.home-product-detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 32px;
}

.home-product-detail-overlay[hidden] {
  display: none !important;
}

.home-product-detail-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 3, 5, 0.72);
  backdrop-filter: blur(12px);
}

.home-product-detail-panel {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 48px));
  max-width: 1120px;
  justify-self: center;
  max-height: calc(100vh - 56px);
  overflow: auto;
  margin: 0;
  min-height: auto;
}

body.is-home-detail-open {
  overflow: hidden;
}

.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;
}

.product-stage {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center;
  padding: 18px 18px 0;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.12)),
    rgba(7, 7, 9, 0.94);
}

.product-buy-strip {
  display: grid;
  gap: 14px;
}

.product-showcase-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(420px, 1.08fr);
  gap: 18px;
  align-items: stretch;
}

.product-showcase-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  min-height: auto;
}

.product-buy-visual {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 16%, rgba(217, 178, 103, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
    #040404;
}

.product-buy-kicker {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(244, 241, 234, 0.66);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-buy-kicker strong {
  color: rgba(244, 241, 234, 0.92);
  font-weight: 700;
}

.product-showcase-thumbs {
  display: grid;
  gap: 14px;
  align-content: start;
}

.product-showcase-thumb {
  overflow: hidden;
  aspect-ratio: 7 / 15;
  margin: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #030303;
}

.product-showcase-thumb.is-active {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.product-showcase-thumb img,
.product-showcase-stage img {
  width: 100%;
  height: 100%;
}

.product-showcase-thumb img {
  object-fit: contain;
  padding: 8px 0 0;
}

.product-showcase-thumb.is-front img {
  transform: scale(0.98) translateY(6px);
  transform-origin: center top;
}

.product-showcase-thumb.is-side img {
  transform: scaleX(-1) scale(0.96) translateY(6px);
  transform-origin: center top;
}

.product-showcase-thumb.is-stance img {
  transform: scale(0.86) translateY(10px);
  transform-origin: center bottom;
}

.product-showcase-stage {
  position: relative;
  overflow: hidden;
  min-height: 456px;
  display: grid;
  place-items: center;
  padding: 28px 18px 4px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 52% 24%, rgba(255, 255, 255, 0.08), transparent 30%),
    #040404;
}

.product-showcase-hero {
  display: block;
  width: auto;
  max-width: min(100%, 920px);
  max-height: 420px;
  height: auto;
  object-fit: contain;
  transform: scale(1.02);
  transform-origin: center bottom;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.32));
}

.product-showcase-stage .product-showcase-hero {
  width: auto;
  height: auto;
}

.product-buy-hero {
  max-width: min(100%, 520px);
}

.product-buy-mini-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.product-buy-mini-specs span {
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(244, 241, 234, 0.86);
  font-family: var(--font-display);
  font-size: 1.24rem;
}

.product-showcase-copy {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px 26px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.005)),
    rgba(3, 3, 4, 0.92);
}

.product-showcase-copy-body {
  display: grid;
  gap: 15px;
}

.product-showcase-brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 2.6vw, 3.15rem);
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.product-showcase-brand span {
  color: var(--accent);
}

.product-showcase-title {
  margin: 0;
  max-width: 30ch;
  font-size: 1.12rem;
  line-height: 1.46;
  color: rgba(244, 241, 234, 0.9);
}

.product-showcase-price-display {
  margin: -2px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 3.5vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: #fff;
}

.product-showcase-signal {
  display: grid;
  gap: 8px;
}

.product-showcase-signal-label {
  color: rgba(244, 241, 234, 0.68);
  font-size: var(--text-xs);
  font-family: var(--font-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-showcase-signal-bars {
  display: flex;
  gap: 8px;
  align-items: center;
}

.product-showcase-signal-bars span {
  width: 40px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.product-showcase-signal-bars span.is-active {
  background: linear-gradient(90deg, rgba(255, 61, 77, 0.88), rgba(255, 92, 106, 1));
}

.product-showcase-copy .product-panel-head-actions .price {
  color: rgba(244, 241, 234, 0.84);
  font-size: 1.05rem;
}

.product-showcase-specs {
  display: grid;
  gap: 9px;
}

.product-showcase-specs div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
}

.product-showcase-specs dt {
  color: rgba(244, 241, 234, 0.54);
  font-size: 0.94rem;
}

.product-showcase-specs dd {
  margin: 0;
  color: rgba(244, 241, 234, 0.86);
  line-height: 1.56;
}

.product-showcase-color-block {
  display: grid;
  gap: 11px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.product-showcase-color-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.product-showcase-color-head span {
  color: rgba(244, 241, 234, 0.72);
  font-size: 0.98rem;
}

.product-showcase-color-head strong {
  font-family: var(--font-display);
  font-size: 1.64rem;
  line-height: 1;
}

.product-showcase-swatches {
  gap: 10px;
}

.product-showcase-swatches .swatch {
  min-width: 82px;
  flex: 0 0 82px;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
}

.product-showcase-swatches .swatch span {
  width: 100%;
  height: 34px;
  border-radius: 0;
  background: var(--swatch);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.product-showcase-swatches .swatch small {
  font-size: 0.82rem;
}

.product-showcase-note {
  color: rgba(244, 241, 234, 0.66);
}

.product-showcase-status {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.product-showcase-status > span:last-child {
  color: rgba(244, 241, 234, 0.74);
  line-height: 1.6;
}

.product-showcase-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 2px;
}

.product-buy-note {
  margin: 0;
  color: rgba(244, 241, 234, 0.72);
  line-height: 1.72;
}

.product-detail-actions {
  display: grid;
}

.hero-panel::before,
.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto auto 24px 20px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 61, 77, 0.16), transparent 70%);
  filter: blur(6px);
  pointer-events: none;
}

.hero-panel::after {
  inset: 44px 18px auto auto;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(217, 178, 103, 0.18), transparent 70%);
}

.hero-panel-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.product-panel-head-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.detail-close {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.detail-close:hover {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.badge,
.stock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  font-size: var(--text-xs);
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: uppercase;
}

.stock.is-live {
  color: #7effa7;
  border-color: rgba(126, 255, 167, 0.25);
}

.stock.is-empty {
  color: #ff9e9e;
}

.hero-product,
.contact-art {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: min(100%, 580px);
  max-height: 390px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 26px 60px rgba(0, 0, 0, 0.5));
}

.hero-metrics {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.hero-metrics div {
  padding: 16px 18px;
  background: rgba(0, 0, 0, 0.35);
}

.product-hero-metrics div {
  min-height: 132px;
  align-content: start;
}

.product-visual-swatches {
  justify-content: space-between;
  gap: 14px;
}

.product-visual-swatches .swatch {
  min-width: 0;
  flex: 1 1 0;
  min-height: 84px;
  padding: 14px 12px;
}

.product-visual-swatches .swatch small {
  font-size: var(--text-xs);
}

.product-architecture {
  padding-top: 86px;
}

.product-architecture-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 38px;
  align-items: start;
}

.product-architecture-copy {
  position: sticky;
  top: 104px;
  display: grid;
  align-self: start;
  align-content: start;
  gap: 20px;
  padding: 40px;
  background:
    linear-gradient(180deg, rgba(255, 61, 77, 0.1), rgba(255, 255, 255, 0.02) 34%),
    rgba(11, 11, 14, 0.78);
}

.product-architecture-copy p:last-of-type {
  margin: 0;
  color: var(--muted);
  max-width: 46ch;
}

.product-spec-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
  margin-top: 18px;
}

.product-spec-rail div {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.product-spec-rail span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-gold);
  font-size: var(--text-xs);
  font-family: var(--font-mono);
}

.product-spec-rail strong {
  display: block;
  font-size: 1.02rem;
  line-height: 1.7;
}

.product-architecture-media {
  display: grid;
  align-self: start;
  gap: 26px;
}

.product-media-card {
  display: grid;
  gap: 20px;
  align-content: start;
  padding: 24px;
  background: rgba(255, 255, 255, 0.02);
}

.product-media-card img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.product-media-card h3,
.product-color-editorial-card h3 {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: 1.48rem;
  line-height: 1.22;
}

.product-media-wide img {
  min-height: 320px;
  object-fit: cover;
}

.product-field-story {
  padding-top: 92px;
}

.product-field-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 40px;
  align-items: start;
}

.product-field-image,
.product-finale-visual {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) + 4px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.product-field-image img,
.product-finale-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.product-field-copy {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 38px;
}

.product-field-copy > p:last-of-type {
  margin: 0;
  color: var(--muted);
}

.product-mode-list {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.product-mode-list div {
  padding: 18px 0 18px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
}

.product-mode-list strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
}

.product-mode-list span {
  color: var(--muted);
}

.product-colorways-editorial {
  padding-top: 88px;
}

.product-colorways-editorial .section-heading h2 {
  max-width: 24ch;
  word-break: keep-all;
  overflow-wrap: normal;
}

.product-colorways-editorial .section-heading p {
  max-width: 72ch;
}

.product-color-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.product-color-editorial-card {
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow);
}

.product-color-editorial-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.product-color-editorial-card div {
  padding: 24px 24px 26px;
}

.product-color-editorial-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.78;
}

.product-detail-finale {
  padding-top: 96px;
}

.product-finale-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 40px;
  align-items: start;
}

.product-finale-visual {
  display: grid;
}

.product-finale-visual div {
  position: absolute;
  inset: auto 24px 24px;
  z-index: 1;
  padding: 24px 24px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(6, 8, 10, 0.12), rgba(6, 8, 10, 0.88));
}

.product-finale-cta {
  display: grid;
  align-content: start;
  gap: 20px;
  padding: 38px;
}

.product-finale-cta > p:last-of-type {
  margin: 0;
  color: var(--muted);
}

.product-finale-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 10px 0 14px;
}

.contact-hero-grid,
.about-hero-grid {
  margin-top: 18px;
}

.about-lead-panel .lede {
  margin-top: 0;
  max-width: 56ch;
}

.about-facts {
  margin-top: 24px;
}

.about-principles,
.contact-support-grid {
  margin-top: 20px;
}

.contact-primary-panel,
.contact-secondary-panel {
  min-height: 100%;
}

.contact-ways {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.contact-way-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.contact-way-card strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.contact-way-card span {
  color: var(--muted);
}

.contact-lane-list {
  display: grid;
  gap: 12px;
}

.contact-lane-list div {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-lane-list div:last-child {
  border-bottom: 0;
}

.contact-lane-list strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
}

.contact-lane-list span {
  color: var(--muted);
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
}

.section-heading h2 + p,
.section-heading h1 + p {
  color: var(--muted);
  margin: 0;
  max-width: 66ch;
  line-height: 1.75;
}

.feature-grid,
.product-grid,
.story-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.split-grid,
.about-grid,
.contact-grid,
.cart-layout,
.checkout-layout,
.two-col-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.panel,
.product-card,
.story-card,
.scenario-card,
.faq-item {
  padding: 26px;
}

.feature-card {
  min-height: 180px;
}

.product-strengths .feature-card {
  min-height: 220px;
}

.feature-card h3,
.product-card h3,
.scenario-card h3,
.panel h2,
.panel h3 {
  font-family: var(--font-display);
  margin: 0 0 14px;
  letter-spacing: 0;
  line-height: 1.32;
  font-size: var(--h3);
  text-wrap: balance;
}

.product-card {
  display: grid;
  gap: 16px;
}

.product-card.is-featured {
  background:
    linear-gradient(180deg, rgba(255, 61, 77, 0.14), transparent 32%),
    var(--panel-strong);
}

.product-card.is-muted {
  opacity: 0.92;
}

.product-card-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}

.product-card-image {
  max-height: 280px;
  object-fit: contain;
  margin: 0 auto;
}

.feature-pills,
.footer-links,
.contact-list,
.payment-choices,
.mode-list,
.summary-lines,
.mini-items {
  display: grid;
  gap: 10px;
}

.feature-pills {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-highlights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.feature-pills li {
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.06);
  line-height: 1.6;
}

.product-overview {
  padding-top: 28px;
}

.product-overview-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-overview-card {
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(10, 10, 12, 0.94);
  box-shadow: var(--shadow);
}

.product-overview-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--accent-gold);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  line-height: 1.5;
  text-transform: uppercase;
}

.product-overview-card span {
  display: block;
  font-family: var(--font-display);
  font-size: 1.34rem;
  line-height: 1.45;
}

.card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.story-card {
  min-height: 280px;
}

.story-card-accent {
  background:
    linear-gradient(180deg, rgba(255, 61, 77, 0.12), transparent 35%),
    var(--panel-strong);
}

.spec-badges {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.spec-badges span {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--accent-gold);
}

.scenario-card {
  position: relative;
  isolation: isolate;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 22px;
}

.scenario-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.9));
  pointer-events: none;
  z-index: 1;
}

.scenario-card > * {
  position: relative;
  z-index: 2;
}

.scenario-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
  opacity: 0.96;
  pointer-events: none;
  z-index: 0;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.scenario-card > div,
.scenario-card > p {
  max-width: 76%;
}

.scenario-urban {
  background-color: #0d0d10;
}

.scenario-outdoor {
  background-color: #0b1310;
}

.story-gallery {
  gap: 16px;
}

.about-story-gallery {
  margin-top: 24px;
}

.story-tile {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.story-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.96;
}

.story-tile span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: var(--text-xs);
  line-height: 1.55;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.45;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr 0.9fr;
  gap: 24px;
  padding: 34px 0 56px;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex-direction: column;
}

.footer-logo-full {
  width: min(340px, 100%);
  height: auto;
}

.footer-copy {
  max-width: 44ch;
}

.footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-links a,
.contact-list a {
  color: var(--muted);
}

.footer-links a:hover,
.contact-list a:hover {
  color: var(--text);
}

.site-footer {
  padding: 4px 0 28px;
}

.panel {
  background: rgba(12, 12, 15, 0.94);
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table tr + tr,
.summary-lines div + div,
.mini-item + .mini-item,
.cart-item + .cart-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.spec-table th,
.spec-table td {
  text-align: left;
  padding: 14px 0;
  vertical-align: top;
}

.spec-table th {
  width: 34%;
  color: var(--muted);
  font-weight: 600;
}

.two-col-grid {
  display: grid;
  gap: 18px;
}

.mode-list div {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mode-list strong {
  font-family: var(--font-display);
}

.mode-list span {
  color: var(--muted);
}

.product-field-copy .product-mode-list {
  gap: 12px;
  margin-top: 18px;
}

.product-field-copy .product-mode-list > div {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-left: 3px solid rgba(255, 61, 77, 0.58);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 61, 77, 0.09), rgba(255, 255, 255, 0.018) 48%, transparent),
    rgba(255, 255, 255, 0.025);
}

.product-field-copy .product-mode-list strong {
  margin: 0;
  line-height: 1.4;
}

.product-field-copy .product-mode-list span {
  display: block;
  line-height: 1.76;
}

.cart-items,
.mini-items {
  display: grid;
  gap: 16px;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px;
  align-items: center;
}

.cart-item img {
  width: 120px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.cart-item-head {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.cart-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.qty-control button,
.qty-control input {
  border: 0;
  background: transparent;
  color: var(--text);
  height: 40px;
}

.qty-control button {
  width: 40px;
}

.qty-control input {
  width: 44px;
  text-align: center;
}

.summary-lines div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
}

.summary-lines strong {
  font-family: var(--font-display);
}

.summary-note {
  margin: 14px 0 18px;
}

.full-width {
  width: 100%;
}

.checkout-form {
  display: grid;
  gap: 16px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field-span {
  grid-column: 1 / -1;
}

.checkout-form label {
  display: grid;
  gap: 8px;
}

.checkout-form span {
  color: var(--muted);
  font-size: 0.95rem;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
}

.checkout-form input:focus,
.checkout-form textarea:focus {
  border-color: rgba(255, 61, 77, 0.5);
  box-shadow: 0 0 0 4px rgba(255, 61, 77, 0.12);
}

.payment-choices {
  display: grid;
  gap: 12px;
}

.payment-choices label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.payment-choices input {
  accent-color: var(--accent);
  width: 16px;
  height: 16px;
  margin: 0;
}

.payment-choices label span {
  color: var(--text);
  line-height: 1.65;
}

.payment-choices label:has(input:checked) {
  border-color: rgba(255, 61, 77, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 61, 77, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 0 1px rgba(255, 61, 77, 0.14);
}

.checkout-result {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.checkout-result textarea,
.order-summary {
  width: 100%;
  min-height: 220px;
  margin-top: 14px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.25);
  color: var(--text);
  padding: 14px;
  resize: vertical;
}

.cart-summary {
  align-self: start;
}

.empty-state,
.empty-inline {
  display: grid;
  place-items: center;
  gap: 14px;
  min-height: 220px;
  color: var(--muted);
  text-align: center;
}

.product-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
  color: var(--muted);
  row-gap: 10px;
}

.meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
}

.swatch-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 0;
}

.swatch {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 112px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.swatch span {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--swatch), rgba(255, 255, 255, 0.15));
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.swatch.is-active {
  border-color: rgba(255, 61, 77, 0.4);
  box-shadow: 0 0 0 4px rgba(255, 61, 77, 0.1);
}

.milestone-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.milestone-grid div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.milestone-grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1.18;
  margin-bottom: 6px;
}

.milestone-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.timeline div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.timeline span {
  font-family: var(--font-display);
  color: var(--accent);
  letter-spacing: 0;
  line-height: 1.45;
}

.timeline p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.article-body {
  display: grid;
  gap: 18px;
  max-width: 72ch;
}

.article-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.76;
}

.home-hero::before,
.product-launch::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.34;
  background:
    linear-gradient(transparent 0 48%, rgba(255, 255, 255, 0.08) 50%, transparent 52% 100%),
    linear-gradient(90deg, transparent, rgba(255, 61, 77, 0.16), transparent);
  background-size: 100% 7px, 220% 100%;
  mix-blend-mode: screen;
  animation: scan-field 8s linear infinite;
}

.home-hero::after,
.product-launch::after {
  content: "";
  position: absolute;
  inset: auto 6% -22% 46%;
  z-index: 1;
  width: 620px;
  height: 420px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 61, 77, 0.22), transparent 68%);
  filter: blur(14px);
  transform: rotate(-12deg);
}

.home-hero-copy h1,
.product-launch-claim,
.product-showcase-brand {
  background: linear-gradient(110deg, #fff8ea 0%, #f4f1ea 48%, #d9b267 68%, #fff8ea 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: title-sheen 9s ease-in-out infinite;
}

.hero-facts div,
.hero-aside-card,
.signal-grid,
.engine-grid,
.equip-stage,
.product-device-stage,
.product-showcase-copy,
.product-showcase-stage,
.cart-summary,
.checkout-form input,
.checkout-form textarea,
.payment-choices label {
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-facts div,
.signal-grid div,
.equip-card,
.color-card,
.story-tile,
.product-stat-card,
.product-highlight-item,
.product-color-editorial-card,
.payment-choices label {
  position: relative;
}

.hero-facts div::after,
.equip-card::after,
.color-card::after,
.story-tile::after,
.product-color-editorial-card::after,
.payment-choices label::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 32%, rgba(255, 61, 77, 0.1));
  transition: opacity 260ms ease;
}

.hero-facts div:hover::after,
.equip-card:hover::after,
.color-card:hover::after,
.story-tile:hover::after,
.product-color-editorial-card:hover::after,
.payment-choices label:hover::after {
  opacity: 1;
}

.signal-grid {
  position: relative;
}

.signal-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(217, 178, 103, 0.14), transparent);
  transform: translateX(-100%);
  animation: signal-sweep 6.8s var(--motion-ease) infinite;
}

.engine-grid,
.product-device-frame,
.product-showcase-stage {
  position: relative;
}

.engine-grid::before,
.product-device-frame::before,
.product-showcase-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle at 50% 42%, black, transparent 70%);
}

.cart-layout,
.checkout-layout {
  position: relative;
}

.cart-layout::before,
.checkout-layout::before {
  content: "";
  position: absolute;
  inset: -34px;
  z-index: -1;
  pointer-events: none;
  border-radius: 44px;
  background:
    radial-gradient(circle at 20% 10%, rgba(217, 178, 103, 0.14), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(255, 61, 77, 0.14), transparent 32%);
  filter: blur(2px);
}

.page-cart main > .section,
.page-checkout main > .section {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 61, 77, 0.12), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(217, 178, 103, 0.1), transparent 28%);
}

.checkout-form input,
.checkout-form textarea {
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.checkout-form input:focus,
.checkout-form textarea:focus {
  transform: translateY(-1px);
}

.faq-item summary {
  position: relative;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  color: var(--accent-gold);
  font-family: var(--font-display);
  transform: translateY(-50%);
  transition: transform 220ms ease;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.commerce-section {
  position: relative;
  overflow: hidden;
}

.commerce-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.045) 50%, transparent 58% 100%),
    radial-gradient(circle at 74% 12%, rgba(122, 167, 255, 0.12), transparent 24%);
  background-size: 220% 100%, auto;
  animation: signal-sweep 9s var(--motion-ease) infinite;
}

.commerce-section .container {
  position: relative;
  z-index: 1;
}

.commerce-section .section-heading {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-xl) + 4px);
  background:
    linear-gradient(135deg, rgba(255, 61, 77, 0.13), rgba(217, 178, 103, 0.06) 42%, rgba(255, 255, 255, 0.025)),
    rgba(8, 8, 10, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.commerce-section .section-heading h1 {
  max-width: none;
}

.cart-section .section-heading h1 {
  max-width: 22ch;
}

.contact-primary-panel h1 {
  max-width: 22ch;
  word-break: keep-all;
  overflow-wrap: normal;
}

.about-hero-grid,
.contact-hero-grid {
  align-items: start;
}

.about-lead-panel,
.contact-primary-panel,
.contact-secondary-panel {
  align-self: start;
}

.commerce-section .panel {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    rgba(10, 10, 13, 0.82);
}

.cart-summary {
  position: sticky;
  top: 104px;
}

.summary-lines div:last-child {
  margin-top: 4px;
  padding-top: 18px;
  color: #fff;
}

.summary-lines div:last-child strong {
  font-size: 1.35rem;
}

.cart-item {
  background:
    radial-gradient(circle at 8% 18%, rgba(217, 178, 103, 0.09), transparent 28%),
    rgba(255, 255, 255, 0.022);
}

.qty-control {
  background: rgba(255, 255, 255, 0.035);
}

.qty-control button {
  transition: background 180ms ease, color 180ms ease;
}

.qty-control button:hover {
  background: rgba(255, 61, 77, 0.18);
  color: #fff;
}

.checkout-form label > span {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-form input::placeholder,
.checkout-form textarea::placeholder {
  color: rgba(244, 241, 234, 0.36);
}

.payment-choices label {
  overflow: hidden;
}

.swatch,
.detail-close,
.qty-control,
.checkout-form input,
.checkout-form textarea {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.swatch {
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.swatch:hover {
  border-color: rgba(255, 255, 255, 0.18);
}

.swatch.is-active {
  background:
    linear-gradient(180deg, rgba(255, 61, 77, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
}

.reveal {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(16px) scale(0.995);
  transition:
    opacity 420ms var(--motion-ease),
    filter 460ms ease,
    transform 520ms var(--motion-ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@keyframes scan-field {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 0 42px, 220% 0;
  }
}

@keyframes title-sheen {
  0%,
  56%,
  100% {
    background-position: 0% 50%;
  }

  72% {
    background-position: 100% 50%;
  }
}

@keyframes signal-sweep {
  0%,
  38% {
    transform: translateX(-100%);
  }

  72%,
  100% {
    transform: translateX(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .button,
  .nav-link {
    transition: none;
  }
}

@media (max-width: 1080px) {
  :root {
    --h1: 3.6rem;
    --h2: 2.65rem;
    --h3: 1.34rem;
  }

  .hero-grid,
  .product-hero-grid,
  .product-grid,
  .split-grid,
  .about-grid,
  .contact-grid,
  .cart-layout,
  .checkout-layout,
  .two-col-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .story-gallery,
  .timeline,
  .hero-facts,
  .contact-ways,
  .product-overview-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-inner,
  .engine-grid,
  .equip-cards,
  .color-gallery,
  .scenario-row,
  .story-gallery-home,
  .signal-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-inner {
    min-height: 820px;
    padding-top: 52px;
  }

  .home-hero-layout,
  .product-launch-grid,
  .product-architecture-grid,
  .product-field-grid,
  .product-finale-grid {
    grid-template-columns: 1fr;
  }

  .product-stat-band,
  .product-color-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-launch-copy {
    min-height: auto;
    max-width: none;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .product-launch-copy h1,
  .product-launch-copy .lede {
    max-width: none;
  }

  .product-launch-foot {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-highlight-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-cta-row,
  .product-spec-rail {
    grid-template-columns: 1fr;
  }

  .product-architecture-copy,
  .product-field-copy,
  .product-finale-cta {
    padding: 30px;
  }

  .product-device-frame {
    min-height: 420px;
  }

  .home-hero-copy {
    padding-top: 0;
  }

  .home-hero-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .engine-divider,
  .scenario-x,
  .equip-next {
    display: none;
  }

  .signal-grid div,
  .story-gallery-home .story-tile,
  .equip-card,
  .scenario-row .scenario-card {
    min-height: auto;
  }

  .brand-logo-full {
    width: clamp(180px, 20vw, 228px);
  }

  .site-nav {
    gap: 20px;
  }

  .header-actions {
    gap: 8px;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100vw - 24px, 1180px);
    --h1: 2.65rem;
    --h2: 2rem;
    --h3: 1.22rem;
    --text-lg: 1.02rem;
  }

  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
    align-items: center;
    gap: 12px 10px;
    padding: 10px 0 14px;
  }

  .section {
    padding: 76px 0;
  }

  .brand {
    grid-area: brand;
    width: auto;
  }

  .brand-logo-full {
    display: block;
    width: clamp(142px, 42vw, 178px);
  }

  .brand-logo-mark {
    display: none;
  }

  .site-nav {
    grid-area: nav;
    order: initial;
    width: 100%;
    gap: 14px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .nav-link {
    font-size: 0.84rem;
    white-space: nowrap;
  }

  .header-actions {
    grid-area: actions;
    width: auto;
    justify-content: flex-end;
    gap: 6px;
  }

  .cart-pill,
  .lang-switch {
    padding: 5px 9px;
  }

  .lang-switch {
    padding: 3px;
  }

  .lang-switch a {
    padding: 5px 8px;
  }

  .hero-copy h1,
  .section-heading h1,
  .section-heading h2,
  .story-card h2,
  .panel h1 {
    max-width: none;
  }

  .home-hero {
    min-height: auto;
    padding-bottom: 18px;
  }

  .home-hero-inner {
    position: relative;
    inset: auto;
    min-height: 0;
    align-items: start;
    padding: 34px 0 12px;
  }

  .home-hero-layout {
    align-items: start;
    gap: 22px;
  }

  .home-hero-copy,
  .home-hero-inner {
    text-align: left;
  }

  .hero-kicker-row,
  .home-hero-cta {
    justify-content: flex-start;
  }

  .home-hero-copy h1 {
    max-width: 9ch;
  }

  .home-hero-copy .lede {
    max-width: 34ch;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hero-copy h1,
  .hero-copy h1,
  .section-heading h1,
  .section-heading h2,
  .panel h1 {
    line-height: 1.18;
  }

  .button {
    min-height: 50px;
    padding-inline: 18px;
  }

  .feature-card,
  .panel,
  .product-card,
  .story-card,
  .scenario-card {
    padding: 22px;
  }

  .signal-grid,
  .color-gallery,
  .scenario-row,
  .story-gallery-home {
    grid-template-columns: 1fr;
  }

  .signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-grid div {
    min-height: 96px;
    padding: 18px 16px;
    gap: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .signal-grid div:nth-child(2n) {
    border-right: 0;
  }

  .signal-grid div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .signal-grid strong {
    font-size: 0.98rem;
  }

  .signal-grid span {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .equip-cards {
    grid-template-columns: 1fr;
  }

  .stat-strip,
  .hero-metrics,
  .feature-grid,
  .story-gallery,
  .feature-pills,
  .hero-facts,
  .home-hero-aside,
  .contact-ways,
  .field-grid,
  .timeline,
  .milestone-grid,
  .product-overview-band {
    grid-template-columns: 1fr;
  }

  .home-product-detail-overlay {
    padding: 18px;
  }

  .hero-facts {
    gap: 12px;
    margin-top: 24px;
  }

  .hero-facts div {
    padding: 16px;
  }

  .home-hero-aside,
  .home-hero-controls {
    display: none;
  }

  .home-product-detail-panel {
    width: min(100%, calc(100vw - 24px));
    max-height: calc(100vh - 24px);
  }

  .product-showcase-shell,
  .product-showcase-gallery {
    grid-template-columns: 1fr;
  }

  .product-buy-copy {
    order: -1;
  }

  .product-showcase-gallery {
    min-height: auto;
    padding: 12px;
  }

  .product-showcase-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-showcase-thumb {
    aspect-ratio: 4 / 5.2;
  }

  .product-showcase-stage {
    min-height: 210px;
    padding: 14px;
  }

  .product-showcase-hero {
    max-width: min(100%, 520px);
    max-height: 210px;
    transform: scale(1);
  }

  .product-buy-mini-specs span {
    min-height: 38px;
    font-size: 1.05rem;
  }

  .product-showcase-copy {
    padding: 18px 16px 18px;
  }

  .product-showcase-copy-body {
    gap: 10px;
  }

  .product-showcase-brand {
    font-size: clamp(1.88rem, 8vw, 2.55rem);
  }

  .product-showcase-title {
    max-width: none;
    font-size: 1rem;
  }

  .product-showcase-price-display {
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  .product-showcase-status {
    gap: 10px;
  }

  .product-showcase-status > span:last-child {
    font-size: 0.9rem;
  }

  .product-showcase-color-block {
    order: 6;
  }

  .product-buy-specs {
    order: 7;
  }

  .product-showcase-actions {
    order: 5;
  }

  .product-showcase-note {
    order: 8;
  }

  .product-showcase-specs div {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
  }

  .product-showcase-signal-bars span {
    width: 34px;
  }

  .product-showcase-color-head strong {
    font-size: 1.6rem;
  }

  .product-showcase-swatches .swatch {
    flex: 1 1 0;
    min-width: 0;
  }

  .product-showcase-actions {
    grid-template-columns: 1fr;
  }

  .swatch {
    min-width: 96px;
  }

  .product-launch {
    padding: 24px 0 56px;
  }

  .product-launch-copy h1 {
    font-size: clamp(2.9rem, 12vw, 3.7rem);
    max-width: none;
  }

  .product-launch-copy h1 {
    gap: 10px;
  }

  .product-launch-model {
    font-size: 0.86rem;
    letter-spacing: 0.16em;
  }

  .product-launch-claim {
    max-width: none;
    font-size: clamp(2.9rem, 12vw, 3.7rem);
    line-height: 0.98;
  }

  .product-launch-copy .lede {
    font-size: 1rem;
    max-width: none;
  }

  .product-stat-band,
  .product-color-editorial-grid,
  .product-finale-actions {
    grid-template-columns: 1fr;
  }

  .product-cta-row {
    display: grid;
  }

  .product-cta-row > * {
    flex-basis: auto;
  }

  .product-device-stage {
    padding: 18px;
    border-radius: 28px;
  }

  .product-device-frame {
    min-height: 320px;
    padding: 22px 14px 8px;
  }

  .hero-product-launch {
    max-height: 340px;
  }

  .product-highlight-strip {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-highlight-item,
  .product-stat-card {
    min-height: 0;
  }

  .product-highlight-item {
    gap: 10px;
    padding-top: 18px;
  }

  .product-highlight-item strong {
    font-size: 1rem;
    line-height: 1.5;
  }

  .product-stat-band {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-stat-card {
    padding: 18px 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
      rgba(8, 8, 11, 0.72);
  }

  .product-stat-card strong {
    font-size: 1.5rem;
  }

  .product-stat-card p {
    line-height: 1.66;
  }

  .product-spec-rail {
    gap: 14px;
  }

  .product-architecture-copy {
    position: static;
  }

  .product-field-copy .product-mode-list > div {
    padding: 16px;
    border-radius: 16px;
  }

  .product-architecture-copy,
  .product-field-copy,
  .product-finale-cta,
  .product-media-card {
    padding: 22px;
  }

  .product-field-image img,
  .product-finale-visual img {
    min-height: 340px;
  }

  .product-finale-visual div {
    inset: auto 14px 14px;
    padding: 16px;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item img {
    width: min(220px, 100%);
    margin: 0 auto;
  }

  .payment-choices label {
    min-height: 76px;
    padding: 16px;
  }
}
