:root {
  --ink: #050505;
  --paper: #f4efe3;
  --white: #fff;
  --muted: #6e6558;
  --line: rgba(5, 5, 5, 0.14);
  --soft: #d8d1c5;
  --accent: #1f5eff;
  --gold: #b7893b;
  --logo-orange: #f15b2a;
  --logo-blue: #193a8a;
  --logo-yellow: #ffd34d;
  --radius: 0;
  --sans: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --serif: "Source Han Serif SC", "Noto Serif SC", "Songti SC", "STSong", serif;
  --mono: "DIN Alternate", "Roboto Mono", Consolas, monospace;
  --condensed: "Oswald", "Arial Narrow", "Helvetica Neue Condensed Bold", Impact, sans-serif;
  --header-height: 104px;
}

/* 2026-06 refinements */
.contact-page .contact-hero {
  align-items: end;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  min-height: calc(100vh - var(--header-height));
  padding: clamp(72px, 8vw, 120px) clamp(24px, 5vw, 92px);
}

.contact-hero-copy {
  align-content: end;
  display: grid;
}

.contact-hero-copy h1 {
  font-family: var(--condensed);
  font-size: clamp(62px, 7.2vw, 128px);
  font-weight: 700;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}

.contact-hero-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
  margin: 22px 0 0;
  max-width: 44em;
}

.contact-page .contact-icons {
  margin-top: 42px;
}

.contact-hero-media {
  aspect-ratio: 16 / 8.2;
  background: var(--ink);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.contact-hero-media::after {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.72), rgba(5, 5, 5, 0.08) 48%, rgba(241, 91, 42, 0.26)),
    linear-gradient(180deg, transparent 48%, rgba(5, 5, 5, 0.42));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.contact-hero-media img {
  filter: saturate(0.92) contrast(1.04);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contact-page + .site-footer .contact-logo-strip {
  display: none;
}

.magazine-wall-section:not(.magazine-wall-section-dark) .poster-wall-grid,
.archive-page-available .archive-poster-wall-grid {
  gap: clamp(22px, 2.4vw, 34px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1600px;
}

.magazine-wall-section:not(.magazine-wall-section-dark) .poster-wall-photo,
.archive-page-available .archive-poster-wall-photo {
  aspect-ratio: 4 / 3.2;
}

.archive-page-available .archive-poster-wall-grid .poster-wall-overlay strong {
  font-size: clamp(22px, 1.55vw, 30px);
}

.magazine-wall-section:not(.magazine-wall-section-dark) .poster-wall-overlay,
.archive-page-available .archive-poster-wall-grid .poster-wall-overlay {
  bottom: 18px;
  left: 18px;
}

.magazine-wall-section:not(.magazine-wall-section-dark) .poster-wall-overlay strong,
.archive-page-available .archive-poster-wall-grid .poster-wall-overlay strong {
  font-size: clamp(24px, 2vw, 36px);
  line-height: 0.98;
}

.magazine-wall-section:not(.magazine-wall-section-dark) .poster-wall-overlay em,
.archive-page-available .archive-poster-wall-grid .poster-wall-overlay em {
  font-size: 11px;
}

.vehicle-cover {
  margin-top: 0;
  min-height: calc(100vh - var(--header-height));
  overflow: visible;
}

.vehicle-cover-photo {
  height: calc(100vh - var(--header-height));
}

.vehicle-cover-copy {
  height: auto;
  min-height: calc(100vh - var(--header-height));
  padding-top: clamp(72px, 8vw, 118px);
}

.detail-photo-wall {
  max-height: 30vh;
}

.detail-inquire {
  min-height: 58px;
}

.story-finale-nextonly {
  min-height: 34vh;
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: clamp(48px, 5vw, 72px);
}

.journal-video-card {
  aspect-ratio: 3 / 4;
  background: var(--ink);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.journal-video-card img {
  filter: brightness(0.76) saturate(0.95);
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease, filter 520ms ease;
  width: 100%;
}

.journal-video-card:hover img {
  filter: brightness(0.9) saturate(1.04);
  transform: scale(1.035);
}

.journal-video-card-overlay {
  align-content: end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.72));
  display: grid;
  gap: 8px;
  inset: 0;
  padding: 28px;
  position: absolute;
}

.journal-video-card-overlay i {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  display: inline-flex;
  font-family: var(--mono);
  font-size: 12px;
  font-style: normal;
  height: 54px;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 54px;
}

.journal-video-card-overlay strong {
  font-family: var(--condensed);
  font-size: clamp(28px, 2.6vw, 44px);
  line-height: 0.98;
  text-transform: uppercase;
}

.journal-video-card-overlay em {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--mono);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.06em;
}

