@font-face {
  font-family: "Estedad";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  /* NIVEAU_V1 (17.09.2026) - die Schrift liegt im Haus (assets/platform/fonts), nicht mehr auf GitHub:
     kein fremder Abruf beim Seitenaufruf, keine Abhaengigkeit von einem fremden Repo. */
  src: url("./assets/platform/fonts/Estedad-wght.woff2") format("woff2");
}

/* Landing hero refresh from the Alex concept, rebuilt on the main TwoBe logic. */
.hero-screen {
  min-height: 100svh;
  padding-bottom: 58px;
  background:
    radial-gradient(circle at 50% 0%, rgba(124, 77, 255, 0.18), transparent 34%),
    radial-gradient(circle at 82% 42%, rgba(124, 77, 255, 0.11), transparent 32%),
    #05070b;
}

.hero-bg,
.hero-gradient {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 1560px);
  margin: 0 auto;
  padding: 118px 42px 0;
  gap: 46px;
  align-self: start;
}

.hero-copy {
  display: grid;
  justify-items: center;
  width: min(100%, 970px);
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.hero-copy h1 {
  max-width: 940px;
  font-size: 4.65rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy h1 span {
  display: inline;
}

.hero-copy p {
  max-width: 620px;
  margin-top: 20px;
  color: #c3c7d1;
  font-size: 1.28rem;
  line-height: 1.48;
  font-weight: 560;
}

.app-teaser {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.app-teaser-label {
  color: #a98dff;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.app-store-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 8px 15px 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(11, 14, 20, 0.72);
  color: #f7f8fb;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.store-badge:hover {
  transform: translateY(-1px);
  border-color: rgba(166, 139, 255, 0.36);
  background: rgba(18, 22, 31, 0.84);
}

.store-mark {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
}

.store-mark svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.store-badge > span:last-child {
  display: grid;
  gap: 1px;
  font-size: 0.94rem;
  font-weight: 820;
  line-height: 1;
}

.store-badge small {
  color: #aeb4c3;
  font-size: 0.58rem;
  font-weight: 650;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 0;
  align-items: stretch;
}

.audience-card {
  position: relative;
  display: grid;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 32px;
  background: rgba(8, 10, 15, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 84px rgba(0, 0, 0, 0.34);
}

.audience-card .card-image {
  position: absolute;
  inset: 0;
  opacity: 0.78;
  filter: saturate(1.04) contrast(1.04);
}

.artist-card .card-image {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 1) 0%, rgba(5, 7, 11, 0.9) 34%, rgba(5, 7, 11, 0.52) 62%, rgba(5, 7, 11, 0.16) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.08), rgba(5, 7, 11, 0.86)),
    none;
  background-position: center, center, 64% center;
  background-size: 100% 100%, 100% 100%, cover;
  background-repeat: no-repeat;
}

.studio-card-hero .card-image {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 1) 0%, rgba(5, 7, 11, 0.88) 35%, rgba(5, 7, 11, 0.48) 64%, rgba(5, 7, 11, 0.14) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.08), rgba(5, 7, 11, 0.88)),
    none;
  background-position: center, center, 72% center;
  background-size: 100% 100%, 100% 100%, cover;
  background-repeat: no-repeat;
}

.audience-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 15% 22%, rgba(126, 85, 255, 0.22), transparent 25%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.05), rgba(5, 7, 11, 0.76));
  pointer-events: none;
}

.audience-card .card-content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: inherit;
  height: auto;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: end;
  padding: 42px;
}

.audience-card .card-kicker {
  display: block;
  color: #b398ff;
  font-size: 0.78rem;
  font-weight: 880;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.audience-card .card-kicker span {
  color: #7b5cff;
}

.audience-card .card-content h2 {
  max-width: 520px;
  margin-top: 18px;
  font-size: 3.4rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.audience-card .card-content h2 span {
  background: linear-gradient(135deg, #ffffff, #bfaeff 42%, #7b5cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.audience-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin: 28px 0 30px;
  padding: 0;
  list-style: none;
}

.audience-benefits li {
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.035);
  color: #d8dce7;
  font-size: 0.9rem;
  line-height: 1.28;
  font-weight: 620;
}

.audience-card .card-button {
  align-self: end;
  justify-self: start;
  width: min(100%, 250px);
  margin-top: 0;
}

/* Final cascade guard for the split audience hero. */
.hero-screen {
  min-height: 100svh;
  height: 100svh;
  padding-bottom: 0;
}

.hero-content {
  height: calc(100svh - 64px);
  grid-template-rows: auto minmax(0, 1fr);
  padding-top: 28px;
  padding-bottom: 0;
  gap: 24px;
}

.hero-copy h1 {
  font-size: 3.65rem;
}

.hero-copy p {
  margin-top: 13px;
  font-size: 1.06rem;
}

.app-teaser {
  margin-top: 16px;
}

.audience-grid {
  height: 100%;
  min-height: 0;
  align-self: end;
}

.audience-card {
  height: 100%;
  min-height: 0;
  border-radius: 28px 28px 0 0;
}

.audience-card .card-content {
  min-height: 0;
  height: 100%;
  padding: clamp(28px, 3vw, 54px);
}

.audience-card .card-kicker {
  font-size: 0;
  line-height: 0.88;
}

.audience-card .card-kicker::after {
  display: block;
  color: #fff;
  font-size: clamp(4rem, 6vw, 7.4rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.artist-card .card-kicker::after {
  content: "FÜR\A KÜNSTLER";
  white-space: pre;
}

.studio-card-hero .card-kicker::after {
  content: "FÜR\A STUDIOS &\A CREATIVES";
  white-space: pre;
}

.audience-card .card-content h2 {
  max-width: 580px;
  margin-top: 26px;
  color: #fff;
  font-size: clamp(1.9rem, 2.2vw, 2.75rem);
  line-height: 0.98;
}

.artist-card .card-content h2 span {
  background: none;
  color: #6f44ff;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.studio-card-hero .card-content h2 span {
  background: none;
  color: #c9a85c;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.audience-benefits {
  align-self: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
  max-width: 680px;
  margin: 26px 0 22px;
}

.audience-benefits li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 13px;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.benefit-icon {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  color: #6f44ff;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.studio-card-hero .benefit-icon {
  color: #c9a85c;
}

.audience-benefits p {
  display: grid;
  gap: 5px;
}

.audience-benefits strong {
  color: #fff;
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  font-weight: 900;
  line-height: 1.08;
}

.audience-benefits span {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.88rem, 0.92vw, 1.02rem);
  font-weight: 720;
  line-height: 1.2;
}

.audience-card .card-button {
  width: min(100%, 340px);
  min-height: 58px;
  border-radius: 10px;
  padding: 0 16px 0 24px;
  font-size: 1.05rem;
  font-weight: 900;
}

.audience-card .card-button span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #6f44ff;
  font-size: 1.7rem;
  line-height: 1;
}

.studio-card-hero .card-button {
  background: #c9a85c;
  box-shadow: 0 18px 46px rgba(201, 168, 92, 0.22);
}

.studio-card-hero .card-button span {
  color: #9a7625;
}

.artist-card .card-image {
  opacity: 0.98;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.72) 38%, rgba(5, 7, 11, 0.18) 70%, rgba(5, 7, 11, 0.04) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.1) 0%, rgba(5, 7, 11, 0.78) 100%),
    none;
  background-position: center, center, 66% center;
  background-size: 100% 100%, 100% 100%, cover;
}

.studio-card-hero .card-image {
  opacity: 0.98;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.76) 36%, rgba(5, 7, 11, 0.2) 74%, rgba(5, 7, 11, 0.06) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.1) 0%, rgba(5, 7, 11, 0.76) 100%),
    none;
  background-position: center, center, 60% center;
  background-size: 100% 100%, 100% 100%, cover;
}

.audience-card::after {
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0) 0%, rgba(5, 7, 11, 0.35) 68%, rgba(5, 7, 11, 0.84) 100%),
    radial-gradient(circle at 16% 18%, rgba(123, 60, 255, 0.18), transparent 26%);
}

@media (max-height: 820px) and (min-width: 921px) {
  .hero-content {
    padding-top: 18px;
    gap: 18px;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hero-copy p {
    margin-top: 10px;
    font-size: 0.98rem;
  }

  .app-teaser {
    display: none;
  }

  .audience-card .card-kicker::after {
    font-size: clamp(3.5rem, 5.3vw, 6.4rem);
  }

  .audience-card .card-content h2 {
    margin-top: 18px;
    font-size: clamp(1.55rem, 1.75vw, 2.2rem);
  }

  .audience-benefits {
    gap: 13px 20px;
    margin: 18px 0;
  }

  .audience-card .card-button {
    min-height: 50px;
  }
}

@media (max-width: 920px) {
  .hero-screen {
    height: auto;
    min-height: 100svh;
  }

  .hero-content {
    height: auto;
    min-height: calc(100svh - 64px);
    grid-template-rows: auto auto;
    padding-top: 30px;
    padding-bottom: 28px;
  }

  .app-teaser {
    display: none;
  }

  .audience-grid {
    height: auto;
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 440px;
    height: auto;
    border-radius: 24px;
  }
}

@media (max-width: 520px) {
  .hero-screen {
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
  }

  .hero-content {
    height: calc(100svh - 64px);
    min-height: 0;
    grid-template-rows: auto minmax(0, 1fr);
    padding: 20px 14px 0;
    gap: 16px;
  }

  .hero-copy h1 {
    font-size: 2rem;
  }

  .hero-copy p {
    max-width: 315px;
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.32;
  }

  .audience-grid {
    height: 100%;
    min-height: 0;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .audience-card {
    min-height: 0;
    height: 100%;
  }

  .audience-card .card-content {
    padding: 18px;
    grid-template-rows: auto auto 1fr auto;
  }

  .audience-card .card-kicker::after {
    font-size: 2.25rem;
  }

  .audience-card .card-content h2 {
    margin-top: 10px;
    font-size: 1.16rem;
  }

  .audience-benefits {
    display: none;
  }

  .audience-card .card-button {
    min-height: 42px;
    width: min(100%, 230px);
    padding-left: 15px;
    font-size: 0.82rem;
  }

  .audience-card .card-button span {
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
  }
}
*** End of File

@media (max-width: 520px) {
  .hero-screen {
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
  }

  .hero-content {
    height: calc(100svh - 64px);
    min-height: 0;
    grid-template-rows: auto minmax(0, 1fr);
    padding: 20px 14px 0;
    gap: 16px;
  }

  .hero-copy h1 {
    font-size: 2rem;
  }

  .hero-copy p {
    max-width: 315px;
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.32;
  }

  .audience-grid {
    height: 100%;
    min-height: 0;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .audience-card {
    min-height: 0;
    height: 100%;
    border-radius: 20px;
  }

  .audience-card .card-content {
    padding: 18px;
    grid-template-rows: auto auto 1fr auto;
  }

  .audience-card .card-kicker::after {
    font-size: 2.25rem;
  }

  .audience-card .card-content h2 {
    margin-top: 10px;
    font-size: 1.16rem;
  }

  .audience-benefits {
    display: none;
  }

  .audience-card .card-button {
    min-height: 42px;
    width: min(100%, 230px);
    padding-left: 15px;
    font-size: 0.82rem;
  }

  .audience-card .card-button span {
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
  }
}

/* Final-final cascade guard for the split audience hero. */
.hero-screen {
  min-height: 100svh;
  height: 100svh;
  padding-bottom: 0;
}

.hero-content {
  height: calc(100svh - 64px);
  grid-template-rows: auto minmax(0, 1fr);
  padding-top: 28px;
  padding-bottom: 0;
  gap: 24px;
}

.hero-copy h1 {
  font-size: 3.65rem;
}

.hero-copy p {
  margin-top: 13px;
  font-size: 1.06rem;
}

.app-teaser {
  margin-top: 16px;
}

.audience-grid {
  height: 100%;
  min-height: 0;
  align-self: end;
}

.audience-card {
  height: 100%;
  min-height: 0;
  border-radius: 28px 28px 0 0;
}

.audience-card .card-content {
  min-height: 0;
  height: 100%;
  padding: clamp(28px, 3vw, 54px);
}

.audience-card .card-kicker {
  font-size: 0;
  line-height: 0.88;
}

.audience-card .card-kicker::after {
  display: block;
  color: #fff;
  font-size: clamp(4rem, 6vw, 7.4rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.artist-card .card-kicker::after {
  content: "FÜR\A KÜNSTLER";
  white-space: pre;
}

.studio-card-hero .card-kicker::after {
  content: "FÜR\A STUDIOS &\A CREATIVES";
  white-space: pre;
}

.audience-card .card-content h2 {
  max-width: 580px;
  margin-top: 26px;
  color: #fff;
  font-size: clamp(1.9rem, 2.2vw, 2.75rem);
  line-height: 0.98;
}

.artist-card .card-content h2 span {
  background: none;
  color: #6f44ff;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.studio-card-hero .card-content h2 span {
  background: none;
  color: #c9a85c;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.audience-benefits {
  align-self: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
  max-width: 680px;
  margin: 26px 0 22px;
}

.audience-benefits li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 13px;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.benefit-icon {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  color: #6f44ff;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.studio-card-hero .benefit-icon {
  color: #c9a85c;
}

.audience-benefits p {
  display: grid;
  gap: 5px;
}

.audience-benefits strong {
  color: #fff;
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  font-weight: 900;
  line-height: 1.08;
}

.audience-benefits span {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.88rem, 0.92vw, 1.02rem);
  font-weight: 720;
  line-height: 1.2;
}

.audience-card .card-button {
  width: min(100%, 340px);
  min-height: 58px;
  border-radius: 10px;
  padding: 0 16px 0 24px;
  font-size: 1.05rem;
  font-weight: 900;
}

.audience-card .card-button span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #6f44ff;
  font-size: 1.7rem;
  line-height: 1;
}

.studio-card-hero .card-button {
  background: #c9a85c;
  box-shadow: 0 18px 46px rgba(201, 168, 92, 0.22);
}

.studio-card-hero .card-button span {
  color: #9a7625;
}

.artist-card .card-image {
  opacity: 0.98;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.72) 38%, rgba(5, 7, 11, 0.18) 70%, rgba(5, 7, 11, 0.04) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.1) 0%, rgba(5, 7, 11, 0.78) 100%),
    none;
  background-position: center, center, 66% center;
  background-size: 100% 100%, 100% 100%, cover;
}

.studio-card-hero .card-image {
  opacity: 0.98;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.76) 36%, rgba(5, 7, 11, 0.2) 74%, rgba(5, 7, 11, 0.06) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.1) 0%, rgba(5, 7, 11, 0.76) 100%),
    none;
  background-position: center, center, 60% center;
  background-size: 100% 100%, 100% 100%, cover;
}

.audience-card::after {
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0) 0%, rgba(5, 7, 11, 0.35) 68%, rgba(5, 7, 11, 0.84) 100%),
    radial-gradient(circle at 16% 18%, rgba(123, 60, 255, 0.18), transparent 26%);
}

@media (max-height: 820px) and (min-width: 921px) {
  .hero-content {
    padding-top: 18px;
    gap: 18px;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hero-copy p {
    margin-top: 10px;
    font-size: 0.98rem;
  }

  .app-teaser {
    display: none;
  }

  .audience-card .card-kicker::after {
    font-size: clamp(3.5rem, 5.3vw, 6.4rem);
  }

  .audience-card .card-content h2 {
    margin-top: 18px;
    font-size: clamp(1.55rem, 1.75vw, 2.2rem);
  }

  .audience-benefits {
    gap: 13px 20px;
    margin: 18px 0;
  }

  .audience-card .card-button {
    min-height: 50px;
  }
}

@media (max-width: 920px) {
  .hero-screen {
    height: auto;
    min-height: 100svh;
  }

  .hero-content {
    height: auto;
    min-height: calc(100svh - 64px);
    grid-template-rows: auto auto;
    padding-top: 30px;
    padding-bottom: 28px;
  }

  .app-teaser {
    display: none;
  }

  .audience-grid {
    height: auto;
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 440px;
    height: auto;
    border-radius: 24px;
  }
}

@media (max-width: 520px) {
  .hero-screen {
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
  }

  .hero-content {
    height: calc(100svh - 64px);
    min-height: 0;
    grid-template-rows: auto minmax(0, 1fr);
    padding: 20px 14px 0;
    gap: 16px;
  }

  .hero-copy h1 {
    font-size: 2rem;
  }

  .hero-copy p {
    max-width: 315px;
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.32;
  }

  .audience-grid {
    height: 100%;
    min-height: 0;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .audience-card {
    min-height: 0;
    height: 100%;
  }

  .audience-card .card-content {
    padding: 18px;
    grid-template-rows: auto auto 1fr auto;
  }

  .audience-card .card-kicker::after {
    font-size: 2.25rem;
  }

  .audience-card .card-content h2 {
    margin-top: 10px;
    font-size: 1.16rem;
  }

  .audience-benefits {
    display: none;
  }

  .audience-card .card-button {
    min-height: 42px;
    width: min(100%, 230px);
    padding-left: 15px;
    font-size: 0.82rem;
  }

  .audience-card .card-button span {
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
  }
}

/* Final landing split-hero pass. This stays last to win older prototype rules above. */
.hero-screen {
  min-height: 100svh;
  height: 100svh;
  padding-bottom: 0;
}

.hero-content {
  height: calc(100svh - 64px);
  grid-template-rows: auto minmax(0, 1fr);
  padding-top: 28px;
  padding-bottom: 0;
  gap: 24px;
}

.hero-copy h1 {
  font-size: 3.65rem;
}

.hero-copy p {
  margin-top: 13px;
  font-size: 1.06rem;
}

.app-teaser {
  margin-top: 16px;
}

.audience-grid {
  height: 100%;
  min-height: 0;
  align-self: end;
}

.audience-card {
  height: 100%;
  min-height: 0;
  border-radius: 28px 28px 0 0;
}

.audience-card .card-content {
  min-height: 0;
  height: 100%;
  padding: clamp(28px, 3vw, 54px);
}

.audience-card .card-kicker {
  font-size: 0;
  line-height: 0.88;
}

.audience-card .card-kicker::after {
  display: block;
  color: #fff;
  font-size: clamp(4rem, 6vw, 7.4rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.artist-card .card-kicker::after {
  content: "FÜR\A KÜNSTLER";
  white-space: pre;
}

.studio-card-hero .card-kicker::after {
  content: "FÜR\A STUDIOS &\A CREATIVES";
  white-space: pre;
}

.audience-card .card-content h2 {
  max-width: 580px;
  margin-top: 26px;
  color: #fff;
  font-size: clamp(1.9rem, 2.2vw, 2.75rem);
  line-height: 0.98;
}

.artist-card .card-content h2 span {
  background: none;
  color: #6f44ff;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.studio-card-hero .card-content h2 span {
  background: none;
  color: #c9a85c;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.audience-benefits {
  align-self: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
  max-width: 680px;
  margin: 26px 0 22px;
}

.audience-benefits li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 13px;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.benefit-icon {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  color: #6f44ff;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.studio-card-hero .benefit-icon {
  color: #c9a85c;
}

.audience-benefits p {
  display: grid;
  gap: 5px;
}

.audience-benefits strong {
  color: #fff;
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  font-weight: 900;
  line-height: 1.08;
}

.audience-benefits span {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.88rem, 0.92vw, 1.02rem);
  font-weight: 720;
  line-height: 1.2;
}

.audience-card .card-button {
  width: min(100%, 340px);
  min-height: 58px;
  border-radius: 10px;
  padding: 0 16px 0 24px;
  font-size: 1.05rem;
  font-weight: 900;
}

.audience-card .card-button span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #6f44ff;
  font-size: 1.7rem;
  line-height: 1;
}

.studio-card-hero .card-button {
  background: #c9a85c;
  box-shadow: 0 18px 46px rgba(201, 168, 92, 0.22);
}

.studio-card-hero .card-button span {
  color: #9a7625;
}

.artist-card .card-image {
  opacity: 0.98;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.72) 38%, rgba(5, 7, 11, 0.18) 70%, rgba(5, 7, 11, 0.04) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.1) 0%, rgba(5, 7, 11, 0.78) 100%),
    none;
  background-position: center, center, 66% center;
  background-size: 100% 100%, 100% 100%, cover;
}

.studio-card-hero .card-image {
  opacity: 0.98;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.76) 36%, rgba(5, 7, 11, 0.2) 74%, rgba(5, 7, 11, 0.06) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.1) 0%, rgba(5, 7, 11, 0.76) 100%),
    none;
  background-position: center, center, 60% center;
  background-size: 100% 100%, 100% 100%, cover;
}

.audience-card::after {
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0) 0%, rgba(5, 7, 11, 0.35) 68%, rgba(5, 7, 11, 0.84) 100%),
    radial-gradient(circle at 16% 18%, rgba(123, 60, 255, 0.18), transparent 26%);
}

@media (max-height: 820px) and (min-width: 921px) {
  .hero-content {
    padding-top: 18px;
    gap: 18px;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hero-copy p {
    margin-top: 10px;
    font-size: 0.98rem;
  }

  .app-teaser {
    display: none;
  }

  .audience-card .card-kicker::after {
    font-size: clamp(3.5rem, 5.3vw, 6.4rem);
  }

  .audience-card .card-content h2 {
    margin-top: 18px;
    font-size: clamp(1.55rem, 1.75vw, 2.2rem);
  }

  .audience-benefits {
    gap: 13px 20px;
    margin: 18px 0;
  }

  .audience-card .card-button {
    min-height: 50px;
  }
}

@media (max-width: 920px) {
  .hero-screen {
    height: auto;
    min-height: 100svh;
  }

  .hero-content {
    height: auto;
    min-height: calc(100svh - 64px);
    grid-template-rows: auto auto;
    padding-top: 30px;
    padding-bottom: 28px;
  }

  .app-teaser {
    display: none;
  }

  .audience-grid {
    height: auto;
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 440px;
    height: auto;
    border-radius: 24px;
  }
}

@media (max-width: 520px) {
  .hero-content {
    padding: 24px 14px 22px;
    gap: 20px;
  }

  .hero-copy h1 {
    font-size: 2.25rem;
  }

  .hero-copy p {
    max-width: 330px;
    font-size: 0.96rem;
  }

  .audience-card {
    min-height: 372px;
  }

  .audience-card .card-content {
    padding: 22px;
  }

  .audience-card .card-kicker::after {
    font-size: 3rem;
  }

  .audience-card .card-content h2 {
    margin-top: 16px;
    font-size: 1.5rem;
  }

  .audience-benefits {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 15px 0;
  }

  .audience-benefits li {
    grid-template-columns: 22px 1fr;
    gap: 9px;
  }

  .benefit-icon {
    min-width: 22px;
    height: 22px;
    font-size: 0.95rem;
  }

  .audience-benefits strong {
    font-size: 0.86rem;
  }

  .audience-benefits span {
    display: none;
  }

  .audience-card .card-button {
    min-height: 46px;
    padding-left: 18px;
    font-size: 0.9rem;
  }

  .audience-card .card-button span {
    width: 34px;
    height: 34px;
  }
}

/* Audience-card art direction: match the provided split hero reference. */
.hero-screen {
  min-height: 100svh;
  height: 100svh;
  padding-bottom: 0;
}

.hero-content {
  height: calc(100svh - 64px);
  grid-template-rows: auto minmax(0, 1fr);
  padding-top: 34px;
  padding-bottom: 0;
  gap: 28px;
}

.hero-copy h1 {
  font-size: 3.7rem;
}

.hero-copy p {
  margin-top: 14px;
  font-size: 1.08rem;
}

.app-teaser {
  margin-top: 18px;
}

.audience-grid {
  min-height: 0;
  height: 100%;
  align-self: end;
}

.audience-card {
  min-height: 0;
  height: 100%;
  border-radius: 28px 28px 0 0;
}

.audience-card .card-content {
  min-height: 0;
  height: 100%;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: stretch;
  padding: clamp(28px, 3vw, 56px);
}

.audience-card .card-kicker {
  font-size: 0;
  line-height: 0.9;
}

.audience-card .card-kicker,
.audience-card .card-kicker span {
  color: #fff;
}

.audience-card .card-kicker::after {
  display: block;
  color: #fff;
  font-size: clamp(4rem, 6.2vw, 7.6rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.artist-card .card-kicker::after {
  content: "FÜR\A KÜNSTLER";
  white-space: pre;
}

.studio-card-hero .card-kicker::after {
  content: "FÜR\A STUDIOS &\A CREATIVES";
  white-space: pre;
}

.audience-card .card-content h2 {
  max-width: 580px;
  margin-top: 28px;
  color: #fff;
  font-size: clamp(1.9rem, 2.2vw, 2.8rem);
  line-height: 0.98;
}

.artist-card .card-content h2 span {
  background: none;
  color: #6c3cff;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.studio-card-hero .card-content h2 span {
  background: none;
  color: #c9a85c;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.audience-benefits {
  align-self: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
  max-width: 680px;
  margin: 28px 0 24px;
}

.audience-benefits li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #fff;
}

.benefit-icon {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  color: #6c3cff;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.studio-card-hero .benefit-icon {
  color: #c9a85c;
}

.audience-benefits p {
  display: grid;
  gap: 6px;
}

.audience-benefits strong {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 1.08vw, 1.2rem);
  font-weight: 900;
  line-height: 1.06;
}

.audience-benefits span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.88rem, 0.95vw, 1.05rem);
  font-weight: 720;
  line-height: 1.2;
}

.audience-card .card-button {
  width: min(100%, 340px);
  min-height: 58px;
  border-radius: 10px;
  padding: 0 16px 0 24px;
  font-size: 1.05rem;
  font-weight: 900;
}

.audience-card .card-button span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #6c3cff;
  font-size: 1.7rem;
  line-height: 1;
}

.studio-card-hero .card-button {
  background: #c9a85c;
  box-shadow: 0 18px 46px rgba(201, 168, 92, 0.22);
}

.studio-card-hero .card-button span {
  color: #9a7625;
}

.artist-card .card-image {
  opacity: 0.98;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.72) 38%, rgba(5, 7, 11, 0.18) 70%, rgba(5, 7, 11, 0.04) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.12) 0%, rgba(5, 7, 11, 0.78) 100%),
    none;
  background-position: center, center, 66% center;
  background-size: 100% 100%, 100% 100%, cover;
}

.studio-card-hero .card-image {
  opacity: 0.98;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.76) 36%, rgba(5, 7, 11, 0.2) 74%, rgba(5, 7, 11, 0.06) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.1) 0%, rgba(5, 7, 11, 0.76) 100%),
    none;
  background-position: center, center, 60% center;
  background-size: 100% 100%, 100% 100%, cover;
}

.audience-card::after {
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0) 0%, rgba(5, 7, 11, 0.35) 68%, rgba(5, 7, 11, 0.84) 100%),
    radial-gradient(circle at 16% 18%, rgba(123, 60, 255, 0.18), transparent 26%);
}

@media (max-width: 1180px) {
  .hero-screen {
    height: auto;
    min-height: 100svh;
  }

  .hero-content {
    height: auto;
    min-height: calc(100svh - 64px);
    grid-template-rows: auto auto;
    padding-top: 42px;
    padding-bottom: 0;
  }

  .audience-grid {
    height: auto;
  }

  .audience-card {
    min-height: 480px;
    height: auto;
    border-radius: 28px;
  }
}

@media (max-width: 720px) {
  .hero-content {
    padding-top: 26px;
    gap: 22px;
  }

  .hero-copy h1 {
    font-size: 2.45rem;
  }

  .hero-copy p {
    font-size: 0.98rem;
  }

  .app-teaser {
    display: none;
  }

  .audience-card {
    min-height: 470px;
    border-radius: 22px;
  }

  .audience-card .card-content {
    padding: 24px;
  }

  .audience-card .card-kicker::after {
    font-size: 3.35rem;
  }

  .audience-card .card-content h2 {
    margin-top: 18px;
    font-size: 1.65rem;
  }

  .audience-benefits {
    grid-template-columns: 1fr;
    gap: 11px;
    margin: 20px 0;
  }

  .audience-benefits li {
    grid-template-columns: 24px 1fr;
    gap: 10px;
  }

  .benefit-icon {
    min-width: 24px;
    height: 24px;
    font-size: 1rem;
  }

  .audience-benefits strong {
    font-size: 0.92rem;
  }

  .audience-benefits span {
    font-size: 0.82rem;
  }

  .audience-card .card-button {
    min-height: 50px;
    font-size: 0.94rem;
  }

  .audience-card .card-button span {
    width: 36px;
    height: 36px;
  }
}

:root {
  color-scheme: dark;
  --bg: #05070b;
  --panel: rgba(11, 15, 22, 0.82);
  --panel-strong: rgba(15, 18, 26, 0.92);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f8fafc;
  --muted: #a7adba;
  --muted-2: #747b8a;
  --purple: #7b3cff;
  --purple-2: #9b5cff;
  --purple-3: #3d18c8;
  --radius: 18px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
  --twobe-role-artist: #b89bff;
  --twobe-role-artist-strong: rgba(196, 181, 253, 0.92);
  --twobe-role-artist-border: rgba(139, 92, 255, 0.32);
  --twobe-role-artist-bg: rgba(139, 92, 255, 0.16);
  --twobe-role-studio: #e6cf7a;
  --twobe-role-studio-strong: rgba(214, 185, 120, 0.9);
  --twobe-role-studio-border: rgba(201, 168, 92, 0.28);
  --twobe-role-studio-bg: rgba(201, 168, 92, 0.12);
  --twobe-role-creative: #a9cfff;
  --twobe-role-creative-strong: rgba(163, 220, 255, 0.88);
  --twobe-role-creative-border: rgba(116, 207, 255, 0.22);
  --twobe-role-creative-bg: rgba(116, 207, 255, 0.1);
  font-family:
    "Estedad", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 4%, rgba(123, 60, 255, 0.2), transparent 24rem),
    linear-gradient(180deg, #030408 0%, #070a11 48%, #05070b 100%);
  color: var(--text);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 42px 42px;
}

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

button,
input,
select {
  font: inherit;
}

button {
  color: inherit;
}

.page-shell {
  width: 100%;
  margin: 0;
  padding: 16px clamp(18px, 4vw, 48px) 0;
}

.hero-screen {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  width: auto;
  min-height: calc(100svh - 32px);
  margin-inline: calc(-1 * clamp(18px, 4vw, 48px));
  padding-inline: clamp(18px, 4vw, 48px);
  overflow: hidden;
  border-radius: 0;
}

