@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Public+Sans:wght@400;500;600;700&display=swap');

:root {
  --asphalt: #111518;
  --blacktop: #080a0b;
  --panel: #1a2024;
  --concrete: #e1e3df;
  --paper: #f2f3f0;
  --red: #c1331b;
  --red-dark: #982313;
  --amber: #f1af36;
  --steel: #626a70;
  --line-dark: #343b3f;
  --line-light: #c7c3ba;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Public Sans", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--blacktop); }
body { margin: 0; color: var(--asphalt); background: var(--paper); font-family: var(--body); line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, figure, blockquote, dl, dd { margin: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .94; letter-spacing: -.02em; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  min-height: 74px;
  padding: 12px clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 30px;
  color: var(--paper);
  background: linear-gradient(to bottom, rgba(8,10,11,.82), rgba(8,10,11,.12));
}
.wordmark { display: inline-flex; flex-direction: column; width: max-content; font-family: var(--display); line-height: .9; text-transform: uppercase; }
.wordmark span { font-size: 12px; letter-spacing: .16em; color: #d3cfc6; }
.wordmark strong { font-size: 26px; letter-spacing: .04em; }
.site-header nav { display: flex; gap: 30px; font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.site-header nav a, .map-link { transition: color .2s ease; }
.site-header nav a:hover, .map-link:hover { color: var(--amber); }
.header-call { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; padding: 8px 14px 9px; background: var(--red); color: var(--paper); border: 1px solid rgba(255,255,255,.25); }
.header-call small { font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.header-call strong { font-family: var(--display); font-size: 23px; line-height: 1; }

.hero { position: relative; width: 100%; height: 100dvh; min-height: 700px; max-height: 900px; color: var(--paper); overflow: hidden; background: var(--blacktop); }
#hero-img { width: 100%; height: 100%; min-height: 700px; object-fit: cover; object-position: 66% 52%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,10,.94) 0%, rgba(7,9,10,.86) 31%, rgba(7,9,10,.49) 50%, rgba(7,9,10,.07) 76%), linear-gradient(0deg, rgba(7,9,10,.6), transparent 40%); }
.hero-copy { position: absolute; z-index: 2; left: clamp(20px, 5vw, 78px); top: 50%; width: min(680px, 54vw); transform: translateY(-43%); }

.hero h1 { max-width: 13ch; font-size: clamp(70px, 7.5vw, 100px); text-transform: uppercase; text-wrap: balance; }
.hero-copy > p:not(.hero-brand) { margin-top: 22px; max-width: 36ch; font-size: clamp(17px, 1.4vw, 21px); color: #dedad1; }
.call-action { margin-top: 30px; display: inline-grid; grid-template-columns: auto auto; align-items: center; min-height: 64px; color: var(--paper); background: var(--red); border: 1px solid rgba(255,255,255,.22); box-shadow: 0 14px 40px rgba(0,0,0,.28); transition: transform .2s ease, background .2s ease; }
.call-action:hover { background: var(--red-dark); transform: translateY(-2px); }
.call-action:active { transform: translateY(1px); }
.call-action span, .call-action strong { padding: 14px 20px; font-family: var(--display); text-transform: uppercase; }
.call-action span { font-size: 16px; font-weight: 700; letter-spacing: .12em; border-right: 1px solid rgba(255,255,255,.28); }
.call-action strong { font-size: 25px; letter-spacing: .02em; white-space: nowrap; }

.dispatch { position: relative; padding: 0 clamp(20px, 5vw, 78px) 110px; background: var(--concrete); }
.dispatch-sheet { position: relative; z-index: 2; width: min(1180px, 100%); margin: -42px auto 0; padding: clamp(34px, 5vw, 72px); background: var(--paper); box-shadow: 0 20px 45px rgba(46,43,37,.15); }
.dispatch-sheet::before { content: ""; position: absolute; top: 0; left: 0; width: 24%; height: 8px; background: var(--red); }
.dispatch-sheet header { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .7fr); gap: 70px; align-items: end; padding-bottom: 34px; border-bottom: 2px solid var(--asphalt); }
.dispatch h2 { max-width: 8ch; font-size: clamp(52px, 6vw, 84px); text-transform: uppercase; }
.dispatch-sheet header p { max-width: 50ch; color: #444b4f; font-size: 17px; }
.dispatch-lines { list-style: none; margin: 0; padding: 0; }
.dispatch-lines li { display: grid; grid-template-columns: 80px minmax(0, 1fr); align-items: center; min-height: 112px; border-bottom: 1px solid var(--line-light); }
.line-no { font-family: var(--display); font-size: 22px; font-weight: 800; color: var(--red); }
.dispatch-lines li > div { display: grid; grid-template-columns: minmax(210px, .55fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.dispatch-lines h3 { font-size: clamp(28px, 3vw, 42px); text-transform: uppercase; }
.dispatch-lines p { max-width: 58ch; color: #4c5357; }
.dispatch-close { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding-top: 30px; }
.dispatch-close p { max-width: 62ch; font-weight: 600; }
.dispatch-close a, .map-link { font-family: var(--display); font-size: 18px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--red-dark); border-bottom: 2px solid currentColor; }

.help { padding: 120px clamp(20px, 5vw, 78px); color: var(--paper); background: var(--asphalt); }
.help-intro { width: min(1240px, 100%); margin: 0 auto 80px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .82fr); gap: clamp(50px, 9vw, 140px); align-items: center; }
.help-intro h2 { max-width: 10ch; font-size: clamp(58px, 7vw, 96px); text-transform: uppercase; }
.help-copy { font-size: 17px; color: #d1cec5; }
.help-copy p + p { margin-top: 20px; }
.help-copy p { max-width: 60ch; }
.help-grid { width: min(1240px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(12, 1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.situation { grid-column: span 4; padding: clamp(28px, 3vw, 46px); background: var(--panel); min-height: 310px; display: flex; flex-direction: column; }
.situation-wide { grid-column: span 8; background: var(--paper); color: var(--asphalt); }
.situation-index { margin-bottom: auto; font-family: var(--body); font-size: 13px; font-weight: 700; letter-spacing: .02em; color: var(--amber); }
.situation-wide .situation-index { color: var(--red-dark); }
.situation h3 { max-width: 14ch; margin-top: 42px; font-size: clamp(34px, 3.4vw, 50px); text-transform: uppercase; }
.situation p { max-width: 52ch; margin-top: 16px; color: #c8c6bf; }
.situation-wide p { color: #4b5256; }
.tow-photo { grid-column: span 8; position: relative; min-height: 390px; overflow: hidden; background: var(--blacktop); }
.tow-photo img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: center 48%; }
.tow-photo figcaption { position: absolute; inset: auto 0 0; padding: 42px 24px 20px; background: linear-gradient(transparent, rgba(8,10,11,.86)); color: #dedad0; font-size: 13px; }

.reviews { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); color: var(--paper); background: var(--red); }
.reviews-heading { padding: clamp(58px, 7vw, 105px) clamp(28px, 5vw, 76px); display: flex; flex-direction: column; justify-content: space-between; min-height: 540px; }
.reviews-heading h2 { max-width: 10ch; font-size: clamp(52px, 6vw, 82px); text-transform: uppercase; }
.reviews-heading p { margin-top: 40px; font-family: var(--display); font-size: 19px; font-weight: 700; letter-spacing: .03em; }
.review-rail { padding: clamp(48px, 7vw, 96px); color: var(--asphalt); background: var(--concrete); }
.review-rail figure { margin: 0; }
.review-lead { padding-bottom: 50px; border-bottom: 2px solid var(--asphalt); }
.review-lead blockquote { max-width: 23ch; font-family: var(--display); font-size: clamp(36px, 4vw, 58px); font-weight: 700; line-height: 1.3; }
.review-rail figcaption { margin-top: 24px; font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #555b5e; }
.review-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; padding-top: 48px; }
.review-pair blockquote { max-width: 36ch; font-size: 17px; line-height: 1.55; }

.location { display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr); background: var(--paper); }
.location-copy { padding: clamp(65px, 8vw, 118px) clamp(28px, 6vw, 90px); }
.location h2 { max-width: 11ch; font-size: clamp(52px, 6vw, 82px); text-transform: uppercase; }
.location-copy > p { max-width: 58ch; margin-top: 26px; color: #4b5256; font-size: 17px; }
.location dl { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 34px; margin: 42px 0; }
.location dl div { padding-top: 13px; border-top: 1px solid var(--line-light); }
.location dt { font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--steel); }
.location dd { margin-top: 6px; font-size: 16px; font-weight: 600; }
.location dd a { color: var(--red-dark); }
.locality-panel { position: relative; min-height: 670px; overflow: hidden; color: var(--paper); background: var(--panel); isolation: isolate; }
.locality-panel::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 54px 54px; }
.locality-panel::after { content: "DENVER"; position: absolute; right: -24px; top: 46px; z-index: -1; font-family: var(--display); font-size: clamp(110px, 16vw, 240px); font-weight: 800; line-height: .8; color: rgba(255,255,255,.035); }
.road { position: absolute; height: 2px; background: #697177; transform-origin: left center; }
.road::after { content: ""; position: absolute; inset: -5px 0; border-top: 1px dashed rgba(241,175,54,.55); }
.road-a { width: 84%; left: -4%; top: 54%; transform: rotate(-12deg); }
.road-b { width: 72%; left: 26%; top: 24%; transform: rotate(58deg); }
.road-c { width: 66%; left: 18%; top: 78%; transform: rotate(-48deg); }
.dispatch-pin { position: absolute; left: 48%; top: 50%; width: 76px; height: 76px; border: 2px solid var(--paper); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 18px rgba(217,61,32,.22), 0 0 0 40px rgba(217,61,32,.09); }
.dispatch-pin span { position: absolute; inset: 20px; border-radius: 50%; background: var(--red); }
.locality-label { position: absolute; left: clamp(28px, 6vw, 80px); bottom: clamp(70px, 9vw, 120px); padding: 24px 28px; background: var(--paper); color: var(--asphalt); border-top: 7px solid var(--red); box-shadow: 0 18px 60px rgba(0,0,0,.3); }
.locality-label span { font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; color: var(--red-dark); }
.locality-label strong { display: block; margin-top: 4px; font-family: var(--display); font-size: 34px; line-height: 1; text-transform: uppercase; }
.locality-label p { margin-top: 12px; color: #4b5256; }
.locality-panel > a { position: absolute; right: clamp(26px, 5vw, 70px); bottom: 34px; font-family: var(--display); font-size: 17px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--amber); border-bottom: 2px solid currentColor; }

.closing { padding: clamp(68px, 8vw, 110px) clamp(24px, 6vw, 90px); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 50px; color: var(--paper); background: var(--blacktop); }
.closing p { margin-bottom: 12px; font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); }
.closing h2 { max-width: 11ch; font-size: clamp(58px, 7vw, 100px); text-transform: uppercase; }
.closing-call { margin: 0 0 8px; }
footer { padding: 34px clamp(24px, 6vw, 90px); display: flex; justify-content: space-between; gap: 30px; color: #b9b5ac; background: var(--blacktop); border-top: 1px solid var(--line-dark); font-size: 13px; }
footer strong, footer a { color: var(--paper); }
footer p:last-child { text-align: right; }

:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero-copy { width: min(700px, 68vw); }
  .dispatch-sheet header, .help-intro { grid-template-columns: 1fr; gap: 28px; }
  .dispatch h2, .help-intro h2 { max-width: 11ch; }
  .help-intro { align-items: start; }
  .situation { grid-column: span 6; }
  .situation-wide, .tow-photo { grid-column: span 12; }
  .reviews { grid-template-columns: 1fr; }
  .reviews-heading { min-height: auto; }
  .location { grid-template-columns: 1fr; }
  .locality-panel { min-height: 500px; }
  .closing { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 680px) {
  .site-header { position: relative; min-height: 70px; padding: 10px 16px; background: var(--blacktop); }
  .wordmark span { font-size: 9px; }
  .wordmark strong { font-size: 20px; }
  .header-call { padding: 7px 10px; }
  .header-call small { font-size: 9px; }
  .header-call strong { font-size: 17px; }

  .hero { min-height: auto; display: flex; flex-direction: column; background: var(--blacktop); }
  #hero-img { order: 1; width: 100%; height: 42vh; min-height: 260px; max-height: 390px; object-position: 61% 52%; }
  .hero-shade { display: none; }
  .hero-copy { order: 2; position: relative; left: auto; top: auto; width: 100%; transform: none; padding: 32px 20px 44px; background: var(--blacktop); }

  .hero h1 { max-width: 12ch; font-size: clamp(45px, 14vw, 68px); }
  .hero-copy > p:not(.hero-brand) { margin-top: 16px; font-size: 16px; }
  .call-action { width: 100%; grid-template-columns: 1fr; margin-top: 24px; }
  .call-action span, .call-action strong { text-align: center; }
  .call-action span { padding: 10px 16px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.26); }
  .call-action strong { padding: 14px 16px; font-size: 24px; }

  .dispatch { padding: 0 0 68px; }
  .dispatch-sheet { margin: 0; padding: 48px 20px; box-shadow: none; }
  .dispatch-sheet header { padding-bottom: 24px; }
  .dispatch h2 { font-size: clamp(48px, 15vw, 68px); }
  .dispatch-sheet header p { font-size: 15px; }
  .dispatch-lines li { grid-template-columns: 46px minmax(0, 1fr); min-height: 142px; }
  .line-no { align-self: start; padding-top: 24px; font-size: 18px; }
  .dispatch-lines li > div { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
  .dispatch-lines h3 { font-size: 30px; }
  .dispatch-lines p { font-size: 14px; }
  .dispatch-close { grid-template-columns: 1fr; gap: 18px; }
  .dispatch-close a { width: fit-content; }

  .help { padding: 72px 20px; }
  .help-intro { margin-bottom: 48px; }
  .help-intro h2 { font-size: clamp(50px, 15vw, 72px); }
  .help-copy { font-size: 15px; }
  .help-grid { grid-template-columns: 1fr; border-left: 0; border-right: 0; }
  .situation, .situation-wide, .tow-photo { grid-column: 1; }
  .situation { min-height: 280px; padding: 30px 24px; }
  .situation h3 { font-size: 36px; }
  .tow-photo, .tow-photo img { min-height: 285px; }

  .reviews-heading, .review-rail { padding: 58px 20px; }
  .reviews-heading h2 { font-size: clamp(48px, 14vw, 67px); }
  .review-lead blockquote { font-size: clamp(34px, 10vw, 45px); }
  .review-pair { grid-template-columns: 1fr; gap: 36px; }

  .location-copy { padding: 68px 20px; }
  .location h2 { font-size: clamp(48px, 14vw, 68px); }
  .location dl { grid-template-columns: 1fr; gap: 20px; }
  .locality-panel { min-height: 420px; }
  .dispatch-pin { left: 68%; top: 34%; width: 58px; height: 58px; }
  .dispatch-pin span { inset: 15px; }
  .locality-label { left: 20px; right: 20px; bottom: 72px; padding: 20px; }
  .locality-label strong { font-size: 29px; }
  .locality-panel > a { left: 20px; right: auto; bottom: 26px; }

  .closing { padding: 68px 20px; gap: 28px; }
  .closing h2 { font-size: clamp(52px, 15vw, 72px); }
  footer { padding: 30px 20px; flex-direction: column; }
  footer p:last-child { text-align: left; }
}

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