@import url("https://fontsapi.zeoseven.com/303/main/result.css");

/* ========================================
   Chantel Fans Club — Dark Luxury Theme
   Inspired by chantel-luxe-stage.base44.app
   ======================================== */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

:root {
  --bg: hsl(240, 7%, 5%);
  --bg-card: hsl(240, 5%, 8%);
  --bg-elevated: hsl(240, 4%, 12%);
  --fg: hsl(340, 85%, 78%);
  --fg-muted: hsl(340, 40%, 58%);
  --accent: hsl(340, 100%, 65%);
  --accent-dim: hsla(340, 100%, 65%, .15);
  --silver: hsla(0, 0%, 85%, .12);
  --silver-dim: hsla(0, 0%, 85%, .06);
  --border: hsl(240, 3%, 18%);
  --font-heading: 'Cormorant Garamond', '華康圓體', 'DFYuanTi', 'GenSenRounded2 TC', serif;
  --font-body: 'Inter', '華康圓體', 'DFYuanTi', 'GenSenRounded2 TC', 'Noto Sans TC', sans-serif;
  --transition: .35s cubic-bezier(.4,0,.2,1);
  --nav-height: 64px;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--fg);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: hsl(340, 100%, 75%); }
img { max-width: 100%; height: auto; display: block; }

/* ===== Language Toggle ===== */
.lang-toggle {
  position: fixed;
  top: 14px;
  right: 20px;
  z-index: 1001;
  display: flex;
  gap: 2px;
  background: hsla(240, 5%, 8%, .7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 3px;
}
.lang-toggle button {
  background: transparent;
  border: none;
  color: var(--fg-muted);
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all var(--transition);
  letter-spacing: .5px;
  text-transform: uppercase;
}
.lang-toggle button.active {
  background: var(--accent);
  color: var(--bg);
}
.lang-toggle button:not(.active):hover { color: var(--fg); }

/* ===== Navigation ===== */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px 0 24px;
  background: hsla(240, 7%, 5%, .75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.nav-logo img {
  height: 55px;
  width: auto;
  border-radius: 4px;
}
.nav-logo span {
  font-family: var(--font-heading);
  font-size: 1rem;
  letter-spacing: 1px;
  color: var(--fg);
  font-weight: 400;
}
nav ul {
  display: flex;
  list-style: none;
  gap: 2px;
  align-items: center;
}
nav ul li a {
  display: block;
  padding: 7px 14px;
  font-size: .78rem;
  font-weight: 400;
  color: var(--fg-muted);
  border-radius: 6px;
  transition: all var(--transition);
  letter-spacing: .8px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}
nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: all .3s ease;
  transform: translateX(-50%);
}
nav ul li a:hover::after,
nav ul li a.active::after {
  width: calc(100% - 28px);
}
nav ul li a:hover,
nav ul li a.active {
  color: var(--fg);
}
nav ul li a.shop-link {
  color: var(--accent);
  border: 1px solid var(--accent);
}
nav ul li a.shop-link:hover {
  background: var(--accent);
  color: var(--bg);
}
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--fg);
  font-size: 1.3rem;
  cursor: pointer;
  padding: 6px;
}

