:root {
  --ink: #17120e;
  --espresso: #2a1710;
  --red: #8f261d;
  --gold: #d7a84f;
  --cream: #fff4df;
  --paper: #fffaf0;
  --muted: #74675a;
  --line: rgba(42, 23, 16, 0.16);
  --max: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 17px max(20px, calc((100vw - var(--max)) / 2));
  color: var(--cream);
  background: rgba(42, 23, 16, 0.94);
  border-bottom: 1px solid rgba(255, 244, 223, 0.16);
  backdrop-filter: blur(14px);
}

.brand {
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  font-weight: 900;
}

nav {
  display: flex;
  justify-content: center;
  gap: 25px;
  color: rgba(255, 244, 223, 0.78);
  font-size: 0.85rem;
  font-weight: 800;
}

nav a:hover { color: #fff; }

.reserve-link,
.nav-toggle {
  padding: 10px 16px;
  color: var(--espresso);
  background: var(--gold);
  border: 0;
  border-radius: 0;
  font-weight: 900;
}

.nav-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: end;
  gap: 34px;
  min-height: 760px;
  padding: 118px max(20px, calc((100vw - var(--max)) / 2)) 70px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(42, 23, 16, 0.96), rgba(42, 23, 16, 0.72) 46%, rgba(42, 23, 16, 0.14)),
    url("../../assets/images/demos/restaurant-hero.jpg") center / cover;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow { color: var(--gold); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Playfair Display", serif;
  line-height: 0.98;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 7vw, 7.1rem);
  font-weight: 900;
}

.hero p:not(.eyebrow),
.about p,
.visit p,
.reserve p {
  max-width: 640px;
  color: rgba(255, 244, 223, 0.82);
  font-weight: 600;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-weight: 900;
}

.gold {
  color: var(--espresso);
  background: var(--gold);
}

.light {
  color: #fff;
  border-color: rgba(255, 244, 223, 0.46);
}

.hero-card {
  padding: 30px;
  color: var(--ink);
  background: var(--paper);
  border-top: 7px solid var(--gold);
  box-shadow: 16px 16px 0 rgba(0, 0, 0, 0.2);
}

.hero-card span {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin: 8px 0 12px;
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  line-height: 1;
}

.section {
  padding: 78px max(20px, calc((100vw - var(--max)) / 2));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  font-weight: 900;
}

.menu-tabs,
.special-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.menu-tabs button,
.special-list button {
  padding: 12px 15px;
  color: var(--espresso);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0;
  cursor: pointer;
  font-weight: 900;
}

.menu-tabs button.active,
.special-list button.active {
  color: var(--espresso);
  background: var(--gold);
  border-color: var(--gold);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.menu-grid article {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 145px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.menu-grid span {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.menu-grid p,
.about p,
.visit p,
.reserve p {
  color: var(--muted);
  font-weight: 600;
}

.menu-grid strong {
  color: var(--red);
  font-size: 1.3rem;
}

.specials {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  background: var(--espresso);
  color: var(--cream);
}

.special-image {
  min-height: 520px;
  background:
    linear-gradient(0deg, rgba(42, 23, 16, 0.12), transparent),
    url("../../assets/images/demos/restaurant-hero.jpg") center / cover;
}

.special-output {
  padding: 26px;
  color: var(--ink);
  background: var(--paper);
}

.special-output h3 {
  color: var(--red);
  font-size: 2rem;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.75fr);
  gap: 38px;
  align-items: start;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 360px;
}

.gallery-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(42, 23, 16, 0.72), transparent);
}

.gallery-item span {
  position: relative;
  z-index: 1;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 900;
}

.food { background-image: url("../../assets/images/demos/restaurant-hero.jpg"); }
.room { background-image: url("../../assets/images/demos/restaurant-interior.jpg"); }
.private { background-image: url("../../assets/images/demos/restaurant-interior.jpg"); background-position: 70% center; }

.visit,
.reserve {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: start;
}

.hours-board,
form {
  background: var(--paper);
  border: 1px solid var(--line);
}

.hours-board div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}

.hours-board span {
  font-weight: 900;
}

.hours-board strong {
  color: var(--red);
}

.visit a {
  color: var(--red);
  font-weight: 900;
}

form {
  display: grid;
  gap: 12px;
  padding: 28px;
}

input, textarea {
  width: 100%;
  padding: 14px 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 28px max(20px, calc((100vw - var(--max)) / 2));
  color: var(--cream);
  background: var(--espresso);
  font-weight: 800;
}

footer a { color: var(--gold); }

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .reserve-link {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-top: 14px;
  }

  nav.is-open { display: flex; }

  .hero,
  .specials,
  .about,
  .visit,
  .reserve {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 84px;
  }

  .menu-grid,
  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery-item {
    min-height: 270px;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(2.8rem, 15vw, 4.7rem);
  }

  .menu-grid article,
  .hours-board div {
    flex-direction: column;
  }
}
