:root {
  --bg-primary: #0b0b0e;
  --bg-secondary: #121217;
  --bg-card: #191922;
  --bg-glass: rgba(25, 25, 34, 0.75);
  
  --gold-primary: #e2c062;
  --gold-light: #f7e8b5;
  --gold-dark: #b88a28;
  --gold-gradient: linear-gradient(135deg, #f7e8b5 0%, #e2c062 50%, #b88a28 100%);
  --whatsapp-green: #25d366;
  --whatsapp-gradient: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  --rainbow-gradient: linear-gradient(90deg, #ff4b2b, #ff416c, #8a2be2, #00d2ff, #00f2fe, #4facfe, #00f2fe, #e2c062);
  
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --border-color: rgba(226, 192, 98, 0.22);
  --border-light: rgba(255, 255, 255, 0.08);
  
  --font-heading: 'Cinzel', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --font-accent: 'Space Grotesk', sans-serif;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --radius: 12px;
}

/* Light Mode Luxury Tokens & Comprehensive Overrides */
[data-theme="light"] {
  --bg-primary: #f8f7f2;
  --bg-secondary: #ffffff;
  --bg-card: #ffffff;
  --bg-glass: rgba(255, 255, 255, 0.92);
  
  --gold-primary: #b8860b;
  --gold-light: #d4af37;
  --gold-dark: #8b6508;
  --gold-gradient: linear-gradient(135deg, #f5e4ab 0%, #b8860b 50%, #8b6508 100%);
  
  --text-main: #1c1c24;
  --text-muted: #4e4e60;
  --border-color: rgba(184, 134, 11, 0.35);
  --border-light: rgba(0, 0, 0, 0.12);
}

[data-theme="light"] body {
  background-color: #f8f7f2;
  color: #1c1c24;
}

[data-theme="light"] .navbar {
  background: rgba(248, 247, 242, 0.98);
  border-bottom: 1px solid rgba(184, 134, 11, 0.25);
}

[data-theme="light"] .link-en {
  color: #1c1c24 !important;
}

[data-theme="light"] .link-cn {
  color: #966d09 !important;
}

[data-theme="light"] .nav-link:hover .link-en,
[data-theme="light"] .nav-link.active .link-en {
  color: #b8860b !important;
}

[data-theme="light"] .nav-link:hover .link-cn,
[data-theme="light"] .nav-link.active .link-cn {
  color: #8b6508 !important;
  text-shadow: none;
}

[data-theme="light"] .theme-toggle {
  background: rgba(184, 134, 11, 0.15);
  border-color: rgba(184, 134, 11, 0.4);
  color: #b8860b;
}

[data-theme="light"] .mobile-toggle span {
  background: #1c1c24 !important;
}

[data-theme="light"] .nav-menu {
  background: rgba(248, 247, 242, 0.98) !important;
  border-bottom: 1px solid rgba(184, 134, 11, 0.25) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .hero-section {
  background: linear-gradient(180deg, #f8f7f2 0%, #ebe8dd 100%) !important;
}

[data-theme="light"] .hero-title-bar,
[data-theme="light"] .stat-card,
[data-theme="light"] .passion-highlight-box,
[data-theme="light"] .emcee-service-card,
[data-theme="light"] .music-card,
[data-theme="light"] .press-card,
[data-theme="light"] .testimonial-card,
[data-theme="light"] .contact-box-wrapper,
[data-theme="light"] .contact-info-col,
[data-theme="light"] .booking-form,
[data-theme="light"] .media-bio-box,
[data-theme="light"] .media-platform-card {
  background: #ffffff !important;
  color: #1c1c24 !important;
  border-color: rgba(184, 134, 11, 0.25) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
}

[data-theme="light"] .carousel-dot {
  background: rgba(184, 134, 11, 0.25) !important;
  border-color: rgba(184, 134, 11, 0.4) !important;
}

[data-theme="light"] .carousel-dot.active {
  background: #b8860b !important;
  box-shadow: 0 2px 8px rgba(184, 134, 11, 0.3) !important;
}

[data-theme="light"] .contact-section {
  background: #f4f3ec !important;
}

[data-theme="light"] .contact-intro,
[data-theme="light"] .info-item p,
[data-theme="light"] .info-item strong,
[data-theme="light"] .hero-role-desc,
[data-theme="light"] .stat-desc,
[data-theme="light"] .passion-text,
[data-theme="light"] .emcee-service-card p,
[data-theme="light"] .music-card p,
[data-theme="light"] .press-card p,
[data-theme="light"] .testimonial-card .quote,
[data-theme="light"] .booking-form h3 {
  color: #333344 !important;
}

[data-theme="light"] .form-group label {
  color: #1c1c24 !important;
  font-weight: 700;
}

[data-theme="light"] input,
[data-theme="light"] select,
[data-theme="light"] textarea {
  background: #fdfdfb !important;
  color: #1c1c24 !important;
  border: 1px solid rgba(184, 134, 11, 0.35) !important;
}

[data-theme="light"] input::placeholder,
[data-theme="light"] textarea::placeholder {
  color: #777788 !important;
}

[data-theme="light"] select option {
  background: #ffffff;
  color: #1c1c24;
}

[data-theme="light"] .covers-grid .card-img-wrap {
  background: #f0eee6 !important;
}

[data-theme="light"] .infographic-section,
[data-theme="light"] .emcee-section,
[data-theme="light"] .press-section,
[data-theme="light"] .testimonials-section,
[data-theme="light"] .media-channels-section {
  background: #f4f3ec !important;
}

[data-theme="light"] .footer {
  background: #eae8df !important;
  border-top: 1px solid rgba(184, 134, 11, 0.2);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-main);
  font-family: var(--font-body);
  line-height: 1.65;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Typography & Base */
h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
  letter-spacing: 0.5px;
}

.gold-text {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gold-link {
  color: var(--gold-primary);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}

.gold-link:hover {
  color: var(--gold-light);
  text-decoration: underline;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.75rem;
}

.section {
  padding: 5.5rem 0;
  position: relative;
}

.section-dark {
  background-color: var(--bg-secondary);
}

.section-header {
  margin-bottom: 3.5rem;
}

.section-tag {
  display: inline-block;
  font-family: var(--font-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-primary);
  background: rgba(226, 192, 98, 0.12);
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
  border: 1px solid var(--border-color);
  margin-bottom: 0.75rem;
}

.section-header h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.section-header h2 span {
  display: block;
  font-size: 1.15rem;
  color: var(--gold-light);
  font-family: var(--font-body);
  font-weight: 400;
  margin-top: 0.3rem;
}

.section-header p {
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.text-center {
  text-align: center;
}

/* Grids */
.grid {
  display: grid;
  gap: 2rem;
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.8rem;
  font-family: var(--font-accent);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  transition: var(--transition);
}

.btn-gold {
  background: var(--gold-gradient);
  color: #0b0b0e;
  border: none;
  box-shadow: 0 4px 20px rgba(226, 192, 98, 0.35);
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(226, 192, 98, 0.55);
}

.btn-whatsapp {
  background: var(--whatsapp-gradient);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.55);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.03);
  color: var(--gold-light);
  border: 1px solid var(--gold-primary);
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  background: rgba(226, 192, 98, 0.15);
  color: #fff;
  transform: translateY(-3px);
}

.btn-pdf {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-main);
  border: 1px solid var(--border-light);
}

.btn-pdf:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: var(--gold-primary);
  transform: translateY(-3px);
}

.btn-full {
  width: 100%;
  justify-content: center;
}

/* Navbar with Clean 2-Line Wording (English Line 1, Chinese Line 2) */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(11, 11, 14, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  padding: 0.75rem 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--text-main);
}

.logo-img {
  height: 42px;
  width: auto;
}

.logo-text-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo-text {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 1px;
  white-space: nowrap;
}

.logo-sub {
  color: var(--gold-primary);
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

/* Navigation Menu Links */
.nav-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: var(--transition);
  padding: 0.3rem 0.4rem;
  border-radius: 4px;
  color: var(--text-main);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold-primary);
}

