.about-page {
  overflow-x: clip;
  background:
    radial-gradient(circle at 86% 5%, rgba(200, 255, 26, 0.04), transparent 23%),
    #030504;
}

.about-page .container {
  width: min(calc(100% - 48px), var(--container));
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p {
  text-wrap: pretty;
}

.about-page h2 span,
.about-page h1 span,
.about-fact > strong,
.about-who-copy strong {
  color: var(--lime);
}

.about-page main svg,
.about-page .site-footer svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-page .about-brand img {
  width: 164px;
  height: auto;
  max-height: 66px;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.65));
}

.about-page .main-nav a::after {
  bottom: 14px;
}

.about-section {
  position: relative;
  padding-block: 86px;
  isolation: isolate;
  background-image:
    linear-gradient(rgba(200, 255, 26, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 255, 26, 0.018) 1px, transparent 1px);
  background-size: 48px 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.about-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at 50% 35%, rgba(200, 255, 26, 0.025), transparent 42%);
  pointer-events: none;
}

.about-section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 430px);
  align-items: end;
  margin-bottom: 30px;
  gap: 40px;
}

.about-section-heading-centered {
  display: flex;
  max-width: 820px;
  margin: 0 auto 34px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-section-heading h2,
.about-who-copy h2,
.about-philosophy-copy h2,
.about-launch-copy h2,
.about-final-panel h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 2.7vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.about-section-heading > p {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.about-page .eyebrow {
  margin-bottom: 14px;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.about-page .eyebrow > span {
  width: 18px;
}

/* Hero */
.about-hero {
  position: relative;
  min-height: clamp(620px, 43vw, 760px);
  overflow: hidden;
  isolation: isolate;
  background: #020302;
}

.about-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 120px;
  content: "";
  background: linear-gradient(180deg, transparent, #030504 96%);
  pointer-events: none;
}

.about-hero-media,
.about-hero-media img,
.about-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero-media {
  z-index: 0;
}

.about-hero-media img {
  max-width: none;
  object-fit: cover;
  object-position: center 51%;
  filter: saturate(0.97) contrast(1.03);
}

.about-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 3, 2, 0.98) 0%, rgba(2, 3, 2, 0.94) 26%, rgba(2, 3, 2, 0.58) 45%, rgba(2, 3, 2, 0.03) 66%),
    linear-gradient(180deg, rgba(2, 3, 2, 0.13), transparent 58%, rgba(2, 3, 2, 0.68));
}

.about-hero-inner {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: clamp(620px, 43vw, 760px);
  align-items: center;
  padding-top: var(--header-height);
}

.about-hero-copy {
  width: min(40%, 650px);
  padding: 44px 0 54px;
}

