:root {
  --navy: #17324a;
  --navy-dark: #0c2233;
  --blue: #286d94;
  --orange: #e65c26;
  --gold: #f2b233;
  --green: #2d6a4f;
  --ink: #20272d;
  --muted: #5c6871;
  --line: #ccd4d9;
  --soft: #eef3f6;
  --paper: #ffffff;
  --focus: #006fc9;
  --max: 1180px;
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 2000; top: 8px; left: 8px; padding: 9px 13px; color: #fff; background: #000; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section { padding-top: 78px; padding-bottom: 82px; }
.section-sm { padding-top: 55px; padding-bottom: 58px; }
.eyebrow { margin-bottom: 9px; color: var(--orange); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 13px; color: var(--navy); font-size: 38px; line-height: 1.13; }
.section-heading p:last-child { margin-bottom: 0; color: var(--muted); font-size: 18px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 2px solid var(--orange); border-radius: 2px; padding: 10px 18px; color: #fff; background: var(--orange); font-size: 14px; font-weight: 800; text-decoration: none; }
.button:hover { border-color: var(--navy-dark); background: var(--navy-dark); }
.button-secondary { border-color: var(--navy); color: #fff; background: var(--navy); }
.button-secondary:hover { border-color: var(--orange); background: var(--orange); }
.button-outline { border-color: #fff; color: #fff; background: transparent; }
.button-outline:hover { border-color: var(--gold); color: var(--navy-dark); background: var(--gold); }
.text-link { color: var(--blue); font-weight: 800; text-underline-offset: 4px; }
.text-link:hover { color: var(--orange); }

.utility-bar { min-height: 36px; color: #dfe8ee; background: var(--navy-dark); font-size: 12px; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.utility-inner p { margin: 0; }
.utility-links { display: flex; align-items: center; gap: 22px; }
.utility-links a { color: #fff; text-decoration: none; }
.utility-links a:hover { text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: relative; z-index: 1000; min-height: 82px; border-bottom: 1px solid #d7dee2; background: #fff; box-shadow: 0 1px 4px rgba(13,34,51,.12); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { width: max-content; display: inline-flex; align-items: center; color: var(--navy); text-decoration: none; }
.brand-logo { width: auto; height: 64px; display: block; }
.primary-nav { justify-self: end; display: flex; align-items: stretch; min-height: 82px; }
.primary-nav a { position: relative; display: grid; place-items: center; padding: 0 15px; color: #3c4851; font-size: 13px; font-weight: 800; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; right: 15px; bottom: 0; left: 15px; height: 4px; background: transparent; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--navy); }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { background: var(--orange); }
.header-quote { white-space: nowrap; }
.nav-toggle { display: none; width: 44px; height: 42px; border: 1px solid var(--navy); border-radius: 2px; padding: 9px; background: #fff; }
.nav-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--navy); }

.home-hero { position: relative; min-height: 560px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy-dark); }
.home-hero > img, .home-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero > img { object-fit: cover; object-position: center 58%; }
.home-hero-shade { background: rgba(7, 24, 37, .69); }
.hero-copy { position: relative; z-index: 1; max-width: 730px; padding: 74px 0 82px; }
.hero-copy .eyebrow { color: var(--gold); }
.hero-copy h1 { margin-bottom: 20px; font-size: 52px; line-height: 1.08; }
.hero-copy > p:not(.eyebrow) { max-width: 640px; margin-bottom: 29px; color: #e9eef1; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.quick-actions { border-bottom: 1px solid var(--line); background: var(--soft); }
.quick-actions-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-actions a { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-right: 1px solid var(--line); padding: 20px 22px; color: var(--navy); text-decoration: none; }
.quick-actions a:first-child { border-left: 1px solid var(--line); }
.quick-actions a:hover { color: #fff; background: var(--blue); }
.action-copy { display: grid; }
.action-copy small { margin-bottom: 2px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.quick-actions a:hover small { color: #e3edf3; }
.action-copy strong { font-size: 15px; }
.action-arrow { color: var(--orange); font-size: 24px; }
.quick-actions a:hover .action-arrow { color: var(--gold); }

.intro-split { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.2fr); gap: 80px; align-items: start; }
.intro-split h2 { margin: 0; color: var(--navy); font-size: 40px; line-height: 1.12; }
.intro-split .lead { margin-bottom: 18px; color: #34454f; font-size: 20px; }
.intro-split p:last-child { margin-bottom: 0; }
.service-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 50px; }
.service-cards article { min-height: 265px; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 5px solid var(--orange); border-radius: 2px; padding: 25px 22px 22px; background: #fff; }
.service-cards .service-number { color: var(--orange); font-size: 11px; font-weight: 900; }
.service-cards h3 { margin: 25px 0 10px; color: var(--navy); font-size: 21px; line-height: 1.18; }
.service-cards p { margin-bottom: 20px; color: var(--muted); font-size: 14px; }
.service-cards a { margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 800; text-underline-offset: 4px; }
.service-cards a:hover { color: var(--orange); }

.image-callout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); min-height: 560px; color: #fff; background: var(--navy); }
.image-callout-image { min-height: 480px; overflow: hidden; }
.image-callout-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.image-callout-copy { align-self: center; padding: 64px max(24px, calc((100vw - var(--max)) / 2)) 64px 64px; }
.image-callout-copy .eyebrow { color: var(--gold); }
.image-callout-copy h2 { max-width: 520px; margin-bottom: 28px; font-size: 38px; line-height: 1.13; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #527086; }
.steps li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 17px 0; border-bottom: 1px solid #527086; }
.steps li > span { color: var(--gold); font-size: 11px; font-weight: 900; }
.steps strong { display: block; margin-bottom: 3px; }
.steps p { margin: 0; color: #d6e1e7; font-size: 14px; }

.tracking-band { color: #fff; background: var(--navy-dark); }
.tracking-band-inner { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(460px, 1.25fr); gap: 60px; align-items: center; }
.tracking-band h2 { margin-bottom: 9px; font-size: 32px; }
.tracking-band p { margin: 0; color: #cbd9e2; }
.tracking-form-inline { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: start; }
.tracking-form-inline label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.tracking-form-inline input { min-width: 0; min-height: 48px; border: 1px solid #8ba0ae; border-radius: 2px; padding: 11px 13px; color: var(--ink); background: #fff; }
.tracking-form-inline button { min-height: 48px; }
.tracking-status { grid-column: 1 / -1; min-height: 0; margin: 0; }
.tracking-status:empty { display: none; }
.tracking-status.is-error { border-left: 4px solid var(--gold); padding: 9px 11px; color: #fff; background: #4b2630; font-weight: 800; }
.area-cta { color: var(--ink); background: var(--gold); }
.area-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.area-cta h2 { margin-bottom: 8px; color: var(--navy-dark); font-size: 31px; }
.area-cta p { max-width: 700px; margin: 0; }

.page-masthead { position: relative; min-height: 285px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.page-masthead.has-image { min-height: 350px; }
.page-masthead > img, .page-masthead-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-masthead > img { object-fit: cover; object-position: center; }
.page-masthead-shade { background: rgba(10, 34, 51, .75); }
.masthead-copy { position: relative; z-index: 1; max-width: 740px; padding: 55px 0 62px; }
.breadcrumb { margin-bottom: 18px; color: #d5e2e9; font-size: 12px; }
.breadcrumb a { text-underline-offset: 3px; }
.masthead-copy h1 { margin-bottom: 14px; font-size: 45px; line-height: 1.08; }
.masthead-copy > p:last-child { max-width: 660px; margin-bottom: 0; color: #e0e9ee; font-size: 18px; }

.service-detail-list { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 80px minmax(240px, .55fr) minmax(340px, 1fr); gap: 38px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.service-index { color: var(--orange); font-size: 12px; font-weight: 900; }
.service-detail h2 { margin: 0; color: var(--navy); font-size: 25px; line-height: 1.15; }
.service-detail p { margin: 0; color: var(--muted); }
.info-band { color: #fff; background: var(--blue); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.info-grid h2 { margin-bottom: 14px; font-size: 32px; }
.info-grid p { color: #e5f0f5; }
.checklist { margin: 0; padding-left: 19px; }
.checklist li { margin: 8px 0; }
.plain-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px; }
.plain-cta h2 { margin: 0; color: var(--navy); font-size: 32px; }

.estimate-intro { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(420px, 1.3fr); gap: 70px; align-items: start; }
.estimate-intro h2 { margin: 0; color: var(--navy); font-size: 35px; line-height: 1.14; }
.estimate-intro p { margin-bottom: 0; color: var(--muted); font-size: 18px; }
.estimator-shell { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--soft); }
.estimate-layout { display: grid; grid-template-columns: 390px minmax(0, 1fr); min-height: 620px; }
.estimate-panel { padding: 38px 35px 42px 0; border-right: 1px solid var(--line); }
.estimate-panel h2 { margin-bottom: 8px; color: var(--navy); font-size: 27px; }
.estimate-panel > p { color: var(--muted); font-size: 14px; }
.estimate-form { display: grid; gap: 17px; margin-top: 27px; }
.estimate-form label, .contact-form label { display: grid; gap: 6px; color: #313c43; font-size: 13px; font-weight: 800; }
.estimate-form input, .estimate-form select, .contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-width: 0; border: 1px solid #9ba9b2; border-radius: 2px; padding: 11px 12px; color: var(--ink); background: #fff; }
.estimate-form input, .estimate-form select, .contact-form input, .contact-form select { min-height: 46px; }
.estimate-form button { width: 100%; margin-top: 2px; }
.estimate-form button:disabled { cursor: wait; opacity: .72; }
.estimate-status { min-height: 0; margin: 18px 0 0; font-size: 13px; }
.estimate-status:empty { display: none; }
.estimate-status.is-working, .estimate-status.is-success, .estimate-status.is-error { border-left: 4px solid var(--blue); padding: 10px 12px; background: #fff; }
.estimate-status.is-success { border-color: var(--green); }
.estimate-status.is-error { border-color: #a83232; }
.estimate-status a { color: var(--blue); font-weight: 800; }
.map-panel { min-width: 0; display: grid; grid-template-rows: 1fr auto; padding-left: 35px; }
#route-map { width: 100%; min-height: 570px; background: #dce4e8; }
.map-note { min-height: 25px; margin: 0; padding: 6px 0; color: var(--muted); font-size: 11px; }
.estimate-result { border-bottom: 1px solid var(--line); padding: 36px 0; background: #fff; }
.estimate-result[hidden] { display: none; }
.result-grid { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(400px, 1.3fr); gap: 70px; align-items: center; }
.result-label { margin-bottom: 5px; color: var(--orange); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.estimate-result h2 { margin-bottom: 17px; color: var(--navy); font-size: 30px; }
.result-metrics { display: flex; flex-wrap: wrap; gap: 10px; }
.result-metric { min-width: 190px; border: 1px solid var(--line); padding: 13px 15px; background: var(--soft); }
.result-metric small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.result-metric strong { color: var(--navy); font-size: 18px; }
.result-message p { margin-bottom: 18px; font-size: 17px; }
.route-considerations { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.route-considerations article { min-height: 170px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px; }
.route-considerations h3 { margin-bottom: 8px; color: var(--navy); font-size: 17px; }
.route-considerations p { margin: 0; color: var(--muted); font-size: 13px; }

.tracking-page-section { background: var(--soft); }
.tracking-panel { max-width: 880px; margin: 0 auto; border: 1px solid var(--line); border-top: 5px solid var(--orange); border-radius: 2px; padding: 38px; background: #fff; }
.tracking-panel h2 { margin-bottom: 9px; color: var(--navy); font-size: 30px; }
.tracking-panel > p { color: var(--muted); }
.tracking-form-large { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 11px; margin-top: 26px; }
.tracking-form-large label { grid-column: 1 / -1; font-size: 13px; font-weight: 800; }
.tracking-form-large input { min-width: 0; min-height: 50px; border: 1px solid #8b9ba5; border-radius: 2px; padding: 12px 13px; }
.tracking-form-large .tracking-status { grid-column: 1 / -1; }
.tracking-form-large .tracking-status.is-error { color: #7b1e1e; background: #fff1ef; }
.tracking-help { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 48px; }
.tracking-help article { border-top: 4px solid var(--blue); padding-top: 18px; }
.tracking-help h3 { color: var(--navy); }
.tracking-help p { color: var(--muted); }

.about-overview { display: grid; grid-template-columns: minmax(360px, 1.1fr) minmax(310px, .9fr); gap: 80px; align-items: start; }
.about-overview h2 { margin-bottom: 18px; color: var(--navy); font-size: 38px; line-height: 1.13; }
.about-overview .lead { color: #344650; font-size: 20px; }
.business-details { margin: 0; border-top: 4px solid var(--orange); }
.business-details div { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.business-details dt { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.business-details dd { margin: 0; overflow-wrap: anywhere; }
.business-details address { font-style: normal; }
.business-details a { color: var(--blue); text-underline-offset: 3px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.principles article { border-top: 5px solid var(--gold); padding-top: 20px; }
.principles h3 { color: var(--navy); font-size: 20px; }
.principles p { color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(520px, 1.35fr); gap: 70px; align-items: start; }
.contact-copy h2 { margin-bottom: 16px; color: var(--navy); font-size: 34px; }
.contact-copy > p { color: var(--muted); }
.contact-block { margin-top: 30px; border-top: 4px solid var(--orange); }
.contact-row { padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-row small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.contact-row address { font-style: normal; }
.contact-row a { color: var(--blue); font-weight: 800; text-underline-offset: 3px; }
.contact-form { border: 1px solid var(--line); border-top: 5px solid var(--navy); padding: 30px; background: var(--soft); }
.contact-form h2 { margin-bottom: 6px; color: var(--navy); font-size: 27px; }
.contact-form > p { margin-bottom: 26px; color: var(--muted); font-size: 13px; }
.prefill-note { border-left: 4px solid var(--green); padding: 9px 11px; color: #24553f; background: #e7f4ed; }
.prefill-note[hidden] { display: none; }
.contact-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-field-grid .full { grid-column: 1 / -1; }
.contact-form textarea { min-height: 145px; resize: vertical; }
.confirmation-row { display: grid !important; grid-template-columns: 22px 1fr; gap: 10px !important; align-items: start; margin: 20px 0; cursor: pointer; }
.confirmation-row input { width: 19px; height: 19px; min-height: 0; margin: 1px 0 0; accent-color: var(--orange); }
.form-note { margin: 9px 0 0 !important; font-size: 11px !important; }
.form-status { min-height: 0; margin: 16px 0 0; }
.form-status:empty { display: none; }
.form-status.is-ready { border-left: 4px solid var(--green); padding: 10px 12px; color: #24553f; background: #fff; }
.form-status a { color: var(--blue); font-weight: 900; text-underline-offset: 3px; }

.site-footer { color: #d5e0e7; background: var(--navy-dark); }
.footer-main { display: grid; grid-template-columns: minmax(250px, 1.2fr) repeat(2, minmax(150px, .6fr)) minmax(220px, .8fr); gap: 45px; padding-top: 54px; padding-bottom: 48px; }
.site-footer .brand { border-radius: 2px; padding: 6px 8px; background: #fff; box-shadow: 0 0 0 1px rgba(255,255,255,.18); }
.site-footer .brand-logo { height: 66px; }
.footer-company > p { max-width: 320px; margin: 18px 0 0; color: #b8c8d2; font-size: 13px; }
.footer-column h2 { margin-bottom: 14px; color: #fff; font-size: 14px; }
.footer-column nav { display: grid; gap: 8px; }
.footer-column a { color: #c8d6df; font-size: 13px; text-decoration: none; }
.footer-column a:hover { color: var(--gold); text-decoration: underline; }
.footer-contact address { margin-bottom: 12px; font-style: normal; }
.footer-contact p { margin: 0 0 6px; overflow-wrap: anywhere; font-size: 13px; }
.footer-contact a { color: #fff; }
.footer-bottom { border-top: 1px solid #345066; padding: 17px 0; }
.footer-bottom p { margin: 0; color: #9fb3c0; font-size: 11px; }

@media (max-width: 1020px) {
  .header-inner { gap: 20px; }
  .primary-nav a { padding: 0 10px; }
  .primary-nav a::after { right: 10px; left: 10px; }
  .header-quote { display: none; }
  .service-cards { grid-template-columns: 1fr 1fr; }
  .image-callout { grid-template-columns: 1fr 1fr; }
  .image-callout-copy { padding-right: 30px; padding-left: 45px; }
  .estimate-layout { grid-template-columns: 350px minmax(0, 1fr); }
  .route-considerations { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr 1fr; }
  .footer-company { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(var(--max), calc(100% - 36px)); }
  .utility-inner > p { display: none; }
  .utility-inner { justify-content: flex-end; }
  .header-inner { grid-template-columns: 1fr auto; }
  .nav-toggle { display: block; justify-self: end; }
  .primary-nav { position: absolute; top: 82px; right: 0; left: 0; min-height: 0; display: none; border-top: 1px solid var(--line); padding: 8px 18px 15px; background: #fff; box-shadow: 0 6px 9px rgba(13,34,51,.16); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { min-height: 46px; display: flex; justify-content: flex-start; border-bottom: 1px solid var(--line); padding: 9px 5px; }
  .primary-nav a::after { display: none; }
  .primary-nav a[aria-current="page"] { border-left: 4px solid var(--orange); padding-left: 12px; }
  .home-hero { min-height: 530px; }
  .hero-copy h1 { font-size: 46px; }
  .quick-actions-grid { grid-template-columns: 1fr 1fr; }
  .quick-actions a:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .quick-actions a:nth-child(4) { border-top: 1px solid var(--line); }
  .intro-split, .tracking-band-inner, .estimate-intro, .about-overview, .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .image-callout { grid-template-columns: 1fr; }
  .image-callout-image { min-height: 480px; }
  .image-callout-copy { padding: 58px 18px; }
  .area-cta-inner { grid-template-columns: 1fr; gap: 22px; }
  .service-detail { grid-template-columns: 55px minmax(190px, .6fr) minmax(250px, 1fr); gap: 22px; }
  .estimate-layout { grid-template-columns: 1fr; }
  .estimate-panel { padding: 34px 0; border-right: 0; }
  .map-panel { padding: 0 0 25px; }
  #route-map { min-height: 500px; }
  .result-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-company { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .section { padding-top: 58px; padding-bottom: 62px; }
  .section-sm { padding-top: 42px; padding-bottom: 44px; }
  .utility-links { width: 100%; justify-content: space-between; gap: 10px; }
  .utility-links a { font-size: 11px; }
  .site-header, .header-inner { min-height: 72px; }
  .primary-nav { top: 72px; }
  .site-header .brand-logo { height: 54px; }
  .site-footer .brand-logo { height: 62px; }
  .home-hero { min-height: 535px; }
  .home-hero > img { object-position: 61% center; }
  .home-hero-shade { background: rgba(7, 24, 37, .76); }
  .hero-copy { padding: 54px 0 62px; }
  .hero-copy h1 { font-size: 39px; }
  .hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .quick-actions a { min-height: 90px; padding: 16px 13px; }
  .action-copy strong { font-size: 13px; }
  .action-arrow { display: none; }
  .section-heading h2, .intro-split h2, .about-overview h2 { font-size: 32px; }
  .intro-split .lead, .section-heading p:last-child { font-size: 17px; }
  .service-cards { grid-template-columns: 1fr; }
  .service-cards article { min-height: 0; }
  .image-callout-image { min-height: 360px; }
  .image-callout-copy h2 { font-size: 31px; }
  .tracking-form-inline, .tracking-form-large { grid-template-columns: 1fr; }
  .tracking-form-inline button, .tracking-form-large button { width: 100%; }
  .tracking-band h2 { font-size: 28px; }
  .area-cta h2 { font-size: 27px; }
  .page-masthead, .page-masthead.has-image { min-height: 280px; }
  .masthead-copy { padding: 44px 0 48px; }
  .masthead-copy h1 { font-size: 37px; }
  .masthead-copy > p:last-child { font-size: 16px; }
  .service-detail { grid-template-columns: 38px 1fr; gap: 13px; padding: 28px 0; }
  .service-detail p { grid-column: 2; }
  .info-grid { grid-template-columns: 1fr; gap: 38px; }
  .plain-cta { align-items: stretch; }
  .plain-cta .button { width: 100%; }
  .estimate-intro h2 { font-size: 31px; }
  #route-map { min-height: 390px; }
  .route-considerations { grid-template-columns: 1fr; }
  .estimate-result h2 { font-size: 27px; }
  .result-metric { width: 100%; }
  .tracking-panel { padding: 26px 18px; }
  .tracking-help, .principles { grid-template-columns: 1fr; gap: 30px; }
  .business-details div { grid-template-columns: 75px 1fr; }
  .contact-form { padding: 24px 16px; }
  .contact-field-grid { grid-template-columns: 1fr; }
  .contact-field-grid .full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-company, .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
