:root {
  --cream: #fbf3e6;
  --cream-dark: #f3e6cf;
  --ink: #2f2418;
  --brown: #4a3527;
  --navy: #21243b;
  --navy-deep: #14162a;
  --gold: #d79a3a;
  --orange: #ff6a3d;
  --orange-dark: #e2481f;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(20, 15, 8, 0.15);
  font-size: 16px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

h1, h2, h3, .brand-text {
  font-family: 'Fraunces', Georgia, serif;
}

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

a { color: inherit; text-decoration: none; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--orange);
  color: #fff;
  padding: 10px 16px;
  z-index: 200;
}
.skip-link:focus { left: 8px; top: 8px; }

/* Buttons */
.btn-order {
  display: inline-block;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  padding: 14px 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(226, 72, 31, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}
.btn-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(226, 72, 31, 0.45);
}
.btn-order-lg {
  font-size: 1.15rem;
  padding: 18px 38px;
}
.btn-secondary {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 999px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
}
.btn-secondary:hover { background: rgba(255,255,255,0.15); }

/* Navbar */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 243, 230, 0.95);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(47, 36, 24, 0.08);
}
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--navy);
}
.brand-moon { font-size: 1.4rem; }
.nav-links {
  display: flex;
  gap: 28px;
}
.nav-links a {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--brown);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.nav-links a:hover { border-color: var(--orange); }
.navbar-actions { display: flex; align-items: center; gap: 14px; }

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 34px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
}
.hamburger span {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: var(--navy);
}

/* Hero */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: url('../images/photo-02.jpg') center 30% / cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 22, 42, 0.55) 0%, rgba(20, 22, 42, 0.75) 55%, rgba(20, 22, 42, 0.92) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 10px;
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.1;
  margin: 0 0 18px;
}
.hero-sub {
  font-size: 1.15rem;
  color: #f2e9da;
  margin-bottom: 30px;
  max-width: 560px;
}
.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.hero-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #f2e9da;
}
.stars { color: var(--gold); letter-spacing: 2px; }

/* Sections */
section { padding: 90px 0; }
.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  color: var(--orange-dark);
  margin: 0 0 8px;
}
.section-lead {
  color: var(--brown);
  max-width: 620px;
  margin: 12px auto 0;
}
.center { text-align: center; margin-left: auto; margin-right: auto; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin: 0 0 6px; color: var(--navy); }

/* About */
.about { background: #fff; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-image img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.about-copy p { color: var(--brown); }

/* Menu */
.menu { background: var(--cream-dark); }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-top: 50px;
}
.menu-category {
  background: #fff;
  border-radius: var(--radius);
  padding: 30px 32px;
  box-shadow: var(--shadow);
}
.menu-category h3 {
  margin: 0 0 16px;
  color: var(--orange-dark);
  font-size: 1.3rem;
  border-bottom: 2px solid var(--cream-dark);
  padding-bottom: 12px;
}
.menu-category ul { list-style: none; margin: 0; padding: 0; }
.menu-category li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed #e6d8c3;
}
.menu-category li:last-child { border-bottom: none; }
.item-name { font-weight: 600; color: var(--ink); }
.item-price { font-weight: 700; color: var(--navy); }
.menu-cta { text-align: center; margin-top: 46px; }

/* Gallery */
.gallery { background: #fff; }
.gallery-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease;
}
.gallery-grid img:hover { transform: scale(1.02); }

/* Reviews */
.reviews { background: var(--navy); color: #fff; }
.reviews .section-eyebrow { color: var(--gold); }
.reviews h2 { color: #fff; }
.reviews-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 26px;
  margin: 0;
}
.review-card p {
  color: #ece3d3;
  font-size: 0.98rem;
  margin: 12px 0;
}
.review-card cite {
  font-weight: 700;
  color: var(--gold);
  font-style: normal;
}

/* Visit */
.visit { background: var(--cream); }
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: stretch;
}
.visit-info address {
  font-style: normal;
  font-size: 1.1rem;
  margin: 14px 0 8px;
  color: var(--ink);
}
.phone-link {
  display: inline-block;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--orange-dark);
  margin-bottom: 26px;
}
.hours-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hours-table th, .hours-table td {
  text-align: left;
  padding: 10px 20px;
  border-bottom: 1px solid var(--cream-dark);
  font-weight: 600;
}
.hours-table tr:last-child th, .hours-table tr:last-child td { border-bottom: none; }
.hours-table td { text-align: right; color: var(--brown); font-weight: 700; }
.visit-map {
  min-height: 340px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

/* Footer */
.footer {
  background: var(--navy-deep);
  color: #f2e9da;
  padding: 50px 0 20px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-brand { display: flex; flex-direction: column; gap: 4px; }
.footer-brand .brand-text { font-size: 1.3rem; font-weight: 700; }
.footer-brand a { color: var(--gold); }
.footer-copy {
  text-align: center;
  margin: 40px 0 0;
  font-size: 0.85rem;
  color: #8a8497;
}

/* Modal */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 15, 8, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 300;
  padding: 20px;
}
.modal-backdrop[hidden] { display: none; }
.modal {
  background: #fff;
  border-radius: var(--radius);
  max-width: 440px;
  width: 100%;
  padding: 40px 34px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  text-align: center;
}
.modal h2 { color: var(--navy); font-size: 1.5rem; }
.modal p { color: var(--brown); }
.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--brown);
  cursor: pointer;
}
.modal-phone {
  display: inline-block;
  margin-top: 16px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 860px) {
  .about-grid, .visit-grid { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    gap: 0;
    padding: 10px 24px 20px;
    border-bottom: 1px solid rgba(47,36,24,0.08);
    box-shadow: var(--shadow);
  }
  .nav-links[hidden] { display: none; }
  .nav-links a { padding: 12px 0; border-bottom: 1px solid rgba(47,36,24,0.08); }
  .hamburger { display: flex; }
  .navbar-actions .btn-order { display: none; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid img { height: 200px; }
  section { padding: 60px 0; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn-order-lg, .hero-actions .btn-secondary { text-align: center; }
}
