/* VF 3 landing page - light, self-contained layout */
body.vfnnb-vf3-page {
  margin: 0;
  background: #fff;
  color: #090d14;
  overflow-x: hidden;
}

body.vfnnb-vf3-page .vf-final-header,
body.vfnnb-vf3-page .vf-final-footer,
body.vfnnb-vf3-page .vf-final-progress,
body.vfnnb-vf3-page .vf-final-cursor-dot,
body.vfnnb-vf3-page .vf-final-cursor-ring,
body.vfnnb-vf3-page .vf-final-sticky,
body.vfnnb-vf3-page .vf-final-theme-toggle {
  display: none !important;
}

body.vfnnb-vf3-page #wpadminbar {
  display: none !important;
}

html:has(body.vfnnb-vf3-page) {
  margin-top: 0 !important;
}

body.vfnnb-vf3-page #main,
body.vfnnb-vf3-page .site-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.f3p,
.f3p * {
  box-sizing: border-box;
}

.f3p {
  --f3-red: #e21b2d;
  --f3-red-dark: #bc1021;
  --f3-ink: #090d14;
  --f3-muted: #5d6673;
  --f3-line: #d9dee4;
  --f3-soft: #f6f7f8;
  --f3-soft-blue: #f1f6fb;
  --f3-white: #fff;
  --f3-shadow: 0 18px 50px rgba(14, 25, 38, .1);
  width: 100%;
  min-width: 0;
  overflow: clip;
  background: #fff;
  color: var(--f3-ink);
  font-family: "Be Vietnam Pro", "Aptos", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.f3p button,
.f3p input,
.f3p select,
.f3p textarea {
  font: inherit;
}

.f3p button,
.f3p a {
  -webkit-tap-highlight-color: transparent;
}

.f3p button {
  color: inherit;
}

.f3p a {
  color: inherit;
  text-decoration: none;
}

.f3p img,
.f3p picture,
.f3p svg {
  display: block;
}

.f3p img {
  max-width: 100%;
}

.f3p-desktop-only {
  display: none !important;
}

.f3p-service-title-mobile,
.f3p-service-mobile-actions,
.f3p-mobile-service-pages {
  display: none;
}

/* The legacy theme sets body-scoped images to height:auto. Route VF3 image
   heights through a local variable so section media can still fill its frame. */
body.vfnnb-vf3-page.vf-final-theme .f3p img {
  height: var(--f3-img-height, auto);
}

.f3p-scene__media img,
.f3p-media-card img,
.f3p-journey__hero > img,
.f3p-exterior__lead > img,
.f3p-interior__main > img,
.f3p-color-stage__bg,
.f3p-specs__intro > img,
.f3p-charging__scene picture img,
.f3p-service__scene picture img,
.f3p-version-card > img,
.f3p-warranty-card img,
.f3p-contact__media img,
.f3p-final-cta > img {
  --f3-img-height: 100%;
}

.f3p-lineup > img,
.f3p-color-lineup > img {
  --f3-img-height: 158px;
}

.f3p-color-stage__car {
  --f3-img-height: 85%;
}

.f3p-color-card img {
  --f3-img-height: 125px;
}

.f3p-seat-card img {
  --f3-img-height: 330px;
}

.f3p-dimensions > img {
  --f3-img-height: 390px;
}

.f3p h1,
.f3p h2,
.f3p h3,
.f3p p {
  margin: 0;
}

.f3p-wrap {
  position: relative;
  width: min(1510px, calc(100% - 72px));
  margin-inline: auto;
}

.f3p-section {
  position: relative;
  padding: 66px 0;
  background: #fff;
}

.f3p-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  color: currentColor;
}

.f3p-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.f3p-icon--arrow {
  width: 22px;
  height: 22px;
}

.f3p-brand-pill,
.f3p-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--f3-red);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.f3p-brand-pill {
  min-height: 42px;
  padding: 7px 18px;
  border: 1px solid rgba(9, 13, 20, .2);
  border-radius: 99px;
  background: rgba(255, 255, 255, .74);
  backdrop-filter: blur(8px);
}

.f3p-brand-pill b {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #151922;
  font-family: Georgia, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  transform: scaleX(1.25);
}

.f3p-actions,
.f3p-form__actions,
.f3p-version-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.f3p-btn {
  display: inline-flex;
  min-height: 52px;
  padding: 13px 26px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.f3p-btn:hover {
  transform: translateY(-2px);
}

.f3p-btn--red {
  border-color: var(--f3-red);
  background: var(--f3-red);
  color: #fff;
  box-shadow: 0 10px 25px rgba(226, 27, 45, .22);
}

.f3p-btn--red:hover {
  border-color: var(--f3-red-dark);
  background: var(--f3-red-dark);
  color: #fff;
}

.f3p-btn--white {
  border-color: #9097a0;
  background: rgba(255, 255, 255, .92);
  color: #10141b;
}

.f3p-btn--white:hover {
  border-color: var(--f3-ink);
  background: #fff;
}

/* Hero */
.f3p-scene {
  position: relative;
  isolation: isolate;
  min-height: clamp(660px, 41vw, 700px);
  overflow: hidden;
}

.f3p-scene__media,
.f3p-scene__media img,
.f3p-scene__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.f3p-scene__media img {
  object-fit: cover;
  object-position: center;
}

.f3p-scene__veil {
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .15) 34%, rgba(255, 255, 255, 0) 61%);
  pointer-events: none;
}

.f3p-hero__content {
  z-index: 2;
  padding-top: clamp(64px, 6vw, 100px);
}

.f3p-hero__content h1 {
  max-width: 720px;
  margin-top: 12px;
  font-size: clamp(72px, 6.6vw, 112px);
  font-weight: 580;
  letter-spacing: -.065em;
  line-height: .94;
}

.f3p-subtitle {
  margin-top: 14px !important;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 500;
  letter-spacing: -.02em;
}

.f3p-copy {
  max-width: 550px;
  margin-top: 16px !important;
  color: #31363d;
  font-size: clamp(15px, 1.06vw, 18px);
  line-height: 1.7;
  overflow-wrap: anywhere;
  white-space: normal !important;
}

.f3p-hero__content .f3p-actions {
  margin-top: 27px;
}

.f3p-metrics {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(159, 168, 178, .42);
  background: rgba(255, 255, 255, .91);
  box-shadow: var(--f3-shadow);
  backdrop-filter: blur(15px);
}

.f3p-metrics article {
  display: flex;
  min-width: 0;
  padding: 18px 28px;
  align-items: center;
  gap: 18px;
}

.f3p-metrics article + article {
  border-left: 1px solid #d4d9de;
}

.f3p-metrics .f3p-icon {
  width: 38px;
  height: 38px;
  color: var(--f3-red);
}

.f3p-metrics article div,
.f3p-trust-strip span,
.f3p-version-traits span,
.f3p-service-strip span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.f3p-metrics strong {
  font-size: clamp(23px, 1.75vw, 31px);
  line-height: 1.05;
}

.f3p-metrics strong small {
  font-size: .52em;
  font-weight: 500;
}

.f3p-metrics article span {
  margin-top: 7px;
  color: #3e4650;
  font-size: 13px;
  line-height: 1.35;
}

.f3p-metrics--hero {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 21px;
  left: 0;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 18px;
}

/* First cards */
.f3p-overview-cards {
  padding-top: 28px;
  padding-bottom: 60px;
}

.f3p-feature-grid {
  display: grid;
  gap: 18px;
}

.f3p-feature-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.f3p-media-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid var(--f3-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(11, 24, 39, .05);
}

.f3p-media-card > div {
  position: relative;
  z-index: 3;
  width: 52%;
  padding: 30px 0 0 27px;
}

.f3p-media-card h3 {
  font-size: 21px;
  line-height: 1.2;
}

.f3p-media-card p {
  margin-top: 10px;
  color: #47505b;
  font-size: 14px;
  line-height: 1.45;
}

.f3p-media-card img,
.f3p-media-card > .f3p-sprite {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 62%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.f3p-media-card > img {
  object-fit: contain;
  object-position: right bottom;
}

.f3p-media-card::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #fff 0 43%, rgba(255, 255, 255, .8) 56%, transparent 76%);
  pointer-events: none;
}

.f3p-media-card > a,
.f3p-service-card > a,
.f3p-destination > a {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: 25px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--f3-red);
  color: #fff;
  transition: transform .25s ease;
}

.f3p-media-card > a:hover,
.f3p-service-card > a:hover,
.f3p-destination > a:hover {
  transform: translateX(4px);
}

.f3p-media-card > a .f3p-icon,
.f3p-service-card > a .f3p-icon,
.f3p-destination > a .f3p-icon {
  width: 20px;
  height: 20px;
}

.f3p-sprite {
  display: block;
  background-position: var(--sx) var(--sy);
  background-repeat: no-repeat;
  background-size: 200% 200%;
}

.f3p-sprite--interior {
  background-image: url("../img/vf3-v2/interior-sprite.jpg");
}

.f3p-sprite--exterior {
  background-image: url("../img/vf3-v2/exterior-sprite.jpg");
}

.f3p-sprite--ownership {
  background-image: url("../img/vf3-v2/ownership-sprite.jpg");
}

.f3p-sprite--service {
  background-image: url("../img/vf3-v2/service-sprite.jpg");
}

.f3p-trust-strip {
  display: grid;
  margin-top: 24px;
  padding: 18px 24px;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--f3-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(17, 28, 42, .05);
}

.f3p-trust-strip > div,
.f3p-version-traits > div,
.f3p-service-strip > div {
  display: flex;
  min-width: 0;
  padding: 4px 28px;
  align-items: center;
  justify-content: center;
  gap: 17px;
}

.f3p-trust-strip > div + div,
.f3p-version-traits > div + div,
.f3p-service-strip > div + div {
  border-left: 1px solid var(--f3-line);
}

.f3p-trust-strip .f3p-icon,
.f3p-version-traits .f3p-icon,
.f3p-service-strip .f3p-icon {
  width: 36px;
  height: 36px;
  color: var(--f3-red);
}

.f3p-trust-strip b,
.f3p-version-traits b,
.f3p-service-strip b {
  margin-bottom: 2px;
  font-size: 15px;
}

.f3p-trust-strip span,
.f3p-version-traits span,
.f3p-service-strip span {
  color: var(--f3-muted);
  font-size: 13px;
}

/* Shared headings */
.f3p-section-head {
  display: flex;
  margin-bottom: 34px;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.f3p-section-head h2,
.f3p-exterior__lead h2,
.f3p-interior__copy h2,
.f3p-specs__intro h2,
.f3p-contact__copy h2,
.f3p-final-cta h2 {
  font-size: clamp(43px, 4.2vw, 70px);
  font-weight: 640;
  letter-spacing: -.055em;
  line-height: 1.02;
}

.f3p-section-head p,
.f3p-exterior__lead p,
.f3p-interior__copy p,
.f3p-specs__intro p,
.f3p-contact__copy > p,
.f3p-final-cta p {
  max-width: 650px;
  margin-top: 17px;
  color: var(--f3-muted);
  font-size: 16px;
}

/* Journey */
.f3p-journey {
  background: var(--f3-soft-blue);
}

.f3p-journey__hero {
  position: relative;
  min-height: 565px;
  overflow: hidden;
  border-radius: 25px;
  background: #d8e8ed;
}

.f3p-journey__hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f3p-journey__hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .95) 24%, rgba(255, 255, 255, .62) 45%, transparent 71%);
}

.f3p-journey__copy {
  position: relative;
  z-index: 2;
  width: 49%;
  padding: 69px 55px;
}

.f3p-journey__copy h2 {
  font-size: clamp(50px, 5vw, 84px);
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: .98;
}

.f3p-journey__copy h3 {
  max-width: 520px;
  margin-top: 21px;
  font-size: 22px;
  line-height: 1.3;
}

.f3p-journey__copy p {
  max-width: 520px;
  margin-top: 14px;
  color: var(--f3-muted);
}

.f3p-journey__copy .f3p-actions {
  margin-top: 27px;
}

.f3p-metrics--wide {
  margin: -42px 45px 0;
  grid-template-columns: repeat(5, 1fr);
  border-radius: 18px;
}

.f3p-metrics--wide article {
  padding: 24px 20px;
}

.f3p-destinations {
  padding-top: 68px;
}

.f3p-destinations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.f3p-destination {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--f3-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 33, 50, .06);
}

.f3p-destination__image {
  display: block;
  height: 220px;
  background-image: url("../img/vf3-v2/destinations.jpg");
  background-position: var(--dest-x) center;
  background-repeat: no-repeat;
  background-size: 300% 100%;
}

