
:root{
  --bg:#09090a;
  --panel:#111113;
  --panel2:#151518;
  --text:#f4f4f5;
  --muted:#9b9ba2;
  --line:#29292e;
  --red:#df1f26;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.topbar{
  position:sticky;top:0;z-index:50;height:82px;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 max(24px,calc((100vw - var(--max))/2));
  background:rgba(9,9,10,.94);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line)
}
.brand img{width:185px}
nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:700}
nav a{color:#d0d0d4}
nav a:hover{color:#fff}
.call{border:1px solid #3b3b41;padding:10px 15px}

.hero{min-height:720px;position:relative;overflow:hidden;display:flex;align-items:center;background:
radial-gradient(circle at 82% 42%,rgba(223,31,38,.22),transparent 24%),
linear-gradient(125deg,#171719 0%,#09090a 60%,#111113 100%)}
.hero-lines:before,.hero-lines:after{
  content:"";position:absolute;border:1px solid rgba(223,31,38,.16);transform:rotate(45deg)
}
.hero-lines:before{width:760px;height:760px;right:-280px;top:-120px}
.hero-lines:after{width:480px;height:480px;right:-120px;top:120px}
.hero-inner{
  width:min(var(--max),calc(100% - 48px));margin:auto;position:relative;z-index:2;
  display:grid;grid-template-columns:1.25fr .75fr;gap:90px;align-items:end
}
.micro{color:var(--red);font-size:11px;font-weight:800;letter-spacing:.21em;text-transform:uppercase;margin-bottom:18px}
h1,h2,h3{font-family:"Barlow Condensed",Impact,sans-serif;margin:0;text-transform:uppercase}
h1{font-size:clamp(70px,9vw,126px);line-height:.76;font-weight:900}
h1 span{color:var(--red)}
.hero-copy>p{max-width:650px;margin:30px 0 0;color:#c1c1c6;font-size:18px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.btn{min-height:50px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent}
.red{background:var(--red)}
.red:hover{background:#ef252d}
.dark{background:#0d0d0f;border-color:#3d3d43}
.shop-card{background:rgba(17,17,19,.85);border:1px solid #303035;padding:30px;backdrop-filter:blur(8px)}
.shop-card img{width:230px;margin-bottom:42px}
.shop-card .rule{height:1px;background:#343439;margin:0 0 24px}
.shop-card span,.shop-card a{display:block;margin:7px 0;color:#babac0;font-size:14px}
.shop-card a:hover{color:#fff}

.trust{
  width:min(var(--max),calc(100% - 48px));margin:-52px auto 0;position:relative;z-index:4;
  display:grid;grid-template-columns:repeat(3,1fr);background:#111113;border:1px solid var(--line)
}
.trust>div{padding:28px 30px;border-right:1px solid var(--line)}
.trust>div:last-child{border-right:0}
.trust b{display:block;color:var(--red);font-size:11px;margin-bottom:25px}
.trust strong{display:block;font:800 24px "Barlow Condensed";text-transform:uppercase}
.trust span{display:block;color:#8f8f96;font-size:13px;margin-top:4px}

.section{width:min(var(--max),calc(100% - 48px));margin:auto;padding:118px 0}
.section-head{display:grid;grid-template-columns:1.35fr .65fr;gap:80px;align-items:end}
.section-head>p{color:var(--muted);margin:0 0 7px;max-width:470px}
h2{font-size:clamp(54px,6vw,84px);line-height:.83;font-weight:900}
.services{margin-top:56px;border-top:1px solid var(--line)}
.services article{display:grid;grid-template-columns:85px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid var(--line);transition:.2s}
.services article:hover{padding-left:12px;background:linear-gradient(90deg,rgba(223,31,38,.06),transparent)}
.n{color:var(--red);font-size:11px;font-weight:800}
.services h3{font-size:35px;line-height:1}
.services p{color:var(--muted);margin:7px 0 0;max-width:860px;font-size:14px}

.statement{background:var(--red);padding:105px max(24px,calc((100vw - var(--max))/2))}
.white-micro{color:#fff;opacity:.74}
.statement p{max-width:1100px;margin:0;font:800 clamp(45px,6vw,82px)/.94 "Barlow Condensed";text-transform:uppercase}
.statement em{font-style:normal;color:#09090a}

.about{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.about-copy{padding-top:30px;max-width:560px;color:#c0c0c5;font-size:18px}
.about-copy p{margin:0 0 24px}

.estimate-band{
  width:min(var(--max),calc(100% - 48px));margin:0 auto 118px;
  padding:40px;background:#151518;border:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;gap:30px
}
.estimate-band h2{font-size:58px}
.white-btn{background:#fff;color:#09090a}

.contact-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.contact-grid>a,.contact-grid>div{
  min-height:190px;padding:28px;background:#111113;border:1px solid var(--line);
  display:flex;flex-direction:column;justify-content:space-between
}
.contact-grid>a:hover{border-color:#55555d}
.contact-grid span{color:var(--red);font-size:11px;font-weight:800;letter-spacing:.15em}
.contact-grid strong{font:800 26px/1.04 "Barlow Condensed";text-transform:uppercase;overflow-wrap:anywhere}

footer{
  width:min(var(--max),calc(100% - 48px));margin:auto;padding:38px 0 48px;border-top:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;gap:30px;color:#707077;font-size:11px;letter-spacing:.14em
}
footer img{width:170px}

@media(max-width:950px){
  nav a:not(.call){display:none}
  .hero{min-height:650px}
  .hero-inner{grid-template-columns:1fr;gap:40px}
  .shop-card{display:none}
  .trust{grid-template-columns:1fr}
  .trust>div{border-right:0;border-bottom:1px solid var(--line)}
  .trust>div:last-child{border-bottom:0}
  .section-head,.about{grid-template-columns:1fr;gap:40px}
  .contact-grid{grid-template-columns:1fr}
  .estimate-band{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .topbar{height:70px;padding:0 16px}
  .brand img{width:145px}
  .call{font-size:11px;padding:8px 10px}
  .hero{min-height:590px;padding:60px 0}
  .hero-inner,.section,.trust,.estimate-band,footer{width:calc(100% - 32px)}
  h1{font-size:64px}
  .hero-copy>p{font-size:16px}
  .trust{margin-top:-26px}
  .section{padding:80px 0}
  .services article{grid-template-columns:42px 1fr}
  .services h3{font-size:28px}
  .statement{padding:70px 16px}
  .statement p{font-size:44px}
  .estimate-band{padding:27px 22px;margin-bottom:80px}
  .estimate-band h2{font-size:44px}
  footer{align-items:flex-start;flex-direction:column}
}


/* ===== Business-card logo ===== */
.brand img{width:205px}
.shop-card img{width:250px;margin:0 auto 34px}
footer img{width:190px}

/* ===== Quote links directly under the homepage headline ===== */
.hero-quote{
  max-width:710px;
  margin-top:28px;
  padding:19px 20px;
  background:rgba(12,12,14,.72);
  border:1px solid #34343a;
  border-left:3px solid var(--red);
  backdrop-filter:blur(8px);
}
.hero-quote-copy strong,
.hero-quote-copy span{display:block}
.hero-quote-copy strong{
  font:800 25px/1 "Barlow Condensed",Impact,sans-serif;
  letter-spacing:.02em;
}
.hero-quote-copy span{
  margin-top:5px;
  color:#9f9fa6;
  font-size:13px;
}
.hero-quote-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:15px;
}
.hero-quote-actions .btn{min-height:44px;padding:0 18px}
.hero-copy>p{margin-top:23px}

/* ===== Separate quote page ===== */
.quote-page-hero{
  min-height:430px;
  display:flex;
  align-items:flex-end;
  position:relative;
  overflow:hidden;
  padding:95px 0 70px;
  background:
    radial-gradient(circle at 82% 42%,rgba(223,31,38,.22),transparent 24%),
    linear-gradient(125deg,#171719 0%,#09090a 60%,#111113 100%);
  border-bottom:1px solid var(--line);
}
.quote-page-hero:after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-180px;
  top:-120px;
  border:1px solid rgba(223,31,38,.16);
  transform:rotate(45deg);
}
.quote-page-hero-inner{
  width:min(var(--max),calc(100% - 48px));
  margin:auto;
  position:relative;
  z-index:2;
}
.quote-page-hero h1{
  font-size:clamp(68px,8vw,112px);
}
.quote-page-hero p{
  max-width:720px;
  margin:28px 0 0;
  color:#b9b9bf;
  font-size:17px;
}

.quote-page-wrap{
  width:min(1040px,calc(100% - 48px));
  margin:auto;
  padding:70px 0 110px;
}
.quote-form{
  background:linear-gradient(180deg,#121215,#0d0d0f);
  border:1px solid #2c2c31;
  padding:34px;
  box-shadow:0 28px 80px rgba(0,0,0,.22);
}
.quote-honeypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
}
.quote-divider{
  position:relative;
  height:1px;
  background:#2b2b31;
  margin:34px 0 27px;
}
.quote-divider:first-of-type{margin-top:2px}
.quote-divider span{
  position:absolute;
  top:-8px;
  left:0;
  background:#111114;
  color:var(--red);
  padding-right:12px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
}
.quote-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.quote-grid label,
.quote-message{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.quote-grid label>span,
.quote-message>span{
  color:#d0d0d5;
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
}
.quote-grid input,
.quote-grid select,
.quote-message textarea{
  width:100%;
  min-width:0;
  border:1px solid #35353b;
  border-radius:0;
  background:#070708;
  color:#f5f5f6;
  padding:13px 14px;
  outline:none;
  font:500 14px/1.3 Inter,Arial,sans-serif;
}
.quote-grid input::placeholder,
.quote-message textarea::placeholder{color:#66666f}
.quote-grid input:focus,
.quote-grid select:focus,
.quote-message textarea:focus{
  border-color:var(--red);
  box-shadow:0 0 0 2px rgba(223,31,38,.10);
}
.vin-input{grid-column:span 2}
.vin-input em{
  float:right;
  color:#76767e;
  font-style:normal;
  font-weight:600;
  letter-spacing:0;
}
.vin-input small{
  color:#777780;
  font-size:11px;
  line-height:1.45;
}
.quote-message{margin-top:17px}
.quote-message textarea{
  min-height:145px;
  resize:vertical;
}
.upload-box{
  display:flex;
  min-height:145px;
  flex-direction:column;
  justify-content:center;
  border:1px dashed #46464d;
  background:#09090b;
  padding:22px;
  cursor:pointer;
}
.upload-box:hover{
  border-color:var(--red);
  background:#0d0a0b;
}
.upload-box>span{
  font:800 22px/1 "Barlow Condensed",Impact,sans-serif;
}
.upload-box>small{
  color:#7d7d85;
  font-size:11px;
  margin:6px 0 18px;
}
.upload-box input{
  max-width:100%;
  color:#9a9aa2;
  font-size:11px;
}
.file-summary{
  margin-top:12px;
  color:#85858d;
  font-size:12px;
}
.quote-submit{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-top:25px;
  margin-top:28px;
  border-top:1px solid #2b2b31;
}
.quote-submit strong,
.quote-submit span{display:block}
.quote-submit strong{
  font:800 19px/1.05 "Barlow Condensed",Impact,sans-serif;
}
.quote-submit span{
  margin-top:5px;
  color:#7c7c84;
  font-size:12px;
}
.quote-button{
  min-width:220px;
  border:0;
  cursor:pointer;
}
.quote-button:disabled{
  opacity:.55;
  cursor:not-allowed;
}
.quote-status{
  display:none;
  margin-top:16px;
  padding:13px 15px;
  border:1px solid #3a3a40;
  font-size:13px;
  font-weight:600;
}
.quote-status.good{
  display:block;
  border-color:#2b693f;
  background:#0d2114;
  color:#c9f3d5;
}
.quote-status.bad{
  display:block;
  border-color:#7a292e;
  background:#291013;
  color:#ffd2d5;
}

@media(max-width:950px){
  .brand img{width:180px}
  .quote-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .brand img{width:150px}
  .hero-quote{padding:17px 16px}
  .hero-quote-actions{display:grid;grid-template-columns:1fr}
  .hero-quote-actions .btn{width:100%}
  .quote-page-hero{min-height:360px;padding:85px 0 55px}
  .quote-page-hero-inner,
  .quote-page-wrap{width:calc(100% - 32px)}
  .quote-page-hero h1{font-size:64px}
  .quote-page-wrap{padding:48px 0 80px}
  .quote-form{padding:22px 17px}
  .quote-grid{grid-template-columns:1fr}
  .vin-input{grid-column:auto}
  .quote-submit{align-items:stretch;flex-direction:column}
  .quote-button{width:100%}
}


/* ===== V5 review pass ===== */
.topbar nav{flex-wrap:wrap}
.nav-quote{
  border:1px solid var(--red);
  padding:10px 15px;
  color:#fff;
}
.nav-quote:hover{background:rgba(223,31,38,.12)}
.hero{min-height:660px}
.hero-copy > p{max-width:660px}
.hero-quote{max-width:760px}
.hero-quote-copy strong{font-size:27px}
.hero-quote-copy span{font-size:14px}

.photo-strip{
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.photo-card{
  display:block;
  background:#111114;
  border:1px solid var(--line);
  text-decoration:none;
  overflow:hidden;
}
.photo-card img{
  display:block;
  width:100%;
  aspect-ratio: 4 / 3;
  object-fit:cover;
  background:#09090b;
}
.photo-copy{padding:18px}
.photo-copy strong{
  display:block;
  font:800 23px/1 "Barlow Condensed",Impact,sans-serif;
  margin-bottom:6px;
}
.photo-copy span{
  display:block;
  color:#8c8c94;
  font-size:13px;
  line-height:1.55;
}
#contact .contact-grid{
  align-items:start;
}
#contact .contact-grid a,
#contact .contact-grid div{
  min-height:112px;
}
#contact .contact-grid a:hover strong{
  color:#fff;
}

.quote-page-hero{min-height:280px;padding:54px 0 36px}
.quote-page-hero h1{font-size:clamp(56px,7vw,84px)}
.quote-page-hero p{margin-top:18px;max-width:760px;font-size:15px}
.quote-page-wrap{padding-top:42px}
.quote-grid input[required],
.quote-message textarea[required]{box-shadow:none}
.quote-grid input:required,
.quote-message textarea:required{
  background-image:none;
}
.quote-submit strong{font-size:18px}
footer span{
  font-size:12px;
  color:#8d8d95;
  text-align:right;
}

@media(max-width:950px){
  .photo-strip{grid-template-columns:1fr}
}

@media(max-width:760px){
  .topbar{height:auto;min-height:72px;padding-top:12px;padding-bottom:12px}
  .topbar nav{gap:10px;justify-content:flex-end}
  .nav-link{display:none}
  .nav-quote,.nav-call{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
  }
  .nav-quote{order:1}
  .nav-call{order:2}
  .hero{min-height:auto;padding-top:42px;padding-bottom:52px}
}

@media(max-width:620px){
  footer{
    gap:12px;
    align-items:flex-start;
    flex-direction:column;
  }
  footer span{text-align:left}
}


/* ===== V6 targeted fixes ===== */

/* Keep Quote + Call visible on tablet/mobile despite the older nav hiding rule. */
@media(max-width:950px){
  .topbar nav a.nav-link{display:none !important}
  .topbar nav a.nav-quote,
  .topbar nav a.nav-call{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
  }
  .topbar nav a.nav-quote{
    border:1px solid var(--red);
    padding:9px 12px;
    color:#fff;
  }
}

/* 2x2 desktop contact layout */
#contact .contact-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
#contact .contact-grid > *{
  min-height:130px;
}
.contact-sub-link{
  display:block;
  margin-top:10px;
  color:#8f8f96;
  font-size:12px;
  font-weight:700;
  text-transform:none;
  letter-spacing:0;
}
.contact-sub-link:hover{color:#fff}

/* Sticky header no longer covers upload heading on anchor jump. */
#upload{scroll-margin-top:110px}

/* Generic mechanic photos */
.photo-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}

/* Mobile contact stack */
@media(max-width:620px){
  #contact .contact-grid{grid-template-columns:1fr}
}


/* ===== V6.1 surgical hero layout fix ===== */
@media(min-width:951px){
  .hero{
    min-height:auto;
    padding:72px 0 82px;
  }

  .hero-inner{
    align-items:center;
  }

  .shop-card{
    padding:34px 36px 38px;
  }

  .shop-card img{
    margin-bottom:34px;
  }

  .shop-card .rule{
    margin-bottom:28px;
  }

  .shop-card span,
  .shop-card a{
    line-height:1.45;
  }

  /* Stop the trust cards from covering the Call the Shop button. */
  .trust{
    margin:-12px auto 0;
  }
}

@media(max-width:950px){
  .trust{
    margin-top:0;
  }
}
