:root {
  color-scheme: light;
  --ink: #fff7fb;
  --dark-ink: #2a0829;
  --muted: #ffe0ef;
  --soft: rgba(255, 247, 251, 0.9);
  --line: rgba(255, 20, 147, 0.42);
  --panel: rgba(255, 247, 251, 0.92);
  --panel-strong: rgba(255, 223, 239, 0.96);
  --ground: #ff67bd;
  --pink: #ff4fb3;
  --hot-pink: #ff8fda;
  --barbie: #ff1493;
  --teal: #19f3e4;
  --deep-teal: #057d87;
  --blue: #8bf9ff;
  --sun: #ffd45a;
  --shadow: rgba(142, 0, 93, 0.32);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 212, 90, 0.98) 0 4.6rem, rgba(255, 212, 90, 0.22) 4.7rem 9rem, transparent 9.2rem),
    linear-gradient(180deg, #ff69c7 0%, #ff8fd5 28%, #ff4fb3 58%, #13cfc8 100%);
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(140deg, transparent 0 58%, rgba(0, 137, 150, 0.38) 58.2% 64%, transparent 64.2%),
    linear-gradient(220deg, transparent 0 62%, rgba(255, 247, 251, 0.34) 62.2% 67%, transparent 67.2%),
    repeating-linear-gradient(90deg, rgba(255, 247, 251, 0.08) 0 1px, transparent 1px 34px);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 5vw;
  background: linear-gradient(90deg, rgba(255, 20, 147, 0.94), rgba(255, 79, 179, 0.88), rgba(25, 243, 228, 0.72));
  border-bottom: 1px solid rgba(255, 247, 251, 0.42);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

nav {
  display: flex;
  gap: clamp(0.7rem, 2vw, 1.5rem);
  color: #fff7fb;
  font-size: 0.88rem;
}

nav a:hover,
.text-link:hover {
  color: var(--teal);
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(300px, 1.22fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(3rem, 8vw, 6rem) 5vw clamp(2rem, 5vw, 4rem);
  background:
    linear-gradient(180deg, rgba(255, 247, 251, 0.06), transparent 34%),
    linear-gradient(0deg, rgba(19, 207, 200, 0.48) 0 12%, transparent 12.2%),
    linear-gradient(180deg, transparent 0 66%, rgba(255, 20, 147, 0.2) 66.2% 100%);
}

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

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  z-index: 0;
  left: -7vw;
  right: -7vw;
  bottom: 8%;
  height: 19%;
  background:
    linear-gradient(135deg, transparent 0 10%, rgba(255, 247, 251, 0.88) 10.5% 13%, transparent 13.5%),
    linear-gradient(45deg, transparent 0 20%, rgba(255, 247, 251, 0.72) 20.5% 23%, transparent 23.5%),
    linear-gradient(180deg, rgba(25, 243, 228, 0.58), rgba(4, 135, 145, 0.72));
  clip-path: polygon(0 48%, 14% 22%, 29% 50%, 44% 12%, 62% 48%, 78% 18%, 100% 54%, 100% 100%, 0 100%);
  opacity: 0.82;
}

.hero::after {
  z-index: 0;
  right: 10vw;
  bottom: 11%;
  width: min(22vw, 280px);
  aspect-ratio: 1;
  background:
    linear-gradient(90deg, rgba(255, 247, 251, 0.72) 0 6%, transparent 6% 94%, rgba(255, 247, 251, 0.72) 94%),
    linear-gradient(0deg, rgba(255, 247, 251, 0.55) 0 8%, transparent 8%),
    linear-gradient(145deg, #ff2aa3 0 48%, #ff8fda 48% 72%, #19f3e4 72%);
  clip-path: polygon(50% 0, 100% 36%, 86% 100%, 14% 100%, 0 36%);
  opacity: 0.2;
}

.hero-media {
  display: grid;
  place-items: center;
}

.poster-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 430px);
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 212, 90, 0.95) 0 3.2rem, rgba(255, 212, 90, 0.18) 3.3rem 6rem, transparent 6.2rem),
    linear-gradient(180deg, transparent 0 54%, rgba(25, 243, 228, 0.72) 54.2% 72%, transparent 72.2%),
    repeating-linear-gradient(90deg, rgba(255, 247, 251, 0.16) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #ff1493 0%, #ff4fb3 35%, #ff8fda 55%, #19f3e4 100%);
  border: 2px solid rgba(255, 247, 251, 0.62);
  box-shadow:
    0 34px 80px var(--shadow),
    0 0 42px rgba(255, 20, 147, 0.18),
    0 0 38px rgba(25, 243, 228, 0.12);
}

.poster-placeholder::after {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  bottom: 13%;
  height: 23%;
  background:
    linear-gradient(90deg, rgba(255, 247, 251, 0.88) 0 7%, transparent 7% 31%, rgba(255, 247, 251, 0.78) 31% 38%, transparent 38% 62%, rgba(255, 247, 251, 0.78) 62% 69%, transparent 69% 93%, rgba(255, 247, 251, 0.88) 93%),
    linear-gradient(180deg, rgba(255, 247, 251, 0.42), transparent 34%),
    linear-gradient(135deg, rgba(255, 20, 147, 0.92), rgba(25, 243, 228, 0.8));
  clip-path: polygon(50% 0, 100% 30%, 91% 100%, 9% 100%, 0 30%);
  opacity: 0.62;
}

.poster-placeholder::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 247, 251, 0.38);
}

