/* One sticky phone, with creator setup cards becoming scroll-driven internal screens. */
body.studio-home-shell {
  overflow-x: clip;
  overflow-y: visible;
}

body.studio-home-shell main.studio-home {
  overflow: visible;
}

body.studio-home-shell .creator-details-hero {
  overflow: visible;
}

body.studio-home-shell .creator-details-hero__grid {
  grid-template-columns: minmax(250px, 0.78fr) minmax(390px, 1.22fr);
  align-items: start;
  gap: clamp(26px, 5vw, 72px);
}

body.studio-home-shell .creator-details-scroll {
  position: relative;
  min-width: 0;
  /* The trigger rail is absolutely positioned, so the section must reserve
     one viewport-scaled step for every rendered profile. The final buffer is
     the sticky viewport itself; without it, a sticky child can start leaving
     its containing section while the last profile is still active. */
  min-height: calc(
    (var(--creator-step-count, 1) * clamp(320px, 56vh, 520px))
    + max(520px, min(76vh, 650px))
  );
}

body.studio-home-shell .creator-details-scroll__sticky {
  position: sticky;
  top: 92px;
  z-index: 5;
  display: flex;
  height: min(76vh, 650px);
  min-height: 520px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

body.studio-home-shell .creator-details-scroll__status {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  min-height: 24px;
  color: #737785;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.studio-home-shell .creator-details-scroll__status strong {
  margin-left: 5px;
  color: #2563eb;
  font-size: 0.8rem;
}

body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
  position: relative;
  width: clamp(238px, 25vw, 282px) !important;
  max-width: 282px !important;
  height: clamp(500px, 70vh, 600px) !important;
  min-height: 500px !important;
  flex: 0 0 auto !important;
  aspect-ratio: auto !important;
  border: 7px solid #1a1a1c !important;
  border-bottom-width: 8px !important;
  border-radius: 40px !important;
  background: #050505 !important;
  box-shadow: 0 26px 56px rgba(17, 17, 20, 0.3), inset 0 0 0 2px #050505 !important;
}

body.studio-home-shell .creator-details-scroll__screen {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 34px 10px 10px;
  box-sizing: border-box;
  border-radius: 32px 32px 0 0;
  background: #0f1118;
  color: #ffffff;
  font-family: "Inter", sans-serif !important;
}

body.studio-home-shell .creator-details-scroll__screen-item {
  position: absolute;
  inset: 0;
  overflow-x: hidden;
  overflow: hidden;
  padding: 34px 10px 12px;
  box-sizing: border-box;
  background: var(--creator-screen-surface, #101521);
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.985);
  transition: opacity 360ms ease, transform 460ms cubic-bezier(0.22, 0.8, 0.24, 1), visibility 360ms ease;
  visibility: hidden;
  scrollbar-width: none;
}

body.studio-home-shell .creator-details-scroll__screen-item::-webkit-scrollbar {
  display: none;
}

body.studio-home-shell .creator-details-scroll__screen-item.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

body.studio-home-shell .creator-details-scroll__screen-top,
body.studio-home-shell .creator-details-scroll__screen-profile,
body.studio-home-shell .creator-details-scroll__screen-links,
body.studio-home-shell .creator-details-scroll__screen-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

body.studio-home-shell .creator-details-scroll__screen-top {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.53rem;
  font-weight: 800;
}

body.studio-home-shell .creator-details-scroll__screen-top span:last-child {
  padding: 4px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.4rem;
  letter-spacing: 0.08em;
}

body.studio-home-shell .creator-details-scroll__screen-profile {
  justify-content: flex-start;
  margin-top: 14px;
  padding: 10px;
  border-radius: 13px;
  background: var(--creator-screen-cover, linear-gradient(135deg, #2563eb, #8b5cf6));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

body.studio-home-shell .creator-details-scroll__screen-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(17, 17, 20, 0.38);
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 900;
}

body.studio-home-shell .creator-details-scroll__screen-profile > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

body.studio-home-shell .creator-details-scroll__screen-profile strong,
body.studio-home-shell .creator-details-scroll__screen-profile small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-profile strong {
  color: #ffffff;
  font-size: 0.7rem;
}

body.studio-home-shell .creator-details-scroll__screen-profile small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.45rem;
}

body.studio-home-shell .creator-details-scroll__screen-bio {
  margin: 8px 2px 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.48rem;
  line-height: 1.4;
}

body.studio-home-shell .creator-details-scroll__screen-stats {
  justify-content: stretch;
  gap: 5px;
  margin-top: 8px;
}

body.studio-home-shell .creator-details-scroll__screen-stats span {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  flex-direction: column;
  gap: 2px;
  padding: 6px 5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
}

body.studio-home-shell .creator-details-scroll__screen-stats b {
  color: #ffffff;
  font-size: 0.55rem;
}

body.studio-home-shell .creator-details-scroll__screen-stats small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.38rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-heading {
  margin-top: 13px;
}

body.studio-home-shell .creator-details-scroll__screen-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.46rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.studio-home-shell .creator-details-scroll__screen-heading h3 {
  margin: 5px 0 0;
  color: #ffffff;
  font-family: "Inter", "Inter", sans-serif !important;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
}

body.studio-home-shell .creator-details-scroll__screen-copy {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.52rem;
  line-height: 1.45;
}

body.studio-home-shell .creator-details-scroll__screen-points {
  display: grid;
  gap: 6px;
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
}

body.studio-home-shell .creator-details-scroll__screen-points li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.49rem;
  line-height: 1.36;
}

body.studio-home-shell .creator-details-scroll__screen-points li i {
  display: grid;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--creator-screen-accent, #d6ff00) 22%, transparent);
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.4rem;
}

body.studio-home-shell .creator-details-scroll__screen-links {
  align-items: stretch;
  gap: 5px;
  margin-top: 12px;
}

body.studio-home-shell .creator-details-scroll__screen-links > span {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  flex-direction: column;
  gap: 4px;
  padding: 7px 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

body.studio-home-shell .creator-details-scroll__screen-links i {
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.58rem;
}

body.studio-home-shell .creator-details-scroll__screen-links b,
body.studio-home-shell .creator-details-scroll__screen-links small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-links b {
  color: #ffffff;
  font-size: 0.43rem;
}

body.studio-home-shell .creator-details-scroll__screen-links small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.36rem;
}

body.studio-home-shell .creator-details-scroll__triggers {
  position: absolute;
  inset: 0 0 0 0;
  z-index: 0;
}

body.studio-home-shell .creator-details-scroll__trigger {
  height: clamp(320px, 56vh, 520px);
  pointer-events: none;
}

@media (max-width: 900px) {
  body.studio-home-shell .creator-details-hero__grid {
    grid-template-columns: 1fr;
  }

  body.studio-home-shell .creator-details-scroll {
    min-height: calc(
      (var(--creator-step-count, 1) * clamp(300px, 50vh, 460px))
      + max(500px, min(72vh, 610px))
    );
    margin-top: 18px;
  }

  body.studio-home-shell .creator-details-scroll__sticky {
    top: 78px;
    height: min(72vh, 610px);
    min-height: 500px;
  }

  body.studio-home-shell .creator-details-scroll__trigger {
    height: clamp(300px, 50vh, 460px);
  }
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-scroll__status {
    font-size: 0.55rem;
  }

  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(84vw, 248px) !important;
    max-width: 248px !important;
    height: min(540px, calc(100svh - 128px)) !important;
    min-height: 470px !important;
  }

  body.studio-home-shell .creator-details-scroll__screen,
  body.studio-home-shell .creator-details-scroll__screen-item {
    padding-right: 9px;
    padding-left: 9px;
  }

  body.studio-home-shell .creator-details-scroll__screen-heading h3 {
    font-size: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.studio-home-shell .creator-details-scroll__screen-item {
    transition: opacity 180ms ease;
    transform: none;
  }
}

/* Reference phone skin: slim silver frame with the white app screens from the supplied mockup. */
body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
  width: min(clamp(238px, 24vw, 310px), calc((100svh - 144px) * 0.48)) !important;
  max-width: 310px !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 48 / 100 !important;
  border: 6px solid #a7a7a7 !important;
  border-bottom-width: 7px !important;
  border-radius: 44px !important;
  background: linear-gradient(135deg, #777777 0%, #e4e4e4 30%, #8a8a8a 62%, #cfcfcf 100%) !important;
  box-shadow: inset 0 0 0 2px #626262, 0 28px 58px rgba(17, 17, 20, 0.28) !important;
}

body.studio-home-shell .creator-details-scroll__phone > .arowet-iphone-notch {
  top: 16px;
  width: 72px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
}

body.studio-home-shell .creator-details-scroll__phone .arowet-iphone-notch__dot {
  width: 6px;
  height: 6px;
}

body.studio-home-shell .creator-details-scroll__screen {
  border-radius: 36px 36px 0 0;
  background: #ffffff;
  color: #202027;
}

body.studio-home-shell .creator-details-scroll__screen-item {
  padding: 46px 16px 16px;
  background: #ffffff;
  color: #202027;
}

body.studio-home-shell .creator-details-scroll__screen-top {
  color: #686873;
}

body.studio-home-shell .creator-details-scroll__screen-top span:last-child {
  background: #f0edff;
  color: #6d28d9;
}

body.studio-home-shell .creator-details-scroll__screen-stats span {
  background: #f1f1f4;
}

body.studio-home-shell .creator-details-scroll__screen-stats b {
  color: #202027;
}

body.studio-home-shell .creator-details-scroll__screen-stats small {
  color: #777783;
}

