:root {
  --ink: #081a2e;
  --navy: #082849;
  --deep: #04101f;
  --blue: #0d4a7a;
  --gold: #c9872b;
  --gold-2: #f4bd62;
  --gold-dark: #9b5c13;
  --signal: #c92f2f;
  --ice: #f5f8fb;
  --muted: #6c7887;
  --line: rgba(255,255,255,.18);
  --shadow: 0 24px 70px rgba(4, 16, 31, .22);
  --shadow-soft: 0 18px 46px rgba(8, 26, 46, .10);
  --surface: rgba(255,255,255,.82);
  --radius-card: 8px;
  --radius-panel: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(244,247,249,.78) 38%, rgba(239,242,237,.9)),
    #f4f6f4;
  font-family: "Aptos Display", "Segoe UI Variable Display", "Trebuchet MS", sans-serif;
}
body.modal-is-open { overflow: hidden; }
body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
body::before {
  opacity: .22;
  background:
    radial-gradient(circle at 12% 12%, rgba(201,135,43,.10), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(13,74,122,.09), transparent 30rem),
    linear-gradient(115deg, transparent 0 64%, rgba(8,26,46,.035) 64.2% 64.5%, transparent 64.8% 100%);
  mask-image: linear-gradient(180deg, transparent 0, black 10%, black 86%, transparent 100%);
}
body::after {
  opacity: .28;
  background:
    linear-gradient(rgba(8,26,46,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,26,46,.014) 1px, transparent 1px);
  background-size: 44px 44px;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.skip-link {
  position: fixed;
  left: 18px;
  top: 14px;
  z-index: 100;
  padding: 11px 14px;
  border-radius: var(--radius-card);
  color: var(--deep);
  background: var(--gold-2);
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
  transform: translateY(-140%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible {
  outline: 3px solid var(--gold-2);
  outline-offset: 4px;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  z-index: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(8,26,46,.18) 0 .7px, transparent 1px),
    radial-gradient(circle at 75% 80%, rgba(201,135,43,.16) 0 .6px, transparent 1px);
  background-size: 96px 96px, 134px 134px;
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold));
  box-shadow: 0 0 18px rgba(244,189,98,.65);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 64px);
  color: white;
  background:
    linear-gradient(90deg, rgba(201,135,43,.12), transparent 38%),
    rgba(4,16,31,.86);
  border-bottom: 1px solid rgba(244,189,98,.20);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand-logo {
  display: block;
  width: clamp(160px, 18vw, 230px);
  height: 58px;
  object-fit: contain;
  padding: 7px 13px;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 30px rgba(0,0,0,.20);
}
.brand small {
  display: block;
  max-width: 150px;
  color: rgba(255,255,255,.66);
  font-size: .72rem;
  line-height: 1.25;
}

.nav {
  display: flex;
  gap: 22px;
  font-size: .9rem;
  color: rgba(255,255,255,.78);
  white-space: nowrap;
}
.nav a:hover { color: white; }
.header-actions { display: flex; gap: 12px; align-items: center; }
select, input, textarea {
  border: 1px solid rgba(8,26,46,.13);
  border-radius: var(--radius-card);
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255,255,255,.92);
  outline: none;
}
.site-header select {
  color: white;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.2);
}
.site-header option { color: var(--ink); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--radius-card);
  font-weight: 800;
  cursor: pointer;
}
.btn.primary {
  color: var(--deep);
  background: linear-gradient(135deg, #ffd681, var(--gold));
  box-shadow: 0 16px 36px rgba(201,135,43,.28);
}
.btn.ghost, .btn.glass {
  color: white;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 92vh;
  padding: clamp(46px, 7vw, 96px) clamp(18px, 4vw, 64px);
  color: white;
  background:
    linear-gradient(120deg, rgba(3,11,22,.98) 0%, rgba(7,31,58,.92) 46%, rgba(4,16,31,.54) 100%),
    linear-gradient(180deg, rgba(4,16,31,.16), rgba(4,16,31,.2)),
    url("assets/hero_factory.webp") center/cover;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  left: 52%;
  right: -8%;
  bottom: -70px;
  z-index: 1;
  height: 270px;
  transform: skewX(-14deg) rotate(-1deg);
  transform-origin: bottom right;
  background:
    linear-gradient(90deg, transparent 0 47%, rgba(244,189,98,.68) 47.5% 48.1%, transparent 49% 100%),
    linear-gradient(180deg, rgba(8,26,46,.02), rgba(4,16,31,.74));
  border-top: 1px solid rgba(255,255,255,.10);
  opacity: .55;
  mask-image: linear-gradient(90deg, transparent 0, black 18%, black 100%);
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 190px;
  background:
    linear-gradient(0deg, #e9eef3, rgba(233,238,243,.85) 28%, transparent),
    linear-gradient(90deg, transparent, rgba(244,189,98,.12), transparent);
  pointer-events: none;
}
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.hero-copy {
  padding: 0;
  border-left: 0;
  background: none;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 900;
}
h1, h2 {
  margin: 0;
  font-family: "Cambria", "Georgia", serif;
  line-height: .96;
  letter-spacing: 0;
}
h1 { max-width: 900px; font-size: clamp(3.2rem, 8vw, 7.8rem); }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.8rem); }
h1 {
  text-shadow: 0 18px 46px rgba(0,0,0,.36);
}
.hero-text {
  max-width: 720px;
  margin: 28px 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.7;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-filter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 20px;
}
.hero-filter button {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-card);
  color: white;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  text-align: left;
  backdrop-filter: blur(10px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.hero-filter button:hover {
  transform: translateY(-3px);
  border-color: rgba(244,189,98,.55);
  background: rgba(244,189,98,.12);
}
.hero-filter b,
.hero-filter span {
  display: block;
}
.hero-filter b {
  color: var(--gold-2);
  font-size: .86rem;
}
.hero-filter span {
  margin-top: 5px;
  color: rgba(255,255,255,.68);
  font-size: .78rem;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.hero-proof span {
  padding: 10px 14px;
  border: 1px solid rgba(244,189,98,.20);
  border-radius: var(--radius-card);
  color: rgba(255,255,255,.84);
  background: rgba(4,16,31,.34);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 12px;
  margin-top: 38px;
}
.metrics div {
  padding: 18px;
  border: 1px solid rgba(244,189,98,.18);
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)),
    rgba(4,16,31,.36);
  box-shadow: 0 16px 40px rgba(0,0,0,.16);
}
.metrics strong { display: block; color: var(--gold-2); font-size: 1.3rem; }
.metrics span { display: block; color: rgba(255,255,255,.7); font-size: .86rem; }
.hero-product-stage {
  position: relative;
  min-height: 620px;
  perspective: 1200px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-panel);
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
    linear-gradient(135deg, rgba(4,16,31,.26), rgba(4,16,31,.08));
  box-shadow: 0 30px 90px rgba(0,0,0,.22);
  overflow: hidden;
}
.hero-product-stage::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 84px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244,189,98,.65), transparent);
}
.hero-product-stage::after {
  content: "Core warning light range";
  position: absolute;
  left: 24px;
  top: 22px;
  z-index: 4;
  padding: 8px 11px;
  border: 1px solid rgba(244,189,98,.28);
  border-radius: var(--radius-card);
  color: rgba(255,232,186,.9);
  background: rgba(4,16,31,.45);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.stage-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(580px, 88vw);
  height: min(580px, 88vw);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(62deg);
  background:
    radial-gradient(circle, transparent 48%, rgba(244,189,98,.14) 49%, transparent 57%),
    conic-gradient(from 90deg, transparent, rgba(244,189,98,.26), transparent, rgba(255,255,255,.16), transparent);
  filter: blur(.2px);
  opacity: .34;
  animation: slowSpin 18s linear infinite;
}
@keyframes slowSpin {
  to { transform: translate(-50%, -50%) rotateX(62deg) rotateZ(360deg); }
}
.hero-main-product {
  position: absolute;
  left: 50%;
  top: 44%;
  z-index: 3;
  width: min(455px, 62vw);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 42px 60px rgba(0,0,0,.42));
  animation: productFloat 4.8s ease-in-out infinite;
}
.hero-side-product {
  position: absolute;
  z-index: 2;
  width: min(205px, 32vw);
  padding: 14px;
  border-radius: var(--radius-panel);
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 48px rgba(0,0,0,.24);
}
.side-left {
  left: 6%;
  top: 20%;
  transform: rotate(-7deg);
}
.side-right {
  right: 6%;
  bottom: 24%;
  transform: rotate(6deg);
}
.factory-peek {
  position: absolute;
  right: 22px;
  top: 66px;
  z-index: 1;
  width: 38%;
  overflow: hidden;
  border-radius: var(--radius-panel);
  opacity: .72;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 46px rgba(0,0,0,.18);
}
.factory-peek img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.hero-sourcing-card {
  position: absolute;
  left: 50%;
  bottom: 52px;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 8px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-panel);
  background: rgba(4,16,31,.72);
  box-shadow: 0 18px 48px rgba(0,0,0,.26);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}
