.creator-catalog-page {
  background: #020403 !important;
  color: #f3f2ed;
}

.creator-catalog-main {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.creator-hero {
  display: grid;
  min-height: min(760px, calc(100svh - 82px));
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  padding: 64px 0 84px;
}

.creator-hero-copy {
  min-width: 0;
}

.creator-eyebrow {
  margin: 0 0 18px;
  color: #d8c591;
  font: 700 0.72rem/1.2 var(--font-mono);
  letter-spacing: 0;
  text-transform: uppercase;
}

.creator-hero h1,
.creator-product h2,
.creator-downloads h2,
.creator-faq h2 {
  margin: 0;
  color: #f3f2ed;
  font-family: var(--font-display);
  font-weight: 760;
  letter-spacing: 0;
}

.creator-hero h1 {
  max-width: 8ch;
  font-size: 7.5rem;
  line-height: 0.82;
}

.creator-lede {
  max-width: 33rem;
  margin: 28px 0 0;
  color: rgba(243, 242, 237, 0.66);
  font-size: 1rem;
  line-height: 1.6;
}

.creator-hero .human-actions,
.creator-product .human-actions {
  margin-top: 28px;
}

.creator-counts {
  display: grid;
  margin: 46px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(243, 242, 237, 0.14);
}

.creator-counts div {
  min-width: 0;
  padding: 14px 10px 0 0;
}

.creator-counts dt {
  color: #f3f2ed;
  font: 700 1rem/1 var(--font-mono);
}

.creator-counts dd {
  margin: 7px 0 0;
  color: rgba(243, 242, 237, 0.5);
  font-size: 0.72rem;
  line-height: 1.35;
}

.creator-stage,
.creator-product-media {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(243, 242, 237, 0.15);
  border-radius: 4px;
  background: #050807;
}

.creator-stage img,
.creator-product-media img {
  display: block;
  width: 100%;
  height: auto;
}

.creator-stage span {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  border-top: 1px solid rgba(243, 242, 237, 0.12);
}

.creator-stage strong {
  font-size: 0.86rem;
}

.creator-stage em {
  color: #d8c591;
  font: 700 0.68rem/1 var(--font-mono);
  font-style: normal;
  text-transform: uppercase;
}

.creator-stage,
.creator-product-media,
.creator-downloads a {
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.creator-stage:hover,
.creator-stage:focus-visible,
.creator-product-media:hover,
.creator-product-media:focus-visible {
  border-color: rgba(216, 197, 145, 0.55);
  transform: translateY(-2px);
}

.creator-product {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  padding: 108px 0;
  border-top: 1px solid rgba(243, 242, 237, 0.14);
  border-bottom: 1px solid rgba(243, 242, 237, 0.14);
}

.creator-product h2,
.creator-downloads h2,
.creator-faq h2 {
  max-width: 12ch;
  font-size: 3.7rem;
  line-height: 0.96;
}

.creator-product-copy > p:not(.creator-eyebrow),
.creator-downloads header > p:not(.creator-eyebrow) {
  max-width: 32rem;
  margin: 24px 0 0;
  color: rgba(243, 242, 237, 0.62);
  line-height: 1.65;
}

.creator-product ul {
  display: flex;
  margin: 28px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px 20px;
  list-style: none;
  color: rgba(243, 242, 237, 0.76);
  font-size: 0.82rem;
}

.creator-product li::before {
  content: "+";
  margin-right: 7px;
  color: #d8c591;
}

.creator-downloads {
  display: grid;
  grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(36px, 8vw, 120px);
  padding: 108px 0;
}

.creator-downloads ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(243, 242, 237, 0.14);
}

.creator-downloads li {
  border-bottom: 1px solid rgba(243, 242, 237, 0.14);
}

.creator-downloads a {
  display: grid;
  min-height: 88px;
  grid-template-columns: 38px minmax(150px, 0.8fr) minmax(190px, 1.2fr) 42px;
  gap: 16px;
  align-items: center;
  padding: 16px 10px;
}

.creator-downloads a:hover,
.creator-downloads a:focus-visible {
  background: rgba(216, 197, 145, 0.055);
}

.creator-downloads span,
.creator-downloads em {
  color: #d8c591;
  font: 700 0.68rem/1 var(--font-mono);
  font-style: normal;
}

.creator-downloads strong {
  font-size: 0.94rem;
}

.creator-downloads small {
  color: rgba(243, 242, 237, 0.52);
  font-size: 0.78rem;
  line-height: 1.45;
}

.creator-downloads em {
  text-align: right;
}

.creator-faq {
  display: grid;
  grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(36px, 8vw, 120px);
  padding: 0 0 112px;
}

.creator-faq details {
  border-top: 1px solid rgba(243, 242, 237, 0.14);
}

.creator-faq details:last-child {
  border-bottom: 1px solid rgba(243, 242, 237, 0.14);
}

.creator-faq summary {
  min-height: 70px;
  padding: 24px 36px 20px 0;
  color: #f3f2ed;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.35;
}

.creator-faq details p {
  max-width: 46rem;
  margin: 0;
  padding: 0 0 24px;
  color: rgba(243, 242, 237, 0.58);
  line-height: 1.65;
}

@media (max-width: 980px) {
  .creator-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 74px;
  }

  .creator-hero h1 {
    font-size: 5rem;
  }

  .creator-hero-copy {
    max-width: 660px;
  }

  .creator-product,
  .creator-downloads,
  .creator-faq {
    grid-template-columns: 1fr;
  }

  .creator-product h2,
  .creator-downloads h2,
  .creator-faq h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 680px) {
  .creator-catalog-main {
    width: min(100% - 28px, 1180px);
  }

  .creator-hero {
    gap: 40px;
    padding: 52px 0 68px;
  }

  .creator-hero h1 {
    font-size: 3.9rem;
  }

  .creator-hero .human-actions,
  .creator-product .human-actions {
    align-items: stretch;
  }

  .creator-hero .human-actions a,
  .creator-product .human-actions a {
    justify-content: center;
  }

  .creator-counts {
    margin-top: 34px;
  }

  .creator-counts dd {
    font-size: 0.66rem;
  }

  .creator-stage span {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 12px;
  }

  .creator-product,
  .creator-downloads {
    padding: 78px 0;
  }

  .creator-faq {
    padding-bottom: 82px;
  }

  .creator-product h2,
  .creator-downloads h2,
  .creator-faq h2 {
    font-size: 2.75rem;
  }

  .creator-downloads a {
    min-height: 92px;
    grid-template-columns: 30px minmax(0, 1fr) 34px;
    gap: 12px;
    padding-inline: 4px;
  }

  .creator-downloads small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .creator-stage,
  .creator-product-media,
  .creator-downloads a {
    transition: none;
  }
}
