.profile-page {
  background:
    radial-gradient(circle at 78% 14%, var(--profile-glow, rgba(145, 133, 168, 0.1)), transparent 31rem),
    var(--bg);
}

.profile-page .site-header {
  background: rgba(9, 9, 10, 0.7);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.profile-hero {
  min-height: 100svh;
  padding-top: clamp(7rem, 12vw, 10rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  border-bottom: 1px solid var(--line);
}

.profile-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.profile-back,
.profile-index {
  margin: 0;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.profile-back {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  gap: 0.75rem;
  transition: color 180ms ease;
}

.profile-back:hover {
  color: var(--ink);
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(22rem, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.profile-visual {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--surface);
}

.profile-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(7, 7, 8, 0.6));
  content: "";
  pointer-events: none;
}

.profile-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.04);
  animation: profile-image-breathe 16s ease-in-out infinite alternate;
}

@keyframes profile-image-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.035); }
}

.profile-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink-soft);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.profile-intro h1 {
  margin: 0;
  font-size: clamp(5rem, 11vw, 10rem);
  font-weight: 430;
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.profile-role {
  margin: 1.5rem 0 0;
  color: var(--ember);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.profile-lede {
  max-width: 34rem;
  margin: 2rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.65;
}

.profile-status {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
  margin-top: 2.3rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.profile-status i {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--profile-accent, var(--ember));
  box-shadow: 0 0 0.8rem var(--profile-glow, rgba(183, 132, 104, 0.5));
}

.profile-socials {
  margin-top: 2.2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.profile-socials > p {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.social-icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icon {
  position: relative;
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--ink-soft);
  cursor: default;
}

.social-icon svg,
.platform-chip svg {
  width: 1.15rem;
  height: 1.15rem;
}

.social-icon svg {
  display: none;
}

.social-icon::before {
  width: 1.15rem;
  height: 1.15rem;
  background: currentColor;
  content: "";
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.social-icon[data-label^="Instagram"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.4' cy='6.7' r='1' fill='white' stroke='none'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.4' cy='6.7' r='1' fill='white' stroke='none'/%3E%3C/svg%3E");
}

.social-icon[data-label^="TikTok"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M14.4 4v10.2a4.2 4.2 0 1 1-3.1-4.1'/%3E%3Cpath d='M14.4 4c.7 2.6 2.3 4 4.6 4.3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M14.4 4v10.2a4.2 4.2 0 1 1-3.1-4.1'/%3E%3Cpath d='M14.4 4c.7 2.6 2.3 4 4.6 4.3'/%3E%3C/svg%3E");
}

.social-icon[data-label^="YouTube"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M21 8.2a3 3 0 0 0-2.1-2.1C17 5.6 12 5.6 12 5.6s-5 0-6.9.5A3 3 0 0 0 3 8.2 31 31 0 0 0 2.6 12 31 31 0 0 0 3 15.8a3 3 0 0 0 2.1 2.1c1.9.5 6.9.5 6.9.5s5 0 6.9-.5a3 3 0 0 0 2.1-2.1 31 31 0 0 0 .4-3.8 31 31 0 0 0-.4-3.8ZM10 9l5 3-5 3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M21 8.2a3 3 0 0 0-2.1-2.1C17 5.6 12 5.6 12 5.6s-5 0-6.9.5A3 3 0 0 0 3 8.2 31 31 0 0 0 2.6 12 31 31 0 0 0 3 15.8a3 3 0 0 0 2.1 2.1c1.9.5 6.9.5 6.9.5s5 0 6.9-.5a3 3 0 0 0 2.1-2.1 31 31 0 0 0 .4-3.8 31 31 0 0 0-.4-3.8ZM10 9l5 3-5 3Z'/%3E%3C/svg%3E");
}

.social-icon[data-label^="SoundCloud"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15.5v-3M7 17v-6M10 18v-8M13 18V8.5a5 5 0 0 1 7.5 4.3A2.7 2.7 0 0 1 20 18h-7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15.5v-3M7 17v-6M10 18v-8M13 18V8.5a5 5 0 0 1 7.5 4.3A2.7 2.7 0 0 1 20 18h-7'/%3E%3C/svg%3E");
}

.social-icon[data-label^="Spotify"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M7.5 9.3c3.3-1 6.8-.7 9.5.8M8.2 12.4c2.8-.8 5.8-.5 8.1.7M9 15.3c2.2-.5 4.4-.3 6.2.6' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M7.5 9.3c3.3-1 6.8-.7 9.5.8M8.2 12.4c2.8-.8 5.8-.5 8.1.7M9 15.3c2.2-.5 4.4-.3 6.2.6' stroke-linecap='round'/%3E%3C/svg%3E");
}

.social-icon[data-label^="Threads"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8'/%3E%3C/svg%3E");
}

.social-icon[data-label^="Apple Music"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='18' height='18' rx='4' fill='none' stroke='white' stroke-width='1.7'/%3E%3Cpath d='M15.8 8.2v7.2a2.2 2.2 0 1 1-1.5-2.1V9.6l-5 1v5.9a2.2 2.2 0 1 1-1.5-2.1V9.2Z' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='18' height='18' rx='4' fill='none' stroke='white' stroke-width='1.7'/%3E%3Cpath d='M15.8 8.2v7.2a2.2 2.2 0 1 1-1.5-2.1V9.6l-5 1v5.9a2.2 2.2 0 1 1-1.5-2.1V9.2Z' fill='white'/%3E%3C/svg%3E");
}

.social-icon::after {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  z-index: 5;
  width: max-content;
  max-width: 10rem;
  padding: 0.35rem 0.5rem;
  transform: translate(-50%, -0.2rem);
  border: 1px solid var(--line);
  border-radius: 0.25rem;
  background: var(--surface-high);
  color: var(--ink-soft);
  content: attr(data-label);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transition: opacity 160ms ease, transform 160ms ease;
}

.social-icon:hover::after {
  transform: translate(-50%, 0);
  opacity: 1;
}

a.social-icon {
  cursor: pointer;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 240ms var(--ease);
}

a.social-icon:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
  color: var(--ink);
}

.profile-practice {
  padding-block: clamp(6rem, 11vw, 10rem);
  border-bottom: 1px solid var(--line);
}

.profile-music {
  padding-block: clamp(6rem, 11vw, 10rem);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 45%, var(--profile-glow), transparent 27rem),
    var(--bg-soft);
}

.music-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.55fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.music-heading h2 {
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.3rem);
  font-weight: 430;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.music-heading p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.7;
}

.music-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
}

