@font-face {
  font-family: Spectral;
  src: url("/assets/Spectral-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url("/assets/Lato-Regular.ttf") format("truetype");
  font-display: swap;
}
:root {
  --ink: #171411;
  --paper: #d9c9a8;
  --paper-hi: #eee1c2;
  --gold: #d8ad57;
  --gold-hi: #f2cf75;
  --ember: #a44a2e;
  --night: #090a0d;
  --stone: #17171a;
  --muted: #a49a89;
  --line: rgba(220, 186, 111, 0.28);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--night);
  color: #ece4d2;
  font:
    1rem/1.65 Lato,
    system-ui,
    sans-serif;
}
a {
  color: inherit;
  text-underline-offset: 0.22em;
}
img {
  display: block;
  max-width: 100%;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.65rem 1rem;
  background: var(--paper-hi);
  color: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem clamp(1.25rem, 5vw, 5.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(#09090cd9, #09090c33);
}
.wordmark {
  font:
    1.35rem/1 Spectral,
    serif;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
.wordmark span {
  color: var(--gold-hi);
}
.site-header nav,
footer nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
}
.site-header nav a,
footer nav a {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header nav a:hover,
.site-header nav a:focus-visible,
footer a:hover,
footer a:focus-visible {
  color: var(--gold-hi);
}
.nav-play {
  padding: 0.65rem 1.25rem;
  border: 1px solid var(--gold);
  color: var(--gold-hi);
}
.hero {
  position: relative;
  display: grid;
  min-height: 840px;
  min-height: 100svh;
  overflow: hidden;
  place-items: center;
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image {
  object-position: center;
}
.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(4, 5, 7, 0.96) 0%,
      rgba(7, 7, 9, 0.82) 35%,
      rgba(7, 7, 9, 0.22) 72%,
      rgba(7, 7, 9, 0.5)
    ),
    linear-gradient(0deg, #090a0d 0%, transparent 27%, rgba(0, 0, 0, 0.35) 100%);
}
.hero-copy {
  position: relative;
  width: min(90%, 1240px);
  padding-top: 5rem;
}
.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font:
    clamp(4.1rem, 9.5vw, 8.8rem)/0.75 Spectral,
    serif;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  text-shadow: 0 0.12em 0.5em #000;
}
.hero h1 span {
  display: block;
  color: var(--gold-hi);
  font-size: 0.6em;
  letter-spacing: 0.16em;
}
.tagline {
  margin: 1.4rem 0;
  font:
    clamp(1.45rem, 2.5vw, 2.4rem)/1.13 Spectral,
    serif;
}
.lede {
  max-width: 37rem;
  color: #d2ccbf;
  font-size: 1.05rem;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2rem;
}
.button {
  display: inline-block;
  padding: 0.9rem 1.45rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}
.button-primary {
  border: 1px solid #f4da93;
  background: linear-gradient(#d9af58, #a96e27);
  box-shadow:
    0 4px 24px #0008,
    inset 0 0 0 2px #5f3a18;
  color: #171008;
}
.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(#f0ce7e, #bd8131);
  transform: translateY(-2px);
}
.text-link {
  color: #ddd4c2;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.device-note {
  color: #aaa294;
  font-size: 0.75rem;
}
.threshold {
  position: absolute;
  bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--gold);
}
.threshold span {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.threshold span:last-child {
  transform: scaleX(-1);
}
.threshold i {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}
.invitation {
  display: grid;
  grid-template-columns: 0.3fr 2fr 1.2fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  padding: clamp(5rem, 10vw, 9rem) max(5vw, calc((100vw - 1240px) / 2));
  background:
    radial-gradient(circle at 70% 0, #292118 0, transparent 32%), #111114;
}
.section-number {
  color: #35302a;
  font:
    9rem/1 Spectral,
    serif;
}
.invitation h2,
.descent h2,
.summons h2,
.call-to-action h2,
.page-heading h1 {
  margin: 0.1em 0 0.5em;
  font:
    clamp(2.4rem, 5vw, 5rem)/0.95 Spectral,
    serif;
  letter-spacing: -0.035em;
}
.invitation-copy > p:last-child,
.descent-copy > p,
.summons-copy > p {
  color: #b8b0a2;
  font-size: 1.05rem;
}
.facts {
  margin: 0;
}
.facts div {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}
.facts dt {
  color: var(--gold-hi);
  font:
    3.25rem/1 Spectral,
    serif;
}
.facts dd {
  margin: 0;
  color: #bdb4a5;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.descent,
.summons {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(19rem, 1fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(4rem, 9vw, 8rem) max(5vw, calc((100vw - 1400px) / 2));
  background: #0b0c0f;
}
.scene {
  position: relative;
  margin: 0;
}
.scene:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: -10px;
  border: 1px solid var(--line);
  pointer-events: none;
}
.scene img {
  width: 100%;
  box-shadow: 0 2rem 5rem #000b;
  filter: saturate(0.85) contrast(1.04);
}
.scene figcaption {
  margin-top: 1.1rem;
  color: #80796e;
  font:
    italic 0.88rem Spectral,
    serif;
}
.rune-list {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
.rune-list li {
  position: relative;
  padding: 1rem 0 1rem 2.1rem;
  border-top: 1px solid var(--line);
}
.rune-list li:before {
  content: "◆";
  position: absolute;
  left: 0.2rem;
  color: var(--gold);
  font-size: 0.65rem;
}
.rune-list strong,
.rune-list span {
  display: block;
}
.rune-list strong {
  font:
    1.2rem Spectral,
    serif;
}
.rune-list span {
  margin-top: 0.25rem;
  color: #999185;
  font-size: 0.88rem;
}
.story-strip {
  padding: 5rem 7vw;
  text-align: center;
  background:
    linear-gradient(#0008, #0008),
    url("/assets/royal-court.jpg") center 44% / cover fixed;
}
.story-strip blockquote {
  margin: 0;
  color: var(--paper-hi);
  font:
    clamp(2rem, 4vw, 4.3rem)/1.1 Spectral,
    serif;
}
.story-strip p {
  color: #bbb1a1;
}
.summons {
  grid-template-columns: minmax(19rem, 1fr) minmax(0, 1.25fr);
  background:
    radial-gradient(circle at 18% 30%, #1c2224, transparent 42%), #101012;
}
.call-to-action {
  padding: clamp(5rem, 10vw, 9rem) 5vw;
  text-align: center;
  background: radial-gradient(
    ellipse at center,
    #362715 0,
    #151316 45%,
    #090a0d 75%
  );
}
.call-to-action p:not(.eyebrow) {
  margin: 0 auto 2rem;
  color: #b9b1a3;
}
.sigil {
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: 2rem;
}
footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem 5rem;
  padding: 3rem max(5vw, calc((100vw - 1240px) / 2));
  border-top: 1px solid var(--line);
  background: #08090b;
  color: #8f887d;
}
.wordmark-small {
  color: #eee;
  font-size: 1rem;
}
.wordmark-small + p {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
}
.privacy {
  grid-column: 1/-1;
  max-width: 54rem;
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid #ffffff12;
  font-size: 0.76rem;
}
.privacy strong {
  color: #bbb2a4;
}
.inner-page .site-header {
  position: relative;
  background: #0a0a0d;
}
.paper-main {
  min-height: 70vh;
  padding: clamp(5rem, 9vw, 8rem) max(6vw, calc((100vw - 1050px) / 2));
  background:
    radial-gradient(circle at 80% 0, #30271a 0, transparent 25%), #111114;
}
.page-heading {
  max-width: 52rem;
  margin-bottom: 5rem;
}
.page-heading > p:last-child {
  color: #bcb3a5;
  font:
    1.2rem/1.7 Spectral,
    serif;
}
.credit-section {
  padding: 3rem 0;
  border-top: 1px solid var(--line);
}
.credit-section h2 {
  margin-top: 0;
  font:
    2rem Spectral,
    serif;
}
.featured-credit {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 2rem;
}
.credit-mark {
  display: grid;
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--gold);
  color: var(--gold-hi);
  font:
    2.3rem Spectral,
    serif;
  place-items: center;
  transform: rotate(3deg);
}
.credit-section p,
.license-note {
  color: #ada598;
}
.credit-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.credit-columns h3 {
  font:
    1.2rem Spectral,
    serif;
}
.credit-section a {
  color: var(--paper-hi);
}
.license-note {
  font-size: 0.83rem;
}
.news-main {
  max-width: none;
}
.news-entry {
  max-width: 47rem;
  padding: 3rem 0;
  border-top: 1px solid var(--line);
}
.news-entry time {
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.news-entry h2 {
  font:
    2.4rem Spectral,
    serif;
}
.news-entry p {
  color: #bcb4a7;
}
.news-entry .button {
  margin-top: 1rem;
  color: #171008;
}
@media (max-width: 800px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    gap: 1rem;
    background: #0a0a0d;
  }
  .site-header nav {
    gap: 0.9rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .site-header nav a:not(.nav-play) {
    font-size: 0.66rem;
  }
  .hero {
    min-height: 780px;
  }
  .hero-copy {
    padding-top: 0;
  }
  .hero-image {
    object-position: 60% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #08090bf2 0%, #08090bcc 70%, #08090b66),
      linear-gradient(0deg, #090a0d 0%, transparent 35%);
  }
  .invitation,
  .descent,
  .summons {
    grid-template-columns: 1fr;
  }
  .section-number {
    display: none;
  }
  .facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .facts div {
    display: block;
  }
  .facts dd {
    font-size: 0.62rem;
  }
  .descent-copy {
    grid-row: 1;
  }
  .summons-copy {
    grid-row: auto;
  }
  .credit-columns {
    grid-template-columns: 1fr;
  }
  .story-strip {
    background-attachment: scroll;
  }
  footer {
    grid-template-columns: 1fr;
  }
  footer nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 540px) {
  .site-header {
    display: block;
  }
  .site-header nav {
    margin-top: 1rem;
    justify-content: flex-start;
  }
  .site-header nav a {
    display: none;
  }
  .site-header nav .nav-play {
    display: inline-block;
  }
  .hero {
    min-height: 720px;
  }
  .hero h1 {
    font-size: 3.8rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  .lede {
    font-size: 0.96rem;
  }
  .facts {
    gap: 0.7rem;
  }
  .facts dt {
    font-size: 2.5rem;
  }
  .featured-credit {
    grid-template-columns: 1fr;
  }
  .credit-mark {
    display: none;
  }
  .paper-main {
    padding-top: 4rem;
  }
  footer nav {
    gap: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
}

/* Reserve screenshot space and keep navigation available on small screens. */
.scene img {
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 540px) {
  .site-header nav a {
    display: inline-block;
    font-size: 0.62rem;
  }
  .site-header nav {
    gap: 0.85rem;
    flex-wrap: wrap;
  }
}