.nav-whatsapp-btn {
  padding: 0.35rem 0.8rem;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid var(--whatsapp-green);
  border-radius: 6px;
  color: #25d366 !important;
  font-weight: 700;
}

.nav-whatsapp-btn:hover {
  background: rgba(37, 211, 102, 0.25);
  box-shadow: 0 0 10px rgba(37, 211, 102, 0.4);
}

.nav-btn {
  padding: 0.35rem 1.1rem;
  border: 1px solid var(--gold-primary);
  border-radius: 6px;
  background: var(--gold-gradient);
  color: #0b0b0e !important;
  font-weight: 800;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: 1rem;
}

/* Language Toggle Display Rules */
.cn-text {
  display: none !important;
}

body.lang-cn .en-text {
  display: none !important;
}

body.lang-cn .cn-text {
  display: revert !important;
}

/* Ensure Song Title Chinese names always display alongside English titles */
.music-title .title-cn {
  display: block !important;
  font-size: 0.92rem;
  color: var(--gold-primary);
  font-weight: 500;
  margin-top: 0.2rem;
}

/* Language Toggle Button (English / Chinese) */
.lang-toggle {
  background: rgba(226, 192, 98, 0.15);
  border: 1px solid var(--border-color);
  color: var(--gold-primary);
  padding: 0.25rem 0.65rem;
  border-radius: 20px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  font-family: var(--font-accent);
  transition: var(--transition);
  white-space: nowrap;
}

