/* Creator research profile — compact evidence dashboard. */

body.creator-profile-site {
  --creator-canvas: #fbfaf7;
  --creator-paper: #fffefa;
  --creator-ink: #09261c;
  --creator-copy: #252d29;
  --creator-muted: #666b68;
  --creator-forest: #003e2b;
  --creator-forest-bright: #00603e;
  --creator-line: #dedfda;
  --creator-mint: #eef3e8;
  --creator-mint-line: #cbd8c4;
  --creator-orange: #ff5b16;
  --creator-amber: #ffc65c;
  min-width: 320px;
  color: var(--creator-copy);
  background: var(--creator-canvas);
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, sans-serif;
}

body.tools-site.creator-profile-site > .creator-profile-header {
  position: relative;
  top: auto;
  z-index: 50;
  width: 100%;
  min-height: 90px;
  margin: 0;
  padding: 0 44px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(320px, 1fr);
  gap: 36px;
  border: 0;
  border-bottom: 1px solid var(--creator-line);
  background: rgba(251, 250, 247, .96);
  backdrop-filter: blur(12px);
}

.creator-profile-site .creator-profile-header .site-brand {
  justify-self: start;
  color: var(--creator-ink);
}

.creator-profile-site .creator-profile-header .public-wordmark strong {
  font-size: 39px;
  letter-spacing: -.06em;
}

.creator-profile-site .creator-profile-header .public-wordmark small {
  font-size: 19px;
}

.creator-profile-site .creator-profile-nav {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 44px;
}

.creator-profile-site .creator-profile-header .creator-profile-nav a {
  position: relative;
  min-height: 90px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  color: #171d1a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.creator-profile-site .creator-profile-header .creator-profile-nav a:hover {
  color: var(--creator-forest);
}

.creator-profile-site .creator-profile-header .creator-profile-nav a[aria-current="page"] {
  color: var(--creator-ink);
  text-decoration: none;
}

.creator-profile-site .creator-profile-header .creator-profile-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--creator-forest);
  content: "";
}

.creator-profile-search {
  width: min(401px, 100%);
  height: 51px;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 16px;
  border: 1px solid var(--creator-line);
  border-radius: 12px;
  color: #141b18;
  background: rgba(255, 255, 255, .66);
}

.creator-profile-search:focus-within {
  border-color: #7d9b8d;
  box-shadow: 0 0 0 3px rgba(40, 123, 103, .12);
}

.creator-profile-search svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  stroke-width: 1.7;
}

.creator-profile-search input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--creator-ink);
  background: transparent;
  font-size: 15px;
}

.creator-profile-search input::placeholder {
  color: #7a7f82;
  opacity: 1;
}

.creator-profile-site .creator-profile-menu {
  display: none;
}

.creator-profile-main {
  overflow: visible;
}

.creator-profile-hero,
.creator-profile-dashboard,
.creator-profile-disclaimer {
  width: min(1448px, calc(100% - 88px));
  margin-right: auto;
  margin-left: auto;
}

.creator-profile-hero {
  height: 257px;
  padding: 28px 0 25px;
  display: grid;
  grid-template-columns: 146px minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.creator-profile-site .creator-profile-hero .research-creator-avatar.hero {
  --avatar-size: 146px;
  outline: 0;
  color: var(--creator-forest);
  background: var(--creator-mint);
  font-size: 32px;
  box-shadow: none;
}

.creator-profile-identity {
  min-width: 0;
}

.creator-profile-identity h1 {
  max-width: 24ch;
  margin: 1px 0 8px;
  overflow: hidden;
  color: var(--creator-forest);
  font-size: clamp(37px, 3.15vw, 48px);
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1.06;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-profile-gear-hero {
  height: auto;
  min-height: 330px;
  padding-bottom: 32px;
}

.creator-profile-gear-hero .creator-profile-identity h1 {
  max-width: 32ch;
  overflow: visible;
  font-size: clamp(34px, 3vw, 46px);
  text-overflow: clip;
  white-space: normal;
}

.creator-profile-gear-scope {
  max-width: 860px;
  margin-top: 14px;
  padding: 10px 0;
  grid-template-columns: minmax(150px, .38fr) minmax(0, 1fr);
}

.creator-profile-channel {
  width: max-content;
  min-height: 35px;
  padding: 5px 11px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--creator-mint-line);
  border-radius: 9px;
  color: #14251f;
  background: var(--creator-mint);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.creator-profile-channel:hover {
  border-color: #9eb69f;
  color: var(--creator-forest);
}

.creator-profile-channel svg {
  width: 23px;
  height: 23px;
  padding: 3px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #f04438;
  stroke-width: 2;
}

.creator-profile-stats {
  max-width: 860px;
  height: 89px;
  margin: 15px 0 0;
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr .84fr;
  gap: 16px;
}

.creator-profile-stats > div {
  min-width: 0;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--creator-line);
  border-radius: 11px;
  background: rgba(255, 255, 255, .58);
}

.creator-profile-stats dt {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--creator-forest);
  background: var(--creator-mint);
}

