/* ============================================
   Azure The Greek Mediterranean
   Design System: "Aegean Whitewash"
   ============================================ */

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text-primary);
  background: var(--bg-primary);
  line-height: var(--line-height-body);
  font-size: var(--text-body);
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-base);
}

ul, ol { list-style: none; }

button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

/* ---------- Design Tokens ---------- */
:root {
  /* Core palette */
  --color-white: #F8F5F0;
  --color-aegean: #1B4B8A;
  --color-aegean-light: #2E6DB4;
  --color-terracotta: #C0623A;
  --color-gold: #C9922A;
  --color-gold-light: #E8BA5A;
  --color-olive: #6B7C45;
  --color-stone: #E8E0D5;
  --color-ink: #1A1208;
  --color-ink-light: #5C4A32;

  /* Semantic tokens */
  --bg-primary: var(--color-white);
  --bg-section-alt: var(--color-stone);
  --bg-dark: #0E1E35;
  --accent-primary: var(--color-aegean);
  --accent-secondary: var(--color-terracotta);
  --accent-gold: var(--color-gold);
  --text-primary: var(--color-ink);
  --text-secondary: var(--color-ink-light);
  --text-on-dark: #F0EAE0;

  /* Spacing scale */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 8rem;

  /* Border radius */
  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-pill: 100px;

  /* Transitions */
  --transition-base: 300ms cubic-bezier(0.4, 0, 0.2, 1);

  /* Typography */
  --font-display: 'Cinzel', serif;
  --font-editorial: 'Cormorant Garamond', serif;
  --font-body: 'Jost', sans-serif;

  --text-hero: clamp(3rem, 8vw, 6.5rem);
  --text-section: clamp(2rem, 4vw, 3.2rem);
  --text-card-title: clamp(1.25rem, 2vw, 1.6rem);
  --text-body: 1.05rem;
  --text-sm: 0.875rem;
  --line-height-heading: 1.1;
  --line-height-body: 1.75;
  --letter-spacing-display: 0.08em;
  --letter-spacing-label: 0.2em;

  /* Elevation system */
  --shadow-level-1: 0 2px 8px rgba(26,18,8,0.06), 0 1px 3px rgba(26,18,8,0.04);
  --shadow-level-2: 0 8px 24px rgba(26,18,8,0.1), 0 2px 8px rgba(26,18,8,0.06);
  --shadow-level-3: 0 20px 48px rgba(26,18,8,0.15), 0 8px 16px rgba(26,18,8,0.08);
}

/* ---------- Layout ---------- */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-padding {
  padding: var(--space-xl) 0;
}

/* ---------- Typography ---------- */
.section-label {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-label);
  margin-bottom: var(--space-sm);
}

.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--text-section);
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-display);
  margin-bottom: var(--space-sm);
}

.section-subtitle {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 300;
  font-size: 1.25rem;
  color: var(--text-secondary);
  margin-bottom: var(--space-md);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.2rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.82rem;
  border: 2px solid transparent;
  transition: var(--transition-base);
  cursor: pointer;
  text-align: center;
}

.btn-primary {
  background: var(--accent-primary);
  color: white;
  border-color: var(--accent-primary);
}
.btn-primary:hover {
  background: var(--color-aegean-light);
  border-color: var(--color-aegean-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(27, 75, 138, 0.3);
}

.btn-outline-gold {
  background: transparent;
  color: var(--color-gold);
  border-color: var(--color-gold);
}
.btn-outline-gold:hover {
  background: var(--color-gold);
  color: var(--color-ink);
  transform: translateY(-2px);
}

.btn-outline-white {
  background: transparent;
  color: white;
  border-color: white;
}
.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.btn-white {
  background: white;
  color: var(--accent-primary);
  border-color: white;
}
.btn-white:hover {
  background: var(--color-stone);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn-group {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

/* ---------- Greek Meander Border ---------- */
.meander-border {
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='24' viewBox='0 0 40 24'%3E%3Cpath d='M0 8 L8 8 L8 0 L32 0 L32 8 L24 8 L24 16 L32 16 L32 8 L40 8' fill='none' stroke='%23C9922A' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  opacity: 0.6;
}

.meander-border-faint {
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='24' viewBox='0 0 40 24'%3E%3Cpath d='M0 8 L8 8 L8 0 L32 0 L32 8 L24 8 L24 16 L32 16 L32 8 L40 8' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  opacity: 0.08;
}

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem 0;
  transition: var(--transition-base);
}

.nav.scrolled {
  background: var(--bg-dark);
  box-shadow: var(--shadow-level-3);
  padding: 0.6rem 0;
}

/* For pages with dark hero backgrounds - nav is transparent initially */
.nav.nav-transparent {
  background: transparent;
}

/* For pages without full-screen hero - nav has solid background */
.nav.nav-solid {
  background: var(--bg-dark);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.nav-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo img {
  height: 50px;
  width: auto;
  transition: var(--transition-base);
}

.nav.scrolled .nav-logo img {
  height: 40px;
}

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

.nav-links a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-on-dark);
  position: relative;
  white-space: nowrap;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-gold);
  transition: var(--transition-base);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-links .btn-nav-reserve {
  background: var(--accent-primary);
  color: white;
  padding: 0.5rem 1.4rem;
  border-radius: var(--radius-pill);
  letter-spacing: 0.12em;
}

.nav-links .btn-nav-reserve::after {
  display: none;
}

.nav-links .btn-nav-reserve:hover {
  background: var(--color-aegean-light);
  transform: translateY(-1px);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  padding: 4px 0;
  z-index: 1001;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text-on-dark);
  transition: var(--transition-base);
  transform-origin: center;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile drawer */
.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  opacity: 0;
  transition: opacity 300ms ease;
}

