/* ============================================================
   TOMEKS TROCKENBAU – REDESIGN 2025
   CI: Anthrazit #3F4348 | Silbergrau #A7A9AC | Hellgrau #D9D9D9
       Reinweiß #FFFFFF | Tiefschwarz #111111
   Fonts: Playfair Display (Headlines) + DM Sans (Body)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* CI Farben */
  --anthrazit:    #3F4348;
  --silbergrau:   #A7A9AC;
  --hellgrau:     #D9D9D9;
  --weiss:        #FFFFFF;
  --schwarz:      #111111;

  /* Abgeleitete */
  --anthrazit-dark:  #2C2F33;
  --anthrazit-light: #575D63;
  --silber-light:    #C8CACD;
  --bg-section:      #F7F7F7;
  --border:          rgba(63,67,72,0.12);
  --border-strong:   rgba(63,67,72,0.25);

  /* Typografie */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, -apple-system, sans-serif;

  /* Layout */
  --nav-h:   72px;
  --max-w:   1320px;
  --radius:  4px;
  --radius-lg: 10px;
  --tr:      0.25s cubic-bezier(0.4,0,0.2,1);
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--schwarz);
  background: var(--weiss);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  /* KEIN overflow-x: hidden – das bricht position:fixed Dropdowns! */
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ── TYPOGRAPHY ── */
h1,h2,h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  color: var(--schwarz);
}
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--silbergrau);
}

/* ── LAYOUT ── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 52px;
}
@media(max-width:768px){ .container{ padding: 0 24px; } }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--anthrazit);
  color: var(--weiss);
  padding: 14px 32px;
  border-radius: var(--radius);
  font-size: 14px; font-weight: 600; letter-spacing: 0.02em;
  border: none;
  transition: background var(--tr), transform var(--tr);
}
.btn-primary:hover { background: var(--anthrazit-dark); transform: translateY(-2px); }
.btn-primary svg { flex-shrink: 0; }

.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent;
  color: var(--anthrazit);
  padding: 13px 30px;
  border-radius: var(--radius);
  font-size: 14px; font-weight: 500;
  border: 1.5px solid var(--border-strong);
  transition: border-color var(--tr), background var(--tr), color var(--tr);
}
.btn-outline:hover { border-color: var(--anthrazit); background: var(--anthrazit); color: var(--weiss); }

.btn-outline-white {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent;
  color: var(--weiss);
  padding: 13px 30px;
  border-radius: var(--radius);
  font-size: 14px; font-weight: 500;
  border: 1.5px solid rgba(255,255,255,0.45);
  transition: border-color var(--tr), background var(--tr);
}
.btn-outline-white:hover { border-color: var(--weiss); background: rgba(255,255,255,0.1); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600; color: var(--anthrazit);
  border-bottom: 1px solid var(--border-strong);
  padding-bottom: 2px;
  transition: color var(--tr), border-color var(--tr), gap var(--tr);
}
.link-arrow:hover { color: var(--silbergrau); border-color: var(--silbergrau); gap: 13px; }
.link-arrow-white { color: var(--weiss); border-color: rgba(255,255,255,0.4); }
.link-arrow-white:hover { color: var(--hellgrau); border-color: var(--hellgrau); gap: 13px; }

/* ══════════════════════════════════════
   NAVBAR
══════════════════════════════════════ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9000;
  height: var(--nav-h);
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow var(--tr);
  /* KEIN overflow:hidden – sonst werden Dropdowns abgeschnitten */
}
.navbar.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.08); }

.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; gap: 24px;
  position: relative;
}
.nav-logo img { height: 38px; width: auto; display: block; }

.nav-links { display: flex; align-items: center; gap: 2px; }

/* Nav-Item: relativ, damit Dropdown korrekt positioniert wird */
.nav-item { position: relative; }

.nav-trigger {
  display: flex; align-items: center; gap: 5px;
  padding: 8px 16px; border-radius: var(--radius);
  font-size: 14px; font-weight: 500;
  color: var(--anthrazit);
  background: transparent; border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--tr);
}
.nav-trigger:hover,
.nav-item:hover .nav-trigger { background: var(--hellgrau); }
.nav-trigger svg { width: 11px; height: 11px; flex-shrink:0; transition: transform var(--tr); }
.nav-item:hover .nav-trigger svg { transform: rotate(180deg); }

/* ── Mega-Dropdown ──
   Wichtig: position:fixed statt absolute, damit es nie abgeschnitten wird */