.music-column {
  min-height: 28rem;
  padding: clamp(1.5rem, 3.5vw, 2.6rem);
  border: 1px solid var(--line);
  background: rgba(18, 18, 22, 0.58);
}

.music-column-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.music-column-label span:last-child {
  color: var(--profile-accent);
}

.song-placeholder {
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 3rem;
}

.song-artwork {
  position: relative;
  aspect-ratio: 1;
  margin: 1.5rem 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
}

.song-artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease), filter 400ms ease;
}

.music-column:hover .song-artwork img {
  transform: scale(1.02);
  filter: contrast(1.03);
}

.song-placeholder-with-art {
  min-height: auto;
  padding-top: 2rem;
}

.song-placeholder .eyebrow {
  margin-bottom: 1rem;
}

.song-placeholder h3 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.5rem, 4.8vw, 4.5rem);
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.song-placeholder > p:not(.eyebrow) {
  max-width: 28rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.platforms-label {
  margin: 1.8rem 0 0.8rem;
  color: var(--muted);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.platform-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.platform-chip {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-chip svg {
  width: 0.95rem;
  height: 0.95rem;
}

a.platform-chip {
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 240ms var(--ease);
}

a.platform-chip:hover {
  transform: translateY(-2px);
  border-color: var(--ink);
  color: var(--ink);
}

.profile-practice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.55fr);
  gap: clamp(3rem, 9vw, 9rem);
}

.profile-statement h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.3rem);
  font-weight: 430;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.profile-statement > p {
  max-width: 43rem;
  margin: 2rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.75;
}

.profile-facts {
  margin: 0;
  border-top: 1px solid var(--line-strong);
}

.profile-facts > div {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 1.2rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid var(--line);
}

.profile-facts dt,
.profile-facts dd {
  margin: 0;
}

.profile-facts dt {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.profile-facts dd {
  color: var(--ink-soft);
  font-size: 0.85rem;
  line-height: 1.55;
}

.profile-next {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.profile-next-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding-block: 2rem;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  transition: border-color 200ms ease;
}

.profile-next-link > span:first-child {
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.profile-next-link strong {
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 430;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.profile-next-link > span:last-child {
  font-size: 1.8rem;
  transition: transform 240ms var(--ease);
}

.profile-next-link:hover {
  border-color: var(--ink-soft);
}

.profile-next-link:hover > span:last-child {
  transform: translate(0.3rem, -0.3rem);
}

.profile-keal {
  --profile-accent: #b78468;
  --profile-glow: rgba(183, 132, 104, 0.18);
}

.profile-xeno {
  --profile-accent: #aa8caa;
  --profile-glow: rgba(170, 140, 170, 0.18);
}

.profile-sponers {
  --profile-accent: #a29a68;
  --profile-glow: rgba(162, 154, 104, 0.16);
}

.profile-sponers .profile-visual img {
  filter: saturate(0.94) contrast(1.02);
}

@media (max-width: 900px) {
  .profile-grid,
  .profile-practice-grid,
  .music-heading {
    grid-template-columns: 1fr;
  }

  .profile-visual {
    width: min(100%, 40rem);
  }

  .profile-intro h1 {
    font-size: clamp(5.2rem, 18vw, 9rem);
  }

  .profile-facts {
    max-width: 38rem;
  }
}

@media (max-width: 760px) {
  .profile-page .site-header.is-open {
    background: var(--bg);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (max-width: 520px) {
  .profile-hero {
    padding-top: 6rem;
  }

  .profile-index {
    display: none;
  }

  .profile-grid {
    gap: 2.5rem;
  }

  .profile-intro h1 {
    font-size: clamp(4.7rem, 24vw, 7rem);
  }

  .profile-practice-grid {
    gap: 3rem;
  }

  .music-columns {
    grid-template-columns: 1fr;
  }

  .music-column {
    min-height: 24rem;
  }

  .profile-facts > div {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .profile-next-link {
    grid-template-columns: 1fr auto;
  }

  .profile-next-link > span:first-child {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .profile-visual img {
    animation: none;
  }
}
