/* ============================================================
   MIDNIGHT NOIRE — Landing Page Styles
   ============================================================ */

/* === RESET & ROOT === */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --void:    #03030a;
  --deep:    #07071a;
  --surface: #0d0d22;
  --surface2: #12122e;

  --purple:        #7b2fff;
  --purple-light:  #b44dff;
  --purple-glow:   rgba(123, 47, 255, 0.35);
  --crimson:       #c9144a;
  --crimson-light: #ff2060;
  --crimson-glow:  rgba(201, 20, 74, 0.35);
  --blue:          #1a8fff;
  --blue-light:    #40b8ff;
  --blue-glow:     rgba(26, 143, 255, 0.35);
  --gold:          #c8a96e;
  --gold-light:    #e8cc96;
  --gold-glow:     rgba(200, 169, 110, 0.28);

  --text:       #d4c8f0;
  --text-muted: #6a6090;
  --border:     rgba(120, 80, 255, 0.18);
  --border-h:   rgba(120, 80, 255, 0.5);

  --font-display: 'Cinzel', 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Cormorant Garamond', 'Noto Serif JP', Georgia, serif;
  --font-jp:      'Noto Serif JP', 'Cormorant Garamond', Georgia, serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: var(--void);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.8;
  overflow-x: hidden;
  cursor: none;
}

/* Custom cursor dot */
body::after {
  content: '';
  position: fixed;
  top: var(--cy, -40px);
  left: var(--cx, -40px);
  width: 10px;
  height: 10px;
  background: var(--purple-light);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  box-shadow: 0 0 8px var(--purple-light), 0 0 20px var(--purple-glow);
  transition: transform 0.08s ease, opacity 0.2s;
}

a, button { cursor: none; }

img { max-width: 100%; display: block; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ============================================================
   OVERLAYS
   ============================================================ */

/* Spotlight veil — dark overlay with mouse-tracked "hole" */
#spotlight {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 900;
  background: rgba(3, 3, 10, 0.70);
  /* mask updated by JS */
  mask-image: radial-gradient(circle 260px at -9999px -9999px, transparent 0%, black 100%);
  -webkit-mask-image: radial-gradient(circle 260px at -9999px -9999px, transparent 0%, black 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* Film grain noise */
#noise-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 901;
  opacity: 0.038;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
}

/* Horizontal scanlines */
#scanlines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 902;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.035) 2px,
    rgba(0, 0, 0, 0.035) 4px
  );
}

/* Particle canvas */
#particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* ============================================================
   SECTIONS
   ============================================================ */

section {
  position: relative;
  z-index: 1;
  padding: 110px 0;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 72px;
}

.section-num {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  color: var(--purple);
  opacity: 0.65;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 400;
  letter-spacing: 0.5em;
  color: var(--text);
}

.section-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--border), transparent);
}

/* ============================================================
   HERO
   ============================================================ */

#hero {
  height: 100svh;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  overflow: hidden;
}

/* Giant faded background word */
.hero-bg-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: clamp(7rem, 28vw, 24rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(123, 47, 255, 0.07);
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}

/* Main hero content */
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  animation: fadeInUp 1.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Decorative lines with diamond center */
.hero-deco {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(420px, 90vw);
}

.deco-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(123, 47, 255, 0.55), transparent);
}

.deco-diamond {
  width: 5px;
  height: 5px;
  background: var(--purple-light);
  transform: rotate(45deg);
  box-shadow: 0 0 10px var(--purple-glow), 0 0 20px var(--purple-glow);
  animation: diamond-pulse 3s ease-in-out infinite;
}

.hero-label {
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.6em;
  color: var(--purple-light);
  text-transform: uppercase;
  opacity: 0.8;
}

/* Title with glitch pseudo-elements */
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 9vw, 7rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--text);
  position: relative;
  text-shadow:
    0 0 50px rgba(123, 47, 255, 0.25),
    0 0 100px rgba(123, 47, 255, 0.1);
}

.hero-title::before,
.hero-title::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-title::before {
  animation: glitch-top 9s infinite;
  clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
  text-shadow: -3px 0 var(--crimson-light);
  opacity: 0;
}

.hero-title::after {
  animation: glitch-bot 9s infinite;
  clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0 100%);
  text-shadow: 3px 0 var(--blue-light);
  opacity: 0;
}

