* {
  box-sizing: border-box;
}

:root {
  --red: #e50914;
  --redDark: #8d0308;
  --gold: #ffc247;
  --black: #050505;
  --panel: #111;
  --soft: #f4f4f4;
  --muted: #cfcfcf;
  --line: rgba(255,255,255,.12);
  --max: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

img {
  display: block;
  max-width: 100%;
}

.topbar {
  background: linear-gradient(90deg, #790006, #c9000d, #790006);
  text-align: center;
  padding: 8px 16px 9px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.topbar small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: .045em;
  color: #ffe8e8;
  text-transform: none;
  font-weight: 850;
}


.header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 92px;
  background: rgba(5,5,5,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 58px;
  padding: 0 22px;
}

.brand img {
  width: 225px;
  filter: drop-shadow(0 0 16px rgba(229,9,20,.25));
}

nav {
  display: flex;
  gap: 26px;
  font-size: 15px;
  font-weight: 900;
}

nav a:hover {
  color: var(--gold);
}

.call,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border-radius: 14px;
}

.call {
  padding: 13px 21px;
  border-radius: 999px;
  background: linear-gradient(#f40b17, #8b0308);
  box-shadow: 0 16px 34px rgba(229,9,20,.32);
}

.hero {
  position: relative;
  min-height: 735px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.82) 36%, rgba(0,0,0,.22) 72%, rgba(0,0,0,.05) 100%),
    url("assets/hero-truck.webp") center right / cover no-repeat;
  background-attachment: fixed;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 45%, rgba(229,9,20,.22), transparent 30%),
    repeating-linear-gradient(120deg, rgba(255,255,255,.025) 0 1px, transparent 1px 18px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 200px;
  background: linear-gradient(transparent, var(--black));
}

.heroContent {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: auto;
  padding: 125px 22px 120px;
}

