@charset "UTF-8";
/* Final responsive layer. Keep this file loaded after the legacy theme stylesheet. */
:root {
  --ff-vietnamese: "Segoe UI Variable", "Segoe UI", -apple-system, BlinkMacSystemFont, "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  --ff-apple: var(--ff-vietnamese);
}

/* V6.3: ratio-aware hero artwork and centered emblem navigation. */
body.vf-final-theme .vf-final-header {
  left: 18px;
  right: 18px;
  width: auto;
  height: 94px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 330px;
  align-items: center;
  gap: 18px;
  padding: 10px 24px 0;
  overflow: visible;
}

body.vf-final-theme .vf-final-header::before {
  inset: 10px 0 0;
  border-radius: 30px;
  background: rgba(7, 11, 17, .82);
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
  backdrop-filter: blur(24px) saturate(1.2);
}

body.vf-light-mode .vf-final-header::before {
  background: rgba(255, 255, 255, .88);
  border-color: rgba(7, 16, 31, .10);
  box-shadow: 0 20px 60px rgba(11, 39, 73, .14);
}

body.vf-final-theme .vf-final-header.is-scrolled {
  height: 84px;
  padding-top: 4px;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.vf-final-header__theme {
  position: relative;
  z-index: 3;
  justify-self: start;
}

body.vf-final-theme .vf-final-theme-toggle {
  width: 150px;
  height: 48px;
  padding: 5px 13px 5px 5px;
  gap: 10px;
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .14);
}

body.vf-light-mode .vf-final-theme-toggle {
  background: rgba(7, 16, 31, .055);
  border-color: rgba(7, 16, 31, .11);
}

body.vf-final-theme .vf-final-theme-toggle span.vf-final-theme-toggle__icon {
  flex-basis: 36px;
  width: 36px;
  height: 36px;
}

body.vf-final-theme .vf-final-theme-toggle b {
  font-size: 10px;
  letter-spacing: .015em;
}

body.vf-final-theme .vf-final-nav {
  justify-self: center;
  margin: 0;
  padding: 0;
}

body.vf-final-theme .vf-final-nav > ul {
  gap: 5px;
  flex-wrap: nowrap;
}

body.vf-final-theme .vf-final-nav li:nth-child(3) {
  margin-right: 162px;
}

body.vf-final-theme .vf-final-nav a {
  height: 46px;
  padding: 0 15px;
  font-size: 10px;
  letter-spacing: .075em;
  background: rgba(255, 255, 255, .045);
}

body.vf-light-mode .vf-final-nav a {
  background: rgba(7, 16, 31, .035);
}

body.vf-final-theme .vf-final-brand {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 0;
  width: 108px;
  height: 132px;
  margin: 0;
  padding: 0;
  display: grid;
  place-items: start center;
  transform: translateX(-50%);
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, .32));
}

body.vf-final-theme .vf-final-brand img {
  display: block;
  width: 108px;
  height: auto;
}

body.vf-final-theme .vf-final-header__actions {
  position: relative;
  z-index: 3;
  justify-self: end;
  padding: 0;
  gap: 12px;
}

body.vf-final-theme .vf-final-call {
  min-width: 126px;
  padding: 7px 12px 7px 16px;
}

body.vf-final-theme .vf-final-header__actions > .vf-final-btn {
  min-height: 48px;
  padding: 0 22px;
}

body.vf-final-theme .vf-final-hero {
  height: max(780px, 100svh);
  min-height: 780px;
}

body.vf-final-theme .vf-final-hero__bg {
  background-color: #020817;
  background-image: none;
}

body.vf-light-mode .vf-final-hero__bg {
  background-color: #128fce;
  background-image: none;
}

.vf-final-hero__picture {
  position: absolute;
  inset: 0;
  display: block;
}

.vf-final-hero__picture--light {
  display: none;
}

body.vf-light-mode .vf-final-hero__picture--dark {
  display: none;
}

body.vf-light-mode .vf-final-hero__picture--light {
  display: block;
}

.vf-final-hero__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.vf-final-theme .vf-final-hero__shade {
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 8, 23, .48) 0%, rgba(2, 8, 23, .10) 36%, rgba(2, 8, 23, .02) 66%, rgba(2, 8, 23, .24) 100%);
}

body.vf-light-mode .vf-final-hero__shade {
  background: linear-gradient(180deg, rgba(245, 251, 255, .22) 0%, rgba(245, 251, 255, .02) 38%, transparent 72%, rgba(7, 16, 31, .08) 100%);
}

body.vf-final-theme .vf-final-hero__copy {
  top: 132px;
  width: min(1120px, calc(100vw - 48px));
}

body.vf-final-theme .vf-final-title span,
body.vf-final-theme .vf-final-title em {
  font-size: clamp(56px, 6.4vw, 112px);
}

body.vf-final-theme .vf-final-hero__lead {
  margin-top: 14px;
}

@media (max-width: 1500px) and (min-width: 1181px) {
  body.vf-final-theme .vf-final-header {
    grid-template-columns: 52px minmax(0, 1fr) 210px;
    padding-left: 18px;
    padding-right: 18px;
  }

  body.vf-final-theme .vf-final-theme-toggle {
    width: 48px;
    padding: 5px;
  }

  body.vf-final-theme .vf-final-theme-toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  body.vf-final-theme .vf-final-nav li:nth-child(3) {
    margin-right: 136px;
  }

  body.vf-final-theme .vf-final-nav a {
    padding: 0 10px;
    font-size: 9px;
  }

  body.vf-final-theme .vf-final-brand,
  body.vf-final-theme .vf-final-brand img {
    width: 92px;
  }

  body.vf-final-theme .vf-final-call {
    display: none;
  }
}

