:root {
  --burgundy: #7d142d;
  --burgundy-bright: #a11c3e;
  --burgundy-dark: #4e0a1b;
  --black: #151517;
  --black-soft: #222225;
  --silver: #c7c9cc;
  --silver-light: #eff0f1;
  --white: #ffffff;
  --off-white: #f7f7f5;
  --text: #202024;
  --muted: #66666c;
  --border: #dedee0;
  --shadow: 0 22px 60px rgba(20, 20, 22, 0.13);
  --heading: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  background: var(--off-white);
  color: var(--text);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.icon-sprite {
  height: 0;
  position: absolute;
  width: 0;
}

.container {
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 24px;
  width: 100%;
}

.section {
  padding-block: 110px;
}

.skip-link {
  background: var(--white);
  color: var(--black);
  left: 16px;
  padding: 10px 16px;
  position: fixed;
  top: -60px;
  z-index: 1000;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  background: rgba(21, 21, 23, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  height: 82px;
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  transition: box-shadow 0.3s ease, height 0.3s ease;
  z-index: 100;
}

.site-header.scrolled {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  height: 72px;
}

.header-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 12px;
}

.brand-logo {
  align-items: center;
  display: flex;
  height: 54px;
  justify-content: center;
  overflow: hidden;
  width: 96px;
}

.brand-logo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--heading);
  font-size: 23px;
  letter-spacing: 0.03em;
}

.brand-copy small {
  color: var(--silver);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-top: 5px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 31px;
}

.main-nav > a:not(.nav-call) {
  color: #e8e8e8;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  transition: color 0.2s ease;
}

.main-nav > a:not(.nav-call)::after {
  background: var(--burgundy-bright);
  bottom: -9px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
  width: 100%;
}

.main-nav > a:hover {
  color: var(--white);
}

.main-nav > a:hover::after {
  transform: scaleX(1);
}

