/* ============================================
   MAKEOVERS BY TARAH - Design System v2
   Multi-Theme Luxury Bridal Website
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Poppins:wght@300;400;500;600&family=Great+Vibes&display=swap');

/* ========== THEME SYSTEM ========== */
/* Theme 1: Classic Gold (Default) */
:root,
[data-theme="gold"] {
  --primary: #C9A96E;
  --primary-light: #E8D5A8;
  --primary-dark: #A68B4B;
  --accent: #D4A0A0;
  --accent-light: #F0D4D4;
  --accent-dark: #B87878;
  --deep: #6B2737;
  --deep-light: #8B3A4A;
  --bg: #FFF8F0;
  --bg-alt: #FFFDF7;
  --surface: #FFFFFF;
  --dark: #1A1A1A;
  --dark-surface: rgba(255, 255, 255, 0.03);
  --dark-border: rgba(201, 169, 110, 0.15);
  --text: #3D3D3D;
  --text-light: #8A8A8A;
  --text-on-dark: rgba(255, 255, 255, 0.85);
  --text-muted-dark: rgba(255, 255, 255, 0.5);
  --hero-overlay: linear-gradient(180deg, rgba(26, 26, 26, 0.3) 0%, rgba(26, 26, 26, 0.1) 40%, rgba(26, 26, 26, 0.5) 80%, rgba(26, 26, 26, 0.9) 100%);
  --particle-color: #C9A96E;
  --gradient-accent: linear-gradient(135deg, #C9A96E, #D4A0A0, #6B2737);
  --nav-bg: rgba(26, 26, 26, 0.95);
  --theme-icon: "🌙";
}

/* Theme 2: Rose Romance */
[data-theme="rose"] {
  --primary: #B76E79;
  --primary-light: #D4979F;
  --primary-dark: #8E4F58;
  --accent: #E8C4C8;
  --accent-light: #F5DFE1;
  --accent-dark: #C9929A;
  --deep: #5C2434;
  --deep-light: #7A3248;
  --bg: #FFF5F6;
  --bg-alt: #FFFAFA;
  --surface: #FFFFFF;
  --dark: #2A1520;
  --dark-surface: rgba(255, 255, 255, 0.04);
  --dark-border: rgba(183, 110, 121, 0.2);
  --text: #3D2D32;
  --text-light: #9A7A80;
  --text-on-dark: rgba(255, 255, 255, 0.88);
  --text-muted-dark: rgba(255, 255, 255, 0.5);
  --hero-overlay: linear-gradient(180deg, rgba(42, 21, 32, 0.3) 0%, rgba(42, 21, 32, 0.1) 40%, rgba(42, 21, 32, 0.5) 80%, rgba(42, 21, 32, 0.9) 100%);
  --particle-color: #B76E79;
  --gradient-accent: linear-gradient(135deg, #B76E79, #E8C4C8, #5C2434);
  --nav-bg: rgba(42, 21, 32, 0.95);
  --theme-icon: "☀️";
}

/* Theme 3: Midnight Luxe */
[data-theme="midnight"] {
  --primary: #D4AF37;
  --primary-light: #E8CC6E;
  --primary-dark: #B8942C;
  --accent: #8B7355;
  --accent-light: #A99474;
  --accent-dark: #6E5A42;
  --deep: #2C1810;
  --deep-light: #4A2E20;
  --bg: #0D0D0F;
  --bg-alt: #141418;
  --surface: #1C1C22;
  --dark: #08080A;
  --dark-surface: rgba(255, 255, 255, 0.04);
  --dark-border: rgba(212, 175, 55, 0.15);
  --text: #C8C8CC;
  --text-light: #7A7A80;
  --text-on-dark: rgba(255, 255, 255, 0.9);
  --text-muted-dark: rgba(255, 255, 255, 0.45);
  --hero-overlay: linear-gradient(180deg, rgba(8, 8, 10, 0.3) 0%, rgba(8, 8, 10, 0.1) 40%, rgba(8, 8, 10, 0.5) 80%, rgba(8, 8, 10, 0.92) 100%);
  --particle-color: #D4AF37;
  --gradient-accent: linear-gradient(135deg, #D4AF37, #8B7355, #2C1810);
  --nav-bg: rgba(8, 8, 10, 0.95);
  --theme-icon: "✨";
}

/* ========== Midnight Theme Overrides ========== */
[data-theme="midnight"] .about,
[data-theme="midnight"] .portfolio,
[data-theme="midnight"] .contact,
[data-theme="midnight"] .masterclass-banner {
  background: var(--bg-alt);
}

[data-theme="midnight"] .section-title {
  color: var(--text);
}

[data-theme="midnight"] .about-text,
[data-theme="midnight"] .contact-text {
  color: var(--text-light);
}

[data-theme="midnight"] .about-tag {
  border-color: var(--primary-dark);
  color: var(--primary);
}

[data-theme="midnight"] .contact-form-wrapper {
  background: var(--surface);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

[data-theme="midnight"] .form-input,
[data-theme="midnight"] .form-textarea {
  background: var(--bg);
  color: var(--text);
  border-color: var(--dark-border);
}

[data-theme="midnight"] .form-label {
  color: var(--text-light);
}

[data-theme="midnight"] .contact-detail-content h4 {
  color: var(--text);
}

[data-theme="midnight"] .about-content .section-title,
[data-theme="midnight"] .contact-info .section-title {
  color: var(--text);
}

[data-theme="midnight"] .instagram-feed {
  background: var(--surface);
}

[data-theme="midnight"] .ig-feed {
  background: var(--bg);
}

[data-theme="midnight"] .masterclass-banner {
  border-color: var(--dark-border);
}

[data-theme="midnight"] .masterclass-banner-text h3,
[data-theme="midnight"] .masterclass-banner-text p {
  color: var(--text);
}

/* ========== Typography ========== */
:root {
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Poppins', 'Segoe UI', sans-serif;
  --font-accent: 'Great Vibes', cursive;
  --transition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-bounce: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --transition-fast: all 0.2s ease;
}

/* ========== Reset ========== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background-color: var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.5s ease, color 0.5s ease;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-fast);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ========== Theme Switcher ========== */
.theme-switcher {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--dark);
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--dark-border);
  border-right: none;
}

.theme-btn {
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: var(--transition-smooth);
  position: relative;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.theme-btn::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: var(--transition-smooth);
}

.theme-btn[data-theme="gold"]::before {
  background: linear-gradient(135deg, #C9A96E, #E8D5A8);
  border-color: #C9A96E;
}

.theme-btn[data-theme="rose"]::before {
  background: linear-gradient(135deg, #B76E79, #E8C4C8);
  border-color: #B76E79;
}

.theme-btn[data-theme="midnight"]::before {
  background: linear-gradient(135deg, #D4AF37, #1A1A1A);
  border-color: #D4AF37;
}

.theme-btn.active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: var(--primary);
  border-radius: 0 2px 2px 0;
}

.theme-btn:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* ========== Preloader ========== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-brand {
  font-family: var(--font-accent);
  font-size: 3.5rem;
  color: var(--primary);
  margin-bottom: 30px;
  opacity: 0;
  animation: fadeIn 1s 0.3s forwards;
}

.preloader-line {
  width: 200px;
  height: 2px;
  background: rgba(201, 169, 110, 0.2);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.preloader-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  animation: slideRight 1.5s infinite;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes slideRight {
  to {
    left: 100%;
  }
}

/* ========== Navigation ========== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: var(--transition-smooth);
}

.navbar.scrolled {
  background: var(--nav-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 12px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.nav-logo-text {
  font-family: var(--font-accent);
  font-size: 1.8rem;
  color: var(--primary);
  line-height: 1;
}

.nav-logo-sub {
  font-family: var(--font-body);
  font-size: 0.6rem;
  color: var(--primary-light);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0.8;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 35px;
}

.nav-links a {
  font-size: 0.82rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--primary);
  transition: width 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-links a:hover {
  color: var(--primary);
}

.nav-cta {
  font-size: 0.78rem !important;
  padding: 10px 25px !important;
  border: 1px solid var(--primary) !important;
  color: var(--primary) !important;
  border-radius: 2px;
  transition: var(--transition-smooth) !important;
}

.nav-cta:hover {
  background: var(--primary) !important;
  color: var(--dark) !important;
}

.nav-cta::after {
  display: none !important;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
}

.nav-toggle span {
  width: 28px;
  height: 2px;
  background: #fff;
  transition: var(--transition-smooth);
  transform-origin: center;
}

.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ========== Hero ========== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--dark);
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/hero-bg.png');
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
  transform: scale(1.1);
  transition: transform 8s ease-out;
}

.hero.in-view .hero-bg {
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--hero-overlay);
}

.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--particle-color);
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat 6s infinite;
}

@keyframes particleFloat {
  0% {
    opacity: 0;
    transform: translateY(100vh) scale(0);
  }

  10% {
    opacity: 0.8;
  }

  90% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
    transform: translateY(-20vh) scale(1);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
  max-width: 850px;
  margin: 0 auto;
}

.hero-accent {
  font-family: var(--font-accent);
  font-size: 1.6rem;
  color: var(--primary);
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(30px);
  animation: heroUp 1s 1.5s forwards;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  animation: heroUp 1s 1.8s forwards;
}

.hero-title span {
  color: var(--primary);
  font-style: italic;
}

.hero-subtitle {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 2px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(30px);
  animation: heroUp 1s 2.1s forwards;
}

.hero-cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
  animation: heroUp 1s 2.4s forwards;
}

@keyframes heroUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--primary-light);
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0;
  animation: heroUp 1s 2.8s forwards;
  cursor: pointer;
}

.hero-scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--primary), transparent);
  animation: scrollPulse 2s infinite;
}

@keyframes scrollPulse {

  0%,
  100% {
    opacity: 0.4;
    transform: scaleY(0.6);
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

/* ========== Buttons ========== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 35px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--primary);
  color: var(--dark);
}

.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(201, 169, 110, 0.3);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

.btn-dark {
  background: var(--dark);
  color: var(--primary);
}

.btn-dark:hover {
  background: var(--surface);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}

.btn-instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
}

.btn-instagram:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(220, 39, 67, 0.3);
}

.btn-email {
  background: var(--deep);
  color: #fff;
}

.btn-email:hover {
  background: var(--deep-light);
  transform: translateY(-2px);
}

/* ========== Section Headers ========== */
.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-accent {
  font-family: var(--font-accent);
  font-size: 1.5rem;
  color: var(--primary);
  display: block;
  margin-bottom: 8px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 15px;
  line-height: 1.3;
}

.section-line {
  width: 60px;
  height: 2px;
  background: var(--primary);
  margin: 0 auto 20px;
}

.section-desc {
  font-size: 1rem;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.8;
}

/* ========== Reveal ========== */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-left.in-view {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-right.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* ========== Press / Venues Banner ========== */
.press-banner {
  background: var(--dark);
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.press-banner-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.press-title {
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: var(--primary);
  text-transform: uppercase;
}

.press-logos-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

/* Blur edges */
.press-logos-marquee::before,
.press-logos-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}

.press-logos-marquee::before {
  left: 0;
  background: linear-gradient(to right, var(--dark) 0%, transparent 100%);
}

.press-logos-marquee::after {
  right: 0;
  background: linear-gradient(to left, var(--dark) 0%, transparent 100%);
}

.press-logos-track {
  display: inline-block;
  animation: marquee 30s linear infinite;
}

.press-logos-track span {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 4px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s ease;
}

.press-logos-track span:hover:not(.dot) {
  color: #fff;
}

.press-logos-track .dot {
  font-size: 1rem;
  color: var(--primary);
  margin: 0 40px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .press-banner {
    padding: 30px 0;
  }

  .press-title {
    font-size: 0.65rem;
  }

  .press-logos-track span {
    font-size: 1.2rem;
  }

  .press-logos-track .dot {
    margin: 0 25px;
  }

  .press-logos-marquee::before,
  .press-logos-marquee::after {
    width: 50px;
  }
}

/* ========== About ========== */
.about {
  padding: 100px 0;
  background: var(--bg-alt);
  position: relative;
  overflow: hidden;
  transition: background-color 0.5s ease;
}

.about::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.06) 0%, transparent 70%);
  border-radius: 50%;
}

/* Editorial / Magazine Layout */
.about-editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  position: relative;
}

/* Left: Visual Side */
.about-visual {
  position: relative;
}

.about-photo-container {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4), 0 0 50px rgba(201, 169, 110, 0.08);
  display: grid;
  align-items: center;
  /* Center images vertically if heights differ */
  background-color: var(--surface);
  /* Fallback background for transparent gaps */
}

#aboutSlider .about-hero-photo {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Maintain original aspect ratio without cropping */
  display: block;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

#aboutSlider .about-hero-photo.active {
  opacity: 1;
  z-index: 1;
}

