:root {
  --ink: #061827;
  --navy: #102f56;
  --blue: #185a9d;
  --sky: #5ec4e8;
  --gold: #ffd166;
  --paper: #f5f8fb;
  --white: #fff;
  --text: #122033;
  --muted: #607086;
  --line: rgba(18,32,51,.14);
  --shadow: 0 24px 80px rgba(6,24,39,.16);
  --radius: 8px;
  --road-drift: 0px;
  --pointer-x: 0px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, a, span, strong, article, section, div { min-width: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px clamp(16px, 4vw, 56px); background: rgba(6, 24, 39, .94); border-bottom: 1px solid rgba(94,196,232,.28); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; padding: 7px 12px; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.brand img { width: auto; height: 48px; }
.nav-links { display: flex; gap: 24px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.nav-links a:hover { color: var(--sky); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.phone-link { color: #dff8ff; font-weight: 950; white-space: nowrap; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius); padding: 0 20px; font-size: 14px; font-weight: 950; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(6,24,39,.18); }
.btn.primary, .btn.small { background: var(--gold); color: #081a28; border-color: var(--gold); }
.btn.secondary { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.3); }
.btn.light { background: #fff; color: #081a28; border-color: #fff; }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,.44); background: transparent; }
.btn.small { min-height: 42px; padding: 0 15px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: transparent; position: relative; }
.menu-toggle span, .menu-toggle:before, .menu-toggle:after { content: ""; position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 999px; background: #fff; }
.menu-toggle span { top: 22px; }
.menu-toggle:before { top: 15px; }
.menu-toggle:after { top: 29px; }
.mobile-menu { display: none; }
.hero { position: relative; isolation: isolate; min-height: calc(100svh - 74px); display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); align-items: center; gap: clamp(30px, 5vw, 70px); padding: clamp(42px, 7vw, 90px) clamp(16px, 5vw, 76px); background: radial-gradient(circle at 74% 18%, rgba(94,196,232,.22), transparent 32%), linear-gradient(135deg, #061827, #12365e 58%, #1d8bc3); color: #fff; overflow: hidden; }
.hero > *:not(.moving-motion) { position: relative; z-index: 1; }
.moving-motion { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .78; overflow: hidden; }
.moving-motion:before { content: ""; position: absolute; left: -8%; right: -8%; bottom: 12%; height: 88px; background: linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,.18) 8% 11%, transparent 11% 20%); background-size: 220px 100%; transform: translate3d(calc(var(--road-drift) * -1), 0, 0); }
.road-line { position: absolute; left: -10%; right: -10%; bottom: 17%; height: 4px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.55) 0 70px, transparent 70px 128px); transform: translate3d(calc(var(--road-drift) * -1.7), 0, 0); }
.box-lane { position: absolute; left: -6%; right: -6%; bottom: 18%; height: 82px; transform: translate3d(var(--pointer-x), 0, 0); }
.box-lane i { position: absolute; left: var(--x); bottom: 0; width: 42px; height: 42px; border-radius: 6px; background: linear-gradient(135deg, #ffd166, #c99632); box-shadow: inset 0 0 0 2px rgba(6,24,39,.16), 0 14px 30px rgba(0,0,0,.2); transform: scale(var(--s)) rotate(8deg); animation: boxFloat 4.8s ease-in-out infinite; animation-delay: var(--d); opacity: .78; }
.box-lane i:before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: rgba(6,24,39,.18); }
@keyframes boxFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
.hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.7rem); line-height: .94; letter-spacing: 0; max-width: 10ch; text-wrap: balance; }
.hero p, .subhero p, .detail-hero p, .contact-hero p { color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 2vw, 1.32rem); max-width: 720px; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: #1f78b4; font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 950; }
.hero .eyebrow, .dark .eyebrow, .cta-band .eyebrow, .subhero .eyebrow, .detail-hero .eyebrow, .contact-hero .eyebrow { color: #bdefff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-steps { display: inline-grid; grid-template-columns: repeat(4, auto); gap: 8px; margin-top: 24px; padding: 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.hero-steps span { position: relative; display: inline-flex; min-height: 34px; align-items: center; padding: 0 14px; border-radius: 999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.86); font-size: .82rem; font-weight: 950; text-transform: uppercase; letter-spacing: .05em; }
.hero-steps span:first-child { background: #fff; color: var(--navy); }
.hero-steps span:not(:last-child):after { content: ""; position: absolute; right: -8px; top: 50%; width: 8px; height: 2px; background: rgba(255,255,255,.3); }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 34px; max-width: 800px; }
.trust-row span { min-height: 76px; display: flex; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.09); color: rgba(255,255,255,.9); font-weight: 850; }
.hero-visual { position: relative; min-height: 540px; border-radius: var(--radius); overflow: visible; filter: drop-shadow(0 24px 70px rgba(0,0,0,.22)); }
.hero-visual:before { content: ""; position: absolute; inset: -12px; z-index: -1; border: 1px solid rgba(255,255,255,.2); border-radius: calc(var(--radius) + 12px); background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.04)); transform: rotate(-1.4deg); }
.hero-visual img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; border-radius: var(--radius); filter: saturate(1.08) contrast(1.04); }
.route-card { position: absolute; left: 22px; right: 22px; top: 22px; z-index: 3; display: grid; grid-template-columns: auto minmax(120px, 1fr) auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius); background: rgba(255,255,255,.88); color: var(--text); backdrop-filter: blur(14px); box-shadow: 0 18px 42px rgba(6,24,39,.18); }
.route-card div { display: grid; gap: 1px; }
.route-card span { color: var(--muted); font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.route-card strong { color: var(--navy); font-size: 1rem; line-height: 1; }
.route-card svg { width: 100%; height: 42px; overflow: visible; }
.route-card path { fill: none; stroke: #1f78b4; stroke-width: 4; stroke-linecap: round; stroke-dasharray: 10 12; animation: routeDash 2.8s linear infinite; }
.route-card circle { fill: var(--gold); stroke: #fff; stroke-width: 2; }
.route-card .route-dot { fill: var(--sky); stroke: #fff; stroke-width: 3; animation: routePulse 1.2s ease-in-out infinite; }
.float-card { position: absolute; z-index: 4; display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px; border-radius: 999px; background: #ffd166; color: #081a28; font-weight: 950; box-shadow: 0 14px 34px rgba(6,24,39,.22); animation: floatLift 4.8s ease-in-out infinite; }
.float-one { right: -14px; top: 33%; }
.float-two { left: -18px; bottom: 30%; animation-delay: -1.8s; background: #fff; color: var(--navy); }
@keyframes routeDash { to { stroke-dashoffset: -44; } }
@keyframes routePulse { 0%, 100% { opacity: .55; transform: translateX(0); } 50% { opacity: 1; transform: translateX(104px) translateY(-5px); } }
@keyframes floatLift { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
.hero-badge { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; padding: 20px; border-radius: var(--radius); background: rgba(255,255,255,.92); color: var(--text); backdrop-filter: blur(14px); }
.hero-badge strong { display: block; font-size: clamp(1.45rem, 3vw, 2.4rem); line-height: 1; }
.hero-badge span { display: block; color: var(--muted); margin-top: 8px; }
.load-moment { --load-progress: 0; padding: clamp(18px, 3vw, 34px) clamp(16px, 5vw, 76px); background: linear-gradient(180deg, #dff4fb, #f5f8fb); overflow: hidden; }
.load-panel { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: minmax(240px, .72fr) minmax(340px, 1.28fr); gap: clamp(18px, 4vw, 48px); align-items: center; padding: clamp(18px, 3vw, 34px); border: 1px solid rgba(18,32,51,.12); border-radius: var(--radius); background: rgba(255,255,255,.74); box-shadow: 0 22px 70px rgba(6,24,39,.1); }
.load-copy h2 { margin: 0; font-size: clamp(1.6rem, 3.4vw, 3.5rem); line-height: 1; text-wrap: balance; }
.load-scene { position: relative; min-height: 210px; }
.load-track { position: absolute; left: 3%; right: 5%; bottom: 44px; height: 8px; border-radius: 999px; background: rgba(16,47,86,.12); overflow: hidden; z-index: 0; }
.load-track span { display: block; width: var(--load-fill, 0%); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--sky), var(--gold)); transition: width .08s linear; }
.load-boxes { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.load-box { position: absolute; left: 4%; bottom: 58px; width: clamp(38px, 7vw, 66px); aspect-ratio: 1; border-radius: 7px; background: linear-gradient(135deg, #f5bf62, #c9862e); opacity: var(--box-opacity, 1); box-shadow: inset 0 0 0 2px rgba(6,24,39,.12), 0 16px 35px rgba(6,24,39,.18); transform: translate3d(var(--box-x, 0px), var(--box-y, 0px), 0) rotate(var(--box-rotate, 0deg)); transition: transform .08s linear, opacity .12s linear; z-index: 1; }
.box-two { width: clamp(34px, 6vw, 58px); background: linear-gradient(135deg, #ffd166, #d98f31); }
.box-three { width: clamp(32px, 5.4vw, 52px); }
.box-four { width: clamp(36px, 6.2vw, 60px); background: linear-gradient(135deg, #f0a34a, #b96a24); }
.box-five { width: clamp(30px, 5.2vw, 50px); }
.box-six { width: clamp(34px, 5.8vw, 56px); background: linear-gradient(135deg, #ffd166, #c9862e); }
.load-box:before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 7px; transform: translateX(-50%); background: rgba(255,240,184,.64); }
.load-box:after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 7px; transform: translateY(-50%) scaleX(var(--load-tape, .45)); transform-origin: left center; background: rgba(255,240,184,.78); box-shadow: 0 0 18px rgba(255,209,102,.34); }
.load-box i { position: absolute; inset: 13px; border: 2px solid rgba(6,24,39,.13); border-radius: 5px; }
.load-truck { position: absolute; right: 0; bottom: 36px; width: min(48%, 420px); height: 134px; z-index: 3; filter: drop-shadow(0 18px 28px rgba(6,24,39,.16)); }
.truck-trailer { position: absolute; left: 0; right: 30%; bottom: 24px; height: 88px; border-radius: 8px 0 0 8px; background: linear-gradient(135deg, #102f56, #185a9d); z-index: 2; overflow: hidden; }
.truck-trailer:before { content: ""; position: absolute; left: 14px; right: 18px; top: 14px; height: 8px; border-radius: 999px; background: rgba(255,255,255,.16); box-shadow: 0 18px 0 rgba(255,255,255,.08); }
.truck-cab { position: absolute; right: 3%; bottom: 24px; width: 31%; height: 74px; border-radius: 10px 16px 8px 0; background: linear-gradient(135deg, #5ec4e8, #1f78b4); z-index: 3; }
.truck-cab:before { content: ""; position: absolute; right: 14px; top: 11px; width: 42%; height: 24px; border-radius: 5px 10px 4px 4px; background: rgba(255,255,255,.7); }
.truck-cab span { position: absolute; right: 9px; bottom: 13px; width: 22px; height: 8px; border-radius: 999px; background: #ffd166; }
.truck-wheel { position: absolute; bottom: 9px; width: 34px; height: 34px; border-radius: 50%; background: #061827; box-shadow: inset 0 0 0 8px #607086; z-index: 4; }
.wheel-one { left: 18%; }
.wheel-two { right: 11%; }
.proof-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding: 0 clamp(16px, 5vw, 76px); background: var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { min-height: 116px; display: grid; align-content: center; gap: 5px; padding: 20px; background: rgba(255,255,255,.92); }
.proof-strip strong { color: var(--navy); font-size: 1.03rem; line-height: 1.05; }
.proof-strip span { color: var(--muted); font-size: .95rem; line-height: 1.35; }
.service-ribbon { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px clamp(16px, 5vw, 76px); background: #e9f7fd; border-bottom: 1px solid var(--line); }
.service-ribbon span, .pill { display: inline-flex; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--navy); font-weight: 900; }
.section { padding: clamp(64px, 9vw, 120px) clamp(16px, 5vw, 76px); }
.section.soft { background: #eaf5fb; }
.section.dark { background: var(--ink); color: #fff; }
.section-head { max-width: 950px; margin-bottom: 34px; }
.section h2, .dark h2, .cta-band h2, .estimate-card h2 { margin: 0 0 14px; font-size: clamp(2.2rem, 5vw, 5.2rem); line-height: 1; letter-spacing: 0; text-wrap: balance; }
.section-head p, .two-col p, .service-card p, .area-card p, .process-grid p, .faq-list p, .stacked-list p, .portrait-card span { color: var(--muted); font-size: 1.03rem; }
.dark p, .dark .stacked-list p { color: rgba(255,255,255,.72); }
.review-spotlight { display: grid; grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr); gap: 16px; align-items: stretch; background: #fff; }
.review-lead { display: grid; align-content: center; padding: clamp(26px, 5vw, 54px); border-radius: var(--radius); background: linear-gradient(135deg, #061827, #12365e); color: #fff; box-shadow: var(--shadow); }
.review-lead blockquote { margin: 0; font-size: clamp(1.85rem, 3.2vw, 3.3rem); line-height: 1.04; font-weight: 950; text-wrap: balance; }
.review-lead cite { margin-top: 18px; color: #bdefff; font-style: normal; font-weight: 950; }
.review-minis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.mini-review { display: grid; align-content: space-between; gap: 18px; margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #f5f8fb; }
.mini-review blockquote { margin: 0; color: var(--text); font-weight: 850; line-height: 1.45; }
.mini-review figcaption { color: #1f78b4; font-weight: 950; }
.card-grid { display: grid; gap: 16px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.featured-services { display: grid; grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr); gap: 16px; align-items: stretch; }
.service-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.service-card, .service-mini-card, .area-card, .process-grid article, .estimate-card, .portrait-card, .review-grid figure { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.82); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover, .service-mini-card:hover, .area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(94,196,232,.6); }
.service-card img { width: 100%; height: 230px; object-fit: cover; }
.feature-service { display: grid; grid-template-rows: minmax(320px, 1fr) auto; background: #fff; }
.feature-service img { height: 100%; min-height: 320px; }
.feature-service div { padding-bottom: 24px; }
.feature-service strong { display: inline-flex; margin: 0 20px; color: #1f78b4; font-weight: 950; }
.service-mini-card { display: grid; align-content: start; min-height: 220px; padding: 24px; background: #fff; }
.service-mini-card span { color: #1f78b4; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 950; }
.service-mini-card h3 { margin: 14px 0 8px; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.05; }
.service-mini-card p { margin: 0; color: var(--muted); }
.service-card span, .area-card span { display: block; padding: 20px 20px 0; color: #1f78b4; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 950; }
.service-card h3, .area-card h3 { margin: 8px 20px 0; font-size: clamp(1.35rem, 2.2vw, 1.9rem); line-height: 1.05; }
.service-card p, .area-card p { margin: 10px 20px 22px; }
.split, .two-col { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(28px, 6vw, 76px); align-items: start; }
.stacked-list { display: grid; gap: 12px; }
.stacked-list article, .faq-list details { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.08); padding: 22px; }
.stacked-list strong { font-size: 1.25rem; }
.portrait-card img { width: 100%; height: 520px; object-fit: cover; object-position: 50% 18%; }
.portrait-card div { padding: 22px; display: grid; gap: 6px; }
.portrait-card strong { font-size: 1.45rem; line-height: 1.05; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.process-grid article { padding: 22px; }
.process-grid span { color: #1f78b4; font-weight: 950; }
.process-grid h3 { margin: 16px 0 8px; font-size: 1.35rem; }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; }
.check-list li, .mini-list li { position: relative; padding: 15px 15px 15px 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--text); font-weight: 800; }
.check-list li:before, .mini-list li:before { content: ""; position: absolute; left: 16px; top: 20px; width: 13px; height: 13px; border-radius: 50%; background: var(--sky); box-shadow: inset 0 0 0 4px #d7f2fb; }
.mini-list { list-style: none; display: grid; gap: 10px; padding: 0; margin: 18px 0 24px; }
.area-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.area-card { padding: 4px 0 8px; min-height: 230px; }
.review-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.review-grid figure { margin: 0; padding: 22px; }
.review-grid blockquote { margin: 0; color: var(--text); font-weight: 800; line-height: 1.45; }
.review-grid figcaption { margin-top: 16px; color: #1f78b4; font-weight: 950; }
.faq-list { display: grid; gap: 10px; max-width: 980px; }
.faq-list details { background: #fff; padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-size: 1.08rem; font-weight: 950; }
.faq-list p { margin: 12px 0 0; }
.cta-band { margin: 0 clamp(16px, 5vw, 76px) clamp(64px, 9vw, 96px); padding: clamp(28px, 5vw, 56px); border-radius: var(--radius); background: linear-gradient(135deg, #102f56, #185a9d 58%, #1d8bc3); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.cta-band p { color: rgba(255,255,255,.78); max-width: 720px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.subhero { padding: clamp(82px, 12vw, 150px) clamp(16px, 5vw, 76px) 58px; background: var(--ink); color: #fff; }
.subhero h1 { max-width: 13ch; }
.detail-hero, .contact-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr); gap: clamp(28px, 5vw, 62px); align-items: center; padding: clamp(70px, 10vw, 130px) clamp(16px, 5vw, 76px); background: var(--ink); color: #fff; }
.detail-hero h1, .contact-hero h1 { max-width: 12ch; }
.detail-hero img { width: 100%; height: min(68vh, 620px); object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.estimate-card { padding: clamp(22px, 4vw, 36px); background: #fff; color: var(--text); box-shadow: var(--shadow); }
.estimate-card h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.footer { display: flex; justify-content: space-between; gap: 30px; padding: 36px clamp(16px, 5vw, 76px); background: #061827; color: #fff; }
.footer .brand { width: fit-content; }
.footer p { color: rgba(255,255,255,.66); max-width: 520px; }
.footer-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 24px; color: rgba(255,255,255,.78); }
.mobile-sticky { display: none; opacity: 0; transform: translateY(18px); pointer-events: none; }
.reveal { opacity: 1; transform: none; transition: transform .35s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (max-width: 1040px) {
  .nav-links, .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 76px 16px auto; z-index: 49; display: grid; gap: 6px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; }
  body.menu-open .mobile-menu { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu a { padding: 14px; border-radius: var(--radius); color: var(--navy); font-weight: 950; }
  .hero, .detail-hero, .contact-hero, .split, .two-col, .cta-band, .review-spotlight, .featured-services, .load-panel { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual, .hero-visual img { min-height: 420px; }
  .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid.three, .process-grid, .area-grid, .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 760px) {
  .site-header { min-height: 68px; padding: 10px 12px; }
  .brand { padding: 6px 9px; }
  .brand img { width: auto; height: 38px; max-width: 54vw; }
  .hero { min-height: auto; padding: 34px 12px 30px; gap: 0; }
  .hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { font-size: clamp(2.25rem, 10.4vw, 3.25rem); max-width: 8.5ch; }
  .hero p, .subhero p, .detail-hero p, .contact-hero p { font-size: 1rem; line-height: 1.5; }
  .hero .eyebrow { margin-bottom: 12px; font-size: .68rem; letter-spacing: .14em; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions { margin-top: 18px; gap: 10px; }
  .btn { width: 100%; }
  .hero-steps { width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; margin-top: 16px; padding: 6px; }
  .hero-steps span { justify-content: center; min-height: 32px; padding: 0 6px; font-size: .68rem; }
  .hero-steps span:not(:last-child):after { display: none; }
  .load-moment { padding: 0; }
  .load-panel { border-left: 0; border-right: 0; border-radius: 0; padding: 18px 12px 20px; gap: 10px; }
  .load-copy h2 { font-size: clamp(1.45rem, 6vw, 2.1rem); max-width: 13ch; }
  .load-scene { min-height: 160px; }
  .load-truck { width: 55%; height: 112px; bottom: 26px; }
  .truck-trailer { height: 70px; bottom: 20px; }
  .truck-cab { height: 58px; bottom: 20px; }
  .truck-wheel { width: 27px; height: 27px; box-shadow: inset 0 0 0 6px #607086; }
  .load-box { width: 42px; bottom: 48px; }
  .box-three, .box-five { width: 34px; }
  .load-track { bottom: 33px; }
  .trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
  .trust-row span { min-height: 0; width: auto; flex: 1 1 auto; padding: 9px 10px; border-radius: 999px; font-size: .82rem; line-height: 1.15; }
  .trust-row span:nth-child(3) { flex-basis: 100%; }
  .hero-visual { display: none; }
  .service-ribbon { flex-wrap: nowrap; overflow-x: auto; padding: 12px; scrollbar-width: none; }
  .service-ribbon::-webkit-scrollbar { display: none; }
  .service-ribbon span { flex: 0 0 auto; padding: 8px 11px; font-size: .86rem; }
  .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; }
  .proof-strip div { min-height: auto; padding: 14px 12px; }
  .proof-strip strong { font-size: .92rem; }
  .proof-strip span { font-size: .85rem; }
  .review-spotlight { padding-top: 46px; padding-bottom: 46px; }
  .review-minis, .service-mini-grid { grid-template-columns: 1fr; }
  .review-lead { padding: 24px; }
  .review-lead blockquote { font-size: clamp(1.45rem, 6vw, 1.95rem); line-height: 1.08; }
  .mini-review, .service-mini-card { padding: 18px; min-height: auto; }
  .mini-review { gap: 10px; }
  .feature-service { grid-template-rows: auto auto; }
  .feature-service img { min-height: 260px; }
  .moving-motion { display: none; }
  .moving-motion:before { bottom: 4%; height: 54px; background-size: 150px 100%; }
  .road-line { bottom: 9%; }
  .box-lane { bottom: 10%; height: 54px; }
  .box-lane i { width: 28px; height: 28px; opacity: .5; }
  .trust-row, .card-grid.three, .process-grid, .area-grid, .review-grid, .check-list { grid-template-columns: 1fr; }
  .section, .subhero, .detail-hero, .contact-hero { padding-left: 12px; padding-right: 12px; }
  .section h2, .dark h2, .cta-band h2 { font-size: clamp(2rem, 8.7vw, 2.75rem); }
  .service-card img { height: 260px; }
  .portrait-card img, .detail-hero img { min-height: 360px; height: 360px; }
  .cta-band { margin-left: 12px; margin-right: 12px; margin-bottom: 78px; }
  .footer { display: grid; padding-bottom: 92px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; transition: opacity .22s ease, transform .22s ease; }
  .mobile-sticky .btn { box-shadow: var(--shadow); }
  .mobile-sticky .btn.secondary { background: var(--navy); color: #fff; border-color: var(--navy); }
  body.show-mobile-sticky .mobile-sticky { opacity: 1; transform: translateY(0); pointer-events: auto; }
}
@media (max-width: 380px) {
  .proof-strip { grid-template-columns: 1fr; }
  .hero-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: var(--radius); }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .moving-motion { display: none; }
  .load-moment { --load-progress: .86; }
  .route-card path { stroke-dasharray: none; }
  .route-card .route-dot { transform: translateX(104px) translateY(-5px); }
}