@font-face {
  font-family: "Cinzel";
  src: url("/assets/fonts/cinzel-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("/assets/fonts/cinzel-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --black: #050404;
  --charcoal: #0b0b0d;
  --panel: rgba(8, 8, 10, 0.84);
  --panel-deep: rgba(2, 2, 3, 0.94);
  --gold-light: #f4d18a;
  --gold: #c9974d;
  --gold-deep: #7a4a1e;
  --bronze: #9a6230;
  --ivory: #ead6aa;
  --muted-gold: #b78b52;
  --burgundy: #4b0714;
  --deep-red: #2a0309;
  --text: rgba(234, 214, 170, 0.9);
  --text-soft: rgba(234, 214, 170, 0.76);
  --line: rgba(201, 151, 77, 0.5);
  --line-soft: rgba(201, 151, 77, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 151, 77, 0.08), transparent 26%),
    radial-gradient(circle at 18% 100%, rgba(75, 7, 20, 0.18), transparent 32%),
    linear-gradient(180deg, #020202 0%, #090709 42%, #040304 100%);
  color: var(--text);
  font-family: "Cormorant Garamond", Georgia, serif;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.page-shell {
  padding: 0;
}

.site-stage {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  position: relative;
}

.hero-stage {
  position: relative;
  aspect-ratio: 1586 / 992;
  min-height: 0;
  height: auto;
  overflow: hidden;
  background: #030304;
  border: 0;
  box-shadow:
    0 26px 120px rgba(0, 0, 0, 0.68),
    inset 0 0 0 1px rgba(244, 209, 138, 0.06);
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 28%, rgba(3, 3, 4, 0.12), transparent 18%),
    radial-gradient(circle at 50% 36%, rgba(4, 4, 7, 0.46), transparent 44%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.16) 58%, rgba(0, 0, 0, 0.28));
}

.hero-slideshow,
.stage-vignette {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slideshow {
  z-index: 0;
  overflow: hidden;
  background: #030304;
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  filter: saturate(1.03) brightness(0.96);
  transform: scale(1.02);
  transition:
    opacity 1100ms ease,
    transform 5200ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: clamp(42px, 3vw, 58px);
  height: clamp(58px, 4vw, 76px);
  transform: translateY(-50%);
  border: 1px solid rgba(244, 209, 138, 0.5);
  background:
    linear-gradient(180deg, rgba(34, 10, 12, 0.82), rgba(5, 4, 5, 0.88)),
    radial-gradient(circle at 50% 0%, rgba(244, 209, 138, 0.2), transparent 58%);
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: clamp(2.4rem, 3vw, 3.5rem);
  line-height: 1;
  text-shadow: 0 8px 16px rgba(0, 0, 0, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(244, 209, 138, 0.18),
    0 16px 30px rgba(0, 0, 0, 0.32);
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  border-color: rgba(244, 209, 138, 0.82);
  background:
    linear-gradient(180deg, rgba(60, 16, 18, 0.92), rgba(8, 7, 9, 0.96)),
    radial-gradient(circle at 50% 0%, rgba(244, 209, 138, 0.28), transparent 58%);
}

.hero-arrow-prev {
  left: clamp(16px, 2vw, 42px);
  clip-path: polygon(0 14%, 18% 0, 100% 0, 100% 100%, 18% 100%, 0 86%);
}

.hero-arrow-next {
  right: clamp(16px, 2vw, 42px);
  clip-path: polygon(0 0, 82% 0, 100% 14%, 100% 86%, 82% 100%, 0 100%);
}

.hero-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: clamp(18px, 1.8vw, 34px);
  display: flex;
  gap: clamp(8px, 0.58vw, 12px);
  transform: translateX(-50%);
  padding: 10px 14px;
  border: 1px solid rgba(244, 209, 138, 0.24);
  border-radius: 999px;
  background: rgba(2, 2, 3, 0.48);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
}

.hero-dot {
  width: clamp(9px, 0.7vw, 13px);
  height: clamp(9px, 0.7vw, 13px);
  padding: 0;
  border: 1px solid rgba(244, 209, 138, 0.54);
  border-radius: 50%;
  background: rgba(5, 4, 5, 0.78);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.38);
}

