:root {
  --bg: #080608;
  --panel: #121015;
  --panel-2: #1a1418;
  --ink: #f8f2ea;
  --muted: #cdbfb2;
  --soft: #8f8179;
  --gold: #d9aa55;
  --gold-2: #f1cc7a;
  --red: #8d1023;
  --red-2: #c51d39;
  --line: rgba(241, 204, 122, 0.22);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(141, 16, 35, 0.26), transparent 34rem),
    linear-gradient(180deg, #090709 0%, #100b0e 42%, #080608 100%);
  color: var(--ink);
}

body::before {
  background: rgba(8, 6, 8, 0.72);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 160ms ease;
  z-index: 30;
}

.is-gated body::before {
  opacity: 1;
  pointer-events: auto;
}

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

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(8, 6, 8, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  min-height: 72px;
  padding: 0 22px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0;
}

.brand-logo {
  align-items: center;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  object-fit: contain;
  padding: 2px;
  width: 38px;
}

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

.nav a {
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--ink);
}

.nav .button {
  background: linear-gradient(135deg, #ffe08a, #d39a2d);
  border: 1px solid rgba(255, 236, 165, 0.75);
  box-shadow: 0 10px 28px rgba(217, 170, 85, 0.22);
  color: #120806;
  text-shadow: none;
}

.nav .button:hover,
.nav .button[aria-current="page"] {
  color: #070303;
  filter: brightness(1.08);
}

.nav-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  cursor: pointer;
  display: none;
  font-size: 1.35rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  min-width: 42px;
  padding: 0;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-toggle:hover,
.nav-toggle[aria-expanded="true"] {
  background: rgba(217, 170, 85, 0.14);
  border-color: rgba(241, 204, 122, 0.58);
  color: var(--gold-2);
}

.nav-toggle:active {
  transform: scale(0.96);
}

.button,
button.button {
  align-items: center;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border: 0;
  color: #1a0d09;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero {
  min-height: calc(100vh - 72px);
  position: relative;
}

.hero::before {
  background: linear-gradient(90deg, rgba(8, 6, 8, 0.96) 0%, rgba(8, 6, 8, 0.78) 42%, rgba(8, 6, 8, 0.18) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.hero-content,
.section,
.footer-inner {
  margin: 0 auto;
  max-width: var(--max);
  padding-left: 22px;
  padding-right: 22px;
}

.hero-content {
  display: grid;
  min-height: calc(100vh - 72px);
  padding-bottom: 70px;
  padding-top: 84px;
  place-items: center start;
  position: relative;
  z-index: 2;
}

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

.eyebrow {
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.modal-title {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 8vw, 6.7rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

h3 {
  font-size: 1.45rem;
}

.modal-title {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.lead {
  color: #efe4d8;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  max-width: 690px;
}

.cta-row,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.tag {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--muted);
  font-size: 0.9rem;
  padding: 9px 12px;
}

.section {
  padding-bottom: 84px;
  padding-top: 84px;
}

.section.tight {
  padding-top: 42px;
}

.section-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.section-head p {
  margin: 0;
  max-width: 520px;
}

.grid {
  display: grid;
  gap: 18px;
}

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

.grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow);
  padding: 24px;
}

.card img {
  aspect-ratio: 16 / 10;
  margin: -24px -24px 22px;
  object-fit: cover;
  width: calc(100% + 48px);
}

.number {
  color: var(--gold-2);
  font-weight: 900;
}

.band {
  background: linear-gradient(135deg, rgba(141, 16, 35, 0.34), rgba(217, 170, 85, 0.08));
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.article-layout {
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1fr) 310px;
}

.article {
  max-width: 770px;
}

.article h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  max-width: 12ch;
}

.article h2 {
  font-size: 2rem;
  margin-top: 44px;
}

.article p,
.article li {
  color: var(--muted);
  line-height: 1.8;
}

.article-hero-image {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  margin: 30px 0 38px;
  object-fit: cover;
  width: 100%;
}

.article a {
  color: var(--gold-2);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sidebar {
  align-self: start;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 22px;
  position: sticky;
  top: 96px;
}

.hero-mini {
  background: linear-gradient(135deg, rgba(141, 16, 35, 0.28), rgba(217, 170, 85, 0.08));
  border-bottom: 1px solid var(--line);
}

.hero-mini h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  max-width: 16ch;
}

.split {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
}

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

.notice {
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 18px;
}

.faq details {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0;
}

.faq summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 34px 0;
}

.footer-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}

.footer-inner p,
.footer-inner a {
  color: var(--soft);
  font-size: 0.92rem;
}

.age-gate {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  left: 50%;
  max-width: 480px;
  padding: 28px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  z-index: 40;
}

.age-gate[hidden] {
  display: none;
}

@media (max-width: 820px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    background: rgba(8, 6, 8, 0.96);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 16px 22px 24px;
    position: absolute;
    right: 0;
    top: 72px;
  }

  .nav[data-open] {
    display: flex;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(8, 6, 8, 0.92) 0%, rgba(8, 6, 8, 0.72) 55%, rgba(8, 6, 8, 0.9) 100%);
  }

  .hero-content {
    align-items: end;
    min-height: 720px;
  }

  .section-head,
  .split,
  .article-layout {
    display: block;
  }

  .grid.three,
  .grid.two {
    grid-template-columns: 1fr;
  }

  .sidebar {
    margin-top: 30px;
    position: static;
  }

  .split img {
    margin-top: 26px;
  }
}
