/* LachBühne Dortmund — west-fish-197.css */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #000;
  --text-light: #fff;
  --text-dark: #000;
  --border-light: 1px solid #fff;
  --border-dark: 1px solid #000;
  --border-dim: 1px solid #333;
  --font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --fw: 300;
  --ls-btn: 2px;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text-light);
  font-family: var(--font);
  font-weight: var(--fw);
  font-size: 18px;
  line-height: 1.65;
}

/* -------------------------------------------------- SPLASH */
#splash {
  position: fixed; inset: 0; z-index: 9999;
  background: #000;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.5s ease;
}
#splash.hidden { opacity: 0; pointer-events: none; }
#splash .splash-logo { width: 120px; animation: splashPulse 1.5s ease-in-out infinite; }
@keyframes splashPulse { 0%,100%{opacity:1} 50%{opacity:.25} }

/* -------------------------------------------------- NAV */
nav#main-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 5%;
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(8px);
}
.nav-logo svg { width: 90px; display: block; }
nav#main-nav ul { list-style: none; display: flex; gap: 30px; align-items: center; }
nav#main-nav ul li a {
  color: #fff; text-decoration: none; font-size: 15px;
  letter-spacing: 1px; text-transform: lowercase; transition: opacity .2s;
}
nav#main-nav ul li a:hover { opacity: .55; }
.nav-cta {
  border: var(--border-light); padding: 10px 24px;
  font-size: 14px; letter-spacing: var(--ls-btn); text-transform: lowercase;
  color: #fff; text-decoration: none; transition: background .2s;
}
.nav-cta:hover { background: rgba(255,255,255,.15); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: #fff; }

/* -------------------------------------------------- HERO */
#hero {
  min-height: 100vh;
  background: #000 url('../picture/hero-stage.webp') center / cover no-repeat;
  display: flex; align-items: center; justify-content: flex-end;
  padding: 0 5%; position: relative; overflow: hidden;
}
#hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.hero-content {
  position: relative; z-index: 2; max-width: 540px;
  animation: slideRight 1s ease 2.8s both;
}
.hero-content h1 {
  font-size: clamp(26px, 4vw, 50px); font-weight: 300;
  letter-spacing: 1px; line-height: 1.2; text-transform: lowercase; margin-bottom: 22px;
}
.hero-subtitle { font-size: 17px; margin-bottom: 36px; opacity: .82; line-height: 1.7; }
.btn-group { display: flex; gap: 14px; flex-wrap: wrap; }