.f3p-destination > div {
  padding: 22px 72px 24px 25px;
}

.f3p-destination h3 {
  font-size: 23px;
}

.f3p-destination p {
  margin-top: 8px;
  color: var(--f3-muted);
  font-size: 14px;
  line-height: 1.45;
}

/* Exterior */
.f3p-exterior__lead {
  display: grid;
  min-height: 560px;
  overflow: hidden;
  grid-template-columns: 58% 42%;
  border-radius: 24px;
  background: #fff;
}

.f3p-exterior__lead > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.f3p-exterior__lead > div {
  display: flex;
  padding: 62px 54px;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #fff, #f5f6f7);
}

.f3p-exterior__lead h2 {
  margin-top: 15px;
}

.f3p-facts-inline {
  display: grid;
  margin-top: 33px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--f3-line);
  border-bottom: 1px solid var(--f3-line);
}

.f3p-facts-inline > span {
  display: flex;
  padding: 21px 10px;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.f3p-facts-inline > span + span {
  border-left: 1px solid var(--f3-line);
}

.f3p-facts-inline .f3p-icon {
  width: 29px;
  height: 29px;
  color: var(--f3-red);
}

.f3p-detail-grid {
  display: grid;
  margin-top: 24px;
  gap: 20px;
}

.f3p-detail-grid--exterior,
.f3p-detail-grid--interior {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.f3p-detail-card,
.f3p-interior-card {
  overflow: hidden;
  border: 1px solid var(--f3-line);
  border-radius: 18px;
  background: #fff;
}

.f3p-detail-card > .f3p-sprite {
  height: 220px;
}

.f3p-detail-card > div {
  min-height: 130px;
  padding: 22px 24px 25px;
}

.f3p-detail-card h3,
.f3p-interior-card h3 {
  font-size: 18px;
  line-height: 1.25;
}

.f3p-detail-card p,
.f3p-interior-card p {
  margin-top: 8px;
  color: var(--f3-muted);
  font-size: 13px;
}

.f3p-lineup,
.f3p-color-lineup {
  display: grid;
  min-height: 160px;
  margin-top: 24px;
  overflow: hidden;
  grid-template-columns: 31% 1fr auto;
  align-items: center;
  border: 1px solid var(--f3-line);
  border-radius: 18px;
  background: #fff;
}

.f3p-lineup > div,
.f3p-color-lineup > div {
  display: flex;
  padding: 25px 35px;
  align-items: center;
  gap: 18px;
}

.f3p-lineup > div .f3p-icon,
.f3p-color-lineup > div .f3p-icon {
  width: 43px;
  height: 43px;
  color: var(--f3-red);
}

.f3p-lineup > div span,
.f3p-color-lineup > div span {
  display: flex;
  flex-direction: column;
  color: var(--f3-muted);
  font-size: 14px;
}

.f3p-lineup b,
.f3p-color-lineup b {
  color: var(--f3-ink);
  font-size: 19px;
}

.f3p-lineup > img,
.f3p-color-lineup > img {
  width: 100%;
  height: 158px;
  object-fit: cover;
  object-position: center;
}

.f3p-lineup > a {
  margin: 0 26px;
  color: var(--f3-red);
  font-weight: 700;
  white-space: nowrap;
}

.f3p-lineup > a .f3p-icon {
  display: inline-grid;
  vertical-align: middle;
}

/* Interior */
.f3p-interior {
  background: #f6f7f8;
}

.f3p-interior__main {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: 25px;
  background: #15191f;
  color: #fff;
}

.f3p-interior__main > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f3p-interior__main::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(4, 8, 12, .86), rgba(4, 8, 12, .5) 42%, transparent 72%);
}

.f3p-interior__copy {
  position: relative;
  z-index: 2;
  width: 48%;
  padding: 78px 58px;
}

.f3p-interior__copy h2 {
  margin-top: 16px;
  color: #fff;
}

.f3p-interior__copy h3 {
  max-width: 510px;
  margin-top: 17px;
  font-size: 24px;
  line-height: 1.3;
}

.f3p-interior__copy p {
  color: rgba(255, 255, 255, .76);
}

.f3p-interior-card__head {
  display: flex;
  min-height: 145px;
  padding: 23px;
  align-items: flex-start;
  gap: 14px;
}

.f3p-interior-card__head > .f3p-icon {
  width: 35px;
  height: 35px;
  color: var(--f3-red);
}

.f3p-interior-card > .f3p-sprite {
  height: 230px;
}

/* Colors */
.f3p-color-stage {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  border-radius: 25px;
}

.f3p-color-stage__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f3p-color-stage::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .74) 38%, transparent 67%);
  pointer-events: none;
}

.f3p-color-stage__copy {
  position: relative;
  z-index: 2;
  width: 43%;
  padding: 68px 55px;
}

.f3p-color-stage__copy h2 {
  margin-top: 20px;
  font-size: clamp(52px, 5.2vw, 86px);
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: .94;
}

.f3p-color-stage__copy p {
  max-width: 420px;
  margin-top: 18px;
  color: var(--f3-muted);
}

.f3p-color-stage__copy h3 {
  margin-top: 42px;
  color: var(--f3-red);
  font-size: 19px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.f3p-color-stage__car {
  position: absolute;
  z-index: 2;
  right: -3%;
  bottom: -5%;
  width: 68%;
  height: 85%;
  object-fit: contain;
  object-position: center bottom;
  transition: filter .35s ease;
}

.f3p-color-grid {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.f3p-color-card {
  position: relative;
  min-width: 0;
  min-height: 225px;
  padding: 18px 12px 15px;
  overflow: hidden;
  border: 1px solid var(--f3-line);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.f3p-color-card:hover,
.f3p-color-card.is-active {
  border-color: var(--f3-red);
  box-shadow: 0 9px 25px rgba(226, 27, 45, .12);
  transform: translateY(-3px);
}

.f3p-color-card__swatch {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 13px;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 1px #b9c0c8;
}

.f3p-color-card img {
  width: 100%;
  height: 125px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.f3p-color-card b,
.f3p-color-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.f3p-color-card b {
  font-size: 14px;
}

.f3p-color-card small {
  margin-top: 3px;
  color: var(--f3-muted);
  font-size: 11px;
}

.f3p-color-lineup {
  grid-template-columns: 35% 1fr;
}

/* Specifications */
.f3p-specs {
  background: var(--f3-soft-blue);
}

.f3p-specs__intro {
  display: grid;
  min-height: 390px;
  overflow: hidden;
  grid-template-columns: 48% 52%;
  align-items: center;
  border-radius: 23px;
  background: #fff;
}

.f3p-specs__intro > div {
  padding: 50px 55px;
}

.f3p-specs__intro > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.f3p-seat-card {
  display: grid;
  min-height: 330px;
  margin-top: 22px;
  overflow: hidden;
  grid-template-columns: 25% 75%;
  align-items: center;
  border: 1px solid var(--f3-line);
  border-radius: 20px;
  background: #fff;
}

.f3p-seat-card strong {
  padding-left: 65px;
  color: var(--f3-red);
  font-size: 100px;
  line-height: .8;
}

.f3p-seat-card strong small {
  display: block;
  margin-top: 18px;
  color: var(--f3-ink);
  font-size: 20px;
}

.f3p-seat-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.f3p-spec-grid {
  display: grid;
  margin-top: 22px;
  overflow: hidden;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--f3-line);
  border-radius: 18px;
  background: #fff;
}

.f3p-spec-grid article {
  display: flex;
  min-height: 140px;
  padding: 25px;
  align-items: center;
  gap: 15px;
}

.f3p-spec-grid article + article {
  border-left: 1px solid var(--f3-line);
}

.f3p-spec-grid .f3p-icon {
  width: 36px;
  height: 36px;
  color: var(--f3-red);
}

.f3p-spec-grid article div {
  display: flex;
  flex-direction: column;
}

.f3p-spec-grid strong {
  font-size: 22px;
  line-height: 1.1;
}

.f3p-spec-grid strong small {
  font-size: .6em;
}

.f3p-spec-grid article span {
  margin-top: 7px;
  color: var(--f3-muted);
  font-size: 12px;
  line-height: 1.35;
}

.f3p-dimensions {
  position: relative;
  margin-top: 23px;
  padding: 28px 35px 21px;
  overflow: hidden;
  border: 1px solid var(--f3-line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.f3p-dimensions h3 {
  font-size: 25px;
}

.f3p-dimensions__unit {
  display: none;
}

.f3p-dimensions > img {
  width: 100%;
  height: 390px;
  margin-top: 8px;
  object-fit: contain;
}

.f3p-dimensions__labels {
  display: flex;
  margin: -20px auto 0;
  justify-content: space-around;
  color: var(--f3-red);
  font-weight: 750;
}

.f3p-dimensions > p {
  margin-top: 23px;
  font-size: 18px;
  font-weight: 650;
}

.f3p-dimensions > small {
  display: block;
  margin-top: 7px;
  color: var(--f3-muted);
}

/* Charging */
.f3p-charging__scene,
.f3p-service__scene {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
}

.f3p-charging__scene picture,
.f3p-charging__scene picture img,
.f3p-service__scene picture,
.f3p-service__scene picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.f3p-charging__scene picture img,
.f3p-service__scene picture img {
  object-fit: cover;
}

.f3p-charging__scene::after,
.f3p-service__scene::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(3, 10, 20, .83), rgba(3, 10, 20, .34) 52%, transparent 73%);
}

.f3p-charging__scene > div,
.f3p-service__scene > div {
  position: relative;
  z-index: 2;
  width: 52%;
  padding: 80px 58px;
}

.f3p-charging__scene h2,
.f3p-service__scene h2 {
  font-size: clamp(49px, 4.8vw, 78px);
  letter-spacing: -.06em;
  line-height: 1;
}

.f3p-charging__scene h3 {
  margin-top: 18px;
  color: #f2cf3b;
  font-size: 25px;
}

.f3p-charging__scene p,
.f3p-service__scene p {
  max-width: 550px;
  margin-top: 17px;
  color: rgba(255, 255, 255, .8);
}

.f3p-benefit-grid {
  display: grid;
  margin: -34px 38px 0;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--f3-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--f3-shadow);
}

.f3p-benefit-grid article {
  min-height: 215px;
  padding: 30px 27px;
}

.f3p-benefit-grid article + article {
  border-left: 1px solid var(--f3-line);
}

.f3p-benefit-grid .f3p-icon {
  width: 42px;
  height: 42px;
  color: var(--f3-red);
}

.f3p-benefit-grid h3 {
  margin-top: 17px;
  font-size: 18px;
  line-height: 1.3;
}

.f3p-benefit-grid p {
  margin-top: 9px;
  color: var(--f3-muted);
  font-size: 13px;
}

.f3p-wide-card-list {
  display: grid;
  margin-top: 35px;
  gap: 20px;
}

.f3p-wide-card {
  display: grid;
  min-height: 280px;
  overflow: hidden;
  grid-template-columns: 42% 58%;
  border: 1px solid var(--f3-line);
  border-radius: 19px;
  background: #fff;
}

.f3p-wide-card:nth-child(even) {
  grid-template-columns: 58% 42%;
}

.f3p-wide-card:nth-child(even) > div {
  order: 2;
}

.f3p-wide-card > div {
  display: flex;
  padding: 48px;
  align-items: flex-start;
  gap: 20px;
}

.f3p-wide-card > div > .f3p-icon {
  width: 47px;
  height: 47px;
  color: var(--f3-red);
}

.f3p-wide-card > div span {
  display: flex;
  max-width: 450px;
  flex-direction: column;
  color: var(--f3-muted);
}

.f3p-wide-card > div b {
  margin-bottom: 9px;
  color: var(--f3-ink);
  font-size: 24px;
}

.f3p-wide-card > .f3p-sprite {
  height: 100%;
  min-height: 280px;
}

/* Versions */
.f3p-versions {
  background: #f6f7f8;
}

.f3p-versions .f3p-section-head {
  justify-content: center;
  text-align: center;
}

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

.f3p-version-card {
  display: grid;
  min-height: 455px;
  overflow: hidden;
  grid-template-columns: 45% 55%;
  border: 1px solid var(--f3-line);
  border-radius: 21px;
  background: #fff;
}

.f3p-version-card > div {
  position: relative;
  z-index: 2;
  padding: 43px 0 35px 39px;
}

.f3p-version-card h3 {
  font-size: 38px;
  line-height: 1.1;
}

.f3p-version-card h3 i {
  color: var(--f3-red);
  font-style: normal;
}

.f3p-version-card > div > span {
  display: block;
  margin-top: 22px;
  color: var(--f3-muted);
}

.f3p-version-card strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(25px, 2.1vw, 35px);
  line-height: 1.2;
  white-space: nowrap;
}

.f3p-version-card strong small {
  font-size: .45em;
}

.f3p-version-card__actions {
  margin-top: 35px;
}

.f3p-version-card__actions .f3p-btn {
  width: min(100%, 250px);
}

.f3p-version-card > img {
  width: 112%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: translateX(-8%);
}

.f3p-version-traits,
.f3p-service-strip {
  display: grid;
  margin-top: 24px;
  padding: 18px 22px;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--f3-line);
  border-radius: 16px;
  background: #fff;
}

