:root {
  --wine: #5a1224;
  --wine-deep: #3d0a17;
  --wine-soft: #7a2238;
  --gold: #c9a661;
  --gold-light: #e6cf95;
  --cream: #f6f0e4;
  --cream-deep: #ede4d0;
  --ink: #1a1413;
  --ink-soft: #4a3f3c;
  --paper: #fbf8f2;
  --line: rgba(90, 18, 36, 0.12);
  --shadow-sm: 0 4px 20px rgba(26, 20, 19, 0.06);
  --shadow-md: 0 12px 40px rgba(26, 20, 19, 0.10);
  --shadow-lg: 0 30px 80px rgba(26, 20, 19, 0.18);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
::selection { background: var(--wine); color: var(--cream); }
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

/* ====== NAV ====== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 90;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent);
}
.nav.scrolled, .nav.solid {
  background: rgba(251, 248, 242, 0.96);
  backdrop-filter: blur(20px);
  padding: 0.7rem 3rem;
  box-shadow: 0 1px 0 var(--line);
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  color: var(--cream);
  transition: color 0.4s;
}
.nav.scrolled .nav-brand, .nav.solid .nav-brand { color: var(--wine); }
.nav-logo {
  height: 56px;
  width: auto;
  transition: height 0.4s;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25));
}
.nav.scrolled .nav-logo, .nav.solid .nav-logo { height: 46px; filter: none; }
.nav-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.nav-brand-sub {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 2px;
}
.nav-links {
  display: flex;
  gap: 2.2rem;
  list-style: none;
  align-items: center;
}
.nav-links a {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.3s, opacity 0.3s;
  opacity: 0.85;
  cursor: pointer;
  position: relative;
  padding: 0.3rem 0;
}
.nav.scrolled .nav-links a, .nav.solid .nav-links a { color: var(--ink); }
.nav-links a:hover { opacity: 1; color: var(--gold); }
.nav.scrolled .nav-links a:hover, .nav.solid .nav-links a:hover { color: var(--wine); }
.nav-links a.active { color: var(--gold-light); opacity: 1; }
.nav.scrolled .nav-links a.active, .nav.solid .nav-links a.active { color: var(--wine); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--gold);
}
.nav-cta {
  padding: 0.7rem 1.6rem !important;
  border: 1px solid var(--cream) !important;
  border-radius: 100px;
  opacity: 1 !important;
}
.nav.scrolled .nav-cta, .nav.solid .nav-cta {
  border-color: var(--wine) !important;
  color: var(--wine) !important;
}
.nav-cta:hover {
  background: var(--cream);
  color: var(--wine) !important;
}
.nav.scrolled .nav-cta:hover, .nav.solid .nav-cta:hover {
  background: var(--wine);
  color: var(--cream) !important;
}
.nav-cta::after { display: none !important; }
.nav-burger {
  display: none;
  background: none;
  border: none;
  color: var(--cream);
  cursor: pointer;
  padding: 0.5rem;
}
.nav.scrolled .nav-burger, .nav.solid .nav-burger { color: var(--wine); }

/* ====== HERO ====== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--cream);
}
.hero-sm {
  height: 70vh;
  min-height: 520px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  will-change: transform;
}
@keyframes kenBurns {
  0%   { transform: scale(1.08) translate(0%, 0%); }
  50%  { transform: scale(1.18) translate(-1.5%, -1%); }
  100% { transform: scale(1.08) translate(0%, 0%); }
}
.hero.loaded .hero-bg { animation: kenBurns 28s ease-in-out infinite; }
.hero-grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.08 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  pointer-events: none;
  opacity: 0.6;
}
.hero-content {
  position: relative;
  text-align: center;
  max-width: 900px;
  padding: 0 2rem;
  z-index: 2;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 1s 0.3s forwards;
}
.hero-eyebrow::before, .hero-eyebrow::after {
  content: '';
  width: 36px; height: 1px;
  background: var(--gold-light);
  opacity: 0.6;
}
.hero h1 {
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.6rem;
  opacity: 0;
  animation: fadeUp 1.2s 0.5s forwards;
}
.hero-sm h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
.hero h1 em {
  font-style: italic;
  color: var(--gold-light);
  font-weight: 300;
}
.hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  font-style: italic;
  margin-bottom: 3rem;
  opacity: 0;
  animation: fadeUp 1.2s 0.7s forwards;
  color: rgba(246, 240, 228, 0.9);
}
.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 1.2s 0.9s forwards;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.05rem 2.2rem;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
}
.btn-primary { background: var(--gold); color: var(--wine-deep); }
.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(201, 166, 97, 0.4);
}
.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(246, 240, 228, 0.4);
}
.btn-ghost:hover {
  background: var(--cream);
  color: var(--wine-deep);
  border-color: var(--cream);
}
.btn-dark { background: var(--wine); color: var(--cream); }
.btn-dark:hover {
  background: var(--wine-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(90, 18, 36, 0.3);
}
.btn-arrow { transition: transform 0.4s; }
.btn:hover .btn-arrow { transform: translateX(4px); }
.hero-scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--cream);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.hero-scroll-line {
  width: 1px; height: 50px;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.hero-scroll-line::after {
  content: '';
  position: absolute;
  top: -50px; left: 0;
  width: 100%; height: 50%;
  background: var(--gold);
  animation: scrollLine 2.4s ease-in-out infinite;
}
@keyframes scrollLine { 0% { top: -50%; } 100% { top: 100%; } }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ====== SECTION ====== */
section { padding: 8rem 3rem; position: relative; }
.section-sm { padding: 5rem 3rem; }
.container { max-width: 1280px; margin: 0 auto; }
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--wine);
  margin-bottom: 1.5rem;
}
.section-eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--gold);
}
.section-title {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  color: var(--wine-deep);
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.05;
}
.section-title em {
  font-style: italic;
  color: var(--wine);
  font-weight: 300;
}
.section-lead {
  font-size: 1.1rem;
  color: var(--ink-soft);
  max-width: 640px;
  line-height: 1.75;
}

