body.landing-page.home-page {
  --home-ink: #f3f7fb;
  --home-dim: #a9b8c8;
  --home-line: rgba(150, 178, 207, 0.17);
  --home-gold: #e2b477;
  --home-cyan: #86d2ff;
  --home-mint: #7ad8c2;
  background: #02090f;
  isolation: isolate;
}

.landing-page.home-page .home-site-atmosphere {
  position: fixed;
  inset: 0 0 0 var(--rail-width);
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 9, 15, 0.28), rgba(3, 12, 20, 0.08) 42%, rgba(2, 9, 15, 0.44)),
    #02090f;
}

.landing-page.home-page .home-atmosphere-mesh {
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(ellipse at 82% 18%, rgba(102, 190, 238, 0.15), transparent 42%),
    radial-gradient(ellipse at 14% 76%, rgba(226, 180, 119, 0.11), transparent 39%),
    radial-gradient(ellipse at 72% 84%, rgba(122, 216, 194, 0.065), transparent 35%);
  opacity: 0.86;
  animation: home-market-mesh-drift 26s ease-in-out infinite alternate;
  will-change: opacity, transform;
}

.landing-page.home-page .home-atmosphere-mesh::before,
.landing-page.home-page .home-atmosphere-mesh::after {
  content: "";
  position: absolute;
  inset: 0;
}

.landing-page.home-page .home-atmosphere-mesh::before {
  background: repeating-radial-gradient(
    ellipse at 78% 26%,
    rgba(134, 210, 255, 0.052) 0,
    rgba(134, 210, 255, 0.052) 1px,
    transparent 1px,
    transparent 5.5rem
  );
  mask-image: radial-gradient(ellipse at 78% 26%, #000 0%, rgba(0, 0, 0, 0.72) 48%, transparent 76%);
}

.landing-page.home-page .home-atmosphere-mesh::after {
  background: linear-gradient(
    118deg,
    transparent 30%,
    rgba(226, 180, 119, 0.025) 44%,
    rgba(134, 210, 255, 0.04) 54%,
    transparent 70%
  );
}

.landing-page.home-page .home-market-field {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  overflow: visible;
  opacity: 0.56;
  mix-blend-mode: screen;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.24), #000 30%, #000 94%, transparent);
  transform: translate3d(0, calc(var(--landing-scroll-progress) * -30px), 0) scale(1.03);
  transform-origin: center;
  will-change: transform;
}

.landing-page.home-page .home-field-base path,
.landing-page.home-page .home-field-flow path {
  fill: none;
  stroke: url("#home-field-line");
  vector-effect: non-scaling-stroke;
}

.landing-page.home-page .home-field-base path {
  stroke-width: 0.85;
  opacity: 0.18;
}

.landing-page.home-page .home-field-flow path {
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-dasharray: 4 96;
  opacity: 0.72;
  animation: home-field-travel 20s linear infinite;
}

.landing-page.home-page .home-field-flow path:nth-child(2) {
  animation-delay: -7s;
  animation-duration: 24s;
}

.landing-page.home-page .home-field-flow path:nth-child(3) {
  animation-delay: -13s;
  animation-duration: 27s;
}

.landing-page.home-page .home-field-flow path:nth-child(4) {
  animation-delay: -18s;
  animation-duration: 30s;
}

.landing-page.home-page .home-field-nodes circle {
  fill: var(--home-cyan);
  opacity: 0.54;
  filter: drop-shadow(0 0 5px rgba(134, 210, 255, 0.52));
}

.landing-page.home-page .home-field-nodes circle:nth-child(2) {
  fill: var(--home-gold);
  filter: drop-shadow(0 0 5px rgba(226, 180, 119, 0.48));
}

.landing-page.home-page .home-field-nodes circle:nth-child(3) {
  fill: var(--home-mint);
  filter: drop-shadow(0 0 5px rgba(122, 216, 194, 0.46));
}

.landing-page.home-page .home-scroll-truck {
  position: absolute;
  left: -12vw;
  bottom: -3vh;
  width: min(64rem, 64vw);
  opacity: calc(0.16 + (var(--landing-scroll-progress) * 0.1));
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  transform: translate3d(
    calc(var(--landing-scroll-progress) * 34vw),
    calc(var(--landing-scroll-progress) * -8vh),
    0
  ) scale(calc(0.94 + (var(--landing-scroll-progress) * 0.06)));
  transform-origin: center bottom;
  will-change: opacity, transform;
}

.landing-page.home-page .home-scroll-truck svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 0 16px rgba(88, 181, 232, 0.12));
}

.landing-page.home-page .home-scroll-truck path,
.landing-page.home-page .home-scroll-truck circle {
  vector-effect: non-scaling-stroke;
}

