:root {
  --forest: #18352f;
  --forest-deep: #102620;
  --cream: #f5f0e5;
  --paper: #fffdf8;
  --ink: #1b211e;
  --muted: #65706b;
  --copper: #bd5c35;
  --sage: #9eb7a6;
  --line: rgba(24,53,47,.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip { position: fixed; top: -80px; left: 16px; z-index: 99; background: #fff; color: #111; padding: 12px 18px; }
.skip:focus { top: 16px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--copper); font-size: .77rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #e8b49e; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.03; margin-top: 0; text-wrap: balance; }
h2 { font-size: clamp(2.2rem, 5.5vw, 4.4rem); letter-spacing: -.045em; }
h3 { font-size: 1.5rem; line-height: 1.15; }
p { text-wrap: pretty; }
.btn { min-height: 48px; display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px; border: 1px solid currentColor; text-decoration: none; font-size: .88rem; font-weight: 800; letter-spacing: .035em; transition: .2s ease; }
.btn::after { content: "↗"; font-size: 1.05em; }
.btn:hover, .btn:focus-visible { background: var(--copper); border-color: var(--copper); color: white; transform: translateY(-2px); }
:focus-visible { outline: 3px solid #e39b4c; outline-offset: 4px; }

/* ---------- Kopfbereich ---------- */
.topbar { background: var(--forest-deep); color: rgba(255,255,255,.8); font-size: .76rem; letter-spacing: .04em; }
.topbar .wrap { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: white; }
header { background: var(--forest-deep); color: white; border-bottom: 1px solid rgba(255,255,255,.26); }
header.hero-header { position: absolute; inset: 34px 0 auto; z-index: 10; background: transparent; border-bottom: 1px solid rgba(255,255,255,.26); }
nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.mark { width: 40px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-family: var(--serif); font-size: 1.45rem; font-style: italic; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.22rem; letter-spacing: .035em; }
.brand small { display: block; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; opacity: .75; }
.navlinks { display: flex; align-items: center; gap: 26px; }
.navlinks a { text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .045em; }
.navlinks a:hover { color: #f2b298; }
.navlinks a[aria-current="page"] { color: #f2b298; border-bottom: 2px solid var(--copper); padding-bottom: 3px; }
.menu { display: none; width: 46px; height: 46px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.5); font-size: 1.3rem; }

/* ---------- Hero (Startseite) ---------- */
.hero { min-height: min(920px, 100svh); position: relative; isolation: isolate; display: flex; align-items: flex-end; color: white; overflow: hidden; background: var(--forest); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("panorama.webp") center 42% / cover no-repeat; transform: scale(1.015); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10,28,23,.86) 0%, rgba(10,28,23,.48) 50%, rgba(10,28,23,.12) 100%), linear-gradient(0deg, rgba(10,28,23,.88) 0%, transparent 54%); }
.hero-grid { padding: 190px 0 72px; display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 40px; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(4.8rem, 12vw, 10.8rem); letter-spacing: -.07em; line-height: .77; }
.hero h1 span { display: block; margin-left: .38em; color: #f0d7c4; font-size: .49em; font-style: italic; letter-spacing: -.045em; line-height: 1.2; }
.hero-copy { max-width: 350px; justify-self: end; padding-bottom: 8px; }
.hero-copy p { font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.42; }
.hero-note { position: absolute; right: 28px; bottom: 24px; writing-mode: vertical-rl; color: rgba(255,255,255,.62); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

/* ---------- Subheader (Unterseiten) ---------- */
.subhero { background: var(--forest); color: white; padding: 150px 0 84px; }
.subhero .crumb { margin: 0 0 18px; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.subhero .crumb a { color: #e8b49e; text-decoration: none; }
.subhero .crumb a:hover { text-decoration: underline; }
.subhero h1 { margin: 0; font-size: clamp(3.2rem, 8vw, 7rem); letter-spacing: -.06em; line-height: .9; }
.subhero p.lead { max-width: 620px; margin: 26px 0 0; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.5rem); color: rgba(255,255,255,.85); line-height: 1.45; }

/* ---------- Sektionen allgemein ---------- */
.section { padding: clamp(70px, 9vw, 120px) 0; }
.section.alt { background: var(--paper); }
.section.dark { background: var(--forest); color: white; }
.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head p { color: var(--muted); }
.section.dark .section-head p { color: rgba(255,255,255,.72); }

/* ---------- Intro / Fakten (Startseite) ---------- */
.intro { padding: clamp(88px, 12vw, 170px) 0; }
.intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 9vw, 140px); }
.intro h2 { max-width: 830px; }
.intro-text { max-width: 690px; margin-left: auto; }
.intro-text .lead { margin-top: 0; font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.4; }
.facts { margin-top: 50px; padding-top: 26px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.fact strong { display: block; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.fact span { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }

/* ---------- Mosaik (Startseite) ---------- */
.places { background: var(--forest); color: white; padding: clamp(80px, 10vw, 135px) 0; overflow: hidden; }
.places-head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; margin-bottom: 62px; }
.places-head h2 { margin-bottom: 0; }
.places-head p { max-width: 510px; justify-self: end; color: rgba(255,255,255,.72); }
.mosaic { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: auto auto; gap: 22px; }
.place { position: relative; min-height: 440px; overflow: hidden; background: #0e211d; }
.place:first-child { grid-row: span 2; min-height: 720px; }
.place img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .6s ease; }
.place:hover img { transform: scale(1.025); }
.place::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,20,17,.92), transparent 66%); }
.place figcaption { position: absolute; z-index: 2; inset: auto 28px 25px; }
.place small { color: #e7b29c; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.place h3 { margin: 7px 0 0; font-size: clamp(2rem, 4vw, 4rem); }
.place p { max-width: 520px; margin: 8px 0 0; color: rgba(255,255,255,.78); }
.place a { position: absolute; inset: 0; z-index: 3; text-indent: -9999px; }

/* ---------- Bereichskarten (Startseite) ---------- */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tile { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 240px; padding: 26px; background: var(--paper); border: 1px solid var(--line); text-decoration: none; transition: .25s ease; }
.tile:hover, .tile:focus-visible { border-color: var(--copper); transform: translateY(-3px); }
.tile small { color: var(--copper); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; font-size: .7rem; }
.tile h3 { margin: 14px 0 8px; font-size: 1.65rem; }
.tile p { margin: 0; color: var(--muted); font-size: .88rem; }
.tile .arrow { align-self: flex-end; margin-top: 18px; color: var(--copper); font-size: 1.4rem; }

/* ---------- Timeline (Startseite) ---------- */
.story { background: var(--paper); padding: clamp(90px, 12vw, 170px) 0; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 140px); align-items: start; }
.story-title { position: sticky; top: 50px; }
.story-title h2 { font-size: clamp(3.3rem, 7vw, 6.7rem); }
.story-title img { margin-top: 30px; }
.timeline { border-top: 1px solid var(--line); }
.moment { display: grid; grid-template-columns: 115px 1fr; gap: 28px; padding: 34px 0 40px; border-bottom: 1px solid var(--line); }
.moment time { color: var(--copper); font-family: var(--serif); font-size: 1.45rem; font-style: italic; }
.moment h3 { margin: 0 0 8px; font-size: 1.8rem; }
.moment p { margin: 0; color: #4c5752; }

/* ---------- Besuch / Linklisten ---------- */
.visit { position: relative; padding: clamp(100px, 13vw, 180px) 0; overflow: hidden; }
.visit::before { content: "M"; position: absolute; right: -2vw; top: -9vw; color: rgba(24,53,47,.05); font-family: var(--serif); font-size: min(70vw, 920px); line-height: 1; pointer-events: none; }
.visit-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 150px); }
.visit h2 { max-width: 630px; }
.visit-panel { padding-top: 30px; }
.linkrow { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); text-decoration: none; }
.linkrow:last-child { border-bottom: 1px solid var(--line); }
.linkrow strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.linkrow span { color: var(--copper); font-size: 1.35rem; transition: transform .2s; }
.linkrow:hover span { transform: translate(4px,-4px); }
.arrival { margin-top: 35px; color: var(--muted); font-size: .92rem; }

