/* Responsive */

@media (max-width: 1100px) {
  .nav-desktop,
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .trust-grid,
  .services-list,
  .about-split,
  .why-grid,
  .contact-layout,
  .service-block,
  .footer-grid,
  .approach-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .project-card:first-child {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 420px;
  }

  .process-row {
    grid-template-columns: 1fr 1fr;
  }

  .process-row::before {
    display: none;
  }

  .masonry {
    grid-template-columns: 1fr 1fr;
  }

  .service-block:nth-child(even) .service-block-media {
    order: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --header-h: 72px;
  }

  .trust-grid,
  .services-list,
  .about-split,
  .why-grid,
  .contact-layout,
  .service-block,
  .footer-grid,
  .approach-grid,
  .project-grid,
  .process-row,
  .masonry,
  .form-grid,
  .timeline-item {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .service-row,
  .why-item {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-row {
    grid-template-columns: 3.2rem 1fr;
  }

  .service-arrow {
    display: none;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .media-frame,
  .media-frame img {
    min-height: 320px;
  }

  .hero-content {
    padding-bottom: 4.25rem;
  }

  .scroll-hint {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-call {
    display: flex;
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 60;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    background: var(--color-accent);
    color: var(--color-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: var(--shadow);
  }

  body {
    padding-bottom: 4.5rem;
  }

  .masonry .project-card,
  .masonry .project-card:nth-child(3n + 1),
  .project-card {
    min-height: 300px;
  }

  .modal-card img {
    height: 240px;
  }

  .page-hero {
    min-height: 58vh;
  }
}

@media (min-width: 1600px) {
  :root {
    --container-width: 1440px;
  }
}
