@font-face{font-family:Manrope;src:url('fonts/Manrope.ttf') format('truetype');font-weight:200 800;font-display:swap}
:root{--ink:#182820;--muted:#68716b;--line:#dfe4dc;--paper:#f7f8f3;--lime:#c3f56d;--white:#fff;--radius:20px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}svg{width:22px;height:22px;flex-shrink:0}img{max-width:100%}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #54802c;outline-offset:4px}::selection{background:var(--lime);color:var(--ink)}[hidden]{display:none!important}.container{width:calc(100% - 112px);max-width:1320px;margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;top:-60px;left:20px;padding:12px;background:var(--ink);color:white;z-index:99}.skip-link:focus{top:10px}.preview-banner{background:#ffe5aa;text-align:center;padding:9px 20px;color:#584012;font-size:12px;font-weight:800;letter-spacing:.04em}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.15em;line-height:1.5}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 23px;min-height:51px;border:1px solid transparent;border-radius:10px;font-size:13px;font-weight:800;line-height:1.4;transition:background .18s,transform .18s}.button svg{width:19px;height:19px}.button:hover{transform:translateY(-2px)}.button.dark{background:var(--ink);color:white}.button.dark:hover{background:#2e4939}.button.lime{background:var(--lime);color:var(--ink)}.button.lime:hover{background:#d6ff92}.button.light{border-color:var(--line);background:#fff;color:var(--ink)}.button.light:hover{background:#edf2e9}.button.outline-light{color:white;border-color:#607267;background:transparent}.button.full{width:100%}.button-row{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.topline{background:var(--ink);color:#d7e4d5;font-size:11px;padding:8px 0}.topline .container{display:flex;justify-content:space-between;align-items:center}.topline span{display:flex;gap:7px;align-items:center}.topline svg{width:13px;height:13px}.topline b{color:white;margin-left:8px}.site-header{background:rgba(247,248,243,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(15px)}.header-inner{height:90px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0}.brand-icon{width:52px;height:48px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:11px;background:var(--ink);color:var(--lime);font-size:22px;font-style:italic;font-weight:800;letter-spacing:-2px;padding-right:10px}.brand-icon svg{width:17px;position:absolute;right:3px;top:6px}.brand-type{font-size:21px;line-height:1.1;font-weight:800;letter-spacing:-.06em}.brand-type small{display:block;font-weight:650;font-size:9px;letter-spacing:.45em;margin-top:5px;padding-left:2px}.site-header nav{display:flex;gap:36px;margin-left:auto;margin-right:30px;align-items:center;font-size:13px;font-weight:700}.site-header nav a{padding:10px 0;position:relative}.site-header nav a:hover:after,.site-header nav a[aria-current=page]:after{content:"";position:absolute;left:0;bottom:2px;width:20px;height:3px;background:#759349;border-radius:3px}.header-mobile-call{display:none}.header-call{padding:12px 20px;min-height:44px}.hero{padding:50px 0 38px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1.09fr;gap:46px;align-items:center}.hero-copy{padding:5px 0}.hero-copy .eyebrow{display:flex;gap:9px;align-items:center;font-size:10px}.live-dot{display:inline-block;width:7px;height:7px;background:#698b45;box-shadow:0 0 0 4px #e5eddc;border-radius:50%;margin-right:3px}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(45px,5.3vw,75px);letter-spacing:-.066em;font-weight:750;line-height:1.06;margin:21px 0}.hero h1 span{color:#718362}.hero-copy>p{max-width:435px;font-size:14px;line-height:1.9;color:var(--muted);margin-bottom:27px}.hero-contact{display:inline-flex;gap:8px;align-items:center;font-size:12px;font-weight:750}.hero-contact svg{width:21px}.hero-footnote{display:flex;gap:20px;flex-wrap:wrap;margin-top:31px;font-size:10px;color:#667461}.hero-footnote span:before{content:"✓";margin-right:6px;color:#536e42;font-weight:800}.hero-photo{display:block;position:relative;aspect-ratio:1.33;overflow:hidden;border-radius:22px;background:#e8ece2}.hero-photo>img{height:100%;width:100%;object-fit:cover;transition:transform .5s}.hero-photo:hover>img{transform:scale(1.025)}.hero-photo:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0f211ba6);pointer-events:none}.hero-photo-label{position:absolute;top:21px;left:21px;right:21px;display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.15em;font-weight:800}.hero-photo-label>span{background:#fffffff0;padding:9px 13px;border-radius:6px}.hero-photo-label>svg{width:35px;height:35px;border-radius:50%;padding:8px;background:var(--lime)}.hero-caption{position:absolute;bottom:26px;left:25px;right:25px;color:white;z-index:1;display:flex;align-items:flex-end;gap:20px;justify-content:space-between}.hero-caption small{display:block;font-size:9px;letter-spacing:.13em;color:#e4e9e0;margin-bottom:6px}.hero-caption strong{font-size:19px;letter-spacing:-.03em}.hero-caption b{font-size:24px;letter-spacing:-.04em;white-space:nowrap}.hero-empty{min-height:360px;border-radius:22px;padding:42px;background:var(--ink);color:var(--lime);position:relative;overflow:hidden}.hero-empty:after{content:"";position:absolute;width:400px;height:400px;border:1px solid #506d53;border-radius:50%;right:-160px;top:-100px;box-shadow:0 0 0 60px #203a2c,0 0 0 61px #426349}.hero-empty-mark{font-size:88px;font-style:italic;font-weight:800;letter-spacing:-.12em;line-height:1;position:relative;z-index:1}.hero-empty-mark svg{width:75px;height:75px}.hero-empty p{font-size:27px;color:white;line-height:1.3;letter-spacing:-.04em;margin-top:30px;position:relative;z-index:1}.hero-empty a{display:inline-flex;gap:12px;font-size:12px;align-items:center;position:relative;z-index:1}.inventory-section{padding-top:32px;padding-bottom:55px}.section-heading{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:24px}.section-heading h2{font-size:35px;letter-spacing:-.055em;font-weight:750;margin:6px 0 0;line-height:1.2}.section-heading>p{font-size:11px;color:var(--muted);margin-bottom:5px}.inventory-filters{display:grid;grid-template-columns:1.6fr 1fr 1.1fr 1fr auto;gap:10px}.inventory-filters input,.inventory-filters select{height:50px;width:100%;border:1px solid var(--line);background:var(--white);border-radius:9px;padding:0 14px;font-size:11px;color:var(--ink);min-width:0}.inventory-filters select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='m3 4 3 3 3-3' fill='none' stroke='%2349564b' stroke-width='1.5'/%3E%3C/svg%3E");background-position:right 13px center;background-repeat:no-repeat;padding-right:30px;cursor:pointer}.search-field{position:relative}.search-field>svg{width:16px;position:absolute;top:14px;left:15px;color:#7c897d}.inventory-filters .search-field input{padding-left:41px}.inventory-filters>.button{font-size:11px;padding:12px 20px}.filter-second-row{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;padding:9px 0 6px;font-size:10px;color:var(--muted)}.filter-second-row select{border:none;background-color:transparent;font-size:10px;height:32px;padding-left:0;width:auto;min-width:115px}.availability-filter{display:flex;gap:18px;align-items:center}.availability-filter a{font-size:10px;text-decoration:underline;text-underline-offset:3px}.sort-field{display:flex;gap:12px;align-items:center}.inventory-status{font-size:12px;margin:5px 0;color:var(--muted)}.inventory-status:empty{display:none}.vehicle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;margin-top:14px}.vehicle-card{background:white;border:1px solid #e0e5dc;border-radius:15px;overflow:hidden;min-width:0;transition:box-shadow .2s,transform .2s}.vehicle-card:hover{box-shadow:0 12px 30px #173a1f0b;transform:translateY(-3px)}.card-image{position:relative;display:block;aspect-ratio:1.44;overflow:hidden;background:#e8ece4}.card-image>img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.card-image:hover>img{transform:scale(1.035)}.stock-badge{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;gap:5px;border-radius:5px;background:#eef8dced;padding:5px 9px;color:#254222;font-weight:800;font-size:9px;line-height:1.3}.stock-badge:before{content:"";height:5px;width:5px;background:#558943;border-radius:50%}.stock-badge.sold{background:#f0ece4ed;color:#74634e}.stock-badge.sold:before{background:#ae9572}.stock-badge.inline{position:static;padding:6px 11px}.photo-count{position:absolute;bottom:13px;left:14px;border-radius:4px;color:white;background:#18282094;backdrop-filter:blur(4px);padding:4px 7px;font-size:9px}.card-image-arrow{position:absolute;right:14px;bottom:13px;background:#ffffffed;border-radius:50%;width:30px;height:30px;display:grid;place-items:center}.card-image-arrow svg{width:17px}.card-body{padding:20px 21px}.card-year{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:800;margin-bottom:5px;color:#5e6e5c}.card-year span{font-size:9px;font-weight:500;border-left:1px solid #bfc9bb;padding-left:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-body h3{font-size:20px;line-height:1.25;letter-spacing:-.04em;font-weight:800;margin-bottom:5px}.card-trim{font-size:10px;min-height:16px;color:#7b8379;margin-bottom:18px}.card-specs{display:flex;gap:12px;flex-wrap:wrap;padding-bottom:19px;border-bottom:1px solid #e9ede4;font-size:9px;color:#657161;min-height:39px}.card-specs span{display:flex;gap:5px;align-items:center;max-width:100%}.card-specs svg{width:14px;height:14px}.card-bottom{display:flex;gap:12px;justify-content:space-between;align-items:end;padding-top:15px}.card-bottom small{display:block;font-size:8px;color:#7b8477;letter-spacing:.1em;font-weight:650;margin-bottom:3px}.card-bottom strong{font-size:26px;font-weight:800;letter-spacing:-.065em;line-height:1.15}.card-details{display:flex;gap:6px;align-items:center;font-size:11px;font-weight:750;padding-bottom:4px;white-space:nowrap}.card-details svg{width:16px}.photo-placeholder{display:flex;min-height:100%;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center;gap:15px;background:#e9eee3;color:#83947d}.photo-placeholder svg{width:100px;height:100px;stroke-width:.7}.photo-placeholder span{font-size:12px}.empty-inventory{grid-column:1/-1;padding:65px 25px;text-align:center;background:#fff;border:1px dashed #c7d3bf;border-radius:18px}.empty-inventory>svg{width:48px;height:48px;color:#7e9272}.empty-inventory h3{font-size:25px;letter-spacing:-.04em;margin:16px 0 8px}.empty-inventory p{font-size:13px;color:var(--muted)}.inventory-note{display:flex;gap:9px;align-items:center;justify-content:center;flex-wrap:wrap;font-size:11px;border-top:1px solid var(--line);margin-top:32px;padding-top:26px;color:#788170}.inventory-note>svg{width:18px}.inventory-note a{display:inline-flex;gap:8px;align-items:center;color:var(--ink);font-weight:750}.inventory-note a svg{width:16px}.simple-section{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;padding-top:5px;padding-bottom:65px}.step-number{display:inline-block;color:#80976d;font-size:11px;font-weight:800;margin-bottom:14px}.simple-section h3{font-size:16px;letter-spacing:-.025em;margin-bottom:9px}.simple-section p{color:var(--muted);font-size:12px;line-height:1.9;max-width:310px}.visit-section{background:var(--ink);color:white;padding:65px 0}.visit-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:120px;align-items:center}.visit-section .eyebrow{color:#b6ca9d}.visit-section h2{font-size:45px;letter-spacing:-.055em;line-height:1.1;margin:15px 0 22px;font-weight:650}.visit-section p{font-size:13px;line-height:1.9;color:#b8c5b5;max-width:410px;margin-bottom:25px}.visit-section .button{font-size:11px}.visit-card{border:1px solid #4c5b48;background:#ffffff04;padding:30px 35px;border-radius:16px;max-width:425px;width:100%;justify-self:end}.visit-location{display:flex;gap:15px;align-items:center;font-size:13px;font-weight:750;letter-spacing:.08em;margin-bottom:16px}.visit-location>svg{width:39px;height:39px;border:1px solid #738064;border-radius:10px;padding:9px;color:var(--lime)}.visit-location small{display:block;font-size:8px;color:#aabd95;font-weight:550;margin-top:2px;letter-spacing:.18em}.visit-card p{margin-bottom:12px;max-width:280px}.text-link{display:inline-flex;gap:12px;align-items:center;color:var(--lime);font-size:11px;font-weight:700}.text-link svg{width:15px}.visit-divider{height:1px;background:#44563d;margin:25px 0 20px}.visit-phone{display:block;font-size:23px;letter-spacing:-.02em;font-weight:650}.visit-card>small{display:block;font-size:10px;color:#a5b59a;margin-top:7px}.site-footer{background:#eef1e7;padding:36px 0 21px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-bottom:27px}.footer-top .brand-icon{height:39px;width:43px;font-size:18px}.footer-top .brand-type{font-size:16px}.footer-top .brand-type small{font-size:7px}.footer-top p{font-size:12px;color:#77846b;margin:0}.footer-top>a:last-child{font-size:11px;display:flex;gap:10px;align-items:center;font-weight:750}.footer-top>a:last-child svg{width:16px}.footer-bottom{border-top:1px solid #d6decb;padding-top:20px;display:flex;gap:20px;justify-content:space-between;font-size:8px;color:#77826e}.floating-whatsapp{position:fixed;bottom:23px;right:25px;z-index:25;border-radius:50px;background:var(--lime);color:var(--ink);padding:12px 18px;display:flex;gap:9px;align-items:center;font-size:11px;font-weight:800;box-shadow:0 5px 18px #16331e2b;border:1px solid #b2df65}.floating-whatsapp svg{width:23px;height:23px}.site-toast{position:fixed;bottom:85px;left:50%;transform:translateX(-50%);padding:13px 22px;background:var(--ink);color:white;border-radius:12px;font-size:12px;z-index:80;box-shadow:0 6px 25px #0003;max-width:90%;text-align:center}.back-link{display:inline-flex;gap:8px;align-items:center;font-size:11px;color:#6c7a63;margin:24px 0}.back-link svg{width:13px;height:13px}.vehicle-page{padding-bottom:70px}.vehicle-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:26px}.vehicle-heading h1{font-size:39px;letter-spacing:-.06em;line-height:1.2;margin:12px 0 7px}.vehicle-heading p{font-size:12px;color:var(--muted);margin:0}.share-actions{display:flex;gap:9px}.share-actions .button{font-size:10px;padding:10px 14px;min-height:41px}.share-actions .button svg{width:16px}.vehicle-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:32px;align-items:start}.vehicle-left{min-width:0}.gallery-main{aspect-ratio:1.5;position:relative;overflow:hidden;border-radius:17px;background:#e8ece4}.gallery-photo-button{padding:0;border:none;display:block;width:100%;height:100%;background:none;cursor:zoom-in}.gallery-main img{display:block;width:100%;height:100%;object-fit:contain}.gallery-counter{position:absolute;bottom:16px;left:16px;background:#16241ac7;color:white;padding:6px 12px;border-radius:6px;font-size:10px;pointer-events:none}.round-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:white;border:none;border-radius:50%;color:var(--ink)}.round-button svg{width:20px}.expand-photo{position:absolute;right:16px;bottom:16px;width:34px;height:34px}.expand-photo svg{width:17px}.gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding:13px 0 7px;scrollbar-width:thin}.gallery-thumbs button{width:100px;height:74px;flex-shrink:0;padding:2px;border:2px solid transparent;border-radius:9px;background:transparent;overflow:hidden}.gallery-thumbs button[aria-pressed=true]{border-color:#7d9b59}.gallery-thumbs img{width:100%;height:100%;display:block;object-fit:cover;border-radius:5px}.overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:white;border-radius:13px;margin:21px 0 38px;padding:23px 0}.overview-grid>div{padding:0 18px;min-width:0;border-right:1px solid var(--line)}.overview-grid>div:last-child{border:none}.overview-grid svg{color:#829270;width:19px;display:block;margin-bottom:14px}.overview-grid small{font-size:7px;letter-spacing:.08em;display:block;color:var(--muted);font-weight:700;margin-bottom:6px}.overview-grid strong{font-size:12px;font-weight:750;display:block;overflow-wrap:anywhere}.vehicle-info h2{font-size:30px;letter-spacing:-.04em;margin:9px 0 16px}.vehicle-info p{font-size:13px;line-height:1.9;color:var(--muted)}.vehicle-description{white-space:normal;overflow-wrap:anywhere}.spec-list{margin:28px 0 20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px}.spec-list>div{padding:13px 0;border-bottom:1px solid var(--line);display:flex;gap:15px;justify-content:space-between;font-size:10px;align-items:baseline}.spec-list dt{color:var(--muted);flex-shrink:0;max-width:50%}.spec-list dd{font-weight:700;text-align:right;margin:0;overflow-wrap:anywhere}.spec-list>div:first-child{grid-column:1/-1}.spec-list dd.vin{font-size:12px;letter-spacing:.07em}.vehicle-info p.spec-note{font-size:10px;line-height:1.7}.inquiry-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:28px;position:sticky;top:112px}.inquiry-card .eyebrow{font-size:9px;color:var(--muted);letter-spacing:.12em}.detail-price{font-size:47px;font-weight:800;letter-spacing:-.07em;margin:6px 0 12px;line-height:1.15;overflow-wrap:anywhere}.inquiry-card>p{font-size:11px;color:var(--muted);line-height:1.8;margin-bottom:0}.inquiry-divider{height:1px;background:var(--line);margin:23px 0}.inquiry-card h2{font-size:19px;letter-spacing:-.03em;margin-bottom:16px}.inquiry-card .button{font-size:11px;padding:14px 8px;gap:8px;margin-bottom:10px}.inquiry-card .button svg{width:17px}.inquiry-location{display:flex;gap:12px;margin-top:20px}.inquiry-location>svg{width:20px;color:#7d936b}.inquiry-location strong{font-size:11px}.inquiry-location p{font-size:10px;color:var(--muted);margin:5px 0}.inquiry-location a{font-size:10px;text-decoration:underline;text-underline-offset:3px}.inquiry-card p.inquiry-note{font-size:9px;margin-top:23px;border-top:1px solid var(--line);padding-top:15px}.unavailable{padding:100px 0}.unavailable h1{font-size:48px;letter-spacing:-.06em;margin:10px 0 20px}.unavailable p{max-width:600px;color:var(--muted)}.gallery-dialog{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;border:0;background:#101a15f7;color:white;padding:20px;margin:0;overflow:hidden}.gallery-dialog::backdrop{background:#101a15}.gallery-dialog-bar{display:flex;align-items:center;justify-content:space-between;height:45px;font-size:12px}.gallery-dialog-stage{height:calc(100% - 65px);display:flex;align-items:center;justify-content:space-between;gap:20px}.gallery-dialog-stage img{max-width:calc(100% - 140px);max-height:100%;width:auto;height:auto;object-fit:contain}.gallery-dialog .round-button{flex-shrink:0;background:#ffffff1a;color:white}.gallery-dialog .round-button:hover{background:#ffffff30}#share-dialog{border:1px solid var(--line);padding:28px;border-radius:18px;max-width:90vw;width:480px;color:var(--ink)}#share-dialog::backdrop{background:#14271aaa}#share-dialog h2{font-size:22px}#share-dialog p{font-size:12px;color:var(--muted)}#share-url{width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;margin:0 0 18px;font-size:13px}
@media(min-width:1600px){.hero-grid{gap:75px}.hero-photo{aspect-ratio:1.4}}
@media(max-width:1150px){.container{width:calc(100% - 64px)}.hero-grid{gap:30px}.hero h1{font-size:54px}.hero-photo{aspect-ratio:1.12}.hero-copy>p{font-size:12px}.hero-contact{font-size:11px}.hero-caption strong{font-size:16px}.hero-caption b{font-size:21px}.hero-footnote{gap:13px;font-size:9px}.inventory-filters{grid-template-columns:1.4fr 1fr 1fr 1fr}.inventory-filters>.button{grid-column:4;grid-row:2}.filter-second-row{grid-column:1/4;grid-row:2;gap:15px}.card-body{padding:17px}.card-body h3{font-size:19px}.card-specs{gap:10px}.visit-grid{gap:70px}.vehicle-layout{grid-template-columns:minmax(0,1fr) 315px;gap:24px}.inquiry-card{padding:24px}.detail-price{font-size:41px}.overview-grid>div{padding:0 12px}.spec-list{grid-template-columns:1fr}.spec-list>div:first-child{grid-column:auto}}
@media(max-width:850px){.header-inner{height:77px;gap:20px}.site-header nav{gap:24px;margin-right:10px}.hero{padding-top:30px}.hero-grid{grid-template-columns:1fr 1fr;gap:22px}.hero h1{font-size:44px}.hero-copy .eyebrow{font-size:8px;letter-spacing:.09em}.hero-copy>p{font-size:11px}.hero .button-row{gap:18px}.hero .button{padding:12px 17px;min-height:45px;font-size:11px}.hero-footnote{display:none}.hero-photo{aspect-ratio:.92}.hero-caption{left:18px;right:18px;bottom:20px;display:block}.hero-caption b{display:block;margin-top:7px}.hero-caption strong{font-size:17px}.hero-photo-label{top:14px;left:14px;right:14px}.hero-photo-label>span{font-size:7px;padding:7px 9px}.hero-photo-label>svg{width:28px;height:28px;padding:6px}.vehicle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.inventory-filters{grid-template-columns:1fr 1fr 1fr}.search-field{grid-column:1/-1}.inventory-filters>.button{grid-column:3;grid-row:3}.filter-second-row{grid-column:1/3;grid-row:3;flex-wrap:wrap;gap:0}.section-heading h2{font-size:30px}.simple-section{gap:25px}.simple-section h3{font-size:14px}.simple-section p{font-size:11px}.visit-grid{gap:35px}.visit-section h2{font-size:38px}.visit-card{padding:25px}.visit-section .button-row{gap:12px}.visit-section .button{padding:13px}.vehicle-layout{grid-template-columns:1fr}.inquiry-card{position:static;grid-row:1;display:grid;grid-template-columns:1fr 1fr;gap:0 25px;padding:24px}.inquiry-card>.eyebrow,.detail-price,.inquiry-card>p{grid-column:1}.inquiry-card>.button{grid-column:2}.inquiry-card>.button.dark{grid-row:1/3;align-self:center}.inquiry-card>.button.light{grid-row:3;align-self:start}.inquiry-card h2,.inquiry-divider,.inquiry-location,.inquiry-card p.inquiry-note{display:none}.inquiry-card>p{font-size:10px}.detail-price{font-size:36px;margin:5px 0 7px}.inquiry-card .button{font-size:10px;gap:7px}.vehicle-heading h1{font-size:34px}.spec-list{grid-template-columns:1fr 1fr}.spec-list>div:first-child{grid-column:1/-1}.footer-bottom{font-size:8px}.hero-empty{min-height:320px;padding:25px}.hero-empty p{font-size:23px}.hero-empty-mark{font-size:65px}}
@media(max-width:580px){html{scroll-padding-top:82px}.container{width:calc(100% - 36px)}.topline{font-size:9px;padding:7px 0}.topline a{font-size:0}.topline a b{font-size:9px;margin:0}.topline svg{width:11px;height:11px}.header-inner{height:72px;gap:10px}.brand-icon{width:43px;height:40px;font-size:19px;border-radius:9px}.brand-icon svg{width:14px;right:2px;top:4px}.brand-type{font-size:17px}.brand-type small{font-size:7px}.site-header nav{gap:18px;margin:0 2px 0 auto;font-size:10px}.header-call{display:none}.header-mobile-call{display:flex;align-items:center;justify-content:center;background:var(--ink);color:white;width:35px;height:35px;border-radius:9px;margin-left:5px}.header-mobile-call svg{width:16px}.hero{padding:29px 0 16px}.hero-grid{display:block}.hero-copy .eyebrow{font-size:8px;letter-spacing:.1em}.hero h1{font-size:51px;margin:19px 0 16px;letter-spacing:-.065em}.hero-copy>p{font-size:12px;line-height:1.8;max-width:370px;margin-bottom:21px}.hero .button-row{gap:21px}.hero .button{font-size:11px;min-height:47px;padding:13px 18px}.hero-contact{font-size:10px}.hero-contact svg{width:19px}.hero-visual{margin-top:27px}.hero-photo{aspect-ratio:1.5;border-radius:16px}.hero-photo-label{left:15px;top:14px;right:15px}.hero-photo-label>span{font-size:7px}.hero-caption{display:flex;align-items:end;left:17px;bottom:17px;right:17px;gap:10px}.hero-caption strong{font-size:14px}.hero-caption small{font-size:7px;margin-bottom:4px}.hero-caption b{font-size:22px;margin:0}.hero-empty{min-height:260px}.hero-empty p{font-size:23px}.hero-empty-mark{font-size:64px}.hero-empty-mark svg{width:56px;height:56px}.inventory-section{padding-top:26px;padding-bottom:40px}.section-heading{display:block;margin-bottom:19px}.section-heading .eyebrow{font-size:9px}.section-heading h2{font-size:29px;margin:7px 0 9px}.section-heading>p{font-size:10px}.inventory-filters{grid-template-columns:1fr 1fr;gap:9px}.inventory-filters input,.inventory-filters select{font-size:11px;height:46px}.search-field{grid-column:1/-1}.search-field>svg{top:12px}.inventory-filters>.button{grid-column:2;grid-row:3;font-size:10px;padding:10px 12px;min-height:46px}.filter-second-row{grid-column:1/-1;grid-row:4;flex-wrap:nowrap;padding:5px 0;gap:5px}.availability-filter{gap:10px}.filter-second-row select{height:35px;font-size:9px;min-width:100px;padding-right:20px;background-position:right 5px center}.availability-filter a{font-size:8px}.sort-field{gap:3px;font-size:9px}.sort-field>span{display:none}.vehicle-grid{grid-template-columns:1fr;gap:22px;margin-top:12px}.card-image{aspect-ratio:1.47}.card-body{padding:21px}.card-body h3{font-size:24px}.card-year{font-size:11px}.card-year span{font-size:10px}.card-trim{font-size:11px;margin-bottom:19px}.card-specs{gap:18px;font-size:10px}.card-specs svg{width:15px}.card-bottom strong{font-size:31px}.card-bottom small{font-size:8px}.card-details{font-size:12px}.stock-badge{top:14px;left:14px;font-size:10px;padding:6px 9px}.photo-count{font-size:9px}.inventory-note{font-size:10px;gap:6px;line-height:1.8}.inventory-note a{font-size:10px}.simple-section{grid-template-columns:1fr;padding-bottom:36px;gap:0}.simple-section>div{position:relative;padding:20px 0 20px 42px;border-top:1px solid var(--line)}.step-number{position:absolute;left:0;top:22px}.simple-section h3{font-size:16px;margin-bottom:7px}.simple-section p{font-size:12px;max-width:none;margin-bottom:0}.visit-section{padding:44px 0}.visit-grid{grid-template-columns:1fr;gap:31px}.visit-section .eyebrow{font-size:9px}.visit-section h2{font-size:39px;margin:13px 0 20px}.visit-section p{font-size:12px}.visit-section .button-row{gap:12px}.visit-section .button{font-size:11px;padding:14px 18px}.visit-card{max-width:none;padding:27px}.visit-card p{font-size:12px}.visit-phone{font-size:25px}.site-footer{padding:29px 0 85px}.footer-top{flex-wrap:wrap;gap:21px;padding-bottom:23px}.footer-top p{font-size:10px;margin-left:auto}.footer-top>a:last-child{font-size:11px;width:100%}.footer-bottom{display:block;font-size:8px;line-height:1.8}.footer-bottom span{display:block}.footer-bottom span+span{margin-top:9px}.floating-whatsapp{right:16px;bottom:max(16px,env(safe-area-inset-bottom));padding:12px 15px;font-size:10px}.floating-whatsapp svg{width:23px}.vehicle-page{padding-bottom:40px}.back-link{margin:20px 0;font-size:10px}.vehicle-heading{display:block;margin-bottom:20px}.vehicle-heading h1{font-size:31px;margin:12px 0 9px}.vehicle-heading p{font-size:11px}.share-actions{margin-top:18px;gap:10px}.share-actions .button{font-size:10px;min-height:40px}.vehicle-layout{gap:22px}.inquiry-card{padding:20px;gap:0 13px;border-radius:12px}.inquiry-card>.eyebrow{font-size:7px}.detail-price{font-size:34px;margin:6px 0 8px}.inquiry-card>p{font-size:9px;line-height:1.6}.inquiry-card .button{min-height:46px;font-size:9px;gap:6px;padding:11px 7px}.inquiry-card .button svg{width:14px;height:14px}.inquiry-card .button svg:last-child:not(:first-child){display:none}.gallery-main{aspect-ratio:1.4;border-radius:12px}.gallery-thumbs{gap:7px;padding-top:9px}.gallery-thumbs button{width:78px;height:59px}.overview-grid{padding:19px 0;grid-template-columns:1fr 1fr;gap:20px 0;margin:18px 0 31px;border-radius:12px}.overview-grid>div{padding:0 20px}.overview-grid>div:nth-child(2){border:none}.overview-grid svg{margin-bottom:9px}.overview-grid small{font-size:7px}.overview-grid strong{font-size:12px}.vehicle-info .eyebrow{font-size:8px}.vehicle-info h2{font-size:28px}.vehicle-info p{font-size:12px}.spec-list{grid-template-columns:1fr;margin-top:21px}.spec-list>div:first-child{grid-column:auto}.spec-list>div{font-size:11px;padding:13px 0}.spec-list dd.vin{font-size:11px;letter-spacing:0}.vehicle-info p.spec-note{font-size:10px}.gallery-dialog{padding:14px}.gallery-dialog-stage{gap:0;position:relative}.gallery-dialog-stage img{max-width:100%;max-height:calc(100% - 100px)}.gallery-dialog-stage .round-button{position:absolute;bottom:12px;left:calc(50% - 50px);width:42px;height:42px}.gallery-dialog-stage .round-button:last-child{left:calc(50% + 9px)}.unavailable{padding:60px 0}.unavailable h1{font-size:37px}.unavailable p{font-size:13px}.empty-inventory{padding:45px 20px}.empty-inventory h3{font-size:23px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