.hero-dot.is-active,
.hero-dot:hover,
.hero-dot:focus-visible {
  background: var(--gold-light);
  box-shadow:
    0 0 14px rgba(244, 209, 138, 0.62),
    inset 0 0 0 1px rgba(122, 74, 30, 0.5);
}

.stage-frame {
  display: none;
}

.stage-vignette {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 17%, transparent 83%, rgba(0, 0, 0, 0.22)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 22%, transparent 72%, rgba(0, 0, 0, 0.18));
}

.stage-header,
.hero-layer {
  position: absolute;
  z-index: 4;
}

.stage-header {
  top: 2.8%;
  left: 4.8%;
  right: 4.8%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.main-nav {
  width: min(74%, 1120px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  gap: clamp(18px, 1.5vw, 34px);
}

.nav-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.8vw, 42px);
}

.nav-link {
  position: relative;
  color: var(--ivory);
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-size: clamp(0.78rem, 0.92vw, 1.02rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.64);
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
  color: #fff1cb;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.95vw;
  width: clamp(36px, 4.3vw, 82px);
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  box-shadow: 0 0 16px rgba(244, 209, 138, 0.58);
}

.nav-crest {
  width: clamp(34px, 3vw, 68px);
  justify-self: center;
  margin-top: -0.35vw;
}

.nav-crest img {
  width: 100%;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.7));
}

.social-links {
  position: absolute;
  top: -0.1vw;
  right: 0;
  display: flex;
  gap: clamp(10px, 0.7vw, 16px);
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(28px, 2vw, 38px);
  min-height: clamp(28px, 2vw, 38px);
  padding: 0 8px;
  border: 1px solid rgba(244, 209, 138, 0.18);
  border-radius: 999px;
  background: rgba(8, 7, 10, 0.44);
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  font-size: clamp(0.66rem, 0.74vw, 0.82rem);
  letter-spacing: 0.08em;
  box-shadow: inset 0 0 0 1px rgba(244, 209, 138, 0.05);
}

.social-links a:hover,
.social-links a:focus-visible {
  background: rgba(28, 10, 12, 0.8);
  border-color: rgba(244, 209, 138, 0.42);
}

.hero-layer {
  top: 9.4%;
  left: 6.3%;
  right: 6.3%;
  bottom: 35.2%;
}

.mobile-scene-card {
  display: none;
}

.cover-wrap {
  position: absolute;
  top: 7.8%;
  left: 9%;
  width: 20.8%;
  max-width: 396px;
  margin: 0;
  overflow: hidden;
  filter:
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.78))
    drop-shadow(0 0 28px rgba(154, 98, 48, 0.18));
}

.cover-wrap::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 10%;
  bottom: -4.8%;
  height: 8%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6), transparent 72%);
  transform: scaleX(1.08);
}

.book-cover {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  transform: scale(1.08);
  transform-origin: center center;
  mix-blend-mode: multiply;
  filter: saturate(1.04) contrast(1.04);
}

.title-lockup {
  position: absolute;
  top: 8.2%;
  left: 33.2%;
  width: 35.8%;
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.title-art {
  width: 100%;
  height: auto;
  filter:
    brightness(1.09)
    saturate(1.08)
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.86))
    drop-shadow(0 0 24px rgba(244, 209, 138, 0.26));
}

.hero-tagline {
  margin: clamp(10px, 1.2vw, 18px) 0 0;
  color: var(--ivory);
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-size: clamp(1rem, 1.18vw, 1.42rem);
  line-height: 1.32;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-shadow: 0 10px 18px rgba(0, 0, 0, 0.72);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.2vw, 22px);
  margin-top: clamp(16px, 1.7vw, 26px);
}

