.author-portal-page {
  color: #403547;
  background: #fffafd;
}

.author-portal-page .site-header {
  border-bottom-color: rgba(111, 74, 126, 0.18);
  background: rgba(255, 250, 253, 0.96);
}

.author-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  min-height: 680px;
  padding: clamp(54px, 8vw, 110px) clamp(20px, 7vw, 96px) 30px;
  overflow: hidden;
  background: linear-gradient(135deg, #fffafd 0 58%, #f2e8f4 58% 100%);
}

.author-hero-copy {
  max-width: 760px;
}

.author-hero h1 {
  margin: 10px 0 24px;
  color: #3b2944;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.author-hero h1 span {
  color: #9b4770;
  font-size: 0.42em;
}

.author-lead {
  max-width: 690px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 650;
  line-height: 1.9;
}

.author-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.author-hero-visual {
  align-self: end;
  margin: 0;
  text-align: center;
}

.author-hero-visual img {
  width: min(100%, 510px);
  max-height: 590px;
  object-fit: contain;
  object-position: center bottom;
}

.author-hero-visual figcaption {
  margin-top: -10px;
  color: #6f6075;
  font-size: 0.82rem;
}

.author-section,
.author-work-feature {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) clamp(20px, 5vw, 64px);
}

.author-about,
.juliconyan-section,
.author-work-feature {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(28px, 6vw, 84px);
}

.author-section h2,
.author-work-feature h2 {
  color: #3b2944;
  font-size: clamp(1.9rem, 4vw, 3.35rem);
}

.relation-section {
  max-width: none;
  background: #f8f1fa;
}

.relation-section > * {
  max-width: 1110px;
  margin-inline: auto;
}

.relation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.relation-grid article,
.author-activity-grid a {
  padding: 22px;
  border: 1px solid #dacddd;
  border-radius: 7px;
  background: #fff;
}

.relation-grid span,
.author-activity-grid span {
  display: block;
  margin-bottom: 8px;
  color: #9b4770;
  font-size: 0.78rem;
  font-weight: 900;
}

.relation-grid strong,
.author-activity-grid strong {
  display: block;
  color: #3b2944;
  font-size: 1.08rem;
}

.relation-grid p,
.author-activity-grid p {
  margin-bottom: 0;
  color: #6f6075;
  font-size: 0.9rem;
}

.relation-note {
  margin-top: 22px;
  padding: 17px 20px;
  border-left: 4px solid #c7a75b;
  background: #fffaf0;
  font-weight: 700;
}

.author-work-feature {
  max-width: none;
  align-items: center;
  color: #f9f4fa;
  background: #3b2944;
}

.author-work-feature > * {
  max-width: 760px;
}

.author-work-feature h2,
.author-work-feature .eyebrow {
  color: #f7d987;
}

.author-work-cast {
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 390px;
}

.author-work-cast img {
  width: 31%;
  max-height: 390px;
  object-fit: contain;
}

.author-work-cast img:nth-child(2) {
  width: 38%;
}

.author-link-panel,
.author-activity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.author-link-panel a {
  display: grid;
  gap: 5px;
  padding: 22px;
  border-left: 4px solid #9b4770;
  background: #f8f1fa;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.author-link-panel a:hover,
.author-link-panel a:focus-visible {
  background: #fff9fd;
  box-shadow: 0 8px 18px rgba(86, 47, 84, 0.14);
  transform: translateY(-2px);
}

.author-link-panel a:focus-visible {
  outline: 2px solid #9b4770;
  outline-offset: 3px;
}

.author-link-panel span {
  color: #6f6075;
}

.author-link-panel .author-channel-link {
  padding: 0 0 22px;
  overflow: hidden;
}

.author-channel-link img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.author-channel-link img.academic-channel-thumbnail {
  object-fit: contain;
  background: #f8f1fa;
}

.author-channel-link strong,
.author-channel-link span {
  margin-inline: 22px;
}

.author-activity-grid .shopping-entry {
  border-color: #c7a75b;
  background: #fffaf0;
}

.author-news {
  border-top: 1px solid #dacddd;
}

.author-news-list article {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #dacddd;
}

.author-news-list p {
  margin: 0;
}

.author-footer {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.5fr);
  gap: 28px;
  padding: 38px clamp(20px, 7vw, 96px);
  color: #f8f2fa;
  background: #3b2944;
}

.author-footer p {
  margin: 5px 0 0;
  color: #d9cddd;
}

.author-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.author-footer a {
  color: #fff;
  font-weight: 750;
}

.author-footer small {
  grid-column: 1 / -1;
  color: #d9cddd;
}

@media (max-width: 800px) {
  .author-hero,
  .author-about,
  .juliconyan-section,
  .author-work-feature {
    grid-template-columns: 1fr;
  }

  .author-hero {
    min-height: 0;
    padding-top: 44px;
  }

  .author-hero-visual img {
    max-height: 430px;
  }

  .relation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  .author-portal-page .site-header {
    align-items: center;
  }

  .author-portal-page .brand {
    max-width: calc(100% - 92px);
  }

  .author-hero {
    gap: 12px;
    padding-bottom: 0;
  }

  .author-hero h1 {
    font-size: 3.1rem;
  }

  .author-actions {
    flex-wrap: nowrap;
  }

  .author-actions .button {
    padding-inline: 11px;
    font-size: 0.78rem;
  }

  .author-hero-visual img {
    max-height: 330px;
  }

  .relation-grid,
  .author-link-panel,
  .author-activity-grid,
  .author-footer {
    grid-template-columns: 1fr;
  }

  .author-news-list article {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
