.work-title-tags,
.manga-title-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 760px;
  margin-top: 16px;
}

.work-tag-chip,
.manga-detail-page .manga-title-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 125, 136, 0.18);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(42, 24, 34, 0.06);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.work-title-tags .work-tag-chip,
.manga-detail-page .manga-title-tags span {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.work-tag-chip--link {
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.work-tag-chip--link:hover,
.work-tag-chip--link:focus-visible {
  background: rgba(223, 245, 243, 0.82);
  border-color: rgba(19, 125, 136, 0.34);
  transform: translateY(-1px);
}

.work-tag-chip--link:focus-visible {
  outline: 3px solid rgba(19, 125, 136, 0.22);
  outline-offset: 2px;
}

.manga-detail-page {
  max-width: 1180px;
}

.manga-detail-page article {
  gap: 18px;
}

.manga-detail-header {
  padding: 0;
}

.manga-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.manga-detail-hero-copy {
  order: 1;
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(42, 24, 34, 0.055);
}

.manga-detail-hero-copy .eyebrow {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.manga-detail-hero-copy h1 {
  max-width: 15em;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.manga-detail-hero-copy > p:not(.eyebrow) {
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}

.manga-detail-hero-grid > .article-billboard-image {
  order: 2;
}