.creator-profile-stats dt svg {
  width: 24px;
  height: 24px;
}

.creator-profile-stats dd {
  min-width: 0;
  margin: 0;
}

.creator-profile-stats strong,
.creator-profile-stats small {
  display: block;
}

.creator-profile-stats strong {
  overflow: hidden;
  color: #071b14;
  font-size: 30px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.04em;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-profile-stats small {
  margin-top: 7px;
  overflow: hidden;
  color: #2d3531;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-profile-dashboard {
  height: 616px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 342px;
  gap: 28px;
}

.creator-profile-primary {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 2.14fr) minmax(315px, .96fr);
  grid-template-rows: 308px 288px;
  gap: 20px 24px;
}

.creator-top-products,
.creator-health-card,
.creator-recent-mentions,
.creator-profile-cta {
  min-width: 0;
  border: 1px solid var(--creator-line);
  border-radius: 11px;
  background: rgba(255, 254, 250, .72);
}

.creator-top-products,
.creator-health-card,
.creator-recent-mentions {
  padding: 18px;
}

.creator-top-products > h2,
.creator-health-card > h2,
.creator-recent-mentions > h2 {
  margin: 0;
  color: #111b17;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.creator-top-products > div {
  height: 230px;
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.creator-product-card {
  position: relative;
  min-width: 0;
  height: 230px;
  padding: 8px 13px 9px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 112px 36px 25px minmax(0, 1fr);
  border: 1px solid var(--creator-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .42);
}

.creator-product-rank {
  position: absolute;
  top: 12px;
  left: 11px;
  z-index: 1;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--creator-forest);
  background: var(--creator-mint);
  font-size: 13px;
  font-weight: 650;
}

.creator-profile-site .research-product-image.profile {
  width: 112px;
  height: 112px;
  justify-self: center;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.creator-profile-site .research-product-image.profile img {
  padding: 6px;
}

.creator-product-card h3 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #101915;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -.02em;
  line-height: 1.28;
}

