:root{
  --navy:#0b2f4a;
  --navy-2:#08263d;
  --gold:#d8a01f;
  --gold-soft:#f2dfad;
  --cream:#fbfaf6;
  --ink:#162432;
  --muted:#5e6b75;
  --line:#e5e2da;
  --white:#fff;
  --shadow:0 20px 60px rgba(8,38,61,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.topbar{background:var(--navy-2);color:#fff;text-align:center;font-size:13px;letter-spacing:.04em;padding:8px 16px}
.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid #ece9e2;position:sticky;top:0;z-index:50;backdrop-filter:blur(12px)}
.nav-wrap{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:block;width:225px;height:76px;overflow:hidden;position:relative}
.brand img{width:100%;height:100%;object-fit:cover;object-position:center 40%;transform:scale(1.08)}
.nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700;color:#294256}
.nav a:hover{color:var(--gold)}
.nav-cta{background:var(--navy);color:#fff!important;padding:12px 18px;border-radius:999px}
.menu-btn{display:none;border:0;background:none;font-size:28px;color:var(--navy)}
.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,var(--navy-2) 0%,var(--navy) 58%,#123f5c 100%);color:#fff;padding:92px 0 88px}
.hero:after{content:"";position:absolute;right:-140px;top:-120px;width:500px;height:500px;border-radius:50%;border:1px solid rgba(216,160,31,.23)}
.hero-glow{position:absolute;width:400px;height:400px;right:12%;bottom:-240px;background:radial-gradient(circle,rgba(216,160,31,.24),transparent 66%)}
.hero-grid{display:grid;grid-template-columns:1.32fr .68fr;gap:70px;align-items:center;position:relative;z-index:1}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:.2em;color:var(--gold);margin-bottom:14px}
.eyebrow.dark{color:#997015}.eyebrow.light{color:#f3c45b}
.hero h1,.section h2,.truck-copy h2,.areas h2,.contact h2{font-family:Georgia,"Times New Roman",serif;margin:0;line-height:1.03;letter-spacing:-.035em}
.hero h1{font-size:clamp(50px,6vw,78px);max-width:760px}
.hero h1 span{color:#f0bd42}
.lead{font-size:20px;max-width:720px;color:#d9e3e9;margin:24px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:8px;font-weight:800;font-size:14px;border:1px solid transparent;cursor:pointer}
.btn-gold{background:var(--gold);color:#102637}.btn-gold:hover{background:#e4af32}
.btn-outline{border-color:rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.04)}
.btn-navy{background:var(--navy);color:#fff}
.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:26px;color:#d6e0e6;font-size:13px}
.trust-row span::first-letter{color:var(--gold)}
.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.16)}
.hero-card-label{font-size:11px;font-weight:900;letter-spacing:.18em;color:#f1c25a;margin-bottom:8px}
.hero-card ul{list-style:none;padding:0;margin:0}
.hero-card li{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.13)}
.hero-card li:last-child{border-bottom:0;padding-bottom:0}
.hero-card b{display:block;font-size:16px;margin-bottom:3px}.hero-card span{color:#d7e0e7;font-size:13px}
.quick-strip{background:#fff;box-shadow:0 15px 35px rgba(8,38,61,.07);position:relative;z-index:3}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.quick-grid div{padding:24px 26px;border-right:1px solid #ece9e2}.quick-grid div:last-child{border-right:0}
.quick-grid strong{display:block;color:var(--navy);font-family:Georgia,serif;font-size:18px}.quick-grid span{color:var(--muted);font-size:12px}
.section{padding:90px 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.section h2{font-size:clamp(38px,4.6vw,56px);color:var(--navy)}
.intro-copy{font-size:18px;color:var(--muted);padding-top:8px}.intro-copy p{margin-top:0}
.gold-note{border-left:3px solid var(--gold);padding-left:20px;color:#384b59!important;font-weight:700}
.services{background:var(--cream)}
.section-head{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:end;margin-bottom:38px}.section-head p{color:var(--muted);font-size:16px;margin:0 0 6px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{background:#fff;border:1px solid #e9e4d9;border-radius:14px;padding:28px;box-shadow:0 8px 26px rgba(8,38,61,.04);transition:.2s ease}
.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.icon{width:42px;height:42px;border-radius:10px;background:#f4e6bd;color:#8c6510;display:grid;place-items:center;font-size:21px;margin-bottom:18px}
.service-card h3{color:var(--navy);font-family:Georgia,serif;font-size:23px;margin:0 0 9px}.service-card p{color:var(--muted);font-size:14px;margin:0}
.truck-section{background:var(--navy);padding:72px 0;color:#fff}
.truck-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center}
.truck-image-wrap{border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 26px 65px rgba(0,0,0,.25)}
.truck-copy h2{font-size:clamp(36px,4vw,54px);margin-bottom:20px}.truck-copy p{color:#d7e1e7;font-size:17px}
.mini-list{display:grid;grid-template-columns:1fr 1fr;gap:9px 20px;margin:24px 0 28px;font-size:13px;color:#edf3f6}.mini-list span:before{content:"✓";color:#f0bd42;margin-right:8px;font-weight:900}
.maintenance-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.maintenance-grid p{color:var(--muted);font-size:17px}
.text-link{color:#9c731a;font-weight:800}.check-card{background:var(--cream);border:1px solid #ece6d9;border-radius:18px;padding:34px}.check-card h3{font-family:Georgia,serif;color:var(--navy);font-size:26px;margin:0 0 22px}.checks{display:grid;grid-template-columns:1fr 1fr;gap:13px}.checks span{font-size:14px;color:#40505d}.checks span:before{content:"✓";display:inline-grid;place-items:center;width:21px;height:21px;border-radius:50%;background:var(--navy);color:#fff;margin-right:8px;font-size:11px}
.areas{background:linear-gradient(120deg,#08263d,#0e3652);color:#fff;padding:76px 0}.areas-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.areas h2{font-size:46px}.areas p{color:#d6e0e6}.area-chips{display:flex;flex-wrap:wrap;gap:10px}.area-chips span{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06);padding:10px 14px;border-radius:999px;font-size:13px;color:#f4f7f9}
.contact-card{background:#fff;border:1px solid #e7e1d4;border-radius:20px;padding:50px;display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center;box-shadow:var(--shadow)}.contact-card h2{font-size:52px}.contact-card p{color:var(--muted);font-size:17px;max-width:650px}.contact-actions{text-align:center}.contact-actions .btn{width:100%;font-size:16px;min-height:56px}.contact-note{display:block;margin-top:10px;color:#8a949c;font-size:12px}
footer{background:#071f32;color:#dbe4e9;padding:34px 0}.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:28px;align-items:center}.footer-grid strong{display:block;color:#fff;letter-spacing:.08em}.footer-grid span{font-size:12px;color:#9fb0bb}.footer-links{display:flex;gap:18px;font-size:12px}.legal{text-align:right;font-size:10.5px;color:#8ca0ac;line-height:1.55}
@media(max-width:900px){
 .nav{display:none;position:absolute;top:92px;left:0;right:0;background:#fff;padding:18px 24px 24px;border-bottom:1px solid #eee;flex-direction:column;align-items:flex-start;gap:16px}.nav.open{display:flex}.menu-btn{display:block}.brand{width:190px;height:70px}.hero{padding:66px 0}.hero-grid,.truck-grid,.maintenance-grid,.areas-inner,.two-col,.section-head,.contact-card{grid-template-columns:1fr;gap:34px}.hero-card{max-width:620px}.quick-grid{grid-template-columns:1fr 1fr}.quick-grid div:nth-child(2){border-right:0}.quick-grid div:nth-child(-n+2){border-bottom:1px solid #ece9e2}.cards{grid-template-columns:1fr 1fr}.section{padding:70px 0}.footer-grid{grid-template-columns:1fr;text-align:center}.legal{text-align:center}.footer-links{justify-content:center}.contact-card{padding:36px}.areas h2{font-size:40px}
}
@media(max-width:600px){
 .wrap{width:min(100% - 28px,1180px)}.topbar{font-size:11px}.nav-wrap{min-height:82px}.nav{top:82px}.brand{width:165px;height:62px}.hero h1{font-size:49px}.lead{font-size:17px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.trust-row{gap:9px 16px}.quick-grid{grid-template-columns:1fr 1fr}.quick-grid div{padding:18px 13px}.quick-grid strong{font-size:16px}.cards{grid-template-columns:1fr}.mini-list,.checks{grid-template-columns:1fr}.section{padding:58px 0}.section h2{font-size:40px}.section-head{margin-bottom:28px}.truck-section{padding:54px 0}.truck-copy h2{font-size:39px}.areas{padding:58px 0}.areas h2{font-size:38px}.contact-card{padding:28px}.contact-card h2{font-size:40px}.contact-actions{text-align:left}
}

/* Brand color refinements from approved logo */
:root{
  --navy:#08243f;
  --navy-2:#061d34;
  --gold:#b08644;
  --gold-deep:#9d7437;
  --gold-soft:#eee2cc;
  --cream:#fbfaf7;
}
.topbar{
  background:var(--navy-2);
  border-bottom:3px solid var(--gold);
  padding:8px 16px 7px;
  font-weight:700;
}
.site-header{background:#fff;border-bottom:1px solid #e9e4dc;box-shadow:0 5px 20px rgba(6,29,52,.06)}
.nav-wrap{min-height:84px}
.brand{width:240px;height:68px;overflow:visible;display:flex;align-items:center}
.brand img{width:100%;height:auto;max-height:68px;object-fit:contain;object-position:left center;transform:none}
.header-actions{display:flex;align-items:center;gap:10px}
.mobile-quote{display:none;background:var(--gold);color:var(--navy-2);padding:10px 14px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.02em;box-shadow:0 4px 12px rgba(176,134,68,.18)}
.nav a:hover{color:var(--gold-deep)}
.hero{background:linear-gradient(125deg,#061d34 0%,#08243f 61%,#0b2d4a 100%)}
.hero h1 span{color:#c39a58}
.eyebrow{color:#c39a58}.eyebrow.light{color:#d1ad6d}
.btn-gold{background:var(--gold);color:#071e34}.btn-gold:hover{background:#bc9655}
.hero:after{border-color:rgba(176,134,68,.25)}
.hero-glow{background:radial-gradient(circle,rgba(176,134,68,.23),transparent 66%)}
.icon{background:#f0e7d7;color:#8c6833}

@media(max-width:900px){
  .nav-wrap{min-height:78px}
  .nav{top:78px}
  .brand{width:220px;height:60px}
  .brand img{max-height:60px}
}
@media(max-width:600px){
  .topbar{font-size:11px;line-height:1.35;padding:7px 14px 6px;letter-spacing:.025em}
  .nav-wrap{min-height:74px;gap:8px}
  .nav{top:74px}
  .brand{width:188px;height:54px}
  .brand img{max-height:54px}
  .mobile-quote{display:inline-flex;align-items:center;justify-content:center}
  .menu-btn{font-size:26px;padding:5px;color:var(--navy)}
  .hero{padding:52px 0 58px}
  .hero .eyebrow{margin-bottom:10px}
}
@media(max-width:390px){
  .brand{width:168px}
  .mobile-quote{padding:9px 11px;font-size:11px}
}

/* Immediate mobile conversion actions */
.mobile-fast-actions{display:none}
.btn-text{color:#fff;background:transparent;padding-left:8px;padding-right:8px;opacity:.9}
.btn-text:hover{opacity:1;color:#d1ad6d}
@media(max-width:600px){
  .mobile-fast-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    background:#fff;
    border-bottom:1px solid #e9e4dc;
    box-shadow:0 7px 18px rgba(6,29,52,.08);
    position:relative;
    z-index:20;
  }
  .mobile-fast-actions a{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:900;
    letter-spacing:.02em;
  }
  .fast-call{background:var(--gold);color:var(--navy-2)}
  .fast-quote{background:#fff;color:var(--navy);border-left:1px solid #ded7cb}
  .hero{padding-top:42px}
  .hero-actions{gap:10px}
  .hero-actions .btn-text{min-height:34px;margin-top:-2px}
}

/* SEO content pages */
.seo-service-links{padding:0 0 86px}.seo-link-card{background:#fff;border:1px solid #e7e1d4;border-radius:18px;padding:34px;box-shadow:var(--shadow)}.seo-link-card h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:38px;margin:6px 0 8px}.seo-link-card p{color:var(--muted);margin-top:0}.seo-links,.city-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.seo-links a,.city-links a{border:1px solid #ddd3c1;background:#fff;color:var(--navy);padding:10px 14px;border-radius:999px;font-size:13px;font-weight:800}.seo-links a:hover,.city-links a:hover{border-color:var(--gold);color:var(--gold-deep)}.local-seo{background:#fff}.faq-section{background:var(--cream)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faq-grid details{background:#fff;border:1px solid #e7e1d4;border-radius:12px;padding:18px 20px}.faq-grid summary{cursor:pointer;font-weight:800;color:var(--navy)}.faq-grid p{color:var(--muted);font-size:14px}.page-hero{background:linear-gradient(125deg,#061d34 0%,#08243f 61%,#0b2d4a 100%);color:#fff;padding:72px 0}.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,6vw,72px);line-height:1.03;margin:8px 0 18px;max-width:900px}.page-hero p{font-size:18px;color:#d9e3e9;max-width:760px}.content-grid{display:grid;grid-template-columns:1fr 320px;gap:60px}.content-main h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:48px;line-height:1.05}.content-main h3{color:var(--navy);font-family:Georgia,"Times New Roman",serif;font-size:27px;margin-top:34px}.content-main p{color:var(--muted);font-size:17px}.service-bullets{padding-left:20px;color:#40505d;line-height:1.9}.service-bullets a{color:var(--navy);font-weight:800}.content-side{background:var(--cream);border:1px solid #e7e1d4;border-radius:16px;padding:26px;height:max-content;position:sticky;top:110px}.content-side h3{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:24px;margin-top:0}.content-side p{color:var(--muted);font-size:14px}.content-side a{color:var(--gold-deep);font-weight:900}.page-nav{display:flex}.page-nav a{font-size:13px}
@media(max-width:800px){.faq-grid,.content-grid{grid-template-columns:1fr}.content-side{position:static}.page-hero{padding:54px 0}.content-main h2{font-size:40px}.page-nav{display:none}.seo-service-links{padding-bottom:58px}}

/* V5 master polish */
.area-chips a{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06);padding:10px 14px;border-radius:999px;font-size:13px;color:#f4f7f9;font-weight:700}.area-chips a:hover{border-color:var(--gold);color:#fff;background:rgba(176,134,68,.12)}
.quote-form{display:grid;gap:12px}.quote-form label{display:grid;gap:6px;text-align:left;font-size:12px;font-weight:800;color:var(--navy);letter-spacing:.02em}.quote-form input,.quote-form textarea{width:100%;border:1px solid #d9d3c8;border-radius:10px;background:#fff;color:#1c2a34;padding:13px 14px;font:inherit;outline:none}.quote-form input:focus,.quote-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(176,134,68,.13)}.quote-form textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hidden-field{display:none}.contact-actions{width:100%}.contact-note{line-height:1.45}
@media(max-width:600px){.form-row{grid-template-columns:1fr}.contact-card{gap:24px}.contact-card p{margin-bottom:0}.seo-service-links{padding-top:6px}.seo-link-card{padding:26px 22px}.seo-link-card h2{font-size:32px}.truck-grid{gap:28px}}

/* V6 conversion, trust and performance polish */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.steps article{border:1px solid #e7e1d4;border-radius:16px;padding:26px;background:#fff;box-shadow:0 8px 26px rgba(8,38,61,.04)}.steps article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:#fff;font-weight:900;margin-bottom:16px}.steps h3{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:22px;margin:0 0 8px}.steps p{margin:0;color:var(--muted);font-size:14px}.how-it-works{background:#fff}.request-chips-section{padding:0 0 34px;background:var(--cream)}.request-chips{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.request-chips strong{color:var(--navy);font-size:13px;margin-right:3px}.request-chips span{border:1px solid #e0d7c8;background:#fff;border-radius:999px;padding:8px 12px;color:#4c5d69;font-size:12px;font-weight:700}.quote-form select{width:100%;border:1px solid #d9d3c8;border-radius:10px;background:#fff;color:#1c2a34;padding:13px 14px;font:inherit;outline:none}.quote-form select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(176,134,68,.13)}footer .legal a{color:#d8c29c;text-decoration:underline;text-underline-offset:2px}.legal-page{max-width:850px}.legal-page h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:34px;margin:38px 0 12px}.legal-page h2:first-child{margin-top:0}.legal-page p{color:var(--muted);font-size:17px}.hero-card li span{max-width:320px}.service-card p{line-height:1.65}
@media(max-width:900px){.steps{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.steps{grid-template-columns:1fr}.request-chips{justify-content:flex-start}.request-chips-section{padding-bottom:24px}.topbar{white-space:normal}}

/* V7 conversion additions */
.photo-help{padding-top:32px;padding-bottom:32px}.photo-help-card{display:flex;align-items:center;justify-content:space-between;gap:32px;background:#f7f5ef;border:1px solid rgba(191,149,61,.35);border-radius:22px;padding:34px}.photo-help-card h2{margin:.35rem 0 .7rem}.photo-help-card p{max-width:760px}.who-help{padding-top:46px}.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.audience-grid article{background:#fff;border:1px solid #e4e7ea;border-radius:18px;padding:22px;box-shadow:0 8px 22px rgba(7,35,59,.05)}.audience-grid h3{margin-top:0;color:#08243f}.audience-grid p{margin-bottom:0}.quote-form select{width:100%;padding:12px 13px;border:1px solid #cfd5db;border-radius:10px;background:#fff;color:#08243f;font:inherit}.topbar{letter-spacing:.03em}@media(max-width:900px){.audience-grid{grid-template-columns:1fr 1fr}.photo-help-card{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.audience-grid{grid-template-columns:1fr}.photo-help-card{padding:24px}}


/* V8 phone-live and header-size refinements */
.nav-wrap{min-height:102px}
.brand{width:360px;height:96px}
.brand img{max-height:96px}
.nav{gap:24px;font-size:15px}
.nav-cta{padding:13px 20px}
.phone-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid #d8cfbf;background:#fff;border-radius:999px;padding:10px 14px;font-size:14px;font-weight:800;color:var(--navy);margin:10px 0 16px}
.phone-chip strong{letter-spacing:.02em}
.contact-direct{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0 4px}.contact-direct .btn{min-width:180px}
.footer-phone{font-size:13px;color:#d8c29c;font-weight:800;letter-spacing:.03em;display:block;margin-top:6px}
.fast-call{background:var(--gold);color:var(--navy-2)}
.fast-quote{background:#fff;color:var(--navy);border-left:1px solid #ded7cb}
@media(max-width:1100px){
  .brand{width:320px;height:86px}
  .brand img{max-height:86px}
  .nav{gap:18px;font-size:14px}
}
@media(max-width:900px){
  .nav-wrap{min-height:88px}
  .nav{top:88px}
  .brand{width:250px;height:72px}
  .brand img{max-height:72px}
  .mobile-quote{display:inline-flex;align-items:center;justify-content:center}
}
@media(max-width:600px){
  .nav-wrap{min-height:82px;gap:10px}
  .nav{top:82px}
  .brand{width:230px;height:66px}
  .brand img{max-height:66px}
  .mobile-quote{padding:10px 13px;font-size:11px}
  .menu-btn{font-size:28px}
  .mobile-fast-actions a{min-height:52px;font-size:14px}
  .phone-chip{font-size:13px;padding:9px 12px}
}
@media(max-width:390px){
  .brand{width:205px;height:62px}
  .brand img{max-height:62px}
}


/* V8 phone-live master: larger branding, real phone actions */
.inline-phone{color:var(--gold-deep);font-weight:900;white-space:nowrap}
.footer-phone{display:block;margin-top:6px;color:#fff;font-weight:900;font-size:14px}
.site-header .nav-wrap{min-height:118px}
.brand{width:380px;height:102px;flex:0 0 auto}
.brand img{max-height:102px;width:100%;height:auto;object-fit:contain}
.nav{gap:22px}
@media(max-width:1000px){
  .brand{width:320px;height:88px}
  .brand img{max-height:88px}
  .site-header .nav-wrap{min-height:102px}
}
@media(max-width:900px){
  .site-header .nav-wrap{min-height:94px}
  .nav{top:94px}
  .brand{width:280px;height:80px}
  .brand img{max-height:80px}
}
@media(max-width:600px){
  .site-header .nav-wrap{min-height:88px}
  .nav{top:88px}
  .brand{width:235px;height:72px}
  .brand img{max-height:72px}
  .mobile-quote{padding:9px 10px;font-size:10px}
  .header-actions{gap:5px}
}
@media(max-width:420px){
  .brand{width:218px;height:68px}
  .brand img{max-height:68px}
  .mobile-quote{display:none}
}


/* V8 PHONE-LIVE MASTER: stronger branding + direct call/text conversion */
.nav-wrap{min-height:118px}
.brand{width:420px;height:104px;max-width:42vw}
.brand img{width:100%;height:100%;max-height:104px;object-fit:contain;object-position:left center}
.nav{gap:22px}
.nav-cta{white-space:nowrap}
.footer-phone{display:block;margin-top:6px;color:#d8c29c;font-weight:800;font-size:14px}
.contact-card strong{color:var(--navy)}
@media(max-width:900px){
  .nav-wrap{min-height:94px}
  .nav{top:94px}
  .brand{width:290px;height:80px;max-width:58vw}
  .brand img{max-height:80px}
}
@media(max-width:600px){
  .nav-wrap{min-height:88px;gap:7px}
  .nav{top:88px}
  .brand{width:238px;height:74px;max-width:64vw}
  .brand img{max-height:74px}
  .mobile-quote{display:inline-flex;padding:9px 13px}
  .mobile-fast-actions a{font-size:12px;text-align:center;padding:0 6px}
}
@media(max-width:390px){
  .brand{width:215px;height:68px;max-width:61vw}
  .brand img{max-height:68px}
  .mobile-quote{padding:8px 10px;font-size:11px}
}
/* Final mobile header: let the brand breathe; call/text live in the action bar below */
@media(max-width:600px){
  .mobile-quote{display:none!important}
  .brand{width:280px;height:78px;max-width:76vw}
  .brand img{max-height:78px}
  .nav-wrap{min-height:92px}
  .nav{top:92px}
}
@media(max-width:390px){
  .brand{width:255px;height:74px;max-width:74vw}
  .brand img{max-height:74px}
}

/* =========================================================
   V9 POLISHED HOMEPAGE SHELL
   Keeps all existing SEO/service content while upgrading the
   public-facing homepage to the approved premium truck look.
   ========================================================= */
body.v9-home{background:#fff;color:#13283d}
body.v9-home .v9-topbar{
  background:#071f37;
  border-bottom:0;
  color:#f5f7f9;
  font-size:11px;
  font-weight:800;
  letter-spacing:.13em;
  padding:7px 16px;
}
body.v9-home .v9-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #ece7dd;
  box-shadow:0 8px 24px rgba(8,36,63,.07);
  backdrop-filter:blur(14px);
}
body.v9-home .v9-nav-wrap{
  min-height:118px;
  display:grid;
  grid-template-columns:minmax(290px,365px) 1fr auto;
  align-items:center;
  gap:28px;
}
body.v9-home .v9-brand{
  width:100%;
  height:102px;
  max-width:none;
  display:flex;
  align-items:center;
}
body.v9-home .v9-brand img{
  width:100%;
  height:100%;
  max-height:102px;
  object-fit:contain;
  object-position:left center;
}
body.v9-home .v9-nav{
  justify-content:center;
  gap:24px;
  font-size:13px;
  font-weight:800;
  color:#173451;
}
body.v9-home .v9-nav a{position:relative;padding:12px 0}
body.v9-home .v9-nav a:not(.nav-cta):after{
  content:"";
  position:absolute;
  left:0;right:100%;bottom:5px;
  height:2px;
  background:#b08644;
  transition:right .2s ease;
}
body.v9-home .v9-nav a:hover:after{right:0}
body.v9-home .v9-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
body.v9-home .v9-call-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:48px;
  padding:0 18px;
  border-radius:14px;
  background:#08243f;
  color:#fff;
  font-size:14px;
  font-weight:900;
  box-shadow:0 8px 22px rgba(8,36,63,.16);
  white-space:nowrap;
}
body.v9-home .v9-call-pill:hover{background:#0c3355}
body.v9-home .v9-menu-btn{display:none}
body.v9-home .v9-mobile-actions{display:none}

body.v9-home .v9-hero{
  position:relative;
  min-height:650px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#f8f6f0;
  border-bottom:1px solid #e9e1d4;
}
body.v9-home .v9-hero-image{
  position:absolute;
  inset:0;
  background-image:url('assets/hero-truck.webp');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
body.v9-home .v9-hero-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,
    rgba(255,255,255,.99) 0%,
    rgba(255,255,255,.96) 25%,
    rgba(255,255,255,.72) 40%,
    rgba(255,255,255,.20) 56%,
    rgba(255,255,255,0) 72%);
}
body.v9-home .v9-hero-content{position:relative;z-index:2;width:100%;padding:78px 0}
body.v9-home .v9-hero-copy{width:min(520px,48%)}
body.v9-home .v9-eyebrow{color:#9d7437;margin-bottom:14px}
body.v9-home .v9-hero h1{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  margin:0;
  color:#08243f;
  font-size:clamp(48px,5.3vw,76px);
  line-height:.99;
  letter-spacing:-.05em;
  font-weight:900;
  text-transform:none;
}
body.v9-home .v9-hero h1 span{color:#b58231}
body.v9-home .v9-hero-copy>p{
  margin:23px 0 26px;
  max-width:560px;
  color:#334d63;
  font-size:18px;
  line-height:1.65;
}
body.v9-home .v9-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
body.v9-home .v9-btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border-radius:10px;
  font-size:14px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(8,36,63,.12);
}
body.v9-home .v9-btn-call{background:#08243f;color:#fff}
body.v9-home .v9-btn-text{background:#b08644;color:#fff}
body.v9-home .v9-btn-call:hover{background:#0c3355}
body.v9-home .v9-btn-text:hover{background:#9d7437}
body.v9-home .v9-local-line{
  margin-top:22px;
  color:#173451;
  font-size:12px;
  font-weight:800;
  letter-spacing:.015em;
}

body.v9-home .v9-trust-strip{
  background:#08243f;
  color:#fff;
  box-shadow:0 12px 32px rgba(8,36,63,.12);
}
body.v9-home .v9-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
body.v9-home .v9-trust-grid>div{
  position:relative;
  min-height:112px;
  padding:24px 20px 22px 58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid rgba(255,255,255,.14);
}
body.v9-home .v9-trust-grid>div:last-child{border-right:0}
body.v9-home .v9-trust-icon{
  position:absolute;
  left:20px;
  top:30px;
  width:28px;height:28px;
  display:grid;place-items:center;
  border:2px solid #b08644;
  border-radius:50%;
  color:#d3a55e;
  font-size:14px;
  font-weight:900;
}
body.v9-home .v9-trust-grid strong{font-size:13px;letter-spacing:.025em}
body.v9-home .v9-trust-grid small{margin-top:4px;color:#c5d1dc;font-size:11px;line-height:1.4}

/* Elevated homepage content */
body.v9-home .intro{padding-top:82px;padding-bottom:72px}
body.v9-home .services{background:#faf9f6;padding-top:76px}
body.v9-home .service-card{
  border-color:#e8e2d8;
  border-radius:16px;
  padding:30px;
  box-shadow:0 8px 24px rgba(7,31,50,.045);
}
body.v9-home .service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(7,31,50,.10)}
body.v9-home .icon{background:transparent;border:1px solid #d8c39b;color:#9d7437;border-radius:12px}
body.v9-home .request-chips-section{background:#faf9f6;padding-bottom:42px}
body.v9-home .seo-service-links{padding-top:4px;padding-bottom:72px;background:#fff}
body.v9-home .seo-link-card{
  box-shadow:none;
  background:#fff;
  border-color:#e8e2d8;
}
body.v9-home .how-it-works{background:#faf9f6}
body.v9-home .steps article{border-color:#e9e2d5}
body.v9-home .photo-help-card{background:#fffaf1;border-color:#dec9a4}
body.v9-home .who-help{background:#fff}
body.v9-home .audience-grid article{border-color:#e8e2d8}

/* The truck already anchors the hero; avoid repeating it lower on the page. */
body.v9-home .truck-section{padding:72px 0;background:linear-gradient(115deg,#071f37,#0b3453)}
body.v9-home .truck-grid{display:block;max-width:900px}
body.v9-home .truck-image-wrap{display:none}
body.v9-home .truck-copy{max-width:820px}
body.v9-home .truck-copy h2{font-size:clamp(38px,4.2vw,56px)}
body.v9-home .truck-copy p{max-width:760px}
body.v9-home .mini-list{max-width:720px}

body.v9-home .maintenance{background:#fff}
body.v9-home .areas{background:linear-gradient(115deg,#071f37,#0b3453)}
body.v9-home .faq-section{background:#faf9f6}
body.v9-home .contact{background:#fff}
body.v9-home .contact-card{border-radius:24px;border-color:#e6ded0;box-shadow:0 20px 55px rgba(7,31,50,.09)}
body.v9-home footer{background:#061d34}

@media(max-width:1100px){
  body.v9-home .v9-nav-wrap{grid-template-columns:285px 1fr auto;gap:20px}
  body.v9-home .v9-brand{height:88px}
  body.v9-home .v9-brand img{max-height:88px}
  body.v9-home .v9-nav{gap:16px;font-size:12px}
  body.v9-home .v9-call-pill span{display:none}
  body.v9-home .v9-call-pill{width:48px;padding:0;justify-content:center;border-radius:50%}
  body.v9-home .v9-hero-copy{width:52%}
  body.v9-home .v9-hero-shade{background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.94) 30%,rgba(255,255,255,.58) 48%,rgba(255,255,255,.08) 66%,rgba(255,255,255,0) 77%)}
}

@media(max-width:900px){
  body.v9-home .v9-topbar{font-size:10px;letter-spacing:.08em}
  body.v9-home .v9-nav-wrap{
    min-height:96px;
    display:flex;
    justify-content:space-between;
    gap:12px;
  }
  body.v9-home .v9-brand{width:285px;height:82px;max-width:68vw}
  body.v9-home .v9-brand img{max-height:82px}
  body.v9-home .v9-nav{
    display:none;
    position:absolute;
    top:96px;
    left:0;right:0;
    z-index:90;
    background:#fff;
    padding:18px 26px 24px;
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
    border-bottom:1px solid #e7e0d5;
    box-shadow:0 18px 30px rgba(7,31,50,.12);
  }
  body.v9-home .v9-nav.open{display:flex}
  body.v9-home .v9-nav a{width:100%;padding:11px 0;font-size:14px}
  body.v9-home .v9-call-pill{display:none}
  body.v9-home .v9-menu-btn{display:block}
  body.v9-home .v9-mobile-actions{display:grid;grid-template-columns:1fr 1fr;position:relative;z-index:50}
  body.v9-home .v9-mobile-actions a{min-height:50px;font-size:13px;font-weight:900}

  /* Mobile hero is deliberately stacked so the truck can never stretch or look warped. */
  body.v9-home .v9-hero{display:block;min-height:0;background:#fff;overflow:visible}
  body.v9-home .v9-hero-image{
    position:relative;
    inset:auto;
    width:100%;
    aspect-ratio:3/2;
    background-size:cover;
    background-position:center center;
    order:2;
  }
  body.v9-home .v9-hero-shade{display:none}
  body.v9-home .v9-hero-content{padding:44px 0 38px;background:linear-gradient(180deg,#fff,#fbf8f1)}
  body.v9-home .v9-hero-copy{width:100%;max-width:680px}
  body.v9-home .v9-hero h1{font-size:clamp(45px,10vw,64px)}
  body.v9-home .v9-hero-copy>p{font-size:17px;margin:18px 0 22px}
  body.v9-home .v9-local-line{line-height:1.7}
  body.v9-home .v9-trust-grid{grid-template-columns:1fr 1fr}
  body.v9-home .v9-trust-grid>div:nth-child(2){border-right:0}
  body.v9-home .v9-trust-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}
}

@media(max-width:600px){
  body.v9-home .wrap{width:min(100% - 30px,1180px)}
  body.v9-home .v9-topbar{padding:6px 10px;font-size:9px;line-height:1.4}
  body.v9-home .v9-nav-wrap{min-height:92px}
  body.v9-home .v9-nav{top:92px}
  body.v9-home .v9-brand{width:275px;height:80px;max-width:78vw}
  body.v9-home .v9-brand img{max-height:80px}
  body.v9-home .v9-menu-btn{font-size:29px;padding:4px 2px}
  body.v9-home .v9-mobile-actions a{font-size:12px;padding:0 5px}
  body.v9-home .v9-hero-content{padding:34px 0 30px}
  body.v9-home .v9-eyebrow{font-size:10px;margin-bottom:9px}
  body.v9-home .v9-hero h1{font-size:47px;line-height:1.01}
  body.v9-home .v9-hero-copy>p{font-size:16px;line-height:1.55}
  body.v9-home .v9-hero-actions{display:grid;grid-template-columns:1fr;gap:9px}
  body.v9-home .v9-btn{width:100%;min-height:51px;font-size:13px}
  body.v9-home .v9-local-line{font-size:11px;margin-top:16px}
  body.v9-home .v9-hero-image{aspect-ratio:3/2;background-position:52% center}
  body.v9-home .v9-trust-grid{grid-template-columns:1fr}
  body.v9-home .v9-trust-grid>div{min-height:86px;border-right:0;border-bottom:1px solid rgba(255,255,255,.14);padding:18px 16px 17px 55px}
  body.v9-home .v9-trust-grid>div:last-child{border-bottom:0}
  body.v9-home .v9-trust-icon{left:16px;top:25px}
  body.v9-home .intro{padding-top:58px;padding-bottom:52px}
  body.v9-home .services{padding-top:56px}
  body.v9-home .seo-service-links{padding-bottom:56px}
}

@media(max-width:390px){
  body.v9-home .v9-brand{width:245px;max-width:74vw}
  body.v9-home .v9-hero h1{font-size:43px}
}
@media(max-width:900px){
  body.v9-home .v9-hero{display:flex;flex-direction:column}
  body.v9-home .v9-hero-content{order:1}
  body.v9-home .v9-hero-image{order:2}
}
body.v9-home .v9-response-note{display:inline-block;margin-top:5px;color:#6d7d89;font-weight:700}
body.v9-home .service-card{display:flex;flex-direction:column}
body.v9-home .service-card p{flex:1}
body.v9-home .service-card-link{display:inline-block;margin-top:18px;color:#8e682f;font-size:12px;font-weight:900;letter-spacing:.01em}
body.v9-home .service-card-link:hover{color:#08243f}

/* =========================================================
   V10 PREMIUM HOMEPAGE REDESIGN
   ========================================================= */
body.v10-home{margin:0;background:#fff;color:#102943}
body.v10-home .topbar{display:none}
.v10-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.98);border-bottom:1px solid #ebe6dc;box-shadow:0 6px 24px rgba(8,36,63,.06);backdrop-filter:blur(12px)}
.v10-header-inner{min-height:116px;display:grid;grid-template-columns:330px 1fr auto;align-items:center;gap:28px}
.v10-brand{display:flex;align-items:center;width:330px;height:100px}.v10-brand img{width:100%;height:100%;object-fit:contain;object-position:left center}
.v10-nav{display:flex;justify-content:center;align-items:center;gap:25px;font-size:13px;font-weight:900;color:#173451}.v10-nav a{position:relative;padding:12px 0}.v10-nav a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:5px;background:#b08644;transition:.18s}.v10-nav a:hover:after{right:0}
.v10-call{display:inline-flex;align-items:center;gap:9px;min-height:50px;padding:0 18px;border-radius:12px;background:#08243f;color:#fff;font-size:14px;font-weight:900;box-shadow:0 8px 22px rgba(8,36,63,.15);white-space:nowrap}.v10-call:hover{background:#0d3557}
.v10-menu{display:none;border:0;background:transparent;color:#08243f;font-size:30px;padding:6px}
.v10-mobile-actions{display:none}
.v10-hero{display:grid;grid-template-columns:minmax(430px,43%) 1fr;min-height:610px;background:#f8f6f0;overflow:hidden;border-bottom:1px solid #e5dfd4}
.v10-hero-copy-panel{position:relative;display:flex;align-items:center;background:linear-gradient(135deg,#fff 0%,#fcfaf4 70%,#f0e6d4 100%)}
.v10-hero-copy-panel:after{content:"";position:absolute;right:-80px;top:0;bottom:0;width:150px;background:linear-gradient(90deg,rgba(252,250,244,1),rgba(252,250,244,0));z-index:2;pointer-events:none}
.v10-hero-copy{position:relative;z-index:3;padding:70px max(38px,calc((100vw - 1180px)/2)) 70px max(38px,calc((100vw - 1180px)/2));padding-right:28px;max-width:650px}
.v10-kicker{font-size:11px;font-weight:950;letter-spacing:.18em;color:#99713c;margin-bottom:14px}
.v10-hero h1{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(54px,5.3vw,78px);line-height:.98;letter-spacing:-.055em;color:#08243f;font-weight:950}.v10-hero h1 span{color:#b58231}
.v10-hero-copy>p{font-size:18px;line-height:1.62;color:#385166;margin:24px 0 26px;max-width:590px}
.v10-hero-actions{display:flex;flex-wrap:wrap;gap:11px}.v10-primary,.v10-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 20px;border-radius:10px;font-size:14px;font-weight:950;box-shadow:0 8px 18px rgba(8,36,63,.11)}.v10-primary{background:#08243f;color:#fff}.v10-secondary{background:#b08644;color:#fff}.v10-primary:hover{background:#0d3557}.v10-secondary:hover{background:#9f773e}
.v10-proofline{margin-top:20px;font-size:11px;font-weight:850;color:#365068;letter-spacing:.015em}
.v10-hero-photo{position:relative;min-width:0;background:#d9d9d9}.v10-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.v10-trust{background:#08243f;color:#fff;box-shadow:0 12px 28px rgba(8,36,63,.12)}.v10-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.v10-trust-grid>div{display:flex;align-items:center;gap:14px;min-height:102px;padding:18px 22px;border-right:1px solid rgba(255,255,255,.14)}.v10-trust-grid>div:last-child{border-right:0}.v10-trust b{flex:0 0 34px;width:34px;height:34px;border:2px solid #b08644;border-radius:50%;display:grid;place-items:center;color:#d2a45c}.v10-trust span{display:flex;flex-direction:column}.v10-trust strong{font-size:13px;letter-spacing:.02em}.v10-trust small{font-size:11px;color:#c6d2dc;margin-top:3px;line-height:1.35}
.v10-overview{padding:72px 0 74px;background:#fff}.v10-overview-head{display:grid;grid-template-columns:1.05fr .95fr;align-items:end;gap:60px;margin-bottom:34px}.v10-overview-head span{font-size:11px;font-weight:950;letter-spacing:.18em;color:#9d7437}.v10-overview-head h2{margin:7px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4.4vw,54px);line-height:1.03;color:#08243f}.v10-overview-head p{margin:0 0 6px;color:#65727d;font-size:16px}
.v10-overview-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.v10-overview-grid a{min-height:186px;padding:22px 18px;border:1px solid #e7e1d6;border-radius:14px;background:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(7,31,50,.04);transition:.2s}.v10-overview-grid a:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(7,31,50,.10);border-color:#d2bc98}.v10-overview-grid i{font-style:normal;width:42px;height:42px;border:1px solid #d7c3a2;border-radius:10px;display:grid;place-items:center;color:#a27636;font-size:21px;margin-bottom:13px}.v10-overview-grid strong{color:#08243f;font-family:Georgia,"Times New Roman",serif;font-size:19px}.v10-overview-grid small{font-size:12px;color:#677581;line-height:1.5;margin-top:7px}
body.v10-home .intro{background:#faf9f6}body.v10-home .services{background:#fff}body.v10-home .request-chips-section{background:#fff}body.v10-home .seo-service-links{background:#faf9f6;padding-top:64px}body.v10-home .how-it-works{background:#fff}body.v10-home .who-help{background:#faf9f6}body.v10-home .faq-section{background:#faf9f6}body.v10-home .truck-section{display:none}
body.v10-home .service-card{border-color:#e7e1d7;box-shadow:0 8px 22px rgba(7,31,50,.04)}body.v10-home .service-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(7,31,50,.1)}
@media(max-width:1180px){.v10-header-inner{grid-template-columns:290px 1fr auto;gap:18px}.v10-brand{width:290px;height:88px}.v10-nav{gap:17px;font-size:12px}.v10-call span{display:none}.v10-call{width:50px;padding:0;justify-content:center;border-radius:50%}.v10-overview-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.v10-header-inner{min-height:96px;display:flex;justify-content:space-between;gap:10px}.v10-brand{width:285px;height:82px;max-width:70vw}.v10-nav{display:none;position:absolute;top:96px;left:0;right:0;z-index:100;background:#fff;padding:14px 24px 22px;flex-direction:column;align-items:flex-start;gap:2px;border-bottom:1px solid #e7e1d7;box-shadow:0 18px 28px rgba(8,36,63,.12)}.v10-nav.open{display:flex}.v10-nav a{width:100%;padding:11px 0}.v10-call{display:none}.v10-menu{display:block}.v10-mobile-actions{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-bottom:1px solid #e5dfd4}.v10-mobile-actions a{min-height:50px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:950}.v10-mobile-actions a:first-child{background:#b08644;color:#08243f}.v10-mobile-actions a:last-child{border-left:1px solid #e5dfd4;color:#08243f}.v10-hero{grid-template-columns:1fr;min-height:0}.v10-hero-copy-panel{order:1}.v10-hero-copy-panel:after{display:none}.v10-hero-copy{max-width:none;padding:42px 26px 34px}.v10-hero-photo{order:2;aspect-ratio:3/2}.v10-hero-photo img{height:100%;object-fit:cover;object-position:center center}.v10-hero h1{font-size:clamp(48px,9vw,64px)}.v10-trust-grid{grid-template-columns:1fr 1fr}.v10-trust-grid>div:nth-child(2){border-right:0}.v10-trust-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}.v10-overview-head{grid-template-columns:1fr;gap:14px}.v10-overview-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.v10-header-inner{min-height:90px}.v10-brand{width:265px;height:78px;max-width:78vw}.v10-nav{top:90px}.v10-hero-copy{padding:34px 20px 29px}.v10-kicker{font-size:9px;margin-bottom:9px}.v10-hero h1{font-size:46px}.v10-hero-copy>p{font-size:16px;line-height:1.55;margin:18px 0 21px}.v10-hero-actions{display:grid;grid-template-columns:1fr}.v10-primary,.v10-secondary{width:100%;font-size:13px}.v10-proofline{font-size:10px;line-height:1.6}.v10-hero-photo{aspect-ratio:3/2}.v10-trust-grid{grid-template-columns:1fr}.v10-trust-grid>div{min-height:82px;border-right:0;border-bottom:1px solid rgba(255,255,255,.14);padding:15px 17px}.v10-trust-grid>div:last-child{border-bottom:0}.v10-overview{padding:54px 0}.v10-overview-head h2{font-size:38px}.v10-overview-grid{grid-template-columns:1fr 1fr;gap:10px}.v10-overview-grid a{min-height:170px;padding:18px 12px}.v10-overview-grid strong{font-size:17px}.v10-overview-grid small{font-size:11px}}
@media(max-width:390px){.v10-brand{width:240px;max-width:75vw}.v10-hero h1{font-size:42px}.v10-overview-grid{grid-template-columns:1fr}}
@media(max-width:430px){body.v10-home .v10-hero-photo{height:280px}body.v10-home .v10-hero-photo img{object-position:58% 44%}}


/* V12 blended hero refinement */

.v10-hero{position:relative;display:block;min-height:680px;overflow:hidden;border-bottom:1px solid #e5dfd4;
  background-image: linear-gradient(90deg, rgba(250,248,243,1) 0%, rgba(250,248,243,.98) 28%, rgba(250,248,243,.90) 40%, rgba(250,248,243,.62) 52%, rgba(250,248,243,.24) 64%, rgba(250,248,243,0) 76%), url("assets/hero-truck-v11.webp");
  background-size: cover; background-position: center center;}
.v10-hero-copy-panel{background:transparent;max-width:58%;min-height:680px;display:flex;align-items:center}
.v10-hero-copy-panel:after{display:none}
.v10-hero-copy{max-width:760px;padding-top:92px;padding-bottom:92px;padding-right:36px}
.v10-hero-photo{display:none}
.v10-hero h1{max-width:620px}
.v10-hero-copy>p{max-width:610px}
.v10-hero-actions{margin-bottom:14px}
@media(max-width:1180px){
  .v10-hero{min-height:620px;background-position: 64% center;}
  .v10-hero-copy-panel{max-width:60%;min-height:620px}
  .v10-hero-copy{padding-top:74px;padding-bottom:74px}
}
@media(max-width:900px){
  .v10-hero{min-height:860px;background-image: linear-gradient(180deg, rgba(250,248,243,1) 0%, rgba(250,248,243,.98) 34%, rgba(250,248,243,.9) 46%, rgba(250,248,243,.58) 58%, rgba(250,248,243,.18) 67%, rgba(250,248,243,0) 76%), url("assets/hero-truck-v11.webp"); background-position:center bottom; background-size:cover;}
  .v10-hero-copy-panel{max-width:none;min-height:auto;display:block}
  .v10-hero-copy{padding:42px 26px 360px;max-width:none}
  .v10-hero h1{max-width:520px}
}
@media(max-width:600px){
  .v10-hero{min-height:830px;background-position: 66% bottom;}
  .v10-hero-copy{padding:34px 20px 340px}
  .v10-hero h1{font-size:44px;line-height:.96;letter-spacing:-.05em}
  .v10-proofline{font-size:11px;line-height:1.55;max-width:320px}
}
@media(max-width:420px){
  .v10-hero{min-height:790px;background-position: 63% bottom;}
  .v10-hero-copy{padding-bottom:300px}
}

/* V13 approved landing-page match: desktop reference + controlled mobile crop */
body.v10-home .v10-header{background:#fff;border-bottom:0;box-shadow:none}
body.v10-home .v10-header-inner{min-height:146px;max-width:1460px;margin:auto}
body.v10-home .v10-brand{width:252px;height:112px}
body.v10-home .v10-brand img{width:100%;height:100%;object-fit:contain}
body.v10-home .v10-nav{gap:28px}
body.v10-home .v10-nav a{font-size:13px;font-weight:900;text-transform:uppercase;color:#0b2542;letter-spacing:-.01em;white-space:nowrap}
body.v10-home .v10-call{min-height:48px;padding:0 22px;border-radius:9px;background:#092643;color:#fff;font-size:16px;font-weight:900;box-shadow:none}
body.v10-home .v10-mobile-actions{display:none}

body.v10-home .v10-hero{
  display:grid;
  grid-template-columns:minmax(460px,39%) 1fr;
  min-height:520px;
  height:520px;
  background:#f7f4ed;
  overflow:hidden;
  border:0;
}
body.v10-home .v10-hero-copy-panel{
  position:relative;
  display:flex;
  align-items:center;
  max-width:none;
  min-height:520px;
  background:linear-gradient(90deg,#fbfaf6 0%,#fbfaf6 68%,rgba(251,250,246,.96) 80%,rgba(251,250,246,.80) 89%,rgba(251,250,246,.42) 96%,rgba(251,250,246,0) 100%);
  z-index:2;
}
body.v10-home .v10-hero-copy-panel:after{
  display:block;
  content:"";
  position:absolute;
  top:0;right:-170px;bottom:0;
  width:260px;
  background:linear-gradient(90deg,rgba(251,250,246,.98) 0%,rgba(251,250,246,.78) 38%,rgba(251,250,246,.32) 72%,rgba(251,250,246,0) 100%);
  pointer-events:none;
}
body.v10-home .v10-hero-copy{
  width:100%;
  max-width:590px;
  padding:52px 18px 48px max(70px,calc((100vw - 1400px)/2));
}
body.v10-home .v10-hero h1{
  max-width:560px;
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:54px;
  line-height:1.03;
  letter-spacing:.015em;
  color:#0a2745;
  font-weight:950;
}
body.v10-home .v10-hero h1 span{color:#b8852d}
body.v10-home .v10-hero-copy>p{
  max-width:515px;
  margin:20px 0 22px;
  color:#22384d;
  font-size:17px;
  line-height:1.62;
}
body.v10-home .v10-hero-actions{display:flex;gap:12px;flex-wrap:nowrap;margin:0 0 20px}
body.v10-home .v10-primary,body.v10-home .v10-secondary{
  min-height:47px;
  padding:0 16px;
  border-radius:9px;
  font-size:13px;
  font-weight:950;
  box-shadow:none;
  white-space:nowrap;
}
body.v10-home .v10-primary{background:#0a2947}
body.v10-home .v10-secondary{background:#bd892c}
body.v10-home .v10-proofline{font-size:13px;font-weight:900;color:#163553;white-space:nowrap}
body.v10-home .v10-hero-photo{display:block;position:relative;min-width:0;overflow:hidden;background:#e9e5dc}
body.v10-home .v10-hero-photo:before{content:"";position:absolute;inset:0 auto 0 0;width:210px;z-index:1;background:linear-gradient(90deg,rgba(251,250,246,.58) 0%,rgba(251,250,246,.28) 48%,rgba(251,250,246,0) 100%);pointer-events:none}
body.v10-home .v10-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:53% 49%;display:block;transform:scale(1.01)}

body.v10-home .v10-trust{background:#082946;padding:0}
body.v10-home .v10-trust-grid{max-width:1420px;grid-template-columns:repeat(4,1fr)}
body.v10-home .v10-trust-grid>div{min-height:86px;padding:15px 28px;border-right:1px solid rgba(255,255,255,.18)}
body.v10-home .v10-trust-grid>div:last-child{border-right:0}
body.v10-home .v10-trust-grid b{font-size:31px;color:#c58d2f}
body.v10-home .v10-trust-grid strong{font-size:13px;color:#fff;letter-spacing:.01em}
body.v10-home .v10-trust-grid small{font-size:12px;color:#fff;margin-top:5px}

body.v10-home .v10-overview{padding:30px 0 48px;background:#fff}
body.v10-home .v10-overview-head{display:block;text-align:center;margin-bottom:20px}
body.v10-home .v10-overview-head>div>span{font-size:12px;color:#b9852e;font-weight:900;letter-spacing:.09em}
body.v10-home .v10-overview-head h2{font-size:30px;line-height:1.1;margin:5px 0 8px;color:#0b2948}
body.v10-home .v10-overview-head p{max-width:none;margin:0;color:#293b4c;font-size:13px}
body.v10-home .v10-overview-grid{grid-template-columns:repeat(6,1fr);gap:20px}
body.v10-home .v10-overview-grid a{min-height:158px;padding:18px 13px;border-radius:5px;border:1px solid #e5e2dc;box-shadow:none;background:#fff}
body.v10-home .v10-overview-grid i{font-size:29px;color:#b9852e;margin-bottom:9px}
body.v10-home .v10-overview-grid strong{font-size:14px;color:#0c2643}
body.v10-home .v10-overview-grid small{font-size:12px;line-height:1.45;color:#26384a;margin-top:5px}

@media(max-width:1360px){
  body.v10-home .v10-header-inner{min-height:132px;padding:0 22px;grid-template-columns:230px 1fr auto;gap:20px}
  body.v10-home .v10-brand{width:228px;height:98px}
  body.v10-home .v10-nav{gap:20px}
  body.v10-home .v10-nav a{font-size:12px;letter-spacing:0}
  body.v10-home .v10-call{font-size:15px;padding:0 18px}
}

@media(max-width:1240px){
  body.v10-home .v10-header-inner{min-height:118px;padding:0 20px;grid-template-columns:210px 1fr auto;gap:16px}
  body.v10-home .v10-brand{width:208px;height:88px}
  body.v10-home .v10-nav{gap:14px}
  body.v10-home .v10-nav a{font-size:11px;letter-spacing:0}
  body.v10-home .v10-call{font-size:14px;padding:0 14px}
}

@media(max-width:1180px){
  body.v10-home .v10-header-inner{min-height:112px}
  body.v10-home .v10-brand{width:220px;height:90px}
  body.v10-home .v10-nav{gap:18px}
  body.v10-home .v10-nav a{font-size:11px}
  body.v10-home .v10-call{font-size:14px;padding:0 16px}
  body.v10-home .v10-hero{grid-template-columns:minmax(400px,43%) 1fr;height:500px;min-height:500px}
  body.v10-home .v10-hero-copy-panel{min-height:500px}
  body.v10-home .v10-hero-copy{padding-left:38px;padding-right:24px}
  body.v10-home .v10-hero h1{font-size:46px}
  body.v10-home .v10-hero-copy>p{font-size:16px}
  body.v10-home .v10-overview-grid{gap:12px}
}

@media(max-width:900px){
  body.v10-home .v10-header-inner{min-height:92px}
  body.v10-home .v10-brand{width:240px;height:78px}
  body.v10-home .v10-nav{top:92px;gap:0}
  body.v10-home .v10-nav a{font-size:13px}
  body.v10-home .v10-mobile-actions{display:none}
  body.v10-home .v10-hero{display:flex;flex-direction:column;height:auto;min-height:0;background:#fbfaf6}
  body.v10-home .v10-hero-copy-panel{order:1;min-height:0;background:linear-gradient(180deg,#fbfaf6 0%,#fbfaf6 100%)}
  body.v10-home .v10-hero-copy-panel:after{display:none}
  body.v10-home .v10-hero-copy{max-width:none;padding:34px 26px 28px}
  body.v10-home .v10-hero h1{font-size:46px;line-height:1.02}
  body.v10-home .v10-hero-copy>p{max-width:650px;font-size:16px;margin:16px 0 18px}
  body.v10-home .v10-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}
  body.v10-home .v10-proofline{white-space:normal;font-size:12px}
  body.v10-home .v10-hero-photo{order:2;height:390px;aspect-ratio:auto}
  body.v10-home .v10-hero-photo:before{display:none}
  body.v10-home .v10-hero-photo img{object-position:56% 44%;transform:none}
  body.v10-home .v10-trust-grid{grid-template-columns:1fr 1fr}
  body.v10-home .v10-overview-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:600px){
  body.v10-home .v10-header-inner{min-height:84px;padding:0 18px}
  body.v10-home .v10-brand{width:210px;height:70px;max-width:70vw}
  body.v10-home .v10-nav{top:84px}
  body.v10-home .v10-hero-copy{padding:28px 20px 24px}
  body.v10-home .v10-hero h1{font-size:39px;letter-spacing:0}
  body.v10-home .v10-hero-copy>p{font-size:15px;line-height:1.52}
  body.v10-home .v10-hero-actions{grid-template-columns:1fr}
  body.v10-home .v10-primary,body.v10-home .v10-secondary{width:100%;min-height:50px;font-size:13px}
  body.v10-home .v10-hero-photo{height:310px}
  body.v10-home .v10-hero-photo img{object-position:57% 44%}
  body.v10-home .v10-trust-grid{grid-template-columns:1fr 1fr}
  body.v10-home .v10-trust-grid>div{min-height:96px;padding:14px 12px}
  body.v10-home .v10-trust-grid b{font-size:24px}
  body.v10-home .v10-trust-grid strong{font-size:11px}
  body.v10-home .v10-trust-grid small{font-size:10px}
  body.v10-home .v10-overview{padding:28px 0 36px}
  body.v10-home .v10-overview-grid{grid-template-columns:1fr 1fr;gap:10px}
  body.v10-home .v10-overview-grid a{min-height:152px}
}

/* V16: keep the final proof phrase together so “On.” never hangs alone */
body.v10-home .v10-proofline .proof-quality{white-space:nowrap}


/* V19: seamless desktop hero blend */
@media (min-width:901px){
  body.v10-home .v10-hero{
    position:relative;
    display:block;
    min-height:520px;
    height:520px;
    background:
      linear-gradient(
        90deg,
        rgba(251,250,246,1) 0%,
        rgba(251,250,246,.99) 24%,
        rgba(251,250,246,.95) 33%,
        rgba(251,250,246,.78) 41%,
        rgba(251,250,246,.48) 49%,
        rgba(251,250,246,.18) 57%,
        rgba(251,250,246,0) 66%
      ),
      url("assets/hero-truck-v11.webp");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:62% 49%;
    overflow:hidden;
  }

  body.v10-home .v10-hero-copy-panel{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    width:46%;
    max-width:680px;
    min-height:520px;
    background:transparent;
  }

  body.v10-home .v10-hero-copy-panel:after{
    display:none;
  }

  body.v10-home .v10-hero-copy{
    width:100%;
    max-width:590px;
    padding:52px 18px 48px max(70px,calc((100vw - 1400px)/2));
  }

  body.v10-home .v10-hero-photo{
    display:none;
  }
}

@media (min-width:901px) and (max-width:1180px){
  body.v10-home .v10-hero{
    min-height:500px;
    height:500px;
    background-position:65% 49%;
  }
  body.v10-home .v10-hero-copy-panel{
    width:48%;
    min-height:500px;
  }
}


/* V20: mobile-first hero polish */
@media(max-width:600px){
  body.v10-home .v10-header-inner{min-height:78px;padding:0 16px}
  body.v10-home .v10-brand{width:190px;height:62px;max-width:68vw}
  body.v10-home .v10-nav{top:78px}
  body.v10-home .v10-menu{font-size:28px}

  body.v10-home .v10-hero-copy{padding:22px 20px 18px}
  body.v10-home .v10-hero h1{
    font-size:34px;
    line-height:.98;
    letter-spacing:-.025em;
    max-width:100%;
  }
  body.v10-home .v10-hero h1 br:nth-of-type(1){display:none}
  body.v10-home .v10-hero h1 br:nth-of-type(2){display:none}
  body.v10-home .v10-hero h1 span{display:block;margin-top:2px}

  body.v10-home .v10-hero-copy>p{
    font-size:14.5px;
    line-height:1.48;
    margin:15px 0 16px;
    max-width:96%;
  }
  body.v10-home .v10-hero-actions{gap:9px;margin-bottom:12px}
  body.v10-home .v10-primary,body.v10-home .v10-secondary{
    min-height:46px;
    font-size:12.5px;
    border-radius:9px;
  }
  body.v10-home .v10-proofline{
    font-size:11px;
    line-height:1.45;
    margin-top:2px;
  }
  body.v10-home .v10-hero-photo{height:245px}
  body.v10-home .v10-hero-photo img{object-position:58% 43%}
}

@media(max-width:430px){
  body.v10-home .v10-hero h1{font-size:32px}
  body.v10-home .v10-hero-photo{height:230px}
}


/* V21 final visual polish: balanced headline, calmer mobile, cleaner desktop truck composition */
body.v10-home .v10-hero h1 .headline-line{display:block;color:#0a2745}
body.v10-home .v10-hero h1 .headline-line em{font-style:normal;color:#b8852d}

@media(min-width:901px){
  body.v10-home .v10-hero{
    display:grid !important;
    grid-template-columns:minmax(500px,39%) 1fr !important;
    min-height:520px !important;
    height:520px !important;
    background:#fbfaf6 !important;
    overflow:hidden;
  }
  body.v10-home .v10-hero-copy-panel{
    position:relative !important;
    width:auto !important;
    max-width:none !important;
    min-height:520px !important;
    background:linear-gradient(90deg,#fbfaf6 0%,#fbfaf6 74%,rgba(251,250,246,.96) 86%,rgba(251,250,246,.55) 96%,rgba(251,250,246,0) 100%) !important;
    z-index:3 !important;
  }
  body.v10-home .v10-hero-copy-panel:after{
    display:block !important;
    content:"";
    position:absolute;
    right:-190px;top:0;bottom:0;width:250px;
    background:linear-gradient(90deg,rgba(251,250,246,.95),rgba(251,250,246,.42) 58%,rgba(251,250,246,0));
    pointer-events:none;
  }
  body.v10-home .v10-hero-copy{
    max-width:610px !important;
    padding:52px 24px 48px max(54px,calc((100vw - 1400px)/2)) !important;
  }
  body.v10-home .v10-hero h1{
    font-size:51px !important;
    line-height:1.02 !important;
    letter-spacing:-.025em !important;
    max-width:590px !important;
  }
  body.v10-home .v10-hero h1 .headline-line2{margin-top:4px}
  body.v10-home .v10-hero-photo{
    display:block !important;
    position:relative;
    min-width:0;
    overflow:hidden;
    background:#f1eee7 url("assets/hero-truck-v11.webp") no-repeat right center !important;
    background-size:86% auto !important;
  }
  body.v10-home .v10-hero-photo:before{
    display:block !important;
    content:"";
    position:absolute;inset:0 auto 0 0;width:250px;z-index:2;
    background:linear-gradient(90deg,#fbfaf6 0%,rgba(251,250,246,.86) 26%,rgba(251,250,246,.42) 62%,rgba(251,250,246,0) 100%);
    pointer-events:none;
  }
  body.v10-home .v10-hero-photo img{display:none !important}
}

@media(min-width:901px) and (max-width:1180px){
  body.v10-home .v10-hero{grid-template-columns:minmax(430px,43%) 1fr !important;height:500px !important;min-height:500px !important}
  body.v10-home .v10-hero-copy-panel{min-height:500px !important}
  body.v10-home .v10-hero h1{font-size:43px !important}
  body.v10-home .v10-hero-photo{background-size:91% auto !important}
}

@media(max-width:900px){
  body.v10-home .v10-hero h1 .headline-line{display:block}
  body.v10-home .v10-hero h1 .headline-line2{margin-top:3px}
}

@media(max-width:600px){
  body.v10-home .v10-header-inner{min-height:74px;padding:0 16px}
  body.v10-home .v10-brand{width:184px;height:58px;max-width:66vw}
  body.v10-home .v10-nav{top:74px}
  body.v10-home .v10-hero-copy{padding:22px 20px 17px}
  body.v10-home .v10-hero h1{
    font-size:31px !important;
    line-height:1.02 !important;
    letter-spacing:-.038em !important;
    max-width:none !important;
  }
  body.v10-home .v10-hero h1 .headline-line1{white-space:nowrap}
  body.v10-home .v10-hero h1 .headline-line2{white-space:nowrap;margin-top:2px}
  body.v10-home .v10-hero-copy>p{
    font-size:14px;
    line-height:1.45;
    margin:14px 0 15px;
    max-width:100%;
  }
  body.v10-home .v10-hero-actions{gap:8px;margin-bottom:11px}
  body.v10-home .v10-primary,body.v10-home .v10-secondary{min-height:45px;font-size:12.5px}
  body.v10-home .v10-proofline{font-size:10.5px;line-height:1.4;margin-top:1px}
  body.v10-home .v10-hero-photo{height:255px}
  body.v10-home .v10-hero-photo img{display:block !important;object-position:58% 42%;transform:none}
  body.v10-home .v10-trust-grid{grid-template-columns:1fr 1fr}
  body.v10-home .v10-trust-grid>div{min-height:74px;padding:12px 11px;gap:9px}
  body.v10-home .v10-trust-grid b{font-size:22px}
  body.v10-home .v10-trust-grid strong{font-size:10.5px;line-height:1.22}
  body.v10-home .v10-trust-grid small{display:none}
}

@media(max-width:390px){
  body.v10-home .v10-hero h1{font-size:29px !important}
  body.v10-home .v10-hero-photo{height:240px}
}


/* V22 FINAL REFERENCE MATCH -------------------------------------------------- */
html{scroll-padding-top:150px}
body.v10-home section[id], body.v10-home [id="todo"], body.v10-home [id="areas"], body.v10-home [id="projects"], body.v10-home [id="reviews"], body.v10-home [id="contact"], body.v10-home [id="maintenance"]{scroll-margin-top:150px}

/* Header: larger brand, balanced nav, same airy reference proportions. */
body.v10-home .v10-header{background:#fff !important;border-bottom:0 !important;box-shadow:none !important}
body.v10-home .v10-header-inner{
  min-height:142px !important;
  max-width:1460px !important;
  margin:0 auto !important;
  grid-template-columns:300px 1fr auto !important;
  gap:28px !important;
  padding:0 38px !important;
}
body.v10-home .v10-brand{width:286px !important;height:118px !important;max-width:none !important}
body.v10-home .v10-brand img{width:100% !important;height:100% !important;object-fit:contain !important;object-position:left center !important}
body.v10-home .v10-nav{gap:34px !important}
body.v10-home .v10-nav a{font-size:13px !important;white-space:nowrap !important}
body.v10-home .v10-call{min-height:48px !important;padding:0 22px !important;font-size:16px !important}

/* Desktop hero: one image across the hero with a long feathered fade. This removes
   the visible split and keeps the truck to the right like the approved reference. */
@media(min-width:901px){
  body.v10-home .v10-hero{
    position:relative !important;
    display:block !important;
    height:520px !important;
    min-height:520px !important;
    overflow:hidden !important;
    border:0 !important;
    background:
      linear-gradient(90deg,
        rgba(251,250,246,1) 0%,
        rgba(251,250,246,1) 23%,
        rgba(251,250,246,.98) 31%,
        rgba(251,250,246,.92) 38%,
        rgba(251,250,246,.75) 45%,
        rgba(251,250,246,.46) 52%,
        rgba(251,250,246,.18) 59%,
        rgba(251,250,246,0) 67%),
      url("assets/hero-truck-v11.webp") !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:61% 47% !important;
  }
  body.v10-home .v10-hero-copy-panel{
    position:relative !important;
    z-index:2 !important;
    width:48% !important;
    max-width:700px !important;
    min-height:520px !important;
    display:flex !important;
    align-items:center !important;
    background:transparent !important;
  }
  body.v10-home .v10-hero-copy-panel:after{display:none !important}
  body.v10-home .v10-hero-copy{
    width:100% !important;
    max-width:610px !important;
    padding:52px 20px 48px max(68px,calc((100vw - 1400px)/2)) !important;
  }
  body.v10-home .v10-hero h1{
    margin:0 !important;
    max-width:590px !important;
    font-size:54px !important;
    line-height:1.02 !important;
    letter-spacing:-.028em !important;
    font-weight:950 !important;
  }
  body.v10-home .v10-hero h1 .headline-line{display:block !important;white-space:nowrap !important;color:#0a2745 !important}
  body.v10-home .v10-hero h1 .headline-line2{margin-top:0 !important}
  body.v10-home .v10-hero h1 .headline-line3{margin-top:4px !important}
  body.v10-home .v10-hero h1 .headline-line3 em{color:#b8852d !important;font-style:normal !important}
  body.v10-home .v10-hero-copy>p{max-width:500px !important;margin:20px 0 22px !important;font-size:17px !important;line-height:1.58 !important}
  body.v10-home .v10-hero-actions{display:flex !important;gap:12px !important;flex-wrap:nowrap !important;margin-bottom:18px !important}
  body.v10-home .v10-primary,body.v10-home .v10-secondary{min-height:47px !important;font-size:13px !important;padding:0 16px !important}
  body.v10-home .v10-proofline{font-size:13px !important;white-space:nowrap !important}
  body.v10-home .v10-hero-photo{display:none !important}
}

/* Mid-size laptops: keep all nav items visible and preserve reference proportions. */
@media(min-width:901px) and (max-width:1260px){
  html{scroll-padding-top:125px}
  body.v10-home section[id], body.v10-home [id="todo"], body.v10-home [id="areas"], body.v10-home [id="projects"], body.v10-home [id="reviews"], body.v10-home [id="contact"], body.v10-home [id="maintenance"]{scroll-margin-top:125px}
  body.v10-home .v10-header-inner{min-height:118px !important;grid-template-columns:225px 1fr auto !important;gap:17px !important;padding:0 24px !important}
  body.v10-home .v10-brand{width:220px !important;height:92px !important}
  body.v10-home .v10-nav{gap:17px !important}
  body.v10-home .v10-nav a{font-size:11.5px !important}
  body.v10-home .v10-call{font-size:14px !important;padding:0 16px !important}
  body.v10-home .v10-hero{height:500px !important;min-height:500px !important;background-position:64% 47% !important}
  body.v10-home .v10-hero-copy-panel{width:49% !important;min-height:500px !important}
  body.v10-home .v10-hero-copy{padding-left:38px !important;padding-right:18px !important}
  body.v10-home .v10-hero h1{font-size:45px !important}
  body.v10-home .v10-hero-copy>p{font-size:16px !important}
}

/* Mobile: strong, balanced headline, logo remains prominent, truck sits directly under copy. */
@media(max-width:900px){
  html{scroll-padding-top:88px}
  body.v10-home section[id], body.v10-home [id="todo"], body.v10-home [id="areas"], body.v10-home [id="projects"], body.v10-home [id="reviews"], body.v10-home [id="contact"], body.v10-home [id="maintenance"]{scroll-margin-top:88px}
  body.v10-home .v10-header-inner{min-height:88px !important;padding:0 18px !important}
  body.v10-home .v10-brand{width:225px !important;height:74px !important;max-width:72vw !important}
  body.v10-home .v10-nav{top:88px !important}
  body.v10-home .v10-hero{display:flex !important;flex-direction:column !important;height:auto !important;min-height:0 !important;background:#fbfaf6 !important}
  body.v10-home .v10-hero-copy-panel{order:1 !important;min-height:0 !important;width:auto !important;max-width:none !important;background:#fbfaf6 !important}
  body.v10-home .v10-hero-copy-panel:after{display:none !important}
  body.v10-home .v10-hero-copy{padding:26px 20px 20px !important;max-width:none !important}
  body.v10-home .v10-hero h1{font-size:42px !important;line-height:.99 !important;letter-spacing:-.035em !important;max-width:100% !important}
  body.v10-home .v10-hero h1 .headline-line{display:block !important;white-space:normal !important}
  body.v10-home .v10-hero h1 .headline-line1{white-space:nowrap !important}
  body.v10-home .v10-hero h1 .headline-line2{white-space:nowrap !important;margin-top:0 !important}
  body.v10-home .v10-hero h1 .headline-line3{white-space:nowrap !important;margin-top:3px !important}
  body.v10-home .v10-hero-copy>p{font-size:15px !important;line-height:1.48 !important;margin:16px 0 17px !important;max-width:96% !important}
  body.v10-home .v10-hero-actions{display:grid !important;grid-template-columns:1fr 1fr !important;gap:9px !important;margin-bottom:13px !important}
  body.v10-home .v10-primary,body.v10-home .v10-secondary{min-height:47px !important;font-size:12.5px !important;padding:0 10px !important}
  body.v10-home .v10-proofline{font-size:11px !important;line-height:1.4 !important;white-space:normal !important}
  body.v10-home .v10-hero-photo{display:block !important;order:2 !important;height:300px !important;background:none !important}
  body.v10-home .v10-hero-photo:before{display:none !important}
  body.v10-home .v10-hero-photo img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:56% 42% !important;transform:none !important}
}

@media(max-width:600px){
  body.v10-home .v10-header-inner{min-height:84px !important}
  body.v10-home .v10-brand{width:215px !important;height:70px !important;max-width:72vw !important}
  body.v10-home .v10-nav{top:84px !important}
  body.v10-home .v10-hero-copy{padding:23px 20px 18px !important}
  body.v10-home .v10-hero h1{font-size:36px !important;line-height:1 !important}
  body.v10-home .v10-hero-copy>p{font-size:14.5px !important;margin:14px 0 15px !important}
  body.v10-home .v10-hero-actions{grid-template-columns:1fr !important;gap:8px !important;margin-bottom:12px !important}
  body.v10-home .v10-primary,body.v10-home .v10-secondary{min-height:48px !important;font-size:12.5px !important}
  body.v10-home .v10-hero-photo{height:270px !important}
  body.v10-home .v10-hero-photo img{object-position:57% 42% !important}
  body.v10-home .v10-trust-grid{grid-template-columns:1fr 1fr !important}
  body.v10-home .v10-trust-grid>div{min-height:78px !important;padding:12px !important}
  body.v10-home .v10-trust-grid small{display:none !important}
}

@media(max-width:410px){
  body.v10-home .v10-hero h1{font-size:33px !important}
  body.v10-home .v10-hero-photo{height:245px !important}
}


/* V23 final: lock in full-background desktop hero and safer anchor offsets */
@media(min-width:901px){
  html{scroll-padding-top:145px !important;}
  body.v10-home section[id], body.v10-home [id="todo"], body.v10-home [id="areas"], body.v10-home [id="projects"], body.v10-home [id="reviews"], body.v10-home [id="contact"], body.v10-home [id="maintenance"]{scroll-margin-top:145px !important;}
  body.v10-home .v10-brand{width:296px !important;height:122px !important;}
  body.v10-home .v10-hero{
    display:block !important;
    position:relative !important;
    height:520px !important;
    min-height:520px !important;
    background-image:
      linear-gradient(90deg,
        rgba(251,250,246,1) 0%,
        rgba(251,250,246,1) 22%,
        rgba(251,250,246,.98) 31%,
        rgba(251,250,246,.94) 39%,
        rgba(251,250,246,.82) 45%,
        rgba(251,250,246,.56) 51%,
        rgba(251,250,246,.22) 58%,
        rgba(251,250,246,0) 66%),
      url("assets/hero-truck-v11.webp") !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:62% 48% !important;
  }
  body.v10-home .v10-hero-copy-panel{
    width:47% !important;
    max-width:690px !important;
    min-height:520px !important;
    background:transparent !important;
  }
  body.v10-home .v10-hero-copy-panel:after{display:none !important;}
  body.v10-home .v10-hero-copy{
    max-width:600px !important;
    padding:52px 18px 48px max(68px,calc((100vw - 1400px)/2)) !important;
  }
  body.v10-home .v10-hero-photo{display:none !important;}
}

@media(min-width:901px) and (max-width:1260px){
  html{scroll-padding-top:132px !important;}
  body.v10-home section[id], body.v10-home [id="todo"], body.v10-home [id="areas"], body.v10-home [id="projects"], body.v10-home [id="reviews"], body.v10-home [id="contact"], body.v10-home [id="maintenance"]{scroll-margin-top:132px !important;}
  body.v10-home .v10-hero{height:500px !important;min-height:500px !important;background-position:64% 48% !important;}
  body.v10-home .v10-hero-copy-panel{width:49% !important;min-height:500px !important;}
  body.v10-home .v10-brand{width:236px !important;height:98px !important;}
}

@media(max-width:900px){
  body.v10-home section[id], body.v10-home [id="todo"], body.v10-home [id="areas"], body.v10-home [id="projects"], body.v10-home [id="reviews"], body.v10-home [id="contact"], body.v10-home [id="maintenance"]{scroll-margin-top:96px !important;}
}

body.v10-home .areas h2{margin-top:0 !important;padding-top:4px !important;}


/* V24: match approved wide hero reference more closely. One scenic canvas, truck kept to the right. */
@media(min-width:901px){
  body.v10-home .v10-header-inner{grid-template-columns:310px 1fr auto !important;}
  body.v10-home .v10-brand{width:310px !important;height:126px !important;}

  body.v10-home .v10-hero{
    position:relative !important;
    display:block !important;
    height:520px !important;
    min-height:520px !important;
    background:#fbfaf6 url("assets/hero-truck-v11.webp") no-repeat right 47% !important;
    background-size:auto 130% !important;
    overflow:hidden !important;
  }
  body.v10-home .v10-hero:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:linear-gradient(90deg,
      #fbfaf6 0%,
      #fbfaf6 24%,
      rgba(251,250,246,.99) 31%,
      rgba(251,250,246,.94) 38%,
      rgba(251,250,246,.78) 44%,
      rgba(251,250,246,.50) 50%,
      rgba(251,250,246,.20) 56%,
      rgba(251,250,246,0) 63%);
  }
  body.v10-home .v10-hero-copy-panel{
    position:relative !important;
    z-index:2 !important;
    width:43% !important;
    max-width:680px !important;
    min-height:520px !important;
    background:transparent !important;
  }
  body.v10-home .v10-hero-copy-panel:after{display:none !important;}
  body.v10-home .v10-hero-copy{
    max-width:600px !important;
    padding:52px 20px 48px max(68px,calc((100vw - 1400px)/2)) !important;
  }
  body.v10-home .v10-hero-photo{display:none !important;}
}

@media(min-width:901px) and (max-width:1260px){
  body.v10-home .v10-header-inner{grid-template-columns:245px 1fr auto !important;}
  body.v10-home .v10-brand{width:242px !important;height:100px !important;}
  body.v10-home .v10-hero{height:500px !important;min-height:500px !important;background-size:auto 128% !important;background-position:right 47% !important;}
  body.v10-home .v10-hero-copy-panel{width:46% !important;min-height:500px !important;}
  body.v10-home .v10-hero:before{background:linear-gradient(90deg,#fbfaf6 0%,#fbfaf6 26%,rgba(251,250,246,.98) 34%,rgba(251,250,246,.82) 43%,rgba(251,250,246,.45) 51%,rgba(251,250,246,0) 62%);}
}


/* V25: final hero visibility pass - keep scenic image visible, shorten fold, restore chosen headline */
@media(min-width:901px){
  body.v10-home .v10-header-inner{
    min-height:122px !important;
    grid-template-columns:290px 1fr auto !important;
  }
  body.v10-home .v10-brand{width:290px !important;height:112px !important;}

  body.v10-home .v10-hero{
    height:455px !important;
    min-height:455px !important;
    background-image:url("assets/hero-truck-v11.webp") !important;
    background-repeat:no-repeat !important;
    background-size:auto 128% !important;
    background-position:right 48% !important;
    background-color:#f7f4ed !important;
  }
  body.v10-home .v10-hero:before{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    z-index:1 !important;
    pointer-events:none !important;
    /* Light veil for text readability, but never erase the photo. */
    background:linear-gradient(90deg,
      rgba(251,250,246,.90) 0%,
      rgba(251,250,246,.88) 22%,
      rgba(251,250,246,.80) 32%,
      rgba(251,250,246,.64) 41%,
      rgba(251,250,246,.42) 49%,
      rgba(251,250,246,.20) 57%,
      rgba(251,250,246,.06) 64%,
      rgba(251,250,246,0) 70%) !important;
  }
  body.v10-home .v10-hero-copy-panel{
    width:45% !important;
    min-height:455px !important;
  }
  body.v10-home .v10-hero-copy{
    padding-top:38px !important;
    padding-bottom:34px !important;
  }
  body.v10-home .v10-hero h1{font-size:48px !important;line-height:1.01 !important;}
  body.v10-home .v10-hero h1 .headline-line{display:block !important;white-space:nowrap !important;}
  body.v10-home .v10-hero h1 .headline-line2{margin-top:4px !important;}
  body.v10-home .v10-hero h1 .headline-line2 em{color:#b8852d !important;font-style:normal !important;}

  body.v10-home .v10-trust-grid>div{min-height:76px !important;padding:11px 24px !important;}
  body.v10-home .v10-trust-grid b{font-size:27px !important;}
  body.v10-home .v10-trust-grid strong{font-size:12px !important;}
  body.v10-home .v10-trust-grid small{font-size:11px !important;margin-top:3px !important;}
}

@media(min-width:901px) and (max-width:1260px){
  body.v10-home .v10-header-inner{min-height:110px !important;grid-template-columns:230px 1fr auto !important;}
  body.v10-home .v10-brand{width:228px !important;height:94px !important;}
  body.v10-home .v10-hero{height:430px !important;min-height:430px !important;background-size:auto 126% !important;background-position:right 48% !important;}
  body.v10-home .v10-hero-copy-panel{width:47% !important;min-height:430px !important;}
  body.v10-home .v10-hero-copy{padding-top:32px !important;padding-bottom:28px !important;padding-left:38px !important;}
  body.v10-home .v10-hero h1{font-size:42px !important;}
  body.v10-home .v10-hero-copy>p{font-size:15px !important;margin:15px 0 17px !important;}
}

@media(max-width:900px){
  body.v10-home .v10-hero h1 .headline-line1,
  body.v10-home .v10-hero h1 .headline-line2{display:block !important;white-space:nowrap !important;}
  body.v10-home .v10-hero h1 .headline-line2{margin-top:3px !important;}
  body.v10-home .v10-hero h1 .headline-line2 em{color:#b8852d !important;font-style:normal !important;}
}
@media(max-width:600px){
  body.v10-home .v10-hero h1{font-size:33px !important;letter-spacing:-.025em !important;line-height:1.02 !important;}
}
@media(max-width:390px){
  body.v10-home .v10-hero h1{font-size:30px !important;}
}


/* V26: mobile hero mirrors desktop composition without shrinking the headline */
@media (max-width:900px){
  body.v10-home .v10-hero{
    position:relative !important;
    display:block !important;
    height:650px !important;
    min-height:650px !important;
    overflow:hidden !important;
    background:
      linear-gradient(
        180deg,
        rgba(251,250,246,1) 0%,
        rgba(251,250,246,.99) 36%,
        rgba(251,250,246,.94) 48%,
        rgba(251,250,246,.70) 58%,
        rgba(251,250,246,.30) 69%,
        rgba(251,250,246,0) 80%
      ),
      url("assets/hero-truck-v11.webp") !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position:58% bottom !important;
  }

  body.v10-home .v10-hero:before{
    display:none !important;
  }

  body.v10-home .v10-hero-copy-panel{
    position:relative !important;
    z-index:2 !important;
    width:100% !important;
    max-width:none !important;
    min-height:0 !important;
    background:transparent !important;
    display:block !important;
  }

  body.v10-home .v10-hero-copy-panel:after{
    display:none !important;
  }

  body.v10-home .v10-hero-copy{
    max-width:none !important;
    padding:28px 20px 18px !important;
  }

  body.v10-home .v10-hero h1{
    font-size:38px !important;
    line-height:.98 !important;
    letter-spacing:-.025em !important;
    max-width:100% !important;
  }

  body.v10-home .v10-hero h1 .headline-line1,
  body.v10-home .v10-hero h1 .headline-line2{
    display:block !important;
    white-space:nowrap !important;
  }

  body.v10-home .v10-hero h1 .headline-line2{
    margin-top:5px !important;
  }

  body.v10-home .v10-hero-copy>p{
    max-width:94% !important;
    margin:17px 0 18px !important;
    font-size:15px !important;
    line-height:1.48 !important;
  }

  body.v10-home .v10-hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    margin-bottom:14px !important;
  }

  body.v10-home .v10-primary,
  body.v10-home .v10-secondary{
    width:100% !important;
    min-height:50px !important;
    font-size:13px !important;
  }

  body.v10-home .v10-proofline{
    font-size:11px !important;
    line-height:1.4 !important;
    white-space:normal !important;
    max-width:100% !important;
  }

  body.v10-home .v10-hero-photo{
    display:none !important;
  }
}

@media (max-width:600px){
  body.v10-home .v10-hero{
    height:620px !important;
    min-height:620px !important;
    background-position:59% bottom !important;
  }

  body.v10-home .v10-hero-copy{
    padding:24px 20px 16px !important;
  }

  body.v10-home .v10-hero h1{
    font-size:36px !important;
  }

  body.v10-home .v10-hero-copy>p{
    font-size:14.5px !important;
    margin:15px 0 16px !important;
  }

  body.v10-home .v10-proofline{
    font-size:10.5px !important;
  }
}

@media (max-width:390px){
  body.v10-home .v10-hero{
    height:600px !important;
    min-height:600px !important;
  }

  body.v10-home .v10-hero h1{
    font-size:33px !important;
  }
}


/* V27 LAUNCH CANDIDATE: final responsive hero/header override */
@media (min-width:901px){
  body.v10-home .v10-header-inner{
    min-height:118px !important;
    max-width:1460px !important;
    grid-template-columns:300px 1fr auto !important;
    gap:24px !important;
  }
  body.v10-home .v10-brand{width:300px !important;height:108px !important;}
  body.v10-home .v10-nav{gap:26px !important;}
  body.v10-home .v10-nav a{white-space:nowrap !important;}

  body.v10-home .v10-hero{
    position:relative !important;
    display:block !important;
    height:455px !important;
    min-height:455px !important;
    overflow:hidden !important;
    background:linear-gradient(100deg,#fbfaf6 0%,#fbf7ef 31%,#f6ead8 48%,#eaf0f2 70%,#eaf0f2 100%) !important;
  }
  body.v10-home .v10-hero:before{
    content:"" !important;
    position:absolute !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:68% !important;
    z-index:0 !important;
    display:block !important;
    background:url("assets/hero-truck-v11.webp") no-repeat right 48% !important;
    background-size:auto 128% !important;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.55) 8%,#000 18%,#000 100%) !important;
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.55) 8%,#000 18%,#000 100%) !important;
    pointer-events:none !important;
  }
  body.v10-home .v10-hero-copy-panel{
    position:relative !important;
    z-index:2 !important;
    width:46% !important;
    max-width:680px !important;
    min-height:455px !important;
    display:flex !important;
    align-items:center !important;
    background:transparent !important;
  }
  body.v10-home .v10-hero-copy-panel:after{display:none !important;}
  body.v10-home .v10-hero-copy{
    width:100% !important;
    max-width:590px !important;
    padding:34px 18px 30px max(64px,calc((100vw - 1400px)/2)) !important;
  }
  body.v10-home .v10-hero h1{font-size:48px !important;line-height:1.01 !important;letter-spacing:-.02em !important;}
  body.v10-home .v10-hero h1 .headline-line{display:block !important;white-space:nowrap !important;}
  body.v10-home .v10-hero h1 .headline-line2{margin-top:4px !important;}
  body.v10-home .v10-hero h1 .headline-line2 em{color:#b8852d !important;font-style:normal !important;}
  body.v10-home .v10-hero-copy>p{font-size:16px !important;line-height:1.5 !important;margin:16px 0 18px !important;max-width:510px !important;}
  body.v10-home .v10-hero-actions{display:flex !important;gap:12px !important;flex-wrap:nowrap !important;margin-bottom:16px !important;}
  body.v10-home .v10-proofline{font-size:12.5px !important;white-space:nowrap !important;}
  body.v10-home .v10-hero-photo{display:none !important;}

  body.v10-home .v10-trust-grid>div{min-height:74px !important;padding:10px 24px !important;}
  body.v10-home .v10-trust-grid b{font-size:26px !important;}
  body.v10-home .v10-trust-grid strong{font-size:12px !important;}
  body.v10-home .v10-trust-grid small{font-size:11px !important;margin-top:3px !important;}
}

@media (min-width:901px) and (max-width:1260px){
  body.v10-home .v10-header-inner{min-height:106px !important;grid-template-columns:238px 1fr auto !important;gap:16px !important;padding:0 18px !important;}
  body.v10-home .v10-brand{width:238px !important;height:92px !important;}
  body.v10-home .v10-nav{gap:15px !important;}
  body.v10-home .v10-nav a{font-size:11px !important;}
  body.v10-home .v10-call{font-size:14px !important;padding:0 15px !important;}
  body.v10-home .v10-hero{height:430px !important;min-height:430px !important;}
  body.v10-home .v10-hero:before{width:66% !important;background-size:auto 126% !important;}
  body.v10-home .v10-hero-copy-panel{width:48% !important;min-height:430px !important;}
  body.v10-home .v10-hero-copy{padding:30px 16px 26px 36px !important;}
  body.v10-home .v10-hero h1{font-size:42px !important;}
  body.v10-home .v10-hero-copy>p{font-size:15px !important;}
}

@media (max-width:900px){
  body.v10-home .v10-header-inner{min-height:84px !important;padding:0 18px !important;}
  body.v10-home .v10-brand{width:215px !important;height:70px !important;max-width:70vw !important;}
  body.v10-home .v10-nav{top:84px !important;}

  body.v10-home .v10-hero{
    position:relative !important;
    display:block !important;
    height:620px !important;
    min-height:620px !important;
    overflow:hidden !important;
    background:linear-gradient(180deg,#fbfaf6 0%,#fbfaf6 55%,#f6ead8 72%,#eaf0f2 100%) !important;
  }
  body.v10-home .v10-hero:before{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    height:285px !important;
    display:block !important;
    z-index:0 !important;
    background:url("assets/hero-truck-v11.webp") no-repeat 57% 42% !important;
    background-size:cover !important;
    -webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.65) 15%,#000 28%,#000 100%) !important;
    mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.65) 15%,#000 28%,#000 100%) !important;
    pointer-events:none !important;
  }
  body.v10-home .v10-hero-copy-panel{
    position:relative !important;
    z-index:2 !important;
    display:block !important;
    width:100% !important;
    max-width:none !important;
    min-height:0 !important;
    background:transparent !important;
  }
  body.v10-home .v10-hero-copy-panel:after{display:none !important;}
  body.v10-home .v10-hero-copy{max-width:none !important;padding:24px 20px 14px !important;}
  body.v10-home .v10-hero h1{font-size:36px !important;line-height:1 !important;letter-spacing:-.025em !important;max-width:100% !important;}
  body.v10-home .v10-hero h1 .headline-line1,body.v10-home .v10-hero h1 .headline-line2{display:block !important;white-space:nowrap !important;}
  body.v10-home .v10-hero h1 .headline-line2{margin-top:4px !important;}
  body.v10-home .v10-hero h1 .headline-line2 em{color:#b8852d !important;font-style:normal !important;}
  body.v10-home .v10-hero-copy>p{max-width:96% !important;margin:15px 0 16px !important;font-size:14.5px !important;line-height:1.48 !important;}
  body.v10-home .v10-hero-actions{display:grid !important;grid-template-columns:1fr !important;gap:8px !important;margin-bottom:12px !important;}
  body.v10-home .v10-primary,body.v10-home .v10-secondary{width:100% !important;min-height:48px !important;font-size:13px !important;}
  body.v10-home .v10-proofline{font-size:10.5px !important;line-height:1.4 !important;white-space:normal !important;}
  body.v10-home .v10-hero-photo{display:none !important;}
}
@media(max-width:390px){
  body.v10-home .v10-hero{height:600px !important;min-height:600px !important;}
  body.v10-home .v10-hero h1{font-size:33px !important;}
  body.v10-home .v10-hero:before{height:265px !important;}
}


/* V28 FINAL FOLD + FULL-WIDTH HERO OVERRIDE */
@media (min-width:901px){
  body.v10-home .v10-hero{
    position:relative !important;
    display:block !important;
    width:100% !important;
    max-width:none !important;
    height:430px !important;
    min-height:430px !important;
    background:
      linear-gradient(90deg,
        rgba(251,250,246,.98) 0%,
        rgba(251,250,246,.96) 23%,
        rgba(251,250,246,.82) 33%,
        rgba(251,250,246,.45) 43%,
        rgba(251,250,246,.12) 52%,
        rgba(251,250,246,0) 60%),
      url("assets/hero-truck-v11.webp") center 48% / cover no-repeat !important;
    overflow:hidden !important;
  }
  body.v10-home .v10-hero:before{display:none !important;content:none !important;}
  body.v10-home .v10-hero-photo{display:none !important;}
  body.v10-home .v10-hero-copy-panel{
    position:relative !important;
    z-index:2 !important;
    width:47% !important;
    max-width:690px !important;
    min-height:430px !important;
    background:transparent !important;
    display:flex !important;
    align-items:center !important;
  }
  body.v10-home .v10-hero-copy{padding-top:28px !important;padding-bottom:26px !important;}
  body.v10-home .v10-trust-grid>div{min-height:70px !important;padding:9px 22px !important;}
}

@media (max-width:900px){
  body.v10-home .v10-header-inner{min-height:78px !important;padding:0 16px !important;}
  body.v10-home .v10-brand{width:205px !important;height:64px !important;max-width:68vw !important;}
  body.v10-home .v10-nav{top:78px !important;}

  body.v10-home .v10-hero{
    position:relative !important;
    display:block !important;
    height:490px !important;
    min-height:490px !important;
    width:100% !important;
    max-width:none !important;
    background:
      linear-gradient(180deg,
        rgba(251,250,246,1) 0%,
        rgba(251,250,246,1) 49%,
        rgba(251,250,246,.94) 57%,
        rgba(251,250,246,.58) 66%,
        rgba(251,250,246,.12) 76%,
        rgba(251,250,246,0) 84%),
      url("assets/hero-truck-v11.webp") 57% bottom / cover no-repeat !important;
    overflow:hidden !important;
  }
  body.v10-home .v10-hero:before{display:none !important;content:none !important;}
  body.v10-home .v10-hero-photo{display:none !important;}
  body.v10-home .v10-hero-copy-panel{position:relative !important;z-index:2 !important;width:100% !important;max-width:none !important;min-height:0 !important;background:transparent !important;display:block !important;}
  body.v10-home .v10-hero-copy{padding:18px 18px 10px !important;max-width:none !important;}
  body.v10-home .v10-hero h1{font-size:33px !important;line-height:.98 !important;letter-spacing:-.025em !important;}
  body.v10-home .v10-hero h1 .headline-line1,
  body.v10-home .v10-hero h1 .headline-line2{display:block !important;white-space:nowrap !important;}
  body.v10-home .v10-hero h1 .headline-line2{margin-top:3px !important;}
  body.v10-home .v10-hero-copy>p{font-size:13.5px !important;line-height:1.42 !important;margin:11px 0 12px !important;max-width:96% !important;}
  body.v10-home .v10-hero-actions{display:grid !important;grid-template-columns:1fr !important;gap:6px !important;margin-bottom:9px !important;}
  body.v10-home .v10-primary,body.v10-home .v10-secondary{min-height:43px !important;font-size:12.5px !important;border-radius:9px !important;}
  body.v10-home .v10-proofline{font-size:10px !important;line-height:1.25 !important;white-space:nowrap !important;}

  body.v10-home .v10-trust-grid{grid-template-columns:1fr 1fr !important;}
  body.v10-home .v10-trust-grid>div{min-height:64px !important;padding:8px 10px !important;border-right:1px solid rgba(255,255,255,.16) !important;border-bottom:1px solid rgba(255,255,255,.16) !important;}
  body.v10-home .v10-trust-grid>div:nth-child(2n){border-right:0 !important;}
  body.v10-home .v10-trust-grid>div:nth-last-child(-n+2){border-bottom:0 !important;}
  body.v10-home .v10-trust-grid b{font-size:21px !important;}
  body.v10-home .v10-trust-grid strong{font-size:10px !important;line-height:1.15 !important;}
  body.v10-home .v10-trust-grid small{display:none !important;}
}

@media (max-width:390px){
  body.v10-home .v10-hero{height:470px !important;min-height:470px !important;background-position:58% bottom !important;}
  body.v10-home .v10-hero h1{font-size:30px !important;}
  body.v10-home .v10-hero-copy>p{font-size:13px !important;}
  body.v10-home .v10-primary,body.v10-home .v10-secondary{min-height:41px !important;font-size:12px !important;}
  body.v10-home .v10-trust-grid>div{min-height:60px !important;}
}


/* V29 MOBILE IMAGE FIX: crisp, correctly framed truck photo with no giant pavement crop */
@media (max-width:900px){
  body.v10-home .v10-header-inner{
    min-height:76px !important;
  }

  body.v10-home .v10-hero{
    display:flex !important;
    flex-direction:column !important;
    height:auto !important;
    min-height:0 !important;
    background:#fbfaf6 !important;
    overflow:hidden !important;
  }

  body.v10-home .v10-hero:before{
    display:none !important;
    content:none !important;
  }

  body.v10-home .v10-hero-copy-panel{
    order:1 !important;
    width:100% !important;
    min-height:0 !important;
    background:#fbfaf6 !important;
  }

  body.v10-home .v10-hero-copy{
    padding:17px 18px 10px !important;
  }

  body.v10-home .v10-hero h1{
    font-size:32px !important;
    line-height:.98 !important;
    letter-spacing:-.025em !important;
  }

  body.v10-home .v10-hero h1 .headline-line1,
  body.v10-home .v10-hero h1 .headline-line2{
    display:block !important;
    white-space:nowrap !important;
  }

  body.v10-home .v10-hero h1 .headline-line2{
    margin-top:3px !important;
  }

  body.v10-home .v10-hero-copy>p{
    font-size:13.5px !important;
    line-height:1.42 !important;
    margin:10px 0 11px !important;
    max-width:100% !important;
  }

  body.v10-home .v10-hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:6px !important;
    margin-bottom:8px !important;
  }

  body.v10-home .v10-primary,
  body.v10-home .v10-secondary{
    min-height:42px !important;
    width:100% !important;
    font-size:12.5px !important;
  }

  body.v10-home .v10-proofline{
    font-size:10px !important;
    line-height:1.3 !important;
    white-space:nowrap !important;
    padding-bottom:2px !important;
  }

  body.v10-home .v10-hero-photo{
    order:2 !important;
    display:block !important;
    height:205px !important;
    width:100% !important;
    overflow:hidden !important;
    background:#e9e5dc !important;
  }

  body.v10-home .v10-hero-photo:before{
    display:none !important;
  }

  body.v10-home .v10-hero-photo img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:50% 42% !important;
    transform:none !important;
  }

  body.v10-home .v10-trust-grid{
    grid-template-columns:1fr 1fr !important;
  }

  body.v10-home .v10-trust-grid>div{
    min-height:60px !important;
    padding:7px 9px !important;
  }

  body.v10-home .v10-trust-grid b{
    font-size:20px !important;
  }

  body.v10-home .v10-trust-grid strong{
    font-size:9.8px !important;
    line-height:1.15 !important;
  }

  body.v10-home .v10-trust-grid small{
    display:none !important;
  }
}

@media (max-width:390px){
  body.v10-home .v10-hero h1{
    font-size:30px !important;
  }

  body.v10-home .v10-hero-copy>p{
    font-size:13px !important;
  }

  body.v10-home .v10-hero-photo{
    height:190px !important;
  }

  body.v10-home .v10-hero-photo img{
    object-position:50% 41% !important;
  }

  body.v10-home .v10-primary,
  body.v10-home .v10-secondary{
    min-height:40px !important;
    font-size:12px !important;
  }

  body.v10-home .v10-trust-grid>div{
    min-height:57px !important;
  }
}


/* V30 FINAL DESKTOP + MOBILE HERO COMPOSITION */
@media (min-width:901px){
  body.v10-home .v10-header-inner{
    min-height:112px !important;
    max-width:1460px !important;
    grid-template-columns:300px 1fr auto !important;
    gap:22px !important;
  }
  body.v10-home .v10-brand{width:300px !important;height:104px !important;}
  body.v10-home .v10-nav{gap:25px !important;}
  body.v10-home .v10-nav a{white-space:nowrap !important;}

  body.v10-home .v10-hero{
    position:relative !important;
    display:block !important;
    width:100% !important;
    max-width:none !important;
    height:430px !important;
    min-height:430px !important;
    background:#fbfaf6 !important;
    overflow:hidden !important;
  }
  body.v10-home .v10-hero:before{display:none !important;content:none !important;}

  body.v10-home .v10-hero-photo{
    display:block !important;
    position:absolute !important;
    top:0 !important;
    right:0 !important;
    width:67% !important;
    height:100% !important;
    overflow:hidden !important;
    background:#e9e5dc !important;
    z-index:0 !important;
  }
  body.v10-home .v10-hero-photo:before{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    inset:0 auto 0 0 !important;
    width:230px !important;
    z-index:1 !important;
    background:linear-gradient(90deg,#fbfaf6 0%,rgba(251,250,246,.92) 28%,rgba(251,250,246,.55) 58%,rgba(251,250,246,0) 100%) !important;
    pointer-events:none !important;
  }
  body.v10-home .v10-hero-photo img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:51% 47% !important;
    transform:none !important;
  }

  body.v10-home .v10-hero-copy-panel{
    position:relative !important;
    z-index:3 !important;
    width:46% !important;
    max-width:690px !important;
    min-height:430px !important;
    display:flex !important;
    align-items:center !important;
    background:transparent !important;
  }
  body.v10-home .v10-hero-copy-panel:after{display:none !important;}
  body.v10-home .v10-hero-copy{
    width:100% !important;
    max-width:590px !important;
    padding:28px 18px 26px max(64px,calc((100vw - 1400px)/2)) !important;
  }
  body.v10-home .v10-hero h1{
    font-size:47px !important;
    line-height:1.01 !important;
    letter-spacing:-.02em !important;
  }
  body.v10-home .v10-hero h1 .headline-line{display:block !important;white-space:nowrap !important;}
  body.v10-home .v10-hero h1 .headline-line2{margin-top:4px !important;}
  body.v10-home .v10-hero h1 .headline-line2 em{color:#b8852d !important;font-style:normal !important;}
  body.v10-home .v10-hero-copy>p{font-size:16px !important;line-height:1.48 !important;margin:16px 0 17px !important;max-width:500px !important;}
  body.v10-home .v10-hero-actions{display:flex !important;gap:12px !important;flex-wrap:nowrap !important;margin-bottom:15px !important;}
  body.v10-home .v10-proofline{font-size:12px !important;white-space:nowrap !important;}

  body.v10-home .v10-trust-grid>div{min-height:68px !important;padding:8px 22px !important;}
  body.v10-home .v10-trust-grid b{font-size:25px !important;}
  body.v10-home .v10-trust-grid strong{font-size:12px !important;}
  body.v10-home .v10-trust-grid small{font-size:10.5px !important;margin-top:2px !important;}
}

@media (min-width:901px) and (max-width:1260px){
  body.v10-home .v10-header-inner{min-height:104px !important;grid-template-columns:245px 1fr auto !important;gap:15px !important;padding:0 18px !important;}
  body.v10-home .v10-brand{width:245px !important;height:90px !important;}
  body.v10-home .v10-nav{gap:14px !important;}
  body.v10-home .v10-nav a{font-size:11px !important;}
  body.v10-home .v10-call{font-size:14px !important;padding:0 14px !important;}
  body.v10-home .v10-hero{height:420px !important;min-height:420px !important;}
  body.v10-home .v10-hero-photo{width:66% !important;}
  body.v10-home .v10-hero-copy-panel{width:47% !important;min-height:420px !important;}
  body.v10-home .v10-hero-copy{padding-left:34px !important;}
  body.v10-home .v10-hero h1{font-size:41px !important;}
  body.v10-home .v10-hero-copy>p{font-size:14.5px !important;}
}

@media (max-width:900px){
  body.v10-home .v10-header-inner{min-height:76px !important;padding:0 16px !important;}
  body.v10-home .v10-brand{width:205px !important;height:64px !important;max-width:68vw !important;}
  body.v10-home .v10-nav{top:76px !important;}

  body.v10-home .v10-hero{
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    background:#fbfaf6 !important;
    overflow:hidden !important;
  }
  body.v10-home .v10-hero:before{display:none !important;content:none !important;}

  body.v10-home .v10-hero-copy-panel{
    order:1 !important;
    width:100% !important;
    min-height:0 !important;
    background:#fbfaf6 !important;
    display:block !important;
  }
  body.v10-home .v10-hero-copy-panel:after{display:none !important;}
  body.v10-home .v10-hero-copy{padding:16px 18px 9px !important;max-width:none !important;}
  body.v10-home .v10-hero h1{font-size:33px !important;line-height:.98 !important;letter-spacing:-.025em !important;}
  body.v10-home .v10-hero h1 .headline-line1,
  body.v10-home .v10-hero h1 .headline-line2{display:block !important;white-space:nowrap !important;}
  body.v10-home .v10-hero h1 .headline-line2{margin-top:3px !important;}
  body.v10-home .v10-hero h1 .headline-line2 em{color:#b8852d !important;font-style:normal !important;}
  body.v10-home .v10-hero-copy>p{font-size:13.5px !important;line-height:1.4 !important;margin:9px 0 10px !important;max-width:100% !important;}
  body.v10-home .v10-hero-actions{display:grid !important;grid-template-columns:1fr !important;gap:6px !important;margin-bottom:7px !important;}
  body.v10-home .v10-primary,body.v10-home .v10-secondary{min-height:41px !important;width:100% !important;font-size:12.5px !important;}
  body.v10-home .v10-proofline{font-size:10px !important;line-height:1.25 !important;white-space:nowrap !important;padding-bottom:1px !important;}

  body.v10-home .v10-hero-photo{
    order:2 !important;
    display:block !important;
    position:relative !important;
    width:100% !important;
    height:175px !important;
    overflow:hidden !important;
    background:#e9e5dc !important;
  }
  body.v10-home .v10-hero-photo:before{display:none !important;content:none !important;}
  body.v10-home .v10-hero-photo img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:50% 43% !important;
    transform:none !important;
  }

  body.v10-home .v10-trust-grid{grid-template-columns:1fr 1fr !important;}
  body.v10-home .v10-trust-grid>div{min-height:56px !important;padding:6px 9px !important;border-right:1px solid rgba(255,255,255,.16) !important;border-bottom:1px solid rgba(255,255,255,.16) !important;}
  body.v10-home .v10-trust-grid>div:nth-child(2n){border-right:0 !important;}
  body.v10-home .v10-trust-grid>div:nth-last-child(-n+2){border-bottom:0 !important;}
  body.v10-home .v10-trust-grid b{font-size:19px !important;}
  body.v10-home .v10-trust-grid strong{font-size:9.6px !important;line-height:1.12 !important;}
  body.v10-home .v10-trust-grid small{display:none !important;}
}

@media (max-width:390px){
  body.v10-home .v10-hero h1{font-size:30px !important;}
  body.v10-home .v10-hero-copy>p{font-size:13px !important;}
  body.v10-home .v10-primary,body.v10-home .v10-secondary{min-height:39px !important;font-size:12px !important;}
  body.v10-home .v10-hero-photo{height:165px !important;}
  body.v10-home .v10-trust-grid>div{min-height:54px !important;}
}


/* V31 anchor + mobile spacing cleanup */
#services-overview{
  scroll-margin-top:120px !important;
}

@media (max-width:900px){
  #services-overview{
    scroll-margin-top:86px !important;
  }

  /* Remove the oversized visual gap between sections on mobile. */
  body.v10-home .section.intro{
    padding-top:48px !important;
    padding-bottom:48px !important;
  }

  body.v10-home .section.services{
    padding-top:54px !important;
  }

  body.v10-home .section-head{
    gap:18px !important;
    margin-bottom:30px !important;
  }

  body.v10-home .section-head h2{
    margin-bottom:14px !important;
  }
}

@media (max-width:600px){
  body.v10-home .section.intro{
    padding-top:38px !important;
    padding-bottom:38px !important;
  }

  body.v10-home .section.services{
    padding-top:44px !important;
  }

  body.v10-home .section-head{
    margin-bottom:24px !important;
  }
}

/* V33 navigation landing offsets */
#services-overview, #about, #areas, #projects, #reviews, #contact, #maintenance, #todo {
  scroll-margin-top: 130px;
}
@media (max-width:900px){
  #services-overview, #about, #areas, #projects, #reviews, #contact, #maintenance, #todo {
    scroll-margin-top: 88px;
  }
}


/* V34 APPROVED DESKTOP COMPOSITION
   Keep the chosen To-Do wording, but match the approved visual reference:
   clean copy left, full Silverado/coastal photo right, minimal feather, no washed-out truck. */
@media (min-width:901px){
  body.v10-home .v10-hero{
    position:relative !important;
    display:grid !important;
    grid-template-columns:39% 61% !important;
    width:100% !important;
    max-width:none !important;
    height:430px !important;
    min-height:430px !important;
    overflow:hidden !important;
    background:#fbfaf6 !important;
  }

  body.v10-home .v10-hero:before{
    display:none !important;
    content:none !important;
  }

  body.v10-home .v10-hero-copy-panel{
    position:relative !important;
    z-index:3 !important;
    grid-column:1 !important;
    width:100% !important;
    max-width:none !important;
    min-height:430px !important;
    display:flex !important;
    align-items:center !important;
    background:
      linear-gradient(90deg,
        #fbfaf6 0%,
        #fbfaf6 82%,
        rgba(251,250,246,.97) 92%,
        rgba(251,250,246,.84) 100%) !important;
  }

  body.v10-home .v10-hero-copy-panel:after{
    display:none !important;
  }

  body.v10-home .v10-hero-copy{
    width:100% !important;
    max-width:565px !important;
    padding:
      30px
      18px
      27px
      max(64px,calc((100vw - 1400px)/2)) !important;
  }

  body.v10-home .v10-hero h1{
    font-size:46px !important;
    line-height:1.00 !important;
    letter-spacing:-.025em !important;
    max-width:550px !important;
  }

  body.v10-home .v10-hero h1 .headline-line{
    display:block !important;
    white-space:nowrap !important;
  }

  body.v10-home .v10-hero h1 .headline-line2{
    margin-top:4px !important;
  }

  body.v10-home .v10-hero h1 .headline-line2 em{
    color:#b8852d !important;
    font-style:normal !important;
  }

  body.v10-home .v10-hero-copy>p{
    max-width:500px !important;
    margin:16px 0 17px !important;
    font-size:15.5px !important;
    line-height:1.48 !important;
  }

  body.v10-home .v10-hero-actions{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:11px !important;
    margin-bottom:14px !important;
  }

  body.v10-home .v10-proofline{
    font-size:12px !important;
    white-space:nowrap !important;
  }

  body.v10-home .v10-hero-photo{
    position:relative !important;
    z-index:1 !important;
    grid-column:2 !important;
    display:block !important;
    width:100% !important;
    height:430px !important;
    overflow:hidden !important;
    background:#e8eef0 !important;
  }

  body.v10-home .v10-hero-photo:before{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    bottom:0 !important;
    width:155px !important;
    z-index:2 !important;
    pointer-events:none !important;
    background:linear-gradient(
      90deg,
      rgba(251,250,246,.93) 0%,
      rgba(251,250,246,.66) 34%,
      rgba(251,250,246,.25) 68%,
      rgba(251,250,246,0) 100%
    ) !important;
  }

  body.v10-home .v10-hero-photo img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:52% 40% !important;
    transform:none !important;
  }

  /* Keep the trust bar visible immediately like the approved reference. */
  body.v10-home .v10-trust-grid>div{
    min-height:70px !important;
    padding:9px 22px !important;
  }
}

/* Laptop-width refinement without changing the reference composition. */
@media (min-width:901px) and (max-width:1260px){
  body.v10-home .v10-hero{
    grid-template-columns:40% 60% !important;
    height:410px !important;
    min-height:410px !important;
  }

  body.v10-home .v10-hero-copy-panel,
  body.v10-home .v10-hero-photo{
    min-height:410px !important;
    height:410px !important;
  }

  body.v10-home .v10-hero-copy{
    padding-left:34px !important;
    padding-right:16px !important;
  }

  body.v10-home .v10-hero h1{
    font-size:40px !important;
  }

  body.v10-home .v10-hero-copy>p{
    font-size:14.5px !important;
  }

  body.v10-home .v10-hero-photo:before{
    width:120px !important;
  }
}


/* V35 FINAL DESKTOP LOCK
   Approved composition + larger logo + higher first-fold content.
   Mobile rules are intentionally left unchanged. */
@media (min-width:901px){

  body.v10-home .v10-header-inner{
    min-height:102px !important;
    max-width:1460px !important;
    grid-template-columns:340px 1fr auto !important;
    gap:20px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  body.v10-home .v10-brand{
    width:330px !important;
    height:96px !important;
  }

  body.v10-home .v10-brand img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:left center !important;
  }

  body.v10-home .v10-nav{
    gap:25px !important;
  }

  body.v10-home .v10-nav a{
    white-space:nowrap !important;
  }

  body.v10-home .v10-hero{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:355px !important;
    min-height:355px !important;
    overflow:hidden !important;
    background:
      linear-gradient(
        90deg,
        rgba(251,250,246,.98) 0%,
        rgba(251,250,246,.96) 23%,
        rgba(251,250,246,.88) 31%,
        rgba(251,250,246,.58) 39%,
        rgba(251,250,246,.18) 48%,
        rgba(251,250,246,0) 57%
      ),
      url("assets/hero-wide-v35.webp") center center / cover no-repeat !important;
  }

  body.v10-home .v10-hero:before{
    display:none !important;
    content:none !important;
  }

  body.v10-home .v10-hero-photo{
    display:none !important;
  }

  body.v10-home .v10-hero-copy-panel{
    position:relative !important;
    z-index:2 !important;
    width:43% !important;
    max-width:660px !important;
    min-height:355px !important;
    display:flex !important;
    align-items:center !important;
    background:transparent !important;
  }

  body.v10-home .v10-hero-copy-panel:after{
    display:none !important;
  }

  body.v10-home .v10-hero-copy{
    width:100% !important;
    max-width:565px !important;
    padding:
      24px
      16px
      22px
      max(58px,calc((100vw - 1400px)/2)) !important;
  }

  body.v10-home .v10-hero h1{
    font-size:43px !important;
    line-height:.99 !important;
    letter-spacing:-.025em !important;
    max-width:540px !important;
  }

  body.v10-home .v10-hero h1 .headline-line{
    display:block !important;
    white-space:nowrap !important;
  }

  body.v10-home .v10-hero h1 .headline-line2{
    margin-top:3px !important;
  }

  body.v10-home .v10-hero-copy>p{
    max-width:485px !important;
    font-size:14.5px !important;
    line-height:1.45 !important;
    margin:13px 0 14px !important;
  }

  body.v10-home .v10-hero-actions{
    display:flex !important;
    gap:10px !important;
    flex-wrap:nowrap !important;
    margin-bottom:11px !important;
  }

  body.v10-home .v10-primary,
  body.v10-home .v10-secondary{
    min-height:43px !important;
    padding:0 15px !important;
    font-size:12.5px !important;
  }

  body.v10-home .v10-proofline{
    font-size:11.5px !important;
    line-height:1.25 !important;
    white-space:nowrap !important;
  }

  body.v10-home .v10-trust-grid>div{
    min-height:62px !important;
    padding:7px 20px !important;
  }

  body.v10-home .v10-trust-grid b{
    font-size:24px !important;
  }

  body.v10-home .v10-trust-grid strong{
    font-size:11.5px !important;
  }

  body.v10-home .v10-trust-grid small{
    font-size:10.5px !important;
    margin-top:2px !important;
  }

  body.v10-home .v10-overview{
    padding-top:20px !important;
    padding-bottom:38px !important;
  }

  body.v10-home .v10-overview-head{
    margin-bottom:16px !important;
  }
}

/* Laptop widths: keep the logo prominent but prevent nav crowding. */
@media (min-width:901px) and (max-width:1260px){
  body.v10-home .v10-header-inner{
    min-height:96px !important;
    grid-template-columns:280px 1fr auto !important;
    gap:14px !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }

  body.v10-home .v10-brand{
    width:275px !important;
    height:88px !important;
  }

  body.v10-home .v10-nav{
    gap:14px !important;
  }

  body.v10-home .v10-nav a{
    font-size:11px !important;
  }

  body.v10-home .v10-call{
    font-size:13.5px !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }

  body.v10-home .v10-hero{
    height:340px !important;
    min-height:340px !important;
    background-position:center center !important;
  }

  body.v10-home .v10-hero-copy-panel{
    min-height:340px !important;
    width:44% !important;
  }

  body.v10-home .v10-hero-copy{
    padding-left:30px !important;
  }

  body.v10-home .v10-hero h1{
    font-size:38px !important;
  }

  body.v10-home .v10-hero-copy>p{
    font-size:13.5px !important;
  }
}
