/* =========================================================
   Manni von Bohr – offizielle Seite
   Statisches Theme · Dark · Akzent #c74735
   ========================================================= */

:root {
  --bg:        #0b0b0c;
  --bg-2:      #111113;
  --surface:   #16161a;
  --surface-2: #1d1d22;
  --line:      #2a2a30;
  --text:      #ececed;
  --muted:     #9b9ba2;
  --muted-2:   #6f6f77;
  --accent:    #c74735;
  --accent-2:  #e05a44;
  --white:     #ffffff;
  --radius:    14px;
  --radius-sm: 9px;
  --maxw:      1180px;
  --header-h:  74px;
  --shadow:    0 18px 50px -20px rgba(0,0,0,.7);
  --ease:      cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "Roboto", system-ui, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 .6em;
  letter-spacing: .01em;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.accent { color: var(--accent-2); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center;
  background: transparent;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), backdrop-filter .35s;
}
.site-header.scrolled,
.site-header.solid {
  background: rgba(10,10,11,.82);
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 1px 0 var(--line);
}
.nav {
  width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding: 0 24px;
  display: flex; align-items: center; gap: 28px;
}
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand img {
  height: 32px; width: auto;       /* transparente PNG – funktioniert auf jedem Hintergrund */
}
.nav-spacer { flex: 1; }

.nav-menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-menu > li { position: relative; }
.nav-menu a {
  display: block; padding: 9px 13px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); white-space: nowrap;
  transition: color .2s;
}
.nav-menu a:hover, .nav-menu a.current { color: var(--white); }
.nav-menu a.current { position: relative; }
.nav-menu a.current::after {
  content: ""; position: absolute; left: 13px; right: 13px; bottom: 2px; height: 2px;
  background: var(--accent); border-radius: 2px;
}

/* dropdown */
.has-drop > a::after { content: " ▾"; color: var(--muted-2); font-size: 10px; }
.drop {
  position: absolute; top: 100%; left: 0; min-width: 230px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow); padding: 8px;
  list-style: none; margin: 8px 0 0;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .22s var(--ease);
}
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.drop a { padding: 10px 14px; border-radius: 7px; letter-spacing: .06em; }
.drop a:hover { background: var(--surface-2); color: var(--white); }

/* burger */
.burger {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px;
}
.burger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s var(--ease); }
.menu-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .burger span:nth-child(2) { opacity: 0; }
.menu-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero (Home) ---------- */
.hero { position: relative; height: 100vh; min-height: 600px; overflow: hidden; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.08);
  transition: opacity 1.4s ease, transform 7s linear;
}
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,11,12,.55) 0%, rgba(11,11,12,.25) 40%, rgba(11,11,12,.92) 100%);
}
.hero-inner {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
}
.hero-eyebrow {
  font-size: 13px; letter-spacing: .42em; text-transform: uppercase; color: var(--accent-2);
  font-weight: 700; margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(2.8rem, 8vw, 6.4rem); font-weight: 900; letter-spacing: -.01em;
  text-transform: uppercase; margin: 0 0 18px; line-height: .95;
}
.hero-sub {
  font-size: clamp(1rem, 2.4vw, 1.5rem); color: var(--text); font-weight: 300;
  letter-spacing: .2em; text-transform: uppercase; margin-bottom: 36px;
}
.hero-sub b { color: var(--accent-2); font-weight: 600; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-quote {
  margin-top: 40px; max-width: 560px; color: var(--muted); font-style: italic; font-size: 1.02rem;
  border-left: 3px solid var(--accent); padding-left: 18px;
}
.hero-dots { position: absolute; z-index: 3; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; }
.hero-dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: rgba(255,255,255,.35); cursor: pointer; transition: .25s; padding: 0; }
.hero-dots button.active { background: var(--accent-2); width: 26px; border-radius: 5px; }
.scroll-hint { position: absolute; z-index: 3; bottom: 26px; right: 30px; color: var(--muted); font-size: 11px; letter-spacing: .25em; text-transform: uppercase; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 26px; border-radius: 100px; font-weight: 700; font-size: 13px;
  letter-spacing: .1em; text-transform: uppercase; cursor: pointer; border: 1.5px solid transparent;
  transition: transform .2s var(--ease), background .25s, border-color .25s, color .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-2); }