.mobile-overlay.active {
  opacity: 1;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 80vw;
  height: 100vh;
  height: 100dvh;
  background: var(--bg-dark);
  z-index: 999;
  transform: translateX(100%);
  transition: transform 300ms ease;
  padding: 5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mobile-drawer.active {
  transform: translateX(0);
}

.mobile-drawer a {
  display: block;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-on-dark);
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: var(--transition-base);
}

.mobile-drawer a:hover {
  color: var(--color-gold);
  padding-left: 0.5rem;
}

.mobile-drawer .btn-nav-reserve {
  display: inline-block;
  background: var(--accent-primary);
  color: white;
  padding: 0.7rem 1.8rem;
  border-radius: var(--radius-pill);
  text-align: center;
  margin-top: var(--space-sm);
  border-bottom: none;
}

/* ---------- Hero Section ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(14, 30, 53, 0.1) 0%,
    rgba(14, 30, 53, 0.35) 50%,
    rgba(14, 30, 53, 0.65) 100%
  );
  z-index: 1;
}

/* Grain overlay */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 0 1.5rem;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--text-sm);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-gold-light);
  margin-bottom: var(--space-md);
  animation: fadeInUp 800ms cubic-bezier(0.4, 0, 0.2, 1) both;
  animation-delay: 0ms;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(4rem, 12vw, 9rem);
  color: var(--text-on-dark);
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-display);
  margin-bottom: var(--space-sm);
  animation: fadeInUp 800ms cubic-bezier(0.4, 0, 0.2, 1) both;
  animation-delay: 200ms;
}

.hero-subtitle {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--text-on-dark);
  opacity: 0.8;
  margin-bottom: var(--space-md);
  animation: fadeInUp 800ms cubic-bezier(0.4, 0, 0.2, 1) both;
  animation-delay: 400ms;
}

.hero .btn-group {
  justify-content: center;
  animation: fadeInUp 800ms cubic-bezier(0.4, 0, 0.2, 1) both;
  animation-delay: 600ms;
}

/* Page hero (for inner pages) */
.page-hero {
  background: var(--bg-dark);
  padding: 8rem 0 4rem;
  text-align: center;
}

.page-hero .section-title {
  color: var(--text-on-dark);
  margin-bottom: 0;
}

/* Menu Cinematic Hero */
.menu-hero {
  position: relative;
  padding: 10rem 0 5rem;
  overflow: hidden;
  text-align: center;
}

.menu-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.35) saturate(1.1);
  z-index: 0;
}

.menu-hero .container {
  position: relative;
  z-index: 1;
}

.menu-hero .section-title {
  color: var(--text-on-dark);
  margin-bottom: 0.5rem;
}

.menu-hero .hero-eyebrow {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--text-sm);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-gold-light);
  margin-bottom: var(--space-sm);
}

.menu-hero-tagline {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--color-gold-light);
  margin-top: var(--space-sm);
  opacity: 0.85;
}

/* ---------- Featured Dishes ---------- */
.featured-dishes {
  background: var(--bg-dark);
  padding: var(--space-lg) 0;
}

.featured-dishes .section-label {
  color: var(--color-gold);
  text-align: center;
  margin-bottom: var(--space-md);
}

.dishes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
}

.dish-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  cursor: pointer;
  aspect-ratio: 1;
  border: 2px solid transparent;
  transition: border-color 350ms ease, transform 300ms ease, box-shadow 300ms ease;
}

.dish-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease, filter 350ms ease;
  filter: saturate(1.05) brightness(1.02) sepia(0.03);
}

.dish-card:hover {
  border-color: var(--color-gold);
}

.dish-card::before {
  content: '';
  position: absolute;
  bottom: 30%;
  left: 20%;
  width: 60%;
  height: 40%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.15) 0%, transparent 70%);
  filter: blur(20px);
  opacity: 0;
  transform: translateY(0);
  transition: opacity 500ms ease, transform 800ms ease;
  z-index: 1;
  pointer-events: none;
}

.dish-card:hover::before {
  opacity: 1;
  transform: translateY(-20px);
}

.dish-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.1) brightness(1.05) sepia(0.02);
}

.dish-card-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: 1;
}

.dish-card-name span {
  font-family: var(--font-editorial);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--text-on-dark);
  display: block;
  transform: translateY(8px);
  transition: transform 350ms ease;
}

.dish-card:hover .dish-card-name span {
  transform: translateY(0);
}

/* ---------- About Section ---------- */
.about-section {
  padding: var(--space-xl) 0;
  background: #FAF6F0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
  align-items: center;
}

.about-text .section-label {
  color: var(--accent-secondary);
}

.about-text p {
  margin-bottom: var(--space-sm);
  color: var(--text-secondary);
}

.about-text p strong {
  color: var(--text-primary);
  font-weight: 500;
}

.stat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  margin-top: var(--space-md);
}

.stat-pill {
  background: var(--color-stone);
  color: var(--accent-primary);
  border: 1px solid var(--accent-primary);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--text-sm);
  letter-spacing: 0.03em;
}

/* Image collage */
.about-images {
  position: relative;
  height: 500px;
}

.about-images .img-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 65%;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.about-images .img-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
  height: 55%;
  object-fit: cover;
  border-radius: var(--radius-md);
  transform: rotate(-3deg);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.about-images::before {
  content: '';
  position: absolute;
  bottom: 3%;
  left: 3%;
  width: 65%;
  height: 55%;
  border: 3px solid var(--color-gold);
  border-radius: var(--radius-md);
  transform: rotate(-3deg) translate(-8px, 8px);
  z-index: 0;
  opacity: 0.5;
}