.top-nav {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 4vw, 52px);
  min-height: 64px;
}

.brand,
.nav-links,
.nav-actions,
.audience-grid,
.metric-strip,
.steps {
  display: flex;
  align-items: center;
}

.brand {
  width: 124px;
  height: 48px;
  overflow: hidden;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(2.25);
}

.nav-links {
  justify-content: center;
  gap: clamp(24px, 6vw, 76px);
  color: #d7d9e1;
  font-size: 0.96rem;
  font-weight: 680;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: white;
}

.nav-actions {
  justify-content: flex-end;
  gap: 18px;
}

.login-button,
.start-button,
.card-button {
  border: 0;
  color: white;
  cursor: pointer;
  font-weight: 800;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.start-button,
.card-button {
  background: linear-gradient(135deg, var(--purple), #5b22e8 54%, #2c1298);
  box-shadow: 0 14px 38px rgba(94, 38, 234, 0.38);
}

.login-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 0 22px;
  background: rgba(255, 255, 255, 0.045);
  color: #e8ebf3;
  text-decoration: none;
  box-shadow: none;
}

.login-button:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: white;
  transform: translateY(-2px);
}

.start-button:hover,
.card-button:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.start-button {
  min-height: 50px;
  padding: 0 27px;
  border-radius: 8px;
}

.menu-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 17px;
  height: 2px;
  margin: 2px 0;
  border-radius: 999px;
  background: white;
}

.settings-menu {
  position: absolute;
  top: 58px;
  right: 0;
  z-index: 30;
  display: grid;
  gap: 8px;
  width: 230px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(9, 12, 18, 0.94);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  backdrop-filter: blur(18px);
}

.settings-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.settings-menu a,
.settings-menu button {
  min-height: 38px;
  border: 0;
  border-radius: 10px;
  padding: 9px 10px;
  background: transparent;
  color: #d7dce8;
  text-align: left;
  cursor: pointer;
}

.settings-menu a:hover,
.settings-menu button:hover {
  background: rgba(255, 255, 255, 0.06);
}

.mobile-menu-link {
  display: none;
}

.hero-bg,
.hero-gradient {
  position: absolute;
  pointer-events: none;
}

.hero-bg {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.18), rgba(5, 7, 11, 0.02) 58%, rgba(5, 7, 11, 0.04)),
    url("./assets/platform/landing/landing-hero-twobe-neon-award.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow:
    inset 0 120px 130px rgba(5, 7, 11, 0.58),
    inset 0 -190px 180px rgba(5, 7, 11, 0.98);
  opacity: 1;
  filter: brightness(1.05) saturate(1.08);
}

.hero-gradient {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.92) 0%, rgba(5, 7, 11, 0.76) 33%, rgba(5, 7, 11, 0.32) 62%, rgba(5, 7, 11, 0.06) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.18) 0%, rgba(5, 7, 11, 0.16) 42%, #05070b 96%);
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: start;
  padding-top: clamp(38px, 7svh, 78px);
}

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

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

.hero-copy h1 {
  font-size: clamp(3rem, 7vw, 5.2rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.hero-copy h1 span {
  display: block;
  background: linear-gradient(135deg, #7b3cff, #a960ff 55%, #6b40ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy p {
  max-width: 520px;
  margin-top: 24px;
  color: #c2c6d0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.45;
  font-weight: 680;
}

.audience-grid {
  position: relative;
  z-index: 4;
  align-items: stretch;
  gap: 22px;
  margin-top: clamp(32px, 5svh, 52px);
}

.audience-card {
  position: relative;
  flex: 1;
  display: grid;
  min-height: 238px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(11, 15, 22, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.card-image {
  position: absolute;
  inset: 0;
  opacity: 0.82;
}

.artist-card .card-image {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 1) 0%, rgba(5, 7, 11, 0.92) 30%, rgba(5, 7, 11, 0.42) 60%, rgba(5, 7, 11, 0.12) 100%),
    none;
  background-position: center, 76% center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, cover;
}

.studio-card-hero .card-image {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 1) 0%, rgba(5, 7, 11, 0.9) 32%, rgba(5, 7, 11, 0.48) 62%, rgba(5, 7, 11, 0.1) 100%),
    none;
  background-position: center, 78% center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, cover;
}

.audience-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(5, 7, 11, 0.96), rgba(5, 7, 11, 0.68), rgba(5, 7, 11, 0.2));
}

.card-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  grid-template-rows: auto minmax(2.1em, auto) minmax(2.6em, auto) 1fr auto;
  height: 100%;
  min-height: inherit;
  padding: 24px;
}

.card-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
}

.audience-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(176, 124, 255, 0.38);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #ad8cff, #5c24df 58%, #2b126d);
  color: white;
  box-shadow: 0 0 28px rgba(123, 60, 255, 0.5);
}

.audience-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
  stroke: none;
}

.audience-icon .wave-icon {
  transform: translateX(-1px);
}

.card-kicker p {
  color: #9d5cff;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.card-content h2 {
  max-width: 380px;
  margin-top: 24px;
  font-size: clamp(1.95rem, 3.35vw, 2.85rem);
  line-height: 1.04;
}

.card-content > span {
  max-width: 390px;
  margin-top: 12px;
  color: #c4c8d1;
  font-size: clamp(0.92rem, 1.35vw, 1.08rem);
  line-height: 1.42;
}

.card-button {
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 250px);
  min-height: 46px;
  margin-top: 14px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  background: linear-gradient(135deg, var(--purple), #5b22e8 54%, #2c1298);
  color: white;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 14px 38px rgba(94, 38, 234, 0.32);
}

a.card-button {
  text-decoration: none;
}

.card-button span {
  font-size: 1.35rem;
  line-height: 1;
}

.search-tabs,
.results-section,
.how-panel {
  border-radius: 14px;
  background: rgba(9, 12, 18, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.search-tabs,
.how-panel {
  border: 1px solid var(--line);
}

.search-strip {
  margin-top: 18px;
}

.search-strip > p {
  margin: 0 0 12px 12px;
  color: #ad8bff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.search-tabs {
  --active-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 118px;
  overflow: hidden;
  border-color: rgba(143, 85, 255, 0.42);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(123, 60, 255, 0.08), transparent 32%),
    rgba(8, 10, 15, 0.84);
}

.search-tabs::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent 14%, #8f55ff 50%, transparent 86%);
  box-shadow: 0 0 18px rgba(143, 85, 255, 0.85);
  content: "";
  transform: translateX(calc(var(--active-index) * 100%));
  transition: transform 220ms cubic-bezier(0.22, 0.8, 0.28, 1);
}

.search-tab {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  min-width: 0;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  background: transparent;
  color: #c7cbd4;
  cursor: pointer;
  font-size: 1rem;
  transition:
    color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.search-tab:last-child {
  border-right: 0;
}

.search-tab:hover,
.search-tab.active {
  color: #9f6cff;
}

.search-tab.active {
  background:
    radial-gradient(circle at 50% 100%, rgba(143, 85, 255, 0.2), transparent 52%),
    linear-gradient(180deg, rgba(143, 85, 255, 0.08), transparent 72%);
}

.search-tab.active .tab-icon {
  filter: drop-shadow(0 0 12px rgba(143, 85, 255, 0.55));
}

.tab-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: currentColor;
}

.tab-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
  stroke: none;
}

.pin svg {
  width: 31px;
  height: 31px;
}

.bars,
.waveform {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bars {
  gap: 5px;
}

.bars i {
  width: 6px;
  border-radius: 999px;
  background: currentColor;
}

.bars i:nth-child(1) {
  height: 28px;
}

.bars i:nth-child(2) {
  height: 42px;
}

.bars i:nth-child(3) {
  height: 34px;
}

.bars i:nth-child(4) {
  height: 18px;
}

.sliders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.sliders i {
  position: relative;
  width: 3px;
  height: 38px;
  border-radius: 999px;
  background: currentColor;
}

.sliders i::after {
  position: absolute;
  left: 50%;
  width: 10px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
}

.sliders i:nth-child(1)::after {
  top: 9px;
}

.sliders i:nth-child(2)::after {
  top: 22px;
}

.sliders i:nth-child(3)::after {
  top: 15px;
}

.waveform {
  gap: 3px;
}

.waveform i {
  width: 3px;
  border-radius: 999px;
  background: currentColor;
}

.waveform i:nth-child(1),
.waveform i:nth-child(7) {
  height: 12px;
}

.waveform i:nth-child(2),
.waveform i:nth-child(6) {
  height: 24px;
}

.waveform i:nth-child(3),
.waveform i:nth-child(5) {
  height: 34px;
}

.waveform i:nth-child(4) {
  height: 42px;
}

.discovery-search {
  position: relative;
  display: none;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 4px;
  padding: 8px 8px 8px 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 38%),
    rgba(16, 20, 28, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.discovery-search:focus-within {
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 0 3px rgba(255, 255, 255, 0.035);
}

.search-field-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #8b929f;
}

.search-field-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.discovery-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: white;
  font-size: 1rem;
  font-weight: 680;
}

.discovery-search input::placeholder {
  color: rgba(211, 216, 226, 0.62);
}

.discovery-search input::-webkit-search-cancel-button {
  filter: invert(1);
  opacity: 0.55;
}

.discovery-search button {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 0 22px;
  background: rgba(255, 255, 255, 0.08);
  color: #e4e7ee;
  cursor: pointer;
  font-weight: 900;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    filter 160ms ease,
    transform 160ms ease;
}

.discovery-search button:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
}

.location-panel {
  position: relative;
  z-index: 20;
  display: none;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr);
  gap: 20px 28px;
  align-items: end;
  margin-top: 18px;
}

.location-panel.is-open {
  display: grid;
}

.location-copy p {
  color: #a990ff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.location-copy h2 {
  max-width: 420px;
  margin-top: 12px;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  line-height: 1.02;
}

.location-search label {
  display: block;
  margin-bottom: 10px;
  color: #9fa6b3;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.city-combobox {
  position: relative;
  z-index: 1200;
}

.city-combobox input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 0 16px;
  outline: 0;
  background: rgba(16, 20, 28, 0.86);
  color: white;
  font-size: 1rem;
  font-weight: 780;
}

.city-combobox input:focus {
  border-color: rgba(255, 255, 255, 0.16);
}

.city-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 1201;
  display: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(8, 11, 16, 0.98);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
}

.city-suggestions.is-open {
  display: grid;
}

.city-suggestions button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0 14px;
  background: transparent;
  color: #e6e9ef;
  cursor: pointer;
  text-align: left;
}

.city-suggestions button:last-child {
  border-bottom: 0;
}

.city-suggestions button:hover {
  background: rgba(255, 255, 255, 0.055);
}

.city-suggestions span {
  color: #8f97a5;
  font-size: 0.82rem;
  font-weight: 780;
}

.map-preview {
  position: relative;
  grid-column: 1 / -1;
  min-height: 280px;
  overflow: hidden;
  border-radius: 8px;
  background: #10141c;
  box-shadow: 18px 24px 54px rgba(0, 0, 0, 0.32);
}

.member-map {
  width: 100%;
  height: clamp(320px, 44vw, 520px);
  background: #10141c;
}

.member-map.leaflet-container {
  position: relative;
  overflow: hidden;
  background: #10141c;
  outline: 0;
}

.member-map .leaflet-pane,
.member-map .leaflet-tile,
.member-map .leaflet-marker-icon,
.member-map .leaflet-marker-shadow,
.member-map .leaflet-tile-container,
.member-map .leaflet-pane > svg,
.member-map .leaflet-pane > canvas,
.member-map .leaflet-zoom-box,
.member-map .leaflet-image-layer,
.member-map .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.member-map .leaflet-map-pane,
.member-map .leaflet-map-pane canvas,
.member-map .leaflet-map-pane svg,
.member-map .leaflet-tile-pane,
.member-map .leaflet-overlay-pane,
.member-map .leaflet-shadow-pane,
.member-map .leaflet-marker-pane,
.member-map .leaflet-tooltip-pane,
.member-map .leaflet-popup-pane,
.member-map .leaflet-control-container,
.member-map .leaflet-top,
.member-map .leaflet-bottom {
  position: absolute;
}

.member-map .leaflet-map-pane {
  z-index: 400;
}

.member-map .leaflet-top {
  top: 0;
}

.member-map .leaflet-right {
  right: 0;
}

.member-map .leaflet-bottom {
  bottom: 0;
}

.member-map .leaflet-left {
  left: 0;
}

.member-map .leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: auto;
}

.member-map .leaflet-top .leaflet-control {
  margin-top: 10px;
}

.member-map .leaflet-left .leaflet-control {
  margin-left: 10px;
}

.member-map .leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.member-map .leaflet-right .leaflet-control {
  margin-right: 10px;
}

.member-map .leaflet-interactive {
  cursor: pointer;
}

.member-map.leaflet-grab {
  cursor: grab;
}

.member-map.leaflet-dragging {
  cursor: grabbing;
}

.member-map.leaflet-touch .leaflet-control,
.member-map.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.member-map .leaflet-tile-container {
  transform-origin: 0 0;
}

.member-map .leaflet-tile {
  width: 256px;
  height: 256px;
  user-select: none;
}

.member-map .leaflet-container img,
.member-map .leaflet-tile,
.member-map .leaflet-marker-icon,
.member-map .leaflet-marker-shadow {
  max-width: none !important;
  max-height: none !important;
}

.member-map .leaflet-tile-pane {
  z-index: 200;
}

.member-map .leaflet-overlay-pane {
  z-index: 400;
}

.member-map .leaflet-shadow-pane {
  z-index: 500;
}

.member-map .leaflet-marker-pane {
  z-index: 600;
}

.member-map .leaflet-tooltip-pane {
  z-index: 650;
}

.member-map .leaflet-popup-pane {
  z-index: 700;
}

.member-map .leaflet-marker-icon,
.member-map .leaflet-marker-shadow {
  display: block;
}

.member-map.leaflet-container {
  background: #10141c;
}

.member-map .leaflet-tile {
  filter: grayscale(1) invert(0.92) hue-rotate(178deg) saturate(0.08) brightness(0.68)
    contrast(1.08);
}

.member-map .leaflet-control-attribution {
  background: rgba(4, 6, 10, 0.68);
  color: #9fa6b3;
}

.member-map .leaflet-control-attribution a {
  color: #c4c8d1;
}

.member-map .leaflet-control-zoom {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.member-map .leaflet-control-zoom a {
  border: 0;
  background: rgba(5, 7, 11, 0.82);
  color: white;
}

.twobe-map-marker {
  position: relative;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
}

.twobe-map-marker::before {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: #8f55ff;
  box-shadow:
    0 0 0 7px rgba(143, 85, 255, 0.13),
    0 0 24px rgba(143, 85, 255, 0.45);
  content: "";
}

.twobe-map-marker strong {
  position: absolute;
  top: 22px;
  left: 50%;
  white-space: nowrap;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(4, 6, 10, 0.82);
  color: #f4f6fb;
  font-size: 0.72rem;
  font-weight: 850;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

.map-meta {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 900;
  display: grid;
  min-width: 154px;
  max-width: min(300px, calc(100% - 32px));
  overflow: hidden;
  border-radius: 12px;
  background: rgba(5, 7, 11, 0.72);
  backdrop-filter: blur(14px);
}

.map-meta-toggle {
  display: grid;
  gap: 4px;
  width: 100%;
  border: 0;
  padding: 12px 14px;
  background: transparent;
  color: white;
  cursor: pointer;
  text-align: left;
}

.map-meta-toggle::after {
  position: absolute;
  top: 17px;
  right: 13px;
  color: #a990ff;
  font-size: 0.86rem;
  content: "+";
}

.map-meta.is-open .map-meta-toggle::after {
  content: "-";
}

.map-meta span,
.map-member-list small {
  color: #a990ff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.map-meta strong {
  font-size: 1.05rem;
}

.map-member-list {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.map-meta.is-open .map-member-list {
  display: grid;
}

.map-member-list button,
.map-member-empty {
  display: grid;
  gap: 3px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.025);
  color: #f4f6fb;
  text-align: left;
}

.map-member-list button {
  cursor: pointer;
}

.map-member-list button:hover {
  background: rgba(255, 255, 255, 0.055);
}

.map-member-list button:last-child,
.map-member-empty:last-child {
  border-bottom: 0;
}

.map-member-list b {
  font-size: 0.9rem;
}

.map-member-list em,
.map-member-empty {
  color: #9fa6b3;
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.35;
}

.results-section.is-hidden {
  display: none;
}

.results-section {
  margin-top: 18px;
  padding: 18px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 14% 0%, rgba(143, 85, 255, 0.16), transparent 34%),
    rgba(7, 10, 15, 0.82);
}

.results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 14px;
}

.results-head p {
  margin-bottom: 6px;
  color: #ad8bff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.results-head h2 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.carousel-actions {
  display: flex;
  gap: 10px;
}

.carousel-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  cursor: pointer;
  font-size: 1.35rem;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.carousel-button:hover {
  border-color: rgba(143, 85, 255, 0.58);
  background: rgba(143, 85, 255, 0.18);
  color: #b78cff;
}

.results-carousel {
  display: grid;
}

.result-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1.08fr) minmax(300px, 1fr);
  width: 100%;
  overflow: hidden;
  background: transparent;
}

.results-carousel.is-swapping .result-card {
  animation: result-swap 260ms ease both;
}

@keyframes result-swap {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.result-media {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0), rgba(5, 7, 11, 0.28)),
    var(--result-image);
  background-position: center;
  background-size: cover;
  box-shadow: 24px 26px 48px rgba(0, 0, 0, 0.34);
}

.result-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0), rgba(5, 7, 11, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.04), rgba(5, 7, 11, 0.16));
  content: "";
}

.result-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 1;
  display: inline-grid;
  min-height: 36px;
  place-items: center;
  border-radius: 8px;
  padding: 0 14px;
  background: linear-gradient(135deg, #8f55ff, #5722d9);
  color: white;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 12px 34px rgba(143, 85, 255, 0.38);
}

.result-info {
  display: grid;
  align-content: center;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.96), rgba(7, 10, 15, 0.82)),
    radial-gradient(circle at 100% 18%, rgba(143, 85, 255, 0.14), transparent 30%);
}

.result-kicker {
  margin-bottom: 16px;
  color: #b18cff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.result-info h3 {
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.result-location {
  margin-top: 10px;
  color: #d6d9e0;
  font-size: clamp(0.9rem, 1.45vw, 1.2rem);
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.result-divider {
  width: min(100%, 330px);
  height: 1px;
  margin: 20px 0 18px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent);
}

.result-caption {
  max-width: 370px;
  color: #c9cdd5;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.48;
}

.result-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 370px);
  margin-top: 22px;
  color: #a969ff;
  font-size: 1.08rem;
  font-weight: 900;
  text-decoration: none;
}

.result-link span {
  font-size: 2rem;
  line-height: 1;
  transition: transform 160ms ease;
}

.result-link:hover span {
  transform: translateX(4px);
}

.results-more {
  display: inline-flex;
  margin-top: 16px;
  color: #a969ff;
  font-weight: 900;
  text-decoration: none;
}

.results-more:hover {
  color: #c29dff;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  margin-top: clamp(54px, 8vw, 96px);
  padding: clamp(10px, 2vw, 22px) clamp(4px, 1vw, 12px) clamp(24px, 4vw, 50px);
}

.about-kicker {
  margin-bottom: 18px;
  color: #a990ff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-copy h2 {
  max-width: 640px;
  font-size: clamp(2.65rem, 6.4vw, 6.2rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.about-copy h2 span {
  color: #8f55ff;
  text-shadow: 0 0 26px rgba(143, 85, 255, 0.28);
}

.about-lead {
  max-width: 500px;
  margin-top: 24px;
  color: #bec4cf;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 650;
  line-height: 1.55;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 0;
  padding-top: clamp(24px, 5vw, 72px);
}

.about-features article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: clamp(18px, 2.4vw, 26px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.about-features article:first-child {
  padding-top: 0;
}

.about-features article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-icon {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  color: #e8ebf2;
}

.about-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 26px;
  height: 26px;
  fill: currentColor;
  transform: translate(-50%, -50%);
}

.network-icon svg {
  width: 34px;
  height: 34px;
}

.about-features article:nth-child(3) .about-icon svg {
  width: 31px;
  height: 31px;
}

.about-features h3 {
  font-size: 1.03rem;
  line-height: 1.2;
}

.about-features p {
  max-width: 430px;
  margin-top: 8px;
  color: #9fa6b3;
  font-size: 0.95rem;
  line-height: 1.48;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  grid-column: 1 / -1;
  margin-top: clamp(8px, 2vw, 18px);
}

.about-primary,
.about-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 54px;
  border-radius: 8px;
  font-weight: 900;
}

.about-primary {
  border: 0;
  background: linear-gradient(135deg, #8f55ff, #5b22e8 58%, #3213a8);
  color: white;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(94, 38, 234, 0.3);
}

.about-secondary {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
  color: #e6e8ee;
}

.about-secondary:hover {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
}

.how-panel {
  display: none;
  margin-top: 16px;
  padding: 24px;
}

.how-panel h2 {
  font-size: 1.45rem;
}

.steps {
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
}

.steps article {
  flex: 1;
}

.steps span {
  display: grid;
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  background: rgba(123, 60, 255, 0.24);
  color: #c8aaff;
  font-weight: 900;
}

.steps h3 {
  font-size: 1.02rem;
}

.steps p {
  margin-top: 8px;
  color: #aeb4c1;
  line-height: 1.45;
}

.site-footer {
  width: 100vw;
  margin: 28px calc(50% - 50vw) 0;
  padding: clamp(34px, 6vw, 58px) 20px clamp(26px, 5vw, 46px);
  background:
    radial-gradient(circle at 50% 100%, rgba(123, 60, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(5, 7, 11, 0) 0%, #030406 32%, #020305 100%);
}

.footer-inner {
  display: grid;
  justify-items: center;
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
}

.footer-kicker {
  color: #a990ff;
  font-size: clamp(0.78rem, 1.4vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.footer-logo {
  display: block;
  width: clamp(108px, 10vw, 146px);
  height: auto;
  margin-top: 10px;
  object-fit: contain;
}

.footer-app-label {
  margin-top: 2px;
  color: #d5d8df;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.store-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-weight: 850;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.store-link:hover {
  border-color: rgba(143, 85, 255, 0.58);
  background: rgba(143, 85, 255, 0.16);
  color: #c2a0ff;
  transform: translateY(-1px);
}

.store-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
}

.store-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.start-modal {
  width: min(760px, calc(100% - 28px));
  max-height: min(86vh, 820px);
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
}

.start-modal::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.modal-card {
  position: relative;
  display: grid;
  max-height: min(86vh, 820px);
  gap: 16px;
  overflow: auto;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(143, 85, 255, 0.13), transparent 32%),
    rgba(9, 12, 18, 0.97);
  box-shadow: var(--shadow);
}

.modal-card > p {
  color: #a960ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.modal-card h2 {
  max-width: 520px;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1;
}

.modal-intro {
  max-width: 560px;
  color: #aeb4c2;
  font-size: 0.95rem;
  line-height: 1.55;
}

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

.modal-wide {
  grid-column: 1 / -1;
}

.modal-card label {
  display: grid;
  gap: 8px;
  color: #d9dde7;
  font-weight: 760;
}

.modal-card input,
.modal-card select,
.modal-card textarea {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  outline: 0;
  background: rgba(255, 255, 255, 0.06);
  color: white;
  font: inherit;
}

.modal-card textarea {
  min-height: 104px;
  padding: 12px;
  resize: vertical;
  line-height: 1.5;
}

.modal-card input:focus,
.modal-card select:focus,
.modal-card textarea:focus {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.075);
}

.modal-card option {
  background: #0b0f16;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  font-size: 1.2rem;
}

.form-status {
  min-height: 20px;
  color: #c8aaff;
  font-size: 0.9rem;
  font-weight: 760;
}

.is-pressed {
  transform: scale(0.98);
}

.auth-shell,
.profile-shell {
  min-height: 100svh;
  padding: 28px;
  background:
    radial-gradient(circle at 70% 8%, rgba(143, 85, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(5, 7, 11, 0.72), rgba(5, 7, 11, 0.96)),
    #05070b;
  color: white;
}

.auth-shell {
  display: grid;
  place-items: center;
}

.auth-brand {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  width: 126px;
  height: 52px;
}

.auth-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.auth-card {
  display: grid;
  width: min(520px, 100%);
  max-width: calc(100vw - 40px);
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(9, 12, 18, 0.78);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.auth-kicker {
  color: #a990ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.auth-card h1,
.profile-hero h1 {
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.auth-copy,
.profile-hero p {
  color: #aeb4c2;
  line-height: 1.55;
}

.auth-primary {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #7b5cff, #8b5cf6 50%, #4f46e5);
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.auth-primary:hover {
  filter: brightness(1.08);
}

.auth-status {
  min-height: 22px;
  color: #c8aaff;
  font-size: 0.92rem;
  font-weight: 760;
}

.auth-link {
  justify-self: start;
  width: fit-content;
  color: #bda8ff;
  font-weight: 560;
  text-decoration: none;
}

.auth-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  justify-content: space-between;
}

.verify-card {
  width: min(760px, calc(100vw - 40px));
  overflow: hidden;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.verify-card .auth-copy {
  justify-self: stretch;
  text-align: left;
}

.verify-title-kicker {
  color: #f4f6fb;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  letter-spacing: 0.02em;
  text-transform: none;
}

.verify-card h1 {
  max-width: 100%;
  font-size: clamp(2rem, 5vw, 3.8rem);
}

.verify-card .auth-copy {
  max-width: 860px;
  font-size: clamp(0.94rem, 1.8vw, 1.14rem);
}

.verify-icon {
  display: grid;
  width: 94px;
  height: 94px;
  place-items: center;
  margin-bottom: -8px;
  color: #bda8ff;
  filter: drop-shadow(0 0 24px rgba(143, 85, 255, 0.38));
}

.verify-icon svg {
  width: 72px;
  height: 72px;
  fill: currentColor;
}

.verify-email-box {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  display: grid;
  align-items: center;
  border-left: 2px solid #8f55ff;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.035);
  color: #f4f6fb;
  font-weight: 850;
  word-break: break-word;
}

.profile-shell {
  display: grid;
  align-content: start;
  gap: 74px;
}

.profile-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.profile-nav .auth-brand {
  position: static;
}

.profile-nav div {
  display: flex;
  gap: 12px;
}

.profile-nav a,
.profile-nav button {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.04);
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 820;
  text-decoration: none;
}

.profile-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.profile-hero > div:first-child {
  display: grid;
  gap: 18px;
}

.profile-details {
  display: grid;
  gap: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-details div {
  display: grid;
  gap: 6px;
  padding: 18px 0 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-details dt {
  color: #a990ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.profile-details dd {
  margin: 0;
  color: #f4f6fb;
  font-weight: 780;
}

.profile-title-row {
  display: flex;
  gap: 20px;
  align-items: center;
}

.profile-avatar,
.profile-avatar-fallback {
  width: 88px;
  height: 88px;
  border: 1px solid rgba(143, 85, 255, 0.7);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 32px rgba(143, 85, 255, 0.28);
}

.profile-avatar-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #7b5cff, #221044);
  font-size: 2rem;
  font-weight: 900;
}

.dashboard-hero-copy {
  max-width: 980px;
}

.dashboard-panel,
.profile-edit-form {
  display: grid;
  gap: 22px;
  padding: 8px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.dashboard-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.dashboard-tabs button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.035);
  color: #cfd4df;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  white-space: nowrap;
}

.dashboard-tabs button.active {
  border-color: rgba(143, 85, 255, 0.55);
  background: rgba(143, 85, 255, 0.2);
  color: white;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 34px;
}

.dashboard-list {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

.dashboard-list h3 {
  font-size: 1.35rem;
}

.dashboard-list span {
  color: #aeb4c2;
  line-height: 1.5;
}

.edit-profile-button {
  justify-self: start;
  min-width: 190px;
}

.profile-edit-form {
  margin-top: 10px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(9, 12, 18, 0.72);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-edit-form[hidden] {
  display: none !important;
}

.profile-edit-form h2,
.profile-edit-form .modal-wide,
.profile-edit-form button,
.profile-edit-form .auth-status {
  grid-column: 1 / -1;
}

.profile-edit-form label {
  display: grid;
  gap: 8px;
  color: #d9dde7;
  font-weight: 780;
}

.profile-edit-form input,
.profile-edit-form textarea {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 0 12px;
  outline: 0;
  background: rgba(255, 255, 255, 0.06);
  color: white;
  font: inherit;
}

.profile-edit-form textarea {
  min-height: 108px;
  padding: 12px;
  resize: vertical;
}

.profile-shell {
  display: block;
  min-height: 100vh;
  padding: 0;
  overflow-x: hidden;
}

.studio-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  width: 260px;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  align-content: start;
  grid-template-rows: auto 1fr auto;
  box-sizing: border-box;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.075);
  padding: 22px 14px;
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 85, 255, 0.12), transparent 38%),
    rgba(5, 7, 11, 0.96);
}

.studio-sidebar-brand {
  display: inline-grid;
  width: 108px;
  height: 44px;
  align-items: center;
  margin-bottom: 70px;
}

.studio-sidebar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.studio-sidebar-nav,
.studio-sidebar-bottom {
  display: grid;
  gap: 7px;
  align-content: start;
  grid-auto-rows: max-content;
  min-width: 0;
}

.studio-sidebar-nav button,
.studio-sidebar-bottom button {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  background: transparent;
  color: #aeb4c2;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 680;
  text-align: left;
}

.studio-sidebar-nav button {
  width: 100%;
  min-height: 36px;
  border-radius: 8px;
  padding: 0 11px;
  line-height: 1.2;
}

.studio-sidebar-bottom button {
  min-height: 32px;
  border-radius: 7px;
  padding: 0 8px;
}

.studio-sidebar-nav button:hover,
.studio-sidebar-bottom button:hover {
  background: rgba(255, 255, 255, 0.045);
  color: white;
}

.studio-sidebar-nav button.active,
.studio-sidebar-bottom button.active {
  border-color: transparent;
  background: rgba(143, 85, 255, 0.1);
  color: #f6f3ff;
}

.studio-sidebar-bottom {
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  padding-top: 12px;
}

.studio-sidebar-bottom #logout-button {
  color: #ffb6c6;
}

.profile-hero {
  display: block;
  box-sizing: border-box;
  width: calc(100vw - 260px);
  max-width: none;
  margin: 0;
  margin-left: 260px;
  padding: 0 0 54px;
}

.studio-main-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 380px;
  display: grid;
  align-items: end;
  margin-bottom: 34px;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0.08) 0%, rgba(5, 7, 11, 0.46) 48%, rgba(5, 7, 11, 0.82) 76%, #05070b 100%),
    linear-gradient(90deg, rgba(5, 7, 11, 0.88) 0%, rgba(5, 7, 11, 0.28) 52%, rgba(5, 7, 11, 0.62) 100%),
    var(--studio-cover-image, none) var(--studio-cover-position, center center) / cover no-repeat;
}

.profile-shell.hide-studio-header .studio-main-header {
  display: none;
}

.profile-shell.hide-studio-header .studio-dashboard-views {
  padding-top: 34px;
}

.studio-main-header.is-moving-cover {
  cursor: grabbing;
}

.studio-main-header::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 62%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 7, 11, 0.68) 58%, #05070b 100%);
}

