.profile-about-tagline {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-text-primary, #0f172a);
}

#about .profile-about-tagline + .tab-content__text {
  padding: 0;
  margin-top: 0;
}

/* Media kit v2 About tab — no tagline filled in yet */
body.media-kit-overview-v2 #about.profile-about--no-tagline .tab-content__text {
  margin: 0;
  padding: 0;
}

body.media-kit-overview-v2 #about.profile-about--no-tagline.profile-about--no-bio .profile-about-works-best-section:first-child .profile-about-works-best__label,
body.media-kit-overview-v2 #about.profile-about--no-tagline.profile-about--no-bio .profile-about-content-strip:first-of-type .profile-about-content-strip__label,
body.media-kit-overview-v2 #about.profile-about--no-tagline.profile-about--no-bio .profile-about-awards__title:first-of-type,
body.media-kit-overview-v2 #about.profile-about--no-tagline.profile-about--no-bio .profile-about-press__header {
  margin-top: 0;
}

body.media-kit-overview-v2 #about.profile-about--no-tagline .profile-about-content-strip__label,
body.media-kit-overview-v2 #about.profile-about--no-tagline .profile-about-works-best__label,
body.media-kit-overview-v2 #about.profile-about--no-tagline .profile-about-awards__title,
body.media-kit-overview-v2 #about.profile-about--no-tagline .profile-about-press__header {
  margin-top: 40px;
}

body.media-kit-overview-v2 #about.profile-about--has-tagline .profile-about-tagline {
  margin: 0 0 16px;
}

body.media-kit-overview-v2 #about.profile-about--has-tagline .tab-content__text {
  margin-top: 0;
}

/* Sidebar — hide empty short-bio block so stats card sits cleanly below actions */
body.media-kit-overview-v2 .stats--with-sidebar-grid.stats--no-sidebar-bio .sb-primary-stat {
  margin-top: 0;
}

/* Content strip (?preview=nav2 public About tab) — aligned with Overview .ov-headline-stats */
.profile-about-content-strip {
  margin: 0 0 4px;
}

.profile-about-content-strip__label,
.profile-about-awards__title,
.profile-about-press__header {
  margin-top: 52px;
}

.profile-about-content-strip__label {
  margin-bottom: 14px;
}


.profile-about-content-strip__wrapper {
  border: 0.5px solid var(--color-border-tertiary, #ebebeb);
  border-radius: var(--border-radius-lg, 12px);
  overflow: hidden;
}

.profile-about-content-strip__grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  background: #fff;
}

.profile-about-content-strip__grid--single .profile-about-content-strip__cell {
  max-width: 320px;
}

/* 6+ platforms: five per row on desktop (matches original wide layout) */
.profile-about-content-strip__grid--multi-row .profile-about-content-strip__cell {
  flex: 1 1 calc(20% - 1px);
  max-width: 20%;
}

