:root {
  --ink-950: #080b12;
  --ink-900: #0b101a;
  --ink-850: #101725;
  --ink-800: #141d2d;
  --ink-700: #253148;
  --silver-100: #f1f2f4;
  --silver-200: #d9dde3;
  --silver-400: #aeb6c3;
  --silver-500: #8c96a6;
  --text-secondary: #b7bfca;
  --text-secondary-small: #c0c6cf;
  --text-caption: #9ca6b5;
  --gold-300: #dbc993;
  --gold-400: #c8ae78;
  --gold-500: #aa8d57;
  --border: rgba(194, 203, 218, 0.16);
  --font-heading: "Cinzel", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--silver-200);
  background: var(--ink-950);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.navbar-brand,
.book-placeholder strong {
  color: var(--silver-100);
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.18;
}

h1 {
  font-size: clamp(2.75rem, 7.5vw, 6.8rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: 1.35rem;
}

a {
  color: var(--gold-300);
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--silver-100);
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold-300);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 1rem;
  color: var(--ink-950);
  background: var(--gold-300);
  transform: translateY(-150%);
}

.skip-link:focus {
  color: var(--ink-950);
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 11, 18, 0.74);
  backdrop-filter: blur(12px);
}

.navbar {
  min-height: 5rem;
  padding-block: 0.75rem;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--silver-100);
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--gold-300);
}

.brand-trademark {
  margin-left: 0.08em;
  font-size: 0.85em;
  line-height: 0;
  vertical-align: 0.1em;
}

.brand-mark {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--ink-950);
}

.brand-mark::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(219, 201, 147, 0.72);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.brand-mark img,
.hero-logo-medallion img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.navbar-nav {
  gap: 0.4rem;
}

.header-nav-stack {
  display: flex;
  margin-left: auto;
  flex-direction: column;
  align-items: flex-end;
}

.header-socials {
  display: flex;
  min-height: 1.5rem;
  margin: 0 0.9rem 0.45rem 0;
  gap: 0.7rem;
  align-items: center;
}

.header-socials a {
  display: inline-flex;
  width: 1.45rem;
  height: 1.45rem;
  color: var(--silver-400);
  align-items: center;
  justify-content: center;
}

.header-socials a:hover,
.header-socials a:focus {
  color: var(--gold-300);
}

.header-socials svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media (min-width: 992px) {
  .header-socials {
    height: 1.5rem;
    margin-right: 0;
    gap: 0.45rem;
  }

  .header-socials a {
    width: 2.125rem;
    height: 2.125rem;
    transform: translateY(0.03125rem);
  }

  .header-socials svg {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.navbar-nav .nav-link {
  padding: 0.65rem 0.9rem;
  color: var(--silver-200);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--gold-300);
}

.navbar-nav .nav-link-accent {
  display: inline-flex;
  padding: 0.58rem 0.75rem;
  border: 1px solid rgba(219, 201, 147, 0.55);
  border-radius: 0;
  gap: 0.45rem;
  align-items: center;
  white-space: nowrap;
}

.navbar-nav .nav-link-accent:hover,
.navbar-nav .nav-link-accent:focus {
  border-color: var(--gold-300);
  background: rgba(200, 174, 120, 0.08);
}

.navbar-nav .nav-link-accent:active {
  border-color: var(--gold-300);
  color: var(--silver-100);
  background: rgba(200, 174, 120, 0.14);
}

.nav-link-icon {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  flex: 0 0 auto;
}

.navbar-toggler {
  border-color: var(--border);
  border-radius: 0;
}

.hero {
  position: relative;
  min-height: min(945px, 100svh);
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: #030609;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 5, 8, 0.98) 0%, rgba(2, 5, 8, 0.93) 25%, rgba(2, 5, 8, 0.76) 39%, rgba(2, 5, 8, 0.25) 56%, rgba(2, 5, 8, 0.04) 100%),
    linear-gradient(180deg, rgba(2, 5, 8, 0.34), transparent 32%, rgba(2, 5, 8, 0.3) 72%, rgba(2, 5, 8, 0.8));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 1680px;
  min-height: min(945px, 100svh);
  padding: 7rem clamp(1.5rem, 6.5vw, 7rem) 3rem;
  margin: 0 auto;
  align-items: center;
}

.hero-copy {
  width: min(40vw, 650px);
  text-align: center;
}

.hero-eyebrow {
  margin-bottom: 1.15rem;
  color: var(--gold-300);
  font-family: var(--font-heading);
  font-size: clamp(0.74rem, 1.15vw, 1.1rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-rule {
  display: grid;
  width: min(78%, 390px);
  margin: 0 auto 1.3rem;
  color: var(--gold-400);
  grid-template-columns: 1fr auto 1fr;
  gap: 0.7rem;
  align-items: center;
}

.hero-rule > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500));
}

