:root{
  --red:#c91f33;
  --red-dark:#ad1829;
  --ink:#17191c;
  --muted:#62666b;
  --line:#e6e6e4;
  --soft:#f5f5f3;
  --white:#fff;
  --max:1240px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--ink);
  line-height:1.55;
  background:#fff;
}

a{
  color:inherit;
}

.container{
  width:min(var(--max),calc(100% - 64px));
  margin:0 auto;
}

.site-header{
  position:relative;
  z-index:20;
  background:#fff;
  border-bottom:1px solid #ececeb;
}

.header-inner{
  height:78px;
  display:flex;
  align-items:center;
  gap:34px;
}

.brand{
  display:block;
  flex:0 0 245px;
  text-decoration:none;
}

.brand img{
  display:block;
  width:245px;
  height:57px;
  object-fit:contain;
  object-position:left center;
}

.nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  flex:1;
}

.nav a{
  text-decoration:none;
  padding:12px 12px;
  border-radius:5px;
  font-size:13px;
  font-weight:500;
  white-space:nowrap;
}

.nav a:hover,
.nav a.active{
  background:var(--red);
  color:#fff;
}

.header-phone{
  color:var(--red);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}

.phone-icon{
  font-size:12px;
  margin-right:4px;
}

.mobile-toggle{
  display:none;
  border:0;
  background:none;
  color:var(--red);
  font-size:26px;
  cursor:pointer;
}

.hero{
  position:relative;
  width:min(var(--max),calc(100% - 64px));
  margin:0 auto;
  height:402px;
  overflow:hidden;
  background:#f3f2f0;
}

.hero-slides,
.hero-slide{
  position:absolute;
  inset:0;
}

.hero-slide{
  display:block;
  opacity:0;
  visibility:hidden;
  transition:opacity .35s ease;
}

.hero-slide.is-active{
  opacity:1;
  visibility:visible;
}

.hero-photo-button{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:transparent;
  overflow:hidden;
}

.hero-photo-button .hero-vehicle{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transform:scale(1.055);
  transform-origin:center center;
}

.hero-inner{
  position:relative;
  height:100%;
  z-index:3;
  display:flex;
  align-items:center;
}

.hero-copy{
  width:500px;
  padding:0;
  margin:0;
}

.hero h1{
  max-width:560px;
  font-size:44px;
  line-height:1.06;
  letter-spacing:-1.6px;
  margin:0 0 17px;
  font-weight:700;
}

.hero-nowrap{
  white-space:nowrap;
}

.hero-rule{
  width:34px;
  height:3px;
  margin:0 0 14px;
  display:block;
  background:var(--red);
}

.hero p{
  font-size:16px;
  line-height:1.45;
  max-width:470px;
  margin:0;
}

.hero-actions{
  margin-top:20px;
}

.hero-actions a{
  display:inline-block;
  background:var(--red);
  color:#fff;
  text-decoration:none;
  padding:12px 19px;
  border-radius:5px;
  font-size:13px;
}

.hero-actions a:hover{
  background:var(--red-dark);
}

.hero-dots{
  position:absolute;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  z-index:4;
  display:flex;
  gap:8px;
}

.hero-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  border:0;
  padding:0;
  background:#b9b9b9;
  cursor:pointer;
}

.hero-dot.is-active{
  background:var(--red);
}

.section{
  padding:42px 0;
}

.welcome-section{
  padding:34px 0 31px;
}

.welcome-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:52px;
  align-items:center;
}

.welcome-copy{
  padding-left:8px;
}

.welcome-copy h2,
.finance-section h2{
  margin:0 0 15px;
  color:var(--red);
  font-size:20px;
  line-height:1.2;
  font-weight:700;
}

.welcome-copy h2:after,
.finance-section h2:after{
  content:"";
  display:block;
  width:35px;
  height:2px;
  background:var(--red);
  margin-top:9px;
}