.fantasy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42em;
  min-width: clamp(192px, 11.5vw, 250px);
  min-height: clamp(48px, 3.5vw, 60px);
  padding: 0 clamp(18px, 1.2vw, 28px);
  border: 1px solid rgba(244, 209, 138, 0.5);
  background:
    linear-gradient(180deg, rgba(34, 10, 12, 0.96), rgba(9, 8, 10, 0.98)),
    linear-gradient(180deg, rgba(199, 151, 77, 0.22), rgba(122, 74, 30, 0.08));
  color: var(--ivory);
  clip-path: polygon(0 14%, 8% 0, 92% 0, 100% 14%, 100% 86%, 92% 100%, 8% 100%, 0 86%);
  box-shadow:
    inset 0 1px 0 rgba(244, 209, 138, 0.18),
    inset 0 -8px 16px rgba(0, 0, 0, 0.44),
    0 14px 24px rgba(0, 0, 0, 0.28);
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-size: clamp(0.76rem, 0.9vw, 1rem);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-align: center;
}

.fantasy-button:hover,
.fantasy-button:focus-visible {
  color: #fff1cf;
  border-color: rgba(244, 209, 138, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(244, 209, 138, 0.24),
    inset 0 -8px 16px rgba(0, 0, 0, 0.5),
    0 16px 28px rgba(0, 0, 0, 0.32),
    0 0 18px rgba(201, 151, 77, 0.14);
}

.fantasy-button-secondary {
  background:
    linear-gradient(180deg, rgba(12, 11, 16, 0.96), rgba(6, 6, 10, 0.98)),
    linear-gradient(180deg, rgba(199, 151, 77, 0.16), rgba(122, 74, 30, 0.06));
}

.fantasy-button-solid {
  width: 100%;
  background:
    linear-gradient(180deg, #ba7f36 0%, #8f5923 50%, #72421a 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0));
  color: #fff1cf;
}

.fantasy-button-small {
  min-width: 0;
  width: fit-content;
  min-height: clamp(34px, 2.2vw, 42px);
  padding-inline: clamp(12px, 0.8vw, 18px);
  font-size: clamp(0.58rem, 0.68vw, 0.76rem);
}

.panel-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 18px;
}

.panel {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.9), rgba(9, 8, 10, 0.92)),
    radial-gradient(circle at top right, rgba(124, 63, 24, 0.08), transparent 22%);
  border: 1px solid rgba(201, 151, 77, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(244, 209, 138, 0.08),
    inset 0 -28px 42px rgba(0, 0, 0, 0.38),
    0 16px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(5px);
}

.panel::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(201, 151, 77, 0.18);
  pointer-events: none;
}

.panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 10%, rgba(244, 209, 138, 0.08), transparent 14%),
    radial-gradient(circle at 16% 88%, rgba(75, 7, 20, 0.22), transparent 18%);
  pointer-events: none;
}

.panel-heading-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 1vw, 18px) clamp(16px, 1.2vw, 22px) 0;
}

.panel-heading {
  margin: 0;
  color: var(--gold-light);
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-size: clamp(0.84rem, 0.98vw, 1.1rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.64);
}

.story-panel {
  padding: 0;
}

.story-panel::before,
.characters-panel::before,
.chapter-panel::before,
.alana-panel::before,
.books-panel::before,
.circle-panel::before {
  display: none;
}

.story-panel::after,
.characters-panel::after,
.chapter-panel::after,
.alana-panel::after,
.books-panel::after,
.circle-panel::after {
  content: none;
}

.story-illustration {
  margin: 0;
  position: relative;
  z-index: 1;
  background: #000;
}

.art-panel-figure picture,
.art-panel-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.art-panel-figure img {
  object-fit: contain;
  object-position: center;
  background: #000;
}

.story-copy {
  display: none;
}

.story-cta {
  position: absolute;
  z-index: 3;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: min(34%, 560px);
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.78));
}

.story-cta h2 {
  margin: 0;
  color: var(--gold-light);
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.5vw, 4.8rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 3px 0 rgba(42, 19, 7, 0.72),
    0 14px 28px rgba(0, 0, 0, 0.88),
    0 0 24px rgba(244, 209, 138, 0.24);
}

.fantasy-button-story {
  min-width: clamp(180px, 13vw, 280px);
  min-height: clamp(44px, 3.4vw, 60px);
  font-size: clamp(0.76rem, 0.95vw, 1.08rem);
}

