:root {
  --bg: #060606;
  --bg-soft: #101010;
  --card: rgba(255,255,255,0.055);
  --card-strong: rgba(255,255,255,0.08);
  --line: rgba(255,255,255,0.1);
  --text: #f6f2eb;
  --muted: #cbc2b5;
  --gold: #d8b16f;
  --gold-soft: #9a7344;
  --pink: #d31487;
  --shadow: 0 22px 60px rgba(0,0,0,0.4);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top, rgba(211,20,135,0.1), transparent 25%),
    radial-gradient(circle at 80% 10%, rgba(216,177,111,0.08), transparent 22%),
    linear-gradient(180deg, #040404 0%, #0a0a0a 100%);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(7, 7, 7, 0.76);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand-copy { display: flex; flex-direction: column; }
.brand-logo { width: 66px; height: 66px; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(211,20,135,0.22)); }
.brand-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  letter-spacing: 0.14em;
  color: var(--pink);
  line-height: 0.9;
  font-weight: 700;
}
.brand-sub {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
nav a {
  color: var(--muted);
  font-size: 0.95rem;
}
nav a:hover { color: var(--text); }

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(216,177,111,0.18);
  background: rgba(255,255,255,0.05);
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}
.lang-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 8px 11px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}
.lang-btn.active {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #120c07;
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hero-image,
.hero-overlay,
.hero-glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image {
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.46) saturate(1.08) contrast(1.02);
  transform: scale(1.04);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6,6,6,0.90) 0%, rgba(6,6,6,0.58) 42%, rgba(6,6,6,0.62) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.58));
}
.hero-glow {
  background:
    radial-gradient(circle at 70% 20%, rgba(216,177,111,0.14), transparent 22%),
    radial-gradient(circle at 75% 50%, rgba(211,20,135,0.12), transparent 24%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 92px 0 76px;
}
.hero-logo-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 24px;
  margin-bottom: 22px;
  background: rgba(7,7,7,0.48);
  border: 1px solid rgba(216,177,111,0.18);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.hero-logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
  flex-shrink: 0;
}
.hero-logo-label,
.hero-logo-sub {
  display: block;
}
.hero-logo-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--text);
  letter-spacing: 0.08em;
}
.hero-logo-sub {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}
.scroll-indicator {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.eyebrow,
.section-label {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  margin: 0 0 14px;
}
.hero h1,
.section h2,
.intro-grid h2,
.reservation-card h2,
.text-block h2,
.cinematic-copy h2 {
  font-family: 'Cormorant Garamond', serif;
  line-height: 0.98;
  margin: 0;
}
.hero h1 {
  font-size: clamp(3rem, 6vw, 6rem);
  max-width: 900px;
}
.hero-text,
.card.glass p,
.menu-card p,
.text-block p,
.location-section p,
.cinematic-copy p,
.banner-content p:last-child,
.intro-grid p:last-child,
.reservation-card p,
.reservation-note p,
.site-footer p,
.site-footer small {
  color: var(--muted);
  line-height: 1.85;
}
.hero-text {
  max-width: 720px;
  font-size: 1.08rem;
  margin: 26px 0 0;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.hero-badges span,
.menu-tag {
  display: inline-flex;
  align-items: center;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(216,177,111,0.32);
  color: #f2dfbf;
  font-size: 0.9rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #140f09;
}
.btn-secondary {
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04);
}
.btn-secondary:hover { background: rgba(255,255,255,0.08); }

.intro-strip,
.section { padding: 88px 0; }
.premium-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.02));
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 34px;
  align-items: end;
}
.intro-grid h2,
.section-heading h2,
.banner-content h2,
.cinematic-copy h2,
.location-section h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}
.intro-grid p:last-child { margin: 0; }

.section-heading { margin-bottom: 36px; }
.section-heading.center { text-align: center; }

.cards.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card.glass,
.menu-card,
.map-card,
.reservation-card,
.reservation-note,
.stat-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.luxe-border {
  position: relative;
}
.luxe-border::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(216,177,111,0.14);
  pointer-events: none;
}
.card.glass {
  padding: 30px;
  backdrop-filter: blur(10px);
}
.card-icon {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.12em;
}
.card.glass h3,
.menu-card h3,
.reservation-note h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  margin: 0 0 12px;
}