.nav-dropdown {
  position: fixed;
  top: var(--nav-h);
  /* left wird per JS gesetzt, Fallback: */
  left: 50%;
  transform: translateX(-50%);
  background: var(--weiss);
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: 0 24px 64px rgba(0,0,0,0.14);
  padding: 28px 24px 24px;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
  min-width: 680px;
  z-index: 9100;
  /* Versteckt */
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateX(-50%) translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.nav-item:hover .nav-dropdown {
  opacity: 1; visibility: visible; pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown.slim   { min-width: 360px; grid-template-columns: 1fr 1fr; }
.nav-dropdown.slim-1 { min-width: 210px; grid-template-columns: 1fr; }

.dd-col { padding: 0 16px; }
.dd-col:not(:last-child) { border-right: 1px solid var(--border); }
.dd-col h5 {
  font-size: 10px; font-weight: 700; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--silbergrau); margin-bottom: 12px;
}
.dd-col a {
  display: block; font-size: 13px; color: var(--anthrazit);
  padding: 5px 0; transition: color var(--tr), padding-left var(--tr);
}
.dd-col a:hover { color: var(--schwarz); padding-left: 4px; }

.dd-featured {
  background: var(--bg-section); border-radius: var(--radius);
  overflow: hidden; margin-bottom: 10px;
}
.dd-featured img { width: 100%; height: 90px; object-fit: cover; }
.dd-featured span { display: block; font-size: 12px; color: var(--anthrazit-light); padding: 8px 10px; }

.nav-cta {
  background: var(--anthrazit);
  color: var(--weiss);
  padding: 10px 22px; border-radius: var(--radius);
  font-size: 13px; font-weight: 600;
  border: none;
  white-space: nowrap;
  transition: background var(--tr), transform var(--tr);
}
.nav-cta:hover { background: var(--schwarz); transform: translateY(-1px); }

/* Mobile */
.nav-mobile-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 8px;
}
.nav-mobile-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--anthrazit); border-radius: 2px;
  transition: var(--tr);
}
.nav-mobile-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-mobile-toggle.open span:nth-child(2) { opacity: 0; }
.nav-mobile-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

.nav-mobile-panel {
  display: none;
  position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0;
  background: var(--weiss); overflow-y: auto; overflow-x: hidden;
  padding: 28px 24px 48px;
  z-index: 8999;
  border-top: 2px solid var(--anthrazit);
}
.nav-mobile-panel.open { display: block; }
.mob-heading {
  font-size: 10px; font-weight: 700; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--silbergrau);
  margin: 20px 0 8px;
}
.mob-heading:first-child { margin-top: 0; }
.nav-mobile-panel a {
  display: block; padding: 11px 0; font-size: 15px; font-weight: 500;
  color: var(--anthrazit); border-bottom: 1px solid var(--hellgrau);
}

@media(max-width:900px){
  .nav-links { display: none; }
  .nav-cta    { display: none; }
  .nav-mobile-toggle { display: flex; }
}

/* ══════════════════════════════════════
   HERO – VIDEO HEADER
══════════════════════════════════════ */
.hero {
  position: relative;
  width: 100%; height: 100vh; min-height: 600px;
  display: flex; align-items: center;
  overflow: hidden;
  background: var(--schwarz);
}

/* Video + Fallback-Bild: exakt hinter allem anderen */
.hero-media {
  position: absolute; inset: 0; z-index: 0;
}
/* Fallback-Bild immer sichtbar als Hintergrund */
.hero-media::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: url('images/TTVideoHeaderposter00001.jpg') center/cover no-repeat;
  opacity: 0.45;
}
.hero-media video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0.55;
  z-index: 1;
  /* Safari autoplay fix */
  -webkit-playsinline: '';
}

/* Gradient overlay */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    160deg,
    rgba(17,17,17,0.55) 0%,
    rgba(17,17,17,0.2) 50%,
    rgba(17,17,17,0.65) 100%
  );
}

/* Anthrazit-Akzentleiste unten */
.hero-bar {
  position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: var(--anthrazit); z-index: 3;
}

