/* v14: official visual assets for アオハルブレイブ / 8bit零 / 夜とメルク / HOLIDAYS */

.artist-detail-hero.artist-theme-aoharu {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, .98), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(201, 230, 255, .75), transparent 30%),
    linear-gradient(135deg, #f9fcff 0%, #e6f3ff 48%, #fbf7ff 100%);
}

.artist-detail-hero.artist-theme-aoharu .artist-detail-title h1 {
  color: #5e9bcf;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 560;
  line-height: 1.04;
}

.artist-detail-hero.artist-theme-aoharu figure::before {
  background: linear-gradient(135deg, #bfe4ff, #e6dfff);
}

.artist-detail-hero.artist-theme-aoharu figure::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 34%, rgba(255, 255, 255, .45) 48%, transparent 62%);
  transform: translateX(-130%);
  animation: aoharu-shine 7.5s ease-in-out infinite;
}

.artist-wordmark {
  width: min(100%, 390px);
  height: auto;
  margin-top: 22px;
  filter: drop-shadow(0 9px 22px rgba(57, 119, 170, .13));
  animation: wordmark-float 5.5s ease-in-out infinite;
}

.artist-detail-hero.artist-theme-zero {
  color: #f6f8ff;
  background:
    radial-gradient(circle at 80% 15%, rgba(32, 70, 162, .55), transparent 31%),
    radial-gradient(circle at 18% 82%, rgba(23, 109, 139, .22), transparent 28%),
    #07080d;
}

.artist-detail-hero.artist-theme-zero .section-kicker {
  color: #8da8dd;
}

.artist-detail-hero.artist-theme-zero .artist-detail-title h1 {
  color: #fff;
  text-shadow: 3px 0 0 rgba(24, 90, 255, .42), -3px 0 0 rgba(0, 210, 255, .18);
}

.artist-detail-hero.artist-theme-zero figure::before {
  background: linear-gradient(135deg, #2148a8, #08121f);
}

.artist-detail-hero.artist-theme-zero figure img {
  border-color: #7797d6;
}

.artist-detail-hero.artist-theme-zero figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .48;
  background: linear-gradient(180deg, transparent 0 44%, rgba(78, 156, 255, .42) 49%, transparent 54% 100%);
  background-size: 100% 230%;
  animation: zero-scan 6s linear infinite;
}

.artist-detail-hero.artist-theme-zero figure span {
  border-color: #8cb0ff;
  background: #0f1c3a;
  box-shadow: 0 0 42px rgba(39, 108, 255, .65);
}