/* ---------- Karten-Grid (Sehenswertes) ---------- */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); overflow: hidden; }
.card .media { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--forest); }
.card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.card:hover .media img { transform: scale(1.03); }
.card .media.noimg { background: linear-gradient(135deg, var(--forest) 0%, #23473e 60%, var(--copper) 160%); display: grid; place-items: center; }
.card .media.noimg::after { content: "M"; font-family: var(--serif); font-size: 6rem; color: rgba(255,255,255,.18); }
.card .tag { position: absolute; left: 14px; top: 14px; background: rgba(16,38,32,.82); color: #f0d7c4; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; padding: 6px 10px; }
.card .body { display: flex; flex-direction: column; flex: 1; padding: 24px 26px 26px; }
.card h3 { margin: 0 0 10px; font-size: 1.7rem; }
.card p { margin: 0 0 16px; color: #4c5752; font-size: .95rem; }
.card .meta { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; font-size: .82rem; color: var(--muted); }
.card .meta b { color: var(--ink); font-weight: 800; }
.card .links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; }
.card .links a { font-size: .8rem; font-weight: 800; color: var(--copper); text-decoration: none; }
.card .links a:hover { text-decoration: underline; }

/* ---------- Info-Kacheln / Tabellen ---------- */
.infogrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info { background: var(--paper); border: 1px solid var(--line); padding: 24px; }
.info h3 { margin: 0 0 10px; font-size: 1.15rem; }
.info p, .info li { font-size: .9rem; color: #4c5752; }
.info ul { margin: 0; padding-left: 18px; }
.info a { color: var(--copper); font-weight: 700; text-decoration: none; }
.info a:hover { text-decoration: underline; }
table.data { width: 100%; border-collapse: collapse; background: var(--paper); font-size: .92rem; }
table.data th, table.data td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
table.data th { background: var(--forest); color: white; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
table.data tr:nth-child(even) td { background: rgba(24,53,47,.04); }
table.data a { color: var(--copper); font-weight: 700; text-decoration: none; }
table.data a:hover { text-decoration: underline; }
.note { margin-top: 22px; padding: 16px 20px; border-left: 3px solid var(--copper); background: rgba(189,92,53,.08); font-size: .88rem; color: #4c5752; }

/* ---------- Footer ---------- */
footer { background: var(--forest-deep); color: white; padding: 70px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.footer-brand { font-family: var(--serif); font-size: clamp(3rem, 7vw, 6.5rem); line-height: .9; letter-spacing: -.05em; }
.footer-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.footer-meta h3 { margin-bottom: 15px; font-family: var(--sans); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: #e7b29c; }
.footer-meta p, .footer-meta a { color: rgba(255,255,255,.7); font-size: .86rem; }
.footer-meta a:hover { color: white; }
details { color: rgba(255,255,255,.7); font-size: .78rem; }
summary { min-height: 44px; display: flex; align-items: center; cursor: pointer; color: white; }
.legal { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; gap: 25px; color: rgba(255,255,255,.52); font-size: .72rem; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .infogrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .menu { display: grid; place-items: center; }
  .navlinks { display: none; position: absolute; top: 82px; left: 20px; right: 20px; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; background: var(--forest-deep); border: 1px solid rgba(255,255,255,.2); z-index: 50; }
  .navlinks.open { display: flex; }
  .navlinks a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero-grid, .intro-grid, .places-head, .story-grid, .visit-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: 850px; }
  .hero-grid { padding-top: 180px; gap: 30px; }
  .hero-copy { justify-self: start; }
  .hero-note { display: none; }
  .intro-text { margin: 0; }
  .mosaic { grid-template-columns: 1fr; }
  .place:first-child { grid-row: auto; min-height: 520px; }
  .place { min-height: 430px; }
  .story-title { position: static; }
  .cards { grid-template-columns: 1fr; }
  .subhero { padding: 130px 0 70px; }
}
@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .topbar .wrap span:first-child { display: none; }
  .topbar .wrap { justify-content: flex-end; }
  .hero h1 { font-size: clamp(4rem, 25vw, 7.2rem); }
  .hero h1 span { margin-left: .15em; }
  .facts, .tiles, .infogrid { grid-template-columns: 1fr; }
  .fact { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
  .moment { grid-template-columns: 1fr; gap: 6px; }
  .place, .place:first-child { min-height: 430px; }
  .place figcaption { inset: auto 20px 20px; }
  .footer-meta { grid-template-columns: 1fr; }
  .legal { flex-direction: column; }
  table.data { font-size: .85rem; }
  table.data th, table.data td { padding: 10px 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ========== AKTUELLE MELDUNGEN - HERO SECTION ========== */
.news-hero {
  padding: clamp(60px, 10vw, 100px) 0;
  background: linear-gradient(180deg, var(--forest) 0%, var(--forest-deep) 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.news-hero-head {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 50px);
  position: relative;
  z-index: 1;
}

.news-hero-head .eyebrow {
  color: var(--copper);
}

.news-hero-head h2 {
  margin: 12px 0 16px;
  color: white;
}

.news-hero-sub {
  max-width: 500px;
  margin: 0 auto;
  color: rgba(255,255,255,.7);
  font-size: 1.1rem;
}

/* News Card Grid */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  position: relative;
  z-index: 1;
}

/* News Card */
.news-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  padding: 24px;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.news-card--ausstellung::before { background: var(--copper); }
.news-card--veranstaltung::before { background: var(--sage); }
.news-card--aktuelles::before { background: var(--muted); }

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
}

.news-card:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 4px;
}

/* Card Category */
.news-card-cat {
  display: inline-block;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.news-card--ausstellung .news-card-cat {
  background: rgba(189,92,53,.12);
  color: var(--copper);
}

.news-card--veranstaltung .news-card-cat {
  background: rgba(158,183,166,.25);
  color: #2d4a3a;
}

.news-card--aktuelles .news-card-cat {
  background: rgba(101,112,107,.15);
  color: var(--muted);
}

/* Card Date */
.news-card-date {
  display: block;
  font-size: .85rem;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 8px;
  font-family: var(--sans);
}

/* Card Title */
.news-card-title {
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 16px;
  color: var(--ink);
  flex: 1;
}

/* Card Link */
.news-card-link {
  font-size: .85rem;
  font-weight: 800;
  color: var(--copper);
  margin-top: auto;
}

.news-card:hover .news-card-link {
  text-decoration: underline;
}

/* Source Info */
.news-source {
  text-align: center;
  margin-top: 40px;
  font-size: .8rem;
  color: rgba(255,255,255,.5);
  position: relative;
  z-index: 1;
}

.news-source a {
  color: var(--copper);
}

/* Responsive */
@media (max-width: 860px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .news-card {
    padding: 20px;
  }
}

@media (max-width: 560px) {
  .news-hero {
    padding: 50px 0;
  }
  
  .news-hero-head h2 {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  
  .news-hero-sub {
    font-size: .95rem;
  }
  
  .news-card-title {
    font-size: 1rem;
  }
}
