@media (max-width: 1024px) {
  html,
  body,
  main,
  .site-page,
  .site-main,
  section,
  .site-header,
  .mobile-menu,
  .hero-section,
  .launch-strip {
    min-width: 0;
    max-width: 100%;
  }

  body {
    overflow-x: hidden;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .site-header {
    inset-inline: 0;
  }

  .site-header__inner {
    width: min(100% - 40px, 944px);
    max-width: 100%;
    height: 68px;
    padding-inline: 16px;
    gap: 18px;
  }

  .site-header__brand {
    flex: 0 0 auto;
  }

  .site-header__brand-text {
    white-space: nowrap;
  }

  .site-header__nav {
    gap: 8px;
    min-width: 0;
    justify-content: center;
  }

  .site-header__nav-link {
    padding: 9px 10px;
    font-size: 13px;
    white-space: nowrap;
  }

  .site-header__cta {
    flex: 0 0 auto;
    padding-inline: 16px;
    min-height: 42px;
    font-size: 13px;
    white-space: nowrap;
  }

  .site-header__menu-button {
    display: none;
  }

  .mobile-menu {
    width: 100%;
  }

  .mobile-menu__panel {
    width: min(440px, calc(100% - 32px));
    max-width: 100%;
  }

  .hero-section {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 36px;
    overflow: hidden;
  }

  .hero-section__backdrop,
  .hero-section__grid,
  .hero-section__scanline {
    max-width: 100%;
  }

  .hero-section__halo--violet {
    width: 56vw;
    height: 56vw;
    left: -18vw;
    top: 8vh;
  }

  .hero-section__halo--cyan {
    width: 52vw;
    height: 52vw;
    right: -16vw;
    top: 28vh;
  }

  .hero-shell {
    width: min(100% - 40px, 944px);
    max-width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "kicker"
      "content"
      "collage"
      "command";
    align-items: center;
    gap: 22px;
    padding-top: 0;
  }

  .hero-kicker {
    grid-area: kicker;
    justify-self: center;
    max-width: 100%;
  }

  .hero-kicker__text {
    white-space: normal;
    text-align: center;
  }

  .hero-content {
    grid-area: content;
    width: min(760px, 100%);
    max-width: 100%;
    justify-self: center;
    text-align: center;
    align-items: center;
  }

  .hero-content__eyebrow {
    justify-content: center;
  }

  .hero-content__title {
    max-width: 820px;
    font-size: clamp(44px, 7vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-wrap: balance;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .hero-content__lead {
    max-width: 720px;
    margin-inline: auto;
    font-size: 17px;
    line-height: 1.75;
    text-wrap: pretty;
  }

  .hero-collage {
    grid-area: collage;
    width: min(760px, 100%);
    max-width: 100%;
    min-height: 500px;
    justify-self: center;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.28fr) minmax(0, 0.86fr);
    grid-template-rows: 92px minmax(250px, 1fr) 104px;
    grid-template-areas:
      "engine core fair"
      "orbit core orbit"
      "benefit benefit core";
    gap: 14px;
    margin-top: 2px;
  }

  .hero-media--core {
    grid-area: core;
    align-self: center;
    justify-self: center;
    width: min(410px, 100%);
    max-width: 100%;
    transform: none;
    z-index: 2;
  }

  .hero-media__image {
    width: 100%;
    max-height: 430px;
    object-fit: contain;
  }

  .hero-media__caption {
    left: 50%;
    right: auto;
    bottom: 14px;
    width: min(86%, 320px);
    transform: translateX(-50%);
  }

  .hero-card {
    width: auto;
    min-width: 0;
    max-width: 100%;
    padding: 14px 15px;
    z-index: 3;
  }

  .hero-card--engine {
    grid-area: engine;
    align-self: end;
    justify-self: stretch;
    transform: none;
  }

  .hero-card--fair {
    grid-area: fair;
    align-self: end;
    justify-self: stretch;
    transform: none;
  }

  .hero-card--benefit {
    grid-area: benefit;
    align-self: start;
    justify-self: stretch;
    transform: none;
  }

  .hero-card__label {
    font-size: 10px;
  }

  .hero-card__value {
    font-size: clamp(18px, 2.6vw, 25px);
    line-height: 1.08;
    word-break: keep-all;
  }

  .hero-card__text {
    font-size: 12px;
    line-height: 1.45;
  }

  .hero-orbit {
    grid-area: orbit;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .hero-orbit__ring--outer {
    width: min(410px, 58vw);
    height: min(410px, 58vw);
  }

  .hero-orbit__ring--inner {
    width: min(300px, 43vw);
    height: min(300px, 43vw);
  }

  .hero-orbit__tile--one {
    left: 12%;
    top: 23%;
  }

  .hero-orbit__tile--two {
    right: 10%;
    top: 30%;
  }

  .hero-orbit__tile--three {
    left: 46%;
    bottom: 8%;
  }

  .hero-command {
    grid-area: command;
    width: min(880px, 100%);
    max-width: 100%;
    justify-self: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    margin-top: 0;
    border-radius: 28px;
  }

  .hero-command__copy {
    min-width: 0;
    text-align: center;
  }

  .hero-command__label,
  .hero-command__title {
    justify-content: center;
  }

  .hero-command__title {
    font-size: clamp(18px, 2.6vw, 25px);
    line-height: 1.3;
  }

  .hero-command__actions {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .button,
  .hero-command__primary,
  .hero-command__secondary {
    min-width: min(220px, 100%);
    min-height: 48px;
    justify-content: center;
    white-space: nowrap;
  }

  .hero-command__chips {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .hero-command__chip {
    min-width: 0;
    white-space: nowrap;
  }

  .launch-strip {
    padding-inline: 20px;
  }

  .launch-strip__list {
    width: min(100%, 944px);
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .launch-strip__item {
    min-width: 0;
    max-width: 100%;
    padding: 18px;
  }

  .launch-strip__item--speed {
    grid-column: 1;
    grid-row: 1;
  }

  .launch-strip__item--modes {
    grid-column: 2;
    grid-row: 1;
  }

  .launch-strip__item--mobile {
    grid-column: 1;
    grid-row: 2;
  }

  .launch-strip__item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .launch-strip__label,
  .launch-strip__value,
  .launch-strip__desc {
    overflow-wrap: anywhere;
  }

  .launch-strip__value {
    font-size: clamp(22px, 3.2vw, 34px);
    line-height: 1.05;
  }

  .launch-strip__desc {
    line-height: 1.55;
  }
}

/* Responsive width contract: generated by quality guard */
@media (max-width: 1024px) {
  html,
  body,
  main,
  section,
  .site-page,
  .site-main,
  .hero-section {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip;
  }

  *,
  *::before,
  *::after {
    min-width: 0;
  }
}