.welcome-copy p{
  font-size:13px;
  color:#53575b;
  max-width:555px;
  margin:0 0 13px;
}

.usp-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:24px;
}

.usp-row>div{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  line-height:1.35;
}

.usp-icon{
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.usp-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:var(--red);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.usp-row strong{
  font-weight:600;
}

.location-card-wrap{
  position:relative;
}

.homepage-map{
  height:250px;
  border-radius:7px;
  overflow:hidden;
  box-shadow:0 4px 14px rgba(0,0,0,.06);
}

.homepage-map iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

.map-contact-card{
  position:absolute;
  right:18px;
  top:18px;
  background:#fff;
  border-radius:6px;
  padding:13px 15px;
  box-shadow:0 8px 22px rgba(0,0,0,.13);
  width:205px;
  font-size:11px;
}

.map-contact-card p{
  margin:0 0 8px;
  line-height:1.5;
}

.map-contact-card span{
  color:var(--red);
  font-weight:700;
  margin-right:5px;
}

.map-contact-card a{
  display:inline-block;
  background:var(--red);
  color:#fff;
  text-decoration:none;
  text-align:center;
  padding:8px 10px;
  border-radius:4px;
  font-size:10px;
  font-weight:700;
  margin-top:4px;
}

.map-contact-card a:hover{
  background:var(--red-dark);
}

.brand-strip-section{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:22px 0 26px;
}

.section-kicker{
  font-size:15px;
  font-weight:700;
  line-height:1.2;
  margin-bottom:7px;
  color:var(--red);
}

.brand-strip-section .section-kicker:after{
  content:"";
  display:block;
  width:34px;
  height:2px;
  background:var(--red);
  margin-top:9px;
}

.brand-strip{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}

/* Homepage: 5 logos per row on desktop. The !important is intentional:
   index.html contains an older inline 4-column rule. */
body[data-page="home"] .brand-strip{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
}

.brand-strip a{
  height:88px;
  border:1px solid var(--line);
  border-radius:6px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
}

.brand-strip img{
  max-width:160px;
  max-height:62px;
  width:auto;
  height:auto;
  object-fit:contain;
}

.brand-strip a:hover{
  border-color:#d2d2d0;
  background:#fff;
}

.finance-section{
  background:#fff;
  padding:32px 0 28px;
}

.finance-home-grid{
  display:grid;
  grid-template-columns:1.1fr 1.1fr .9fr;
  gap:16px;
}

.finance-home-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:6px;
  padding:19px 20px;
  min-height:172px;
}

.finance-title{
  font-size:16px;
  font-weight:700;
  margin-bottom:8px;
}

.finance-home-grid p{
  font-size:12px;
  line-height:1.55;
  color:#555;
  margin:0 0 10px;
}

.finance-brand{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  height:55px;
}

.finance-brand-anwb img{
  height:55px;
  max-width:150px;
  object-fit:contain;
}

.finance-logo-row{
  display:flex;
  gap:14px;
  align-items:center;
  height:55px;
}

.finance-logo-row a{
  display:flex;
  align-items:center;
}

.finance-logo-row img{
  max-width:145px;
  height:45px;
  object-fit:contain;
}

.calculator-link{
  display:inline-flex;
  width:44px;
  height:44px;
  margin-top:5px;
  align-items:center;
  justify-content:center;
}

