:root {
  --bg: #16211d;
  --bg-deep: #0f1714;
  --surface: #e8deca;
  --surface-soft: rgba(232, 222, 202, 0.08);
  --surface-strong: rgba(232, 222, 202, 0.14);
  --line: rgba(232, 222, 202, 0.16);
  --line-strong: rgba(232, 222, 202, 0.28);
  --text: #f2eadb;
  --text-dark: #251913;
  --text-muted: rgba(242, 234, 219, 0.74);
  --text-soft-dark: #725f4f;
  --accent: #b88c49;
  --accent-deep: #8e672f;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 28%, rgba(184, 140, 73, 0.14), transparent 20%),
    linear-gradient(180deg, #1c2823 0%, var(--bg) 34%, var(--bg-deep) 100%);
}

body.age-gate-open {
  overflow: hidden;
}

a {
  color: inherit;
}

.site-shell {
  position: relative;
}

.hero {
  position: relative;
  min-height: 88svh;
  padding: 18px clamp(18px, 3vw, 42px) 28px;
  overflow: clip;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
}

.hero::before {
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  right: 4%;
  top: 22%;
  background:
    radial-gradient(circle, rgba(184, 140, 73, 0.2) 0%, rgba(184, 140, 73, 0) 70%);
}

.hero::after {
  width: min(26vw, 300px);
  height: min(26vw, 300px);
  left: -6%;
  bottom: 2%;
  background:
    radial-gradient(circle, rgba(255, 214, 150, 0.08) 0%, rgba(255, 214, 150, 0) 70%);
}

.site-header,
.hero-inner,
.section,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    backdrop-filter 220ms ease,
    transform 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(12, 18, 16, 0.78);
  border-color: rgba(232, 222, 202, 0.12);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(232, 222, 202, 0.28);
  border-radius: 50%;
  color: var(--surface);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.brand-name,
.hero-brand {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-name {
  font-size: 1.5rem;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-solid {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #10100e;
}

.button-muted {
  border-color: rgba(232, 222, 202, 0.18);
  background: rgba(232, 222, 202, 0.06);
  color: var(--text);
}

.hero-inner {
  display: block;
  max-width: 1240px;
  min-height: calc(88svh - 120px);
  margin: 0 auto;
  padding: clamp(46px, 9vh, 96px) 0 24px;
}

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

.hero-kicker,
.section-kicker,
.micro-copy {
  margin: 0;
  color: rgba(242, 234, 219, 0.74);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.menu-stage-body h3,
.story-points h3,
.age-gate-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(2.7rem, 5.6vw, 4.9rem);
  line-height: 0.94;
}

.hero-lead {
  max-width: 34rem;
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero-meta {
  margin: 18px 0 0;
  color: rgba(242, 234, 219, 0.62);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-copy p,
.story-points p,
.section-intro,
.menu-stage-body p,
.visit-layout p,
.age-gate-panel p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.75;
}

.section {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) clamp(18px, 3vw, 42px);
}

.section + .section {
  border-top: 1px solid rgba(232, 222, 202, 0.1);
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 700px;
}

.section-intro {
  max-width: 34rem;
}

.section-heading h2 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.92;
}

.story-layout,
.visit-layout {
  display: grid;
  gap: 34px;
  margin-top: 34px;
}

.story-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.story-copy {
  max-width: 40rem;
  font-size: 1rem;
}

.story-copy p + p {
  margin-top: 16px;
}

.story-points {
  display: grid;
  gap: 0;
  align-content: start;
  border-top: 1px solid rgba(232, 222, 202, 0.12);
}

.story-points p {
  padding: 18px 0;
  border-bottom: 1px solid rgba(232, 222, 202, 0.12);
}

.menu-stage {
  margin-top: 34px;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(232, 222, 202, 0.06), rgba(232, 222, 202, 0.02));
  box-shadow: var(--shadow);
}

.menu-stage-top {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(232, 222, 202, 0.1);
}

.menu-stage-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(232, 222, 202, 0.22);
}

.menu-stage-body {
  display: grid;
  align-content: center;
  min-height: calc(520px - 45px);
  padding: clamp(26px, 4vw, 44px);
  background:
    radial-gradient(circle at 80% 25%, rgba(184, 140, 73, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(12, 18, 16, 0.08), rgba(12, 18, 16, 0));
}

.menu-stage-body h3 {
  margin-top: 14px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.95;
  color: var(--surface);
}

.menu-stage-body p:last-child {
  max-width: 30rem;
  margin-top: 14px;
}

.menu-stage-body .button {
  width: fit-content;
  margin-top: 24px;
}

.visit-layout {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.visit-copy {
  max-width: 42rem;
}

.visit-address {
  color: var(--surface) !important;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.visit-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 42px) 36px;
  color: rgba(242, 234, 219, 0.58);
  font-size: 0.86rem;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(8, 12, 10, 0.72);
  backdrop-filter: blur(16px);
}

.age-gate.is-visible {
  display: grid;
}

.age-gate-panel {
  width: min(540px, 100%);
  padding: clamp(26px, 5vw, 40px);
  border: 1px solid rgba(232, 222, 202, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(239, 230, 212, 0.98), rgba(228, 216, 194, 0.98));
  color: var(--text-dark);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.age-gate-panel .micro-copy {
  color: #7d6447;
}

.age-gate-panel h2 {
  margin-top: 12px;
  font-size: clamp(2.8rem, 7vw, 4.3rem);
  line-height: 0.94;
}

.age-gate-panel p {
  margin-top: 14px;
  color: var(--text-soft-dark);
}

.age-gate-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.age-gate .button-muted {
  background: rgba(37, 25, 19, 0.07);
  border-color: rgba(37, 25, 19, 0.08);
  color: var(--text-dark);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

body.is-ready .hero .reveal {
  opacity: 1;
  transform: translateY(0);
}

body.is-ready .hero .reveal:nth-child(2) {
  transition-delay: 90ms;
}

body.is-ready .hero .reveal:nth-child(3) {
  transition-delay: 180ms;
}

body.is-ready .hero .reveal:nth-child(4) {
  transition-delay: 270ms;
}

body.is-ready .hero .reveal:nth-child(5) {
  transition-delay: 360ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
    border-radius: 28px;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero-inner,
  .story-layout,
  .visit-layout,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding-top: 54px;
  }

  .visit-actions {
    justify-content: flex-start;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-inline: 12px;
    padding-bottom: 18px;
  }

  .section {
    padding: 54px 12px;
  }

  .site-header {
    top: 8px;
    gap: 14px;
    padding: 14px;
  }

  .brand-name {
    font-size: 1.28rem;
  }

  .site-nav {
    gap: 14px;
  }

  .site-nav a {
    font-size: 0.76rem;
  }

  .hero-actions,
  .visit-actions,
  .age-gate-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .menu-stage {
    min-height: 420px;
    border-radius: 26px;
  }

  .menu-stage-body {
    min-height: calc(420px - 45px);
  }

  .hero-meta {
    display: grid;
    gap: 8px;
    letter-spacing: 0.12em;
  }

  .hero-meta span {
    display: none;
  }
}
