:root {
  --navy: #062c55;
  --navy-dark: #031a33;
  --blue: #0b447e;
  --gold: #ffc400;
  --gold-dark: #dca900;
  --ink: #15212d;
  --muted: #5b6875;
  --line: #d9e0e6;
  --paper: #f6f8fa;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(3, 26, 51, 0.14);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

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

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: var(--gold);
  color: var(--navy-dark);
  transform: translateY(-120%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: .6rem max(4vw, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(6, 44, 85, .12);
  backdrop-filter: blur(12px);
}

.brand {
  width: 190px;
  height: 66px;
  overflow: hidden;
}

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

nav {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  color: var(--navy);
  font-size: .94rem;
  font-weight: 750;
}

nav a { text-decoration: none; }
nav a:hover { color: var(--blue); }

.nav-call {
  padding: .8rem 1.1rem;
  background: var(--navy);
  color: var(--white);
  border-radius: 5px;
}

.nav-call:hover { background: var(--blue); color: var(--white); }

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  min-height: 690px;
  padding: 6rem max(4vw, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 26, 51, .97) 0%, rgba(6, 44, 85, .97) 54%, rgba(9, 59, 108, .92) 100%);
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -45%;
  z-index: -1;
  width: 650px;
  aspect-ratio: 1;
  border: 90px solid rgba(255, 196, 0, .09);
  border-radius: 50%;
}

.hero-copy { max-width: 720px; }

.eyebrow {
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero .eyebrow,
.eyebrow-light { color: var(--gold); }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: .015em;
}

h1 {
  max-width: 830px;
  margin-bottom: 1.6rem;
  font-size: clamp(3.6rem, 7vw, 6.8rem);
  text-transform: uppercase;
}

h1 span { color: var(--gold); }

h2 {
  margin-bottom: 1.2rem;
  color: var(--navy);
  font-size: clamp(2.5rem, 4.6vw, 4.5rem);
  text-transform: uppercase;
}

h3 {
  margin-bottom: .75rem;
  color: var(--navy);
  font-size: 1.7rem;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 2rem;
  color: #dce8f3;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-bottom: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .85rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 5px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-primary { background: var(--gold); color: var(--navy-dark); }
.button-primary:hover { background: #ffd53d; }
.button-secondary { border-color: rgba(255,255,255,.55); color: var(--white); }
.button-secondary:hover { border-color: var(--white); background: rgba(255,255,255,.08); }

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.25rem;
  color: #c9d8e6;
  font-size: .9rem;
  font-weight: 700;
}

.trust-row span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: .5rem;
  background: var(--gold);
  border-radius: 50%;
  vertical-align: .1em;
}

.hero-mark {
  transform: rotate(-3deg);
  filter: drop-shadow(0 28px 50px rgba(0,0,0,.22));
}

.hero-mark img {
  width: min(620px, 100%);
  border-radius: 12px;
  mix-blend-mode: screen;
}

.service-section {
  padding: 7.5rem max(4vw, calc((100vw - var(--max)) / 2));
}

.section-heading {
  display: grid;
  grid-template-columns: .55fr 1.25fr .75fr;
  align-items: end;
  gap: 2rem;
  margin-bottom: 3rem;
}

.section-heading h2,
.section-heading p { margin-bottom: 0; }
.section-heading > p:last-child { color: var(--muted); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 260px;
  padding: 2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.service-card p { color: var(--muted); }
.service-number { display: block; margin-bottom: 2.1rem; color: var(--gold-dark); font-weight: 900; }
.featured-card { background: var(--navy); }
.featured-card h3 { color: var(--gold); }
.featured-card p { color: #dce8f3; }

.mobile-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  align-items: stretch;
  background: var(--paper);
}

.truck-frame {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.truck-frame img {
  width: 112%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: left 12%;
}

.truck-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 35%, rgba(3,26,51,.14) 52%, rgba(3,26,51,.97) 78%);
}

.truck-frame > p {
  position: absolute;
  left: clamp(1.5rem, 4vw, 4rem);
  bottom: 1.5rem;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: .03em;
  text-transform: uppercase;
}

.mobile-copy {
  align-self: center;
  max-width: 600px;
  padding: clamp(3rem, 7vw, 7rem);
}

.mobile-copy > p:not(.eyebrow) { color: var(--muted); }

.text-link {
  color: var(--navy);
  font-weight: 850;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.manager-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  padding: 7rem max(4vw, calc((100vw - var(--max)) / 2));
  background: var(--navy-dark);
  color: var(--white);
}

.manager-section h2 { color: var(--white); }
.manager-copy > p { color: #c9d8e6; }

.manager-copy ul {
  display: grid;
  gap: .75rem;
  margin: 1.8rem 0 2.2rem;
  padding: 0;
  list-style: none;
}

.manager-copy li { position: relative; padding-left: 1.6rem; }
.manager-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.button-gold { background: var(--gold); color: var(--navy-dark); }
.button-gold:hover { background: #ffd53d; }

.contact-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 7rem 2rem;
  text-align: center;
}

.contact-section > p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }

.phone-link {
  display: inline-block;
  margin-top: .8rem;
  color: var(--navy);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  line-height: 1;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 5px;
  text-underline-offset: 10px;
}

footer {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2rem max(4vw, calc((100vw - var(--max)) / 2));
  background: var(--paper);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .9rem;
}

footer img { width: 180px; }
footer p { margin-bottom: .25rem; }
footer a { color: var(--navy); font-weight: 750; }
.legal { text-align: right; }

@media (max-width: 900px) {
  nav > a:not(.nav-call) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .hero-mark { display: none; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .mobile-section { grid-template-columns: 1fr; }
  .truck-frame { min-height: 390px; }
  .manager-section { grid-template-columns: 1fr; }
  footer { grid-template-columns: 140px 1fr; }
  footer img { width: 140px; }
  .legal { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 600px) {
  .site-header { min-height: 74px; }
  .brand { width: 128px; height: 54px; }
  .nav-call { padding: .7rem .78rem; font-size: .84rem; }
  .hero { padding-top: 3.8rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .service-section { padding-top: 5rem; padding-bottom: 5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .truck-frame { min-height: 320px; }
  .mobile-copy { padding: 4rem 1.5rem; }
  .manager-section { padding-top: 5rem; padding-bottom: 5rem; }
  .contact-section { padding: 5rem 1.25rem; }
  footer { grid-template-columns: 1fr; gap: 1rem; }
  footer img { width: 150px; }
}

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