/* ================================================
   JASMINE SHADOW — home page
   ================================================ */

/* ============ BRAND BANNER ============ */
/* A close, low, atmospheric crop of Jasmine's writing desk in the dark.
   Single warm lamp pool, open leather notebook with handwritten lines,
   dark ceramic mug, cream knitting in a pile, black cat tail at the edge.
   No floating, no fantasy — just her desk after a brutal scene.

   To swap in a real photo:
   .brandbanner__image { background: url("...") center/cover no-repeat; }
   .brandbanner__image > * { display: none; }   */

.brandbanner {
  position: relative;
  margin-top: 104px;
  height: clamp(420px, 58vh, 620px);
  overflow: hidden;
  isolation: isolate;
  background: #050410;
}

.brandbanner__image {
  position: absolute;
  inset: 0;
  background:
    /* deep ambient room */
    radial-gradient(ellipse 90% 80% at 50% 20%, #1a0d18 0%, #0a050e 50%, #03020a 100%);
}

/* The desk surface — dark wood, occupies the bottom ~55% */
.brandbanner__desk {
  position: absolute;
  inset: 45% 0 0 0;
  background:
    /* wood grain */
    repeating-linear-gradient(
      92deg,
      rgba(50, 25, 15, 0.0) 0px,
      rgba(50, 25, 15, 0.0) 40px,
      rgba(80, 45, 25, 0.18) 40px,
      rgba(80, 45, 25, 0.18) 41px,
      rgba(20, 8, 4, 0.0) 41px,
      rgba(20, 8, 4, 0.0) 90px,
      rgba(60, 30, 18, 0.12) 90px,
      rgba(60, 30, 18, 0.12) 91px
    ),
    /* base wood tone — front-lit by the lamp */
    radial-gradient(ellipse 60% 80% at 65% 30%, rgba(180, 110, 60, 0.45) 0%, rgba(80, 40, 20, 0.4) 30%, rgba(20, 8, 4, 0.85) 70%),
    linear-gradient(180deg, #1f0e07 0%, #0e0604 100%);
  background-blend-mode: overlay, normal, normal;
}
.brandbanner__desk::before {
  /* perspective: top edge slightly lifted with a glow line */
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(244, 200, 110, 0.18) 40%, rgba(244, 200, 110, 0.32) 65%, rgba(244, 200, 110, 0.1) 90%, transparent 100%);
  filter: blur(0.5px);
}

/* The pool of warm lamplight — anchors the right side */
.brandbanner__lamp {
  position: absolute;
  right: 14%;
  top: 22%;
  width: 70%;
  height: 90%;
  background:
    radial-gradient(ellipse 50% 50% at 35% 30%, rgba(255, 220, 150, 0.55) 0%, rgba(244, 180, 90, 0.32) 20%, rgba(180, 90, 30, 0.15) 45%, rgba(60, 20, 10, 0) 70%);
  filter: blur(2px);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: lampPulse 5s ease-in-out infinite;
}
@keyframes lampPulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}

