/* ===== MANZIL RESTAURANT - GLOBAL STYLES ===== */
/* Local font assets generated from the previous Google Fonts import. */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(uploads/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5rDDOjw.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(uploads/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd58jDOjw.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(uploads/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_qE6GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(uploads/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(uploads/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_s06GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(uploads/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_iE9GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(uploads/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(uploads/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(uploads/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(uploads/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(uploads/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}


:root {
  --gold: #c9a96e;
  --gold-light: #e2c99a;
  /* "dark" is used for text, button text, and borders throughout the site. */
  --dark: #0e0f08;
  /* Site background dark (green). Use for large background blocks only. */
  --bg-dark: #0d5432;
  --dark2: #161710;
  --dark3: #1e2016;
  --cream: #f5f0e8;
  --text: #d4cfc7;
  --white: #faf8f4;
  --orange: #c87428;
  --orange2: #a85e18;
  --olive: #4a5530;
  --olive2: #3d4828;
  --olive3: #323d22;
  --red: #7c2020;
  --red2: #631818;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: var(--bg-dark);
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
}

/* Prevent flex/grid children from forcing horizontal overflow. */
body * {
  min-width: 0;
}

html.is-preloading,
html.is-preloading body {
  overflow: hidden;
}

/* ===== SITE PRELOADER ===== */
.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  background: #ffffff;
  pointer-events: auto;
  isolation: isolate;
}

.preloader-portal {
  position: relative;
  width: min(46vw, 260px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.preloader-logo {
  width: min(38vw, 176px);
  height: auto;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.14));
  animation: preloaderLogoBreathe 1.65s ease-in-out infinite;
  will-change: transform, opacity;
}

.preloader-keyhole {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 132px;
  transform: translate(-50%, -45%) scale(0.72);
  opacity: 0;
  filter: drop-shadow(0 0 28px rgba(201, 169, 110, 0.25));
  will-change: transform, opacity;
}

.preloader-keyhole::before,
.preloader-keyhole::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--dark);
  border: 0;
  box-shadow: none;
}

.preloader-keyhole::before {
  top: 0;
  width: 82px;
  height: 82px;
  border-radius: 50%;
}

.preloader-keyhole::after {
  top: 58px;
  width: 38px;
  height: 74px;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}

.site-preloader.is-complete {
  animation: preloaderFade 1.35s cubic-bezier(0.7, 0, 0.2, 1) forwards;
}

.site-preloader.is-complete .preloader-logo {
  animation: preloaderLogoEnter 1.05s cubic-bezier(0.7, 0, 0.2, 1) forwards;
}

.site-preloader.is-complete .preloader-keyhole {
  animation: preloaderKeyholeOpen 1.25s cubic-bezier(0.7, 0, 0.2, 1) forwards;
}

@keyframes preloaderLogoBreathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.025);
  }
}

@keyframes preloaderLogoEnter {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  42% {
    transform: translateY(28px) scale(0.72);
    opacity: 1;
  }
  100% {
    transform: translateY(42px) scale(0.08);
    opacity: 0;
  }
}

@keyframes preloaderKeyholeOpen {
  0% {
    transform: translate(-50%, -45%) scale(0.72);
    opacity: 0;
  }
  24% {
    transform: translate(-50%, -45%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -45%) scale(46);
    opacity: 1;
  }
}

@keyframes preloaderFade {
  0%,
  68% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .preloader-logo,
  .site-preloader.is-complete,
  .site-preloader.is-complete .preloader-logo,
  .site-preloader.is-complete .preloader-keyhole {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}

/* ===== PRELOADER V2 (white bg + bottom-up logo fill) ===== */
.site-preloader {
  background: #ffffff;
}

.preloader-keyhole {
  display: none !important;
}

.preloader-portal {
  width: min(78vw, 520px);
  aspect-ratio: auto;
}

.preloader-logo-stack {
  position: relative;
  width: min(72vw, 460px);
  margin: 0 auto;
}

.preloader-logo-base,
.preloader-logo {
  width: 100%;
  height: auto;
  display: block;
}

.preloader-logo-base {
  filter: grayscale(1) brightness(1.15) contrast(0.85);
  opacity: 0.26;
}

.preloader-logo-fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 0%;
  animation: preloaderFillUp 1.05s cubic-bezier(0.24, 0.9, 0.28, 1) forwards;
}

.preloader-logo {
  filter: none;
  transform: translateZ(0);
}

.site-preloader.is-complete {
  animation: preloaderFadeFast 0.22s ease-out forwards;
}

.site-preloader.is-complete .preloader-logo,
.site-preloader.is-complete .preloader-logo-base,
.site-preloader.is-complete .preloader-logo-fill,
.site-preloader.is-complete .preloader-keyhole {
  animation: none !important;
}

@keyframes preloaderFillUp {
  0% { height: 0%; }
  100% { height: 100%; }
}

@keyframes preloaderFadeFast {
  from { opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

img {
  max-width: 100%;
  display: block;
}

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

h1,
h2,
h3,
h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.2;
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 48px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(14, 15, 8, 0.08);
  transition: background 0.4s, padding 0.4s, box-shadow 0.4s;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  padding: 12px 48px;
  border-bottom: 1px solid rgba(14, 15, 8, 0.12);
  box-shadow: 0 10px 26px rgba(14, 15, 8, 0.10);
}

.nav-logo img {
  height: 58px;
  width: auto;
  background: transparent;
  padding: 0;
  border-radius: 0;
  filter: none;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 28px;
  align-items: center;
}

.nav-links a {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dark);
  transition: color 0.3s;
}

.nav-links a:hover {
  color: var(--orange);
}

.nav-cta {
  background: transparent;
  border: 1px solid var(--orange);
  color: var(--orange) !important;
  padding: 8px 20px;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 500;
  transition: all 0.3s !important;
}

.nav-cta:hover {
  background: var(--orange) !important;
  color: var(--white) !important;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--dark);
  transition: all 0.3s;
}

.nav-mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 2000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.nav-mobile.open {
  display: flex;
}

.nav-mobile a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-mobile a:hover {
  color: var(--orange);
}

.nav-mobile-close {
  position: absolute;
  top: 30px;
  right: 48px;
  font-size: 40px;
  cursor: pointer;
  color: var(--dark);
  line-height: 1;
  transition: color 0.3s;
}

.nav-mobile-close:hover {
  color: var(--orange);
}

.nav-mobile-brand {
  position: absolute;
  top: 22px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.nav-mobile-brand img {
  height: 52px;
  width: auto;
  display: block;
}

/* ===== HERO - SPLIT ===== */
.hero {
  min-height: 75vh;
  background: var(--bg-dark);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}


.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 40px 100px 0;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.hero-left h1 {
  font-size: clamp(28px, 3.5vw, 50px);
  color: var(--white);
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

.hero-left p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.9;
  color: rgba(250, 248, 244, 0.7);
  margin-bottom: 36px;
  max-width: 380px;
}

.hero .btn-outline {
  color: var(--white);
  border-color: rgba(250, 248, 244, 0.35);
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-gold {
  background: var(--orange);
  color: var(--white);
  padding: 12px 28px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s;
  border: 1px solid var(--orange);
  display: inline-block;
  cursor: pointer;
}

.btn-gold:hover {
  background: var(--orange2);
  border-color: var(--orange2);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--dark);
  padding: 12px 28px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(14, 15, 8, 0.35);
  transition: all 0.3s;
  display: inline-block;
}

.btn-outline:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.btn-red {
  background: var(--red);
  color: var(--white);
  padding: 12px 28px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s;
  border: 1px solid var(--red);
  display: inline-block;
  cursor: pointer;
}

.btn-red:hover {
  background: var(--red2);
  border-color: var(--red2);
  color: var(--white);
}

.hero-right {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 40px;
}

.hero-right img {
  width: 100%;
  max-width: 440px;
  height: 580px;
  object-fit: cover;
  object-position: center;
  border-radius: 220px 220px 0 0;
}

.hero-right::after {
  display: none;
}

/* ===== HERO - VIDEO LANDING VARIANT ===== */
.hero-video-landing {
  position: relative;
  min-height: 92vh;
  align-items: center;
  isolation: isolate;
}

/* ===== HERO - SPLIT (VIDEO SIDE) ===== */
.hero-split-landing {
  background: var(--bg-dark);
  min-height: 84vh;
  display: flex;
  align-items: center;
  padding: 118px 48px 78px;
}

.hero-split-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

/* Desktop/tablet: show the video first (left), then the text/buttons (right). */
/* Desktop/tablet: text left, video right. */
.hero-split-copy { grid-column: 1; grid-row: 1; }
.hero-split-media { grid-column: 2; grid-row: 1; }

.hero-split-copy .hero-eyebrow {
  color: var(--gold-light);
}

.hero-split-copy h1 {
  max-width: 620px;
  font-size: clamp(34px, 5.4vw, 72px);
  color: var(--white);
  font-style: italic;
  font-weight: 300;
  margin-bottom: 22px;
}

.hero-split-copy p:not(.hero-eyebrow) {
  max-width: 560px;
  color: rgba(250, 248, 244, 0.80);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 34px;
}

.hero-split-media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(201,169,110,0.18);
  /* The hero video is a vertical (Reel-style) asset; give it a taller stage. */
  height: clamp(360px, 48vh, 520px);
}

.hero-split-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-audio-toggle {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(14, 15, 8, 0.72);
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 14px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.hero-audio-toggle:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

@media (max-width: 900px) {
  .hero-split-landing {
    padding: 132px 20px 64px;
    min-height: auto;
  }
  .hero-split-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .hero-split-media {
    height: clamp(360px, 52vh, 520px);
  }
  /* Mobile: show the video first, then the text/buttons. */
  .hero-split-media { grid-column: 1; grid-row: 1; }
  .hero-split-copy { grid-column: 1; grid-row: 2; }
  .hero-split-copy {
    text-align: center;
  }
  .hero-split-copy h1,
  .hero-split-copy p:not(.hero-eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-split-copy .hero-buttons {
    justify-content: center;
  }
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.hero-video-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 15, 8, 0.86) 0%, rgba(14, 15, 8, 0.62) 42%, rgba(14, 15, 8, 0.16) 100%),
    linear-gradient(180deg, rgba(14, 15, 8, 0.42) 0%, rgba(14, 15, 8, 0.12) 48%, rgba(14, 15, 8, 0.78) 100%);
  z-index: -1;
}

.hero-video-content {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 160px 48px 110px;
}

.hero-video-content .hero-eyebrow {
  color: var(--gold-light);
}

.hero-video-content h1 {
  max-width: 620px;
  font-size: clamp(42px, 7vw, 92px);
  color: var(--white);
  font-style: italic;
  font-weight: 300;
  margin-bottom: 22px;
}

.hero-video-content p:not(.hero-eyebrow) {
  max-width: 520px;
  color: rgba(250, 248, 244, 0.78);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 34px;
}

.hero-video-content .btn-outline {
  color: var(--white);
  border-color: rgba(250, 248, 244, 0.42);
}

.hero-video-content .btn-outline:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

/* ===== INFO BAR ===== */
.info-bar {
  background: var(--orange);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.info-item:last-child {
  border-right: none;
}

.info-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(10);
}

.info-item h3 {
  font-size: 14px;
  color: var(--white);
  margin-bottom: 2px;
  font-family: 'Cormorant Garamond', serif;
}

.info-item p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
}

/* ===== SECTION SHARED ===== */
.section {
  padding: 80px 0;
  overflow-x: clip;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.section-label {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.label-tag {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(28px, 3.5vw, 48px);
  color: var(--white);
  margin-bottom: 20px;
}

.divider {
  width: 44px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 36px;
}

.divider-left {
  margin: 0 0 36px;
}

/* ===== STORY ===== */
.story-section {
  background: var(--orange);
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.story-images {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.story-images img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  border-radius: 8px;
  /* Optional slight curve for aesthetics */
}

.story-text .section-label {
  color: var(--gold-light);
}

.story-text h2 {
  color: var(--white);
}

.story-text p {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
}

.story-attribution {
  font-size: 13px;
  color: var(--gold-light);
  margin-top: 28px;
  font-style: italic;
}

/* ===== MENU CATEGORIES (big split panels) ===== */
.menu-categories-section {
  background: var(--olive3);
}

.menu-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.menu-cat {
  position: relative;
  height: 320px;
  overflow: hidden;
  cursor: pointer;
  border-right: 2px solid var(--olive3);
}

.menu-cat:last-child {
  border-right: none;
}

.menu-cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  transition: opacity 0.4s, transform 0.5s;
}

.menu-cat:hover img {
  opacity: 0.6;
  transform: scale(1.04);
}

.menu-cat-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.menu-cat-label h2 {
  font-size: clamp(20px, 2.5vw, 32px);
  color: var(--olive);
  letter-spacing: 6px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.menu-cat-line {
  width: 36px;
  height: 1px;
  background: var(--gold);
}

/* ===== MENU PILLARS (clean cards) ===== */
.menu-pillars-section {
  background: #ffffff;
}

.menu-pillars-section .section-title {
  color: var(--dark);
}

.menu-pillars-section .section-label {
  color: var(--gold);
}

.menu-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.menu-pillar {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(14, 15, 8, 0.10);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(14, 15, 8, 0.02);
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.menu-pillar:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 169, 110, 0.35);
  background: rgba(201, 169, 110, 0.06);
}

.menu-pillar-media {
  height: 220px;
  background: var(--bg-dark);
}

.menu-pillar-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-pillar-body {
  padding: 18px 18px 18px 0;
}

.menu-pillar-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 10px;
}

.menu-pillar-body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(14, 15, 8, 0.72);
}

/* ===== LOCATIONS TEASER ===== */
.locations-teaser-section {
  background: #ffffff;
}

.locations-teaser-section .section-title {
  color: var(--dark);
}

.locations-teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.locations-teaser-card {
  position: relative;
  display: block;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid rgba(14, 15, 8, 0.10);
  text-decoration: none;
  color: inherit;
  background: var(--bg-dark);
  aspect-ratio: 16 / 12;
  min-height: 260px;
}

.locations-teaser-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease, opacity 0.55s ease;
  opacity: 0.92;
}

.locations-teaser-card:hover img {
  transform: scale(1.04);
  opacity: 0.98;
}

.locations-teaser-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(14, 15, 8, 0.05) 0%, rgba(14, 15, 8, 0.70) 100%);
}