.about-photo-container:hover .about-hero-photo {
  transform: scale(1.03);
}

.about-photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(to top, rgba(20, 20, 20, 0.9) 0%, transparent 100%);
  pointer-events: none;
}

/* Name Badge overlaid on photo */
.about-name-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-badge-name {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.about-badge-title {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

/* Stats Strip below photo */
.about-stats-strip {
  display: flex;
  justify-content: center;
  gap: 40px;
  background: var(--dark);
  padding: 25px 30px;
  border-radius: 0 0 12px 12px;
  margin-top: -4px;
}

.about-stat-number {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

.about-stat-label {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

/* Right: Content Side — overlaps slightly into image area */
.about-content {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-left: -40px;
  background: var(--bg-alt);
  border-radius: 16px;
  box-shadow: -20px 10px 60px rgba(0, 0, 0, 0.08);
  align-self: center;
}

.about-content .section-accent,
.about-content .section-title {
  text-align: left;
}

.about-content .section-title {
  font-size: 2.4rem;
}

.about-content .section-line {
  margin: 0 0 20px;
}

.about-text {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.9;
  margin-bottom: 20px;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 35px;
}

.about-tag {
  padding: 8px 20px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid var(--primary-light);
  color: var(--primary-dark);
  border-radius: 2px;
  transition: var(--transition-smooth);
}

.about-tag:hover {
  background: var(--primary);
  color: var(--dark);
  border-color: var(--primary);
}

/* Reel card clickable (using onclick) */
.reel-card {
  cursor: pointer;
}

/* ========== Marquee ========== */
.marquee-section {
  padding: 30px 0;
  background: var(--dark);
  overflow: hidden;
}

.marquee-track {
  display: flex;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.marquee-item {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: rgba(201, 169, 110, 0.25);
  white-space: nowrap;
  padding: 0 40px;
  font-style: italic;
}

.marquee-item .dot {
  color: var(--primary);
  margin: 0 15px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ========== Services ========== */
.services {
  padding: 100px 0;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/services-bg.png') center/cover no-repeat;
  opacity: 0.06;
}

.services .section-title {
  color: #fff;
}

.services .section-desc {
  color: var(--text-muted-dark);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.service-card {
  background: var(--dark-surface);
  border: 1px solid var(--dark-border);
  padding: 45px 30px;
  text-align: center;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(201, 169, 110, 0.3);
  transform: translateY(-8px);
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon {
  font-size: 2.8rem;
  margin-bottom: 25px;
  display: block;
  transition: var(--transition-smooth);
}

.service-card:hover .service-icon {
  transform: scale(1.15);
}

.service-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.service-desc {
  font-size: 0.88rem;
  color: var(--text-muted-dark);
  line-height: 1.7;
  font-weight: 300;
}

/* ========== PORTFOLIO / GALLERY ========== */
.portfolio {
  padding: 100px 0 60px;
  background: var(--bg);
  position: relative;
  transition: background-color 0.5s ease;
}

/* Dual-direction filmstrip gallery */
.gallery-filmstrip {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.gallery-filmstrip::before,
.gallery-filmstrip::after {
  content: '';
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.gallery-filmstrip::before {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}

.gallery-filmstrip::after {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}

[data-theme="midnight"] .gallery-filmstrip::before {
  background: linear-gradient(to right, var(--bg-alt), transparent);
}

[data-theme="midnight"] .gallery-filmstrip::after {
  background: linear-gradient(to left, var(--bg-alt), transparent);
}

.gallery-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.gallery-track.scroll-left {
  animation: scrollLeft 40s linear infinite;
}

.gallery-track.scroll-right {
  animation: scrollRight 40s linear infinite;
}

.gallery-track:hover {
  animation-play-state: paused;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.gallery-item {
  flex-shrink: 0;
  width: 300px;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: var(--transition-smooth);
}

.gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.gallery-item:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-item-label {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  font-family: var(--font-heading);
}

.gallery-item-icon {
  color: var(--primary);
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.portfolio-cta {
  text-align: center;
  margin-top: 50px;
}

/* Lightbox removed - gallery items link to Instagram posts */

/* ========== Masterclass Banner (Compact) ========== */
.masterclass-banner {
  padding: 50px 0;
  background: var(--bg-alt);
  border-top: 1px solid rgba(201, 169, 110, 0.1);
  border-bottom: 1px solid rgba(201, 169, 110, 0.1);
  transition: background-color 0.5s ease;
}

.masterclass-banner .container {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.masterclass-banner-badge {
  padding: 6px 16px;
  background: var(--primary);
  color: var(--dark);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.masterclass-banner-text h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--text);
  margin-bottom: 5px;
}

.masterclass-banner-text p {
  font-size: 0.88rem;
  color: var(--text-light);
}

/* ========== Testimonials ========== */
.testimonials {
  padding: 100px 0;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

.testimonials::before {
  content: '"';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-heading);
  font-size: 30rem;
  color: rgba(201, 169, 110, 0.03);
  line-height: 1;
  pointer-events: none;
}

.testimonials .section-title {
  color: #fff;
}

.testimonials .section-desc {
  color: var(--text-muted-dark);
}

.testimonials-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  transition: transform 0.6s ease;
}

.testimonial-card {
  min-width: 100%;
  padding: 0 20px;
  text-align: center;
}

.testimonial-stars {
  color: var(--primary);
  font-size: 1.1rem;
  margin-bottom: 25px;
  letter-spacing: 3px;
}

.testimonial-text {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  color: var(--text-on-dark);
  line-height: 1.8;
  margin-bottom: 30px;
}

.testimonial-author {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 5px;
}

.testimonial-role {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.testimonials-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.testimonials-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(201, 169, 110, 0.3);
  cursor: pointer;
  transition: var(--transition-smooth);
  border: none;
}

.testimonials-dot.active {
  background: var(--primary);
  transform: scale(1.3);
}

/* ========== Contact ========== */
.contact {
  padding: 100px 0;
  background: var(--bg);
  transition: background-color 0.5s ease;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-info .section-accent,
.contact-info .section-title {
  text-align: left;
}

.contact-info .section-title {
  font-size: 2.4rem;
}

.contact-info .section-line {
  margin: 0 0 20px;
}

.contact-text {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 35px;
}

.contact-details {
  margin-bottom: 35px;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(201, 169, 110, 0.15);
}

.contact-detail-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-detail-content h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}

.contact-detail-content p {
  font-size: 0.88rem;
  color: var(--text-light);
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-buttons .btn {
  justify-content: center;
  border-radius: 4px;
}

.contact-form-wrapper {
  background: var(--surface);
  padding: 45px;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: background-color 0.5s ease;
}

.contact-form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient-accent);
}

.form-group {
  margin-bottom: 22px;
}

.form-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 8px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 14px 18px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text);
  background: var(--bg);
  border: 1px solid transparent;
  border-radius: 4px;
  transition: var(--transition-smooth);
  outline: none;
}

.form-input:focus,
.form-textarea:focus {
  border-color: var(--primary);
  background: var(--surface);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 130px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-submit {
  width: 100%;
  margin-top: 8px;
  border-radius: 4px;
  justify-content: center;
}

/* ========== Instagram Feed Grid ========== */
.instagram-feed {
  padding: 100px 0;
  background: var(--bg-alt);
  text-align: center;
  position: relative;
}

.ig-feed-handle {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--primary);
  margin-top: 5px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  transition: var(--transition-smooth);
}

.ig-feed-handle:hover {
  color: var(--primary-dark);
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  width: 100%;
}

.ig-post {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}

.ig-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ig-post:hover img {
  transform: scale(1.1);
}

.ig-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ig-post:hover .ig-overlay {
  opacity: 1;
}

.ig-stats {
  display: flex;
  gap: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  transform: translateY(15px);
  transition: transform 0.4s ease;
}

.ig-post:hover .ig-stats {
  transform: translateY(0);
}

.ig-stats span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ig-stats svg {
  width: 20px;
  height: 20px;
}

/* ========== Footer ========== */
.footer {
  background: var(--dark);
  padding: 60px 0 0;
  color: rgba(255, 255, 255, 0.6);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand-name {
  font-family: var(--font-accent);
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 15px;
}

.footer-brand-desc {
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.45);
}

.footer-socials {
  display: flex;
  gap: 15px;
}

.footer-social {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(201, 169, 110, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--primary-light);
  transition: var(--transition-smooth);
  border-radius: 2px;
}

.footer-social:hover {
  background: var(--primary);
  color: var(--dark);
  border-color: var(--primary);
}

.footer-heading {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

.footer-links a {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  padding: 6px 0;
  transition: var(--transition-fast);
}

.footer-links a:hover {
  color: var(--primary);
  padding-left: 5px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 0.85rem;
}

.footer-bottom {
  padding: 20px 0;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
}

.footer-bottom a {
  color: var(--primary);
}

/* ========== Easter Egg ========== */
.easter-egg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.95);
  backdrop-filter: blur(20px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}

.easter-egg-overlay.active {
  opacity: 1;
  visibility: visible;
}

.easter-egg-card {
  text-align: center;
  padding: 60px;
  max-width: 550px;
  transform: scale(0.8);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.easter-egg-overlay.active .easter-egg-card {
  transform: scale(1);
}

.easter-egg-emoji {
  font-size: 5rem;
  margin-bottom: 25px;
  animation: bounce 1s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.easter-egg-title {
  font-family: var(--font-accent);
  font-size: 3.5rem;
  color: var(--primary);
  margin-bottom: 15px;
  line-height: 1.3;
}

.easter-egg-message {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 20px;
}

.easter-egg-sub {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}

.easter-egg-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  background: none;
  border: none;
  transition: var(--transition-fast);
}

.easter-egg-close:hover {
  color: var(--primary);
}

#confetti-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  pointer-events: none;
  display: none;
}

/* ========== Back to Top & Toast ========== */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: var(--primary);
  color: var(--dark);
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition-smooth);
  z-index: 100;
  box-shadow: 0 5px 20px rgba(201, 169, 110, 0.3);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
}

.toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--dark);
  color: #fff;
  padding: 16px 30px;
  border-radius: 4px;
  font-size: 0.88rem;
  z-index: 9000;
  transition: transform 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-left: 3px solid var(--primary);
}

.toast.show {
  transform: translateX(-50%) translateY(0);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .gallery-item {
    width: 260px;
    height: 330px;
  }
}

@media (max-width: 768px) {
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 380px;
    height: 100vh;
    background: var(--dark);
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 40px 40px;
    gap: 0;
    transition: right 0.4s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
  }

  .nav-links.active {
    right: 0;
  }

  .nav-links a {
    padding: 15px 0;
    font-size: 1rem;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .nav-cta {
    margin-top: 15px;
    text-align: center;
    width: 100%;
    display: block !important;
  }

  .nav-toggle {
    display: flex;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-accent {
    font-size: 1.2rem;
  }

  .about-editorial {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-content {
    margin-left: 0;
    padding: 40px 25px;
    box-shadow: none;
  }

  .about-photo-container {
    max-width: 400px;
    margin: 0 auto;
  }

  .about-stats-strip {
    gap: 20px;
    padding: 20px 15px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gallery-item {
    width: 220px;
    height: 280px;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .masterclass-banner .container {
    flex-direction: column;
    text-align: center;
  }

  .theme-switcher {
    top: auto;
    bottom: 90px;
    right: 0;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-cta-group {
    flex-direction: column;
    align-items: center;
  }

  .hero-cta-group .btn {
    width: 100%;
    max-width: 280px;
  }

  .about-stats {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .easter-egg-title {
    font-size: 2.5rem;
  }

  .gallery-item {
    width: 180px;
    height: 230px;
  }
}

/* ========== Nav Logo Image ========== */
.nav-logo-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary);
  transition: var(--transition-smooth);
  box-shadow: 0 0 15px rgba(201, 169, 110, 0.3);
}

.navbar.scrolled .nav-logo-img {
  width: 36px;
  height: 36px;
}

.nav-logo:hover .nav-logo-img {
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(201, 169, 110, 0.5);
}

/* ========== Enhanced Preloader ========== */
.preloader-logo-wrap {
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeIn 0.8s 0.2s forwards, preloaderSpin 2s 0.2s ease-in-out forwards;
}

.preloader-logo-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary);
  box-shadow: 0 0 40px rgba(201, 169, 110, 0.4), 0 0 80px rgba(201, 169, 110, 0.1);
}

.preloader-tagline {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: rgba(201, 169, 110, 0.5);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  opacity: 0;
  animation: fadeIn 0.8s 0.8s forwards;
}

@keyframes preloaderSpin {
  0% {
    transform: rotate(-10deg) scale(0.8);
  }

  50% {
    transform: rotate(5deg) scale(1.05);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

/* ========== Welcome Popup ========== */
.welcome-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  padding: 20px;
}

.welcome-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.welcome-popup {
  background: linear-gradient(145deg, var(--surface), var(--bg));
  border: 1px solid var(--dark-border);
  border-radius: 12px;
  max-width: 520px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: scale(0.8) translateY(30px);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4), 0 0 60px rgba(201, 169, 110, 0.1);
}

.welcome-popup-overlay.active .welcome-popup {
  transform: scale(1) translateY(0);
}

.welcome-popup-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.06), transparent);
  animation: popupShimmer 3s infinite;
  pointer-events: none;
}

@keyframes popupShimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.welcome-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--text-light);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
  z-index: 3;
}

.welcome-popup-close:hover {
  background: var(--primary);
  color: var(--dark);
  border-color: var(--primary);
  transform: rotate(90deg);
}

.welcome-popup-content {
  position: relative;
  z-index: 2;
  padding: 50px 40px 40px;
  text-align: center;
}

.welcome-popup-logo {
  margin-bottom: 20px;
}

.welcome-popup-logo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary);
  box-shadow: 0 0 30px rgba(201, 169, 110, 0.3);
  margin: 0 auto;
  animation: popupLogoGlow 2s ease-in-out infinite alternate;
}

