:root {
  --bg: #090909;
  --bg-soft: #101010;
  --panel: rgba(18, 18, 18, 0.92);
  --panel-2: rgba(25, 25, 25, 0.98);
  --text: #f5f1e7;
  --muted: #beb7a9;
  --line: rgba(201, 155, 54, 0.28);
  --gold: #c99536;
  --gold-strong: #f5de9a;
  --gold-deep: #8d6318;
  --gold-bright: #fff4c7;
  --gold-glow: rgba(245, 209, 120, 0.32);
  --gold-metal: linear-gradient(135deg, #6e4910 0%, #c99536 18%, #f8e39a 36%, #fff4c7 50%, #d6a94a 64%, #8e6116 100%);
  --silver: #ced3da;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1320px;
  --font-display: "Cinzel", Georgia, "Times New Roman", serif;
  --font-body: "Montserrat", "Segoe UI", Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  --hero-scroll-progress: 0;
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(245, 209, 120, 0.18), transparent 33%),
    radial-gradient(circle at 82% 18%, rgba(201, 149, 54, 0.12), transparent 24%),
    linear-gradient(180deg, #080808 0%, #0f0f0f 45%, #070707 100%);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.7; margin: 0 0 18px; }
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -0.02em; margin: 0 0 16px; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); line-height: 0.95; }
h2 { font-size: clamp(2rem, 3.8vw, 3.6rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.95rem); }
small, .eyebrow, .meta-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold-strong);
  font-size: 0.76rem;
}

.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.section { padding: 96px 0; position: relative; }
.section.alt { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)); }
.grid-2 { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.card.soft { background: var(--panel-2); }
.card.tight { padding: 22px; }
.card.center { text-align: center; }

.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 12px; top: 12px; z-index: 1000; padding: 12px 16px; background: var(--gold); color: #111; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(8, 8, 8, 0.86);
  backdrop-filter: blur(18px);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}
.topbar { border-bottom: 1px solid rgba(255,255,255,0.06); color: var(--silver); font-size: 0.92rem; transition: border-color 0.35s ease, background 0.35s ease; }
.topbar .container, .nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar .container { padding: 10px 0; }
.nav-shell { min-height: 92px; position: relative; gap: 18px; }
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 10px 16px 10px 10px;
  border-radius: 26px;
  border: 1px solid rgba(245, 209, 120, 0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 20px 48px rgba(0,0,0,0.2);
}
.compact-brand-lockup {
  flex: 0 1 320px;
  padding: 8px 14px 8px 8px;
  gap: 12px;
}
.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  flex: 0 0 auto;
  padding: 10px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,244,199,0.24), transparent 42%),
    linear-gradient(160deg, rgba(245,209,120,0.14), rgba(255,255,255,0.03));
  border: 1px solid rgba(245, 209, 120, 0.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 16px 34px rgba(0,0,0,0.24);
}
.compact-brand-badge {
  width: 58px;
  height: 58px;
  padding: 7px;
  border-radius: 18px;
}
.brand-lockup img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 16px 24px rgba(0,0,0,0.24)); }
.brand-text { display: grid; gap: 4px; min-width: 0; }
.compact-brand-lockup .brand-title { font-size: 1.08rem; }
.compact-brand-lockup .brand-subtitle { font-size: 0.8rem; line-height: 1.25; }
.brand-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold-strong);
  font-size: 0.68rem;
  white-space: nowrap;
}
.brand-title { font-family: var(--font-display); font-size: 1.35rem; line-height: 1; letter-spacing: 0.04em; text-transform: uppercase; }
.brand-subtitle { color: var(--muted); font-size: 0.9rem; }
.nav-priority, .site-nav { display: flex; align-items: center; }
.nav-priority {
  gap: 10px;
  margin-left: auto;
  padding: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.nav-priority a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
  color: var(--gold-bright);
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 10px 22px rgba(0,0,0,0.16);
}
.nav-priority a:hover, .nav-priority a:focus-visible, .nav-priority a.active {
  background: var(--gold-metal);
  color: #1a1307;
  border-color: rgba(255,255,255,0.22);
  transform: translateY(-1px);
}
.site-nav { gap: 18px; }
.site-nav a { color: var(--silver); position: relative; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold-metal);
  opacity: 0;
  transform: scaleX(0.4);
  transition: 0.2s ease;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { color: var(--gold-strong); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { opacity: 1; transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-actions .btn { padding-inline: 20px; white-space: nowrap; }
.menu-toggle { display: none; background: transparent; border: 1px solid var(--line); color: var(--text); border-radius: 12px; padding: 10px 12px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-primary {
  background: var(--gold-metal);
  color: #14120d;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 18px 38px rgba(105, 70, 9, 0.26);
}
.btn-secondary { border-color: var(--line); color: var(--text); background: rgba(255,255,255,0.03); }
.btn-block { width: 100%; }

.hero { padding: 78px 0 52px; }
.hero-shell { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 28px; align-items: stretch; }
.hero-copy, .hero-visual { border-radius: 34px; overflow: hidden; position: relative; }
.hero-copy { background: linear-gradient(180deg, rgba(18,18,18,0.92), rgba(10,10,10,0.94)); border: 1px solid var(--line); padding: 42px; }
.hero-copy::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 22% 18%, rgba(245,209,120,0.18), transparent 34%); }
.scroll-shrink-hero .hero-shell { align-items: start; }
.scroll-shrink-hero .hero-visual[data-scroll-shrink] {
  position: sticky;
  top: 126px;
  will-change: transform, opacity, border-radius, box-shadow;
  transform-origin: center top;
  transform: translate3d(0, calc(var(--hero-scroll-progress) * -88px), 0) scale(calc(1 - (var(--hero-scroll-progress) * 0.3)));
  opacity: calc(1 - (var(--hero-scroll-progress) * 0.62));
  border-radius: calc(34px - (var(--hero-scroll-progress) * 12px));
  box-shadow: 0 24px 70px rgba(0, 0, 0, calc(0.18 + (var(--hero-scroll-progress) * 0.16)));
}
.scroll-shrink-hero .hero-visual[data-scroll-shrink] .overlay {
  opacity: calc(1 - (var(--hero-scroll-progress) * 0.35));
}
.scroll-shrink-hero .hero-visual[data-scroll-shrink] .meta {
  transform: translate3d(0, calc(var(--hero-scroll-progress) * -22px), 0);
  opacity: calc(1 - (var(--hero-scroll-progress) * 0.5));
}
.scroll-shrink-hero .hero-visual[data-scroll-shrink],
.scroll-shrink-hero .hero-visual[data-scroll-shrink] .overlay,
.scroll-shrink-hero .hero-visual[data-scroll-shrink] .meta {
  transition: transform 0.18s ease-out, opacity 0.18s ease-out, border-radius 0.18s ease-out, box-shadow 0.18s ease-out;
}
.hero-lead { font-size: 1.12rem; max-width: 60ch; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.hero-points .card { padding: 18px; border-radius: 20px; }
.hero-visual img, .hero-video-media { width: 100%; height: 100%; min-height: 680px; object-fit: cover; }
.hero-visual.short img { min-height: 520px; }
.hero-video {
  background: #050505;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}
.hero-video-media {
  display: block;
  filter: saturate(1.02) contrast(1.02);
  transform: scale(1.015);
}
.hero-visual .overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,2,2,0.18) 0%, rgba(2,2,2,0.38) 38%, rgba(0,0,0,0.8) 100%),
    linear-gradient(120deg, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.1) 42%, rgba(0,0,0,0.58) 100%);
}
.hero-visual .meta { position: absolute; left: 30px; right: 30px; bottom: 28px; z-index: 1; }

.home-page .site-header[data-home-header] {
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.78), rgba(5, 5, 5, 0.22));
  border-bottom-color: transparent;
  backdrop-filter: blur(0px);
  box-shadow: none;
}
.home-page .site-header[data-home-header] .topbar {
  background: transparent;
  border-bottom-color: rgba(255,255,255,0.08);
}
.home-page .site-header[data-home-header].is-scrolled {
  background: rgba(12, 12, 12, 0.72);
  border-bottom-color: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px) saturate(1.15);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
}
.home-page .site-header[data-home-header].is-scrolled .topbar {
  background: rgba(255,255,255,0.02);
  border-bottom-color: rgba(255,255,255,0.06);
}
.logo-band { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 28px; }
.logo-panel { display: flex; align-items: center; gap: 18px; padding: 22px; background: rgba(255,255,255,0.03); border: 1px solid var(--line); border-radius: 22px; }
.logo-panel img { width: 66px; height: 66px; object-fit: contain; }
.about-hero-shell { grid-template-columns: 0.88fr 1.12fr; align-items: stretch; }
.about-copy { display: flex; flex-direction: column; justify-content: center; }
.about-note { margin-top: 24px; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); }
.about-mark-visual {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px;
  background:
    radial-gradient(circle at 50% 22%, rgba(255,244,199,0.14), transparent 28%),
    linear-gradient(180deg, rgba(14,14,14,0.96), rgba(8,8,8,0.98));
  border: 1px solid var(--line);
}
.about-mark-frame {
  width: min(100%, 760px);
  min-height: 100%;
  padding: clamp(30px, 4vw, 56px);
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  border: 1px solid rgba(245, 209, 120, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 28px 80px rgba(0,0,0,0.36);
}
.about-mark-frame img { width: 100%; height: auto; min-height: 420px; object-fit: contain; filter: drop-shadow(0 26px 40px rgba(0,0,0,0.32)); }

.kpi-row, .cta-row, .spec-grid, .compare-grid, .contact-grid, .footer-grid, .feature-grid, .image-grid { display: grid; gap: 24px; }
.kpi-row { grid-template-columns: repeat(4, 1fr); }
.cta-row { grid-template-columns: repeat(3, 1fr); }
.spec-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
.compare-grid { grid-template-columns: repeat(3, 1fr); }
.contact-grid { grid-template-columns: 0.92fr 1.08fr; align-items: start; }
.footer-grid { grid-template-columns: 1.1fr 0.7fr 0.8fr 0.9fr; }
.image-grid { grid-template-columns: repeat(3, 1fr); }

.stat-value { font-family: var(--font-display); font-size: 2rem; color: var(--text); }
.stat-label { color: var(--muted); }
.media-card { overflow: hidden; padding: 0; }
.media-card img { width: 100%; height: 320px; object-fit: cover; }
.media-card .body { padding: 24px; }
.gallery-card { overflow: hidden; padding: 0; }
.gallery-card img { width: 100%; height: 280px; object-fit: cover; }
.gallery-card .body { padding: 20px 22px 24px; }
.roadrunner-story-grid { align-items: start; }
.roadrunner-feature-card { overflow: hidden; padding: 0; }
.roadrunner-feature-card img { width: 100%; height: 320px; object-fit: cover; }
.roadrunner-feature-card .body { padding: 28px; }
.roadrunner-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 24px;
}
.roadrunner-gallery-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.roadrunner-gallery-card img { height: 320px; }
.roadrunner-gallery-card-lg { grid-row: span 2; }
.roadrunner-gallery-card-lg img { height: 100%; min-height: 100%; }
.image-frame { border-radius: 28px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.split-visual { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 18px; }
.split-visual .stack { display: grid; gap: 18px; }
.product-video-section { padding-top: 56px; }
.product-video-wrap {
  width: min(100%, 1720px);
  margin: 0 auto;
  height: min(76svh, 860px);
  border-radius: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
  background: #050505;
}
.product-video-media {
  border: 0;
  min-height: 100%;
  transform: none;
}
.local-video-wrap video.product-video-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #050505;
}
.product-video-wrap .hero-video-overlay {
  pointer-events: none;
}
.mini-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.mini-gallery-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.mini-gallery-card:hover, .mini-gallery-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(245,209,120,0.44);
  background: rgba(255,255,255,0.05);
}
.mini-gallery-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}
.mini-gallery-card span {
  color: var(--gold-bright);
  font-weight: 700;
}
.pricing-demo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.pricing-card h2 {
  margin-bottom: 8px;
}
.btn-demo {
  min-height: 60px;
  font-size: 1.05rem;
}
.why-buy-grid .card p:last-child,
.pricing-card p:last-child,
.demo-card p:last-child {
  margin-bottom: 0;
}