.locations-teaser-overlay h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 6px;
}

.locations-teaser-overlay p {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(250, 248, 244, 0.78);
}

@media (max-width: 900px) {
  .locations-teaser-grid {
    grid-template-columns: 1fr;
  }
  .locations-teaser-card {
    aspect-ratio: 16 / 11;
    min-height: 240px;
  }
}

@media (max-width: 900px) {
  .menu-pillars {
    grid-template-columns: 1fr;
  }
  .menu-pillar {
    grid-template-columns: 1fr;
  }
  .menu-pillar-body {
    padding: 16px 16px 18px;
  }
  .menu-pillar-media {
    height: 260px;
  }
}

/* ===== MENU LISTS ===== */
.menu-list-section {
  background: var(--olive3);
  padding: 64px 0;
  /* Breakfast/Brunch menu list sections are intentionally removed from the site. */
  display: none !important;
}

/* ===== MENU TALL CARDS ===== */
.specialty-coffee-section,
.breakfast-section,
.appetizers-section,
.menu-category-cards-section,
.mocktails-section,
.menu-highlights-section {
  background: #fdfaf5; /* Match Signature Mackintosh Cake section tone */
}

.specialty-coffee-section,
.breakfast-section,
.appetizers-section,
.mocktails-section,
.menu-category-cards-section {
  background: #fdfaf5; /* Match Signature Mackintosh Cake section tone */
}

