/* ============================================================
   FILE: style.css
   PATH: .../themes/theme-kurhaus-luxe/css/style.css
   PROJECT: Studio 85 — Kurhaus Luxe Theme
   PURPOSE: Premium Luxury Yoga Studio Theme — Kurhaus-Eleganz
   ============================================================ */

/* ─────────────────────────────────────────────
   0. IMPORTS & VARIABLES
   ───────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Outfit:wght@200;300;400;500;600;700&display=swap');

:root {
  /* Farbpalette — Kurhaus Luxe */
  --gold:             #C5A55A;
  --gold-light:       #D4BB7C;
  --gold-dark:        #A8893D;
  --gold-shimmer:     #E8D5A0;
  --marble:           #E8E0D4;
  --marble-light:     #F2ECE3;
  --thermal:          #2D8B8B;
  --thermal-light:    #3AA8A8;
  --thermal-glow:     rgba(45, 139, 139, 0.15);
  --midnight:         #0A0A0F;
  --midnight-purple:  #1A1520;
  --midnight-deep:    #2D1F35;
  --champagne:        #FAF6EF;
  --champagne-dark:   #F0E8DA;

  /* Gradients */
  --gradient-dark:    linear-gradient(135deg, #0A0A0F 0%, #1A1520 50%, #2D1F35 100%);
  --gradient-gold:    linear-gradient(135deg, #A8893D, #C5A55A, #E8D5A0, #C5A55A, #A8893D);
  --gradient-marble:  linear-gradient(135deg, #E8E0D4 0%, #FAF6EF 50%, #E8E0D4 100%);
  --gradient-thermal: linear-gradient(135deg, #2D8B8B 0%, #3AA8A8 50%, #2D8B8B 100%);

  /* Typografie */
  --font-display:     'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body:        'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Spacing */
  --section-padding:  clamp(4rem, 8vw, 8rem);
  --container-max:    1280px;
  --container-wide:   1440px;

  /* Borders — Art Deco */
  --border-gold:      1px solid rgba(197, 165, 90, 0.3);
  --border-gold-strong: 1px solid rgba(197, 165, 90, 0.6);
  --border-marble:    1px solid rgba(232, 224, 212, 0.2);

  /* Shadows */
  --shadow-luxury:    0 20px 60px rgba(0, 0, 0, 0.3), 0 0 40px rgba(197, 165, 90, 0.05);
  --shadow-card:      0 10px 40px rgba(0, 0, 0, 0.2);
  --shadow-gold-glow: 0 0 30px rgba(197, 165, 90, 0.15);

  /* Transitions */
  --ease-luxury:      cubic-bezier(0.16, 1, 0.3, 1);
  --duration:         0.6s;
}


/* ─────────────────────────────────────────────
   1. RESET & BASE
   ───────────────────────────────────────────── */

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--marble);
  background: var(--midnight);
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gold);
  text-decoration: none;
  transition: color var(--duration) var(--ease-luxury);
}

a:hover {
  color: var(--gold-light);
}

::selection {
  background: rgba(197, 165, 90, 0.3);
  color: var(--champagne);
}


/* ─────────────────────────────────────────────
   2. TYPOGRAPHY
   ───────────────────────────────────────────── */

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.15;
  color: var(--champagne);
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.01em;
}

h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

h4 {
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  font-weight: 500;
}

p {
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  max-width: 65ch;
}

.text-gold {
  color: var(--gold);
}

.text-thermal {
  color: var(--thermal);
}

/* Gold Shimmer Text */
.shimmer-text {
  background: var(--gradient-gold);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: goldShimmer 4s linear infinite;
}

