@media (max-width: 1200px) {
  :root {
    --container-pad: 48px;
  }

  .story__inner,
  .booking__inner {
    gap: 64px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  }

  .story-gallery {
    width: 100%;
  }
}

@media (max-width: 900px) {
  :root {
    --container-pad: 24px;
    --text-section: 44px;
  }

  .okm-nav {
    padding-inline: var(--container-pad);
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    display: none;
  }

  .nav-phone {
    display: inline-flex;
  }

  .nav-burger {
    display: flex;
  }

  .hero {
    height: 100dvh;
  }

  .hero-photo-right {
    display: none;
  }

  .hero-content {
    max-width: calc(100vw - 48px);
    top: 50%;
    width: calc(100vw - 48px);
  }

  .hero-title {
    font-size: clamp(72px, 15vw, 110px);
  }

  .hero-subtitle {
    letter-spacing: 5px;
  }

  .hero-ghost-zero {
    font-size: 440px;
  }

  .about-strip__inner {
    flex-direction: column;
    gap: 32px;
  }

  .strip-divider {
    display: none;
  }

  .story__inner,
  .booking__inner {
    grid-template-columns: 1fr;
  }

  .story__copy {
    display: block;
  }

  .story-gallery {
    grid-template-rows: repeat(2, minmax(180px, 280px));
    height: auto;
  }

  .booking__info {
    padding-top: 0;
  }

  .events-grid,
  .b2b-grid,
  .hookah-grid {
    grid-template-columns: 1fr;
  }

  .faq-item__toggle {
    font-size: clamp(25px, 5.2vw, 31px);
    min-height: 82px;
    padding-block: 20px;
  }

  .faq-item__panel {
    font-size: 18px;
  }

  .event-card,
  .b2b-card {
    height: auto;
    min-height: 360px;
  }

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

  .static-page {
    padding-bottom: var(--sp-10);
    padding-top: 132px;
  }

  .static-page__content {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  :root {
    --text-section: 36px;
  }

  .okm-section {
    padding-block: 48px;
  }

  .section-desc {
    font-size: 16px;
  }

  .hero {
    height: 100dvh;
  }

  .hero-content {
    gap: 22px;
    top: 50%;
  }

  .hero-title {
    font-size: 76px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

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

  .hero-scroll {
    display: none;
  }

  .menu-tabs {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .menu-tab {
    border: 1px solid rgba(242, 237, 228, 0.12);
    padding: 12px;
  }

  .cocktail-track {
    grid-template-columns: repeat(6, minmax(280px, calc(100vw - 48px)));
    width: max-content;
  }

  .cocktail-card {
    width: 100%;
  }

  .food-item {
    flex-direction: column;
  }

  .story-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 240px);
  }

  .story-image--main {
    grid-row: auto;
  }

  .story-details,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .social-links.okm-social-icons {
    gap: 12px;
  }

  .map-banner {
    padding-inline: 24px;
  }

  .faq-item__toggle {
    font-size: clamp(22px, 8vw, 28px);
    min-height: 72px;
    padding-block: 16px;
  }

  .faq-item__panel {
    font-size: 17px;
    padding-bottom: 20px;
  }

  .site-footer__bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .site-footer__bottom > p,
  .site-footer__credit-link {
    justify-self: center;
  }

  .site-footer__legal {
    gap: 12px 18px;
    justify-content: center;
    width: 100%;
  }

  .static-page {
    padding-bottom: var(--sp-8);
    padding-top: 120px;
  }

  .static-page__title {
    font-size: clamp(36px, 11vw, 52px);
  }

  .static-page__lead {
    font-size: 20px;
  }

  .static-page__content {
    font-size: 17px;
  }

  .static-page__meta {
    font-size: 11px;
    gap: 6px;
  }
}

@media (max-width: 375px) {
  .btn {
    padding-inline: 28px;
  }

  .hero-title {
    font-size: 72px;
  }
}