.studio-main-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(5, 7, 11, 0);
  transition: background 180ms ease;
}

.studio-main-header:hover::before,
.studio-main-header.is-moving-cover::before {
  background: rgba(5, 7, 11, 0.18);
}

.studio-cover-content {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 clamp(24px, 4vw, 56px) 38px;
  pointer-events: none;
}

.studio-cover-edit {
  position: absolute;
  right: clamp(18px, 3vw, 34px);
  bottom: 24px;
  z-index: 2;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0;
  background: rgba(5, 7, 11, 0.54);
  color: #f8f6ff;
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
  transition:
    border-color 260ms ease,
    background 260ms ease,
    width 460ms cubic-bezier(0.2, 0.8, 0.2, 1),
    padding 460ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 260ms ease;
}

.studio-cover-edit:hover {
  width: 158px;
  padding: 0 12px;
  border-color: rgba(159, 140, 255, 0.48);
  background: rgba(20, 16, 34, 0.74);
  transform: translateY(-1px);
}

.studio-cover-edit input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.studio-cover-edit svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.studio-cover-edit span {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 720;
  opacity: 0;
  transition:
    max-width 460ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 300ms ease 120ms;
}

.studio-cover-edit:hover span {
  max-width: 112px;
  opacity: 1;
}

.studio-cover-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  z-index: 2;
  max-width: min(300px, 48vw);
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 720;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.65);
  transform: translate(-50%, calc(-50% + 4px));
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.studio-main-header:hover .studio-cover-hint,
.studio-main-header.is-moving-cover .studio-cover-hint {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.studio-dashboard-views {
  padding: 0 clamp(24px, 4vw, 56px);
}

.studio-main-header h1 {
  margin: 4px 0 8px;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 0.98;
}

.studio-main-header p:last-child {
  max-width: 680px;
  color: #aeb4c2;
  font-size: 1.02rem;
}

.studio-dashboard-avatar,
.studio-dashboard-avatar.profile-avatar-fallback {
  width: 82px;
  height: 82px;
  border: 1px solid rgba(143, 85, 255, 0.5);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 30px rgba(143, 85, 255, 0.18);
}

.studio-avatar-editor {
  position: relative;
  z-index: 4;
  flex: 0 0 auto;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  cursor: grab;
  touch-action: none;
  pointer-events: auto;
  user-select: none;
}

.studio-avatar-editor.is-moving-avatar {
  cursor: grabbing;
}

.studio-avatar-editor .studio-dashboard-avatar {
  display: grid;
  width: 100%;
  height: 100%;
  transform: scale(1.04);
}

.studio-avatar-edit {
  position: absolute;
  z-index: 5;
  right: -2px;
  bottom: -2px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(5, 7, 11, 0.7);
  color: #f8f6ff;
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(12px);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.studio-avatar-edit:hover {
  border-color: rgba(159, 140, 255, 0.5);
  background: rgba(20, 16, 34, 0.84);
  transform: translateY(-1px);
}

.studio-avatar-edit input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  pointer-events: auto;
}

.studio-avatar-edit svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.studio-avatar-remove {
  position: absolute;
  z-index: 5;
  top: -2px;
  right: -2px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(5, 7, 11, 0.68);
  color: #dce1eb;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(12px);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.studio-avatar-editor:hover .studio-avatar-remove,
.studio-avatar-remove:focus-visible {
  opacity: 1;
  pointer-events: auto;
}

.studio-avatar-remove:hover {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(18, 21, 29, 0.86);
  color: #ffffff;
  transform: translateY(-1px);
}

.studio-dashboard-view {
  display: none;
  gap: 24px;
  min-width: 0;
}

.studio-dashboard-view.is-active {
  display: grid;
}

.view-heading {
  display: grid;
  gap: 8px;
}

.profile-heading-with-avatar {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
}

.view-heading h2 {
  margin: 0;
  color: #f8f9fd;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
}

.view-heading span {
  max-width: 650px;
  color: #aeb4c2;
  line-height: 1.5;
}

.studio-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.studio-stat-grid article,
.studio-app-panel,
.studio-empty-state,
.studio-profile-preview {
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 50%),
    rgba(255, 255, 255, 0.028);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.studio-stat-grid article {
  display: grid;
  gap: 8px;
  min-height: 124px;
  align-content: center;
  padding: 20px;
}

.studio-stat-grid span,
.studio-app-panel h3,
.studio-profile-preview h3 {
  color: #dfe3ec;
  font-weight: 840;
}

.studio-stat-grid strong {
  color: white;
  font-size: 2.25rem;
  line-height: 1;
}

.studio-stat-grid small {
  color: #9f8cff;
  font-weight: 650;
}

.studio-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: 18px;
}

.studio-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.studio-dashboard-card {
  display: grid;
  min-height: 158px;
  align-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.068);
  border-radius: 16px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 58%),
    rgba(255, 255, 255, 0.028);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.studio-dashboard-card:hover {
  border-color: rgba(159, 140, 255, 0.24);
  background:
    linear-gradient(145deg, rgba(143, 85, 255, 0.095), transparent 62%),
    rgba(255, 255, 255, 0.038);
  transform: translateY(-1px);
}

.studio-dashboard-card small {
  color: #9f8cff;
  font-size: 0.76rem;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-dashboard-card strong {
  color: #f8f9fd;
  font-size: 1.08rem;
  line-height: 1.2;
}

.match-count {
  display: inline-block;
  min-width: 0;
  height: auto;
  margin-right: 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #a78bff;
  font-size: 1.85em;
  font-weight: 900;
  line-height: 0.9;
  box-shadow: none;
  text-shadow: none;
  vertical-align: baseline;
  transform: none;
}

.studio-dashboard-card .match-count {
  color: #a78bff;
}

.studio-dashboard-card span {
  color: #9fa6b3;
  font-size: 0.9rem;
  line-height: 1.45;
}

.dashboard-session-card {
  gap: 6px;
}

.dashboard-session-card time {
  color: #c7b9ff;
  font-size: 0.96rem;
  font-weight: 820;
}

.dashboard-session-time {
  display: grid;
  gap: 3px;
  width: max-content;
  border-left: 2px solid rgba(167, 139, 255, 0.48);
  padding-left: 11px;
}

.dashboard-session-time span {
  color: #d8dcef;
  font-size: 1.08rem;
  font-weight: 880;
}

.dashboard-session-time strong {
  color: #a78bff;
  font-size: 0.92rem;
  font-weight: 760;
}

.session-card-row {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.studio-dashboard-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.studio-session-panel {
  align-content: start;
}

.studio-session-list {
  display: grid;
  gap: 10px;
}

.studio-session-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 14px 0;
}

.studio-session-list article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.studio-session-list strong,
.studio-session-list span,
.studio-session-list time {
  display: block;
}

.studio-session-list strong {
  color: #f7f8fc;
  font-size: 1.08rem;
  font-weight: 820;
}

.studio-session-list span {
  margin-top: 3px;
  color: #8f96a6;
  font-size: 0.9rem;
}

.session-avatar {
  display: grid !important;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(159, 140, 255, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(143, 85, 255, 0.34), rgba(255, 255, 255, 0.05));
  color: #f7f4ff !important;
  font-size: 0.76rem !important;
  font-weight: 860;
  box-shadow: 0 0 20px rgba(143, 85, 255, 0.12);
}

.session-main {
  min-width: 0;
}

.studio-session-list time {
  color: #c7b9ff;
  font-size: 0.98rem;
  font-weight: 820;
  text-align: right;
  white-space: nowrap;
}

.studio-session-list.is-past article {
  opacity: 0.72;
}

.studio-app-panel,
.studio-empty-state,
.studio-profile-preview {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.studio-next-panel {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 22px;
  width: min(720px, 100%);
}

.studio-next-panel h3,
.studio-next-panel p {
  margin: 0;
}

.studio-next-panel h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.studio-next-panel p {
  color: #9fa6b3;
}

.studio-progress-ring {
  display: grid;
  width: 86px;
  height: 86px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, #090c12 58%, transparent 60%),
    conic-gradient(#8d5cff calc(var(--progress) * 1%), rgba(255, 255, 255, 0.09) 0);
  box-shadow: 0 0 26px rgba(143, 85, 255, 0.14);
}

.studio-progress-ring span {
  color: #f6f3ff;
  font-size: 0.92rem;
  font-weight: 860;
}

.studio-task-list {
  display: grid;
  gap: 10px;
}

.studio-task-list span,
.studio-task-list button {
  border-left: 2px solid rgba(143, 85, 255, 0.64);
  padding: 10px 0 10px 12px;
  color: #cfd4df;
}

.studio-task-list button {
  width: max-content;
  max-width: 100%;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 720;
  text-align: left;
}

.studio-task-list button:hover {
  color: #ffffff;
}

.studio-empty-state {
  min-height: 240px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.studio-empty-state strong {
  color: white;
  font-size: 1.4rem;
}

.studio-empty-state p {
  max-width: 420px;
  color: #aeb4c2;
}

.analytics-chart {
  grid-template-columns: repeat(6, 1fr);
  min-height: 220px;
  align-items: end;
}

.analytics-chart span {
  display: block;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #9f6cff, rgba(143, 85, 255, 0.18));
}

.analytics-chart span:nth-child(1) { height: 34%; }
.analytics-chart span:nth-child(2) { height: 58%; }
.analytics-chart span:nth-child(3) { height: 42%; }
.analytics-chart span:nth-child(4) { height: 76%; }
.analytics-chart span:nth-child(5) { height: 62%; }
.analytics-chart span:nth-child(6) { height: 88%; }

.studio-profile-photos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.studio-profile-preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.studio-profile-preview-heading h3 {
  margin: 0;
}

.studio-profile-preview-heading small {
  color: #8f96a6;
  font-weight: 720;
}

.studio-profile-preview-heading span {
  color: #8f96a6;
  font-size: 0.84rem;
  font-weight: 640;
}

.caption-limit {
  display: block;
  margin-top: 7px;
  color: #8f96a6;
  font-size: 0.78rem;
  font-weight: 640;
  text-align: right;
}

.studio-profile-avatar-stage {
  display: grid;
  min-height: 154px;
  place-items: center;
}

.studio-profile-avatar-editor {
  width: 116px;
  height: 116px;
}

.studio-profile-avatar-editor .studio-avatar-edit {
  width: 30px;
  height: 30px;
}

.studio-profile-cover-action {
  position: relative;
  color: #bda8ff;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 760;
}

.studio-profile-cover-action input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.studio-profile-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.studio-profile-cover-remove,
.profile-edit-toggle {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #dfe3ec;
  cursor: pointer;
  font: inherit;
  transition:
    border-color 170ms ease,
    background 170ms ease,
    color 170ms ease;
}

.studio-profile-cover-remove {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  padding: 0;
  font-size: 1.05rem;
  line-height: 1;
}

.profile-edit-toggle {
  min-height: 32px;
  padding: 0 13px;
  color: #bda8ff;
  font-size: 0.84rem;
  font-weight: 760;
}

.studio-profile-cover-remove:hover,
.profile-edit-toggle:hover {
  border-color: rgba(159, 140, 255, 0.28);
  background: rgba(143, 85, 255, 0.09);
  color: #ffffff;
}

.studio-profile-cover-preview {
  min-height: 180px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0.12), rgba(5, 7, 11, 0.7)),
    var(--studio-cover-image, none) var(--studio-cover-position, center center) / cover no-repeat;
  box-shadow: inset 0 -50px 80px rgba(5, 7, 11, 0.52);
}

.profile-data-shell {
  gap: 14px;
}

.profile-data-summary {
  display: grid;
  gap: 10px;
}

.compact-profile-details {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.studio-credit-list {
  display: grid;
  gap: 8px;
}

.studio-credit-empty {
  margin: 0;
  color: #8f96a6;
}

.studio-credit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  padding: 12px 0;
}

.studio-credit-row:first-child {
  padding-top: 0;
}

.studio-credit-row strong,
.studio-request-card h3 {
  color: #f8f9fd;
}

.studio-credit-row span {
  display: block;
  margin-top: 4px;
  color: #aeb4c2;
  font-size: 0.9rem;
}

.studio-credit-row button {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #dce1eb;
  cursor: pointer;
  font: inherit;
}

.studio-credit-form {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr) minmax(0, 0.9fr) auto;
  gap: 10px;
}

.studio-credit-form input,
.studio-credit-form button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 10px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.04);
  color: white;
  font: inherit;
}

.studio-credit-form input::placeholder {
  color: #717887;
}

.studio-credit-form button {
  background: rgba(143, 85, 255, 0.12);
  color: #cbbcff;
  cursor: pointer;
  font-weight: 760;
}

.studio-award-panel {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.studio-award-panel input[data-award-note] {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 10px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.04);
  color: white;
  font: inherit;
}

.studio-award-panel input[data-award-note]::placeholder {
  color: #717887;
}

.profile-award-options label {
  min-height: 36px;
  font-size: 0.82rem;
}

.profile-edit-form .auth-primary {
  font-weight: 620;
}

.profile-save-footer {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.profile-save-footer .auth-primary {
  width: min(100%, 260px);
  font-weight: 620;
}

.profile-save-footer .auth-status {
  min-height: 18px;
  margin: 0;
  color: #aeb4c2;
  font-size: 0.86rem;
}

.profile-service-editor {
  display: grid;
  gap: 10px;
  color: #d9dde7;
  font-weight: 780;
}

.profile-service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-service-grid label {
  position: relative;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #dfe3ec;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 690;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.profile-service-grid label.is-selected {
  border-color: rgba(143, 85, 255, 0.38);
  background: rgba(143, 85, 255, 0.18);
  color: #ffffff;
}

.profile-service-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.studio-request-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.studio-request-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 55%),
    rgba(255, 255, 255, 0.028);
}

.studio-request-card small {
  color: #a98cff;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-request-card h3,
.studio-request-card p {
  margin: 0;
}

.studio-request-card p {
  color: #aeb4c2;
  line-height: 1.5;
}

.studio-request-card span {
  align-self: end;
  color: #dfe3ec;
  font-weight: 720;
}

.studio-profile-photos .studio-photo-tile,
.studio-profile-photos .studio-photo-upload {
  position: relative;
  aspect-ratio: 1 / 0.72;
  min-height: 118px;
  border-radius: 12px;
  overflow: hidden;
}

.studio-profile-photos .studio-photo-tile {
  margin: 0;
  background: rgba(255, 255, 255, 0.04);
}

.studio-profile-photos .studio-photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studio-profile-photos .studio-photo-tile button {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(5, 7, 11, 0.68);
  color: white;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  backdrop-filter: blur(12px);
}

.studio-profile-photos .studio-photo-upload {
  display: grid;
  place-items: center;
  align-content: center;
  justify-items: center;
  gap: 2px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  padding: 14px;
  color: #8f96a6;
  cursor: pointer;
  text-align: center;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.studio-profile-photos .studio-photo-upload:hover,
.studio-profile-photos .studio-photo-upload.is-dragging {
  border-color: rgba(159, 140, 255, 0.52);
  background: rgba(143, 85, 255, 0.08);
  color: #f2edff;
}

.studio-profile-photos .studio-photo-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.studio-profile-photos .studio-photo-upload span {
  color: #f4f1ff;
  font-size: 0.78rem;
  font-weight: 680;
}

.studio-profile-photos .studio-photo-upload strong {
  color: #a980ff;
  font-size: 2.4rem;
  font-weight: 240;
  line-height: 0.9;
}

.studio-profile-photos .studio-photo-upload.is-empty {
  aspect-ratio: 1 / 0.72;
  min-height: 118px;
}

.studio-profile-photos > span {
  aspect-ratio: 1 / 0.72;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  color: #8f96a6;
  text-align: center;
}

.studio-dashboard-view .profile-edit-form {
  margin-top: 0;
}

.artist-onboarding-shell {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 70% 8%, rgba(143, 85, 255, 0.18), transparent 34%),
    #030406;
  color: white;
}

.onboarding-back-home {
  position: fixed;
  top: 22px;
  left: 22px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.045);
  color: #f4f6fb;
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.artist-onboarding {
  position: relative;
  display: grid;
  width: min(430px, 100%);
  min-height: min(820px, calc(100svh - 44px));
  align-content: start;
  gap: 22px;
  transition: width 220ms ease;
}

.artist-onboarding.is-private-step,
.artist-onboarding:has(.artist-private-step.is-active) {
  width: min(760px, 100%);
}

.artist-step {
  display: none;
}

.artist-step.is-active {
  display: grid;
  gap: 18px;
}

.step-count {
  color: #cfd4df;
  font-weight: 850;
}

.step-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.step-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7b5cff, #8b5cf6);
}

.artist-flow-back {
  position: absolute;
  top: 34px;
  left: -42px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.35rem;
  font-weight: 560;
  line-height: 1;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.artist-flow-back:hover {
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.94);
}

.artist-flow-back[hidden] {
  display: none;
}

.artist-step h1 {
  margin-top: 28px;
  font-size: clamp(2rem, 9vw, 3rem);
  line-height: 1.05;
}

.step-subtitle {
  margin-top: -8px;
  color: #aeb4c2;
  font-size: 1.08rem;
}

.artist-step label {
  display: grid;
  gap: 9px;
  color: #d9dde7;
  font-weight: 820;
}

.field-label-text {
  display: inline-flex;
  gap: 6px;
  align-items: baseline;
}

.optional-note,
.social-fields label span em {
  color: #858b98;
  font-size: 0.88em;
  font-style: normal;
  font-weight: 440;
}

.artist-step input,
.artist-step textarea,
.artist-step select {
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 0 16px;
  outline: 0;
  background: rgba(255, 255, 255, 0.045);
  color: white;
  font: inherit;
}

.artist-private-step .step-subtitle {
  max-width: 34rem;
}

.private-info-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(143, 85, 255, 0.18);
  border-radius: 16px;
  background: rgba(143, 85, 255, 0.075);
  color: #b8bfcc;
  font-size: 0.92rem;
  line-height: 1.45;
}

.private-info-note span {
  color: #8f55ff;
  font-size: 0.75rem;
  line-height: 1.8;
}

.private-info-note p {
  margin: 0;
}

.artist-private-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.artist-private-grid label {
  min-width: 0;
}

.artist-private-grid input {
  width: 100%;
  box-sizing: border-box;
}

.private-field-wide {
  grid-column: auto;
}

.artist-terms-check {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  margin-top: 18px;
  color: #b8bfcc;
  font-size: 0.95rem;
  font-weight: 520;
  line-height: 1.45;
}

.artist-terms-check input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 2px;
  accent-color: #8f55ff;
}

.artist-terms-check a {
  color: #bda7ff;
  text-decoration: none;
}

.artist-terms-check .field-error {
  grid-column: 2;
}

.artist-step input::placeholder,
.artist-step textarea::placeholder,
.social-fields input::placeholder {
  color: rgba(207, 212, 223, 0.58);
  font-weight: 360;
}

.handle-input-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.handle-input-wrap b {
  padding-left: 16px;
  color: #a990ff;
  font-size: 1.05rem;
}

.handle-input-wrap input {
  min-height: 54px;
  border: 0;
  background: transparent;
}

.input-status-wrap {
  position: relative;
  display: block;
}

.input-status-wrap input {
  width: 100%;
  padding-right: 48px;
}

.input-status-icon {
  display: grid;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  place-items: center;
  border-radius: 50%;
  color: transparent;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.input-status-wrap .input-status-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-right: 0;
  transform: translateY(-50%);
}

.input-status-icon.is-valid {
  color: #4ee58a;
}

.input-status-icon.is-invalid {
  color: #ff5f7f;
}

.field-shake {
  animation: fieldShake 260ms ease;
}

@keyframes fieldShake {
  0%,
  100% {
    transform: translateX(0);
  }

  22% {
    transform: translateX(-5px);
  }

  44% {
    transform: translateX(5px);
  }

  66% {
    transform: translateX(-3px);
  }

  82% {
    transform: translateX(3px);
  }
}

.artist-step input[aria-invalid="true"],
.artist-step textarea[aria-invalid="true"],
.artist-step select[aria-invalid="true"],
.has-field-error .handle-input-wrap,
.social-fields label.has-field-error {
  border-color: rgba(255, 83, 122, 0.82);
  box-shadow: 0 0 0 3px rgba(255, 83, 122, 0.12);
}

.field-error {
  min-height: 17px;
  color: #ff9ab3;
  font-size: 0.78rem;
  font-weight: 520;
  line-height: 1.35;
}

.field-hint {
  margin-top: -2px;
  color: rgba(174, 180, 194, 0.72);
  font-size: 0.78rem;
  font-weight: 430;
  line-height: 1.35;
}

.artist-step textarea {
  min-height: 92px;
  padding: 14px 16px;
  resize: vertical;
}

.artist-avatar-upload input[type="file"] {
  display: none;
}

.avatar-preview,
.artist-avatar-upload .avatar-preview {
  position: relative;
  display: grid;
  width: 148px;
  height: 148px;
  place-items: center;
  margin: 2px auto 8px;
  overflow: hidden;
  border: 2px solid rgba(143, 85, 255, 0.78);
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 30%, rgba(143, 85, 255, 0.22), transparent 45%),
    rgba(255, 255, 255, 0.045);
  color: #9fa6b3;
  font-size: 0.78rem;
  font-weight: 850;
  box-shadow: 0 0 34px rgba(143, 85, 255, 0.18);
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.avatar-preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 135%;
  height: 135%;
  max-width: 135%;
  max-height: 135%;
  object-fit: contain;
  pointer-events: none;
  transform: translate(calc(-50% + var(--avatar-x, 0px)), calc(-50% + var(--avatar-y, 0px)));
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.avatar-preview::before,
.avatar-preview::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 160ms ease;
  content: "";
}

.avatar-preview::before {
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 16px rgba(143, 85, 255, 0.35);
}

.avatar-preview::after {
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 16px rgba(143, 85, 255, 0.35);
}

.avatar-preview:hover::before,
.avatar-preview:hover::after,
.avatar-preview.is-dragging::before,
.avatar-preview.is-dragging::after {
  opacity: 1;
}

.avatar-preview.is-dragging {
  cursor: grabbing;
}

body.is-avatar-dragging,
body.is-avatar-dragging * {
  cursor: grabbing !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

.avatar-upload-drop {
  display: grid;
  gap: 8px;
  cursor: pointer;
}

.avatar-upload-drop[hidden],
.avatar-editor[hidden] {
  display: none;
}

.artist-avatar-upload .avatar-upload-drop > span {
  display: grid;
  min-height: 112px;
  gap: 10px;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: #bda8ff;
  cursor: pointer;
  font-weight: 880;
}

.artist-avatar-upload .avatar-upload-drop > span strong {
  font-size: 0.96rem;
}

.avatar-upload-placeholder {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: rgba(139, 92, 255, 0.16);
  color: #8b5cff;
}

.avatar-upload-placeholder svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.avatar-upload-drop small {
  display: block;
  margin-top: 8px;
  color: #858b98;
  font-size: 0.82rem;
  font-weight: 420;
  line-height: 1.4;
  text-align: center;
}

.avatar-upload-error {
  min-height: 17px;
  color: #ff9ab3 !important;
  font-weight: 420;
}

.avatar-editor {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  justify-items: center;
}

.avatar-editor small {
  max-width: 260px;
  color: #858b98;
  font-size: 0.82rem;
  line-height: 1.4;
  text-align: center;
}

.avatar-change-button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.045);
  color: #f4f6fb;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.avatar-editor-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.avatar-remove-button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  padding: 0 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.56);
  cursor: pointer;
  font: inherit;
  font-weight: 560;
}

.avatar-remove-button:hover {
  color: #ff9ab3;
}

.studio-map-visual {
  position: relative;
  min-height: 178px;
  margin: 8px 0 22px;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, rgba(143, 85, 255, 0.14), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 44%),
    #0f1218;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.055),
    inset 0 -42px 70px rgba(0, 0, 0, 0.38);
}

.studio-map-visual::before {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  opacity: 0.55;
  transform: rotate(-5deg);
}

.map-road,
.map-block {
  position: absolute;
  pointer-events: none;
}

.map-road {
  height: 3px;
  border-radius: 999px;
  background: rgba(139, 145, 156, 0.18);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.035);
}

.road-a {
  top: 52%;
  left: -8%;
  width: 112%;
  transform: rotate(-8deg);
}

.road-b {
  top: 18%;
  right: 18%;
  width: 72%;
  transform: rotate(88deg);
}

.road-c {
  bottom: 18%;
  left: 18%;
  width: 68%;
  transform: rotate(34deg);
}

.road-d {
  top: 12%;
  left: 16%;
  width: 54%;
  transform: rotate(18deg);
}

.map-block {
  border: 1px solid rgba(255, 255, 255, 0.035);
  background: rgba(255, 255, 255, 0.025);
}

.block-a {
  top: 18px;
  left: 22px;
  width: 78px;
  height: 48px;
}

.block-b {
  right: 36px;
  top: 34px;
  width: 96px;
  height: 58px;
}

.block-c {
  left: 116px;
  bottom: 18px;
  width: 88px;
  height: 54px;
}

.block-d {
  right: 126px;
  bottom: 22px;
  width: 66px;
  height: 70px;
}

.studio-map-pin {
  position: absolute;
  top: 48%;
  left: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 38%, #9f7aff, #541fd8 72%);
  color: white;
  filter: drop-shadow(0 14px 22px rgba(94, 44, 220, 0.45));
  transform: translate(-50%, -50%);
}

.studio-map-pin svg {
  width: 33px;
  height: 33px;
  fill: currentColor;
}

.address-autocomplete-field {
  position: relative;
  z-index: 5;
}

.address-suggestions {
  position: absolute;
  top: calc(100% - 16px);
  right: 0;
  left: 0;
  z-index: 30;
  display: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(13, 16, 22, 0.98);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.address-suggestions.is-open {
  display: grid;
}

.address-suggestions button {
  display: grid;
  gap: 3px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 13px 15px;
  background: transparent;
  color: #eef1f7;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.address-suggestions button:hover {
  background: rgba(143, 85, 255, 0.12);
}

.address-suggestions button:last-child {
  border-bottom: 0;
}

.address-suggestions strong {
  font-size: 0.95rem;
  font-weight: 780;
}

.address-suggestions span {
  color: #8f96a6;
  font-size: 0.82rem;
  font-weight: 460;
}

.service-options {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.service-option {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr 28px;
  min-height: 58px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 10px;
  padding: 0 15px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.042), transparent 54%),
    rgba(255, 255, 255, 0.026);
  color: #e8ebf3;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.service-option:hover {
  border-color: rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(135deg, rgba(143, 85, 255, 0.08), transparent 58%),
    rgba(255, 255, 255, 0.035);
}

.service-option.is-selected {
  border-color: rgba(143, 85, 255, 0.36);
  background:
    radial-gradient(circle at 88% 50%, rgba(143, 85, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(89, 36, 211, 0.5), rgba(24, 10, 54, 0.64));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

.service-options.has-field-error .service-option {
  border-color: rgba(255, 83, 122, 0.35);
}

.service-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.service-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #a9afbd;
}

.service-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.service-option.is-selected .service-icon,
.service-option.is-selected b {
  color: #f8f8ff;
}

.service-option b {
  font-size: 0.98rem;
  font-weight: 760;
}

.service-option i {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  justify-self: end;
}

.service-option i::before {
  width: 9px;
  height: 5px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  color: white;
  content: "";
  opacity: 0;
  transform: rotate(-45deg) translate(1px, -1px);
}

.service-option.is-selected i {
  border-color: transparent;
  background: linear-gradient(135deg, #9d77ff, #552cf1);
  box-shadow: 0 0 18px rgba(143, 85, 255, 0.34);
}

.service-option.is-selected i::before {
  opacity: 1;
}

.service-error {
  display: block;
  margin-top: 8px;
}

.studio-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.studio-photo-tile {
  position: relative;
  aspect-ratio: 1 / 1.24;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.studio-photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.studio-photo-tile button {
  position: absolute;
  top: 9px;
  right: 9px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(3, 5, 8, 0.74);
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 640;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.studio-photo-tile button:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(11, 13, 18, 0.86);
}

.studio-photo-upload {
  display: grid;
  aspect-ratio: 1 / 1.24;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  padding: 16px 12px;
  background: rgba(255, 255, 255, 0.024);
  color: #a980ff;
  cursor: pointer;
  text-align: center;
}

.studio-photo-upload[hidden] {
  display: none;
}

.studio-photo-upload input {
  display: none;
}

.studio-photo-upload span {
  font-size: 2.4rem;
  font-weight: 260;
  line-height: 0.9;
}

.studio-photo-upload b {
  margin-top: 6px;
  font-size: 0.94rem;
  font-weight: 780;
  line-height: 1.25;
}

.studio-photo-upload small {
  margin-top: 5px;
  color: #9aa1af;
  font-size: 0.8rem;
  font-weight: 520;
}

.studio-photo-error {
  display: block;
  min-height: 17px;
  margin-top: 8px;
}

.credits-section {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.section-label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: #d9dde7;
  font-weight: 820;
}

.section-label-row em {
  color: #858b98;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 440;
}

.credit-list,
.certification-list {
  display: grid;
  gap: 8px;
}

.credit-pill-row,
.certification-row {
  display: grid;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 10px;
  padding: 9px 12px 9px 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.038), transparent 58%),
    rgba(255, 255, 255, 0.026);
}

.credit-pill-row {
  grid-template-columns: 1fr auto;
}

.certification-row {
  grid-template-columns: 1fr auto;
}

.credit-pill-row span,
.certification-row span {
  color: #f4f6fb;
  font-weight: 790;
}

.credit-pill-row small {
  grid-column: 1;
  color: #969dab;
  font-size: 0.82rem;
  font-weight: 480;
}

.credit-pill-row button,
.certification-row button {
  grid-row: 1 / span 2;
  grid-column: 2;
  border: 0;
  background: transparent;
  color: #a6adba;
  cursor: pointer;
  font: inherit;
  font-size: 1.25rem;
  line-height: 1;
}

.credit-add-row,
.single-add-row {
  display: grid;
  gap: 8px;
}

.credit-add-row {
  grid-template-columns: 0.9fr 1.15fr 0.9fr 44px;
}

.single-add-row {
  grid-template-columns: 1fr 44px;
}

.credit-add-row input,
.single-add-row input,
.credits-section > input {
  min-height: 52px;
}

.credit-add-row button,
.single-add-row button {
  min-height: 52px;
  border: 1px solid rgba(143, 85, 255, 0.32);
  border-radius: 12px;
  background: rgba(143, 85, 255, 0.1);
  color: #a980ff;
  cursor: pointer;
  font: inherit;
  font-size: 1.45rem;
  font-weight: 520;
}

.award-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.award-chip-grid label {
  position: relative;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.035);
  color: #dfe3ec;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 740;
}