.btn-ghost { border-color: rgba(255,255,255,.3); color: #fff; }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ---------- Page header (inner pages) ---------- */
.page-head {
  padding: calc(var(--header-h) + 70px) 0 56px;
  background:
    radial-gradient(1200px 400px at 75% -10%, rgba(199,71,53,.22), transparent 60%),
    linear-gradient(180deg, var(--bg-2), var(--bg));
  border-bottom: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.page-head .eyebrow {
  font-size: 12px; letter-spacing: .35em; text-transform: uppercase; color: var(--accent-2);
  font-weight: 700; margin-bottom: 14px;
}
.page-head h1 {
  font-size: clamp(2.2rem, 5.5vw, 4rem); text-transform: uppercase; margin: 0;
}
.page-head p.lead { color: var(--muted); max-width: 720px; margin: 18px 0 0; font-size: 1.08rem; }

/* ---------- Sections ---------- */
section.block { padding: 72px 0; }
section.block.alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-title {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem); text-transform: uppercase; margin-bottom: 8px;
}
.section-kicker { color: var(--accent-2); font-weight: 700; letter-spacing: .3em; text-transform: uppercase; font-size: 12px; margin-bottom: 12px; }
.section-head { margin-bottom: 40px; max-width: 760px; }
.section-head p { color: var(--muted); margin: 0; }

.prose p { color: #cfcfd4; margin: 0 0 1.25em; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--white); font-weight: 700; }
.prose a { color: var(--accent-2); border-bottom: 1px solid rgba(224,90,68,.4); }
.prose a:hover { color: #fff; border-color: #fff; }

.lead-xl { font-size: 1.3rem; line-height: 1.6; color: #fff; font-weight: 300; }

/* ---------- Generic grid / cards ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.card:hover { transform: translateY(-5px); border-color: #3a3a42; box-shadow: var(--shadow); }
.card .card-body { padding: 24px; }
.card h3 { font-size: 1.15rem; text-transform: uppercase; margin-bottom: 10px; }
.card p { color: var(--muted); margin: 0; font-size: .97rem; }
.card .thumb { aspect-ratio: 16/10; overflow: hidden; }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card:hover .thumb img { transform: scale(1.06); }

/* ---------- About layout ---------- */
.about-grid { display: grid; grid-template-columns: 340px 1fr; gap: 56px; align-items: start; }
.about-media { position: sticky; top: 100px; }
.about-media img { border-radius: var(--radius); border: 1px solid var(--line); }
.about-roles { list-style: none; padding: 0; margin: 22px 0 0; }
.about-roles li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .95rem; }
.about-roles li b { color: var(--white); display: block; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 14px; }
.stat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; text-align: center; }
.stat .num { font-size: 2.4rem; font-weight: 900; color: var(--accent-2); line-height: 1; }
.stat .lbl { color: var(--muted); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 8px; }

/* ---------- Credits columns ---------- */
.credits-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.credit-group h3 { color: var(--accent-2); font-size: .85rem; letter-spacing: .18em; border-bottom: 1px solid var(--line); padding-bottom: 12px; margin-bottom: 6px; }
.credit-group ul { list-style: none; padding: 0; margin: 0; }
.credit-group li { padding: 8px 0; border-bottom: 1px solid rgba(42,42,48,.5); color: #cfcfd4; font-size: .96rem; }
.credit-group li span { color: var(--muted-2); font-size: .82rem; }

/* ---------- Equipment ---------- */
.gear-block { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.gear-block h3 { color: var(--accent-2); text-transform: uppercase; font-size: 1rem; letter-spacing: .14em; margin-bottom: 18px; }
.gear-sub { font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; color: var(--muted); margin: 18px 0 8px; }
.gear-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 28px; }
.gear-list li { padding: 6px 0; color: #cfcfd4; font-size: .95rem; break-inside: avoid; }

/* ---------- Media / video ---------- */
.video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.video-card {
  position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer;
  aspect-ratio: 16/9; background: #000; border: 1px solid var(--line);
  transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
}
.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--accent); }
.video-card img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: .4s; }
.video-card:hover img { opacity: 1; transform: scale(1.05); }
.video-card .play {
  position: absolute; inset: 0; display: grid; place-items: center;
}
.video-card .play span {
  width: 62px; height: 62px; border-radius: 50%; background: rgba(199,71,53,.92);
  display: grid; place-items: center; box-shadow: 0 8px 30px rgba(0,0,0,.5); transition: .3s;
}
.video-card:hover .play span { transform: scale(1.12); background: var(--accent-2); }
.video-card .play span::after { content: ""; border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 5px; }
.video-caption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 26px 16px 13px; font-size: .92rem; font-weight: 700; color: #fff;
  letter-spacing: .02em;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.88));
}
.video-caption .src { display: block; font-size: .74rem; font-weight: 400; color: var(--muted); letter-spacing: .08em; margin-top: 3px; }

