*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

        :root {
          --cream: #faf7f2;
          --ink: #1a1814;
          --ink-light: #4a4640;
          --ink-faint: #8a857e;
          --accent: #c8441a;
          --accent-light: #f5e8e2;
          --purple: #3d2d6e;
          --purple-light: #ebe7f5;
          --teal: #0d6b5e;
          --teal-light: #e0f0ed;
          --gold: #b07b2a;
          --rule: #e0dcd6;
          --max: 680px;
        }

                /* utility: visually hidden content for accessibility */
                .visually-hidden {
                  position: absolute !important;
                  height: 1px; width: 1px;
                  overflow: hidden;
                  clip: rect(1px, 1px, 1px, 1px);
                  white-space: nowrap;
                  border: 0; padding: 0; margin: -1px;
                }

      html { background: var(--cream); color: var(--ink); scroll-behavior: smooth; }

      body {
        font-family: 'Source Serif 4', Georgia, serif;
        font-size: 19px;
        line-height: 1.75;
        font-weight: 300;
        background: var(--cream);
      }

        /* ── TOP NAV ── */
        .site-nav {
          border-bottom: 1px solid var(--rule);
          padding: 14px 40px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-family: 'DM Sans', sans-serif;
          font-size: 13px;
          font-weight: 500;
          letter-spacing: 0.05em;
          color: var(--ink-faint);
          position: sticky;
          top: 0;
          background: var(--cream);
          z-index: 100;
          /* animate both opacity and vertical position for smooth hide/show on scroll */
          transition: opacity 0.28s ease, transform 0.28s ease;
        }
        /* When hidden (scrolling down), move nav out of view and reduce pointer events */
        .site-nav.nav-hidden {
          transform: translateY(-110%);
          opacity: 0;
          pointer-events: none;
        }
        .nav-brand { color: var(--ink); font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; }
        .nav-links { display: flex; gap: 28px; }
        .nav-links a { color: var(--ink-faint); text-decoration: none; transition: color .2s; }
        .nav-links a:hover { color: var(--ink); }

        /* ── HERO ── */
        .hero {
          max-width: var(--max);
          margin: 0 auto;
          padding: 80px 40px 60px;
          text-align: center;
        }

        .hero-eyebrow {
          font-family: 'DM Sans', sans-serif;
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0.18em;
          text-transform: uppercase;
          color: var(--accent);
          margin-bottom: 28px;
        }

        .hero-title {
          font-family: 'Playfair Display', serif;
          font-size: clamp(38px, 7vw, 62px);
          font-weight: 900;
          line-height: 1.05;
          letter-spacing: -0.02em;
          color: var(--ink);
          margin-bottom: 24px;
        }

        .hero-title em {
          font-style: italic;
          color: var(--accent);
        }

        .hero-deck {
          font-size: 18px;
          font-weight: 300;
          color: var(--ink-light);
          max-width: 520px;
          margin: 0 auto 36px;
          line-height: 1.65;
        }

        .hero-byline {
          font-family: 'DM Sans', sans-serif;
          font-size: 13px;
          color: var(--ink-faint);
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 16px;
        }

        .byline-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-faint); }

        /* ── PRIORITY CHART ── */
.priority-chart {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.priority-header-row {
    display: grid;
    grid-template-columns: 160px 1fr 1fr;
    gap: 12px;
    margin-bottom: 4px;
}

.priority-header-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #5c5898;
    text-align: center;
}

.priority-row {
  display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    gap: 12px;
}

.priority-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #a09bdc;
    text-align: right;
    line-height: 1.3;
}