/* Hero Content – ganz oben, über allem */
.hero-content {
  position: relative; z-index: 2;
  width: 100%;
  padding: calc(var(--nav-h) + 48px) 0 80px;
}
.hero-eyebrow { color: var(--silber-light); margin-bottom: 20px; }
.hero h1 {
  font-size: clamp(38px, 5.5vw, 80px);
  color: var(--weiss);
  max-width: 820px;
  margin-bottom: 22px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4);
  line-height: 1.1;
}
.hero h1 em { font-style: italic; color: var(--hellgrau); }
.hero-sub {
  font-size: 17px; color: rgba(255,255,255,0.78);
  max-width: 500px; margin-bottom: 40px; line-height: 1.75;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Scroll-Indikator */
.hero-scroll {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: rgba(255,255,255,0.4);
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  animation: bob 2.2s ease-in-out infinite;
}
.hero-scroll svg { width: 18px; height: 18px; }
@keyframes bob {
  0%,100%{ transform: translateX(-50%) translateY(0); }
  50%    { transform: translateX(-50%) translateY(7px); }
}

/* ══════════════════════════════════════
   MARQUEE – LAUFENDE BILDER
══════════════════════════════════════ */
.marquee-wrap {
  overflow: hidden;
  background: var(--anthrazit);
  padding: 3px 0;
  border-top: 3px solid var(--silbergrau);
  border-bottom: 3px solid var(--silbergrau);
}
.marquee-track {
  display: flex; gap: 3px;
  width: max-content;
  animation: marquee 36s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee-item {
  width: 340px; height: 230px; flex-shrink: 0;
  overflow: hidden; position: relative;
}
.marquee-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.marquee-item:hover img { transform: scale(1.04); }

/* ══════════════════════════════════════
   SECTIONS
══════════════════════════════════════ */
.section        { padding: 96px 0; }
.section-gray   { padding: 96px 0; background: var(--bg-section); }
.section-dark   { padding: 96px 0; background: var(--anthrazit); color: var(--weiss); }
.section-black  { padding: 96px 0; background: var(--schwarz); color: var(--weiss); }

/* ── INTRO SPLIT ── */
.intro-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
@media(max-width:1024px){ .intro-grid{ grid-template-columns:1fr; gap:48px; } }

.intro-text .eyebrow { margin-bottom: 14px; }
.intro-text h2 { font-size: clamp(30px, 3.2vw, 48px); margin-bottom: 20px; }
.intro-text p  { font-size: 16px; color: var(--anthrazit-light); line-height: 1.8; margin-bottom: 32px; max-width: 480px; }

.intro-images { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.img-main { grid-column: 1/-1; border-radius: var(--radius-lg); overflow: hidden; height: 300px; }
.img-main img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.img-main:hover img { transform: scale(1.03); }
.img-sm { border-radius: var(--radius-lg); overflow: hidden; height: 190px; }
.img-sm img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.img-sm:hover img { transform: scale(1.04); }

/* ── FEATURE CARDS ── */
.section-header-center { text-align: center; margin-bottom: 56px; }
.section-header-center h2 { font-size: clamp(28px,3vw,44px); margin-top: 12px; }

.features-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden;
}
.feature-card {
  padding: 40px 32px;
  background: var(--weiss);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
  transition: background var(--tr);
}
.feature-card:nth-child(3n){ border-right: none; }
.feature-card:nth-child(4),.feature-card:nth-child(5),.feature-card:nth-child(6){ border-bottom: none; }
.feature-card::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--anthrazit);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease;
}
.feature-card:hover { background: var(--bg-section); }
.feature-card:hover::after { transform: scaleX(1); }

.feature-num {
  font-family: var(--font-display); font-size: 52px; font-weight: 700;
  color: var(--hellgrau); line-height: 1; margin-bottom: 16px;
  transition: color var(--tr);
}
.feature-card:hover .feature-num { color: var(--silbergrau); }
.feature-card h4 { font-size: 17px; font-weight: 600; margin-bottom: 10px; }
.feature-card p  { font-size: 14px; color: var(--anthrazit-light); line-height: 1.7; }

@media(max-width:1024px){ .features-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:600px) { .features-grid{ grid-template-columns:1fr; } }

/* ── STATS ── */
.stats-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.stat-item {
  padding: 48px 32px; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: var(--font-display); font-size: 54px; font-weight: 700;
  color: var(--weiss); line-height: 1; margin-bottom: 8px;
}
.stat-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--silbergrau); }

@media(max-width:768px){ .stats-grid{ grid-template-columns:1fr 1fr; } }

/* ── LEISTUNGEN KARTEN ── */
.leistungen-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 40px; gap: 20px; flex-wrap: wrap;
}
.leistungen-header h2 { font-size: clamp(26px,3vw,42px); max-width: 460px; }

