:root {
  --ink: #0c1118;
  --ink-2: #171f2a;
  --panel: #202a36;
  --muted: #687486;
  --line: #d8dee8;
  --soft: #f3f5f8;
  --soft-2: #e9edf3;
  --white: #ffffff;
  --red: #b30f1d;
  --red-2: #7d0c15;
  --gold: #d69a2d;
  --chrome: #d7dde6;
  --shadow: 0 28px 80px rgba(12, 17, 24, .18);
  --shadow-soft: 0 16px 42px rgba(12, 17, 24, .1);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f7f8fa 0, #fff 520px),
    var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(216,222,232,.9);
  box-shadow: 0 14px 38px rgba(12,17,24,.08);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 190px;
}
.brand-logo {
  width: 184px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 900;
}
.site-nav a {
  position: relative;
  color: #344154;
  padding: 10px 11px;
  border-radius: 999px;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--red);
  background: #fff0f1;
}
.nav-cta {
  margin-left: 6px;
  color: var(--white) !important;
  background: var(--red) !important;
  box-shadow: 0 16px 30px rgba(179,15,29,.26);
}
.menu-button {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  padding: 10px 13px;
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: calc(100vh - 118px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7,10,16,.94), rgba(7,10,16,.73) 46%, rgba(7,10,16,.18) 82%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.52)),
    radial-gradient(circle at 14% 22%, rgba(179,15,29,.48), transparent 34%);
}
.hero-content {
  width: min(880px, calc(100% - 36px));
  margin-left: clamp(18px, 6vw, 86px);
  padding: 78px 0 104px;
  color: var(--white);
}
.eyebrow {
  margin: 0 0 13px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.hero .eyebrow,
.page-hero .eyebrow,
.reputation .eyebrow,
.visual-split .eyebrow {
  color: #ffd6d8;
}
h1, h2, h3 {
  margin: 0 0 16px;
  line-height: 1.02;
}
h1 {
  max-width: 1050px;
  font-size: clamp(46px, 7vw, 88px);
  letter-spacing: 0;
}
h2 { font-size: clamp(32px, 4.2vw, 56px); }
h3 { font-size: 22px; }
p { margin-top: 0; }
.hero p {
  max-width: 720px;
  color: rgba(255,255,255,.9);
  font-size: 20px;
}
.hero-actions,
.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}
.button.primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 18px 38px rgba(179,15,29,.3);
}
.button.secondary {
  background: var(--white);
  color: var(--ink);
  border-color: rgba(255,255,255,.72);
}
.button.light {
  background: var(--soft);
  color: var(--ink);
  border-color: var(--line);
}
.text-link {
  color: var(--red);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-hero {
  position: relative;
  min-height: 420px;
  display: grid;
  align-content: end;
  overflow: hidden;
  color: var(--white);
  padding: clamp(78px, 10vw, 138px) clamp(18px, 5vw, 76px);
  background: var(--ink);
  isolation: isolate;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("gallery-16-rotator-fleet-yard.jpg") center / cover;
  transform: scale(1.03);
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7,10,16,.94), rgba(7,10,16,.72) 54%, rgba(7,10,16,.34)),
    linear-gradient(180deg, transparent, rgba(7,10,16,.58)),
    radial-gradient(circle at 18% 18%, rgba(179,15,29,.38), transparent 34%);
}
.services-page .page-hero::before { background-image: url("service-police-municipal-3.jpg"); }
.fleet-page .page-hero::before { background-image: url("gallery-16-rotator-fleet-yard.jpg"); }
.impound-page .page-hero::before { background-image: url("gallery-38-heavy-wrecker-at-facility.jpg"); }
.gallery-page .page-hero::before { background-image: url("gallery-14-night-crash-scene.jpg"); }
.careers-page .page-hero::before { background-image: url("gallery-06-community-equipment-display.jpg"); }
.request-page .page-hero::before { background-image: url("gallery-03-ramp-recovery.jpg"); }
.about-page .page-hero::before { background-image: url("waffco-fleet-hero.jpg"); }
.page-hero > * {
  max-width: 900px;
}
.page-hero p {
  max-width: 800px;
  color: rgba(255,255,255,.86);
  font-size: 19px;
}

.section {
  padding: clamp(66px, 8vw, 112px) clamp(18px, 5vw, 76px);
}
.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}
.section-heading h2,
.intro-grid h2,
.split h2 {
  max-width: 840px;
}

