
/* =====================================================
   MENU PAGE STICKY CATEGORY NAV FIX
   ===================================================== */

body[data-page="menu"] main {
  overflow: visible !important;
}

/* Cross-device overflow safety */
.menu-hero,
.service-section,
.booking-cta {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.menu-hero .hero-copy,
.hero-side,
.section-heading,
.service-table,
.service-row,
.booking-cta > * {
  min-width: 0;
  max-width: 100%;
}

.menu-hero,
.service-section,
.booking-cta {
  overflow-x: hidden;
}


.menu-hero {
  position: relative;
  min-height: 68svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.34fr);
  align-items: end;
  gap: clamp(34px, 5.5vw, 84px);
  overflow: hidden;
  padding:
    calc(var(--header-h) + 60px)
    clamp(22px, 5vw, 90px)
    clamp(56px, 6vw, 82px);
  background: var(--peach);
}

.menu-hero .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
  min-width: 0;
}

.menu-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.6rem, 5.4vw, 6.2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.022em;
  text-transform: uppercase;
}

.menu-hero .hero-intro {
  max-width: 580px;
  margin-bottom: 0;
  color: rgba(17, 17, 17, 0.68);
  font-size: clamp(0.98rem, 1vw, 1.06rem);
  line-height: 1.62;
}

.hero-side {
  position: relative;
  z-index: 2;
  align-self: center;
  display: grid;
  justify-items: end;
  gap: 20px;
  min-width: 0;
}

.hero-number {
  color: rgba(255, 255, 255, 0.58);
  font: 700 clamp(5.5rem, 9vw, 9rem) / 0.74 "Barlow Condensed", sans-serif;
  letter-spacing: -0.045em;
}

.hero-side p {
  margin: 0;
  font: 600 clamp(1rem, 1.4vw, 1.5rem) / 1.2 "Barlow Condensed", sans-serif;
  text-align: right;
  text-transform: uppercase;
}

.hero-ring {
  position: absolute;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.hero-ring-one {
  right: -130px;
  bottom: -190px;
  width: 430px;
  height: 430px;
}

.hero-ring-two {
  right: -45px;
  bottom: -105px;
  width: 250px;
  height: 250px;
}

.menu-index {
  position: sticky;
  top: 78px;
  z-index: 1200;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: clamp(14px, 2.6vw, 34px);

  width: 100%;
  max-width: 100%;

  padding: 15px clamp(16px, 3.5vw, 52px);

  overflow-x: auto;
  overflow-y: hidden;

  background: rgba(255, 253, 251, 0.97);

  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.menu-index::-webkit-scrollbar {
  display: none;
}

.menu-index a {
  position: relative;
  flex: 0 0 auto;
  padding: 6px 0;
  color: var(--muted);
  font: 600 0.82rem "Barlow Condensed", sans-serif;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.menu-index a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--peach-dark);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.menu-index a.is-active {
  color: var(--ink);
}

.menu-index a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

@media (hover: hover) and (pointer: fine) {
  .menu-index a:hover {
    color: var(--ink);
  }

  .menu-index a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.service-section {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding:
    clamp(72px, 7vw, 105px)
    clamp(22px, 5vw, 90px);
  background: var(--paper);
  scroll-margin-top: 135px;
  overflow-x: hidden;
}

.service-section-dark {
  background: var(--ink);
  color: var(--white);
}

.service-section-peach {
  background: var(--peach-soft);
}

.section-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: clamp(20px, 3vw, 40px);
  margin-bottom: clamp(36px, 4vw, 56px);
  min-width: 0;
}

.section-number {
  color: var(--peach-dark);
  font: 600 0.86rem "Barlow Condensed", sans-serif;
  letter-spacing: 0.085em;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 4.8vw, 5.2rem);
  line-height: 0.9;
  letter-spacing: -0.026em;
}

.service-table {
  width: 100%;
  min-width: 0;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns:
    minmax(180px, 0.7fr)
    minmax(260px, 1.3fr)
    minmax(74px, auto)
    minmax(82px, auto);
  align-items: center;
  gap: clamp(18px, 2.5vw, 36px);
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.service-row > * {
  min-width: 0;
}

.service-section-dark .service-table,
.service-section-dark .service-row {
  border-color: rgba(255, 255, 255, 0.18);
}

.service-name h3 {
  margin-bottom: 6px;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  line-height: 1;
}

.service-name span {
  color: var(--muted);
  font-size: 0.84rem;
}

.service-section-dark .service-name span,
.service-section-dark .service-row > p {
  color: rgba(255, 255, 255, 0.62);
}

.service-row > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.service-row > strong {
  justify-self: end;
  font: 600 clamp(1.05rem, 1.3vw, 1.35rem) "Barlow Condensed", sans-serif;
  white-space: nowrap;
}

.service-row > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font: 600 0.78rem "Barlow Condensed", sans-serif;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
  .service-row > a:hover {
    border-color: var(--peach-dark);
    background: var(--peach-dark);
    color: var(--white);
    transform: translateY(-2px);
  }
}

.booking-cta {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  padding:
    clamp(72px, 7vw, 105px)
    clamp(22px, 5vw, 90px);
  background: var(--peach);
  overflow-x: hidden;
}

.booking-cta h2 {
  max-width: 780px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.8rem, 4.3vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.026em;
}

.booking-cta-link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font: 600 0.86rem "Barlow Condensed", sans-serif;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 0.22s ease,
    transform 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
  .booking-cta-link:hover {
    background: var(--peach-dark);
    transform: translateY(-3px);
  }
}

