:root {
  --bg: #070706;
  --bg-soft: #0b0a09;
  --panel: #11100e;
  --ink: #f5f0e7;
  --muted: #aaa297;
  --muted-2: #777168;
  --gold: #c7a258;
  --gold-soft: #e2c985;
  --gold-deep: #866629;
  --line: rgba(255, 255, 255, .09);
  --line-gold: rgba(210, 174, 96, .3);
  --glass: rgba(18, 17, 14, .72);
  --success: #78aa84;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% -5%, rgba(199, 162, 88, .07), transparent 30rem),
    var(--bg);
  font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; min-width: 0; }
::selection { background: rgba(199, 162, 88, .28); }
[hidden] { display: none !important; }

.container { width: min(calc(100% - 28px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 28px), 900px); margin-inline: auto; }
.section { position: relative; padding: 76px 0; }
.section-tight { padding: 52px 0; }
.section-quiet { padding: 54px 0; }
.rule-line { height: 1px; background: linear-gradient(90deg, transparent, var(--line-gold), transparent); }

.display,
.section-title,
.editorial-title {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  letter-spacing: -.035em;
}
.display { font-size: clamp(2.2rem, 8vw, 5.2rem); line-height: .96; }
.display-small { font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1.02; }
.section-title { font-size: clamp(1.9rem, 6vw, 3.3rem); line-height: 1.03; }
.editorial-title { font-size: clamp(2.1rem, 5.8vw, 4.9rem); line-height: 1.02; }
.kicker {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.muted { color: var(--muted); }
.gold { color: var(--gold-soft); }

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}
.section-head-copy { max-width: 760px; }
.section-note { max-width: 640px; margin: 12px 0 0; color: var(--muted); font-size: .9rem; }

.glass {
  background: linear-gradient(145deg, rgba(255, 255, 255, .058), rgba(255, 255, 255, .016));
  border: 1px solid rgba(255, 255, 255, .095);
  box-shadow: inset 0 1px rgba(255, 255, 255, .055), 0 18px 60px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
}

.btn {
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, .035);
  color: var(--ink);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-1px); border-color: var(--line-gold); background: rgba(255, 255, 255, .06); }
.btn-gold { border-color: transparent; background: var(--gold-soft); color: #0b0906; }
.btn-gold:hover { background: #ecd99d; }
.btn-ghost { background: rgba(8, 8, 7, .42); }
.btn-small { min-height: 38px; padding-inline: 13px; font-size: .74rem; }
.btn-icon { width: 44px; padding: 0; }
.spear-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-soft);
  font-size: .77rem;
  font-weight: 700;
}
.spear-link img { width: 44px; height: 14px; object-fit: contain; }
.search-field {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  color: var(--ink);
  padding: 0 16px;
  outline: none;
}
.search-field:focus { border-color: rgba(226, 201, 133, .55); box-shadow: 0 0 0 3px rgba(199, 162, 88, .07); }

/* Header and navigation */
.site-header {
  position: fixed;
  inset: 12px 0 auto;
  z-index: 80;
  pointer-events: none;
}
.nav-shell {
  width: min(calc(100% - 22px), 1180px);
  height: 58px;
  margin: auto;
  padding: 7px 9px 7px 15px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  pointer-events: auto;
  background: rgba(8, 8, 7, .82);
  box-shadow: 0 15px 55px rgba(0, 0, 0, .34);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  transition: background .24s ease, border-color .24s ease, box-shadow .24s ease, opacity .24s ease, transform .24s ease;
}
.nav-logo { display: flex; align-items: center; flex: 0 0 auto; }
.nav-logo img { width: 132px; max-height: 38px; object-fit: contain; object-position: left center; }
.desktop-nav { display: none; align-items: center; gap: 2px; }
.desktop-nav a {
  padding: 10px 10px;
  border-radius: 999px;
  color: #c9c2b6;
  font-size: .72rem;
  font-weight: 600;
  transition: background .2s ease, color .2s ease;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current='page'] { background: rgba(255, 255, 255, .06); color: #fff; }
.desktop-nav .nav-cps { color: var(--gold-soft); }
.nav-actions { display: flex; align-items: center; gap: 6px; }
.menu-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .04);
  cursor: pointer;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  content: '';
  display: block;
  width: 17px;
  height: 1.5px;
  position: relative;
  background: #eee8dd;
  transition: transform .22s ease, background .22s ease;
}
.menu-btn span::before { position: absolute; transform: translateY(-5px); }
.menu-btn span::after { position: absolute; transform: translateY(5px); }
.menu-btn[aria-expanded='true'] span { background: transparent; }
.menu-btn[aria-expanded='true'] span::before { transform: rotate(45deg); }
.menu-btn[aria-expanded='true'] span::after { transform: rotate(-45deg); }

.mobile-nav {
  position: fixed;
  inset: 78px 11px auto;
  z-index: 75;
  max-height: calc(100svh - 92px);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(.985);
  transform-origin: top right;
  background: linear-gradient(145deg, rgba(24, 22, 18, .96), rgba(9, 9, 8, .97));
  box-shadow: 0 28px 90px rgba(0, 0, 0, .58);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}
.mobile-nav.open { opacity: 1; visibility: visible; transform: none; }
.mobile-nav > a {
  min-height: 52px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 15px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, .025);
  color: #ded8cd;
  font-size: .84rem;
  font-weight: 650;
}
.mobile-nav > a:hover { border-color: var(--line-gold); color: #fff; }
.mobile-nav .mobile-cps { color: var(--gold-soft); border-color: rgba(199, 162, 88, .2); }
.mobile-meta {
  grid-column: 1 / -1;
  padding: 11px 5px 3px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted-2);
  font-size: .66rem;
}
