:root{
  --navy:#0A1D37;
  --orange:#FF5A00;
  --ink:#10284c;
  --muted:#5e6877;
  --light:#f7f8fa;
  --white:#fff;
  --border:#dfe3e8;
  --shadow:0 10px 30px rgba(10,29,55,.12)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Montserrat",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
.site-header{height:88px;display:flex;align-items:center;gap:28px;padding:10px clamp(20px,4vw,58px);background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 14px rgba(0,0,0,.08)}
.brand{width:230px;flex:0 0 auto}
.brand img{width:100%;height:68px;object-fit:contain}
.main-nav{display:flex;gap:42px;margin-left:auto;font-weight:700}
.main-nav a{padding:30px 0 25px;border-bottom:3px solid transparent}
.main-nav a:hover{border-color:var(--orange)}
.button{border:0;border-radius:7px;padding:13px 22px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.2s transform,.2s box-shadow}
.button:hover{transform:translateY(-1px);box-shadow:0 7px 20px rgba(10,29,55,.18)}
.button-orange{background:var(--orange);color:#fff}
.button-light{background:#fff;color:var(--navy)}
.button-outline{background:transparent;border:1px solid rgba(255,255,255,.65);color:#fff}
.header-call{white-space:nowrap}
.menu-toggle{display:none;margin-left:auto;background:none;border:0;font-size:30px;color:var(--navy)}
.hero{min-height:520px;position:relative;background:url("assets/images/hero.webp") center/cover no-repeat;display:flex;align-items:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,19,36,.88) 0%,rgba(7,19,36,.68) 38%,rgba(7,19,36,.08) 75%)}
.hero-content{position:relative;z-index:1;color:#fff;max-width:700px;padding:58px clamp(28px,5vw,72px)}
.hero h1{font-size:clamp(42px,5vw,72px);line-height:1.03;margin:6px 0 18px;letter-spacing:-2px}
.hero-copy{font-size:18px;max-width:620px}
.service-modes{font-size:18px}.service-modes span{color:var(--orange);padding:0 7px}
.hero-actions{display:flex;gap:16px;margin-top:22px}
.hero-note{font-size:14px}
.section{padding:40px clamp(28px,4vw,48px);max-width:1500px;margin:auto}
.about{display:grid;grid-template-columns:1fr 1.08fr;gap:54px;align-items:center}
.about h2,.lower-grid h2{font-size:clamp(30px,3vw,46px);line-height:1.12;margin:5px 0 18px}
.about p{font-size:18px}.bold{font-weight:800}
.about-image{border-radius:7px;width:100%;max-height:430px;object-fit:cover;box-shadow:var(--shadow)}
.eyebrow{text-transform:uppercase;color:var(--orange);font-weight:800;letter-spacing:.03em;margin:0 0 6px}
.eyebrow.light{color:#fff;opacity:.9}
.centered{text-align:center}
.service-lists{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.service-panel{display:flex;gap:25px;border:1px solid var(--border);border-radius:8px;padding:26px;background:#fff;box-shadow:0 5px 20px rgba(10,29,55,.05)}
.service-panel h3{font-size:27px;margin:0 0 8px}
.service-icon{font-size:54px;color:var(--orange);line-height:1}
ul{margin:0;padding-left:22px}li{padding:2px 0}li::marker{color:var(--orange)}
.image-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px}
.image-card{border:1px solid var(--border);border-radius:7px;overflow:hidden;background:#fff}
.image-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.image-card h3{font-size:17px;text-align:center;margin:0;padding:14px 9px}
.lower-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}
.area-card,.how-card{border:1px solid var(--border);border-radius:8px;padding:24px;background:#fff}
.area-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px}
.area-map{min-height:260px;border-radius:7px;position:relative;overflow:hidden;background:
  radial-gradient(circle at 25% 48%,#b6def0 0 29%,transparent 30%),
  linear-gradient(135deg,#eaf2e6,#d7e4cf 48%,#efe8cf);
}
.area-map:after{content:"";position:absolute;left:35%;top:-10%;width:6px;height:125%;background:rgba(255,255,255,.7);transform:rotate(17deg)}
.city{position:absolute;font-size:14px;font-weight:700;color:var(--navy);z-index:2}.city::first-letter{color:var(--orange)}
.muskegon{left:34%;top:17%}.grand-haven{left:35%;top:48%}.holland{left:25%;bottom:12%}.grand-rapids{right:7%;top:48%}
.how-card .step{display:grid;grid-template-columns:50px 1fr;gap:18px;align-items:start;margin:19px 0}
.step>span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-weight:800}
.step h3{margin:0;font-size:20px}.step p{margin:2px 0}
.footer{background:var(--navy);color:#fff;padding:34px clamp(30px,5vw,70px) 20px;display:grid;grid-template-columns:1.15fr .95fr 1fr;gap:45px;position:relative}
.footer h2{margin:0;font-size:28px}.footer p{margin:5px 0 12px}
.footer-buttons{display:flex;gap:12px;flex-wrap:wrap}
.contact-list{display:flex;flex-direction:column;gap:9px;padding-top:6px}
.contact-list a:hover{color:#ffb087}
.social-link{display:flex;align-items:center;gap:9px}
.social-icon{width:21px;height:21px;fill:#fff;flex:0 0 auto}
.social-link:hover .social-icon{fill:#ffb087}

.footer-brand img{background:#fff;border-radius:5px;padding:8px;max-width:300px}
.footer-brand p{font-size:14px}
.copyright{grid-column:1/-1;text-align:center;font-size:13px;opacity:.8;margin-top:10px!important}
.modal{display:none;position:fixed;inset:0;z-index:100}
.modal.open{display:block}
.modal-backdrop{position:absolute;inset:0;background:rgba(4,14,27,.72)}
.modal-card{position:relative;background:#fff;width:min(620px,calc(100% - 28px));max-height:92vh;overflow:auto;margin:4vh auto;border-radius:12px;padding:30px;box-shadow:0 30px 80px rgba(0,0,0,.35)}
.modal-close{position:absolute;right:16px;top:10px;background:none;border:0;font-size:34px;cursor:pointer}
form{display:grid;gap:14px}label{display:grid;gap:6px;font-weight:700}
input,textarea{width:100%;padding:12px;border:1px solid #cbd2da;border-radius:6px}
body.modal-open{overflow:hidden}
@media(max-width:1050px){
  .header-call{display:none}.main-nav{gap:25px}
  .image-grid{grid-template-columns:repeat(2,1fr)}
  .footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}
@media(max-width:760px){
  .site-header{height:74px;padding:8px 18px}.brand{width:190px}.brand img{height:58px}
  .menu-toggle{display:block}.main-nav{display:none;position:absolute;left:0;right:0;top:74px;background:#fff;flex-direction:column;gap:0;padding:10px 20px 20px;box-shadow:0 10px 20px rgba(0,0,0,.12)}
  .main-nav.open{display:flex}.main-nav a{padding:14px 8px;border-bottom:1px solid #eee}
  .hero{min-height:610px;background-position:62% center}.hero-overlay{background:linear-gradient(90deg,rgba(7,19,36,.92),rgba(7,19,36,.58))}
  .hero-content{padding:42px 24px}.hero h1{font-size:46px}.hero-copy{font-size:16px}
  .about,.service-lists,.lower-grid,.area-card{grid-template-columns:1fr}
  .image-grid{grid-template-columns:1fr}
  .section{padding:32px 20px}
  .footer{grid-template-columns:1fr;padding:30px 22px 18px;gap:28px}.footer-brand{grid-column:auto}
  .hero-actions{flex-wrap:wrap}.button{width:100%}.footer-buttons .button{width:auto}
  .area-map{min-height:230px}
}

/* Version 2 refinements */
.trust-strip{
  max-width:1500px;
  margin:0 auto;
  padding:16px clamp(28px,4vw,48px);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  background:#fff;
  border-bottom:1px solid var(--border);
}
.trust-item{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:10px 14px;
  border:1px solid var(--border);
  border-radius:8px;
  background:#fff;
  box-shadow:0 4px 14px rgba(10,29,55,.05);
  text-align:center;
}
.trust-item span{
  color:var(--orange);
  font-size:22px;
  font-weight:800;
}
.area-map{
  min-height:300px;
  border-radius:7px;
  overflow:hidden;
  background:#e8edf2;
  z-index:1;
}
.leaflet-container{
  font-family:"Montserrat",Arial,sans-serif;
}
.leaflet-popup-content-wrapper{
  border-radius:8px;
}
.leaflet-popup-content{
  margin:10px 14px;
  font-weight:700;
  color:var(--navy);
}
.orange-marker{
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--orange);
  border:3px solid #fff;
  box-shadow:0 2px 8px rgba(10,29,55,.35);
}
.social-link{display:flex;align-items:center;gap:9px}
.social-icon{width:21px;height:21px;fill:#fff;flex:0 0 auto}
.social-link:hover .social-icon{fill:#ffb087}
.contact-list{
  justify-content:center;
}
.footer-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.footer-brand-inner{
  width:100%;
  max-width:340px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.footer-brand img{
  margin:0 auto 10px;
  max-width:280px;
}
.footer-brand p{
  max-width:320px;
  margin:0 auto;
  line-height:1.5;
}
@media(max-width:900px){
  .trust-strip{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .trust-strip{grid-template-columns:1fr 1fr;padding:12px 20px}
  .trust-item{font-size:14px;padding:9px}
  .area-map{min-height:280px}
}
@media(max-width:480px){
  .trust-strip{grid-template-columns:1fr}
}

/* Version 3: compact trust strip and stable static service-area map */
.trust-strip{
  max-width:none;
  margin:0;
  padding:8px clamp(24px,4vw,48px);
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 22px;
  background:var(--navy);
  border-bottom:0;
}
.trust-item{
  min-height:auto;
  padding:4px 0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#fff;
  font-size:14px;
  white-space:nowrap;
}
.trust-item span{
  color:var(--orange);
  font-size:18px;
  line-height:1;
}
.area-map{
  min-height:0;
  border-radius:8px;
  overflow:hidden;
  background:#dceef6;
  border:1px solid var(--border);
}
.area-map img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:3 / 2;
  object-fit:cover;
}
@media(max-width:760px){
  .trust-strip{
    padding:8px 16px;
    gap:6px 16px;
  }
  .trust-item{
    font-size:13px;
  }
  .area-map{
    min-height:0;
  }
}

/* Version 4 refinements */
.section-tint{
  background:#fafbfc;
  max-width:none;
}
.section-tint > *{
  max-width:1404px;
  margin-left:auto;
  margin-right:auto;
}
.services.section-tint{
  padding-left:clamp(28px,4vw,48px);
  padding-right:clamp(28px,4vw,48px);
}
.lower-grid.section-tint{
  padding-left:clamp(28px,4vw,48px);
  padding-right:clamp(28px,4vw,48px);
}

/* Refined hover and focus effects */
.button{
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.button-orange:hover{
  filter:brightness(1.06);
}
.image-card,
.service-panel,
.area-card,
.how-card{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.image-card:hover,
.service-panel:hover,
.area-card:hover,
.how-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(10,29,55,.12);
  border-color:#cfd6de;
}
.trust-item{
  transition:opacity .2s ease, transform .2s ease;
}
.trust-item:hover{
  opacity:.96;
  transform:translateY(-1px);
}
.contact-list a{
  transition:color .2s ease, transform .2s ease;
}
.contact-list a:hover{
  transform:translateX(2px);
}

/* Hero polish without changing layout */
.hero-content{
  animation:heroFadeUp .65s ease both;
}
.hero .button{
  box-shadow:0 7px 18px rgba(0,0,0,.12);
}
.hero .button:hover{
  box-shadow:0 10px 24px rgba(0,0,0,.2);
}
@keyframes heroFadeUp{
  from{opacity:0;transform:translateY(12px)}
  to{opacity:1;transform:translateY(0)}
}
@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto!important}
  .hero-content{animation:none}
  .button,.image-card,.service-panel,.area-card,.how-card,.trust-item,.contact-list a{
    transition:none!important;
  }
}

/* Version 5: release-candidate refinements */
.social-button{
  appearance:none;
  border:0;
  background:none;
  color:#fff;
  padding:0;
  font:inherit;
  cursor:pointer;
  text-align:left;
}
.social-button:hover{
  color:#ffb087;
}
.social-button:hover .social-icon{
  fill:#ffb087;
}
fieldset{
  border:1px solid var(--border);
  border-radius:8px;
  padding:16px;
  margin:0;
  display:grid;
  gap:13px;
}
legend{
  padding:0 8px;
  color:var(--navy);
  font-weight:800;
}
.optional{
  color:var(--muted);
  font-weight:500;
  font-size:.9em;
}
select{
  width:100%;
  padding:12px;
  border:1px solid #cbd2da;
  border-radius:6px;
  background:#fff;
  color:var(--ink);
}
.choice-group{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 18px;
}
.field-label{
  font-weight:700;
  width:100%;
}
.choice{
  display:flex;
  align-items:center;
  gap:7px;
  font-weight:600;
}
.choice input{
  width:auto;
}
.social-modal-card{
  width:min(700px,calc(100% - 28px));
  padding:34px;
}
.social-modal-card p{
  font-size:18px;
  line-height:1.65;
}
.social-modal-heading{
  display:flex;
  align-items:center;
  gap:18px;
  padding-bottom:18px;
  margin-bottom:22px;
  border-bottom:1px solid var(--border);
}
.centered-heading{
  flex-direction:column;
  text-align:center;
  border-bottom:0;
  padding-bottom:0;
}
.social-modal-heading h2{
  margin:0;
  color:var(--navy);
  font-size:clamp(28px,4vw,42px);
  line-height:1.1;
}
.social-modal-icon{
  width:64px;
  height:64px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:40px;
  font-weight:800;
  flex:0 0 auto;
}
.facebook-circle{
  background:#1877f2;
  font-family:Arial,sans-serif;
}
.venmo-circle{
  background:var(--orange);
  font-size:32px;
}
.leave-note{
  color:#7a8490;
  font-size:16px!important;
}
.modal-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:22px;
}
.button-secondary{
  background:#fff;
  color:var(--navy);
  border:1px solid #cbd2da;
}
@media(max-width:600px){
  .social-modal-card{
    padding:26px 20px;
  }
  .social-modal-heading{
    align-items:flex-start;
  }
  .centered-heading{
    align-items:center;
  }
  .social-modal-card p{
    font-size:16px;
  }
  .modal-actions{
    grid-template-columns:1fr;
  }
}

/* Version 6 launch-candidate refinements */
.trust-strip{
  justify-content:space-evenly;
  gap:10px 30px;
}
.trust-item{
  font-size:15px;
  font-weight:700;
}
.trust-item span{
  font-size:20px;
  font-weight:900;
}

.timeline-options{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.timeline-choice{
  position:relative;
  cursor:pointer;
}
.timeline-choice input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.timeline-choice span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:10px 12px;
  border:1px solid #cbd2da;
  border-radius:7px;
  background:#fff;
  color:var(--navy);
  font-weight:700;
  text-align:center;
  transition:border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.timeline-choice input:checked + span{
  border-color:var(--orange);
  background:#fff4ee;
  color:var(--orange);
  box-shadow:0 0 0 2px rgba(255,90,0,.08);
}
.timeline-choice:hover span{
  transform:translateY(-1px);
  border-color:#aeb8c2;
}
.same-day-note{
  margin:2px 0 0;
  padding:12px 14px;
  border-left:4px solid var(--orange);
  background:#fff8f4;
  color:var(--navy);
  font-size:14px;
}
.same-day-note a{
  color:var(--orange);
  font-weight:800;
}

.social-modal-card{
  width:min(580px,calc(100% - 28px));
}
.prepared-modal-card{
  width:min(560px,calc(100% - 28px));
  text-align:center;
}
.prepared-modal-card h2{
  margin:4px 0 12px;
  color:var(--navy);
  font-size:clamp(28px,4vw,38px);
}
.prepared-modal-card p{
  font-size:17px;
  line-height:1.6;
}
.prepared-modal-card .button{
  width:auto;
  margin:10px auto 0;
}

@media(max-width:760px){
  .timeline-options{
    grid-template-columns:1fr 1fr;
  }
  .trust-item{
    font-size:14px;
  }
  .trust-item span{
    font-size:19px;
  }
}
@media(max-width:430px){
  .timeline-options{
    grid-template-columns:1fr;
  }
}

/* QuickStack Transport Website v1.0 final refinements */
input::placeholder{
  color:#8b949e;
  opacity:1;
}
.field-invalid{
  border-color:#c43d2f!important;
  box-shadow:0 0 0 3px rgba(196,61,47,.12)!important;
}
.fieldset-invalid{
  border-color:#d46a5f!important;
  background:#fffafa;
}
.timeline-choice input.field-invalid + span{
  border-color:#c43d2f!important;
  box-shadow:0 0 0 3px rgba(196,61,47,.12)!important;
}

/* Final spacing and map polish */
.about{
  padding-bottom:20px;
}
.services{
  padding-top:18px;
}
.area-map img{
  object-position:center;
}

/* Publication-ready cleanup */
.area-map::after{
  content:none!important;
  display:none!important;
}

/* Final vertical-rhythm sweep */
.about{
  padding-top:36px;
  padding-bottom:20px;
}
.services{
  padding-top:18px;
  padding-bottom:28px;
}
.lower-grid{
  padding-top:20px;
  padding-bottom:36px;
}
.service-lists{
  margin-top:14px;
}
.image-grid{
  margin-top:22px;
}
.footer{
  padding-top:32px;
}
@media(max-width:760px){
  .about{
    padding-top:30px;
    padding-bottom:18px;
  }
  .services{
    padding-top:16px;
    padding-bottom:24px;
  }
  .lower-grid{
    padding-top:18px;
    padding-bottom:30px;
  }
}


/* =========================================================
   MOBILE OPTIMIZATION PASS — QuickStack Transport v1.1
   Desktop styles remain unchanged.
   ========================================================= */
.hero h1 span{
  display:block;
}

@media(max-width:760px){
  html,body{
    overflow-x:hidden;
  }

  .site-header{
    height:68px;
    padding:7px 15px;
  }
  .brand{
    width:168px;
  }
  .brand img{
    height:52px;
  }
  .menu-toggle{
    font-size:27px;
    padding:6px;
  }
  .main-nav{
    top:68px;
  }

  .hero{
    min-height:0;
    padding:0;
    background-position:66% center;
  }
  .hero-overlay{
    background:linear-gradient(90deg,rgba(7,19,36,.95) 0%,rgba(7,19,36,.80) 56%,rgba(7,19,36,.40) 100%);
  }
  .hero-content{
    width:100%;
    max-width:none;
    padding:32px 20px 28px;
  }
  .hero .eyebrow{
    font-size:13px;
    margin-bottom:8px;
  }
  .hero h1{
    font-size:clamp(34px,9.4vw,40px);
    line-height:1.06;
    letter-spacing:-1.2px;
    margin:0 0 16px;
  }
  .hero h1 span{
    white-space:nowrap;
  }
  .hero-copy{
    max-width:34rem;
    margin:0 0 16px;
    font-size:16px;
    line-height:1.5;
  }
  .service-modes{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px 12px;
    margin:0 0 18px;
    font-size:14px;
    line-height:1.25;
  }
  .service-modes span{
    display:none;
  }
  .service-modes{
    font-size:0;
  }
  .service-modes::before,
  .service-modes::after{
    font-size:14px;
  }
  .service-modes::before{
    content:"Scheduled  •  Same-Day";
  }
  .service-modes::after{
    content:"Recurring  •  On-Demand";
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:0;
  }
  .hero-actions .button{
    min-height:46px;
  }
  .hero-note{
    margin:12px 0 0;
    font-size:13px;
    line-height:1.4;
  }

  .trust-strip{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px 16px;
    padding:11px 18px;
  }
  .trust-item{
    justify-content:flex-start;
    min-width:0;
    padding:3px 0;
    white-space:normal;
    font-size:13px;
    line-height:1.25;
  }
  .trust-item span{
    flex:0 0 auto;
    font-size:17px;
  }

  .section{
    padding-left:18px;
    padding-right:18px;
  }
  .about{
    gap:22px;
    padding-top:28px;
    padding-bottom:22px;
  }
  .about h2,
  .lower-grid h2{
    font-size:31px;
    line-height:1.1;
    letter-spacing:-.5px;
    margin:4px 0 14px;
  }
  .about p{
    font-size:16px;
    line-height:1.6;
  }
  .about-image{
    max-height:none;
    aspect-ratio:16/10;
    object-fit:cover;
  }

  .services{
    padding-top:22px;
    padding-bottom:26px;
  }
  .services>.eyebrow{
    margin-bottom:12px;
    text-align:center;
  }
  .service-lists{
    gap:18px;
    margin-top:0;
  }
  .service-panel{
    display:block;
    padding:20px 18px 21px;
  }
  .service-icon{
    margin:0 0 10px;
    font-size:42px;
    text-align:center;
  }
  .service-panel h3{
    font-size:25px;
    line-height:1.15;
    text-align:center;
    margin:0 0 12px;
  }
  .service-panel ul{
    padding-left:22px;
  }
  .service-panel li{
    padding:3px 0;
    line-height:1.45;
  }

  .image-grid{
    gap:16px;
    margin-top:18px;
  }
  .image-card h3{
    font-size:16px;
    line-height:1.35;
    padding:13px 12px;
  }

  .lower-grid{
    gap:18px;
    padding-top:20px;
    padding-bottom:28px;
  }
  .area-card,
  .how-card{
    padding:20px 18px;
  }
  .area-card{
    gap:16px;
  }
  .area-map img{
    aspect-ratio:auto;
    width:100%;
    height:auto;
    object-fit:contain;
  }
  .how-card .step{
    grid-template-columns:40px 1fr;
    gap:13px;
    margin:17px 0;
  }
  .step>span{
    width:36px;
    height:36px;
  }
  .step h3{
    font-size:19px;
  }
  .step p{
    font-size:15px;
    line-height:1.5;
  }

  .footer{
    padding:28px 20px 18px;
    gap:22px;
  }
  .footer h2{
    font-size:26px;
    line-height:1.2;
  }
  .footer-buttons{
    gap:10px;
    margin-top:14px;
  }
  .footer-buttons .button{
    width:100%;
    min-height:46px;
  }
  .contact-list{
    gap:11px;
    padding-top:0;
    justify-content:flex-start;
  }
  .contact-list a,
  .contact-list button{
    font-size:15px;
    line-height:1.35;
  }
  .footer-brand{
    padding-top:4px;
  }
  .footer-brand img{
    max-width:245px;
  }
  .footer-brand p{
    max-width:290px;
    font-size:13px;
  }
  .copyright{
    margin-top:0!important;
    line-height:1.4;
  }

  .modal-card{
    width:calc(100% - 20px);
    max-height:94vh;
    margin:3vh auto;
    padding:24px 17px 20px;
    border-radius:10px;
  }
  .modal-close{
    right:10px;
    top:5px;
  }
  fieldset{
    padding:14px 12px;
  }
  .timeline-options{
    grid-template-columns:1fr 1fr;
  }
  .timeline-choice span{
    min-height:44px;
    padding:9px 8px;
    font-size:14px;
  }
  .prepared-modal-card .button{
    width:100%;
  }
}

@media(max-width:390px){
  .hero h1{
    font-size:33px;
  }
  .hero h1 span{
    white-space:normal;
  }
  .trust-strip{
    gap:7px 10px;
    padding-left:14px;
    padding-right:14px;
  }
  .trust-item{
    font-size:12.5px;
  }
}

@media(max-width:350px){
  .trust-strip{
    grid-template-columns:1fr;
  }
  .service-modes{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   v1.2 POLISH PATCH
   - Keeps mobile trust labels on one line
   - Keeps the mobile Service Area heading on one line
   - Tightens the desktop gap between About and Our Services
   ========================================================= */

/* Desktop vertical rhythm: match the smaller gap used elsewhere */
@media(min-width:761px){
  .about{
    padding-bottom:8px;
  }
  .services{
    padding-top:8px;
  }
}

/* Phone typography and wrapping refinements */
@media(max-width:760px){
  .trust-item{
    font-size:11.8px;
    white-space:nowrap;
    letter-spacing:-0.1px;
  }

  .about h2{
    font-size:28px;
    line-height:1.08;
  }

  .area-card h2{
    font-size:25px;
    line-height:1.08;
    white-space:nowrap;
    letter-spacing:-0.5px;
  }
}

@media(max-width:370px){
  .trust-item{
    font-size:11px;
  }
  .area-card h2{
    font-size:23px;
  }
}


/* =========================================================
   v1.3 FINAL MAP FIX
   Remove the desktop map's extra blue area by allowing the
   static map image to determine its own natural height.
   ========================================================= */
.area-map{
  min-height:0!important;
  height:auto!important;
  background:transparent!important;
  line-height:0;
}
.area-map img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
}


/* =========================================================
   v1.4 FINAL CONSISTENCY & CONTACT-AFFORDANCE PASS
   ========================================================= */

/* Desktop service-area card should size to its own content rather
   than stretching to match the taller How It Works card. */
.lower-grid{
  align-items:start;
}
.area-card{
  align-self:start;
}
.area-map{
  width:100%;
  border:1px solid var(--border);
  box-sizing:border-box;
}
.area-map img{
  vertical-align:top;
}

/* Make every footer contact method visibly interactive without
   competing with the two primary CTA buttons. */
.contact-list > a,
.contact-list > button{
  width:100%;
  min-height:44px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:7px;
  background:rgba(255,255,255,.045);
  color:#fff;
  text-decoration:none;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.contact-list > a::after,
.contact-list > button::after{
  content:"›";
  margin-left:auto;
  flex:0 0 auto;
  font-size:24px;
  line-height:1;
  font-weight:700;
  color:rgba(255,255,255,.8);
}
.contact-list > a:hover,
.contact-list > button:hover,
.contact-list > a:focus-visible,
.contact-list > button:focus-visible{
  background:rgba(255,255,255,.11);
  border-color:rgba(255,255,255,.48);
  color:#fff;
  transform:translateX(2px);
  outline:none;
}
.contact-list > a:hover::after,
.contact-list > button:hover::after{
  color:var(--orange);
}
.contact-list .social-icon{
  width:21px;
  height:21px;
}

/* Mobile-only refinements */
@media(max-width:760px){
  /* Force identical typography across all four trust-strip labels. */
  .trust-item,
  .trust-item strong{
    font-family:"Montserrat",Arial,sans-serif!important;
    font-size:11.8px!important;
    font-weight:800!important;
    line-height:1.2!important;
    letter-spacing:-.1px!important;
    font-style:normal!important;
  }
  .trust-item{
    justify-content:flex-start;
  }

  /* Treat the final About statement as a deliberate centered close. */
  .about-copy .bold{
    text-align:center;
    max-width:330px;
    margin:22px auto 0;
    line-height:1.4;
  }

  /* Normalize the section transition below the final image card. */
  .services{
    padding-bottom:12px!important;
  }
  .lower-grid{
    padding-top:12px!important;
  }

  /* Comfortable, obvious touch targets in the footer. */
  .contact-list{
    gap:9px;
  }
  .contact-list > a,
  .contact-list > button{
    min-height:48px;
    padding:11px 13px;
    font-size:15px;
  }
}

@media(max-width:370px){
  .trust-item,
  .trust-item strong{
    font-size:10.8px!important;
  }
}


/* =========================================================
   v1.5 CLEAN FINAL LAYOUT PASS
   ========================================================= */

/* Balance the About section above and below the selfie/content. */
@media(min-width:761px){
  .about{
    padding-top:28px!important;
    padding-bottom:28px!important;
  }
  .services{
    padding-top:28px!important;
  }
}

/* Desktop service area: remove the visible frame/background around
   the map so no leftover white band can read as part of the map. */
@media(min-width:761px){
  .area-card{
    align-self:start!important;
  }
  .area-map{
    border:0!important;
    background:transparent!important;
    border-radius:0!important;
    overflow:visible!important;
    line-height:0!important;
  }
  .area-map img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    border:0!important;
    border-radius:7px!important;
  }
}

/* Footer: vertically balance all three desktop columns. */
@media(min-width:761px){
  .footer{
    align-items:center!important;
  }
  .footer > div{
    align-self:center!important;
  }
  .footer > div:first-child{
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .contact-list{
    justify-content:center!important;
    padding-top:0!important;
  }
  .footer-brand{
    justify-content:center!important;
    align-items:center!important;
  }
}

/* Preserve stacked mobile footer behavior. */
@media(max-width:760px){
  .footer{
    align-items:stretch!important;
  }
  .footer > div{
    align-self:stretch!important;
  }
}


/* =========================================================
   v1.6 FINAL DESKTOP SPACING ADJUSTMENT
   Pull the Our Services label upward so the space below the
   About/selfie section matches the spacing above it.
   ========================================================= */
@media(min-width:761px){
  .about{
    padding-bottom:16px!important;
  }
  .services{
    padding-top:14px!important;
  }
}


/* =========================================================
   v1.7 FINAL MOBILE CLEANUP
   - Tighten space between the About/selfie section and Our Services
   - Desktop layout remains unchanged
   ========================================================= */
@media(max-width:760px){
  .about{
    padding-bottom:8px!important;
  }
  .services{
    padding-top:8px!important;
  }
}