/* ====== INTRO ====== */
.intro { background: var(--paper); }
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.intro-text p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin-top: 1.4rem;
  line-height: 1.85;
}
.intro-text p:first-of-type {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--wine);
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
}
.intro-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  color: var(--wine);
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}
.stat-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-soft);
  margin-top: 0.5rem;
}
.intro-image {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.intro-image-tag {
  position: absolute;
  bottom: 2rem; left: 2rem;
  background: var(--cream);
  padding: 1.2rem 1.6rem;
  border-radius: 4px;
  font-family: 'Cormorant Garamond', serif;
  color: var(--wine-deep);
  box-shadow: var(--shadow-md);
  max-width: 240px;
  font-size: 1rem;
  z-index: 2;
}
.intro-image-tag strong {
  display: block;
  font-style: normal;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.4rem;
  font-family: 'Inter', sans-serif;
}

/* ====== ROOMS ====== */
.rooms { background: linear-gradient(180deg, var(--paper) 0%, var(--cream-deep) 100%); }
.rooms-header { text-align: center; margin-bottom: 5rem; }
.rooms-header .section-lead { margin: 1.5rem auto 0; }
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
.room-card {
  background: var(--paper);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s;
}
.room-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}
.room-card-img {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  position: relative;
}
.room-card-badge {
  position: absolute;
  top: 1.2rem; left: 1.2rem;
  background: var(--wine);
  color: var(--cream);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}
.room-card-body { padding: 2rem 2rem 2rem; }
.room-card h3 {
  font-size: 1.7rem;
  color: var(--wine-deep);
  margin-bottom: 0.4rem;
}
.room-card-size {
  font-size: 0.78rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}
