@media (max-width: 1080px) {
  :root {
    --container: 940px;
  }

  .nav-link {
    padding-inline: 9px;
  }

  .nav-cta {
    padding-inline: 14px;
  }

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

  .footer-grid {
    grid-template-columns: 1.25fr 0.75fr 0.9fr;
  }

  .footer-grid > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 74px;
  }

  .section {
    padding: 88px 0;
  }

  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    z-index: 2;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    display: flex;
    width: min(88vw, 390px);
    align-items: stretch;
    flex-direction: column;
    gap: 3px;
    padding: 30px 24px;
    border-left: 1px solid var(--line);
    background: rgba(7, 7, 7, 0.99);
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.4);
    transform: translateX(105%);
    transition: transform 0.35s ease;
  }

  .nav-menu.open {
    transform: translateX(0);
  }

  .nav-link {
    padding: 14px 10px;
    font-size: 0.9rem;
  }

  .nav-link::after {
    right: 10px;
    left: 10px;
  }

  .nav-cta {
    margin-top: 12px;
  }

  .brand {
    width: 104px;
    flex-basis: 104px;
  }

  .brand img {
    width: 104px;
    height: 88px;
  }

  .hero {
    min-height: 820px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.93), rgba(5, 5, 5, 0.55)),
      linear-gradient(180deg, rgba(5, 5, 5, 0.16), #070707 97%);
  }

  .hero-content {
    padding-top: 135px;
  }

  .hero-badge {
    right: 20px;
    bottom: 34px;
  }

  .scroll-cue {
    display: none;
  }

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

  .split,
  .split--reverse {
    grid-template-columns: 1fr;
  }

  .split--reverse .split-copy {
    order: 1;
  }

  .split--reverse .media-frame {
    order: 2;
  }

  .form-wrap {
    grid-template-columns: 1fr;
  }

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

  .stat:nth-child(2)::after {
    display: none;
  }

  .gallery-item,
  .gallery-item:first-child,
  .gallery-item:nth-child(5) {
    grid-column: span 6;
  }

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

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section,
  .section--compact {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.7rem);
  }

  .hero {
    min-height: 760px;
    text-align: left;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.5), rgba(5, 5, 5, 0.9) 58%, #070707 97%);
  }

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

  .hero-content {
    padding: 124px 0 170px;
  }

  .hero-kicker {
    letter-spacing: 0.16em;
  }

  .hero p {
    font-size: 0.97rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-badge {
    right: 14px;
    bottom: 25px;
    left: 14px;
    width: auto;
  }

  .hero-video-toggle {
    bottom: 103px;
    left: 14px;
  }

  .page-hero {
    min-height: 460px;
  }

  .page-hero__content {
    padding: 135px 0 64px;
  }

  .grid--2,
  .grid--3,
  .grid--4,
  .people-grid {
    grid-template-columns: 1fr;
  }

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

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

  .media-frame::before {
    inset: 14px -8px -10px 14px;
  }

  .media-frame__badge {
    right: 12px;
    bottom: 16px;
    left: 12px;
    max-width: none;
  }

  .event-spotlight {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.7), rgba(7, 7, 7, 0.98) 55%),
      var(--event-image) center / cover no-repeat;
  }

  .event-spotlight__content {
    padding: 270px 25px 34px;
  }

  .gallery-grid {
    grid-auto-rows: 190px;
  }

  .gallery-item,
  .gallery-item:first-child,
  .gallery-item:nth-child(5) {
    grid-column: span 12;
  }

  .uae-showcase-grid,
  .uae-showcase-grid--three {
    grid-template-columns: 1fr;
  }

  .showcase-card__image {
    aspect-ratio: 4 / 5;
  }

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

  .stat:not(:last-child)::after {
    top: auto;
    right: 20%;
    bottom: 0;
    left: 20%;
    width: auto;
    height: 1px;
  }

  .testimonial-track {
    min-height: 410px;
  }

  .testimonial {
    padding: 36px 23px;
  }

  .timeline-item {
    grid-template-columns: 48px 1fr;
    gap: 17px;
  }

  .timeline::before {
    left: 23px;
  }

  .timeline-marker {
    width: 48px;
    height: 48px;
  }

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

  .field--full {
    grid-column: auto;
  }

  .map {
    height: 350px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-grid > :last-child {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp-float {
    width: 54px;
    height: 54px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
  }

  .whatsapp-float span {
    display: none;
  }

  .back-to-top {
    right: 28px;
    bottom: 88px;
  }

  .btn-row .btn {
    flex: 1 1 100%;
  }
}

@media (max-width: 390px) {
  .brand,
  .brand img {
    width: 92px;
  }

  .brand {
    flex-basis: 92px;
  }

  .hero-kicker::before {
    width: 22px;
  }

  .event-meta {
    flex-direction: column;
  }
}