@keyframes popupLogoGlow {
  0% {
    box-shadow: 0 0 20px rgba(201, 169, 110, 0.2);
  }

  100% {
    box-shadow: 0 0 40px rgba(201, 169, 110, 0.5);
  }
}

.welcome-popup-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.4;
}

.welcome-popup-title span {
  font-family: var(--font-accent);
  font-size: 2.2rem;
  color: var(--primary);
  display: block;
  margin-top: 4px;
}

.welcome-popup-text {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 25px;
}

.welcome-popup-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 28px;
}

.welcome-popup-feature {
  padding: 10px 16px;
  background: rgba(201, 169, 110, 0.06);
  border: 1px solid var(--dark-border);
  border-radius: 6px;
  font-size: 0.78rem;
  color: var(--text);
  font-weight: 500;
  transition: var(--transition-smooth);
}

.welcome-popup-feature:hover {
  background: rgba(201, 169, 110, 0.12);
  border-color: var(--primary);
  transform: translateY(-2px);
}

.welcome-popup-btn {
  width: 100%;
  border-radius: 6px;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 0.82rem;
}

.welcome-popup-sub {
  font-size: 0.75rem;
  color: var(--text-light);
  letter-spacing: 1px;
}

/* ========== Floating WhatsApp Button ========== */
.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 500;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
  text-decoration: none;
}

