@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#091421;--paper:#f5f6f7;--muted:#aeb8c4;--line:#dce0e4;--blue:#a5c4ee;--font:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--navy);font-family:var(--font);font-size:16px}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:3px solid #568fff;outline-offset:5px}button{color:inherit}img{display:block;width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif}em{font-style:normal;color:var(--blue)}.skip{position:fixed;top:-100px;left:20px;padding:15px;background:white;z-index:99}.skip:focus{top:10px}.header{position:absolute;top:0;left:0;width:100%;height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;color:white;z-index:10;border-bottom:1px solid #ffffff24}.logo{display:flex;flex-direction:column;align-items:center;line-height:.95}.logo strong{font-size:36px;letter-spacing:-2px;font-weight:800}.logo strong span{color:var(--blue)}.logo small{font-size:10px;letter-spacing:5px;padding:8px 0 0 5px}.header nav{display:flex;gap:38px;align-items:center}.header nav a{font-size:14px}.header nav a:last-child{padding:12px 20px;border:1px solid #ffffff70;border-radius:30px}.header nav a span{padding-left:25px}.menu-button{display:none}.hero{min-height:760px;height:100svh;max-height:1100px;position:relative;background:var(--navy);color:white;overflow:hidden}.hero-image{position:absolute;inset:0;background:url('assets/hero.webp') center 55%/cover;animation:arrival 1.8s ease-out both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,23,.75),rgba(3,12,23,.05) 90%),linear-gradient(0deg,#07111ded,transparent 45%,#07111d66)}.hero-content{position:relative;padding:190px 5% 160px;max-width:1100px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;line-height:1.5}.hero h1{font-size:clamp(48px,5.8vw,88px);letter-spacing:-4px;line-height:1.1;font-weight:500;margin:28px 0}.hero-description{font-size:18px;color:#e0e6ed;margin-bottom:34px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;border-radius:2px;padding:19px 25px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;border:0}.button:hover{transform:translateY(-3px)}.button span{font-size:21px}.light{background:#fff;color:var(--navy)}.light:hover{background:#dceaff}.dark{background:var(--navy);color:white}.dark:hover{background:#23476d}.hero-bottom{position:absolute;bottom:0;left:5%;right:5%;display:flex;justify-content:space-between;gap:20px;padding:27px 0;border-top:1px solid #ffffff4a;font-size:12px;letter-spacing:1px}.hero-bottom b{margin:0 15px;color:#8c9eb2}.hero-number{position:absolute;right:5%;top:47%;font-size:14px;letter-spacing:3px;writing-mode:vertical-rl}.brand-line{display:flex;justify-content:space-between;align-items:center;padding:27px 5%;background:var(--navy);color:#e6edf5;font-size:12px;letter-spacing:3px;border-top:1px solid #ffffff20}.line-arrow{font-size:27px}.section{padding:105px 5%}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:42px}.section-heading h2{font-size:clamp(30px,3.4vw,48px);letter-spacing:-1.8px;font-weight:500;margin-top:15px}.stock-count{color:#606a76;font-size:14px}.vehicle{display:grid;grid-template-columns:1.25fr 1fr;background:white}.vehicle-image{position:relative;min-height:600px;overflow:hidden;background:#d6d9db}.vehicle-image>img{height:100%;position:absolute;object-position:50% 60%;transition:opacity .2s,transform .8s}.vehicle-image:hover>img{transform:scale(1.03)}.image-toggle{position:absolute;left:24px;top:24px;background:white;padding:5px;display:flex;border-radius:30px;box-shadow:0 3px 20px #0002}.image-toggle button{background:transparent;border:0;padding:10px 18px;font-size:14px;border-radius:25px}.image-toggle button.active{background:var(--navy);color:white}.gallery-open{position:absolute;bottom:24px;left:24px;background:#fff;border:0;padding:15px 20px;font-size:14px}.gallery-open span{margin-left:30px}.vehicle-info{padding:45px}.vehicle-info h3{font-size:48px;letter-spacing:-2px;line-height:1.15;margin:13px 0 22px}.vehicle-info h3 span{display:block;font-size:20px;letter-spacing:0;font-weight:400;margin-top:10px}.vehicle-description{color:#596371;line-height:1.7;max-width:420px}.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 16px;margin:29px 0;padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}dt{font-size:12px;color:#636d79;margin-bottom:7px}dd{margin:0;font-size:16px}.price-row{display:flex;align-items:center;gap:20px;margin:25px 0}.price-row strong{font-size:34px;font-weight:500;letter-spacing:-1px}.price-row span{font-size:12px;color:#636d79}.vehicle-info .button{width:100%}.text-button{background:none;border:0;padding:16px 0;font-size:14px;text-align:left}.vehicle-info .text-button{display:flex;justify-content:space-between;width:100%;margin-top:7px}.experience{background:var(--navy);color:white;padding:100px 5% 70px}.experience-title{display:grid;grid-template-columns:1fr 2fr;gap:25px;margin-bottom:50px}.experience-title h2{font-size:clamp(34px,4.4vw,62px);font-weight:500;line-height:1.14;letter-spacing:-2px}.experience-title>p:last-child{grid-column:2;color:#b4bfce}.feature-view{position:relative;height:650px;overflow:hidden}.feature-view>img{height:100%;object-position:center 58%;transition:opacity .2s}.feature-view:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 40%,#050c16e6)}.feature-caption{position:absolute;bottom:42px;left:42px;right:25px;z-index:1}.feature-caption>span{font-size:12px;letter-spacing:3px;color:#bac9db}.feature-caption h3{font-size:36px;font-weight:500;margin:15px 0;letter-spacing:-1px}.feature-caption p{color:#d9e0e8;line-height:1.6}.feature-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #ffffff30}.feature-tabs button{display:flex;align-items:center;gap:20px;background:none;border:0;border-top:3px solid transparent;color:#93a0b3;text-align:left;padding:27px 20px 27px 0;font-size:12px}.feature-tabs button span{font-size:16px;margin-right:auto}.feature-tabs button.active{color:white;border-top-color:var(--blue)}.photo-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.photo-strip button{background:none;border:0;text-align:left;padding:0;overflow:hidden}.photo-strip img{aspect-ratio:4/3;transition:filter .3s}.photo-strip button:hover img{filter:brightness(1.12)}.photo-strip span{display:block;margin-top:18px;font-size:14px}.contact{background:#102137;color:white;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.contact h2{font-size:clamp(40px,5.2vw,74px);letter-spacing:-3px;line-height:1.12;font-weight:500;margin:25px 0}.contact p:not(.eyebrow){line-height:1.7;color:#bbc6d4;margin-bottom:33px}.contact-mark{font-weight:800;font-size:clamp(80px,17vw,250px);letter-spacing:-15px;color:#ffffff0b;transform:rotate(-90deg);line-height:.8}.contact-mark span{display:block;font-size:20px;letter-spacing:24px;margin-top:30px;text-align:center}footer{padding:45px 5%;display:flex;align-items:center;gap:30px;font-size:12px}footer .logo{margin-right:15px}footer .logo strong{font-size:29px}footer p{margin-right:auto;color:#586370}footer>a:not(.logo){white-space:nowrap}dialog{padding:24px;background:var(--navy);color:white;border:1px solid #344253;width:min(1200px,96vw);max-height:96svh}dialog::backdrop{background:#03080fea}body:has(dialog[open]){overflow:hidden}.gallery-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;gap:20px}.gallery-header h2{font-size:20px;font-weight:500}.gallery-header button{background:none;border:1px solid #68798e;color:white;padding:10px 15px}.gallery-stage{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:14px}.gallery-stage>img{height:60svh;object-fit:contain}.gallery-stage button{background:#ffffff13;border:1px solid #ffffff30;color:white;width:48px;height:48px;border-radius:50%;font-size:24px}.gallery-footer{display:flex;justify-content:space-between;padding:15px 62px;gap:20px;font-size:14px;color:#ced8e5}.thumbnails{display:flex;gap:10px;overflow-x:auto;justify-content:center;padding:7px}.thumbnails button{padding:0;border:2px solid transparent;opacity:.5;background:none;flex:0 0 75px}.thumbnails button.active{border-color:#b5d5ff;opacity:1}.thumbnails img{width:75px;height:52px}.reveal{opacity:1}.js .reveal{opacity:0;transform:translateY(20px);transition:opacity .7s,transform .7s}.js .reveal.visible{opacity:1;transform:none}@keyframes arrival{from{transform:scale(1.05)}to{transform:scale(1)}}@media(min-width:1600px){.section,.experience{padding-left:max(5%,calc((100vw - 1500px)/2));padding-right:max(5%,calc((100vw - 1500px)/2))}}@media(max-width:900px){.hero{min-height:690px}.hero h1{letter-spacing:-2px}.hero-content{padding-top:200px}.hero-image{background-position:60% center}.hero-bottom a{display:none}.vehicle{grid-template-columns:1fr}.vehicle-image{min-height:520px}.vehicle-info{padding:35px}.experience-title{grid-template-columns:1fr}.experience-title>p:last-child{grid-column:auto}.feature-view{height:520px}.contact-mark{display:none}footer{flex-wrap:wrap}footer p{flex:1}footer>span{width:100%}.section,.experience{padding-top:75px;padding-bottom:75px}}@media(max-width:600px){.header{height:85px}.header nav{display:none;position:absolute;top:85px;left:0;right:0;background:var(--navy);padding:25px 5%;flex-direction:column;align-items:stretch;gap:20px}.header nav.open{display:flex}.header nav a{padding:10px 0}.menu-button{display:block;background:transparent;border:0;color:white;font-size:14px}.menu-button span{margin-left:12px}.logo strong{font-size:30px}.hero{height:90svh;min-height:660px;max-height:900px}.hero-content{padding-top:153px}.hero h1{font-size:48px;letter-spacing:-2px;margin:23px 0}.hero-description{max-width:260px;font-size:16px;line-height:1.6}.hero-image{background-position:59% center}.hero-shade{background:linear-gradient(0deg,#07111ded,transparent 55%,#07111d77),linear-gradient(90deg,#07111da8,#07111d33)}.hero-bottom{flex-direction:column;gap:10px;padding:23px 0;font-size:11px}.hero-number{display:none}.brand-line{font-size:10px;letter-spacing:1px;padding:23px 5%;gap:14px}.brand-line>span:first-child{display:none}.line-arrow{font-size:20px}.section-heading{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:25px}.section-heading h2{font-size:32px;letter-spacing:-1.2px}.vehicle-image{min-height:360px}.vehicle-info{padding:26px}.vehicle-info h3{font-size:40px}.image-toggle{left:15px;top:15px}.image-toggle button{padding:9px 14px}.gallery-open{left:15px;bottom:15px}.experience-title h2{font-size:38px;letter-spacing:-1.7px}.feature-view{height:450px}.feature-view>img{object-position:55% center}.feature-caption{left:22px;bottom:25px}.feature-caption h3{font-size:29px}.feature-caption p{font-size:14px}.feature-tabs{grid-template-columns:1fr}.feature-tabs button{padding:18px 0;border-top:0;border-bottom:1px solid #ffffff20;min-height:60px}.feature-tabs button.active{border-bottom-color:var(--blue)}.photo-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:15px}.photo-strip button{flex:0 0 86%;scroll-snap-align:start}.contact h2{font-size:43px;letter-spacing:-1.8px}.desktop-break{display:none}footer{gap:23px}footer p{font-size:12px}dialog{padding:15px}.gallery-stage{gap:5px;grid-template-columns:35px 1fr 35px}.gallery-stage button{width:35px;height:35px;font-size:20px}.gallery-stage>img{height:50svh}.gallery-footer{padding:17px 0;font-size:12px}.gallery-header h2{font-size:16px}.thumbnails{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js .reveal{opacity:1;transform:none}}