.landing-page.home-page .home-truck-drafting,
.landing-page.home-page .home-truck-road,
.landing-page.home-page .home-truck-measurements,
.landing-page.home-page .home-truck-detail,
.landing-page.home-page .home-truck-accent,
.landing-page.home-page .home-truck-window,
.landing-page.home-page .home-truck-mirror,
.landing-page.home-page .home-truck-chassis,
.landing-page.home-page .home-truck-wheel {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-page.home-page .home-truck-drafting {
  stroke: rgba(134, 210, 255, 0.58);
  stroke-width: 1.2;
  stroke-dasharray: 74 26;
}

.landing-page.home-page .home-truck-drafting path {
  animation: home-truck-airflow 3.8s linear infinite;
}

.landing-page.home-page .home-truck-drafting path:nth-child(2) {
  animation-delay: -1.25s;
}

.landing-page.home-page .home-truck-drafting path:nth-child(3) {
  animation-delay: -2.5s;
}

.landing-page.home-page .home-truck-road-line {
  fill: none;
  stroke: rgba(150, 178, 207, 0.28);
  stroke-width: 1;
}

.landing-page.home-page .home-truck-road-dashes {
  fill: none;
  stroke: rgba(226, 180, 119, 0.58);
  stroke-width: 1.3;
  stroke-dasharray: 52 24;
  animation: home-truck-road-run 2.8s linear infinite;
}

.landing-page.home-page .home-truck-measurements {
  fill: rgba(122, 216, 194, 0.72);
  stroke: rgba(122, 216, 194, 0.42);
  stroke-width: 0.9;
}

.landing-page.home-page .home-truck-vehicle {
  animation: home-truck-idle 5s ease-in-out infinite;
  will-change: transform;
}

.landing-page.home-page .home-truck-outline {
  fill: rgba(3, 13, 21, 0.72);
  stroke: rgba(134, 210, 255, 0.82);
  stroke-width: 1.65;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: home-truck-sketch-in 2.4s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

.landing-page.home-page .home-truck-detail {
  stroke: rgba(164, 203, 230, 0.5);
  stroke-width: 1;
}

.landing-page.home-page .home-truck-accent {
  stroke: rgba(226, 180, 119, 0.82);
  stroke-width: 1.8;
}

.landing-page.home-page .home-truck-window {
  fill: rgba(134, 210, 255, 0.07);
  stroke: rgba(134, 210, 255, 0.64);
  stroke-width: 1.2;
}

.landing-page.home-page .home-truck-mirror {
  stroke: rgba(226, 180, 119, 0.58);
  stroke-width: 1.25;
}

.landing-page.home-page .home-truck-light {
  fill: var(--home-gold);
  filter: drop-shadow(0 0 7px rgba(226, 180, 119, 0.8));
}

.landing-page.home-page .home-truck-chassis {
  stroke: rgba(134, 210, 255, 0.74);
  stroke-width: 2;
}

.landing-page.home-page .home-truck-wheel {
  stroke: rgba(182, 215, 236, 0.72);
  stroke-width: 1.25;
  transform: rotate(calc(var(--landing-scroll-progress) * 1080deg));
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
}

.landing-page.home-page .home-truck-wheel circle {
  fill: rgba(3, 12, 20, 0.88);
}

.landing-page.home-page .home-truck-wheel circle:nth-of-type(3) {
  fill: var(--home-gold);
  stroke: rgba(226, 180, 119, 0.8);
}

.landing-page.home-page .page {
  z-index: 1;
}

.landing-page.home-page .page::before {
  background: radial-gradient(circle, rgba(190, 211, 228, 0.32) 0.65px, transparent 0.85px);
  background-position: 0 0;
  background-size: 84px 84px;
  opacity: 0.2;
  transform: none;
}

.landing-page.home-page .page::after {
  background:
    linear-gradient(180deg, rgba(2, 9, 15, 0.12), rgba(2, 9, 15, 0.04) 38%, rgba(2, 9, 15, 0.48) 100%),
    radial-gradient(ellipse at 52% 38%, transparent 24%, rgba(2, 8, 14, 0.32) 100%);
  opacity: 1;
}

.landing-page.home-page .side-rail {
  background: rgba(3, 11, 18, 0.96);
  border-right-color: rgba(150, 178, 207, 0.18);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.035), 18px 0 48px rgba(0, 5, 10, 0.22);
  backdrop-filter: blur(22px) saturate(1.08);
}

.landing-page.home-page .side-rail::before {
  background: none;
  box-shadow: inset 0 1px 0 rgba(226, 180, 119, 0.16);
}

.landing-page.home-page .site-header.is-scrolled {
  background: rgba(3, 11, 18, 0.96);
  border-right-color: rgba(226, 180, 119, 0.24);
}

.landing-page.home-page .rail-progress span {
  background: var(--home-gold);
  box-shadow: 0 0 16px rgba(226, 180, 119, 0.42);
}

.landing-page.home-page .nav a.is-active,
.landing-page.home-page .mobile-nav a.is-active {
  background: rgba(226, 180, 119, 0.1);
  box-shadow: inset 0 0 0 1px rgba(226, 180, 119, 0.22);
}

.landing-page.home-page .side-rail .btn-primary {
  background: var(--home-gold);
  box-shadow: 0 16px 34px rgba(226, 180, 119, 0.18);
}

.landing-page.home-page .page-stage {
  overflow: clip;
}

.landing-page.home-page .home-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.landing-page.home-page .home-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(25rem, 0.88fr) minmax(32rem, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 5.5rem);
  width: min(85rem, calc(100% - clamp(2rem, 5vw, 6rem)));
  margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 6.8rem) 0 clamp(4.5rem, 7vw, 7rem);
}

.landing-page.home-page .home-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 42rem;
}

.landing-page.home-page .home-brand-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.7rem;
  margin: 0.72rem 0 0;
  color: var(--home-ink);
  font-family: "Oxanium", sans-serif;
}

