:root{--background:#fff;--background-secondary:#eee8de;--surface:#fff;--surface-secondary:#eee8de;--text-primary:#142536;--text-secondary:#6e6e73;--text-tertiary:#86868b;--border:#d7ccbf;--border-soft:#00000014;--accent:#9b573b;--accent-hover:#85472f;--accent-active:#743b28;--accent-soft:#9b573b14;--success:#248a3d;--warning:#b25000;--danger:#d70015;--shadow:0 16px 50px #00000012;--radius:22px;--container:min(1320px,calc(100% - 40px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text-primary);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}::selection{background:var(--accent-soft);color:var(--accent-active)}.skip-link{z-index:100;box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:12px 16px;position:fixed;top:-60px;left:16px}.skip-link:focus{top:16px}.container{width:var(--container);margin-inline:auto}.narrow{max-width:800px}.section{padding:96px 0}.section-sm{padding:64px 0}.muted-section{background:var(--background-secondary)}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-size:13px;font-weight:700}.display{letter-spacing:-.055em;max-width:1000px;margin:18px 0 24px;font-size:clamp(44px,6vw,78px);line-height:.98}.headline{letter-spacing:-.04em;margin:12px 0 18px;font-size:clamp(34px,4vw,54px);line-height:1.04}.subheadline{letter-spacing:-.025em;font-size:clamp(20px,2vw,28px);line-height:1.25}.lede{color:var(--text-secondary);max-width:720px;font-size:18px;line-height:1.55}.small{color:var(--text-secondary);font-size:14px}.price{letter-spacing:-.035em;font-size:28px;font-weight:700}.row{align-items:center;display:flex}.stack{flex-direction:column;display:flex}.cluster{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.grid{gap:24px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.space-between{justify-content:space-between}.center{text-align:center}.section-header{justify-content:space-between;align-items:end;gap:32px;margin-bottom:36px;display:flex}.section-header h2{margin-bottom:0}.button{color:#fff;background:var(--accent);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 22px;font-weight:650;transition:background .2s,transform .2s,border-color .2s;display:inline-flex}.button:hover{background:var(--accent-hover);transform:translateY(-1px)}.button:active{background:var(--accent-active);transform:none}.button.secondary{color:var(--text-primary);border-color:var(--border);background:#fff}.button.secondary:hover{background:var(--background-secondary)}.button.dark{background:var(--text-primary)}.button.small-button{min-height:40px;padding:0 17px;font-size:14px}.icon-button{border:1px solid var(--border-soft);width:44px;height:44px;color:var(--text-primary);background:#f7f3ebeb;border-radius:50%;place-items:center;display:grid}.button:focus-visible,.icon-button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #9b573b59}.badge{border:1px solid var(--border-soft);background:#f7f3ebf0;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.badge.blue{color:#85472f;background:#f0e1d4;border-color:#0000}.badge.warning{color:var(--warning)}.card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);overflow:hidden}.card-pad{padding:28px}.card-hover{transition:transform .25s,box-shadow .25s}.card-hover:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.input,.select,.textarea{border:1px solid var(--border);width:100%;min-height:52px;color:var(--text-primary);background:#fff;border-radius:13px;padding:0 15px}.textarea{resize:vertical;min-height:120px;padding-block:14px}.field label{margin-bottom:8px;font-size:14px;font-weight:650;display:block}.search-shell{border:1px solid var(--border-soft);background:#fff;border-radius:22px;align-items:center;gap:10px;padding:10px;display:flex;box-shadow:0 20px 55px #0000001a}.search-shell input{background:0 0;border:0;outline:0;flex:1;min-width:0;padding:0 10px;font-size:17px}.chip{border:1px solid var(--border);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:7px;min-height:40px;padding:0 16px;font-size:14px;display:inline-flex}.chip:hover{border-color:#999}.metric{color:var(--text-secondary);align-items:center;gap:8px;font-size:14px;display:flex}.divider{border:0;border-top:1px solid var(--border-soft);margin:24px 0}.legal-note{color:var(--text-tertiary);font-size:12px;line-height:1.5}.site-header{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(18px);backdrop-filter:saturate(180%)blur(18px);border-bottom:1px solid var(--border-soft);background:#f7f3ebdb;height:70px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;height:100%;display:flex}.logo{letter-spacing:.12em;align-items:center;gap:10px;font-size:17px;font-weight:800;display:flex}.logo-mark{background:var(--text-primary);color:#fff;border-radius:9px;place-items:center;width:30px;height:30px;font-size:13px;display:grid}.main-nav{gap:28px;font-size:14px;display:flex}.main-nav a:hover{color:var(--accent)}.header-actions{align-items:center;gap:10px;display:flex}.mobile-menu{display:none}.demo-banner{color:#815000;text-align:center;background:#fff7e8;border-bottom:1px solid #f1d8a7;padding:8px 20px;font-size:12px}.hero{padding:76px 0 0;overflow:hidden}.hero-copy{z-index:2;position:relative}.hero-visual{background:#ddd;border-radius:30px 30px 0 0;min-height:500px;margin-top:44px;position:relative;overflow:hidden}.hero-visual img{object-fit:cover}.hero-visual:after{content:"";background:linear-gradient(#0000 55%,#00000038);position:absolute;inset:0}.hero-search{z-index:3;width:min(760px,100% - 40px);position:absolute;bottom:34px;left:50%;transform:translate(-50%)}.quick-filters{scrollbar-width:none;gap:8px;padding:18px 2px 2px;display:flex;overflow-x:auto}.quick-filters::-webkit-scrollbar{display:none}.trust-strip{color:var(--text-secondary);grid-template-columns:repeat(5,1fr);gap:24px;padding:32px 0;font-size:14px;display:grid}.trust-strip div{align-items:center;gap:9px;display:flex}.vehicle-card{position:relative}.vehicle-image{aspect-ratio:4/3;background:var(--background-secondary);position:relative;overflow:hidden}.vehicle-image img{object-fit:cover;transition:transform .4s}.vehicle-badges{z-index:2;gap:6px;display:flex;position:absolute;top:14px;left:14px}.vehicle-actions{z-index:3;position:absolute;top:14px;right:14px}.vehicle-content{padding:20px}.vehicle-title{letter-spacing:-.025em;margin:0 0 5px;font-size:20px;font-weight:700}.vehicle-version{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:17px;font-size:14px;overflow:hidden}.vehicle-price-row{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:18px;display:flex}.monthly{color:var(--text-secondary);font-size:13px}.vehicle-specs{color:var(--text-secondary);grid-template-columns:repeat(2,1fr);gap:9px;font-size:13px;display:grid}.image-disclaimer{z-index:2;color:#fff;background:#00000094;border-radius:999px;padding:5px 8px;font-size:10px;position:absolute;bottom:12px;right:14px}.type-card{color:#fff;align-items:flex-end;min-height:300px;padding:26px;display:flex;position:relative}.type-card img{object-fit:cover}.type-card:after{content:"";background:linear-gradient(#0000 35%,#000000bf);position:absolute;inset:0}.type-card>:not(img){z-index:2;position:relative}.type-card h3{margin:0;font-size:25px}.budget-box{background:#fff;border-radius:28px;grid-template-columns:1.2fr .8fr;gap:40px;padding:42px;display:grid}.range{accent-color:var(--accent);width:100%}.budget-result{background:var(--text-primary);color:#fff;border-radius:22px;flex-direction:column;justify-content:space-between;padding:32px;display:flex}.budget-result strong{letter-spacing:-.06em;font-size:52px}.steps{counter-reset:steps}.step{border-bottom:1px solid var(--border-soft);grid-template-columns:52px 1fr;gap:18px;padding:24px 0;display:grid}.step:before{counter-increment:steps;content:"0" counter(steps);color:var(--accent);padding-top:5px;font-size:13px;font-weight:700}.footer{background:var(--text-primary);color:#fff;padding:70px 0 110px}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:48px;display:grid}.footer h3{color:#a1a1a6;margin:0 0 18px;font-size:14px}.footer a{color:#eee8de;margin:12px 0;font-size:14px;display:block}.footer-meta{color:#a1a1a6;border-top:1px solid #ffffff1f;justify-content:space-between;gap:24px;margin-top:50px;padding-top:24px;font-size:12px;display:flex}.mobile-cta{display:none}.stock-layout{grid-template-columns:270px 1fr;align-items:start;gap:38px;display:grid}.filters{position:sticky;top:94px}.filter-group{margin-bottom:20px}.filter-group label{margin-bottom:8px;font-size:13px;font-weight:700;display:block}.active-filter{background:var(--accent-soft);color:var(--accent-active);border-color:#0000}.stock-toolbar{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.filter-mobile-button{display:none}.empty{text-align:center;border:1px dashed var(--border);border-radius:24px;padding:64px 24px}.empty h2{margin-top:0}.breadcrumbs{color:var(--text-secondary);flex-wrap:wrap;gap:7px;padding:26px 0;font-size:13px;display:flex}.vdp-layout{grid-template-columns:minmax(0,1.65fr) minmax(330px,.8fr);align-items:start;gap:42px;display:grid}.gallery{grid-template-columns:1fr 1fr;gap:10px;display:grid}.gallery-item{aspect-ratio:4/3;background:var(--background-secondary);border-radius:16px;position:relative;overflow:hidden}.gallery-item:first-child{aspect-ratio:16/9;grid-column:1/-1}.gallery-item img{object-fit:cover}.vdp-summary{padding:30px;position:sticky;top:96px}.vdp-title{letter-spacing:-.04em;margin:10px 0 6px;font-size:35px}.spec-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.spec{background:var(--background-secondary);border-radius:16px;padding:18px}.spec span{color:var(--text-secondary);margin-bottom:6px;font-size:12px;display:block}.detail-list{grid-template-columns:repeat(2,1fr);display:grid}.detail-list div{border-bottom:1px solid var(--border-soft);justify-content:space-between;gap:20px;padding:14px 0;display:flex}.detail-list dt{color:var(--text-secondary)}.detail-list dd{margin:0;font-weight:600}.equipment{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.equipment div{align-items:center;gap:9px;display:flex}.sticky-actions{gap:10px;display:grid}.lead-form{gap:14px;display:grid}.page-hero{padding:80px 0 55px}.split{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.wizard{padding:32px}.progress{background:var(--background-secondary);border-radius:999px;height:5px;margin-bottom:28px;overflow:hidden}.progress span{background:var(--accent);height:100%;transition:width .3s;display:block}.wizard-options{grid-template-columns:1fr 1fr;gap:10px;display:grid}.wizard-option{border:1px solid var(--border);text-align:left;background:#fff;border-radius:14px;padding:18px}.wizard-option.selected{border-color:var(--accent);background:var(--accent-soft)}.wizard-controls{justify-content:space-between;gap:12px;margin-top:24px;display:flex}.compare-table{border-collapse:collapse;width:100%}.compare-table th,.compare-table td{text-align:left;border-bottom:1px solid var(--border-soft);min-width:190px;padding:16px}.compare-table th:first-child,.compare-table td:first-child{z-index:2;background:#fff;min-width:150px;position:sticky;left:0}.table-scroll{overflow-x:auto}.search-overlay{z-index:80;background:#00000073;place-items:start center;padding:80px 20px;display:grid;position:fixed;inset:0}.search-panel{width:min(720px,100%);box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:18px}.search-results{max-height:55vh;margin-top:14px;overflow:auto}.search-result{border-radius:12px;justify-content:space-between;padding:14px;display:flex}.search-result:hover{background:var(--background-secondary)}@media (max-width:980px){.main-nav,.header-actions .button{display:none}.mobile-menu{display:grid}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:repeat(3,1fr)}.stock-layout{grid-template-columns:1fr}.filters{display:none}.filter-mobile-button{display:inline-flex}.vdp-layout{grid-template-columns:1fr}.vdp-summary{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}.budget-box,.split{grid-template-columns:1fr}.hero-visual{min-height:430px}}@media (max-width:640px){:root{--container:min(100% - 28px,1320px)}.section{padding:68px 0}.section-sm{padding:48px 0}.display{font-size:44px}.headline{font-size:36px}.lede{font-size:17px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section-header{margin-bottom:25px;display:block}.section-header .button{margin-top:18px}.header-inner{gap:10px}.header-actions{gap:5px}.hero{padding-top:48px}.hero-visual{border-radius:22px 22px 0 0;min-height:430px;margin-top:34px}.hero-search{bottom:20px}.search-shell{border-radius:18px}.search-shell .button span{display:none}.trust-strip{scrollbar-width:none;gap:28px;padding:24px 0;display:flex;overflow-x:auto}.trust-strip div{white-space:nowrap}.vehicle-content{padding:18px}.type-card{min-height:240px}.budget-box{gap:22px;padding:24px}.budget-result strong{font-size:44px}.footer-grid{grid-template-columns:1fr 1fr;gap:36px 20px}.footer-grid>div:first-child{grid-column:1/-1}.footer-meta{display:block}.footer-meta div+div{margin-top:14px}.mobile-cta{z-index:48;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border-soft);padding:8px 10px max(8px,env(safe-area-inset-bottom));background:#f7f3ebf0;grid-template-columns:repeat(3,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-cta a{place-items:center;gap:3px;min-height:50px;font-size:11px;display:grid}.mobile-cta a:nth-child(2){background:var(--text-primary);color:#fff;border-radius:13px}.vdp-layout{gap:24px}.gallery{scroll-snap-type:x mandatory;margin-inline:-14px;padding-inline:14px;display:flex;overflow-x:auto}.gallery-item,.gallery-item:first-child{aspect-ratio:4/3;scroll-snap-align:center;min-width:88vw}.vdp-summary{padding:22px}.vdp-title{font-size:30px}.spec-grid{grid-template-columns:repeat(2,1fr)}.detail-list,.equipment{grid-template-columns:1fr}.page-hero{padding:55px 0 38px}.wizard{padding:22px}.wizard-options{grid-template-columns:1fr}.stock-toolbar{align-items:flex-start}.stock-toolbar .select{width:155px}.desktop-only{display:none}}.muted-section .eyebrow,.active-filter{color:#85472f}.card[style*="background:#142536"] .eyebrow{color:#e6b99a}.brand-lockup{letter-spacing:.12em;white-space:nowrap;align-items:center;gap:11px;font-size:17px;font-weight:800;display:inline-flex}.brand-lockup svg{width:34px;height:34px;overflow:visible}.footer .brand-lockup{color:#fff}@media (max-width:640px){.search-shell .button span{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;display:block;position:absolute;overflow:hidden}.vdp-layout{flex-direction:column;display:flex}.vdp-summary{order:-1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}:root{--accent:#9b573b;--text-primary:#142536;--accent-hover:#85472f;--radius:16px}.main-nav{gap:23px}.brand-lockup{letter-spacing:.04em;font-size:20px}.button{transition:transform .35s cubic-bezier(.2,.8,.2,1),background .25s}.reading-progress{height:3px;width:var(--progress,0%);background:var(--accent);z-index:110;position:fixed;top:0;left:0}.route-curtain{z-index:105;color:#fff;pointer-events:none;background:#9b573b;place-items:center;display:grid;position:fixed;inset:0;transform:translateY(-100%)}.route-curtain>span{letter-spacing:-.05em;font-size:clamp(32px,8vw,100px);font-weight:850}.route-curtain span span{letter-spacing:.12em;text-align:center;margin-top:15px;font-size:15px;font-weight:400;display:block}.will-reveal{opacity:0;transition:opacity .85s,transform .85s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.will-reveal.is-visible{opacity:1;transform:none}.showroom-hero{background:#d5dce1;height:620px;position:relative}.showroom-visual{position:absolute;inset:0;overflow:hidden}.showroom-visual>img{object-fit:cover;object-position:center 55%;width:100%;height:calc(100% + 160px);transform:translateY(calc(var(--scroll,0px) - 80px));will-change:transform}.showroom-shade{background:linear-gradient(#ecf1f74d,#0000 45%,#0d1e2f85);position:absolute;inset:0}.hero-search-top{z-index:2;padding-top:26px;position:relative}.discovery-search{background:#fff;border-radius:60px;grid-template-columns:1.4fr 1fr 1fr auto;align-items:center;gap:22px;max-width:1080px;margin:auto;padding:10px 12px 10px 30px;display:grid;box-shadow:0 10px 35px #1a293d21}.discovery-search label{border-right:1px solid #ded4c7;padding-right:15px;font-size:12px;font-weight:700}.discovery-search input{color:#142536;outline-offset:2px;background:0 0;border:0;width:100%;padding:6px 0;font-size:15px;display:block}.discovery-search .button{min-height:54px;padding-inline:30px}.showroom-caption{color:#fff;justify-content:space-between;align-items:center;gap:20px;display:flex;position:absolute;bottom:94px;left:4%;right:4%}.showroom-caption>span:first-child{letter-spacing:.15em;font-size:11px}.showroom-caption>span:nth-child(2){letter-spacing:-.04em;font-size:22px}.showroom-caption>a{border:1px solid #ffffff80;border-radius:50%;place-items:center;width:45px;height:45px;font-size:24px;display:grid}.hero-wave{clip-path:ellipse(64% 100% at 60% 100%);background:#fff;width:110%;height:75px;position:absolute;bottom:-1px;left:-5%}.category-section{padding:50px 0 70px;scroll-margin-top:100px}.category-section h2{letter-spacing:-.03em;margin:0;font-size:27px}.round-control{width:44px;height:44px;color:inherit;background:0 0;border:1px solid #d7ccbf;border-radius:50%;place-items:center;transition:background .2s,transform .2s;display:grid}.round-control:hover{background:#e9dfd1;transform:scale(1.06)}.category-rail{scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;padding:5px 0 12px;display:flex;overflow:auto}.category-tile{scroll-snap-align:start;border:1px solid #ded4c7;border-radius:12px;flex:1 0 175px;min-height:142px;padding:22px 18px 16px;transition:background .3s,border-color .3s;position:relative}.category-tile img{object-fit:contain;width:100%;height:66px;margin-bottom:15px;transition:transform .45s cubic-bezier(.2,.8,.2,1)}.category-tile span{font-size:13px;font-weight:600}.category-tile>svg{opacity:0;transition:opacity .3s;position:absolute;bottom:17px;right:14px}.category-tile:hover{background:#f0e1d4;border-color:#9b573b}.category-tile:hover img{transform:translate(8px)}.category-tile:hover>svg{opacity:1}.all-stock{border-bottom:1px solid #c7b8a7;align-items:center;gap:14px;width:fit-content;margin:32px auto 0;padding-bottom:8px;font-size:14px;display:flex}.drive-story{color:#fff;background:#1e2a38;height:670px;position:relative}.drive-background,.drive-reveal{background:linear-gradient(90deg,#040f1cc7,#040f1c14),url(https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=2200&q=85) 50% 62%/cover;position:absolute;inset:0}.drive-background{filter:saturate(.15)}.drive-reveal{filter:saturate(1.8);background-image:linear-gradient(90deg,#040f1c59,#0000),url(https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=2200&q=85);transition:clip-path .25s ease-out}.drive-content{pointer-events:none;padding-top:90px;position:relative}.drive-content .eyebrow{color:#e6b99a}.drive-content h1{letter-spacing:-.065em;margin:32px 0 68px;font-size:clamp(48px,6.6vw,94px);font-weight:650;line-height:1.02}.drive-content em{color:#e6b99a;font-style:normal}.drive-bottom{justify-content:space-between;align-items:center;gap:20px;display:flex}.drive-bottom p{color:#e3e8ed;font-size:18px;line-height:1.6}.film-button{pointer-events:auto;color:#fff;background:0 0;border:0;align-items:center;gap:16px;font-size:14px;display:flex}.film-button>span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #ffffff7a;border-radius:50%;place-items:center;width:65px;height:65px;display:grid}.brand-marquee{color:#fff;background:#9b573b;padding:26px 0;overflow:hidden}.brand-marquee>div{width:max-content;animation:36s linear infinite marquee;display:flex}.brand-marquee span{letter-spacing:-.04em;white-space:nowrap;font-size:clamp(22px,3vw,44px);font-weight:750}.brand-marquee b{color:#e6b99a;padding:0 35px;font-weight:400}@keyframes marquee{to{transform:translate(-50%)}}.arrivals-rail{scroll-snap-type:x mandatory;scrollbar-width:thin;gap:24px;padding:8px 2px 25px;display:flex;overflow-x:auto}.arrivals-rail>.vehicle-card{scroll-snap-align:start;flex:0 0 calc(33.3333% - 16px)}.vehicle-image img{transition:transform .8s cubic-bezier(.2,.8,.2,1)}.vehicle-card:hover .vehicle-image img{transform:scale(1.06)}.world-section{background:#eee8de}.world-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.world-card{background:#dbe1e7;border-radius:14px;height:365px;position:relative;overflow:hidden}.world-card>img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.world-card:after{content:"";background:linear-gradient(#0000 25%,#172334bd);position:absolute;inset:0}.world-card>div{z-index:1;color:#fff;position:absolute;bottom:27px;left:22px}.world-card>div>span{font-size:12px}.world-card h3{letter-spacing:-.04em;max-width:160px;margin:8px 0 0;font-size:27px;line-height:1.05}.world-arrow{z-index:1;background:#fff;border-radius:50%;padding:10px;transition:transform .4s;position:absolute;top:18px;right:18px}.world-card:hover>img{transform:scale(1.08)}.world-card:hover .world-arrow{transform:rotate(45deg)}.world-card:nth-child(2){transition-delay:80ms}.world-card:nth-child(3){transition-delay:.16s}.world-card:nth-child(4){transition-delay:.24s}.budget-section{background:#e9dfd1}.budget-section .headline{margin-bottom:35px}.budget-box{background:#fff;border-radius:18px}.budget-result{background:#142536;border-radius:13px}.ownership-section{grid-template-columns:1.15fr 1fr;align-items:center;gap:75px;display:grid}.ownership-image{border-radius:14px;height:500px;overflow:hidden}.ownership-image img{object-fit:cover;width:100%;height:100%}.ownership-copy .headline{font-size:clamp(42px,5vw,70px)}.ownership-copy .button{margin-top:20px}.sell-section{color:#fff;background:#142536;padding:90px 0;position:relative;overflow:hidden}.sell-section .container{z-index:1;position:relative}.sell-section .eyebrow{color:#e6b99a}.sell-section h2{letter-spacing:-.06em;margin:28px 0 35px;font-size:clamp(44px,6vw,82px);line-height:1.02}.sell-section p{color:#eee0d3;margin-top:22px;font-size:13px}.sell-watermark{letter-spacing:-.08em;color:#ffffff10;font-size:clamp(120px,23vw,350px);font-weight:900;line-height:.84;position:absolute;top:20px;right:-45px;transform:rotate(-12deg)}.closing-section{text-align:center}.closing-section .legal-note{margin-top:55px}.experience-modal{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#102137bb;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.experience-modal>div{background:#fff;border-radius:24px;width:min(670px,100%);max-height:90dvh;padding:50px;animation:.4s dialog-in;position:relative;overflow:auto}.experience-modal .round-control{position:absolute;top:18px;right:18px}.experience-modal h2{letter-spacing:-.045em;font-size:38px}.experience-modal ol{padding-left:22px}.experience-modal li{padding:10px}.experience-modal li p{color:#6e6e73;font-size:14px}@keyframes dialog-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}@media (min-width:981px){.site-header .mobile-menu{display:grid}}@media (max-width:980px){.discovery-search{grid-template-columns:1.3fr 1fr auto;gap:14px}.discovery-search label:nth-child(2){display:none}.showroom-hero{height:560px}.world-grid{grid-template-columns:repeat(2,1fr)}.arrivals-rail>.vehicle-card{flex-basis:47%}.ownership-section{gap:32px}.ownership-image{height:430px}.showroom-caption>span:nth-child(2){font-size:18px}.drive-content h1{margin-bottom:90px}.drive-story{height:620px}}@media (max-width:640px){.site-header{height:72px}.brand-lockup{font-size:16px}.brand-lockup svg{width:29px;height:29px}.showroom-hero{height:540px}.hero-search-top{padding-top:17px}.discovery-search{grid-template-columns:1fr auto;gap:8px;padding:10px 10px 10px 20px}.discovery-search label:nth-child(3){display:none}.discovery-search input{font-size:13px}.discovery-search .button{width:48px;min-height:48px;padding:0;font-size:0}.discovery-search .button svg{width:20px}.showroom-visual>img{object-position:49% center}.showroom-caption{flex-wrap:wrap;gap:15px;bottom:90px}.showroom-caption>span:first-child{width:100%}.showroom-caption>span:nth-child(2){max-width:230px;font-size:17px}.hero-wave{height:45px}.category-section{padding-top:32px;padding-bottom:45px}.category-section .section-header{align-items:center;gap:8px;display:flex}.category-section h2{font-size:23px}.round-control{width:36px;height:36px}.category-tile{flex-basis:150px}.drive-story{height:590px}.drive-content{padding-top:64px}.drive-content h1{margin:28px 0 65px;font-size:49px}.drive-bottom{flex-direction:column;align-items:flex-start}.drive-bottom p{font-size:16px}.film-button>span{width:48px;height:48px}.drive-reveal{display:none}.arrivals .section-header{align-items:end;display:flex}.arrivals .headline{font-size:31px}.arrivals .section-header>.cluster{flex-wrap:nowrap;gap:6px}.arrivals-rail>.vehicle-card{flex-basis:88%}.world-grid{gap:12px}.world-card{height:270px}.world-card>div{bottom:20px;left:15px}.world-card h3{max-width:135px;font-size:24px}.world-arrow{padding:6px;top:12px;right:12px}.world-arrow svg{width:19px}.ownership-section{grid-template-columns:1fr}.ownership-image{height:320px}.sell-section{padding:65px 0}.sell-watermark{top:160px;right:-10px}.experience-modal>div{padding:50px 25px 30px}.experience-modal h2{font-size:30px}}@media (prefers-reduced-motion:reduce){.route-curtain{display:none}.will-reveal{opacity:1;transform:none}.brand-marquee>div{animation:none}.showroom-visual>img{transform:none}.drive-reveal{display:none}}.mega-menu{color:#fff;background:#142536;border:0;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:35px 5vw;position:fixed;inset:0}.mega-menu::backdrop{background:#10213799}.mega-menu[open]{flex-direction:column;animation:.5s cubic-bezier(.16,1,.3,1) menu-in;display:flex}.mega-top,.mega-bottom{justify-content:space-between;align-items:center;display:flex}.mega-menu nav{flex-direction:column;width:min(100%,1100px);margin:auto;display:flex}.mega-menu nav a{letter-spacing:-.055em;border-bottom:1px solid #ffffff20;justify-content:space-between;align-items:center;padding:9px 0;font-size:clamp(28px,4.8vw,66px);transition:color .2s,padding .25s;animation:.6s both menu-item;display:flex}.mega-menu nav a:hover{color:#e6b99a;padding-left:20px}.mega-menu nav a svg{width:35px;height:35px}.mega-bottom{letter-spacing:.1em;color:#cabfb2;font-size:11px}.mega-menu .round-control:hover{background:#2b3c4b}@keyframes menu-in{0%{clip-path:inset(0 0 100%)}to{clip-path:inset(0)}}@keyframes menu-item{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}@media (max-width:980px){.filters:target{background:#eee8de;border-radius:16px;padding:24px;scroll-margin-top:100px;display:block;position:relative;top:0}.stock-toolbar .cluster>form{display:flex}.stock-toolbar .select{max-width:175px}}:root{--background:#f7f3eb;--background-secondary:#eee8de;--surface:#fffcf6;--surface-secondary:#eee8de;--text-primary:#142536;--text-secondary:#68635d;--text-tertiary:#777067;--accent:#9b573b;--accent-hover:#85472f;--accent-active:#743b28;--accent-soft:#9b573b1a;--border:#d7ccbf;--border-soft:#1425361c}.hero-wave{background:var(--background)}.discovery-search,.search-shell,.search-panel,.budget-box,.experience-modal>div,.input,.select,.textarea,.chip,.button.secondary,.wizard-option{background:var(--surface)}.badge.blue,.active-filter{color:#85472f;background:#f0e1d4}.route-curtain,.brand-marquee,.footer{color:#f7f3eb;background:#142536}.route-curtain>span{color:#e6b99a}.route-curtain span span{color:#f7f3eb}.brand-marquee b{color:#c68b66}.world-arrow{background:#f7f3eb}.sell-section .button{color:#142536;background:#e6b99a}.sell-section .button:hover{background:#f0c9ab}.footer a{color:#f7f3eb}.footer h3,.footer-meta{color:#c7b8a7}.legal-note{color:#68635d}.discovery-search input{color:#142536}:root{--ease-out:cubic-bezier(.23,1,.32,1);--ease-in-out:cubic-bezier(.77,0,.175,1);--ease-drawer:cubic-bezier(.32,.72,0,1)}.showroom-home{overflow:clip}.norris-hero{color:#f7f3eb;background:#142536;height:auto;position:relative}.norris-hero.cinema-enabled{height:175vh}.cinema-stage{height:calc(100svh - 82px);min-height:780px;position:relative;overflow:hidden}.cinema-enabled .cinema-stage{height:calc(100vh - 82px);position:sticky;top:82px}.cinema-picture{transform-origin:50% 35%;will-change:transform;position:absolute;inset:0;overflow:hidden}.cinema-picture>img,.cinema-slices img{object-fit:cover;object-position:60% 60%;width:100%;height:100%}.cinema-picture>img{filter:saturate(.25)brightness(.75)}.cinema-slices{opacity:0;will-change:clip-path;transition:opacity .2s;position:absolute;inset:0}.cinema-slices>div{position:absolute;inset:0}.cinema-slices img{filter:sepia(.45)saturate(1.8)brightness(1.25)}.cinema-shade{background:linear-gradient(90deg,#101c2aba,#0000 80%),linear-gradient(#0000 60%,#142536b3);position:absolute;inset:0}.cinema-topline{letter-spacing:.16em;z-index:2;justify-content:space-between;align-items:center;gap:20px;font-size:10px;display:flex;position:absolute;top:30px;left:4%;right:4%}.motion-toggle{color:#f7f3eb;letter-spacing:.04em;background:#14253640;border:1px solid #f7f3eb40;border-radius:30px;align-items:center;gap:8px;padding:9px 12px;font-size:10px;display:flex}.cinema-title{will-change:transform,opacity;width:92%;margin:auto;padding-top:125px;position:relative}.cinema-kicker{letter-spacing:.15em;color:#e6b99a;font-size:11px}.cinema-title h1{letter-spacing:-.075em;margin:25px 0 42px;font-size:clamp(80px,11.5vw,170px);font-weight:700;line-height:.91}.cinema-title h1>span{animation:title-arrive .9s var(--ease-out) both;display:block}.cinema-title h1>span:nth-child(2){animation-delay:80ms}.cinema-title h1 em{color:#e6b99a;font-family:Georgia,Times New Roman,serif;font-weight:400}.cinema-title-bottom{justify-content:space-between;align-items:center;gap:25px;display:flex}.cinema-title-bottom p{font-size:17px;line-height:1.5}.cinema-cta{color:#142536;transition:transform .16s var(--ease-out);background:#f7f3eb;border-radius:40px;align-items:center;gap:45px;padding:20px 26px;font-size:14px;display:flex}.cinema-message{text-align:center;background:#142536;padding:80px 4%;position:relative}.cinema-enabled .cinema-message{opacity:0;pointer-events:none;background:0 0;padding:35px 4%;position:absolute;inset:auto 0 60px}.cinema-message>span{letter-spacing:.2em;color:#e6b99a;font-size:10px}.cinema-message h2{letter-spacing:-.04em;margin:20px 0;font-size:clamp(28px,3.5vw,49px);font-weight:500;line-height:1.1}.cinema-message a{pointer-events:auto;border-bottom:1px solid #e6b99a;align-items:center;gap:15px;padding-bottom:8px;font-size:13px;display:inline-flex}.cinema-scroll{letter-spacing:.14em;align-items:center;gap:18px;font-size:9px;display:flex;position:absolute;bottom:28px;left:4%}.cinema-search{padding-block:38px;scroll-margin-top:90px}.norris-gallery{background:#e9dfd1;padding:70px 0}.norris-gallery.gallery-pinned{height:270vh;padding:0}.gallery-stage{padding-block:60px}.gallery-pinned .gallery-stage{flex-direction:column;justify-content:center;height:calc(100vh - 82px);padding-block:28px;display:flex;position:sticky;top:82px}.gallery-stage .headline{font-size:clamp(35px,4vw,60px)}.gallery-stage .headline em{color:#9b573b;font-family:Georgia,serif;font-weight:400}.gallery-stage .section-header{margin-bottom:24px}.gallery-skip{align-items:center;gap:8px;margin-right:16px;font-size:11px;display:flex}.gallery-window{overflow:hidden}.norris-rail{scroll-snap-type:x mandatory;scrollbar-width:thin;gap:28px;padding-bottom:15px;display:flex;overflow-x:auto}.gallery-pinned .norris-rail{will-change:transform;overflow:visible}.norris-car{scroll-snap-align:start;flex:0 0 calc(37.7358% - 21.1321px);min-width:0}.gallery-number{letter-spacing:-.055em;color:#9b573b;margin-bottom:15px;font-size:45px;font-weight:650;line-height:1;display:block}.gallery-number>span{letter-spacing:.06em;color:#68635d;font-size:11px}.norris-car .vehicle-card{border:0}.norris-car .vehicle-image{aspect-ratio:16/10}.norris-car .vehicle-content{padding:17px}.norris-car .vehicle-specs{gap:9px}.norris-car .vehicle-title{font-size:23px}.gallery-footer{letter-spacing:.07em;justify-content:space-between;align-items:center;gap:32px;margin-top:28px;font-size:10px;display:flex}.gallery-footer>a{white-space:nowrap;align-items:center;gap:10px;display:flex}.gallery-progress{background:#c7b8a7;flex:1;max-width:440px;height:2px;overflow:hidden}.gallery-progress>span{transform-origin:0;background:#9b573b;height:100%;display:block;transform:scaleX(0)}.drive-content h2{letter-spacing:-.065em;margin:32px 0 68px;font-size:clamp(48px,6.6vw,94px);font-weight:650;line-height:1.02}.drive-content h2 em{color:#e6b99a}.world-card.is-visible img{animation:photo-unveil .8s var(--ease-out) both}.brand-marquee:hover>div{animation-play-state:paused}.button:active,.cinema-cta:active{transform:scale(.97)}.mega-menu nav a{transition:color .16s ease,transform .2s var(--ease-out)}.mega-menu nav a:hover{padding-left:0;transform:translate(12px)}@keyframes title-arrive{0%{opacity:0;clip-path:inset(100% 0 0);transform:translateY(45px)}to{opacity:1;clip-path:inset(0);transform:none}}@keyframes photo-unveil{0%{clip-path:inset(0 0 100%)}to{clip-path:inset(0)}}@media (min-width:1000px) and (max-height:800px){.cinema-stage{min-height:630px}.cinema-title{padding-top:95px}.cinema-title h1{margin-bottom:25px;font-size:clamp(75px,9vw,125px)}.norris-car .vehicle-specs{display:none}.gallery-number{margin-bottom:10px;font-size:30px}.gallery-stage .headline{font-size:40px}.gallery-stage .section-header{margin-bottom:16px}.norris-car .vehicle-image{aspect-ratio:16/9}.gallery-footer{margin-top:15px}}@media (max-width:999px){.norris-car{flex-basis:68%}.norris-gallery{padding:20px 0}.gallery-stage .section-header{align-items:center}.gallery-stage .section-header>.cluster{flex-wrap:nowrap}.gallery-skip{display:none}.cinema-stage{min-height:730px}.cinema-title h1{font-size:110px}.cinema-title{padding-top:140px}.cinema-message{display:none}.cinema-title-bottom{align-items:flex-start}}@media (max-width:760px){.cinema-stage{height:calc(100svh - 72px);min-height:650px}.cinema-topline{top:20px}.motion-toggle span{display:none}.cinema-title{padding-top:115px}.cinema-title h1{margin-top:25px;margin-bottom:45px;font-size:clamp(73px,15.5vw,110px)}.cinema-title-bottom{flex-direction:column;gap:20px}.cinema-title-bottom p{font-size:16px}.cinema-cta{gap:38px;padding:17px 23px}.cinema-picture>img{object-position:61% 60%}.cinema-slices{display:none}.cinema-search{padding-block:25px}.norris-car{flex-basis:88%}.gallery-stage{padding-block:35px}.gallery-stage .section-header{gap:12px;display:flex}.gallery-stage .headline{font-size:33px}.gallery-stage .eyebrow{font-size:9px}.gallery-number{font-size:32px}.gallery-footer{gap:15px}.gallery-footer>span{display:none}.drive-content h2{margin-bottom:65px;font-size:49px}.gallery-stage .cluster{gap:6px}}@media (hover:none),(pointer:coarse){.cinema-slices{display:none}.mega-menu nav a:hover,.world-card:hover>img,.vehicle-card:hover .vehicle-image img{transform:none}}@media (prefers-reduced-motion:reduce){.cinema-slices,.motion-toggle{display:none}.cinema-title h1>span,.world-card.is-visible img{animation:none}.cinema-picture,.cinema-title,.cinema-message,.norris-rail{transform:none!important}.cinema-title{opacity:1!important}.cinema-stage{height:auto;min-height:750px}.cinema-title{padding-bottom:110px}.cinema-message{display:none}.norris-hero.cinema-enabled,.norris-gallery.gallery-pinned{height:auto}.gallery-pinned .gallery-stage{height:auto;position:relative}.brand-marquee>div{animation:none}}.sliced-curtain{z-index:105;pointer-events:none;display:flex;position:fixed;inset:0}.sliced-curtain>span{background:#142536;flex:1;transform:translateY(-101%)}.sliced-curtain>span:nth-child(3n){background:#9b573b}.sliced-curtain>span:nth-child(3n+2){background:#243b4e}.mega-menu[open]{animation-duration:.25s;animation-timing-function:var(--ease-drawer)}.mega-menu nav a{animation-duration:.25s;animation-timing-function:var(--ease-out)}@media (prefers-reduced-motion:reduce){.sliced-curtain{display:none}}body{font-family:Arial,Helvetica Neue,Helvetica,sans-serif}.reference-home{background:#fffcf6;overflow:clip}.reference-hero{color:#fff;height:540px;position:relative}.reference-cover{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute}.reference-overlay{background:linear-gradient(90deg,#142536a8,#0000 72%);position:absolute;inset:0}.reference-search{padding-top:26px;position:relative}.reference-search .discovery-search{color:#142536;box-shadow:0 12px 40px #14253620}.reference-hero-copy{padding-top:54px;position:relative}.reference-hero-copy>span{letter-spacing:.16em;color:#ecd0bc;font-size:10px}.reference-hero-copy h1{letter-spacing:-.04em;margin:16px 0;font-size:clamp(34px,4vw,56px);line-height:1.08}.reference-hero-copy p{color:#f7f3eb;font-size:16px;line-height:1.5}.reference-hero-copy>a{border-bottom:1px solid #ffffff70;align-items:center;gap:18px;margin-top:8px;padding-bottom:7px;font-size:13px;display:inline-flex}.reference-wave{fill:#fffcf6;width:100%;height:72px;position:absolute;bottom:-1px;left:0}.reference-home h2{letter-spacing:-.035em;margin:0 0 15px;font-size:29px;font-weight:650;line-height:1.2}.reference-types{padding:65px 0 55px}.reference-types .section-header{border-bottom:1px solid #e5ded5;align-items:center;margin-bottom:22px;padding-bottom:14px}.reference-types h2{margin:0}.category-tile{text-align:center;background:#fff;border-radius:8px;min-height:145px}.category-tile>img{height:78px}.category-tile>span{font-size:14px}.reference-home .all-stock{color:#9b573b;border:0;margin-top:28px;font-size:14px;font-weight:600}.reference-experience{background:#eee8de;padding:55px 0}.experience-grid{grid-template-columns:1fr 1fr;align-items:center;gap:65px;display:grid}.experience-grid h2{margin-top:16px;font-size:42px;font-weight:400}.experience-grid h2 strong{font-size:30px;font-weight:600}.experience-grid p,.reference-services p{color:#68635d;font-size:16px;line-height:1.7}.text-link{color:#9b573b;align-items:center;gap:15px;font-size:14px;font-weight:600;display:inline-flex}.experience-photo{border-radius:12px;height:300px;position:relative;overflow:hidden}.experience-photo img{object-fit:cover;width:100%;height:100%}.experience-photo>span{color:#fff;background:linear-gradient(#0000,#142536dd);padding:30px 22px 18px;font-size:14px;position:absolute;bottom:0;left:0;right:0}.reference-stock{padding:70px 0 55px}.reference-stock .section-header{align-items:center}.reference-stock h2{margin:0}.reference-stock .vehicle-card{border-radius:10px;box-shadow:0 5px 25px #14253608}.reference-stock .vehicle-content{padding:20px}.reference-stock .vehicle-title{font-size:23px}.vehicle-image img{object-fit:cover}.reference-stock .price{color:#142536}.stock-date{color:#777067;text-align:center;margin-top:24px;font-size:11px;line-height:1.5}.reference-worlds{text-align:center;background:#f7f3eb;padding:60px 0}.reference-worlds>div>p{color:#68635d;margin-bottom:35px;font-size:16px}.worlds-round{grid-template-columns:repeat(4,1fr);gap:35px;display:grid}.worlds-round a{flex-direction:column;align-items:center;gap:14px;font-size:15px;display:flex}.worlds-round a>span{width:170px;height:170px;transition:transform .25s var(--ease-out);background:#e9dfd1;border-radius:50%;place-items:center;display:grid}.worlds-round img{width:135px}.worlds-round svg{color:#9b573b}.reference-budget{color:#f7f3eb;background:#142536;padding:65px 0}.reference-budget h2{text-align:center;margin-bottom:35px;font-size:32px;font-weight:500}.reference-budget h2 em{color:#e6b99a;font-style:normal}.reference-budget .budget-box{color:#142536;border-radius:13px;gap:30px;padding:32px}.reference-budget .budget-result{color:#142536;background:#eee8de}.reference-budget .budget-result>div>span{color:#68635d!important}.reference-services{grid-template-columns:1fr 1fr;align-items:center;gap:55px;padding:75px 0;display:grid}.reference-services>img{object-fit:cover;border-radius:12px;width:100%;height:330px}.reference-services h2{margin-top:15px;font-size:36px}.reference-services .button{margin-top:15px}.reference-promises{text-align:center;border-top:1px solid #ded4c7;grid-template-columns:repeat(3,1fr);gap:30px;padding:32px 0 55px;display:grid}.reference-promises svg{color:#9b573b}.reference-promises h3{margin:14px 0 8px;font-size:17px}.reference-promises p{color:#68635d;font-size:13px}.reference-sell{background:#eee8de;padding:50px 0}.reference-sell>.container{justify-content:space-between;align-items:center;gap:35px;display:flex}.reference-sell span{letter-spacing:.13em;color:#9b573b;font-size:10px}.reference-sell h2{margin:12px 0 0;font-size:30px}.reference-contact{justify-content:space-between;align-items:center;gap:35px;padding:65px 0;display:flex}.reference-contact h2{margin-top:12px}.reference-contact p{color:#68635d;font-size:14px;line-height:1.8}.floating-whatsapp{color:#fff;z-index:40;background:#276d4b;border:4px solid #fff;border-radius:50%;place-items:center;width:57px;height:57px;display:grid;position:fixed;bottom:25px;right:25px;box-shadow:0 8px 20px #14253625}.reference-mobile-nav{display:none}.site-header{background:#fffcf6f5;height:76px}.brand-lockup{letter-spacing:0;gap:10px}.brand-lockup>svg{width:40px;height:40px}.brand-type{flex-direction:column;display:flex}.brand-type strong{letter-spacing:-.045em;font-size:24px;font-weight:750;line-height:1}.brand-type small{letter-spacing:.22em;margin-top:6px;font-size:8px;font-weight:500}.header-actions{gap:10px}.footer{padding-bottom:50px}.sliced-curtain{display:none}@media (hover:hover) and (pointer:fine){.worlds-round a:hover>span{transform:translateY(-5px)}}@media (max-width:980px){.reference-hero{height:550px}.experience-grid{gap:30px}.experience-grid h2{font-size:34px}.worlds-round{gap:20px}.worlds-round a>span{width:140px;height:140px}.worlds-round img{width:110px}.reference-contact{flex-direction:column;align-items:flex-start}.reference-services{gap:30px}.reference-stock .grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.reference-stock .vehicle-specs{grid-template-columns:1fr}.reference-stock .vehicle-price-row,.reference-stock .monthly{display:block}}@media (max-width:640px){.site-header{height:70px}.brand-type strong{font-size:21px}.brand-type small{font-size:6px}.brand-lockup>svg{width:34px;height:34px}.reference-hero{height:515px}.reference-hero-copy{padding-top:56px}.reference-hero-copy h1{font-size:36px}.reference-hero-copy p{font-size:14px}.reference-cover{object-position:62% center}.reference-overlay{background:#1425366e}.reference-search{padding-top:20px}.reference-wave{height:45px}.reference-types{padding-top:38px;padding-bottom:35px}.reference-types .section-header{display:flex}.reference-home h2{font-size:25px}.category-tile{flex-basis:150px}.experience-grid{grid-template-columns:1fr;gap:25px}.reference-experience{padding:40px 0}.experience-grid h2{font-size:32px}.experience-grid h2 strong{font-size:27px}.experience-photo{height:230px}.reference-stock{padding:45px 0}.reference-stock .section-header{gap:16px;display:flex}.reference-stock .text-link{font-size:12px}.reference-stock .grid-3{scroll-snap-type:x mandatory;padding-bottom:18px;display:flex;overflow-x:auto}.reference-stock .vehicle-card{scroll-snap-align:start;min-width:88%}.reference-stock .vehicle-specs{grid-template-columns:1fr 1fr}.reference-stock .vehicle-price-row{display:flex}.worlds-round{grid-template-columns:1fr 1fr;gap:27px 15px}.worlds-round a{font-size:13px}.worlds-round a>span{width:130px;height:130px}.reference-worlds,.reference-budget{padding:40px 0}.reference-budget .budget-box{padding:22px}.reference-services{grid-template-columns:1fr;gap:25px;padding:45px 0}.reference-services>img{height:235px}.reference-promises{grid-template-columns:1fr;gap:15px;padding:30px 0}.reference-promises>div{border-bottom:1px solid #e9dfd1;padding-bottom:15px}.reference-sell>.container{flex-direction:column;align-items:flex-start;gap:25px}.reference-contact{padding:45px 0}.reference-mobile-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:45;padding:9px 0 max(9px,env(safe-area-inset-bottom));background:#fffcf6f7;border-top:1px solid #ded4c7;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}.reference-mobile-nav a{justify-items:center;gap:5px;min-width:60px;font-size:10px;display:grid}.floating-whatsapp{width:51px;height:51px;bottom:84px;right:15px}.footer{padding-bottom:110px}.header-inner{gap:12px}.header-actions{gap:6px}.header-actions>a{display:none}.header-actions .icon-button{width:40px;height:40px}.brand-lockup{flex-shrink:0}.brand-type strong{font-weight:700}}.vdp-layout>div{min-width:0}@media (max-width:640px){.vdp-layout .gallery{width:calc(100% + 28px);max-width:calc(100% + 28px)}.vdp-layout .gallery-item{flex-shrink:0}}.cookie-preferences{color:inherit;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:8px 0;text-decoration:underline}