.signal-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -42px clamp(18px, 5vw, 76px) 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  z-index: 3;
}
.signal-strip div,
.feature-band div,
.fleet-summary div {
  padding: 26px clamp(18px, 4vw, 46px);
  border-right: 1px solid var(--line);
}
.signal-strip strong,
.feature-band strong,
.fleet-summary strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}
.signal-strip span,
.feature-band span,
.fleet-summary span {
  color: var(--muted);
}

.intro-grid,
.split,
.reputation,
.request-layout,
.visual-split {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
}
.quick-card,
.facility-panel,
.request-aside,
.notice,
.location-grid article,
.agency-grid article,
.service-card,
.equipment-group,
.request-form,
.testimonial-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.quick-card,
.facility-panel,
.request-aside,
.notice,
.location-grid article,
.agency-grid article {
  padding: 30px;
}
.quick-card::before,
.facility-panel::before,
.request-aside::before,
.location-grid article::before,
.agency-grid article::before,
.service-card::before {
  content: "";
  display: block;
  width: 48px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), var(--gold));
}

.services-preview,
.truck-gallery,
.agency-grid,
.gallery-grid,
.equipment-list {
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,0)),
    var(--soft);
}
.card-grid {
  display: grid;
  gap: 22px;
}
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.service-card {
  position: relative;
  min-height: 230px;
  padding: 28px;
  overflow: hidden;
}
.service-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -44px;
  width: 150px;
  height: 150px;
  border: 22px solid rgba(179,15,29,.06);
  border-radius: 50%;
}
.service-card span {
  color: var(--gold);
  font-weight: 900;
}
.service-card p,
.split p,
.request-aside p,
.page-hero p,
.quick-card p,
.facility-panel p {
  color: var(--muted);
}

.highlight-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255,247,232,.95), rgba(255,255,255,.86)),
    var(--white);
  border-bottom: 1px solid var(--line);
}

.service-index {
  position: sticky;
  top: 83px;
  z-index: 20;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 14px clamp(18px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.95);
  box-shadow: 0 16px 34px rgba(12,17,24,.08);
  backdrop-filter: blur(14px);
}
.service-index::-webkit-scrollbar {
  display: none;
}
.service-index a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: #344154;
  font-size: 13px;
  font-weight: 900;
}
.service-index a:hover {
  border-color: rgba(179,15,29,.36);
  color: var(--red);
  background: #fff0f1;
}
.service-category {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.service-category:nth-of-type(odd) {
  background:
    linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,0)),
    var(--soft);
}
.service-category:nth-of-type(even) .service-category-copy {
  order: 2;
}
.service-category:nth-of-type(even) .service-photo-grid {
  order: 1;
}
.service-category-copy {
  max-width: 720px;
}
.service-category-copy h2 {
  max-width: 680px;
}
.service-category-copy p {
  color: var(--muted);
  font-size: 17px;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 24px 0 26px;
  padding: 0;
  list-style: none;
}
.service-list li {
  position: relative;
  min-height: 46px;
  padding: 12px 12px 12px 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: #263243;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 10px 24px rgba(12,17,24,.05);
}
.service-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 15px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--gold), var(--red));
  box-shadow: 0 0 0 4px #fff0f1;
}
.service-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.service-photo-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow-soft);
}
.service-photo-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: inherit;
  pointer-events: none;
}
.service-photo-grid img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  transition: transform .35s ease;
}
.service-photo-grid figure:hover img {
  transform: scale(1.035);
}
.service-photo-grid .primary {
  grid-row: span 2;
}
.service-photo-grid .primary img {
  min-height: 446px;
}
.police-grid .primary {
  grid-column: span 2;
  grid-row: span 1;
}
.police-grid .primary img {
  min-height: 320px;
}
.services-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(12,17,24,.96), rgba(32,42,54,.94)),
    var(--ink);
  color: var(--white);
}
.services-cta-band p {
  max-width: 820px;
  color: rgba(255,255,255,.76);
}
.services-cta-band .eyebrow {
  color: #ffd6d8;
}
.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.route-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.route-list span {
  padding: 11px 13px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
}
.fleet-summary,
.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fleet-summary { grid-template-columns: repeat(6, 1fr); }
.fleet-summary strong {
  color: var(--red);
  font-size: 34px;
}
.equipment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.equipment-group {
  padding: 30px;
}
.equipment-group ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}
.equipment-group li { margin: 8px 0; }

