:root {
  --bg: #e6dcd0;
  --brown: #652c23;
  --dark-brown: #652c23;
  --accent: #af8b72;
  --cream: #eee8dc;
  --home-content-scale: 0.84;
  --events-content-scale: 0.7;
  --nav-scroll-offset: 100px;
  /* Scroll fade: smooth acceleration + deceleration (adjust duration on .reveal; keep easing here) */
  --reveal-easing: cubic-bezier(0.4, 0, 0.2, 1);
}

html {
  scroll-behavior: smooth;
}

#home,
#about,
#menu,
#events,
#faqs,
#faqs-panel,
#join,
#contact {
  scroll-margin-top: var(--nav-scroll-offset);
}

.scroll-anchor {
  position: absolute;
  left: 0;
  top: 3990px;
  width: 1px;
  height: 1px;
  pointer-events: none;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

/* Scroll-triggered fade-in (opacity only — avoids clashing with transform on buttons / carousel) */
.reveal {
  opacity: 0;
  transition: opacity 1s var(--reveal-easing);
}

.reveal.is-revealed {
  opacity: 1;
}

.reveal-delay-1 {
  transition-delay: 0.4s;
}

.reveal-delay-2 {
  transition-delay: 0.5s;
}

.reveal-delay-3 {
  transition-delay: 0.6s;
}

.reveal-delay-4 {
  transition-delay: 0.7s;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal.reveal-delay-1,
  .reveal.reveal-delay-2,
  .reveal.reveal-delay-3,
  .reveal.reveal-delay-4 {
    opacity: 1 !important;
    transition: none !important;
  }

  .nav-links li .nav-underline {
    transition: none !important;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  font-family: "Libre Baskerville", serif;
  color: #000;
}

.canvas {
  position: relative;
  width: 1728px;
  height: 5872px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--bg);
}

@media (min-width: 901px) {
  /* Keeps absolute hero/nav geometry relative to .canvas (wrapper is layout-transparent). */
  .home-hero-shell {
    display: contents;
  }

  .home-page-body .hero-title,
  .home-page-body .hero-circle,
  .home-page-body .hero-btn,
  .home-page-body .about-photo,
  .home-page-body .about-tag,
  .home-page-body .about-title,
  .home-page-body .about-copy,
  .home-page-body .about-btn,
  .home-page-body .specialty-block__header,
  .home-page-body .specialty-block__carousel,
  .home-page-body .events > h2,
  .home-page-body .events > p,
  .home-page-body .event-btn,
  .home-page-body .join > h2,
  .home-page-body .join-img,
  .home-page-body .join > p,
  .home-page-body .join-btn,
  .home-page-body .footer-inner,
  .home-page-body .copyright {
    transform: scale(var(--home-content-scale));
    transform-origin: center;
  }

  .home-page-body .top-nav {
    transform: translateX(-50%) scale(var(--home-content-scale));
    transform-origin: top center;
  }

  .home-page-body .specialty-block__header,
  .home-page-body .specialty-block__carousel {
    transform-origin: top center;
  }

  .home-page-body .hero-title,
  .home-page-body .about-tag,
  .home-page-body .about-title,
  .home-page-body .join > h2,
  .home-page-body .copyright {
    transform-origin: top left;
  }

  /* Keep “Host Your Event” title visually centered after scale (top-left origin pulls it sideways). */
  .home-page-body .events > h2 {
    transform-origin: top center;
  }

  .home-page-body .about-copy,
  .home-page-body .events > p,
  .home-page-body .join > p,
  .home-page-body .footer-inner {
    transform-origin: top center;
  }

  .home-page-body .events-carousel {
    left: 50%;
    width: 100vw;
    max-width: 1728px;
    transform: translateX(-50%);
    --events-slide-width: 437px;
    --events-slide-gap: 24px;
  }

  .home-page-body .events-marquee-item {
    height: 286px;
  }

  /* On the Home page, social icons & submit live inside .footer-inner so they
     scale with the inputs. Re-anchor them within the inner coordinate system. */
  .home-page-body .footer-inner .footer-socials {
    left: 13px;
    top: 420px;
  }

  .home-page-body .footer-inner .footer-submit {
    left: 288px;
    top: 420px;
  }

  /* About / FAQ / Events / Contact pages: scale nav + footer to match Home */
  .about-page-body .top-nav,
  .menu-page-body .top-nav,
  .faq-page-body .top-nav,
  .event-page-body .top-nav,
  .contact-page-body .top-nav,
  .join-page-body .top-nav {
    transform: translateX(-50%) scale(var(--home-content-scale));
    transform-origin: top center;
  }

  .about-page-body .footer-inner,
  .about-page-body .copyright,
  .menu-page-body .footer-inner,
  .menu-page-body .copyright,
  .faq-page-body .footer-inner,
  .faq-page-body .copyright,
  .event-page-body .footer-inner,
  .event-page-body .copyright,
  .contact-page-body .footer-inner,
  .contact-page-body .copyright {
    transform: scale(var(--home-content-scale));
    transform-origin: top center;
  }

  .about-page-body .footer-inner .footer-socials,
  .menu-page-body .footer-inner .footer-socials,
  .faq-page-body .footer-inner .footer-socials,
  .event-page-body .footer-inner .footer-socials,
  .contact-page-body .footer-inner .footer-socials {
    left: 13px;
    top: 420px;
  }

  .about-page-body .footer-inner .footer-submit,
  .menu-page-body .footer-inner .footer-submit,
  .faq-page-body .footer-inner .footer-submit,
  .event-page-body .footer-inner .footer-submit,
  .contact-page-body .footer-inner .footer-submit {
    left: 288px;
    top: 420px;
  }

  /* FAQ page: shrink main content (fonts + cards) to match Home/About */
  .faq-page-body .faq-list {
    transform: scale(var(--home-content-scale));
    transform-origin: top center;
  }

  /* Events page: only photos, cards, button, and heading dashes scale visually.
     Text sizes (titles, copy) are baked smaller directly in event.css so body
     text and sub-titles match the Home/About pages exactly. */
  .event-page-body .ev-photo,
  .event-page-body .ev-book-btn,
  .event-page-body .ev-heading-line,
  .event-page-body .ev-card {
    transform: scale(var(--home-content-scale));
    transform-origin: center;
  }

  /* Contact page: shrink main content (social, form, location) */
  .contact-page-body .ct-social-title,
  .contact-page-body .ct-social-arrow,
  .contact-page-body .ct-social-columns,
  .contact-page-body .ct-contact-panel,
  .contact-page-body .ct-location-specialty,
  .contact-page-body .ct-location-map {
    transform: scale(var(--home-content-scale));
    transform-origin: center;
  }

  .contact-page-body .ct-social-title,
  .contact-page-body .ct-location-specialty,
  .contact-page-body .ct-contact-panel {
    transform-origin: top center;
  }

  .contact-page-body .ct-location-map {
    transform-origin: top center;
  }

  /* Wrapper flex-centers the row; scale only the inner flex (no translateX, so center stays true). */
  .contact-page-body .ct-location-links {
    transform: scale(var(--home-content-scale));
    transform-origin: center center;
  }

  /* Join page: match desktop visual scale used on About/Events/Contact */
  .join-page-body .join-intro-photo,
  .join-page-body .join-intro-title--start,
  .join-page-body .join-intro-title-italic,
  .join-page-body .join-intro-title--with,
  .join-page-body .join-intro-copy,
  .join-page-body .join-apply-now {
    transform: scale(var(--home-content-scale));
  }

  .join-page-body .join-intro-title--start,
  .join-page-body .join-intro-title-italic,
  .join-page-body .join-intro-title--with,
  .join-page-body .join-intro-copy,
  .join-page-body .join-intro-photo,
  .join-page-body .join-apply-now {
    transform-origin: top left;
  }

  /*
   * Home — House/Specialty: same header + carousel shell as About “Customer Feedback”
   * (absolute staggered dashed titles; flex row: arrow | viewport | arrow).
   * Plates flex inside viewport; cream type on accent section.
   */
  .home-page-body .specialty-block__carousel {
    min-height: 440px;
  }

  .home-page-body .specialty-block__viewport {
    --specialty-slot: 512px;
    --specialty-gap: 12px;
    width: calc(3 * var(--specialty-slot) + 2 * var(--specialty-gap));
  }

  .home-page-body .specialty-block__viewport .specialty-carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 0 0;
    min-height: 480px;
    pointer-events: auto;
  }

  /*
   * House Specialty (desktop): identical circular frames for every dish; only the
   * center slot scales up (“pop”). Side images no longer use per-asset compact scaling.
   */
  .home-page-body .specialty-block__viewport .specialty-carousel:not(.specialty-carousel--swipe) {
    --specialty-dish-circle: 400px;
    --specialty-center-pop-strong: 1.28;
    --specialty-center-pop-soft: 1.12;
    align-items: flex-start;
    gap: 12px;
  }

  .home-page-body .specialty-block__viewport .specialty-carousel:not(.specialty-carousel--swipe) .dish-slot--left,
  .home-page-body .specialty-block__viewport .specialty-carousel:not(.specialty-carousel--swipe) .dish-slot--center,
  .home-page-body .specialty-block__viewport .specialty-carousel:not(.specialty-carousel--swipe) .dish-slot--right {
    position: relative;
    left: auto;
    top: auto;
    width: var(--specialty-slot);
    flex: 0 0 var(--specialty-slot);
    height: auto;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-page-body .specialty-block__viewport .specialty-carousel:not(.specialty-carousel--swipe) .dish-menu-link {
    width: var(--specialty-dish-circle);
    max-width: 100%;
  }

  .home-page-body .specialty-block__viewport .specialty-carousel:not(.specialty-carousel--swipe) .dish-photo {
    width: var(--specialty-dish-circle);
    height: var(--specialty-dish-circle);
    flex: 0 0 var(--specialty-dish-circle);
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    transform: none;
    transform-origin: center center;
    transition: transform 0.45s cubic-bezier(0.34, 1.45, 0.64, 1);
    box-sizing: border-box;
  }

  .home-page-body .specialty-block__viewport .specialty-carousel:not(.specialty-carousel--swipe) .dish-slot--center .dish-photo {
    transform: scale(var(--specialty-center-pop-strong));
    z-index: 3;
  }

  .home-page-body .specialty-block__viewport .specialty-carousel:not(.specialty-carousel--swipe) .dish-slot--center .dish-photo.dish-photo--center-pop-soft {
    transform: scale(var(--specialty-center-pop-soft));
  }

  .home-page-body .specialty-block__viewport .specialty-carousel:not(.specialty-carousel--swipe) .dish-slot--center .dish-photo.dish-photo--reset-scale {
    transform: scale(1);
    transition: none;
  }

  .home-page-body .specialty-block__viewport .specialty-carousel:not(.specialty-carousel--swipe) .dish img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    transform: none;
  }

  /* Compact assets (SAO, BeefC, etc.) have more empty canvas — scale up only when centered */
  .home-page-body .specialty-block__viewport .specialty-carousel:not(.specialty-carousel--swipe) .dish-slot--center .dish-photo img[data-dish-variant="compact"] {
    transform: scale(1.22);
  }
}

