:root{
  --bg:#f4f5f6;
  --surface:#ffffff;
  --ink:#111111;
  --muted:#666666;
  --line:#dedede;
  --soft:#eeeeee;
  --dark:#050505;
  --dark2:#161616;
  --red:#b40012;
  --red2:#8f000d;
  --gold:#d8b35f;
  --ok:#177b4d;
  --danger:#b40012;
  --shadow:0 14px 35px rgba(0,0,0,.16);
  --radius:8px;
  --max:1180px;
  --border:1px solid var(--line);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{overflow-x:hidden}
body{
  font-family:Arial, Helvetica, sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.55;
  letter-spacing:0;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
a:hover{opacity:.9}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,p,li,.btn,.nav-links a,.modal-title{overflow-wrap:anywhere}

.site-loader{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:#050505;
  color:#fff;
  transition:opacity .22s ease, visibility .22s ease;
}
body.is-loading{
  overflow:hidden;
}
body.is-loading .site-loader{
  display:flex;
}
body.loader-complete .site-loader{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.site-loader-inner{
  width:min(420px, 100%);
}
.site-loader-brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  text-transform:uppercase;
}
.site-loader-brand .dot{
  width:18px;
  height:18px;
  border-radius:2px;
  background:var(--red);
  box-shadow:8px 8px 0 #fff;
}
.site-loader-kicker{
  display:block;
  margin-top:24px;
  color:#d0d0d0;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.site-loader-bar{
  width:100%;
  height:8px;
  margin-top:12px;
  border:1px solid #3a3a3a;
  border-radius:4px;
  overflow:hidden;
  background:#151515;
}
.site-loader-fill{
  width:0;
  height:100%;
  background:var(--red);
  transition:width .18s ease;
}
.site-loader-status{
  margin:10px 0 0 0;
  color:#e6e6e6;
  font-size:13px;
}

.container{max-width:var(--max);margin:0 auto;padding:0 22px}
.section{padding:70px 0}
.section.tight{padding:38px 0}
.section.top{padding-top:44px}
.section-dark{
  background:var(--dark);
  color:#fff;
}
.section-red{
  background:var(--red);
  color:#fff;
}
.section-head{
  max-width:760px;
  margin:0 auto 28px auto;
  text-align:center;
}
.section-kicker,
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:4px;
  border:1px solid currentColor;
  color:var(--red);
  background:transparent;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0;
}
.section-dark .section-kicker,
.section-dark .badge,
.hero .badge{
  color:#fff;
  border-color:rgba(255,255,255,.55);
}

.nav{
  position:sticky;
  top:0;
  z-index:50;
  background:#060606;
  color:#fff;
  border-bottom:1px solid #202020;
}
.nav::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background:var(--red);
}
.nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:80px;
  padding-top:5px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  text-transform:uppercase;
  line-height:1.05;
}
.brand .dot{
  width:18px;
  height:18px;
  border-radius:2px;
  background:var(--red);
  box-shadow:8px 8px 0 #fff;
}
.nav-links{
  display:flex;
  gap:2px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.nav-links a{
  padding:12px 10px;
  border-radius:4px;
  color:#f5f5f5;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
}
.nav-links a.active,
.nav-links a:hover{
  color:#fff;
  background:var(--red);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid #cfcfcf;
  background:#fff;
  color:#111;
  padding:12px 16px;
  border-radius:4px;
  cursor:pointer;
  font-weight:800;
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:0;
  min-height:44px;
}
.btn.primary{
  border-color:var(--red);
  background:var(--red);
  color:#fff;
  box-shadow:0 10px 24px rgba(180,0,18,.22);
}
.btn.dark{
  border-color:#111;
  background:#111;
  color:#fff;
}
.btn.light{
  border-color:#fff;
  background:#fff;
  color:#111;
}
.btn.small{
  padding:10px 12px;
  min-height:38px;
  font-size:12px;
}
.btn:disabled,
.modal-close:disabled{
  opacity:.55;
  cursor:not-allowed;
}
.btn:hover{
  transform:translateY(-1px);
}

.hero{
  position:relative;
  max-width:none;
  padding:0;
  min-height:0;
  display:block;
  background:#070707;
  color:#fff;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:4px;
  background:var(--red);
}
.hero-photo{
  position:relative;
  min-height:560px;
  background:#070707;
  border-bottom:4px solid var(--red);
  overflow:hidden;
}
.hero-photo::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.36) 48%, rgba(0,0,0,.14));
  pointer-events:none;
}
.hero-media{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  z-index:0;
}
.hero-photo-inner{
  position:relative;
  z-index:2;
  min-height:560px;
  display:flex;
  align-items:flex-end;
}
.hero-copy{
  max-width:700px;
  padding:0 0 44px 0;
}
.hero-eyebrow{
  color:#fff;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
  margin:0 0 10px 0;
}
.h-title{
  margin:10px 0 14px 0;
  font-size:46px;
  line-height:1.04;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}