.list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.list li { color: var(--silver); padding-left: 20px; position: relative; }
.list li::before { content: "•"; position: absolute; left: 0; color: var(--gold-strong); }
.checklist li::before { content: "✓"; }
.compare-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 24px; }
.compare-table th, .compare-table td { text-align: left; padding: 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare-table th { color: var(--gold-strong); font-weight: 700; }
.compare-table tr:last-child td { border-bottom: 0; }

.contact-form { display: grid; gap: 16px; }
.form-intro { margin-bottom: 12px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: var(--silver); }
.contact-form label span { color: #c43a2f; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  color: var(--text);
  padding: 14px 16px;
  font: inherit;
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid rgba(214,183,106,0.35); outline-offset: 1px; }
.form-note { font-size: 0.9rem; color: var(--muted); }
.form-success { display: none; color: var(--gold-strong); font-weight: 700; }
.form-success.show { display: block; }
.form-success.error { color: #d96b52; }

.section-header { max-width: 780px; margin-bottom: 34px; }
.section-header.center { text-align: center; margin-left: auto; margin-right: auto; }
.callout { padding: 24px; border-left: 3px solid var(--gold); background: linear-gradient(135deg, rgba(201,149,54,0.12), rgba(255,244,199,0.05)); border-radius: 0 18px 18px 0; box-shadow: inset 0 1px 0 rgba(255,255,255,0.08); }
.info-strip { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; }
.pill { padding: 10px 14px; border-radius: 999px; border: 1px solid var(--line); color: var(--silver); background: rgba(255,255,255,0.03); }
.pill:hover, .pill:focus-visible { color: #1a1307; background: var(--gold-metal); }
.quote-band { padding: 28px; border-radius: 26px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(201,149,54,0.12), rgba(255,255,255,0.01)); }
.faq { display: grid; gap: 18px; }
.faq .card h3 { margin-bottom: 10px; }
.product-hero-shell { align-items: stretch; }
.tender-visual {
  background:
    radial-gradient(circle at top, rgba(245,209,120,0.22), transparent 34%),
    linear-gradient(180deg, rgba(16,16,16,0.98), rgba(8,8,8,0.98));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.tender-frame {
  height: 100%;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(160deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
}
.roadrunner-hero-media img { min-height: 520px; filter: saturate(1.02) contrast(1.03); }
.roadrunner-hero-meta { display: grid; gap: 16px; }
.metric-stack { display: grid; gap: 14px; margin: 24px 0; }
.metric-stack.compact { grid-template-columns: repeat(3, 1fr); margin: 0; }
.metric-card {
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(245,209,120,0.18);
  background: rgba(255,255,255,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.metric-card span, .parts-label { display: block; text-transform: uppercase; letter-spacing: 0.14em; color: var(--gold-strong); font-size: 0.74rem; }
.metric-card strong { display: block; margin: 6px 0 4px; font-family: var(--font-display); font-size: 1.75rem; }
.parts-tools-section { padding-bottom: 26px; }
.parts-tools { display: grid; gap: 24px; }
.parts-search-wrap, .parts-filter-wrap { display: grid; gap: 12px; }
.parts-search-input {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  color: var(--text);
  padding: 16px 20px;
  font: inherit;
}
.parts-search-input:focus { outline: 2px solid rgba(214,183,106,0.35); outline-offset: 2px; }
.categories { display: flex; flex-wrap: wrap; gap: 12px; }
.category-btn {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  color: var(--silver);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.category-btn:hover, .category-btn:focus-visible, .category-btn.active { color: #1a1307; background: var(--gold-metal); }
.parts-header-bar { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 26px; }
.parts-count { color: var(--gold-strong); font-weight: 700; }
.parts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.part-card {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.part-media { aspect-ratio: 1.2 / 1; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); display: grid; place-items: center; }
.part-image { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.part-image-placeholder { font-family: var(--font-display); font-size: 2rem; color: var(--gold-strong); letter-spacing: 0.12em; }
.part-info { padding: 22px; }
.part-meta-row, .part-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.part-category, .part-status {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(245,209,120,0.18);
  background: rgba(255,255,255,0.03);
  color: var(--gold-strong);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.part-status { color: var(--silver); }
.part-name { font-size: 1.18rem; min-height: 3.2em; margin: 16px 0 10px; }
.part-sku { margin-bottom: 18px; font-size: 0.92rem; }
.part-price { font-size: 1.4rem; color: var(--text); }
.part-link { color: var(--gold-strong); font-weight: 700; }
.no-results { margin-top: 18px; }

.site-footer { padding: 44px 0 60px; border-top: 1px solid rgba(255,255,255,0.08); }
.site-footer p, .site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--gold-strong); }

@media (max-width: 1180px) {
  .hero-shell, .grid-2, .contact-grid, .footer-grid, .kpi-row, .cta-row, .spec-grid, .logo-band, .image-grid, .feature-grid, .split-visual, .about-hero-shell, .parts-grid, .roadrunner-gallery, .metric-stack.compact { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .grid-3, .grid-4, .compare-grid { grid-template-columns: 1fr 1fr; }
  .site-nav, .nav-actions .btn-secondary { display: none; }
  .nav-shell { flex-wrap: wrap; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .site-nav.open { display: flex; position: absolute; left: 16px; right: 16px; top: calc(100% + 12px); flex-direction: column; align-items: flex-start; gap: 14px; padding: 18px; border-radius: 18px; background: #111; border: 1px solid var(--line); box-shadow: var(--shadow); }
}

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  h1 { font-size: 2.8rem; }
  .hero-copy, .tender-frame { padding: 28px; }
  .roadrunner-gallery-card-lg { grid-row: auto; }
  .grid-3, .grid-4, .compare-grid, .hero-points, .image-grid, .support-plan-pillars { grid-template-columns: 1fr; }
  .topbar .container, .parts-header-bar { flex-direction: column; align-items: flex-start; }
  .nav-shell { min-height: 84px; }
  .brand-lockup { flex: 1 1 auto; padding-right: 12px; }
  .brand-badge { width: 64px; height: 64px; border-radius: 18px; }
  .brand-kicker { white-space: normal; }
  .nav-priority { display: none; }
  .hero-visual img, .hero-video-media, .about-mark-frame img { min-height: 320px; }
  .about-mark-visual { padding: 20px; }
}

.home-redesign {
  background: #080808;
}
.home-redesign .site-footer {
  border-top-color: rgba(255,255,255,0.08);
  background: #080808;
}
.home-redesign .home-hero {
  position: relative;
  min-height: 100svh;
  background: #050505;
}
.home-redesign .hero-video-wrap {
  position: relative;
  width: 100%;
  height: min(100svh, 980px);
  overflow: hidden;
}
.home-redesign .hero-video-media {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home-redesign .hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.24) 38%, rgba(0,0,0,0.62) 100%);
}
.home-redesign .hero-overlay-shell {
  --header-progress: 0;
  --scrolled-header-lift: 18px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 214px;
  padding: 12px 0 88px;
  pointer-events: none;
}
.home-redesign .hero-header-chrome {
  position: absolute;
  inset: 0 0 auto;
  height: calc(206px - (var(--header-progress) * var(--scrolled-header-lift)));
  border-radius: 0;
  opacity: calc(var(--header-progress) * 1.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(18,18,18,0.72), rgba(8,8,8,0.34));
  border: 1px solid rgba(255,255,255,calc(0.08 + (var(--header-progress) * 0.16)));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,calc(0.08 + (var(--header-progress) * 0.18))),
    0 18px 44px rgba(0,0,0,calc(0.08 + (var(--header-progress) * 0.24)));
  backdrop-filter: blur(calc(6px + (var(--header-progress) * 16px))) saturate(calc(1 + (var(--header-progress) * 0.3)));
  transform: translateY(calc(-18px + (var(--header-progress) * 18px))) scale(calc(0.985 + (var(--header-progress) * 0.015)));
  transition: opacity 0.34s ease, transform 0.42s cubic-bezier(.2,.72,.18,1), height 0.42s cubic-bezier(.2,.72,.18,1), box-shadow 0.34s ease, border-color 0.34s ease, backdrop-filter 0.34s ease;
}
.home-redesign .hero-overlay-shell.is-glassy {
  --header-progress: 1;
}
.home-redesign .hero-brand,
.home-redesign .menu-trigger {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  transition: transform 0.42s cubic-bezier(.2,.72,.18,1), background 0.34s ease, border-color 0.34s ease, box-shadow 0.34s ease, backdrop-filter 0.34s ease, opacity 0.28s ease;
}
.home-redesign .hero-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px 0;
  min-height: 110px;
  border-radius: 999px;
  background: transparent;
}
.home-redesign .hero-brand img {
  width: clamp(190px, 22vw, 313px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,0.32));
  transition: transform 0.42s cubic-bezier(.2,.72,.18,1), filter 0.34s ease;
}
.home-redesign .hero-overlay-shell.is-glassy .hero-brand img {
  transform: scale(0.975);
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.28));
}
.home-redesign .menu-trigger,
.home-redesign .drawer-close {
  appearance: none;
  border: 0;
  background: rgba(6,6,6,0.34);
  color: var(--text);
  cursor: pointer;
}
.home-redesign .menu-trigger {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.home-redesign .hero-overlay-shell.is-glassy .menu-trigger {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 18px 32px rgba(0,0,0,0.22);
}
.home-redesign .menu-trigger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #fff;
}
.home-redesign .site-drawer {
  position: fixed;
  inset: 0;
  z-index: 15;
  pointer-events: none;
}
.home-redesign .site-drawer.is-open {
  pointer-events: auto;
}
.home-redesign .site-drawer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.42);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.home-redesign .site-drawer.is-open::before {
  opacity: 1;
}
.home-redesign .site-drawer-inner {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100vw - 32px));
  min-height: 100%;
  padding: 28px;
  transform: translateX(-105%);
  transition: transform 0.28s ease;
  background: rgba(12,12,12,0.94);
  border-right: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.home-redesign .site-drawer.is-open .site-drawer-inner {
  transform: translateX(0);
}
.home-redesign .site-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.home-redesign .drawer-close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1;
}
.home-redesign .drawer-nav {
  display: grid;
  gap: 14px;
}
.home-redesign .drawer-nav a,
.home-redesign .drawer-link {
  color: #f5f1e7;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.home-redesign .drawer-nav a:hover,
.home-redesign .drawer-link:hover {
  color: var(--gold-strong);
}
.home-redesign .drawer-meta {
  margin-top: auto;
  display: grid;
  gap: 10px;
}
.home-redesign .home-intro {
  padding: 34px 0 24px;
  background: linear-gradient(180deg, rgba(8,8,8,0.96), rgba(8,8,8,1));
}
.home-redesign .home-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: end;
}
.home-redesign .home-intro-copy {
  max-width: 52ch;
  margin-left: auto;
  font-size: 1.05rem;
}
.home-redesign .category-rail-section {
  padding: 20px 0 96px;
}
.home-redesign .category-header {
  margin-bottom: 24px;
}
.home-redesign .category-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 28vw);
  gap: 18px;
  overflow-x: hidden;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.home-redesign .category-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  background-color: #121212;
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 70px rgba(0,0,0,0.32);
  scroll-snap-align: start;
}
.home-redesign .category-card-dark {
  background: linear-gradient(180deg, rgba(24,24,24,0.8), rgba(8,8,8,0.98)), url('../brand/source/covenant-robotics-primary-transparent.png');
  background-repeat: no-repeat;
  background-position: center 28%;
  background-size: 72%;
}
.home-redesign .category-card-parts {
  background: linear-gradient(180deg, rgba(20,20,20,0.9), rgba(8,8,8,0.98));
}
.home-redesign .category-card-meta {
  margin-bottom: auto;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: var(--gold-strong);
}
.home-redesign .category-card h3 {
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 2.3vw, 2.5rem);
}
.home-redesign .category-card p {
  max-width: 28ch;
}
.home-redesign .category-card-link {
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
}
.body-lock {
  overflow: hidden;
}

.site-shell-page {
  background:
    radial-gradient(circle at top, rgba(245, 209, 120, 0.1), transparent 28%),
    linear-gradient(180deg, #070707 0%, #0d0d0d 38%, #070707 100%);
}
.site-shell-page main {
  padding-top: 116px;
}
.global-header-shell {
  --header-progress: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 124px;
  padding: 12px 18px 24px;
  pointer-events: none;
}
.site-shell-page .hero-header-chrome,
.global-header-shell .hero-header-chrome {
  position: absolute;
  inset: 0 12px auto;
  height: 102px;
  border-radius: 28px;
  opacity: calc(0.82 + (var(--header-progress) * 0.18));
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(18,18,18,0.82), rgba(8,8,8,0.58));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 18px 44px rgba(0,0,0,0.24);
  backdrop-filter: blur(18px) saturate(1.12);
  transition: opacity 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}
.site-shell-page .hero-brand,
.site-shell-page .menu-trigger,
.site-shell-page .header-cta {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.site-shell-page .hero-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 12px 110px 0;
}
.site-shell-page .hero-brand img {
  width: clamp(176px, 20vw, 280px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,0.28));
}
.site-shell-page .menu-trigger,
.site-shell-page .drawer-close,
.site-shell-page .header-cta {
  appearance: none;
  border: 0;
  color: var(--text);
}
.site-shell-page .menu-trigger,
.site-shell-page .drawer-close {
  background: rgba(6,6,6,0.34);
  cursor: pointer;
}
.site-shell-page .menu-trigger {
  position: absolute;
  top: 22px;
  left: 28px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 16px 32px rgba(0,0,0,0.2);
}
.site-shell-page .menu-trigger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #fff;
}
.site-shell-page .header-cta {
  position: absolute;
  top: 22px;
  right: 28px;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(245,209,120,0.22);
  color: var(--gold-bright);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 16px 34px rgba(0,0,0,0.2);
}
.site-shell-page .site-drawer {
  position: fixed;
  inset: 0;
  z-index: 15;
  pointer-events: none;
}
.site-shell-page .site-drawer.is-open {
  pointer-events: auto;
}
.site-shell-page .site-drawer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.42);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.site-shell-page .site-drawer.is-open::before {
  opacity: 1;
}
.site-shell-page .site-drawer-inner {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100vw - 32px));
  min-height: 100%;
  padding: 28px;
  transform: translateX(-105%);
  transition: transform 0.28s ease;
  background: rgba(12,12,12,0.94);
  border-right: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.site-shell-page .site-drawer.is-open .site-drawer-inner {
  transform: translateX(0);
}
.site-shell-page .site-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-shell-page .drawer-close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1;
}
.site-shell-page .drawer-nav {
  display: grid;
  gap: 14px;
}
.site-shell-page .drawer-nav a,
.site-shell-page .drawer-link {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.03);
  color: var(--silver);
}
.site-shell-page .drawer-nav a.active,
.site-shell-page .drawer-nav a:hover,
.site-shell-page .drawer-link:hover {
  color: var(--gold-bright);
  border-color: rgba(245,209,120,0.22);
  background: rgba(255,255,255,0.05);
}
.site-shell-page .drawer-meta {
  display: grid;
  gap: 12px;
  margin-top: auto;
}
.product-video-hero {
  padding-top: 10px;
}
.site-shell-page .hero-copy h1 {
  font-size: clamp(2.45rem, 4.4vw, 4.65rem);
  line-height: 1.05;
}
.product-video-copy {
  padding-bottom: 28px;
}
.product-video-copy h1 {
  max-width: 12ch;
}
.product-video-copy p {
  max-width: 64ch;
}
.product-overview-band {
  padding-top: 54px;
}
.product-overview-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: start;
}
.compact-gallery {
  grid-template-columns: repeat(2, 1fr);
}
.product-buy-stack,
.product-details-grid {
  display: grid;
  gap: 24px;
}
.product-details-grid {
  grid-template-columns: 0.92fr 1.08fr;
  align-items: start;
}
.product-spec-grid {
  gap: 20px;
}
.detail-copy-card {
  margin-top: 10px;
}

@media (max-width: 1180px) {
  .mini-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-demo-grid,
  .product-overview-grid,
  .product-details-grid {
    grid-template-columns: 1fr;
  }
  .site-shell-page .hero-brand {
    padding-inline: 84px;
  }
  .site-shell-page .header-cta {
    display: none;
  }
  .scroll-shrink-hero .hero-visual[data-scroll-shrink] {
    position: relative;
    top: auto;
    transform: none;
    opacity: 1;
    border-radius: 34px;
    box-shadow: none;
  }
  .scroll-shrink-hero .hero-visual[data-scroll-shrink] .meta,
  .scroll-shrink-hero .hero-visual[data-scroll-shrink] .overlay {
    transform: none;
    opacity: 1;
  }
  .home-redesign .home-intro-grid {
    grid-template-columns: 1fr;
  }
  .home-redesign .home-intro-copy {
    margin-left: 0;
  }
  .home-redesign .category-rail {
    grid-auto-columns: minmax(280px, 62vw);
  }
}

