/* ═══════════════════════════════════════════
   CSS VARIABLES & RESET
   ═══════════════════════════════════════════ */
:root {
  --dk:    #0F0D0A;
  --dk2:   #1A1611;
  --dk3:   #1E1914;
  --dk4:   #1E1914;
  --gold:  #C4A265;
  --gold2: #9B7D4A;
  --gold3: #D4B87A;
  --parch: #D5CCC0;
  --parch2:#8A7E72;
  --cream: #F5EDE0;
  --wine:  #6B2D35;
  --wine-light: #8B3D45;
  --border: rgba(196, 162, 101, 0.15);
  --border-strong: rgba(196, 162, 101, 0.3);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--gold2) var(--dk);
}
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--dk); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, var(--gold2), var(--gold));
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover { background: var(--gold3); }

body {
  background-color: var(--dk);
  color: var(--parch);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 18px;
  line-height: 1.75;
  overflow-x: hidden;
}

/* Grain overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ═══════════════════════════════════════════
   NAVIGATION
   ═══════════════════════════════════════════ */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  padding: 1.1rem calc((100% - 1100px) / 2 + 2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.4s cubic-bezier(0.25,0.46,0.45,0.94), border-color 0.4s;
}
nav.scrolled {
  background: rgba(15, 14, 12, 0.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(196,162,101,0.15);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
.nav-logo .logo-light { color: var(--cream); }
.nav-logo .logo-gold  { color: var(--gold3); font-weight: 300; }
.nav-links {
  display: flex;
  gap: 2.2rem;
  list-style: none;
  margin: 0 auto;
  padding: 0 2rem;
}
.nav-links a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--parch);
  text-decoration: none;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-links a:hover { color: var(--gold3); }
.nav-links a:hover::after { width: 100%; }
.nav-phone { text-align: right; margin-left: auto; }
.nav-phone a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-phone .phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border: 1px solid var(--gold2);
  border-radius: 50%;
  font-size: 0.8rem;
}

/* ═══════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.42) saturate(0.7);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% 90%, rgba(26,22,17,0.55), transparent),
    radial-gradient(ellipse 70% 80% at 15% 10%, rgba(15,13,10,0.65), transparent),
    linear-gradient(to bottom, rgba(15,13,10,0.2) 0%, transparent 30%, rgba(15,13,10,0.65) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  animation: fadeUp 1.4s ease both;
}
.hero-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 1.4rem;
  opacity: 0.9;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.2rem, 8vw, 7rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.0;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 48px rgba(0,0,0,0.7), 0 0 80px rgba(0,0,0,0.4);
  margin-bottom: 0.6rem;
}
.hero-subtitle {
  font-family: 'EB Garamond', serif;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 400;
  color: var(--parch2);
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  text-align: center;
}
.hero-title-gold {
  color: var(--gold3);
  font-style: italic;
  font-weight: 300;
}
.hero-scroll {
  position: absolute;
  bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
}
.hero-scroll a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: var(--parch2);
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(240,230,204,0.3);
  padding: 0.7rem 2rem;
  transition: border-color 0.3s, color 0.3s;
}
.hero-scroll a:hover { border-color: var(--gold); color: var(--gold3); }
.hero-scroll a:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.hero-scroll a:active { transform: scale(0.98); }

/* ═══════════════════════════════════════════
   SECTION BASE
   ═══════════════════════════════════════════ */
section { position: relative; padding: 6rem 1.5rem; }
.section-inner { max-width: 960px; margin: 0 auto; }
.section-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-align: center;
  margin-bottom: 0.6rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--cream);
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin-bottom: 1.4rem;
}
.section-body {
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  color: var(--parch2);
  text-align: center;
  max-width: 620px;
  margin: 0 auto 3rem;
  line-height: 1.85;
}

/* Ornament */
.ornament {
  display: flex; align-items: center; gap: 1rem; justify-content: center; margin: 0 auto;
}
.ornament::before, .ornament::after {
  content: ''; flex: 1; max-width: 180px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.ornament-sym { color: var(--gold); font-size: 1.1rem; line-height: 1; }

/* ═══════════════════════════════════════════
   GOLD SECTION DIVIDERS
   ═══════════════════════════════════════════ */
.section-gold-line {
  position: relative;
}
.section-gold-line::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent 5%, var(--gold) 50%, transparent 95%);
  z-index: 1;
}

/* ═══════════════════════════════════════════
   UEBER UNS
   ═══════════════════════════════════════════ */