.leistungen-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.leistungen-grid-2 { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 20px; margin-top: 20px; }

.ls-card {
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative; cursor: pointer;
  background: var(--schwarz);
  display: block; text-decoration: none;
}
.ls-card-img { overflow: hidden; }
.ls-card-img img {
  width: 100%; height: 280px; object-fit: cover;
  filter: brightness(0.72);
  transition: transform 0.55s ease, filter 0.4s ease;
}
.ls-card.large .ls-card-img img { height: 370px; }
.ls-card:hover .ls-card-img img { transform: scale(1.06); filter: brightness(0.55); }

.ls-card-body {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 26px;
  background: linear-gradient(to top, rgba(17,17,17,0.88) 0%, rgba(17,17,17,0) 55%);
}
.ls-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--silber-light); margin-bottom: 6px;
}
.ls-card-body h3 { font-size: 21px; color: var(--weiss); margin-bottom: 10px; }
.ls-card-body p  {
  font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.6;
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease;
}
.ls-card:hover .ls-card-body p { max-height: 80px; }
.ls-more {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700; color: var(--hellgrau);
  margin-top: 10px;
  opacity: 0; transform: translateY(6px);
  transition: opacity 0.3s, transform 0.3s;
}
.ls-card:hover .ls-more { opacity: 1; transform: translateY(0); }

@media(max-width:1024px){
  .leistungen-grid    { grid-template-columns: 1fr 1fr; }
  .leistungen-grid-2  { grid-template-columns: 1fr 1fr; }
}
@media(max-width:600px){
  .leistungen-grid    { grid-template-columns: 1fr; }
  .leistungen-grid-2  { grid-template-columns: 1fr; }
}

/* ── PROJEKTE ── */
.projekte-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px; margin-top: 40px;
}
.projekt-card {
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative; background: var(--schwarz);
  display: block;
}
.projekt-card img {
  width: 100%; height: 340px; object-fit: cover;
  filter: brightness(0.68);
  transition: transform 0.55s ease, filter 0.4s ease;
  display: block;
}
.projekt-card:hover img { transform: scale(1.04); filter: brightness(0.5); }
.projekt-card.featured { grid-column: 1/-1; }
.projekt-card.featured img { height: 480px; }

.projekt-info {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 30px;
  background: linear-gradient(to top, rgba(17,17,17,0.88) 0%, rgba(17,17,17,0) 55%);
}
.projekt-info .eyebrow { margin-bottom: 6px; color: var(--silber-light); }
.projekt-info h3 { font-size: 22px; color: var(--weiss); }
.projekt-info p  { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 6px; }

@media(max-width:768px){
  .projekte-grid { grid-template-columns:1fr; }
  .projekt-card.featured { grid-column: auto; }
  .projekt-card.featured img { height: 280px; }
  .projekt-card img { height: 250px; }
}

/* ── PARTNERS ── */
.partners-bar {
  display: flex; align-items: center; justify-content: center;
  gap: 48px; flex-wrap: wrap; margin-top: 44px;
}
.partner-logo {
  height: 34px; width: auto;
  opacity: 0.4; filter: grayscale(1) brightness(0.5);
  transition: opacity var(--tr), filter var(--tr);
}
.partner-logo:hover { opacity: 0.85; filter: grayscale(0) brightness(1); }

/* ── VIDEO SECTION ── */
.video-section {
  position: relative; overflow: hidden;
  background: var(--schwarz);
  padding: 0;
}
.video-section video {
  width: 100%; max-height: 520px; object-fit: cover;
  opacity: 0.6; display: block;
}
.video-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(63,67,72,0.85) 40%, transparent 100%);
  display: flex; align-items: center;
}
.video-overlay-content {
  padding: 64px 52px; max-width: 560px;
  color: var(--weiss);
}
.video-overlay-content h2 { font-size: clamp(26px,3vw,42px); color: var(--weiss); margin: 12px 0 18px; }
.video-overlay-content p  { font-size: 16px; color: rgba(255,255,255,0.72); line-height: 1.75; margin-bottom: 32px; }