.award-chip-grid label.is-selected {
  border-color: rgba(143, 85, 255, 0.36);
  background: linear-gradient(135deg, rgba(123, 92, 255, 0.54), rgba(60, 24, 145, 0.72));
  color: white;
}

.award-chip-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.studio-final-step {
  text-align: center;
}

.studio-final-hero {
  position: relative;
  display: grid;
  width: 168px;
  height: 142px;
  place-items: center;
  margin: 4px auto 16px;
}

.success-burst {
  position: absolute;
  inset: 2px;
  background:
    linear-gradient(0deg, transparent 48%, rgba(143, 85, 255, 0.45) 49% 51%, transparent 52%),
    linear-gradient(30deg, transparent 48%, rgba(143, 85, 255, 0.24) 49% 51%, transparent 52%),
    linear-gradient(60deg, transparent 48%, rgba(143, 85, 255, 0.34) 49% 51%, transparent 52%),
    linear-gradient(90deg, transparent 48%, rgba(143, 85, 255, 0.22) 49% 51%, transparent 52%),
    radial-gradient(circle at 50% 50%, rgba(143, 85, 255, 0.18), transparent 54%);
  filter: blur(0.4px);
  opacity: 0.72;
  mask-image: radial-gradient(circle, transparent 0 36px, #000 38px 76px, transparent 80px);
}

.success-ring {
  position: relative;
  z-index: 1;
  display: grid;
  width: 98px;
  height: 98px;
  place-items: center;
  border: 1px solid rgba(177, 142, 255, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(143, 85, 255, 0.2), transparent 58%),
    linear-gradient(135deg, rgba(143, 85, 255, 0.2), rgba(35, 14, 92, 0.22));
  color: #c6a8ff;
  box-shadow:
    0 0 0 8px rgba(143, 85, 255, 0.055),
    0 0 44px rgba(143, 85, 255, 0.44),
    inset 0 0 0 2px rgba(143, 85, 255, 0.34),
    inset 0 0 28px rgba(143, 85, 255, 0.16);
}

.success-ring::before {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(143, 85, 255, 0.34);
  border-top-color: rgba(226, 216, 255, 0.82);
  border-radius: inherit;
  content: "";
  filter: drop-shadow(0 0 14px rgba(143, 85, 255, 0.44));
}

.success-ring::after {
  position: absolute;
  inset: 13px;
  border-radius: inherit;
  background: rgba(9, 11, 16, 0.48);
  content: "";
}

.success-ring svg {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  fill: currentColor;
  filter: drop-shadow(0 0 14px rgba(143, 85, 255, 0.62));
}

.studio-final-step h1 {
  margin-top: 0;
  font-size: clamp(2rem, 8vw, 2.8rem);
}

.studio-final-step .step-subtitle {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.studio-review-card {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 52%),
    rgba(255, 255, 255, 0.03);
  text-align: left;
}

.studio-review-card h2 {
  margin: 0;
  color: #f4f6fb;
  font-size: 1.18rem;
}

.studio-review-head {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
}

.studio-review-head img,
.studio-review-head > span {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  object-fit: cover;
}

.studio-review-head > span {
  display: grid;
  place-items: center;
  color: #bba6ff;
  font-weight: 880;
}

.studio-review-head strong {
  display: block;
  color: #f8f9fd;
  font-size: 1rem;
}

.studio-review-head small,
.studio-review-block p,
.studio-review-photos small,
.reference-empty {
  color: #9aa1af;
  font-size: 0.88rem;
  line-height: 1.45;
}

.studio-review-block {
  display: grid;
  gap: 7px;
}

.studio-review-block span {
  color: #f2f4fa;
  font-weight: 840;
}

.studio-review-block p {
  margin: 0;
}

.studio-review-photos {
  display: flex;
  gap: 8px;
  overflow: hidden;
}

.studio-review-photos img {
  width: 56px;
  height: 70px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 9px;
  object-fit: cover;
}

.studio-review-refs {
  display: grid;
  gap: 8px;
}

.studio-review-credit {
  display: grid;
  gap: 2px;
  border-left: 2px solid rgba(143, 85, 255, 0.55);
  padding: 2px 0 2px 10px;
}

.studio-review-credit strong {
  color: #f4f6fb;
  font-size: 0.92rem;
}

.studio-review-credit small,
.studio-review-refs em {
  color: #9aa1af;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 480;
}

.studio-review-awards {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}

.studio-review-awards span {
  border: 1px solid rgba(143, 85, 255, 0.24);
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(143, 85, 255, 0.08);
  color: #c8b9ff;
  font-size: 0.76rem;
  font-weight: 760;
}

.genre-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.genre-grid button {
  min-height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.genre-grid button.is-selected {
  border-color: rgba(143, 85, 255, 0.55);
  background: linear-gradient(135deg, #7b5cff, #3a137f);
}

.social-fields {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.studio-social-fields {
  margin-top: 0;
}

.social-fields label {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  min-height: 84px;
  align-content: center;
  align-items: center;
  justify-content: center;
  row-gap: 3px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.social-fields label.social-field-secondary {
  margin-top: 12px;
}

.social-fields label span,
.social-fields label input {
  grid-column: 2;
  transform: translateY(5px);
}

.social-fields label span {
  align-self: end;
  margin-bottom: 0;
}

.social-fields input {
  min-height: auto;
  border: 0;
  padding: 0;
  background: transparent;
  align-self: start;
}

.social-icon {
  grid-row: span 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: white;
  transform: translateY(5px);
}

.social-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.social-icon.spotify {
  color: #1db954;
}

.social-icon.apple-music {
  color: #fa2d48;
}

.social-icon.youtube {
  color: #ff0033;
}

.review-socials a[data-social="spotify"],
.profile-social-links a[data-social="spotify"] {
  color: #1db954;
}

.review-socials a[data-social="appleMusic"],
.profile-social-links a[data-social="appleMusic"] {
  color: #fa2d48;
}

.review-socials a[data-social="youtube"],
.profile-social-links a[data-social="youtube"] {
  color: #ff0033;
}

.artist-review {
  text-align: center;
}

.artist-review-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 24px;
}

.artist-review-avatar,
.artist-review-fallback {
  width: 174px;
  height: 174px;
  border: 2px solid rgba(143, 85, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 36px rgba(143, 85, 255, 0.24);
}

.artist-review-avatar {
  position: relative;
  overflow: hidden;
}

.artist-review-avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 135%;
  height: 135%;
  max-width: 135%;
  max-height: 135%;
  object-fit: contain;
  pointer-events: none;
  transform: translate(calc(-50% + var(--avatar-x, 0px)), calc(-50% + var(--avatar-y, 0px)));
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.artist-review-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #7b5cff, #1a0b32);
  font-size: 4rem;
  font-weight: 900;
}

.artist-review-card h2 {
  font-size: 2rem;
}

.artist-review-card p,
.artist-review-card span {
  color: #aeb4c2;
}

.review-socials {
  display: flex;
  gap: 34px;
  margin-top: 24px;
  color: white;
  font-size: 1.6rem;
}

.review-socials a,
.profile-social-links a {
  display: inline-grid;
  place-items: center;
  color: white;
  text-decoration: none;
}

.review-socials svg,
.profile-social-links svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.profile-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.profile-social-links a {
  grid-auto-flow: column;
  gap: 8px;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 820;
}

.profile-social-links svg {
  width: 20px;
  height: 20px;
}

.artist-step-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin-top: auto;
}

.artist-back {
  display: grid;
  place-items: center;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.04);
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  text-decoration: none;
}

.artist-back[hidden] {
  display: none;
}

.artist-back[hidden] + .auth-primary {
  grid-column: 1 / -1;
}

.artist-step-back-floating {
  position: absolute;
  top: 34px;
  left: -42px;
  display: grid;
  width: 30px;
  min-height: 30px;
  height: 30px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.35rem;
  font-weight: 560;
  line-height: 1;
  z-index: 2;
}

.artist-step-back-floating:hover {
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.94);
}

.artist-step-actions .artist-step-back-floating + .auth-primary {
  grid-column: 1 / -1;
}

.artist-skip {
  grid-column: 1 / -1;
  justify-self: center;
  border: 0;
  padding: 2px 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 520;
}

.artist-skip:hover {
  color: rgba(255, 255, 255, 0.86);
}

.artist-skip[hidden] {
  display: none;
}

.landing-return-link {
  border: 0;
  background: transparent;
  color: #9fa6b3;
  font-weight: 620;
}

.studio-onboarding .artist-step-actions {
  grid-template-columns: 1fr;
  gap: 10px;
}

.studio-onboarding .landing-return-link {
  width: fit-content;
  min-height: 38px;
  justify-self: center;
  padding: 0 14px;
  color: #8e95a3;
  font-weight: 430;
}

@media (max-width: 820px) {
  .page-shell {
    padding: 10px 12px 24px;
  }

  .hero-screen {
    min-height: auto;
    margin-inline: -12px;
    padding-inline: 12px;
  }

  .top-nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-links {
    display: none;
  }

  .mobile-menu-link {
    display: block;
  }

  .nav-actions {
    grid-column: 2;
  }

  .start-button {
    min-height: 44px;
    padding: 0 18px;
  }

  .login-button {
    display: none;
  }

  .hero-bg {
    inset: 0;
    background-position: 63% center;
    background-size: cover;
    opacity: 1;
  }

  .hero-gradient {
    background:
      linear-gradient(180deg, rgba(5, 7, 11, 0.28) 0%, rgba(5, 7, 11, 0.7) 35%, rgba(5, 7, 11, 0.86) 72%, #05070b 100%),
      linear-gradient(90deg, rgba(5, 7, 11, 0.9) 0%, rgba(5, 7, 11, 0.54) 66%, rgba(5, 7, 11, 0.16));
  }

  .hero-content {
    padding-top: clamp(24px, 5svh, 48px);
  }

  .audience-grid,
  .steps {
    align-items: stretch;
    flex-direction: column;
  }

  .audience-grid {
    flex-direction: row;
    gap: 12px;
    margin-top: clamp(20px, 3.4svh, 30px);
  }

  .audience-card {
    min-height: 184px;
  }

  .card-content {
    grid-template-rows: auto minmax(3.2em, auto) minmax(3.8em, auto) 1fr auto;
    min-height: 184px;
    padding: 13px;
  }

  .card-kicker {
    gap: 8px;
  }

  .audience-icon {
    width: 30px;
    height: 30px;
  }

  .audience-icon svg {
    width: 16px;
    height: 16px;
  }

  .card-kicker p {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .card-content h2 {
    margin-top: 14px;
    font-size: clamp(1.1rem, 4.8vw, 1.42rem);
  }

  .card-content > span {
    margin-top: 8px;
    font-size: clamp(0.72rem, 3vw, 0.9rem);
    line-height: 1.25;
  }

  .card-button {
    width: 100%;
    min-height: 38px;
    margin-top: 8px;
    padding: 0 10px;
    font-size: 0.66rem;
  }

  .search-tabs {
    min-height: 92px;
  }

  .search-tab {
    gap: 7px;
    font-size: 0.72rem;
  }

  .tab-icon {
    width: 32px;
    height: 32px;
    transform: scale(0.78);
  }

  .discovery-search {
    min-height: 58px;
    margin-top: 10px;
    gap: 8px;
    padding: 7px 7px 7px 13px;
  }

  .search-field-icon {
    width: 24px;
    height: 24px;
  }

  .search-field-icon svg {
    width: 19px;
    height: 19px;
  }

  .discovery-search input {
    font-size: 0.88rem;
  }

  .discovery-search button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .location-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 12px;
  }

  .location-copy h2 {
    max-width: 520px;
    font-size: clamp(1.65rem, 7vw, 2.5rem);
  }

  .map-preview {
    min-height: 0;
  }

  .member-map {
    height: 360px;
  }

  .results-section {
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .results-head {
    margin: 0 0 12px;
  }

  .carousel-button {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }

  .result-card {
    grid-template-columns: 42% 58%;
    min-width: 88vw;
  }

  .result-media {
    min-height: 214px;
  }

  .result-badge {
    top: 14px;
    left: 14px;
    min-height: 30px;
    padding: 0 10px;
    font-size: 0.66rem;
  }

  .result-info {
    padding: 18px;
  }

  .result-kicker {
    margin-bottom: 10px;
    font-size: 0.64rem;
    letter-spacing: 0.18em;
  }

  .result-info h3 {
    font-size: clamp(1.45rem, 6vw, 2rem);
  }

  .result-location {
    margin-top: 8px;
    font-size: 0.7rem;
  }

  .result-divider {
    margin: 14px 0 12px;
  }

  .result-caption {
    font-size: 0.82rem;
    line-height: 1.38;
  }

  .result-link {
    margin-top: 16px;
    font-size: 0.86rem;
  }

  .result-link span {
    font-size: 1.55rem;
  }

  .about-section {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 56px;
    padding-inline: 0;
  }

  .about-copy h2 {
    max-width: 620px;
    font-size: clamp(2.35rem, 10vw, 4.1rem);
  }

  .about-lead {
    margin-top: 18px;
  }

  .about-features {
    gap: 24px 18px;
  }

  .about-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .about-icon svg {
    width: 22px;
    height: 22px;
  }

  .network-icon svg {
    width: 30px;
    height: 30px;
  }

  .about-features article:nth-child(3) .about-icon svg {
    width: 27px;
    height: 27px;
  }

  .about-actions {
    margin-top: 0;
  }

  .site-footer {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }

  .footer-kicker {
    letter-spacing: 0.24em;
  }

  .footer-logo {
    width: 106px;
  }
}

@media (max-width: 520px) {
  .top-nav {
    gap: 10px;
  }

  .brand {
    width: 112px;
    height: 44px;
  }

  .start-button {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(2.25rem, 12vw, 3.45rem);
    line-height: 1.06;
  }

  .hero-copy p {
    margin-top: 16px;
    font-size: 0.92rem;
    line-height: 1.38;
  }

  .audience-grid {
    gap: 10px;
  }

  .audience-card,
  .card-content {
    min-height: 176px;
  }

  .card-content {
    padding: 13px;
  }

  .card-content h2 {
    font-size: clamp(1.16rem, 6vw, 1.5rem);
  }

  .card-content > span {
    font-size: 0.78rem;
  }

  .card-button {
    font-size: 0.64rem;
  }

  .results-head {
    align-items: end;
  }

  .results-head p {
    font-size: 0.62rem;
  }

  .results-head h2 {
    font-size: 1.18rem;
  }

  .carousel-actions {
    gap: 7px;
  }

  .carousel-button {
    width: 32px;
    height: 32px;
  }

  .result-card {
    grid-template-columns: 39% 61%;
    min-width: 91vw;
  }

  .result-media {
    min-height: 196px;
  }

  .result-info {
    padding: 15px;
  }

  .result-kicker {
    font-size: 0.56rem;
  }

  .result-info h3 {
    font-size: clamp(1.24rem, 6.6vw, 1.72rem);
  }

  .result-caption {
    font-size: 0.76rem;
  }

  .result-link {
    font-size: 0.78rem;
  }

  .about-section {
    margin-top: 46px;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .about-features article {
    gap: 14px;
  }

  .about-primary,
  .about-secondary {
    width: 100%;
    min-height: 50px;
  }

  .discovery-search {
    grid-template-columns: auto 1fr;
  }

  .location-copy p,
  .location-search label {
    font-size: 0.68rem;
  }

  .city-combobox input {
    min-height: 50px;
    font-size: 0.92rem;
  }

  .map-preview {
    min-height: 0;
  }

  .member-map {
    height: 310px;
  }

  .discovery-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .footer-kicker {
    max-width: 310px;
    line-height: 1.8;
  }

  .store-link {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .modal-card {
    padding: 22px;
  }

  .modal-grid {
    grid-template-columns: 1fr;
  }

  .modal-card h2 {
    padding-right: 34px;
  }

  .modal-submit {
    display: inline-flex;
    width: 100%;
  }

  .auth-shell,
  .profile-shell {
    padding: 20px;
  }

  .auth-shell {
    place-items: start;
    padding-top: 96px;
  }

  .auth-brand {
    top: 18px;
    left: 18px;
    width: 108px;
    height: 46px;
  }

  .auth-card {
    padding: 24px;
  }

  .verify-card h1 {
    font-size: clamp(2rem, 11vw, 3.6rem);
  }

  .profile-nav {
    align-items: flex-start;
  }

  .profile-nav div {
    flex-direction: column;
    align-items: flex-end;
  }

  .profile-hero {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .profile-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-grid,
  .profile-edit-form {
    grid-template-columns: 1fr;
  }

  .dashboard-panel,
  .profile-edit-form {
    padding: 18px;
  }

  .profile-details {
    border-left: 0;
  }

  .profile-details div {
    padding-left: 0;
  }

  .genre-grid {
    gap: 10px;
  }

  .genre-grid button {
    min-height: 72px;
    font-size: 0.92rem;
  }

  .artist-step h1 {
    margin-top: 18px;
  }
}

@media (max-height: 780px) and (min-width: 821px) {
  .hero-copy h1 {
    font-size: clamp(2.8rem, 6vw, 4.6rem);
  }

  .hero-copy p {
    margin-top: 16px;
  }

  .audience-grid {
    margin-top: 24px;
  }

  .audience-card,
  .card-content {
    min-height: 250px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media (max-width: 900px) {
  .profile-shell {
    padding: 0;
  }

  .studio-sidebar {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 190px;
    overflow: hidden;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 0;
    padding: 18px 14px;
  }

  .studio-sidebar-brand {
    width: 104px;
    height: 42px;
    margin-bottom: 70px;
  }

  .studio-sidebar-nav {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    justify-self: stretch;
  }

  .studio-sidebar-bottom {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    padding-top: 8px;
  }

  .studio-sidebar-nav button,
  .studio-sidebar-bottom button {
    width: 100%;
    font-size: 0.96rem;
  }

  .studio-sidebar-nav button {
    min-height: 36px;
    padding: 0 11px;
  }

  .studio-sidebar-bottom button {
    min-height: 30px;
    padding: 0 8px;
  }

  .profile-hero {
    width: calc(100vw - 190px);
    margin-left: 190px;
    padding: 0 0 38px;
  }

  .studio-main-header {
    min-height: 300px;
    background-position: 58% center;
  }

  .studio-cover-content {
    padding: 0 16px 28px;
  }

  .studio-cover-edit {
    right: 14px;
    bottom: 18px;
    width: 32px;
    height: 32px;
  }

  .studio-cover-edit:hover {
    width: 146px;
  }

  .studio-cover-hint {
    max-width: calc(100% - 32px);
    font-size: 0.72rem;
  }

  .studio-dashboard-views {
    padding: 0 16px;
  }

  .profile-title-row {
    align-items: flex-start;
    flex-direction: row;
  }

  .studio-stat-grid,
  .studio-dashboard-grid,
  .studio-dashboard-workspace,
  .studio-content-grid,
  .compact-profile-details,
  .profile-edit-form,
  .studio-request-grid,
  .studio-credit-form {
    grid-template-columns: 1fr;
  }

  .credit-add-row {
    grid-template-columns: 1fr;
  }

  .studio-next-panel {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .studio-profile-photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Main landing hero override: keep our nav/actions, use Alex-inspired hero layout. */
.hero-screen {
  min-height: 100svh;
  padding-bottom: 58px;
  background:
    radial-gradient(circle at 50% 0%, rgba(124, 77, 255, 0.18), transparent 34%),
    radial-gradient(circle at 82% 42%, rgba(124, 77, 255, 0.11), transparent 32%),
    #05070b;
}

.hero-bg,
.hero-gradient {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 1560px);
  margin: 0 auto;
  padding: 118px 42px 0;
  gap: 46px;
  align-self: start;
}

.hero-copy {
  display: grid;
  justify-items: center;
  width: min(100%, 970px);
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.hero-copy h1 {
  max-width: 940px;
  font-size: 4.65rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy h1 span {
  display: inline;
}

.hero-copy p {
  max-width: 620px;
  margin-top: 20px;
  color: #c3c7d1;
  font-size: 1.28rem;
  line-height: 1.48;
  font-weight: 560;
}

.app-teaser {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.app-teaser-label {
  color: #a98dff;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.app-store-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 8px 15px 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(11, 14, 20, 0.72);
  color: #f7f8fb;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.store-badge:hover {
  transform: translateY(-1px);
  border-color: rgba(166, 139, 255, 0.36);
  background: rgba(18, 22, 31, 0.84);
}

.store-mark {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
}

.store-mark svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.store-badge > span:last-child {
  display: grid;
  gap: 1px;
  font-size: 0.94rem;
  font-weight: 820;
  line-height: 1;
}

.store-badge small {
  color: #aeb4c3;
  font-size: 0.58rem;
  font-weight: 650;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 0;
  align-items: stretch;
}

.audience-card {
  position: relative;
  display: grid;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 32px;
  background: rgba(8, 10, 15, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 84px rgba(0, 0, 0, 0.34);
}

.audience-card .card-image {
  position: absolute;
  inset: 0;
  opacity: 0.78;
  filter: saturate(1.04) contrast(1.04);
}

.artist-card .card-image {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 1) 0%, rgba(5, 7, 11, 0.9) 34%, rgba(5, 7, 11, 0.52) 62%, rgba(5, 7, 11, 0.16) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.08), rgba(5, 7, 11, 0.86)),
    none;
  background-position: center, center, 64% center;
  background-size: 100% 100%, 100% 100%, cover;
  background-repeat: no-repeat;
}

.studio-card-hero .card-image {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 1) 0%, rgba(5, 7, 11, 0.88) 35%, rgba(5, 7, 11, 0.48) 64%, rgba(5, 7, 11, 0.14) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.08), rgba(5, 7, 11, 0.88)),
    none;
  background-position: center, center, 72% center;
  background-size: 100% 100%, 100% 100%, cover;
  background-repeat: no-repeat;
}

.audience-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 15% 22%, rgba(126, 85, 255, 0.22), transparent 25%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.05), rgba(5, 7, 11, 0.76));
  pointer-events: none;
}

.audience-card .card-content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: inherit;
  height: auto;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: end;
  padding: 42px;
}

.audience-card .card-kicker {
  display: block;
  color: #b398ff;
  font-size: 0.78rem;
  font-weight: 880;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.audience-card .card-kicker span {
  color: #7b5cff;
}

.audience-card .card-content h2 {
  max-width: 520px;
  margin-top: 18px;
  font-size: 3.4rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.audience-card .card-content h2 span {
  background: linear-gradient(135deg, #ffffff, #bfaeff 42%, #7b5cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.audience-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin: 28px 0 30px;
  padding: 0;
  list-style: none;
}

.audience-benefits li {
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.035);
  color: #d8dce7;
  font-size: 0.9rem;
  line-height: 1.28;
  font-weight: 620;
}

.audience-card .card-button {
  align-self: end;
  justify-self: start;
  width: min(100%, 250px);
  margin-top: 0;
}

@media (max-width: 1100px) {
  .hero-content {
    padding-top: 104px;
  }

  .hero-copy h1 {
    font-size: 3.55rem;
  }

  .hero-copy p {
    font-size: 1.14rem;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  .hero-screen {
    padding-bottom: 34px;
  }

  .hero-content {
    width: 100%;
    padding: 92px 14px 0;
    gap: 30px;
  }

  .hero-copy h1 {
    font-size: 2.55rem;
    line-height: 1.05;
  }

  .hero-copy p {
    max-width: 330px;
    margin-top: 16px;
    font-size: 1rem;
  }

  .app-teaser {
    margin-top: 20px;
  }

  .app-teaser-label {
    width: 100%;
  }

  .store-badge {
    min-height: 42px;
    padding: 7px 11px;
  }

  .audience-grid {
    gap: 14px;
  }

  .audience-card {
    min-height: 420px;
    border-radius: 24px;
  }

  .audience-card .card-content {
    padding: 25px;
  }

  .audience-card .card-content h2 {
    max-width: 330px;
    font-size: 2.05rem;
  }

  .audience-benefits {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 20px 0 24px;
  }

  .audience-benefits li {
    min-height: 0;
    padding: 10px 12px;
    font-size: 0.84rem;
  }

  .artist-card .card-image,
  .studio-card-hero .card-image {
    background-position: center, center, 72% center;
  }
}

@media (max-width: 420px) {
  .hero-content {
    padding-top: 86px;
  }

  .hero-copy h1 {
    font-size: 2.2rem;
  }

  .app-store-actions {
    width: 100%;
  }

  .store-badge {
    flex: 1 1 136px;
    justify-content: center;
  }

  .audience-card {
    min-height: 390px;
  }

  .audience-card .card-content {
    padding: 22px;
  }
}
/* Cascade guard after all legacy hero rules. */
.hero-screen {
  min-height: 100svh;
  height: 100svh;
  padding-bottom: 0;
}

.hero-content {
  height: calc(100svh - 64px);
  grid-template-rows: auto minmax(0, 1fr);
  padding-top: 28px;
  padding-bottom: 0;
  gap: 24px;
}

.hero-copy h1 {
  font-size: 3.65rem;
}

.hero-copy p {
  margin-top: 13px;
  font-size: 1.06rem;
}

.app-teaser {
  margin-top: 16px;
}

.audience-grid {
  height: 100%;
  min-height: 0;
  align-self: end;
}

.audience-card {
  height: 100%;
  min-height: 0;
  border-radius: 28px 28px 0 0;
}

.audience-card .card-content {
  min-height: 0;
  height: 100%;
  padding: clamp(28px, 3vw, 54px);
}

.audience-card .card-kicker {
  font-size: 0;
  line-height: 0.88;
}

.audience-card .card-kicker::after {
  display: block;
  color: #fff;
  font-size: clamp(4rem, 6vw, 7.4rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.artist-card .card-kicker::after {
  content: "FÜR\A KÜNSTLER";
  white-space: pre;
}

.studio-card-hero .card-kicker::after {
  content: "FÜR\A STUDIOS &\A CREATIVES";
  white-space: pre;
}

.audience-card .card-content h2 {
  max-width: 580px;
  margin-top: 26px;
  color: #fff;
  font-size: clamp(1.9rem, 2.2vw, 2.75rem);
  line-height: 0.98;
}

.artist-card .card-content h2 span {
  background: none;
  color: #6f44ff;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.studio-card-hero .card-content h2 span {
  background: none;
  color: #c9a85c;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.audience-benefits {
  align-self: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
  max-width: 680px;
  margin: 26px 0 22px;
}

.audience-benefits li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 13px;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.benefit-icon {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  color: #6f44ff;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.studio-card-hero .benefit-icon {
  color: #c9a85c;
}

.audience-benefits p {
  display: grid;
  gap: 5px;
}

.audience-benefits strong {
  color: #fff;
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  font-weight: 900;
  line-height: 1.08;
}

.audience-benefits span {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.88rem, 0.92vw, 1.02rem);
  font-weight: 720;
  line-height: 1.2;
}

.audience-card .card-button {
  width: min(100%, 340px);
  min-height: 58px;
  border-radius: 10px;
  padding: 0 16px 0 24px;
  font-size: 1.05rem;
  font-weight: 900;
}

.audience-card .card-button span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #6f44ff;
  font-size: 1.7rem;
  line-height: 1;
}

.studio-card-hero .card-button {
  background: #c9a85c;
  box-shadow: 0 18px 46px rgba(201, 168, 92, 0.22);
}

.studio-card-hero .card-button span {
  color: #9a7625;
}

.artist-card .card-image {
  opacity: 0.98;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.72) 38%, rgba(5, 7, 11, 0.18) 70%, rgba(5, 7, 11, 0.04) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.1) 0%, rgba(5, 7, 11, 0.78) 100%),
    none;
  background-position: center, center, 66% center;
  background-size: 100% 100%, 100% 100%, cover;
}

.studio-card-hero .card-image {
  opacity: 0.98;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.76) 36%, rgba(5, 7, 11, 0.2) 74%, rgba(5, 7, 11, 0.06) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.1) 0%, rgba(5, 7, 11, 0.76) 100%),
    none;
  background-position: center, center, 60% center;
  background-size: 100% 100%, 100% 100%, cover;
}

.audience-card::after {
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0) 0%, rgba(5, 7, 11, 0.35) 68%, rgba(5, 7, 11, 0.84) 100%),
    radial-gradient(circle at 16% 18%, rgba(123, 60, 255, 0.18), transparent 26%);
}