@media (max-width: 1180px) {
  body.vf-final-theme .vf-final-header {
    left: 10px;
    right: 10px;
    height: 78px;
    display: flex;
    justify-content: space-between;
    padding: 8px 12px 0;
  }

  body.vf-final-theme .vf-final-header::before {
    inset: 8px 0 0;
    border-radius: 22px;
  }

  body.vf-final-theme .vf-final-header.is-scrolled {
    height: 74px;
    padding-top: 4px;
  }

  body.vf-final-theme .vf-final-nav {
    display: none;
  }

  body.vf-final-theme .vf-final-brand {
    left: 50%;
    top: 9px;
    width: 53px;
    height: 64px;
    margin: 0;
    padding: 0;
  }

  body.vf-final-theme .vf-final-brand img {
    width: 53px;
  }

  body.vf-final-theme .vf-final-header__actions {
    margin-left: auto;
  }

  body.vf-final-theme .vf-final-call,
  body.vf-final-theme .vf-final-header__actions > .vf-final-btn {
    display: none;
  }

  body.vf-final-theme .vf-final-menu-toggle {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  body.vf-final-theme .vf-final-hero__copy {
    top: 104px;
    padding: 0;
  }
}

/* Keep the two navigation groups outside the centered logo's hit area. */
@media (min-width: 1181px) {
  body.vf-final-theme .vf-final-header__theme { grid-column: 1; }
  body.vf-final-theme .vf-final-header__actions { grid-column: 3; }
  body.vf-final-theme .vf-final-nav {
    position: absolute;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
  }
  body.vf-final-theme .vf-final-nav > ul {
    --vf-logo-lane: 206px;
    display: grid;
    grid-template-columns: repeat(3, max-content) var(--vf-logo-lane) repeat(3, max-content);
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  body.vf-final-theme .vf-final-nav li:nth-child(1) { grid-column: 1; }
  body.vf-final-theme .vf-final-nav li:nth-child(2) { grid-column: 2; }
  body.vf-final-theme .vf-final-nav li:nth-child(3) { grid-column: 3; margin-right: 0; }
  body.vf-final-theme .vf-final-nav li:nth-child(4) { grid-column: 5; }
  body.vf-final-theme .vf-final-nav li:nth-child(5) { grid-column: 6; }
  body.vf-final-theme .vf-final-nav li:nth-child(6) { grid-column: 7; }
}

@media (min-width: 1181px) and (max-width: 1500px) {
  body.vf-final-theme .vf-final-nav > ul { --vf-logo-lane: 174px; }
}

@media (max-width: 767px) {
  body.vf-final-theme .vf-final-theme-toggle {
    width: 44px;
    height: 44px;
    padding: 4px;
  }

  body.vf-final-theme .vf-final-theme-toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  body.vf-final-theme .vf-final-theme-toggle span.vf-final-theme-toggle__icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  body.vf-final-theme .vf-final-hero {
    height: max(760px, 100svh);
    min-height: 760px;
  }

  .vf-final-hero__picture img {
    object-position: center;
  }

  body.vf-final-theme .vf-final-hero__copy {
    top: 92px;
    width: calc(100vw - 20px);
  }

  body.vf-final-theme .vf-final-kicker {
    margin-bottom: 9px;
    font-size: 8px;
    letter-spacing: .2em;
  }

  body.vf-final-theme .vf-final-title {
    display: flex;
    justify-content: center;
    gap: .16em;
    white-space: nowrap;
  }

  body.vf-final-theme .vf-final-title span,
  body.vf-final-theme .vf-final-title em {
    font-size: clamp(31px, 8.4vw, 52px);
    letter-spacing: -.055em;
  }

  body.vf-final-theme .vf-final-hero__line {
    margin-top: 10px;
    gap: 7px;
    font-size: 8px;
    letter-spacing: .09em;
  }

  body.vf-final-theme .vf-final-hero__line i {
    width: 28px;
  }

  body.vf-final-theme .vf-final-hero__lead {
    max-width: 330px;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.45;
  }

  body.vf-final-theme .vf-final-hero__copy .vf-final-hero__actions {
    width: min(100%, 310px);
    margin-top: 13px;
  }

  body.vf-final-theme .vf-final-hero__copy .vf-final-btn {
    min-height: 48px;
  }

  body.vf-final-theme .vf-final-scroll-cue {
    display: none;
  }

  body.vf-final-theme .vf-final-mobile {
    padding: 84px 10px 10px;
  }
}

body.vf-final-theme,
body.vf-final-theme .site-shell,
body.vf-final-theme .site-shell button,
body.vf-final-theme .site-shell input,
body.vf-final-theme .site-shell select,
body.vf-final-theme .site-shell textarea {
  font-family: var(--ff-vietnamese);
}

body.vf-final-theme .site-shell h1,
body.vf-final-theme .site-shell h2,
body.vf-final-theme .site-shell h3,
body.vf-final-theme .site-shell h4,
body.vf-final-theme .site-shell h5,
body.vf-final-theme .site-shell h6,
body.vf-final-theme .site-shell a,
body.vf-final-theme .site-shell b,
body.vf-final-theme .site-shell strong,
body.vf-final-theme .site-shell em,
body.vf-final-theme .site-shell small,
body.vf-final-theme .site-shell span,
body.vf-final-theme .site-shell p {
  font-family: inherit;
}
body.vf-final-theme .vf-final-hero__lineup-media .vehicle-silhouette {
  min-height: 0;
  max-width: 136px;
}

body.vf-final-theme .vf-final-hero__lineup-media .vehicle-silhouette svg {
  width: 100%;
  height: auto;
}

body.vf-final-theme .official-vehicle-img {
  object-fit: contain;
  object-position: center;
}

.vf-final-hero__lineup-media .official-vehicle-img {
  width: min(100%, 150px);
}

.vf-final-vehicle__media .official-vehicle-img {
  width: min(100%, 420px);
}

.vf-final-hero .vf-final-reveal {
  opacity: 1;
  transform: none;
  filter: none;
}

body.vf-final-theme .vf-final-hero {
  height: max(860px, 100svh);
  min-height: 860px;
  background: #020817;
}

body.vf-final-theme .vf-final-hero__bg {
  background-color: #020817;
  background-image: url('../img/hero/hero-lineup-night.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.vf-light-mode .vf-final-hero__bg {
  background-color: #169bd7;
  background-image: url('../img/hero/hero-lineup-day.webp');
}

body.vf-final-theme .vf-final-hero__shade {
  background: linear-gradient(180deg, rgba(2, 8, 23, .42) 0%, rgba(2, 8, 23, .06) 38%, rgba(2, 8, 23, .04) 72%, rgba(2, 8, 23, .28) 100%);
}

body.vf-light-mode .vf-final-hero__shade {
  background: linear-gradient(180deg, rgba(240, 248, 255, .34) 0%, rgba(240, 248, 255, .02) 42%, rgba(240, 248, 255, 0) 76%, rgba(7, 16, 31, .10) 100%);
}

.vf-final-hero__copy {
  top: 126px;
}

.vf-final-hero__copy .vf-final-hero__actions {
  justify-content: center;
  margin-top: 22px;
}

.vf-final-hero__carstage,
.vf-final-hero__bottom,
.vf-final-hero__lineup {
  display: none !important;
}

@media (max-width: 1180px) {
  .vf-final-header {
    display: flex;
    height: auto;
    align-items: center;
    padding: 9px 14px 0;
  }

  .vf-final-header::before {
    top: 8px;
    left: 10px;
    right: 10px;
    border-radius: 22px;
  }

  .vf-final-brand {
    margin-right: auto;
    padding: 11px 0 11px 3px;
  }

  .vf-final-header__actions {
    padding: 7px 3px 7px 0;
  }

  .vf-final-hero {
    height: max(940px, 100svh);
    min-height: 940px;
  }

  .vf-final-hero__copy {
    position: absolute;
    top: 112px;
    left: 50%;
    right: auto;
    width: calc(100vw - 32px);
    max-width: none;
    padding: 0;
    transform: translateX(-50%);
    text-align: center;
  }

  .vf-final-title {
    display: flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }

  .vf-final-title span,
  .vf-final-title em {
    font-size: clamp(50px, 8vw, 82px);
  }

  .vf-final-hero__line {
    justify-content: center;
    text-align: center;
  }

  .vf-final-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .vf-final-hero__lineup {
    top: 300px;
    bottom: auto;
    left: 0;
    right: 0;
    width: calc(100vw - 40px);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0 auto;
  }

  .vf-final-hero__lineup-item {
    display: flex;
    grid-template-columns: none;
    flex-direction: column;
  }

  .vf-final-hero__carstage {
    top: 51%;
    left: 50%;
    width: min(96vw, 820px);
  }

  .vf-final-hero__bottom {
    left: 20px;
    right: 20px;
    bottom: 26px;
    display: flex;
  }
}

@media (max-width: 900px) {
  :root {
    --vf-container: min(100% - 24px, 1420px);
  }

  .vf-final-header {
    height: auto;
    padding: 9px 10px 0;
  }

  .vf-final-header__actions {
    position: absolute;
    top: 9px;
    right: 14px;
    padding: 7px 0;
  }

  .vf-final-brand {
    padding-left: 3px;
  }

  .vf-final-theme-toggle {
    width: 42px;
    height: 42px;
    padding: 4px;
  }

  .vf-final-hero {
    height: max(760px, 100svh);
    min-height: 760px;
  }

  body.vf-final-theme .vf-final-hero__bg {
    background-position: center 190px;
    background-size: 100% auto;
  }

  .vf-final-hero__copy {
    top: 104px;
    width: calc(100vw - 24px);
    padding: 0;
    text-align: center;
  }

  .vf-final-kicker {
    margin-bottom: 10px;
    font-size: 9px;
    letter-spacing: .26em;
  }

  .vf-final-title {
    justify-content: center;
    text-align: center;
  }

  .vf-final-title span,
  .vf-final-title em {
    font-size: clamp(34px, 8.6vw, 60px);
  }

  .vf-final-hero__line {
    justify-content: center;
    text-align: center;
    font-size: 9px;
    letter-spacing: .1em;
  }

  .vf-final-hero__lead {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .vf-final-hero__copy .vf-final-hero__actions {
    grid-template-columns: 1fr 1fr;
    margin: 18px auto 0;
    max-width: 480px;
  }

  .vf-final-hero__lineup {
    top: 248px;
    bottom: auto;
    width: calc(100vw - 20px);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    padding: 6px;
    border-radius: 18px;
  }

  .vf-final-hero__lineup-item {
    display: flex;
    grid-template-columns: none;
    gap: 4px;
    padding: 5px 3px 7px;
    border-radius: 13px;
  }

  .vf-final-hero__lineup-media {
    height: 50px;
    border-radius: 11px;
  }

  body.vf-final-theme .vf-final-hero__lineup-media .vehicle-silhouette {
    max-width: 68px;
  }

  .vf-final-hero__lineup-copy strong {
    font-size: 12px;
    white-space: nowrap;
  }

  .vf-final-hero__lineup-copy small {
    display: none;
  }

  .vf-final-hero__carstage {
    top: 42%;
    left: 50%;
    width: min(122vw, 650px);
  }

  .vf-final-hero__badge,
  .vf-final-hero__specs {
    display: none;
  }

  .vf-final-hero__bottom {
    left: 12px;
    right: 12px;
    bottom: 24px;
    display: block;
  }

  .vf-final-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .vf-final-header {
    padding: 9px 10px 0;
  }

  .vf-final-brand {
    gap: 8px;
  }

  .vf-final-brand svg {
    width: 27px;
    height: 21px;
  }

  .vf-final-brand small {
    display: none;
  }

  .vf-final-theme-toggle,
  .vf-final-menu-toggle {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .vf-final-hero {
    height: max(700px, 100svh);
    min-height: 700px;
  }

  .vf-final-hero__copy {
    position: absolute;
    top: 88px;
    left: 50%;
    right: auto;
    width: calc(100vw - 16px);
    padding: 0;
    transform: translateX(-50%);
    text-align: center;
  }

  .vf-final-kicker {
    font-size: 8px;
    letter-spacing: .18em;
  }

  .vf-final-title {
    gap: .16em;
    justify-content: center;
    text-align: center;
  }

  .vf-final-title span,
  .vf-final-title em {
    font-size: 8.5vw;
    letter-spacing: -.055em;
  }

  .vf-final-hero__line {
    margin-top: 11px;
    justify-content: center;
    text-align: center;
    font-size: 8px;
    gap: 7px;
  }

  .vf-final-hero__lead {
    margin: 9px auto 0;
    font-size: 11px;
    line-height: 1.45;
  }

  body.vf-final-theme .vf-final-hero__bg {
    background-position: center 205px;
  }

  .vf-final-hero__copy .vf-final-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 320px);
    margin-top: 14px;
  }

  .vf-final-hero__copy .vf-final-btn {
    min-height: 48px;
  }

  .vf-final-hero__lineup {
    top: 210px;
    bottom: auto;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 6px;
  }

  .vf-final-hero__lineup-item {
    display: flex;
    grid-template-columns: none;
    padding: 5px 3px 7px;
  }

  .vf-final-hero__lineup-media {
    height: 43px;
  }

  body.vf-final-theme .vf-final-hero__lineup-media .vehicle-silhouette {
    max-width: 58px;
  }

  .vf-final-hero__lineup-copy strong {
    font-size: 10px;
  }

  .vf-final-hero__carstage {
    top: 39%;
    left: 50%;
    width: 125vw;
  }

  .vf-final-hero__bottom {
    display: none;
  }
}

/* Cascade lock: this stays last because style.css contains legacy V6 breakpoints. */
body.vf-final-theme .vf-final-header {
  left: 18px;
  right: 18px;
  width: auto;
  height: 94px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 330px;
  align-items: center;
  gap: 18px;
  padding: 10px 24px 0;
}
body.vf-final-theme .vf-final-header::before { inset: 10px 0 0; border-radius: 30px; }
body.vf-final-theme .vf-final-header__theme { justify-self: start; }
body.vf-final-theme .vf-final-nav { display: block; justify-self: center; margin: 0; padding: 0; }
body.vf-final-theme .vf-final-nav > ul { gap: 5px; flex-wrap: nowrap; }
body.vf-final-theme .vf-final-nav li:nth-child(3) { margin-right: 0; }
body.vf-final-theme .vf-final-nav a { height: 46px; padding: 0 15px; font-size: 10px; }
body.vf-final-theme .vf-final-brand {
  position: absolute;
  left: 50%;
  top: 0;
  width: 108px;
  height: 132px;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}
body.vf-final-theme .vf-final-brand img { width: 108px; height: auto; }
body.vf-final-theme .vf-final-footer .vf-final-brand--footer {
  position: static;
  width: auto;
  height: auto;
  margin: 0 0 22px;
  padding: 0;
  display: block;
  transform: none;
  filter: none;
}
body.vf-final-theme .vf-final-footer .vf-final-brand--footer img {
  display: block;
  width: min(220px, 100%);
  height: auto;
  filter: brightness(0) invert(1);
}
body.vf-final-theme .vf-final-header__actions { justify-self: end; padding: 0; }
body.vf-final-theme .vf-final-hero { height: max(780px, 100svh); min-height: 780px; }
body.vf-final-theme .vf-final-hero__bg,
body.vf-light-mode .vf-final-hero__bg { background-image: none; background-position: center; background-size: cover; }
body.vf-final-theme .vf-final-hero__copy {
  position: absolute;
  top: 132px;
  left: 50%;
  right: auto;
  width: min(1120px, calc(100vw - 48px));
  padding: 0;
  transform: translateX(-50%);
  text-align: center;
}
body.vf-final-theme .vf-final-title { justify-content: center; text-align: center; }
body.vf-final-theme .vf-final-title span,
body.vf-final-theme .vf-final-title em { font-size: clamp(56px, 6.4vw, 112px); }

@media (max-width: 1500px) and (min-width: 1181px) {
  body.vf-final-theme .vf-final-header { grid-template-columns: 52px minmax(0, 1fr) 210px; padding-left: 18px; padding-right: 18px; }
  body.vf-final-theme .vf-final-theme-toggle { width: 48px; padding: 5px; }
  body.vf-final-theme .vf-final-theme-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  body.vf-final-theme .vf-final-nav li:nth-child(3) { margin-right: 0; }
  body.vf-final-theme .vf-final-nav a { padding: 0 10px; font-size: 9px; }
  body.vf-final-theme .vf-final-brand,
  body.vf-final-theme .vf-final-brand img { width: 92px; }
  body.vf-final-theme .vf-final-call { display: none; }
}

@media (max-width: 1180px) {
  body.vf-final-theme .vf-final-header {
    left: 10px;
    right: 10px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px 0;
  }
  body.vf-final-theme .vf-final-header::before { inset: 8px 0 0; border-radius: 22px; }
  body.vf-final-theme .vf-final-nav { display: none; }
  body.vf-final-theme .vf-final-brand { left: 50%; top: 9px; width: 53px; height: 64px; margin: 0; padding: 0; }
  body.vf-final-theme .vf-final-brand img { width: 53px; }
  body.vf-final-theme .vf-final-header__actions { margin-left: auto; padding: 0; }
  body.vf-final-theme .vf-final-call,
  body.vf-final-theme .vf-final-header__actions > .vf-final-btn { display: none; }
  body.vf-final-theme .vf-final-menu-toggle { display: block; width: 46px; height: 46px; border-radius: 15px; }
  body.vf-final-theme .vf-final-hero__copy { top: 104px; padding: 0; text-align: center; }
}

@media (max-width: 767px) {
  body.vf-final-theme .vf-final-theme-toggle { width: 44px; height: 44px; padding: 4px; }
  body.vf-final-theme .vf-final-theme-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  body.vf-final-theme .vf-final-hero { height: max(760px, 100svh); min-height: 760px; }
  body.vf-final-theme .vf-final-hero__copy { top: 92px; width: calc(100vw - 20px); padding: 0; text-align: center; }
  body.vf-final-theme .vf-final-title { display: flex; justify-content: center; text-align: center; white-space: nowrap; }
  body.vf-final-theme .vf-final-title span,
  body.vf-final-theme .vf-final-title em { font-size: clamp(31px, 8.4vw, 52px); letter-spacing: -.055em; }
  body.vf-final-theme .vf-final-hero__line { justify-content: center; text-align: center; }
  body.vf-final-theme .vf-final-hero__lead { margin: 8px auto 0; }
  body.vf-final-theme .vf-final-hero__copy .vf-final-hero__actions { grid-template-columns: 1fr; width: min(100%, 310px); margin: 13px auto 0; }
  body.vf-final-theme .vf-final-sticky {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .25s ease, transform .25s ease;
  }
body.vf-final-theme.is-page-scrolled .vf-final-sticky {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}

/* V6.4 vehicle product pages */
body.vf-final-theme .vf-product-page {
  --product-bg: #060a10;
  --product-card: rgba(255, 255, 255, .072);
  --product-card-strong: rgba(255, 255, 255, .11);
  --product-line: rgba(255, 255, 255, .14);
  --product-muted: rgba(245, 247, 251, .68);
  --product-ink: #f8fafc;
  background:
    radial-gradient(circle at 15% 0, color-mix(in srgb, var(--product-accent) 28%, transparent), transparent 30rem),
    radial-gradient(circle at 80% 12%, color-mix(in srgb, var(--product-accent-2) 26%, transparent), transparent 34rem),
    linear-gradient(180deg, #05080d 0%, #0a0f18 42%, #05070b 100%);
  color: var(--product-ink);
  overflow: clip;
}

body.vf-light-mode .vf-product-page {
  --product-bg: #f7f9fc;
  --product-card: rgba(255, 255, 255, .78);
  --product-card-strong: #fff;
  --product-line: rgba(15, 23, 42, .12);
  --product-muted: rgba(15, 23, 42, .64);
  --product-ink: #06101f;
  background:
    radial-gradient(circle at 15% 0, color-mix(in srgb, var(--product-accent) 15%, transparent), transparent 30rem),
    radial-gradient(circle at 80% 12%, color-mix(in srgb, var(--product-accent-2) 12%, transparent), transparent 34rem),
    linear-gradient(180deg, #f7f9fc 0%, #edf3fb 42%, #fbfdff 100%);
}

body.vf-final-theme .vf-product-hero {
  position: relative;
  min-height: 860px;
  padding: 154px 0 44px;
  isolation: isolate;
}

body.vf-final-theme .vf-product-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 70%, transparent);
  opacity: .45;
}

body.vf-final-theme .vf-product-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: center;
}

body.vf-final-theme .vf-product-back,
body.vf-final-theme .vf-product-source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--product-muted);
  font-weight: 850;
  letter-spacing: -.02em;
}

body.vf-final-theme .vf-product-back:hover,
body.vf-final-theme .vf-product-source:hover {
  color: var(--product-ink);
}

body.vf-final-theme .vf-product-kicker,
body.vf-final-theme .vf-product-section__index {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--product-accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .22em;
  text-transform: uppercase;
}

body.vf-final-theme .vf-product-hero__copy {
  display: grid;
  gap: 24px;
}

body.vf-final-theme .vf-product-hero h1 {
  margin: 0;
  font-size: clamp(72px, 10vw, 172px);
  line-height: .8;
  letter-spacing: -.085em;
}

body.vf-final-theme .vf-product-hero h1 em {
  display: block;
  margin-top: 24px;
  max-width: 780px;
  color: var(--product-ink);
  font-style: normal;
  font-size: clamp(27px, 3.1vw, 58px);
  line-height: .96;
  letter-spacing: -.055em;
}

body.vf-final-theme .vf-product-hero__copy > p,
body.vf-final-theme .vf-product-section-head > p,
body.vf-final-theme .vf-product-specs p,
body.vf-final-theme .vf-product-contact p {
  margin: 0;
  color: var(--product-muted);
  font-size: 16px;
  line-height: 1.82;
}

body.vf-final-theme .vf-product-hero__actions,
body.vf-final-theme .vf-product-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.vf-final-theme .vf-product-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  font-weight: 950;
  color: var(--product-ink);
  cursor: pointer;
  transition: transform .28s ease, border-color .28s ease, background .28s ease, color .28s ease;
}

