:root {
  --black: #120c08;
  --brown: #2a160d;
  --copper: #b06d32;
  --gold: #d3a24a;
  --cream: #f5ead9;
  --muted: #cbb9a3;
  --brick: #74351f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cream);
  background: var(--black);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.6;
}

h1, h2, h3, .brand {
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 0.03em;
}

h1 {
  font-size: clamp(3.5rem, 10vw, 8rem);
  line-height: 0.9;
  margin: 0.1em 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}

h3 {
  color: var(--gold);
}

p {
  color: var(--muted);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  background: rgba(18, 12, 8, 0.82);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(211, 162, 74, 0.25);
}

.nav {
  width: min(1180px, 92%);
  margin: auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
}

.nav-links {
  display: flex;
  gap: 1.3rem;
}

.nav-links a {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.95rem;
}

.menu-toggle {
  display: none;
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--gold);
  padding: 0.45rem 0.65rem;
  border-radius: 6px;
}

.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  text-align: center;
  background:
    linear-gradient(rgba(18, 12, 8, 0.6), rgba(18, 12, 8, 0.92)),
    radial-gradient(circle at center, rgba(176, 109, 50, 0.28), transparent 45%),
    repeating-linear-gradient(0deg, #552615 0 18px, #4a2113 18px 21px, #32150d 21px 39px);
  padding: 8rem 1.25rem 4rem;
}

.hero-content {
  width: min(900px, 92%);
  position: relative;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 700;
  font-size: 0.8rem;
}

.tagline {
  max-width: 720px;
  margin: 1rem auto 2rem;
  font-size: 1.2rem;
}

.button {
  display: inline-block;
  background: var(--gold);
  color: var(--black);
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.section {
  width: min(1180px, 92%);
  margin: auto;
  padding: 6rem 0;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4rem;
  align-items: start;
}

.dark {
  width: 100%;
  padding-left: max(4%, calc((100% - 1180px) / 2));
  padding-right: max(4%, calc((100% - 1180px) / 2));
  background: linear-gradient(135deg, #1c100b, #2a160d);
  border-top: 1px solid rgba(211, 162, 74, 0.18);
  border-bottom: 1px solid rgba(211, 162, 74, 0.18);
}

.centered {
  max-width: 760px;
}

.cards {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

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

.card, .entry-box {
  background: rgba(245, 234, 217, 0.055);
  border: 1px solid rgba(211, 162, 74, 0.2);
  border-radius: 18px;
  padding: 1.5rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.menu-grid > div {
  border-left: 3px solid var(--copper);
  padding-left: 1rem;
}

ul {
  padding-left: 1.2rem;
  color: var(--muted);
}

.accent {
  width: 100%;
  padding-left: max(4%, calc((100% - 1180px) / 2));
  padding-right: max(4%, calc((100% - 1180px) / 2));
  background:
    linear-gradient(rgba(116, 53, 31, 0.88), rgba(42, 22, 13, 0.96)),
    repeating-linear-gradient(90deg, #74351f 0 24px, #63301d 24px 27px);
}

.entry {
  text-align: center;
}

.entry-box {
  max-width: 680px;
  margin: 2rem auto 0;
}

.qr-placeholder {
  width: 190px;
  height: 190px;
  margin: 2rem auto;
  display: grid;
  place-items: center;
  border: 3px dashed var(--gold);
  color: var(--gold);
  background: rgba(0,0,0,0.18);
}

.qr-placeholder span {
  display: block;
  font-weight: 800;
}

.qr-placeholder small {
  display: block;
  color: var(--muted);
}

.note {
  font-size: 0.9rem;
  color: #e3cfae;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.photo-placeholder {
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  color: var(--muted);
  background:
    linear-gradient(rgba(18, 12, 8, 0.55), rgba(18, 12, 8, 0.55)),
    repeating-linear-gradient(45deg, #2b1810 0 16px, #3b1f13 16px 32px);
  border: 1px solid rgba(211, 162, 74, 0.2);
}

.footer {
  text-align: center;
  padding: 4rem 1rem;
  border-top: 1px solid rgba(211, 162, 74, 0.22);
}

.footer h2 {
  color: var(--gold);
  margin-bottom: 0.25rem;
}

@media (max-width: 780px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    padding: 1rem 4%;
    background: rgba(18, 12, 8, 0.96);
  }

  .nav-links.open {
    display: flex;
  }

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

  .section {
    padding: 4rem 0;
  }
}
