/* Homepage masthead: one stable grid for brand, navigation, copy and media. */
body[data-page="home"] {
  --header-height: 78px;
  --home-shell-width: 1280px;
  --home-side-space: max(32px, calc((100vw - var(--home-shell-width)) / 2));
  --hero-height: clamp(620px, 72svh, 680px);
  --hero-media-width: min(540px, calc(50vw - var(--home-side-space) - 36px));
  --home-blue: #075fd8;
  --home-blue-accent: #0b5bc4;
  --home-blue-deep: #064aa4;
  --home-ink: #102238;
  --home-muted: #526174;
  --home-line: #dce4ec;
}

/* Hero: the product thesis stays dominant; field imagery becomes evidence. */
body[data-page="home"] .home-hero-cinematic {
  position: relative;
  min-height: var(--hero-height);
  overflow: hidden;
  isolation: isolate;
  color: var(--home-ink);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 76%,
      rgba(255, 255, 255, 0.58) 90%,
      #ffffff 100%
    ),
    linear-gradient(
      104deg,
      #fdfdff 0%,
      #f7f5ff 42%,
      #e9edff 68%,
      #d2e0ff 100%
    );
  border-bottom: 0;
}

body[data-page="home"] .home-hero-cinematic::before,
body[data-page="home"] .home-hero-cinematic::after,
body[data-page="home"] .home-hero-cinematic .home-hero-frame::before {
  display: none;
  content: none;
}

body[data-page="home"] .home-hero-cinematic .home-hero-media {
  position: absolute;
  z-index: 1;
  top: calc(50% + var(--header-height) / 2 + 16px);
  right: var(--home-side-space);
  bottom: auto;
  left: auto;
  width: var(--hero-media-width);
  aspect-ratio: 7 / 5;
  overflow: visible;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  pointer-events: none;
}

body[data-page="home"] .home-hero-network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: translate(-10px, -8px) scale(1.07);
  transform-origin: center;
}

body[data-page="home"] .home-hero-network::before {
  position: absolute;
  z-index: 0;
  inset: 8% 4% 7%;
  border-radius: 52% 48% 50% 50% / 49% 53% 47% 51%;
  background: rgba(255, 255, 255, 0.44);
  content: "";
  filter: blur(24px);
  opacity: 0.66;
  transform: rotate(-2deg) scale(0.98);
}

body[data-page="home"] .home-hero-network-poster,
body[data-page="home"] .home-hero-lottie {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 15px 22px rgba(58, 91, 130, 0.06)) saturate(0.94) contrast(1.02);
  transition: opacity 260ms ease;
}

body[data-page="home"] .home-hero-network-poster {
  z-index: 1;
  display: block;
  object-fit: contain;
}

body[data-page="home"] .home-hero-lottie {
  z-index: 2;
  opacity: 0;
}

body[data-page="home"] .home-hero-lottie svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: visible;
}

body[data-page="home"] .home-hero-network.is-ready .home-hero-network-poster {
  opacity: 0;
}

body[data-page="home"] .home-hero-network.is-ready .home-hero-lottie {
  opacity: 1;
}

body[data-page="home"] .home-hero-network-core,
body[data-page="home"] .home-hero-network-labels {
  position: absolute;
  z-index: 3;
  inset: 0;
  font-family: var(--font-utility);
  pointer-events: none;
}

body[data-page="home"] .home-hero-network-core {
  display: grid;
  place-content: center;
  justify-items: center;
  transform: translateY(0);
  color: #ffffff;
  line-height: 1;
}

body[data-page="home"] .home-hero-network-core strong {
  font-size: 24px;
  font-weight: 740;
  text-shadow: 0 1px 8px rgba(6, 38, 62, 0.24);
}

body[data-page="home"] .home-hero-network-core span {
  margin-top: 6px;
  color: #d8f4f5;
  font-size: 9px;
  font-weight: 640;
}

body[data-page="home"] .home-hero-network-labels span {
  position: absolute;
  width: 18%;
  display: grid;
  gap: 3px;
  justify-items: center;
  transform: translate(-50%, -50%);
  color: #294c69;
  letter-spacing: 0;
  line-height: 1.05;
  white-space: nowrap;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98),
    0 0 10px rgba(238, 243, 255, 0.92);
}

body[data-page="home"] .home-hero-network-labels strong {
  font-size: 11px;
  font-weight: 740;
}