/* ===== Hero (Homepage only) ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--silver), transparent);
  z-index: 2;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.hero-bg .slide.active { opacity: 1; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, hsla(340,80%,10%,.15) 0%, hsla(240,7%,5%,.85) 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 24px;
  margin-top: -40px;
}
.hero-left {
  position: absolute;
  left: 40px;
  bottom: 100px;
  text-align: left;
  max-width: 420px;
}
.hero-left h1 {
  font-size: clamp(1.2rem, 3vw, 2rem);
  letter-spacing: 3px;
}
.hero-left .subtitle {
  font-size: clamp(.75rem, 1.5vw, 1rem);
  letter-spacing: 1.5px;
}
.hero-left .tagline {
  font-size: .65rem;
  margin-top: 6px;
  letter-spacing: 1px;
}
.hero-content h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 7vw, 5rem);
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--fg);
  text-shadow: 0 0 60px hsla(0,0%,0%,.5);
}
.hero-content .subtitle {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-weight: 300;
  font-style: italic;
  color: var(--accent);
  letter-spacing: 3px;
  text-shadow: 0 0 40px hsla(0,0%,0%,.5);
}
.hero-content .tagline {
  font-size: .82rem;
  color: var(--fg-muted);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 16px;
  text-shadow: 0 0 30px hsla(0,0%,0%,.5);
}
.scroll-indicator {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: var(--fg-muted);
  font-size: .65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: float 2.5s ease-in-out infinite;
  text-shadow: 0 0 20px hsla(0,0%,0%,.5);
}
.scroll-indicator i { font-size: .9rem; }
@keyframes float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ===== Page Hero (inner pages) ===== */
.page-hero {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-top: var(--nav-height);
  padding-bottom: 60px;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--silver), transparent);
  z-index: 2;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, hsla(340,80%,10%,.2), hsla(240,7%,5%,.9));
  z-index: 1;
}
.page-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 24px;
  text-align: left;
  width: 100%;
}
.page-hero-content h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--fg);
  line-height: 1.2;
  text-shadow: 0 2px 30px hsla(0,0%,0%,.15);
}
.page-hero-content .hero-divider {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), var(--silver));
  margin: 16px 0;
}
.page-hero-content .sub {
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: clamp(.7rem, 1.4vw, .85rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 3px;
  margin-top: 0;
  opacity: .9;
}

/* ===== Section Common ===== */
section.content {
  padding: 80px 24px;
}
.section-container {
  max-width: 1200px;
  margin: 0 auto;
}
.section-header {
  text-align: center;
  margin-bottom: 48px;
}
.section-header::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin: 20px auto 0;
  background: linear-gradient(90deg, transparent, var(--silver), transparent);
}
.section-header h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--fg);
}
.section-header .divider {
  width: 50px;
  height: 1px;
  background: var(--accent);
  margin: 14px auto;
}
.section-header p {
  color: var(--fg-muted);
  font-size: .9rem;
  max-width: 480px;
  margin: 0 auto;
}

/* ===== About Page ===== */

/* --- Intro: split editorial layout --- */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}
.about-intro-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.about-intro-image::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--accent), hsla(340,60%,50%,.2), transparent 60%);
  z-index: -1;
}
.about-intro-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, transparent 50%, hsla(340,80%,8%,.5));
  pointer-events: none;
}
.about-intro-image img {
  width: 100%;
  display: block;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 20px;
  transition: transform .8s ease;
}
.about-intro-image:hover img {
  transform: scale(1.05);
}
.about-intro-text {
  padding-right: 20px;
}
.about-intro-label {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--accent);
  margin-bottom: 8px;
}
.about-intro-name {
  font-family: var(--font-heading);
  font-size: 3.6rem;
  font-weight: 200;
  letter-spacing: 6px;
  color: var(--fg);
  line-height: 1.1;
  margin-bottom: 4px;
}
.about-intro-enname {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-style: italic;
  color: var(--fg-muted);
  letter-spacing: 3px;
  font-weight: 300;
}
.about-intro-divider {
  width: 60px;
  height: 2px;
  background: var(--accent);
  margin: 24px 0;
}
.about-intro-bio {
  color: var(--fg-muted);
  font-size: .92rem;
  line-height: 1.9;
  max-width: 480px;
}