.landing-page.home-page .home-brand-line > span {
  color: var(--home-gold);
  font-size: clamp(1.08rem, 1.6vw, 1.38rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-page.home-page .home-brand-line small {
  color: var(--home-dim);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.landing-page.home-page .home-brand-line strong {
  font-size: clamp(1.04rem, 1.6vw, 1.32rem);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.landing-page.home-page .home-brand-line strong span,
.landing-page.home-page .home-atlas-core strong span,
.landing-page.home-page .home-signal-engine strong span,
.landing-page.home-page .home-lyraiq-mark span {
  color: var(--home-cyan);
}

.landing-page.home-page .home-lyraiq-mark {
  display: inline-block;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.landing-page.home-page .home-hero h1 {
  max-width: 11ch;
  margin: clamp(1.15rem, 2vw, 1.65rem) 0 1.2rem;
  color: var(--home-ink);
  font-size: clamp(3.5rem, 5vw, 6.35rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.landing-page.home-page .home-hero-subhead {
  max-width: 40rem;
  margin: 0;
  color: var(--home-dim);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.72;
  text-wrap: pretty;
}

.landing-page.home-page .home-hero-actions,
.landing-page.home-page .home-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.landing-page.home-page .home-hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.1rem;
  margin: 1.35rem 0 0;
  color: rgba(214, 226, 237, 0.68);
  font-family: "Oxanium", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-page.home-page .home-hero-note span {
  position: relative;
}

.landing-page.home-page .home-hero-note span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.63rem;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--home-gold);
  transform: translateY(-50%);
}

.landing-page.home-page .home-hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.landing-page.home-page .home-atlas {
  position: relative;
  overflow: hidden;
  min-height: clamp(31rem, 42vw, 43rem);
  border: 1px solid rgba(142, 179, 213, 0.17);
  border-radius: 2.2rem;
  background:
    linear-gradient(180deg, rgba(7, 18, 29, 0.7), rgba(2, 10, 17, 0.92)),
    url("assets/lyra-signal-matrix.svg") center / cover no-repeat;
  box-shadow:
    0 54px 110px rgba(0, 5, 10, 0.54),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.landing-page.home-page .home-atlas::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
  box-shadow: inset 0 0 90px rgba(1, 8, 14, 0.65);
  pointer-events: none;
}

.landing-page.home-page .home-atlas::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -30%;
  z-index: 3;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(134, 210, 255, 0.12), transparent);
  filter: blur(14px);
  animation: home-atlas-scan 8.5s linear infinite;
  pointer-events: none;
}

.landing-page.home-page .home-atlas-topline {
  position: absolute;
  inset: 1.3rem 1.45rem auto;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(142, 179, 213, 0.13);
  color: var(--home-dim);
  font-family: "Oxanium", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-page.home-page .home-atlas-topline span {
  color: var(--home-cyan);
}

.landing-page.home-page .home-atlas-topline i {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.4rem;
  border-radius: 50%;
  background: var(--home-mint);
  box-shadow: 0 0 0 0 rgba(122, 216, 194, 0.45);
  animation: home-live-pulse 2.4s ease-out infinite;
}

.landing-page.home-page .home-atlas-field {
  position: absolute;
  inset: 3.8rem 0 3.6rem;
}

.landing-page.home-page .home-atlas-map,
.landing-page.home-page .home-atlas-routes {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 112%;
  height: 82%;
  transform: translate(-50%, -50%);
}

.landing-page.home-page .home-atlas-map {
  object-fit: contain;
  opacity: 0.2;
  filter: grayscale(1) brightness(1.45) sepia(0.12) hue-rotate(154deg) saturate(1.7);
}

.landing-page.home-page .home-atlas-routes {
  z-index: 2;
  overflow: visible;
}

.landing-page.home-page .home-atlas-routes .route {
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 1180;
  stroke-dashoffset: 1180;
  filter: drop-shadow(0 0 7px currentColor);
  animation: home-route-draw 2.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.landing-page.home-page .home-atlas-routes .route-gold {
  color: var(--home-gold);
  stroke: currentColor;
  animation-delay: 0.3s;
}

.landing-page.home-page .home-atlas-routes .route-cyan {
  color: var(--home-cyan);
  stroke: currentColor;
  animation-delay: 0.62s;
}

.landing-page.home-page .home-atlas-routes .route-mint {
  color: var(--home-mint);
  stroke: currentColor;
  animation-delay: 0.94s;
}

.landing-page.home-page .home-atlas-routes .route-node {
  opacity: 0;
  animation: home-node-arrive 520ms ease forwards, home-node-pulse 2.8s ease-in-out infinite 2.2s;
}

.landing-page.home-page .home-atlas-routes .route-node-a,
.landing-page.home-page .home-atlas-routes .route-node-b {
  fill: var(--home-gold);
  animation-delay: 0.5s, 2.2s;
}

.landing-page.home-page .home-atlas-routes .route-node-c,
.landing-page.home-page .home-atlas-routes .route-node-d {
  fill: var(--home-cyan);
  animation-delay: 0.82s, 2.45s;
}

.landing-page.home-page .home-atlas-routes .route-node-e,
.landing-page.home-page .home-atlas-routes .route-node-f {
  fill: var(--home-mint);
  animation-delay: 1.14s, 2.7s;
}

.landing-page.home-page .home-atlas-signal {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 0.2rem;
  min-width: 8.8rem;
  padding: 0.72rem 0.78rem;
  border-left: 1px solid rgba(238, 246, 251, 0.22);
  color: rgba(235, 243, 249, 0.76);
  background: linear-gradient(90deg, rgba(5, 15, 24, 0.82), transparent);
  backdrop-filter: blur(6px);
}

.landing-page.home-page .home-atlas-signal span {
  color: var(--home-gold);
  font-family: "Oxanium", sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.15em;
}

.landing-page.home-page .home-atlas-signal strong {
  font-family: "Oxanium", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.landing-page.home-page .home-atlas-signal-market {
  top: 18%;
  left: 4%;
}

.landing-page.home-page .home-atlas-signal-network {
  top: 25%;
  right: 3%;
}

.landing-page.home-page .home-atlas-signal-service {
  right: 8%;
  bottom: 17%;
}

.landing-page.home-page .home-atlas-core {
  position: absolute;
  top: 51%;
  left: 52%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: clamp(9.6rem, 14vw, 12.5rem);
  aspect-ratio: 1;
  border: 1px solid rgba(134, 210, 255, 0.3);
  border-radius: 50%;
  color: var(--home-ink);
  background:
    radial-gradient(circle, rgba(16, 40, 59, 0.96), rgba(3, 14, 23, 0.98) 68%),
    #071826;
  box-shadow:
    0 0 0 1.2rem rgba(134, 210, 255, 0.025),
    0 0 0 2.6rem rgba(226, 180, 119, 0.018),
    0 28px 60px rgba(0, 5, 10, 0.58),
    inset 0 0 38px rgba(134, 210, 255, 0.09);
  text-align: center;
  transform: translate(-50%, -50%);
}

.landing-page.home-page .home-atlas-core::before,
.landing-page.home-page .home-atlas-core::after {
  content: "";
  position: absolute;
  inset: -0.65rem;
  border: 1px dashed rgba(226, 180, 119, 0.25);
  border-radius: 50%;
  animation: home-core-orbit 18s linear infinite;
}

.landing-page.home-page .home-atlas-core::after {
  inset: -1.4rem;
  border-color: rgba(134, 210, 255, 0.14);
  animation-direction: reverse;
  animation-duration: 24s;
}

.landing-page.home-page .home-atlas-core small {
  align-self: end;
  color: var(--home-dim);
  font-family: "Oxanium", sans-serif;
  font-size: 0.48rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-page.home-page .home-atlas-core strong {
  align-self: center;
  margin-top: -0.4rem;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  letter-spacing: 0.07em;
}

.landing-page.home-page .home-atlas-core > i {
  align-self: start;
  width: 2.7rem;
  height: 1px;
  margin-top: -0.75rem;
  background: linear-gradient(90deg, transparent, var(--home-gold), transparent);
  box-shadow: 0 0 12px rgba(226, 180, 119, 0.5);
}

.landing-page.home-page .home-atlas-readout {
  position: absolute;
  inset: auto 1.45rem 1.25rem;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(142, 179, 213, 0.13);
}

.landing-page.home-page .home-atlas-readout span {
  padding: 0.78rem 0.45rem 0;
  color: rgba(210, 226, 238, 0.58);
  font-family: "Oxanium", sans-serif;
  font-size: 0.52rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.landing-page.home-page .home-text-link:hover,
.landing-page.home-page .home-text-link:focus-visible {
  color: var(--home-ink);
}

.landing-page.home-page .home-intelligence,
.landing-page.home-page .home-method,
.landing-page.home-page .home-people,
.landing-page.home-page .home-paths,
.landing-page.home-page .home-final {
  padding-top: clamp(5.5rem, 10vw, 9rem);
}

.landing-page.home-page .home-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  gap: 1.2rem 3rem;
  align-items: end;
}

.landing-page.home-page .home-section-intro .eyebrow {
  grid-column: 1 / -1;
}

.landing-page.home-page .home-section-intro h2,
.landing-page.home-page .home-method-heading h2,
.landing-page.home-page .home-people-copy h2,
.landing-page.home-page .home-paths-heading h2,
.landing-page.home-page .home-final-shell h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(2.8rem, 5.2vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.landing-page.home-page .home-section-intro > p:last-child,
.landing-page.home-page .home-paths-heading > p:last-child,
.landing-page.home-page .home-final-shell > p:not(.eyebrow),
.landing-page.home-page .home-people-copy > p {
  margin: 0;
  color: var(--home-dim);
  font-size: 1rem;
  line-height: 1.72;
}

.landing-page.home-page .home-signal-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, 1.08fr) minmax(12rem, 0.62fr) minmax(16rem, 0.86fr);
  gap: clamp(1.5rem, 3vw, 3.6rem);
  align-items: center;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.landing-page.home-page .home-signal-flow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  right: 24%;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 180, 119, 0.5), rgba(134, 210, 255, 0.52), transparent);
  box-shadow: 0 0 18px rgba(134, 210, 255, 0.18);
}

.landing-page.home-page .home-signal-inputs {
  display: grid;
}

.landing-page.home-page .home-signal-inputs article {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(150, 178, 207, 0.12);
}

.landing-page.home-page .home-signal-inputs article:last-child {
  border-bottom: 0;
}

.landing-page.home-page .home-signal-inputs article > span {
  color: var(--home-gold);
  font-family: "Oxanium", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.13em;
}

.landing-page.home-page .home-signal-inputs h3,
.landing-page.home-page .home-method-steps h3,
.landing-page.home-page .home-signal-outputs strong,
.landing-page.home-page .home-audience-panel h3 {
  margin: 0;
  color: var(--home-ink);
}

.landing-page.home-page .home-signal-inputs h3 {
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.landing-page.home-page .home-signal-inputs p {
  margin: 0.45rem 0 0;
  color: rgba(179, 198, 214, 0.72);
  font-size: 0.82rem;
  line-height: 1.62;
}

.landing-page.home-page .home-signal-engine {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 13rem);
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid rgba(134, 210, 255, 0.25);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(134, 210, 255, 0.12), transparent 52%),
    rgba(3, 13, 22, 0.95);
  box-shadow:
    0 0 0 1.1rem rgba(134, 210, 255, 0.025),
    0 0 55px rgba(36, 136, 190, 0.12),
    inset 0 0 38px rgba(134, 210, 255, 0.05);
  text-align: center;
}

.landing-page.home-page .home-signal-engine::before,
.landing-page.home-page .home-signal-engine::after {
  content: "";
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--home-gold);
  box-shadow: 0 0 16px rgba(226, 180, 119, 0.7);
}

.landing-page.home-page .home-signal-engine::before {
  left: -0.25rem;
}

.landing-page.home-page .home-signal-engine::after {
  right: -0.25rem;
  background: var(--home-cyan);
  box-shadow: 0 0 16px rgba(134, 210, 255, 0.7);
}

.landing-page.home-page .home-signal-engine > span {
  align-self: end;
  color: var(--home-gold);
  font-family: "Oxanium", sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-page.home-page .home-signal-engine strong {
  margin-top: -0.35rem;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  letter-spacing: 0.06em;
}

.landing-page.home-page .home-signal-engine p {
  align-self: start;
  max-width: 8rem;
  margin: -0.65rem 0 0;
  color: var(--home-dim);
  font-size: 0.58rem;
  line-height: 1.45;
}

.landing-page.home-page .home-signal-outputs {
  display: grid;
  gap: 0;
}

.landing-page.home-page .home-signal-outputs > .tiny-label {
  margin-bottom: 0.8rem;
  color: var(--home-cyan);
  font-size: 0.6rem;
}

.landing-page.home-page .home-signal-outputs article {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(150, 178, 207, 0.13);
}

.landing-page.home-page .home-signal-outputs span {
  color: var(--home-cyan);
  font-family: "Oxanium", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-page.home-page .home-signal-outputs strong {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.35;
}

.landing-page.home-page .home-signal-statement {
  margin: clamp(2.5rem, 5vw, 4rem) 0 0;
  color: var(--home-ink);
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.55rem, 3.2vw, 3rem);
  line-height: 1.15;
  text-align: center;
  text-wrap: balance;
}

.landing-page.home-page .home-signal-statement::before,
.landing-page.home-page .home-signal-statement::after {
  content: "";
  display: inline-block;
  width: clamp(1.5rem, 5vw, 5rem);
  height: 1px;
  margin: 0 1rem 0.3em;
  background: linear-gradient(90deg, transparent, var(--home-gold));
}

.landing-page.home-page .home-signal-statement::after {
  background: linear-gradient(90deg, var(--home-cyan), transparent);
}

.landing-page.home-page .home-method {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: end;
}

.landing-page.home-page .home-method-heading h2 {
  max-width: 10ch;
  margin-top: 0.8rem;
  font-size: clamp(2.6rem, 4.8vw, 4.9rem);
}

.landing-page.home-page .home-method-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.landing-page.home-page .home-method-steps article {
  position: relative;
  min-height: 20rem;
  padding: 1.5rem clamp(1.1rem, 2.2vw, 2rem) 1.8rem;
}

.landing-page.home-page .home-method-steps article:not(:last-child) {
  border-right: 1px solid var(--home-line);
}

.landing-page.home-page .home-method-steps article > span {
  display: block;
  margin-bottom: clamp(4rem, 8vw, 7rem);
  color: var(--home-gold);
  font-family: "Oxanium", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.13em;
}

.landing-page.home-page .home-method-steps h3 {
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
}

.landing-page.home-page .home-method-steps p {
  margin: 0.65rem 0 0;
  color: rgba(179, 198, 214, 0.72);
  font-size: 0.82rem;
  line-height: 1.65;
}

.landing-page.home-page .home-method-steps article::after {
  content: "";
  position: absolute;
  left: clamp(1.1rem, 2.2vw, 2rem);
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--home-gold), var(--home-cyan));
  transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-page.home-page .home-method-steps article:hover::after {
  width: calc(100% - clamp(2.2rem, 4.4vw, 4rem));
}

.landing-page.home-page .home-people-shell {
  display: grid;
  grid-template-columns: minmax(28rem, 1.08fr) minmax(22rem, 0.92fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.landing-page.home-page .home-portrait-stack {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  min-height: clamp(32rem, 47vw, 43rem);
}

.landing-page.home-page .home-portrait {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin: 0;
  border: 1px solid rgba(150, 178, 207, 0.14);
  border-radius: 1.2rem;
  background: #0b1722;
}

.landing-page.home-page .home-portrait-featured {
  grid-row: 1 / 3;
}

.landing-page.home-page .home-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(2, 8, 13, 0.92) 100%);
  pointer-events: none;
}

.landing-page.home-page .home-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04);
  transform: scale(1.015);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 700ms ease;
}