.hero .h-title{
  max-width:700px;
  font-size:44px;
  text-shadow:0 3px 24px rgba(0,0,0,.82);
}
.page-title{
  font-size:36px;
}
.h-sub{
  color:var(--muted);
  font-size:17px;
  margin:0 0 18px 0;
}
.section-dark .h-sub,
.section-red .h-sub{
  color:rgba(255,255,255,.82);
}
.hero .h-sub{
  max-width:560px;
  color:#ededed;
  font-size:18px;
  text-shadow:0 2px 18px rgba(0,0,0,.7);
}
.h-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.intro-split,
.split-feature{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}
.intro-split{
  position:relative;
}
.intro-split::before{
  content:"";
  position:absolute;
  top:-70px;
  bottom:-70px;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  z-index:-1;
  background:
    linear-gradient(30deg, transparent 0 43%, rgba(0,0,0,.035) 43% 58%, transparent 58%),
    linear-gradient(150deg, transparent 0 50%, rgba(0,0,0,.03) 50% 62%, transparent 62%);
  pointer-events:none;
}
.intro-copy,
.feature-copy{
  max-width:620px;
}
.intro-media,
.feature-media{
  min-height:340px;
  border-radius:4px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.intro-media img,
.intro-media video,
.feature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.intro-media video{
  display:block;
}
.standfirst{
  color:#333;
  font-size:20px;
  font-weight:700;
  margin:0 0 12px 0;
}
.red-rule{
  width:74px;
  height:5px;
  background:var(--red);
  margin:18px 0;
}

.grid{
  display:grid;
  gap:18px;
}
.grid.cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.grid.cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}

