@charset "UTF-8";

:root {
  --default-font: "Montserrat", "Segoe UI", sans-serif;
  --heading-font: "DM Serif Display", Georgia, serif;
  --nav-font: "Montserrat", "Segoe UI", sans-serif;
  --background-color: #f7ead7;
  --default-color: #4e2f1d;
  --heading-color: #7a1f1f;
  --accent-color: #d2871f;
  --accent-strong: #e2a245;
  --accent-soft: rgba(210, 135, 31, 0.12);
  --surface-color: #fff8ef;
  --surface-alt: #f1dcc0;
  --contrast-color: #ffffff;
  --dark-panel: #7a1f1f;
  --dark-panel-soft: #5f1818;
  --nav-color: rgba(255, 248, 239, 0.92);
  --nav-hover-color: #ffffff;
  --nav-mobile-background-color: #7a1f1f;
  --nav-dropdown-background-color: #fff8ef;
  --nav-dropdown-color: #4e2f1d;
  --nav-dropdown-hover-color: #d2871f;
  --shadow-soft: 0 14px 34px rgba(78, 47, 29, 0.08);
  --shadow-strong: 0 24px 80px rgba(78, 47, 29, 0.18);
}

.light-background {
  --background-color: #f7ead7;
  --surface-color: #fff8ef;
}

.dark-background {
  --background-color: #7a1f1f;
  --default-color: #fff3e5;
  --heading-color: #ffffff;
  --surface-color: #5f1818;
  --contrast-color: #ffffff;
}

body {
  background: #f7ead7;
}

.luxury-page::before {
  display: none;
}

.establishment-hero-mobile-spacing {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .establishment-hero-mobile-spacing {
    margin-top: 0;
  }
}

.namaste-page {
  --landing-dark: #7a1f1f;
  --landing-light: #f7ead7;
  --landing-accent: #d2871f;
  background: var(--landing-light);
  color: #4e2f1d;
}

.namaste-page.luxury-page::before {
  display: none;
}

.namaste-page .header {
  --background-color: #f7ead7;
  backdrop-filter: none;
  box-shadow: 0 10px 30px rgba(78, 47, 29, 0.08);
}

.namaste-page .header .branding {
  background: #7a1f1f;
  border-bottom: 1px solid rgba(255, 248, 239, 0.16);
}

.namaste-page .header .header-shell {
  max-width: 100%;
  width: 100%;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}

.namaste-page .brand-mark {
  flex-shrink: 0;
  margin-right: 24px;
}

.namaste-page .navmenu {
  margin-left: auto;
}

.namaste-page .navmenu ul {
  justify-content: flex-end;
  gap: 6px;
}

.namaste-page.scrolled .header {
  --background-color: #f1dcc0;
}

.namaste-page.scrolled .header .branding {
  background: #7a1f1f;
}

.namaste-page .navmenu li:hover > a,
.namaste-page .navmenu .active,
.namaste-page .navmenu .active:focus {
  background: rgba(255, 248, 239, 0.12);
}

.namaste-page .navmenu .language-link {
  color: #ffffff;
}

.namaste-page .navmenu .navmenu-dropdown > ul {
  background: var(--landing-dark);
  border: 1px solid rgba(255, 248, 239, 0.16);
}

.namaste-page .navmenu .navmenu-dropdown > ul a,
.namaste-page .navmenu .navmenu-dropdown > ul a:focus {
  color: #ffffff;
}

.namaste-page .navmenu .navmenu-dropdown > ul a:hover,
.namaste-page .navmenu .navmenu-dropdown > ul .is-active {
  background: var(--landing-accent);
  color: #ffffff;
}

@media (max-width: 1199px) {
  .namaste-page .navmenu ul {
    background: linear-gradient(180deg, rgba(122, 31, 31, 0.98), rgba(95, 24, 24, 0.98));
  }

  .namaste-page .navmenu a,
  .namaste-page .navmenu a:focus {
    color: #eef3f6;
  }

  .namaste-page .mobile-nav-active .navmenu {
    background: rgba(15, 11, 9, 0.58);
  }

  .namaste-page .mobile-nav-active #header .topbar,
  .namaste-page .mobile-nav-active #header .branding {
    background: transparent;
    border-bottom-color: transparent;
  }
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 190px;
  padding-bottom: 110px;
  background: #7a1f1f;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-background-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-veil {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(58, 18, 18, 0.5);
  pointer-events: none;
}