.landing-page.home-page .home-portrait:hover img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.055);
}

.landing-page.home-page .home-portrait figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.16rem;
}

.landing-page.home-page .home-portrait figcaption strong {
  color: var(--home-ink);
  font-family: "Oxanium", sans-serif;
  font-size: 0.9rem;
}

.landing-page.home-page .home-portrait figcaption span {
  color: rgba(220, 232, 241, 0.68);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-page.home-page .home-people-copy {
  max-width: 36rem;
}

.landing-page.home-page .home-people-copy h2 {
  margin: 0.8rem 0 1.3rem;
  font-size: clamp(2.8rem, 4.8vw, 5.1rem);
}

.landing-page.home-page .home-people-copy blockquote {
  position: relative;
  margin: 1.7rem 0 0;
  padding: 1.25rem 0 1.25rem 1.35rem;
  border-left: 1px solid var(--home-gold);
  color: var(--home-ink);
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}

.landing-page.home-page .home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.65rem;
  color: var(--home-gold);
  font-family: "Oxanium", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.landing-page.home-page .home-text-link::after {
  content: "↗";
  font-size: 1rem;
  transition: transform 180ms ease;
}

.landing-page.home-page .home-text-link:hover::after,
.landing-page.home-page .home-text-link:focus-visible::after {
  transform: translate(2px, -2px);
}

.landing-page.home-page .home-paths-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(18rem, 0.86fr);
  gap: 0.85rem clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(1.8rem, 3.5vw, 2.8rem);
}

