/* ========= BACHATA KURS KÖLN — DESIGN SYSTEM (editorial / high-impact) ========= */
:root {
  --dark: #0a0a0a;
  --dark2: #161113;
  --amber: #ff6b35;
  --amber-l: #ffb088;
  --wine: #c81d4f;
  --wine-l: #e63d70;
  --white: #f7f3ee;
  --gray: #9c928c;
  --r1: 6px; --r2: 14px; --r3: 22px;
  --disp: 'Bebas Neue', sans-serif;
  --sans: 'Manrope', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--dark); color: #c9c2bb; line-height: 1.65; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 4vw; }
h1, h2, h3 { font-family: var(--disp); color: var(--white); letter-spacing: .01em; text-transform: uppercase; font-weight: 400; }
.t-amber { color: var(--amber); }
.t-wine { color: var(--wine-l); }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 4vw; background: rgba(10,10,10,.9); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,107,53,.15);
}
.nav-logo { font-family: var(--disp); font-size: 1.5rem; color: var(--white); letter-spacing: .04em; }
.nav-logo span { color: var(--amber); }
.nav-links { display: flex; gap: 1.3rem; align-items: center; }
.nav-links a { font-size: .8rem; color: #c9c2bb; letter-spacing: .04em; transition: color .2s; text-transform: uppercase; font-weight: 600; }
.nav-links a:hover { color: var(--amber); }
.nav-wa { background: var(--wine); color: var(--white) !important; padding: .55rem 1.1rem; border-radius: 3px; }
.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 110; }
.burger span { width: 24px; height: 2px; background: var(--amber); }

/* ── BUTTONS ── */
.btn {
  display: inline-block; padding: 1rem 1.9rem; border-radius: 3px;
  font-size: .84rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  transition: transform .2s, box-shadow .2s; cursor: pointer; border: 2px solid transparent;
}
.btn-amber { background: var(--amber); color: #170a02; }
.btn-amber:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(255,107,53,.35); }
.btn-wine { background: var(--wine); color: var(--white); }
.btn-wine:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(200,29,79,.35); }
.btn-ghost { background: transparent; border-color: rgba(255,107,53,.5); color: var(--amber-l); }
.btn-ghost:hover { background: rgba(255,107,53,.08); border-color: var(--amber); }
.btn-wa { background: #25D366; color: #06210f !important; width: 100%; text-align: center; display: block; }
.btn-sm { padding: .7rem 1.3rem; font-size: .74rem; }

/* ── HERO ── */
.hero {
  padding: 150px 4vw 5rem; position: relative; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(200,29,79,.14) 0%, transparent 40%),
    radial-gradient(ellipse at 80% 0%, rgba(255,107,53,.16) 0%, transparent 55%),
    var(--dark);
  text-align: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem; font-size: .78rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--amber); font-weight: 700;
  border: 1px solid rgba(255,107,53,.35); border-radius: 30px; padding: .45rem 1.1rem;
  margin-bottom: 1.6rem;
}
.hero h1 { font-size: clamp(2.8rem, 8vw, 6.2rem); line-height: .96; margin-bottom: 1.3rem; }
.hero-desc {
  font-family: var(--sans); font-size: 1.05rem; color: #c9c2bb; max-width: 640px;
  margin: 0 auto 2.2rem; line-height: 1.85;
}
.hero-cta-grid { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-bottom: 3.5rem; }

/* hero video filmstrip */
.hero-videos { display: flex; gap: 1rem; justify-content: center; max-width: 1000px; margin: 0 auto; flex-wrap: wrap; }
.hero-video {
  position: relative; width: 200px; aspect-ratio: 9/16; border-radius: var(--r2); overflow: hidden;
  border: 2px solid rgba(255,107,53,.3); box-shadow: 0 18px 40px rgba(0,0,0,.5);
  transition: transform .3s;
}
.hero-video:nth-child(odd) { transform: rotate(-2.5deg); }
.hero-video:nth-child(even) { transform: rotate(2.5deg); }
.hero-video:hover { transform: rotate(0) scale(1.04); z-index: 5; }
.hero-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.hero-video-caption { text-align: center; font-size: .8rem; color: var(--gray); margin-top: 1.6rem; letter-spacing: .04em; text-transform: uppercase; }

