:root {
  --bg-dark: #120a1c;
  --bg-surface: #1a0f29;
  --bg-card: rgba(28, 16, 44, 0.78);
  --bg-card-hover: rgba(42, 24, 66, 0.92);
  --navbar-bg: rgba(18, 10, 28, 0.90);
  --section-alt-bg: #120a1c;
  
  --primary-gold: #e2a84e;
  --primary-gold-bright: #f0c370;
  --primary-gold-glow: rgba(226, 168, 78, 0.35);
  
  --accent-purple: #b366e6;
  --accent-purple-glow: rgba(179, 102, 230, 0.4);
  
  --accent-cyan: #38bdf8;
  --accent-cyan-glow: rgba(56, 189, 248, 0.3);
  
  --text-main: #f8f5fc;
  --text-muted: #b8a9cf;
  --border-light: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.14);
  --input-bg: rgba(22, 12, 35, 0.85);
  
  --font-editorial: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Light Mode Overrides -> Soft Light Pink Theme */
[data-theme="light"] {
  --bg-dark: #fff0f5;
  --bg-surface: #ffffff;
  --bg-card: #ffffff;
  --bg-card-hover: #ffe4e9;
  --navbar-bg: rgba(255, 240, 245, 0.95);
  --section-alt-bg: #fff0f5;
  --text-main: #2d121c;
  --text-muted: #704455;
  --border-light: rgba(180, 80, 110, 0.15);
  --glass-border: rgba(180, 80, 110, 0.2);
  --input-bg: #ffffff;
  color-scheme: light;
}

body[data-theme="light"] {
  background-color: var(--bg-dark);
  color: var(--text-main);
}

[data-theme="light"] .hero-subtitle,
[data-theme="light"] .story-content p,
[data-theme="light"] .act-card p,
[data-theme="light"] .act-features li,
[data-theme="light"] .section-header p,
[data-theme="light"] .tiktok-content p,
[data-theme="light"] .social-info p,
[data-theme="light"] p,
[data-theme="light"] h1,
[data-theme="light"] h2,
[data-theme="light"] h3,
[data-theme="light"] h4,
[data-theme="light"] li {
  color: #2d121c !important;
}