/* The open leather notebook — center-left of the desk */
.brandbanner__book {
  position: absolute;
  left: 22%;
  top: 48%;
  width: 44%;
  height: 46%;
  transform: rotate(-3deg) perspective(800px) rotateX(38deg);
  transform-origin: center top;
}
.brandbanner__book-pages {
  position: absolute;
  inset: 0;
  background:
    /* page warmth from lamp */
    radial-gradient(ellipse 70% 60% at 75% 40%, rgba(255, 230, 180, 0.95) 0%, rgba(220, 190, 140, 0.85) 35%, rgba(150, 120, 80, 0.7) 70%, rgba(80, 60, 40, 0.5) 100%),
    linear-gradient(180deg, #e8d4a8 0%, #c4a878 100%);
  background-blend-mode: multiply, normal;
  box-shadow:
    inset 0 -8px 12px rgba(60, 30, 10, 0.35),
    inset 0 4px 8px rgba(255, 240, 200, 0.25),
    0 12px 30px rgba(0,0,0,0.5);
  border-radius: 2px;
}
.brandbanner__book-pages::before {
  /* center spine shadow (gutter) */
  content: "";
  position: absolute;
  left: 49%;
  top: 0;
  bottom: 0;
  width: 2%;
  background: linear-gradient(90deg, transparent, rgba(60, 30, 10, 0.55) 40%, rgba(60, 30, 10, 0.55) 60%, transparent);
  filter: blur(1px);
}
.brandbanner__book-pages::after {
  /* leather cover edge peeking under the pages */
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -3%;
  height: 10%;
  background: linear-gradient(180deg, #2a1208 0%, #150804 100%);
  border-radius: 2px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.6);
  z-index: -1;
}

/* Handwritten lines on the pages — fine ink strokes */
.brandbanner__book-lines {
  position: absolute;
  inset: 12% 8% 12% 8%;
  display: flex;
  flex-direction: column;
  gap: 7%;
  opacity: 0.78;
}
.brandbanner__book-lines span {
  display: block;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(30, 15, 8, 0.85) 0%, rgba(30, 15, 8, 0.6) 70%, transparent 100%);
  border-radius: 2px;
  filter: blur(0.4px);
}
.brandbanner__book-lines span:nth-child(1) { width: 88%; }
.brandbanner__book-lines span:nth-child(2) { width: 76%; }
.brandbanner__book-lines span:nth-child(3) { width: 92%; }
.brandbanner__book-lines span:nth-child(4) { width: 68%; }
.brandbanner__book-lines span:nth-child(5) { width: 84%; }
.brandbanner__book-lines span:nth-child(6) { width: 58%; }
.brandbanner__book-lines span:nth-child(7) { width: 80%; }
/* slight rightward indent for "right page" feel — handled visually by spine */