/* --- Details: image + info alternating --- */
.about-details {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 40px;
  padding: 32px;
  background: hsla(240,5%,8%,.4);
  border: 1px solid hsla(340,100%,65%,.08);
  border-radius: 20px;
}
.about-details-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.about-details-image::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background: linear-gradient(225deg, var(--accent), hsla(340,60%,50%,.2), transparent 50%);
  z-index: -1;
}
.about-details-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, transparent 40%, hsla(340,80%,8%,.4));
  pointer-events: none;
}
.about-details-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center 15%;
  border-radius: 16px;
  transform: scale(1.04);
  transition: transform .8s ease;
}
.about-details-image:hover img {
  transform: scale(1.09);
}
.about-details-info {
  padding: 10px 0;
}
.about-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.about-news {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.about-news h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

/* --- Info Grid (shared) --- */
.about-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
  margin: 0;
}
.about-info-grid li {
  list-style: none;
  padding: 10px 14px;
  background: hsla(340,60%,50%,.04);
  border: 1px solid hsla(340,100%,65%,.08);
  border-radius: 10px;
  transition: all var(--transition);
}
.about-info-grid li:hover {
  background: hsla(340,60%,50%,.08);
  border-color: hsla(340,100%,65%,.2);
}
.about-info-grid .label {
  font-size: .65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent);
  margin-bottom: 2px;
}
.about-info-grid .value {
  font-size: .86rem;
  color: var(--fg);
  font-weight: 400;
}

/* ===== Music Journey ===== */
.music-journey {
  margin-top: 48px;
  padding: 32px;
  background: hsla(340,60%,50%,.03);
  border: 1px solid hsla(340,100%,65%,.1);
  border-radius: 16px;
  position: relative;
}
.music-journey::before {
  content: '♪';
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 3rem;
  color: var(--accent-dim);
  opacity: .3;
  line-height: 1;
}
.music-journey h3 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 3px;
  color: var(--accent);
  margin-bottom: 20px;
}
.music-journey p {
  color: var(--fg-muted);
  font-size: .88rem;
  line-height: 1.9;
  margin-bottom: 14px;
  text-align: justify;
}

/* ===== Awards ===== */
.awards-wrap {
  margin-top: 48px;
  padding: 32px;
  background: hsla(240,5%,8%,.5);
  border: 1px solid var(--border);
  border-radius: 16px;
}
.awards-wrap h3 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 3px;
  color: var(--accent);
  margin-bottom: 24px;
}
.awards-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .8rem;
}
.awards-table th {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 12px 14px;
  text-align: left;
  font-weight: 500;
  color: var(--fg);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .72rem;
}
.awards-table td {
  border: 1px solid var(--border);
  padding: 10px 14px;
  color: var(--fg-muted);
  transition: all var(--transition);
}
.awards-table tr:hover td {
  background: hsla(340,100%,65%,.06);
  color: var(--fg);
}
.result-won { color: var(--accent); font-weight: 500; }

/* ===== Music Page ===== */
.latest-release {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 64px;
  padding: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
}
.latest-release .info .label {
  color: var(--accent);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.latest-release .info h3 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 2px;
}
.latest-release .info p {
  color: var(--fg-muted);
  font-size: .88rem;
  margin: 10px 0 20px;
}
.video-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.video-filters button {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--fg-muted);
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 400;
  padding: 8px 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: all var(--transition);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.video-filters button:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.video-filters button.active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--bg);
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}
.video-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-card);
  cursor: pointer;
  transition: all var(--transition);
}
.video-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px hsla(0,0%,0%,.4), 0 0 30px var(--accent-dim);
}
.video-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(.25,.46,.45,.94), filter .4s ease;
}
.video-card:hover img {
  transform: scale(1.06);
}
.video-card .vplay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background: hsla(340, 100%, 65%, .88);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #fff;
  transition: all var(--transition);
  pointer-events: none;
  box-shadow: 0 4px 20px hsla(340,100%,65%,.25);
}
.video-card:hover .vplay {
  background: var(--accent);
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 6px 30px hsla(340,100%,65%,.4);
}
.video-card .vplay i {
  margin-left: 3px;
  transition: transform .35s ease;
}
.video-card:hover .vplay i {
  transform: scale(1.1);
}
.video-card .vlabel {
  padding: 10px 14px;
  font-size: .78rem;
  color: var(--fg-muted);
  font-weight: 400;
  position: relative;
  background: hsla(240,7%,5%,.5);
}
.video-card .vlabel .year {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: .65rem;
  color: hsla(0,0%,85%,.7);
  font-weight: 500;
  letter-spacing: .5px;
}

