:root {
  --ink: #110f0c;
  --ink-2: #211c16;
  --palm: #7c6a55;
  --palm-2: #a58e72;
  --pearl: #f6ead9;
  --pearl-soft: rgba(246, 234, 217, 0.88);
  --muted: rgba(246, 234, 217, 0.74);
  --muted-strong: rgba(246, 234, 217, 0.94);
  --coral: #d8ab84;
  --brass: #bea076;
  --teal: #89aa91;
  --glass: rgba(243, 235, 222, 0.14);
  --glass-strong: rgba(243, 235, 222, 0.28);
  --line: rgba(243, 235, 222, 0.16);
  --line-strong: rgba(243, 235, 222, 0.28);
  --shadow: 0 24px 72px rgba(21, 15, 10, 0.18);
  --shadow-soft: 0 14px 38px rgba(21, 15, 10, 0.12);
  --radius: 24px;
  --radius-lg: 32px;
  --radius-pill: 999px;
  --max: 1220px;
  --font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Italiana, Georgia, serif;
  --ease: cubic-bezier(0.25, 0.85, 0.3, 1);
  --transition: 240ms var(--ease);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 12%, rgba(223, 172, 115, 0.14), transparent 28vw),
    radial-gradient(circle at 85% 14%, rgba(138, 168, 142, 0.1), transparent 28vw),
    linear-gradient(180deg, #120f0b 0%, #1a1712 46%, #2b2319 100%);
  color: var(--pearl);
  font-family: var(--font-sans);
  line-height: 1.65;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: 0.18;
}

body::after {
  z-index: 1;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 28%), rgba(221, 135, 105, 0.14), transparent 22rem),
    radial-gradient(circle at 80% 10%, rgba(200, 166, 107, 0.08), transparent 32rem);
  mix-blend-mode: screen;
}

body.is-loading {
  overflow: hidden;
}

img,
video,
canvas,
svg,
iframe {
  display: block;
  max-width: 100%;
}

img,
video {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  background: rgba(221, 135, 105, 0.35);
  color: #fff;
}

.noscript {
  position: fixed;
  inset: auto 20px 20px;
  z-index: 100;
  padding: 14px 18px;
  border-radius: var(--radius);
  background: var(--glass-strong);
  border: 1px solid var(--line);
}

.container,
.section-inner {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.app-shell,
main,
section,
footer,
.site-nav {
  position: relative;
  z-index: 2;
}

.section,
.timeline-section,
.philosophy-section,
.testimonials-section,
.cta-section,
.gallery-section,
.booking-section,
.mm-contact-block,
.food-section {
  padding: clamp(70px, 9vw, 124px) 0;
}

.section-inner {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
}

.section-kicker,
.eyebrow,
.gallery-label,
.mm-label {
  margin: 0 0 16px;
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-title,
.hero-title,
.hero-about h1,
.hero-menu h1,
.hero-text h1,
.contact-hero-title,
.drinks-heading,
.food-heading {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.92;
}

.section-title {
  max-width: 11ch;
  font-size: clamp(2.8rem, 7vw, 5.9rem);
}

.section-copy,
.hero-copy,
.hero-subtitle,
.hero-about p,
.hero-menu p {
  margin: 0;
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 3px 3px;
}

.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  width: 360px;
  height: 360px;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(221, 135, 105, 0.22), rgba(109, 185, 162, 0.09) 42%, transparent 72%);
  filter: blur(12px);
  transition: opacity 280ms ease;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(221, 135, 105, 0.14), transparent 34rem),
    #020604;
}

.loader__inner {
  display: grid;
  place-items: center;
  gap: 18px;
}

.loader__mark {
  width: 84px;
  height: 84px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(221, 135, 105, 0.22));
}

.loader__brand {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  letter-spacing: 0.08em;
}

.loader__line {
  width: min(260px, 56vw);
  height: 1px;
  overflow: hidden;
  background: rgba(248, 236, 210, 0.18);
}

.loader__line span {
  display: block;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--brass), transparent);
  animation: loadLine 1.1s var(--ease) infinite;
}

@keyframes loadLine {
  from { transform: translateX(-100%); }
  to { transform: translateX(240%); }
}