.floating-whatsapp:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 10px 35px rgba(37, 211, 102, 0.5);
}

.floating-whatsapp-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25D366;
  animation: whatsappPulse 2s infinite;
  z-index: -1;
}

@keyframes whatsappPulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  fill: white;
  flex-shrink: 0;
}

.floating-whatsapp-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--dark);
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-family: var(--font-body);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.floating-whatsapp-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--dark);
}

.floating-whatsapp:hover .floating-whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-5px);
}

/* Adjust back-to-top to not overlap with WhatsApp */
.back-to-top {
  bottom: 30px;
  right: 30px;
}

/* ========== Smooth Page Entrance ========== */
body.page-loaded {
  animation: pageEntrance 0.8s ease;
}

@keyframes pageEntrance {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/* ========== Service Card Shimmer on Hover ========== */
.service-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 45%, rgba(201, 169, 110, 0.03) 48%, rgba(201, 169, 110, 0.08) 50%, rgba(201, 169, 110, 0.03) 52%, transparent 55%);
  transform: translateX(-100%) rotate(0deg);
  transition: none;
  pointer-events: none;
}

.service-card:hover::after {
  animation: cardShimmer 0.8s forwards;
}

@keyframes cardShimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* ========== Gallery Item Glow on Hover ========== */
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 30px rgba(201, 169, 110, 0);
  transition: box-shadow 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.gallery-item:hover::after {
  box-shadow: inset 0 0 30px rgba(201, 169, 110, 0.15);
}