[data-theme="light"] .gradient-text {
  background: linear-gradient(135deg, #1e0915 20%, #9a1e50 60%, #b45309 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

[data-theme="light"] .gradient-gold {
  background: linear-gradient(135deg, #9a1e50 0%, #b45309 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

[data-theme="light"] .hero-quote {
  color: #5c1d38 !important;
  border-left-color: #be185d !important;
}

[data-theme="light"] footer {
  background: #050508 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

[data-theme="light"] footer,
[data-theme="light"] footer p,
[data-theme="light"] footer strong {
  color: #f5f5f7 !important;
}

[data-theme="light"] .navbar {
  background: var(--navbar-bg);
  border-bottom: 1px solid var(--border-light);
  box-shadow: 0 4px 20px rgba(180, 80, 110, 0.08);
}

@media (min-width: 1025px) {
  [data-theme="light"] .nav-links {
    background: transparent;
  }
}

[data-theme="light"] .nav-links a {
  color: var(--text-main);
}

[data-theme="light"] .nav-links a:hover {
  color: #b45309;
}

[data-theme="light"] .btn-glass {
  background: #ffffff;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .btn-glass:hover {
  background: #f1f5f9;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.3);
}

[data-theme="light"] .highlight-box,
[data-theme="light"] .schedule-item,
[data-theme="light"] .act-card,
[data-theme="light"] .social-card,
[data-theme="light"] .booking-form-card,
[data-theme="light"] .repertoire-card,
[data-theme="light"] .scheme-corner-card {
  background: #ffffff;
  border: 1px solid rgba(225, 120, 150, 0.2);
  box-shadow: 0 4px 20px rgba(180, 80, 110, 0.06);
}

[data-theme="light"] .highlight-box:hover,
[data-theme="light"] .act-card:hover,
[data-theme="light"] .social-card:hover,
[data-theme="light"] .repertoire-card:hover,
[data-theme="light"] .scheme-corner-card:hover {
  background: #ffe4e9 !important;
  border-color: #f472b6 !important;
  box-shadow: 0 8px 30px rgba(244, 114, 182, 0.25) !important;
}

[data-theme="light"] .corner-highlight {
  border-color: #ec4899;
}

[data-theme="light"] .scheme-corner-card:hover .corner-highlight {
  border-color: #db2777;
}

[data-theme="light"] .schedule-item span {
  color: #0284c7;
}

[data-theme="light"] .schedule-item strong {
  color: #000000;
}

[data-theme="light"] .tiktok-banner {
  background: linear-gradient(135deg, #f0f4fe 0%, #f5eeff 100%);
  border: 1px solid rgba(99, 102, 241, 0.25);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .booking-form-card:hover {
  background: #ffe4e9 !important;
  border-color: #f472b6 !important;
  box-shadow: 0 8px 30px rgba(244, 114, 182, 0.25) !important;
}

[data-theme="light"] .form-control {
  background: #ffffff;
  color: #2d121c;
  border: 1px solid rgba(244, 114, 182, 0.4);
  transition: var(--transition-fast);
}

[data-theme="light"] .form-control:focus,
[data-theme="light"] .form-control:hover {
  background: #fff0f5 !important;
  border-color: #ec4899 !important;
  box-shadow: 0 0 15px rgba(236, 72, 153, 0.3) !important;
}

[data-theme="light"] .form-control::placeholder {
  color: #9d4c6c;
}

[data-theme="light"] .badge {
  background: rgba(209, 130, 33, 0.15);
  color: #b45309;
  border: 1px solid rgba(209, 130, 33, 0.35);
}

[data-theme="light"] .badge-purple {
  background: rgba(147, 51, 234, 0.15);
  color: #6b21a8;
  border: 1px solid rgba(147, 51, 234, 0.3);
}

[data-theme="light"] .badge-cyan {
  background: rgba(14, 165, 233, 0.15);
  color: #0369a1;
  border: 1px solid rgba(14, 165, 233, 0.3);
}

/* CSS Reset & Core Typography */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: var(--font-editorial);
  background-color: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-dark);
}
::-webkit-scrollbar-thumb {
  background: #2a2a35;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-gold);
}

/* Image Copy & Drag Protection */
img {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: auto;
}

/* Scheme Engine Corner Crosshairs Highlight System */
.scheme-corner-card {
  position: relative;
  transition: var(--transition);
}

.scheme-corner-card:hover {
  background-color: var(--bg-card-hover) !important;
  border-color: var(--primary-gold-bright) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6), 0 0 25px rgba(226, 168, 78, 0.25) !important;
  transform: translateY(-6px);
}

.corner-highlight {
  display: none !important;
}

.corner-highlight.top-left {
  top: 1rem;
  left: 1rem;
  border-right: none;
  border-bottom: none;
}

.corner-highlight.top-right {
  top: 1rem;
  right: 1rem;
  border-left: none;
  border-bottom: none;
}

.corner-highlight.bottom-left {
  bottom: 1rem;
  left: 1rem;
  border-right: none;
  border-top: none;
}

.corner-highlight.bottom-right {
  bottom: 1rem;
  right: 1rem;
  border-left: none;
  border-top: none;
}

.scheme-corner-card:hover .corner-highlight {
  border-color: #ffffff;
  transform: scale(1.15);
}

/* Background Ambient Glows (Scheme Engine Cinema Mood) */
body::before, body::after {
  content: '';
  position: fixed;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(160px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
}

body::before {
  top: -150px;
  left: -150px;
  background: radial-gradient(circle, var(--accent-purple), transparent);
}

body::after {
  bottom: 50px;
  right: -150px;
  background: radial-gradient(circle, var(--primary-gold), transparent);
}

/* Container */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Editorial Typography Rules */
h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.editorial-tag {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary-gold);
  margin-bottom: 0.8rem;
  display: block;
}

.gradient-text {
  background: linear-gradient(135deg, #ffffff 20%, var(--primary-gold-bright) 70%, #f39c12 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-gold {
  background: linear-gradient(135deg, #ffe066 0%, var(--primary-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Scheme Engine Style Pill Badges */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(209, 130, 33, 0.12);
  border: 1px solid rgba(209, 130, 33, 0.3);
  color: var(--primary-gold-bright);
  backdrop-filter: blur(10px);
}

.badge-purple {
  background: rgba(155, 89, 182, 0.12);
  border-color: rgba(155, 89, 182, 0.3);
  color: #d79ef3;
}

.badge-cyan {
  background: rgba(0, 242, 254, 0.12);
  border-color: rgba(0, 242, 254, 0.3);
  color: var(--accent-cyan);
}

/* Button Component System */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-gold), #b86e17);
  color: #050507;
  box-shadow: 0 4px 25px var(--primary-gold-glow);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(209, 130, 33, 0.6);
  background: linear-gradient(135deg, var(--primary-gold-bright), var(--primary-gold));
}

.btn-glass {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-main);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.btn-tiktok {
  background: linear-gradient(135deg, #00f2fe, #4facfe);
  color: #000000;
  font-weight: 700;
  box-shadow: 0 4px 20px var(--accent-cyan-glow);
}

.btn-tiktok:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 242, 254, 0.5);
}

/* Header & Navigation */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.1rem 0;
  background: var(--navbar-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-light);
  transition: var(--transition);
}

.navbar.scrolled {
  padding: 0.75rem 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
}

.logo {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-shrink: 0;
}

.logo span {
  color: var(--primary-gold);
  font-size: 0.8em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  list-style: none;
}

.nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  transition: var(--transition-fast);
  position: relative;
  padding-bottom: 4px;
  white-space: nowrap;
}

.nav-links a:not(.btn)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-gold);
  transition: var(--transition-fast);
}

