:root {
    --ground: #FBFBFA;
    --surface: #F4F5F3;
    --ink: #16292E;
    --body: #23383D;
    --muted: #475559;
    --line: #E3E6E4;
    --accent: #255A60;
    --display: 'Iowan Old Style', 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
    --text: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  }

  /* Falls die Schriften spaeter selbst gehostet werden sollen:
     Dateien nach /fonts/ legen, diesen Block aktivieren und
     --display bzw. --text davorstellen. Nie von Google laden.
  @font-face { font-family: 'Cormorant Garamond'; src: url('fonts/cormorant-garamond-300.woff2') format('woff2'); font-weight: 300; font-display: swap; }
  @font-face { font-family: 'Karla'; src: url('fonts/karla-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
  */

  * { box-sizing: border-box; }

  body {
    margin: 0;
    background: var(--ground);
    color: var(--body);
    font-family: var(--text);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }

  a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
  a:hover { color: var(--ink); text-decoration-thickness: 2px; }
  a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

  .wrap { max-width: 1120px; margin: 0 auto; padding-inline: clamp(22px, 5vw, 60px); }
  .rule { border-top: 1px solid var(--line); }

  .eyebrow { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.14em; color: var(--muted); line-height: 1.8; }
  h1, h2 { font-family: var(--display); margin: 0; color: var(--ink); text-wrap: balance; }
  h1 { font-weight: 400; font-size: clamp(2.4rem, 6.2vw, 4.6rem); line-height: 1.08; letter-spacing: -0.015em; }
  h2 { font-weight: 400; font-size: clamp(1.5rem, 2.8vw, 2rem); }
  h2.eyebrow { font-family: var(--text); font-weight: 600; font-size: 0.82rem; color: var(--muted); }

  .bar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 10px 28px; padding-block: 22px; border-bottom: 1px solid var(--line); }
  .bar .name { font-family: var(--display); font-size: 1.25rem; color: var(--ink); }
  .bar .meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 24px; }

  .hero { display: flex; flex-direction: column; gap: 24px; padding-block: clamp(48px, 8vw, 96px) clamp(44px, 7vw, 88px); }
  .hero p { margin: 0; max-width: 34em; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.65; color: var(--body); text-wrap: pretty; }
  .call { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 8px; }
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; padding: 0 28px; background: var(--accent); color: #FFFFFF; border: 1px solid var(--accent); border-radius: 2px; font-size: 1.12rem; text-decoration: none; }
  .btn:hover { background: var(--ink); border-color: var(--ink); color: #FFFFFF; }
  .hint { color: var(--muted); font-size: 1rem; }

  .cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 6vw, 88px); padding-block: clamp(42px, 6vw, 72px); }
  .stack { display: flex; flex-direction: column; gap: 22px; }
  .list { display: flex; flex-direction: column; margin: 0; padding: 0; list-style: none; }
  .list dt, .list dd { margin: 0; }
  .list > li, .list > .row { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 54px; padding-block: 8px; border-bottom: 1px solid var(--line); font-size: 1.05rem; color: var(--body); }
  .num { font-variant-numeric: tabular-nums; white-space: nowrap; }

  .band { background: var(--surface); }
  .contact { font-size: 1.08rem; line-height: 1.75; color: var(--body); }

  .legal .cols { padding-block: clamp(38px, 5vw, 62px); }
  .legal .text { font-size: 1rem; line-height: 1.9; color: var(--muted); }
  .legal .text p { margin: 0 0 0.95em 0; }
  .legal .text p:last-child { margin-bottom: 0; }

  .foot .inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 32px; padding-block: 22px 42px; border-top: 1px solid var(--line); font-size: 0.9rem; color: var(--muted); }

  /* Wenn das Betriebssystem mehr Kontrast anfordert */
  @media (prefers-contrast: more) {
    :root {
      --ground: #FFFFFF;
      --surface: #F1F2F0;
      --ink: #0B1A1E;
      --body: #14262B;
      --muted: #2C4247;
      --line: #8E9A9B;
      --accent: #16454A;
    }
    a { text-decoration-thickness: 2px; }
    .btn { border-width: 2px; }
  }

  @media (prefers-reduced-motion: no-preference) {
    .btn, a { transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
  }

  @media (max-width: 760px) {
    .cols { grid-template-columns: minmax(0, 1fr); }
  }

  @media print {
    .btn { border: 1px solid #000; color: #000; background: none; }
    body { background: #fff; }
  }
  /* Fußzeilen-Navigation */
  .foot nav ul { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 0; padding: 0; list-style: none; }
  .foot nav a { color: var(--muted); }
  .foot nav a:hover { color: var(--ink); }
  .foot [aria-current="page"] { color: var(--ink); font-weight: 600; }

  /* Unterseiten */
  .page { display: flex; flex-direction: column; gap: 26px; padding-block: clamp(40px, 6vw, 72px) clamp(36px, 5vw, 64px); }
  .page h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
  .page .text { max-width: 62ch; font-size: 1rem; line-height: 1.9; color: var(--body); }
  .page .text h2 { font-family: var(--text); font-size: 1rem; font-weight: 600; color: var(--ink); margin: 1.6em 0 0.4em 0; }
  .page .text h2:first-of-type { margin-top: 0; }
  .page .text p { margin: 0 0 1.1em 0; }
  .page .text p:last-child { margin-bottom: 0; }
  .back { font-size: 0.95rem; }
