.profile-hero.has-capture {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
}

.profile-hero.has-capture h1 {
  font-size: clamp(64px, 7vw, 96px);
  margin: 30px 0 26px;
}

.profile-hero-copy .actions {
  margin-top: 28px;
}

.storefront-status {
  background: #fff7e7;
  border-left: 4px solid #d58a00;
  color: #5c5140;
  margin-top: 24px;
  max-width: 700px;
  padding: 17px 19px;
}

.storefront-status span { color: #8b620f; display: block; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.storefront-status strong { color: var(--ink); display: block; font: 700 18px "Manrope", sans-serif; margin-top: 5px; }
.storefront-status p { font-size: 12px; line-height: 1.55; margin: 6px 0 0; }

.listing-scope {
  border-left: 3px solid #655cff;
  color: #666f81;
  font-size: 11px;
  line-height: 1.55;
  margin-top: 20px;
  max-width: 700px;
  padding: 11px 14px;
  background: #f3f2ff;
}
.listing-scope strong { color: var(--ink); }

.hero-capture {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 20px 24px 0 #f1f1f7;
  margin: 0;
  overflow: hidden;
}

.hero-browser-bar {
  align-items: center;
  background: #f6f7fa;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 6px;
  height: 34px;
  padding: 0 12px;
}

.hero-browser-bar i {
  background: #cbd0da;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.hero-browser-bar span {
  color: #7c8494;
  font-size: 9px;
  margin-left: 7px;
}

.hero-capture > img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.hero-capture figcaption {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  padding: 11px 13px;
}

.content {
  padding-bottom: 32px;
}

.profile-details {
  display: grid;
  gap: 45px;
  grid-template-columns: 1fr 1fr;
  padding: 0 0 70px;
}

.profile-details > .side-card {
  border-top: 1px solid var(--line);
  padding: 28px 0 0;
}

.profile-details .capture-context {
  display: flex;
  flex-direction: column;
}

.profile-details .capture-context .notice {
  margin: 8px 0 22px;
}

.profile-details .capture-context .text-link {
  margin-top: auto;
}

@media (max-width: 760px) {
  .profile-hero.has-capture {
    display: block;
  }

  .hero-capture {
    box-shadow: 10px 12px 0 #f1f1f7;
    margin-top: 38px;
  }

  .profile-details {
    gap: 20px;
    grid-template-columns: 1fr;
    padding-bottom: 52px;
  }
}
.category-link {
  color: inherit;
  text-decoration: none;
}

.category-link:hover,
.category-link:focus-visible {
  color: var(--purple);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