.landing-page.home-page .home-paths {
  padding-top: clamp(3.5rem, 6vw, 5.75rem);
}

.landing-page.home-page .home-paths-heading .eyebrow {
  grid-column: 1 / -1;
}

.landing-page.home-page .home-paths-heading h2 {
  max-width: 13ch;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
}

.landing-page.home-page .home-audience-grid {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(150, 178, 207, 0.2);
  border-radius: 1.7rem;
  background: rgba(150, 178, 207, 0.18);
  box-shadow: 0 34px 78px rgba(0, 6, 11, 0.36);
}

.landing-page.home-page .home-audience-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: clamp(22rem, 30vw, 27rem);
  color: inherit;
  background: #06111b;
  cursor: pointer;
  isolation: isolate;
  text-decoration: none;
}

.landing-page.home-page .home-audience-shipper {
  --audience-accent: var(--home-gold);
  --audience-tint: rgba(226, 180, 119, 0.2);
}

.landing-page.home-page .home-audience-carrier {
  --audience-accent: var(--home-cyan);
  --audience-tint: rgba(134, 210, 255, 0.2);
}

.landing-page.home-page .home-audience-panel > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06) brightness(0.7);
  transform: scale(1.005);
  transition:
    filter 650ms ease,
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-page.home-page .home-audience-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 9, 15, 0.08) 0%, rgba(2, 9, 15, 0.18) 38%, rgba(2, 9, 15, 0.96) 100%),
    linear-gradient(100deg, var(--audience-tint), transparent 58%);
  pointer-events: none;
  transition: opacity 500ms ease;
}

.landing-page.home-page .home-audience-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 8rem;
  height: 2px;
  background: var(--audience-accent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--audience-accent) 52%, transparent);
  pointer-events: none;
  transform: scaleX(0.28);
  transform-origin: left center;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-page.home-page .home-audience-panel:hover > img,
.landing-page.home-page .home-audience-panel:focus-visible > img {
  filter: saturate(0.96) contrast(1.04) brightness(0.78);
  transform: scale(1.045);
}

.landing-page.home-page .home-audience-panel:hover::after,
.landing-page.home-page .home-audience-panel:focus-visible::after {
  transform: scaleX(1);
}