.about-images::after {
  content: '';
  position: absolute;
  top: -10%;
  right: -10%;
  width: 60%;
  height: 60%;
  background: radial-gradient(ellipse at top right, rgba(232,186,90,0.08) 0%, transparent 70%);
  z-index: 3;
  pointer-events: none;
}

/* ---------- Menu Preview ---------- */
.menu-preview {
  background: var(--bg-section-alt);
  padding: var(--space-xl) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.menu-preview-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://azurethegreek.com/wp-content/uploads/2024/02/grilled-jumbo-shrimp-2-jpg.webp');
  background-size: cover;
  background-position: center;
  filter: blur(30px) saturate(0.5);
  opacity: 0.06;
  z-index: 0;
}

.menu-preview .section-label {
  color: var(--accent-primary);
}

.menu-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
  margin-bottom: var(--space-md);
  text-align: left;
}

.menu-card {
  background: rgba(248, 245, 240, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-md);
  padding: 2rem;
  border-top: 4px solid var(--accent-primary);
  box-shadow: var(--shadow-level-1);
  transition: var(--transition-base);
}

.menu-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-level-2);
  background: rgba(248, 245, 240, 0.95);
}

.menu-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--text-card-title);
  letter-spacing: var(--letter-spacing-display);
  margin-bottom: var(--space-sm);
  color: var(--text-primary);
}

.menu-card p {
  font-family: var(--font-editorial);
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 2;
}

/* ---------- Reservations Banner ---------- */
.reservations-banner {
  background: var(--accent-primary);
  padding: var(--space-lg) 0;
  position: relative;
  overflow: hidden;
}

.reservations-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
}

.reservations-text h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--text-section);
  color: white;
  letter-spacing: var(--letter-spacing-display);
  margin-bottom: var(--space-sm);
}

.reservations-text p {
  font-family: var(--font-body);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  max-width: 550px;
  line-height: 1.7;
}

.reservations-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  flex-shrink: 0;
}

/* ---------- Hours & Contact Strip ---------- */
.info-strip {
  background: var(--bg-dark);
  padding: var(--space-lg) 0;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.info-col {
  text-align: center;
}

.info-col .info-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto var(--space-sm);
  color: var(--color-gold);
}

.info-col .info-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--color-gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-col h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--color-gold);
  letter-spacing: var(--letter-spacing-display);
  margin-bottom: var(--space-sm);
  text-transform: uppercase;
}

.info-col p, .info-col a {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text-on-dark);
  font-size: 0.95rem;
  line-height: 1.8;
}

.info-col a:hover {
  color: var(--color-gold);
}

.info-col .info-note {
  font-size: var(--text-sm);
  color: var(--color-gold-light);
  margin-top: var(--space-xs);
  font-style: italic;
}

/* ---------- Footer ---------- */
.footer {
  background: #080E1A;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
}

.footer-top {
  padding: var(--space-lg) 0;
  border-bottom: 1px solid rgba(201, 146, 42, 0.1);
}

.footer-top-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: var(--space-lg);
  align-items: start;
}

.footer-brand {
  position: relative;
  z-index: 1;
}

.footer-brand img {
  height: 50px;
  width: auto;
  margin-bottom: var(--space-sm);
  filter: brightness(1.2);
}

.footer-brand .footer-tagline {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--text-on-dark);
  opacity: 0.7;
  margin-bottom: var(--space-md);
  line-height: 1.6;
}

.footer-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.footer-contact-item svg {
  width: 16px;
  height: 16px;
  stroke: var(--color-gold);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0;
}

.footer-contact-item a,
.footer-contact-item span {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--text-sm);
  color: var(--text-on-dark);
  opacity: 0.7;
  transition: var(--transition-base);
}

.footer-contact-item a:hover {
  opacity: 1;
  color: var(--color-gold);
}

.footer-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-sm);
  position: relative;
  z-index: 1;
}

.footer-cta .btn {
  width: 220px;
  text-align: center;
}

/* Footer middle: 3 columns */
.footer-mid {
  padding: var(--space-md) 0;
  border-bottom: 1px solid rgba(201, 146, 42, 0.1);
}

.footer-mid-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: var(--space-lg);
}

.footer-col {
  position: relative;
  z-index: 1;
}

.footer-col h4 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.85rem;
  color: var(--color-gold);
  letter-spacing: var(--letter-spacing-display);
  text-transform: uppercase;
  margin-bottom: var(--space-sm);
}

.footer-col-links a {
  display: flex;
  align-items: center;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--text-on-dark);
  opacity: 0.6;
  padding: 0.35rem 0;
  transition: var(--transition-base);
}

.footer-col-links a::before {
  content: '';
  width: 0;
  height: 1px;
  background: var(--color-gold);
  margin-right: 0;
  transition: width 300ms ease, margin-right 300ms ease;
}

.footer-col-links a:hover {
  opacity: 1;
  color: var(--color-gold);
}

.footer-col-links a:hover::before {
  width: 12px;
  margin-right: 8px;
}

/* Hours in footer */
.footer-hours {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--text-sm);
  color: var(--text-on-dark);
  opacity: 0.6;
  line-height: 1.8;
}

.footer-hours .day {
  color: var(--text-on-dark);
  opacity: 0.8;
  font-weight: 400;
}

.footer-hours .closed {
  color: var(--accent-secondary);
  font-style: italic;
}

