:root {
  --red: #c8152d;
  --red-dark: #7f0b1a;
  --red-deep: #35060d;
  --ink: #171315;
  --muted: #6f666a;
  --paper: #fffaf7;
  --cream: #f5eee7;
  --white: #ffffff;
  --gold: #d8a94d;
  --line: rgba(23,19,21,.12);
  --shadow: 0 18px 50px rgba(44, 7, 15, .12);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,250,247,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(23,19,21,.08);
}
.navbar { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { text-decoration: none; display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center;
  color: #fff; font-weight: 900; letter-spacing: -1px;
  background: linear-gradient(145deg, var(--red), var(--red-dark));
  box-shadow: 0 8px 22px rgba(200,21,45,.25);
}
.brand-copy { line-height: 1.05; }
.brand-copy strong { display: block; font-size: 15px; letter-spacing: -.2px; }
.brand-copy small { color: var(--muted); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.navlinks { display: flex; align-items: center; gap: 6px; }
.navlinks a { text-decoration: none; font-size: 14px; font-weight: 720; padding: 10px 12px; border-radius: 999px; }
.navlinks a:hover, .navlinks a[aria-current="page"] { background: #fff; color: var(--red); box-shadow: 0 5px 15px rgba(23,19,21,.06); }
.navlinks .nav-cta { color: #fff; background: var(--red); margin-left: 6px; }
.navlinks .nav-cta:hover { color: #fff; background: var(--red-dark); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); transition: .25s ease; }

.hero {
  position: relative; overflow: hidden; min-height: 660px; color: #fff;
  background:
    radial-gradient(circle at 50% 82%, rgba(255,233,173,.20), transparent 23%),
    linear-gradient(110deg, #210208 0%, #5b0815 36%, #a40d25 60%, #4f0712 100%);
}
.hero::before, .hero::after {
  content: ""; position: absolute; top: -8%; bottom: -14%; width: 38%; opacity: .96;
  background:
    linear-gradient(90deg, rgba(0,0,0,.48), transparent 18%, rgba(255,255,255,.07) 36%, transparent 52%, rgba(0,0,0,.30) 70%, transparent 88%),
    linear-gradient(90deg, #520714, #aa0f28 45%, #5d0714);
  filter: saturate(1.12);
}
.hero::before { left: -15%; transform: skewX(5deg); border-radius: 0 0 52% 0; }
.hero::after { right: -15%; transform: skewX(-5deg) scaleX(-1); border-radius: 0 0 0 52%; }
.hero-beam {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(104deg, transparent 34%, rgba(255,245,211,.08) 48%, transparent 61%);
}
.hero .wrap { position: relative; z-index: 2; padding: 92px 0 84px; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; font-weight: 800; font-size: 13px; letter-spacing: .10em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; opacity: .72; }
.hero .eyebrow { color: #ffdca0; }
.hero h1 { margin: 22px 0 18px; max-width: 900px; font-size: clamp(48px, 7vw, 92px); line-height: .95; letter-spacing: -.055em; }
.hero h1 span { color: #ffdca0; }
.hero-lead { max-width: 720px; margin: 0 0 32px; color: rgba(255,255,255,.86); font-size: clamp(18px,2vw,23px); }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 20px; border-radius: 999px; text-decoration: none; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--red); box-shadow: 0 12px 24px rgba(118,4,24,.24); }
.btn-primary:hover { background: var(--red-dark); }
.btn-light { color: var(--red-deep); background: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.14); }
.btn-outline { color: var(--ink); border-color: rgba(23,19,21,.2); background: transparent; }
.btn-outline:hover { border-color: var(--red); color: var(--red); }
.hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.06); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 760px; gap: 10px; margin-top: 58px; }
.hero-fact { padding: 16px 18px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); border-radius: 16px; }
.hero-fact strong { display: block; font-size: 20px; }
.hero-fact span { color: rgba(255,255,255,.66); font-size: 13px; }

section { padding: 88px 0; }
.section-kicker { color: var(--red); font-size: 13px; text-transform: uppercase; letter-spacing: .13em; font-weight: 850; margin-bottom: 12px; }
.section-title { margin: 0 0 18px; font-size: clamp(34px,4.6vw,58px); line-height: 1.02; letter-spacing: -.045em; }
.section-lead { max-width: 760px; color: var(--muted); font-size: 19px; margin: 0; }
.section-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 42px; }
.section-head > * { min-width: 0; }

.fact-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: -56px; position: relative; z-index: 5; }
.fact-card { background: #fff; border: 1px solid rgba(23,19,21,.08); border-radius: 20px; padding: 24px; box-shadow: var(--shadow); }
.fact-card strong { display: block; font-size: 34px; color: var(--red); letter-spacing: -.04em; line-height: 1; margin-bottom: 9px; }
.fact-card span { color: var(--muted); font-size: 14px; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: stretch; }
.card, .panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 42px rgba(44,7,15,.06); }
.panel { padding: 34px; }
.theater-card { min-height: 460px; padding: 38px; color: #fff; overflow: hidden; position: relative; background: linear-gradient(135deg, #151114, #46101b 55%, #981027); }
.theater-card::after { content: "11"; position: absolute; right: -12px; bottom: -72px; font-weight: 950; font-size: 290px; line-height: 1; color: rgba(255,255,255,.05); letter-spacing: -.12em; }
.theater-card > * { position: relative; z-index: 2; }
.theater-card .tag { display: inline-flex; padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.theater-card h3 { font-size: clamp(36px,4vw,54px); line-height: 1; margin: 70px 0 20px; letter-spacing: -.05em; }
.theater-card p { max-width: 500px; color: rgba(255,255,255,.72); }
.meta-list { display: grid; gap: 0; }
.meta-row { display: grid; grid-template-columns: 110px 1fr; gap: 22px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.meta-row:last-child { border-bottom: 0; }
.meta-row span { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.meta-row strong { font-size: 16px; }

.band { background: var(--ink); color: #fff; }
.band .section-kicker { color: #ffdca0; }
.band .section-lead { color: rgba(255,255,255,.65); }
.quote { margin: 0; font-size: clamp(28px,3.6vw,48px); font-weight: 780; line-height: 1.08; letter-spacing: -.035em; }
.quote em { color: #ffdca0; font-style: normal; }

.page-hero { position: relative; overflow: hidden; padding: 90px 0 74px; color: #fff; background: linear-gradient(120deg, #230309 0%, #720b1c 55%, #b61531 120%); }
.page-hero::after { content: "11"; position: absolute; right: 4%; top: -56px; font-size: 280px; line-height: 1; font-weight: 950; color: rgba(255,255,255,.05); letter-spacing: -.1em; }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { margin: 14px 0 18px; font-size: clamp(44px,7vw,76px); line-height: .98; letter-spacing: -.05em; max-width: 850px; }
.page-hero p { max-width: 740px; color: rgba(255,255,255,.76); font-size: 19px; margin: 0; }

.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.speaker-card { min-height: 238px; display: flex; flex-direction: column; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 20px; position: relative; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.speaker-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(44,7,15,.10); }
.speaker-card::after { content: attr(data-num); position: absolute; right: 12px; top: 0; font-weight: 900; font-size: 84px; line-height: 1; color: rgba(200,21,45,.055); }
.speaker-card .num { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.speaker-card h3 { margin: auto 0 8px; font-size: 22px; letter-spacing: -.025em; }
.speaker-card p { margin: 0; color: var(--muted); font-size: 15px; }
.timeline { max-width: 860px; margin: 0 auto; }
.timeline-item { display: grid; grid-template-columns: 110px 34px 1fr; gap: 14px; min-height: 72px; }
.timeline-time { font-weight: 900; color: var(--red); text-align: right; padding-top: 3px; }
.timeline-mark { position: relative; }
.timeline-mark::before { content: ""; position: absolute; left: 50%; top: 7px; width: 11px; height: 11px; margin-left: -5.5px; border: 3px solid var(--red); border-radius: 50%; background: var(--paper); z-index: 2; }
.timeline-mark::after { content: ""; position: absolute; left: 50%; top: 19px; bottom: -2px; width: 1px; background: rgba(200,21,45,.26); }
.timeline-item:last-child .timeline-mark::after { display: none; }
.timeline-copy strong { display: block; font-size: 17px; }
.timeline-copy span { color: var(--muted); font-size: 14px; }

.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 850px; }
.price-card { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.price-card.featured { color: #fff; border-color: transparent; background: linear-gradient(145deg,var(--red-dark),var(--red)); box-shadow: 0 22px 50px rgba(160,12,36,.18); }
.price-card .price-label { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; opacity: .72; }
.price-card .price { font-size: 54px; line-height: 1; font-weight: 900; letter-spacing: -.05em; margin: 12px 0 8px; }
.price-card p { margin: 0; color: var(--muted); }
.price-card.featured p { color: rgba(255,255,255,.72); }
.notice { padding: 20px 22px; border-left: 5px solid var(--red); border-radius: 12px; background: #fff0f2; color: #5d111f; font-weight: 700; }

.steps { counter-reset: steps; display: grid; gap: 14px; }
.step { counter-increment: steps; display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.step::before { content: counter(steps, decimal-leading-zero); width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: #fff; font-weight: 900; background: var(--red); }
.step h3 { margin: 1px 0 5px; font-size: 18px; }
.step p { margin: 0; color: var(--muted); }
.check-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.check { padding: 18px 18px 18px 48px; position: relative; background: #fff; border: 1px solid var(--line); border-radius: 16px; color: #463e41; }
.check::before { content: "✓"; position: absolute; left: 17px; top: 17px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 13px; font-weight: 900; }

.legal { max-width: 940px; }
.legal h2 { margin-top: 52px; font-size: 30px; letter-spacing: -.03em; }
.legal h3 { margin-top: 30px; font-size: 19px; }
.legal p, .legal li { color: #534b4e; }
.legal a { color: var(--red); }

.cta { padding: 48px; border-radius: 28px; color: #fff; background: linear-gradient(125deg, #1f171a, #7d0b1e 72%, #c8152d); position: relative; overflow: hidden; }
.cta::after { content: "11"; position: absolute; right: 12px; bottom: -62px; color: rgba(255,255,255,.07); font-size: 210px; line-height: 1; font-weight: 950; }
.cta > * { position: relative; z-index: 2; }
.cta h2 { margin: 0 0 10px; font-size: clamp(32px,4.5vw,54px); letter-spacing: -.045em; line-height: 1; }
.cta p { max-width: 690px; color: rgba(255,255,255,.72); margin-bottom: 24px; }

.site-footer { padding: 46px 0 30px; background: #130f11; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 40px; }
.site-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer p { color: rgba(255,255,255,.55); max-width: 470px; }
.footer-title { font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.45); margin-bottom: 12px; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); display: flex; gap: 20px; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 12px; }

@media (max-width: 940px) {
  .menu-toggle { display: block; }
  .navlinks { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 16px 20px 22px; background: rgba(255,250,247,.98); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .navlinks.open { display: flex; }
  .navlinks a { padding: 13px 14px; }
  .navlinks .nav-cta { margin-left: 0; text-align: center; }
  .hero { min-height: auto; }
  .hero .wrap { padding-top: 76px; padding-bottom: 110px; }
  .fact-grid { grid-template-columns: repeat(2,1fr); }
  .split { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 13px; max-width: 190px; }
  .hero .wrap { padding: 62px 0 94px; }
  .hero h1 { font-size: clamp(46px,14vw,68px); }
  .hero-facts { grid-template-columns: 1fr; margin-top: 40px; }
  .fact-grid { grid-template-columns: 1fr; margin-top: -42px; }
  section { padding: 68px 0; }
  .section-head { display: block; }
  .section-head .actions { margin-top: 22px; }
  .page-hero { padding: 66px 0 56px; }
  .program-grid, .price-grid, .check-grid { grid-template-columns: 1fr; }
  .speaker-card { min-height: 210px; }
  .timeline-item { grid-template-columns: 68px 26px 1fr; gap: 9px; }
  .meta-row { grid-template-columns: 1fr; gap: 5px; }
  .panel, .theater-card { padding: 26px; }
  .theater-card { min-height: 400px; }
  .cta { padding: 32px 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}


/* Bildausbau 2026 */
.hero {
  background:
    linear-gradient(90deg, rgba(28,2,7,.92) 0%, rgba(76,6,19,.78) 43%, rgba(54,4,14,.42) 100%),
    url("images/hero-atmosphaere.webp") center center / cover no-repeat;
}
.hero::before, .hero::after { display: none; }
.hero-beam { background: linear-gradient(104deg, transparent 36%, rgba(255,245,211,.10) 49%, transparent 62%); }
.hero .wrap { text-shadow: 0 2px 18px rgba(0,0,0,.18); }

.event-signature {
  margin-top: 28px;
  margin-bottom: 8px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(44,7,15,.07);
}
.event-signature img { width: 100%; height: auto; border-radius: 10px; }

.photo-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-card-tall { min-height: 460px; display: grid; grid-template-rows: 1fr auto; }
.photo-card-tall img { min-height: 390px; }
.photo-caption { padding: 15px 18px 17px; color: var(--muted); font-size: 13px; line-height: 1.45; background: #fff; }
.photo-caption strong { color: var(--ink); }

.venue-photo {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 20px 48px rgba(0,0,0,.25);
  background: #21191c;
}
.venue-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.venue-photo figcaption { padding: 12px 16px 15px; color: rgba(255,255,255,.64); font-size: 12px; }

.program-overview {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,360px);
  gap: 46px;
  align-items: start;
}
.program-poster {
  margin: 0;
  justify-self: center;
  width: min(100%, 333px);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(44,7,15,.12);
}
.program-poster img { width: 100%; height: auto; }
.program-poster figcaption { padding: 12px 14px 14px; font-size: 12px; color: var(--muted); }

.inline-photo {
  margin: 30px 0 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px rgba(44,7,15,.09);
  background: #fff;
}
.inline-photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.inline-photo figcaption { padding: 12px 16px 15px; font-size: 12px; color: var(--muted); }

.page-hero-program {
  background:
    linear-gradient(100deg, rgba(31,2,8,.94) 0%, rgba(107,9,28,.82) 52%, rgba(85,7,23,.55) 100%),
    url("images/hero-atmosphaere.webp") center 42% / cover no-repeat;
}
.page-hero-program::after { display:none; }

.visual-callout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
}
.visual-callout .photo-card { min-height: 0; }
.visual-callout .photo-card img { aspect-ratio: 4 / 3; object-fit: cover; }

@media (max-width: 940px) {
  .program-overview, .visual-callout { grid-template-columns: 1fr; }
  .program-poster { justify-self: start; }
}

@media (max-width: 640px) {
  .event-signature { margin-top: 18px; padding: 9px; border-radius: 14px; }
  .photo-card-tall { min-height: 0; }
  .photo-card-tall img { min-height: 0; aspect-ratio: 4 / 3; }
  .venue-photo img { aspect-ratio: 4 / 3; }
  .program-poster { justify-self: center; }
}

/* Speaker-Portraits auf der Programmseite */
.speaker-card {
  min-height: 340px;
  padding: 22px 24px 24px;
}
.speaker-card::after { display: none; content: none; }
.speaker-photo {
  height: 178px;
  margin: -2px -2px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  background: radial-gradient(circle at 50% 78%, rgba(200,21,45,.09), rgba(200,21,45,.025) 52%, transparent 72%);
}
.speaker-photo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 8px 10px rgba(44,7,15,.10));
}
.speaker-card h3 { margin: 0 0 8px; }

@media (max-width: 640px) {
  .speaker-card { min-height: 0; padding: 22px; }
  .speaker-photo { height: 205px; }
}