.hero-sourcing-card span {
  grid-column: 1 / -1;
  color: var(--gold-2);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-sourcing-card button {
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-card);
  color: white;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  font-weight: 800;
}
.hero-sourcing-card button:hover {
  color: var(--deep);
  background: var(--gold-2);
}
@keyframes productFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -18px; }
}
.floating-card {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 4;
  max-width: 330px;
  padding: 20px;
  color: white;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius-panel);
  background: rgba(4,16,31,.82);
  backdrop-filter: blur(18px);
}
.floating-card span { color: var(--gold-2); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.floating-card strong { display: block; margin-top: 8px; }

.strip {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border-radius: var(--radius-panel);
  background: white;
  box-shadow: var(--shadow);
}

.signature {
  position: relative;
  z-index: 3;
  width: min(1280px, calc(100% - 36px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--radius-panel);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,250,252,.88));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}
.signature > * {
  position: relative;
  z-index: 1;
}
.signature h2 {
  max-width: 560px;
  color: var(--ink);
  font-size: clamp(2rem, 3.5vw, 4rem);
}
.signature-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.signature-products button {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border: 0;
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at 70% 20%, rgba(244,189,98,.24), transparent 10rem),
    linear-gradient(150deg, #f9fbfd, #e8eef5);
  cursor: pointer;
  transition: transform .35s ease, box-shadow .35s ease;
}
.signature-products button:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 22px 54px rgba(8,26,46,.18);
}
.signature-products img {
  width: 100%;
  height: 205px;
  object-fit: contain;
  padding: 20px;
}
.signature-products span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: var(--radius-card);
  color: var(--deep);
  font-weight: 900;
  background: linear-gradient(135deg, #ffd681, var(--gold));
}
.strip span {
  padding: 24px 18px;
  text-align: center;
  color: var(--navy);
  font-weight: 900;
  border-right: 1px solid #e7edf4;
}

.section {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 8vw, 120px) 0 0;
}
.section::after {
  content: "";
  position: absolute;
  inset: clamp(52px, 7vw, 90px) -18px auto;
  z-index: -1;
  height: 220px;
  border-radius: var(--radius-panel);
  background:
    linear-gradient(90deg, rgba(255,255,255,.72), rgba(255,255,255,.28)),
    linear-gradient(180deg, rgba(8,26,46,.035), transparent);
  pointer-events: none;
}
#products::after {
  height: 360px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.90), rgba(247,250,252,.70)),
    linear-gradient(180deg, rgba(8,26,46,.035), transparent);
  opacity: 1;
}
.section-head {
  position: relative;
  max-width: 850px;
  margin-bottom: 34px;
  padding-left: 22px;
}
.section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35rem;
  width: 5px;
  height: 72%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(244,189,98,.9), rgba(201,135,43,.45));
  box-shadow: 0 12px 22px rgba(201,135,43,.16);
}
.section-head p:not(.eyebrow), .factory-copy p, .quality-card p, .contact-copy p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.05rem;
}

.new-series {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
  margin: 0 0 30px;
  padding: clamp(22px, 4vw, 42px);
  overflow: hidden;
  border-radius: var(--radius-panel);
  color: white;
  background:
    linear-gradient(110deg, transparent 0 72%, rgba(255,214,129,.10) 72.2% 72.7%, transparent 73% 100%),
    radial-gradient(circle at 74% 20%, rgba(255,122,35,.26), transparent 18rem),
    linear-gradient(135deg, #061525, #102d46 55%, #261006);
  box-shadow: 0 24px 70px rgba(8,26,46,.18);
}
.new-series:before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-card);
  pointer-events: none;
}
.new-series-copy,
.new-series-products {
  position: relative;
  z-index: 1;
}
.new-series-copy {
  align-self: center;
}
.new-series-copy h3 {
  max-width: 620px;
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: .94;
}
.new-series-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255,255,255,.74);
  line-height: 1.7;
}
.new-series-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.new-series-points span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-card);
  color: var(--gold-2);
  font-size: .8rem;
  font-weight: 900;
  background: rgba(255,255,255,.08);
}
.new-series-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.new-series-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at 50% 10%, rgba(255,160,76,.18), transparent 12rem),
    linear-gradient(150deg, #fff, #edf2f7);
  cursor: pointer;
  transition: transform .35s ease, box-shadow .35s ease;
}
.new-series-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
}
.new-series-card img {
  width: 100%;
  height: 245px;
  object-fit: contain;
  padding: 14px;
}
.new-series-card span,
.new-series-card b {
  position: absolute;
  border-radius: var(--radius-card);
  font-weight: 900;
}
.new-series-card span {
  left: 14px;
  top: 14px;
  padding: 8px 11px;
  color: var(--deep);
  background: linear-gradient(135deg, #ffd681, var(--gold));
}
.new-series-card b {
  left: 14px;
  bottom: 14px;
  padding: 9px 13px;
  color: white;
  background: rgba(4,16,31,.9);
}
.series-compare {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 18px;
  align-items: stretch;
  margin: 0 0 30px;
  padding: 24px;
  border: 1px solid rgba(8,26,46,.08);
  border-radius: var(--radius-panel);
  background:
    linear-gradient(135deg, rgba(244,189,98,.08), transparent 42%),
    rgba(255,255,255,.88);
  box-shadow: 0 18px 50px rgba(8,26,46,.08);
  backdrop-filter: blur(18px);
}
.series-compare-copy {
  align-self: center;
}
.series-compare-copy h3 {
  margin: 0 0 12px;
  color: var(--deep);
  font-size: clamp(1.9rem, 3.2vw, 3.2rem);
  line-height: 1;
}
.series-compare-copy p:not(.eyebrow) {
  max-width: 420px;
  color: var(--muted);
  line-height: 1.75;
}
.series-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.compare-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(8,26,46,.08);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at 100% 0%, rgba(244,189,98,.18), transparent 10rem),
    white;
  box-shadow: 0 14px 34px rgba(8,26,46,.08);
}
.compare-model {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: var(--radius-card);
  color: var(--deep);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffd681, var(--gold));
}
.compare-card strong {
  color: var(--deep);
  font-size: 1.05rem;
  line-height: 1.35;
}
.compare-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.compare-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.compare-card li {
  padding: 10px 12px;
  border-radius: var(--radius-card);
  color: var(--ink);
  font-weight: 800;
  background: #f3f7fb;
}
.compare-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 44px;
  padding: 0 16px;
  border-radius: var(--radius-card);
  color: var(--deep);
  font-weight: 900;
  background: linear-gradient(135deg, #ffd681, var(--gold));
  box-shadow: 0 12px 28px rgba(201,135,43,.22);
}
.compare-card a:hover {
  color: white;
  background: var(--deep);
}

.warning-buying-path {
  margin: 0 0 30px;
  padding: clamp(22px, 4vw, 36px);
  border-radius: var(--radius-panel);
  color: white;
  background:
    linear-gradient(120deg, rgba(4,16,31,.94), rgba(7,31,58,.86) 58%, rgba(38,16,6,.68)),
    url("assets/scenario-362-roadside.webp") center/cover;
  box-shadow: 0 22px 62px rgba(8,26,46,.16);
}
.warning-path-head {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}
.warning-path-head h3 {
  margin: 0;
  font-size: clamp(1.9rem, 3.6vw, 3.7rem);
  line-height: .98;
}
.warning-path-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}
.warning-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.warning-path-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-card);
  background:
    linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.04)),
    rgba(255,255,255,.06);
}
.warning-path-card.is-addon {
  background:
    linear-gradient(160deg, rgba(255,255,255,.18), rgba(159,208,255,.08)),
    rgba(255,255,255,.05);
}
.warning-path-card span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: var(--radius-card);
  color: var(--deep);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffd681, var(--gold));
}
.warning-path-card h4 {
  margin: 18px 0 10px;
  font-size: 1.3rem;
  line-height: 1.12;
}
.warning-path-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.58;
}
.warning-path-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
}
.warning-path-card button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-card);
  color: white;
  font-weight: 900;
  background: rgba(255,255,255,.1);
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}
.warning-path-card button:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.18);
}

.price-tier-matrix {
  position: relative;
  overflow: hidden;
  margin: 0 0 26px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(13,27,42,.1);
  border-radius: var(--radius-panel);
  background:
    linear-gradient(115deg, rgba(4,16,31,.96), rgba(10,38,66,.94) 48%, rgba(2,87,122,.9)),
    radial-gradient(circle at 15% 20%, rgba(251,191,36,.22), transparent 20rem);
  color: #fff;
  box-shadow: 0 26px 60px rgba(8,26,46,.18);
}
.price-tier-matrix::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: .34;
  pointer-events: none;
}
.price-tier-head,
.price-tier-grid {
  position: relative;
  z-index: 1;
}
.price-tier-head {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
}
.price-tier-head h3 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.85rem, 3.4vw, 3.7rem);
  line-height: .98;
}
.price-tier-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.65;
}
.price-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.price-tier-grid article {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}
.price-tier-grid article:nth-child(2) {
  transform: translateY(-8px);
  border-color: rgba(251,191,36,.42);
  background: linear-gradient(180deg, rgba(255,255,255,.17), rgba(255,255,255,.1));
  box-shadow: 0 22px 48px rgba(0,0,0,.18);
}
.price-tier-grid span {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0f172a;
  font-size: .72rem;
  font-weight: 950;
  background: #fbbf24;
}
.price-tier-grid h4 {
  margin: 18px 0 9px;
  font-size: 1.28rem;
  line-height: 1.18;
}
.price-tier-grid p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.58;
}
.tier-models {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.tier-models b {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  font-size: .78rem;
  background: rgba(255,255,255,.09);
}
.price-tier-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
}
.price-tier-actions button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-card);
  color: #fff;
  font-weight: 900;
  background: rgba(255,255,255,.1);
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}
.price-tier-actions button:hover {
  transform: translateY(-3px);
  color: #0f172a;
  background: #fbbf24;
}