/* ── CTA BANNER ── */
.cta-banner {
  position: relative; overflow: hidden;
  background: var(--anthrazit);
}
.cta-bg { position: absolute; inset: 0; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }
.cta-bg-overlay { position: absolute; inset: 0; background: rgba(63,67,72,0.75); }
.cta-content {
  position: relative; z-index: 2;
  padding: 96px 0; max-width: 640px;
}
.cta-content h2 { font-size: clamp(28px,3.5vw,46px); color: var(--weiss); margin: 12px 0 18px; }
.cta-content p  { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.75; margin-bottom: 36px; }
.cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--weiss); color: var(--anthrazit);
  padding: 14px 32px; border-radius: var(--radius);
  font-size: 14px; font-weight: 700; border: none;
  transition: background var(--tr), transform var(--tr);
}
.btn-white:hover { background: var(--hellgrau); transform: translateY(-2px); }

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
footer {
  background: var(--schwarz);
  color: rgba(255,255,255,0.6);
  padding: 72px 0 36px;
  border-top: 3px solid var(--anthrazit);
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 52px;
}
@media(max-width:1024px){ .footer-grid{ grid-template-columns: 1fr 1fr; } }
@media(max-width:600px)  { .footer-grid{ grid-template-columns: 1fr; gap: 32px; } }

.footer-brand img { height: 34px; filter: brightness(5); margin-bottom: 18px; }
.footer-brand p   { font-size: 14px; line-height: 1.75; margin-bottom: 18px; max-width: 320px; }
.footer-contact a {
  display: block; font-size: 13px;
  color: rgba(255,255,255,0.5); padding: 3px 0;
  transition: color var(--tr);
}
.footer-contact a:hover { color: var(--hellgrau); }

.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.soc-link {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: border-color var(--tr), color var(--tr), background var(--tr);
}
.soc-link:hover { border-color: var(--silbergrau); color: var(--weiss); background: rgba(255,255,255,0.06); }
.soc-link svg { width: 16px; height: 16px; }

.footer-col h5 {
  font-size: 10px; font-weight: 700; letter-spacing: 0.13em;
  text-transform: uppercase; color: rgba(255,255,255,0.3);
  margin-bottom: 16px;
}
.footer-col h5 + h5 { margin-top: 24px; }
.footer-col a {
  display: block; font-size: 13px; color: rgba(255,255,255,0.5);
  padding: 4px 0; transition: color var(--tr);
}
.footer-col a:hover { color: var(--hellgrau); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 16px;
  font-size: 12px; color: rgba(255,255,255,0.28);
}
.footer-bottom a { color: rgba(255,255,255,0.28); transition: color var(--tr); }
.footer-bottom a:hover { color: var(--silbergrau); }
.footer-legal { display: flex; gap: 20px; }

/* ══════════════════════════════════════
   COOKIE BANNER
══════════════════════════════════════ */
.cookie-banner {
  position: fixed; bottom: 24px; left: 50%;
  transform: translateX(-50%);
  background: var(--anthrazit-dark);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 48px rgba(0,0,0,0.35);
  padding: 18px 24px;
  display: flex; align-items: center; gap: 20px;
  z-index: 9999;
  max-width: 700px; width: calc(100% - 48px);
  border: 1px solid rgba(255,255,255,0.1);
}
.cookie-banner p { font-size: 13px; color: rgba(255,255,255,0.72); flex: 1; line-height: 1.55; }
.cookie-banner a { color: var(--silber-light); text-decoration: underline; }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.btn-c-accept {
  background: var(--weiss); color: var(--anthrazit);
  padding: 8px 20px; border-radius: var(--radius);
  font-size: 13px; font-weight: 700; border: none; cursor: pointer;
  transition: background var(--tr);
}
.btn-c-accept:hover { background: var(--hellgrau); }
.btn-c-decline {
  background: transparent; color: rgba(255,255,255,0.5);
  padding: 8px 14px; border-radius: var(--radius);
  font-size: 13px; font-weight: 500;
  border: 1px solid rgba(255,255,255,0.15); cursor: pointer;
  transition: all var(--tr);
}
.btn-c-decline:hover { color: var(--weiss); border-color: rgba(255,255,255,0.35); }
@media(max-width:600px){
  .cookie-banner { flex-direction: column; align-items: flex-start; }
}

/* ══════════════════════════════════════
   ANIMATIONEN
══════════════════════════════════════ */
.fade-up {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up:nth-child(2){ transition-delay: 0.08s; }
.fade-up:nth-child(3){ transition-delay: 0.16s; }
.fade-up:nth-child(4){ transition-delay: 0.24s; }
.fade-up:nth-child(5){ transition-delay: 0.32s; }
.fade-up:nth-child(6){ transition-delay: 0.40s; }