@keyframes goldShimmer {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* 3D Text Extrude */
.text-3d {
  text-shadow:
    1px 1px 0 rgba(168, 137, 61, 0.4),
    2px 2px 0 rgba(168, 137, 61, 0.35),
    3px 3px 0 rgba(168, 137, 61, 0.3),
    4px 4px 0 rgba(168, 137, 61, 0.25),
    5px 5px 0 rgba(168, 137, 61, 0.2),
    6px 6px 0 rgba(168, 137, 61, 0.15),
    7px 7px 0 rgba(168, 137, 61, 0.1),
    8px 8px 15px rgba(0, 0, 0, 0.4);
}


/* ─────────────────────────────────────────────
   3. ART DECO ORNAMENTS
   ───────────────────────────────────────────── */

.art-deco-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

.art-deco-divider::before,
.art-deco-divider::after {
  content: '';
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.art-deco-divider .diamond {
  width: 8px;
  height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.art-deco-border {
  border: 1px solid rgba(197, 165, 90, 0.2);
  padding: 2px;
  position: relative;
}

.art-deco-border::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(197, 165, 90, 0.15);
  pointer-events: none;
}

.art-deco-corner {
  position: relative;
}

.art-deco-corner::before,
.art-deco-corner::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: var(--gold);
  border-style: solid;
  opacity: 0.4;
}

.art-deco-corner::before {
  top: -1px;
  left: -1px;
  border-width: 2px 0 0 2px;
}

.art-deco-corner::after {
  bottom: -1px;
  right: -1px;
  border-width: 0 2px 2px 0;
}

/* Section Gold Line */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.section-label::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
}


/* ─────────────────────────────────────────────
   4. LAYOUT & CONTAINER
   ───────────────────────────────────────────── */

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
}

.container--wide {
  max-width: var(--container-wide);
}

section {
  padding: var(--section-padding) 0;
  position: relative;
}

.section--dark {
  background: var(--gradient-dark);
}

.section--champagne {
  background: var(--champagne);
  color: var(--midnight);
}

.section--champagne h2,
.section--champagne h3,
.section--champagne h4 {
  color: var(--midnight);
}

.section--champagne p {
  color: #3a3530;
}

.section--champagne .section-label {
  color: var(--gold-dark);
}

.section--champagne .section-label::before {
  background: var(--gold-dark);
}

.section--marble {
  background: var(--marble);
  color: var(--midnight);
  position: relative;
  overflow: hidden;
}

/* Marble Texture Background */
.marble-bg {
  position: relative;
  overflow: hidden;
}

.marble-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(232, 224, 212, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(197, 165, 90, 0.04) 0%, transparent 40%),
    radial-gradient(ellipse at 50% 80%, rgba(45, 139, 139, 0.03) 0%, transparent 40%);
  animation: marbleFlow 20s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes marbleFlow {
  0% {
    transform: scale(1) translate(0, 0);
  }
  33% {
    transform: scale(1.1) translate(-2%, 1%);
  }
  66% {
    transform: scale(1.05) translate(1%, -1%);
  }
  100% {
    transform: scale(1) translate(-1%, 2%);
  }
}


/* ─────────────────────────────────────────────
   5. NAVIGATION
   ───────────────────────────────────────────── */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.25rem 0;
  transition: all var(--duration) var(--ease-luxury);
}

.nav.scrolled {
  background: rgba(10, 10, 15, 0.92);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  padding: 0.75rem 0;
  border-bottom: var(--border-gold);
}

.nav__inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav__logo-text {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--champagne);
  letter-spacing: 0.05em;
}

.nav__logo-text span {
  color: var(--gold);
}

.nav__logo-sub {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
  display: block;
  margin-top: -2px;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav__links a {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--marble);
  position: relative;
  padding: 0.5rem 0;
}

.nav__links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width var(--duration) var(--ease-luxury);
}

.nav__links a:hover {
  color: var(--gold);
}

.nav__links a:hover::after,
.nav__links a.active::after {
  width: 100%;
}

.nav__links a.active {
  color: var(--gold);
}

.nav__cta {
  font-size: 0.75rem !important;
  letter-spacing: 0.15em !important;
  padding: 0.6rem 1.5rem !important;
  border: 1px solid var(--gold) !important;
  color: var(--gold) !important;
  transition: all var(--duration) var(--ease-luxury) !important;
}

.nav__cta:hover {
  background: var(--gold) !important;
  color: var(--midnight) !important;
}

.nav__cta::after {
  display: none !important;
}

/* Mobile Menu Toggle */
.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0.5rem;
  background: none;
  border: none;
}

.nav__toggle span {
  width: 24px;
  height: 1.5px;
  background: var(--gold);
  transition: all 0.3s ease;
  display: block;
}