/* ========== Section Divider Sparkle ========== */
.section-line {
  position: relative;
}

.section-line::after {
  content: '✦';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: 0.6rem;
  animation: sparkleRotate 3s ease-in-out infinite;
}

@keyframes sparkleRotate {

  0%,
  100% {
    transform: translateY(-50%) rotate(0deg) scale(1);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-50%) rotate(180deg) scale(1.3);
    opacity: 1;
  }
}

/* ========== Testimonial Card Gradient Border ========== */
.testimonial-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 20%;
  right: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0.3;
}

/* ========== Hero Text Glowing Effect on Hover ========== */
.hero-title:hover span {
  text-shadow: 0 0 20px rgba(201, 169, 110, 0.5), 0 0 40px rgba(201, 169, 110, 0.2);
  transition: text-shadow 0.3s ease;
}

/* ========== Footer brand with glow ========== */
.footer-brand-name {
  text-shadow: 0 0 20px rgba(201, 169, 110, 0.15);
}

/* ========== Responsive for new features ========== */
@media (max-width: 768px) {
  .floating-whatsapp {
    width: 52px;
    height: 52px;
    bottom: 20px;
    left: 20px;
  }

  .whatsapp-icon {
    width: 26px;
    height: 26px;
  }

  .floating-whatsapp-tooltip {
    display: none;
  }

  .welcome-popup-content {
    padding: 40px 25px 30px;
  }

  .welcome-popup-title span {
    font-size: 1.8rem;
  }

  .welcome-popup-features {
    grid-template-columns: 1fr;
  }

  .nav-logo-img {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .welcome-popup-title {
    font-size: 1.2rem;
  }

  .welcome-popup-title span {
    font-size: 1.5rem;
  }

  .welcome-popup-logo img {
    width: 60px;
    height: 60px;
  }
}

/* ========== Instagram Reels Showcase ========== */
.reels-section {
  padding: 100px 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.reels-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--dark-border), transparent);
}