.nav-links a:not(.btn):hover {
  color: var(--text-main);
}

.nav-links a:not(.btn):hover::after {
  width: 100%;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.lang-toggle, .theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: rgba(209, 130, 33, 0.1);
  border: 1px solid rgba(209, 130, 33, 0.3);
  color: var(--primary-gold);
  padding: 0.45rem 0.9rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-fast);
  outline: none;
}

.theme-toggle {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
}

.lang-toggle:hover, .theme-toggle:hover {
  background: var(--primary-gold);
  color: #0a0a0d;
  box-shadow: 0 4px 15px var(--primary-gold-glow);
  transform: translateY(-1px);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-main);
  font-size: 1.4rem;
  cursor: pointer;
}

/* Sections Global Styling */
.section {
  padding: 7rem 0;
  position: relative;
}

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

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4rem auto;
}

.section-header h2 {
  font-size: 2.5rem;
  margin: 0.8rem 0 1rem 0;
}

.section-header p {
  color: var(--text-muted);
  font-size: 1.1rem;
  font-weight: 300;
}

/* Hero Section (Scheme Engine Showcase) */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 5rem;
  position: relative;
  background: radial-gradient(circle at 70% 30%, rgba(209, 130, 33, 0.08) 0%, transparent 60%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}

.hero-badges {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 1.08;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: var(--text-muted);
  margin-bottom: 1.8rem;
  font-weight: 300;
  max-width: 580px;
}

.hero-quote {
  border-left: 3px solid var(--primary-gold);
  padding-left: 1.2rem;
  font-style: italic;
  color: #e2e8f0;
  margin-bottom: 2.2rem;
  font-size: 1.05rem;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Hero Card Hover Reveal Animation */
.hero-image-wrapper {
  position: relative;
  perspective: 1000px;
}

.hero-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
  transition: var(--transition);
  background: var(--bg-surface);
}

.hero-card:hover {
  transform: translateY(-8px) rotateY(-2deg) rotateX(2deg);
  border-color: var(--primary-gold);
  box-shadow: 0 35px 60px -15px var(--primary-gold-glow);
}

.hero-card img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center 25%;
  transform-origin: center top;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.hero-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(10, 10, 13, 0.95) 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.live-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.25);
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 10px #4ade80;
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}

/* Story / About Section */
.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4rem;
  align-items: center;
}

.story-img-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
}

.story-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 25%;
  transform-origin: center top;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.story-img-container:hover .story-img {
  transform: scale(1.05);
}

.story-content-card {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 2.5rem;
  backdrop-filter: blur(12px);
  position: relative;
}

.story-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 2rem;
}

.highlight-box {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  padding: 1.4rem;
  border-radius: 16px;
  transition: var(--transition);
}

.highlight-box:hover {
  background: var(--bg-card-hover);
  border-color: rgba(209, 130, 33, 0.4);
  transform: translateY(-4px);
}

.highlight-box i {
  font-size: 1.5rem;
  color: var(--primary-gold);
  margin-bottom: 0.8rem;
}

.highlight-box h4 {
  font-size: 1.05rem;
  margin-bottom: 0.3rem;
}

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

