:root {
  --ink: #17243b;
  --navy: #17243b;
  --navy-soft: #243652;
  --steel: #3d536d;
  --line: #dbe1e6;
  --mist: #eef3ef;
  --paper: #f7f8f5;
  --white: #ffffff;
  --brand-green: #82b43d;
  --brand-green-dark: #5f8f2f;
  --brand-gray: #76797d;
  --muted: #5f6d79;
  --shadow: 0 20px 54px rgba(23, 36, 59, 0.14);
  --radius: 8px;
  --radius-sm: 6px;
  --content: 1520px;
  --content-width: min(var(--content), calc(100vw - 2rem));
  --page-gutter: calc((100vw - var(--content-width)) / 2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header,
.section,
.page-hero,
.hero,
.site-footer {
  width: 100%;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5rem;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(23, 36, 59, 0.06);
}

.site-header-inner {
  position: relative;
  display: flex;
  width: var(--content-width);
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto;
}

.site-header-right {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0.15rem 0;
}

.brand-logo {
  width: auto;
  height: 3.9rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.7rem 1rem;
  color: var(--ink);
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--white);
  background: var(--brand-green);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.2rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  min-height: 2.2rem;
  padding: 0 0.7rem;
  color: var(--muted);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lang-switch a[aria-current="true"] {
  color: var(--white);
  background: var(--ink);
}

.hero-base-note {
  display: inline-flex;
  align-items: center;
  margin: 0.35rem 0 1.15rem;
  padding: 0.45rem 0.85rem;
  color: var(--white);
  background: rgba(130, 180, 61, 0.18);
  border: 1px solid rgba(130, 180, 61, 0.34);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.nav-toggle {
  display: none;
  min-height: 2.6rem;
  padding: 0.65rem 0.9rem;
  color: var(--ink);
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 23rem);
  grid-template-areas:
    "media media"
    "content panel";
  gap: 1.5rem 2rem;
  align-items: start;
  min-height: auto;
  padding-top: 7.35rem;
  padding-bottom: 4rem;
  color: var(--white);
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(130, 180, 61, 0.12), transparent 24rem),
    linear-gradient(135deg, var(--navy), var(--navy-soft));
}

.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(23, 36, 59, 0.65) 0%, rgba(23, 36, 59, 0.32) 100%),
    linear-gradient(0deg, rgba(23, 36, 59, 0.24), transparent 58%);
}

.hero-content,
.hero-panel,
.section,
.page-hero {
  position: relative;
  z-index: 1;
}

.hero-media-slot {
  grid-area: media;
  position: relative;
  aspect-ratio: 8 / 3;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 20px 48px rgba(9, 15, 25, 0.22);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  overflow: hidden;
}

.hero-media-slot::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 48%),
    linear-gradient(180deg, transparent 62%, rgba(8, 14, 24, 0.26) 100%),
    linear-gradient(90deg, rgba(23, 36, 59, 0.12), transparent 24%, transparent 76%, rgba(23, 36, 59, 0.1));
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: var(--navy);
}

.transport-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  background:
    radial-gradient(circle at 78% 22%, rgba(130, 180, 61, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(47, 67, 100, 0.7), rgba(15, 24, 38, 0.28) 58%, rgba(12, 19, 30, 0.85));
}

.transport-visual__glow {
  position: absolute;
  inset: -10% -8% 38% 42%;
  background: radial-gradient(circle, rgba(130, 180, 61, 0.28), transparent 62%);
  filter: blur(16px);
  animation: transportGlow 11s ease-in-out infinite;
}

.transport-visual__route {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(130, 180, 61, 0.45), rgba(255, 255, 255, 0.28), transparent);
  opacity: 0.8;
}

.transport-visual__route::after {
  position: absolute;
  top: 50%;
  right: 18%;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  background: var(--brand-green);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(130, 180, 61, 0.35);
  transform: translateY(-50%);
  animation: transportPulse 2.8s ease-out infinite;
}

.transport-visual__route--1 {
  top: 25%;
  left: -4%;
  width: 48%;
  transform: rotate(-8deg);
}

.transport-visual__route--2 {
  top: 34%;
  right: -8%;
  width: 40%;
  transform: rotate(9deg);
}

.transport-visual__rig {
  position: absolute;
  bottom: 5.2rem;
  left: -22%;
  width: 14.5rem;
  height: 3.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem 0.7rem 0.85rem 0.85rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06)),
    linear-gradient(90deg, rgba(130, 180, 61, 0.18), rgba(61, 83, 109, 0.86));
  box-shadow: 0 14px 24px rgba(8, 12, 20, 0.24);
  animation: transportDrive 14s linear infinite;
}