.hero-tagline {
  font-family: var(--font-jp);
  font-size: clamp(0.8rem, 2.5vw, 1rem);
  font-weight: 300;
  letter-spacing: 0.35em;
  color: var(--text-muted);
}

/* Scroll indicator */
.scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s;
}

.scroll-hint-text {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  animation: pulse-opacity 2.5s ease-in-out infinite;
}

.scroll-hint-arrow {
  animation: bounce-y 2s ease-in-out infinite;
}

.scroll-hint:hover { color: var(--purple-light); }

/* ============================================================
   CONCEPT
   ============================================================ */

#concept {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(123, 47, 255, 0.025) 50%,
    transparent 100%
  );
}

.concept-body {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.concept-text {
  font-size: clamp(0.92rem, 2.2vw, 1.1rem);
  font-weight: 300;
  line-height: 2.3;
  color: var(--text-muted);
  margin-bottom: 56px;
}

.concept-text em {
  font-style: italic;
  color: var(--text);
}

.concept-highlight {
  font-family: var(--font-display);
  color: var(--purple-light);
  letter-spacing: 0.08em;
}

.concept-keywords {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.kw {
  font-family: var(--font-jp);
  font-size: clamp(0.82rem, 2vw, 0.95rem);
  letter-spacing: 0.2em;
  color: var(--text);
  border: 1px solid var(--border);
  padding: 7px 22px;
  position: relative;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.kw::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(123, 47, 255, 0.06), transparent);
}

.kw:hover {
  border-color: var(--border-h);
  box-shadow: 0 0 16px var(--purple-glow);
}

.kw-sep {
  color: var(--purple);
  opacity: 0.5;
  font-size: 1.1rem;
}

/* ============================================================
   MEMBERS
   ============================================================ */

#members {
  padding-bottom: 130px;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* Card base */
.member-card {
  position: relative;
  border: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.member-card:hover {
  transform: translateY(-7px);
}

/* Per-color hover states */
.member-card[data-color="purple"]:hover {
  border-color: rgba(123, 47, 255, 0.55);
  box-shadow: 0 24px 64px rgba(123, 47, 255, 0.22), 0 0 0 1px rgba(123, 47, 255, 0.08);
}
.member-card[data-color="crimson"]:hover {
  border-color: rgba(201, 20, 74, 0.55);
  box-shadow: 0 24px 64px rgba(201, 20, 74, 0.22), 0 0 0 1px rgba(201, 20, 74, 0.08);
}
.member-card[data-color="blue"]:hover {
  border-color: rgba(26, 143, 255, 0.55);
  box-shadow: 0 24px 64px rgba(26, 143, 255, 0.22), 0 0 0 1px rgba(26, 143, 255, 0.08);
}
.member-card[data-color="gold"]:hover {
  border-color: rgba(200, 169, 110, 0.5);
  box-shadow: 0 24px 64px rgba(200, 169, 110, 0.16), 0 0 0 1px rgba(200, 169, 110, 0.08);
}

/* Number badge */
.member-num-badge {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 10;
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1;
}

.member-num-badge span {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.06);
  line-height: 0.9;
  letter-spacing: 0;
}

.member-card[data-color="purple"] .member-num-badge span { color: rgba(123, 47, 255, 0.18); }
.member-card[data-color="crimson"] .member-num-badge span { color: rgba(201, 20, 74, 0.18); }
.member-card[data-color="blue"]   .member-num-badge span { color: rgba(26, 143, 255, 0.18); }
.member-card[data-color="gold"]   .member-num-badge span { color: rgba(200, 169, 110, 0.15); }

/* Image area */
.member-image-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.member-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: none;
  transition: transform 0.6s ease;
}

.member-photo.loaded { display: block; }
.member-card:hover .member-photo { transform: scale(1.04); }