.site-nav {
  position: fixed;
  left: 50%;
  top: 18px;
  z-index: 50;
  width: min(1180px, calc(100vw - 28px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 245, 230, 0.12);
  border-radius: var(--radius-pill);
  background: rgba(22, 18, 14, 0.82);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(24px);
}

.brand-link,
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  color: #fff;
}

.brand-link img,
.logo-mark img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-link span,
.logo-text {
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links,
.nav-center,
.nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.nav-pills {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-links {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.04);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 15px;
  border-radius: var(--radius-pill);
  color: var(--muted-strong);
  font-size: 0.88rem;
  font-weight: 650;
  transition: transform 240ms var(--ease), background 240ms var(--ease), color 240ms var(--ease);
}

.nav-link:hover,
.nav-link.active,
.nav-link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.nav-actions,
.nav-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.icon-button,
.menu-toggle,
.hamburger-btn,
.cart-pill,
.phone-link,
.social-btn {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transition: transform 260ms var(--ease), background 260ms var(--ease), border-color 260ms var(--ease);
}

.icon-button,
.menu-toggle,
.hamburger-btn,
.cart-pill,
.social-btn {
  width: 46px;
  height: 46px;
}

.phone-link {
  min-height: 46px;
  padding: 0 16px;
  gap: 10px;
}

.book-pill,
.magnetic,
.ghost-button,
.menu-btn,
.mm-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-pill);
  color: #fff;
  font-weight: 750;
  transition: transform 280ms var(--ease), box-shadow 280ms var(--ease), border-color 280ms var(--ease), background 280ms var(--ease);
}

.book-pill,
.magnetic,
.mm-wa-btn {
  background: linear-gradient(135deg, rgba(221, 135, 105, 0.34), rgba(109, 185, 162, 0.16));
  box-shadow: 0 20px 54px rgba(221, 135, 105, 0.15);
}

.ghost-button,
.menu-btn {
  background: rgba(255, 255, 255, 0.06);
}

.book-pill:hover,
.magnetic:hover,
.ghost-button:hover,
.icon-button:hover,
.menu-toggle:hover,
.hamburger-btn:hover,
.cart-pill:hover,
.phone-link:hover,
.menu-btn:hover,
.mm-wa-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(248, 236, 210, 0.26);
  background-color: rgba(255, 255, 255, 0.1);
}

.menu-toggle,
.hamburger-btn {
  display: none;
}

.hamburger-line {
  width: 18px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 6px currentColor, 0 -6px currentColor;
}

.mobile-panel,
.mobile-menu {
  position: fixed;
  top: 82px;
  left: 50%;
  z-index: 48;
  width: min(420px, calc(100vw - 28px));
  transform: translateX(-50%);
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(3, 8, 6, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.mobile-panel a,
.mobile-menu a {
  padding: 13px 14px;
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
}

.hero-section,
.hero-about,
.hero-menu,
.hero-wrapper {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(112px, 12vw, 150px) 0 clamp(70px, 8vw, 110px);
}

.hero-media,
.hero-media::after,
.hero-section::before,
.hero-about::before,
.hero-menu::before,
.hero-wrapper::before {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: 0;
}

.hero-media::after,
.hero-section::before,
.hero-about::before,
.hero-menu::before,
.hero-wrapper::before {
  content: "";
  pointer-events: none;
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgba(16, 14, 11, 0.84), rgba(16, 14, 11, 0.22) 48%, rgba(16, 14, 11, 0.82)),
    linear-gradient(180deg, rgba(16, 14, 11, 0.18), rgba(16, 14, 11, 0.78));
}

.hero-section::before,
.hero-about::before,
.hero-menu::before,
.hero-wrapper::before {
  z-index: 1;
  background:
    radial-gradient(circle at 22% 18%, rgba(221, 135, 105, 0.18), transparent 36vw),
    radial-gradient(circle at 82% 12%, rgba(200, 166, 107, 0.12), transparent 28vw);
}

.hero-parallax {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.8;
  pointer-events: none;
}

.hero-ambient {
  overflow: hidden;
}

.hero-ambient span {
  position: absolute;
  width: clamp(160px, 22vw, 340px);
  aspect-ratio: 1;
  border: 1px solid rgba(248, 236, 210, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(221, 135, 105, 0.16), transparent 68%);
  filter: blur(2px);
  animation: ambientFloat 12s ease-in-out infinite;
}

.hero-ambient span:nth-child(1) {
  right: 12%;
  top: 18%;
}

.hero-ambient span:nth-child(2) {
  left: 9%;
  bottom: 14%;
  width: clamp(120px, 18vw, 260px);
  background: radial-gradient(circle, rgba(109, 185, 162, 0.13), transparent 68%);
  animation-delay: -4s;
}

.hero-ambient span:nth-child(3) {
  right: 34%;
  bottom: 8%;
  width: clamp(90px, 12vw, 180px);
  animation-delay: -8s;
}

@keyframes ambientFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(18px, -22px, 0) rotate(12deg); }
}