.procurement-bundles {
  margin: 0 0 26px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(17,24,39,.08);
  border-radius: var(--radius-panel);
  background:
    radial-gradient(circle at 92% 10%, rgba(249,115,22,.13), transparent 18rem),
    linear-gradient(135deg, #fff, #f7fbff);
  box-shadow: 0 18px 48px rgba(15,23,42,.08);
}
.bundle-head {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}
.bundle-head h3 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(1.8rem, 3.3vw, 3.5rem);
  line-height: 1;
}
.bundle-head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.bundle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.bundle-grid article {
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 18px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 26px rgba(15,23,42,.05);
}
.bundle-grid span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--gold-dark);
  font-size: .72rem;
  font-weight: 950;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}
.bundle-grid h4 {
  margin: 16px 0 8px;
  color: var(--deep);
  font-size: 1.2rem;
}
.bundle-grid p {
  margin: 0;
  color: #566174;
  line-height: 1.56;
}
.bundle-grid div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}
.bundle-grid button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(17,24,39,.12);
  border-radius: var(--radius-card);
  color: var(--deep);
  font-weight: 900;
  background: #f3f6fb;
  cursor: pointer;
}
.bundle-grid button:hover {
  color: #fff;
  background: var(--deep);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.product-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: -8px 0 22px;
}
.product-toolbar input {
  width: min(360px, 100%);
  box-shadow: 0 12px 30px rgba(8,26,46,.07);
}
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chip {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(8,26,46,.12);
  border-radius: var(--radius-card);
  color: var(--navy);
  font-weight: 800;
  background: rgba(255,255,255,.8);
  cursor: pointer;
}
.chip.active {
  color: var(--deep);
  border-color: transparent;
  background: linear-gradient(135deg, #ffd681, var(--gold));
}
.product-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,248,249,.96));
  box-shadow: 0 16px 44px rgba(8,26,46,.09);
  transition: transform .35s ease, box-shadow .35s ease;
  border: 1px solid rgba(8,26,46,.06);
  text-align: left;
  cursor: pointer;
}
.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.34), transparent 42%);
}
.product-card > * {
  position: relative;
  z-index: 1;
}
.product-card.is-warning,
.product-card.is-beacon,
.product-card.is-new-series {
  box-shadow: 0 20px 58px rgba(201,86,22,.12);
}
.product-card.is-new-series {
  outline: 1px solid rgba(255,122,35,.34);
}
.product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201,135,43,.24);
  box-shadow: 0 28px 74px rgba(8,26,46,.18);
}
.product-hit {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.product-card img {
  width: 100%;
  height: 270px;
  object-fit: contain;
  padding: 24px 20px 18px;
  background:
    radial-gradient(circle at 50% 24%, rgba(244,189,98,.10), transparent 13rem),
    linear-gradient(180deg, #fff, #f1f4f6);
}
.product-card-top {
  position: relative;
}
.product-meta {
  position: absolute;
  left: 14px;
  top: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 1;
}
.product-meta span {
  padding: 7px 9px;
  border-radius: var(--radius-card);
  color: var(--deep);
  background: rgba(255,255,255,.9);
  font-size: .72rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(8,26,46,.08);
}
.product-badges {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-end;
}
.product-badges span,
.modal-badges span {
  padding: 7px 9px;
  border-radius: var(--radius-card);
  color: var(--deep);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffd681, var(--gold));
  box-shadow: 0 10px 22px rgba(201,135,43,.28);
}
.product-info {
  padding: 22px;
  color: white;
  background:
    linear-gradient(90deg, rgba(201,135,43,.14), transparent 42%),
    linear-gradient(135deg, #0b2741, #04101f);
}
.product-info h3 { margin: 0 0 8px; font-size: 1.08rem; }
.product-info p {
  min-height: 54px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
  line-height: 1.5;
}
.product-action {
  display: inline-flex;
  margin-top: 14px;
  color: var(--gold-2);
  font-size: .82rem;
  font-weight: 900;
}
.product-quick-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,.08);
}
.product-quick-row button {
  min-height: 48px;
  border: 0;
  color: white;
  font-weight: 900;
  background: linear-gradient(135deg, #0f3151, #061525);
  cursor: pointer;
}
.product-quick-row button:last-child {
  color: var(--deep);
  background: linear-gradient(135deg, #ffd681, var(--gold));
}
.product-quick-row button:hover {
  filter: brightness(1.06);
}
.product-card.is-extra { display: none; }
.product-grid.show-all .product-card.is-extra { display: block; }
.more-products-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.seo-product-entry {
  display: grid;
  grid-template-columns: .95fr 1.35fr;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid rgba(8,26,46,.1);
  border-radius: var(--radius-panel);
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.72)),
    radial-gradient(circle at 12% 18%, rgba(244,189,98,.2), transparent 20rem);
  box-shadow: 0 18px 45px rgba(8,26,46,.08);
}
.seo-product-entry h3 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
}
.seo-product-entry p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}
.seo-product-entry-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.seo-product-entry-links a {
  padding: 13px 14px;
  border: 1px solid rgba(8,26,46,.1);
  border-radius: var(--radius-card);
  color: var(--deep);
  background: white;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(8,26,46,.08);
}
.seo-product-entry-links a:hover {
  color: white;
  background: var(--deep);
}

.seo-route-entry {
  grid-template-columns: .72fr 1.6fr;
  align-items: stretch;
  padding: clamp(22px, 4vw, 32px);
}
.seo-route-entry > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.seo-route-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.seo-route-groups article {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 18px;
  border: 1px solid rgba(8,26,46,.1);
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,250,252,.92));
  box-shadow: 0 12px 28px rgba(8,26,46,.06);
}
.seo-route-groups article:first-child {
  border-color: rgba(249,115,22,.24);
  box-shadow: 0 16px 34px rgba(249,115,22,.09);
}
.seo-route-groups span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--gold-dark);
  font-size: .72rem;
  font-weight: 950;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}
.seo-route-groups h4 {
  margin: 14px 0 8px;
  color: var(--deep);
  font-size: 1.12rem;
  line-height: 1.2;
}
.seo-route-groups p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: .94rem;
}
.seo-route-groups div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}
.seo-route-groups a {
  padding: 10px 12px;
  border: 1px solid rgba(8,26,46,.1);
  border-radius: 14px;
  color: var(--deep);
  background: #fff;
  font-size: .88rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(8,26,46,.05);
}
.seo-route-groups a:hover {
  color: #fff;
  background: var(--deep);
  transform: translateY(-2px);
}

.category-showcase {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 36px));
  margin: clamp(54px, 7vw, 92px) auto 0;
  padding: clamp(26px, 4vw, 46px);
  overflow: hidden;
  border-radius: var(--radius-panel);
  color: white;
  background:
    radial-gradient(circle at 82% 12%, rgba(244,189,98,.16), transparent 22rem),
    linear-gradient(135deg, #04101f, #0a3156 58%, #061525);
  box-shadow: var(--shadow);
}
.category-showcase:before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(244,189,98,.16);
  border-radius: var(--radius-card);
  pointer-events: none;
}
.category-showcase-head {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin-bottom: 26px;
}
.category-showcase-head h2 {
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 4.2vw, 4.8rem);
}
.category-showcase-head p:not(.eyebrow) {
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}
.collection-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.collection-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-card);
  background:
    linear-gradient(140deg, rgba(244,189,98,.08), transparent 34%),
    rgba(255,255,255,.08);
}
.collection-image {
  display: grid;
  place-items: center;
  min-height: 210px;
  background:
    radial-gradient(circle at 50% 20%, rgba(244,189,98,.18), transparent 12rem),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(238,243,248,.92));
}
.collection-image img {
  width: 88%;
  height: 190px;
  object-fit: contain;
}
.collection-copy {
  padding: 20px;
}
.collection-copy span {
  color: var(--gold-2);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.collection-copy h3 {
  margin: 10px 0;
  font-size: 1.15rem;
}
.collection-copy p {
  min-height: 78px;
  margin: 0 0 16px;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
  font-size: .92rem;
}
.collection-copy .btn {
  min-height: 38px;
  padding-inline: 14px;
}

.flagship {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 36px));
  margin: clamp(58px, 7vw, 96px) auto 0;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 28px;
  align-items: stretch;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border-radius: var(--radius-panel);
  color: white;
  background:
    radial-gradient(circle at 70% 22%, rgba(244,189,98,.22), transparent 24rem),
    linear-gradient(135deg, #020914, #082849 56%, #04101f);
  box-shadow: var(--shadow);
}
.flagship:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-card);
  pointer-events: none;
}
.flagship-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}
.flagship-copy h2 {
  max-width: 520px;
  font-size: clamp(2.4rem, 4.8vw, 5.4rem);
  letter-spacing: 0;
}
.flagship-copy p:not(.eyebrow) {
  color: rgba(255,255,255,.72);
  line-height: 1.7;
  font-size: 1.08rem;
}
.flagship-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.flagship-board button {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.98), rgba(236,242,248,.9) 54%, rgba(244,189,98,.12));
  cursor: pointer;
  transition: transform .35s ease, box-shadow .35s ease;
}
.flagship-board button:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.flagship-board img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  padding: 28px;
}
.flagship-board span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: var(--radius-card);
  color: var(--deep);
  font-weight: 900;
  background: linear-gradient(135deg, #ffd681, var(--gold));
}

