:root {
  --ink: #17100c;
  --paper: #fff7ea;
  --cream: #f3dfbf;
  --gold: #d9a24a;
  --red: #9d2f1d;
  --sea: #1f4650;
  --muted: rgba(255, 247, 234, 0.8);
  --line: rgba(255, 247, 234, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 24px;
  background: linear-gradient(180deg, rgba(23, 16, 12, 0.9), rgba(23, 16, 12, 0.16));
}

.brand {
  display: grid;
  text-decoration: none;
  line-height: 1.03;
}

.brand span {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 900;
}

.brand small {
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav a {
  padding: 8px 10px;
  color: rgba(255, 247, 234, 0.84);
  font-size: 14px;
  font-weight: 780;
  text-decoration: none;
}

.nav .call-link {
  color: var(--ink);
  background: var(--gold);
  border-radius: 999px;
  font-weight: 950;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  z-index: -2;
  background: rgba(23, 16, 12, 0.14);
}

.hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(23, 16, 12, 0.92), rgba(23, 16, 12, 0.5), rgba(23, 16, 12, 0.08)),
    linear-gradient(180deg, rgba(23, 16, 12, 0.34), rgba(23, 16, 12, 0.08) 45%, rgba(23, 16, 12, 0.76));
}

.hero {
  background-image: url("assets/real/site-06.jpg");
  background-position: center;
  background-size: cover;
}

.hero-copy {
  width: min(780px, calc(100% - 42px));
  margin-left: max(21px, calc((100vw - 1120px) / 2));
  padding: 118px 0 76px;
}

.demo-label,
.eyebrow {
  margin: 0 0 13px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.demo-label {
  display: inline-flex;
  padding: 7px 11px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  text-transform: none;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
}

h1 {
  max-width: 860px;
  font-size: clamp(46px, 7vw, 82px);
}

h2 {
  max-width: 800px;
  font-size: clamp(34px, 5vw, 58px);
}

h3,
p {
  overflow-wrap: anywhere;
}

h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.hero-copy p:not(.demo-label):not(.eyebrow),
.section-head p,
.section-copy p,
.booking-panel p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

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

.actions.compact {
  margin-top: 24px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none;
}

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

.button.secondary {
  color: var(--paper);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.08);
}

.quick-strip {
  display: grid;
  gap: 1px;
  background: rgba(255, 247, 234, 0.12);
}

.quick-strip div {
  padding: 30px 26px;
  background: var(--sea);
}