/* eversports */
.eversports-box {
  margin: 2.5rem auto 0; max-width: 760px; background: rgba(255,255,255,.03);
  border: 1.5px solid rgba(255,107,53,.28); border-radius: var(--r2); padding: 1.5rem;
}
.eversports-box .es-label { font-family: var(--disp); color: var(--amber); font-size: 1.3rem; margin-bottom: .9rem; letter-spacing: .04em; }
.eversports-box iframe { width: 100%; min-height: 480px; border: 0; border-radius: var(--r1); background: #fff; }

/* ── SECTION LABEL ── */
.section-label { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.1rem; }
.section-label span { font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--amber); white-space: nowrap; font-weight: 700; }
.section-label-line { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(255,107,53,.4), transparent); max-width: 60px; }
.title { font-size: clamp(2.2rem, 4.4vw, 3.4rem); margin-bottom: 1.1rem; line-height: 1.02; }
.subtitle { font-family: var(--sans); color: var(--gray); font-size: 1rem; max-width: 640px; line-height: 1.85; margin-bottom: 2.2rem; }

/* ── STYLE GRID (Core 30 silo hub) ── */
.styles-section { padding: 6rem 0; background: var(--dark2); border-top: 1px solid rgba(255,107,53,.08); border-bottom: 1px solid rgba(255,107,53,.08); }
.style-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 3rem; }
.style-card {
  background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--r3); padding: 2.1rem 1.7rem; transition: border-color .3s, transform .3s;
}
.style-card:hover { border-color: rgba(255,107,53,.4); transform: translateY(-4px); }
.style-card .ic { font-size: 2rem; margin-bottom: 1rem; }
.style-card h3 { font-size: 1.5rem; margin-bottom: .6rem; }
.style-card p { font-family: var(--sans); font-size: .87rem; color: var(--gray); margin-bottom: 1.4rem; line-height: 1.75; }

/* ── NETWORK LINKS ── */
.network-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.5rem; }
.network-item {
  background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--r2); padding: 1.5rem 1.3rem; text-align: center;
}
.network-item .ic { font-size: 1.6rem; margin-bottom: .6rem; }
.network-item h4 { font-family: var(--sans); font-weight: 700; font-size: .88rem; color: var(--white); margin-bottom: .4rem; text-transform: none; }
.network-item a.link { font-size: .78rem; color: var(--amber); }

/* ── SEO CONTENT ── */
.seo-section { padding: 6rem 0; }
.seo-block { margin-bottom: 2.5rem; }
.seo-block p { font-family: var(--sans); color: var(--gray); font-size: .96rem; line-height: 1.95; margin-bottom: 1rem; }
.seo-h3 { font-size: 1.6rem; margin-bottom: 1.2rem; }
.seo-list { list-style: none; }
.seo-list li { display: flex; gap: .8rem; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.06); font-family: var(--sans); font-size: .92rem; color: var(--gray); }
.seo-check { color: var(--amber); flex-shrink: 0; }

/* ── MAP ── */
.map-embed { border-radius: var(--r2); overflow: hidden; border: 1px solid rgba(255,107,53,.2); }