.hero-grad {
  position: absolute;
  inset: 0 auto auto 2px;
  width: 1728px;
  height: 943px;
  background: radial-gradient(circle at 50% 54%, rgba(238, 232, 220, 1) 0%, rgba(175, 139, 114, 1) 100%);
}

.events-grad {
  position: absolute;
  left: 0;
  top: 4037px;
  width: 1728px;
  height: 1343px;
  background: linear-gradient(180deg, rgba(230, 220, 208, 1) 6%, rgba(175, 139, 114, 1) 100%);
}

.top-nav {
  position: fixed;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 1547px;
  height: 80px;
  display: flex;
  align-items: center;
  background: #fdfbf9;
  border-radius: 95px;
  box-shadow: 0 4px 16.6px rgba(0, 0, 0, 0.25);
  z-index: 200;
}

.nav-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 40px;
  line-height: 0;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

.nav-logo-link:hover {
  transform: translateY(-1px);
}

.nav-logo {
  width: 100px;
  height: 100px;
  margin-left: 0;
  object-fit: cover;
  display: block;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 58px;
  margin: 0 0 0 160px;
  padding: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: var(--dark-brown);
}

.nav-links li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav-label {
  display: block;
}

.nav-page-link {
  color: inherit;
  text-decoration: none;
}