@media (max-width: 720px) {
  .product-video-wrap {
    height: 56svh;
  }
  .mini-gallery,
  .compact-gallery {
    grid-template-columns: 1fr;
  }
  .site-shell-page main {
    padding-top: 100px;
  }
  .global-header-shell {
    min-height: 104px;
    padding: 10px 10px 16px;
  }
  .site-shell-page .hero-header-chrome,
  .global-header-shell .hero-header-chrome {
    inset-inline: 8px;
    height: 86px;
    border-radius: 22px;
  }
  .site-shell-page .menu-trigger {
    top: 18px;
    left: 18px;
    width: 50px;
    height: 50px;
  }
  .site-shell-page .hero-brand {
    min-height: 78px;
    padding: 10px 62px 0;
  }
  .site-shell-page .hero-brand img {
    width: min(58vw, 220px);
  }
  .product-video-copy h1 {
    max-width: none;
  }
  .home-redesign .hero-video-wrap {
    height: 72svh;
  }
  .home-redesign .hero-overlay-shell {
    --scrolled-header-lift: 10px;
    min-height: 108px;
    padding: 10px 0 18px;
  }
  .home-redesign .hero-header-chrome {
    inset: 0 0 auto;
    height: 96px;
  }
  .home-redesign .hero-brand {
    min-height: 92px;
    padding-top: 10px;
    padding-inline: 16px;
  }
  .home-redesign .hero-brand img {
    width: clamp(163px, 47.6vw, 238px);
  }
  .home-redesign .menu-trigger {
    top: 14px;
    left: 12px;
    width: 46px;
    height: 46px;
    padding-inline: 12px;
  }
  .home-redesign .home-intro {
    padding-top: 26px;
  }
  .home-redesign .category-rail {
    grid-auto-columns: 84vw;
  }
  .home-redesign .category-card {
    min-height: 360px;
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* Reference-inspired Covenant header and sales-page refinements */
.site-top-header {
  --header-progress: 1;
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 12;
  padding: 0 24px;
  pointer-events: none;
}
.site-top-header .top-header-inner {
  width: min(100%, 1460px);
  min-height: 92px;
  margin: 0 auto;
  padding: 14px 18px 14px 22px;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(245, 209, 120, 0.32);
  border-radius: 6px;
  background: rgba(7, 10, 10, 0.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 22px 58px rgba(0,0,0,0.32);
  backdrop-filter: blur(16px) saturate(1.08);
  pointer-events: auto;
}
.home-top-header .top-header-inner {
  background: rgba(5, 8, 8, calc(0.72 + (var(--header-progress) * 0.18)));
}
.site-top-header .hero-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 0;
  padding: 0;
}
.site-top-header .hero-brand img,
.home-redesign .site-top-header .hero-brand img,
.site-shell-page .site-top-header .hero-brand img {
  width: clamp(210px, 18vw, 294px);
  height: auto;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,0.34));
}
.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 0.9vw, 18px);
  margin-left: auto;
  color: #f6f1e7;
  font-size: 0.8rem;
  font-weight: 700;
}
.header-nav a {
  position: relative;
  padding: 12px 0;
  color: #f6f1e7;
  white-space: nowrap;
}
.header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: var(--gold-metal);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.header-nav a:hover,
.header-nav a:focus-visible,
.header-nav a.active { color: var(--gold-strong); }
.header-nav a:hover::after,
.header-nav a:focus-visible::after,
.header-nav a.active::after { opacity: 1; transform: scaleX(1); }
.site-top-header .header-cta {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 4px;
  border: 1px solid rgba(245,209,120,0.72);
  color: var(--gold-bright);
  background: rgba(0,0,0,0.16);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.site-top-header .header-cta::after { content: "→"; margin-left: 12px; font-size: 1.08rem; }
.site-top-header .menu-trigger {
  display: none;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid rgba(245,209,120,0.42);
  background: rgba(255,255,255,0.04);
  cursor: pointer;
}
.site-top-header .menu-trigger span { display: block; width: 100%; height: 1.5px; background: #fff; }
.home-redesign .home-hero { min-height: 100svh; }
.home-redesign .home-hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  min-height: min(100svh, 980px);
  display: flex;
  align-items: center;
  padding: 148px 0 72px;
  pointer-events: none;
}
.home-hero-copy-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  align-items: end;
  gap: 42px;
}
.home-hero-text,
.home-signal-panel { pointer-events: auto; }
.home-hero-text { max-width: 760px; }
.home-hero-text h1 {
  max-width: 12ch;
  margin-top: 22px;
  text-shadow: 0 18px 48px rgba(0,0,0,0.58);
}
.home-hero-text h1::first-line { color: #fff; }
.home-hero-text p {
  max-width: 58ch;
  font-size: 1.08rem;
  color: #e6ded0;
}
.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.home-signal-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(245,209,120,0.32);
  border-radius: 6px;
  background: rgba(4, 7, 7, 0.68);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 24px 68px rgba(0,0,0,0.34);
  backdrop-filter: blur(14px);
}
.home-signal-panel div {
  min-height: 138px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
}
.home-signal-panel strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--gold-strong);
}
.home-signal-panel span {
  color: #d8d1c3;
  line-height: 1.55;
  font-size: 0.92rem;
}
.product-gallery {
  display: grid;
  gap: 18px;
}
.product-gallery-stage {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050505;
  box-shadow: var(--shadow);
}
.product-gallery-stage img {
  width: 100%;
  height: min(68svh, 760px);
  object-fit: cover;
}
.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(8, minmax(74px, 1fr));
  gap: 10px;
}
.product-gallery-thumb {
  aspect-ratio: 1.18 / 1;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  background: #090909;
  cursor: pointer;
}
.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.product-gallery-thumb:hover img,
.product-gallery-thumb:focus-visible img,
.product-gallery-thumb.is-active img { opacity: 1; transform: scale(1.03); }
.product-gallery-thumb.is-active { border-color: rgba(245,209,120,0.78); }
.product-gallery-rail .product-gallery-stage img {
  height: min(54svh, 620px);
}
.product-gallery-thumb-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 0 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.product-gallery-thumb-rail .product-gallery-thumb {
  flex: 0 0 clamp(96px, 12vw, 150px);
  scroll-snap-align: start;
}
.locked-product-video {
  pointer-events: none;
  user-select: none;
}
.product-video-wrap { cursor: default; }
.card,
.btn,
.product-gallery-stage,
.product-gallery-thumb,
.part-card,
.image-frame,
.media-card,
.gallery-card { border-radius: 6px; }

@media (max-width: 1280px) {
  .header-nav { display: none; }
  .site-top-header .menu-trigger { display: inline-flex; }
  .site-top-header .header-cta { margin-left: auto; }
}
@media (max-width: 860px) {
  .site-top-header { top: 10px; padding: 0 10px; }
  .site-top-header .top-header-inner { min-height: 76px; padding: 10px 12px; gap: 12px; }
  .site-top-header .hero-brand img,
  .home-redesign .site-top-header .hero-brand img,
  .site-shell-page .site-top-header .hero-brand img {
    width: auto;
    height: 58px;
    max-width: min(55vw, 220px);
  }
  .site-top-header .header-cta { display: none; }
  .home-redesign .home-hero-copy { position: relative; min-height: auto; padding: 26px 0 30px; background: #080808; }
  .home-hero-copy-inner { grid-template-columns: 1fr; gap: 22px; }
  .home-hero-text h1 { max-width: none; }
  .home-signal-panel { grid-template-columns: 1fr; }
  .product-gallery-stage img { height: 52svh; min-height: 320px; }
  .product-gallery-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.site-shell-page .site-top-header .hero-brand,
.home-redesign .site-top-header .hero-brand {
  min-height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.site-shell-page .site-top-header .menu-trigger,
.home-redesign .site-top-header .menu-trigger,
.site-shell-page .site-top-header .header-cta {
  position: static;
  top: auto;
  left: auto;
  right: auto;
}
.home-redesign .site-top-header .menu-trigger { border-radius: 4px; }

.site-top-header .top-header-inner { min-height: 86px; padding-block: 10px; }
.site-top-header .hero-brand img,
.home-redesign .site-top-header .hero-brand img,
.site-shell-page .site-top-header .hero-brand img {
  width: auto;
  height: clamp(58px, 5.2vw, 78px);
  max-width: min(30vw, 300px);
  max-height: 82px;
  object-fit: contain;
}
.home-redesign .home-hero-copy { padding-top: 220px; }
.home-hero-text h1 {
  max-width: 820px;
  font-size: clamp(3.25rem, 5.1vw, 5.15rem);
  line-height: 1;
}
.home-media-wrap img.hero-video-media { object-position: center; }
@media (max-width: 860px) {
  .site-top-header .hero-brand img,
  .home-redesign .site-top-header .hero-brand img,
  .site-shell-page .site-top-header .hero-brand img {
    width: auto;
    height: 58px;
    max-width: min(55vw, 210px);
    max-height: 64px;
  }
  .home-redesign .home-hero-copy { padding-top: 30px; }
  .home-hero-text h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
}

.product-video-wrap { height: min(64svh, 720px); }
.local-video-wrap video.product-video-media { object-position: 68% center; }
.product-video-copy h1 { font-size: clamp(2.7rem, 4.6vw, 5rem); max-width: 13ch; }
@media (max-width: 720px) {
  .product-video-wrap { height: 52svh; }
  .local-video-wrap video.product-video-media { object-position: center; }
}

.local-video-wrap {
  position: relative;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.18)), var(--video-poster);
  background-size: cover;
  background-position: center;
}
.instant-video-wrap {
  background-image: none;
  background-color: #0b0b09;
}
.local-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(0,0,0,0.18), rgba(0,0,0,0.02)), var(--video-poster);
  background-size: cover;
  background-position: center;
  z-index: 3;
  opacity: 0.76;
  mix-blend-mode: normal;
}
.local-video-wrap.is-video-playing::after { opacity: 0.2; }
.instant-video-wrap::after,
.instant-video-wrap.is-video-playing::after { opacity: 0; }
.local-video-wrap .hero-video-overlay { z-index: 4; }
.local-video-wrap video.product-video-media {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.local-video-wrap.is-video-playing video.product-video-media { opacity: 0.88; }
.instant-video-wrap video.product-video-media,
.instant-video-wrap.is-video-playing video.product-video-media { opacity: 0.9; }

/* Mobile verification refinements for reference-like first viewport */
@media (max-width: 860px) {
  .site-top-header .menu-trigger { margin-left: auto; }
  .home-redesign .home-hero { min-height: 100svh; }
  .home-redesign .hero-video-wrap { height: 100svh; }
  .home-redesign .home-hero-copy {
    position: absolute;
    inset: 0;
    min-height: 100svh;
    padding: 138px 0 28px;
    display: flex;
    align-items: flex-end;
    background: transparent;
  }
  .home-hero-copy-inner {
    display: block;
  }
  .home-hero-text {
    max-width: 100%;
    padding-right: 8px;
  }
  .home-hero-text h1 {
    max-width: 10.5ch;
    font-size: clamp(2.65rem, 11vw, 4.1rem);
    line-height: 0.98;
    text-shadow: 0 18px 48px rgba(0,0,0,0.72);
  }
  .home-hero-text p {
    max-width: 34ch;
    color: #fff7e8;
    text-shadow: 0 12px 32px rgba(0,0,0,0.72);
  }
  .home-signal-panel {
    display: none;
  }
  .home-redesign .hero-video-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.18) 34%, rgba(0,0,0,0.82) 100%),
      linear-gradient(90deg, rgba(0,0,0,0.54), rgba(0,0,0,0.08));
  }
}

@media (max-width: 860px) {
  .home-redesign .home-hero-copy {
    align-items: center;
    padding-top: 132px;
    padding-bottom: 24px;
  }
}

@media (max-width: 860px) {
  .home-hero-text h1 {
    max-width: 11ch;
    font-size: clamp(2.25rem, 9.2vw, 3.35rem);
    line-height: 1.02;
  }
  .home-hero-actions { margin-top: 18px; }
}

/* Premium Covenant homepage rebuilt from the supplied UI reference */
.home-premium {
  --color-gold: #d5a232;
  --color-gold-light: #ffe394;
  --color-gold-dark: #805510;
  --color-charcoal: #131515;
  --color-black: #050707;
  --color-ivory: #f7f2e8;
  --color-panel: rgba(15, 17, 17, 0.88);
  --color-panel-strong: rgba(9, 11, 11, 0.94);
  --color-muted: #bfb8aa;
  --color-body: #e8e2d8;
  --border-gold: rgba(213, 162, 50, 0.34);
  --border-soft: rgba(255, 255, 255, 0.11);
  --shadow-gold: 0 22px 70px rgba(213, 162, 50, 0.18);
  --shadow-panel: 0 30px 90px rgba(0, 0, 0, 0.42);
  --radius-card: 8px;
  --radius-button: 5px;
  --premium-gold-gradient: linear-gradient(135deg, #8f5f14 0%, #d69f2b 24%, #ffe394 48%, #c98f23 70%, #78500f 100%);
  --premium-page-bg:
    radial-gradient(circle at 70% 18%, rgba(213, 162, 50, 0.13), transparent 27%),
    radial-gradient(circle at 18% 3%, rgba(255, 227, 148, 0.1), transparent 21%),
    linear-gradient(180deg, #050707 0%, #080b0b 55%, #050707 100%);
  margin: 0;
  min-height: 100vh;
  color: var(--color-body);
  background: var(--premium-page-bg);
}

.home-premium[data-theme="light"] {
  --color-panel: rgba(255, 255, 255, 0.78);
  --color-panel-strong: rgba(255, 255, 255, 0.94);
  --color-muted: #5e5a51;
  --color-body: #242220;
  --border-gold: rgba(156, 104, 20, 0.28);
  --border-soft: rgba(20, 18, 14, 0.1);
  --shadow-gold: 0 22px 70px rgba(156, 104, 20, 0.13);
  --shadow-panel: 0 28px 80px rgba(38, 32, 22, 0.14);
  --premium-page-bg:
    radial-gradient(circle at 70% 18%, rgba(213, 162, 50, 0.11), transparent 29%),
    radial-gradient(circle at 18% 3%, rgba(128, 85, 16, 0.09), transparent 22%),
    linear-gradient(180deg, #fbf8f1 0%, #f3eee4 52%, #fbf8f1 100%);
}

.home-premium a { color: inherit; }
.home-premium p { color: var(--color-muted); }
.premium-shell {
  width: min(calc(100% - 48px), 1460px);
  margin: 0 auto;
}

.premium-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 8px 0 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.22), transparent);
}
.premium-header-inner {
  width: min(calc(100% - 48px), 1460px);
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 14px 20px 14px 24px;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-card);
  background: rgba(5, 7, 7, 0.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 16px 50px rgba(0,0,0,0.25);
  backdrop-filter: blur(18px) saturate(1.08);
}
.home-premium[data-theme="light"] .premium-header-inner {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 16px 48px rgba(40,32,18,0.12);
}
.premium-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.premium-brand img {
  width: auto;
  height: clamp(62px, 5.4vw, 82px);
  max-width: min(31vw, 330px);
  max-height: 84px;
  object-fit: contain;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,0.34));
}
.premium-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 0.95vw, 18px);
  margin-left: auto;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-body);
}
.premium-nav a {
  position: relative;
  padding: 13px 0;
  white-space: nowrap;
}
.premium-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 2px;
  background: var(--premium-gold-gradient);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.premium-nav a:hover,