/* The pen, resting on the page diagonally */
.brandbanner__pen {
  position: absolute;
  left: 38%;
  top: 64%;
  width: 22%;
  height: 4px;
  background: linear-gradient(90deg, #1a0d05 0%, #3a1f10 30%, #d4a03a 90%, #f4d480 100%);
  border-radius: 2px;
  transform: rotate(18deg);
  box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  z-index: 3;
}
.brandbanner__pen::after {
  /* nib */
  content: "";
  position: absolute;
  right: -6px;
  top: -1px;
  width: 8px;
  height: 6px;
  background: linear-gradient(90deg, #f4d480, #8a6020);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* Dark ceramic mug — left side of desk, behind the notebook */
.brandbanner__mug {
  position: absolute;
  left: 6%;
  top: 52%;
  width: 110px;
  height: 130px;
  background:
    radial-gradient(ellipse 80% 100% at 30% 30%, #3a2520 0%, #1a0e0c 60%, #0a0504 100%);
  border-radius: 8px 8px 12px 12px;
  box-shadow:
    inset -12px 0 16px rgba(0,0,0,0.7),
    inset 8px 0 12px rgba(244, 180, 90, 0.18),
    0 14px 30px rgba(0,0,0,0.6);
}
.brandbanner__mug::before {
  /* coffee surface — reflects lamp */
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 8%;
  height: 12px;
  background: radial-gradient(ellipse 70% 100% at 70% 50%, rgba(80, 40, 20, 0.95) 0%, rgba(20, 10, 5, 1) 80%);
  border-radius: 50%;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.8), 0 0 6px rgba(244, 180, 90, 0.15);
}
.brandbanner__mug::after {
  /* handle */
  content: "";
  position: absolute;
  right: -22px;
  top: 32px;
  width: 28px;
  height: 50px;
  border: 12px solid #1a0e0c;
  border-left: none;
  border-radius: 0 50% 50% 0;
  box-shadow: 4px 0 8px rgba(0,0,0,0.5);
}

/* Cream knitting pile — bottom-left, soft and out of focus */
.brandbanner__knit {
  position: absolute;
  left: -2%;
  bottom: -8%;
  width: 220px;
  height: 160px;
  background:
    /* yarn texture rings */
    repeating-radial-gradient(
      circle at 50% 50%,
      rgba(244, 228, 193, 0.0) 0px,
      rgba(244, 228, 193, 0.0) 6px,
      rgba(244, 228, 193, 0.18) 6px,
      rgba(244, 228, 193, 0.18) 7px
    ),
    radial-gradient(ellipse 60% 50% at 40% 60%, rgba(244, 228, 193, 0.85) 0%, rgba(180, 160, 130, 0.6) 50%, rgba(60, 40, 25, 0) 80%);
  filter: blur(4px);
  border-radius: 50%;
  opacity: 0.7;
}
.brandbanner__knit-strand {
  position: absolute;
  left: 18%;
  bottom: 14%;
  width: 38%;
  height: 3px;
  background: linear-gradient(90deg, rgba(244, 228, 193, 0.9), rgba(244, 228, 193, 0.4), transparent);
  border-radius: 2px;
  transform: rotate(-12deg);
  filter: blur(1px);
}

/* Black cat tail/paw at the right edge — silhouette */
.brandbanner__cat {
  position: absolute;
  right: -2%;
  bottom: 8%;
  width: 180px;
  height: 90px;
  background:
    radial-gradient(ellipse 60% 80% at 70% 70%, #08040a 0%, #08040a 50%, transparent 80%);
  filter: blur(3px);
  opacity: 0.85;
}
.brandbanner__cat::before {
  /* curling tail */
  content: "";
  position: absolute;
  right: 30%;
  bottom: 30%;
  width: 8px;
  height: 80px;
  background: linear-gradient(180deg, #08040a 0%, #08040a 70%, transparent);
  border-radius: 50%;
  transform: rotate(-25deg);
  box-shadow: -20px 10px 0 -2px #08040a;
  filter: blur(1.5px);
}

/* Rain on a far window — back-left, deeply blurred and dim */
.brandbanner__rain {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background-image:
    repeating-linear-gradient(
      100deg,
      transparent 0px,
      transparent 18px,
      rgba(140, 160, 200, 0.06) 18px,
      rgba(140, 160, 200, 0.06) 19px,
      transparent 19px,
      transparent 36px
    );
  filter: blur(2px);
  mix-blend-mode: screen;
  opacity: 0.6;
  animation: rainShift 14s linear infinite;
}
@keyframes rainShift {
  0%   { background-position: 0 0; }
  100% { background-position: 0 600px; }
}

/* Far-window cool blue haze — contrasts with warm lamp */
.brandbanner__window {
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 50%;
  background:
    radial-gradient(ellipse 80% 70% at 30% 50%, rgba(50, 70, 110, 0.28) 0%, rgba(20, 30, 60, 0.15) 40%, transparent 80%);
  filter: blur(20px);
}

/* Veil + vignette */
.brandbanner__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,4,16,0.35) 0%, transparent 30%, transparent 70%, rgba(5,4,16,0.6) 100%),
    radial-gradient(ellipse 100% 90% at 50% 50%, transparent 50%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}

/* Tagline content — bottom-right, candlelight color */
.brandbanner__content {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 clamp(32px, 8vw, 120px) clamp(40px, 8vh, 90px) 0;
}
.brandbanner__tag {
  text-align: right;
  color: var(--cream);
  max-width: 560px;
}
.brandbanner__line {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--cream);
  text-shadow: 0 2px 32px rgba(0,0,0,0.7), 0 0 60px rgba(0,0,0,0.5);
}
.brandbanner__line--italic {
  font-style: italic;
  font-weight: 400;
  margin-top: 10px;
  background: linear-gradient(180deg, var(--candlelight) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.brandbanner__line--italic em { font-style: italic; }
.brandbanner__signoff {
  margin-top: 28px;
  color: var(--paper-dim);
  font-size: 10px;
  letter-spacing: 0.36em;
}

@media (max-width: 880px) {
  .brandbanner { height: clamp(360px, 64vh, 520px); }
  .brandbanner__content { justify-content: center; padding: 0 24px 36px; }
  .brandbanner__tag { text-align: center; }
  .brandbanner__book { left: 12%; width: 60%; }
  .brandbanner__mug { display: none; }
  .brandbanner__cat { display: none; }
}

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: calc(100vh - 130px);
  padding: 80px 0 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 600px at 20% 30%, rgba(74, 10, 18, 0.25), transparent 70%),
    radial-gradient(900px 700px at 80% 70%, rgba(7, 9, 26, 0.4), transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 44px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero--with-chars .hero__inner {
  grid-template-columns: 1fr 0.75fr 1.05fr;
  gap: 64px;
}
.hero--with-chars .hero__title {
  font-size: clamp(56px, 6vw, 104px);
}
.hero--with-chars .hero__art { max-width: 360px; justify-self: center; }

@media (max-width: 1180px) {
  .hero--with-chars .hero__inner {
    grid-template-columns: 1.1fr 0.85fr;
    gap: 60px;
  }
  .hero--with-chars .hero__characters {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
    max-width: none;
  }
  .hero--with-chars .hero__characters-head,
  .hero--with-chars .hero__characters-pair {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .hero--with-chars .hero__inner { grid-template-columns: 1fr; }
  .hero--with-chars .hero__characters { grid-template-columns: 1fr; }
}

/* ----- Character column ----- */
.hero__characters {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 460px;
  justify-self: end;
}
.hero__characters-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 4px;
  color: var(--gold);
}
.char-card {
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 22px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(244, 228, 193, 0.04) 0%, rgba(244, 228, 193, 0.015) 100%);
  border: 1px solid rgba(244, 228, 193, 0.10);
  border-radius: 2px;
  position: relative;
  transition: border-color 400ms ease, transform 400ms cubic-bezier(.2,.7,.2,1);
}
.char-card::before {
  content: "";
  position: absolute;
  right: 0; top: 0;
  width: 1px; height: 30%;
  background: linear-gradient(180deg, var(--gold), transparent);
  opacity: 0.6;
}
.char-card:hover {
  border-color: rgba(212, 160, 58, 0.35);
  transform: translateY(-2px);
}
.char-card__portrait {
  position: relative;
  width: 132px;
  height: 176px;
  overflow: hidden;
  background: #0a0512;
  box-shadow:
    0 0 0 1px rgba(244, 228, 193, 0.06),
    0 12px 32px rgba(0,0,0,0.5),
    inset 0 0 30px rgba(0,0,0,0.4);
}
.char-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(0.92) contrast(1.05) brightness(0.95);
  transition: transform 1200ms cubic-bezier(.2,.7,.2,1), filter 600ms ease;
}
.char-card:hover .char-card__portrait img {
  transform: scale(1.06);
  filter: saturate(1) contrast(1.05) brightness(1);
}
.char-card__portrait-veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7, 9, 26, 0.7) 100%);
  pointer-events: none;
}
.char-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.char-card__role {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.32em;
}
.char-card__name {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 30px;
  line-height: 1.05;
  color: var(--cream);
  letter-spacing: -0.01em;
}
.char-card__line {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--paper);
  opacity: 0.86;
  margin: 6px 0 4px;
}
.char-card__line em {
  font-style: italic;
  color: var(--candlelight);
}
.char-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono-caps);
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--paper-faint);
  margin-top: 2px;
}
.char-card__dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.7;
}
.hero__characters-pair {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(244, 228, 193, 0.08);
}
.hero__characters-pair-tag {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  color: var(--paper);
  line-height: 1.4;
}