/* -------------------------------------------------- BUTTONS */
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  border: var(--border-light); min-width: 210px; height: 50px;
  padding: 0 20px; color: #fff; text-decoration: none;
  font-size: 15px; letter-spacing: var(--ls-btn); text-transform: lowercase;
  transition: background .2s; background: transparent;
  font-family: var(--font); font-weight: var(--fw); cursor: pointer;
}
.btn-ghost:hover { background: rgba(255,255,255,.18); }
.btn-ghost-dark {
  display: inline-flex; align-items: center; justify-content: center;
  border: var(--border-dark); min-width: 199px; height: 40px;
  padding: 0 20px; color: #000; text-decoration: none;
  font-size: 15px; letter-spacing: var(--ls-btn); text-transform: lowercase;
  transition: background .2s; background: transparent;
  font-family: var(--font); font-weight: var(--fw); cursor: pointer;
}
.btn-ghost-dark:hover { background: #dedede; }

/* -------------------------------------------------- SIGNUP BAR */
#signup-bar {
  background: #000; padding: 52px 5%;
  border-top: var(--border-dim); border-bottom: var(--border-dim);
}
.signup-inner { max-width: 860px; }
.signup-inner p { font-size: 15px; color: #999; margin-bottom: 18px; }
.signup-form { display: flex; }
.signup-form input[type="email"] {
  flex: 1; height: 48px; background: transparent;
  border: var(--border-light); color: #fff; font-size: 16px;
  padding: 0 18px; font-family: var(--font); outline: none;
}
.signup-form input[type="email"]::placeholder { color: #666; }
.signup-form button {
  height: 48px; padding: 0 28px; background: #fff; color: #000;
  border: var(--border-light); font-size: 15px; letter-spacing: var(--ls-btn);
  text-transform: lowercase; font-family: var(--font); cursor: pointer; transition: opacity .2s;
}
.signup-form button:hover { opacity: .82; }
.signup-gdpr { margin-top: 14px; font-size: 13px; color: #666; display: flex; align-items: flex-start; gap: 10px; }
.signup-gdpr input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; accent-color: #fff; }

/* -------------------------------------------------- ABOUT */
#about { background: #fff; color: #000; padding: 100px 5%; }
.about-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; gap: 8%; }
.about-img { flex: 0 0 42%; }
.about-img img { width: 100%; display: block; }
.about-text { flex: 1; }
.about-text h2 {
  font-size: clamp(26px, 3vw, 42px); font-weight: 300;
  text-transform: lowercase; margin-bottom: 28px; line-height: 1.2;
}
.about-text p { font-size: 17px; margin-bottom: 18px; line-height: 1.8; }

/* -------------------------------------------------- COURSES */
#courses { background: #fff; color: #000; padding: 80px 5%; }
.section-heading {
  text-align: center; margin-bottom: 24px;
  font-size: clamp(26px, 3vw, 42px); font-weight: 300; text-transform: lowercase;
}
.toggle-btn {
  display: block; margin: 0 auto 40px; width: 256px; height: 50px;
  border: var(--border-dark); background: transparent; font-size: 17px;
  color: #000; font-family: var(--font); font-weight: var(--fw);
  cursor: pointer; letter-spacing: 1px; text-transform: lowercase; transition: background .2s;
}
.toggle-btn:hover { background: #dedede; }
#courses-grid {
  display: none; grid-template-columns: repeat(3, 1fr); gap: 30px 20px;
  max-width: 960px; margin: 0 auto;
}
#courses-grid.show { display: grid; }
.course-card { max-width: 300px; margin: 0 auto; text-align: center; }
.course-card img { width: 100%; display: block; margin-bottom: 14px; }
.course-card h3 { font-size: 19px; font-weight: 400; min-height: 44px; margin-bottom: 8px; }
.course-card .price { font-size: 26px; font-weight: 300; margin-bottom: 6px; }
.course-card .duration { font-size: 13px; color: #888; margin-bottom: 18px; }

/* -------------------------------------------------- WHY US */
#why-us { background: #000; color: #fff; padding: 100px 5%; }
.why-inner { max-width: 1160px; margin: 0 auto; }
#why-us h2 {
  font-size: clamp(26px, 3vw, 42px); font-weight: 300;
  text-transform: lowercase; margin-bottom: 60px;
}
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.why-item i { font-size: 30px; margin-bottom: 20px; display: block; }
.why-item h3 { font-size: 20px; font-weight: 400; text-transform: lowercase; margin-bottom: 14px; }
.why-item p { font-size: 16px; line-height: 1.75; opacity: .75; }

/* -------------------------------------------------- VIDEO */
#video-section { background: #000; padding: 80px 5%; border-top: var(--border-dim); }
.video-inner { max-width: 860px; margin: 0 auto; text-align: center; }
#video-section h2 {
  font-size: clamp(24px, 2.5vw, 38px); font-weight: 300;
  text-transform: lowercase; margin-bottom: 40px; color: #fff;
}
.video-placeholder {
  position: relative; cursor: pointer;
  padding-bottom: 56.25%; overflow: hidden;
  background: url('../picture/courses-room.webp') center / cover no-repeat;
}
.video-play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 80px; height: 80px; border: 2px solid rgba(255,255,255,.85); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: #fff; transition: background .2s; background: rgba(0,0,0,.3);
}
.video-placeholder:hover .video-play-btn { background: rgba(255,255,255,.2); }

/* -------------------------------------------------- SCHEDULE */
#schedule { background: #000; color: #fff; padding: 100px 5%; border-top: var(--border-dim); }
.schedule-inner { max-width: 1160px; margin: 0 auto; }
#schedule h2 {
  font-size: clamp(26px, 3vw, 42px); font-weight: 300;
  text-transform: lowercase; margin-bottom: 60px;
}
.schedule-list { list-style: none; }
.schedule-item {
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: var(--border-dim); padding: 30px 0; gap: 20px;
}
.s-date { width: 34%; font-size: 18px; font-weight: 300; letter-spacing: 2px; text-transform: lowercase; }
.s-info { flex: 1; font-size: 18px; }
.s-info strong { display: block; margin-bottom: 4px; }
.s-info span { font-size: 14px; opacity: .55; }