/* Shared brand artwork and the interactive vehicle walkaround. */
[hidden]{display:none!important}
.logo{display:block;flex-shrink:0;width:112px;line-height:1}
.logo img{width:100%;height:auto;object-fit:contain}
.header{height:112px;background:linear-gradient(#071421aa,transparent)}
.header .logo{width:108px}
footer .logo{width:92px;padding:10px;background:#102c3c;border-radius:3px}
.contact-mark{transform:none;letter-spacing:0;width:30%;max-width:370px;opacity:.2;flex-shrink:0}
.contact-mark img{width:100%;height:auto;object-fit:contain}
.hero-actions{display:flex;align-items:center;gap:30px}
.hero-spec-link{font-size:14px;border-bottom:1px solid #ffffff80;padding-bottom:5px}
.hero-spec-link:hover{color:var(--blue)}
.tour-section{padding:100px 5%;background:#091421;color:#f4f7fb;scroll-margin-top:20px}
.tour-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:45px;gap:35px}
.tour-heading h2{font-size:clamp(48px,5.6vw,80px);line-height:1.05;font-weight:500;letter-spacing:-3.5px;margin-top:24px}
.tour-heading>p{font-size:17px;line-height:1.7;color:#b4c3d6;max-width:370px;padding-bottom:6px}
.tour-shell{border:1px solid #ffffff25;background:#102032}
.tour-toolbar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff1c;padding:16px 22px;gap:20px}
.tour-scenes{display:flex;gap:5px;background:#07111f;border-radius:40px;padding:5px}
.tour-scenes button{color:#b9c7d7;border:0;background:transparent;border-radius:30px;min-height:42px;padding:11px 21px;font-size:14px;transition:background .2s,color .2s}
.tour-scenes button.active{background:#f0f5fc;color:#091421}
.tour-scenes button:hover{color:#fff;background:#2e4561}
.tour-scenes button.active:hover{color:#091421;background:#fff}
.tour-model{font-size:12px;letter-spacing:2px;color:#a8b9ce}
.tour-layout{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(315px,1fr)}
.tour-visual{min-width:0;align-self:start;position:sticky;top:16px}
.tour-stage{position:relative;aspect-ratio:4/3;overflow:hidden;background:#0a1320;isolation:isolate}
.tour-picture,.roof-comparison{position:absolute;inset:0}
.tour-picture{opacity:1;transition:opacity .3s ease}
.tour-picture.is-changing{opacity:.45}
.tour-picture>img,.roof-comparison>img{width:100%;height:100%;object-fit:contain}
#tour-pins,.feature-annotation{position:absolute;inset:0;pointer-events:none}
.car-hotspot{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);width:48px;height:48px;display:grid;place-items:center;border:0;border-radius:50%;padding:0;background:transparent;color:white;pointer-events:auto;isolation:isolate;z-index:1}
.pin-cross{display:grid;place-items:center;width:30px;height:30px;background:#102c3ccf;border:1px solid #ffffffed;border-radius:50%;font-size:23px;line-height:1;box-shadow:0 0 0 5px #ffffff30,0 2px 12px #00132688;transition:transform .2s,background .2s}
.car-hotspot::before{content:'';position:absolute;inset:4px;border:1px solid #fff9;border-radius:50%;animation:pinPulse 3s ease-out 2}
.car-hotspot:hover,.car-hotspot:focus-visible{z-index:5;outline:none}
.car-hotspot:hover .pin-cross,.car-hotspot:focus-visible .pin-cross{background:#fff;color:#091421;transform:scale(1.12);box-shadow:0 0 0 7px #aad0ff60}
.pin-label{position:absolute;bottom:calc(100% + 4px);left:50%;transform:translateX(-50%) translateY(5px);white-space:nowrap;pointer-events:none;padding:9px 13px;border-radius:4px;background:#091421f0;color:#fff;font-size:12px;opacity:0;transition:opacity .2s,transform .2s;box-shadow:0 5px 20px #0004}
.car-hotspot:hover .pin-label,.car-hotspot:focus-visible .pin-label{opacity:1;transform:translateX(-50%) translateY(0)}
.tour-stage-footer{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-top:1px solid #ffffff20;background:#102032}
#tour-view-label{font-size:12px;letter-spacing:1.4px;color:#b8c8dc}
#tour-roof-controls{display:flex;gap:5px}
#tour-roof-controls button{min-height:40px;font-size:13px;padding:8px 13px;background:transparent;border:1px solid #ffffff30;color:#c4d1e1;border-radius:20px;white-space:nowrap}
#tour-roof-controls button.active{background:#d9e8fc;color:#091421;border-color:#d9e8fc}
.tour-back{position:absolute;left:18px;top:18px;z-index:10;background:#091421d9;border:1px solid #ffffff80;color:white;min-height:44px;padding:10px 17px;border-radius:26px;font-size:14px;backdrop-filter:blur(12px)}
.tour-back:hover{background:#fff;color:#091421}
.tour-detail{padding:30px;min-width:0;border-left:1px solid #ffffff20}
.detail-top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.detail-top .eyebrow{font-size:11px;letter-spacing:1.5px;max-width:170px;line-height:1.7}
#tour-index{font-size:11px;white-space:nowrap;color:#a8b9d0;letter-spacing:1px;line-height:1.7}
.tour-detail h3{font-size:clamp(28px,2.5vw,38px);font-weight:500;letter-spacing:-1.25px;line-height:1.15;margin:24px 0 16px;outline:none}
#tour-description{color:#e1e8f1;font-size:16px;line-height:1.7}
#tour-note{font-size:13px;color:#9fb3cc;line-height:1.65;margin-top:17px}
.tour-detail-actions{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-top:18px}
.tour-detail-actions:has(button:not([hidden])){margin-bottom:15px}
.effect-button{padding:13px 18px;border:1px solid #9dbde480;border-radius:3px;background:#234669;color:#f4f7ff;font-size:14px;min-height:44px}
.effect-button:hover,.effect-button[aria-pressed=true]{background:#d7e8ff;color:#0a1729}
.tour-detail-actions .text-button{color:#c7dcf7}
.tour-feature-list{display:flex;flex-direction:column;margin-top:24px;border-top:1px solid #ffffff20}
.tour-feature-list button{display:flex;align-items:center;gap:13px;min-height:43px;padding:11px 0;border:0;border-bottom:1px solid #ffffff18;color:#acbdd2;background:none;font-size:14px;line-height:1.4;text-align:left;transition:color .2s,background .2s}
.tour-feature-list button span{font-size:11px;color:#8296af;min-width:20px}
.tour-feature-list button i{font-style:normal;margin-left:auto;color:#738da9}
.tour-feature-list button:hover,.tour-feature-list button.active{color:#fff;background:#ffffff06}
.tour-feature-list button.active span,.tour-feature-list button.active i{color:#d5e7ff}
.tour-next{display:flex;justify-content:space-between;align-items:center;gap:25px;background:none;border:0;color:#d7e5f6;padding:20px 0 0;min-height:44px;width:100%;text-align:left;font-size:13px}
.tour-next:hover{color:white}
.tour-detail.detail-arrive h3{animation:detailArrive .35s ease-out}
.roof-comparison{touch-action:pan-y}
.roof-comparison .compare-up{position:absolute;inset:0;clip-path:inset(0 calc(100% - var(--split)) 0 0)}
.compare-divider{position:absolute;left:var(--split);top:0;bottom:0;width:2px;background:#fff;pointer-events:none;transform:translateX(-50%);z-index:2;box-shadow:0 0 15px #0004}
.compare-divider>span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;background:white;border-radius:50%;width:48px;height:48px;color:#102032;font-size:26px;box-shadow:0 3px 15px #0005}
#roof-range{position:absolute;inset:0;z-index:3;margin:0;width:100%;height:100%;opacity:0;cursor:ew-resize;touch-action:pan-y;-webkit-appearance:none;appearance:none;background:transparent}
#roof-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1px;height:100%;background:transparent}
#roof-range::-moz-range-thumb{width:1px;height:100%;border:0;background:transparent}
.roof-comparison:has(input:focus-visible){outline:3px solid #9bc6ff;outline-offset:-4px}
.roof-comparison:has(input:focus-visible) .compare-divider>span{box-shadow:0 0 0 5px #9bc6ff90}
.compare-label{position:absolute;top:80px;z-index:2;pointer-events:none;background:#091421cf;padding:9px 12px;border:1px solid #ffffff50;font-size:11px;letter-spacing:1px;color:#fff}
.compare-label.up{left:18px}.compare-label.down{right:18px}
.compare-hint{position:absolute;bottom:23px;left:50%;transform:translateX(-50%);font-size:11px;letter-spacing:2px;background:#091421df;border-radius:25px;padding:10px 16px;pointer-events:none;white-space:nowrap;z-index:2}
.feature-annotation{z-index:2}
.annotation-caption{position:absolute;bottom:20px;left:20px;right:auto;padding:9px 12px;background:#071827e6;border:1px solid #a4ceffc0;border-radius:2px;font-size:11px;letter-spacing:1px;color:#fff}
.annotation-caption.warm{border-color:#ffd0a1b0;color:#ffe3c9}
.annotation-ring{position:absolute;border:2px solid #bfddff;border-radius:50%;box-shadow:0 0 0 6px #a0ceff40,0 0 30px #a0ceff44;animation:annotationPulse 2.5s ease-in-out infinite}
.speaker-main{left:50.5%;top:29.4%;width:14%;height:27%}
.speaker-tweeter{left:64.2%;top:27%;width:5.5%;height:13%}
.airflow-lines{position:absolute;inset:0;width:100%;height:100%;filter:drop-shadow(0 0 8px #ee853f);opacity:.95}
.airflow-lines path{stroke-dasharray:40 16;animation:airflow 2s linear infinite}
.annotation-frame{position:absolute;border:2px solid #c7e1ff;border-radius:6px;box-shadow:0 0 0 5px #96caff25}
.displays-frame{left:10.5%;top:28.6%;width:70.1%;height:19.5%}
.controls-frame{left:6%;top:33.6%;width:43%;height:34.5%}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@keyframes pinPulse{0%{transform:scale(.8);opacity:.7}85%,100%{transform:scale(1.7);opacity:0}}
@keyframes detailArrive{from{opacity:.35;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes annotationPulse{50%{box-shadow:0 0 0 11px #a0ceff20,0 0 40px #a0ceff66}}
@keyframes airflow{to{stroke-dashoffset:-112}}
@media(min-width:1600px){.tour-section{padding-left:max(5%,calc((100vw - 1500px)/2));padding-right:max(5%,calc((100vw - 1500px)/2))}}
@media(max-width:1150px){.tour-layout{grid-template-columns:1fr}.tour-visual{position:relative;top:0}.tour-detail{border-left:0;border-top:1px solid #ffffff25;padding:28px}.tour-detail h3{font-size:34px}.detail-top .eyebrow{max-width:none}.tour-feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:0 24px}.tour-feature-list button{padding:14px 0;min-height:52px}.tour-detail-actions{flex-direction:row;gap:24px;align-items:center}.tour-stage-footer{padding:14px 22px}#tour-description{max-width:770px}.tour-heading>p{max-width:300px}}
@media(max-width:700px){.header{height:100px}.header nav{top:100px}.header .logo{width:89px}.hero-content{padding-top:166px}.hero-actions{gap:23px}.hero-spec-link{font-size:13px}.hero-actions .button{gap:25px;padding:16px 19px}.tour-section{padding:65px 4%}.tour-heading{align-items:flex-start;flex-direction:column;gap:22px;margin-bottom:30px}.tour-heading h2{font-size:54px;letter-spacing:-2.5px;margin-top:20px}.tour-heading>p{font-size:15px;max-width:none}.tour-toolbar{padding:13px 12px;gap:5px}.tour-scenes{padding:4px;gap:1px}.tour-scenes button{padding:9px 18px;font-size:14px;min-height:42px}.tour-model{display:none}.tour-detail{padding:25px 20px}.tour-detail h3{font-size:31px}.tour-stage-footer{flex-wrap:wrap;padding:12px 14px;gap:10px}.tour-stage-footer #tour-view-label{font-size:10px;letter-spacing:1px}.tour-back{top:12px;left:12px;font-size:12px;padding:9px 13px;min-height:40px}.tour-feature-list{grid-template-columns:1fr 1fr;gap:0 20px}.tour-feature-list button{font-size:13px;gap:8px;min-height:57px}.tour-feature-list button span{min-width:15px}.tour-feature-list button i{display:none}.tour-detail-actions{flex-wrap:wrap;gap:0 20px}.tour-detail-actions .text-button{font-size:13px}.tour-next{font-size:13px}.car-hotspot{width:44px;height:44px}.pin-cross{width:27px;height:27px;font-size:21px;box-shadow:0 0 0 4px #ffffff30,0 2px 10px #00132688}.pin-label{display:none}.compare-label{top:63px;font-size:10px;padding:6px 9px}.compare-label.up{left:12px}.compare-label.down{right:12px}.compare-hint{bottom:13px;font-size:10px;letter-spacing:1px;padding:8px 12px}.compare-divider>span{width:42px;height:42px;font-size:23px}.annotation-caption{font-size:9px;left:10px;bottom:10px;padding:7px 9px;letter-spacing:.7px}.contact-mark{display:none}#tour-roof-controls button{font-size:12px;padding:7px 11px}footer .logo{width:87px;margin-right:0}}
@media(prefers-reduced-motion:reduce){.tour-picture{transition:none}.car-hotspot::before,.airflow-lines path,.annotation-ring,.tour-detail.detail-arrive h3{animation:none}.airflow-lines path{stroke-dasharray:none}}

/* Official supplied MLQ mark: inverse on navy, original navy on light. */
.header .logo img,.contact-mark img{filter:brightness(0) invert(1)}
footer .logo{padding:0;background:transparent}

/* Keep the benefit beside the photograph, including on small screens. */
.tour-stage{scroll-margin-top:16px}
.tour-caption{padding:25px 28px 20px;border-top:1px solid #ffffff20;background:#12263b}
#tour-caption-title{font-size:12px;font-weight:600;line-height:1.5;letter-spacing:1.6px;text-transform:uppercase;color:#b9d7fa;margin:0 0 9px;outline:none}
#tour-benefit{font-size:17px;line-height:1.65;color:#f1f5fb;max-width:740px}
.tour-caption .tour-detail-actions{flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px 26px;margin:14px 0 0}
.tour-caption .tour-detail-actions:has(button:not([hidden])){margin-bottom:0}
.tour-caption .tour-detail-actions button{min-height:44px}
.has-feature .tour-stage-footer{display:none}
.grip-left{left:32.5%;top:36%;width:10%;height:38%;border-radius:48%}
.grip-right{left:79.1%;top:36%;width:9.5%;height:38%;border-radius:48%}
.exhaust-frame{left:56.8%;top:54.5%;width:10%;height:13.6%;transform:rotate(-33deg)}
.wind-front{left:36.7%;top:12.9%;width:34.2%;height:4.2%}
.wind-rear{left:34.8%;top:43.1%;width:39.7%;height:15.2%;border-radius:14px}
.gallery-stage>img{height:52svh}
.gallery-footer{align-items:flex-start;padding-top:18px;padding-bottom:20px}
.gallery-copy{max-width:760px}
#gallery-caption{font-weight:500;color:#fff;line-height:1.5}
#gallery-description{font-size:14px;line-height:1.6;color:#bbcada;margin-top:7px}
#gallery-count{white-space:nowrap;padding-top:3px;font-variant-numeric:tabular-nums}
@media(max-width:700px){
  .tour-caption{padding:21px 18px 16px}
  #tour-caption-title{font-size:11px;letter-spacing:1.1px}
  #tour-benefit{font-size:15px;line-height:1.65}
  .tour-caption .tour-detail-actions{gap:0 18px;margin-top:9px}
  .tour-caption .tour-detail-actions button{font-size:12px}
  .tour-feature-list button{min-height:60px}
  .gallery-stage>img{height:39svh}
  .gallery-footer{gap:12px;padding:15px 0}
  #gallery-caption{font-size:13px}
  #gallery-description{font-size:13px;line-height:1.55}
}