.premium-nav a:focus-visible,
.premium-nav a.active { color: var(--color-gold-light); }
.home-premium[data-theme="light"] .premium-nav a:hover,
.home-premium[data-theme="light"] .premium-nav a:focus-visible,
.home-premium[data-theme="light"] .premium-nav a.active { color: #9b6814; }
.premium-nav a:hover::after,
.premium-nav a:focus-visible::after,
.premium-nav a.active::after {
  opacity: 1;
  transform: scaleX(1);
}
.premium-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.premium-quote,
.premium-btn,
.premium-menu-trigger {
  min-height: 48px;
  border-radius: var(--radius-button);
  font-family: var(--font-body);
  font-weight: 800;
}
.premium-quote,
.premium-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-size: 0.82rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.premium-quote {
  border: 1px solid rgba(213,162,50,0.74);
  color: var(--color-gold-light);
  background: rgba(0,0,0,0.14);
}
.home-premium[data-theme="light"] .premium-quote {
  color: #6f4a0f;
  background: rgba(255,255,255,0.42);
}
.premium-btn-gold {
  border: 1px solid rgba(255,227,148,0.42);
  color: #14110b;
  background: var(--premium-gold-gradient);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.36), 0 18px 34px rgba(130,87,17,0.23);
}
.premium-btn-outline {
  border: 1px solid var(--border-gold);
  color: var(--color-body);
  background: rgba(255,255,255,0.025);
}
.home-premium[data-theme="light"] .premium-btn-outline {
  color: #171514;
  background: rgba(255,255,255,0.52);
}
.premium-quote:hover,
.premium-quote:focus-visible,
.premium-btn:hover,
.premium-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}
.premium-menu-trigger {
  display: none;
  width: 48px;
  border: 1px solid var(--border-gold);
  background: rgba(255,255,255,0.035);
  cursor: pointer;
  padding: 0 12px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.premium-menu-trigger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--color-body);
}

.home-premium .premium-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
}
.home-premium .premium-drawer.is-open { pointer-events: auto; }
.home-premium .premium-drawer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.48);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.home-premium .premium-drawer.is-open::before { opacity: 1; }
.home-premium .premium-drawer .site-drawer-inner {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100vw - 32px));
  min-height: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  border-right: 1px solid var(--border-gold);
  background: rgba(8, 10, 10, 0.96);
  backdrop-filter: blur(18px);
  transform: translateX(-105%);
  transition: transform 0.25s ease;
}
.home-premium[data-theme="light"] .premium-drawer .site-drawer-inner {
  background: rgba(255,255,255,0.96);
}
.home-premium .premium-drawer.is-open .site-drawer-inner { transform: translateX(0); }
.home-premium .site-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.home-premium .drawer-close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  color: var(--color-body);
  background: rgba(255,255,255,0.04);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.home-premium .drawer-nav,
.home-premium .drawer-meta {
  display: grid;
  gap: 12px;
}
.home-premium .drawer-nav a,
.home-premium .drawer-link {
  padding: 14px 16px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  color: var(--color-body);
  background: rgba(255,255,255,0.035);
}
.home-premium .drawer-nav a:hover,
.home-premium .drawer-nav a:focus-visible,
.home-premium .drawer-nav a.active,
.home-premium .drawer-link:hover,
.home-premium .drawer-link:focus-visible {
  border-color: var(--border-gold);
  color: var(--color-gold-light);
}
.home-premium[data-theme="light"] .drawer-nav a:hover,
.home-premium[data-theme="light"] .drawer-nav a:focus-visible,
.home-premium[data-theme="light"] .drawer-nav a.active,
.home-premium[data-theme="light"] .drawer-link:hover,
.home-premium[data-theme="light"] .drawer-link:focus-visible {
  color: #7c540f;
}
.home-premium .drawer-meta { margin-top: auto; }

.premium-home-main {
  position: relative;
  overflow: hidden;
}
.premium-hero {
  position: relative;
  padding: 24px 0 44px;
}
.premium-hero::before {
  content: "";
  position: absolute;
  inset: -160px 0 auto;
  height: 620px;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(213,162,50,0.16), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 68%);
}
.premium-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  min-height: 388px;
  padding: 22px 16px 14px;
}
.premium-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  animation: premiumFadeUp 0.72s ease both;
}
.premium-eyebrow {
  margin-bottom: 18px;
  color: var(--color-gold-light);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  font-weight: 800;
}
.home-premium[data-theme="light"] .premium-eyebrow { color: #a36d14; }
.premium-hero h1,
.premium-solutions-card h2,
.product-band-copy h2,
.premium-section-header h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.02em;
  color: var(--color-body);
}
.premium-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: clamp(2.9rem, 3.9vw, 4.35rem);
  line-height: 1.05;
}
.premium-hero h1 span {
  display: inline;
  color: transparent;
  background: var(--premium-gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 12px 24px rgba(213,162,50,0.18));
}
.premium-hero-copy p {
  max-width: 58ch;
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.78;
}
.premium-hero-copy p strong {
  color: var(--color-body);
}
.premium-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.premium-hero-visual {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  isolation: isolate;
  animation: premiumFadeIn 0.88s 0.1s ease both;
}

.product-hero-showcase {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(286px, 1.35fr) minmax(150px, 0.7fr);
  gap: 12px;
  place-items: stretch;
  min-height: clamp(430px, 38vw, 620px);
  padding: 18px;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-card);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.018)),
    radial-gradient(circle at 52% 38%, rgba(213,162,50,0.18), transparent 38%),
    var(--color-panel-strong);
  box-shadow: var(--shadow-panel);
}
.product-hero-showcase::before {
  inset: 0;
  border-radius: var(--radius-card);
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(213,162,50,0.18) 49% 51%, transparent 52% 100%),
    linear-gradient(0deg, transparent 0 48%, rgba(213,162,50,0.14) 49% 51%, transparent 52% 100%),
    radial-gradient(circle at 48% 48%, rgba(255,227,148,0.18), transparent 52%);
  opacity: 0.34;
  mask-image: none;
}
.product-hero-showcase .tech-grid {
  inset: 0;
  border-radius: var(--radius-card);
  opacity: 0.2;
  transform: none;
}
.product-hero-showcase .hero-gold-glow {
  left: 22%;
  top: 12%;
  z-index: 0;
}
.showcase-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-card);
  background: #050707;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 42px rgba(0,0,0,0.28);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.showcase-card:hover,
.showcase-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-gold);
}
.showcase-card-main { min-height: 286px; }
.showcase-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transform: scale(1.01);
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.showcase-card:hover img,
.showcase-card:focus-visible img {
  transform: scale(1.045);
  opacity: 0.92;
}
.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.2) 38%, rgba(0,0,0,0.82) 100%),
    linear-gradient(90deg, rgba(0,0,0,0.3), transparent 56%);
}
.showcase-card span,
.showcase-card strong {
  position: relative;
  z-index: 1;
  padding-inline: 18px;
}
.showcase-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--color-gold-light);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.showcase-card strong {
  padding-bottom: 18px;
  color: #fff7e8;
  font-size: clamp(0.88rem, 1vw, 1.06rem);
  line-height: 1.35;
}
.premium-hero-visual::before {
  content: "";
  position: absolute;
  inset: 12% 5% 2%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,227,148,0.15) 0 1px, transparent 1px),
    radial-gradient(circle at 50% 58%, rgba(213,162,50,0.22), transparent 32%);
  background-size: 24px 24px, auto;
  opacity: 0.85;
  mask-image: radial-gradient(circle, #000 0 52%, transparent 73%);
}
.tech-grid {
  position: absolute;
  inset: 7% 0 0;
  border-radius: 50%;
  opacity: 0.42;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(213,162,50,0.32) 49% 51%, transparent 52% 100%),
    linear-gradient(0deg, transparent 0 48%, rgba(213,162,50,0.24) 49% 51%, transparent 52% 100%),
    repeating-linear-gradient(90deg, transparent 0 56px, rgba(213,162,50,0.16) 57px 58px, transparent 59px 112px);
  transform: perspective(820px) rotateX(62deg);
  transform-origin: center bottom;
}
.radar-ring {
  position: absolute;
  border: 1px solid rgba(213,162,50,0.28);
  border-radius: 50%;
  transform: perspective(820px) rotateX(63deg);
  transform-origin: center bottom;
}
.radar-ring-one { width: 70%; aspect-ratio: 1; bottom: 18%; }
.radar-ring-two { width: 44%; aspect-ratio: 1; bottom: 26%; border-color: rgba(255,227,148,0.33); }
.hero-gold-glow {
  position: absolute;
  width: min(68%, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,227,148,0.3), rgba(213,162,50,0.12) 38%, transparent 68%);
  filter: blur(8px);
}
.hero-emblem {
  position: relative;
  z-index: 2;
  width: min(68%, 560px);
  max-height: 510px;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 30px 40px rgba(0,0,0,0.48));
  animation: premiumFloat 6s ease-in-out infinite;
}
.hero-shadow {
  position: absolute;
  z-index: 1;
  bottom: 11%;
  width: 48%;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(213,162,50,0.35), rgba(0,0,0,0.32) 48%, transparent 72%);
  filter: blur(4px);
}
.hero-spec-card {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 4px;
  min-width: 160px;
  padding: 13px 16px;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-card);
  background: rgba(8,10,10,0.72);
  box-shadow: var(--shadow-panel);
  backdrop-filter: blur(14px);
}
.home-premium[data-theme="light"] .hero-spec-card { background: rgba(255,255,255,0.72); }
.hero-spec-card strong {
  color: var(--color-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
}
.home-premium[data-theme="light"] .hero-spec-card strong { color: #8b5c10; }
.hero-spec-card span {
  color: var(--color-muted);
  font-size: 0.78rem;
}
.hero-spec-card-left { left: 5%; bottom: 25%; }
.hero-spec-card-right { right: 2%; top: 26%; }

.feature-card-row {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background: rgba(255,255,255,0.025);
  box-shadow: var(--shadow-panel);
}
.home-premium[data-theme="light"] .feature-card-row {
  background: rgba(255,255,255,0.76);
}
.premium-feature-card {
  min-height: 198px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 18px;
  text-align: center;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015)),
    var(--color-panel);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.premium-feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-gold);
}
.premium-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  color: var(--color-gold-light);
}
.home-premium[data-theme="light"] .premium-icon { color: #b67815; }
.premium-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.premium-feature-card h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  letter-spacing: 0;
}
.premium-feature-card p {
  max-width: 23ch;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.62;
}
.feature-rule {
  width: 42px;
  height: 2px;
  margin-top: 8px;
  background: var(--premium-gold-gradient);
}

.premium-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 24px;
  padding: 16px 22px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background: var(--color-panel);
  box-shadow: var(--shadow-panel);
}
.premium-stat {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 14px;
  row-gap: 2px;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-right: 1px solid var(--border-soft);
}
.premium-stat:last-child { border-right: 0; }
.premium-stat .stat-icon {
  grid-row: span 2;
  width: 44px;
  height: 44px;
}
.premium-stat strong {
  display: block;
  color: var(--color-body);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 2.4vw, 2.6rem);
  line-height: 1;
}
.premium-stat span:last-child {
  color: var(--color-muted);
  font-size: 0.76rem;
}

.premium-solutions-card {
  display: grid;
  grid-template-columns: 0.8fr 1fr auto;
  gap: 34px;
  align-items: center;
  margin-top: 24px;
  padding: 34px;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-card);
  background:
    linear-gradient(135deg, rgba(213,162,50,0.09), transparent 34%),
    var(--color-panel);
  box-shadow: var(--shadow-panel);
}
.premium-solutions-card h2,
.product-band-copy h2,
.premium-section-header h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
}
.premium-solutions-card p {
  margin: 0;
  padding-left: 34px;
  border-left: 1px solid var(--border-soft);
  font-size: 0.98rem;
}