.specialty-coffee-section .section-title,
.breakfast-section .section-title,
.appetizers-section .section-title,
.menu-category-cards-section .section-title,
.mocktails-section .section-title,
.menu-highlights-section .section-title {
  color: var(--dark);
  font-size: clamp(34px, 4.2vw, 50px);
}

/* Gold eyebrow label for green-background sections. */
.specialty-coffee-section .section-label,
.breakfast-section .section-label,
.appetizers-section .section-label,
.menu-category-cards-section .section-label,
.mocktails-section .section-label,
.menu-highlights-section .section-label,
.venue-section .section-label.label-tag {
  color: var(--gold) !important;
}

.specialty-coffee-section .section-label,
.breakfast-section .section-label,
.appetizers-section .section-label,
.menu-category-cards-section .section-label,
.mocktails-section .section-label,
.menu-highlights-section .section-label {
  font-size: 13px;
  letter-spacing: 3px;
  /* Gold eyebrow label like other sections (e.g. Visual Journey / collaborations). */
  color: var(--gold) !important;
}

.specialty-coffee-section .divider,
.breakfast-section .divider,
.appetizers-section .divider,
.menu-category-cards-section .divider,
.mocktails-section .divider,
.menu-highlights-section .divider {
  background: rgba(201, 169, 110, 0.75);
}

.menu-tall-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.menu-tall-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.menu-tall-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #ffffff;
  border: 0;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--dark);
  box-shadow: 0 10px 24px rgba(14, 15, 8, 0.06);
}

.menu-tall-card img,
.menu-tall-card video {
  width: 100%;
  height: clamp(280px, 28vw, 400px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease, opacity 0.55s ease;
}

.menu-tall-card:hover img,
.menu-tall-card:hover video {
  transform: scale(1.05);
  opacity: 0.96;
}

.menu-tall-card img.card-img-zoom {
  transform: none;
  object-position: center 58%;
}

.menu-tall-card:hover img.card-img-zoom {
  transform: scale(1.03);
}

.menu-tall-card:hover {
  box-shadow: 0 14px 34px rgba(14, 15, 8, 0.10);
}

.menu-card-body {
  position: relative;
  z-index: 2;
  padding: 14px 14px 16px;
  text-align: center;
  background: #ffffff;
}

.menu-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  color: var(--dark);
  letter-spacing: 0;
  margin: 0;
}

@media (max-width: 1024px) {
  .menu-tall-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .menu-tall-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .menu-tall-grid,
  .menu-tall-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .menu-tall-grid,
  .menu-tall-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 460px) {
  .menu-tall-grid,
  .menu-tall-grid-4 {
    grid-template-columns: 1fr;
  }
}

.menu-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.menu-list-col {
  padding: 0 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-list-col:last-child {
  border-right: none;
}

.menu-col-header {
  margin-bottom: 28px;
}

.menu-col-header h3 {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.menu-col-header p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 1px;
}

.menu-list-item {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.menu-list-item:last-of-type {
  border-bottom: none;
}

.menu-list-img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  flex-shrink: 0;
}

.menu-list-info h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: var(--white);
  margin-bottom: 3px;
}

.menu-list-info p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.menu-list-btn {
  text-align: center;
  margin-top: 28px;
}

/* Fine dining section */
.fine-section {
  background: var(--olive3);
  padding: 70px 0;
}

