:root {
  color-scheme: light;
}

.stv-runtime {
  --stv-plum: #2a0f3d;
  --stv-plum-deep: #1a0827;
  --stv-berry: #c73566;
  --stv-citrus: #f2a72d;
  --stv-green: #398562;
  --stv-cream: #fbf2eb;
  --stv-paper: #fffaf6;
  --stv-ink: #221822;
  --stv-muted: #6a5c69;
  --stv-line: #eadbd3;
  --stv-shadow: 0 18px 45px rgba(42, 15, 61, 0.16);

  background: var(--stv-paper);
  color: var(--stv-ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.55;
  min-height: 100vh;
}

.stv-runtime * {
  box-sizing: border-box;
}

.stv-runtime a {
  color: inherit;
  text-decoration: none;
}

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

.stv-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 clamp(20px, 5vw, 48px);
  width: 100%;
}

.stv-nav {
  align-items: center;
  background: rgba(255, 250, 246, 0.93);
  border-bottom: 1px solid var(--stv-line);
  display: flex;
  gap: 28px;
  min-height: 72px;
  padding: 0 clamp(20px, 5vw, 48px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.stv-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: max-content;
}

.stv-brand__mark {
  align-items: center;
  background: var(--stv-plum);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-family: Fraunces, Georgia, serif;
  font-size: 0.88rem;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.stv-brand strong,
.stv-brand em {
  display: block;
  letter-spacing: 0;
}

.stv-brand strong {
  color: var(--stv-plum);
  font-size: 1.02rem;
  line-height: 1.05;
}

.stv-brand em {
  color: var(--stv-muted);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.stv-nav nav {
  align-items: center;
  display: flex;
  gap: 22px;
  margin-left: auto;
}

.stv-nav nav a {
  color: #4b3d4d;
  font-size: 0.88rem;
  font-weight: 700;
}

.stv-nav__cta {
  background: var(--stv-berry);
  border-radius: 999px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  padding: 10px 17px;
}

.stv-hero {
  background: var(--stv-plum-deep);
  color: #fff;
  min-height: 660px;
  overflow: hidden;
  position: relative;
}

.stv-hero__media,
.stv-hero__scrim {
  inset: 0;
  position: absolute;
}

.stv-hero__media img {
  height: 100%;
  object-fit: cover;
  opacity: 0.56;
  width: 100%;
}

.stv-hero__scrim {
  background:
    linear-gradient(105deg, rgba(26, 8, 39, 0.95) 0%, rgba(26, 8, 39, 0.78) 46%, rgba(26, 8, 39, 0.36) 100%),
    linear-gradient(0deg, rgba(26, 8, 39, 0.86), rgba(26, 8, 39, 0.18));
}

.stv-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  min-height: 660px;
  padding-bottom: 74px;
  padding-top: 78px;
  position: relative;
  z-index: 1;
}

.stv-hero__copy {
  max-width: 760px;
}

.stv-eyebrow {
  align-items: center;
  color: var(--stv-plum);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.14em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.stv-eyebrow::before {
  background: var(--stv-citrus);
  content: "";
  height: 2px;
  width: 26px;
}

.stv-eyebrow--light {
  color: #ffd58a;
}

.stv-eyebrow--live::after {
  background: var(--stv-berry);
  border-radius: 999px;
  content: "";
  height: 8px;
  width: 8px;
}

.stv-hero h1 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 24px;
}

.stv-hero h1 span {
  display: block;
}

.stv-hero__highlight {
  color: #ffd58a;
}

.stv-hero__copy > p:not(.stv-eyebrow) {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 1.9vw, 1.24rem);
  margin: 0 0 28px;
  max-width: 58ch;
}

.stv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stv-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
}

.stv-button--primary {
  background: var(--stv-berry);
  color: #fff;
}

