/* =========================================================
   ZealerVan brand stylesheet
   - Charcoal/red palette pulled from the logo
   - Editorial layout, generous whitespace, refined type
   ========================================================= */

:root {
  --ink: #0e0e10;
  --charcoal: #1c1c1f;
  --graphite: #6a6a6e;
  --rule: #e6e3dd;
  --paper: #faf8f5;
  --white: #ffffff;
  --red: #c8202c;
  --red-dark: #a8191f;

  --max-w: 1240px;
  --gutter: clamp(24px, 5vw, 64px);

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* ---------- Type scale ---------- */
/* Restraint pass: eyebrows go neutral charcoal (red reserved for logo + key
   accents only). Bigger, tighter display type. */
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--graphite);
  margin: 0;
}

.eyebrow--light { color: rgba(255,255,255,0.6); }
.eyebrow--accent { color: var(--red); }
.eyebrow--muted { color: var(--graphite); }

.display {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0;
  font-size: clamp(56px, 9vw, 132px);
}

h2.section-title {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.032em;
  line-height: 1.02;
  font-size: clamp(40px, 5.8vw, 84px);
  margin: 0;
}

h3.subhead {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.08;
  font-size: clamp(24px, 2.8vw, 36px);
  margin: 0;
}

.lead {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
  color: var(--charcoal);
  max-width: 56ch;
  margin: 0;
}

.body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--charcoal);
  margin: 0;
}

.body--muted { color: var(--graphite); }

/* legacy .serif-quote — kept as a no-op alias to .pullquote__text */
.serif-quote { font: inherit; }

/* ---------- Layout ---------- */
.wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.section {
  padding: clamp(80px, 10vw, 140px) 0;
}

.section--tight { padding: clamp(56px, 7vw, 96px) 0; }

.section--dark {
  background: var(--ink);
  color: var(--white);
}

.section--dark .body,
.section--dark .lead { color: #c9ccd2; }

.divider {
  width: 40px;
  height: 1px;
  background: var(--ink);
  border: 0;
  margin: 20px 0;
  opacity: 0.4;
}

.has-dark-hero .banner .divider,
.section--dark .divider,
.viewer-section--dark .divider {
  background: var(--white);
  opacity: 0.3;
}

/* ---------- Header / nav ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}

.site-header.is-scrolled {
  background: rgba(250, 248, 245, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom-color: var(--rule);
}

/* On hero/banner pages, header text starts white over the dark hero
   and flips back to charcoal once scrolled. */
.has-dark-hero .site-header:not(.is-scrolled) .nav a:not(.nav-shop) { color: rgba(255,255,255,0.85); }
.has-dark-hero .site-header:not(.is-scrolled) .nav a:not(.nav-shop):hover { color: var(--white); }
/* Swap the rendered image source (not just recolor it) so the red Z stripe
   stays red on top of the white wordmark — a single CSS filter can't preserve
   one color while inverting the rest. */
.has-dark-hero .site-header:not(.is-scrolled) .brand img { content: url("/assets/img/logo-white.png"); }

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  height: 28px;
  width: auto;
}

.nav {
  display: flex;
  gap: 36px;
  align-items: center;
}

.nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--charcoal);
  text-transform: uppercase;
  position: relative;
  transition: color .15s ease;
}

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

.nav .nav-shop {
  background: var(--red);
  color: var(--white) !important;
  padding: 10px 18px;
  border-radius: 2px;
  letter-spacing: 0.08em;
  transition: background .15s ease;
}

.nav .nav-shop:hover { background: var(--red-dark); }