.room-card p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.65;
}
.rooms-features {
  background: var(--paper);
  border-radius: 6px;
  padding: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  box-shadow: var(--shadow-sm);
}
.room-feature { display: flex; align-items: center; gap: 1rem; }
.room-feature-icon {
  width: 44px; height: 44px;
  background: var(--cream-deep);
  color: var(--wine);
  border-radius: 50%;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.room-feature-text { font-size: 0.92rem; color: var(--ink); font-weight: 500; }
.room-feature-text small { display: block; color: var(--ink-soft); font-weight: 400; font-size: 0.78rem; }

/* ====== PRICING ====== */
.pricing-wrap {
  margin-top: 4rem;
  background: var(--paper);
  border-radius: 8px;
  padding: 3rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.pricing-head { text-align: center; margin-bottom: 2.5rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.pricing-head .ornament {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.pricing-head .ornament::before, .pricing-head .ornament::after {
  content: '';
  width: 28px; height: 1px; background: var(--gold); opacity: 0.5;
}
.pricing-head h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  color: var(--wine-deep);
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.pricing-head h3 em { font-style: italic; color: var(--wine); font-weight: 300; }
.pricing-head p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1rem;
}
.pricing-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.pricing-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.8rem 1.2rem;
  text-align: center;
  transition: transform 0.4s, box-shadow 0.4s, border-color 0.4s;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.pricing-card-icon { display: flex; justify-content: center; gap: 4px; margin-bottom: 1rem; color: var(--wine); }
.pricing-card-icon svg { width: 18px; height: 18px; }
.pricing-card h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-soft);
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.pricing-card-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  color: var(--wine);
  font-weight: 500;
  line-height: 1;
}
.pricing-card-price small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  margin-top: 0.4rem;
}
.pricing-extras {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
}
.pricing-extra { text-align: center; }
.pricing-extra-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 0.4rem;
  font-weight: 600;
}
.pricing-extra-value { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--wine-deep); }
.pricing-extra-value em { font-style: italic; }
.pricing-foot {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 0.85rem;
  color: var(--ink-soft);
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}
.pricing-foot strong { font-style: normal; color: var(--wine); font-weight: 500; font-family: 'Inter', sans-serif; }

/* ====== RESERVATION ====== */
.reservation {
  background: linear-gradient(135deg, var(--wine) 0%, var(--wine-deep) 100%);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.reservation::before, .reservation::after {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,166,97,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.reservation::before { top: -300px; left: -200px; }
.reservation::after { bottom: -300px; right: -200px; }
.reservation .section-eyebrow { color: var(--gold-light); }
.reservation .section-eyebrow::before { background: var(--gold); }
.reservation .section-title { color: var(--cream); }
.reservation .section-title em { color: var(--gold-light); }
.reservation .section-lead { color: rgba(246, 240, 228, 0.78); }
.reservation-header { text-align: center; margin-bottom: 3rem; position: relative; z-index: 2; }
.reservation-header .section-eyebrow { justify-content: center; }
.reservation-header .section-lead { margin: 1.5rem auto 0; }
.reservation-frame-wrap {
  background: var(--paper);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}
.reservation-frame-wrap iframe { width: 100%; height: 800px; border: none; display: block; }
.reservation-fallback {
  margin-top: 1.5rem;
  text-align: center;
  color: rgba(246, 240, 228, 0.7);
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
}
.reservation-fallback a { color: var(--gold-light); text-decoration: none; font-weight: 500; }
.reservation-fallback a:hover { color: var(--gold); }

/* ====== RESTAURANT INTRO ====== */
.restaurant-intro { background: var(--wine-deep); color: var(--cream); overflow: hidden; position: relative; }
.restaurant-intro::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(201, 166, 97, 0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.restaurant-intro .section-eyebrow { color: var(--gold-light); }
.restaurant-intro .section-eyebrow::before { background: var(--gold); }
.restaurant-intro .section-title { color: var(--cream); }
.restaurant-intro .section-title em { color: var(--gold-light); }
.restaurant-intro .section-lead { color: rgba(246, 240, 228, 0.78); }
.rest-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 5rem; align-items: center; position: relative; }
.rest-image { aspect-ratio: 4/5; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.rest-info-list { list-style: none; margin-top: 2rem; display: grid; gap: 0.8rem; }
.rest-info-list li {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  font-size: 0.95rem;
  color: rgba(246, 240, 228, 0.85);
}
.rest-info-list li::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  transform: translateY(-2px);
}

/* ====== LUNCH MENU ====== */
.lunch { background: var(--paper); }
.lunch-header { text-align: center; margin-bottom: 4rem; }
.lunch-header .section-lead { margin: 1.5rem auto 0; }
.lunch-card {
  background: var(--cream);
  border-radius: 8px;
  padding: 3.5rem 4rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  max-width: 980px;
  margin: 0 auto;
}
.lunch-card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.lunch-card-head h3 { font-size: 2rem; color: var(--wine-deep); }
.lunch-card-head span {
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--wine);
  font-weight: 600;
}
.lunch-prices { display: flex; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
.lunch-price-pill {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 0.7rem 1.2rem;
  border-radius: 100px;
  font-size: 0.88rem;
  color: var(--ink);
}
.lunch-price-pill strong { color: var(--wine); margin-left: 0.4rem; }
.lunch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem 2.5rem; margin-bottom: 2rem; }
.lunch-day { padding: 1.4rem 0; border-bottom: 1px dashed var(--line); }
.lunch-day:last-child { border-bottom: none; }
.lunch-day-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--gold);
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.lunch-day-soup {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--wine);
  margin-bottom: 0.5rem;
}
.lunch-day ol { list-style: none; padding-left: 0; counter-reset: dish; }
.lunch-day ol li {
  counter-increment: dish;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  font-size: 0.95rem;
  padding: 0.2rem 0;
  color: var(--ink);
}
.lunch-day ol li::before { content: counter(dish) "."; color: var(--wine); font-weight: 600; }
.lunch-foot {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.lunch-foot small { font-size: 0.85rem; color: var(--ink-soft); font-style: italic; }
.lunch-friday {
  text-align: center;
  padding: 1.5rem;
  background: var(--paper);
  border-radius: 6px;
  margin-top: 1rem;
  color: var(--ink-soft);
  font-style: italic;
  grid-column: span 2;
}

/* ====== SERVICES ====== */
.services { background: var(--cream-deep); }
.services-header { text-align: center; margin-bottom: 5rem; }
.services-header .section-lead { margin: 1.5rem auto 0; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.service-card {
  background: var(--paper);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.service-card-img { aspect-ratio: 16/9; background-size: cover; background-position: center; }
.service-card-body { padding: 2.5rem; flex: 1; display: flex; flex-direction: column; }
.service-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--line);
  gap: 1rem;
}
.service-card h3 { font-size: 1.7rem; color: var(--wine-deep); margin-bottom: 0.3rem; }
.service-card-meta { font-size: 0.75rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.15em; }
.service-card-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  color: var(--wine);
  font-weight: 500;
  text-align: right;
  flex-shrink: 0;
  line-height: 1;
}
.service-card-price small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-top: 0.3rem;
}
.service-card p { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 1.2rem; line-height: 1.7; }
.service-card ul { list-style: none; display: grid; gap: 0.5rem; margin-top: auto; }
.service-card ul li { display: grid; grid-template-columns: auto 1fr; gap: 0.7rem; font-size: 0.92rem; color: var(--ink); }
.service-card ul li::before { content: '✓'; color: var(--gold); font-weight: 600; }

