:root {
  --black: #080a0d;
  --charcoal: #11151a;
  --steel: #9ba4ae;
  --silver: #e8edf1;
  --white: #ffffff;
  --red: #e11620;
  --red-dark: #a80c14;
  --line: rgba(255,255,255,.13);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--silver);
  background: var(--black);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(100% - 40px, var(--max));
  min-height: 110px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.brand img { width: 214px; height: auto; filter: drop-shadow(0 5px 14px rgba(0,0,0,.6)); }
.header-status {
  justify-self: end;
  margin-right: 30px;
  color: #fff;
  font-family: system-ui, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.pulse {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: #35d06f;
  box-shadow: 0 0 0 5px rgba(53,208,111,.13);
}
.header-call {
  min-width: 190px;
  padding: 15px 18px;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-align: center;
  box-shadow: 5px 5px 0 rgba(255,255,255,.17);
}
.header-call span { display: block; font-family: system-ui, sans-serif; font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }

.hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo {
  background-image: url("assets/service-truck.webp");
  background-position: 62% 59%;
  background-size: cover;
  transform: scale(1.015);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(4,5,7,.97) 0%, rgba(4,5,7,.78) 38%, rgba(4,5,7,.18) 72%),
    linear-gradient(0deg, rgba(4,5,7,.9) 0%, transparent 45%),
    linear-gradient(180deg, rgba(4,5,7,.48) 0%, transparent 30%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 210px 0 95px;
}
.eyebrow {
  margin: 0 0 18px;
  color: #ff4b53;
  font-family: system-ui, sans-serif;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; color: #fff; line-height: .98; text-transform: uppercase; }
h1 {
  max-width: 800px;
  margin-bottom: 24px;
  font-size: clamp(3.3rem, 8vw, 6.9rem);
  letter-spacing: -.045em;
  text-shadow: 0 5px 30px rgba(0,0,0,.55);
}
h1 em { color: var(--red); font-style: normal; }
.hero-copy { max-width: 660px; margin: 0 0 30px; color: #fff; font-family: system-ui, sans-serif; font-size: clamp(1.05rem, 2vw, 1.32rem); font-weight: 550; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 23px;
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
  font-family: system-ui, sans-serif;
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .15s ease, background .15s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); box-shadow: 6px 6px 0 rgba(255,255,255,.16); }
.button-primary:hover { background: #f22630; }
.button-secondary { border-color: rgba(255,255,255,.55); background: rgba(0,0,0,.25); backdrop-filter: blur(8px); }
.phone-icon { font-size: 1.25rem; }
.dispatch-note { margin: 22px 0 0; color: rgba(255,255,255,.67); font-family: system-ui, sans-serif; font-size: .84rem; }

.quick-strip {
  position: relative;
  z-index: 3;
  width: min(100% - 40px, var(--max));
  margin: -30px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--silver);
  color: var(--black);
  box-shadow: 0 20px 60px rgba(0,0,0,.42);
}
.quick-strip div { padding: 28px 34px; border-right: 1px solid rgba(8,10,13,.16); }
.quick-strip div:last-child { border-right: 0; }
.quick-strip strong { display: block; color: var(--red-dark); font-size: 1.55rem; line-height: 1; text-transform: uppercase; }
.quick-strip span { display: block; margin-top: 8px; font-family: system-ui, sans-serif; font-size: .8rem; font-weight: 750; text-transform: uppercase; }

.section { width: min(100% - 40px, var(--max)); margin: 0 auto; padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
h2 { margin-bottom: 22px; font-size: clamp(2.4rem, 5.2vw, 4.4rem); letter-spacing: -.035em; }
.section-heading > p:last-child, .work-copy > p:not(.eyebrow), .coverage-copy > p { color: var(--steel); font-family: system-ui, sans-serif; font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.service-card { position: relative; min-height: 260px; padding: 38px; background: var(--charcoal); overflow: hidden; }
.service-card.featured { background: linear-gradient(145deg, #2a090c, #11151a 65%); }
.service-card::after { content: ""; position: absolute; right: -30px; bottom: -55px; width: 150px; height: 150px; border: 28px solid rgba(255,255,255,.025); border-radius: 50%; }
.service-number { color: var(--red); font-weight: 900; }
.service-card h3 { max-width: 400px; margin: 42px 0 14px; font-size: 1.65rem; letter-spacing: -.01em; }
.service-card p { max-width: 480px; margin: 0; color: var(--steel); font-family: system-ui, sans-serif; }

.work-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: center; border-top: 1px solid var(--line); }
.work-copy { position: sticky; top: 40px; }
.text-link { display: inline-block; margin-top: 18px; color: #fff; font-family: system-ui, sans-serif; font-weight: 850; text-decoration-color: var(--red); text-underline-offset: 6px; }
.text-link span { color: var(--red); }
.work-gallery { min-height: 650px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.work-gallery figure { margin: 0; overflow: hidden; background: #20252a; }
.work-gallery .gallery-main { grid-row: 1 / 3; }
.work-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.07); transition: transform .35s ease; }
.work-gallery figure:hover img { transform: scale(1.025); }

.coverage { display: grid; grid-template-columns: minmax(430px, .95fr) 1.05fr; align-items: center; gap: 70px; border-top: 1px solid var(--line); }
.corridor-map { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.14); background: radial-gradient(circle at 48% 56%, rgba(225,22,32,.13), transparent 34%), linear-gradient(145deg, #171b20, #0c0f12); box-shadow: 0 24px 60px rgba(0,0,0,.32); }
.corridor-map::before { content: "24/7 RESPONSE"; position: absolute; z-index: 2; top: 20px; left: 22px; color: rgba(255,255,255,.58); font-family: system-ui, sans-serif; font-size: .68rem; font-weight: 900; letter-spacing: .17em; }
.corridor-map svg { width: 100%; height: auto; }
.corridor-map > p { margin: 0 4px 3px; color: #747d86; font-family: system-ui, sans-serif; font-size: .72rem; }
.map-boundary { fill: rgba(255,255,255,.025); stroke: rgba(255,255,255,.1); stroke-width: 2; }
.map-road { fill: none; stroke-linecap: round; }
.road-85 { stroke: #f1f4f6; stroke-width: 12; }
.road-26 { stroke: #8d969f; stroke-width: 9; }
.road-385 { stroke: var(--red); stroke-width: 9; }
.map-city circle { fill: #fff; stroke: #080a0d; stroke-width: 3; }
.map-city text { fill: #dce1e5; font-family: system-ui, sans-serif; font-size: 15px; font-weight: 800; }
.city-fountain-inn > circle:first-child { fill: var(--red); }
.city-fountain-inn .map-pulse { fill: none; stroke: var(--red); stroke-width: 3; opacity: .42; }
.route-shield rect { fill: #11151a; stroke: var(--red); stroke-width: 3; }
.route-shield text { fill: #fff; font-family: system-ui, sans-serif; font-size: 17px; font-weight: 900; text-anchor: middle; }
.coverage-copy h2 { max-width: 720px; }
.corridor-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.corridor-list span { min-width: 86px; padding: 9px 14px; border-left: 4px solid var(--red); background: #171b20; color: #fff; font-family: system-ui, sans-serif; font-weight: 900; text-align: center; }
.coverage-copy .fine-print { color: #727b84; font-size: .85rem; }

.final-cta { width: min(100% - 40px, var(--max)); margin: 0 auto 70px; padding: 65px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: linear-gradient(115deg, #290609, #13161b 62%); border-left: 8px solid var(--red); box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.final-cta h2 { margin-bottom: 0; }
.button-large { min-width: 285px; min-height: 72px; font-size: 1.1rem; }

footer { min-height: 190px; padding: 35px max(20px, calc((100% - var(--max))/2)); display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 35px; border-top: 1px solid var(--line); background: #050608; font-family: system-ui, sans-serif; }
footer img { width: 170px; height: auto; }
footer p { color: #89929b; font-size: .86rem; }
footer a { color: #fff; font-weight: 900; text-decoration-color: var(--red); }
.mobile-call { display: none; }

@media (max-width: 850px) {
  body { padding-bottom: 66px; }
  .site-header { width: calc(100% - 28px); min-height: 88px; grid-template-columns: 1fr auto; }
  .brand img { width: 160px; }
  .header-status { margin: 0; font-size: .7rem; }
  .header-call { display: none; }
  .hero { min-height: 760px; }
  .hero-photo { background-position: 65% 55%; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,5,7,.93), rgba(4,5,7,.48)), linear-gradient(0deg, rgba(4,5,7,.98), transparent 70%); }
  .hero-content { padding: 175px 0 70px; }
  h1 { font-size: clamp(3.15rem, 14vw, 5.4rem); }
  .quick-strip { grid-template-columns: 1fr; margin-top: 0; }
  .quick-strip div { padding: 20px 24px; border-right: 0; border-bottom: 1px solid rgba(8,10,13,.14); }
  .quick-strip div:last-child { border-bottom: 0; }
  .section { padding: 80px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; padding: 30px; }
  .work-section { grid-template-columns: 1fr; gap: 40px; }
  .work-copy { position: static; }
  .work-gallery { min-height: 560px; }
  .coverage { grid-template-columns: 1fr; gap: 45px; }
  .corridor-map { width: min(100%, 620px); }
  .final-cta { padding: 40px 28px; flex-direction: column; align-items: flex-start; }
  .button-large { width: 100%; min-width: 0; }
  footer { grid-template-columns: 1fr; gap: 12px; text-align: center; justify-items: center; padding-bottom: 40px; }
  .mobile-call { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; height: 66px; display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--red); color: #fff; font-family: system-ui, sans-serif; font-weight: 900; text-decoration: none; box-shadow: 0 -8px 28px rgba(0,0,0,.4); }
}

@media (max-width: 540px) {
  .hero-actions .button { width: 100%; }
  .work-gallery { min-height: 500px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.3fr .7fr; }
  .work-gallery .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .corridor-map { padding: 10px; }
  .corridor-map::before { top: 14px; left: 14px; font-size: .6rem; }
  .map-city text { font-size: 13px; }
}

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