:root {
  --bg: #f2f4ef;
  --surface: #ffffff;
  --ink: #1d2522;
  --muted: #5f6c65;
  --line: #d7ded7;
  --primary: #174c3c;
  --primary-dark: #0c2f26;
  --accent: #d8b24c;
  --accent-2: #b44835;
  --radius: 8px;
  --shadow: 0 18px 42px rgba(29, 37, 34, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}

a {
  color: inherit;
}

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(242, 244, 239, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.logo-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--primary);
  border-radius: 6px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--primary);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 10px 14px;
  font-weight: 700;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  overflow: hidden;
  background: var(--primary-dark);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 47, 38, 0.94) 0%, rgba(12, 47, 38, 0.76) 45%, rgba(12, 47, 38, 0.22) 100%),
    url("assets/hero-car-hauler.png")
      center right/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 12px;
  background: repeating-linear-gradient(
    90deg,
    var(--accent) 0 72px,
    transparent 72px 96px
  );
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 58px;
  align-items: center;
  min-height: 604px;
  padding: 86px 0 74px;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Archivo", Arial, sans-serif;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(3rem, 6.5vw, 6.1rem);
  line-height: 0.92;
  max-width: 9.6ch;
}

.lead {
  max-width: 72ch;
  margin: 0 0 30px;
  color: #edf4ee;
  font-size: 1.12rem;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary {
  color: #17211d;
  background: var(--accent);
}

.btn-primary:hover {
  background: #e2bf5f;
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.hero-notes {
  display: grid;
  gap: 0;
  align-self: end;
  max-width: 390px;
  margin-bottom: 34px;
  color: #f7fbf8;
}

.hero-notes span {
  padding: 22px 0 22px 24px;
  border-left: 3px solid rgba(216, 178, 76, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 800;
  font-size: 1.08rem;
}

.hero-notes span:last-child {
  border-bottom: 0;
}

.section {
  padding: 88px 0;
}

.section-heading {
  display: block;
  max-width: 840px;
  margin-bottom: 28px;
}

.section-heading.compact {
  max-width: 680px;
}

.section h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.service-card {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.service-card:last-child {
  border-right: 0;
}

.service-card span {
  color: var(--accent-2);
  font-weight: 800;
}

.service-card h3 {
  margin: 64px 0 12px;
  font-size: 1.35rem;
}

.service-card p,
.route-grid p,
.process-rail p {
  color: var(--muted);
}

.route-band {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(23, 76, 60, 0.98), rgba(12, 47, 38, 0.94)),
    url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?auto=format&fit=crop&w=1600&q=80")
      center/cover no-repeat;
}

.route-band .eyebrow,
.footer .eyebrow {
  color: var(--accent);
}

.route-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 42px;
  align-items: center;
}

.route-grid h2,
.footer h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1;
}

.route-grid p {
  margin: 0;
  color: #dbe8df;
}

.coverage-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.coverage-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.coverage-list strong {
  color: #fff;
}

.coverage-list span {
  color: #dbe8df;
}

.process-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.process-rail article {
  position: relative;
  padding: 26px;
  background: transparent;
  border: 1px solid var(--line);
  border-top: 5px solid var(--primary);
}

.process-rail span {
  color: var(--accent-2);
  font-weight: 800;
}

.process-rail h3 {
  margin: 36px 0 10px;
}

.process-rail p {
  margin: 0;
}

.legal-hero {
  padding: 74px 0 56px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(23, 76, 60, 0.98), rgba(12, 47, 38, 0.96)),
    url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?auto=format&fit=crop&w=1400&q=80")
      center/cover no-repeat;
}

.legal-hero h1 {
  max-width: 12ch;
  margin: 0 0 12px;
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: 0.98;
}

.legal-hero .lead {
  margin: 0;
}

.legal-content {
  max-width: 900px;
  margin-top: 64px;
  margin-bottom: 72px;
  padding: 54px 64px;
  background:
    linear-gradient(90deg, rgba(216, 178, 76, 0.16), transparent 28%),
    var(--surface);
  border: 1px solid var(--line);
  border-left: 6px solid var(--accent);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.legal-content h2 {
  margin: 42px 0 12px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  font-size: 1.45rem;
  line-height: 1.2;
}

.legal-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-content h3 {
  margin: 24px 0 8px;
  font-size: 1.08rem;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-content p {
  margin-top: 0;
}

.footer {
  padding: 78px 0 28px;
  color: #f7fbf8;
  background: #17211d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 44px;
  align-items: start;
}

.footer-lead,
.footer p {
  color: #d5ded8;
}

.footer-lead a {
  color: #fff;
  font-weight: 800;
}

.authority-line {
  margin-top: 26px;
  color: var(--accent);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  background: #f7f8f5;
  border-radius: var(--radius);
}

.contact-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #c8d1ca;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
}

.contact-form input::placeholder {
  color: #7a867f;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #425048;
  font-size: 0.9rem;
  line-height: 1.45;
}

.consent-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin-top: 3px;
  accent-color: var(--primary);
  flex-shrink: 0;
}

.consent-row a {
  color: #174c3c;
  font-weight: 800;
}

.form-message {
  margin-top: 4px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.footer-links a {
  color: #d5ded8;
}

.copyright {
  margin: 22px 0 0;
  text-align: center;
  color: #9daaa2;
  font-size: 0.9rem;
}

button[type="submit"]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@media (max-width: 920px) {
  .hero-grid,
  .route-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: start;
  }

  .hero-notes {
    align-self: start;
    max-width: 560px;
    margin: 6px 0 0;
  }

  .service-grid,
  .process-rail {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .service-card h3 {
    margin-top: 34px;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    right: 4%;
    top: 66px;
    z-index: 60;
    flex-direction: column;
    align-items: stretch;
    width: min(240px, 90vw);
    padding: 12px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .logo {
    font-size: 0.92rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(12, 47, 38, 0.96), rgba(12, 47, 38, 0.74)),
      url("assets/hero-car-hauler.png")
        center/cover no-repeat;
  }

  .hero-grid {
    min-height: auto;
    padding: 72px 0 64px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 16vw, 4.6rem);
  }

  .hero-notes {
    grid-template-columns: 1fr;
    margin-top: 24px;
    max-width: none;
  }

  .section {
    padding: 68px 0;
  }

  .legal-content {
    width: min(92%, 900px);
    margin-top: 38px;
    margin-bottom: 48px;
    padding: 34px 22px;
    border-left-width: 4px;
  }

  .legal-content h2 {
    padding-top: 26px;
    font-size: 1.24rem;
  }

  .coverage-list div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}
