:root {
  color-scheme: light;
  --ink: #101828;
  --muted: #596579;
  --line: #d8dee8;
  --soft: #f4f7fa;
  --brand: #c64617;
  --brand-dark: #92320f;
  --navy: #13263a;
  --green: #08735c;
  --white: #ffffff;
  --content: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(216, 222, 232, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 220px;
}

.brand img {
  width: 260px;
  max-height: 48px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--brand);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  width: 20px;
  height: 2px;
  background: var(--ink);
  content: "";
}

.nav-toggle span {
  margin-block: 4px;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(720px, calc(100svh - 76px));
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background-color: #56606b;
  background-image:
    linear-gradient(90deg, rgba(9, 20, 33, 0.94) 0%, rgba(9, 20, 33, 0.78) 42%, rgba(9, 20, 33, 0.18) 72%, rgba(9, 20, 33, 0.08) 100%),
    url("hero-vehicle-transport.webp");
  background-position: center;
  background-size: cover;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--brand), #f1a05e 55%, transparent);
  content: "";
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 660px;
  padding-block: 86px 100px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #ffd1b8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 3px;
  background: #f27a3a;
  content: "";
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.16;
  letter-spacing: 0;
}

h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 6vw, 5.4rem);
  font-weight: 800;
}

.hero-lead {
  max-width: 610px;
  margin: 0;
  color: #e4e9ef;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--brand);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--brand-dark);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
  background: rgba(16, 24, 40, 0.38);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--white);
  background: rgba(16, 24, 40, 0.58);
}

.status-band {
  border-bottom: 1px solid var(--line);
  background: #f7fafc;
}

.status-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding-block: 18px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.status-pill::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #16a77d;
  box-shadow: 0 0 0 4px #d9f5eb;
  content: "";
}

.status-copy {
  color: var(--muted);
  font-size: 14px;
}

.status-note {
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.section {
  padding-block: 84px;
}

.section-soft {
  border-block: 1px solid var(--line);
  background: var(--soft);
}

.section-dark {
  color: var(--white);
  background: var(--navy);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 46px;
}

.section-heading h2,
.content-page h1 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.section-dark .section-heading p {
  color: #bfcbd7;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.process-step {
  position: relative;
  min-height: 220px;
  padding: 30px 26px 28px;
  border-right: 1px solid var(--line);
}

.process-step:last-child {
  border-right: 0;
}

.process-number {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 6px;
  color: var(--white);
  background: var(--brand);
  font-size: 15px;
  font-weight: 800;
}

.process-step h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.audience {
  padding: clamp(28px, 5vw, 56px);
  background: var(--white);
}

.audience + .audience {
  border-left: 1px solid var(--line);
  background: #fbfcfe;
}

.audience h3 {
  margin-bottom: 15px;
  font-size: 27px;
}

.audience > p {
  margin: 0;
  color: var(--muted);
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}

.check {
  color: var(--green);
  font-size: 18px;
  font-weight: 900;
}

.operations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 70px;
  align-items: start;
}

.operations-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.operations-copy > p {
  color: #c4ced8;
  font-size: 17px;
}

.operations-list {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.operations-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding-block: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.operations-icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  color: #ffc4a3;
  font-weight: 800;
}

.operations-item h3 {
  margin-bottom: 5px;
  font-size: 17px;
}

.operations-item p {
  margin: 0;
  color: #adbbc8;
  font-size: 14px;
}

.protocol-panel {
  border-left: 4px solid var(--brand);
  padding: 28px 0 28px 30px;
}

.protocol-label {
  color: #ffc4a3;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.protocol-panel h3 {
  margin: 12px 0 16px;
  font-size: 28px;
}

.protocol-panel p {
  margin: 0;
  color: #c4ced8;
}

.communication-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: start;
}

.communication-grid h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.communication-grid p {
  color: var(--muted);
}

.channel-table {
  border-top: 1px solid var(--line);
}

.channel-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  padding-block: 19px;
  border-bottom: 1px solid var(--line);
}

.channel-row strong {
  color: var(--navy);
}

.channel-row span {
  color: var(--muted);
}