@media (max-width: 720px) {
  .nav { gap: 18px; }
  .nav .nav-link:not(.nav-shop) { display: none; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px 30px;
  border-radius: 2px;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn--primary {
  background: var(--red);
  color: var(--white);
}

.btn--primary:hover { background: var(--red-dark); }

.btn--ghost-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
}

.btn--ghost-light:hover {
  background: var(--white);
  color: var(--ink);
}

.btn--ghost-dark {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.btn--ghost-dark:hover {
  background: var(--ink);
  color: var(--white);
}

/* ---------- Hero (home + interior) ---------- */
.hero {
  position: relative;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  padding-top: clamp(80px, 9vw, 130px);
  padding-bottom: clamp(80px, 9vw, 130px);
}

.hero__copy { max-width: 580px; }

.hero__title { color: var(--white); margin-bottom: 24px; }

.hero__title em {
  font-style: normal;
  color: var(--red);
}

.hero__sub {
  color: #c9ccd2;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 52ch;
}

.hero__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero__visual {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero__visual { aspect-ratio: 4 / 3; }
}

/* compact interior hero (system pages) */
.hero--page .hero__inner {
  padding-top: clamp(70px, 8vw, 110px);
  padding-bottom: clamp(70px, 8vw, 110px);
}

.hero--page .hero__visual { aspect-ratio: 16 / 11; }

/* ---------- Cinematic banner (home + detail) ---------- */
.banner {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
  isolation: isolate;
}

.banner--page {
  min-height: 78vh;
}

.banner__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(14,14,16,0.55) 0%, rgba(14,14,16,0.15) 40%, rgba(14,14,16,0.75) 85%, rgba(14,14,16,0.95) 100%),
    linear-gradient(90deg, rgba(14,14,16,0.5) 0%, rgba(14,14,16,0) 60%);
}

.banner__inner {
  position: relative;
  width: 100%;
  padding: clamp(40px, 6vw, 80px) 0 clamp(60px, 8vw, 110px);
}

.banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin-bottom: 28px;
  opacity: 0;
  animation: fade-in 1s .2s ease forwards;
}

.banner__eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: rgba(255,255,255,0.5);
}

.banner__title {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.94;
  margin: 0;
  font-size: clamp(56px, 10vw, 160px);
  max-width: 16ch;
  opacity: 0;
  animation: fade-in 1.2s .25s ease forwards;
}

.banner__sub {
  margin: 28px 0 36px;
  max-width: 58ch;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
  color: #d4d6dc;
  opacity: 0;
  animation: fade-in 1.2s .55s ease forwards;
}

.banner__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fade-in 1.2s .80s ease forwards;
}

.banner__scroll {
  position: absolute;
  bottom: 28px;
  right: var(--gutter);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  opacity: 0;
  animation: fade-in 1s 1.2s ease forwards;
}

.banner__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  animation: scroll-pulse 2.2s ease-in-out infinite;
}

@keyframes scroll-pulse {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

@keyframes rise {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fade-in {
  to { opacity: 1; }
}

@media (max-width: 720px) {
  .banner__scroll { display: none; }
  .banner { min-height: 88vh; }
}

@media (prefers-reduced-motion: reduce) {
  .banner__title, .banner__sub, .banner__cta, .banner__eyebrow {
    opacity: 1;
    animation: none;
  }
}

/* ---------- Section background variants ---------- */
.section--off { background: #f3f0eb; }
.section--white { background: var(--white); }

/* ---------- Intro cards (4-up "core components" / 3-up "accessories") ---------- */
.intro-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: end;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 24px;
  margin-bottom: 48px;
}

.intro-head__rule {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--graphite);
  margin: 0 0 24px;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 20px;
}

.intro-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.6vw, 32px);
}

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

@media (max-width: 980px) {
  .intro-cards { grid-template-columns: repeat(2, 1fr); }
  .intro-cards--3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .intro-cards,
  .intro-cards--3 { grid-template-columns: 1fr; }
  .intro-head { grid-template-columns: 1fr; }
}

.intro-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.intro-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(14,14,16,0.08);
  border-color: rgba(200,32,44,0.4);
}

.intro-card__img {
  aspect-ratio: 4 / 3;
  background: #efece6;
  overflow: hidden;
}

.intro-card__img img { width: 100%; height: 100%; object-fit: cover; }

