.experience-video-nav { margin-top: 48px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.experience-video-nav > span { font-size: .7rem; letter-spacing: .13em; color: #aab4cc; }
.experience-video-nav > div { display: flex; flex-wrap: wrap; gap: 10px; }
.experience-video-nav a { display: inline-flex; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid #a5a5e332; border-radius: 30px; color: #dddced; font-size: .8rem; line-height: 1.4; background: #141a29; transition: border-color .2s, background .2s; }
.experience-video-nav a span { color: #aaa2d4; font-size: .7rem; }
.experience-video-nav a:hover { border-color: #bdb1fa99; background: #1d2438; }
.experience-video-nav a:focus-visible { outline: 2px solid #cebaff; outline-offset: 4px; }
#car-bonus-title, #reviews-title, #projects-video-title { scroll-margin-top: 130px; }
.testimonial-spotlight {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 48px;
  padding: clamp(28px, 4.5vw, 60px);
  border: 1px solid #d6b67766;
  border-radius: 18px;
  background: radial-gradient(ellipse at 95% 15%, #b88b3c19, transparent 60%), linear-gradient(135deg, #171b2b, #0b101a 80%);
}
.testimonial-spotlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 7%;
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f9d693, transparent);
  box-shadow: 0 0 24px #e9b36633;
}
.testimonial-spotlight-copy { min-width: 0; }
.testimonial-spotlight .eyebrow { color: #ddc398; font-size: .75rem; line-height: 1.6; }
.testimonial-spotlight h3 {
  margin-top: 24px;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -.035em;
}
.testimonial-spotlight h3 span { color: #f0d8ac; }
.testimonial-spotlight-copy > p { color: #b3bdd2; font-size: 1rem; line-height: 1.75; margin-top: 26px; max-width: 490px; }
.testimonial-spotlight-copy > p strong { color: #e5e6f0; font-weight: 500; }
.testimonial-spotlight .testimonial-context { padding-top: 22px; border-top: 1px solid #d6b67726; color: #9da8c0; font-size: .875rem; }
.testimonial-spotlight .text-link { color: #ebd3a5; font-size: 1rem; margin-top: 28px; }
.testimonial-feature-video { width: 100%; max-width: 350px; margin: 0 auto; }
.testimonial-frame { position: relative; width: 100%; aspect-ratio: var(--video-ratio, 9 / 16); background: #080b13; overflow: hidden; }
.testimonial-frame iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; }
.testimonial-feature-video .testimonial-frame { border: 1px solid #d6b67766; border-radius: 12px; box-shadow: 0 20px 60px #0005; }
.testimonial-feature-video figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 15px; color: #b7bacb; font-size: .875rem; line-height: 1.5; }
.testimonial-feature-video figcaption span:last-child { color: #d6bf98; }
.testimonials-heading { margin: 58px 0 28px; }
.testimonials-heading h3 { font-size: clamp(1.8rem, 3vw, 2.35rem); font-weight: 400; line-height: 1.2; letter-spacing: -.025em; }
.testimonials-heading p { max-width: 650px; color: #aab4cc; font-size: 1rem; line-height: 1.7; margin-top: 15px; }
.testimonials-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 24px; }
.testimonial-card { flex: 0 1 calc((100% - 48px) / 3); min-width: 0; margin: 0; overflow: hidden; border: 1px solid #9a9bdb33; border-radius: 12px; background: #101521; }
.testimonial-card .testimonial-frame { border-bottom: 1px solid #9a9bdb25; }
.testimonial-card figcaption { padding: 24px; }
.testimonial-meta { display: flex; justify-content: space-between; gap: 16px; color: #98a4c1; font-size: .75rem; line-height: 1.5; letter-spacing: .04em; }
.testimonial-card h4 { color: #e9eaf4; font-size: 1.2rem; font-weight: 500; line-height: 1.4; margin-top: 12px; }
.testimonial-card p { color: #a8b3cc; font-size: .9375rem; line-height: 1.6; margin-top: 9px; }
.testimonial-original { display: inline-block; margin-top: 18px; color: #c4bdec; font-size: .875rem; line-height: 1.5; text-underline-offset: 4px; }
.testimonial-original:hover { text-decoration: underline; }
.testimonial-card-landscape { flex-basis: 100%; display: grid; grid-template-columns: 1.6fr 1fr; align-items: center; }
.testimonial-card-landscape .testimonial-frame { border-bottom: 0; border-right: 1px solid #9a9bdb25; }
.testimonial-card a:focus-visible, .testimonial-spotlight a:focus-visible { outline: 2px solid #cebaff; outline-offset: 5px; }
.testimonials-more { display: flex; justify-content: center; margin-top: 30px; }
.testimonials-more .text-link { font-size: 1rem; }
@media (max-width: 1000px) {
  .testimonial-spotlight { gap: 30px; padding: 32px; }
  .testimonials-grid { gap: 18px; }
  .testimonial-card { flex-basis: calc((100% - 36px) / 3); }
  .testimonial-card-landscape { flex-basis: 100%; }
  .testimonial-card figcaption { padding: 20px; }
}
@media (max-width: 850px) {
  .testimonial-spotlight { grid-template-columns: 1fr; gap: 30px; }
  .testimonial-spotlight-copy > p { max-width: none; }
  .testimonial-spotlight h3 { font-size: clamp(2rem, 5vw, 2.8rem); }
  .testimonial-card { flex-basis: calc((100% - 18px) / 2); }
  .testimonial-card-landscape { flex-basis: 100%; grid-template-columns: 1fr; }
  .testimonial-card-landscape .testimonial-frame { border-right: 0; border-bottom: 1px solid #9a9bdb25; }
}
@media (max-width: 560px) {
  .testimonial-spotlight { padding: 26px 22px; margin-top: 32px; border-radius: 13px; }
  .testimonial-spotlight h3 { margin-top: 20px; }
  .testimonial-spotlight-copy > p { margin-top: 20px; }
  .testimonials-heading { margin-top: 40px; }
  .testimonials-grid { gap: 24px; }
  .testimonial-card { flex-basis: 100%; max-width: 400px; width: 100%; margin-inline: auto; }
  .testimonial-card figcaption { padding: 22px; }
}

/* One horizontal row, independent of the featured car video above. */
.video-carousel {
  margin-top: 48px;
  padding: clamp(18px, 2.6vw, 32px);
  border: 1px solid #9a9bdb33;
  border-radius: 18px;
  background: linear-gradient(145deg, #121727, #0b101b);
  min-width: 0;
  scroll-margin-top: 110px;
}
.video-carousel-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.video-carousel-header .eyebrow { font-size: .75rem; color: #9ca8c4; }
.video-carousel-header h3 { margin-top: 14px; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.15; font-weight: 400; letter-spacing: -.025em; }
.video-carousel-controls { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.video-carousel-counter { color: #bec5dc; font-size: .875rem; font-variant-numeric: tabular-nums; min-width: 74px; text-align: right; margin-right: 10px; }
.video-carousel-arrow { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #b9b0f66b; border-radius: 50%; background: #232a43; color: #edeaff; font: inherit; font-size: 1.5rem; cursor: pointer; transition: background .2s, border-color .2s, opacity .2s; }
.video-carousel-arrow:hover:not(:disabled) { background: #373654; border-color: #c9baff; }
.video-carousel-arrow:disabled { opacity: .3; cursor: default; }
.video-carousel-arrow:focus-visible, .video-carousel-track:focus-visible { outline: 2px solid #cebaff; outline-offset: 4px; }
.video-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: #827aba #20273b;
  padding: 4px 0 16px;
  border-radius: 12px;
}
.video-carousel .testimonial-card { display: flex; flex-direction: column; width: auto; min-width: 0; max-width: none; margin: 0; scroll-snap-align: start; }
.video-carousel .testimonial-frame { height: clamp(280px, 30vw, 380px); aspect-ratio: auto; flex: none; border-right: 0; }
.video-carousel .testimonial-card figcaption { display: flex; flex-direction: column; align-items: flex-start; flex: 1; padding: 20px; }
.video-carousel .testimonial-meta { width: 100%; }
.video-carousel .testimonial-card h4 { font-size: 1.1rem; }
.video-carousel .testimonial-card p { margin-bottom: 18px; overflow-wrap: anywhere; }
.video-carousel .testimonial-original { margin-top: auto; font-size: .875rem; }
.video-carousel-hint { margin: 14px 0 0; color: #9ba7c1; font-size: .875rem; text-align: center; }
.video-carousel-hint span { margin-left: 8px; color: #c6b9f8; }
@media (max-width: 900px) {
  .video-carousel-track { grid-auto-columns: calc((100% - 18px) / 2); gap: 18px; }
  .video-carousel .testimonial-frame { height: 350px; }
}
@media (max-width: 560px) {
  .video-carousel { margin-top: 32px; border-radius: 13px; }
  .video-carousel-header { flex-wrap: wrap; gap: 20px; margin-bottom: 20px; }
  .video-carousel-controls { margin-left: auto; }
  .video-carousel-track { grid-auto-columns: 88%; gap: 14px; }
  .video-carousel .testimonial-frame { height: 320px; }
  .video-carousel .testimonial-card figcaption { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .video-carousel-track { scroll-behavior: auto; }
  .video-carousel-arrow { transition: none; }
}