/* ----- Copy ----- */
.hero__copy {
  position: relative;
  z-index: 4;
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(64px, 9vw, 144px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 36px;
  text-shadow: 0 4px 40px rgba(0,0,0,0.5);
}
.hero__title em {
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(180deg, var(--candlelight) 0%, var(--gold) 70%, var(--brass) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.hero__tag {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 6.6vw, 102px);
  line-height: 1.0;
  letter-spacing: -0.012em;
  color: var(--cream);
  margin-bottom: 36px;
  text-wrap: balance;
}
.hero__tag em {
  font-style: italic;
  font-weight: 400;
  color: var(--candlelight);
  position: relative;
}
.hero__tag em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0.06em;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
  opacity: 0.7;
}

.hero__quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.16;
  color: var(--cream);
  margin-bottom: 36px;
  position: relative;
  padding-left: 40px;
  border-left: 1px solid var(--gold);
}
.hero__quote em {
  font-weight: 500;
  color: var(--gold);
  font-style: italic;
}
.hero__quote-mark {
  position: absolute;
  left: -10px;
  top: -38px;
  font-family: var(--font-display);
  font-size: 120px;
  color: var(--oxblood-glow);
  opacity: 0.5;
  line-height: 1;
}

.hero__lede {
  font-family: var(--font-body);
  font-style: italic;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.7;
  color: var(--paper);
  max-width: 52ch;
  margin-bottom: 40px;
  font-weight: 400;
}
.hero__lede em {
  font-style: italic;
  color: var(--candlelight);
  font-weight: 500;
}