.landing-page.home-page .home-audience-panel:focus-visible {
  z-index: 1;
  outline: 3px solid var(--audience-accent);
  outline-offset: -3px;
}

.landing-page.home-page .home-audience-content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.1rem;
  width: 100%;
  padding: clamp(1.4rem, 2.6vw, 2.25rem);
}

.landing-page.home-page .home-audience-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(150, 178, 207, 0.14);
  font-family: "Oxanium", sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-page.home-page .home-audience-topline span {
  color: var(--audience-accent);
  font-weight: 700;
}

.landing-page.home-page .home-audience-topline small {
  color: rgba(220, 233, 243, 0.58);
}

.landing-page.home-page .home-audience-panel h3 {
  max-width: 11ch;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.landing-page.home-page .home-audience-panel p {
  max-width: 30rem;
  margin: 0.75rem 0 0;
  color: rgba(215, 226, 236, 0.76);
  font-size: 0.86rem;
  line-height: 1.62;
  text-wrap: pretty;
}

.landing-page.home-page .home-audience-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  justify-self: start;
  min-height: 2.45rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid color-mix(in srgb, var(--audience-accent) 68%, transparent);
  border-radius: 999px;
  color: #06111b;
  background: var(--audience-accent);
  box-shadow: 0 12px 28px rgba(0, 5, 10, 0.22);
  font-family: "Oxanium", sans-serif;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.landing-page.home-page .home-audience-cta i {
  font-size: 0.9rem;
  font-style: normal;
  transition: transform 180ms ease;
}

.landing-page.home-page .home-audience-panel:hover .home-audience-cta,
.landing-page.home-page .home-audience-panel:focus-visible .home-audience-cta {
  box-shadow: 0 16px 34px color-mix(in srgb, var(--audience-accent) 24%, transparent);
  transform: translateY(-2px);
}

.landing-page.home-page .home-audience-panel:hover .home-audience-cta i,
.landing-page.home-page .home-audience-panel:focus-visible .home-audience-cta i {
  transform: translate(2px, -2px);
}

.landing-page.home-page .home-final {
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.landing-page.home-page .home-final-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(2.2rem, 6vw, 6rem);
  border: 1px solid rgba(150, 178, 207, 0.18);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 86% 14%, rgba(134, 210, 255, 0.16), transparent 30%),
    radial-gradient(circle at 20% 100%, rgba(226, 180, 119, 0.13), transparent 35%),
    linear-gradient(150deg, rgba(10, 24, 36, 0.94), rgba(3, 12, 20, 0.98)),
    url("assets/lyra-signal-matrix.svg") center / cover no-repeat;
  box-shadow: var(--landing-shadow);
}

.landing-page.home-page .home-final-shell::after {
  content: "LyraIQ";
  position: absolute;
  right: -0.04em;
  bottom: -0.22em;
  color: rgba(222, 234, 243, 0.035);
  font-family: "Oxanium", sans-serif;
  font-size: clamp(5.5rem, 14vw, 13rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  pointer-events: none;
}

.landing-page.home-page .home-final-shell > * {
  position: relative;
  z-index: 2;
}

.landing-page.home-page .home-final-shell h2 {
  max-width: 12ch;
  margin: 0.85rem 0 1.25rem;
}

.landing-page.home-page .home-final-shell > p:not(.eyebrow) {
  max-width: 43rem;
}

.landing-page.home-page .site-footer {
  padding-top: clamp(4rem, 7vw, 6rem);
}

@media (max-width: 1430px) {
  .landing-page.home-page .home-hero-grid {
    grid-template-columns: minmax(23rem, 0.9fr) minmax(28rem, 1.1fr);
    gap: 2rem;
  }

  .landing-page.home-page .home-hero h1 {
    font-size: clamp(3.3rem, 4.9vw, 5.4rem);
  }
}

@media (max-width: 1230px) {
  .landing-page.home-page .home-hero {
    min-height: auto;
  }

  .landing-page.home-page .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 5rem;
  }

  .landing-page.home-page .home-hero-copy {
    max-width: 54rem;
  }

  .landing-page.home-page .home-hero h1 {
    max-width: 12ch;
  }

  .landing-page.home-page .home-atlas {
    min-height: 34rem;
  }

  .landing-page.home-page .home-method,
  .landing-page.home-page .home-people-shell {
    grid-template-columns: 1fr;
  }

  .landing-page.home-page .home-method-heading h2,
  .landing-page.home-page .home-people-copy {
    max-width: 50rem;
  }

  .landing-page.home-page .home-portrait-stack {
    min-height: 38rem;
  }
}