.poster-placeholder span {
  position: relative;
  z-index: 1;
  color: rgba(255, 247, 251, 0.96);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 5vw, 3.5rem);
  line-height: 0.95;
  text-align: center;
  transform: translateY(-18%);
}

.hero-copy {
  max-width: 860px;
}

.eyebrow,
.label {
  margin: 0 0 0.85rem;
  color: #08fff0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

h1 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.15rem, 5.4vw, 4.8rem);
  line-height: 0.88;
  overflow-wrap: anywhere;
  white-space: nowrap;
  color: #fff3fa;
  text-shadow:
    0 0 2px #8a0056,
    0 0 32px rgba(255, 20, 147, 0.78),
    0 0 18px rgba(25, 243, 228, 0.32);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 0.92;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.logline {
  max-width: 780px;
  margin-bottom: 1.5rem;
  color: var(--soft);
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  line-height: 1.12;
}

.facts,
.hero-actions,
.watch-grid,
.team-grid,
.details-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.facts span {
  padding: 0.55rem 0.8rem;
  color: #ffe5f2;
  background: rgba(93, 7, 75, 0.74);
  border: 1px solid rgba(255, 247, 251, 0.46);
}

.hero-actions {
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.05rem;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 700;
}

.button.primary {
  color: #101114;
  background: linear-gradient(90deg, var(--hot-pink), var(--barbie) 48%, var(--teal));
  box-shadow:
    0 0 0 1px rgba(255, 247, 251, 0.18) inset,
    0 12px 34px rgba(255, 20, 147, 0.28);
}

.button.secondary {
  color: var(--ink);
  background: rgba(112, 4, 85, 0.54);
  border-color: rgba(255, 247, 251, 0.52);
}

.button.disabled {
  color: rgba(16, 17, 20, 0.58);
  cursor: not-allowed;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 5vw;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 20, 147, 0.58), rgba(255, 79, 179, 0.48) 48%, rgba(25, 243, 228, 0.26)),
    repeating-linear-gradient(90deg, rgba(255, 247, 251, 0.08) 0 1px, transparent 1px 32px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) 1fr;
  gap: clamp(1rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

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

.watch-panel,
.person-card {
  min-height: 230px;
  padding: clamp(1.2rem, 3vw, 2rem);
  background:
    linear-gradient(135deg, rgba(255, 20, 147, 0.2), rgba(25, 243, 228, 0.24)),
    var(--panel);
  color: var(--dark-ink);
  border: 2px solid rgba(255, 247, 251, 0.58);
  box-shadow: 0 20px 58px rgba(41, 0, 33, 0.22);
}

.watch-panel p,
.person-card p,
.body-copy p,
.contact-section p {
  color: #3b0a32;
}

.status-pill {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.38rem 0.55rem;
  color: #071516;
  background: var(--teal);
  border: 1px solid rgba(255, 247, 251, 0.5);
  font-size: 0.78rem;
  font-weight: 700;
}

.text-link {
  color: #008c97;
  font-weight: 700;
}

.text-link.muted {
  color: #006d76;
}

.body-copy {
  max-width: 980px;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.details-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2.5rem;
  border: 1px solid rgba(255, 143, 204, 0.36);
  background:
    linear-gradient(90deg, rgba(255, 247, 251, 0.95), rgba(255, 216, 235, 0.9) 50%, rgba(159, 255, 250, 0.76));
  color: var(--dark-ink);
}

.details-strip div {
  min-height: 118px;
  padding: 1rem;
  border-right: 1px solid var(--line);
}

.details-strip div:last-child {
  border-right: 0;
}

.details-strip strong {
  display: block;
  max-width: 16ch;
  font-size: 1.06rem;
  line-height: 1.25;
}

.team-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
}

.person-card.featured {
  background:
    linear-gradient(135deg, rgba(255, 20, 147, 0.42), rgba(25, 243, 228, 0.22)),
    var(--panel-strong);
}

.asset-grid {
  display: grid;
  border-top: 1px solid var(--line);
}

.asset-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 68px;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.asset-row span {
  color: #ffe0ef;
}

.asset-row strong {
  color: var(--ink);
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background:
    linear-gradient(90deg, rgba(255, 20, 147, 0.42), transparent 52%),
    linear-gradient(135deg, rgba(25, 243, 228, 0.24), transparent 68%),
    rgba(255, 247, 251, 0.05);
}

.contact-section > div {
  max-width: 700px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 5vw;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
}

@media (max-width: 880px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
    padding-block: 1rem;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .hero,
  .section-heading,
  .watch-grid,
  .team-grid,
  .details-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    bottom: 0;
    height: 12%;
    opacity: 0.5;
  }

  .hero::after {
    display: none;
  }

  .poster-placeholder {
    width: min(100%, 340px);
  }

  .details-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .details-strip div:last-child {
    border-bottom: 0;
  }

  .contact-section,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  body::before {
    background:
      radial-gradient(circle at 92% 39%, rgba(255, 212, 90, 0.78) 0 3.6rem, transparent 3.7rem),
      repeating-linear-gradient(90deg, rgba(255, 247, 251, 0.08) 0 1px, transparent 1px 28px);
  }

  .hero {
    padding-top: 2.4rem;
  }

  h1 {
    font-size: clamp(2.1rem, 9.2vw, 2.35rem);
    overflow-wrap: normal;
  }

  .facts,
  .hero-actions {
    flex-direction: column;
  }

  .facts span {
    background: rgba(93, 7, 75, 0.82);
  }

  .button {
    width: 100%;
  }

  .asset-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }
}