/* Placeholder gradient background */
.member-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.member-card[data-color="purple"] .member-placeholder {
  background: linear-gradient(160deg, #0a0a1e 0%, #1c0a3a 55%, #080815 100%);
}
.member-card[data-color="crimson"] .member-placeholder {
  background: linear-gradient(160deg, #0a0a1e 0%, #2e0a1c 55%, #080815 100%);
}
.member-card[data-color="blue"] .member-placeholder {
  background: linear-gradient(160deg, #0a0a1e 0%, #0a1e32 55%, #080815 100%);
}
.member-card[data-color="gold"] .member-placeholder {
  background: linear-gradient(160deg, #0a0a1e 0%, #1e1608 55%, #080815 100%);
}

.placeholder-num {
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.025);
  user-select: none;
}

/* Bottom vignette overlay */
.member-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(13, 13, 34, 1) 0%,
    rgba(13, 13, 34, 0.5) 30%,
    transparent 60%
  );
  z-index: 2;
}

/* Info panel */
.member-info {
  position: relative;
  z-index: 5;
  padding: 18px 24px 24px;
  background: var(--surface);
}

.member-title-label {
  font-family: var(--font-jp);
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.member-name {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.8vw, 1.55rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text);
  margin-bottom: 18px;
}

.member-sns {
  display: flex;
  gap: 10px;
}

.sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.3s, border-color 0.3s, background 0.3s, transform 0.3s, box-shadow 0.3s;
}

.sns-btn svg {
  width: 15px;
  height: 15px;
}

.sns-btn:hover { opacity: 1; transform: translateY(-2px); }

.sns-x:hover {
  border-color: rgba(29, 155, 240, 0.5);
  background: rgba(29, 155, 240, 0.08);
  box-shadow: 0 0 14px rgba(29, 155, 240, 0.2);
}

.sns-yt:hover {
  border-color: rgba(255, 0, 0, 0.4);
  background: rgba(255, 0, 0, 0.08);
  box-shadow: 0 0 14px rgba(255, 0, 0, 0.18);
}

/* Specular shine sweep on hover */
.card-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: 0;
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(255, 255, 255, 0.05) 50%,
    transparent 70%
  );
  transition: opacity 0.2s;
}

.member-card:hover .card-shine {
  opacity: 1;
  animation: shine-sweep 0.55s ease forwards;
}

/* ============================================================
   AUDITION
   ============================================================ */

#audition {
  text-align: center;
  padding-bottom: 150px;
  overflow: hidden;
}

.audition-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 700px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(123, 47, 255, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.audition-body {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.audition-copy {
  font-family: var(--font-jp);
  font-size: clamp(1.3rem, 4.5vw, 2.2rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.08em;
  color: var(--text);
}

.audition-copy em {
  font-style: italic;
  color: var(--purple-light);
  text-shadow: 0 0 24px var(--purple-glow);
}

.audition-sub {
  font-family: var(--font-jp);
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  font-weight: 300;
  color: var(--text-muted);
  line-height: 2.1;
  letter-spacing: 0.08em;
}

/* Conditions box */
.conditions-box {
  width: 100%;
  max-width: 500px;
  text-align: left;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 30px 36px;
  position: relative;
}

.conditions-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(123, 47, 255, 0.04), transparent);
  pointer-events: none;
}

.conditions-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.conditions-list li {
  font-family: var(--font-jp);
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  padding-left: 22px;
  position: relative;
  line-height: 1.7;
}

.conditions-list li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: var(--purple);
  font-size: 0.5rem;
  top: 5px;
}

/* ───── Apply Button ───── */
.apply-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 290px;
  padding: 32px 72px;
  border: 1px solid rgba(123, 47, 255, 0.38);
  background: transparent;
  text-decoration: none;
  overflow: hidden;
  transition:
    border-color 0.4s,
    box-shadow 0.4s;
  animation: btn-pulse 3.5s ease-in-out infinite;
}

.apply-btn:hover {
  animation: none;
  border-color: rgba(123, 47, 255, 0.75);
  box-shadow:
    0 0 32px rgba(123, 47, 255, 0.28),
    0 0 70px rgba(123, 47, 255, 0.1),
    inset 0 0 32px rgba(123, 47, 255, 0.06);
}

/* Background fill glow */
.apply-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(123, 47, 255, 0.07), rgba(201, 20, 74, 0.05));
  opacity: 0;
  transition: opacity 0.4s;
}

.apply-btn:hover::before { opacity: 1; }

/* Text content */
.apply-btn-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 2;
}

.apply-ja {
  font-family: var(--font-jp);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.45em;
  color: var(--text);
  transition: color 0.4s, text-shadow 0.4s;
}

.apply-en {
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  color: var(--purple);
  opacity: 0.7;
}

.apply-btn:hover .apply-ja {
  color: #fff;
  text-shadow: 0 0 24px rgba(180, 77, 255, 0.9);
}

/* Light sweep on hover */
.apply-shine {
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.07) 40%,
    rgba(255, 255, 255, 0.14) 50%,
    rgba(255, 255, 255, 0.07) 60%,
    transparent 100%
  );
  z-index: 3;
  pointer-events: none;
}