.hero__ctas {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

/* ----- Release / countdown ----- */
.hero__release {
  border-top: 1px solid rgba(244, 228, 193, 0.14);
  padding-top: 22px;
  max-width: 460px;
}
.hero__release-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.hero__date {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--gold);
  letter-spacing: 0.005em;
}
.hero__counter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.hero__counter-cell {
  text-align: center;
  padding: 10px 6px;
  background: rgba(7, 9, 26, 0.5);
  border: 1px solid rgba(212, 160, 58, 0.18);
}
.hero__counter-n {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 32px;
  color: var(--candlelight);
  line-height: 1;
}
.hero__counter-l {
  font-family: var(--font-mono-caps);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--paper-dim);
  margin-top: 6px;
}

/* ----- Art column ----- */
.hero__art {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 700px;
}
@media (max-width: 980px) {
  .hero__art { min-height: 540px; }
}

/* Cover variant */
.hero__cover-wrap {
  position: relative;
  width: 100%;
  max-width: 460px;
  transition: transform 700ms cubic-bezier(.18,.7,.2,1);
  will-change: transform;
  cursor: pointer;
}
.hero__cover-wrap:hover {
  transform: translateY(-14px) !important;
}
.hero__cover-wrap:hover .hero__cover {
  box-shadow:
    0 50px 110px rgba(0,0,0,0.75),
    0 20px 60px rgba(74, 10, 18, 0.5),
    0 0 0 1px rgba(244, 228, 193, 0.12);
}
.hero__cover-wrap:hover .hero__cover-glow {
  opacity: 1;
  transform: scale(1.12);
}
.hero__cover {
  width: 100%;
  display: block;
  border-radius: 2px;
  box-shadow:
    0 30px 90px rgba(0,0,0,0.7),
    0 12px 40px rgba(74, 10, 18, 0.4),
    0 0 0 1px rgba(244, 228, 193, 0.06);
  position: relative;
  z-index: 2;
  transition: box-shadow 700ms cubic-bezier(.18,.7,.2,1);
}
.hero__cover-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(closest-side, rgba(62, 120, 214, 0.5), transparent 70%);
  filter: blur(40px);
  z-index: 0;
  animation: coverPulse 6s ease-in-out infinite;
  transition: opacity 700ms ease, transform 700ms ease;
}
@keyframes coverPulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}
body[data-motion="off"] .hero__cover-glow { animation: none; }
.hero__cover-flame {
  position: absolute;
  inset: -2% -6% -8% -6%;
  background:
    radial-gradient(40% 30% at 50% 100%, rgba(123, 63, 224, 0.4), transparent 70%),
    radial-gradient(40% 25% at 50% 100%, rgba(62, 120, 214, 0.3), transparent 70%);
  filter: blur(20px);
  z-index: 1;
  pointer-events: none;
}

/* Atmospheric / shelf variant */
.hero__shelf {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__shelf-card {
  position: absolute;
  width: 240px;
  aspect-ratio: 750 / 1000;
  transition: transform 700ms cubic-bezier(.18,.7,.2,1);
  filter: drop-shadow(0 24px 60px rgba(0,0,0,0.7));
}
.hero__shelf-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 30px var(--glow, transparent), 0 0 0 1px rgba(244, 228, 193, 0.08);
}
.hero__shelf-card:nth-child(1) { transform: translateX(-220px) rotate(-9deg); z-index: 1; }
.hero__shelf-card:nth-child(2) { transform: translateX(-110px) rotate(-4deg); z-index: 2; }
.hero__shelf-card:nth-child(3) { transform: translateX(0) rotate(0deg); z-index: 5; }
.hero__shelf-card:nth-child(4) { transform: translateX(110px) rotate(4deg); z-index: 2; }
.hero__shelf-card:nth-child(5) { transform: translateX(220px) rotate(9deg); z-index: 1; }
.hero__shelf:hover .hero__shelf-card:nth-child(1) { transform: translateX(-260px) rotate(-12deg) translateY(-12px); }
.hero__shelf:hover .hero__shelf-card:nth-child(5) { transform: translateX(260px) rotate(12deg) translateY(-12px); }

