:root {
  --ink: #080707;
  --ink-soft: #0e0c0c;
  --panel: #131010;
  --panel-2: #181313;
  --paper: #eee7dc;
  --paper-soft: #bdb3a6;
  --muted: #8f857b;
  --gold: #d6b479;
  --gold-bright: #f0d59e;
  --gold-dim: #765f3c;
  --blood: #9d2f32;
  --blood-bright: #d34a49;
  --line: rgba(214, 180, 121, 0.18);
  --line-light: rgba(238, 231, 220, 0.12);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: "Segoe UI", Helvetica, Arial, sans-serif;
  --max: 1240px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
  scrollbar-color: var(--gold-dim) var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background:
    radial-gradient(circle at 20% 12%, rgba(121, 27, 29, 0.09), transparent 28rem),
    var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--blood), var(--gold), var(--blood), transparent);
}

::selection {
  color: #fff;
  background: var(--blood);
}

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

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
blockquote {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.05;
}

h1 em,
h2 em,
blockquote em {
  color: var(--gold-bright);
  font-weight: 400;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 1rem;
  left: 1rem;
  padding: 0.65rem 1rem;
  color: var(--ink);
  background: var(--gold-bright);
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: none;
}

.topline {
  position: relative;
  z-index: 101;
  min-height: 32px;
  padding: 0.45rem var(--gutter);
  color: #b6a995;
  border-bottom: 1px solid rgba(214, 180, 121, 0.1);
  background: #070606;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.topline span {
  padding: 0 0.6rem;
  color: var(--blood-bright);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 84px;
  padding: 0 var(--gutter);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 7, 7, 0.9);
  backdrop-filter: blur(18px);
  transition: min-height 200ms ease, background 200ms ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  background: rgba(8, 7, 7, 0.97);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: max-content;
}

.brand__mark {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--gold-dim);
  transform: rotate(45deg);
}

.brand__mark::before,
.brand__mark::after,
.brand__mark i::before,
.brand__mark i::after {
  position: absolute;
  content: "";
  background: var(--gold);
}

.brand__mark::before {
  width: 1px;
  height: 28px;
}

.brand__mark::after {
  width: 28px;
  height: 1px;
}

.brand__mark i {
  width: 7px;
  height: 7px;
  border: 1px solid var(--blood-bright);
  transform: rotate(45deg);
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand__text b {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand__text small {
  margin-top: 0.38rem;
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2.6vw, 2.7rem);
  height: 100%;
}

.site-nav a {
  position: relative;
  display: grid;
  color: #b7aea3;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  place-items: center;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--paper);
}

.site-nav a[aria-current="page"]::after,
.site-nav a:hover::after {
  transform: scaleX(1);
}

.series-bar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 max(var(--gutter), calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: #0a0808;
}

.series-bar__name {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.series-bar > div {
  display: flex;
  align-self: stretch;
  gap: clamp(1rem, 2.5vw, 2.5rem);
}

.series-bar > div a {
  position: relative;
  display: grid;
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  place-items: center;
  text-transform: uppercase;
}

.series-bar > div a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--blood-bright);
  transform: scaleX(0);
}

.series-bar > div a:hover,
.series-bar > div a[aria-current="page"] {
  color: var(--paper);
}

.series-bar > div a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-cta {
  padding: 0.72rem 1rem;
  color: var(--gold-bright);
  border: 1px solid var(--gold-dim);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta:hover {
  color: var(--ink);
  border-color: var(--gold);
  background: var(--gold);
}

.header-cta span {
  padding-left: 0.45rem;
}

.nav-toggle {
  display: none;
  color: inherit;
  border: 0;
  background: none;
}

.section {
  width: min(var(--max), calc(100% - (2 * var(--gutter))));
  margin-inline: auto;
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
  color: var(--gold);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--gold-dim);
}

.eyebrow--plain {
  display: block;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.8rem 1.35rem;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button span {
  padding-left: 0.75rem;
  font-size: 1rem;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: #130e0c;
  border: 1px solid var(--gold);
  background: linear-gradient(135deg, var(--gold-bright), #b78d50);
  box-shadow: 0 9px 30px rgba(214, 180, 121, 0.12);
}

.button--primary:hover {
  border-color: var(--gold-bright);
  background: var(--gold-bright);
}

.button--ghost {
  color: var(--paper);
  border: 1px solid rgba(238, 231, 220, 0.25);
  background: rgba(255, 255, 255, 0.02);
}

.button--ghost:hover {
  color: var(--gold-bright);
  border-color: var(--gold-dim);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding-bottom: 0.15rem;
  color: var(--gold-bright);
  border-bottom: 1px solid var(--gold-dim);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 750ms ease, transform 750ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.cover-frame {
  position: relative;
  display: block;
  isolation: isolate;
}

.cover-frame::before {
  position: absolute;
  z-index: -1;
  inset: -9px;
  content: "";
  border: 1px solid rgba(214, 180, 121, 0.2);
  transition: inset 250ms ease, border-color 250ms ease;
}

.cover-frame::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 75%, rgba(0, 0, 0, 0.25));
}

.cover-frame:hover::before {
  inset: -13px;
  border-color: rgba(214, 180, 121, 0.45);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  min-height: calc(100svh - 116px);
  padding: clamp(4rem, 8vw, 7.5rem) max(var(--gutter), calc((100vw - var(--max)) / 2));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(8, 7, 7, 0.98) 0%, rgba(8, 7, 7, 0.82) 50%, rgba(8, 7, 7, 0.35) 100%),
    radial-gradient(circle at 78% 42%, rgba(155, 39, 42, 0.26), transparent 34%),
    linear-gradient(150deg, #080707, #150a0b 65%, #080707);
}

.hero::before {
  position: absolute;
  right: -9vw;
  bottom: -25vw;
  width: 70vw;
  height: 70vw;
  content: "";
  opacity: 0.2;
  border: 1px solid var(--gold-dim);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3vw var(--ink), inset 0 0 0 calc(3vw + 1px) var(--gold-dim);
  transform: rotate(18deg);
}

.hero__mist {
  position: absolute;
  right: -15%;
  bottom: -10%;
  width: 70%;
  height: 65%;
  filter: blur(50px);
  opacity: 0.35;
  background: radial-gradient(ellipse, rgba(179, 48, 49, 0.35), transparent 65%);
}

.hero__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 700px;
  padding-bottom: 2rem;
}

.hero h1 {
  max-width: 800px;
  margin-bottom: 1.5rem;
  font-size: clamp(4rem, 8.2vw, 7.7rem);
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.hero h1 em {
  display: inline-block;
  margin-left: 0.45em;
  font-size: 0.82em;
  font-style: italic;
}

.hero__lead {
  max-width: 620px;
  margin-bottom: 2rem;
  color: #c8bfb4;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.hero__tags li,
.chips li {
  padding: 0.35rem 0.68rem;
  color: #a99e91;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__visual {
  position: relative;
  z-index: 2;
  display: grid;
  align-self: center;
  justify-self: center;
  width: min(69%, 410px);
  place-items: center;
}

.hero__cover {
  z-index: 2;
  width: 100%;
  box-shadow: var(--shadow), 0 0 80px rgba(151, 37, 40, 0.22);
  transform: rotate(1.6deg);
}

.hero__halo {
  position: absolute;
  z-index: -1;
  width: 152%;
  aspect-ratio: 1;
  border: 1px solid rgba(214, 180, 121, 0.14);
  border-radius: 50%;
  animation: slow-turn 60s linear infinite;
}

.hero__halo::before,
.hero__halo::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(214, 180, 121, 0.13);
  border-radius: 50%;
}

.hero__halo::before {
  inset: 9%;
}

.hero__halo::after {
  inset: 20%;
  border-style: dashed;
}

.hero__halo i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
  transform-origin: center;
}