.cinematic-section {
  background:
    radial-gradient(circle at 20% 10%, rgba(211,20,135,0.08), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.01));
}
.cinematic-grid,
.location-grid,
.reservation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.feature-list {
  margin: 22px 0 0;
  padding-left: 18px;
}
.feature-list li { margin-bottom: 10px; }
.cinematic-visual {
  position: relative;
  min-height: 680px;
}
.stack-card {
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  background: var(--card-strong);
}
.stack-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tall-card {
  left: 0;
  top: 0;
  width: 72%;
  height: 100%;
}
.floating-card {
  right: 0;
  bottom: 34px;
  width: 48%;
  height: 58%;
}
.image-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--text);
  font-size: 0.92rem;
  text-align: center;
  backdrop-filter: blur(12px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 18px;
  grid-auto-rows: 230px;
}
.gallery-item {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item.large { grid-row: span 2; }
.gallery-item.tall { grid-row: span 2; }

.stats-section {
  padding-top: 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.stat-card {
  padding: 28px;
  text-align: center;
}
.stat-card strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  margin-bottom: 8px;
}
.stat-card span { color: var(--muted); }

.menu-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.menu-card { padding: 34px; }
.menu-card .btn { margin-top: 10px; }

.reservation-section {
  background: linear-gradient(120deg, rgba(211,20,135,0.07), rgba(216,177,111,0.07));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.reservation-grid {
  grid-template-columns: 1.35fr 0.65fr;
  align-items: stretch;
}
.reservation-card,
.reservation-note {
  padding: 34px;
}
.reservation-card h2 {
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  margin-bottom: 14px;
}
.reservation-note h3 { font-size: 2rem; }
.reservation-box {
  margin-top: 22px;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(216,177,111,0.2);
}
.reservation-number {
  display: inline-block;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
}

.location-section .address {
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 700;
}
.map-card {
  overflow: hidden;
  min-height: 430px;
}
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}

.site-footer {
  position: relative;
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
  background: rgba(255,255,255,0.02);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
}
.footer-right {
  max-width: 560px;
  text-align: right;
}
.site-footer p,
.site-footer small { margin: 4px 0 0; }
.site-footer small { display: block; font-size: 0.76rem; }

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  padding: 14px 18px;
  border-radius: 999px;
  background: #25D366;
  color: #07140c;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(0,0,0,0.35);
}

@media (max-width: 1020px) {
  .intro-grid,
  .cinematic-grid,
  .location-grid,
  .reservation-grid,
  .cards.three,
  .menu-cards,
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cinematic-visual {
    min-height: auto;
    display: grid;
    gap: 18px;
  }
  .stack-card,
  .tall-card,
  .floating-card {
    position: static;
    width: 100%;
    height: auto;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer-right { text-align: left; }
}

@media (max-width: 720px) {
  .brand {
    gap: 10px;
  }
  .brand-logo {
    width: 54px;
    height: 54px;
  }
  .brand-main {
    font-size: 1.8rem;
  }
  .brand-sub {
    font-size: 0.72rem;
  }
  .nav {
    min-height: auto;
    padding: 14px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-right {
    width: 100%;
    align-items: stretch;
    gap: 12px;
  }
  nav {
    gap: 14px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  nav::-webkit-scrollbar { display: none; }
  nav a {
    white-space: nowrap;
    font-size: 0.9rem;
  }
  .lang-switcher {
    width: fit-content;
  }
  .hero { min-height: 92vh; }
  .hero-image {
    object-position: 64% center;
  }
  .hero-content { padding: 42px 0 66px; }
  .hero-logo-badge {
    width: 100%;
    gap: 12px;
    padding: 12px 14px;
    margin-bottom: 18px;
  }
  .hero-logo {
    width: 58px;
    height: 58px;
  }
  .hero-logo-label {
    font-size: 1.22rem;
  }
  .hero-logo-sub {
    font-size: 0.62rem;
    line-height: 1.5;
  }
  .hero-text {
    font-size: 1rem;
    line-height: 1.72;
  }
  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }
  .hero-actions .btn,
  .contact-actions .btn {
    width: 100%;
  }
  .hero-badges {
    gap: 10px;
  }
  .hero-badges span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .gallery-item.large,
  .gallery-item.tall {
    grid-row: span 1;
  }
  .intro-strip,
  .section { padding: 72px 0; }
  .whatsapp-float {
    right: 12px;
    left: 12px;
    bottom: 12px;
    justify-content: center;
    text-align: center;
  }
}