.intro-card__body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.intro-card__tag {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--graphite);
}

.intro-card__title {
  font-size: 20px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}

.intro-card__desc {
  color: var(--graphite);
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
}

.intro-card__arrow {
  margin-top: auto;
  padding-top: 12px;
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  align-self: flex-start;
  transition: transform .15s ease, color .15s ease;
}

.intro-card:hover .intro-card__arrow { color: var(--red); transform: translateY(3px); }

/* ---------- Product title bar ---------- */
.prod-bar {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1.2fr;
  gap: clamp(40px, 6vw, 90px);
  padding: clamp(72px, 8vw, 110px) 0 clamp(48px, 6vw, 64px);
  align-items: end;
}

.prod-bar__left .display-num,
.prod-bar__left h2 {
  font-family: var(--font-sans);
  font-weight: 800;
  letter-spacing: -0.022em;
  line-height: 1.02;
  color: var(--ink);
  font-size: clamp(34px, 4.8vw, 64px);
  margin: 18px 0 0;
}

.prod-bar__accent {
  display: block;
  margin-top: 22px;
  width: 40px;
  height: 1px;
  background: var(--ink);
  opacity: 0.4;
}

.prod-bar__right p {
  color: var(--charcoal);
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 60ch;
}

.prod-stats {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(14,14,16,0.08);
  padding-top: 22px;
}

.prod-stats__n {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  letter-spacing: -0.012em;
  color: var(--ink);
  line-height: 1.05;
}

.prod-stats__l {
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(14,14,16,0.45);
  font-weight: 700;
}

.prod-bar__num {
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: clamp(120px, 18vw, 240px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgba(14,14,16,0.04);
  z-index: 0;
  pointer-events: none;
  font-family: var(--font-sans);
}

.prod-bar > * { position: relative; z-index: 1; }

@media (max-width: 900px) {
  .prod-bar { grid-template-columns: 1fr; }
  .prod-bar__num { font-size: 120px; top: -4px; right: -4px; }
}

/* ---------- Editorial break (image + dark text panel) ---------- */
.ed-break {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  background: var(--ink);
  color: var(--white);
  min-height: 360px;
  overflow: hidden;
}

.ed-break__img {
  overflow: hidden;
}

.ed-break__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
}

.ed-break__panel {
  padding: clamp(40px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ed-break__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  margin-bottom: 24px;
}

.ed-break__eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: rgba(255,255,255,0.4);
}

.ed-break__text {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.02;
  font-size: clamp(40px, 5vw, 72px);
  color: var(--white);
  margin: 0;
}

.ed-break__text em,
.ed-break__text .accent {
  font-style: italic;
  font-weight: 400;
  color: var(--white);
  opacity: 0.85;
}

.ed-break__note {
  margin: 24px 0 0;
  max-width: 360px;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
}

@media (max-width: 900px) {
  .ed-break { grid-template-columns: 1fr; }
  .ed-break__img img { min-height: 280px; }
}

/* ---------- Product image strip ---------- */
/* Equal columns, equal heights — every cell is the same size regardless of
   the source image aspect ratio; we crop to a consistent 4/3 frame. */
.strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  background: transparent;
}

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

@media (max-width: 720px) {
  .strip,
  .strip--4 { grid-template-columns: 1fr; }
}

.strip > div {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #efece6;
}

.strip img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Feature rows (sit inside a feature column) ---------- */
.feat-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.feat-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
}

.feat-row:last-child { border-bottom: 0; }

.feat-row__num {
  font-size: 13px;
  font-weight: 700;
  color: var(--graphite);
  letter-spacing: 0.04em;
}

.feat-row__title {
  font-size: 16.5px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 6px;
}

.feat-row__body {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--graphite);
  margin: 0;
}

/* Dark variant for editorial breaks or dark backgrounds */
.feat-row--dk { border-bottom-color: rgba(255,255,255,0.08); }
.feat-row--dk .feat-row__title { color: var(--white); }
.feat-row--dk .feat-row__body { color: rgba(255,255,255,0.6); }

