@media (max-width: 1180px) {
  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .footer-brand {
    grid-column: 1 / -1;
  }

}

@media (max-width: 960px) {
  .section {
    padding: 68px 0;
  }

  .nav-shell {
    height: 68px;
  }

  .brand img {
    height: 42px;
  }

  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-header.is-open .mobile-panel {
    display: block;
  }

  .mobile-panel .content-max {
    padding: 12px 0;
  }

  .about-grid,
  .career-grid,
  .contact-grid,
  .unit-row {
    grid-template-columns: 1fr;
  }

  .unit-row:nth-child(even) .unit-copy,
  .unit-row:nth-child(even) .unit-visual {
    order: initial;
  }

  .platform-grid,
  .news-grid,
  .advantage-grid {
    grid-template-columns: 1fr;
  }

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

  .journey-table {
    overflow-x: auto;
  }

  .journey-row {
    min-width: 760px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .content-max {
    width: min(100% - 28px, 1152px);
  }

  .site-footer .content-max {
    width: min(100% - 28px, 1440px);
  }

  .hero {
    min-height: 760px;
  }

  .hero-inner {
    padding: 174px 0 90px;
  }

  .hero-content {
    max-width: 100%;
    margin-left: 0;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.16;
  }

  .hero p {
    font-size: 18px;
    line-height: 1.5;
  }

  .news-toolbar,
  .footer-bottom,
  .footer-legal {
    align-items: stretch;
    flex-direction: column;
  }

  .section .btn,
  .contact .btn,
  .news-toolbar .btn {
    width: 100%;
  }

  .stats-grid,
  .benefits-grid,
  .form-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .journey-row {
    min-width: 680px;
    grid-template-columns: 0.8fr 1fr 1.35fr;
  }

  .journey-row > div {
    padding: 14px;
    font-size: 12px;
  }

  .advantage-card,
  .pipeline-card {
    padding: 24px;
  }

  .float-note.bottom,
  .float-note.top,
  .career-note {
    position: static;
    margin-top: 14px;
  }

  .contact-form {
    padding: 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 0 36px;
  }

  .footer-brand p {
    max-width: 100%;
  }

  .footer-bottom {
    padding: 28px 0 34px;
  }
}