.lang-toggle:hover {
  transform: scale(1.08);
  background: var(--gold-gradient);
  color: #0b0b0e;
  box-shadow: 0 0 10px rgba(226, 192, 98, 0.5);
}

[data-theme="light"] .lang-toggle {
  background: rgba(184, 134, 11, 0.15);
  border-color: rgba(184, 134, 11, 0.4);
  color: #b8860b;
}

/* Theme Toggle Button (Light/Dark Switcher) */
.theme-toggle {
  background: rgba(226, 192, 98, 0.15);
  border: 1px solid var(--border-color);
  color: var(--gold-primary);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  transition: var(--transition);
}

.theme-toggle:hover {
  transform: scale(1.15) rotate(15deg);
  background: var(--gold-gradient);
  color: #0b0b0e;
  box-shadow: 0 0 10px rgba(226, 192, 98, 0.5);
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

.mobile-toggle span {
  width: 25px;
  height: 2px;
  background: var(--gold-primary);
  transition: var(--transition);
}

/* Hero Section - Stacked Layout */
.hero-section {
  position: relative;
  padding-top: 6.5rem;
  padding-bottom: 3.5rem;
  background: radial-gradient(circle at 50% 20%, rgba(28, 28, 40, 0.9) 0%, rgba(11, 11, 14, 1) 90%);
}

.hero-container-stacked {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

/* Top Full Stage Showcase Banner - 20% Larger (504px) & Glow Overlay Removed */
.hero-banner-wrap {
  position: relative;
  width: 100%;
  height: 504px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
}

.stage-gif-showcase {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 20%;
  opacity: 1; /* Pure 100% clarity */
}

/* Removed glow overlay per request */
.banner-spotlight-overlay {
  display: none;
}

.banner-badge {
  position: absolute;
  bottom: 1.2rem;
  left: 1.5rem;
  background: rgba(11, 11, 14, 0.85);
  backdrop-filter: blur(10px);
  color: var(--gold-light);
  font-family: var(--font-accent);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.4rem 1.1rem;
  border-radius: 50px;
  border: 1px solid var(--border-color);
}

.rainbow-gradient-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--rainbow-gradient);
  background-size: 200% 100%;
  animation: rainbowGlow 6s linear infinite;
}

@keyframes rainbowGlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* Hero Details Card Below the Banner */
.hero-title-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  background: var(--bg-card);
  padding: 2.5rem;
  border-radius: 16px;
  border: 1px solid var(--border-color);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.badge-sparkle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-accent);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold-light);
  background: rgba(226, 192, 98, 0.12);
  border: 1px solid var(--border-color);
  padding: 0.4rem 1.1rem;
  border-radius: 50px;
  margin: 0 auto;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--gold-primary);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--gold-primary);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(226, 192, 98, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(226, 192, 98, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(226, 192, 98, 0); }
}

.hero-name-heading {
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 900;
}

.hero-role-desc {
  font-size: 1.18rem;
  color: var(--text-muted);
  max-width: 720px;
}

.personality-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.2rem;
}

.tag-pill {
  font-size: 0.82rem;
  font-family: var(--font-accent);
  font-weight: 600;
  color: var(--gold-light);
  background: rgba(226, 192, 98, 0.15);
  border: 1px solid var(--border-color);
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.75rem;
}

/* Social & Media Platform Contact Grid */
.social-media-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.75rem;
}