@media (max-width: 980px) {
  .landing-page.home-page .home-site-atmosphere {
    inset: 0;
  }

  .landing-page.home-page .home-market-field {
    top: -8%;
    right: auto;
    bottom: auto;
    left: -24%;
    width: 148%;
    height: 116%;
    opacity: 0.45;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.34), #000 24%, #000 96%, transparent);
  }

  .landing-page.home-page .home-field-flow {
    filter: none;
  }

  .landing-page.home-page .home-field-secondary,
  .landing-page.home-page .home-field-nodes circle:nth-child(n + 3) {
    display: none;
  }

  .landing-page.home-page .home-scroll-truck {
    left: -34vw;
    bottom: 2vh;
    width: min(54rem, 112vw);
    opacity: calc(0.11 + (var(--landing-scroll-progress) * 0.08));
    transform: translate3d(
      calc(var(--landing-scroll-progress) * 48vw),
      calc(var(--landing-scroll-progress) * -5vh),
      0
    ) scale(calc(0.94 + (var(--landing-scroll-progress) * 0.05)));
  }

  .landing-page.home-page .side-rail {
    background: rgba(3, 11, 18, 0.94);
    border-bottom-color: rgba(150, 178, 207, 0.18);
    box-shadow: 0 14px 34px rgba(0, 5, 10, 0.28);
    backdrop-filter: blur(20px) saturate(1.08);
  }

  .landing-page.home-page .side-rail::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 3;
    height: 2px;
    background: var(--home-gold);
    box-shadow: 0 0 14px rgba(226, 180, 119, 0.45);
    pointer-events: none;
    transform: scaleX(var(--landing-scroll-progress));
    transform-origin: left center;
    transition: transform 140ms ease-out;
  }

  .landing-page.home-page .site-header.is-scrolled {
    background: rgba(3, 11, 18, 0.94);
    border-bottom-color: rgba(226, 180, 119, 0.24);
  }

  .landing-page.home-page .page-stage::before {
    background: none;
  }

  .landing-page.home-page .home-hero {
    min-height: calc(100svh - 5.45rem);
  }

  .landing-page.home-page .home-hero-grid {
    display: block;
    width: min(100%, calc(100% - 2rem));
    min-height: calc(100svh - 5.45rem);
    padding: clamp(2.2rem, 8vw, 4.5rem) 0 4rem;
  }

  .landing-page.home-page .home-hero-copy {
    display: grid;
    align-content: center;
    min-height: calc(100svh - 11.5rem);
    max-width: 45rem;
  }

  .landing-page.home-page .home-hero-copy::before {
    content: "";
    position: absolute;
    inset: -3rem -2rem;
    z-index: -1;
    background: radial-gradient(circle at 20% 45%, rgba(2, 10, 17, 0.88), rgba(2, 10, 17, 0.48) 48%, transparent 72%);
    pointer-events: none;
  }

  .landing-page.home-page .home-hero-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.48;
    pointer-events: none;
  }

  .landing-page.home-page .home-atlas {
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .landing-page.home-page .home-atlas::before {
    background: linear-gradient(90deg, rgba(2, 9, 15, 0.84), rgba(2, 9, 15, 0.18) 75%, rgba(2, 9, 15, 0.5));
    box-shadow: none;
  }

  .landing-page.home-page .home-atlas-topline,
  .landing-page.home-page .home-atlas-signal,
  .landing-page.home-page .home-atlas-readout {
    display: none;
  }

  .landing-page.home-page .home-atlas-field {
    inset: 0;
  }

  .landing-page.home-page .home-atlas-map,
  .landing-page.home-page .home-atlas-routes {
    left: 62%;
    width: 130%;
    height: 88%;
  }

  .landing-page.home-page .home-atlas-core {
    top: 64%;
    left: 78%;
  }

  .landing-page.home-page .home-section-intro,
  .landing-page.home-page .home-paths-heading {
    grid-template-columns: 1fr;
  }

  .landing-page.home-page .home-section-intro .eyebrow,
  .landing-page.home-page .home-paths-heading .eyebrow {
    grid-column: auto;
  }

  .landing-page.home-page .home-section-intro > p:last-child,
  .landing-page.home-page .home-paths-heading > p:last-child {
    max-width: 43rem;
  }

  .landing-page.home-page .home-signal-flow {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .landing-page.home-page .home-signal-flow::before {
    top: 28%;
    bottom: 24%;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(226, 180, 119, 0.5), rgba(134, 210, 255, 0.5), transparent);
  }

  .landing-page.home-page .home-signal-inputs,
  .landing-page.home-page .home-signal-outputs {
    position: relative;
    z-index: 1;
    background: rgba(3, 12, 20, 0.86);
  }

  .landing-page.home-page .home-signal-engine {
    z-index: 2;
  }
}

@media (max-width: 820px) {
  .landing-page.home-page .home-method {
    gap: 2.5rem;
  }

  .landing-page.home-page .home-method-steps {
    grid-template-columns: 1fr;
  }

  .landing-page.home-page .home-method-steps article {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    min-height: 0;
    padding: 1.5rem 0;
  }

  .landing-page.home-page .home-method-steps article:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .landing-page.home-page .home-method-steps article > span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .landing-page.home-page .home-method-steps p {
    grid-column: 2;
  }

  .landing-page.home-page .home-method-steps article::after {
    left: 3.5rem;
  }

  .landing-page.home-page .home-audience-grid {
    grid-template-columns: 1fr;
  }

  .landing-page.home-page .home-audience-panel {
    min-height: 22rem;
  }
}