body.studio-home-shell .creator-details-scroll__screen-heading h3 {
  color: #202027;
}

body.studio-home-shell .creator-details-scroll__screen-copy {
  color: #686873;
}

body.studio-home-shell .creator-details-scroll__screen-points li {
  color: #4b4b55;
}

body.studio-home-shell .creator-details-scroll__screen-links > span {
  border-color: rgba(32, 32, 39, 0.1);
  background: #f6f6f8;
}

body.studio-home-shell .creator-details-scroll__screen-links b {
  color: #202027;
}

body.studio-home-shell .creator-details-scroll__screen-links small {
  color: #777783;
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(84vw, 248px, calc((100svh - 128px) * 0.48)) !important;
    max-width: 248px !important;
  }

  body.studio-home-shell .creator-details-scroll__phone > .arowet-iphone-notch {
    top: 13px;
    width: 62px;
    height: 21px;
  }

  body.studio-home-shell .creator-details-scroll__screen-item {
    padding: 39px 12px 13px;
  }
}

/* Scrollytelling copy and progress rail. */
body.studio-home-shell .creator-details-scroll__copy-column {
  position: sticky;
  top: 92px;
  z-index: 5;
  display: grid;
  height: min(76vh, 650px);
  min-height: 520px;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
}

body.studio-home-shell .creator-details-scroll__copy-rail {
  position: relative;
  width: 4px;
  height: min(430px, 62vh);
  justify-self: center;
}

body.studio-home-shell .creator-details-scroll__copy-rail-track,
body.studio-home-shell .creator-details-scroll__copy-rail-fill {
  position: absolute;
  top: 0;
  left: 1px;
  width: 2px;
  height: 100%;
  border-radius: 999px;
}

body.studio-home-shell .creator-details-scroll__copy-rail-track {
  background: rgba(37, 99, 235, 0.16);
}

body.studio-home-shell .creator-details-scroll__copy-rail-fill {
  height: 100%;
  transform-origin: top center;
  background: #2563eb;
  transform: scaleY(0);
  transition: transform 420ms cubic-bezier(0.22, 0.8, 0.24, 1);
}

body.studio-home-shell .creator-details-scroll__copy-rail-dot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 16px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.14), 0 8px 18px rgba(37, 99, 235, 0.2);
  transform: translate(-50%, -50%);
  transition: top 420ms cubic-bezier(0.22, 0.8, 0.24, 1);
}

body.studio-home-shell .creator-details-scroll__copy-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
}

body.studio-home-shell .creator-details-scroll__copy-screen {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transform: translateY(28px);
  transition: opacity 360ms ease, transform 460ms cubic-bezier(0.22, 0.8, 0.24, 1);
}

body.studio-home-shell .creator-details-scroll__copy-screen.is-past {
  opacity: 0.16;
  transform: translateY(-16px) scale(0.985);
}

body.studio-home-shell .creator-details-scroll__copy-screen.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.studio-home-shell .creator-details-scroll__copy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #6d7280;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.studio-home-shell .creator-details-scroll__copy-kicker strong {
  color: #2563eb;
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

body.studio-home-shell .creator-details-scroll__copy-screen h2 {
  max-width: 8ch;
  margin: 18px 0 0;
  color: #111114;
  font-family: "Inter", "Inter", sans-serif !important;
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.92;
  text-transform: uppercase;
}

body.studio-home-shell .creator-details-scroll__copy-description {
  max-width: 44ch;
  margin: 20px 0 0;
  color: #646876;
  font-size: clamp(0.95rem, 1.2vw, 1.12rem);
  line-height: 1.65;
}

body.studio-home-shell .creator-details-scroll__copy-screen h3 {
  margin: 26px 0 0;
  color: #202027;
  font-size: 1.05rem;
  font-weight: 900;
}

body.studio-home-shell .creator-details-scroll__copy-screen ul {
  display: grid;
  gap: 9px;
  max-width: 48ch;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

body.studio-home-shell .creator-details-scroll__copy-screen li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #646876;
  font-size: 0.86rem;
  line-height: 1.45;
}

body.studio-home-shell .creator-details-scroll__copy-screen li i {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #dbeafe;
  color: #2563eb;
  font-size: 0.52rem;
}

body.studio-home-shell .creator-details-scroll__copy-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}

/* Layered phone transitions: past screens remain as a soft stack behind the active layer. */
body.studio-home-shell .creator-details-scroll__screen-item {
  visibility: visible;
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition: opacity 360ms ease, transform 460ms cubic-bezier(0.22, 0.8, 0.24, 1);
}

body.studio-home-shell .creator-details-scroll__screen-item.is-past {
  opacity: 0.2;
  transform: translateY(-14px) scale(0.97);
}

body.studio-home-shell .creator-details-scroll__screen-item.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.studio-home-shell .creator-details-scroll__screen-item[data-creator-screen-type="analytics"],
body.studio-home-shell .creator-details-scroll__screen-item[data-creator-screen-type="social"] {
  background: var(--creator-screen-surface, #101521);
  color: #ffffff;
}

body.studio-home-shell .creator-details-scroll__screen-item[data-creator-screen-type="analytics"] .creator-details-scroll__screen-top,
body.studio-home-shell .creator-details-scroll__screen-item[data-creator-screen-type="social"] .creator-details-scroll__screen-top {
  color: rgba(255, 255, 255, 0.72);
}

body.studio-home-shell .creator-details-scroll__screen-item[data-creator-screen-type="analytics"] .creator-details-scroll__screen-bio {
  color: rgba(255, 255, 255, 0.64);
}

body.studio-home-shell .creator-details-scroll__screen-analytics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 16px;
}

body.studio-home-shell .creator-details-scroll__screen-analytics-grid span {
  display: grid;
  min-height: 52px;
  gap: 2px;
  padding: 8px;
  border-radius: 10px;
  background: #ffffff;
  color: #101521;
}

body.studio-home-shell .creator-details-scroll__screen-analytics-grid i {
  color: #3b82f6;
  font-size: 0.56rem;
}

body.studio-home-shell .creator-details-scroll__screen-analytics-grid b {
  font-size: 0.72rem;
}

body.studio-home-shell .creator-details-scroll__screen-analytics-grid small {
  color: #777783;
  font-size: 0.4rem;
}

body.studio-home-shell .creator-details-scroll__screen-chart {
  margin-top: 12px;
  padding: 9px 8px 8px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
}

body.studio-home-shell .creator-details-scroll__screen-chart > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 0.49rem;
}

body.studio-home-shell .creator-details-scroll__screen-chart > div:first-child b {
  color: #7dd3fc;
  font-size: 0.42rem;
}

body.studio-home-shell .creator-details-scroll__screen-chart-bars {
  display: flex;
  height: 78px;
  align-items: flex-end;
  gap: 4px;
  margin-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

body.studio-home-shell .creator-details-scroll__screen-chart-bars i {
  position: relative;
  display: block;
  min-width: 0;
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #60a5fa, #2563eb);
}

body.studio-home-shell .creator-details-scroll__screen-chart-bars span {
  position: absolute;
  bottom: -12px;
  left: 50%;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.35rem;
  font-style: normal;
  transform: translateX(-50%);
}

body.studio-home-shell .creator-details-scroll__screen-note {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.43rem;
}

body.studio-home-shell .creator-details-scroll__screen-note i {
  margin-right: 4px;
  color: #4ade80;
}

body.studio-home-shell .creator-details-scroll__screen-embeds {
  display: grid;
  gap: 7px;
  margin-top: 18px;
}

body.studio-home-shell .creator-details-scroll__screen-embeds > div {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 8px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
}

body.studio-home-shell .creator-details-scroll__screen-embeds > div > i:first-child {
  color: var(--embed-accent);
  font-size: 0.86rem;
}

body.studio-home-shell .creator-details-scroll__screen-embeds > div > i:last-child {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.52rem;
}

body.studio-home-shell .creator-details-scroll__screen-embeds span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.studio-home-shell .creator-details-scroll__screen-embeds b {
  color: #ffffff;
  font-size: 0.52rem;
}

body.studio-home-shell .creator-details-scroll__screen-embeds small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.39rem;
}

body.studio-home-shell .creator-details-scroll__screen-app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

body.studio-home-shell .creator-details-scroll__screen-app-grid span {
  display: flex;
  min-height: 58px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

body.studio-home-shell .creator-details-scroll__screen-app-grid i {
  color: #a7f3d0;
  font-size: 0.7rem;
}

body.studio-home-shell .creator-details-scroll__screen-app-grid b {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.46rem;
}

body.studio-home-shell .creator-details-scroll__screen-event-cover {
  position: relative;
  height: 108px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 14px;
  background: #f5b66b;
}

body.studio-home-shell .creator-details-scroll__screen-event-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.studio-home-shell .creator-details-scroll__screen-event-cover::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(31, 20, 12, 0.62));
  content: "";
}

body.studio-home-shell .creator-details-scroll__screen-event-cover span {
  position: absolute;
  right: 10px;
  bottom: 9px;
  z-index: 1;
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 900;
}

body.studio-home-shell .creator-details-scroll__screen-event-details {
  display: grid;
  gap: 7px;
  margin-top: 13px;
}

body.studio-home-shell .creator-details-scroll__screen-event-details span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #4b4b55;
  font-size: 0.45rem;
}

body.studio-home-shell .creator-details-scroll__screen-event-details i {
  width: 14px;
  color: #f97316;
  text-align: center;
}

body.studio-home-shell .creator-details-scroll__screen-rsvp {
  width: 100%;
  margin-top: 13px;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: #171521;
  color: #ffffff;
  font-size: 0.54rem;
  font-weight: 900;
}