/* ---------- Gallery (motto-style: image+thumbs on left, info on right) ---------- */
.gallery-split {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
  padding: clamp(40px, 5vw, 72px) 0;
}

@media (max-width: 900px) {
  .gallery-split { grid-template-columns: 1fr; }
}

.gallery {
  position: relative;
}

.gallery__main {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #efece6;
  border-radius: 4px;
}

.gallery__main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .35s ease;
}

.gallery__main img.is-active { opacity: 1; }

.gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(14,14,16,0.78);
  color: var(--white);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: background .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery__arrow:hover { background: var(--red); }
.gallery__arrow--prev { left: 14px; }
.gallery__arrow--next { right: 14px; }

.gallery__counter {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
  background: rgba(14,14,16,0.78);
  color: var(--white);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.gallery__thumbs {
  display: grid;
  gap: 6px;
  margin-top: 8px;
  grid-template-columns: repeat(6, 1fr);
}

.gallery__thumbs--3 { grid-template-columns: repeat(3, 1fr); }
.gallery__thumbs--4 { grid-template-columns: repeat(4, 1fr); }

.gallery__thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.55;
  border-radius: 2px;
  transition: opacity .2s ease, transform .2s ease;
}

.gallery__thumbs img:hover { opacity: 0.85; }
.gallery__thumbs img.is-active { opacity: 1; outline: 2px solid var(--red); outline-offset: -2px; }

.gallery-info__eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--graphite);
}

.gallery-info__title {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  letter-spacing: -0.012em;
  line-height: 1.18;
  color: var(--ink);
  margin: 14px 0 8px;
}

.gallery-info__price {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 18px;
}

.gallery-info__desc {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--charcoal);
  margin: 0 0 22px;
}

.gallery-info__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  border-top: 1px solid var(--rule);
}

.gallery-info__list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--rule);
  padding: 12px 0;
  font-size: 13px;
}

.gallery-info__list li span:first-child {
  color: var(--graphite);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 11px;
}

.gallery-info__list li span:last-child {
  color: var(--ink);
  font-weight: 600;
  text-align: right;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ink);
  color: var(--white);
  padding: 14px 26px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background .2s ease;
}

.cta-btn:hover { background: var(--red); }

.cta-btn::after { content: "↗"; font-size: 14px; }

/* ---------- Spec table ---------- */
.specs-block {
  padding: clamp(56px, 7vw, 96px) 0;
}

.specs-block__rule {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--graphite);
  margin: 0 0 20px;
}

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

.specs-table td {
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 14.5px;
  line-height: 1.55;
  vertical-align: top;
}

.specs-table td:first-child {
  width: 32%;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--graphite);
  padding-right: 20px;
}

.specs-table td:last-child {
  color: var(--ink);
  font-weight: 500;
}

/* Dark variant */
.specs-block--dk { background: var(--ink); color: var(--white); }
.specs-block--dk .specs-table td { border-bottom-color: rgba(255,255,255,0.08); }
.specs-block--dk .specs-table td:last-child { color: var(--white); }
.specs-block--dk .specs-table td:first-child { color: rgba(255,255,255,0.55); }

@media (max-width: 600px) {
  .specs-table td { display: block; padding: 8px 0; border-bottom: none; }
  .specs-table tr { display: block; border-bottom: 1px solid var(--rule); padding: 12px 0; }
  .specs-table td:first-child { width: auto; padding-right: 0; }
}

/* ---------- Cinematic system showcase (home) ---------- */
.showcase {
  background: var(--paper);
}

.showcase__intro {
  padding: clamp(80px, 10vw, 140px) 0 clamp(40px, 5vw, 64px);
}

.showcase__intro-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: end;
}

@media (max-width: 800px) {
  .showcase__intro-inner { grid-template-columns: 1fr; gap: 20px; }
}

.showcase__intro p {
  color: var(--graphite);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  max-width: 52ch;
  margin: 0;
}