.creator-product-card h3 :is(a, span) {
  overflow: hidden;
  display: -webkit-box;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.creator-product-card h3 a:hover {
  color: var(--creator-forest-bright);
}

.creator-product-observed {
  width: max-content;
  max-width: 100%;
  height: 24px;
  padding: 4px 9px;
  overflow: hidden;
  align-self: start;
  border: 1px solid var(--creator-mint-line);
  border-radius: 7px;
  color: #164735;
  background: var(--creator-mint);
  font-size: 11px;
  font-weight: 550;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-product-card dl {
  margin: 7px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-self: end;
}

.creator-product-card dl > div:last-child {
  text-align: right;
}

.creator-product-card dt {
  color: #5c625f;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.1;
}

.creator-product-card dd {
  max-width: 14ch;
  margin: 4px 0 0;
  overflow: hidden;
  color: #131a17;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-health-content {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  transform: translateY(8px);
}

.creator-health-donut {
  width: 168px;
  height: 168px;
  flex: 0 0 168px;
  overflow: visible;
  transform: rotate(-90deg);
}

.creator-health-donut circle {
  fill: none;
  stroke-width: 8;
}

.creator-health-donut .track {
  stroke: #edf0ea;
}

.creator-health-donut .segment.available {
  stroke: var(--creator-forest);
}

.creator-health-donut .segment.attention {
  stroke: var(--creator-orange);
}

.creator-health-donut .segment.unclassified {
  stroke: var(--creator-amber);
}

.creator-health-legend {
  min-width: 98px;
  margin: 0;
  display: grid;
  gap: 14px;
}

.creator-health-legend > div {
  min-width: 0;
}

.creator-health-legend dt {
  display: flex;
  align-items: center;
  gap: 9px;
}

.creator-health-legend i {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border-radius: 50%;
  background: var(--creator-forest);
}

.creator-health-legend .attention i {
  background: var(--creator-orange);
}

.creator-health-legend .unclassified i {
  background: var(--creator-amber);
}

.creator-health-legend strong {
  color: #111915;
  font-size: 19px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.creator-health-legend dd {
  margin: 4px 0 0 23px;
  color: #414844;
  font-size: 11px;
  line-height: 1.2;
}

.creator-recent-mentions {
  grid-column: 1 / -1;
}

.creator-recent-mentions ul {
  margin: 12px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--creator-line);
  border-radius: 10px;
  list-style: none;
}

.creator-mention-row {
  min-height: 65px;
  padding: 4px 13px 4px 0;
  display: grid;
  grid-template-columns: 132px minmax(190px, 1fr) 58px minmax(160px, .8fr) auto;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid var(--creator-line);
  background: rgba(255, 255, 255, .3);
}

.creator-mention-row:last-child {
  border-bottom: 0;
}

.creator-profile-site .research-product-image.mention {
  width: 132px;
  height: 56px;
  flex: 0 0 132px;
  border: 0;
  border-radius: 7px;
  background: #f2f0eb;
}

.creator-profile-site .research-product-image.mention img {
  padding: 4px 18px;
}

.creator-mention-video,
.creator-mention-product {
  min-width: 0;
}

.creator-mention-source,
.creator-mention-product :is(a, span) {
  overflow: hidden;
  display: block;
  color: #111915;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-mention-source:hover,
.creator-mention-product a:hover {
  color: var(--creator-forest-bright);
}

.creator-mention-video small {
  display: block;
  margin-top: 4px;
  color: var(--creator-muted);
  font-size: 10px;
}

.creator-mention-verb {
  color: var(--creator-muted);
  font-size: 10px;
  font-weight: 500;
}

.creator-profile-site .creator-mention-row .research-product-health {
  position: relative;
  min-height: 24px;
  padding: 4px 9px 4px 21px;
  overflow: hidden;
  color: #24543c;
  background: var(--creator-mint);
  font-size: 9px;
  font-weight: 550;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-profile-site .creator-mention-row .research-product-health::before {
  position: absolute;
  left: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #13823f;
  content: "";
}

.creator-profile-site .creator-mention-row .research-product-health.attention::before,
.creator-profile-site .creator-mention-row .research-product-health.removed::before {
  background: var(--creator-orange);
}

.creator-profile-cta {
  height: 616px;
  padding: 36px 23px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 12%, rgba(214, 229, 211, .7), transparent 145px),
    linear-gradient(145deg, rgba(251, 252, 247, .98), rgba(244, 247, 239, .9));
}

.creator-profile-cta-icon {
  width: 69px;
  height: 69px;
  flex: 0 0 69px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--creator-forest);
  background: #e7eddf;
}

.creator-profile-cta-icon svg {
  width: 37px;
  height: 37px;
  stroke-width: 1.9;
}

.creator-profile-cta h2 {
  margin: 25px 0 0;
  color: var(--creator-ink);
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1.16;
}

.creator-profile-cta > p {
  max-width: 30ch;
  margin: 13px 0 0;
  color: #313834;
  font-size: 14px;
  line-height: 1.55;
}

.creator-profile-scan {
  width: 100%;
  min-height: 54px;
  margin-top: 21px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00412b;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(105deg, #00613d, #00442d);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  font-size: 17px;
  font-weight: 650;
  text-decoration: none;
}

.creator-profile-scan:hover {
  color: #fff;
  background: linear-gradient(105deg, #006e46, #003b27);
  transform: translateY(-1px);
}

.creator-profile-cta ul {
  width: 100%;
  margin: 30px 0 0;
  padding: 0 10px;
  display: grid;
  gap: 15px;
  list-style: none;
  text-align: left;
}

.creator-profile-cta li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
}

.creator-profile-cta li > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--creator-forest);
  background: #e6edde;
}

.creator-profile-cta li svg {
  width: 23px;
  height: 23px;
}

.creator-profile-cta li p {
  margin: 0;
  color: #29302c;
  font-size: 13px;
  line-height: 1.45;
}

.creator-profile-cta > small {
  max-width: 28ch;
  margin-top: auto;
  color: #737779;
  font-size: 10px;
  line-height: 1.5;
}

.creator-profile-disclaimer {
  min-height: 48px;
  margin-top: 0;
  padding: 14px 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  color: #727679;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.creator-profile-disclaimer i {
  width: 1px;
  height: 14px;
  background: #a9adaa;
}

.creator-profile-disclaimer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #154b39;
  text-decoration: none;
}

