:root {
  color-scheme: light;
  --ink: #14110f;
  --graphite: #504a43;
  --paper: #fbf8f2;
  --surface: #f6f0e8;
  --green: #2f8f6b;
  --mint: #e8f2ea;
  --wine: #7a2331;
  --brass: #b08a45;
  --line: rgba(20, 17, 15, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

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

.shell {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(20, 17, 15, 0.94);
  color: #fff;
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.08rem;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-size: 0.88rem;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

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

.hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 118px 0 84px;
  background:
    linear-gradient(90deg, rgba(20, 17, 15, 0.97), rgba(20, 17, 15, 0.78) 48%, rgba(20, 17, 15, 0.28)),
    url("/images/restaurant_interior.png") center / cover;
  color: #fff;
}

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

.kicker {
  margin: 0 0 16px;
  color: var(--brass);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 22px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.55rem, 6vw, 4.9rem);
  font-style: italic;
  font-weight: 400;
  line-height: 0.98;
}

h3 {
  font-size: 1.28rem;
  line-height: 1.16;
}

.serif {
  display: block;
  color: var(--mint);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.hero p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.17rem;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
}

.button.primary {
  background: var(--mint);
  color: var(--ink);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

section {
  padding: 84px 0;
}

.paper {
  background: var(--paper);
}

.dark {
  background: var(--ink);
  color: #fff;
}

.grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: start;
}

.lead {
  color: var(--graphite);
  font-size: 1.15rem;
}

.dark .lead,
.dark .card p {
  color: rgba(255, 255, 255, 0.7);
}

.cards,
.faq-list,
.link-grid {
  display: grid;
  gap: 16px;
}

.cards.three,
.link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.topic-link,
details {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
  padding: 24px;
  box-shadow: 0 20px 60px rgba(20, 17, 15, 0.055);
}

.dark .card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.card p,
details p {
  margin-bottom: 0;
  color: var(--graphite);
}

.num {
  display: block;
  margin-bottom: 32px;
  color: var(--brass);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 3.1rem;
  font-style: italic;
  line-height: 1;
}

.table {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--line);
}

.row {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1fr;
  gap: 1px;
}

.row > div {
  background: #fff;
  padding: 18px;
}

.row.head > div {
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.topic-link {
  display: block;
  text-decoration: none;
}

.topic-link strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.topic-link span {
  color: var(--graphite);
}

summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1.08rem;
}

details p {
  margin-top: 14px;
}

.cta {
  background: var(--wine);
  color: #fff;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.74);
}

footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0;
  font-size: 0.9rem;
}

.footer-inner a {
  text-decoration: none;
}

@media (max-width: 840px) {
  .nav-inner,
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .grid-2,
  .cards.three,
  .link-grid,
  .row {
    grid-template-columns: 1fr;
  }

  section {
    padding: 64px 0;
  }

  .hero {
    min-height: 0;
    padding-top: 96px;
  }
}