/* Video Lightbox */
.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: hsla(240,7%,5%,.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.video-lightbox.open { display: flex; }
.video-lightbox .close {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 2rem;
  color: var(--fg);
  cursor: pointer;
  background: none;
  border: none;
  transition: color .3s;
  z-index: 10;
  line-height: 1;
}
.video-lightbox .close:hover { color: var(--accent); }
.video-lightbox .vl-container {
  width: 100%;
  max-width: 960px;
  border-radius: 12px;
  overflow: hidden;
}
.video-lightbox .vl-container iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

/* ===== Gallery Page ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 640px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }

.gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 3/4;
  transition: opacity .4s ease, box-shadow .4s ease;
}
.gallery-item.hidden {
  display: none;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.25,.46,.45,.94), filter .4s ease;
}
.gallery-item:hover img {
  transform: scale(1.08);
}
.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, hsla(340,80%,10%,.05) 0%, hsla(240,7%,5%,.7) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
.gallery-item .overlay i {
  font-size: 1.5rem;
  color: var(--fg);
  opacity: .7;
  transition: transform .3s ease;
}
.gallery-item:hover .overlay { opacity: 1; }
.gallery-item:hover .overlay i { transform: scale(1.15); }
.gallery-item .item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 14px 14px;
  background: linear-gradient(0deg, hsla(240,7%,5%,.9) 0%, transparent 100%);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}
.gallery-item:hover .item-info {
  opacity: 1;
  transform: translateY(0);
}
.gallery-item .item-info .cat {
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
  display: block;
  margin-bottom: 1px;
  font-weight: 500;
}
.gallery-item .item-info .year {
  font-family: var(--font-heading);
  font-size: .75rem;
  letter-spacing: 2px;
  color: hsla(0,0%,85%,.7);
}

/* Play overlay for video gallery items */
.gallery-item .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.85);
  width: 48px;
  height: 48px;
  background: hsla(340,100%,65%,.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg);
  font-size: 1rem;
  opacity: 0;
  transition: all .35s ease;
  pointer-events: none;
  z-index: 3;
  box-shadow: 0 4px 20px hsla(340,100%,65%,.3);
}
.gallery-item:hover .play-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.gallery-item .play-overlay i {
  margin-left: 3px;
  font-size: .9rem;
}

/* Gallery Filters */
.gallery-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.gallery-filters button {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--fg-muted);
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 400;
  padding: 8px 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: all var(--transition);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.gallery-filters button:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.gallery-filters button.active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--bg);
}

/* Year Filter Dropdown */
.year-filters {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.year-filters select {
  appearance: none;
  -webkit-appearance: none;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--fg);
  font-family: var(--font-body);
  font-size: .75rem;
  letter-spacing: 1px;
  padding: 6px 34px 6px 12px;
  cursor: pointer;
  transition: border-color var(--transition);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23c47f9a' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  min-width: 140px;
  text-align: left;
}
.year-filters select:hover {
  border-color: var(--accent);
}
.year-filters select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px var(--accent-dim);
}
.year-filters select option {
  background: var(--bg-elevated);
  color: var(--fg);
}


