:root {
  color-scheme: dark;
  --bg: #070809;
  --surface: #101114;
  --raised: #151619;
  --border: #28292d;
  --text: #f4f1ea;
  --muted: #96969c;
  --gold: #c7a66a;
  --gold-soft: rgba(199, 166, 106, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: Outfit, system-ui, sans-serif;
}

a {
  color: var(--gold);
  text-decoration: none;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 28px;
  background: rgba(7, 8, 9, 0.92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
}

.brand-mark {
  color: var(--gold);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.28em;
  font-size: 15px;
}

.nav-links {
  display: flex;
  gap: 22px;
  margin-left: auto;
}

.nav-links a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--text);
}

.lang {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--gold);
  min-width: 44px;
  min-height: 36px;
  padding: 0 10px;
  font: 600 12px/1 Outfit, system-ui, sans-serif;
  letter-spacing: 0.14em;
  cursor: pointer;
}

.hero,
.block,
.foot,
.missing {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  padding: 72px 0 56px;
  border-bottom: 1px solid var(--border);
}

.kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1,
.block h2,
.missing h1 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 0.92;
}

.hero h1 {
  font-size: clamp(56px, 12vw, 112px);
}

.hero h1 span {
  color: var(--gold);
}

.lede {
  max-width: 34rem;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions,
.missing p:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 2px;
  background: var(--gold);
  color: var(--bg);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn.ghost {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--gold);
}

.block {
  padding: 64px 0;
  border-bottom: 1px solid var(--border);
}

.block-head h2 {
  font-size: clamp(36px, 6vw, 56px);
}

.price {
  margin: 18px 0 0;
  color: var(--gold);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
}

.card a {
  color: inherit;
  display: block;
}

.flyer,
.fallback {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  background: var(--raised);
  display: block;
}

.fallback {
  display: grid;
  place-items: center;
  color: var(--gold);
  letter-spacing: 0.24em;
  font-weight: 700;
}

.card-body {
  padding: 16px 16px 18px;
}

.when,
.meta {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card h3 {
  margin: 8px 0 6px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
}

.venue {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.empty,
.note,
.fine {
  color: var(--muted);
  line-height: 1.5;
}

.note {
  margin-top: 28px;
  max-width: 36rem;
}

.perks {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.perks li {
  padding: 0 0 12px 0;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  line-height: 1.45;
}

.perks li::before {
  content: '• ';
  color: var(--gold);
}

.foot {
  padding: 40px 0 56px;
}

.foot .brand-mark {
  display: inline-block;
  margin-bottom: 12px;
}

.legal-links {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-links a {
  color: var(--gold);
}

.legal {
  padding: 48px 0 24px;
}

.legal h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 7vw, 56px);
  font-weight: 600;
  margin: 0;
}

.legal article {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.legal article h2 {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal article p {
  margin: 0;
  color: var(--text);
  line-height: 1.6;
}

.missing {
  padding: 80px 0;
}

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

  .hero {
    padding-top: 48px;
  }
}
