/* ===== Drum Lessons Cologne — drumlessonscologne.de ===== */
/* Design-Basis = Artist-Site (johannesbiegl.de): Dark/Grau, Montserrat/Roboto. */
/* Eigener Akzent: Amber/Warm statt Grün — Geschwister-Look, nicht Zwilling. */

:root{
  --bg:#17181a;
  --bg2:#1e2023;
  --accent:#e0992f;       /* Amber */
  --accent-br:#f0b256;    /* Amber hell (Hover/Hervorhebung) */
  --on-accent:#241701;    /* Text auf Amber-Flächen */
  --text:#f1f2f2;
  --muted:#9aa1a1;
  --line:#2d3033;
  --font-head:'Montserrat',system-ui,sans-serif;
  --font-body:'Roboto',system-ui,-apple-system,sans-serif;
  --maxw:1320px;
  --pad:clamp(20px,5vw,48px);
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{ background:var(--bg); color:var(--text); font-family:var(--font-body); line-height:1.6; -webkit-font-smoothing:antialiased; }
img{ display:block; max-width:100%; height:auto; }
a{ color:inherit; text-decoration:none; }
.wrap{ max-width:var(--maxw); margin:0 auto; padding-left:var(--pad); padding-right:var(--pad); }

/* ===== NAV ===== */
.nav{
  position:fixed; top:0; left:0; right:0; z-index:50;
  display:flex; align-items:center; justify-content:space-between;
  padding:14px var(--pad);
  background:rgba(23,24,26,.6); backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav__brand{ display:flex; align-items:center; gap:11px; }
.nav__brand .logo{ height:34px; width:auto; }
.nav__links{ display:flex; align-items:center; gap:26px; }
.nav__links a{ color:#dcdfde; font-size:16px; font-weight:500; transition:color .2s; }
.nav__links a:hover{ color:var(--accent-br); }
.nav__book{ display:inline-block; padding:9px 18px; background:var(--accent); color:var(--on-accent); border-radius:4px; font-size:14px; font-weight:700; transition:background .2s; }
.nav__book:hover{ background:var(--accent-br); }
/* Sprach-Umschalter (Flaggen + DE/ENG) */
.nav__lang{ display:flex; align-items:center; gap:13px; }
.lang{ display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:600; letter-spacing:.04em; color:var(--muted); cursor:pointer; transition:color .2s, opacity .2s; }
.lang:not(.is-active){ opacity:.7; }
.lang.is-active{ color:#fff; }
.lang:hover{ color:var(--accent-br); opacity:1; }
.lang__flag{ width:22px; height:14px; border-radius:2px; box-shadow:0 0 0 1px rgba(255,255,255,.16); flex:0 0 auto; }
/* Burger (nur mobil sichtbar, siehe Media-Query) */
.nav__burger{ display:none; flex-direction:column; justify-content:center; gap:5px; width:40px; height:40px; padding:8px; margin-left:4px; background:transparent; border:0; cursor:pointer; }
.nav__burger span{ display:block; height:2px; width:100%; background:var(--text); border-radius:2px; transition:transform .25s, opacity .2s; }

/* ===== LOGO (Wortmarke + Sticks-Glyph, Amber-Akzent) ===== */
.logo-word{ display:flex; flex-direction:column; line-height:1; font-family:var(--font-head); }
.logo-word b{ font-weight:700; font-size:16px; letter-spacing:.02em; color:#fff; text-transform:uppercase; }
.logo-word i{ font-style:normal; font-weight:600; font-size:9.5px; letter-spacing:.34em; color:var(--accent-br); text-transform:uppercase; margin-top:3px; }

/* ===== HERO ===== */
.hero-wrap{ min-height:100vh; min-height:100svh; display:flex; flex-direction:column; }
.hero{
  position:relative; flex:1 0 auto; min-height:0; display:flex; align-items:flex-start;
  background:#0c0d0e url('images/hero.jpg') center 62%/cover no-repeat;
}
/* Abdunklung oben (für Text) + sanft unten, Mitte frei → Johannes bleibt sichtbar */
/* Links abgedunkelt (Text-Lesbarkeit), Mitte/rechts frei (Johannes), oben/unten sanft */
.hero::after{ content:''; position:absolute; inset:0; background:
  linear-gradient(to right, rgba(9,10,11,.86) 0%, rgba(9,10,11,.6) 26%, rgba(9,10,11,0) 56%),
  linear-gradient(to bottom, rgba(20,21,23,.5) 0%, rgba(20,21,23,0) 38%, rgba(20,21,23,0) 80%, rgba(20,21,23,.8) 100%); }
.hero__in{ position:relative; z-index:1; width:100%; max-width:var(--maxw); margin:0 auto; padding:clamp(96px,15vh,168px) var(--pad) 0; display:flex; flex-direction:column; align-items:flex-start; }
.eyebrow{ color:var(--accent-br); font-size:clamp(14px,1.6vw,19px); font-weight:700; letter-spacing:.16em; text-transform:uppercase; margin-bottom:16px; text-shadow:0 1px 12px rgba(0,0,0,.5); }
.hero__name{ font-family:var(--font-head); font-weight:700; font-size:clamp(42px,6.2vw,84px); line-height:1.02; letter-spacing:-.01em; text-shadow:0 2px 24px rgba(0,0,0,.35); }
.hero__name .accent{ color:var(--accent-br); }
.hero__tag{ color:#fff; font-weight:500; font-size:clamp(18px,2.1vw,27px); margin-top:16px; line-height:1.35; max-width:430px; text-shadow:0 2px 16px rgba(0,0,0,.55); }
.hero__cta{ display:flex; gap:14px; flex-wrap:wrap; margin-top:32px; }

/* ===== BUTTONS ===== */
.btn-solid{ display:inline-block; padding:13px 28px; background:var(--accent); color:var(--on-accent); font-size:14px; font-weight:700; letter-spacing:.02em; border-radius:4px; transition:background .2s; }
.btn-solid:hover{ background:var(--accent-br); }
.btn-ghost{ display:inline-block; padding:13px 26px; border:1px solid var(--line); color:var(--text); font-size:14px; font-weight:500; border-radius:4px; transition:border-color .2s; }
.btn-ghost:hover{ border-color:var(--text); }

/* ===== BÄNDER ===== */
.band{ position:relative; padding:clamp(48px,6vw,80px) 0; }
.band--a{ background:var(--bg); }
.band--b{ background:var(--bg2); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }

/* Trust-Streifen direkt unter dem Hero */
.trust{ background:var(--bg2); border-bottom:1px solid var(--line); }
.trust__in{ max-width:var(--maxw); margin:0 auto; padding:clamp(16px,2vw,22px) var(--pad); display:flex; flex-wrap:wrap; justify-content:center; align-items:center; }
.trust__item{ padding:6px clamp(20px,4vw,52px); font-size:clamp(14px,1.4vw,16px); color:#cfd4d2; letter-spacing:.01em; text-align:center; }
.trust__item b{ font-family:var(--font-head); font-weight:700; font-size:clamp(19px,2.1vw,23px); color:var(--accent-br); margin-right:7px; }
.trust__item + .trust__item{ border-left:1px solid var(--line); }
.trust__link{ color:inherit; text-decoration:none; transition:color .15s ease; }
.trust__link:hover{ color:#fff; }
.trust__link:hover b{ text-decoration:underline; text-underline-offset:3px; }

.block__head{ display:flex; align-items:baseline; justify-content:space-between; gap:20px; flex-wrap:wrap; margin-bottom:34px; }
.block__title{ font-family:var(--font-head); font-size:clamp(22px,2.4vw,30px); font-weight:700; letter-spacing:-.01em; }
.block__num{ font-family:var(--font-head); color:var(--accent-br); font-size:13px; font-weight:700; letter-spacing:.12em; margin-right:14px; }
.block__link{ color:var(--accent-br); font-size:14px; }
.block__link:hover{ text-decoration:underline; }
.block__intro{ max-width:none; margin:-16px 0 24px; color:#dde2e0; font-size:clamp(16px,1.5vw,19px); line-height:1.7; }

/* ===== WARUM SCHLAGZEUG (3 Karten) ===== */
.why-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.why-card{ border:1px solid var(--line); background:var(--bg2); border-radius:10px; padding:clamp(20px,2.4vw,26px); }
.why-card__media{ position:relative; width:100%; aspect-ratio:16/9; border-radius:10px; overflow:hidden; margin-bottom:14px; border:1px solid rgba(224,153,47,.14); }
.why-card__media img{ width:100%; height:100%; object-fit:cover; display:block; }
.why-card__media::after{ content:''; position:absolute; inset:0; pointer-events:none; background:linear-gradient(180deg, rgba(224,153,47,.14) 0%, rgba(224,153,47,0) 45%, rgba(20,21,23,.45) 100%); }
.why-card h3{ font-family:var(--font-head); font-size:18px; font-weight:700; margin-bottom:9px; }
.why-card p{ color:#cfd4d2; font-size:14.5px; line-height:1.6; }

/* ===== ANGEBOT (Präsenz / Online + Was du lernst) ===== */
.offer-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.offer-card{ border:1px solid var(--line); background:var(--bg2); border-radius:10px; padding:clamp(18px,2vw,24px); }
.offer-card__tag{ display:inline-block; font-family:var(--font-head); color:var(--accent-br); font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; margin-bottom:12px; }
.offer-card h3{ font-family:var(--font-head); font-size:21px; font-weight:700; margin-bottom:10px; }
.offer-card p{ color:#cfd4d2; font-size:15px; line-height:1.65; }
.learn{ margin-top:clamp(22px,2.6vw,32px); }
.learn__lead{ color:#cfd4d2; font-size:15px; line-height:1.6; margin:-6px 0 18px; max-width:760px; }
.ltheme-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.ltheme{ border:1px solid var(--line); border-left:3px solid var(--accent); background:var(--bg2); border-radius:10px; padding:clamp(20px,2.4vw,26px); }
.ltheme h4{ font-family:var(--font-head); font-size:17px; font-weight:700; color:#fff; margin-bottom:8px; }
.ltheme p{ color:#cfd4d2; font-size:14.5px; line-height:1.6; }
.learn__more{ display:none; margin-top:20px; }
.learn.is-expanded .learn__more{ display:block; }
.learn__more-lead{ color:#cfd4d2; font-size:15px; line-height:1.6; margin:0 0 14px; max-width:760px; }
.learn__label{ display:block; font-family:var(--font-head); color:var(--muted); font-size:11px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; margin-bottom:18px; }
.chips{ list-style:none; display:flex; flex-wrap:wrap; gap:10px; }
.chips li{ display:inline-flex; align-items:center; gap:8px; font-size:14px; color:#e2e6e4; padding:9px 16px; border:1px solid var(--line); background:rgba(255,255,255,.025); border-radius:999px; transition:border-color .2s, background .2s; }
.chips li:hover{ border-color:var(--accent); background:rgba(224,153,47,.08); }

/* ===== VIDEOS (Click-to-Play) ===== */
.vcard{ position:relative; display:flex; align-items:center; justify-content:center; width:100%; aspect-ratio:16/9; padding:0; border:1px solid var(--line); border-radius:8px; background-color:#000; background-size:cover; background-position:center; cursor:pointer; overflow:hidden; }
.vcard::before{ content:''; position:absolute; inset:0; background:rgba(15,17,16,.28); transition:background .2s; }
.vcard:hover::before{ background:rgba(15,17,16,.08); }
.vplay{ position:relative; z-index:1; width:62px; height:62px; border-radius:50%; background:var(--accent); color:var(--on-accent); display:flex; align-items:center; justify-content:center; font-size:20px; padding-left:3px; transition:transform .2s, background .2s; }
.vcard:hover .vplay{ transform:scale(1.08); background:var(--accent-br); }
.vgrid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.vgrid figure{ margin:0; }
.vgrid figure .vcard{ border-radius:6px; }
.video__cap{ color:var(--muted); font-size:12.5px; margin-top:10px; }
.vgrid figure.vhidden{ display:none; }
.vgrid.is-expanded figure.vhidden{ display:block; }
.tgrid .tcard.thidden{ display:none; }
.tgrid.is-expanded .tcard.thidden{ display:block; }
.vmore-wrap{ display:flex; justify-content:center; margin-top:clamp(22px,3vw,32px); }
.vmore{ display:inline-flex; align-items:center; gap:10px; padding:12px 24px; border:1px solid var(--line); background:transparent; color:var(--text); font-family:var(--font-body); font-size:14px; font-weight:500; border-radius:4px; cursor:pointer; transition:border-color .2s, color .2s; }
.vmore:hover{ border-color:var(--accent); color:var(--accent-br); }
.vmore__ic{ font-size:12px; line-height:1; transition:transform .25s; }
.vmore[aria-expanded="true"] .vmore__ic{ transform:rotate(180deg); }

/* ===== ÜBER MICH ===== */
.about-grid{ display:grid; grid-template-columns:1fr clamp(300px,36%,440px); gap:clamp(28px,4vw,56px); align-items:start; }
.about-grid .prose{ max-width:none; }
.about-main{ display:flex; flex-direction:column; }
.about-fig{ margin:0; }

/* Endorsements (Über mich) — kompakt in der linken Spalte unter dem Text,
   füllt den freien Platz neben dem hohen Bild. Logos einheitlich weiß (wie Artist-Site). */
.endorse-wrap{ margin-top:auto; padding-top:clamp(24px,3vw,34px); border-top:1px solid var(--line); }
.endorse__label{ display:block; font-family:var(--font-head); color:var(--muted); font-size:11px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; margin-bottom:clamp(18px,2.4vw,26px); }
.endorse{ list-style:none; display:flex; flex-wrap:nowrap; align-items:center; justify-content:space-between; gap:clamp(14px,1.8vw,24px); }
.endorse li{ display:flex; align-items:center; justify-content:center; }
.endorse img{ display:block; height:clamp(20px,2vw,26px); width:auto; opacity:.6;
  /* alle Logos einheitlich weiß färben (wie Artist-Site) */
  filter:brightness(0) invert(1); transition:opacity .2s; }
.endorse img.endorse__mark{ height:clamp(26px,2.7vw,34px); }
.endorse img.endorse__pd{ height:clamp(13px,1.4vw,18px); }
.endorse img:hover{ opacity:1; }
.about-fig img{ display:block; width:100%; border-radius:8px; border:1px solid var(--line); }
.about-fig figcaption{ color:var(--muted); font-size:12.5px; margin-top:10px; }
.about-ph{ display:flex; align-items:center; justify-content:center; aspect-ratio:4/5; background:var(--bg2); border:1px dashed var(--line); border-radius:8px; color:var(--muted); font-size:13px; text-align:center; padding:20px; }

/* Breites Medienbild (z. B. Studio im Unterrichts-Block) */
.media-fig{ margin:clamp(28px,3.4vw,44px) 0 0; }
.media-fig img{ display:block; width:100%; border-radius:10px; border:1px solid var(--line); }
.media-fig figcaption{ color:var(--muted); font-size:12.5px; margin-top:10px; }
.media-ph{ display:flex; align-items:center; justify-content:center; aspect-ratio:16/7; background:var(--bg2); border:1px dashed var(--line); border-radius:10px; color:var(--muted); font-size:13px; }

/* Studio-Einblicke (3 Detail-Fotos nebeneinander) */
.studio-gallery{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:clamp(28px,3.4vw,44px) 0 0; }
.studio-gallery img{ display:block; width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:10px; border:1px solid var(--line); }
.studio-gallery figcaption{ color:var(--muted); font-size:12.5px; margin-top:10px; grid-column:1/-1; }

/* Cineastischer Live-Streifen (S/W) */
.strip{ position:relative; min-height:clamp(220px,32vw,360px); display:flex; align-items:center; background:#0c0d0e center 35%/cover no-repeat; }
.strip img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 64%; filter:grayscale(1) contrast(1.05); }
.strip::after{ content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(12,13,14,.55),rgba(12,13,14,.32) 45%,rgba(12,13,14,.72)); }
.strip__in{ position:relative; z-index:1; max-width:var(--maxw); margin:0 auto; width:100%; padding:0 var(--pad); display:flex; justify-content:flex-end; }
.strip__q{ font-family:var(--font-head); font-weight:700; font-size:clamp(20px,2.8vw,34px); line-height:1.2; color:#fff; max-width:760px; text-align:right; text-shadow:0 2px 14px rgba(0,0,0,.75); }
.strip__q span{ color:var(--accent-br); }

/* Gutschein-Callout */
.gift{ display:flex; flex-wrap:wrap; align-items:center; gap:16px; margin-top:18px; padding:clamp(18px,2.2vw,24px); border:1px solid var(--line); border-radius:12px; background:var(--bg2); }
.gift__ic{ width:42px; height:42px; flex:0 0 auto; border-radius:10px; background:rgba(224,153,47,.12); color:var(--accent-br); display:flex; align-items:center; justify-content:center; font-size:20px; }
.gift__img{ flex:0 0 auto; width:clamp(220px,34%,320px); max-width:100%; border-radius:10px; border:1px solid var(--line); }
.gift__txt{ flex:1 1 280px; color:#cfd4d2; font-size:14.5px; line-height:1.55; }
.gift__txt strong{ color:#fff; font-weight:700; }
.gift a{ color:var(--accent-br); }
.gift a:hover{ text-decoration:underline; }

/* Kontakt-Infozeilen (WhatsApp / Adresse) */
.contact__info{ display:flex; flex-wrap:wrap; gap:14px 30px; margin-top:22px; }
.contact__info a, .contact__info span{ display:inline-flex; align-items:center; gap:9px; color:#cfd4d2; font-size:14.5px; }
.contact__info a:hover{ color:var(--accent-br); }
.contact__info .ic{ color:var(--accent-br); }

/* ===== ABLAUF (Schritte) ===== */
.steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; counter-reset:step; }
.step{ position:relative; border:1px solid var(--line); background:var(--bg2); border-radius:10px; padding:clamp(20px,2.4vw,28px); }
.step__n{ font-family:var(--font-head); color:var(--accent-br); font-size:13px; font-weight:700; letter-spacing:.12em; margin-bottom:12px; }
.step h3{ font-family:var(--font-head); font-size:17px; font-weight:700; margin-bottom:8px; }
.step p{ color:#cfd4d2; font-size:14px; line-height:1.6; }

/* ===== PREISE ===== */
.price-cols{ display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:stretch; }
.price-card{ display:flex; flex-direction:column; border:1px solid var(--line); background:var(--bg2); border-radius:12px; padding:clamp(24px,2.8vw,34px); }
.price-card > .btn-solid{ margin-top:auto; align-self:flex-start; }
.price-card--feature{ border-color:var(--accent); box-shadow:0 0 0 1px var(--accent) inset; }
.price-card__label{ display:flex; align-items:center; gap:10px; font-family:var(--font-head); color:var(--muted); font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; margin-bottom:20px; }
.price-card__label .badge{ background:var(--accent); color:var(--on-accent); font-size:10px; letter-spacing:.06em; padding:3px 9px; border-radius:999px; }
.price-list{ list-style:none; }
.price-list li{ display:flex; align-items:baseline; justify-content:space-between; gap:16px; padding:14px 0; border-bottom:1px solid var(--line); }
.price-list li:last-child{ border-bottom:0; }
.price-list .pl__name{ font-size:15.5px; color:#e8ebea; }
.price-list .pl__sub{ display:block; color:var(--muted); font-size:12.5px; margin-top:3px; }
.price-list .pl__amt{ font-family:var(--font-head); font-weight:700; font-size:19px; color:#fff; white-space:nowrap; }
.price-list .pl__amt small{ display:block; font-family:var(--font-body); font-weight:400; font-size:11.5px; color:var(--muted); text-align:right; }
.price-note{ color:var(--muted); font-size:13px; line-height:1.6; margin-top:16px; margin-bottom:18px; }
.price-foot{ display:flex; flex-wrap:wrap; align-items:center; gap:18px; margin-top:clamp(28px,3.4vw,40px); padding:clamp(22px,2.6vw,30px); border:1px solid var(--accent); border-radius:12px; background:rgba(224,153,47,.06); }
.price-foot__txt{ flex:1 1 280px; }
.price-foot__txt strong{ color:#fff; font-weight:700; }
.price-foot__amt{ font-family:var(--font-head); font-weight:700; font-size:clamp(26px,3vw,34px); color:var(--accent-br); }
/* Add-ons (Übekabine, Gutschein) — bewusst leichter/kleiner als die Hauptkarten */
.price-addons__head{ font-family:var(--font-head); color:var(--muted); font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; margin:clamp(28px,3.4vw,40px) 0 14px; }
.price-addons{ display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:stretch; margin-top:18px; }
.addon{ display:flex; flex-direction:column; border:1px solid var(--line); background:var(--bg2); border-radius:12px; padding:clamp(20px,2.4vw,26px); }
.addon__label{ display:flex; align-items:baseline; flex-wrap:wrap; gap:10px; font-family:var(--font-head); color:#fff; font-size:15px; font-weight:700; margin-bottom:10px; }
.addon__label .addon__tag{ font-size:10px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--accent-br); }
.addon__desc{ color:#cfd4d2; font-size:14px; line-height:1.6; }
.addon__prices{ list-style:none; display:flex; flex-wrap:wrap; gap:8px 10px; margin:16px 0 0; }
.addon__prices li{ display:inline-flex; align-items:baseline; gap:6px; padding:7px 12px; border:1px solid var(--line); border-radius:8px; background:rgba(255,255,255,.025); font-size:13px; color:var(--muted); }
.addon__prices b{ font-family:var(--font-head); font-weight:700; font-size:15px; color:#fff; }
.addon__ways{ list-style:none; margin:14px 0 0; display:flex; flex-direction:column; gap:8px; }
.addon__ways li{ position:relative; padding-left:22px; color:#cfd4d2; font-size:13.5px; line-height:1.5; }
.addon__ways li::before{ content:'✓'; position:absolute; left:0; top:0; color:var(--accent-br); font-size:13px; font-weight:700; }
.addon__note{ color:var(--muted); font-size:12.5px; line-height:1.6; margin-top:14px; }
.addon__link{ margin-top:auto; padding-top:18px; align-self:flex-start; color:var(--accent-br); font-family:var(--font-head); font-weight:700; font-size:13.5px; letter-spacing:.02em; }
.addon__link:hover{ text-decoration:underline; }
/* Gutschein-Karte: Bild füllt die linke Seite, Text rechts → gleiche Höhe wie Übekabine, kein Leerraum */
.addon--gift, .addon--room{ flex-direction:row; padding:0; overflow:hidden; }
.addon__img{ flex:0 0 42%; width:42%; align-self:stretch; object-fit:cover; object-position:18% center; border-right:1px solid var(--line); }
.addon--room .addon__img{ object-position:center 42%; }
.addon__body{ flex:1 1 auto; min-width:0; display:flex; flex-direction:column; padding:clamp(20px,2.4vw,26px); }

/* ===== TESTIMONIALS ===== */
.tgrid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.tcard{ border:1px solid var(--line); background:var(--bg2); border-radius:10px; padding:clamp(22px,2.4vw,28px); display:flex; flex-direction:column; }
.tcard__quote{ color:#dde2e0; font-size:15px; line-height:1.62; }
.tcard__quote::before{ content:'“'; display:block; font-family:var(--font-head); color:var(--accent); font-size:34px; line-height:.5; margin-bottom:14px; }
.tcard__name{ margin-top:18px; font-family:var(--font-head); font-size:13px; font-weight:700; color:var(--accent-br); letter-spacing:.02em; }

/* Google-Rezensionen */
.greviews{ text-align:center; }
.greviews__head{ display:inline-flex; align-items:center; gap:10px; text-decoration:none; color:var(--text); margin-bottom:clamp(20px,2.6vw,28px); padding:9px 20px; border:1px solid var(--line); border-radius:100px; background:var(--bg2); transition:border-color .2s, transform .15s; }
.greviews__head:hover{ border-color:var(--accent); transform:translateY(-1px); }
.greviews__head b{ font-family:var(--font-head); font-weight:700; font-size:20px; color:var(--text); }
.greviews__g{ width:22px; height:22px; flex:none; }
.greviews__stars{ color:#fbbc04; font-size:16px; letter-spacing:1px; }
.greviews__label{ font-size:14px; color:#cfd4d2; }
.greviews__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; text-align:left; }
.grev{ border:1px solid var(--line); background:var(--bg2); border-radius:10px; padding:clamp(18px,2vw,24px); display:flex; flex-direction:column; }
.grev__top{ display:flex; align-items:center; gap:12px; margin-bottom:14px; }
.grev__av{ flex:none; width:40px; height:40px; border-radius:50%; display:grid; place-items:center; color:#fff; font-family:var(--font-head); font-weight:700; font-size:18px; }
.grev__meta{ display:flex; flex-direction:column; gap:2px; min-width:0; }
.grev__name{ font-family:var(--font-head); font-size:14px; font-weight:700; color:var(--text); }
.grev__stars{ color:#fbbc04; font-size:13px; letter-spacing:1px; }
.grev__g{ width:18px; height:18px; margin-left:auto; flex:none; align-self:flex-start; }
.grev__text{ position:relative; color:#dde2e0; font-size:14.5px; line-height:1.6; max-height:9.6em; overflow:hidden; }
.grev__text p{ margin:0 0 10px; }
.grev__text p:last-child{ margin-bottom:0; }
.grev__text::after{ content:''; position:absolute; left:0; right:0; bottom:0; height:2.6em; background:linear-gradient(rgba(30,32,35,0), var(--bg2)); pointer-events:none; }
.grev.is-open .grev__text{ max-height:none; }
.grev.is-open .grev__text::after{ display:none; }
.grev.is-full .grev__text{ max-height:none; overflow:visible; }
.grev.is-full .grev__text::after{ display:none; }
.grev__toggle{ align-self:flex-start; margin-top:10px; padding:0; background:none; border:0; color:var(--accent-br); font-family:var(--font-body); font-size:13px; font-weight:600; cursor:pointer; }
.grev__toggle:hover{ text-decoration:underline; }
.grev.is-hidden{ display:none; }
.greviews__grid.is-expanded .grev.is-hidden{ display:flex; }
.greviews__sep{ text-align:center; font-family:var(--font-head); font-size:14px; font-weight:600; color:#cfd4d2; letter-spacing:.02em; margin:clamp(30px,4vw,44px) 0 clamp(20px,2.6vw,26px); }

/* ===== FAQ ===== */
.faq{ max-width:none; display:grid; grid-template-columns:1fr 1fr; gap:0 clamp(28px,4vw,56px); align-items:start; }
.faq__col{ min-width:0; }
.faq details{ border-bottom:1px solid var(--line); }
.faq details:first-child{ border-top:1px solid var(--line); }
.faq summary{ list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:20px 4px; font-family:var(--font-head); font-size:clamp(16px,1.7vw,18px); font-weight:600; color:#fff; }
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{ content:'+'; color:var(--accent-br); font-size:24px; font-weight:400; line-height:1; flex:0 0 auto; transition:transform .2s; }
.faq details[open] summary::after{ transform:rotate(45deg); }
.faq__a{ padding:0 4px 22px; color:#cfd4d2; font-size:15px; line-height:1.7; }
.faq__a p{ margin-bottom:12px; }
.faq__a p:last-child{ margin-bottom:0; }

/* ===== INSTAGRAM ===== */
.ig__grid{ display:grid; grid-template-columns:repeat(auto-fill, minmax(clamp(140px,16vw,180px),1fr)); gap:clamp(8px,1vw,14px); }
.ig__grid a{ position:relative; display:block; aspect-ratio:9/16; overflow:hidden; border-radius:6px; background:#1d1f22; }
.ig__grid img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .35s ease; }
.ig__grid a:hover img{ transform:scale(1.05); }
.ig__icon{ position:absolute; top:8px; right:10px; z-index:2; color:#fff; font-size:12px; line-height:1; text-shadow:0 1px 5px rgba(0,0,0,.7); pointer-events:none; }
.ig__note{ color:var(--muted); font-size:12px; margin-top:14px; }
.ig__play{ position:absolute; inset:0; z-index:2; display:flex; align-items:center; justify-content:center; background:transparent; border:0; padding:0; cursor:pointer; }
.ig__play::before{ content:'▶'; width:46px; height:46px; border-radius:50%; background:rgba(224,153,47,.92); color:var(--on-accent); display:flex; align-items:center; justify-content:center; font-size:15px; padding-left:3px; box-shadow:0 2px 12px rgba(0,0,0,.4); transition:transform .2s, background .2s; }
.ig__play:hover::before{ transform:scale(1.08); background:var(--accent-br); }

/* ===== Video-Lightbox (Instagram-Einbettung) ===== */
.vmodal{ position:fixed; inset:0; z-index:1000; display:flex; align-items:center; justify-content:center; background:rgba(8,9,10,.92); padding:clamp(16px,4vw,52px); opacity:0; transition:opacity .2s; }
.vmodal.is-open{ opacity:1; }
.vmodal__inner{ position:relative; width:100%; max-width:1100px; }
.vmodal__frame{ position:relative; width:100%; aspect-ratio:16/9; background:#000; border-radius:8px; overflow:hidden; box-shadow:0 20px 60px rgba(0,0,0,.5); }
.vmodal__frame.is-portrait{ aspect-ratio:9/16; max-width:min(420px,calc(100vh - 120px)*0.5625); margin:0 auto; }
.vmodal__frame.is-ig{ aspect-ratio:auto; width:min(400px,92vw); max-width:none; height:min(82vh,720px); margin:0 auto; background:#fff; }
.vmodal__frame iframe, .vmodal__frame video{ position:absolute; inset:0; width:100%; height:100%; border:0; background:#000; }
.vmodal__close{ position:absolute; top:-44px; right:0; width:38px; height:38px; border:0; border-radius:50%; background:rgba(255,255,255,.14); color:#fff; font-size:22px; line-height:1; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .2s; }
.vmodal__close:hover{ background:rgba(255,255,255,.28); }

/* ===== CONTACT ===== */
.contact__sub{ color:var(--muted); font-size:15px; margin:-14px 0 26px; max-width:640px; line-height:1.6; }
.cform{ max-width:640px; }
.cform__row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:14px; }
.cform input, .cform textarea{ width:100%; background:var(--bg2); border:1px solid var(--line); border-radius:6px; padding:14px 16px; color:var(--text); font-family:inherit; font-size:15px; }
.cform > input{ margin-bottom:14px; }
.cform textarea{ margin-bottom:18px; resize:vertical; }
.cform input::placeholder, .cform textarea::placeholder{ color:var(--muted); }
.cform input:focus, .cform textarea:focus{ outline:none; border-color:var(--accent); }
.cform .btn-solid{ border:none; cursor:pointer; }
.cform .btn-solid:disabled{ opacity:.6; cursor:default; }
.cform__hp{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
.cform__consent{ display:flex; gap:11px; align-items:flex-start; margin:0 0 18px; color:var(--muted); font-size:13.5px; line-height:1.55; cursor:pointer; }
.cform__consent input{ width:17px; height:17px; margin-top:2px; flex:0 0 auto; accent-color:var(--accent); cursor:pointer; }
.cform__consent a{ color:var(--accent-br); }
.contact__grid{ display:grid; grid-template-columns:minmax(0,640px) minmax(0,1fr); gap:clamp(30px,5vw,60px); align-items:start; }
.contact__grid .cform{ max-width:none; }
.contact__aside{ border-left:1px solid var(--line); padding-left:clamp(24px,3vw,40px); }
.contact__aside-title{ font-family:var(--font-head); font-size:16px; font-weight:700; color:#fff; margin-bottom:16px; }
.contact__aside .contact__info{ flex-direction:column; gap:14px; margin-top:0; }
.contact__aside .contact__alt{ margin-top:20px; }
.cform__consent a:hover{ text-decoration:underline; }
.cform__status{ margin-top:16px; font-size:14.5px; line-height:1.6; min-height:1px; }
.cform__status--ok{ color:var(--accent-br); }
.cform__status--err{ color:#e98b7c; }
.contact__alt{ color:var(--muted); font-size:14px; margin-top:20px; }
.contact__alt a{ color:var(--accent-br); }
.contact__alt a:hover{ text-decoration:underline; }

/* ===== SUBPAGE / RECHTSTEXTE ===== */
.prose{ max-width:900px; }
.prose p{ font-size:clamp(16px,1.5vw,19px); color:#dde2e0; line-height:1.75; margin-bottom:22px; }
.prose p:first-child{ color:#fff; font-size:clamp(18px,1.7vw,22px); }
.prose strong{ color:#fff; font-weight:700; }
.prose a{ color:var(--accent-br); }
.prose a:hover{ text-decoration:underline; }
.back-link{ display:inline-block; margin-top:clamp(34px,4vw,52px); color:var(--accent-br); font-size:14px; }
.back-link:hover{ text-decoration:underline; }
.phero__eyebrow{ color:var(--accent-br); font-size:13px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; margin-bottom:12px; }
.phero__title{ font-family:var(--font-head); font-weight:700; font-size:clamp(40px,6vw,80px); line-height:1; letter-spacing:-.01em; }
.legal{ max-width:820px; }
.legal p:first-child{ color:#dde2e0; font-size:clamp(16px,1.5vw,19px); }
.legal h2{ font-family:var(--font-head); color:#fff; font-size:clamp(21px,2.4vw,28px); font-weight:700; line-height:1.2; margin:clamp(34px,4vw,52px) 0 16px; }
.legal h2:first-of-type{ margin-top:0; }
.legal h3{ font-family:var(--font-head); color:#fff; font-size:clamp(16px,1.7vw,19px); font-weight:600; margin:26px 0 10px; }
.legal a{ color:var(--accent-br); }
.legal a:hover{ text-decoration:underline; }
.legal address{ font-style:normal; color:#dde2e0; line-height:1.75; margin-bottom:22px; }

/* ===== FOOTER ===== */
.foot{ padding:30px var(--pad); background:var(--bg); border-top:1px solid var(--line); display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; color:var(--muted); font-size:13px; }
.foot a:hover{ color:var(--text); }

/* ===== VERFÜGBARKEITS-BANNER ===== */
.avail{ background:rgba(224,153,47,.07); border-bottom:1px solid var(--line); }
.avail__in{ display:flex; align-items:center; gap:14px 18px; flex-wrap:wrap; padding-top:15px; padding-bottom:15px; }
.avail__dot{ width:9px; height:9px; border-radius:50%; background:var(--accent-br); box-shadow:0 0 0 4px rgba(224,153,47,.18); flex:0 0 auto; }
.avail__txt{ flex:1 1 320px; color:#e6e9e8; font-size:14.5px; line-height:1.5; }
.avail__txt strong{ color:#fff; font-weight:700; }
.avail__cta{ color:var(--accent-br); font-weight:700; font-size:14px; white-space:nowrap; }
.avail__cta:hover{ text-decoration:underline; }

/* ===== SETUP-FEATURES (Unterricht) ===== */
.feat-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:18px; }
.feat{ display:flex; gap:12px; align-items:flex-start; padding:16px 18px; border:1px solid var(--line); border-radius:10px; background:rgba(255,255,255,.02); }
.feat__ic{ color:var(--accent-br); font-size:18px; line-height:1.3; flex:0 0 auto; }
.feat__tx{ color:#cfd4d2; font-size:14px; line-height:1.55; }
.feat__tx strong{ color:#fff; font-weight:700; display:block; margin-bottom:2px; font-family:var(--font-head); font-size:14.5px; }

/* ===== ABLAUF EINER STUNDE ===== */
.lesson{ margin-top:clamp(22px,2.6vw,32px); }
.lesson__label{ display:block; font-family:var(--font-head); color:var(--muted); font-size:11px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; margin-bottom:18px; }
.flow{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.flow__step{ position:relative; border:1px solid var(--line); background:var(--bg2); border-radius:10px; padding:clamp(14px,1.8vw,20px); }
.flow__n{ font-family:var(--font-head); font-size:13px; font-weight:700; color:var(--on-accent); background:var(--accent); width:26px; height:26px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-bottom:13px; }
.flow__step h4{ font-family:var(--font-head); font-size:16px; font-weight:700; margin-bottom:7px; }
.flow__step p{ color:#cfd4d2; font-size:13.5px; line-height:1.55; }
.lesson__note{ margin-top:18px; color:var(--muted); font-size:14px; line-height:1.6; max-width:780px; }
.lesson__note strong{ color:#e6e9e8; font-weight:600; }

/* Für angehende Profis (unter den Chips) */
.learn__pro{ margin-top:16px; color:var(--muted); font-size:14px; line-height:1.6; max-width:780px; }
.learn__pro strong{ color:#e6e9e8; font-weight:600; }

/* Zusammenhängender Unterrichts-Text */
.utext{ margin-top:clamp(28px,3.4vw,44px); }
.utext p:first-child{ color:#fff; }

/* Einheitliche Unter-Überschrift im Unterricht-Abschnitt */
.sub-head{ font-family:var(--font-head); font-size:clamp(18px,2vw,22px); font-weight:700; margin-bottom:16px; }

/* Text + Bild nebeneinander (Unterricht) — Bild bewusst schmaler */
.setup-grid{ display:grid; grid-template-columns:1fr clamp(240px,34%,380px); gap:clamp(26px,4vw,52px); align-items:center; margin-top:clamp(26px,3.4vw,46px); }
.setup-grid--rev{ grid-template-columns:clamp(240px,34%,380px) 1fr; }
.setup-grid__media{ margin:0; }
.setup-grid__media img{ width:100%; border-radius:10px; border:1px solid var(--line); aspect-ratio:4/3; object-fit:cover; }
.setup-grid__body h3{ font-family:var(--font-head); font-size:clamp(18px,2vw,22px); font-weight:700; margin-bottom:12px; }
.setup-grid__body p{ color:#cfd4d2; font-size:15px; line-height:1.7; margin-bottom:13px; }
.setup-grid__body p:last-child{ margin-bottom:0; }
.setup-grid__body strong{ color:#fff; font-weight:700; }

/* Kompakte Feature-Karten (Setup / ohne Papier / Übekabine) */
.fcards{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:clamp(16px,2.2vw,26px); }
.fcard{ margin:0; border:1px solid var(--line); background:var(--bg2); border-radius:12px; overflow:hidden; display:flex; flex-direction:column; }
.fcard__img{ width:100%; aspect-ratio:16/10; object-fit:cover; display:block; border-bottom:1px solid var(--line); }
.fcard figcaption{ padding:clamp(16px,1.8vw,22px); }
.fcard h3{ font-family:var(--font-head); font-size:17px; font-weight:700; margin-bottom:8px; }
.fcard p{ color:#cfd4d2; font-size:14px; line-height:1.6; }

/* Profi-Kacheln (zweite Chip-Reihe) */
.chips--pro{ margin-top:14px; }
.chips--pro li{ border-color:rgba(224,153,47,.45); background:rgba(224,153,47,.06); }
.chips--pro li:hover{ border-color:var(--accent); }
.chips--pro li.chips__protag{ background:var(--accent); color:var(--on-accent); border:0; font-family:var(--font-head); font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.chips--pro li.chips__protag:hover{ background:var(--accent-br); }

/* ===== RESPONSIVE ===== */
@media (max-width:960px){
  .why-grid{ grid-template-columns:1fr; }
  .ltheme-grid{ grid-template-columns:1fr; }
  .steps{ grid-template-columns:1fr 1fr; }
  .tgrid{ grid-template-columns:1fr 1fr; }
  .greviews__grid{ grid-template-columns:1fr 1fr; }
  .flow{ grid-template-columns:1fr 1fr; }
}
@media (max-width:860px){
  .hero{ min-height:74vh; }
  .faq{ grid-template-columns:1fr; }
  .faq__col + .faq__col details:first-child{ border-top:0; }
  .contact__grid{ grid-template-columns:1fr; }
  .contact__aside{ border-left:0; padding-left:0; }
  .offer-grid{ grid-template-columns:1fr; }
  .vgrid{ grid-template-columns:1fr 1fr; }
  .price-cols{ grid-template-columns:1fr; }
  .price-addons{ grid-template-columns:1fr; }
  .addon--gift, .addon--room{ flex-direction:column; }
  .addon__img{ flex:0 0 auto; width:100%; height:200px; border-right:0; border-bottom:1px solid var(--line); }
  .about-grid{ grid-template-columns:1fr; align-items:stretch; }
  .about-fig, .about-ph{ max-width:480px; }
  .feat-row{ grid-template-columns:1fr; }
  .setup-grid, .setup-grid--rev{ grid-template-columns:1fr; gap:20px; }
  .setup-grid__media img{ aspect-ratio:16/10; max-width:520px; }
  .fcards{ grid-template-columns:1fr; }
  /* Burger-Navigation */
  .nav__burger{ display:flex; }
  .nav__lang{ margin-left:auto; }
  .nav__links{ position:absolute; top:100%; left:0; right:0; flex-direction:column; align-items:flex-start; gap:2px;
    padding:12px var(--pad) 20px; background:rgba(23,24,26,.97); backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(255,255,255,.06);
    opacity:0; transform:translateY(-10px); pointer-events:none; transition:opacity .2s, transform .2s; }
  .nav.is-open .nav__links{ opacity:1; transform:none; pointer-events:auto; }
  .nav__links a{ padding:11px 0; font-size:16px; }
  .nav__links .nav__book{ margin-top:10px; padding:11px 22px; }
  .nav.is-open .nav__burger span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
  .nav.is-open .nav__burger span:nth-child(2){ opacity:0; }
  .nav.is-open .nav__burger span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }
}
@media (max-width:560px){
  /* Hero mobil: Schrift kompakter + höher, Verlauf dunkel oben/unten → Text über Kopf/Buttons lesbar, Gesicht in der Mitte frei */
  .hero__in{ padding-top:80px; }
  .hero__name{ font-size:33px; line-height:1.06; }
  .hero__tag{ font-size:16px; margin-top:13px; max-width:none; }
  /* Buttons ans untere Hero-Ende (über den Boden, unter Johannes' Körper) statt über sein Gesicht */
  .hero{ align-items:stretch; }
  .hero__in{ flex:1 1 auto; padding-bottom:26px; }
  .hero__cta{ margin-top:auto; }
  .hero::after{ background:
    linear-gradient(to bottom, rgba(9,10,11,.82) 0%, rgba(9,10,11,.34) 26%, rgba(9,10,11,.14) 44%, rgba(9,10,11,.4) 74%, rgba(9,10,11,.9) 100%); }
  .trust__in{ flex-direction:column; }
  .trust__item{ padding:6px 22px; }
  .trust__item + .trust__item{ border-left:0; border-top:1px solid var(--line); padding-top:12px; margin-top:6px; }
  .steps{ grid-template-columns:1fr; }
  .tgrid{ grid-template-columns:1fr; }
  .greviews__grid{ grid-template-columns:1fr; }
  .vgrid{ grid-template-columns:1fr; }
  .cform__row{ grid-template-columns:1fr; }
  .flow{ grid-template-columns:1fr; }
  .gift__img{ width:100%; }
}
@media (max-width:430px){
  .lang__txt{ display:none; }        /* enge Phones: nur Flaggen */
  .nav__lang{ gap:9px; }
}