.reels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.reel-card {
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--dark-border);
  transition: var(--transition-smooth);
  position: relative;
}

.reel-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 30px rgba(201, 169, 110, 0.1);
}

.reel-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.reel-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
}

.reel-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.reel-card:hover .reel-thumbnail img {
  transform: scale(1.08);
}

.reel-thumbnail::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}

.reel-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(201, 169, 110, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 20px rgba(201, 169, 110, 0.4);
}

.reel-play-btn svg {
  margin-left: 4px;
}

.reel-card:hover .reel-play-btn {
  transform: translate(-50%, -50%) scale(1.15);
  background: var(--primary);
  box-shadow: 0 8px 30px rgba(201, 169, 110, 0.6);
}

.reel-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  font-family: var(--font-body);
  letter-spacing: 0.5px;
  z-index: 2;
}

.reel-info {
  padding: 18px 20px;
}

.reel-info h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 4px;
}

.reel-info p {
  font-size: 0.8rem;
  color: var(--text-light);
}

.reels-cta {
  text-align: center;
  margin-top: 40px;
}

/* Instagram gradient accent on reel cards */
.reel-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.reel-card:hover::before {
  opacity: 1;
}

/* Reels section responsive */
@media (max-width: 1024px) {
  .reels-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .reels-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .reel-play-btn {
    width: 48px;
    height: 48px;
  }

  .reel-play-btn svg {
    width: 22px;
    height: 22px;
  }

  .reel-info {
    padding: 12px 14px;
  }

  .reel-info h4 {
    font-size: 0.88rem;
  }
}