/* Social icons in footer */
.footer-social {
  display: flex;
  gap: var(--space-sm);
  margin-top: var(--space-sm);
}

.footer-social a {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}

.footer-social a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light));
  opacity: 0;
  transition: opacity 300ms ease;
  border-radius: 50%;
}

.footer-social a:hover {
  border-color: var(--color-gold);
  transform: translateY(-3px) rotate(5deg);
  box-shadow: 0 8px 20px rgba(201, 146, 42, 0.2);
}

.footer-social a:hover::before {
  opacity: 0.15;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--text-on-dark);
  stroke-width: 1.5;
  opacity: 0.6;
  transition: var(--transition-base);
  position: relative;
  z-index: 1;
}

.footer-social a:hover svg {
  opacity: 1;
  stroke: var(--color-gold);
}

/* Footer bottom */
.footer-bottom {
  padding: var(--space-sm) 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-bottom p {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--text-sm);
  color: var(--text-on-dark);
  opacity: 0.4;
}

/* Footer responsive */
@media (max-width: 767px) {
  .footer-top-inner {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  .footer-cta {
    align-items: flex-start;
  }

  .footer-cta .btn {
    width: 100%;
    max-width: 280px;
  }

  .footer-mid-grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  .footer-contact-row {
    flex-direction: column;
    gap: var(--space-xs);
  }

  .footer-social {
    justify-content: flex-start;
  }
}

/* ---------- Menu Page ---------- */
.menu-tabs-bar {
  background: rgba(232, 224, 213, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: sticky;
  top: 70px;
  z-index: 100;
  border-top: 1px solid rgba(201, 146, 42, 0.15);
  border-bottom: 1px solid rgba(27, 75, 138, 0.08);
  box-shadow: var(--shadow-level-1);
}

.menu-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 1320px;
  margin: 0 auto;
}

.menu-tab {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 1.1rem 2rem;
  color: var(--text-secondary);
  border-bottom: none;
  transition: var(--transition-base);
  cursor: pointer;
  background: none;
  white-space: nowrap;
  position: relative;
}

.menu-tab:hover {
  color: var(--accent-primary);
}

.menu-tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color-gold);
  border-radius: 2px;
  transition: width 300ms ease;
}

.menu-tab:hover::after {
  width: 16px;
  opacity: 0.4;
}

.menu-tab.active {
  color: var(--accent-primary);
  border-bottom-color: transparent;
}

.menu-tab.active::after {
  width: 24px;
  opacity: 1;
}

.menu-content {
  padding: var(--space-xl) 0 var(--space-lg);
}

.menu-section {
  display: none;
  animation: fadeIn 300ms ease;
}

.menu-section.active {
  display: block;
}

.menu-category {
  margin-bottom: 3rem;
}

.menu-category-header {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
  padding-top: var(--space-md);
}

.menu-category-header::before {
  content: '';
  flex: 0 0 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold));
  opacity: 0.5;
}

.menu-category-header::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--color-gold), transparent);
  opacity: 0.5;
}

.menu-category-header h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.15rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold);
  white-space: nowrap;
  padding: 0 var(--space-xs);
}

.menu-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
}

.menu-item {
  padding: 1.25rem var(--space-md);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0;
  transition: background 200ms ease;
}

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

.menu-item:hover {
  background: rgba(201, 146, 42, 0.04);
  box-shadow: inset 2px 0 0 var(--color-gold);
}

.menu-item-header {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.menu-item-header::after {
  content: '';
  flex: 1;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  margin-bottom: 0.25em;
  min-width: 2rem;
}

.menu-item-name {
  font-family: var(--font-editorial);
  font-weight: 600;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--text-primary);
  line-height: 1.3;
}

.menu-item-price {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--color-gold);
  white-space: nowrap;
  opacity: 1;
  min-width: 3.5rem;
  text-align: right;
}

.menu-item-desc {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-top: 0.15rem;
  max-width: 90%;
}

.menu-prix-fixe {
  background: var(--color-stone);
  padding: var(--space-sm) var(--space-md);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--accent-primary);
  margin-bottom: var(--space-md);
}

.menu-prix-fixe .menu-item-name {
  font-size: 1.2rem;
}

/* prix-fixe in warm-stone sections inherits light-theme styles */

/* Chef's Pick highlight */
.menu-item--signature {
  position: relative;
  background: linear-gradient(135deg, rgba(201, 146, 42, 0.06), rgba(201, 146, 42, 0.02));
  border-left: 2px solid var(--color-gold);
  padding-left: calc(var(--space-md) + 4px);
  border-radius: var(--radius-sm);
}

.menu-item--signature::before {
  content: "Chef's Pick";
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-gold);
  opacity: 0.7;
}

/* ---------- Menu Warm-Stone Alternating Sections ---------- */
.menu-section-dark {
  background: #E8E0D5;
  padding: var(--space-lg) var(--space-md);
  position: relative;
  border-radius: var(--radius-md);
  margin: var(--space-sm) 0;
}

/* Category Hero Image */
.menu-category-hero {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: var(--space-md);
}

.menu-category-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) brightness(1.02) sepia(0.03);
  transition: transform 600ms ease;
}

.menu-category-hero:hover img {
  transform: scale(1.05);
}

.menu-category-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--bg-primary) 0%, rgba(248,245,240,0.4) 40%, transparent 100%);
  pointer-events: none;
}