.about-breadcrumb {
  display: flex;
  margin-bottom: 23px;
  align-items: center;
  gap: 8px;
  color: var(--muted-2);
  font-family: "Space Grotesk", sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-breadcrumb a {
  color: var(--lime);
}

.about-hero h1 {
  max-width: 640px;
  margin-bottom: 22px;
  font-size: clamp(48px, 4.15vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.about-hero-copy > p:not(.eyebrow, .about-breadcrumb) {
  max-width: 585px;
  margin-bottom: 26px;
  color: rgba(245, 247, 242, 0.76);
  font-size: 12px;
  line-height: 1.72;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-hero-actions .button {
  min-height: 50px;
  padding-inline: 24px;
  border-radius: 8px;
  font-size: 9px;
}

.about-hero-actions svg,
.about-final-panel .button svg {
  width: 15px;
  height: 15px;
}

.about-trailer-logo {
  position: absolute;
  top: 43%;
  right: 7.5%;
  z-index: 3;
  width: clamp(150px, 16vw, 300px);
  height: auto;
  opacity: 0.91;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.72));
  transform: skewY(0.5deg) rotate(-0.6deg);
  transform-origin: center;
  pointer-events: none;
}

/* Who we are */
.about-who {
  padding-top: 76px;
}

.about-who-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(46px, 4.4vw, 82px);
}

.about-office {
  position: relative;
  padding: 8px;
  overflow: hidden;
  border-radius: 16px;
}

.about-office picture,
.about-office picture img {
  width: 100%;
  border-radius: 11px;
}

.about-office picture {
  display: block;
  overflow: hidden;
}

.about-office picture img {
  height: auto;
}

.about-office-logo {
  position: absolute;
  top: 12.2%;
  left: 11.7%;
  width: 39%;
  height: auto;
  opacity: 0.95;
  filter: drop-shadow(0 0 18px rgba(200, 255, 26, 0.1));
}

.about-who-copy {
  max-width: 630px;
}

.about-who-copy h2 {
  margin-bottom: 24px;
}

.about-who-copy > p:not(.eyebrow) {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.67;
}

.about-who-copy > p:last-child {
  margin-bottom: 0;
}

/* Company facts */
.about-facts {
  padding-block: 70px 82px;
}

.about-facts .container {
  max-width: 1600px;
}

.about-facts-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.about-facts-grid:focus-visible,
.about-trust-grid:focus-visible {
  outline: 1px solid rgba(200, 255, 26, 0.72);
  outline-offset: 8px;
}

.about-fact {
  position: relative;
  min-height: 312px;
  padding: 21px 18px 66px;
  overflow: hidden;
  aspect-ratio: 0.72;
  background:
    radial-gradient(circle at 50% 112%, rgba(200, 255, 26, 0.045), transparent 43%),
    linear-gradient(155deg, rgba(12, 17, 15, 0.98), rgba(4, 7, 7, 0.97));
  border-color: rgba(170, 190, 174, 0.18);
  border-radius: 8px;
  transition: transform 220ms var(--ease), border-color 220ms ease, box-shadow 220ms ease;
}

.about-fact::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(200, 255, 26, 0.16), transparent 30%) top left / 58% 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 42%) top left / 1px 100% no-repeat;
  pointer-events: none;
}

.about-fact > :not(.fact-art) {
  position: relative;
  z-index: 2;
}

.about-fact:hover {
  border-color: rgba(200, 255, 26, 0.3);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.43), 0 0 26px rgba(200, 255, 26, 0.06);
  transform: translateY(-4px);
}

.about-fact > svg:not(.fact-art) {
  width: 31px;
  height: 31px;
  margin-bottom: 15px;
  color: var(--lime);
  stroke-width: 2.05;
  filter: drop-shadow(0 0 9px rgba(200, 255, 26, 0.34));
}

.about-fact h3 {
  margin-bottom: 7px;
  color: rgba(245, 247, 242, 0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.about-fact > strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.about-fact p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.58;
}

.about-fact ul {
  display: grid;
  padding: 0;
  margin: 9px 0 0;
  gap: 5px;
  list-style: none;
}

.about-fact li {
  position: relative;
  padding-left: 13px;
  color: rgba(245, 247, 242, 0.72);
  font-size: 10px;
  line-height: 1.35;
}

.about-fact li::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(200, 255, 26, 0.48);
}

.fact-art {
  position: absolute;
  right: 5px;
  bottom: 4px;
  z-index: 1;
  width: 68%;
  height: 76px;
  color: var(--lime);
  opacity: 0.15;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 7px rgba(200, 255, 26, 0.18));
  pointer-events: none;
}

.fact-art-city { width: 64%; height: 86px; }
.fact-art-fleet { width: 82%; }
.fact-art-team { width: 67%; height: 82px; }
.fact-art-growth { width: 66%; height: 92px; }

.about-fact:hover .fact-art {
  opacity: 0.28;
}

/* Philosophy and connected hub */
.about-philosophy {
  padding-block: 70px;
}

.about-philosophy-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.42fr) minmax(0, 0.58fr);
  min-height: 470px;
  align-items: center;
  gap: clamp(48px, 5vw, 92px);
}

.about-philosophy-copy {
  max-width: 590px;
}

.about-philosophy-copy h2 {
  margin-bottom: 22px;
}

.about-philosophy-copy > p:not(.eyebrow) {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.68;
}

