/* ================================================================
   THE STUDIO BY AHMET DIRLIK
   Premium Friseur-Erlebnis — Light Theme with Dark Accent Sections
   ================================================================ */


/* ========== 1. LOCAL FONTS (DSGVO-konform, kein Google CDN) ========== */

/* Montserrat — Body & UI */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/montserrat-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

/* Playfair Display — Headings */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/playfair-display-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/playfair-display-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/playfair-display-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/playfair-display-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

/* Homemade Apple — Handwriting accent */
@font-face {
  font-family: 'Homemade Apple';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/homemade-apple-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ========== 2. RESET & BASE ========== */

:root {
  /* Colors — matching thestudiobyad.de */
  --bg-primary: #ffffff;
  --bg-secondary: #f9f9f9;
  --bg-card: #ffffff;
  --bg-card-hover: #f5f5f5;
  --bg-elevated: #f8f8f8;
  --bg-dark: #212121;
  --bg-dark-light: #2d2d2d;
  --bg-footer: #0f172a;

  --gold: #c49a6c;
  --gold-bright: #d4af37;
  --gold-light: #dca54a;
  --gold-glow: rgba(196, 154, 108, 0.3);
  --gold-subtle: rgba(196, 154, 108, 0.08);

  --text-primary: #1a1a2e;
  --text-secondary: #4a4a4a;
  --text-muted: #7a7a7a;
  --text-light: #f5f5f5;
  --text-light-secondary: #eff2ff;

  --border: rgba(0, 0, 0, 0.06);
  --border-hover: rgba(196, 154, 108, 0.3);

  /* Typography — Fluid */
  --fs-display: clamp(3.5rem, 8vw, 7rem);
  --fs-h1: clamp(2.5rem, 5vw, 4.5rem);
  --fs-h2: clamp(2rem, 4vw, 3rem);
  --fs-h3: clamp(1.25rem, 2vw, 1.5rem);

  /* Spacing & Layout */
  --nav-height: 80px;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-sm: 8px;

  /* Easing */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-secondary);
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

::selection {
  background: var(--gold);
  color: #0a0a0a;
}

.container {
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
}

.section {
  padding: 120px 0;
}


/* ========== 3. TYPOGRAPHY ========== */

.section-overline {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: var(--gold);
  margin-bottom: 16px;
  font-weight: 500;
}

.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: var(--fs-h2);
  color: var(--text-primary);
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-desc {
  max-width: 600px;
  margin: 16px auto 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* Dark-background sections: lighter desc text */
.section-about .section-desc,
.section-booking .section-desc,
.section-contact .section-desc {
  color: var(--text-light-secondary, rgba(255, 255, 255, 0.65));
}


/* ========== 4. BUTTONS ========== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  font-family: inherit;
}

.btn-gold {
  background: var(--gold);
  color: #0a0a0a;
}

.btn-gold:hover {
  background: var(--gold-light);
  box-shadow: 0 8px 32px rgba(200, 165, 92, 0.3);
}

.btn-outline {
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
}

.btn-outline:hover {
  background: rgba(200, 165, 92, 0.1);
}

.btn-sm {
  padding: 10px 20px;
  font-size: 0.85rem;
}


/* ========== 5. CUSTOM CURSOR (desktop only) ========== */

.cursor {
  width: 12px;
  height: 12px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  transition: width 0.2s ease, height 0.2s ease;
  transform: translate(-50%, -50%);
  display: none;
}

.cursor-follower {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(200, 165, 92, 0.3);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition: width 0.3s ease, height 0.3s ease, transform 0.15s ease;
  transform: translate(-50%, -50%);
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .cursor,
  .cursor-follower {
    display: block;
    pointer-events: none;
  }
}


/* ========== 6. NAVBAR ========== */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 24px;
  background: transparent;
  transition: background 0.3s ease, border-bottom 0.3s ease;
}


.navbar.scrolled {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
}

.nav-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-logo-img {
  height: 38px;
  width: 38px;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

/* Default: gold logo visible, dark logo hidden */
.nav-logo-dark {
  display: none;
}

/* Scrolled (light bg): show dark logo, hide gold */
.navbar.scrolled .nav-logo-gold {
  display: none;
}
.navbar.scrolled .nav-logo-dark {
  display: block;
}

.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.15em;
  transition: color 0.3s ease;
}

.navbar.scrolled .logo-text {
  color: var(--text-primary);
}

.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
  position: relative;
}