.nav-call {
  align-items: center;
  background: var(--burgundy);
  display: flex;
  font-family: var(--heading);
  font-size: 18px;
  font-weight: 700;
  gap: 9px;
  letter-spacing: 0.03em;
  padding: 12px 18px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav-call:hover {
  background: var(--burgundy-bright);
  transform: translateY(-2px);
}

.nav-call svg {
  height: 17px;
  width: 17px;
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--white);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.menu-toggle svg {
  height: 23px;
  width: 23px;
}

.hero {
  background:
    linear-gradient(90deg, rgba(8, 8, 10, 0.97) 0%, rgba(10, 10, 12, 0.86) 40%, rgba(12, 9, 11, 0.38) 72%, rgba(12, 8, 10, 0.2) 100%),
    linear-gradient(0deg, rgba(9, 9, 11, 0.76) 0%, transparent 45%),
    url("assets/real-gallery/flatbed-suv-night.jpeg") 62% 48% / cover no-repeat;
  color: var(--white);
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background: linear-gradient(135deg, rgba(125, 20, 45, 0.24), transparent 65%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-grid {
  align-items: center;
  display: flex;
  min-height: 735px;
  padding-bottom: 72px;
  padding-top: 72px;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 760px;
}

.eyebrow,
.kicker {
  align-items: center;
  color: var(--burgundy-bright);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow span {
  background: var(--burgundy-bright);
  height: 2px;
  margin-right: 10px;
  width: 30px;
}

.hero h1 {
  font-family: var(--heading);
  font-size: clamp(62px, 7vw, 102px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.9;
  margin: 24px 0 27px;
  text-transform: uppercase;
}

.hero h1 em {
  color: var(--silver);
  font-style: normal;
}

.hero-lead {
  color: #dedee0;
  font-size: 17px;
  line-height: 1.75;
  max-width: 625px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 33px;
}

.button {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 11px;
  justify-content: center;
  letter-spacing: 0.05em;
  min-height: 57px;
  padding: 13px 22px;
  text-transform: uppercase;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
}

.button svg {
  height: 19px;
  width: 19px;
}

.button span {
  border-left: 1px solid rgba(255,255,255,.3);
  font-family: var(--heading);
  font-size: 17px;
  letter-spacing: 0.04em;
  margin-left: 3px;
  padding-left: 13px;
}

.button-primary {
  background: var(--burgundy);
}

.button-primary:hover {
  background: var(--burgundy-bright);
  transform: translateY(-3px);
}

.button-ghost {
  border: 1px solid rgba(255,255,255,.25);
}

.button-ghost:hover {
  border-color: var(--white);
  transform: translateY(-3px);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 42px;
}

.trust-row span {
  align-items: center;
  color: #a9a9ad;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 7px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.trust-row svg {
  color: var(--silver);
  height: 15px;
  width: 15px;
}

.hero-visual {
  position: relative;
}

.dispatch-card {
  background: #1c1c1f;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 38px 90px rgba(0,0,0,.4);
  transform: rotate(1.5deg);
}

.dispatch-top {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: var(--silver);
  display: flex;
  font-size: 10px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: .13em;
  padding: 15px 18px;
}

.dispatch-top small {
  color: #75757b;
  font-size: 9px;
  margin-left: auto;
}

.live-dot {
  background: #d92f52;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(217,47,82,.12);
  height: 7px;
  width: 7px;
}

.truck-scene {
  background:
    linear-gradient(180deg, transparent 66%, rgba(255,255,255,.025) 66%),
    radial-gradient(circle at 75% 25%, rgba(125,20,45,.28), transparent 38%);
  min-height: 340px;
  overflow: hidden;
  position: relative;
}

.road-lines {
  border-bottom: 1px solid rgba(255,255,255,.08);
  bottom: 46px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-truck {
  bottom: 22px;
  height: auto;
  left: 2%;
  position: absolute;
  stroke-linecap: square;
  stroke-linejoin: miter;
  width: 96%;
}

.truck-shadow {
  fill: rgba(0,0,0,.35);
  stroke: none;
}

.truck-bed,
.cab {
  fill: #aeb0b3;
  stroke: #e8e8e8;
  stroke-width: 3;
}

.bed-rail,
.cab-accent,
.bumper {
  fill: var(--burgundy);
  stroke: #c12e50;
  stroke-width: 3;
}

.window {
  fill: #25262a;
  stroke: #d8d9da;
  stroke-width: 3;
}

.window-line,
.grille,
.door-line,
.tow-hook {
  fill: none;
  stroke: #75777c;
  stroke-width: 3;
}

.light {
  fill: #f6d875;
  stroke: none;
}

.wheel-outer {
  fill: #111;
  stroke: #4a4a4d;
  stroke-width: 8;
}

.wheel-inner {
  fill: #9b9ca0;
  stroke: #dedfe0;
  stroke-width: 4;
}

.hero-truck text {
  fill: var(--burgundy);
  font-family: var(--heading);
  font-size: 28px;
  font-style: italic;
  font-weight: 800;
  stroke: none;
}

.dispatch-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.dispatch-bottom div {
  display: flex;
  flex-direction: column;
  padding: 14px 18px;
}

.dispatch-bottom div + div {
  border-left: 1px solid rgba(255,255,255,.1);
}

.dispatch-bottom strong {
  color: var(--white);
  font-family: var(--heading);
  font-size: 15px;
  letter-spacing: .07em;
}

.dispatch-bottom span {
  color: #77777c;
  font-size: 9px;
  text-transform: uppercase;
}

.route-badge {
  align-items: center;
  background: var(--white);
  bottom: -30px;
  box-shadow: 0 16px 35px rgba(0,0,0,.3);
  color: var(--black);
  display: flex;
  gap: 12px;
  left: -28px;
  padding: 15px 21px;
  position: absolute;
  transform: rotate(-2deg);
}

.route-badge svg {
  color: var(--burgundy);
  height: 25px;
  width: 25px;
}

.route-badge div {
  display: flex;
  flex-direction: column;
}

.route-badge small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.route-badge strong {
  font-family: var(--heading);
  font-size: 19px;
  line-height: 1.1;
}

.hero-stripe {
  background: var(--burgundy);
  bottom: 0;
  height: 8px;
  left: 0;
  position: absolute;
  width: 38%;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr .72fr;
  margin-bottom: 55px;
}

.section-heading h2,
.about-content h2,
.areas-copy h2,
.contact-copy h2 {
  font-family: var(--heading);
  font-size: clamp(45px, 5vw, 68px);
  letter-spacing: -0.02em;
  line-height: .95;
  margin-top: 13px;
  text-transform: uppercase;
}

.section-heading p {
  border-left: 2px solid var(--burgundy);
  color: var(--muted);
  font-size: 14px;
  padding-left: 22px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  min-height: 255px;
  padding: 33px 31px;
  position: relative;
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.service-card:nth-child(-n+3) {
  border-top: 1px solid var(--border);
}

.service-card:nth-child(3n+1) {
  border-left: 1px solid var(--border);
}

.service-card:hover {
  background: var(--black-soft);
  box-shadow: var(--shadow);
  color: var(--white);
  transform: translateY(-5px);
  z-index: 2;
}

.service-card-featured {
  background: var(--burgundy);
  color: var(--white);
}

.service-icon {
  align-items: center;
  background: var(--silver-light);
  color: var(--burgundy);
  display: flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 30px;
  transition: background .25s ease, color .25s ease;
  width: 48px;
}

.service-icon svg {
  height: 25px;
  width: 25px;
}

.service-card-featured .service-icon,
.service-card:hover .service-icon {
  background: rgba(255,255,255,.12);
  color: var(--white);
}

.service-number {
  color: #c6c6c9;
  font-family: var(--heading);
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  right: 25px;
  top: 25px;
}

.service-card-featured .service-number {
  color: rgba(255,255,255,.55);
}

.service-card h3 {
  font-family: var(--heading);
  font-size: 24px;
  line-height: 1.05;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.service-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.service-card-featured p,
.service-card:hover p {
  color: #c9c9cc;
}

.gallery {
  background: var(--black);
  color: var(--white);
}

.gallery .section-heading p {
  color: #aaaab0;
}

.gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.15fr .85fr .85fr;
  grid-template-rows: repeat(2, 245px);
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.gallery-item-main {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.gallery-item::after {
  background: linear-gradient(0deg, rgba(10, 10, 12, .92), transparent 58%);
  content: "";
  inset: 0;
  position: absolute;
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
  width: 100%;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-item figcaption {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 28px;
  position: absolute;
  z-index: 2;
}

.gallery-item figcaption strong {
  font-family: var(--heading);
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-item figcaption span {
  color: var(--silver);
  font-size: 10px;
  letter-spacing: .08em;
  margin-top: 7px;
  text-transform: uppercase;
}

.about {
  background: var(--white);
}

.about-grid {
  align-items: center;
  display: grid;
  gap: 90px;
  grid-template-columns: .9fr 1.1fr;
}

.about-frame {
  background: var(--black);
  box-shadow: var(--shadow);
  min-height: 480px;
  overflow: hidden;
  position: relative;
}

.about-frame > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.about-frame::before {
  background: linear-gradient(180deg, rgba(10,10,12,.18), rgba(10,10,12,.2) 50%, rgba(10,10,12,.8));
  border: 0;
  content: "";
  height: auto;
  inset: 0;
  position: absolute;
  width: auto;
  z-index: 1;
}

.about-frame::before,
.about-frame::after {
  pointer-events: none;
}

.about-frame::after {
  border-color: var(--burgundy);
  border-style: solid;
  border-width: 0 4px 4px 0;
  bottom: 22px;
  content: "";
  height: 55px;
  position: absolute;
  right: 22px;
  width: 55px;
  z-index: 2;
}

.frame-label {
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  left: 44px;
  letter-spacing: .18em;
  position: absolute;
  top: 44px;
  z-index: 2;
}

.experience-badge {
  background: var(--burgundy);
  bottom: 0;
  color: var(--white);
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 22px 30px;
  position: absolute;
  z-index: 3;
}

.experience-badge strong {
  font-family: var(--heading);
  font-size: 34px;
  line-height: 1;
}

.experience-badge span {
  color: #e2b7c1;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-lead {
  color: var(--text) !important;
  font-size: 17px !important;
  font-weight: 500;
  margin: 27px 0 17px !important;
}

.about-content > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  max-width: 610px;
}

.values-grid {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  padding-top: 29px;
}

.values-grid span {
  color: var(--burgundy);
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 800;
}

.values-grid h3 {
  font-family: var(--heading);
  font-size: 22px;
  line-height: 1;
  margin: 5px 0 8px;
  text-transform: uppercase;
}

.values-grid p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.reviews {
  background: var(--black-soft);
  color: var(--white);
}

.reviews-header {
  align-items: end;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 48px;
}

.reviews-header h2,
.map-copy h2 {
  font-family: var(--heading);
  font-size: clamp(45px, 5vw, 68px);
  letter-spacing: -.02em;
  line-height: .95;
  margin-top: 13px;
  text-transform: uppercase;
}

.google-review-mark {
  border-left: 2px solid var(--burgundy-bright);
  display: flex;
  flex-direction: column;
  min-width: 250px;
  padding-left: 20px;
}

.stars {
  color: #e6b54b;
  font-size: 17px;
  letter-spacing: .09em;
}

.google-review-mark strong {
  font-family: var(--heading);
  font-size: 22px;
  margin-top: 6px;
  text-transform: uppercase;
}

.google-review-mark small {
  color: #85858a;
  font-size: 9px;
}

.reviews-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: 1.5fr .75fr .75fr;
}

.review-card {
  background: #2b2b2f;
  min-height: 270px;
  padding: 34px;
  position: relative;
}

.review-card-featured {
  background: var(--burgundy-dark);
}

.review-source,
.review-label {
  color: #b98592;
  display: block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.review-card blockquote {
  color: var(--white);
  font-family: var(--heading);
  font-size: 25px;
  line-height: 1.25;
  margin: 22px 0 28px;
}

.review-author {
  align-items: center;
  display: flex;
  gap: 12px;
}

.review-avatar {
  align-items: center;
  background: #337321;
  border-radius: 50%;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  text-transform: uppercase;
  width: 40px;
}

.review-author > span:last-child {
  display: flex;
  flex-direction: column;
}

.review-author strong {
  font-size: 12px;
}

.review-author small {
  color: #c49ba5;
  font-size: 8px;
  margin-top: 2px;
}

.review-number {
  color: #66666c;
  font-family: var(--heading);
  font-size: 13px;
  position: absolute;
  right: 26px;
  top: 26px;
}

.review-card h3 {
  font-family: var(--heading);
  font-size: 27px;
  margin: 38px 0 12px;
  text-transform: uppercase;
}

.review-card p {
  color: #b6b6ba;
  font-size: 13px;
  line-height: 1.75;
}

.review-disclosure {
  color: #77777d;
  font-size: 9px;
  margin-top: 18px;
  text-align: center;
}

.areas {
  background:
    linear-gradient(100deg, rgba(79,7,24,.97), rgba(35,10,17,.98)),
    repeating-linear-gradient(45deg, transparent 0 20px, rgba(255,255,255,.03) 20px 21px);
  color: var(--white);
  position: relative;
}

.areas::before {
  color: rgba(255,255,255,.025);
  content: "559";
  font-family: var(--heading);
  font-size: 390px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: -25px;
  top: -70px;
}

.areas-inner {
  align-items: center;
  display: grid;
  gap: 85px;
  grid-template-columns: .85fr 1.15fr;
  position: relative;
  z-index: 2;
}

.kicker-light {
  color: #df8fa2;
}

.areas-copy p {
  color: #d1bfc4;
  font-size: 14px;
  margin: 25px 0;
  max-width: 470px;
}

.text-link {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.text-link svg {
  height: 17px;
  transition: transform .2s ease;
  width: 17px;
}

.text-link:hover svg {
  transform: translateX(5px);
}

.city-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.city {
  align-items: center;
  background: rgba(255,255,255,.07);
  display: flex;
  font-family: var(--heading);
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  min-height: 105px;
  text-transform: uppercase;
  transition: background .2s ease;
}

.city:hover {
  background: rgba(255,255,255,.13);
}

.city-main {
  background: var(--white);
  color: var(--black);
  flex-direction: column;
  gap: 2px;
  grid-row: span 2;
}

.city-main svg {
  color: var(--burgundy);
  height: 27px;
  margin-bottom: 5px;
  width: 27px;
}

.city-main strong {
  font-size: 27px;
}

.city-main span {
  color: var(--muted);
  font-family: var(--body);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
}

.city-wide {
  color: #dfb7c0;
  font-family: var(--body);
  font-size: 10px;
  grid-column: span 2;
  letter-spacing: .08em;
}

.map-section {
  background: var(--white);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 560px;
}

.map-panel {
  min-height: 560px;
}

.map-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(35px, 6vw, 90px);
}

.map-copy > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  margin: 24px 0 30px;
}

.business-facts {
  border-block: 1px solid var(--border);
  display: grid;
  margin-bottom: 30px;
  width: 100%;
}

.business-facts > div {
  align-items: center;
  display: flex;
  gap: 15px;
  padding: 16px 0;
}

.business-facts > div + div {
  border-top: 1px solid var(--border);
}

.business-facts svg {
  color: var(--burgundy);
  height: 22px;
  width: 22px;
}

.business-facts span {
  display: flex;
  flex-direction: column;
}

.business-facts small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.business-facts strong {
  font-family: var(--heading);
  font-size: 20px;
  text-transform: uppercase;
}

.button-dark {
  background: var(--black);
  color: var(--white);
}

.button-dark:hover {
  background: var(--burgundy);
}

.contact {
  background: var(--silver-light);
}

.contact-layout {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: .8fr 1.2fr;
}

.contact-copy h2 {
  font-size: clamp(43px, 5vw, 64px);
}

.contact-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0 28px;
  max-width: 570px;
}

.contact-phone {
  align-items: center;
  background: var(--black);
  color: var(--white);
  display: flex;
  gap: 15px;
  max-width: 285px;
  padding: 20px 24px;
  transition: background .2s ease, transform .2s ease;
}

.contact-phone:hover {
  background: var(--burgundy);
  transform: translateY(-3px);
}

.phone-icon {
  align-items: center;
  background: var(--burgundy);
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px;
}

.contact-phone:hover .phone-icon {
  background: rgba(255,255,255,.15);
}

.phone-icon svg {
  height: 22px;
  width: 22px;
}

.contact-phone > span:last-child {
  display: flex;
  flex-direction: column;
}

.contact-phone small {
  color: #a9a9ad;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.contact-phone strong {
  font-family: var(--heading);
  font-size: 25px;
  line-height: 1.2;
  white-space: nowrap;
}

.contact-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 25px;
}

.contact-trust span {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 7px;
  text-transform: uppercase;
}

.contact-trust svg {
  color: var(--burgundy);
  height: 16px;
  width: 16px;
}

.contact-form {
  background: var(--white);
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  padding: 42px;
}

.form-honeypot {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.form-heading {
  align-items: baseline;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 20px;
}

.form-heading span {
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 700;
}

.form-heading small,
.form-note {
  color: var(--muted);
  font-size: 9px;
}

.form-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.contact-form label {
  color: #55555a;
  display: grid;
  font-size: 9px;
  font-weight: 800;
  gap: 7px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 0;
  color: var(--text);
  font: 500 14px var(--body);
  min-height: 49px;
  padding: 12px 14px;
  width: 100%;
}

.contact-form textarea {
  min-height: 105px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--burgundy);
  outline: 2px solid rgba(125,20,45,.12);
}

.form-submit {
  align-items: center;
  background: var(--burgundy);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font: 800 12px var(--body);
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  text-transform: uppercase;
}

.form-submit:hover {
  background: var(--burgundy-bright);
}

.form-submit svg {
  height: 17px;
  width: 17px;
}

.site-footer {
  background: var(--black);
  color: var(--white);
  padding-block: 38px;
}

.footer-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footer-brand .brand-logo {
  height: 48px;
  width: 86px;
}

.footer-brand .brand-copy strong {
  font-size: 19px;
}

.footer-inner > p {
  color: #77777b;
  font-size: 10px;
}

.footer-location {
  color: #88888d;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-phone {
  align-items: center;
  display: flex;
  font-family: var(--heading);
  font-size: 19px;
  font-weight: 700;
  gap: 9px;
}

.footer-phone svg {
  color: var(--burgundy-bright);
  height: 17px;
  width: 17px;
}

.mobile-call-bar {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .main-nav {
    gap: 15px;
  }

  .main-nav > a:not(.nav-call) {
    font-size: 12px;
  }

  .hero h1 {
    font-size: clamp(58px, 8vw, 88px);
  }

  .contact-layout {
    gap: 50px;
    grid-template-columns: 1fr 1.25fr;
  }
}

@media (max-width: 860px) {
  .site-header,
  .site-header.scrolled {
    height: 70px;
  }

  .menu-toggle {
    display: flex;
  }

  .main-nav {
    align-items: stretch;
    background: var(--black);
    bottom: 0;
    flex-direction: column;
    gap: 0;
    padding: 90px 24px 30px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(105%);
    transition: transform .3s ease;
    width: min(340px, 88vw);
    z-index: -1;
  }

  .main-nav.open {
    box-shadow: -20px 0 50px rgba(0,0,0,.4);
    transform: translateX(0);
  }

  .main-nav > a:not(.nav-call) {
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-family: var(--heading);
    font-size: 25px;
    padding: 17px 3px;
    text-transform: uppercase;
  }

  .nav-call {
    justify-content: center;
    margin-top: 24px;
    padding: 16px;
  }

  .hero-grid {
    padding-bottom: 90px;
    padding-top: 75px;
  }

  .hero-content {
    max-width: 670px;
  }

  .section-heading,
  .about-grid,
  .areas-inner {
    gap: 45px;
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
  }

  .section-heading p {
    max-width: 620px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card:nth-child(n) {
    border-left: 0;
    border-top: 0;
  }

  .service-card:nth-child(-n+2) {
    border-top: 1px solid var(--border);
  }

  .service-card:nth-child(odd) {
    border-left: 1px solid var(--border);
  }

  .about-visual {
    margin-inline: auto;
    max-width: 600px;
    width: 100%;
  }

  .about-content {
    max-width: 680px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px repeat(2, 245px);
  }

  .gallery-item-main {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .reviews-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: 0;
  }

  .areas-copy {
    max-width: 600px;
  }

  .map-section {
    grid-template-columns: 1fr;
  }

  .map-panel {
    min-height: 420px;
  }

  .contact-layout {
    align-items: stretch;
    gap: 45px;
    grid-template-columns: 1fr;
  }

  .contact-copy {
    max-width: 660px;
  }
}

@media (max-width: 620px) {
  .container {
    padding-inline: 18px;
  }

  .section {
    padding-block: 78px;
  }

  .brand-copy {
    display: none;
  }

  .brand-logo {
    height: 48px;
    width: 85px;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(8, 8, 10, 0.91) 0%, rgba(9, 9, 11, 0.72) 68%, rgba(9, 9, 11, 0.48) 100%),
      linear-gradient(0deg, rgba(9, 9, 11, 0.8) 0%, transparent 50%),
      url("assets/real-gallery/flatbed-suv-night.jpeg") 56% center / cover no-repeat;
    min-height: 0;
  }

  .hero-grid {
    min-height: 720px;
    padding-bottom: 90px;
    padding-top: 68px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 68px);
    line-height: .92;
    margin-block: 20px 23px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button-primary span {
    display: none;
  }

  .trust-row {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-top: 31px;
  }

  .trust-row span:last-child {
    grid-column: 1 / -1;
  }

  .section-heading {
    gap: 25px;
    margin-bottom: 38px;
  }

  .section-heading h2,
  .about-content h2,
  .areas-copy h2,
  .reviews-header h2,
  .map-copy h2,
  .contact-copy h2 {
    font-size: 47px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card:nth-child(n) {
    border-left: 1px solid var(--border);
    min-height: 220px;
  }

  .service-card:first-child {
    border-top: 1px solid var(--border);
  }

  .about-grid {
    gap: 55px;
  }

  .about-frame {
    min-height: 360px;
  }

  .about-frame > img {
    object-position: 62% center;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 265px);
  }

  .gallery-item-main {
    grid-column: auto;
  }

  .values-grid {
    gap: 14px;
  }

  .city-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .city-main {
    grid-column: span 2;
    grid-row: auto;
  }

  .city-wide {
    grid-column: span 2;
  }

  .map-panel {
    min-height: 330px;
  }

  .map-copy {
    padding: 60px 20px;
  }

  .contact {
    padding-block: 60px;
  }

  .contact-phone {
    margin-top: 15px;
    padding: 17px;
    width: 100%;
  }

  .contact-phone strong {
    font-size: 22px;
  }

  .contact-form {
    padding: 28px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 25px;
  }

  .footer-brand .brand-copy {
    display: flex;
  }

  .site-footer {
    padding-bottom: 110px;
  }

  .mobile-call-bar {
    align-items: center;
    background: var(--burgundy);
    bottom: 0;
    box-shadow: 0 -10px 30px rgba(0,0,0,.25);
    color: var(--white);
    display: flex;
    gap: 13px;
    justify-content: center;
    left: 0;
    min-height: 72px;
    padding: 10px 18px;
    position: fixed;
    right: 0;
    z-index: 90;
  }

  .mobile-call-bar svg {
    height: 25px;
    width: 25px;
  }

  .mobile-call-bar span {
    display: flex;
    flex-direction: column;
  }

  .mobile-call-bar small {
    color: #e8b9c4;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
  }

  .mobile-call-bar strong {
    font-family: var(--heading);
    font-size: 24px;
    line-height: 1.1;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.success-page {
  align-items: center;
  background:
    linear-gradient(100deg, rgba(13,13,15,.95), rgba(65,8,22,.9)),
    url("assets/real-gallery/flatbed-suv-night.jpeg") center / cover;
  color: var(--white);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
}

.success-panel {
  background: rgba(21,21,23,.94);
  border-top: 6px solid var(--burgundy);
  box-shadow: var(--shadow);
  max-width: 620px;
  padding: 55px;
  text-align: center;
  width: 100%;
}

.success-panel > img {
  height: 92px;
  margin: 0 auto 28px;
  object-fit: cover;
  width: 164px;
}

.success-panel .kicker {
  justify-content: center;
}

.success-panel h1 {
  font-family: var(--heading);
  font-size: clamp(58px, 10vw, 88px);
  line-height: 1;
  margin: 13px 0 20px;
  text-transform: uppercase;
}

.success-panel p {
  color: #c3c3c7;
  margin: 0 auto 28px;
  max-width: 460px;
}

.success-return {
  color: var(--silver);
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-top: 22px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}