.member-section.member-theme-aoharu {
  background: linear-gradient(180deg, #fff 0%, #f5fbff 100%);
}

.member-section.member-theme-zero {
  color: #f4f6ff;
  border-color: #2c3341;
  background: #0b0c10;
}

.member-section.member-theme-zero .text-link {
  color: #fff;
  border-color: #537dff;
}

.member-grid.member-grid-visual {
  grid-template-columns: repeat(var(--member-columns, 4), minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 26px);
}

.member-grid-visual .member-card,
.member-grid-visual .member-card:nth-child(3n+2),
.member-grid-visual .member-card:nth-child(3n) {
  min-height: 0;
  padding: 0;
  clip-path: none;
  overflow: hidden;
  background: #fff;
  border-color: color-mix(in srgb, var(--member-accent, #629bd0) 70%, #151515);
  box-shadow: 0 18px 44px rgba(17, 37, 56, .09);
}

.member-theme-zero .member-grid-visual .member-card,
.member-theme-zero .member-grid-visual .member-card:nth-child(3n+2),
.member-theme-zero .member-grid-visual .member-card:nth-child(3n) {
  color: #f7f8ff;
  background: #12141b;
  border-color: #34466d;
  box-shadow: 0 20px 52px rgba(0, 0, 0, .35);
}

.member-grid-visual .member-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: 5px;
  background: var(--member-accent, #629bd0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.member-grid-visual .member-card:hover,
.member-grid-visual .member-card:focus-visible {
  background: #fff;
  box-shadow: 0 24px 54px color-mix(in srgb, var(--member-accent, #629bd0) 26%, transparent);
  transform: translateY(-7px);
}

.member-theme-zero .member-grid-visual .member-card:hover,
.member-theme-zero .member-grid-visual .member-card:focus-visible {
  background: #171b24;
}

.member-portrait {
  aspect-ratio: 1;
  overflow: hidden;
  background: #eaf5ff;
}

.member-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.22, 1, .36, 1), filter .55s;
}

.member-theme-zero .member-portrait img {
  filter: saturate(.88) contrast(1.04);
}

.member-grid-visual .member-card:hover .member-portrait img,
.member-grid-visual .member-card:focus-visible .member-portrait img {
  transform: scale(1.045);
}

.member-copy {
  min-height: 190px;
  padding: 20px 19px 18px;
  display: flex;
  flex-direction: column;
}

.member-grid-visual .member-card h3 {
  margin: 0 0 4px;
  font-size: clamp(22px, 2.2vw, 34px);
}

.member-grid-visual .member-card > .member-copy > p {
  margin: 0 0 15px;
  color: #6d7480;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .14em;
}

.member-theme-zero .member-grid-visual .member-card > .member-copy > p {
  color: #7f94c4;
}

.member-section.member-theme-jyapon {
  background: linear-gradient(150deg, #fff8fc 0%, #fff 42%, #f4fbff 100%);
}

.member-section.member-theme-noframe {
  background: linear-gradient(160deg, #fff9f5 0%, #fff 48%, #f5fbff 100%);
}

.member-section.member-theme-mayomeri {
  background: linear-gradient(160deg, #f7f2ff 0%, #fff 45%, #eef8ff 100%);
}

.member-theme-jyapon .member-copy,
.member-theme-noframe .member-copy,
.member-theme-mayomeri .member-copy {
  min-height: 166px;
}

.talent-neutral-photo {
  aspect-ratio: 1;
  background: #f4f4f2;
}

.talent-neutral-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #f4f4f2;
}

.member-grid-visual .member-card dl {
  margin-bottom: 18px;
}

.member-grid-visual .member-card strong {
  margin-top: auto;
}

.motion-ready .member-grid-visual .member-card.cmw-reveal.is-visible:hover,
.motion-ready .member-grid-visual .member-card.cmw-reveal.is-visible:focus-visible {
  transform: translate3d(0, -7px, 0);
}

.profile-page.profile-theme-aoharu {
  --profile-accent: #7eb5df;
  background:
    radial-gradient(circle at 78% 11%, rgba(202, 232, 255, .66), transparent 23%),
    linear-gradient(135deg, #fff 0%, #f2f9ff 62%, #fbf7ff 100%);
}

.profile-theme-aoharu .profile-image::before {
  background: var(--profile-accent);
}

.profile-theme-aoharu .profile-image span {
  background: color-mix(in srgb, var(--profile-accent) 24%, #fff);
  border-color: var(--profile-accent);
}

.profile-theme-aoharu .profile-copy h2 {
  color: #4b85b3;
}

.profile-page.profile-theme-zero {
  color: #f4f6ff;
  background:
    radial-gradient(circle at 82% 14%, rgba(34, 79, 178, .3), transparent 26%),
    #090a0e;
}

.profile-theme-zero .back-link {
  border-color: #5b84ff;
}

.profile-theme-zero .profile-image::before {
  background: #234ba0;
}

.profile-theme-zero .profile-image span {
  border-color: #668fff;
  background: #101d3d;
  box-shadow: 0 0 44px rgba(39, 103, 255, .55);
}

.profile-theme-zero .profile-image img {
  border-color: #627ebd;
}

.profile-theme-zero .profile-copy h2 {
  color: #88a9ff;
}

.profile-theme-zero .profile-facts,
.profile-theme-zero .profile-message {
  border-color: #475167;
}

.profile-theme-zero .profile-facts > div {
  border-color: #272d39;
}

.profile-theme-zero .button-primary {
  color: #0a0b0e;
  background: #f4f6ff;
  border-color: #f4f6ff;
}

.profile-theme-zero .button-primary:hover {
  color: #fff;
  background: #315fd1;
}

@keyframes aoharu-shine {
  0%, 62% { transform: translateX(-130%); }
  82%, 100% { transform: translateX(130%); }
}

@keyframes wordmark-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes zero-scan {
  to { background-position: 0 230%; }
}

@media (max-width: 1120px) {
  .member-grid.member-grid-visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .artist-detail-hero.artist-theme-aoharu .artist-detail-title h1 {
    font-size: clamp(42px, 12.5vw, 64px);
  }

  .artist-wordmark {
    width: min(88vw, 360px);
    margin-top: 16px;
  }

  .member-grid.member-grid-visual {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(245px, 76vw);
    gap: 14px;
    padding: 5px 4px 28px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .member-grid-visual .member-card {
    scroll-snap-align: start;
  }

  .member-copy {
    min-height: 178px;
  }
}

/* =========================================================
   v21 — Editorial scale, compact artist layouts and MV frames
   ========================================================= */

body {
  font-feature-settings: "palt" 1;
  text-rendering: optimizeLegibility;
}

.section-kicker,
.eyebrow {
  letter-spacing: .2em;
}

.artist-preview-meta .artist-status-copy {
  order: 3;
  width: fit-content;
  margin: 2px 0 0 !important;
  padding: 5px 8px;
  font-size: 7px !important;
  letter-spacing: .13em;
}

/* The seven video players share one system while retaining each act's palette. */
.home-media-v21 {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 8vw, 118px) clamp(20px, 5vw, 76px) clamp(86px, 9vw, 132px);
  background:
    radial-gradient(circle at 13% 5%, rgba(77, 108, 255, .14), transparent 27%),
    radial-gradient(circle at 91% 88%, rgba(232, 45, 143, .1), transparent 29%),
    #111214;
}

.home-media-v21::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 84%, transparent);
}

.home-media-v21 > * {
  position: relative;
  z-index: 1;
}

.home-media-v21 .section-heading {
  margin-bottom: clamp(38px, 5vw, 64px);
}

.home-media-v21 .section-heading h2 {
  max-width: none;
  color: #f6f6f3;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 520;
  letter-spacing: -.055em;
}

.home-media-v21 .section-kicker {
  color: #8f9198;
}

.home-media-v21 .text-link {
  border-color: #767982;
  color: #f6f6f3;
}

.mv-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.5vw, 38px) clamp(16px, 1.8vw, 28px);
}

.mv-showcase-card {
  --mv-accent: #fff;
  --mv-accent-2: #777;
  --mv-ink: #fff;
  position: relative;
  isolation: isolate;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #1b1c20;
  box-shadow: 0 20px 54px rgba(0, 0, 0, .28);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s;
}

.mv-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 68px rgba(0, 0, 0, .38);
}

.mv-showcase-card::before,
.mv-showcase-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.mv-showcase-card::before {
  z-index: -1;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--mv-accent) 78%, transparent), transparent 34%);
}

.mv-showcase-card::after {
  z-index: 3;
  top: 14px;
  right: 14px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--mv-accent);
  border-radius: 50%;
  box-shadow: 0 0 18px var(--mv-accent);
}

.mv-player-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  background: #050506;
}

.mv-player-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mv-card-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "artist play"
    "title play";
  gap: 5px 18px;
  align-items: center;
  min-height: 104px;
  padding: 17px 9px 10px;
  color: var(--mv-ink);
}

.mv-card-copy p {
  grid-area: artist;
  margin: 0;
  color: color-mix(in srgb, var(--mv-accent) 72%, white);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .17em;
}

.mv-card-copy h3 {
  grid-area: title;
  margin: 0;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 580;
  letter-spacing: -.025em;
  line-height: 1.42;
}

.mv-card-copy a {
  grid-area: play;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 82px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid color-mix(in srgb, var(--mv-accent) 68%, white);
  border-radius: 999px;
  color: #fff;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .14em;
  transition: color .2s, background .2s, border-color .2s;
}

.mv-card-copy a:hover {
  border-color: var(--mv-accent);
  background: var(--mv-accent);
  color: #111;
}

