:root{
  --navy:#0E1C36; --navy-2:#162849; --red:#C8102E; --red-d:#A00C24;
  --white:#fff; --steel:#EDF0F4; --line:#D5DBE3; --ink:#1B2330; --muted:#566173;
  --display:"Big Shoulders Display",Impact,"Arial Narrow",sans-serif;
  --body:Barlow,"Segoe UI",Roboto,Arial,sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--body);font-size:1.0625rem;line-height:1.6;color:var(--ink);background:var(--white)}
img{max-width:100%;display:block}
a{color:inherit}
h1,h2,h3{font-family:var(--display);line-height:1.02;margin:0 0 .5em;letter-spacing:.005em}
h2{font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800}
h3{font-size:1.6rem;font-weight:800}
p{margin:0 0 1em}
:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.wrap{width:min(1180px,100% - 2.5rem);margin-inline:auto}
.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;z-index:99;background:#fff;padding:.5rem 1rem}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--body);font-weight:600;
  text-decoration:none;padding:.7rem 1.3rem;border-radius:4px;border:2px solid transparent;cursor:pointer;font-size:1rem}
.btn-lg{padding:.95rem 1.6rem;font-size:1.1rem}
.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-d)}
.btn-navy{background:var(--navy);color:#fff}.btn-navy:hover{background:var(--navy-2)}
.btn-ghost{border-color:rgba(255,255,255,.6);color:#fff}.btn-ghost:hover{background:rgba(255,255,255,.1)}

/* chrome */
.promo{background:var(--red);color:#fff;text-align:center;font-weight:600;padding:.45rem 1rem;font-size:.95rem}
.promo a{color:#fff;margin-left:.5rem}
.topbar{background:var(--navy);color:#C9D2E0;font-size:.9rem}
.topbar-in{display:flex;justify-content:space-between;gap:1rem;padding:.4rem 0}
.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}
.header-in{display:flex;align-items:center;gap:2rem;padding:.7rem 0}
.logo img{height:56px;width:auto}
.nav{display:flex;gap:1.6rem;margin-left:auto}
.nav a{text-decoration:none;font-weight:600;padding:.3rem 0;border-bottom:2px solid transparent}
.nav a:hover,.nav a.on{border-color:var(--red)}
.menu{display:none;margin-left:auto}
.menu summary{list-style:none;cursor:pointer;width:44px;height:44px;display:grid;place-content:center;gap:5px}
.menu summary::-webkit-details-marker{display:none}
.menu summary span{display:block;width:24px;height:3px;background:var(--navy)}
.menu-panel{position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);padding:.5rem 1.25rem 1rem}
.menu-panel a{display:block;padding:.7rem 0;text-decoration:none;font-weight:600;border-bottom:1px solid var(--steel)}

/* hero */
.hero{background:var(--navy);color:#fff;padding:clamp(3rem,7vw,5.5rem) 0}
.hero-in{display:grid;grid-template-columns:1fr 1.1fr;gap:3.5rem;align-items:center}
.hero h1{font-size:clamp(2.8rem,6vw,4.9rem);font-weight:900}
.lede{font-size:1.2rem;color:#D6DDE8;max-width:34em}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.8rem 0 1.2rem}
.hero-note{color:#9EABC0;font-size:.95rem;margin:0}
.hero-sm{padding:4rem 0}

/* the windshield: photo cut to glass shape with a tinted sun strip across the top */
.windshield{position:relative;margin:0;aspect-ratio:3/2;
  clip-path:polygon(10% 0,90% 0,100% 84%,97.5% 100%,2.5% 100%,0 84%)}
.windshield img{width:100%;height:100%;object-fit:cover}
.sunstrip{position:absolute;inset:0 0 auto 0;z-index:1;height:17%;
  background:linear-gradient(180deg,rgba(14,28,54,.95) 55%,rgba(14,28,54,0));
  color:#fff;font-family:var(--display);font-weight:800;font-style:italic;font-size:clamp(.9rem,1.6vw,1.3rem);
  letter-spacing:.12em;display:flex;justify-content:center;padding-top:.55em}

/* services */
.services{padding:clamp(3.5rem,7vw,6rem) 0}
.services-in{display:grid;grid-template-columns:.8fr 2fr;gap:4rem}
.services-head{position:sticky;top:110px;align-self:start}
.services-head p{color:var(--muted)}
.service{display:grid;grid-template-columns:260px 1fr;gap:1.8rem;padding:1.8rem 0;border-top:1px solid var(--line);text-decoration:none}
.service:first-child{border-top:0;padding-top:0}
.service img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:3px}
.service p{color:var(--muted);margin-bottom:.6rem}
.service .more{font-weight:600;color:var(--red);text-decoration:underline;text-underline-offset:3px}
.service:hover h3{color:var(--red)}
.also{border-top:3px solid var(--navy);padding-top:1.4rem;margin-top:.6rem}
.also ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.6rem}
.also a{display:inline-block;padding:.45rem .9rem;border:1px solid var(--line);border-radius:999px;text-decoration:none;font-weight:500}
.also a:hover{border-color:var(--navy)}

/* why */
.why{background:var(--steel);padding:clamp(3.5rem,7vw,5.5rem) 0}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1.5rem}
.why-grid>div{border-top:4px solid var(--red);padding-top:1rem}
.why-grid p{color:var(--muted);margin:0}

/* reviews */
.reviews{padding:clamp(3.5rem,7vw,5.5rem) 0}
.reviews-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}
.reviews-head a{font-weight:600;color:var(--red)}
.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1.5rem}
blockquote{margin:0;font-size:1.08rem}
blockquote p::before{content:"“";display:block;font-family:var(--display);font-size:3.5rem;line-height:.6;color:var(--red);margin-bottom:.3rem}
cite{font-style:normal;font-weight:600;color:var(--muted)}

/* photo strip */
.strip{background:var(--navy);padding:1.2rem 0 1rem}
.strip-track{display:flex;gap:.6rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 1.25rem}
.strip-track img{height:260px;width:auto;flex:0 0 auto;object-fit:cover;scroll-snap-align:start;border-radius:2px}
.strip-foot{padding-top:.8rem}.strip-foot a{color:#fff;font-weight:600}

/* video */
.video{padding:clamp(3.5rem,7vw,5.5rem) 0 0}
.video-in{max-width:900px}
.video-frame{aspect-ratio:16/9;background:#000}
.video-frame iframe{width:100%;height:100%;border:0}

/* visit + form */
.visit{padding:clamp(3.5rem,7vw,5.5rem) 0}
.visit-in{display:grid;grid-template-columns:1fr 1fr;gap:4rem}
.addr{font-size:1.2rem}
.big-phone{font-family:var(--display);font-weight:900;font-size:2.6rem;text-decoration:none;color:var(--red)}
.hours{display:grid;grid-template-columns:auto 1fr;gap:.2rem 1.5rem;margin:0 0 1.5rem}
.hours dt{font-weight:600}.hours dd{margin:0;color:var(--muted)}
.map{aspect-ratio:4/3;background:var(--steel)}
.map iframe{width:100%;height:100%;border:0}
.quote{background:var(--steel);padding:2rem;border-radius:4px;align-self:start}
.quote label{display:block;font-weight:600;font-size:.95rem;margin-bottom:1rem}
.quote input,.quote select,.quote textarea{display:block;width:100%;margin-top:.35rem;padding:.7rem .8rem;font:inherit;
  border:1px solid var(--line);border-radius:3px;background:#fff}
.quote .row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.quote button{width:100%}
.hp{position:absolute;left:-9999px}
.ok{font-size:1.15rem;font-weight:600;color:var(--navy)}
.err{color:var(--red);font-weight:600}

/* footer */
.footer{background:var(--navy);color:#C9D2E0;padding:3.5rem 0 1.5rem}
.footer-in{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}
.footer h3{color:#fff;font-size:1.3rem}
.footer a{display:block;text-decoration:none;padding:.15rem 0}.footer a:hover{color:#fff}
.footer p a{display:inline}
.footer-logo{height:48px;width:auto;margin-bottom:1rem;background:#fff;padding:6px 10px;border-radius:3px}
.footer-base{border-top:1px solid rgba(255,255,255,.12);margin-top:2.5rem;padding-top:1.2rem;font-size:.9rem}
.callbar{display:none}

/* responsive */
@media (max-width:1020px){
  .nav,.header-call{display:none}
  .menu{display:block}
  .hero-in,.services-in,.visit-in{grid-template-columns:1fr}
  .services-head{position:static}
  .why-grid,.review-grid{grid-template-columns:1fr 1fr}
  .footer-in{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .topbar-in{flex-direction:column;gap:0}
  .logo img{height:44px}
  .service{grid-template-columns:1fr;gap:1rem}
  .why-grid,.review-grid,.quote .row,.footer-in{grid-template-columns:1fr}
  .strip-track img{height:190px}
  .callbar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:30;background:var(--red);color:#fff;
    text-align:center;font-weight:600;padding:1rem;text-decoration:none;font-size:1.1rem}
  body{padding-bottom:3.4rem}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
