:root {
  --bg: #150f0b;
  --bg-2: #22140d;
  --cream: #fff2d7;
  --muted: #d9b98f;
  --text: #fff8eb;
  --red: #b72f1f;
  --red-dark: #7d1e15;
  --gold: #dba954;
  --green: #436b39;
  --line: rgba(255, 242, 215, 0.18);
  --shadow: 0 24px 70px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, #3d1c11, var(--bg) 42%);
}

a { color: inherit; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(20px, 5vw, 64px);
  background: linear-gradient(to bottom, rgba(15,10,7,.86), rgba(15,10,7,.25));
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  text-decoration: none;
  opacity: .92;
}

.main-nav a:hover { color: var(--gold); }

.nav-cta {
  border: 1px solid var(--gold);
  padding: 10px 18px;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 38px;
  height: 32px;
}
.menu-toggle span {
  display: block;
  height: 2px;
  margin: 7px 0;
  background: var(--cream);
}

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 150px clamp(20px, 8vw, 110px) 90px;
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(16,10,6,.96) 0%, rgba(16,10,6,.78) 42%, rgba(16,10,6,.25) 100%),
    radial-gradient(circle at 72% 40%, rgba(183,47,31,.42), transparent 23%),
    radial-gradient(circle at 80% 65%, rgba(219,169,84,.32), transparent 26%),
    linear-gradient(135deg, #2d140d, #110b07 62%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -170px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #e3b060 0 9%, transparent 10% 100%),
    conic-gradient(from 16deg, #e8bb61, #c84b2d, #e2b25d, #f1d28a, #c84529, #e8bb61);
  box-shadow: inset 0 0 0 28px rgba(255,242,215,.24), 0 30px 90px rgba(0,0,0,.35);
  opacity: .78;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 790px;
}

.eyebrow, .section-kicker {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
  font-weight: 800;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: .96;
  margin: 0;
}

h1 {
  font-size: clamp(58px, 11vw, 138px);
  max-width: 900px;
  letter-spacing: -.04em;
}

h2 { font-size: clamp(42px, 6vw, 78px); letter-spacing: -.035em; }
h3 { font-size: 30px; }

.hero-copy {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,248,235,.84);
}

.hero-actions, .center-action { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.center-action { justify-content: center; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .02em;
}
.btn.primary { background: var(--red); color: #fff; box-shadow: 0 12px 30px rgba(183,47,31,.34); }
.btn.secondary { border: 1px solid var(--line); color: var(--cream); }

.hero-card {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 8vw, 100px);
  bottom: 80px;
  width: min(320px, calc(100% - 40px));
  padding: 26px;
  background: rgba(255,242,215,.1);
  border: 1px solid var(--line);
  border-radius: 26px;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.hero-card p { color: var(--gold); margin: 0 0 10px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.hero-card strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 34px; line-height: 1; }
.hero-card span { display: block; margin-top: 12px; color: rgba(255,248,235,.78); line-height: 1.55; }

.section { padding: clamp(70px, 10vw, 130px) clamp(20px, 7vw, 100px); }
.intro-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 34px;
}
.intro-text p, .split-copy p, .reservation-card p {
  color: rgba(255,248,235,.78);
  line-height: 1.75;
  font-size: 17px;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,242,215,.04);
}
.feature { padding: clamp(32px, 5vw, 60px); border-right: 1px solid var(--line); }
.feature:last-child { border-right: 0; }
.feature span { color: var(--gold); font-weight: 900; letter-spacing: .18em; font-size: 12px; }
.feature h3 { margin: 18px 0 8px; }
.feature p { color: rgba(255,248,235,.75); line-height: 1.6; margin: 0; }

.section-header { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.menu-preview { background: linear-gradient(180deg, rgba(125,30,21,.28), rgba(21,15,11,0)); }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1060px;
  margin: 0 auto;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(255,242,215,.06);
  border-radius: 24px;
}
.menu-item h3 { font-size: 34px; margin-bottom: 8px; }
.menu-item p { color: rgba(255,248,235,.7); line-height: 1.55; margin: 0; }
.menu-item strong { color: var(--gold); white-space: nowrap; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}
.split-visual {
  min-height: 500px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,242,215,.22), transparent 18%),
    radial-gradient(circle at 80% 25%, rgba(183,47,31,.46), transparent 22%),
    linear-gradient(145deg, #35170e, #0e0906);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.pizza-plate {
  width: min(360px, 76vw);
  height: min(360px, 76vw);
  border-radius: 50%;
  background: conic-gradient(from -12deg, #f1c267, #c53a22, #edc475, #f7d38a, #af2e1f, #e5b45e, #f1c267);
  box-shadow: inset 0 0 0 22px rgba(255,255,255,.18), 0 34px 80px rgba(0,0,0,.36);
  position: relative;
}
.pizza-plate span {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--red-dark);
}
.pizza-plate span:nth-child(1){ left: 32%; top: 24%; }
.pizza-plate span:nth-child(2){ right: 26%; top: 38%; }
.pizza-plate span:nth-child(3){ left: 42%; bottom: 24%; }
.pizza-plate span:nth-child(4){ left: 22%; bottom: 38%; }
.pizza-plate span:nth-child(5){ right: 34%; bottom: 18%; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; }
.check-list li { padding: 14px 0 14px 34px; position: relative; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }

.reservation {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 24px;
  background: linear-gradient(135deg, rgba(183,47,31,.32), rgba(21,15,11,1));
}
.reservation-card, .hours {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255,242,215,.06);
}
.contact-list { display: grid; gap: 12px; margin-top: 24px; }
.contact-list a, .contact-list span {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(0,0,0,.18);
  text-decoration: none;
}
.hours p { color: rgba(255,248,235,.78); line-height: 1.6; }

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px clamp(20px, 7vw, 100px);
  border-top: 1px solid var(--line);
  color: rgba(255,248,235,.72);
}
.site-footer a { text-decoration: none; color: var(--gold); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 860px) {
  .site-header { padding: 16px 20px; }
  .menu-toggle { display: block; position: relative; z-index: 30; }
  .main-nav {
    position: fixed;
    inset: 0;
    background: rgba(18,11,7,.98);
    flex-direction: column;
    justify-content: center;
    transform: translateX(100%);
    transition: transform .35s ease;
    font-size: 24px;
  }
  .main-nav.open { transform: translateX(0); }
  .hero { padding-top: 130px; padding-bottom: 260px; }
  .hero::after { width: 460px; height: 460px; right: -200px; bottom: -140px; }
  .hero-card { left: 20px; right: 20px; bottom: 38px; }
  .intro-grid, .split, .reservation { grid-template-columns: 1fr; }
  .feature-band, .menu-grid { grid-template-columns: 1fr; }
  .feature { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature:last-child { border-bottom: 0; }
  .split-visual { min-height: 360px; }
  .site-footer { flex-direction: column; gap: 10px; text-align: center; }
}