/* ========== Embedded Instagram Reels ========== */
.reels-embed-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.reel-embed-card {
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--dark-border);
  transition: var(--transition-smooth);
  position: relative;
}

.reel-embed-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 30px rgba(201, 169, 110, 0.1);
}

/* Instagram gradient accent on hover */
.reel-embed-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.reel-embed-card:hover::before {
  opacity: 1;
}

.reel-embed-wrapper {
  position: relative;
  width: 100%;
  min-height: 480px;
  background: #000;
}

.reel-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.reel-embed-label {
  padding: 16px 18px;
  background: var(--surface);
}

.reel-embed-label h4 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 3px;
}

.reel-embed-label p {
  font-size: 0.78rem;
  color: var(--text-light);
}

/* Embedded reels responsive */
@media (max-width: 1024px) {
  .reels-embed-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .reels-embed-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .reel-embed-wrapper {
    min-height: 380px;
  }

  .reel-embed-label {
    padding: 10px 12px;
  }

  .reel-embed-label h4 {
    font-size: 0.85rem;
  }
}

/* ========== Gallery Lightbox ========== */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.gallery-lightbox.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.lightbox-content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0.85);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-lightbox.active .lightbox-content {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: -10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition-smooth);
  z-index: 2;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--primary);
  transform: rotate(90deg);
}