/* ====== AMENITIES ====== */
.amenities { background: var(--paper); }
.amen-header { text-align: center; margin-bottom: 5rem; }
.amen-header .section-lead { margin: 1.5rem auto 0; }
.amen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.amen-card {
  background: var(--cream);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s;
  border: 1px solid var(--line);
}
.amen-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.amen-img { aspect-ratio: 4/3; background-size: cover; background-position: center; }
.amen-body { padding: 1.8rem 1.6rem; }
.amen-card h4 { font-size: 1.3rem; color: var(--wine-deep); margin-bottom: 0.5rem; }
.amen-card p { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.6; }

/* ====== AREA ====== */
.area { background: var(--cream-deep); }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.area-list { margin-top: 2.5rem; display: grid; gap: 0.5rem; }
.area-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: baseline;
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
  transition: padding 0.3s;
}
.area-item:last-child { border-bottom: 1px solid var(--line); }
.area-item:hover { padding-left: 1rem; }
.area-item-num { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--gold); font-size: 1.05rem; }
.area-item h4 { font-size: 1.4rem; color: var(--wine-deep); margin-bottom: 0.2rem; }
.area-item p { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.5; }
.area-map { aspect-ratio: 4/5; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow-md); }
.area-map iframe { width: 100%; height: 100%; border: 0; }

/* Detailed area cards (okoli page) */
.area-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
.area-detail-card {
  background: var(--paper);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform 0.5s, box-shadow 0.5s;
}
.area-detail-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.area-detail-img { aspect-ratio: 16/9; background-size: cover; background-position: center; }
.area-detail-body { padding: 2rem; }
.area-detail-body h4 { font-size: 1.6rem; color: var(--wine-deep); margin-bottom: 0.4rem; }
.area-detail-meta {
  font-size: 0.7rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 1rem;
}
.area-detail-body p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.7; }

