.sc-profile-intro {
  --profile-pink: #f06c88;
  background-color: #171214;
  border-bottom: 10px solid #fff;
  color: #fff;
  isolation: isolate;
  min-height: clamp(680px, 44vw, 880px);
  overflow: hidden;
  padding: clamp(80px, 10vw, 150px) clamp(24px, 9vw, 150px) 90px;
  position: relative;
  scroll-margin-top: 72px;
}

.sc-profile-intro::before {
  background:
    linear-gradient(90deg, rgba(15, 10, 12, .9) 0%, rgba(15, 10, 12, .76) 36%, rgba(15, 10, 12, .38) 62%, rgba(15, 10, 12, .12) 100%),
    linear-gradient(0deg, rgba(15, 10, 12, .5) 0%, transparent 52%, rgba(15, 10, 12, .22) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.sc-profile-video {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.sc-profile-hero {
  align-items: center;
  display: flex;
  min-height: calc(clamp(680px, 44vw, 880px) - 230px);
  position: relative;
  z-index: 2;
}

.sc-profile-copy { max-width: 760px; }
.sc-profile-kicker {
  align-items: center;
  color: var(--profile-pink);
  display: flex;
  font-size: .76rem;
  font-weight: 850;
  gap: 18px;
  letter-spacing: .28em;
  margin-bottom: 18px;
}
.sc-profile-kicker::before {
  background: currentColor;
  content: "";
  height: 1px;
  width: 56px;
}
.sc-profile-handle {
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
  letter-spacing: .12em;
  margin: 0 0 12px 74px;
}
.sc-profile-copy h1 {
  color: #fff;
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(5rem, 10vw, 10.5rem);
  font-weight: 750;
  letter-spacing: -.13em;
  line-height: .88;
  margin: 0 0 34px -.06em;
  text-shadow: 0 10px 34px rgba(0, 0, 0, .34);
}
.sc-profile-copy h1 span { color: var(--profile-pink); }
.sc-profile-role {
  color: #fff7f9;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 22px;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .38);
}
.sc-profile-lead {
  color: rgba(255, 247, 249, .82);
  font-size: clamp(.94rem, 1.1vw, 1.08rem);
  line-height: 1.9;
  margin: 0;
  max-width: 660px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .4);
}
.sc-profile-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.sc-profile-actions a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: .84rem;
  font-weight: 800;
  gap: 16px;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}
.sc-profile-actions a:hover { transform: translateY(-2px); }
.sc-profile-action-primary { background: var(--profile-pink); color: #fff; }
.sc-profile-action-primary:hover { background: #ff7890; color: #fff; }
.sc-profile-action-secondary {
  backdrop-filter: blur(8px);
  background: rgba(22, 15, 18, .24);
  border: 1px solid rgba(255, 255, 255, .42);
  color: #fff7f9;
}
.sc-profile-action-secondary:hover { border-color: var(--profile-pink); color: #fff; }
.sc-profile-action-chevron {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  height: 8px;
  transform: translateY(-2px) rotate(45deg);
  width: 8px;
}

body.dark-mode .sc-profile-intro {
  background-color: #171416;
  border-bottom-color: #090708;
}
body.dark-mode .sc-profile-intro::before {
  background:
    linear-gradient(90deg, rgba(12, 9, 10, .94) 0%, rgba(12, 9, 10, .82) 36%, rgba(12, 9, 10, .46) 62%, rgba(12, 9, 10, .18) 100%),
    linear-gradient(0deg, rgba(12, 9, 10, .58) 0%, transparent 50%, rgba(12, 9, 10, .28) 100%);
}

@media (max-width: 780px) {
  .sc-profile-intro {
    min-height: 760px;
    padding: 108px 20px 48px;
  }
  .sc-profile-video { object-position: center top; }
  .sc-profile-intro::before {
    background:
      linear-gradient(90deg, rgba(15, 10, 12, .76), rgba(15, 10, 12, .48)),
      linear-gradient(0deg, rgba(15, 10, 12, .78), rgba(15, 10, 12, .2));
  }
  body.dark-mode .sc-profile-intro::before {
    background:
      linear-gradient(90deg, rgba(12, 9, 10, .86), rgba(12, 9, 10, .58)),
      linear-gradient(0deg, rgba(12, 9, 10, .88), rgba(12, 9, 10, .26));
  }
  .sc-profile-hero { align-items: flex-end; min-height: 594px; }
  .sc-profile-kicker::before { width: 28px; }
  .sc-profile-handle { margin-left: 48px; }
  .sc-profile-copy h1 { font-size: clamp(4rem, 20vw, 6.3rem); }
  .sc-profile-actions { align-items: stretch; flex-direction: column; }
}

@media (max-height: 820px) and (min-width: 781px) {
  .sc-profile-intro { min-height: 680px; padding: 30px 64px 34px; }
  .sc-profile-hero { min-height: 616px; }
  .sc-profile-copy h1 { font-size: clamp(5.2rem, 8vw, 8rem); margin-bottom: 18px; }
  .sc-profile-role { margin-bottom: 12px; }
  .sc-profile-lead { font-size: .88rem; line-height: 1.65; }
}

@media (prefers-reduced-motion: reduce) {
  .sc-profile-actions a { transition: none; }
}