.mv-theme-noframe {
  --mv-accent: #ff8b20;
  --mv-accent-2: #c9d2db;
  background:
    repeating-linear-gradient(90deg, transparent 0 7px, rgba(255, 255, 255, .08) 7px 9px),
    linear-gradient(145deg, #ff8b20 0 7px, #17191c 7px 100%);
}

.mv-theme-yorumeru {
  --mv-accent: #7be5ff;
  --mv-accent-2: #8b6dff;
  background:
    radial-gradient(circle at 90% 9%, rgba(255, 241, 184, .76) 0 6%, transparent 6.5%),
    linear-gradient(150deg, #202863, #101629 54%, #19244d);
}

.mv-theme-zero {
  --mv-accent: #258cff;
  --mv-accent-2: #90edff;
  background:
    repeating-linear-gradient(0deg, rgba(55, 151, 255, .13) 0 1px, transparent 1px 7px),
    linear-gradient(145deg, #050609, #10223f 58%, #08090c);
}

.mv-theme-zero::after {
  border-radius: 0;
  transform: rotate(45deg);
}

.mv-theme-dokkimi {
  --mv-accent: #ff58cc;
  --mv-accent-2: #57d5ff;
  background:
    repeating-linear-gradient(45deg, transparent 0 15px, rgba(255, 255, 255, .08) 15px 17px),
    repeating-linear-gradient(-45deg, transparent 0 15px, rgba(255, 255, 255, .07) 15px 17px),
    linear-gradient(135deg, #ff37bb, #5e44ef);
}

.mv-theme-holidays {
  --mv-accent: #ffdc40;
  --mv-accent-2: #ff3aa8;
  background:
    radial-gradient(circle at 8% 8%, #fff 0 2px, transparent 3px),
    radial-gradient(circle at 92% 28%, #fff 0 2px, transparent 3px),
    linear-gradient(135deg, #ff5b1f, #ef28ad 48%, #5d30f5);
}

.mv-theme-holidays::after {
  border-radius: 2px;
  transform: rotate(45deg);
}

.mv-theme-aoharu {
  --mv-accent: #a9ddff;
  --mv-accent-2: #d9caff;
  --mv-ink: #153552;
  background:
    radial-gradient(circle at 83% 12%, rgba(255, 255, 255, .92), transparent 18%),
    linear-gradient(145deg, #eefaff, #b7dcfa 54%, #d9cdf8);
}

.mv-theme-aoharu .mv-card-copy p,
.mv-theme-aoharu .mv-card-copy a {
  color: #214769;
}

.mv-theme-aoharu .mv-card-copy a {
  border-color: rgba(36, 93, 139, .42);
}

.mv-theme-aoharu .mv-card-copy a:hover {
  background: #fff;
  color: #214769;
}

.mv-theme-mayomeri {
  --mv-accent: #ffc558;
  --mv-accent-2: #ec6cff;
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 229, 148, .4) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 18%, rgba(255, 229, 148, .55) 0 2px, transparent 3px),
    linear-gradient(145deg, #240e45, #4a1760 52%, #101633);
}

@media (min-width: 761px) {
  .page-intro {
    min-height: 322px;
    padding: 68px clamp(32px, 5vw, 76px) 36px;
  }

  .page-intro > h1 {
    max-width: none;
    font-family: var(--font-geist-sans), "Noto Sans JP", sans-serif;
    font-size: clamp(48px, 5.1vw, 72px);
    font-weight: 580;
    letter-spacing: -.067em;
    line-height: .9;
  }

  .page-intro-bottom {
    grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr);
    gap: clamp(30px, 5vw, 80px);
    margin-top: 31px;
    padding-top: 17px;
  }

  .page-intro-bottom h2 {
    font-size: clamp(24px, 2.25vw, 34px);
    font-weight: 520;
    letter-spacing: -.045em;
    line-height: 1.15;
  }

  .page-intro-bottom p {
    max-width: 620px;
    font-size: 12px;
    line-height: 1.8;
  }

  .intro-mark {
    width: clamp(34px, 3vw, 48px);
    top: 22%;
  }

  .news-intro {
    min-height: 304px;
  }

  .news-intro > h1 {
    font-size: clamp(54px, 5.5vw, 76px);
    letter-spacing: -.075em;
  }

  .news-list-section {
    padding: 32px clamp(32px, 5vw, 76px) 96px;
  }

  .news-list {
    max-width: 1380px;
    margin: 0 auto;
    border-top: 1px solid #d2d2cc;
  }

  .news-list article {
    grid-template-columns: 116px minmax(0, 1fr) 22px;
    min-height: 84px;
    padding-block: 18px;
  }

  .news-list time {
    font-size: 8px;
    letter-spacing: .08em;
  }

  .news-list h2 {
    font-size: clamp(16px, 1.35vw, 21px);
    font-weight: 550;
    letter-spacing: -.025em;
    line-height: 1.45;
  }

  .listing-section {
    padding: 62px clamp(32px, 5vw, 76px) 112px;
  }

  .artist-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(34px, 4vw, 54px) clamp(15px, 2vw, 28px);
  }

  .artist-list-media img {
    aspect-ratio: 1.48;
  }

  .artist-list-copy {
    min-height: 72px;
    padding: 13px 2px;
  }

  .artist-list-copy h2 {
    font-size: clamp(18px, 1.65vw, 25px);
    font-weight: 560;
    line-height: 1.08;
  }

  .artist-list-copy p {
    margin-top: 5px;
    font-size: 8px;
    line-height: 1.35;
  }

  .artist-list-copy strong {
    font-size: 7px;
  }

  .section-heading h2,
  .audition-band h2 {
    font-size: clamp(32px, 3.6vw, 50px);
    font-weight: 510;
    letter-spacing: -.05em;
  }

  .all-groups-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(30px, 3.5vw, 48px) clamp(16px, 2vw, 28px);
  }

  .all-groups-grid .artist-preview-card .artist-preview-media img {
    aspect-ratio: 1.5;
  }

  .all-groups-grid .artist-preview-meta {
    min-height: 72px;
    padding-top: 12px;
    gap: 4px;
  }

  .all-groups-grid .artist-preview-meta h3 {
    font-size: clamp(17px, 1.55vw, 23px);
    font-weight: 560;
    line-height: 1.08;
  }

  .artist-detail-hero {
    grid-template-columns: minmax(330px, .82fr) minmax(520px, 1.18fr);
    gap: clamp(34px, 4vw, 66px);
    min-height: 584px;
    padding: 52px clamp(32px, 5vw, 76px) 58px;
  }

  .artist-detail-title h1,
  .artist-detail-hero.artist-theme-aoharu .artist-detail-title h1,
  .artist-detail-hero.artist-theme-zero .artist-detail-title h1,
  .artist-detail-hero.artist-theme-dokkimi .artist-detail-title h1,
  .artist-detail-hero.artist-theme-yorumeru .artist-detail-title h1,
  .artist-detail-hero.artist-theme-holidays .artist-detail-title h1 {
    overflow-wrap: normal;
    white-space: nowrap;
    font-family: var(--font-geist-sans), "Noto Sans JP", sans-serif;
    font-size: clamp(43px, 4.7vw, 68px);
    font-weight: 540;
    letter-spacing: -.065em;
    line-height: .94;
  }

  .artist-detail-hero figure {
    width: min(100%, 760px);
    justify-self: end;
  }

  .artist-detail-hero figure img,
  .artist-detail-hero.artist-theme-zero figure img {
    max-height: 520px;
    object-fit: cover;
  }

  .artist-slug-jyapon .artist-detail-title h1 {
    font-size: clamp(43px, 4.25vw, 62px) !important;
  }

  .artist-slug-aoharu-brave .artist-detail-title h1 {
    font-size: clamp(36px, 3.8vw, 54px) !important;
  }

  .artist-slug-dokkimi .artist-detail-title h1,
  .artist-slug-mayomeri .artist-detail-title h1,
  .artist-slug-bokulove .artist-detail-title h1 {
    font-size: clamp(28px, 3vw, 45px) !important;
  }

  .artist-slug-yoru-to-meruku .artist-detail-title h1 {
    font-size: clamp(42px, 4vw, 58px) !important;
  }

  .member-section {
    padding: 76px clamp(32px, 5vw, 76px) 96px;
  }

  .section-heading.compact {
    margin-bottom: 36px;
  }

  .section-heading.compact h2 {
    font-size: clamp(32px, 3.5vw, 48px);
  }
}

@media (min-width: 761px) and (max-width: 1120px) {
  .mv-showcase-grid,
  .artist-list-grid,
  .all-groups-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .artist-detail-hero {
    grid-template-columns: minmax(290px, .78fr) minmax(430px, 1.22fr);
  }

  .artist-detail-title h1,
  .artist-detail-hero.artist-theme-aoharu .artist-detail-title h1,
  .artist-detail-hero.artist-theme-zero .artist-detail-title h1,
  .artist-detail-hero.artist-theme-dokkimi .artist-detail-title h1,
  .artist-detail-hero.artist-theme-yorumeru .artist-detail-title h1,
  .artist-detail-hero.artist-theme-holidays .artist-detail-title h1 {
    font-size: clamp(36px, 4.7vw, 52px);
  }
}

@media (max-width: 760px) {
  .home-media-v21 {
    padding: 66px 20px 78px;
  }

  .home-media-v21 .section-heading {
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 34px;
  }

  .home-media-v21 .section-heading h2 {
    font-size: clamp(33px, 10vw, 44px);
  }

  .mv-showcase-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mv-showcase-card {
    padding: 7px;
  }

  .mv-card-copy {
    min-height: 92px;
    padding: 14px 7px 8px;
  }

  .mv-card-copy h3 {
    font-size: 14px;
  }

  .mv-card-copy a {
    min-width: 76px;
    min-height: 36px;
    padding-inline: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv-showcase-card {
    transition: none;
  }
}

/* v19: complete WORKS archive */
.works-archive-page {
  background: #f4f2ed;
}

.works-intro {
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 211, 52, .48), transparent 24%),
    linear-gradient(135deg, #fff 0%, #f5f2ea 100%);
}

.works-jump {
  position: sticky;
  top: 76px;
  z-index: 24;
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1.5px solid #151515;
  background: rgba(244, 242, 237, .94);
  backdrop-filter: blur(14px);
}

.works-jump a {
  min-width: 150px;
  padding: 18px 22px;
  border-inline-start: 1px solid rgba(21, 21, 21, .22);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
  transition: color .2s, background .2s;
}

.works-jump a:last-child {
  border-inline-end: 1px solid rgba(21, 21, 21, .22);
}

.works-jump a:hover,
.works-jump a:focus-visible {
  color: #fff;
  background: #111;
}

.works-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1.5px solid #151515;
  background: #111;
  color: #fff;
}

.works-summary div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-inline-end: 1px solid rgba(255, 255, 255, .18);
}

.works-summary div:last-child {
  border-inline-end: 0;
}

.works-summary strong {
  color: #ffd634;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(50px, 6vw, 86px);
  font-weight: 900;
  line-height: .9;
}

.works-summary span {
  color: rgba(255, 255, 255, .72);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.works-tieups,
.works-song-archive,
.works-video-archive {
  padding: clamp(76px, 9vw, 132px) clamp(24px, 5vw, 76px);
}

.works-tieups {
  background: #fff;
}

.works-song-archive {
  border-block: 1.5px solid #151515;
  background:
    linear-gradient(rgba(17, 17, 17, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, .035) 1px, transparent 1px),
    #f4f2ed;
  background-size: 32px 32px;
}

.works-archive-heading,
.works-archive-lead {
  display: grid;
  grid-template-columns: minmax(170px, .36fr) 1fr;
  align-items: end;
  gap: clamp(24px, 5vw, 80px);
  margin-bottom: 42px;
}

.works-archive-heading .section-kicker,
.works-archive-lead .section-kicker {
  margin: 0 0 8px;
}

.works-archive-heading h2,
.works-archive-lead h2 {
  margin: 0;
  font-size: clamp(48px, 7vw, 104px);
  font-weight: 820;
  letter-spacing: -.065em;
  line-height: .88;
}

.works-archive-lead {
  grid-template-columns: minmax(170px, .36fr) minmax(280px, .75fr) 1fr;
  margin-bottom: clamp(76px, 9vw, 130px);
}

.works-archive-lead > p:last-child {
  max-width: 620px;
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.9;
}

.works-tieup-head,
.works-tieup-row {
  display: grid;
  grid-template-columns: minmax(230px, .9fr) minmax(180px, .65fr) minmax(300px, 1.25fr);
  gap: clamp(18px, 3vw, 54px);
}

.works-tieup-head {
  padding: 13px 18px;
  color: rgba(255, 255, 255, .68);
  background: #111;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.works-tieup-row {
  align-items: center;
  padding: 24px 18px;
  border-bottom: 1px solid #b9b7b0;
  transition: background .2s, transform .2s;
}

.works-tieup-row:hover {
  background: #fff8d8;
  transform: translateX(4px);
}

.works-tieup-row h3,
.works-tieup-row p,
.works-tieup-row small {
  margin: 0;
}

.works-tieup-row h3 {
  font-size: clamp(17px, 1.55vw, 23px);
  font-weight: 760;
  letter-spacing: -.025em;
}

.works-tieup-row p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
}

.works-tieup-row p span {
  color: #315cca;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.works-tieup-row small {
  color: #555;
  font-size: 12px;
  line-height: 1.7;
}

.works-credit-group {
  scroll-margin-top: 150px;
  margin-top: clamp(88px, 11vw, 158px);
}

.works-credit-group:first-of-type {
  margin-top: 0;
}

.works-credit-grid {
  columns: 3 320px;
  column-gap: 18px;
}

.works-credit-card {
  break-inside: avoid;
  margin: 0 0 18px;
  border: 1.5px solid #151515;
  background: rgba(255, 255, 255, .94);
  box-shadow: 7px 7px 0 rgba(21, 21, 21, .09);
}

.works-credit-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 64px;
  padding: 13px 16px;
  border-bottom: 1.5px solid #151515;
  background: #111;
  color: #fff;
}

.works-credit-title h3 {
  overflow-wrap: anywhere;
  margin: 0;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.25;
}

.works-credit-title span {
  flex: none;
  color: #ffd634;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.works-credit-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 16px;
}

.works-credit-card li {
  max-width: 100%;
  padding: 7px 9px;
  border: 1px solid #d2d0ca;
  background: #f7f5ef;
  font-size: 11px;
  font-weight: 560;
  line-height: 1.4;
}

.works-video-archive {
  background: #fff;
}

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

.works-video-grid article {
  min-height: 175px;
  padding: 24px;
  border: 1.5px solid #151515;
  background: #f4f2ed;
}

.works-video-grid h3 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -.03em;
}

