:root {
  --green-980: #071612;
  --green-950: #0e231d;
  --green-900: #17382d;
  --green-820: #204839;
  --green-800: #285442;
  --cream-100: #f8f0df;
  --cream-200: #edddbd;
  --paper: #fbf6ea;
  --paper-deep: #efe0c3;
  --gold: #c4a05c;
  --gold-soft: #ead6a1;
  --gold-faint: rgba(196, 160, 92, 0.22);
  --brown: #6b4930;
  --ink: #1b211d;
  --muted: #665b4d;
  --line: rgba(196, 160, 92, 0.32);
  --glass: rgba(255, 252, 239, 0.18);
  --shadow: 0 26px 70px rgba(9, 24, 19, 0.2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 18% 14%, rgba(196, 160, 92, 0.1), transparent 28rem),
    radial-gradient(ellipse at 82% 42%, rgba(107, 73, 48, 0.075), transparent 34rem),
    linear-gradient(96deg, rgba(99, 72, 45, 0.038) 0 1px, transparent 1px 100%),
    repeating-linear-gradient(3deg, rgba(17, 35, 29, 0.018) 0 1px, transparent 1px 19px),
    linear-gradient(180deg, #efe1c6 0%, var(--paper) 26%, #f6eddb 54%, #e9d7b6 100%);
  background-size: auto, auto, 31rem 100%, auto, auto;
  font-family: var(--sans);
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 24%, rgba(255, 252, 239, 0.3) 24.2%, transparent 25% 58%, rgba(255, 252, 239, 0.18) 58.15%, transparent 59%),
    repeating-linear-gradient(87deg, rgba(92, 67, 42, 0.022) 0 1px, transparent 1px 7.5rem);
  opacity: 0.42;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  background: var(--paper);
  color: var(--green-950);
  border: 1px solid var(--gold);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background:
    linear-gradient(180deg, rgba(252, 247, 235, 0.86), rgba(239, 224, 195, 0.68));
  border-bottom: 1px solid rgba(196, 160, 92, 0.34);
  backdrop-filter: blur(14px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 160, 92, 0.76), transparent);
}

.nav {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--green-950);
}

.brand span {
  width: 0.72rem;
  height: 0.72rem;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold-soft), transparent 68%);
  box-shadow: 0 0 18px rgba(196, 160, 92, 0.68);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.3rem 1.1rem;
  font-size: 0.92rem;
  color: #33453e;
}

.nav-links a {
  text-decoration: none;
  padding: 0.5rem 0;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--brown);
}

.hero {
  position: relative;
  min-height: min(48rem, calc(100vh - 4rem));
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(18rem, 0.84fr);
  gap: clamp(2.4rem, 5.4vw, 5.8rem);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(4.4rem, 6vw, 6.4rem) max(1rem, calc((100vw - 1180px) / 2));
  color: var(--cream-100);
  background:
    linear-gradient(90deg, rgba(7, 22, 18, 0.99), rgba(14, 35, 29, 0.94) 48%, rgba(15, 33, 27, 0.68) 76%, rgba(7, 22, 18, 0.86)),
    linear-gradient(180deg, rgba(7, 22, 18, 0.22), rgba(7, 22, 18, 0.9)),
    url("public/assets/cover/Band1_Cover_neu.png") center right 3% / min(33rem, 44vw) no-repeat,
    var(--green-980);
}

.hero::before {
  content: "";
  position: absolute;
  left: max(1rem, calc((100vw - 1180px) / 2));
  right: max(1rem, calc((100vw - 1180px) / 2));
  top: clamp(4.2rem, 9vw, 7.2rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(196, 160, 92, 0), rgba(196, 160, 92, 0.72), rgba(234, 214, 161, 0.18), rgba(196, 160, 92, 0));
  opacity: 0.52;
  transform: rotate(-1deg);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 29%;
  background:
    linear-gradient(0deg, var(--paper), rgba(251, 246, 234, 0.68) 25%, transparent 100%);
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 24%, rgba(234, 214, 161, 0.13) 0 1px, transparent 1.8px),
    radial-gradient(circle at 66% 32%, rgba(248, 240, 223, 0.09) 0 1px, transparent 1.7px),
    radial-gradient(circle at 42% 72%, rgba(234, 214, 161, 0.08) 0 1px, transparent 1.6px),
    linear-gradient(112deg, transparent 0 54%, rgba(255, 252, 239, 0.055) 54.2%, transparent 56.4%),
    repeating-linear-gradient(90deg, rgba(255, 252, 239, 0.021) 0 1px, transparent 1px 7rem);
  background-size: 12rem 9rem, 17rem 13rem, 21rem 18rem, 100% 100%, 100% 100%;
  opacity: 0.58;
  mix-blend-mode: screen;
}