.card{
  border:var(--border);
  border-radius:var(--radius);
  background:#fff;
  color:#111;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
  overflow:hidden;
}
.section-dark .card{
  background:#fff;
  color:#111;
}
.card.pad{padding:22px}
.card h3{
  margin:0 0 10px 0;
  font-size:22px;
  line-height:1.12;
  text-transform:uppercase;
}
.card p{margin:0;color:var(--muted)}
.card .body{padding:20px}
.card img{
  width:100%;
  height:230px;
  object-fit:cover;
}
.card .meta{
  margin-top:14px;
  color:var(--muted);
  font-size:12px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.card .meta span{
  border:1px solid #d6d6d6;
  padding:6px 8px;
  border-radius:4px;
  background:#f5f5f5;
  color:#333;
  font-weight:700;
  text-transform:uppercase;
}
.service-card{
  position:relative;
  min-height:100%;
}
.service-card .service-tag{
  position:absolute;
  top:18px;
  right:-38px;
  z-index:1;
  display:inline-flex;
  justify-content:center;
  width:132px;
  padding:7px 9px;
  border-radius:0;
  background:var(--red);
  color:#fff;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  transform:rotate(45deg);
  box-shadow:0 8px 18px rgba(0,0,0,.2);
}
.service-card img{
  height:250px;
}
.service-card .body{
  min-height:250px;
  display:flex;
  flex-direction:column;
}
.service-card .h-actions{
  margin-top:auto;
}
.kpi{
  border:1px solid var(--line);
  border-left:5px solid var(--red);
  border-radius:4px;
  padding:16px;
  background:#fff;
}
.kpi b{
  display:block;
  font-size:18px;
  text-transform:uppercase;
}
.kpi span{
  color:var(--muted);
  font-size:14px;
}
.hr{
  height:1px;
  background:var(--line);
  margin:18px 0;
}

.list{
  margin:0;
  padding-left:18px;
  color:var(--muted);
}
.list li{margin:8px 0}
.note{
  color:var(--muted);
  font-size:13px;
  margin-top:10px;
}

.cta-band{
  display:grid;
  grid-template-columns:1fr auto;
  gap:22px;
  align-items:center;
}
.cta-band h2{
  margin:0;
  font-size:32px;
  line-height:1.1;
  text-transform:uppercase;
}
.cta-band p{
  margin:8px 0 0 0;
  color:rgba(255,255,255,.86);
}

.pricing-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:#fff;
}
.table-wrap{
  width:100%;
  overflow-x:auto;
  border-radius:var(--radius);
  -webkit-overflow-scrolling:touch;
}
.table-wrap .pricing-table{min-width:560px}
.pricing-table th,
.pricing-table td{
  padding:15px;
  border-bottom:1px solid var(--line);
  text-align:left;
}
.pricing-table th{
  color:#fff;
  background:#111;
  text-transform:uppercase;
  font-size:13px;
}
.pricing-table td{color:#444}
.pricing-table tr:last-child td{border-bottom:none}

.form{
  display:grid;
  gap:14px;
}
.field{
  display:grid;
  gap:6px;
}
label{
  color:#555;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
}
input,
select,
textarea{
  width:100%;
  padding:13px 12px;
  border-radius:4px;
  border:1px solid #cfcfcf;
  background:#fff;
  color:#111;
  outline:none;
  font:inherit;
}
.hp{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  opacity:0;
}
textarea{min-height:118px;resize:vertical}
input:focus,
select:focus,
textarea:focus{
  border-color:var(--red);
  box-shadow:0 0 0 3px rgba(180,0,18,.12);
}

.footer{
  background:#050505;
  color:#cfcfcf;
  border-top:5px solid var(--red);
  padding:34px 0;
  font-size:13px;
}
.footer-grid{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.callbar{
  position:fixed;
  right:14px;
  bottom:14px;
  display:flex;
  gap:10px;
  z-index:60;
}
.callbar a{box-shadow:var(--shadow)}

/* Gallery */
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}
.gallery-item{
  position:relative;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
}
.gallery-item img{
  width:100%;
  height:230px;
  object-fit:cover;
  transition:transform .22s ease, opacity .22s ease;
}
.gallery-item:hover img{
  transform:scale(1.03);
  opacity:.95;
}
.gallery-tag{
  position:absolute;
  left:12px;
  top:12px;
  padding:7px 9px;
  border-radius:4px;
  background:var(--red);
  color:#fff;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.gallery-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

/* Before/After pair carousel */
.ba2{
  position:relative;
  overflow:hidden;
}
.ba2-viewport{
  overflow:hidden;
  border-radius:var(--radius);
  position:relative;
  z-index:1;
}
.ba2-track{
  display:flex;
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
  will-change:transform;
}
.ba2-slide{flex:0 0 100%}
.ba2-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.ba2-fig{
  margin:0;
  border:1px solid #303030;
  border-radius:4px;
  overflow:hidden;
  background:#111;
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}
.ba2-fig img{
  width:100%;
  height:320px;
  object-fit:cover;
  display:block;
}
.ba2-fig figcaption{
  padding:10px 12px;
  color:#fff;
  font-size:12px;
  font-weight:900;
  border-top:1px solid #303030;
  background:#111;
  text-transform:uppercase;
}
.ba2-cap{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding-top:12px;
  color:#666;
  font-size:14px;
}
.section-dark .ba2-cap{color:#d0d0d0}
.ba2-cap b{color:inherit;text-transform:uppercase}
.ba2-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:4px;
  border:1px solid rgba(255,255,255,.8);
  background:rgba(0,0,0,.72);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(0,0,0,.25);
  user-select:none;
  z-index:3;
  font-size:28px;
}
.ba2-arrow.left{left:10px}
.ba2-arrow.right{right:10px}
.ba2-arrow:hover{background:var(--red)}
.ba2-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:16px;
}
.ba2-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:1px solid #999;
  background:#bbb;
  cursor:pointer;
}
.ba2-dot.active{background:var(--red);border-color:var(--red)}

