:root {
  --anthracite: #131315;
  --anthracite-2: #1c1c1f;
  --anthracite-3: #26262a;
  --grey: #8b8b90;
  --grey-light: #b8b8bd;
  --off-white: #f3f1ec;
  --white: #ffffff;
  --orange: #f39100;
  --orange-light: #ffab2e;
  --orange-dim: rgba(243,145,0,0.14);
  --line: rgba(255,255,255,0.08);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body {
  font-family: 'Archivo', sans-serif;
  background: var(--anthracite);
  color: var(--off-white);
  overflow-x: hidden;
}
.font-display { font-family: 'Playfair Display', serif; }
img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--orange); color: var(--anthracite); }

/* ===== NAV ===== */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 0 32px;
  background: rgba(19,19,21,0.92);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--line);
  height: 68px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { height: 38px; width: auto; filter: drop-shadow(0 2px 10px rgba(0,0,0,0.4)); }
.nav-logo-text { font-family: 'Playfair Display', serif; font-size: 0.72rem; letter-spacing: 0.14em; color: var(--grey-light); text-transform: uppercase; line-height: 1.4; display: none; }
.nav-links { display: none; gap: 40px; list-style: none; }
.nav-links a { position: relative; text-decoration: none; color: var(--off-white); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.03em; transition: color 0.25s; padding: 4px 0; }
.nav-links a:hover { color: var(--orange-light); }
.nav-right { display: flex; align-items: center; gap: 20px; }
.btn-primary {
  background: var(--orange); color: var(--anthracite); border: none; cursor: pointer;
  padding: 12px 26px; border-radius: 3px; font-family: 'Archivo', sans-serif;
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
  text-decoration: none; display: inline-block;
}
.btn-primary:hover { background: var(--orange-light); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(243,145,0,0.3); }
@media (min-width: 960px) {
  .nav-links { display: flex; }
  .nav-logo-text { display: block; }
}

/* ===== PAGE HEADER ===== */
.page-header { padding: 150px 28px 60px; max-width: 860px; margin: 0 auto; }
.page-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--orange); font-size: 0.76rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 18px; }
.page-eyebrow::before { content:''; width: 28px; height: 1px; background: var(--orange); }
.page-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 500; color: var(--white); line-height: 1.2; }

/* ===== LEGAL CONTENT ===== */
.legal-content { max-width: 860px; margin: 0 auto; padding: 0 28px 120px; }
.legal-content section { margin-bottom: 48px; }
.legal-content h2 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 500; color: var(--white); margin-bottom: 18px; padding-top: 8px; border-top: 1px solid var(--line); padding-top: 24px; }
.legal-content section:first-of-type h2 { border-top: none; padding-top: 0; }
.legal-content h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 500; color: var(--off-white); margin: 22px 0 10px; }
.legal-content p { color: var(--grey-light); font-size: 0.94rem; line-height: 1.8; font-weight: 300; margin-bottom: 14px; }
.legal-content ul { color: var(--grey-light); font-size: 0.94rem; line-height: 1.8; font-weight: 300; margin: 0 0 14px 22px; }
.legal-content a { color: var(--orange-light); text-decoration: underline; }
.legal-content .kontaktbox { background: var(--anthracite-2); border: 1px solid var(--line); border-radius: 6px; padding: 26px 28px; margin-bottom: 18px; }
.legal-content .kontaktbox p { margin-bottom: 4px; color: var(--off-white); }
.legal-content .kontaktbox p.dim { color: var(--grey); }

/* ===== FOOTER ===== */
footer { background: var(--anthracite); padding: 70px 28px 30px; border-top: 1px solid var(--line); }
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1fr; gap: 44px; padding-bottom: 50px; border-bottom: 1px solid var(--line); margin-bottom: 30px; }
.footer-brand img { height: 48px; margin-bottom: 16px; }
.footer-brand p { color: var(--grey); font-size: 0.85rem; line-height: 1.7; max-width: 320px; font-weight: 300; }
.footer-col h4 { font-family: 'Playfair Display', serif; font-size: 0.95rem; color: var(--white); margin-bottom: 18px; font-weight: 500; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-col a { color: var(--grey-light); text-decoration: none; font-size: 0.86rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--orange-light); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; color: var(--grey); font-size: 0.78rem; }
.footer-bottom a { color: var(--grey); text-decoration: none; }
.footer-bottom a:hover { color: var(--orange-light); }
@media (min-width: 800px) { .footer-top { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }

/* ===== COOKIE BANNER ===== */
#cookie-banner {
  position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 5000;
  background: var(--anthracite-2); color: var(--off-white); border: 1px solid var(--line);
  border-radius: 8px; padding: 26px 28px; display: flex; flex-wrap: wrap; gap: 20px;
  align-items: center; justify-content: space-between; box-shadow: 0 -20px 60px rgba(0,0,0,0.5);
  max-width: 1100px; margin: 0 auto; font-family: 'Archivo', sans-serif;
}
#cookie-banner p { margin: 0; font-size: 0.85rem; line-height: 1.6; max-width: 640px; color: var(--grey-light); font-weight: 300; }
#cookie-banner a { color: var(--orange-light); text-decoration: underline; }
#cookie-banner .cb-actions { display: flex; gap: 12px; flex-wrap: wrap; }
#cookie-banner button { border: none; cursor: pointer; padding: 12px 22px; border-radius: 4px; font-size: 0.82rem; font-weight: 600; font-family: 'Archivo', sans-serif; transition: transform 0.15s; }
#cookie-banner button:hover { transform: translateY(-1px); }
#cb-accept { background: var(--orange); color: var(--anthracite); }
#cb-decline { background: transparent; color: var(--off-white); border: 1px solid rgba(255,255,255,0.25) !important; }
