:root{
  --graphite:#20262C;
  --graphite-2:#2B333A;
  --silver:#E4E7EA;
  --silver-line:#CDD2D7;
  --white:#F6F7F8;
  --muted:#59636C;
  --cobalt:#2246D0;
  --cobalt-dark:#1A38A8;
  --wa:#128C4A;
  --wa-dark:#0E723B;
  --display:"Barlow Condensed","Arial Narrow","Roboto Condensed",Arial,sans-serif;
  --sans:"Barlow",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:5rem}
body{margin:0;font-family:var(--sans);font-size:1.0625rem;line-height:1.6;color:var(--graphite);background:var(--white);-webkit-text-size-adjust:100%}
img,svg{max-width:100%}
a{color:var(--cobalt)}
h1,h2,h3{font-family:var(--display);font-weight:700;line-height:1.02;margin:0;letter-spacing:.005em}
h1{font-size:clamp(3.2rem,11vw,6rem)}
h2{font-size:clamp(2.2rem,6vw,3.4rem)}
h3{font-size:1.6rem;line-height:1.1}
p{margin:0}
ul,dl{margin:0;padding:0}
.wrap{width:min(100% - 2.5rem,74rem);margin-inline:auto}

:focus-visible{outline:3px solid #F2B705;outline-offset:3px;border-radius:2px}
.skip{position:absolute;left:1rem;top:-4rem;background:var(--graphite);color:#fff;padding:.6rem 1rem;z-index:100;text-decoration:none}
.skip:focus{top:1rem}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font:600 1rem/1 var(--sans);text-decoration:none;padding:.95rem 1.4rem;border:0;border-radius:3px;cursor:pointer;transition:background-color .15s}
.btn svg{width:1.25rem;height:1.25rem;flex:none}
.btn-wa{background:var(--wa);color:#fff}
.btn-wa:hover{background:var(--wa-dark)}
.btn-white{background:#fff;color:var(--graphite)}
.btn-white svg{color:var(--wa)}
.btn-white:hover{background:var(--silver)}
.btn-sm{padding:.7rem 1rem;font-size:.95rem}
.btn-lg{font-size:1.125rem;padding:1.05rem 1.7rem}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(246,247,248,.97);border-bottom:1px solid var(--silver-line);backdrop-filter:blur(6px)}
.header-inner{display:flex;align-items:center;gap:1rem;justify-content:space-between;min-height:4.25rem}
.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--graphite);font-family:var(--display);font-size:1.6rem;font-weight:600;line-height:1}
.brand b{font-weight:700}
.brand-mark{height:2.4rem;width:auto;flex:none}
.nav{display:none;gap:1.8rem;margin-left:auto;margin-right:1rem}
.nav a{color:var(--muted);text-decoration:none;font-weight:500}
.nav a:hover{color:var(--cobalt);text-decoration:underline;text-underline-offset:.3em}
@media (min-width:52rem){.nav{display:flex}}