.kicker {
  display: inline-block;
  color: var(--gold);
  background: rgba(0,0,0,.62);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1 {
  max-width: 650px;
  font-size: clamp(54px, 6.6vw, 92px);
  line-height: .94;
  letter-spacing: -.06em;
  margin: 22px 0;
  text-shadow: 0 14px 45px rgba(0,0,0,.65);
}

h1 span {
  color: var(--red);
  text-shadow: 0 0 28px rgba(229,9,20,.45);
}

.lead {
  max-width: 610px;
  margin: 0 0 30px;
  font-size: 21px;
  color: #f0f0f0;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.btn {
  min-height: 56px;
  padding: 15px 23px;
}

.red {
  background: linear-gradient(#f40b17, #8b0308);
  box-shadow: 0 18px 36px rgba(229,9,20,.32);
}

.gold {
  background: linear-gradient(#ffd56b, #f3ad22);
  color: #120d08;
}

.quickLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quickLinks a {
  min-width: 160px;
  padding: 14px 17px;
  border-radius: 14px;
  background: rgba(255,255,255,.10);
  border: 1px solid var(--line);
  font-weight: 900;
}

.uhaulHeroCard {
  margin-top: 18px;
  max-width: 640px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(5,5,5,.68);
  border: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 48px rgba(0,0,0,.28);
}

.uhaulHeroCard img {
  width: 72px;
  border-radius: 10px;
}

.uhaulHeroCard strong {
  display: block;
  font-size: 17px;
  line-height: 1.1;
}

.uhaulHeroCard span {
  display: block;
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 3px;
}

.uhaulHeroCard a {
  background: linear-gradient(#ff9b21, #f26a00);
  color: #111;
  border-radius: 999px;
  padding: 11px 15px;
  font-weight: 950;
  white-space: nowrap;
}


.serviceCards {
  max-width: var(--max);
  margin: -54px auto 0;
  padding: 0 22px 80px;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.serviceCards article {
  background: linear-gradient(180deg, rgba(34,34,34,.96), rgba(12,12,12,.96));
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: 22px;
  padding: 25px;
  box-shadow: 0 22px 55px rgba(0,0,0,.28);
}

.serviceCards small {
  color: var(--gold);
  font-weight: 900;
}

.serviceCards h3 {
  margin: 12px 0 8px;
  font-size: 23px;
  line-height: 1.08;
}

.serviceCards p,
.copyPanel p,
.fleet p,
.area p,
.cta p,
.family p,
footer p {
  color: var(--muted);
}

.split,
.fleet,
.area {
  max-width: var(--max);
  margin: auto;
  padding: 82px 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.photoPanel img {
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 28px 70px rgba(0,0,0,.42);
}

h2 {
  font-size: clamp(36px, 4.8vw, 62px);
  line-height: .98;
  letter-spacing: -.05em;
  margin: 16px 0;
}

.copyPanel p,
.fleet p,
.area p {
  font-size: 19px;
}

.checkGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 28px 0;
}

.checkGrid span {
  padding: 13px 15px;
  border-radius: 13px;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--line);
  font-weight: 800;
}

.checkGrid span::before {
  content: "✓ ";
  color: var(--gold);
}

.fleet {
  max-width: none;
  padding-left: max(22px, calc((100vw - var(--max)) / 2 + 22px));
  padding-right: max(22px, calc((100vw - var(--max)) / 2 + 22px));
  background: #f4f4f4;
  color: #111;
}

.fleet p {
  color: #444;
}

.fleet img {
  filter: drop-shadow(0 24px 42px rgba(0,0,0,.25));
}

.area {
  background:
    radial-gradient(circle at 85% 40%, rgba(229,9,20,.18), transparent 34%),
    #0a0a0a;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tags span {
  background: rgba(255,255,255,.09);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
}

.mapCard {
  min-height: 360px;
  position: relative;
  border-radius: 28px;
  background: linear-gradient(45deg, #dce8e3, #f2f6f4);
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0,0,0,.32);
}

.radius {
  position: absolute;
  width: 285px;
  height: 285px;
  border: 4px solid rgba(229,9,20,.68);
  background: rgba(229,9,20,.08);
  border-radius: 50%;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.pin {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: #111;
  padding: 11px 16px;
  border-radius: 999px;
  box-shadow: 0 15px 30px rgba(0,0,0,.22);
  font-weight: 900;
}


.mapEmbed {
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0,0,0,.32);
  border: 1px solid rgba(255,255,255,.12);
}

.mapEmbed iframe {
  display: block;
  width: 100%;
  height: 420px;
}

.family {
  padding: 62px 22px;
  text-align: center;
  background: #090909;
}

.family img {
  width: 290px;
  margin: 10px auto;
}

.cta {
  text-align: center;
  padding: 92px 22px 105px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.58)),
    url("assets/truck-side.webp") center / cover no-repeat;
}

.cta p {
  max-width: 740px;
  margin: 0 auto 26px;
  font-size: 20px;
}

.big {
  font-size: 20px;
  padding: 18px 30px;
}

footer {
  text-align: center;
  padding: 40px 22px 85px;
  background: #050505;
}

footer img {
  width: 250px;
  margin: 0 auto 12px;
}

.mobileCall {
  display: none;
}

@media (max-width: 930px) {

  .hero {
    background-attachment: scroll;
  }


  .uhaulInner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .uhaulLeft {
    justify-content: center;
  }

  .uhaulButton {
    justify-self: center;
  }
  .header {
    justify-content: space-between;
    height: 78px;
  }

  nav {
    display: none;
  }

  .call {
    display: none;
  }

  .hero {
    background-position: 62% center;
  }

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

  .split,
  .fleet,
  .area {
    grid-template-columns: 1fr;
  }

  .mobileCall {
    display: block;
    position: fixed;
    z-index: 99;
    left: 12px;
    right: 12px;
    bottom: 12px;
    text-align: center;
    padding: 15px;
    border-radius: 14px;
    background: linear-gradient(#f40b17, #8b0308);
    font-weight: 900;
    box-shadow: 0 18px 35px rgba(0,0,0,.42);
  }
}

@media (max-width: 560px) {
  .topbar {
    font-size: 12px;
  }

  .topbar small {
    font-size: 11px;
    line-height: 1.25;
  }

  .brand img {
    width: 185px;
  }

  .heroContent {
    padding-top: 72px;
  }

  .actions .btn {
    width: 100%;
  }

  .serviceCards,
  .checkGrid {
    grid-template-columns: 1fr;
  }

  .quickLinks a {
    width: 100%;
  }

  .uhaulHeroCard {
    grid-template-columns: 58px 1fr;
    align-items: center;
  }

  .uhaulHeroCard img {
    width: 58px;
  }

  .uhaulHeroCard a {
    grid-column: 1 / -1;
    text-align: center;
  }
}