.nav__toggle.active span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nav__toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav__toggle.active span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}


/* ─────────────────────────────────────────────
   6. HERO SECTION
   ───────────────────────────────────────────── */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--gradient-dark);
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Thermal Steam Canvas */
#thermalSteam {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  pointer-events: none;
}

/* Kurhaus Column Parallax — CSS Shapes */
.hero__columns {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.column-parallax {
  position: absolute;
  bottom: 0;
  width: clamp(30px, 4vw, 60px);
  background: linear-gradient(
    180deg,
    rgba(197, 165, 90, 0.06) 0%,
    rgba(197, 165, 90, 0.02) 100%
  );
  border-left: 1px solid rgba(197, 165, 90, 0.08);
  border-right: 1px solid rgba(197, 165, 90, 0.08);
}

.column-parallax::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: clamp(15px, 2vw, 25px);
  background: rgba(197, 165, 90, 0.08);
  border-bottom: 1px solid rgba(197, 165, 90, 0.1);
}

.column-parallax::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
  height: clamp(20px, 3vw, 40px);
  background: rgba(197, 165, 90, 0.06);
  border-top: 1px solid rgba(197, 165, 90, 0.08);
}

.column-parallax:nth-child(1) { left: 5%; height: 70%; opacity: 0.5; }
.column-parallax:nth-child(2) { left: 12%; height: 80%; opacity: 0.7; }
.column-parallax:nth-child(3) { left: 19%; height: 65%; opacity: 0.4; }
.column-parallax:nth-child(4) { right: 19%; height: 65%; opacity: 0.4; }
.column-parallax:nth-child(5) { right: 12%; height: 80%; opacity: 0.7; }
.column-parallax:nth-child(6) { right: 5%; height: 70%; opacity: 0.5; }

.hero__content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  padding: 0 2rem;
}

.hero__overline {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 1s var(--ease-luxury) 0.3s forwards;
}

.hero__title {
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 300;
  color: var(--champagne);
  margin-bottom: 0.5rem;
  opacity: 0;
  animation: fadeUp 1s var(--ease-luxury) 0.5s forwards;
}

.hero__title em {
  font-style: italic;
  color: var(--gold);
}

.hero__subtitle {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 300;
  font-style: italic;
  color: var(--marble);
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: fadeUp 1s var(--ease-luxury) 0.7s forwards;
}

.hero__actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 1s var(--ease-luxury) 0.9s forwards;
}

.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  animation: fadeUp 1s var(--ease-luxury) 1.2s forwards;
}

.hero__scroll-text {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.5;
}

.hero__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
  50% { opacity: 1; transform: scaleY(1); }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ─────────────────────────────────────────────
   7. BUTTONS
   ───────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  border: none;
  cursor: pointer;
  transition: all var(--duration) var(--ease-luxury);
  position: relative;
  overflow: hidden;
}

.btn--gold {
  background: var(--gold);
  color: var(--midnight);
}

.btn--gold:hover {
  background: var(--gold-light);
  color: var(--midnight);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold-glow);
}

.btn--outline {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
}

.btn--outline:hover {
  background: rgba(197, 165, 90, 0.1);
  color: var(--gold-light);
  transform: translateY(-2px);
}

.btn--thermal {
  background: var(--thermal);
  color: var(--champagne);
}

.btn--thermal:hover {
  background: var(--thermal-light);
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(45, 139, 139, 0.2);
}

.btn--dark {
  background: var(--midnight);
  color: var(--gold);
  border: 1px solid rgba(197, 165, 90, 0.3);
}

.btn--dark:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

/* Ripple Effect */
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
  transform: scale(0);
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
}

.btn:active::after {
  transform: scale(2);
  opacity: 1;
  transition: none;
}


/* ─────────────────────────────────────────────
   8. LUXURY CARDS — 3D Reveal
   ───────────────────────────────────────────── */

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.luxury-card {
  background: rgba(26, 21, 32, 0.6);
  border: var(--border-gold);
  padding: clamp(2rem, 3vw, 3rem);
  position: relative;
  overflow: hidden;
  transition: all var(--duration) var(--ease-luxury);
  /* 3D Reveal defaults */
  opacity: 0;
  transform: perspective(1000px) translateZ(-50px) rotateY(5deg);
}