.journal-lockup-video {
  grid-template-columns: minmax(300px, 46%) minmax(220px, 32%);
  justify-content: start;
}

.video-modal {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 80;
}

.video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.video-modal-backdrop {
  background: rgba(0, 0, 0, 0.72);
  inset: 0;
  position: absolute;
}

.video-modal-panel {
  background: var(--white);
  left: 50%;
  max-width: min(920px, calc(100vw - 36px));
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.video-modal-close {
  background: var(--ink);
  border: 0;
  color: var(--white);
  cursor: pointer;
  font-size: 28px;
  height: 44px;
  position: absolute;
  right: 0;
  top: -44px;
  width: 44px;
}

.video-modal-screen {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.7fr);
}

.video-modal-screen img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.video-modal-screen > div {
  align-content: center;
  display: grid;
  padding: clamp(28px, 5vw, 56px);
}

.video-modal-screen span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.video-modal-screen strong {
  font-family: var(--condensed);
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.94;
  margin-top: 16px;
  text-transform: uppercase;
}

.video-modal-screen p {
  color: var(--muted);
  line-height: 1.9;
  margin: 20px 0 0;
}

.video-modal-screen .btn {
  margin-top: 28px;
  width: max-content;
}

@media (max-width: 900px) {
  .contact-page .contact-hero,
  .video-modal-screen,
  .journal-lockup-video {
    grid-template-columns: 1fr;
  }

  .contact-hero-media {
    aspect-ratio: 16 / 10;
  }

  .magazine-wall-section:not(.magazine-wall-section-dark) .poster-wall-grid,
  .archive-page-available .archive-poster-wall-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-cover-photo {
    height: auto;
  }

  .vehicle-cover-copy {
    min-height: 0;
    padding-top: 0;
  }

  .video-modal-screen img {
    max-height: 42vh;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 500;
  margin: 0;
}
body.menu-open { overflow: hidden; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #e5e5e5;
  color: var(--ink);
  display: grid;
  grid-template-columns: 240px 58px;
  height: 104px;
  left: 0;
  padding: 0 clamp(22px, 3vw, 44px);
  justify-content: space-between;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
}

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

.brand-mark img {
  height: clamp(94px, 7.4vw, 128px);
  object-fit: contain;
  width: auto;
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  gap: 8px;
  justify-self: end;
  padding: 14px 0;
  width: 34px;
}

.menu-toggle span {
  background: var(--ink);
  display: block;
  height: 1px;
  width: 100%;
}

.menu-panel {
  background: rgba(255, 255, 255, 0.96);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 25;
}

.menu-panel-inner {
  background: var(--white);
  color: var(--ink);
  height: 100%;
  margin-left: auto;
  padding: 128px clamp(42px, 7vw, 96px) 76px 94px;
  width: min(620px, 100vw);
}

.menu-panel nav {
  display: grid;
  gap: 26px;
  width: min(220px, 100%);
}

.menu-panel a {
  font-family: var(--condensed);
  font-size: clamp(34px, 3.4vw, 44px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  transform: none;
}

.menu-open .menu-panel {
  opacity: 1;
  pointer-events: auto;
}

.home-hero {
  background: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 45vw) minmax(0, 55vw);
  height: calc(100vh - var(--header-height));
  min-height: 640px;
  overflow: hidden;
}

.home-hero.is-right .hero-copy-panel { order: 2; }
.home-hero.is-right .hero-image-panel { order: 1; }
.home-hero.is-right {
  grid-template-columns: minmax(0, 55vw) minmax(0, 45vw);
}

.hero-copy-panel {
  align-content: center;
  border-right: 1px solid #e5e5e5;
  display: grid;
  min-width: 0;
  padding: clamp(36px, 5.8vw, 92px);
}

.eyebrow {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.hero-copy-panel h1,
.page-hero h1 {
  font-family: var(--condensed);
  font-size: clamp(58px, 8.4vw, 128px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.96;
  margin: 0;
  text-transform: uppercase;
}

.hero-copy-panel h1 {
  color: var(--ink);
  max-width: 7.4em;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home-hero .hero-copy-panel > .eyebrow {
  display: none;
}

.home-hero .hero-copy-panel > h1 {
  font-size: clamp(54px, 5.7vw, 106px);
  letter-spacing: -0.05em;
  line-height: 0.98;
  max-width: none;
  white-space: nowrap;
}

.hero-copy-panel h1::after {
  background: linear-gradient(90deg, var(--logo-orange), var(--logo-yellow) 56%, transparent);
  content: "";
  display: block;
  height: 6px;
  margin-top: 20px;
  width: min(420px, 66%);
}

.hero-lead {
  border-top: 1px solid #e5e5e5;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(19px, 1.7vw, 26px);
  font-weight: 500;
  line-height: 1.65;
  margin: 36px 0 0;
  max-width: 620px;
  padding-top: 28px;
}

.hero-note,
.page-hero p,
.detail-panel p,
.product-buy-panel p {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.9;
  margin: 22px 0 0;
  max-width: 720px;
}

.hero-image-panel {
  background: var(--soft);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 55vw;
}

.hero-image-panel::after {
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-image-panel img {
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-position, center center);
  transform: scale(1);
  transition: opacity 420ms ease, transform 760ms ease;
  width: 100%;
}

.hero-image-panel img.is-switching {
  opacity: 0;
  transform: scale(1.025);
}

.hero-actions,
.single-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.btn {
  align-items: center;
  border: 1px solid var(--ink);
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.btn-outline {
  background: transparent;
  color: var(--ink);
}

.hero-dots {
  display: flex;
  gap: 10px;
  margin-top: 46px;
}

.hero-dots button {
  background: rgba(5, 5, 5, 0.25);
  border: 0;
  cursor: pointer;
  height: 3px;
  padding: 0;
  width: 44px;
}

.hero-dots button.active { background: var(--ink); }

.section {
  padding: clamp(64px, 8vw, 116px) clamp(22px, 5vw, 92px);
}

.section-lite { background: var(--paper); }
.section-dark {
  background: var(--ink);
  color: var(--white);
}
.section-shop,
.home-contact { background: var(--white); }

.section-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}

.section h2,
.home-contact h2 {
  font-family: var(--condensed);
  font-size: clamp(44px, 5.6vw, 82px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.98;
  margin: 0;
  text-transform: uppercase;
}

.text-link {
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  padding-bottom: 5px;
}

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

.vehicle-card,
.product-card {
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}

.section-dark .vehicle-card { border-color: rgba(255, 255, 255, 0.18); }

.vehicle-photo,
.product-photo {
  aspect-ratio: 1;
  background: var(--soft);
  display: block;
  overflow: hidden;
  position: relative;
}

.vehicle-photo img,
.product-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
  width: 100%;
}

.vehicle-card:hover img,
.product-card:hover img { transform: scale(1.035); }

.status-pill {
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  left: 12px;
  padding: 7px 10px;
  position: absolute;
  top: 12px;
}

.card-copy,
.product-copy {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.card-copy h3,
.product-copy h3 {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.card-copy p,
.product-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.section-dark .card-copy p { color: rgba(255, 255, 255, 0.62); }

.card-copy strong,
.product-copy strong {
  font-family: var(--mono);
  font-size: 13px;
}

.magazine-wall-section,
.magazine-shop-section {
  background: var(--white);
  padding-left: clamp(24px, 5vw, 80px);
  padding-right: clamp(24px, 5vw, 80px);
}

.magazine-wall-section-dark { overflow: hidden; }

.magazine-section-head {
  border-bottom: 1px solid currentColor;
  margin-bottom: clamp(56px, 7vw, 88px);
  padding-bottom: 18px;
}

.magazine-section-head h2 {
  font-family: var(--condensed);
  font-size: clamp(44px, 5.4vw, 78px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.magazine-link {
  border-bottom: 0;
  color: #8e8e93;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  padding-bottom: 0;
}

.poster-wall-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.poster-wall-card {
  min-width: 0;
}

.poster-wall-photo,
.shop-poster-photo {
  background: #0b0b0b;
  display: block;
  overflow: hidden;
  position: relative;
}

.poster-wall-photo {
  aspect-ratio: 1;
}

.poster-wall-photo img,
.shop-poster-photo img {
  filter: grayscale(10%);
  height: 100%;
  object-fit: cover;
  object-position: var(--card-position, center center);
  transition: filter 500ms ease, transform 650ms ease;
  width: 100%;
}

.poster-wall-photo:hover img,
.shop-poster-photo:hover img {
  filter: grayscale(0);
  transform: scale(1.035);
}

.poster-wall-photo::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 40%, rgba(0, 0, 0, 0.52));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.poster-wall-overlay {
  bottom: 24px;
  color: var(--white);
  display: grid;
  font-family: var(--mono);
  gap: 6px;
  left: 24px;
  position: absolute;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.36);
  z-index: 1;
}

.poster-wall-overlay strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.poster-wall-overlay em {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.poster-wall-photo-dark img {
  filter: grayscale(30%) brightness(80%);
}

.poster-wall-photo-dark:hover img {
  filter: grayscale(0) brightness(100%);
}

.timing-caption {
  align-items: baseline;
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.timing-caption strong,
.timing-caption span {
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1.35;
  text-transform: uppercase;
}

.timing-caption strong {
  font-weight: 700;
}

.timing-caption i {
  border-bottom: 1px dotted currentColor;
  color: rgba(5, 5, 5, 0.28);
  flex: 1 1 auto;
  transform: translateY(-4px);
}

.timing-caption span {
  color: #8e8e93;
  text-align: right;
}

.section-dark .timing-caption i {
  color: rgba(255, 255, 255, 0.22);
}

.shop-poster-grid {
  align-items: start;
  display: grid;
  gap: clamp(42px, 6vw, 86px);
  grid-template-columns: minmax(0, 58%) minmax(260px, 32%);
  max-width: 1320px;
}

.shop-poster.is-lead {
  grid-row: span 2;
}

.shop-poster-photo {
  aspect-ratio: 4 / 3;
}

.shop-poster.is-support .shop-poster-photo {
  aspect-ratio: 3 / 4;
}

.shop-poster p {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.75;
  margin: 12px 0 0;
  max-width: 32em;
}

.home-contact {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.home-contact h2 {
  max-width: none;
}

.contact-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-icons a {
  align-items: center;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.contact-icons span {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  height: 66px;
  justify-content: center;
  width: 66px;
}

.contact-icons span svg {
  display: block;
  height: 28px;
  width: 28px;
}

.contact-icons em {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.03em;
}

.contact-logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.contact-logo-link {
  align-items: center;
  color: inherit;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.contact-logo-badge {
  align-items: center;
  color: currentColor;
  display: flex;
  height: 24px;
  justify-content: center;
  opacity: 0.78;
  transition: opacity 180ms ease, transform 180ms ease;
  width: 24px;
}

.contact-logo-badge svg {
  display: block;
  height: 100%;
  width: 100%;
}

.contact-logo-link:hover .contact-logo-badge {
  opacity: 1;
  transform: translateY(-1px);
}

.contact-logo-link em {
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero {
  background: var(--white);
  padding: clamp(74px, 9vw, 140px) clamp(22px, 5vw, 92px);
}

.archive-page {
  background: var(--paper);
}

.archive-page .page-hero {
  background: var(--white);
}

.archive-wall-section {
  padding-top: clamp(64px, 7vw, 98px);
}

.archive-poster-wall-grid {
  gap: clamp(34px, 4vw, 48px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1240px;
}

.archive-poster-wall-card {
  min-width: 0;
}

.archive-poster-wall-photo {
  aspect-ratio: 4 / 3.2;
}

.archive-poster-wall-grid .poster-wall-overlay {
  bottom: 18px;
  left: 18px;
}

.archive-poster-wall-grid .poster-wall-overlay strong {
  font-size: clamp(24px, 2vw, 36px);
  line-height: 0.98;
}

.archive-poster-wall-grid .poster-wall-overlay em {
  font-size: 11px;
}

.archive-page-sold {
  background: var(--ink);
}

.page-hero.compact {
  padding-top: clamp(92px, 10vw, 160px);
}

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

.contact-hero {
  align-items: end;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: calc(100vh - 118px);
}

.vehicle-detail-hero {
  background: var(--white);
  display: grid;
  align-items: start;
  gap: clamp(30px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.78fr);
  padding: clamp(42px, 5.5vw, 76px) clamp(22px, 4.6vw, 78px);
}

.detail-hero-visual {
  background: var(--soft);
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5.2;
  min-height: 680px;
}

.detail-hero-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.detail-panel {
  align-self: start;
  border-left: 1px solid #e5e5e5;
  max-width: 620px;
  padding-left: clamp(30px, 4vw, 56px);
  position: sticky;
  top: 128px;
}

.detail-panel h1 {
  font-family: Impact, "Arial Black", "Helvetica Neue Condensed Bold", var(--sans);
  font-size: clamp(54px, 5.6vw, 86px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}

.product-buy-panel h1 {
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.06;
  margin: 0;
}

.detail-kicker {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1.4;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.detail-price {
  font-family: var(--mono);
  color: var(--gold);
  font-size: 19px;
  letter-spacing: 0.06em;
  margin: 24px 0 34px;
  text-transform: uppercase;
}

.detail-lead {
  border-left: 2px solid var(--ink);
  color: #111;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin: 22px 0 0;
  max-width: 30em;
  padding-left: 18px;
}

.detail-facts {
  border-top: 1px solid #e5e5e5;
  display: block;
  margin-bottom: 28px;
}

.detail-facts div {
  align-items: baseline;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 0;
  padding: 16px 0;
}

.detail-facts span {
  color: var(--muted);
  display: inline-flex;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.detail-facts strong {
  display: block;
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
}

.spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.spec-row span {
  border: 1px solid var(--line);
  font-size: 12px;
  padding: 7px 10px;
}

.detail-condition {
  margin-top: 0;
}

.detail-note {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 24px;
}

.detail-note h2 {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.detail-inquire {
  font-size: 17px;
  min-height: 68px;
  letter-spacing: 0.06em;
  width: 100%;
}

.detail-panel .single-actions {
  display: block;
  margin-top: 34px;
}

.detail-video-link {
  color: var(--muted);
  display: block;
  font-family: var(--mono);
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-top: 18px;
  text-align: center;
  text-transform: uppercase;
}

.detail-video-link:hover {
  color: var(--ink);
}

.vehicle-magazine {
  background: var(--white);
}

.vehicle-cover {
  align-items: stretch;
  background: var(--white);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 58vw) minmax(360px, 42vw);
  margin-top: -96px;
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
}

.vehicle-cover-photo {
  background: var(--soft);
  height: 100vh;
  justify-self: stretch;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.vehicle-cover-photo img {
  height: 100%;
  object-fit: cover;
  object-position: var(--detail-position, center center);
  transition: opacity 520ms ease, transform 760ms ease;
  width: 100%;
}

.vehicle-cover-photo img.is-changing {
  opacity: 0;
  transform: scale(1.012);
}

.vehicle-cover-copy {
  align-self: stretch;
  border-left: 1px solid rgba(5, 5, 5, 0.08);
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  max-width: none;
  padding: clamp(128px, 12vw, 168px) clamp(34px, 5vw, 84px) clamp(48px, 6vw, 64px);
  position: relative;
}

.vehicle-cover-copy h1 {
  font-family: "Oswald", "Arial Narrow", "Arial Black", "Helvetica Neue Condensed Bold", sans-serif;
  font-size: clamp(84px, 8.4vw, 152px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.92;
  margin: 0;
  text-wrap: balance;
  text-transform: uppercase;
}

.detail-photo-wall {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(26px, 3vw, 38px);
  max-height: 34vh;
  overflow-y: auto;
  padding-right: 4px;
}

.detail-photo-thumb {
  aspect-ratio: 1;
  background: var(--soft);
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
}

.detail-photo-thumb img {
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transition: opacity 260ms ease, transform 420ms ease;
  width: 100%;
}

.detail-photo-thumb:hover img,
.detail-photo-thumb.is-active img {
  opacity: 1;
}

.detail-photo-thumb:hover img {
  transform: scale(1.04);
}

.detail-photo-thumb.is-active {
  border-color: var(--logo-orange);
}

.detail-photo-thumb.is-active img {
  transform: scale(1.025);
}

.cover-copy-top {
  max-width: 680px;
}

.cover-copy-bottom {
  display: grid;
  gap: 18px;
  margin-top: 26px;
  max-width: 680px;
}

.vehicle-cover .magazine-spec-panel {
  display: none;
}

.detail-summary-panel {
  border-top: 1px solid #e5e5e5;
  display: grid;
  gap: 18px;
  padding-top: 20px;
}

.detail-note-block {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
}

.detail-note-block span {
  color: var(--muted);
  display: block;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.detail-note-block p {
  color: #111;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.detail-note-block strong {
  color: var(--gold);
  display: block;
  font-family: var(--mono);
  font-size: 21px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.magazine-spec-panel {
  border-top: 1px solid #e5e5e5;
  display: block;
  margin: 0;
}

.magazine-spec-panel div {
  align-items: baseline;
  border-bottom: 0;
  display: flex;
  gap: 0;
  min-height: 0;
  padding: 14px 0;
}

.magazine-spec-panel span {
  color: #8e8e93;
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.magazine-spec-panel i {
  border-bottom: 1px dotted #d1d1d6;
  flex: 1 1 auto;
  margin: 0 16px;
  transform: translateY(-4px);
}

.magazine-spec-panel strong {
  color: var(--ink);
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: right;
  text-transform: uppercase;
}

.journal-story-section {
  background: var(--white);
  margin: 104px auto;
  max-width: 1300px;
  padding: 0 48px;
}

.second-block-gallery {
  max-width: 1500px;
  width: 90vw;
  padding: 0;
}

.journal-story-section > .eyebrow {
  margin-bottom: 18px;
}

.journal-story-section > h2 {
  font-family: var(--condensed);
  font-size: clamp(48px, 5vw, 72px);
  letter-spacing: -0.04em;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 96px;
  max-width: 780px;
  text-transform: uppercase;
}

.journal-story-section > h2 span {
  display: block;
}

.journal-photo {
  aspect-ratio: 3 / 4;
  background: var(--soft);
  margin: 0;
  overflow: hidden;
  width: 100%;
}

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

.journal-lockup {
  align-items: start;
  display: grid;
  gap: clamp(34px, 4vw, 70px);
  margin-top: 72px;
}

.journal-lockup-primary,
.journal-lockup-secondary,
.journal-lockup-1,
.journal-lockup-2 {
  grid-template-columns: minmax(300px, 46%) minmax(220px, 32%);
}

.journal-lockup-primary,
.journal-lockup-1 {
  justify-content: start;
}

.journal-lockup-secondary,
.journal-lockup-2 {
  justify-content: end;
  margin-left: auto;
}

.journal-lockup-tertiary,
.journal-lockup-3 {
  grid-template-columns: minmax(300px, 46%);
  justify-content: start;
}

.journal-photo-lockup {
  max-width: 100%;
}

.journal-copy-block {
  align-self: center;
  max-width: 28rem;
}

.journal-copy-block p {
  color: #111;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.95;
  margin: 0;
}

.journal-copy-note {
  align-self: start;
  padding-top: clamp(76px, 8vw, 124px);
}

.journal-copy-note span {
  color: #8e8e93;
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.vehicle-gallery {
  background: var(--white);
}

.vehicle-gallery-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.vehicle-gallery-grid figure {
  aspect-ratio: 4 / 5;
  background: var(--soft);
  grid-column: span 4;
  margin: 0;
  overflow: hidden;
}

.vehicle-gallery-grid figure.is-wide {
  aspect-ratio: 16 / 10;
  grid-column: span 8;
}

.vehicle-gallery-grid figure.is-tall {
  aspect-ratio: 4 / 6;
}

.vehicle-gallery-grid img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vehicle-video {
  background: var(--white);
  padding-top: clamp(40px, 6vw, 72px);
}

.vehicle-video-layout {
  display: grid;
  gap: clamp(22px, 3vw, 42px);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.vehicle-video-player {
  background: var(--ink);
  min-height: 420px;
  overflow: hidden;
}

.vehicle-video-player iframe,
.vehicle-video-player video {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  height: 100%;
  min-height: 420px;
  width: 100%;
}

.vehicle-video-copy {
  align-content: start;
  display: grid;
}

.vehicle-video-copy p {
  margin-top: 0;
}

.vehicle-video-copy p + p {
  margin-top: 14px;
}

.vehicle-video-fallback {
  align-content: center;
  color: var(--white);
  display: grid;
  gap: 16px;
  height: 100%;
  justify-items: start;
  padding: clamp(24px, 4vw, 40px);
}

.story-finale {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: clamp(28px, 6vw, 88px);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.48fr);
  overflow: hidden;
}

.story-finale-copy {
  max-width: 700px;
}

.story-finale-copy h3 {
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 24px;
}

.story-finale-copy h2 {
  font-family: var(--condensed);
  font-size: clamp(42px, 5vw, 82px);
  letter-spacing: -0.04em;
  font-weight: 700;
  line-height: 0.94;
  margin: 0;
  text-transform: uppercase;
}

.story-finale-copy p {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.9;
  margin-top: 18px;
  max-width: 34em;
}

.story-finale-note {
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 42px;
}

.story-finale-nextonly {
  grid-template-columns: minmax(0, 860px);
  justify-content: start;
  min-height: 48vh;
  padding: clamp(68px, 7vw, 96px) clamp(24px, 6vw, 84px);
}

.story-finale-nextonly .story-finale-copy {
  max-width: 760px;
}

.story-finale-nextonly .story-finale-copy p {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
  max-width: 34em;
}

.story-finale .contact-icons {
  margin-top: 32px;
}

.story-finale .contact-icons span {
  background: var(--white);
  color: var(--ink);
  height: 52px;
  width: 52px;
}

.story-finale .contact-icons em {
  color: rgba(255, 255, 255, 0.72);
}

.story-finale-image {
  aspect-ratio: 3 / 4.2;
  justify-self: end;
  margin: 0;
  overflow: hidden;
  width: min(30vw, 420px);
}

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

.product-detail-layout {
  background: var(--white);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  padding: clamp(42px, 6vw, 88px) clamp(22px, 5vw, 92px);
}

.product-detail-gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: 80px minmax(0, 1fr);
}

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

.product-thumbs img {
  aspect-ratio: 1;
  background: var(--soft);
  object-fit: cover;
  width: 100%;
}

.product-detail-gallery figure {
  aspect-ratio: 1;
  background: #a4a6a8;
  margin: 0;
  overflow: hidden;
}

.product-detail-gallery figure img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product-buy-panel select,
.product-buy-panel input {
  border: 1px solid var(--line);
  display: block;
  margin-top: 8px;
  min-height: 44px;
  padding: 0 12px;
  width: 100%;
}

.select-label,
.quantity-label {
  display: block;
  font-size: 13px;
  margin-top: 24px;
}

.buy-button {
  margin-top: 28px;
  width: 100%;
}

.buy-note {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.product-buy-panel .contact-icons {
  margin-top: 22px;
}

.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 34px clamp(22px, 5vw, 92px);
}

.site-footer-inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.footer-logo {
  height: clamp(72px, 8vw, 112px);
  object-fit: contain;
  width: auto;
}

.site-footer .contact-logo-strip {
  align-items: center;
  gap: 14px;
}

.site-footer .contact-logo-link {
  gap: 0;
}

.site-footer .contact-logo-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  height: 46px;
  opacity: 1;
  width: 46px;
}

.site-footer .contact-logo-link em {
  display: none;
}

.site-footer .contact-logo-link:hover .contact-logo-badge {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  :root {
    --header-height: 88px;
  }

  .site-header {
    grid-template-columns: 1fr 46px;
    height: 88px;
  }
  .brand-mark img { height: 68px; }

  .menu-panel-inner {
    padding: 96px 34px 48px 40px;
    width: min(420px, 100vw);
  }

  .menu-panel nav {
    gap: 22px;
  }

  .menu-panel a {
    font-size: 28px;
  }

  .home-hero,
  .home-hero.is-right,
  .vehicle-cover,
  .vehicle-detail-hero,
  .story-finale,
  .product-detail-layout,
  .contact-hero,
  .home-contact {
    grid-template-columns: 1fr;
  }

  .home-hero.is-right .hero-copy-panel,
  .home-hero.is-right .hero-image-panel { order: initial; }

  .home-hero {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .hero-copy-panel {
    border-right: 0;
    padding: 44px 22px;
  }

  .home-hero .hero-copy-panel > h1 {
    font-size: clamp(44px, 13vw, 72px);
    letter-spacing: -0.04em;
    white-space: normal;
  }

  .hero-image-panel {
    height: 62vh;
    min-height: 360px;
    width: 100%;
  }

  .vehicle-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .magazine-wall-section,
  .magazine-shop-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .magazine-section-head {
    align-items: flex-start;
    gap: 20px;
  }

  .poster-wall-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .archive-poster-wall-grid {
    max-width: none;
  }

  .shop-poster-grid {
    grid-template-columns: 1fr;
  }

  .shop-poster.is-lead {
    grid-row: auto;
  }

  .detail-panel {
    border-left: 0;
    max-width: none;
    padding-left: 0;
    position: static;
  }

  .detail-panel h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .vehicle-cover {
    gap: 28px;
    margin-top: -84px;
    min-height: auto;
    padding: 84px 0 54px;
  }

  .vehicle-cover-photo {
    height: auto;
    justify-self: stretch;
    width: 100%;
  }

  .vehicle-cover-copy {
    border-left: 0;
    height: auto;
    max-width: none;
    padding: 0 22px;
  }

  .vehicle-cover-copy h1 {
    font-size: clamp(56px, 17vw, 86px);
  }

  .detail-photo-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-height: none;
  }

  .cover-copy-bottom {
    margin-top: 34px;
  }

  .journal-story-section {
    margin: 84px auto;
    padding: 0 22px;
  }

  .second-block-gallery {
    width: auto;
  }

  .journal-story-section > h2 {
    font-size: clamp(38px, 12vw, 56px);
    margin-bottom: 56px;
  }

  .journal-lockup,
  .journal-lockup-primary,
  .journal-lockup-secondary,
  .journal-lockup-tertiary,
  .journal-lockup-1,
  .journal-lockup-2,
  .journal-lockup-3 {
    gap: 24px;
    grid-template-columns: 1fr;
    justify-content: start;
    margin-top: 42px;
  }

  .journal-copy-note {
    padding-top: 0;
  }

  .detail-hero-visual {
    min-height: 0;
  }

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

  .vehicle-gallery-grid figure,
  .vehicle-gallery-grid figure.is-wide,
  .vehicle-gallery-grid figure.is-tall {
    aspect-ratio: 4 / 5;
    grid-column: span 1;
  }

  .detail-facts,
  .vehicle-video-layout {
    grid-template-columns: 1fr;
  }

  .story-finale {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .story-finale-nextonly {
    justify-items: start;
  }

  .story-finale-image {
    justify-self: start;
    width: min(78vw, 360px);
  }

  .product-detail-gallery {
    grid-template-columns: 1fr;
  }

  .product-thumbs {
    display: flex;
    order: 2;
  }

  .product-thumbs img { width: 72px; }

  .site-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Final overrides for contact, archives, and vehicle detail */
.magazine-wall-section-dark,
.archive-page-sold,
.archive-page-sold .page-hero,
.archive-page-sold .archive-wall-section {
  background: var(--white);
  color: var(--ink);
}

.magazine-wall-section-dark .section-head,
.magazine-wall-section-dark .eyebrow,
.magazine-wall-section-dark .text-link,
.archive-page-sold .page-hero,
.archive-page-sold .eyebrow {
  color: var(--ink);
}

.magazine-wall-section-dark .poster-wall-grid,
.archive-page-sold .archive-poster-wall-grid {
  gap: clamp(22px, 2.4vw, 34px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1600px;
}

.magazine-wall-section-dark .poster-wall-photo,
.archive-page-sold .archive-poster-wall-photo {
  aspect-ratio: 4 / 3.2;
}

.magazine-wall-section-dark .poster-wall-overlay strong,
.archive-page-sold .archive-poster-wall-grid .poster-wall-overlay strong {
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1;
}

.magazine-wall-section-dark .poster-wall-overlay em,
.archive-page-sold .archive-poster-wall-grid .poster-wall-overlay em {
  color: var(--white);
}

.vehicle-cover {
  margin-top: 0;
  min-height: calc(100vh - var(--header-height));
  overflow: visible;
}

.vehicle-cover-photo {
  height: calc(100vh - var(--header-height));
}

.vehicle-cover-copy {
  height: auto;
  min-height: calc(100vh - var(--header-height));
  padding-top: clamp(72px, 8vw, 118px);
}

.story-finale-nextonly {
  min-height: 34vh;
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: clamp(48px, 5vw, 72px);
}

.magazine-wall-section:not(.magazine-wall-section-dark) .poster-wall-grid,
.archive-page-available .archive-poster-wall-grid {
  gap: clamp(22px, 2.4vw, 34px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1600px;
}

.magazine-wall-section:not(.magazine-wall-section-dark) .poster-wall-photo,
.archive-page-available .archive-poster-wall-photo {
  aspect-ratio: 4 / 3.2;
}

.contact-page + .site-footer .contact-logo-strip {
  display: none;
}

@media (max-width: 900px) {
  .vehicle-cover-photo {
    height: auto;
  }

  .vehicle-cover-copy {
    min-height: 0;
    padding-top: 0;
  }

  .magazine-wall-section:not(.magazine-wall-section-dark) .poster-wall-grid,
  .archive-page-available .archive-poster-wall-grid,
  .magazine-wall-section-dark .poster-wall-grid,
  .archive-page-sold .archive-poster-wall-grid {
    grid-template-columns: 1fr;
  }
}