.fine-section-header {
  text-align: center;
  margin-bottom: 44px;
}

.fine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.fine-card {
  position: relative;
  overflow: hidden;
  height: 280px;
  cursor: pointer;
}

.fine-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.fine-card:hover img {
  transform: scale(1.06);
}

.fine-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 12, 5, 0.9) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
}

.fine-card-overlay p {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.fine-card-overlay h3 {
  font-size: 20px;
  color: var(--white);
}

/* ===== LUXURY BANNER ===== */
.luxury-section {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.luxury-bg {
  position: absolute;
  inset: 0;
  background: url('uploads/luxury-new-background.jpeg') center/cover no-repeat;
}

.luxury-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 5, 0.78);
}

.luxury-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 80px 40px;
}

.luxury-content h2 {
  font-size: clamp(28px, 4vw, 54px);
  color: var(--white);
  margin-bottom: 20px;
  font-style: italic;
}

.luxury-content p {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(250, 248, 244, 0.78);
}

/* ===== MACKINTOSH CAKE SECTION ===== */
.cake-section {
  background: #fdfaf5; /* Soft Cream */
  padding: 80px 0;
}

.cake-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

.cake-img {
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-radius: 4px;
}

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

.cake-gallery {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 14px;
  height: 460px;
}

.cake-gallery-main,
.cake-gallery-side {
  overflow: hidden;
  border-radius: 6px;
}

.cake-gallery-main img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.cake-gallery-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.cake-gallery-side img {
  width: 100%;
  height: 223px;
  object-fit: cover;
}

.cake-text {
  padding-right: 40px;
}

.cake-text .tag {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 12px;
}

.cake-text h2 {
  font-size: clamp(32px, 4vw, 52px);
  color: var(--dark);
  margin-bottom: 24px;
}

.cake-text p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 36px;
}

.btn-cake {
  background: var(--dark);
  color: var(--white);
  padding: 14px 36px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s;
  border: 1px solid var(--dark);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-cake:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}


/* ===== VENUE - RED ===== */
.venue-section {
  background: var(--bg-dark);
}

/* Use gold eyebrow label on green venue background. */
.venue-section .section-label {
  color: var(--gold) !important;
}

.venue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.venue-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(250, 248, 244, 0.14);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.venue-item-media img,
.venue-item-media video {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.venue-item-body {
  padding: 18px 18px 22px;
}

.venue-item-body h3 {
  color: var(--white);
  font-size: 24px;
  margin-bottom: 10px;
}

.venue-item-body p {
  color: rgba(250, 248, 244, 0.78);
  font-size: 13px;
  line-height: 1.85;
}

.venue-item-body .btn-white {
  margin-top: 16px;
}

.venue-item-body .btn-gold {
  margin-top: 20px;
}

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

.venue-row:last-child {
  border-bottom: none;
}

.venue-row.flip {
  grid-template-columns: 280px 1fr;
}

.venue-row.flip .venue-row-text {
  order: 2;
}

.venue-row.flip .venue-row-img {
  order: 1;
}

.venue-row-text .section-label {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}

.venue-row-text h2 {
  font-size: clamp(22px, 2.5vw, 34px);
  color: var(--white);
  margin-bottom: 14px;
}

.venue-row-text p {
  font-size: 13px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 22px;
}

.venue-row-img img,
.venue-row-img video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.btn-white {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 11px 26px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s;
  display: inline-block;
}

.btn-white:hover {
  background: var(--white);
  color: var(--bg-dark);
  border-color: var(--white);
}

/* ===== AFTERNOON TEA ===== */
.tea-row {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 60px;
  align-items: center;
  padding: 60px 0;
}

.tea-row.flip {
  grid-template-columns: 340px 1fr;
}

.tea-row.flip .tea-text {
  order: 2;
}

.tea-row.flip .tea-img {
  order: 1;
}

.tea-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tea-text h3 {
  font-size: clamp(24px, 3vw, 40px);
  color: var(--white);
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', serif;
}

.tea-text .tag {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 12px;
}

.tea-text p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 30px;
}

.tea-img {
  position: relative;
  overflow: hidden;
  height: 320px;
}

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

.tea-bg-dark {
  background: #ffffff;
}

.tea-bg-dark .tea-text h3 {
  color: var(--dark);
}

.tea-bg-dark .tea-text p {
  color: rgba(14, 15, 8, 0.65);
}

.tea-bg-dark .tea-text .tag {
  color: var(--orange);
}

.tea-bg-hermes {
  background: #FF7701;
  /* Signature Hermes Orange */
}

.tea-bg-hermes .tea-text p {
  color: rgba(255, 255, 255, 0.95);
}

.tea-bg-hermes .tea-text .tag {
  color: var(--white);
  opacity: 0.9;
}

/* ===== AFTERNOON TEA (CARDS) ===== */
.tea-section {
  background: #ffffff;
}

.tea-section .section-title {
  color: var(--dark);
}

.tea-section .section-label {
  color: rgba(14, 15, 8, 0.62);
}

/* Afternoon tea: two full-width rows, each row is a 2-column feature (copy left, image right). */
.tea-cards,
.tea-feature-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 52px;
  margin-top: 44px;
}

/* Match the chef-collab "row" structure: framed media + copy, centered max width. */
.tea-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: 52px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.tea-card-media {
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: rgba(14, 15, 8, 0.04);
  border: 1px solid rgba(14, 15, 8, 0.10);
}

