:root {
  --black: #070707;
  --black-2: #0d0d0d;
  --panel: #121212;
  --panel-2: #171717;
  --line: #2a2a2a;
  --text: #f3f3f1;
  --muted: #a8a8a3;
  --red: #d01818;
  --red-bright: #ef2727;
  --max: 1180px;
  --shadow: 0 28px 70px rgba(0,0,0,.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  z-index: 999;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: #fff; color: #000; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7,7,7,.92);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.nav-shell {
  width: min(var(--max), calc(100% - 40px));
  height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 165px 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand { width: 150px; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 30px; }
.site-nav a {
  position: relative;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 760;
  color: #d9d9d7;
  padding: 30px 0 27px;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 20px;
  height: 2px;
  background: var(--red-bright);
  transition: right .24s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  background: var(--red);
  font-weight: 850;
  font-size: .9rem;
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .2s ease, background .2s ease;
}
.header-call:hover { transform: translateY(-2px); background: var(--red-bright); }
.header-call svg, .btn svg { width: 18px; fill: currentColor; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: #fff; }

.hero {
  min-height: 720px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 25% 20%, rgba(208,24,24,.09), transparent 24%),
    linear-gradient(180deg, #090909 0%, #070707 100%);
}
.hero-grid {
  width: min(1360px, 100%);
  min-height: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(520px, .95fr) minmax(520px, 1.05fr);
}
.hero-copy {
  padding: 110px clamp(44px, 6vw, 96px) 66px max(40px, calc((100vw - var(--max)) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--red-bright);
  font-size: .72rem;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 900;
}
.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3.6rem, 6vw, 6.65rem);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 900;
}
.hero h1 span { color: var(--red-bright); }
.hero-lede {
  max-width: 620px;
  margin: 32px 0 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #c8c8c3;
  font-size: 1.12rem;
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-bright); }
.btn-primary span { font-size: 1.35rem; line-height: 1; }
.btn-ghost { border-color: #555; background: rgba(0,0,0,.22); }
.btn-ghost:hover { border-color: #aaa; }
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px,1fr));
  max-width: 610px;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.hero-proof div { padding-right: 16px; border-right: 1px solid var(--line); }
.hero-proof div + div { padding-left: 20px; }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { display: block; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof span { display: block; margin-top: 4px; color: var(--muted); font-size: .78rem; }
.hero-media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 9% 69%, 3% 50%, 9% 29%);
  border-left: 1px solid var(--red);
}
.hero-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.46) 0%, rgba(0,0,0,.03) 38%, rgba(0,0,0,.05) 100%), linear-gradient(0deg, rgba(0,0,0,.44) 0, transparent 32%);
}
.hero-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 76% 58%;
  transform: scale(1.04);
}
.hero-media-badge {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 34px;
  width: 252px;
  padding: 20px 22px;
  background: rgba(8,8,8,.90);
  border: 1px solid rgba(255,255,255,.14);
  border-left: 3px solid var(--red-bright);
  box-shadow: var(--shadow);
}
.hero-media-badge span { display:block; color: var(--red-bright); text-transform:uppercase; letter-spacing:.14em; font-size:.68rem; font-weight:900; margin-bottom:7px; }
.hero-media-badge strong { display:block; font-size:1rem; line-height:1.25; text-transform:uppercase; letter-spacing:.06em; }
.hero-media-badge i { display:block; color:var(--red-bright); font-style:normal; font-weight:900; margin:3px 0; }