/* ── CTA SECTION ── */
.cta-section {
  padding: 6rem 4vw; text-align: center;
  background: linear-gradient(135deg, rgba(200,29,79,.18), rgba(255,107,53,.1));
  border-top: 1px solid rgba(255,107,53,.12);
}
.cta-section h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); margin-bottom: 1rem; }
.cta-section p { font-family: var(--sans); color: #c9c2bb; margin-bottom: 2rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── PAGE HERO (SUBPAGES) ── */
.page-hero {
  padding: 155px 4vw 4rem; text-align: center; background: var(--dark);
  border-bottom: 1px solid rgba(255,107,53,.12); position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: -220px; left: -150px; width: 700px; height: 700px;
  border-radius: 50%; background: radial-gradient(circle, rgba(255,107,53,.14) 0%, transparent 65%);
}
.breadcrumb { font-family: var(--sans); font-size: .8rem; color: var(--gray); margin-bottom: 1.25rem; position: relative; z-index: 1; text-transform: none; }
.breadcrumb a { color: var(--gray); }
.breadcrumb a:hover { color: var(--amber); }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); margin-bottom: 1rem; position: relative; z-index: 1; }
.page-hero p { font-family: var(--sans); max-width: 620px; margin: 0 auto; color: #c9c2bb; position: relative; z-index: 1; }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.contact-card {
  background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--r3); padding: 2.25rem 1.75rem; text-align: center; transition: border-color .3s, transform .3s;
}
.contact-card:hover { border-color: rgba(255,107,53,.3); transform: translateY(-3px); }
.contact-card .ic { font-size: 2.2rem; margin-bottom: 1rem; }
.contact-card h3 { font-size: 1.3rem; margin-bottom: .6rem; }
.contact-card p { font-family: var(--sans); font-size: .85rem; color: var(--gray); margin-bottom: 1.25rem; line-height: 1.7; }

/* ── IMPRESSUM ── */
.legal-block { max-width: 720px; margin: 0 auto; }
.legal-block h3 { font-size: 1.4rem; color: var(--amber); margin: 2rem 0 .8rem; text-transform: none; font-family: var(--disp); letter-spacing: .03em; }
.legal-block p { font-family: var(--sans); color: var(--gray); font-size: .92rem; line-height: 1.9; }

/* ── FOOTER ── */
footer { background: var(--dark2); padding: 4.5rem 4vw 2rem; border-top: 1px solid rgba(255,107,53,.12); }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer-logo { font-family: var(--disp); font-size: 1.6rem; color: var(--white); margin-bottom: 1rem; letter-spacing: .03em; }
.footer-logo span { color: var(--amber); }
.footer-desc { font-family: var(--sans); font-size: .85rem; color: var(--gray); line-height: 1.8; max-width: 320px; }
footer h4 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); margin-bottom: 1.1rem; font-family: var(--sans); font-weight: 700; }
footer ul { list-style: none; }
footer ul li { margin-bottom: .7rem; font-family: var(--sans); font-size: .87rem; }
footer ul li a { color: var(--gray); transition: color .2s; }
footer ul li a:hover { color: var(--amber); }
.footer-bottom {
  max-width: 1200px; margin: 0 auto; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.06);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-family: var(--sans); font-size: .8rem; color: var(--gray);
}
.footer-bottom a { color: var(--gray); }
.footer-bottom a:hover { color: var(--amber); }

/* ── WA FAB ── */
.wa-fab {
  position: fixed; bottom: 24px; right: 24px; width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; z-index: 90; box-shadow: 0 8px 24px rgba(0,0,0,.4);
}

/* ── RESPONSIVE ── */
@media (max-width: 1000px) {
  .nav-links {
    display: none; flex-direction: column; align-items: flex-start;
    position: absolute; top: 66px; left: 0; right: 0; background: rgba(10,10,10,.98);
    padding: 1.5rem 5vw; border-bottom: 1px solid rgba(255,107,53,.12); gap: 1rem;
  }
  .nav-links.open { display: flex; }
  .burger { display: flex; }
}
@media (max-width: 900px) {
  .style-grid { grid-template-columns: repeat(2, 1fr); }
  .network-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hero { padding: 105px 5vw 3rem; }
  .page-hero { padding: 115px 5vw 3rem; }
  .hero-video { width: 42vw; }
  .style-grid { grid-template-columns: 1fr; }
  .network-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-btns { flex-direction: column; align-items: stretch; }
}