.calculator-link svg{
  width:40px;
  height:40px;
  fill:none;
  stroke:var(--red);
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.finance-help-line{
  text-align:center;
  font-size:11px;
  color:#5b5f63;
  margin:12px 0 0;
}

.site-footer{
  background:#202124;
  color:#fff;
  padding:28px 0 18px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:40px;
  align-items:start;
}

.site-footer .footer-grid{
  width:min(var(--max),calc(100% - 64px));
  margin:0 auto;
}

.site-footer .footer-grid>div:nth-child(1){
  text-align:left;
}

.site-footer .footer-grid>div:nth-child(2){
  text-align:center;
}

.site-footer .footer-grid>div:nth-child(3){
  text-align:right;
}

.site-footer h3{
  font-size:12px;
  font-weight:700;
  margin:0 0 7px;
}

.site-footer p{
  font-size:11px;
  color:#c8c9ca;
  line-height:1.5;
  margin:0;
}

.site-footer a{
  color:#fff;
  text-decoration:none;
}

.footer-hours{
  justify-self:stretch;
  min-width:0;
}

.footer-hours p{
  display:block;
  text-align:right;
}

.footer-hours p+p{
  margin-top:6px;
}

.footer-hours strong{
  color:#fff;
  font-weight:600;
}

.footer-copyright{
  width:min(var(--max),calc(100% - 64px));
  margin:22px auto 0;
  padding-top:13px;
  box-sizing:border-box;
  border-top:1px solid rgba(255,255,255,.12);
  text-align:center;
  font-size:10px;
  line-height:1.4;
  color:#bfc1c3;
}

.page-content{
  padding:70px 0;
  min-height:58vh;
}

.page-content h1{
  font-size:clamp(38px,5vw,54px);
  line-height:1.05;
  letter-spacing:-1.6px;
  margin:0 0 26px;
  font-weight:700;
}

.page-content h1:after{
  content:"";
  display:block;
  width:42px;
  height:3px;
  background:var(--red);
  margin-top:15px;
}

.page-content p{
  max-width:820px;
}

.lead{
  font-size:18px;
  color:#4d5155;
}

.grid{
  display:grid;
  gap:28px;
}

.grid-2{
  grid-template-columns:1fr 1fr;
}

.center{
  text-align:center;
}

.content-image{
  max-width:100%;
  height:auto;
  border-radius:7px;
}

.finance-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
  margin-top:30px;
}

.finance-card{
  border:1px solid var(--line);
  border-radius:9px;
  background:#fff;
  padding:30px;
  box-shadow:0 5px 22px rgba(0,0,0,.035);
}

.finance-card h2{
  margin:7px 0 12px;
  font-size:25px;
}

.finance-label{
  color:var(--red);
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.finance-logo{
  min-height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:20px 0 12px;
}

.finance-logo img{
  max-width:230px;
  max-height:85px;
  width:auto;
  height:auto;
  object-fit:contain;
}

.finance-logos{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.finance-action{
  margin-bottom:0;
  color:#555;
  font-size:14px;
}

.finance-help{
  margin-top:24px;
  padding:24px 30px;
  border-radius:10px;
  background:var(--soft);
}

.finance-help p{
  margin-bottom:0;
}

.special-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:35px;
}

.gallery-thumb{
  display:block;
  padding:0;
  border:0;
  background:none;
  cursor:pointer;
  border-radius:7px;
  overflow:hidden;
}

.special-grid img{
  width:100%;
  aspect-ratio:1;
  object-fit:cover;
  display:block;
  transition:transform .2s;
}

.gallery-thumb:hover img{
  transform:scale(1.015);
}

.gallery-thumb:focus-visible{
  outline:3px solid var(--red);
  outline-offset:3px;
}

.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:45px;
  align-items:start;
}

.contact-item{
  margin-bottom:24px;
}

.contact-item strong{
  display:block;
  font-size:17px;
  margin-bottom:4px;
}

.map-frame{
  width:100%;
  height:420px;
  border:0;
  border-radius:8px;
  display:block;
}

.btn{
  display:inline-block;
  background:var(--red);
  color:#fff;
  text-decoration:none;
  padding:11px 18px;
  border-radius:6px;
  font-weight:700;
}

.btn:hover{
  background:var(--red-dark);
}