.premium-product-band,
.premium-industries {
  padding: 76px 0;
}
.product-band-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 38px;
  align-items: center;
}
.product-band-copy p {
  max-width: 58ch;
  margin-top: 18px;
}
.product-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.product-mini-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-mini-card {
  overflow: hidden;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background: var(--color-panel);
  box-shadow: var(--shadow-panel);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.product-mini-card:hover,
.product-mini-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--border-gold);
}
.product-mini-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.product-mini-card div {
  padding: 18px;
}
.product-mini-card span {
  display: block;
  margin-bottom: 4px;
  color: var(--color-gold-light);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.home-premium[data-theme="light"] .product-mini-card span { color: #956411; }
.product-mini-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--color-body);
  font-size: 1rem;
}
.product-mini-card p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
}
.premium-sales-strip {
  padding: 74px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), transparent),
    radial-gradient(circle at 82% 6%, rgba(213,162,50,0.09), transparent 26%);
}
.sales-guidance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.sales-guidance-card {
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background: var(--color-panel);
  box-shadow: var(--shadow-panel);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.sales-guidance-card:hover,
.sales-guidance-card:focus-within {
  transform: translateY(-4px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-gold);
}
.sales-guidance-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.sales-guidance-card div {
  padding: 20px;
}
.sales-guidance-card h3 {
  font-family: var(--font-body);
  font-size: 1.02rem;
  letter-spacing: 0;
}
.sales-guidance-card p {
  margin-bottom: 15px;
  font-size: 0.9rem;
  line-height: 1.6;
}
.sales-guidance-card a {
  color: var(--color-gold-light);
  font-weight: 800;
}
.home-premium[data-theme="light"] .sales-guidance-card a { color: #956411; }
.asset-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.asset-gallery-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.asset-gallery-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.asset-gallery-card .body {
  padding: 18px;
}
.asset-gallery-card h3 {
  font-family: var(--font-body);
  font-size: 1rem;
  letter-spacing: 0;
}
.lymow-spec-visual img {
  min-height: 520px;
  object-fit: cover;
}
.simple-product-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.premium-section-header {
  max-width: 840px;
  margin-bottom: 28px;
}
.industry-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.industry-pill-row span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  color: var(--color-body);
  background: var(--color-panel);
}
.premium-footer {
  border-top: 1px solid var(--border-soft);
  background: rgba(0,0,0,0.14);
}
.home-premium[data-theme="light"] .premium-footer { background: rgba(255,255,255,0.38); }
.premium-footer .brand-lockup img {
  width: 84px;
  height: 84px;
  padding: 6px;
  object-fit: contain;
  border-radius: var(--radius-card);
  background: rgba(0,0,0,0.72);
}

@keyframes premiumFadeUp {
  from { opacity: 1; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes premiumFadeIn {
  from { opacity: 1; transform: scale(0.99); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes premiumFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 1180px) {
  .premium-header-inner { gap: 16px; }
  .premium-nav { display: none; }
  .premium-menu-trigger { display: inline-flex; }
  .premium-header-actions { margin-left: auto; }
  .premium-hero-grid,
  .product-band-grid {
    grid-template-columns: 1fr;
  }
  .premium-hero-visual {
    min-height: 470px;
  }
  .product-hero-showcase {
    min-height: 540px;
  }
  .feature-card-row,
  .premium-stat-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-mini-grid-four,
  .sales-guidance-grid,
  .asset-gallery-grid,
  .simple-product-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .premium-stat:nth-child(2) { border-right: 0; }
  .premium-stat:nth-child(-n+2) { border-bottom: 1px solid var(--border-soft); }
  .premium-solutions-card {
    grid-template-columns: 1fr;
  }
  .premium-solutions-card p {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .premium-shell,
  .premium-header-inner {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }
  .premium-header {
    padding-top: 6px;
  }
  .premium-header-inner {
    min-height: 78px;
    padding: 10px 12px;
  }
  .premium-brand img {
    width: auto;
    height: 58px;
    max-width: min(54vw, 210px);
    max-height: 62px;
  }
  .premium-quote {
    display: none;
  }
  .premium-menu-trigger {
    margin-left: auto;
  }
  .premium-hero {
    padding-top: 22px;
  }
  .premium-hero-grid {
    width: 100%;
    max-width: 100%;
    gap: 16px;
    min-height: 0;
    padding: 12px 0 18px;
  }
  .premium-eyebrow {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .premium-hero h1 {
    max-width: calc(100vw - 24px);
    font-size: clamp(2.05rem, 9vw, 2.85rem);
    line-height: 1.04;
    overflow-wrap: break-word;
  }
  .premium-hero h1 span {
    display: block;
    max-width: 10ch;
  }
  .premium-hero-copy p {
    font-size: 0.98rem;
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .premium-hero-actions {
    display: grid;
    width: 100%;
  }
  .premium-hero-actions .premium-btn {
    width: 100%;
  }
  .premium-hero-visual {
    min-height: 360px;
    margin-top: 4px;
  }
  .product-hero-showcase {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }
  .showcase-card,
  .showcase-card-main {
    grid-row: auto;
    min-height: 210px;
  }
  .hero-spec-card {
    display: none;
  }
  .hero-emblem {
    width: min(78%, 360px);
  }
  .feature-card-row,
  .premium-stat-strip,
  .product-mini-grid {
    grid-template-columns: 1fr;
  }
  .premium-feature-card {
    min-height: 190px;
  }
  .premium-stat {
    grid-template-columns: auto 1fr;
    justify-content: start;
    border-right: 0;
    border-bottom: 1px solid var(--border-soft);
  }
  .premium-stat:last-child {
    border-bottom: 0;
  }
  .premium-solutions-card {
    padding: 24px;
  }
  .premium-product-band,
  .premium-industries,
  .premium-sales-strip {
    padding: 56px 0;
  }
  .sales-guidance-grid,
  .asset-gallery-grid,
  .simple-product-strip {
    grid-template-columns: 1fr;
  }
  .asset-gallery-card img {
    height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-premium *,
  .home-premium *::before,
  .home-premium *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Light Covenant system for standard site pages */
body.site-shell-page {
  --bg: #fbf8f1;
  --bg-soft: #f3eee4;
  --panel: rgba(255, 255, 255, 0.82);
  --panel-2: rgba(255, 255, 255, 0.95);
  --text: #242220;
  --muted: #5e5a51;
  --silver: #5e5a51;
  --line: rgba(156, 104, 20, 0.24);
  --shadow: 0 28px 80px rgba(38, 32, 22, 0.13);
  color: var(--text);
  background:
    radial-gradient(circle at 72% 8%, rgba(213, 162, 50, 0.12), transparent 30%),
    radial-gradient(circle at 12% 4%, rgba(128, 85, 16, 0.08), transparent 22%),
    linear-gradient(180deg, #fbf8f1 0%, #f3eee4 52%, #fbf8f1 100%);
}

.site-shell-page p,
.site-shell-page .stat-label,
.site-shell-page .brand-subtitle,
.site-shell-page .form-note,
.site-shell-page .part-status {
  color: var(--muted);
}

.site-shell-page h1,
.site-shell-page h2,
.site-shell-page h3,
.site-shell-page h4,
.site-shell-page .stat-value,
.site-shell-page .part-price,
.site-shell-page .metric-card strong {
  color: var(--text);
}

.site-shell-page small,
.site-shell-page .eyebrow,
.site-shell-page .meta-label,
.site-shell-page .parts-label,
.site-shell-page .metric-card span,
.site-shell-page .part-category,
.site-shell-page .parts-count,
.site-shell-page .form-success {
  color: #9b6814;
}

.site-shell-page .site-top-header .top-header-inner {
  border-color: rgba(156, 104, 20, 0.28);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.78), 0 18px 48px rgba(40, 32, 18, 0.12);
}

.site-shell-page .site-top-header .hero-brand img {
  filter: drop-shadow(0 12px 22px rgba(36, 29, 18, 0.16));
}

.site-shell-page .header-nav,
.site-shell-page .header-nav a {
  color: #242220;
}

.site-shell-page .header-nav a:hover,
.site-shell-page .header-nav a:focus-visible,
.site-shell-page .header-nav a.active {
  color: #9b6814;
}

.site-shell-page .site-top-header .header-cta {
  color: #6f4a0f;
  background: rgba(255, 255, 255, 0.52);
  border-color: rgba(156, 104, 20, 0.38);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.76), 0 14px 30px rgba(95, 65, 18, 0.1);
}

.site-shell-page .site-top-header .menu-trigger {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(156, 104, 20, 0.32);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 14px 30px rgba(95, 65, 18, 0.1);
}

.site-shell-page .site-top-header .menu-trigger span {
  background: #242220;
}

.site-shell-page .site-drawer::before {
  background: rgba(36, 30, 20, 0.32);
}

.site-shell-page .site-drawer-inner {
  background: rgba(255, 255, 255, 0.97);
  border-right-color: rgba(156, 104, 20, 0.24);
  box-shadow: 22px 0 70px rgba(38, 32, 22, 0.18);
}

.site-shell-page .drawer-close {
  color: #242220;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(156, 104, 20, 0.22);
}

.site-shell-page .drawer-nav a,
.site-shell-page .drawer-link {
  color: #302b22;
  border-color: rgba(20, 18, 14, 0.1);
  background: rgba(250, 246, 237, 0.72);
}

.site-shell-page .drawer-nav a.active,
.site-shell-page .drawer-nav a:hover,
.site-shell-page .drawer-link:hover,
.site-shell-page .drawer-nav a:focus-visible,
.site-shell-page .drawer-link:focus-visible {
  color: #7c540f;
  border-color: rgba(156, 104, 20, 0.32);
  background: rgba(255, 255, 255, 0.94);
}

.site-shell-page .section.alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at 80% 8%, rgba(213, 162, 50, 0.08), transparent 28%);
}

.site-shell-page .hero-copy,
.site-shell-page .card,
.site-shell-page .part-card,
.site-shell-page .gallery-card,
.site-shell-page .media-card,
.site-shell-page .asset-gallery-card,
.site-shell-page .product-gallery-stage,
.site-shell-page .roadrunner-gallery-card,
.site-shell-page .quote-band,
.site-shell-page .mini-gallery-card,
.site-shell-page .support-plan-note,
.site-shell-page .support-plan-logo-stage,
.site-shell-page .support-plan-grid-logo {
  border-color: var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.58)),
    var(--panel);
  box-shadow: var(--shadow);
}

.site-shell-page .hero-copy::before {
  background: radial-gradient(circle at 22% 18%, rgba(213, 162, 50, 0.13), transparent 34%);
}

.site-shell-page .card.soft,
.site-shell-page .contact-form,
.site-shell-page .parts-tools,
.site-shell-page .compare-table {
  background: var(--panel-2);
}

.site-shell-page .callout {
  color: #3a3328;
  border-left-color: #c99536;
  background: linear-gradient(135deg, rgba(213, 162, 50, 0.14), rgba(255,255,255,0.5));
}

.site-shell-page .callout strong {
  color: #1f1c18;
}

.site-shell-page .btn-secondary,
.site-shell-page .pill,
.site-shell-page .category-btn,
.site-shell-page .contact-form input,
.site-shell-page .contact-form select,
.site-shell-page .contact-form textarea,
.site-shell-page .parts-search-input,
.site-shell-page .metric-card,
.site-shell-page .part-category,
.site-shell-page .part-status,
.site-shell-page .brand-chip,
.site-shell-page .support-plan-pillars .card {
  color: #302b22;
  border-color: rgba(156, 104, 20, 0.24);
  background: rgba(255, 255, 255, 0.58);
}

.site-shell-page .contact-form input,
.site-shell-page .contact-form select,
.site-shell-page .contact-form textarea,
.site-shell-page .parts-search-input {
  color: var(--text);
}

body[data-theme="dark"] .pill,
body[data-theme="dark"] .brand-chip,
body[data-theme="dark"] .part-status,
body[data-theme="dark"] .drive-hero-specs span,
body[data-theme="dark"] .drive-pill-row span,
body[data-theme="dark"] .industry-pill-row span {
  color: #f7f2e8;
  border-color: rgba(255,255,255,0.22);
  background: rgba(17,18,15,0.82);
}

body[data-theme="dark"] .part-category {
  color: #f5d486;
  border-color: rgba(245,212,134,0.34);
  background: rgba(17,18,15,0.82);
}

body[data-theme="dark"] .drive-hero-specs strong {
  color: #fff;
}

.site-shell-page .contact-form label,
.site-shell-page .list li,
.site-shell-page .brand-relationship {
  color: #4d473e;
}

.site-shell-page .product-gallery-stage,
.site-shell-page .product-gallery-thumb,
.site-shell-page .part-media {
  background: #f5f0e6;
}

.site-shell-page .product-gallery-thumb {
  border-color: rgba(156, 104, 20, 0.18);
}

.site-shell-page .compare-table th,
.site-shell-page .compare-table td {
  border-bottom-color: rgba(156, 104, 20, 0.2);
}

.site-shell-page .compare-table th {
  color: #8b5c10;
}

.site-shell-page .tender-visual,
.site-shell-page .about-mark-visual,
.site-shell-page .support-plan-showcase {
  background:
    radial-gradient(circle at top, rgba(213, 162, 50, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.84), rgba(247,242,232,0.96));
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.site-shell-page .tender-frame,
.site-shell-page .about-mark-frame {
  background: linear-gradient(160deg, rgba(255,255,255,0.76), rgba(255,255,255,0.4));
  border-color: rgba(156, 104, 20, 0.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72), 0 24px 60px rgba(38, 32, 22, 0.12);
}

.site-shell-page .site-footer {
  border-top-color: rgba(156, 104, 20, 0.18);
  background: rgba(255, 255, 255, 0.38);
}

.site-shell-page .site-footer a:hover {
  color: #9b6814;
}

.site-shell-page .brand-lockup {
  border-color: rgba(156, 104, 20, 0.2);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.74), 0 18px 42px rgba(38, 32, 22, 0.1);
}

.site-shell-page .brand-lockup img {
  filter: drop-shadow(0 12px 22px rgba(36, 29, 18, 0.16));
}

.site-shell-page .hero-visual .metric-card {
  background: rgba(255, 255, 255, 0.84);
  color: #242220;
}

.site-shell-page .hero-visual .meta,
.site-shell-page .hero-visual .meta h3 {
  color: #fff7e8;
}

.site-shell-page .hero-visual .meta p {
  color: #efe5d4;
}

.site-shell-page .hero-visual .meta .eyebrow {
  color: #f5de9a;
}

.site-shell-page .hero-visual .metric-card small {
  color: #5e5a51;
}

.lymow-feature-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.lymow-story-card {
  padding: 0;
  overflow: hidden;
}

.lymow-story-card img {
  width: 100%;
  height: clamp(320px, 32vw, 520px);
  object-fit: cover;
}

.lymow-story-card .body {
  padding: 28px;
}

.lymow-capability-grid .card {
  overflow: hidden;
  padding: 0;
}

.lymow-capability-grid .card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.lymow-capability-grid .card .eyebrow,
.lymow-capability-grid .card h3,
.lymow-capability-grid .card p {
  margin-left: 24px;
  margin-right: 24px;
}

.lymow-capability-grid .card .eyebrow {
  display: block;
  margin-top: 24px;
}

.lymow-capability-grid .card p {
  margin-bottom: 26px;
}

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

.dealer-logo-card {
  display: grid;
  align-content: center;
  min-height: 320px;
  gap: 18px;
}

.dealer-logo-card img {
  width: min(100%, 560px);
  height: auto;
  object-fit: contain;
  padding: 24px;
  border-radius: 8px;
  background: #050707;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.dealer-logo-card-light img {
  background: #f7f2e8;
}

.dealer-value-grid .card {
  min-height: 238px;
}

.dealer-territory-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(213,162,50,0.12), transparent 34%),
    rgba(255,255,255,0.74);
  box-shadow: var(--shadow);
}

.dealer-territory-band h2 {
  margin-bottom: 10px;
}

.dealer-territory-band p {
  max-width: 76ch;
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .lymow-feature-story,
  .dealer-logo-grid,
  .dealer-territory-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-shell-page .site-top-header .top-header-inner {
    min-height: 76px;
  }
  .dealer-logo-card img {
    padding: 16px;
  }
  .dealer-territory-band {
    padding: 24px;
  }
}

/* Cinematic product-browse homepage */
.covenant-drive {
  --drive-bg: #f1eee8;
  --drive-paper: #fbfaf6;
  --drive-ink: #151512;
  --drive-muted: #5f625b;
  --drive-soft: #ded9cf;
  --drive-gold: #c9922e;
  --drive-green: #3f5449;
  --drive-shadow: 0 24px 80px rgba(26, 24, 19, 0.14);
  background: var(--drive-bg);
  color: var(--drive-ink);
  overflow-x: hidden;
}

.covenant-drive[data-theme="dark"] {
  --drive-bg: #090a09;
  --drive-paper: #141514;
  --drive-ink: #f4f0e6;
  --drive-muted: #c8c0b2;
  --drive-soft: rgba(255,255,255,0.14);
  --drive-green: #607466;
  --drive-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.covenant-drive p {
  color: var(--drive-muted);
}

.drive-header {
  --drive-bg: #f1eee8;
  --drive-paper: #fbfaf6;
  --drive-ink: #151512;
  --drive-muted: #5f625b;
  --drive-soft: #ded9cf;
  --drive-gold: #c9922e;
  --drive-green: #3f5449;
  --drive-shadow: 0 24px 80px rgba(26, 24, 19, 0.14);
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 14px clamp(12px, 3vw, 42px) 0;
  pointer-events: none;
}

.drive-header-inner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 70px;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 10px 16px 10px 22px;
  border: 1px solid rgba(23, 21, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 32px rgba(20, 18, 15, 0.12);
  backdrop-filter: blur(18px) saturate(1.05);
  pointer-events: auto;
}

.covenant-drive[data-theme="dark"] .drive-header-inner {
  background: rgba(13, 14, 13, 0.86);
  border-color: rgba(255, 255, 255, 0.12);
}

.covenant-drive[data-theme="dark"] .drive-mega {
  background: rgba(15, 16, 15, 0.96);
  border-color: rgba(255, 255, 255, 0.12);
}

.covenant-drive[data-theme="dark"] .drive-mega-split > div {
  background: rgba(255, 255, 255, 0.06);
}

.drive-brand {
  display: inline-flex;
  align-items: center;
}

.drive-brand img {
  width: auto;
  height: clamp(48px, 5vw, 64px);
  max-width: min(24vw, 265px);
  object-fit: contain;
}

.drive-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  justify-self: center;
  padding: 5px;
  border: 1px solid rgba(23, 21, 17, 0.07);
  border-radius: 999px;
  background: rgba(241, 238, 232, 0.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--drive-ink);
}

.drive-nav > a,
.drive-nav-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 clamp(12px, 1.25vw, 20px);
  border-radius: 999px;
  color: var(--drive-ink);
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.drive-nav > a:hover,
.drive-nav > a:focus-visible,
.drive-nav > a.active,
.drive-nav-item:hover > a,
.drive-nav-item:focus-within > a {
  color: var(--drive-green);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 10px 22px rgba(17, 17, 14, 0.08);
}

.drive-nav-item {
  position: static;
}

.drive-mega {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  right: 0;
  padding: 14px;
  border: 1px solid rgba(23, 21, 17, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--drive-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.drive-nav-item:hover .drive-mega,
.drive-nav-item:focus-within .drive-mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.drive-mega-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.drive-mega-grid a {
  overflow: hidden;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 24px;
  background: #eeeae2;
  position: relative;
  isolation: isolate;
}

.drive-mega-logo-card img {
  object-fit: contain;
  object-position: center;
  padding: clamp(24px, 4vw, 46px);
  background: #11120f;
}

.drive-mega-grid a:focus-visible {
  outline: 3px solid rgba(201, 146, 46, 0.7);
  outline-offset: 3px;
}

.drive-mega-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease, opacity 0.2s ease, filter 0.2s ease;
}

.drive-mega-grid img.drive-mega-alt {
  z-index: 0;
  opacity: 0;
  filter: brightness(1.18) saturate(1.08);
}

.drive-mega-grid a:hover img,
.drive-mega-grid a:focus-visible img {
  transform: scale(1.04);
}

.drive-mega-grid a:hover img.drive-mega-alt,
.drive-mega-grid a:focus-visible img.drive-mega-alt {
  opacity: 1;
  animation: driveMegaFlash 0.32s ease both;
}

.drive-mega-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.12) 38%, rgba(0,0,0,0.78) 100%);
}