.about-section { background: var(--dk2); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; margin-top: 3.5rem; }
.about-img-wrap { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.about-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.82) saturate(0.85);
  transition: transform 0.6s ease, filter 0.5s ease;
}
.about-img-wrap:hover img { transform: scale(1.04); filter: brightness(0.92) saturate(1); }
.about-img-wrap::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,22,17,0.25), transparent 60%);
  pointer-events: none;
}
.about-img-border { position: absolute; inset: 0.65rem; border: 1px solid rgba(196,162,101,0.28); pointer-events: none; z-index: 1; }
.about-text .section-title, .about-text .section-eyebrow { text-align: left; }
.about-text .section-body { text-align: left; margin: 0 0 1rem; max-width: none; }
.about-detail {
  display: flex; align-items: flex-start; gap: 0.8rem;
  font-family: 'EB Garamond', serif; font-size: 1rem;
  color: var(--parch2); margin-bottom: 0.55rem;
}
.about-detail-icon { color: var(--gold); margin-top: 0.1rem; flex-shrink: 0; }

/* ═══════════════════════════════════════════
   GALLERY
   ═══════════════════════════════════════════ */
.gallery-section { background: var(--dk); padding: 0; position: relative; }
.gallery-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
.gallery-item { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.72) saturate(0.8) sepia(0.1);
  transition: transform 0.55s ease, filter 0.45s ease;
}
.gallery-item:hover img { transform: scale(1.07); filter: brightness(0.9) saturate(1.05) sepia(0); }
.gallery-item::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,13,10,0.65) 0%, transparent 55%);
}

/* ═══════════════════════════════════════════
   BEWERTUNGEN
   ═══════════════════════════════════════════ */
.reviews-section { background: var(--dk2); }
.reviews-overall {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin: 2rem 0 2.8rem;
}
.reviews-stars {
  display: flex;
  gap: 0.25rem;
  font-size: 1.3rem;
  color: var(--gold);
}
.reviews-score {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: 0.05em;
}
.reviews-count {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--parch2);
  opacity: 0.65;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.review-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(196,162,101,0.12);
  padding: 1.6rem 1.8rem 1.5rem;
  position: relative;
}
.review-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--gold);
  opacity: 0.2;
  line-height: 1;
  position: absolute;
  top: 0.6rem;
  left: 1.3rem;
}
.review-stars {
  display: flex; gap: 0.12rem;
  font-size: 0.78rem;
  color: var(--gold);
  margin-bottom: 0.8rem;
}
.review-text {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.02rem;
  color: var(--parch2);
  line-height: 1.7;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1;
}
.review-author {
  display: flex; align-items: center; gap: 0.65rem;
}
.review-avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--dk3);
  border: 1px solid rgba(196,162,101,0.22);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold3);
  flex-shrink: 0;
}
.review-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: 0.03em;
}

/* ═══════════════════════════════════════════
   SPEISEKARTE
   ═══════════════════════════════════════════ */
.menu-section { background: var(--dk3); position: relative; }
.pdf-links {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.pdf-link {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.6rem 2.4rem;
  border: 1px solid rgba(196,162,101,0.3);
  background: rgba(255,255,255,0.025);
  text-decoration: none;
  transition: border-color 0.25s, background 0.25s, transform 0.2s;
  min-width: 260px;
}
.pdf-link:hover {
  border-color: var(--gold);
  background: rgba(196,162,101,0.06);
  transform: translateY(-2px);
}
.pdf-link:active { transform: translateY(0); }
.pdf-link:focus-visible { outline: 2px solid var(--gold3); outline-offset: 3px; }
.pdf-link-icon {
  font-size: 1.8rem;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
}
.pdf-link-text { display: flex; flex-direction: column; gap: 0.2rem; }
.pdf-link-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: 0.05em;
}
.pdf-link-sub {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--parch2);
  opacity: 0.6;
}

/* ═══════════════════════════════════════════
   OEFFNUNGSZEITEN
   ═══════════════════════════════════════════ */
.hours-section { background: var(--dk2); }
.hours-card {
  background: var(--dk2);
  border: 1px solid rgba(196,162,101,0.18);
  padding: 2.8rem 3rem;
  max-width: 600px;
  margin: 3rem auto 0;
  position: relative;
}
.hours-card::before { content: ''; position: absolute; inset: 0.55rem; border: 1px solid rgba(196,162,101,0.07); pointer-events: none; }
.hours-row { display: flex; justify-content: space-between; align-items: baseline; padding: 0.95rem 0; border-bottom: 1px solid rgba(196,162,101,0.07); }
.hours-row:last-of-type { border-bottom: none; }
.hours-day { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 500; letter-spacing: 0.06em; color: var(--parch); }
.hours-time { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 400; color: var(--gold3); text-align: right; }
.hours-closed { font-family: 'EB Garamond', serif; font-style: italic; color: var(--parch2); opacity: 0.7; }
.hours-note { font-family: 'EB Garamond', serif; font-style: italic; font-size: 1.1rem; color: var(--parch2); opacity: 0.7; text-align: center; margin-top: 1.5rem; }

/* ═══════════════════════════════════════════
   KONTAKT
   ═══════════════════════════════════════════ */