/* ====== CONTACT ====== */
.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: stretch; }
.contact-info {
  background: var(--wine-deep);
  color: var(--cream);
  padding: 4rem;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.contact-info::before {
  content: '';
  position: absolute;
  bottom: -150px; right: -150px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,166,97,0.15) 0%, transparent 70%);
}
.contact-info-inner { position: relative; z-index: 2; }
.contact-info h3 { font-size: 2.2rem; color: var(--cream); margin-bottom: 0.4rem; }
.contact-info-address {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold-light);
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}
.contact-block { margin-bottom: 1.8rem; padding-bottom: 1.8rem; border-bottom: 1px solid rgba(201,166,97,0.2); }
.contact-block:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.contact-block h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--gold-light);
  margin-bottom: 0.7rem;
  font-weight: 600;
}
.contact-block p { font-size: 0.98rem; color: rgba(246, 240, 228, 0.92); margin-bottom: 0.3rem; }
.contact-block a { color: var(--cream); text-decoration: none; font-weight: 500; transition: color 0.3s; }
.contact-block a:hover { color: var(--gold-light); }
.contact-hours { background: var(--cream); padding: 4rem; border-radius: 6px; border: 1px solid var(--line); }
.contact-hours h3 { font-size: 2.2rem; color: var(--wine-deep); margin-bottom: 0.4rem; }
.contact-hours-sub { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--wine); font-size: 1.1rem; margin-bottom: 2rem; }
.hours-table { border-top: 1px solid var(--line); }
.hours-block { padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.hours-block-title {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.hours-row { display: flex; justify-content: space-between; padding: 0.35rem 0; font-size: 0.95rem; }
.hours-row span:first-child { color: var(--ink); font-weight: 500; }
.hours-row span:last-child { color: var(--ink-soft); font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; }
.contact-note {
  margin-top: 1.5rem;
  padding: 1rem 1.2rem;
  background: var(--paper);
  border-left: 3px solid var(--gold);
  font-size: 0.88rem;
  font-style: italic;
  color: var(--ink-soft);
  border-radius: 4px;
}

/* ====== WEEKEND ====== */
.weekend { background: linear-gradient(180deg, var(--paper) 0%, var(--cream-deep) 100%); }
.weekend-card {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--paper);
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
}
.weekend-img { background: url('../assets/jidlo-1.jpg') center/cover; min-height: 460px; }
.weekend-body { padding: 3.5rem; }
.weekend-body h3 { font-size: 2.2rem; color: var(--wine-deep); margin-bottom: 0.6rem; }
.weekend-body h3 em { font-style: italic; color: var(--wine); font-weight: 300; }
.weekend-body .lead {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin-bottom: 1.8rem;
  line-height: 1.7;
}
.weekend-list { list-style: none; display: grid; gap: 0.6rem; margin-bottom: 2rem; }
.weekend-list li { display: grid; grid-template-columns: auto 1fr; gap: 0.8rem; font-size: 0.95rem; color: var(--ink); align-items: baseline; }
.weekend-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); transform: translateY(-2px); }
.weekend-times {
  background: var(--cream);
  border-left: 3px solid var(--gold);
  padding: 1rem 1.4rem;
  border-radius: 4px;
  font-size: 0.9rem;
  color: var(--ink-soft);
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}
.weekend-times strong {
  font-style: normal;
  color: var(--wine);
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 600;
}

/* ====== HIGHLIGHTS (homepage cards) ====== */
.highlights { background: var(--cream-deep); }
.highlights-header { text-align: center; margin-bottom: 5rem; }
.highlights-header .section-lead { margin: 1.5rem auto 0; }
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.highlight-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  text-decoration: none;
  color: var(--cream);
  box-shadow: var(--shadow-sm);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s;
}
.highlight-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.highlight-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.highlight-card:hover .highlight-bg { transform: scale(1.08); }
.highlight-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.45) 50%, rgba(26,20,19,0.92) 100%);
}
.highlight-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 2.5rem; z-index: 2; }
.highlight-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold-light);
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.highlight-card h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: var(--cream);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}
.highlight-card p {
  font-size: 0.95rem;
  color: rgba(246, 240, 228, 0.95);
  margin-bottom: 1.4rem;
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
.highlight-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--gold-light);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
}