.section { padding: 88px 0; }
.section-shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section-heading { max-width: 760px; margin-bottom: 40px; }
.section-heading h2, .about-copy h2, .area-copy h2, .quote-copy h2, .maintenance-copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.4vw, 4.6rem);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 900;
}
.section-heading > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 1.06rem; line-height: 1.7; }
.services { background: #0b0b0b; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  position: relative;
  min-height: 0;
  padding: 32px 28px 27px;
  background: linear-gradient(145deg, #171717, #101010);
  border: 1px solid #2a2a2a;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-5px); border-color: #4a4a4a; }
.service-card::before { content:""; position:absolute; left:0; top:0; width:74px; height:3px; background:var(--red-bright); }
.service-icon { width: 46px; height: 46px; display:grid; place-items:center; margin-bottom:20px; color:var(--red-bright); }
.service-icon svg { width:46px; fill:none; stroke:currentColor; stroke-width:2.6; stroke-linecap:round; stroke-linejoin:round; }
.card-num { position:absolute; right:24px; top:28px; color:#5a5a5a; font-size:.72rem; letter-spacing:.14em; font-weight:900; }
.service-card h3 { margin:0; min-height:48px; font-size:1.08rem; line-height:1.22; text-transform:uppercase; letter-spacing:.02em; }
.service-card ul { list-style:none; padding:15px 0 0; margin:15px 0 0; border-top:1px solid #303030; }
.service-card li { position:relative; padding:5px 0 5px 20px; color:#c2c2bd; font-size:.9rem; }
.service-card li::before { content:""; position:absolute; left:0; top:11px; width:6px; height:6px; border:2px solid var(--red-bright); border-radius:50%; }
.service-note { margin-top:0; padding:14px 22px; display:grid; grid-template-columns:145px 1fr; gap:18px; align-items:center; border:1px solid #262626; border-top:0; background:#0e0e0e; }
.service-note span { color:var(--red-bright); font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.15em; }
.service-note p { margin:0; color:#b8b8b3; line-height:1.4; font-size:.88rem; }

.maintenance {
  position: relative;
  padding: 0;
  border-top:1px solid #3a2424;
  border-bottom:1px solid #3a2424;
  background:
    linear-gradient(90deg, rgba(120,0,0,.40), rgba(9,9,9,.90) 36%, rgba(9,9,9,.95)),
    url("assets/hero-work.jpg") center 62% / cover no-repeat;
  overflow:hidden;
}
.maintenance::after {
  content:"CARE";
  position:absolute;
  right:-.02em;
  top:50%;
  transform:translateY(-52%);
  font-size:clamp(8rem,18vw,18rem);
  line-height:.8;
  font-weight:1000;
  letter-spacing:-.08em;
  color:rgba(255,255,255,.028);
  pointer-events:none;
}
.maintenance-shell { position:relative; z-index:1; width:min(1260px, calc(100% - 40px)); margin:0 auto; min-height:210px; display:grid; grid-template-columns:76px 1.15fr 1fr; gap:28px; align-items:center; }
.maintenance-mark { width:62px; height:62px; border:1px solid var(--red-bright); display:grid; place-items:center; color:var(--red-bright); font-size:2rem; font-weight:200; background:rgba(0,0,0,.48); }
.maintenance-copy h2 { font-size: clamp(2rem, 3vw, 3rem); }
.maintenance-copy p:last-child { color:#c7c7c2; line-height:1.5; max-width:620px; }
.maintenance-points { display:grid; grid-template-columns:repeat(3, 1fr); border-left:1px solid rgba(255,255,255,.18); }
.maintenance-points div { padding:10px 14px 10px 20px; border-right:1px solid rgba(255,255,255,.18); min-height:76px; }
.maintenance-points div:last-child { border-right:0; }
.maintenance-points span { display:block; color:var(--red-bright); font-size:.62rem; font-weight:900; letter-spacing:.12em; margin-bottom:8px; }
.maintenance-points strong { font-size:.84rem; line-height:1.3; }

.about { position:relative; background:#080808; overflow:hidden; }
.about::after { content:"AKUMEN"; position:absolute; right:-2vw; bottom:-8vw; font-size:21vw; font-weight:1000; letter-spacing:-.07em; color:rgba(255,255,255,.016); line-height:1; pointer-events:none; }
.about-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:center; }
.about-visual {
  min-height:420px;
  position:relative;
  padding:34px 38px 30px;
  background:
    linear-gradient(155deg, rgba(239,39,39,.09), transparent 38%),
    linear-gradient(145deg,#151515,#0a0a0a);
  border:1px solid #303030;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.about-visual::before {
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  right:-155px;
  top:-165px;
  border:1px solid var(--red-bright);
  transform:rotate(45deg);
  opacity:.8;
}
.about-logo-mark { position:absolute; right:24px; top:22px; width:120px; opacity:.07; filter:grayscale(1); }
.about-visual-kicker { margin:0 0 17px; color:var(--red-bright); font-size:.68rem; font-weight:900; text-transform:uppercase; letter-spacing:.17em; }
.principle-list { position:relative; z-index:2; display:grid; }
.principle { display:grid; grid-template-columns:42px 1fr; align-items:center; gap:12px; padding:14px 0; border-top:1px solid #303030; }
.principle:last-child { border-bottom:1px solid #303030; }
.principle span { color:var(--red-bright); font-size:.66rem; font-weight:900; letter-spacing:.1em; }
.principle strong { font-size:clamp(2rem,4vw,3.45rem); line-height:.9; letter-spacing:-.05em; }
.about-visual-foot { margin:19px 0 0; color:#8c8c87; font-size:.8rem; line-height:1.45; max-width:330px; }
.about-copy { position:relative; z-index:2; }
.about-copy h2 { max-width:650px; }
.about-lead { margin-top:22px !important; color:#e6e6e3 !important; font-size:1.08rem !important; }
.about-copy p { color:var(--muted); line-height:1.62; font-size:.96rem; }
.founder-line { margin-top:24px; padding-top:17px; border-top:1px solid #2b2b2b; }
.founder-line span { display:block; font-size:1.05rem; font-weight:900; }
.founder-line small { display:block; color:var(--red-bright); margin-top:4px; text-transform:uppercase; letter-spacing:.11em; font-weight:800; }

.area { padding: 84px 0; background:#101010; border-top:1px solid #242424; border-bottom:1px solid #242424; }
.area-shell { width:min(var(--max), calc(100% - 40px)); margin:0 auto; display:grid; grid-template-columns:.78fr 1.22fr; gap:58px; align-items:center; }
.area-copy h2 span { color:var(--red-bright); }
.area-copy > p:not(.eyebrow) { color:var(--muted); line-height:1.62; max-width:520px; font-size:.98rem; }
.text-link { display:inline-flex; align-items:center; gap:12px; margin-top:10px; padding-bottom:5px; border-bottom:1px solid #595959; font-weight:850; }
.text-link span { color:var(--red-bright); font-size:1.35rem; }
.area-graphic {
  position:relative;
  min-height:250px;
  display:grid;
  grid-template-columns:1fr 170px 1fr;
  grid-template-rows:1fr auto;
  align-items:center;
  border-top:1px solid #343434;
  border-bottom:1px solid #343434;
  background:linear-gradient(90deg,#0d0d0d,#151515 50%,#0d0d0d);
  overflow:hidden;
}
.area-graphic::before {
  content:"";
  position:absolute;
  left:50%; top:0; bottom:0;
  width:1px;
  background:linear-gradient(transparent,#3c3c3c 20%,#3c3c3c 80%,transparent);
}
.region { padding:36px 24px; position:relative; z-index:2; }
.region-west { text-align:right; }
.region-east { text-align:left; }
.region span { display:block; color:var(--red-bright); font-size:.66rem; text-transform:uppercase; letter-spacing:.16em; font-weight:900; margin-bottom:7px; }
.region strong { display:block; font-size:clamp(1.85rem,3vw,2.85rem); line-height:.95; letter-spacing:-.045em; }
.region-route { position:relative; min-height:160px; display:grid; place-items:center; z-index:3; }
.route-line { position:absolute; left:-42px; right:-42px; top:50%; height:1px; background:linear-gradient(90deg,transparent,var(--red-bright) 24%,var(--red-bright) 76%,transparent); }
.route-pin { position:absolute; top:31%; width:30px; height:30px; border-radius:50% 50% 50% 0; background:var(--red-bright); transform:rotate(-45deg); box-shadow:0 0 0 9px rgba(239,39,39,.08); }
.route-pin i { display:block; width:8px; height:8px; border-radius:50%; background:#fff; margin:11px; }
.home-base { position:relative; z-index:4; margin-top:54px; padding:8px 12px; background:#070707; border:1px solid #3a3a3a; text-align:center; text-transform:uppercase; letter-spacing:.08em; }
.home-base small { display:block; color:var(--muted); font-size:.58rem; margin-bottom:2px; }
.home-base strong { display:block; color:#fff; font-size:.76rem; }
.region-caption { grid-column:1/-1; padding:12px 18px; border-top:1px solid #292929; color:#777; text-align:center; font-size:.68rem; text-transform:uppercase; letter-spacing:.08em; }
.region-caption b { color:var(--red-bright); padding:0 7px; }

.quote { padding:86px 0; background: radial-gradient(circle at 10% 20%, rgba(208,24,24,.12), transparent 24%), #090909; }
.quote-shell { width:min(var(--max), calc(100% - 40px)); margin:0 auto; display:grid; grid-template-columns:.78fr 1.22fr; gap:58px; align-items:start; }
.quote-copy h2 { max-width:480px; }
.quote-copy > p:not(.eyebrow) { color:var(--muted); line-height:1.7; max-width:500px; }
.direct-contact { margin-top:46px; display:grid; gap:12px; }
.direct-contact a { display:block; padding:18px 0; border-top:1px solid #2b2b2b; }
.direct-contact a:last-child { border-bottom:1px solid #2b2b2b; }
.direct-contact span { display:block; color:var(--red-bright); font-size:.68rem; text-transform:uppercase; letter-spacing:.15em; font-weight:900; margin-bottom:5px; }
.direct-contact strong { font-size:1.08rem; }
.quote-form { padding:34px; background:#111; border:1px solid #2b2b2b; box-shadow:var(--shadow); }
.quote-form label { display:grid; gap:8px; margin-bottom:18px; color:#d9d9d6; font-size:.77rem; font-weight:800; text-transform:uppercase; letter-spacing:.07em; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.quote-form input, .quote-form textarea, .quote-form select { width:100%; color:#fff; background:#090909; border:1px solid #323232; border-radius:0; outline:none; padding:14px 15px; text-transform:none; letter-spacing:0; font-weight:500; transition:border-color .2s ease, box-shadow .2s ease; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color:var(--red-bright); box-shadow:0 0 0 3px rgba(239,39,39,.08); }
.quote-form textarea { resize:vertical; min-height:130px; }
.form-submit { width:100%; margin-top:2px; }
.form-note { margin:13px 0 0; color:#777; font-size:.72rem; line-height:1.5; }

.site-footer { border-top:1px solid #252525; background:#050505; }
.footer-shell { width:min(var(--max), calc(100% - 40px)); margin:0 auto; padding:58px 0 42px; display:grid; grid-template-columns:1.35fr .8fr .7fr 1fr; gap:38px; }
.footer-brand img { width:180px; }
.footer-brand p { color:#777; max-width:310px; font-size:.82rem; line-height:1.6; }
.footer-links { display:flex; flex-direction:column; gap:9px; }
.footer-links strong { margin-bottom:8px; color:#fff; font-size:.72rem; text-transform:uppercase; letter-spacing:.15em; }
.footer-links a, .footer-links span { color:#858580; font-size:.82rem; line-height:1.35; }
.footer-links a:hover { color:#fff; }
.footer-bottom { width:min(var(--max), calc(100% - 40px)); margin:0 auto; padding:18px 0 28px; border-top:1px solid #1d1d1d; display:flex; justify-content:space-between; gap:20px; color:#666; font-size:.72rem; }
.footer-bottom a:hover { color:#fff; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  *, *::before, *::after { animation:none !important; transition:none !important; }
}

@media (max-width: 1060px) {
  .nav-shell { grid-template-columns:160px 1fr auto; }
  .site-nav { gap:18px; }
  .site-nav a { font-size:.7rem; }
  .hero-grid { grid-template-columns:1fr 1fr; }
  .hero-copy { padding-left:40px; padding-right:40px; }
  .hero h1 { font-size:clamp(3.35rem, 5.9vw, 5.5rem); }
  .maintenance-shell { grid-template-columns:74px 1fr; padding:46px 0; }
  .maintenance-points { grid-column:1/-1; border-left:0; border-top:1px solid #303030; padding-top:24px; }
  .about-grid, .area-shell, .quote-shell { gap:50px; }
}

@media (max-width: 860px) {
  .site-header { position:sticky; }
  .nav-shell { height:76px; grid-template-columns:1fr auto auto; }
  .brand { width:150px; }
  .menu-toggle { display:block; order:3; }
  .header-call { order:2; min-height:42px; padding:0 13px; }
  .header-call span { display:none; }
  .site-nav {
    position:absolute;
    left:0; right:0; top:76px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px 20px 18px;
    background:#090909;
    border-bottom:1px solid #292929;
  }
  .site-nav.open { display:flex; }
  .site-nav a { padding:16px 4px; border-bottom:1px solid #1f1f1f; }
  .site-nav a::after { display:none; }
  .hero, .hero-grid { min-height:auto; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { min-height:650px; padding:90px 28px 60px; }
  .hero-media { min-height:510px; clip-path:polygon(0 6%, 18% 0, 100% 0, 100% 100%, 0 100%); border-left:0; border-top:1px solid var(--red); }
  .hero-media img { object-position:75% 63%; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:auto; }
  .service-note { grid-template-columns:1fr; gap:8px; }
  .about-grid, .area-shell, .quote-shell { grid-template-columns:1fr; }
  .about-grid { gap:42px; }
  .about-visual { min-height:350px; }
  .area-graphic { grid-template-columns:1fr 135px 1fr; min-height:250px; }
  .footer-shell { grid-template-columns:1.2fr 1fr 1fr; }
  .footer-contact { grid-column:2/4; }
}

@media (max-width: 620px) {
  .nav-shell, .section-shell, .area-shell, .quote-shell, .footer-shell, .footer-bottom, .maintenance-shell { width:min(100% - 28px, var(--max)); }
  .hero-copy { min-height:auto; padding:74px 20px 52px; }
  .hero h1 { font-size:clamp(3.15rem, 14vw, 4.4rem); }
  .hero-lede { font-size:1rem; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .hero-proof { grid-template-columns:1fr; gap:0; }
  .hero-proof div, .hero-proof div + div { padding:12px 0; border-right:0; border-bottom:1px solid var(--line); }
  .hero-media { min-height:420px; }
  .hero-media-badge { right:18px; bottom:18px; width:230px; }
  .section { padding:68px 0; }
  .section-heading { margin-bottom:34px; }
  .section-heading h2, .about-copy h2, .area-copy h2, .quote-copy h2 { font-size:clamp(2.55rem, 11vw, 3.6rem); }
  .maintenance-shell { grid-template-columns:1fr; gap:20px; padding:50px 0; }
  .maintenance-mark { width:60px; height:60px; }
  .maintenance-points { grid-template-columns:1fr; border-top:1px solid #303030; }
  .maintenance-points div { border-right:0; border-bottom:1px solid #303030; padding:16px 0; min-height:auto; }
  .about-visual { min-height:300px; padding:30px; }
  .about-stat strong { font-size:1.7rem; }
  .area-graphic { grid-template-columns:1fr; grid-template-rows:auto auto auto auto; min-height:auto; }
  .area-graphic::before { display:none; }
  .region { padding:24px 20px; text-align:left; }
  .region-west { border-bottom:1px solid #292929; }
  .region-route { min-height:110px; border-bottom:1px solid #292929; }
  .route-line { left:10%; right:10%; }
  .home-base { margin-top:44px; }
  .region-caption { grid-column:1; text-align:left; line-height:1.45; }
  .field-row { grid-template-columns:1fr; gap:0; }
  .quote-form { padding:22px 18px; }
  .footer-shell { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-contact { grid-column:1/-1; }
  .footer-bottom { flex-direction:column; }
}

/* Live quote form states */
.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-submit:disabled {
  cursor: wait;
  opacity: .72;
}
.form-note a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-sending { color: #aaa; }
.form-success { color: #d9f7df; }
.form-error { color: #ffb4b4; }