/* Image lightbox */
.zoomable{cursor:zoom-in}
.lightbox-backdrop{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.82);
  backdrop-filter:blur(5px);
  z-index:120;
  padding:18px;
}
.lightbox-backdrop.show{display:flex}
.lightbox{
  position:relative;
  max-width:min(1100px, 100%);
  max-height:min(86vh, 100%);
}
.lightbox img{
  width:100%;
  height:auto;
  max-height:86vh;
  border-radius:4px;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:var(--shadow);
}
.lightbox-close{
  position:absolute;
  right:-6px;
  top:-6px;
  width:36px;
  height:36px;
  border-radius:4px;
  border:1px solid rgba(255,255,255,.7);
  background:#111;
  color:#fff;
  cursor:pointer;
}

/* Lead modal */
@keyframes dnbFadeIn{from{opacity:0}to{opacity:1}}
@keyframes dnbPop{from{transform:translateY(10px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}
@keyframes dnbSlideUp{from{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}

.modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(5px);
  display:none;
  z-index:100;
  animation:dnbFadeIn .18s ease-out;
}
.modal-backdrop.show{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.modal{
  width:min(760px, 100%);
  max-height:calc(100svh - 36px);
  border:1px solid #222;
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow);
  overflow:auto;
  animation:dnbPop .20s ease-out;
}
.modal-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:20px 20px 12px 20px;
  border-top:5px solid var(--red);
}
.modal-title{
  margin:0;
  font-size:24px;
  text-transform:uppercase;
}
.modal-sub{
  margin:2px 0 0 0;
  color:var(--muted);
  font-size:13px;
}
.modal-close{
  border:1px solid #cfcfcf;
  background:#fff;
  color:#111;
  border-radius:4px;
  padding:10px 12px;
  cursor:pointer;
  font-weight:800;
  text-transform:uppercase;
}
.modal-body{padding:10px 20px 20px 20px}
.modal-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.lead-booking-grid{margin-top:12px}
.modal-foot{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  padding:16px 0 0 0;
  border-top:1px solid var(--line);
}
.modal-foot .left{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.vehicle-lead-backdrop{
  z-index:105;
}
.vehicle-lead-modal{
  width:min(640px, 100%);
}
.vehicle-lead-header{
  align-items:flex-start;
  background:#101010;
  color:#fff;
  border-top-color:var(--red);
}
.vehicle-lead-header .section-kicker{
  margin-bottom:10px;
  color:#fff;
  border-color:rgba(255,255,255,.5);
}
.vehicle-lead-header .modal-title{
  max-width:480px;
}
.vehicle-lead-header .modal-sub{
  color:#d8d8d8;
}
.vehicle-lead-header .modal-close{
  border-color:rgba(255,255,255,.35);
  background:#fff;
  color:#111;
}
.vehicle-lead-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}
.vehicle-lead-actions{
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:10px;
  align-items:center;
  padding-top:16px;
  border-top:1px solid var(--line);
}
.vehicle-lead-actions .btn{
  min-width:150px;
}
.smallmuted{color:var(--muted);font-size:12px}
.form-status{
  display:none;
  margin:8px 0 0 0;
  padding:12px 14px;
  border-radius:4px;
  border:1px solid var(--line);
  background:#f5f5f5;
  color:#111;
  font-size:13px;
}
.form-status.show{display:block}
.form-status[data-state="info"]{
  border-color:#b8b8b8;
  background:#f1f1f1;
}
.form-status[data-state="success"]{
  border-color:rgba(23,123,77,.32);
  background:rgba(23,123,77,.08);
}
.form-status[data-state="error"]{
  border-color:rgba(180,0,18,.35);
  background:rgba(180,0,18,.08);
}

.toast{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  bottom:86px;
  z-index:110;
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:4px;
  border:1px solid #303030;
  background:#111;
  box-shadow:var(--shadow);
  animation:dnbSlideUp .18s ease-out;
  color:#fff;
  max-width:min(560px, calc(100% - 36px));
}
.toast.show{display:flex}
.toast p{margin:0;color:#d0d0d0;font-size:13px}
.toast b{color:#fff}
.toast .btn{white-space:nowrap}

.card,
.btn{
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease, opacity .12s ease, background .12s ease;
}
.card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(0,0,0,.16);
}

@media (max-width:980px){
  .container.nav-inner{
    min-height:auto;
    padding:16px 22px 14px 22px;
    flex-direction:column;
    align-items:flex-start;
  }
  .nav-links{
    width:100%;
    justify-content:flex-start;
  }
  .nav-links a{
    padding:10px 8px;
  }
  .hero-photo,
  .hero-photo-inner{
    min-height:500px;
  }
  .hero-copy{
    padding:0 0 40px 0;
  }
  .hero .h-title{
    font-size:40px;
  }
  .h-title{
    font-size:38px;
  }
  .intro-split,
  .split-feature,
  .grid.cols-3,
  .grid.cols-2,
  .cta-band{
    grid-template-columns:1fr;
  }
  .cta-band{
    text-align:left;
  }
  .gallery-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:720px){
  .container{padding:0 16px}
  .section{padding:52px 0}
  body.has-callbar{
    padding-bottom:76px;
  }
  .container.nav-inner{
    padding:14px 16px 14px 16px;
  }
  .nav-inner{
    gap:12px;
  }
  .brand{
    width:100%;
    min-width:0;
  }
  .brand span:last-child{
    max-width:none;
  }
  .nav-links{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:6px;
    overflow:visible;
    flex-wrap:initial;
    padding-bottom:0;
    width:100%;
  }
  .nav-links a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    min-height:36px;
    padding:9px 6px;
    white-space:normal;
    flex:auto;
    text-align:center;
    font-size:11px;
    line-height:1.1;
  }
  .nav-links a.btn{
    flex:auto;
    min-height:36px;
    padding:9px 6px;
    font-size:11px;
  }
  .modal-backdrop.show{
    align-items:flex-start;
    overflow-y:auto;
  }
  .modal{
    max-height:none;
    margin:18px 0;
  }
  .vehicle-lead-modal{
    max-height:none;
  }
  .vehicle-lead-grid{
    grid-template-columns:1fr;
  }
  .vehicle-lead-actions{
    grid-template-columns:1fr;
  }
  .vehicle-lead-actions .btn{
    width:100%;
    min-width:0;
  }
  .hero-photo,
  .hero-photo-inner{
    min-height:480px;
  }
  .hero-copy{
    padding:0 0 34px 0;
  }
  .hero .h-title{
    font-size:32px;
  }
  .h-title{
    font-size:32px;
  }
  .page-title{
    font-size:32px;
  }
  .hero .h-sub,
  .h-sub{
    font-size:16px;
  }
  .h-actions .btn,
  .modal-foot .btn{
    width:100%;
  }
  .card img,
  .service-card img,
  .ba2-fig img{
    height:240px;
  }
  .intro-media,
  .feature-media{
    min-height:0;
    aspect-ratio:16 / 10;
  }
  .intro-media img,
  .intro-media video,
  .feature-media img{
    height:100%;
  }
  .ba2-pair,
  .modal-grid,
  .gallery-grid{
    grid-template-columns:1fr;
  }
  .callbar{
    left:12px;
    right:12px;
    bottom:12px;
    width:auto;
    justify-content:space-between;
  }
  .callbar a{
    flex:1 1 auto;
    justify-content:center;
  }
}

@media (max-width:640px){
  .table-wrap{
    overflow:visible;
  }
  .table-wrap .pricing-table{
    min-width:0;
  }
  .pricing-table,
  .pricing-table thead,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table th,
  .pricing-table td{
    display:block;
    width:100%;
  }
  .pricing-table thead{
    display:none;
  }
  .pricing-table tr{
    padding:10px 0;
    border-bottom:1px solid var(--line);
  }
  .pricing-table tr:last-child{
    border-bottom:none;
  }
  .pricing-table td{
    display:grid;
    grid-template-columns:minmax(94px, 34%) 1fr;
    gap:12px;
    align-items:start;
    padding:8px 12px;
    border-bottom:none;
  }
  .pricing-table td::before{
    content:attr(data-label);
    color:#111;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
  }
}

@media (max-width:540px){
  .section{padding:46px 0}
  .section.tight{padding:30px 0}
  .section-head{
    margin-bottom:22px;
    text-align:left;
  }
  .hero-photo,
  .hero-photo-inner{
    min-height:450px;
  }
  .hero-photo::before{
    background:linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.52) 60%, rgba(0,0,0,.24));
  }
  .hero-copy{
    padding:0 0 28px 0;
  }
  .hero .h-title,
  .h-title,
  .page-title{
    font-size:29px;
    line-height:1.08;
  }
  .hero .h-sub,
  .h-sub{
    font-size:15px;
  }
  .standfirst{
    font-size:17px;
  }
  .card.pad,
  .card .body{
    padding:16px;
  }
  .card h3{
    font-size:20px;
  }
  .service-card .service-tag{
    left:14px;
    right:auto;
    top:14px;
    width:auto;
    border-radius:4px;
    transform:none;
    padding:6px 8px;
  }
  .service-card .body{
    min-height:0;
  }
  .card img,
  .service-card img,
  .ba2-fig img,
  .gallery-item img{
    height:210px;
  }
  .cta-band h2{
    font-size:26px;
  }
  .cta-band .btn{
    width:100%;
  }
  .ba2-arrow{
    width:38px;
    height:38px;
    font-size:24px;
  }
  .ba2-cap{
    display:block;
  }
  .ba2-cap span{
    display:block;
    margin-top:4px;
  }
  .modal-backdrop.show{
    padding:10px;
  }
  .modal{
    width:100%;
    margin:10px 0;
  }
  .modal-header{
    padding:16px 14px 10px 14px;
  }
  .vehicle-lead-header{
    display:grid;
    grid-template-columns:1fr;
  }
  .modal-body{
    padding:8px 14px 16px 14px;
  }
  .modal-title{
    font-size:21px;
    line-height:1.1;
  }
  .modal-close{
    padding:8px 10px;
  }
}

@media (max-width:380px){
  .container{padding:0 12px}
  .container.nav-inner{
    padding:13px 12px 12px 12px;
  }
  .brand{
    gap:10px;
    font-size:13px;
  }
  .brand .dot{
    width:14px;
    height:14px;
    box-shadow:6px 6px 0 #fff;
  }
  .nav-links{
    gap:5px;
  }
  .nav-links a{
    min-height:34px;
    padding:8px 5px;
    font-size:10px;
  }
  .nav-links a.btn{
    min-height:34px;
    padding:8px 5px;
    font-size:10px;
  }
  .hero-photo,
  .hero-photo-inner{
    min-height:430px;
  }
  .hero .h-title,
  .h-title,
  .page-title{
    font-size:27px;
  }
  .h-actions{
    gap:9px;
  }
  .btn{
    padding:11px 12px;
    font-size:12px;
  }
  .btn.small{
    padding:8px 10px;
    font-size:11px;
  }
  .card img,
  .service-card img,
  .ba2-fig img,
  .gallery-item img{
    height:195px;
  }
  .pricing-table td{
    grid-template-columns:1fr;
    gap:3px;
  }
}