/* ====== CTA STRIP ====== */
.cta-strip {
  background: linear-gradient(135deg, var(--wine) 0%, var(--wine-deep) 100%);
  color: var(--cream);
  padding: 5rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip::before, .cta-strip::after {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,166,97,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.cta-strip::before { top: -200px; left: -150px; }
.cta-strip::after { bottom: -200px; right: -150px; }
.cta-strip-inner { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.cta-strip h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--cream); margin-bottom: 1rem; }
.cta-strip h2 em { font-style: italic; color: var(--gold-light); font-weight: 300; }
.cta-strip p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: rgba(246,240,228,0.9);
  margin-bottom: 2rem;
}
.cta-strip-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ====== FOOTER ====== */
footer { background: var(--ink); color: rgba(246, 240, 228, 0.7); padding: 5rem 3rem 2rem; }
.foot-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(246, 240, 228, 0.08);
}
.foot-brand-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.foot-brand-row img { height: 56px; }
.foot-brand h3 { font-size: 1.8rem; color: var(--cream); }
.foot-brand p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: rgba(246, 240, 228, 0.6);
  line-height: 1.6;
  max-width: 320px;
}
.foot-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--gold-light);
  margin-bottom: 1.4rem;
  font-weight: 600;
}
.foot-col ul { list-style: none; display: grid; gap: 0.7rem; }
.foot-col a { color: rgba(246, 240, 228, 0.7); text-decoration: none; font-size: 0.9rem; transition: color 0.3s; cursor: pointer; }
.foot-col a:hover { color: var(--gold-light); }
.foot-contact p { font-size: 0.9rem; margin-bottom: 0.5rem; }
.foot-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: rgba(246, 240, 228, 0.4);
}

/* ====== MENU MODAL ====== */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(26, 20, 19, 0.92);
  backdrop-filter: blur(8px);
  z-index: 200;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 2rem;
  overflow-y: auto;
}
.modal.open { display: flex; animation: fadeIn 0.4s ease forwards; }
.modal-box {
  background: var(--paper);
  width: 100%;
  max-width: 1000px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  animation: slideUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  position: relative;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal-head {
  background: var(--wine-deep);
  color: var(--cream);
  padding: 2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.modal-head-title { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 0.4rem; }
.modal-head h2 { font-size: 1.9rem; color: var(--cream); margin-bottom: 0.2rem; }
.modal-head p { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--gold-light); font-size: 1rem; }
.modal-close {
  background: rgba(246, 240, 228, 0.1);
  border: none;
  color: var(--cream);
  width: 44px; height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: grid; place-items: center;
  transition: background 0.3s;
  flex-shrink: 0;
}
.modal-close:hover { background: rgba(246, 240, 228, 0.2); }
.modal-body { padding: 0; }

/* ===== Beautiful Menu ===== */
.menu-doc {
  background: radial-gradient(ellipse at top, rgba(201,166,97,0.06), transparent 60%), var(--paper);
  padding: 4rem 4rem 5rem;
}
.menu-doc-head { text-align: center; padding-bottom: 3rem; border-bottom: 1px solid var(--line); margin-bottom: 3rem; }
.menu-doc-head .ornament {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--gold);
  margin-bottom: 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.menu-doc-head .ornament::before, .menu-doc-head .ornament::after {
  content: '';
  width: 40px; height: 1px;
  background: var(--gold);
  opacity: 0.5;
}
.menu-doc-head h2 { font-family: 'Cormorant Garamond', serif; font-size: 3rem; color: var(--wine-deep); font-weight: 400; margin-bottom: 0.5rem; }
.menu-doc-head h2 em { font-style: italic; color: var(--wine); font-weight: 300; }
.menu-doc-head p { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--ink-soft); font-size: 1.1rem; }
.menu-doc-section { margin-bottom: 3.5rem; }
.menu-doc-section:last-child { margin-bottom: 0; }
.menu-doc-section-head { text-align: center; margin-bottom: 2rem; position: relative; }
.menu-doc-section-head h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: var(--wine);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
  background: var(--paper);
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}
.menu-doc-section-head h3 small {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
  color: var(--gold);
  margin-top: 0.2rem;
  font-weight: 400;
}
.menu-doc-section-head::before {
  content: '';
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold) 30%, var(--gold) 70%, transparent);
  opacity: 0.4;
  z-index: 1;
}
.menu-doc-row {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 1.4rem;
  align-items: baseline;
  padding: 0.85rem 0;
  border-bottom: 1px dotted rgba(90, 18, 36, 0.15);
}
.menu-doc-row:last-child { border-bottom: none; }
.menu-doc-portion {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--gold);
  text-align: right;
  font-weight: 400;
}
.menu-doc-name { font-size: 1rem; color: var(--ink); font-weight: 500; line-height: 1.45; }
.menu-doc-name em {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin-top: 0.2rem;
}
.menu-doc-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  color: var(--wine);
  font-weight: 500;
  white-space: nowrap;
  min-width: 70px;
  text-align: right;
}
.menu-doc-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; }
.menu-doc-wines { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-top: 0.5rem; }
.menu-wine-pill {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 0.7rem 1.3rem;
  border-radius: 100px;
  font-size: 0.92rem;
  color: var(--ink);
}
.menu-wine-pill em { font-family: 'Cormorant Garamond', serif; color: var(--ink-soft); font-size: 0.85rem; }
.menu-doc-wine-head { text-align: center; margin-bottom: 1.5rem; font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--wine); font-size: 1.1rem; }
.menu-doc-wine-head strong { font-style: normal; color: var(--gold); margin-left: 0.4rem; }
.menu-doc-foot { margin-top: 4rem; padding-top: 2.5rem; border-top: 1px solid var(--line); text-align: center; }
.menu-doc-foot p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto;
}
.menu-doc-foot small {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 0.75rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: 'Inter', sans-serif;
}