.showcase__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 92vh;
  align-items: stretch;
  border-top: 1px solid var(--rule);
}

.showcase__panel:first-of-type { border-top: 0; }

.showcase__panel--flip { direction: rtl; }
.showcase__panel--flip > * { direction: ltr; }

@media (max-width: 900px) {
  .showcase__panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .showcase__panel--flip { direction: ltr; }
}

.showcase__media {
  position: relative;
  overflow: hidden;
  background: #efece6;
  min-height: 60vh;
}

.showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}

.showcase__panel:hover .showcase__media img {
  transform: scale(1.03);
}

.showcase__copy {
  position: relative;
  padding: clamp(48px, 7vw, 110px) clamp(32px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--paper);
}

.showcase__num {
  position: absolute;
  top: clamp(24px, 4vw, 56px);
  right: clamp(32px, 5vw, 80px);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(80px, 14vw, 200px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(14,14,16,0.04);
  pointer-events: none;
  z-index: 0;
}

.showcase__inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

.showcase__tag {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--graphite);
  margin: 0 0 24px;
}

.showcase__tag::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--ink);
  opacity: 0.3;
}

.showcase__title {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.038em;
  line-height: 0.98;
  font-size: clamp(40px, 5.2vw, 84px);
  color: var(--ink);
  margin: 0 0 24px;
}

.showcase__lead {
  font-size: clamp(15px, 1.2vw, 17.5px);
  line-height: 1.65;
  color: var(--charcoal);
  margin: 0 0 32px;
  max-width: 44ch;
}

.showcase__spec {
  display: flex;
  gap: 32px;
  border-top: 1px solid var(--rule);
  padding-top: 24px;
  margin-bottom: 36px;
}

.showcase__spec-n {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  letter-spacing: -0.018em;
  color: var(--ink);
  line-height: 1;
}

.showcase__spec-l {
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--graphite);
}

.showcase__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink);
  align-self: flex-start;
  transition: gap .2s ease, color .2s ease;
}

.showcase__link::after {
  content: "→";
  transition: transform .2s ease;
}

.showcase__link:hover { color: var(--red); gap: 18px; }
.showcase__link:hover::after { transform: translateX(4px); }

/* ---------- Spec moment (full-bleed dark stat hero) ---------- */
.spec-moment {
  background: var(--ink);
  color: var(--white);
  padding: clamp(120px, 14vw, 200px) var(--gutter);
  text-align: center;
}

.spec-moment__eyebrow {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  margin: 0 0 32px;
}

.spec-moment__headline {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.94;
  font-size: clamp(48px, 8vw, 120px);
  max-width: 14ch;
  margin: 0 auto 56px;
  color: var(--white);
}

.spec-moment__headline em {
  font-style: italic;
  font-weight: 400;
  opacity: 0.55;
}

.spec-moment__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  max-width: 1100px;
  margin: 0 auto;
}

.spec-moment__cell {
  padding: 48px 24px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.spec-moment__cell:last-child { border-right: 0; }

.spec-moment__n {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  font-size: clamp(30px, 4vw, 56px);
  color: var(--white);
}

.spec-moment__l {
  margin-top: 14px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
}

@media (max-width: 720px) {
  .spec-moment__grid { grid-template-columns: repeat(2, 1fr); }
  .spec-moment__cell:nth-child(2) { border-right: 0; }
  .spec-moment__cell:nth-child(1),
  .spec-moment__cell:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.1); }
}

/* ---------- 3D model viewer ---------- */
/* Inline viewer block — sits inside a product section, light padding only. */
.viewer-inline {
  padding: clamp(32px, 4vw, 56px) 0;
}

.viewer-section {
  padding: clamp(80px, 9vw, 120px) 0;
}

.viewer-section--dark {
  background: var(--ink);
  color: var(--white);
}

