:root {
  --ink: #182321;
  --muted: #62706b;
  --paper: #faf7ef;
  --panel: #ffffff;
  --sage: #dfe7da;
  --green: #173f3a;
  --green-2: #245f54;
  --terracotta: #bd6a4a;
  --graphite: #2e3332;
  --line: rgba(24, 35, 33, 0.16);
  --shadow: 0 22px 70px rgba(23, 63, 58, 0.18);
  --radius: 8px;
  --max: 1160px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.62;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 0.7rem 0.9rem;
  color: var(--green);
  background: var(--paper);
  border: 2px solid var(--green);
  border-radius: var(--radius);
}

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

.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: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  background: rgba(250, 247, 239, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  background: var(--green);
  border-radius: 50%;
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  background: var(--paper);
  content: "";
}

.brand-mark::before {
  top: 15px;
  box-shadow: 0 6px 0 var(--paper), 0 12px 0 var(--paper);
}

.brand-mark::after {
  top: 14px;
  width: 2px;
  height: 16px;
  margin-inline: auto;
  transform: rotate(28deg);
}

.nav-toggle {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--green);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle span[aria-hidden="true"],
.nav-toggle span[aria-hidden="true"]::before,
.nav-toggle span[aria-hidden="true"]::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
  content: "";
}

.nav-toggle span[aria-hidden="true"] {
  position: relative;
}

.nav-toggle span[aria-hidden="true"]::before,
.nav-toggle span[aria-hidden="true"]::after {
  position: absolute;
  left: 0;
}

.nav-toggle span[aria-hidden="true"]::before {
  top: -7px;
}

.nav-toggle span[aria-hidden="true"]::after {
  top: 7px;
}

.site-nav {
  position: absolute;
  top: calc(100% + 1px);
  right: 1rem;
  left: 1rem;
  display: none;
  padding: 0.75rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.site-header.is-open .site-nav {
  display: grid;
}

.site-nav a {
  padding: 0.8rem 0.9rem;
  color: var(--green);
  font-weight: 760;
  text-decoration: none;
  border-radius: 6px;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  background: rgba(189, 106, 74, 0.14);
  outline: 0;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--paper);
  background: var(--green);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% 50%;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(23, 63, 58, 0.96) 0%, rgba(23, 63, 58, 0.86) 56%, rgba(23, 63, 58, 0.45) 100%),
    linear-gradient(0deg, rgba(24, 35, 33, 0.55), rgba(24, 35, 33, 0.08) 50%);
}

.hero-overlay {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  padding-block: 6rem 4rem;
}