.transport-visual__rig::before {
  position: absolute;
  right: -2.4rem;
  bottom: 0.45rem;
  width: 2.6rem;
  height: 2rem;
  content: "";
  border-radius: 0.4rem 0.7rem 0.6rem 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(36, 54, 82, 0.96), rgba(130, 180, 61, 0.18));
}

.transport-visual__rig::after {
  position: absolute;
  inset: auto auto -0.55rem 1.1rem;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  border-radius: 50%;
  background: rgba(8, 12, 20, 0.95);
  box-shadow:
    7rem 0 0 rgba(8, 12, 20, 0.95),
    13rem 0 0 rgba(8, 12, 20, 0.95),
    15.4rem -0.05rem 0 rgba(8, 12, 20, 0.95);
}

.transport-visual__rig--lead {
  animation-delay: -1s;
}

.transport-visual__rig--trail {
  bottom: 8rem;
  width: 10.8rem;
  height: 2.6rem;
  opacity: 0.56;
  filter: blur(0.2px);
  animation-duration: 18s;
  animation-delay: -8s;
}

.transport-visual__rig--trail::before {
  right: -1.8rem;
  width: 2rem;
  height: 1.5rem;
}

.transport-visual__rig--trail::after {
  inset: auto auto -0.45rem 0.9rem;
  width: 0.85rem;
  height: 0.85rem;
  box-shadow:
    5.4rem 0 0 rgba(8, 12, 20, 0.92),
    9.5rem 0 0 rgba(8, 12, 20, 0.92),
    11.6rem 0 0 rgba(8, 12, 20, 0.92);
}

.transport-visual__road {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background:
    linear-gradient(180deg, rgba(9, 14, 23, 0) 0%, rgba(7, 11, 18, 0.18) 18%, rgba(7, 11, 18, 0.78) 100%);
}

.transport-visual__road::before {
  position: absolute;
  inset: 16% 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.transport-visual__lane {
  position: absolute;
  bottom: -18%;
  width: 0.4rem;
  height: 28%;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.92), transparent);
  filter: blur(0.2px);
  opacity: 0.88;
  animation: laneSlide 3.8s linear infinite;
}

.transport-visual__lane--1 {
  left: 40%;
}

.transport-visual__lane--2 {
  left: 50%;
  animation-delay: -1.25s;
}

.transport-visual__lane--3 {
  left: 60%;
  animation-delay: -2.35s;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--brand-green);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: wrap;
  overflow-wrap: normal;
  word-break: normal;
}

h1 {
  max-width: 100%;
  font-size: 3.6rem;
}

h2 {
  font-size: 2.35rem;
}

h3 {
  font-size: 1.16rem;
  line-height: 1.16;
}

p {
  margin: 0;
  text-wrap: pretty;
  overflow-wrap: normal;
  word-break: normal;
}

h1 + p,
h2 + p,
h3 + p {
  margin-top: 0.9rem;
}

.section-copy h2 + p,
.page-hero h1 + p,
.hero-content-home h1 + .hero-text {
  margin-top: 1.05rem;
}

.card h2 + p,
.card h3 + p,
.step h3 + p {
  margin-top: 0.7rem;
}

.hero-text,
.page-hero p,
.section-copy p,
.card p,
.step p,
.company-card p,
.info-list span,
.contact-card p,
.contact-note span,
.form-status {
  color: var(--muted);
  font-size: 1rem;
}

.hero-text,
.hero-panel p,
.page-hero p,
.section-dark p,
.section-dark .card p,
.section-dark .step p,
.section-dark .info-list span {
  color: rgba(255, 255, 255, 0.8);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 900;
  line-height: 1.1;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-green), var(--brand-green-dark));
  box-shadow: 0 14px 36px rgba(95, 143, 47, 0.22);
}

.button.ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.text-link {
  display: inline-flex;
  margin-top: 1.35rem;
  color: var(--steel);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(61, 83, 109, 0.35);
  text-underline-offset: 0.3rem;
}

.hero-panel,
.company-card,
.contact-card,
.contact-form,
.card,
.step,
.timeline article,
.info-list article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-panel {
  grid-area: panel;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 48px rgba(10, 18, 31, 0.28);
  backdrop-filter: blur(14px);
}