.works-video-grid li {
  position: relative;
  padding: 6px 0 6px 18px;
  border-top: 1px solid #ccc9c1;
  font-size: 12px;
  line-height: 1.5;
}

.works-video-grid li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #315cca;
  font-size: 8px;
}

.works-contact-band {
  border-top: 1.5px solid #151515;
}

/* Portrait-derived talent cards keep the head visible in square crops. */
.talent-media img {
  object-position: center top !important;
}

@media (max-width: 900px) {
  .works-jump {
    top: 70px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-inline: 0;
  }

  .works-jump a {
    min-width: max-content;
    padding: 15px 20px;
  }

  .works-archive-heading,
  .works-archive-lead {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .works-tieup-head {
    display: none;
  }

  .works-tieup-row {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 22px 0;
  }

  .works-tieup-row:hover {
    transform: none;
  }

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

@media (max-width: 600px) {
  .works-summary div {
    min-height: 108px;
  }

  .works-summary strong {
    font-size: 45px;
  }

  .works-summary span {
    font-size: 7px;
    letter-spacing: .1em;
  }

  .works-tieups,
  .works-song-archive,
  .works-video-archive {
    padding: 68px 20px;
  }

  .works-credit-grid {
    columns: 1;
  }

  .works-credit-title h3 {
    font-size: 17px;
  }

  .works-credit-card li {
    font-size: 10px;
  }

  .works-video-grid {
    grid-template-columns: 1fr;
  }
}

/* v17: ドキドキハキミノセイ current visuals and PC title treatment */
.artist-detail-hero.artist-theme-dokkimi {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .96), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(255, 150, 211, .34), transparent 27%),
    repeating-linear-gradient(45deg, rgba(55, 116, 195, .055) 0 2px, transparent 2px 22px),
    linear-gradient(135deg, #fff7fc 0%, #f2f7ff 48%, #fff5fa 100%);
}

.artist-detail-hero.artist-theme-dokkimi .section-kicker {
  color: #b12878;
}

.artist-detail-hero.artist-theme-dokkimi figure::before {
  background: linear-gradient(135deg, #ee4fa9, #547bdb 52%, #f08b3e);
}

.artist-detail-hero.artist-theme-dokkimi figure::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 34%, rgba(255, 255, 255, .42) 48%, transparent 62%);
  transform: translateX(-135%);
  animation: dokkimi-shine 7s ease-in-out infinite;
}