/* ===== Join Page ===== */
.join-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.join-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px;
}
.join-card h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.fee-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .88rem;
}
.fee-table th, .fee-table td {
  border: 1px solid var(--border);
  padding: 12px 14px;
  text-align: center;
}
.fee-table th {
  background: var(--accent-dim);
  color: var(--accent);
  font-weight: 500;
}
.fee-table td { color: var(--fg-muted); }
.fee-table .note {
  font-size: .76rem;
  color: var(--fg-muted);
  text-align: left;
  padding: 10px 14px;
}
.benefits-list {
  list-style: none;
  margin: 14px 0;
}
.benefits-list li {
  padding: 7px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--fg-muted);
  font-size: .88rem;
  border-bottom: 1px solid hsla(240,3%,18%,.4);
}
.benefits-list li i {
  color: var(--accent);
  font-size: .65rem;
  margin-top: 5px;
}
.sub-heading {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 400;
  margin: 18px 0 6px;
  color: var(--accent);
}

/* ===== News Page ===== */
.news-timeline {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  padding-left: 36px;
}
.news-timeline::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--border);
}
.news-item {
  position: relative;
  padding: 18px 0 18px 28px;
  transition: all var(--transition);
}
.news-item.highlight {
  padding: 20px 0 20px 28px;
}
.news-item.highlight h4 {
  color: var(--accent);
  font-weight: 500;
}
.news-item.highlight::before {
  width: 14px;
  height: 14px;
  top: 24px;
  left: -26px;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent-dim);
  border-width: 3px;
}
.news-item::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 26px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid var(--bg);
  box-shadow: 0 0 0 2px var(--accent);
}
.news-item .date {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: hsla(0,0%,85%,.7);
  margin-bottom: 2px;
}
.news-item h4 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 400;
}
.news-item p {
  color: var(--fg-muted);
  font-size: .85rem;
  margin-top: 2px;
}

/* ===== Contact Page ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.contact-info h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 16px;
}
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.contact-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--fg-muted);
  font-size: .82rem;
  transition: all var(--transition);
}
.contact-links a:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}
.contact-links a i { font-size: 1.05rem; }
.contact-links.vertical { flex-direction: column; }

/* ===== Footer ===== */
footer {
  border-top: 1px solid var(--border);
  padding: 36px 24px;
  text-align: center;
}
footer .social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}
footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--fg-muted);
  transition: all var(--transition);
}
footer .social-links a:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-3px);
}
footer p {
  color: var(--fg-muted);
  font-size: .75rem;
  letter-spacing: .5px;
}

/* ===== Buttons ===== */
.btn-outline {
  display: inline-block;
  padding: 10px 26px;
  border: 1px solid var(--accent);
  border-radius: 8px;
  color: var(--accent);
  font-size: .78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all var(--transition);
  cursor: pointer;
  background: transparent;
}
.btn-outline:hover {
  background: var(--accent);
  color: var(--bg);
  transform: translateY(-2px);
}
.btn-primary {
  display: inline-block;
  padding: 11px 30px;
  background: var(--accent);
  color: var(--bg);
  border: none;
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all var(--transition);
  cursor: pointer;
}
.btn-primary:hover {
  background: hsl(340, 100%, 72%);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px hsla(340,100%,65%,.3);
}
.btn-secondary {
  display: inline-block;
  padding: 11px 24px;
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all var(--transition);
  cursor: pointer;
}
.btn-secondary:hover {
  background: var(--accent-dim);
  transform: translateY(-2px);
}

/* ===== Back to Top ===== */
#backTop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--bg-card);
  color: var(--fg-muted);
  font-size: .9rem;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  backdrop-filter: blur(12px);
}
#backTop:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-3px);
}

/* ===== Lightbox ===== */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: hsla(240,7%,5%,.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 8px;
  object-fit: contain;
}
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 2rem;
  color: var(--fg);
  cursor: pointer;
  background: none;
  border: none;
  transition: color .3s;
  z-index: 10;
  line-height: 1;
}
.lightbox .close:hover { color: var(--accent); }
.lightbox .lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: hsla(240,5%,8%,.6);
  border: 1px solid var(--border);
  color: var(--fg);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  z-index: 10;
}
.lightbox .lb-nav:hover {
  background: var(--accent);
  color: var(--bg);
  border-color: var(--accent);
}
.lightbox .lb-prev { left: 20px; }
.lightbox .lb-next { right: 20px; }
.lightbox .lb-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-heading);
  font-size: .8rem;
  letter-spacing: 3px;
  color: var(--fg-muted);
  z-index: 10;
}