.viewer-section--dark .viewer-head .body { color: #c9ccd2; }
.viewer-section--dark .section-title { color: var(--white); }

.viewer-head {
  max-width: 760px;
  margin: 0 auto clamp(40px, 5vw, 64px);
  text-align: center;
}

.viewer-head .lead { margin-left: auto; margin-right: auto; }
.viewer-head .divider { margin-left: auto; margin-right: auto; }

.mv-tabs {
  display: inline-flex;
  gap: 0;
  border: 1px solid var(--rule);
  border-radius: 999px;
  padding: 4px;
  background: var(--white);
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.viewer-section--dark .mv-tabs {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.12);
}

.mv-tab {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  padding: 10px 18px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--graphite);
  border-radius: 999px;
  transition: background .2s ease, color .2s ease;
  white-space: nowrap;
}

.viewer-section--dark .mv-tab { color: #c9ccd2; }

.mv-tab:hover { color: var(--ink); }
.viewer-section--dark .mv-tab:hover { color: var(--white); }

.mv-tab.is-active {
  background: var(--ink);
  color: var(--white);
}

.viewer-section--dark .mv-tab.is-active {
  background: var(--red);
  color: var(--white);
}

.viewer-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.viewer-stage {
  position: relative;
  background: linear-gradient(180deg, #f3f0eb 0%, #e8e5df 100%);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(14,14,16,0.10);
}

.viewer-section--dark .viewer-stage {
  background: linear-gradient(180deg, #1a1a1d 0%, #0e0e10 100%);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}

.viewer-stage model-viewer {
  display: block;
  width: 100%;
  height: clamp(420px, 60vw, 640px);
  --poster-color: transparent;
}

.viewer-hint {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(14,14,16,0.78);
  color: rgba(255,255,255,0.85);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  pointer-events: none;
  transition: opacity .4s ease;
}

.viewer-hint.is-hidden { opacity: 0; }

.viewer-hint::before {
  content: "↻";
  font-size: 14px;
  color: var(--red);
}

.viewer-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--graphite);
  background: transparent;
  pointer-events: none;
  transition: opacity .4s ease;
}

.viewer-section--dark .viewer-loading { color: #c9ccd2; }

.viewer-stage.is-loaded .viewer-loading { opacity: 0; }

.viewer-caption {
  margin-top: 22px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.viewer-caption__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0;
}

.viewer-section--dark .viewer-caption__title { color: var(--white); }

.viewer-caption__meta {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--graphite);
}

@media (max-width: 720px) {
  .mv-tabs { width: 100%; justify-content: center; }
  .mv-tab { padding: 8px 12px; font-size: 10px; letter-spacing: 0.12em; }
}

/* ---------- Scroll reveal (opacity-only, Apple/DJI quiet) ---------- */
.reveal {
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(.2,.7,.2,1);
  will-change: opacity;
}

.reveal.in-view { opacity: 1; }

.reveal--delay-1 { transition-delay: .10s; }
.reveal--delay-2 { transition-delay: .20s; }
.reveal--delay-3 { transition-delay: .30s; }
.reveal--delay-4 { transition-delay: .40s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transition: none; }
}

/* ---------- Story (founder) ---------- */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}

.story-grid__img {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.story-grid__img img { width: 100%; height: 100%; object-fit: cover; }

.story-grid__copy { max-width: 580px; }

.story-grid--flip { direction: rtl; }
.story-grid--flip > * { direction: ltr; }

@media (max-width: 900px) {
  .story-grid { grid-template-columns: 1fr; gap: 36px; }
  .story-grid__img { aspect-ratio: 4 / 3; }
  .story-grid--flip { direction: ltr; }
}

.story-chapter + .story-chapter {
  margin-top: clamp(80px, 9vw, 130px);
}

.chapter-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--graphite);
  margin-bottom: 18px;
}

/* ---------- Pull quote ---------- */
.pullquote {
  text-align: center;
  padding: clamp(96px, 12vw, 160px) 0;
  background: var(--paper);
}