.f3p-versions__cta {
  display: grid;
  min-height: 165px;
  margin-top: 24px;
  padding: 32px 40px;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 15px;
  border-radius: 20px;
  background: #0c1017;
  color: #fff;
}

.f3p-versions__cta h3 {
  font-size: 25px;
}

.f3p-versions__cta p {
  margin-top: 6px;
  color: rgba(255, 255, 255, .7);
}

/* Service */
.f3p-service__scene > div .f3p-actions {
  margin-top: 28px;
}

.f3p-service__scene .f3p-eyebrow {
  margin-bottom: 17px;
  color: #fff;
}

.f3p-warranty-grid {
  display: grid;
  margin: -36px 38px 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.f3p-warranty-card {
  position: relative;
  display: grid;
  min-height: 250px;
  overflow: hidden;
  grid-template-columns: auto 1fr 48%;
  align-items: center;
  border: 1px solid var(--f3-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: var(--f3-shadow);
}

.f3p-warranty-card > .f3p-icon {
  width: 50px;
  height: 50px;
  margin-left: 34px;
  color: var(--f3-red);
}

.f3p-warranty-card > div {
  padding-left: 20px;
}

.f3p-warranty-card h3 {
  font-size: 18px;
}

.f3p-warranty-card strong {
  display: block;
  margin-top: 8px;
  color: var(--f3-red);
  font-size: 57px;
  line-height: 1;
}

.f3p-warranty-card strong small {
  font-size: .4em;
}

.f3p-warranty-card p {
  margin-top: 7px;
  color: var(--f3-muted);
  font-size: 13px;
}

.f3p-warranty-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f3p-service-card-grid {
  display: grid;
  margin-top: 32px;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.f3p-service-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--f3-line);
  border-radius: 18px;
  background: #fff;
}

.f3p-service-card > div {
  position: relative;
  z-index: 2;
  min-height: 155px;
  padding: 24px 24px 14px;
  background: #fff;
}

.f3p-service-card > div .f3p-icon {
  width: 34px;
  height: 34px;
  color: var(--f3-red);
}

.f3p-service-card h3 {
  margin-top: 11px;
  font-size: 18px;
}

.f3p-service-card p {
  margin-top: 6px;
  color: var(--f3-muted);
  font-size: 13px;
}

.f3p-service-card > .f3p-sprite {
  height: 205px;
}

.f3p-service-card > a {
  right: 17px;
  bottom: 17px;
  left: auto;
}

/* Contact */
.f3p-contact {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  color: #fff;
}

.f3p-contact__media,
.f3p-contact__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.f3p-contact__media img {
  object-fit: cover;
}

.f3p-contact::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(6, 12, 21, .86), rgba(6, 12, 21, .5) 44%, rgba(6, 12, 21, .08));
}

.f3p-contact__grid {
  z-index: 2;
  display: grid;
  min-height: 790px;
  padding-block: 60px;
  grid-template-columns: 1fr 620px;
  align-items: center;
  gap: 70px;
}

.f3p-contact__copy .f3p-brand-pill {
  border-color: rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.f3p-contact__copy .f3p-brand-pill b {
  color: #fff;
}

.f3p-contact__copy h2 {
  margin-top: 23px;
  color: #fff;
}

.f3p-contact__copy > p {
  max-width: 530px;
  color: rgba(255, 255, 255, .78);
}

.f3p-contact__promises {
  display: flex;
  margin-top: 30px;
  gap: 35px;
}

.f3p-contact__promises > span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.f3p-contact__promises .f3p-icon {
  color: #fff;
}

.f3p-form {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  color: var(--f3-ink);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
}

.f3p-form h3 {
  margin-bottom: 23px;
  font-size: 26px;
}

.f3p-form > label,
.f3p-form__row > label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}

.f3p-form label > span,
.f3p-form legend {
  font-size: 12px;
  font-weight: 700;
}

.f3p-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.f3p-form > label,
.f3p-form > .f3p-form__row,
.f3p-form fieldset {
  margin-top: 14px;
}

.f3p-form input:not([type="radio"]):not([type="checkbox"]),
.f3p-form select,
.f3p-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #cbd1d8;
  border-radius: 7px;
  outline: 0;
  background: #fff;
  color: var(--f3-ink);
  font-size: 14px;
}

.f3p-form textarea {
  min-height: 84px;
  resize: vertical;
}

.f3p-form input:focus,
.f3p-form select:focus,
.f3p-form textarea:focus {
  border-color: var(--f3-red);
  box-shadow: 0 0 0 3px rgba(226, 27, 45, .1);
}

.f3p-form fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

.f3p-form__needs {
  display: grid;
  margin-top: 8px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
}

.f3p-form__needs label {
  min-width: 0;
  cursor: pointer;
}

.f3p-form__needs input {
  position: absolute;
  opacity: 0;
}

.f3p-form__needs label > span {
  display: flex;
  min-height: 69px;
  padding: 8px 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #d6dbe1;
  border-radius: 8px;
  color: #58616c;
  font-size: 10px;
  text-align: center;
}

.f3p-form__needs .f3p-icon {
  width: 25px;
  height: 25px;
}

.f3p-form__needs input:checked + span {
  border-color: var(--f3-red);
  background: rgba(226, 27, 45, .06);
  color: var(--f3-red);
}

.f3p-form__consent {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 9px !important;
}

.f3p-form__consent input {
  margin-top: 3px;
  accent-color: var(--f3-red);
}

.f3p-form__consent span {
  color: var(--f3-muted);
  font-weight: 400 !important;
}

.f3p-form__actions {
  margin-top: 20px;
}

.f3p-form__actions .f3p-btn {
  flex: 1 1 0;
}

.f3p-form__trust {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--f3-line);
}

.f3p-form__trust > span {
  display: flex;
  padding: 15px 5px 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--f3-muted);
  font-size: 10px;
}

.f3p-form__trust .f3p-icon {
  width: 22px;
  height: 22px;
  color: var(--f3-red);
}

/* Showroom */
.f3p-connect {
  background: #fff;
}

.f3p-connect__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.f3p-connect-card {
  position: relative;
  min-height: 300px;
  padding: 31px;
  overflow: hidden;
  border: 1px solid var(--f3-line);
  border-radius: 17px;
  background: #fff;
}

.f3p-connect-card > .f3p-icon {
  width: 44px;
  height: 44px;
  color: var(--f3-red);
}

.f3p-connect-card h3 {
  margin-top: 22px;
  font-size: 21px;
}

.f3p-connect-card p {
  margin-top: 10px;
  color: var(--f3-muted);
  font-size: 14px;
}

.f3p-connect-card > a {
  position: absolute;
  bottom: 28px;
  left: 31px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--f3-red);
  font-weight: 700;
}

.f3p-connect-card > a .f3p-icon {
  width: 20px;
  height: 20px;
}

.f3p-connect-card--map > div {
  position: absolute;
  inset: 0;
  background: linear-gradient(42deg, transparent 43%, #dfe9ec 44% 46%, transparent 47%), linear-gradient(-28deg, transparent 35%, #edf2f4 36% 39%, transparent 40%), #f5f8f9;
  opacity: .8;
}

.f3p-connect-card--map > .f3p-icon,
.f3p-connect-card--map h3,
.f3p-connect-card--map > a {
  z-index: 2;
}

.f3p-connect-card--map > .f3p-icon,
.f3p-connect-card--map h3 {
  position: relative;
}

.f3p-connect-card--map > a {
  position: absolute;
}

.f3p-connect-card--map > div i,
.f3p-connect-card--map > div b,
.f3p-connect-card--map > div span {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: var(--f3-red);
}

.f3p-connect-card--map > div i {
  top: 38%;
  left: 58%;
  width: 18px;
  height: 18px;
}

.f3p-connect-card--map > div b {
  top: 57%;
  left: 38%;
  width: 10px;
  height: 10px;
  opacity: .7;
}

.f3p-connect-card--map > div span {
  top: 67%;
  left: 70%;
  width: 7px;
  height: 7px;
  opacity: .55;
}

.f3p-connect-card__buttons {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  gap: 8px;
}

.f3p-connect-card__buttons a {
  display: inline-flex;
  min-height: 40px;
  padding: 8px 12px;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--f3-line);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
}

.f3p-connect-card__buttons .f3p-icon {
  width: 20px;
  height: 20px;
  color: var(--f3-red);
}

.f3p-final-cta {
  display: grid;
  min-height: 345px;
  margin-top: 28px;
  overflow: hidden;
  grid-template-columns: 53% 47%;
  align-items: center;
  border-radius: 23px;
  background: #10151c;
  color: #fff;
}

.f3p-final-cta > div {
  padding: 52px 57px;
}

.f3p-final-cta h2 {
  color: #fff;
}

.f3p-final-cta p {
  color: rgba(255, 255, 255, .73);
}

.f3p-final-cta .f3p-actions {
  margin-top: 25px;
}

.f3p-final-cta > img {
  width: 110%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
  transform: translateX(-6%);
}

/* Reveal */
.f3p-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

.f3p-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .f3p-wrap {
    width: min(100% - 42px, 1510px);
  }

  .f3p-feature-grid--four,
  .f3p-detail-grid--exterior,
  .f3p-detail-grid--interior,
  .f3p-service-card-grid,
  .f3p-connect__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .f3p-media-card {
    min-height: 245px;
  }

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

  .f3p-contact__grid {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 55%);
    gap: 38px;
  }

  .f3p-version-card {
    grid-template-columns: 52% 48%;
  }

  .f3p-version-card > div {
    padding-left: 30px;
  }

  .f3p-metrics article {
    padding-inline: 18px;
  }
}

@media (max-width: 900px) {
  .f3p-scene {
    min-height: 720px;
  }

  .f3p-hero__content h1 {
    font-size: 72px;
  }

  .f3p-metrics--hero {
    grid-template-columns: repeat(2, 1fr);
  }

  .f3p-metrics--hero article:nth-child(3) {
    border-left: 0;
  }

  .f3p-metrics--hero article:nth-child(n+3) {
    border-top: 1px solid var(--f3-line);
  }

  .f3p-journey__copy,
  .f3p-interior__copy {
    width: 61%;
  }

  .f3p-metrics--wide,
  .f3p-spec-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .f3p-metrics--wide article:nth-child(4),
  .f3p-spec-grid article:nth-child(4) {
    border-left: 0;
  }

  .f3p-metrics--wide article:nth-child(n+4),
  .f3p-spec-grid article:nth-child(n+4) {
    border-top: 1px solid var(--f3-line);
  }

  .f3p-destinations__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .f3p-destination:last-child {
    grid-column: 1 / -1;
  }

  .f3p-exterior__lead,
  .f3p-specs__intro {
    grid-template-columns: 1fr;
  }

  .f3p-exterior__lead > img {
    height: 430px;
  }

  .f3p-version-grid,
  .f3p-contact__grid {
    grid-template-columns: 1fr;
  }

  .f3p-contact__grid {
    padding-block: 70px;
  }

  .f3p-contact__copy {
    max-width: 650px;
  }

  .f3p-form {
    width: min(100%, 680px);
  }
}

/* Keep the landscape-tablet hero readable without changing desktop or mobile. */
@media (min-width: 721px) and (max-width: 900px) {
  .f3p-scene__veil {
    background: linear-gradient(90deg, rgba(255, 255, 255, .84) 0%, rgba(255, 255, 255, .6) 39%, rgba(255, 255, 255, .08) 72%);
  }

  .f3p-hero__content {
    padding-top: 46px;
  }

  .f3p-hero__content h1 {
    max-width: 48%;
    font-size: 64px;
  }

  .f3p-subtitle,
  .f3p-copy {
    max-width: 48%;
  }

  .f3p-subtitle {
    font-size: 20px;
  }

  .f3p-copy {
    font-size: 14px;
    line-height: 1.55;
  }

  .f3p-hero__content .f3p-actions {
    margin-top: 20px;
  }
}