body.vf-final-theme .vf-product-btn:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--product-accent) 70%, white 10%);
}

body.vf-final-theme .vf-product-btn--primary {
  border-color: var(--product-accent);
  background: linear-gradient(135deg, var(--product-accent), color-mix(in srgb, var(--product-accent) 72%, #fff));
  color: #fff;
  box-shadow: 0 22px 70px color-mix(in srgb, var(--product-accent) 34%, transparent);
}

body.vf-final-theme .vf-product-btn--ghost {
  background: var(--product-card);
  backdrop-filter: blur(16px);
}

body.vf-final-theme .vf-product-hero__visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

body.vf-final-theme .vf-product-hero__orb {
  position: absolute;
  width: min(78vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--product-accent) 26%, transparent), transparent 47%),
    radial-gradient(circle, rgba(255, 255, 255, .09), transparent 66%);
  filter: blur(2px);
}

body.vf-final-theme .vf-product-hero__car,
body.vf-final-theme .vf-product-studio__car {
  position: relative;
  z-index: 2;
  max-width: min(100%, 780px);
  width: auto;
  height: auto;
  filter: drop-shadow(0 42px 36px rgba(0, 0, 0, .42));
}

body.vf-final-theme .vf-product-hero__visual .vehicle-silhouette,
body.vf-final-theme .vf-product-studio .vehicle-silhouette {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
}

body.vf-final-theme .vf-product-hero__plate {
  position: absolute;
  right: 0;
  bottom: 46px;
  z-index: 3;
  min-width: 224px;
  padding: 18px 20px;
  border: 1px solid var(--product-line);
  border-radius: 26px;
  background: rgba(5, 9, 16, .58);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .25);
  backdrop-filter: blur(20px);
}

body.vf-light-mode .vf-product-hero__plate {
  background: rgba(255, 255, 255, .78);
}

body.vf-final-theme .vf-product-hero__plate span {
  display: block;
  color: var(--product-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.vf-final-theme .vf-product-hero__plate strong {
  display: block;
  margin-top: 7px;
  font-size: 25px;
  letter-spacing: -.045em;
}

body.vf-final-theme .vf-product-metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

body.vf-final-theme .vf-product-metrics article,
body.vf-final-theme .vf-product-design__grid article,
body.vf-final-theme .vf-product-feature-grid article,
body.vf-final-theme .vf-product-variants article,
body.vf-final-theme .vf-product-spec-table,
body.vf-final-theme .vf-product-studio,
body.vf-final-theme .vf-product-contact__box {
  border: 1px solid var(--product-line);
  background: linear-gradient(180deg, var(--product-card), rgba(255, 255, 255, .035));
  box-shadow: 0 24px 90px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
}

body.vf-light-mode .vf-product-metrics article,
body.vf-light-mode .vf-product-design__grid article,
body.vf-light-mode .vf-product-feature-grid article,
body.vf-light-mode .vf-product-variants article,
body.vf-light-mode .vf-product-spec-table,
body.vf-light-mode .vf-product-studio,
body.vf-light-mode .vf-product-contact__box {
  box-shadow: 0 24px 80px rgba(15, 23, 42, .09);
}

body.vf-final-theme .vf-product-metrics article {
  min-height: 122px;
  padding: 24px;
  border-radius: 28px;
}

body.vf-final-theme .vf-product-metrics strong {
  display: block;
  font-size: clamp(24px, 2.2vw, 36px);
  letter-spacing: -.055em;
}

body.vf-final-theme .vf-product-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--product-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.vf-final-theme .vf-product-nav {
  position: sticky;
  top: 92px;
  z-index: 20;
  border-top: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  background: color-mix(in srgb, var(--product-bg) 76%, transparent);
  backdrop-filter: blur(22px);
}

body.vf-final-theme .vf-product-nav .container {
  display: flex;
  gap: 8px;
  justify-content: center;
  overflow-x: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  scrollbar-width: none;
}

body.vf-final-theme .vf-product-nav .container::-webkit-scrollbar {
  display: none;
}

body.vf-final-theme .vf-product-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--product-muted);
  font-size: 13px;
  font-weight: 900;
}

