@media (max-width: 1080px) {
  .hero__content,
  .layout-split,
  .visit__layout,
  .mood__layout,
  .section__heading-row {
    grid-template-columns: 1fr;
  }

  .hero__content {
    gap: 34px;
  }

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

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

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

  .section {
    padding: 88px 0;
  }

  .topbar__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .topbar__menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid var(--color-line);
    background: rgba(12, 14, 19, 0.96);
    backdrop-filter: blur(12px);
  }

  .topbar__menu.is-open {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding-bottom: 48px;
  }

  .hero__content {
    min-height: auto;
    padding-top: 46px;
  }

  .hero__copy {
    max-width: none;
    padding: 28px 22px 22px 0;
  }

  .hero__copy::before {
    inset: 0 18px 0 -10px;
    border-radius: 22px;
  }

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

  .hero__details--visual {
    width: min(100%, 420px);
    max-width: 420px;
    margin-top: 16px;
  }

  .hero__visual-frame {
    width: min(100%, 420px);
    padding: 12px;
    border-radius: 28px;
  }

  .hero__visual-image {
    border-radius: 20px;
  }

  .hero__title {
    font-size: clamp(2.5rem, 10vw, 3.9rem);
    line-height: 1.1;
  }

  .hero__headline {
    font-size: 1.12rem;
    line-height: 1.6;
  }

  .statement__text {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    line-height: 1.84;
  }

  .hero__actions,
  .closing__actions,
  .visit__actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .featured__grid,
  .artists__grid,
  .experience__grid,
  .info__grid {
    grid-template-columns: 1fr;
  }

  .featured-card,
  .visit__map {
    min-height: 320px;
  }

  .mood__layout {
    padding: 28px 22px;
  }

  .mood__keywords {
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .mood__keywords span {
    position: static;
  }

  .closing__box {
    padding: 34px 22px;
    text-align: left;
  }

  .closing__box p {
    margin-left: 0;
    margin-right: 0;
  }
}