.hero-orb {
  display: none;
}

.hero .hero-content {
  position: relative;
  z-index: 2;
}

.hero-layout {
  min-height: calc(100vh - 220px);
}

.hero .hero-text {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.hero-showcase {
  margin-top: 0;
}

.hero-showcase-stage {
  position: relative;
  padding: 16px;
  background: #fff8ef;
  border: 1px solid rgba(210, 135, 31, 0.22);
  box-shadow: 0 14px 34px rgba(78, 47, 29, 0.08);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.hero-showcase-stage::before {
  display: none;
}

.hero-showcase .gallery-carousel {
  padding-bottom: 0;
}

.hero-showcase .gallery-card {
  max-width: none;
}

.hero-showcase .gallery-card .gallery-card-image {
  height: 620px;
  min-height: 620px;
}

.hero .hero-text .hero-title,
.hero-stat-value {
  color: #ffffff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.38);
}

.hero .hero-text .hero-description,
.hero-stat-label {
  color: #f7f1e7;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
}

.hero .hero-text .hero-features .feature-item,
.hero-stat-card {
  background: #fbf8f3;
  border-color: #e2d6c4;
  backdrop-filter: none;
}

.hero .hero-text .hero-features .feature-item i {
  background: #f3ede4;
  color: #241b14;
  box-shadow: none;
}

.hero .hero-text .hero-features .feature-item .feature-text .value,
.hero .hero-text .hero-features .feature-item .feature-text a {
  color: #241b14;
}

.hero .hero-text .hero-actions .btn.btn-ghost {
  color: #241b14;
  background: #ffffff;
  border-color: var(--landing-accent);
  border-radius: 0;
  box-shadow: none;
}

.hero .hero-text .hero-actions .btn.btn-primary {
  color: #ffffff;
  border-color: var(--landing-accent);
  background: var(--landing-accent);
  border-radius: 0;
  box-shadow: none;
}

.hero .hero-text .hero-actions .btn.btn-ghost:hover {
  color: #ffffff;
  border-color: var(--landing-accent);
  background: var(--landing-accent);
}

.hero .hero-text .hero-actions .btn.btn-primary:hover {
  color: #ffffff;
  border-color: var(--landing-accent);
  background: var(--landing-accent);
}

.about {
  background: #ffffff;
}

#menu.about.section {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(86px, 10vw, 132px);
  padding-bottom: 0;
  background: #ffffff;
}

.namaste-menu-list {
  text-align: left;
}

.menu-section-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #7a1f1f;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.menu-panel-intro {
  max-width: 28ch;
  margin: 0 auto;
  color: #6b4931;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.75;
}

.menu-section-title,
.menu-section-shell {
  width: min(100%, 1180px);
  padding-left: clamp(22px, 4vw, 56px);
  padding-right: clamp(22px, 4vw, 56px);
  margin: 0 auto;
}

.menu-section-title {
  text-align: center;
}

.menu-section-title h2 {
  margin-bottom: 20px;
  color: #7a1f1f;
  font-size: clamp(3rem, 5.6vw, 4.9rem);
  line-height: 0.95;
}

.menu-section-title p {
  margin-bottom: 0;
}

.menu-section-shell {
  margin-top: 36px;
  display: flex;
  align-items: stretch;
}

.menu-section-shell > .row {
  flex: 1;
  align-items: stretch;
  min-width: 0;
}

.menu-section-shell > .row > .col-12 {
  display: flex;
  min-width: 0;
}

.menu-panel-expanded {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 0;
  min-height: auto;
}

.menu-section-links-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.menu-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0;
}