/* ===== Language Visibility ===== */
.lang-zh, .lang-en { transition: opacity .3s ease; }
body.show-en .lang-zh { display: none; }
body.show-en .lang-en { display: block; }
body:not(.show-en) .lang-en { display: none; }
body:not(.show-en) .lang-zh { display: block; }
.lang-en, .lang-zh { width: 100%; }

/* ===== Instagram Embed Dark Fix ===== */
blockquote.instagram-media { background: var(--bg-elevated) !important; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  nav { padding: 0 90px 0 16px; }
  nav ul li a { padding: 6px 10px; font-size: .72rem; letter-spacing: .5px; }
  .about-grid { gap: 32px; }
  .latest-release { padding: 28px; }
  .page-hero-bg { background-size: cover; background-position: center; }
  .page-hero-content h1 { font-size: 1.8rem; line-height: 1.05; letter-spacing: 3px; }
  .page-hero-content .sub { font-size: .85rem; }
}

@media (max-width: 768px) {
  .gallery-filters, .video-filters { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; gap: 4px; }
  .gallery-filters button, .video-filters button { font-size: .65rem; padding: 6px 10px; letter-spacing: .5px; white-space: nowrap; flex-shrink: 0; }
  .video-grid { grid-template-columns: 1fr; }
  .home-release { grid-template-columns: 1fr; text-align: center; padding: 24px; }
  .home-gallery { grid-template-columns: 1fr; }
  .mobile-toggle { display: block; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); z-index: 2; }
  nav { justify-content: center; padding: 0 80px; }
  nav ul {
    display: none;
    position: fixed;
    top: var(--nav-height);
    left: 0; right: 0;
    flex-direction: column;
    background: hsla(240,7%,5%,.97);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 12px 16px;
    gap: 2px;
  }
  nav ul.open { display: flex; }
  nav ul li a { padding: 10px 16px; font-size: .78rem; }
  .nav-logo img { height: 48px; }
  .nav-logo span { display: none; }

  .lang-toggle { top: 10px; right: 10px; }
  .lang-toggle button { padding: 4px 10px; font-size: .65rem; }

  .about-intro,
  .about-details,
  .join-grid,
  .contact-grid,
  .latest-release {
    grid-template-columns: 1fr;
  }
  .about-intro { gap: 32px; }
  .about-details { gap: 24px; padding: 20px; }
  .about-intro-text { padding-right: 0; }
  .about-intro-name { font-size: 2.4rem; }
  .about-info-grid { grid-template-columns: 1fr; }
  .music-journey { padding: 24px; }
  .awards-wrap { padding: 20px; }

  section.content { padding: 48px 16px; }
  .join-card,
  .latest-release { padding: 24px; }
  .page-hero { min-height: 100svh; padding-bottom: 40px; }
  .page-hero-content { padding: 0 20px; }
  .page-hero-content h1 { font-size: 1.3rem; letter-spacing: 2px; line-height: 1.0; font-weight: 200; }
  .page-hero-content .sub { font-size: .75rem; }
  .hero-left {
    left: 20px;
    bottom: 80px;
    max-width: 280px;
  }
  .hero-content { margin-top: -20px; }
  .hero { min-height: 50svh; }
  .hero-bg .slide { background-size: contain; background-position: center center; background-repeat: no-repeat; background-color: #000; }
  .video-lightbox { padding: 16px; }
  .video-lightbox .close { top: 12px; right: 16px; font-size: 1.5rem; }
  .video-card .vplay { width: 44px; height: 44px; font-size: .9rem; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .awards-table { font-size: .72rem; }
  .awards-table th,
  .awards-table td { padding: 6px 8px; }
  .contact-links a { width: 100%; }
  .section-header { margin-bottom: 36px; }
  .hero { min-height: 40svh; }
  .hero-bg .slide { background-size: contain; background-position: center center; background-repeat: no-repeat; background-color: #000; }
}

/* ===== Homepage Latest Release ===== */
.home-release {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  text-align: center;
}
.release-label {
  color: hsla(0,0%,85%,.7);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 4px;
}
.release-info h3 {
  font-family: 'GenSenRounded2 TC', 'Inter', 'Noto Sans TC', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 4px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--fg) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.release-desc {
  color: var(--fg-muted);
  font-size: .88rem;
  margin: 8px 0 24px;
}
.release-video {
  margin-bottom: 24px;
}
.release-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 12px;
}
.release-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  background: var(--bg-card);
  border: 1px dashed var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--fg-muted);
  font-size: .85rem;
}
.release-placeholder i {
  font-size: 2.5rem;
  color: var(--accent);
}
.release-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* ===== Homepage Visual Archive ===== */
.home-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}
.gallery-card {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  cursor: pointer;
  transition: all var(--transition);
}
.gallery-card:hover { transform: translateY(-6px); }
.gallery-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, hsla(240,7%,5%,.85));
  transition: opacity var(--transition);
}
.gallery-card:hover .gallery-card-overlay {
  background: linear-gradient(180deg, hsla(340,100%,65%,.15) 0%, hsla(240,7%,5%,.9) 100%);
}
.gallery-card span {
  position: relative;
  z-index: 1;
  color: var(--fg);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
}