.luxury-card.revealed {
  opacity: 1;
  transform: perspective(1000px) translateZ(0) rotateY(0);
}

.luxury-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity var(--duration) var(--ease-luxury);
}

.luxury-card:hover {
  transform: perspective(1000px) translateZ(10px) translateY(-5px);
  box-shadow: var(--shadow-luxury);
  border-color: rgba(197, 165, 90, 0.5);
}

.luxury-card:hover::before {
  opacity: 1;
}

.luxury-card__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: var(--gold);
  border: var(--border-gold);
  position: relative;
}

.luxury-card__icon::after {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(197, 165, 90, 0.1);
}

.luxury-card__title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--champagne);
  margin-bottom: 0.75rem;
}

.luxury-card__text {
  font-size: 0.9rem;
  color: rgba(232, 224, 212, 0.7);
  line-height: 1.8;
}

/* Card on light backgrounds */
.section--champagne .luxury-card {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(197, 165, 90, 0.2);
}

.section--champagne .luxury-card__text {
  color: #5a5550;
}


/* ─────────────────────────────────────────────
   9. PRICING TABLE
   ───────────────────────────────────────────── */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-card {
  background: rgba(26, 21, 32, 0.5);
  border: var(--border-gold);
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  transition: all var(--duration) var(--ease-luxury);
  opacity: 0;
  transform: perspective(800px) translateZ(-30px);
}

.pricing-card.revealed {
  opacity: 1;
  transform: perspective(800px) translateZ(0);
}

.pricing-card--featured {
  border-color: var(--gold);
  background: rgba(26, 21, 32, 0.8);
  transform: perspective(800px) translateZ(0) scale(1.05);
}

.pricing-card--featured.revealed {
  transform: perspective(800px) translateZ(0) scale(1.05);
}

.pricing-card--featured::before {
  content: 'Beliebteste Wahl';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--gold);
  color: var(--midnight);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.4rem;
}

.pricing-card:hover {
  transform: perspective(800px) translateZ(10px) translateY(-5px);
  box-shadow: var(--shadow-luxury);
}

.pricing-card--featured:hover {
  transform: perspective(800px) translateZ(10px) translateY(-5px) scale(1.05);
}