.drive-mega-grid em {
  display: none;
}

.drive-mega-grid strong,
.drive-mega-grid span {
  position: relative;
  z-index: 2;
  padding: 0 22px;
  color: white;
}

.drive-mega-grid strong {
  margin-bottom: 5px;
  font-family: var(--font-body);
  font-size: 1.08rem;
}

.drive-mega-grid span {
  padding-bottom: 22px;
  color: rgba(255,255,255,0.76);
  font-size: 0.8rem;
}

.drive-mega-grid-solutions a {
  min-height: 260px;
}

@keyframes driveMegaFlash {
  0% {
    opacity: 0;
    filter: brightness(1.38) saturate(1.1);
  }
  48% {
    opacity: 1;
    filter: brightness(1.18) saturate(1.08);
  }
  100% {
    opacity: 1;
    filter: brightness(1) saturate(1);
  }
}

.drive-mega-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 780px;
  left: auto;
}

.drive-mega-split > div {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 13px;
  background: #f2eee5;
}

.drive-mega-split a {
  padding: 10px 0;
  color: var(--drive-ink);
  font-weight: 800;
}

.drive-mega-label {
  margin: 0 0 8px;
  color: var(--drive-gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.drive-header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}

.drive-quote,
.drive-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.drive-quote,
.drive-btn-dark {
  color: #fff !important;
  background: #0f100e;
  box-shadow: 0 14px 28px rgba(17, 17, 15, 0.18);
}

.drive-demo-quote {
  color: #18140d !important;
  background: linear-gradient(135deg, #9d6718 0%, #f0c866 46%, #b27a24 100%);
  box-shadow: 0 16px 36px rgba(156, 104, 20, 0.28);
}

.drive-btn-light {
  color: var(--drive-ink);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(22, 20, 16, 0.1);
}

.drive-quote:hover,
.drive-quote:focus-visible,
.drive-btn:hover,
.drive-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(17, 17, 15, 0.2);
}

.drive-menu-trigger {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #11120f;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 14px;
}

.drive-menu-trigger span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: white;
}

.drive-main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0, rgba(201,146,46,0.13), transparent 34rem),
    linear-gradient(180deg, var(--drive-bg), #e8e3da 46%, var(--drive-bg));
}

.covenant-drive[data-theme="dark"] .drive-main {
  background: linear-gradient(180deg, #090a09, #131411 44%, #090a09);
}

.drive-hero {
  position: relative;
  min-height: min(1040px, 100svh);
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: end;
  padding: clamp(110px, 14vh, 158px) clamp(18px, 4vw, 54px) 36px;
  isolation: isolate;
}

.drive-hero-logo-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.drive-hero-logo-mark .drive-stage-word {
  display: none;
}

.drive-hero-duo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.drive-stage-word {
  position: absolute;
  z-index: -1;
  top: 19%;
  left: 50%;
  transform: translate3d(calc(-50% + (var(--drive-pointer-x, 0) * -18px)), calc(var(--drive-scroll, 0) * -40px), 0);
  color: rgba(15, 15, 12, 0.14);
  font-size: clamp(5.6rem, 14.4vw, 14.4rem);
  font-weight: 900;
  letter-spacing: -0.12em;
  line-height: 0.82;
  white-space: nowrap;
  pointer-events: none;
}

.covenant-drive[data-theme="dark"] .drive-stage-word {
  color: rgba(255,255,255,0.1);
}

.drive-hero-stage {
  position: absolute;
  inset: clamp(112px, 14vh, 150px) 0 53%;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.drive-hero-logo-mark .drive-hero-stage {
  position: relative;
  inset: auto;
  width: min(580px, 60vw);
  height: clamp(220px, 29vh, 310px);
  margin: 0 auto clamp(54px, 7vh, 82px);
  flex: 0 0 auto;
}

.drive-hero-duo .drive-hero-stage {
  position: relative;
  inset: auto;
  width: min(1120px, 92vw);
  height: clamp(270px, 35vh, 390px);
  margin: 0 auto clamp(30px, 4.8vh, 54px);
  flex: 0 0 auto;
}

.drive-hero-product {
  width: min(820px, 68vw);
  max-height: 34vh;
  object-fit: contain;
  filter: drop-shadow(0 38px 34px rgba(0,0,0,0.22));
  transform: translate3d(calc(var(--drive-pointer-x, 0) * 18px), calc((var(--drive-pointer-y, 0) * 10px) + (var(--drive-scroll, 0) * -20px)), 0) scale(1.04);
  transition: transform 0.16s ease-out;
}

.drive-hero-logo-mark .drive-hero-product {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 30px 34px rgba(0,0,0,0.2));
  transform: translate3d(calc(var(--drive-pointer-x, 0) * 10px), calc(var(--drive-pointer-y, 0) * 6px), 0);
}

.drive-hero-duo .drive-hero-product {
  position: absolute;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 34px 34px rgba(0,0,0,0.22));
  transition: transform 0.16s ease-out;
}

.drive-hero-duo .drive-hero-j150 {
  left: 0;
  top: 4%;
  width: min(720px, 62vw);
  height: 86%;
  transform: translate3d(calc((var(--drive-pointer-x, 0) * 16px) - 26px), calc(var(--drive-pointer-y, 0) * 7px), 0) scale(1.03);
}

.drive-hero-duo .drive-hero-lymow {
  right: clamp(8px, 3vw, 42px);
  bottom: -1%;
  width: min(500px, 42vw);
  height: 82%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
  transform: translate3d(calc(var(--drive-pointer-x, 0) * -12px), calc(var(--drive-pointer-y, 0) * 6px), 0);
}

.drive-stage-shadow {
  position: absolute;
  bottom: 9%;
  left: 50%;
  width: min(58vw, 760px);
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,0,0,0.22), transparent 70%);
  filter: blur(4px);
  transform: translateX(-50%);
}

.drive-hero-logo-mark .drive-stage-shadow {
  bottom: 2%;
  width: min(42vw, 480px);
  height: 34px;
  opacity: 0.46;
}

.drive-hero-duo .drive-stage-shadow {
  bottom: 4%;
  width: min(62vw, 760px);
  height: 42px;
  opacity: 0.58;
}

.drive-hero-copy {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  margin: 0 auto 30px;
  text-align: center;
}

.drive-hero-logo-mark .drive-hero-copy {
  margin-bottom: 30px;
}

.drive-eyebrow {
  margin-bottom: 13px;
  color: #865c16;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.drive-hero h1,
.drive-section-head h2,
.drive-industries h2 {
  color: var(--drive-ink);
  font-family: var(--font-body);
  font-weight: 900;
  letter-spacing: -0.075em;
}

.drive-hero h1 {
  margin: 0 auto 18px;
  max-width: 820px;
  font-size: clamp(2.9rem, 5vw, 5.65rem);
  line-height: 0.92;
}

.drive-hero h1 span {
  color: var(--drive-green);
}

.drive-hero-copy p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--drive-muted);
  font-size: clamp(0.98rem, 1.4vw, 1.2rem);
  line-height: 1.62;
}

.drive-hero-copy p strong {
  color: var(--drive-ink);
}

.drive-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.drive-hero-specs {
  position: relative;
  z-index: 2;
  width: min(1040px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(18, 18, 14, 0.1);
  border-radius: 999px;
  background: rgba(20, 20, 18, 0.08);
  box-shadow: 0 18px 50px rgba(20, 18, 15, 0.1);
}

.drive-hero-specs span {
  display: grid;
  gap: 2px;
  min-height: 68px;
  align-content: center;
  justify-items: center;
  padding: 10px 16px;
  color: var(--drive-muted);
  background: rgba(255,255,255,0.76);
  font-size: 0.78rem;
  text-align: center;
}

.drive-hero-specs strong {
  color: var(--drive-ink);
  font-size: 1.16rem;
}

.drive-lineup,
.drive-media-story,
.drive-guidance,
.drive-industries {
  width: min(calc(100% - 48px), 1480px);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) 0;
}

.drive-lineup {
  overflow-x: clip;
}

.drive-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.drive-section-head h2,
.drive-industries h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 6rem);
  line-height: 0.92;
}

.drive-section-head p {
  max-width: 620px;
  margin: 0;
  font-size: 1rem;
}

.drive-track-wrap {
  position: relative;
}

.drive-track-controls {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 8px;
}

.drive-track-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(20,20,17,0.12);
  border-radius: 50%;
  color: var(--drive-ink);
  background: rgba(255,255,255,0.82);
  box-shadow: 0 12px 26px rgba(17,17,14,0.13);
  cursor: pointer;
}

.drive-product-track {
  --drive-slide-width: min(88vw, 1120px);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--drive-slide-width);
  gap: 18px;
  overflow-x: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: max(18px, calc((100% - var(--drive-slide-width)) / 2));
  padding: 0 max(18px, calc((100% - var(--drive-slide-width)) / 2)) 18px;
  scrollbar-width: none;
  overscroll-behavior: contain;
}

.drive-product-track::-webkit-scrollbar {
  display: none;
}

.drive-product-slide {
  position: relative;
  overflow: hidden;
  min-height: clamp(560px, 72vh, 780px);
  display: grid;
  align-items: end;
  scroll-snap-align: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 52% 56%, rgba(255,255,255,0.9), transparent 34%),
    linear-gradient(180deg, #f6f4ef, #e1ded5);
  box-shadow: var(--drive-shadow);
  isolation: isolate;
}

.covenant-drive[data-theme="dark"] .drive-product-slide {
  background:
    radial-gradient(circle at 52% 56%, rgba(255,255,255,0.12), transparent 34%),
    linear-gradient(180deg, #191a18, #0f100f);
}

.covenant-drive[data-theme="dark"] .drive-slide-word {
  color: rgba(255,255,255,0.1);
}

.covenant-drive[data-theme="dark"] .drive-slide-copy,
.covenant-drive[data-theme="dark"] .drive-choice-grid a,
.covenant-drive[data-theme="dark"] .drive-pill-row span {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}

.covenant-drive[data-theme="dark"] .drive-hero-specs span {
  background: rgba(255,255,255,0.08);
}

.drive-slide-word {
  position: absolute;
  z-index: -1;
  top: 10%;
  left: 50%;
  transform: translateX(calc(-50% + (var(--track-progress, 0) * -24px)));
  color: rgba(15, 15, 12, 0.12);
  font-size: clamp(7rem, 20vw, 18rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
}

.drive-slide-product,
.drive-slide-photo {
  position: absolute;
  z-index: 1;
  inset: 13% 4% 18%;
  width: 92%;
  height: 62%;
  object-fit: contain;
  filter: drop-shadow(0 34px 32px rgba(0,0,0,0.22));
  transform: translateX(calc(var(--track-progress, 0) * 30px));
}

.drive-slide-product-wide {
  width: 108%;
  max-width: none;
  left: -4%;
}

.drive-slide-product-lymow {
  inset: 6% 11% 34%;
  width: 78%;
  height: 50%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
}

.drive-slide-photo {
  inset: 10% 6% 26%;
  width: 88%;
  height: 54%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 26px 70px rgba(0,0,0,0.2);
}

.drive-slide-copy {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 40px));
  margin: 0 auto 34px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  box-shadow: 0 18px 50px rgba(18,16,13,0.12);
  text-align: center;
  backdrop-filter: blur(16px);
}

.drive-slide-copy span {
  display: block;
  margin-bottom: 8px;
  color: #865c16;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.drive-slide-copy h3 {
  margin: 0 0 8px;
  color: var(--drive-ink);
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.drive-slide-copy p {
  margin: 0 auto 14px;
  max-width: 48ch;
  line-height: 1.5;
}

.drive-slide-copy a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: white;
  background: #11120f;
  font-weight: 900;
}

.drive-media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(310px, auto);
  gap: 16px;
}

.drive-media-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: end;
  border-radius: 18px;
  background: #111;
  box-shadow: var(--drive-shadow);
  transform: translateY(calc((var(--drive-scroll, 0) - 0.5) * 26px));
}