.nav-underline {
  --nav-underline-x: -50%;
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 100%;
  height: 10px;
  background-image: url("./public/assets/nav-active-underline.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(var(--nav-underline-x)) scaleX(0.32);
  opacity: 0;
  pointer-events: none;
  transform-origin: center bottom;
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links li.active .nav-underline {
  opacity: 1;
  transform: translateX(var(--nav-underline-x)) scaleX(1);
  animation: nav-underline-reveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.nav-links li:not(.active) .nav-underline {
  animation: none;
}

@keyframes nav-underline-reveal {
  0% {
    opacity: 0;
    transform: translateX(var(--nav-underline-x)) scaleX(0.2);
  }
  55% {
    opacity: 1;
    transform: translateX(var(--nav-underline-x)) scaleX(1.08);
  }
  100% {
    opacity: 1;
    transform: translateX(var(--nav-underline-x)) scaleX(1);
  }
}

.nav-links li.active {
  color: #af8b72;
}

.nav-links li:hover {
  color: #af8b72;
  transform: translateY(-1px);
}

/* Match About/Menu nav behavior on every page (Home + Join included): keep the
   active item's <li> static on hover and lift only the inner <a>, while still
   tinting the active link in brown. */
.nav-links a.nav-page-link {
  display: block;
}

.nav-links li.nav-item--link {
  cursor: default;
}

.nav-links li.nav-item--link:hover {
  transform: none;
}

.nav-links li.nav-item--link a:hover {
  color: #af8b72;
  transform: translateY(-1px);
}

.nav-links li.active .nav-page-link {
  color: #af8b72;
}

.hero-title {
  position: absolute;
  left: 320px;
  top: 316px;
  margin: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 120px;
  line-height: 0.92;
  font-weight: 500;
  color: var(--brown);
}

.hero-circle {
  position: absolute;
  left: 900px;
  top: 215px;
  width: 551px;
  height: 551px;
  border-radius: 444px 444px 0 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.hero-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pill-btn {
  position: absolute;
  width: 335px;
  height: 48px;
  border-radius: 100px;
  border: 2px solid var(--brown);
  background: transparent;
  color: var(--accent);
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  padding: 0 0 0 34px;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-label {
  line-height: 1;
}

.btn-arrow {
  position: absolute;
  right: 30px;
  top: 16px;
  width: 49px;
  height: 14px;
  transition: transform 0.2s ease;
}

.pill-btn:hover {
  background: var(--brown);
  color: var(--cream);
}

.pill-btn:hover .btn-arrow {
  transform: none;
}

.hero-btn {
  left: 320px;
  top: 723px;
}

.about-photo {
  position: absolute;
  left: 308px;
  top: 1104px;
  width: 546px;
  height: 729px;
  border-radius: 20px;
  box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.25);
  object-fit: cover;
  z-index: 1;
}

.about-tag {
  position: absolute;
  left: 798px;
  top: 1088px;
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 120px;
  color: var(--brown);
  z-index: 3;
}

.about-title {
  position: absolute;
  left: 794px;
  top: 1232px;
  width: 445px;
  margin: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 100px;
  line-height: 0.92;
  color: var(--brown);
  z-index: 3;
}

.about-copy {
  position: absolute;
  left: 992px;
  top: 1388px;
  width: 347px;
  margin: 0;
  font-size: 20px;
  line-height: 1.24;
}

.about-btn {
  left: 984px;
  top: 1636px;
}

.specialty-block {
  position: absolute;
  top: 1939px;
  left: -3px;
  width: 1728px;
  min-height: 1024px;
  height: auto;
  padding-bottom: 48px;
  box-sizing: border-box;
  background: var(--accent);
  overflow: visible;
  z-index: 6;
}

/*
 * House Specialty header: same staggered dashed pattern as About “Customer Feedback”.
 * Dashes/rhythm aligned to about-feedback (30px segments); typography uses cream on accent.
 */
.specialty-block__header {
  --specialty-title-gap: 24px;
  position: relative;
  width: 100%;
  min-height: 238px;
  margin: 0 0 28px;
  background: transparent;
  overflow: visible;
}

.specialty-block__title-row {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--specialty-title-gap);
}

.specialty-block__title-row--house {
  left: 566px;
  top: 64px;
  right: 0;
}

.specialty-block__title-row--specialty {
  left: -85px;
  top: 143px;
}

.specialty-block__h1,
.specialty-block__h2 {
  position: relative;
  margin: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.92;
  color: var(--cream);
  flex-shrink: 0;
}

.specialty-block__dash {
  position: relative;
  height: 2px;
  border: none;
  padding: 0;
  background: repeating-linear-gradient(to right, var(--cream) 0 30px, transparent 30px 60px);
  opacity: 0.92;
}

.specialty-block__dash--after-word {
  flex: 1 1 auto;
  min-width: 48px;
  align-self: center;
  margin-right: -140px;
}

.specialty-block__dash--before-word {
  flex: 0 0 auto;
  width: calc(768px + 85px - var(--specialty-title-gap) + 85px);
  margin-left: -85px;
}

/*
 * Carousel: same shell as `.about-feedback__carousel` — arrows flank a fixed viewport.
 */
.specialty-block__carousel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: min(1672px, 100%);
  margin: 0 auto;
  padding: 0 28px;
  box-sizing: border-box;
}

.specialty-block__carousel > .carousel-arrow {
  position: relative;
  left: auto !important;
  top: auto !important;
  flex-shrink: 0;
  z-index: 8;
}

.specialty-block__carousel > .carousel-arrow img {
  object-fit: contain;
}

.specialty-block__carousel > .carousel-arrow:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 3px;
}

.specialty-block__viewport {
  --specialty-slot: 480px;
  --specialty-gap: 24px;
  width: calc(3 * var(--specialty-slot) + 2 * var(--specialty-gap));
  flex-shrink: 0;
  overflow: hidden;
}

.specialty-block__viewport .specialty-carousel {
  position: relative;
  inset: auto;
  width: 100%;
  min-height: 480px;
  pointer-events: auto;
}

.specialty-block__viewport .specialty-carousel .dish h3 {
  margin-top: 18px;
  color: #fefcf8;
  font-weight: 700;
}

.carousel-arrow {
  position: absolute;
  z-index: 5;
  width: 80px;
  height: 43px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.carousel-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.carousel-arrow--left {
  left: 114px;
  top: 581px;
}

.carousel-arrow--right {
  left: 1533px;
  top: 581px;
}

.carousel-arrow:hover {
  transform: scale(1.04);
  filter: brightness(1.08);
}

.specialty-carousel-dots {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  margin: 36px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: min(92%, 720px);
  gap: 10px;
  z-index: 12;
}

.specialty-carousel-dots.specialty-carousel-dots--many {
  gap: 6px;
  max-width: min(96%, 860px);
}

.specialty-carousel-dots.specialty-carousel-dots--many .specialty-carousel-dot {
  width: 9px;
  height: 9px;
}

.specialty-carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(238, 232, 220, 0.45);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.specialty-carousel-dot.is-active {
  background: rgba(238, 232, 220, 1);
  transform: scale(1.2);
  box-shadow: 0 0 7px rgba(238, 232, 220, 0.7);
}

.specialty-carousel {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.specialty-carousel .dish {
  pointer-events: auto;
}

.specialty-carousel .dish-menu-link {
  text-decoration: none;
  color: inherit;
  display: block;
  cursor: pointer;
}

.specialty-carousel .dish-menu-link:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 3px;
  border-radius: 12px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.strapline {
  position: absolute;
  left: 0;
  top: 890px;
  width: 1727px;
  height: 53px;
  background: var(--brown);
  color: var(--cream);
  font-size: 20px;
  overflow: hidden;
  z-index: 10;
  font-style: italic;
  font-family: "Libre Baskerville", serif;

}

.strap-track {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: strap-marquee 28s linear infinite;
}

.strap-seq {
  flex-shrink: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 42px;
  padding: 0 40px;
  box-sizing: border-box;
}

.strap-seq span {
  flex-shrink: 0;
}

.strap-icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  object-fit: contain;
  object-position: center;
  opacity: 1;
}

@keyframes strap-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes events-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .strap-track {
    animation: none;
    transform: translate3d(0, 0, 0);
  }

  .events-marquee-track {
    animation: none;
    transform: translate3d(0, 0, 0);
  }

  .dish img,
  .dish h3,
  .dish-photo {
    transition: none;
  }

  .dish img {
    filter: none;
  }

  .dish-slot--center .dish-photo,
  .dish-slot--center .dish-photo.dish-photo--reset-scale {
    transform: scale(1);
  }

  .home-page-body .specialty-block__viewport .specialty-carousel:not(.specialty-carousel--swipe) .dish-slot--center .dish-photo {
    transform: none !important;
  }

  .carousel-arrow {
    transition: none;
  }

  .carousel-arrow:hover {
    transform: none;
  }

  .events-slide-inner img {
    transition: none;
  }

  .events-slide-inner {
    transition: none;
  }

  .events-marquee-item:hover .events-slide-inner {
    transform: none;
  }
}

.dish {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
  overflow: visible;
}

/* Transparent: brown section shows through PNG alpha; shadow follows food shape */
.dish-photo {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  overflow: visible;
  background: transparent;
  transform-origin: center center;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Same max box for every dish so transparent canvases scale to a consistent visual size */
.dish img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 1000px);
  max-height: min(100%, 800px);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(8px 12px 14px rgba(0, 0, 0, 0.2));
  transform-origin: center center;
  transition:
    filter 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* SAO / BeefC etc. on House Specialty desktop: neutralized there via scoped rules; still used on mobile strip */
.dish img[data-dish-variant="compact"] {
  transform: scale(0.86);
}

.dish h3 {
  flex-shrink: 0;
  margin: 14px 0 0;
  padding: 0 4px;
  min-height: 2.6em;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: var(--brown);
}

.dish-slot--left,
.dish-slot--right {
  z-index: 1;
}

/* Side dishes: base frame (center “pop” is applied in the desktop Home carousel block). */
.dish-slot--left .dish-photo,
.dish-slot--right .dish-photo {
  transform: none;
}

.dish-slot--center {
  z-index: 2;
}

/* Default: same base scale as sides; Home desktop overrides center pop in @media (min-width: 901px). */
.dish-slot--center .dish-photo {
  transform: none;
  transition: transform 0.55s cubic-bezier(0.34, 1.45, 0.64, 1);
}

/* JS: one frame at scale(1) + no transition, then remove class → springs up to center scale */
.dish-slot--center .dish-photo.dish-photo--reset-scale {
  transform: scale(1);
  transition: none;
}

/* Same frame size & vertical rhythm for all three */
.dish-slot--left,
.dish-slot--center,
.dish-slot--right {
  top: 358px;
  width: 480px;
  height: 496px;
}

.dish-slot--left {
  left: 120px;
}

.dish-slot--center {
  left: 624px;
}

.dish-slot--right {
  left: 1128px;
}

.events > h2 {
  position: absolute;
  left: 449px;
  top: 3067px;
  margin: 0;
  width: 831px;
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-size: 100px;
  color: var(--brown);
}

.events > p {
  position: absolute;
  left: 450px;
  top: 3282px;
  width: 828px;
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.24;
}

/* Host Your Event — infinite marquee (same idea as .strapline / .strap-track) */
.events-carousel {
  /* Gap between photos in the strip */
  --events-slide-gap: 4px;
  /* Each photo frame width */
  --events-slide-width: 520px;
  /* Full loop duration (longer = slower drift) */
  --events-marquee-duration: 40s;

  position: absolute;
  left: 0;
  top: 3375px;
  width: 1728px;
  height: 460px;
  min-height: 460px;
  z-index: 5;
  overflow: hidden;
  pointer-events: auto;
}

.events-marquee-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  height: 100%;
  will-change: transform;
  animation: events-marquee var(--events-marquee-duration) linear infinite;
}