.about-hub {
  position: relative;
  width: 100%;
  max-width: 970px;
  min-height: 0;
  margin-left: auto;
  overflow: hidden;
  aspect-ratio: 547 / 253;
  isolation: isolate;
  background: radial-gradient(ellipse at 50% 58%, rgba(8, 27, 30, 0.76), rgba(2, 7, 8, 0.96) 67%, rgba(1, 3, 3, 0.18));
}

.about-hub::before {
  position: absolute;
  inset: 3% 1%;
  z-index: -2;
  content: "";
  background:
    linear-gradient(rgba(200, 255, 26, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 255, 26, 0.028) 1px, transparent 1px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse 88% 72% at 50% 54%, #000 26%, rgba(0, 0, 0, 0.84) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse 88% 72% at 50% 54%, #000 26%, rgba(0, 0, 0, 0.84) 74%, transparent 100%);
}

.about-hub::after {
  position: absolute;
  inset: 11% 5% 5%;
  z-index: -1;
  content: "";
  background:
    radial-gradient(ellipse at 50% 55%, rgba(200, 255, 26, 0.085), rgba(200, 255, 26, 0.018) 34%, transparent 68%),
    radial-gradient(ellipse at 50% 58%, rgba(0, 17, 24, 0.72), transparent 74%);
  border-radius: 50%;
  filter: blur(2px);
}

.about-hub-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: var(--lime);
  overflow: visible;
}

.about-hub-grid-plane {
  fill: url(#about-hub-grid);
  stroke: none;
  opacity: 0.16;
}

.about-hub-field {
  fill: url(#about-hub-field);
  stroke: none;
}

.about-hub-orbits ellipse,
.about-hub-orbits path {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.65;
  opacity: 0.28;
  vector-effect: non-scaling-stroke;
}

.about-hub-orbits ellipse:nth-child(1),
.about-hub-orbits ellipse:nth-child(4),
.about-hub-orbits ellipse:nth-child(6) {
  opacity: 0.47;
  filter: drop-shadow(0 0 4px rgba(200, 255, 26, 0.3));
}

.about-hub-connectors path {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.9;
  opacity: 0.5;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 5px rgba(200, 255, 26, 0.4));
}

.about-hub-points circle {
  fill: var(--lime);
  stroke: none;
  opacity: 0.88;
}

.about-hub-core,
.about-hub-node {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(200, 255, 26, 0.065), transparent 56%),
    linear-gradient(145deg, rgba(13, 18, 15, 0.99), rgba(2, 5, 5, 0.99));
  border: 1px solid rgba(200, 255, 26, 0.58);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.58),
    0 0 18px rgba(200, 255, 26, 0.15),
    inset 0 1px rgba(255, 255, 255, 0.07),
    inset 0 0 18px rgba(200, 255, 26, 0.035);
}