.drive-media-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 620px;
}

.drive-media-wide {
  grid-column: span 2;
}

.drive-media-card img,
.drive-media-card video,
.drive-media-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  transition: transform 0.32s ease;
}

.drive-media-card iframe {
  width: 112%;
  height: 112%;
  left: -6%;
  top: -6%;
}

.drive-media-card:hover img,
.drive-media-card:focus-within img,
.drive-media-card:hover video,
.drive-media-card:focus-within video,
.drive-media-card:hover iframe,
.drive-media-card:focus-within iframe {
  transform: scale(1.035);
}

.drive-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 22%, rgba(0,0,0,0.78));
}

.drive-media-card div {
  position: relative;
  z-index: 1;
  padding: 24px;
}

.drive-media-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--drive-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.drive-media-card strong {
  display: block;
  color: white;
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.1;
}

.drive-frost-story {
  width: 100%;
  margin: clamp(18px, 4vw, 48px) 0 0;
  background: var(--drive-bg);
}

.drive-frost-panel {
  position: relative;
  min-height: min(100svh, 920px);
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  isolation: isolate;
}

.drive-frost-panel + .drive-frost-panel {
  margin-top: -1px;
}

.drive-frost-panel img {
  position: absolute;
  inset: -8% -3%;
  z-index: 0;
  width: 106%;
  height: 116%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.28) 8%, #000 20%, #000 76%, rgba(0,0,0,0.24) 91%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.28) 8%, #000 20%, #000 76%, rgba(0,0,0,0.24) 91%, transparent 100%);
}

.drive-frost-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.42) 42%, rgba(0,0,0,0.06) 100%),
    linear-gradient(180deg, var(--drive-bg) 0%, rgba(241,238,232,0.82) 4%, rgba(241,238,232,0.18) 18%, rgba(241,238,232,0) 34%, rgba(241,238,232,0) 68%, rgba(241,238,232,0.22) 84%, var(--drive-bg) 100%);
}

.drive-frost-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 34%;
  background: linear-gradient(180deg, rgba(241,238,232,0) 0%, rgba(241,238,232,0.3) 48%, var(--drive-bg) 100%);
  backdrop-filter: blur(12px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 100%);
  pointer-events: none;
}

.drive-frost-panel-dark::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.5) 42%, rgba(0,0,0,0.1) 100%),
    linear-gradient(180deg, var(--drive-bg) 0%, rgba(241,238,232,0.62) 5%, rgba(0,0,0,0) 24%, rgba(0,0,0,0) 72%, rgba(241,238,232,0.2) 88%, var(--drive-bg) 100%);
}

.drive-frost-copy {
  position: relative;
  z-index: 3;
  width: min(720px, calc(100% - 44px));
  margin: clamp(112px, 15vh, 156px) 0 0 clamp(22px, 7vw, 112px);
  color: white;
  text-shadow: 0 3px 24px rgba(0,0,0,0.42);
}

.drive-frost-copy span {
  display: block;
  margin-bottom: 14px;
  color: #f0c866;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.drive-frost-copy h2 {
  margin: 0 0 16px;
  color: white;
  font-family: var(--font-body);
  font-size: clamp(3rem, 7vw, 7.6rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.drive-frost-copy p {
  max-width: 56ch;
  margin: 0;
  color: rgba(255,255,255,0.9);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.55;
}

.drive-frost-copy a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 22px;
  padding: 0 20px;
  border-radius: 999px;
  color: #16140f;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 18px 34px rgba(0,0,0,0.22);
  font-weight: 900;
}

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

.drive-cta-card {
  position: relative;
  min-height: clamp(430px, 52vw, 610px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 22px;
  color: white;
  isolation: isolate;
  box-shadow: var(--drive-shadow);
}

.drive-cta-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.drive-cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.24) 42%, rgba(0,0,0,0.82) 100%);
}

.drive-cta-card:hover img,
.drive-cta-card:focus-visible img {
  transform: scale(1.04);
}

.drive-cta-card span {
  margin-bottom: 12px;
  color: #f0c866;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.drive-cta-card strong {
  max-width: 11ch;
  color: white;
  font-family: var(--font-body);
  font-size: clamp(2.1rem, 4.8vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.drive-cta-card p {
  max-width: 48ch;
  margin: 18px 0 22px;
  color: rgba(255,255,255,0.86);
  line-height: 1.5;
}

.drive-cta-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #16140f;
  background: rgba(255,255,255,0.92);
  font-size: 0.88rem;
}

.drive-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.drive-choice-grid a {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(22,20,16,0.1);
  border-radius: 18px;
  background: rgba(255,255,255,0.76);
  box-shadow: var(--drive-shadow);
  transition: transform 0.18s ease, background 0.18s ease;
}

.drive-choice-grid a:hover,
.drive-choice-grid a:focus-visible {
  transform: translateY(-4px);
  background: #fff;
}

.drive-choice-grid span {
  color: #865c16;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.drive-choice-grid strong {
  color: var(--drive-ink);
  font-size: 1.18rem;
  line-height: 1.25;
}

.drive-industries {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: center;
}

.drive-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.drive-pill-row span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(22,20,16,0.1);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  color: var(--drive-ink);
  font-weight: 800;
}

.drive-footer {
  background: #202020;
  color: #fff;
  padding: clamp(48px, 7vw, 88px) clamp(22px, 3vw, 42px) 34px;
}

.drive-footer-shell {
  width: min(100%, 1480px);
  margin: 0 auto;
}

.drive-footer-grid {
  display: grid;
  grid-template-columns: minmax(160px, 0.72fr) minmax(230px, 0.9fr) repeat(3, minmax(140px, 0.58fr));
  gap: clamp(28px, 5vw, 78px);
  align-items: start;
}

.drive-footer a {
  color: rgba(255,255,255,0.9);
}

.drive-footer a:hover,
.drive-footer a:focus-visible {
  color: #f0c866;
}

.drive-footer-products,
.drive-footer-primary,
.drive-footer-column {
  display: grid;
  gap: 16px;
}

.drive-footer-products a {
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.drive-footer-primary a {
  font-size: clamp(1.15rem, 2vw, 1.8rem);
  line-height: 1.14;
}

.drive-footer-column span {
  color: rgba(255,255,255,0.48);
  font-size: 0.82rem;
}

.drive-footer-column a {
  font-size: 1rem;
}

.drive-footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(56px, 8vw, 92px);
  color: rgba(255,255,255,0.64);
  font-size: 0.82rem;
}

.drive-footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.drive-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.64);
}

.drive-footer-float {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #18140d !important;
  background: #ffb000;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(0,0,0,0.28);
}

@media (max-width: 1180px) {
  .drive-nav {
    gap: 1px;
    padding: 4px;
    font-size: 0.74rem;
  }
  .drive-nav > a,
  .drive-nav-item > a {
    min-height: 36px;
    padding: 0 9px;
  }
  .drive-header-inner {
    gap: 10px;
    padding: 8px 12px 8px 16px;
  }
  .drive-brand img {
    height: clamp(42px, 4.5vw, 56px);
    max-width: min(20vw, 210px);
  }
  .drive-menu-trigger {
    display: none;
  }
  .drive-header-inner {
    grid-template-columns: auto 1fr auto;
  }
  .drive-hero-specs,
  .drive-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 18px;
  }
  .drive-cta-grid {
    grid-template-columns: 1fr;
  }
  .drive-section-head,
  .drive-industries {
    grid-template-columns: 1fr;
  }
  .drive-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .drive-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .drive-nav {
    display: none;
  }
  .drive-menu-trigger {
    display: flex;
  }
}

@media (max-width: 760px) {
  .drive-header {
    padding: 8px 10px 0;
  }
  .drive-header-inner {
    min-height: 66px;
    padding: 8px 10px 8px 14px;
  }
  .drive-brand img {
    height: 48px;
    max-width: 58vw;
  }
  .drive-quote {
    display: none;
  }
  .drive-hero {
    min-height: 980px;
    padding: 90px 16px 24px;
  }
  .drive-hero-logo-mark {
    min-height: 920px;
  }
  .drive-hero-duo {
    min-height: 940px;
  }
  .drive-stage-word {
    top: 20%;
    font-size: clamp(4.5rem, 25vw, 8rem);
  }
  .drive-hero-stage {
    inset: 104px -18vw 60%;
  }
  .drive-hero-product {
    width: 112vw;
    max-height: 30vh;
  }
  .drive-hero-logo-mark .drive-hero-stage {
    width: min(82vw, 330px);
    height: clamp(205px, 30vh, 270px);
    margin-bottom: 46px;
  }
  .drive-hero-logo-mark .drive-hero-product {
    width: 100%;
    max-height: none;
  }
  .drive-hero-duo .drive-hero-stage {
    width: min(100%, 390px);
    height: 315px;
    margin-bottom: 42px;
  }
  .drive-hero-duo .drive-hero-j150 {
    left: -8%;
    top: 6%;
    width: 96vw;
    height: 58%;
    transform: translate3d(calc(var(--drive-pointer-x, 0) * 9px), calc(var(--drive-pointer-y, 0) * 5px), 0);
  }
  .drive-hero-duo .drive-hero-lymow {
    right: 3%;
    bottom: -2%;
    width: 58vw;
    height: 48%;
    transform: translate3d(calc(var(--drive-pointer-x, 0) * -7px), calc(var(--drive-pointer-y, 0) * 4px), 0);
  }
  .drive-hero-copy {
    margin-bottom: 16px;
  }
  .drive-hero h1 {
    font-size: clamp(2.35rem, 11.4vw, 3.8rem);
  }
  .drive-actions {
    display: grid;
  }
  .drive-btn {
    width: 100%;
  }
  .drive-choice-grid,
  .drive-media-grid {
    grid-template-columns: 1fr;
  }
  .drive-hero-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .drive-hero-specs span {
    min-height: 58px;
  }
  .drive-lineup,
  .drive-media-story,
  .drive-guidance,
  .drive-industries {
    width: min(calc(100% - 24px), 1480px);
    padding: 56px 0;
  }
  .drive-product-track {
    --drive-slide-width: min(92vw, 520px);
  }
  .drive-product-slide {
    min-height: 660px;
  }
  .drive-slide-word {
    top: 14%;
    font-size: clamp(5rem, 32vw, 9rem);
  }
  .drive-slide-product,
  .drive-slide-photo {
    inset: 16% 4% 38%;
    width: 92%;
    height: 40%;
  }
  .drive-slide-product-wide {
    width: 138%;
    left: -20%;
  }
  .drive-slide-product-lymow {
    inset: 11% 12% 42%;
    width: 76%;
    height: 36%;
  }
  .drive-slide-copy {
    width: calc(100% - 24px);
    margin-bottom: 18px;
  }
  .drive-media-large,
  .drive-media-wide {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 430px;
  }
  .drive-frost-panel {
    min-height: 760px;
  }
  .drive-frost-panel::before {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.38) 28%, rgba(0,0,0,0.78) 100%),
      linear-gradient(180deg, var(--drive-bg) 0%, rgba(241,238,232,0) 13%, rgba(241,238,232,0) 78%, var(--drive-bg) 100%);
  }
  .drive-frost-copy {
    width: calc(100% - 32px);
    margin: 96px 16px 0;
  }
  .drive-cta-card {
    min-height: 520px;
    border-radius: 18px;
  }
  .drive-footer {
    padding-inline: 22px;
  }
  .drive-footer-grid {
    grid-template-columns: 1fr;
  }
  .drive-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .drive-footer-float {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .drive-stage-word,
  .drive-hero-product,
  .drive-slide-word,
  .drive-slide-product,
  .drive-slide-photo,
  .drive-media-card {
    transform: none !important;
  }
}

/* Product pages: cinematic homepage-style treatment */
.product-cinematic-page {
  background: #f1eee8;
}

.product-cinematic-page main {
  padding-top: 0 !important;
}

.product-cinematic-main > .is-replaced-by-cinematic {
  display: none;
}

.product-drive-hero,
.product-drive-panel {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  isolation: isolate;
  background: #11120f;
}

.product-drive-media,
.product-drive-media video,
.product-drive-media iframe,
.product-drive-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-drive-media video,
.product-drive-panel img {
  object-fit: cover;
}

.product-drive-media iframe {
  width: 112%;
  height: 112%;
  left: -6%;
  top: -6%;
  border: 0;
}

.product-drive-hero::after,
.product-drive-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.42) 44%, rgba(0,0,0,0.08) 100%),
    linear-gradient(180deg, rgba(241,238,232,0.68) 0%, rgba(241,238,232,0) 24%, rgba(241,238,232,0) 72%, rgba(241,238,232,0.24) 88%, #f1eee8 100%);
  pointer-events: none;
}

.product-drive-copy,
.product-drive-panel-copy {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 44px));
  margin: clamp(116px, 16vh, 164px) 0 0 clamp(22px, 7vw, 112px);
  color: white;
  text-shadow: 0 3px 24px rgba(0,0,0,0.44);
}

.product-drive-copy span,
.product-drive-panel-copy span,
.product-drive-build span {
  display: block;
  margin-bottom: 14px;
  color: #f0c866;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-drive-copy h1,
.product-drive-panel-copy h2,
.product-drive-build h2 {
  margin: 0 0 16px;
  color: white;
  font-family: var(--font-body);
  font-size: clamp(3rem, 7vw, 7.6rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.product-drive-copy p,
.product-drive-panel-copy p {
  max-width: 58ch;
  margin: 0;
  color: rgba(255,255,255,0.9);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.55;
}

.product-drive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.product-drive-actions a,
.product-drive-build a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  color: #16140f;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 34px rgba(0,0,0,0.22);
  font-weight: 900;
}

.product-drive-spec-story {
  background: #f1eee8;
}

.product-drive-panel + .product-drive-panel {
  margin-top: -1px;
}

.product-drive-panel img {
  inset: -8% -3%;
  width: 106%;
  height: 116%;
  filter: saturate(1.04) contrast(1.02);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.28) 8%, #000 20%, #000 76%, rgba(0,0,0,0.24) 91%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.28) 8%, #000 20%, #000 76%, rgba(0,0,0,0.24) 91%, transparent 100%);
}

.product-drive-build {
  width: min(calc(100% - 48px), 1480px);
  margin: clamp(64px, 8vw, 112px) auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1fr) auto;
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  padding: clamp(26px, 4vw, 48px);
  border-radius: 24px;
  color: #151512;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 24px 80px rgba(26, 24, 19, 0.14);
}

.product-drive-build h2 {
  color: #151512;
  font-size: clamp(2.4rem, 5vw, 5.8rem);
}

.product-drive-build strong {
  display: block;
  color: #3f5449;
  font-size: clamp(1.2rem, 2vw, 2rem);
}

.product-drive-build-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-drive-build-specs span {
  min-height: 48px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(22,20,16,0.1);
  border-radius: 999px;
  color: #151512;
  background: rgba(241,238,232,0.82);
  letter-spacing: 0;
  text-transform: none;
}