.factory {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 34px;
  align-items: center;
}
.factory::before {
  content: none;
}

.prestige-band {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 36px));
  margin: clamp(46px, 6vw, 80px) auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: var(--radius-panel);
  color: white;
  background:
    linear-gradient(90deg, rgba(244,189,98,.08), transparent 40%),
    linear-gradient(135deg, #04101f, #0a3159);
  box-shadow: var(--shadow);
}
.prestige-band div {
  padding: clamp(24px, 4vw, 44px);
  border-right: 1px solid rgba(255,255,255,.14);
}
.prestige-band strong {
  display: block;
  color: var(--gold-2);
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  line-height: 1;
}
.prestige-band span {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.72);
}
.factory-image {
  padding: 12px;
  border: 1px solid rgba(8,26,46,.08);
  border-radius: var(--radius-panel);
  background: white;
  box-shadow: var(--shadow-soft);
}
.factory-image img, .custom-img, .showroom img {
  border-radius: var(--radius-panel);
  box-shadow: 0 18px 46px rgba(8,26,46,.12);
}
.factory-copy {
  padding: clamp(24px, 4vw, 48px);
  border-radius: var(--radius-panel);
  color: white;
  background:
    linear-gradient(90deg, rgba(244,189,98,.08), transparent 42%),
    linear-gradient(135deg, var(--navy), var(--deep));
  box-shadow: var(--shadow-soft);
}
.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 28px;
}
.capability-list article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.06);
}
.capability-list b { color: var(--gold-2); margin-right: 8px; }

.custom-layout {
  display: grid;
  grid-template-columns: 1fr .86fr;
  gap: 28px;
  align-items: stretch;
}
.custom-showcase {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--radius-panel);
  padding: clamp(28px, 5vw, 56px);
  color: white;
  background:
    radial-gradient(circle at 80% 15%, rgba(244,189,98,.26), transparent 22rem),
    linear-gradient(145deg, #04101f, #0b355d 58%, #04101f);
  box-shadow: var(--shadow);
}
.custom-showcase:before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-card);
  pointer-events: none;
}
.custom-badge {
  width: fit-content;
  padding: 10px 16px;
  border-radius: var(--radius-card);
  color: var(--deep);
  font-weight: 900;
  background: linear-gradient(135deg, #ffd681, var(--gold));
}
.custom-products {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 36px 0;
}
.custom-products img {
  width: min(38%, 250px);
  aspect-ratio: 1;
  object-fit: contain;
  padding: 18px;
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.95);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.custom-products img:nth-child(2) {
  transform: translateY(28px) rotate(4deg);
}
.custom-packaging {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.custom-packaging div {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.08);
}
.custom-packaging span {
  display: block;
  color: var(--gold-2);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.custom-packaging strong {
  display: block;
  margin-top: 8px;
}
.process {
  display: grid;
  gap: 12px;
}
.process-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: var(--radius-card);
  background: white;
  box-shadow: 0 14px 34px rgba(8,26,46,.08);
}
.process-step b {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: var(--radius-card);
  color: var(--deep);
  background: linear-gradient(135deg, #ffd681, var(--gold));
}
.process-step h3 { margin: 0 0 4px; }
.process-step p { margin: 0; color: var(--muted); }

.applications {
  padding-top: clamp(62px, 7vw, 100px);
}
.application-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.application-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius-panel);
  color: white;
  background: var(--deep);
  box-shadow: 0 18px 50px rgba(8,26,46,.14);
}
.application-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform .5s ease;
}
.application-card:hover img {
  transform: scale(1.08);
}
.application-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 64%, rgba(244,189,98,.22) 64.2% 65%, transparent 65.2% 100%),
    linear-gradient(180deg, rgba(4,16,31,.08), rgba(4,16,31,.82));
}
.application-card div {
  position: absolute;
  inset: auto 18px 18px;
  z-index: 1;
}
.application-card span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: var(--radius-card);
  color: var(--deep);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffd681, var(--gold));
}
.application-card h3 {
  margin: 0 0 8px;
  font-size: 1.45rem;
}
.application-card p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.55;
}

.buyer-fit {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 36px));
  margin: clamp(54px, 7vw, 92px) auto 0;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(17,24,39,.08);
  border-radius: var(--radius-panel);
  background:
    radial-gradient(circle at 88% 18%, rgba(249,115,22,.16), transparent 20rem),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 58%, #fff7ed 100%);
  box-shadow: 0 22px 70px rgba(15,23,42,.10);
}
.buyer-fit-copy {
  max-width: 860px;
  margin-bottom: 24px;
}
.buyer-fit-copy h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(2rem, 4.6vw, 4.6rem);
  line-height: .98;
}
.buyer-fit-copy p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.7;
}
.buyer-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.buyer-fit-grid article {
  position: relative;
  min-height: 190px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.86);
}
.buyer-fit-grid article::after {
  content: attr(data-watermark);
  position: absolute;
  right: 14px;
  bottom: -18px;
  color: rgba(249,115,22,.08);
  font-size: 5rem;
  font-weight: 950;
}
.buyer-fit-grid b {
  color: var(--gold);
  font-size: .82rem;
  letter-spacing: .12em;
}
.buyer-fit-grid h3 {
  margin: 14px 0 8px;
  color: var(--deep);
  font-size: 1.08rem;
}
.buyer-fit-grid p {
  margin: 0;
  color: #566174;
  line-height: 1.58;
}
.rfq-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  padding: 14px;
  border: 1px dashed rgba(249,115,22,.36);
  border-radius: var(--radius-card);
  background: rgba(255,247,237,.72);
}
.rfq-strip span {
  color: var(--gold-dark);
  font-weight: 900;
}
.rfq-strip strong {
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--deep);
  background: white;
  box-shadow: 0 8px 20px rgba(15,23,42,.06);
}

.order-flow {
  width: min(1280px, calc(100% - 36px));
  margin: clamp(34px, 5vw, 70px) auto 0;
  padding: clamp(28px, 5vw, 58px);
  border-radius: var(--radius-panel);
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(249,115,22,.22), transparent 22rem),
    linear-gradient(135deg, #07111f 0%, #12315a 54%, #08111d 100%);
  box-shadow: var(--shadow);
}
.order-flow-copy {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  align-items: end;
  margin-bottom: 24px;
}
.order-flow-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 4.6rem);
  line-height: .98;
}
.order-flow-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(226,232,240,.78);
  line-height: 1.7;
}
.order-flow-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.order-flow-steps article {
  min-height: 190px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.08);
}
.order-flow-steps b {
  color: var(--gold-2);
  font-size: .82rem;
  letter-spacing: .12em;
}
.order-flow-steps h3 {
  margin: 14px 0 8px;
  color: #fff;
}
.order-flow-steps p {
  margin: 0;
  color: rgba(226,232,240,.76);
  line-height: 1.55;
}

.buyer-trust {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 36px));
  margin: clamp(54px, 7vw, 92px) auto 0;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border-radius: var(--radius-panel);
  color: white;
  background:
    radial-gradient(circle at 82% 16%, rgba(244,189,98,.17), transparent 22rem),
    linear-gradient(135deg, #04101f, #0a3156 58%, #061525);
  box-shadow: var(--shadow);
}
.buyer-trust::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius-card);
  pointer-events: none;
}
.buyer-trust-head,
.trust-grid {
  position: relative;
  z-index: 1;
}
.buyer-trust-head {
  max-width: 760px;
  margin-bottom: 24px;
}
.buyer-trust-head h2 {
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: .98;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.trust-grid article {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.08);
}
.trust-grid b {
  color: var(--gold-2);
  font-size: .82rem;
  letter-spacing: .12em;
}
.trust-grid h3 {
  margin: 12px 0 8px;
  font-size: 1.08rem;
}
.trust-grid p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}

.quality {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 22px;
  align-items: stretch;
}
.quality-card {
  display: flex;
  flex-direction: column;
  padding: 36px;
  border-radius: var(--radius-panel);
  color: white;
  background: linear-gradient(160deg, var(--deep), var(--blue));
}