.chapter-panel {
  padding: 0;
  background: #000;
}

.chapter-illustration {
  margin: 0;
  position: relative;
  z-index: 1;
  background: #000;
}

.chapter-cta {
  position: absolute;
  z-index: 3;
  top: 27%;
  right: 8%;
  display: flex;
  width: min(32%, 560px);
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.8));
}

.chapter-cta h2 {
  margin: 0;
  color: var(--gold-light);
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3.6vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow:
    0 3px 0 rgba(42, 19, 7, 0.72),
    0 14px 28px rgba(0, 0, 0, 0.88),
    0 0 24px rgba(244, 209, 138, 0.24);
}

.fantasy-button-chapter {
  min-width: clamp(204px, 14vw, 310px);
  min-height: clamp(44px, 3.4vw, 60px);
  font-size: clamp(0.76rem, 0.95vw, 1.08rem);
}

.characters-panel {
  padding: 0;
  background: #000;
}

.characters-illustration {
  margin: 0;
  position: relative;
  z-index: 1;
  background: #000;
}

.characters-copy {
  display: none;
}

.character-cta {
  position: absolute;
  z-index: 3;
  top: 77%;
  display: flex;
  width: min(19%, 330px);
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.72));
}

.character-cta-left {
  left: 30.5%;
}

.character-cta-right {
  right: 30.5%;
}

.character-cta h3 {
  margin: 0;
  color: var(--gold-light);
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-size: clamp(0.95rem, 1.55vw, 2.05rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow:
    0 3px 0 rgba(42, 19, 7, 0.72),
    0 12px 24px rgba(0, 0, 0, 0.86),
    0 0 20px rgba(244, 209, 138, 0.24);
}

.fantasy-button-character {
  min-width: clamp(168px, 12vw, 248px);
  min-height: clamp(36px, 2.55vw, 48px);
  font-size: clamp(0.62rem, 0.78vw, 0.9rem);
  background:
    linear-gradient(180deg, rgba(42, 12, 14, 0.94), rgba(7, 7, 10, 0.98)),
    linear-gradient(180deg, rgba(244, 209, 138, 0.18), rgba(122, 74, 30, 0.08));
}

.alana-panel,
.books-panel,
.circle-panel {
  padding: 0;
  background: #000;
}

.alana-illustration,
.books-illustration,
.circle-illustration {
  margin: 0;
  position: relative;
  z-index: 1;
  background: #000;
}

.newsletter-copy {
  display: none;
}

.alana-cta {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: min(24%, 360px);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.78));
}

.fantasy-button-alana {
  min-width: clamp(180px, 13vw, 280px);
  min-height: clamp(44px, 3.4vw, 60px);
  font-size: clamp(0.76rem, 0.95vw, 1.08rem);
}

.books-cta,
.circle-cta {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.78));
}

.books-cta {
  bottom: 20%;
  width: min(22%, 330px);
}

.circle-cta {
  top: 73%;
  width: min(28%, 430px);
}

.fantasy-button-books,
.fantasy-button-circle {
  min-height: clamp(44px, 3.4vw, 60px);
  font-size: clamp(0.76rem, 0.95vw, 1.08rem);
}

.fantasy-button-books {
  min-width: clamp(160px, 11vw, 240px);
}

.fantasy-button-circle {
  min-width: clamp(240px, 18vw, 390px);
}

.newsletter-form input:focus-visible,
.fantasy-button:focus-visible,
.nav-link:focus-visible,
.social-links a:focus-visible {
  outline: 2px solid rgba(244, 209, 138, 0.76);
  outline-offset: 3px;
}

.stage-footer {
  position: relative;
  z-index: 2;
  width: min(75%, 960px);
  margin: 18px auto 0;
  text-align: center;
}

.stage-footer::before,
.stage-footer::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 209, 138, 0.54), transparent);
}

.stage-footer::before {
  left: 0;
}

.stage-footer::after {
  right: 0;
}