.trust-note {
  margin-top: 26px;
  padding: 18px 20px;
  border-left: 4px solid var(--green);
  color: #345248;
  background: #ebf8f3;
}

.legal-band {
  padding-block: 40px;
  border-block: 1px solid #ebd7ca;
  background: #fff7f1;
}

.legal-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}

.legal-marker {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--brand-dark);
  background: #ffe3d2;
  font-weight: 900;
}

.legal-inner h2 {
  margin-bottom: 5px;
  font-size: 20px;
}

.legal-inner p {
  margin: 0;
  color: #71472f;
  font-size: 14px;
}

.text-link {
  color: var(--brand-dark);
  font-weight: 750;
  text-underline-offset: 4px;
}

.contact-band {
  padding-block: 72px;
  color: var(--white);
  background: var(--brand);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.contact-inner h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.contact-inner p {
  max-width: 720px;
  margin: 0;
  color: #ffe7da;
}

.contact-inner .button {
  color: var(--ink);
  background: var(--white);
}

.site-footer {
  padding-block: 44px 32px;
  color: #c1cad4;
  background: #0d1927;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 54px;
}

.footer-brand img {
  width: 250px;
  padding: 8px 10px;
  border-radius: 4px;
  background: var(--white);
}

.footer-brand p {
  max-width: 460px;
  margin: 18px 0 0;
  font-size: 14px;
}

.footer-column h2 {
  margin-bottom: 15px;
  color: var(--white);
  font-size: 14px;
}

.footer-column a,
.footer-column span {
  display: block;
  margin-block: 8px;
  color: #c1cad4;
  font-size: 14px;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 13px;
}

.content-hero {
  padding-block: 74px 54px;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.content-hero .eyebrow {
  color: var(--brand-dark);
}

.content-hero h1 {
  max-width: 880px;
  margin-bottom: 0;
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  overflow-wrap: anywhere;
}

.content-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.content-page {
  padding-block: 62px 86px;
}

.content-narrow {
  max-width: 880px;
}

.content-page section {
  padding-block: 28px;
  border-bottom: 1px solid var(--line);
}

.content-page section:first-child {
  padding-top: 0;
}

.content-page h2 {
  margin-bottom: 12px;
  font-size: 21px;
}

.content-page p,
.content-page li {
  color: var(--muted);
}

.content-page address {
  font-style: normal;
}

.review-notice {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #efc59f;
  border-radius: 8px;
  color: #6d3f26;
  background: #fff5ec;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.contact-detail {
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.contact-detail:last-child {
  border-right: 0;
}

.contact-detail strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
}

.contact-detail span,
.contact-detail a {
  color: var(--muted);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .site-nav {
    position: fixed;
    inset: 77px 0 auto;
    display: none;
    padding: 22px 20px 28px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 16px 30px rgba(16, 24, 40, 0.12);
  }

  .site-nav.is-open {
    display: grid;
  }

  .hero {
    min-height: 670px;
    background-image:
      linear-gradient(90deg, rgba(9, 20, 33, 0.95), rgba(9, 20, 33, 0.68)),
      url("hero-vehicle-transport.webp");
    background-position: 58% center;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-step:nth-child(2) {
    border-right: 0;
  }

  .process-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading,
  .operations-grid,
  .communication-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--content));
  }

  .header-inner {
    min-height: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 210px;
  }

  .site-nav {
    inset: 69px 0 auto;
  }

  .hero {
    min-height: 690px;
    align-items: end;
    background-position: 68% center;
  }

  .hero-content {
    padding-block: 86px 72px;
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 4.2rem);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .status-inner,
  .legal-inner,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .section {
    padding-block: 60px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .process-grid,
  .audience-grid,
  .footer-grid,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .process-step,
  .process-step:nth-child(2),
  .process-step:last-child,
  .audience + .audience,
  .contact-detail,
  .contact-detail:last-child {
    border-right: 0;
  }

  .process-step,
  .audience + .audience,
  .contact-detail {
    border-bottom: 1px solid var(--line);
  }

  .process-step:last-child,
  .contact-detail:last-child {
    border-bottom: 0;
  }

  .channel-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