.apply-btn:hover .apply-shine {
  left: 110%;
  transition: left 0.65s ease;
}

/* Corner accent marks */
.apply-corner {
  position: absolute;
  width: 14px;
  height: 14px;
  pointer-events: none;
  z-index: 4;
}

.apply-corner-tl {
  top: -1px;
  left: -1px;
  border-top: 1px solid var(--purple-light);
  border-left: 1px solid var(--purple-light);
  box-shadow: -3px -3px 10px var(--purple-glow);
}

.apply-corner-br {
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid var(--purple-light);
  border-right: 1px solid var(--purple-light);
  box-shadow: 3px 3px 10px var(--purple-glow);
}

.audition-note {
  font-family: var(--font-jp);
  font-size: 0.74rem;
  color: var(--text-muted);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2;
  opacity: 0.55;
}

/* ============================================================
   FOOTER
   ============================================================ */

#footer {
  position: relative;
  z-index: 1;
  padding: 52px 0;
  text-align: center;
}

.footer-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  margin-bottom: 52px;
}

.footer-group-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: 0.5em;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.footer-copy {
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  opacity: 0.35;
}

.footer-settings-link {
  display: inline-block;
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  opacity: 0.25;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-settings-link:hover { opacity: 0.6; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delay for member cards */
.member-card.reveal:nth-child(1) { transition-delay: 0.05s; }
.member-card.reveal:nth-child(2) { transition-delay: 0.15s; }
.member-card.reveal:nth-child(3) { transition-delay: 0.25s; }
.member-card.reveal:nth-child(4) { transition-delay: 0.35s; }

/* ============================================================
   ANIMATIONS
   ============================================================ */

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0);    }
}

@keyframes glitch-top {
  0%, 86%, 100% { opacity: 0; transform: translate(0); }
  87% { opacity: 0.75; transform: translate(-4px, 0); }
  88% { opacity: 0;    transform: translate(0); }
  89% { opacity: 0.5;  transform: translate(3px, 0); }
  90% { opacity: 0;    transform: translate(0); }
}

@keyframes glitch-bot {
  0%, 91%, 100% { opacity: 0; transform: translate(0); }
  92% { opacity: 0.65; transform: translate(4px, 0); }
  93% { opacity: 0;    transform: translate(0); }
  94% { opacity: 0.4;  transform: translate(-3px, 0); }
  95% { opacity: 0;    transform: translate(0); }
}

@keyframes diamond-pulse {
  0%, 100% { box-shadow: 0 0 8px var(--purple-glow), 0 0 16px var(--purple-glow); }
  50%       { box-shadow: 0 0 14px var(--purple-glow), 0 0 30px var(--purple-glow), 0 0 50px rgba(123,47,255,0.15); }
}

@keyframes bounce-y {
  0%, 100% { transform: translateY(0);  }
  50%       { transform: translateY(6px); }
}

@keyframes pulse-opacity {
  0%, 100% { opacity: 0.45; }
  50%       { opacity: 1;    }
}

@keyframes shine-sweep {
  from { left: -110%; }
  to   { left:  110%; }
}

@keyframes btn-pulse {
  0%, 100% { box-shadow: 0 0 18px rgba(123, 47, 255, 0.12), 0 0 40px rgba(123, 47, 255, 0.05); }
  50%       { box-shadow: 0 0 28px rgba(123, 47, 255, 0.22), 0 0 65px rgba(123, 47, 255, 0.09); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
  section { padding: 80px 0; }

  .members-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .member-image-wrap { aspect-ratio: 4 / 5; }

  .apply-btn { min-width: 260px; padding: 28px 48px; }

  .conditions-box { padding: 24px 24px; }

  #audition { padding-bottom: 100px; }

  body::after { display: none; } /* hide cursor dot on touch */
}

@media (max-width: 480px) {
  .hero-title { letter-spacing: 0.05em; }
  .concept-keywords { gap: 10px; }
  .kw { padding: 5px 14px; font-size: 0.8rem; }
  .audition-copy { letter-spacing: 0.04em; }
  .apply-btn { min-width: 220px; padding: 24px 36px; }
}

/* Disable custom cursor on touch devices */
@media (hover: none) {
  body { cursor: auto; }
  body::after { display: none; }
  a, button { cursor: pointer; }
}
