:root{
  --ink:#111315;
  --ink-2:#1a1d20;
  --steel:#71777c;
  --paper:#f5f4f0;
  --white:#fff;
  --accent:#ed4b2f;
  --accent-dark:#c9341f;
  --line:rgba(17,19,21,.13);
  --radius:18px;
  --shadow:0 22px 60px rgba(0,0,0,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.topbar{background:var(--ink);color:#d8dadd;font-size:12px;font-weight:600;letter-spacing:.04em}
.topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar a{color:#fff}
.site-header{position:sticky;top:0;z-index:30;background:rgba(245,244,240,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(17,19,21,.08)}
.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{font:800 31px/1 Manrope,Inter,sans-serif;letter-spacing:-.07em}
.brand-copy{display:grid;line-height:1.05}
.brand-copy strong{font:800 13px Manrope,sans-serif;letter-spacing:.12em}
.brand-copy small{font-size:9px;color:#6e7377;margin-top:4px;letter-spacing:.05em}
.nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:650}
.nav>a:not(.nav-call){position:relative}
.nav>a:not(.nav-call)::after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--accent);transition:.2s}
.nav>a:not(.nav-call):hover::after{width:100%}
.nav-call{padding:12px 17px;border-radius:999px;background:var(--ink);color:white}
.menu-toggle{display:none;border:0;background:none;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0}

.hero{position:relative;overflow:hidden;background:var(--ink);color:white;min-height:690px;display:flex;align-items:center}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to right,black,transparent 85%)}
.hero-glow{position:absolute;border-radius:999px;filter:blur(2px)}
.hero-glow-a{width:560px;height:560px;right:-140px;top:-130px;background:radial-gradient(circle,rgba(237,75,47,.2),transparent 68%)}
.hero-glow-b{width:500px;height:500px;left:35%;bottom:-340px;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 65%)}
.hero-content{position:relative;display:grid;grid-template-columns:1.45fr .7fr;gap:84px;align-items:center;padding:86px 0}
.eyebrow,.kicker{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.eyebrow{color:#c6c9cc;margin-bottom:24px}
.eyebrow span{display:block;width:26px;height:2px;background:var(--accent)}
.hero h1{font:800 clamp(47px,6vw,78px)/.99 Manrope,Inter,sans-serif;letter-spacing:-.055em;margin:0 0 26px;max-width:780px}
.hero h1 em{font-style:normal;color:var(--accent)}
.hero-lead{font-size:18px;line-height:1.7;color:#c7cacf;max-width:680px;margin:0 0 34px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 20px;border-radius:9px;font-weight:750;font-size:14px;transition:.2s}
.btn-primary{background:var(--accent);color:white}
.btn-primary:hover{background:#fa5b3d;transform:translateY(-1px)}
.btn-ghost{border:1px solid rgba(255,255,255,.19);color:white}
.btn-ghost:hover{background:rgba(255,255,255,.07)}
.phone-icon{font-size:16px}
.hero-proof{display:flex;gap:36px;margin-top:55px;padding-top:25px;border-top:1px solid rgba(255,255,255,.12)}
.hero-proof div{display:grid}
.hero-proof strong{font:800 16px Manrope,sans-serif}
.hero-proof span{font-size:11px;color:#898e93;margin-top:4px}
.service-panel{background:#f0efeb;color:var(--ink);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);transform:rotate(1.2deg)}
.panel-label{display:inline-block;padding:6px 9px;background:#d8d6d0;border-radius:5px;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.service-panel h2{font:800 29px/1.12 Manrope,sans-serif;letter-spacing:-.035em;margin:20px 0 12px}
.service-panel p{font-size:13px;color:#686d70}
.panel-phone{display:grid;margin-top:24px;background:var(--ink);color:white;border-radius:11px;padding:17px}
.panel-phone small{font-size:9px;letter-spacing:.14em;color:#aaaeb2}
.panel-phone strong{font:800 26px Manrope,sans-serif;margin-top:2px}
.panel-divider{height:1px;background:#d4d2cc;margin:23px 0 18px}
.service-panel ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;font-size:13px;font-weight:650}
.service-panel li span{color:var(--accent);font-weight:900;margin-right:8px}

.brand-strip{background:white;border-bottom:1px solid var(--line)}
.strip-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.strip-grid>div{display:flex;align-items:center;gap:16px;padding:24px 28px;border-right:1px solid var(--line)}
.strip-grid>div:first-child{padding-left:0}
.strip-grid>div:last-child{border-right:0}
.strip-num{font:800 11px Manrope,sans-serif;color:var(--accent)}
.strip-grid p{font-size:12px;line-height:1.45;color:#777c80;margin:0}
.strip-grid strong{color:var(--ink);font-size:13px}

.section{padding:105px 0}
.section-heading{display:grid;grid-template-columns:1.15fr .75fr;gap:90px;align-items:end;margin-bottom:54px}
.kicker{color:var(--accent);margin-bottom:15px}
.kicker.light{color:#ff7359}
.section-heading h2,.equipment-copy h2,.why-header h2,.about h2,.cta-inner h2{font:800 clamp(38px,4.3vw,58px)/1.04 Manrope,sans-serif;letter-spacing:-.045em;margin:0}
.section-heading p{font-size:15px;color:#6f7478;margin:0 0 5px;max-width:520px}
.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-card{position:relative;background:white;border:1px solid var(--line);border-radius:var(--radius);padding:29px;min-height:335px;display:flex;flex-direction:column;transition:.25s}
.service-card:hover{transform:translateY(-5px);box-shadow:0 22px 45px rgba(0,0,0,.07)}
.service-card.featured{background:var(--ink);color:white}
.card-number{position:absolute;right:24px;top:20px;font:800 11px Manrope,sans-serif;color:#a9adb0}
.card-icon{font-size:31px;margin:25px 0 31px;color:var(--accent)}
.service-card h3{font:800 23px Manrope,sans-serif;letter-spacing:-.03em;margin:0 0 11px}
.service-card p{font-size:13px;color:#72777a;margin:0 0 28px}
.featured p{color:#a9adb0}
.service-card a{font-size:12px;font-weight:800;margin-top:auto}
.service-card a span{color:var(--accent);margin-left:4px}

.equipment-section{background:#dddcd7;padding:105px 0;overflow:hidden}
.equipment-grid{display:grid;grid-template-columns:1fr 1fr;gap:92px;align-items:center}
.equipment-visual{position:relative;height:480px}
.machine{position:absolute;background:linear-gradient(145deg,#aeb2b4,#e7e8e7 43%,#8f9497);border:1px solid rgba(0,0,0,.13);box-shadow:24px 32px 50px rgba(0,0,0,.15)}
.machine-a{width:43%;height:68%;left:8%;top:9%;border-radius:9px}
.machine-b{width:40%;height:59%;right:11%;bottom:8%;border-radius:8px}
.machine-display{position:absolute;width:35%;height:8%;background:#202427;border-radius:3px;top:7%;left:10%}
.machine-door{position:absolute;left:8%;right:8%;top:25%;bottom:13%;border:3px solid #7f8486;background:linear-gradient(145deg,#b9bcbd,#84898b);box-shadow:inset 0 0 0 3px rgba(255,255,255,.18)}
.machine-line{position:absolute;width:30%;height:3px;bottom:6%;right:8%;background:#6f7476}
.visual-badge{position:absolute;left:3%;bottom:3%;background:var(--accent);color:white;padding:13px 16px;border-radius:8px;box-shadow:var(--shadow);display:grid;transform:rotate(-4deg)}
.visual-badge strong{font:800 13px Manrope,sans-serif;letter-spacing:.09em}
.visual-badge span{font-size:10px;opacity:.85}
.equipment-copy p{font-size:15px;color:#64696c;max-width:560px;margin:24px 0 31px}
.equipment-list{display:grid;grid-template-columns:1fr 1fr;gap:15px 25px;margin-bottom:32px}
.equipment-list div{font-size:13px;font-weight:650}
.equipment-list span,.text-link span{color:var(--accent);margin-right:7px}
.text-link{font-size:13px;font-weight:800;border-bottom:1px solid #8c8f90;padding-bottom:5px}

.why{background:var(--ink);color:white}
.why-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:57px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}
.why-grid article{padding:30px 25px 34px 0;border-right:1px solid rgba(255,255,255,.15);margin-right:25px}
.why-grid article:last-child{border-right:0;margin-right:0}
.why-index{font:800 10px Manrope,sans-serif;color:var(--accent)}
.why-grid h3{font:800 19px Manrope,sans-serif;margin:42px 0 11px}
.why-grid p{font-size:12px;line-height:1.65;color:#999ea2;margin:0}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.about-copy .large{font-size:19px;line-height:1.65;color:#292d2f;margin-top:0}
.about-copy p:not(.large){font-size:14px;color:#777c80;line-height:1.75}
.dark-link{display:inline-block;margin-top:15px}

.cta-section{background:var(--accent);color:white;padding:90px 0}
.cta-inner{display:flex;align-items:end;justify-content:space-between;gap:40px}
.cta-inner p{font-size:13px;opacity:.82;margin-top:22px}
.cta-contact{display:grid;text-align:right}
.cta-contact small{font-size:10px;letter-spacing:.16em;font-weight:800;opacity:.8}
.cta-contact a{font:800 clamp(34px,5vw,60px) Manrope,sans-serif;letter-spacing:-.04em;line-height:1.2}
.cta-contact span{font-size:12px;opacity:.78}

footer{background:#0b0c0d;color:#c9ccce;padding:55px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr;gap:50px;align-items:start}
.footer-brand p{font-size:10px;color:#73787c;line-height:1.7}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:12px}
.footer-call{display:grid;text-align:right}
.footer-call span{font-size:9px;letter-spacing:.1em;color:#777c80;text-transform:uppercase}
.footer-call a{font:800 21px Manrope,sans-serif;color:white}
.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:38px;padding-top:18px;font-size:10px;color:#54595d}
.mobile-call{display:none}

@media (max-width:900px){
  .topbar-inner>span{display:none}
  .topbar-inner{justify-content:center}
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;top:84px;left:0;right:0;background:var(--paper);padding:22px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line);box-shadow:0 20px 35px rgba(0,0,0,.08)}
  .nav.open{display:flex}
  .nav-call{text-align:center}
  .hero-content{grid-template-columns:1fr;gap:48px;padding:72px 0}
  .hero{min-height:auto}
  .service-panel{max-width:520px;transform:none}
  .section-heading,.equipment-grid,.about-grid{grid-template-columns:1fr;gap:35px}
  .equipment-grid{gap:50px}
  .equipment-visual{height:400px}
  .service-cards{grid-template-columns:1fr}
  .service-card{min-height:285px}
  .why-grid{grid-template-columns:1fr 1fr}
  .why-grid article:nth-child(2){border-right:0}
  .cta-inner{align-items:start;flex-direction:column}
  .cta-contact{text-align:left}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-call{text-align:left}
}

@media (max-width:620px){
  body{padding-bottom:62px}
  .container{width:min(100% - 30px,1180px)}
  .nav-wrap{height:72px}
  .nav{top:72px}
  .brand-copy{display:none}
  .brand-mark{font-size:29px}
  .hero-content{padding:58px 0 55px}
  .hero h1{font-size:48px}
  .hero-lead{font-size:15px}
  .hero-proof{gap:18px;justify-content:space-between}
  .hero-proof strong{font-size:14px}
  .hero-proof span{font-size:9px}
  .service-panel{padding:24px}
  .strip-grid{grid-template-columns:1fr}
  .strip-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:18px 0}
  .section,.equipment-section{padding:75px 0}
  .section-heading{margin-bottom:38px}
  .section-heading h2,.equipment-copy h2,.why-header h2,.about h2,.cta-inner h2{font-size:40px}
  .equipment-visual{height:320px}
  .equipment-list{grid-template-columns:1fr}
  .why-header{align-items:start;flex-direction:column}
  .why-grid{grid-template-columns:1fr}
  .why-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);margin:0;padding-right:0}
  .why-grid article:last-child{border-bottom:0}
  .why-grid h3{margin-top:28px}
  .cta-section{padding:70px 0}
  .footer-grid{grid-template-columns:1fr}
  .footer-call{text-align:left}
  .mobile-call{position:fixed;z-index:50;left:0;right:0;bottom:0;height:62px;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--accent);color:white;font-weight:800;box-shadow:0 -8px 24px rgba(0,0,0,.18)}
}


/* --- V2: real S&S social imagery / field work --- */
.field-work{
  background:#eceae4;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.field-heading{align-items:start}
.social-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.social-frame{
  min-width:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 32px rgba(0,0,0,.055);
}
.social-topline{
  height:58px;
  padding:0 17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-bottom:1px solid var(--line);
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
}
.social-topline a{color:var(--accent);white-space:nowrap}
.social-source{text-transform:uppercase}
.embed-shell{
  position:relative;
  width:100%;
  min-height:560px;
  background:
    linear-gradient(135deg,rgba(17,19,21,.03) 25%,transparent 25%) 0 0/20px 20px,
    #f7f6f2;
  overflow:hidden;
}
.embed-shell iframe{
  width:100%!important;
  min-width:0!important;
  height:620px;
  display:block;
  margin:0 auto;
}
.instagram-card .embed-shell iframe{height:690px}
.fb-shell{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding-top:12px;
}
.social-note{
  margin-top:22px;
  border-radius:16px;
  padding:22px 24px;
  background:var(--ink);
  color:#fff;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:20px;
  align-items:center;
}
.social-note-mark{
  font:800 28px/1 Manrope,Inter,sans-serif;
  letter-spacing:-.07em;
  color:var(--accent);
}
.social-note strong{
  display:block;
  font:800 14px Manrope,sans-serif;
  margin-bottom:4px;
}
.social-note p{
  margin:0;
  font-size:11px;
  color:#94999d;
}
.btn-dark{
  background:#fff;
  color:var(--ink);
  white-space:nowrap;
}
.btn-dark:hover{transform:translateY(-1px)}
@media (max-width:1000px){
  .social-gallery{grid-template-columns:1fr 1fr}
  .social-gallery article:last-child{grid-column:1/-1;max-width:570px}
}
@media (max-width:700px){
  .social-gallery{grid-template-columns:1fr}
  .social-gallery article:last-child{grid-column:auto;max-width:none}
  .social-note{grid-template-columns:1fr}
  .social-note-mark{font-size:25px}
  .embed-shell{min-height:500px}
  .embed-shell iframe{height:590px}
  .instagram-card .embed-shell iframe{height:660px}
}
\n\n/* V3 — real S&S image assets */\n.brand-logo{width:58px;height:58px;object-fit:contain;border-radius:50%;background:#000}\n.footer-logo{width:76px;height:76px;object-fit:contain;border-radius:50%;background:#000;margin-bottom:12px}\n.hero-photo::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,19,21,.97) 0%,rgba(17,19,21,.91) 47%,rgba(17,19,21,.56) 75%,rgba(17,19,21,.42) 100%),url("assets/photos/shop-fleet.webp") center/cover no-repeat;z-index:0}\n.hero-photo .hero-grid,.hero-photo .hero-glow{z-index:1}\n.hero-photo .hero-content{z-index:2}\n.photo-panel{position:relative;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.16);min-height:360px;background:#222}\n.photo-panel img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}\n.photo-panel::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.78),transparent 55%)}\n.photo-panel-caption{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;display:grid;color:#fff}\n.photo-panel-caption span{font-size:9px;font-weight:800;letter-spacing:.16em;color:#ff846d}\n.photo-panel-caption strong{font:800 20px Manrope,sans-serif;margin-top:4px}\n.equipment-photo-wrap{position:relative;height:480px;border-radius:22px;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,.16)}\n.equipment-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}\n.equipment-photo-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.18),transparent 50%)}\n.brands-section{padding:78px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}\n.brands-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:36px}\n.brands-heading h2{font:800 34px/1.05 Manrope,sans-serif;letter-spacing:-.04em;margin:0}\n.brand-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}\n.brand-logos img{width:100%;height:90px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;filter:saturate(.92);transition:.2s}\n.brand-logos img:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(0,0,0,.06)}\n.real-work{background:#17191b;color:#fff;padding:90px 0}\n.real-work-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:55px;align-items:center}\n.real-work-copy h2{font:800 clamp(38px,4.5vw,60px)/1.02 Manrope,sans-serif;letter-spacing:-.045em;margin:0 0 18px}\n.real-work-copy p{color:#a7acaf;font-size:14px;line-height:1.7;margin-bottom:28px}\n.real-work-photos{display:grid;grid-template-columns:1.15fr .85fr;gap:12px;height:360px}\n.real-work-photos img{width:100%;height:100%;object-fit:cover;border-radius:16px}\n@media(max-width:900px){.brand-logos{grid-template-columns:repeat(3,1fr)}.real-work-grid{grid-template-columns:1fr}.real-work-photos{height:320px}.equipment-photo-wrap{height:400px}}\n@media(max-width:620px){.brand-logo{width:48px;height:48px}.brand-logos{grid-template-columns:repeat(2,1fr)}.brands-heading{align-items:start;flex-direction:column}.real-work-photos{grid-template-columns:1fr;height:auto}.real-work-photos img{height:230px}.equipment-photo-wrap{height:320px}.photo-panel,.photo-panel img{min-height:280px}}\n

/* ===========================
   V4 refinement pass
   =========================== */

/* Header / logo */
.site-header{
  overflow:visible;
}
.nav-wrap{
  min-height:82px;
  height:auto;
  padding:12px 0;
  gap:24px;
}
.brand{
  flex:0 0 auto;
  min-width:0;
  max-width:260px;
  overflow:hidden;
}
.brand img,
.brand-logo{
  display:block;
  width:auto;
  height:auto;
  max-width:235px;
  max-height:58px;
  object-fit:contain;
  object-position:left center;
}
.brand-mark{
  flex:0 0 auto;
}
.brand-copy{
  min-width:0;
}
.nav{
  margin-left:auto;
  gap:22px;
  flex-wrap:nowrap;
}
.nav a{
  white-space:nowrap;
}
.nav-call{
  flex:0 0 auto;
}

/* Hero refinement */
.hero{
  min-height:650px;
}
.hero-content{
  gap:58px;
  padding:74px 0;
  align-items:center;
}
.hero-copy{
  min-width:0;
}
.hero h1{
  max-width:760px;
  font-size:clamp(44px,5.6vw,74px);
}
.hero-lead{
  max-width:640px;
}
.service-panel{
  width:100%;
  max-width:390px;
  justify-self:end;
  transform:none;
}
.hero img,
.hero-media{
  max-width:100%;
}

/* Image framing */
img{
  max-width:100%;
}
.equipment-visual,
.field-work img,
.gallery img,
.service-card img{
  overflow:hidden;
}
.equipment-visual img,
.field-work img,
.gallery img,
.service-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Prevent logo/manufacturer rows from colliding */
.logo-grid,
.brand-grid,
.manufacturer-grid,
.manufacturers-grid{
  align-items:center;
}
.logo-grid img,
.brand-grid img,
.manufacturer-grid img,
.manufacturers-grid img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:58px;
  margin:auto;
  object-fit:contain;
}

/* Section rhythm */
.section,
.equipment-section{
  scroll-margin-top:110px;
}
.section-heading{
  gap:64px;
}
.service-cards{
  align-items:stretch;
}
.service-card{
  overflow:hidden;
}

/* Better tablet handling */
@media (max-width:1100px){
  .nav{
    gap:15px;
    font-size:12px;
  }
  .nav-call{
    padding:11px 14px;
  }
  .brand{
    max-width:220px;
  }
  .brand img,
  .brand-logo{
    max-width:200px;
    max-height:52px;
  }
  .hero-content{
    gap:38px;
  }
  .service-panel{
    max-width:350px;
  }
}

/* Switch to mobile menu before the header starts to crowd */
@media (max-width:980px){
  .menu-toggle{
    display:block;
    margin-left:auto;
    flex:0 0 auto;
  }
  .nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:var(--paper);
    padding:18px 22px 24px;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    border-bottom:1px solid var(--line);
    box-shadow:0 18px 35px rgba(0,0,0,.10);
  }
  .nav.open{
    display:flex;
  }
  .nav a{
    padding:10px 4px;
  }
  .nav-call{
    text-align:center;
    margin-top:4px;
    padding:13px 16px !important;
  }
  .hero-content{
    grid-template-columns:1fr;
    gap:34px;
  }
  .service-panel{
    justify-self:start;
    max-width:560px;
  }
}

/* Phone refinement */
@media (max-width:620px){
  .nav-wrap{
    min-height:68px;
    padding:9px 0;
  }
  .brand{
    max-width:190px;
  }
  .brand img,
  .brand-logo{
    max-width:175px;
    max-height:46px;
  }
  .hero{
    min-height:auto;
  }
  .hero-content{
    padding:48px 0 50px;
  }
  .hero h1{
    font-size:clamp(40px,12vw,52px);
    line-height:1.01;
  }
  .hero-lead{
    font-size:15px;
    line-height:1.6;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .btn{
    width:100%;
  }
  .hero-proof{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
  }
  .hero-proof div{
    min-width:0;
  }
  .hero-proof strong{
    font-size:13px;
  }
  .hero-proof span{
    font-size:8.5px;
    line-height:1.35;
  }
  .service-panel{
    max-width:none;
    padding:22px;
  }
  .panel-phone strong{
    font-size:24px;
  }
  .section-heading{
    gap:24px;
  }
}

/* Very narrow phones */
@media (max-width:390px){
  .container{
    width:min(100% - 24px,1180px);
  }
  .brand img,
  .brand-logo{
    max-width:150px;
    max-height:42px;
  }
  .hero h1{
    font-size:39px;
  }
  .hero-proof{
    grid-template-columns:1fr;
  }
}


/* ===========================
   V5 clean-up pass
   =========================== */

/* Give the real logo more presence without letting it invade nav space. */
.nav-wrap{
  min-height:94px;
  padding:10px 0;
}
.brand{
  max-width:320px;
  overflow:visible;
  gap:14px;
}
.brand img,
.brand-logo{
  width:82px;
  height:82px;
  max-width:none;
  max-height:none;
  flex:0 0 82px;
  border-radius:50%;
  object-fit:contain;
}
.brand-copy strong{
  font-size:14px;
}
.brand-copy small{
  font-size:9px;
}
.nav{
  gap:20px;
}

/* Top bar email + phone. */
.topbar-actions{
  display:flex;
  align-items:center;
  gap:22px;
}
.topbar-actions a:first-child{
  color:#aeb2b5;
}
.topbar-actions a:hover{
  color:#fff;
}

/* Manufacturer strip: deliberately understated. */
.brands-section{
  padding:64px 0 70px;
  background:#f7f6f2;
}
.brands-heading{
  display:grid;
  grid-template-columns:.55fr 1fr;
  align-items:end;
  gap:40px;
  margin-bottom:28px;
}
.brands-heading h2{
  font-size:32px;
}
.brand-logos{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.brand-logos .manufacturer-logo,
.brand-logos img{
  width:100%;
  height:68px;
  max-width:100%;
  max-height:68px;
  padding:14px 18px;
  margin:0;
  object-fit:contain;
  background:#fff;
  border:1px solid rgba(17,19,21,.09);
  border-radius:9px;
  box-shadow:none;
  filter:grayscale(.15) saturate(.8);
  transform:none;
}
.brand-logos .manufacturer-logo:hover,
.brand-logos img:hover{
  transform:none;
  box-shadow:0 7px 18px rgba(0,0,0,.045);
  border-color:rgba(17,19,21,.16);
}

/* Contact: clean actionable cards. */
.contact-section{
  background:#eceae4;
  color:var(--ink);
  padding:100px 0;
  scroll-margin-top:110px;
}
.contact-heading{
  display:grid;
  grid-template-columns:1.05fr .75fr;
  align-items:end;
  gap:80px;
  margin-bottom:42px;
}
.contact-heading h2{
  font:800 clamp(40px,4.4vw,60px)/1.03 Manrope,Inter,sans-serif;
  letter-spacing:-.045em;
  margin:0;
}
.contact-heading p{
  font-size:14px;
  line-height:1.75;
  color:#656a6d;
  margin:0 0 4px;
}
.contact-grid{
  display:grid;
  grid-template-columns:1.1fr 1.1fr .8fr;
  gap:12px;
}
.contact-card{
  position:relative;
  min-height:220px;
  padding:26px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(17,19,21,.1);
  display:flex;
  flex-direction:column;
  transition:.2s ease;
  overflow:hidden;
}
a.contact-card:hover{
  transform:translateY(-3px);
  border-color:rgba(17,19,21,.2);
  box-shadow:0 14px 35px rgba(0,0,0,.065);
}
.contact-card-primary{
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
}
.contact-icon{
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f0eee9;
  color:var(--accent);
  font-size:16px;
  margin-bottom:31px;
}
.contact-card-primary .contact-icon{
  background:rgba(255,255,255,.09);
}
.contact-label{
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
  color:#8a8f92;
  margin-bottom:7px;
}
.contact-card strong{
  font:800 clamp(22px,2.4vw,32px)/1.15 Manrope,Inter,sans-serif;
  letter-spacing:-.035em;
}
.contact-card .contact-email{
  font-size:clamp(17px,1.55vw,24px);
  overflow-wrap:anywhere;
}
.contact-card small{
  margin-top:7px;
  color:#858a8d;
  font-size:11px;
}
.contact-card-primary small{
  color:#9ca1a4;
}
.contact-arrow{
  position:absolute;
  right:22px;
  bottom:20px;
  color:var(--accent);
  font-size:21px;
}
.contact-address .contact-icon{
  color:#555a5d;
}
.contact-emergency{
  margin-top:12px;
  background:var(--accent);
  color:#fff;
  border-radius:14px;
  padding:20px 22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px;
}
.contact-emergency div{
  display:grid;
}
.contact-emergency strong{
  font:800 14px Manrope,Inter,sans-serif;
}
.contact-emergency span{
  font-size:11px;
  opacity:.82;
  margin-top:3px;
}
.contact-call-btn{
  background:#fff;
  color:var(--ink);
  white-space:nowrap;
}
.contact-call-btn:hover{
  background:#f5f4f0;
}
.footer-email{
  font:600 11px Inter,sans-serif !important;
  color:#8e9396 !important;
  margin-top:7px;
}

/* Tablet refinements */
@media (max-width:1120px){
  .brand{
    max-width:260px;
  }
  .brand img,
  .brand-logo{
    width:72px;
    height:72px;
    flex-basis:72px;
  }
  .nav{
    gap:14px;
    font-size:11px;
  }
  .brands-heading{
    grid-template-columns:1fr;
    gap:8px;
  }
  .contact-grid{
    grid-template-columns:1fr 1fr;
  }
  .contact-address{
    grid-column:1/-1;
    min-height:150px;
  }
}

@media (max-width:980px){
  .nav-wrap{
    min-height:84px;
  }
  .brand{
    max-width:280px;
  }
  .brand img,
  .brand-logo{
    width:68px;
    height:68px;
    flex-basis:68px;
  }
  .nav{
    top:100%;
  }
}

@media (max-width:720px){
  .topbar-inner{
    min-height:39px;
  }
  .topbar-actions a:first-child{
    display:none;
  }
  .brands-section{
    padding:55px 0 60px;
  }
  .brand-logos{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }
  .brand-logos .manufacturer-logo,
  .brand-logos img{
    height:58px;
    max-height:58px;
    padding:12px 14px;
  }
  .contact-section{
    padding:75px 0;
  }
  .contact-heading{
    grid-template-columns:1fr;
    gap:20px;
    margin-bottom:32px;
  }
  .contact-grid{
    grid-template-columns:1fr;
  }
  .contact-address{
    grid-column:auto;
  }
  .contact-card{
    min-height:190px;
  }
  .contact-emergency{
    align-items:stretch;
    flex-direction:column;
  }
  .contact-call-btn{
    width:100%;
  }
}

@media (max-width:620px){
  .nav-wrap{
    min-height:76px;
    padding:7px 0;
  }
  .brand{
    max-width:245px;
    gap:10px;
  }
  .brand img,
  .brand-logo{
    width:62px;
    height:62px;
    max-width:none;
    max-height:none;
    flex-basis:62px;
  }
  .brand-copy{
    display:grid;
  }
  .brand-copy strong{
    font-size:11px;
  }
  .brand-copy small{
    font-size:7.5px;
  }
  .brand-logos{
    grid-template-columns:repeat(2,1fr);
  }
  .brand-logos .manufacturer-logo,
  .brand-logos img{
    height:56px;
    max-height:56px;
  }
}

@media (max-width:390px){
  .brand{
    max-width:210px;
  }
  .brand img,
  .brand-logo{
    width:56px;
    height:56px;
    flex-basis:56px;
  }
}


/* ===========================
   V6 premium cleanup pass
   =========================== */

/* Bigger statement logo */
.nav-wrap{
  min-height:112px;
  padding:9px 0;
}
.brand{
  max-width:390px;
  gap:16px;
}
.brand img,
.brand-logo{
  width:102px;
  height:102px;
  max-width:none;
  max-height:none;
  flex:0 0 102px;
  object-fit:contain;
}
.brand-copy strong{
  font-size:15px;
  letter-spacing:.105em;
}
.brand-copy small{
  font-size:9px;
  margin-top:5px;
}
.nav{
  gap:18px;
}
.nav-call{
  padding:12px 16px;
}

/* Slightly more composed hero */
.hero-content{
  padding:68px 0 74px;
}
.hero h1{
  max-width:720px;
}
.hero-lead{
  max-width:610px;
}
.service-panel{
  border-radius:16px;
  box-shadow:0 18px 45px rgba(0,0,0,.16);
}

/* Cleaner section cadence */
.section,
.equipment-section,
.contact-section{
  padding-top:92px;
  padding-bottom:92px;
}
.section-heading{
  margin-bottom:46px;
}
.section-heading p{
  max-width:500px;
}
.service-cards{
  gap:14px;
}
.service-card{
  border-radius:14px;
  box-shadow:none;
}
.service-card:hover{
  box-shadow:0 16px 34px rgba(0,0,0,.055);
}

/* Fleet / van imagery: small centered on top, larger on bottom */
.fleet-visual{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:14px;
  height:auto !important;
  min-height:0;
}
.fleet-visual > img,
.fleet-visual .fleet-small img,
.fleet-visual .fleet-large img{
  position:static !important;
  inset:auto !important;
  transform:none !important;
  display:block;
  object-fit:cover;
  border-radius:14px;
  box-shadow:0 14px 34px rgba(0,0,0,.11);
}
.fleet-visual > img:first-of-type,
.fleet-visual .fleet-small{
  width:72%;
  margin:0 auto;
}
.fleet-visual > img:first-of-type{
  aspect-ratio:16/8.2;
}
.fleet-visual > img:nth-of-type(2),
.fleet-visual .fleet-large{
  width:100%;
  margin:0;
}
.fleet-visual > img:nth-of-type(2){
  aspect-ratio:16/9.3;
}

/* If there are absolutely positioned fleet cards from earlier versions, normalize them. */
.fleet-small,
.fleet-large{
  position:static !important;
  inset:auto !important;
  transform:none !important;
}
.fleet-small img{
  width:100%;
  aspect-ratio:16/8.2;
}
.fleet-large img{
  width:100%;
  aspect-ratio:16/9.3;
}

/* Keep any orange badge from crowding images */
.fleet-visual .visual-badge{
  position:static;
  align-self:flex-start;
  margin-top:-2px;
  transform:none;
  box-shadow:none;
}

/* Manufacturer section even calmer */
.brands-section{
  padding:56px 0 62px;
}
.brands-heading{
  margin-bottom:24px;
}
.brand-logos{
  gap:8px;
}
.brand-logos .manufacturer-logo,
.brand-logos img{
  height:60px;
  max-height:60px;
  padding:13px 20px;
  border-radius:8px;
  filter:grayscale(.25) saturate(.75);
}
.brand-logos .manufacturer-logo:hover,
.brand-logos img:hover{
  filter:none;
}

/* More polished contact cards */
.contact-grid{
  gap:10px;
}
.contact-card{
  border-radius:14px;
  min-height:205px;
}
.contact-emergency{
  border-radius:12px;
}

/* Footer cleanup */
footer{
  padding-top:48px;
}
.footer-grid{
  gap:40px;
}

/* Tablet header: preserve statement logo, collapse nav earlier */
@media (max-width:1120px){
  .nav-wrap{
    min-height:102px;
  }
  .brand{
    max-width:330px;
  }
  .brand img,
  .brand-logo{
    width:90px;
    height:90px;
    flex-basis:90px;
  }
  .brand-copy strong{
    font-size:13px;
  }
}
@media (max-width:1040px){
  .menu-toggle{
    display:block;
    margin-left:auto;
  }
  .nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:var(--paper);
    padding:18px 22px 24px;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    border-bottom:1px solid var(--line);
    box-shadow:0 18px 35px rgba(0,0,0,.10);
  }
  .nav.open{
    display:flex;
  }
}

/* Mobile */
@media (max-width:720px){
  .nav-wrap{
    min-height:88px;
  }
  .brand{
    max-width:290px;
    gap:12px;
  }
  .brand img,
  .brand-logo{
    width:76px;
    height:76px;
    flex-basis:76px;
  }
  .brand-copy strong{
    font-size:11px;
  }
  .brand-copy small{
    font-size:7.5px;
  }
  .fleet-visual > img:first-of-type,
  .fleet-visual .fleet-small{
    width:84%;
  }
}
@media (max-width:480px){
  .nav-wrap{
    min-height:80px;
  }
  .brand{
    max-width:235px;
  }
  .brand img,
  .brand-logo{
    width:68px;
    height:68px;
    flex-basis:68px;
  }
  .brand-copy strong{
    font-size:10px;
  }
  .brand-copy small{
    display:none;
  }
}


/* ===========================
   V7 oversized statement logo
   =========================== */

/* Make the logo the hero of the header */
.site-header{
  background:rgba(245,244,240,.96);
}
.nav-wrap{
  min-height:150px;
  padding:10px 0;
  align-items:center;
}
.brand{
  max-width:560px;
  gap:18px;
  overflow:visible;
}
.brand img,
.brand-logo{
  width:148px;
  height:148px;
  max-width:none;
  max-height:none;
  flex:0 0 148px;
  object-fit:contain;
}
.brand-copy strong{
  font-size:18px;
  letter-spacing:.11em;
}
.brand-copy small{
  font-size:10px;
  margin-top:7px;
}
.nav{
  gap:16px;
  font-size:12px;
}
.nav-call{
  padding:13px 17px;
}

/* Collapse nav earlier so the huge logo never gets crowded */
@media (max-width:1180px){
  .menu-toggle{
    display:block;
    margin-left:auto;
  }
  .nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:var(--paper);
    padding:18px 22px 24px;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    border-bottom:1px solid var(--line);
    box-shadow:0 18px 35px rgba(0,0,0,.10);
  }
  .nav.open{
    display:flex;
  }
}

/* Keep it dramatically large on tablet */
@media (max-width:900px){
  .nav-wrap{
    min-height:132px;
  }
  .brand{
    max-width:500px;
  }
  .brand img,
  .brand-logo{
    width:128px;
    height:128px;
    flex-basis:128px;
  }
  .brand-copy strong{
    font-size:16px;
  }
  .brand-copy small{
    font-size:9px;
  }
}

/* Still big enough to clearly read on phones */
@media (max-width:620px){
  .nav-wrap{
    min-height:110px;
    padding:6px 0;
  }
  .brand{
    max-width:310px;
    gap:10px;
  }
  .brand img,
  .brand-logo{
    width:98px;
    height:98px;
    flex-basis:98px;
  }
  .brand-copy strong{
    font-size:12px;
  }
  .brand-copy small{
    font-size:8px;
    display:block;
  }
}

@media (max-width:420px){
  .nav-wrap{
    min-height:104px;
  }
  .brand{
    max-width:265px;
  }
  .brand img,
  .brand-logo{
    width:90px;
    height:90px;
    flex-basis:90px;
  }
  .brand-copy strong{
    font-size:11px;
  }
  .brand-copy small{
    font-size:7px;
  }
}


/* ===========================
   V8 — larger hero fleet image
   =========================== */

/* Let the hero use more of a wide desktop screen. */
.hero .container{
  width:min(1500px,calc(100% - 80px));
}

/* Give the fleet photo nearly half of the hero instead of a narrow sidebar. */
.hero-content{
  grid-template-columns:minmax(0,1.08fr) minmax(500px,.92fr);
  gap:54px;
}

/* Show shop-fleet.jpg close to its native 731:292 proportions. */
.photo-panel{
  width:100%;
  max-width:731px;
  min-height:0;
  justify-self:end;
  border-radius:16px;
  background:#17191b;
  overflow:hidden;
  box-shadow:0 22px 55px rgba(0,0,0,.28);
}

.photo-panel img{
  display:block;
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:731 / 292;
  object-fit:cover;
}

/* Keep the caption clean and readable without covering too much of the vans. */
.photo-panel-caption{
  left:22px;
  right:22px;
  bottom:18px;
}
.photo-panel-caption strong{
  font-size:18px;
}

/* Larger photo should remain the visual priority at common laptop widths. */
@media (max-width:1350px){
  .hero .container{
    width:min(1260px,calc(100% - 56px));
  }
  .hero-content{
    grid-template-columns:minmax(0,1fr) minmax(450px,.9fr);
    gap:42px;
  }
}

/* Stack cleanly when two large columns no longer fit. */
@media (max-width:1040px){
  .hero .container{
    width:min(100% - 44px,1180px);
  }
  .hero-content{
    grid-template-columns:1fr;
  }
  .photo-panel{
    width:min(100%,731px);
    max-width:731px;
    justify-self:center;
  }
}

/* On phones, keep the original wide photo ratio rather than cropping it tall. */
@media (max-width:620px){
  .hero .container{
    width:min(100% - 30px,1180px);
  }
  .photo-panel{
    border-radius:12px;
  }
  .photo-panel img{
    width:100%;
    height:auto;
    min-height:0;
    aspect-ratio:731 / 292;
    object-fit:cover;
  }
  .photo-panel-caption{
    left:14px;
    right:14px;
    bottom:12px;
  }
  .photo-panel-caption strong{
    font-size:14px;
  }
}


/* ===========================
   V9 — embedded contact map
   =========================== */

.contact-map-wrap{
  margin-top:12px;
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  min-height:390px;
  border:1px solid rgba(17,19,21,.10);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}

.contact-map-copy{
  padding:34px 32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid rgba(17,19,21,.10);
}

.contact-map-kicker{
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
  color:var(--accent);
  margin-bottom:18px;
}

.contact-map-copy h3{
  margin:0;
  font:800 clamp(26px,2.4vw,38px)/1.08 Manrope,Inter,sans-serif;
  letter-spacing:-.04em;
}

.contact-map-copy p{
  margin:17px 0 23px;
  max-width:330px;
  color:#73787b;
  font-size:13px;
  line-height:1.7;
}

.map-directions-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  font-size:12px;
  font-weight:800;
  padding-bottom:4px;
  border-bottom:1px solid #9a9d9f;
}

.map-directions-link span{
  color:var(--accent);
}

.contact-map-frame{
  min-height:390px;
  background:#d8d8d5;
}

.contact-map-frame iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:390px;
  border:0;
}

/* Keep the emergency strip attached visually to the map block. */
.contact-map-wrap + .contact-emergency{
  margin-top:12px;
}

@media (max-width:800px){
  .contact-map-wrap{
    grid-template-columns:1fr;
  }
  .contact-map-copy{
    border-right:0;
    border-bottom:1px solid rgba(17,19,21,.10);
    padding:28px 25px;
  }
  .contact-map-frame,
  .contact-map-frame iframe{
    min-height:360px;
  }
}

@media (max-width:520px){
  .contact-map-wrap{
    border-radius:13px;
  }
  .contact-map-copy{
    padding:24px 21px;
  }
  .contact-map-frame,
  .contact-map-frame iframe{
    min-height:310px;
  }
}


/* ===========================
   V10 — history + capabilities
   =========================== */

.legacy-section{
  background:#f3f1ec;
  border-top:1px solid rgba(17,19,21,.08);
}

.legacy-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:72px;
  align-items:center;
}

.legacy-copy h2{
  font:800 clamp(40px,4.4vw,60px)/1.03 Manrope,Inter,sans-serif;
  letter-spacing:-.045em;
  margin:0 0 24px;
}

.legacy-copy p{
  color:#6f7478;
  font-size:14px;
  line-height:1.8;
  margin:0 0 18px;
}

.legacy-copy .legacy-lead{
  font-size:18px;
  color:#2d3134;
  line-height:1.7;
}

.legacy-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:32px;
}

.legacy-stats div{
  border-top:1px solid rgba(17,19,21,.16);
  padding-top:16px;
  display:grid;
  gap:4px;
}

.legacy-stats strong{
  font:800 24px Manrope,Inter,sans-serif;
  letter-spacing:-.03em;
}

.legacy-stats span{
  color:#7a7f82;
  font-size:10px;
  line-height:1.4;
}

.legacy-photo-wrap{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  min-height:420px;
  background:#d9d7d1;
}

.legacy-photo-wrap img{
  display:block;
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}

.legacy-photo-caption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:16px 18px;
  background:rgba(17,19,21,.86);
  backdrop-filter:blur(8px);
  color:#fff;
  border-radius:10px;
  display:grid;
  gap:4px;
}

.legacy-photo-caption span{
  font-size:9px;
  letter-spacing:.14em;
  font-weight:800;
  color:#ff7a62;
}

.legacy-photo-caption strong{
  font:800 15px Manrope,Inter,sans-serif;
}

.capabilities-wrap{
  margin-top:74px;
  padding-top:54px;
  border-top:1px solid rgba(17,19,21,.12);
}

.capabilities-intro{
  display:grid;
  grid-template-columns:.7fr 1fr;
  gap:60px;
  align-items:end;
  margin-bottom:34px;
}

.capabilities-intro h3,
.equipment-serviced-heading h3{
  font:800 clamp(30px,3vw,42px)/1.05 Manrope,Inter,sans-serif;
  letter-spacing:-.04em;
  margin:0;
}

.capabilities-intro p{
  margin:0;
  color:#72777a;
  font-size:13px;
  line-height:1.75;
  max-width:560px;
}

.capability-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.capability-card{
  min-height:230px;
  padding:25px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(17,19,21,.09);
}

.capability-num{
  display:block;
  font:800 10px Manrope,Inter,sans-serif;
  color:var(--accent);
  margin-bottom:42px;
}

.capability-card h4{
  font:800 20px Manrope,Inter,sans-serif;
  margin:0 0 12px;
  letter-spacing:-.03em;
}

.capability-card p{
  color:#73787b;
  font-size:12px;
  line-height:1.7;
  margin:0;
}

.equipment-serviced{
  margin-top:18px;
  padding:34px;
  border-radius:14px;
  background:var(--ink);
  color:#fff;
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:48px;
  align-items:center;
}

.equipment-serviced-heading .kicker{
  color:#ff7359;
}

.equipment-serviced-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:11px 24px;
}

.equipment-serviced-grid div{
  font-size:13px;
  font-weight:650;
  color:#d4d7d9;
}

.equipment-serviced-grid span{
  color:var(--accent);
  margin-right:7px;
}

/* Keep manufacturer strip visually separate and less repetitive */
.brands-section{
  border-top:1px solid rgba(17,19,21,.08);
}

/* Responsive */
@media (max-width:980px){
  .legacy-grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .legacy-photo-wrap{
    min-height:360px;
  }

  .legacy-photo-wrap img{
    min-height:360px;
  }

  .capabilities-intro{
    grid-template-columns:1fr;
    gap:16px;
  }

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

@media (max-width:760px){
  .legacy-stats{
    grid-template-columns:1fr;
  }

  .capability-cards{
    grid-template-columns:1fr;
  }

  .capability-card{
    min-height:auto;
  }

  .capability-num{
    margin-bottom:24px;
  }

  .equipment-serviced-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:520px){
  .legacy-photo-wrap{
    min-height:300px;
  }

  .legacy-photo-wrap img{
    min-height:300px;
  }

  .equipment-serviced{
    padding:25px 22px;
  }

  .equipment-serviced-grid{
    grid-template-columns:1fr;
  }
}


/* ===========================
   V11 — refreshed field imagery
   =========================== */

.real-work-photos{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
}

.real-work-photos .fleet-small{
  width:74%;
  margin:0 auto;
}

.real-work-photos .fleet-large{
  width:100%;
  margin:0;
}

.real-work-photos .fleet-small img,
.real-work-photos .fleet-large img{
  display:block;
  width:100%;
  border-radius:14px;
  object-fit:cover;
  box-shadow:0 16px 36px rgba(0,0,0,.12);
}

.real-work-photos .fleet-small img{
  aspect-ratio:4 / 3;
}

.real-work-photos .fleet-large img{
  aspect-ratio:16 / 9;
  object-position:center 42%;
}

.legacy-photo-wrap img{
  object-position:center 50%;
}

@media (max-width:760px){
  .real-work-photos .fleet-small{
    width:88%;
  }
}


/* ===========================
   V12 — move history caption below van image
   =========================== */

.legacy-photo-wrap{
  background:#fff;
  border:1px solid rgba(17,19,21,.08);
  box-shadow:0 14px 34px rgba(0,0,0,.05);
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

.legacy-photo-wrap img{
  display:block;
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:4 / 3;
  object-fit:cover;
  object-position:center 50%;
}

.legacy-photo-caption{
  position:static;
  left:auto;
  right:auto;
  bottom:auto;
  margin:0;
  border-radius:0;
  padding:16px 20px 18px;
  background:linear-gradient(180deg,#17191b 0%, #111315 100%);
  backdrop-filter:none;
  gap:6px;
}

.legacy-photo-caption span{
  font-size:10px;
}

.legacy-photo-caption strong{
  font-size:15px;
  line-height:1.35;
}

@media (max-width:520px){
  .legacy-photo-caption{
    padding:14px 16px 16px;
  }
}


/* ===========================
   V13 — cleaner "Service that shows up" photo sizing
   =========================== */

.real-work-photos{
  max-width:720px;
  margin:0 auto;
  gap:12px;
  align-items:center;
}

.real-work-photos .fleet-small{
  width:58%;
  max-width:420px;
  margin:0 auto;
}

.real-work-photos .fleet-large{
  width:78%;
  max-width:620px;
  margin:0 auto;
}

.real-work-photos .fleet-small img,
.real-work-photos .fleet-large img{
  border-radius:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  border:1px solid rgba(17,19,21,.08);
}

.real-work-photos .fleet-small img{
  aspect-ratio:4 / 3;
  object-position:center center;
}

.real-work-photos .fleet-large img{
  aspect-ratio:16 / 9;
  object-position:center 42%;
}

/* Slightly calmer text/photo relationship in that section */
@media (min-width:981px){
  .on-the-road-grid,
  .real-work-grid{
    align-items:start;
    gap:54px;
  }
}

@media (max-width:760px){
  .real-work-photos{
    max-width:100%;
    gap:10px;
  }

  .real-work-photos .fleet-small{
    width:74%;
    max-width:none;
  }

  .real-work-photos .fleet-large{
    width:92%;
    max-width:none;
  }
}

@media (max-width:520px){
  .real-work-photos .fleet-small{
    width:84%;
  }

  .real-work-photos .fleet-large{
    width:100%;
  }
}


/* ===========================
   V14 — side-by-side service vehicle photos
   =========================== */

.real-work-photos{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  max-width:760px;
  margin:0 auto;
  align-items:stretch;
}

.real-work-photos .fleet-small,
.real-work-photos .fleet-large{
  width:100%;
  max-width:none;
  margin:0;
}

.real-work-photos .fleet-small img,
.real-work-photos .fleet-large img{
  width:100%;
  height:100%;
  min-height:230px;
  aspect-ratio:4 / 3;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  border:1px solid rgba(17,19,21,.08);
}

.real-work-photos .fleet-small img{
  object-position:center center;
}

.real-work-photos .fleet-large img{
  object-position:center 42%;
}

@media (max-width:760px){
  .real-work-photos{
    grid-template-columns:1fr;
    max-width:560px;
    gap:12px;
  }

  .real-work-photos .fleet-small,
  .real-work-photos .fleet-large{
    width:100%;
  }

  .real-work-photos .fleet-small img,
  .real-work-photos .fleet-large img{
    min-height:0;
    aspect-ratio:16 / 10;
  }
}


/* ===========================
   V15 — dedicated mobile polish
   =========================== */

/* Tablet */
@media (max-width:900px){
  .container{
    width:min(100% - 36px,1180px);
  }

  .section,
  .equipment-section,
  .contact-section,
  .legacy-section{
    padding-top:72px;
    padding-bottom:72px;
  }

  .section-heading,
  .contact-heading,
  .capabilities-intro{
    gap:22px;
  }

  .hero-content{
    gap:30px;
  }

  .service-panel{
    width:100%;
    max-width:none;
  }

  .brand-logos{
    grid-template-columns:repeat(3,1fr);
  }

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

  .contact-address{
    grid-column:auto;
  }
}

/* Common phone sizes */
@media (max-width:620px){
  body{
    overflow-x:hidden;
    padding-bottom:64px;
  }

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

  /* Header */
  .topbar{
    font-size:10px;
  }

  .topbar-inner{
    min-height:34px;
    white-space:nowrap;
    overflow:hidden;
  }

  .topbar-actions{
    width:100%;
    justify-content:center;
  }

  .nav-wrap{
    min-height:94px;
    padding:6px 0;
  }

  .brand{
    max-width:265px;
    gap:9px;
  }

  .brand img,
  .brand-logo{
    width:82px;
    height:82px;
    flex-basis:82px;
  }

  .brand-copy strong{
    font-size:10px;
    letter-spacing:.08em;
  }

  .brand-copy small{
    font-size:7px;
    line-height:1.2;
  }

  .menu-toggle{
    padding:6px;
  }

  .menu-toggle span{
    width:22px;
  }

  .nav{
    padding:14px 16px 18px;
  }

  .nav a{
    font-size:13px;
    padding:10px 4px;
  }

  /* Hero */
  .hero .container{
    width:min(100% - 28px,1180px);
  }

  .hero-content{
    padding:42px 0 46px;
    gap:26px;
  }

  .eyebrow{
    font-size:9px;
    margin-bottom:18px;
  }

  .hero h1{
    font-size:clamp(37px,11vw,48px);
    line-height:1.0;
    margin-bottom:20px;
  }

  .hero-lead{
    font-size:14px;
    line-height:1.62;
    margin-bottom:26px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
  }

  .btn{
    min-height:48px;
    padding:13px 16px;
    font-size:13px;
  }

  .hero-proof{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin-top:34px;
    padding-top:18px;
  }

  .hero-proof strong{
    font-size:12px;
  }

  .hero-proof span{
    font-size:8px;
  }

  .photo-panel{
    width:100%;
  }

  .photo-panel-caption{
    position:static;
    padding:10px 0 0;
    background:none;
  }

  .photo-panel-caption strong{
    font-size:13px;
  }

  /* Section typography */
  .section-heading h2,
  .equipment-copy h2,
  .why-header h2,
  .about h2,
  .contact-heading h2,
  .legacy-copy h2{
    font-size:36px;
    line-height:1.04;
  }

  .section-heading p,
  .contact-heading p{
    font-size:13px;
  }

  .kicker{
    font-size:9px;
    margin-bottom:10px;
  }

  /* Cards */
  .service-card{
    min-height:auto;
    padding:22px;
  }

  .card-icon{
    margin:18px 0 22px;
  }

  .service-card h3{
    font-size:20px;
  }

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

  .why-grid article{
    padding:22px 0 24px;
  }

  .why-grid h3{
    margin-top:22px;
  }

  /* Equipment / history */
  .equipment-grid,
  .about-grid,
  .legacy-grid{
    gap:28px;
  }

  .equipment-list{
    grid-template-columns:1fr;
  }

  .legacy-copy .legacy-lead{
    font-size:16px;
  }

  .legacy-stats{
    grid-template-columns:1fr;
    gap:8px;
  }

  .legacy-photo-wrap{
    border-radius:12px;
  }

  .legacy-photo-wrap img{
    aspect-ratio:4 / 3;
  }

  .legacy-photo-caption{
    padding:13px 15px 15px;
  }

  /* Capabilities */
  .capabilities-wrap{
    margin-top:50px;
    padding-top:38px;
  }

  .capability-cards{
    grid-template-columns:1fr;
  }

  .capability-card{
    padding:21px;
  }

  .equipment-serviced{
    padding:22px 18px;
    gap:22px;
  }

  .equipment-serviced-grid{
    grid-template-columns:1fr 1fr;
    gap:9px 16px;
  }

  .equipment-serviced-grid div{
    font-size:12px;
  }

  /* Service photos */
  .real-work-photos{
    grid-template-columns:1fr;
    gap:10px;
    max-width:100%;
  }

  .real-work-photos .fleet-small,
  .real-work-photos .fleet-large{
    width:100%;
  }

  .real-work-photos .fleet-small img,
  .real-work-photos .fleet-large img{
    aspect-ratio:16 / 10;
    min-height:0;
  }

  /* Manufacturer logos */
  .brands-section{
    padding:48px 0 52px;
  }

  .brands-heading{
    gap:6px;
  }

  .brands-heading h2{
    font-size:28px;
  }

  .brand-logos{
    grid-template-columns:repeat(2,1fr);
    gap:7px;
  }

  .brand-logos .manufacturer-logo,
  .brand-logos img{
    height:52px;
    max-height:52px;
    padding:10px 12px;
  }

  /* Contact */
  .contact-grid{
    grid-template-columns:1fr;
  }

  .contact-card{
    min-height:170px;
    padding:21px;
  }

  .contact-card strong{
    font-size:24px;
  }

  .contact-card .contact-email{
    font-size:18px;
  }

  .contact-map-wrap{
    grid-template-columns:1fr;
    min-height:0;
  }

  .contact-map-copy{
    padding:22px 18px;
  }

  .contact-map-copy h3{
    font-size:28px;
  }

  .contact-map-frame,
  .contact-map-frame iframe{
    min-height:285px;
  }

  .contact-emergency{
    padding:17px;
    gap:14px;
  }

  /* Footer */
  .footer-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .footer-links{
    grid-template-columns:1fr 1fr;
  }

  .footer-call{
    text-align:left;
  }

  .mobile-call{
    height:64px;
    font-size:14px;
  }
}

/* iPhone Pro / common 390–430px widths */
@media (max-width:430px){
  .container,
  .hero .container{
    width:min(100% - 22px,1180px);
  }

  .nav-wrap{
    min-height:88px;
  }

  .brand{
    max-width:225px;
    gap:7px;
  }

  .brand img,
  .brand-logo{
    width:76px;
    height:76px;
    flex-basis:76px;
  }

  .brand-copy strong{
    font-size:9px;
  }

  .brand-copy small{
    font-size:6.5px;
  }

  .hero h1{
    font-size:39px;
  }

  .hero-proof{
    grid-template-columns:1fr;
    gap:11px;
  }

  .hero-proof div{
    padding-bottom:6px;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .hero-proof div:last-child{
    border-bottom:0;
  }

  .section-heading h2,
  .equipment-copy h2,
  .why-header h2,
  .about h2,
  .contact-heading h2,
  .legacy-copy h2{
    font-size:33px;
  }

  .equipment-serviced-grid{
    grid-template-columns:1fr;
  }

  .brand-logos{
    grid-template-columns:1fr 1fr;
  }

  .contact-card strong{
    font-size:22px;
  }

  .contact-map-frame,
  .contact-map-frame iframe{
    min-height:260px;
  }

  .footer-links{
    grid-template-columns:1fr;
  }
}

/* Narrow phones */
@media (max-width:360px){
  .brand-copy{
    display:none;
  }

  .brand{
    max-width:90px;
  }

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

  .section-heading h2,
  .equipment-copy h2,
  .why-header h2,
  .about h2,
  .contact-heading h2,
  .legacy-copy h2{
    font-size:30px;
  }

  .brand-logos{
    grid-template-columns:1fr;
  }
}


/* ===========================
   V16 — larger manufacturer logos + Garland
   =========================== */

.brands-section{
  padding-top:62px;
  padding-bottom:68px;
}

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

.brand-logos .manufacturer-logo,
.brand-logos img{
  width:100%;
  height:86px;
  max-height:86px;
  padding:15px 16px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  border:1px solid rgba(17,19,21,.10);
  border-radius:10px;
  filter:none;
}

/* A bit more room for naturally wide wordmarks */
.brand-logos img[alt*="Alto"],
.brand-logos img[alt*="Southbend"],
.brand-logos img[alt*="Middleby"],
.brand-logos img[alt*="Vollrath"],
.brand-logos img[alt*="Garland"]{
  padding-left:10px;
  padding-right:10px;
}

/* Keep visual weight consistent without tiny marks */
.brand-logos .manufacturer-logo:hover,
.brand-logos img:hover{
  transform:none;
  box-shadow:0 8px 18px rgba(0,0,0,.05);
  border-color:rgba(17,19,21,.18);
}

/* Tablet: larger readable logos, 4-across */
@media (max-width:1000px){
  .brand-logos{
    grid-template-columns:repeat(4,1fr);
    gap:10px;
  }

  .brand-logos .manufacturer-logo,
  .brand-logos img{
    height:80px;
    max-height:80px;
    padding:14px;
  }
}

/* Mobile: 2-across with substantially larger marks */
@media (max-width:620px){
  .brands-section{
    padding-top:50px;
    padding-bottom:54px;
  }

  .brand-logos{
    grid-template-columns:repeat(2,1fr);
    gap:9px;
  }

  .brand-logos .manufacturer-logo,
  .brand-logos img{
    height:72px;
    max-height:72px;
    padding:12px 14px;
  }
}

@media (max-width:360px){
  .brand-logos{
    grid-template-columns:1fr 1fr;
  }

  .brand-logos .manufacturer-logo,
  .brand-logos img{
    height:68px;
    max-height:68px;
  }
}


/* ===========================
   V17 — upgraded manufacturer sources
   =========================== */

.brand-logos img[alt="Alto-Shaam"],
.brand-logos img[alt="Southbend"],
.brand-logos img[alt="Vollrath"]{
  padding:8px 10px;
  background:#fff;
}


/* ===========================
   V18 — Vollrath visual-size correction
   =========================== */

/* Vollrath had substantial whitespace inside its source image.
   After cropping that asset, give it the most available tile space. */
.brand-logos img[alt="Vollrath"]{
  padding:4px 5px;
  object-fit:contain;
}

@media (max-width:620px){
  .brand-logos img[alt="Vollrath"]{
    padding:3px 4px;
  }
}


/* ===========================
   V20 — stable layout + cleaner badge placement
   =========================== */

/* The orange "Commercial equipment specialists" badge now lives with the copy,
   rather than floating over the kitchen image. */
.visual-badge{
  display:none !important;
}

.equipment-specialist-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  margin:0 0 18px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(237,75,47,.10);
  border:1px solid rgba(237,75,47,.20);
  color:var(--ink);
  font-size:10px;
  line-height:1.2;
  letter-spacing:.055em;
  text-transform:uppercase;
}

.equipment-specialist-badge strong{
  font-weight:800;
}

.badge-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent);
  flex:0 0 7px;
}

/* Keep the equipment image clean and architectural. */
.equipment-photo-wrap{
  overflow:hidden;
  border-radius:16px;
  background:#d8d7d2;
}

.equipment-photo-wrap img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s cubic-bezier(.22,.61,.36,1);
}

/* Safe micro-interactions only — nothing is hidden on page load. */
@media (hover:hover){
  .equipment-photo-wrap:hover img{
    transform:scale(1.018);
  }

  .service-card,
  .capability-card,
  .contact-card{
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .service-card:hover,
  .capability-card:hover,
  a.contact-card:hover{
    transform:translateY(-3px);
  }

  .btn,
  .text-link,
  .service-card a,
  .map-directions-link{
    transition:transform .18s ease, background-color .18s ease, color .18s ease;
  }

  .btn:hover{
    transform:translateY(-1px);
  }
}

/* Mobile badge stays compact and wraps safely. */
@media (max-width:620px){
  .equipment-specialist-badge{
    margin-bottom:14px;
    padding:7px 10px;
    font-size:9px;
  }
}

@media (prefers-reduced-motion:reduce){
  .equipment-photo-wrap img,
  .service-card,
  .capability-card,
  .contact-card,
  .btn,
  .text-link,
  .service-card a,
  .map-directions-link{
    transition:none !important;
    transform:none !important;
  }
}


/* ===========================
   V21 — visible specialist badge + SEO content
   =========================== */

.equipment-specialist-badge{
  display:inline-flex !important;
  align-items:center;
  gap:12px;
  width:max-content;
  max-width:100%;
  margin:0 0 20px;
  padding:11px 14px 11px 11px;
  border:0;
  border-radius:10px;
  background:var(--accent);
  color:#fff;
  box-shadow:0 8px 20px rgba(237,75,47,.18);
  text-transform:none;
  letter-spacing:0;
}

.equipment-specialist-badge .badge-icon{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  flex:0 0 36px;
  border-radius:8px;
  background:rgba(17,19,21,.16);
  font:800 11px Manrope,Inter,sans-serif;
  letter-spacing:-.04em;
}

.equipment-specialist-badge > div{
  display:grid;
  gap:2px;
}

.equipment-specialist-badge strong{
  color:#fff;
  font:800 12px Manrope,Inter,sans-serif;
  letter-spacing:.015em;
}

.equipment-specialist-badge small{
  color:rgba(255,255,255,.78);
  font-size:9px;
  line-height:1.3;
}

.faq-section{
  background:#fff;
  border-top:1px solid rgba(17,19,21,.08);
}

.faq-layout{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:78px;
  align-items:start;
}

.faq-heading{
  position:sticky;
  top:180px;
}

.faq-heading h2{
  margin:0 0 18px;
  font:800 clamp(36px,4vw,54px)/1.04 Manrope,Inter,sans-serif;
  letter-spacing:-.045em;
}

.faq-heading p{
  margin:0;
  max-width:430px;
  color:#717679;
  font-size:13px;
  line-height:1.7;
}

.faq-list{
  border-top:1px solid rgba(17,19,21,.14);
}

.faq-list details{
  border-bottom:1px solid rgba(17,19,21,.14);
}

.faq-list summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:22px 42px 22px 0;
  font:800 15px Manrope,Inter,sans-serif;
  letter-spacing:-.015em;
}

.faq-list summary::-webkit-details-marker{
  display:none;
}

.faq-list summary::after{
  content:"+";
  position:absolute;
  right:2px;
  top:18px;
  color:var(--accent);
  font:500 24px/1 Inter,sans-serif;
}

.faq-list details[open] summary::after{
  content:"–";
}

.faq-list details p{
  margin:0;
  padding:0 40px 22px 0;
  color:#707579;
  font-size:13px;
  line-height:1.75;
}

@media (max-width:980px){
  .faq-layout{
    grid-template-columns:1fr;
    gap:28px;
  }

  .faq-heading{
    position:static;
  }
}

@media (max-width:620px){
  .equipment-specialist-badge{
    width:100%;
    padding:10px;
  }

  .faq-list summary{
    padding-top:18px;
    padding-bottom:18px;
    font-size:14px;
  }

  .faq-list summary::after{
    top:14px;
  }
}


/* ===========================
   V22 — logo inside specialist pill
   =========================== */

.equipment-specialist-badge .badge-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:8px;
  background:rgba(255,255,255,.12);
  overflow:hidden;
  padding:4px;
}

.equipment-specialist-badge .badge-icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:none;
}

@media (max-width:620px){
  .equipment-specialist-badge .badge-icon{
    width:34px;
    height:34px;
    flex-basis:34px;
    padding:3px;
  }
}


/* ===========================
   V23 — white logo tile in specialist pill
   =========================== */

.equipment-specialist-badge .badge-icon{
  background:#fff;
  border:1px solid rgba(17,19,21,.10);
  box-shadow:0 2px 7px rgba(0,0,0,.10);
  padding:4px;
}

.equipment-specialist-badge .badge-icon img{
  background:#fff;
  border-radius:5px;
}


/* V24 — specialist pill removed */
.equipment-specialist-badge{
  display:none !important;
}


/* ===========================
   V27 — 3-image "Service that shows up" fix
   =========================== */

/* Keep the first two side-by-side, and add the new square image below them
   without cropping it awkwardly. */
.real-work-photos{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  max-width:820px;
  margin:0 auto;
  align-items:start;
}

.real-work-photos .fleet-small,
.real-work-photos .fleet-large{
  width:100%;
  max-width:none;
  margin:0;
}

.real-work-photos .fleet-small img,
.real-work-photos .fleet-large img{
  width:100%;
  height:100%;
  min-height:230px;
  aspect-ratio:4 / 3;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  border:1px solid rgba(17,19,21,.08);
}

.real-work-photos .fleet-small img{
  object-position:center center;
}

.real-work-photos .fleet-large img{
  object-position:center 42%;
}

/* New third image: centered below, preserve more of the original square framing */
.real-work-photos .fleet-third{
  grid-column:1 / -1;
  width:min(360px,100%);
  margin:2px auto 0;
}

.real-work-photos .fleet-third img{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
  object-position:center center;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  border:1px solid rgba(17,19,21,.08);
}

/* Mobile: stack all three cleanly */
@media (max-width:760px){
  .real-work-photos{
    grid-template-columns:1fr;
    max-width:560px;
    gap:12px;
  }

  .real-work-photos .fleet-third{
    grid-column:auto;
    width:100%;
    margin:0;
  }

  .real-work-photos .fleet-small img,
  .real-work-photos .fleet-large img{
    min-height:0;
    aspect-ratio:16 / 10;
  }

  .real-work-photos .fleet-third img{
    aspect-ratio:1 / 1;
  }
}


/* ===========================
   V28 — correctly placed 3-image service gallery
   =========================== */

.real-work-photos{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  width:100%;
  max-width:900px;
  margin:0 auto;
  align-items:stretch;
}

.real-work-photos .fleet-small,
.real-work-photos .fleet-large,
.real-work-photos .fleet-third{
  width:100%;
  max-width:none;
  margin:0;
  grid-column:auto;
}

.real-work-photos .fleet-small img,
.real-work-photos .fleet-large img,
.real-work-photos .fleet-third img{
  display:block;
  width:100%;
  height:220px;
  aspect-ratio:auto;
  border-radius:12px;
  border:1px solid rgba(17,19,21,.08);
  box-shadow:0 8px 20px rgba(0,0,0,.07);
  background:#f3f1ec;
}

/* Existing photos can crop naturally to fill their cards. */
.real-work-photos .fleet-small img,
.real-work-photos .fleet-large img{
  object-fit:cover;
}

/* Preserve the entire newly supplied square image so it is not chopped off. */
.real-work-photos .fleet-third img{
  object-fit:contain;
  object-position:center;
  padding:0;
}

@media (max-width:900px){
  .real-work-photos{
    grid-template-columns:1fr 1fr;
    max-width:720px;
  }

  .real-work-photos .fleet-third{
    grid-column:1 / -1;
    width:min(360px,100%);
    justify-self:center;
  }
}

@media (max-width:620px){
  .real-work-photos{
    grid-template-columns:1fr;
    max-width:520px;
  }

  .real-work-photos .fleet-third{
    grid-column:auto;
    width:100%;
  }

  .real-work-photos .fleet-small img,
  .real-work-photos .fleet-large img,
  .real-work-photos .fleet-third img{
    height:auto;
    min-height:0;
  }

  .real-work-photos .fleet-small img,
  .real-work-photos .fleet-large img{
    aspect-ratio:16 / 10;
  }

  .real-work-photos .fleet-third img{
    aspect-ratio:1 / 1;
  }
}


/* ===========================
   V29 — remove third photo + reduce repetition
   =========================== */

.real-work-photos{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  max-width:760px;
  margin:0 auto;
  align-items:stretch;
}

.real-work-photos .fleet-small,
.real-work-photos .fleet-large{
  width:100%;
  max-width:none;
  margin:0;
}

.real-work-photos .fleet-small img,
.real-work-photos .fleet-large img{
  width:100%;
  height:100%;
  min-height:230px;
  aspect-ratio:4 / 3;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  border:1px solid rgba(17,19,21,.08);
}

.real-work-photos .fleet-small img{object-position:center center}
.real-work-photos .fleet-large img{object-position:center 42%}

.service-promise .equipment-serviced-heading p{
  margin:14px 0 0;
  max-width:390px;
  color:#9ea3a7;
  font-size:12px;
  line-height:1.7;
}
.promise-grid{align-content:center}
.promise-grid div{color:#e1e3e5;line-height:1.45}

@media (max-width:760px){
  .real-work-photos{
    grid-template-columns:1fr;
    max-width:560px;
    gap:12px;
  }
  .real-work-photos .fleet-small img,
  .real-work-photos .fleet-large img{
    min-height:0;
    aspect-ratio:16 / 10;
  }
}


/* ===========================
   V32 — typography readability + logo scale
   =========================== */

/* Global readability bump */
body{
  font-size:16px;
}

.topbar{
  font-size:13px;
}

.nav{
  font-size:14px;
}

.brand-copy strong{
  font-size:16px;
}
.brand-copy small{
  font-size:10px;
}

.eyebrow,
.kicker{
  font-size:12px;
}

.hero-lead{
  font-size:19px;
}

.hero-proof strong{
  font-size:17px;
}
.hero-proof span{
  font-size:12px;
}

.panel-label{
  font-size:11px;
}
.service-panel p{
  font-size:14px;
}
.panel-phone small{
  font-size:10px;
}
.service-panel ul{
  font-size:14px;
}

.strip-grid p{
  font-size:13px;
}
.strip-grid strong{
  font-size:14px;
}

.section-heading p,
.equipment-copy p{
  font-size:16px;
}

.service-card p{
  font-size:14px;
}
.service-card a{
  font-size:13px;
}

.equipment-list div{
  font-size:14px;
}
.text-link{
  font-size:14px;
}

.why-grid p{
  font-size:13px;
}
.why-index{
  font-size:11px;
}

.about-copy p:not(.large){
  font-size:15px;
}

.contact-heading p,
.contact-card small,
.contact-emergency span,
.contact-map-copy p,
.faq-heading p,
.faq-list details p{
  font-size:14px;
}

.contact-label,
.contact-map-kicker{
  font-size:10px;
}

.footer-brand p,
.copyright{
  font-size:11px;
}

.footer-links{
  font-size:13px;
}

.footer-call span{
  font-size:10px;
}
.footer-email{
  font-size:12px !important;
}

.legacy-copy p{
  font-size:15px;
}
.legacy-copy .legacy-lead{
  font-size:19px;
}
.legacy-stats span{
  font-size:11px;
}
.legacy-photo-caption span{
  font-size:10px;
}
.legacy-photo-caption strong{
  font-size:16px;
}

.capabilities-intro p{
  font-size:14px;
}
.capability-card p{
  font-size:13px;
}
.equipment-serviced-grid div{
  font-size:14px;
}
.service-promise .equipment-serviced-heading p{
  font-size:13px;
}

.brands-heading p{
  font-size:15px;
}

/* Manufacturer logos: bigger overall */
.brand-logos .manufacturer-logo,
.brand-logos img{
  height:94px;
  max-height:94px;
  padding:10px 12px;
}

/* Specifically increase the two visually small wordmarks */
.brand-logos img[alt="Alto-Shaam"],
.brand-logos img[alt="Southbend"]{
  padding:2px 4px !important;
  object-fit:contain;
  transform:scale(1.16);
}

/* Keep Vollrath large too */
.brand-logos img[alt="Vollrath"]{
  padding:3px 4px !important;
  transform:scale(1.08);
}

/* Avoid hover transform overriding the brand-specific scale */
@media (hover:hover){
  .brand-logos img[alt="Alto-Shaam"]:hover,
  .brand-logos img[alt="Southbend"]:hover{
    transform:scale(1.16) translateY(-2px);
  }

  .brand-logos img[alt="Vollrath"]:hover{
    transform:scale(1.08) translateY(-2px);
  }
}

/* Tablet */
@media (max-width:1000px){
  .brand-logos .manufacturer-logo,
  .brand-logos img{
    height:88px;
    max-height:88px;
  }
}

/* Mobile typography stays readable without crowding */
@media (max-width:620px){
  body{
    font-size:15px;
  }

  .topbar{
    font-size:11px;
  }

  .nav a{
    font-size:14px;
  }

  .eyebrow,
  .kicker{
    font-size:10px;
  }

  .hero-lead{
    font-size:15px;
  }

  .hero-proof strong{
    font-size:13px;
  }

  .hero-proof span{
    font-size:9px;
  }

  .section-heading p,
  .equipment-copy p,
  .legacy-copy p,
  .contact-heading p{
    font-size:14px;
  }

  .service-card p,
  .capability-card p,
  .faq-list details p{
    font-size:13px;
  }

  .equipment-list div,
  .equipment-serviced-grid div,
  .footer-links{
    font-size:13px;
  }

  .brand-logos .manufacturer-logo,
  .brand-logos img{
    height:78px;
    max-height:78px;
    padding:8px 10px;
  }

  .brand-logos img[alt="Alto-Shaam"],
  .brand-logos img[alt="Southbend"]{
    padding:1px 3px !important;
    transform:scale(1.12);
  }

  .brand-logos img[alt="Vollrath"]{
    transform:scale(1.06);
  }
}


/* ===========================
   V33 — stronger Alto-Shaam / Southbend logo fix
   =========================== */

/* General manufacturer tiles stay large */
.brand-logos .manufacturer-logo,
.brand-logos img{
  height:98px;
  max-height:98px;
}

/* Give Alto-Shaam and Southbend nearly the full tile after cropping source whitespace */
.brand-logos img[alt="Alto-Shaam"],
.brand-logos img[alt="Southbend"]{
  padding:0 !important;
  object-fit:contain;
  object-position:center;
  transform:scale(1.28);
}

/* Slightly larger tile height for desktop helps wide wordmarks read better */
@media (hover:hover){
  .brand-logos img[alt="Alto-Shaam"]:hover,
  .brand-logos img[alt="Southbend"]:hover{
    transform:scale(1.28) translateY(-2px);
  }
}

@media (max-width:1000px){
  .brand-logos .manufacturer-logo,
  .brand-logos img{
    height:90px;
    max-height:90px;
  }

  .brand-logos img[alt="Alto-Shaam"],
  .brand-logos img[alt="Southbend"]{
    transform:scale(1.20);
  }
}

@media (max-width:620px){
  .brand-logos .manufacturer-logo,
  .brand-logos img{
    height:80px;
    max-height:80px;
  }

  .brand-logos img[alt="Alto-Shaam"],
  .brand-logos img[alt="Southbend"]{
    transform:scale(1.12);
  }
}


/* ===========================
   V34 — prevent logo overlap
   =========================== */

/* Keep all manufacturer tiles clipped and self-contained */
.brand-logos{
  overflow:visible;
}

.brand-logos > *{
  min-width:0;
}

.brand-logos .manufacturer-logo,
.brand-logos img{
  width:100%;
  height:96px;
  max-height:96px;
  padding:10px 12px;
  object-fit:contain;
  object-position:center;
  transform:none !important;
  overflow:hidden;
  box-sizing:border-box;
}

/* Alto-Shaam and Southbend now use the cropped files at full tile size,
   without any transform scaling that can spill into adjacent tiles. */
.brand-logos img[alt="Alto-Shaam"],
.brand-logos img[alt="Southbend"]{
  padding:4px 6px !important;
  transform:none !important;
  max-width:100%;
}

/* Vollrath also stays contained */
.brand-logos img[alt="Vollrath"]{
  padding:4px 6px !important;
  transform:none !important;
  max-width:100%;
}

/* Hover stays inside each tile */
@media (hover:hover){
  .brand-logos img:hover{
    transform:none !important;
  }
}

/* Tablet */
@media (max-width:1000px){
  .brand-logos .manufacturer-logo,
  .brand-logos img{
    height:88px;
    max-height:88px;
  }
}

/* Mobile */
@media (max-width:620px){
  .brand-logos .manufacturer-logo,
  .brand-logos img{
    height:78px;
    max-height:78px;
    padding:8px 10px;
  }

  .brand-logos img[alt="Alto-Shaam"],
  .brand-logos img[alt="Southbend"],
  .brand-logos img[alt="Vollrath"]{
    padding:3px 5px !important;
  }
}


/* ===========================
   V35 — center footer descriptor under logo
   =========================== */

.footer-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  width:max-content;
  max-width:100%;
}

.footer-brand .brand-mark,
.footer-brand img{
  margin-left:auto;
  margin-right:auto;
}

.footer-brand p{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  max-width:420px;
}

@media (max-width:620px){
  .footer-brand{
    width:100%;
    align-items:center;
  }

  .footer-brand p{
    max-width:320px;
  }
}


/* ===========================
   V36 — subtle emergency CTA motion
   =========================== */

.emergency-attention{
  opacity:1;
  transform:none;
}

/* JS adds .is-entering only when the strip first enters the viewport */
.emergency-attention.is-entering{
  animation:emergencyStripIn .7s cubic-bezier(.22,.61,.36,1) both;
}

@keyframes emergencyStripIn{
  from{
    opacity:0;
    transform:translateY(14px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* Soft periodic pulse on the call button only */
.emergency-pulse-btn{
  position:relative;
  animation:emergencyButtonPulse 6s ease-in-out infinite;
}

@keyframes emergencyButtonPulse{
  0%, 82%, 100%{
    transform:scale(1);
    box-shadow:none;
  }
  86%{
    transform:scale(1.025);
    box-shadow:0 0 0 0 rgba(255,255,255,.28);
  }
  90%{
    transform:scale(1.04);
    box-shadow:0 0 0 8px rgba(255,255,255,0);
  }
  94%{
    transform:scale(1.01);
    box-shadow:none;
  }
}

/* Hover remains responsive without fighting the pulse */
@media (hover:hover){
  .emergency-pulse-btn:hover{
    animation-play-state:paused;
    transform:translateY(-2px) scale(1.02);
    box-shadow:0 8px 18px rgba(0,0,0,.12);
  }
}

/* Accessibility */
@media (prefers-reduced-motion:reduce){
  .emergency-attention,
  .emergency-attention.is-entering,
  .emergency-pulse-btn{
    animation:none !important;
    transform:none !important;
  }
}


/* ===========================
   V37 — more visible emergency CTA motion
   =========================== */

.emergency-attention{
  opacity:1;
  transform:none;
}

/* One-time entrance becomes clearly visible */
.emergency-attention.is-entering{
  animation:emergencyStripInStrong .9s cubic-bezier(.22,.61,.36,1) both;
}

@keyframes emergencyStripInStrong{
  0%{
    opacity:0;
    transform:translateY(26px) scale(.985);
  }
  65%{
    opacity:1;
    transform:translateY(-3px) scale(1.003);
  }
  100%{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

/* More noticeable, but still restrained, call-button pulse */
.emergency-pulse-btn{
  position:relative;
  animation:emergencyButtonPulseStrong 5s ease-in-out infinite;
  transform-origin:center;
}

@keyframes emergencyButtonPulseStrong{
  0%, 72%, 100%{
    transform:scale(1);
    box-shadow:0 0 0 0 rgba(255,255,255,0);
  }
  78%{
    transform:scale(1.04);
    box-shadow:0 0 0 0 rgba(255,255,255,.32);
  }
  84%{
    transform:scale(1.075);
    box-shadow:0 0 0 10px rgba(255,255,255,0);
  }
  90%{
    transform:scale(1.02);
    box-shadow:0 6px 16px rgba(0,0,0,.12);
  }
  95%{
    transform:scale(1);
    box-shadow:none;
  }
}

/* Add a tiny phone nudge during the pulse if icon/text is present */
.emergency-pulse-btn::before{
  content:"☎";
  display:inline-block;
  margin-right:7px;
  font-size:.95em;
}

@media (hover:hover){
  .emergency-pulse-btn:hover{
    animation-play-state:paused;
    transform:translateY(-2px) scale(1.03);
    box-shadow:0 8px 20px rgba(0,0,0,.14);
  }
}

@media (prefers-reduced-motion:reduce){
  .emergency-attention,
  .emergency-attention.is-entering,
  .emergency-pulse-btn{
    animation:none !important;
    transform:none !important;
  }
}


/* ===========================
   V38 — reliable CSS-only CTA pulse
   =========================== */

/* Keep the emergency strip stable. */
.emergency-attention{
  opacity:1 !important;
  transform:none !important;
}

/* Make the button itself the attention point. */
.emergency-pulse-btn{
  position:relative;
  isolation:isolate;
  overflow:visible;
  animation:emergencyButtonHeartbeat 4.2s ease-in-out infinite !important;
  transform-origin:center;
}

/* Visible ring around the button */
.emergency-pulse-btn::after{
  content:"";
  position:absolute;
  inset:-6px;
  border:2px solid rgba(255,255,255,.82);
  border-radius:14px;
  opacity:0;
  transform:scale(.96);
  pointer-events:none;
  z-index:-1;
  animation:emergencyButtonRing 4.2s ease-out infinite !important;
}

@keyframes emergencyButtonHeartbeat{
  0%, 68%, 100%{
    transform:scale(1);
    box-shadow:0 0 0 rgba(0,0,0,0);
  }
  73%{
    transform:scale(1.045);
    box-shadow:0 8px 22px rgba(0,0,0,.13);
  }
  78%{
    transform:scale(1.075);
    box-shadow:0 10px 26px rgba(0,0,0,.18);
  }
  84%{
    transform:scale(1.025);
    box-shadow:0 6px 16px rgba(0,0,0,.10);
  }
  90%{
    transform:scale(1);
    box-shadow:none;
  }
}

@keyframes emergencyButtonRing{
  0%, 68%, 100%{
    opacity:0;
    transform:scale(.96);
  }
  72%{
    opacity:.78;
    transform:scale(1);
  }
  84%{
    opacity:0;
    transform:scale(1.18);
  }
}

/* Keep the phone icon from the previous version. */
.emergency-pulse-btn::before{
  content:"☎";
  display:inline-block;
  margin-right:7px;
  font-size:.95em;
}

/* Hover remains clean. */
@media (hover:hover){
  .emergency-pulse-btn:hover{
    animation-play-state:paused !important;
    transform:translateY(-2px) scale(1.03);
    box-shadow:0 9px 22px rgba(0,0,0,.15);
  }

  .emergency-pulse-btn:hover::after{
    animation-play-state:paused !important;
    opacity:0;
  }
}

/* Keep accessibility for larger motion elsewhere, but allow this small CTA glow/pulse. */
@media (prefers-reduced-motion:reduce){
  .emergency-pulse-btn{
    animation:emergencyButtonGlowOnly 4.2s ease-in-out infinite !important;
    transform:none !important;
  }

  .emergency-pulse-btn::after{
    animation:emergencyButtonRingGlowOnly 4.2s ease-out infinite !important;
    transform:none !important;
  }

  @keyframes emergencyButtonGlowOnly{
    0%, 68%, 100%{ box-shadow:0 0 0 rgba(0,0,0,0); }
    78%{ box-shadow:0 8px 24px rgba(0,0,0,.18); }
    90%{ box-shadow:none; }
  }

  @keyframes emergencyButtonRingGlowOnly{
    0%, 68%, 100%{ opacity:0; }
    76%{ opacity:.72; }
    88%{ opacity:0; }
  }
}


/* ===========================
   V39 — service request form
   =========================== */

.service-form-wrap{
  margin-top:14px;
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  overflow:hidden;
  border:1px solid rgba(17,19,21,.10);
  border-radius:16px;
  background:#fff;
}

.service-form-intro{
  padding:34px 30px;
  background:#17191b;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.service-form-intro h3{
  margin:0 0 16px;
  font:800 clamp(28px,3vw,42px)/1.05 Manrope,Inter,sans-serif;
  letter-spacing:-.04em;
}

.service-form-intro p{
  margin:0;
  color:#a8adb1;
  font-size:14px;
  line-height:1.75;
}

.service-form-callout{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  display:grid;
  gap:4px;
}

.service-form-callout span{
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#ff7359;
}

.service-form-callout a{
  width:max-content;
  max-width:100%;
  color:#fff;
  font:800 17px Manrope,Inter,sans-serif;
}

.service-request-form{
  padding:30px;
}

.form-honeypot{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

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

.form-field{
  display:grid;
  gap:7px;
  min-width:0;
}

.form-field-full{
  grid-column:1 / -1;
}

.form-field > span{
  font-size:12px;
  font-weight:800;
  color:#3e4346;
}

.form-field b{
  color:var(--accent);
}

.form-field input,
.form-field select,
.form-field textarea{
  width:100%;
  min-width:0;
  border:1px solid rgba(17,19,21,.16);
  border-radius:9px;
  background:#faf9f6;
  color:var(--ink);
  padding:12px 13px;
  font:500 14px/1.45 Inter,Arial,sans-serif;
  outline:none;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.form-field textarea{
  resize:vertical;
  min-height:130px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{
  border-color:var(--accent);
  box-shadow:0 0 0 3px rgba(237,75,47,.11);
  background:#fff;
}

.form-field input::placeholder,
.form-field textarea::placeholder{
  color:#9a9ea1;
}

.form-submit-row{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid rgba(17,19,21,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.form-submit-row p{
  margin:0;
  max-width:430px;
  color:#84898c;
  font-size:11px;
  line-height:1.55;
}

.service-submit-btn{
  border:0;
  cursor:pointer;
  white-space:nowrap;
}

@media (max-width:900px){
  .service-form-wrap{
    grid-template-columns:1fr;
  }

  .service-form-intro{
    padding:28px 26px;
  }
}

@media (max-width:620px){
  .service-form-wrap{
    border-radius:13px;
  }

  .service-form-intro{
    padding:24px 20px;
  }

  .service-request-form{
    padding:20px;
  }

  .form-grid{
    grid-template-columns:1fr;
    gap:13px;
  }

  .form-field-full{
    grid-column:auto;
  }

  .form-field input,
  .form-field select,
  .form-field textarea{
    font-size:16px;
    padding:12px;
  }

  .form-submit-row{
    align-items:stretch;
    flex-direction:column;
  }

  .service-submit-btn{
    width:100%;
  }
}

/* V41 — legal links for Twilio/A2P compliance */
.footer-legal-links{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
  font-size:12px;
  color:rgba(255,255,255,.50);
}
.footer-legal-links a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
}
.footer-legal-links a:hover{
  color:#fff;
}