.quick-strip span,
.hours-grid span,
.menu-category h3 {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.quick-strip strong {
  display: block;
  margin-top: 5px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.quick-strip p {
  max-width: 370px;
  margin: 9px 0 0;
  color: rgba(255, 247, 234, 0.74);
}

.split-section {
  display: grid;
  color: var(--ink);
  background: var(--paper);
}

.section-copy,
.booking-panel {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 72px 30px;
}

.section-copy {
  background:
    linear-gradient(rgba(255, 247, 234, 0.88), rgba(255, 247, 234, 0.9)),
    url("assets/real/site-03.jpg") center / cover;
}

.section-copy .eyebrow,
.booking-panel .eyebrow,
.menu-section .eyebrow {
  color: var(--red);
}

.section-copy h2,
.booking-panel h3 {
  color: var(--ink);
}

.section-copy p,
.booking-panel p {
  color: rgba(23, 16, 12, 0.7);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tag-row span {
  padding: 8px 11px;
  border: 1px solid rgba(23, 16, 12, 0.15);
  background: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 900;
}

.booking-panel {
  justify-items: center;
  text-align: center;
  background: #fff;
}

.booking-panel .button,
.phone-link {
  width: min(310px, 100%);
}

.phone-link {
  margin-top: 14px;
  color: var(--red);
  font-weight: 950;
}

.hours-section,
.menu-section,
.reviews-section {
  padding: 92px 26px;
}

.hours-section {
  background:
    linear-gradient(rgba(23, 16, 12, 0.8), rgba(23, 16, 12, 0.74)),
    url("assets/real/site-06.jpg") center / cover fixed;
}

.section-head {
  width: min(1100px, 100%);
  margin: 0 auto 34px;
}

.hours-grid,
.menu-board,
.review-grid {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.hours-grid div,
.menu-category,
.review-grid blockquote {
  padding: 20px;
  background: rgba(49, 31, 22, 0.62);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.hours-grid strong {
  display: block;
  margin-top: 5px;
  font-size: 20px;
}

.location-strip {
  display: grid;
  min-height: 520px;
  background: #030303;
}

.location-photo {
  min-height: 360px;
  background-image: url("assets/real/site-04.jpg");
  background-position: center;
  background-size: cover;
}

.location-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 70px 48px;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.72), #030303 36%),
    radial-gradient(circle at 20% 30%, rgba(217, 162, 74, 0.14), transparent 34%);
}

.location-copy .eyebrow {
  color: var(--paper);
  font-size: 20px;
}

.location-copy address {
  color: rgba(255, 247, 234, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.35;
}

.phone-line {
  margin-top: 22px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 850;
  text-decoration: none;
}

.menu-section {
  color: var(--ink);
  background: var(--cream);
}

.menu-section .section-head p {
  color: rgba(23, 16, 12, 0.7);
}

.menu-board {
  align-items: start;
}

.menu-category {
  background: #fff8ef;
  border-color: rgba(23, 16, 12, 0.14);
  box-shadow: 0 18px 45px rgba(91, 54, 27, 0.12);
}

.menu-category h3 {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 18px;
}

.menu-category ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-category li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  padding: 11px 0;
  border-top: 1px solid rgba(23, 16, 12, 0.12);
}

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

.menu-category li span {
  color: var(--ink);
  font-weight: 760;
}

.menu-category li strong {
  color: var(--red);
  font-weight: 950;
  white-space: nowrap;
}

.reviews-section {
  background:
    linear-gradient(180deg, rgba(23, 16, 12, 0.92), rgba(23, 16, 12, 0.86)),
    url("assets/real/site-05.jpg") center / cover;
}

.review-grid blockquote {
  margin: 0;
}

.review-grid p {
  margin: 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.25;
}

.review-grid cite {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-style: normal;
  font-weight: 850;
}

.site-footer {
  padding: 74px 28px 34px;
  color: var(--paper);
  background: #030303;
  text-align: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 30px;
  margin-bottom: 46px;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-nav a {
  color: var(--paper);
  text-decoration: none;
}

.footer-brand {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.footer-brand span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 88px);
  font-weight: 950;
  line-height: 0.9;
}

.footer-brand strong {
  font-size: 18px;
  text-transform: uppercase;
}

.footer-brand small {
  color: rgba(255, 247, 234, 0.7);
  font-size: 13px;
  font-weight: 850;
}

.site-footer .phone-line {
  display: inline-block;
}

.demo-note {
  max-width: 830px;
  margin: 34px auto 0;
  color: rgba(255, 247, 234, 0.52);
  font-size: 13px;
}

@media (min-width: 760px) {
  .quick-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split-section {
    grid-template-columns: 1.45fr 1fr;
  }

  .section-copy,
  .booking-panel {
    padding-inline: 54px;
  }

  .hours-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .location-strip {
    grid-template-columns: 1.55fr 1fr;
  }

  .menu-board,
  .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .topbar {
    padding: 13px 16px;
    background: rgba(23, 16, 12, 0.92);
  }

  .brand span {
    font-size: 22px;
  }

  .nav a:not(.call-link) {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-copy {
    width: min(100% - 34px, 780px);
    margin-inline: auto;
    padding-top: 108px;
  }

  .hero-copy p:not(.demo-label):not(.eyebrow),
  .section-head p,
  .section-copy p,
  .booking-panel p {
    font-size: 16px;
  }

  .quick-strip div,
  .section-copy,
  .booking-panel,
  .location-copy {
    padding: 46px 18px;
  }

  .hours-section,
  .menu-section,
  .reviews-section {
    padding: 64px 18px;
  }

  .hours-section {
    background-attachment: scroll;
  }

  .location-copy .eyebrow {
    font-size: 17px;
  }

  .location-copy address,
  .phone-line {
    font-size: 20px;
  }

  .button {
    width: 100%;
  }
}