body.vf-final-theme .vf-product-nav a:hover {
  border-color: var(--product-line);
  color: var(--product-ink);
  background: var(--product-card);
}

body.vf-final-theme .vf-product-section {
  padding: clamp(76px, 8vw, 132px) 0;
}

body.vf-final-theme .vf-product-overview__grid,
body.vf-final-theme .vf-product-performance__grid,
body.vf-final-theme .vf-product-specs__grid,
body.vf-final-theme .vf-product-contact__box {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

body.vf-final-theme .vf-product-overview h2,
body.vf-final-theme .vf-product-section-head h2,
body.vf-final-theme .vf-product-performance h2,
body.vf-final-theme .vf-product-specs h2,
body.vf-final-theme .vf-product-contact h2 {
  margin: 14px 0 0;
  font-size: clamp(42px, 5.8vw, 92px);
  line-height: .92;
  letter-spacing: -.07em;
}

body.vf-final-theme .vf-product-lead {
  margin: 0;
  color: var(--product-ink);
  font-size: clamp(20px, 2.3vw, 34px);
  line-height: 1.38;
  letter-spacing: -.035em;
}

body.vf-final-theme .vf-product-usecases {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

body.vf-final-theme .vf-product-usecases span,
body.vf-final-theme .vf-product-colors span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  background: var(--product-card);
  color: var(--product-muted);
  font-size: 12px;
  font-weight: 900;
}

body.vf-final-theme .vf-product-section-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

body.vf-final-theme .vf-product-design__grid,
body.vf-final-theme .vf-product-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.vf-final-theme .vf-product-design__grid article,
body.vf-final-theme .vf-product-feature-grid article,
body.vf-final-theme .vf-product-variants article {
  min-height: 264px;
  padding: 28px;
  border-radius: 32px;
}

body.vf-final-theme .vf-product-design__grid article span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: color-mix(in srgb, var(--product-accent) 18%, transparent);
  color: var(--product-accent);
  font-weight: 950;
}

body.vf-final-theme .vf-product-design__grid h3,
body.vf-final-theme .vf-product-feature-grid h3,
body.vf-final-theme .vf-product-variants h3 {
  margin: 28px 0 10px;
  font-size: clamp(24px, 2.3vw, 38px);
  line-height: 1;
  letter-spacing: -.055em;
}

body.vf-final-theme .vf-product-design__grid p,
body.vf-final-theme .vf-product-feature-grid p,
body.vf-final-theme .vf-product-variants p {
  margin: 0;
  color: var(--product-muted);
  line-height: 1.72;
}

body.vf-final-theme .vf-product-studio {
  position: sticky;
  top: 166px;
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 34px;
  border-radius: 42px;
  overflow: hidden;
}

body.vf-final-theme .vf-product-studio::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--product-accent) 25%, transparent), transparent 66%);
  filter: blur(8px);
}

body.vf-final-theme .vf-product-studio__floor {
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 22%;
  height: 16%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, .22), color-mix(in srgb, var(--product-accent) 22%, transparent) 38%, transparent 72%);
  filter: blur(22px);
}

body.vf-final-theme .vf-product-colors {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  z-index: 3;
}

body.vf-final-theme .vf-product-variants {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

body.vf-final-theme .vf-product-variants article {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
}

body.vf-final-theme .vf-product-variants h3 {
  margin: 0;
  font-size: clamp(24px, 2.1vw, 34px);
}

body.vf-final-theme .vf-product-variants div {
  min-width: 126px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--product-line);
}

body.vf-light-mode .vf-product-variants div {
  background: rgba(15, 23, 42, .04);
}