.artist-detail-hero.artist-theme-dokkimi figure span {
  border-color: #d63c8d;
  background: #ff84c5;
  box-shadow: 0 0 0 9px rgba(255, 132, 197, .16), 0 14px 34px rgba(129, 59, 143, .2);
  animation: dokkimi-heartbeat 2.8s ease-in-out infinite;
}

.member-section.member-theme-dokkimi {
  background:
    repeating-linear-gradient(135deg, rgba(76, 111, 188, .035) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, #fff 0%, #fff6fb 100%);
}

.member-theme-dokkimi .member-grid-visual .member-card,
.member-theme-dokkimi .member-grid-visual .member-card:nth-child(3n+2),
.member-theme-dokkimi .member-grid-visual .member-card:nth-child(3n) {
  background: rgba(255, 255, 255, .94);
}

.member-theme-dokkimi .member-grid-visual .member-card > .member-copy > p {
  color: color-mix(in srgb, var(--member-accent) 76%, #3c3440);
}

.profile-page.profile-theme-dokkimi {
  background:
    radial-gradient(circle at 84% 10%, color-mix(in srgb, var(--profile-accent) 18%, transparent), transparent 27%),
    repeating-linear-gradient(45deg, color-mix(in srgb, var(--profile-accent) 4%, transparent) 0 2px, transparent 2px 24px),
    linear-gradient(135deg, #fff 0%, #fff7fb 100%);
}

.profile-theme-dokkimi .profile-image::before {
  background: var(--profile-accent);
}

.profile-theme-dokkimi .profile-image span {
  border-color: var(--profile-accent);
  background: color-mix(in srgb, var(--profile-accent) 32%, #fff);
}

.profile-theme-dokkimi .profile-copy h2 {
  color: color-mix(in srgb, var(--profile-accent) 82%, #24212a);
}

@media (min-width: 761px) {
  .artist-detail-hero.artist-theme-dokkimi {
    grid-template-columns: minmax(380px, .95fr) minmax(0, 1.05fr);
    gap: clamp(24px, 3vw, 55px);
  }

  .artist-detail-hero.artist-theme-dokkimi .artist-detail-title h1 {
    overflow-wrap: normal;
    white-space: nowrap;
    font-size: clamp(32px, 2.8vw, 50px);
    letter-spacing: -.055em;
    line-height: 1;
  }
}

@keyframes dokkimi-shine {
  0%, 58% { transform: translateX(-135%); }
  82%, 100% { transform: translateX(135%); }
}

@keyframes dokkimi-heartbeat {
  0%, 100% { transform: scale(1); }
  8% { transform: scale(1.09); }
  16% { transform: scale(1); }
  24% { transform: scale(1.055); }
  34% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .artist-detail-hero.artist-theme-dokkimi figure::after,
  .artist-detail-hero.artist-theme-dokkimi figure span {
    animation: none !important;
  }
}

/* v20: refined editorial type and reliable portrait framing */
.works-archive-page {
  --works-display-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --works-display-sans: var(--font-geist-sans), "Helvetica Neue", "Yu Gothic", sans-serif;
}

.works-archive-heading h2,
.works-archive-lead h2 {
  font-family: var(--works-display-serif);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .92;
}

.works-archive-lead {
  grid-template-columns: minmax(170px, .34fr) minmax(0, 1.66fr);
  align-items: end;
}

.works-archive-lead h2 {
  white-space: nowrap;
  font-size: clamp(60px, 7.6vw, 116px);
}

.works-archive-lead h2 > span {
  display: inline-block;
  margin-right: .34em;
  font-family: var(--works-display-sans);
  font-size: .29em;
  font-weight: 760;
  letter-spacing: .14em;
  vertical-align: .46em;
}

.works-credit-group .works-archive-heading h2 {
  font-family: "Arial Narrow", "Helvetica Neue Condensed", var(--works-display-sans);
  font-size: clamp(58px, 7.6vw, 112px);
  font-style: italic;
  font-weight: 860;
  letter-spacing: -.065em;
}

.works-credit-title h3,
.works-video-grid h3,
.works-tieup-row h3 {
  font-family: var(--works-display-sans);
  letter-spacing: -.025em;
}

.works-archive-heading .section-kicker,
.works-archive-lead .section-kicker {
  letter-spacing: .22em;
}

.talent-card[href*="/amane-madoka/"] .talent-media img,
.talent-card[href*="/oukawa-miru/"] .talent-media img,
.talent-card[href*="/kagura-yua/"] .talent-media img,
.talent-card[href*="/kitaou-minori/"] .talent-media img,
.talent-card[href*="/nanase-mashiro/"] .talent-media img {
  object-position: center top !important;
}

@media (max-width: 900px) {
  .works-archive-lead {
    grid-template-columns: 1fr;
  }

  .works-archive-lead h2 {
    white-space: normal;
    font-size: clamp(50px, 13vw, 78px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .artist-detail-hero.artist-theme-aoharu figure::after,
  .artist-detail-hero.artist-theme-zero figure::after,
  .artist-wordmark {
    animation: none !important;
  }

  .member-grid-visual .member-card,
  .member-grid-visual .member-card img {
    transition: none !important;
  }
}

/* 夜とメルク / HOLIDAYS shared stage */
.artist-detail-hero.artist-theme-yorumeru,
.artist-detail-hero.artist-theme-holidays {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.artist-detail-hero.artist-theme-yorumeru > *,
.artist-detail-hero.artist-theme-holidays > * {
  position: relative;
  z-index: 1;
}

.artist-concept {
  max-width: 460px;
  margin: 22px 0 0;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.8;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .78;
}

/* 夜とメルク — moonlit blue, restrained shimmer */
.artist-detail-hero.artist-theme-yorumeru {
  color: #f8fbff;
  background:
    radial-gradient(circle at 70% 16%, rgba(255, 241, 185, .24), transparent 23%),
    radial-gradient(circle at 18% 72%, rgba(41, 148, 255, .25), transparent 31%),
    linear-gradient(142deg, #070b2b 0%, #17256b 48%, #4a2784 100%);
}

.artist-theme-yorumeru .section-kicker,
.member-theme-yorumeru .section-kicker {
  color: #9bd8ff;
}

.artist-detail-hero.artist-theme-yorumeru .artist-detail-title h1 {
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(58px, 7.8vw, 116px);
  font-weight: 560;
  letter-spacing: .04em;
  text-shadow: 0 0 28px rgba(132, 197, 255, .46), 0 14px 45px rgba(0, 0, 25, .32);
}

.artist-theme-yorumeru figure::before {
  background: linear-gradient(135deg, #78c6ff, #674ca7);
}

.artist-theme-yorumeru figure img {
  border-color: #8fcfff;
  box-shadow: 0 34px 90px rgba(0, 0, 24, .42);
}

.artist-theme-yorumeru figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 27%, rgba(209, 237, 255, .3) 46%, transparent 64%),
    radial-gradient(circle at 78% 18%, rgba(255, 246, 198, .2), transparent 22%);
  transform: translateX(-125%);
  animation: yorumeru-moon-sweep 9s ease-in-out infinite;
}

.artist-theme-yorumeru figure span {
  border-color: #91cbff;
  background: #17245d;
  box-shadow: 0 0 46px rgba(86, 166, 255, .58);
}

.member-section.member-theme-yorumeru {
  color: #f7f9ff;
  border-color: #26305f;
  background:
    radial-gradient(circle at 12% 18%, rgba(66, 112, 216, .22), transparent 24%),
    linear-gradient(180deg, #0a0e2a 0%, #101640 100%);
}

.member-theme-yorumeru .text-link {
  color: #fff;
  border-color: #719ee7;
}

.member-theme-yorumeru .member-grid-visual .member-card,
.member-theme-yorumeru .member-grid-visual .member-card:nth-child(3n+2),
.member-theme-yorumeru .member-grid-visual .member-card:nth-child(3n) {
  color: #fff;
  border-color: color-mix(in srgb, var(--member-accent, #78bfff) 72%, #23305e);
  background: rgba(16, 23, 61, .9);
  box-shadow: 0 20px 56px rgba(0, 0, 24, .34);
}

.member-theme-yorumeru .member-grid-visual .member-card:hover,
.member-theme-yorumeru .member-grid-visual .member-card:focus-visible {
  background: #172353;
}

.member-theme-yorumeru .member-grid-visual .member-card > .member-copy > p {
  color: #8fb4ee;
}

.profile-page.profile-theme-yorumeru {
  color: #f7f9ff;
  background:
    radial-gradient(circle at 83% 12%, rgba(91, 157, 255, .27), transparent 25%),
    linear-gradient(145deg, #070a20 0%, #131941 58%, #261547 100%);
}

.profile-theme-yorumeru .back-link { border-color: #77a9e8; }
.profile-theme-yorumeru .profile-image::before { background: #467fd1; }

.profile-theme-yorumeru .profile-image span {
  border-color: #8dccff;
  background: #17275d;
  box-shadow: 0 0 44px rgba(74, 151, 255, .5);
}

.profile-theme-yorumeru .profile-image img { border-color: #78aee9; }
.profile-theme-yorumeru .profile-copy h2 { color: #9acfff; }
.profile-theme-yorumeru .profile-facts,
.profile-theme-yorumeru .profile-message { border-color: #435486; }
.profile-theme-yorumeru .profile-facts > div { border-color: #27335e; }

.profile-theme-yorumeru .button-primary {
  color: #0a1231;
  border-color: #dff3ff;
  background: #dff3ff;
}

.profile-theme-yorumeru .button-primary:hover {
  color: #fff;
  border-color: #5b8bd3;
  background: #315b9d;
}

/* HOLIDAYS — neon star stage, upbeat but still editorial */
.artist-detail-hero.artist-theme-holidays {
  color: #fff;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 216, 70, .52), transparent 24%),
    radial-gradient(circle at 80% 28%, rgba(73, 205, 255, .4), transparent 26%),
    linear-gradient(135deg, #fa3aa8 0%, #d3199c 38%, #5625c9 72%, #173ee4 100%);
  background-size: 145% 145%, 145% 145%, 120% 120%;
  animation: holidays-atmosphere 13s ease-in-out infinite alternate;
}

.artist-theme-holidays .section-kicker { color: #fff4a2; }

.artist-detail-hero.artist-theme-holidays .artist-detail-title h1 {
  color: #fff;
  font-size: clamp(58px, 8.4vw, 122px);
  font-weight: 900;
  letter-spacing: -.05em;
  text-shadow: 0 4px 0 #d91e83, 0 0 26px rgba(255, 234, 85, .58);
}

.artist-theme-holidays figure::before {
  background: linear-gradient(135deg, #ffdf46, #ff4fa6 46%, #4bcfff);
}

.artist-theme-holidays figure img {
  border-color: #ffe676;
  box-shadow: 0 34px 90px rgba(91, 10, 103, .38);
}

.artist-theme-holidays figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .64;
  background: linear-gradient(110deg, transparent 29%, rgba(255, 250, 171, .38) 47%, transparent 63%);
  transform: translateX(-130%);
  animation: holidays-shine 6.8s ease-in-out infinite;
}

.artist-theme-holidays figure span {
  border-color: #ffe776;
  background: #fa3e9c;
  box-shadow: 0 0 46px rgba(255, 216, 67, .72);
}

.member-section.member-theme-holidays {
  background:
    radial-gradient(circle at 86% 12%, rgba(87, 183, 255, .2), transparent 25%),
    linear-gradient(180deg, #fffaf0 0%, #fff0fb 58%, #f4f1ff 100%);
}

.member-theme-holidays .text-link {
  color: #b3127b;
  border-color: #ef3a9a;
}

.member-theme-holidays .member-grid-visual .member-card,
.member-theme-holidays .member-grid-visual .member-card:nth-child(3n+2),
.member-theme-holidays .member-grid-visual .member-card:nth-child(3n) {
  border-color: color-mix(in srgb, var(--member-accent, #ef3a9a) 68%, #ffcf54);
  box-shadow: 0 18px 48px rgba(210, 24, 135, .13);
}

.member-theme-holidays .member-grid-visual .member-card:hover,
.member-theme-holidays .member-grid-visual .member-card:focus-visible {
  box-shadow: 0 24px 62px color-mix(in srgb, var(--member-accent, #ef3a9a) 28%, transparent);
}

.member-theme-holidays .member-grid-visual .member-card > .member-copy > p { color: #b02778; }

.profile-page.profile-theme-holidays {
  background:
    radial-gradient(circle at 84% 10%, rgba(79, 184, 255, .22), transparent 25%),
    radial-gradient(circle at 12% 78%, rgba(255, 202, 62, .2), transparent 27%),
    linear-gradient(145deg, #fffdf3 0%, #fff0fa 58%, #f1efff 100%);
}

.profile-theme-holidays .profile-image::before {
  background: linear-gradient(145deg, #ffce3c, #ef3a9a 55%, #5c83ff);
}

.profile-theme-holidays .profile-image span {
  border-color: #ef3a9a;
  background: #ffd65b;
  box-shadow: 0 0 42px rgba(239, 58, 154, .32);
}

.profile-theme-holidays .profile-copy h2 { color: #c31983; }

.profile-theme-holidays .button-primary {
  border-color: #d51d8f;
  background: linear-gradient(90deg, #e92597, #7551e7);
}

.profile-theme-holidays .button-primary:hover {
  border-color: #17105e;
  background: #17105e;
}

/* Ambient particles remain behind text and photography. */
.theme-particles {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.theme-particles i {
  position: absolute;
  display: block;
}

.artist-theme-yorumeru .theme-particles i {
  width: clamp(48px, 6vw, 92px);
  aspect-ratio: 1 / .72;
  border: 1px solid rgba(175, 226, 255, .32);
  border-radius: 52% 52% 45% 45%;
  background: radial-gradient(circle at 50% 20%, rgba(217, 245, 255, .55), rgba(105, 189, 255, .14) 55%, transparent 72%);
  box-shadow: 0 0 28px rgba(105, 189, 255, .18);
  filter: blur(.2px);
  animation: yorumeru-drift 11s ease-in-out infinite;
}

.artist-theme-yorumeru .theme-particles i::after {
  content: "";
  position: absolute;
  top: 68%;
  left: 24%;
  width: 52%;
  height: 58%;
  border-left: 1px solid rgba(190, 232, 255, .26);
  border-right: 1px solid rgba(190, 232, 255, .26);
  border-radius: 0 0 50% 50%;
}

.artist-theme-holidays .theme-particles i {
  width: clamp(18px, 2.5vw, 38px);
  aspect-ratio: 1;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
  background: linear-gradient(135deg, #fff8a3, #ffcf34 48%, #ff5eb8);
  filter: drop-shadow(0 0 10px rgba(255, 234, 91, .75));
  animation: holidays-star-float 5.8s ease-in-out infinite;
}

.theme-particles i:nth-child(1) { left: 7%; top: 14%; }
.theme-particles i:nth-child(2) { right: 12%; top: 17%; animation-delay: -2.4s; animation-duration: 8.5s; }
.theme-particles i:nth-child(3) { left: 18%; bottom: 13%; animation-delay: -4.1s; animation-duration: 10.5s; }
.theme-particles i:nth-child(4) { right: 7%; bottom: 18%; animation-delay: -1.1s; animation-duration: 7.8s; }
.theme-particles i:nth-child(5) { left: 48%; top: 8%; animation-delay: -5.2s; animation-duration: 9.2s; }

.artist-card-yorumeru:hover,
.artist-card-yorumeru:focus-visible { box-shadow: 0 24px 58px rgba(44, 80, 170, .2); }
.artist-card-holidays:hover,
.artist-card-holidays:focus-visible { box-shadow: 0 24px 58px rgba(224, 33, 147, .2); }
.hero-photo-wall-card.is-holidays img { filter: saturate(1.08) contrast(1.02); }

@keyframes yorumeru-moon-sweep {
  0%, 61% { transform: translateX(-125%); }
  84%, 100% { transform: translateX(125%); }
}

@keyframes yorumeru-drift {
  0%, 100% { opacity: .25; transform: translate3d(0, 0, 0) rotate(-3deg); }
  50% { opacity: .72; transform: translate3d(12px, -24px, 0) rotate(4deg); }
}

@keyframes holidays-atmosphere {
  from { background-position: 12% 18%, 84% 28%, 0 0; }
  to { background-position: 20% 24%, 74% 20%, 100% 100%; }
}

@keyframes holidays-shine {
  0%, 54% { transform: translateX(-130%); }
  80%, 100% { transform: translateX(130%); }
}

@keyframes holidays-star-float {
  0%, 100% { opacity: .35; transform: translate3d(0, 0, 0) rotate(0deg) scale(.85); }
  50% { opacity: .92; transform: translate3d(5px, -18px, 0) rotate(45deg) scale(1.1); }
}

@media (max-width: 760px) {
  .artist-detail-hero.artist-theme-yorumeru .artist-detail-title h1,
  .artist-detail-hero.artist-theme-holidays .artist-detail-title h1 {
    font-size: clamp(46px, 13vw, 66px);
  }

  .artist-concept {
    max-width: 86vw;
    margin-top: 14px;
    font-size: 9px;
  }

  .theme-particles i:nth-child(3),
  .theme-particles i:nth-child(5) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .artist-theme-yorumeru figure::after,
  .artist-theme-holidays figure::after,
  .artist-detail-hero.artist-theme-holidays,
  .theme-particles i { animation: none !important; }
}

/* v15: current artist names, operation notes and activity status */
.artist-operation-note {
  width: fit-content;
  max-width: 100%;
  margin: 20px 0 0 !important;
  padding: 9px 14px;
  border: 1px solid rgba(67, 117, 184, .32);
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  color: #416fa8;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.45 !important;
  box-shadow: 0 10px 28px rgba(71, 118, 177, .11);
  backdrop-filter: blur(8px);
}

.artist-status-note,
.artist-status-copy {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-family: var(--font-geist-mono), monospace;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
}

.artist-official-x {
  width: fit-content;
  margin-top: 14px;
}

.artist-status-note {
  margin: 22px 0 0 !important;
  padding: 10px 15px;
  font-size: 11px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.artist-status-copy {
  margin: 9px 0 0 !important;
  padding: 7px 11px;
  font-size: 9px !important;
}

.artist-list-card.is-paused .artist-list-media,
.artist-preview-card.is-paused .artist-preview-media,
.hero-photo-wall-card.is-paused {
  position: relative;
}

.artist-list-card.is-paused .artist-list-media::after,
.artist-preview-card.is-paused .artist-preview-media::after,
.hero-photo-wall-card.is-paused::after {
  content: "活動休止中";
  position: absolute;
  z-index: 4;
  top: 14px;
  left: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(15, 15, 17, .9);
  color: #fff;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  backdrop-filter: blur(7px);
}

.artist-list-card.is-ended .artist-list-media::after,
.artist-preview-card.is-ended .artist-preview-media::after,
.hero-photo-wall-card.is-ended::after {
  content: "現体制終了";
}

.hero-photo-wall-card.is-paused::after {
  top: 9px;
  left: 9px;
  padding: 6px 9px;
  font-size: 7px;
}

.artist-list-card.is-paused img,
.artist-preview-card.is-paused img,
.hero-photo-wall-card.is-paused img,
.artist-detail-hero.is-paused figure img {
  filter: saturate(.72) contrast(1.02);
}

/* Desktop proof strip: larger type and true vertical centering. */
@media (min-width: 761px) {
  .proof-strip {
    min-height: 112px;
    align-items: stretch;
  }

  .proof-strip div {
    min-height: 112px;
    align-items: center;
    justify-content: center;
    padding-block: 18px;
  }

  .proof-strip strong {
    max-width: 100%;
    font-size: clamp(15px, 1.18vw, 19px);
    font-weight: 720;
    letter-spacing: .12em;
    line-height: 1.25;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .artist-operation-note {
    margin-top: 14px !important;
    padding: 7px 11px;
    font-size: 8px !important;
  }

  .artist-status-note {
    margin-top: 15px !important;
    padding: 8px 12px;
    font-size: 9px !important;
  }

  .artist-list-card.is-paused .artist-list-media::after,
  .artist-preview-card.is-paused .artist-preview-media::after {
    top: 9px;
    left: 9px;
    padding: 6px 9px;
    font-size: 7px;
  }
}

/* v21 cascade guard: keep every group name compact and on one line on PC. */
@media (min-width: 761px) {
  .artist-detail-title h1,
  .artist-detail-hero.artist-theme-aoharu .artist-detail-title h1,
  .artist-detail-hero.artist-theme-zero .artist-detail-title h1,
  .artist-detail-hero.artist-theme-dokkimi .artist-detail-title h1,
  .artist-detail-hero.artist-theme-yorumeru .artist-detail-title h1,
  .artist-detail-hero.artist-theme-holidays .artist-detail-title h1 {
    overflow-wrap: normal;
    white-space: nowrap;
    font-size: clamp(43px, 4.7vw, 68px);
    line-height: .94;
  }

  .artist-slug-jyapon .artist-detail-title h1 {
    font-size: clamp(43px, 4.25vw, 62px) !important;
  }

  .artist-slug-aoharu-brave .artist-detail-title h1 {
    font-size: clamp(36px, 3.8vw, 54px) !important;
  }

  .artist-slug-dokkimi .artist-detail-title h1,
  .artist-slug-mayomeri .artist-detail-title h1,
  .artist-slug-bokulove .artist-detail-title h1 {
    font-size: clamp(28px, 3vw, 45px) !important;
  }

  .artist-slug-yoru-to-meruku .artist-detail-title h1 {
    font-size: clamp(42px, 4vw, 58px) !important;
  }
}

@media (max-width: 760px) {
  .artist-detail-hero.artist-theme-yorumeru .artist-detail-title h1,
  .artist-detail-hero.artist-theme-holidays .artist-detail-title h1 {
    font-size: clamp(38px, 11vw, 56px);
  }
}