.menu-tab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 56px;
  padding: 15px 26px;
  border: 2px solid #7a1f1f;
  border-radius: 0;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #7a1f1f 0%, #7a1f1f 100%);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 0;
  color: #7a1f1f;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s ease, background-size 0.32s ease, color 0.25s ease, border-color 0.25s ease;
}

.menu-tab-button:hover,
.menu-tab-button:focus {
  background-size: 100% 100%;
  color: #ffffff;
  border-color: #7a1f1f;
  transform: translateY(-1px);
}

.menu-tab-button.is-active {
  background-size: 100% 100%;
  color: #ffffff;
  border-color: #7a1f1f;
}

.menu-tab-panel {
  display: none;
}

.menu-tab-panel.is-active {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.namaste-menu-page .hero {
  min-height: auto;
  padding-top: 170px;
  padding-bottom: 64px;
}

.namaste-menu-page .hero-content {
  padding-left: clamp(18px, 3vw, 36px);
  padding-right: clamp(18px, 3vw, 36px);
}

.menu-page-hero-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: center;
}

.menu-page-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255, 248, 239, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.menu-page-title {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.menu-page-description {
  width: min(100%, 64ch);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.8;
}

.menu-page-tabs {
  margin-top: 28px;
  margin-bottom: 0;
}

.menu-page-tabs .menu-tab-button {
  text-decoration: none;
}

.menu-page-section {
  padding-top: 18px;
  background: #ffffff;
}

.menu-page-panel {
  width: min(100%, 980px);
  max-width: 100%;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.menu-page-featured-gallery {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 auto 44px;
}

.menu-page-featured-gallery-header {
  margin-bottom: 22px;
  text-align: center;
}

.menu-page-featured-gallery-header h2 {
  margin: 0;
  color: #7a1f1f;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  line-height: 0.98;
}

.menu-page-featured-gallery-note {
  display: block;
  margin-top: 14px;
  color: #d2871f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.namaste-menu-sections-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.namaste-menu-section {
  display: block;
  width: 100%;
  padding: clamp(22px, 2.8vw, 34px) 0;
  margin: 0;
  border: 0;
  background: transparent;
  text-align: center;
  box-shadow: none;
}

.namaste-menu-section-header {
  margin: 0 auto 26px;
  max-width: 60ch;
}

.namaste-menu-section-header h3 {
  margin-bottom: 10px;
  font-size: clamp(1.75rem, 2.6vw, 2.35rem);
  color: #7a1f1f;
}

.namaste-menu-section-note {
  display: block;
  color: #d2871f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.namaste-menu-items {
  display: block;
  max-width: 70ch;
  margin: 0 auto;
}

.namaste-menu-item {
  display: block;
  padding-top: 20px;
  border-top: 1px solid rgba(122, 31, 31, 0.12);
}

.namaste-menu-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.namaste-menu-item-head {
  display: block;
  margin-bottom: 10px;
}

.namaste-menu-item-head h4 {
  margin: 0;
  font-size: 1.02rem;
  color: #4e2f1d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.namaste-menu-item p {
  margin: 0;
  color: #6b4931;
  font-size: 0.98rem;
  line-height: 1.75;
}

.luxury-panel,
.about-gallery-shell {
  background: #fff8ef;
  border-color: rgba(210, 135, 31, 0.2);
}

.about .about-content h2,
.about .about-content .fst-italic,
.about-signature,
.section-title p {
  color: #7a1f1f;
}

.about .about-content p {
  color: #6b4931;
}

.about-signature span:first-child {
  background: rgba(185, 146, 91, 0.32);
}

.about-gallery-accent {
  border-color: #cfb894;
}

.about-story-badge {
  background: #241b14;
  color: #ffffff;
  border: 1px solid var(--landing-accent);
  box-shadow: 0 12px 24px rgba(36, 27, 20, 0.12);
}

.gallery-showcase.section {
  background: #ffffff;
  padding: 36px 0 0;
}

.gallery-showcase-shell {
  width: min(100%, 1280px);
  margin: 0 auto;
}

.gallery-showcase .menu-section-shell {
  margin-top: 0;
}

.gallery-showcase .section-title h2,
.gallery-showcase .section-title p {
  color: #7a1f1f;
}

.gallery-showcase .section-title span {
  color: rgba(36, 27, 20, 0.08);
}

.gallery-showcase .gallery-card {
  overflow: hidden;
  max-width: none;
  margin: 0 auto;
  min-height: 100%;
  background: #fff8ef;
  border: 1px solid rgba(210, 135, 31, 0.2);
  border-color: rgba(210, 135, 31, 0.2);
  box-shadow: var(--shadow-soft);
}

.gallery-showcase .hero-showcase-stage {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.gallery-showcase .hero-showcase-stage::before {
  display: none;
}

.brunch-inline-gallery {
  --gallery-gap: 18px;
  --gallery-card-width: clamp(220px, 22vw, 320px);
  --gallery-card-height: clamp(260px, 28vw, 380px);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  margin-top: 28px;
  padding: 18px 0;
  mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%);
}

.brunch-inline-gallery::before,
.brunch-inline-gallery::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9%;
  pointer-events: none;
  z-index: 2;
}

.brunch-inline-gallery::before {
  left: 0;
  background: linear-gradient(to right, rgba(254, 238, 211, 0.96), rgba(254, 238, 211, 0));
}

.brunch-inline-gallery::after {
  right: 0;
  background: linear-gradient(to left, rgba(254, 238, 211, 0.96), rgba(254, 238, 211, 0));
}

.brunch-inline-gallery-track {
  display: flex;
  align-items: center;
  gap: var(--gallery-gap);
  width: max-content;
  min-width: 0;
  animation: brunch-inline-gallery-scroll 34s linear infinite;
  will-change: transform;
}

.brunch-inline-gallery:hover .brunch-inline-gallery-track,
.brunch-inline-gallery:focus-within .brunch-inline-gallery-track {
  animation-play-state: paused;
}

.brunch-inline-gallery-item {
  display: block;
  overflow: hidden;
  background: #ffffff;
  width: var(--gallery-card-width);
  height: var(--gallery-card-height);
  flex: 0 0 var(--gallery-card-width);
  border-radius: 28px;
  box-shadow: 0 24px 54px rgba(59, 32, 20, 0.14);
  transform-origin: center center;
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
}

.brunch-inline-gallery-item:nth-child(4n + 1) {
  transform: translateY(18px) rotate(-4deg) scale(0.94);
}

.brunch-inline-gallery-item:nth-child(4n + 2) {
  transform: translateY(-8px) rotate(2deg) scale(1.02);
}

.brunch-inline-gallery-item:nth-child(4n + 3) {
  transform: translateY(10px) rotate(4deg) scale(0.97);
}

.brunch-inline-gallery-item:nth-child(4n + 4) {
  transform: translateY(-18px) rotate(-2deg) scale(0.92);
}

.brunch-inline-gallery-item:hover,
.brunch-inline-gallery-item:focus-visible {
  transform: translateY(-10px) rotate(0deg) scale(1.03);
  box-shadow: 0 30px 64px rgba(59, 32, 20, 0.2);
  filter: saturate(1.04);
  z-index: 3;
}

.brunch-inline-gallery-item.glightbox,
.brunch-inline-gallery-item.glightbox .brunch-inline-gallery-image {
  cursor: zoom-in;
}

.brunch-inline-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes brunch-inline-gallery-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc((-1 * var(--gallery-card-width) * 4) - (var(--gallery-gap) * 4)), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brunch-inline-gallery-track {
    animation: none;
  }

  .brunch-inline-gallery-item,
  .brunch-inline-gallery-item:hover,
  .brunch-inline-gallery-item:focus-visible {
    transform: none;
    transition: none;
  }
}