.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-accent);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.4rem 0.9rem;
  border-radius: 50px;
  text-decoration: none;
  transition: var(--transition);
  border: 1px solid var(--border-color);
  background: rgba(25, 25, 34, 0.75);
  color: var(--text-main);
}

.social-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.social-pill.facebook:hover { border-color: #1877f2; color: #1877f2; background: rgba(24, 119, 242, 0.12); }
.social-pill.instagram:hover { border-color: #e4405f; color: #e4405f; background: rgba(228, 64, 95, 0.12); }
.social-pill.tiktok:hover { border-color: #00f2fe; color: #00f2fe; background: rgba(0, 242, 254, 0.12); }
.social-pill.youtube:hover { border-color: #ff0000; color: #ff0000; background: rgba(255, 0, 0, 0.12); }
.social-pill.wikipedia:hover { border-color: #3665f3; color: #3665f3; background: rgba(54, 101, 243, 0.12); }

/* Light Mode Overrides for Social Pills */
[data-theme="light"] .social-pill {
  background: #ffffff !important;
  color: #1c1c24 !important;
  border: 1px solid rgba(184, 134, 11, 0.35) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

[data-theme="light"] .social-pill.facebook:hover { border-color: #1877f2 !important; color: #1877f2 !important; background: rgba(24, 119, 242, 0.1) !important; }
[data-theme="light"] .social-pill.instagram:hover { border-color: #e4405f !important; color: #e4405f !important; background: rgba(228, 64, 95, 0.1) !important; }
[data-theme="light"] .social-pill.tiktok:hover { border-color: #008090 !important; color: #008090 !important; background: rgba(0, 128, 144, 0.1) !important; }
[data-theme="light"] .social-pill.youtube:hover { border-color: #cc0000 !important; color: #cc0000 !important; background: rgba(204, 0, 0, 0.1) !important; }
[data-theme="light"] .social-pill.wikipedia:hover { border-color: #2045ab !important; color: #2045ab !important; background: rgba(32, 69, 171, 0.1) !important; }

/* Dedicated Media Channels Section */
.media-channels-section {
  background: linear-gradient(180deg, #121217 0%, #0b0b0e 100%);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.media-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-top: 1rem;
}

.media-bio-box {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 2.5rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  text-align: left;
}

.media-avatar-wrap {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.media-round-avatar {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--gold-primary);
  box-shadow: 0 0 20px rgba(226, 192, 98, 0.45);
  animation: goldBlinkPulse 2.5s infinite ease-in-out;
}

@keyframes goldBlinkPulse {
  0% {
    border-color: var(--gold-primary);
    box-shadow: 0 0 12px rgba(226, 192, 98, 0.4);
  }
  50% {
    border-color: var(--gold-light);
    box-shadow: 0 0 28px rgba(245, 219, 142, 0.9), 0 0 45px rgba(226, 192, 98, 0.6);
  }
  100% {
    border-color: var(--gold-primary);
    box-shadow: 0 0 12px rgba(226, 192, 98, 0.4);
  }
}

.media-bio-box h3 {
  font-size: 1.35rem;
  color: var(--text-main);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.media-bio-box h3 span {
  color: var(--gold-primary);
  font-size: 1.05rem;
}

.media-bio-desc {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.media-links-box {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.media-platform-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 1.1rem 1.4rem;
  text-decoration: none;
  color: var(--text-main);
  transition: var(--transition);
}

.media-platform-card:hover {
  transform: translateX(6px);
  border-color: var(--gold-primary);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.media-platform-card.facebook:hover { border-color: #1877f2; }
.media-platform-card.instagram:hover { border-color: #e4405f; }
.media-platform-card.tiktok:hover { border-color: #00f2fe; }
.media-platform-card.youtube:hover { border-color: #ff0000; }
.media-platform-card.whatsapp:hover { border-color: #25d366; }

.media-card-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.media-card-icon {
  font-size: 1.6rem;
}

.media-card-info strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.02rem;
  color: var(--text-main);
  margin-bottom: 0.15rem;
}

.media-card-info span {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.media-card-arrow {
  color: var(--gold-primary);
  font-size: 1.25rem;
  transition: var(--transition);
}

.media-platform-card:hover .media-card-arrow {
  transform: translateX(4px);
  color: var(--gold-light);
}

/* Stat Cards & Infographic Section */
.infographic-section {
  background: linear-gradient(180deg, #0b0b0e 0%, #121217 100%);
}

.stat-grid {
  margin-bottom: 3.5rem;
}

.stat-card {
  background: var(--bg-glass);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(12px);
  padding: 2rem 1.5rem;
  border-radius: var(--radius);
  text-align: center;
  transition: var(--transition);
}

.stat-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-primary);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.stat-icon {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.stat-number {
  font-family: var(--font-accent);
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--gold-primary);
}

.stat-label {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0.3rem 0;
}

.stat-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* Passion Box */
.passion-highlight-box {
  position: relative;
  background: rgba(25, 25, 34, 0.75);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 3rem;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.passion-quote-mark {
  font-family: var(--font-heading);
  font-size: 5rem;
  color: var(--gold-primary);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: -2rem;
}

.passion-highlight-box h3 {
  font-size: 1.5rem;
  color: var(--gold-light);
  margin-bottom: 1rem;
}

.passion-text {
  font-size: 1.15rem;
  font-style: italic;
  color: var(--text-main);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.passion-author {
  font-family: var(--font-accent);
  font-weight: 700;
  color: var(--gold-primary);
  font-size: 0.95rem;
  letter-spacing: 1px;
}

/* Emcee Services */
.emcee-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.emcee-service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

.emcee-service-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-primary);
  box-shadow: 0 12px 35px rgba(226, 192, 98, 0.15);
}

.card-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  transition: transform 0.5s ease;
}

.emcee-service-card:hover .card-media img {
  transform: scale(1.06);
}

.service-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(11, 11, 14, 0.85);
  backdrop-filter: blur(8px);
  color: var(--gold-light);
  border: 1px solid var(--border-color);
  padding: 0.3rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 4px;
}

.emcee-service-card .card-body {
  padding: 1.6rem;
}

.emcee-service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.emcee-service-card p {
  color: var(--text-muted);
  font-size: 0.93rem;
  margin-bottom: 1.1rem;
}

.feature-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.feature-bullets li {
  font-size: 0.88rem;
  color: var(--text-main);
  position: relative;
  padding-left: 1.2rem;
}

.feature-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold-primary);
  font-weight: bold;
}

/* Music Cards */
.music-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.music-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-primary);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.card-img-wrap {
  position: relative;
  height: 250px;
  overflow: hidden;
  cursor: pointer;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  transition: transform 0.5s ease;
}

.music-card:hover .card-img-wrap img {
  transform: scale(1.05);
}

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 14, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: var(--transition);
}

.music-card:hover .play-overlay {
  opacity: 1;
}

.play-icon {
  width: 60px;
  height: 60px;
  background: var(--gold-gradient);
  color: #0b0b0e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  padding-left: 3px;
  box-shadow: 0 0 20px rgba(226, 192, 98, 0.6);
}

.music-card .card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.music-badge {
  font-size: 0.75rem;
  font-family: var(--font-accent);
  color: var(--gold-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.music-card h3.music-title {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0.4rem 0 0.6rem;
  cursor: pointer;
}

.music-title .title-en {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-main);
  transition: var(--transition);
}

.music-title .title-cn {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--gold-primary);
  transition: var(--transition);
}

.music-title:hover .title-en,
.music-title:hover .title-cn {
  color: var(--gold-light);
}

.music-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.card-actions {
  display: flex;
  margin-top: auto;
}

.btn-card-play {
  background: var(--gold-gradient);
  border: none;
  color: #0b0b0e;
  font-family: var(--font-accent);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.65rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(226, 192, 98, 0.25);
}

.btn-card-play:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(226, 192, 98, 0.45);
}

/* Press Cards */
.press-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

.press-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-primary);
}

.press-card .card-img-wrap {
  height: 220px;
}

.press-card .card-body {
  padding: 1.5rem;
}

.press-source {
  font-size: 0.8rem;
  font-family: var(--font-accent);
  color: var(--gold-primary);
  font-weight: 700;
}

.press-card h4 {
  font-size: 1.15rem;
  margin: 0.3rem 0 0.5rem;
}

.press-card p {
  color: var(--text-muted);
  font-size: 0.92rem;
}

/* Gallery Section */
.gallery-filter-bar {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.filter-btn {
  background: rgba(25, 25, 34, 0.8);
  border: 1px solid var(--border-light);
  color: var(--text-muted);
  padding: 0.5rem 1.3rem;
  border-radius: 50px;
  font-family: var(--font-accent);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn:hover, .filter-btn.active {
  background: var(--gold-gradient);
  color: #0b0b0e;
  border-color: var(--gold-primary);
  font-weight: 700;
}

/* Light Theme Override for Gallery Filter Buttons */
[data-theme="light"] .filter-btn {
  background: #ffffff !important;
  color: #333344 !important;
  border: 1px solid rgba(184, 134, 11, 0.35) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

[data-theme="light"] .filter-btn:hover,
[data-theme="light"] .filter-btn.active {
  background: var(--gold-gradient) !important;
  color: #000000 !important;
  border-color: var(--gold-primary) !important;
  font-weight: 700;
}

/* Gallery Carousel Layout */
.gallery-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gallery-slider-container {
  overflow: hidden;
  width: 100%;
  border-radius: var(--radius);
}

.gallery-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  gap: 2rem;
}

/* 2 Rows x 3 Columns Grid Page */
.gallery-grid-page {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 260px);
  gap: 1.25rem;
  box-sizing: border-box;
}

.gallery-item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-light);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  transition: transform 0.5s ease;
}

/* Image Lightbox Modal Backdrop */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(11, 11, 14, 0.92);
  backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.modal-close {
  position: absolute;
  top: -45px;
  right: 0;
  background: transparent;
  border: none;
  color: var(--gold-light);
  font-size: 2.4rem;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.2s ease;
}

.modal-close:hover {
  transform: scale(1.2);
  color: #ffffff;
}

.image-modal-content {
  position: relative;
  width: 90vw;
  max-width: 1000px;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}

.lightbox-image-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80vw;
  max-height: 85vh;
}

.lightbox-image-wrap img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 15px 40px rgba(0,0,0,0.8);
  border: 1px solid var(--border-light);
}

.lightbox-caption {
  margin-top: 0.8rem;
  color: var(--gold-light);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  text-align: center;
  background: rgba(0,0,0,0.75);
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  border: 1px solid var(--border-color);
}

.lightbox-nav-btn {
  background: rgba(184, 134, 11, 0.85);
  border: 2px solid var(--gold-light);
  color: #000000;
  font-weight: bold;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 1.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10002;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.lightbox-prev { left: -20px; }
.lightbox-next { right: -20px; }

.lightbox-nav-btn:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-50%) scale(1.15);
}

@media (max-width: 768px) {
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .gallery-item { flex: 0 0 100%; }
}

/* Face-Focused Positioning Custom Tweaks for Single Releases & Features */
img[src*="kaitlyn-lin-cd-cover02a"] { object-position: center 10% !important; }
img[src*="fate-cover"] { object-position: center 12% !important; }
img[src*="promise-me"] { object-position: center 12% !important; }
img[src*="kaitlyn-lin-dream"] { object-position: center 15% !important; }
img[src*="103697079"] { object-position: center 20% !important; }
img[src*="74281489"] { object-position: center 20% !important; }
img[src*="237069534"] { object-position: center 15% !important; }
img[src*="238944759"] { object-position: center 15% !important; }
img[src*="cover-fang-jia"] { object-position: center 15% !important; }
img[src*="cover-koo"] { object-position: center 15% !important; }
img[src*="cover-home"] { object-position: center 15% !important; }
img[src*="cover-madu"] { object-position: center 15% !important; }
img[src*="cover-lv-se"] { object-position: center 15% !important; }
img[src*="cover-doraemon"] { object-position: center 15% !important; }
img[src*="cover-yeshanghai"] { object-position: center 15% !important; }
img[src*="cover-heal-the-world"] { object-position: center 15% !important; }
img[src*="cover-mask"] { object-position: center 15% !important; }
img[src*="cover-tianmimi"] { object-position: center 15% !important; }
img[src*="cover-yueliang"] { object-position: center 15% !important; }
img[src*="cover-gu-niang"] { object-position: center 15% !important; }
img[src*="cover-tianya"] { object-position: center 15% !important; }
img[src*="cover-thailand-friendship"] { object-position: center 15% !important; }
img[src*="cover-diqiu"] { object-position: center 15% !important; }
img[src*="screen-shot-2020-07-06-at-12-37-54"] { object-position: center top !important; }

/* Uncropped Full-Frame Container for Multilingual Song Cover Artworks */
.covers-grid .card-img-wrap {
  height: 240px;
  background: rgba(12, 12, 16, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-bottom: 1px solid var(--border-light);
}

.covers-grid .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 4px;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 14, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay span {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--gold-light);
  border-bottom: 2px solid var(--gold-primary);
  padding-bottom: 0.2rem;
}

/* Testimonials Carousel */
.testimonials-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonials-slider-container {
  overflow: hidden;
  width: 100%;
  border-radius: var(--radius);
}

.testimonials-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  gap: 1.5rem;
}

.testimonial-card {
  flex: 0 0 calc((100% - 3rem) / 3);
  box-sizing: border-box;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  padding: 2rem;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}

.carousel-nav-btn {
  display: none !important;
}

.carousel-nav-btn:hover {
  background: var(--gold-primary);
  color: #000;
  transform: scale(1.1);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2rem;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.3);
  border: 1px solid var(--border-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  background: var(--gold-primary);
  width: 28px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

@media (max-width: 992px) {
  .testimonial-card {
    flex: 0 0 calc((100% - 1.5rem) / 2);
  }
}

@media (max-width: 640px) {
  .testimonial-card {
    flex: 0 0 100%;
  }
  .carousel-nav-btn {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

/* Light Mode Overrides for Carousels */
[data-theme="light"] .carousel-nav-btn {
  background: rgba(184, 134, 11, 0.15);
  border-color: rgba(184, 134, 11, 0.4);
  color: #b8860b;
}

[data-theme="light"] .carousel-nav-btn:hover {
  background: #b8860b;
  color: #ffffff;
}

[data-theme="light"] .carousel-dot {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(184, 134, 11, 0.3);
}

[data-theme="light"] .carousel-dot.active {
  background: #b8860b;
}

.stars {
  color: var(--gold-primary);
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.quote {
  font-style: italic;
  color: var(--text-main);
  font-size: 0.98rem;
}

.client-info strong {
  display: block;
  color: var(--gold-light);
  font-size: 0.95rem;
}

.client-info span {
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* Contact Section */
.contact-box-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 3rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.contact-intro {
  color: var(--text-muted);
  margin: 1rem 0 1.5rem;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.info-icon {
  font-size: 1.5rem;
  background: rgba(226, 192, 98, 0.12);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.info-item strong {
  display: block;
  font-size: 0.95rem;
}

.info-item p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.booking-form h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(11, 11, 14, 0.8);
  border: 1px solid var(--border-light);
  color: var(--text-main);
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold-primary);
  box-shadow: 0 0 10px rgba(226, 192, 98, 0.25);
}

.form-feedback {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #4ade80;
  font-weight: 600;
  text-align: center;
}

/* Modal (Video & Image Lightboxes) */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  background: #121217;
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: rgba(226, 192, 98, 0.2);
  border: 1px solid var(--gold-primary);
  color: var(--gold-light);
  font-size: 1.6rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}

.modal-close:hover {
  background: var(--gold-gradient);
  color: #0b0b0e;
}

/* Image Lightbox Styling & Mobile Optimization */
.image-modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lightbox-image-wrap {
  position: relative;
  max-width: 100%;
  max-height: 82vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-image-wrap img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.7);
}

.lightbox-caption {
  margin-top: 0.75rem;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  color: var(--gold-light);
  text-align: center;
}

.lightbox-nav-btn {
  display: none !important;
}

@media (max-width: 640px) {
  .modal-backdrop {
    padding: 0.75rem;
  }
  .image-modal-content {
    max-width: 98vw;
    max-height: 94vh;
  }
  .lightbox-image-wrap img {
    max-height: 80vh;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 1.25rem;
  background: rgba(18, 18, 23, 0.95);
  border-top: 1px solid var(--border-light);
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* Footer */
.footer {
  background: #070709;
  border-top: 1px solid var(--border-color);
  padding: 3rem 0;
  width: 100%;
  overflow: hidden;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 0.5rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition);
  white-space: nowrap;
}

.footer-links a:hover {
  color: var(--gold-primary);
}

.footer-copy p {
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .hero-banner-wrap {
    height: 384px;
  }
  
  .hero-name-heading {
    font-size: 2.6rem;
  }
  
  .contact-box-wrapper {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
    gap: 2.5rem;
  }

  .media-section-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .mobile-toggle {
    display: flex;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    background: rgba(11, 11, 14, 0.98);
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    display: none;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu .nav-link {
    font-size: 1.1rem;
    padding: 0.6rem 1rem;
    width: 100%;
    justify-content: center;
    color: var(--text-main);
  }

  [data-theme="light"] .nav-menu {
    background: rgba(255, 255, 255, 0.98) !important;
  }

  [data-theme="light"] .nav-menu .nav-link {
    color: #2b2b36 !important;
  }

  [data-theme="light"] .nav-menu .nav-link:hover,
  [data-theme="light"] .nav-menu .nav-link.active {
    color: #b8860b !important;
  }
}

@media (max-width: 768px) {
  .logo-img {
    height: 34px;
  }

  .logo-text {
    font-size: 0.95rem;
  }

  .logo-sub {
    font-size: 0.72rem;
  }

  .hero-banner-wrap {
    height: 288px;
  }

  .hero-name-heading {
    font-size: 2.2rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-box-wrapper {
    padding: 1.5rem 1rem;
    border-radius: 12px;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea {
    width: 100%;
    font-size: 16px; /* Prevents mobile browser auto-zoom on iOS */
    box-sizing: border-box;
  }

  .media-platform-card {
    padding: 0.9rem 1rem;
  }

  .media-bio-box {
    padding: 1.5rem 1rem;
  }

  .media-round-avatar {
    width: 170px;
    height: 170px;
  }

  /* Responsive Mobile Image Frame Optimization */
  .card-img-wrap,
  .card-media {
    height: 280px;
  }

  .covers-grid .card-img-wrap {
    height: 240px;
  }

  .gallery-item {
    height: 240px;
  }
}

@media (max-width: 992px) {
  .gallery-grid-page {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 210px);
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 1rem;
  }

  .section {
    padding: 3.5rem 0;
  }

  .contact-box-wrapper {
    padding: 1.25rem 0.85rem;
  }

  .booking-form h3 {
    font-size: 1.2rem;
  }

  .contact-info-col h2 {
    font-size: 1.6rem;
  }

  .media-card-info strong {
    font-size: 0.92rem;
  }

  .media-card-info span {
    font-size: 0.78rem;
  }

  .gallery-grid-page {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .gallery-item {
    height: 240px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    gap: 0.75rem 1.2rem;
  }
}

@media (max-width: 480px) {
  .nav-container {
    padding: 0 0.85rem;
  }

  .logo-text {
    font-size: 0.85rem;
  }

  .logo-sub {
    font-size: 0.68rem;
  }

  .logo-img {
    height: 30px;
  }
}

/* Floating WhatsApp & Live Status Widget (Bottom Right) */
.floating-whatsapp-widget {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.floating-whatsapp-btn {
  width: 58px;
  height: 58px;
  background: #25d366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.floating-whatsapp-btn:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.7);
  background: #20ba5a;
  color: #ffffff;
}

/* Floating Booking Availability Status Badge Underneath WhatsApp */
.floating-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gold-light);
  background: rgba(11, 11, 14, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-color);
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  transition: all 0.3s ease;
}

.floating-status-pill .status-text-cn {
  display: none;
}

body.lang-cn .floating-status-pill .status-text-en {
  display: none;
}

body.lang-cn .floating-status-pill .status-text-cn {
  display: inline;
}

.status-pulse-dot {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10b981;
  animation: pulseGreen 1.8s infinite;
}

@keyframes pulseGreen {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* Light Mode Overrides for Floating Status Pill */
[data-theme="light"] .floating-status-pill {
  background: rgba(255, 255, 255, 0.92);
  color: #1c1c24;
  border-color: rgba(184, 134, 11, 0.35);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

@media (max-width: 640px) {
  .floating-whatsapp-widget {
    bottom: 16px;
    right: 16px;
    gap: 6px;
  }
  .floating-whatsapp-btn {
    width: 50px;
    height: 50px;
  }
  .floating-whatsapp-btn svg {
    width: 26px;
    height: 26px;
  }
  .floating-status-pill {
    font-size: 0.68rem;
    padding: 0.28rem 0.7rem;
  }
}