@media(max-width:1200px){

  .container{
    width:min(var(--max),calc(100% - 48px));
  }

  .header-inner{
    gap:18px;
  }

  .brand{
    flex-basis:210px;
  }

  .brand img{
    width:210px;
  }

  .nav a{
    padding:10px 8px;
    font-size:12px;
  }

  .header-phone{
    font-size:12px;
  }

  .hero{
    width:min(var(--max),calc(100% - 48px));
  }

  .hero-copy{
    width:490px;
  }

  .hero h1{
    font-size:42px;
    max-width:490px;
  }

  .welcome-grid{
    gap:34px;
  }

  .brand-strip{
    gap:9px;
  }

  .footer-grid{
    gap:35px;
  }

}

@media(max-width:900px){

  .header-inner{
    height:70px;
  }

  .mobile-toggle{
    display:block;
    margin-left:auto;
  }

  .nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:70px;
    background:#fff;
    border-bottom:1px solid var(--line);
    padding:10px 20px;
    flex-direction:column;
    align-items:stretch;
  }

  .nav.open{
    display:flex;
  }

  .nav a{
    border-radius:4px;
  }

  .header-phone{
    display:none;
  }

  .brand{
    flex-basis:210px;
  }

  .brand img{
    width:210px;
    height:53px;
  }

  .hero{
    width:100%;
    height:520px;
  }

  .hero-inner{
    align-items:flex-start;
    padding-top:38px;
  }

  .hero-copy{
    width:100%;
    max-width:560px;
  }

  .hero h1{
    font-size:43px;
    max-width:560px;
  }

  .hero-dots{
    bottom:15px;
  }

  .welcome-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .welcome-copy{
    padding-left:0;
  }

  .homepage-map{
    height:285px;
  }

  .brand-strip{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }

  body[data-page="home"] .brand-strip{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  }

  .finance-home-grid{
    grid-template-columns:1fr 1fr;
  }

  .finance-home-grid article:last-child{
    grid-column:1/-1;
  }

  .footer-grid,
  .site-footer .footer-grid{
    width:calc(100% - 48px);
    grid-template-columns:1fr 1fr;
    gap:28px;
  }

  .site-footer .footer-grid>div:nth-child(2),
  .site-footer .footer-grid>div:nth-child(3){
    text-align:left;
  }

  .footer-hours{
    justify-self:start;
  }

  .footer-hours p{
    text-align:left;
  }

  .footer-copyright{
    width:calc(100% - 48px);
  }

}

@media(max-width:620px){

  .container{
    width:min(var(--max),calc(100% - 28px));
  }

  .brand{
    flex-basis:180px;
  }

  .brand img{
    width:180px;
    height:50px;
  }

  .hero{
    height:620px;
  }

  .hero-inner{
    padding-top:28px;
  }

  .hero-copy{
    max-width:none;
  }

  .hero h1{
    font-size:35px;
    letter-spacing:-1.1px;
  }

  .hero p{
    font-size:14px;
  }

  .welcome-section{
    padding-top:30px;
  }

  .usp-row{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }

  .homepage-map{
    height:240px;
  }

  .map-contact-card{
    right:10px;
    top:10px;
    width:190px;
  }

  .brand-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }

  body[data-page="home"] .brand-strip{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .brand-strip a{
    height:76px;
  }

  .brand-strip img{
    max-width:130px;
    max-height:54px;
  }

  .finance-home-grid{
    grid-template-columns:1fr;
  }

  .finance-home-grid article:last-child{
    grid-column:auto;
  }

  .footer-grid,
  .site-footer .footer-grid{
    width:calc(100% - 28px);
    grid-template-columns:1fr;
    gap:22px;
  }

  .site-footer .footer-grid>div:nth-child(2),
  .site-footer .footer-grid>div:nth-child(3){
    text-align:left;
  }

  .footer-hours{
    justify-self:start;
  }

  .footer-hours p{
    text-align:left;
  }

  .footer-copyright{
    width:calc(100% - 28px);
  }

  .page-content{
    padding:55px 0;
  }

  .special-grid{
    grid-template-columns:1fr;
  }

}