.menu-section-dark .menu-category-hero::after {
  background: linear-gradient(to top, #E8E0D5 0%, rgba(232,224,213,0.4) 40%, transparent 100%);
}

@media (min-width: 1024px) {
  .menu-category-hero {
    height: 280px;
  }
}

/* Category Subtitle */
.menu-category-subtitle {
  text-align: center;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin-top: -0.5rem;
  margin-bottom: var(--space-md);
}

/* warm-stone subtitle inherits default --text-secondary */

/* Decorative Category Rule */
.menu-category-rule {
  width: 40px;
  height: 1px;
  background: var(--color-gold);
  margin: var(--space-sm) auto 0;
  opacity: 0.6;
}

/* warm-stone rule inherits default gold styling */

/* Dietary Tag Badges */
.menu-tags {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.menu-tag {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 2px;
}

.menu-tag-veg {
  background: rgba(107, 124, 69, 0.12);
  color: #4A5A32;
  border: 1px solid rgba(107, 124, 69, 0.2);
}

.menu-tag-vegan {
  background: rgba(107, 124, 69, 0.15);
  color: #4A5A32;
  border: 1px solid rgba(107, 124, 69, 0.25);
}

.menu-tag-gf {
  background: rgba(27, 75, 138, 0.08);
  color: #1B4B8A;
  border: 1px solid rgba(27, 75, 138, 0.15);
}

.menu-tag-signature {
  background: rgba(201, 146, 42, 0.1);
  color: #996B1A;
  border: 1px solid rgba(201, 146, 42, 0.25);
  box-shadow: 0 0 6px rgba(201, 146, 42, 0.15);
}

/* Warm-stone sections use same tag styles as light sections — no overrides needed */

/* Signature Flame */
.flame-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: var(--accent-secondary);
  opacity: 0.5;
  transition: opacity 300ms ease;
  vertical-align: middle;
  margin-left: 0.3rem;
}

.menu-item--signature:hover .flame-icon {
  opacity: 1;
  animation: flameFlicker 1.5s ease-in-out infinite;
}

@keyframes flameFlicker {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.7; }
  25% { transform: scale(1.15) rotate(-3deg); opacity: 1; }
  50% { transform: scale(1.05) rotate(2deg); opacity: 0.85; }
  75% { transform: scale(1.2) rotate(-2deg); opacity: 1; }
}

/* warm-stone flame icon inherits default color */

/* Menu Bottom CTA */
.menu-bottom-cta {
  background: var(--bg-section-alt);
  padding: var(--space-lg) 0;
  text-align: center;
}

.menu-bottom-cta p {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: var(--space-sm);
}

.menu-bottom-cta a {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--text-sm);
  color: var(--accent-secondary);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: var(--transition-base);
}

.menu-bottom-cta a:hover {
  color: var(--color-gold);
}

.menu-bottom-cta .arrow {
  display: inline-block;
  transition: transform 300ms ease;
  margin-left: 0.3rem;
}

.menu-bottom-cta a:hover .arrow {
  transform: translateX(4px);
}

/* Section Fade Transition */
.section-fade-to-dark {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, #1A1510);
  z-index: 1;
  pointer-events: none;
}

/* Allergy notice */
.allergy-notice {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  background: rgba(201, 146, 42, 0.06);
  border: none;
  border-left: 3px solid var(--color-gold);
  border-radius: var(--radius-sm);
  padding: var(--space-sm) var(--space-md);
  margin-top: var(--space-lg);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.7;
  font-style: normal;
}

.allergy-notice-icon {
  flex-shrink: 0;
  color: var(--color-gold);
  margin-top: 2px;
}

/* Menu CTA Band */
.menu-cta-band {
  background: var(--accent-primary);
  padding: var(--space-md) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: var(--space-md) 0;
  border-radius: var(--radius-md);
}

.menu-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('images/hero-bg.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.08;
}

.menu-cta-band p {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 1.2rem;
  color: white;
  opacity: 0.9;
  margin-bottom: var(--space-sm);
  position: relative;
  z-index: 1;
}

.menu-cta-band .btn {
  position: relative;
  z-index: 1;
}

/* ---------- About Page ---------- */
.about-content {
  padding: var(--space-xl) 0;
}

.about-story {
  max-width: 800px;
  margin: 0 auto var(--space-lg);
}

.about-story p {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text-secondary);
  margin-bottom: var(--space-sm);
  line-height: 1.8;
}

.about-mission {
  background: var(--bg-section-alt);
  padding: var(--space-lg);
  border-radius: var(--radius-md);
  max-width: 800px;
  margin: 0 auto var(--space-lg);
  text-align: center;
}

.about-mission p {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-sm);
}

.photo-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: var(--radius-md);
  transition: var(--transition-base);
}

.photo-gallery img:hover {
  transform: scale(1.03);
}

.photo-gallery img:nth-child(1) {
  grid-row: span 1;
}

.photo-gallery img:nth-child(2) {
  grid-column: span 2;
  height: 250px;
}

/* ---------- Contact Page ---------- */
.contact-content {
  padding: var(--space-xl) 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-lg);
  align-items: start;
}

.contact-info h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: var(--letter-spacing-display);
  color: var(--text-primary);
  margin-bottom: var(--space-sm);
}

.contact-item {
  display: flex;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
  align-items: flex-start;
}

.contact-item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 3px;
  stroke: var(--accent-primary);
  fill: none;
  stroke-width: 1.5;
}

.contact-item p, .contact-item a {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.6;
}

.contact-item a:hover {
  color: var(--accent-primary);
}

.hours-table {
  margin-bottom: var(--space-md);
}

.hours-table table {
  width: 100%;
  border-collapse: collapse;
}