body.vf-final-theme .vf-product-variants span,
body.vf-final-theme .vf-product-spec-table span {
  display: block;
  color: var(--product-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.vf-final-theme .vf-product-variants strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

body.vf-final-theme .vf-product-spec-table {
  overflow: hidden;
  border-radius: 34px;
}

body.vf-final-theme .vf-product-spec-table div {
  display: grid;
  grid-template-columns: minmax(160px, .8fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid var(--product-line);
}

body.vf-final-theme .vf-product-spec-table div:last-child {
  border-bottom: 0;
}

body.vf-final-theme .vf-product-spec-table strong {
  font-size: 18px;
  letter-spacing: -.025em;
}

body.vf-final-theme .vf-product-source {
  margin-top: 18px;
}

body.vf-final-theme .vf-product-contact {
  padding: 0 0 clamp(86px, 9vw, 150px);
}

body.vf-final-theme .vf-product-contact__box {
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 78% 12%, color-mix(in srgb, var(--product-accent) 24%, transparent), transparent 32rem),
    linear-gradient(135deg, var(--product-card-strong), rgba(255, 255, 255, .045));
}

body.vf-final-theme .vf-product-contact__actions {
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  body.vf-final-theme .vf-product-hero {
    min-height: auto;
    padding-top: 122px;
  }
  body.vf-final-theme .vf-product-hero__grid,
  body.vf-final-theme .vf-product-overview__grid,
  body.vf-final-theme .vf-product-performance__grid,
  body.vf-final-theme .vf-product-specs__grid,
  body.vf-final-theme .vf-product-contact__box,
  body.vf-final-theme .vf-product-section-head {
    grid-template-columns: 1fr;
  }
  body.vf-final-theme .vf-product-hero__visual {
    min-height: 420px;
  }
  body.vf-final-theme .vf-product-metrics,
  body.vf-final-theme .vf-product-design__grid,
  body.vf-final-theme .vf-product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.vf-final-theme .vf-product-studio {
    position: relative;
    top: auto;
    min-height: 470px;
  }
  body.vf-final-theme .vf-product-contact__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  body.vf-final-theme {
    max-width: 100vw;
    overflow-x: hidden;
  }
  body.vf-final-theme #wpadminbar {
    min-width: 0 !important;
  }
  body.vf-final-theme .container {
    width: min(calc(100vw - 24px), 1420px) !important;
  }
  body.vf-final-theme .vehicle-grid,
  body.vf-final-theme .vf-final-vehicles {
    grid-template-columns: 1fr !important;
  }
  body.vf-final-theme .vehicle-card,
  body.vf-final-theme .vf-final-vehicle {
    min-width: 0;
  }
  body.vf-final-theme .page-hero h1,
  body.vf-final-theme .compact-hero h1 {
    font-size: clamp(38px, 12vw, 56px);
    line-height: 1;
  }
  body.vf-final-theme .page-hero p,
  body.vf-final-theme .compact-hero p {
    max-width: 100%;
  }
  body.vf-final-theme .vf-product-page {
    overflow: hidden;
  }
  body.vf-final-theme .vf-product-kicker,
  body.vf-final-theme .vf-product-section__index {
    display: block;
    max-width: 100%;
    line-height: 1.55;
    letter-spacing: .14em;
    white-space: normal;
  }
  body.vf-final-theme .vf-product-hero {
    padding-top: 104px;
  }
  body.vf-final-theme .vf-product-hero__grid {
    gap: 12px;
  }
  body.vf-final-theme .vf-product-hero h1 {
    font-size: clamp(62px, 22vw, 104px);
  }
  body.vf-final-theme .vf-product-hero h1 em {
    margin-top: 16px;
    font-size: clamp(27px, 9vw, 42px);
  }
  body.vf-final-theme .vf-product-hero__copy {
    gap: 18px;
  }
  body.vf-final-theme .vf-product-hero__actions,
  body.vf-final-theme .vf-product-contact__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  body.vf-final-theme .vf-product-btn {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
  }
  body.vf-final-theme .vf-product-hero__visual {
    min-height: 310px;
  }
  body.vf-final-theme .vf-product-hero__car,
  body.vf-final-theme .vf-product-studio__car {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  body.vf-final-theme .vf-product-hero__plate {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -16px;
  }
  body.vf-final-theme .vf-product-metrics,
  body.vf-final-theme .vf-product-design__grid,
  body.vf-final-theme .vf-product-feature-grid {
    grid-template-columns: 1fr;
  }
  body.vf-final-theme .vf-product-metrics article {
    min-height: 96px;
    padding: 18px;
  }
  body.vf-final-theme .vf-product-nav {
    top: 82px;
  }
  body.vf-final-theme .vf-product-nav .container {
    justify-content: flex-start;
  }
  body.vf-final-theme .vf-product-section {
    padding: 76px 0;
  }
  body.vf-final-theme .vf-product-overview h2,
  body.vf-final-theme .vf-product-section-head h2,
  body.vf-final-theme .vf-product-performance h2,
  body.vf-final-theme .vf-product-specs h2,
  body.vf-final-theme .vf-product-contact h2 {
    font-size: clamp(38px, 13vw, 58px);
  }
  body.vf-final-theme .vf-product-design__grid article,
  body.vf-final-theme .vf-product-feature-grid article,
  body.vf-final-theme .vf-product-variants article {
    min-height: 0;
    padding: 22px;
    border-radius: 26px;
  }
  body.vf-final-theme .vf-product-studio {
    min-height: 390px;
    padding: 22px;
    border-radius: 30px;
  }
  body.vf-final-theme .vf-product-colors {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 18px;
  }
  body.vf-final-theme .vf-product-variants article,
  body.vf-final-theme .vf-product-spec-table div {
    grid-template-columns: 1fr;
  }
  body.vf-final-theme .vf-product-variants div {
    min-width: 0;
  }
  body.vf-final-theme .vf-product-contact__box {
    padding: 24px;
    border-radius: 30px;
  }
}

/* Responsive homepage artwork: keep the wordmark inside the open sky. */
body.vf-final-theme .vf-final-hero__mobile-dock { display: none; }
body.vf-final-theme .vf-final-section-head--lineup {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(42px, 6vw, 78px);
  text-align: center;
}
body.vf-final-theme .vf-final-section-head--lineup .vf-final-index { margin-bottom: 22px; }
body.vf-final-theme .vf-final-section-head--lineup .vf-final-display {
  max-width: 980px;
  margin-top: 24px;
}
body.vf-final-theme .vf-final-lineup-logo {
  width: clamp(180px, 18vw, 270px);
  height: auto;
}
body.vf-final-theme .vf-final-lineup-logo.vf-final-reveal {
  transform: translateY(28px) scale(.72);
  filter: blur(8px) brightness(0) invert(1);
}
body.vf-final-theme .vf-final-lineup-logo.vf-final-reveal.is-visible {
  transform: none;
  filter: brightness(0) invert(1) drop-shadow(0 14px 28px rgba(114, 201, 255, .16));
}
body.vf-light-mode .vf-final-lineup-logo.vf-final-reveal {
  filter: blur(8px) brightness(0);
}
body.vf-light-mode .vf-final-lineup-logo.vf-final-reveal.is-visible {
  filter: brightness(0) drop-shadow(0 14px 24px rgba(6, 42, 84, .12));
}
body.vf-final-theme .vf-final-vehicle--mobile-extra { display: none; }
body.vf-final-theme .vf-final-hero__picture--dark { background: #020817; }
body.vf-final-theme .vf-final-hero__picture--light { background: #068cea; }
body.vf-final-theme .vf-final-hero__picture img {
  object-position: center top;
  transform: none;
}
body.vf-final-theme .vf-final-hero__copy {
  top: clamp(110px, 12vh, 132px);
}

@media (min-width: 768px) and (min-aspect-ratio: 2/1) {
  body.vf-final-theme .vf-final-hero__picture img {
    transform: translateY(clamp(170px, 20vh, 260px));
  }
  body.vf-final-theme .vf-final-hero__copy {
    top: clamp(118px, 11vh, 138px);
  }
}

@media (max-width: 767px) {
  body.vf-final-theme .vf-final-section-head--lineup {
    margin-bottom: 30px;
  }
  body.vf-final-theme .vf-final-section-head--lineup .vf-final-index { margin-bottom: 16px; }
  body.vf-final-theme .vf-final-section-head--lineup .vf-final-display {
    margin-top: 18px;
    font-size: clamp(38px, 11vw, 56px);
  }
  body.vf-final-theme .vf-final-lineup-logo { width: min(52vw, 190px); }
  body.vf-final-theme .vf-final-models .vf-final-group {
    padding: 16px;
    border-radius: 26px;
  }
  body.vf-final-theme .vf-final-models .vf-final-group__head {
    gap: 14px;
    margin-bottom: 16px;
  }
  body.vf-final-theme .vf-final-models .vf-final-group__head h3 {
    font-size: 26px;
  }
  body.vf-final-theme .vf-final-models .vf-final-group__head p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicles {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle--mobile-extra { display: flex; }
  body.vf-final-theme .vf-final-models .vf-final-vehicle {
    border-radius: 20px;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle__media {
    min-height: 128px;
    padding: 10px;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle__media img {
    max-height: 92px;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle__body {
    gap: 8px;
    padding: 13px 11px;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle__body > span {
    font-size: 8px;
    letter-spacing: .12em;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle h4 {
    font-size: clamp(19px, 5.7vw, 25px);
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle p,
  body.vf-final-theme .vf-final-models .vf-final-mini-specs {
    display: none;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle__actions a {
    min-width: 0;
    height: 34px;
    font-size: 9px;
  }
  body.vf-final-theme .vf-final-kicker {
    width: 100%;
    text-align: center;
  }
  body.vf-final-theme:not(.vf-light-mode) .vf-final-header::before {
    background: linear-gradient(135deg, rgba(4, 13, 26, .94), rgba(10, 27, 46, .88));
    border-color: rgba(114, 201, 255, .22);
    box-shadow: 0 18px 52px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .05);
  }
  body.vf-final-theme:not(.vf-light-mode) .vf-final-theme-toggle,
  body.vf-final-theme:not(.vf-light-mode) .vf-final-menu-toggle {
    border: 1px solid rgba(114, 201, 255, .2);
    background: rgba(114, 201, 255, .08);
    box-shadow: inset 0 1px rgba(255, 255, 255, .06);
  }
  body.vf-final-theme:not(.vf-light-mode) .vf-final-theme-toggle span.vf-final-theme-toggle__icon {
    color: #e8f7ff;
    background: rgba(114, 201, 255, .12);
    box-shadow: 0 0 22px rgba(114, 201, 255, .12);
  }
  body.vf-final-theme:not(.vf-light-mode) .vf-final-menu-toggle span {
    background: #dff4ff;
    box-shadow: 0 0 10px rgba(114, 201, 255, .24);
  }
  body.vf-final-theme .vf-final-hero {
    height: max(700px, min(100svh, calc(100vw * 16 / 9)));
    min-height: 0;
  }
  body.vf-final-theme .vf-final-hero__picture img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
    transform: none;
  }
  body.vf-final-theme .vf-final-hero__copy {
    top: clamp(92px, 11vh, 112px);
  }
  body.vf-final-theme .vf-final-hero__copy .vf-final-btn--ghost {
    display: none;
  }
  body.vf-final-theme .vf-final-title {
    gap: .18em;
  }
  body.vf-final-theme .vf-final-title span,
  body.vf-final-theme .vf-final-title em {
    font-size: clamp(27px, 7.6vw, 42px);
  }
  body.vf-final-theme .vf-final-title em {
    color: #72c9ff;
    -webkit-text-stroke: 0;
    text-shadow: 0 5px 24px rgba(41, 164, 255, .2);
  }
  body.vf-light-mode .vf-final-title span {
    color: #062a54;
  }
  body.vf-light-mode .vf-final-title em {
    color: #fff;
    -webkit-text-stroke: 0;
    text-shadow: 0 5px 22px rgba(0, 82, 145, .28);
  }
  body.vf-final-theme .vf-final-hero__mobile-dock {
    position: absolute;
    z-index: 7;
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 72px;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(114, 201, 255, .2);
    border-radius: 22px;
    color: #f5fbff;
    background: rgba(4, 13, 26, .76);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
    backdrop-filter: blur(18px);
  }
  body.vf-light-mode .vf-final-hero__mobile-dock {
    color: #062a54;
    border-color: rgba(6, 42, 84, .14);
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 18px 48px rgba(9, 78, 136, .16);
  }
  body.vf-final-theme .vf-final-hero__mobile-dock > i {
    width: 1px;
    height: 38px;
    background: rgba(255, 255, 255, .16);
  }
  body.vf-light-mode .vf-final-hero__mobile-dock > i {
    background: rgba(6, 42, 84, .14);
  }
  body.vf-final-theme .vf-final-hero__mobile-dock a {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
  }
  body.vf-final-theme .vf-final-hero__mobile-dock small {
    color: #72c9ff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .18em;
  }
  body.vf-light-mode .vf-final-hero__mobile-dock small { color: #17669e; }
  body.vf-final-theme .vf-final-hero__mobile-dock strong {
    overflow: hidden;
    max-width: 100%;
    font-size: 12px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.vf-final-theme .vf-final-hero__mobile-dock strong span {
    margin-left: 6px;
    color: #72c9ff;
  }
}

@media (max-width: 480px) {
  body.vf-final-theme .vf-final-title {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    line-height: .82;
    white-space: normal;
  }
  body.vf-final-theme .vf-final-title span {
    font-size: clamp(46px, 14vw, 58px);
  }
  body.vf-final-theme .vf-final-title em {
    font-size: clamp(32px, 10vw, 42px);
    letter-spacing: .02em;
  }
}

@media (max-width: 420px) {
  body.vf-final-theme .vf-final-header {
    left: 8px;
    right: 8px;
    max-width: calc(100vw - 16px);
    padding-left: 8px;
    padding-right: 8px;
  }
  body.vf-final-theme .vf-final-header__actions {
    position: relative;
    z-index: 6;
    flex: 0 0 44px;
    width: 44px;
    display: flex;
    justify-content: flex-end;
  }
  body.vf-final-theme .vf-final-menu-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
}

@media (max-width: 900px) {
  body.vf-final-theme #wpadminbar {
    min-width: 0 !important;
  }
  body.vf-final-theme .container {
    width: min(calc(100vw - 24px), 1420px) !important;
  }
  body.vf-final-theme .vf-final-header {
    max-width: calc(100vw - 16px);
  }
  body.vf-final-theme .vf-final-header__actions {
    position: relative;
    z-index: 6;
    flex: 0 0 46px;
    width: 46px;
    display: flex;
    justify-content: flex-end;
  }
  body.vf-final-theme .vf-product-kicker,
  body.vf-final-theme .vf-product-section__index {
    display: block;
    max-width: 100%;
    line-height: 1.55;
    letter-spacing: .14em;
    white-space: normal;
  }
  body.vf-final-theme .vf-product-hero__car,
  body.vf-final-theme .vf-product-studio__car {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-grid {
    grid-template-columns: 1fr !important;
  }
  body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card {
    min-width: 0;
  }
}

body.vf-final-theme .vehicle-card,
body.vf-final-theme .vehicle-card__body {
  color: #07182d;
}

body.vf-final-theme .vehicle-card h3,
body.vf-final-theme .vehicle-card h3 a {
  color: #07182d;
}

body.vf-final-theme .vehicle-card p,
body.vf-final-theme .mini-specs span {
  color: #667085;
}

/* Unified vehicle-card typography and color system. */
body.vf-final-theme .vf-final-models {
  --vehicle-card-bg: linear-gradient(155deg, rgba(18, 28, 42, .96), rgba(8, 14, 24, .98));
  --vehicle-card-media: radial-gradient(circle at 50% 62%, rgba(114, 201, 255, .14), transparent 44%), linear-gradient(180deg, rgba(255, 255, 255, .055), transparent);
  --vehicle-card-text: #f5f8fc;
  --vehicle-card-muted: #9eabbc;
  --vehicle-card-surface: rgba(255, 255, 255, .055);
  --vehicle-card-line: rgba(255, 255, 255, .11);
  --vehicle-card-accent: #72c9ff;
}
body.vf-light-mode .vf-final-models {
  --vehicle-card-bg: linear-gradient(155deg, #ffffff, #f5f8fc);
  --vehicle-card-media: radial-gradient(circle at 50% 62%, rgba(0, 91, 187, .12), transparent 44%), linear-gradient(180deg, #f8fbff, #eef4fa);
  --vehicle-card-text: #07182d;
  --vehicle-card-muted: #607087;
  --vehicle-card-surface: rgba(7, 24, 45, .045);
  --vehicle-card-line: rgba(7, 24, 45, .10);
  --vehicle-card-accent: #005bbb;
}
body.vf-final-theme .vf-final-models .vf-final-vehicles {
  align-items: stretch;
}
body.vf-final-theme .vf-final-models .vf-final-vehicle {
  color: var(--vehicle-card-text);
  background: var(--vehicle-card-bg);
  border-color: var(--vehicle-card-line);
}
body.vf-final-theme .vf-final-models .vf-final-vehicle__media {
  min-height: 240px;
  background: var(--vehicle-card-media);
  border-bottom: 1px solid var(--vehicle-card-line);
}
body.vf-final-theme .vf-final-models .vf-final-vehicle__body {
  gap: 0;
  padding: 24px;
}
body.vf-final-theme .vf-final-models .vf-final-vehicle__body > span {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 25px;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--vehicle-card-accent) 28%, transparent);
  border-radius: 999px;
  color: var(--vehicle-card-accent);
  background: color-mix(in srgb, var(--vehicle-card-accent) 8%, transparent);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .16em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.vf-final-theme .vf-final-models .vf-final-vehicle h4 {
  display: flex;
  align-items: flex-end;
  min-height: 68px;
  margin: 10px 0 0;
  font-size: clamp(27px, 2.2vw, 34px);
  font-weight: 780;
  line-height: 1.04;
  letter-spacing: -.045em;
}
body.vf-final-theme .vf-final-models .vf-final-vehicle h4 a {
  color: var(--vehicle-card-text);
}
body.vf-final-theme .vf-final-models .vf-final-vehicle p {
  display: -webkit-box;
  min-height: 69px;
  margin-top: 12px;
  overflow: hidden;
  color: var(--vehicle-card-muted);
  font-size: 14px;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body.vf-final-theme .vf-final-models .vf-final-mini-specs {
  gap: 10px;
  margin-top: 17px;
}
body.vf-final-theme .vf-final-models .vf-final-mini-specs div {
  min-width: 0;
  min-height: 70px;
  padding: 12px 13px;
  background: var(--vehicle-card-surface);
  border-color: var(--vehicle-card-line);
}
body.vf-final-theme .vf-final-models .vf-final-mini-specs b {
  color: var(--vehicle-card-text);
  font-size: 13px;
  line-height: 1.28;
}
body.vf-final-theme .vf-final-models .vf-final-mini-specs small {
  margin-top: 5px;
  color: var(--vehicle-card-muted);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.vf-final-theme .vf-final-models .vf-final-vehicle__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 18px;
}
body.vf-final-theme .vf-final-models .vf-final-vehicle__actions a {
  min-width: 0;
  height: 42px;
  color: var(--vehicle-card-text);
  background: var(--vehicle-card-surface);
  border-color: var(--vehicle-card-line);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .025em;
}
body.vf-final-theme .vf-final-models .vf-final-vehicle__actions a:last-child {
  color: #fff;
  background: #ee102c;
  border-color: #ee102c;
}

@media (max-width: 767px) {
  body.vf-final-theme .vf-final-models .vf-final-vehicle__media {
    min-height: 126px;
    border-bottom-color: var(--vehicle-card-line);
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle__body {
    padding: 13px 11px 12px;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle__body > span {
    min-height: 20px;
    padding: 0 7px;
    font-size: 7px;
    letter-spacing: .11em;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle h4 {
    align-items: flex-start;
    min-height: 48px;
    margin-top: 8px;
    font-size: clamp(18px, 5.3vw, 23px);
    line-height: 1.06;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle__actions {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-top: 10px;
  }
  body.vf-final-theme .vf-final-models .vf-final-vehicle__actions a {
    height: 32px;
    padding: 0 5px;
    font-size: 9px;
  }
}

body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card {
  display: flex;
  flex-direction: column;
  color: #f5f8fc;
  background: linear-gradient(155deg, rgba(18, 28, 42, .98), rgba(8, 14, 24, .98));
  border-color: rgba(255, 255, 255, .11);
}
body.post-type-archive-vf_vehicle.vf-light-mode .vehicle-card {
  color: #07182d;
  background: linear-gradient(155deg, #fff, #f5f8fc);
  border-color: rgba(7, 24, 45, .10);
}
body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card__media {
  min-height: 240px;
  background: radial-gradient(circle at 50% 62%, rgba(114, 201, 255, .14), transparent 44%), linear-gradient(180deg, rgba(255, 255, 255, .055), transparent);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}
body.post-type-archive-vf_vehicle.vf-light-mode .vehicle-card__media {
  background: radial-gradient(circle at 50% 62%, rgba(0, 91, 187, .12), transparent 44%), linear-gradient(180deg, #f8fbff, #eef4fa);
  border-bottom-color: rgba(7, 24, 45, .10);
}
body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
  color: inherit;
}
body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card__top span {
  min-width: 0;
  overflow: hidden;
  color: #72c9ff;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: .14em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.post-type-archive-vf_vehicle.vf-light-mode .vehicle-card__top span {
  color: #005bbb;
}
body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card__top b {
  flex: 0 0 auto;
  max-width: 42%;
  overflow: hidden;
  color: #72c9ff;
  background: rgba(114, 201, 255, .08);
  border: 1px solid rgba(114, 201, 255, .22);
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.post-type-archive-vf_vehicle.vf-light-mode .vehicle-card__top b {
  color: #005bbb;
  background: rgba(0, 91, 187, .06);
  border-color: rgba(0, 91, 187, .16);
}
body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card h3 {
  display: flex;
  align-items: flex-end;
  min-height: 64px;
  margin: 11px 0 0;
  font-size: clamp(27px, 2.2vw, 34px);
  line-height: 1.04;
}
body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card h3 a,
body.post-type-archive-vf_vehicle.vf-final-theme .mini-specs b {
  color: inherit;
}
body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card p {
  display: -webkit-box;
  min-height: 69px;
  margin-top: 12px;
  overflow: hidden;
  color: #9eabbc;
  font-size: 14px;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body.post-type-archive-vf_vehicle.vf-light-mode .vehicle-card p,
body.post-type-archive-vf_vehicle.vf-light-mode .mini-specs span {
  color: #607087;
}
body.post-type-archive-vf_vehicle.vf-final-theme .mini-specs {
  margin: 17px 0;
}
body.post-type-archive-vf_vehicle.vf-final-theme .mini-specs div {
  min-width: 0;
  min-height: 70px;
  background: rgba(255, 255, 255, .055);
  border-color: rgba(255, 255, 255, .11);
}
body.post-type-archive-vf_vehicle.vf-light-mode .mini-specs div {
  background: rgba(7, 24, 45, .045);
  border-color: rgba(7, 24, 45, .10);
}
body.post-type-archive-vf_vehicle.vf-final-theme .mini-specs span {
  color: #9eabbc;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body.post-type-archive-vf_vehicle.vf-light-mode .mini-specs span {
  color: #607087;
}
body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: auto;
}
body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card__actions a {
  min-width: 0;
  color: inherit;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .11);
  font-size: 11px;
}
body.post-type-archive-vf_vehicle.vf-light-mode .vehicle-card__actions a {
  background: rgba(7, 24, 45, .045);
  border-color: rgba(7, 24, 45, .10);
}
body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card__actions a:last-child {
  color: #fff;
  background: #ee102c;
  border-color: #ee102c;
}

@media (max-width: 767px) {
  body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card h3 {
    min-height: 0;
    font-size: 25px;
  }
  body.post-type-archive-vf_vehicle.vf-final-theme .vehicle-card__actions a {
    font-size: 10px;
  }
}

/* V6.5 creative product experience pages */
body.vf-final-theme .vf-product-experience {
  --product-ink: #f8fafc;
  --product-muted: rgba(248, 250, 252, .68);
  --product-card: rgba(255, 255, 255, .075);
  --product-card-strong: rgba(255, 255, 255, .12);
  --product-line: rgba(255, 255, 255, .14);
  position: relative;
  background:
    radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--product-accent) 30%, transparent), transparent 30rem),
    radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--product-accent-2) 28%, transparent), transparent 36rem),
    linear-gradient(180deg, #05070b 0%, #0a0f17 42%, #050607 100%);
}

body.vf-final-theme .vf-product-experience.vf-product-mode--light {
  --product-ink: #06101f;
  --product-muted: rgba(6, 16, 31, .66);
  --product-card: rgba(255, 255, 255, .74);
  --product-card-strong: rgba(255, 255, 255, .9);
  --product-line: rgba(6, 16, 31, .12);
  background:
    radial-gradient(circle at 16% 8%, color-mix(in srgb, var(--product-accent) 24%, transparent), transparent 28rem),
    radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--product-accent-2) 18%, transparent), transparent 34rem),
    linear-gradient(180deg, #f8fbff 0%, var(--product-soft) 42%, #ffffff 100%);
}

body.vf-final-theme .vf-product-experience .vf-product-hero {
  min-height: 100svh;
  padding-top: 142px;
  padding-bottom: 50px;
}

body.vf-final-theme .vf-product-experience .vf-product-hero__bg {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 74px 74px;
  transform: perspective(900px) rotateX(58deg) scale(1.45) translateY(20%);
  transform-origin: center bottom;
  opacity: .4;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 76%, transparent);
}

body.vf-final-theme .vf-product-hero__grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .08;
  background-image: radial-gradient(circle at 30% 20%, rgba(255,255,255,.35) 0 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
}

body.vf-final-theme .vf-product-hero__word {
  position: absolute;
  left: clamp(16px, 4vw, 66px);
  right: clamp(16px, 4vw, 66px);
  bottom: clamp(190px, 18vw, 300px);
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 1px color-mix(in srgb, var(--product-accent) 36%, transparent);
  font-size: clamp(74px, 15vw, 260px);
  font-weight: 950;
  line-height: .72;
  letter-spacing: -.095em;
  text-transform: uppercase;
  opacity: .54;
  pointer-events: none;
}

body.vf-final-theme .vf-product-hero__route {
  position: absolute;
  right: clamp(18px, 4vw, 72px);
  top: clamp(128px, 16vh, 220px);
  z-index: 3;
  display: grid;
  gap: 10px;
  pointer-events: none;
}

body.vf-final-theme .vf-product-hero__route span {
  display: inline-flex;
  justify-content: flex-end;
  min-width: 120px;
  padding: 8px 12px;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--product-card) 84%, transparent);
  color: var(--product-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: translateX(calc(var(--i) * -10px));
}

body.vf-final-theme .vf-product-experience .vf-product-hero__grid,
body.vf-final-theme .vf-product-signature__grid,
body.vf-final-theme .vf-product-journey__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 6vw, 94px);
  align-items: center;
}

body.vf-final-theme .vf-product-theme-label {
  width: fit-content;
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 6px 12px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  background: var(--product-card);
  backdrop-filter: blur(18px);
}

body.vf-final-theme .vf-product-theme-label b,
body.vf-final-theme .vf-product-theme-label span {
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.vf-final-theme .vf-product-theme-label b {
  color: var(--product-accent);
}

body.vf-final-theme .vf-product-theme-label span {
  color: var(--product-muted);
}

body.vf-final-theme .vf-product-experience .vf-product-hero h1 {
  max-width: 890px;
  font-size: clamp(78px, 12vw, 196px);
  line-height: .74;
}

body.vf-final-theme .vf-product-experience .vf-product-hero h1 em {
  max-width: 760px;
}

body.vf-final-theme .vf-product-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body.vf-final-theme .vf-product-hero__chips span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--product-line);
  border-radius: 999px;
  background: var(--product-card);
  color: var(--product-muted);
  font-size: 11px;
  font-weight: 900;
}

body.vf-final-theme .vf-product-experience .vf-product-hero__visual {
  min-height: clamp(420px, 54vw, 660px);
}

body.vf-final-theme .vf-product-experience .vf-product-hero__orb {
  width: min(88vw, 800px);
  background:
    radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--product-accent) 30%, transparent), transparent 44%),
    radial-gradient(circle, rgba(255,255,255,.09), transparent 68%);
}

body.vf-final-theme .vf-product-experience .vf-product-hero__car {
  width: min(100%, 880px);
  max-width: min(110%, 880px);
  filter: drop-shadow(0 48px 42px rgba(0,0,0,.42));
}

body.vf-final-theme .vf-product-experience .vf-product-nav {
  top: 92px;
  background: color-mix(in srgb, #05070b 68%, transparent);
}

body.vf-final-theme .vf-product-mode--light .vf-product-nav {
  background: rgba(255,255,255,.76);
}

body.vf-final-theme .vf-product-signature {
  padding-top: clamp(80px, 8vw, 150px);
  padding-bottom: clamp(80px, 8vw, 150px);
}

body.vf-final-theme .vf-product-signature__poster,
body.vf-final-theme .vf-product-journey__map {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--product-line);
  border-radius: 46px;
  background:
    radial-gradient(circle at 50% 55%, color-mix(in srgb, var(--product-accent) 24%, transparent), transparent 44%),
    linear-gradient(145deg, var(--product-card-strong), rgba(255,255,255,.035));
  box-shadow: 0 36px 120px rgba(0,0,0,.2);
  backdrop-filter: blur(18px);
}

body.vf-final-theme .vf-product-signature__poster::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px dashed color-mix(in srgb, var(--product-accent) 45%, transparent);
  opacity: .72;
}

body.vf-final-theme .vf-product-signature__poster span {
  position: absolute;
  inset: auto 28px 24px;
  color: color-mix(in srgb, var(--product-accent) 22%, transparent);
  font-size: clamp(54px, 8vw, 124px);
  font-weight: 950;
  line-height: .8;
  letter-spacing: -.08em;
  text-transform: uppercase;
}

body.vf-final-theme .vf-product-signature__poster strong {
  position: absolute;
  left: 28px;
  top: 26px;
  z-index: 3;
  color: var(--product-ink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .22em;
  text-transform: uppercase;
}

body.vf-final-theme .vf-product-signature__car {
  position: relative;
  z-index: 2;
  width: min(94%, 760px);
  max-width: 96%;
  height: auto;
  filter: drop-shadow(0 38px 34px rgba(0,0,0,.4));
}

body.vf-final-theme .vf-product-signature__copy h2,
body.vf-final-theme .vf-product-journey__copy h2 {
  margin: 16px 0 22px;
  color: var(--product-ink);
  font-size: clamp(44px, 5.8vw, 94px);
  line-height: .92;
  letter-spacing: -.075em;
}

body.vf-final-theme .vf-product-signature__copy > p,
body.vf-final-theme .vf-product-journey__copy > p {
  margin: 0;
  color: var(--product-muted);
  font-size: 17px;
  line-height: 1.85;
}

body.vf-final-theme .vf-product-signature__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

body.vf-final-theme .vf-product-signature__cards article {
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--product-line);
  border-radius: 26px;
  background: var(--product-card);
  backdrop-filter: blur(16px);
}

body.vf-final-theme .vf-product-signature__cards b {
  color: var(--product-accent);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
}

body.vf-final-theme .vf-product-signature__cards h3 {
  margin: 42px 0 10px;
  color: var(--product-ink);
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -.05em;
}

body.vf-final-theme .vf-product-signature__cards p {
  margin: 0;
  color: var(--product-muted);
  font-size: 13px;
  line-height: 1.65;
}

/* Distinct art direction for each product family. */
@media (min-width: 1101px) {
  body.vf-final-theme .vf-product-layout--poster .vf-product-hero__grid {
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  }
  body.vf-final-theme .vf-product-layout--poster .vf-product-hero__visual::after {
    content: "";
    position: absolute;
    inset: 9% 4% 12% 10%;
    border: 1px solid color-mix(in srgb, var(--product-accent-2) 42%, transparent);
    border-radius: 44% 56% 34% 66%;
    transform: rotate(-5deg);
  }

  body.vf-final-theme .vf-product-layout--split .vf-product-hero__grid {
    grid-template-columns: 1fr 1fr;
  }
  body.vf-final-theme .vf-product-layout--split .vf-product-hero__copy {
    padding: 34px;
    border: 1px solid var(--product-line);
    border-radius: 34px;
    background: color-mix(in srgb, var(--product-card) 82%, transparent);
    backdrop-filter: blur(20px);
  }

  body.vf-final-theme .vf-product-layout--soft .vf-product-hero__visual {
    border-radius: 48% 52% 38% 62%;
    background: color-mix(in srgb, var(--product-card) 62%, transparent);
  }
  body.vf-final-theme .vf-product-layout--soft .vf-product-signature__poster {
    transform: rotate(-2deg);
  }

  body.vf-final-theme .vf-product-layout--archive .vf-product-hero__copy,
  body.vf-final-theme .vf-product-layout--map .vf-product-hero__copy {
    grid-column: 2;
  }
  body.vf-final-theme .vf-product-layout--archive .vf-product-hero__visual,
  body.vf-final-theme .vf-product-layout--map .vf-product-hero__visual {
    grid-column: 1;
    grid-row: 1;
  }
  body.vf-final-theme .vf-product-layout--archive .vf-product-hero__route,
  body.vf-final-theme .vf-product-layout--map .vf-product-hero__route {
    right: auto;
    left: clamp(18px, 4vw, 72px);
  }
  body.vf-final-theme .vf-product-layout--archive .vf-product-hero__route span,
  body.vf-final-theme .vf-product-layout--map .vf-product-hero__route span {
    justify-content: flex-start;
    transform: translateX(calc(var(--i) * 10px));
  }

  body.vf-final-theme .vf-product-layout--wide .vf-product-hero__grid,
  body.vf-final-theme .vf-product-layout--cinema .vf-product-hero__grid {
    grid-template-columns: minmax(0, .64fr) minmax(0, 1.36fr);
    gap: clamp(18px, 3vw, 54px);
  }
  body.vf-final-theme .vf-product-layout--wide .vf-product-hero h1,
  body.vf-final-theme .vf-product-layout--cinema .vf-product-hero h1 {
    font-size: clamp(76px, 9.4vw, 158px);
  }
  body.vf-final-theme .vf-product-layout--cinema .vf-product-hero__visual {
    transform: translateX(-3%);
  }

  body.vf-final-theme .vf-product-layout--diagonal .vf-product-hero__visual {
    overflow: hidden;
    clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
    background: linear-gradient(135deg, transparent 8%, color-mix(in srgb, var(--product-accent) 24%, transparent) 100%);
  }
  body.vf-final-theme .vf-product-layout--diagonal .vf-product-signature__poster {
    grid-column: 2;
  }
  body.vf-final-theme .vf-product-layout--diagonal .vf-product-signature__copy {
    grid-column: 1;
    grid-row: 1;
  }

  body.vf-final-theme .vf-product-layout--horizon .vf-product-hero__grid {
    align-items: end;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  }
  body.vf-final-theme .vf-product-layout--horizon .vf-product-hero__visual {
    min-height: 560px;
    transform: translateY(7%);
  }

  body.vf-final-theme .vf-product-layout--future .vf-product-hero__copy {
    position: relative;
    z-index: 3;
    max-width: 700px;
  }
  body.vf-final-theme .vf-product-layout--future .vf-product-hero__visual {
    position: absolute;
    z-index: 1;
    inset: 110px 2% auto auto;
    width: 62%;
    opacity: .72;
  }

  body.vf-final-theme .vf-product-layout--luxury .vf-product-signature__grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  }
  body.vf-final-theme .vf-product-layout--luxury .vf-product-signature__poster {
    min-height: 720px;
  }

  body.vf-final-theme .vf-product-layout--map .vf-product-signature__poster {
    grid-column: 2;
  }
  body.vf-final-theme .vf-product-layout--map .vf-product-signature__copy {
    grid-column: 1;
    grid-row: 1;
  }

  body.vf-final-theme .vf-product-layout--warehouse .vf-product-hero__visual {
    border-left: 1px solid color-mix(in srgb, var(--product-accent) 35%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--product-accent) 35%, transparent);
    border-radius: 0 0 0 80px;
  }

  body.vf-final-theme .vf-product-layout--transit .vf-product-hero__visual::after {
    content: "";
    position: absolute;
    left: 2%;
    right: 2%;
    bottom: 17%;
    height: 5px;
    border-block: 1px dashed color-mix(in srgb, var(--product-accent) 48%, transparent);
    opacity: .7;
  }
}

body.vf-final-theme .vf-product-journey {
  padding-top: 0;
}

body.vf-final-theme .vf-product-journey__map {
  min-height: 540px;
}

body.vf-final-theme .vf-product-journey__line {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--product-accent), transparent);
  box-shadow: 0 0 34px color-mix(in srgb, var(--product-accent) 46%, transparent);
}

