:root {
  color-scheme: light;
  --ink: #1a1b1d;
  --ink-soft: #36383c;
  --paper: #f4f0e8;
  --paper-deep: #e8e0d3;
  --white: #fffdf8;
  --red: #7a302e;
  --red-dark: #5c2322;
  --gold: #a8874d;
  --line: rgba(26, 27, 29, .18);
  --muted: #686a6e;
  --shadow: 0 24px 70px rgba(17, 18, 20, .14);
  --radius: 1.1rem;
  --container: min(1180px, calc(100% - 2.5rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--red); }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
::selection { background: var(--red); color: #fff; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: .75rem;
  left: .75rem;
  transform: translateY(-200%);
  padding: .7rem 1rem;
  background: var(--white);
  color: var(--ink);
  border-radius: .4rem;
  box-shadow: var(--shadow);
}
.skip-link:focus { transform: none; }

.container { width: var(--container); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 2.5rem)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-compact { padding: clamp(3rem, 6vw, 5rem) 0; }
.section-dark { background: var(--ink); color: var(--paper); }
.section-white { background: var(--white); }
.section-red { background: var(--red-dark); color: #fff; }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(244, 240, 232, .94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 6px 24px rgba(17,18,20,.06); }
.header-inner {
  width: min(1380px, calc(100% - 2.5rem));
  min-height: 82px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand:hover { color: var(--ink); }
.brand-kicker { margin-bottom: .38rem; color: var(--red); font-size: .69rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.brand-title { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2vw, 1.9rem); }
.main-nav ul { display: flex; align-items: center; gap: clamp(.65rem, 1.5vw, 1.45rem); margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; display: block; padding: .75rem 0; font-size: .9rem; font-weight: 650; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .47rem; height: 2px; background: var(--red); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.nav-toggle-label { font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.nav-toggle-icon { display: block; width: 1.8rem; height: 2px; margin-top: .45rem; background: currentColor; box-shadow: 0 7px currentColor; }

.hero {
  position: relative;
  min-height: min(820px, calc(100svh - 82px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}
.hero picture, .hero picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero picture img { object-fit: cover; object-position: center 35%; filter: grayscale(1) contrast(1.05); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,18,20,.94) 0%, rgba(17,18,20,.7) 42%, rgba(17,18,20,.25) 72%, rgba(17,18,20,.55) 100%), linear-gradient(0deg, rgba(17,18,20,.9), transparent 55%); }
.hero-content { position: relative; z-index: 1; width: var(--container); margin-inline: auto; padding: clamp(5rem, 10vw, 9rem) 0 clamp(3.2rem, 8vw, 7rem); }
.eyebrow { margin: 0 0 1rem; color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow, .section-dark .eyebrow, .section-red .eyebrow { color: #d2b477; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { max-width: 980px; margin-bottom: 1.5rem; font-size: clamp(3.1rem, 8.2vw, 7.6rem); letter-spacing: -.045em; }
h2 { margin-bottom: 1.2rem; font-size: clamp(2.15rem, 5vw, 4.8rem); letter-spacing: -.035em; }
h3 { margin-bottom: .75rem; font-size: clamp(1.25rem, 2.2vw, 1.75rem); }
.hero-lead { max-width: 720px; margin: 0 0 2.25rem; font-size: clamp(1.12rem, 2vw, 1.42rem); color: rgba(255,255,255,.88); }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.1rem; padding: .75rem 1.2rem; border: 1px solid transparent; border-radius: 999px; background: var(--red); color: #fff; font-weight: 720; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); color: #fff; }
.button-secondary { background: transparent; border-color: rgba(255,255,255,.65); }
.button-secondary:hover { background: #fff; color: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: #fff; color: var(--red); }

.intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: start; }
.section-label { display: flex; align-items: center; gap: .8rem; color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-label::before { content: ""; width: 2.5rem; height: 1px; background: currentColor; }
.lead { max-width: 820px; margin: 0; font-size: clamp(1.15rem, 2vw, 1.45rem); color: var(--ink-soft); }
.section-dark .lead, .section-red .lead { color: rgba(255,255,255,.8); }
.prose { font-size: 1.06rem; }
.prose p { margin: 0 0 1.25rem; }
.prose h2 { margin-top: 3.5rem; font-size: clamp(2rem, 4vw, 3.2rem); }
.prose h3 { margin-top: 2.25rem; }
.prose ul { padding-left: 1.2rem; }
.prose li + li { margin-top: .6rem; }

.page-hero { border-bottom: 1px solid var(--line); padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(3.5rem, 7vw, 6rem); background: var(--paper); }
.page-hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: end; }
.page-hero h1 { max-width: 1000px; margin-bottom: 1.5rem; font-size: clamp(3rem, 7vw, 6.7rem); }
.page-number { color: rgba(122,48,46,.14); font-family: Georgia, serif; font-size: clamp(6rem, 17vw, 14rem); line-height: .7; }

.feature-image { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.feature-image.portrait img { aspect-ratio: 4/5; object-position: center; }
.caption { margin: .75rem 0 0; color: var(--muted); font-size: .84rem; }
.section-dark .caption { color: rgba(255,255,255,.62); }

.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2.2rem, 7vw, 7rem); align-items: center; }
.split.align-start { align-items: start; }
.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 3rem; background: var(--line); border: 1px solid var(--line); }
.stat { padding: clamp(1.2rem, 3vw, 2.2rem); background: var(--paper); }
.stat strong { display: block; color: var(--red); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 500; line-height: 1; }
.stat span { display: block; margin-top: .6rem; color: var(--muted); font-size: .9rem; }

.timeline { margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.timeline li { display: grid; grid-template-columns: 130px 1fr; gap: 2rem; padding: 2.2rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.timeline time { color: #d2b477; font-weight: 800; letter-spacing: .06em; }
.timeline h3 { margin-bottom: .45rem; }
.timeline p { margin: 0; color: rgba(255,255,255,.72); }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.card { display: flex; flex-direction: column; min-height: 100%; padding: clamp(1.5rem, 3vw, 2.3rem); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.6); }
.card-number { margin-bottom: 2.7rem; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .14em; }
.card p { margin: 0 0 1.2rem; color: var(--muted); }
.card a { margin-top: auto; font-weight: 750; }

.quote { margin: 0; padding-left: clamp(1.5rem, 4vw, 3.2rem); border-left: 3px solid var(--gold); font-family: Georgia, serif; font-size: clamp(1.7rem, 4vw, 3.1rem); line-height: 1.25; }
.quote footer { margin-top: 1.2rem; font-family: system-ui, sans-serif; font-size: .9rem; color: rgba(255,255,255,.62); }

.press-list { border-top: 1px solid var(--line); }
.press-item { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; gap: clamp(1rem, 3vw, 3rem); align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.press-meta { color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.press-item h2 { margin: 0 0 .55rem; font-family: system-ui, sans-serif; font-size: clamp(1.25rem, 2.6vw, 2rem); font-weight: 760; letter-spacing: -.02em; }
.press-item p { max-width: 750px; margin: 0; color: var(--muted); }
.press-link { display: inline-flex; align-items: center; gap: .4rem; white-space: nowrap; font-weight: 750; }
.source-note { margin-top: 2rem; padding: 1.3rem 1.5rem; border-left: 4px solid var(--red); background: var(--paper-deep); }
.source-note p { margin: 0; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.gallery-item { grid-column: span 6; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--paper-deep); }
.gallery-item.wide { grid-column: span 12; }
.gallery-item.tall { grid-column: span 5; }
.gallery-item.offset { grid-column: span 7; }
.gallery-item picture, .gallery-item img { width: 100%; }
.gallery-item img { aspect-ratio: 4/3; object-fit: cover; transition: transform .4s ease; }
.gallery-item.wide img { aspect-ratio: 3/1; }
.gallery-item:hover img { transform: scale(1.015); }
.gallery-item figcaption { padding: 1rem 1.15rem 1.2rem; color: var(--muted); font-size: .86rem; }

.info-table { width: 100%; border-collapse: collapse; }
.info-table th, .info-table td { padding: 1rem 0; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.info-table th { width: 30%; padding-right: 1rem; color: var(--muted); font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; }

.legal h2 { margin-top: 3.2rem; font-size: clamp(1.8rem, 3.5vw, 2.7rem); }
.legal h3 { margin-top: 2.1rem; }
.legal address { font-style: normal; }
.legal .notice { padding: 1.3rem 1.5rem; border: 1px solid var(--line); border-radius: .7rem; background: var(--white); }

.cta { display: grid; grid-template-columns: 1.2fr auto; gap: 2rem; align-items: center; }
.cta h2 { margin-bottom: .7rem; }
.cta p { max-width: 720px; margin: 0; color: rgba(255,255,255,.76); }

.site-footer { padding: 4rem 0 1.5rem; background: #111214; color: rgba(255,255,255,.72); }
.footer-grid { width: var(--container); margin-inline: auto; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2.5rem; }
.footer-grid p { margin-top: 0; }
.footer-brand { margin-bottom: .7rem; color: #fff; font-family: Georgia, serif; font-size: 1.65rem; }
.footer-heading { margin-bottom: .85rem; color: #fff; font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a { display: block; width: fit-content; margin: .55rem 0; color: rgba(255,255,255,.75); text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.support-link { color: #d2b477 !important; font-weight: 750; }
.footer-bottom { width: var(--container); margin: 3rem auto 0; padding-top: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }
.footer-bottom a { color: inherit; }

@media (max-width: 1080px) {
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 82px 0 0; display: none; overflow-y: auto; background: var(--paper); }
  .main-nav.is-open { display: block; }
  .main-nav ul { width: var(--container); margin: 1rem auto 3rem; display: block; }
  .main-nav li { border-bottom: 1px solid var(--line); }
  .main-nav a { padding: 1rem 0; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
  .main-nav a::after { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root {
  color-scheme: light; --container: min(100% - 1.5rem, 1180px); }
  .header-inner { width: calc(100% - 1.5rem); min-height: 72px; }
  .main-nav { inset: 72px 0 0; }
  .brand-kicker { font-size: .58rem; }
  .brand-title { font-size: 1.25rem; }
  .hero { min-height: 720px; }
  .hero::after { background: linear-gradient(0deg, rgba(17,18,20,.96) 0%, rgba(17,18,20,.7) 60%, rgba(17,18,20,.35) 100%); }
  .hero picture img { object-position: 52% center; }
  .intro-grid, .split, .cta { grid-template-columns: 1fr; }
  .page-hero-inner { grid-template-columns: 1fr; }
  .page-number { display: none; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 1fr; gap: .5rem; }
  .press-item { grid-template-columns: 1fr; gap: .6rem; }
  .press-link { margin-top: .5rem; }
  .gallery-item, .gallery-item.wide, .gallery-item.tall, .gallery-item.offset { grid-column: span 12; }
  .gallery-item.wide img { aspect-ratio: 4/3; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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

@media print {
  .site-header, .site-footer, .hero-actions, .button-row, .skip-link { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .section, .page-hero { padding: 1rem 0; }
  a { color: #000; text-decoration: underline; }
}


/* Breite Bildschirme: Textblock bleibt lesbar und das Motiv sichtbar. */
@media (min-width: 1500px) {
  .hero-content { padding-left: clamp(0rem, 3vw, 3rem); }
  .hero-content h1 { max-width: 820px; }
}

/* Niedrige Desktop-Fenster: kompletter Einstieg bleibt ohne abgeschnittene Bedienelemente sichtbar. */
@media (min-width: 900px) and (max-height: 760px) {
  .hero { min-height: calc(100svh - 82px); }
  .hero-content { padding-top: 2.4rem; padding-bottom: 2.4rem; }
  .hero-content h1 { max-width: 780px; font-size: clamp(4.1rem, 5.2vw, 5.9rem); line-height: .92; }
  .hero-lead { max-width: 760px; font-size: 1rem; }
  .hero-actions { margin-top: 1.35rem; }
}