/* ====== LIGHTBOX ====== */
.lightbox-trigger {
  cursor: zoom-in;
  transition: filter 0.35s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.lightbox-trigger:hover { filter: brightness(1.06); }
#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15, 8, 12, 0.96);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  -webkit-tap-highlight-color: transparent;
  animation: lightbox-fade 0.25s ease;
}
#lightbox.open { display: flex; }
@keyframes lightbox-fade { from { opacity: 0; } to { opacity: 1; } }
.lightbox-stage {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-img {
  max-width: 92vw;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  user-select: none;
  -webkit-user-drag: none;
  background: rgba(26, 20, 19, 0.6);
  transition: opacity 0.25s ease;
}
.lightbox-img.loading { opacity: 0.4; }
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(201, 166, 97, 0.5);
  color: var(--gold-light);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  font-family: 'Cormorant Garamond', serif;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(90, 18, 36, 0.78);
  border-color: var(--gold);
  color: var(--cream);
  transform: scale(1.05);
}
.lightbox-close {
  top: 1.4rem;
  right: 1.4rem;
  font-size: 1.5rem;
}
.lightbox-prev {
  left: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-prev:hover { transform: translateY(-50%) scale(1.05); }
.lightbox-next {
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-next:hover { transform: translateY(-50%) scale(1.05); }
.lightbox-caption {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  padding: 0.55rem 1.2rem;
  border-radius: 4px;
  max-width: 80%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lightbox-counter {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  color: var(--gold-light);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

@media (max-width: 720px) {
  #lightbox { padding: 0; }
  .lightbox-img {
    max-width: 100vw;
    max-height: 78vh;
    border-radius: 0;
  }
  .lightbox-close,
  .lightbox-prev,
  .lightbox-next {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.6);
  }
  .lightbox-close { top: 0.9rem; right: 0.9rem; font-size: 1.3rem; }
  .lightbox-prev { left: 0.5rem; }
  .lightbox-next { right: 0.5rem; }
  .lightbox-caption {
    bottom: 1.1rem;
    font-size: 0.95rem;
    padding: 0.4rem 0.9rem;
    max-width: 88%;
  }
  .lightbox-counter {
    top: 1rem;
    left: 1rem;
    font-size: 0.7rem;
  }
}

/* ====== MENU PAGES (image-based jídelák) ====== */
.menu-pages {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0;
  background: var(--paper);
}
.menu-page {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 2px 14px rgba(26, 20, 19, 0.08);
  border: 1px solid var(--line);
}
.menu-pages-foot {
  text-align: center;
  padding: 1.5rem 1rem 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.menu-pages-foot a {
  color: var(--wine);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
}

/* ====== TITLE WORD REVEAL ====== */
.section-title.split .word, .hero h1.split .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1.05;
  padding: 0 0.05em 0.05em;
  margin: 0 -0.05em;
}
.section-title.split .word > .word-inner, .hero h1.split .word > .word-inner {
  display: inline-block;
  transform: translateY(115%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.section-title.split.in .word > .word-inner, .hero h1.split.in .word > .word-inner { transform: translateY(0); }

/* ====== IMAGE PARALLAX ====== */
.parallax-frame { overflow: hidden; position: relative; }
.parallax-frame > .parallax-img {
  width: 100%;
  height: 115%;
  object-fit: cover;
  position: absolute;
  top: -7.5%; left: 0;
  will-change: transform;
  transform: translate3d(0, var(--py, 0px), 0);
}

/* ====== REVEAL ====== */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { opacity: 0; transform: translateY(40px); transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal-stagger.in > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.in > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: 0.12s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: 0.19s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: 0.26s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: 0.33s; }

/* ====== RESPONSIVE ====== */
@media (max-width: 1100px) {
  .amen-grid { grid-template-columns: repeat(2, 1fr); }
  .rooms-features { grid-template-columns: repeat(2, 1fr); }
  .highlights-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .highlight-card { aspect-ratio: 16/10; }
  .highlight-card::after {
    background: linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.6) 35%, rgba(26,20,19,0.95) 100%);
  }
  .highlight-content { padding: 1.8rem 1.5rem; }
  .highlight-card h3 { font-size: 1.65rem; }
  .area-detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .nav { padding: 1rem 1.5rem; }
  .nav.scrolled, .nav.solid { padding: 0.7rem 1.5rem; }
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .nav-brand-sub { display: none; }

  /* Mobile menu open */
  .nav-links.mobile-open {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 1.5rem 2rem 2rem;
    gap: 0;
    box-shadow: var(--shadow-md);
    border-top: 1px solid var(--line);
    align-items: stretch;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .nav-links.mobile-open li { width: 100%; }
  .nav-links.mobile-open a {
    color: var(--ink) !important;
    opacity: 1;
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 0.85rem;
  }
  .nav-links.mobile-open a:hover { color: var(--wine) !important; }
  .nav-links.mobile-open a.active { color: var(--wine) !important; }
  .nav-links.mobile-open a.active::after { display: none; }
  .nav-links.mobile-open li:last-child a {
    border-bottom: none;
    margin-top: 0.8rem;
    text-align: center;
    background: var(--wine);
    color: var(--cream) !important;
    border-radius: 100px;
    border: none !important;
    padding: 1rem 1.6rem;
  }
  .nav-links.mobile-open li:last-child a:hover {
    background: var(--wine-deep);
    color: var(--cream) !important;
  }
  section { padding: 5rem 1.5rem; }
  .section-sm { padding: 4rem 1.5rem; }
  .intro-grid, .rest-grid, .area-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .services-grid, .rooms-grid { grid-template-columns: 1fr; }
  .lunch-grid { grid-template-columns: 1fr; }
  .lunch-card { padding: 2rem 1.5rem; }
  .lunch-friday { grid-column: auto; }
  .reservation-frame-wrap iframe { height: 700px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-extras { grid-template-columns: 1fr; }
  .weekend-card { grid-template-columns: 1fr; }
  .weekend-img { min-height: 240px; }
  .weekend-body { padding: 2rem 1.5rem; }
  .pricing-wrap { padding: 2rem 1.5rem; }
  .menu-doc { padding: 2rem 1.5rem 3rem; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .foot-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .modal-head { padding: 1.5rem; flex-direction: column; align-items: flex-start; }
  .contact-info, .contact-hours { padding: 2rem; }
  .rooms-features { padding: 2rem; gap: 1.5rem; }
  .cta-strip { padding: 4rem 1.5rem; }
}
@media (max-width: 600px) {
  .amen-grid, .rooms-features { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .intro-stats { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-card-body { padding: 1.5rem; }
  .service-card-head { flex-direction: column; gap: 1rem; }
  .service-card-price { text-align: left; }
  .reservation-frame-wrap iframe { height: 800px; }
  .menu-doc-cols { grid-template-columns: 1fr; gap: 0; }
  .menu-doc-row { grid-template-columns: 50px 1fr auto; gap: 0.8rem; }
}