.hero-content {
  z-index: 3;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
}

.hero-title {
  display: grid;
  gap: 0;
  margin-bottom: 22px;
  font-size: clamp(4rem, 12vw, 9.8rem);
}

.hero-title span:last-child {
  color: rgba(248, 236, 210, 0.72);
}

.hero-copy {
  max-width: 760px;
}

.hero-cta,
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-card,
.glass-panel,
.card-panel,
.booking-card,
.footer-shell,
.drinks-card,
.food-card,
.mm-contact-card,
.mm-map-card,
.mm-reserve-card,
.menu-item,
.timeline-content,
.philosophy-card,
.testimonial-card,
.gallery-card,
.service-card,
.quote-card,
.contact-panel,
.story-photo {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.hero-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  transform-style: preserve-3d;
}

.hero-card__image {
  overflow: hidden;
  border-radius: 24px;
}

.hero-card__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-card__meta p,
.hero-card__meta h2 {
  margin: 0;
}

.hero-card__meta p {
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-card__meta h2 {
  color: #fff;
  font-size: 1.1rem;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: var(--radius-pill);
  color: #fff;
  background: rgba(109, 185, 162, 0.16);
}

.status-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 18px var(--teal);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.scroll-cue span {
  width: 1px;
  height: 44px;
  overflow: hidden;
  background: rgba(248, 236, 210, 0.2);
}

.scroll-cue span::after {
  content: "";
  display: block;
  width: 100%;
  height: 35%;
  background: var(--brass);
  animation: scrollPulse 1.6s ease-in-out infinite;
}

@keyframes scrollPulse {
  0% { transform: translateY(-120%); }
  100% { transform: translateY(320%); }
}

.reveal,
.reveal-card,
.menu-item,
.drink-category,
.food-category,
.gallery-card,
.philosophy-card,
.testimonial-card {
  opacity: 0;
  transform: translateY(34px);
}

.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 800ms var(--ease), transform 800ms var(--ease), filter 800ms var(--ease);
}

.story-grid,
.gallery-feature,
.contact-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  align-items: center;
}

.story-panel {
  min-height: 680px;
  position: relative;
}

.story-photo {
  position: absolute;
  overflow: hidden;
}

.story-photo img,
.service-card img,
.mosaic-item img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease), filter 700ms var(--ease);
}

.story-photo--large {
  inset: 0 14% 14% 0;
}

.story-photo--small {
  right: 0;
  bottom: 0;
  width: 42%;
  min-width: 220px;
  aspect-ratio: 4 / 5;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.metric {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
}

.metric strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.metric span {
  color: var(--muted);
  font-size: 0.86rem;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.event-card {
  position: relative;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.event-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 166, 107, 0.3);
  background: rgba(255, 255, 255, 0.1);
}

.event-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  background: rgba(200, 166, 107, 0.18);
  color: var(--brass);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-card h3 {
  margin: 18px 0 12px;
  color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 1.95rem);
}

.event-card p {
  margin: 0;
  color: var(--muted-strong);
  line-height: 1.8;
}

@media (max-width: 980px) {
  .events-grid {
    grid-template-columns: 1fr;
  }
}