.hero-inner,
.hero-covers {
  position: relative;
  z-index: 1;
}

.hero h1 {
  max-width: 12ch;
  margin: 0.15rem 0 1rem;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.4vw, 5.15rem);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-line {
  margin: 0;
  max-width: 31rem;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.75vw, 2.45rem);
  line-height: 1.18;
  color: #ead9ae;
  text-shadow: 0 1px 24px rgba(7, 22, 18, 0.52);
}

.hero-intro {
  max-width: 34rem;
  margin: 1.5rem 0 0;
  font-size: 1.1rem;
  color: rgba(248, 240, 223, 0.88);
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.72rem 1.18rem;
  border: 1px solid rgba(234, 214, 161, 0.72);
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(7, 22, 18, 0.08);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  border-color: rgba(234, 214, 161, 0.86);
  transform: translateY(-1px);
}

.button-primary {
  background:
    linear-gradient(180deg, #f2dfad, #d7b96d);
  color: var(--green-950);
}

.button-ghost {
  background: rgba(248, 240, 223, 0.07);
  color: var(--cream-100);
}

.hero-covers {
  display: grid;
  grid-template-columns: repeat(3, minmax(6rem, 1fr));
  align-items: end;
  gap: clamp(0.9rem, 2.1vw, 1.45rem);
  padding: clamp(0.5rem, 1.5vw, 1rem);
  max-width: 33rem;
  justify-self: end;
  background:
    linear-gradient(112deg, transparent, rgba(255, 252, 239, 0.045) 47%, transparent 56%);
}

.hero-covers img {
  width: 100%;
  aspect-ratio: 0.68;
  object-fit: cover;
  border: 1px solid rgba(234, 214, 161, 0.74);
  outline: 1px solid rgba(255, 252, 239, 0.1);
  outline-offset: -0.42rem;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.29),
    0 0 0 0.42rem rgba(7, 22, 18, 0.16);
}

.hero-covers img:nth-child(2) {
  transform: translateY(-1.5rem);
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--gold);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.section {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
  scroll-margin-top: 7rem;
}

.section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 160, 92, 0.34), transparent);
  opacity: 0.7;
}

.section-narrow {
  width: min(820px, 100%);
  margin: 0 auto;
  text-align: center;
}

.lead {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.28rem, 2.08vw, 1.78rem);
  line-height: 1.45;
  color: var(--green-900);
}

.chapter-threshold {
  padding: clamp(2.4rem, 5vw, 4rem) 0;
}

.chapter-threshold::before {
  opacity: 0;
}

.threshold-inner {
  position: relative;
  display: grid;
  gap: 0.75rem;
}

.threshold-inner::before,
.threshold-inner::after {
  content: "";
  width: min(15rem, 36vw);
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(196, 160, 92, 0.74), transparent);
}

.threshold-inner span {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto;
  display: grid;
  place-items: center;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 0.82rem;
  border: 1px solid rgba(196, 160, 92, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.78), rgba(239, 224, 195, 0.52));
}

.chapter-threshold--dark {
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100vw - 1180px) / 2));
  margin-top: -1px;
  background:
    linear-gradient(180deg, rgba(251, 246, 234, 0), rgba(14, 35, 29, 0.92) 62%, var(--green-950));
}

.chapter-threshold--dark .lead,
.chapter-threshold--dark .threshold-inner span {
  color: var(--cream-100);
}

.chapter-threshold--dark .threshold-inner span {
  border-color: rgba(234, 214, 161, 0.42);
  background: rgba(248, 240, 223, 0.06);
}