/* Acts / Performance Packages (Scheme Engine Work Cards) */
.acts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.act-card {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  position: relative;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
}

.act-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-gold);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  background: var(--bg-card-hover);
}

.act-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(209, 130, 33, 0.15);
  color: var(--primary-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.8rem;
}

.act-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.act-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1.8rem;
  flex-grow: 1;
}

.act-features {
  list-style: none;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.act-features li {
  font-size: 0.9rem;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.act-features li i {
  color: var(--primary-gold);
  font-size: 0.85rem;
}

/* TikTok Live Banner */
.tiktok-banner {
  background: linear-gradient(135deg, rgba(20, 20, 30, 0.9) 0%, rgba(10, 10, 15, 0.95) 100%);
  border: 1px solid rgba(0, 242, 254, 0.3);
  border-radius: 32px;
  padding: 3.5rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.tiktok-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 242, 254, 0.15), transparent 70%);
  pointer-events: none;
}

.tiktok-content h2 {
  font-size: 2.4rem;
  margin: 0.8rem 0 1.2rem 0;
}

.tiktok-content p {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.tiktok-schedule {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2.2rem;
  flex-wrap: wrap;
}

.schedule-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--glass-border);
  padding: 1rem 1.4rem;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.schedule-item span {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--accent-cyan);
  letter-spacing: 0.08em;
}

.schedule-item strong {
  font-size: 1.05rem;
  color: #ffffff;
  margin-top: 0.2rem;
}

.tiktok-phone-mockup {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  border: 4px solid #202028;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}

.tiktok-phone-mockup img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center 20%;
  transform-origin: center top;
  display: block;
}

.tiktok-live-overlay {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #ff0050;
  color: #fff;
  font-weight: 800;
  font-size: 0.75rem;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(255, 0, 80, 0.5);
}

/* Gallery Masonry & Editorial Overlay Cards */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 380px;
  border: 1px solid var(--glass-border);
  cursor: pointer;
  background: var(--bg-surface);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transform-origin: center top;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(10, 10, 13, 0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  opacity: 0.9;
  transition: var(--transition-fast);
}

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

.gallery-overlay h4 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.gallery-overlay p {
  font-size: 0.85rem;
  color: var(--primary-gold-bright);
}

/* Lightbox Modal */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(5, 5, 8, 0.96);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  max-width: 92vw;
  max-height: 82vh;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9);
  border: 1px solid var(--glass-border);
}

.lightbox-caption {
  margin-top: 0.8rem;
  color: var(--text-main);
  font-size: 1rem;
  font-weight: 500;
  padding: 0 0.5rem;
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100001;
  transition: var(--transition-fast);
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.lightbox-close:hover, .lightbox-close:active {
  background: #ef4444;
  border-color: #ef4444;
  color: #ffffff;
  transform: scale(1.08);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  z-index: 100001;
  transition: var(--transition-fast);
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.lightbox-nav:hover, .lightbox-nav:active {
  background: var(--primary-gold);
  color: #000;
  transform: translateY(-50%) scale(1.08);
}

.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }

@media (max-width: 768px) {
  .lightbox {
    padding: 0.8rem;
  }
  .lightbox-close {
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    font-size: 1.6rem;
    background: rgba(0, 0, 0, 0.6);
  }
  .lightbox-nav {
    width: 46px;
    height: 46px;
    font-size: 1.1rem;
    background: rgba(0, 0, 0, 0.6);
  }
  .lightbox-prev { left: 0.6rem; }
  .lightbox-next { right: 0.6rem; }
  .lightbox-content img {
    max-height: 68vh;
  }
}

/* Contact & WhatsApp Form */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3.5rem;
  align-items: start;
}

.social-cards {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.social-card {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 1.4rem 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  text-decoration: none;
  color: var(--text-main);
  transition: var(--transition);
}

.social-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--primary-gold);
  transform: translateX(8px);
}

