@media (max-width: 1060px) {
  .thirdspace {
    display: block;
    min-height: auto;
  }

  .thirdspace__bg {
    position: relative;
    height: clamp(240px, 42vw, 380px);
  }

  .thirdspace__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    min-width: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .thirdspace__fade {
    inset: 0;
    width: 100%;
    min-width: 0;
    background: linear-gradient(180deg, rgba(20, 18, 16, 0.08) 0%, rgba(237, 233, 225, 0.72) 68%, var(--surface-alt) 100%);
  }

  .thirdspace__fill { display: none; }

  .thirdspace__inner {
    display: block;
    padding: clamp(28px, 5vw, 48px) clamp(20px, 4vw, 32px) clamp(40px, 6vw, 64px);
  }

  .thirdspace__inner > div:first-child { display: none; }

  .thirdspace__content {
    align-items: center;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
  }

  .thirdspace__logo {
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .thirdspace__tagline {
    justify-content: center;
    align-self: center;
  }

  .thirdspace__content p {
    color: var(--ink-muted);
    max-width: 52ch;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 720px) {
  .showcase-slider {
    --slider-h: clamp(240px, 52vw, 480px);
  }

  .showcase-slider__slide img {
    object-fit: cover;
    object-position: center;
  }

  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(14, 12, 10, 0.88) 0%, rgba(14, 12, 10, 0.72) 42%, rgba(12, 10, 8, 0.96) 100%),
      linear-gradient(90deg, rgba(14, 12, 10, 0.85) 0%, rgba(14, 12, 10, 0.55) 100%);
  }

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

  .stats__countries {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

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

  .project-card { flex-basis: 85%; }

  .project-card__cat { white-space: normal; }

  .legacy__sticky { position: static; }

  .modal__gallery { grid-template-columns: repeat(2, 1fr); }
  .modal__gallery-cell--wide { grid-row: span 1; }

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

  .pminfinity__visual { min-height: clamp(340px, 85vw, 480px); }
}

@media (max-width: 480px) {
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .btn-pill,
  .hero__actions .btn-ghost {
    justify-content: center;
    width: 100%;
  }

  .hero .eyebrow { font-size: 13.5px; }

  .hero h1 { font-size: clamp(26px, 8vw, 36px); }

  .hero__authenticity {
    margin-top: 20px;
    padding-left: 12px;
  }

  .hero__authenticity-headline {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .hero__authenticity-sub {
    font-size: 13px;
  }

  .hero__actions {
    margin-top: 22px;
  }

  .service-card { flex-basis: 240px; }
  .service-card--brand img { padding: 30px 18px 74px; }

  .hero__tags { gap: 8px; }

  .showcase-slider {
    --slider-h: clamp(200px, 58vw, 360px);
  }

  .showcase-slider__dots {
    bottom: 14px;
    gap: 6px;
    max-width: calc(100% - 24px);
  }

  .showcase-slider__dot {
    width: 18px;
  }

  .showcase-slider__dot.is-active {
    width: 28px;
  }

  .tag-pill { padding: 6px 12px; font-size: 11px; }
}