.section-head {
  position: relative;
  max-width: 760px;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.05rem;
  width: 4.6rem;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.section-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 4.25vw, 4.05rem);
  line-height: 1.04;
  font-weight: 500;
  color: var(--green-950);
  text-wrap: balance;
}

.section-head p:last-child {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.7vw, 1.25rem);
}

.book-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.82), rgba(239, 224, 195, 0.54)),
    var(--paper);
  border: 1px solid var(--line);
  box-shadow:
    inset 0 0 0 1px rgba(255, 252, 245, 0.62),
    0 18px 46px rgba(16, 37, 31, 0.1);
  min-height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.book-card::before {
  content: "";
  position: absolute;
  inset: 0.56rem;
  border: 1px solid rgba(196, 160, 92, 0.18);
  pointer-events: none;
}

.book-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 45%, rgba(255, 252, 239, 0.38) 47%, transparent 52%),
    repeating-linear-gradient(0deg, rgba(107, 73, 48, 0.028) 0 1px, transparent 1px 11px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.book-card:hover,
.book-card:focus-within {
  border-color: rgba(196, 160, 92, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(255, 252, 245, 0.7),
    0 22px 52px rgba(16, 37, 31, 0.14);
  transform: translateY(-2px);
}

.book-card:hover::after,
.book-card:focus-within::after {
  opacity: 0.42;
}

.book-cover-wrap {
  position: relative;
  padding: 0.95rem 0.95rem 0.78rem;
  background:
    linear-gradient(135deg, rgba(196, 160, 92, 0.24), transparent 42%),
    repeating-linear-gradient(90deg, rgba(248, 240, 223, 0.035) 0 1px, transparent 1px 3.5rem),
    linear-gradient(180deg, var(--green-820), var(--green-950));
}

.book-cover-wrap::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(234, 214, 161, 0.7), transparent);
}

.book-cover {
  width: 100%;
  aspect-ratio: 0.68;
  object-fit: cover;
  border: 1px solid rgba(234, 214, 161, 0.64);
  outline: 1px solid rgba(255, 252, 239, 0.2);
  outline-offset: -0.38rem;
  box-shadow:
    0 16px 30px rgba(7, 22, 18, 0.28),
    0 0 0 0.34rem rgba(7, 22, 18, 0.16);
}

.book-card--unreleased .book-cover-wrap {
  overflow: hidden;
}

.book-card--unreleased .book-cover {
  filter: blur(0.42rem) saturate(0.72) brightness(0.72);
  transform: scale(1.045);
}

.book-cover-notice {
  position: absolute;
  left: 50%;
  bottom: 1.35rem;
  z-index: 1;
  max-width: calc(100% - 2rem);
  transform: translateX(-50%);
  padding: 0.34rem 0.62rem;
  color: var(--cream-100);
  background: rgba(16, 37, 31, 0.78);
  border: 1px solid rgba(234, 214, 161, 0.44);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0.65rem 1.4rem rgba(7, 22, 18, 0.24);
}

.book-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.05rem 1.08rem 1.18rem;
}

.book-copy h3,
.figure-card h3,
.world-relics h3 {
  margin: 0;
  font-family: var(--serif);
  line-height: 1.18;
  font-weight: 500;
  color: var(--green-950);
}

.book-copy h3 {
  font-size: 1.2rem;
  padding-bottom: 0.72rem;
  border-bottom: 1px solid rgba(196, 160, 92, 0.2);
}

.book-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.book-label {
  width: fit-content;
  padding: 0.18rem 0.48rem;
  color: var(--brown);
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.82), rgba(237, 221, 189, 0.52));
  border: 1px solid rgba(196, 160, 92, 0.42);
}

.book-meta {
  margin-top: auto;
  display: grid;
  gap: 0.55rem;
  font-size: 0.78rem;
}

.book-meta span {
  color: rgba(107, 73, 48, 0.66);
  font-family: var(--serif);
}

