:root {
  color-scheme: light;
  --ink: #14171b;
  --muted: #65686f;
  --soft: #f5f5f7;
  --line: #dfe1e5;
  --red: #cc303b;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: #fff; color: var(--ink); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.skip { position: absolute; left: 16px; top: -100px; background: #fff; padding: 12px 18px; z-index: 100; }
.skip:focus { top: 16px; }
.shell { width: min(100% - 64px, 1320px); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.82); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); border-bottom: 1px solid rgba(20,23,27,.075); }
.header-inner { min-height: 70px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; font-size: 15px; font-weight: 700; letter-spacing: -.025em; }
.brand-symbol { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: white; font-size: 17px; font-weight: 750; letter-spacing: -.08em; }
.brand-symbol span { color: #f44750; }
.desktop-nav { display: flex; gap: 30px; margin: auto; font-size: 14px; color: #494c51; }
.desktop-nav a, .site-footer a { transition: color .2s ease; }
.desktop-nav a:hover, .site-footer a:hover { color: var(--red); }
.header-cta { white-space: nowrap; background: var(--ink); color: white; border-radius: 100px; padding: 10px 16px; font-size: 13px; font-weight: 650; transition: background .2s, transform .2s; }
.header-cta:hover, .pill-button:hover { background: #383c42; transform: translateY(-2px); }
.header-cta span { margin-left: 8px; }
.mobile-menu { display: none; }
.hero { background: linear-gradient(180deg,#fff 0%,#f5f5f7 88%); overflow: hidden; }
.hero-copy { text-align: center; padding-top: clamp(74px,8vw,126px); padding-bottom: 60px; }
.eyebrow, .section-label { font-size: 13px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { margin: 0 0 28px; color: #64676d; display: flex; align-items: center; justify-content: center; gap: 12px; }
.accent-line { width: 24px; height: 2px; background: var(--red); display: inline-block; }
.hero h1 { margin: 0 auto; max-width: 1120px; font-size: clamp(4rem,8.8vw,9.35rem); line-height: .97; letter-spacing: -.075em; font-weight: 700; }
.hero h1 span { color: var(--red); }
.hero-description { max-width: 645px; margin: 34px auto 0; font-size: clamp(1.1rem,1.8vw,1.5rem); line-height: 1.45; color: #5c6067; letter-spacing: -.018em; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.pill-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; background: var(--ink); color: #fff; border-radius: 100px; padding: 15px 22px; font-size: 15px; font-weight: 650; min-height: 51px; transition: background .2s, transform .2s; }
.pill-button span { font-size: 18px; font-weight: 400; }
.inline-link { display: inline-flex; gap: 12px; align-items: center; color: #272a2e; font-size: 15px; font-weight: 650; border-bottom: 1px solid currentColor; padding-bottom: 4px; transition: color .2s; }
.inline-link:hover { color: var(--red); }
.hero-visual { padding-bottom: 32px; }
.hero-image-wrap { height: clamp(420px,48vw,660px); position: relative; overflow: hidden; border-radius: 30px; background: #161a21; box-shadow: 0 25px 65px rgba(17,24,39,.11); }
.hero-image-wrap:after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.7)); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; filter: saturate(.88); transition: transform .7s ease; }
.hero-image-wrap:hover img { transform: scale(1.025); }
.hero-image-caption { position: absolute; z-index: 1; bottom: 27px; left: 35px; right: 35px; display: flex; justify-content: space-between; gap: 20px; color: #fff; font-weight: 650; font-size: 13px; letter-spacing: .13em; }
.section-pad { padding-block: clamp(92px,10vw,160px); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; align-items: start; margin-bottom: 54px; }
.section-label { margin: 0; color: #73767d; }
.section-heading h2, .choice h2, .process h2, .cars h2, .about h2, .contact-band h2 { font-size: clamp(3.25rem,6.1vw,6.7rem); line-height: 1.02; letter-spacing: -.065em; margin: 0; font-weight: 700; }
.section-heading h2 span, .cars h2 span, .about h2 span { color: #8d9096; }
.section-heading h2+p { font-size: clamp(1.08rem,1.45vw,1.35rem); color: var(--muted); line-height: 1.5; max-width: 610px; margin: 24px 0 0; }
.route-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.route-card { min-height: 415px; background: var(--soft); border-radius: 28px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s ease, box-shadow .25s ease; }
.route-card:hover { transform: translateY(-5px); box-shadow: 0 16px 45px rgba(25,30,38,.08); }
.route-top { display: flex; align-items: start; justify-content: space-between; color: #858990; font-size: 14px; font-weight: 650; }
.route-indicator { border: 1px solid #c9cbd0; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; font-size: 18px; font-weight: 400; }
.route-card h3 { font-size: clamp(2rem,2.65vw,3rem); letter-spacing: -.055em; line-height: 1.08; margin: 0 0 14px; }
.route-card p { font-size: 16px; line-height: 1.5; color: #676b71; max-width: 330px; margin: 0; }
.route-foot, .route-link { font-size: 13px; font-weight: 700; letter-spacing: .09em; }
.route-foot { color: #8b8e94; }
.route-dark { background: #15191e; color: white; }
.route-dark .route-top { color: #a9aeb5; }
.route-dark .route-indicator { border-color: #59616b; }
.route-dark p { color: #b5bac1; }
.route-dark .route-link { display: inline-flex; justify-content: space-between; align-items: center; color: #fff; letter-spacing: 0; font-size: 15px; width: max-content; border-bottom: 1px solid #8a8f95; padding-bottom: 5px; }
.route-dark .route-link span { margin-left: 28px; }
.choice { background: #15191e; color: #fff; }
.choice-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10%; align-items: end; }
.choice .section-label { color: #a8aeb8; margin-bottom: 35px; }
.choice h2 span { color: #8d929b; }
.choice-copy>p { font-size: clamp(1.1rem,1.6vw,1.4rem); line-height: 1.55; color: #d3d6da; max-width: 540px; margin: 0 0 40px; }
.choice-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.choice-tags span { border: 1px solid #535962; border-radius: 100px; padding: 10px 15px; font-size: 14px; color: #c5c9cf; }
.process-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 12%; align-items: start; }
.process-intro { position: sticky; top: 125px; }
.process .section-label { margin-bottom: 30px; }
.process-intro>p:not(.section-label) { max-width: 450px; font-size: 18px; line-height: 1.55; color: var(--muted); margin: 28px 0; }
.step-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.step-list li { display: grid; grid-template-columns: 64px 1fr; gap: 14px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.step-list li>span { color: var(--red); font-size: 15px; font-weight: 700; padding-top: 5px; }
.step-list h3 { font-size: clamp(1.35rem,1.8vw,1.75rem); letter-spacing: -.035em; margin: 0 0 8px; }
.step-list p { font-size: 16px; line-height: 1.5; color: var(--muted); max-width: 560px; margin: 0; }
.cars { background: var(--soft); }
.cars-heading { max-width: 930px; margin-bottom: 55px; }
.cars .section-label { margin-bottom: 28px; }
.cars-heading>p:last-child { color: var(--muted); font-size: 18px; line-height: 1.5; max-width: 640px; margin: 27px 0 0; }
.car-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
.car-card { background: #fff; border-radius: 25px; overflow: hidden; display: flex; flex-direction: column; }
.car-image { aspect-ratio: 1.25; overflow: hidden; background: #d7d9dc; }
.car-image img { height: 100%; width: 100%; object-fit: cover; transition: transform .55s ease; }
.car-card:hover img { transform: scale(1.045); }
.car-info { padding: 27px 28px 36px; flex: 1; }
.car-info>span { font-size: 12px; letter-spacing: .12em; font-weight: 700; color: var(--red); }
.car-info h3 { font-size: clamp(1.65rem,2vw,2.2rem); letter-spacing: -.055em; line-height: 1.1; margin: 20px 0 11px; }
.car-info p { font-size: 15px; color: var(--muted); line-height: 1.52; margin: 0; }
.dream-cars { background: #1a1e23; color: white; }
.dream-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 7%; align-items: end; margin-bottom: 50px; }
.dream-heading .section-label { color: #bec3ca; margin: 0 0 28px; }
.dream-heading h2 { font-size: clamp(3.25rem,6.1vw,6.7rem); line-height: 1.02; letter-spacing: -.065em; margin: 0; }
.dream-heading h2 span { color: #a7adb6; }
.dream-heading>p { color: #c3c8cf; font-size: 18px; line-height: 1.55; margin: 0 0 5px; }
.dream-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.dream-card { min-width: 0; background: #2a2e34; border-radius: 24px; overflow: hidden; }
.dream-photo { aspect-ratio: 1.35; overflow: hidden; background: #343941; }
.dream-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.dream-card:hover .dream-photo img { transform: scale(1.04); }
.dream-copy { padding: 25px 26px 32px; }
.dream-copy>span { color: #ee858b; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.dream-copy h3 { font-size: clamp(1.75rem,2.2vw,2.55rem); letter-spacing: -.055em; line-height: 1.06; margin: 15px 0 11px; }
.dream-copy p { color: #c3c8cf; line-height: 1.5; font-size: 15px; margin: 0; }
.dream-bottom { margin-top: 38px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.dream-bottom p { color: #c3c8cf; font-size: 16px; margin: 0; }
.dream-bottom .pill-button { background: #fff; color: var(--ink); white-space: nowrap; }
.dream-bottom .pill-button:hover { background: #e7e9ec; }
.photo-credit { font-size: 12px; line-height: 1.55; color: #9ca2aa; margin: 52px 0 0; }
.photo-credit a { text-decoration: underline; text-underline-offset: 2px; }
.photo-credit a:hover { color: white; }
.about-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 12%; }
.about .section-label { margin-bottom: 30px; }
.about-grid>div:last-child { padding-top: 12px; }
.about-lead { font-size: clamp(1.6rem,2.35vw,2.5rem)!important; line-height: 1.22!important; letter-spacing: -.045em; color: var(--ink)!important; font-weight: 650; margin: 0 0 24px!important; }
.about-grid>div:last-child>p:not(.about-lead) { font-size: 18px; line-height: 1.55; color: var(--muted); margin: 0; }
.principles { margin: 38px 0 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; border-top: 1px solid var(--line); }
.principles span { border-bottom: 1px solid var(--line); padding: 16px 0; font-size: 15px; font-weight: 600; line-height: 1.35; }
.contact-band { background: radial-gradient(circle at 86% 20%,rgba(170,45,55,.26),transparent 34%),#14171b; color: white; text-align: center; padding: clamp(95px,10vw,145px) 0; }
.contact-band .section-label { color: #c6c9cf; margin-bottom: 28px; }
.contact-band h2 { max-width: 900px; margin: auto; }
.contact-band p:not(.section-label) { font-size: 19px; color: #bbc0c7; line-height: 1.5; max-width: 600px; margin: 28px auto 32px; }
.pill-light { background: #fff; color: var(--ink); }
.pill-light:hover { background: #e9eaed; }
.site-footer { background: #f5f5f7; padding: 60px 0 24px; }
.footer-inner { display: flex; justify-content: space-between; gap: 32px; padding-bottom: 65px; }
.footer-brand { font-size: 25px; font-weight: 700; letter-spacing: -.05em; }
.footer-dot { color: var(--red); }
.footer-inner p { color: var(--muted); font-size: 15px; margin: 10px 0; }
.footer-inner nav { display: flex; gap: 35px; font-size: 14px; color: #4a4e55; align-items: flex-start; }
.footer-bottom { border-top: 1px solid #d9dbe0; padding-top: 23px; display: flex; justify-content: space-between; gap: 20px; color: #81858b; font-size: 13px; }
@media (max-width: 1050px) {
  .desktop-nav { gap: 17px; }
  .route-card { padding: 25px; min-height: 390px; }
  .choice-grid, .process-grid { gap: 7%; }
  .car-info { padding: 23px; }
  .dream-copy { padding: 23px; }
}
@media (max-width: 780px) {
  .shell { width: min(100% - 40px,1320px); }
  .header-inner { min-height: 62px; }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 36px; height: 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
  .mobile-menu nav { position: absolute; right: 0; top: 44px; width: min(280px,calc(100vw - 40px)); background: white; box-shadow: 0 14px 45px rgba(0,0,0,.15); border: 1px solid var(--line); border-radius: 17px; padding: 9px; display: flex; flex-direction: column; }
  .mobile-menu nav a { padding: 12px 14px; border-radius: 9px; font-size: 15px; }
  .mobile-menu nav a:hover { background: var(--soft); }
  .hero-copy { padding-top: 80px; padding-bottom: 45px; }
  .hero h1 { font-size: clamp(3.65rem,11vw,6.5rem); }
  .hero-image-wrap { height: 490px; }
  .section-heading, .choice-grid, .process-grid, .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .section-heading { margin-bottom: 38px; }
  .route-grid { grid-template-columns: 1fr; gap: 12px; }
  .route-card { min-height: 260px; }
  .choice-copy>p { max-width: 650px; }
  .process-intro { position: static; }
  .step-list { margin-top: 20px; }
  .car-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dream-heading { grid-template-columns: 1fr; gap: 22px; }
  .dream-heading>p { max-width: 650px; }
  .dream-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dream-bottom { align-items: flex-start; flex-direction: column; }
  .car-card:last-child { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; }
  .car-card:last-child .car-image { aspect-ratio: auto; height: 100%; }
  .about-grid { gap: 40px; }
  .footer-inner { flex-direction: column; gap: 35px; padding-bottom: 45px; }
}
@media (max-width: 550px) {
  .shell { width: min(100% - 32px,1320px); }
  .brand { font-size: 14px; }
  .header-inner { gap: 8px; }
  .header-cta { font-size: 12px; padding: 9px 12px; }
  .header-cta span { display: none; }
  .hero-copy { padding-top: 75px; }
  .eyebrow { font-size: 12px; letter-spacing: .1em; gap: 8px; }
  .accent-line { width: 17px; }
  .hero h1 { font-size: clamp(3.15rem,13vw,4.9rem); }
  .hero-description { font-size: 18px; margin-top: 25px; }
  .hero-actions { gap: 22px; flex-direction: column; margin-top: 28px; }
  .pill-button { font-size: 14px; }
  .hero-image-wrap { height: 430px; border-radius: 20px; }
  .hero-visual { padding-bottom: 16px; }
  .hero-image-caption { left: 20px; right: 20px; bottom: 19px; font-size: 11px; }
  .hero-image-caption span:last-child { display: none; }
  .section-pad { padding-block: 88px; }
  .section-heading h2, .choice h2, .process h2, .cars h2, .about h2, .contact-band h2 { font-size: clamp(3rem,12vw,4.65rem); }
  .section-heading h2+p, .cars-heading>p:last-child, .process-intro>p:not(.section-label), .about-grid>div:last-child>p:not(.about-lead) { font-size: 17px; }
  .route-card { min-height: 260px; padding: 25px; }
  .route-card h3 { font-size: 2rem; }
  .choice .section-label, .process .section-label, .cars .section-label, .about .section-label { margin-bottom: 24px; }
  .choice-copy>p { font-size: 17px; }
  .step-list li { grid-template-columns: 43px 1fr; padding: 25px 0; }
  .car-grid { grid-template-columns: 1fr; gap: 15px; }
  .dream-heading h2 { font-size: clamp(3rem,12vw,4.65rem); }
  .dream-grid { grid-template-columns: 1fr; gap: 15px; }
  .dream-photo { aspect-ratio: 1.45; }
  .dream-copy { padding: 25px; }
  .dream-bottom .pill-button { white-space: normal; }
  .car-card:last-child { display: flex; grid-column: auto; }
  .car-card:last-child .car-image { aspect-ratio: 1.25; }
  .car-info { padding: 25px; }
  .principles { grid-template-columns: 1fr; }
  .contact-band { padding: 95px 0; }
  .contact-band p:not(.section-label) { font-size: 17px; }
  .footer-inner nav { flex-direction: column; gap: 17px; }
  .footer-bottom span:last-child { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .01ms!important; animation-duration: .01ms!important; }
}

/* Cinematic opening and motion system */
.hero-motion { position: relative; min-height: max(720px,calc(100svh - 70px)); display: flex; flex-direction: column; justify-content: space-between; isolation: isolate; background: #111821; color: #fff; }
.hero-media { position: absolute; inset: -5% 0; z-index: -1; overflow: hidden; transform: translate3d(0,var(--hero-shift,0px),0) scale(1.09); background: #111821 url('video-poster.jpg') center/cover no-repeat; }
.hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,11,17,.85) 0%,rgba(6,11,17,.52) 57%,rgba(6,11,17,.25) 100%),linear-gradient(0deg,rgba(6,11,17,.75),transparent 32%); }
.hero-content { position: relative; z-index: 1; text-align: left; padding-top: clamp(125px,15vh,210px); padding-bottom: 74px; }
.hero-motion .eyebrow { justify-content: flex-start; color: #dfe4e9; margin-bottom: 25px; }
.hero-motion h1 { margin: 0; max-width: 1100px; color: #fff; font-size: clamp(4.1rem,8.6vw,9rem); text-shadow: 0 4px 26px rgba(0,0,0,.13); }
.hero-motion h1 span { color: #f26c74; }
.hero-motion .hero-description { margin: 27px 0 0; max-width: 635px; color: #e2e7ec; }
.hero-motion .hero-actions { justify-content: flex-start; margin-top: 36px; }
.hero-motion .pill-button { background: var(--red); }
.hero-motion .pill-button:hover { background: #ad2731; }
.hero-motion .inline-link { color: #fff; }
.hero-bottom { position: relative; z-index: 1; display: flex; align-items: center; gap: 28px; padding-bottom: 30px; color: #ecf0f4; font-size: 13px; font-weight: 650; letter-spacing: .04em; }
.scroll-cue span { display: inline-block; margin-left: 9px; animation: cue-bob 1.7s ease-in-out infinite; }
@keyframes cue-bob { 50% { transform: translateY(6px); } }
.hero-channels { display: flex; gap: 20px; margin-left: auto; }
.hero-channels a { border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 3px; }
.hero-channels a:hover { color: #fff; border-color: #fff; }
.motion-toggle { appearance: none; border: 1px solid rgba(255,255,255,.45); background: rgba(0,0,0,.2); color: #fff; padding: 8px 12px; border-radius: 100px; font: inherit; font-size: 12px; font-weight: 650; cursor: pointer; }
.motion-toggle:hover { background: rgba(255,255,255,.15); }
.motion-toggle:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.motion-ready .reveal-item { opacity: 0; transform: translate3d(0,70px,0) scale(.985); filter: blur(3px); transition: opacity .8s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1),filter .8s ease; transition-delay: var(--reveal-delay,0ms); }
.motion-ready .reveal-item.in-view { opacity: 1; transform: translate3d(0,0,0) scale(1); filter: blur(0); }
.hero-motion .hero-content { animation: hero-rise .9s .12s both cubic-bezier(.2,.7,.2,1); }
@keyframes hero-rise { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 780px) {
  .hero-motion { min-height: 720px; }
  .hero-motion .hero-content { padding-top: 115px; }
  .hero-motion h1 { font-size: clamp(3.6rem,11vw,6.5rem); }
  .hero-bottom { flex-wrap: wrap; }
  .hero-channels { margin-left: auto; }
}
@media (max-width: 550px) {
  .hero-motion { min-height: 750px; }
  .hero-motion .hero-content { padding-top: 105px; padding-bottom: 45px; }
  .hero-motion h1 { font-size: clamp(3.15rem,13vw,4.9rem); }
  .hero-motion .hero-description { font-size: 18px; }
  .hero-bottom { gap: 14px 20px; padding-bottom: 22px; }
  .hero-channels { order: -1; width: 100%; margin: 0; gap: 26px; }
  .motion-toggle { margin-left: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-media { inset: 0; transform: none; }
  .hero-video { display: none; }
  .scroll-cue span,.hero-motion .hero-content { animation: none; }
  .motion-ready .reveal-item { opacity: 1; transform: none; filter: none; }
}