.quality-system {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
}
.quality-system div {
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
.quality-system b {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  letter-spacing: .08em;
  font-size: .92rem;
}
.quality-system span {
  color: rgba(255,255,255,.88);
  line-height: 1.55;
}

.quality-side {
  display: grid;
  grid-template-rows: auto minmax(240px, 1fr);
  gap: 16px;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  align-content: start;
}
.advantage {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  min-height: 156px;
  padding: 20px 20px 22px;
  border: 1px solid rgba(13,82,150,.08);
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.96)),
    radial-gradient(circle at 88% 10%, rgba(244,189,98,.18), transparent 8rem);
  box-shadow: 0 14px 38px rgba(8,26,46,.08);
}
.advantage > * {
  position: relative;
  z-index: 1;
}
.advantage::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 0;
  width: 4px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, var(--gold), rgba(13,82,150,.72));
}
.advantage b {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: var(--deep);
  background: linear-gradient(135deg, #ffd681, var(--gold));
  font-size: .95rem;
}
.advantage h3 { margin: 14px 0 8px; font-size: 1.06rem; }
.advantage p { margin: 0; color: var(--muted); line-height: 1.56; }
.advantage::after {
  content: attr(data-mark);
  position: absolute;
  right: 16px;
  bottom: -20px;
  color: rgba(13,82,150,.045);
  font-size: 5.2rem;
  font-weight: 900;
  letter-spacing: -.08em;
  pointer-events: none;
}

.quality-flow {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  gap: 22px;
  min-height: 280px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(13,82,150,.09);
  border-radius: var(--radius-panel);
  background:
    radial-gradient(circle at 88% 18%, rgba(244,189,98,.22), transparent 15rem),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(239,246,253,.96));
  box-shadow: 0 18px 46px rgba(8,26,46,.09);
}
.quality-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(13,82,150,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,82,150,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 100%);
  pointer-events: none;
}
.quality-flow > * {
  position: relative;
  z-index: 1;
}
.quality-flow-head {
  display: grid;
  max-width: 720px;
  gap: 8px;
}
.quality-flow-head span {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.quality-flow-head strong {
  max-width: 680px;
  color: var(--deep);
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1.12;
}
.quality-flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.quality-flow-steps article {
  position: relative;
  min-height: 110px;
  padding: 18px;
  border: 1px solid rgba(13,82,150,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
}
.quality-flow-steps b {
  display: block;
  color: var(--gold);
  font-size: .84rem;
  letter-spacing: .08em;
}
.quality-flow-steps span {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.35;
}
.quality-flow-steps em {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: rgba(13,82,150,.26);
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
}
.quality-flow p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.showroom {
  overflow: hidden;
  border-radius: var(--radius-panel);
  padding-top: 0;
  margin-top: clamp(70px, 8vw, 120px);
  color: white;
  background:
    radial-gradient(circle at 80% 15%, rgba(244,189,98,.2), transparent 24rem),
    linear-gradient(135deg, #05111f, #092f55 58%, #020914);
  min-height: 620px;
}
.carousel-stage {
  position: relative;
  min-height: 620px;
}
.slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(34px, 6vw, 76px);
  opacity: 0;
  transform: scale(.98);
  transition: opacity .7s ease, transform .7s ease;
}
.slide.active {
  opacity: 1;
  transform: scale(1);
}
.slide img {
  width: min(520px, 100%);
  max-height: 470px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: var(--radius-panel);
  padding: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(244,248,252,.86));
  box-shadow:
    0 36px 80px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,255,255,.16);
}
.slide div {
  max-width: 610px;
}
.slide span {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: var(--radius-card);
  color: var(--deep);
  font-size: 1.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ffd681, var(--gold));
}
.slide h3 {
  margin: 0 0 18px;
  font-family: "Cambria", "Georgia", serif;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .92;
  letter-spacing: 0;
}
.slide p {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,.75);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.7;
}
.carousel-dots {
  position: absolute;
  right: 34px;
  bottom: 92px;
  z-index: 3;
  display: flex;
  gap: 10px;
}
.carousel-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.36);
  cursor: pointer;
}
.carousel-dots button.active {
  width: 36px;
  background: var(--gold-2);
}
.showroom-copy {
  position: absolute;
  left: clamp(24px, 5vw, 70px);
  right: clamp(24px, 5vw, 70px);
  bottom: 22px;
  max-width: none;
  padding: 14px 18px;
  border-radius: var(--radius-panel);
  background: rgba(4,16,31,.44);
  backdrop-filter: blur(14px);
  z-index: 3;
}
.showroom-copy .eyebrow {
  margin: 0 0 6px;
  font-size: .68rem;
}
.showroom-copy h2 {
  font-family: "Aptos Display", "Segoe UI Variable Display", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  line-height: 1.25;
  letter-spacing: 0;
}

.faq-section {
  padding-top: clamp(62px, 7vw, 100px);
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.faq-grid details {
  border: 1px solid rgba(8,26,46,.09);
  border-radius: var(--radius-card);
  background: white;
  box-shadow: 0 14px 34px rgba(8,26,46,.08);
}
.faq-grid summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 900;
}
.faq-grid p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
  line-height: 1.65;
}

.contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  padding-bottom: 90px;
}
.quick-contact-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.quick-contact-card {
  display: block;
  padding: 18px 20px;
  border-radius: var(--radius-card);
  color: var(--deep);
  background: white;
  box-shadow: 0 14px 34px rgba(8,26,46,.08);
}
.quick-contact-card.whatsapp {
  background: linear-gradient(135deg, #dcfff0, #9cffcf);
}
.quick-contact-card span {
  display: block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.quick-contact-card strong {
  display: block;
  margin-top: 8px;
  word-break: break-word;
}
.sales-email-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.sales-email-list a {
  display: block;
  padding: 18px 20px;
  border: 1px solid rgba(8,26,46,.1);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 34px rgba(8,26,46,.08);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.sales-email-list a:hover {
  transform: translateY(-5px);
  border-color: rgba(201,135,43,.44);
  box-shadow: 0 22px 48px rgba(8,26,46,.14);
}
.sales-email-list span {
  display: block;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sales-email-list strong {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  word-break: break-all;
}
.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: var(--radius-panel);
  background: white;
  box-shadow: var(--shadow);
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form .btn { width: fit-content; }
.contact-form :is(input, textarea, select):user-invalid {
  border-color: rgba(201,47,47,.7);
  box-shadow: 0 0 0 3px rgba(201,47,47,.08);
}
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
}
.rfq-mini {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: var(--radius-card);
  background: #fff7ed;
}
.rfq-mini span {
  color: var(--gold-dark);
  font-weight: 900;
}
.rfq-mini small {
  color: #566174;
  line-height: 1.5;
}

.footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 64px);
  color: rgba(255,255,255,.72);
  background: var(--deep);
}
.footer-logo {
  width: 170px;
  height: 48px;
  object-fit: contain;
  padding: 6px 11px;
  border-radius: 16px;
  background: rgba(255,255,255,.96);
}
.footer strong { color: white; }
.footer a { color: var(--gold-2); }
.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: grid;
  gap: 8px;
}
.floating-contact a {
  padding: 13px 18px;
  border-radius: var(--radius-card);
  color: var(--deep);
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(201,135,43,.36);
}
.float-wa {
  background: linear-gradient(135deg, #dcfff0, #62e69d);
}
.float-mail {
  background: linear-gradient(135deg, #eaf4ff, #9fd0ff);
}
.float-form,
.whatsapp-btn {
  background: linear-gradient(135deg, #ffd681, var(--gold));
}
.whatsapp-btn {
  color: var(--deep);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(4,16,31,.72);
  backdrop-filter: blur(14px);
}
.modal.open { display: grid; }
.modal-panel {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  width: min(1080px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  padding: 28px;
  border-radius: var(--radius-panel);
  background: white;
  box-shadow: var(--shadow);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: var(--radius-card);
  color: white;
  background: var(--deep);
  cursor: pointer;
  font-size: 1.6rem;
}
.modal-panel img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: var(--radius-card);
  background: linear-gradient(145deg, #fff, #eef3f8);
}
.modal-content h2 {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4rem);
}
.modal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 12px;
}
.modal-content p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}
.modal-content dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px 14px;
  margin-top: 22px;
}
.modal-content dt {
  color: var(--gold);
  font-weight: 900;
}
.modal-content dd {
  margin: 0;
  color: var(--ink);
}
.modal-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}
.modal-cta-row span {
  max-width: 360px;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.5;
}

.reveal { opacity: 0; transform: translateY(22px); animation: rise .8s ease forwards; }
.reveal:nth-child(2) { animation-delay: .12s; }
@keyframes rise { to { opacity: 1; transform: none; } }

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

[dir="rtl"] .nav, [dir="rtl"] .header-actions, [dir="rtl"] .brand { flex-direction: row-reverse; }
[dir="rtl"] .floating-card { left: 22px; right: auto; }