.product-drive-build a {
  color: white;
  background: #11120f;
  box-shadow: 0 16px 34px rgba(17,17,15,0.18);
}

@media (max-width: 900px) {
  .product-drive-build {
    grid-template-columns: 1fr;
  }
  .product-drive-build-specs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .product-drive-copy,
  .product-drive-panel-copy {
    width: calc(100% - 32px);
    margin: 96px 16px 0;
  }
  .product-drive-copy h1,
  .product-drive-panel-copy h2 {
    font-size: clamp(2.5rem, 13vw, 4.2rem);
  }
  .product-drive-actions {
    display: grid;
  }
}

/* Light header alignment for internal pages */
.site-shell-page .site-top-header {
  top: 14px;
  z-index: 60;
  padding: 0 clamp(12px, 3vw, 42px);
}

.site-shell-page .site-top-header .top-header-inner {
  min-height: 70px;
  padding: 10px 16px 10px 22px;
  border: 1px solid rgba(23, 21, 17, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 32px rgba(20, 18, 15, 0.12);
  backdrop-filter: blur(18px) saturate(1.05);
}

.site-shell-page .site-top-header .hero-brand img {
  width: auto;
  height: clamp(48px, 5vw, 64px);
  max-width: min(28vw, 265px);
  filter: none;
}

.site-shell-page .header-nav {
  gap: clamp(12px, 1.4vw, 24px);
  color: #151512;
  font-size: 0.84rem;
  font-weight: 850;
}

.site-shell-page .header-nav a {
  color: #151512;
}

.site-shell-page .header-nav a::after {
  bottom: 0;
  background: #c9922e;
}

.site-shell-page .header-nav a:hover,
.site-shell-page .header-nav a:focus-visible,
.site-shell-page .header-nav a.active {
  color: #3f5449;
}

.site-shell-page .site-top-header .header-cta {
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #0f100e;
  box-shadow: 0 14px 28px rgba(17, 17, 15, 0.18);
  letter-spacing: 0.01em;
  text-transform: none;
}

.site-shell-page .site-top-header .header-cta::after {
  content: none;
}

.site-shell-page .site-top-header .menu-trigger {
  border: 0;
  border-radius: 50%;
  background: #11120f;
}

.site-shell-page .site-top-header .menu-trigger span {
  height: 2px;
  background: #fff;
}

/* Package builder */
.package-builder-page {
  color: #161512;
  background: #f1eee8;
}

.builder-design-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(110px, 13vw, 170px) clamp(18px, 5vw, 72px) clamp(52px, 8vw, 96px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(201,146,46,0.16), transparent 34%),
    linear-gradient(135deg, #f9f7f1 0%, #ede7dc 48%, #d8d0c1 100%);
}

.builder-hero-copy {
  max-width: 720px;
}

.builder-hero-copy span,
.builder-media-panel > span,
.builder-step > span,
.builder-summary-card > span,
.builder-support-card > span {
  display: block;
  margin-bottom: 12px;
  color: #7b5a1c;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.builder-hero-copy h1 {
  margin: 0 0 18px;
  max-width: 12ch;
  color: #171612;
  font-size: clamp(3.6rem, 7.4vw, 7.8rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.84;
}

.builder-hero-copy p {
  max-width: 68ch;
  margin: 0;
  color: rgba(22,21,18,0.74);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.62;
}

.builder-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.builder-hero-actions a,
.builder-summary-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  color: white;
  background: #11120f;
  box-shadow: 0 18px 36px rgba(21,20,16,0.16);
  font-weight: 900;
}

.builder-hero-actions a + a {
  color: #171612;
  background: rgba(255,255,255,0.76);
}

.builder-hero-visual {
  min-height: clamp(420px, 56vw, 720px);
  position: relative;
  border-radius: 36px;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.86), rgba(255,255,255,0.16) 46%, transparent 68%),
    linear-gradient(145deg, rgba(255,255,255,0.62), rgba(255,255,255,0.16));
}

.builder-hero-visual img {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 30px 54px rgba(26,24,19,0.22));
}

.builder-hero-visual img:first-child {
  width: 74%;
  right: -4%;
  top: 6%;
}

.builder-hero-visual img:last-child {
  width: 42%;
  left: 5%;
  bottom: 5%;
}

.builder-choice-band {
  width: min(calc(100% - 36px), 1420px);
  margin: -38px auto clamp(48px, 7vw, 86px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  position: relative;
  z-index: 2;
}

.builder-choice-band a {
  min-height: 180px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(20,19,15,0.08);
  border-radius: 28px;
  color: #151512;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 24px 70px rgba(20,18,15,0.12);
}

.builder-choice-band span {
  display: block;
  margin-bottom: 8px;
  color: #836120;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.builder-choice-band strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3.6vw, 3.8rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.builder-choice-band small {
  display: block;
  max-width: 48ch;
  color: rgba(20,19,15,0.72);
  font-size: 0.94rem;
  line-height: 1.5;
}

.package-builder-section {
  scroll-margin-top: 110px;
  padding: clamp(36px, 6vw, 72px) clamp(14px, 4vw, 48px);
}

.builder-stage {
  width: min(100%, 1540px);
  min-height: min(980px, calc(100svh - 54px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.72fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: stretch;
}

.builder-media-panel,
.builder-config-panel {
  border: 1px solid rgba(22,20,16,0.08);
  border-radius: 34px;
  background: rgba(255,255,255,0.76);
  box-shadow: 0 30px 90px rgba(27,24,18,0.12);
}

.builder-media-panel {
  min-height: 640px;
  position: sticky;
  top: 104px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 54px);
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 68% 48%, rgba(201,146,46,0.14), transparent 38%),
    linear-gradient(145deg, #f8f6ef 0%, #ded5c7 100%);
}

.builder-media-panel h2 {
  max-width: 10ch;
  margin: 0 0 12px;
  color: #151512;
  font-size: clamp(3.6rem, 7vw, 7.8rem);
  line-height: 0.86;
  letter-spacing: -0.08em;
}

.builder-media-panel p {
  max-width: 58ch;
  margin: 0;
  color: rgba(20,19,15,0.72);
  line-height: 1.58;
}

.builder-media-panel img {
  width: 100%;
  max-height: 58%;
  margin: auto auto 0;
  object-fit: contain;
  filter: drop-shadow(0 34px 56px rgba(26,24,19,0.22));
}

.builder-media-panel-mower {
  color: white;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.72), rgba(0,0,0,0.12)),
    url("../images/package-builder/lymow-kv3.jpg") center / cover;
}

.builder-media-panel-mower h2,
.builder-media-panel-mower p {
  color: white;
}

.builder-media-panel-mower span {
  color: rgba(255,255,255,0.78);
}

.builder-config-panel {
  padding: clamp(18px, 3vw, 32px);
  display: grid;
  align-content: start;
  gap: 18px;
}

.builder-step {
  display: grid;
  gap: 14px;
}

.builder-segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: #ece7dc;
}

.builder-segmented button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  color: rgba(22,20,16,0.72);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.builder-segmented button.is-active {
  color: #fff;
  background: #11120f;
  box-shadow: 0 12px 28px rgba(20,18,15,0.18);
}

body[data-theme="dark"] .builder-segmented {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(17,18,15,0.82);
}

body[data-theme="dark"] .builder-segmented button {
  color: rgba(247,242,232,0.78);
}

body[data-theme="dark"] .builder-segmented button.is-active {
  color: #151512;
  background: #f7f2e8;
}

.builder-option-list,
.builder-package-list {
  display: grid;
  gap: 10px;
}

.builder-option-card,
.builder-package-card {
  display: grid;
  grid-template-columns: auto 76px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 12px;
  border: 1px solid rgba(22,20,16,0.08);
  border-radius: 22px;
  background: rgba(249,247,241,0.76);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.builder-option-card:hover,
.builder-package-card:hover {
  transform: translateY(-2px);
  border-color: rgba(201,146,46,0.32);
  box-shadow: 0 16px 36px rgba(24,22,18,0.1);
}

.builder-option-card.is-selected,
.builder-package-card.is-selected {
  border-color: rgba(201,146,46,0.52);
  background: #fff;
}

.builder-option-card input[type="checkbox"],
.builder-package-card input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #11120f;
}

.builder-option-image {
  width: 76px;
  height: 76px;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #ebe6dc;
}

.builder-option-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.builder-option-copy {
  display: grid;
  gap: 4px;
  letter-spacing: 0;
  text-transform: none;
}

.builder-option-copy strong,
.builder-package-card strong {
  color: #171612;
  font-size: 1rem;
  line-height: 1.2;
}

.builder-option-copy small,
.builder-package-card small,
.builder-option-note {
  color: rgba(22,20,16,0.62);
  font-size: 0.82rem;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.builder-option-note {
  color: #76551a;
  font-weight: 900;
}

.builder-option-side {
  display: grid;
  gap: 8px;
  justify-items: end;
  color: #151512;
  font-weight: 900;
  white-space: nowrap;
}

.builder-qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(22,20,16,0.6);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.builder-qty input {
  width: 58px;
  min-height: 34px;
  border: 1px solid rgba(22,20,16,0.12);
  border-radius: 999px;
  text-align: center;
  font: inherit;
}

.builder-summary-card,
.builder-support-card {
  padding: clamp(20px, 3vw, 28px);
  border-radius: 24px;
  background: #151512;
  color: white;
}

.builder-summary-card > strong {
  display: block;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.builder-summary-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.builder-summary-card li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.82);
  font-size: 0.92rem;
}

.builder-summary-card p,
.builder-support-card p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.7);
  line-height: 1.55;
}

.builder-summary-card .builder-price-match {
  display: inline-flex;
  width: fit-content;
  margin: 2px 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(240,200,102,0.44);
  border-radius: 999px;
  color: #171612;
  background: linear-gradient(135deg, #9d6718 0%, #f4d77f 48%, #b27a24 100%);
  box-shadow: 0 12px 24px rgba(201,146,46,0.24);
  font-weight: 900;
}

.builder-summary-card a {
  width: 100%;
  color: #171612;
  background: #fff;
}

.builder-package-card {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.builder-package-card b {
  font-size: 1.15rem;
}

.builder-support-card h3 {
  margin: 0 0 12px;
  color: white;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.product-local-builder {
  width: min(100%, 1540px);
  margin: clamp(24px, 4vw, 46px) auto 0;
  padding: clamp(18px, 3vw, 34px) 0 0;
  scroll-margin-top: 112px;
}

.product-local-builder .builder-stage {
  min-height: auto;
}

.product-local-builder .builder-media-panel {
  min-height: 560px;
}

.builder-static-model {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: #11120f;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .builder-design-hero,
  .builder-stage {
    grid-template-columns: 1fr;
  }

  .builder-media-panel {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .builder-design-hero {
    padding-top: 104px;
  }

  .builder-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(3.4rem, 18vw, 5.8rem);
  }

  .builder-choice-band {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .builder-media-panel {
    min-height: 560px;
  }

  .builder-option-card,
  .builder-package-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .builder-option-card .builder-option-image {
    grid-column: 2;
    grid-row: 1;
  }

  .builder-option-card .builder-option-copy,
  .builder-option-card .builder-option-side {
    grid-column: 1 / -1;
  }

  .builder-option-card .builder-option-copy {
    grid-row: 2;
  }

  .builder-option-card .builder-option-side {
    grid-row: 3;
  }

  .builder-option-side,
  .builder-package-card b {
    grid-column: 2;
    justify-items: start;
  }
}

.company-page {
  background: #f1eee8;
  color: #171612;
}

.company-main {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(241,238,232,0.96) 42%, rgba(241,238,232,1)),
    #f1eee8;
}

.company-text-hero {
  position: relative;
  width: 100%;
  min-height: min(960px, 100svh);
  margin: 0;
  padding: clamp(24px, 4vw, 58px) clamp(18px, 4vw, 56px) clamp(390px, 43vw, 584px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.76) 0%, rgba(255,255,255,0.52) 23%, rgba(255,255,255,0.1) 48%, rgba(241,238,232,0.9) 100%),
    url("../images/company/farm-silos-hero.jpeg") center top / cover no-repeat;
}

.company-text-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(255,255,255,0.64), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.38), transparent 42%, rgba(241,238,232,0.96) 100%);
}

.company-hero-copy {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  margin: 0 auto;
  text-align: center;
  transform: translateY(-58px);
}

.company-hero-copy h1 {
  margin: 10px 0 18px;
  color: #11100d;
  font-size: clamp(2.65rem, 5.1vw, 5.9rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 2px 22px rgba(255,255,255,0.92), 0 1px 0 rgba(255,255,255,0.62);
}

.company-hero-copy p {
  width: min(760px, 100%);
  margin: 0 auto;
  color: #2f332e;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.58;
  text-shadow: 0 1px 14px rgba(255,255,255,0.9);
}

.company-story {
  width: min(calc(100% - 32px), 1180px);
  margin: clamp(-140px, -9vw, -80px) auto 0;
  position: relative;
  z-index: 1;
  padding: 0 0 clamp(72px, 11vw, 140px);
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.company-story-card {
  border: 1px solid rgba(26, 25, 21, 0.08);
  border-radius: clamp(22px, 2.5vw, 34px);
  padding: clamp(28px, 5vw, 64px);
  background: rgba(255,255,255,0.72);
  box-shadow: 0 24px 70px rgba(41, 36, 27, 0.08);
}

.company-story-card h2 {
  max-width: 850px;
  margin: 8px 0 18px;
  color: #14130f;
  font-size: clamp(2rem, 4.4vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.company-story-card p {
  max-width: 880px;
  margin: 0 0 16px;
  color: #46443e;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.72;
}

.company-story-card p:last-child {
  margin-bottom: 0;
}

.company-story-intro,
.company-story-closing {
  background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(240,236,228,0.82));
}

.company-story-dark {
  background:
    radial-gradient(circle at 82% 15%, rgba(191,130,24,0.2), transparent 32%),
    linear-gradient(135deg, #171612, #2a261f);
}

.company-story-dark h2,
.company-story-dark p {
  color: #fff;
}

.company-story-dark p {
  color: rgba(255,255,255,0.78);
}

.company-story-closing .drive-btn {
  width: fit-content;
  margin-top: 16px;
}

@media (max-width: 760px) {
  .company-text-hero {
    min-height: 88svh;
    padding: 36px 18px 368px;
    background-position: center top;
  }

  .company-hero-copy {
    text-align: left;
    transform: translateY(-30px);
  }

  .company-hero-copy h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .company-story {
    width: min(calc(100% - 20px), 1180px);
    margin-top: -110px;
  }

  .company-story-card {
    border-radius: 24px;
    padding: 28px 22px;
  }

  .company-story-closing .drive-btn {
    width: 100%;
  }
}