.pricing-card__name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--champagne);
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.pricing-card__price {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.pricing-card__period {
  font-size: 0.8rem;
  color: rgba(232, 224, 212, 0.5);
  margin-bottom: 2rem;
}

.pricing-card__features {
  list-style: none;
  margin-bottom: 2rem;
  text-align: left;
}

.pricing-card__features li {
  padding: 0.5rem 0;
  font-size: 0.85rem;
  color: rgba(232, 224, 212, 0.7);
  border-bottom: 1px solid rgba(197, 165, 90, 0.08);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pricing-card__features li::before {
  content: '◆';
  font-size: 0.5rem;
  color: var(--gold);
  flex-shrink: 0;
}


/* ─────────────────────────────────────────────
   10. TEAM SECTION
   ───────────────────────────────────────────── */

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.team-card {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all var(--duration) var(--ease-luxury);
}

.team-card.revealed {
  opacity: 1;
  transform: translateY(0);
}

.team-card__image {
  width: 200px;
  height: 200px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(197, 165, 90, 0.3);
  position: relative;
  background: rgba(26, 21, 32, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-card__image-placeholder {
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--gold);
  opacity: 0.5;
}

.team-card__name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--champagne);
  margin-bottom: 0.25rem;
}

.team-card__role {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.team-card__bio {
  font-size: 0.9rem;
  color: rgba(232, 224, 212, 0.6);
  max-width: 320px;
  margin: 0 auto;
}


/* ─────────────────────────────────────────────
   11. LOCATIONS / STANDORTE
   ───────────────────────────────────────────── */

.location-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.location-showcase__visual {
  aspect-ratio: 4/3;
  background: rgba(26, 21, 32, 0.4);
  border: var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.location-showcase__visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 50%, rgba(197, 165, 90, 0.05), transparent 60%),
    radial-gradient(circle at 70% 50%, rgba(45, 139, 139, 0.03), transparent 50%);
}

.location-showcase__placeholder {
  font-family: var(--font-display);
  font-size: 4rem;
  color: var(--gold);
  opacity: 0.15;
}

.location-showcase__info h3 {
  margin-bottom: 0.5rem;
}

.location-showcase__address {
  font-size: 0.9rem;
  color: var(--gold);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.location-showcase__features {
  list-style: none;
  margin-bottom: 2rem;
}

.location-showcase__features li {
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: rgba(232, 224, 212, 0.7);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.location-showcase__features li::before {
  content: '—';
  color: var(--gold);
}


/* ─────────────────────────────────────────────
   12. SCHEDULE / KURSPLAN
   ───────────────────────────────────────────── */

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.schedule-table thead th {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1rem;
  color: var(--gold);
  padding: 1rem 0.75rem;
  text-align: left;
  border-bottom: var(--border-gold-strong);
}

.schedule-table tbody td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(197, 165, 90, 0.08);
  color: rgba(232, 224, 212, 0.7);
  vertical-align: top;
}

.schedule-table tbody tr:hover {
  background: rgba(197, 165, 90, 0.03);
}

.schedule-class {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.schedule-class__name {
  font-weight: 500;
  color: var(--champagne);
}

.schedule-class__teacher {
  font-size: 0.75rem;
  color: var(--gold);
  opacity: 0.7;
}

.schedule-class__level {
  display: inline-block;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.15rem 0.5rem;
  border: 1px solid rgba(197, 165, 90, 0.2);
  color: var(--gold);
  margin-top: 0.25rem;
}


/* ─────────────────────────────────────────────
   13. CONTACT FORM
   ───────────────────────────────────────────── */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

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

.form-group label {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(26, 21, 32, 0.6);
  border: var(--border-gold);
  color: var(--champagne);
  font-family: var(--font-body);
  font-size: 0.9rem;
  transition: all 0.3s ease;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(197, 165, 90, 0.1);
}

.form-group textarea {
  min-height: 150px;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(232, 224, 212, 0.3);
}

.contact-info-list {
  list-style: none;
}

.contact-info-list li {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(197, 165, 90, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-info-list__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--border-gold);
  color: var(--gold);
  font-size: 0.9rem;
  flex-shrink: 0;
}

.contact-info-list__label {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
  margin-bottom: 0.25rem;
}

.contact-info-list__value {
  font-size: 0.95rem;
  color: var(--champagne);
}


/* ─────────────────────────────────────────────
   14. FOOTER
   ───────────────────────────────────────────── */

.footer {
  background: var(--midnight);
  border-top: var(--border-gold);
  padding: 4rem 0 2rem;
}

.footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer__brand p {
  font-size: 0.85rem;
  color: rgba(232, 224, 212, 0.5);
  margin-top: 1rem;
  max-width: 280px;
}

.footer__heading {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.footer__links {
  list-style: none;
}

.footer__links li {
  margin-bottom: 0.5rem;
}

.footer__links a {
  font-size: 0.85rem;
  color: rgba(232, 224, 212, 0.5);
  transition: color 0.3s ease;
}

.footer__links a:hover {
  color: var(--gold);
}

.footer__bottom {
  border-top: 1px solid rgba(197, 165, 90, 0.1);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: rgba(232, 224, 212, 0.3);
}

.footer__social {
  display: flex;
  gap: 1rem;
}

.footer__social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 165, 90, 0.2);
  color: var(--gold);
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.footer__social a:hover {
  background: var(--gold);
  color: var(--midnight);
  border-color: var(--gold);
}


/* ─────────────────────────────────────────────
   15. UTILITY CLASSES
   ───────────────────────────────────────────── */

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

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mb-6 { margin-bottom: 3rem; }
.mb-8 { margin-bottom: 4rem; }

.mt-2 { margin-top: 1rem; }
.mt-4 { margin-top: 2rem; }

.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-700 { max-width: 700px; }
.max-w-800 { max-width: 800px; }

/* Reveal Animations */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s var(--ease-luxury);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s var(--ease-luxury);
}

.reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s var(--ease-luxury);
}

.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger delays */
.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }

/* Gold line separator */
.gold-line {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 1.5rem 0;
}

.gold-line--center {
  margin-left: auto;
  margin-right: auto;
}