body.studio-home-shell .creator-details-scroll__screen-rsvp i {
  margin-left: 5px;
}

body.studio-home-shell .creator-details-scroll__screen-theme-preview {
  display: grid;
  margin-top: 18px;
  padding: 14px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #e9d5ff, #c4b5fd 54%, #93c5fd);
  text-align: center;
}

body.studio-home-shell .creator-details-scroll__screen-theme-avatar {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #6d28d9;
  color: #ffffff;
  font-size: 0.54rem;
  font-weight: 900;
}

body.studio-home-shell .creator-details-scroll__screen-theme-preview strong {
  margin-top: 6px;
  color: #26143c;
  font-size: 0.65rem;
}

body.studio-home-shell .creator-details-scroll__screen-theme-preview small {
  margin-top: 2px;
  color: #5b3b7c;
  font-size: 0.42rem;
}

body.studio-home-shell .creator-details-scroll__screen-theme-button {
  margin-top: 10px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #6d28d9;
  font-size: 0.43rem;
  font-weight: 900;
}

body.studio-home-shell .creator-details-scroll__screen-palette,
body.studio-home-shell .creator-details-scroll__screen-layouts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  margin-top: 12px;
}

body.studio-home-shell .creator-details-scroll__screen-palette span,
body.studio-home-shell .creator-details-scroll__screen-layouts span {
  display: grid;
  gap: 4px;
  padding: 6px 4px;
  place-items: center;
  border: 1px solid rgba(32, 32, 39, 0.1);
  border-radius: 8px;
  background: #f6f6f8;
  text-align: center;
}

body.studio-home-shell .creator-details-scroll__screen-palette i {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--swatch);
}

body.studio-home-shell .creator-details-scroll__screen-palette b,
body.studio-home-shell .creator-details-scroll__screen-layouts b {
  color: #555763;
  font-size: 0.37rem;
}

body.studio-home-shell .creator-details-scroll__screen-layouts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.studio-home-shell .creator-details-scroll__screen-layouts i {
  color: #6d28d9;
  font-size: 0.7rem;
}