.about-hub-core {
  top: 60.8%;
  left: 50%;
  z-index: 4;
  width: min(44%, 360px);
  height: auto;
  padding: 1.8% 3.4%;
  aspect-ratio: 2.45 / 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.about-hub-core::before,
.about-hub-core::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(200, 255, 26, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.about-hub-core::before { inset: -7px -11px; }
.about-hub-core::after { inset: -14px -23px; opacity: 0.48; }

.about-hub-core img {
  position: relative;
  z-index: 2;
  width: 79%;
  height: auto;
  filter: drop-shadow(0 7px 8px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 8px rgba(200, 255, 26, 0.11));
}

.about-hub-node {
  width: clamp(50px, 12%, 92px);
  height: auto;
  aspect-ratio: 1 / 1;
  flex-direction: column;
  gap: 7px;
  border-radius: 50%;
}

.about-hub-node::before {
  position: absolute;
  inset: 5px;
  content: "";
  border: 1px solid rgba(200, 255, 26, 0.12);
  border-radius: 50%;
}

.about-hub-node::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 4px;
  height: 4px;
  content: "";
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(200, 255, 26, 0.9);
  transform: translateX(-50%);
}

.about-hub-node svg {
  position: relative;
  z-index: 2;
  width: 25px;
  height: 25px;
  color: var(--lime);
  stroke-width: 2;
  filter: drop-shadow(0 0 7px rgba(200, 255, 26, 0.42));
}

.about-hub-node strong {
  position: relative;
  z-index: 2;
  max-width: 76px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 8px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.hub-dispatch { top: 0; left: 50%; transform: translateX(-50%); }
.hub-safety { top: 18%; right: 5%; }
.hub-accounting { right: 13%; bottom: 4.2%; }
.hub-fleet { bottom: 4.2%; left: 13%; }
.hub-claims { top: 18%; left: 5%; }

/* Growth timeline */
.about-growth {
  padding-block: 68px 84px;
}

.about-growth-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 0;
  margin: 54px 0 0;
  gap: 18px;
  list-style: none;
}

.about-growth-track::before,
.about-growth-track::after {
  position: absolute;
  top: 39px;
  right: 7.5%;
  left: 7.5%;
  height: 1px;
  content: "";
}

.about-growth-track::before {
  background: rgba(200, 255, 26, 0.2);
}

.about-growth-track::after {
  right: auto;
  width: 0;
  background: var(--lime);
  box-shadow: 0 0 14px rgba(200, 255, 26, 0.55);
  transition: width 1.5s var(--ease);
}

.about-growth-track.is-active::after {
  width: 85%;
}

.about-growth-track li {
  position: relative;
  z-index: 2;
  text-align: center;
}

.about-growth-track li > div {
  position: relative;
  display: flex;
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  background: #070a07;
  border: 1px solid rgba(200, 255, 26, 0.38);
  border-radius: 50%;
  box-shadow: 0 0 0 7px #030504, 0 0 24px rgba(200, 255, 26, 0.09), inset 0 1px rgba(255, 255, 255, 0.06);
}

.about-growth-track li > div > span {
  position: absolute;
  top: -5px;
  left: -20px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--white);
  background: #050705;
  border: 1px solid rgba(200, 255, 26, 0.5);
  border-radius: 50%;
  font-size: 8px;
}

.about-growth-track svg {
  width: 29px;
  height: 29px;
}

.about-growth-track h3 {
  min-height: 34px;
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 1.28;
  text-transform: uppercase;
}

.about-growth-track p {
  max-width: 190px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}

/* Trust strip */
.about-trust {
  padding-block: 66px 74px;
}

.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(7, 10, 7, 0.73);
  border: 1px solid rgba(200, 255, 26, 0.14);
  border-radius: 13px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35), inset 0 1px rgba(255, 255, 255, 0.035);
}

.about-trust-grid article {
  position: relative;
  display: flex;
  min-height: 150px;
  padding: 20px 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  transition: background-color 180ms ease, transform 180ms ease;
}

.about-trust-grid article + article::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.065);
}

.about-trust-grid article:hover {
  z-index: 2;
  background: rgba(200, 255, 26, 0.035);
  transform: translateY(-3px);
}

.about-trust-grid svg {
  width: 27px;
  height: 27px;
  color: var(--lime);
}

.about-trust-grid strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.35;
}

/* Testimonials */
.about-testimonials {
  padding-block: 78px 88px;
}

.about-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-testimonial {
  position: relative;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  border-radius: 15px;
}

.about-testimonial::after {
  position: absolute;
  right: -25px;
  bottom: -85px;
  width: 230px;
  height: 230px;
  content: "“";
  color: rgba(200, 255, 26, 0.045);
  font-family: Georgia, serif;
  font-size: 240px;
  line-height: 1;
}

.about-client-heading {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 15px;
}

.about-client-mark {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  color: #050505;
  background: var(--lime);
  border-radius: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.05em;
  box-shadow: 0 0 26px rgba(200, 255, 26, 0.12);
}

.mark-auto-active {
  color: var(--lime);
  background: #0b0e0b;
  border: 1px solid rgba(200, 255, 26, 0.28);
  font-size: 16px;
}

.about-client-heading strong,
.about-client-heading span {
  display: block;
}

