@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Lato:wght@300;400;700&display=swap');

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #111008;
  color: #e8d5b8;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

/* ============================================================
   NAV
   ============================================================ */
nav {
  position: sticky;
  top: 0;
  background: rgba(8, 7, 4, 0.97);
  border-bottom: 1px solid #2e1f0a;
  padding: 1rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #c4912a;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.nav-links a {
  color: #b89060;
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: #c4912a;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  text-align: center;
  padding: 6rem 2rem 4rem;
  background:
    linear-gradient(180deg, rgba(10, 5, 0, 0.78) 0%, rgba(17, 16, 8, 0.88) 100%),
    url('https://images.unsplash.com/photo-1553621042-f6e147245754?w=1600&q=80') center / cover no-repeat;
  border-bottom: 1px solid #2e1f0a;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #c4912a;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.hero .tagline {
  color: #b89060;
  font-size: 1.05rem;
  font-style: italic;
  margin-bottom: 2rem;
}

.hero .btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #c4912a;
  color: #c4912a;
  padding: 0.7rem 2rem;
  font-family: 'Lato', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
}

.hero .btn:hover {
  background: #c4912a;
  color: #111008;
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section {
  max-width: 960px;
  margin: 0 auto;
  padding: 4rem 2rem;
  border-bottom: 1px solid #1a1208;
}

.section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #c4912a;
  margin-bottom: 2rem;
  font-weight: 600;
}

.section p {
  color: #c8a878;
  margin-bottom: 1rem;
  max-width: 65ch;
}

/* ============================================================
   MENU GRID
   ============================================================ */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.menu-item {
  background: #1a1208;
  border: 1px solid #2e1f0a;
  border-radius: 2px;
  padding: 1.25rem 1.5rem;
}

.menu-item h3 {
  font-family: 'Playfair Display', serif;
  color: #e8c878;
  font-size: 1.05rem;
  margin-bottom: 0.3rem;
}

.menu-item .price {
  color: #c4912a;
  font-weight: 700;
  font-size: 0.88rem;
}

.menu-item .desc {
  color: #907858;
  font-size: 0.88rem;
  margin-top: 0.5rem;
  line-height: 1.6;
}

.menu-category {
  font-family: 'Playfair Display', serif;
  color: #7a6040;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}

.menu-category:first-child {
  margin-top: 0;
}

/* ============================================================
   ABOUT IMAGE
   ============================================================ */
.about-img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: 340px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
  margin-bottom: 2rem;
  filter: brightness(0.88) saturate(0.9);
}

/* ============================================================
   HOURS TABLE
   ============================================================ */
.hours-table {
  width: 100%;
  max-width: 420px;
  border-collapse: collapse;
}

.hours-table tr {
  border-bottom: 1px solid #1a1208;
}

.hours-table td {
  padding: 0.6rem 0;
  color: #c8a878;
}

.hours-table td:first-child {
  color: #c4912a;
  font-weight: 700;
  width: 160px;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-block {
  color: #c8a878;
  line-height: 2.2;
}

.contact-block a {
  color: #c4912a;
  text-decoration: none;
}

/* ============================================================
   RESERVATIONS
   ============================================================ */
.reservation-note {
  background: #1a1208;
  border: 1px solid #2e1f0a;
  border-radius: 2px;
  padding: 1.5rem;
  color: #907858;
  font-size: 0.9rem;
  max-width: 520px;
  line-height: 1.7;
}

/* ============================================================
   INJECTION CONTAINERS
   ============================================================ */

/* Level 3: same-colour text as page background */
.hidden-payload {
  color: #111008;
}

/* Level 4: near-zero font size */
.micro-payload {
  font-size: 0.5px;
  line-height: 0;
  opacity: 0.01;
  display: inline;
  color: #6a5538;
}

/* Narrative: blockquote for chef quotes */
.chef-quote {
  border-left: 3px solid #2e1f0a;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  color: #907858;
  font-style: italic;
  line-height: 1.8;
}

.chef-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-style: normal;
  font-size: 0.85rem;
  color: #6a5030;
}

/* Narrative: AI concierge box */
.ai-assistant {
  background: #1a1208;
  border: 1px solid #2e1f0a;
  border-radius: 2px;
  padding: 1.5rem;
  margin-top: 2rem;
  max-width: 600px;
}

.ai-assistant h3 {
  font-family: 'Playfair Display', serif;
  color: #c4912a;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.ai-assistant p {
  max-width: 100%;
}

/* Lists within sections */
.section ol,
.section ul {
  color: #c8a878;
  padding-left: 1.5rem;
  line-height: 1.8;
}

.section ol li,
.section ul li {
  margin: 0.5rem 0;
}

/* Level 1: plaintext system notice */
.system-notice {
  background: #0c0a06;
  border-top: 1px solid #1a1208;
  padding: 0.8rem 2rem;
  font-size: 0.76rem;
  color: #6a5538;
  line-height: 1.6;
  text-align: left;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  text-align: center;
  padding: 2rem;
  background: #080704;
  color: #3a2e18;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  border-top: 1px solid #1a1208;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 680px) {
  nav {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .nav-links {
    gap: 1.2rem;
  }

  .hero h1 {
    font-size: 2.4rem;
  }

  .section {
    padding: 3rem 1.2rem;
  }
}
