: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}.google-trust{color:#f7f3eb;background:#142536;padding:88px 0;position:relative;overflow:hidden}.google-trust:before{content:"";border:1px solid #e6b99a29;border-radius:50%;width:540px;height:540px;position:absolute;top:-220px;right:-160px}.google-trust-grid{grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);align-items:center;gap:80px;display:grid}.google-trust-copy{z-index:2;position:relative}.google-trust .eyebrow{color:#e6b99a}.google-trust h2{letter-spacing:-.055em;margin:20px 0 24px;font-size:clamp(38px,4.2vw,62px);font-weight:500;line-height:1.02}.google-trust h2 em,.reference-concierge h2 em{color:#e6b99a;font-family:Georgia,Times New Roman,serif;font-weight:400}.google-trust p{color:#d9d1c6;max-width:590px;font-size:17px;line-height:1.7}.google-trust-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:34px;display:flex}.google-trust .button{color:#142536;background:#e6b99a}.google-trust .button:hover{background:#f0c9ab}.google-trust .text-link{color:#f7f3eb}.floating-trust-stage{min-height:425px;position:relative}.floating-trust-card{color:#142536;min-width:300px;transition:box-shadow .18s var(--ease-out),border-color .18s;background:#fffcf6;border:1px solid #ffffff8c;border-radius:18px;align-items:center;gap:17px;padding:20px 23px;display:flex;position:absolute;box-shadow:0 24px 65px #030c144d}.floating-trust-card small,.floating-trust-card strong,.floating-trust-card b{display:block}.floating-trust-card small{letter-spacing:.11em;text-transform:uppercase;color:#777067;margin-bottom:6px;font-size:10px}.floating-trust-card strong{letter-spacing:-.025em;font-size:20px}.floating-trust-card b{color:#9b573b;margin-top:7px;font-size:12px;font-weight:600}.floating-trust-card b svg{vertical-align:-2px;display:inline}.trust-icon{color:#9b573b;background:#f0e1d4;border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.trust-google{z-index:3;animation:6s ease-in-out infinite trust-float;top:22px;left:4%}.trust-place{z-index:2;animation:7.2s ease-in-out -1.8s infinite trust-float;top:145px;right:0}.trust-direct{z-index:1;animation:6.6s ease-in-out -3.3s infinite trust-float;bottom:22px;left:14%}.trust-seal{z-index:4;color:#fff;background:#9b573b;border-radius:15px;align-items:center;gap:11px;padding:14px 17px;display:flex;position:absolute;bottom:0;right:25px;transform:rotate(-3deg);box-shadow:0 18px 40px #030c1452}.trust-seal strong,.trust-seal small{display:block}.trust-seal strong{font-size:13px}.trust-seal small{color:#f3ddd0;margin-top:4px;font-size:10px}.trust-seal small svg{vertical-align:-3px;display:inline}.reference-concierge{background:#eee8de;padding:82px 0}.concierge-grid{grid-template-columns:minmax(0,.85fr) minmax(480px,1.15fr);align-items:center;gap:75px;display:grid}.reference-concierge h2{letter-spacing:-.05em;margin:18px 0 24px;font-size:clamp(36px,4vw,56px);font-weight:500;line-height:1.05}.reference-concierge p{color:#68635d;max-width:560px;font-size:17px;line-height:1.7}.reference-concierge ul{flex-wrap:wrap;gap:20px;margin:30px 0 0;padding:0;list-style:none;display:flex}.reference-concierge li{align-items:center;gap:8px;font-size:13px;font-weight:650;display:flex}.reference-concierge li svg{color:#9b573b}.concierge-form{background:#fffcf6;border:1px solid #1425361a;border-radius:20px;padding:32px;box-shadow:0 20px 70px #14253614}.intent-fieldset{border:0;margin:0;padding:0}.intent-fieldset legend{margin-bottom:11px;font-size:14px;font-weight:700}.intent-options{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.intent-options button{color:#68635d;background:#fffcf6;border:1px solid #d7ccbf;border-radius:12px;min-height:48px;padding:8px 12px;font-size:12px;line-height:1.25;transition:color .16s,border-color .16s,background .16s}.intent-options button.is-selected{color:#fff;background:#142536;border-color:#142536}.lead-fields{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.lead-form .input,.lead-form .textarea{transition:border-color .16s,box-shadow .16s}.lead-form .input:focus,.lead-form .textarea:focus{border-color:#9b573b;outline:0;box-shadow:0 0 0 4px #9b573b17}.lead-form-compact .textarea{min-height:92px}.lead-submit-row{justify-content:space-between;align-items:center;gap:18px;display:flex}.lead-submit-row>span{color:#68635d;align-items:center;gap:6px;font-size:11px;display:flex}.lead-submit-row .button{min-width:205px}.form-honeypot{position:absolute;left:-9999px}.form-error{color:var(--danger);margin:0;font-size:13px}.lead-success{align-items:center;gap:16px;min-height:220px;padding:34px;display:flex}.lead-success>span{width:52px;height:52px;color:var(--success);background:#e3f2e7;border-radius:50%;place-items:center;display:grid}.lead-success h3{margin:0 0 7px;font-size:24px}.lead-success p{color:#68635d;margin:0;line-height:1.5}@keyframes trust-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (hover:hover) and (pointer:fine){.floating-trust-card:hover{border-color:#e6b99a;box-shadow:0 30px 75px #030c1466}}@media (max-width:980px){.google-trust-grid,.concierge-grid{grid-template-columns:1fr;gap:45px}.google-trust-grid{max-width:760px}.floating-trust-stage{min-height:410px}.concierge-grid{max-width:760px}.reference-concierge{padding:65px 0}}@media (max-width:640px){.google-trust{padding:58px 0}.google-trust h2,.reference-concierge h2{font-size:37px}.google-trust p,.reference-concierge p{font-size:15px}.google-trust-actions{flex-direction:column;align-items:flex-start;gap:18px}.floating-trust-stage{gap:11px;min-height:auto;display:grid}.floating-trust-card{width:100%;min-width:0;padding:17px 18px;position:relative;animation:none!important;inset:auto!important}.trust-place{width:calc(100% - 10px);margin-left:10px}.trust-direct{width:calc(100% - 18px)}.trust-seal{justify-self:end;margin-top:-4px;position:relative;bottom:auto;right:auto}.reference-concierge{padding:52px 0}.concierge-form{padding:22px 18px}.intent-options,.lead-fields{grid-template-columns:1fr}.lead-submit-row{flex-direction:column;align-items:stretch}.lead-submit-row .button{width:100%}.reference-concierge ul{gap:12px;display:grid}}@media (prefers-reduced-motion:reduce){.floating-trust-card{animation:none}}.stock-hero{background:#eee8de;padding-bottom:54px}.stock-hero .breadcrumbs{padding-bottom:42px}.stock-hero-grid{grid-template-columns:1fr auto;align-items:end;gap:40px;display:grid}.stock-hero h1{letter-spacing:-.065em;margin:15px 0 22px;font-size:clamp(48px,6.2vw,82px);line-height:.94}.stock-hero p{color:#68635d;max-width:680px;font-size:17px;line-height:1.6}.stock-count{align-items:center;gap:14px;padding-bottom:12px;display:flex}.stock-count strong{letter-spacing:-.07em;color:#9b573b;font-size:64px;line-height:1}.stock-count span{text-transform:uppercase;letter-spacing:.08em;font-size:12px;line-height:1.4}.catalog-search{background:#fffcf6;border:1px solid #d7ccbf;border-radius:18px;grid-template-columns:auto 1.5fr 1fr 1fr auto;align-items:center;margin-top:40px;padding:12px 12px 12px 22px;display:grid;box-shadow:0 14px 45px #14253614}.catalog-search>svg{color:#9b573b;margin-right:12px}.catalog-search label{border-left:1px solid #e2d9cd;padding:4px 18px}.catalog-search label span{text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:700;display:block}.catalog-search input{color:#142536;background:0 0;border:0;outline:0;width:100%;padding-top:6px}.catalog-section{background:#fffcf6;padding:56px 0 80px}.stock-layout{grid-template-columns:310px minmax(0,1fr);gap:48px}.premium-filters{background:#f7f3eb;border:1px solid #ded4c7;border-radius:18px;top:100px;overflow:hidden}.filter-heading{border-bottom:1px solid #ded4c7;justify-content:space-between;align-items:end;padding:24px;display:flex}.filter-heading strong{margin-top:5px;font-size:21px;display:block}.filter-heading a,.filter-submit>a{color:#9b573b;text-underline-offset:3px;font-size:12px;text-decoration:underline}.premium-filters details{border-bottom:1px solid #ded4c7}.premium-filters summary{cursor:pointer;justify-content:space-between;align-items:center;padding:19px 24px;font-size:14px;font-weight:700;list-style:none;display:flex}.premium-filters summary::-webkit-details-marker{display:none}.premium-filters summary:after{content:"+";color:#9b573b;font-size:21px;font-weight:400}.premium-filters details[open] summary:after{content:"−"}.filter-detail{gap:13px;padding:0 24px 22px;display:grid}.filter-detail>label,.filter-range label{color:#68635d;font-size:11px}.filter-range{grid-template-columns:1fr 1fr;gap:9px;display:grid}.filter-range .input{min-height:46px;margin-top:6px;padding:0 11px;font-size:13px}.filter-choice-grid{grid-template-columns:1fr 1fr;gap:7px;display:grid}.filter-choice-grid label{cursor:pointer;border:1px solid #d7ccbf;border-radius:10px;place-items:center;min-height:38px;font-size:12px;display:grid;position:relative}.filter-choice-grid input{opacity:0;position:absolute}.filter-choice-grid label:has(input:checked){color:#fff;background:#142536;border-color:#142536}.filter-toggle{border-bottom:1px solid #ded4c7;align-items:center;gap:11px;padding:20px 24px;font-size:13px;font-weight:650;display:flex}.filter-toggle input{accent-color:#9b573b;width:17px;height:17px}.filter-submit{background:#f7f3eb;gap:10px;padding:20px 24px;display:grid;position:sticky;bottom:0}.filter-submit .button{width:100%}.filter-submit>a{text-align:center}.catalog-results{min-width:0}.stock-toolbar{border-bottom:1px solid #ded4c7;padding-bottom:20px}.stock-toolbar h2{margin:4px 0 0;font-size:30px}.sort-form{align-items:center;gap:9px;display:flex}.sort-form label{color:#68635d;font-size:12px}.sort-form .select{width:210px;min-height:44px}.active-filter-row{flex-wrap:wrap;align-items:center;gap:8px;padding:17px 0 24px;display:flex}.active-filter-row span{background:#eee8de;border-radius:999px;padding:9px 12px;font-size:11px}.active-filter-row a{color:#9b573b;margin-left:5px;font-size:11px}.catalog-grid{gap:18px}.catalog-grid .vehicle-card{border-radius:13px}.catalog-grid .vehicle-content{padding:18px}.catalog-grid .vehicle-title{font-size:22px}.catalog-disclaimer{text-align:center;color:#777067;margin-top:26px;font-size:11px}.vdp-hero{background:#fffcf6;padding-bottom:72px}.vdp-heading{justify-content:space-between;align-items:end;gap:30px;margin:6px 0 30px;display:flex}.vdp-heading h1{letter-spacing:-.065em;margin:14px 0 10px;font-size:clamp(42px,5vw,68px);line-height:.96}.vdp-heading p{color:#68635d;margin:0;font-size:19px}.vdp-heading-actions{align-items:center;gap:8px;display:flex}.vdp-commerce{grid-template-columns:minmax(0,1.55fr) minmax(350px,.7fr);align-items:start;gap:28px;display:grid}.vdp-gallery-shell{min-width:0}.vdp-gallery-main{aspect-ratio:16/10;background:#eee8de;border-radius:18px;position:relative;overflow:hidden}.vdp-gallery-main>img{object-fit:cover}.vdp-photo-count,.vdp-expand{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#142536;background:#fffcf6e8;border:1px solid #fffa;border-radius:999px;position:absolute;bottom:18px}.vdp-photo-count{padding:10px 14px;font-size:11px;font-weight:700;left:18px}.vdp-expand{align-items:center;gap:7px;padding:9px 13px;font-size:11px;display:flex;right:18px}.gallery-arrow{color:#142536;background:#fffcf6e8;border:0;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #14253620}.gallery-arrow-left{left:16px}.gallery-arrow-right{right:16px}.vdp-thumbnails{gap:9px;margin-top:10px;padding-bottom:4px;display:flex;overflow-x:auto}.vdp-thumbnails button{aspect-ratio:4/3;opacity:.65;background:#eee8de;border:2px solid #0000;border-radius:10px;flex:0 0 100px;position:relative;overflow:hidden}.vdp-thumbnails button.is-active{opacity:1;border-color:#9b573b}.vdp-thumbnails img{object-fit:cover}.vdp-offer{background:#f7f3eb;border:1px solid #ded4c7;border-radius:18px;padding:30px;position:sticky;top:96px}.offer-label{text-transform:uppercase;letter-spacing:.12em;color:#68635d;font-size:10px}.offer-price{letter-spacing:-.06em;margin:10px 0 4px;font-size:46px;font-weight:750}.old-price{color:#777067;font-size:13px;text-decoration:line-through}.finance-preview{color:#f7f3eb;background:#142536;border-radius:13px;gap:5px;margin:24px -10px;padding:19px 20px;display:grid}.finance-preview small{color:#c7b8a7}.finance-preview strong{font-size:20px}.finance-preview a{color:#e6b99a;text-underline-offset:3px;font-size:11px;text-decoration:underline}.vdp-keyfacts{border-top:1px solid #ded4c7;gap:0;margin-top:24px;display:grid}.vdp-keyfacts>div{border-bottom:1px solid #ded4c7;align-items:center;gap:13px;padding:14px 0;display:flex}.vdp-keyfacts svg{color:#9b573b;width:20px}.vdp-keyfacts span{color:#68635d;font-size:11px}.vdp-keyfacts strong{color:#142536;margin-top:3px;font-size:14px;display:block}.offer-assurance{align-items:flex-start;gap:12px;margin:20px 0;display:flex}.offer-assurance>svg{color:#9b573b}.offer-assurance strong,.offer-assurance small{display:block}.offer-assurance strong{font-size:13px}.offer-assurance small{color:#68635d;margin-top:4px;font-size:11px;line-height:1.45}.vdp-offer .sticky-actions{margin-top:22px}.vdp-offer .legal-note{margin-bottom:0}.gallery-lightbox{z-index:120;background:#0b1520ed;grid-template-rows:1fr auto;padding:40px;display:grid;position:fixed;inset:0}.lightbox-image{min-height:0;position:relative}.lightbox-image img{object-fit:contain}.lightbox-close{z-index:2;color:#fff;background:#142536;border:1px solid #ffffff40;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:absolute;top:20px;right:24px}.lightbox-footer{color:#fff;justify-content:center;align-items:center;gap:30px;padding-top:18px;display:flex}.lightbox-footer button{color:#fff;background:0 0;border:1px solid #ffffff50;border-radius:50%;width:44px;height:44px}.vdp-details-section{color:#f7f3eb;background:#142536;padding:85px 0}.vdp-details-grid{grid-template-columns:.8fr 1.2fr;gap:90px;display:grid}.vdp-details-section .eyebrow{color:#e6b99a}.vdp-details-section h2{letter-spacing:-.055em;margin:20px 0;font-size:clamp(40px,5vw,65px);line-height:1}.vdp-details-section p{color:#c7b8a7;line-height:1.7}.vdp-detail-table{grid-template-columns:1fr 1fr;margin:0;display:grid}.vdp-detail-table>div{border-bottom:1px solid #ffffff20;padding:18px 0}.vdp-detail-table>div:nth-child(odd){padding-right:24px}.vdp-detail-table dt{color:#c7b8a7;font-size:11px}.vdp-detail-table dd{margin:7px 0 0;font-size:15px;font-weight:650}.vdp-equipment{background:#eee8de;padding:80px 0}.vdp-equipment h2{letter-spacing:-.045em;margin:10px 0 0;font-size:40px}.equipment-count{color:#68635d;align-items:center;gap:7px;font-size:12px;display:flex}.premium-equipment{background:#fffcf6;border-radius:18px;grid-template-columns:repeat(3,1fr);gap:0;padding:18px 28px}.premium-equipment>div{border-bottom:1px solid #eee8de;padding:14px 10px;font-size:13px}.premium-equipment svg{color:#9b573b}.vdp-contact{background:#fffcf6}.contact-shortcuts{gap:12px;margin-top:30px;display:flex}.contact-shortcuts a{color:#68635d;border:1px solid #d7ccbf;border-radius:13px;grid-template-columns:auto 1fr;column-gap:9px;padding:16px 18px;font-size:11px;display:grid}.contact-shortcuts svg{color:#9b573b;grid-row:1/3}.contact-shortcuts strong{color:#142536;font-size:13px}@media (max-width:980px){.stock-layout{grid-template-columns:1fr}.premium-filters{position:relative;top:0}.vdp-commerce{grid-template-columns:1fr}.vdp-offer{position:relative;top:0}.vdp-details-grid{gap:45px}.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.stock-hero{padding-bottom:32px}.stock-hero .breadcrumbs{padding-bottom:28px}.stock-hero-grid{grid-template-columns:1fr}.stock-count{display:none}.stock-hero h1{font-size:47px}.catalog-search{grid-template-columns:auto 1fr auto;padding:9px 9px 9px 15px}.catalog-search label:nth-of-type(n+2){display:none}.catalog-search label{border-left:0;padding-left:5px}.catalog-search .button{padding-inline:18px}.catalog-section{padding-top:28px}.stock-toolbar{align-items:center;display:flex}.stock-toolbar h2{font-size:24px}.sort-form label{display:none}.sort-form .select{width:145px}.catalog-grid{grid-template-columns:1fr}.premium-filters{display:none}.premium-filters:target{display:block}.vdp-hero{padding-bottom:42px}.vdp-heading{display:block}.vdp-heading h1{font-size:43px}.vdp-heading-actions{margin-top:20px}.vdp-commerce{gap:14px}.vdp-gallery-main{aspect-ratio:4/3;border-radius:0;width:calc(100% + 28px);margin-inline:-14px}.vdp-expand span{display:none}.vdp-offer{margin-inline:-2px;padding:23px 20px}.offer-price{font-size:40px}.vdp-details-section{padding:58px 0}.vdp-details-grid{grid-template-columns:1fr;gap:25px}.vdp-details-section h2{font-size:43px}.vdp-detail-table{grid-template-columns:1fr}.vdp-detail-table>div:nth-child(odd){padding-right:0}.vdp-equipment{padding:55px 0}.vdp-equipment .section-header{align-items:end;display:flex}.vdp-equipment h2{font-size:31px}.premium-equipment{grid-template-columns:1fr;padding:12px 18px}.contact-shortcuts{display:grid}.gallery-lightbox{padding:60px 14px 24px}.gallery-arrow{width:40px;height:40px}.vdp-photo-count{bottom:12px;left:12px}.vdp-expand{bottom:12px;right:12px}.filter-range{grid-template-columns:1fr 1fr}}
.review-card{color:#142536}.google-trust .review-source-note{color:#c7b8a7}.google-trust .review-pause{color:#e6b99a}.location-section{background:#eee8de;padding:85px 0;overflow:clip}.location-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:75px;display:grid}.location-copy h2,.reference-home .location-copy h2{letter-spacing:-.05em;margin:22px 0;font-size:clamp(40px,5vw,64px);line-height:1.03}.location-copy h2 em{color:#9b573b;font-style:normal}.location-copy>p{color:#68635d;max-width:440px;line-height:1.7}.location-copy address{gap:6px;margin:26px 0;font-size:15px;font-style:normal;line-height:1.5;display:grid}.location-copy address strong{max-width:330px}.location-hours{border-top:1px solid #d7ccbf;max-width:350px;padding-top:18px;font-size:13px}.location-hours>div{justify-content:space-between;gap:15px;margin:8px 0;display:flex}.location-hours small{color:#68635d;margin-top:12px;display:block}.location-actions{flex-wrap:wrap;align-items:center;gap:22px;margin-top:30px;display:flex}.location-map{isolation:isolate;background:#fffcf6;border:1px solid #d7ccbf;border-radius:24px;min-width:0;height:530px;position:relative;box-shadow:0 22px 55px #14253612}.location-map-toggle{color:#142536;text-align:left;cursor:pointer;background:#eee8de;border:0;border-radius:23px 23px 0 0;width:100%;height:300px;padding:0;display:block;position:relative;overflow:hidden}.map-topline{z-index:2;justify-content:space-between;align-items:center;gap:10px;font-size:11px;font-weight:650;display:flex;position:absolute;inset:20px 20px auto}.map-topline>span{background:#fffcf6e8;border-radius:30px;align-items:center;gap:8px;padding:9px 12px;display:flex}.map-topline i{background:#9b573b;border-radius:50%;width:6px;height:6px}.map-expand-icon{min-height:40px}.location-illustration{object-fit:cover;width:100%;height:100%}.map-illustration-note{color:#68635d;font-size:9px;position:absolute;bottom:12px;left:20px}.map-information{background:#fffcf6;border-radius:0 0 23px 23px;flex-direction:column;justify-content:space-between;gap:10px;padding:23px 28px;display:flex;position:absolute;inset:300px 0 0}.map-information h3{letter-spacing:-.035em;margin:6px 0 8px;font-size:24px;line-height:1.1}.map-information p{margin:8px 0;font-size:13px;line-height:1.5}.map-information>div>svg{color:#9b573b}.map-information .eyebrow{font-size:9px}.is-expanded .map-information h3{max-width:350px;font-size:19px}.map-coordinates{color:#68635d;font-variant-numeric:tabular-nums;font-size:10px}.map-directions{color:#9b573b;align-self:flex-start;align-items:center;gap:12px;padding:7px 0;font-size:13px;font-weight:650;display:inline-flex;position:relative}.map-directions:after{content:"";transform-origin:0;width:100%;height:1px;transition:transform .2s var(--ease-out);background:currentColor;position:absolute;bottom:0;left:0;transform:scaleX(.25)}.map-directions:is(:hover,:focus-visible):after{transform:scaleX(1)}.review-card{min-height:220px}.review-source-note{color:#68635d;margin:18px 0;font-size:12px}@media (max-width:980px){.location-grid{grid-template-columns:1fr;gap:36px}.location-map{justify-self:center;width:100%;max-width:650px}.location-section{padding:60px 0}.location-copy>p{max-width:620px}}@media (max-width:430px){.location-map{height:530px}.location-map-toggle{height:280px}.map-information{padding:20px;top:280px}.map-topline{font-size:10px;inset:14px 12px auto}.map-topline>span{padding:8px}.location-hours{font-size:12px}.location-copy address strong{font-size:14px}.location-actions{gap:20px}.location-map .map-information h3{font-size:19px}.map-information p{font-size:12px}}@media (prefers-reduced-motion:reduce){.location-map{transform:none!important}.map-directions:after{transition:none}.review-column:not(:first-child){display:none!important}}.vdp-mobile-price{display:none}@media (max-width:980px){.vdp-mobile-price{letter-spacing:-.04em;margin-top:14px;font-size:28px;display:block}}:where(a,button,input,select,textarea,summary):focus-visible{outline-offset:4px;outline:3px solid #ad6b48}.share-control{position:relative}.share-status{z-index:2;background:#fffcf6;min-width:140px;max-width:220px;font-size:12px;position:absolute;top:100%;right:0}.share-status:empty{display:none}.gallery-lightbox{border:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0}.gallery-lightbox:not([open]){display:none}.gallery-lightbox::backdrop{background:#0b1520}.offer-trade{margin-top:20px;font-size:13px;display:inline-block}.vdp-keyfacts{grid-template-columns:1fr 1fr;column-gap:14px}.vdp-keyfacts strong{overflow-wrap:anywhere}.filter-panel-desktop{min-width:0;position:sticky;top:94px}.filter-panel-desktop .filters{position:static}.filter-panel-mobile{display:none}.filter-dialog{color:#142536;background:#fffcf6;border:0;border-radius:18px 0 0 18px;width:min(480px,100vw);max-width:100vw;height:100dvh;max-height:100dvh;margin:0 0 0 auto;padding:20px}.filter-dialog::backdrop{background:#0b1520a8}.filter-dialog .filters{border:0;padding:0;display:block;position:static}.filter-close{margin:0 0 24px auto;display:flex}.filter-dialog .filter-submit{padding:16px 0 calc(16px + env(safe-area-inset-bottom));background:#fffcf6;position:sticky;bottom:-20px}.sort-form{flex-wrap:wrap}.filter-chip{background:#fffcf6;border:1px solid #d7ccbf;border-radius:999px;align-items:center;gap:5px;min-height:40px;padding:8px 12px;font-size:12px;display:inline-flex}.filter-chip:hover{border-color:#9b573b}.active-filter-row .filter-chip{color:#142536;text-decoration:none}.active-filter-row .filter-chip>span{background:0 0;padding:0}.review-wall{min-width:0}.review-pause{cursor:pointer;background:0 0;border:0;margin:0 0 16px auto;display:block}.review-columns{grid-template-columns:repeat(var(--review-columns),minmax(0,1fr));gap:16px;height:540px;display:grid;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 8% 92%,#0000);mask-image:linear-gradient(#0000,#000 8% 92%,#0000)}.review-track{will-change:transform;animation:16s linear infinite review-scroll}.review-group{gap:16px;padding-bottom:16px;display:grid}.review-card{background:#fffcf6;border:1px solid #e5dbce;border-radius:20px;padding:25px;box-shadow:0 12px 30px #14253609}.review-card blockquote{margin:16px 0;font-size:15px;line-height:1.65}.review-card strong,.review-card small,.review-card a{display:block}.review-card a{color:#8b4f34;margin-top:14px;font-size:12px}.review-stars{color:#956612;letter-spacing:3px}.review-card small{color:#68635d;margin-top:5px}.review-wall:is(:hover,:focus-within,.is-paused) .review-track{animation-play-state:paused}@keyframes review-scroll{to{transform:translateY(-50%)}}.google-trust-grid:has(.review-wall){grid-template-columns:1fr}.google-trust-grid:has(.review-wall) .google-trust-copy{max-width:700px}.reference-stock{scroll-margin-top:95px}.search-overlay:not([open]){display:none}dialog.search-overlay{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;color:inherit;border:0;margin:0}dialog.search-overlay::backdrop{background:#142536a8}@media (max-width:980px){.filter-panel-desktop{display:none}.filter-panel-mobile{display:block}.filter-panel-mobile>.button{justify-content:center;width:100%}.stock-layout{gap:18px}.review-column:nth-child(3){display:none}.review-columns{grid-template-columns:repeat(min(var(--review-columns),2),minmax(0,1fr))}.catalog-results{min-width:0}.stock-toolbar{flex-wrap:wrap;gap:15px}.stock-toolbar>.cluster{width:100%}.sort-form{width:100%;display:flex}.sort-form select{flex:1;min-width:0}.stock-toolbar .sort-form .select{width:auto}.vdp-heading-actions{flex-wrap:wrap}}@media (max-width:640px){.review-column:nth-child(2){display:none}.review-columns{grid-template-columns:1fr;height:450px}.review-card{padding:23px}.vdp-keyfacts>div{gap:8px}.vdp-keyfacts strong{font-size:13px}.google-trust-copy h2{font-size:38px}.google-trust-actions .button{white-space:normal;text-align:center}.vdp-offer .grid-2{grid-template-columns:1fr 1fr}.vdp-offer .button.secondary{padding-inline:10px}.stock-hero h1{font-size:clamp(37px,10vw,47px)}.filter-dialog{border-radius:0}.reference-stock .section-header{flex-wrap:wrap;align-items:start;gap:15px}}@media (prefers-reduced-motion:reduce){.review-columns{height:auto;overflow:visible;-webkit-mask-image:none;mask-image:none}.review-track{will-change:auto;animation:none}.review-group[aria-hidden],.review-pause{display:none}.review-column{display:block!important}.review-columns{grid-template-columns:1fr}.floating-trust-card{animation:none!important}}@media (max-width:640px){#CookiebotWidget{bottom:90px!important;left:15px!important}}.reference-search{z-index:10}.inventory-search{position:relative;overflow:visible}.inventory-search-field{border-right:1px solid #e1d9ce;min-width:0;padding-right:18px;position:relative}.inventory-search-field:nth-of-type(3){border-right:0}.inventory-search-field>label{color:#394554;border:0;padding:0;font-size:12px;font-weight:700;display:block}.inventory-search-field>input{color:#142536;text-overflow:ellipsis;background:0 0;border:0;outline:0;width:100%;padding:7px 0 4px;font-size:15px;display:block}.inventory-search-field>input:focus-visible{outline:0}.inventory-search-field:focus-within:after{content:"";background:#9b573b;height:2px;position:absolute;bottom:-8px;left:0;right:18px}.inventory-search-field>input::placeholder{color:#788393}.inventory-search-submit{white-space:nowrap}.inventory-suggestions{z-index:20;color:#142536;background:#fffcf6;border:1px solid #e8e0d6;border-radius:24px;width:min(365px,100vw - 32px);max-height:340px;padding:14px;position:absolute;top:calc(100% + 26px);left:-30px;overflow-y:auto;box-shadow:0 22px 55px #14253635}.inventory-search-field:nth-of-type(2) .inventory-suggestions,.inventory-search-field:nth-of-type(3) .inventory-suggestions{left:-25px}.inventory-search-field:nth-of-type(3) .inventory-suggestions{left:auto;right:-20px}.inventory-suggestions-heading{letter-spacing:.08em;text-transform:uppercase;color:#85634e;padding:7px 12px 9px;font-size:11px;font-weight:700;display:block}.inventory-suggestion{color:#142536;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:14px;align-items:center;gap:15px;width:100%;min-height:67px;padding:9px 12px;transition:background .18s,transform .18s;display:flex}.inventory-suggestion:hover,.inventory-suggestion:focus-visible{background:#f0e9df;transform:translate(3px)}.inventory-suggestion>span:last-child{gap:3px;display:grid}.inventory-suggestion strong{font-size:14px;font-weight:700}.inventory-suggestion small{color:#6c7683;font-size:12px}.make-emblem,.range-emblem{color:#142536;background:#fff;border:1px solid #e9e2d9;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:21px;font-weight:650;display:grid}.make-emblem img{object-fit:contain;width:34px;height:34px}.make-emblem>span{letter-spacing:-.04em;font-size:13px}.inventory-no-suggestions{color:#68635d;margin:0;padding:7px 12px 12px;font-size:13px;line-height:1.5}@media (max-width:980px){.inventory-search{grid-template-columns:1.4fr 1fr 1fr auto!important;gap:12px!important}.inventory-search .inventory-search-field{display:block!important}.inventory-search-field:nth-of-type(2) .inventory-suggestions{left:-80px}}@media (max-width:640px){.inventory-search{border-radius:22px!important;grid-template-columns:1fr 1fr auto!important;gap:6px!important;padding:12px!important}.inventory-search .inventory-search-field{padding:0 7px 0 3px}.inventory-search-field:first-of-type{border-bottom:1px solid #e1d9ce;border-right:0;grid-column:1/-2;margin-bottom:5px;padding-bottom:9px}.inventory-search-field:nth-of-type(2){grid-column:1}.inventory-search-field:nth-of-type(3){grid-column:2}.inventory-search-submit{grid-area:1/3/3;align-self:stretch;min-height:48px;width:48px!important}.inventory-search-field>label{font-size:10px}.inventory-search-field>input{font-size:12px}.inventory-suggestions,.inventory-search-field:nth-of-type(2) .inventory-suggestions,.inventory-search-field:nth-of-type(3) .inventory-suggestions{width:calc(100vw - 38px);max-width:380px;position:absolute;top:calc(100% + 10px);left:0;right:auto}.inventory-search-field:nth-of-type(3) .inventory-suggestions{left:auto;right:-56px}.inventory-search-field:nth-of-type(2) .inventory-suggestions{left:-3px}.reference-hero-copy{padding-top:45px}}@media (prefers-reduced-motion:reduce){.inventory-suggestion{transition:none}}.sell-car-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px;display:grid}.sell-car-fields>.field{min-width:0}.sell-car-registration{grid-column:1/-1}.sell-car-registration-inputs{grid-template-columns:1fr 1fr;gap:12px;display:grid}.sell-car-hint{grid-column:1/-1;margin:0;line-height:1.5}.sell-car-fields .select{min-width:0}.rental-hero{color:#fffcf6;background:#142536;padding:35px 0 70px}.rental-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:65px;display:grid}.rental-hero .breadcrumbs{color:#d9cebf;margin-bottom:40px}.rental-hero .eyebrow{color:#e6b99a}.rental-hero h1{letter-spacing:-.045em;margin:22px 0;font-size:clamp(42px,4.5vw,67px);line-height:1.06}.rental-hero h1 em{color:#e6b99a;font-style:normal}.rental-hero p{color:#ded7cc;max-width:520px;margin-bottom:28px;font-size:18px;line-height:1.65}.rental-location-note{color:#c7b8a7;margin-top:22px;font-size:12px;display:block}.rental-hero-photo{border-radius:24px;min-height:450px;position:relative;overflow:hidden}.rental-hero-photo>img{object-fit:cover}.rental-hero-photo>span{bottom:0;background:linear-gradient(#0000,#142536);padding:55px 25px 25px;font-size:14px;position:absolute;inset-inline:0}.rental-empty{background:#f1ebe2;border-radius:20px;max-width:800px;padding:38px}.rental-empty h3{margin-top:0;font-size:25px}.rental-empty p{max-width:640px;font-size:17px;line-height:1.7}.rental-steps{margin:40px 0}.rental-steps>div{border-top:1px solid #d7ccbf;padding-top:22px}.rental-steps>div>span{color:#9b573b;font-size:14px}.rental-steps h3{font-size:23px}.rental-steps p{color:#68635d;line-height:1.7}.rental-local-copy{max-width:850px}.rental-card-status{position:absolute;top:16px;left:16px}.rental-card-rate{letter-spacing:-.02em;font-size:22px;font-weight:700;line-height:1.4}.rental-card .text-link{margin-top:16px}.rental-detail-rate{letter-spacing:-.03em;font-size:30px;line-height:1.3}.rental-description{white-space:pre-line;overflow-wrap:anywhere;font-size:17px;line-height:1.8}.rental-faq details{border-bottom:1px solid #d7ccbf;padding:24px 0}.rental-faq summary{cursor:pointer;font-size:18px;font-weight:650}.rental-faq p{color:#68635d;line-height:1.7}.rental-card .vehicle-image{position:relative}.rental-card img{object-fit:cover}#offerte,#preventivo{scroll-margin-top:95px}@media (max-width:1100px) and (min-width:981px){.main-nav{gap:16px;font-size:12px}.header-actions{gap:5px}}@media (max-width:980px){.rental-hero-grid{grid-template-columns:1fr;gap:35px}.rental-hero-photo{min-height:300px}.rental-hero{padding-bottom:40px}.rental-hero .breadcrumbs{margin-bottom:25px}}@media (max-width:640px){.rental-hero-photo{min-height:230px}.rental-hero p{font-size:16px}.rental-hero h1{font-size:42px}.rental-empty{padding:24px}.rental-detail-rate{font-size:26px}.sell-car-fields{grid-template-columns:1fr;gap:16px}.sell-car-registration-inputs{grid-template-columns:1fr 1fr}.sell-car-hint{grid-column:1}}.hero-displacement{pointer-events:none;opacity:0;width:100%;height:100%;position:absolute;inset:0}@media (prefers-reduced-motion:reduce),(hover:none),(pointer:coarse){.hero-displacement{display:none}}