.hero__halo i:nth-child(2) {
  transform: translate(-50%, -50%) rotate(60deg);
}

.hero__halo i:nth-child(3) {
  transform: translate(-50%, -50%) rotate(120deg);
}

.hero__halo i:first-child {
  transform: translate(-50%, -50%);
}

@keyframes slow-turn {
  to { transform: rotate(360deg); }
}

.hero__booknote {
  position: absolute;
  z-index: 3;
  right: -5rem;
  bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  min-width: 165px;
  padding: 1rem 1.1rem;
  border-left: 2px solid var(--blood);
  background: rgba(10, 8, 8, 0.92);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.4);
}

.hero__booknote span,
.hero__booknote small {
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero__booknote b {
  margin: 0.25rem 0;
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 400;
}

.hero__scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero__scroll span {
  padding-left: 0.5rem;
  color: var(--gold);
}

.author-statement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: clamp(3rem, 9vw, 9rem);
}

.author-statement h2 {
  margin-bottom: 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
  letter-spacing: -0.05em;
}

.author-statement > div:last-child {
  padding-bottom: 0.5rem;
}

.author-statement > div:last-child p {
  color: var(--paper-soft);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.featured-series-copy {
  max-width: 430px;
}

.featured-series-copy p {
  color: var(--muted);
}

.manifesto {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.manifesto__rule {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(var(--gold-dim), transparent);
}

.manifesto blockquote {
  margin-bottom: 2rem;
  font-size: clamp(2.8rem, 5.6vw, 5.3rem);
  letter-spacing: -0.045em;
}

.manifesto__copy > p:not(.eyebrow) {
  max-width: 580px;
  margin-bottom: 1.75rem;
  color: var(--paper-soft);
}

.manifesto__dual {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dominion {
  position: relative;
  padding: 2.1rem;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(214, 180, 121, 0.06), rgba(255, 255, 255, 0.015));
}

.dominion::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: var(--gold-dim);
}

.dominion--soren::before {
  background: var(--blood);
}

.dominion span {
  color: var(--gold);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dominion b {
  display: block;
  margin: 0.45rem 0;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.dominion small {
  color: var(--muted);
}

.dominion__turn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 0;
}

.dominion__turn span {
  flex: 1;
  height: 1px;
  background: var(--line);
}

.dominion__turn b {
  color: var(--blood-bright);
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.series {
  width: 100%;
  max-width: none;
  padding-inline: var(--gutter);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0.012)),
    radial-gradient(circle at 50% 45%, rgba(135, 31, 34, 0.11), transparent 32rem);
}

.series > * {
  width: min(var(--max), 100%);
  margin-inline: auto;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}

.section-heading h2,
.reader-fit h2,
.lore-section h2,
.dragonblood h2,
.about h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  letter-spacing: -0.045em;
}

.section-heading > p {
  max-width: 430px;
  color: var(--muted);
}

