:root {
  --smoke: #1C1C1C;
  --ash: #2A2A2A;
  --char: #3A2E28;
  --ember: #D4521A;
  --ember-light: #E8794A;
  --cream: #F5EDD8;
  --bone: #FAF7F2;
  --steel: #8B8682;
  --white: #FFFFFF;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bone); color: var(--smoke); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ember);
}

.ember-rule {
  width: 44px;
  height: 3px;
  background: var(--ember);
  margin: 1rem 0 1.4rem;
}

.ember-rule--center { margin-left: auto; margin-right: auto; }

.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.9rem 2.1rem;
  cursor: pointer;
  transition: background 0.22s, color 0.22s, border-color 0.22s;
}

.btn--solid {
  background: var(--ember);
  color: var(--white);
  border: 2px solid var(--ember);
}
.btn--solid:hover {
  background: transparent;
  color: var(--ember);
}

.btn--ghost-light {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.55);
}
.btn--ghost-light:hover {
  border-color: var(--white);
}

.btn--ghost-dark {
  background: transparent;
  color: var(--ember);
  border: 2px solid var(--ember);
}
.btn--ghost-dark:hover {
  background: var(--ember);
  color: var(--white);
}

.img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #2c1810 0%, #1a0e08 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.18);
  font-family: var(--font-body);
}

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 2rem;
  transition: background 0.35s, backdrop-filter 0.35s, box-shadow 0.35s;
}

.nav.scrolled {
  background: rgba(28, 28, 28, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.04);
}

.nav-logo {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--white);
}
.nav-logo span { color: var(--ember); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.nav-links a {
  color: rgba(255,255,255,0.78);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--ember); }

.nav-reserve {
  background: var(--ember);
  color: var(--white) !important;
  padding: 0.55rem 1.35rem;
  font-weight: 600 !important;
  transition: background 0.2s !important;
}
.nav-reserve:hover { background: var(--ember-light); color: var(--white) !important; }

.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, #1a0a04 0%, #2c1408 45%, #1C1C1C 100%);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.45) 55%, rgba(0,0,0,0.72) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 0 2rem;
}

.hero__eyebrow {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ember-light);
  margin-bottom: 1.6rem;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 7.5vw, 6.4rem);
  font-weight: 900;
  font-style: italic;
  color: var(--white);
  line-height: 1.04;
  margin-bottom: 1.4rem;
}
.hero__title em {
  font-style: normal;
  color: var(--ember);
}

.hero__sub {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  max-width: 480px;
  margin: 0 auto 2.8rem;
}

.hero__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero__scroll {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255,255,255,0.35);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero__scroll-line {
  width: 1px;
  height: 38px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.35), transparent);
  animation: scrollPulse 2.2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}

.section-hd {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-hd__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700;
  line-height: 1.2;
}

.section-hd__title--light { color: var(--white); }
.section-hd__title--dark { color: var(--smoke); }

.section-hd__body {
  font-size: 0.92rem;
  line-height: 1.75;
  max-width: 460px;
  margin: 0 auto;
}
.section-hd__body--muted { color: var(--steel); }
.section-hd__body--gray { color: #666; }

.signatures {
  background: var(--smoke);
  padding: 6rem 2rem;
}

.signatures__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.sig-card {
  background: var(--ash);
  overflow: hidden;
}

.sig-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.sig-card__body {
  padding: 1.6rem;
}

.sig-card__tag {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 0.35rem;
}

.sig-card__name {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.55rem;
  line-height: 1.2;
}

.sig-card__desc {
  font-size: 0.82rem;
  color: var(--steel);
  line-height: 1.65;
  margin-bottom: 1.1rem;
}

.sig-card__price {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ember);
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
}

.about__img {
  min-height: 540px;
  background: linear-gradient(135deg, #2c1810 0%, #3a2820 100%);
}

.about__content {
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
}

.about__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  font-weight: 700;
  color: var(--smoke);
  line-height: 1.25;
  margin-bottom: 0.2rem;
}