/* ===== News Tabs ===== */
.news-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.news-tab {
  padding: 12px 32px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: var(--fg-muted);
  font-family: var(--font-heading);
  font-size: 1rem;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all var(--transition);
}
.news-tab:hover {
  color: var(--fg);
}
.news-tab.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

/* ===== Scroll Reveal Animations ===== */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.25,.46,.45,.94);
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.25,.46,.45,.94);
}
.reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.25,.46,.45,.94);
}
.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}
.reveal-scale {
  opacity: 0;
  transform: scale(.92);
  transition: opacity .6s ease, transform .6s cubic-bezier(.25,.46,.45,.94);
}
.reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

/* Staggered delays */
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }
.delay-5 { transition-delay: .5s; }
.delay-6 { transition-delay: .6s; }

/* Staggered grid cascade (Essential Grid style) */
.stagger-grid > * {
  opacity: 0;
  transform: scale(.93) translateY(20px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.25,.46,.45,.94);
  transition-delay: calc(var(--s-idx, 99) * 0.07s);
}
.stagger-grid.revealed > * {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Hero entrance */
.hero-entrance > * {
  opacity: 0;
  transform: translateY(24px);
  animation: heroFadeIn .8s ease forwards;
}
.hero-entrance > *:nth-child(1) { animation-delay: .15s; }
.hero-entrance > *:nth-child(2) { animation-delay: .35s; }
.hero-entrance > *:nth-child(3) { animation-delay: .55s; }
@keyframes heroFadeIn {
  to { opacity: 1; transform: translateY(0); }
}

/* Hover glow effect */
.hover-glow {
  transition: box-shadow var(--transition), transform var(--transition);
}
.hover-glow:hover {
  box-shadow: 0 0 28px var(--accent-dim);
  transform: translateY(-2px);
}

/* Image hover zoom */
.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  transition: transform .6s cubic-bezier(.25,.46,.45,.94);
}
.img-zoom:hover img {
  transform: scale(1.08);
}

/* Gradient shimmer for dividers (static) */
.hero-divider.shimmer {
  background: linear-gradient(90deg, var(--accent), var(--silver));
}

/* Fade-in on page load */
.fade-in {
  animation: pageFadeIn .6s ease;
}
@keyframes pageFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Print */
@media print {
  nav, .lang-toggle, #backTop, .scroll-indicator, .hero-social { display: none !important; }
  body { background: #fff; color: #000; }
}