@media (max-height: 820px) and (min-width: 921px) {
  .hero-content {
    padding-top: 18px;
    gap: 18px;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hero-copy p {
    margin-top: 10px;
    font-size: 0.98rem;
  }

  .app-teaser {
    display: none;
  }

  .audience-card .card-kicker::after {
    font-size: clamp(3.5rem, 5.3vw, 6.4rem);
  }

  .audience-card .card-content h2 {
    margin-top: 18px;
    font-size: clamp(1.55rem, 1.75vw, 2.2rem);
  }

  .audience-benefits {
    gap: 13px 20px;
    margin: 18px 0;
  }

  .audience-card .card-button {
    min-height: 50px;
  }
}

@media (max-width: 920px) {
  .hero-screen {
    height: auto;
    min-height: 100svh;
  }

  .hero-content {
    height: auto;
    min-height: calc(100svh - 64px);
    grid-template-rows: auto auto;
    padding-top: 30px;
    padding-bottom: 28px;
  }

  .app-teaser {
    display: none;
  }

  .audience-grid {
    height: auto;
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 440px;
    height: auto;
    border-radius: 24px;
  }
}

@media (max-width: 520px) {
  .hero-content {
    padding: 24px 14px 22px;
    gap: 20px;
  }

  .hero-copy h1 {
    font-size: 2.25rem;
  }

  .hero-copy p {
    max-width: 330px;
    font-size: 0.96rem;
  }

  .audience-card {
    min-height: 372px;
  }

  .audience-card .card-content {
    padding: 22px;
  }

  .audience-card .card-kicker::after {
    font-size: 3rem;
  }

  .audience-card .card-content h2 {
    margin-top: 16px;
    font-size: 1.5rem;
  }

  .audience-benefits {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 15px 0;
  }

  .audience-benefits li {
    grid-template-columns: 22px 1fr;
    gap: 9px;
  }

  .benefit-icon {
    min-width: 22px;
    height: 22px;
    font-size: 0.95rem;
  }

  .audience-benefits strong {
    font-size: 0.86rem;
  }

  .audience-benefits span {
    display: none;
  }

  .audience-card .card-button {
    min-height: 46px;
    padding-left: 18px;
    font-size: 0.9rem;
  }

  .audience-card .card-button span {
    width: 34px;
    height: 34px;
  }
}

/* Absolute final mobile correction for current landing hero. */
@media (max-width: 520px) {
  .hero-screen { height: 100svh; min-height: 100svh; overflow: hidden; }
  .hero-content { height: calc(100svh - 64px); min-height: 0; grid-template-rows: auto minmax(0, 1fr); padding: 20px 14px 0; gap: 16px; }
  .hero-copy h1 { font-size: 2rem; }
  .hero-copy p { max-width: 315px; margin-top: 10px; font-size: 0.9rem; line-height: 1.32; }
  .audience-grid { height: 100%; min-height: 0; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .audience-card { min-height: 0; height: 100%; }
  .audience-card .card-content { padding: 18px; grid-template-rows: auto auto 1fr auto; }
  .audience-card .card-kicker::after { font-size: 2.25rem; }
  .audience-card .card-content h2 { margin-top: 10px; font-size: 1.16rem; }
  .audience-benefits { display: none; }
  .audience-card .card-button { min-height: 42px; width: min(100%, 230px); padding-left: 15px; font-size: 0.82rem; }
  .audience-card .card-button span { width: 30px; height: 30px; font-size: 1.25rem; }
}

/* Full-bleed audience cards, matched closer to Alex' reference. */
.hero-content {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hero-copy {
  padding-inline: clamp(18px, 4vw, 48px);
}

.audience-grid {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.audience-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.audience-card + .audience-card {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.audience-card .card-content {
  width: min(66%, 760px);
  padding: clamp(44px, 4.4vw, 72px) clamp(38px, 4.7vw, 78px);
}

.audience-card .card-kicker::after {
  font-size: clamp(5.3rem, 7vw, 9rem);
  line-height: 0.9;
}

.audience-card .card-content h2 {
  margin-top: clamp(24px, 3vh, 44px);
  font-size: clamp(2.25rem, 2.7vw, 3.35rem);
}

.audience-benefits {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: clamp(26px, 3.1vh, 42px) clamp(34px, 3vw, 56px);
  max-width: 720px;
  margin-top: clamp(28px, 3.6vh, 44px);
}

.benefit-icon {
  width: 34px;
  min-width: 34px;
  height: 34px;
  color: #7446ff;
}

.benefit-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.audience-benefits strong {
  font-size: clamp(1.12rem, 1.28vw, 1.42rem);
  line-height: 1.05;
}

.audience-benefits span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.98rem, 1.05vw, 1.18rem);
  line-height: 1.22;
}

.audience-card .card-button {
  width: min(100%, 420px);
  min-height: 72px;
  border-radius: 10px;
  font-size: clamp(1.08rem, 1.28vw, 1.45rem);
}

.audience-card .card-button span {
  width: 52px;
  height: 52px;
}

.artist-card .card-image {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.78) 37%, rgba(5, 7, 11, 0.24) 68%, rgba(5, 7, 11, 0.06) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.02) 0%, rgba(5, 7, 11, 0.9) 100%),
    none;
  background-position: center, center, 78% center;
  background-size: 100% 100%, 100% 100%, cover;
}

.studio-card-hero .card-image {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.79) 38%, rgba(5, 7, 11, 0.3) 72%, rgba(5, 7, 11, 0.06) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.02) 0%, rgba(5, 7, 11, 0.88) 100%),
    none;
  background-position: center, center, 58% center;
  background-size: 100% 100%, 100% 100%, cover;
}

@media (max-height: 820px) and (min-width: 921px) {
  .audience-card .card-content {
    width: min(65%, 700px);
    padding: 34px 52px;
  }

  .audience-card .card-kicker::after {
    font-size: clamp(4.6rem, 6vw, 7.6rem);
  }

  .audience-card .card-content h2 {
    font-size: clamp(1.85rem, 2.2vw, 2.65rem);
  }

  .audience-benefits strong {
    font-size: clamp(1rem, 1.05vw, 1.18rem);
  }

  .audience-benefits span {
    font-size: clamp(0.85rem, 0.9vw, 1rem);
  }
}