.about__body {
  font-size: 0.93rem;
  color: #555;
  line-height: 1.82;
  margin-bottom: 0.85rem;
}

.about__stats {
  display: flex;
  gap: 2.5rem;
  margin: 1.8rem 0 2.2rem;
}

.stat__num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--ember);
  line-height: 1;
}

.stat__label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--steel);
  margin-top: 0.3rem;
}

.menu-preview {
  background: var(--char);
  padding: 6rem 2rem;
}

.menu-preview__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.07);
  max-width: 1100px;
  margin: 0 auto 3rem;
}

.menu-cat {
  background: var(--char);
  padding: 2.6rem 2rem;
  text-align: center;
  transition: background 0.22s;
  cursor: default;
}
.menu-cat:hover { background: rgba(212, 82, 26, 0.13); }

.menu-cat__icon { font-size: 2rem; margin-bottom: 1rem; }

.menu-cat__name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.35rem;
}

.menu-cat__count {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: var(--steel);
}

.menu-preview__footer { text-align: center; }

.gallery {
  background: var(--bone);
  padding: 6rem 2rem;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 260px 260px;
  gap: 0.7rem;
  max-width: 1100px;
  margin: 0 auto;
}

.gallery__item { overflow: hidden; }
.gallery__item:nth-child(1) { grid-column: span 2; }
.gallery__item:nth-child(1) img { object-position: center top; }
.gallery__item:nth-child(4) { grid-column: span 2; }
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reserve-cta {
  background: var(--smoke);
  padding: 5.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.reserve-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--ember), transparent);
}

.reserve-cta__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-style: italic;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.reserve-cta__body {
  color: var(--steel);
  font-size: 0.93rem;
  line-height: 1.75;
  max-width: 480px;
  margin: 0 auto 2.2rem;
}

.contact-wrap {
  background: var(--cream);
  padding: 6rem 2rem;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.contact-col__title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--smoke);
  margin-bottom: 0.2rem;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
}
.hours-table tr { border-bottom: 1px solid rgba(0,0,0,0.09); }
.hours-table td {
  padding: 0.78rem 0;
  font-size: 0.88rem;
  color: #555;
}
.hours-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: var(--smoke);
}

.contact-detail {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 0.6rem;
}
.contact-detail strong {
  display: block;
  font-weight: 600;
  color: var(--smoke);
  margin-bottom: 0.2rem;
}

.map-placeholder {
  margin-top: 1.6rem;
  height: 185px;
  background: #ddd8ce;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #aaa;
}

.footer {
  background: var(--smoke);
  padding: 2.8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer__logo {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--white);
}
.footer__logo span { color: var(--ember); }

.footer__links {
  display: flex;
  gap: 2rem;
}
.footer__links a {
  color: var(--steel);
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.footer__links a:hover { color: var(--ember); }

.footer__copy {
  color: var(--steel);
  font-size: 0.72rem;
}

@media (max-width: 960px) {
  .nav { padding: 1.1rem 2rem; }
  .nav-links { display: none; }

  .signatures { padding: 4rem 2rem; }
  .signatures__grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }

  .about { grid-template-columns: 1fr; }
  .about__img { min-height: 300px; }
  .about__content { padding: 3.5rem 2rem; }

  .menu-preview { padding: 4.5rem 2rem; }
  .menu-preview__grid { grid-template-columns: repeat(2, 1fr); }

  .gallery { padding: 4.5rem 2rem; }
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .gallery__item { aspect-ratio: 4/3; }
  .gallery__item:nth-child(1),
  .gallery__item:nth-child(4) { grid-column: span 1; }

  .reserve-cta { padding: 4rem 2rem; }

  .contact-wrap { padding: 4rem 2rem; }
  .contact-inner { grid-template-columns: 1fr; gap: 3rem; }

  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 2rem;
  }
}

@media (max-width: 480px) {
  .hero__title { font-size: 2.8rem; }
  .about__stats { gap: 1.5rem; }
  .stat__num { font-size: 2rem; }
}