:root {
  --navy-950: #031d33;
  --navy-900: #052b4b;
  --navy-800: #063d68;
  --blue: #0a77bc;
  --blue-bright: #0e8bd6;
  --orange: #ff9417;
  --orange-dark: #b35600;
  --ice: #e9f6fd;
  --paper: #f7fafc;
  --white: #fff;
  --ink: #13283b;
  --muted: #526779;
  --line: #dbe7ee;
  --success: #17815a;
  --shadow: 0 24px 70px rgba(3, 29, 51, .14);
  --radius: 18px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-950); font-family: "Arial Narrow", "Helvetica Neue Condensed", Arial, ui-sans-serif, system-ui, sans-serif; font-stretch: condensed; font-weight: 800; letter-spacing: -.025em; line-height: 1.06; }
h1 { font-size: clamp(2.8rem, 4.8vw, 4.5rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.45rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 1030px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 12px 16px; color: var(--white); background: var(--navy-950); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { position: relative; z-index: 30; color: #c7e5f7; background: var(--navy-950); font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.utility-bar .shell { display: flex; justify-content: space-between; align-items: center; min-height: 34px; gap: 20px; }
.utility-bar a { display: inline-flex; align-items: center; min-height: 34px; color: var(--white); text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 25; height: 92px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(3,29,51,.09); transition: box-shadow .2s ease, height .2s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(3,29,51,.12); }
.header-inner { display: flex; align-items: center; height: 100%; gap: 24px; }
.brand { display: flex; align-items: center; width: auto; height: 65px; overflow: visible; flex: 0 0 auto; }
.brand img { display: block; width: auto; height: 65px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 4px; margin-left: auto; }
.site-nav > a, .nav-cluster > button { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 10px; border: 0; color: var(--navy-900); background: transparent; font-size: .85rem; font-weight: 800; text-decoration: none; cursor: pointer; }
.site-nav > a:hover, .site-nav > a:focus-visible, .site-nav > a[aria-current="page"], .nav-cluster > button:hover, .nav-cluster > button:focus-visible, .nav-cluster.is-current > button { color: var(--blue); }
.nav-cluster { position: relative; }
.nav-chevron { display: inline-block; flex: 0 0 8px; width: 8px; height: 8px; margin: -4px 0 0 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
.nav-cluster.is-open .nav-chevron { margin-top: 4px; transform: rotate(225deg); }
.mega-menu { position: absolute; top: 100%; left: 50%; display: grid; grid-template-columns: repeat(3, 1fr); width: min(760px, 80vw); padding: 24px; gap: 28px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: .18s ease; }
.nav-cluster:hover .mega-menu, .nav-cluster.is-open .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega-menu div { display: grid; align-content: start; gap: 2px; }
.mega-menu a { padding: 8px 0; color: var(--ink); border-bottom: 1px solid var(--line); font-size: .86rem; font-weight: 650; text-decoration: none; }
.mega-menu a:hover { color: var(--blue); }
.menu-label { color: var(--orange-dark); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.header-call { display: grid; flex: 0 0 auto; padding: 10px 15px; color: var(--white); background: var(--blue); text-decoration: none; line-height: 1.1; box-shadow: 5px 5px 0 var(--orange); }
.header-call small { font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.header-call strong { margin-top: 5px; font-size: 1rem; }
.nav-toggle { display: none; }

.hero { position: relative; overflow: hidden; min-height: 740px; color: var(--white); background: radial-gradient(circle at 18% 18%, rgba(14,139,214,.31), transparent 32%), linear-gradient(118deg, var(--navy-950), var(--navy-900) 56%, #043457); }
.hero::before { content: ""; position: absolute; right: -110px; top: -190px; width: 500px; height: 760px; background: var(--orange); clip-path: polygon(62% 0, 100% 0, 46% 48%, 68% 48%, 0 100%, 28% 56%, 5% 56%); opacity: .14; }
.hero-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; min-height: 740px; padding-block: 58px 66px; gap: clamp(40px, 6vw, 76px); }
.hero-copy { max-width: 720px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: #a7d5ef; font-size: .78rem; font-weight: 700; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs a[aria-current="page"] { color: var(--white); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #bbe4fb; font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow i { width: 26px; height: 3px; background: var(--orange); box-shadow: 7px -5px 0 -1px var(--orange); transform: skewX(-28deg); }
.hero h1 { max-width: 780px; margin-bottom: 22px; color: var(--white); text-wrap: balance; }
.hero-copy > p { max-width: 680px; margin-bottom: 30px; color: #d9edf8; font-size: clamp(1.04rem, 1.7vw, 1.23rem); line-height: 1.65; }
.hero-copy > p a { color: var(--white); }
.hero-copy > .article-meta { margin: -12px 0 24px; color: #b9d8e9; font-size: .78rem; font-weight: 750; letter-spacing: .035em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 13px 20px; border: 2px solid transparent; border-radius: 2px; font-size: .9rem; font-weight: 900; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-arrow { position: relative; display: block; flex: 0 0 20px; width: 20px; height: 12px; margin-left: 14px; overflow: visible; }
.button-arrow::before { content: ""; position: absolute; top: 5px; left: 0; width: 18px; height: 2px; background: currentColor; }
.button-arrow::after { content: ""; position: absolute; top: 2px; right: 1px; width: 7px; height: 7px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.button--primary { color: var(--navy-950); background: var(--orange); box-shadow: 5px 5px 0 rgba(255,255,255,.16); }
.button--primary:hover { background: #ffa62e; box-shadow: 7px 7px 0 rgba(255,255,255,.12); }
.button--ghost { color: var(--white); background: transparent; border-color: rgba(255,255,255,.46); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.hero-proof { display: flex; gap: 24px; }
.hero-proof span { display: grid; color: #a8cddd; font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.hero-proof b { color: var(--white); font-size: 1.05rem; letter-spacing: .02em; }

.hero-form-wrap { position: relative; }
.hero-form-wrap::before { content: ""; position: absolute; inset: -11px 12px 11px -11px; border: 1px solid rgba(255,148,23,.65); pointer-events: none; }
.quote-form { position: relative; color: var(--ink); background: var(--white); border: 1px solid rgba(3,29,51,.12); box-shadow: var(--shadow); }
.quote-form--compact { padding: 26px; }
.form-heading { margin-bottom: 17px; }
.form-heading > span { color: var(--orange-dark); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.form-heading h2 { margin: 4px 0 7px; font-size: 1.7rem; }
.form-heading p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.form-grid label { display: grid; gap: 4px; color: var(--navy-900); font-size: .69rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.form-grid input, .form-grid textarea, .form-grid select { width: 100%; min-height: 44px; padding: 9px 11px; color: var(--ink); background: #f8fbfd; border: 1px solid #8299a8; border-radius: 1px; outline: none; font-size: .87rem; font-weight: 500; text-transform: none; transition: border .15s ease, box-shadow .15s ease; }
.form-grid textarea { min-height: 72px; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10,119,188,.12); }
.form-span { grid-column: 1 / -1; }
.contact-choice { display: grid; grid-template-columns: max-content 1fr; align-items: center; gap: 14px; margin: 0; padding: 0; border: 0; }
.contact-choice legend { float: none; padding: 0; color: var(--navy-900); font-size: .69rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.contact-options { display: flex; align-items: center; gap: 16px; }
.contact-choice label { display: flex; grid-template-columns: auto 1fr; align-items: center; min-height: 32px; gap: 6px; padding: 4px 0; text-transform: none; }
.contact-choice input { width: 16px; min-height: 16px; margin: 0; padding: 0; border: 0; background: transparent; accent-color: var(--blue); }
.quote-form .button { width: 100%; min-height: 50px; border: 0; }
.quote-form .button:disabled { opacity: .65; cursor: wait; }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.4; text-align: center; }
.form-note a { color: inherit; font-weight: 750; }
.form-status { min-height: 1.2em; margin-top: 6px; color: var(--muted); font-size: .8rem; font-weight: 800; text-align: center; }
.form-status[data-state="success"] { color: var(--success); }
.form-status[data-state="error"] { color: #a12f24; }
.form-status[data-state="pending"] { color: var(--blue); }
.form-trap { position: absolute !important; left: -10000px !important; width: 0 !important; height: 0 !important; min-height: 0 !important; padding: 0 !important; border: 0 !important; opacity: 0 !important; }
.trust-bar { color: var(--navy-950); background: var(--orange); }
.trust-bar .shell { display: grid; grid-template-columns: repeat(5, auto); justify-content: space-between; min-height: 58px; align-items: center; gap: 12px; }
.trust-bar span { display: flex; align-items: center; gap: 9px; font-size: .73rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.trust-bar span::before { content: ""; flex: 0 0 8px; width: 8px; height: 13px; border-right: 3px solid var(--navy-950); border-bottom: 3px solid var(--navy-950); transform: rotate(45deg) translateY(-1px); }

.content-section { padding: clamp(74px, 9vw, 118px) 0; overflow: hidden; }
.content-section--tint { background: var(--paper); }
.section-kicker { display: block; margin-bottom: 14px; color: var(--blue); font-size: .72rem; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.content-section h2 { position: relative; max-width: 880px; margin-bottom: 30px; text-wrap: balance; }
.content-section h2::after, .related-section h2::after { content: ""; display: block; width: 68px; height: 5px; margin-top: 20px; background: linear-gradient(90deg, var(--orange) 0 68%, var(--blue) 68%); transform: skewX(-24deg); }
.section-body > p, .content-section > .shell > p { max-width: 890px; color: #314c60; font-size: 1.04rem; }
.section-body > p + p { margin-top: 20px; }
.section-body a { font-weight: 750; }
.subsection { position: relative; margin: 28px 0; padding: 25px 28px 23px 32px; background: var(--white); border: 1px solid var(--line); border-left: 5px solid var(--blue); box-shadow: 0 9px 30px rgba(3,29,51,.05); }
.content-section:not(.content-section--tint) .subsection { background: var(--paper); }
.subsection h3 { margin-bottom: 10px; }
.subsection p { margin-bottom: 0; color: var(--muted); }
.feature-grid, .steps-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 32px 0; }
.feature-card { position: relative; min-height: 190px; padding: 30px; overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(3,29,51,.055); }
.content-section:not(.content-section--tint) .feature-card { background: var(--paper); }
.feature-card::after { content: ""; position: absolute; right: -40px; bottom: -55px; width: 120px; height: 120px; border: 18px solid rgba(10,119,188,.06); transform: rotate(25deg); }
.feature-index { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; color: var(--orange-dark); font-size: .73rem; font-weight: 950; letter-spacing: .12em; }
.feature-index::after { content: ""; flex: 0 0 34px; width: 34px; height: 2px; background: var(--orange); }
.feature-card h3 { margin-bottom: 10px; }
.feature-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); }
.steps-grid { margin-inline: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-grid .feature-card { border-top: 5px solid var(--orange); }
.table-wrap { margin: 32px 0; overflow-x: auto; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(3,29,51,.07); }
table { width: 100%; min-width: 560px; border-collapse: collapse; background: var(--white); }
th, td { padding: 17px 20px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--white); background: var(--navy-900); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
tbody th { color: var(--navy-900); background: #eef5f9; font-size: .9rem; letter-spacing: 0; text-transform: none; }
tr:last-child td { border-bottom: 0; }
.faq-section { background: var(--ice); }
.faq-section .section-body { display: grid; gap: 10px; }
.faq-item { background: var(--white); border: 1px solid #cce1ed; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 24px; color: var(--navy-950); font-weight: 850; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; color: var(--white); background: var(--blue); font-size: 1.3rem; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); background: var(--orange-dark); }
.faq-item > div { padding: 0 24px 21px; }
.faq-item p { margin: 0; color: var(--muted); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.project-grid article { min-height: 230px; padding: 30px; color: var(--white); background: linear-gradient(145deg, var(--navy-900), var(--navy-950)); border-bottom: 6px solid var(--orange); }
.project-grid span { color: #9fd4f2; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.project-grid h3 { margin: 50px 0 10px; color: var(--white); }
.project-grid p { margin: 0; color: #bfd8e6; font-size: .9rem; }
.map-card { display: grid; grid-template-columns: 1.8fr 1fr; margin-top: 42px; overflow: hidden; background: var(--navy-900); box-shadow: var(--shadow); }
.map-card iframe { width: 100%; min-height: 350px; border: 0; filter: grayscale(.25) contrast(1.05); }
.map-card > div { display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; color: #bfdaea; border-left: 8px solid var(--orange); }
.map-card strong { color: var(--white); font-family: "Arial Narrow", Arial, sans-serif; font-size: 1.9rem; line-height: 1.08; }
.map-card span { margin-top: 12px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.article-card { display: flex; flex-direction: column; min-height: 360px; padding: 30px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-top: 6px solid var(--blue); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.article-card:hover, .article-card:focus-visible { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-card > span { color: var(--orange-dark); font-size: .71rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-card h3 { margin: 24px 0 14px; font-size: 1.6rem; }
.article-card p { color: var(--muted); }
.article-card b { margin-top: auto; color: var(--blue); }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 35px; }
.city-grid a { min-height: 180px; padding: 25px; color: var(--white); background: linear-gradient(145deg, var(--navy-800), var(--navy-950)); border-bottom: 5px solid var(--orange); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.city-grid a:hover, .city-grid a:focus-visible { transform: translateY(-4px); box-shadow: var(--shadow); }
.city-grid span { color: #9bd1ee; font-size: .67rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.city-grid h3 { margin: 30px 0 18px; color: var(--white); }
.city-grid b { color: var(--orange); font-size: .8rem; }
.city-link-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
.city-link-list a { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 12px 15px; color: var(--navy-900); background: var(--white); border: 1px solid var(--line); font-weight: 800; text-decoration: none; }
.content-section:not(.content-section--tint) .city-link-list a { background: var(--paper); }
.city-link-list a:hover, .city-link-list a:focus-visible { color: var(--white); background: var(--blue); border-color: var(--blue); }
.city-link-list span { display: inline-grid; place-items: center; flex: none; margin-left: 8px; color: var(--orange-dark); line-height: 1; }
.city-link-list a:hover span, .city-link-list a:focus-visible span { color: var(--orange); }
.kind-article .hero { min-height: 630px; }
.kind-article .hero-layout { min-height: 630px; }
.kind-article .content-section .narrow { max-width: 860px; }
.kind-article .content-section p { font-size: 1.08rem; line-height: 1.8; }

.related-section { padding: 76px 0; background: var(--white); border-top: 1px solid var(--line); }
.related-section h2 { margin-bottom: 28px; }
.related-links { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.related-links a { display: flex; align-items: center; justify-content: space-between; min-height: 80px; padding: 17px; color: var(--navy-900); background: var(--paper); border: 1px solid var(--line); font-weight: 850; line-height: 1.25; text-decoration: none; }
.related-links a:hover, .related-links a:focus-visible { color: var(--white); background: var(--blue); border-color: var(--blue); }
.related-links span { display: inline-grid; place-items: center; flex: none; margin-left: 8px; color: var(--orange-dark); line-height: 1; }
.related-links a:hover span, .related-links a:focus-visible span { color: var(--orange); }
.nearby-links { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 22px; color: var(--muted); font-size: .88rem; }
.nearby-links a { font-weight: 750; }

.quote-band { position: relative; overflow: hidden; padding: clamp(80px, 9vw, 120px) 0; color: var(--white); background: var(--navy-950); }
.quote-band::before { content: "WCV"; position: absolute; left: -30px; bottom: -90px; color: transparent; font-family: "Arial Black", Arial, sans-serif; font-size: 25vw; line-height: .8; -webkit-text-stroke: 1px rgba(255,255,255,.045); }
.quote-band-glow { position: absolute; top: -280px; right: -180px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(10,119,188,.45), transparent 68%); }
.quote-band-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.quote-band-copy h2 { margin-bottom: 20px; color: var(--white); }
.quote-band-copy p { color: #b9d3e2; font-size: 1.08rem; }
.direct-call { display: inline-grid; margin-top: 22px; color: var(--white); text-decoration: none; }
.direct-call span { color: #91c6e3; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.direct-call strong { font-family: "Arial Narrow", Arial, sans-serif; font-size: 2rem; }
.quote-band .quote-form { padding: clamp(25px, 4vw, 40px); }
.quote-band .form-heading h2 { color: var(--navy-950); font-size: 2rem; }

.site-footer { padding-top: 72px; color: #b9d0dd; background: #021725; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.25fr; gap: 54px; padding-bottom: 60px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-brand img { display: block; width: 240px; padding: 8px; background: var(--white); }
.footer-brand p { max-width: 340px; margin: 22px 0; }
.footer-brand address { display: grid; gap: 7px; font-style: normal; }
.site-footer h2 { margin-bottom: 15px; color: var(--white); font-family: inherit; font-size: .73rem; letter-spacing: .16em; text-transform: uppercase; }
.site-footer a { display: inline-flex; align-items: center; min-height: 30px; color: #b9d0dd; font-size: .84rem; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.11); font-size: .72rem; }
.footer-bottom span:last-child { display: flex; gap: 16px; }
.mobile-call { display: none; }

@media (max-width: 1100px) {
  .site-nav > a, .nav-cluster > button { padding-inline: 7px; font-size: .8rem; }
  .header-call { display: none; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 410px; gap: 35px; }
  .hero h1 { font-size: clamp(2.7rem, 5.5vw, 4.5rem); }
  .related-links { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 720px); }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .utility-bar .shell { justify-content: center; }
  .utility-bar span { display: none; }
  .site-header { height: 76px; }
  .brand { width: auto; height: 65px; }
  .nav-toggle { display: flex; flex-direction: column; justify-content: center; width: 52px; height: 52px; margin-left: auto; padding: 8px; border: 0; background: transparent; cursor: pointer; }
  .nav-toggle span { display: block; width: 26px; height: 2px; margin: 3px auto; background: var(--navy-900); transition: .2s ease; }
  .nav-toggle b { margin-top: 2px; color: var(--navy-900); font-size: .57rem; letter-spacing: .1em; text-transform: uppercase; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .site-nav { position: fixed; inset: var(--mobile-nav-top, 110px) 0 0; display: block; padding: 24px 20px 100px; overflow-y: auto; background: var(--white); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a, .nav-cluster > button { width: 100%; justify-content: space-between; min-height: 52px; padding: 12px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .mega-menu { position: static; left: auto; display: none; width: auto; padding: 15px 12px 24px; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-cluster:hover .mega-menu, .nav-cluster.is-open .mega-menu { transform: none; }
  .nav-cluster.is-open .mega-menu { display: grid; grid-template-columns: 1fr; gap: 18px; }
  .hero, .hero-layout { min-height: 0; }
  .hero-layout { grid-template-columns: 1fr; padding-block: 64px 80px; }
  .hero-copy { max-width: 700px; }
  .hero-form-wrap { max-width: 610px; }
  .trust-bar .shell { grid-template-columns: repeat(2, 1fr); padding-block: 15px; }
  .trust-bar span:last-child { display: none; }
  .feature-grid, .steps-grid { grid-template-columns: 1fr; }
  .project-grid, .article-grid { grid-template-columns: 1fr; }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .city-link-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-card { min-height: 290px; }
  .map-card { grid-template-columns: 1fr; }
  .map-card > div { min-height: 180px; border-left: 0; border-top: 8px solid var(--orange); }
  .quote-band-layout { grid-template-columns: 1fr; }
  .quote-band-copy { max-width: 620px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-call { position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; gap: 11px; min-height: calc(64px + env(safe-area-inset-bottom)); padding: 10px 10px calc(10px + env(safe-area-inset-bottom)); color: var(--navy-950); background: var(--orange); box-shadow: 0 -8px 30px rgba(3,29,51,.18); text-decoration: none; }
  .mobile-call span { font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-call strong { font-size: 1rem; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 22px, 540px); }
  .utility-bar { font-size: .68rem; }
  .hero-layout { padding-block: 44px 62px; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
  .eyebrow { gap: 8px; font-size: .68rem; letter-spacing: .11em; }
  .eyebrow i { width: 20px; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-proof { gap: 15px; }
  .hero-proof span { font-size: .63rem; }
  .quote-form--compact, .quote-band .quote-form { padding: 20px 17px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-span { grid-column: auto; }
  .contact-choice { grid-column: auto; grid-template-columns: 1fr; gap: 2px; }
  .form-heading h2 { font-size: 1.55rem; }
  .trust-bar .shell { grid-template-columns: 1fr; }
  .trust-bar span { justify-content: flex-start; width: min(250px, 100%); margin-inline: auto; }
  .trust-bar span:nth-child(n+4) { display: none; }
  .content-section { padding-block: 70px; }
  .content-section h2, .related-section h2 { font-size: 2.2rem; }
  .feature-card { min-height: 0; padding: 24px; }
  .project-grid article { min-height: 210px; }
  .city-grid { grid-template-columns: 1fr; }
  .city-link-list { grid-template-columns: 1fr; }
  .related-links { grid-template-columns: 1fr 1fr; }
  .related-links a { min-height: 70px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child h2 { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .button:hover, .button:focus-visible, .article-card:hover, .article-card:focus-visible, .city-grid a:hover, .city-grid a:focus-visible { transform: none !important; }
}