.hero-panel span {
  color: var(--brand-green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin: 0.65rem 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.16;
  text-wrap: wrap;
}

.hero-content {
  grid-area: content;
}

.hero-content-home {
  max-width: 48rem;
  padding-top: 0.4rem;
}

.hero-content-home h1 {
  max-width: 100%;
  font-size: 2.9rem;
}

.hero-content-home .hero-text {
  max-width: 38rem;
}

.hero-panel-note {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-contact-panel {
  max-width: 23rem;
}

.hero-contact-panel a {
  color: var(--white);
}

.mini-facts {
  display: grid;
  gap: 0.6rem;
  margin: 1.15rem 0 0;
}

.mini-facts div {
  display: grid;
  gap: 0.2rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.mini-facts dt,
.mini-facts dd {
  margin: 0;
}

.mini-facts dt {
  color: rgba(255, 255, 255, 0.66);
}

.mini-facts dd {
  font-weight: 800;
}

.section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.section-light {
  background: var(--paper);
}

.section-dark {
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  color: var(--white);
}

.section-heading {
  max-width: 100%;
  margin-bottom: 1.7rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: -1.5rem 0 0;
  padding-top: 0;
}

.stats article {
  padding: 1.65rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(23, 36, 59, 0.08);
}

.stats strong {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  font-size: 2.45rem;
  line-height: 1;
}

.stats span {
  display: block;
  margin-top: 0.4rem;
  color: var(--muted);
  font-weight: 700;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3rem;
  align-items: center;
}

.service-grid,
.value-grid,
.metric-grid,
.fleet-catalog,
.process-steps,
.info-list {
  display: grid;
  gap: 1rem;
}

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

.service-grid.three,
.value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.2rem;
}

.fleet-catalog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fleet-catalog-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.company-card,
.contact-card,
.contact-form,
.step,
.timeline article,
.info-list article {
  padding: 1.5rem;
}

.section-dark .card,
.section-dark .step,
.section-dark .info-list article,
.section-dark .company-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.card span,
.step span {
  display: inline-grid;
  place-items: center;
  min-width: 2rem;
  min-height: 2rem;
  color: var(--white);
  background: var(--brand-green);
  border-radius: var(--radius-sm);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
}

.card h2,
.card h3,
.step h3,
.company-card h2,
.contact-card h2 {
  margin: 0.8rem 0 0.65rem;
}

.company-card h2,
.contact-card h2,
.card h2 {
  font-size: 1.75rem;
}

.section-copy h2,
.section-heading h2,
.band h2 {
  font-size: 2.2rem;
}

.section-copy p + p,
.page-hero p + p,
.company-card p + p,
.card p + p {
  margin-top: 0.9rem;
}

.service-card {
  display: flex;
  min-height: 22rem;
  flex-direction: column;
}

.service-card ul,
.check-list {
  display: grid;
  gap: 0.55rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.service-card li,
.check-list li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--muted);
  font-weight: 700;
}

.service-card li::before,
.check-list li::before {
  position: absolute;
  top: 0.68rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  content: "";
  background: var(--brand-green);
  border-radius: 50%;
}

.section-dark .service-card li,
.section-dark .check-list li {
  color: rgba(255, 255, 255, 0.8);
}

.process-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-steps.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-list {
  grid-template-columns: 1fr;
}

.info-list article {
  display: grid;
  gap: 0.35rem;
}

.info-list strong {
  color: var(--brand-green);
  font-weight: 900;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline article {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  align-items: start;
}

.timeline span {
  color: var(--steel);
  font-weight: 900;
}

.company-facts {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0 0;
}

.company-facts div {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.company-facts dt,
.company-facts dd {
  margin: 0;
}

.company-facts dt {
  color: var(--steel);
  font-weight: 900;
}

.company-facts dd {
  font-weight: 700;
}

.company-facts-dark div {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.company-facts-dark dt,
.company-facts-dark dd {
  color: var(--white);
}

.metric-card {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  background: var(--mist);
  border: 1px solid rgba(23, 36, 59, 0.08);
  border-radius: var(--radius-sm);
}

.metric-card strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.08;
}

.metric-card span {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.section-dark .metric-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.section-dark .metric-card span,
.section-dark .metric-card strong {
  color: var(--white);
}

.fleet-brief h2 {
  max-width: 100%;
}

.fleet-catalog .card h3 {
  margin-top: 0;
  font-size: 1.1rem;
}

.band {
  max-width: var(--content);
  margin: 4rem auto;
  padding: 3rem;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.42)),
    linear-gradient(135deg, var(--brand-green), var(--brand-green-dark));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.band p {
  margin-bottom: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.band h2 {
  max-width: 100%;
}

.band .button {
  margin-top: 1.5rem;
  background: var(--ink);
  color: var(--white);
}

.page {
  min-height: 100svh;
  padding-top: 5.25rem;
}

.page-hero {
  padding-top: 6.2rem;
  padding-bottom: 3.6rem;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(130, 180, 61, 0.14), transparent 22rem),
    linear-gradient(135deg, rgba(23, 36, 59, 0.98), rgba(36, 54, 82, 0.94));
}

.page-hero h1 {
  max-width: 100%;
  font-size: 2.95rem;
}

.page-hero p {
  max-width: 44rem;
  margin-top: 0.95rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
  align-items: start;
}

.contact-lines {
  display: grid;
  gap: 0.8rem;
}

.contact-lines p {
  display: grid;
  gap: 0.12rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.contact-lines strong {
  color: var(--steel);
  font-weight: 900;
}

.contact-lines a {
  color: var(--ink);
  font-weight: 800;
}

.contact-note {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.2rem;
  padding: 1rem;
  background: var(--mist);
  border-radius: var(--radius);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

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

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--ink);
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.95rem 1rem;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--steel);
  box-shadow: 0 0 0 3px rgba(61, 83, 109, 0.13);
}

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

.form-status {
  min-height: 1.5rem;
  font-weight: 800;
  color: var(--green-dark);
}

.form-status.is-error {
  color: #9f2d2d;
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.mail-result {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: var(--navy);
}

.mail-result-card {
  width: min(100%, 580px);
  padding: clamp(2rem, 5vw, 3.5rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.mail-result-card h1 {
  margin: 0 0 0.9rem;
  color: var(--ink);
}

.mail-result-card p:not(.eyebrow) {
  margin: 0 0 1.4rem;
  color: var(--steel);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.76);
  background: var(--navy);
}

.site-footer a {
  color: var(--brand-green);
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.75s ease forwards;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.18s;
}

.delay-3 {
  animation-delay: 0.26s;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes transportGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.78;
  }

  50% {
    transform: translate3d(-2%, 3%, 0) scale(1.08);
    opacity: 1;
  }
}

@keyframes transportPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(130, 180, 61, 0.3);
  }

  70% {
    box-shadow: 0 0 0 0.65rem rgba(130, 180, 61, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(130, 180, 61, 0);
  }
}

@keyframes transportDrive {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(150%, 0, 0);
  }
}

@keyframes laneSlide {
  0% {
    transform: translate3d(0, -95%, 0) scaleY(0.65);
    opacity: 0;
  }

  20% {
    opacity: 0.95;
  }

  100% {
    transform: translate3d(0, 125%, 0) scaleY(1.2);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

  .button {
    transition: none;
  }

  .transport-visual__glow,
  .transport-visual__route::after,
  .transport-visual__rig,
  .transport-visual__lane {
    animation: none;
  }
}

@media (max-width: 1100px) {
  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .page-hero h1 {
    font-size: 2.75rem;
  }

  .hero,
  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-areas:
      "media"
      "content"
      "panel";
    padding-top: 7rem;
  }

  .hero-panel {
    max-width: 34rem;
  }

  .hero-media-slot {
    min-height: 13.5rem;
  }

  .hero-content-home h1 {
    font-size: 2.6rem;
  }

  .service-grid.three,
  .value-grid,
  .fleet-catalog,
  .fleet-catalog-wide,
  .process-steps,
  .process-steps.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .site-header-right {
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    inset: calc(100% + 0.5rem) 1rem auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(23, 36, 59, 0.08);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    justify-content: center;
  }

  .site-header {
    min-height: 5rem;
  }

  .brand-logo {
    height: 3.3rem;
  }

  .hero {
    min-height: auto;
    padding-top: 6.7rem;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  h1 {
    font-size: 2.85rem;
  }

  h2 {
    font-size: 1.95rem;
  }

  .page-hero h1 {
    font-size: 2.4rem;
  }

  .hero-media-slot {
    min-height: 11.5rem;
  }

  .hero-content-home {
    max-width: none;
  }

  .hero-content-home h1 {
    font-size: 2.35rem;
    max-width: 100%;
  }

  .stats,
  .service-grid,
  .service-grid.three,
  .value-grid,
  .metric-grid,
  .fleet-catalog,
  .fleet-catalog-wide,
  .process-steps,
  .process-steps.compact,
  .form-row {
    grid-template-columns: 1fr;
  }

  .stats {
    margin-top: 0;
  }

  .band {
    margin: 2rem 1rem;
    padding: 2rem;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.02rem;
  }

  .page-hero {
    padding-top: 5.6rem;
    padding-bottom: 3rem;
  }

  .page-hero h1 {
    font-size: 2.05rem;
  }

  .hero-media-slot {
    min-height: 9rem;
  }

  .hero-content-home h1 {
    font-size: 2rem;
    max-width: 100%;
  }

  .hero-content-home .hero-text {
    max-width: 100%;
  }

  .brand-logo {
    height: 2.9rem;
  }

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

  .timeline article,
  .mini-facts div {
    grid-template-columns: 1fr;
  }
}