/* Quote variant — dragon SVG */
.hero__quote-art {
  width: 100%;
  height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dragon-svg {
  width: 90%;
  height: 90%;
  filter: drop-shadow(0 0 40px rgba(212, 160, 58, 0.18));
}

/* Portrait variant */
.hero__portrait {
  position: relative;
  width: 100%;
  max-width: 480px;
  transition: transform 600ms cubic-bezier(.18,.7,.2,1);
  will-change: transform;
}
.hero__portrait img {
  width: 100%;
  display: block;
  filter: grayscale(0.35) brightness(0.85) contrast(1.05);
  border-radius: 2px;
  position: relative;
  z-index: 2;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}
.hero__portrait-shadow {
  position: absolute;
  inset: -30px;
  background: radial-gradient(closest-side, rgba(74, 10, 18, 0.5), transparent 70%);
  filter: blur(40px);
  z-index: 1;
}
.hero__portrait-label {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
  background: rgba(7, 9, 26, 0.85);
  backdrop-filter: blur(8px);
  padding: 18px 24px;
  border-left: 2px solid var(--gold);
}
.hero__portrait-name {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 32px;
  color: var(--cream);
  margin-top: 6px;
  letter-spacing: 0.01em;
}

/* ----- Scroll indicator ----- */
.hero__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--paper-dim);
  transition: color 200ms ease;
}
.hero__scroll:hover { color: var(--candlelight); }
.hero__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, var(--gold), transparent);
  position: relative;
}
.hero__scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12px;
  background: var(--candlelight);
  animation: scrollPulse 2.4s ease-in-out infinite;
}
@keyframes scrollPulse {
  0% { transform: translateY(0); opacity: 0; }
  20% { opacity: 1; }
  100% { transform: translateY(28px); opacity: 0; }
}

/* ============ MARQUEE ============ */
.marquee {
  position: relative;
  z-index: 4;
  border-top: 1px solid rgba(244, 228, 193, 0.10);
  border-bottom: 1px solid rgba(244, 228, 193, 0.10);
  background: rgba(7, 9, 26, 0.4);
  padding: 22px 0;
  overflow: hidden;
  white-space: nowrap;
}
.marquee__track {
  display: inline-flex;
  gap: 0;
  animation: marqueeScroll 60s linear infinite;
  will-change: transform;
}
@keyframes marqueeScroll {
  to { transform: translateX(-33.333%); }
}
body[data-motion="off"] .marquee__track { animation: none; }
.marquee__item {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  color: var(--paper);
  padding: 0 22px;
  letter-spacing: 0.01em;
}
.marquee__sep {
  color: var(--gold);
  font-size: 12px;
  font-style: normal;
  margin-right: 22px;
  opacity: 0.7;
}

/* ============ SERIES STRIP ============ */
.series-strip { position: relative; z-index: 3; }
.series-strip__head {
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.series-strip__head .display {
  font-size: clamp(40px, 5.6vw, 84px);
  max-width: 24ch;
  text-wrap: balance;
}
.series-strip__head .display em {
  font-style: italic;
  background: linear-gradient(180deg, var(--candlelight), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.series-strip__head .body-lede {
  text-align: center;
  margin: 0 auto;
}

.series-strip__shelf {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 980px) {
  .series-strip__shelf { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}

.shelf-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  transition: opacity 400ms ease, transform 600ms cubic-bezier(.2,.7,.2,1);
}
.shelf-card--dim { opacity: 0.32; transform: scale(0.97); }

.shelf-card__cover-wrap {
  position: relative;
  aspect-ratio: 750 / 1000;
  overflow: hidden;
  border-radius: 2px;
  box-shadow:
    0 18px 60px rgba(0,0,0,0.5),
    0 0 0 1px rgba(244,228,193,0.06);
}
.shelf-card__cover-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.85));
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms ease;
}
.shelf-card:hover .shelf-card__cover-wrap::before { opacity: 1; }
.shelf-card__cover-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.7,.2,1);
}
.shelf-card:hover .shelf-card__cover-wrap img { transform: scale(1.05); }
.shelf-card__cover-wrap::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid var(--accent);
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
  box-shadow: 0 0 30px var(--glow);
  z-index: 3;
}
.shelf-card:hover .shelf-card__cover-wrap::after { opacity: 0.85; }