@media (max-width: 720px) {
  .f3p {
    font-size: 14px;
  }

  .f3p-wrap {
    width: calc(100% - 24px);
  }

  .f3p-section {
    padding: 31px 0;
  }

  .f3p-brand-pill {
    min-height: 36px;
    padding: 6px 13px;
    gap: 7px;
    font-size: 11px;
  }

  .f3p-brand-pill b {
    width: 20px;
    height: 20px;
    font-size: 18px;
  }

  .f3p-scene {
    min-height: 705px;
    overflow: visible;
    background: #f7f3ed;
  }

  .f3p-scene__media,
  .f3p-scene__media img,
  .f3p-scene__veil {
    height: 560px;
  }

  .f3p-scene__media img {
    object-position: center top;
  }

  .f3p-scene__veil {
    background: linear-gradient(180deg, rgba(255, 255, 255, .25), transparent 42%, rgba(255, 255, 255, .08));
  }

  .f3p-hero__content {
    padding-top: 27px;
  }

  .f3p-hero__content h1 {
    margin-top: 13px;
    font-size: clamp(42px, 11vw, 48px);
    letter-spacing: -.065em;
    white-space: nowrap;
  }

  .f3p-subtitle {
    margin-top: 8px !important;
    font-size: 15px;
  }

  .f3p-copy {
    max-width: 82%;
    margin-top: 11px !important;
    font-size: 12px;
    line-height: 1.52;
  }

  .f3p-hero__content .f3p-actions {
    position: absolute;
    top: 482px;
    left: 0;
    width: 100%;
    margin: 0;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .f3p-hero__content .f3p-btn {
    width: calc((100% - 10px) / 2);
    min-width: 0;
    min-height: 47px;
    padding: 10px 6px;
    flex: 0 0 calc((100% - 10px) / 2);
    gap: 8px;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
  }

  .f3p-metrics--hero {
    bottom: 0;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 15px;
  }

  .f3p-metrics--hero article {
    min-height: 82px;
    padding: 12px 13px;
    gap: 10px;
  }

  .f3p-metrics--hero .f3p-icon {
    width: 33px;
    height: 33px;
  }

  .f3p-metrics strong {
    font-size: 22px;
  }

  .f3p-metrics article span {
    margin-top: 4px;
    font-size: 10px;
  }

  .f3p-overview-cards {
    padding-top: 18px;
    padding-bottom: 27px;
  }

  .f3p-feature-grid--four,
  .f3p-detail-grid--exterior,
  .f3p-detail-grid--interior,
  .f3p-service-card-grid,
  .f3p-connect__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .f3p-media-card {
    min-height: 166px;
    border-radius: 13px;
  }

  .f3p-media-card > div {
    width: 61%;
    padding: 14px 0 0 13px;
  }

  .f3p-media-card h3 {
    font-size: 15px;
  }

  .f3p-media-card p {
    margin-top: 5px;
    font-size: 10px;
  }

  .f3p-media-card img,
  .f3p-media-card > .f3p-sprite {
    width: 74%;
  }

  .f3p-media-card > a {
    bottom: 10px;
    left: 12px;
    width: 31px;
    height: 31px;
  }

  .f3p-trust-strip {
    margin-top: 14px;
    padding: 12px 6px;
    border-radius: 13px;
  }

  .f3p-trust-strip > div {
    padding: 3px 8px;
    gap: 8px;
  }

  .f3p-trust-strip .f3p-icon {
    width: 28px;
    height: 28px;
  }

  .f3p-trust-strip b {
    font-size: 11px;
  }

  .f3p-trust-strip span {
    font-size: 9px;
  }

  .f3p-section-head h2,
  .f3p-exterior__lead h2,
  .f3p-interior__copy h2,
  .f3p-specs__intro h2,
  .f3p-contact__copy h2,
  .f3p-final-cta h2 {
    font-size: clamp(33px, 9vw, 40px);
  }

  .f3p-section-head {
    margin-bottom: 18px;
  }

  .f3p-section-head p,
  .f3p-exterior__lead p,
  .f3p-interior__copy p,
  .f3p-specs__intro p,
  .f3p-contact__copy > p,
  .f3p-final-cta p {
    font-size: 13px;
  }

  .f3p-journey__hero {
    min-height: 500px;
    border-radius: 18px;
    background: #d8e8ed url("../img/vf3-v2/hero-mobile.jpg") center / cover no-repeat;
  }

  .f3p-journey__hero > img {
    opacity: 0;
  }

  .f3p-journey__hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .78) 36%, rgba(255, 255, 255, .16) 66%, transparent 79%);
  }

  .f3p-journey__copy {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 27px 22px;
    text-align: left;
  }

  .f3p-journey__copy h2 {
    max-width: 78%;
    font-size: 36px;
  }

  .f3p-journey__copy h3 {
    max-width: 62%;
    margin-top: 9px;
    font-size: 15px;
  }

  .f3p-journey__copy p {
    display: none;
  }

  .f3p-journey__copy .f3p-actions {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .f3p-journey__copy .f3p-btn {
    min-width: 0;
    min-height: 45px;
    padding: 9px 8px;
    font-size: 12px;
  }

  .f3p-metrics--wide {
    margin: -21px 11px 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .f3p-metrics--wide article {
    min-height: 86px;
    padding: 12px 9px;
    gap: 7px;
  }

  .f3p-metrics--wide article:nth-child(4) {
    border-left: 0;
  }

  .f3p-metrics--wide article:nth-child(n+4) {
    border-top: 1px solid var(--f3-line);
  }

  .f3p-metrics--wide article:last-child {
    grid-column: auto;
  }

  .f3p-destinations {
    padding-top: 37px;
  }

  .f3p-destinations__grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .f3p-destination:last-child {
    grid-column: auto;
  }

  .f3p-destination {
    display: grid;
    min-height: 132px;
    grid-template-columns: 42% 58%;
  }

  .f3p-destination__image {
    width: 100%;
    height: 100%;
  }

  .f3p-destination > div {
    padding: 17px 43px 16px 15px;
  }

  .f3p-destination h3 {
    font-size: 17px;
  }

  .f3p-destination p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.35;
  }

  .f3p-exterior__lead {
    position: relative;
    display: block;
    min-height: 515px;
    border-radius: 18px;
    background: #f6f3ed url("../img/vf3-v2/hero-mobile.jpg") center / cover no-repeat;
  }

  .f3p-exterior__lead > img {
    position: absolute;
    inset: 0;
    height: 100%;
    opacity: 0;
  }

  .f3p-exterior__lead > div {
    position: absolute;
    z-index: 1;
    inset: 0;
    padding: 28px 22px 18px;
    justify-content: flex-start;
    background: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .78) 39%, transparent 69%);
  }

  .f3p-exterior__lead h2 {
    max-width: 78%;
  }

  .f3p-exterior__lead p {
    max-width: 58%;
    margin-top: 12px;
  }

  .f3p-facts-inline {
    width: 100%;
    margin-top: auto;
    background: rgba(255, 255, 255, .92);
  }

  .f3p-facts-inline > span {
    padding: 14px 5px;
    flex-direction: column;
    font-size: 10px;
    text-align: center;
  }

  .f3p-detail-card,
  .f3p-interior-card {
    border-radius: 13px;
  }

  .f3p-detail-card > .f3p-sprite,
  .f3p-interior-card > .f3p-sprite {
    height: 120px;
  }

  .f3p-detail-card > div,
  .f3p-interior-card__head {
    min-height: 105px;
    padding: 13px;
  }

  .f3p-detail-card h3,
  .f3p-interior-card h3 {
    font-size: 13px;
  }

  .f3p-detail-card p,
  .f3p-interior-card p {
    font-size: 10px;
  }

  .f3p-lineup,
  .f3p-color-lineup {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .f3p-lineup > div,
  .f3p-color-lineup > div {
    padding: 15px;
  }

  .f3p-lineup > img,
  .f3p-color-lineup > img {
    --f3-img-height: 128px;
    height: 128px;
  }

  .f3p-lineup > a {
    margin: 0;
    padding: 12px 15px;
    border-top: 1px solid var(--f3-line);
  }

  .f3p-interior__main {
    min-height: 470px;
    border-radius: 18px;
  }

  .f3p-interior__main > img {
    object-position: 57% center;
  }

  .f3p-interior__main::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .7) 38%, transparent 69%);
  }

  .f3p-interior__copy {
    width: 72%;
    padding: 29px 23px;
    color: var(--f3-ink);
    text-align: left;
  }

  .f3p-interior__copy h2 {
    color: var(--f3-ink);
  }

  .f3p-interior__copy h3 {
    margin-top: 9px;
    font-size: 16px;
  }

  .f3p-interior__copy p {
    margin-top: 10px;
    color: var(--f3-muted);
    font-size: 11px;
  }

  .f3p-interior-card__head {
    display: flex;
  }

  .f3p-interior-card__head > .f3p-icon {
    margin-bottom: 9px;
  }

  .f3p-color-stage {
    min-height: 460px;
    border-radius: 18px;
  }

  .f3p-color-stage__bg {
    object-position: 62% center;
  }

  .f3p-color-stage::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .64) 43%, transparent 70%);
  }

  .f3p-color-stage__copy {
    width: 100%;
    padding: 24px 20px;
    text-align: center;
  }

  .f3p-color-stage__copy h2 {
    font-size: 37px;
  }

  .f3p-color-stage__copy h3 {
    margin-top: 13px;
    font-size: 14px;
  }

  .f3p-color-stage__car {
    --f3-img-height: 62%;
    right: 0;
    bottom: -2%;
    width: 100%;
    height: 62%;
  }

  .f3p-color-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .f3p-color-card {
    min-height: 158px;
  }

  .f3p-color-card:last-child {
    grid-column: 1 / -1;
  }

  .f3p-color-card img {
    --f3-img-height: 88px;
    height: 88px;
  }

  .f3p-specs__intro {
    min-height: 280px;
    grid-template-columns: 58% 42%;
    border-radius: 18px;
  }

  .f3p-specs__intro > div {
    padding: 22px 0 22px 20px;
    text-align: left;
  }

  .f3p-specs__intro h2 {
    font-size: 27px;
  }

  .f3p-specs__intro > img {
    height: 100%;
  }

  .f3p-seat-card {
    min-height: 205px;
    grid-template-columns: 29% 71%;
  }

  .f3p-seat-card strong {
    padding: 0 0 0 23px;
    font-size: 60px;
    text-align: left;
  }

  .f3p-seat-card img {
    --f3-img-height: 205px;
    height: 205px;
  }

  .f3p-spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .f3p-spec-grid article {
    min-height: 108px;
    padding: 16px 13px;
    gap: 9px;
  }

  .f3p-spec-grid article:nth-child(odd) {
    border-left: 0;
  }

  .f3p-spec-grid article:nth-child(n+3) {
    border-top: 1px solid var(--f3-line);
  }

  .f3p-spec-grid article:last-child {
    grid-column: 1 / -1;
  }

  .f3p-spec-grid strong {
    font-size: 18px;
  }

  .f3p-dimensions {
    padding: 22px 13px 18px;
  }

  .f3p-dimensions > img {
    --f3-img-height: 245px;
    height: 245px;
  }

  .f3p-dimensions__labels {
    margin-top: -7px;
    font-size: 11px;
  }

  .f3p-dimensions > p {
    font-size: 14px;
  }

  .f3p-charging__scene,
  .f3p-service__scene {
    min-height: 520px;
    border-radius: 18px;
  }

  .f3p-charging__scene picture img,
  .f3p-service__scene picture img {
    object-position: center;
  }

  .f3p-charging__scene::after,
  .f3p-service__scene::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .67) 40%, transparent 72%);
  }

  .f3p-charging__scene > div,
  .f3p-service__scene > div {
    width: 75%;
    padding: 29px 23px;
    color: var(--f3-ink);
    text-align: left;
  }

  .f3p-charging__scene h2,
  .f3p-service__scene h2 {
    color: var(--f3-ink);
    font-size: 36px;
  }

  .f3p-charging__scene h3 {
    color: var(--f3-red);
    font-size: 16px;
  }

  .f3p-charging__scene p,
  .f3p-service__scene p {
    color: var(--f3-muted);
    font-size: 11px;
  }

  .f3p-benefit-grid {
    margin: -27px 12px 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .f3p-benefit-grid article {
    min-height: 154px;
    padding: 17px 14px;
  }

  .f3p-benefit-grid article:nth-child(3) {
    border-left: 0;
  }

  .f3p-benefit-grid article:nth-child(n+3) {
    border-top: 1px solid var(--f3-line);
  }

  .f3p-benefit-grid h3 {
    font-size: 15px;
  }

  .f3p-wide-card {
    min-height: 138px;
    grid-template-columns: 58% 42% !important;
    border-radius: 15px;
  }

  .f3p-wide-card:nth-child(even) > div {
    order: 0;
  }

  .f3p-wide-card > div {
    padding: 16px 14px;
    gap: 10px;
  }

  .f3p-wide-card > div b {
    font-size: 15px;
  }

  .f3p-wide-card > .f3p-sprite {
    min-height: 138px;
  }

  .f3p-version-grid {
    grid-template-columns: 1fr;
  }

  .f3p-version-card {
    min-height: 310px;
    grid-template-columns: 45% 55%;
  }

  .f3p-version-card > div {
    padding: 25px 0 22px 20px;
  }

  .f3p-version-card h3 {
    font-size: 27px;
  }

  .f3p-version-card > img {
    width: 112%;
    height: 100%;
    order: 0;
    transform: translateX(-9%);
  }

  .f3p-version-card__actions .f3p-btn {
    width: 100%;
    min-width: 0;
    min-height: 41px;
    flex: 0 0 auto;
    padding-inline: 12px;
    font-size: 12px;
  }

  .f3p-version-traits,
  .f3p-service-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .f3p-version-traits > div,
  .f3p-service-strip > div {
    padding: 14px 7px;
  }

  .f3p-version-traits > div + div,
  .f3p-service-strip > div + div {
    border-top: 0;
    border-left: 1px solid var(--f3-line);
  }

  .f3p-versions__cta {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    text-align: center;
  }

  .f3p-versions__cta .f3p-btn {
    width: 100%;
  }

  .f3p-service__scene .f3p-actions {
    display: none;
  }

  .f3p-service__scene > div {
    width: 92%;
  }

  .f3p-service__scene h2 {
    font-size: 34px;
  }

  .f3p-service__scene .f3p-eyebrow {
    color: var(--f3-red);
  }

  .f3p-warranty-grid {
    margin: -24px 10px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .f3p-warranty-card {
    min-height: 302px;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto 142px;
    align-content: start;
  }

  .f3p-warranty-card > .f3p-icon {
    width: 33px;
    height: 33px;
    margin: 20px 0 0 12px;
  }

  .f3p-warranty-card > div {
    padding: 18px 7px 8px 8px;
  }

  .f3p-warranty-card strong {
    font-size: 36px;
  }

  .f3p-warranty-card img {
    --f3-img-height: 142px;
    grid-column: 1 / -1;
    width: 100%;
    height: 142px;
  }

  .f3p-service-card {
    min-height: 265px;
  }

  .f3p-service-card > div {
    min-height: 132px;
    padding: 14px;
  }

  .f3p-service-card > .f3p-sprite {
    height: 133px;
  }

  .f3p-service-title-desktop {
    display: none;
  }

  .f3p-service-title-mobile {
    display: inline;
  }

  .f3p-service__scene {
    min-height: 430px;
  }

  .f3p-service__scene > div {
    width: 80%;
    padding: 30px 23px;
  }

  .f3p-service__scene h2 {
    font-size: 43px;
    line-height: .98;
  }

  .f3p-service__scene p {
    max-width: 270px;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.55;
  }

  .f3p-warranty-grid {
    margin-top: -28px;
  }

  .f3p-warranty-card {
    min-height: 275px;
    grid-template-rows: auto 120px;
  }

  .f3p-warranty-card img {
    --f3-img-height: 120px;
    height: 120px;
  }

  .f3p-service-card-grid {
    margin-top: 14px;
  }

  .f3p-service-card {
    min-height: 310px;
  }

  .f3p-service-card > div {
    min-height: 154px;
  }

  .f3p-service-card > .f3p-sprite {
    height: 156px;
  }

  .f3p-service-card h3 {
    font-size: 17px;
  }

  .f3p-service-card p {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.48;
  }

  .f3p-service .f3p-service-strip {
    min-height: 98px;
    margin-top: 14px;
    padding: 11px 5px;
  }

  .f3p-service .f3p-service-strip .f3p-icon {
    width: 29px;
    height: 29px;
  }

  .f3p-service .f3p-service-strip b {
    font-size: 11px;
  }

  .f3p-service .f3p-service-strip span {
    font-size: 9px;
  }

  .f3p-service-mobile-actions {
    display: grid;
    margin-top: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .f3p-service-mobile-actions .f3p-btn {
    min-width: 0;
    min-height: 49px;
    padding-inline: 9px;
    font-size: 12px;
  }

  .f3p-mobile-service-pages {
    display: block;
    margin-top: 30px;
  }

  .f3p-mobile-service-panel + .f3p-mobile-service-panel {
    margin-top: 34px;
  }

  .f3p-mobile-service-hero {
    position: relative;
    min-height: 375px;
    overflow: hidden;
    border-radius: 18px;
  }

  .f3p-mobile-service-hero > img {
    --f3-img-height: 375px;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 375px;
    object-fit: cover;
    object-position: 58% 68%;
  }

  .f3p-mobile-service-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .74) 43%, transparent 73%);
  }

  .f3p-mobile-service-hero > div {
    position: relative;
    z-index: 2;
    padding: 28px 23px;
  }

  .f3p-mobile-service-hero h2,
  .f3p-mobile-support-hero h2 {
    margin-top: 12px;
    font-size: 42px;
    letter-spacing: -.055em;
    line-height: .98;
  }

  .f3p-mobile-service-hero p,
  .f3p-mobile-support-hero p {
    max-width: 260px;
    margin-top: 14px;
    color: var(--f3-muted);
    font-size: 13px;
  }

  .f3p-mobile-service-grid,
  .f3p-mobile-support-grid {
    display: grid;
    margin-top: 13px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .f3p-mobile-service-card {
    position: relative;
    min-height: 315px;
    overflow: hidden;
    border: 1px solid var(--f3-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 25, 35, .07);
  }

  .f3p-mobile-service-card > .f3p-icon,
  .f3p-mobile-support-card > .f3p-icon {
    position: absolute;
    z-index: 3;
    top: 19px;
    left: 17px;
    width: 37px;
    height: 37px;
    color: var(--f3-red);
  }

  .f3p-mobile-service-card > div {
    position: relative;
    z-index: 2;
    min-height: 138px;
    padding: 20px 12px 12px 62px;
    background: linear-gradient(#fff 78%, rgba(255, 255, 255, .88));
  }

  .f3p-mobile-service-card h3,
  .f3p-mobile-support-card h3 {
    font-size: 17px;
    line-height: 1.2;
  }

  .f3p-mobile-service-card p,
  .f3p-mobile-support-card p {
    margin-top: 8px;
    color: var(--f3-muted);
    font-size: 11px;
    line-height: 1.48;
  }

  .f3p-mobile-service-card > .f3p-sprite {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 178px;
  }

  .f3p-mobile-service-card > a,
  .f3p-mobile-support-card > a {
    position: absolute;
    z-index: 4;
    bottom: 13px;
    left: 13px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: var(--f3-red);
    color: #fff;
  }

  .f3p-mobile-service-card > a .f3p-icon,
  .f3p-mobile-support-card > a .f3p-icon {
    width: 19px;
    height: 19px;
  }

  .f3p-mobile-service-trust {
    display: grid;
    margin-top: 13px;
    padding: 14px 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--f3-line);
    border-radius: 15px;
    background: #fff;
  }

  .f3p-mobile-service-trust > div {
    display: flex;
    min-width: 0;
    padding: 3px 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .f3p-mobile-service-trust > div + div {
    border-left: 1px solid var(--f3-line);
  }

  .f3p-mobile-service-trust .f3p-icon {
    width: 29px;
    height: 29px;
    color: var(--f3-red);
  }

  .f3p-mobile-service-trust span {
    margin-top: 8px;
    color: var(--f3-muted);
    font-size: 9px;
    line-height: 1.4;
  }

  .f3p-mobile-service-trust b {
    display: block;
    margin-bottom: 4px;
    color: var(--f3-ink);
    font-size: 11px;
  }

  .f3p-mobile-service-cta {
    width: 100%;
    min-height: 52px;
    margin-top: 13px;
  }

  .f3p-mobile-support-hero {
    position: relative;
    display: grid;
    min-height: 230px;
    overflow: hidden;
    grid-template-columns: 61% 39%;
    border: 1px solid var(--f3-line);
    border-radius: 18px;
    background: #fff;
  }

  .f3p-mobile-support-hero > div {
    position: relative;
    z-index: 2;
    padding: 28px 0 22px 23px;
  }

  .f3p-mobile-support-hero h2 {
    font-size: 29px;
  }

  .f3p-mobile-support-hero > .f3p-sprite {
    height: 100%;
  }

  .f3p-mobile-support-card {
    position: relative;
    min-height: 265px;
    padding: 72px 16px 135px;
    overflow: hidden;
    border: 1px solid var(--f3-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 25, 35, .07);
  }

  .f3p-mobile-support-card > .f3p-sprite,
  .f3p-mobile-support-card > img {
    --f3-img-height: 130px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .f3p-mobile-warranty-band {
    display: grid;
    min-height: 112px;
    margin-top: 13px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    border-radius: 16px;
    background: linear-gradient(90deg, #fff4f4, #fff9f9);
  }

  .f3p-mobile-warranty-band > div {
    display: flex;
    padding: 15px 18px;
    align-items: center;
    gap: 12px;
  }

  .f3p-mobile-warranty-band > div + div {
    border-left: 1px solid rgba(226, 27, 45, .2);
  }

  .f3p-mobile-warranty-band .f3p-icon {
    width: 42px;
    height: 42px;
    color: var(--f3-red);
  }

  .f3p-mobile-warranty-band span {
    color: var(--f3-muted);
    font-size: 10px;
    line-height: 1.35;
  }

  .f3p-mobile-warranty-band b {
    display: block;
    color: var(--f3-ink);
    font-size: 24px;
    line-height: 1;
  }

  .f3p-mobile-warranty-band small {
    font-size: 12px;
  }

  .f3p-mobile-warranty-band em {
    color: var(--f3-red);
    font-style: normal;
  }

  .f3p-contact {
    min-height: 0;
  }

  .f3p-contact__media,
  .f3p-contact__media img {
    height: 520px;
  }

  .f3p-contact__media img {
    --f3-img-height: 520px;
  }

  .f3p-contact__media img {
    object-position: center top;
  }

  .f3p-contact::after {
    height: 520px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .72) 42%, transparent 76%);
  }

  .f3p-contact__grid {
    min-height: 0;
    padding-top: 35px;
    padding-bottom: 31px;
    gap: 178px;
  }

  .f3p-contact__copy {
    width: 70%;
    color: var(--f3-ink);
    text-align: left;
  }

  .f3p-contact__copy .f3p-brand-pill {
    display: none;
    justify-content: flex-start;
    border-color: rgba(22, 29, 38, .18);
    background: rgba(255, 255, 255, .86);
    color: var(--f3-red);
  }

  .f3p-contact__copy .f3p-brand-pill b,
  .f3p-contact__copy h2 {
    color: var(--f3-ink);
  }

  .f3p-contact__copy h2 {
    margin-top: 15px;
  }

  .f3p-contact__copy > p {
    color: var(--f3-muted);
    font-size: 12px;
  }

  .f3p-contact__promises {
    justify-content: flex-start;
    gap: 18px;
    font-size: 12px;
  }

  .f3p-contact__promises .f3p-icon {
    color: var(--f3-red);
  }

  .f3p-form {
    padding: 24px 18px;
    border: 1px solid var(--f3-line);
    border-radius: 17px;
    box-shadow: var(--f3-shadow);
  }

  .f3p-form h3 {
    font-size: 23px;
  }

  .f3p-form__row {
    grid-template-columns: 1fr;
  }

  .f3p-form__needs {
    grid-template-columns: repeat(2, 1fr);
  }

  .f3p-form__needs label:last-child {
    grid-column: 1 / -1;
  }

  .f3p-form__actions {
    flex-direction: column;
  }

  .f3p-form__trust > span {
    flex-direction: column;
    text-align: center;
  }

  .f3p-connect__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .f3p-connect-card {
    min-height: 232px;
    padding: 17px;
  }

  .f3p-connect-card > a {
    bottom: 17px;
    left: 17px;
    font-size: 11px;
  }

  .f3p-final-cta {
    position: relative;
    min-height: 270px;
    grid-template-columns: 54% 46%;
    border-radius: 18px;
    border: 1px solid var(--f3-line);
    background: #fff;
    color: var(--f3-ink);
    box-shadow: 0 14px 34px rgba(16, 25, 35, .08);
    text-align: left;
  }

  .f3p-final-cta > div {
    position: static;
    z-index: 2;
    padding: 27px 0 92px 24px;
  }

  .f3p-final-cta h2 {
    color: var(--f3-ink);
    font-size: 32px;
    line-height: 1.04;
  }

  .f3p-final-cta p {
    max-width: 240px;
    color: var(--f3-muted);
    font-size: 12px;
  }

  .f3p-final-cta .f3p-actions {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .f3p-final-cta .f3p-btn {
    min-width: 0;
    min-height: 49px;
    padding-inline: 9px;
    font-size: 12px;
  }

  .f3p-final-cta > img {
    --f3-img-height: 175px;
    width: 120%;
    height: 175px;
    align-self: center;
    object-fit: contain;
    mix-blend-mode: multiply;
    transform: translateX(-13%);
  }

  .f3p-connect {
    background: #fff url("../img/vf3-v2/hero-mobile.jpg") center top / 100% 500px no-repeat;
  }

  .f3p-connect .f3p-section-head {
    min-height: 420px;
    margin-bottom: 14px;
    padding: 18px 14px;
    align-items: flex-start;
  }

  .f3p-connect .f3p-section-head > div {
    max-width: 58%;
  }

  .f3p-connect-card > .f3p-icon {
    width: 34px;
    height: 34px;
  }

  .f3p-connect-card h3 {
    margin-top: 13px;
    font-size: 16px;
  }

  .f3p-connect-card p {
    margin-top: 7px;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .f3p-wrap {
    width: calc(100% - 22px);
  }

  .f3p-scene {
    min-height: 690px;
  }

  .f3p-scene__media,
  .f3p-scene__media img,
  .f3p-scene__veil {
    height: 548px;
  }

  .f3p-hero__content h1 {
    font-size: 41px;
  }

  .f3p-subtitle {
    font-size: 15px;
  }

  .f3p-copy {
    font-size: 12px;
  }

  .f3p-hero__content .f3p-actions {
    top: 468px;
  }

  .f3p-feature-grid--four,
  .f3p-detail-grid--exterior,
  .f3p-detail-grid--interior,
  .f3p-service-card-grid {
    gap: 9px;
  }

  .f3p-media-card {
    min-height: 160px;
  }

  .f3p-media-card > div {
    padding-left: 12px;
  }

  .f3p-media-card h3 {
    font-size: 15px;
  }

  .f3p-detail-card > div,
  .f3p-interior-card__head {
    padding: 13px;
  }

  .f3p-contact__grid {
    gap: 168px;
  }
}

@media (min-width: 901px) {
  .f3p-desktop-only {
    display: flex !important;
  }

  /* Hero: keep the specifications on the paving, as in the desktop mockup. */
  .f3p-metrics--hero {
    right: auto;
    bottom: 23px;
    left: max(72px, calc((100vw - 1510px) / 2));
    width: min(760px, calc(100% - 144px));
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .f3p-metrics--hero article {
    min-height: 76px;
    padding: 8px 20px;
    gap: 13px;
  }

  .f3p-metrics--hero article:first-child {
    padding-left: 0;
  }

  .f3p-metrics--hero .f3p-icon {
    width: 31px;
    height: 31px;
  }

  .f3p-metrics--hero strong {
    font-size: 25px;
  }

  .f3p-metrics--hero article span {
    margin-top: 4px;
    font-size: 11px;
  }

  .f3p-overview-cards > .f3p-trust-strip {
    display: none;
  }

  .f3p-color-stage__car {
    right: 0;
  }

  /* The desktop mockup ends at the contact form; the location cards are mobile-only. */
  .f3p-connect {
    display: none;
  }

  /* Colors use a full-bleed stage followed by one compact selector row. */
  .f3p-colors {
    padding: 0 0 26px;
  }

  .f3p-colors > .f3p-wrap {
    width: 100%;
  }

  .f3p-color-stage {
    min-height: 600px;
    border-radius: 0;
  }

  .f3p-color-stage__copy {
    padding-left: max(68px, calc((100vw - 1536px) / 2 + 68px));
  }

  .f3p-color-grid {
    width: min(1536px, calc(100% - 136px));
    margin: 24px auto 0;
  }

  .f3p-color-card {
    min-height: 214px;
    padding-top: 14px;
  }

  .f3p-color-card img {
    --f3-img-height: 132px;
    height: 132px;
  }

  .f3p-colors .f3p-color-lineup {
    display: none;
  }

  /* Journey: one desktop viewport contains scene, destinations and assurance. */
  .f3p-journey {
    padding: 0 0 22px;
  }

  .f3p-journey > .f3p-wrap {
    width: 100%;
  }

  .f3p-journey__hero {
    min-height: 515px;
    border-radius: 0;
  }

  .f3p-journey__copy {
    width: 49%;
    padding: 55px max(78px, calc((100vw - 1510px) / 2 + 52px));
    padding-right: 30px;
  }

  .f3p-journey__copy h2 {
    font-size: clamp(58px, 4.7vw, 76px);
  }

  .f3p-journey__copy h3 {
    margin-top: 15px;
    font-size: 20px;
  }

  .f3p-journey__copy p {
    margin-top: 10px;
    font-size: 14px;
  }

  .f3p-journey__copy .f3p-actions {
    margin-top: 20px;
  }

  .f3p-metrics--wide {
    width: min(1360px, calc(100% - 160px));
    margin: -34px auto 0;
    grid-template-columns: repeat(6, 1fr);
  }

  .f3p-metrics--wide article {
    min-height: 91px;
    padding: 16px 15px;
    gap: 11px;
  }

  .f3p-metrics--wide .f3p-icon {
    width: 30px;
    height: 30px;
  }

  .f3p-metrics--wide strong {
    font-size: 22px;
  }

  .f3p-metrics--wide article span {
    font-size: 10px;
  }

  .f3p-destinations {
    display: grid;
    width: min(1510px, calc(100% - 150px));
    margin: 25px auto 0;
    padding: 0;
    grid-template-columns: 285px minmax(0, 1fr);
    align-items: stretch;
    gap: 18px;
  }

  .f3p-destinations .f3p-section-head {
    margin: 0;
    align-items: flex-start;
  }

  .f3p-destinations .f3p-section-head h2 {
    font-size: 27px;
    letter-spacing: -.035em;
  }

  .f3p-destinations .f3p-section-head p {
    margin-top: 12px;
    font-size: 13px;
  }

  .f3p-destinations .f3p-section-head .f3p-btn {
    width: 210px;
    min-height: 43px;
    margin-top: 19px;
    padding: 10px 18px;
    font-size: 12px;
  }

  .f3p-destinations__grid {
    gap: 14px;
  }

  .f3p-destination {
    min-height: 220px;
    color: #fff;
  }

  .f3p-destination::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 35%, rgba(4, 10, 16, .82));
  }

  .f3p-destination__image {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .f3p-destination > div {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 17px 50px 16px 18px;
  }

  .f3p-destination h3 {
    font-size: 18px;
  }

  .f3p-destination p {
    margin-top: 4px;
    color: rgba(255, 255, 255, .84);
    font-size: 11px;
    line-height: 1.35;
  }

  .f3p-destination > a {
    right: 13px;
    bottom: 13px;
    left: auto;
    width: 34px;
    height: 34px;
  }

  .f3p-journey-trust,
  .f3p-interior-trust,
  .f3p-charging-strip {
    display: grid !important;
    width: min(1510px, calc(100% - 150px));
    min-height: 72px;
    margin: 18px auto 0;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--f3-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
  }

  .f3p-journey-trust > div,
  .f3p-interior-trust > div,
  .f3p-charging-strip > div {
    display: flex;
    padding: 12px 22px;
    align-items: center;
    justify-content: center;
    gap: 13px;
  }

  .f3p-journey-trust > div + div,
  .f3p-interior-trust > div + div,
  .f3p-charging-strip > div + div {
    border-left: 1px solid var(--f3-line);
  }

  .f3p-journey-trust .f3p-icon,
  .f3p-interior-trust .f3p-icon,
  .f3p-charging-strip .f3p-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    color: var(--f3-red);
  }

  .f3p-journey-trust span,
  .f3p-interior-trust span,
  .f3p-charging-strip span {
    display: flex;
    flex-direction: column;
    color: var(--f3-muted);
    font-size: 10px;
  }

  .f3p-journey-trust b,
  .f3p-interior-trust b,
  .f3p-charging-strip b {
    margin-bottom: 2px;
    color: var(--f3-ink);
    font-size: 12px;
  }

  /* Exterior: image is the section, with the copy laid over its light side. */
  .f3p-exterior {
    padding: 0 0 22px;
  }

  .f3p-exterior > .f3p-wrap {
    width: 100%;
  }

  .f3p-exterior__lead {
    position: relative;
    display: block;
    min-height: 552px;
    border-radius: 0;
  }

  .f3p-exterior__lead > img {
    position: absolute;
    inset: 0;
    object-position: center;
  }

  .f3p-exterior__lead::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .94) 27%, rgba(255, 255, 255, .45) 47%, transparent 68%);
  }

  .f3p-exterior__lead > div {
    position: relative;
    z-index: 2;
    width: 51%;
    min-height: 552px;
    padding: 55px max(78px, calc((100vw - 1510px) / 2 + 52px));
    padding-right: 25px;
    background: transparent;
  }

  .f3p-exterior__lead h2 {
    font-size: clamp(54px, 4.4vw, 72px);
  }

  .f3p-exterior__lead p {
    max-width: 500px;
    margin-top: 17px;
    font-size: 15px;
  }

  .f3p-exterior__lead .f3p-facts-inline {
    width: min(100%, 540px);
    margin-top: 24px;
  }

  .f3p-exterior__lead .f3p-actions,
  .f3p-interior__copy .f3p-actions {
    margin-top: 23px;
    gap: 14px;
  }

  .f3p-exterior__lead .f3p-btn,
  .f3p-interior__copy .f3p-btn {
    min-width: 178px;
    min-height: 45px;
    padding: 10px 19px;
    font-size: 13px;
  }

  .f3p-detail-grid--exterior {
    width: min(1560px, calc(100% - 110px));
    margin: 24px auto 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .f3p-detail-grid--exterior .f3p-detail-card {
    position: relative;
    display: grid;
    min-height: 246px;
    grid-template-columns: 58% 42%;
  }

  .f3p-detail-grid--exterior .f3p-detail-card:nth-child(4) {
    display: none;
  }

  .f3p-detail-grid--exterior .f3p-detail-card > .f3p-sprite {
    height: 246px;
  }

  .f3p-detail-grid--exterior .f3p-detail-card > div {
    min-height: 0;
    padding: 58px 20px 20px;
  }

  .f3p-detail-grid--exterior .f3p-detail-card:nth-child(3) > div {
    order: -1;
  }

  .f3p-detail-grid--exterior .f3p-detail-card:first-child {
    display: block;
  }

  .f3p-detail-grid--exterior .f3p-detail-card:first-child > .f3p-sprite {
    width: 100%;
    height: 246px;
  }

  .f3p-detail-grid--exterior .f3p-detail-card:first-child > div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 22px 18px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .96));
  }

  .f3p-exterior .f3p-lineup {
    width: min(1560px, calc(100% - 110px));
    min-height: 82px;
    margin: 14px auto 0;
    grid-template-columns: 28% 1fr auto;
  }

  .f3p-exterior .f3p-lineup > div {
    padding: 13px 26px;
  }

  .f3p-exterior .f3p-lineup > img {
    --f3-img-height: 80px;
    height: 80px;
  }

  /* Interior: the mockup uses a bright left veil rather than a dark panel. */
  .f3p-interior {
    padding: 36px 0 22px;
    background: #fff;
  }

  .f3p-interior__main {
    min-height: 510px;
    color: var(--f3-ink);
  }

  .f3p-interior__main::after {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .95) 25%, rgba(255, 255, 255, .46) 43%, transparent 66%);
  }

  .f3p-interior__copy {
    width: 42%;
    padding: 62px 55px;
    color: var(--f3-ink);
  }

  .f3p-interior__copy h2 {
    color: var(--f3-ink);
    font-size: 61px;
  }

  .f3p-interior__copy h3 {
    max-width: 440px;
    margin-top: 12px;
    font-size: 22px;
  }

  .f3p-interior__copy p {
    max-width: 440px;
    margin-top: 13px;
    color: var(--f3-muted);
    font-size: 13px;
  }

  .f3p-detail-grid--interior {
    margin-top: 17px;
    gap: 12px;
  }

  .f3p-detail-grid--interior .f3p-interior-card {
    min-height: 260px;
  }

  .f3p-detail-grid--interior .f3p-interior-card__head {
    min-height: 105px;
    padding: 17px 20px;
  }

  .f3p-detail-grid--interior .f3p-interior-card > .f3p-sprite {
    height: 155px;
  }

  .f3p-detail-grid--interior .f3p-interior-card h3 {
    font-size: 16px;
  }

  .f3p-detail-grid--interior .f3p-interior-card p {
    font-size: 11px;
  }

  .f3p-interior-trust {
    width: 100%;
    margin-top: 14px;
  }

  /* Specifications: two-column composition over the Ninh Binh scene. */
  .f3p-specs {
    min-height: 930px;
    padding: 54px 0 31px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .36)), url("../img/vf3-v2/color-stage.jpg") center / cover no-repeat;
  }

  .f3p-specs .f3p-wrap {
    display: grid;
    grid-template-columns: 34% 66%;
    grid-template-areas:
      "intro dimensions"
      "seat dimensions"
      "metrics metrics"
      "eco eco"
      "actions actions";
    grid-template-rows: 228px 145px 124px 90px 48px;
    gap: 17px;
  }

  .f3p-specs__intro {
    display: block;
    min-height: 0;
    grid-area: intro;
    overflow: visible;
    background: transparent;
  }

  .f3p-specs__intro > div {
    padding: 7px 24px 0 0;
  }

  .f3p-specs__intro h2 {
    font-size: 58px;
  }

  .f3p-specs__intro p {
    margin-top: 14px;
    font-size: 14px;
  }

  .f3p-specs__intro > img {
    display: none;
  }

  .f3p-seat-card {
    min-height: 0;
    margin: 0;
    grid-area: seat;
    grid-template-columns: 31% 69%;
  }

  .f3p-seat-card strong {
    padding-left: 28px;
    font-size: 62px;
  }

  .f3p-seat-card strong small {
    margin-top: 10px;
    font-size: 15px;
  }

  .f3p-seat-card img {
    --f3-img-height: 145px;
    height: 145px;
  }

  .f3p-dimensions {
    margin: 0;
    padding: 15px 24px 12px;
    grid-area: dimensions;
  }

  .f3p-dimensions h3 {
    display: none;
  }

  .f3p-dimensions > img {
    --f3-img-height: 300px;
    height: 300px;
    margin: 0;
  }

  .f3p-dimensions__labels {
    margin: -8px auto 0;
    font-size: 12px;
  }

  .f3p-dimensions > p {
    margin-top: 10px;
    font-size: 13px;
  }

  .f3p-dimensions > small {
    margin-top: 3px;
    font-size: 10px;
  }

  .f3p-spec-grid {
    margin: 0;
    grid-area: metrics;
  }

  .f3p-spec-grid article {
    min-height: 122px;
    padding: 19px 22px;
  }

  .f3p-specs__eco {
    display: grid !important;
    min-height: 90px;
    overflow: hidden;
    grid-area: eco;
    grid-template-columns: 58px 250px minmax(0, 1fr) 315px;
    align-items: center;
    border: 1px solid var(--f3-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
  }

  .f3p-specs__eco > .f3p-icon {
    width: 38px;
    height: 38px;
    margin-left: 20px;
    color: var(--f3-red);
  }

  .f3p-specs__eco > div {
    display: contents;
  }

  .f3p-specs__eco h3 {
    padding-left: 22px;
    font-size: 19px;
  }

  .f3p-specs__eco p {
    padding: 0 25px;
    color: var(--f3-muted);
    font-size: 12px;
  }

  .f3p-specs__eco img {
    --f3-img-height: 90px;
    width: 100%;
    height: 90px;
    object-fit: cover;
  }

  .f3p-specs__actions {
    display: flex !important;
    margin: 0;
    grid-area: actions;
    gap: 14px;
  }

  .f3p-specs__actions .f3p-btn {
    min-height: 45px;
  }

  /* Charging: compact lower cards keep the full section within one screen. */
  .f3p-charging {
    padding: 0 0 25px;
  }

  .f3p-charging > .f3p-wrap {
    width: 100%;
  }

  .f3p-charging__scene {
    min-height: 580px;
    border-radius: 0;
    color: var(--f3-ink);
  }

  .f3p-charging__scene::after {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .93) 27%, rgba(255, 255, 255, .4) 47%, transparent 67%);
  }

  .f3p-charging__scene > div {
    width: 44%;
    padding: 80px max(78px, calc((100vw - 1510px) / 2 + 52px));
    padding-right: 20px;
    color: var(--f3-ink);
  }

  .f3p-charging__scene .f3p-brand-pill {
    width: max-content;
    margin-bottom: 22px;
  }

  .f3p-charging__scene h2 {
    color: var(--f3-ink);
    font-size: 68px;
  }

  .f3p-charging__scene h3 {
    margin-top: 13px;
    color: var(--f3-ink);
    font-size: 22px;
  }

  .f3p-charging__scene p {
    max-width: 440px;
    color: var(--f3-muted);
    font-size: 13px;
  }

  .f3p-benefit-grid {
    position: relative;
    z-index: 3;
    width: 650px;
    margin: -185px 0 0 max(78px, calc((100vw - 1510px) / 2 + 52px));
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .f3p-benefit-grid article {
    min-height: 108px;
    padding: 12px 15px;
  }

  .f3p-benefit-grid article + article {
    border-color: rgba(113, 124, 136, .34);
  }

  .f3p-benefit-grid .f3p-icon {
    width: 30px;
    height: 30px;
  }

  .f3p-benefit-grid h3 {
    margin-top: 10px;
    font-size: 14px;
  }

  .f3p-benefit-grid p {
    display: none;
  }

  .f3p-wide-card-list {
    width: min(1490px, calc(100% - 180px));
    margin: 93px auto 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .f3p-wide-card,
  .f3p-wide-card:nth-child(even) {
    min-height: 188px;
    grid-template-columns: 58% 42%;
  }

  .f3p-wide-card:nth-child(even) > div {
    order: 0;
  }

  .f3p-wide-card > div {
    padding: 24px 17px;
    gap: 10px;
  }

  .f3p-wide-card > div > .f3p-icon {
    width: 34px;
    height: 34px;
  }

  .f3p-wide-card > div b {
    font-size: 17px;
  }

  .f3p-wide-card > div span {
    font-size: 11px;
  }

  .f3p-wide-card > .f3p-sprite {
    min-height: 188px;
  }

  .f3p-charging-strip {
    width: min(1490px, calc(100% - 180px));
    min-height: 64px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 16px;
  }

  /* Price cards sit over the same scenic context as the reference. */
  .f3p-versions {
    min-height: 900px;
    padding: 48px 0 26px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .45)), url("../img/vf3-v2/hero-desktop.jpg") center / cover no-repeat;
  }

  .f3p-versions .f3p-section-head {
    max-width: 610px;
    margin-bottom: 28px;
    justify-content: flex-start;
    text-align: left;
  }

  .f3p-versions .f3p-section-head h2 {
    font-size: 61px;
  }

  .f3p-price-note {
    width: max-content;
    min-height: 58px;
    margin: -9px 0 24px;
    padding: 10px 16px;
    align-items: center;
    gap: 11px;
    border: 1px solid var(--f3-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
    color: var(--f3-muted);
    font-size: 12px;
    line-height: 1.4;
  }

  .f3p-price-note > span {
    display: inline-grid;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: var(--f3-ink);
    font-size: 12px;
    font-weight: 700;
  }

  .f3p-version-card {
    min-height: 310px;
  }

  .f3p-version-card > div {
    padding: 31px 0 27px 38px;
  }

  .f3p-version-card h3 {
    font-size: 36px;
  }

  .f3p-version-card > div > span {
    margin-top: 11px;
  }

  .f3p-version-card__actions {
    margin-top: 20px;
  }

  .f3p-version-card__actions .f3p-btn {
    min-height: 43px;
  }

  .f3p-version-traits {
    min-height: 96px;
    grid-template-columns: 1.35fr repeat(3, 1fr);
    background: rgba(255, 255, 255, .95);
  }

  .f3p-version-traits__intro {
    justify-content: flex-start !important;
  }

  .f3p-version-traits__intro span {
    color: var(--f3-ink);
    font-size: 14px;
  }

  .f3p-versions__cta {
    min-height: 90px;
    padding: 19px 40px;
    border: 1px solid rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .86);
    color: var(--f3-ink);
    backdrop-filter: blur(12px);
  }

  .f3p-versions__cta p {
    color: var(--f3-muted);
  }

  /* Service: a light hero and exactly four desktop information cards. */
  .f3p-service {
    padding: 0 0 28px;
  }

  .f3p-service > .f3p-wrap {
    width: 100%;
  }

  .f3p-service__scene {
    min-height: 440px;
    border-radius: 0;
    color: var(--f3-ink);
  }

  .f3p-service__scene::after {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .94) 28%, rgba(255, 255, 255, .42) 48%, transparent 69%);
  }

  .f3p-service__scene > div {
    width: 46%;
    padding: 58px max(78px, calc((100vw - 1510px) / 2 + 52px));
    padding-right: 20px;
    color: var(--f3-ink);
  }

  .f3p-service__scene .f3p-eyebrow {
    color: var(--f3-red);
  }

  .f3p-service__scene h2 {
    color: var(--f3-ink);
    font-size: 58px;
  }

  .f3p-service__scene p {
    color: var(--f3-muted);
    font-size: 13px;
  }

  .f3p-service .f3p-warranty-grid,
  .f3p-service .f3p-service-card-grid {
    display: none;
  }

  .f3p-service-desktop-grid {
    display: grid !important;
    width: min(1510px, calc(100% - 150px));
    margin: 22px auto 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .f3p-service-desktop-card {
    min-height: 328px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid var(--f3-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
  }

  .f3p-service-desktop-card > .f3p-eyebrow {
    display: block;
    margin-bottom: 13px;
    color: var(--f3-red);
    font-size: 12px;
  }

  .f3p-service-desktop-card > .f3p-sprite {
    height: 165px;
    border-radius: 12px;
  }

  .f3p-service-desktop-card h3 {
    margin-top: 12px;
    font-size: 17px;
  }

  .f3p-service-desktop-card p {
    margin-top: 6px;
    color: var(--f3-muted);
    font-size: 11px;
  }

  .f3p-service-desktop-card > a {
    display: inline-flex;
    margin-top: 12px;
    align-items: center;
    gap: 7px;
    color: var(--f3-red);
    font-size: 11px;
    font-weight: 700;
  }

  .f3p-service-desktop-card__warranty {
    display: grid;
    min-height: 165px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .f3p-service-desktop-card__warranty > span {
    display: flex;
    padding: 17px 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--f3-line);
    border-radius: 12px;
  }

  .f3p-service-desktop-card__warranty .f3p-icon {
    width: 38px;
    height: 38px;
  }

  .f3p-service-desktop-card__warranty b {
    margin-top: 8px;
    color: var(--f3-red);
    font-size: 34px;
    line-height: 1;
  }

  .f3p-service-desktop-card__warranty small {
    font-size: 14px;
  }

  .f3p-service .f3p-service-strip {
    width: min(1510px, calc(100% - 150px));
    min-height: 70px;
    margin: 16px auto 0;
  }

  /* Contact in the reference is deliberately bright and airy. */
  .f3p-contact {
    min-height: 900px;
    color: var(--f3-ink);
  }

  .f3p-contact::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .56) 45%, rgba(255, 255, 255, .06) 68%);
  }

  .f3p-contact__grid {
    min-height: 900px;
  }

  .f3p-contact__copy .f3p-brand-pill {
    border-color: var(--f3-line);
    background: rgba(255, 255, 255, .72);
    color: var(--f3-red);
  }

  .f3p-contact__copy .f3p-brand-pill b {
    color: var(--f3-ink);
  }

  .f3p-contact__copy h2 {
    color: var(--f3-ink);
  }

  .f3p-contact__copy > p {
    color: #343b44;
  }

  .f3p-contact__promises .f3p-icon {
    color: var(--f3-red);
  }
}