.kicker {
  margin: 0 0 0.9rem;
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .kicker {
  color: #f3b684;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 10.5ch;
  font-size: 3.05rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.35rem;
}

.hero p:not(.kicker) {
  max-width: 650px;
  margin: 1.25rem 0 0;
  color: rgba(250, 247, 239, 0.88);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  color: var(--green);
  background: var(--paper);
}

.button-secondary {
  color: var(--paper);
  border-color: rgba(250, 247, 239, 0.5);
}

.quick-grid {
  display: grid;
  gap: 1px;
  background: var(--green);
}

.quick-grid a {
  display: block;
  padding: 1.3rem clamp(1rem, 5vw, 2.5rem);
  text-decoration: none;
  background: var(--sage);
}

.quick-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.quick-grid strong {
  display: block;
  max-width: 34ch;
  margin-top: 0.25rem;
  color: var(--green);
}

.split-section,
.feature-band,
.page-hero,
.article-grid,
.legal-layout,
.text-section {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.split-section {
  display: grid;
  gap: 2rem;
  padding-block: 4.5rem;
}

.copy-stack {
  display: grid;
  gap: 1rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.copy-stack p,
.text-section p,
.page-hero p {
  margin: 0;
}

.feature-band {
  display: grid;
  gap: 2rem;
  padding-block: 4.5rem 5.5rem;
  border-top: 1px solid var(--line);
}

.feature-list {
  display: grid;
  gap: 0.85rem;
}

.feature-list article,
.article-card,
.legal-card {
  padding: 1.2rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-list p,
.article-card p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.page-main {
  padding-bottom: 5rem;
}

.page-hero {
  padding-block: 4.5rem 2.5rem;
}

.page-hero h1 {
  max-width: 100%;
  color: var(--green);
}

.page-hero p {
  max-width: 700px;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.article-grid {
  display: grid;
  gap: 1rem;
}

.article-card.wide {
  background: var(--sage);
}

.legal-layout {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.legal-card {
  background: var(--green);
  color: var(--paper);
}

.legal-card address {
  margin-top: 1rem;
  font-style: normal;
}

.text-section {
  padding: 2rem;
  background: var(--sage);
  border-radius: var(--radius);
}

.text-section h2 {
  margin-bottom: 1rem;
  color: var(--green);
}

.text-section p + p {
  margin-top: 1rem;
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  color: var(--paper);
  background: var(--green);
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.site-footer a {
  color: inherit;
  text-underline-offset: 0.18em;
}

@media (min-width: 680px) {
  h1 {
    font-size: 4.9rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hero p:not(.kicker) {
    font-size: 1.2rem;
  }

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

  .split-section,
  .legal-layout {
    grid-template-columns: 0.9fr 1.1fr;
  }

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

  .article-card.wide {
    grid-column: span 2;
  }
}

@media (min-width: 900px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    gap: 0.15rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  h1 {
    font-size: 6.6rem;
  }

  .hero {
    min-height: 780px;
  }

  .split-section {
    grid-template-columns: 0.85fr 1.15fr;
    padding-block: 6rem;
  }

  .feature-band {
    grid-template-columns: 0.65fr 1.35fr;
    padding-block: 6rem;
  }

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

@media (max-width: 420px) {
  .brand span:last-child {
    font-size: 0.95rem;
  }

  h1 {
    font-size: 2.72rem;
  }

  .hero {
    min-height: 710px;
  }
}

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


.topic-rail {
  display: flex;
  gap: 1px;
  overflow-x: auto;
  background: var(--green);
}

.topic-rail a {
  flex: 0 0 auto;
  padding: 1rem 1.1rem;
  color: var(--green);
  background: var(--sage);
  font-weight: 800;
  text-decoration: none;
}

.content-shell {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  display: grid;
  gap: 2rem;
  padding-block: 3rem 5rem;
}

.topic-nav {
  align-self: start;
  display: grid;
  gap: 0.5rem;
  padding: 1rem;
  background: var(--sage);
  border-radius: var(--radius);
}

.topic-nav h2 {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--muted);
}

.topic-nav a {
  padding: 0.7rem 0.75rem;
  color: var(--green);
  text-decoration: none;
  border-radius: 6px;
  font-weight: 760;
}

.topic-nav a:hover,
.topic-nav a:focus-visible,
.topic-nav a[aria-current="page"] {
  background: rgba(189, 106, 74, 0.14);
  outline: 0;
}

.article-content {
  min-width: 0;
  padding: clamp(1rem, 4vw, 2.5rem);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article-content h2 {
  margin-top: 2rem;
  color: var(--green);
  font-size: 2rem;
}

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

.article-content p,
.article-content address {
  margin: 1rem 0 0;
  color: var(--muted);
  font-style: normal;
}

.article-content a {
  color: var(--green-2);
  font-weight: 760;
  text-decoration-color: var(--terracotta);
  text-underline-offset: 0.18em;
}

@media (min-width: 900px) {
  .content-shell {
    grid-template-columns: 260px minmax(0, 1fr);
    padding-block: 4rem 6rem;
  }
}

/* Visual refresh: cooler editorial system, amber/coral accents, darker text. */
:root {
  --ink: #111827;
  --muted: #667085;
  --paper: #f5f7fb;
  --panel: #ffffff;
  --sage: #e8edf6;
  --green: #1e293b;
  --green-2: #006d77;
  --terracotta: #f59e0b;
  --coral: #e85d75;
  --graphite: #0f172a;
  --line: rgba(15, 23, 42, 0.13);
  --shadow: 0 22px 70px rgba(15, 23, 42, 0.14);
  font-family: "Segoe UI", Aptos, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 44%, #f5f7fb 100%);
}

.site-header {
  background: rgba(245, 247, 251, 0.94);
}

.brand,
.nav-toggle,
.site-nav a,
.topic-nav a,
.topic-rail a,
.quick-grid strong {
  color: var(--graphite);
}

.brand-mark {
  background: linear-gradient(135deg, var(--graphite), #334155);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"],
.topic-nav a:hover,
.topic-nav a:focus-visible,
.topic-nav a[aria-current="page"] {
  color: #7c2d12;
  background: rgba(245, 158, 11, 0.18);
}

.hero {
  color: #ffffff;
  background: var(--graphite);
}

.hero img {
  object-position: 70% 50%;
  filter: saturate(0.92) contrast(1.08);
}

.hero::after {
  background:
    linear-gradient(105deg, rgba(15, 23, 42, 0.96) 0%, rgba(15, 23, 42, 0.9) 42%, rgba(15, 23, 42, 0.34) 76%),
    linear-gradient(0deg, rgba(232, 93, 117, 0.24), rgba(245, 158, 11, 0.08) 46%);
}

.hero::before {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 8px;
  content: "";
  background: linear-gradient(90deg, var(--coral), var(--terracotta), #22d3ee);
}

.kicker {
  color: var(--coral);
}

.hero .kicker {
  color: #fbbf24;
}

h1,
h2,
h3 {
  font-family: "Arial Black", "Segoe UI", Aptos, ui-sans-serif, system-ui, sans-serif;
  line-height: 0.98;
  color: var(--graphite);
}

h1 {
  max-width: 12ch;
  font-size: 2.8rem;
  text-transform: uppercase;
}

.hero h1 {
  color: #ffffff;
}

.hero p:not(.kicker) {
  color: rgba(255, 255, 255, 0.82);
}

.button-primary {
  color: var(--graphite);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.45);
}

.quick-grid,
.topic-rail {
  background: var(--graphite);
}

.quick-grid a,
.topic-rail a,
.topic-nav {
  background: var(--sage);
}

.article-card.wide,
.text-section {
  background: #fff7ed;
}

.legal-card,
.site-footer {
  background: var(--graphite);
}

.page-hero h1,
.article-content h2,
.text-section h2 {
  color: var(--graphite);
}

.article-content {
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.article-content a {
  color: var(--green-2);
  text-decoration-color: var(--coral);
}

.impressum-image {
  margin: 0;
}

.impressum-image img {
  width: min(100%, 894px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

@media (min-width: 680px) {
  h1 {
    font-size: 4.5rem;
  }
}

@media (min-width: 900px) {
  h1 {
    font-size: 6rem;
  }
}