.hero-rule > span:last-child {
  background: linear-gradient(90deg, var(--gold-500), transparent);
}

.hero-rule b {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid var(--gold-500);
  border-radius: 50%;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 500;
  place-items: center;
}

.hero-rule .hero-logo-medallion {
  width: 3.15rem;
  height: 3.15rem;
  overflow: hidden;
  border-color: rgba(219, 201, 147, 0.72);
  background: var(--ink-950);
}

.hero h1 {
  margin: 0 auto 1.25rem;
  font-size: clamp(3.65rem, 5.1vw, 5.5rem);
  letter-spacing: 0.06em;
  line-height: 1.03;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
}

.hero h1 .hero-title-small {
  margin-bottom: 0.12em;
  font-size: 0.58em;
}

.hero-rule-compass {
  margin-top: 0.65rem;
  margin-bottom: 1.4rem;
}

.hero-rule-compass b {
  border: 0;
  font-size: 1.7rem;
}

.hero-hook {
  max-width: 580px;
  margin: 0 auto 1.65rem;
  color: var(--silver-200);
  font-family: var(--font-heading);
  font-size: clamp(0.78rem, 1.15vw, 1.05rem);
  letter-spacing: 0.16em;
  line-height: 1.75;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-hook span {
  display: block;
}

.hero-hook span:first-child {
  color: var(--gold-300);
}

.hero-cta-group {
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: 0.75rem;
  justify-content: center;
}

.btn-hero {
  min-width: min(100%, 19rem);
  min-height: 4.25rem;
  border: 1px solid var(--gold-500);
  color: var(--gold-300);
  background: rgba(2, 5, 8, 0.62);
  font-size: 0.9rem;
}

.btn-hero:hover,
.btn-hero:focus {
  border-color: var(--gold-300);
  color: var(--ink-950);
  background: var(--gold-300);
}

.hero-cta-group .btn-hero {
  min-width: 0;
  width: min(100%, 20rem);
  max-width: 20rem;
  padding-inline: 0.9rem;
  flex: 0 1 20rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.hero-cta-group .btn:focus-visible {
  outline: 3px solid var(--gold-300);
  outline-offset: 4px;
  box-shadow: none;
}

.btn-hero-secondary {
  border-color: rgba(194, 203, 218, 0.38);
  color: var(--silver-200);
  background: rgba(2, 5, 8, 0.34);
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus {
  border-color: var(--gold-400);
  color: var(--gold-300);
  background: rgba(200, 174, 120, 0.08);
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--gold-300);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section {
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.section-intro {
  padding-block: clamp(4.675rem, 7.2vw, 7.65rem);
  background: var(--ink-900);
}

.section-intro h2 {
  max-width: 540px;
}

.section-intro p:not(.eyebrow) {
  max-width: 720px;
  color: var(--text-secondary);
}

.lead-copy {
  color: var(--silver-200) !important;
  font-size: clamp(1.15rem, 2vw, 1.38rem);
  line-height: 1.65;
}

.section-heading {
  max-width: 660px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.section-heading > p:last-child {
  color: var(--text-secondary);
}

.section-world {
  padding-bottom: clamp(4.675rem, 8.5vw, 7.65rem);
  background: var(--ink-950);
}

.world-card {
  position: relative;
  padding: 2.4rem 2rem;
  overflow: hidden;
  border: 1px solid var(--border);
  border-top-color: rgba(219, 201, 147, 0.3);
  background:
    linear-gradient(90deg, rgba(219, 201, 147, 0.16), transparent 42%) top / 100% 1px no-repeat,
    linear-gradient(155deg, rgba(20, 29, 45, 0.84), rgba(11, 16, 26, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
}

.world-card::before {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(219, 201, 147, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 0.65rem rgba(219, 201, 147, 0.025),
    0 0 0 1.3rem rgba(219, 201, 147, 0.015);
  content: "";
  pointer-events: none;
}

.world-card::after {
  position: absolute;
  right: -2rem;
  bottom: -3rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(219, 201, 147, 0.09);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.card-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin-bottom: 3rem;
  gap: 0.65rem;
  color: var(--gold-400);
  font-family: var(--font-heading);
  font-size: 0.84rem;
  letter-spacing: 0.16em;
}

.card-number::after {
  width: 1.75rem;
  height: 1px;
  background: rgba(219, 201, 147, 0.32);
  content: "";
}

.world-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

.world-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--text-secondary-small);
  font-size: 0.95rem;
}

.world-ensemble {
  margin-top: clamp(4.5rem, 6vw, 6rem);
}

.ensemble-panel {
  display: grid;
  max-width: 1040px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(200, 174, 120, 0.22);
  background: rgba(8, 11, 18, 0.42);
  grid-template-columns: minmax(0, 57fr) minmax(20rem, 43fr);
}

.ensemble-copy {
  align-self: center;
  padding: clamp(1.2rem, 1.4vw, 1.35rem) clamp(2rem, 3vw, 2.5rem);
}

.ensemble-panel h2 {
  max-width: 650px;
  margin-bottom: 1rem;
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  line-height: 1.1;
}

.ensemble-panel h2 span {
  display: block;
  white-space: nowrap;
}

.ensemble-panel p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--text-secondary);
}

.ensemble-visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-left: 1px solid rgba(200, 174, 120, 0.12);
}

.ensemble-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.section-books {
  padding-block: clamp(4.675rem, 8.5vw, 7.65rem);
  border-block: 1px solid var(--border);
  background: #0d1420;
}

.book-card {
  padding: 1.25rem;
  border: 1px solid var(--border);
  background: rgba(8, 11, 18, 0.42);
}

.book-card-featured {
  border-color: rgba(200, 174, 120, 0.52);
}

.book-cover-figure {
  margin: 0;
}

.book-cover-trigger[type="button"] {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(219, 201, 147, 0.34);
  color: var(--silver-100);
  background: var(--ink-950);
  cursor: zoom-in;
}

.book-cover-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(219, 201, 147, 0.34);
}

.book-cover-trigger .book-cover-image {
  border: 0;
  transition: filter 180ms ease, transform 220ms ease;
}

.book-cover-trigger:hover .book-cover-image,
.book-cover-trigger:focus-visible .book-cover-image {
  filter: brightness(1.045);
  transform: scale(1.012);
}

.book-cover-trigger:hover,
.book-cover-trigger:focus-visible {
  border-color: rgba(219, 201, 147, 0.62);
}

.book-cover-figure figcaption {
  padding-top: 0.8rem;
  color: var(--silver-400);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.cover-dialog {
  width: min(52rem, calc(100vw - 2rem));
  max-width: none;
  max-height: calc(100dvh - 2rem);
  margin: auto;
  padding: 0;
  overflow: hidden;
  overscroll-behavior: contain;
  border: 1px solid rgba(219, 201, 147, 0.4);
  color: var(--silver-100);
  background: #080d15;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.72);
}

.cover-dialog::backdrop {
  background: rgba(2, 4, 8, 0.88);
  backdrop-filter: blur(2px);
}

.cover-dialog-shell {
  min-width: 0;
}

.cover-dialog-toolbar {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  padding: 0.7rem;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(8, 13, 21, 0.98), rgba(8, 13, 21, 0.72));
}

.cover-dialog-close {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(219, 201, 147, 0.48);
  color: var(--silver-100);
  background: rgba(10, 16, 26, 0.94);
  font-family: var(--font-body);
  font-size: 1.65rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cover-dialog-close:hover,
.cover-dialog-close:focus-visible {
  border-color: var(--gold-300);
  color: var(--gold-300);
  background: rgba(200, 174, 120, 0.08);
}

.cover-dialog-figure {
  margin: 0;
  padding: clamp(0.9rem, 3vw, 2rem);
  padding-top: 0.2rem;
}

.cover-dialog-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 10.5rem);
  margin-inline: auto;
  border: 1px solid rgba(219, 201, 147, 0.34);
  object-fit: contain;
}

.cover-dialog-figure figcaption {
  padding-top: 0.85rem;
  color: var(--text-caption);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

body.cover-dialog-open {
  overflow: hidden;
}

.book-placeholder {
  position: relative;
  display: flex;
  aspect-ratio: 1024 / 1535;
  margin-bottom: calc(1.99rem - 1px);
  padding: 2rem;
  border: 1px solid rgba(219, 201, 147, 0.24);
  background:
    linear-gradient(rgba(219, 201, 147, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(219, 201, 147, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, #182942, #0a101a 64%);
  background-size: 72px 72px, 72px 72px, auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.book-placeholder::before {
  position: absolute;
  inset: 1.15rem;
  border: 1px solid rgba(219, 201, 147, 0.16);
  content: "";
}

.book-placeholder-muted {
  filter: saturate(0.42);
  opacity: 0.76;
}

.book-kicker,
.book-cover-note {
  position: relative;
  z-index: 1;
  color: var(--gold-300);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.book-placeholder strong {
  position: relative;
  z-index: 1;
  max-width: 12ch;
  margin-block: 1.35rem;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.book-cover-note {
  color: var(--silver-400);
  font-size: 0.57rem;
}

.book-card-copy {
  padding: 1.6rem 0.45rem 0.4rem;
}

.book-card-copy h3 {
  margin-bottom: 0;
}

.book-series-position {
  max-width: 22rem;
  margin: 0.35rem 0 0;
  color: var(--text-caption);
  font-size: 0.78rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-wrap: balance;
}

.status {
  margin-bottom: 0.4rem;
  color: var(--silver-400);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.status-soon {
  color: var(--gold-300);
}

.release-note {
  margin: 3rem 0 0;
  color: var(--silver-400);
  font-size: 0.83rem;
  text-align: center;
}

.section-author {
  padding-block: clamp(4.675rem, 8.5vw, 7.65rem);
  background: var(--ink-950);
}

.author-panel {
  display: grid;
  max-width: 970px;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem);
  border: 1px solid var(--border);
  background: linear-gradient(120deg, rgba(18, 28, 44, 0.78), rgba(10, 14, 22, 0.62));
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: auto 1fr;
  align-items: center;
}

.author-monogram {
  display: grid;
  width: clamp(7rem, 16vw, 11rem);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--gold-500);
  border-radius: 50%;
  color: var(--gold-300);
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  letter-spacing: 0.12em;
  place-items: center;
}

/* Future portrait photography can reuse the monogram frame without changing its geometry. */
.author-monogram img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.author-copy {
  min-width: 0;
}

.author-biography {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--text-secondary);
}

.author-contributor {
  max-width: 610px;
  margin-top: clamp(2rem, 3vw, 2.75rem);
  padding-top: clamp(1.5rem, 2.5vw, 2.25rem);
  border-top: 1px solid var(--border);
}

.author-contributor .eyebrow {
  margin-bottom: 0.55rem;
  font-size: 0.68rem;
}

.author-contributor h3 {
  margin-bottom: 0.75rem;
  color: var(--silver-200);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.author-contributor > p:last-child {
  margin-bottom: 0;
  color: var(--silver-400);
}

.section-follow {
  border-top: 1px solid var(--border);
  background: var(--ink-900);
}

.section-author + .section-follow {
  padding-top: clamp(4.675rem, 8.5vw, 7.65rem);
}

.section-follow h2 {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .section-intro {
    padding-bottom: min(6.35vw, 6.75rem);
  }

  .section-intro .about-copy p:not(.eyebrow) {
    max-width: 42rem;
  }

  .section-world {
    padding-top: min(7.3vw, 6.4rem);
    padding-bottom: min(6.2vw, 5.45rem);
  }

  .section-books {
    padding-block: min(6.55vw, 5.8rem);
  }

  .section-author {
    padding-block: min(5.85vw, 5.15rem);
  }

  .author-panel {
    padding-block: min(4.5vw, 3.75rem) min(4.25vw, 3.5rem);
    gap: clamp(2.5rem, 4vw, 3.5rem);
  }

  .author-monogram {
    width: clamp(8rem, 13.2vw, 9rem);
  }

  .author-contributor {
    margin-top: clamp(1.5rem, 2.25vw, 2rem);
    padding-top: clamp(1.25rem, 1.75vw, 1.5rem);
  }

  .section-author + .section-follow {
    padding-top: min(5.85vw, 5.15rem);
  }
}

.section-follow .col-lg-5 > p:last-of-type {
  max-width: 24rem;
  color: var(--text-secondary);
}

.follow-actions {
  display: flex;
  width: min(100%, 24rem);
  margin-top: 2rem;
  gap: 0.75rem;
  flex-direction: column;
  align-items: flex-start;
}

.follow-action {
  display: inline-flex;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.62rem 1rem;
  border: 1px solid rgba(194, 203, 218, 0.3);
  color: var(--gold-300);
  background: rgba(8, 11, 18, 0.3);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.follow-action:hover,
.follow-action:focus {
  border-color: var(--gold-400);
  color: var(--silver-100);
  background: rgba(200, 174, 120, 0.08);
}

.follow-action:focus-visible {
  outline: 3px solid var(--gold-300);
  outline-offset: 3px;
}

.newsletter-panel {
  padding: clamp(2rem, 4.4vw, 3.5rem);
  border: 1px solid rgba(200, 174, 120, 0.36);
  background: var(--ink-850);
}

.newsletter-panel h3 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.newsletter-panel > p:not(.eyebrow) {
  color: var(--text-secondary);
}

.newsletter-consent {
  display: flex;
  min-height: 6.5rem;
  padding: 1rem 1.15rem;
  margin-top: 2rem;
  border-left: 2px solid var(--gold-500);
  background: rgba(8, 11, 18, 0.52);
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.newsletter-consent p {
  margin: 0;
  color: var(--text-secondary-small);
  font-size: 0.88rem;
  flex: 1 1 14rem;
}

.newsletter-consent-action {
  display: inline-flex;
  max-width: 100%;
  min-height: 2.5rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(194, 203, 218, 0.34);
  color: var(--gold-300);
  background: rgba(8, 11, 18, 0.32);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.newsletter-consent-action:hover,
.newsletter-consent-action:focus {
  border-color: var(--gold-400);
  color: var(--silver-100);
  background: rgba(200, 174, 120, 0.08);
}

.newsletter-consent-action:focus-visible {
  outline: 3px solid var(--gold-300);
  outline-offset: 3px;
}

.button-link {
  padding: 0;
  border: 0;
  color: var(--gold-300);
  background: transparent;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.button-link:hover,
.button-link:focus {
  color: var(--silver-100);
}

.ml-form-embedContainer {
  width: 100%;
  margin-top: 2rem;
}

.ml-form-embedWrapper,
.ml-form-embedBody,
.ml-block-form,
.ml-form-formContent,
.ml-input-horizontal,
.horizontal-fields {
  width: 100%;
}

.ml-form-horizontalRow {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(10.5rem, auto);
  gap: 0.75rem;
  align-items: stretch;
}

.ml-field-group,
.ml-button-horizontal {
  min-width: 0;
}

.ml-field-email .form-control {
  min-height: 3.2rem;
  border-color: #2b3444;
  color: var(--silver-100);
  background: #0b111d;
}

.ml-field-email .form-control:hover {
  border-color: var(--silver-500);
}

.ml-field-email .form-control:focus {
  border-color: var(--gold-400);
  color: var(--silver-100);
  background: #0b111d;
  box-shadow: none;
}

.ml-field-email .form-control::placeholder {
  color: var(--silver-500);
}

.ml-button-horizontal button {
  width: 100%;
  min-width: 10.5rem;
  min-height: 3.2rem;
  padding: 0.72rem 1.2rem;
  border: 1px solid var(--gold-500);
  border-radius: 0;
  color: var(--gold-300);
  background: rgba(2, 5, 8, 0.62);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.ml-button-horizontal button.primary:hover,
.ml-button-horizontal button.primary:focus {
  border-color: var(--gold-300);
  color: var(--ink-950);
  background: var(--gold-300);
}

.ml-button-horizontal button:focus-visible {
  outline: 3px solid var(--gold-300);
  outline-offset: 4px;
}

.ml-field-email .form-control:focus-visible {
  border: 2px solid var(--gold-300);
  outline: none;
}

.ml-form-embedPermissions {
  margin-top: 0.9rem;
}

.ml-form-embedPermissionsContent p {
  margin: 0;
  color: var(--silver-400);
  font-size: 0.75rem;
  line-height: 1.6;
}

.ml-form-embedPermissionsContent a {
  color: var(--gold-300);
}

.ml-form-recaptcha {
  width: 304px;
  min-height: 78px;
  margin-top: 1rem;
}

.g-recaptcha {
  transform-origin: 0 0;
}

.ml-form-recaptcha.ml-error iframe,
.ml-field-group.ml-error input,
.ml-field-email input:user-invalid {
  border-color: #e68181 !important;
  box-shadow: 0 0 0 1px #e68181;
}

.newsletter-submit-error {
  margin: 0.85rem 0 0;
  color: #ffaaaa;
  font-size: 0.82rem;
  line-height: 1.5;
}

.ml-error .label-description,
.ml-error label:first-child {
  color: #ffaaaa !important;
}

.ml-form-successBody {
  color: var(--silver-200);
}

.ml-form-successContent h4 {
  margin-bottom: 0.8rem;
  color: var(--silver-100);
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 500;
}

.ml-form-successContent p {
  margin: 0;
  color: var(--text-secondary);
}

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.ml-form-embedSubmitLoad::after {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0.1rem;
  border: 3px solid var(--ink-950);
  border-right-color: transparent;
  border-radius: 50%;
  content: "";
  animation: mailerlite-loading 1.2s linear infinite;
}

@keyframes mailerlite-loading {
  to {
    transform: rotate(360deg);
  }
}

.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;
}

.form-control {
  min-height: 3.2rem;
  border: 1px solid var(--border);
  border-radius: 0;
  color: var(--silver-100);
  background: rgba(8, 11, 18, 0.64);
}

.form-control:disabled {
  color: var(--silver-500);
  border-color: var(--border);
  background: rgba(8, 11, 18, 0.48);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--silver-500);
}

.contact-form {
  display: grid;
  gap: 1.4rem;
  max-width: 46rem;
}

.contact-page-content {
  padding-top: clamp(4.25rem, 5.2vw, 5.5rem);
}

.contact-intro {
  margin: 0 0 0.15rem;
  color: var(--text-caption);
  font-size: 0.9rem;
}

@media (min-width: 992px) {
  .contact-page-content {
    padding-bottom: clamp(4.25rem, 4.75vw, 5rem);
  }
}

.contact-field {
  display: grid;
  gap: 0.5rem;
}

.contact-field label {
  color: var(--silver-100);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-field textarea.form-control {
  min-height: 12.5rem;
  resize: vertical;
}

.contact-select {
  cursor: pointer;
  color-scheme: dark;
}

.contact-select:focus-visible {
  outline: 3px solid var(--gold-300);
  outline-offset: 4px;
}

.contact-field .form-control:focus {
  border-color: var(--gold-300);
  box-shadow: 0 0 0 0.2rem rgba(219, 201, 147, 0.14);
  color: var(--silver-100);
  background: rgba(8, 11, 18, 0.8);
}

.contact-form-errors,
.field-validation-error {
  color: #f0aaa4;
}

.contact-form-errors:empty,
.field-validation-error:empty {
  display: none;
}

.contact-form-errors ul {
  margin-bottom: 0;
}

.contact-privacy {
  max-width: 42rem;
  margin: 0;
  color: var(--text-caption);
  font-size: 0.82rem;
}

.contact-privacy a {
  color: var(--gold-300);
}

.contact-form-footer {
  display: grid;
  gap: 0.75rem;
  justify-items: start;
}

.contact-submit {
  width: 15rem;
}

.contact-reassurance {
  margin: 0;
  color: var(--text-caption);
  font-size: 0.82rem;
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-confirmation {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(219, 201, 147, 0.24);
  background: rgba(13, 18, 29, 0.72);
}

button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn {
  min-height: 3rem;
  padding: 0.72rem 1.45rem;
  border-radius: 0;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.btn-gold {
  border: 1px solid var(--gold-300);
  color: var(--ink-950);
  background: var(--gold-300);
}

.btn-gold:hover,
.btn-gold:focus {
  border-color: var(--silver-100);
  color: var(--ink-950);
  background: var(--silver-100);
}

.btn-gold:disabled {
  border-color: var(--gold-500);
  color: #111827;
  background: var(--gold-500);
  opacity: 0.58;
}

.site-footer {
  padding: 3rem 0 2rem;
  border-top: 1px solid var(--border);
  color: var(--silver-400);
  background: #06080d;
  font-size: 0.8rem;
}

.footer-actions,
.footer-socials {
  display: flex;
  align-items: center;
}

.footer-actions {
  gap: 2rem;
}

.footer-socials {
  gap: 0.85rem;
}

.footer-socials a {
  display: inline-flex;
  width: 1.2rem;
  height: 1.2rem;
  color: var(--silver-400);
}

.footer-socials a:hover,
.footer-socials a:focus {
  color: var(--gold-300);
}

.footer-socials svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer-links {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
  list-style: none;
}

.footer-links a,
.footer-links a:visited {
  color: var(--text-secondary-small);
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-link-button:hover,
.footer-link-button:focus-visible {
  color: var(--gold-300);
}

.footer-link-button {
  padding: 0;
  border: 0;
  color: var(--text-secondary-small);
  background: transparent;
  font: inherit;
}

.privacy-preferences {
  position: fixed;
  z-index: 1200;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  max-width: 74rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  margin-inline: auto;
  border: 1px solid rgba(219, 201, 147, 0.52);
  background: rgba(8, 11, 18, 0.98);
  box-shadow: 0 1.25rem 4rem rgba(0, 0, 0, 0.48);
}

.privacy-preferences-inner {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.privacy-preferences .eyebrow {
  margin-bottom: 0.45rem;
}

.privacy-preferences h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
}

.privacy-preferences p:last-child {
  max-width: 52rem;
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.privacy-preferences-actions {
  display: flex;
  gap: 0.75rem;
}

.privacy-choice-button {
  min-width: 12.5rem;
  border: 1px solid var(--gold-400);
  color: var(--gold-300);
  background: transparent;
}

.privacy-choice-button:hover,
.privacy-choice-button:focus {
  border-color: var(--gold-300);
  color: var(--ink-950);
  background: var(--gold-300);
}

.page-hero {
  padding-block: 12rem 5rem;
  border-bottom: 1px solid var(--border);
  background: radial-gradient(circle at 65% 25%, #17253b, var(--ink-950) 55%);
}

.privacy-hero {
  padding-block: 9.25rem 3.75rem;
}

.page-hero h1,
.error-page h1 {
  font-size: clamp(2.5rem, 6vw, 4.8rem);
}

.content-narrow {
  max-width: 850px;
}

.page-content {
  background: var(--ink-900);
}

.privacy-hero + .page-content {
  padding-top: clamp(4.125rem, 7.5vw, 6.75rem);
}

.prose h2 {
  margin-top: 2.8rem;
  font-size: 1.6rem;
}

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

.prose p {
  color: var(--text-secondary);
}

.policy-updated {
  margin: 1.5rem 0 0;
  color: var(--gold-300);
  font-size: 0.9rem;
}

.policy-contents {
  padding: 1.35rem 0 0.2rem 1.15rem;
  margin-top: 1.5rem;
  border-left: 1px solid rgba(219, 201, 147, 0.42);
  background: linear-gradient(90deg, rgba(219, 201, 147, 0.045), transparent 72%);
}

.policy-contents-title {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.policy-contents-list {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 0.2rem 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

@media (min-width: 992px) {
  .policy-contents-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.policy-contents-list a {
  display: block;
  padding-block: 0.3rem;
  color: var(--gold-300);
  text-decoration-thickness: 1px;
}

.policy-contents-list a:visited,
.policy-content a:visited {
  color: var(--gold-400);
}

.policy-contents-list a:hover,
.policy-contents-list a:focus-visible,
.policy-content a:hover,
.policy-content a:focus-visible {
  color: var(--silver-100);
}

.policy-group + .policy-group {
  padding-top: 3rem;
  margin-top: 2.5rem;
  border-top: 1px solid var(--border);
}

.policy-group > section + section {
  margin-top: 2.5rem;
}

.policy-content h2 {
  margin: 0 0 0.75rem;
  scroll-margin-top: 6rem;
}

.policy-content section > :last-child {
  margin-bottom: 0;
}

.policy-content ul {
  padding-left: 1.35rem;
  color: var(--text-secondary);
}

.policy-content li + li {
  margin-top: 0.55rem;
}

.policy-content .button-link {
  display: inline;
}

.text-link {
  display: inline-block;
  margin-top: 2rem;
}

.error-page {
  display: grid;
  min-height: calc(100svh - 5rem);
  padding: 10rem 0 6rem;
  background: radial-gradient(circle at 50% 42%, #16243a, var(--ink-950) 58%);
  place-items: center;
}

.error-code {
  margin-bottom: 1rem;
  color: var(--gold-300);
  font-family: var(--font-heading);
  font-size: clamp(4rem, 15vw, 9rem);
  line-height: 0.9;
  letter-spacing: 0.08em;
}

.error-page h1 {
  margin-bottom: 1.5rem;
}

.error-page p:not(.error-code, .request-id) {
  max-width: 560px;
  margin: 0 auto 2rem;
  color: var(--text-secondary);
}

.request-id {
  margin-top: 2rem;
  color: var(--text-caption);
  font-size: 0.8rem;
}

code {
  color: var(--gold-300);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0 1.4rem;
  }

  .header-nav-stack {
    margin-left: 0;
    align-items: flex-start;
  }

  .header-socials {
    margin: 0 0 0.65rem;
  }

  .navbar-nav .nav-link {
    padding-inline: 0;
  }

  .navbar-nav .nav-link-accent {
    display: inline-flex;
    margin-top: 0.5rem;
    padding-inline: 0.9rem;
  }

  .hero-media img {
    object-position: right center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 5, 8, 0.96), rgba(2, 5, 8, 0.78) 50%, rgba(2, 5, 8, 0.22)),
      linear-gradient(180deg, rgba(2, 5, 8, 0.36), transparent 45%, rgba(2, 5, 8, 0.76));
  }

  .hero-copy {
    width: min(54vw, 560px);
  }

  .ensemble-panel {
    grid-template-columns: 1fr;
  }

  .ensemble-copy {
    padding: 2.5rem;
  }

  .ensemble-visual {
    border-top: 1px solid rgba(200, 174, 120, 0.12);
    border-left: 0;
  }
}

@media (max-width: 767.98px) {
  .policy-contents {
    padding-left: 1rem;
  }

  .policy-contents-list {
    gap: 0.1rem;
    grid-template-columns: 1fr;
  }

  .policy-contents-list a {
    padding-block: 0.45rem;
  }

  .policy-group + .policy-group {
    padding-top: 2.5rem;
    margin-top: 2rem;
  }

  .policy-group > section + section {
    margin-top: 2.25rem;
  }

  .contact-page-content {
    padding-top: 4.25rem;
  }

  .contact-field textarea.form-control {
    min-height: 11.5rem;
  }

  .contact-submit {
    width: 100%;
  }

  .brand-mark {
    width: 3.5rem;
    height: 3.5rem;
    flex-basis: 3.5rem;
  }

  .navbar-brand > span:last-child {
    max-width: 14rem;
    font-size: 0.95rem;
  }

  .hero {
    min-height: 1040px;
  }

  .hero-content {
    min-height: 1040px;
    padding: 28rem 1.25rem 3rem;
    align-items: flex-start;
    justify-content: center;
  }

  .hero-media {
    bottom: auto;
    height: 28rem;
  }

  .hero-media img {
    object-position: right center;
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(2, 5, 8, 0.1), rgba(2, 5, 8, 0.2) 20rem, #030609 28rem, #030609);
  }

  .hero-copy {
    width: min(100%, 520px);
  }

  .hero h1 {
    font-size: clamp(3rem, 13vw, 4.5rem);
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.9);
  }

  .hero-eyebrow {
    font-size: 0.7rem;
  }

  .hero-hook {
    max-width: 34rem;
    font-size: 0.76rem;
  }

  .author-panel {
    grid-template-columns: 1fr;
  }

  .world-ensemble {
    margin-top: 3.5rem;
  }

  .ensemble-copy {
    padding: 2rem;
  }

  .author-monogram {
    width: 7rem;
  }

  .ml-form-horizontalRow {
    grid-template-columns: 1fr;
  }

  .ml-button-horizontal button {
    width: 100%;
  }

  .privacy-preferences-inner {
    grid-template-columns: 1fr;
  }

  .privacy-preferences-actions {
    flex-direction: column;
  }

  .privacy-choice-button {
    width: 100%;
  }

  .footer-actions {
    gap: 1rem;
    align-items: flex-start;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
  }
}

@media (max-width: 480px) {
  .ml-form-recaptcha {
    width: 237px;
    min-height: 61px;
  }

  .g-recaptcha {
    transform: scale(0.78);
  }
}

@media (max-width: 360px) {
  .ml-form-recaptcha {
    width: 219px;
    min-height: 57px;
  }

  .g-recaptcha {
    transform: scale(0.72);
  }
}

@media (max-width: 399.98px) {
  .navbar-brand > span:last-child {
    display: none;
  }

  .hero-cta-group {
    flex-direction: column;
  }

  .hero-cta-group .btn-hero {
    width: 100%;
    max-width: none;
    flex: 0 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .book-cover-trigger:hover .book-cover-image,
  .book-cover-trigger:focus-visible .book-cover-image {
    transform: none;
  }
}