@media (max-width: 920px) {
  .audience-grid {
    width: 100%;
    margin-inline: 0;
    grid-template-columns: 1fr;
  }

  .audience-card + .audience-card {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .audience-card {
    border-radius: 0;
  }

  .audience-card .card-content {
    width: min(100%, 560px);
  }
}

@media (max-width: 520px) {
  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-copy {
    padding-inline: 14px;
  }

  .audience-grid {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .audience-card .card-content {
    width: 76%;
    padding: 17px 18px;
  }

  .audience-card .card-kicker::after {
    font-size: 2.45rem;
  }

  .audience-benefits {
    display: none;
  }

  .audience-card .card-button {
    width: min(100%, 245px);
  }
}

@media (max-width: 520px) {
  .audience-card .card-content {
    width: 82%;
    padding: 14px 18px;
  }

  .audience-card .card-kicker::after {
    font-size: 1.95rem;
    line-height: 0.88;
  }

  .audience-card .card-content h2 {
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.02;
  }

  .audience-card .card-button {
    min-height: 38px;
    width: min(100%, 210px);
    padding-left: 14px;
    font-size: 0.78rem;
  }

  .audience-card .card-button span {
    width: 28px;
    height: 28px;
  }
}

/* FINAL OVERRIDE: audience images are right-weighted, proportional, and never repeated. */
.artist-card .card-image {
  background-color: #020306;
  background-image:
    linear-gradient(90deg, #020306 0%, rgba(2, 3, 6, 0.98) 30%, rgba(2, 3, 6, 0.76) 46%, rgba(2, 3, 6, 0.24) 68%, rgba(2, 3, 6, 0.02) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.03) 0%, rgba(2, 3, 6, 0.72) 100%),
    none;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left center, left center, right center;
  background-size: 100% 100%, 100% 100%, auto 100%;
}

.studio-card-hero .card-image {
  background-color: #020306;
  background-image:
    linear-gradient(90deg, #020306 0%, rgba(2, 3, 6, 0.98) 31%, rgba(2, 3, 6, 0.74) 48%, rgba(2, 3, 6, 0.24) 70%, rgba(2, 3, 6, 0.02) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.68) 100%),
    none;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left center, left center, right center;
  background-size: 100% 100%, 100% 100%, auto 100%;
}

@media (min-width: 921px) {
  .artist-card .card-image {
    background-position: left center, left center, calc(100% + 42px) center;
    background-size: 100% 100%, 100% 100%, auto 104%;
  }

  .studio-card-hero .card-image {
    background-position: left center, left center, calc(100% + 34px) center;
    background-size: 100% 100%, 100% 100%, auto 104%;
  }
}

@media (max-width: 640px) {
  .artist-card .card-image,
  .studio-card-hero .card-image {
    background-position: left center, left center, right center;
    background-size: 100% 100%, 100% 100%, auto 100%;
  }
}

/* Final studio image fix: move only the photo, not a cropped panel edge. */
.studio-card-hero .card-image {
  background: #020306 !important;
}

.studio-card-hero .card-image::before {
  inset: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 108%;
  transform: translateX(92px);
  filter: brightness(1.2) saturate(1.08) contrast(1.02);
}

.studio-card-hero .card-image::after {
  inset: 0;
  background:
    linear-gradient(90deg, #020306 0%, #020306 34%, rgba(2, 3, 6, 0.92) 48%, rgba(2, 3, 6, 0.32) 72%, rgba(2, 3, 6, 0.04) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.66) 100%);
}

@media (max-width: 640px) {
  .studio-card-hero .card-image::before {
    background-size: auto 108%;
    transform: translateX(78px);
  }
}

/* Push the actual visible images further right while keeping their proportions. */
.artist-card .card-image {
  background-image:
    linear-gradient(90deg, #020306 0%, #020306 36%, rgba(2, 3, 6, 0.9) 48%, rgba(2, 3, 6, 0.28) 68%, rgba(2, 3, 6, 0.02) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.03) 0%, rgba(2, 3, 6, 0.72) 100%),
    none;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left center, left center, right -92px center;
  background-size: 100% 100%, 100% 100%, auto 104%;
}

.studio-card-hero .card-image {
  background-image:
    linear-gradient(90deg, #020306 0%, #020306 36%, rgba(2, 3, 6, 0.9) 50%, rgba(2, 3, 6, 0.28) 70%, rgba(2, 3, 6, 0.02) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.68) 100%),
    none;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left center, left center, right -74px center;
  background-size: 100% 100%, 100% 100%, auto 104%;
}

@media (max-width: 640px) {
  .artist-card .card-image {
    background-position: left center, left center, right -58px center;
    background-size: 100% 100%, 100% 100%, auto 104%;
  }

  .studio-card-hero .card-image {
    background-position: left center, left center, right -46px center;
    background-size: 100% 100%, 100% 100%, auto 104%;
  }
}

/* Robust image layer: move the actual photo to the right, with black fade over it. */
.audience-card .card-image {
  background: #020306 !important;
  overflow: hidden;
}

.audience-card .card-image::before,
.audience-card .card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.audience-card .card-image::before {
  opacity: 1;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 104%;
  transform: translateX(70px);
}

.artist-card .card-image::before {
  background-image: none;
}

.studio-card-hero .card-image::before {
  background-image: none;
  transform: translateX(58px);
}

.audience-card .card-image::after {
  background:
    linear-gradient(90deg, #020306 0%, #020306 34%, rgba(2, 3, 6, 0.9) 48%, rgba(2, 3, 6, 0.28) 70%, rgba(2, 3, 6, 0.04) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.68) 100%);
}

@media (max-width: 640px) {
  .audience-card .card-image::before {
    background-size: auto 104%;
    transform: translateX(54px);
  }

  .studio-card-hero .card-image::before {
    transform: translateX(44px);
  }
}

/* True right-side image panel: real black space on the left, image only on the right. */
.audience-card .card-image {
  background: #020306 !important;
  overflow: hidden;
}

.audience-card .card-image::before {
  inset: 0 -18% 0 38%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: none;
  filter: brightness(1.18) saturate(1.08) contrast(1.02);
}

.artist-card .card-image::before {
  background-image: none;
  background-position: 58% center;
}

.studio-card-hero .card-image::before {
  background-image: none;
  background-position: 58% center;
  transform: none;
}

.audience-card .card-image::after {
  background:
    linear-gradient(90deg, #020306 0%, #020306 32%, rgba(2, 3, 6, 0.96) 42%, rgba(2, 3, 6, 0.64) 55%, rgba(2, 3, 6, 0.14) 78%, rgba(2, 3, 6, 0.04) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.64) 100%);
}

@media (min-width: 921px) {
  .audience-card .card-image::before {
    inset: 0 -14% 0 40%;
  }

  .artist-card .card-image::before,
  .studio-card-hero .card-image::before {
    background-position: 60% center;
  }
}

@media (max-width: 640px) {
  .audience-card .card-image::before {
    inset: 0 -18% 0 34%;
    background-size: cover;
    transform: none;
  }

  .artist-card .card-image::before,
  .studio-card-hero .card-image::before {
    background-position: 62% center;
  }

  .audience-card .card-image::after {
    background:
      linear-gradient(90deg, #020306 0%, #020306 28%, rgba(2, 3, 6, 0.92) 40%, rgba(2, 3, 6, 0.54) 58%, rgba(2, 3, 6, 0.1) 84%, rgba(2, 3, 6, 0.04) 100%),
      linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.66) 100%);
  }
}

/* Keep artist as-is, push only the studio visual further right. */
.studio-card-hero .card-image::before {
  inset: 0 -26% 0 44%;
  background-position: 66% center;
}

@media (min-width: 921px) {
  .studio-card-hero .card-image::before {
    inset: 0 -24% 0 46%;
    background-position: 66% center;
  }
}

@media (max-width: 640px) {
  .studio-card-hero .card-image::before {
    inset: 0 -28% 0 42%;
    background-position: 68% center;
  }
}

/* Match the studio image treatment to the artist card: same panel, same soft fade. */
.studio-card-hero .card-image::before {
  inset: 0 -18% 0 38%;
  background-position: 58% center;
}

.studio-card-hero .card-image::after {
  background:
    linear-gradient(90deg, #020306 0%, #020306 32%, rgba(2, 3, 6, 0.96) 42%, rgba(2, 3, 6, 0.64) 55%, rgba(2, 3, 6, 0.14) 78%, rgba(2, 3, 6, 0.04) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.64) 100%);
}

@media (min-width: 921px) {
  .studio-card-hero .card-image::before {
    inset: 0 -14% 0 40%;
    background-position: 60% center;
  }
}

@media (max-width: 640px) {
  .studio-card-hero .card-image::before {
    inset: 0 -18% 0 34%;
    background-position: 62% center;
  }

  .studio-card-hero .card-image::after {
    background:
      linear-gradient(90deg, #020306 0%, #020306 28%, rgba(2, 3, 6, 0.92) 40%, rgba(2, 3, 6, 0.54) 58%, rgba(2, 3, 6, 0.1) 84%, rgba(2, 3, 6, 0.04) 100%),
      linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.66) 100%);
  }
}

/* Studio only: keep the soft fade but place the photo further right. */
.studio-card-hero .card-image::before {
  inset: 0 -24% 0 43%;
  background-position: 64% center;
}

@media (min-width: 921px) {
  .studio-card-hero .card-image::before {
    inset: 0 -22% 0 44%;
    background-position: 64% center;
  }
}

@media (max-width: 640px) {
  .studio-card-hero .card-image::before {
    inset: 0 -24% 0 40%;
    background-position: 66% center;
  }
}

/* Studio only: push photo much further right. */
.studio-card-hero .card-image::before {
  inset: 0 -42% 0 58%;
  background-position: 72% center;
}

@media (min-width: 921px) {
  .studio-card-hero .card-image::before {
    inset: 0 -38% 0 58%;
    background-position: 72% center;
  }
}

@media (max-width: 640px) {
  .studio-card-hero .card-image::before {
    inset: 0 -46% 0 54%;
    background-position: 74% center;
  }
}

/* Keep this at the end: final focal point for Alex-style audience imagery. */
.artist-card .card-image {
  background-position: center, center, 132% center;
  background-size: 100% 100%, 100% 100%, auto 120%;
}

.studio-card-hero .card-image {
  background-position: center, center, 122% center;
  background-size: 100% 100%, 100% 100%, auto 120%;
}

@media (min-width: 921px) {
  .artist-card .card-image {
    background-position: center, center, 142% center;
    background-size: 100% 100%, 100% 100%, auto 124%;
  }

  .studio-card-hero .card-image {
    background-position: center, center, 132% center;
    background-size: 100% 100%, 100% 100%, auto 124%;
  }
}

/* Final audience image treatment: black left space, right-weighted image, no repeat. */
.artist-card .card-image {
  background-color: #020306;
  background-image:
    linear-gradient(90deg, #020306 0%, rgba(2, 3, 6, 0.98) 28%, rgba(2, 3, 6, 0.76) 43%, rgba(2, 3, 6, 0.26) 64%, rgba(2, 3, 6, 0.02) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.04) 0%, rgba(2, 3, 6, 0.72) 100%),
    none;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left center, left center, right center;
  background-size: 100% 100%, 100% 100%, auto 100%;
}

.studio-card-hero .card-image {
  background-color: #020306;
  background-image:
    linear-gradient(90deg, #020306 0%, rgba(2, 3, 6, 0.98) 30%, rgba(2, 3, 6, 0.74) 46%, rgba(2, 3, 6, 0.24) 68%, rgba(2, 3, 6, 0.02) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.66) 100%),
    none;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left center, left center, right center;
  background-size: 100% 100%, 100% 100%, auto 100%;
}

@media (min-width: 921px) {
  .artist-card .card-image {
    background-position: left center, left center, calc(100% + 34px) center;
    background-size: 100% 100%, 100% 100%, auto 104%;
  }

  .studio-card-hero .card-image {
    background-position: left center, left center, calc(100% + 26px) center;
    background-size: 100% 100%, 100% 100%, auto 104%;
  }
}

@media (max-width: 640px) {
  .artist-card .card-image,
  .studio-card-hero .card-image {
    background-position: left center, left center, right center;
    background-size: 100% 100%, 100% 100%, auto 100%;
  }
}

/* Final audience image focal-point override: keep people/gear pushed to the right on every viewport. */
.artist-card .card-image {
  background-position: center, center, 128% center;
  background-size: 100% 100%, 100% 100%, auto 118%;
}

.studio-card-hero .card-image {
  background-position: center, center, 118% center;
  background-size: 100% 100%, 100% 100%, auto 118%;
}

@media (min-width: 921px) {
  .artist-card .card-image {
    background-position: center, center, 136% center;
    background-size: 100% 100%, 100% 100%, auto 122%;
  }

  .studio-card-hero .card-image {
    background-position: center, center, 126% center;
    background-size: 100% 100%, 100% 100%, auto 122%;
  }
}

/* Final refinement: full-bleed cards without clipping, brighter/right-weighted art. */
.audience-grid {
  gap: 0;
}

.audience-card,
.audience-card:active {
  border-radius: 0;
  transform: none;
  -webkit-tap-highlight-color: transparent;
}

.audience-card .card-content {
  width: min(64%, 720px);
  align-content: start;
  padding: clamp(34px, 3.6vw, 62px) clamp(40px, 4.3vw, 72px);
}

.audience-card .card-kicker::after {
  font-size: clamp(4.7rem, 6vw, 7.8rem);
  line-height: 0.92;
}

.audience-card .card-content h2 {
  margin-top: clamp(22px, 2.5vh, 36px);
  font-size: clamp(2.05rem, 2.45vw, 3rem);
}

.audience-benefits {
  max-width: 650px;
  gap: clamp(22px, 2.6vh, 34px) clamp(30px, 2.7vw, 46px);
  margin-top: clamp(24px, 3vh, 38px);
}

.benefit-icon {
  color: #7445ff;
}

.benefit-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.audience-benefits .benefit-icon {
  color: #7445ff;
}

.studio-card-hero .benefit-icon {
  color: #c9a85c;
}

.studio-card-hero .audience-benefits .benefit-icon {
  color: #c9a85c;
}

/* Align audience CTAs across both cards and prevent lower clipping. */
.audience-card .card-content {
  grid-template-rows: auto auto auto 1fr auto;
}

.audience-benefits {
  align-self: start;
}

.audience-card .card-button {
  align-self: end;
}

@media (min-width: 921px) {
  .audience-card .card-content {
    padding-top: clamp(28px, 3vh, 48px);
    padding-bottom: clamp(24px, 3vh, 42px);
  }

  .audience-card .card-kicker::after {
    font-size: clamp(4.25rem, 5.55vw, 7.05rem);
  }

  .audience-card .card-content h2 {
    margin-top: clamp(16px, 2vh, 26px);
    font-size: clamp(1.85rem, 2.18vw, 2.65rem);
  }

  .audience-benefits {
    gap: clamp(15px, 2vh, 26px) clamp(26px, 2.4vw, 42px);
    margin-top: clamp(18px, 2.5vh, 30px);
    margin-bottom: 18px;
  }

  .audience-card .card-button {
    min-height: 56px;
    width: min(100%, 350px);
  }

  .audience-card .card-button span {
    width: 42px;
    height: 42px;
  }
}

@media (max-height: 820px) and (min-width: 921px) {
  .audience-card .card-content {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .audience-card .card-kicker::after {
    font-size: clamp(3.8rem, 5vw, 6.25rem);
  }

  .audience-card .card-content h2 {
    margin-top: 12px;
    font-size: clamp(1.55rem, 1.85vw, 2.12rem);
  }

  .audience-benefits {
    gap: 10px 20px;
    margin-top: 14px;
    margin-bottom: 12px;
  }

  .benefit-icon svg {
    width: 22px;
    height: 22px;
  }

  .audience-benefits strong {
    font-size: clamp(0.88rem, 0.94vw, 1.04rem);
  }

  .audience-benefits span {
    font-size: clamp(0.78rem, 0.82vw, 0.9rem);
  }

  .audience-card .card-button {
    min-height: 48px;
    width: min(100%, 320px);
  }

  .audience-card .card-button span {
    width: 38px;
    height: 38px;
  }
}

@media (min-width: 921px) {
  .audience-card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
  }

  .audience-card .card-button {
    margin-top: auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 921px) {
  .audience-card .card-kicker::after {
    font-size: clamp(3.75rem, 5vw, 6.35rem);
  }

  .audience-card .card-content h2 {
    font-size: clamp(1.48rem, 1.78vw, 2.08rem);
    margin-top: 12px;
  }

  .audience-benefits {
    gap: 10px 20px;
    margin-top: 14px;
    margin-bottom: 12px;
  }
}

@media (min-width: 921px) {
  .hero-content {
    gap: 14px;
    padding-top: 16px;
  }

  .hero-copy h1 {
    font-size: 2.85rem;
  }

  .hero-copy p {
    margin-top: 8px;
    font-size: 0.95rem;
  }

  .app-teaser {
    display: none;
  }

  .audience-card .card-content {
    width: min(58%, 620px);
    padding: 24px 44px 30px;
  }

  .audience-card .card-kicker::after {
    font-size: clamp(3.25rem, 4.55vw, 5.75rem);
    line-height: 0.9;
  }

  .audience-card .card-content h2 {
    margin-top: 10px;
    font-size: clamp(1.28rem, 1.55vw, 1.82rem);
    line-height: 1;
  }

  .audience-benefits {
    gap: 8px 18px;
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .benefit-icon,
  .benefit-icon svg {
    width: 22px;
    min-width: 22px;
    height: 22px;
  }

  .audience-benefits li {
    grid-template-columns: 22px 1fr;
    gap: 10px;
  }

  .audience-benefits strong {
    font-size: clamp(0.82rem, 0.88vw, 0.98rem);
  }

  .audience-benefits span {
    font-size: clamp(0.72rem, 0.76vw, 0.84rem);
    line-height: 1.12;
  }

  .audience-card .card-button {
    min-height: 46px;
    width: min(100%, 300px);
    padding-left: 18px;
    font-size: 0.95rem;
  }

  .audience-card .card-button span {
    width: 36px;
    height: 36px;
    font-size: 1.35rem;
  }
}

/* Premium title treatment and stronger right-weighted card imagery. */
@media (min-width: 921px) {
  .hero-content {
    grid-template-rows: auto minmax(0, 1fr);
    gap: 18px;
    padding-top: 18px;
  }

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

  .hero-copy h1 {
    max-width: 780px;
    font-size: clamp(2.45rem, 3.1vw, 3.45rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  .hero-copy p {
    max-width: 560px;
    margin-top: 12px;
    color: rgba(244, 246, 252, 0.72);
    font-size: clamp(0.92rem, 1vw, 1.08rem);
    line-height: 1.38;
    font-weight: 620;
  }

  .app-teaser {
    display: flex;
    margin-top: 14px;
    gap: 12px;
  }

  .app-teaser-label {
    width: 100%;
    color: rgba(169, 141, 255, 0.92);
    font-size: 0.68rem;
    letter-spacing: 0.22em;
  }

  .store-badge {
    min-height: 38px;
    border-radius: 999px;
    padding: 6px 13px 6px 10px;
    border-color: rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.045);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 12px 34px rgba(0, 0, 0, 0.2);
  }

  .store-badge:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.07);
  }

  .store-mark {
    width: 21px;
    height: 21px;
  }

  .store-mark svg {
    width: 19px;
    height: 19px;
  }

  .store-badge > span:last-child {
    font-size: 0.78rem;
  }

  .store-badge small {
    font-size: 0.5rem;
  }

  .audience-card .card-content {
    padding-top: 22px;
    padding-bottom: 26px;
  }

  .artist-card .card-image {
    background-position: center, center, 96% center;
  }

  .studio-card-hero .card-image {
    background-position: center, center, 86% center;
  }
}

@media (max-height: 820px) and (min-width: 921px) {
  .hero-copy h1 {
    font-size: clamp(2.25rem, 2.75vw, 3rem);
  }

  .hero-copy p {
    margin-top: 8px;
    font-size: 0.9rem;
  }

  .app-teaser {
    margin-top: 10px;
  }

  .store-badge {
    min-height: 34px;
    padding: 5px 11px 5px 9px;
  }

  .audience-card .card-content {
    padding-top: 20px;
    padding-bottom: 24px;
  }
}

/* Let audience cards breathe naturally; no forced viewport compression. */
@media (min-width: 921px) {
  .hero-screen {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .hero-content {
    height: auto;
    min-height: 0;
    grid-template-rows: auto auto;
    padding-bottom: 0;
  }

  .audience-grid {
    height: auto;
    min-height: 0;
  }

  .audience-card {
    height: auto;
    min-height: 720px;
  }

  .audience-card .card-content {
    min-height: 720px;
    overflow: visible;
    padding-top: clamp(44px, 4.2vw, 70px);
    padding-bottom: clamp(44px, 4.2vw, 70px);
  }

  .audience-card .card-kicker::after {
    font-size: clamp(4.9rem, 6.25vw, 8.7rem);
  }

  .audience-card .card-content h2 {
    font-size: clamp(2.1rem, 2.5vw, 3.2rem);
    margin-top: clamp(24px, 3vh, 42px);
  }

  .audience-benefits {
    gap: clamp(24px, 3vh, 40px) clamp(32px, 3vw, 54px);
    margin-top: clamp(28px, 3.4vh, 42px);
    margin-bottom: clamp(28px, 3.4vh, 42px);
  }

  .audience-card .card-button {
    min-height: 62px;
    width: min(100%, 370px);
  }
}

@media (min-width: 921px) {
  .audience-card .card-content {
    padding-bottom: clamp(74px, 6vw, 110px);
  }

  .audience-benefits {
    margin-bottom: clamp(18px, 2vw, 26px);
  }

  .audience-card .card-button {
    margin-bottom: clamp(10px, 1.4vw, 22px);
  }

  .artist-card .card-image {
    background-position: center, center, 124% center;
    background-size: 100% 100%, 100% 100%, auto 112%;
  }

  .studio-card-hero .card-image {
    background-position: center, center, 114% center;
    background-size: 100% 100%, 100% 100%, auto 112%;
  }
}

/* Force the audience image focal points to sit on the right across viewport sizes. */
.artist-card .card-image {
  background-position: center, center, 126% center;
  background-size: 100% 100%, 100% 100%, auto 116%;
}

.studio-card-hero .card-image {
  background-position: center, center, 116% center;
  background-size: 100% 100%, 100% 100%, auto 116%;
}

@media (max-width: 520px) {
  .artist-card .card-image {
    background-position: center, center, 128% center;
    background-size: 100% 100%, 100% 100%, auto 118%;
  }

  .studio-card-hero .card-image {
    background-position: center, center, 120% center;
    background-size: 100% 100%, 100% 100%, auto 118%;
  }
}

.audience-card .card-button {
  width: min(100%, 370px);
  min-height: 62px;
  padding-left: 22px;
  font-size: clamp(1rem, 1.08vw, 1.22rem);
}

.audience-card .card-button span {
  width: 46px;
  height: 46px;
}

.artist-card .card-image {
  opacity: 1;
  filter: brightness(1.24) saturate(1.12) contrast(1.02);
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.68) 38%, rgba(5, 7, 11, 0.16) 72%, rgba(5, 7, 11, 0.02) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0) 0%, rgba(5, 7, 11, 0.66) 100%),
    none;
  background-position: center, center, 132% center;
  background-size: 100% 100%, 100% 100%, auto 120%;
}

.studio-card-hero .card-image {
  opacity: 1;
  filter: brightness(1.22) saturate(1.08) contrast(1.02);
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.98) 0%, rgba(5, 7, 11, 0.7) 38%, rgba(5, 7, 11, 0.18) 74%, rgba(5, 7, 11, 0.02) 100%),
    linear-gradient(180deg, rgba(5, 7, 11, 0) 0%, rgba(5, 7, 11, 0.66) 100%),
    none;
  background-position: center, center, 122% center;
  background-size: 100% 100%, 100% 100%, auto 120%;
}

.audience-card::after {
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0) 0%, rgba(5, 7, 11, 0.22) 66%, rgba(5, 7, 11, 0.72) 100%),
    radial-gradient(circle at 13% 16%, rgba(116, 69, 255, 0.18), transparent 22%);
}

@media (max-height: 820px) and (min-width: 921px) {
  .audience-card .card-content {
    width: min(64%, 680px);
    padding: 28px 48px;
  }

  .audience-card .card-kicker::after {
    font-size: clamp(4.2rem, 5.4vw, 6.9rem);
  }

  .audience-card .card-content h2 {
    margin-top: 16px;
    font-size: clamp(1.7rem, 1.95vw, 2.35rem);
  }

  .audience-benefits {
    gap: 12px 22px;
    margin-top: 16px;
  }

  .audience-benefits strong {
    font-size: clamp(0.95rem, 1vw, 1.12rem);
  }

  .audience-benefits span {
    font-size: clamp(0.82rem, 0.86vw, 0.96rem);
  }

  .audience-card .card-button {
    min-height: 52px;
    width: min(100%, 330px);
  }

  .audience-card .card-button span {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 520px) {
  .audience-card .card-content {
    width: 82%;
    padding: 14px 18px;
  }

  .audience-card .card-kicker::after {
    font-size: 1.95rem;
  }

  .audience-card .card-content h2 {
    margin-top: 8px;
    font-size: 1rem;
  }

  .audience-card .card-button {
    min-height: 38px;
    width: min(100%, 210px);
    padding-left: 14px;
    font-size: 0.78rem;
  }

  .audience-card .card-button span {
    width: 28px;
    height: 28px;
  }
}

/* FINAL OVERRIDE: audience images are right-weighted, proportional, and never repeated. */
.artist-card .card-image {
  background-color: #020306;
  background-image:
    linear-gradient(90deg, #020306 0%, rgba(2, 3, 6, 0.98) 30%, rgba(2, 3, 6, 0.76) 46%, rgba(2, 3, 6, 0.24) 68%, rgba(2, 3, 6, 0.02) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.03) 0%, rgba(2, 3, 6, 0.72) 100%),
    none;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left center, left center, right center;
  background-size: 100% 100%, 100% 100%, auto 100%;
}

.studio-card-hero .card-image {
  background-color: #020306;
  background-image:
    linear-gradient(90deg, #020306 0%, rgba(2, 3, 6, 0.98) 31%, rgba(2, 3, 6, 0.74) 48%, rgba(2, 3, 6, 0.24) 70%, rgba(2, 3, 6, 0.02) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.68) 100%),
    none;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left center, left center, right center;
  background-size: 100% 100%, 100% 100%, auto 100%;
}

@media (min-width: 921px) {
  .artist-card .card-image {
    background-position: left center, left center, calc(100% + 42px) center;
    background-size: 100% 100%, 100% 100%, auto 104%;
  }

  .studio-card-hero .card-image {
    background-position: left center, left center, calc(100% + 34px) center;
    background-size: 100% 100%, 100% 100%, auto 104%;
  }
}

@media (max-width: 640px) {
  .artist-card .card-image,
  .studio-card-hero .card-image {
    background-position: left center, left center, right center;
    background-size: 100% 100%, 100% 100%, auto 100%;
  }
}

/* TRUE FINAL studio image fix: move only the photo, never a cropped panel edge. */
.studio-card-hero .card-image {
  background: #020306 !important;
}

.studio-card-hero .card-image::before {
  inset: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 108%;
  transform: translateX(78px);
  filter: brightness(1.2) saturate(1.08) contrast(1.02);
}

.studio-card-hero .card-image::after {
  inset: 0;
  background:
    linear-gradient(90deg, #020306 0%, #020306 34%, rgba(2, 3, 6, 0.92) 48%, rgba(2, 3, 6, 0.32) 72%, rgba(2, 3, 6, 0.04) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.66) 100%);
}

@media (min-width: 921px) {
  .studio-card-hero .card-image::before {
    transform: translateX(98px);
  }
}

/* TRUE FINAL studio person focus: use the left side of the source image, shifted right. */
.studio-card-hero .card-image::before {
  inset: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 108%;
  transform: translateX(78px);
}

@media (min-width: 921px) {
  .studio-card-hero .card-image::before {
    transform: translateX(160px);
  }
}

/* Studio fine tune: a little left again, with a softer fade that starts earlier. */
.studio-card-hero .card-image::before {
  transform: translateX(62px);
}

.studio-card-hero .card-image::after {
  background:
    linear-gradient(90deg, #020306 0%, rgba(2, 3, 6, 0.98) 24%, rgba(2, 3, 6, 0.82) 38%, rgba(2, 3, 6, 0.42) 58%, rgba(2, 3, 6, 0.08) 82%, rgba(2, 3, 6, 0.02) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.64) 100%);
}

@media (min-width: 921px) {
  .studio-card-hero .card-image::before {
    transform: translateX(136px);
  }
}

/* Final visible studio tune: stronger soft fade and a real left nudge. */
.studio-card-hero .card-image::before {
  inset: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 108%;
  transform: translateX(30px);
  filter: brightness(1.2) saturate(1.08) contrast(1.02);
}

.studio-card-hero .card-image::after {
  inset: 0;
  background:
    linear-gradient(90deg, #020306 0%, #020306 30%, rgba(2, 3, 6, 0.94) 44%, rgba(2, 3, 6, 0.58) 62%, rgba(2, 3, 6, 0.18) 82%, rgba(2, 3, 6, 0.04) 100%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.02) 0%, rgba(2, 3, 6, 0.66) 100%);
}

@media (min-width: 921px) {
  .studio-card-hero .card-image::before {
    transform: translateX(92px);
  }
}

/* Final audience copy spacing: keep benefit descriptions closer to their titles. */
.audience-benefits p {
  gap: 2px;
}

.audience-benefits strong {
  line-height: 1.02;
}

.audience-benefits span {
  line-height: 1.12;
}

.audience-benefits {
  row-gap: 24px;
}

@media (min-width: 921px) {
  .audience-benefits {
    row-gap: 28px;
  }
}

/* Slightly trim audience card height without compressing the content. */
.audience-card {
  min-height: 96%;
}

.audience-card .card-content {
  padding-bottom: clamp(28px, 3vw, 58px);
}

@media (min-width: 921px) {
  .audience-card {
    min-height: 690px;
  }

  .audience-card .card-content {
    min-height: 690px;
    padding-bottom: clamp(56px, 5vw, 86px);
  }
}

/* Align CTAs with the audience text column. */
.audience-card .card-button {
  align-self: flex-start;
  margin-left: 0;
}

/* Premium hero pass: focus the launch statement and move store badges to the footer only. */
.hero-screen .app-teaser {
  display: none;
}

.hero-copy {
  position: relative;
  isolation: isolate;
  padding-top: clamp(10px, 2vh, 24px);
}

.hero-copy::before {
  display: none;
}

.hero-copy h1 {
  max-width: 980px;
  background:
    linear-gradient(180deg, #fff 0%, #f4f0ff 46%, #b8a9ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.85rem, 5.8vw, 6.25rem);
  line-height: 0.96;
  font-weight: 950;
  text-wrap: balance;
  text-shadow: 0 24px 90px rgba(123, 92, 255, 0.18);
}

.hero-copy p {
  max-width: 760px;
  margin-top: clamp(16px, 2.2vh, 26px);
  color: rgba(244, 246, 252, 0.66);
  font-size: clamp(0.98rem, 1.28vw, 1.2rem);
  line-height: 1.5;
  font-weight: 360;
  text-wrap: balance;
}

.hero-content {
  gap: clamp(34px, 6vh, 72px);
}

/* Keep these sections available in markup, but visually disabled for now. */
.search-strip,
.about-section,
.results-section {
  display: none;
}

.site-footer {
  margin-top: 0;
  padding-top: clamp(52px, 8vw, 88px);
}

.store-links {
  gap: 14px;
  margin-top: 18px;
}

.store-link {
  min-height: 52px;
  min-width: 168px;
  justify-content: flex-start;
  gap: 12px;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 16px 8px 13px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    #050608;
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 38px rgba(0, 0, 0, 0.28);
}

.store-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    #07080b;
}

.store-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  flex: 0 0 28px;
}

.store-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.google-play-link .store-icon svg {
  fill: none;
}

.google-play-link .play-blue {
  fill: #4285f4;
}

.google-play-link .play-green {
  fill: #34a853;
}

.google-play-link .play-yellow {
  fill: #fbbc04;
}

.google-play-link .play-red {
  fill: #ea4335;
}

.store-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
  text-align: left;
}

.store-copy small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.62rem;
  font-weight: 650;
}

.store-copy strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
}

@media (max-width: 640px) {
  .hero-copy::before {
    display: none;
  }

  .hero-copy h1 {
    max-width: 390px;
    font-size: clamp(2.1rem, 9.4vw, 2.85rem);
    line-height: 0.98;
  }

  .hero-copy p {
    max-width: 340px;
    font-size: 0.92rem;
    font-weight: 350;
  }

  .store-link {
    min-width: 156px;
  }
}

/* Final hero headline/footer badge refinement. */
.hero-copy h1 {
  white-space: normal;
}

.hero-copy h1 br {
  display: block;
}

@media (max-width: 640px) {
  .hero-copy h1 {
    max-width: 390px;
  }
}

/* Final hero title: lock it to two lines, keep "Where", and remove store hover lift. */
.hero-copy h1 {
  max-width: none;
  white-space: normal;
}

.hero-copy h1 .hero-title-line {
  display: block;
  white-space: nowrap;
  background:
    linear-gradient(180deg, #fff 0%, #f4f0ff 46%, #b8a9ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Final nav/footer polish. */
.login-button:hover,
.start-button:hover {
  transform: none;
}

.menu-button {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.menu-button:hover {
  background: rgba(255, 255, 255, 0.055);
}

.site-footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(123, 92, 255, 0.1), transparent 36%),
    linear-gradient(180deg, #020305 0%, #020305 100%);
}

.footer-inner {
  max-width: 1120px;
}

.store-link,
.store-link:hover {
  transform: none;
}

/* Final edge/CTA icon polish. */
html {
  overscroll-behavior-y: none;
  background: #05070b;
}

body {
  overscroll-behavior-y: none;
  background: #05070b;
}

.page-shell {
  padding-top: 0;
}

.hero-screen {
  min-height: 100svh;
}

.audience-card .card-button span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: 0 0 38px;
  font-size: 1.18rem;
  line-height: 1;
}

.audience-card .card-button span[aria-hidden="true"] {
  padding-bottom: 1px;
}

@media (max-width: 640px) {
  .audience-card .card-button span {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 1.08rem;
  }
}

.footer-nav {
  display: grid;
  width: min(100%, 760px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 6vw, 86px);
  margin-top: clamp(38px, 6vw, 58px);
  text-align: left;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-column h3 {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(220, 225, 236, 0.58);
  font-size: 0.93rem;
  font-weight: 420;
  text-decoration: none;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.footer-column a:hover {
  color: rgba(255, 255, 255, 0.9);
  transform: none;
}

.footer-meta {
  margin: clamp(34px, 5vw, 48px) 0 0;
  color: rgba(220, 225, 236, 0.38);
  font-size: 0.82rem;
  font-weight: 380;
}

@media (max-width: 640px) {
  .footer-nav {
    width: min(100%, 340px);
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
}

/* Final CTA/footer balance: no glow on primary CTAs and centered footer groups. */
.start-button,
.card-button {
  box-shadow: none;
}

.start-button:hover,
.card-button:hover {
  box-shadow: none;
}

.footer-nav {
  width: min(100%, 840px);
  justify-items: center;
  gap: clamp(34px, 7vw, 104px);
  text-align: center;
}

.footer-column {
  justify-items: center;
  min-width: 150px;
}

.footer-column h3 {
  text-align: center;
}

.footer-column a {
  text-align: center;
}

@media (max-width: 640px) {
  .footer-nav {
    gap: 30px;
  }
}

/* Audience typography polish: softer than pure white and less compressed. */
.audience-card .card-kicker::after,
.audience-card .card-content h2 {
  color: rgba(255, 255, 255, 0.96);
}

.audience-benefits strong {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 850;
  line-height: 1.08;
}

.audience-benefits p span {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 620;
  line-height: 1.18;
}

/* CTA typography and interaction polish. */
.start-button,
.card-button {
  box-shadow: none;
  letter-spacing: 0.01em;
  font-weight: 780;
}

.start-button:hover,
.card-button:hover {
  transform: none;
  box-shadow: none;
  filter: brightness(1.035);
}

.audience-card .card-button {
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: 0.012em;
  font-weight: 780;
}

.audience-card .card-button span {
  box-shadow: none;
}

/* Remove remaining studio CTA glow in normal state too. */
.studio-card-hero .card-button,
.studio-card-hero .card-button:hover,
.studio-card-hero .card-button:focus-visible {
  box-shadow: none;
  filter: none;
  transform: none;
}

.studio-card-hero .card-button span,
.studio-card-hero .card-button:hover span {
  box-shadow: none;
}

.store-link:hover {
  transform: none;
}

@media (max-width: 640px) {
  .hero-copy h1 {
    font-size: clamp(1.9rem, 8.6vw, 2.7rem);
    line-height: 0.98;
  }
}

/* Nav/footer refinement: simpler auth actions, reveal nav, footer like a real product shell. */
.nav-actions .login-button {
  min-height: 44px;
  border: 0;
  padding: 0 8px;
  background: transparent;
  color: rgba(245, 247, 252, 0.82);
  box-shadow: none;
  font-weight: 680;
}

.nav-actions .login-button:hover {
  border-color: transparent;
  background: transparent;
  color: #ffffff;
  transform: none;
}

.nav-actions .start-button {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  background:
    linear-gradient(rgba(6, 8, 13, 0.92), rgba(6, 8, 13, 0.92)) padding-box,
    linear-gradient(135deg, rgba(123, 92, 255, 0.92), rgba(167, 139, 250, 0.64), rgba(77, 70, 229, 0.92)) border-box;
  color: rgba(255, 255, 255, 0.94);
  box-shadow: none;
}

.nav-actions .start-button:hover {
  background:
    linear-gradient(rgba(11, 14, 22, 0.96), rgba(11, 14, 22, 0.96)) padding-box,
    linear-gradient(135deg, rgba(153, 125, 255, 0.96), rgba(197, 181, 255, 0.72), rgba(94, 84, 242, 0.96)) border-box;
  filter: none;
  transform: none;
}

.top-nav {
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 260ms ease,
    backdrop-filter 220ms ease;
}

.top-nav.is-floating {
  position: fixed;
  top: max(12px, env(safe-area-inset-top));
  left: clamp(14px, 3vw, 42px);
  right: clamp(14px, 3vw, 42px);
  z-index: 100;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 22px;
  padding: 0 clamp(14px, 2vw, 24px);
  background: rgba(5, 7, 12, 0.68);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  animation: navReveal 320ms ease both;
}

@keyframes navReveal {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.settings-menu {
  width: 220px;
  gap: 2px;
  padding: 12px 14px;
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(6, 8, 13, 0.82);
  box-shadow: 0 18px 62px rgba(0, 0, 0, 0.4);
}

.settings-menu a,
.settings-menu button {
  min-height: 0;
  border-radius: 0;
  padding: 8px 2px;
  background: transparent;
  color: rgba(231, 235, 245, 0.72);
  font-size: 0.95rem;
  font-weight: 520;
}

.settings-menu a:hover,
.settings-menu button:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
}

.site-footer {
  margin-top: 0;
  padding: clamp(56px, 7vw, 86px) clamp(22px, 6vw, 72px) clamp(46px, 6vw, 76px);
  background: #020304;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(520px, 1.8fr);
  align-items: start;
  justify-items: stretch;
  gap: clamp(54px, 8vw, 126px);
  max-width: 1440px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: clamp(34px, 4vw, 56px);
  text-align: left;
}

.footer-brand-block {
  display: grid;
  justify-items: start;
  gap: 20px;
}

.footer-logo {
  width: clamp(108px, 8vw, 132px);
  margin: 0;
}

.footer-meta {
  margin: 0;
  color: rgba(226, 229, 238, 0.58);
  font-size: 0.95rem;
  font-weight: 560;
  line-height: 1.45;
}

.footer-locale {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-locale button {
  min-height: 36px;
  border: 1px solid rgba(199, 172, 99, 0.72);
  border-radius: 10px;
  padding: 0 14px;
  background: transparent;
  color: rgba(224, 202, 139, 0.9);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.footer-locale span {
  margin-left: 8px;
  letter-spacing: 0;
}

.footer-nav {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  justify-items: start;
  gap: clamp(38px, 6vw, 96px);
  margin: 0;
  text-align: left;
}

.footer-column {
  justify-items: start;
  min-width: 0;
  gap: 16px;
}

.footer-column h3 {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 820;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.footer-column a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(226, 229, 238, 0.58);
  font-size: 0.98rem;
  font-weight: 560;
  text-align: left;
}

.footer-social-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: rgba(226, 229, 238, 0.62);
  font-size: 1.05rem;
  font-weight: 820;
}

.footer-store-links {
  display: grid;
  justify-content: start;
  gap: 14px;
  margin-top: 0;
}

.footer-store-links .store-link {
  min-height: 42px;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
}

.footer-store-links .store-link:hover {
  background: transparent;
  color: #ffffff;
  filter: none;
}

.footer-store-links .store-copy small {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 900px) {
  .top-nav.is-floating {
    left: 12px;
    right: 12px;
    border-radius: 18px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }
}

@media (max-width: 640px) {
  .nav-actions .login-button {
    display: none;
  }

  .nav-actions .start-button {
    padding-inline: 16px;
  }

  .top-nav.is-floating {
    grid-template-columns: auto 1fr auto;
    min-height: 54px;
  }

  .footer-inner {
    text-align: center;
  }

  .footer-brand-block,
  .footer-nav,
  .footer-column,
  .footer-store-links {
    justify-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-column h3,
  .footer-column a {
    text-align: center;
  }
}

/* Smooth nav reveal without layout jumps. */
.top-nav {
  position: absolute;
  top: 0;
  left: clamp(18px, 4vw, 48px);
  right: clamp(18px, 4vw, 48px);
  z-index: 100;
  width: auto;
  opacity: 1;
  will-change: transform, opacity, background;
  transition:
    opacity 260ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    background 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    backdrop-filter 240ms ease;
}

.top-nav.is-nav-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-118%);
}

.top-nav.is-floating {
  position: fixed;
  top: max(12px, env(safe-area-inset-top));
  left: clamp(14px, 3vw, 42px);
  right: clamp(14px, 3vw, 42px);
  width: auto;
  transform: translateY(0);
  animation: none;
}

.hero-content {
  padding-top: calc(clamp(38px, 7svh, 78px) + 64px);
}

@media (max-width: 900px) {
  .top-nav.is-floating {
    left: 12px;
    right: 12px;
  }
}

/* Final optical alignment for benefit icons. */
.audience-grid .benefit-icon {
  margin-top: -4px;
}

/* Final optical alignment for benefit icons. */
.audience-grid .benefit-icon {
  margin-top: -4px;
}

/* Final hero/title and benefit-icon alignment polish. */
.hero-copy h1 {
  padding-top: 0.08em;
  line-height: 1.02;
}

.hero-copy h1 .hero-title-line {
  padding-top: 0.02em;
}

.audience-grid .benefit-icon {
  margin-top: -4px;
  place-items: start center;
}

.audience-grid .benefit-icon svg {
  display: block;
}

/* Audience typography rhythm refinement. */
.audience-grid .audience-card .card-content h2 {
  font-weight: 760;
}

.audience-grid .audience-card .card-content h2 span {
  font-weight: 780;
}

.audience-grid .audience-benefits li {
  align-items: start;
}

.audience-grid .benefit-icon {
  align-self: start;
  margin-top: 0.02em;
}

.audience-grid .audience-benefits p {
  gap: 4px;
}

.audience-grid .audience-benefits strong {
  line-height: 1.1;
}

.audience-grid .audience-benefits p span {
  font-weight: 500;
  line-height: 1.16;
}

/* Balance vertical rhythm inside audience cards. */
.audience-grid .audience-card .audience-benefits {
  margin-top: clamp(58px, 8vh, 68px);
}

@media (max-width: 920px) {
  .audience-grid .audience-card .audience-benefits {
    margin-top: clamp(20px, 3.8vh, 34px);
  }
}

/* Final audience title balance. */
.audience-grid .audience-card .card-content {
  width: min(72%, 820px);
}

.audience-grid .audience-card .card-kicker,
.audience-grid .studio-card-hero .card-kicker {
  font-size: clamp(3.08rem, 4.25vw, 5.35rem);
  line-height: 0.92;
}

.audience-grid .audience-card .card-kicker {
  max-width: 790px;
}

@media (max-width: 920px) {
  .audience-grid .audience-card .card-content {
    width: min(74%, 620px);
  }

  .audience-grid .audience-card .card-kicker,
  .audience-grid .studio-card-hero .card-kicker {
    font-size: clamp(2.55rem, 9vw, 4.55rem);
  }
}

/* Balance audience hero titles: same size, two-line feel, wider copy area. */
.audience-card .card-content {
  width: min(72%, 820px);
}

.audience-card .card-kicker,
.studio-card-hero .card-kicker {
  font-size: clamp(3.08rem, 4.25vw, 5.35rem);
  line-height: 0.92;
}

.audience-card .card-kicker {
  max-width: 760px;
}

.studio-card-hero .card-kicker {
  max-width: 790px;
}

@media (max-width: 920px) {
  .audience-card .card-content {
    width: min(74%, 620px);
  }

  .audience-card .card-kicker,
  .studio-card-hero .card-kicker {
    font-size: clamp(2.55rem, 9vw, 4.55rem);
  }
}

/* Audience copy sizing pass. */
.audience-card .card-kicker {
  display: grid;
  gap: 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(3.75rem, 5.1vw, 6.45rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.audience-card .card-kicker::after {
  content: none;
}

.audience-card .card-kicker span {
  color: inherit;
}

.artist-card .card-kicker .card-prefix {
  color: #7b5cff;
}

.studio-card-hero .card-kicker .card-prefix {
  color: #c9a85c;
}

.audience-card .card-content h2 {
  max-width: 720px;
  font-size: clamp(1.86rem, 2.08vw, 2.62rem);
  line-height: 1.01;
}

.studio-card-hero .card-content h2 {
  max-width: 760px;
}

.audience-benefits {
  max-width: 700px;
}

.benefit-icon {
  width: 37px;
  min-width: 37px;
  height: 37px;
}

.benefit-icon svg {
  width: 28px;
  height: 28px;
}

.audience-benefits strong {
  font-size: clamp(1.18rem, 1.36vw, 1.5rem);
}

.audience-benefits p span {
  font-size: clamp(1.02rem, 1.12vw, 1.23rem);
}

.audience-card .card-button {
  align-items: center;
  padding-top: 2px;
  line-height: 1;
}

.audience-card .card-button span,
.studio-card-hero .card-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}

@media (max-width: 920px) {
  .audience-card .card-kicker {
    font-size: clamp(2.7rem, 11vw, 4.9rem);
  }

  .audience-card .card-content h2 {
    font-size: clamp(1.12rem, 5vw, 1.9rem);
  }
}

.studio-card-hero .card-kicker {
  display: block;
  font-size: clamp(3.75rem, 5.1vw, 6.45rem);
  line-height: 0.94;
}

.studio-card-hero .card-kicker span {
  display: inline;
}

@media (max-width: 920px) {
  .studio-card-hero .card-kicker {
    font-size: clamp(2.25rem, 8.8vw, 4.05rem);
  }
}

/* Store, footer social and audience CTA polish. */
.footer-brand-block {
  gap: 18px;
}

.footer-locale {
  display: none;
}

.footer-social-icon {
  width: 25px;
  height: 25px;
}

.footer-social-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer-store-links .store-link {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 16px;
  background:
    linear-gradient(#020304, #020304) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(158, 166, 184, 0.2), rgba(255, 255, 255, 0.38)) border-box;
  color: rgba(255, 255, 255, 0.92);
}

.footer-store-links .store-link:hover {
  border-color: transparent;
  background:
    linear-gradient(#040508, #040508) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(158, 166, 184, 0.28), rgba(255, 255, 255, 0.48)) border-box;
}

.audience-card .card-button {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.audience-card .card-button:hover,
.audience-card .card-button:focus-visible {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.audience-card .card-button span,
.studio-card-hero .card-button span {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  border-radius: 0;
  padding: 0 2px 1px 18px;
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  font-size: 2rem;
  font-weight: 1000;
  line-height: 0.8;
  box-shadow: none;
  text-shadow: none;
}

.studio-card-hero .card-button {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.studio-card-hero .card-button:hover,
.studio-card-hero .card-button:focus-visible {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

@media (max-width: 640px) {
  .audience-card .card-button span,
  .studio-card-hero .card-button span {
    width: auto;
    height: auto;
    flex-basis: auto;
    padding-left: 12px;
    font-size: 1.62rem;
  }
}

/* Stable fixed nav: no empty glass state while revealing. */
.top-nav {
  position: fixed;
  top: 0;
  left: clamp(18px, 4vw, 48px);
  right: clamp(18px, 4vw, 48px);
  width: auto;
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    background 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    backdrop-filter 240ms ease;
}

.top-nav.is-nav-hidden {
  opacity: 1;
  transform: translateY(calc(-100% - 18px));
}

.top-nav.is-floating {
  position: fixed;
  top: max(12px, env(safe-area-inset-top));
  left: clamp(14px, 3vw, 42px);
  right: clamp(14px, 3vw, 42px);
  width: auto;
  opacity: 1;
  transform: translateY(0);
  animation: none;
}

@media (max-width: 900px) {
  .top-nav.is-floating {
    left: 12px;
    right: 12px;
  }
}
/* Final optical alignment for benefit icons. */
.audience-grid .benefit-icon {
  margin-top: -4px;
}

.studio-card-hero .studio-line-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.studio-card-hero .studio-node-icon circle {
  fill: currentColor;
  stroke: none;
}

.studio-card-hero .studio-people-icon svg {
  fill: currentColor;
  stroke: none;
}

.studio-card-hero .studio-people-icon path:nth-last-child(-n + 3) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.78;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.studio-card-hero .studio-people-icon path {
  fill: currentColor !important;
  stroke: none !important;
}

.studio-card-hero .studio-silhouette-icon svg {
  fill: currentColor;
  stroke: none;
}

.studio-card-hero .studio-silhouette-icon path {
  fill: currentColor;
  stroke: none;
}

.studio-card-hero .studio-silhouette-icon .silhouette-front-gap {
  paint-order: stroke fill;
  stroke: rgba(5, 6, 10, 0.98);
  stroke-width: 1.34;
  stroke-linejoin: round;
}

.studio-card-hero .studio-share-icon svg {
  fill: currentColor;
  stroke: none;
}

.studio-card-hero .studio-share-icon .share-link {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
}

.studio-card-hero .studio-share-icon {
  color: #c9a85c;
}

.studio-card-hero .studio-share-icon .share-png-mask {
  display: block;
  width: 28px;
  height: 28px;
  color: #c9a85c;
  background: #c9a85c;
  -webkit-mask: url("./assets/platform/icons/share.png") center / contain no-repeat;
  mask: url("./assets/platform/icons/share.png") center / contain no-repeat;
}

/* Role selection page. */
.role-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 4%, rgba(123, 92, 255, 0.22), transparent 34%),
    radial-gradient(circle at 84% 28%, rgba(201, 168, 92, 0.12), transparent 34%),
    #020304;
  color: rgba(255, 255, 255, 0.94);
}

.role-selection-shell {
  min-height: 100vh;
  padding: max(22px, env(safe-area-inset-top)) clamp(18px, 4vw, 58px) 34px;
}

.role-selection-nav {
  display: flex;
  width: min(100%, 1440px);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.role-back-link,
.role-login-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.94rem;
  font-weight: 640;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.role-back-link:hover,
.role-login-link:hover {
  color: rgba(255, 255, 255, 0.95);
}

.role-selection-hero {
  display: grid;
  width: min(100%, 1380px);
  min-height: calc(100vh - 116px);
  margin: 0 auto;
  align-content: center;
  justify-items: center;
  padding: clamp(32px, 6vh, 74px) 0 0;
  text-align: center;
}

.role-selection-logo {
  width: clamp(92px, 8vw, 132px);
  height: auto;
  margin-bottom: 18px;
  object-fit: contain;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.42));
}

.role-eyebrow {
  margin: 0 0 16px;
  color: #a98cff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.role-selection-hero h1 {
  max-width: 920px;
  margin: 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(2.8rem, 6vw, 7.1rem);
  font-weight: 920;
  letter-spacing: 0;
  line-height: 0.94;
}

.role-selection-copy {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  font-weight: 430;
  line-height: 1.5;
}

.role-choice-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  margin-top: clamp(34px, 6vh, 72px);
}

.role-choice-card {
  position: relative;
  display: grid;
  min-height: clamp(290px, 29vw, 390px);
  align-content: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: clamp(24px, 2.4vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(8, 10, 14, 0.92);
  color: inherit;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    filter 180ms ease;
}

.role-choice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 20%, rgba(123, 92, 255, 0.34), transparent 34%),
    linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.64));
  opacity: 0.72;
}

.role-choice-studio::before {
  background:
    radial-gradient(circle at 78% 20%, rgba(201, 168, 92, 0.32), transparent 34%),
    linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.64));
}

.role-choice-creative::before {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.18), transparent 32%),
    radial-gradient(circle at 34% 12%, rgba(123, 92, 255, 0.24), transparent 30%),
    linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.64));
}

.role-choice-card:hover,
.role-choice-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.22);
  filter: brightness(1.08);
  outline: none;
}

.role-choice-icon,
.role-choice-label,
.role-choice-card strong,
.role-choice-card small,
.role-choice-action {
  position: relative;
  z-index: 1;
}

.role-choice-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: auto;
  place-items: center;
  border-radius: 16px;
  background: rgba(123, 92, 255, 0.18);
  color: #8b5cff;
}

.role-choice-studio .role-choice-icon {
  background: rgba(201, 168, 92, 0.16);
  color: #c9a85c;
}

.role-choice-creative .role-choice-icon {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
}

.role-choice-icon svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
}

.role-choice-label {
  margin-top: clamp(76px, 8vw, 118px);
  color: #a98cff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.role-choice-studio .role-choice-label {
  color: #c9a85c;
}

.role-choice-creative .role-choice-label {
  color: rgba(255, 255, 255, 0.72);
}

.role-choice-card strong {
  max-width: 420px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(1.55rem, 2.2vw, 2.38rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.02;
}

.role-choice-card small {
  max-width: 410px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(0.94rem, 1.05vw, 1.08rem);
  font-weight: 480;
  line-height: 1.35;
}

.role-choice-action {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.95rem;
  font-weight: 760;
}

.role-choice-action b {
  color: currentColor;
  font-size: 1.35rem;
  line-height: 1;
}

@media (max-width: 980px) {
  .role-selection-hero {
    align-content: start;
    padding-top: 42px;
  }

  .role-choice-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .role-choice-card {
    min-height: 280px;
  }

  .role-choice-label {
    margin-top: 62px;
  }
}

@media (max-width: 560px) {
  .role-selection-shell {
    padding-inline: 14px;
  }

  .role-selection-nav {
    align-items: flex-start;
  }

  .role-login-link {
    text-align: right;
  }

  .role-selection-hero h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .role-choice-card {
    min-height: 256px;
    padding: 22px;
  }
}

/* Keep the role choice visible quickly on laptop-height screens. */
@media (min-width: 981px) {
  .role-selection-hero {
    padding-top: clamp(18px, 3vh, 44px);
  }

  .role-selection-logo {
    width: clamp(82px, 6vw, 112px);
    margin-bottom: 12px;
  }

  .role-selection-hero h1 {
    font-size: clamp(2.75rem, 5.1vw, 5.9rem);
  }

  .role-selection-copy {
    margin-top: 18px;
  }

  .role-choice-grid {
    margin-top: clamp(26px, 4vh, 48px);
  }

  .role-choice-card {
    min-height: clamp(250px, 24vw, 332px);
  }

  .role-choice-label {
    margin-top: clamp(48px, 5vw, 78px);
  }
}

/* Cleaner compact registration choice for laptop screens. */
.role-selection-shell {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100svh;
  padding: max(18px, env(safe-area-inset-top)) clamp(18px, 4vw, 54px) 22px;
}

.role-selection-hero {
  min-height: 0;
  align-content: center;
  padding-top: 0;
}

.role-selection-logo {
  width: clamp(70px, 5vw, 96px);
  margin-bottom: 10px;
}

.role-eyebrow {
  margin-bottom: 10px;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}

.role-selection-hero h1 {
  max-width: 680px;
  font-size: clamp(2.05rem, 3.6vw, 4.05rem);
  font-weight: 850;
  line-height: 1;
}

.role-selection-copy {
  max-width: 520px;
  margin-top: 14px;
  font-size: clamp(0.92rem, 1.1vw, 1.06rem);
  line-height: 1.42;
}

.role-choice-grid {
  max-width: 1120px;
  margin-top: clamp(22px, 4vh, 38px);
  gap: clamp(12px, 1.35vw, 18px);
}

.role-choice-card {
  min-height: clamp(214px, 19vw, 270px);
  padding: clamp(20px, 1.8vw, 28px);
  border-color: rgba(255, 255, 255, 0.085);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
    rgba(7, 9, 13, 0.9);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

.role-choice-card::before {
  opacity: 0.45;
}

.role-choice-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  border-radius: 12px;
}

.role-choice-icon svg {
  width: 23px;
  height: 23px;
}

.role-choice-label {
  margin-top: clamp(38px, 4vw, 58px);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

.role-choice-card strong {
  margin-top: 9px;
  font-size: clamp(1.45rem, 1.7vw, 1.9rem);
  font-weight: 850;
  line-height: 1.06;
}

.role-choice-card small {
  margin-top: 9px;
  font-size: clamp(0.82rem, 0.95vw, 0.96rem);
  font-weight: 440;
  line-height: 1.32;
}

.role-choice-action {
  min-height: 30px;
  margin-top: 16px;
  font-size: 0.84rem;
  font-weight: 680;
}

.role-choice-action b {
  font-size: 1.16rem;
}

@media (max-width: 980px) {
  .role-selection-shell {
    display: block;
    min-height: 100vh;
  }

  .role-selection-hero {
    padding-top: 34px;
  }

  .role-choice-card {
    min-height: 220px;
  }
}

/* Minimal role page pass. */
.role-page {
  background:
    radial-gradient(circle at 50% -16%, rgba(123, 92, 255, 0.16), transparent 34%),
    #020304;
}

.role-selection-shell {
  grid-template-rows: 1fr;
}

.role-selection-hero {
  min-height: calc(100svh - 40px);
  padding-top: 0;
}

.role-selection-hero h1 {
  max-width: 560px;
  font-size: clamp(1.72rem, 2.75vw, 3.1rem);
  font-weight: 760;
  line-height: 1.05;
}

.role-choice-grid {
  margin-top: clamp(24px, 4.5vh, 42px);
}

.role-choice-card {
  min-height: clamp(184px, 15vw, 228px);
  align-content: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.012)),
    rgba(7, 9, 13, 0.9);
}

.role-choice-card::before {
  display: none;
}

.role-choice-card strong {
  margin-top: 0;
}

.role-choice-artist strong,
.role-choice-artist .role-choice-action {
  color: #8b5cff;
}

.role-choice-studio strong,
.role-choice-studio .role-choice-action {
  color: #c9a85c;
}

.role-choice-creative strong,
.role-choice-creative .role-choice-action {
  color: rgba(255, 255, 255, 0.88);
}

.role-choice-card small {
  margin-top: 12px;
}

.role-choice-action {
  margin-top: 22px;
}

.role-secondary-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 30px;
  margin-top: clamp(22px, 4vh, 36px);
}