.about-client-heading strong {
  margin-bottom: 3px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
}

.about-client-heading span {
  color: var(--muted-2);
  font-size: 10px;
  text-transform: uppercase;
}

.about-client-meta {
  display: flex;
  padding-bottom: 18px;
  margin-bottom: 22px;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}

.about-client-meta span {
  padding: 5px 8px;
  color: rgba(245, 247, 242, 0.7);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(200, 255, 26, 0.1);
  border-radius: 6px;
  font-size: 8px;
  letter-spacing: 0.04em;
}

.about-testimonial blockquote {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0;
  color: rgba(245, 247, 242, 0.78);
  font-size: 13px;
  font-style: normal;
  line-height: 1.72;
}

/* Carrier launch */
.about-launch {
  padding-block: 80px 88px;
}

.about-launch-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(350px, 0.42fr) minmax(0, 0.58fr);
  min-height: 410px;
  padding: clamp(38px, 4.4vw, 72px);
  align-items: center;
  gap: clamp(48px, 5vw, 90px);
  overflow: hidden;
  border-radius: 18px;
}

.about-launch-panel::before {
  position: absolute;
  top: -36%;
  right: -8%;
  width: 58%;
  aspect-ratio: 1;
  content: "";
  background: radial-gradient(circle, rgba(200, 255, 26, 0.1), transparent 66%);
  pointer-events: none;
}

.about-launch-copy h2 {
  margin-bottom: 20px;
}

.about-launch-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.about-launch-copy > strong {
  display: block;
  max-width: 600px;
  color: rgba(245, 247, 242, 0.86);
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  line-height: 1.55;
}

.about-launch-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.about-launch-grid article {
  display: flex;
  min-height: 125px;
  padding: 18px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  background: rgba(5, 8, 5, 0.76);
  border: 1px solid rgba(200, 255, 26, 0.14);
  border-radius: 12px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, border-color 180ms ease;
}

.about-launch-grid article:hover {
  border-color: rgba(200, 255, 26, 0.32);
  transform: translateY(-3px);
}

.about-launch-grid svg {
  width: 25px;
  height: 25px;
  color: var(--lime);
}

.about-launch-grid span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
}

/* Final CTA */
.about-final {
  padding: 18px 0 96px;
}

.about-final-panel {
  position: relative;
  display: flex;
  min-height: 300px;
  padding: 54px;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 105%, rgba(200, 255, 26, 0.13), transparent 44%),
    linear-gradient(145deg, rgba(15, 21, 13, 0.96), rgba(5, 7, 5, 0.97));
  border: 1px solid rgba(200, 255, 26, 0.2);
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45), inset 0 1px rgba(255, 255, 255, 0.05);
}

.about-final-panel::before,
.about-final-panel::after {
  position: absolute;
  width: 310px;
  height: 310px;
  content: "";
  border: 1px solid rgba(200, 255, 26, 0.07);
  border-radius: 50%;
}

.about-final-panel::before { top: -178px; left: -80px; }
.about-final-panel::after { right: -85px; bottom: -185px; }

.about-final-panel h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
  font-size: clamp(39px, 3.1vw, 58px);
}

.about-final-panel > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 13px;
}

.about-final-panel > div {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
}

.about-final-panel .button {
  min-height: 48px;
  padding-inline: 22px;
  font-size: 9px;
}

/* Footer */
.about-page .site-footer {
  overflow: hidden;
  padding-top: 72px;
}

.about-page .footer-grid {
  grid-template-columns: 1.35fr repeat(4, minmax(0, 0.68fr));
  padding-bottom: 58px;
  gap: clamp(28px, 3vw, 54px);
}

.about-page .footer-brand .about-brand img {
  width: 180px;
  margin-bottom: 22px;
}

.about-page .footer-brand > p {
  max-width: 330px;
}