body.vf-final-theme .vf-product-journey__node {
  position: absolute;
  left: calc(12% + var(--i) * 23%);
  top: calc(50% + (var(--i) - 1.5) * 34px);
  min-width: 132px;
  padding: 14px 16px;
  border: 1px solid var(--product-line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--product-card-strong) 86%, transparent);
  backdrop-filter: blur(16px);
}

body.vf-final-theme .vf-product-journey__node span {
  display: block;
  color: var(--product-accent);
  font-size: 10px;
  font-weight: 950;
}

body.vf-final-theme .vf-product-journey__node strong {
  display: block;
  margin-top: 6px;
  color: var(--product-ink);
  font-size: 15px;
  letter-spacing: -.02em;
}

body.vf-final-theme .vf-product-journey__copy {
  display: grid;
  justify-items: start;
  gap: 20px;
}

body.vf-final-theme .vf-product-theme--vf3-pop {
  background: linear-gradient(135deg, #fff8d9 0%, #e8f7ff 52%, #ffffff 100%);
}
body.vf-final-theme .vf-product-theme--vf3-pop .vf-product-hero__bg { background-size: 34px 34px; transform: none; opacity: .32; }
body.vf-final-theme .vf-product-theme--vf3-pop .vf-product-hero__word { color: rgba(0,163,255,.1); -webkit-text-stroke: 0; transform: rotate(-2deg); }
body.vf-final-theme .vf-product-theme--vf3-pop .vf-product-signature__poster { border-radius: 38px 90px 38px 90px; }

body.vf-final-theme .vf-product-theme--vf5-family {
  background: linear-gradient(180deg, #f8fbff 0%, #fff7f4 46%, #ffffff 100%);
}
body.vf-final-theme .vf-product-theme--vf5-family .vf-product-hero__word { -webkit-text-stroke-color: rgba(239,59,69,.2); }
body.vf-final-theme .vf-product-theme--vf5-family .vf-product-signature__poster { background: linear-gradient(145deg, #ffffff, #eef6ff); }

body.vf-final-theme .vf-product-theme--vf6-living {
  background: radial-gradient(circle at 18% 10%, rgba(24,197,143,.2), transparent 28rem), linear-gradient(180deg, #f8fffc 0%, #eefcf7 52%, #fff 100%);
}
body.vf-final-theme .vf-product-theme--vf6-living .vf-product-hero__bg { background-image: radial-gradient(circle, rgba(24,197,143,.16) 0 1px, transparent 1px); background-size: 28px 28px; transform: none; }
body.vf-final-theme .vf-product-theme--vf6-living .vf-product-signature__poster { border-radius: 54px; }

body.vf-final-theme .vf-product-theme--vfe34-trust {
  background: radial-gradient(circle at 18% 8%, rgba(56,189,248,.24), transparent 30rem), linear-gradient(180deg, #07111f 0%, #0b1728 52%, #05080f 100%);
}
body.vf-final-theme .vf-product-theme--vfe34-trust .vf-product-hero__bg { background-size: 52px 52px; opacity: .55; }

body.vf-final-theme .vf-product-theme--mpv7-space {
  background: radial-gradient(circle at 70% 18%, rgba(20,184,166,.26), transparent 34rem), linear-gradient(140deg, #061311 0%, #0d2724 48%, #050908 100%);
}
body.vf-final-theme .vf-product-theme--mpv7-space .vf-product-hero__word { bottom: 90px; text-align: center; }

body.vf-final-theme .vf-product-theme--vf7-asymmetric {
  background: linear-gradient(120deg, #090a0f 0%, #090a0f 44%, rgba(255,23,68,.18) 44.2%, #16070c 100%);
}
body.vf-final-theme .vf-product-theme--vf7-asymmetric .vf-product-hero__word { left: 38%; bottom: 110px; transform: skewX(-12deg); -webkit-text-stroke-color: rgba(255,23,68,.33); }
body.vf-final-theme .vf-product-theme--vf7-asymmetric .vf-product-signature__poster,
body.vf-final-theme .vf-product-theme--vf7-asymmetric .vf-product-journey__map { clip-path: polygon(0 0, 100% 6%, 94% 100%, 0 92%); }

body.vf-final-theme .vf-product-theme--vf8-tourer {
  background: linear-gradient(180deg, #07101f 0%, #0f2448 48%, #050914 100%);
}
body.vf-final-theme .vf-product-theme--vf8-tourer .vf-product-hero__bg { background-size: 120px 42px; transform: perspective(900px) rotateX(68deg) scale(1.4) translateY(30%); }
body.vf-final-theme .vf-product-theme--vf8-tourer .vf-product-hero__word { bottom: 80px; text-align: right; }

body.vf-final-theme .vf-product-theme--vf8-next {
  background: radial-gradient(circle at 80% 8%, rgba(34,197,94,.24), transparent 28rem), linear-gradient(180deg, #06110b 0%, #071a13 48%, #050806 100%);
}
body.vf-final-theme .vf-product-theme--vf8-next .vf-product-hero__route span { border-radius: 6px; }

body.vf-final-theme .vf-product-theme--vf9-flagship {
  background: radial-gradient(circle at 55% 0, rgba(214,154,45,.22), transparent 30rem), linear-gradient(180deg, #070604 0%, #171109 58%, #050403 100%);
}
body.vf-final-theme .vf-product-theme--vf9-flagship .vf-product-hero__word { font-family: Georgia, serif; letter-spacing: -.06em; -webkit-text-stroke-color: rgba(214,154,45,.28); }
body.vf-final-theme .vf-product-theme--vf9-flagship .vf-product-signature__poster { border-radius: 90px 32px; }
body.vf-final-theme .vf-product-theme--vf9-flagship .vf-product-hero__car { width: min(58vw, 760px); }

body.vf-final-theme .vf-product-theme--minio-candy {
  background: linear-gradient(135deg, #f7fee7 0%, #ecfeff 46%, #fff 100%);
}
body.vf-final-theme .vf-product-theme--minio-candy .vf-product-hero__bg { background-image: radial-gradient(circle, rgba(6,182,212,.22) 0 5px, transparent 5px); background-size: 44px 44px; transform: none; }
body.vf-final-theme .vf-product-theme--minio-candy .vf-product-hero__car,
body.vf-final-theme .vf-product-theme--herio-app .vf-product-hero__car,
body.vf-final-theme .vf-product-theme--nerio-tourism .vf-product-hero__car,
body.vf-final-theme .vf-product-theme--ebus-civic .vf-product-hero__car { width: min(62vw, 720px); }

body.vf-final-theme .vf-product-theme--herio-app,
body.vf-final-theme .vf-product-theme--nerio-tourism {
  background: radial-gradient(circle at 25% 8%, rgba(35,209,139,.24), transparent 30rem), linear-gradient(180deg, #06100b 0%, #082016 48%, #050806 100%);
}
body.vf-final-theme .vf-product-theme--herio-app .vf-product-journey__map,
body.vf-final-theme .vf-product-theme--nerio-tourism .vf-product-journey__map { background-image: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; }

body.vf-final-theme .vf-product-theme--limo-cinema {
  background: radial-gradient(circle at 14% 24%, rgba(200,255,61,.16), transparent 34rem), radial-gradient(circle at 88% 78%, rgba(149,217,45,.22), transparent 28rem), linear-gradient(180deg, #050806 0%, #08110b 52%, #050604 100%);
}
body.vf-final-theme .vf-product-theme--limo-cinema .vf-product-hero__word { bottom: 56px; text-align: center; -webkit-text-stroke-color: rgba(200,255,61,.32); }
body.vf-final-theme .vf-product-theme--limo-cinema .vf-product-hero__car,
body.vf-final-theme .vf-product-theme--limo-cinema .vf-product-signature__car { max-width: 122%; }

body.vf-final-theme .vf-product-theme--ecvan-logistics {
  background: radial-gradient(circle at 85% 10%, rgba(245,158,11,.2), transparent 30rem), linear-gradient(180deg, #100b05 0%, #1a1208 48%, #050403 100%);
}
body.vf-final-theme .vf-product-theme--ecvan-logistics .vf-product-hero__bg { background-size: 38px 38px; opacity: .5; }
body.vf-final-theme .vf-product-theme--ecvan-logistics .vf-product-signature__poster { border-radius: 26px; }
body.vf-final-theme .vf-product-theme--ecvan-logistics .vf-product-hero__car { width: min(52vw, 620px); }

body.vf-final-theme .vf-product-theme--ebus-civic {
  background: radial-gradient(circle at 70% 8%, rgba(6,182,212,.24), transparent 32rem), linear-gradient(180deg, #061119 0%, #082535 50%, #04070b 100%);
}
body.vf-final-theme .vf-product-theme--ebus-civic .vf-product-hero__word { letter-spacing: -.04em; -webkit-text-stroke-color: rgba(6,182,212,.3); }
body.vf-final-theme .vf-product-theme--ebus-civic .vf-product-journey__node { border-radius: 999px; }
body.vf-final-theme .vf-product-theme--ebus-civic .vf-product-hero__visual,
body.vf-final-theme .vf-product-theme--ebus-civic .vf-product-signature__poster {
  overflow: hidden;
  border: 1px solid rgba(120, 225, 246, .25);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(4, 10, 16, .04), rgba(4, 10, 16, .5)),
    url("../img/cars/ebus-scene-official.webp") center 42% / cover no-repeat;
  box-shadow: 0 34px 100px rgba(0, 159, 205, .16);
}
body.vf-final-theme .vf-product-theme--ebus-civic .vf-product-hero__orb {
  opacity: .18;
}
body.vf-final-theme .vf-product-theme--ebus-civic .vf-product-hero__car,
body.vf-final-theme .vf-product-theme--ebus-civic .vf-product-signature__car {
  display: none;
}
body.vf-final-theme .vf-product-theme--ebus-civic .vf-product-signature__poster::before {
  border-color: rgba(207, 250, 254, .42);
}

@media (max-width: 1100px) {
  body.vf-final-theme .vf-product-experience .vf-product-hero__grid,
  body.vf-final-theme .vf-product-signature__grid,
  body.vf-final-theme .vf-product-journey__grid {
    grid-template-columns: 1fr;
  }
  body.vf-final-theme .vf-product-signature__poster,
  body.vf-final-theme .vf-product-journey__map {
    min-height: 480px;
  }
  body.vf-final-theme .vf-product-signature__cards {
    grid-template-columns: 1fr;
  }
  body.vf-final-theme .vf-product-hero__route {
    display: none;
  }
}

@media (max-width: 700px) {
  body.vf-final-theme .vf-product-experience .vf-product-hero {
    padding-top: 104px;
  }
  body.vf-final-theme .vf-product-hero__word {
    left: 12px;
    right: 12px;
    bottom: 42%;
    font-size: clamp(60px, 24vw, 112px);
    white-space: normal;
  }
  body.vf-final-theme .vf-product-theme-label {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
  body.vf-final-theme .vf-product-experience .vf-product-hero h1 {
    font-size: clamp(58px, 21vw, 106px);
  }
  body.vf-final-theme .vf-product-hero__chips {
    display: none;
  }
  body.vf-final-theme .vf-product-experience .vf-product-hero__car,
  body.vf-final-theme .vf-product-theme--vf9-flagship .vf-product-hero__car,
  body.vf-final-theme .vf-product-theme--minio-candy .vf-product-hero__car,
  body.vf-final-theme .vf-product-theme--herio-app .vf-product-hero__car,
  body.vf-final-theme .vf-product-theme--nerio-tourism .vf-product-hero__car,
  body.vf-final-theme .vf-product-theme--ebus-civic .vf-product-hero__car,
  body.vf-final-theme .vf-product-theme--ecvan-logistics .vf-product-hero__car {
    width: min(92vw, 520px);
  }
  body.vf-final-theme .vf-product-signature__car {
    width: min(94%, 520px);
  }
  body.vf-final-theme .vf-product-signature__poster,
  body.vf-final-theme .vf-product-journey__map {
    min-height: 360px;
    border-radius: 30px;
  }
  body.vf-final-theme .vf-product-signature__copy h2,
  body.vf-final-theme .vf-product-journey__copy h2 {
    font-size: clamp(38px, 13vw, 58px);
  }
  body.vf-final-theme .vf-product-journey__node {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  body.vf-final-theme .vf-product-journey__map {
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 22px;
  }
}