.pullquote__text {
  font-family: var(--font-sans);
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.028em;
  line-height: 1.06;
  font-size: clamp(32px, 4.6vw, 64px);
  color: var(--ink);
  max-width: 900px;
  margin: 0 auto 32px;
}

.pullquote__attrib {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--graphite);
}

/* ---------- Systems grid (home) ---------- */
.systems-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: end;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 32px;
  margin-bottom: 56px;
}

@media (max-width: 720px) {
  .systems-head { grid-template-columns: 1fr; gap: 20px; }
}

.systems-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3vw, 40px);
}

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

.system-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.system-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(14,14,16,0.08);
  border-color: rgba(14,14,16,0.18);
}

.system-card__img {
  aspect-ratio: 4 / 3;
  background: #efece6;
  overflow: hidden;
}

.system-card__img img { width: 100%; height: 100%; object-fit: cover; }

.system-card__body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.system-card__tag {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--graphite);
}

.system-card__title {
  font-size: 24px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0;
}

.system-card__desc {
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.system-card__cta {
  margin-top: auto;
  padding-top: 16px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.system-card__cta::after {
  content: "→";
  transition: transform .15s ease;
}

.system-card:hover .system-card__cta::after { transform: translateX(4px); }

/* ---------- Feature split (system detail) ---------- */
.feat-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}

.feat-split--flip { direction: rtl; }
.feat-split--flip > * { direction: ltr; }

@media (max-width: 900px) {
  .feat-split { grid-template-columns: 1fr; gap: 36px; }
  .feat-split--flip { direction: ltr; }
}

.feat-split__img {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.feat-split__img img { width: 100%; height: 100%; object-fit: cover; }

.feat-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feat-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
}

.feat-list .num {
  font-size: 13px;
  font-weight: 700;
  color: var(--graphite);
  letter-spacing: 0.04em;
}

.feat-list .ftitle {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 6px;
}

.feat-list .fbody {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--graphite);
  margin: 0;
}

/* ---------- Spec strip (system detail) ---------- */
.specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.specs__cell {
  padding: 36px 24px;
  border-right: 1px solid var(--rule);
}

.specs__cell:last-child { border-right: 0; }

.specs__n {
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.specs__l {
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--graphite);
  font-weight: 700;
}

@media (max-width: 720px) {
  .specs { grid-template-columns: repeat(2, 1fr); }
  .specs__cell:nth-child(2) { border-right: 0; }
}

/* ---------- Image strip ---------- */
.img-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

@media (max-width: 720px) {
  .img-strip { grid-template-columns: 1fr; }
}

.img-strip > div {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #efece6;
}

.img-strip img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Final CTA strip ---------- */
.cta-strip {
  background: var(--ink);
  color: var(--white);
  text-align: center;
  padding: clamp(80px, 9vw, 130px) var(--gutter);
}

.cta-strip h2 {
  color: var(--white);
  margin: 0 0 18px;
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 800;
  letter-spacing: -0.018em;
}

.cta-strip p {
  color: #c9ccd2;
  max-width: 560px;
  margin: 0 auto 36px;
  font-size: 16px;
  line-height: 1.7;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #0a0a0c;
  color: #8b8b91;
  padding: 56px 0 40px;
  border-top: 1px solid #1a1a1d;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: end;
}

.site-footer__brand img {
  height: 28px;
  width: auto;
  margin-bottom: 12px;
  /* Swap to the white-text + red-stripe variant for the dark footer. */
  content: url("/assets/img/logo-white.png");
}

.site-footer__tag {
  font-size: 13px;
  color: #8b8b91;
  margin: 0;
}

.site-footer__links {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.site-footer__links a {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #c9ccd2;
}

.site-footer__links a:hover { color: var(--red); }

.site-footer__rule {
  border: 0;
  border-top: 1px solid #1a1a1d;
  margin: 40px 0 20px;
}

.site-footer__legal {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6a6a6e;
}

@media (max-width: 720px) {
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__links { justify-content: flex-start; }
}