.world-section {
  width: 100%;
  max-width: none;
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(5.4rem, 10vw, 9rem);
  padding-inline: max(1rem, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(ellipse at 78% 18%, rgba(234, 214, 161, 0.095), transparent 25rem),
    radial-gradient(ellipse at 16% 88%, rgba(248, 240, 223, 0.052), transparent 23rem),
    linear-gradient(180deg, var(--green-950), rgba(16, 37, 31, 0.985) 48%, var(--green-980)),
    linear-gradient(112deg, transparent 0 32%, rgba(255, 252, 239, 0.045) 32.25%, transparent 34.4% 70%, rgba(234, 214, 161, 0.028) 70.2%, transparent 72.2%),
    repeating-linear-gradient(88deg, rgba(255, 252, 239, 0.018) 0 1px, transparent 1px 8rem),
    var(--green-950);
  color: var(--cream-100);
  overflow: hidden;
  isolation: isolate;
}

.world-section::before {
  top: 0;
  left: max(1rem, calc((100vw - 1180px) / 2));
  right: max(1rem, calc((100vw - 1180px) / 2));
  background: linear-gradient(90deg, transparent, rgba(234, 214, 161, 0.66), transparent);
  z-index: -1;
}

.world-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 6%, rgba(234, 214, 161, 0.07), transparent 29rem),
    linear-gradient(90deg, transparent 0 12%, rgba(196, 160, 92, 0.18) 12.18%, rgba(234, 214, 161, 0.045) 12.3%, transparent 12.58%),
    linear-gradient(90deg, rgba(7, 22, 18, 0.34), transparent 20%, transparent 80%, rgba(7, 22, 18, 0.36));
  opacity: 0.72;
}

.world-room {
  position: relative;
}

.world-room::before {
  content: "";
  position: absolute;
  left: clamp(1rem, 3vw, 2.4rem);
  top: 1rem;
  bottom: 0.5rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(234, 214, 161, 0.52) 12%, rgba(196, 160, 92, 0.18) 66%, transparent);
  opacity: 0.72;
}

.world-room::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18%;
  width: min(26rem, 42vw);
  height: min(26rem, 42vw);
  border: 1px solid rgba(234, 214, 161, 0.08);
  background:
    linear-gradient(118deg, transparent 0 47%, rgba(255, 252, 239, 0.042) 48%, transparent 52%),
    radial-gradient(circle, rgba(248, 240, 223, 0.026), transparent 68%);
  transform: rotate(-7deg);
  opacity: 0.72;
  pointer-events: none;
}

.world-head {
  max-width: 860px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.world-section .section-head h2 {
  color: var(--cream-100);
}

.world-section .section-head p:last-child {
  color: rgba(247, 240, 226, 0.78);
}

.world-section .section-head::before {
  background: linear-gradient(90deg, rgba(234, 214, 161, 0.78), transparent);
}

.world-text {
  position: relative;
  max-width: 55rem;
  display: grid;
  gap: 1.22rem;
  padding: clamp(1.65rem, 3.4vw, 2.55rem) clamp(1.3rem, 3.4vw, 2.7rem);
  margin-left: clamp(0rem, 4vw, 4rem);
  background:
    linear-gradient(180deg, rgba(248, 240, 223, 0.041), rgba(248, 240, 223, 0.018)),
    linear-gradient(112deg, transparent 0 63%, rgba(255, 252, 239, 0.032) 64%, transparent 67%);
  border: 1px solid rgba(196, 160, 92, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(255, 252, 239, 0.024),
    0 20px 62px rgba(0, 0, 0, 0.09);
}

.world-text::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0.82rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(234, 214, 161, 0.38), transparent);
}

.world-text p {
  margin: 0;
  max-width: 50rem;
  color: rgba(248, 240, 223, 0.86);
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.88;
}

.world-text .world-afterglow {
  margin-top: 0.18rem;
  color: rgba(234, 214, 161, 0.82);
  font-family: var(--serif);
  font-size: clamp(1.06rem, 1.45vw, 1.2rem);
  line-height: 1.65;
}

.world-thought {
  position: relative;
  width: min(36rem, 100%);
  margin: clamp(3rem, 5.8vw, 4.8rem) auto;
  padding: 1.45rem clamp(1rem, 3vw, 2rem);
  color: rgba(234, 214, 161, 0.9);
  font-family: var(--serif);
  font-size: clamp(1.36rem, 2.05vw, 1.82rem);
  line-height: 1.42;
  text-align: center;
}