@media (max-width: 1050px) {
  .nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-top: 2px;
    scrollbar-width: thin;
  }
  .hero, .factory, .custom-layout, .quality, .contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-product-stage {
    min-height: 560px;
  }
  .factory-peek {
    opacity: .46;
  }
  .new-series { grid-template-columns: 1fr; }
  .series-compare { grid-template-columns: 1fr; }
  .series-compare-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .warning-path-head { grid-template-columns: 1fr; align-items: start; }
  .warning-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .application-grid, .trust-grid, .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .signature, .prestige-band { grid-template-columns: 1fr; }
  .flagship { grid-template-columns: 1fr; }
  .signature-products { grid-template-columns: repeat(3, 1fr); }
  .hero-filter { grid-template-columns: 1fr; }
  .product-toolbar { align-items: stretch; flex-direction: column; }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .slide { grid-template-columns: 1fr; text-align: center; }
  .slide div, .slide p { margin-left: auto; margin-right: auto; }
  .modal-panel { grid-template-columns: 1fr; }
  .quality-side { grid-template-rows: auto; }
  .quality-flow-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #products::after { background: rgba(255,255,255,.72); }
}

@media (max-width: 640px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 14px; }
  .header-actions { width: 100%; }
  .header-actions select { flex: 1; min-width: 0; }
  .hero { padding-top: 36px; grid-template-columns: 1fr; }
  h1 { font-size: 3rem; }
  .series-compare-grid { grid-template-columns: 1fr; }
  .warning-path-grid { grid-template-columns: 1fr; }
  .new-series-products { grid-template-columns: 1fr; }
  .product-grid, .advantage-grid, .capability-list, .metrics, .strip, .application-grid, .trust-grid, .faq-grid, .quick-contact-panel { grid-template-columns: 1fr; }
  .collection-grid { grid-template-columns: 1fr; }
  .quality-flow-steps { grid-template-columns: 1fr; }
  .quality-flow { min-height: auto; }
  .signature-products, .prestige-band { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero-filter { grid-template-columns: 1fr; }
  .flagship-board { grid-template-columns: 1fr; }
  .flagship-board button { min-height: 330px; }
  .footer { flex-direction: column; }
  .floating-contact { left: 18px; right: 18px; grid-template-columns: repeat(3, 1fr); text-align: center; }
  .floating-contact a { padding-inline: 8px; font-size: .82rem; }
  .custom-packaging { grid-template-columns: 1fr; }
  .showroom, .carousel-stage { min-height: 760px; }
  .slide { padding: 28px; align-content: start; }
  .slide h3 { font-size: 2.7rem; }
  .showroom-copy { left: 18px; right: 18px; bottom: 18px; }
}



.certificates {
  width: min(1280px, calc(100% - 36px));
  margin-inline: auto;
  padding-top: clamp(70px, 8vw, 110px);
}
.cert-intro {
  max-width: 920px;
  margin-bottom: 28px;
}
.cert-intro h2 {
  margin-bottom: 18px;
}
.cert-intro p {
  max-width: 780px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.05rem;
}
.cert-intro small {
  display: inline-flex;
  max-width: 760px;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #667085;
  background: rgba(13,82,150,.07);
}
.certificate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.certificate-card {
  overflow: hidden;
  border: 1px solid rgba(13,82,150,.10);
  border-radius: var(--radius-card);
  color: var(--ink);
  background: linear-gradient(145deg, #ffffff, #f7f9fc);
  box-shadow: 0 18px 44px rgba(8,26,46,.09);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.certificate-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(8,26,46,.14);
}
.certificate-card figure {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 300px;
  margin: 0;
  padding: 24px;
  background:
    radial-gradient(circle at 88% 6%, rgba(244,189,98,.24), transparent 13rem),
    linear-gradient(135deg, #eef4fb, #ffffff);
}
.certificate-card figure::after {
  content: "Verified Document";
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 7px 10px;
  border-radius: var(--radius-card);
  color: var(--blue);
  background: rgba(255,255,255,.82);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.certificate-card img {
  width: min(200px, 76%);
  max-height: 260px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 16px 32px rgba(8,26,46,.18);
}
.certificate-card div {
  padding: 24px 26px 28px;
}
.certificate-card b {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  letter-spacing: 0;
}
.certificate-card span {
  display: block;
  min-height: 52px;
  color: var(--muted);
  line-height: 1.6;
}
.certificate-card em {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold-dark);
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 1050px) {
  .certificate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .certificate-grid { grid-template-columns: 1fr; }
}

.product-detail-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(244,189,98,.18), transparent 28rem),
    radial-gradient(circle at 92% 10%, rgba(13,74,122,.16), transparent 34rem),
    linear-gradient(180deg, #f7fbff 0%, #eef4fa 48%, #f8fbff 100%);
}
.product-site-header {
  position: sticky;
}
.seo-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 110px) 0 clamp(34px, 6vw, 82px);
}
.seo-copy h1 {
  max-width: 860px;
  margin: 0;
  color: var(--deep);
  font-size: clamp(2.8rem, 7vw, 6.8rem);
  line-height: .9;
  letter-spacing: -.06em;
}
.seo-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.75;
}
.seo-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.seo-product-visual {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 14px;
  align-items: stretch;
}
.seo-product-visual img {
  min-height: 420px;
  border-radius: var(--radius-panel);
  background: white;
  box-shadow: var(--shadow);
}
.seo-main-product {
  padding: clamp(20px, 4vw, 42px);
  object-fit: contain;
}
.seo-scenario {
  object-fit: cover;
}
.seo-detail-grid,
.seo-index-grid,
.seo-faq,
.seo-related {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto clamp(44px, 7vw, 88px);
}
.seo-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.seo-panel {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(8,26,46,.1);
  border-radius: var(--radius-panel);
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 48px rgba(8,26,46,.08);
}
.seo-panel h2,
.seo-faq h2,
.seo-related h2 {
  margin: 0 0 16px;
  color: var(--deep);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1;
}
.seo-check-list,
.seo-tag-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.seo-check-list li,
.seo-tag-list li {
  padding: 13px 14px;
  border-radius: var(--radius-card);
  color: var(--ink);
  background: #f4f7fb;
  font-weight: 800;
}
.seo-check-list li::before {
  content: "✓ ";
  color: var(--gold-dark);
}
.seo-spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--radius-card);
}
.seo-spec-table th,
.seo-spec-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(8,26,46,.08);
  text-align: left;
  vertical-align: top;
}
.seo-spec-table th {
  width: 34%;
  color: var(--blue);
  background: #f2f6fb;
}
.seo-related .seo-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.seo-link-grid a {
  padding: 16px;
  border: 1px solid rgba(8,26,46,.1);
  border-radius: var(--radius-card);
  background: white;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(8,26,46,.08);
}
.seo-link-grid a:hover {
  color: white;
  background: var(--deep);
}
.seo-conversion-band {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  align-items: center;
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto clamp(44px, 7vw, 88px);
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--radius-panel);
  color: white;
  background:
    radial-gradient(circle at 90% 10%, rgba(244,189,98,.28), transparent 16rem),
    linear-gradient(135deg, #081b30, #0d3455 55%, #13212f);
  box-shadow: 0 22px 62px rgba(8,26,46,.18);
}
.seo-conversion-band h2 {
  margin: 0 0 14px;
  color: white;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 1;
}
.seo-conversion-band p:not(.eyebrow) {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.75;
}
.seo-conversion-band .seo-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.seo-conversion-band .seo-link-grid a {
  color: var(--deep);
  background: rgba(255,255,255,.94);
}
.seo-conversion-band .seo-link-grid a:hover {
  color: white;
  background: rgba(255,255,255,.12);
}
.seo-index-hero {
  grid-template-columns: 1fr;
  text-align: center;
}
.seo-index-hero .seo-copy p {
  margin-inline: auto;
}
.seo-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.seo-index-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 16px;
  border: 1px solid rgba(8,26,46,.1);
  border-radius: var(--radius-panel);
  background: white;
  box-shadow: 0 18px 44px rgba(8,26,46,.09);
}
.seo-index-card img {
  height: 240px;
  padding: 18px;
  border-radius: var(--radius-card);
  object-fit: contain;
  background: #f5f8fb;
}
.seo-index-card span {
  margin-top: 16px;
  color: var(--gold-dark);
  font-weight: 900;
  letter-spacing: .08em;
}
.seo-index-card h2 {
  margin: 8px 0;
  font-size: 1.4rem;
}
.seo-index-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 1050px) {
  .seo-hero,
  .seo-product-entry,
  .seo-conversion-band { grid-template-columns: 1fr; }
  .seo-product-visual,
  .seo-detail-grid,
  .seo-index-grid,
  .seo-route-groups,
  .seo-related .seo-link-grid,
  .seo-conversion-band .seo-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .seo-product-visual,
  .seo-detail-grid,
  .seo-index-grid,
  .seo-route-groups,
  .seo-product-entry-links,
  .seo-related .seo-link-grid,
  .seo-conversion-band .seo-link-grid { grid-template-columns: 1fr; }
  .seo-product-visual img { min-height: 280px; }
}

/* 2026 brand refresh: cleaner product-brand presentation inspired by modern lighting storefronts. */
:root {
  --ink: #111827;
  --deep: #07111f;
  --navy: #12315a;
  --blue: #1f6feb;
  --gold: #ff8a1f;
  --gold-2: #ffd166;
  --signal: #ff4d35;
  --ice: #f5f7fb;
  --muted: #5b6675;
  --line: rgba(17,24,39,.10);
  --shadow: 0 26px 80px rgba(15, 23, 42, .16);
  --shadow-soft: 0 16px 44px rgba(15, 23, 42, .10);
  --surface: rgba(255,255,255,.92);
}