.role-secondary-links a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  font-weight: 560;
  text-decoration: none;
}

.role-secondary-links a:hover {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 980px) {
  .role-selection-hero {
    min-height: auto;
    padding-block: 44px 28px;
  }
}

/* Role page content polish. */
.role-page {
  background:
    radial-gradient(circle at 50% -18%, rgba(123, 92, 255, 0.24), transparent 36%),
    radial-gradient(circle at 8% 68%, rgba(255, 255, 255, 0.07), transparent 30%),
    radial-gradient(circle at 88% 64%, rgba(139, 92, 246, 0.1), transparent 32%),
    linear-gradient(180deg, #080a10 0%, #030407 100%);
}

.role-selection-hero h1 {
  color: rgba(255, 255, 255, 0.92);
}

.role-choice-card {
  justify-items: start;
  align-content: start;
  padding-top: clamp(22px, 2vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    rgba(10, 13, 19, 0.92);
}

.role-choice-icon {
  display: grid;
  width: 100%;
  height: 78px;
  margin-bottom: clamp(18px, 2.4vw, 30px);
  place-items: center;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
}

.role-choice-artist .role-choice-icon {
  background: var(--twobe-role-artist-bg);
  color: #8b5cff;
}

.role-choice-studio .role-choice-icon {
  background: var(--twobe-role-studio-bg);
  color: #c9a85c;
}

.role-choice-creative .role-choice-icon {
  background: var(--twobe-role-creative-bg);
  color: var(--twobe-role-creative);
}

.role-choice-icon svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.role-choice-studio .role-choice-icon svg,
.role-choice-artist .role-choice-icon svg,
.role-choice-creative .role-choice-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.95;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.role-choice-card strong,
.role-choice-artist strong,
.role-choice-studio strong,
.role-choice-creative strong {
  color: rgba(255, 255, 255, 0.94);
}

.role-choice-card small {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.64);
}

.role-secondary-links {
  width: min(100%, 1120px);
  justify-content: flex-start;
  gap: 24px;
}

@media (max-width: 980px) {
  .role-secondary-links {
    width: min(100%, 680px);
  }
}

/* Reference style role cards: icon left, copy middle, arrow right. */
.role-choice-grid {
  max-width: 1260px;
  gap: clamp(12px, 1.4vw, 18px);
}

.role-choice-card {
  display: grid;
  min-height: clamp(150px, 12vw, 180px);
  grid-template-columns: 74px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  column-gap: clamp(16px, 1.6vw, 24px);
  padding: clamp(22px, 2vw, 30px);
  border-radius: 14px;
  border-color: rgba(255, 255, 255, 0.1);
}

.role-choice-artist {
  background:
    linear-gradient(180deg, rgba(139, 92, 255, 0.105), rgba(139, 92, 255, 0.055)),
    #141522;
}

.role-choice-studio {
  background:
    linear-gradient(180deg, rgba(201, 168, 92, 0.075), rgba(201, 168, 92, 0.032)),
    #161817;
}

.role-choice-creative {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.018)),
    #111720;
}

.role-choice-icon {
  grid-row: 1 / span 2;
  width: 74px;
  height: 74px;
  margin: 0;
  justify-self: center;
  background: transparent;
}

.role-choice-artist .role-choice-icon,
.role-choice-studio .role-choice-icon,
.role-choice-creative .role-choice-icon {
  background: transparent;
}

.role-choice-icon svg {
  width: 54px;
  height: 54px;
}

.role-choice-studio .role-choice-icon img,
.role-choice-creative .role-choice-icon img,
.role-choice-artist .role-choice-icon img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  object-position: center;
}

.role-choice-studio .role-choice-icon img {
  transform: translateY(2px);
}

.role-choice-card strong {
  align-self: end;
  margin: 0;
  font-size: clamp(1.7rem, 2vw, 2.22rem);
}

.role-choice-card small {
  align-self: start;
  max-width: 360px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.98rem, 1.05vw, 1.16rem);
  font-weight: 560;
  line-height: 1.35;
}

.role-choice-action {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-height: 0;
  margin: 0;
  align-self: center;
  color: transparent;
  font-size: 0;
}

.role-choice-action b {
  color: rgba(255, 255, 255, 0.86);
  font-size: 2.25rem;
  font-weight: 650;
}

.role-choice-artist .role-choice-action b {
  color: #8b5cff;
}

.role-choice-studio .role-choice-action b {
  color: #c9a85c;
}

.role-choice-creative .role-choice-action b {
  color: var(--twobe-role-creative);
}

@media (max-width: 980px) {
  .role-choice-grid {
    grid-template-columns: 1fr;
  }

  .role-choice-card {
    min-height: 142px;
    grid-template-columns: 72px minmax(0, 1fr) auto;
  }
}

@media (min-width: 981px) {
  .role-choice-card {
    min-height: clamp(214px, 18vw, 278px);
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
    justify-items: start;
    align-content: start;
  }

  .role-choice-icon {
    grid-row: auto;
    width: 100%;
    height: 58px;
    margin-bottom: clamp(20px, 2vw, 30px);
    justify-self: center;
    place-items: center;
  }

  .role-choice-card strong {
    align-self: auto;
  }

  .role-choice-card small {
    align-self: auto;
    max-width: 340px;
  }

  .role-choice-action {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    align-self: end;
    margin-top: clamp(20px, 2.2vw, 30px);
  }
}

@media (max-width: 560px) {
  .role-choice-card {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    column-gap: 14px;
    min-height: 158px;
    padding: 18px;
  }

  .role-choice-icon {
    width: 58px;
    height: 58px;
  }

  .role-choice-icon svg {
    width: 43px;
    height: 43px;
  }

  .role-choice-card strong {
    font-size: 1.5rem;
  }

  .role-choice-card small {
    font-size: 0.88rem;
    line-height: 1.28;
  }

  .role-choice-action b {
    font-size: 1.9rem;
  }
}

/* Audience CTA final hover and arrow alignment. */
.audience-card .card-button:hover,
.audience-card .card-button:focus-visible {
  filter: brightness(1.12) saturate(1.03);
  transform: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.studio-card-hero .card-button:hover,
.studio-card-hero .card-button:focus-visible {
  filter: brightness(1.08) saturate(1.02);
  transform: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.audience-card .card-button span,
.studio-card-hero .card-button span {
  transform: translateY(2px);
}

/* Final role page secondary links. */
.role-secondary-links {
  align-items: center;
}

.role-login-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  font-weight: 560;
}

.role-login-copy .role-link-login {
  color: #8b5cff;
  font-weight: 700;
  text-decoration: none;
}

.role-login-copy .role-link-login:hover {
  color: #a98cff;
}

@media (min-width: 981px) {
  .role-secondary-links {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-content: stretch;
  }

  .role-link-back {
    justify-self: start;
  }

  .role-login-copy {
    grid-column: 2;
    justify-self: center;
  }
}

.role-selection-hint {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: clamp(0.94rem, 1.05vw, 1.06rem);
  font-weight: 440;
  line-height: 1.35;
}

.role-choice-grid--duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: min(920px, 100%);
  margin-inline: auto;
}

@media (max-width: 980px) {
  .role-choice-grid--duo {
    grid-template-columns: 1fr;
    max-width: 680px;
  }
}

@media (min-width: 981px) {
  .role-choice-action {
    grid-column: 1;
    position: absolute;
    right: clamp(22px, 2vw, 30px);
    bottom: clamp(22px, 2vw, 30px);
    justify-self: end;
    align-self: end;
    width: auto;
    margin: 0;
    text-align: right;
  }

  .role-choice-action b {
    display: inline-block;
    transform: translateX(-7px);
    transition: transform 220ms ease;
  }

  .role-choice-card:hover .role-choice-action b,
  .role-choice-card:focus-visible .role-choice-action b {
    transform: translateX(0);
  }
}

@media (max-width: 720px) {
  .artist-onboarding.is-private-step,
  .artist-onboarding:has(.artist-private-step.is-active) {
    width: min(430px, 100%);
  }

  .artist-private-grid {
    grid-template-columns: 1fr;
  }
}

/* Studios & Creatives hero — role-first headline (symmetric with artist card). */
.audience-grid .artist-card .card-content h2,
.audience-grid .studio-card-hero .studio-roles-headline {
  max-width: 580px;
  margin: 26px 0 0;
  color: #fff;
  font-size: clamp(1.9rem, 2.2vw, 2.75rem);
  font-weight: 860;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.studio-card-hero .studio-roles-row {
  display: block;
}

.studio-card-hero .studio-roles-row + .studio-roles-row {
  margin-top: 0.06em;
}

.studio-card-hero .role-label {
  color: rgba(255, 255, 255, 0.96);
}

.studio-card-hero .role-label--studio {
  color: #d6b978;
}

.studio-card-hero .role-label--creative {
  color: #9fdcff;
}

.studio-card-hero .benefit-icon-faders svg circle {
  fill: currentColor;
}

@media (max-width: 980px) {
  .audience-grid .artist-card .card-content h2,
  .audience-grid .studio-card-hero .studio-roles-headline {
    font-size: clamp(1.55rem, 1.75vw, 2.2rem);
  }
}

@media (max-width: 640px) {
  .audience-grid .artist-card .card-content h2,
  .audience-grid .studio-card-hero .studio-roles-headline {
    font-size: 1.65rem;
  }
}

/* Lock audience cards to shared horizontal baselines (kicker → CTA → features). */
@media (min-width: 921px) {
  #home .audience-grid .audience-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
  }

  #home .audience-grid .audience-card .card-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    max-height: none;
    min-height: 0;
    overflow: visible;
  }

  #home .audience-grid .audience-card .card-kicker {
    flex: 0 0 auto;
    min-height: calc(3 * 0.88em);
  }

  #home .audience-grid .artist-card .card-content h2,
  #home .audience-grid .studio-card-hero .studio-roles-headline {
    flex: 0 0 auto;
    min-height: calc(2 * 1.04em);
    margin-top: clamp(12px, 1.4vh, 16px);
  }

  #home .audience-grid .audience-card .card-button {
    flex: 0 0 auto;
    margin-top: clamp(14px, 1.6vh, 18px);
    margin-bottom: 0;
    align-self: flex-start;
  }

  #home .audience-grid .audience-card .audience-benefits {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, auto));
    gap: clamp(12px, 1.4vh, 16px) clamp(16px, 1.8vw, 24px);
    margin-top: clamp(16px, 2vh, 22px);
    margin-bottom: 0;
    align-self: stretch;
  }

  #home .audience-grid .audience-benefits li {
    min-height: 0;
    align-self: start;
  }
}

/* Product brand — unified size, position & hierarchy. */
:root {
  --product-brand-width: 104px;
  --product-brand-height: 80px;
  --product-brand-width-sm: 92px;
  --product-brand-height-sm: 72px;
  --product-brand-inset-x: clamp(18px, 4vw, 48px);
  --product-brand-inset-y: 22px;
  --product-nav-height: 84px;
}

.top-nav {
  min-height: var(--product-nav-height);
}

.brand,
.auth-brand,
.profile-sidebar .auth-brand,
.studio-sidebar-brand {
  flex-shrink: 0;
}

.brand,
.auth-brand,
.studio-sidebar-brand,
.profile-sidebar .auth-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: var(--product-brand-width);
  height: var(--product-brand-height);
  overflow: visible;
}

.auth-brand {
  top: var(--product-brand-inset-y);
  left: var(--product-brand-inset-x);
}

.brand-logo,
.auth-brand img,
.profile-sidebar .auth-brand img,
.studio-sidebar-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transform: none;
}

.profile-sidebar .auth-brand {
  position: static;
  margin-bottom: 28px;
  transition: none;
}

.studio-sidebar-brand {
  margin-bottom: 48px;
}

.role-selection-logo {
  width: var(--product-brand-width);
  height: var(--product-brand-height);
  margin-bottom: 18px;
  object-fit: contain;
  filter: none;
}

@media (max-width: 520px) {
  .brand,
  .auth-brand,
  .profile-sidebar .auth-brand,
  .studio-sidebar-brand {
    width: var(--product-brand-width-sm);
    height: var(--product-brand-height-sm);
  }

  .auth-brand {
    top: 18px;
    left: 18px;
  }
}

/* Landing rail — shared axis for nav + hero copy. */
:root {
  --landing-rail-max: 1560px;
  --landing-rail-gutter: clamp(18px, 4vw, 48px);
}

#home.hero-screen .top-nav {
  left: 0;
  right: 0;
  width: 100%;
  max-width: var(--landing-rail-max);
  margin-inline: auto;
  padding-inline: var(--landing-rail-gutter);
  box-sizing: border-box;
}

#home.hero-screen .top-nav.is-floating {
  left: 0;
  right: 0;
  width: 100%;
  max-width: var(--landing-rail-max);
  margin-inline: auto;
  padding-inline: var(--landing-rail-gutter);
}

@media (max-width: 900px) {
  #home.hero-screen .top-nav.is-floating {
    left: 0;
    right: 0;
    width: 100%;
    max-width: var(--landing-rail-max);
    margin-inline: auto;
    padding-inline: var(--landing-rail-gutter);
  }
}

/* Landing hero proof strip */
#home .hero-proof-strip {
  width: 100%;
  margin-top: clamp(18px, 2.4vh, 26px);
  margin-bottom: clamp(20px, 2.8vh, 30px);
}

#home .hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 18px);
  margin: 0;
  padding: 0;
  list-style: none;
}

#home .hero-proof-card {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 130px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(10, 12, 18, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

#home .hero-proof-card:hover {
  border-color: rgba(143, 85, 255, 0.28);
  background: rgba(14, 16, 24, 0.84);
  transform: translateY(-1px);
}

#home .hero-proof-media {
  width: 98px;
  height: 98px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

#home .hero-proof-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#home .hero-proof-body {
  min-width: 0;
}

#home .hero-proof-name {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: rgba(244, 246, 251, 0.96);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  font-weight: 760;
  line-height: 1.15;
}

#home .hero-proof-verified {
  display: inline-flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

#home .hero-proof-verified svg {
  display: block;
  width: 100%;
  height: 100%;
}

#home .hero-proof-verified circle {
  fill: #8f55ff;
}

#home .hero-proof-verified path {
  fill: none;
  stroke: #fff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#home .hero-proof-highlight {
  margin: 6px 0 0;
  color: #c4a0ff;
  font-size: clamp(0.92rem, 1vw, 1.06rem);
  font-weight: 720;
  line-height: 1.2;
}

#home .hero-proof-meta {
  margin: 5px 0 0;
  color: rgba(214, 218, 230, 0.58);
  font-size: clamp(0.74rem, 0.82vw, 0.82rem);
  line-height: 1.38;
}

@media (max-width: 1180px) {
  #home .hero-proof-card {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 118px;
    padding: 14px 16px;
  }

  #home .hero-proof-media {
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 980px) {
  #home .hero-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #home .hero-proof-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  #home .hero-proof-grid::-webkit-scrollbar {
    display: none;
  }

  #home .hero-proof-card {
    flex: 0 0 min(100%, 300px);
    scroll-snap-align: start;
  }
}

@media (max-height: 820px) and (min-width: 921px) {
  #home .hero-proof-strip {
    margin-top: clamp(14px, 1.8vh, 18px);
    margin-bottom: clamp(16px, 2.2vh, 22px);
  }

  #home .hero-proof-card {
    grid-template-columns: 84px minmax(0, 1fr);
    min-height: 108px;
    padding: 12px 14px;
  }

  #home .hero-proof-media {
    width: 84px;
    height: 84px;
  }
}
/* Static premium navbar */
.top-nav,
.top-nav.is-floating,
.top-nav.is-nav-hidden,
#home.hero-screen .top-nav.is-floating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: min(calc(100% - 48px), 1400px);
  min-height: 68px;
  height: 68px;
  margin: 0 auto;
  padding: 0 22px;
  border: none;
  border-radius: 0;
  background: rgba(7, 8, 13, 0.82);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: none;
}

.brand {
  width: 74px;
  height: 46px;
}

.brand-logo {
  transform: scale(1.55);
}

.nav-links {
  justify-content: center;
  gap: clamp(22px, 3vw, 44px);
  font-size: 0.88rem;
  font-weight: 660;
}

.nav-actions {
  justify-content: flex-end;
  gap: 16px;
}

.nav-actions .login-button,
.nav-actions .start-button {
  min-height: 40px;
}

.menu-button {
  width: 40px;
  height: 40px;
}

.hero-screen {
  padding-top: 68px;
}

@media (min-width: 901px) {
  .nav-links {
    display: flex;
  }
}

@media (max-width: 900px) {
  .top-nav,
  .top-nav.is-floating,
  .top-nav.is-nav-hidden,
  #home.hero-screen .top-nav.is-floating {
    width: min(calc(100% - 24px), 1400px);
    min-height: 64px;
    height: 64px;
    padding-inline: 14px;
  }

  .hero-screen {
    padding-top: 64px;
  }
}

/* Discover (proof strip) — preserved element styles */
#home .hero-proof-head {
  margin-bottom: clamp(18px, 2.2vh, 24px);
}

#home .hero-proof-section-title {
  margin: 0;
  color: rgba(248, 249, 252, 0.96);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 780;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

#home .hero-proof-stat {
  display: grid;
  gap: 2px;
}

#home .hero-proof-stat-value {
  display: block;
  color: rgba(248, 249, 252, 0.96);
  font-size: clamp(1.05rem, 1.35vw, 1.38rem);
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

#home .hero-proof-stat-value--accent {
  background: linear-gradient(135deg, #d4adff 0%, #a978ff 48%, #8f55ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(1.45rem, 1.95vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

#home .hero-proof-stat-label {
  display: block;
  color: rgba(248, 249, 252, 0.94);
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  font-weight: 720;
  line-height: 1.12;
}

#home .hero-proof-divider {
  height: 1px;
  margin: clamp(10px, 1.15vh, 13px) 0 clamp(8px, 0.95vh, 10px);
  background: rgba(255, 255, 255, 0.08);
}

#home .hero-proof-meta {
  margin: 5px 0 0;
  color: rgba(214, 218, 230, 0.58);
  font-size: clamp(0.74rem, 0.82vw, 0.82rem);
  line-height: 1.38;
}

#home .hero-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(190px, 0.72fr);
}

#home .hero-proof-more-card {
  display: grid;
  min-width: 0;
}

#home .hero-proof-more {
  box-sizing: border-box;
  display: grid;
  align-content: center;
  width: 100%;
  min-height: 100%;
  padding: clamp(20px, 2.1vw, 26px) clamp(20px, 2.2vw, 24px);
  border: 1px solid rgba(139, 108, 255, 0.24);
  border-radius: 12px;
  background: rgba(10, 11, 15, 0.72);
  color: rgba(246, 246, 251, 0.94);
  text-decoration: none;
}

#home .hero-proof-more span {
  color: rgba(165, 167, 177, 0.84);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-transform: uppercase;
}

#home .hero-proof-more strong {
  display: block;
  margin-top: 10px;
  color: rgba(246, 246, 251, 0.96);
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  font-weight: 780;
  line-height: 1.16;
}

#home .hero-proof-more em {
  display: block;
  margin-top: 8px;
  color: rgba(165, 167, 177, 0.74);
  font-size: clamp(0.76rem, 0.82vw, 0.84rem);
  font-style: normal;
  font-weight: 520;
  line-height: 1.36;
}

#home .hero-proof-more b {
  display: block;
  margin-top: 16px;
  color: rgba(167, 120, 255, 0.9);
  font-size: 1.25rem;
  font-weight: 680;
  line-height: 1;
}

@media (max-width: 980px) {
  #home .hero-proof-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  #home .hero-proof-more-card {
    flex: 0 0 min(88vw, 340px);
    scroll-snap-align: start;
  }
}

/* Landing hero rebuild — clean layout */
#home.hero-screen {
  display: block;
  min-height: auto;
  height: auto;
  overflow: visible;
  margin-inline: 0;
  padding-inline: 0;
  padding-bottom: 48px;
}

#home.hero-screen .landing-shell {
  box-sizing: border-box;
  width: min(100%, 1440px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px clamp(20px, 3vw, 32px) 0;
}

#home.hero-screen .landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
}

#home.hero-screen .hero-copy {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#home.hero-screen .hero-kicker {
  margin: 0 0 16px;
  color: rgba(167, 120, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

#home.hero-screen .hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  color: #fff;
  font-size: clamp(2.35rem, 3.6vw, 3.65rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-align: left;
}

#home.hero-screen .hero-lead {
  margin: 20px 0 0;
  max-width: 480px;
  color: rgba(188, 196, 212, 0.78);
  font-size: clamp(0.92rem, 1.05vw, 1.05rem);
  font-weight: 520;
  line-height: 1.5;
  text-align: left;
}

#home.hero-screen .landing-hero-visual {
  position: static;
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 14, 0.6);
}

#home.hero-screen .landing-hero-visual::before,
#home.hero-screen .landing-hero-visual::after {
  content: none;
  display: none;
}

#home.hero-screen .landing-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#home.hero-screen .landing-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

#home.hero-screen .landing-cta-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 260px;
  height: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(10, 12, 18, 0.72);
}

#home.hero-screen .landing-cta-card--artist {
  border-color: rgba(143, 85, 255, 0.28);
}

#home.hero-screen .landing-cta-card--studio {
  border-color: rgba(201, 168, 92, 0.28);
}

#home.hero-screen .landing-cta-card__title {
  margin: 0;
  color: rgba(248, 249, 252, 0.96);
  font-size: clamp(1.08rem, 1.2vw, 1.24rem);
  font-weight: 740;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

#home.hero-screen .landing-cta-card__text {
  margin: 10px 0 0;
  max-width: 320px;
  color: rgba(188, 196, 212, 0.72);
  font-size: clamp(0.88rem, 0.95vw, 0.96rem);
  line-height: 1.45;
}

#home.hero-screen .landing-cta-card__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  min-height: 42px;
  padding: 0 16px 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #8f55ff 0%, #7343e6 100%);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease;
}

#home.hero-screen .landing-cta-card__button:hover {
  filter: brightness(1.05);
}

#home.hero-screen .landing-cta-card--studio .landing-cta-card__button {
  background: linear-gradient(135deg, #c9a85c 0%, #a88945 100%);
}

#home.hero-screen .landing-cta-card__button span[aria-hidden="true"] {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  font-size: 1rem;
}

#home.hero-screen .hero-proof-strip {
  margin-top: clamp(40px, 5vh, 56px);
  margin-bottom: clamp(20px, 2.8vh, 30px);
}

@media (max-width: 980px) {
  #home.hero-screen .landing-shell {
    padding-top: 72px;
  }

  #home.hero-screen .landing-hero {
    grid-template-columns: 1fr;
  }

  #home.hero-screen .hero-copy h1 {
    max-width: none;
  }

  #home.hero-screen .landing-cta-grid {
    grid-template-columns: 1fr;
  }

  #home.hero-screen .landing-cta-card {
    height: auto;
    min-height: 260px;
  }
}

/* Landing hero + CTA + discover polish */
#home.hero-screen .landing-shell {
  width: min(100%, 1440px);
  max-width: 1440px;
  padding-inline: clamp(24px, 3.5vw, 48px);
}

#home.hero-screen .landing-hero {
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(12px, 1.6vw, 24px);
  align-items: center;
}

#home.hero-screen .hero-copy h1 {
  max-width: 16ch;
  font-size: clamp(2.5rem, 3.85vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.032em;
}

#home.hero-screen .hero-lead {
  max-width: 520px;
  margin-top: 22px;
  color: rgba(198, 204, 218, 0.86);
  font-size: clamp(1rem, 1.12vw, 1.14rem);
  line-height: 1.55;
}

#home.hero-screen .landing-hero-visual {
  min-height: clamp(380px, 42vh, 520px);
  aspect-ratio: auto;
  border-radius: 10px;
  border: 0;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

#home.hero-screen .landing-hero-visual img {
  object-position: center 42%;
}

#home.hero-screen .landing-cta-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 240px;
  height: clamp(240px, 24vh, 260px);
  padding: 22px 24px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 14, 0.88);
}

#home.hero-screen .landing-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.88;
}

#home.hero-screen .landing-cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(5, 7, 11, 0.92) 0%,
    rgba(5, 7, 11, 0.62) 40%,
    rgba(5, 7, 11, 0.22) 100%
  );
}

#home.hero-screen .landing-cta-card--artist::before {
  background-image: none;
  background-position: 72% center;
}

#home.hero-screen .landing-cta-card--studio::before {
  background-image: none;
  background-position: 78% center;
}

#home.hero-screen .landing-cta-card__title,
#home.hero-screen .landing-cta-card__text,
#home.hero-screen .landing-cta-card__button {
  position: relative;
  z-index: 2;
}

#home.hero-screen .landing-cta-card__title {
  font-size: clamp(1.12rem, 1.28vw, 1.3rem);
}

#home.hero-screen .landing-cta-card__text {
  max-width: 280px;
  margin-top: 8px;
  color: rgba(210, 216, 228, 0.82);
}

#home.hero-screen .landing-cta-card__button {
  margin-top: auto;
}

#home .hero-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(220px, 0.85fr);
  gap: clamp(16px, 1.6vw, 20px);
}

#home .hero-proof-card {
  display: flex;
  flex-direction: column;
  grid-template-columns: unset;
  align-items: stretch;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

#home .hero-proof-media {
  width: 100%;
  height: clamp(148px, 16vw, 188px);
  min-height: 148px;
  border-radius: 0;
}

#home .hero-proof-media img {
  object-position: center top;
}

#home .hero-proof-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  padding: 14px 16px 16px;
}

#home .hero-proof-stat-value {
  font-size: clamp(1.12rem, 1.28vw, 1.32rem);
}

#home .hero-proof-stat-value--accent {
  font-size: clamp(1.55rem, 1.85vw, 2.05rem);
}

#home .hero-proof-name {
  font-size: clamp(0.9rem, 0.98vw, 1rem);
}

#home .hero-proof-meta {
  margin-top: 4px;
  font-size: clamp(0.76rem, 0.84vw, 0.84rem);
}

#home .hero-proof-more-card {
  min-height: 100%;
}

#home .hero-proof-more {
  min-height: 100%;
  border-radius: 16px;
}