.stage-footer p {
  margin: 0;
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  font-size: clamp(0.7rem, 0.8vw, 0.92rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 10px 18px rgba(0, 0, 0, 0.64);
}

@media (max-width: 1300px) {
  .title-lockup {
    width: 36.8%;
    left: 33.8%;
  }
}

@media (max-width: 1120px) {
  .main-nav {
    width: min(80%, 980px);
  }

  .cover-wrap {
    width: 24.4%;
    left: 6.5%;
  }

  .title-lockup {
    left: 32.8%;
    width: 38%;
  }

  .panel-row {
    gap: 16px;
  }
}

@media (max-width: 960px) {
  .page-shell {
    padding: 8px;
  }

  .site-stage {
    padding: 0 10px 18px;
  }

  .hero-stage {
    aspect-ratio: auto;
    min-height: 0;
    overflow: visible;
    border-color: rgba(244, 209, 138, 0.18);
    background: linear-gradient(180deg, #030304 0%, #090709 100%);
    box-shadow:
      0 16px 48px rgba(0, 0, 0, 0.5),
      inset 0 0 0 1px rgba(244, 209, 138, 0.08);
  }

  .hero-stage::before,
  .hero-slideshow,
  .stage-vignette {
    display: none;
  }

  .stage-header {
    position: absolute;
    top: 10px;
    left: 8px;
    right: 8px;
    z-index: 6;
    display: block;
  }

  .main-nav {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nav-group {
    flex-wrap: wrap;
    gap: 10px 16px;
    padding-inline: 12px;
  }

  .nav-link {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .nav-link.active::after {
    bottom: -8px;
    width: 42px;
  }

  .nav-crest {
    display: none;
  }

  .social-links {
    position: static;
    justify-content: center;
    margin-top: 10px;
  }

  .hero-layer {
    position: relative;
    inset: auto;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 -10px 14px;
    padding: 92px 14px 18px;
    overflow: hidden;
  }

  .hero-layer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.72));
  }

  .mobile-scene-card {
    display: block;
    position: absolute;
    inset: 0;
    margin: 0;
  }

  .mobile-scene-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.04) brightness(0.98);
  }

  .cover-wrap {
    display: none;
  }

  .title-lockup {
    position: relative;
    display: flex;
    z-index: 2;
    top: auto;
    left: auto;
    width: min(100%, 440px);
    padding: 0 12px 10px;
  }

  .title-art {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .hero-tagline {
    margin-top: 8px;
    font-size: clamp(1rem, 3.9vw, 1.22rem);
    line-height: 1.42;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
  }

  .fantasy-button,
  .fantasy-button-solid,
  .fantasy-button-small {
    width: 100%;
  }

  .character-cta {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    padding: 14px 18px 0;
  }

  .character-cta h3 {
    font-size: 1.5rem;
  }

  .fantasy-button-character {
    width: min(100%, 280px);
  }

  .story-cta {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    padding: 18px 18px 0;
  }

  .story-cta h2 {
    font-size: 1.65rem;
  }

  .fantasy-button-story {
    width: min(100%, 280px);
  }

  .chapter-cta {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 18px 18px 0;
  }

  .chapter-cta h2 {
    font-size: 1.65rem;
  }

  .fantasy-button-chapter {
    width: min(100%, 300px);
  }

  .alana-cta {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    padding: 18px 18px 0;
  }

  .fantasy-button-alana {
    width: min(100%, 280px);
  }

  .books-cta,
  .circle-cta {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 18px 18px 0;
  }

  .fantasy-button-books,
  .fantasy-button-circle {
    width: min(100%, 320px);
  }

  .panel-row {
    gap: 14px;
  }

  .stage-footer {
    width: 100%;
    padding-top: 10px;
  }

  .stage-footer::before,
  .stage-footer::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 6px;
  }

  .site-stage {
    padding-inline: 8px;
  }

  .hero-layer {
    padding-inline: 10px;
    min-height: 96svh;
  }

  .title-lockup {
    padding-inline: 8px;
  }

  .title-art {
    max-width: 332px;
  }

  .stage-footer p {
    font-size: 0.82rem;
    letter-spacing: 0.16em;
  }
}