body {
  background: #f6f8fb;
  font-family: "Inter", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

body::before,
body::after,
.grain {
  display: none;
}

.top-service-bar {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  color: white;
  background: #0b1220;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.top-service-bar span {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  background: rgba(255,255,255,.045);
}

.site-header {
  top: 0;
  padding: 12px clamp(18px, 4vw, 64px);
  color: var(--ink);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 12px 34px rgba(15,23,42,.08);
}

.brand-logo {
  width: clamp(138px, 15vw, 190px);
  height: 48px;
  padding: 4px 8px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand small {
  color: var(--muted);
  font-weight: 800;
}

.nav {
  color: #263244;
  font-weight: 800;
}

.nav a:hover {
  color: var(--blue);
}

.site-header select {
  color: var(--ink);
  background: #f3f6fb;
  border-color: rgba(17,24,39,.10);
}

.site-header .btn.ghost {
  color: white;
  background: #111827;
  border-color: transparent;
}

.btn.primary,
.product-action,
.product-quick-row button:last-child,
.compare-card a,
.new-series-card b,
.signature-products span,
.application-card span {
  color: #0b1220;
  background: linear-gradient(135deg, #5eead4, #a3e635 52%, #ffd166);
  box-shadow: 0 16px 38px rgba(34,197,94,.18);
}

.btn.glass,
.btn.ghost {
  color: var(--ink);
  border: 1px solid rgba(17,24,39,.12);
  background: rgba(255,255,255,.80);
}

.hero {
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  min-height: calc(100vh - 82px);
  color: var(--ink);
  background:
    linear-gradient(118deg, rgba(255,255,255,.98) 0%, rgba(245,249,255,.94) 42%, rgba(232,244,255,.78) 73%, rgba(248,252,246,.88) 100%),
    url("assets/hero_factory.webp") center/cover;
}

.hero::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: none;
  background:
    linear-gradient(110deg, rgba(31,111,235,.10) 0 18%, transparent 18.2% 100%),
    linear-gradient(155deg, transparent 0 62%, rgba(163,230,53,.16) 62.2% 76%, transparent 76.2% 100%);
  opacity: 1;
  mask-image: none;
}

.hero::after {
  height: 170px;
  background: linear-gradient(0deg, #f6f8fb, rgba(246,248,251,.78), transparent);
}

.eyebrow {
  color: #1f6feb;
  letter-spacing: .10em;
}

h1,
h2 {
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-weight: 950;
}

h1 {
  max-width: 820px;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: .92;
  text-shadow: none;
}

h2 {
  line-height: 1;
}

.hero-text {
  color: #3d4858;
  font-size: clamp(1.02rem, 1.25vw, 1.22rem);
}

.hero-filter {
  max-width: 760px;
}

.hero-filter button,
.hero-proof span,
.metrics > div {
  color: var(--ink);
  border-color: rgba(17,24,39,.10);
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(15,23,42,.08);
}

.hero-filter button:hover {
  border-color: rgba(31,111,235,.32);
  background: white;
}

.hero-filter b,
.hero-filter span,
.metrics span {
  color: inherit;
}

.metrics strong {
  color: #0f172a;
}

.hero-product-stage {
  min-height: 680px;
  border: 0;
  background:
    linear-gradient(145deg, rgba(255,255,255,.84), rgba(255,255,255,.42)),
    linear-gradient(135deg, rgba(31,111,235,.10), rgba(163,230,53,.10));
  box-shadow: 0 36px 110px rgba(15,23,42,.16);
}

.stage-ring {
  border-color: rgba(31,111,235,.16);
  background:
    conic-gradient(from 90deg, rgba(31,111,235,.10), rgba(163,230,53,.30), rgba(255,209,102,.20), rgba(31,111,235,.10));
}

.hero-main-product {
  max-width: min(78%, 520px);
  filter: drop-shadow(0 34px 46px rgba(15,23,42,.26));
}

.hero-side-product {
  border: 1px solid rgba(17,24,39,.08);
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 46px rgba(15,23,42,.12);
}

.factory-peek,
.hero-sourcing-card,
.floating-card {
  color: var(--ink);
  background: rgba(255,255,255,.90);
  border-color: rgba(17,24,39,.10);
  box-shadow: 0 18px 44px rgba(15,23,42,.12);
}

.hero-sourcing-card span,
.floating-card span {
  color: #1f6feb;
}

.hero-sourcing-card button {
  color: var(--ink);
  border-color: rgba(17,24,39,.10);
  background: #f3f7fb;
}

.hero-sourcing-card button:hover {
  color: #0b1220;
  background: #a3e635;
}

.signature,
.section,
.new-series,
.series-compare,
.warning-buying-path,
.factory,
.custom-layout,
.quality,
.contact,
.faq-section,
.certificate-section {
  background: #f6f8fb;
}

.signature {
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: var(--shadow-soft);
}

.signature-products button,
.new-series-card,
.compare-card,
.product-card,
.collection-card,
.trust-grid article,
.quality-card,
.quick-contact-card,
.faq-grid details,
.certificate-card {
  border: 1px solid rgba(17,24,39,.08);
  background: white;
  box-shadow: 0 14px 40px rgba(15,23,42,.08);
}

.new-series {
  color: var(--ink);
  border: 1px solid rgba(17,24,39,.08);
  background:
    linear-gradient(125deg, #ffffff 0%, #f4f9ff 54%, #f7fff0 100%);
  box-shadow: var(--shadow-soft);
}

.new-series .eyebrow,
.new-series-copy p,
.warning-path-head p,
.flagship-copy p:not(.eyebrow),
.buyer-trust-head p {
  color: #425064;
}

.new-series-points span,
.product-badges span,
.compare-model {
  color: #0b1220;
  background: #e8f7ff;
  border: 1px solid rgba(31,111,235,.12);
}

.product-grid {
  gap: 18px;
}

.product-card {
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(31,111,235,.24);
  box-shadow: 0 28px 72px rgba(15,23,42,.14);
}

.product-card img {
  background:
    linear-gradient(145deg, #f8fbff, #eef6ff 55%, #f7fff0);
}

.product-meta {
  color: #253044;
  background: rgba(255,255,255,.88);
}

.product-info h3,
.collection-copy h3,
.compare-card strong {
  color: #0f172a;
}

.product-info p,
.collection-copy p,
.compare-card p,
.trust-grid p {
  color: #566174;
}

.flagship,
.buyer-trust {
  background:
    linear-gradient(130deg, #07111f 0%, #12315a 46%, #0b3b45 100%);
}

.application-card {
  border-radius: 10px;
}

.site-footer {
  background: #07111f;
}

@media (max-width: 980px) {
  .top-service-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-product-stage {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  .top-service-bar {
    grid-template-columns: 1fr;
  }
  .top-service-bar span:nth-child(n+3) {
    display: none;
  }
  .brand small {
    display: none;
  }
  .site-header {
    gap: 12px;
  }
  .hero {
    display: block;
    min-height: auto;
    padding: 34px 18px 150px;
  }
  h1 {
    max-width: 100%;
    font-size: clamp(2.15rem, 10.5vw, 2.9rem);
    line-height: 1.04;
    word-break: normal;
    overflow-wrap: normal;
    text-wrap: balance;
  }
  .hero-text {
    margin: 18px 0;
    font-size: 1rem;
    line-height: 1.55;
  }
  .hero-cta {
    gap: 10px;
  }
  .hero-cta .btn {
    min-height: 42px;
    padding: 0 14px;
  }
  .hero-filter,
  .hero-proof,
  .metrics {
    margin-top: 18px;
  }
  .hero-filter button {
    min-height: 76px;
  }
  .quick-contact-panel,
  .floating-contact {
    bottom: 10px;
  }
}

/* 2026 clean premium reset: calmer B2B product-site direction. */
:root {
  --ink: #111827;
  --deep: #0b1220;
  --navy: #17365d;
  --blue: #1d4ed8;
  --gold: #f97316;
  --gold-2: #ffb45c;
  --gold-dark: #b45309;
  --signal: #ef4444;
  --ice: #f7f8fa;
  --muted: #667085;
  --line: rgba(17,24,39,.10);
  --shadow: 0 22px 70px rgba(15,23,42,.14);
  --shadow-soft: 0 12px 34px rgba(15,23,42,.08);
}

body {
  color: var(--ink);
  background: #f7f8fa;
}

.top-service-bar {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 56px);
  min-height: 32px;
  padding: 0 18px;
  color: #344054;
  background: #ffffff;
  border-bottom: 1px solid rgba(17,24,39,.08);
  font-size: .76rem;
  font-weight: 750;
}

.top-service-bar span {
  min-height: 32px;
  padding: 0;
  background: transparent;
}

.site-header {
  padding: 14px clamp(18px, 4vw, 68px);
  background: rgba(255,255,255,.96);
  box-shadow: none;
}

.brand-logo {
  width: clamp(142px, 13vw, 180px);
  height: 44px;
}

.brand small {
  max-width: 180px;
  color: #667085;
}

.nav {
  gap: 26px;
  color: #1f2937;
  font-size: .92rem;
}

.site-header .btn.ghost,
.btn.primary {
  color: #fff;
  background: #111827;
  box-shadow: none;
}

.site-header .btn.ghost:hover,
.btn.primary:hover {
  background: #f97316;
}

.btn.glass,
.btn.ghost {
  color: #111827;
  border: 1px solid rgba(17,24,39,.13);
  background: #fff;
}

.hero {
  min-height: 760px;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 90px);
  padding-top: clamp(52px, 7vw, 86px);
  padding-bottom: clamp(64px, 8vw, 104px);
  color: #111827;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 48%, rgba(248,250,252,.92) 48.1%, rgba(248,250,252,.92) 100%);
}

.hero::before {
  display: none;
}

.hero::after {
  height: 1px;
  background: rgba(17,24,39,.08);
}

.eyebrow {
  color: #f97316;
  letter-spacing: .08em;
  font-size: .76rem;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.8vw, 5.7rem);
  line-height: .98;
  letter-spacing: -.02em;
}

h2 {
  letter-spacing: -.015em;
}

.hero-text {
  max-width: 640px;
  margin: 24px 0 26px;
  color: #4b5563;
  line-height: 1.65;
}

.hero-cta {
  margin-bottom: 22px;
}

.hero-filter {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 660px;
}

.hero-filter button,
.hero-proof span,
.metrics > div {
  color: #111827;
  background: #fff;
  border: 1px solid rgba(17,24,39,.10);
  box-shadow: none;
}

.hero-filter button {
  min-height: 84px;
  padding: 16px;
}

.hero-filter button:hover {
  transform: translateY(-2px);
  border-color: rgba(249,115,22,.38);
}

.hero-proof {
  gap: 10px;
}

.hero-proof span {
  padding: 10px 13px;
}

.metrics {
  max-width: 660px;
  gap: 12px;
}

.metrics > div {
  padding: 18px;
}

.metrics strong {
  color: #111827;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.hero-product-stage {
  min-height: 620px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 26px 80px rgba(15,23,42,.12);
}

.hero-product-stage::before,
.hero-product-stage::after,
.stage-ring {
  display: none;
}

.hero-main-product {
  top: 48%;
  max-width: min(72%, 490px);
  filter: drop-shadow(0 28px 42px rgba(15,23,42,.22));
}

.hero-side-product {
  width: 130px;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(15,23,42,.10);
}

.factory-peek {
  top: 18px;
  right: 18px;
  width: 118px;
  border-radius: 12px;
}

.hero-sourcing-card,
.floating-card {
  color: #111827;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 42px rgba(15,23,42,.10);
}

.hero-sourcing-card span,
.floating-card span {
  color: #f97316;
}

.hero-sourcing-card button {
  color: #111827;
  background: #f3f4f6;
}

.hero-sourcing-card button:hover {
  color: #fff;
  background: #111827;
}

.signature,
.new-series,
.series-compare,
.warning-buying-path,
.section,
.factory,
.custom-layout,
.quality,
.contact,
.faq-section,
.certificate-section {
  background: #f7f8fa;
}

.signature {
  margin-top: 0;
  border-radius: 0;
  border-inline: 0;
  background: #fff;
  box-shadow: none;
}

.signature-products button,
.new-series-card,
.compare-card,
.product-card,
.collection-card,
.trust-grid article,
.quality-card,
.quick-contact-card,
.faq-grid details,
.certificate-card {
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
}

.signature-products button:hover,
.product-card:hover,
.new-series-card:hover,
.compare-card:hover,
.collection-card:hover {
  transform: translateY(-3px);
  border-color: rgba(249,115,22,.30);
  box-shadow: 0 18px 42px rgba(15,23,42,.10);
}

.btn.primary,
.product-action,
.product-quick-row button:last-child,
.compare-card a,
.new-series-card b,
.signature-products span,
.application-card span {
  color: #fff;
  background: #111827;
  box-shadow: none;
}

.product-quick-row button:last-child:hover,
.compare-card a:hover,
.product-action:hover {
  background: #f97316;
}

.new-series {
  color: #111827;
  border: 1px solid rgba(17,24,39,.08);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.new-series-card {
  background: #fff;
}

.new-series-card img,
.product-card img,
.collection-image {
  background: #f6f7f9;
}

.new-series-points span,
.product-badges span,
.compare-model {
  color: #9a3412;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.product-card {
  overflow: hidden;
}

.product-meta {
  color: #344054;
  background: rgba(255,255,255,.92);
}

.product-info h3,
.collection-copy h3,
.compare-card strong {
  color: #111827;
}

.product-info p,
.collection-copy p,
.compare-card p,
.section-head p:not(.eyebrow) {
  color: #667085;
}

.flagship,
.buyer-trust {
  background: #0b1220;
}

.quick-contact-panel a:nth-child(1) {
  background: #22c55e;
}

.quick-contact-panel a:nth-child(2) {
  background: #dbeafe;
}

.quick-contact-panel a:nth-child(3) {
  background: #fb923c;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    background: #fff;
  }
  .hero-product-stage {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  .top-service-bar {
    display: none;
  }
  .site-header {
    padding: 14px 18px;
  }
  .brand-logo {
    width: 130px;
    height: 38px;
  }
  .hero {
    display: block;
    padding: 34px 18px 132px;
  }
  h1 {
    font-size: clamp(2.15rem, 10.5vw, 3rem);
    line-height: 1.05;
  }
  .hero-filter {
    grid-template-columns: 1fr;
  }
  .hero-filter button {
    min-height: 72px;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
  }
  .metrics > div {
    padding: 16px;
  }
}

/* Final readability repair: keep the premium look, but never let light panels inherit white text. */
.site-header .brand {
  min-width: 250px;
  gap: 14px;
}

.brand-logo {
  width: clamp(150px, 12vw, 190px);
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.brand small {
  flex: 0 0 auto;
  max-width: 180px;
  color: #475467;
  font-size: .76rem;
  line-height: 1.25;
}

.warning-buying-path {
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(120deg, rgba(5,17,31,.94), rgba(9,47,85,.88) 58%, rgba(88,38,12,.76)),
    url("assets/scenario-362-roadside.webp") center/cover;
  box-shadow: 0 28px 80px rgba(15,23,42,.18);
}

.warning-path-head h3,
.warning-path-card h4 {
  color: #fff;
}

.warning-path-head p:not(.eyebrow),
.warning-path-card p {
  color: rgba(255,255,255,.78);
}

.warning-path-card {
  border-color: rgba(255,255,255,.16);
  background:
    linear-gradient(160deg, rgba(255,255,255,.16), rgba(255,255,255,.055)),
    rgba(8,26,46,.20);
}

.warning-path-card.is-addon {
  background:
    linear-gradient(160deg, rgba(255,255,255,.18), rgba(249,115,22,.12)),
    rgba(8,26,46,.18);
}

.product-info {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(249,115,22,.18), transparent 44%),
    linear-gradient(135deg, #0b2741, #04101f);
}

.product-info h3 {
  color: #fff;
}

.product-info p {
  color: rgba(226,232,240,.78);
}

.product-action {
  color: #fff;
}

.quality-card {
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 88% 10%, rgba(249,115,22,.22), transparent 15rem),
    linear-gradient(150deg, #07111f 0%, #12315a 58%, #0b3b45 100%);
  box-shadow: 0 24px 70px rgba(15,23,42,.16);
}

.quality-card h2 {
  color: #fff;
}

.quality-card p {
  color: rgba(226,232,240,.78);
}

.quality-card .eyebrow,
.quality-system b {
  color: #ffb45c;
}

.quality-system div {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
}

.quality-system span {
  color: rgba(255,255,255,.88);
}

.showroom.impact-carousel {
  color: #fff;
  background:
    radial-gradient(circle at 74% 12%, rgba(249,115,22,.24), transparent 23rem),
    linear-gradient(135deg, #06111f 0%, #102b4d 52%, #040914 100%);
  box-shadow: 0 28px 86px rgba(15,23,42,.18);
}

.showroom.impact-carousel .slide h3 {
  color: #fff;
  text-shadow: 0 12px 36px rgba(0,0,0,.28);
}

.showroom.impact-carousel .slide p {
  color: rgba(226,232,240,.78);
}

.showroom-copy {
  color: #fff;
  background: rgba(15,23,42,.64);
}

.showroom-copy h2 {
  color: #fff;
}

@media (max-width: 980px) {
  .buyer-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .price-tier-head,
  .bundle-head,
  .order-flow-copy {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .price-tier-grid,
  .bundle-grid,
  .order-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .price-tier-grid article:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 720px) {
  .site-header .brand {
    min-width: 0;
  }
  .brand-logo {
    width: 132px;
    max-height: 40px;
  }
  .buyer-fit-grid {
    grid-template-columns: 1fr;
  }
  .price-tier-grid,
  .bundle-grid,
  .order-flow-steps {
    grid-template-columns: 1fr;
  }
  .buyer-fit-copy h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }
}
