:root {
  --ink: #090a0c;
  --coal: #111318;
  --graphite: #1a1d23;
  --steel: #292d35;
  --line: rgba(244, 235, 218, 0.16);
  --cream: #f4ead8;
  --paper: #ddd2bf;
  --muted: #aaa397;
  --signal: #d84538;
  --signal-bright: #ff6252;
  --amber: #d7a45a;
  --display: "Arial Narrow", "Aptos Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
  --body: Inter, Aptos, "Helvetica Neue", Arial, sans-serif;
  --max: 1220px;
  --radius: 4px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--ink);
  background-size: 42px 42px;
  color: var(--cream);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.68;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% 12%, rgba(216,69,56,.11), transparent 30%);
  z-index: -1;
}

a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--signal-bright);
  outline-offset: 4px;
}
img { display: block; max-width: 100%; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 14px; background: var(--cream); color: var(--ink); }
.skip-link:focus { top: 14px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.route-strip {
  height: 30px;
  background: var(--signal);
  color: #fff8ee;
  overflow: hidden;
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.route-track { display: flex; width: max-content; min-width: 200%; animation: routeMove 28s linear infinite; }
.route-track span { display: inline-flex; align-items: center; gap: 22px; height: 30px; padding-right: 22px; }
.route-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--cream); opacity: .8; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid var(--line);
  background: rgba(9,10,12,.92);
  backdrop-filter: blur(16px);
}
.header-row { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--signal);
  color: white;
  clip-path: polygon(14% 0, 86% 0, 100% 14%, 100% 86%, 86% 100%, 14% 100%, 0 86%, 0 14%);
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -.08em;
  transition: transform .25s ease;
}
.brand:hover .brand-mark { transform: rotate(-4deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 1.05rem; letter-spacing: .055em; text-transform: uppercase; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }

.main-nav { justify-self: end; }
.nav-list { display: flex; align-items: center; gap: 4px; list-style: none; padding: 0; margin: 0; }
.nav-link, .nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: var(--paper);
  padding: 11px 12px;
  font-size: .82rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-link:hover, .nav-toggle:hover, .nav-link[aria-current="page"] { color: white; background: rgba(255,255,255,.055); }
.chev { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.nav-toggle[aria-expanded="true"] .chev { transform: rotate(225deg) translate(-1px,-1px); }
.nav-item { position: relative; }
.dropdown {
  position: absolute;
  top: calc(100% + 13px);
  right: 0;
  width: 440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 10px;
  background: #15171c;
  border: 1px solid rgba(244,234,216,.2);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-7px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.dropdown a { padding: 12px; border-left: 2px solid transparent; color: var(--paper); font-size: .83rem; line-height: 1.25; }
.dropdown a:hover { background: rgba(255,255,255,.045); border-left-color: var(--signal-bright); color: white; }
.nav-item.open .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.header-call { display: inline-flex; align-items: center; gap: 10px; padding: 12px 15px; background: var(--cream); color: var(--ink); font-family: var(--display); font-weight: 900; letter-spacing: .025em; }
.header-call b { color: var(--signal); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--cream); cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }

.hero {
  position: relative;
  min-height: min(720px, calc(100svh - 106px));
  display: grid;
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroDrift 18s ease-in-out infinite alternate; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,7,9,.97) 0%, rgba(6,7,9,.84) 34%, rgba(6,7,9,.34) 68%, rgba(6,7,9,.18) 100%), linear-gradient(0deg, rgba(6,7,9,.82), transparent 55%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .55fr); gap: 64px; align-items: end; padding-block: clamp(86px, 12vw, 145px) 58px; }
.hero-copy { max-width: 720px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 18px; color: var(--signal-bright); font-family: var(--display); font-size: .77rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
h1, h2, h3 { font-family: var(--display); text-wrap: balance; }
.accent-word { color: var(--signal-bright); }
.section-cream .accent-word { color: #a52821; }
h1 { margin: 0; max-width: 780px; font-size: clamp(3rem, 7vw, 6.8rem); font-weight: 900; line-height: .9; letter-spacing: -.045em; text-transform: uppercase; }
.hero-lede { max-width: 620px; margin: 25px 0 30px; color: var(--paper); font-size: clamp(1.05rem, 1.45vw, 1.28rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 19px; border: 1px solid var(--line); font-family: var(--display); font-size: .85rem; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--signal); color: white; border-color: var(--signal); }
.btn-primary:hover { background: var(--signal-bright); border-color: var(--signal-bright); }
.btn-ghost { background: rgba(9,10,12,.56); color: var(--cream); }
.btn-ghost:hover { border-color: var(--cream); }
.dispatch-card { align-self: end; margin-bottom: 4px; border: 1px solid rgba(244,234,216,.24); background: rgba(15,17,21,.86); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.dispatch-card .cap { display: flex; justify-content: space-between; gap: 12px; padding: 10px 14px; background: var(--cream); color: var(--ink); font-family: var(--display); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.dispatch-body { padding: 19px; }
.dispatch-body p { margin: 0 0 15px; color: var(--paper); font-size: .93rem; }
.dispatch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.dispatch-grid span { padding: 11px; background: var(--coal); color: var(--muted); font-size: .76rem; line-height: 1.35; }
.dispatch-grid b { display: block; margin-bottom: 2px; color: var(--cream); font-family: var(--display); font-size: .77rem; letter-spacing: .07em; text-transform: uppercase; }

.signal-band { border-bottom: 1px solid var(--line); background: var(--coal); overflow: hidden; }
.signal-list { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-item { position: relative; min-height: 94px; padding: 20px 24px 18px 47px; border-right: 1px solid var(--line); }
.signal-item:last-child { border-right: 0; }
.signal-item .dot { position: absolute; left: 23px; top: 27px; width: 10px; height: 10px; border: 2px solid var(--signal-bright); border-radius: 50%; }
.signal-item strong { display: block; font-family: var(--display); font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.signal-item span { color: var(--muted); font-size: .78rem; }

.section { position: relative; padding-block: clamp(78px, 10vw, 132px); border-bottom: 1px solid var(--line); }
.section-dark { background: var(--coal); }
.section-graphite { background: var(--graphite); }
.section-cream { background: var(--cream); color: var(--ink); }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 44px; margin-bottom: 48px; }
.kicker { margin: 0; color: var(--signal-bright); font-family: var(--display); font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-cream .kicker { color: #a52821; }
h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.7rem); font-weight: 900; line-height: .96; letter-spacing: -.035em; text-transform: uppercase; }
h3 { margin: 0 0 12px; font-size: clamp(1.25rem, 2.2vw, 2rem); font-weight: 900; line-height: 1.05; letter-spacing: -.015em; text-transform: uppercase; }
.section-intro { max-width: 700px; margin: 0; color: var(--paper); font-size: 1.08rem; }
.section-cream .section-intro { color: #4f4a43; }
.prose { max-width: 780px; }
.prose p { margin: 0 0 1.2em; color: var(--paper); }
.section-cream .prose p { color: #403c36; }
.prose a, .text-link { color: var(--signal-bright); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.section-cream .prose a, .section-cream .text-link { color: #9c2921; }

.service-board { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.service-card { position: relative; min-height: 210px; padding: 28px 72px 28px 29px; background: var(--coal); overflow: hidden; transition: background .25s ease; }
.service-card::before { content: attr(data-code); position: absolute; top: 23px; right: 23px; color: rgba(244,234,216,.18); font-family: var(--display); font-size: 2rem; font-weight: 900; line-height: 1; }
.service-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 4px; background: var(--signal); transition: width .35s ease; }
.service-card:hover { background: #202329; }
.service-card:hover::after { width: 100%; }
.service-card .service-icon { width: 38px; height: 38px; margin-bottom: 28px; color: var(--signal-bright); }
.service-card h3 { font-size: 1.45rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.service-card .go { position: absolute; right: 27px; bottom: 27px; color: var(--signal-bright); font-family: var(--display); font-size: 1.15rem; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 6vw, 78px); align-items: center; }
.feature-image { position: relative; min-height: 520px; overflow: hidden; box-shadow: var(--shadow); }
.feature-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.feature-image::before { content: ""; position: absolute; z-index: 2; inset: 17px; border: 1px solid rgba(244,234,216,.4); pointer-events: none; }
.image-tag { position: absolute; z-index: 3; left: 17px; bottom: 17px; padding: 9px 12px; background: var(--cream); color: var(--ink); font-family: var(--display); font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.feature-copy p { color: var(--paper); }
.quote-line { margin: 28px 0; padding: 19px 0 19px 24px; border-left: 4px solid var(--signal); color: var(--cream); font-family: var(--display); font-size: 1.35rem; font-weight: 800; line-height: 1.25; }

.route-map { position: relative; min-height: 500px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 50%, rgba(216,69,56,.1), transparent 36%), #101217; overflow: hidden; }
.route-map::before, .route-map::after { content: ""; position: absolute; left: 9%; right: 9%; height: 3px; background: var(--signal); transform-origin: left center; opacity: .72; }
.route-map::before { top: 46%; transform: rotate(-7deg); }
.route-map::after { top: 58%; background: var(--amber); transform: rotate(9deg); }
.route-node { position: absolute; z-index: 2; display: grid; place-items: center; min-width: 112px; min-height: 48px; padding: 8px 13px; border: 1px solid rgba(244,234,216,.35); background: #16191f; color: var(--cream); font-family: var(--display); font-size: .75rem; font-weight: 900; letter-spacing: .07em; text-align: center; text-transform: uppercase; box-shadow: 0 10px 24px rgba(0,0,0,.28); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.route-node::before { content: ""; position: absolute; left: -8px; top: 50%; width: 12px; height: 12px; border: 3px solid var(--cream); border-radius: 50%; background: var(--signal); transform: translateY(-50%); }
.route-node:hover { transform: translateY(-4px); background: var(--signal); border-color: var(--signal-bright); }
.route-node.core { min-width: 150px; min-height: 64px; background: var(--cream); color: var(--ink); }
.route-node.core::before { background: var(--ink); }
.route-legend { position: absolute; z-index: 3; left: 20px; bottom: 18px; display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: .73rem; }
.route-legend span::before { content: ""; display: inline-block; width: 22px; height: 3px; margin-right: 7px; vertical-align: middle; background: var(--signal); }
.route-legend span:last-child::before { background: var(--amber); }

.number-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(9,10,12,.16); border: 1px solid rgba(9,10,12,.16); }
.number-card { position: relative; min-height: 260px; padding: 28px; background: rgba(255,255,255,.4); }
.number-card .num { display: block; margin-bottom: 36px; color: #a52821; font-family: var(--display); font-size: 4rem; font-weight: 900; line-height: .8; }
.number-card h3 { font-size: 1.35rem; }
.number-card p { color: #504a43; font-size: .93rem; }

.boundary-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.boundary-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.boundary-item { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 18px; background: var(--coal); }
.boundary-item .x { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--signal); color: var(--signal-bright); font-family: var(--display); font-weight: 900; }
.boundary-item strong { display: block; font-family: var(--display); font-size: .92rem; letter-spacing: .05em; text-transform: uppercase; }
.boundary-item span { color: var(--muted); font-size: .82rem; }

.page-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(125deg, #0d0f13, #191c22 58%, #0d0e11); }
.page-hero::before { content: attr(data-code); position: absolute; right: -2vw; bottom: -5vw; color: rgba(244,234,216,.04); font-family: var(--display); font-size: clamp(10rem, 30vw, 28rem); font-weight: 900; line-height: .7; }
.page-hero-grid { position: relative; z-index: 1; min-height: 480px; display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: end; padding-block: 115px 68px; }
.page-hero h1 { max-width: 860px; font-size: clamp(3.3rem, 7vw, 6.8rem); }
.page-summary { padding: 23px; border-left: 3px solid var(--signal); background: rgba(255,255,255,.035); }
.page-summary p { margin: 0 0 16px; color: var(--paper); }
.crumbs { margin-bottom: 20px; color: var(--muted); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.crumbs a:hover { color: var(--cream); }

.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(42px, 7vw, 90px); align-items: start; }
.article-main h2 { margin: 1.6em 0 .45em; font-size: clamp(2rem, 4vw, 3.65rem); }
.article-main h2:first-child { margin-top: 0; }
.article-main h3 { margin-top: 1.8em; font-size: 1.3rem; }
.article-main p { margin: 0 0 1.1em; color: var(--paper); }
.article-main ul { margin: 0 0 1.4em; padding: 0; list-style: none; }
.article-main li { position: relative; margin-bottom: 10px; padding-left: 25px; color: var(--paper); }
.article-main li::before { content: "+"; position: absolute; left: 0; color: var(--signal-bright); font-family: var(--display); font-weight: 900; }
.article-main a { color: var(--signal-bright); text-decoration: underline; text-underline-offset: 4px; }
.article-aside { position: sticky; top: 126px; display: grid; gap: 14px; }
.aside-card { padding: 19px; border: 1px solid var(--line); background: var(--coal); }
.aside-card .label { display: block; margin-bottom: 10px; color: var(--signal-bright); font-family: var(--display); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.aside-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.aside-card a { color: var(--cream); text-decoration: underline; text-underline-offset: 4px; }
.aside-phone { display: grid; gap: 4px; padding: 19px; background: var(--signal); color: white; }
.aside-phone span { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.aside-phone strong { font-family: var(--display); font-size: 1.55rem; }
.article-image { margin: 36px 0; position: relative; }
.article-image img { width: 100%; max-height: 550px; object-fit: cover; }
.article-image figcaption { padding: 11px 13px; background: var(--graphite); color: var(--muted); font-size: .75rem; }

.fact-row { display: grid; grid-template-columns: repeat(3, 1fr); margin: 35px 0; border: 1px solid var(--line); }
.fact { padding: 18px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact b { display: block; font-family: var(--display); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.fact span { color: var(--muted); font-size: .78rem; }

.area-directory { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.area-card { display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 18px; min-height: 118px; padding: 18px; border: 1px solid var(--line); background: var(--coal); transition: transform .2s ease, border-color .2s ease; }
.area-card:hover { transform: translateX(5px); border-color: var(--signal); }
.area-code { display: grid; place-items: center; width: 68px; height: 68px; background: var(--signal); color: white; font-family: var(--display); font-weight: 900; }
.area-card h3 { margin: 0 0 5px; font-size: 1.25rem; }
.area-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.area-card .arrow { color: var(--signal-bright); font-size: 1.3rem; }

.faq-layout { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.faq-item { padding: 26px; background: var(--coal); }
.faq-item h2, .faq-item h3 { margin: 0 0 12px; font-size: 1.35rem; line-height: 1.2; text-transform: none; }
.faq-item p { margin: 0; color: var(--paper); font-size: .93rem; }
.faq-item:nth-child(3n) { background: var(--graphite); }
.faq-item .q { color: var(--signal-bright); font-family: var(--display); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.final-call { position: relative; overflow: hidden; padding: clamp(70px, 10vw, 120px) 0; background: var(--signal); color: white; }
.final-call::after { content: "973"; position: absolute; right: -2vw; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.09); font-family: var(--display); font-size: clamp(11rem, 28vw, 28rem); font-weight: 900; line-height: 1; }
.final-call-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.final-call h2 { max-width: 780px; }
.final-call p { max-width: 660px; margin: 18px 0 0; color: rgba(255,255,255,.84); }
.final-call .btn { background: white; color: var(--ink); border-color: white; min-width: 220px; }

.site-footer { background: #050607; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr 1fr; gap: 42px; padding-block: 62px 45px; }
.footer-brand p { max-width: 360px; color: var(--muted); font-size: .87rem; }
.footer-col h3 { margin-bottom: 16px; color: var(--paper); font-size: .76rem; letter-spacing: .13em; }
.footer-col a, .footer-col span { display: block; margin-bottom: 8px; color: var(--muted); font-size: .83rem; }
.footer-col a:hover { color: var(--cream); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 19px 0 26px; border-top: 1px solid var(--line); color: #77736c; font-size: .72rem; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@keyframes routeMove { to { transform: translateX(-50%); } }
@keyframes heroDrift { from { transform: scale(1.01); } to { transform: scale(1.055); } }

@media (max-width: 1040px) {
  .header-row { grid-template-columns: auto 1fr auto; }
  .main-nav { position: fixed; inset: 106px 0 auto 0; max-height: calc(100svh - 106px); overflow-y: auto; padding: 18px 20px 28px; background: #0d0f12; border-bottom: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-list { display: grid; align-items: stretch; }
  .nav-link, .nav-toggle { width: 100%; justify-content: space-between; padding: 14px 12px; border-bottom: 1px solid var(--line); }
  .nav-item { width: 100%; }
  .dropdown { position: static; width: 100%; max-height: 0; grid-template-columns: 1fr 1fr; padding: 0 10px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; overflow: hidden; }
  .nav-item.open .dropdown { max-height: 600px; padding-block: 10px; border-bottom: 1px solid var(--line); }
  .menu-button { display: block; justify-self: end; }
  .header-call { font-size: 0; padding: 0; width: 44px; height: 44px; border-radius: 50%; }
  .header-call b { font-size: 0; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .dispatch-card { max-width: 520px; }
  .section-head { grid-template-columns: 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: 66px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .brand-copy small { display: none; }
  .header-row { min-height: 68px; gap: 12px; }
  .main-nav { top: 98px; max-height: calc(100svh - 98px); }
  .header-call { display: none; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 96px 34px; }
  .hero-media::after { background: linear-gradient(90deg, rgba(6,7,9,.94), rgba(6,7,9,.56)), linear-gradient(0deg, rgba(6,7,9,.92), transparent 60%); }
  h1 { font-size: clamp(2.8rem, 15vw, 4.6rem); }
  .hero-actions .btn { flex: 1 1 150px; }
  .dispatch-card { margin-top: 18px; }
  .signal-list { grid-template-columns: 1fr 1fr; }
  .signal-item { min-height: 84px; border-bottom: 1px solid var(--line); }
  .service-board, .split-feature, .boundary-grid, .area-directory, .faq-layout, .final-call-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 190px; }
  .feature-image, .feature-image img { min-height: 380px; }
  .number-grid { grid-template-columns: 1fr; }
  .number-card { min-height: 210px; }
  .route-map { min-height: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 18px; }
  .route-map::before, .route-map::after { display: none; }
  .route-node { position: relative; left: auto !important; top: auto !important; min-width: 0; min-height: 56px; font-size: .67rem; }
  .route-node.core { grid-column: 1 / -1; }
  .route-legend { position: static; grid-column: 1 / -1; padding-top: 10px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-template-columns: 1fr 1fr; }
  .page-hero-grid { min-height: 420px; padding-block: 92px 50px; }
  .page-hero h1 { font-size: clamp(2.8rem, 14vw, 4.8rem); }
  .fact-row { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-call { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; height: 66px; background: var(--signal); color: white; font-family: var(--display); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 -10px 30px rgba(0,0,0,.34); }
}

@media (max-width: 480px) {
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: .9rem; }
  .dropdown { grid-template-columns: 1fr; }
  .dispatch-grid, .signal-list { grid-template-columns: 1fr; }
  .signal-item { border-right: 0; }
  .article-aside { grid-template-columns: 1fr; }
  .area-card { grid-template-columns: 64px 1fr; }
  .area-card .arrow { display: none; }
  .area-code { width: 58px; height: 58px; }
  .footer-grid { grid-template-columns: 1fr; }
  .route-map { grid-template-columns: 1fr; }
  .route-node.core, .route-legend { grid-column: 1; }
}

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

/* Version 2 - Newark night editorial system */
:root {
  --body: "Segoe UI Variable Text", "Segoe UI", Aptos, "Helvetica Neue", Arial, sans-serif;
  --warm-white: #fff9ed;
  --soft-red: #f05245;
}

body {
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.72;
  letter-spacing: .004em;
}

p, li { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }

.site-header { background: rgba(7,8,10,.95); }
.header-row {
  position: relative;
  min-height: 86px;
  grid-template-columns: minmax(220px,.8fr) auto minmax(190px,.6fr);
  gap: 30px;
}
.brand { gap: 13px; }
.brand-mark {
  width: 48px;
  height: 48px;
  clip-path: none;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 50%;
  background: var(--signal);
  color: white;
  box-shadow: 5px 5px 0 #6e241f;
}
.brand:hover .brand-mark { transform: translate(-1px,-1px); }
.brand-mark svg { width: 36px; height: 36px; }
.brand-mark path, .brand-mark rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand-mark .reach-line { stroke: var(--amber); }
.brand-type { display: grid; line-height: 1; }
.brand-type strong {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.brand-type strong em { color: var(--signal-bright); font-style: normal; }
.brand-type small {
  margin-top: 5px;
  color: var(--muted);
  font-size: .59rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.main-nav { justify-self: center; }
.nav-list { gap: 1px; }
.nav-item { position: static; }
.nav-link, .nav-toggle {
  min-height: 86px;
  gap: 8px;
  padding: 0 13px;
  border-inline: 1px solid transparent;
  font-size: .76rem;
  letter-spacing: .075em;
}
.nav-toggle small { color: var(--signal-bright); font-size: .58rem; letter-spacing: .08em; }
.nav-link:hover, .nav-toggle:hover, .nav-link[aria-current="page"], .nav-toggle[aria-expanded="true"] {
  background: rgba(255,255,255,.04);
  border-color: var(--line);
}
.header-call {
  justify-self: end;
  min-height: 48px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--cream);
  box-shadow: 4px 4px 0 var(--signal);
}
.phone-icon { width: 19px; height: 19px; flex: 0 0 auto; fill: currentColor; }
.dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: auto;
  width: 100%;
  grid-template-columns: 270px 1fr;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(244,234,216,.22);
  border-top: 3px solid var(--signal);
  border-radius: 0 0 22px 22px;
  background: #111319;
  overflow: hidden;
  transform: translateY(-10px);
}
.nav-item.open .dropdown { transform: translateY(0); }
.dropdown-intro {
  min-height: 100%;
  padding: 30px 27px;
  background: linear-gradient(145deg, var(--signal), #9f2922);
  color: white;
}
.dropdown-intro .menu-index {
  display: block;
  margin-bottom: 38px;
  color: rgba(255,255,255,.7);
  font-family: var(--display);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.dropdown-intro strong {
  display: block;
  max-width: 210px;
  font-family: var(--display);
  font-size: 2rem;
  line-height: .94;
  text-transform: uppercase;
}
.dropdown-intro p { margin: 15px 0 22px; color: rgba(255,255,255,.82); font-size: .82rem; line-height: 1.5; }
.dropdown .dropdown-intro a {
  display: inline-flex;
  padding: 7px 0;
  border: 0;
  border-bottom: 2px solid rgba(255,255,255,.7);
  color: white;
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dropdown-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 13px;
}
.dropdown .menu-route {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0 11px;
  padding: 13px 14px;
  border: 0;
  border-radius: 12px;
}
.dropdown .menu-route > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  align-self: start;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(216,69,56,.18);
  color: var(--signal-bright);
  font-family: var(--display);
  font-size: .7rem;
  font-weight: 900;
}
.dropdown .menu-route b { color: var(--cream); font-family: var(--display); font-size: .84rem; letter-spacing: .035em; text-transform: uppercase; }
.dropdown .menu-route small { color: var(--muted); font-size: .7rem; line-height: 1.35; }
.dropdown .menu-route:hover { background: #1d2027; }
.area-menu { grid-template-columns: 270px 1fr; }
.area-links {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 9px;
  align-content: center;
  padding: 22px;
}
.dropdown .area-route {
  display: grid;
  gap: 2px;
  min-height: 76px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}
.dropdown .area-route span { color: var(--amber); font-family: var(--display); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.dropdown .area-route b { color: var(--cream); font-family: var(--display); font-size: .9rem; text-transform: uppercase; }
.dropdown .area-route:hover { border-color: var(--signal); background: rgba(216,69,56,.12); }

h1 { font-size: clamp(3rem, 6vw, 5.9rem); line-height: .92; }
h2 { font-size: clamp(2rem, 3.7vw, 3.55rem); line-height: .98; letter-spacing: -.03em; }
h3 { font-size: clamp(1.15rem, 1.7vw, 1.65rem); }
.accent-word { color: var(--signal-bright); }
.section-cream .accent-word { color: #b12d25; }

.section { padding-block: clamp(72px, 8.3vw, 112px); }
.section-head {
  display: block;
  max-width: 920px;
  margin-bottom: 46px;
}
.section-head > div {
  display: block;
}
.section-head h2 { max-width: 820px; margin-bottom: 18px; }
.section-intro { max-width: 620px; font-size: 1.02rem; }
.kicker {
  position: relative;
  align-self: start;
  margin-bottom: 16px;
  padding-top: 12px;
  color: var(--amber);
}
.kicker::before { content: ""; position: absolute; left: 0; top: 0; width: 36px; height: 3px; background: var(--signal); }
.section-cream .kicker { color: #98271f; }

.city-story::before {
  content: "973";
  position: absolute;
  right: -2vw;
  top: 42%;
  color: rgba(9,10,12,.035);
  font-family: var(--display);
  font-size: clamp(12rem,25vw,27rem);
  font-weight: 900;
  line-height: .7;
}
.story-columns { position: relative; align-items: start; }
.story-columns .prose {
  position: relative;
  padding: 25px 0 0 32px;
  border-left: 4px solid var(--signal);
}
.story-columns .prose:nth-child(2) { margin-top: 0; border-color: var(--amber); }
.story-columns h3 { max-width: 420px; }

.service-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  border: 0;
  background: transparent;
}
.service-card {
  display: grid;
  grid-template-columns: 76px minmax(0,1fr) 28px;
  grid-template-rows: auto auto;
  gap: 3px 18px;
  min-height: 150px;
  padding: 28px 24px;
  border: 1px solid rgba(244,234,216,.15);
  border-radius: 22px;
  background: linear-gradient(135deg, #171a20, #101216);
  overflow: visible;
  box-shadow: 0 16px 35px rgba(0,0,0,.18);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.service-card:nth-child(even) { transform: none; }
.service-card:hover, .service-card:nth-child(even):hover { transform: translateY(-4px); border-color: rgba(255,98,82,.65); background: #1c1f26; }
.service-card::before { top: auto; right: 22px; bottom: 17px; color: rgba(244,234,216,.09); font-size: 1.35rem; }
.service-card::after { display: none; }
.service-symbol {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 14px;
  background: var(--signal);
  color: white;
  box-shadow: 7px 7px 0 rgba(216,69,56,.18);
}
.service-card:nth-child(even) .service-symbol { background: var(--amber); color: #15110b; box-shadow-color: rgba(215,164,90,.16); }
.service-card:nth-child(odd) .service-symbol { background: var(--signal); color: white; box-shadow-color: rgba(216,69,56,.18); }
.service-card .service-icon { width: 33px; height: 33px; margin: 0; color: inherit; }
.service-card h3 { grid-column: 2; align-self: end; margin: 0; font-size: 1.23rem; }
.service-card p { grid-column: 2; align-self: start; color: #b7b0a4; font-size: .84rem; line-height: 1.45; }
.service-card .go { grid-column: 3; grid-row: 1 / 3; position: static; align-self: center; color: var(--signal-bright); }
.section-cream .service-card { border-color: rgba(9,10,12,.11); background: rgba(255,255,255,.5); color: var(--ink); box-shadow: 0 16px 35px rgba(62,44,25,.08); }
.section-cream .service-card p { color: #5b554e; }
.section-cream .service-card::before { color: rgba(9,10,12,.1); }

.number-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(28px,5vw,66px);
  border: 0;
  background: transparent;
}
.number-card {
  min-height: 0;
  padding: 26px 0 0;
  border-top: 4px solid #aa2c24;
  background: transparent;
}
.number-card:nth-child(2) { margin-top: 0; border-color: var(--amber); }
.number-card:nth-child(3) { margin-top: 0; border-color: var(--signal); }
.number-card .num { margin: 0 0 25px; color: #b12d25; font-size: 3.5rem; }
.number-card:nth-child(2) .num { color: #9b6a27; }
.number-card:nth-child(3) .num { color: #b12d25; }
.number-card h3 { max-width: 270px; font-size: 1.25rem; }
.number-card p { color: #4b463f; font-size: .91rem; line-height: 1.65; }
.method-notes { gap: 21px; }
.method-notes .number-card { display: grid; grid-template-columns: 42px 1fr; gap: 0 18px; margin-top: 0; padding-top: 18px; }
.method-notes .num { grid-row: 1 / 3; font-size: 1.8rem; }
.method-notes h3, .method-notes p { max-width: none; }

.route-map {
  position: relative;
  display: block;
  min-height: 620px;
  border: 0;
  border-radius: 46% 54% 48% 52% / 52% 45% 55% 48%;
  background:
    radial-gradient(circle at 50% 48%, rgba(216,69,56,.19), transparent 15%),
    radial-gradient(circle at 50% 50%, #191c22 0 29%, #121419 29.2% 45%, #0c0e12 45.2% 100%);
  box-shadow: inset 0 0 0 1px var(--line), 0 28px 70px rgba(0,0,0,.25);
}
.route-map::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  height: auto;
  background: linear-gradient(rgba(12,14,18,.34),rgba(12,14,18,.48)), url("/assets/newark-map-background.webp") center / cover no-repeat;
  opacity: .48;
  transform: none;
  pointer-events: none;
}
.route-map::after { display: none; }
.compass-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px dashed rgba(244,234,216,.17);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.ring-one { width: 43%; aspect-ratio: 1.6; }
.ring-two { width: 72%; aspect-ratio: 1.85; }
.compass-axis { position: absolute; color: rgba(244,234,216,.26); font-family: var(--display); font-size: .66rem; font-weight: 900; letter-spacing: .16em; }
.axis-n { left: 50%; top: 4%; }
.axis-e { right: 3%; top: 49%; }
.axis-s { left: 50%; bottom: 4%; }
.axis-w { left: 3%; top: 49%; }
.route-node {
  position: absolute;
  z-index: 2;
  min-width: 0;
  min-height: 0;
  padding: 10px 15px;
  border: 0;
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 11px 26px rgba(0,0,0,.3);
  transform: translate(-50%,-50%);
}
.route-node::before { display: none; }
.route-node:hover { transform: translate(-50%,calc(-50% - 4px)); background: var(--signal); color: white; }
.route-node.core {
  left: 50%; top: 50%;
  display: grid;
  min-width: 190px;
  min-height: 150px;
  padding: 25px;
  border-radius: 50%;
  background: var(--signal);
  color: white;
}
.route-node.core small { color: rgba(255,255,255,.67); font-size: .54rem; letter-spacing: .16em; }
.route-node.core strong { font-family: var(--body); font-size: .66rem; font-weight: 650; letter-spacing: .04em; text-transform: none; }
.route-node:nth-of-type(2) { left: 27%; top: 21%; }
.route-node:nth-of-type(3) { left: 50%; top: 12%; background: var(--amber); }
.route-node:nth-of-type(4) { left: 76%; top: 24%; }
.route-node:nth-of-type(5) { left: 80%; top: 58%; background: var(--signal); color: white; }
.route-node:nth-of-type(6) { left: 60%; top: 80%; }
.route-node:nth-of-type(7) { left: 32%; top: 79%; background: var(--amber); }
.route-node:nth-of-type(8) { left: 14%; top: 54%; }
.route-node:nth-of-type(9) { left: 83%; top: 85%; }
.route-legend {
  left: 50%;
  bottom: 23px;
  width: calc(100% - 54px);
  justify-content: space-between;
  transform: translateX(-50%);
}
.route-legend span::before { display: none; }
.route-legend a { color: var(--signal-bright); font-weight: 750; }

.page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: clamp(8px,1.5vw,22px);
  background: linear-gradient(var(--signal), var(--amber));
}
.page-hero-grid {
  min-height: 430px;
  grid-template-columns: minmax(0,1.15fr) minmax(310px,.62fr);
  gap: 72px;
  padding-block: 96px 64px;
}
.page-hero h1 { max-width: 850px; font-size: clamp(3rem,5.7vw,5.4rem); line-height: .93; }
.page-summary {
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 0 0 1px var(--line);
}
.page-summary::before { content: "Call notes"; display: block; margin-bottom: 12px; color: var(--amber); font-family: var(--display); font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.article-main h2 { max-width: 780px; font-size: clamp(1.9rem,3vw,2.75rem); line-height: 1; }
.split-feature h2 { font-size: clamp(2rem,3.1vw,3.05rem); }
.article-main h2::after { content: ""; display: block; width: 52px; height: 4px; margin-top: 14px; background: linear-gradient(90deg,var(--signal),var(--amber)); }
.article-main p { max-width: 780px; }
.article-aside { gap: 0; border-top: 4px solid var(--signal); }
.aside-card {
  padding: 23px 4px 23px 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.aside-card.aside-accent { border-left: 3px solid var(--amber); background: linear-gradient(90deg,rgba(215,164,90,.08),transparent); }
.aside-phone { padding: 22px 20px; border-radius: 0 0 20px 0; }

.fact-row { gap: 12px; border: 0; }
.fact {
  min-height: 108px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}
.fact:last-child { border-right: 1px solid var(--line); }
.fact:nth-child(2) { border-radius: 12px; }
.fact:nth-child(3) { border-color: rgba(216,69,56,.52); }

.area-directory { grid-template-columns: repeat(2,1fr); gap: 17px 24px; }
.area-card {
  min-height: 124px;
  border-radius: 14px;
  background: linear-gradient(135deg,#171a20,#101216);
}
.area-card:nth-child(even) { transform: none; border-radius: 14px; }
.area-card:hover, .area-card:nth-child(even):hover { transform: translateX(5px); }
.area-code { border-radius: 12px; }
.area-card:nth-child(even) .area-code { background: var(--amber); color: var(--ink); }
.area-card:nth-child(odd) .area-code { background: var(--signal); color: white; }

.faq-layout {
  grid-template-columns: repeat(2,1fr);
  gap: 18px 24px;
  border: 0;
  background: transparent;
}
.faq-item {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(135deg,#171a20,#101216);
}
.faq-item:nth-child(3n), .faq-item:nth-child(even) { background: #171a20; }
.faq-item:nth-child(even) { transform: none; border-radius: 14px; }
.faq-item .q { color: var(--amber); }

.trust-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px,7vw,90px); align-items: start; }
.trust-points { display: grid; gap: 20px; }
.trust-points article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: start; padding: 0 0 20px; border-bottom: 1px solid var(--line); }
.trust-points article > span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 12px; background: var(--signal); font-family: var(--display); font-weight: 900; }
.trust-points article:nth-child(2) > span { background: var(--amber); color: var(--ink); }
.trust-points article:nth-child(3) > span { background: var(--signal); }
.trust-points strong { font-family: var(--display); font-size: 1rem; letter-spacing: .05em; text-transform: uppercase; }
.trust-points p { margin: 5px 0 0; color: var(--muted); font-size: .88rem; }

.final-call h2 { max-width: 900px; }
.site-footer .brand-mark { box-shadow: 5px 5px 0 #6e241f; }
.site-footer .brand-type strong em { color: var(--signal-bright); }

@media (max-width: 1100px) {
  .header-row { grid-template-columns: auto 1fr auto; }
  .main-nav { position: fixed; inset: 116px 0 auto 0; max-height: calc(100svh - 116px); padding: 20px; background: #0d0f12; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-list { display: grid; }
  .nav-link, .nav-toggle { min-height: 54px; width: 100%; padding-inline: 13px; justify-content: space-between; border-bottom: 1px solid var(--line); }
  .nav-item { width: 100%; }
  .dropdown, .area-menu {
    position: static;
    width: 100%;
    max-height: 0;
    grid-template-columns: 220px 1fr;
    border: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav-item.open .dropdown { max-height: 760px; border-bottom: 1px solid var(--line); }
  .dropdown-intro { padding: 22px; }
  .dropdown-intro .menu-index { margin-bottom: 18px; }
  .area-links { grid-template-columns: repeat(4,1fr); }
  .menu-button { display: block; justify-self: end; }
  .header-call { width: 46px; height: 46px; min-height: 46px; padding: 0; border-radius: 50%; }
  .header-call span, .header-call b { display: none; }
  .header-call::before { display: none; content: none; }
  .header-call .phone-icon { width: 20px; height: 20px; margin: auto; }
}

@media (max-width: 820px) {
  body { font-size: 16px; }
  .header-row { min-height: 68px; }
  .brand-mark { width: 42px; height: 42px; box-shadow: 4px 4px 0 #6e241f; }
  .brand-mark svg { width: 31px; height: 31px; }
  .brand-type strong { font-size: 1.12rem; }
  .brand-type small { display: none; }
  .main-nav { inset: 98px 0 auto 0; max-height: calc(100svh - 98px); }
  .dropdown, .area-menu { grid-template-columns: 1fr; }
  .dropdown-intro { display: none; }
  .dropdown-links, .area-links { grid-template-columns: 1fr 1fr; padding: 10px; }
  .dropdown .menu-route small { display: none; }
  .dropdown .area-route { min-height: 56px; }
  .section { padding-block: 70px; }
  .section-head { margin-bottom: 36px; }
  .section-head h2 { max-width: 620px; }
  .section-intro { max-width: 660px; }
  .service-board, .split-feature, .trust-layout { grid-template-columns: 1fr; }
  .service-card:nth-child(even), .area-card:nth-child(even), .faq-item:nth-child(even) { transform: none; }
  .story-columns .prose:nth-child(2) { margin-top: 0; }
  .number-grid { grid-template-columns: 1fr; gap: 28px; }
  .number-card, .number-card:nth-child(2), .number-card:nth-child(3) { margin-top: 0; }
  .route-map { min-height: 580px; border-radius: 32px; }
  .page-hero-grid { min-height: 390px; grid-template-columns: 1fr; gap: 28px; padding-block: 82px 50px; }
  .page-summary { max-width: 620px; }
  .article-aside { grid-template-columns: 1fr 1fr; border-top: 0; gap: 12px; }
  .aside-phone { border-radius: 14px; }
  .aside-card { border: 1px solid var(--line); border-radius: 18px; padding: 18px; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  h1 { font-size: clamp(2.65rem,13vw,4.2rem); }
  h2 { font-size: clamp(1.9rem,9vw,3rem); }
  .hero-grid { padding-block: 82px 34px; }
  .service-board, .area-directory, .faq-layout { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 60px minmax(0,1fr) 20px; gap: 3px 14px; min-height: 132px; padding: 21px 18px; border-radius: 18px; }
  .service-symbol { width: 60px; height: 60px; border-radius: 14px; }
  .service-card .service-icon { width: 28px; height: 28px; }
  .service-card h3 { font-size: 1.05rem; }
  .route-map {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    padding: 18px;
    border-radius: 24px;
    background: #111319;
  }
  .compass-ring, .compass-axis { display: none; }
  .route-node, .route-node.core, .route-node:nth-of-type(n) {
    position: relative;
    left: auto;
    top: auto;
    min-height: 58px;
    min-width: 0;
    border-radius: 16px;
    background: var(--cream);
    color: var(--ink);
    transform: none;
  }
  .route-node.core { grid-column: 1 / -1; min-height: 110px; border-radius: 22px; background: var(--signal); color: white; }
  .route-node:hover { transform: translateY(-2px); }
  .route-legend { position: static; grid-column: 1 / -1; width: auto; transform: none; }
  .article-aside { grid-template-columns: 1fr; }
  .fact-row { grid-template-columns: 1fr; }
  .fact, .fact:last-child { border: 1px solid var(--line); }
  .dropdown-links, .area-links { grid-template-columns: 1fr; }
  .dropdown .menu-route { min-height: 48px; }
  .area-links { gap: 6px; }
  .dropdown .area-route { min-height: 50px; }
  .trust-points article { grid-template-columns: 48px 1fr; gap: 15px; }
  .trust-points article > span { width: 48px; height: 48px; }
}
