/* =============================================================
   StageHub /new — profil interpreta (/new/interpret/:slug)
   Načíta sa po tokens.css a base.css. Žiadny inline štýl.
   ============================================================= */

.sh-profile { padding-bottom: var(--sh-space-16); }

/* --- HERO --- */
.sh-profile-hero { padding-block: clamp(var(--sh-space-10), 6vw, var(--sh-space-16)); }
.sh-profile-hero-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(var(--sh-space-6), 4vw, var(--sh-space-12));
  align-items: center;
}
.sh-profile-photo {
  aspect-ratio: 1 / 1;
  border-radius: var(--sh-radius-xl);
  overflow: hidden;
  background: var(--sh-cream-1);
  border: 1px solid var(--sh-ink-12);
  box-shadow: var(--sh-shadow-lg);
}
.sh-profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.sh-profile-headline { min-width: 0; }
.sh-profile-name { font-size: var(--sh-text-5xl); margin: var(--sh-space-3) 0 var(--sh-space-3); letter-spacing: -0.02em; }
.sh-profile-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.15em;
  margin: 0 0 var(--sh-space-5);
  font-size: var(--sh-text-lg);
  color: var(--sh-ink-70);
}
.sh-profile-genre { color: var(--sh-amber-text); font-weight: var(--sh-weight-medium); }

/* --- Odkazy (streaming / sociálne siete) --- */
.sh-profile-links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--sh-space-3); }
.sh-link-chip {
  display: inline-flex;
  align-items: center;
  padding: var(--sh-space-2) var(--sh-space-4);
  font-size: var(--sh-text-sm);
  font-weight: var(--sh-weight-medium);
  color: var(--sh-ink);
  background: var(--sh-surface-raised);
  border: 1px solid var(--sh-ink-12);
  border-radius: var(--sh-radius-pill);
  transition: border-color var(--sh-transition), background var(--sh-transition), color var(--sh-transition);
}
.sh-link-chip:hover { color: var(--sh-ink); border-color: var(--sh-amber); background: var(--sh-cream-1); }

/* --- Telo --- */
.sh-profile-body { }
.sh-profile-main { max-width: var(--sh-container-narrow); }
.sh-profile-section { margin-bottom: var(--sh-space-12); }
.sh-profile-h2 {
  font-size: var(--sh-text-2xl);
  margin: 0 0 var(--sh-space-5);
  padding-bottom: var(--sh-space-3);
  border-bottom: 1px solid var(--sh-ink-12);
}

/* --- Prose (bio) --- */
.sh-prose { color: var(--sh-ink); line-height: var(--sh-leading-normal); }
.sh-prose p { margin: 0 0 var(--sh-space-4); }
.sh-prose a { color: var(--sh-amber-text); text-decoration: underline; }
.sh-prose a:hover { color: var(--sh-amber-hover); }
.sh-prose h2, .sh-prose h3 { margin-top: var(--sh-space-8); }
.sh-prose img { border-radius: var(--sh-radius-md); margin: var(--sh-space-4) 0; }

/* --- Články --- */
.sh-artlist { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--sh-space-3); }
.sh-artlist-link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--sh-space-4);
  padding: var(--sh-space-4) var(--sh-space-5);
  background: var(--sh-surface-raised);
  border: 1px solid var(--sh-ink-12);
  border-radius: var(--sh-radius-md);
  color: inherit;
  transition: border-color var(--sh-transition), transform var(--sh-transition);
}
.sh-artlist-link:hover { color: inherit; border-color: var(--sh-amber); transform: translateX(2px); }
.sh-artlist-title { font-family: var(--sh-font-head); font-size: var(--sh-text-lg); color: var(--sh-ink); }
.sh-artlist-meta { display: flex; align-items: baseline; gap: var(--sh-space-3); flex-shrink: 0; font-size: var(--sh-text-sm); }
.sh-artlist-genre { color: var(--sh-amber-text); font-weight: var(--sh-weight-medium); }
.sh-artlist-date { color: var(--sh-ink-70); }

/* --- Lepkavé kontaktné tlačidlo --- */
.sh-contact-bar {
  position: sticky;
  bottom: var(--sh-space-4);
  display: flex;
  justify-content: center;
  margin-top: var(--sh-space-8);
  pointer-events: none;
  z-index: 15;
}
.sh-contact-btn {
  pointer-events: auto;
  box-shadow: var(--sh-shadow-lg);
}

/* --- Responzívne --- */
@media (max-width: 720px) {
  .sh-profile-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .sh-profile-photo { width: min(280px, 70vw); margin-inline: auto; }
  .sh-profile-meta, .sh-profile-links { justify-content: center; }
  .sh-artlist-link { flex-direction: column; align-items: flex-start; gap: var(--sh-space-2); }
}
@media (max-width: 420px) {
  .sh-profile-name { font-size: var(--sh-text-4xl); }
}

/* Hero bez fotky — iniciálka na tónovanom kréme (rovnaký pomer 1/1 ako fotka) */
.sh-profile-photo-ph {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--sh-cream-1), var(--sh-cream-2));
}
.sh-avatar-initial {
  font-family: var(--sh-font-head); font-weight: var(--sh-weight-semibold);
  color: var(--sh-amber-text); line-height: 1; user-select: none;
}
.sh-profile-photo-ph .sh-avatar-initial { font-size: clamp(4rem, 12vw, 7.5rem); }

/* --- Profil: sekcia Podcast a TV (naviazané médiá) --- */
.sh-profile-media { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--sh-space-3); }
.sh-pmedia-link { display: flex; align-items: center; gap: var(--sh-space-4); padding: var(--sh-space-3); background: var(--sh-surface-raised); border: 1px solid var(--sh-ink-12); border-radius: var(--sh-radius-md); color: inherit; transition: border-color var(--sh-transition), transform var(--sh-transition); }
.sh-pmedia-link:hover { color: inherit; border-color: var(--sh-amber); transform: translateX(2px); }
.sh-pmedia-thumb { position: relative; flex: 0 0 auto; width: 120px; aspect-ratio: 16 / 9; border-radius: var(--sh-radius-sm); overflow: hidden; background: var(--sh-cream-1); }
.sh-pmedia-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sh-pmedia-thumb-ph { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--sh-cream-1), var(--sh-cream-2)); }
.sh-pmedia-initial { font-family: var(--sh-font-head); font-weight: var(--sh-weight-semibold); color: var(--sh-amber-text); font-size: 1.6rem; line-height: 1; }
.sh-pmedia-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: var(--sh-radius-pill); background: rgba(28, 25, 23, 0.72); color: #fff; font-size: 0.85rem; padding-left: 2px; }
.sh-pmedia-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sh-pmedia-title { font-family: var(--sh-font-head); font-size: var(--sh-text-base); color: var(--sh-ink); }
.sh-pmedia-link:hover .sh-pmedia-title { color: var(--sh-amber-text); }
.sh-pmedia-meta { font-size: var(--sh-text-sm); color: var(--sh-ink-70); }
