/* =========================================
   Variables & Reset
   ========================================= */
:root {
  --gold: #C8973F;
  --gold-light: #E8B96A;
  --gold-dark: #9A6E2A;
  --dark: #0E0C0A;
  --dark-2: #1A1612;
  --dark-3: #252118;
  --cream: #FAF6F0;
  --cream-2: #F0E8DC;
  --text: #2C2419;
  --text-light: #6B5B4E;
  --text-lighter: #9C8878;
  --white: #FFFFFF;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', system-ui, sans-serif;
  --radius: 4px;
  --radius-lg: 12px;
  --shadow: 0 4px 24px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.15);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

/* =========================================
   Utility
   ========================================= */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-label {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  display: block;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--dark);
  margin-bottom: 1.25rem;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-light);
  max-width: 560px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: var(--gold);
  color: var(--white);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(200,151,63,0.35);
}

.btn-outline {
  background: transparent;
  color: var(--cream);
  border-color: rgba(255,255,255,0.5);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--cream);
}

.btn-full { width: 100%; justify-content: center; }
.btn-sm { padding: 0.6rem 1.25rem; font-size: 0.82rem; }

/* Image placeholders */
.img-placeholder {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

/* Photo backgrounds via gradient */
.img-restaurant { background: linear-gradient(135deg, #3d2b1f 0%, #6b4226 40%, #8b6347 70%, #4a3020 100%); }
.img-chef { background: linear-gradient(135deg, #1a1208 0%, #2d1e0e 50%, #4a3520 100%); }
.img-foie-gras { background: linear-gradient(135deg, #c49a6c 0%, #8b5e3c 50%, #6b3d1f 100%); }
.img-saint-jacques { background: linear-gradient(135deg, #e8d5b0 0%, #c4a882 40%, #7a5c3a 100%); }
.img-soupe { background: linear-gradient(135deg, #d4630a 0%, #e8961e 50%, #c05a0a 100%); }
.img-tartare { background: linear-gradient(135deg, #8b1a1a 0%, #c43030 40%, #8b2020 100%); }
.img-sole { background: linear-gradient(135deg, #b8d4e8 0%, #7aa8c8 50%, #3a7090 100%); }
.img-canard { background: linear-gradient(135deg, #8b2020 0%, #6b4020 50%, #4a2810 100%); }
.img-boeuf { background: linear-gradient(135deg, #6b1010 0%, #8b3a20 40%, #4a2010 100%); }
.img-risotto { background: linear-gradient(135deg, #e8d080 0%, #c4a828 50%, #6b5810 100%); }
.img-soufle { background: linear-gradient(135deg, #2a1a0a 0%, #4a2a0a 50%, #3a1808 100%); }
.img-mille { background: linear-gradient(135deg, #f5d090 0%, #e8b850 50%, #c89030 100%); }
.img-tarte { background: linear-gradient(135deg, #c88030 0%, #e8a840 50%, #8b5820 100%); }
.img-fromage { background: linear-gradient(135deg, #e8d8a0 0%, #c8a860 50%, #8b6830 100%); }
.img-vin-rouge { background: linear-gradient(135deg, #4a0a10 0%, #6b1018 40%, #3a0808 100%); }
.img-champagne { background: linear-gradient(135deg, #e0d080 0%, #c8b840 50%, #a89020 100%); }
.img-cocktail { background: linear-gradient(135deg, #1a4a20 0%, #2a6830 50%, #0a3010 100%); }
.img-mocktail { background: linear-gradient(135deg, #a8d8b0 0%, #70b880 50%, #3a8848 100%); }

.exp-img-1 { background: linear-gradient(135deg, #2a1e14 0%, #4a3020 50%, #3a2416 100%); }
.exp-img-2 { background: linear-gradient(135deg, #1a1208 0%, #3a2010 50%, #4a2c18 100%); }
.exp-img-3 { background: linear-gradient(135deg, #1a3020 0%, #2a5030 50%, #1a4028 100%); }
.exp-img-4 { background: linear-gradient(135deg, #3a1a08 0%, #5a2a10 50%, #4a2008 100%); }
.exp-img-5 { background: linear-gradient(135deg, #201810 0%, #3a2818 50%, #2a1e12 100%); }

/* Fake image content overlay */
.img-placeholder::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 30% 30%, rgba(255,255,255,0.08) 0%, transparent 60%);
  border-radius: inherit;
}

/* =========================================
   Animations
   ========================================= */
.reveal-up, .reveal-left {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-left {
  transform: translateX(-30px);
}
.reveal-up.visible, .reveal-left.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.delay-1 { transition-delay: 0.1s !important; }
.delay-2 { transition-delay: 0.2s !important; }
.delay-3 { transition-delay: 0.3s !important; }

/* =========================================
   Navbar
   ========================================= */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.25rem 3rem;
  transition: background var(--transition), box-shadow var(--transition), padding var(--transition);
}

.navbar.scrolled {
  background: rgba(14, 12, 10, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  padding: 0.85rem 3rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--cream);
  margin-right: auto;
}

.logo-icon {
  color: var(--gold);
  font-size: 1rem;
}

.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-link {
  color: rgba(250,246,240,0.75);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: color var(--transition);
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform var(--transition);
}
.nav-link:hover, .nav-link.active {
  color: var(--cream);
}
.nav-link:hover::after, .nav-link.active::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  padding: 0.6rem 1.4rem;
  background: var(--gold);
  color: var(--white);
  border-radius: var(--radius);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: var(--transition);
}
.nav-cta:hover {
  background: var(--gold-dark);
  transform: translateY(-1px);
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cream);
  transition: var(--transition);
}
.burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* =========================================
   Hero
   ========================================= */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--cream);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(120, 70, 30, 0.4) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(60, 30, 10, 0.5) 0%, transparent 50%),
    linear-gradient(135deg, #1a0f06 0%, #2d1a0a 30%, #1a0f08 60%, #0e0c0a 100%);
  animation: heroShimmer 8s ease-in-out infinite alternate;
}

@keyframes heroShimmer {
  from { filter: brightness(1); }
  to { filter: brightness(1.08); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 7, 4, 0.35);
}

/* Animated particles/bokeh effect */
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(200,151,63,0.15) 2px, transparent 2px),
    radial-gradient(circle at 60% 10%, rgba(200,151,63,0.1) 1px, transparent 1px),
    radial-gradient(circle at 80% 60%, rgba(200,151,63,0.12) 3px, transparent 3px),
    radial-gradient(circle at 35% 75%, rgba(200,151,63,0.08) 2px, transparent 2px),
    radial-gradient(circle at 90% 40%, rgba(200,151,63,0.1) 1px, transparent 1px);
  background-size: 300px 300px, 200px 200px, 400px 400px, 250px 250px, 350px 350px;
  animation: particleFloat 12s ease-in-out infinite alternate;
}

@keyframes particleFloat {
  from { transform: translateY(0); opacity: 0.6; }
  to { transform: translateY(-15px); opacity: 1; }
}

.hero-content {
  position: relative;
  text-align: center;
  max-width: 780px;
  padding: 0 2rem;
  z-index: 2;
}

.hero-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.5rem;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--cream);
}
.hero-title em {
  font-style: italic;
  color: var(--gold-light);
}

.hero-desc {
  font-size: 1.1rem;
  color: rgba(250,246,240,0.75);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  color: rgba(250,246,240,0.5);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  z-index: 2;
}
.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(200,151,63,0.8), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.5; transform: scaleY(0.8); }
  50% { opacity: 1; transform: scaleY(1); }
}

.hero-badges {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: rgba(14,12,10,0.6);
  border: 1px solid rgba(200,151,63,0.2);
  backdrop-filter: blur(8px);
  padding: 1rem 1.5rem;
  border-radius: var(--radius-lg);
  z-index: 2;
}
.badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.badge-num {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold-light);
}
.badge-label {
  font-size: 0.7rem;
  color: rgba(250,246,240,0.6);
  letter-spacing: 0.05em;
  text-align: center;
}
.badge-sep {
  width: 1px;
  height: 40px;
  background: rgba(200,151,63,0.2);
}

/* =========================================
   About
   ========================================= */
.about {
  padding: 7rem 0;
  background: var(--cream);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-images {
  position: relative;
}

.about-img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 520px;
  box-shadow: var(--shadow-lg);
}

.about-img-accent {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 55%;
  height: 220px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 4px solid var(--cream);
  box-shadow: var(--shadow-lg);
}

.about-img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(10,7,4,0.9), transparent);
  color: var(--cream);
}
.about-img-label span {
  display: block;
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 600;
}
.about-img-label small {
  font-size: 0.72rem;
  color: var(--gold-light);
}

.about-desc {
  color: var(--text-light);
  margin-bottom: 1rem;
  line-height: 1.75;
}

.about-features {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.feature {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.feature-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.feature strong {
  display: block;
  color: var(--dark);
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.feature p {
  font-size: 0.88rem;
  color: var(--text-light);
}

/* =========================================
   Menu
   ========================================= */
.menu {
  padding: 7rem 0;
  background: var(--dark-2);
  color: var(--cream);
}

.menu .section-label { color: var(--gold); }
.menu .section-title { color: var(--cream); }
.menu .section-subtitle { color: rgba(250,246,240,0.6); }

.menu-tabs {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 0.65rem 1.75rem;
  border: 1px solid rgba(200,151,63,0.3);
  background: transparent;
  color: rgba(250,246,240,0.6);
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: var(--transition);
  font-family: var(--font-sans);
}
.tab-btn:hover, .tab-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
  animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.menu-card {
  background: var(--dark-3);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(200,151,63,0.1);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.menu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
  border-color: rgba(200,151,63,0.3);
}

.menu-card-img {
  height: 180px;
  overflow: hidden;
}

.menu-card-body {
  padding: 1.25rem;
}

.menu-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.menu-card-header h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--cream);
  line-height: 1.3;
}

.price {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold);
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-card-body p {
  font-size: 0.83rem;
  color: rgba(250,246,240,0.55);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.badge-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(200,151,63,0.1);
  border: 1px solid rgba(200,151,63,0.3);
  border-radius: 50px;
  padding: 0.2rem 0.65rem;
}

.menu-footer {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(200,151,63,0.15);
}
.menu-footer p {
  font-size: 0.82rem;
  color: rgba(250,246,240,0.4);
  margin-bottom: 1rem;
}
.menu .btn-outline {
  color: rgba(250,246,240,0.7);
  border-color: rgba(250,246,240,0.25);
}
.menu .btn-outline:hover {
  color: var(--cream);
  border-color: var(--cream);
}

/* =========================================
   Experience / Gallery
   ========================================= */
.experience {
  background: var(--dark);
  padding: 6rem 0;
  overflow: hidden;
}

.exp-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0 2rem 2rem;
  margin-bottom: 3rem;
  -webkit-overflow-scrolling: touch;
  animation: slideTrack 30s linear infinite;
}
.exp-track::-webkit-scrollbar { display: none; }

@keyframes slideTrack {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.exp-track:hover { animation-play-state: paused; }

.exp-item {
  flex-shrink: 0;
  width: 340px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.exp-item:hover .exp-img { transform: scale(1.04); }

.exp-img {
  height: 220px;
  transition: transform 0.5s ease;
}

.exp-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1rem 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: var(--cream);
  font-size: 0.85rem;
  font-weight: 500;
}

.experience .container {
  color: var(--cream);
}

.exp-text .section-title { color: var(--cream); }
.exp-text p { color: rgba(250,246,240,0.65); max-width: 500px; margin-bottom: 2rem; }

.exp-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.exp-feat {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: rgba(250,246,240,0.75);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,151,63,0.15);
  border-radius: var(--radius);
  padding: 0.65rem 1rem;
}

/* =========================================
   Testimonials
   ========================================= */
.testimonials {
  padding: 7rem 0;
  background: var(--cream-2);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

.testi-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(200,151,63,0.1);
  transition: transform var(--transition), box-shadow var(--transition);
}
.testi-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.testi-stars {
  color: var(--gold);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}

.testi-card p {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.testi-author strong {
  display: block;
  font-size: 0.9rem;
  color: var(--dark);
}
.testi-author small {
  font-size: 0.75rem;
  color: var(--text-lighter);
}

/* =========================================
   Reservation
   ========================================= */
.reservation {
  position: relative;
  padding: 7rem 0;
  background: var(--dark-2);
  color: var(--cream);
  overflow: hidden;
}
.reservation-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(200,151,63,0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(200,151,63,0.06) 0%, transparent 50%);
}

.reservation-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  z-index: 1;
}

.reservation-info .section-title { color: var(--cream); }
.reservation-info > p { color: rgba(250,246,240,0.65); margin-bottom: 2.5rem; line-height: 1.75; }

.resa-contact {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.resa-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,151,63,0.15);
  border-radius: var(--radius-lg);
  transition: border-color var(--transition), background var(--transition);
  color: var(--cream);
}
.resa-item:hover {
  border-color: rgba(200,151,63,0.4);
  background: rgba(200,151,63,0.07);
}
.resa-icon { font-size: 1.25rem; flex-shrink: 0; }
.resa-item strong { display: block; font-size: 0.82rem; color: var(--gold); letter-spacing: 0.05em; margin-bottom: 0.2rem; }
.resa-item span { font-size: 0.92rem; color: rgba(250,246,240,0.8); }

/* Form */
.reservation-form {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,151,63,0.15);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0;
}

.form-group label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(250,246,240,0.5);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(200,151,63,0.2);
  border-radius: var(--radius);
  color: var(--cream);
  font-size: 0.9rem;
  font-family: var(--font-sans);
  transition: border-color var(--transition), background var(--transition);
  outline: none;
  margin-bottom: 1rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  background: rgba(200,151,63,0.06);
}

.form-group select option { background: var(--dark-2); color: var(--cream); }
.form-group textarea { resize: vertical; min-height: 80px; }
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(250,246,240,0.3); }

.form-group input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(0.7); cursor: pointer; }

.form-note {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: rgba(250,246,240,0.35);
  text-align: center;
}

.form-success {
  text-align: center;
  padding: 3rem 2rem;
}
.success-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.form-success h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--cream);
  margin-bottom: 0.75rem;
}
.form-success p {
  color: rgba(250,246,240,0.65);
  line-height: 1.7;
}

/* =========================================
   Contact
   ========================================= */
.contact {
  padding: 7rem 0;
  background: var(--cream);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-card {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(200,151,63,0.1);
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.contact-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

.contact-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 0.1rem; }
.contact-card strong { display: block; font-weight: 600; color: var(--dark); margin-bottom: 0.4rem; }
.contact-card p { font-size: 0.88rem; color: var(--text-light); line-height: 1.6; }
.contact-card a { color: var(--gold); transition: color var(--transition); }
.contact-card a:hover { color: var(--gold-dark); }
.contact-card small { font-size: 0.78rem; color: var(--text-lighter); margin-top: 0.4rem; display: block; }

.contact-social {
  padding: 1.5rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(200,151,63,0.1);
  box-shadow: var(--shadow);
}
.contact-social strong { display: block; font-weight: 600; color: var(--dark); margin-bottom: 1rem; }

.social-links {
  display: flex;
  gap: 0.75rem;
}
.social-link {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(200,151,63,0.25);
  color: var(--gold);
  transition: var(--transition);
}
.social-link svg { width: 18px; height: 18px; }
.social-link:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
  transform: translateY(-2px);
}

.contact-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.map-placeholder {
  background: linear-gradient(135deg, #d4c9b8 0%, #c4b5a0 30%, #b8a88e 60%, #cdbea8 100%);
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--dark);
}
.map-pin {
  width: 48px;
  height: 48px;
  background: var(--gold);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.map-pin svg {
  width: 24px;
  height: 24px;
  fill: white;
  transform: rotate(45deg);
}
.map-placeholder p {
  text-align: center;
  font-weight: 500;
  color: var(--dark);
  font-size: 0.92rem;
  line-height: 1.5;
}
.map-placeholder .btn-outline {
  color: var(--dark);
  border-color: rgba(0,0,0,0.25);
}
.map-placeholder .btn-outline:hover {
  background: rgba(0,0,0,0.05);
  border-color: rgba(0,0,0,0.5);
  color: var(--dark);
}

/* =========================================
   Footer
   ========================================= */
.footer {
  background: var(--dark);
  color: var(--cream);
  padding: 4rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(200,151,63,0.1);
}

.footer-brand .logo-icon { color: var(--gold); }
.footer-brand .logo-text {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--cream);
  display: inline;
  margin-left: 0.4rem;
}
.footer-brand p {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: rgba(250,246,240,0.5);
  line-height: 1.7;
}

.footer-links strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.footer-links ul { display: flex; flex-direction: column; gap: 0.65rem; }
.footer-links a {
  font-size: 0.88rem;
  color: rgba(250,246,240,0.55);
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--cream); }

.footer-newsletter strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.footer-newsletter p {
  font-size: 0.85rem;
  color: rgba(250,246,240,0.5);
  margin-bottom: 1.25rem;
  line-height: 1.6;
}
.newsletter-form {
  display: flex;
  border: 1px solid rgba(200,151,63,0.25);
  border-radius: var(--radius);
  overflow: hidden;
}
.newsletter-form input {
  flex: 1;
  padding: 0.75rem 1rem;
  background: rgba(255,255,255,0.05);
  border: none;
  color: var(--cream);
  font-size: 0.88rem;
  outline: none;
  font-family: var(--font-sans);
}
.newsletter-form input::placeholder { color: rgba(250,246,240,0.3); }
.newsletter-form button {
  padding: 0.75rem 1.25rem;
  background: var(--gold);
  border: none;
  color: var(--white);
  font-size: 1rem;
  cursor: pointer;
  transition: background var(--transition);
}
.newsletter-form button:hover { background: var(--gold-dark); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  font-size: 0.78rem;
  color: rgba(250,246,240,0.3);
}

/* =========================================
   Back to Top
   ========================================= */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  background: var(--gold);
  color: var(--white);
  border: none;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 900;
  box-shadow: 0 4px 16px rgba(200,151,63,0.4);
}
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
}
.back-to-top:hover { background: var(--gold-dark); transform: translateY(-2px); }

/* =========================================
   Responsive
   ========================================= */
@media (max-width: 1024px) {
  .about-grid { gap: 3rem; }
  .reservation-grid { gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-badges { display: none; }
}

@media (max-width: 900px) {
  .about-grid,
  .reservation-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .about-img-accent { right: 0; width: 50%; }
  .about-images { height: 420px; margin-bottom: 2rem; }
  .contact-map { height: 300px; }
  .contact-map .map-placeholder { height: 300px; }
}

@media (max-width: 768px) {
  .navbar {
    padding: 1rem 1.5rem;
  }
  .navbar.scrolled { padding: 0.75rem 1.5rem; }
  .nav-links, .nav-cta { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14,12,10,0.98);
    align-items: center;
    justify-content: center;
    gap: 2rem;
    z-index: 999;
  }
  .nav-links.open .nav-link {
    font-size: 1.5rem;
    color: var(--cream);
  }
  .burger { display: flex; z-index: 1000; }

  .hero-title { font-size: 2.2rem; }
  .hero-desc { font-size: 0.95rem; }
  .hero-actions { flex-direction: column; align-items: center; }

  .form-row { grid-template-columns: 1fr; }
  .reservation-form { padding: 1.5rem; }

  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }

  .exp-features { grid-template-columns: 1fr; }

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

@media (max-width: 480px) {
  .container { padding: 0 1.25rem; }
  .section-title { font-size: 1.8rem; }
  .about { padding: 4rem 0; }
  .menu { padding: 4rem 0; }
  .reservation { padding: 4rem 0; }
  .contact { padding: 4rem 0; }
  .testimonials { padding: 4rem 0; }
}