/* Großer Konzert-Mitschnitt (volle Breite) */
.video-feature { aspect-ratio: 16/9; max-width: 860px; margin: 0 auto; }
.video-feature .video-caption { padding: 38px 24px 20px; font-size: 1.1rem; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,.92); display: none; place-items: center; padding: 24px; }
.lightbox.open { display: grid; }
.lightbox .lb-inner { width: min(960px, 100%); aspect-ratio: 16/9; }
.lightbox iframe { width: 100%; height: 100%; border: 0; border-radius: 10px; }
.lightbox .lb-close { position: absolute; top: 22px; right: 28px; background: none; border: 0; color: #fff; font-size: 34px; cursor: pointer; line-height: 1; }

/* ---------- Events ---------- */
.events-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
.event-row {
  display: grid; grid-template-columns: 90px 1fr auto; gap: 24px; align-items: center;
  padding: 18px 8px; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s;
}
.event-row:hover { background: var(--surface); padding-left: 18px; padding-right: 18px; }
.event-date { text-align: center; }
.event-date .d { font-size: 1.5rem; font-weight: 900; line-height: 1; }
.event-date .m { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: var(--accent-2); }
.event-date .y { font-size: .72rem; color: var(--muted-2); }
.event-act { font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.event-loc { color: var(--muted); font-size: .95rem; }
.event-tag { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); border: 1px solid var(--line); padding: 5px 11px; border-radius: 100px; white-space: nowrap; }
.year-divider { margin: 38px 0 8px; font-size: 1.4rem; font-weight: 900; color: var(--accent-2); letter-spacing: .1em; }
.event-row.up { border-left: 3px solid var(--accent); padding-left: 16px; background: linear-gradient(90deg, rgba(199,71,53,.08), transparent 70%); }
.event-row.up:hover { padding-left: 22px; background: linear-gradient(90deg, rgba(199,71,53,.14), transparent 75%); }
.event-row.up .event-tag { border-color: var(--accent); color: #fff; background: var(--accent); font-weight: 700; }
.event-row.up .event-act { color: #fff; }
.up-tour { font-size: 1.05rem; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 6px; padding-bottom: 8px; border-bottom: 2px solid var(--accent); display: inline-block; }
.up-tour span { display: block; font-size: .72rem; letter-spacing: .14em; color: var(--muted); font-weight: 400; margin-top: 6px; }

/* ---------- Archiv (ausklappbar) ---------- */
.archive { margin-top: 56px; border-top: 1px solid var(--line); }
.archive > summary {
  list-style: none; cursor: pointer; user-select: none;
  display: flex; align-items: center; gap: 18px;
  padding: 26px 6px; transition: padding .25s var(--ease);
}
.archive > summary::-webkit-details-marker { display: none; }
.archive > summary::marker { content: ""; }
.archive > summary:hover { padding-left: 14px; }
.archive .archive-title { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 900; text-transform: uppercase; line-height: 1.1; display: block; }
.archive .archive-count { display: inline-block; font-size: .8rem; font-weight: 400; text-transform: none; letter-spacing: .04em; color: var(--muted); margin-left: 10px; vertical-align: middle; }
.archive .section-kicker { display: block; margin-bottom: 8px; }
.archive .archive-arrow {
  margin-left: auto; flex-shrink: 0;
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; font-size: 20px; color: var(--accent-2);
  transition: transform .35s var(--ease), background .25s, border-color .25s;
}
.archive > summary:hover .archive-arrow { background: var(--surface); border-color: var(--accent); }
.archive[open] > summary .archive-arrow { transform: rotate(180deg); }
.archive .archive-body { padding-top: 8px; animation: archive-open .45s var(--ease); }
.archive[open] .year-divider:first-child { margin-top: 12px; }
@keyframes archive-open { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.events-empty { color: var(--muted); padding: 14px 8px; border-bottom: 1px solid var(--line); font-style: italic; }

/* ---------- News ---------- */
.news-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.news-card { display: grid; grid-template-columns: 200px 1fr; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s var(--ease), border-color .3s; }
.news-card:hover { transform: translateY(-4px); border-color: #3a3a42; }
.news-card .thumb { overflow: hidden; }
.news-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-card .nb { padding: 24px; }
.news-card time { color: var(--accent-2); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }

/* Video-News (hervorgehoben, Hochformat-Trailer) */
.video-news { display: grid; grid-template-columns: 300px 1fr; align-items: center; gap: 0; }
.video-news .news-video { background: #000; display: flex; justify-content: center; }
.video-news .news-video video { width: 100%; max-height: 520px; height: auto; display: block; object-fit: contain; background: #000; }
.video-news .nb { padding: 32px 36px; }
.video-news .news-flag { display: inline-block; background: var(--accent); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 5px 11px; border-radius: 100px; margin-bottom: 14px; }
.video-news time { display: block; margin-bottom: 8px; }
.video-news h3 { font-size: 1.5rem; }
.video-news .btn { margin-top: 18px; }
@media (max-width: 720px) {
  .video-news { grid-template-columns: 1fr; }
  .video-news .news-video video { max-height: 70vh; }
}
.news-card h3 { font-size: 1.15rem; text-transform: none; letter-spacing: 0; margin: 10px 0; }
.news-card p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.field input, .field textarea {
  width: 100%; background: var(--surface); border: 1px solid var(--line); border-radius: 10px;
  color: var(--text); padding: 14px 16px; font: inherit; font-size: .98rem; transition: border-color .2s, background .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); background: var(--surface-2); }
.field textarea { resize: vertical; min-height: 150px; }
.contact-info .ci { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-info .ci .k { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); width: 90px; flex-shrink: 0; padding-top: 3px; }
.contact-info .ci .v { color: var(--text); }
.contact-info .ci a { color: var(--accent-2); }
.form-note { font-size: .85rem; color: var(--muted-2); margin-top: 10px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, #1a0d0a, var(--bg-2));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 48px; text-align: center; margin-top: 8px;
}
.cta-band h2 { text-transform: uppercase; font-size: clamp(1.4rem,3vw,2rem); }
.cta-band p { color: var(--muted); max-width: 560px; margin: 0 auto 26px; }

/* ---------- Footer ---------- */
.site-footer { background: #000; border-top: 1px solid var(--line); padding: 60px 0 30px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer-brand img { height: 40px; margin-bottom: 18px; }
.footer-brand p { color: var(--muted); font-size: .95rem; max-width: 320px; }
.footer-col h4 { font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #c7c7cd; font-size: .95rem; transition: color .2s; }
.footer-col a:hover { color: var(--accent-2); }
.socials { display: flex; gap: 12px; margin-top: 4px; }
.socials a {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--muted); transition: .25s;
}
.socials a:hover { background: var(--accent); color: #fff; border-color: var(--accent); transform: translateY(-3px); }
.socials svg { width: 18px; height: 18px; fill: currentColor; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--muted-2); font-size: .85rem; align-items: center; }
.footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-legal a { color: var(--muted); transition: color .2s; }
.footer-legal a:hover { color: var(--accent-2); }

/* ---------- Cookie-Banner ---------- */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 900;
  background: rgba(20,20,24,.97); backdrop-filter: blur(12px);
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 18px 22px;
  animation: cookie-in .5s var(--ease);
}
@keyframes cookie-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.cookie-inner { display: flex; align-items: center; gap: 22px; max-width: var(--maxw); margin: 0 auto; }
.cookie-inner p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.cookie-inner a { color: var(--accent-2); }
.cookie-inner .btn { flex-shrink: 0; }
@media (max-width: 620px) { .cookie-inner { flex-direction: column; align-items: stretch; gap: 14px; text-align: left; } .cookie-inner .btn { width: 100%; justify-content: center; } }

/* ---------- Consent + Formular-Status ---------- */
.consent { display: block; position: relative; padding-left: 28px; font-size: .85rem; color: var(--muted); margin: 4px 0 20px; line-height: 1.55; cursor: pointer; }
.consent input { position: absolute; left: 0; top: 3px; accent-color: var(--accent); }
.consent a { color: var(--accent-2); }
.form-status { margin: 16px 0 0; font-size: .92rem; min-height: 1.2em; }
.form-status.ok { color: #5fd08a; }
.form-status.err { color: #e0563f; }

/* ---------- Rechtstexte ---------- */
.legal h3 { font-size: 1.05rem; text-transform: none; letter-spacing: 0; margin-top: 2em; color: #fff; }
.legal h3:first-child { margin-top: 0; }
.legal p { color: #cfcfd4; }
.legal .ph { color: var(--accent-2); background: rgba(199,71,53,.12); padding: 0 5px; border-radius: 4px; font-style: italic; }
.legal .ph-note { margin-top: 2em; padding: 14px 18px; border-left: 3px solid var(--accent); background: var(--surface); color: var(--muted); font-size: .9rem; border-radius: 0 8px 8px 0; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav-menu a { padding: 9px 9px; font-size: 12px; letter-spacing: .08em; }
  .credits-cols { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 920px) {
  .burger { display: flex; }
  .nav-spacer { display: none; }
  .nav { justify-content: space-between; }
  .nav-menu {
    position: fixed; inset: var(--header-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(10,10,11,.97); backdrop-filter: blur(14px);
    padding: 12px 16px 24px; border-bottom: 1px solid var(--line);
    max-height: calc(100vh - var(--header-h)); overflow-y: auto;
    transform: translateY(-120%); transition: transform .4s var(--ease); box-shadow: var(--shadow);
  }
  .menu-open .nav-menu { transform: translateY(0); }
  .nav-menu a { padding: 13px 10px; font-size: 14px; border-bottom: 1px solid var(--line); }
  .nav-menu a.current::after { display: none; }
  .drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; background: transparent; padding: 0 0 0 14px; margin: 0; }
  .has-drop:hover .drop { transform: none; }
  .site-header.solid, .site-header { background: rgba(10,10,11,.9); backdrop-filter: blur(14px); }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-media { position: static; max-width: 320px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .news-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .grid-2, .grid-3, .grid-4, .video-grid, .credits-cols, .stats { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .news-card { grid-template-columns: 1fr; }
  .news-card .thumb { aspect-ratio: 16/9; }
  .gear-list { columns: 1; }
  .event-row { grid-template-columns: 64px 1fr; }
  .event-tag { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  section.block { padding: 52px 0; }
}
@media (max-width: 460px) {
  .video-grid { grid-template-columns: 1fr; }
  .hero-cta { width: 100%; }
  .hero-cta .btn { flex: 1; justify-content: center; }
}

/* ----- Foto-Figuren & Galerien (Workshop-Bilder) ----- */
.media-banner { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 21/9; }
.media-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.media-banner.tall { aspect-ratio: 16/9; }
figure.media-figure { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/3; background: var(--surface); }
figure.media-figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
figure.media-figure:hover img { transform: scale(1.05); }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.split-media { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.split-media figure.media-figure { aspect-ratio: 3/4; }
@media (max-width: 720px) {
  .photo-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .split-media { grid-template-columns: 1fr; gap: 26px; }
  .split-media figure.media-figure { aspect-ratio: 4/3; max-width: 420px; margin: 0 auto; }
  .media-banner { aspect-ratio: 16/9; }
}
