@media (max-width: 1040px) {
  .gb-site-nav {
    display: none;
  }

  .gb-site-header {
    grid-template-columns: 1fr auto auto;
  }

  .gb-mobile-nav {
    display: block;
  }

  .gb-intro-band,
  .gb-section-heading {
    grid-template-columns: 0.45fr 1.55fr;
  }

  .gb-intro-band > p:last-child,
  .gb-section-heading > p:last-child {
    grid-column: 2;
  }

  .gb-schedule-section,
  .gb-assistant-section,
  .gb-spatial-section {
    gap: 4rem;
    grid-template-columns: 1fr;
  }

  .gb-schedule-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .gb-assistant-flow {
    margin-left: auto;
    max-width: 620px;
    width: 80%;
  }

  .gb-download-section {
    grid-template-columns: auto 1fr;
  }

  .gb-download-actions {
    grid-column: 2;
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .gb-site-header {
    min-height: 64px;
    padding: 0 16px;
  }

  .gb-site-brand img {
    border-radius: 0;
    height: 38px;
    width: 38px;
  }

  .gb-site-brand span {
    font-size: 0.9rem;
  }

  .gb-site-actions .gb-download-link {
    display: none;
  }

  .gb-login-link {
    font-size: 0.74rem;
  }

  .gb-hero {
    height: calc(100svh - 50px);
    min-height: 620px;
  }

  .gb-hero-media {
    object-position: 58% center;
  }

  .gb-hero-content {
    justify-content: flex-end;
    padding: 6.5rem 1.1rem 8.8rem;
  }

  .gb-hero h1 {
    font-size: 3.5rem;
  }

  .gb-hero-statement {
    font-size: 1.45rem;
  }

  .gb-hero-copy {
    font-size: 0.86rem;
    max-width: 420px;
  }

  .gb-hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 1.35rem;
    width: min(100%, 320px);
  }

  .gb-button {
    width: 100%;
  }

  .gb-hero-signals {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1.1rem 1rem;
  }

  .gb-hero-signals li:nth-child(n + 3) {
    display: none;
  }

  .gb-intro-band,
  .gb-section-heading {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .gb-intro-band {
    padding: 4rem 1.1rem;
  }

  .gb-intro-band > p:last-child,
  .gb-section-heading > p:last-child {
    grid-column: 1;
  }

  .gb-intro-band h2,
  .gb-section-heading h2,
  .gb-schedule-copy h2,
  .gb-assistant-section h2,
  .gb-spatial-copy h2,
  .gb-download-section h2 {
    font-size: 2.8rem;
  }

  .gb-work-section,
  .gb-everything-section {
    padding: 5rem 1.1rem;
  }

  .gb-work-ledger {
    margin-top: 3rem;
  }

  .gb-work-ledger > div {
    gap: 0.55rem;
    grid-template-columns: 1fr;
  }

  .gb-product-frame {
    box-shadow: 0 24px 55px rgba(17, 25, 22, 0.14);
  }

  .gb-product-frame > img {
    height: 330px;
    object-fit: cover;
    object-position: 38% top;
    width: 100%;
  }

  .gb-runway {
    grid-template-columns: 1fr;
    padding: 0 1.1rem;
  }

  .gb-runway article,
  .gb-runway article:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--gb-line-light);
    min-height: auto;
    padding: 2.5rem 0;
  }

  .gb-runway h3 {
    font-size: 1.9rem;
    margin-top: 2.2rem;
  }

  .gb-schedule-section,
  .gb-assistant-section,
  .gb-spatial-section {
    gap: 3rem;
    padding: 5rem 1.1rem;
  }

  .gb-agenda li {
    gap: 0.65rem;
    grid-template-columns: 46px 1fr;
    padding: 0.8rem;
  }

  .gb-agenda em {
    display: none;
  }

  .gb-assistant-flow {
    margin: 0;
    width: 100%;
  }

  .gb-spatial-section::after {
    height: 260px;
    right: -160px;
    width: 260px;
  }

  .gb-feature-wall {
    grid-template-columns: 1fr;
  }

  .gb-feature-wall li:nth-child(odd) {
    border-right: 0;
  }

  .gb-feature-wall li:nth-child(even) {
    padding-left: 0;
  }

  .gb-download-section {
    grid-template-columns: 1fr;
    padding: 4rem 1.1rem;
  }

  .gb-download-section > img {
    border-radius: 19px;
    height: 82px;
    width: 82px;
  }

  .gb-download-actions {
    grid-column: 1;
    justify-items: start;
  }

  .gb-site-footer {
    align-items: start;
    grid-template-columns: 1fr;
    padding: 3rem 1.1rem;
  }

  .gb-site-footer nav {
    align-items: start;
    flex-direction: column;
    gap: 0.7rem;
  }
}

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

  .gb-button,
  .gb-download-link,
  .gb-app-button {
    transition: none;
  }
}