.navbar.scrolled .nav-link {
  color: var(--text-secondary);
}

.navbar.scrolled .nav-link:hover {
  color: var(--text-primary);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link:hover {
  color: #ffffff;
}

/* --- Nav Dropdown --- */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.dropdown-chevron {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.nav-dropdown.open .dropdown-chevron,
.nav-dropdown:hover .dropdown-chevron,
.nav-dropdown.hover-active .dropdown-chevron {
  transform: rotate(180deg);
}

.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown.hover-active .nav-dropdown-toggle::after,
.nav-dropdown.open .nav-dropdown-toggle::after {
  width: 100%;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 220px;
  background: rgba(18, 20, 29, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.04);
  z-index: 100;
}

/* Invisible bridge so mouse doesn't lose hover between toggle and menu */
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 18px;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.hover-active .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
  text-decoration: none;
}

.dropdown-item:hover {
  background: rgba(196, 154, 108, 0.1);
  color: #ffffff;
}

.dropdown-item svg {
  color: var(--gold);
  flex-shrink: 0;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.dropdown-item:hover svg {
  opacity: 1;
}

/* Scrolled navbar: light dropdown */
.navbar.scrolled .nav-dropdown-menu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--border);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.navbar.scrolled .dropdown-item {
  color: var(--text-secondary);
}

.navbar.scrolled .dropdown-item:hover {
  background: rgba(196, 154, 108, 0.08);
  color: var(--text-primary);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.theme-toggle {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.3s ease;
}

.navbar.scrolled .theme-toggle {
  border-color: var(--border);
  color: var(--text-secondary);
}

.theme-toggle:hover {
  border-color: var(--border-hover);
  color: var(--gold);
}

.icon-moon {
  display: none;
}

[data-theme="light"] .icon-sun {
  display: none;
}

[data-theme="light"] .icon-moon {
  display: block;
}

.nav-cta {
  display: inline-flex;
}

.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.mobile-toggle span {
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
  display: block;
}

.navbar.scrolled .mobile-toggle span {
  background: var(--text-primary);
}

.mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translateY(7px);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px);
}


/* ========== 7. HERO ========== */

.hero {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('img/hero-bg.jpg') center center / cover no-repeat;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0.60) 0%,
    rgba(10, 10, 10, 0.75) 30%,
    rgba(10, 10, 10, 0.82) 60%,
    rgba(10, 10, 10, 0.93) 100%
  );
  z-index: 1;
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0 24px;
}

.hero-logo {
  margin-bottom: 28px;
}

.hero-logo-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 0 30px rgba(196, 154, 108, 0.3));
  animation: heroLogoFade 1.2s ease forwards;
}

@keyframes heroLogoFade {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-overline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: center;
}

.gold-line {
  width: 40px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .hero-overline {
    flex-direction: column;
    gap: 10px;
  }
  .gold-line {
    width: 30px;
  }
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: var(--fs-display);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 16px;
}

.hero-title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.6s ease, transform 0.6s var(--ease-out-expo);
  transition-delay: calc(var(--char-index) * 50ms);
}

.hero-title.revealed .char {
  opacity: 1;
  transform: translateY(0);
}

.hero-subtitle {
  font-family: 'Homemade Apple', cursive;
  font-size: 1.3rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease 0.8s;
}

.hero-title.revealed ~ .hero-subtitle {
  opacity: 1;
  transform: translateY(0);
}

.hero-divider {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 24px auto;
  transform: scaleX(0);
  transition: transform 0.6s var(--ease-out-expo) 1.2s;
}

.hero-title.revealed ~ .hero-divider {
  transform: scaleX(1);
}

.hero-tagline {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  z-index: 3;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: var(--gold);
  animation: scrollBounce 2s ease infinite;
}

@keyframes scrollBounce {
  0%, 100% {
    transform: scaleY(1);
    opacity: 1;
  }
  50% {
    transform: scaleY(0.5);
    opacity: 0.5;
  }
}