.shelf-card__overlay {
  position: absolute;
  bottom: 16px; left: 16px; right: 16px;
  z-index: 4;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
}
.shelf-card:hover .shelf-card__overlay {
  opacity: 1;
  transform: translateY(0);
}
.shelf-card__couple {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--cream);
  margin-top: 4px;
  letter-spacing: 0.01em;
}
.shelf-card__status {
  font-family: var(--font-mono-caps);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 4px;
}

.shelf-card__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-family: var(--font-mono-caps);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--paper-dim);
}
.shelf-card__dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--glow);
}
.shelf-card__title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 26px;
  color: var(--cream);
  margin-top: 4px;
  letter-spacing: 0.01em;
  line-height: 1.1;
  transition: color 300ms ease;
}
.shelf-card__title::before {
  content: "The ";
  font-style: italic;
  color: var(--paper-dim);
  font-size: 0.7em;
  letter-spacing: 0.02em;
}
.shelf-card:hover .shelf-card__title { color: var(--candlelight); }

/* Detail panel */
.series-strip__detail {
  min-height: 130px;
  border: 1px solid rgba(244, 228, 193, 0.10);
  background: rgba(7, 9, 26, 0.5);
  padding: 28px 36px;
  position: relative;
  overflow: hidden;
  transition: border-color 400ms ease, background 400ms ease;
}
.series-strip__detail.is-active {
  border-color: var(--active-accent, rgba(244,228,193,0.10));
  background: rgba(7, 9, 26, 0.7);
}
.series-strip__detail.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 50%, var(--active-glow, transparent) 0%, transparent 50%);
  opacity: 0.12;
  pointer-events: none;
}
.series-strip__detail-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 76px;
  color: var(--paper-faint);
  letter-spacing: 0.32em;
}
.series-strip__detail-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .series-strip__detail-inner { grid-template-columns: 1fr; gap: 18px; }
}
.series-strip__detail-title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--cream);
  margin-top: 6px;
  letter-spacing: 0.005em;
}
.series-strip__detail-tag {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--paper);
  margin-top: 6px;
  font-weight: 400;
  max-width: 50ch;
}
.series-strip__detail-tropes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trope-chip {
  font-family: var(--font-mono-caps);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 7px 12px;
  border: 1px solid var(--accent, rgba(244,228,193,0.2));
  color: var(--candlelight);
  background: rgba(7, 9, 26, 0.4);
}

.series-strip__cta {
  text-align: center;
  margin-top: 56px;
}

/* ============ ABOUT ============ */
.about {
  background:
    radial-gradient(700px 500px at 80% 20%, rgba(31, 61, 44, 0.18), transparent 60%),
    radial-gradient(600px 400px at 0% 80%, rgba(74, 10, 18, 0.22), transparent 60%);
}
.about__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 980px) {
  .about__grid { grid-template-columns: 1fr; gap: 48px; }
}