.social-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.social-icon.instagram { background: rgba(225, 48, 108, 0.15); color: #e1306c; }
.social-icon.tiktok { background: rgba(0, 242, 254, 0.15); color: #00f2fe; }
.social-icon.facebook { background: rgba(24, 119, 242, 0.15); color: #1877f2; }

.social-info h4 { font-size: 1.05rem; }
.social-info p { font-size: 0.85rem; color: var(--text-muted); }

.booking-form-card {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: 28px;
  padding: 2.8rem;
  backdrop-filter: blur(15px);
  transition: var(--transition);
}

.form-group {
  margin-bottom: 1.4rem;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-main);
  letter-spacing: 0.02em;
}

.form-control {
  width: 100%;
  padding: 0.9rem 1.2rem;
  background: var(--input-bg);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  color: var(--text-main);
  font-family: var(--font-editorial);
  font-size: 0.95rem;
  transition: var(--transition-fast);
  outline: none;
}

.form-control:focus {
  border-color: var(--primary-gold);
  box-shadow: 0 0 15px var(--primary-gold-glow);
}

textarea.form-control {
  resize: vertical;
  min-height: 110px;
}

/* Footer */
footer {
  background: #050508;
  border-top: 1px solid var(--border-light);
  padding: 3.5rem 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
}

footer p { margin-bottom: 0.4rem; }

/* Responsive Media Queries */
@media (max-width: 992px) {
  .hero-grid, .story-grid, .tiktok-banner, .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .hero { padding-top: 6.5rem; text-align: center; }
  .hero-subtitle, .hero-quote { margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; }
  
  /* Mid Display Face Framing Auto-Adjust */
  .hero-card img {
    height: 420px;
    object-position: center 20%;
    transform-origin: center top;
    transform: none;
  }
  .story-img {
    height: 400px;
    object-position: center 20%;
    transform-origin: center top;
    transform: none;
  }
  .gallery-item img {
    object-position: center 20%;
    transform-origin: center top;
    transform: none;
  }
}

@media (min-width: 1081px) and (max-width: 1240px) {
  .nav-links {
    gap: 1.1rem;
  }
  .nav-links a {
    font-size: 0.82rem;
  }
  .nav-container {
    padding: 0 1rem;
  }
}

@media (max-width: 1080px) {
  .nav-links {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: var(--bg-surface) !important;
    z-index: 9999;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    flex-direction: column;
    padding: 2.2rem 2rem;
    gap: 1.5rem;
    border-bottom: 1px solid var(--border-light);
    transform: translateY(-150%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
  }
  
  [data-theme="light"] .nav-links {
    background-color: var(--bg-surface) !important;
    border-bottom: 1px solid var(--border-light) !important;
    box-shadow: 0 15px 35px rgba(180, 80, 110, 0.18) !important;
  }
  
  .nav-links.active {
    transform: translateY(0);
  }
  
  .mobile-toggle {
    display: block;
  }
}

@media (max-width: 768px) {

  .tiktok-banner {
    padding: 2rem;
  }

  .booking-form-card {
    padding: 1.8rem;
  }

  /* Small Mobile Display Face Framing Auto-Adjust */
  .hero-card img {
    height: 380px;
    object-position: center 20%;
    transform-origin: center top;
    transform: none;
  }

  .story-img {
    height: 360px;
    object-position: center 20%;
    transform-origin: center top;
    transform: none;
  }

  .gallery-item {
    height: 340px;
  }

  .gallery-item img {
    object-position: center 20%;
    transform-origin: center top;
    transform: none;
  }

  .tiktok-phone-mockup img {
    height: 340px;
    object-position: center 20%;
    transform-origin: center top;
    transform: none;
  }

  /* Musical Journey Mobile Card & Highlight Grid Responsiveness */
  .story-content-card {
    padding: 1.4rem !important;
    border-radius: 18px !important;
  }

  .story-highlights {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .highlight-box {
    padding: 1.1rem !important;
  }

  /* Mobile Scroll & Paint Performance Optimization */
  #webgl-canvas-container {
    display: none !important;
  }

  .section-header, .act-card, .gallery-item, .highlight-box, .social-card, .booking-form-card {
    opacity: 1 !important;
    transform: none !important;
    transition: opacity 0.2s ease !important;
    will-change: auto;
  }
}

/* Floating WhatsApp Action Button (Lower Right) */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  z-index: 9999;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  animation: pulseWhatsapp 2.5s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
  color: #ffffff !important;
}

.whatsapp-float-tooltip {
  position: absolute;
  right: 68px;
  background: #128C7E;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.35rem 0.8rem;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.whatsapp-float:hover .whatsapp-float-tooltip {
  opacity: 1;
  transform: translateX(0);
}

@keyframes pulseWhatsapp {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    font-size: 1.7rem;
  }
}