.showcase-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  transform-style: preserve-3d;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 8, 6, 0.05), rgba(3, 8, 6, 0.82));
}

.service-card:hover img,
.gallery-card:hover img,
.mosaic-item:hover img,
.story-photo:hover img {
  transform: scale(1.055);
  filter: saturate(1.08);
}

.service-card__content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
}

.service-card__content span {
  color: var(--brass);
  font-size: 0.82rem;
  font-weight: 800;
}

.service-card__content h3 {
  margin: 8px 0 10px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 400;
}

.service-card__content p {
  margin: 0;
  color: var(--muted-strong);
}

.marquee,
.footer-marquee,
.huge-text {
  overflow: hidden;
  white-space: nowrap;
  color: rgba(248, 236, 210, 0.09);
  font-family: var(--font-display);
  font-size: clamp(3rem, 9vw, 8rem);
  line-height: 0.9;
}

.marquee span,
.footer-marquee span,
.marquee-track {
  display: inline-block;
  animation: marquee 24s linear infinite;
}

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

.gallery-feature {
  gap: clamp(28px, 6vw, 72px);
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 110px;
  gap: 14px;
}

.mosaic-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
}

.mosaic-item:nth-child(1) {
  grid-column: span 3;
  grid-row: span 3;
}

.mosaic-item:nth-child(2),
.mosaic-item:nth-child(3) {
  grid-column: span 3;
  grid-row: span 2;
}

.mosaic-item:nth-child(4),
.mosaic-item:nth-child(5) {
  grid-column: span 3;
  grid-row: span 2;
}

.booking-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 5vw, 54px);
  padding: clamp(24px, 4vw, 48px);
}

.booking-form,
.contact-list,
.social-strip,
.phone-list,
.mm-form,
.mm-contact-grid {
  display: grid;
  gap: 16px;
}

.field-grid,
.mm-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field,
.mm-field {
  display: grid;
  gap: 8px;
}

.field label,
.mm-field label {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 650;
}