.profile-about-content-strip__niche-footer {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 10px;
  padding: 14px 28px 16px;
  border-top: 0.5px solid var(--color-border-tertiary, #ebebeb);
  background: #fff;
}

.profile-about-content-strip__niche-label {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #bbb;
  white-space: nowrap;
}

.profile-about-content-strip__niche-chips {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.45;
}

.profile-about-content-strip__niche-chip {
  display: inline;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}

.profile-about-content-strip__niche-chip:not(:last-child)::after {
  content: "/";
  margin: 0 6px;
  color: var(--color-text-tertiary);
}

.profile-about-content-strip__cell {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 28px 32px 28px 28px;
  margin-right: 0;
  border-right: 1px solid #ebebeb;
  box-sizing: border-box;
  min-width: 0;
  container-type: inline-size;
}

.profile-about-content-strip__cell--col-end {
  border-right: none;
}

.profile-about-content-strip__cell--has-row-below {
  border-bottom: 1px solid #ebebeb;
}

.profile-about-content-strip__platform {
  display: block;
  margin: 0;
}

.profile-about-content-strip__platform .ti {
  display: none;
}

.profile-about-content-strip__platform span {
  display: block;
  font-size: clamp(26px, 9cqi, 32px);
  font-weight: 700;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 1.05;
  padding-right: 16px;
  box-sizing: border-box;
}

.profile-about-content-strip__formats {
  margin: 2px 0 0;
  font-size: 12px;
  font-weight: 400;
  color: #bbb;
  line-height: 1.45;
}

@media (min-width: 900px) {
  .profile-about-content-strip__platform span {
    font-size: clamp(28px, 9cqi, 36px);
  }
}

@media (max-width: 899px) {
  .profile-about-content-strip__grid--multi-row .profile-about-content-strip__cell {
    flex: 1 1 calc(50% - 1px);
    max-width: 50%;
  }
}

@media (max-width: 599px) {
  .profile-about-content-strip__grid--multi-row .profile-about-content-strip__cell {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .profile-about-content-strip__cell {
    flex: 1 1 100%;
    border-right: none;
    padding: 24px 28px;
  }

  .profile-about-content-strip__cell--col-end {
    border-right: none;
  }

  .profile-about-content-strip__cell {
    border-bottom: 1px solid #ebebeb;
  }

  .profile-about-content-strip__cell:last-child {
    border-bottom: none;
  }

  .profile-about-content-strip__platform span {
    font-size: 28px;
  }
}

.profile-about-divider {
  margin: 16px 0;
  border: 0;
  border-top: 1px solid var(--color-border-secondary, #e5e7eb);
}

.profile-about-works-best-section {
  margin-top: 24px;
}

.profile-about-works-best__label {
  margin: 0 0 0.5rem;
}

.profile-about-works-best {
  margin-top: 0;
  padding: 12px 16px;
  background: var(--color-background-secondary, #f8f8f6);
  border-left: 2px solid var(--color-border-secondary, #e5e7eb);
  border-radius: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--color-text-secondary, #64748b);
}

.profile-about-niches {
  margin-top: 0;
}

.profile-about-niches__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-muted, #6b7280);
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.media-kit-overview-v2 #about .profile-about-niches__label {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-tertiary, #9ca3af);
  letter-spacing: 0.09em;
  margin-bottom: 16px;
  display: block;
}

/* About tab section labels — match Overview .ov-sec-label when media kit v2 is on */
/* About section label typography — see profile-view-styles.css cross-tab .ov-sec-label block */

body.media-kit-overview-v2 #about .profile-about-content-strip__label,
body.media-kit-overview-v2 #about .profile-about-works-best__label {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-tertiary, #9ca3af);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 16px;
  display: block;
}

.profile-about-niches__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 24px;
}

.profile-about-niche-pill {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  font-size: 0.8125rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  border: 0.5px solid #e5e7eb;
}

.profile-about-awards {
  margin-top: 0;
}

.profile-about-awards__title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

body.media-kit-overview-v2 #about .profile-about-awards__title,
body.media-kit-overview-v2 #about .profile-about-awards-grid .profile-about-awards__title {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-tertiary, #9ca3af);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin: 52px 0 16px;
  display: block;
}

.profile-about-award-row {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0.875rem 0;
  border-bottom: 0.5px solid #e5e7eb;
}

.profile-about-award-row:first-of-type {
  padding-top: 0;
}

.profile-about-award-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.profile-about-award-badge,
.profile-about-award-badge--initials {
  flex: 0 0 80px;
  width: 80px;
  height: 60px;
  border-radius: 8px;
  border: 0.5px solid #e5e7eb;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

.profile-about-award-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.6;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.profile-about-award-row:hover .profile-about-award-badge img {
  filter: grayscale(0);
  opacity: 1;
}

.profile-about-award-badge--initials {
  font-size: 0.75rem;
  font-weight: 600;
  color: #9ca3af;
  background: #fafafa;
}

.profile-about-award-meta {
  flex: 1;
  min-width: 0;
}

.profile-about-award-name {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.35;
}

.profile-about-award-body {
  font-size: 12px;
  color: #6b7280;
  margin: 3px 0 0;
  line-height: 1.4;
}

.profile-about-award-year {
  font-size: 11px;
  color: #9ca3af;
  margin: 3px 0 0;
}

/* As featured in — count-based press layout (?preview=nav2) */
.profile-about-press {
  margin-top: 0;
}

.profile-about-press__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.profile-about-press__label {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--color-text-tertiary, #9ca3af);
}

body.media-kit-overview-v2 #about .profile-about-press__label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}

.profile-about-press__count {
  font-size: 11px;
  color: var(--color-text-tertiary, #9ca3af);
  white-space: nowrap;
}

.profile-about-press-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: stretch;
}

.profile-about-press-layout--count-1 .profile-about-press-featured {
  max-width: 340px;
  width: 100%;
}

.profile-about-press-layout--count-3 .profile-about-press-featured {
  grid-row: span 2;
}

.profile-about-press-layout--count-4 .profile-about-press-featured {
  grid-row: span 3;
}

.profile-about-press-layout--count-5plus .profile-about-press-featured {
  grid-row: span 2;
}

.profile-about-press-compact-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.profile-about-press-favicon {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  flex-shrink: 0;
}

.profile-about-press-favicon.is-hidden {
  display: none;
}

.profile-about-press-featured {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  border: 0.5px solid var(--color-border-tertiary, #e5e7eb);
  border-radius: var(--border-radius-lg, 12px);
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s ease;
  min-width: 0;
}

.profile-about-press-featured:hover {
  border-color: var(--color-border-secondary, #d1d5db);
}

.profile-about-press-featured__pub-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
}

.profile-about-press-featured__pub {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text-primary, #0f172a);
  line-height: 1.25;
  min-width: 0;
}

.profile-about-press-featured__title {
  margin: 0;
  font-size: 14px;
  color: var(--color-text-secondary, #64748b);
  line-height: 1.5;
}

.profile-about-press-featured__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.profile-about-press-featured__year {
  font-size: 11px;
  color: var(--color-text-tertiary, #9ca3af);
}

.profile-about-press-featured__read {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--color-text-tertiary, #9ca3af);
}

.profile-about-press-featured__read .ti {
  font-size: 13px;
  line-height: 1;
}

.profile-about-press-compact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 0.5px solid var(--color-border-tertiary, #e5e7eb);
  border-radius: var(--border-radius-lg, 12px);
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s ease;
  min-width: 0;
}

.profile-about-press-compact:hover {
  border-color: var(--color-border-secondary, #d1d5db);
}

.profile-about-press-compact__text {
  flex: 1 1 auto;
  min-width: 0;
}

.profile-about-press-compact__pub {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-primary, #0f172a);
  line-height: 1.3;
}

.profile-about-press-compact__title {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: var(--color-text-tertiary, #9ca3af);
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-about-press-compact__year {
  flex-shrink: 0;
  font-size: 11px;
  color: var(--color-text-tertiary, #9ca3af);
}

.profile-about-press-overflow {
  margin-top: 10px;
  border: 0.5px solid var(--color-border-tertiary, #e5e7eb);
  border-radius: var(--border-radius-lg, 12px);
  overflow: hidden;
}

.profile-about-press-compact--overflow {
  border: none;
  border-radius: 0;
  border-bottom: 0.5px solid var(--color-border-tertiary, #e5e7eb);
}

.profile-about-press-compact--overflow:last-child {
  border-bottom: none;
}

.profile-about-cta {
  margin-top: 1.75rem;
}

.profile-about-cta .ov-cta-bar {
  margin: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 14px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.profile-about-cta .ov-cta-title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}

.profile-about-cta .ov-cta-sub {
  font-size: 13px;
  color: #9ca3af;
}

.profile-about-cta .ov-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 24px;
  background: #111;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

/* Awards grid (?preview=nav2 public About tab) */
.profile-about-awards-press-divider {
  margin: 52px 0 0;
  border: 0;
  border-top: 0.5px solid var(--color-border-tertiary, #e5e7eb);
}

.profile-about-awards-press-divider + .profile-about-press {
  margin-top: 0;
}

.profile-about-awards-grid__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 220px));
  gap: 16px;
  margin: 0;
}

.profile-about-awards-grid__card {
  border: 0.5px solid var(--color-border-tertiary, #e5e7eb);
  border-radius: var(--border-radius-lg, 12px);
  overflow: hidden;
  cursor: pointer;
}

.profile-about-awards-grid__badge {
  height: 220px;
  background: var(--color-background-secondary, #f8f8f6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.profile-about-awards-grid__badge-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
}

.profile-about-awards-grid__badge-img.is-hidden {
  display: none;
}

.profile-about-awards-grid__initials {
  font-size: 52px;
  font-weight: 500;
  color: var(--color-text-tertiary, #9ca3af);
  line-height: 1;
}

.profile-about-awards-grid__initials.is-hidden {
  display: none;
}

.profile-about-awards-grid__info {
  padding: 16px 18px;
  border-top: 0.5px solid var(--color-border-tertiary, #e5e7eb);
}

.profile-about-awards-grid__status {
  display: block;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-tertiary, #9ca3af);
  margin-bottom: 6px;
}

.profile-about-awards-grid__name {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text-primary, #0f172a);
  line-height: 1.35;
}

.profile-about-awards-grid__body {
  margin: 5px 0 0;
  font-size: 13px;
  color: var(--color-text-secondary, #64748b);
  line-height: 1.4;
}

.profile-about-awards-grid__year {
  margin: 3px 0 0;
  font-size: 12px;
  color: var(--color-text-tertiary, #9ca3af);
  line-height: 1.3;
}

