@media (max-width: 800px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    height: 68px;
  }

  .brand-name {
    font-size: 10px;
  }

  .hero-content {
    left: 7vw;
    right: 7vw;
    top: 23%;
  }

  .hero h1 {
    font-size: clamp(52px, 15.5vw, 78px);
    line-height: .88;
    margin: 22px 0 25px;
  }

  .hero-intro {
    font-size: 13px;
    line-height: 1.55;
    max-width: 290px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    margin-top: 27px;
  }

  .hero-actions .button {
    gap: 20px;
    padding: 14px 16px;
  }

  .hero-actions .text-link {
    font-size: 9px;
    gap: 14px;
  }

  .hero-meta {
    bottom: 22px;
    font-size: 7px;
    left: 7vw;
    right: 7vw;
  }

  .hero-meta .scroll-cue,
  .hero-meta span:last-child {
    display: none;
  }

  .section-dark,
  .section-light {
    padding-bottom: 90px;
    padding-top: 105px;
  }

  .section-index {
    font-size: 8px;
  }

  .statement h2,
  .section-header h2,
  .signature h2,
  .numbers h2,
  .gallery h2 {
    font-size: clamp(47px, 14vw, 68px);
  }

  .statement-copy > p {
    font-size: 14px;
  }

  .section-header,
  .gallery-head {
    margin-bottom: 45px;
  }

  .dish-content {
    padding: 20px;
  }

  .dish-content h3 {
    font-size: 27px;
  }

  .signature-stage {
    margin-top: 38px;
  }

  .signature-caption {
    left: 7%;
    width: 86%;
  }

  .signature-caption h3 {
    font-size: 35px;
  }

  .experience {
    grid-template-columns: 38px 1fr 25px;
    padding: 23px 8px;
  }

  .experience h3 {
    font-size: clamp(27px, 8vw, 38px);
  }

  .stats {
    margin-top: 58px;
  }

  .stats strong {
    font-size: clamp(46px, 14vw, 60px);
  }

  .stats span {
    font-size: 8px;
    line-height: 1.4;
  }

  .gallery-head .text-link {
    margin-top: 25px;
  }

  .story-copy h2 {
    font-size: clamp(39px, 11vw, 55px);
  }

  .booking h2 {
    font-size: clamp(42px, 12vw, 60px);
  }

  .booking-form {
    margin-left: 0;
    margin-top: 48px;
    padding: 24px 19px;
    width: 100%;
  }

  .form-step label {
    font-size: 20px;
  }

  .choice-grid {
    gap: 8px;
  }

  .choice-grid button {
    font-size: 12px;
    min-height: 52px;
    padding: 12px;
  }

  .footer-top,
  .footer-bottom {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
