@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--red: #b91c1c;--red-dark: #7f1d1d;--red-light: #dc2626;--ink: #151515;--muted: #686868;--off-white: #f7f7f7;--border: #e5e5e5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.navbar{position:sticky;top:0;z-index:20;background:#fffffff7;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-inner{max-width:1200px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;border:0;background:none;color:var(--ink);padding:0}.brand strong,.footer-brand strong{color:var(--red)}.logo-placeholder{width:76px;height:52px;display:grid;place-items:center;background:#fff;overflow:hidden}.logo-placeholder img{width:100%;height:100%;object-fit:contain;display:block}.nav-links{display:flex;align-items:center;gap:8px}.nav-links button{border:0;background:transparent;padding:11px 16px;font-weight:600;color:#444}.nav-links button:hover,.nav-links .active{color:var(--red)}.nav-links .nav-cta{background:var(--red);color:#fff;border-radius:5px;margin-left:8px}.nav-links .nav-cta:hover{background:var(--red-dark);color:#fff}.menu-button{display:none;border:0;background:transparent}.hero{min-height:600px;background:linear-gradient(90deg,#000000c7,#00000085 45%,#0000001f),url(https://images.unsplash.com/photo-1494976388531-d1058494cdd8?auto=format&fit=crop&w=1800&q=85) center/cover;color:#fff}.hero-overlay{max-width:1200px;margin:auto;min-height:600px;display:flex;align-items:center;padding:60px 24px}.hero-content{max-width:620px}.eyebrow{color:var(--red);font-weight:800;font-size:12px;letter-spacing:2.2px}.eyebrow.light{color:#fecaca}.hero h1,h2{font-family:Barlow Condensed,sans-serif;text-transform:uppercase}.hero h1{font-size:clamp(58px,8vw,96px);line-height:.9;margin:18px 0 22px;letter-spacing:-2px}.hero h1 em{color:#f87171;font-style:normal}.hero p{max-width:530px;line-height:1.75;font-size:17px;color:#eee;margin-bottom:32px}.primary-button,.white-button,.outline-button{display:inline-flex;align-items:center;gap:10px;border:0;border-radius:4px;padding:14px 20px;font-weight:700;transition:.2s ease}.primary-button{background:var(--red);color:#fff}.primary-button:hover{background:var(--red-dark);transform:translateY(-1px)}.white-button{background:#fff;color:var(--red)}.outline-button{border:1px solid #ccc;background:#fff;color:var(--ink)}.outline-button:hover{border-color:var(--red);color:var(--red)}.center-button{display:flex;margin:34px auto 0;width:max-content}.section{max-width:1200px;margin:auto;padding:92px 24px}.section-heading{margin-bottom:42px}.section-heading h2,.page-section>h2{font-size:clamp(42px,6vw,64px);line-height:.95;margin:10px 0 15px}.section-heading h2 span,.page-section>h2 span{color:var(--red)}.section-heading p{max-width:650px;color:var(--muted);line-height:1.7}.inventory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.inventory-page{grid-template-columns:repeat(4,1fr)}.car-card{border:1px solid var(--border);background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s}.car-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000017}.car-image-wrap{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:#eee}.car-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.price-badge{position:absolute;right:12px;bottom:12px;background:var(--red);color:#fff;padding:8px 11px;font-weight:800}.car-details{padding:19px}.car-year{color:var(--red);font-size:12px;font-weight:800;letter-spacing:1px}.car-details h3{margin:5px 0 8px;font-family:Barlow Condensed;text-transform:uppercase;font-size:26px}.mileage{color:var(--muted);font-size:14px}.red-banner{background:var(--red);color:#fff;padding:55px max(24px,calc((100% - 1152px)/2));display:flex;align-items:center;justify-content:space-between;gap:30px}.red-banner h2{font-size:42px;margin:8px 0 0}.page-section{min-height:650px}.narrow{max-width:900px}.about-copy{max-width:720px;margin:35px 0}.about-copy p{color:#555;line-height:1.9;font-size:18px}.contact-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.contact-card{padding:32px;border:1px solid var(--border);min-height:270px}.contact-icon{width:48px;height:48px;display:grid;place-items:center;background:#fee2e2;color:var(--red);border-radius:5px}.contact-card h3{font-family:Barlow Condensed;text-transform:uppercase;font-size:28px;margin:20px 0 10px}.contact-card a{color:var(--red);font-weight:700;text-decoration:none}.contact-card p{color:var(--muted);line-height:1.7}.muted{font-size:12px;opacity:.8}footer{background:#111;color:#fff;padding:40px 24px 20px}.footer-inner{max-width:1200px;margin:auto;display:flex;justify-content:space-between;gap:30px}.footer-brand{font-family:Barlow Condensed;font-size:25px}footer p{color:#999;margin:8px 0 0;font-size:14px}.footer-contact{display:flex;gap:24px;color:#ccc;font-size:14px}.footer-contact span{display:flex;align-items:center;gap:7px}.copyright{max-width:1200px;margin:30px auto 0;padding-top:18px;border-top:1px solid #2c2c2c;color:#777;font-size:12px}@media(max-width:900px){.inventory-grid,.inventory-page{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr}}@media(max-width:700px){.nav-inner{padding:11px 18px}.menu-button{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:69px;padding:12px 18px 20px;background:#fff;border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.nav-links .nav-cta{margin-left:0;text-align:center}.hero,.hero-overlay{min-height:560px}.section{padding:65px 18px}.inventory-grid,.inventory-page{grid-template-columns:1fr}.red-banner,.footer-inner{flex-direction:column;align-items:flex-start}.red-banner h2{font-size:34px}.footer-contact{flex-direction:column;gap:10px}}