.lightbox-img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
}

.lightbox-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  gap: 16px;
}

.lightbox-label {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.lightbox-insta-link {
  color: var(--primary);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 8px 20px;
  background: rgba(201, 169, 110, 0.15);
  border: 1px solid rgba(201, 169, 110, 0.3);
  border-radius: 25px;
  transition: var(--transition-smooth);
  white-space: nowrap;
}

.lightbox-insta-link:hover {
  background: var(--primary);
  color: #1A1A1A;
  border-color: var(--primary);
}

/* ========== Back to Top Button ========== */
.back-to-top {
  position: fixed;
  bottom: 90px;
  right: 25px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #1A1A1A;
  border: none;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 15px rgba(201, 169, 110, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 8px 25px rgba(201, 169, 110, 0.5);
}

/* ========== Gallery Tilt Smoothing ========== */
.gallery-item {
  transition: transform 0.2s ease-out;
}

/* ========== Reel Badge Animation ========== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========== Mobile Lightbox ========== */
@media (max-width: 768px) {
  .lightbox-content {
    max-width: 95vw;
  }

  .lightbox-img {
    max-height: 60vh;
    border-radius: 8px;
  }

  .lightbox-info {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .lightbox-close {
    top: -35px;
    right: 0;
  }

  .back-to-top {
    bottom: 80px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}

/* ========== SURPRISE ENHANCEMENTS ========== */

/* Golden shimmer text effect on section titles (non-hero) */
.section-header .section-title {
  position: relative;
}

.section-header .section-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.15), transparent);
  animation: shimmerSweep 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shimmerSweep {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes shimmerText {

  0%,
  100% {
    background-position: 200% center;
  }

  50% {
    background-position: 0% center;
  }
}

/* Custom cursor glow trail */
.cursor-glow {
  position: fixed;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  mix-blend-mode: screen;
}

/* Hero CTA pulse glow */
.hero-cta-group .btn-primary {
  animation: ctaPulse 3s ease-in-out infinite;
}

@keyframes ctaPulse {

  0%,
  100% {
    box-shadow: 0 4px 15px rgba(201, 169, 110, 0.3);
  }

  50% {
    box-shadow: 0 4px 30px rgba(201, 169, 110, 0.6), 0 0 60px rgba(201, 169, 110, 0.15);
  }
}

/* Service card icon bounce on hover */
.service-card:hover .service-icon {
  animation: iconBounce 0.5s ease;
}

@keyframes iconBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-8px);
  }

  60% {
    transform: translateY(-3px);
  }
}

/* WhatsApp button pulse */
.floating-whatsapp {
  animation: whatsappPulse 2.5s ease-in-out infinite;
}

@keyframes whatsappPulse {

  0%,
  100% {
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  }

  50% {
    box-shadow: 0 4px 25px rgba(37, 211, 102, 0.5), 0 0 40px rgba(37, 211, 102, 0.1);
  }
}

/* Smooth section separators (exclude hero and footer) */
section:not(.hero):not(.footer)::after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  margin: 0 auto;
  opacity: 0.3;
}

/* Nav link hover underline animation */
.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-links a:hover::after {
  width: 100%;
}

/* Disable heavy effects on mobile */
@media (max-width: 768px) {
  .cursor-glow {
    display: none;
  }
}

/* Small screen adjustments for about section */
@media (max-width: 600px) {
  .about-photo-container {
    max-width: 320px;
    margin: 0 auto;
  }

  .about-name-badge {
    bottom: 15px;
    left: 15px;
  }

  .about-badge-name {
    font-size: 1.5rem;
  }

  .about-stats-strip {
    flex-wrap: wrap;
    gap: 15px;
  }

  .ig-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  .ig-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}