.creator-profile {
  width: min(calc(100% - 40px), 82rem);
  margin-inline: auto;
  padding: 24px 0 64px;
}
.creator-breadcrumb { display: flex; gap: 8px; margin-bottom: 24px; color: var(--sand-500); font-size: .75rem; }
.creator-breadcrumb a { color: var(--sand-300); }
.creator-breadcrumb a:hover { color: var(--sand-50); }

.creator-profile__hero {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-strong);
}
.creator-profile__hero > img {
  width: 240px;
  height: 240px;
  border: 1px solid var(--line-strong);
  object-fit: cover;
}
.creator-profile .eyebrow { margin: 0; color: var(--rust-500); font-size: .78rem; font-weight: 700; }
.creator-profile__hero h1 {
  margin: 8px 0 12px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.creator-profile__hero > div > p:not(.eyebrow) { max-width: 70ch; margin: 0; color: var(--sand-100); line-height: 1.6; text-wrap: pretty; }
.creator-profile__tags { display: flex; gap: 4px; flex-wrap: wrap; margin: 16px 0; }
.creator-profile__tags span { padding: 3px 7px; background: var(--ink-700); color: var(--sand-100); font-size: .7rem; }
.creator-profile__actions { display: flex; align-items: center; gap: 16px; }
.creator-profile__actions a { min-height: 40px; display: inline-flex; align-items: center; }
.creator-profile__actions .button { padding: 0 14px; color: #fff; background: var(--rust-500); font-size: .78rem; font-weight: 700; }
.creator-profile__actions .button:hover { background: var(--rust-600); }
.creator-profile__actions > a:not(.button) { color: var(--sand-300); font-size: .75rem; }
.creator-profile__actions > a:not(.button):hover { color: var(--sand-50); }

.creator-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-strong); border-top: 0; }
.creator-metrics article { padding: 16px; border-right: 1px solid var(--line); }
.creator-metrics article:last-child { border-right: 0; }
.creator-metrics span { display: block; color: var(--sand-300); font-size: .68rem; }
.creator-metrics strong { display: block; margin-top: 4px; font: 700 1.2rem/1.2 var(--font-mono); font-variant-numeric: tabular-nums; }

.creator-profile__layout { display: grid; grid-template-columns: minmax(0, 1fr) 20rem; gap: 32px; padding-top: 32px; }
.creator-about { padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.creator-about h2,
.creator-latest-profile h2,
.creator-source h2 { margin: 6px 0 12px; font-size: 1.8rem; line-height: 1.2; letter-spacing: -.025em; text-wrap: balance; }
.creator-about > p:not(.eyebrow) { max-width: 70ch; margin: 0; color: var(--sand-100); line-height: 1.65; }
.creator-editorial { margin-top: 20px; padding: 16px; border: 1px solid var(--line); background: var(--ink-850); }
.creator-editorial strong { font-size: .78rem; }
.creator-editorial p { margin: 6px 0 0; color: var(--sand-300); font-size: .8rem; line-height: 1.55; }
.creator-latest-profile { padding-top: 32px; }
.creator-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.creator-video { border: 1px solid var(--line); background: var(--ink-900); transition: border-color .18s ease, background-color .18s ease; }
.creator-video:hover { border-color: var(--line-strong); background: var(--ink-850); }
.creator-video__shot { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; }
.creator-video__shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s var(--ease); }
.creator-video:hover img { transform: scale(1.02); }
.creator-video__shot i { position: absolute; inset: auto auto 8px 8px; display: grid; width: 36px; height: 36px; place-items: center; color: #fff; background: var(--rust-500); font-size: .7rem; font-style: normal; }
.creator-video > span:last-child { display: grid; gap: 4px; padding: 12px; }
.creator-video time { color: var(--sand-300); font-size: .68rem; }
.creator-video b { color: var(--sand-100); font-size: .82rem; line-height: 1.4; }
.creator-source { position: sticky; top: 88px; padding: 16px; border: 1px solid var(--line-strong); background: var(--ink-900); }
.creator-source h2 { font-size: 1.35rem; }
.creator-source dl { margin: 12px 0; }
.creator-source dl div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-top: 1px solid var(--line); font-size: .72rem; }
.creator-source dt { color: var(--sand-300); }
.creator-source dd { margin: 0; color: var(--sand-100); text-align: right; }
.creator-source > a { display: flex; min-height: 40px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--sand-100); font-size: .75rem; }
.creator-source > a:hover { color: var(--rust-500); }

@media (max-width: 900px) {
  .creator-profile__hero { grid-template-columns: 160px minmax(0, 1fr); }
  .creator-profile__hero > img { width: 160px; height: 160px; }
  .creator-profile__hero h1 { font-size: 3rem; }
  .creator-profile__layout { grid-template-columns: 1fr; }
  .creator-source { position: static; }
}
@media (max-width: 860px) {
  .creator-profile { padding-top: 78px; }
}
@media (max-width: 640px) {
  .creator-profile { width: calc(100% - 24px); }
  .creator-profile__hero { grid-template-columns: 96px minmax(0, 1fr); gap: 16px; align-items: start; }
  .creator-profile__hero > img { width: 96px; height: 96px; }
  .creator-profile__hero > div { min-width: 0; }
  .creator-profile__hero h1 { grid-column: 2; grid-row: 1; align-self: center; margin-top: 24px; font-size: 2.4rem; overflow-wrap: anywhere; }
  .creator-profile__hero > div > p:not(.eyebrow),
  .creator-profile__tags,
  .creator-profile__actions { grid-column: 1 / -1; }
  .creator-profile__hero { position: relative; }
  .creator-profile__hero > div { display: contents; }
  .creator-profile__hero .eyebrow { grid-column: 2; grid-row: 1; align-self: start; }
  .creator-profile__hero > div > p:not(.eyebrow) { grid-row: 2; margin-top: 8px; }
  .creator-profile__tags { grid-row: 3; }
  .creator-profile__actions { grid-row: 4; }
  .creator-profile__tags { margin: 12px 0 0; }
  .creator-profile__actions { flex-direction: column; align-items: stretch; gap: 4px; margin-top: 4px; }
  .creator-profile__actions a { justify-content: center; }
  .creator-metrics { grid-template-columns: 1fr 1fr; }
  .creator-metrics article:nth-child(2) { border-right: 0; }
  .creator-metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .creator-video-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .creator-video, .creator-video__shot img { transition: none; }
}