.creator-profile-disclaimer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.creator-profile-disclaimer svg {
  width: 16px;
  height: 16px;
}

.creator-profile-deep-dive {
  width: min(1240px, calc(100% - 80px));
  margin: 94px auto 0;
  padding-top: 72px;
  border-top: 1px solid var(--creator-line);
}

.creator-profile-deep-intro {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 72px;
  align-items: start;
}

.creator-profile-kicker {
  color: var(--creator-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.creator-profile-deep-intro h2 {
  max-width: 14ch;
  margin: 14px 0 0;
  color: var(--creator-ink);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 750;
  letter-spacing: -.05em;
  line-height: 1.04;
}

.creator-profile-deep-intro > div > p:not(.research-scope-note) {
  max-width: 65ch;
  color: var(--creator-muted);
  line-height: 1.65;
}

.creator-profile-site .creator-profile-deep-dive > :is(.research-evidence-section, .research-provenance, .research-creator-insights, .research-adjacent, .research-workspace-handoff) {
  width: 100%;
}

.creator-profile-summary-detail {
  width: 100%;
}

@media (max-width: 1280px) {
  body.tools-site.creator-profile-site > .creator-profile-header {
    padding-inline: 24px;
    grid-template-columns: minmax(150px, .7fr) auto minmax(260px, 1fr);
    gap: 24px;
  }

  .creator-profile-site .creator-profile-nav {
    gap: 26px;
  }

  .creator-profile-hero,
  .creator-profile-dashboard,
  .creator-profile-disclaimer {
    width: min(100% - 48px, 1448px);
  }

  .creator-profile-hero {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 36px;
  }

  .creator-profile-site .creator-profile-hero .research-creator-avatar.hero {
    --avatar-size: 132px;
  }

  .creator-profile-stats {
    max-width: 800px;
  }

  .creator-profile-dashboard {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
  }

  .creator-profile-primary {
    grid-template-columns: minmax(0, 2fr) minmax(290px, 1fr);
    gap: 20px;
  }

  .creator-health-content {
    gap: 16px;
  }

  .creator-health-donut {
    width: 144px;
    height: 144px;
    flex-basis: 144px;
  }

  .creator-mention-row {
    grid-template-columns: 110px minmax(170px, 1fr) 50px minmax(130px, .7fr) auto;
    gap: 11px;
  }

  .creator-profile-site .research-product-image.mention {
    width: 110px;
    flex-basis: 110px;
  }
}

@media (max-width: 1184px) {
  .creator-profile-dashboard {
    height: auto;
    grid-template-columns: 1fr;
  }

  .creator-profile-cta {
    width: 100%;
    height: auto;
    min-height: 520px;
  }

  .creator-profile-cta ul {
    max-width: 660px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .creator-profile-cta li {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .creator-profile-cta > small {
    margin-top: 32px;
  }

  .creator-profile-deep-dive {
    width: min(100% - 48px, 1240px);
  }
}

@media (max-width: 1040px) {
  body.tools-site.creator-profile-site > .creator-profile-header {
    grid-template-columns: auto minmax(260px, 1fr) auto;
  }

  .creator-profile-site .creator-profile-nav {
    display: none;
  }

  .creator-profile-site .creator-profile-menu {
    display: block;
  }

  .creator-profile-search {
    justify-self: center;
  }

  .creator-profile-site .creator-profile-header .creator-profile-menu nav {
    display: grid;
  }

  .creator-profile-hero {
    height: auto;
    min-height: 257px;
  }

  .creator-profile-stats {
    max-width: none;
  }

}

@media (max-width: 780px) {
  body.tools-site.creator-profile-site > .creator-profile-header {
    min-height: 124px;
    padding: 10px 18px 12px;
    grid-template-columns: 1fr auto;
    grid-template-rows: 44px 46px;
    gap: 10px 16px;
  }

  .creator-profile-site .creator-profile-header .public-wordmark strong {
    font-size: 31px;
  }

  .creator-profile-site .creator-profile-header .public-wordmark small {
    font-size: 15px;
  }

  .creator-profile-search {
    width: 100%;
    height: 46px;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .creator-profile-menu {
    grid-column: 2;
    grid-row: 1;
  }

  .creator-profile-hero,
  .creator-profile-dashboard,
  .creator-profile-disclaimer {
    width: min(100% - 30px, 1448px);
  }

  .creator-profile-hero {
    padding: 24px 0 28px;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 22px;
  }

  .creator-profile-site .creator-profile-hero .research-creator-avatar.hero {
    --avatar-size: 104px;
    font-size: 24px;
  }

  .creator-profile-identity h1 {
    font-size: clamp(30px, 7vw, 42px);
  }

  .creator-profile-channel {
    min-height: 31px;
    font-size: 12px;
  }

  .creator-profile-stats {
    height: auto;
    margin-top: 19px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creator-profile-stats > div {
    min-height: 82px;
  }

  .creator-profile-primary {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .creator-top-products,
  .creator-health-card,
  .creator-recent-mentions {
    grid-column: 1;
  }

  .creator-top-products > div {
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(210px, 1fr));
    scrollbar-width: thin;
  }

  .creator-health-content {
    min-height: 230px;
  }

  .creator-mention-row {
    padding-right: 10px;
    grid-template-columns: 82px minmax(120px, 1fr) auto;
    gap: 10px;
  }

  .creator-profile-site .research-product-image.mention {
    width: 82px;
    height: 54px;
    flex-basis: 82px;
  }

  .creator-profile-site .research-product-image.mention img {
    padding-inline: 9px;
  }

  .creator-mention-verb,
  .creator-mention-product {
    display: none;
  }

  .creator-profile-cta {
    min-height: 590px;
  }

  .creator-profile-cta ul {
    max-width: 380px;
    grid-template-columns: 1fr;
  }

  .creator-profile-disclaimer i {
    display: none;
  }

  .creator-profile-disclaimer {
    padding: 22px 0;
  }

  .creator-profile-deep-dive {
    width: min(100% - 30px, 1240px);
    margin-top: 62px;
    padding-top: 54px;
  }

  .creator-profile-deep-intro {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 520px) {
  .creator-profile-hero {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 8px 20px;
  }

  .creator-profile-site .creator-profile-hero .research-creator-avatar.hero {
    --avatar-size: 88px;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .creator-profile-identity {
    width: auto;
    display: contents;
  }

  .creator-profile-identity h1 {
    margin: 0;
    align-self: end;
    grid-column: 2;
    grid-row: 1;
    white-space: normal;
  }

  .creator-profile-channel {
    grid-column: 2;
    grid-row: 2;
  }

  .creator-profile-channel span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .creator-profile-stats {
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .creator-profile-gear-hero .creator-profile-gear-scope {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .creator-profile-stats > div {
    padding: 12px;
    gap: 10px;
  }

  .creator-profile-stats dt {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .creator-profile-stats strong {
    font-size: 24px;
  }

  .creator-profile-stats small {
    font-size: 10px;
  }

  .creator-top-products,
  .creator-health-card,
  .creator-recent-mentions {
    padding: 16px;
  }

  .creator-health-content {
    gap: 14px;
  }

  .creator-health-donut {
    width: 130px;
    height: 130px;
    flex-basis: 130px;
  }

  .creator-profile-cta {
    padding-inline: 18px;
  }

  .creator-profile-deep-intro h2 {
    font-size: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .creator-profile-site :is(a, input) {
    transition: none;
  }
}
