/* 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-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;
  }
}

/* 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;
  }
}

@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-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);
}

.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;
  }
}