.tea-card-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.tea-card-body {
  max-width: 470px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tea-card-body h3 {
  font-size: clamp(32px, 4vw, 52px);
  color: var(--dark);
  font-style: italic;
  margin-bottom: 18px;
}

.tea-card-body p:not(.tag) {
  color: rgba(14, 15, 8, 0.68);
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

.tea-card-body .btn-gold {
  margin-top: 22px;
  align-self: flex-start;
  width: auto;
  display: inline-block;
}

.tea-card.is-flip {
  grid-template-columns: minmax(320px, 1.1fr) minmax(280px, 0.9fr);
}

.tea-card.is-flip .tea-card-body { order: 1; }
.tea-card.is-flip .tea-card-media { order: 2; }

.tea-card-body .tag {
  color: var(--gold);
  margin-bottom: 10px;
}

.tea-card-body .btn-gold {
  margin-top: 22px;
}

@media (max-width: 900px) {
  .tea-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 12px;
  }
  .tea-card.is-flip {
    grid-template-columns: 1fr;
  }
  .tea-card-media {
    min-height: 0;
  }
  .tea-card-media img {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .tea-card.is-flip .tea-card-body,
  .tea-card.is-flip .tea-card-media {
    order: initial;
  }
}

@media (max-width: 768px) {
  .tea-feature-list {
    gap: 32px;
    margin-top: 32px;
  }

  .tea-card {
    padding: 0;
    max-width: 100%;
    gap: 16px;
  }
  .tea-card.is-flip {
    grid-template-columns: 1fr;
  }

  .tea-card-media img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
  }

  .tea-card-body {
    max-width: 100%;
    padding: 0 6px;
  }

  .tea-card-body h3 {
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 1.12;
    margin-bottom: 12px;
  }

  .tea-card-body p:not(.tag) {
    font-size: 14px;
    line-height: 1.75;
  }

  .tea-card-body .btn-gold {
    margin-top: 16px;
  }
}


/* ===== EVENTS ===== */
.events-section {
  background: #ffffff;
}

.events-section .section-title {
  color: var(--dark);
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 52px;
}

.event-card {
  position: relative;
  overflow: hidden;
  height: 480px;
  cursor: pointer;
}

.event-card video,
.event-card img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
  transition: transform 0.5s;
}

.event-card:hover video,
.event-card:hover img {
  transform: scale(1.04);
}

.event-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 12, 5, 0.9) 0%, rgba(10, 12, 5, 0.1) 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 22px;
}

.event-overlay h3 {
  font-size: 22px;
  color: var(--white);
  margin-bottom: 14px;
}

.event-overlay a {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  display: inline-block;
}

/* ===== GALLERY ===== */
.gallery-section {
  background: #ffffff;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.gm-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  display: block;
  background: var(--bg-dark);
  aspect-ratio: 4 / 3;
}

.gm-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease, opacity 0.55s ease;
  opacity: 0.94;
}

.gm-item:hover img {
  transform: scale(1.04);
  opacity: 0.98;
}

/* Mosaic placements */
.gm-a { grid-column: 1 / span 7; grid-row: 1 / span 3; }
.gm-b { grid-column: 8 / span 5; grid-row: 1 / span 2; }
.gm-c { grid-column: 8 / span 5; grid-row: 3 / span 2; }
.gm-d { grid-column: 1 / span 4; grid-row: 4 / span 2; }
.gm-e { grid-column: 5 / span 4; grid-row: 4 / span 2; }
.gm-f { grid-column: 9 / span 4; grid-row: 5 / span 1; }

@media (max-width: 900px) {
  .gallery-mosaic {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 100px;
    gap: 10px;
  }
  .gm-a { grid-column: 1 / span 6; grid-row: 1 / span 3; }
  .gm-b { grid-column: 1 / span 3; grid-row: 4 / span 2; }
  .gm-c { grid-column: 4 / span 3; grid-row: 4 / span 2; }
  .gm-d { grid-column: 1 / span 3; grid-row: 6 / span 2; }
  .gm-e { grid-column: 4 / span 3; grid-row: 6 / span 2; }
  .gm-f { grid-column: 1 / span 6; grid-row: 8 / span 2; }
}

/* Tiled layout override: disable manual mosaic placement and keep whitespace gaps. */
.gm-a,
.gm-b,
.gm-c,
.gm-d,
.gm-e,
.gm-f {
  grid-column: auto !important;
  grid-row: auto !important;
}

@media (max-width: 900px) {
  .gallery-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    grid-auto-rows: auto;
  }
}

@media (max-width: 560px) {
  .gallery-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .gm-item {
    aspect-ratio: 3 / 4;
    min-height: 320px;
  }
}

.gallery-section .section-title {
  color: var(--dark);
}

.gallery-section .btn-outline {
  color: var(--dark);
  border-color: rgba(14, 15, 8, 0.35);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.gallery-item {
  cursor: pointer;
}

.gallery-item-media {
  position: relative;
  overflow: hidden;
}

.gallery-item-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}

.gallery-item:hover .gallery-item-media img {
  transform: scale(1.06);
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 5, 0);
  transition: background 0.3s;
}

.gallery-item:hover .gallery-item-overlay {
  background: rgba(10, 12, 5, 0.25);
}

.gallery-item-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-style: italic;
  color: var(--dark);
  text-align: center;
  padding: 12px 8px 4px;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}

.gallery-item:hover .gallery-item-title {
  color: var(--orange);
}

.gallery-center {
  text-align: center;
  margin-top: 44px;
}

/* ===== CHEF COLLABORATION ===== */
.chef-collab-section {
  background: var(--bg-dark);
  color: var(--white);
  padding: 88px 0;
}

.chef-collab-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: 52px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.chef-collab-image {
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.chef-collab-image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: top center;
}

.chef-collab-copy {
  max-width: 470px;
}

.chef-collab-copy .section-label {
  margin-bottom: 14px;
}

.chef-collab-copy h2 {
  font-size: clamp(32px, 4vw, 52px);
  color: var(--white);
  font-style: italic;
  margin-bottom: 18px;
}

.chef-collab-copy p:not(.section-label) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.9;
}

/* ===== COLLABORATIONS ===== */
.collaborations-section {
  background: var(--bg-dark);
  padding: 80px 0;
}

.collaborations-section .section-title {
  color: var(--white);
}

.collaborations-section .section-label {
  color: var(--gold);
}

.collaborations-section p {
  color: rgba(250, 248, 244, 0.78);
}

.collabs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 52px;
}

.collab-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(250, 248, 244, 0.14);
  transition: all 0.4s ease;
}

.collab-card:hover {
  transform: translateY(-8px);
}

.collab-card-media {
  height: 360px;
  overflow: hidden;
}

.collab-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.collab-card:hover .collab-card-media img {
  transform: scale(1.1);
}

.collab-card-copy {
  text-align: left;
  padding: 18px 18px 22px;
}

.collab-card-copy h3 {
  font-size: 28px;
  color: var(--white);
  font-style: italic;
  font-weight: 300;
  margin-bottom: 12px;
}

.collab-card-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

.collab-logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  justify-content: center;
}

.collab-logo-item {
  width: 240px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  background: #ffffff;
  border: 1px solid rgba(14, 15, 8, 0.08);
}

