:root {
  color-scheme: light dark;
  --color-bg: #fff6df;
  --color-surface: #ffffff;
  --color-surface-soft: #ffe8b5;
  --color-text: #2a1114;
  --color-muted: #6c4a37;
  --color-primary: #d90429;
  --color-primary-dark: #8f1020;
  --color-accent: #ffbd18;
  --color-sunset: #f35b04;
  --color-sea: #0b6f8f;
  --color-border: rgba(143, 16, 32, 0.16);
  --shadow-soft: 0 18px 50px rgba(143, 16, 32, 0.18);
  --shadow-card: 0 12px 30px rgba(143, 16, 32, 0.12);
  --radius-sm: 8px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1200px;
  --header-height: 82px;
  --font-base: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --step-xs: 0.82rem;
  --step-sm: 0.95rem;
  --step-base: 1rem;
  --step-md: 1.18rem;
  --step-lg: 1.55rem;
  --step-xl: 2.45rem;
  --step-xxl: 4.2rem;
}

/* --- Startseite Version 2 ------------------------------------------------ */
.home-v2 { --ink:#111; --paper:#f4f1eb; --red:#d52b22; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
.home-v2 .skip-link { background:#111; }
.v2-header { position:relative; z-index:50; height:84px; border-top:4px solid #111; border-bottom:1px solid #d6d2ca; background:#fff; }
.v2-nav { position:relative; width:min(100% - 48px,1560px); height:100%; margin:auto; display:grid; grid-template-columns:minmax(0,1fr) 250px minmax(0,1fr); align-items:center; gap:28px; }
.v2-nav-side { display:flex; align-items:center; gap:clamp(14px,1.7vw,30px); }
.v2-nav-left { grid-column:1; justify-content:flex-start; }
.v2-nav-right { grid-column:3; justify-content:flex-end; }
.v2-nav a { color:#111; font-size:11px; font-weight:700; letter-spacing:.035em; text-transform:uppercase; white-space:nowrap; }
.v2-nav-side a { position:relative; padding-block:12px; }
.v2-nav-side a::after { content:""; position:absolute; left:0; right:100%; bottom:5px; height:1px; background:#111; transition:right .25s ease; }
.v2-nav-side a:hover::after,.v2-nav-side a.active::after { right:0; }
.v2-brand { justify-self:center; position:absolute; top:0; left:50%; width:80px; height:80px; padding:0; border-radius:0; background:#fff; transform:translateX(-50%); box-shadow:0 8px 22px #0002; }
.v2-brand img { width:100%; height:100%; object-fit:cover; }
.v2-menu-button,.v2-mobile-menu { display:none; }
.house-hero { position:relative; min-height:calc(100svh - 88px); overflow:hidden; display:grid; grid-template-columns:34% 1fr 12%; align-items:center; padding:55px clamp(24px,5vw,80px) 35px; background:radial-gradient(circle at 63% 42%,#fff 0 7%,transparent 38%),var(--paper); }
.house-hero::before { content:""; position:absolute; inset:0; opacity:.35; pointer-events:none; background-image:linear-gradient(#111 1px,transparent 1px),linear-gradient(90deg,#111 1px,transparent 1px); background-size:100% 100%,100% 100%; }
.hero-intro { position:relative; z-index:3; align-self:center; }
.hero-kicker,.v2-label,.v2-feature p { margin:0 0 16px; font-size:11px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.hero-intro h1 { margin:0 0 24px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(52px,5.5vw,92px); font-weight:400; line-height:.87; letter-spacing:-.06em; }
.hero-intro>p:not(.hero-kicker) { max-width:270px; color:#5e5b56; font-size:15px; }
.v2-text-link { display:inline-flex; gap:16px; align-items:center; margin-top:24px; padding-bottom:5px; border-bottom:1px solid #111; color:#111; font-size:12px; font-weight:800; text-transform:uppercase; }
.model-stage { position:relative; z-index:2; height:min(62vw,650px); min-height:420px; margin-left:4vw; cursor:grab; touch-action:none; }
.model-stage:active { cursor:grabbing; }
.model-stage model-viewer { position:absolute; inset:0; width:100%; height:100%; background:transparent; --poster-color:transparent; }
.model-error { padding:1rem; color:#6c4a37; font-size:13px; }
.model-shadow { position:absolute; left:17%; right:12%; bottom:13%; height:7%; border-radius:50%; background:#392a1d33; filter:blur(14px); transform:rotate(-2deg); pointer-events:none; }
.drag-hint { position:absolute; left:50%; bottom:3%; transform:translateX(-50%); margin:0; padding:8px 12px; border:1px solid #b8b3aa; border-radius:99px; background:#f4f1ebcc; font-size:10px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; white-space:nowrap; }
.drag-hint span { margin-right:7px; font-size:15px; }
.hero-side-note { justify-self:end; color:#5e5b56; font-size:11px; font-weight:700; letter-spacing:.12em; line-height:1.7; text-align:right; text-transform:uppercase; transform:rotate(90deg); }
.hero-number { position:absolute; right:3vw; bottom:28px; font-family:Georgia,serif; font-size:13px; }
.v2-intro { display:grid; grid-template-columns:28% 1fr; gap:5vw; padding:clamp(80px,12vw,180px) clamp(24px,9vw,150px); background:#111; color:#fff; }
.v2-label { color:#aaa; }
.v2-intro>div { max-width:850px; }
.v2-intro h2 { margin:0 0 35px; font-family:Georgia,serif; font-size:clamp(54px,7vw,110px); font-weight:400; letter-spacing:-.055em; line-height:.86; }
.v2-intro>div>p { max-width:620px; color:#bbb; font-size:clamp(17px,2vw,23px); line-height:1.5; }
.v2-pill { display:inline-block; margin-top:24px; padding:13px 20px; border:1px solid #666; border-radius:99px; color:#fff; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.v2-feature-grid { display:grid; grid-template-columns:2fr 1fr; grid-template-rows:420px 300px; background:#fff; }
.v2-feature { position:relative; overflow:hidden; display:flex; align-items:flex-end; padding:32px; color:#111; }
.v2-feature-photo { grid-row:span 2; color:#fff; }
.v2-feature-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(transparent 30%,#000b); }
.v2-feature-photo img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.v2-feature:hover img { transform:scale(1.035); }
.v2-feature-red { background:var(--red); color:#fff; }
.v2-feature-light { border-top:1px solid #d6d2ca; background:#ece9e3; }
.v2-feature div,.feature-index,.feature-arrow { position:relative; z-index:2; }
.v2-feature h2 { margin:0; font-family:Georgia,serif; font-size:clamp(38px,4vw,68px); font-weight:400; line-height:.92; letter-spacing:-.045em; }
.v2-feature p { margin-bottom:10px; }
.feature-index { position:absolute; top:28px; left:32px; font-size:11px; }
.feature-arrow { position:absolute; top:23px; right:28px; font-size:30px; transition:transform .25s ease; }
.v2-feature:hover .feature-arrow { transform:translate(4px,-4px); }
.v2-footer { min-height:220px; display:grid; grid-template-columns:1fr 1fr 2fr 1fr; align-items:center; gap:25px; padding:45px clamp(24px,5vw,80px); background:#050505; color:#aaa; font-size:12px; }
.v2-footer img { width:70px; }
.v2-footer nav { display:flex; justify-content:center; gap:25px; }
.v2-footer a { color:#ddd; }
.v2-footer>p:last-child { text-align:right; }
@media(max-width:1180px){.v2-nav-side{display:none}.v2-nav{grid-template-columns:1fr 100px}.v2-brand{left:0;transform:none}.v2-menu-button{display:block;justify-self:end;width:44px;height:44px;border:0;background:none}.v2-menu-button span:not(.sr-only){display:block;width:24px;height:1px;margin:6px auto;background:#111}.v2-mobile-menu{position:absolute;top:83px;left:-14px;right:-14px;padding:24px;background:#fff;border-bottom:1px solid #ccc;box-shadow:0 12px 30px #0002}.v2-mobile-menu.is-open{display:grid;grid-template-columns:1fr 1fr;gap:20px}.house-hero{grid-template-columns:35% 1fr}.hero-side-note{display:none}.v2-footer{grid-template-columns:auto 1fr 2fr}.v2-footer>p:last-child{display:none}}
@media(max-width:720px){.v2-header{height:72px}.v2-brand{top:0;width:68px;height:68px}.v2-mobile-menu{top:71px}.house-hero{min-height:calc(100svh - 72px);display:flex;flex-direction:column;align-items:stretch;padding:60px 20px 20px}.hero-intro{z-index:4}.hero-intro h1{font-size:clamp(50px,16vw,78px)}.hero-intro>p:not(.hero-kicker){display:none}.v2-text-link{margin-top:12px}.model-stage{height:48vh;min-height:330px;margin-top:-30px}.hero-number{display:none}.v2-intro{grid-template-columns:1fr;padding:90px 24px}.v2-intro h2{font-size:clamp(50px,15vw,76px)}.v2-feature-grid{grid-template-columns:1fr;grid-template-rows:480px 330px 300px}.v2-feature-photo{grid-row:auto}.v2-footer{grid-template-columns:auto 1fr;padding:40px 24px}.v2-footer nav{grid-column:1/-1;justify-content:flex-start;flex-wrap:wrap}}

@media (prefers-color-scheme: dark) {
  :root {
    --color-bg: #17080b;
    --color-surface: #241014;
    --color-surface-soft: #3a1219;
    --color-text: #fff3cf;
    --color-muted: #f0cfa5;
    --color-primary: #ff304f;
    --color-primary-dark: #ffbd18;
    --color-accent: #ffd21f;
    --color-sunset: #ff6b1a;
    --color-sea: #1a9bb8;
    --color-border: rgba(255, 210, 31, 0.18);
    --shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.3);
    --shadow-card: 0 12px 30px rgba(0, 0, 0, 0.22);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-base);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--color-primary);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.5rem, 8vw, var(--step-xxl));
  line-height: 1.03;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.85rem, 4vw, var(--step-xl));
  line-height: 1.12;
}

h3 {
  font-size: var(--step-lg);
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--color-primary);
  color: #fff;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--color-border);
  background: color-mix(in srgb, var(--color-bg) 88%, transparent);
  backdrop-filter: blur(18px);
}

.navbar {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand img {
  width: 96px;
  height: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a {
  display: block;
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  color: var(--color-muted);
  font-size: var(--step-sm);
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-menu a:hover,
.nav-menu a.is-active {
  color: var(--color-primary-dark);
  background: color-mix(in srgb, var(--color-primary) 13%, transparent);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: var(--color-surface);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--color-text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero,
.page-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
}

.hero {
  color: #fff;
  background: #26070d;
}

.hero-home {
  background-image:
    linear-gradient(120deg, rgba(38, 7, 13, 0.72), rgba(38, 7, 13, 0.34) 58%, rgba(38, 7, 13, 0.12)),
    url("images/jugenhaus-haus.jpg");
  background-position: center;
  background-size: cover;
}

.hero-home .hero-content {
  max-width: 1080px;
}

.hero-home h1 {
  font-size: clamp(2.7rem, 5.3vw, 4rem);
}

.hero-caribbean {
  min-height: calc(100svh - var(--header-height));
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 210, 31, 0.62), transparent 24rem),
    linear-gradient(135deg, rgba(10, 74, 98, 0.9), rgba(217, 4, 41, 0.8) 46%, rgba(243, 91, 4, 0.76)),
    url("images/karibische-nacht.jpg");
  background-position: center;
  background-size: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 880px;
  padding-block: 6rem;
}

.hero-subtitle {
  max-width: 720px;
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  color: rgba(255, 255, 255, 0.9);
}

.hero-nickname {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1.15rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: var(--step-sm);
  font-weight: 900;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

.event-location {
  display: inline-flex;
  width: fit-content;
  margin: 0.2rem 0 0.6rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 210, 31, 0.18);
  color: var(--color-accent);
  font-weight: 900;
  white-space: nowrap;
}

.hero-actions,
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.page-hero {
  min-height: 380px;
  padding-block: 5rem;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 16%, transparent), transparent),
    var(--color-surface-soft);
}

.page-hero p {
  max-width: 780px;
  color: var(--color-muted);
  font-size: var(--step-md);
}

.eyebrow {
  margin-bottom: 0.6rem;
  color: var(--color-accent);
  font-size: var(--step-xs);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.button-primary {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
}

.button-secondary {
  background: linear-gradient(135deg, var(--color-accent), var(--color-sunset));
  color: #25180a;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.button-caribbean {
  background: linear-gradient(135deg, var(--color-accent), var(--color-sunset));
  color: #2a1114;
}

.section {
  padding-block: clamp(4rem, 9vw, 7rem);
}

.section-muted {
  background: var(--color-surface-soft);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.text-block {
  color: var(--color-muted);
  font-size: var(--step-md);
}

.card-grid {
  display: grid;
  gap: 1.2rem;
}

.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.four-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card,
.contact-card,
.event-card,
.address-box {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  box-shadow: var(--shadow-card);
}

.info-card,
.contact-card,
.address-box {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.info-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1.1rem;
  border-radius: 50%;
  color: var(--color-primary-dark);
  background: color-mix(in srgb, var(--color-primary) 15%, transparent);
  font-size: 1.4rem;
  font-weight: 900;
}

.wide-image {
  width: 100%;
  max-height: 560px;
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.board-photo {
  position: relative;
  margin: 0 0 2rem;
}

.board-photo .wide-image {
  margin: 0;
}

.board-grid h2 {
  font-size: 1.25rem;
}

.history-intro {
  max-width: 820px;
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.history-intro p:last-child {
  color: var(--color-muted);
  font-size: var(--step-md);
}

.timeline {
  position: relative;
  display: grid;
  gap: clamp(2rem, 6vw, 4rem);
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(var(--color-accent), var(--color-primary), var(--color-sunset));
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
}

.timeline-item:nth-child(odd) .timeline-card {
  grid-column: 1;
}

.timeline-item:nth-child(even) .timeline-card {
  grid-column: 3;
}

.timeline-year {
  position: relative;
  z-index: 2;
  grid-column: 2;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  justify-self: center;
  border: 4px solid var(--color-bg);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-sunset));
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  text-align: center;
  box-shadow: 0 18px 36px rgba(143, 16, 32, 0.28);
}

.timeline-card {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-card);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.timeline-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--color-accent) 55%, var(--color-border));
  box-shadow: var(--shadow-soft);
}

.timeline-card img,
.image-placeholder {
  width: 100%;
  height: clamp(230px, 28vw, 360px);
  object-fit: cover;
  background: linear-gradient(135deg, #8f1020, #f35b04 52%, #ffbd18);
}

.image-placeholder {
  display: grid;
  place-items: center;
  color: #fff7d6;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.image-placeholder span {
  padding: 0.8rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(38, 7, 13, 0.34);
  backdrop-filter: blur(8px);
}

.timeline-content {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.timeline-content h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.timeline-content p:last-child {
  margin-bottom: 0;
  color: var(--color-muted);
}

.event-card img {
  width: 100%;
  height: 170px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  background: linear-gradient(135deg, var(--color-surface-soft), color-mix(in srgb, var(--color-sunset) 28%, transparent));
}

.event-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.event-card {
  overflow: hidden;
}

.event-card img {
  height: 310px;
  border-radius: 0;
}

.event-content {
  padding: clamp(1.4rem, 3vw, 2rem);
}

.contact-card a {
  color: var(--color-primary-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.social-button {
  gap: 0.6rem;
}

.social-logo {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.address-box,
.legal-box {
  margin-top: 2rem;
  font-style: normal;
}

.address-box span:last-child {
  display: inline-block;
  margin-top: 0.25rem;
  color: var(--color-accent);
  font-size: clamp(1.3rem, 4vw, 2.1rem);
  font-weight: 900;
  line-height: 1.2;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.legal-box {
  padding: 1.4rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
}

.legal-box h2 {
  font-size: 1.35rem;
}

.simple-hero {
  min-height: 280px;
}

.legal-content {
  max-width: 820px;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  box-shadow: var(--shadow-card);
}

.legal-content h2 {
  margin: 2rem 0 0.65rem;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content a {
  color: var(--color-primary-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.legal-content ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.legal-content li {
  margin-bottom: 0.35rem;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.countdown div {
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(12px);
}

.countdown strong {
  display: block;
  font-size: clamp(2rem, 6vw, 3.8rem);
  line-height: 1;
}

.countdown span {
  display: block;
  margin-top: 0.4rem;
  font-weight: 800;
}

.site-footer {
  padding-block: 3rem 1.2rem;
  color: #fff3cf;
  background: linear-gradient(135deg, #26070d, #8f1020 62%, #b10f24);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 0.8fr;
  gap: 2rem;
}

.footer-logo {
  width: 94px;
  margin-bottom: 1rem;
}

.site-footer nav,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.site-footer a {
  color: rgba(255, 243, 207, 0.84);
}

.site-footer a:hover {
  color: var(--color-accent);
}

.copyright {
  width: min(100% - 2rem, var(--container));
  margin: 2rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(237, 246, 236, 0.72);
  font-size: var(--step-sm);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(var(--header-height) - 0.35rem);
    display: grid;
    gap: 0.25rem;
    padding: 1rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .two-column,
  .three-columns,
  .four-columns,
  .legal-grid,
  .event-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 41px;
  }

  .timeline-item {
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: start;
  }

  .timeline-year {
    grid-column: 1;
    grid-row: 1;
  }

  .timeline-item:nth-child(odd) .timeline-card,
  .timeline-item:nth-child(even) .timeline-card {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 72px;
  }

  .brand img {
    width: 78px;
  }

  .hero-content {
    padding-block: 4.5rem;
  }

  .hero-home h1 {
    font-size: clamp(2.35rem, 13vw, 3.35rem);
  }

  .section {
    padding-block: 3.5rem;
  }

  .two-columns,
  .countdown {
    grid-template-columns: 1fr;
  }

  .timeline {
    gap: 2rem;
  }

  .timeline::before {
    left: 31px;
  }

  .timeline-item {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 0.8rem;
  }

  .timeline-year {
    width: 62px;
    height: 62px;
    font-size: 0.78rem;
    border-width: 3px;
  }

  .timeline-card img,
  .image-placeholder {
    height: 220px;
  }

  .event-card img {
    height: 230px;
  }

}

/* --- Einheitliches Design für alle Unterseiten -------------------------- */
body:not(.home-v2) {
  --color-bg:#f4f1eb;
  --color-surface:#fff;
  --color-surface-soft:#ece9e3;
  --color-text:#111;
  --color-muted:#625f59;
  --color-primary:#d52b22;
  --color-primary-dark:#111;
  --color-accent:#d52b22;
  --color-border:#d2cec6;
  --radius-sm:0;
  --radius-md:0;
  --radius-lg:0;
  --shadow-soft:none;
  --shadow-card:none;
  color-scheme:light;
  background:#f4f1eb;
  color:#111;
  font-family:Arial,Helvetica,sans-serif;
}
body:not(.home-v2) .site-header {
  position:relative;
  top:auto;
  height:84px;
  border-top:4px solid #111;
  border-bottom:1px solid #bdb9b1;
  background:#fff;
  backdrop-filter:none;
}
body:not(.home-v2) .navbar {
  position:relative;
  width:min(100% - 48px,1560px);
  min-height:80px;
  margin:auto;
  display:block;
}
body:not(.home-v2) .brand {
  position:absolute;
  z-index:3;
  top:0;
  left:50%;
  width:80px;
  height:80px;
  padding:0;
  background:#111;
  transform:translateX(-50%);
  box-shadow:0 8px 22px #0002;
}
body:not(.home-v2) .brand picture,
body:not(.home-v2) .brand img { width:100%; height:100%; object-fit:cover; }
body:not(.home-v2) .nav-menu {
  position:static;
  width:100%;
  min-height:80px;
  display:grid;
  grid-template-columns:auto auto auto minmax(250px,1fr) auto auto auto;
  align-items:center;
  gap:clamp(14px,1.7vw,30px);
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  opacity:1;
  pointer-events:auto;
  transform:none;
}
body:not(.home-v2) .nav-menu li:nth-child(1){grid-column:1}
body:not(.home-v2) .nav-menu li:nth-child(2){grid-column:2}
body:not(.home-v2) .nav-menu li:nth-child(3){grid-column:3}
body:not(.home-v2) .nav-menu li:nth-child(5){grid-column:5}
body:not(.home-v2) .nav-menu li:nth-child(4){grid-column:6}
body:not(.home-v2) .nav-menu li:nth-child(6){grid-column:7}
body:not(.home-v2) .nav-menu a {
  position:relative;
  padding:12px 0;
  border-radius:0;
  background:none;
  color:#111;
  font-size:11px;
  font-weight:700;
  letter-spacing:.035em;
  text-transform:uppercase;
  white-space:nowrap;
}
body:not(.home-v2) .nav-menu a::after {
  content:"";
  position:absolute;
  right:100%;
  bottom:5px;
  left:0;
  height:1px;
  background:#111;
  transition:right .25s ease;
}
body:not(.home-v2) .nav-menu a:hover,
body:not(.home-v2) .nav-menu a.is-active { color:#111; background:none; transform:none; }
body:not(.home-v2) .nav-menu a:hover::after,
body:not(.home-v2) .nav-menu a.is-active::after { right:0; }
body:not(.home-v2) .page-hero {
  min-height:470px;
  padding:clamp(80px,10vw,150px) 0;
  border-bottom:1px solid #d2cec6;
  background:radial-gradient(circle at 76% 42%,#fff 0 4%,transparent 35%),#f4f1eb;
}
body:not(.home-v2) .page-hero .container { width:min(100% - 48px,1400px); }
body:not(.home-v2) .page-hero h1 {
  max-width:1050px;
  margin-bottom:24px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(58px,8vw,128px);
  font-weight:400;
  line-height:.88;
  letter-spacing:-.06em;
}
body:not(.home-v2) .page-hero p:last-child { max-width:620px; color:#625f59; font-size:17px; }
body:not(.home-v2) .eyebrow { color:#111; font-size:11px; letter-spacing:.16em; }
body:not(.home-v2) .section { padding-block:clamp(75px,10vw,140px); }
body:not(.home-v2) h2,
body:not(.home-v2) h3 { font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.025em; }
body:not(.home-v2) .info-card,
body:not(.home-v2) .contact-card,
body:not(.home-v2) .event-card,
body:not(.home-v2) .address-box,
body:not(.home-v2) .legal-content,
body:not(.home-v2) .legal-box,
body:not(.home-v2) .timeline-card {
  border:1px solid #d2cec6;
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
body:not(.home-v2) .info-card:hover,
body:not(.home-v2) .timeline-card:hover { border-color:#111; box-shadow:none; }
body:not(.home-v2) .event-card img,
body:not(.home-v2) .wide-image,
body:not(.home-v2) .timeline-card img { border-radius:0; filter:saturate(.82); }
.event-visual {
  position:relative;
  height:310px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-align:center;
}
.event-card-halloween .event-visual {
  background:radial-gradient(circle at 72% 25%,#f6b73c 0 11%,transparent 11.5%),linear-gradient(145deg,#09050d,#321040 55%,#d54d13);
}
.event-card-halloween .event-visual::before,
.event-card-halloween .event-visual::after {
  content:"";
  position:absolute;
  bottom:-45px;
  width:190px;
  height:190px;
  border-radius:46% 54% 50% 50%;
  background:#050307;
  transform:rotate(35deg);
}
.event-card-halloween .event-visual::before { left:-55px; }
.event-card-halloween .event-visual::after { right:-65px; transform:rotate(-32deg); }
.event-card-anniversary .event-visual { background:linear-gradient(135deg,#111 0 52%,#d52b22 52%); }
.event-visual-title { position:relative; z-index:2; font-family:Georgia,"Times New Roman",serif; font-size:clamp(48px,6vw,78px); line-height:.9; letter-spacing:-.05em; }
.event-visual-subtitle { position:relative; z-index:2; margin-top:15px; font-size:10px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.anniversary-number { position:relative; z-index:2; font-family:Georgia,"Times New Roman",serif; font-size:110px; line-height:.7; letter-spacing:-.08em; }
body:not(.home-v2) .button { border-radius:0; box-shadow:none; font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
body:not(.home-v2) .button-primary { background:#111; color:#fff; }
body:not(.home-v2) .button-secondary { background:#d52b22; color:#fff; }
body:not(.home-v2) .card-icon { border-radius:0; background:#111; color:#fff; }
body:not(.home-v2) .timeline::before { width:1px; background:#111; }
body:not(.home-v2) .timeline-year { border-radius:0; border-color:#f4f1eb; background:#111; box-shadow:none; }
body:not(.home-v2) .site-footer {
  min-height:220px;
  padding:50px clamp(24px,5vw,80px) 25px;
  background:#050505;
  color:#aaa;
}
body:not(.home-v2) .footer-grid {
  width:100%;
  display:grid;
  grid-template-columns:1fr 2fr 1fr;
  align-items:center;
  gap:30px;
}
body:not(.home-v2) .footer-logo { width:70px; }
body:not(.home-v2) .site-footer nav { justify-content:center; }
body:not(.home-v2) .site-footer a { color:#ddd; font-size:12px; }
body:not(.home-v2) .copyright { width:100%; border-color:#333; color:#777; }
@media(max-width:1180px){
  body:not(.home-v2) .site-header{height:84px}
  body:not(.home-v2) .navbar{display:flex;align-items:center;justify-content:flex-end}
  body:not(.home-v2) .brand{left:0;transform:none}
  body:not(.home-v2) .nav-toggle{display:block}
  body:not(.home-v2) .nav-menu{position:absolute;top:83px;left:-24px;right:-24px;width:auto;min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:24px;border-bottom:1px solid #ccc;background:#fff;box-shadow:0 12px 30px #0002;opacity:0;pointer-events:none;transform:translateY(-10px)}
  body:not(.home-v2) .nav-menu.is-open{opacity:1;pointer-events:auto;transform:none}
  body:not(.home-v2) .nav-menu li:nth-child(1),
  body:not(.home-v2) .nav-menu li:nth-child(2),
  body:not(.home-v2) .nav-menu li:nth-child(3),
  body:not(.home-v2) .nav-menu li:nth-child(4),
  body:not(.home-v2) .nav-menu li:nth-child(5),
  body:not(.home-v2) .nav-menu li:nth-child(6){grid-column:auto!important;grid-row:auto!important}
  body:not(.home-v2) .nav-menu li{display:block;width:100%}
  body:not(.home-v2) .nav-menu a{display:block;width:100%;padding:12px 4px;color:#111;background:#fff}
  body:not(.home-v2) .nav-menu a:hover,
  body:not(.home-v2) .nav-menu a.is-active{color:#111;background:#f4f1eb}
}
@media(max-width:720px){
  body:not(.home-v2) .site-header{height:72px}
  body:not(.home-v2) .navbar{min-height:68px}
  body:not(.home-v2) .brand{width:68px;height:68px}
  body:not(.home-v2) .nav-menu{top:71px}
  body:not(.home-v2) .page-hero{min-height:390px;padding:90px 0 70px}
  body:not(.home-v2) .page-hero h1{font-size:clamp(52px,17vw,78px)}
  body:not(.home-v2) .footer-grid{grid-template-columns:1fr}
  body:not(.home-v2) .site-footer nav{justify-content:flex-start}
}