.section-heading--center {
  justify-content: center;
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.book-shelf {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  padding-top: 1rem;
}

.book-card__cover {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
  transition: transform 240ms ease;
}

.book-card__cover:hover {
  transform: translateY(-9px);
}

.book-card__number {
  position: absolute;
  z-index: 3;
  top: -0.65rem;
  right: -0.55rem;
  display: grid;
  width: 32px;
  height: 32px;
  color: var(--ink);
  background: var(--gold);
  font-family: var(--serif);
  font-size: 0.72rem;
  place-items: center;
}

.book-card__copy {
  padding-top: 1.5rem;
}

.book-card__copy > p:first-child {
  margin-bottom: 0.45rem;
  color: var(--gold);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.book-card__copy h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
}

.book-card__copy h3 a:hover {
  color: var(--gold-bright);
}

.book-card__copy > p:nth-of-type(2) {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.book-card--compact .text-link {
  font-size: 0.55rem;
}

.center {
  margin-top: 4rem;
  text-align: center;
}

.reader-fit {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(4rem, 10vw, 9rem);
}

.reader-fit__art {
  position: relative;
  display: grid;
  aspect-ratio: 0.86;
  place-items: center;
}

.reader-fit__art::before {
  position: absolute;
  width: 90%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(143, 31, 34, 0.15), 0 0 80px rgba(143, 31, 34, 0.08);
}

.binding-circle {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border: 1px dashed var(--gold-dim);
  border-radius: 50%;
  animation: slow-turn 80s linear infinite reverse;
}

.binding-circle::before,
.binding-circle::after {
  position: absolute;
  inset: 15%;
  content: "";
  border: 1px solid rgba(214, 180, 121, 0.2);
  border-radius: 50%;
}

.binding-circle::after {
  inset: 33%;
  border-color: var(--blood);
}

.blade {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 76%;
  background: linear-gradient(90deg, #534c47, var(--paper), #655b54);
  clip-path: polygon(50% 0, 100% 15%, 74% 82%, 100% 83%, 100% 87%, 62% 89%, 62% 100%, 38% 100%, 38% 89%, 0 87%, 0 83%, 26% 82%, 0 15%);
  filter: drop-shadow(0 0 20px rgba(238, 231, 220, 0.22));
}

.blade::after {
  position: absolute;
  top: 18%;
  bottom: 19%;
  left: 50%;
  width: 1px;
  content: "";
  background: var(--blood);
}

.blade span {
  position: absolute;
  top: 20%;
  right: -5px;
  width: 6px;
  height: 46%;
  border-radius: 100%;
  background: var(--blood);
  box-shadow: 0 0 15px var(--blood);
}

.reader-fit h2 {
  margin-bottom: 2.6rem;
}

.trope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.4rem;
  border-top: 1px solid var(--line);
}

.trope-grid > div {
  position: relative;
  padding: 1.6rem 1.5rem 1.6rem 0;
  border-bottom: 1px solid var(--line);
}

.trope-grid > div:nth-child(odd) {
  padding-right: 1.5rem;
  border-right: 1px solid var(--line);
}

.trope-grid > div:nth-child(even) {
  padding-left: 1.5rem;
}

.trope-grid span,
.supporting__grid span,
.author-values span {
  color: var(--blood-bright);
  font-family: var(--serif);
  font-size: 0.72rem;
}

.trope-grid h3 {
  margin: 0.35rem 0 0.55rem;
  font-size: 1.35rem;
}

.trope-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.characters-preview {
  padding-top: 4rem;
}

.character-duo {
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.character-duo article {
  position: relative;
  min-height: 390px;
  padding: 2.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(140deg, rgba(214, 180, 121, 0.06), transparent 55%);
}

.character-duo article:last-child {
  background: linear-gradient(220deg, rgba(157, 47, 50, 0.11), transparent 55%);
}

.character-duo__initial {
  position: absolute;
  right: 0.5rem;
  bottom: -3.8rem;
  color: rgba(214, 180, 121, 0.05);
  font-family: var(--serif);
  font-size: 15rem;
  line-height: 1;
}

.character-duo article > p:first-of-type {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.character-duo h3 {
  font-size: 2.8rem;
}

.character-duo article > p:nth-of-type(2) {
  position: relative;
  z-index: 1;
  color: var(--paper-soft);
}

.character-duo__bond {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.character-duo__bond span {
  width: 28px;
  height: 1px;
  background: var(--gold-dim);
}

.character-duo__bond b {
  display: grid;
  width: 34px;
  height: 34px;
  color: var(--blood-bright);
  border: 1px solid var(--gold-dim);
  background: var(--ink);
  font-size: 0.75rem;
  place-items: center;
  transform: rotate(45deg);
}

.character-duo__bond b::first-letter {
  transform: rotate(-45deg);
}

.content-care {
  display: grid;
  grid-template-columns: auto 1fr 1.2fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  width: min(var(--max), calc(100% - (2 * var(--gutter))));
  padding: clamp(2.5rem, 5vw, 4rem);
  margin: 0 auto clamp(6rem, 10vw, 10rem);
  border: 1px solid var(--line);
  background:
    linear-gradient(100deg, rgba(157, 47, 50, 0.13), transparent 38%),
    var(--panel);
}

.content-care__icon {
  display: grid;
  width: 94px;
  height: 94px;
  color: var(--gold-bright);
  border: 1px solid var(--gold-dim);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.7rem;
  place-items: center;
}

.content-care h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.content-care > div:last-child p {
  color: var(--paper-soft);
}

.final-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 650px;
  padding: 6rem var(--gutter);
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 50%, rgba(138, 32, 35, 0.2), transparent 25rem),
    linear-gradient(rgba(8, 7, 7, 0.78), rgba(8, 7, 7, 0.96));
  text-align: center;
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  width: 560px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(214, 180, 121, 0.1);
  border-radius: 50%;
}

.final-cta::after {
  width: 410px;
  border-style: dashed;
  animation: slow-turn 90s linear infinite;
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta .eyebrow {
  justify-content: center;
}

.final-cta h2 {
  max-width: 920px;
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 6.5vw, 6.4rem);
  letter-spacing: -0.055em;
}

.final-cta p {
  margin-bottom: 2rem;
  color: var(--paper-soft);
}

.final-cta__mark,
.footer__sigil {
  display: grid;
  width: 60px;
  height: 60px;
  margin-bottom: 2rem;
  border: 1px solid var(--gold-dim);
  place-items: center;
  transform: rotate(45deg);
}

.final-cta__mark::before,
.final-cta__mark::after,
.footer__sigil::before,
.footer__sigil::after {
  position: absolute;
  content: "";
  background: var(--gold-dim);
}

.final-cta__mark::before,
.footer__sigil::before {
  width: 1px;
  height: 90%;
}

.final-cta__mark::after,
.footer__sigil::after {
  width: 90%;
  height: 1px;
}

.final-cta__mark span,
.footer__sigil span {
  width: 10px;
  height: 10px;
  background: var(--blood);
  transform: rotate(45deg);
}

.final-cta--compact {
  min-height: 500px;
}

.final-cta--compact h2 {
  max-width: 800px;
  font-size: clamp(2.7rem, 5.5vw, 5rem);
}

.site-footer {
  position: relative;
  padding: 5rem var(--gutter) 1.5rem;
  border-top: 1px solid var(--line);
  background: #060505;
}

.footer__sigil {
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translateX(-50%) rotate(45deg);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 0.6fr 0.6fr;
  gap: 4rem;
  width: min(var(--max), 100%);
  margin: 0 auto 4rem;
}

.footer__grid > div:first-child p {
  max-width: 470px;
  margin-top: 1.5rem;
  color: var(--muted);
  font-family: var(--serif);
}

.footer__grid h2 {
  margin-bottom: 1.3rem;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer__grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__grid > div:not(:first-child) a {
  margin-bottom: 0.65rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.footer__grid > div:not(:first-child) a:hover {
  color: var(--gold-bright);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--max), 100%);
  padding-top: 1.4rem;
  margin: 0 auto;
  color: #6e665e;
  border-top: 1px solid rgba(238, 231, 220, 0.07);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
}

.breadcrumbs {
  margin-bottom: 2.5rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0;
  margin: 0;
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  list-style: none;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  padding-left: 0.4rem;
  color: var(--gold-dim);
  content: "/";
}

.breadcrumbs a:hover {
  color: var(--gold);
}

.page-hero {
  position: relative;
  min-height: 570px;
  padding: clamp(4rem, 8vw, 7rem) max(var(--gutter), calc((100vw - var(--max)) / 2));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 60%, rgba(142, 32, 35, 0.18), transparent 26rem),
    linear-gradient(135deg, #080707, #100c0d);
}

.page-hero::after {
  position: absolute;
  right: 5vw;
  bottom: -19rem;
  width: 42rem;
  aspect-ratio: 1;
  content: "";
  opacity: 0.35;
  border: 1px solid var(--gold-dim);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3rem var(--ink-soft), inset 0 0 0 calc(3rem + 1px) var(--gold-dim);
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 980px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.8rem, 8vw, 7.5rem);
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.page-hero > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--paper-soft);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.page-hero--books::before,
.page-hero--series::before,
.page-hero--world::before,
.page-hero--characters::before,
.page-hero--warnings::before,
.page-hero--about::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  content: "";
  opacity: 0.2;
  background:
    repeating-linear-gradient(60deg, transparent 0 49px, var(--gold-dim) 50px, transparent 51px),
    repeating-linear-gradient(-60deg, transparent 0 49px, var(--gold-dim) 50px, transparent 51px);
  mask-image: linear-gradient(90deg, transparent, #000);
}

.page-hero--series {
  background:
    radial-gradient(circle at 75% 45%, rgba(125, 77, 44, 0.2), transparent 25rem),
    linear-gradient(135deg, #080707, #120e0b);
}

.page-hero--world {
  background:
    radial-gradient(circle at 75% 45%, rgba(93, 77, 54, 0.23), transparent 25rem),
    linear-gradient(135deg, #080707, #11100d);
}

.page-hero--characters {
  background:
    radial-gradient(circle at 75% 45%, rgba(76, 39, 76, 0.16), transparent 25rem),
    linear-gradient(135deg, #080707, #110d11);
}

.page-hero--warnings {
  background:
    radial-gradient(circle at 75% 45%, rgba(157, 47, 50, 0.18), transparent 25rem),
    linear-gradient(135deg, #080707, #130a0b);
}

.page-hero--about {
  min-height: 500px;
}

.page-hero--small {
  min-height: 430px;
}

.series-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
}

.series-stats span {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.series-stats b {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 400;
}

.books-list {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}

.book-groups {
  width: min(var(--max), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
}

.book-group {
  padding: clamp(5rem, 9vw, 8rem) 0;
  border-bottom: 1px solid var(--line);
}

.book-group:last-child {
  border-bottom: 0;
}

.book-group__heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  width: min(1100px, 100%);
  padding-bottom: 3rem;
  margin-inline: auto;
  border-bottom: 1px solid var(--line);
}

.book-group__heading h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.5rem);
  letter-spacing: -0.05em;
}

.book-group__heading > div:last-child {
  align-self: end;
}

.book-group__heading > div:last-child p {
  color: var(--paper-soft);
}

.series-directory {
  max-width: 1120px;
}

.series-entry {
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(4rem, 9vw, 9rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
  border-bottom: 1px solid var(--line);
}

.series-entry + .series-entry {
  padding-top: clamp(5rem, 9vw, 8rem);
}

.series-entry__covers {
  position: relative;
  min-height: 590px;
}

.series-entry__covers img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(64%, 290px);
  border: 1px solid var(--gold-dim);
  box-shadow: var(--shadow);
  transform: translate(-50%, -50%);
}

.series-entry__covers img:first-child {
  z-index: 3;
}

.series-entry__covers img:nth-child(2) {
  z-index: 2;
  transform: translate(-90%, -48%) rotate(-7deg);
}

.series-entry__covers img:nth-child(3) {
  z-index: 1;
  transform: translate(-10%, -48%) rotate(7deg);
}

.series-entry__copy h2 {
  margin-bottom: 1rem;
  font-size: clamp(4rem, 8vw, 7rem);
  letter-spacing: -0.055em;
}

.series-entry__tagline {
  color: var(--gold-bright) !important;
  font-family: var(--serif);
  font-size: 1.35rem;
}

.series-entry__copy > p:not(.eyebrow) {
  color: var(--paper-soft);
}

.series-entry__copy .series-stats {
  padding: 1.4rem 0;
  margin: 2rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reading-order {
  display: grid;
  grid-template-columns: 90px minmax(190px, 290px) 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 4rem 0;
  border-bottom: 1px solid var(--line);
}

.reading-order:first-child {
  padding-top: 0;
}

.reading-order__index {
  align-self: start;
  color: var(--gold);
  text-align: center;
}

.reading-order__index span {
  display: block;
  font-family: var(--serif);
  font-size: 3rem;
  line-height: 1;
}

.reading-order__index small {
  display: block;
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reading-order__cover {
  box-shadow: var(--shadow);
}

.reading-order__copy h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.6rem, 4.8vw, 4.4rem);
  letter-spacing: -0.04em;
}

.reading-order__copy h2 a:hover {
  color: var(--gold-bright);
}

.reading-order__copy > p:not(.eyebrow) {
  color: var(--paper-soft);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0;
  margin: 1.5rem 0 2rem;
  list-style: none;
}

.book-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.book-hero__wash {
  position: absolute;
  inset: -12%;
  filter: blur(50px) saturate(0.75);
  opacity: 0.22;
  background:
    linear-gradient(90deg, var(--ink) 0%, transparent 55%, var(--ink) 100%),
    linear-gradient(var(--ink) 0%, transparent 30%, var(--ink) 100%),
    var(--cover) center 30% / cover;
  transform: scale(1.08);
}

.book-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(8, 7, 7, 0.35), rgba(8, 7, 7, 0.84) 52%, var(--ink) 100%);
}

.book-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(230px, 365px) 1fr;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  width: min(var(--max), calc(100% - 2 * var(--gutter)));
  min-height: 720px;
  padding: 5rem 0;
  margin: 0 auto;
}

.book-hero__cover {
  box-shadow: var(--shadow);
}

.book-hero__copy {
  max-width: 750px;
}

.book-hero__copy h1 {
  margin-bottom: 1.3rem;
  font-size: clamp(3.8rem, 7vw, 7rem);
  letter-spacing: -0.055em;
}

.book-hero__tagline {
  max-width: 680px;
  color: var(--paper-soft);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.book-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding: 1.2rem 0;
  margin: 1.5rem 0 2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  list-style: none;
  text-transform: uppercase;
}

.book-meta li::before {
  padding-right: 0.55rem;
  color: var(--blood-bright);
  content: "✦";
  font-size: 0.55rem;
}

.retail-note {
  max-width: 580px;
  margin-top: 1rem;
  color: #6e665e;
  font-size: 0.68rem;
}

.book-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(4rem, 9vw, 9rem);
}