@media (max-width: 900px) {
  body.studio-home-shell .creator-details-scroll__copy-column {
    position: relative;
    top: auto;
    height: 500px;
    min-height: 500px;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen h2 {
    max-width: 10ch;
    font-size: clamp(2.8rem, 9vw, 4.5rem);
  }
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-scroll__copy-column {
    height: 480px;
    min-height: 480px;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 14px;
  }

  body.studio-home-shell .creator-details-scroll__copy-kicker strong {
    font-size: 3.1rem;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen h2 {
    margin-top: 14px;
    font-size: clamp(2.45rem, 12vw, 3.6rem);
  }

  body.studio-home-shell .creator-details-scroll__copy-description {
    margin-top: 14px;
    font-size: 0.88rem;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen h3 {
    margin-top: 18px;
    font-size: 0.95rem;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen li {
    font-size: 0.76rem;
  }

  body.studio-home-shell .creator-details-scroll__copy-actions {
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.studio-home-shell .creator-details-scroll__copy-screen,
  body.studio-home-shell .creator-details-scroll__screen-item,
  body.studio-home-shell .creator-details-scroll__copy-rail-fill,
  body.studio-home-shell .creator-details-scroll__copy-rail-dot {
    transition: none;
  }
}

/* Final reference skin: the compact black event-phone mockup supplied for this section. */
body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
  width: min(clamp(238px, 22vw, 282px), calc((100svh - 132px) * 0.475)) !important;
  max-width: 282px !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 47.5 / 100 !important;
  border: 7px solid #19191f !important;
  border-bottom-width: 8px !important;
  border-radius: 41px !important;
  background: #111116 !important;
  box-shadow: 0 28px 58px rgba(17, 17, 20, 0.34), inset 0 0 0 2px #050506 !important;
}

body.studio-home-shell .creator-details-scroll__phone > .arowet-iphone-notch {
  top: 17px;
  width: 61px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: #050506;
}

body.studio-home-shell .creator-details-scroll__screen {
  border-radius: 33px 33px 0 0;
  background: #17161e;
  color: #ffffff;
}

body.studio-home-shell .creator-details-scroll__screen-item {
  padding: 42px 12px 12px;
  background: var(--creator-screen-surface, #17161e);
  color: #ffffff;
}

body.studio-home-shell .creator-details-scroll__screen-top {
  color: rgba(255, 255, 255, 0.72);
}

body.studio-home-shell .creator-details-scroll__screen-top span:last-child {
  background: rgba(255, 255, 255, 0.12);
  color: var(--creator-screen-accent, #d6ff00);
}

body.studio-home-shell .creator-details-scroll__screen-profile {
  gap: 8px;
  margin-top: 13px;
  padding: 9px;
  background: linear-gradient(135deg, var(--creator-screen-accent, #d6ff00), #8b5cf6 145%);
}

body.studio-home-shell .creator-details-scroll__screen-profile-photo {
  position: relative;
  display: block;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(17, 17, 20, 0.42);
}

body.studio-home-shell .creator-details-scroll__screen-profile-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

body.studio-home-shell .creator-details-scroll__screen-profile-photo b {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 0.52rem;
  opacity: 1;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.36);
  transition: opacity 160ms ease;
}

body.studio-home-shell .creator-details-scroll__screen-profile-photo.has-image b {
  opacity: 0;
}

body.studio-home-shell .creator-details-scroll__screen-profile-photo.is-image-fallback img {
  display: none;
}

body.studio-home-shell .creator-details-scroll__screen-profile strong,
body.studio-home-shell .creator-details-scroll__screen-profile small {
  color: #ffffff;
}

body.studio-home-shell .creator-details-scroll__screen-bio {
  color: rgba(255, 255, 255, 0.68);
}

body.studio-home-shell .creator-details-scroll__screen-stats span {
  background: rgba(255, 255, 255, 0.1);
}

body.studio-home-shell .creator-details-scroll__screen-stats b {
  color: #ffffff;
}

body.studio-home-shell .creator-details-scroll__screen-stats small {
  color: rgba(255, 255, 255, 0.5);
}

body.studio-home-shell .creator-details-scroll__screen-highlight {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

body.studio-home-shell .creator-details-scroll__screen-highlight > i:first-child {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.62rem;
}

body.studio-home-shell .creator-details-scroll__screen-highlight span {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}

body.studio-home-shell .creator-details-scroll__screen-highlight b {
  overflow: hidden;
  color: #ffffff;
  font-size: 0.48rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-highlight small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.38rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-highlight > i:last-child {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.48rem;
}

body.studio-home-shell .creator-details-scroll__screen-heading {
  margin-top: 11px;
}

body.studio-home-shell .creator-details-scroll__screen-heading h3 {
  color: #ffffff;
  font-size: 0.83rem;
  line-height: 1.05;
}

body.studio-home-shell .creator-details-scroll__screen-links {
  gap: 5px;
  margin-top: 9px;
}

body.studio-home-shell .creator-details-scroll__screen-links > span {
  padding: 6px 5px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

body.studio-home-shell .creator-details-scroll__screen-links b {
  color: #ffffff;
}

body.studio-home-shell .creator-details-scroll__screen-links small {
  color: rgba(255, 255, 255, 0.46);
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(78vw, 220px, calc((100svh - 154px) * 0.475)) !important;
    max-width: 220px !important;
  }

  body.studio-home-shell .creator-details-scroll__screen-item {
    padding: 39px 10px 10px;
  }
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid,
body.studio-home-shell .creator-details-scroll__screen-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin-top: 9px;
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid span,
body.studio-home-shell .creator-details-scroll__screen-shop-grid span {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 54px;
  flex-direction: column;
  gap: 4px;
  padding: 7px 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid i,
body.studio-home-shell .creator-details-scroll__screen-shop-grid i {
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.58rem;
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid b,
body.studio-home-shell .creator-details-scroll__screen-shop-grid b {
  overflow: hidden;
  color: #ffffff;
  font-size: 0.42rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid small,
body.studio-home-shell .creator-details-scroll__screen-shop-grid small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.34rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-shop-grid em {
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 900;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart {
  margin-top: 9px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 0.44rem;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart strong {
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.4rem;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart-bars {
  display: flex;
  height: 60px;
  align-items: flex-end;
  gap: 4px;
  margin-top: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart-bars i {
  position: relative;
  display: block;
  min-width: 0;
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--creator-screen-accent, #d6ff00), rgba(255, 255, 255, 0.26));
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart-bars span {
  position: absolute;
  bottom: -11px;
  left: 50%;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.3rem;
  font-style: normal;
  transform: translateX(-50%);
}

body.studio-home-shell .creator-details-scroll__screen-media-card {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  padding: 9px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--creator-screen-accent, #d6ff00), #8b5cf6 150%);
}

body.studio-home-shell .creator-details-scroll__screen-media-card > span:first-child {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.23);
  color: #ffffff;
  font-size: 0.65rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-card > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}

body.studio-home-shell .creator-details-scroll__screen-media-card b {
  overflow: hidden;
  color: #ffffff;
  font-size: 0.48rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-media-card small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.36rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-media-card > i:last-child {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #17161e;
  font-size: 0.48rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin-top: 7px;
}

body.studio-home-shell .creator-details-scroll__screen-media-links span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  padding: 7px 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
}

body.studio-home-shell .creator-details-scroll__screen-media-links i {
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.6rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-links b {
  overflow: hidden;
  color: #ffffff;
  font-size: 0.42rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-media-links small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.34rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Real-device pass: Dynamic Island, status chrome, side buttons, and a larger reference phone. */
body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
  position: relative;
  width: min(clamp(258px, 24vw, 282px), calc((100svh - 140px) * 0.475)) !important;
  max-width: 282px !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 47.5 / 100 !important;
  overflow: visible !important;
  border: 7px solid #18181b !important;
  border-bottom-width: 8px !important;
  border-radius: 43px !important;
  background: linear-gradient(145deg, #35353a 0%, #111116 30%, #25252a 68%, #0b0b0e 100%) !important;
  box-shadow: 0 30px 66px rgba(17, 17, 20, 0.34), inset 0 0 0 2px #050506, inset 0 0 0 3px rgba(255, 255, 255, 0.04) !important;
}

body.studio-home-shell .creator-details-scroll__phone::before {
  position: absolute;
  inset: 9px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 36px;
  content: "";
  pointer-events: none;
}

body.studio-home-shell .creator-details-scroll__hardware-key {
  position: absolute;
  z-index: 4;
  width: 3px;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(180deg, #303036, #0c0c10);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.07);
}

body.studio-home-shell .creator-details-scroll__hardware-key--silent {
  top: 112px;
  left: -10px;
  height: 24px;
}

body.studio-home-shell .creator-details-scroll__hardware-key--volume-up {
  top: 156px;
  left: -10px;
  height: 48px;
}

body.studio-home-shell .creator-details-scroll__hardware-key--volume-down {
  top: 214px;
  left: -10px;
  height: 48px;
}

body.studio-home-shell .creator-details-scroll__dynamic-island {
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 8;
  display: flex;
  width: 76px;
  height: 25px;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  border-radius: 999px;
  background: #050506;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 3px 9px rgba(0, 0, 0, 0.34);
  transform: translateX(-50%);
  transition: width 260ms ease, box-shadow 260ms ease;
}

body.studio-home-shell .creator-details-scroll__dynamic-island::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: #15161a;
  content: "";
  transform: translate(-50%, -50%);
}

body.studio-home-shell .creator-details-scroll__dynamic-island-camera,
body.studio-home-shell .creator-details-scroll__dynamic-island-sensor {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 50%;
}

body.studio-home-shell .creator-details-scroll__dynamic-island-camera {
  width: 8px;
  height: 8px;
  background: radial-gradient(circle at 34% 30%, #3c536d 0 15%, #11141a 38%, #050608 70%);
  box-shadow: inset 0 0 0 1px rgba(102, 139, 176, 0.2), 0 0 0 1px #0d0e12;
}

body.studio-home-shell .creator-details-scroll__dynamic-island-sensor {
  width: 5px;
  height: 5px;
  margin-left: auto;
  margin-right: 1px;
  background: #0f1115;
  box-shadow: inset 0 0 0 1px #20242c;
}

body.studio-home-shell .creator-details-scroll__dynamic-island.is-pulsing {
  animation: creator-details-island-pulse 720ms cubic-bezier(0.22, 0.8, 0.24, 1);
}

body.studio-home-shell .creator-details-scroll__dynamic-island:hover,
body.studio-home-shell .creator-details-scroll__dynamic-island:focus-within {
  width: 112px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 5px 16px rgba(0, 0, 0, 0.38);
}

body.studio-home-shell .creator-details-scroll__screen {
  position: relative;
  z-index: 1;
  overflow: hidden !important;
  border-radius: 35px 35px 0 0 !important;
  background: #101116 !important;
}

body.studio-home-shell .creator-details-scroll__status-bar {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.44rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  pointer-events: none;
}

body.studio-home-shell .creator-details-scroll__status-icons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.42rem;
}

body.studio-home-shell .creator-details-scroll__status-icons i:last-child {
  font-size: 0.48rem;
}

body.studio-home-shell .creator-details-scroll__screen-item {
  padding: 45px 13px 27px !important;
  background:
    radial-gradient(circle at 78% 16%, color-mix(in srgb, var(--creator-screen-accent, #ff5f8f) 18%, transparent), transparent 32%),
    var(--creator-screen-surface, #17161e) !important;
}

body.studio-home-shell .creator-details-scroll__screen-item::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.045), transparent 30%, transparent 72%, rgba(255, 255, 255, 0.025));
  content: "";
  pointer-events: none;
}

body.studio-home-shell .creator-details-scroll__screen-item > * {
  position: relative;
  z-index: 1;
}

body.studio-home-shell .creator-details-scroll__screen::after {
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 30 !important;
  width: 68px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  content: "";
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
  transform: translateX(-50%);
  pointer-events: none;
}

body.studio-home-shell .creator-details-scroll__screen-profile {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 9px 18px rgba(0, 0, 0, 0.15);
}

body.studio-home-shell .creator-details-scroll__screen-profile-photo {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}

@keyframes creator-details-island-pulse {
  0%, 100% {
    transform: translateX(-50%) scaleX(1);
  }
  35% {
    transform: translateX(-50%) scaleX(1.12);
  }
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(78vw, 220px, calc((100svh - 154px) * 0.475)) !important;
    max-width: 220px !important;
  }

  body.studio-home-shell .creator-details-scroll__dynamic-island {
    top: 11px !important;
    width: 68px !important;
    height: 23px !important;
  }

  body.studio-home-shell .creator-details-scroll__status-bar {
    top: 14px;
    left: 13px;
    right: 13px;
    font-size: 0.4rem;
  }

  body.studio-home-shell .creator-details-scroll__screen-item {
    padding: 41px 10px 25px !important;
  }
}

body.studio-home-shell .creator-details-scroll__screen::after {
  z-index: 30 !important;
}

/* Final visibility pass: keep the active copy readable and scale the phone to the section. */
body.studio-home-shell .creator-details-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: start !important;
}

body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
  width: min(clamp(200px, 19vw, 232px), calc((100svh - 188px) * 0.475)) !important;
  max-width: 232px !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 47.5 / 100 !important;
}

body.studio-home-shell .creator-details-scroll__copy-column,
body.studio-home-shell .creator-details-scroll__copy-stage,
body.studio-home-shell .creator-details-scroll__copy-screen {
  overflow: visible !important;
}

body.studio-home-shell .creator-details-scroll__copy-screen {
  justify-content: flex-start !important;
  visibility: hidden;
  padding: 8px 0 16px !important;
}

body.studio-home-shell .creator-details-scroll__copy-screen.is-active {
  visibility: visible;
}

body.studio-home-shell .creator-details-scroll__copy-screen.is-past,
body.studio-home-shell .creator-details-scroll__copy-screen.is-next {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1100px) and (min-width: 901px) {
  body.studio-home-shell .creator-details-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.62fr) !important;
    gap: 28px !important;
  }

  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(100%, 220px, calc((100svh - 188px) * 0.475)) !important;
    max-width: 220px !important;
  }
}

@media (max-width: 900px) {
  body.studio-home-shell .creator-details-hero__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-column {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: clamp(470px, 68vh, 570px) !important;
    overflow: visible !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-stage {
    height: auto !important;
    min-height: clamp(470px, 68vh, 570px) !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen {
    padding-block: 8px 18px !important;
  }

  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(82vw, 226px, calc((100svh - 172px) * 0.475)) !important;
    max-width: 226px !important;
  }
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-hero__grid {
    gap: 22px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-column {
    min-height: 455px !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-stage {
    min-height: 455px !important;
  }

body.studio-home-shell .creator-details-scroll__copy-screen {
  padding-block: 4px 14px !important;
}

  body.studio-home-shell .creator-details-scroll__copy-screen h2 {
    max-width: 11ch !important;
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-description {
    max-width: 38ch !important;
    font-size: 0.84rem !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen li {
    font-size: 0.72rem !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-actions {
    margin-top: 14px !important;
  }

  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(78vw, 220px, calc((100svh - 154px) * 0.475)) !important;
    max-width: 220px !important;
  }
}

/* Final visibility pass: keep the active copy readable and scale the phone to the section. */
body.studio-home-shell .creator-details-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: start !important;
}

body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
  width: min(clamp(200px, 19vw, 232px), calc((100svh - 188px) * 0.475)) !important;
  max-width: 232px !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 47.5 / 100 !important;
}

body.studio-home-shell .creator-details-scroll__copy-column,
body.studio-home-shell .creator-details-scroll__copy-stage,
body.studio-home-shell .creator-details-scroll__copy-screen {
  overflow: visible !important;
}

body.studio-home-shell .creator-details-scroll__copy-screen {
  justify-content: flex-start !important;
  visibility: hidden;
  padding: 8px 0 16px !important;
}

body.studio-home-shell .creator-details-scroll__copy-screen.is-active {
  visibility: visible;
}

body.studio-home-shell .creator-details-scroll__copy-screen.is-past,
body.studio-home-shell .creator-details-scroll__copy-screen.is-next {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1100px) and (min-width: 901px) {
  body.studio-home-shell .creator-details-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.62fr) !important;
    gap: 28px !important;
  }

  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(100%, 220px, calc((100svh - 188px) * 0.475)) !important;
    max-width: 220px !important;
  }
}

@media (max-width: 900px) {
  body.studio-home-shell .creator-details-hero__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-column {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: clamp(470px, 68vh, 570px) !important;
    overflow: visible !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-stage {
    height: auto !important;
    min-height: clamp(470px, 68vh, 570px) !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen {
    padding-block: 8px 18px !important;
  }

  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(82vw, 226px, calc((100svh - 172px) * 0.475)) !important;
    max-width: 226px !important;
  }
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-hero__grid {
    gap: 22px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-column {
    min-height: 455px !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-stage {
    min-height: 455px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen {
    padding-block: 4px 14px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen h2 {
    max-width: 11ch !important;
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-description {
    max-width: 38ch !important;
    font-size: 0.84rem !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen li {
    font-size: 0.72rem !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-actions {
    margin-top: 14px !important;
  }

  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(78vw, 220px, calc((100svh - 154px) * 0.475)) !important;
    max-width: 220px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.studio-home-shell .creator-details-scroll__dynamic-island {
    transition: none;
  }

  body.studio-home-shell .creator-details-scroll__dynamic-island.is-pulsing {
    animation: none;
  }
}

/* Match the compact phone used by the upper homepage feature previews. */
body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
  width: min(100%, 172px) !important;
  max-width: 172px !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 71.9 / 150 !important;
  border: 6px solid #222 !important;
  border-bottom-width: 6px !important;
  border-radius: 34px !important;
  background: #000 !important;
  box-shadow: inset 0 0 0 2px #0a0a0a, 0 20px 40px rgba(0, 0, 0, 0.5) !important;
}

body.studio-home-shell .creator-details-scroll__phone > .arowet-iphone-notch {
  top: 10px;
  width: 52px;
  height: 18px;
  padding: 0 5px;
  border-radius: 10px;
}

body.studio-home-shell .creator-details-scroll__screen {
  border-radius: 26px 26px 0 0;
}

body.studio-home-shell .creator-details-scroll__screen-item {
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 34px 8px 9px;
}

body.studio-home-shell .creator-details-scroll__screen-top,
body.studio-home-shell .creator-details-scroll__screen-profile,
body.studio-home-shell .creator-details-scroll__screen-bio,
body.studio-home-shell .creator-details-scroll__screen-stats,
body.studio-home-shell .creator-details-scroll__screen-heading,
body.studio-home-shell .creator-details-scroll__screen-highlight,
body.studio-home-shell .creator-details-scroll__screen-feature-grid,
body.studio-home-shell .creator-details-scroll__screen-shop-grid,
body.studio-home-shell .creator-details-scroll__screen-mini-chart,
body.studio-home-shell .creator-details-scroll__screen-media-card,
body.studio-home-shell .creator-details-scroll__screen-media-links,
body.studio-home-shell .creator-details-scroll__screen-links {
  min-width: 0;
}

body.studio-home-shell .creator-details-scroll__screen-top {
  font-size: 0.42rem;
}

body.studio-home-shell .creator-details-scroll__screen-top span:last-child {
  padding: 3px 5px;
  font-size: 0.32rem;
}

body.studio-home-shell .creator-details-scroll__screen-profile {
  gap: 5px;
  margin-top: 8px;
  padding: 6px;
  border-radius: 10px;
}

body.studio-home-shell .creator-details-scroll__screen-profile-photo {
  width: 29px;
  height: 29px;
}

body.studio-home-shell .creator-details-scroll__screen-profile strong {
  font-size: 0.56rem;
}

body.studio-home-shell .creator-details-scroll__screen-profile small {
  font-size: 0.34rem;
}

body.studio-home-shell .creator-details-scroll__screen-bio {
  margin: 5px 1px 0;
  font-size: 0.38rem;
  line-height: 1.25;
}

body.studio-home-shell .creator-details-scroll__screen-stats {
  gap: 3px;
  margin-top: 5px;
}

body.studio-home-shell .creator-details-scroll__screen-stats span {
  gap: 1px;
  padding: 4px 3px;
  border-radius: 6px;
}

body.studio-home-shell .creator-details-scroll__screen-stats b {
  font-size: 0.45rem;
}

body.studio-home-shell .creator-details-scroll__screen-stats small {
  font-size: 0.3rem;
}

body.studio-home-shell .creator-details-scroll__screen-highlight {
  gap: 5px;
  margin-top: 6px;
  padding: 6px;
  border-radius: 7px;
}

body.studio-home-shell .creator-details-scroll__screen-highlight > i:first-child {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  font-size: 0.48rem;
}

body.studio-home-shell .creator-details-scroll__screen-highlight b {
  font-size: 0.38rem;
}

body.studio-home-shell .creator-details-scroll__screen-highlight small {
  font-size: 0.3rem;
}

body.studio-home-shell .creator-details-scroll__screen-highlight > i:last-child {
  font-size: 0.38rem;
}

body.studio-home-shell .creator-details-scroll__screen-heading {
  margin-top: 7px;
}

body.studio-home-shell .creator-details-scroll__screen-heading span {
  font-size: 0.32rem;
}

body.studio-home-shell .creator-details-scroll__screen-heading h3 {
  margin-top: 2px;
  font-size: 0.6rem;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

body.studio-home-shell .creator-details-scroll__screen-links {
  gap: 3px;
  margin-top: 6px;
}

body.studio-home-shell .creator-details-scroll__screen-links > span {
  gap: 2px;
  padding: 4px 3px;
  border-radius: 6px;
}

body.studio-home-shell .creator-details-scroll__screen-links i {
  font-size: 0.42rem;
}

body.studio-home-shell .creator-details-scroll__screen-links b {
  font-size: 0.34rem;
}

body.studio-home-shell .creator-details-scroll__screen-links small {
  font-size: 0.28rem;
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid,
body.studio-home-shell .creator-details-scroll__screen-shop-grid {
  gap: 3px;
  margin-top: 6px;
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid span,
body.studio-home-shell .creator-details-scroll__screen-shop-grid span {
  min-height: 39px;
  gap: 2px;
  padding: 5px 4px;
  border-radius: 7px;
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid i,
body.studio-home-shell .creator-details-scroll__screen-shop-grid i {
  font-size: 0.45rem;
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid b,
body.studio-home-shell .creator-details-scroll__screen-shop-grid b {
  font-size: 0.34rem;
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid small,
body.studio-home-shell .creator-details-scroll__screen-shop-grid small {
  font-size: 0.28rem;
}

body.studio-home-shell .creator-details-scroll__screen-shop-grid em {
  top: 4px;
  right: 4px;
  font-size: 0.25rem;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart {
  margin-top: 6px;
  padding: 5px;
  border-radius: 7px;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart > div:first-child {
  font-size: 0.36rem;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart strong {
  font-size: 0.34rem;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart-bars {
  height: 40px;
  gap: 3px;
  margin-top: 5px;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart-bars i {
  border-radius: 3px 3px 0 0;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart-bars span {
  bottom: -2px;
  font-size: 0.25rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-card {
  gap: 5px;
  margin-top: 6px;
  padding: 6px;
  border-radius: 7px;
}

body.studio-home-shell .creator-details-scroll__screen-media-card > span:first-child {
  width: 21px;
  height: 21px;
  border-radius: 6px;
  font-size: 0.48rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-card b {
  font-size: 0.38rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-card small {
  font-size: 0.29rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-card > i:last-child {
  width: 18px;
  height: 18px;
  font-size: 0.38rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-links {
  gap: 3px;
  margin-top: 5px;
}

body.studio-home-shell .creator-details-scroll__screen-media-links span {
  gap: 2px;
  padding: 5px 4px;
  border-radius: 7px;
}

body.studio-home-shell .creator-details-scroll__screen-media-links i {
  font-size: 0.46rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-links b {
  font-size: 0.34rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-links small {
  font-size: 0.28rem;
}

body.studio-home-shell .creator-details-scroll__copy-stage,
body.studio-home-shell .creator-details-scroll__copy-screen {
  min-width: 0;
  overflow: hidden;
}

body.studio-home-shell .creator-details-scroll__copy-screen h2,
body.studio-home-shell .creator-details-scroll__copy-screen p,
body.studio-home-shell .creator-details-scroll__copy-screen h3,
body.studio-home-shell .creator-details-scroll__copy-screen li,
body.studio-home-shell .creator-details-scroll__copy-screen a {
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(100%, 172px) !important;
    max-width: 172px !important;
  }

  body.studio-home-shell .creator-details-scroll__phone > .arowet-iphone-notch {
    top: 10px;
    width: 52px;
    height: 18px;
  }

  body.studio-home-shell .creator-details-scroll__screen-item {
    padding: 34px 8px 9px;
  }
}

/* Keep the companion copy inside its stage while retaining the bold reference look. */
body.studio-home-shell .creator-details-scroll__copy-screen {
  justify-content: center;
  padding: 8px 0;
}

body.studio-home-shell .creator-details-scroll__copy-kicker {
  gap: 8px;
  font-size: 0.62rem;
}

body.studio-home-shell .creator-details-scroll__copy-kicker strong {
  font-size: clamp(3rem, 4.2vw, 4.8rem);
}

body.studio-home-shell .creator-details-scroll__copy-screen h2 {
  max-width: 8.5ch;
  margin-top: 13px;
  font-size: clamp(2.4rem, 4.3vw, 4.6rem);
  line-height: 0.86;
}

body.studio-home-shell .creator-details-scroll__copy-description {
  margin-top: 14px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.4;
}

body.studio-home-shell .creator-details-scroll__copy-screen h3 {
  margin-top: 18px;
  font-size: 0.95rem;
}

body.studio-home-shell .creator-details-scroll__copy-screen ul {
  gap: 6px;
  margin-top: 8px;
}

body.studio-home-shell .creator-details-scroll__copy-screen li {
  gap: 7px;
  font-size: 0.78rem;
  line-height: 1.32;
}

body.studio-home-shell .creator-details-scroll__copy-screen li i {
  width: 16px;
  height: 16px;
  font-size: 0.46rem;
}

body.studio-home-shell .creator-details-scroll__copy-actions {
  gap: 8px;
  margin-top: 18px;
}

@media (max-width: 900px) {
  body.studio-home-shell .creator-details-scroll__copy-screen h2 {
    max-width: 9ch;
    font-size: clamp(2.25rem, 7.2vw, 3.8rem);
  }
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-scroll__copy-screen {
    padding: 4px 0;
  }

  body.studio-home-shell .creator-details-scroll__copy-kicker strong {
    font-size: 2.8rem;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen h2 {
    max-width: 10ch;
    margin-top: 10px;
    font-size: clamp(2.05rem, 8vw, 3.1rem);
    line-height: 0.88;
  }

  body.studio-home-shell .creator-details-scroll__copy-description {
    margin-top: 12px;
    font-size: 0.84rem;
    line-height: 1.38;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen h3 {
    margin-top: 15px;
    font-size: 0.9rem;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen li {
    font-size: 0.72rem;
  }

  body.studio-home-shell .creator-details-scroll__copy-actions {
    margin-top: 15px;
  }
}

/* Final phone size: larger than the compact preview, while keeping the same dark shell. */
body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
  width: min(100%, 220px) !important;
  max-width: 220px !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 71.9 / 150 !important;
  border: 6px solid #222 !important;
  border-bottom-width: 6px !important;
  border-radius: 38px !important;
  background: #09090d !important;
  box-shadow: inset 0 0 0 2px #050506, 0 24px 48px rgba(0, 0, 0, 0.42) !important;
}

body.studio-home-shell .creator-details-scroll__phone > .arowet-iphone-notch {
  top: 13px;
  width: 58px;
  height: 20px;
  padding: 0 6px;
  border-radius: 12px;
  background: #030305;
}

body.studio-home-shell .creator-details-scroll__screen,
body.studio-home-shell .creator-details-scroll__screen-item {
  background: #15141b;
  color: #ffffff;
}

body.studio-home-shell .creator-details-scroll__screen-item {
  padding: 38px 11px 12px;
}

body.studio-home-shell .creator-details-scroll__screen-top {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.48rem;
}

body.studio-home-shell .creator-details-scroll__screen-top span:last-child {
  padding: 4px 6px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.35rem;
}

body.studio-home-shell .creator-details-scroll__screen-profile {
  gap: 7px;
  margin-top: 10px;
  padding: 8px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--creator-screen-accent, #d6ff00), #8b5cf6 145%);
}

body.studio-home-shell .creator-details-scroll__screen-profile-photo {
  width: 34px;
  height: 34px;
}

body.studio-home-shell .creator-details-scroll__screen-profile strong {
  font-size: 0.65rem;
}

body.studio-home-shell .creator-details-scroll__screen-profile small {
  font-size: 0.4rem;
}

body.studio-home-shell .creator-details-scroll__screen-bio {
  margin: 7px 2px 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.44rem;
  line-height: 1.32;
}

body.studio-home-shell .creator-details-scroll__screen-stats {
  gap: 4px;
  margin-top: 7px;
}

body.studio-home-shell .creator-details-scroll__screen-stats span {
  gap: 2px;
  padding: 5px 4px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
}

body.studio-home-shell .creator-details-scroll__screen-stats b {
  font-size: 0.5rem;
}

body.studio-home-shell .creator-details-scroll__screen-stats small {
  font-size: 0.34rem;
}

body.studio-home-shell .creator-details-scroll__screen-highlight {
  gap: 6px;
  margin-top: 8px;
  padding: 7px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.1);
}

body.studio-home-shell .creator-details-scroll__screen-highlight > i:first-child {
  width: 23px;
  height: 23px;
  border-radius: 7px;
  font-size: 0.56rem;
}

body.studio-home-shell .creator-details-scroll__screen-highlight b {
  font-size: 0.43rem;
}

body.studio-home-shell .creator-details-scroll__screen-highlight small {
  font-size: 0.34rem;
}

body.studio-home-shell .creator-details-scroll__screen-highlight > i:last-child {
  font-size: 0.43rem;
}

body.studio-home-shell .creator-details-scroll__screen-heading {
  margin-top: 9px;
}

body.studio-home-shell .creator-details-scroll__screen-heading span {
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.36rem;
}

body.studio-home-shell .creator-details-scroll__screen-heading h3 {
  margin-top: 3px;
  color: #ffffff;
  font-size: 0.72rem;
  line-height: 1.08;
}

body.studio-home-shell .creator-details-scroll__screen-links {
  gap: 4px;
  margin-top: 8px;
}

body.studio-home-shell .creator-details-scroll__screen-links > span {
  gap: 3px;
  padding: 5px 4px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
}

body.studio-home-shell .creator-details-scroll__screen-links i {
  font-size: 0.48rem;
}

body.studio-home-shell .creator-details-scroll__screen-links b {
  color: #ffffff;
  font-size: 0.4rem;
}

body.studio-home-shell .creator-details-scroll__screen-links small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.32rem;
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid,
body.studio-home-shell .creator-details-scroll__screen-shop-grid {
  gap: 4px;
  margin-top: 8px;
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid span,
body.studio-home-shell .creator-details-scroll__screen-shop-grid span {
  min-height: 48px;
  gap: 3px;
  padding: 6px 5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid i,
body.studio-home-shell .creator-details-scroll__screen-shop-grid i {
  font-size: 0.52rem;
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid b,
body.studio-home-shell .creator-details-scroll__screen-shop-grid b {
  font-size: 0.39rem;
}

body.studio-home-shell .creator-details-scroll__screen-feature-grid small,
body.studio-home-shell .creator-details-scroll__screen-shop-grid small {
  font-size: 0.32rem;
}

body.studio-home-shell .creator-details-scroll__screen-shop-grid em {
  top: 5px;
  right: 5px;
  font-size: 0.28rem;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart {
  margin-top: 8px;
  padding: 7px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.09);
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart > div:first-child {
  font-size: 0.4rem;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart strong {
  font-size: 0.38rem;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart-bars {
  height: 50px;
  gap: 3px;
  margin-top: 6px;
}

body.studio-home-shell .creator-details-scroll__screen-mini-chart-bars span {
  bottom: -2px;
  font-size: 0.28rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-card {
  gap: 6px;
  margin-top: 8px;
  padding: 7px;
  border-radius: 9px;
}

body.studio-home-shell .creator-details-scroll__screen-media-card > span:first-child {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  font-size: 0.55rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-card b {
  font-size: 0.42rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-card small {
  font-size: 0.32rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-card > i:last-child {
  width: 20px;
  height: 20px;
  font-size: 0.42rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-links {
  gap: 4px;
  margin-top: 6px;
}

body.studio-home-shell .creator-details-scroll__screen-media-links span {
  gap: 3px;
  padding: 6px 5px;
  border-radius: 8px;
}

body.studio-home-shell .creator-details-scroll__screen-media-links i {
  font-size: 0.52rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-links b {
  font-size: 0.39rem;
}

body.studio-home-shell .creator-details-scroll__screen-media-links small {
  font-size: 0.32rem;
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(100%, 200px, calc((100svh - 126px) * 0.479)) !important;
    max-width: 200px !important;
  }

  body.studio-home-shell .creator-details-scroll__screen-item {
    padding: 32px 10px 10px;
  }

  body.studio-home-shell .creator-details-scroll__screen-profile {
    margin-top: 8px;
    padding: 7px;
  }

  body.studio-home-shell .creator-details-scroll__screen-bio {
    margin-top: 5px;
  }

  body.studio-home-shell .creator-details-scroll__screen-stats {
    margin-top: 5px;
  }

  body.studio-home-shell .creator-details-scroll__screen-mini-chart {
    margin-top: 6px;
    padding: 5px;
  }

  body.studio-home-shell .creator-details-scroll__screen-mini-chart-bars {
    height: 36px;
    margin-top: 4px;
  }

  body.studio-home-shell .creator-details-scroll__screen-highlight {
    margin-top: 6px;
    padding: 6px;
  }

  body.studio-home-shell .creator-details-scroll__screen-heading {
    margin-top: 6px;
  }

  body.studio-home-shell .creator-details-scroll__screen-links {
    margin-top: 6px;
  }
}

/* Final precedence guard for the reference phone skin. */
body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
  width: min(clamp(200px, 19vw, 232px), calc((100svh - 188px) * 0.475)) !important;
  max-width: 232px !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 47.5 / 100 !important;
  overflow: visible !important;
  border: 7px solid #18181b !important;
  border-bottom-width: 8px !important;
  border-radius: 43px !important;
  background: linear-gradient(145deg, #35353a 0%, #111116 30%, #25252a 68%, #0b0b0e 100%) !important;
  box-shadow: 0 30px 66px rgba(17, 17, 20, 0.34), inset 0 0 0 2px #050506, inset 0 0 0 3px rgba(255, 255, 255, 0.04) !important;
}

body.studio-home-shell .creator-details-scroll__screen {
  position: relative;
  z-index: 1;
  overflow: hidden !important;
  border-radius: 35px 35px 0 0 !important;
  background: #101116 !important;
}

body.studio-home-shell .creator-details-scroll__screen-item {
  padding: 45px 13px 27px !important;
  background:
    radial-gradient(circle at 78% 16%, color-mix(in srgb, var(--creator-screen-accent, #ff5f8f) 18%, transparent), transparent 32%),
    var(--creator-screen-surface, #17161e) !important;
}

body.studio-home-shell .creator-details-scroll__dynamic-island {
  top: 13px !important;
  width: 76px !important;
  height: 25px !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  background: #050506 !important;
}

body.studio-home-shell .creator-details-scroll__status-bar {
  position: absolute !important;
  top: 15px !important;
  left: 15px !important;
  right: 15px !important;
  z-index: 4 !important;
  display: flex !important;
  pointer-events: none;
}

body.studio-home-shell .creator-details-scroll__screen::after {
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 8;
  width: 68px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(78vw, 220px, calc((100svh - 154px) * 0.475)) !important;
    max-width: 220px !important;
  }

  body.studio-home-shell .creator-details-scroll__dynamic-island {
    top: 11px !important;
    width: 68px !important;
    height: 23px !important;
  }

  body.studio-home-shell .creator-details-scroll__status-bar {
    top: 14px !important;
    left: 13px !important;
    right: 13px !important;
  }

  body.studio-home-shell .creator-details-scroll__screen-item {
    padding: 41px 10px 25px !important;
  }
}

body.studio-home-shell .creator-details-scroll__screen::after {
  z-index: 30;
}

/* Final visibility pass: keep the active copy readable and scale the phone to the section. */
body.studio-home-shell .creator-details-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: start !important;
}

body.studio-home-shell .creator-details-scroll__copy-column,
body.studio-home-shell .creator-details-scroll__copy-stage,
body.studio-home-shell .creator-details-scroll__copy-screen {
  overflow: visible !important;
}

body.studio-home-shell .creator-details-scroll__copy-screen {
  justify-content: flex-start !important;
  visibility: hidden;
  padding: 8px 0 16px !important;
}

body.studio-home-shell .creator-details-scroll__copy-screen.is-active {
  visibility: visible;
}

body.studio-home-shell .creator-details-scroll__copy-screen.is-past,
body.studio-home-shell .creator-details-scroll__copy-screen.is-next {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1100px) and (min-width: 901px) {
  body.studio-home-shell .creator-details-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.62fr) !important;
    gap: 28px !important;
  }
}

@media (max-width: 900px) {
  body.studio-home-shell .creator-details-hero__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-column {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: clamp(470px, 68vh, 570px) !important;
    overflow: visible !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-stage {
    height: auto !important;
    min-height: clamp(470px, 68vh, 570px) !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen {
    padding-block: 8px 18px !important;
  }
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-hero__grid {
    gap: 22px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-column {
    min-height: 455px !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-stage {
    min-height: 455px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen {
    padding-block: 4px 14px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen h2 {
    max-width: 11ch !important;
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-description {
    max-width: 38ch !important;
    font-size: 0.84rem !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen li {
    font-size: 0.72rem !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-actions {
    margin-top: 14px !important;
  }
}

/* Close the lower screen corners so the display follows the phone shell instead of forming a square lip. */
body.studio-home-shell .creator-details-scroll__screen {
  height: 100% !important;
  margin: 0 !important;
  border-radius: 35px !important;
  overflow: hidden !important;
}

/* Dynamic profile event screen: keep every guest detail and both actions inside
   the same compact phone viewport at desktop, tablet, and mobile widths. */
body.studio-home-shell .creator-details-scroll__screen-event-copy {
  margin: 6px 1px 0;
  color: #6f707b;
  font-size: 0.43rem;
  line-height: 1.3;
}

body.studio-home-shell .creator-details-scroll__screen-event-details span {
  min-width: 0;
}

body.studio-home-shell .creator-details-scroll__screen-event-details b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-event-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px;
  align-items: stretch;
  margin-top: 9px;
}

body.studio-home-shell .creator-details-scroll__screen-event-actions .creator-details-scroll__screen-rsvp {
  width: auto;
  min-width: 0;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-share {
  display: inline-flex;
  min-width: 31px;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 8px;
  border: 1px solid rgba(32, 32, 39, 0.14);
  border-radius: 9px;
  background: #f2f2f5;
  color: #202027;
  font-size: 0.47rem;
  font-weight: 900;
  cursor: pointer;
}

body.studio-home-shell .creator-details-scroll__screen-share:hover,
body.studio-home-shell .creator-details-scroll__screen-share.is-shared {
  border-color: rgba(37, 99, 235, 0.32);
  background: #e8efff;
  color: #2563eb;
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-scroll__screen-event-copy {
    font-size: 0.39rem;
  }

  body.studio-home-shell .creator-details-scroll__screen-event-details {
    gap: 5px;
    margin-top: 9px;
  }

  body.studio-home-shell .creator-details-scroll__screen-event-details span {
    gap: 5px;
    font-size: 0.4rem;
  }

  body.studio-home-shell .creator-details-scroll__screen-event-details i {
    width: 12px;
  }

  body.studio-home-shell .creator-details-scroll__screen-share {
    min-height: 29px;
    padding-inline: 7px;
    font-size: 0.42rem;
  }
}

/* Final homepage phone sizing: keep the feature phone readable without
   allowing it to exceed the available viewport on smaller devices. */
body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
  width: min(clamp(240px, 22vw, 280px), calc((100svh - 140px) * 0.475)) !important;
  max-width: 280px !important;
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(88vw, 248px, calc((100svh - 128px) * 0.475)) !important;
    max-width: 248px !important;
  }
}

/* Mobile rendering guard.
   Several legacy phone skins in this file intentionally use a white screen.
   The current creator scroller uses layered screens, so keep its display
   surface and active layer explicit at the final cascade position. */
body.studio-home-shell #creator-details-cards .creator-details-scroll__screen {
  display: block !important;
  min-width: 0;
  min-height: 0;
  background: #15141b !important;
  color: #ffffff !important;
}

body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-item {
  display: block !important;
  min-width: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 78% 16%, color-mix(in srgb, var(--creator-screen-accent, #ff5f8f) 18%, transparent), transparent 32%),
    var(--creator-screen-surface, #17161e) !important;
  color: #ffffff !important;
}

body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-item.is-active {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}

body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-item:not(.is-active) {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.studio-home-shell .creator-details-scroll__copy-screen h2 {
  max-width: 12ch !important;
  letter-spacing: -0.055em !important;
  line-height: 0.94 !important;
  text-wrap: balance;
}

@media (max-width: 900px) {
  body.studio-home-shell .creator-details-hero__copy.creator-details-scroll__copy-column {
    align-items: stretch !important;
    text-align: left !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen h2 {
    max-width: 13ch !important;
    font-size: clamp(2.35rem, 8.5vw, 4rem) !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__sticky {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 18px;
  }
}

@media (max-width: 575.98px) {
  body.studio-home-shell .creator-details-scroll__copy-stage {
    min-height: 430px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen h2 {
    max-width: 12ch !important;
    font-size: clamp(2.2rem, 10vw, 3.25rem) !important;
    line-height: 0.96 !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(88vw, 258px, calc((100svh - 128px) * 0.475)) !important;
    max-width: 258px !important;
  }
}

/* Touch layouts keep the phone sticky while the trigger steps flow normally.
   This preserves scroll-triggered screen reveals without the detached,
   invisible desktop spacer that caused the previous white tail. */
@media (max-width: 1024px) {
  body.studio-home-shell #creator-details-cards.creator-details-scroll {
    height: auto !important;
    min-height: 0 !important;
    margin-top: 18px;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__triggers {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    height: auto !important;
    margin: 0;
    z-index: 0;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__sticky {
    position: sticky !important;
    top: 76px !important;
    height: auto !important;
    min-height: 0 !important;
    justify-content: flex-start !important;
    padding-bottom: 18px;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__trigger {
    display: block;
    height: clamp(320px, 56vh, 500px);
  }
}

/* Profession-specific continuation for the profile phone. It deliberately
   stays in normal flow so the screen keeps its existing height and never
   becomes an inner scroller. */
body.studio-home-shell .creator-details-scroll__screen-bottom-content {
  display: grid;
  gap: 6px;
  margin: 8px 0 36px;
  min-width: 0;
}

body.studio-home-shell .creator-details-scroll__screen-bottom-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  min-width: 0;
}

body.studio-home-shell .creator-details-scroll__screen-bottom-card {
  display: grid;
  min-width: 0;
  min-height: 38px;
  grid-template-columns: 25px minmax(0, 1fr) 17px;
  align-items: center;
  gap: 6px;
  padding: 5px 6px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.075);
  color: #ffffff;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

body.studio-home-shell a.creator-details-scroll__screen-bottom-card:hover,
body.studio-home-shell a.creator-details-scroll__screen-bottom-card:focus-visible {
  border-color: color-mix(in srgb, var(--creator-screen-accent, #d6ff00) 64%, #ffffff 20%);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  outline: none;
  transform: translateY(-1px);
}

body.studio-home-shell .creator-details-scroll__screen-bottom-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 8px;
  background: color-mix(in srgb, var(--creator-screen-accent, #d6ff00) 24%, transparent);
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.62rem;
}

body.studio-home-shell .creator-details-scroll__screen-bottom-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

body.studio-home-shell .creator-details-scroll__screen-bottom-copy small,
body.studio-home-shell .creator-details-scroll__screen-bottom-copy b,
body.studio-home-shell .creator-details-scroll__screen-bottom-copy > span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell .creator-details-scroll__screen-bottom-copy small {
  color: var(--creator-screen-accent, #d6ff00);
  font-size: 0.36rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
}

body.studio-home-shell .creator-details-scroll__screen-bottom-copy b {
  color: #ffffff;
  font-size: 0.54rem;
  line-height: 1.05;
}

body.studio-home-shell .creator-details-scroll__screen-bottom-copy > span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.39rem;
  line-height: 1;
}

body.studio-home-shell .creator-details-scroll__screen-bottom-action {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.42rem;
}

body.studio-home-shell .creator-details-scroll__screen-bottom-cta-row {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

body.studio-home-shell .creator-details-scroll__screen-bottom-cta {
  display: inline-flex;
  min-width: 0;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 5px;
  border: 1px solid color-mix(in srgb, var(--creator-screen-accent, #d6ff00) 38%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--creator-screen-accent, #d6ff00) 15%, transparent);
  color: #ffffff;
  font-size: 0.42rem;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease;
}

body.studio-home-shell .creator-details-scroll__screen-bottom-cta:hover,
body.studio-home-shell .creator-details-scroll__screen-bottom-cta:focus-visible {
  border-color: var(--creator-screen-accent, #d6ff00);
  background: color-mix(in srgb, var(--creator-screen-accent, #d6ff00) 28%, transparent);
  color: #ffffff;
  outline: none;
}

body.studio-home-shell .creator-details-scroll__screen-bottom-cta.is-disabled,
body.studio-home-shell .creator-details-scroll__screen-bottom-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

@media (max-width: 350px) {
  /* 320px-wide devices use the shortest phone viewport. Tighten only the
     existing inter-card rhythm so the new continuation stays above the home
     indicator without shrinking the phone or hiding its profile data. */
  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-item {
    padding-top: 34px !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-profile {
    margin-top: 6px;
    gap: 5px;
    padding: 5px;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-profile-photo {
    width: 28px;
    height: 28px;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-bio {
    margin-top: 4px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-stats {
    margin-top: 3px;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-stats span {
    padding: 3px 2px;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-highlight,
  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-media-card {
    margin-top: 4px;
    padding: 5px;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-media-links {
    margin-top: 4px;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-media-links span {
    padding: 4px;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-media-links small {
    display: none;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-mini-chart {
    margin-top: 5px;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-mini-chart-bars {
    height: 24px;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-heading {
    margin-top: 7px;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-heading h3 {
    max-width: 100%;
    overflow: hidden;
    font-size: 0.58rem;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.studio-home-shell .creator-details-scroll__screen-bottom-content {
    margin-top: 4px;
  }

  body.studio-home-shell .creator-details-scroll__screen-bottom-content {
    margin-bottom: 34px;
  }

  body.studio-home-shell .creator-details-scroll__screen-bottom-copy > span {
    display: none;
  }

  body.studio-home-shell .creator-details-scroll__screen-bottom-card {
    min-height: 30px;
    grid-template-columns: 18px minmax(0, 1fr) 12px;
    gap: 4px;
    padding: 4px;
  }

  body.studio-home-shell .creator-details-scroll__screen-bottom-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.studio-home-shell .creator-details-scroll__screen-bottom-icon {
    width: 18px;
    height: 18px;
    border-radius: 7px;
    font-size: 0.52rem;
  }

  body.studio-home-shell .creator-details-scroll__screen-bottom-action {
    width: 12px;
    height: 12px;
    font-size: 0.34rem;
  }

  body.studio-home-shell .creator-details-scroll__screen-bottom-cta {
    min-height: 20px;
    padding: 3px 4px;
    font-size: 0.38rem;
  }
}

@media (max-width: 575.98px) {
  body.studio-home-shell #creator-details-cards .creator-details-scroll__sticky {
    top: 68px !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__trigger {
    height: clamp(300px, 58vh, 440px);
  }
}

/* Keep the document as the only native scroll container. A second body
   overflow container prevents position: sticky from tracking the phone on
   touch devices. */
@media (max-width: 1024px) {
  html.studio-home-native-scroll {
    overflow-x: clip !important;
    overflow-y: auto !important;
  }

html.studio-home-native-scroll body.studio-home-shell {
    overflow: visible !important;
  }
}

/* Compact touch layout: keep the profile-changing phone animation, but use
   shorter trigger steps so the phone does not create a multi-screen blank
   tail on phones. The sticky phone remains centred and keeps its stable
   aspect ratio. */
@media (max-width: 767.98px) {
  /* The public header already owns mobile navigation. The older creator
     sub-navigation duplicated it as two crowded rows on narrow screens. */
  body.studio-home-shell .creator-details-nav {
    display: none !important;
  }

  body.studio-home-shell #creator-details,
  body.studio-home-shell #creator-details .container,
  body.studio-home-shell #creator-details .creator-details-shell,
  body.studio-home-shell #creator-details .creator-details-hero__grid,
  body.studio-home-shell #creator-details-cards {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  body.studio-home-shell #creator-details .creator-details-hero__grid {
    padding-inline: 0;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__sticky {
    top: 72px !important;
    width: 100%;
    max-width: 100%;
    min-height: 0 !important;
    justify-content: flex-start !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__phone.arowet-iphone-shell {
    width: min(84vw, 248px, calc((100svh - 128px) * 0.475)) !important;
    max-width: 248px !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 71.9 / 150 !important;
    margin-inline: auto;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__trigger {
    height: clamp(190px, 30vh, 260px) !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__triggers {
    height: auto !important;
  }

  body.studio-home-shell #creator-details .creator-details-scroll__copy-stage {
    min-height: 360px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen h2 {
    max-width: 11ch !important;
    font-size: clamp(2.5rem, 11vw, 3.25rem) !important;
    line-height: 0.98 !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-description {
    max-width: 32ch !important;
    margin-top: 14px !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen h3 {
    margin-top: 18px !important;
    font-size: 0.96rem !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen ul {
    gap: 7px !important;
    margin-top: 9px !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-screen li {
    gap: 7px !important;
    font-size: 0.78rem !important;
    line-height: 1.3 !important;
  }

  body.studio-home-shell .creator-details-scroll__copy-actions {
    width: 100%;
    flex-direction: column;
    gap: 12px !important;
    margin-top: 18px !important;
  }

  body.studio-home-shell .creator-details-button {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    justify-content: center;
    padding-inline: 14px;
    text-align: center;
    white-space: normal;
  }

  /* Every theme owns the full display surface, including the area below its
     content, so a short profile never exposes the shell's black backing. */
  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-item {
    background:
      linear-gradient(180deg,
        color-mix(in srgb, var(--creator-screen-surface, #17161e) 100%, transparent) 0%,
        color-mix(in srgb, var(--creator-screen-surface, #17161e) 94%, #000000) 74%,
        var(--creator-screen-surface, #17161e) 100%) !important;
  }
}

/* Phone previews are visual content, not nested scroll containers. Keep the
   document as the only vertical scroller so a swipe that starts on any phone
   continues through the home page. */
@media (max-width: 1024px) {
  html.studio-home-native-scroll body.studio-home-shell
    .creator-details-scroll__screen,
  html.studio-home-native-scroll body.studio-home-shell
    .creator-details-scroll__screen-item,
  html.studio-home-native-scroll body.studio-home-shell
    .creator-phone-scroll,
  html.studio-home-native-scroll body.studio-home-shell
    .stackbunty-phone-screen,
  html.studio-home-native-scroll body.studio-home-shell
    .arowet-iphone-screen,
  html.studio-home-native-scroll body.studio-home-shell
    .event-phone__screen {
    overflow: hidden !important;
    overscroll-behavior: auto !important;
    touch-action: pan-x pan-y !important;
    -webkit-overflow-scrolling: auto !important;
  }

  html.studio-home-native-scroll body.studio-home-shell
    .stackbunty-phone-wall,
  html.studio-home-native-scroll body.studio-home-shell
    .product-ecosystem__phones,
  html.studio-home-native-scroll body.studio-home-shell
    .arowet-profile-showcase-viewport {
    touch-action: pan-x pan-y !important;
    overscroll-behavior-y: auto !important;
  }

  /* These elements are decorative and should never become the touch target
     when a gesture begins at the edge or top of a mockup. */
  html.studio-home-native-scroll body.studio-home-shell
    .creator-details-scroll__hardware-key,
  html.studio-home-native-scroll body.studio-home-shell
    .creator-details-scroll__dynamic-island,
  html.studio-home-native-scroll body.studio-home-shell
    .arowet-iphone-notch,
    html.studio-home-native-scroll body.studio-home-shell
    .stackbunty-phone-notch {
    pointer-events: none !important;
  }
}

/* Give the two medium continuation cards enough width to remain readable on
   normal phones. The 320px layout above intentionally stays two-up to fit
   the shorter viewport. */
@media (min-width: 351px) and (max-width: 575.98px) {
  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-profile {
    margin-top: 8px !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-bio {
    margin-top: 5px !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-stats {
    margin-top: 4px !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-highlight,
  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-media-card {
    margin-top: 6px !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-media-links,
  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-mini-chart {
    margin-top: 6px !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-heading {
    margin-top: 7px !important;
  }

  body.studio-home-shell .creator-details-scroll__screen-bottom-card {
    min-height: 38px !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-item[data-creator-ui-type="chart"] .creator-details-scroll__screen-mini-chart-bars {
    height: 26px !important;
  }
}

@media (min-width: 576px) and (max-width: 1024px) {
  body.studio-home-shell .creator-details-scroll__screen-bottom-content {
    margin-bottom: 30px;
  }

  body.studio-home-shell .creator-details-scroll__screen-bottom-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.studio-home-shell .creator-details-scroll__screen-bottom-card {
    min-height: 40px !important;
  }

  body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-item[data-creator-ui-type="chart"] .creator-details-scroll__screen-mini-chart-bars {
    height: 28px !important;
  }
}

/* Keep the profile screen in normal document flow: related content follows
   the tagline instead of being pinned to the bottom of the fixed phone. */
body.studio-home-shell #creator-details-cards .creator-details-scroll__screen-bottom-content {
  margin-top: 14px !important;
  margin-bottom: 16px !important;
}