@media (max-width: 720px) {
  .landing-page.home-page .home-scroll-truck {
    display: none;
  }

  .landing-page.home-page .home-market-field {
    opacity: 0.36;
  }

  .landing-page.home-page .home-field-base path:not(:first-child),
  .landing-page.home-page .home-field-flow path:not(:first-child),
  .landing-page.home-page .home-field-nodes circle:not(:first-child) {
    display: none;
  }

  .landing-page.home-page .home-hero-grid {
    width: min(100%, calc(100% - 1.5rem));
  }

  .landing-page.home-page .home-hero h1 {
    max-width: 10ch;
    font-size: clamp(2.75rem, 12vw, 4.25rem);
  }

  .landing-page.home-page .home-hero-subhead {
    max-width: 34rem;
    font-size: 0.93rem;
    line-height: 1.62;
  }

  .landing-page.home-page .home-hero-actions,
  .landing-page.home-page .home-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-page.home-page .home-hero-actions .btn,
  .landing-page.home-page .home-final-actions .btn {
    width: 100%;
  }

  .landing-page.home-page .home-atlas-core {
    left: 82%;
    width: 8.6rem;
  }

  .landing-page.home-page .home-section-intro h2,
  .landing-page.home-page .home-method-heading h2,
  .landing-page.home-page .home-people-copy h2,
  .landing-page.home-page .home-paths-heading h2,
  .landing-page.home-page .home-final-shell h2 {
    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  .landing-page.home-page .home-signal-statement::before,
  .landing-page.home-page .home-signal-statement::after {
    display: none;
  }

  .landing-page.home-page .home-portrait-stack {
    min-height: 34rem;
  }

  .landing-page.home-page .home-people-shell {
    gap: 2.5rem;
  }

  .landing-page.home-page .home-paths-heading {
    margin-bottom: 1.7rem;
  }

  .landing-page.home-page .home-paths-heading h2 {
    font-size: clamp(2.35rem, 9.5vw, 3.5rem);
  }

  .landing-page.home-page .home-audience-panel h3 {
    font-size: clamp(1.95rem, 8vw, 2.85rem);
  }

  .landing-page.home-page .home-final-shell {
    border-radius: 1.4rem;
  }
}

@media (max-width: 560px) {
  .landing-page.home-page .home-hero-grid {
    padding-top: 1.65rem;
  }

  .landing-page.home-page .home-brand-line {
    gap: 0.3rem 0.52rem;
  }

  .landing-page.home-page .home-brand-line > span {
    width: 100%;
  }

  .landing-page.home-page .home-hero-copy {
    min-height: calc(100svh - 10.5rem);
  }

  .landing-page.home-page .home-hero h1 {
    margin-top: 0.95rem;
    font-size: clamp(2.5rem, 13.2vw, 3.15rem);
  }

  .landing-page.home-page .home-hero-subhead {
    font-size: 0.86rem;
    line-height: 1.56;
  }

  .landing-page.home-page .home-hero-actions {
    gap: 0.55rem;
    margin-top: 1.15rem;
  }

  .landing-page.home-page .home-hero-actions .btn {
    min-height: 2.75rem;
    padding: 0.72rem 1rem;
  }

  .landing-page.home-page .home-hero-note {
    gap: 0.45rem 0.9rem;
  }

  .landing-page.home-page .home-hero-note span::after {
    display: none;
  }

  .landing-page.home-page .home-atlas-core {
    top: 73%;
    left: 84%;
    width: 7.4rem;
  }

  .landing-page.home-page .home-atlas-core small,
  .landing-page.home-page .home-atlas-core > i {
    display: none;
  }

  .landing-page.home-page .home-atlas-core strong {
    margin: 0;
    font-size: 1.05rem;
  }

  .landing-page.home-page .home-signal-inputs article {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.7rem;
  }

  .landing-page.home-page .home-signal-outputs article {
    grid-template-columns: 3.4rem minmax(0, 1fr);
  }

  .landing-page.home-page .home-signal-engine {
    width: 10.5rem;
  }

  .landing-page.home-page .home-portrait-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(18rem, 1.35fr) minmax(12rem, 0.9fr);
    min-height: 0;
  }

  .landing-page.home-page .home-portrait-featured {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .landing-page.home-page .home-portrait figcaption {
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .landing-page.home-page .home-portrait figcaption strong {
    font-size: 0.72rem;
  }

  .landing-page.home-page .home-portrait figcaption span {
    font-size: 0.52rem;
  }

  .landing-page.home-page .home-audience-panel {
    min-height: 21rem;
  }

  .landing-page.home-page .home-audience-grid {
    border-radius: 1.25rem;
  }

  .landing-page.home-page .home-audience-content {
    gap: 0.9rem;
    padding: 1.2rem;
  }

  .landing-page.home-page .home-audience-topline {
    align-items: center;
    flex-direction: row;
    gap: 0.7rem;
  }

  .landing-page.home-page .home-audience-panel p {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page.home-page .home-atmosphere-mesh,
  .landing-page.home-page .home-truck-drafting path,
  .landing-page.home-page .home-truck-road-dashes,
  .landing-page.home-page .home-truck-vehicle,
  .landing-page.home-page .home-truck-outline,
  .landing-page.home-page .home-atlas::after,
  .landing-page.home-page .home-atlas-topline i,
  .landing-page.home-page .home-atlas-routes .route,
  .landing-page.home-page .home-atlas-routes .route-node,
  .landing-page.home-page .home-atlas-core::before,
  .landing-page.home-page .home-atlas-core::after,
  .landing-page.home-page .home-portrait img,
  .landing-page.home-page .home-audience-panel > img,
  .landing-page.home-page .home-audience-panel::after,
  .landing-page.home-page .home-audience-cta,
  .landing-page.home-page .home-audience-cta i,
  .landing-page.home-page .home-method-steps article::after {
    animation: none;
    transition: none;
    transform: none;
  }

  .landing-page.home-page .home-field-flow {
    display: none;
  }

  .landing-page.home-page .home-market-field {
    transform: scale(1.03);
  }

  .landing-page.home-page .home-scroll-truck {
    opacity: 0.15;
    transform: translate3d(14vw, -3vh, 0) scale(0.98);
  }

  .landing-page.home-page .home-truck-outline {
    stroke-dashoffset: 0;
  }

  .landing-page.home-page .home-truck-wheel {
    transform: none;
  }

  .landing-page.home-page .side-rail::after {
    transition: none;
  }

  .landing-page.home-page .home-atlas-routes .route {
    stroke-dashoffset: 0;
  }

  .landing-page.home-page .home-atlas-routes .route-node {
    opacity: 1;
  }

  .landing-page.home-page .home-atlas-core {
    transform: translate(-50%, -50%);
  }
}

@keyframes home-market-mesh-drift {
  0%,
  100% {
    opacity: 0.76;
    transform: translate3d(-1.2%, -0.6%, 0) scale(1.015);
  }

  50% {
    opacity: 0.94;
    transform: translate3d(1.4%, 1%, 0) scale(1.035);
  }
}

@keyframes home-field-travel {
  to {
    stroke-dashoffset: -100;
  }
}

@keyframes home-truck-airflow {
  to {
    stroke-dashoffset: -200;
  }
}

@keyframes home-truck-road-run {
  to {
    stroke-dashoffset: -152;
  }
}

@keyframes home-truck-sketch-in {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes home-truck-idle {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2.5px);
  }
}

@keyframes home-atlas-scan {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(470%);
  }
}

@keyframes home-live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(122, 216, 194, 0.45);
  }

  70%,
  100% {
    box-shadow: 0 0 0 0.55rem rgba(122, 216, 194, 0);
  }
}

@keyframes home-route-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes home-node-arrive {
  from {
    opacity: 0;
    transform: scale(0.2);
    transform-origin: center;
  }

  to {
    opacity: 1;
    transform: scale(1);
    transform-origin: center;
  }
}

@keyframes home-node-pulse {
  0%,
  100% {
    opacity: 0.68;
  }

  50% {
    opacity: 1;
  }
}

@keyframes home-core-orbit {
  to {
    transform: rotate(360deg);
  }
}