.hours-table td {
  padding: 0.5rem 0;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--text-secondary);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hours-table td:first-child {
  font-weight: 400;
  color: var(--text-primary);
}

.hours-table td:last-child {
  text-align: right;
}

.hours-table tr:last-child td {
  color: var(--accent-secondary);
  font-style: italic;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

/* ---------- Animations ---------- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-12px); }
  60% { transform: translateY(-6px); }
}
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes borderGrow {
  from { width: 0; }
  to { width: 100%; }
}
@keyframes clipReveal {
  from { clip-path: inset(0 50% 0 50%); }
  to { clip-path: inset(0 0 0 0); }
}
@keyframes letterReveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes rippleEffect {
  to { transform: scale(4); opacity: 0; }
}
@keyframes goldDividerGrow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes iconDraw {
  from { stroke-dashoffset: 100; }
  to { stroke-dashoffset: 0; }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 600ms cubic-bezier(0.4, 0, 0.2, 1),
              transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
  .dishes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-images {
    height: 400px;
  }

}

@media (max-width: 767px) {
  /* Nav */
  .nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .mobile-overlay,
  .mobile-drawer {
    display: block;
  }

  .mobile-overlay {
    display: none;
  }

  .mobile-overlay.active {
    display: block;
  }

  /* Hero */
  .hero-subtitle {
    font-size: 1.2rem;
  }

  .hero .btn-group {
    flex-direction: column;
    align-items: center;
  }

  .hero .btn {
    width: 100%;
    max-width: 280px;
  }

  /* Featured */
  .dishes-grid {
    grid-template-columns: repeat(4, 75vw);
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: var(--space-sm);
    padding: 0 1.5rem;
  }

  .dish-card {
    scroll-snap-align: start;
  }

  /* About */
  .about-grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  .about-images {
    height: 350px;
    order: -1;
  }

  /* Menu preview */
  .menu-cards {
    grid-template-columns: 1fr;
  }

  /* Reservations */
  .reservations-inner {
    flex-direction: column;
    text-align: center;
  }

  .reservations-buttons {
    width: 100%;
    max-width: 300px;
  }

  /* Info strip */
  .info-grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  /* Menu page */
  .menu-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding: 0 1rem;
  }

  .menu-tab {
    padding: 0.8rem 1.2rem;
    font-size: 0.75rem;
  }

  .menu-items-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .menu-tag {
    font-size: 0.55rem;
  }

  .menu-tabs-bar {
    top: 58px;
  }

  .menu-hero {
    padding: 7rem 0 3rem;
  }

  .menu-item--signature::before {
    font-size: 0.6rem;
    top: 0.3rem;
    right: 0.5rem;
  }

  /* Contact */
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-map iframe {
    height: 300px;
  }

  /* About page gallery */
  .photo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-gallery img:nth-child(2) {
    grid-column: span 1;
  }

  /* Section padding */
  .section-padding {
    padding: var(--space-lg) 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .menu-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-cards .menu-card:last-child {
    grid-column: span 2;
    max-width: 50%;
    margin: 0 auto;
  }
}

/* ---------- Accessibility ---------- */
*:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 3px;
  border-radius: 2px;
}
*:focus:not(:focus-visible) {
  outline: none;
}
.skip-to-content {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-dark);
  color: var(--text-on-dark);
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  z-index: 10000;
  transition: top 200ms ease;
}
.skip-to-content:focus {
  top: 1rem;
}
.nav-links a[aria-current="page"] {
  color: var(--color-gold);
}
.nav-links a[aria-current="page"]::after {
  width: 100%;
  background: var(--color-gold);
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero-bg { transform: none !important; }
  .reveal, .reveal-left, .reveal-right, .reveal-clip, .reveal-pop,
  .reveal-stagger > *, .reveal-pop-stagger > * {
    opacity: 1; transform: none; clip-path: none;
  }
  .hero-title .letter { opacity: 1; transform: none; }
  .scroll-indicator { display: none; }
}

/* ---------- Texture Overlays ---------- */
.texture-linen { position: relative; }
.texture-linen::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.03; pointer-events: none; z-index: 0;
}
.texture-stone { position: relative; }
.texture-stone::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.04; pointer-events: none; z-index: 0;
}
.texture-dark { position: relative; }
.texture-dark::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.05; pointer-events: none; z-index: 0;
}

/* ---------- Gold Accent System ---------- */
.gold-divider {
  width: 60px; height: 1px;
  background: var(--color-gold); opacity: 0.4;
  margin: var(--space-sm) auto 0;
  transform: scaleX(0); transform-origin: center;
  transition: transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
}
.visible .gold-divider, .gold-divider.visible {
  transform: scaleX(1);
}
.section-label-shimmer {
  background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light), var(--color-gold));
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite;
}
.info-icon-ring {
  width: 56px; height: 56px; border-radius: 50%;
  border: 2px solid var(--color-gold);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto var(--space-sm);
}
.info-icon-ring svg {
  stroke-dasharray: 100; stroke-dashoffset: 100;
  transition: stroke-dashoffset 1s ease;
}
.visible .info-icon-ring svg {
  stroke-dashoffset: 0;
}

/* ---------- Hero Enhancements ---------- */
.hero { position: relative; box-shadow: inset 0 0 150px rgba(0,0,0,0.4); }
.hero-bg { will-change: transform; }
.hero-title .letter {
  display: inline-block; opacity: 0; transform: translateY(10px);
  animation: letterReveal 400ms cubic-bezier(0.4, 0, 0.2, 1) both;
}
.scroll-indicator {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  z-index: 3; animation: bounce 2s infinite;
  transition: opacity 300ms ease;
}
.scroll-indicator svg {
  width: 28px; height: 28px; stroke: var(--color-gold-light);
  fill: none; stroke-width: 2; stroke-linecap: round;
}

