:root {
  --bg: #050505;
  --surface: #0e0e0e;
  --surface-soft: #15130f;
  --text: #f4f1e9;
  --muted: #c7c0b3;
  --gold: #d0a64e;
  --gold-light: #f0df86;
  --gold-dark: #9b6522;
  --border: rgba(208, 166, 78, 0.48);
  --max-width: 1180px;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--gold-light); text-decoration-thickness: 1px; text-underline-offset: .22em; }
a:hover { color: #fff3ad; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: .75rem 1rem;
  transform: translateY(-160%);
  background: var(--gold-light);
  color: #090909;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 2.5rem), var(--max-width)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 5, 5, .92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 200px; }
.nav { display: flex; align-items: center; gap: 1.35rem; }
.nav a { color: var(--text); text-decoration: none; font-size: .96rem; font-weight: 700; letter-spacing: .02em; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--gold-light); }

.hero {
  min-height: min(760px, calc(100vh - 82px));
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 77% 48%, rgba(208,166,78,.12), transparent 35%),
    linear-gradient(120deg, #030303 12%, #080704 58%, #030303 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6.5rem);
  padding-block: clamp(4rem, 9vw, 7rem);
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold-light);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin-top: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}
h1 { margin-bottom: 1.3rem; font-size: clamp(3rem, 7vw, 6.6rem); letter-spacing: -.04em; }
h2 { margin-bottom: 1.2rem; font-size: clamp(2.25rem, 4.8vw, 4rem); letter-spacing: -.025em; }
h3 { margin-bottom: .75rem; font-size: 1.45rem; }
.lead { max-width: 760px; margin: 0; color: #fff; font-size: clamp(1.16rem, 2.4vw, 1.45rem); }
.hero-note {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-top: 2rem;
  padding: .88rem 1rem;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-weight: 850;
  letter-spacing: .02em;
}
.hero-note::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 18px rgba(240,223,134,.8); }
.hero-logo { position: relative; display: grid; place-items: center; }
.hero-logo::before {
  content: "";
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(208,166,78,.13);
  filter: blur(58px);
}
.hero-logo img { position: relative; width: min(100%, 580px); filter: drop-shadow(0 24px 60px rgba(0,0,0,.62)); }

.section { padding-block: clamp(4.75rem, 10vw, 8rem); }
.section + .section { border-top: 1px solid var(--border); }
.section-intro { max-width: 820px; }
.section-intro p { color: var(--muted); font-size: 1.12rem; }
.gold-rule { width: 92px; height: 2px; margin: 1.3rem 0 2rem; background: linear-gradient(90deg, var(--gold-dark), var(--gold-light)); }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3rem;
}
.feature-card {
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2.1rem);
  border: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(208,166,78,.08), rgba(255,255,255,.018));
  box-shadow: var(--shadow);
}
.feature-number { display: block; margin-bottom: 1rem; color: var(--gold-light); font-family: Georgia, serif; font-size: 2.3rem; }
.feature-card p { margin-bottom: 0; color: var(--muted); }

.quote-section { background: var(--surface-soft); }
.quote-wrap {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}
.quote-mark {
  width: min(100%, 320px);
  margin-inline: auto;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 50%;
}
.quote-copy blockquote { margin: 0; color: #fff; font-family: Georgia, serif; font-size: clamp(1.55rem, 3.3vw, 2.55rem); line-height: 1.35; }
.quote-copy p { color: var(--muted); }

.event-panel {
  padding: clamp(2rem, 6vw, 4.5rem);
  border: 1px solid var(--gold);
  background: linear-gradient(135deg, #0b0905, #151006 56%, #080807);
  box-shadow: var(--shadow);
  text-align: center;
}
.event-panel p { max-width: 750px; margin-inline: auto; color: var(--muted); font-size: 1.1rem; }
.button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: .9rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .78rem 1.2rem;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #080706;
  text-decoration: none;
  font-weight: 900;
}
.button:hover { background: var(--gold-light); color: #000; }
.button-secondary { background: transparent; color: var(--text); }
.button-secondary:hover { background: rgba(208,166,78,.1); color: var(--gold-light); }

.site-footer { border-top: 1px solid var(--border); background: #020202; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 2.5rem;
  padding-block: 3.5rem;
}
.footer-logo { width: 200px; margin-bottom: 1.15rem; }
.footer-title { margin: 0 0 .75rem; color: var(--gold); font-size: .92rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-text, address { margin: 0; color: var(--muted); font-style: normal; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { width: fit-content; color: var(--text); }
.footer-bottom { padding-block: 1rem; border-top: 1px solid rgba(208,166,78,.25); color: #9d978c; font-size: .88rem; }
.footer-bottom p { margin: 0; }

.legal-hero { padding-block: clamp(3.5rem, 8vw, 6.5rem); border-bottom: 1px solid var(--border); }
.legal-content { max-width: 850px; padding-block: clamp(3.5rem, 8vw, 6rem); }
.legal-content h2 { margin-top: 2.6rem; font-size: 1.85rem; }
.legal-content h3 { margin-top: 2rem; font-size: 1.35rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content strong { color: var(--text); }

:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

@media (max-width: 900px) {
  .header-inner { min-height: auto; padding-block: 1rem; align-items: flex-start; flex-direction: column; gap: .85rem; }
  .nav { width: 100%; overflow-x: auto; padding-bottom: .2rem; }
  .nav a { white-space: nowrap; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-logo { order: 1; }
  .hero-logo img { width: min(78vw, 480px); }
  .feature-grid { grid-template-columns: 1fr; }
  .quote-wrap { grid-template-columns: 1fr; }
  .quote-mark { width: min(70vw, 280px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 1.5rem), var(--max-width)); }
  .brand img, .footer-logo { width: 175px; }
  .nav { gap: 1rem; }
  .nav a { font-size: .9rem; }
  .hero-grid { padding-block: 2.8rem 4.5rem; }
  h1 { font-size: clamp(2.55rem, 14vw, 4.3rem); }
  .hero-note { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