@media (max-width: 1180px) {
  #home .hero-proof-media {
    height: clamp(132px, 20vw, 168px);
    min-height: 132px;
  }
}

@media (max-width: 980px) {
  #home.hero-screen .landing-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #home.hero-screen .landing-hero-visual {
    min-height: clamp(280px, 48vw, 420px);
  }

  #home .hero-proof-card {
    flex: 0 0 min(72vw, 280px);
  }

  #home .hero-proof-media {
    height: clamp(120px, 34vw, 156px);
    min-height: 120px;
  }
}

@media (max-height: 820px) and (min-width: 921px) {
  #home .hero-proof-card {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    min-height: 0;
    padding: 0;
  }

  #home .hero-proof-media {
    width: 100%;
    height: clamp(120px, 14vw, 156px);
    min-height: 120px;
  }
}

/* Landing hero — restored (image element, no cover/gradient) */
#home.hero-screen {
  display: block;
  min-height: auto;
  height: auto;
  overflow: visible;
  margin-inline: 0;
  padding-inline: 0;
  padding-bottom: 48px;
  background: #050708;
}

#home.hero-screen .landing-shell {
  box-sizing: border-box;
  width: min(100%, 1440px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px clamp(24px, 3.5vw, 48px) 0;
}

#home.hero-screen .landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
  position: static;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  border-radius: 0;
}

#home.hero-screen .landing-hero__media,
#home.hero-screen .landing-hero__shade {
  display: none !important;
}

#home.hero-screen .hero-copy {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#home.hero-screen .hero-kicker {
  margin: 0 0 16px;
  color: rgba(167, 120, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

#home.hero-screen .hero-copy h1 {
  margin: 0;
  max-width: 16ch;
  color: #fff;
  font-size: clamp(2.5rem, 3.85vw, 4rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.032em;
  text-align: left;
}

#home.hero-screen .hero-lead {
  margin: 22px 0 0;
  max-width: 520px;
  color: rgba(198, 204, 218, 0.86);
  font-size: clamp(1rem, 1.12vw, 1.14rem);
  font-weight: 520;
  line-height: 1.55;
  text-align: left;
}

#home.hero-screen .landing-hero-visual {
  display: block;
  position: static;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  min-height: 0;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}

#home.hero-screen .landing-hero-visual::before,
#home.hero-screen .landing-hero-visual::after {
  content: none;
  display: none;
}

#home.hero-screen .landing-hero-visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 980px) {
  #home.hero-screen .landing-shell {
    padding-top: 72px;
  }

  #home.hero-screen .landing-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #home.hero-screen .hero-copy h1 {
    max-width: none;
  }

  #home.hero-screen .landing-hero-visual img {
    max-width: 100%;
    margin-inline: auto;
  }
}

/* Landing hero — wider, filmic layout (hero only) */
#home.hero-screen .landing-hero {
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(10px, 1.35vw, 18px);
  align-items: center;
  width: calc(100% + clamp(12px, 2.4vw, 36px));
  margin-inline: calc(-1 * clamp(6px, 1.2vw, 18px));
}

#home.hero-screen .hero-copy {
  margin-left: calc(-1 * clamp(2px, 0.5vw, 8px));
  padding-right: clamp(0px, 0.8vw, 12px);
}

#home.hero-screen .hero-copy h1 {
  max-width: none;
  font-size: clamp(2.65rem, 4.15vw, 4.35rem);
  line-height: 1.06;
  letter-spacing: -0.034em;
}

#home.hero-screen .hero-lead {
  max-width: 540px;
  color: rgba(210, 216, 230, 0.92);
  font-size: clamp(1.02rem, 1.15vw, 1.16rem);
  font-weight: 540;
  line-height: 1.58;
}

#home.hero-screen .landing-hero-visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 0;
}

#home.hero-screen .landing-hero-visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center right;
  filter: none;
  opacity: 1;
}

#home.hero-screen .landing-cta-grid {
  margin-top: clamp(14px, 1.8vh, 20px);
}

@media (max-width: 980px) {
  #home.hero-screen .landing-hero {
    width: 100%;
    margin-inline: 0;
  }

  #home.hero-screen .hero-copy {
    margin-left: 0;
    padding-right: 0;
  }

  #home.hero-screen .landing-hero-visual {
    justify-content: center;
    margin-left: 0;
    width: 100%;
  }

  #home.hero-screen .landing-hero-visual img {
    object-position: center;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* Landing hero — refinement (headline, text, image blend) */
#home.hero-screen .landing-hero {
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: 0;
  align-items: center;
  overflow: visible;
}

#home.hero-screen .hero-copy {
  position: relative;
  z-index: 2;
  flex: 0 1 auto;
  max-width: min(100%, 620px);
  margin-left: calc(-1 * clamp(2px, 0.5vw, 8px));
  padding-right: clamp(8px, 1.2vw, 20px);
}

#home.hero-screen .hero-copy h1 {
  max-width: none;
}

#home.hero-screen .hero-copy h1 .hero-headline-row {
  display: block;
  white-space: nowrap;
}

#home.hero-screen .hero-lead {
  max-width: 580px;
  color: rgba(214, 220, 232, 0.94);
  line-height: 1.62;
}

#home.hero-screen .landing-hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% + clamp(20px, 3.5vw, 48px));
  min-width: 0;
  margin-left: clamp(-36px, -4.5vw, -56px);
  overflow: visible;
}

#home.hero-screen .landing-hero-visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center right;
  filter: none;
  opacity: 1;
  -webkit-mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.35) 4%,
      rgba(0, 0, 0, 0.82) 9%,
      #000 14%,
      #000 97.5%,
      rgba(0, 0, 0, 0.88) 100%
    ),
    linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.28) 6%, #000 13%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.35) 4%,
      rgba(0, 0, 0, 0.82) 9%,
      #000 14%,
      #000 97.5%,
      rgba(0, 0, 0, 0.88) 100%
    ),
    linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.28) 6%, #000 13%);
  mask-composite: intersect;
}

#home.hero-screen .landing-cta-grid {
  margin-top: 32px;
}

/* Landing hero — headline composition */
#home.hero-screen .hero-kicker {
  margin-bottom: clamp(22px, 2.6vh, 30px);
}

#home.hero-screen .hero-copy h1 {
  color: #fff;
  max-width: 100%;
  font-size: clamp(2.65rem, 4.15vw, 4.35rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.038em;
}

#home.hero-screen .hero-copy h1 .hero-headline-row {
  display: block;
  color: #fff;
  white-space: nowrap;
}

#home.hero-screen .hero-copy h1 .hero-headline-row + .hero-headline-row {
  margin-top: 0.06em;
}

#home.hero-screen .hero-copy h1 .hero-headline-dot {
  color: rgba(167, 120, 255, 0.92);
}

@media (max-width: 640px) {
  #home.hero-screen .hero-copy h1 {
    max-width: none;
    line-height: 1.12;
  }

  #home.hero-screen .hero-copy h1 .hero-headline-row {
    white-space: normal;
  }

  #home.hero-screen .hero-copy h1 .hero-headline-row:first-child,
  #home.hero-screen .hero-copy h1 .hero-headline-row:nth-child(2) {
    white-space: nowrap;
  }
}

/* Landing hero — text block: left-aligned, calm, no overlap */
#home.hero-screen .hero-copy {
  justify-self: start;
  align-self: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-left: 0;
  padding-right: clamp(16px, 2vw, 28px);
  padding-left: 0;
  box-sizing: border-box;
  text-align: left;
}

#home.hero-screen .hero-kicker,
#home.hero-screen .hero-copy h1,
#home.hero-screen .hero-lead {
  text-align: left;
}

#home.hero-screen .hero-copy h1 {
  max-width: 100%;
  margin-left: 0;
}

#home.hero-screen .hero-copy h1 .hero-headline-row {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

#home.hero-screen .hero-lead {
  max-width: min(100%, 520px);
  margin-left: 0;
}

/* Landing CTA cards — reference rebuild */
#home.hero-screen .landing-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

#home.hero-screen .landing-cta-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  min-height: clamp(340px, 36vh, 400px);
  height: clamp(340px, 36vh, 400px);
  border-radius: 22px;
  background: #050708;
}

#home.hero-screen .landing-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

#home.hero-screen .landing-cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(4, 5, 8, 0.98) 0%,
    rgba(4, 5, 8, 0.94) 26%,
    rgba(4, 5, 8, 0.72) 46%,
    rgba(4, 5, 8, 0.34) 68%,
    rgba(4, 5, 8, 0.08) 100%
  );
}

#home.hero-screen .landing-cta-card--artist {
  border: 1px solid rgba(155, 111, 255, 0.62);
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.12),
    0 0 28px rgba(139, 92, 246, 0.2);
}

#home.hero-screen .landing-cta-card--artist::before {
  background-image: none;
  background-position: 82% center;
}

#home.hero-screen .landing-cta-card--studio {
  border: 1px solid rgba(212, 168, 74, 0.62);
  box-shadow:
    0 0 0 1px rgba(201, 160, 92, 0.12),
    0 0 28px rgba(201, 160, 92, 0.18);
}

#home.hero-screen .landing-cta-card--studio::before {
  background-image: none;
  background-position: 72% center;
}

#home.hero-screen .landing-cta-card__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding: clamp(34px, 3.2vw, 44px) clamp(34px, 3.2vw, 44px) clamp(30px, 2.8vw, 38px);
  text-align: left;
}

#home.hero-screen .landing-cta-card__headline {
  margin: 0;
  color: #fff;
  font-size: clamp(2.85rem, 4.8vw, 4.15rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.028em;
}

#home.hero-screen .landing-cta-card__headline-line {
  display: block;
}

#home.hero-screen .landing-cta-card--artist .landing-cta-card__accent {
  color: #a978ff;
}

#home.hero-screen .landing-cta-card--studio .landing-cta-card__accent {
  color: #ddb04a;
}

#home.hero-screen .landing-cta-card__subline {
  margin: clamp(18px, 2vh, 24px) 0 0;
  color: #fff;
  font-size: clamp(1.22rem, 1.55vw, 1.62rem);
  font-weight: 560;
  line-height: 1.18;
  letter-spacing: -0.012em;
}

#home.hero-screen .landing-cta-card__subline-line {
  display: block;
}

#home.hero-screen .landing-cta-card__subline-line + .landing-cta-card__subline-line {
  margin-top: 0.14em;
}

#home.hero-screen .landing-cta-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100%, 360px);
  min-height: 58px;
  margin-top: auto;
  padding: 4px 6px 4px clamp(22px, 2vw, 28px);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: filter 160ms ease, transform 160ms ease;
}

#home.hero-screen .landing-cta-card--artist .landing-cta-card__button {
  background: linear-gradient(180deg, #a978ff 0%, #8f55ff 42%, #7343e6 100%);
  box-shadow: 0 10px 28px rgba(115, 67, 230, 0.34);
}

#home.hero-screen .landing-cta-card--studio .landing-cta-card__button {
  background: linear-gradient(180deg, #e4bc62 0%, #c9a045 46%, #a8863a 100%);
  box-shadow: 0 10px 28px rgba(168, 134, 58, 0.28);
}

#home.hero-screen .landing-cta-card__button:hover {
  filter: brightness(1.06);
}

#home.hero-screen .landing-cta-card__button-text {
  flex: 1 1 auto;
  text-align: left;
}

#home.hero-screen .landing-cta-card__button-arrow {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #1a1a22;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

#home.hero-screen .landing-cta-card--artist .landing-cta-card__button-arrow {
  color: #6a3fd6;
}

#home.hero-screen .landing-cta-card--studio .landing-cta-card__button-arrow {
  color: #9a7428;
}

@media (max-width: 980px) {
  #home.hero-screen .landing-cta-grid {
    grid-template-columns: 1fr;
  }

  #home.hero-screen .landing-cta-card {
    height: auto;
    min-height: 340px;
  }

  #home.hero-screen .landing-cta-card__button {
    width: min(100%, 420px);
  }
}

@media (max-width: 640px) {
  #home.hero-screen .landing-cta-card__headline {
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  #home.hero-screen .landing-cta-card__subline {
    font-size: clamp(1.08rem, 4.6vw, 1.28rem);
  }

  #home.hero-screen .landing-cta-card__button {
    width: 100%;
    min-height: 56px;
  }
}

/* Landing fine-tune — hero + action cards only */
#home.hero-screen .hero-copy h1 {
  font-size: clamp(2.85rem, 4.45vw, 4.65rem);
  line-height: 0.94;
  letter-spacing: -0.042em;
}

#home.hero-screen .hero-copy h1 .hero-headline-row {
  width: fit-content;
  max-width: 100%;
}

#home.hero-screen .hero-copy h1 .hero-headline-row + .hero-headline-row {
  margin-top: -0.04em;
}

#home.hero-screen .landing-hero-visual {
  width: calc(100% + clamp(24px, 3.8vw, 52px));
  margin-left: clamp(-40px, -4.8vw, -60px);
}

#home.hero-screen .landing-hero-visual img {
  -webkit-mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.12) 3%,
      rgba(0, 0, 0, 0.45) 7%,
      rgba(0, 0, 0, 0.78) 12%,
      #000 20%,
      #000 97.5%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.22) 7%, #000 14%);
  mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.12) 3%,
      rgba(0, 0, 0, 0.45) 7%,
      rgba(0, 0, 0, 0.78) 12%,
      #000 20%,
      #000 97.5%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.22) 7%, #000 14%);
}

#home.hero-screen .landing-cta-card__inner {
  padding: clamp(28px, 2.6vw, 36px) clamp(34px, 3.2vw, 44px) clamp(30px, 2.8vw, 38px);
}

#home.hero-screen .landing-cta-card__headline {
  font-size: clamp(3.15rem, 5.35vw, 4.65rem);
  line-height: 0.86;
  letter-spacing: -0.032em;
}

#home.hero-screen .landing-cta-card--artist::before {
  background-position: 74% 38%;
  filter: brightness(0.94) saturate(1.04);
}

#home.hero-screen .landing-cta-card--artist::after {
  background: linear-gradient(
    90deg,
    rgba(2, 3, 6, 0.99) 0%,
    rgba(2, 3, 6, 0.97) 32%,
    rgba(2, 3, 6, 0.82) 52%,
    rgba(2, 3, 6, 0.42) 74%,
    rgba(2, 3, 6, 0.1) 100%
  );
}

#home.hero-screen .landing-cta-card--studio::before {
  background-position: 66% 36%;
  filter: brightness(1.1) saturate(1.06) contrast(1.04);
}

#home.hero-screen .landing-cta-card--studio::after {
  background: linear-gradient(
    90deg,
    rgba(4, 5, 8, 0.98) 0%,
    rgba(4, 5, 8, 0.94) 24%,
    rgba(4, 5, 8, 0.62) 48%,
    rgba(4, 5, 8, 0.22) 72%,
    rgba(4, 5, 8, 0.04) 100%
  );
}

/* Landing optical balance — center hero composition */
#home.hero-screen .landing-shell {
  box-sizing: border-box;
  width: min(100%, 1440px);
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(32px, 4vw, 56px);
}

#home.hero-screen .landing-hero,
#home.hero-screen .landing-cta-grid {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
}

#home.hero-screen .landing-hero {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 26px);
  align-items: center;
  justify-items: stretch;
}

#home.hero-screen .hero-copy {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}

#home.hero-screen .landing-hero-visual {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home.hero-screen .landing-hero-visual img {
  margin-inline: auto;
  object-position: center;
}

@media (max-width: 980px) {
  #home.hero-screen .landing-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Landing fine-tune v2 — hero image, headline rhythm, spacing */
#home.hero-screen .hero-copy {
  position: relative;
  z-index: 2;
}

#home.hero-screen .hero-copy h1 {
  line-height: 1.02;
}

#home.hero-screen .hero-copy h1 .hero-headline-row + .hero-headline-row {
  margin-top: 0.04em;
}

#home.hero-screen .landing-hero-visual {
  position: relative;
  z-index: 1;
}

#home.hero-screen .landing-hero-visual img {
  filter: brightness(0.87);
  -webkit-mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.06) 2%,
      rgba(0, 0, 0, 0.28) 5%,
      rgba(0, 0, 0, 0.62) 9%,
      rgba(0, 0, 0, 0.88) 14%,
      #000 22%,
      #000 96%,
      rgba(0, 0, 0, 0.86) 100%
    ),
    linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.18) 8%, #000 14%);
  mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.06) 2%,
      rgba(0, 0, 0, 0.28) 5%,
      rgba(0, 0, 0, 0.62) 9%,
      rgba(0, 0, 0, 0.88) 14%,
      #000 22%,
      #000 96%,
      rgba(0, 0, 0, 0.86) 100%
    ),
    linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.18) 8%, #000 14%);
}

#home.hero-screen .landing-cta-grid {
  margin-top: clamp(72px, 5.5vh, 92px);
}

/* Landing CTA cards — compact size */
#home.hero-screen .landing-cta-grid {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin-inline: auto;
}

#home.hero-screen .landing-cta-card {
  min-height: clamp(280px, 28vh, 330px);
  height: clamp(280px, 28vh, 330px);
}

#home.hero-screen .landing-cta-card__inner {
  padding: clamp(24px, 2.2vw, 32px) clamp(26px, 2.4vw, 34px) clamp(22px, 2vw, 28px);
}

#home.hero-screen .landing-cta-card__headline {
  font-size: clamp(2.35rem, 3.8vw, 3.35rem);
  line-height: 0.9;
  letter-spacing: -0.026em;
}

#home.hero-screen .landing-cta-card__subline {
  margin-top: clamp(12px, 1.4vh, 16px);
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  line-height: 1.22;
}

#home.hero-screen .landing-cta-card__button {
  width: min(100%, 320px);
  min-height: 50px;
  gap: 12px;
  padding: 4px 5px 4px clamp(18px, 1.6vw, 22px);
  font-size: clamp(0.9rem, 0.95vw, 0.98rem);
}

#home.hero-screen .landing-cta-card__button-arrow {
  width: 38px;
  height: 38px;
  font-size: 1.15rem;
}

@media (max-width: 980px) {
  #home.hero-screen .landing-cta-grid {
    width: 100%;
    max-width: 100%;
  }

  #home.hero-screen .landing-cta-card {
    min-height: 280px;
    height: auto;
  }

  #home.hero-screen .landing-cta-card__headline {
    font-size: clamp(2.1rem, 8vw, 2.75rem);
  }

  #home.hero-screen .landing-cta-card__subline {
    font-size: clamp(0.98rem, 3.8vw, 1.12rem);
  }
}

/* Discover — compact single-row layout */
#home .hero-proof-strip {
  scroll-margin-top: 96px;
}

#home .hero-proof-strip {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin-inline: auto;
}

#home .hero-proof-head {
  margin-bottom: clamp(14px, 1.6vh, 18px);
}

#home .hero-proof-section-title {
  font-size: clamp(1.18rem, 1.55vw, 1.45rem);
}

#home .hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(0, 0.92fr);
  gap: clamp(10px, 0.95vw, 14px);
  overflow: visible;
}

#home .hero-proof-card,
#home .hero-proof-more-card {
  min-width: 0;
}

#home .hero-proof-media {
  height: clamp(92px, 9.5vw, 112px);
  min-height: 92px;
}

#home .hero-proof-body {
  padding: 10px 10px 12px;
}

#home .hero-proof-stat-value {
  font-size: clamp(0.78rem, 0.88vw, 0.92rem);
  line-height: 1.06;
}

#home .hero-proof-stat-value--accent {
  font-size: clamp(1.02rem, 1.15vw, 1.22rem);
}

#home .hero-proof-stat-label {
  font-size: clamp(0.68rem, 0.74vw, 0.76rem);
  line-height: 1.1;
}

#home .hero-proof-divider {
  margin: 7px 0 5px;
}

#home .hero-proof-name {
  font-size: clamp(0.76rem, 0.82vw, 0.84rem);
  gap: 5px;
}

#home .hero-proof-verified {
  width: 14px;
  height: 14px;
}

#home .hero-proof-meta {
  margin-top: 3px;
  font-size: clamp(0.64rem, 0.68vw, 0.72rem);
  line-height: 1.28;
}

#home .hero-proof-more {
  padding: clamp(12px, 1.2vw, 14px) clamp(10px, 1vw, 12px);
  border-radius: 14px;
}

#home .hero-proof-more span {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

#home .hero-proof-more strong {
  margin-top: 6px;
  font-size: clamp(0.78rem, 0.86vw, 0.86rem);
  line-height: 1.14;
}

#home .hero-proof-more em {
  margin-top: 4px;
  font-size: clamp(0.62rem, 0.68vw, 0.68rem);
  line-height: 1.28;
}

#home .hero-proof-more b {
  margin-top: 8px;
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  #home .hero-proof-strip {
    width: 100%;
    max-width: 100%;
  }

  #home .hero-proof-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(108px, 1fr));
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  #home .hero-proof-grid::-webkit-scrollbar {
    display: none;
  }

  #home .hero-proof-card,
  #home .hero-proof-more-card {
    scroll-snap-align: start;
  }
}

/* Landing fine-tune v3 — hero balance, section spacing */
#home.hero-screen .hero-copy {
  padding-left: clamp(40px, 3.6vw, 56px);
}

#home.hero-screen .hero-proof-strip {
  margin-top: clamp(90px, 8vh, 126px);
}

@media (max-width: 980px) {
  #home.hero-screen .hero-copy {
    padding-left: clamp(20px, 4vw, 32px);
  }

  #home.hero-screen .hero-proof-strip {
    margin-top: clamp(72px, 7vh, 96px);
  }
}

/* Landing — tighter nav-to-hero spacing */
#home.hero-screen .landing-shell {
  padding-top: clamp(36px, 3.2vh, 48px);
}

@media (max-width: 980px) {
  #home.hero-screen .landing-shell {
    padding-top: clamp(28px, 2.8vh, 36px);
  }
}

/* Landing CTA cards — mirrored content alignment */
#home.hero-screen .landing-cta-card__inner {
  box-sizing: border-box;
  align-items: flex-start;
  padding-top: clamp(24px, 2.2vw, 32px);
  padding-right: clamp(26px, 2.4vw, 34px);
  padding-bottom: clamp(22px, 2vw, 28px);
  padding-left: clamp(26px, 2.4vw, 34px);
}

#home.hero-screen .landing-cta-card__headline,
#home.hero-screen .landing-cta-card__subline,
#home.hero-screen .landing-cta-card__button {
  width: min(100%, 320px);
  max-width: 320px;
}

#home.hero-screen .landing-cta-card__headline-line:nth-child(2) {
  min-height: 2.05em;
}

#home.hero-screen .landing-cta-card__subline {
  margin-top: clamp(12px, 1.4vh, 16px);
}

#home.hero-screen .landing-cta-card__button {
  margin-top: auto;
  align-self: flex-start;
  flex-shrink: 0;
}

/* Landing CTA cards — headline + airy bottom button */
#home.hero-screen .landing-cta-card__inner {
  justify-content: space-between;
  min-height: 100%;
  padding-bottom: clamp(28px, 2.6vw, 36px);
}

#home.hero-screen .landing-cta-card__headline {
  flex: 0 0 auto;
  margin: 0;
}

#home.hero-screen .landing-cta-card__button {
  margin-top: auto;
  margin-bottom: 0;
}

/* Landing — tighter above-the-fold spacing to discovery */
#home.hero-screen .landing-cta-grid {
  margin-top: clamp(36px, 3.2vh, 48px);
}

#home.hero-screen .hero-proof-strip {
  margin-top: clamp(28px, 2.8vh, 40px);
}

#home .hero-proof-head {
  margin-bottom: clamp(10px, 1.2vh, 14px);
}

/* Discover — section header (kicker + CTA) */
#home .hero-proof-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(16px, 2vw, 24px);
}

#home .hero-proof-head__copy {
  min-width: 0;
}

#home .hero-proof-kicker {
  margin: 0 0 clamp(8px, 0.9vh, 10px);
  color: rgba(167, 120, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

#home .hero-proof-section-title {
  font-size: clamp(1.28rem, 1.65vw, 1.55rem);
}

#home .hero-proof-discover-all {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.35em;
  min-height: 38px;
  padding: 0 clamp(16px, 1.4vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: transparent;
  color: rgba(248, 249, 252, 0.94);
  font-size: clamp(0.78rem, 0.85vw, 0.84rem);
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

#home .hero-proof-discover-all span {
  font-weight: 500;
  opacity: 0.88;
}

#home .hero-proof-discover-all:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

@media (max-width: 640px) {
  #home .hero-proof-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  #home .hero-proof-discover-all {
    min-height: 36px;
  }
}

/* Landing — So funktioniert TwoBe (Über TwoBe) */
#home .landing-how {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin-inline: auto;
  margin-top: clamp(56px, 5.5vh, 80px);
  scroll-margin-top: 96px;
}

#home .landing-how__head {
  margin-bottom: clamp(22px, 2.4vh, 28px);
}

#home .landing-how__title {
  margin: 0;
  color: rgba(248, 249, 252, 0.96);
  font-size: clamp(1.55rem, 2.15vw, 2.15rem);
  font-weight: 780;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

#home .landing-how__title-accent {
  background: linear-gradient(135deg, #d4adff 0%, #a978ff 48%, #8f55ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#home .landing-how__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 18px);
  align-items: stretch;
}

#home .landing-how__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(18px, 1.8vw, 22px);
  border-radius: 18px;
  background: rgba(8, 10, 14, 0.92);
}

#home .landing-how__card--artist {
  border: 1px solid rgba(155, 111, 255, 0.38);
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.08),
    inset 0 1px 0 rgba(167, 120, 255, 0.06);
}

#home .landing-how__card--studio {
  border: 1px solid rgba(212, 168, 74, 0.38);
  box-shadow:
    0 0 0 1px rgba(201, 160, 92, 0.08),
    inset 0 1px 0 rgba(212, 168, 74, 0.06);
}

#home .landing-how__card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(14px, 1.5vh, 18px);
  padding-bottom: clamp(12px, 1.2vh, 14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

#home .landing-how__card-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

#home .landing-how__card-icon svg {
  width: 18px;
  height: 18px;
}

#home .landing-how__card--artist .landing-how__card-icon {
  border: 1px solid rgba(167, 120, 255, 0.28);
  color: rgba(196, 158, 255, 0.95);
  background: rgba(139, 92, 246, 0.1);
}

#home .landing-how__card--studio .landing-how__card-icon {
  border: 1px solid rgba(212, 168, 74, 0.28);
  color: rgba(232, 196, 120, 0.95);
  background: rgba(201, 160, 92, 0.1);
}

#home .landing-how__card-head h3 {
  margin: 0;
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

#home .landing-how__card--artist .landing-how__card-head h3 {
  color: rgba(196, 158, 255, 0.96);
}

#home .landing-how__card--studio .landing-how__card-head h3 {
  color: rgba(232, 196, 120, 0.96);
}

#home .landing-how__card-split {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  gap: clamp(14px, 1.5vw, 20px);
  flex: 1;
  min-height: 0;
}

#home .landing-how__benefits {
  display: grid;
  gap: clamp(12px, 1.2vh, 14px);
  margin: 0;
  padding: 0;
  list-style: none;
}

#home .landing-how__benefits li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

#home .landing-how__benefit-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

#home .landing-how__benefit-icon svg {
  width: 15px;
  height: 15px;
}

#home .landing-how__card--artist .landing-how__benefit-icon {
  border: 1px solid rgba(167, 120, 255, 0.18);
  color: rgba(196, 158, 255, 0.88);
}

#home .landing-how__card--studio .landing-how__benefit-icon {
  border: 1px solid rgba(212, 168, 74, 0.18);
  color: rgba(232, 196, 120, 0.88);
}

#home .landing-how__benefits strong {
  display: block;
  color: rgba(248, 249, 252, 0.94);
  font-size: clamp(0.82rem, 0.88vw, 0.9rem);
  font-weight: 720;
  line-height: 1.25;
}

#home .landing-how__benefits p {
  margin: 3px 0 0;
  color: rgba(188, 194, 208, 0.78);
  font-size: clamp(0.72rem, 0.76vw, 0.78rem);
  font-weight: 520;
  line-height: 1.45;
}

#home .landing-how__creatives-note {
  padding: clamp(10px, 1vw, 12px);
  border-radius: 12px;
  border: 1px solid rgba(212, 168, 74, 0.14);
  background: rgba(255, 255, 255, 0.02);
}

#home .landing-how__creatives-note h4 {
  margin: 0;
  color: rgba(232, 196, 120, 0.92);
  font-size: clamp(0.72rem, 0.76vw, 0.78rem);
  font-weight: 720;
  line-height: 1.25;
}

#home .landing-how__creatives-note > p {
  margin: 6px 0 0;
  color: rgba(170, 176, 190, 0.72);
  font-size: clamp(0.64rem, 0.68vw, 0.7rem);
  font-weight: 520;
  line-height: 1.4;
}

#home .landing-how__creatives-note ul {
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

#home .landing-how__creatives-note li {
  position: relative;
  padding-left: 10px;
  color: rgba(188, 194, 208, 0.62);
  font-size: clamp(0.62rem, 0.66vw, 0.68rem);
  font-weight: 520;
  line-height: 1.35;
}

#home .landing-how__creatives-note li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(212, 168, 74, 0.55);
}

@media (max-width: 980px) {
  #home .landing-how {
    width: 100%;
    max-width: 100%;
    margin-top: clamp(44px, 5vh, 56px);
  }

  #home .landing-how__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #home .landing-how__card-split {
    grid-template-columns: 1fr;
  }

  #home .landing-how__creatives-note {
    margin-top: 2px;
  }
}

@media (max-width: 640px) {
  #home .landing-how__title {
    font-size: clamp(1.35rem, 6.2vw, 1.65rem);
  }
}

/* Landing v1 — name field on #home (discovery-search is hidden globally elsewhere). */
#home .discovery-search {
  display: grid;
}

#home .discovery-search + .hero-lead {
  margin-top: 14px;
  max-width: 520px;
  font-size: 0.92rem;
  color: rgba(196, 160, 255, 0.88);
}

.nav-actions .start-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#home.hero-screen .landing-hero--copy-only {
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  margin-inline: 0;
}

#home.hero-screen .landing-hero--copy-only .hero-copy {
  max-width: min(100%, 720px);
}

#home.hero-screen .app-teaser {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: clamp(22px, 2.6vh, 30px);
}

#home.hero-screen .app-teaser-label {
  margin: 0;
}

#home.hero-screen .app-store-actions {
  justify-content: flex-start;
}

