:root {
  --bg: #fff8fb;
  --ink: #261d23;
  --muted: #675761;
  --line: #ead9e2;
  --panel: #ffffff;
  --rose: #d95f93;
  --rose-dark: #8b2f5d;
  --plum: #332037;
  --mint: #d8f3e8;
  --gold: #f8d986;
  --shadow: 0 18px 48px rgba(66, 32, 55, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(180deg, rgba(216, 243, 232, 0.66), transparent 380px),
    linear-gradient(135deg, rgba(248, 217, 134, 0.28), transparent 520px),
    var(--bg);
  color: var(--ink);
}

button,
input {
  font: inherit;
}

.page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 56px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: stretch;
  min-height: 500px;
}

.hero-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 7vw, 76px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 251, 0.9)),
    linear-gradient(145deg, rgba(216, 243, 232, 0.62), rgba(248, 217, 134, 0.38));
  box-shadow: var(--shadow);
}

.eyebrow,
.tag,
.panel-label,
.count {
  margin: 0;
  color: var(--rose-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 10px 0 16px;
  font-size: clamp(2.5rem, 8vw, 5.9rem);
  line-height: 0.95;
}

.bloom-title {
  display: grid;
  gap: 6px;
  max-width: 820px;
}

.bloom-title span {
  color: var(--plum);
  font-size: clamp(1.55rem, 4vw, 3rem);
  font-weight: 750;
  line-height: 1.08;
}

.bloom-title strong {
  display: grid;
  gap: 0;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(3rem, 8.5vw, 6.8rem);
  font-weight: 950;
  line-height: 0.88;
  text-shadow: 0 16px 34px rgba(217, 95, 147, 0.18);
}

.bloom-title .title-word {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  color: transparent;
  background: linear-gradient(90deg, var(--rose-dark), var(--rose), #c465d8, var(--plum));
  background-clip: text;
  -webkit-background-clip: text;
  font-size: inherit;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

h2 {
  margin: 6px 0 0;
  font-size: clamp(1.7rem, 4vw, 2.75rem);
  line-height: 1.05;
}

h3 {
  margin: 8px 0;
  font-size: 1.12rem;
  line-height: 1.2;
}

.lede {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 11px 18px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.primary {
  background: var(--plum);
  color: #fff;
  box-shadow: 0 12px 24px rgba(51, 32, 55, 0.2);
}

.secondary,
.support-link {
  border-color: var(--line);
  background: #fff;
  color: var(--plum);
}

.embeddable-buttondown-form {
  max-width: 620px;
  margin: 28px 0 0;
}

.embeddable-buttondown-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.subscribe-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(66, 32, 55, 0.1);
}

.subscribe-row input[type="email"] {
  min-width: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  outline: none;
  padding: 10px 14px;
}

.subscribe-row input[type="submit"] {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--plum);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  padding: 10px 18px;
  box-shadow: 0 10px 22px rgba(51, 32, 55, 0.18);
}

.support-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.support-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(66, 32, 55, 0.12);
}

.support-icon {
  position: relative;
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--plum);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 950;
  line-height: 1;
}

.patreon-icon::before,
.patreon-icon::after {
  position: absolute;
  content: "";
  background: #fff;
}

.patreon-icon::before {
  left: 6px;
  top: 5px;
  width: 4px;
  height: 14px;
  border-radius: 4px;
}

.patreon-icon::after {
  right: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.featured-panel {
  display: grid;
  grid-template-rows: minmax(240px, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.featured-panel img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.featured-panel div {
  padding: 24px;
  border-top: 1px solid var(--line);
}

.featured-panel p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.shelf {
  margin-top: 34px;
}

.section-heading {
  display: flex;
  gap: 16px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
}

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

.card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  cursor: pointer;
  box-shadow: 0 16px 42px rgba(66, 32, 55, 0.11);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.card:hover,
.card:focus-visible {
  outline: none;
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(66, 32, 55, 0.15);
}

.card:focus-visible {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(217, 95, 147, 0.2), 0 22px 54px rgba(66, 32, 55, 0.15);
}

.poster-frame {
  position: relative;
  overflow: hidden;
  background: var(--mint);
}

.poster-frame::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(22, 12, 20, 0.56));
  pointer-events: none;
}

.poster {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transform: scale(1.001);
  transition: transform 0.24s ease, filter 0.24s ease;
}

.card:hover .poster,
.card:focus-visible .poster {
  filter: saturate(1.06);
  transform: scale(1.035);
}

.play-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

.play-badge::before {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--plum);
  content: "";
}

.card-body {
  padding: 22px;
}

.card-body p:not(.tag) {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.55;
}

.card-cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--plum);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 900;
  padding: 8px 14px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(22, 12, 20, 0.86);
}

.player-shell {
  width: min(100%, 1080px);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.player-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.player-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.modal-meta {
  padding: 20px;
}

.modal-meta h2 {
  font-size: 1.45rem;
}

.modal-meta p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--plum);
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.hidden {
  display: none;
}

@media (max-width: 820px) {
  .hero,
  .grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .featured-panel {
    grid-template-rows: auto auto;
  }

  .featured-panel img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 560px) {
  .page {
    width: min(100% - 22px, 1180px);
    padding-top: 18px;
  }

  .hero-copy {
    padding: 22px;
  }

  .hero-actions,
  .subscribe-row,
  .section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .support-link {
    width: 100%;
  }

  .subscribe-row {
    display: flex;
    border-radius: 22px;
  }
}