/* Pause while pointer is on a photo (gaps keep scrolling) */
.events-marquee-track:has(.events-marquee-item:hover) {
  animation-play-state: paused;
}

.events-marquee-seq {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--events-slide-gap);
  height: 100%;
  padding: 0 var(--events-slide-gap);
  box-sizing: border-box;
}

.events-marquee-item {
  flex-shrink: 0;
  width: var(--events-slide-width);
  height: 340px;
  position: relative;
  z-index: 1;
}

.events-marquee-item:hover {
  z-index: 4;
}

.events-slide-inner {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 10px 20px 2px rgba(0, 0, 0, 0.25);
  transform-origin: center center;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.events-marquee-item:hover .events-slide-inner {
  transform: scale(1.06);
  box-shadow: 6px 14px 28px 3px rgba(0, 0, 0, 0.28);
}

.events-slide-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.event-btn {
  left: 678px;
  top: 3883px;
}

.join h2 {
  position: absolute;
  left: 130px;
  top: 4325px;
  width: 1156px;
  margin: 0;
  text-align: right;
  font-size: 120px;
  line-height: 1;
  font-weight: 400;
  color: var(--brown);
}

.join-img {
  position: absolute;
  left: 317px;
  top: 4387px;
  width: 503px;
  height: 551px;
  border-radius: 282px 282px 0 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  object-fit: cover;
}

.join p {
  position: absolute;
  left: 980px;
  top: 4638px;
  width: 344px;
  margin: 0;
  font-size: 20px;
  line-height: 1.24;
}

.join-btn {
  left: 980px;
  top: 4741px;
}

.footer {
  position: absolute;
  left: -1px;
  top: 5127px;
  width: 1729px;
  height: 782px;
  background: var(--bg);
}

.footer-float {
  width: 64px;
  height: 64px;
  z-index: 250;
  box-sizing: border-box;
}

.footer-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.footer-backtop {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease, filter 0.2s ease;
}

.footer-backtop:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

/* Fixed to viewport; aligned with centered 1728px canvas (right gutter ~767px from 50vw). */
.footer-float-up {
  position: fixed;
  left: auto;
  top: auto;
  right: max(20px, calc(50vw - 767px));
  bottom: 106px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.footer-float-up.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.footer-float-chat {
  position: fixed;
  left: auto;
  top: auto;
  right: max(20px, calc(50vw - 767px));
  bottom: 28px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(230, 220, 208, 0.55);
  box-shadow: 0 2px 14px rgba(101, 44, 35, 0.14);
  transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.footer-float-chat:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 32px rgba(101, 44, 35, 0.2), 0 0 0 1px rgba(101, 44, 35, 0.1);
  transform: translateY(-3px);
}

.footer-float-chat img {
  transition: filter 0.22s ease;
}

.footer-float-chat:hover img {
  filter: brightness(1.06);
}

.footer-inner {
  position: absolute;
  left: 249px;
  top: 0;
  width: 1197px;
  height: 700px;
  display: block;
}

.footer-logo-half {
  position: absolute;
  left: 513px;
  top: -62px;
  width: 220px;
  height: 135px;
  border-radius: 110px 110px 0 0;
  background: var(--bg);
  z-index: 2;
}

.footer-logo-half::after {
  content: "";
  position: absolute;
  left: 0;
  top: 135px;
  width: 220px;
  height: 2px;
  background: var(--bg);
}

.footer-logo {
  position: absolute;
  left: 28px;
  top: 5px;
  width: 160px;
  height: 160px;
  object-fit: cover;
  z-index: 3;
}

.footer h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: var(--brown);
  margin: 0 0 14px;
}

.contact-col input {
  width: 445px;
  height: 39px;
  border-radius: 100px;
  border: 2px solid var(--brown);
  background: transparent;
  padding: 0 24px;
  margin: 9px 0 0;
  font-family: "Libre Baskerville", serif;
}

.contact-col {
  position: absolute;
  left: 0;
  top: 182px;
  width: 445px;
}

.row {
  display: flex;
  gap: 21px;
}

.row input {
  width: 212px;
}

.footer-socials {
  position: absolute;
  left: 262px;
  top: 380px;
  display: flex;
  align-items: center;
  gap: 17px;
  z-index: 4;
}

.footer-socials a {
  display: inline-flex;
  line-height: 0;
  cursor: pointer;
}

.footer-socials a img {
  width: 44px;
  height: 40px;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.footer-socials a:hover img {
  transform: translateY(-3px) scale(1.06);
  filter: brightness(1.12);
}

.submit-btn {
  width: 130px;
  height: 40px;
  border-radius: 100px;
  border: none;
  background: var(--brown);
  color: #fefcf8;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

/* Unified hover/active behaviour shared by every submit button across the site
   (footer .submit-btn, contact page .ct-submit-btn, join page .join-submit-btn). */
.submit-btn:hover,
.ct-submit-btn:hover,
.join-submit-btn:hover {
  background: var(--accent);
  color: var(--brown);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(101, 44, 35, 0.18);
}

.submit-btn:active,
.ct-submit-btn:active,
.join-submit-btn:active {
  background: #9a7a63;
  color: var(--brown);
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(101, 44, 35, 0.18);
}
.footer-submit {
  position: absolute;
  left: 537px;
  top: 380px;
  margin-top: 0;
  z-index: 4;
}

.links-col {
  position: absolute;
  left: 815px;
  top: 182px;
  width: 382px;
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(2, 95px);
  gap: 20px 16px;
  margin-top: 10px;
  font-size: 20px;
}

.links-grid span,
.links-grid a {
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
  color: inherit;
  text-decoration: none;
}

.links-grid span:hover,
.links-grid a:hover {
  color: var(--brown);
  transform: translateX(2px);
}

.meta {
  display: flex;
  gap: 14px;
  margin-top: 38px;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

a.meta {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.meta img {
  width: 50px;
  height: 45px;
  transition: transform 0.2s ease, filter 0.2s ease;
}

a.meta:hover img {
  transform: translateY(-3px) scale(1.06);
  filter: brightness(1.12);
}

.links-col .meta + .meta {
  margin-top: 12px;
}

.copyright {
  position: absolute;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 83px;
  left: 621px;
  top: 649px;
  width: 531px;
  text-align: center;
  margin: 0;
  font-size: 15px;
  z-index: 4;
}

.nav-toggle {
  display: none;
}

.faqs-panel {
  display: none;
}

@media (max-width: 900px) {
  :root {
    --nav-scroll-offset: 76px;
  }

  .home-page-body {
    --nav-scroll-offset: 52px;
  }

  body {
    overflow-x: hidden;
  }

  .canvas {
    width: 100%;
    max-width: 100vw;
    height: auto !important;
    min-height: 100vh;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-grad {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    width: 100%;
    height: min(656px, 78vh);
    max-height: 560px;
    flex-shrink: 0;
    order: 1;
    background: radial-gradient(circle at 50% 54%, rgba(238, 232, 220, 1) 0%, rgba(175, 139, 114, 1) 100%);
  }

  /* Home mobile: same radial as laptop (.hero-grad), shorter band that scales with viewport. */
  .home-page-body .hero-grad {
    height: auto;
    min-height: min(34vh, 300px);
    max-height: min(46vh, 420px);
    padding-top: calc(64px + env(safe-area-inset-top, 0px));
    padding-bottom: 12px;
    background: radial-gradient(circle at 50% 54%, rgba(238, 232, 220, 1) 0%, rgba(175, 139, 114, 1) 100%);
    box-shadow: none;
  }

  .events-grad {
    display: none;
  }

  /* Home: same linear band as laptop .events-grad, short — sits above Events section. */
  .home-page-body .events-grad {
    display: block !important;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: min(12vh, 120px);
    max-height: min(20vh, 200px);
    flex-shrink: 0;
    order: 12;
    background: linear-gradient(180deg, rgba(230, 220, 208, 1) 6%, rgba(175, 139, 114, 1) 100%);
    pointer-events: none;
  }

  .home-page-body section.events {
    order: 13;
  }

  .home-page-body section.join {
    order: 14;
  }

  .home-page-body .footer {
    order: 15;
  }

  .top-nav {
    position: fixed;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 420px;
    height: auto;
    min-height: 56px;
    padding: 8px 14px 8px 14px;
    border-radius: 80px;
    z-index: 200;
    /* Flex + absolute logo: grid was placing .nav-links in column 1 and shifting the “center” cell. */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }

  .nav-logo-link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    z-index: 1;
  }

  .nav-logo-link:hover {
    transform: translate(-50%, calc(-50% - 1px));
  }

  .nav-logo {
    width: 56px;
    height: 56px;
    margin-left: 0;
    flex-shrink: 0;
  }

  .nav-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 12px;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
  }

  .nav-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--brown);
    border-radius: 1px;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 78px;
    left: 12px;
    right: 12px;
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    background: #fdfbf9;
    border-radius: 28px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
    z-index: 199;
    font-size: 18px;
    transition:
      max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      padding 0.38s ease;
  }

  .nav-links.is-open {
    max-height: min(72vh, 520px);
    padding: 10px 0 18px;
    gap: 2px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links li {
    width: 100%;
    align-items: flex-start;
    padding: 10px 22px;
    box-sizing: border-box;
  }

  .nav-underline {
    bottom: 4px;
    left: 22px;
    transform: translateX(0) scaleX(0.32);
    width: calc(100% - 44px);
    transform-origin: left bottom;
  }

  .nav-links li.active .nav-underline {
    transform: translateX(0) scaleX(1);
  }

  /* Home (Figma mobile): logo + hamburger float on page — no white nav pill. */
  .home-page-body .top-nav {
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    transform: none;
    margin: 0 auto;
    padding: calc(10px + env(safe-area-inset-top, 0px)) max(16px, env(safe-area-inset-right, 0px)) 12px max(16px, env(safe-area-inset-left, 0px));
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    min-height: 0;
  }

  .home-page-body .nav-links {
    top: calc(54px + env(safe-area-inset-top, 0px));
    max-width: min(420px, calc(100vw - 24px));
  }

  .home-page-body .nav-logo {
    width: 60px;
    height: 60px;
  }

  /* Match laptop canvas base; hero + events sections carry the same gradients as desktop. */
  .home-page-body .canvas {
    background-color: var(--bg);
  }

  .hero-circle {
    position: relative;
    left: auto;
    top: auto;
    order: 2;
    width: min(72vw, 260px);
    height: min(72vw, 260px);
    max-width: 280px;
    max-height: 280px;
    margin: 20px auto 0;
    align-self: center;
    border-radius: 50% 50% 0 0;
  }

  .home-page-body .hero-circle {
    width: min(88vw, 320px);
    height: min(88vw, 320px);
    max-width: 340px;
    max-height: 340px;
    margin-top: 8px;
  }

  .hero-title {
    position: relative;
    left: auto;
    top: auto;
    order: 3;
    width: 100%;
    padding: 8px 20px 0;
    margin: 0;
    text-align: center;
    font-size: clamp(2.2rem, 11vw, 3.1rem);
    line-height: 0.95;
    box-sizing: border-box;
  }

  .home-page-body .hero-title {
    font-size: clamp(1.85rem, 8.5vw, 2.5rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
    font-weight: 400;
  }

  .home-page-body .hero-title .hero-br-desktop {
    display: none;
  }

  .hero-btn {
    position: relative;
    left: auto;
    top: auto;
    order: 4;
    width: min(calc(100% - 48px), 240px);
    height: 44px;
    margin: 18px auto 36px;
    padding: 0 0 0 20px;
    font-size: 15px;
  }

  .home-page-body .hero-btn {
    font-weight: 400;
    margin-bottom: 8px;
  }

  .hero-btn .btn-arrow {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
  }

  .about-photo {
    position: relative;
    left: auto;
    top: auto;
    order: 5;
    display: block;
    width: min(calc(100% - 32px), 340px);
    height: auto;
    aspect-ratio: 3 / 4;
    max-height: 420px;
    margin: 0 auto 12px;
    border-radius: 10px;
    object-fit: cover;
  }

  .about-tag {
    position: relative;
    left: auto;
    top: auto;
    order: 6;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: clamp(2.5rem, 12vw, 3.2rem);
  }

  .about-title {
    position: relative;
    left: auto;
    top: auto;
    order: 7;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
    font-size: clamp(2rem, 9vw, 2.5rem);
    line-height: 0.95;
    box-sizing: border-box;
  }

  .about-copy {
    position: relative;
    left: auto;
    top: auto;
    order: 8;
    width: calc(100% - 32px);
    max-width: 360px;
    margin: 12px auto 0;
    font-size: 15px;
    line-height: 1.35;
  }

  .about-btn {
    position: relative;
    left: auto;
    top: auto;
    order: 9;
    width: min(calc(100% - 48px), 240px);
    height: 44px;
    margin: 20px auto 0;
    padding: 0 0 0 20px;
    font-size: 15px;
  }

  .about-btn .btn-arrow {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
  }

  .strapline {
    position: relative;
    left: auto;
    top: auto;
    order: 10;
    width: 100%;
    height: 48px;
    margin-top: 28px;
    font-size: 14px;
  }

  /* Strapline directly under hero (image + title + CTA), before About — Figma order. */
  .home-page-body .strapline {
    order: 5;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 400;
  }

  .home-page-body .about-photo {
    order: 6;
  }

  .home-page-body .about-tag {
    order: 7;
    font-weight: 400;
  }

  .home-page-body .about-title {
    order: 8;
    font-weight: 400;
  }

  .home-page-body .about-copy {
    order: 9;
  }

  .home-page-body .about-btn {
    order: 10;
    font-weight: 400;
  }

  .strap-seq {
    gap: 28px;
    padding: 0 24px;
  }

  .specialty-block {
    position: relative;
    left: auto;
    top: auto;
    order: 11;
    width: 100%;
    height: auto;
    min-height: 380px;
    padding: 32px 0 88px;
    box-sizing: border-box;
  }

  .specialty-block__header {
    min-height: 0 !important;
    margin: 0 0 18px !important;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .specialty-block__title-row,
  .specialty-block__title-row.specialty-block__title-row--specialty {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    justify-content: center;
    gap: 12px;
    margin-top: 0 !important;
  }

  .specialty-block__title-row--specialty {
    margin-top: 8px !important;
  }

  /* Keep dashed rhythm (same 30px segment pattern as desktop); scale width for narrow screens. */
  .specialty-block__dash {
    display: block !important;
    height: 2px;
    align-self: center;
    background: repeating-linear-gradient(to right, var(--cream) 0 18px, transparent 18px 36px);
    opacity: 0.92;
  }

  .specialty-block__dash--after-word {
    flex: 1 1 auto;
    min-width: 28px;
    max-width: min(120px, 22vw);
    margin-right: 0 !important;
  }

  .specialty-block__dash--before-word {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 28px;
    max-width: min(120px, 22vw);
    margin-left: 0 !important;
  }

  .specialty-block__h1,
  .specialty-block__h2 {
    width: auto;
    text-align: center !important;
    font-size: clamp(2rem, 9vw, 3rem) !important;
    line-height: 1 !important;
    margin-top: 0 !important;
  }

  .home-page-body .specialty-block__h1,
  .home-page-body .specialty-block__h2 {
    font-weight: 400 !important;
  }

  .home-page-body section.specialty-block .dish h3 {
    font-weight: 500;
  }

  .home-page-body .events > h2 {
    font-weight: 400;
  }

  .home-page-body .event-btn {
    font-weight: 400;
  }

  .home-page-body .join h2 {
    font-weight: 400;
  }

  .home-page-body .join-btn {
    font-weight: 400;
  }

  .specialty-block__carousel {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    max-width: 100%;
    padding: 0 0;
  }

  /* Arrows hidden on phone — dishes use horizontal swipe (scroll-snap). */
  .specialty-block__carousel > .carousel-arrow {
    display: none !important;
  }

  .specialty-block__viewport {
    width: 100% !important;
    max-width: 100%;
    overflow: visible;
    flex: 1 1 auto;
    min-width: 0;
  }

  .specialty-carousel {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-height: 240px;
    height: auto !important;
    margin-top: 12px;
    pointer-events: auto;
  }

  /* Desktop 3-slot: show center only on narrow view if JS did not switch to mobile strip */
  .dish-slot--left,
  .dish-slot--right {
    display: none;
  }

  .dish-slot--center {
    left: 50% !important;
    top: 12px !important;
    transform: translateX(-50%);
    width: min(92vw, 320px) !important;
    height: auto;
    min-height: 200px;
    max-width: 320px;
  }

  .dish-slot--center .dish-photo {
    transform: scale(1) !important;
  }

  /* Mobile strip: horizontal swipe + scroll-snap (class set in index.html script). */
  .specialty-carousel.specialty-carousel--swipe {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: max(0px, calc((100% - min(88vw, 300px)) / 2));
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
    padding: 6px max(0px, calc((100% - min(88vw, 300px)) / 2)) 10px;
    box-sizing: border-box;
  }

  .specialty-carousel.specialty-carousel--swipe::-webkit-scrollbar {
    display: none;
    height: 0;
  }

  .home-page-body .specialty-block {
    min-height: 0;
    padding: 24px 0 36px;
  }

  .specialty-carousel .dish-slot--mobile {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    flex: 0 0 min(88vw, 300px);
    width: min(88vw, 300px) !important;
    max-width: min(88vw, 300px);
    height: auto;
    min-height: 200px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    margin-right: clamp(10px, 3vw, 18px);
    box-sizing: border-box;
  }

  .specialty-carousel .dish-slot--mobile:last-child {
    margin-right: max(0px, calc((100% - min(88vw, 300px)) / 2));
  }

  .specialty-carousel .dish-slot--mobile .dish-photo {
    transform: scale(1) !important;
  }

  .dish h3 {
    font-size: 15px;
    margin-top: 10px;
    min-height: auto;
  }

  section.events {
    order: 12;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 16px 32px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(230, 220, 208, 1) 6%, rgba(175, 139, 114, 1) 100%);
  }

  .events h2 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 340px;
    margin: 0;
    font-size: clamp(1.75rem, 7.5vw, 2.5rem);
    line-height: 1.05;
    text-align: center;
  }

  .events p {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 320px;
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
  }

  .events-carousel {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: 200px !important;
    min-height: 200px;
    margin-top: 20px;
    --events-slide-width: min(78vw, 300px);
    --events-slide-gap: 20px;
    --events-marquee-duration: 32s;
  }

  .events-marquee-item {
    height: 160px;
  }

  .event-btn {
    position: relative;
    left: auto;
    top: auto;
    width: min(calc(100% - 48px), 240px);
    height: 44px;
    margin: 20px auto 0;
    padding: 0 0 0 20px;
    font-size: 15px;
  }

  .event-btn .btn-arrow {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
  }

  .faqs-anchor-desktop {
    display: none !important;
  }

  .faqs-panel {
    display: block;
    order: 13;
    width: 100%;
    padding: 8px 0 8px;
    background: var(--bg);
    box-sizing: border-box;
  }

  /* Homepage matches desktop: FAQs live on faq.html only, not in the Home canvas. */
  .home-page-body .faqs-panel {
    display: none !important;
  }

  .faqs-panel-inner {
    max-width: 402px;
    margin: 0 auto;
    padding: 0 16px 20px;
  }

  .faqs-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 6px 14px;
    margin: 0 0 20px;
    padding-top: 8px;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-size: clamp(2.2rem, 12vw, 3.2rem);
    line-height: 1;
    color: var(--brown);
  }

  .faqs-title-letter {
    display: inline-block;
  }

  .faqs-title-lines {
    display: none;
  }

  .faq-item {
    margin-bottom: 12px;
    border-radius: 10px;
    background: #bca18c;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .faq-summary {
    position: relative;
    padding: 13px 42px 13px 16px;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #fefcf8;
    cursor: pointer;
    list-style: none;
  }

  .faq-summary::-webkit-details-marker {
    display: none;
  }

  .faq-summary::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fefcf8;
    transition: transform 0.25s ease;
  }

  .faq-item[open] .faq-summary::after {
    transform: rotate(180deg);
  }

  .faq-body {
    padding: 0 16px 16px;
    font-family: "Libre Baskerville", serif;
    font-size: 15px;
    line-height: 1.4;
    color: #1a1a1a;
  }

  .faq-body p {
    margin: 0;
  }

  .faq-item[open] .faq-body {
    background: rgba(255, 255, 255, 0.18);
  }

  section.join {
    order: 14;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px 40px;
    gap: 16px;
    box-sizing: border-box;
  }

  .join h2 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 360px;
    margin: 0;
    text-align: center;
    font-size: clamp(2.2rem, 10vw, 3rem);
    line-height: 1.05;
  }

  .join-img {
    position: relative;
    left: auto;
    top: auto;
    width: min(70vw, 240px);
    height: auto;
    aspect-ratio: 218 / 239;
    margin: 0 auto;
    border-radius: 140px 140px 0 0;
  }

  .join p {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 300px;
    margin: 0;
    font-size: 15px;
    text-align: center;
    line-height: 1.35;
  }

  .join-btn {
    position: relative;
    left: auto;
    top: auto;
    width: min(calc(100% - 48px), 240px);
    height: 44px;
    margin: 4px auto 0;
    padding: 0 0 0 20px;
    font-size: 15px;
  }

  .join-btn .btn-arrow {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
  }

  .footer {
    position: relative;
    left: auto;
    top: auto;
    order: 15;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 32px 16px 120px;
    box-sizing: border-box;
  }

  .footer-inner {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
  }

  .footer-logo-half {
    position: relative;
    left: auto;
    top: auto;
    width: 160px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 80px 80px 0 0;
  }

  .footer-logo-half::after {
    display: none;
  }

  .footer-logo {
    position: relative;
    left: auto;
    top: auto;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    display: block;
  }

  .footer h3 {
    font-size: 28px;
    text-align: center;
  }

  .contact-col {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .contact-col input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .row {
    flex-direction: column;
    gap: 10px;
  }

  .row input {
    width: 100%;
  }

  .links-col {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 320px;
    margin: 28px auto 0;
    text-align: center;
  }

  .links-grid {
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 16px;
  }

  .meta {
    justify-content: flex-start;
    text-align: left;
  }

  .footer-socials {
    position: relative;
    left: auto;
    top: auto;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
    gap: 14px;
  }

  .footer-socials a img {
    width: 48px;
    height: 44px;
  }

  .footer-submit {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin: 24px auto 0;
  }

  .copyright {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 360px;
    margin: 20px auto 0;
    padding: 0 12px;
    font-size: 12px;
    line-height: 1.4;
    flex-wrap: wrap;
    gap: 8px;
  }

  .footer-float-up {
    right: 16px;
    bottom: 118px;
  }

  .footer-float-chat {
    right: 16px;
    bottom: 20px;
  }
}

/* =========================================================
   HOME MOBILE RESPONSIVE FINAL OVERRIDE — Table For Two
   Add this at the VERY END of styles.css.
   Desktop layout is untouched because everything is inside
   max-width: 900px and scoped to .home-page-body.
   ========================================================= */
@media (max-width: 900px) {
  .home-page-body {
    background: var(--bg);
  }

  .home-page-body .canvas {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--bg);
  }

  /* Mobile nav: logo + hamburger float over hero — no solid bar (dropdown keeps its own panel bg) */
  .home-page-body .top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    right: 0;
    height: 86px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 26px;
    z-index: 300;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .home-page-body .nav-logo-link {
    position: absolute;
    left: 50%;
    top: 42px;
    transform: translate(-50%, -50%);
  }

  .home-page-body .nav-logo-link:hover {
    transform: translate(-50%, -50%);
  }

  .home-page-body .nav-logo {
    width: 82px;
    height: 82px;
    object-fit: contain;
  }

  .home-page-body .nav-toggle {
    position: absolute;
    right: 26px;
    top: 20px;
    width: 48px;
    height: 48px;
    gap: 6px;
    z-index: 2;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }

  .home-page-body .nav-toggle-bar {
    width: 42px;
    height: 3px;
    background: var(--brown);
    border-radius: 1px;
  }

  .home-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .home-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .home-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .home-page-body .nav-links {
    position: fixed;
    top: 86px;
    right: 22px;
    left: auto;
    width: 210px;
    max-width: none;
    height: auto;
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #eee8dc;
    border-radius: 0 0 34px 34px;
    box-shadow: none;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    color: var(--brown);
    z-index: 299;
    transition:
      max-height 0.35s ease,
      padding 0.35s ease;
  }

  .home-page-body .nav-links.is-open {
    max-height: 620px;
    padding: 18px 0 28px;
  }

  .home-page-body .nav-links li {
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    text-align: center;
  }

  .home-page-body .nav-links li.active {
    color: var(--accent);
  }

  .home-page-body .nav-links li.active .nav-underline {
    left: 50%;
    bottom: 8px;
    width: 86px;
    height: 10px;
    transform: translateX(-50%) scaleX(1);
    transform-origin: center bottom;
  }

  .home-page-body .nav-links li:not(.active) .nav-underline {
    left: 50%;
    bottom: 8px;
    width: 86px;
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
  }

  .home-page-body .nav-page-link {
    color: inherit;
    text-decoration: none;
  }

  /* HERO — tall gradient so it runs behind title + CTA until the strapline (circle kept ~105px from top). */
  .home-page-body .hero-grad {
    order: 1;
    width: 100%;
    height: auto;
    min-height: min(78vh, 620px);
    max-height: none;
    padding: 0;
    background: radial-gradient(circle at 50% 44%, #eee8dc 0%, #af8b72 100%);
  }

  .home-page-body .hero-circle {
    order: 2;
    width: min(78vw, 300px);
    height: min(78vw, 300px);
    margin: calc(105px - min(78vh, 620px)) auto 0;
    border-radius: 180px 180px 0 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
    z-index: 2;
  }

  .home-page-body .hero-title {
    order: 3;
    margin: 22px auto 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-family: "League Spartan", sans-serif;
    font-size: 43px;
    line-height: 0.9;
    font-weight: 500;
    color: var(--brown);
    z-index: 2;
  }

  .home-page-body .hero-title .hero-br-desktop {
    display: none;
  }

  .home-page-body .hero-btn {
    order: 4;
    width: 205px;
    height: 34px;
    margin: 18px auto 24px;
    padding-left: 28px;
    font-size: 12px;
    border-width: 1px;
    z-index: 2;
  }

  .home-page-body .pill-btn .btn-arrow {
    right: 22px;
    top: 50%;
    width: 38px;
    height: auto;
    transform: translateY(-50%);
  }

  .home-page-body .strapline {
    order: 5;
    height: 43px;
    margin: 0;
    font-size: 14px;
  }

  .home-page-body .strap-seq {
    gap: 34px;
    padding: 0 28px;
  }

  .home-page-body .strap-icon {
    width: 18px;
    height: 18px;
  }

  /* ABOUT — phone layout with image left and text right */
  .home-page-body .about-photo {
    order: 6;
    align-self: flex-start;
    width: 135px;
    height: 285px;
    aspect-ratio: auto;
    margin: 86px 0 0 0;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    object-fit: cover;
  }

  .home-page-body .about-tag {
    order: 7;
    width: 220px;
    margin: -288px 0 0 152px;
    text-align: left;
    font-size: 39px;
    line-height: 0.9;
  }

  .home-page-body .about-title {
    order: 8;
    width: 190px;
    margin: 0 0 0 152px;
    padding: 0;
    text-align: left;
    font-size: 31px;
    line-height: 0.85;
  }

  .home-page-body .about-copy {
    order: 9;
    width: 190px;
    margin: 16px 0 0 152px;
    font-size: 12px;
    line-height: 1.15;
  }

  .home-page-body .about-btn {
    order: 10;
    width: 210px;
    height: 34px;
    margin: 28px 0 58px 152px;
    padding-left: 22px;
    font-size: 12px;
    border-width: 1px;
  }

  /* HOUSE SPECIALTY — swipe by finger, no arrows */
  .home-page-body .specialty-block {
    order: 11;
    width: 100%;
    min-height: 455px;
    padding: 38px 0 34px;
    background: var(--accent);
    overflow: hidden;
  }

  .home-page-body .specialty-block__header {
    padding: 0;
    margin-bottom: 16px !important;
  }

  .home-page-body .specialty-block__title-row--house {
    justify-content: flex-end;
    padding-right: 14px;
  }

  .home-page-body .specialty-block__title-row--specialty {
    justify-content: flex-start;
    padding-left: 0;
  }

  .home-page-body .specialty-block__h1,
  .home-page-body .specialty-block__h2 {
    font-size: 38px !important;
    line-height: 0.9 !important;
    color: var(--cream);
  }

  .home-page-body .specialty-block__dash--after-word {
    max-width: 150px;
  }

  .home-page-body .specialty-block__dash--before-word {
    max-width: 150px;
  }

  .home-page-body .specialty-block__carousel > .carousel-arrow {
    display: none !important;
  }

  .home-page-body .specialty-block__viewport {
    width: 100% !important;
    overflow: visible;
  }

  .home-page-body .specialty-carousel.specialty-carousel--swipe {
    min-height: 308px;
    padding: 0 calc((100% - 270px) / 2) 8px;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .home-page-body .specialty-carousel.specialty-carousel--swipe::-webkit-scrollbar {
    display: none;
  }

  .home-page-body .specialty-carousel .dish-slot--mobile {
    flex: 0 0 270px;
    width: 270px !important;
    min-height: 278px;
    margin-right: 24px;
    scroll-snap-align: center;
  }

  /* Same frame for every dish photo on phone */
  .home-page-body .specialty-carousel .dish-slot--mobile .dish-photo {
    width: 100%;
    height: 248px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .home-page-body .specialty-carousel .dish-slot--mobile .dish-photo img {
    width: 100%;
    height: 100%;
    max-width: 248px;
    max-height: 248px;
    object-fit: contain;
    object-position: center;
  }

  .home-page-body .specialty-carousel .dish-slot--mobile img[data-dish-variant="compact"] {
    transform: none;
  }

  .home-page-body .dish h3 {
    margin-top: 0;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    line-height: 1.15;
    color: #fefcf8;
  }

  .home-page-body .specialty-carousel-dots {
    display: flex;
    margin: 10px auto 0;
    padding: 0 12px;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    z-index: 3;
  }

  .home-page-body .specialty-carousel-dots.specialty-carousel-dots--many {
    gap: 6px;
  }

  .home-page-body .specialty-carousel-dots.specialty-carousel-dots--many .specialty-carousel-dot {
    width: 9px;
    height: 9px;
  }

  .home-page-body .specialty-carousel-dots .specialty-carousel-dot {
    border: none;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    flex-shrink: 0;
  }

  .home-page-body .specialty-carousel-dots .specialty-carousel-dot:focus-visible {
    outline: 2px solid rgba(254, 252, 248, 0.95);
    outline-offset: 3px;
  }

  /* EVENTS — smaller image strip */
  .home-page-body .events-grad {
    display: none !important;
  }

  .home-page-body section.events {
    order: 12;
    padding: 62px 0 54px;
    background: var(--bg);
  }

  .home-page-body .events > h2 {
    max-width: 330px;
    font-size: 39px;
    line-height: 0.88;
    margin: 0 auto;
  }

  .home-page-body .events > p {
    width: 255px;
    margin: 16px auto 0;
    font-size: 11.5px;
    line-height: 1.12;
  }

  .home-page-body .events-carousel {
    width: 100% !important;
    height: 205px !important;
    min-height: 205px;
    margin-top: 24px;
    --events-slide-width: 250px;
    --events-slide-gap: 18px;
  }

  .home-page-body .events-marquee-item {
    height: 155px;
  }

  .home-page-body .events-slide-inner {
    border-radius: 8px;
    box-shadow: 3px 7px 14px rgba(0, 0, 0, 0.24);
  }

  .home-page-body .event-btn {
    width: 205px;
    height: 34px;
    margin-top: 10px;
    padding-left: 28px;
    font-size: 12px;
    border-width: 1px;
  }

  /* JOIN — phone layout similar to mockup */
  .home-page-body section.join {
    order: 13;
    position: relative;
    display: block;
    min-height: 395px;
    padding: 0;
    background: linear-gradient(180deg, #e6dcd0 0%, #af8b72 100%);
  }

  .home-page-body .join h2 {
    position: absolute;
    left: 155px;
    top: 68px;
    width: 210px;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: 40px;
    line-height: 0.86;
    font-weight: 400;
  }

  .home-page-body .join-img {
    position: absolute;
    left: 0;
    top: 138px;
    width: 138px;
    height: 154px;
    border-radius: 0;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  }

  .home-page-body .join p {
    position: absolute;
    left: 180px;
    top: 172px;
    width: 135px;
    text-align: left;
    font-size: 11px;
    line-height: 1.1;
  }

  .home-page-body .join-btn {
    position: absolute;
    left: 164px;
    top: 270px;
    width: 195px;
    height: 34px;
    margin: 0;
    padding-left: 22px;
    font-size: 12px;
    border-width: 1px;
  }

  /* FOOTER — no back-to-top and no quick links on phone */
  .home-page-body .footer {
    order: 14;
    padding: 0 18px 22px;
    background: var(--bg);
  }

  .home-page-body .footer-float-up,
  .home-page-body .footer-backtop {
    display: none !important;
  }

  .home-page-body .footer-float-chat {
    right: max(14px, calc(50vw - 186px));
    bottom: 20px;
    width: 58px;
    height: 58px;
  }

  .home-page-body .footer-inner {
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-page-body .footer-logo-half {
    width: 118px;
    height: 58px;
    margin: -30px auto 8px;
    border-radius: 70px 70px 0 0;
  }

  .home-page-body .footer-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
  }

  .home-page-body .contact-col {
    order: 1;
    width: 100%;
    max-width: 295px;
  }

  .home-page-body .footer h3 {
    font-family: "League Spartan", sans-serif;
    font-size: 31px;
    line-height: 1;
    margin-bottom: 14px;
    color: var(--brown);
  }

  .home-page-body .contact-col input {
    height: 34px;
    margin-top: 8px;
    border-width: 1px;
    font-size: 11px;
    padding: 0 18px;
  }

  .home-page-body .contact-col .row {
    display: block;
  }

  .home-page-body .footer-submit {
    order: 2;
    align-self: flex-end;
    width: 88px;
    height: 34px;
    margin: 12px 32px 0 0;
    font-size: 11px;
  }

  .home-page-body .footer-socials {
    order: 3;
    gap: 34px;
    margin-top: 40px;
  }

  .home-page-body .footer-socials a img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }

  .home-page-body .links-col {
    order: 4;
    max-width: 310px;
    margin: 28px auto 0;
  }

  .home-page-body .links-col > h3,
  .home-page-body .links-grid {
    display: none !important;
  }

  .home-page-body .meta {
    justify-content: center;
    gap: 0;
    margin-top: 14px;
    text-align: center;
    font-size: 12px;
    line-height: 1.15;
  }

  .home-page-body .meta img {
    display: none;
  }

  .home-page-body .meta p {
    margin: 0;
  }

  .home-page-body .copyright {
    max-width: 100%;
    margin-top: 24px;
    padding: 0;
    font-size: 7px;
    gap: 0;
  }
}


/* =========================================================
   HOMEPAGE MOBILE NAVIGATION UPDATE — MATCH MENU PAGE
   Beige background + shorter navbar + dropdown attached
   ========================================================= */
@media (max-width: 900px) {
  .home-page-body .top-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 430px !important;
    height: 72px !important;
    min-height: 72px !important;
    margin: 0 auto !important;
    padding: 6px 26px !important;
    background: #e6dcd0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    z-index: 300 !important;
  }

  .home-page-body .nav-logo-link {
    position: absolute !important;
    left: 50% !important;
    top: 36px !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1 !important;
  }

  .home-page-body .nav-logo-link:hover {
    transform: translate(-50%, -50%) !important;
  }

  .home-page-body .nav-logo {
    width: 82px !important;
    height: 82px !important;
    object-fit: contain !important;
  }

  .home-page-body .nav-toggle {
    position: absolute !important;
    right: 26px !important;
    top: 12px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    z-index: 2 !important;
    -webkit-tap-highlight-color: transparent;
  }

  .home-page-body .nav-toggle:hover,
  .home-page-body .nav-toggle:focus,
  .home-page-body .nav-toggle:active {
    background: transparent !important;
    box-shadow: none !important;
  }

  .home-page-body .nav-toggle-bar {
    display: block !important;
    width: 42px !important;
    height: 3px !important;
    border-radius: 1px !important;
    background: #652c23 !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
  }

  .home-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  .home-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
    opacity: 0 !important;
  }

  .home-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  .home-page-body .nav-links {
    position: fixed !important;
    top: 72px !important;
    right: 22px !important;
    left: auto !important;
    width: 210px !important;
    max-width: none !important;
    height: auto !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    background: #e6dcd0 !important;
    border-radius: 0 0 34px 34px !important;
    box-shadow: none !important;
    font-family: "League Spartan", sans-serif !important;
    font-size: 20px !important;
    color: #652c23 !important;
    z-index: 299 !important;
    transition: max-height 0.35s ease, padding 0.35s ease !important;
  }

  .home-page-body .nav-links.is-open {
    max-height: 620px !important;
    padding: 18px 0 28px !important;
  }

  .home-page-body .nav-links li {
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px 0 !important;
    text-align: center !important;
  }

  .home-page-body .nav-links li.active,
  .home-page-body .nav-links li.active .nav-page-link {
    color: #af8b72 !important;
  }

  .home-page-body .nav-page-link {
    color: inherit !important;
    text-decoration: none !important;
  }

  .home-page-body .nav-links li.active .nav-underline {
    left: 50% !important;
    bottom: 8px !important;
    width: 86px !important;
    height: 10px !important;
    opacity: 1 !important;
    transform: translateX(-50%) scaleX(1) !important;
    transform-origin: center bottom !important;
  }

  .home-page-body .nav-links li:not(.active) .nav-underline {
    left: 50% !important;
    bottom: 8px !important;
    width: 86px !important;
    opacity: 0 !important;
    transform: translateX(-50%) scaleX(0) !important;
  }
}


/* =========================================================
   HOMEPAGE MOBILE FIX — MOVE STRAPLINE DOWN ONLY
   Keeps About section exactly as before.
   ========================================================= */
@media (max-width: 900px) {
  .home-page-body .strapline,
  .home-page-body .home-strapline {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
  }
}