.about__photo {
  position: sticky;
  top: 120px;
}
.about__photo-frame {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(212, 160, 58, 0.25);
  padding: 14px;
  background: rgba(7, 9, 26, 0.3);
}
.about__photo-frame::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(212, 160, 58, 0.3);
  pointer-events: none;
  z-index: 3;
}
.about__photo-frame img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.45) sepia(0.18) brightness(0.92) contrast(1.05);
  transition: filter 600ms ease;
}
.about__photo-frame:hover img {
  filter: grayscale(0) sepia(0) brightness(1) contrast(1);
}
.about__photo-vignette {
  position: absolute;
  inset: 14px;
  background: radial-gradient(closest-side, transparent 60%, rgba(7, 9, 26, 0.5));
  pointer-events: none;
  z-index: 2;
}
.about__photo-caption {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  text-align: center;
}
.about__photo-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  color: var(--paper);
  opacity: 0.85;
  line-height: 1.5;
  text-wrap: balance;
}
.about__copy .display em {
  font-style: italic;
  background: linear-gradient(180deg, var(--candlelight), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Household */
.about__household {
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid rgba(244, 228, 193, 0.10);
}
.household-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 700px) {
  .household-grid { grid-template-columns: 1fr; }
}
.household-card {
  border: 1px solid rgba(244, 228, 193, 0.10);
  padding: 24px 22px;
  background: rgba(7, 9, 26, 0.4);
  transition: border-color 320ms ease, transform 400ms ease;
}
.household-card:hover {
  border-color: rgba(212, 160, 58, 0.35);
  transform: translateY(-2px);
}
.household-card__sigil {
  width: 44px; height: 44px;
  margin-bottom: 14px;
  color: var(--gold);
  opacity: 0.85;
}
.household-card__sigil--demon { color: var(--oxblood-glow); }
.household-card__sigil--angel { color: var(--candlelight); }
.household-card__sigil--husband { color: var(--paper-dim); }
.household-card__name {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 26px;
  color: var(--cream);
}
.household-card__role {
  font-family: var(--font-mono-caps);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 6px 0 12px;
}
.household-card__body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--paper);
  opacity: 0.86;
}
.household-card__body em {
  font-style: italic;
  color: var(--candlelight);
}

/* ============ SHADOW COURT ============ */
.court {
  background:
    radial-gradient(800px 600px at 50% 0%, rgba(74, 10, 18, 0.4), transparent 70%),
    radial-gradient(900px 700px at 50% 100%, rgba(7, 9, 26, 0.6), transparent 70%);
}
.court__frame {
  position: relative;
  border: 1px solid rgba(212, 160, 58, 0.25);
  padding: 100px 80px 80px;
  background:
    linear-gradient(180deg, rgba(7, 9, 26, 0.4), rgba(74, 10, 18, 0.18)),
    rgba(7, 9, 26, 0.3);
  overflow: hidden;
}
.court__frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(212, 160, 58, 0.18);
  pointer-events: none;
}
@media (max-width: 768px) {
  .court__frame { padding: 60px 28px 50px; }
}

.court__candle {
  position: absolute;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 160, 58, 0.18), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
  animation: candleFlicker 5s ease-in-out infinite;
}
.court__candle--top-left { top: -40px; left: -40px; }
.court__candle--bottom-right { bottom: -40px; right: -40px; animation-delay: -2s; }
body[data-motion="off"] .court__candle { animation: none; }

.court__seal {
  position: absolute;
  top: 30px;
  right: 30px;
  color: var(--gold);
  opacity: 0.5;
}
.court__seal svg {
  animation: sealRotate 90s linear infinite;
}
@keyframes sealRotate {
  to { transform: rotate(360deg); }
}
body[data-motion="off"] .court__seal svg { animation: none; }

.court__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.court__head { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.court__head .display em {
  font-style: italic;
  background: linear-gradient(180deg, var(--candlelight), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* webkit clips the italic T's right-side crossbar terminal — pad the clip box and pull the period back */
  padding-right: 0.16em;
  margin-right: -0.12em;
  display: inline-block;
}
.court__title-t {
  display: none;
}
.court__head .body-lede {
  text-align: center;
  margin: 22px auto 0;
}

.court__form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 60px;
  max-width: 660px;
}
.court__form input {
  flex: 1;
  min-width: 180px;
  padding: 16px 22px;
  background: rgba(7, 9, 26, 0.6);
  border: 1px solid rgba(244, 228, 193, 0.18);
  color: var(--cream);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.005em;
  border-radius: 0;
  transition: border-color 240ms ease, background 240ms ease;
}
.court__form input::placeholder {
  color: var(--paper-faint);
  font-style: italic;
}
.court__form input:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(7, 9, 26, 0.85);
}
.court__form .btn {
  flex: 0 0 auto;
}
.court__thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
}

.court__perks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 880px) { .court__perks { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .court__perks { grid-template-columns: 1fr; } }
.court__perk {
  border-top: 1px solid rgba(212, 160, 58, 0.25);
  padding-top: 18px;
}
.court__perk-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.court__perk-title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--cream);
  margin-bottom: 10px;
  letter-spacing: 0.005em;
}
.court__perk-body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--paper);
  opacity: 0.82;
}

.court__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--font-mono-caps);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--paper-faint);
}
.court__dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.6;
}
