:root{--red:#e60012;--red2:#ff3545;--ink:#101319;--muted:#606873;--line:#dfe3e8;--soft:#f4f6f8;--white:#fff;--max:1180px;--radius:22px;--shadow:0 24px 70px rgba(14,18,24,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Tahoma,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
h1,h2,h3,h4,h5,h6{text-transform:uppercase;overflow-wrap:anywhere}
.skip{position:fixed;left:16px;top:-80px;background:#fff;padding:12px 18px;z-index:100}
.skip:focus{top:16px}
.topbar{position:sticky;top:0;z-index:30;height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 max(24px,calc((100vw - var(--max))/2));background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,19,25,.08)}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand span:last-child{display:flex;flex-direction:column;line-height:1.05}
.brand b{font-size:15px;letter-spacing:.18em}
.brand small{margin-top:7px;font-size:10px;letter-spacing:.08em;color:var(--muted)}
.topbar nav{display:flex;gap:28px;font-size:14px;font-weight:650}
.topbar nav a:hover{color:var(--red)}
.button{border:0;border-radius:999px;background:var(--red);color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;font-weight:750;cursor:pointer;transition:.2s ease}
.button:hover{background:#bd0010;transform:translateY(-1px)}
.button-small{padding:11px 17px;font-size:14px}
.button-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}
.button-ghost:hover{background:#f5f5f5;color:var(--ink)}
.hero{height:560px;min-height:560px;background:var(--ink);color:#fff;position:relative;display:block;overflow:hidden}
.hero-copy{position:relative;z-index:2;width:min(620px,48vw);height:100%;box-sizing:border-box;padding:100px 28px 50px max(24px,calc((100vw - var(--max))/2));display:flex;flex-direction:column;justify-content:center}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.2em;color:var(--red);display:block;margin-bottom:16px}
.hero h1{font-size:clamp(44px,4.8vw,72px);line-height:.99;letter-spacing:-.045em;margin:0 0 22px;max-width:730px;text-transform:uppercase}
.hero h1 em{font-style:normal;color:#ff4a57}
.hero-copy>p{font-size:18px;color:#c9ced5;max-width:590px;margin:0 0 30px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:68px;border-top:1px solid #343a43;padding-top:22px}
.trust-row span{font-size:13px;color:#aeb5be;display:flex;gap:10px;align-items:center}
.trust-row strong{font-size:11px;color:#ff4a57}
.hero-media{position:absolute;inset:0;background:#20252d}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,10,14,.98) 0,rgba(8,10,14,.82) 25%,rgba(8,10,14,.16) 57%,transparent 78%),linear-gradient(0deg,rgba(0,0,0,.48),transparent 50%)}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center}
.price-tag{position:absolute;right:4%;bottom:28px;z-index:2;padding:16px 19px;border-radius:16px;background:rgba(8,11,16,.75);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);display:flex;flex-direction:column}
.price-tag small,.price-tag span{color:#c8cdd4}
.price-tag strong{font-size:28px}
.price-tag span{font-size:11px}
.section,.used-section{max-width:var(--max);margin:auto;padding:110px 24px}
.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:45px}
.section-head h2{font-size:clamp(36px,4vw,56px);line-height:1.05;letter-spacing:-.045em;margin:0;max-width:720px}
.section-head>p{max-width:390px;color:var(--muted);margin:0 0 5px}
.model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.model-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:.25s}
.model-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.model-visual{height:260px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.model-visual img{width:100%;height:100%;object-fit:contain}
.model-visual.dark img{object-fit:cover}
.model-visual.dark{background:#20242a}
.model-visual.silver{background:linear-gradient(145deg,#e7eaed,#f8f9fa)}
.model-visual.red{background:linear-gradient(145deg,#211316,#faf4f5)}
.model-body{padding:26px}
.pill{display:inline-block;background:#f1f2f4;border-radius:99px;padding:6px 10px;font-size:12px;font-weight:700;color:#4c535d}
.model-card h3{font-size:25px;margin:16px 0 7px;letter-spacing:-.025em}
.model-card p{color:var(--muted);min-height:50px;margin:0 0 22px}
.model-body>div{display:flex;flex-direction:column;margin-bottom:20px}
.model-body small{color:var(--muted)}
.model-body strong{font-size:22px}
.model-body button{background:transparent;border:0;border-bottom:1px solid var(--ink);padding:8px 0;text-align:left;font-weight:750;cursor:pointer}
.model-body button:hover{color:var(--red);border-color:var(--red)}
.model-card.compact{grid-column:1/-1;background:var(--ink);color:#fff}
.model-card.compact .model-body{display:grid;grid-template-columns:1fr 1.2fr .6fr .5fr;gap:32px;align-items:center}
.model-card.compact h3{margin:10px 0}
.model-card.compact p{margin:0;min-height:0;color:#b9c0c8}
.model-card.compact .pill{background:#303640;color:#fff}
.model-card.compact button{color:#fff;border-color:#fff}
.source-note{font-size:12px;color:#7a818a;margin:18px 2px 0}
.quote-section{background:var(--ink);color:#fff;padding:110px max(24px,calc((100vw - var(--max))/2))}
.section-head.light>p{color:#aeb4bd}
.calculator{display:grid;grid-template-columns:1fr 1fr;background:#fff;color:var(--ink);border-radius:28px;overflow:hidden}
.calc-form{padding:42px;display:flex;flex-direction:column;gap:22px;background:#f5f6f8}
.calc-form label,.lead-card label{font-size:14px;font-weight:700;display:flex;flex-direction:column;gap:8px}
.calc-form select,.calc-form input,.lead-card select,.lead-card input{height:54px;border:1px solid #d8dde2;border-radius:12px;background:#fff;padding:0 14px;color:var(--ink);outline:none}
.calc-form input:focus,.calc-form select:focus,.lead-card input:focus,.lead-card select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(230,0,18,.1)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.range-label span{display:flex;justify-content:space-between}
.range-label output{color:var(--red)}
input[type=range]{accent-color:var(--red);height:22px;padding:0;background:transparent;border:0}
.calc-result{padding:42px;display:flex;flex-direction:column}
.result-kicker{font-size:12px;letter-spacing:.18em;font-weight:800;color:var(--red)}
.total{padding:22px 0 26px;border-bottom:1px solid var(--line);display:flex;flex-direction:column}
.total small{color:var(--muted)}
.total strong{font-size:clamp(36px,4vw,52px);line-height:1.1;letter-spacing:-.04em}
.calc-result dl{margin:18px 0}
.calc-result dl div{display:flex;justify-content:space-between;gap:12px;padding:7px 0}
.calc-result dt{color:var(--muted)}
.calc-result dd{margin:0;font-weight:700}
.finance-result{display:grid;grid-template-columns:1fr auto;gap:8px 16px;background:var(--ink);color:#fff;border-radius:16px;padding:18px;margin:4px 0 18px}
.finance-result span{color:#c3c8ce}
.finance-result strong{text-align:right}
.full{width:100%}
.disclaimer{display:block;color:#7a818a;line-height:1.4;margin-top:12px}
.advisor{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}
.advisor-card{background:#f2f3f5;border-radius:28px;overflow:hidden;display:grid;grid-template-columns:.62fr 1fr}
.portrait{min-height:560px;background:#0d1117;overflow:hidden}
.portrait img{display:block;width:100%;height:100%;min-height:560px;object-fit:cover;object-position:50% 15%}
.advisor-copy{padding:48px}
.advisor-copy h2{font-size:48px;margin:0;letter-spacing:-.04em}
.advisor-copy h3{font-size:18px;margin:4px 0 22px}
.advisor-copy p{color:var(--muted)}
.contact-list{margin-top:28px;border-top:1px solid #d5d9de}
.contact-list a{padding:16px 0;border-bottom:1px solid #d5d9de;display:flex;flex-direction:column}
.contact-list span{font-size:12px;color:var(--muted)}
.contact-list strong{font-size:15px}
.lead-card{background:var(--ink);color:#fff;border-radius:28px;padding:38px;display:flex;flex-direction:column;gap:16px}
.lead-card h3{font-size:27px;line-height:1.15;margin:0 0 5px}
.lead-card label{color:#d9dde2}
.lead-card small{color:#9ba2ac}
.delivery-section{background:#0d1015;color:#fff;padding:110px max(24px,calc((100vw - var(--max))/2));overflow:hidden}
.delivery-inner{max-width:var(--max);margin:auto}
.delivery-head{display:flex;justify-content:space-between;align-items:end;gap:48px;margin-bottom:46px}
.delivery-head h2{font-size:clamp(38px,4vw,56px);line-height:1.05;letter-spacing:-.04em;margin:0}
.delivery-head p{max-width:430px;color:#afb6c0;font-size:16px;margin:0}
.delivery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:center}
.delivery-card{margin:0;background:#171b22;border:1px solid #2d333d;border-radius:20px;overflow:hidden;box-shadow:0 24px 55px rgba(0,0,0,.3);transition:transform .25s ease,border-color .25s ease}
.delivery-card:hover{transform:translateY(-6px);border-color:#e60012}
.delivery-card a{display:block;overflow:hidden;background:#0a0c10}
.delivery-card img{width:100%;height:auto;transition:transform .35s ease}
.delivery-card:hover img{transform:scale(1.025)}
.delivery-card figcaption{display:flex;flex-direction:column;gap:4px;padding:18px 20px 20px}
.delivery-card figcaption strong{font-size:14px;letter-spacing:.07em}
.delivery-card figcaption span{color:#9ea6b1;font-size:13px}
.delivery-card-featured{border-color:#4a3034}
.delivery-cta{margin-top:30px;padding:22px 24px;border:1px solid #343a44;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.delivery-cta span{font-weight:800;letter-spacing:.08em;font-size:14px}
@media(min-width:761px) and (max-width:1100px){.delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.used-section{padding-top:0}
.used-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin:-20px 0 26px}
.used-intro p{max-width:720px;margin:0;color:var(--muted);line-height:1.6}
.used-intro a{flex:none;color:var(--red);font-size:13px;font-weight:850;letter-spacing:.08em;border-bottom:1px solid currentColor}
.used-toolbar{display:grid;grid-template-columns:minmax(240px,1.6fr) minmax(180px,.8fr) auto;align-items:end;gap:14px;margin-bottom:20px;padding:18px;background:#f4f5f7;border:1px solid var(--line);border-radius:16px}
.used-toolbar label{display:flex;flex-direction:column;gap:8px}
.used-toolbar label span{font-size:11px;font-weight:850;letter-spacing:.14em;color:#525a65}
.used-toolbar input,.used-toolbar select{width:100%;height:48px;border:1px solid #cfd3d8;border-radius:10px;background:#fff;color:var(--ink);padding:0 14px;font:700 14px Tahoma,sans-serif}
.used-toolbar input:focus,.used-toolbar select:focus{outline:2px solid rgba(226,0,18,.22);border-color:var(--red)}
.used-toolbar>strong{align-self:center;color:var(--red);font-size:13px;letter-spacing:.08em;white-space:nowrap}
.used-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.used-grid article{border:1px solid #e0e3e7;border-top:5px solid var(--red);background:#f7f8f9;padding:25px;border-radius:0 0 18px 18px;display:flex;flex-direction:column}
.used-grid article>span{font-size:11px;letter-spacing:.18em;font-weight:800;color:var(--red)}
.used-grid h3{font-size:20px;line-height:1.28;min-height:52px;margin:12px 0 8px}
.used-price{font-size:25px;line-height:1.2;color:var(--ink)}
.used-grid dl{margin:18px 0 20px}
.used-grid dl div{display:flex;justify-content:space-between;border-top:1px solid #dadddf;padding:9px 0}
.used-grid dt{color:var(--muted)}
.used-grid dd{margin:0;font-weight:700;text-align:right}
.used-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto}
.used-actions a{font-size:12px;font-weight:850;letter-spacing:.035em;border-bottom:1px solid}
.used-actions a:last-child{color:var(--red);text-align:right}
.used-empty{margin:0;padding:26px;text-align:center;background:#f4f5f7;border-radius:14px;color:var(--muted)}
.used-toggle{display:block;margin:24px auto 0;border:1px solid var(--ink);border-radius:999px;background:#fff;color:var(--ink);padding:13px 23px;font:850 13px Tahoma,sans-serif;letter-spacing:.07em;cursor:pointer}
.used-toggle:hover{background:var(--ink);color:#fff}
.used-cta{margin-top:24px;padding:25px 28px;background:var(--ink);color:#fff;border-radius:18px;display:flex;align-items:center;justify-content:space-between}
.used-cta>div:first-child{display:flex;flex-direction:column;gap:5px}
.used-cta span{color:#bbc1c9}
.used-cta-actions{display:flex;align-items:center;gap:10px}
.used-cta .button-light{background:#fff;color:var(--ink)}
.used-cta .button-light:hover{background:#e7e9ed}
footer{background:#090b0f;color:#fff;padding:52px max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:35px}
footer p{color:#929aa4;font-size:14px}
footer>a{font-size:20px;font-weight:800}
.footer-brand small{color:#949ca6}
.mobile-dock{display:none}
#toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:#fff;color:#101319;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;padding:12px 18px;opacity:0;pointer-events:none;transition:.25s;z-index:60;font-weight:700}
#toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:980px){body:not(.product-page) .topbar{height:auto;min-height:78px;flex-wrap:wrap;padding-top:12px;padding-bottom:12px}
body:not(.product-page) .topbar nav{display:flex;order:3;width:100%;justify-content:space-between;gap:18px;overflow-x:auto;padding-top:10px;border-top:1px solid var(--line);scrollbar-width:none}
body:not(.product-page) .topbar nav::-webkit-scrollbar{display:none}
.product-page .topbar nav{display:none}
.hero{height:570px;min-height:570px}
.hero-copy{width:min(600px,70vw);padding:85px 24px 45px}
.hero-media{height:auto}
.trust-row{margin-top:45px}
.model-grid{grid-template-columns:1fr 1fr}
.model-card.compact{grid-column:auto}
.model-card.compact .model-body{display:block}
.calculator,.advisor{grid-template-columns:1fr}
.advisor-card{grid-template-columns:.55fr 1fr}
.used-grid{grid-template-columns:1fr 1fr}
footer{grid-template-columns:1fr 1fr}
footer p{display:none}
}
@media(max-width:640px){body{padding-bottom:66px}
.topbar{height:66px;padding:0 16px}
body:not(.product-page) .topbar{padding:10px 16px 9px;gap:10px}
body:not(.product-page) .topbar nav{font-size:11px;gap:20px;justify-content:flex-start;padding-top:8px}
.product-page .topbar{height:66px;min-height:66px;flex-wrap:nowrap}
.topbar>.button{display:none}
.brand b{font-size:13px}
.brand small{font-size:9px}
.hero{height:560px;min-height:560px}
.hero-copy{width:100%;padding:78px 18px 32px;justify-content:flex-end;background:linear-gradient(0deg,rgba(8,10,14,.96) 0,rgba(8,10,14,.52) 58%,transparent 80%)}
.hero h1{font-size:34px;letter-spacing:-.035em}
.hero-copy>p{font-size:16px}
.trust-row{grid-template-columns:1fr;gap:10px}
.hero-media{height:auto}
.hero-media img{object-position:65% center}
.price-tag{display:none}
.section,.used-section,.quote-section{padding:78px 18px}
.section-head{display:block;margin-bottom:28px}
.section-head h2{font-size:32px;line-height:1.12}
.section-head>p{margin-top:16px}
.model-grid,.used-grid{grid-template-columns:1fr}
.used-intro{display:block;margin-top:-10px}
.used-intro a{display:inline-block;margin-top:14px}
.used-toolbar{grid-template-columns:1fr 1fr}
.used-toolbar>strong{grid-column:1/-1}
.model-card.compact{grid-column:auto}
.model-visual{height:230px}
.calculator{border-radius:20px}
.calc-form,.calc-result{padding:25px 18px;min-width:0}
.calc-result dl div{align-items:flex-start}
.calc-result dt{max-width:58%;line-height:1.35}
.calc-result dd{max-width:42%;overflow-wrap:anywhere;text-align:right}
.total strong{font-size:34px;overflow-wrap:anywhere}
.finance-result{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.finance-result strong{overflow-wrap:anywhere}
.field-row{grid-template-columns:1fr}
.advisor{padding-left:18px;padding-right:18px}
.advisor-card{grid-template-columns:1fr}
.portrait{min-height:420px}
.portrait img{min-height:420px;object-position:50% 12%}
.advisor-copy{padding:28px 22px}
.advisor-copy h2{font-size:36px}
.lead-card{padding:28px 22px}
.delivery-section{padding:78px 18px}
.delivery-head{display:block;margin-bottom:28px}
.delivery-head h2{font-size:34px}
.delivery-head p{font-size:15px;margin-top:16px}
.delivery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding:0 0 12px;scrollbar-width:none}
.delivery-grid::-webkit-scrollbar{display:none}
.delivery-card{flex:0 0 84vw;scroll-snap-align:center}
.delivery-cta{align-items:flex-start;flex-direction:column;padding:20px}
.used-cta{align-items:flex-start;gap:18px;flex-direction:column}
.used-cta-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}
footer{display:block;padding:45px 20px}
footer>a{display:block;margin-top:20px}
.mobile-dock{position:fixed;display:grid;grid-template-columns:1fr 1fr;left:0;right:0;bottom:0;z-index:50;background:#fff;box-shadow:0 -10px 30px rgba(0,0,0,.12)}
.mobile-dock a{padding:14px;text-align:center;font-weight:800}
.mobile-dock a:last-child{background:var(--red);color:#fff}
}

@media(max-width:420px){.brand small{display:none}.hero h1{font-size:31px}.section-head h2{font-size:29px}.button{padding:14px 17px}.calc-result dl{font-size:13px}.total strong{font-size:30px}.mobile-dock a{padding:13px 8px;font-size:14px}.used-toolbar{grid-template-columns:1fr}.used-toolbar>strong{grid-column:auto}.used-cta-actions{grid-template-columns:1fr}.used-actions{align-items:flex-start;flex-direction:column}}

.model-card{display:flex;flex-direction:column}
.model-body{flex:1;display:flex;flex-direction:column}
.model-body>p{flex:1}
.model-price{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.model-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}
.model-actions .detail-link,.model-actions button{display:block;background:transparent;border:0;border-bottom:1px solid var(--ink);padding:8px 0;text-align:left;font-weight:750;cursor:pointer;font:inherit;color:var(--ink)}
.model-actions .detail-link:hover,.model-actions button:hover{color:var(--red);border-color:var(--red)}
.model-visual.photo img{width:100%;height:100%;object-fit:cover}
.model-visual.cutout img{object-fit:contain}
.source-note a{text-decoration:underline}
.seo-model-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.seo-model-links a{border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-size:13px;font-weight:700;color:#4f5761}
.seo-model-links a:hover{border-color:var(--red);color:var(--red)}
.local-section{max-width:var(--max);margin:0 auto 110px;padding:0 24px;display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:start}
.local-intro h2{font-size:clamp(34px,4vw,52px);line-height:1.06;letter-spacing:-.04em;margin:0 0 24px}
.local-intro p{color:var(--muted);font-size:17px;margin:0 0 14px}
.local-services{display:grid;gap:14px}
.local-services article{border-left:4px solid var(--red);background:var(--soft);padding:22px 24px;display:flex;flex-direction:column;gap:7px}
.local-services strong{font-size:17px}.local-services span{color:var(--muted)}
.faq-section{max-width:var(--max);margin:auto;padding:0 24px 110px}
.faq-list{max-width:900px;margin:auto;border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line);padding:20px 0}
.faq-list summary{cursor:pointer;font-size:18px;font-weight:800;list-style:none;padding-right:28px;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:'+';position:absolute;right:3px;color:var(--red);font-size:24px;top:-3px}
.faq-list details[open] summary:after{content:'–'}
.faq-list p{color:var(--muted);margin:14px 0 0;max-width:780px}
.button-dark{color:#fff}
.field-help{color:var(--muted);font-weight:500;line-height:1.4}
.promo-reference{background:#fff;border:1px solid #d8dde2;border-left:4px solid var(--red);border-radius:12px;padding:15px 16px;display:flex;flex-direction:column;gap:4px}
.promo-reference span{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:800}.promo-reference strong{font-size:18px}.promo-reference small{color:var(--muted);line-height:1.4}
.gift-fieldset{border:1px solid #d8dde2;border-radius:16px;padding:18px;margin:0}
.gift-fieldset legend{font-size:14px;font-weight:800;padding:0 8px}
.gift-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}
.gift-options label{display:flex;flex-direction:row;align-items:flex-start;gap:8px;font-size:13px;font-weight:600;line-height:1.35}
.gift-options input{width:18px;height:18px;min-width:18px;margin:0;accent-color:var(--red)}
.net-price{border-top-color:var(--ink)!important}
.net-price dt,.net-price dd{color:var(--ink)!important;font-weight:800}
.gift-result{border:1px solid var(--line);border-radius:14px;padding:16px;margin:0 0 18px}
.gift-result>span{font-size:11px;letter-spacing:.14em;color:var(--red);font-weight:800}
.gift-result ul{margin:10px 0 0;padding-left:19px;color:var(--muted);line-height:1.6}
@media(max-width:640px){.model-actions{grid-template-columns:1fr}.model-body>p{min-height:auto}}
@media(max-width:640px){.gift-options{grid-template-columns:1fr}}
@media(max-width:760px){.local-section{grid-template-columns:1fr;margin-bottom:78px;padding:0 18px;gap:30px}.local-intro h2{font-size:34px}.local-intro p{font-size:16px}.faq-section{padding:0 18px 78px}.faq-list summary{font-size:16px}.seo-model-links{gap:8px}.seo-model-links a{font-size:12px}}

/* Brand hierarchy and section balance */
.brand-logo{width:34px;height:31px;object-fit:contain;flex:0 0 auto}
.brand small{font-size:9px;letter-spacing:.055em;white-space:nowrap}
.topbar nav{gap:32px;font-size:16px;font-weight:750}
.section-head .eyebrow{font-size:17px;letter-spacing:.18em;margin-bottom:18px}
.section-head h2{font-size:clamp(30px,3vw,44px);line-height:1.08;letter-spacing:-.035em;max-width:780px}
@media(max-width:640px){.brand b{font-size:12px;letter-spacing:.12em}.brand small{font-size:7px;letter-spacing:.025em}.brand-logo{width:30px;height:27px}.section-head .eyebrow{font-size:14px;margin-bottom:12px}.section-head h2{font-size:30px;line-height:1.12}}
@media(max-width:420px){.brand b{font-size:11px}.brand small{display:block;font-size:6.5px}.section-head h2{font-size:28px}}

/* Simplified landing-page hierarchy */
.hero h1{max-width:760px;font-size:clamp(44px,4.4vw,68px);line-height:1.02;letter-spacing:-.035em;text-shadow:1px 1px 0 #8e000b,2px 2px 0 #8e000b,3px 3px 0 #8e000b,4px 4px 0 #640008,0 18px 32px rgba(0,0,0,.55)}
.hero h1 em{display:block;margin-top:7px;color:#ff3949;text-shadow:1px 1px 0 #9d0010,2px 2px 0 #9d0010,3px 3px 0 #72000a,4px 4px 0 #510007,0 18px 30px rgba(0,0,0,.58)}
.section-head.section-title-only{display:block;text-align:center;margin-bottom:42px}
.section-head.section-title-only h2{max-width:none;font-size:clamp(38px,4.2vw,58px);letter-spacing:.035em}
.quote-section .section-title-only h2{color:#fff}
@media(max-width:640px){.hero h1{font-size:36px}.section-head.section-title-only{margin-bottom:30px}.section-head.section-title-only h2{font-size:36px}}

/* Compact vertical rhythm and preserve the full desktop hero vehicle */
@media(min-width:981px){
  .hero{height:650px;min-height:650px}
  .hero-copy{width:min(58vw,calc(max(24px,(100vw - var(--max))/2) + 650px));padding-top:58px;padding-bottom:44px}
  .hero-copy>p{max-width:520px}
  .hero-media{background:#090c11}
  .hero-media img{object-fit:contain;object-position:right center}
  .hero-media:after{background:linear-gradient(90deg,#080a0e 0,rgba(8,10,14,.98) 20%,rgba(8,10,14,.72) 42%,rgba(8,10,14,.08) 70%,transparent 88%),linear-gradient(0deg,rgba(0,0,0,.34),transparent 45%)}
  .trust-row{margin-top:36px}
}
@media(min-width:641px){
  .section{padding-top:84px;padding-bottom:84px}
  .quote-section{padding-top:84px;padding-bottom:68px}
  .local-section{margin-bottom:84px}
  .faq-section{padding-top:70px;padding-bottom:30px}
  .advisor{padding-top:40px;padding-bottom:84px}
  .delivery-section{padding-top:84px;padding-bottom:84px}
  .used-section{padding-top:76px;padding-bottom:84px}
}
@media(max-width:640px){
  .section,.used-section,.quote-section,.delivery-section{padding-top:64px;padding-bottom:64px}
  .local-section{margin-bottom:64px}
  .faq-section{padding-top:62px;padding-bottom:22px}
  .advisor{padding-top:30px;padding-bottom:64px}
}

/* 2026 density pass: more information per viewport, without reducing readability */
@media(min-width:761px){
  .section-head.section-title-only{margin-bottom:24px}
  .section-head.section-title-only h2{font-size:clamp(32px,3.2vw,44px);letter-spacing:.02em}

  .local-section{margin-bottom:54px;grid-template-columns:1fr 1.18fr;gap:34px;align-items:center}
  .local-intro .eyebrow{margin-bottom:10px}
  .local-intro h2{font-size:clamp(31px,3.1vw,42px);margin-bottom:16px}
  .local-intro p{font-size:15px;line-height:1.55;margin-bottom:9px}
  .local-services{gap:9px}
  .local-services article{padding:15px 18px;gap:3px}
  .local-services strong{font-size:15px}
  .local-services span{font-size:14px;line-height:1.45}

  .quote-section{padding-top:54px;padding-bottom:54px}
  .quote-section .section-title-only{margin-bottom:22px}
  .calculator{border-radius:20px;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)}
  .calc-form{padding:27px;gap:14px}
  .calc-form label{gap:5px;font-size:13px}
  .calc-form select,.calc-form input{height:44px;border-radius:9px;padding-inline:12px}
  .field-row{gap:12px}
  .field-help{font-size:11px;line-height:1.35}
  .promo-reference{padding:11px 13px;gap:2px}
  .promo-reference strong{font-size:17px}
  .promo-detail-list{gap:4px 18px;margin-top:5px;padding-top:8px}
  .promo-detail-list li{font-size:12px;line-height:1.35}
  .promo-conditional{margin-top:6px;padding-top:7px}
  .gift-fieldset{padding:12px 14px}
  .gift-options{grid-template-columns:repeat(3,1fr);gap:7px 12px;margin-bottom:11px}
  .gift-options label{font-size:12px;gap:6px}
  .gift-options input{width:16px;height:16px;min-width:16px}
  .calc-result{padding:27px}
  .total{padding:12px 0 15px}
  .total strong{font-size:clamp(34px,3.5vw,46px)}
  .calc-result dl{margin:10px 0}
  .calc-result dl div{padding:4px 0;font-size:14px}
  .finance-result{padding:13px 15px;margin:2px 0 12px;font-size:14px}
  .gift-result{padding:12px 14px;margin-bottom:12px}
  .gift-result ul{margin-top:6px;font-size:13px;line-height:1.45}
  .calc-result .button.full{padding:12px 18px;font-size:14px}

  .faq-section{padding-top:42px;padding-bottom:48px}
  .faq-section .section-title-only{margin-bottom:20px}
  .faq-list{max-width:980px}
  .faq-list details{padding:14px 0}
  .faq-list summary{font-size:16px}
  .faq-list p{margin-top:9px;font-size:14px;line-height:1.55}

  .used-section{padding-top:50px;padding-bottom:64px}
  .used-section .section-title-only{margin-bottom:18px}
  .used-intro{margin:0 0 15px;align-items:center}
  .used-intro p{font-size:14px;line-height:1.5}
  .used-toolbar{padding:12px 14px;margin-bottom:16px;border-radius:12px;gap:10px}
  .used-toolbar label{gap:5px}
  .used-toolbar input,.used-toolbar select{height:42px}
}

@media(max-width:760px){
  .local-section{margin-bottom:48px;gap:22px}
  .local-intro h2{font-size:30px;margin-bottom:14px}
  .local-intro p{font-size:15px;margin-bottom:9px}
  .local-services{gap:8px}
  .local-services article{padding:14px 16px;gap:3px}
  .local-services strong{font-size:15px}
  .local-services span{font-size:14px}
  .quote-section{padding-top:50px;padding-bottom:50px}
  .quote-section .section-title-only{margin-bottom:20px}
  .calc-form,.calc-result{padding:20px 16px;gap:14px}
  .calc-form select,.calc-form input{height:48px}
  .promo-detail-list{gap:4px;margin-top:5px;padding-top:8px}
  .promo-detail-list li{font-size:12px}
  .gift-fieldset{padding:13px}
  .faq-section{padding-top:46px;padding-bottom:44px}
  .faq-section .section-title-only{margin-bottom:18px}
  .faq-list details{padding:14px 0}
  .used-section{padding-top:48px;padding-bottom:56px}
  .used-section .section-title-only{margin-bottom:16px}
  .used-intro{margin:0 0 14px}
  .used-intro p{font-size:14px}
  .used-toolbar{padding:12px;margin-bottom:15px}
  .used-toolbar input,.used-toolbar select{height:44px}
}

/* Full CSBH promotion details */
.promo-detail-list{display:grid;grid-template-columns:1fr 1fr;gap:6px 20px;margin:8px 0 2px;padding:12px 0 0 18px;border-top:1px solid var(--line);color:var(--ink)}
.promo-detail-list li{font-size:13px;line-height:1.4}
.promo-detail-list li::marker{color:var(--red)}
.promo-conditional{margin-top:10px;border-top:1px solid var(--line);padding-top:10px}
.promo-conditional summary{cursor:pointer;color:var(--red);font-size:13px;font-weight:800}
.promo-conditional ul{margin:10px 0;padding-left:18px;line-height:1.5}
.promo-conditional p{margin:7px 0;color:var(--muted);font-size:12px;line-height:1.45}
.promo-conditional small{display:block;margin-top:9px;color:var(--muted);font-size:11px;line-height:1.45}
@media(max-width:640px){.promo-detail-list{grid-template-columns:1fr}}

/* Compact product cards, editorial news and in-page vehicle details */
.topbar{gap:18px}
.topbar nav{gap:18px;font-size:14px}
.topbar nav .nav-facebook{background:#1877f2;color:#fff!important;border-radius:999px;padding:7px 12px}
.topbar nav .nav-facebook:hover{background:#0f63d3;color:#fff}
.model-visual{height:190px}
.model-body{padding:20px}
.model-card h3{font-size:21px;margin:12px 0 6px}
.model-card p{font-size:14px;line-height:1.5;min-height:42px;margin:0 0 14px}
.model-body>div{margin-bottom:12px}
.model-body strong{font-size:20px}
.model-actions{gap:10px;margin-top:10px}
.model-actions .detail-link,.model-actions button{font-size:13px;padding:7px 0}

.news-section{background:#f2f4f7;padding:84px max(24px,calc((100vw - var(--max))/2))}
.news-inner{max-width:var(--max);margin:auto}
.news-lead{max-width:720px;margin:-22px auto 34px;text-align:center;color:var(--muted)}
.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.news-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s}
.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.news-card button{display:grid;grid-template-columns:190px 1fr;width:100%;height:100%;padding:0;border:0;background:#fff;color:var(--ink);text-align:left;cursor:pointer}
.news-image{min-height:220px;background:#e9ecf0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.news-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s}
.news-card:hover .news-image img{transform:scale(1.035)}
.news-copy{display:flex;flex-direction:column;padding:22px}
.news-copy>span{color:var(--red);font-size:11px;font-weight:850;letter-spacing:.1em}
.news-copy>strong{font-size:19px;line-height:1.32;margin:10px 0;text-transform:uppercase}
.news-copy>small{font-size:14px;line-height:1.55;color:var(--muted)}
.news-copy>b{margin-top:auto;padding-top:14px;color:var(--red);font-size:12px;letter-spacing:.06em}
.news-follow{margin-top:24px;padding:23px 26px;background:var(--ink);color:#fff;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.news-follow>div{display:flex;flex-direction:column;gap:5px}
.news-follow span{color:#b9c0c9;font-size:14px}
.facebook-button{background:#1877f2;white-space:nowrap}
.facebook-button:hover{background:#0f63d3}

.used-source{flex:none;color:var(--red);font-size:12px;font-weight:850;letter-spacing:.08em}
.used-grid .used-card{padding:0;border:1px solid var(--line);border-top:0;border-radius:18px;background:#fff;overflow:hidden;transition:.25s}
.used-grid .used-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.used-card-open{display:block;width:100%;height:100%;padding:0;border:0;background:#fff;color:var(--ink);text-align:left;cursor:pointer}
.used-card-image{display:block;height:185px;overflow:hidden;background:#e7eaee;border-top:5px solid var(--red)}
.used-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.used-card:hover .used-card-image img{transform:scale(1.04)}
.used-card-body{display:flex;flex-direction:column;padding:19px 20px 20px}
.used-card-brand{font-size:10px;letter-spacing:.14em;font-weight:850;color:var(--red)}
.used-card-title{font-size:18px;line-height:1.3;margin:9px 0 12px;min-height:47px}
.used-card-body .used-price{font-size:23px;line-height:1.15}
.used-card-meta{display:flex;justify-content:space-between;gap:12px;margin-top:15px;padding-top:12px;border-top:1px solid var(--line);font-size:12px;font-weight:750;color:#555e69}
.used-card-detail{display:flex;justify-content:space-between;align-items:center;margin-top:16px;color:var(--red);font-size:12px;font-weight:850;letter-spacing:.06em}
.used-card-detail b{font-size:22px;line-height:1}

.content-dialog{width:min(1000px,calc(100vw - 32px));max-height:90vh;padding:0;border:0;border-radius:22px;background:#fff;color:var(--ink);box-shadow:0 30px 90px rgba(0,0,0,.36);overflow:auto}
.content-dialog::backdrop{background:rgba(5,8,12,.76);backdrop-filter:blur(5px)}
.dialog-shell{position:relative}
.dialog-close{position:sticky;float:right;top:14px;margin:14px 14px -58px 0;z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:rgba(16,19,25,.88);color:#fff;font-size:28px;line-height:1;cursor:pointer}
.dialog-close:hover{background:var(--red)}
.dialog-eyebrow{display:block;color:var(--red);font-size:11px;font-weight:850;letter-spacing:.12em}
.used-dialog-card{display:grid;grid-template-columns:.9fr 1.1fr;min-height:560px}
.used-dialog-image{background:#e5e8ec;min-height:560px;overflow:hidden}
.used-dialog-image img{width:100%;height:100%;object-fit:cover}
.used-dialog-copy{padding:48px 44px 38px}
.used-dialog-copy h2,.news-dialog-copy h2{font-size:clamp(28px,3.6vw,43px);line-height:1.08;letter-spacing:-.035em;margin:12px 0 15px}
.used-dialog-price{display:block;font-size:32px;margin-bottom:20px}
.used-dialog-copy dl{margin:0 0 18px}
.used-dialog-copy dl div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-top:1px solid var(--line)}
.used-dialog-copy dt{color:var(--muted)}
.used-dialog-copy dd{margin:0;font-weight:800;text-align:right}
.used-dialog-copy p{color:var(--muted);font-size:14px;line-height:1.6}
.dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.dialog-actions .button-dark{background:var(--ink);color:#fff}
.dialog-actions .button-dark:hover{background:#292f38}

.news-dialog-image{height:300px;background:#eef0f3;display:flex;align-items:center;justify-content:center;overflow:hidden}
.news-dialog-image img{width:100%;height:100%;object-fit:contain}
.news-dialog-copy{max-width:800px;margin:auto;padding:38px 44px 46px}
.news-dialog-deck{font-size:18px!important;color:var(--ink)!important;font-weight:700;line-height:1.55}
.news-dialog-copy p{color:#4e5661;font-size:16px;line-height:1.75;margin:0 0 16px}
.news-dialog-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}
.source-link{font-size:13px;font-weight:850;color:var(--red);border-bottom:1px solid currentColor}

@media(max-width:980px){
  .topbar nav{gap:20px}
  .model-visual{height:180px}
  .news-card button{grid-template-columns:150px 1fr}
}
@media(max-width:1180px) and (min-width:641px){
  body:not(.product-page) .topbar{height:auto;min-height:78px;flex-wrap:wrap;padding-top:12px;padding-bottom:12px}
  body:not(.product-page) .topbar nav{display:flex;order:3;width:100%;justify-content:flex-start;gap:22px;overflow-x:auto;padding-top:10px;border-top:1px solid var(--line);scrollbar-width:none}
  body:not(.product-page) .topbar nav::-webkit-scrollbar{display:none}
}
@media(max-width:640px){
  .model-visual{height:175px}
  .model-body{padding:18px}
  .model-card h3{font-size:20px}
  .news-section{padding:64px 18px}
  .news-lead{margin-top:-12px;text-align:left}
  .news-grid{grid-template-columns:1fr}
  .news-card button{grid-template-columns:125px 1fr}
  .news-image{min-height:210px}
  .news-copy{padding:18px 16px}
  .news-copy>strong{font-size:16px}
  .news-copy>small{font-size:13px}
  .news-follow{align-items:flex-start;flex-direction:column;padding:21px}
  .facebook-button{width:100%}
  .used-card-image{height:210px}
  .used-card-title{min-height:0}
  .used-dialog-card{grid-template-columns:1fr}
  .used-dialog-image{min-height:260px;height:260px}
  .used-dialog-copy{padding:28px 20px 24px}
  .used-dialog-copy h2,.news-dialog-copy h2{font-size:28px}
  .used-dialog-price{font-size:27px}
  .dialog-actions{grid-template-columns:1fr}
  .news-dialog-image{height:220px}
  .news-dialog-copy{padding:28px 20px 32px}
  .news-dialog-deck{font-size:16px!important}
  .news-dialog-copy p{font-size:15px}
  .news-dialog-actions{align-items:stretch;flex-direction:column}
  .news-dialog-actions .button{width:100%}
}