.book-copy__main {
  max-width: 760px;
}

.book-copy__main h2 {
  margin-bottom: 2.5rem;
  color: var(--gold-bright);
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 1.15;
}

.book-copy__main > p:not(.eyebrow):not(.series-position) {
  color: var(--paper-soft);
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.85;
}

.series-position {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.2rem;
  padding: 1.5rem 0;
  margin-top: 2.5rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.8rem;
}

.series-position span {
  display: grid;
  width: 46px;
  height: 46px;
  color: var(--gold);
  border: 1px solid var(--gold-dim);
  font-family: var(--serif);
  place-items: center;
  transform: rotate(45deg);
}

.series-position b {
  color: var(--paper);
}

.book-copy__aside {
  align-self: start;
  padding: 2rem;
  border: 1px solid var(--line);
  background: var(--panel);
}

.tropes-list {
  padding: 0;
  margin: 0 0 2rem;
  list-style: none;
}

.tropes-list li {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line-light);
  font-family: var(--serif);
}

.tropes-list span {
  padding-right: 0.8rem;
  color: var(--blood-bright);
  font-size: 0.65rem;
}

.warning-card {
  padding: 1.3rem;
  border-left: 2px solid var(--blood);
  background: rgba(157, 47, 50, 0.1);
}

.warning-card b {
  color: var(--gold);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.warning-card p {
  margin: 0.6rem 0;
  color: var(--muted);
  font-size: 0.77rem;
}

.warning-card a {
  color: var(--gold-bright);
  font-size: 0.68rem;
}

.book-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(var(--max), calc(100% - 2 * var(--gutter)));
  padding: 2.5rem 0;
  margin: 0 auto 5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.book-pagination a {
  display: flex;
  flex-direction: column;
}

.book-pagination a:last-child {
  align-items: flex-end;
  text-align: right;
}

.book-pagination small {
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.book-pagination b {
  margin-top: 0.2rem;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 400;
}

.book-pagination a:hover b {
  color: var(--gold-bright);
}

.book-pagination__mark {
  padding: 0 2rem;
  color: var(--blood-bright);
}

.world-map {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}

.world-map::before {
  position: absolute;
  inset: 1.2rem;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(214, 180, 121, 0.08);
}

.world-map__compass {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 70px;
  height: 70px;
  border: 1px solid var(--gold-dim);
  background: var(--ink);
  place-items: center;
  transform: translate(-50%, -50%) rotate(45deg);
}

.world-map__compass span {
  color: var(--gold);
  font-family: var(--serif);
  transform: rotate(-45deg);
}

.place {
  min-height: 370px;
  padding: clamp(2rem, 4vw, 4rem);
  background:
    radial-gradient(circle at 90% 10%, rgba(214, 180, 121, 0.06), transparent 16rem),
    var(--panel);
}

.place:nth-of-type(odd) {
  background:
    radial-gradient(circle at 10% 90%, rgba(157, 47, 50, 0.09), transparent 16rem),
    var(--panel-2);
}

.place__number {
  color: var(--gold-dim);
  font-family: var(--serif);
  font-size: 0.75rem;
}

.place > p:first-of-type {
  margin: 1.6rem 0 0.5rem;
  color: var(--blood-bright);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.place h2 {
  font-size: clamp(2.3rem, 4vw, 3.7rem);
}

.place > p:last-child {
  max-width: 490px;
  color: var(--muted);
}

.lore-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4rem;
}

.lore-section__intro > p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 1.5rem;
  color: var(--paper-soft);
}

.law-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  padding: 4rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: radial-gradient(circle, rgba(138, 32, 35, 0.15), transparent 62%);
  text-align: center;
}

.law-card > *:not(.law-card__rings) {
  position: relative;
  z-index: 1;
}