.world-thought::before,
.world-thought::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(15rem, 46vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(234, 214, 161, 0.44), transparent);
  transform: translateX(-50%);
}

.world-thought::before {
  top: 0;
}

.world-thought::after {
  bottom: 0;
}

.world-relics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.15rem, 2.4vw, 1.8rem);
  align-items: stretch;
}

.world-relics article {
  position: relative;
  overflow: hidden;
  min-height: 16.4rem;
  padding: clamp(1.45rem, 2.5vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background:
    linear-gradient(180deg, rgba(248, 240, 223, 0.095), rgba(248, 240, 223, 0.038)),
    linear-gradient(118deg, transparent 0 48%, rgba(255, 252, 239, 0.036) 49%, transparent 53%),
    radial-gradient(ellipse at 24% 16%, rgba(234, 214, 161, 0.05), transparent 9rem),
    linear-gradient(180deg, rgba(32, 72, 57, 0.43), rgba(7, 22, 18, 0.24));
  border: 1px solid rgba(196, 160, 92, 0.27);
  box-shadow:
    inset 0 0 0 1px rgba(255, 252, 239, 0.032),
    0 16px 42px rgba(0, 0, 0, 0.09);
  transform: rotate(-0.18deg);
}

.world-relics article:nth-child(2) {
  transform: rotate(0.12deg) translateY(0.28rem);
}

.world-relics article:nth-child(3) {
  transform: rotate(-0.08deg);
}

.world-relics article::before {
  content: "";
  position: absolute;
  inset: 0.76rem;
  border: 1px solid rgba(234, 214, 161, 0.095);
  pointer-events: none;
}

.world-relics article::after {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 1.3rem;
  width: calc(100% - 2.7rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(234, 214, 161, 0.42), transparent);
  opacity: 0.5;
}

.world-relics span {
  width: fit-content;
  margin: 0 0 clamp(1.7rem, 4.4vw, 3.4rem);
  padding: 0.1rem 0.34rem;
  font-family: var(--serif);
  color: rgba(234, 214, 161, 0.72);
  font-size: 0.9rem;
  border: 1px solid rgba(196, 160, 92, 0.22);
  background: rgba(248, 240, 223, 0.024);
  opacity: 0.84;
}

.world-relics h3 {
  color: rgba(234, 214, 161, 0.93);
  font-size: 1.48rem;
}

.world-relics p {
  margin-bottom: 0;
  color: rgba(247, 240, 226, 0.78);
  line-height: 1.76;
}

.figure-grid {
  display: grid;
  gap: clamp(0.9rem, 1.7vw, 1.2rem);
}

.figure-grid--featured {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.figure-grid--compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.figure-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 0.9rem 0.9rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.1), rgba(255, 252, 245, 0.035)),
    linear-gradient(116deg, transparent 0 48%, rgba(248, 240, 223, 0.07) 49%, transparent 54%),
    linear-gradient(180deg, #224a3b, #122b24);
  color: var(--cream-100);
  border: 1px solid rgba(196, 160, 92, 0.52);
  box-shadow:
    inset 0 0 0 1px rgba(248, 240, 223, 0.05),
    0 18px 42px rgba(16, 37, 31, 0.15);
  transition: border-color 180ms ease, transform 180ms ease;
}

.figure-card::before {
  content: "";
  position: absolute;
  inset: 0.58rem;
  border: 1px solid rgba(234, 214, 161, 0.15);
  pointer-events: none;
}

.figure-card::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 252, 239, 0.42), transparent);
  pointer-events: none;
}

.figure-card:hover,
.figure-card:focus-within {
  border-color: rgba(234, 214, 161, 0.82);
  transform: translateY(-2px);
}

.figure-portrait-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 0.82;
  margin-bottom: 1.1rem;
  padding: 0.48rem;
  background:
    linear-gradient(180deg, rgba(251, 246, 234, 0.92), rgba(237, 221, 189, 0.76)),
    var(--paper);
  border: 1px solid rgba(234, 214, 161, 0.74);
  box-shadow:
    inset 0 0 0 1px rgba(255, 252, 245, 0.54),
    0 14px 30px rgba(7, 22, 18, 0.22);
}