/* Photo placeholders: gradient shows until the real file is added */
.photo{background-color:#C9CFD5;background-size:cover;background-position:center;background-repeat:no-repeat}
.ph-hero{background-image:url("../images/hero-car.jpg"),linear-gradient(120deg,#AEB6BD,#D3D8DC 55%,#9AA3AB);background-position:92% center}
.ph-v1{background-image:url("../images/vehicle-1.jpg"),linear-gradient(135deg,#D2D7DB,#B4BCC3)}
.ph-v2{background-image:url("../images/vehicle-2.jpg"),linear-gradient(135deg,#D2D7DB,#B4BCC3)}
.ph-v3{background-image:url("../images/vehicle-3.jpg"),linear-gradient(135deg,#D2D7DB,#B4BCC3)}
.ph-v4{background-image:url("../images/vehicle-4.jpg"),linear-gradient(135deg,#D2D7DB,#B4BCC3)}
.ph-v5{background-image:url("../images/vehicle-5.jpg"),linear-gradient(135deg,#D2D7DB,#B4BCC3)}
.ph-v6{background-image:url("../images/vehicle-6.jpg"),linear-gradient(135deg,#D2D7DB,#B4BCC3)}
.ph-rep{background-image:url("../images/sales-rep.jpg"),linear-gradient(160deg,#D5DAEE,#B3BDE3)}

/* Hero */
.hero{position:relative;background:var(--graphite);color:#fff;overflow:hidden}
.hero-copy{position:relative;z-index:1;padding:3.5rem 0 3rem}
.hero h1{color:#fff;max-width:11ch}
.lead{margin-top:1.25rem;font-size:1.2rem;color:#D3D9DE;max-width:34rem}
.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.6rem;margin-top:2rem}
.hero-link{color:#fff;font-weight:600;text-underline-offset:.3em}
.hero-city{margin-top:2rem;color:#AEB8BF;font-weight:500}
.hero-photo{height:15rem;clip-path:polygon(0 12%,100% 0,100% 100%,0 100%);animation:reveal-m 1s cubic-bezier(.2,.7,.2,1) both}
@keyframes reveal-m{from{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%)}to{clip-path:polygon(0 12%,100% 0,100% 100%,0 100%)}}
@media (min-width:52rem){
  .hero{min-height:36rem;display:flex;align-items:center}
  .hero-copy{padding:5rem 0;width:min(100% - 2.5rem,74rem)}
  .hero-copy>*{max-width:28rem}
  .hero-copy h1{max-width:10ch}
  .hero-photo{position:absolute;top:0;right:0;bottom:0;width:60%;height:auto;clip-path:polygon(16% 0,100% 0,100% 100%,0 100%);animation:reveal-d 1s cubic-bezier(.2,.7,.2,1) both}
  @keyframes reveal-d{from{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%)}to{clip-path:polygon(16% 0,100% 0,100% 100%,0 100%)}}
}

/* Sections */
.section{padding:4.5rem 0}
.section-head{max-width:36rem;margin-bottom:2.5rem}
.section-head p{margin-top:.8rem;color:var(--muted)}

/* Vehicles */
.cars{list-style:none;display:grid;gap:1.5rem}
.car{display:flex;flex-direction:column;background:#fff;border:1px solid var(--silver-line);border-radius:3px;overflow:hidden}
.car .photo{aspect-ratio:4/3;width:100%}
.car-body{display:flex;flex-direction:column;flex:1;padding:1.1rem 1.2rem 1.3rem}
.price{font-family:var(--display);font-weight:700;font-size:2rem;line-height:1.1;color:var(--cobalt);margin-top:.35rem}
.feats{list-style:none;margin:1rem 0 1.2rem;border-top:1px solid var(--silver)}
.feats li{padding:.45rem 0;border-bottom:1px solid var(--silver);color:var(--muted);font-size:.98rem}
.ask{margin-top:auto;display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;font-weight:600;color:var(--wa-dark);text-decoration:none;padding:.65rem .9rem;border:2px solid var(--wa);border-radius:3px}
.ask svg{width:1.15rem;height:1.15rem}
.ask:hover{background:var(--wa);color:#fff}
@media (min-width:38rem){.cars{grid-template-columns:repeat(2,1fr)}}
@media (min-width:64rem){.cars{grid-template-columns:repeat(3,1fr)}}

/* Why */
.band-silver{background:var(--silver)}
.why-grid{display:grid;gap:2.5rem}
.why-head p{margin-top:1rem;color:var(--muted);max-width:26rem}
.why-list{display:grid;gap:1.6rem}
.why-list div{border-left:4px solid var(--cobalt);padding-left:1.1rem}
.why-list dt{font-family:var(--display);font-weight:700;font-size:1.6rem;line-height:1.1}
.why-list dd{margin:.3rem 0 0;color:var(--muted);max-width:32rem}
@media (min-width:52rem){
  .why-grid{grid-template-columns:.8fr 1.4fr;gap:5rem}
  .why-head{position:sticky;top:6rem;align-self:start}
  .why-list{grid-template-columns:1fr 1fr;gap:2.2rem 2.5rem}
}

/* Contact */
.band-blue{background:var(--cobalt);color:#fff}
.band-blue h2,.band-blue h3{color:#fff}
.contact-grid{display:grid;gap:2.5rem;align-items:center}
.rep{background:#fff;color:var(--graphite);border-radius:3px;overflow:hidden;max-width:24rem}
.rep .photo{aspect-ratio:4/5;width:100%}
.rep-text{padding:1.1rem 1.2rem 1.3rem}
.rep-text h3{color:var(--graphite)}
.rep-text p{margin-top:.4rem;color:var(--muted)}
.lead-sm{margin:1rem 0 1.8rem;max-width:30rem;font-size:1.15rem;color:#E3E9FB}
.contact-list{margin-top:2.5rem;display:grid;gap:1.1rem}
.contact-list dt{font-weight:600;font-size:.95rem;color:#C9D4F7}
.contact-list dd{margin:.1rem 0 0;font-family:var(--display);font-size:1.7rem;font-weight:600;line-height:1.2}
.contact-list a{color:#fff;text-underline-offset:.25em}
@media (min-width:52rem){
  .contact-grid{grid-template-columns:.75fr 1.25fr;gap:5rem}
}

/* Footer */
.site-footer{background:var(--graphite);color:#C7CFD5;padding:3rem 0 2rem}
.footer-inner{display:flex;flex-wrap:wrap;gap:1.5rem 4rem;justify-content:space-between}
.footer-logo{height:2.6rem;width:auto;display:block;margin-bottom:.6rem}
.footer-brand{font-family:var(--display);font-size:1.8rem;font-weight:600;color:#fff;line-height:1.1}
.footer-brand b{font-weight:700}
.footer-note{margin-top:.2rem}
.footer-links{list-style:none;display:grid;gap:.4rem}
.site-footer a{color:#fff;text-underline-offset:.25em}
.footer-legal{margin-top:2rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.18);font-size:.9rem;color:#A7B1B8}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .hero-photo{animation:none}
}