.field input,
.field textarea,
.field select,
.mm-input,
.mm-select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(248, 236, 210, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  outline: none;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus,
.mm-input:focus,
.mm-select:focus {
  border-color: rgba(200, 166, 107, 0.58);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(200, 166, 107, 0.1);
}

.testimonials,
.testimonials-grid,
.philosophy-grid,
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.quote-card,
.testimonial-card,
.philosophy-card,
.menu-item {
  padding: 24px;
  transform-style: preserve-3d;
}

.quote-card p,
.testimonial-text,
.philosophy-card p,
.menu-description,
.food-description,
.drink-description,
.food-note,
.drink-category-note,
.contact-item,
.mm-contact-sub,
.mm-reserve-sub,
.mm-note,
.footer-bottom p,
.footer-nav a,
.contact-list a,
.contact-list p {
  color: var(--muted);
}

.quote-card strong,
.testimonial-author,
.philosophy-card h3,
.menu-item h3,
.drink-name,
.food-name,
.mm-contact-title,
.mm-reserve-title {
  color: #fff;
}

.site-footer,
.footer-hero {
  padding: clamp(64px, 7vw, 110px) 0 36px;
  background: linear-gradient(180deg, rgba(29, 22, 16, 0.94), rgba(19, 13, 9, 0.98));
}

.footer-bottom,
.footer-grid {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.footer-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  gap: 32px;
  padding: clamp(24px, 4vw, 42px);
}

.footer-grid {
  width: 100%;
  grid-template-columns: 1fr 1.5fr 1fr;
}

.footer-column:nth-child(n+4) {
  display: none;
}

.column-title,
.footer-bottom h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.big-statement {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.action-row,
.social-buttons,
.mobile-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.footer-nav,
.contact-info {
  display: grid;
  gap: 10px;
}

.marquee-logo {
  display: inline-block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  vertical-align: middle;
  filter: brightness(1.4);
  opacity: 0.42;
}

.hero-about,
.hero-menu,
.hero-wrapper {
  text-align: center;
  background:
    linear-gradient(180deg, rgba(42, 33, 24, 0.82), rgba(30, 24, 18, 0.94)),
    url("assets/optimized/bg-hero.jpg") center / cover no-repeat;
}

.hero-about .container,
.hero-menu .container,
.card-container {
  position: relative;
  z-index: 3;
}

.hero-about h1,
.hero-menu h1,
.contact-hero-title {
  margin-bottom: 22px;
  font-size: clamp(4rem, 11vw, 9rem);
}

.timeline-container {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.timeline-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.timeline-item:nth-child(even) .timeline-content {
  grid-column: 3;
}

.timeline-item:nth-child(even) .timeline-dot-wrap {
  grid-column: 2;
  grid-row: 1;
}

.timeline-content {
  padding: 26px;
}

.timeline-year {
  color: var(--brass);
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: 1;
}

.timeline-dot,
.timeline-dot-wrap::before {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 28px rgba(221, 135, 105, 0.42);
}

.timeline-dot-wrap {
  display: grid;
  place-items: center;
  min-height: 160px;
  position: relative;
}

.timeline-dot-wrap::after {
  content: "";
  position: absolute;
  top: -40px;
  bottom: -40px;
  width: 1px;
  background: linear-gradient(transparent, var(--line-strong), transparent);
}

.philosophy-card,
.testimonial-card {
  text-align: left;
}

.philosophy-icon {
  font-size: 2.5rem;
  color: var(--brass);
}

.testimonial-stars {
  color: var(--brass);
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.menu-tab {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-strong);
  font-weight: 700;
  transition: transform 240ms var(--ease), background 240ms var(--ease), color 240ms var(--ease), border-color 240ms var(--ease);
}

.menu-tab:hover,
.menu-tab.active {
  color: #fff;
  border-color: rgba(200, 166, 107, 0.42);
  background: rgba(200, 166, 107, 0.15);
  transform: translateY(-2px);
}

.menu-section {
  display: none;
}

.menu-section.active {
  display: block;
}

.menu-item-header,
.drink-header,
.food-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.menu-price,
.drink-price,
.food-price {
  color: var(--brass);
  font-weight: 800;
  white-space: nowrap;
}

.drinks-container,
.food-container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.drinks-card,
.food-card {
  padding: clamp(20px, 3vw, 34px);
}

.drinks-grid,
.food-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 24px;
}

.drinks-left,
.food-left,
.drink-category,
.food-category,
.mm-contact-item {
  border: 1px solid rgba(248, 236, 210, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.drinks-left,
.food-left {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 28px);
}

.drinks-heading,
.food-heading {
  font-size: clamp(3rem, 8vw, 6.4rem);
  color: rgba(255, 255, 255, 0.92);
}

.drinks-list,
.food-list {
  display: grid;
  gap: 18px;
}

.drink-category,
.food-category {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.drink-category-title,
.food-category-title,
.food-subtitle {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 400;
}

.food-subtitle {
  margin-top: 12px;
  color: var(--brass);
  font-size: 1.25rem;
}

.drink-group,
.food-group {
  display: grid;
  gap: 12px;
}

.drink-item,
.food-item {
  padding: 13px 0;
  border-bottom: 1px solid rgba(248, 236, 210, 0.08);
}

.drink-item:last-child,
.food-item:last-child {
  border-bottom: 0;
}

.drinks-image-frame,
.food-image-frame {
  position: sticky;
  top: 110px;
  min-height: 620px;
}

.drinks-image-container,
.food-image-container {
  position: relative;
  height: 100%;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.drinks-image,
.food-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 560ms var(--ease), transform 900ms var(--ease);
}

.drinks-image.active,
.food-image.active {
  opacity: 1;
  transform: scale(1);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(220px, 28vw, 360px);
  gap: 18px;
}

.gallery-card {
  overflow: hidden;
}

.gallery-card:nth-child(3n + 1) {
  grid-row: span 2;
}

.gallery-image,
.gallery-image img {
  width: 100%;
  height: 100%;
}

.hero-container {
  display: grid;
  gap: 40px;
  align-items: center;
}

.hero-graphic {
  display: grid;
  place-items: center;
  min-height: 340px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.hero-graphic img {
  width: min(160px, 36vw);
  opacity: 0.42;
}

.contact-page .hero-wrapper {
  background:
    linear-gradient(180deg, rgba(3, 8, 6, 0.64), rgba(3, 8, 6, 0.9)),
    url("assets/optimized/bg-hero.jpg") center / cover no-repeat;
}

.card-container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero-center {
  display: grid;
  place-items: center;
}

.bottom-content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  color: var(--muted);
}

.address {
  font-style: normal;
}

.mm-contact-block {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.15fr 1fr;
  gap: 20px;
}

.mm-contact-card,
.mm-map-card,
.mm-reserve-card {
  padding: clamp(20px, 3vw, 30px);
}

.mm-contact-head,
.mm-reserve-head {
  margin-bottom: 20px;
}

.mm-contact-item {
  padding: 16px;
}

.mm-social {
  display: flex;
  gap: 10px;
}

.mm-map-iframe,
.map-frame iframe {
  width: 100%;
  min-height: 450px;
  border: 0;
  border-radius: 22px;
  filter: saturate(0.85) contrast(1.04);
}

.mm-actions {
  display: grid;
  gap: 10px;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 110;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(221, 135, 105, 0.96), rgba(109, 185, 162, 0.96));
  box-shadow: 0 24px 50px rgba(20, 12, 7, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), opacity 240ms var(--ease);
}

.whatsapp-float:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(20, 12, 7, 0.3);
}

.whatsapp-float svg {
  width: 26px;
  height: 26px;
  color: #fff;
}

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(221, 135, 105, 0.2), transparent 34rem),
    var(--ink);
  transform: translateY(100%);
  transition: transform 720ms var(--ease);
}

