:root {
  --ink: #21140c;
  --bg: #fff7e9;
  --paper: #fffaf2;
  --panel: #321b12;
  --text: #fff7e9;
  --muted: #7a5b43;
  --gold: #d8a642;
  --red: #b93525;
  --red-dark: #8e2418;
  --border: rgba(33, 20, 12, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 247, 233, 0.94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--red-dark);
}

.nav-links {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.header-button {
  padding: 10px 16px;
  background: var(--red);
  color: white;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero {
  min-height: 720px;
  display: grid;
  align-items: end;
  padding: 150px clamp(20px, 7vw, 90px) 84px;
  background:
    linear-gradient(90deg, rgba(33, 20, 12, 0.9), rgba(33, 20, 12, 0.36)),
    url("https://img.restaurantguru.com/c0e1-Restaurant-Golden-Lily-facade.jpg")
      center / cover;
  color: var(--text);
}

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

.eyebrow,
.label,
.item-number {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.05;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(44px, 8vw, 88px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 58px);
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.hero-text {
  max-width: 590px;
  color: #ffe9c4;
  font-size: 18px;
}

.hero-actions,
.menu-photo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.button.primary,
.menu-photo-links a {
  background: var(--red);
  color: white;
}

.button.primary:hover,
.menu-photo-links a:hover {
  background: var(--red-dark);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.62);
  color: white;
}

.button.full {
  width: 100%;
  margin-top: 20px;
}

.notice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.notice-row span {
  padding: 8px 12px;
  background: rgba(255, 247, 233, 0.12);
  border: 1px solid rgba(255, 247, 233, 0.22);
  color: #ffe9c4;
  font-size: 13px;
  font-weight: 700;
}

.quick-info {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 1px;
  background: var(--border);
}

.quick-info > div {
  padding: 26px clamp(18px, 4vw, 50px);
  background: var(--paper);
}

.quick-info a {
  color: var(--red-dark);
  font-size: 24px;
  font-weight: 800;
}

.section,
.set-meals,
.reviews,
.visit-section {
  padding: 88px clamp(20px, 6vw, 80px);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 40px;
  background: var(--bg);
}

.intro-section p:last-child,
.section-heading p {
  color: var(--muted);
}

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

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

.dish-grid,
.set-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.dish-card,
.set-grid article,
.menu-category,
.visit-card {
  background: white;
  border: 1px solid var(--border);
}

.dish-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.dish-card div,
.set-grid article,
.menu-category {
  padding: 22px;
}

.dish-card strong,
.price {
  color: var(--red-dark);
  font-weight: 800;
}

.set-meals {
  background: var(--panel);
  color: var(--text);
}

.set-meals .section-heading {
  color: var(--text);
}

.set-grid article {
  background: rgba(255, 247, 233, 0.08);
  border-color: rgba(255, 247, 233, 0.18);
}

.set-grid p {
  color: #ffe9c4;
}

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

.menu-category h3 {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  color: var(--red-dark);
}

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

.menu-category li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(33, 20, 12, 0.18);
}

.menu-category li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.menu-photo-links a {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  background: var(--bg);
}

blockquote {
  margin: 0;
  padding: 26px;
  background: var(--paper);
  border-left: 5px solid var(--red);
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.35;
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 38px;
  background: #27150e;
  color: var(--text);
}

.visit-section p {
  color: #ffe9c4;
}

.visit-card {
  padding: 30px;
  background: var(--paper);
  color: var(--ink);
}

.visit-card p {
  color: var(--ink);
}

.visit-card a:not(.button) {
  color: var(--red-dark);
  font-size: 24px;
  font-weight: 800;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 20px;
  padding: 28px clamp(20px, 6vw, 80px);
  background: #160c08;
  color: #e5cfa4;
  font-size: 14px;
}

.footer-note {
  grid-column: 1 / -1;
  max-width: 820px;
  color: rgba(229, 207, 164, 0.74);
}

@media (max-width: 880px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 640px;
    padding-top: 110px;
  }

  .quick-info,
  .intro-section,
  .dish-grid,
  .set-grid,
  .reviews,
  .review-grid,
  .visit-section,
  .menu-grid,
  .footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 14px;
  }

  .brand {
    font-size: 21px;
  }

  .header-button {
    padding: 8px 10px;
    font-size: 11px;
  }

  .hero {
    min-height: 600px;
  }

  .button {
    width: 100%;
  }

  .menu-category li {
    display: grid;
    gap: 3px;
  }
}
