@media (max-width: 1320px) {
  .hero-content {
    grid-template-columns: 1fr;
    justify-content: initial;
    gap: 54px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero-dashboard-wrap {
    max-width: 760px;
    width: 100%;
    justify-self: start;
  }
}

@media (max-width: 980px) {
  .trust-section,
  .stack-layout,
  .contact-panel {
    grid-template-columns: 1fr;
  }

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

  .case-feature-grid,
  .case-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .process-card::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .navbar {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 24px;
  }

  .brand-wordmark {
    width: 124px;
    max-height: 31px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 22px;
    background: rgba(8, 17, 31, 0.96);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu a {
    padding: 13px 16px;
  }

  .nav-menu a.nav-login {
    margin-left: 0;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
  }

  .hero-content {
    width: min(calc(100% - 28px), var(--container));
    gap: 0;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(2.3rem, 12vw, 3.35rem);
    line-height: 1;
  }

  .hero-subtitle {
    font-size: 1.06rem;
  }

  .hero-description {
    font-size: 0.94rem;
    line-height: 1.68;
  }

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

  .contact-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .contact-actions .button {
    width: 100%;
  }

  .trust-grid,
  .services-grid,
  .case-feature-grid,
  .case-compact-grid,
  .process-grid,
  .stack-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .case-featured,
  .case-compact,
  .process-card,
  .stack-card {
    min-height: auto;
  }

  .command-dashboard {
    display: none;
  }

  .dashboard-orbit {
    display: none;
  }

  .hero-dashboard-wrap {
    display: none;
  }

}

@media (max-width: 460px) {
  .brand-chip {
    width: auto;
    height: 38px;
    padding: 3px 10px;
  }

  .hero-proof {
    display: none;
  }

  .eyebrow {
    font-size: 0.68rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.08rem, 11.2vw, 2.5rem);
  }

  .hero-description {
    margin-top: 18px;
  }

}