/* ---------- Enhanced Buttons ---------- */
.btn { position: relative; overflow: hidden; }
.btn:active {
  transform: translateY(0) scale(0.98) !important;
  box-shadow: var(--shadow-level-1) !important;
}
.btn-primary:hover {
  box-shadow: var(--shadow-level-2), 0 0 20px rgba(27,75,138,0.2);
}
.btn-nav-reserve:hover {
  box-shadow: 0 0 20px rgba(27,75,138,0.3);
}
.dish-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-level-2);
}
.dish-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%, rgba(255,255,255,0.05) 100%);
  background-size: 200% 200%; opacity: 0;
  transition: opacity 350ms ease; z-index: 1;
  pointer-events: none; border-radius: var(--radius-md);
}
.dish-card:hover::after { opacity: 1; }

/* ---------- Back to Top ---------- */
.back-to-top {
  position: fixed; bottom: 2rem; right: 2rem;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--accent-primary); color: white;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-level-3); z-index: 900;
  opacity: 0; transform: translateY(20px); pointer-events: none;
  transition: opacity 300ms ease, transform 300ms ease, background 300ms ease;
  cursor: pointer; border: none;
}
.back-to-top.visible {
  opacity: 1; transform: translateY(0); pointer-events: auto;
}
.back-to-top:hover {
  background: var(--color-aegean-light); transform: translateY(-3px);
}
.back-to-top svg {
  width: 20px; height: 20px; stroke: white;
  fill: none; stroke-width: 2.5; stroke-linecap: round;
}

/* ---------- Section-Specific Reveals ---------- */
.reveal-stagger > * {
  opacity: 0; transform: translateY(30px);
  transition: opacity 600ms cubic-bezier(0.4,0,0.2,1), transform 600ms cubic-bezier(0.4,0,0.2,1);
}
.reveal-stagger.visible > *:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: 100ms; }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: 200ms; }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: 300ms; }
.reveal-stagger.visible > * { opacity: 1; transform: translateY(0); }

.reveal-left {
  opacity: 0; transform: translateX(-40px);
  transition: opacity 600ms cubic-bezier(0.4,0,0.2,1), transform 600ms cubic-bezier(0.4,0,0.2,1);
}
.reveal-left.visible { opacity: 1; transform: translateX(0); }

.reveal-right {
  opacity: 0; transform: translateX(40px);
  transition: opacity 600ms cubic-bezier(0.4,0,0.2,1), transform 600ms cubic-bezier(0.4,0,0.2,1);
}
.reveal-right.visible { opacity: 1; transform: translateX(0); }

.reveal-clip {
  clip-path: inset(0 50% 0 50%);
  transition: clip-path 800ms cubic-bezier(0.4,0,0.2,1);
}
.reveal-clip.visible { clip-path: inset(0 0 0 0); }

.reveal-pop {
  opacity: 0; transform: scale(0);
  transition: opacity 400ms cubic-bezier(0.4,0,0.2,1), transform 400ms cubic-bezier(0.34,1.56,0.64,1);
}
.reveal-pop.visible { opacity: 1; transform: scale(1); }

.reveal-pop-stagger > * {
  opacity: 0; transform: scale(0);
  transition: opacity 400ms cubic-bezier(0.4,0,0.2,1), transform 400ms cubic-bezier(0.34,1.56,0.64,1);
}
.reveal-pop-stagger.visible > *:nth-child(1) { transition-delay: 0ms; }
.reveal-pop-stagger.visible > *:nth-child(2) { transition-delay: 80ms; }
.reveal-pop-stagger.visible > *:nth-child(3) { transition-delay: 160ms; }
.reveal-pop-stagger.visible > *:nth-child(4) { transition-delay: 240ms; }
.reveal-pop-stagger.visible > * { opacity: 1; transform: scale(1); }

.footer-social a:hover { transform: rotate(15deg); }

.img-lazy { filter: blur(20px); transition: filter 600ms ease; }
.img-lazy.loaded { filter: blur(0); }

/* ---------- Section Gradient Transitions ---------- */
.section-fade-to-light {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--bg-primary));
  z-index: 1;
  pointer-events: none;
}
.section-fade-to-stone {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--bg-section-alt));
  z-index: 1;
  pointer-events: none;
}
.section-fade-to-blue {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--accent-primary));
  z-index: 1;
  pointer-events: none;
}

/* ---------- CTA Pulse Animation ---------- */
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201,146,42,0.3); }
  50% { box-shadow: 0 0 0 12px rgba(201,146,42,0); }
}
.reservations-banner .btn-white {
  animation: ctaPulse 2s ease-in-out infinite;
  animation-delay: 1s;
}

/* ---------- Reservations Banner Hero Callback ---------- */
.reservations-banner-bg {
  position: absolute;
  inset: 0;
  background-image: url('images/hero-bg.webp');
  background-size: cover;
  background-position: top;
  opacity: 0.05;
  z-index: 0;
}

/* ---------- About Page — Visual Storytelling ---------- */

/* About Cinematic Hero (replaces page-hero on about.html) */
.about-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  box-shadow: inset 0 0 150px rgba(0,0,0,0.4);
}

.about-hero .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: 0;
}

.about-hero .hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(14, 30, 53, 0.15) 0%,
    rgba(14, 30, 53, 0.4) 50%,
    rgba(14, 30, 53, 0.7) 100%
  );
  z-index: 1;
}