.about-page .footer-contact {
  display: block;
  grid-column: auto;
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 1439px) {
  .about-page .container {
    width: min(calc(100% - 40px), 1360px);
  }

  .about-hero-copy {
    width: 40%;
  }

  .about-hero h1 {
    font-size: clamp(46px, 4.2vw, 61px);
  }

  .about-trailer-logo {
    right: 6%;
    width: 17vw;
  }

  .about-fact {
    min-height: 282px;
    padding: 18px 15px;
  }

  .about-page .footer-grid {
    gap: 28px;
  }
}

@media (max-width: 1120px) {
  .about-page {
  }

  

  .about-page .about-brand img {
    width: 154px;
  }

  

  .about-hero {
    min-height: 620px;
  }

  .about-hero-inner {
    min-height: 620px;
  }

  .about-hero-copy {
    width: 40%;
  }

  .about-hero h1 {
    font-size: clamp(42px, 4.6vw, 51px);
  }

  .about-hero-copy > p:not(.eyebrow, .about-breadcrumb) {
    font-size: 10.5px;
  }

  .about-who-layout {
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    gap: 34px;
  }

  .about-who-copy > p:not(.eyebrow) {
    font-size: 11px;
  }

  .about-facts-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .about-fact {
    height: 228px;
    min-height: 228px;
    padding: 14px 13px 54px;
    aspect-ratio: auto;
  }

  .about-fact:nth-child(4) {
    padding-bottom: 36px;
  }

  .about-fact > svg:not(.fact-art) {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
  }

  .about-fact h3 {
    margin-bottom: 5px;
    font-size: 10.5px;
  }

  .about-fact > strong {
    margin-bottom: 6px;
    font-size: 11.5px;
    letter-spacing: -0.025em;
  }

  .about-fact p {
    font-size: 9px;
    line-height: 1.42;
  }

  .about-fact ul {
    margin-top: 5px;
    gap: 2px;
  }

  .about-fact li {
    padding-left: 10px;
    font-size: 8.5px;
    line-height: 1.25;
  }

  .fact-art,
  .fact-art-city,
  .fact-art-team,
  .fact-art-growth {
    width: 62%;
    height: 58px;
  }

  .fact-art-fleet { width: 82%; }

  .about-philosophy-layout {
    grid-template-columns: minmax(310px, 0.4fr) minmax(0, 0.6fr);
    gap: 30px;
  }

  .about-growth-track {
    width: calc(100% + 40px);
    padding: 0 40px 18px 20px;
    margin-right: -20px;
    margin-left: -20px;
    grid-template-columns: repeat(6, minmax(180px, 1fr));
    overflow-x: auto;
    scroll-padding-inline: 20px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .about-growth-track li {
    scroll-snap-align: start;
  }

  .about-growth-track::before,
  .about-growth-track::after {
    right: 120px;
    left: 90px;
  }

  .about-growth-track.is-active::after {
    width: calc(100% - 210px);
  }

  .about-trust-grid {
    grid-template-columns: repeat(11, minmax(145px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .about-trust-grid article {
    scroll-snap-align: start;
  }

  .about-launch-panel {
    grid-template-columns: minmax(310px, 0.42fr) minmax(0, 0.58fr);
    padding: 42px;
    gap: 34px;
  }

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

  .about-page .footer-grid {
    grid-template-columns: 1.2fr repeat(3, minmax(0, 0.7fr));
  }

  .about-page .footer-contact {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: auto repeat(3, minmax(0, 1fr));
    align-items: center;
    padding-top: 28px;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.055);
  }

  .about-page .footer-contact h3 {
    margin: 0;
  }
}

@media (max-width: 880px) {
  .about-page .container {
    width: calc(100% - 32px);
  }

  .about-section {
    padding-block: 72px;
  }

  .about-section-heading,
  .about-section-heading-centered {
    display: block;
    margin-bottom: 28px;
    text-align: left;
  }

  .about-section-heading-centered .eyebrow {
    justify-content: flex-start;
  }

  .about-section-heading-centered .eyebrow > span:last-child {
    display: none;
  }

  .about-section-heading > p {
    max-width: 560px;
    margin-top: 12px;
  }

  .about-hero-copy {
    width: 54%;
  }

  .about-trailer-logo {
    right: 5%;
    width: 19vw;
  }

  .about-who-layout,
  .about-philosophy-layout,
  .about-launch-panel {
    grid-template-columns: 1fr;
  }

  .about-who-copy,
  .about-philosophy-copy,
  .about-launch-copy {
    max-width: 680px;
  }

  .about-philosophy-copy {
    order: 1;
  }

  .about-hub {
    order: 2;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .about-facts-grid {
    display: flex;
    width: calc(100% + 32px);
    padding: 2px 32px 20px 16px;
    margin: 0 -16px -20px;
    gap: 9px;
    overflow-x: auto;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .about-fact {
    width: 155px;
    min-width: 155px;
    min-height: 228px;
    flex: 0 0 155px;
    scroll-snap-align: start;
  }

  .about-fact:nth-child(4) {
    padding-bottom: 36px;
  }

  .about-growth-track {
    width: calc(100% + 32px);
    padding-right: 32px;
    padding-left: 16px;
    margin-right: -16px;
    margin-left: -16px;
  }

  .about-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .about-testimonial {
    min-height: 0;
  }

  .about-launch-panel {
    gap: 36px;
  }
}

@media (max-width: 760px) {
  .about-page {
  }

  .about-page .container {
    width: calc(100% - 24px);
  }

  

  .about-page .about-brand img {
    width: 137px;
    max-height: 60px;
  }

  

  

  .about-section {
    padding-block: 62px;
  }

  .about-section-heading h2,
  .about-who-copy h2,
  .about-philosophy-copy h2,
  .about-launch-copy h2,
  .about-final-panel h2 {
    font-size: clamp(32px, 9.5vw, 41px);
  }

  .about-hero,
  .about-hero-inner {
    min-height: 820px;
  }

  .about-hero-media img {
    object-position: 72% center;
  }

  .about-hero-shade {
    background:
      linear-gradient(180deg, rgba(2, 3, 2, 0.98) 0%, rgba(2, 3, 2, 0.95) 42%, rgba(2, 3, 2, 0.3) 68%, rgba(2, 3, 2, 0.76) 100%),
      linear-gradient(90deg, rgba(2, 3, 2, 0.64), transparent);
  }

  .about-hero-inner {
    align-items: flex-start;
    padding-top: calc(var(--header-height) + 38px);
  }

  .about-hero-copy {
    width: 100%;
    padding: 0;
  }

  .about-breadcrumb {
    margin-bottom: 14px;
  }

  .about-hero h1 {
    max-width: 410px;
    margin-bottom: 17px;
    font-size: clamp(40px, 11.4vw, 49px);
  }

  .about-hero-copy > p:not(.eyebrow, .about-breadcrumb) {
    max-width: 415px;
    font-size: 10.5px;
    line-height: 1.62;
  }

  .about-hero-actions {
    max-width: 430px;
  }

  .about-hero-actions .button {
    min-width: 0;
    padding-inline: 13px;
    flex: 1;
    font-size: 8.5px;
  }

  .about-trailer-logo {
    top: 67.5%;
    right: 5%;
    width: 34vw;
  }

  .about-who {
    padding-top: 56px;
  }

  .about-who-layout {
    gap: 30px;
  }

  .about-office {
    padding: 5px;
    border-radius: 13px;
  }

  .about-office-logo {
    top: 12%;
    left: 11.5%;
    width: 40%;
  }

  .about-who-copy > p:not(.eyebrow),
  .about-philosophy-copy > p:not(.eyebrow) {
    font-size: 11px;
  }

  .about-facts-grid {
    display: flex;
    width: calc(100% + 24px);
    padding: 2px 24px 20px 12px;
    margin: 0 -12px -20px;
    gap: 10px;
    overflow-x: auto;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .about-fact {
    width: min(82vw, 330px);
    height: auto;
    min-height: 300px;
    padding: 21px 18px 66px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .about-fact:nth-child(4) {
    padding-bottom: 66px;
  }

  .about-fact > svg:not(.fact-art) {
    width: 31px;
    height: 31px;
    margin-bottom: 15px;
  }

  .about-fact h3 { margin-bottom: 7px; font-size: 12px; }
  .about-fact > strong { margin-bottom: 10px; font-size: 15px; }
  .about-fact p { font-size: 11px; line-height: 1.58; }
  .about-fact ul { margin-top: 9px; gap: 5px; }
  .about-fact li { padding-left: 13px; font-size: 10px; line-height: 1.35; }
  .fact-art { width: 68%; height: 76px; }
  .fact-art-city { width: 64%; height: 86px; }
  .fact-art-fleet { width: 82%; }
  .fact-art-team { width: 67%; height: 82px; }
  .fact-art-growth { width: 66%; height: 92px; }

  .about-hub {
    min-height: 0;
  }

  .about-hub-core {
    width: min(44%, 360px);
    height: auto;
    padding: 10px 18px;
  }

  .about-hub-node {
    width: clamp(50px, 12%, 92px);
    height: auto;
  }

  .about-hub-node svg {
    width: 20px;
    height: 20px;
  }

  .about-hub-node strong {
    max-width: 58px;
    font-size: 7.5px;
  }

  .hub-safety { right: 5%; }
  .hub-accounting { right: 13%; }
  .hub-fleet { left: 13%; }
  .hub-claims { left: 5%; }

  .about-growth-track {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 34px 0 0;
    flex-direction: column;
    gap: 18px;
    overflow: visible;
  }

  .about-growth-track::before,
  .about-growth-track::after {
    top: 38px;
    right: auto;
    bottom: 38px;
    left: 38px;
    width: 1px;
    height: auto;
  }

  .about-growth-track::after {
    bottom: auto;
    height: 0;
    transition: height 1.5s var(--ease);
  }

  .about-growth-track.is-active::after {
    width: 1px;
    height: calc(100% - 76px);
  }

  .about-growth-track li {
    display: grid;
    grid-template-columns: 76px 1fr;
    grid-template-rows: auto auto;
    gap: 0 17px;
    text-align: left;
  }

  .about-growth-track li > div {
    width: 76px;
    height: 76px;
    grid-row: 1 / 3;
    margin: 0;
  }

  .about-growth-track li > div > span {
    display: none;
  }

  .about-growth-track h3 {
    min-height: 0;
    margin: 8px 0 4px;
  }

  .about-growth-track p {
    max-width: none;
    margin: 0;
  }

  .about-trust-grid {
    display: flex;
    width: calc(100% + 24px);
    padding-right: 24px;
    margin-inline: -12px;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
  }

  .about-trust-grid article {
    width: 190px;
    min-height: 150px;
    flex: 0 0 auto;
  }

  .about-testimonial {
    padding: 24px;
  }

  .about-testimonial blockquote {
    font-size: 11.5px;
  }

  .about-launch-panel {
    min-height: 0;
    padding: 28px 20px;
    border-radius: 15px;
  }

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

  .about-launch-grid article {
    min-height: 115px;
    padding: 15px;
  }

  .about-final {
    padding: 10px 0 70px;
  }

  .about-final-panel {
    min-height: 340px;
    padding: 36px 20px;
  }

  .about-final-panel > div {
    width: 100%;
    max-width: 430px;
  }

  .about-final-panel .button {
    min-width: 0;
    padding-inline: 12px;
    flex: 1;
    font-size: 8.5px;
  }

  .about-page .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-page .footer-brand,
  .about-page .footer-contact {
    grid-column: 1 / -1;
  }

  .about-page .footer-contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 440px) {
  .about-hero-actions,
  .about-final-panel > div {
    flex-direction: column;
  }

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

  .about-launch-grid {
    grid-template-columns: 1fr;
  }

  .about-page .footer-grid {
    grid-template-columns: 1fr;
  }

  .about-page .footer-brand,
  .about-page .footer-contact {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-growth-track::after {
    transition: none;
  }

  .about-growth-track.is-active::after {
    width: 85%;
  }

  @media (max-width: 760px) {
    .about-growth-track.is-active::after {
      width: 1px;
      height: calc(100% - 76px);
    }
  }
}
