/* ============================================================
   Jasmine Restaurant — Dark Cinematic Turquoise Design v2.0
   Fonts: Cormorant Garamond (display) + Raleway (body)
   Palette: #0d1117 bg | #111820 card | #2dd4bf teal | #f5f0e8 cream
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Raleway', sans-serif;
  background-color: #0d1117;
  color: #c8bfb0;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #2dd4bf; text-decoration: none; transition: color 0.3s ease; }
a:hover { color: #5eead4; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: #f5f0e8;
  line-height: 1.2;
  font-weight: 600;
}
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
h4 { font-size: 1.15rem; font-family: 'Raleway', sans-serif; font-weight: 600; color: #f5f0e8; }
em { font-style: italic; color: #2dd4bf; }
p { margin-bottom: 1.2rem; color: #c8bfb0; }
p:last-child { margin-bottom: 0; }

.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #0d1117; }
::-webkit-scrollbar-thumb { background: #2dd4bf; border-radius: 2px; }

/* Buttons */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem; background: #2dd4bf; color: #0d1117;
  font-family: 'Raleway', sans-serif; font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: 2px solid #2dd4bf; cursor: pointer; transition: all 0.3s ease; text-decoration: none;
}
.btn-primary:hover { background: transparent; color: #2dd4bf; }

.btn-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem; background: transparent; color: #f5f0e8;
  font-family: 'Raleway', sans-serif; font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid rgba(245,240,232,0.4); cursor: pointer; transition: all 0.3s ease; text-decoration: none;
}
.btn-outline:hover { border-color: #2dd4bf; color: #2dd4bf; }

.btn-outline-light {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem; background: transparent; color: #f5f0e8;
  font-family: 'Raleway', sans-serif; font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid rgba(245,240,232,0.5); cursor: pointer; transition: all 0.3s ease; text-decoration: none;
}
.btn-outline-light:hover { background: rgba(255,255,255,0.1); color: #fff; }

.btn-teal-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem; background: transparent; color: #2dd4bf;
  font-family: 'Raleway', sans-serif; font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid #2dd4bf; cursor: pointer; transition: all 0.3s ease; text-decoration: none;
}
.btn-teal-outline:hover { background: #2dd4bf; color: #0d1117; }

.btn-primary-full {
  display: block; width: 100%; text-align: center;
  padding: 1rem 2rem; background: #2dd4bf; color: #0d1117;
  font-family: 'Raleway', sans-serif; font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  border: 2px solid #2dd4bf; transition: all 0.3s ease; text-decoration: none;
}
.btn-primary-full:hover { background: transparent; color: #2dd4bf; }
.btn-large { padding: 1rem 2.5rem; font-size: 0.9rem; }

/* Labels & Headers */
.section-label {
  display: inline-block; font-family: 'Raleway', sans-serif;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: #2dd4bf; margin-bottom: 0.75rem;
}
.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem); color: #f5f0e8;
  line-height: 1.15; margin-bottom: 1.5rem;
}
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header .section-title { margin-bottom: 0; }

/* Notification Bar */
.notif-bar {
  background: #2dd4bf; color: #0d1117; text-align: center;
  padding: 0.6rem 1.5rem; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.08em; display: flex; align-items: center;
  justify-content: center; gap: 1.5rem; position: relative; z-index: 1001;
}
.notif-cta {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em;
  color: #0d1117; border: 1px solid #0d1117; padding: 0.2rem 0.8rem;
  transition: all 0.2s; text-decoration: none;
}
.notif-cta:hover { background: #0d1117; color: #2dd4bf; }
.notif-close {
  position: absolute; right: 1rem; background: none; border: none;
  font-size: 1.1rem; cursor: pointer; color: #0d1117; line-height: 1; padding: 0.2rem;
}

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 1.4rem 2rem; transition: all 0.4s ease; background: transparent;
}
.site-header.notif-visible { top: 38px; }
.site-header.scrolled {
  background: rgba(13,17,23,0.97);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  padding: 0.9rem 2rem;
  border-bottom: 1px solid rgba(45,212,191,0.12);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1240px; margin: 0 auto; gap: 2rem;
}
.logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.site-logo {
  height: 60px; width: auto; object-fit: contain;
  transition: height 0.3s ease;
}
.site-header.scrolled .site-logo { height: 48px; }

.primary-nav { flex: 1; display: flex; justify-content: center; }
.nav-list { display: flex; align-items: center; gap: 0.25rem; list-style: none; margin: 0; padding: 0; }
.nav-item { position: relative; }
.nav-link {
  font-family: 'Raleway', sans-serif; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(245,240,232,0.85); padding: 0.5rem 0.9rem;
  text-decoration: none; transition: color 0.3s ease; display: block;
}
.nav-link:hover,
.nav-item.current-menu-item .nav-link,
.nav-item.current_page_item .nav-link { color: #2dd4bf; }

.header-actions { display: flex; align-items: center; gap: 1rem; }
.btn-reserve {
  font-family: 'Raleway', sans-serif; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; color: #2dd4bf;
  border: 1px solid #2dd4bf; padding: 0.55rem 1.4rem;
  text-decoration: none; transition: all 0.3s ease; white-space: nowrap;
}
.btn-reserve:hover { background: #2dd4bf; color: #0d1117; }

/* Mobile toggle */
.mobile-menu-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.mobile-menu-toggle span {
  display: block; width: 24px; height: 1.5px;
  background: #f5f0e8; transition: all 0.3s ease;
}
.mobile-menu-toggle.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile Nav */
.mobile-nav-overlay {
  position: fixed; inset: 0; background: #0d1117; z-index: 9999;
  display: flex; flex-direction: column; justify-content: center;
  align-items: center; text-align: center;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.77,0,0.175,1);
}
.mobile-nav-overlay.open { transform: translateX(0); }
.mobile-nav-close {
  position: absolute; top: 1.5rem; right: 1.5rem;
  background: none; border: none; color: #f5f0e8;
  font-size: 2rem; cursor: pointer; line-height: 1;
}
.mobile-nav-list { list-style: none; padding: 0; margin: 0 0 2rem; }
.mobile-nav-list li { margin: 0.5rem 0; }
.mobile-nav-list a {
  font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 500;
  color: #f5f0e8; text-decoration: none; letter-spacing: 0.05em; transition: color 0.3s;
}
.mobile-nav-list a:hover { color: #2dd4bf; }
.mobile-nav-footer { margin-top: 2rem; width: 100%; max-width: 320px; padding: 0 1.5rem; }
.mobile-nav-footer p { font-size: 0.8rem; color: rgba(200,191,176,0.6); margin-top: 1rem; text-align: center; }

/* Hero */
.hero-section {
  position: relative; height: 100vh; min-height: 600px;
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; background-size: cover;
  background-position: center; background-repeat: no-repeat;
  transform: scale(1.05); transition: transform 8s ease;
}
.hero-section:hover .hero-bg { transform: scale(1); }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,17,23,0.82) 0%, rgba(13,17,23,0.55) 50%, rgba(13,17,23,0.4) 100%);
}
.hero-content {
  position: relative; z-index: 2; max-width: 700px;
  padding: 0 2rem; padding-top: 6rem;
  margin-left: max(2rem, calc((100vw - 1240px) / 2 + 2rem));
}
.hero-label {
  font-family: 'Raleway', sans-serif; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase; color: #2dd4bf; margin-bottom: 1rem;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 500;
  color: #f5f0e8; line-height: 1.1; margin-bottom: 1.5rem;
}
.hero-title em { color: #2dd4bf; font-style: italic; }
.hero-subtitle {
  font-family: 'Raleway', sans-serif; font-size: 1rem;
  color: rgba(245,240,232,0.75); margin-bottom: 2.5rem;
  max-width: 480px; line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hero-scroll-hint {
  position: absolute; bottom: 2.5rem;
  left: max(2rem, calc((100vw - 1240px) / 2 + 2rem));
  display: flex; align-items: center; gap: 1rem; z-index: 2;
}
.hero-scroll-hint span {
  font-family: 'Raleway', sans-serif; font-size: 0.68rem;
  letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,240,232,0.5);
}
.scroll-line {
  width: 40px; height: 1px; background: rgba(45,212,191,0.5);
  position: relative; overflow: hidden;
}
.scroll-line::after {
  content: ''; position: absolute; left: -100%; top: 0;
  width: 100%; height: 100%; background: #2dd4bf;
  animation: scrollLine 2s ease infinite;
}
@keyframes scrollLine { 0% { left: -100%; } 100% { left: 100%; } }

/* Features Strip */
.features-strip {
  background: #111820;
  border-top: 1px solid rgba(45,212,191,0.1);
  border-bottom: 1px solid rgba(45,212,191,0.1);
  padding: 2rem;
}
.features-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 0; max-width: 1240px; margin: 0 auto;
}
.feature-item {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1.5rem 2rem;
  border-right: 1px solid rgba(45,212,191,0.1);
}
.feature-item:last-child { border-right: none; }
.feature-item svg { color: #2dd4bf; flex-shrink: 0; margin-top: 2px; }
.feature-item div { display: flex; flex-direction: column; gap: 0.2rem; }
.feature-item strong {
  font-family: 'Raleway', sans-serif; font-size: 0.82rem;
  font-weight: 700; letter-spacing: 0.05em; color: #f5f0e8;
}
.feature-item span { font-size: 0.78rem; color: rgba(200,191,176,0.7); line-height: 1.5; }

/* About Strip */
.about-strip { padding: 6rem 0; background: #0d1117; }
.about-strip-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; max-width: 1240px; margin: 0 auto; align-items: center;
}
.about-strip-image { position: relative; overflow: hidden; }
.about-strip-image img {
  width: 100%; height: 560px; object-fit: cover; display: block;
  transition: transform 0.6s ease;
}
.about-strip-image:hover img { transform: scale(1.03); }
.about-strip-content { padding: 4rem 5rem; background: #111820; }
.about-strip-content p { margin-bottom: 1.2rem; }
.about-strip-content .btn-teal-outline { margin-top: 1rem; }

/* Menu Highlights */
.menu-highlights { padding: 6rem 0; background: #0d1117; }
.menu-highlights-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.5px; margin-bottom: 3rem; background: rgba(45,212,191,0.08);
}
.menu-highlight-card { background: #111820; overflow: hidden; transition: transform 0.3s ease; }
.menu-highlight-card:hover { transform: translateY(-4px); }
.menu-highlight-img {
  height: 240px; background-size: cover; background-position: center;
  transition: transform 0.5s ease;
}
.menu-highlight-card:hover .menu-highlight-img { transform: scale(1.04); }
.menu-highlight-body { padding: 1.8rem; }
.menu-highlight-cat {
  font-family: 'Raleway', sans-serif; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: #2dd4bf; margin-bottom: 0.5rem;
}
.menu-highlight-body h3 { font-size: 1.5rem; margin-bottom: 0.75rem; color: #f5f0e8; }
.menu-highlight-body p { font-size: 0.88rem; color: rgba(200,191,176,0.8); margin-bottom: 1.2rem; }
.menu-highlight-link {
  font-family: 'Raleway', sans-serif; font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: #2dd4bf;
  text-decoration: none; transition: letter-spacing 0.3s;
}
.menu-highlight-link:hover { letter-spacing: 0.15em; color: #5eead4; }
.menu-highlights-cta { text-align: center; }

/* Testimonials */
.testimonials-section { padding: 6rem 0; background: #111820; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.testimonial-card {
  background: #0d1117; border: 1px solid rgba(45,212,191,0.1);
  padding: 2.5rem; transition: border-color 0.3s ease;
}
.testimonial-card:hover { border-color: rgba(45,212,191,0.3); }
.stars { color: #2dd4bf; font-size: 0.85rem; letter-spacing: 0.1em; margin-bottom: 1.2rem; }
.testimonial-card blockquote {
  font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic;
  color: rgba(245,240,232,0.85); line-height: 1.7; margin-bottom: 1.5rem;
}
.testimonial-card cite {
  font-family: 'Raleway', sans-serif; font-size: 0.75rem; font-style: normal;
  color: rgba(200,191,176,0.6); letter-spacing: 0.05em;
}
.testimonial-card cite strong { color: #2dd4bf; }

/* CTA Section */
.cta-section {
  position: relative; padding: 8rem 2rem;
  background-size: cover; background-position: center;
  background-attachment: fixed; text-align: center;
}
.cta-overlay { position: absolute; inset: 0; background: rgba(13,17,23,0.78); }
.cta-content { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.cta-title { font-size: clamp(2rem,4vw,3.2rem); color: #f5f0e8; margin-bottom: 1rem; }
.cta-subtitle { font-size: 1rem; color: rgba(245,240,232,0.75); margin-bottom: 2.5rem; }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }

/* Page Hero Mini */
.page-hero-mini {
  position: relative; height: 50vh; min-height: 380px;
  display: flex; align-items: flex-end;
  background-size: cover; background-position: center; padding-bottom: 4rem;
}
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(13,17,23,0.4) 0%, rgba(13,17,23,0.85) 100%);
}
.page-hero-content {
  position: relative; z-index: 2;
  padding: 0 max(2rem, calc((100vw - 1240px) / 2 + 2rem));
}
.page-hero-title { font-size: clamp(2.4rem,5vw,4rem); color: #f5f0e8; margin-bottom: 0.5rem; }
.page-hero-sub { font-size: 1rem; color: rgba(245,240,232,0.7); margin: 0; }

/* Page Content */
.page-content-wrap { padding: 5rem 0; }
.page-content { max-width: 800px; }
.page-content h2 { margin-bottom: 1rem; }
.page-content h3 { margin-bottom: 0.75rem; margin-top: 2rem; }
.page-content p { margin-bottom: 1.2rem; }

/* Menu Page */
.menu-page-section { padding: 5rem 0 6rem; }
.menu-tabs {
  display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 3rem;
  border-bottom: 1px solid rgba(45,212,191,0.15); padding-bottom: 1.5rem;
}
.menu-tab {
  font-family: 'Raleway', sans-serif; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(200,191,176,0.6); background: none;
  border: 1px solid transparent; padding: 0.55rem 1.2rem;
  cursor: pointer; transition: all 0.3s ease;
}
.menu-tab:hover { color: #2dd4bf; border-color: rgba(45,212,191,0.3); }
.menu-tab.active { color: #2dd4bf; border-color: #2dd4bf; }
.menu-panel { display: none; }
.menu-panel.active { display: block; }
.menu-note {
  font-size: 0.82rem; color: rgba(200,191,176,0.6); font-style: italic;
  margin-bottom: 2rem; padding: 0.75rem 1.2rem;
  border-left: 2px solid #2dd4bf; background: rgba(45,212,191,0.04);
}
.menu-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; }
.menu-item {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 1.5rem; padding: 1.4rem 1.6rem;
  border-bottom: 1px solid rgba(45,212,191,0.07); transition: background 0.2s ease;
}
.menu-item:nth-child(odd) { border-right: 1px solid rgba(45,212,191,0.07); }
.menu-item:hover { background: rgba(45,212,191,0.04); }
.menu-item-info h4 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.15rem;
  font-weight: 600; color: #f5f0e8; margin-bottom: 0.3rem;
}
.menu-item-info p { font-size: 0.8rem; color: rgba(200,191,176,0.6); margin: 0; line-height: 1.5; }
.menu-item-price {
  font-family: 'Cormorant Garamond', serif; font-size: 1.15rem;
  font-weight: 600; color: #2dd4bf; white-space: nowrap; flex-shrink: 0;
}
.menu-footer-note {
  margin-top: 3rem; padding: 1.5rem 2rem;
  background: rgba(45,212,191,0.05); border: 1px solid rgba(45,212,191,0.12); text-align: center;
}
.menu-footer-note p { font-size: 0.8rem; color: rgba(200,191,176,0.6); margin-bottom: 0.4rem; }
.menu-footer-note p:last-child { margin-bottom: 0; }

/* About Page */
.about-story { padding: 6rem 0; background: #0d1117; }
.about-story-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; max-width: 1240px; margin: 0 auto; align-items: center;
}
.about-story-content { padding: 4rem 5rem; }
.about-story-image img { width: 100%; height: 580px; object-fit: cover; }
.values-section { padding: 6rem 0; background: #111820; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.value-card {
  background: #0d1117; border: 1px solid rgba(45,212,191,0.1);
  padding: 2.5rem 2rem; text-align: center; transition: border-color 0.3s, transform 0.3s;
}
.value-card:hover { border-color: rgba(45,212,191,0.3); transform: translateY(-4px); }
.value-icon {
  width: 64px; height: 64px; border: 1px solid rgba(45,212,191,0.3);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem; color: #2dd4bf;
}
.value-card h3 { font-size: 1.4rem; margin-bottom: 0.75rem; }
.value-card p { font-size: 0.88rem; color: rgba(200,191,176,0.75); margin: 0; }
.about-cta-section { padding: 5rem 0; background: #0d1117; }
.about-cta-inner {
  text-align: center; max-width: 600px; margin: 0 auto;
  padding: 3.5rem; border: 1px solid rgba(45,212,191,0.15);
}
.about-cta-inner h2 { font-size: 2.2rem; margin-bottom: 1rem; }
.about-cta-inner p { margin-bottom: 2rem; }
.about-cta-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* Booking Page */
.booking-section { padding: 5rem 0 6rem; background: #0d1117; }
.booking-inner {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 4rem; max-width: 1240px; margin: 0 auto; padding: 0 2rem; align-items: start;
}
.booking-info .section-title { margin-bottom: 1.2rem; }
.booking-info > p { margin-bottom: 2rem; }
.booking-details { display: flex; flex-direction: column; gap: 1.5rem; }
.booking-detail-item { display: flex; gap: 1rem; align-items: flex-start; }
.booking-detail-item svg { color: #2dd4bf; flex-shrink: 0; margin-top: 3px; }
.booking-detail-item div { display: flex; flex-direction: column; gap: 0.2rem; }
.booking-detail-item strong {
  font-family: 'Raleway', sans-serif; font-size: 0.82rem;
  font-weight: 700; color: #f5f0e8; letter-spacing: 0.05em;
}
.booking-detail-item span { font-size: 0.82rem; color: rgba(200,191,176,0.7); }
.booking-widget-wrap {
  background: #111820; border: 1px solid rgba(45,212,191,0.12); overflow: hidden;
}
.booking-widget-header {
  padding: 1.5rem 2rem; border-bottom: 1px solid rgba(45,212,191,0.1);
  display: flex; align-items: center; justify-content: space-between;
}
.booking-widget-header h3 { font-size: 1.3rem; color: #f5f0e8; }
.booking-widget-header p { font-size: 0.75rem; color: rgba(200,191,176,0.5); margin: 0; letter-spacing: 0.08em; }
.booking-iframe-container { background: #fff; min-height: 620px; }
.booking-iframe-container iframe { display: block; min-height: 620px; }

/* Contact Page */
.contact-section { padding: 5rem 0 6rem; background: #0d1117; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: start; }
.contact-info-col .section-title { margin-bottom: 2rem; }
.contact-cards { display: flex; flex-direction: column; gap: 1.2rem; margin-bottom: 2.5rem; }
.contact-card {
  display: flex; gap: 1.2rem; align-items: flex-start;
  padding: 1.5rem; background: #111820; border: 1px solid rgba(45,212,191,0.08); transition: border-color 0.3s;
}
.contact-card:hover { border-color: rgba(45,212,191,0.25); }
.contact-card-icon {
  width: 44px; height: 44px; border: 1px solid rgba(45,212,191,0.3);
  display: flex; align-items: center; justify-content: center;
  color: #2dd4bf; flex-shrink: 0;
}
.contact-card h4 { font-size: 0.85rem; font-weight: 700; color: #f5f0e8; margin-bottom: 0.4rem; letter-spacing: 0.05em; }
.contact-card p { font-size: 0.85rem; color: rgba(200,191,176,0.75); margin: 0; line-height: 1.6; }
.contact-link {
  display: inline-block; margin-top: 0.5rem; font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: #2dd4bf; text-decoration: none;
}
.contact-link:hover { color: #5eead4; }
.hours-list { list-style: none; padding: 0; margin: 0; }
.hours-list li {
  display: flex; justify-content: space-between; font-size: 0.82rem;
  color: rgba(200,191,176,0.75); padding: 0.25rem 0;
  border-bottom: 1px solid rgba(45,212,191,0.06);
}
.hours-list li:last-child { border-bottom: none; }
.contact-social h4 { font-size: 0.85rem; font-weight: 700; color: #f5f0e8; margin-bottom: 1rem; }
.social-links { display: flex; gap: 1rem; }
.social-link {
  display: flex; align-items: center; gap: 0.5rem;
  font-family: 'Raleway', sans-serif; font-size: 0.78rem; font-weight: 600;
  color: rgba(200,191,176,0.7); text-decoration: none;
  padding: 0.5rem 1rem; border: 1px solid rgba(45,212,191,0.15); transition: all 0.3s;
}
.social-link:hover { color: #2dd4bf; border-color: #2dd4bf; }
.contact-map-col { position: sticky; top: 120px; }
.map-container { height: 520px; border: 1px solid rgba(45,212,191,0.12); overflow: hidden; }
.map-container iframe { width: 100%; height: 100%; display: block; }

/* Order Page */
.order-section { padding: 5rem 0 6rem; background: #0d1117; }
.order-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.order-info .section-title { margin-bottom: 1.2rem; }
.order-info > p { margin-bottom: 2rem; }
.order-benefits { list-style: none; padding: 0; margin: 0 0 2.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.order-benefits li { display: flex; align-items: center; gap: 0.75rem; font-size: 0.88rem; color: rgba(200,191,176,0.8); }
.order-benefits li svg { color: #2dd4bf; flex-shrink: 0; }
.order-note { font-size: 0.75rem; color: rgba(200,191,176,0.4); margin-top: 1rem; font-style: italic; }
.order-image img { width: 100%; height: 500px; object-fit: cover; border: 1px solid rgba(45,212,191,0.1); }

/* 404 Page */
.not-found-page { min-height: 70vh; display: flex; align-items: center; padding: 8rem 0; }
.not-found-inner { text-align: center; max-width: 500px; margin: 0 auto; }
.not-found-code {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 8rem; font-weight: 700; color: rgba(45,212,191,0.15); line-height: 1; margin-bottom: 1rem;
}
.not-found-title { font-size: 2.5rem; margin-bottom: 1rem; }
.not-found-text { color: rgba(200,191,176,0.7); margin-bottom: 2.5rem; }

/* Footer */
.site-footer { background: #080c10; border-top: 1px solid rgba(45,212,191,0.1); }
.footer-top { padding: 5rem 2rem 4rem; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 3rem; max-width: 1240px; margin: 0 auto;
}
.footer-brand .logo-link { display: inline-block; margin-bottom: 1.2rem; }
.footer-brand .site-logo { height: 50px; }
.footer-tagline { font-size: 0.85rem; color: rgba(200,191,176,0.55); line-height: 1.7; margin-bottom: 1.5rem; }
.footer-social { display: flex; gap: 0.75rem; }
.footer-social a {
  width: 38px; height: 38px; border: 1px solid rgba(45,212,191,0.2);
  display: flex; align-items: center; justify-content: center;
  color: rgba(200,191,176,0.6); transition: all 0.3s; text-decoration: none;
}
.footer-social a:hover { border-color: #2dd4bf; color: #2dd4bf; }
.footer-heading {
  font-family: 'Raleway', sans-serif; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: #2dd4bf; margin-bottom: 1.5rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a { font-size: 0.85rem; color: rgba(200,191,176,0.6); text-decoration: none; transition: color 0.3s; }
.footer-links a:hover { color: #2dd4bf; }
.footer-hours { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-hours li { display: flex; justify-content: space-between; font-size: 0.82rem; color: rgba(200,191,176,0.6); gap: 1rem; }
.footer-address { font-style: normal; font-size: 0.85rem; color: rgba(200,191,176,0.6); line-height: 1.8; margin-bottom: 1rem; }
.footer-contact-links a { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #2dd4bf; text-decoration: none; }
.footer-bottom {
  border-top: 1px solid rgba(45,212,191,0.07); padding: 1.5rem 2rem;
  display: flex; justify-content: space-between; align-items: center;
  max-width: 1240px; margin: 0 auto;
}
.footer-bottom p { font-size: 0.78rem; color: rgba(200,191,176,0.4); margin: 0; }
.footer-byob { color: rgba(45,212,191,0.5) !important; }

/* Animations */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .feature-item:nth-child(2) { border-right: none; }
  .about-strip-inner, .about-story-inner { grid-template-columns: 1fr; }
  .about-strip-content { padding: 3rem 2.5rem; }
  .about-story-content { padding: 3rem 2.5rem; }
  .about-story-image img { height: 380px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .booking-inner { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-map-col { position: static; }
  .map-container { height: 380px; }
  .order-inner { grid-template-columns: 1fr; gap: 3rem; }
  .order-image img { height: 360px; }
}
@media (max-width: 768px) {
  .primary-nav { display: none; }
  .mobile-menu-toggle { display: flex; }
  .btn-reserve { display: none; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-item { border-right: none; border-bottom: 1px solid rgba(45,212,191,0.1); }
  .feature-item:last-child { border-bottom: none; }
  .menu-highlights-grid, .testimonials-grid, .values-grid { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-item:nth-child(odd) { border-right: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
  .hero-content { padding: 0 1.5rem; margin-left: 0; }
  .hero-scroll-hint { left: 1.5rem; }
  .page-hero-content { padding: 0 1.5rem; }
  .notif-bar { font-size: 0.7rem; gap: 0.75rem; }
  .about-strip-image img { height: 300px; }
  .cta-section { background-attachment: scroll; }
  .menu-tabs { gap: 0.35rem; }
  .menu-tab { font-size: 0.65rem; padding: 0.45rem 0.9rem; }
}
@media (max-width: 480px) {
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-actions .btn-primary, .hero-actions .btn-outline { width: 100%; justify-content: center; }
  .cta-actions, .about-cta-actions { flex-direction: column; align-items: center; }
}