.collab-logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: none;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.collab-logo-item:hover img {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

/* ===== PARTNERS STRIP ===== */
.partners-logos-strip {
  text-align: center;
  margin-top: 14px;
}

.partners-strip-desktop {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.partners-strip-mobile {
  display: none;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .partners-strip-desktop {
    display: none;
  }
  .partners-strip-mobile {
    display: block;
  }
}

/* ===== MANZIL ART CLUB TEASER ===== */
.artclub-teaser {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.artclub-teaser-bg {
  position: absolute;
  inset: 0;
  background: url('uploads/arts-club-background.jpeg') center bottom/cover no-repeat;
  transform: scale(1.05);
  transition: transform 8s ease;
}

.artclub-teaser:hover .artclub-teaser-bg {
  transform: scale(1.12);
}

.artclub-teaser-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5,5,3,0.88) 0%, rgba(14,15,8,0.75) 60%, rgba(30,24,10,0.85) 100%);
}

.artclub-teaser-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 80px 40px;
}

.artclub-eyebrow {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
  font-weight: 600;
}

.artclub-teaser-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 6vw, 80px);
  color: var(--white);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.1;
}

.artclub-teaser-content p {
  font-size: 14px;
  line-height: 1.95;
  color: rgba(250, 248, 244, 0.72);
  max-width: 580px;
  margin: 0 auto 40px;
}

.artclub-teaser-actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-artclub-primary {
  background: var(--gold);
  color: var(--dark);
  padding: 14px 36px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 0.35s;
  border: 1px solid var(--gold);
  display: inline-block;
}

.btn-artclub-primary:hover {
  background: transparent;
  color: var(--gold);
}

.btn-artclub-outline {
  background: transparent;
  color: var(--white);
  padding: 14px 36px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid rgba(250, 248, 244, 0.35);
  transition: all 0.35s;
  display: inline-block;
}

.btn-artclub-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ===== ART CLUB PAGE ===== */
.ac-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.ac-hero-bg {
  position: absolute;
  inset: 0;
  background: url('uploads/arts-club-background.jpeg') center bottom/cover no-repeat;
  transform: scale(1.08);
  transition: transform 10s ease;
}

.ac-hero.in-view .ac-hero-bg {
  transform: scale(1);
}

.ac-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5,5,3,0.6) 0%, rgba(5,5,3,0.85) 100%);
}

.ac-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 40px;
}

.ac-hero-badge {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201, 169, 110, 0.5);
  padding: 7px 22px;
  margin-bottom: 32px;
}

.ac-hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 8vw, 100px);
  color: var(--white);
  font-style: italic;
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.ac-hero-content .ac-hero-sub {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(250, 248, 244, 0.55);
  margin-bottom: 48px;
}

.ac-hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.ac-hero-scroll span {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.ac-scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease infinite;
}

@keyframes scrollPulse {
  0% { opacity: 0; transform: scaleY(0); transform-origin: top; }
  50% { opacity: 1; }
  100% { opacity: 0; transform: scaleY(1); transform-origin: bottom; }
}

/* AC INTRO STRIP */
.ac-intro {
  background: var(--bg-dark);
  border-bottom: 1px solid rgba(201, 169, 110, 0.12);
}

.ac-intro-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1100px;
  margin: 0 auto;
}

.ac-intro-stat {
  text-align: center;
  padding: 48px 24px;
  border-right: 1px solid rgba(201, 169, 110, 0.12);
}

.ac-intro-stat:last-child {
  border-right: none;
}

.ac-intro-stat .ac-stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  color: var(--gold);
  font-style: italic;
  line-height: 1;
  margin-bottom: 8px;
}

.ac-intro-stat p {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

/* AC MANIFESTO */
.ac-manifesto {
  background: var(--dark2);
  padding: 110px 0;
}

.ac-manifesto-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
}

.ac-manifesto-img {
  position: relative;
  height: 560px;
  overflow: hidden;
}

.ac-manifesto-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
  transition: transform 0.6s ease;
}

.ac-manifesto-img:hover img {
  transform: scale(1.04);
}

.ac-manifesto-img::after {
  content: '';
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(201, 169, 110, 0.25);
  pointer-events: none;
}

.ac-manifesto-text .section-label {
  color: var(--gold);
}

.ac-manifesto-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4vw, 54px);
  color: var(--white);
  font-style: italic;
  font-weight: 300;
  margin-bottom: 28px;
  line-height: 1.2;
}

.ac-manifesto-text p {
  font-size: 14px;
  line-height: 2;
  color: rgba(255,255,255,0.65);
  margin-bottom: 18px;
}

.ac-gold-rule {
  width: 44px;
  height: 1px;
  background: var(--gold);
  margin: 28px 0 36px;
}

/* AC EXPERIENCE PILLS */
.ac-experience-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.ac-pill {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201, 169, 110, 0.35);
  padding: 7px 16px;
}

/* AC MENU */
.ac-menu-section {
  background: #050503;
  padding: 110px 0;
}

.ac-menu-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
}

.ac-menu-header {
  text-align: center;
  margin-bottom: 64px;
}

.ac-menu-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 62px);
  color: var(--white);
  font-style: italic;
  font-weight: 300;
}

.ac-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.ac-menu-card {
  position: relative;
  overflow: hidden;
  height: 420px;
  cursor: pointer;
}

.ac-menu-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: brightness(0.75);
}

.ac-menu-card:hover img {
  transform: scale(1.08);
  filter: brightness(0.6);
}

.ac-menu-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,5,3,0.97) 0%, rgba(5,5,3,0.2) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  transition: background 0.4s;
}

.ac-menu-card:hover .ac-menu-card-overlay {
  background: linear-gradient(to top, rgba(5,5,3,0.99) 0%, rgba(5,5,3,0.5) 65%, rgba(5,5,3,0.1) 100%);
}

.ac-menu-card-course {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  font-weight: 600;
}

.ac-menu-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: var(--white);
  font-style: italic;
  margin-bottom: 10px;
}

.ac-menu-card-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.ac-menu-card:hover .ac-menu-card-desc {
  max-height: 80px;
  opacity: 1;
}

/* AC GALLERY */
.ac-gallery {
  background: var(--dark3);
  padding: 110px 0;
}

.ac-gallery-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
}

.ac-gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  margin-top: 52px;
  height: 680px;
}

.ac-gallery-grid .ac-gallery-item {
  position: relative;
  overflow: hidden;
}

.ac-gallery-grid .ac-gallery-item:first-child {
  grid-row: 1 / 3;
}

.ac-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ac-gallery-item:hover img {
  transform: scale(1.06);
}

