/* RESPONSIVE */

@media (max-width: 980px) {
  .container {
    width: min(100% - 40px, 1180px);
  }

  .navbar {
    padding: 22px 0;
  }

  nav {
    display: none;
  }

  .hero {
    height: 680px;
    background-position: 58% center;
  }

  .hero-kicker {
    letter-spacing: 0.36em;
  }

  .hero-title {
    font-size: clamp(4rem, 12vw, 6.4rem);
  }

  .hero-description {
    letter-spacing: 0.22em;
  }

  .menu-preview {
    padding: 86px 0;
  }

  .menu-header {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 46px;
  }

  .menu-intro {
    max-width: 520px;
    margin-left: 0;
  }

  .menu-editorial {
    grid-template-columns: 1fr;
  }

  .menu-feature,
  .menu-feature.large {
    min-height: 460px;
  }

  .booking-bar {
    grid-template-columns: 1fr 1fr;
  }

  .booking-display {
    min-height: 92px;
  }

  .booking-btn {
    min-height: 76px;
    grid-column: span 2;
  }

  .footer-inner {
    flex-direction: column;
    gap: 56px;
  }

  .footer-contact {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .navbar {
    padding: 18px 0;
  }

  .logo {
    font-size: 1.24rem;
  }

  .nav-btn {
    padding: 10px 14px;
    font-size: 0.64rem;
    letter-spacing: 0.08em;
  }

  .hero {
    height: 620px;
    background-position: 58% center;
  }

  .hero-center {
    width: min(100% - 28px, 520px);
    margin-top: 34px;
  }

  .hero-kicker {
    font-size: 0.62rem;
    letter-spacing: 0.22em;
  }

  .hero-title {
    font-size: clamp(3.7rem, 18vw, 5.4rem);
    line-height: 0.94;
  }

  .hero-location {
    gap: 12px;
    margin-top: 18px;
  }

  .hero-location span {
    width: 38px;
  }

  .hero-location p {
    font-size: 0.85rem;
    letter-spacing: 0.24em;
  }

  .hero-description {
    max-width: 320px;
    margin: 24px auto 0;
    font-size: 0.66rem;
    line-height: 1.8;
    letter-spacing: 0.16em;
  }

  .scroll-indicator {
    bottom: 18px;
  }

  .scroll-line {
    height: 34px;
  }

  .scroll-indicator small {
    font-size: 0.56rem;
    letter-spacing: 0.24em;
  }

  .intro {
    padding: 58px 0 76px;
  }

  .intro h1 {
    font-size: clamp(3.2rem, 16vw, 4.8rem);
  }

  .intro p {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .btn {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    font-size: 0.72rem;
  }

  .menu-title h2,
  .reservation-copy h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .menu-feature,
  .menu-feature.large {
    min-height: 390px;
  }

  .menu-copy {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }

  .booking-bar {
    grid-template-columns: 1fr;
  }

  .booking-display {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .booking-btn {
    grid-column: auto;
    min-height: 70px;
  }

  .footer {
    padding-top: 90px;
  }

  .footer-contact {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 380px) {
  .nav-btn {
    display: none;
  }

  .hero-title {
    font-size: 3.3rem;
  }
}