.priority-side {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.priority-bar-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.priority-bar-track {
    flex: 1;
    height: 22px;
    background: rgba(255,255,255,0.06);
    border-radius: 3px;
    overflow: hidden;
}

.priority-bar-fill {
    height: 100%;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: width 0.5s ease;
}

.priority-bar-fill span {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
    padding-right: 7px;
}

.priority-study-tag {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #5c5898;
    text-align: center;
}

.priority-divider {
    width: 1px;
    background: rgba(255,255,255,0.08);
    align-self: stretch;
    margin: 0 4px;
}

        /* ── HERO ILLUSTRATION ── */
        .hero-illo {
          max-width: 560px;
          margin: 48px auto 0;
          padding: 0 40px;
        }

        .compass-svg {
          width: 100%;
          max-width: 420px;
          display: block;
          margin: 0 auto;
          animation: float 5s ease-in-out infinite;
        }

        @keyframes float {
          0%, 100% { transform: translateY(0); }
          50% { transform: translateY(-8px); }
        }

        /* ── ARTICLE BODY ── */
        .article {
          max-width: var(--max);
          margin: 0 auto;
          padding: 0 40px 120px;
        }

        .prose p { margin-bottom: 1.4em; }

        .prose p + p { }

        /* ── SECTION HEADS ── */
        .section-divider {
          border: none;
          border-top: 1px solid var(--rule);
          margin: 64px 0 48px;
          opacity: 0.15;

        }

        .section-number {
          font-family: 'DM Sans', sans-serif;
          font-size: 11px;
          font-weight: 500;
          letter-spacing: 0.18em;
          text-transform: uppercase;
          color: var(--ink-faint);
          margin-bottom: 12px;
        }
                /* ── KPI ── */

            .kpi-verlauf {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 0;
                padding: 32px 0;
                border-top: 1px solid rgba(255,255,255,0.07);
                border-bottom: 1px solid rgba(255,255,255,0.07);
                margin: 24px 0;
            }
            .kpi-item {
                text-align: center;
                flex: 1;
                max-width: 200px;
            }
            .kpi-year {
                font-family: 'DM Sans', sans-serif;
                font-size: 11px;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 0.1em;
                color: #5c5898;
                margin-bottom: 8px;
            }
            .kpi-num {
                font-family: 'Playfair Display', serif;
                font-size: 52px;
                font-weight: 700;
                line-height: 1;
                margin-bottom: 10px;
            }
            .kpi-label {
                font-family: 'DM Sans', sans-serif;
                font-size: 12px;
                color: #7a77aa;
                line-height: 1.4;
                max-width: 140px;
                margin: 0 auto;
            }
            .kpi-arrow {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 6px;
                flex: 1;
                max-width: 160px;
                color: var(--accent);
            }
            .kpi-arrow-line {
                width: 60px;
                height: 1px;
                background: linear-gradient(to right, rgba(200,68,26,0.2), rgba(200,68,26,0.6));
            }
            .kpi-arrow-delta {
                font-family: 'DM Sans', sans-serif;
                font-size: 13px;
                font-weight: 700;
                color: #c8441a;
                letter-spacing: 0.04em;
                white-space: nowrap;
            }
            .kpi-arrow-head {
                font-size: 20px;
                color: #c8441a;
                line-height: 1;
            }
    .pq-setup {
        font-family: 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 700;
        color: #e0dff5;
        line-height: 1.2;
        margin-bottom: 16px;
    }
    .pq-body {
        font-family: 'Source Serif 4', serif;
        font-size: 16px;
        font-weight: 300;
        color: #a09bdc;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    .pq-question {
        font-family: 'DM Sans', sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: rgba(255,255,255,0.5);
        margin-bottom: 0;
    }

        h2.section-title {
          font-family: 'Playfair Display', serif;
          font-size: 34px;
          font-weight: 700;
          line-height: 1.15;
          letter-spacing: -0.01em;
          margin-bottom: 28px;
          color: var(--ink);
        }

        h3.sub-heading {
          font-family: 'Playfair Display', serif;
          font-size: 28px;
          font-weight: 700;
          margin: 44px 0 16px;
          color: var(--ink);
        }    .pq-eyebrow {
                 font-family: 'DM Sans', sans-serif;
                 font-size: 10px;
                 font-weight: 700;
                 text-transform: uppercase;
                 letter-spacing: 0.12em;
                 color: rgba(255,255,255,0.25);
                 margin-bottom: 14px;
             }
            /* Toggle buttons */
            .toggle-question {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 0;
                margin-bottom: 28px;
            }
            .toggle-btn {
                flex: 1;
                max-width: 200px;
                padding: 20px 12px;
                border: 2px solid rgba(255,255,255,0.08);
                background: rgba(255,255,255,0.03);
                border-radius: 8px;
                cursor: pointer;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 6px;
                transition: all 0.25s ease;
                outline: none;
            }
            .toggle-btn:hover { background: rgba(255,255,255,0.07); }
            .toggle-btn.active.ja  { border-color: #7F77DD; background: rgba(127,119,221,0.12); }
            .toggle-btn.active.nein { border-color: #c8441a; background: rgba(200,68,26,0.12); }
            .toggle-pct {
                font-family: 'Playfair Display', serif;
                font-size: 36px;
                font-weight: 700;
                color: #e0dff5;
                line-height: 1;
            }
            .toggle-btn.active.ja  .toggle-pct { color: #7F77DD; }
            .toggle-btn.active.nein .toggle-pct { color: #c8441a; }
            .toggle-label {
                font-family: 'DM Sans', sans-serif;
                font-size: 13px;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 0.1em;
                color: #7a77aa;
            }
            .toggle-btn.active .toggle-label { color: #e0dff5; }
            .toggle-divider {
                width: 40px;
                text-align: center;
                font-family: 'DM Sans', sans-serif;
                font-size: 11px;
                color: #5c5898;
                flex-shrink: 0;
                position: relative;
            }
            .toggle-divider::before { content: 'vs'; }

            /* Panels */
            .gruende-panel {
                display: none;
                animation: fadeSlide 0.35s ease;
            }
            .gruende-panel.active { display: block; }
            @keyframes fadeSlide {
                from { opacity: 0; transform: translateY(8px); }
                to   { opacity: 1; transform: translateY(0); }
            }
            .gruende-title {
                font-family: 'DM Sans', sans-serif;
                font-size: 11px;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 0.08em;
                margin-bottom: 14px;
            }

            /* Bars inside panel — reuse existing bar styles */
            .gruende-bars { display: flex; flex-direction: column; gap: 10px; }
            .gruende-row { display: flex; align-items: center; gap: 12px; }
            .gruende-label {
                width: 220px;
                flex-shrink: 0;
                font-family: 'DM Sans', sans-serif;
                font-size: 13px;
                color: #a09bdc;
                line-height: 1.3;
            }
            .gruende-track {
                flex: 1;
                height: 26px;
                background: rgba(255,255,255,0.06);
                border-radius: 3px;
                overflow: hidden;
            }
            .gruende-fill {
                height: 100%;
                border-radius: 3px;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                transition: width 0.5s ease;
            }
            .gruende-fill span {
                font-family: 'DM Sans', sans-serif;
                font-size: 11px;
                font-weight: 700;
                color: rgba(255,255,255,0.85);
                padding-right: 8px;
            }


        /* ── PULL QUOTE ── */
        .pull-quote {
          margin: 52px -20px;
          padding: 32px 40px;
          border-top: 2px solid var(--ink);
          border-bottom: 2px solid var(--ink);
          text-align: center;
        }

        .pull-quote p {
          font-family: 'Playfair Display', serif;
          font-size: 26px;
          font-weight: 400;
          font-style: italic;
          line-height: 1.4;
          color: var(--ink);
          margin: 0;
        }

        .pull-quote cite {
          display: block;
          font-family: 'DM Sans', sans-serif;
          font-size: 12px;
          font-style: normal;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: var(--ink-faint);
          margin-top: 14px;
        }


        /* ── STAT INLINE ── */
        .stat-inline {
          display: inline-flex;
          align-items: baseline;
          gap: 6px;
          background: var(--purple-light);
          padding: 2px 10px;
          border-radius: 4px;
          vertical-align: middle;
        }
        .stat-inline .num {
          font-family: 'Playfair Display', serif;
          font-size: 22px;
          font-weight: 900;
          color: var(--purple);
          line-height: 1;
        }
        .stat-inline .unit {
          font-family: 'DM Sans', sans-serif;
          font-size: 12px;
          font-weight: 500;
          color: var(--purple);
        }

            /* ── MAP ── */
  .map-block { position: relative; max-width: 460px; margin: 0 auto; }
  .map-block svg.deutschland { width: 100%; height: auto; display: block; }

  .bundesland {
    fill: rgba(61,45,110,0.35);
    stroke: rgba(127,119,221,0.4);
    stroke-width: 0.6;
    stroke-linejoin: round;
    transition: fill 0.2s;
  }
  .bundesland:hover { fill: rgba(127,119,221,0.22); }


.map-insight {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 24px;
  padding: 24px 0;
  border-top: 1px solid var(--rule);
}

.map-insight-stat {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 700;
  color: #c8441a;
  line-height: 1;
  flex-shrink: 0;
  min-width: 120px;
  text-align: center;
}

.map-insight-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #6B639E;
  line-height: 1.75;
}


@media (max-width: 480px) {
  .map-insight {
    flex-direction: column;
    gap: 16px;
  }
  .map-insight-stat {
    font-size: 40px;
  }
}

  .map-tooltip {
    position: absolute;
    background: #EDEBFA;
    border: 1px solid rgba(127,119,221,0.3);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(61, 45,110, 0.15);
    padding: 10px 14px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s;
    z-index: 10;
    min-width: 150px;
    max-width: 220px;
  }
  .map-tooltip.visible { opacity: 1; }
  .map-tooltip-city {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #3D2D6E;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
  }
  .map-tooltip-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: #6B639E;
    line-height: 1.5;
  }
 


        /* ── INTERACTIVE: CHART TABS ── */
        .chart-block {
          margin: 48px 0;
          border: 1px solid var(--rule);
          border-radius: 10px;
          overflow: hidden;
        }

        .chart-header {
          padding: 20px 24px 16px;
          border-bottom: 1px solid var(--rule);
        }

        .chart-header h4 {
          font-family: 'DM Sans', sans-serif;
          font-size: 20px;
          font-weight: 500;
          color: var(--ink);
          margin-bottom: 12px;
          text-align: center;
        }

        .tab-row {
          display: flex;
          gap: 6px;
          flex-wrap: wrap;
        }

        .tab-btn {
          font-family: 'DM Sans', sans-serif;
          font-size: 12px;
          font-weight: 400;
          padding: 5px 14px;
          border: 1px solid var(--rule);
          border-radius: 20px;
          background: transparent;
          color: var(--ink-faint);
          cursor: pointer;
          transition: all .2s;
        }

        .tab-btn.active {
          background: var(--ink);
          color: var(--cream);
          border-color: var(--ink);
        }

        .chart-body { padding: 24px; }

        .bars { display: flex; flex-direction: column; gap: 14px; }

        .bar-row { display: flex; align-items: center; gap: 14px; }

        .bar-label-text {
          font-family: 'DM Sans', sans-serif;
          font-size: 13px;
          color: var(--ink-light);
          width: 200px;
          flex-shrink: 0;
          line-height: 1.35;
        }

        .bar-track {
          flex: 1;
          height: 30px;
          background: #eeebe6;
          border-radius: 4px;
          overflow: hidden;
          position: relative;
        }

        .bar-fill {
          height: 100%;
          border-radius: 4px;
          display: flex;
          align-items: center;
          padding-left: 12px;
          transition: width 0.7s cubic-bezier(0.16,1,0.3,1);
        }

        .bar-fill span {
          font-family: 'DM Sans', sans-serif;
          font-size: 12px;
          font-weight: 500;
          color: white;
          white-space: nowrap;
        }

 /* ──BAR CHART  ── */

.likert-legend {
    margin-bottom: 20px;
}

.likert-gradient {
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        #2F1B69 0%,
        #5D3BAD 25%,
        #6D5BD0 50%,
        #978AE6 75%,
        #BDB4FA 100%
    );
}

.likert-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    color: var(--ink-faint);
}
.umfrage-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.umfrage-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
.tab-btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid transparent;
    background: transparent;
    color: var(--ink-faint);
    cursor: pointer;
    transition: 0.2s ease;
}

.tab-btn:hover {
    background: rgba(93, 59, 173, 0.08);
}

.tab-btn.active {
    background: #5D3BAD;
    color: white;
}

        /* ──FULLSCREEN TENSION SLIDER ── */
      .fullscreen-block {
        min-height: 100vh;
        background: #0D0D0D;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5rem 2rem;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
      }
      .fullscreen-block { overflow: hidden; }

      .fullscreen-inner {
        max-width: 620px;
        width: 100%;
        opacity: 0;
        transform: translateY(28px);
        transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
                    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
      }

      .fullscreen-inner.visible {
        opacity: 1;
        transform: translateY(0);
      }

          /* ── TENSION BLOCK ── */
          .tension-block {
            color: #fff;
          }

          .tension-block h4 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(2rem, 5vw, 3rem);
            font-style: italic;
            font-weight: 400;
            line-height: 1.2;
            color: #fff;
            margin-bottom: 1.25rem;
          }

          .tension-block > p {
            font-family: 'DM Sans', sans-serif;
            font-size: 1rem;
            line-height: 1.7;
            color: rgba(255,255,255,0.45);
            margin-bottom: 3rem;
            max-width: 520px;
          }

          /* Slider */
          .slider-labels {
            display: flex;
            justify-content: space-between;
            font-family: 'DM Sans', sans-serif;
            font-size: 11px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.28);
            margin-bottom: 10px;
          }

          .slider-track-wrap {
            position: relative;
            height: 24px;
            display: flex;
            align-items: center;
            margin-bottom: 2.5rem;
          }

          .slider-track {
            position: absolute;
            left: 0; right: 0;
            height: 1px;
            background: rgba(255,255,255,0.15);
          }

          .slider-fill {
            position: absolute;
            left: 0; top: 0;
            height: 100%;
            background: #fff;
            width: 50%;
            transition: width 0.05s;
          }

          input[type=range].tension-slider {
            -webkit-appearance: none;
            appearance: none;
            position: relative;
            width: 100%;
            height: 24px;
            background: transparent;
            outline: none;
            cursor: pointer;
            z-index: 2;
          }

          input[type=range].tension-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #fff;
            transition: transform 0.15s ease;
          }

          input[type=range].tension-slider:hover::-webkit-slider-thumb,
          input[type=range].tension-slider:active::-webkit-slider-thumb {
            transform: scale(1.25);
          }

          input[type=range].tension-slider::-moz-range-thumb {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #fff;
            border: none;
          }

          /* Result */
          .tension-result-num {
            font-family: 'Playfair Display', serif;
            font-size: clamp(4rem, 14vw, 7rem);
            font-weight: 400;
            color: #fff;
            line-height: 1;
            margin-bottom: 0.6rem;
            transition: opacity 0.2s;
          }

          .tension-result-text {
            font-family: 'DM Sans', sans-serif;
            font-size: 0.95rem;
            color: rgba(255,255,255,0.45);
            line-height: 1.6;
            min-height: 3em;
            margin-bottom: 2.5rem;
          }

          .tension-comparison {
            padding-top: 1.5rem;
            border-top: 1px solid rgba(255,255,255,0.08);
          }

          .comparison-bars {
            display: flex;
            align-items: flex-end;
            gap: 4px;
            height: 48px;
            margin-bottom: 0.6rem;
          }

          .comp-bar {
            flex: 1;
            border-radius: 2px 2px 0 0;
            background: rgba(255,255,255,0.15);
            transition: background 0.2s;
            position: relative;
          }

          .comp-bar.active {
            background: #fff;
          }

          .comparison-text {
            font-family: 'DM Sans', sans-serif;
            font-size: 12px;
            color: rgba(255,255,255,0.35);
            line-height: 1.6;
          }

          .comparison-text strong {
            color: #fff;
            font-weight: 500;
          }
    /* ── Stacked Bar Chart ── */
            .pair { margin-bottom: 20px; }
            .pair + .pair { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 18px; }
            /* make the stacked chart labels as prominent as the "Prioritäten" headings */
            .pair-label { font-family: 'DM Sans', sans-serif; font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 8px; line-height: 1.4; }
            .stacked-track { display: flex; flex-direction: row; width: 100%; height: 30px; border-radius: 4px; overflow: hidden; background: rgba(255,255,255,0.06); }
            .segment { height: 100%; display: flex; align-items: center; justify-content: center; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.85); overflow: hidden; white-space: nowrap; }
            .segment-pct { padding: 0 5px; }
            /* reduced vertical spacing and tighter items so the legend fits better */
            .stacked-legend { margin-top: 12px; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 8px; }
            .stacked-legend-items { display: flex; gap: 12px; flex-wrap: wrap; }
            .stacked-legend-item { display: flex; align-items: flex-start; gap: 8px; flex: 1; min-width: 140px; }
            .stacked-legend-dot { width: 12px; height: 12px; border-radius: 3px; flex-shrink: 0; margin-top: 3px; }
            .stacked-legend-name { font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700; color: #c4bff5; margin-bottom: 2px; }
            .stacked-legend-desc { font-family: 'DM Sans', sans-serif; font-size: 13px; color: #7a77aa; line-height: 1.45; }

          .opinion-wrapper {
            display: grid;
            gap: 40px;
            position: relative;
            padding-bottom: 140px;
          }

          .opinion-section-head {
            font-family: 'DM Sans', sans-serif;
            font-size: 13px;
            font-weight: 700;
            color: var(--ink);
            letter-spacing: 0.06em;
            text-transform: none;
            margin-bottom: -8px;
          }

          .opinion-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
          }

          .opinion-card {
            padding: 16px;
            border-radius: 12px;
            background: rgba(255,255,255,0.04);
            cursor: pointer;
            transition: all .3s ease;
          }

          .opinion-card:hover {
            transform: translateY(-4px);
          }

          .opinion-card.active {
            transform: scale(1.03);
            background: rgba(255,255,255,0.08);
          }

          .opinion-card.dim {
            opacity: 0.4;
          }

          .opinion-chart {
            display: flex;
            gap: 18px;
            align-items: center;
            justify-content: space-between;
            width: 100%;
          }

          .opinion-circle {
            flex: 1 1 0;
            max-width: 160px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            transition: transform .18s ease, box-shadow .18s ease;
            padding: 6px 6px;
            border-radius: 10px;
            background: rgba(255,255,255,0.02);
          }

          .opinion-circle.hover { transform: translateY(-6px); box-shadow: 0 10px 24px rgba(61,45,110,0.06); }
          .opinion-circle.active { transform: translateY(-8px) scale(1.04); background: rgba(127,119,221,0.08); }
          .opinion-circle.dim { opacity: 0.45; }
          .opinion-circle:focus { outline: 3px solid rgba(127,119,221,0.12); }

          .opinion-svg { width: 36px; height: 36px; display: block; }
          .opinion-svg .ring-bg { stroke-width: 3; }
          .opinion-svg .ring-fg { stroke-width: 3; transform: rotate(-90deg); transform-origin: 50% 50%; }

          .opinion-circle-label {
            font-family: 'DM Sans', sans-serif;
            font-size: 12px;
            font-weight: 700;
            color: var(--ink);
            color: #5c5898;
          }

          .opinion-card.hover { box-shadow: 0 8px 20px rgba(61,45,110,0.06); transform: translateY(-6px); }
          .opinion-card.dim { opacity: 0.5; }

          /* floating insight that follows the active circle */
          .opinion-insight-floating {
            position: absolute;
            left: 0;
            top: 100%;
            transform: translateY(8px);
            pointer-events: auto;
            opacity: 0;
            transition: opacity 220ms ease, transform 220ms ease;
            z-index: 30;
            width: 320px;
            max-width: calc(100% - 16px);
          }
          .opinion-insight-floating.visible { opacity: 1; transform: translateY(0); }
          .opinion-insight-floating .opinion-insight {
            background: white;
            color: var(--ink);
            padding: 14px 16px;
            border-radius: 8px;
            box-shadow: 0 12px 30px rgba(20,18,30,0.12);
            border: 1px solid rgba(0,0,0,0.04);
            font-family: 'DM Sans', sans-serif;
            font-size: 14px;
          }
          .opinion-insight-floating .opinion-insight strong { color: var(--ink); }

        /* ── QUOTE CARDS ── */
        .quote-grid {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 12px;
          margin: 40px 0;
        }

        .quote-card {
          padding: 22px;
          border: 1px solid var(--rule);
          border-radius: 8px;
          background: white;
        }

        .quote-card blockquote {
          font-size: 15px;
          font-style: italic;
          font-weight: 300;
          line-height: 1.6;
          color: var(--ink);
          margin-bottom: 12px;
        }

        .quote-card footer {
          font-family: 'DM Sans', sans-serif;
          font-size: 11px;
          color: var(--ink-faint);
          letter-spacing: 0.05em;
        }

        /* ── RESEARCH QUESTIONS LIST ── */
        .rq-list {
          margin: 36px 0;
          counter-reset: rq;
        }

        .rq-item {
          counter-increment: rq;
          display: flex;
          gap: 18px;
          padding: 20px 0;
          border-bottom: 1px solid var(--rule);
          cursor: pointer;
          transition: all .2s;
        }

        .rq-item:first-child { border-top: 1px solid var(--rule); }

        .rq-item::before {
          content: counter(rq, decimal-leading-zero);
          font-family: 'Playfair Display', serif;
          font-size: 22px;
          font-weight: 700;
          color: var(--accent);
          flex-shrink: 0;
          width: 36px;
          line-height: 1.2;
        }

        .rq-body {}

        .rq-q {
          font-size: 16px;
          line-height: 1.55;
          color: var(--ink);
          margin-bottom: 0;
          font-weight: 400;
        }

        .rq-note {
          font-family: 'DM Sans', sans-serif;
          font-size: 13px;
          color: var(--ink-faint);
          margin-top: 8px;
          line-height: 1.5;
          display: none;
        }

        .rq-item.open .rq-note { display: block; }
        .rq-item.open .rq-q { font-style: italic; }

        /* ── SECTION ILLO placeholder ── */
        .section-illo {
          margin: 52px -10px;
          padding: 48px 24px;
          background: linear-gradient(135deg, var(--purple-light) 0%, var(--teal-light) 100%);
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 32px;
        }

        .illo-svg { width: 120px; flex-shrink: 0; }

        .illo-text {
          font-family: 'Playfair Display', serif;
          font-size: 18px;
          font-style: italic;
          color: var(--purple);
          line-height: 1.5;
        }

        /* ── TIMELINE ── */
        .timeline { margin: 40px 0; position: relative; padding-left: 24px; }

        .timeline::before {
          content: '';
          position: absolute;
          left: 7px;
          top: 10px;
          bottom: 10px;
          width: 1px;
          background: var(--rule);
        }

        .tl-item { position: relative; padding: 0 0 32px 20px; }

        .tl-dot {
          position: absolute;
          left: -6px;
          top: 7px;
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background: var(--cream);
          border: 2px solid var(--rule);
          transition: all .2s;
        }

        .tl-item:hover .tl-dot { border-color: var(--accent); background: var(--accent); }

        .tl-year {
          font-family: 'DM Sans', sans-serif;
          font-size: 12px;
          font-weight: 500;
          color: var(--accent);
          letter-spacing: 0.06em;
          margin-bottom: 4px;
        }

        .tl-head {
          font-family: 'Playfair Display', serif;
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 6px;
          color: var(--ink);
        }

        .tl-text {
          font-size: 16px;
          color: var(--ink-light);
          line-height: 1.65;
          font-weight: 300;
        }

        /* ── FOOTER ── */
        .site-footer {
          border-top: 1px solid var(--rule);
          padding: 40px;
          max-width: var(--max);
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
        }

        .footer-note {
          font-family: 'DM Sans', sans-serif;
          font-size: 12px;
          color: var(--ink-faint);
          line-height: 1.6;
        }

        .footer-brand {
          font-family: 'Playfair Display', serif;
          font-size: 20px;
          font-weight: 700;
          color: var(--ink);
          text-align: right;
        }

        /* ── SCROLLFADE ── */
        .fade-in {
          opacity: 0;
          transform: translateY(22px);
          transition: opacity 0.65s ease, transform 0.65s ease;
        }

        .fade-in.visible {
          opacity: 1;
          transform: translateY(0);
        }

        /* ── RESPONSIVE ── */
        @media (max-width: 600px) {
          .site-nav { padding: 12px 20px; }
          .nav-links { display: none; }
          .hero, .article { padding-left: 24px; padding-right: 24px; }
          .stat-row { grid-template-columns: 1fr; }
          .quote-grid { grid-template-columns: 1fr; }
          .section-illo { flex-direction: column; text-align: center; }
          .bar-label-text { width: 130px; font-size: 12px; }
        }
   /* ──  ── */

.ethik-radar-section {
      font-family: 'DM Sans', sans-serif;
      max-width: var(--max);
      margin: 2.5rem auto 0;
      padding: 0;
    }

    .ethik-radar-section .ethik-chart-title {
      font-family: 'DM Sans', sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: var(--ink);
      margin-bottom: 4px;
    }

    .ethik-radar-section .ethik-chart-subtitle {
      font-family: 'DM Sans', sans-serif;
      font-size: 14px;
      color: var(--ink-faint);
      margin-bottom: 0.25rem;
    }

    .radar-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
      align-items: center;
      margin-top: 1.5rem;
    }

    .radar-panel {
      background: transparent;
      border: none;
      border-radius: 0;
      padding: 0;
      box-shadow: none;
      width: 100%;
      max-width: 500px;
    }

    .radar-wrapper {
      position: relative;
      width: 100%;
      height: 380px;
    }

    .radar-legend {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 12px;
      color: var(--ink-light);
      margin-bottom: 1rem;
    }

    .radar-legend-dot {
      width: 10px;
      height: 10px;
      border-radius: 2px;
      background: #534AB7;
      opacity: 0.75;
      display: inline-block;
      flex-shrink: 0;
    }

    .radar-grid > div:last-child {
      max-width: 850px;
      width: 100%;
    }

    .radar-note {
      text-align: left;
      font-size: 18px;
      color: var(--ink-light);
      line-height: 1.75;
      margin-bottom: 1.25rem;
    }

    .radar-note strong {
      color: var(--ink);
    }

    .radar-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 0.85rem;
      font-size: 14px;
      color: var(--ink-light);
      line-height: 1.65;
      grid-template-columns: repeat(2, 1fr);
    }

    .radar-list li {
      padding-left: 1.1rem;
      position: relative;
    }

    .radar-list li::before {
      content: '•';
      position: absolute;
      left: 0;
      color: var(--accent);
      font-size: 18px;
      line-height: 1;
      top: 0.1rem;
    }

    .source {
      font-size: 12px;
      color: var(--ink-faint);
      margin-top: 0.75rem;
      line-height: 1.6;
    }

    @media (max-width: 860px) {
        .radar-grid {
        grid-template-columns: 1fr;
      }

        .radar-wrapper {
        height: 450px;
     }

        .radar-list {
        grid-template-columns: 1fr;
     }
    }