.proof-strip,
.fleet-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  background: var(--white);
}
.proof-strip figure,
.fleet-showcase figure,
.visual-split figure,
.inline-photo {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.proof-strip img,
.fleet-showcase img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
figcaption {
  padding: 14px 16px;
  font-weight: 900;
}

.reputation,
.visual-split {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(12,17,24,.98), rgba(32,42,54,.96)),
    var(--ink);
}
.reputation::before,
.visual-split::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 58%, rgba(179,15,29,.2) 58% 66%, transparent 66%),
    linear-gradient(120deg, transparent 0 72%, rgba(214,154,45,.12) 72% 76%, transparent 76%);
  pointer-events: none;
}
.reputation > *,
.visual-split > * {
  position: relative;
}
.reputation p,
.visual-split p {
  color: rgba(255,255,255,.78);
}
.testimonial-shell {
  min-height: 320px;
  padding: 34px;
  color: var(--ink);
}
.testimonial { display: none; }
.testimonial.active { display: block; }
.testimonial p {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}
.slider-controls {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.slider-controls button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  padding: 9px 13px;
  cursor: pointer;
  font-weight: 900;
}

.visual-split img,
.inline-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.inline-photo { margin-bottom: 18px; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.gallery-grid img,
.photo-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}
.gallery-grid figure:hover img {
  transform: scale(1.045);
  filter: contrast(1.04) saturate(1.04);
}
.feature-photo {
  grid-column: span 2;
  grid-row: span 2;
}
.feature-photo img { aspect-ratio: 1 / 1; }
.photo-placeholder {
  display: grid;
  place-items: center;
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(135deg, var(--panel), var(--red));
}

.truck-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.fleet-group {
  margin-top: clamp(34px, 5vw, 62px);
}
.fleet-group + .fleet-group {
  padding-top: clamp(32px, 5vw, 58px);
  border-top: 1px solid var(--line);
}
.fleet-group-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
}
.fleet-group-heading .eyebrow {
  margin: 0;
}
.fleet-group-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}
.truck-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.truck-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--soft);
}
.truck-card div {
  display: grid;
  gap: 7px;
  padding: 18px 20px 20px;
}
.truck-card strong {
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
}
.truck-card span {
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.location-grid,
.agency-grid {
  display: grid;
  gap: 20px;
}
.location-grid {
  grid-template-columns: repeat(2, 1fr);
  padding-top: 0;
}
.agency-grid { grid-template-columns: repeat(3, 1fr); }
.notice {
  margin: 36px clamp(18px, 5vw, 76px) 0;
  padding: 24px 28px;
  background: #fff7ea;
}

.request-form {
  display: grid;
  gap: 16px;
  padding: 30px;
}
label {
  display: grid;
  gap: 7px;
  font-weight: 900;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd3dc;
  border-radius: var(--radius);
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: var(--white);
}
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(179,15,29,.14);
  border-color: var(--red);
}
textarea { resize: vertical; }
.location-result {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--muted);
}
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.impound-priority {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 22px;
  align-items: stretch;
}

.impound-callout,
.impound-rules,
.impound-location-card,
.agency-card,
.step-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.impound-callout {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(28px, 4vw, 44px);
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), #1c2631);
}

.impound-callout h2 {
  margin: 0;
  color: var(--white);
}

.impound-callout p {
  color: rgba(255,255,255,.82);
}

.impound-rules {
  padding: 30px;
}

.impound-rules h2 {
  margin-top: 0;
}

.impound-rules ul {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.impound-rules li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  font-weight: 900;
}

.impound-rules li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(179,15,29,.12);
}

.step-grid,
.impound-location-grid,
.agency-list {
  display: grid;
  gap: 18px;
}

.step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-grid article,
.agency-card {
  padding: 24px;
}

.step-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
}

.impound-location-grid,
.agency-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.impound-location-card {
  padding: 28px;
}

.impound-location-card > span,
.agency-hours span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.impound-location-card > span {
  color: var(--red);
}

.impound-location-card h3 {
  margin: 10px 0 12px;
}

.agency-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.agency-card h3,
.agency-card p {
  margin: 0;
}

.agency-card a {
  color: var(--red);
  font-weight: 950;
}

.agency-hours {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.agency-hours span {
  margin-bottom: 6px;
}

.agency-hours strong {
  color: var(--ink);
  line-height: 1.55;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7,10,16,.95), rgba(16,25,37,.92) 52%, rgba(7,10,16,.96)),
    url("service-warehouse-load-2.jpg") center 42% / cover no-repeat;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.15), transparent 28%),
    linear-gradient(90deg, rgba(179,15,29,.34), transparent 46%),
    linear-gradient(90deg, transparent 0 68%, rgba(214,154,45,.14) 68% 68.25%, transparent 68.25%);
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(220px, .9fr) minmax(160px, .65fr) minmax(190px, .8fr);
  gap: 34px;
  padding: 58px clamp(18px, 5vw, 76px) 38px;
}