.ac-gallery-item-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 24px;
  background: linear-gradient(to top, rgba(5,5,3,0.8), transparent);
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: var(--white);
  font-style: italic;
  opacity: 0;
  transition: opacity 0.3s;
}

.ac-gallery-item:hover .ac-gallery-item-label {
  opacity: 1;
}

/* AC MEMBERSHIP CTA */
.ac-membership {
  background: var(--bg-dark);
  padding: 130px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ac-membership::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,110,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.ac-membership-inner {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 40px;
}

.ac-membership h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 64px);
  color: var(--white);
  font-style: italic;
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 1.15;
}

.ac-membership p {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255,255,255,0.6);
  margin-bottom: 48px;
}

.ac-membership-actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

/* AC PAGE RESPONSIVE */
@media (max-width: 1024px) {
  .ac-manifesto-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .ac-manifesto-img {
    height: 400px;
  }
  .ac-menu-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ac-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
  }
  .ac-gallery-grid .ac-gallery-item:first-child {
    grid-row: auto;
  }
  .ac-gallery-item {
    height: 280px;
  }
}

@media (max-width: 768px) {
  .ac-intro-inner {
    grid-template-columns: 1fr;
  }
  .ac-intro-stat {
    border-right: none;
    border-bottom: 1px solid rgba(201, 169, 110, 0.12);
  }
  .ac-intro-stat:last-child { border-bottom: none; }
  .ac-menu-grid {
    grid-template-columns: 1fr;
  }
  .ac-gallery-grid {
    grid-template-columns: 1fr;
  }
  .ac-hero-content h1 {
    font-size: clamp(40px, 10vw, 64px);
  }
  .artclub-teaser-content h2 {
    font-size: clamp(36px, 8vw, 56px);
  }
}

/* ===== INITIATIVE ===== */
.initiative-section {
  text-align: center;
  padding: 56px 0;
  background: #ffffff;
  border-top: 1px solid rgba(201, 169, 110, 0.12);
}

.initiative-section p {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 22px;
}

.initiative-section img {
  height: 118px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .initiative-section {
    padding: 44px 18px;
  }
  .initiative-section p {
    font-size: 11px;
    line-height: 1.6;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .initiative-section img {
    height: 76px;
  }
}

/* ===== PARTNERS ===== */
.partners-section {
  background: #ffffff;
  padding: 54px 0 48px;
}

.partners-section .section-title {
  color: var(--dark);
}

.partners-label {
  text-align: center;
  color: var(--gold);
  margin-bottom: 16px;
}

.social-bar {
  text-align: center;
  max-width: 420px;
  margin: 10px auto 34px;
  padding: 26px 24px;
  border-top: 1px solid rgba(201, 169, 110, 0.18);
  border-bottom: 1px solid rgba(201, 169, 110, 0.18);
}

.social-kicker {
  color: rgba(14, 15, 8, 0.58);
  margin-bottom: 10px;
}

.social-ig {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: var(--gold);
  padding: 10px 6px;
}

.social-ig .ig-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(201, 169, 110, 0.35);
}

.social-ig .ig-handle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
}

.social-bar a:not(.social-ig) {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4vw, 44px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--gold);
  line-height: 1.1;
  transition: color 0.3s;
}

.social-bar a:hover {
  color: var(--red);
}

.social-ig:hover {
  color: var(--red);
}

@media (max-width: 768px) {
  .partners-section {
    padding: 46px 0 42px;
  }

  .social-bar {
    max-width: none;
    margin-bottom: 28px;
    padding: 22px 16px;
  }
}

.partners-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.partners-logos img {
  height: 46px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(0.65);
  transition: filter 0.3s;
}

.partners-logos img:hover {
  filter: brightness(0) invert(1);
}

/* ===== FOOTER ===== */
footer {
  background: var(--bg-dark);
  border-top: 1px solid rgba(201, 169, 110, 0.15);
  padding: 56px 0 28px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 44px;
}

.footer-logo img {
  height: 66px;
  margin-bottom: 18px;
  width: auto;
  background: transparent;
  padding: 0;
  border-radius: 0;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,0.35));
}

.footer-logo img[src*="logo-white"] {
  filter: drop-shadow(0 2px 14px rgba(0,0,0,0.55));
}

.footer-inner > div:first-child > p {
  max-width: 260px !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

.footer-col h4 {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 14px;
  font-weight: 600;
}

.footer-col p,
.footer-col a {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
  line-height: 2;
  display: block;
  transition: color 0.3s;
}

.footer-col a:hover {
  color: var(--orange);
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 48px 0;
  border-top: 1px solid rgba(201, 169, 110, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.62);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.88);
  font-size: inherit;
  transition: color 0.3s;
}

.footer-bottom a:hover {
  color: var(--orange);
}

/* ===== PAGE HERO ===== */
.page-hero {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 5, 0.68);
}

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

.page-hero-content h1 {
  font-size: clamp(32px, 5vw, 58px);
  color: var(--white);
  font-style: italic;
}

.page-hero-content .breadcrumb {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 10px;
}