.law-card > p {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.law-card blockquote {
  max-width: 550px;
  margin-bottom: 1.2rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.law-card > span {
  max-width: 430px;
  color: var(--muted);
  font-size: 0.8rem;
}

.law-card__rings,
.law-card__rings i {
  position: absolute;
  border: 1px solid rgba(214, 180, 121, 0.12);
  border-radius: 50%;
}

.law-card__rings {
  width: 390px;
  aspect-ratio: 1;
}

.law-card__rings i:first-child {
  inset: 13%;
}

.law-card__rings i:nth-child(2) {
  inset: 29%;
}

.law-card__rings i:last-child {
  top: 50%;
  left: -10%;
  width: 120%;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(157, 47, 50, 0.3);
}

.lore-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lore-grid article {
  padding: 2rem;
  border-right: 1px solid var(--line);
}

.lore-grid article:last-child {
  border-right: 0;
}

.lore-grid span {
  color: var(--blood-bright);
  font-family: var(--serif);
}

.lore-grid h3 {
  margin: 0.7rem 0;
  font-size: 1.5rem;
}

.lore-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.dragonblood {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding-inline: clamp(2rem, 6vw, 6rem);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 50%, rgba(157, 47, 50, 0.15), transparent 24rem),
    var(--panel);
}

.dragonblood__mark {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  color: var(--blood-bright);
  border: 1px solid var(--gold-dim);
  background: var(--panel);
  place-items: center;
  transform: translate(-50%, -50%) rotate(45deg);
}

.dragonblood > div:last-child {
  align-self: center;
}

.dragonblood > div:last-child p {
  color: var(--paper-soft);
}

.character-list {
  padding-top: 2rem;
}

.character-profile {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(3rem, 9vw, 9rem);
  min-height: 580px;
  padding: 5rem 0;
  border-bottom: 1px solid var(--line);
}

.character-profile--reverse .character-profile__portrait {
  grid-column: 2;
}

.character-profile--reverse .character-profile__copy {
  grid-row: 1;
  grid-column: 1;
}

.character-profile__portrait {
  position: relative;
  display: grid;
  aspect-ratio: 0.8;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, transparent 45%, rgba(157, 47, 50, 0.18)),
    radial-gradient(circle at 50% 40%, rgba(214, 180, 121, 0.13), transparent 35%),
    var(--panel);
  place-items: center;
}

.character-profile__portrait::before,
.character-profile__portrait::after {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid var(--gold-dim);
  border-radius: 50%;
}

.character-profile__portrait::after {
  width: 48%;
  border-color: rgba(157, 47, 50, 0.55);
}

.character-profile__portrait span {
  position: relative;
  z-index: 1;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(8rem, 17vw, 14rem);
  line-height: 1;
  text-shadow: 0 0 50px rgba(214, 180, 121, 0.2);
}

.character-profile__portrait i {
  position: absolute;
  right: -10%;
  bottom: -15%;
  width: 75%;
  height: 55%;
  border: 1px solid var(--line);
  transform: rotate(-35deg);
}

.character-profile__copy h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(3rem, 6vw, 5.7rem);
}

.character-profile__copy blockquote {
  padding-left: 1.4rem;
  color: var(--gold-bright);
  border-left: 2px solid var(--blood);
  font-size: 1.3rem;
  line-height: 1.5;
}

.character-profile__copy > p:not(.eyebrow) {
  color: var(--paper-soft);
}

.supporting {
  padding-top: 4rem;
}

.supporting__grid,
.author-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.supporting__grid article,
.author-values article {
  padding: 2rem;
  border-right: 1px solid var(--line);
}

.supporting__grid article:last-child,
.author-values article:last-child {
  border-right: 0;
}

.supporting__grid h3,
.author-values h3 {
  margin: 0.7rem 0;
  font-size: 1.45rem;
}

.supporting__grid p,
.author-values p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.warnings {
  padding-top: 4rem;
}

.warnings__intro {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
  max-width: 900px;
  padding: 2rem;
  margin: 0 auto 4rem;
  border: 1px solid var(--line);
  background: var(--panel);
}

.warnings__intro > span {
  display: grid;
  width: 84px;
  height: 84px;
  color: var(--gold-bright);
  border: 1px solid var(--gold-dim);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.45rem;
  place-items: center;
}

.warnings__intro h2 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.warnings__intro p {
  margin: 0;
  color: var(--paper-soft);
}

.warning-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
}

.warning-grid article {
  min-height: 260px;
  padding: clamp(2rem, 4vw, 3.5rem);
  background: var(--panel);
}

.warning-grid span {
  color: var(--blood-bright);
  font-family: var(--serif);
  font-size: 0.72rem;
}

.warning-grid h3 {
  margin: 0.65rem 0 1rem;
  font-size: 1.8rem;
}

.warning-grid p {
  margin: 0;
  color: var(--muted);
}

.warnings__note {
  max-width: 820px;
  padding: 3rem;
  margin: 5rem auto 0;
  border-left: 2px solid var(--gold-dim);
  background: linear-gradient(90deg, rgba(214, 180, 121, 0.06), transparent);
}

.warnings__note h2 {
  font-size: 2.5rem;
}

.warnings__note p {
  color: var(--paper-soft);
}

.about {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(4rem, 9vw, 9rem);
}

.about__monogram {
  position: relative;
  display: grid;
  aspect-ratio: 0.85;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 43%, rgba(214, 180, 121, 0.15), transparent 29%),
    linear-gradient(145deg, rgba(157, 47, 50, 0.13), transparent 45%),
    var(--panel);
  place-items: center;
}

.about__monogram::before,
.about__monogram::after {
  position: absolute;
  width: 65%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid var(--gold-dim);
  transform: rotate(45deg);
}

.about__monogram::after {
  width: 47%;
  border-color: var(--blood);
}

.about__monogram span {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: clamp(6rem, 13vw, 11rem);
  letter-spacing: -0.12em;
}

.about__monogram i {
  position: absolute;
  bottom: 10%;
  width: 40%;
  height: 1px;
  background: var(--gold-dim);
}

.about h2 {
  margin-bottom: 2rem;
}