.figure-portrait-wrap::after {
  content: "";
  position: absolute;
  inset: 0.48rem;
  background: linear-gradient(112deg, transparent 0 55%, rgba(255, 252, 239, 0.22) 56%, transparent 61%);
  pointer-events: none;
}

.figure-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(14, 35, 29, 0.36);
}

.figure-card h3 {
  color: var(--cream-100);
  font-size: 1.45rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(196, 160, 92, 0.3);
}

.figure-card p:last-child {
  margin-bottom: 0;
  color: rgba(247, 240, 226, 0.78);
  line-height: 1.62;
}

.more-figures {
  margin-top: clamp(0.9rem, 1.7vw, 1.2rem);
}

.legal-page {
  min-height: 100vh;
}

.legal-main {
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.legal-main h1 {
  max-width: 100%;
  margin: 0 0 1.4rem;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 5.2vw, 5rem);
  line-height: 1.04;
  font-weight: 500;
  color: var(--green-950);
  overflow-wrap: anywhere;
}

.legal-card {
  padding: clamp(1.4rem, 4vw, 2.4rem);
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.84), rgba(247, 240, 226, 0.76)),
    var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 18px 52px rgba(16, 37, 31, 0.1);
}

.legal-card h2 {
  margin: 2rem 0 0.7rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 500;
  color: var(--green-950);
}

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

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.75;
}

.legal-card p {
  margin: 0 0 1rem;
}

.legal-card a {
  color: var(--green-800);
  text-decoration-color: var(--gold);
  text-underline-offset: 0.22rem;
}

.legal-card ul {
  margin: 0.4rem 0 1.2rem;
  padding-left: 1.25rem;
}

.legal-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem 2rem;
  padding: 2rem max(1rem, calc((100vw - 1180px) / 2));
  background: var(--green-950);
  color: rgba(247, 240, 226, 0.72);
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  font-family: var(--serif);
  color: var(--gold-soft);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.footer-links a {
  color: rgba(247, 240, 226, 0.78);
  text-decoration-color: rgba(198, 161, 91, 0.7);
  text-underline-offset: 0.25rem;
}

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

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    background:
      linear-gradient(90deg, rgba(7, 22, 18, 0.99), rgba(14, 35, 29, 0.93) 58%, rgba(7, 22, 18, 0.8)),
      linear-gradient(180deg, rgba(7, 22, 18, 0.28), rgba(7, 22, 18, 0.9)),
      url("public/assets/cover/Band1_Cover_neu.png") center right 4% / min(30rem, 62vw) no-repeat,
      var(--green-980);
  }

  .hero-covers {
    max-width: 38rem;
    padding-right: 0;
    justify-self: start;
  }

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

  .world-relics,
  .figure-grid--featured,
  .figure-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .section {
    scroll-margin-top: 8.5rem;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.7rem 0;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    padding-top: 4rem;
    background:
      linear-gradient(90deg, rgba(7, 22, 18, 0.98), rgba(14, 35, 29, 0.93)),
      linear-gradient(180deg, rgba(7, 22, 18, 0.24), rgba(7, 22, 18, 0.92)),
      url("public/assets/cover/Band1_Cover_neu.png") center right -18% / min(24rem, 82vw) no-repeat,
      var(--green-980);
  }

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

  .hero-covers img:nth-child(2) {
    transform: none;
  }

  .book-grid,
  .world-relics,
  .figure-grid--featured,
  .figure-grid--compact {
    grid-template-columns: 1fr;
  }

  .book-card {
    display: grid;
    grid-template-columns: minmax(8rem, 0.8fr) minmax(0, 1fr);
  }

  .book-cover-wrap {
    display: flex;
    align-items: center;
  }

  .figure-card,
  .world-relics article {
    min-height: 17rem;
  }

  .world-text {
    margin-left: 0;
  }

  .world-room::before {
    opacity: 0.36;
  }
}

@media (max-width: 460px) {
  .legal-main h1 {
    font-size: clamp(2.05rem, 12vw, 2.55rem);
  }

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

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