/* ========== 8. MARQUEE ========== */

.marquee-strip {
  background: var(--gold);
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  animation: marquee 30s linear infinite;
}

.marquee-track span {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0a0a0a;
  letter-spacing: 0.15em;
  padding: 0 16px;
}

.marquee-diamond {
  width: 6px;
  height: 6px;
  background: #0a0a0a;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin: 0 8px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* ========== 9. ABOUT ========== */

.section-about {
  background: var(--bg-dark-light);
}

.section-about .section-heading {
  color: var(--text-light);
}

.section-about .section-overline {
  color: var(--gold);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-image-frame {
  position: relative;
  padding: 12px;
  border: 1px solid var(--gold);
  border-radius: var(--radius-lg);
}

.about-image-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.about-content {
  /* container for text side */
}

.about-text {
  color: var(--text-light-secondary);
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.about-quote {
  position: relative;
  padding-left: 32px;
  border-left: 2px solid var(--gold);
  margin-top: 32px;
}

.about-quote .quote-icon {
  position: absolute;
  top: -8px;
  left: -20px;
  opacity: 0.3;
}

.about-quote p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--text-light);
  line-height: 1.6;
}

.about-buttons {
  display: flex;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.about-buttons .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.about-buttons .btn svg {
  flex-shrink: 0;
}


/* ========== 10. SERVICES ========== */

.section-services {
  background: var(--bg-secondary);
}

.section-services .section-heading {
  color: var(--text-primary);
}

.service-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
  position: relative;
  flex-wrap: wrap;
}

.service-tab {
  background: none;
  border: 1px solid var(--border);
  color: var(--text-secondary);
  padding: 10px 24px;
  border-radius: 100px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  font-family: inherit;
  transition: all 0.3s ease;
}

.service-tab:hover {
  border-color: var(--border-hover);
  color: var(--text-primary);
}

.service-tab.active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(200, 165, 92, 0.1);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:hover {
  border-color: rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.service-icon {
  margin-bottom: 20px;
}

.service-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.service-desc {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.service-duration {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.service-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 600;
}


/* ========== 11. TEAM ========== */

.section-team {
  background: var(--bg-secondary);
}

.section-team .section-heading {
  color: var(--text-primary);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.team-card {
  text-align: center;
}

.team-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 3 / 4;
}

.team-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1510, #0d0a06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

.team-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.team-role {
  font-size: 0.8rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.team-bio {
  color: var(--text-secondary);
  font-size: 0.88rem;
  margin-top: 8px;
  line-height: 1.6;
}


/* ========== 12. GALLERY ========== */

.section-gallery {
  background: var(--bg-primary);
}

.section-gallery .section-heading {
  color: var(--text-primary);
}

/* Before / After Slider */
.before-after {
  max-width: 450px;
  margin: 0 auto 48px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.ba-container {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.ba-image {
  position: absolute;
  inset: 0;
}

.ba-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ba-after {
  clip-path: inset(0 50% 0 0);
}

.ba-label {
  position: absolute;
  bottom: 16px;
  padding: 4px 12px;
  font-size: 0.75rem;
  background: rgba(10, 10, 10, 0.8);
  color: #ffffff;
  border-radius: 4px;
  z-index: 3;
}

.ba-before .ba-label {
  right: 16px;
}

.ba-after .ba-label {
  left: 16px;
}

.ba-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: var(--gold);
  cursor: ew-resize;
  z-index: 5;
}

.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-primary);
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  grid-auto-rows: 250px;
}

.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item-lg {
  grid-row: span 2;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  padding: 16px;
  z-index: 2;
}

.lightbox-close {
  top: 16px;
  right: 16px;
}

.lightbox-prev {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-next {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: var(--radius);
}


/* ========== 13. PRICING ========== */

.section-pricing {
  background: var(--bg-primary);
  padding-top: 80px;
}

.section-pricing .section-heading {
  color: var(--text-primary);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.pricing-cat-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.pricing-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(200, 165, 92, 0.06);
}

.pricing-name {
  font-size: 0.9rem;
  color: var(--text-primary);
  white-space: nowrap;
}

.pricing-name small {
  color: var(--text-muted);
  font-weight: 400;
}

.pricing-dots {
  flex: 1;
  border-bottom: 1px dotted rgba(200, 165, 92, 0.3);
  margin: 0 8px;
  min-width: 20px;
  align-self: center;
  height: 0;
  margin-bottom: 4px;
}

.pricing-amount {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: var(--gold);
  font-size: 1rem;
  white-space: nowrap;
}


/* ========== 14. TESTIMONIALS ========== */

.section-testimonials {
  background: var(--bg-secondary);
}

.section-testimonials .section-heading {
  color: var(--text-primary);
}

.testimonial-carousel {
  overflow: hidden;
  position: relative;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card {
  flex: 0 0 calc(33.333% - 16px);
  margin: 0 8px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}

.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.testimonial-text {
  font-style: italic;
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.testimonial-author strong {
  display: block;
  color: var(--text-primary);
  font-size: 0.9rem;
}

.testimonial-author span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.testimonial-btn {
  background: none;
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-secondary);
  transition: all 0.3s ease;
}

.testimonial-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.testimonial-dots {
  display: flex;
  gap: 8px;
}

.testimonial-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  padding: 0;
}

.testimonial-dots .dot.active {
  background: var(--gold);
  width: 24px;
  border-radius: 4px;
}


/* ========== 15. BOOKING ========== */

.section-booking {
  background: var(--bg-dark);
}

.section-booking .section-heading {
  color: var(--text-light);
}

.section-booking .section-overline {
  color: var(--gold);
}

/* Planity Widget Container */
.planity-container {
  max-width: 900px;
  margin: 0 auto;
  min-height: 400px;
}

.planity-placeholder {
  text-align: center;
  padding: 60px 20px;
  background: var(--bg-dark-light);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
}

.planity-placeholder-icon {
  margin-bottom: 20px;
  opacity: 0.7;
}

.planity-placeholder h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: var(--text-light);
  margin-bottom: 12px;
}

.planity-placeholder p {
  color: var(--text-light-secondary);
  font-size: 0.95rem;
  margin-bottom: 28px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.planity-placeholder .btn {
  margin-bottom: 0;
}

.planity-placeholder.hidden {
  display: none;
}

#planityWidget {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 0;
  transition: min-height 0.4s ease;
}

#planityWidget:not(:empty) {
  min-height: 500px;
  background: #fff;
  border-radius: var(--radius-lg);
}

/* ========== GALLERY CTA ========== */
.gallery-cta {
  text-align: center;
  margin-top: 48px;
}

.btn-insta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-insta svg {
  flex-shrink: 0;
}

/* ========== FLOATING BUTTONS ========== */
.floating-buttons {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.floating-buttons.hide-for-footer {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

.fab {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.4);
}

.fab-planity {
  background: var(--gold);
  color: #0a0a0a;
}

.fab-planity:hover {
  background: #d4a96e;
}

.fab-insta {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.fab-insta:hover {
  background: linear-gradient(135deg, #9b4dca, #ff3333, #ffcc55);
}

@media (max-width: 768px) {
  .floating-buttons {
    bottom: 16px;
    right: 16px;
    gap: 10px;
  }
  .fab {
    width: 46px;
    height: 46px;
  }
  .fab svg {
    width: 20px;
    height: 20px;
  }
}


/* ========== 16. CONTACT ========== */

.section-contact {
  background: var(--bg-dark);
  position: relative;
  padding-top: 80px;
}

.section-contact .section-heading {
  color: var(--text-light);
}

.section-contact .section-overline {
  color: var(--gold);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

.contact-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--gold);
}

.contact-item strong {
  display: block;
  color: var(--text-light);
  margin-bottom: 4px;
}

.contact-item p {
  color: var(--text-light-secondary);
  font-size: 0.9rem;
}

.contact-item a {
  color: var(--gold);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-item a:hover {
  opacity: 0.8;
}

.contact-hours {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-hours h3,
.contact-hours h4 {
  font-family: 'Playfair Display', serif;
  color: var(--text-light);
  margin-bottom: 16px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.9rem;
  color: var(--text-light-secondary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light-secondary);
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.contact-map {
  width: 100%;
  min-height: 400px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
  border-radius: var(--radius-lg);
  filter: grayscale(0.3) contrast(1.1);
  transition: filter 0.3s ease;
}

.contact-map iframe:hover {
  filter: grayscale(0) contrast(1);
}


/* ========== 17. FOOTER ========== */

.footer {
  padding: 40px 0;
  background: var(--bg-footer);
  color: rgba(255, 255, 255, 0.5);
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin-bottom: 40px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.15em;
}

.footer-brand p {
  font-size: 0.85rem;
  color: var(--gold);
  margin-top: 4px;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-social a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
}

.footer-bottom p a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom p a:hover {
  color: var(--gold-light);
  text-decoration: underline;
}

.footer-legal {
  display: flex;
  gap: 16px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: var(--gold);
}


/* ========== 18. SCROLL ANIMATIONS ========== */

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s var(--ease-out-expo);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }


/* ========== 19. RESPONSIVE ========== */

/* Tablet landscape */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-grid .team-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }

  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-card {
    flex: 0 0 calc(50% - 16px);
  }

  .booking-stylist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablet portrait & mobile */
@media (max-width: 768px) {
  .section {
    padding: 80px 0;
  }

  /* Mobile Navigation (fullscreen overlay below navbar, slide from right) */
  .nav-links {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100vw;
    height: calc(100vh - var(--nav-height));
    height: calc(100dvh - var(--nav-height));
    background-color: var(--bg-primary);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: flex;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.35s ease;
    z-index: 999;
  }

  .nav-links.open {
    clip-path: inset(0 0 0 0);
  }

  .nav-link {
    font-size: 1.2rem;
    color: var(--text-primary);
  }

  .nav-link:hover {
    color: var(--gold);
  }

  /* Mobile Dropdown */
  .nav-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-dropdown-toggle {
    font-size: 1.2rem;
    justify-content: center;
  }

  .nav-dropdown-toggle::after {
    display: none;
  }

  .nav-dropdown-menu {
    position: static;
    transform: none !important;
    min-width: auto;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: max-height 0.3s ease, padding 0.3s;
  }

  .nav-dropdown-menu::before {
    display: none;
  }

  /* Mobile: disable hover, only click (.open) */
  .nav-dropdown:hover .nav-dropdown-menu {
    max-height: 0;
    padding: 0;
  }

  .nav-dropdown.open .nav-dropdown-menu {
    max-height: 300px;
    padding: 10px 0;
  }

  .nav-dropdown.open:hover .nav-dropdown-menu {
    max-height: 300px;
    padding: 10px 0;
  }

  .dropdown-item {
    justify-content: center;
    padding: 10px 16px;
    font-size: 1.05rem;
    color: var(--text-muted);
  }

  .dropdown-item svg {
    display: none;
  }

  .mobile-toggle {
    display: flex;
    z-index: 1001;
  }

  .nav-cta {
    display: none;
  }

  .nav-logo-img {
    height: 32px;
    width: 32px;
  }

  .hero-logo-img {
    width: 95px;
    height: 95px;
  }

  .hero-logo {
    margin-bottom: 20px;
  }

  /* About */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Services */
  .services-grid {
    grid-template-columns: 1fr;
  }

  /* Team */
  .team-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-grid .team-card:last-child {
    max-width: 100%;
  }

  /* Gallery */
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 200px;
  }

  .gallery-item-lg {
    grid-row: span 1;
  }

  /* Pricing */
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  /* Testimonials */
  .testimonial-card {
    flex: 0 0 calc(100% - 16px);
  }

  /* Contact */
  .contact-grid {
    grid-template-columns: 1fr;
  }

  /* Booking */
  .booking-datetime {
    grid-template-columns: 1fr;
  }

  .booking-service-grid {
    grid-template-columns: 1fr;
  }

  .booking-stylist-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-wizard {
    padding: 24px;
  }

  /* Hero */
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  /* Footer */
  .footer-grid {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .hero-title {
    letter-spacing: 0.04em;
    font-size: clamp(2.8rem, 12vw, 3.5rem);
  }

  .hero-logo-img {
    width: 85px;
    height: 85px;
  }

  .booking-stylist-grid {
    grid-template-columns: 1fr;
  }
}


/* ========== 20. FULL DARK MODE (toggle) ========== */
/* Default (data-theme="dark") is a mixed theme: light sections with dark accents.
   data-theme="light" name is legacy — it actually applies an ALL-DARK look.
   Renaming would break existing user localStorage preferences, so kept as-is. */

[data-theme="light"] {
  --bg-primary: #0a0a0a;
  --bg-secondary: #141414;
  --bg-card: #1a1a1a;
  --bg-card-hover: #222222;
  --bg-elevated: #1e1e1e;
  --bg-dark: #0a0a0a;
  --bg-dark-light: #141414;

  --border: rgba(255, 255, 255, 0.06);
  --border-hover: rgba(200, 165, 92, 0.3);

  --text-primary: #f5f5f5;
  --text-secondary: #a0a0a0;
  --text-muted: #666666;
  --text-light: #f5f5f5;
  --text-light-secondary: #c0c0c0;
}

[data-theme="light"] .navbar.scrolled {
  background: rgba(10, 10, 10, 0.95);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* Dark mode scrolled: dropdown stays dark */
[data-theme="light"] .navbar.scrolled .nav-dropdown-menu {
  background: rgba(10, 10, 10, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

[data-theme="light"] .navbar.scrolled .dropdown-item {
  color: rgba(255, 255, 255, 0.65);
}

[data-theme="light"] .navbar.scrolled .dropdown-item:hover {
  background: rgba(196, 154, 108, 0.1);
  color: #f5f5f5;
}

[data-theme="light"] .navbar.scrolled .logo-text {
  color: #f5f5f5;
}

/* Dark theme scrolled: keep gold logo, hide dark */
[data-theme="light"] .navbar.scrolled .nav-logo-gold {
  display: block;
}
[data-theme="light"] .navbar.scrolled .nav-logo-dark {
  display: none;
}

[data-theme="light"] .navbar.scrolled .nav-link {
  color: #a0a0a0;
}

[data-theme="light"] .navbar.scrolled .nav-link:hover {
  color: #f5f5f5;
}

[data-theme="light"] .navbar.scrolled .theme-toggle {
  border-color: rgba(255, 255, 255, 0.15);
  color: #a0a0a0;
}

[data-theme="light"] .navbar.scrolled .mobile-toggle span {
  background: #f5f5f5;
}

[data-theme="light"] .section-about,
[data-theme="light"] .section-booking,
[data-theme="light"] .section-contact {
  background: #0a0a0a;
}

[data-theme="light"] .section-services,
[data-theme="light"] .section-team,
[data-theme="light"] .section-testimonials {
  background: #141414;
}

[data-theme="light"] .section-gallery,
[data-theme="light"] .section-pricing {
  background: #0a0a0a;
}

[data-theme="light"] .section-services .section-heading,
[data-theme="light"] .section-team .section-heading,
[data-theme="light"] .section-gallery .section-heading,
[data-theme="light"] .section-pricing .section-heading,
[data-theme="light"] .section-testimonials .section-heading {
  color: #f5f5f5;
}

[data-theme="light"] .service-card {
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.06);
}

[data-theme="light"] .service-card:hover {
  box-shadow: 0 16px 48px rgba(200, 165, 92, 0.08);
}

[data-theme="light"] .testimonial-card {
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.06);
}

[data-theme="light"] .about-image-placeholder,
[data-theme="light"] .team-image-placeholder,
[data-theme="light"] .gallery-placeholder {
  background: linear-gradient(135deg, #1a1510, #0d0a06);
}

[data-theme="light"] .footer {
  background: #050505;
}

/* Dark mode mobile nav background — desktop stays transparent */
@media (max-width: 768px) {
  [data-theme="light"] .nav-links {
    background-color: #0a0a0a;
  }
}

[data-theme="light"] ::selection {
  background: var(--gold);
  color: #0a0a0a;
}


/* ========== 21. ACCESSIBILITY: FOCUS STYLES ========== */

*:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(196, 154, 108, 0.25);
}

a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ========== 22. REDUCED MOTION ========== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .hero-title .char {
    transition: none;
    opacity: 1;
    transform: none;
  }

  .marquee-track {
    animation-play-state: paused;
  }

  .fade-up {
    opacity: 1;
    transform: none;
  }
}


/* ========== 22. COOKIE BANNER (DSGVO) ========== */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1a1a;
  border-top: 1px solid rgba(196, 154, 108, 0.2);
  padding: 24px;
  z-index: 10002;
  transform: translateY(0);
  transition: transform 0.4s var(--ease-out-expo), opacity 0.4s ease;
  box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.4);
}

.cookie-banner.hidden {
  transform: translateY(100%);
  pointer-events: none;
  opacity: 0;
}

.cookie-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 800px;
}

.cookie-text-links {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.cookie-text-links a {
  color: var(--gold);
  text-decoration: none;
  font-size: 0.82rem;
  transition: opacity 0.3s ease;
}

.cookie-text-links a:hover {
  opacity: 0.8;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-btn {
  background: var(--gold);
  color: #0a0a0a;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
}

.cookie-btn:hover {
  background: var(--gold-light);
  box-shadow: 0 4px 16px rgba(196, 154, 108, 0.3);
}

.cookie-btn-reject {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
}

.cookie-btn-reject:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.cookie-btn-settings {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
}

.cookie-btn-settings:hover {
  background: rgba(196, 154, 108, 0.1);
}

/* Cookie Settings Panel */
#cookieSettingsPanel h4 {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.cookie-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-option:last-of-type {
  border-bottom: none;
  margin-bottom: 16px;
}

.cookie-option-info {
  flex: 1;
  padding-right: 24px;
}

.cookie-option-info strong {
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.cookie-option-info p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  line-height: 1.5;
}

/* Cookie Toggle Switch */
.cookie-toggle {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  flex-shrink: 0;
}

.cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-toggle-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  transition: background 0.3s ease;
}

.cookie-toggle-slider::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.cookie-toggle input:checked + .cookie-toggle-slider {
  background: var(--gold);
}

.cookie-toggle input:checked + .cookie-toggle-slider::before {
  transform: translateX(22px);
}

.cookie-toggle input:disabled + .cookie-toggle-slider {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Cookie Button */
.cookie-gear-btn {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1a1a1a;
  border: 1px solid rgba(196, 154, 108, 0.3);
  color: var(--gold);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10002;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.cookie-gear-btn.hide-for-footer {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

.cookie-gear-btn:hover {
  background: #222222;
  border-color: var(--gold);
  transform: rotate(30deg);
}

.cookie-gear-btn.visible {
  display: flex;
}

/* Map Consent Placeholder */
.map-consent-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-lg);
  min-height: 400px;
}

.map-consent-placeholder svg {
  margin-bottom: 16px;
  opacity: 0.8;
}

.map-consent-placeholder p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 380px;
  margin-bottom: 12px;
}

.map-consent-placeholder p strong {
  color: #ffffff;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 4px;
}

.map-consent-placeholder .btn {
  margin-top: 8px;
  margin-bottom: 16px;
}

.map-consent-hint {
  color: var(--gold) !important;
  font-size: 0.85rem !important;
  opacity: 0.8;
}

/* Planity Consent Placeholder */
.planity-consent-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-lg);
  min-height: 300px;
}

.planity-consent-placeholder h3 {
  margin-bottom: 8px;
}

.planity-consent-placeholder p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 450px;
  margin-bottom: 16px;
}

.planity-consent-placeholder p a {
  color: var(--gold);
  text-decoration: underline;
}

/* Responsive Cookie Banner */
@media (max-width: 768px) {
  .cookie-banner {
    padding: 20px 16px;
  }

  .cookie-buttons {
    flex-direction: column;
  }

  .cookie-btn,
  .cookie-btn-reject,
  .cookie-btn-settings {
    width: 100%;
    text-align: center;
  }

  .cookie-text {
    font-size: 0.82rem;
  }

  .cookie-text-links {
    flex-direction: column;
    gap: 8px;
  }

  .cookie-option {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .cookie-option-info {
    padding-right: 0;
  }

  .cookie-gear-btn {
    bottom: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
  }

  .map-consent-placeholder {
    padding: 32px 16px;
    min-height: 300px;
  }
}