.stv-button--secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.stv-hero__panel {
  background: linear-gradient(145deg, rgba(242, 167, 45, 0.96), rgba(199, 53, 102, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  box-shadow: var(--stv-shadow);
  padding: clamp(22px, 4vw, 34px);
}

.stv-hero__panel > span {
  color: #fff;
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 24px;
}

.stv-hero__panel dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.stv-hero__panel div {
  background: rgba(42, 15, 61, 0.2);
  border-radius: 8px;
  padding: 14px 16px;
}

.stv-hero__panel dt {
  font-size: 1.54rem;
  font-weight: 900;
}

.stv-hero__panel dd {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.stv-strip {
  background: var(--stv-plum);
  color: #fff;
}

.stv-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.stv-strip article {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 28px clamp(18px, 4vw, 34px);
}

.stv-strip article:last-child {
  border-right: 0;
}

.stv-strip h2 {
  color: #ffd58a;
  font-size: 1.06rem;
  margin: 0 0 8px;
}

.stv-strip p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.stv-section {
  padding: clamp(66px, 9vw, 112px) 0;
}

.stv-section--paper {
  background: var(--stv-paper);
}

.stv-section--cream {
  background: var(--stv-cream);
}

.stv-section--dark {
  background: var(--stv-plum);
  color: #fff;
}

.stv-section--origin {
  background: linear-gradient(145deg, var(--stv-plum-deep), #38204a 55%, #173927);
  color: #fff;
}

.stv-section__head {
  margin: 0 0 clamp(30px, 5vw, 48px);
  max-width: 780px;
}

.stv-section__head--split {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr);
  max-width: none;
}

.stv-section__head h2,
.stv-featured h2,
.stv-origin h2,
.stv-final h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.stv-section__head p:not(.stv-eyebrow),
.stv-featured > div > p,
.stv-origin > div > p,
.stv-final p:not(.stv-eyebrow) {
  color: var(--stv-muted);
  font-size: 1.06rem;
  margin: 16px 0 0;
  max-width: 64ch;
}

.stv-section--dark .stv-featured > div > p,
.stv-section--origin .stv-origin > div > p,
.stv-final p:not(.stv-eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.stv-category-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.stv-category,
.stv-list-panel,
.stv-capability-grid article,
.stv-era-grid article {
  border-radius: 8px;
}

.stv-category {
  background: #fff;
  border: 1px solid var(--stv-line);
  box-shadow: 0 8px 24px rgba(42, 15, 61, 0.08);
  overflow: hidden;
}

.stv-category figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.stv-category figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.stv-category figure span {
  background: var(--stv-berry);
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  left: 14px;
  padding: 8px 10px;
  position: absolute;
  top: 14px;
}

.stv-category div {
  padding: 22px;
}

.stv-category small {
  color: var(--stv-green);
  display: block;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stv-category h3,
.stv-list-panel h3,
.stv-capability-grid h3,
.stv-era-grid h3 {
  color: var(--stv-plum);
  font-size: 1.12rem;
  margin: 8px 0 8px;
}

.stv-category p,
.stv-list-panel li,
.stv-capability-grid p,
.stv-era-grid p {
  color: var(--stv-muted);
  margin: 0;
}

.stv-column-grid,
.stv-format-grid {
  display: grid;
  gap: 18px;
}

.stv-column-grid {
  grid-template-columns: repeat(4, 1fr);
}

.stv-format-grid {
  grid-template-columns: repeat(5, 1fr);
}

.stv-list-panel {
  background: #fff;
  border: 1px solid var(--stv-line);
  padding: 22px;
}

.stv-list-panel h3 {
  border-bottom: 2px solid var(--stv-citrus);
  padding-bottom: 12px;
}

.stv-list-panel ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.stv-list-panel li {
  padding-left: 16px;
  position: relative;
}

.stv-list-panel li::before {
  background: var(--stv-citrus);
  border-radius: 3px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.62em;
  width: 7px;
}

.stv-featured {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  grid-template-columns: 0.9fr 1.1fr;
}

.stv-featured figure {
  border-radius: 8px;
  box-shadow: var(--stv-shadow);
  margin: 0;
  overflow: hidden;
}

.stv-featured figure img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.stv-capability-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
}

.stv-capability-grid article,
.stv-era-grid article {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px;
}

.stv-capability-grid h3,
.stv-era-grid h3 {
  color: #ffd58a;
}

.stv-capability-grid p,
.stv-era-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.stv-origin {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  grid-template-columns: 0.9fr 1.1fr;
}

.stv-era-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.stv-final {
  background: linear-gradient(135deg, var(--stv-berry), var(--stv-green));
  color: #fff;
  padding: clamp(64px, 8vw, 104px) 0;
  text-align: center;
}

.stv-final__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.stv-final .stv-button--primary {
  background: #fff;
  color: var(--stv-plum);
}

.stv-final .stv-button--secondary {
  border-color: rgba(255, 255, 255, 0.55);
}

.stv-footer {
  background: var(--stv-plum-deep);
  color: rgba(255, 255, 255, 0.72);
  padding: 30px 0;
}

.stv-footer .stv-shell {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.stv-footer strong {
  color: #fff;
}

@media (max-width: 1040px) {
  .stv-hero__grid,
  .stv-featured,
  .stv-origin,
  .stv-section__head--split {
    grid-template-columns: 1fr;
  }

  .stv-column-grid,
  .stv-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stv-format-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .stv-nav {
    min-height: 64px;
  }

  .stv-nav nav,
  .stv-nav__cta {
    display: none;
  }

  .stv-hero,
  .stv-hero__grid {
    min-height: auto;
  }

  .stv-strip__grid,
  .stv-column-grid,
  .stv-category-grid,
  .stv-format-grid,
  .stv-capability-grid,
  .stv-era-grid {
    grid-template-columns: 1fr;
  }

  .stv-strip article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
  }

  .stv-strip article:last-child {
    border-bottom: 0;
  }

  .stv-footer .stv-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}