.page-transition.is-active {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .reveal-card,
  .menu-item,
  .drink-category,
  .food-category,
  .gallery-card,
  .philosophy-card,
  .testimonial-card {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .nav-links,
  .nav-center,
  .phone-link,
  .cart-pill {
    display: none;
  }

  .menu-toggle,
  .hamburger-btn {
    display: inline-grid;
  }

  .hero-content,
  .story-grid,
  .gallery-feature,
  .contact-grid,
  .booking-card,
  .drinks-grid,
  .food-grid,
  .mm-contact-block {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 520px;
  }

  .service-grid,
  .testimonials,
  .testimonials-grid,
  .philosophy-grid,
  .menu-grid,
  .footer-bottom,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .story-panel {
    min-height: 560px;
  }

  .drinks-image-frame,
  .food-image-frame {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .drinks-image-container,
  .food-image-container {
    min-height: 420px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .container,
  .section-inner,
  .drinks-container,
  .food-container,
  .mm-contact-block,
  .footer-shell,
  .footer-bottom,
  .timeline-container,
  .card-container {
    width: min(100% - 28px, var(--max));
  }

  .site-nav {
    top: 10px;
    width: calc(100vw - 20px);
    padding: 10px;
  }

  .brand-link span,
  .logo-text {
    font-size: 0.78rem;
  }

  .brand-link img,
  .logo-mark img {
    width: 36px;
    height: 36px;
  }

  .book-pill {
    display: none;
  }

  .hero-section,
  .hero-about,
  .hero-menu,
  .hero-wrapper {
    min-height: 86svh;
    padding-top: 104px;
  }

  .hero-title,
  .hero-about h1,
  .hero-menu h1,
  .contact-hero-title {
    font-size: clamp(3.2rem, 17vw, 5.8rem);
  }

  .section-title {
    font-size: clamp(2.5rem, 13vw, 4.4rem);
  }

  .hero-cta,
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .metric-strip,
  .field-grid,
  .mm-row,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .story-panel {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .story-photo,
  .story-photo--large,
  .story-photo--small {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    aspect-ratio: 4 / 5;
  }

  .service-card {
    min-height: 420px;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .timeline-item:nth-child(even) .timeline-content,
  .timeline-item:nth-child(even) .timeline-dot-wrap {
    grid-column: auto;
  }

  .timeline-dot-wrap {
    display: none;
  }

  .bottom-content {
    display: grid;
    text-align: center;
  }

  .menu-item-header,
  .drink-header,
  .food-header {
    display: grid;
  }
}
