/* ========= BACHATA IN KÖLN — DESIGN SYSTEM ========= */
:root {
  --dark: #080808;
  --dark2: #121014;
  --gold: #c9a96e;
  --gold-l: #e3caa0;
  --wine: #8b1e3f;
  --wine-l: #b8365f;
  --white: #f5f3ef;
  --lgray: #cfc9c2;
  --gray: #948d85;
  --r1: 8px; --r2: 16px; --r3: 24px;
  --serif: 'Playfair Display', serif;
  --sans: 'Jost', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); background: var(--dark); color: var(--lgray);
  line-height: 1.6; overflow-x: hidden; font-weight: 300;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 4vw; }
h1, h2, h3 { font-family: var(--serif); color: var(--white); font-weight: 700; }
.t-gold { color: var(--gold); }
.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.2rem 4vw; background: rgba(8,8,8,.88); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201,169,110,.12);
}
.nav-logo { font-family: var(--serif); font-size: 1.25rem; color: var(--white); letter-spacing: .02em; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 1.4rem; align-items: center; }
.nav-links a { font-size: .84rem; color: var(--lgray); letter-spacing: .03em; transition: color .2s; text-transform: uppercase; }
.nav-links a:hover { color: var(--gold); }
.nav-wa {
  background: var(--wine); color: var(--white) !important; padding: .55rem 1.1rem;
  border-radius: 30px; font-weight: 500;
}
.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 110; }
.burger span { width: 24px; height: 2px; background: var(--gold); }

/* ── BUTTONS ── */
.btn {
  display: inline-block; padding: .95rem 1.9rem; border-radius: 30px;
  font-size: .85rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase;
  transition: transform .25s, box-shadow .25s, background .25s; cursor: pointer; border: none;
}
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-l)); color: #1a1408; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(201,169,110,.3); }
.btn-wine { background: linear-gradient(135deg, var(--wine), var(--wine-l)); color: var(--white); }
.btn-wine:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(139,30,63,.35); }
.btn-ghost { background: transparent; border: 1.5px solid rgba(201,169,110,.4); color: var(--gold); }
.btn-ghost:hover { background: rgba(201,169,110,.08); border-color: var(--gold); }
.btn-wa { background: #25D366; color: #06210f !important; width: 100%; text-align: center; display: block; }
.btn-sm { padding: .65rem 1.2rem; font-size: .75rem; }

/* ── HERO ── */
.hero {
  min-height: 100vh; display: flex; align-items: center; padding: 130px 4vw 4rem;
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse at 15% 15%, rgba(139,30,63,.22) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 75%, rgba(201,169,110,.14) 0%, transparent 55%),
    var(--dark);
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem; font-size: .78rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--gold);
  border: 1px solid rgba(201,169,110,.3); border-radius: 30px; padding: .4rem 1rem;
  margin-bottom: 1.5rem;
}
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center; width: 100%; max-width: 1180px; margin: 0 auto; }
.hero h1 { font-size: clamp(2.4rem, 4.6vw, 3.6rem); line-height: 1.12; margin-bottom: 1.3rem; }
.hero-desc { font-size: 1.02rem; color: var(--lgray); max-width: 520px; margin-bottom: 2rem; line-height: 1.85; }
.hero-cta-grid { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 2.5rem; }

/* hero videos */
.hero-videos { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; }
.hero-video {
  position: relative; aspect-ratio: 9/16; border-radius: var(--r2); overflow: hidden;
  border: 1.5px solid rgba(201,169,110,.25); box-shadow: 0 14px 34px rgba(0,0,0,.45);
  background: var(--dark2);
}
.hero-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.hero-video-caption { text-align: center; font-size: .76rem; color: var(--gray); margin-top: .8rem; letter-spacing: .03em; }

/* eversports */
.eversports-box {
  margin-top: 1.75rem; background: rgba(255,255,255,.03); border: 1px solid rgba(201,169,110,.18);
  border-radius: var(--r2); padding: 1.25rem; text-align: center;
}
.eversports-box .es-label { font-family: var(--serif); color: var(--gold); font-size: 1rem; margin-bottom: .75rem; }
.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: .14em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
.section-label-line { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(201,169,110,.4), transparent); max-width: 60px; }
.title { font-size: clamp(1.9rem, 3.4vw, 2.6rem); margin-bottom: 1rem; line-height: 1.25; }
.subtitle { color: var(--gray); font-size: 1rem; max-width: 620px; line-height: 1.85; margin-bottom: 2rem; }