.footer-brand-block {
  max-width: 470px;
}

.footer-logo {
  display: inline-flex;
  width: 230px;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(0,0,0,.25);
}

.footer-logo img {
  width: 100%;
  height: 66px;
  object-fit: contain;
}

.footer-brand-block p,
.footer-column p {
  margin: 16px 0 0;
  color: rgba(255,255,255,.72);
}

.footer-column h2 {
  margin: 4px 0 16px;
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.footer-column strong {
  color: var(--white);
}

.footer-column a {
  display: block;
  width: fit-content;
  margin: 0 0 10px;
  color: rgba(255,255,255,.78);
  font-weight: 900;
  transition: .2s ease;
}

.footer-column a:hover {
  color: var(--white);
  transform: translateX(3px);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.footer-call,
.footer-request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 950;
}

.footer-call {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(179,15,29,.34);
}

.footer-request {
  border: 1px solid rgba(255,255,255,.24);
  color: var(--white);
  background: rgba(255,255,255,.08);
}

.footer-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-services span {
  display: inline-flex;
  margin: 0 0 8px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.06);
  font-size: 13px;
  font-weight: 850;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 5vw, 76px);
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 800;
}

.site-footer p {
  margin: 5px 0;
}
.site-footer a {
  color: inherit;
}

@media (max-width: 1180px) {
  .site-nav { gap: 2px; }
  .site-nav a { padding: 9px 8px; }
  .card-grid.four,
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .service-category {
    grid-template-columns: 1fr;
  }
  .service-category:nth-of-type(even) .service-category-copy,
  .service-category:nth-of-type(even) .service-photo-grid {
    order: initial;
  }
}

@media (max-width: 1060px) {
  .menu-button { display: inline-flex; }
  .site-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a {
    padding: 12px;
    border-radius: 6px;
  }
  .nav-cta {
    margin: 6px 0 0;
    text-align: center;
  }
  .card-grid.three,
  .agency-grid,
  .proof-strip,
  .fleet-showcase,
  .truck-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fleet-summary { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .footer-main,
  .impound-priority,
  .step-grid,
  .impound-location-grid,
  .agency-list {
    grid-template-columns: 1fr;
  }

  .footer-brand-block {
    max-width: none;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 720px) {
  .brand { min-width: 0; }
  .brand-logo {
    width: 144px;
    height: 46px;
  }
  .hero {
    min-height: 720px;
    align-items: end;
  }
  .hero-content { padding-bottom: 82px; }
  h1 { font-size: 40px; }
  .page-hero { min-height: 430px; }
  .signal-strip {
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .signal-strip,
  .intro-grid,
  .split,
  .reputation,
  .request-layout,
  .location-grid,
  .fleet-summary,
  .feature-band,
  .equipment-list,
  .card-grid.four,
  .card-grid.three,
  .agency-grid,
  .gallery-grid,
  .proof-strip,
  .fleet-showcase,
  .truck-gallery-grid,
  .visual-split,
  .highlight-service {
    grid-template-columns: 1fr;
  }
  .feature-photo {
    grid-column: span 1;
    grid-row: span 1;
  }
  .feature-photo img { aspect-ratio: 4 / 3; }
  .service-index {
    position: static;
    top: 71px;
    flex-wrap: wrap;
    overflow: visible;
    padding: 11px 18px;
  }
  .service-index a {
    padding: 9px 12px;
    font-size: 12px;
  }
  .service-list,
  .service-photo-grid,
  .services-cta-band {
    grid-template-columns: 1fr;
  }
  .fleet-group-heading {
    display: grid;
    align-items: start;
    gap: 8px;
  }
  .service-photo-grid .primary,
  .police-grid .primary {
    grid-column: span 1;
    grid-row: span 1;
  }
  .service-photo-grid img,
  .service-photo-grid .primary img,
  .police-grid .primary img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .cta-actions {
    justify-content: stretch;
  }
  .cta-actions .button {
    width: 100%;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 42px;
  }
  .footer-brand-block {
    grid-column: auto;
  }
  .footer-logo {
    width: 206px;
  }
  .footer-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer-call,
  .footer-request {
    width: 100%;
  }
  .footer-bottom {
    display: grid;
  }
}