.about-hero .hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}

.about-hero .hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 0 1.5rem;
}

.about-hero .hero-eyebrow {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--text-sm);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-gold-light);
  margin-bottom: var(--space-md);
  animation: fadeInUp 800ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.about-hero .hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--text-on-dark);
  line-height: 1.2;
  letter-spacing: var(--letter-spacing-display);
  margin-bottom: var(--space-sm);
  animation: fadeInUp 800ms cubic-bezier(0.4, 0, 0.2, 1) both;
  animation-delay: 200ms;
}

.about-hero .hero-subtitle {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 300;
  font-size: 1.25rem;
  color: var(--text-on-dark);
  opacity: 0.7;
  animation: fadeInUp 800ms cubic-bezier(0.4, 0, 0.2, 1) both;
  animation-delay: 400ms;
}

/* Manifesto Section */
.manifesto-section {
  background: var(--bg-dark);
  padding: var(--space-xl) 0;
  text-align: center;
  position: relative;
}

.manifesto-text {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--text-on-dark);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* Origin Section (split layout) */
.origin-section {
  background: #FAF6F0;
  padding: var(--space-xl) 0;
  position: relative;
}

.origin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
  align-items: center;
}

.origin-text .lead-quote {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--text-primary);
  margin-bottom: var(--space-md);
  line-height: 1.6;
}

.origin-image {
  position: relative;
}

.origin-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-level-2);
  filter: saturate(1.05) brightness(1.02) sepia(0.03);
}

.origin-image::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 2px solid var(--color-gold);
  border-radius: var(--radius-md);
  opacity: 0.3;
  z-index: -1;
  transform: translate(12px, 12px);
}

/* Culinary Map Section */
.culinary-map-section {
  background: var(--bg-section-alt);
  padding: var(--space-xl) 0;
  text-align: center;
  position: relative;
}

.map-container {
  max-width: 700px;
  margin: 0 auto var(--space-md);
}

.map-container svg {
  width: 100%;
  height: auto;
}

.culinary-route {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.visible .culinary-route {
  stroke-dashoffset: 0;
}

.map-point {
  cursor: pointer;
  transition: var(--transition-base);
}

.map-point:hover {
  transform: scale(1.2);
}

.map-editorial {
  max-width: 700px;
  margin: 0 auto;
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Atmosphere Section (split layout) */
.atmosphere-section {
  background: #FAF6F0;
  padding: var(--space-xl) 0;
  position: relative;
}

.atmosphere-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
  align-items: center;
}

.atmosphere-image {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.atmosphere-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: brightness(1.02) saturate(1.05) sepia(0.05);
}

.atmosphere-image::after {
  content: '';
  position: absolute;
  top: -10%;
  right: -10%;
  width: 60%;
  height: 60%;
  background: radial-gradient(ellipse at top right, rgba(232,186,90,0.1) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.byob-box {
  margin-top: var(--space-md);
  padding: var(--space-sm) var(--space-md);
  border: 2px solid var(--color-gold);
  border-radius: var(--radius-md);
  background: rgba(201,146,42,0.05);
}

.byob-box h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: var(--letter-spacing-display);
  color: var(--color-gold);
  margin-bottom: 0.25rem;
}

.byob-box p {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 1rem;
  color: var(--text-secondary);
}

/* Stats Strip */
.stats-strip {
  background: var(--bg-section-alt);
  padding: var(--space-lg) 0;
  position: relative;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
  text-align: center;
}

.stat-item {
  padding: var(--space-sm);
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--color-gold);
  letter-spacing: var(--letter-spacing-display);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--text-sm);
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.stat-desc {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.8rem;
  color: var(--text-secondary);
  opacity: 0.7;
  margin-top: 0.25rem;
}

/* Mission Finale */
.mission-finale {
  background: var(--bg-dark);
  padding: var(--space-xl) 0;
  text-align: center;
  position: relative;
}

.mission-text {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: var(--text-on-dark);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto var(--space-md);
}

.mission-text .gold-highlight {
  color: var(--color-gold);
}

.mission-finale .btn-group {
  justify-content: center;
}

/* About page responsive */
@media (max-width: 767px) {
  .about-hero {
    min-height: 60vh;
  }

  .origin-grid,
  .atmosphere-grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  .origin-image {
    order: -1;
  }

  .origin-image img,
  .atmosphere-image img {
    height: 280px;
  }

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

  .manifesto-text {
    font-size: 1.3rem;
    padding: 0 1rem;
  }
}

/* ---------- Print Styles ---------- */
@media print {
  .nav, .footer, .hamburger, .mobile-drawer, .mobile-overlay,
  .back-to-top, .reservations-banner, .hero .btn-group,
  .scroll-indicator, .skip-to-content { display: none !important; }
  body { color: #000; background: #fff; font-size: 12pt; }
  .hero { min-height: auto; padding: 2rem 0; }
  .hero-bg { display: none; }
  .hero-content { position: static; }
  .hero-title, .hero-eyebrow, .hero-subtitle { color: #000; opacity: 1; }
  .hero-title .letter { opacity: 1; transform: none; animation: none; }
  .menu-tabs-bar { display: none; }
  .menu-section { display: block !important; }
  .menu-section + .menu-section { page-break-before: always; }
  img { max-height: 200px; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.8em; color: #666; }
  .reveal, .reveal-left, .reveal-right, .reveal-clip, .reveal-pop,
  .reveal-stagger > *, .reveal-pop-stagger > * {
    opacity: 1 !important; transform: none !important; clip-path: none !important;
  }
}