body[data-page="home"] .home-hero-network-labels small {
  color: #607e96;
  font-size: 8.5px;
  font-weight: 640;
}

body[data-page="home"] .home-hero-network-labels .is-machining {
  top: 22.25%;
  left: 50%;
}

body[data-page="home"] .home-hero-network-labels .is-assembly {
  top: 38.125%;
  left: 79.45%;
}

body[data-page="home"] .home-hero-network-labels .is-utility {
  top: 76.875%;
  left: 79.45%;
}

body[data-page="home"] .home-hero-network-labels .is-packaging {
  top: 92.75%;
  left: 50%;
}

body[data-page="home"] .home-hero-network-labels .is-energy {
  top: 76.875%;
  left: 20.55%;
}

body[data-page="home"] .home-hero-network-labels .is-process {
  top: 38.125%;
  left: 20.55%;
}

body[data-page="home"] .home-hero-cinematic .home-hero-frame {
  position: relative;
  z-index: 5;
  width: min(calc(100% - 64px), var(--home-shell-width));
  min-height: var(--hero-height);
  display: grid;
  grid-template-areas: none;
  grid-template-columns: minmax(0, 540px);
  align-content: center;
  gap: 0;
  padding-block: calc(var(--header-height) + 32px) 42px;
}

body[data-page="home"] .home-hero-cinematic .home-hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  color: var(--home-ink);
  animation: home-hero-copy-enter 700ms 80ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body[data-page="home"] .home-hero-cinematic .hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body[data-page="home"] .home-hero-cinematic .hero-label::before {
  width: 18px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--home-blue);
  content: "";
}