/* Page-only reveal states */
[data-reveal] {
  opacity: 0;
  will-change: opacity, transform;
  transition:
    opacity 0.75s ease,
    transform 0.85s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal="up"] {
  transform: translateY(40px);
}

[data-reveal="right"] {
  transform: translateX(45px);
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 1050px) {
  .menu-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-side {
    display: none;
  }

  .service-row {
    grid-template-columns:
      minmax(160px, 0.68fr)
      minmax(0, 1fr)
      auto;
  }

  .service-row > a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .booking-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .menu-hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);

    padding:
      calc(var(--header-h) + 44px)
      18px
      56px;
  }

  .menu-hero h1 {
    max-width: 100%;
    margin-bottom: 18px;

    font-size: clamp(2.6rem, 11vw, 3.6rem);
    line-height: 0.92;
  }

  .menu-hero .hero-intro {
    max-width: 100%;

    font-size: 0.9rem;
    line-height: 1.52;
  }


  /* =====================================================
     SERVICE CATEGORY TABS
     ===================================================== */

  .menu-index {
    position: relative;
    top: auto;

    z-index: 1200;

    justify-content: flex-start;

    gap: 20px;

    padding: 12px 16px;

    white-space: nowrap;

    background: rgba(255, 253, 251, 0.97);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }


  /*
   * Once JS adds .is-fixed,
   * tabs take over the very top of the viewport.
   */
  .menu-index.is-fixed {
    position: fixed;

    top: 0;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 100%;

    z-index: 2200;
  }


  /*
   * Prevent layout jump when tabs
   * switch from normal flow to fixed.
   */
  .menu-index-spacer {
    display: none;

    width: 100%;
  }

  .menu-index-spacer.is-active {
    display: block;
  }


  .menu-index a {
    flex: 0 0 auto;

    font-size: 0.76rem;
  }


  /*
   * When tabs are fixed,
   * move the transparent mobile header away.
   */
  body.menu-tabs-fixed .site-header,
  body.menu-tabs-fixed .site-header.scrolled {
    transform: translateY(-120%);

    pointer-events: none;
  }


  /*
   * Hide floating logo while tabs
   * own the top of the viewport.
   */
  body.menu-tabs-fixed .brand,
  body.menu-tabs-fixed .site-header.scrolled .brand {
    opacity: 0 !important;

    pointer-events: none;
  }


  /*
   * Hide burger while tabs are fixed.
   */
  body.menu-tabs-fixed .menu-toggle {
    opacity: 0 !important;
    visibility: hidden !important;

    pointer-events: none !important;
  }


  /*
   * Smooth header exit/re-entry.
   */
  .site-header,
  .site-header.scrolled {
    transition:
      transform 0.35s ease,
      background-color 0.3s ease,
      box-shadow 0.3s ease;
  }


  /*
   * When tapping a category,
   * stop section underneath sticky tabs.
   */
  .service-section {
    scroll-margin-top: 56px;
  }


  /* =====================================================
     SERVICE SECTIONS
     ===================================================== */

  .service-section,
  .booking-cta {
    padding: 56px 18px;
  }


  .section-heading {
    grid-template-columns: minmax(0, 1fr);

    gap: 12px;

    margin-bottom: 30px;
  }


  .section-number {
    font-size: 0.8rem;
  }


  .section-heading h2 {
    font-size: clamp(2.3rem, 9.5vw, 3.1rem);

    line-height: 0.94;
  }


  .service-row {
    grid-template-columns: minmax(0, 1fr);

    gap: 10px;

    padding: 21px 0;
  }


  .service-name,
  .service-row > p,
  .service-row > strong {
    grid-column: 1;
  }


  .service-name h3 {
    font-size: 1.18rem;
  }


  .service-name span {
    font-size: 0.8rem;
  }


  .service-row > p {
    font-size: 0.9rem;

    line-height: 1.52;
  }


  .service-row > strong {
    justify-self: end;

    margin-right: 20%;

    padding-top: 1.5rem;
    padding-bottom: 1rem;

    font-size: 1.1rem;
  }


  .service-row > a {
    display: none;
  }


  /* =====================================================
     BOOKING CTA
     ===================================================== */

  .booking-cta {
    gap: 24px;
  }


  .booking-cta h2 {
    max-width: 100%;

    font-size: clamp(2.35rem, 9.8vw, 3.2rem);

    line-height: 0.94;
  }


  .booking-cta-link {
    width: 100%;
    max-width: 100%;

    min-height: 50px;

    padding: 0 18px;

    font-size: 0.8rem;

    white-space: normal;

    text-align: center;
  }
}

@media (max-width: 480px) {
  .menu-hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .service-section,
  .booking-cta {
    padding-right: 16px;
    padding-left: 16px;
  }

  .menu-hero h1 {
    font-size: clamp(2.45rem, 10.5vw, 3.25rem);
  }

  .section-heading h2 {
    font-size: clamp(2.15rem, 9vw, 2.85rem);
  }

  .booking-cta h2 {
    font-size: clamp(2.2rem, 9.2vw, 2.9rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}