.contact-section { background: var(--dk3); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 3rem; align-items: start; }
.contact-block-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 500; font-style: italic;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.5rem;
}
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.2rem; align-items: flex-start; }
.contact-icon { color: var(--gold); margin-top: 0.1rem; flex-shrink: 0; }
.contact-label { font-family: 'EB Garamond', serif; font-size: 1rem; color: var(--parch2); line-height: 1.6; }
.contact-label strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--parch); margin-bottom: 0.2rem;
}
.contact-label a { color: var(--parch2); text-decoration: none; transition: color 0.2s; }
.contact-label a:hover { color: var(--gold3); }
.contact-map-img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.contact-map-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8) saturate(0.8); transition: transform 0.5s ease; }
.contact-map-img:hover img { transform: scale(1.03); }
.contact-map-border { position: absolute; inset: 0.6rem; border: 1px solid rgba(196,162,101,0.25); pointer-events: none; z-index: 1; }

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
footer { background: var(--dk); padding: 3rem 1.5rem 2rem; text-align: center; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--gold3); margin-bottom: 0.5rem; }
.footer-links { display: flex; gap: 2.2rem; justify-content: center; margin: 1rem 0; }
.footer-links a {
  font-family: 'Cormorant Garamond', serif; font-size: 0.82rem; font-weight: 400;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--parch2); opacity: 0.6; text-decoration: none; transition: opacity 0.2s, color 0.2s;
}
.footer-links a:hover { opacity: 1; color: var(--gold); }
.footer-copy { font-family: 'EB Garamond', serif; font-size: 0.88rem; color: var(--parch2); opacity: 0.6; }

/* ═══════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.75s ease, transform 0.7s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

.fade-in.visible > *,
.stagger-children.visible > * {
  animation: none;
}
.stagger > *:nth-child(1) { transition-delay: 0s; }
.stagger > *:nth-child(2) { transition-delay: 0.1s; }
.stagger > *:nth-child(3) { transition-delay: 0.2s; }
.stagger > *:nth-child(4) { transition-delay: 0.3s; }

.fade-title {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(3px);
  transition: opacity 0.8s ease, transform 0.75s ease, filter 0.75s ease;
}
.fade-title.visible { opacity: 1; transform: translateY(0); filter: blur(0); }

.ornament-anim::before, .ornament-anim::after {
  max-width: 0 !important;
  transition: max-width 0.9s ease 0.3s;
}
.ornament-anim.visible::before, .ornament-anim.visible::after {
  max-width: 180px !important;
}

.review-card {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.review-card.visible { opacity: 1; transform: translateY(0); }
.review-card:nth-child(2) { transition-delay: 0.12s; }

/* ═══════════════════════════════════════════
   LEGAL PAGES (Impressum, Datenschutz)
   ═══════════════════════════════════════════ */
.legal-page {
  padding: 8rem 1.5rem 6rem;
  min-height: 100vh;
  background: var(--dk);
}
.legal-content {
  max-width: 760px;
  margin: 0 auto;
}
.legal-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
.legal-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--cream);
  margin-top: 2.5rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0.03em;
}
.legal-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold3);
  margin-top: 1.8rem;
  margin-bottom: 0.5rem;
}
.legal-content p {
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem;
  color: var(--parch);
  line-height: 1.85;
  margin-bottom: 1rem;
}
.legal-content a {
  color: var(--gold3);
  text-decoration: none;
  transition: color 0.2s;
}
.legal-content a:hover { color: var(--gold); }
.legal-content ul, .legal-content ol {
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem;
  color: var(--parch);
  line-height: 1.85;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.legal-divider {
  width: 60px;
  height: 1px;
  background: linear-gradient(to right, var(--gold2), var(--gold), var(--gold2));
  margin: 1rem 0 2.5rem;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
/* Hamburger toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
  z-index: 601;
  background: none;
  border: none;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--cream);
  transition: transform 0.3s, opacity 0.3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 768px) {
  .about-grid, .contact-grid, .reviews-grid { grid-template-columns: 1fr; gap: 2rem; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-item:nth-child(odd)  { padding-right: 0; }
  .menu-item:nth-child(even) { padding-left: 0; border-left: none; }
  .gallery-strip { grid-template-columns: repeat(3, 1fr); }
  .gallery-item:nth-child(n+4) { display: none; }

  nav { padding: 0.9rem 1.2rem; }
  .nav-logo { font-size: 1rem; letter-spacing: 0.08em; }
  .nav-toggle { display: flex; }
  .nav-phone { display: none; }

  .nav-links {
    display: none !important;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 13, 10, 0.95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 0; padding: 0;
    z-index: 10000;
    list-style: none;
  }
  .nav-links.open {
    display: flex !important;
  }
  .nav-links a {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
  }
  .nav-toggle {
    z-index: 10001;
  }

  .hero-title { font-size: 2.8rem; }
  section { padding: 4rem 1.2rem; }
  .hours-card { padding: 1.8rem; }
  .legal-page { padding: 6rem 1.2rem 4rem; }
}