/* ── CROSS-LINK / SERVICE CARDS ── */
.services-section { padding: 6rem 0; background: var(--dark2); border-top: 1px solid rgba(201,169,110,.08); border-bottom: 1px solid rgba(201,169,110,.08); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 3rem; }
.service-card {
  background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--r3); padding: 2.2rem 1.8rem; transition: border-color .3s, transform .3s;
}
.service-card:hover { border-color: rgba(201,169,110,.35); transform: translateY(-4px); }
.service-card .ic { font-size: 2rem; margin-bottom: 1rem; }
.service-card h3 { font-size: 1.15rem; margin-bottom: .6rem; }
.service-card p { font-size: .88rem; color: var(--gray); margin-bottom: 1.4rem; line-height: 1.75; }

/* ── DISTRICTS (STADTTEILE) ── */
.districts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.district-item {
  background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--r2); padding: 1.6rem 1.4rem;
}
.district-item h3 { font-size: 1.05rem; color: var(--gold); margin-bottom: .5rem; font-family: var(--serif); }
.district-item p { font-size: .85rem; color: var(--gray); line-height: 1.7; }

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

/* ── MAP ── */
.map-embed { border-radius: var(--r2); overflow: hidden; border: 1px solid rgba(201,169,110,.18); }
.map-embed iframe { display: block; }

/* ── CTA SECTION ── */
.cta-section {
  padding: 6rem 4vw; text-align: center;
  background: linear-gradient(135deg, rgba(139,30,63,.16), rgba(201,169,110,.08));
  border-top: 1px solid rgba(201,169,110,.1);
}
.cta-section h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin-bottom: 1rem; }
.cta-section p { color: var(--lgray); margin-bottom: 2rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── PAGE HERO (SUBPAGES) ── */
.page-hero {
  padding: 160px 4vw 4rem; text-align: center; background: var(--dark);
  border-bottom: 1px solid rgba(201,169,110,.1); position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: -200px; right: -150px; width: 700px; height: 700px;
  border-radius: 50%; background: radial-gradient(circle, rgba(139,30,63,.14) 0%, transparent 65%);
}
.breadcrumb { font-size: .8rem; color: var(--gray); margin-bottom: 1.25rem; position: relative; z-index: 1; }
.breadcrumb a { color: var(--gray); }
.breadcrumb a:hover { color: var(--gold); }
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); margin-bottom: 1rem; position: relative; z-index: 1; }
.page-hero p { max-width: 620px; margin: 0 auto; color: var(--lgray); 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(201,169,110,.3); transform: translateY(-3px); }
.contact-card .ic { font-size: 2.2rem; margin-bottom: 1rem; }
.contact-card h3 { font-size: 1.05rem; margin-bottom: .6rem; }
.contact-card p { 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.1rem; color: var(--gold); margin: 2rem 0 .8rem; }
.legal-block p { 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(201,169,110,.1); }
.footer-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer-logo { font-family: var(--serif); font-size: 1.3rem; color: var(--white); margin-bottom: 1rem; }
.footer-logo span { color: var(--gold); }
.footer-desc { font-size: .85rem; color: var(--gray); line-height: 1.8; max-width: 320px; }
footer h4 { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; }
footer ul { list-style: none; }
footer ul li { margin-bottom: .7rem; font-size: .87rem; }
footer ul li a { color: var(--gray); transition: color .2s; }
footer ul li a:hover { color: var(--gold); }
.footer-bottom {
  max-width: 1180px; 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-size: .8rem; color: var(--gray);
}
.footer-bottom a { color: var(--gray); }
.footer-bottom a:hover { color: var(--gold); }

/* ── 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: 68px; left: 0; right: 0; background: rgba(8,8,8,.98);
    padding: 1.5rem 5vw; border-bottom: 1px solid rgba(201,169,110,.1); gap: 1rem;
  }
  .nav-links.open { display: flex; }
  .burger { display: flex; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .districts-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hero { padding: 100px 5vw 3rem; }
  .page-hero { padding: 110px 5vw 3rem; }
  .hero-videos { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: 1fr; }
  .districts-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; }
}