.about__lead {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.about__copy > p:not(.eyebrow):not(.about__lead) {
  color: var(--paper-soft);
}

.about__copy .button-row {
  margin-top: 2rem;
}

.author-values {
  grid-template-columns: repeat(3, 1fr);
  padding-block: 0;
}

.author-values article {
  padding: 3rem;
}

.legal {
  max-width: 820px;
}

.legal h2 {
  margin: 3rem 0 0.8rem;
  color: var(--gold-bright);
  font-size: 2rem;
}

.legal h2:first-child {
  margin-top: 0;
}

.legal p {
  color: var(--paper-soft);
}

.legal__updated {
  padding-top: 1rem;
  margin-top: 3rem;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 780px;
  padding: 5rem var(--gutter);
  text-align: center;
}

.error-page__code {
  margin: 0;
  color: rgba(214, 180, 121, 0.08);
  font-family: var(--serif);
  font-size: clamp(9rem, 25vw, 22rem);
  line-height: 0.62;
}

.error-page .eyebrow {
  justify-content: center;
}

.error-page h1 {
  margin-bottom: 1.2rem;
  font-size: clamp(3.5rem, 8vw, 7rem);
}

.error-page > p:not(.eyebrow):not(.error-page__code) {
  color: var(--muted);
}

.error-page .button-row {
  justify-content: center;
  margin-top: 1rem;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    position: relative;
    z-index: 102;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 42px;
    padding: 10px;
    cursor: pointer;
  }

  .nav-toggle > span:not(.sr-only) {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--paper);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(82vw, 420px);
    height: 100vh;
    gap: 1.5rem;
    border-left: 1px solid var(--line);
    background: rgba(8, 7, 7, 0.99);
    box-shadow: -30px 0 80px rgba(0, 0, 0, 0.55);
    transform: translateX(105%);
    transition: transform 240ms ease;
  }

  .site-nav[data-open="true"] {
    transform: none;
  }

  .site-nav a {
    height: auto;
    padding: 0.5rem;
    font-family: var(--serif);
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: none;
  }

  .header-cta {
    display: none;
  }

  .nav-open {
    overflow: hidden;
  }

  .hero {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .hero__visual {
    width: 85%;
  }

  .hero__booknote {
    right: -2.5rem;
  }

  .book-shelf {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 2rem;
  }

  .book-card--compact .text-link {
    font-size: 0.62rem;
  }

  .content-care {
    grid-template-columns: auto 1fr;
  }

  .content-care > div:last-child {
    grid-column: 1 / -1;
  }

  .lore-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lore-grid article:nth-child(2) {
    border-right: 0;
  }

  .lore-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .supporting__grid {
    grid-template-columns: 1fr 1fr;
  }

  .supporting__grid article:nth-child(2) {
    border-right: 0;
  }

  .supporting__grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 800px) {
  .topline {
    font-size: 0.55rem;
  }

  .site-header {
    min-height: 70px;
  }

  .brand__mark {
    width: 32px;
    height: 32px;
  }

  .brand__text b {
    font-size: 1rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 4.5rem;
    padding-bottom: 8rem;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 17vw, 6.5rem);
  }

  .hero__visual {
    width: min(63vw, 330px);
    margin-top: 5rem;
  }

  .hero__booknote {
    right: -3rem;
  }

  .hero__scroll {
    display: none;
  }

  .manifesto,
  .author-statement,
  .reader-fit,
  .book-copy,
  .lore-section,
  .dragonblood,
  .about {
    grid-template-columns: 1fr;
  }

  .manifesto__rule {
    display: none;
  }

  .reader-fit__art {
    width: min(78vw, 420px);
    margin-inline: auto;
  }

  .character-duo {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .character-duo__bond {
    min-height: 80px;
    transform: rotate(90deg);
  }

  .page-hero {
    min-height: 500px;
  }

  .series-entry {
    grid-template-columns: minmax(280px, 0.8fr) 1.2fr;
    gap: 3rem;
  }

  .series-entry__covers {
    min-height: 500px;
  }

  .page-hero h1 {
    font-size: clamp(3.4rem, 14vw, 6rem);
  }

  .reading-order {
    grid-template-columns: 60px minmax(160px, 230px) 1fr;
    gap: 2rem;
  }

  .book-hero__inner {
    grid-template-columns: minmax(190px, 280px) 1fr;
    gap: 3rem;
  }

  .book-hero__copy h1 {
    font-size: clamp(3rem, 8vw, 5rem);
  }

  .world-map {
    grid-template-columns: 1fr;
  }

  .world-map__compass {
    display: none;
  }

  .lore-section {
    gap: 3rem;
  }

  .dragonblood__mark {
    display: none;
  }

  .character-profile,
  .character-profile--reverse {
    grid-template-columns: minmax(210px, 0.7fr) 1fr;
    gap: 3rem;
  }

  .character-profile--reverse .character-profile__portrait {
    grid-column: 1;
  }

  .character-profile--reverse .character-profile__copy {
    grid-row: auto;
    grid-column: 2;
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer__grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer__sigil {
    display: none;
  }
}

@media (max-width: 620px) {
  :root {
    --gutter: 1.25rem;
  }

  .topline span {
    padding: 0 0.2rem;
  }

  .series-bar {
    display: block;
    padding: 0;
    overflow-x: auto;
  }

  .series-bar__name {
    display: none;
  }

  .series-bar > div {
    width: max-content;
    min-width: 100%;
    height: 48px;
    padding: 0 1.25rem;
    gap: 1.5rem;
  }

  .brand__text small {
    display: none;
  }

  .hero__copy .eyebrow span:last-child,
  .page-hero .eyebrow span:last-child {
    display: none;
  }

  .hero h1 {
    line-height: 0.91;
  }

  .hero h1 em {
    margin-left: 0;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero__tags {
    gap: 0.35rem;
  }

  .hero__visual {
    width: min(74vw, 310px);
  }

  .hero__booknote {
    right: -1rem;
    bottom: -2rem;
  }

  .section {
    padding-block: 5rem;
  }

  .manifesto blockquote {
    font-size: 2.65rem;
  }

  .section-heading {
    display: block;
    margin-bottom: 3rem;
  }

  .section-heading > p {
    margin-top: 1.3rem;
  }

  .book-shelf {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem 1.2rem;
  }

  .book-card__copy h3 {
    font-size: 1.25rem;
  }

  .book-card__copy > p:nth-of-type(2) {
    display: none;
  }

  .book-card--compact .text-link {
    display: none;
  }

  .trope-grid {
    grid-template-columns: 1fr;
  }

  .trope-grid > div:nth-child(odd) {
    padding-right: 0;
    border-right: 0;
  }

  .trope-grid > div:nth-child(even) {
    padding-left: 0;
  }

  .character-duo article {
    min-height: 340px;
    padding: 2rem;
  }

  .content-care {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .content-care > div:last-child {
    grid-column: auto;
  }

  .content-care__icon {
    margin-inline: auto;
  }

  .content-care .eyebrow {
    justify-content: center;
  }

  .final-cta {
    min-height: 560px;
  }

  .final-cta h2 {
    font-size: clamp(2.8rem, 13vw, 4.8rem);
  }

  .page-hero {
    min-height: 480px;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .page-hero h1 {
    font-size: clamp(3.1rem, 16vw, 5.5rem);
  }

  .page-hero > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .series-stats {
    gap: 1rem;
  }

  .series-stats span {
    align-items: center;
    flex-direction: column;
    gap: 0.1rem;
    text-align: center;
  }

  .series-stats b {
    font-size: 1.6rem;
  }

  .reading-order {
    grid-template-columns: 50px 1fr;
    gap: 1.2rem;
    padding: 3rem 0;
  }

  .book-group__heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .series-entry {
    grid-template-columns: 1fr;
  }

  .series-entry__covers {
    width: min(90vw, 440px);
    min-height: 520px;
    margin-inline: auto;
  }

  .reading-order__index span {
    font-size: 2rem;
  }

  .reading-order__index small {
    display: none;
  }

  .reading-order__cover {
    max-width: 250px;
  }

  .reading-order__copy {
    grid-column: 1 / -1;
    padding-left: 0;
  }

  .reading-order__copy h2 {
    font-size: 2.5rem;
  }

  .book-hero__inner {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .book-hero__cover {
    width: min(68vw, 300px);
    margin: 0 auto;
  }

  .book-hero__copy h1 {
    font-size: clamp(3.3rem, 15vw, 5.8rem);
  }

  .book-copy__aside {
    padding: 1.5rem;
  }

  .book-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .book-pagination__mark {
    display: none;
  }

  .book-pagination b {
    max-width: 130px;
    font-size: 0.9rem;
  }

  .world-map {
    width: calc(100% - 2 * var(--gutter));
  }

  .law-card {
    min-height: 380px;
    padding: 2rem;
  }

  .lore-grid {
    grid-template-columns: 1fr;
  }

  .lore-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .lore-grid article:last-child {
    border-bottom: 0;
  }

  .dragonblood {
    width: calc(100% - 2 * var(--gutter));
    gap: 2rem;
    padding-inline: 1.5rem;
  }

  .character-profile,
  .character-profile--reverse {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 4rem 0;
  }

  .character-profile--reverse .character-profile__portrait,
  .character-profile--reverse .character-profile__copy {
    grid-column: auto;
  }

  .character-profile--reverse .character-profile__portrait {
    grid-row: auto;
  }

  .character-profile__portrait {
    width: min(78vw, 360px);
    margin-inline: auto;
  }

  .supporting__grid,
  .author-values,
  .warning-grid {
    grid-template-columns: 1fr;
  }

  .supporting__grid article,
  .author-values article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .warnings__intro {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .warnings__intro > span {
    margin-inline: auto;
  }

  .warnings__note {
    padding: 2rem;
  }

  .about__monogram {
    width: min(80vw, 390px);
    margin-inline: auto;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .footer__grid > div:first-child {
    grid-column: auto;
  }

  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* On-site trailers */

video {
  display: block;
  width: 100%;
}

.motion-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.motion-feature__player {
  position: relative;
  width: min(100%, 31rem);
  aspect-ratio: 5 / 8;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(214, 180, 121, 0.38);
  background: #050404;
  box-shadow: var(--shadow);
}

.motion-feature__player::before,
.watch-player::before {
  position: absolute;
  z-index: 3;
  inset: 0.55rem;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(238, 231, 220, 0.12);
}

.motion-feature__player video {
  height: 100%;
  object-fit: cover;
}

.motion-feature__veil,
.video-card__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgba(5, 4, 4, 0.82) 100%),
    radial-gradient(circle at 50% 55%, transparent 20%, rgba(5, 4, 4, 0.24) 100%);
}

.motion-feature__hit {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.4rem;
  text-align: center;
}

.motion-feature__hit b,
.motion-feature__hit small {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.motion-feature__hit small {
  color: var(--gold);
}

.video-card__play {
  display: grid;
  width: 4.2rem;
  height: 4.2rem;
  place-items: center;
  padding-left: 0.18rem;
  color: #17100a;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(240, 213, 158, 0.92);
  box-shadow: 0 0 0 0.6rem rgba(214, 180, 121, 0.1);
  font-size: 0.88rem;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.motion-feature__hit:hover .video-card__play,
.video-card__poster:hover .video-card__play,
.book-video__poster a:hover .video-card__play {
  transform: scale(1.08);
  background: #fff1ce;
}

.motion-feature__copy {
  max-width: 37rem;
}

.motion-feature__copy h2,
.watch-action h2,
.book-video__copy h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
}

.motion-feature__copy blockquote,
.book-video__copy blockquote,
.watch-hero__copy blockquote {
  margin-bottom: 1.5rem;
  color: var(--gold-bright);
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  line-height: 1.35;
}

.motion-feature__copy > p,
.book-video__copy > p,
.watch-hero__copy > p {
  max-width: 38rem;
  color: var(--paper-soft);
}

.page-hero--watch {
  background:
    radial-gradient(circle at 72% 30%, rgba(157, 47, 50, 0.21), transparent 28rem),
    linear-gradient(180deg, #0b0808, #080707);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(2rem, 3.5vw, 3.4rem) clamp(1.2rem, 2vw, 2rem);
}

.video-grid--preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-card__poster {
  position: relative;
  display: block;
  aspect-ratio: 5 / 8;
  overflow: hidden;
  border: 1px solid rgba(214, 180, 121, 0.28);
  background: #080606;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.34);
}

.video-card__poster::after {
  position: absolute;
  inset: 0.55rem;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(238, 231, 220, 0.1);
}

.video-card__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 350ms ease;
}

.video-card__poster:hover img {
  transform: scale(1.035);
  filter: brightness(1.08);
}

.video-card__poster .video-card__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem;
  transform: translate(-50%, -50%);
}

.video-card__poster:hover .video-card__play {
  transform: translate(-50%, -50%) scale(1.08);
}

.video-card__poster small {
  position: absolute;
  z-index: 3;
  right: 1.1rem;
  bottom: 1.1rem;
  padding: 0.22rem 0.55rem;
  color: var(--paper);
  background: rgba(5, 4, 4, 0.78);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.video-card__copy {
  padding-top: 1.35rem;
}

.video-card__copy > p:first-child {
  margin-bottom: 0.5rem;
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.video-card__copy h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
}

.video-card__copy h3 a:hover {
  color: var(--gold-bright);
}

.video-card__copy > p:nth-of-type(2) {
  min-height: 4.8em;
  margin-bottom: 1rem;
  color: var(--paper-soft);
  font-size: 0.88rem;
}

.watch-strip {
  border-top: 1px solid var(--line);
}

.watch-hero {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  padding-top: clamp(3rem, 8vw, 7rem);
}

.watch-hero__copy {
  max-width: 43rem;
}

.watch-hero__copy h1 {
  margin: 1.2rem 0 1.5rem;
  font-size: clamp(3.2rem, 7vw, 7.5rem);
}

.watch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0;
  margin: 1.8rem 0 0;
  list-style: none;
}

.watch-meta li {
  padding: 0.42rem 0.8rem;
  color: var(--paper-soft);
  border: 1px solid var(--line);
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.watch-player {
  position: relative;
  width: min(100%, 31rem);
  aspect-ratio: 5 / 8;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(214, 180, 121, 0.42);
  background: #000;
  box-shadow: var(--shadow);
}

.watch-player video {
  height: 100%;
  object-fit: contain;
  background: #000;
}

.watch-action,
.book-video {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.watch-action > div:last-child > p {
  max-width: 39rem;
  color: var(--paper-soft);
}

.book-video__poster {
  width: min(100%, 27rem);
  justify-self: end;
}

.book-video__poster a {
  position: relative;
  display: block;
  aspect-ratio: 5 / 8;
  overflow: hidden;
  border: 1px solid rgba(214, 180, 121, 0.3);
  box-shadow: var(--shadow);
}

.book-video__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-video__poster .video-card__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.book-video__poster a:hover .video-card__play {
  transform: translate(-50%, -50%) scale(1.08);
}

.book-video__copy {
  max-width: 42rem;
}

@media (max-width: 1100px) {
  .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .motion-feature,
  .watch-hero,
  .watch-action,
  .book-video {
    grid-template-columns: 1fr;
  }

  .motion-feature__player,
  .watch-player,
  .book-video__poster {
    width: min(100%, 27rem);
    justify-self: center;
  }

  .motion-feature__copy,
  .watch-hero__copy,
  .book-video__copy {
    max-width: 42rem;
  }

  .video-grid,
  .video-grid--preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .watch-player {
    grid-row: 1;
  }
}

@media (max-width: 540px) {
  .video-grid,
  .video-grid--preview {
    grid-template-columns: 1fr;
  }

  .video-card {
    width: min(100%, 25rem);
    margin-inline: auto;
  }

  .video-card__copy > p:nth-of-type(2) {
    min-height: auto;
  }

  .motion-feature__hit {
    padding: 1.5rem;
  }
}

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

/* Reader-first discovery */

.reader-hero h1 {
  max-width: 10ch;
  font-size: clamp(4.2rem, 8.2vw, 8.8rem);
}

.reader-hero .hero__lead {
  max-width: 44rem;
}

.reader-hero .hero__tags {
  max-width: 43rem;
}

.mood-picker {
  border-top: 1px solid var(--line);
}

.mood-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--line);
}

.mood-card {
  grid-column: span 2;
  min-height: 25rem;
  background:
    linear-gradient(155deg, rgba(157, 47, 50, 0.08), transparent 48%),
    var(--panel);
}

.mood-card:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.mood-card > a {
  position: relative;
  display: flex;
  height: 100%;
  padding: clamp(1.6rem, 3vw, 2.8rem);
  flex-direction: column;
  isolation: isolate;
  overflow: hidden;
}

.mood-card > a::before {
  position: absolute;
  z-index: -1;
  right: -5rem;
  bottom: -7rem;
  width: 15rem;
  height: 15rem;
  content: "";
  border: 1px solid rgba(214, 180, 121, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 2rem rgba(214, 180, 121, 0.025), 0 0 0 4rem rgba(214, 180, 121, 0.015);
  transition: transform 280ms ease, border-color 280ms ease;
}

.mood-card > a:hover::before {
  border-color: rgba(214, 180, 121, 0.4);
  transform: translate(-1rem, -1rem) scale(1.08);
}

.mood-card__number {
  margin-bottom: auto;
  color: var(--gold-dim);
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0.15em;
}

.mood-card p {
  margin: 3.5rem 0 0.8rem;
  color: var(--gold);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.mood-card h3 {
  margin-bottom: 1.35rem;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.02;
}

.mood-card ul {
  display: flex;
  padding: 0;
  margin: 0 0 2rem;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
}

.mood-card li {
  padding: 0.22rem 0.5rem;
  color: var(--paper-soft);
  border: 1px solid var(--line-light);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}

.mood-card .text-link {
  width: max-content;
  margin-top: auto;
}

.reader-promise {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reader-promise__lead h2,
.discovery-explainer h2 {
  margin-bottom: 1.6rem;
  font-size: clamp(3rem, 5.4vw, 5.8rem);
}

.reader-promise__lead > p,
.discovery-explainer > div:last-child {
  color: var(--paper-soft);
}

.reader-promise__columns,
.fit-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
}

.reader-promise__columns > div,
.fit-panel > div {
  padding: clamp(1.7rem, 3vw, 2.7rem);
  border: 1px solid var(--line);
  background: rgba(19, 16, 16, 0.72);
}

.reader-checklist {
  padding: 0;
  margin: 0;
  list-style: none;
}

.reader-checklist li {
  position: relative;
  padding: 0.9rem 0 0.9rem 1.8rem;
  color: var(--paper-soft);
  border-bottom: 1px solid var(--line-light);
}

.reader-checklist li::before {
  position: absolute;
  top: 1rem;
  left: 0;
  color: var(--gold);
  content: "✓";
  font-family: var(--serif);
}

.reader-checklist--caution li::before {
  color: var(--blood-bright);
  content: "×";
}

.reader-promise__columns .text-link,
.fit-panel .text-link {
  margin-top: 1.5rem;
}

.page-hero--reader {
  background:
    linear-gradient(90deg, rgba(8, 7, 7, 0.98), rgba(8, 7, 7, 0.72)),
    radial-gradient(circle at 75% 40%, rgba(157, 47, 50, 0.26), transparent 26rem);
}

.page-hero--reader::before {
  position: absolute;
  right: 8%;
  bottom: -20%;
  width: min(44vw, 38rem);
  aspect-ratio: 1;
  content: "";
  opacity: 0.8;
  border: 1px solid rgba(214, 180, 121, 0.17);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(214, 180, 121, 0.025), 0 0 0 6rem rgba(157, 47, 50, 0.02);
}

.mood-grid--directory .mood-card {
  min-height: 30rem;
}

.discovery-explainer {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(3rem, 10vw, 9rem);
  border-top: 1px solid var(--line);
}

.discovery-explainer > div:last-child {
  max-width: 43rem;
  padding-top: 2rem;
  font-size: 1.05rem;
}

.reader-guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  width: min(var(--max), calc(100% - (2 * var(--gutter))));
  min-height: 780px;
  padding-block: clamp(4rem, 8vw, 8rem);
  margin-inline: auto;
  align-items: center;
  gap: clamp(3rem, 9vw, 9rem);
}

.reader-guide-hero__copy h1 {
  max-width: 12ch;
  margin: 1.2rem 0 1.7rem;
  font-size: clamp(4rem, 7.2vw, 7.8rem);
}

.reader-guide-hero__lead {
  max-width: 48rem;
  margin-bottom: 2rem;
  color: var(--paper-soft);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.55;
}

.reader-guide-hero .hero__tags {
  max-width: 48rem;
}

.reader-guide-hero__cover {
  position: relative;
  display: block;
  width: min(100%, 28rem);
  justify-self: end;
  box-shadow: var(--shadow);
  transform: rotate(1.4deg);
}

.reader-guide-hero__cover span {
  position: absolute;
  right: -1.4rem;
  bottom: 2.2rem;
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: var(--gold-bright);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-hook {
  max-width: 1040px;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guide-hook .eyebrow {
  justify-content: center;
}

.guide-hook blockquote {
  max-width: 24ch;
  margin: 0 auto;
  font-size: clamp(2.5rem, 5vw, 5rem);
  color: var(--paper);
}

.guide-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}

.guide-reasons__grid article {
  min-height: 27rem;
  padding: clamp(1.7rem, 3.5vw, 3.3rem);
  border-right: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(157, 47, 50, 0.07), transparent 55%);
}

.guide-reasons__grid article:last-child {
  border-right: 0;
}

.guide-reasons__grid article > span {
  color: var(--gold-dim);
  font-family: var(--serif);
  letter-spacing: 0.13em;
}

.guide-reasons__grid h3 {
  margin: 4.5rem 0 1.25rem;
  font-size: clamp(1.8rem, 2.7vw, 2.6rem);
}

.guide-reasons__grid p {
  color: var(--paper-soft);
}

.fit-panel {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reader-faq__list {
  max-width: 920px;
  margin-inline: auto;
  border-top: 1px solid var(--line);
}

.reader-faq details {
  border-bottom: 1px solid var(--line);
}

.reader-faq summary {
  position: relative;
  padding: 1.6rem 3.5rem 1.6rem 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  list-style: none;
}

.reader-faq summary::-webkit-details-marker {
  display: none;
}

.reader-faq summary::after {
  position: absolute;
  top: 1.45rem;
  right: 0;
  color: var(--gold);
  content: "+";
  font-family: var(--sans);
  font-size: 1.5rem;
}

.reader-faq details[open] summary::after {
  content: "−";
}

.reader-faq details p {
  max-width: 48rem;
  padding: 0 0 1.8rem;
  margin: 0;
  color: var(--paper-soft);
}

.related-moods {
  border-top: 1px solid var(--line);
}

.mood-grid--related {
  grid-template-columns: repeat(3, 1fr);
}

.mood-grid--related .mood-card,
.mood-grid--related .mood-card:nth-last-child(-n + 2) {
  grid-column: span 1;
  min-height: 23rem;
}

@media (max-width: 980px) {
  .mood-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mood-card,
  .mood-card:nth-last-child(-n + 2) {
    grid-column: span 1;
  }

  .mood-card:last-child {
    grid-column: 1 / -1;
  }

  .reader-promise,
  .discovery-explainer {
    grid-template-columns: 1fr;
  }

  .reader-guide-hero {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.45fr);
    gap: 3rem;
  }

  .guide-reasons__grid {
    grid-template-columns: 1fr;
  }

  .guide-reasons__grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .guide-reasons__grid article:last-child {
    border-bottom: 0;
  }

  .guide-reasons__grid h3 {
    margin-top: 2.5rem;
  }
}

@media (max-width: 720px) {
  .reader-hero h1 {
    font-size: clamp(3.8rem, 17vw, 6.5rem);
  }

  .reader-promise__columns,
  .fit-panel {
    grid-template-columns: 1fr;
  }

  .reader-guide-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 3.5rem;
  }

  .reader-guide-hero__copy h1 {
    font-size: clamp(3.5rem, 15vw, 6rem);
  }

  .reader-guide-hero__cover {
    width: min(72vw, 22rem);
    justify-self: center;
    margin-top: 2rem;
  }

  .mood-grid--related {
    grid-template-columns: 1fr;
  }

  .mood-grid--related .mood-card,
  .mood-grid--related .mood-card:nth-last-child(-n + 2) {
    grid-column: span 1;
  }
}

@media (max-width: 520px) {
  .mood-grid {
    grid-template-columns: 1fr;
  }

  .mood-card,
  .mood-card:last-child {
    grid-column: span 1;
    min-height: 22rem;
  }

  .mood-card p {
    margin-top: 2.5rem;
  }

  .reader-guide-hero__cover span {
    right: -0.5rem;
  }
}