/* Kurse Tags */
.tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border: 1px solid;
}

.tag--gold {
  border-color: rgba(197, 165, 90, 0.3);
  color: var(--gold);
}

.tag--thermal {
  border-color: rgba(45, 139, 139, 0.3);
  color: var(--thermal);
}

.tag--level {
  border-color: rgba(232, 224, 212, 0.2);
  color: var(--marble);
}


/* ─────────────────────────────────────────────
   16. KURS CARDS
   ───────────────────────────────────────────── */

.kurs-card {
  background: rgba(26, 21, 32, 0.5);
  border: var(--border-gold);
  overflow: hidden;
  transition: all var(--duration) var(--ease-luxury);
  opacity: 0;
  transform: perspective(1000px) translateZ(-50px) rotateY(5deg);
}

.kurs-card.revealed {
  opacity: 1;
  transform: perspective(1000px) translateZ(0) rotateY(0);
}

.kurs-card:hover {
  transform: perspective(1000px) translateZ(10px) translateY(-5px);
  box-shadow: var(--shadow-luxury);
  border-color: rgba(197, 165, 90, 0.5);
}

.kurs-card__header {
  padding: 1.5rem 2rem;
  border-bottom: var(--border-gold);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.kurs-card__name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--champagne);
}

.kurs-card__body {
  padding: 1.5rem 2rem;
}

.kurs-card__desc {
  font-size: 0.9rem;
  color: rgba(232, 224, 212, 0.65);
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.kurs-card__meta {
  display: flex;
  gap: 1.5rem;
  font-size: 0.8rem;
  color: rgba(232, 224, 212, 0.4);
}

.kurs-card__meta span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.kurs-card__meta .gold {
  color: var(--gold);
}


/* ─────────────────────────────────────────────
   17. PAGE HEADERS (Sub-Pages)
   ───────────────────────────────────────────── */

.page-header {
  padding: clamp(8rem, 15vh, 12rem) 0 var(--section-padding);
  text-align: center;
  background: var(--gradient-dark);
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(197, 165, 90, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.page-header__overline {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.page-header__title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300;
  color: var(--champagne);
  margin-bottom: 1rem;
}

.page-header__desc {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: rgba(232, 224, 212, 0.6);
  max-width: 600px;
  margin: 0 auto;
}


/* ─────────────────────────────────────────────
   18. TESTIMONIALS
   ───────────────────────────────────────────── */

.testimonial {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 2rem;
}

.testimonial__quote {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-style: italic;
  font-weight: 300;
  color: var(--champagne);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  position: relative;
}

.testimonial__quote::before {
  content: '\201E';
  position: absolute;
  top: -0.5em;
  left: -0.5em;
  font-size: 4rem;
  color: var(--gold);
  opacity: 0.3;
  font-style: normal;
}

.testimonial__author {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}


/* ─────────────────────────────────────────────
   19. CTA BANNER
   ───────────────────────────────────────────── */

.cta-banner {
  padding: clamp(3rem, 6vw, 5rem);
  text-align: center;
  background: rgba(26, 21, 32, 0.8);
  border: var(--border-gold);
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(197, 165, 90, 0.1);
  pointer-events: none;
}

.cta-banner h2 {
  margin-bottom: 1rem;
}

.cta-banner p {
  margin: 0 auto 2rem;
  max-width: 550px;
  color: rgba(232, 224, 212, 0.6);
}


/* ─────────────────────────────────────────────
   20. RESPONSIVE
   ───────────────────────────────────────────── */

@media (max-width: 1024px) {
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .location-showcase {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .nav__links {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 10, 15, 0.97);
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    z-index: 999;
  }

  .nav__links.open {
    display: flex;
  }

  .nav__links a {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }

  .nav__toggle {
    display: flex;
    z-index: 1001;
  }

  .hero__title {
    font-size: clamp(2.2rem, 8vw, 3.5rem);
  }

  .footer__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .pricing-card--featured {
    transform: none;
  }

  .pricing-card--featured.revealed {
    transform: none;
  }

  .pricing-card--featured:hover {
    transform: translateY(-5px);
  }

  .column-parallax {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero__actions {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 280px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }
}