@media (max-width: 900px) {
  .f3p-metrics--wide article:nth-child(6) {
    display: none;
  }
}

.f3p-color-mobile-head {
  display: none;
}

/* Final ratio corrections after direct desktop/mobile mockup comparison. */
@media (min-width: 901px) {
  .f3p-specs {
    min-height: 0;
    padding: 54px 0 38px;
  }

  .f3p-specs .f3p-wrap {
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
    grid-template-rows: 250px 170px 145px 100px 48px;
  }

  .f3p-specs__intro h2 {
    font-size: clamp(40px, 3.65vw, 60px);
    white-space: normal;
  }

  .f3p-specs__intro > img {
    display: none !important;
  }

  .f3p-specs-title-model {
    display: none;
  }

  .f3p-specs__intro p {
    max-width: 470px;
    font-size: 15px;
    line-height: 1.55;
  }

  .f3p-seat-card {
    grid-template-columns: 27% 73%;
  }

  .f3p-seat-card strong {
    padding-left: 30px;
  }

  .f3p-seat-card img {
    --f3-img-height: 170px;
    width: calc(100% - 18px);
    height: 170px;
    justify-self: end;
    object-fit: contain;
  }

  .f3p-dimensions {
    padding: 18px 27px 14px;
  }

  .f3p-dimensions > img {
    --f3-img-height: 335px;
    height: 335px;
    object-fit: contain;
  }

  .f3p-spec-grid article {
    min-height: 143px;
    padding: 20px 24px;
    border: 1px solid var(--f3-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
  }

  .f3p-spec-grid {
    overflow: visible;
    gap: 8px;
    border: 0;
    background: transparent;
  }

  .f3p-spec-grid article + article {
    border-left: 1px solid var(--f3-line);
  }

  .f3p-spec-grid .f3p-icon {
    width: 42px;
    height: 42px;
  }

  .f3p-spec-grid strong {
    font-size: 24px;
  }

  .f3p-spec-grid article span {
    font-size: 13px;
  }

  .f3p-specs__eco {
    min-height: 100px;
    grid-template-columns: 64px 270px minmax(0, 1fr) 330px;
  }

  .f3p-specs__eco img {
    --f3-img-height: 100px;
    height: 100px;
  }

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

@media (max-width: 720px) {
  .f3p-scene {
    min-height: 650px;
  }

  .f3p-scene__media,
  .f3p-scene__media img,
  .f3p-scene__veil {
    height: 500px;
  }

  .f3p-scene__media img {
    left: -6%;
    width: 112%;
    max-width: none;
    object-position: center 50%;
  }

  .f3p-scene__veil {
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .68) 34%, rgba(255, 255, 255, .12) 62%, transparent 78%);
  }

  .f3p-hero__content h1 {
    font-size: 50px;
  }

  .f3p-subtitle {
    font-size: 17px;
  }

  .f3p-copy {
    font-size: 13px;
  }

  .f3p-hero__content .f3p-actions {
    top: 430px;
  }

  .f3p-exterior > .f3p-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .f3p-exterior__lead {
    min-height: 545px;
    grid-column: 1 / -1;
    order: 1;
  }

  .f3p-exterior__lead > div {
    padding: 30px 24px 20px;
  }

  .f3p-exterior__lead .f3p-eyebrow,
  .f3p-exterior__lead .f3p-facts-inline {
    display: none;
  }

  .f3p-exterior__lead h2 {
    max-width: 88%;
    font-size: 39px;
    line-height: .98;
  }

  .f3p-exterior__lead p {
    max-width: 70%;
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.55;
  }

  .f3p-detail-grid--exterior {
    display: contents;
  }

  .f3p-detail-grid--exterior .f3p-detail-card {
    min-height: 280px;
  }

  .f3p-detail-grid--exterior .f3p-detail-card:nth-child(1) {
    order: 2;
  }

  .f3p-detail-grid--exterior .f3p-detail-card:nth-child(2) {
    order: 3;
  }

  .f3p-detail-grid--exterior .f3p-detail-card:nth-child(3) {
    order: 5;
  }

  .f3p-detail-grid--exterior .f3p-detail-card:nth-child(4) {
    order: 6;
  }

  .f3p-detail-grid--exterior .f3p-detail-card > .f3p-sprite {
    height: 168px;
  }

  .f3p-detail-grid--exterior .f3p-detail-card > div {
    min-height: 112px;
    padding: 14px;
  }

  .f3p-detail-grid--exterior .f3p-detail-card h3 {
    font-size: 15px;
  }

  .f3p-detail-grid--exterior .f3p-detail-card p {
    font-size: 11px;
    line-height: 1.45;
  }

  .f3p-exterior .f3p-lineup {
    min-width: 0;
    margin-top: 0;
    grid-column: 1 / -1;
    order: 4;
  }

  .f3p-exterior .f3p-lineup > img {
    --f3-img-height: 145px;
    height: 145px;
    object-fit: contain;
  }

  .f3p-interior__main {
    min-height: 590px;
  }

  .f3p-interior__copy {
    width: 88%;
    padding: 29px 24px;
  }

  .f3p-interior__copy h2 {
    font-size: 40px;
  }

  .f3p-interior__copy h3 {
    max-width: 92%;
    font-size: 19px;
    line-height: 1.3;
  }

  .f3p-interior__copy p {
    max-width: 78%;
    font-size: 13px;
    line-height: 1.5;
  }

  .f3p-detail-grid--interior .f3p-interior-card {
    min-height: 300px;
  }

  .f3p-detail-grid--interior .f3p-interior-card__head {
    min-height: 120px;
    padding: 15px;
  }

  .f3p-detail-grid--interior .f3p-interior-card > .f3p-sprite {
    height: 180px;
  }

  .f3p-detail-grid--interior .f3p-interior-card h3 {
    font-size: 15px;
  }

  .f3p-detail-grid--interior .f3p-interior-card p {
    font-size: 11px;
    line-height: 1.45;
  }

  .f3p-color-stage {
    min-height: 410px;
  }

  .f3p-color-stage::after {
    display: none;
  }

  .f3p-color-stage__copy {
    display: none;
  }

  .f3p-color-stage__car {
    --f3-img-height: 72%;
    right: -9%;
    bottom: 0;
    width: 118%;
    height: 72%;
  }

  .f3p-color-mobile-head {
    display: block;
    padding: 28px 16px 7px;
    text-align: center;
  }

  .f3p-color-mobile-head h2 {
    font-size: 38px;
    letter-spacing: -.045em;
  }

  .f3p-color-mobile-head p {
    margin-top: 7px;
    color: var(--f3-muted);
    font-size: 14px;
  }

  .f3p-color-card {
    min-height: 200px;
    padding: 13px 11px 14px;
    overflow: hidden;
  }

  .f3p-color-card img {
    --f3-img-height: 125px;
    width: 130%;
    max-width: none;
    height: 125px;
    margin-left: -15%;
  }

  .f3p-color-card b {
    font-size: 16px;
  }

  .f3p-color-card small {
    font-size: 12px;
  }

  .f3p-specs__intro {
    position: relative;
    display: block;
    min-height: 350px;
  }

  .f3p-specs__intro > div {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 30px 22px 28px;
  }

  .f3p-specs__intro h2 {
    max-width: 100%;
    font-size: 31px;
    line-height: 1.03;
  }

  .f3p-specs__intro p {
    max-width: 53%;
    margin-top: 19px;
    font-size: 13px;
    line-height: 1.55;
  }

  .f3p-specs__intro > img {
    --f3-img-height: 245px;
    position: absolute;
    z-index: 1;
    right: -9%;
    bottom: -2px;
    width: 67%;
    height: 245px;
    object-fit: contain;
    mix-blend-mode: normal;
  }

  .f3p-seat-card {
    min-height: 205px;
    grid-template-columns: 30% 70%;
  }

  .f3p-seat-card strong {
    padding-left: 25px;
    font-size: 60px;
  }

  .f3p-seat-card img {
    --f3-img-height: 205px;
    height: 205px;
    object-fit: contain;
  }

  .f3p-spec-grid article {
    min-height: 124px;
    padding: 18px 15px;
    gap: 13px;
  }

  .f3p-spec-grid .f3p-icon {
    width: 42px;
    height: 42px;
  }

  .f3p-spec-grid strong {
    font-size: 21px;
  }

  .f3p-spec-grid article span {
    font-size: 13px;
  }

  .f3p-dimensions {
    min-height: 500px;
    padding: 27px 18px 22px;
    text-align: left;
  }

  .f3p-dimensions h3 {
    font-size: 27px;
  }

  .f3p-dimensions__unit {
    display: block;
    margin-top: 5px;
    color: var(--f3-muted);
    font-size: 13px;
  }

  .f3p-dimensions > img {
    --f3-img-height: 315px;
    height: 315px;
  }

  .f3p-dimensions__labels,
  .f3p-dimensions > p,
  .f3p-dimensions > small {
    text-align: center;
  }

  .f3p-dimensions > p {
    font-size: 15px;
  }

  .f3p-dimensions > small {
    font-size: 11px;
    line-height: 1.45;
  }

  .f3p-charging__scene p,
  .f3p-service__scene p {
    font-size: 13px;
    line-height: 1.55;
  }

  .f3p-benefit-grid article {
    min-height: 190px;
    padding: 20px 17px;
  }

  .f3p-benefit-grid h3 {
    font-size: 17px;
  }

  .f3p-benefit-grid p,
  .f3p-wide-card > div span {
    font-size: 12px;
    line-height: 1.5;
  }

  .f3p-wide-card,
  .f3p-wide-card:nth-child(even) {
    min-height: 165px;
  }

  .f3p-wide-card > .f3p-sprite {
    min-height: 165px;
  }

  .f3p-versions {
    padding-top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .16), #f6f7f8 360px), url("../img/vf3-v2/color-stage.jpg") 69% top / auto 500px no-repeat, #f6f7f8;
  }

  .f3p-versions .f3p-section-head {
    min-height: 350px;
    margin-bottom: 0;
    padding: 38px 22px;
    justify-content: flex-start;
    text-align: left;
  }

  .f3p-versions .f3p-section-head .f3p-brand-pill {
    display: none;
  }

  .f3p-versions .f3p-section-head h2 {
    max-width: 310px;
    font-size: 49px;
    line-height: .98;
  }

  .f3p-versions .f3p-section-head p {
    max-width: 300px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.55;
  }

  .f3p-version-card {
    position: relative;
    display: block;
    min-height: 305px;
  }

  .f3p-version-card > div {
    width: 59%;
    padding: 26px 0 22px 25px;
  }

  .f3p-version-card h3 {
    font-size: 34px;
  }

  .f3p-version-card > div > span {
    margin-top: 17px;
    font-size: 15px;
  }

  .f3p-version-card strong {
    font-size: 24px;
  }

  .f3p-version-card > img {
    position: absolute;
    right: -8%;
    bottom: 4%;
    width: 64%;
    height: 79%;
    object-fit: contain;
    transform: none;
  }

  .f3p-version-card__actions {
    margin-top: 20px;
  }

  .f3p-version-card__actions .f3p-btn {
    width: 174px;
    min-height: 50px;
    font-size: 13px;
  }

  .f3p-version-traits {
    min-height: 205px;
  }

  .f3p-version-traits > div {
    padding: 16px 8px;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .f3p-version-traits span {
    align-items: center;
    text-align: center;
  }

  .f3p-version-traits .f3p-icon {
    width: 38px;
    height: 38px;
  }

  .f3p-version-traits b {
    font-size: 14px;
    line-height: 1.2;
    white-space: normal;
  }

  .f3p-version-traits span {
    font-size: 12px;
    line-height: 1.45;
  }

  .f3p-versions__cta {
    min-height: 215px;
    padding: 28px 22px;
    background: transparent;
    color: var(--f3-ink);
    box-shadow: none;
    text-align: center;
  }

  .f3p-versions__cta p {
    color: var(--f3-muted);
  }

  .f3p-versions__cta .f3p-btn {
    width: 100%;
  }

  .f3p-contact__copy .f3p-brand-pill {
    display: none;
  }

  .f3p-contact__grid {
    gap: 285px;
  }

  .f3p-contact__copy {
    width: 82%;
  }

  .f3p-contact__copy h2 {
    font-size: 45px;
    line-height: 1;
  }

  .f3p-contact-title-secondary,
  .f3p-contact__promises {
    display: none;
  }

  .f3p-contact__copy > p {
    font-size: 14px;
    line-height: 1.55;
  }

  .f3p-form {
    padding: 6px 18px 28px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }

  .f3p-form > h3,
  .f3p-form > label:not(.f3p-form__consent) > span,
  .f3p-form__row > label > span {
    display: none;
  }

  .f3p-form > label,
  .f3p-form > .f3p-form__row,
  .f3p-form fieldset {
    margin-top: 12px;
  }

  .f3p-form input:not([type="radio"]):not([type="checkbox"]),
  .f3p-form select,
  .f3p-form textarea {
    min-height: 58px;
    padding: 14px 16px;
    font-size: 14px;
  }

  .f3p-form textarea {
    min-height: 88px;
  }

  .f3p-form__needs label > span {
    min-height: 65px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .f3p-scene {
    min-height: 650px;
  }

  .f3p-hero__content h1 {
    font-size: 48px;
  }

  .f3p-subtitle {
    font-size: 17px;
  }

  .f3p-copy {
    font-size: 13px;
  }
}

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

  .f3p-reveal {
    opacity: 1;
    transform: none;
  }
}