body[data-page="home"] .home-hero-cinematic .hero-label > span {
  min-height: 0;
  padding: 0;
  color: var(--home-blue);
  background: transparent;
  border-radius: 0;
  font-family: var(--font-utility);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

body[data-page="home"] .home-hero-cinematic .hero-label > strong {
  display: inline-flex;
  align-items: center;
  color: #607287;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

body[data-page="home"] .home-hero-cinematic .hero-label > strong::before {
  display: none;
  content: none;
}

body[data-page="home"] .home-hero-cinematic h1 {
  max-width: 520px;
  margin: 0 0 22px;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: 50px;
  font-weight: 650;
  line-height: 1.16;
  text-wrap: balance;
}

body[data-page="home"] .home-hero-cinematic h1 .hero-title-line,
body[data-page="home"] .home-hero-cinematic h1 .hero-title-accent {
  display: block;
  white-space: nowrap;
}

body[data-page="home"] .home-hero-cinematic h1 .hero-title-accent {
  margin-top: 6px;
  color: var(--home-blue-accent);
  font-weight: 600;
}

body[data-page="home"] .home-hero-cinematic .home-hero-lead {
  max-width: 510px;
  margin: 0 0 22px;
  padding: 0;
  color: #53647a;
  border: 0;
  font-size: 16px;
  line-height: 1.8;
  text-wrap: pretty;
}

body[data-page="home"] .home-hero-cinematic .home-hero-lead::before {
  display: none;
  content: none;
}

body[data-page="home"] .home-hero-cinematic .home-hero-capabilities {
  max-width: 500px;
  display: flex;
  align-items: center;
  margin: 0 0 27px;
  padding: 13px 0;
  list-style: none;
  color: #31465d;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li {
  min-width: 0;
  padding-inline: 17px;
  color: #40546b;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 550;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}

body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li [lang="en"] {
  font-family: var(--font-utility);
  font-weight: 650;
}

body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li:first-child {
  padding-left: 0;
}

body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li + li {
  border-left: 1px solid var(--home-line);
}

body[data-page="home"] .home-hero-cinematic .home-hero-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 28px;
  margin: 0;
}

body[data-page="home"] .home-hero-cinematic .button-primary {
  min-width: 172px;
  min-height: 48px;
  flex: 0 0 auto;
  gap: 13px;
  padding-inline: 20px;
  color: #ffffff;
  background: var(--home-blue);
  border-color: var(--home-blue);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: none;
}

body[data-page="home"] .home-hero-cinematic .button-primary:hover {
  color: #ffffff;
  background: var(--home-blue-deep);
  border-color: var(--home-blue-deep);
  box-shadow: none;
}

body[data-page="home"] .home-hero-cinematic .hero-text-link {
  position: relative;
  min-height: 48px;
  gap: 10px;
  padding-inline: 0 2px;
  color: #293d54;
  font-size: 14px;
  font-weight: 550;
  letter-spacing: 0;
}

body[data-page="home"] .home-hero-cinematic .hero-text-link:hover {
  color: var(--home-blue);
}

body[data-page="home"] .home-hero-cinematic .button-primary svg {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

body[data-page="home"] .home-hero-cinematic .button-primary:hover svg,
body[data-page="home"] .home-hero-cinematic .button-primary:focus-visible svg {
  transform: translateX(2px);
}

body[data-page="home"] .home-hero-cinematic .hero-text-link svg {
  transition: transform 180ms ease;
}

body[data-page="home"] .home-hero-cinematic .hero-text-link:hover svg,
body[data-page="home"] .home-hero-cinematic .hero-text-link:focus-visible svg {
  transform: translateX(3px);
}

body[data-page="home"] .home-hero-cinematic :is(.button-primary, .hero-text-link):focus-visible {
  outline: 3px solid #80a5ff;
  outline-offset: 3px;
}

@keyframes home-hero-copy-enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

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

@media (max-width: 1200px) {
  body[data-page="home"] {
    --home-side-space: 32px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-frame {
    width: calc(100% - 64px);
  }

  body[data-page="home"] .home-hero-network {
    transform: translate(-8px, -6px) scale(1.04);
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-frame {
    grid-template-columns: minmax(0, min(520px, calc(50vw - 62px)));
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-copy,
  body[data-page="home"] .home-hero-cinematic h1,
  body[data-page="home"] .home-hero-cinematic .home-hero-lead,
  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities {
    max-width: min(500px, calc(50vw - 62px));
  }

  body[data-page="home"] .home-hero-cinematic h1 {
    font-size: 48px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li {
    padding-inline: 12px;
    font-size: 12px;
  }
}

@media (max-width: 1060px) {
  body[data-page="home"] {
    --header-height: 64px;
    --hero-height: clamp(590px, 75svh, 640px);
  }

  body[data-page="home"] .home-hero-cinematic h1 {
    font-size: 42px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-lead {
    font-size: 15px;
    line-height: 1.7;
  }

  body[data-page="home"] .home-hero-network-core strong {
    font-size: 20px;
  }

  body[data-page="home"] .home-hero-network-core span {
    margin-top: 5px;
    font-size: 7.5px;
  }

}

@media (max-width: 960px) and (min-width: 901px) {
  body[data-page="home"] .home-hero-cinematic h1 {
    font-size: 42px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-lead {
    font-size: 15px;
    line-height: 1.7;
  }

}

@media (max-width: 900px) {
  body[data-page="home"] {
    --hero-height: clamp(620px, calc(100svh - 112px), 700px);
    --home-side-space: 20px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-frame {
    width: calc(100% - 40px);
  }

  body[data-page="home"] .home-hero-cinematic {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 78%,
        rgba(255, 255, 255, 0.62) 91%,
        #ffffff 100%
      ),
      linear-gradient(160deg, #fbfcff 0%, #f3f5ff 56%, #e7eeff 100%);
  }

  body[data-page="home"] .home-hero-network {
    transform: translateY(-4px) scale(1.02);
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-media {
    top: auto;
    right: auto;
    bottom: 24px;
    left: 50%;
    width: min(320px, calc(100vw - 40px));
    height: auto;
    aspect-ratio: 7 / 5;
    transform: translateX(-50%);
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-frame {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    padding-block: calc(var(--header-height) + 32px) 272px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-copy,
  body[data-page="home"] .home-hero-cinematic h1,
  body[data-page="home"] .home-hero-cinematic .home-hero-lead,
  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities {
    max-width: 620px;
  }

  body[data-page="home"] .home-hero-cinematic h1 {
    font-size: 44px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li {
    font-size: 13px;
  }

  body[data-page="home"] .home-hero-network-core strong {
    font-size: 17px;
  }

  body[data-page="home"] .home-hero-network-core span {
    margin-top: 4px;
    font-size: 6.5px;
  }

  body[data-page="home"] .home-hero-network-labels strong {
    font-size: 9px;
  }

  body[data-page="home"] .home-hero-network-labels small {
    font-size: 7px;
  }
}

@media (max-width: 720px) {
  body[data-page="home"] {
    --home-side-space: max(16px, env(safe-area-inset-left));
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-frame {
    width: auto;
    margin-right: max(16px, env(safe-area-inset-right));
    margin-left: max(16px, env(safe-area-inset-left));
  }

  body[data-page="home"] .home-hero-cinematic + .home-film-section {
    padding-top: 50px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-media {
    right: auto;
    left: 50%;
    width: min(320px, calc(100vw - 32px));
    height: auto;
  }

  body[data-page="home"] .home-hero-network {
    transform: translateY(-2px) scale(1.03);
  }

  body[data-page="home"] .home-hero-network-labels {
    display: block;
  }

  body[data-page="home"] .home-hero-network-labels strong {
    font-size: 8.5px;
  }

  body[data-page="home"] .home-hero-network-labels small {
    font-size: 7px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-frame {
    padding-block: calc(var(--header-height) + 30px) 272px;
  }

  body[data-page="home"] .home-hero-cinematic .hero-label {
    gap: 8px;
    margin-bottom: 15px;
  }

  body[data-page="home"] .home-hero-cinematic .hero-label::before {
    width: 14px;
  }

  body[data-page="home"] .home-hero-cinematic .hero-label > span {
    font-size: 12px;
  }

  body[data-page="home"] .home-hero-cinematic .hero-label > strong {
    font-size: 11px;
  }

  body[data-page="home"] .home-hero-cinematic h1 {
    margin-bottom: 17px;
    font-size: 36px;
    line-height: 1.14;
  }

  body[data-page="home"] .home-hero-cinematic h1 .hero-title-line,
  body[data-page="home"] .home-hero-cinematic h1 .hero-title-accent {
    white-space: normal;
  }

  body[data-page="home"] .home-hero-cinematic h1 .hero-title-accent {
    margin-top: 4px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-lead {
    margin-bottom: 17px;
    color: #4d5d70;
    font-size: 15px;
    line-height: 1.66;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 20px;
    padding-block: 11px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li,
  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li:first-child {
    padding-inline: 8px;
    font-size: 12px;
    text-align: center;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li:first-child {
    padding-left: 0;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li:last-child {
    padding-right: 0;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-actions {
    flex-wrap: nowrap;
    gap: 18px;
  }

  body[data-page="home"] .home-hero-cinematic .button-primary {
    min-width: 164px;
    min-height: 48px;
    padding-inline: 17px;
    font-size: 14px;
  }

  body[data-page="home"] .home-hero-cinematic .hero-text-link {
    min-height: 48px;
    font-size: 14px;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  body[data-page="home"] {
    --hero-height: clamp(590px, 75svh, 640px);
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-media {
    top: calc(50% + var(--header-height) / 2);
    right: 20px;
    bottom: auto;
    left: auto;
    width: min(calc(48vw - 40px), calc(var(--hero-height) - var(--header-height) - 64px));
    height: auto;
    transform: translateY(-50%);
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-frame {
    grid-template-columns: minmax(0, 52%);
    align-content: center;
    padding-block: calc(var(--header-height) + 30px) 38px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-copy,
  body[data-page="home"] .home-hero-cinematic h1,
  body[data-page="home"] .home-hero-cinematic .home-hero-lead,
  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities {
    max-width: 100%;
  }

  body[data-page="home"] .home-hero-cinematic h1 {
    font-size: clamp(38px, 5vw, 44px);
  }
}

@media (max-width: 420px) {
  body[data-page="home"] {
    --hero-height: 670px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-media {
    width: min(310px, calc(100vw - 32px));
    height: auto;
  }

  body[data-page="home"] .home-hero-network {
    transform: scale(1.02);
  }

  body[data-page="home"] .home-hero-network-core span {
    display: none;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-frame {
    padding-bottom: 272px;
  }

  body[data-page="home"] .home-hero-cinematic h1 {
    font-size: 33px;
    line-height: 1.14;
  }
}

@media (max-width: 380px) {
  body[data-page="home"] {
    --home-side-space: max(14px, env(safe-area-inset-left));
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-frame {
    margin-right: max(14px, env(safe-area-inset-right));
    margin-left: max(14px, env(safe-area-inset-left));
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-media {
    right: auto;
    left: 50%;
    width: min(290px, calc(100vw - 28px));
  }

  body[data-page="home"] .home-hero-network {
    transform: scale(1);
  }

  body[data-page="home"] .home-hero-cinematic h1 {
    font-size: 30px;
    line-height: 1.14;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-actions {
    gap: 12px;
  }

  body[data-page="home"] .home-hero-cinematic .button-primary {
    min-width: 154px;
    padding-inline: 12px;
  }
}

@media (max-width: 340px) {
  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li,
  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li:first-child {
    padding-inline: 4px;
    font-size: 11px;
    white-space: normal;
  }

  body[data-page="home"] .home-hero-cinematic h1 {
    font-size: 28px;
  }

  body[data-page="home"] .home-hero-cinematic .hero-label > strong {
    font-size: 10px;
  }
}

@media (max-width: 340px) and (max-height: 620px) {
  body[data-page="home"] {
    --hero-height: 548px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-media {
    top: auto;
    bottom: 4px;
    width: 248px;
    height: auto;
  }

  body[data-page="home"] .home-hero-network {
    transform: none;
  }

  body[data-page="home"] .home-hero-network-core strong {
    font-size: 14px;
  }

  body[data-page="home"] .home-hero-network-core span {
    display: none;
  }

  body[data-page="home"] .home-hero-network-labels strong {
    font-size: 7.5px;
  }

  body[data-page="home"] .home-hero-network-labels small {
    font-size: 6.5px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-frame {
    padding-top: calc(var(--header-height) + 24px);
    padding-bottom: 174px;
  }

  body[data-page="home"] .home-hero-cinematic .hero-label {
    margin-bottom: 10px;
  }

  body[data-page="home"] .home-hero-cinematic h1 {
    margin-bottom: 12px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-lead {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.52;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities {
    margin-bottom: 14px;
    padding-block: 8px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li,
  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li:first-child {
    font-size: 11px;
  }

  body[data-page="home"] .home-hero-cinematic :is(.button-primary, .hero-text-link) {
    min-height: 44px;
  }
}

@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  body[data-page="home"] {
    --hero-height: max(360px, 100svh);
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-media {
    top: calc(50% + var(--header-height) / 2);
    right: 16px;
    bottom: auto;
    left: auto;
    width: min(calc(44vw - 16px), calc(var(--hero-height) - var(--header-height) - 16px));
    height: auto;
    aspect-ratio: 7 / 5;
    transform: translateY(-50%);
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-frame {
    grid-template-columns: minmax(0, 52%);
    padding-block: calc(var(--header-height) + 12px) 12px;
  }

  body[data-page="home"] .home-hero-cinematic .hero-label {
    margin-bottom: 9px;
  }

  body[data-page="home"] .home-hero-cinematic h1 {
    margin-bottom: 10px;
    font-size: clamp(29px, 4.2vw, 38px);
    line-height: 1.06;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-lead {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.45;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities {
    display: none;
  }

  body[data-page="home"] .home-hero-cinematic :is(.button-primary, .hero-text-link) {
    min-height: 42px;
  }
}

@media (max-width: 600px) and (max-height: 500px) and (orientation: landscape) {
  body[data-page="home"] .home-hero-cinematic .home-hero-actions {
    gap: 8px;
  }

  body[data-page="home"] .home-hero-cinematic .button-primary {
    min-width: 150px;
    padding-inline: 12px;
    font-size: 13px;
  }

  body[data-page="home"] .home-hero-cinematic .hero-text-link {
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (max-width: 520px) and (max-height: 500px) and (orientation: landscape) {
  body[data-page="home"] .home-hero-cinematic .hero-text-link {
    display: none;
  }
}

@media (min-width: 901px) {
  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities {
    width: fit-content;
    display: inline-flex;
    gap: 0;
    margin-bottom: 30px;
    padding: 0;
    border: 0;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li,
  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li:first-child {
    position: relative;
    padding: 0 18px;
    color: #40546b;
    font-size: 13px;
    font-weight: 550;
    line-height: 1.4;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li:first-child {
    padding-left: 0;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li:last-child {
    padding-right: 0;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li + li {
    border-left: 1px solid #cbd6e2;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li::before {
    display: none;
    content: none;
  }
}

@media (min-width: 901px) and (max-width: 1060px) {
  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li,
  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li:first-child {
    padding-inline: 13px;
    font-size: 12px;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li:first-child {
    padding-left: 0;
  }

  body[data-page="home"] .home-hero-cinematic .home-hero-capabilities li:last-child {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .home-hero-cinematic .home-hero-copy,
  body[data-page="home"] .home-hero-cinematic .button-primary svg,
  body[data-page="home"] .home-hero-cinematic .hero-text-link svg,
  body[data-page="home"] .home-hero-network-poster,
  body[data-page="home"] .home-hero-lottie {
    animation: none;
    transition: none;
  }
}