/* ===== ANIMATIONS ===== */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 80px;
    /* Tighter navbar clearance */
  }

  .hero {
    min-height: auto;
  }

  .hero-video-landing {
    min-height: 86vh;
  }

  .hero-video-content {
    padding: 140px 36px 90px;
  }

  .hero-right {
    order: 1;
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
    /* Reduced space after image */
  }

  .hero-left {
    order: 2;
    padding: 10px 0 50px;
    /* Tighter text spacing */
    text-align: center;
    align-items: center;
  }


  .hero-right img {
    height: 440px;
    max-width: 340px;
    border-radius: 170px 170px 0 0;
  }

  .hero-right::after {
    display: none;
  }

  .hero-left {
    padding: 120px 40px 60px;
  }

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

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

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

  .chef-collab-feature {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 640px;
    text-align: center;
  }

  .chef-collab-copy {
    max-width: none;
  }

  .venue-row,
  .venue-row.flip {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }

  .venue-row-img {
    order: 1;
  }

  .venue-row-text {
    order: 2;
  }

  .venue-row-img {
    order: 1;
    width: 100%;
    height: 260px !important;
    overflow: hidden;
  }

  .venue-row-img img,
  .venue-row-img video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tea-row,
  .tea-row.flip {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }

  .cake-row {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .cake-img {
    height: 300px !important;
  }

  .cake-text {
    padding-right: 0;
  }

  .cake-text h2 {
    text-align: center !important;
  }

  .tea-text {
    padding: 60px 30px;
    order: 2;
  }

  .tea-img {
    order: 1;
    height: 350px;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 16px 24px;
  }

  .navbar.scrolled {
    padding: 12px 24px;
  }

  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .section-inner {
    padding: 0 24px;
  }

  .hero-video-landing {
    min-height: 82vh;
  }

  .hero-video-shade {
    background:
      linear-gradient(90deg, rgba(14, 15, 8, 0.86) 0%, rgba(14, 15, 8, 0.58) 100%),
      linear-gradient(180deg, rgba(14, 15, 8, 0.22) 0%, rgba(14, 15, 8, 0.72) 100%);
  }

  .hero-video-content {
    padding: 124px 24px 72px;
  }

  .hero-video-content h1 {
    max-width: 440px;
  }

  .info-bar {
    flex-direction: column;
  }

  .info-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .info-item:last-child {
    border-bottom: none;
  }

  .menu-categories {
    grid-template-columns: 1fr;
  }

  .menu-list-grid {
    grid-template-columns: 1fr;
  }

  .menu-list-col {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .menu-list-col:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .tea-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .footer-logo img,
  .footer-inner > div:first-child > p {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
  
  .collab-logos-grid {
    gap: 16px;
  }

  .collab-logo-item {
    width: min(100%, 240px);
    height: 138px;
    padding: 14px 18px;
  }
}

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

  .events-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .collabs-grid {
    grid-template-columns: 1fr;
  }

  .chef-collab-feature {
    padding: 0;
    margin-bottom: 56px;
  }

  .chef-collab-image,
  .chef-collab-image img {
    min-height: 360px;
    height: 360px;
  }

  .hero-left {
    padding: 20px 24px 48px;
  }

  .hero-video-content {
    padding: 116px 22px 64px;
  }

  .hero-video-content .hero-buttons {
    align-items: flex-start;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    /* Centered buttons */
  }
}

/* ===== PAGE HERO (GLOBAL) ===== */
.page-hero {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transition: transform 0.8s ease-out;
}

.page-hero:hover .page-hero-bg {
  transform: scale(1.05);
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 15, 8, 0.7);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
}

.page-hero-content h1 {
  font-size: clamp(40px, 6vw, 72px);
  margin-bottom: 8px;
}

.breadcrumb {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
}

/* ===== LOCATIONS SECTION ===== */
.locations-page-section {
  background: #ffffff;
}

.locations-page-section .section-title {
  color: var(--dark);
}

.locations-page-section .section-label {
  color: var(--gold);
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-top: 52px;
}

.location-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid rgba(14, 15, 8, 0.10);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.location-card-media {
  width: 100%;
  height: 190px;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid rgba(14, 15, 8, 0.10);
  margin-bottom: 18px;
  background: var(--bg-dark);
}

.location-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.92;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.location-card:hover .location-card-media img {
  transform: scale(1.03);
  opacity: 0.98;
}

.location-card:hover {
  border-color: rgba(201, 169, 110, 0.55);
  transform: translateY(-5px);
}

.location-badge {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  padding: 4px 10px;
  border: 1px solid var(--gold);
  width: fit-content;
}

.location-card h3 {
  font-size: 26px;
  color: var(--dark);
  margin-bottom: 16px;
}

.location-details {
  margin-bottom: 24px;
  flex-grow: 1;
}

.location-details p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(14, 15, 8, 0.72);
  margin-bottom: 8px;
}

.location-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.location-actions .btn-gold,
.location-actions .btn-outline {
  padding: 10px 20px;
  font-size: 10px;
}

.coming-soon-card {
  opacity: 0.75;
  border: 1px dashed rgba(14, 15, 8, 0.25);
}

.coming-soon-media {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(253, 250, 245, 0.96), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 50% 20%, rgba(201, 169, 110, 0.20), transparent 48%);
}

.coming-soon-media span {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  color: var(--dark);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coming-soon-badge {
  color: rgba(14, 15, 8, 0.55) !important;
  border-color: rgba(14, 15, 8, 0.35) !important;
}

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

/* ===== LOCATIONS MODAL ===== */
.location-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 3000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.location-modal.open {
  display: flex;
}

.location-modal-content {
  background: var(--dark3);
  padding: 50px 40px;
  max-width: 500px;
  width: 100%;
  position: relative;
  text-align: center;
  border: 1px solid rgba(201, 169, 110, 0.2);
  border-radius: 4px;
}

.location-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 32px;
  color: var(--white);
  cursor: pointer;
  line-height: 1;
}

.location-modal-content h2 {
  color: var(--white);
  margin-bottom: 24px;
  font-size: clamp(24px, 4vw, 36px);
}

.location-selection-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.selection-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--white);
  text-align: left;
  font-size: 13px;
  transition: all 0.3s;
}

.selection-item:hover {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
}

.selection-item span.arrow {
  font-size: 18px;
}

.all-locations-link {
  margin-top: 24px;
  display: inline-block;
  color: var(--gold);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .location-modal-content {
    padding: 60px 20px 40px;
  }
  .selection-item {
    font-size: 12px;
    padding: 14px 18px;
  }
}

/* ===== PRELOADER V3 (center logo + opacity pulse + screen slide up) ===== */
.site-preloader {
  background: #ffffff;
}

.preloader-portal {
  width: min(72vw, 420px);
  aspect-ratio: auto;
}

.preloader-keyhole,
.preloader-logo-base {
  display: none !important;
}

.preloader-logo-fill {
  position: static;
  height: auto !important;
  overflow: visible;
  animation: none !important;
}

.preloader-logo {
  width: 100%;
  height: auto;
  filter: none;
  animation: preloaderLogoOpacity 1.05s ease-in-out infinite;
}

.site-preloader.is-complete {
  animation: preloaderScreenUp 0.42s cubic-bezier(0.64, 0, 0.36, 1) forwards;
}

@keyframes preloaderLogoOpacity {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}

@keyframes preloaderScreenUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 1;
    visibility: hidden;
  }
}

/* Mobile overflow guard */
@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .nav-mobile {
    width: 100vw;
    overflow-x: hidden;
  }

  .hero-split-inner,
  .hero-split-copy,
  .hero-split-media,
  .section-inner,
  .tea-feature-list,
  .tea-card,
  .collab-card,
  .locations-teaser-grid,
  .gallery-mosaic {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
