:root {
  --ink: #07080c;
  --ink-2: #0d1017;
  --panel: #111624;
  --line: rgba(198, 160, 92, 0.22);
  --gold: #c9a227;
  --gold-soft: #e3c473;
  --text: #e8e4dc;
  --muted: #9aa0ac;
  --wrap: 1120px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--gold-soft); }

.wrap { width: min(var(--wrap), calc(100% - 3rem)); margin-inline: auto; }

.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 10;
  background: var(--gold);
  color: #1a1406;
  padding: .6rem 1rem;
  border-radius: .4rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 8, 12, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: .9rem 0;
  flex-wrap: wrap;
}
.brand {
  font-family: Cinzel, serif;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--gold-soft);
  text-decoration: none;
  font-size: .95rem;
}
.nav nav { display: flex; gap: 1.35rem; flex-wrap: wrap; }
.nav nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: .92rem;
  font-weight: 500;
}
.nav nav a:hover, .nav nav a.is-active { color: var(--text); }

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  min-height: min(82vh, 46rem);
  display: flex;
  align-items: center;
}
.hero-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 32%;
  z-index: -2;
}
/* The key art is already a night scene, so the scrim only has to protect the
   text on the left and feather the bottom edge into the page. */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7,8,12,.9) 0%, rgba(7,8,12,.62) 42%, rgba(7,8,12,.12) 72%),
    linear-gradient(180deg, rgba(7,8,12,.5) 0%, rgba(7,8,12,0) 30%, rgba(7,8,12,.85) 100%);
}
.hero-copy { padding: 5rem 0; max-width: 40rem; }
.eyebrow {
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}
.hero-wordmark {
  font-family: Cinzel, serif;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  line-height: 1.02;
  margin: 0 0 1.1rem;
  letter-spacing: .04em;
  background: linear-gradient(180deg, #f4e3b0, #c9a227 60%, #8a6a17);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead { font-size: 1.14rem; color: #cfd3da; margin: 0 0 1.9rem; }

.cta-row { display: flex; gap: .8rem; flex-wrap: wrap; }
.btn {
  display: inline-block;
  padding: .78rem 1.5rem;
  border-radius: .45rem;
  text-decoration: none;
  font-weight: 650;
  font-size: .95rem;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: #1a1406;
  border: 1px solid rgba(0,0,0,.25);
}
.btn:hover { filter: brightness(1.08); }
.btn.secondary {
  background: rgba(255,255,255,.05);
  color: var(--text);
  border: 1px solid var(--line);
}
.build-note { margin: 1.5rem 0 0; color: var(--muted); font-size: .9rem; }

/* Sections */
.section { padding: 4.5rem 0; border-top: 1px solid rgba(255,255,255,.05); }
.dark-section { background: var(--ink-2); }
.section-kicker {
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 .7rem;
}
.section-title {
  font-family: Cinzel, serif;
  font-size: clamp(1.6rem, 3.4vw, 2.3rem);
  margin: 0 0 2rem;
  line-height: 1.2;
}
.muted { color: var(--muted); }

.editorial { display: grid; gap: 2rem; }
.editorial-row {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.25rem;
  align-items: start;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.editorial-row:last-child { border-bottom: 0; padding-bottom: 0; }
.idx {
  font-family: Cinzel, serif;
  color: var(--gold);
  font-size: 1.3rem;
  opacity: .8;
}
.editorial-row h2 { font-size: 1.16rem; margin: 0 0 .45rem; }
.editorial-row p { margin: 0; color: var(--muted); }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem;
}
.feature {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: .7rem;
  padding: 1.3rem;
}
.feature h3 { margin: 0 0 .4rem; font-size: 1rem; font-family: Cinzel, serif; }
.feature p { margin: 0; color: var(--muted); font-size: .94rem; }

.art-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  gap: 1rem;
}
.art-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: .7rem;
  overflow: hidden;
  background: var(--panel);
}
.art-card img { width: 100%; height: auto; }
.art-card figcaption {
  padding: .7rem 1rem;
  font-size: .85rem;
  color: var(--muted);
}

.callout-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
.callout-actions { display: grid; gap: .6rem; }
.text-link { text-decoration: none; font-weight: 600; }
.text-link:hover { text-decoration: underline; }
.coming-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .8rem;
}
.pulse {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(201,162,39,.6);
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 .55rem rgba(201,162,39,0); }
  100% { box-shadow: 0 0 0 0 rgba(201,162,39,0); }
}

/* Downloads */
.download-list { display: grid; gap: .8rem; }
.download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: .7rem;
  padding: 1.1rem 1.3rem;
  flex-wrap: wrap;
}
.download-card h2 { margin: .35rem 0 .2rem; font-size: 1.05rem; }
.download-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.file-tag {
  font-size: .7rem;
  letter-spacing: .16em;
  color: var(--gold);
}
.empty-state {
  background: var(--panel);
  border: 1px dashed var(--line);
  border-radius: .7rem;
  padding: 1.4rem;
  color: var(--muted);
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--ink-2);
  padding: 2.2rem 0;
  font-size: .9rem;
}
.foot { display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; color: var(--muted); }
.foot a { text-decoration: none; }
.foot a:hover { text-decoration: underline; }

@media (max-width: 820px) {
  .callout-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 4.5rem 0 3.5rem; }
}