.gallery-carousel {
  padding-bottom: 84px;
}

.gallery-carousel .carousel-inner {
  overflow: hidden;
}

.gallery-carousel .carousel-item {
  transition: transform 0.6s ease-in-out;
}

.gallery-showcase .gallery-card .gallery-card-image {
  position: relative;
  overflow: hidden;
  height: 620px;
  min-height: 620px;
}

.gallery-showcase .gallery-card .gallery-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(122, 31, 31, 0.08);
}

.gallery-showcase .gallery-card .gallery-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-carousel-controls {
  position: absolute;
  inset: 50% 0 auto 0;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.gallery-carousel .carousel-control-prev,
.gallery-carousel .carousel-control-next {
  position: static;
  width: 58px;
  height: 58px;
  background: #fff8ef;
  border: 1px solid rgba(210, 135, 31, 0.22);
  opacity: 1;
  pointer-events: auto;
}

.gallery-carousel .carousel-control-prev:hover,
.gallery-carousel .carousel-control-next:hover {
  background: #f1dcc0;
}

.gallery-carousel .carousel-control-prev-icon,
.gallery-carousel .carousel-control-next-icon {
  width: 1.1rem;
  height: 1.1rem;
  filter: invert(42%) sepia(30%) saturate(1068%) hue-rotate(356deg) brightness(92%) contrast(88%);
}

.gallery-carousel .carousel-control-prev:hover .carousel-control-prev-icon,
.gallery-carousel .carousel-control-next:hover .carousel-control-next-icon {
  filter: invert(42%) sepia(30%) saturate(1068%) hue-rotate(356deg) brightness(92%) contrast(88%);
}

.location-section {
  padding: 0 0 96px;
  background: #ffffff;
}

.location-section-title {
  width: min(100%, 1680px);
  margin: 0 auto;
  padding: 0 clamp(22px, 4vw, 56px) 28px;
  text-align: center;
}

.location-section-title h2 {
  margin: 0 0 12px;
  color: #7a1f1f;
}

.location-section-title p {
  margin: 0;
  color: #6b4931;
}

.location-map-shell {
  width: 100%;
}

.location-map-shell iframe {
  display: block;
  width: 100%;
  height: min(72vh, 680px);
  min-height: 420px;
}

.footer {
  background: var(--landing-dark);
}

.footer::before {
  display: none;
}

.footer .footer-content p,
.footer .footer-content .logo,
.footer .footer-content .logo .sitename,
.footer .footer-content .sitename,
.footer .footer-links h4,
.footer .footer-links ul a,
.footer .footer-links ul i,
.footer .footer-contact h4,
.footer .footer-contact .contact-item .contact-info p,
.footer .footer-contact .contact-item .contact-info a,
.footer .footer-contact .contact-item .contact-icon i,
.footer .footer-bottom .copyright p,
.footer .footer-bottom .copyright .sitename,
.footer .footer-bottom .credits,
.footer .footer-bottom .credits a,
.footer .footer-bottom .sitename {
  color: #ffffff;
}

.footer .footer-contact .contact-item .contact-icon {
  background: rgba(255, 248, 239, 0.14);
  border-color: rgba(255, 248, 239, 0.22);
}

.footer-brand-logo {
  width: 104px;
  height: 104px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  flex-shrink: 0;
}

.footer .footer-content {
  text-align: center;
}

.footer .footer-content .logo {
  justify-content: center;
}

#preloader {
  background: var(--landing-light);
}

