:root{--lime:#98bc2a;--ink:#1c1c1c;--muted:#646861;--line:#e4e7df;--paper:#f5f6f2}html{scroll-behavior:smooth}body{background:#fff;color:var(--ink);padding:0;font-family:var(--font-manrope),sans-serif}body *{font-family:inherit}a{text-decoration:none;color:inherit}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--font-albert-sans),sans-serif;font-weight:650;letter-spacing:-1.4px;line-height:1.12}h1{font-size:60px}h2{font-size:42px}h3{font-size:24px}main{min-height:65vh}.container{width:min(1240px,calc(100% - 64px));margin:auto}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;border:0;border-radius:8px;padding:16px 24px;font-size:14px;font-weight:750;line-height:22px;min-height:54px;transition:background .15s}.button span{font-size:22px;line-height:1}.lime{background:var(--lime);color:var(--ink)}.lime:hover{background:#afce52}.dark{background:var(--ink);color:white}.dark:hover{background:#363a31}.button *{color:inherit}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2px;line-height:22px;margin-bottom:16px}.eyebrow.light{color:#d8dfc4}.data-badge i,.eyebrow i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lime);margin-right:9px}.site-header{background:white;border-bottom:1px solid #eee;position:relative;z-index:5}.header-content{height:94px;display:flex;align-items:center;justify-content:space-between;gap:28px}.wordmark{font-family:var(--font-albert-sans),sans-serif;font-size:46px;letter-spacing:-3px;line-height:1;font-weight:800;display:inline-flex;align-items:baseline;position:relative}.wordmark span{font-family:inherit;font-size:36px;font-weight:550;letter-spacing:-2px}.wordmark i{width:9px;height:9px;background:var(--lime);border-radius:50%;margin-left:4px}.site-header nav{display:flex;gap:32px}.site-header nav a{font-size:14px;font-weight:650}.site-header nav a:hover{color:#526811}.header-cta{min-height:48px;padding:12px 18px}.home-hero{height:640px;position:relative;isolation:isolate;background:#151715;overflow:hidden}.hero-image{object-fit:cover;object-position:center 57%;z-index:-2}.home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,18,14,.9),rgba(15,18,14,.35) 50%,transparent 75%);z-index:-1}.hero-content{padding-top:98px}.hero-content h1{color:white;font-size:clamp(52px,5.4vw,80px);font-weight:650;line-height:1.03;letter-spacing:-3px}.hero-content h1 em{font:inherit;color:#b7d559;font-style:normal}.hero-description{color:#e3e6dd;font-size:16px;line-height:28px;max-width:430px;margin:26px 0 30px}.hero-caption{position:absolute;bottom:18px;right:24px;font-size:10px;color:#d2d5cf;background:rgba(0,0,0,.4);padding:2px 8px;border-radius:4px}.search-section{position:relative;margin-top:-60px;z-index:2}.search-panel{background:white;box-shadow:0 12px 38px #242b1610;border:1px solid var(--line);border-radius:12px;padding:26px 30px}.search-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.search-heading h2{font-size:23px;letter-spacing:-.6px}.data-badge{font-size:11px;font-weight:650;color:#52584a;background:#eff3e6;border-radius:24px;padding:7px 13px;white-space:nowrap}.filter-form{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr 1.2fr;grid-gap:16px;gap:16px;align-items:end}.filter-form:not(.compact){grid-template-columns:1.6fr 1fr 1fr 1fr 1.2fr;gap:16px}.filter-form:not(.compact) button{grid-column:5;grid-row:2}.comparison-form label,.filter-form label{display:flex;flex-direction:column;gap:8px;min-width:0}.comparison-form label span,.filter-form label span{font-size:11px;font-weight:750;color:#666b60}.comparison-form select,.filter-form input,.filter-form select{width:100%;height:48px;background:#f7f8f5;border:1px solid #dce0d4;border-radius:6px;padding:10px 12px;font-size:12px;line-height:20px;color:#3f4438;margin:0}.filter-form button{min-height:48px;padding:12px 16px;font-size:12px;gap:12px}.intro-statistics{display:grid;grid-template-columns:1.45fr .8fr .8fr 1.25fr;grid-gap:32px;gap:32px;align-items:center;padding:54px 0 58px;border-bottom:1px solid var(--line)}.intro-statistics>p{color:var(--muted);font-size:14px;line-height:25px}.intro-statistics p strong{font-weight:750;color:var(--ink)}.intro-statistics>div{border-left:1px solid var(--line);padding-left:30px}.intro-statistics>div strong{display:block;font-family:var(--font-albert-sans),sans-serif;font-size:36px;font-weight:650;letter-spacing:-1px;line-height:42px}.intro-statistics>div span{display:block;font-size:11px;color:var(--muted);line-height:18px;margin-top:6px}.models-section{background:var(--paper);padding:78px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:14px}.text-link{font-size:13px;font-weight:750;border-bottom:1px solid var(--ink);padding-bottom:7px;white-space:nowrap}.text-link span{margin-left:18px}.section-description{font-size:13px;color:var(--muted);line-height:24px;margin-bottom:32px}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:26px;gap:26px}.vehicle-card{background:white;border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s}.vehicle-card:hover{box-shadow:0 12px 32px #2f3b1410;transform:translateY(-2px)}.card-visual{height:164px;background:#e8eddd;position:relative;display:flex;align-items:center;justify-content:center;padding-top:14px}.card-visual>span{position:absolute;top:18px;left:22px;font-size:11px;font-weight:800;letter-spacing:.4px}.car-shape{width:240px;max-width:80%;height:94px;color:#778355;opacity:.7}.card-visual>small{position:absolute;bottom:10px;right:16px;font-size:8px;letter-spacing:1.6px;color:#68724f;font-weight:650}.card-body{padding:24px;display:flex;flex-direction:column;flex:1 1}.card-body h3{font-size:26px;letter-spacing:-.7px}.fuel-tags{font-size:11px;color:var(--muted);line-height:20px;min-height:40px;margin-top:10px}.card-specs{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin:20px 0}.card-specs div:last-child{border-left:1px solid var(--line);padding-left:20px}.card-specs dt{font-size:9px;color:var(--muted);line-height:18px;font-weight:650}.card-specs dd{font-size:18px;font-weight:700;line-height:24px;margin:4px 0 0;white-space:nowrap}.card-specs small,.registrations{font-size:10px;color:var(--muted)}.registrations{line-height:20px;margin-bottom:18px}.registrations strong{font-size:12px;color:var(--ink);font-weight:700}.card-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid var(--line);padding-top:16px;margin-top:auto}.card-actions>a{font-size:11px;font-weight:750}.card-actions>a span{margin-left:7px}.compare-button{border:1px solid #dfe4d5;background:white;padding:5px 9px;border-radius:5px;font-size:10px;font-weight:700;color:#414833;min-height:34px;white-space:nowrap}.compare-button.selected{background:#ecf2da;border-color:#9abc41}.brands-section{padding:80px 0}.brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:30px}.brand-grid a{border:1px solid var(--line);padding:24px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;gap:12px}.brand-grid a:hover{background:var(--paper)}.brand-grid strong{font-family:var(--font-albert-sans),sans-serif;font-size:24px;font-weight:600;letter-spacing:-.7px}.brand-grid span{font-size:10px;color:var(--muted)}.brand-grid b{margin-left:8px;font-size:18px;font-weight:400}.data-feature{background:#1c211a;border-radius:16px;padding:62px;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:80px;gap:80px;margin-bottom:84px;position:relative;overflow:hidden}.data-feature h2{color:white;font-size:48px;letter-spacing:-1.8px}.data-feature>div>p:not(.eyebrow){color:#bdc5b4;font-size:13px;line-height:25px;margin:26px 0 28px;max-width:470px}.feature-points>div{position:relative;padding-left:45px;padding-bottom:28px;margin-bottom:26px;border-bottom:1px solid #485040}.feature-points>div:last-child{margin:0;padding-bottom:0;border:0}.feature-points span{position:absolute;left:0;color:#a6be65;font-size:11px;font-weight:800;top:0}.feature-points h3{color:white;font-size:20px;letter-spacing:-.4px}.feature-points p{color:#bdc5b4;font-size:11px;line-height:21px;margin-top:10px}.site-footer{background:var(--paper);border-top:1px solid var(--line);padding:48px 0 96px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:28px;padding-bottom:32px}.footer-top p{font-size:11px;color:var(--muted);margin-top:14px}.footer-top nav{display:flex;gap:26px;flex-wrap:wrap}.footer-top nav a{font-size:11px;font-weight:650}.footer-bottom{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;gap:20px}.footer-bottom a,.footer-bottom span{font-size:10px;color:var(--muted);line-height:18px}.page-intro{background:#edf1e6;padding:36px 0 58px}.breadcrumb{font-size:10px;color:var(--muted);margin-bottom:32px;line-height:18px}.breadcrumb a{font-size:inherit;text-decoration:underline;text-underline-offset:3px}.page-intro h1{font-size:58px}.page-intro>div>p:last-child{font-size:14px;color:var(--muted);line-height:26px;margin-top:20px}.catalog-content{padding:36px 0 68px}.catalog-content .search-panel{padding:24px}.results-heading{display:flex;justify-content:space-between;align-items:center;margin:40px 0 26px}.results-heading h2{font-size:24px;letter-spacing:-.7px}.data-note{font-size:11px;color:var(--muted);line-height:22px;margin:22px 0}.data-note a{font-size:inherit;text-decoration:underline}.empty-state{text-align:center;padding:70px 25px;min-height:330px}.empty-state h1{font-size:44px}.empty-state h2{font-size:30px}.empty-state p{font-size:14px;color:var(--muted);line-height:26px;margin:20px 0 26px}.detail-intro{background:#edf1e6;padding:32px 0 50px}.detail-title{display:grid;grid-template-columns:1.5fr 1fr;align-items:center;grid-gap:40px;gap:40px}.detail-title h1{font-size:64px}.detail-title p:not(.eyebrow){font-size:13px;color:var(--muted);margin:16px 0 24px}.detail-title .compare-button{font-size:12px;padding:8px 14px}.detail-visual{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:16px}.detail-visual .car-shape{width:360px;height:140px;max-width:100%}.detail-visual span{font-size:9px;color:#6e785b;line-height:18px;margin-top:20px}.detail-content{padding:48px 0 72px}.detail-bar{display:flex;justify-content:space-between;align-items:center;gap:24px}.detail-bar h2{font-size:30px;letter-spacing:-.9px}.detail-bar form{display:flex;align-items:center;gap:12px}.detail-bar label{font-size:11px}.detail-bar select{height:44px;width:160px;margin-left:10px;padding:8px;border:1px solid #dce0d4;border-radius:6px;font-size:12px}.detail-bar button{min-height:44px;padding:8px 15px;font-size:11px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;margin:26px 0 58px}.metric-grid>div{padding:24px 20px;border:1px solid var(--line);border-radius:8px}.metric-grid span{font-size:10px;color:var(--muted);line-height:20px}.metric-grid strong{display:block;font-size:28px;letter-spacing:-1px;font-weight:650;line-height:38px;margin-top:12px}.metric-grid small{font-size:13px;color:var(--muted);font-weight:500}.detail-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;margin-bottom:60px}.detail-columns h2,.variants-section h2{font-size:32px;letter-spacing:-.9px;margin-bottom:24px}.fuel-distribution{margin-top:22px}.fuel-distribution>div:first-child{display:flex;justify-content:space-between;gap:14px;margin-bottom:8px}.fuel-distribution strong{font-size:12px;font-weight:650}.fuel-distribution span{font-size:10px;color:var(--muted)}.bar{height:7px;background:#eff1e9;overflow:hidden}.bar,.bar span{border-radius:4px}.bar span{height:100%;background:var(--lime);display:block}.table-scroll{width:100%;overflow:auto;border:1px solid var(--line);border-radius:8px}table{width:100%;border-collapse:collapse;min-width:440px;text-align:left}td,th{padding:16px 18px;border-bottom:1px solid var(--line);font-size:11px;line-height:20px;vertical-align:top}th{font-size:10px;font-weight:750;background:var(--paper)}td small{display:block;max-width:220px;font-size:9px;color:var(--muted);line-height:17px;margin-top:4px;overflow-wrap:anywhere}tr:last-child td,tr:last-child th{border-bottom:0}.variants-section>p:not(.eyebrow){font-size:12px;line-height:24px;color:var(--muted);max-width:840px;margin-bottom:22px}.variants-section table{min-width:740px}.source-box{background:#f2f5eb;border:1px solid #dfe6d0;border-radius:8px;padding:26px;margin-top:32px}.source-box h3{font-size:20px;letter-spacing:-.4px;margin-bottom:12px}.source-box a,.source-box p{font-size:11px;line-height:23px;color:#535c46}.source-box p+p{margin-top:12px}.source-box a{text-decoration:underline}.comparison-content{padding:38px 0 76px}.comparison-form{display:grid;grid-template-columns:repeat(3,1.4fr) .8fr 1fr;grid-gap:16px;gap:16px;align-items:end}.comparison-form button{font-size:12px;min-height:48px;padding:10px 16px}.comparison-table{margin-top:28px}.comparison-table table{min-width:680px}.comparison-table th:first-child{width:24%}.comparison-table thead th{padding:28px 20px}.comparison-table thead a{font-size:21px;font-weight:650;letter-spacing:-.5px;line-height:28px}.comparison-table td{font-size:14px;padding:24px 20px}.prose{max-width:900px;padding-top:40px;padding-bottom:82px}.prose h1{font-size:58px;margin-bottom:26px}.prose .lead{font-size:18px;color:#555f48;line-height:32px}.prose h2{font-size:29px;letter-spacing:-.7px;margin-top:42px;margin-bottom:18px}.prose li,.prose p{font-size:14px;line-height:28px;color:#555d4c}.prose ul{padding-left:22px}.prose a:not(.button){font-size:inherit;text-decoration:underline;text-underline-offset:3px;color:#4b6311}.prose .button{margin-top:36px}.compare-tray{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:min(1120px,calc(100% - 32px));z-index:20;background:#1c211a;border:1px solid #48523b;box-shadow:0 8px 40px #0004;border-radius:10px;padding:18px 24px;display:flex;justify-content:space-between;align-items:center;gap:20px}.compare-tray strong{display:block;color:white;font-size:12px;font-weight:750;line-height:20px}.compare-tray>div>span{display:block;color:#c4ceb9;font-size:10px;line-height:20px;max-width:680px}.tray-actions{display:flex;gap:8px;align-items:center}.tray-actions .button{font-size:11px;min-height:40px;padding:8px 14px;white-space:nowrap}.remove-compare{background:transparent;color:#c2ccb6;border:1px solid #59654c;border-radius:5px;width:28px;height:28px;line-height:24px}.skip-link{position:fixed;top:-100px;left:12px;background:var(--ink);color:white;padding:12px;z-index:50}.skip-link:focus{top:12px}:focus-visible{outline:3px solid #718e20;outline-offset:4px}.button:focus-visible{outline-color:#52720b}.site-footer .wordmark span{color:var(--ink)}@media(min-width:1500px){.home-hero{height:680px}.hero-content{padding-top:112px}}@media(max-width:1050px){.container{width:calc(100% - 48px)}.header-content{gap:18px}.site-header nav{gap:20px}.header-cta{font-size:11px;gap:16px}.home-hero{height:610px}.hero-content{padding-top:90px}.hero-content h1{font-size:66px}.hero-description{max-width:370px}.filter-form,.filter-form:not(.compact){grid-template-columns:repeat(3,minmax(0,1fr))}.filter-form:not(.compact) button{grid-column:auto;grid-row:auto}.filter-form.compact label:first-child{grid-column:span 2}.intro-statistics{gap:18px}.intro-statistics>div{padding-left:18px}.intro-statistics>div strong{font-size:30px}.cards-grid{gap:18px}.card-body{padding:20px}.card-body h3{font-size:23px}.card-specs dd{font-size:16px}.card-specs div:last-child{padding-left:12px}.card-actions{flex-wrap:wrap;gap:12px}.data-feature{padding:42px;gap:42px}.data-feature h2{font-size:42px}.comparison-form{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid strong{font-size:24px}.detail-title h1{font-size:54px}}@media(max-width:760px){.container{width:calc(100% - 36px)}.header-content{height:auto;min-height:80px;flex-wrap:wrap;gap:12px;padding:16px 0}.wordmark{font-size:40px}.wordmark span{font-size:30px}.header-cta{margin-left:auto;min-height:42px;padding:8px 14px}.site-header nav{order:3;width:100%;justify-content:space-between;gap:12px;border-top:1px solid #edf0e7;padding-top:10px}.site-header nav a{font-size:12px}.home-hero{height:590px}.hero-content{padding-top:54px}.hero-content h1{font-size:54px;letter-spacing:-2px;line-height:1.06}.hero-image{object-position:64% center}.home-hero:after{background:linear-gradient(180deg,rgba(15,18,14,.88),rgba(15,18,14,.62) 55%,rgba(15,18,14,.18))}.hero-description{font-size:13px;line-height:25px;max-width:320px;margin:22px 0 26px}.hero-content .button{font-size:12px;min-height:48px;padding:12px 18px}.eyebrow{font-size:9px;letter-spacing:1.6px}.hero-caption{bottom:56px;font-size:8px;right:18px}.search-section{margin-top:-40px}.search-panel{padding:22px 18px;border-radius:10px}.search-heading{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:18px}.search-heading h2{font-size:21px}.data-badge{font-size:9px;padding:5px 10px}.filter-form,.filter-form:not(.compact){grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.filter-form.compact label:first-child{grid-column:span 2}.filter-form input,.filter-form select{font-size:12px;min-width:0}.filter-form label span{font-size:10px}.intro-statistics{grid-template-columns:repeat(2,minmax(0,1fr));padding:34px 0;gap:26px}.intro-statistics>p{grid-column:span 2;font-size:13px}.intro-statistics>div{padding-left:14px}.intro-statistics>div:last-child{grid-column:span 2}.intro-statistics>div strong{font-size:32px}.intro-statistics>div span{font-size:10px}.models-section{padding:44px 0}.section-heading{align-items:flex-start;gap:20px}.section-heading h2{font-size:32px;letter-spacing:-1px}.section-heading .text-link{font-size:10px;margin-top:30px}.section-heading .text-link span{margin-left:4px}.section-description{font-size:11px;line-height:21px;margin-bottom:22px}.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.card-body{padding:18px}.card-body h3{font-size:22px}.card-visual{height:132px}.card-visual span{font-size:10px;left:16px;top:12px}.card-visual small{font-size:7px;right:12px}.car-shape{height:72px}.card-specs{grid-template-columns:1fr;gap:12px;margin-top:12px}.card-specs div:last-child{padding-left:0;border:0}.card-specs dd{font-size:19px}.fuel-tags{font-size:10px;line-height:19px;min-height:57px}.registrations{font-size:9px;line-height:18px}.card-actions{align-items:flex-start;flex-direction:column;gap:12px}.card-actions>a{font-size:11px}.compare-button{font-size:10px}.brands-section{padding:44px 0}.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}.brand-grid a{padding:18px;align-items:flex-start;flex-direction:column;gap:10px}.brand-grid strong{font-size:23px}.brand-grid span{font-size:9px}.data-feature{padding:30px 24px;grid-template-columns:1fr;gap:36px;margin-bottom:48px;border-radius:12px}.data-feature h2{font-size:38px}.data-feature>div>p:not(.eyebrow){font-size:12px;line-height:24px;margin:20px 0 24px}.feature-points h3{font-size:19px}.feature-points>div{padding-left:36px;margin-bottom:22px;padding-bottom:22px}.footer-top{align-items:flex-start;flex-direction:column;gap:28px}.footer-top nav{gap:20px}.footer-bottom{flex-direction:column;gap:14px}.footer-bottom a,.footer-bottom span{font-size:9px}.site-footer{padding:36px 0 132px}.page-intro{padding:26px 0 40px}.page-intro h1{font-size:43px;letter-spacing:-1.4px}.page-intro>div>p:last-child{font-size:12px;line-height:24px}.breadcrumb{font-size:9px;margin-bottom:24px}.catalog-content{padding:26px 0 48px}.catalog-content .search-panel{padding:18px}.results-heading{margin:28px 0 22px}.results-heading h2{font-size:22px}.data-note{font-size:10px;line-height:21px}.detail-title{grid-template-columns:1fr;gap:18px}.detail-title h1{font-size:49px}.detail-visual{padding:6px}.detail-visual .car-shape{height:100px;width:270px}.detail-visual span{margin-top:8px;font-size:8px}.detail-intro{padding:26px 0 34px}.detail-title p:not(.eyebrow){font-size:12px;line-height:23px}.detail-content{padding:30px 0 50px}.detail-bar{align-items:flex-start;flex-direction:column;gap:20px}.detail-bar h2{font-size:26px}.detail-bar form{width:100%;gap:10px}.detail-bar label{flex:1 1}.detail-bar select{width:calc(100% - 44px);max-width:240px;font-size:11px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0 38px}.metric-grid>div{padding:16px}.metric-grid span{font-size:9px;line-height:17px;display:block}.metric-grid strong{font-size:23px;line-height:31px;letter-spacing:-.7px}.metric-grid small{font-size:10px}.detail-columns{grid-template-columns:1fr;gap:38px;margin-bottom:40px}.detail-columns h2,.variants-section h2{font-size:28px}.fuel-distribution span{font-size:9px}.fuel-distribution strong{font-size:11px}.variants-section>p:not(.eyebrow){font-size:11px;line-height:23px}.source-box{padding:20px}.comparison-content{padding:26px 0 50px}.comparison-form{grid-template-columns:1fr;gap:16px}.comparison-form select{font-size:12px}.comparison-table thead a{font-size:18px}.comparison-table td{font-size:12px}.comparison-table table{min-width:660px}.prose{padding-top:28px;padding-bottom:56px}.prose h1{font-size:43px}.prose .lead{font-size:15px;line-height:28px}.prose h2{font-size:27px;margin-top:32px}.prose li,.prose p{font-size:12px;line-height:26px}.empty-state{padding:48px 18px}.empty-state h1{font-size:34px}.empty-state h2{font-size:26px}.empty-state p{font-size:12px;line-height:24px}.compare-tray{padding:14px;bottom:12px;gap:10px;align-items:flex-start;flex-direction:column}.compare-tray strong{font-size:11px}.compare-tray>div>span{font-size:9px;line-height:18px}.tray-actions{width:100%;justify-content:flex-end}.tray-actions .button{margin-left:auto}.remove-compare{width:28px;height:28px}.header-content .wordmark i{width:7px;height:7px}}@media(max-width:460px){.cards-grid{grid-template-columns:1fr}.card-visual{height:160px}.car-shape{height:86px;width:240px}.card-body{padding:22px}.card-body h3{font-size:27px}.fuel-tags{min-height:20px;font-size:11px}.card-specs{grid-template-columns:1fr 1fr;margin:22px 0}.card-specs div:last-child{border-left:1px solid var(--line);padding-left:18px}.card-actions{flex-direction:row;align-items:center;gap:8px}.registrations{font-size:10px}.hero-content h1{font-size:49px}.header-cta{font-size:10px}.brand-grid strong,.metric-grid strong{font-size:21px}.metric-grid>div{padding:14px}.filter-form button{font-size:11px;padding:10px 12px;gap:8px}.filter-form button span{font-size:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}.button.lime,.button.lime:focus,.button.lime:hover{color:var(--ink)}.button.dark,.button.dark:focus,.button.dark:hover{color:white}.detail-columns>section{min-width:0}.detail-columns{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:760px){.detail-columns{grid-template-columns:minmax(0,1fr)}}.raw-details{margin-top:24px;border:1px solid #dce0d5;border-radius:12px;padding:20px}.raw-details summary{cursor:pointer;font-weight:700}.fingerprint{overflow-wrap:anywhere}.prose .table-scroll{max-width:100%}