/* -------------------------------------------------- CTA BANNER */
#cta-banner {
  position: relative;
  background: url('../picture/cta-mic.webp') center / cover no-repeat;
  padding: 160px 5%; text-align: center; overflow: hidden;
}
#cta-banner::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.68); }
.cta-overlay { position: relative; z-index: 2; }
.cta-overlay h2 {
  font-size: clamp(26px, 3.5vw, 52px); font-weight: 300;
  text-transform: lowercase; color: #fff; margin-bottom: 24px; line-height: 1.2;
}
.cta-overlay p { font-size: 17px; max-width: 560px; margin: 0 auto 36px; opacity: .82; }

/* -------------------------------------------------- FOOTER */
footer {
  background: #000; border-top: var(--border-dim); padding: 80px 5% 48px;
}
.footer-inner { max-width: 1160px; margin: 0 auto; }
.footer-logo { display: flex; justify-content: center; margin-bottom: 64px; }
.footer-logo svg { width: 110px; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 64px; }
.footer-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 20px; opacity: .45; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { color: #fff; text-decoration: none; font-size: 15px; text-transform: lowercase; transition: opacity .2s; }
.footer-col ul li a:hover { opacity: .5; }
.footer-col p { font-size: 15px; line-height: 1.8; opacity: .65; }
.footer-social { display: flex; gap: 20px; margin-top: 10px; }
.footer-social a { color: #fff; font-size: 20px; transition: opacity .2s; }
.footer-social a:hover { opacity: .5; }
.footer-bottom {
  text-align: center; font-size: 14px; color: #555;
  padding-top: 40px; border-top: var(--border-dim);
}
.footer-bottom a { color: #555; text-decoration: none; transition: color .2s; margin: 0 8px; }
.footer-bottom a:hover { color: #fff; }

/* -------------------------------------------------- COOKIE BANNER */
#cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 8000;
  background: #111; border-top: var(--border-dim); padding: 24px 5%;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  transform: translateY(100%); transition: transform .4s ease;
}
#cookie-banner.visible { transform: translateY(0); }
#cookie-banner p { font-size: 14px; color: #bbb; max-width: 680px; line-height: 1.65; }
#cookie-banner p a { color: #fff; text-decoration: underline; }
.cookie-btns { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-accept {
  background: #fff; color: #000; border: none; padding: 12px 28px;
  font-size: 14px; letter-spacing: 1px; text-transform: lowercase;
  font-family: var(--font); cursor: pointer; transition: opacity .2s;
}
.cookie-accept:hover { opacity: .82; }
.cookie-decline {
  background: transparent; color: #fff; border: 1px solid #555; padding: 12px 28px;
  font-size: 14px; letter-spacing: 1px; text-transform: lowercase;
  font-family: var(--font); cursor: pointer; transition: border-color .2s;
}
.cookie-decline:hover { border-color: #fff; }

/* -------------------------------------------------- SERVICE PAGES */
.page-hero {
  min-height: 52vh; background: #000;
  display: flex; align-items: flex-end; padding: 140px 5% 80px;
  border-bottom: var(--border-dim);
}
.page-hero-inner { max-width: 1160px; width: 100%; }
.page-hero h1 {
  font-size: clamp(28px, 4vw, 54px); font-weight: 300;
  text-transform: lowercase; max-width: 800px; line-height: 1.15;
}
.page-hero p { font-size: 17px; max-width: 580px; margin-top: 20px; opacity: .7; line-height: 1.7; }
.page-content { max-width: 860px; margin: 0 auto; padding: 80px 5%; }
.page-content h2 {
  font-size: clamp(22px, 2.5vw, 32px); font-weight: 300;
  text-transform: lowercase; margin: 52px 0 20px; line-height: 1.3;
}
.page-content p { font-size: 17px; line-height: 1.85; margin-bottom: 20px; opacity: .85; }
.page-content ul { padding-left: 22px; margin-bottom: 20px; }
.page-content ul li { font-size: 17px; line-height: 1.85; margin-bottom: 10px; opacity: .85; }
.page-content a { color: #fff; }

/* -------------------------------------------------- TEAM PAGE */
.team-section { padding: 80px 5%; }
.team-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.team-card { background: #0d0d0d; }
.team-card img { width: 100%; display: block; aspect-ratio: 3/4; object-fit: cover; }
.team-card-body { padding: 28px 24px; }
.team-card h3 { font-size: 22px; font-weight: 300; text-transform: lowercase; margin-bottom: 6px; }
.team-card .role { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; opacity: .45; margin-bottom: 18px; }
.team-card p { font-size: 15px; line-height: 1.75; opacity: .72; }

/* -------------------------------------------------- CONTACT PAGE */
.contact-wrap { max-width: 1160px; margin: 0 auto; padding: 80px 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-info-block h2 {
  font-size: 32px; font-weight: 300; text-transform: lowercase; margin-bottom: 32px;
}
.contact-info-block p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; opacity: .75; }
.ci-item { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.ci-item i { font-size: 18px; margin-top: 3px; opacity: .5; flex-shrink: 0; }
.ci-item span { font-size: 16px; line-height: 1.7; }
.contact-form-block h2 {
  font-size: 32px; font-weight: 300; text-transform: lowercase; margin-bottom: 32px;
}
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; opacity: .45; margin-bottom: 8px; }
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%; background: transparent; border: 1px solid #2a2a2a; color: #fff;
  padding: 14px 18px; font-size: 16px; font-family: var(--font); font-weight: var(--fw);
  outline: none; transition: border-color .2s; appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: #666; }
.form-group textarea { height: 140px; resize: vertical; }
.form-group select option { background: #111; }
.form-check { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 28px; font-size: 14px; line-height: 1.65; opacity: .65; }
.form-check input { margin-top: 3px; flex-shrink: 0; accent-color: #fff; }
.btn-submit {
  background: #fff; color: #000; border: none; width: 100%; height: 52px;
  font-size: 15px; letter-spacing: var(--ls-btn); text-transform: lowercase;
  font-family: var(--font); cursor: pointer; transition: opacity .2s;
}
.btn-submit:hover { opacity: .82; }

/* -------------------------------------------------- SEND PHP */
.send-page {
  min-height: 80vh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 80px 5%; flex-direction: column;
}
.send-page h1 { font-size: clamp(28px, 4vw, 48px); font-weight: 300; text-transform: lowercase; margin-bottom: 24px; }
.send-page p { font-size: 17px; opacity: .72; margin-bottom: 32px; max-width: 480px; }

/* -------------------------------------------------- ANIMATIONS */
@keyframes slideRight { from{opacity:0;transform:translateX(50px)} to{opacity:1;transform:translateX(0)} }
@keyframes fadeInUp { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:translateY(0)} }

/* -------------------------------------------------- RESPONSIVE */
@media (max-width: 1024px) {
  .about-inner { flex-direction: column; }
  .about-img { flex: none; width: 100%; max-width: 520px; margin: 0 auto 48px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  #courses-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .contact-wrap { grid-template-columns: 1fr; gap: 48px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  nav#main-nav ul {
    display: none; flex-direction: column; position: fixed;
    top: 68px; left: 0; right: 0; background: rgba(0,0,0,.97);
    padding: 32px 5%; gap: 22px; border-bottom: var(--border-dim);
  }
  nav#main-nav ul.open { display: flex; }
  .hamburger { display: flex; }
  .nav-cta { display: none; }
  #hero { justify-content: center; padding-top: 100px; align-items: flex-end; padding-bottom: 60px; }
  .hero-content { text-align: center; max-width: 100%; }
  .btn-group { justify-content: center; }
  .why-grid { grid-template-columns: 1fr; }
  #courses-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  #cookie-banner { flex-direction: column; align-items: flex-start; }
  .cookie-btns { flex-wrap: wrap; }
  .schedule-item { flex-direction: column; gap: 12px; }
  .s-date { width: 100%; }
  .signup-form { flex-direction: column; }
  .signup-form input[type="email"] { border-bottom: none; }
}