.scroll-top {
  background: var(--landing-accent);
  box-shadow: none;
}

@media (max-width: 992px) {
  .hero {
    padding-top: 150px;
    min-height: 88vh;
  }

  .hero-layout {
    min-height: auto;
  }

  .gallery-showcase .gallery-card .gallery-card-image {
    min-height: 320px;
  }

}

@media (max-width: 768px) {
  .namaste-page .main {
    padding-top: 0;
  }

  .namaste-page .header .header-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .namaste-page .brand-mark {
    margin-right: 14px;
    max-width: calc(100% - 58px);
  }

  .namaste-page .brand-mark-title {
    font-size: 1.15rem;
    line-height: 1.15;
    letter-spacing: 0.02em;
    white-space: normal;
  }

  .namaste-page .brand-mark-label {
    font-size: 0.64rem;
    letter-spacing: 0.22em;
  }

  .hero {
    min-height: 78vh;
    padding-top: 138px;
    padding-bottom: 90px;
  }

  .namaste-menu-page .hero {
    min-height: auto;
    padding-top: 138px;
    padding-bottom: 42px;
  }

  .hero-showcase {
    margin-top: 8px;
  }

  .hero-showcase-stage {
    padding: 14px;
  }

  .hero-showcase .gallery-card .gallery-card-image {
    height: 360px;
    min-height: 360px;
  }

  .gallery-carousel {
    padding-bottom: 78px;
  }

  .gallery-showcase .gallery-card .gallery-card-image {
    height: 360px;
    min-height: 360px;
  }

  .brunch-inline-gallery {
    --gallery-card-width: clamp(210px, 42vw, 280px);
    --gallery-card-height: clamp(250px, 52vw, 330px);
  }

  .gallery-carousel-controls {
    inset: auto 0 14px 0;
    transform: none;
    justify-content: center;
    gap: 12px;
    pointer-events: auto;
  }

  .gallery-carousel .carousel-control-prev,
  .gallery-carousel .carousel-control-next {
    width: 48px;
    height: 48px;
  }

  .menu-section-title,
  .menu-section-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-panel-expanded {
    width: 100%;
    padding: 24px 20px;
    min-height: auto;
  }

  .menu-section-shell {
    margin-top: 28px;
  }

  .menu-tabs {
    gap: 14px;
  }

  .menu-tab-button {
    min-width: 144px;
    min-height: 52px;
    padding: 14px 20px;
  }

  .menu-page-hero-shell {
    padding: 28px 22px;
  }

  .menu-page-title {
    font-size: clamp(2.1rem, 8vw, 3.4rem);
  }

  .menu-page-description {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .menu-page-featured-gallery {
    margin-bottom: 34px;
  }

  .menu-page-featured-gallery-header h2 {
    font-size: clamp(2.2rem, 7vw, 3.2rem);
  }

  .namaste-menu-section {
    padding: 24px 20px;
  }

  .namaste-menu-sections-grid {
    gap: 20px;
  }

  .location-section {
    padding-bottom: 72px;
  }

  .location-section-title {
    padding: 0 16px 22px;
  }

  .location-map-shell iframe {
    height: 54vh;
    min-height: 320px;
  }
}

@media (max-width: 576px) {
  .about-gallery-accent {
    width: 70px;
    height: 70px;
  }

  .gallery-showcase .gallery-card .gallery-card-image {
    height: 280px;
    min-height: 280px;
  }

  .gallery-showcase .gallery-card {
    max-width: 100%;
  }

  .brunch-inline-gallery {
    --gallery-gap: 12px;
    --gallery-card-width: 72vw;
    --gallery-card-height: 88vw;
    overflow-x: auto;
    overflow-y: visible;
    padding: 10px 4px 16px;
    mask-image: none;
    -webkit-mask-image: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .brunch-inline-gallery::-webkit-scrollbar {
    display: none;
  }

  .brunch-inline-gallery::before,
  .brunch-inline-gallery::after {
    display: none;
  }

  .brunch-inline-gallery-track {
    animation: none;
    padding-right: 8px;
  }

  .brunch-inline-gallery-item {
    scroll-snap-align: center;
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(59, 32, 20, 0.14);
  }

  .brunch-inline-gallery-item:nth-child(n) {
    transform: none;
  }

  .brunch-inline-gallery-item.is-gallery-clone {
    display: none;
  }

  .menu-panel-expanded {
    padding: 0;
  }

  .menu-section-title h2 {
    font-size: clamp(2.45rem, 11vw, 3.4rem);
  }

  .menu-panel-intro {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .menu-tabs {
    width: 100%;
    gap: 12px;
  }

  .menu-tab-button {
    width: 100%;
    min-width: 0;
  }

  .menu-page-hero-shell {
    padding: 24px 18px;
  }

  .hero-showcase .gallery-card .gallery-card-image {
    height: 280px;
    min-height: 280px;
  }
}
