:root {
  --bg: #07090f;
  --surface: #101521;
  --surface-2: #171d2a;
  --line: rgba(232, 201, 106, .24);
  --gold: #e8c96a;
  --text: #f4f1e8;
  --muted: #b7b3aa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at top, #172039 0, var(--bg) 36rem); color: var(--text); font: 17px/1.72 "Barlow", sans-serif; }
a { color: inherit; text-underline-offset: 4px; }
.skip-link { position: absolute; left: -9999px; top: 10px; padding: 8px 12px; background: var(--gold); color: #080808; z-index: 10; }
.skip-link:focus { left: 10px; }
.shell { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
.site-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.brand { color: var(--gold); font-family: "Cinzel", serif; font-weight: 900; text-decoration: none; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; }
.nav-links a { color: var(--muted); font: 700 13px/1 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold); }
.collection-header, .article-header { padding: 76px 0 52px; border-bottom: 1px solid var(--line); }
.article-header { max-width: 900px; }
.eyebrow, .label, .back-link { display: block; color: var(--gold); font: 700 13px/1 "Barlow Condensed", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.back-link { margin-bottom: 38px; text-decoration: none; }
h1, h2, h3, h4 { font-family: "Barlow Condensed", sans-serif; }
h1 { max-width: 920px; margin: 15px 0 0; font-size: clamp(46px, 8vw, 84px); line-height: .96; text-transform: uppercase; }
.lede { max-width: 800px; margin: 24px 0 0; color: var(--muted); font-size: clamp(19px, 2.5vw, 23px); }
.meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 24px; color: var(--muted); font-size: 14px; }
.article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 54px 0 72px; }
.article-card { display: block; padding: 28px; border: 1px solid var(--line); background: var(--surface); text-decoration: none; }
.article-card:hover { border-color: var(--gold); background: var(--surface-2); }
.article-card h2 { margin: 14px 0 0; font-size: 31px; line-height: 1.05; text-transform: uppercase; }
.article-card p { margin: 14px 0; color: var(--muted); }
.card-meta { color: var(--muted); font-size: 13px; }
.empty-state { grid-column: 1 / -1; padding: 28px; border: 1px solid var(--line); background: var(--surface); color: var(--muted); }
.article-hero-image { display: block; width: min(100%, 960px); max-height: 600px; margin: 48px auto 0; object-fit: contain; }
.article-body { max-width: 780px; margin: 0 auto; padding: 52px 0 20px; color: var(--muted); }
.article-body h2 { margin: 48px 0 16px; color: var(--text); font-size: clamp(32px, 5vw, 46px); line-height: 1.05; text-transform: uppercase; }
.article-body h3 { margin: 38px 0 12px; color: var(--text); font-size: 28px; line-height: 1.15; }
.article-body h4 { margin: 30px 0 10px; color: var(--text); font-size: 22px; }
.article-body p, .article-body ul, .article-body ol { margin: 18px 0; }
.article-body strong { color: var(--text); }
.article-body a { color: var(--gold); }
.article-body img { display: block; max-width: 100%; height: auto; margin: 30px auto; }
.article-body blockquote { margin: 28px 0; padding: 6px 0 6px 22px; border-left: 3px solid var(--gold); color: var(--text); }
.article-body hr { margin: 42px 0; border: 0; border-top: 1px solid var(--line); }
.article-body.custom-html { max-width: none; width: 100%; padding-top: 52px; }
.article-body.custom-html > :first-child { margin-top: 0; }
.article-body.custom-html > :last-child { margin-bottom: 0; }
.custom-design-page { width: 100%; }
.article-body.custom-html.full-design { width: 100%; max-width: none; margin: 0; padding: 0; color: inherit; overflow-x: clip; }
.custom-article-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 38px; }
.custom-article-nav .back-link, .custom-article-nav .meta { margin: 0; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.table-wrap { max-width: 100%; margin: 28px 0; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 11px 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--text); background: var(--surface-2); }
.disclaimer { max-width: 820px; margin: 36px auto 60px; padding: 15px 18px; border-left: 3px solid var(--gold); background: rgba(232, 201, 106, .07); color: var(--muted); }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 28px 0 46px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }

@media (max-width: 740px) {
  .site-nav { display: block; }
  .nav-links { justify-content: flex-start; margin-top: 16px; }
  .article-grid { grid-template-columns: 1fr; }
  .collection-header, .article-header { padding-top: 54px; }
  .custom-article-nav { align-items: flex-start; flex-direction: column; }
}
