﻿:root {
      --paper: #F7F8FB;
      --paper-2: #ECEFF5;
      --paper-3: #DDE3ED;
      --hero-bg: #F7F8FB;
      --ink: #142033;
      --ink-soft: #4A5668;
      --navy: #04306E;
      --navy-2: #032A57;
      --navy-3: #021F42;
      --gold: #BE0A1C;
      --gold-2: #FFFFFF;
      --gold-soft: #FBE8EA;
      --burgundy: #BE0A1C;
      --burgundy-soft: #D45663;
      --line: #D3DBE6;
      --line-2: #BCC8D8;
      --white: #ffffff;
      --card: #ffffff;
      --muted: #48535C;
      --radius: 14px;
      --radius-sm: 10px;
      --shadow-sm: 0 1px 2px rgba(35, 32, 27, 0.05), 0 2px 8px rgba(35, 32, 27, 0.05);
      --max: 1140px;
      --maxw: 1140px;
      --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
      --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
      --font-display: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
      --font-body: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
      --text-base: 1.0625rem;
      --text-sm: 0.82rem;
      --text-xs: 0.72rem;
      --ink-soft: #48535C;
      --leading-body: 1.65;
      --leading-tight: 1.12;
      --space-1: 0.5rem;
      --space-2: 1rem;
      --space-3: 1.5rem;
      --space-4: 2rem;
      --space-5: 3rem;
      --space-6: 4rem;
      --space-7: 5.5rem;
      --space-section: clamp(3.5rem, 8vw, 6rem);
      --space-section-major: clamp(4.5rem, 10vw, 7.5rem);
      --header-bg-cream: var(--hero-bg);
      --header-bg-band-height: clamp(96px, 25.684vw, 42vh);
    }
    @keyframes enter-up {
      from { opacity: 0; transform: translateY(1.75rem); filter: blur(8px); }
      to { opacity: 1; transform: translateY(0); filter: blur(0); }
    }
    @keyframes enter-left {
      from { opacity: 0; transform: translateX(-2.25rem); filter: blur(6px); }
      to { opacity: 1; transform: translateX(0); filter: blur(0); }
    }
    @keyframes enter-right {
      from { opacity: 0; transform: translateX(2.25rem); filter: blur(6px); }
      to { opacity: 1; transform: translateX(0); filter: blur(0); }
    }
    @keyframes reveal-fade-up {
      from { opacity: 0; transform: translateY(0.5rem); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* Podstrony â€” treĹ›Ä‡ widoczna od razu (bez starego ukrywania hero) */
    html.js body.site-page .reveal-section:not(.is-visible) .page-hero > *,
    html.js body.site-page .reveal-section:not(.is-visible) .band-head,
    html.js body.site-page .reveal-section:not(.is-visible) .reveal-item,
    html.js body.site-page .reveal-section:not(.is-visible) #about-box > *,
    html.js body.site-page .reveal-section:not(.is-visible) #articles > *,
    html.js body.site-page .reveal-section:not(.is-visible) #contact-box > *,
    html.js body.site-page .reveal-section:not(.is-visible) .article-detail > *,
    html.js body.site-page .reveal-section:not(.is-visible) #testimonials-root > *,
    html.js body.site-page .reveal-section:not(.is-visible) .site-footer__grid > *,
    html.js body.site-page .reveal-section:not(.is-visible) .site-footer__bar {
      opacity: 1;
      transform: none;
    }

    /* Scroll reveal â€” tylko lekki stagger po zaĹ‚adowaniu */
    html.js .reveal-section:not(.is-visible) .band-head,
    html.js .reveal-section:not(.is-visible) .pillar-card,
    html.js .reveal-section:not(.is-visible) .site-split__main,
    html.js .reveal-section:not(.is-visible) .site-split__aside,
    html.js .reveal-section:not(.is-visible) .band-foot-link,
    html.js .reveal-section:not(.is-visible) .about--teaser,
    html.js .reveal-section:not(.is-visible) .support-main,
    html.js .reveal-section:not(.is-visible) .support-aside,
    html.js .reveal-section:not(.is-visible) #about-box > *,
    html.js .reveal-section:not(.is-visible) .about > *,
    html.js .reveal-section:not(.is-visible) #contact-box > *,
    html.js .reveal-section:not(.is-visible) .site-footer__grid > *,
    html.js .reveal-section:not(.is-visible) .site-footer__bar,
    html.js .reveal-section:not(.is-visible) .page-hero > *,
    html.js .reveal-section:not(.is-visible) .article-detail > *,
    html.js .reveal-section:not(.is-visible) #article-detail > *,
    html.js #article-detail.reveal-section:not(.is-visible) > *,
    html.js .reveal-section:not(.is-visible) #testimonials-root > *,
    html.js .reveal-section:not(.is-visible) .reveal-item,
    html.js [data-reveal]:not(.is-visible) {
      opacity: 0;
      transform: translateY(0.5rem);
    }
    html.js .reveal-section.is-visible .band-head,
    html.js .reveal-section.is-visible .site-split__main,
    html.js .reveal-section.is-visible .site-split__aside,
    html.js .reveal-section.is-visible .band-foot-link,
    html.js .reveal-section.is-visible .about--teaser,
    html.js .reveal-section.is-visible .support-main,
    html.js .reveal-section.is-visible .support-aside,
    html.js .reveal-section.is-visible .contact-card,
    html.js .reveal-section.is-visible #about-box > *,
    html.js .reveal-section.is-visible .about > *,
    html.js .reveal-section.is-visible #contact-box > *,
    html.js .reveal-section.is-visible .site-footer__grid > *,
    html.js .reveal-section.is-visible .site-footer__bar,
    html.js .reveal-section.is-visible .page-hero > *,
    html.js .reveal-section.is-visible .article-detail > *,
    html.js .reveal-section.is-visible #article-detail > *,
    html.js #article-detail.reveal-section.is-visible > *,
    html.js .reveal-section.is-visible #testimonials-root > *,
    html.js .reveal-section.is-visible .reveal-item,
    html.js [data-reveal].is-visible {
      opacity: 1;
      transform: translateY(0);
      transition:
        opacity 0.55s var(--ease-out),
        transform 0.55s var(--ease-out);
      transition-delay: var(--reveal-delay, 0ms);
    }
    html.js .reveal-section.is-visible .pillar-card:nth-child(1) { --reveal-delay: 0.08s; }
    html.js .reveal-section.is-visible .pillar-card:nth-child(2) { --reveal-delay: 0.18s; }
    html.js .reveal-section.is-visible .pillar-card:nth-child(3) { --reveal-delay: 0.28s; }
    html.js .reveal-section.is-visible .band-head { --reveal-delay: 0s; }
    html.js .reveal-section.is-visible .grid--editorial .reveal-item:nth-child(1) { --reveal-delay: 0.06s; }
    html.js .reveal-section.is-visible .grid--editorial .reveal-item:nth-child(2) { --reveal-delay: 0.14s; }
    html.js .reveal-section.is-visible .grid--editorial .reveal-item:nth-child(3) { --reveal-delay: 0.22s; }
    html.js .reveal-section.is-visible .grid--editorial .reveal-item:nth-child(4) { --reveal-delay: 0.3s; }
    html.js .reveal-section.is-visible .grid--editorial .reveal-item:nth-child(5) { --reveal-delay: 0.38s; }
    html.js .reveal-section.is-visible .grid--editorial .reveal-item:nth-child(6) { --reveal-delay: 0.46s; }
    html.js .reveal-section.is-visible .page-hero > * {
      transform: translateY(0);
      transition:
        opacity 0.45s var(--ease-out),
        transform 0.45s var(--ease-out);
    }
    html.js .reveal-section.is-visible .page-hero > *:nth-child(1) { --reveal-delay: 0s; }
    html.js .reveal-section.is-visible .page-hero > *:nth-child(2) { --reveal-delay: 0.08s; }
    html.js .reveal-section.is-visible .page-hero > *:nth-child(3) { --reveal-delay: 0.14s; }
    html.js .reveal-section.is-visible .site-split__main { --reveal-delay: 0.06s; }
    html.js .reveal-section.is-visible .site-split__aside { --reveal-delay: 0.18s; }
    html.js .reveal-section.is-visible .site-footer__grid > *:nth-child(1) { --reveal-delay: 0s; }
    html.js .reveal-section.is-visible .site-footer__grid > *:nth-child(2) { --reveal-delay: 0.1s; }
    html.js .reveal-section.is-visible .site-footer__grid > *:nth-child(3) { --reveal-delay: 0.2s; }
    html.js .reveal-section.is-visible .site-footer__bar { --reveal-delay: 0.28s; }
    html.js .reveal-section.is-visible #about-box > *:nth-child(1),
    html.js .reveal-section.is-visible .about > *:nth-child(1) { --reveal-delay: 0.06s; }
    html.js .reveal-section.is-visible #about-box > *:nth-child(2),
    html.js .reveal-section.is-visible .about > *:nth-child(2) { --reveal-delay: 0.18s; }
    html.js .reveal-section.is-visible .article-detail > *:nth-child(1) { --reveal-delay: 0s; }
    html.js .reveal-section.is-visible .article-detail > *:nth-child(2) { --reveal-delay: 0.08s; }
    html.js .reveal-section.is-visible .article-detail > *:nth-child(3) { --reveal-delay: 0.16s; }
    html.js .reveal-section.is-visible .article-detail > *:nth-child(4) { --reveal-delay: 0.24s; }
    html.js .reveal-section.is-visible .article-detail > *:nth-child(5) { --reveal-delay: 0.32s; }
    /* ArtykuĹ‚ Ĺ‚adowany dynamicznie â€” pokaĹĽ treĹ›Ä‡ od razu po wstrzykniÄ™ciu */
    html.js .reveal-section.article-page .article-detail:not(:empty) > * {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }
    html.js .reveal-late {
      animation: reveal-fade-up 0.5s var(--ease-out) var(--reveal-delay, 0ms) both;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; overflow-x: clip; }
    body {
      font-family: var(--font-body);
      background: var(--paper);
      color: var(--ink);
      line-height: var(--leading-body);
      font-size: 1rem;
      overflow-x: clip;
      -webkit-text-size-adjust: 100%;
    }
    .skip-link {
      position: absolute; left: -9999px; top: auto; z-index: 200;
      padding: .65rem 1rem; background: var(--navy); color: #fff;
      font-weight: 600; text-decoration: none;
    }
    .skip-link:focus { left: .75rem; top: .75rem; }
    a:focus-visible, button:focus-visible, input:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 2px;
    }
    a { color: var(--burgundy); text-decoration: none; }
    a:hover { text-decoration: underline; }
    .wrap { max-width: var(--max); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2rem); position: relative; z-index: 1; }

    /* Sticky chrome â€” topbar + menu trzymajÄ… siÄ™ gĂłry przy przewijaniu */
    .site-chrome {
      position: sticky;
      top: 0;
      z-index: 100;
      background: var(--paper);
      border-bottom: 3px solid var(--navy);
      box-shadow: 0 4px 24px rgba(35, 32, 27, 0.06);
    }
    .site-chrome .topbar {
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .topbar {
      background: var(--navy);
      color: #e8ecf4;
      font-size: .78rem;
      letter-spacing: .04em;
      text-transform: uppercase;
    }
    .topbar .wrap { display: flex; justify-content: center; align-items: center; padding: .5rem 1.25rem; gap: 1rem; flex-wrap: wrap; }
    .topbar strong { color: var(--gold-2); font-weight: 600; }

  /* Strona gĹ‚Ăłwna â€” topbar + nav + hero */
    .site-header {
      position: relative;
      isolation: isolate;
      background: var(--header-bg-cream);
    }
    /* Panorama: peĹ‚na szerokoĹ›Ä‡, tylko w hero (intro ma wĹ‚asne tĹ‚o) */
    .site-header::before {
      content: none;
    }
    .page-home .hero-stage::before {
      content: none;
    }
    /* Panorama â€” peĹ‚na szerokoĹ›Ä‡ viewportu, dĂłĹ‚ hero / page-hero */
    .header-bg-art {
      position: absolute;
      z-index: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      max-width: 100%;
      transform: none;
      pointer-events: none;
      line-height: 0;
      max-height: var(--header-bg-band-height);
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }
    .header-bg-art img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center bottom;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: high-quality;
    }
    .site-header > .site-chrome,
    .site-header > .hero-stage {
      position: relative;
      z-index: 1;
    }
    .page-home .site-header > .hero-stage {
      background: transparent;
      border-bottom: 1px solid var(--line);
      min-height: clamp(320px, 52vh, 560px);
      padding-top: clamp(0.25rem, 1vw, var(--space-2));
      padding-bottom: clamp(var(--space-2), 2.5vw, var(--space-4));
      align-items: center;
    }
    .page-home .hero-title-row .hero-figure {
      height: clamp(220px, 38vh, 420px);
      min-height: 200px;
      margin-top: 0;
    }

    /* header (page-hero itd. â€” bez sticky) */
    header:not(.support-pay-head):not(.band-head):not(.agent__head):not(.page-hero) {
      background: var(--paper);
      border-bottom: 1px solid rgba(30, 42, 74, 0.08);
    }
    .support-pay-head {
      background: transparent;
      border-bottom: none;
      padding: 0;
      margin: 0 0 0.25rem;
    }
    .header-inner {
      display: flex; align-items: center; justify-content: flex-end;
      padding: .55rem 0; gap: 1rem;
    }
    .nav-toggle {
      display: none;
      align-items: center; justify-content: center;
      min-width: 44px; min-height: 44px;
      padding: .5rem .75rem;
      border: 1px solid var(--line);
      border-radius: 2px;
      background: var(--card);
      color: var(--navy);
      font-family: inherit;
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      cursor: pointer;
    }
    .nav-toggle[aria-expanded="true"] { border-color: var(--burgundy); color: var(--burgundy); }
    .header-inner nav { display: flex; gap: .25rem 1.5rem; flex-wrap: wrap; justify-content: flex-end; }
    .header-inner nav a {
      font-size: .84rem; font-weight: 600; color: var(--ink);
      text-decoration: none; padding: .35rem 0;
      border-bottom: 2px solid transparent;
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .header-inner nav a:hover, .header-inner nav a.active { color: var(--burgundy); border-bottom-color: var(--burgundy); text-decoration: none; }

    /* hero â€” postacie przy tytule, radio pod spodem */
    .hero-stage {
      width: 100%;
      max-width: min(1280px, 100vw);
      margin-left: auto;
      margin-right: auto;
      background: var(--header-bg-cream);
      border-bottom: 1px solid rgba(30, 42, 74, 0.08);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: clamp(300px, 50vh, 540px);
      padding: clamp(var(--space-1), 1.5vw, var(--space-2)) clamp(var(--space-3), 4vw, var(--space-5)) clamp(var(--space-2), 2vw, var(--space-3));
      overflow: visible;
      position: relative;
      isolation: isolate;
    }
    /* TĹ‚o panoramy â€” .page-home .hero-stage::before */
    .hero-stage::before {
      content: none;
    }
    .hero-stage > *:not(.header-bg-art) {
      position: relative;
      z-index: 1;
    }
    .hero-main {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: min(52rem, 100%);
      margin: 0 auto;
      gap: clamp(var(--space-1), 1.5vw, var(--space-2));
      overflow: visible;
      isolation: isolate;
      text-align: center;
    }
    .hero-main > * {
      position: relative;
      z-index: 1;
    }
    .hero-main-body {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: clamp(var(--space-2), 2.5vw, var(--space-4));
      overflow: hidden;
      isolation: isolate;
      border-radius: 8px;
    }
    .hero-main-body > :not(.hero-grid-mount) {
      position: relative;
      z-index: 1;
    }
    .hero-title-row {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: center;
      gap: clamp(.75rem, 3.5vw, 2.25rem);
      width: 100%;
      max-width: 100%;
      overflow-x: clip;
    }
    .hero-title-row .hero-figure {
      margin: 0;
      flex: 0 0 clamp(100px, 20vw, 280px);
      width: clamp(100px, 20vw, 280px);
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: clamp(220px, 42vh, 460px);
      min-height: 180px;
      position: relative;
      z-index: 3;
    }
    .hero-figure--left { justify-content: flex-end; margin-right: 0; }
    .hero-figure--right { justify-content: flex-start; margin-left: 0; }
    .hero-title-row .hero-still,
    .hero-title-row .hero-figure video {
      height: 100%;
      width: auto;
      max-width: 100%;
      min-height: 0;
      object-fit: contain;
      display: block;
    }
    .hero-still {
      position: relative;
      z-index: 1;
      transition: opacity .4s ease;
    }
    .hero-figure video {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      z-index: 2;
    }
    .hero-figure--left .hero-still,
    .hero-figure--left video { object-position: bottom center; }
    .hero-figure--right .hero-still,
    .hero-figure--right video { object-position: bottom center; }
    .hero-center {
      text-align: center;
      align-self: center;
      flex: 0 1 clamp(260px, 34vw, 460px);
      position: relative;
      z-index: 2;
      max-width: min(460px, calc(100vw - 2 * clamp(130px, 18vw, 260px) - 3rem));
      padding: 0;
      overflow: visible;
    }
    .hero-copy {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      gap: clamp(var(--space-3), 3vw, var(--space-5));
      overflow: hidden;
      isolation: isolate;
      border-radius: 8px;
    }
    .hero-copy > :not(.hero-grid-mount) {
      position: relative;
      z-index: 1;
    }
    .hero-intro {
      width: 100%;
      max-width: 40rem;
      margin-top: clamp(var(--space-1), 2vw, var(--space-3));
      padding-top: clamp(var(--space-2), 2.5vw, var(--space-3));
      text-align: center;
    }
    .hero-intro .site-intro__lead {
      margin-bottom: var(--space-3);
    }
    .hero-title-block {
      position: relative;
      z-index: 2;
      flex: 0 1 auto;
      min-width: 0;
      width: auto;
      max-width: min(26rem, calc(100% - 2 * clamp(88px, 18vw, 220px) - 2rem));
      padding: var(--space-2) var(--space-1) var(--space-1);
      background: rgba(253, 253, 253, 0.9);
      text-shadow: none;
    }
    .hero-radio-zone {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 15.5rem;
      margin: 0 auto;
      padding: 0;
    }
    .page-home .voice-radio-core {
      gap: .4rem;
    }
    .page-home .radio-play-wrap {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
    }
    .page-home .radio-icon {
      width: 1.15rem;
      height: 1.15rem;
    }
    .page-home .voice-radio-bars {
      width: min(100%, 11rem);
      height: .85rem;
      margin: .15rem 0 0;
    }
    .page-home .voice-radio-caption {
      font-size: .75rem;
      letter-spacing: .08em;
    }
    .page-home .hero-radio-station {
      font-size: .75rem;
    }
    .page-home .radio-live-badge {
      font-size: .75rem;
    }
    .hero-grid-mount {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      border-radius: inherit;
    }
    .hero-name {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.02em;
      margin: 0;
      width: 100%;
      font-family: var(--font-display);
      font-size: clamp(2.1rem, 4.8vw, 3.65rem);
      font-weight: 400;
      line-height: 0.9;
      letter-spacing: -0.035em;
      color: #1e2a4a;
      text-wrap: balance;
      font-feature-settings: "liga" 1, "kern" 1;
      text-shadow: none;
    }
    .hero-name-line {
      display: block;
      color: #1e2a4a;
    }
    @media (min-width: 720px) {
      .hero-name {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        gap: 0.28em 0.42em;
      }
    }
    .hero-sub {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: clamp(.55rem, 2vw, .9rem);
      font-family: var(--font-body);
      font-size: clamp(.62rem, 1.1vw, .72rem);
      letter-spacing: .42em;
      text-transform: uppercase;
      color: var(--burgundy);
      font-weight: 600;
      margin: clamp(var(--space-2), 2vw, var(--space-3)) 0 0;
      padding-left: .42em;
    }
    .hero-sub-rule {
      display: block;
      width: clamp(1.5rem, 8vw, 4.5rem);
      height: 1px;
      background: currentColor;
      opacity: .35;
      flex-shrink: 0;
    }
    .hero-radio {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      border: none;
      border-radius: 0;
      cursor: pointer;
      font: inherit;
      text-align: center;
      color: var(--ink);
      background: transparent;
      box-shadow: none;
      position: relative;
      z-index: 1;
      transition: opacity .2s;
    }
    .hero-radio::before { display: none; }
    .hero-radio:hover { opacity: .92; }
    .hero-radio:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 3px;
    }
    .voice-radio-core {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: .45rem;
      width: 100%;
    }
    .radio-play-wrap {
      width: 4.25rem;
      height: 4.25rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(30, 42, 74, 0.05);
      border: 1px solid rgba(30, 42, 74, 0.1);
      transition: background .2s, border-color .2s, transform .2s;
      position: relative;
    }
    .hero-radio:hover .radio-play-wrap {
      background: rgba(30, 42, 74, 0.08);
      border-color: rgba(30, 42, 74, 0.18);
    }
    .radio-icon {
      width: 1.5rem;
      height: 1.5rem;
      color: var(--navy);
      transition: opacity .25s, transform .25s;
    }
    .radio-icon--pause { display: none; }
    .hero-radio.is-playing .radio-icon--play { display: none; }
    .hero-radio.is-playing .radio-icon--pause { display: block; }
    .radio-connect-spinner {
      display: none;
      width: 1.35rem;
      height: 1.35rem;
      border-radius: 50%;
      border: 2px solid rgba(30, 42, 74, 0.15);
      border-top-color: var(--burgundy);
      animation: radio-spin .8s linear infinite;
    }
    @keyframes radio-spin {
      to { transform: rotate(360deg); }
    }
    .hero-radio.is-connecting .radio-icon { display: none; }
    .hero-radio.is-connecting .radio-connect-spinner { display: block; }
    .hero-radio.is-playing .radio-play-wrap {
      background: rgba(139, 41, 66, 0.08);
      border-color: rgba(139, 41, 66, 0.25);
    }
    .hero-radio.is-playing .radio-icon--pause { color: var(--burgundy); }
    .radio-live-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .4rem;
      margin: 0;
      font-family: var(--font-body);
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--muted);
      transition: color .25s;
    }
    .radio-live-dot {
      width: .45rem;
      height: .45rem;
      border-radius: 50%;
      background: rgba(92, 100, 120, 0.45);
      flex-shrink: 0;
      transition: background .25s, box-shadow .25s;
    }
    .hero-radio.is-live .radio-live-badge { color: var(--navy); }
    .hero-radio.is-live .radio-live-dot {
      background: #d64545;
      box-shadow: 0 0 0 0 rgba(214, 69, 69, 0.45);
      animation: radio-live-pulse 1.6s ease-out infinite;
    }
    @keyframes radio-live-pulse {
      0% { box-shadow: 0 0 0 0 rgba(214, 69, 69, 0.45); }
      70% { box-shadow: 0 0 0 6px rgba(214, 69, 69, 0); }
      100% { box-shadow: 0 0 0 0 rgba(214, 69, 69, 0); }
    }
    .hero-radio.is-live .radio-live-text::before {
      content: "NA Ĺ»YWO Â· ";
      color: var(--burgundy);
    }
    .voice-radio-bars {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      gap: 2px;
      width: min(100%, 16rem);
      height: 1rem;
      margin: .15rem 0 .05rem;
    }
    .voice-radio-bars span {
      flex: 1;
      max-width: 3px;
      min-height: 3px;
      border-radius: 999px;
      background: rgba(26, 31, 46, 0.1);
      transition: background .25s, height .2s;
    }
    .hero-radio.is-live .voice-radio-bars span {
      background: rgba(26, 31, 46, 0.45);
      animation: voice-bar-pulse 0.85s ease-in-out infinite alternate;
    }
    @keyframes voice-bar-pulse {
      from { transform: scaleY(0.35); }
      to { transform: scaleY(1); }
    }
    .voice-radio-caption {
      font-family: var(--font-body);
      font-size: .75rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      font-weight: 600;
      color: var(--muted);
      margin: 0;
      transition: color .25s;
    }
    .hero-radio.is-live .voice-radio-caption { color: var(--navy); }
    .hero-radio-station {
      font-family: var(--font-body);
      font-size: .75rem;
      font-weight: 500;
      color: var(--muted);
      letter-spacing: .03em;
      max-width: 32ch;
      line-height: 1.4;
    }
    /* staĹ‚y pasek radia â€” nie znika przy przewijaniu / zmianie sekcji */
    .radio-bar {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 80;
      display: flex;
      align-items: center;
      gap: .75rem;
      padding: .55rem 1rem calc(.55rem + env(safe-area-inset-bottom, 0px));
      background: rgba(26, 31, 46, 0.96);
      color: #e8ecf4;
      border-top: 1px solid rgba(201, 162, 39, 0.35);
      backdrop-filter: blur(10px);
      transform: translateY(110%);
      transition: transform .35s var(--ease-out);
      box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.18);
    }
    .radio-bar.is-visible { transform: translateY(0); }
    .radio-bar-toggle {
      flex-shrink: 0;
      width: 2.65rem;
      height: 2.65rem;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.22);
      background: rgba(255, 255, 255, 0.06);
      color: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      position: relative;
    }
    .radio-bar-toggle .radio-icon {
      width: 1rem;
      height: 1rem;
      color: rgba(255, 255, 255, 0.92);
    }
    .radio-bar-toggle .radio-icon--pause { display: none; }
    .radio-bar.is-playing .radio-bar-toggle .radio-icon--play { display: none; }
    .radio-bar.is-playing .radio-bar-toggle .radio-icon--pause { display: block; }
    .radio-bar-toggle .radio-connect-spinner {
      display: none;
      width: .9rem;
      height: .9rem;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.2);
      border-top-color: var(--gold);
      animation: radio-spin .8s linear infinite;
    }
    .radio-bar.is-connecting .radio-bar-toggle .radio-icon { display: none; }
    .radio-bar.is-connecting .radio-bar-toggle .radio-connect-spinner { display: block; }
    .radio-bar-mini-bars {
      display: none;
      align-items: flex-end;
      gap: 1px;
      height: .85rem;
      width: 3.25rem;
      margin-left: .15rem;
    }
    .radio-bar.is-playing .radio-bar-mini-bars { display: flex; }
    .radio-bar-mini-bars span {
      flex: 1;
      max-width: 2px;
      min-height: 2px;
      border-radius: 999px;
      background: rgba(201, 162, 39, 0.75);
      animation: voice-bar-pulse .75s ease-in-out infinite alternate;
    }
    .radio-bar-meta {
      flex: 1;
      min-width: 0;
      line-height: 1.25;
    }
    .radio-bar-meta strong {
      display: block;
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: .03em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .radio-bar-meta span {
      font-size: .68rem;
      color: rgba(232, 236, 244, 0.75);
    }
    .radio-bar-meta .radio-bar-live {
      color: #ff8a8a;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .06em;
      margin-right: .35rem;
    }
    .radio-bar-vol {
      display: none;
      align-items: center;
      gap: .35rem;
      width: min(7rem, 22vw);
    }
    @media (min-width: 520px) { .radio-bar-vol { display: flex; } }
    .radio-bar-vol input {
      width: 100%;
      accent-color: var(--gold);
    }
    .radio-bar-link {
      flex-shrink: 0;
      font-size: .68rem;
      font-weight: 600;
      letter-spacing: .04em;
      text-transform: uppercase;
      color: var(--gold);
      text-decoration: none;
      white-space: nowrap;
    }
    .radio-bar-link:hover { text-decoration: underline; color: #e0c04a; }
    body.has-radio-bar { padding-bottom: calc(3.6rem + env(safe-area-inset-bottom, 0px)); }

    /* pasek radia — markup rbar-* (strona główna + podstrony) */
    @keyframes rwave-rbar {
      0%, 100% { transform: scaleY(0.4); }
      50% { transform: scaleY(1); }
    }
    @keyframes voice-spin-rbar { to { transform: rotate(360deg); } }
    .radio-bar--persist {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 200;
      display: flex;
      align-items: center;
      gap: 0.5rem 0.65rem;
      padding: 0.55rem max(0.75rem, env(safe-area-inset-left, 0px))
        calc(0.55rem + env(safe-area-inset-bottom, 0px))
        max(0.75rem, env(safe-area-inset-right, 0px));
      background: rgba(26, 31, 46, 0.96);
      color: #e8ecf4;
      border-top: 2px solid rgba(192, 135, 31, 0.45);
      backdrop-filter: blur(10px);
      transform: translateY(110%);
      transition: transform 0.35s var(--ease-out);
      box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.18);
      max-width: 100vw;
      box-sizing: border-box;
    }
    .radio-bar--persist.is-visible { transform: translateY(0); }
    body.has-radio-bar { padding-bottom: calc(3.5rem + env(safe-area-inset-bottom, 0px)); }
    .rbar-toggle {
      flex-shrink: 0;
      width: 2.65rem;
      height: 2.65rem;
      border-radius: 0.5rem;
      border: 1px solid rgba(255, 255, 255, 0.22);
      background: rgba(255, 255, 255, 0.06);
      color: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      transition: background 0.2s;
    }
    .rbar-toggle:hover { background: rgba(255, 255, 255, 0.14); }
    .rbar-mic { width: 1.15rem; height: 1.15rem; color: rgba(255, 255, 255, 0.85); }
    .rbar-spin {
      display: none;
      width: 0.85rem;
      height: 0.85rem;
      border-radius: 2px;
      background: var(--gold);
      animation: voice-spin-rbar 3s linear infinite;
    }
    .radio-bar--persist.is-connecting .rbar-mic { display: none; }
    .radio-bar--persist.is-connecting .rbar-spin { display: block; }
    .rbar-mbars {
      display: none;
      align-items: flex-end;
      gap: 1px;
      height: 0.85rem;
      width: 3.25rem;
      margin-left: 0.15rem;
    }
    .radio-bar--persist.is-playing .rbar-mbars { display: flex; }
    .rbar-mbars span {
      flex: 1;
      max-width: 2px;
      min-height: 2px;
      border-radius: 999px;
      background: rgba(201, 162, 39, 0.75);
      animation: rwave-rbar 0.75s ease-in-out infinite alternate;
    }
    .rbar-meta { flex: 1; min-width: 0; line-height: 1.25; }
    .rbar-meta strong {
      display: block;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.03em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .rbar-meta span { font-size: 0.68rem; color: rgba(232, 236, 244, 0.75); }
    .rbar-live { color: #ff8a8a; font-weight: 600; margin-right: 0.35rem; }
    .rbar-vol { display: none; align-items: center; width: min(7rem, 22vw); }
    @media (min-width: 520px) { .rbar-vol { display: flex; } }
    .rbar-vol input { width: 100%; accent-color: var(--gold); }
    .rbar-link {
      flex-shrink: 0;
      font-size: 0.68rem;
      font-weight: 600;
      color: rgba(232, 236, 244, 0.75);
      letter-spacing: 0.04em;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      transition: color 0.2s;
    }
    .rbar-link:hover { text-decoration: underline; color: #e0c04a; }
    @media (max-width: 520px) {
      .rbar-link { display: none; }
      .rbar-meta span { font-size: 0.64rem; }
      .radio-bar--persist { gap: 0.4rem; padding: 0.5rem 0.65rem calc(0.5rem + env(safe-area-inset-bottom, 0px)); }
    }

    .hero-below {
      width: 100%;
      margin-top: clamp(1.1rem, 2.8vw, 1.65rem);
      padding-top: clamp(1rem, 2.5vw, 1.35rem);
      border-top: 1px solid var(--line);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: clamp(.85rem, 2vw, 1.15rem);
    }
    .hero-lead {
      font-family: var(--font-display);
      font-size: clamp(1.05rem, 1.9vw, 1.28rem);
      font-weight: 400;
      font-style: italic;
      color: #3d4558;
      max-width: 26ch;
      margin: 0;
      line-height: 1.45;
      text-align: center;
      text-wrap: balance;
    }
    .hero-cta-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: .55rem .65rem;
      width: 100%;
    }
    .hero-donate {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .45rem;
      padding: .35rem 0;
      background: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      text-decoration: none;
      color: var(--burgundy);
      transition: color .2s, opacity .2s;
      min-height: 44px;
    }
    .hero-donate:hover {
      text-decoration: none;
      color: var(--burgundy-soft);
      opacity: .92;
    }
    .hero-donate-icon {
      flex-shrink: 0;
      width: 1.15rem;
      height: 1.15rem;
      color: currentColor;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: .85;
    }
    .hero-donate-icon svg {
      width: 100%;
      height: 100%;
      fill: currentColor;
    }
    .hero-donate-text {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: baseline;
      justify-content: center;
      gap: .35rem .45rem;
      text-align: center;
      line-height: 1.25;
    }
    .hero-donate-text strong {
      font-family: var(--font-body);
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: inherit;
    }
    .hero-donate-text small {
      font-size: .68rem;
      font-weight: 500;
      color: var(--muted);
      letter-spacing: .02em;
    }
    .hero-cta-row .btn-primary,
    .hero-cta-row .btn-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      min-width: 9.5rem;
      padding: .62rem 1.35rem;
      font-family: var(--font-body);
      font-size: .74rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 2px;
      transition: background .2s, color .2s, border-color .2s;
    }
    .topbar a {
      color: inherit;
      text-decoration: none;
    }
    .topbar a:hover { color: var(--gold); text-decoration: none; }
    .btn-primary {
      background: var(--burgundy);
      color: #fff;
      border: 2px solid var(--burgundy);
    }
    .btn-primary:hover { background: var(--burgundy-soft); text-decoration: none; }
    .btn-ghost {
      background: transparent;
      color: var(--navy);
      border: 2px solid rgba(30, 42, 74, 0.25);
    }
    .btn-ghost:hover { border-color: var(--navy); text-decoration: none; }
    .btn-text {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      padding: .35rem .5rem;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--burgundy);
      text-decoration: none;
    }
    .btn-text:hover { color: var(--burgundy-soft); text-decoration: underline; }
    .btn-ghost--on-dark {
      color: #fff;
      border-color: rgba(255, 255, 255, .35);
    }
    .btn-ghost--on-dark:hover { border-color: #fff; color: #fff; }

    /* â€”â€” Tablet (768â€“1023) â€”â€” */
    @media (min-width: 768px) and (max-width: 1023px) {
      .hero-stage {
        min-height: clamp(320px, 50vh, 500px);
        padding-inline: clamp(.5rem, 2vw, 1.25rem);
      }
      .hero-title-row .hero-figure {
        flex: 0 0 clamp(100px, 18vw, 200px);
        width: clamp(100px, 18vw, 200px);
        height: clamp(200px, 34vh, 360px);
      }
      .hero-name {
        font-size: clamp(1.95rem, 4vw, 3rem);
      }
      .hero-main {
        max-width: min(44rem, 100%);
      }
      .hero-donate { min-width: 0; }
      .grid { grid-template-columns: repeat(2, 1fr); }
      .section-head h2 { font-size: 1.45rem; }
      .header-inner nav { gap: .25rem 1rem; }
      .header-inner nav a { font-size: .8rem; }
    }

    /* â€”â€” Mobile + tablet portrait â€”â€” */
    @media (max-width: 1023px) and (orientation: portrait), (max-width: 767px) {
      .page-home .site-header > .hero-stage {
        min-height: unset;
      }
      .hero-stage {
        min-height: unset;
        padding-bottom: var(--space-4);
      }
      .hero-title-row {
        gap: clamp(.25rem, 2vw, .75rem);
      }
      .hero-title-row .hero-figure {
        flex: 0 0 clamp(76px, 24vw, 150px);
        width: clamp(76px, 24vw, 150px);
        height: clamp(160px, 42vw, 280px);
        min-height: 140px;
      }
      .page-home .hero-title-row .hero-figure {
        height: clamp(160px, 42vw, 280px);
        margin-top: 0;
      }
      .hero-title-block {
        max-width: min(16rem, calc(100% - 2 * clamp(68px, 22vw, 130px) - 1rem));
      }
      .hero-radio-zone { max-width: 13.5rem; }
      .hero-intro {
        margin-top: var(--space-2);
        padding-top: var(--space-2);
      }
      .hero-intro .site-intro__actions {
        flex-direction: column;
        align-items: stretch;
      }
      .hero-intro .site-intro__actions .btn-primary,
      .hero-intro .site-intro__actions .btn-ghost {
        width: 100%;
        min-width: 0;
      }
      .hero-name { flex-direction: column; padding: 0; }
      .hero-cta-row { flex-direction: column; align-items: stretch; }
      .hero-cta-row .btn-primary,
      .hero-cta-row .btn-ghost { width: 100%; min-width: 0; }
    }

    /* â€”â€” Phone â€”â€” */
    @media (max-width: 599px) {
      .topbar { font-size: .68rem; }
      .topbar .wrap { justify-content: center; text-align: center; }
      .header-inner { justify-content: space-between; }
      .nav-toggle { display: inline-flex; }
      .header-inner nav {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 120;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: calc(3.5rem + env(safe-area-inset-top, 0px)) 1.25rem 2rem;
        background: rgba(253, 253, 253, 0.98);
        backdrop-filter: blur(8px);
        overflow-y: auto;
      }
      .header-inner nav.is-open { display: flex; }
      .header-inner nav a {
        font-size: 1rem;
        padding: .85rem 0;
        border-bottom: 1px solid var(--line);
        min-height: 48px;
      }
      body.nav-open { overflow: hidden; }
      .hero-name { font-size: clamp(1.85rem, 8.5vw, 2.45rem); letter-spacing: -0.02em; }
      .hero-radio { padding: 0; background: none; border: none; box-shadow: none; }
      .voice-radio-bars { width: 100%; max-width: 14rem; }
      .hero-radio-station { font-size: .64rem; }
      .hero-cta-row { flex-direction: column; align-items: stretch; }
      .hero-cta-row .btn-primary,
      .hero-cta-row .btn-ghost { width: 100%; min-width: 0; }
      .hero-donate { width: 100%; }
      .support-pay-actions .btn-support-checkout,
      .support-pay-actions .btn-support-ghost { width: 100%; }
      .radio-bar {
        flex-wrap: wrap;
        gap: .5rem .65rem;
        padding: .5rem .75rem calc(.5rem + env(safe-area-inset-bottom, 0px));
      }
      .radio-bar-meta { flex: 1 1 calc(100% - 3.5rem); order: 1; }
      .radio-bar-toggle { order: 0; }
      .radio-bar-vol { order: 3; width: 100%; }
      .radio-bar-link { order: 2; font-size: .62rem; }
      .section-head { flex-direction: column; align-items: flex-start; }
      .grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 380px) {
      .hero-title-row .hero-figure {
        flex: 0 0 clamp(68px, 22vw, 110px);
        width: clamp(68px, 22vw, 110px);
        height: clamp(140px, 38vw, 220px);
        min-height: 120px;
      }
      .hero-sub { letter-spacing: .28em; font-size: .64rem; }
    }

    /* â€”â€” Navbar mobile: brak poziomego scrollu â€”â€” */
    @media (max-width: 1023px) {
      #navbar-root,
      #navbar-root .container,
      .site-chrome {
        max-width: 100%;
        overflow-x: clip;
      }
      #navbar-root .site-logo--navbar img {
        max-width: min(14rem, 56vw);
        height: clamp(2rem, 8vw, 2.65rem);
      }
      #navbar-root section nav.hidden {
        display: none !important;
      }
    }

    /* sections â€” padding tylko poza pasami site-band */
    section:not(.site-band):not(.hero-stage):not(.library-section) { padding: var(--space-section) 0; }
    .library-section { padding: 0; }
    .page-main > section,
    .page-main section {
      padding-top: 0;
      padding-bottom: 0;
    }
    .section-head {
      display: flex; align-items: baseline; justify-content: space-between;
      gap: var(--space-2); margin-bottom: var(--space-4); flex-wrap: wrap;
      border-bottom: 2px solid var(--navy); padding-bottom: var(--space-2);
    }
    .section-head h2 {
      font-family: var(--font-display);
      font-size: clamp(1.35rem, 2.5vw, 1.65rem);
      font-weight: 400;
      letter-spacing: -0.02em;
      color: var(--navy);
    }
    .section-head p {
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--muted);
    }

    /* about */
    .about {
      display: flex;
      flex-direction: column;
      gap: 0;
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: clamp(1.35rem, 3vw, 2rem);
      box-shadow: 0 4px 24px rgba(21, 40, 47, 0.05);
    }
    .about__grid {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
      gap: clamp(1.25rem, 2.5vw, 2rem);
      align-items: start;
    }
    .about__mission,
    .about__goals {
      min-width: 0;
    }
    .about__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 0.45rem;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--navy);
    }
    .about__eyebrow::before {
      content: "";
      width: 20px;
      height: 2px;
      background: var(--gold);
      border-radius: 2px;
      flex-shrink: 0;
    }
    .about-pkd {
      margin-top: 1.15rem;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: var(--paper);
      overflow: hidden;
    }
    .about-pkd__summary {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 0.35rem 1rem;
      min-height: 3rem;
      padding: 0.85rem 1.1rem;
      cursor: pointer;
      list-style: none;
      font-family: var(--font-body);
    }
    .about-pkd__summary::-webkit-details-marker {
      display: none;
    }
    .about-pkd__summary::after {
      content: "+";
      margin-left: auto;
      font-size: 1.25rem;
      line-height: 1;
      color: var(--burgundy);
      font-weight: 600;
      flex-shrink: 0;
    }
    .about-pkd__summary:focus-visible {
      outline: 2px solid var(--burgundy);
      outline-offset: -2px;
    }
    .about-pkd[open] .about-pkd__summary::after {
      content: "−";
    }
    .about-pkd__title {
      font-family: var(--font-display);
      font-size: 1.05rem;
      font-weight: 600;
      color: var(--navy-2);
    }
    .about-pkd__hint {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--ink-soft, #4f4a42);
    }
    .about-pkd__body {
      padding: 0 1.15rem 1.15rem;
      border-top: 1px solid var(--line);
    }
    .about-pkd__intro {
      margin: 1rem 0 0.85rem;
      font-size: 0.92rem;
      line-height: 1.65;
      color: var(--ink-soft, #4f4a42);
    }
    .pkd-list {
      list-style: none;
      display: grid;
      gap: 0.55rem;
      margin: 0;
      padding: 0;
    }
    .pkd-list li {
      display: flex;
      flex-wrap: wrap;
      gap: 0.35rem 0.85rem;
      align-items: baseline;
      padding: 0.55rem 0.65rem;
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(228, 218, 202, 0.85);
      font-size: 0.88rem;
      line-height: 1.5;
      color: var(--ink-soft, #4f4a42);
    }
    .pkd-code {
      flex: 0 0 auto;
      min-width: 5.25rem;
      font-family: var(--font-body);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      color: var(--burgundy);
      white-space: nowrap;
    }
    .pkd-label {
      flex: 1 1 12rem;
      min-width: 0;
    }
    @media (max-width: 700px) {
      .about__grid { grid-template-columns: 1fr; }
      .pkd-code { min-width: 0; }
    }
    .about h3 {
      font-family: var(--font-display);
      font-size: clamp(1.1rem, 2.2vw, 1.25rem);
      margin: 0 0 0.75rem;
      color: var(--navy-2);
      padding-bottom: 0;
      border-bottom: none;
    }
    .about p { color: var(--ink-soft, #4f4a42); font-size: 0.98rem; white-space: normal; line-height: 1.65; }
    .about-mission { margin: 0 0 1rem; }
    .about-krs {
      margin-top: auto;
      padding: 0.85rem 1rem;
      border-radius: var(--radius-sm);
      background: var(--paper);
      border: 1px solid var(--line);
      text-align: center;
    }
    .about-krs__label {
      display: block;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ink-soft);
      margin-bottom: 0.25rem;
    }
    .about-krs__value {
      display: block;
      font-family: var(--font-display);
      font-size: clamp(1.2rem, 2.5vw, 1.45rem);
      font-weight: 600;
      color: var(--navy-2);
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.03em;
      margin-bottom: 0.65rem;
    }
    .about-krs__copy {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      min-width: 8.5rem;
      padding: 0.5rem 1rem;
      font-family: var(--font-body);
      font-size: 0.76rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #fff;
      background: var(--burgundy);
      border: none;
      border-radius: 999px;
      cursor: pointer;
      transition: background 0.2s ease, transform 0.2s ease;
    }
    .about-krs__copy:hover {
      background: var(--burgundy-soft);
    }
    .about-krs__copy:focus-visible {
      outline: 2px solid var(--navy-2);
      outline-offset: 2px;
    }
    .goals-list {
      list-style: none;
      display: grid;
      gap: 0.6rem;
      margin: 0;
      padding: 0;
      counter-reset: goal;
    }
    .goals-list li {
      font-size: 0.94rem;
      color: var(--ink-soft, #4f4a42);
      padding-left: 2.15rem;
      position: relative;
      line-height: 1.58;
    }
    .goals-list li::before {
      counter-increment: goal;
      content: counter(goal);
      position: absolute;
      left: 0;
      top: 0.12em;
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.7rem;
      font-weight: 700;
      color: var(--burgundy);
      background: rgba(139, 41, 66, 0.08);
      border: 1px solid rgba(139, 41, 66, 0.18);
    }
    .krs {
      margin-top: var(--space-3); padding-top: var(--space-3); border-top: 1px solid var(--line);
      font-size: .85rem; color: var(--muted);
    }
    .krs strong { color: var(--navy); }

    /* articles */
    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: var(--space-3);
    }
    .articles-archive {
      display: flex;
      flex-direction: column;
      gap: clamp(var(--space-4), 4vw, var(--space-5));
    }
    .articles-archive--list {
      padding-top: clamp(var(--space-4), 5vw, var(--space-5));
    }
    .band-head--compact {
      gap: var(--space-2);
    }
    .band-head--compact .band-head__title {
      font-size: clamp(1.35rem, 3.5vw, 1.75rem);
    }
    .news-band {
      position: relative;
      padding: clamp(0px, 0vw, 0px) 0 clamp(20px, 2vw, 2px);
      background: var(--paper);
      border-bottom: 1px solid var(--line);
      overflow: hidden;
    }
    .news-band--subpage {
      margin-top: 0;
    }
    .news-band--subpage .news-band__rail {
      min-height: 0;
    }
    .news-band--subpage #focus-rail-root:not(:empty) {
      min-height: clamp(420px, 58vw, 560px);
    }
    .news-band__rail {
      width: 100%;
      max-width: 100vw;
      min-height: clamp(480px, 64vw, 640px);
    }
    @media (min-width: 1024px) {
      .news-band__rail {
        min-height: clamp(540px, 48vw, 760px);
      }
    }
    #focus-rail-root:empty {
      background: var(--paper);
    }
    .articles-empty {
      grid-column: 1 / -1;
      margin: 0;
      padding: clamp(var(--space-5), 6vw, var(--space-6)) 0;
      text-align: center;
      color: var(--muted);
      font-size: 1rem;
    }
    .card {
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      display: flex; flex-direction: column;
      transition: transform .2s, box-shadow .2s;
      cursor: pointer;
    }
    .card:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 32px rgba(30,42,74,.1);
    }
    .card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: #e8e4dc; }
    .card .no-img {
      aspect-ratio: 16/10;
      background: linear-gradient(135deg, var(--navy), #2d3f6b);
      display: flex; align-items: center; justify-content: center;
      color: var(--gold); font-family: var(--font-display); font-size: 2.5rem;
    }
    .card-body { padding: var(--space-3) var(--space-3) var(--space-3); flex: 1; display: flex; flex-direction: column; }
    .card-meta { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--burgundy); font-weight: 600; margin-bottom: var(--space-1); }
    .card h3 { font-family: var(--font-display); font-size: 1.08rem; line-height: 1.35; margin-bottom: var(--space-1); color: var(--navy); }
    .card p { font-size: .88rem; color: var(--muted); flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
    .card .more { margin-top: var(--space-2); font-size: .82rem; font-weight: 600; color: var(--burgundy); }

    /* wsparcie */
    .support-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--space-3);
      align-items: stretch;
    }
    @media (max-width: 800px) { .support-grid { grid-template-columns: 1fr; } }
    .support-panel {
      border-radius: var(--radius);
      padding: var(--space-4) var(--space-4);
    }
    .support-panel--tax {
      background: var(--navy);
      color: #e8ecf4;
    }
    .support-panel--tax h3 {
      font-family: var(--font-display);
      font-size: 1.35rem;
      color: #fff;
      margin-bottom: .5rem;
    }
    .support-panel--tax p { font-size: .9rem; opacity: .9; line-height: 1.55; }
    .support-panel--tax .krs-line { margin-top: .85rem; font-size: .82rem; }
    .support-panel--tax .krs-line strong { color: var(--gold); }
    .support-tax-hint {
      margin-top: .65rem;
      font-size: .78rem;
      opacity: .72;
    }
    .support-panel--pay {
      background: var(--card);
      border: 1px solid var(--line);
      display: flex;
      flex-direction: column;
      gap: .75rem;
    }
    .support-panel--pay.is-active {
      border-color: rgba(201, 89, 67, .35);
      box-shadow: 0 8px 28px rgba(30, 42, 74, .06);
    }
    .support-pay-brand {
      display: flex;
      flex-wrap: wrap;
      gap: .4rem;
    }
    .support-pay-badge {
      display: inline-block;
      padding: .2rem .55rem;
      border-radius: 999px;
      font-size: .65rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      background: #635bff;
      color: #fff;
    }
    .support-pay-badge--soft {
      background: rgba(30, 42, 74, .08);
      color: var(--navy);
    }
    .support-panel--pay h3 {
      font-family: var(--font-display);
      font-size: 1.35rem;
      color: var(--navy);
      margin: 0;
    }
    .support-pay-lead {
      font-size: .9rem;
      color: var(--muted);
      line-height: 1.55;
      margin: 0;
    }
    .support-pay-actions {
      display: flex;
      flex-direction: column;
      gap: .5rem;
      margin-top: .25rem;
    }
    .btn-support-checkout {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: .7rem 1.25rem;
      font-family: var(--font-body);
      font-size: .82rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 999px;
      background: var(--burgundy);
      color: #fff;
      border: 2px solid var(--burgundy);
      transition: background .2s;
    }
    .btn-support-checkout:hover {
      background: var(--burgundy-soft);
      text-decoration: none;
    }
    .btn-support-checkout.is-live::after {
      content: " â†—";
      font-size: .9em;
      opacity: .85;
    }
    .btn-support-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: .55rem 1rem;
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 999px;
      color: var(--navy);
      border: 2px solid rgba(30, 42, 74, .2);
      background: transparent;
    }
    .btn-support-ghost:hover { border-color: var(--navy); text-decoration: none; }
    .support-pay-methods {
      display: flex;
      flex-wrap: wrap;
      gap: .35rem .55rem;
      font-size: .72rem;
      color: var(--muted);
      margin: 0;
    }
    .support-pay-methods span {
      padding: .15rem .45rem;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: var(--card);
    }
    .support-pay-note {
      font-size: .75rem;
      color: var(--muted);
      line-height: 1.45;
      margin: 0;
    }
    .easycart-embed { border-radius: 8px; overflow: hidden; }
    .easycart-embed:empty { display: none; }
    .easycart-embed:not(:empty) { margin: .25rem 0; }

    /* kontakt */
    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--space-3);
    }
    @media (max-width: 700px) { .contact-grid { grid-template-columns: 1fr; } }
    .contact-card {
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: var(--space-4) var(--space-4);
    }
    .contact-card h3 {
      font-family: var(--font-display);
      font-size: 1.15rem;
      color: var(--navy-2);
      margin-bottom: var(--space-2);
      padding-bottom: 0.5rem;
      border-bottom: 2px solid rgba(31, 58, 69, 0.08);
    }
    .contact-card p,
    .contact-card address,
    .contact-card__links {
      font-style: normal;
      font-size: 0.98rem;
      color: var(--ink-soft, #4f4a42);
      line-height: 1.65;
    }
    .contact-card__links {
      margin-top: 0.85rem;
    }
    .contact-card a { font-weight: 500; }
    .contact-meta {
      margin-top: var(--space-3);
      padding-top: var(--space-3);
      border-top: 1px solid var(--line);
      font-size: .82rem;
      color: var(--muted);
      display: grid;
      gap: .25rem;
    }
    .contact-meta strong { color: var(--navy); font-weight: 600; }

    /* modal */
    .modal-bg {
      position: fixed; inset: 0; background: rgba(26,31,46,.55);
      z-index: 100; display: none; align-items: flex-start; justify-content: center;
      padding: 2rem 1rem; overflow-y: auto;
    }
    .modal-bg.open { display: flex; }
    .modal {
      background: var(--card); max-width: 720px; width: 100%;
      border-radius: var(--radius); border: 1px solid var(--line);
      margin: auto; animation: slide .25s ease;
    }
    @keyframes slide { from { opacity: 0; transform: translateY(12px); } }
    .modal img { width: 100%; max-height: 320px; object-fit: cover; }
    .modal-inner { padding: 1.5rem 1.75rem 1.75rem; }
    .modal-inner h2 { font-family: var(--font-display); font-size: 1.55rem; margin-bottom: .75rem; color: var(--navy); }
    .modal-inner .content { color: var(--muted); font-size: .95rem; white-space: pre-line; line-height: 1.7; max-height: 50vh; overflow-y: auto; }
    .modal-close {
      float: right; border: none; background: var(--navy); color: #fff;
      width: 2rem; height: 2rem; border-radius: 50%; cursor: pointer; font-size: 1.1rem;
    }

    footer {
      margin-top: 0;
      padding: 0;
      border-top: none;
      font-size: .82rem;
      color: var(--muted);
      text-align: left;
    }
    footer a { color: inherit; }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .card { transition: none; }
      .modal { animation: none; }
      .hero-figure video { display: none; }
      .hero-still { display: block !important; }
      html.js:not(.is-ready) .hero-figure,
      html.js:not(.is-ready) .hero-main > *,
    html.js:not(.is-ready) .hero-copy > *,
      html.js:not(.is-ready) header { opacity: 1; }
      html.is-ready .hero-figure,
      html.is-ready .hero-main > *,
      html.is-ready .hero-copy > *,
      html.is-ready .hero-radio,
      html.is-ready .topbar,
      html.is-ready header,
      html.is-ready .reveal-section,
      html.js [data-reveal] { animation: none !important; transition: none !important; }
      html.js .reveal-section:not(.is-visible) .band-head,
      html.js .reveal-section:not(.is-visible) .pillar-card,
      html.js .reveal-section:not(.is-visible) .reveal-item,
      html.js [data-reveal]:not(.is-visible),
      html.js .reveal-section:not(.is-visible) #about-box > *,
      html.js .reveal-section:not(.is-visible) .site-footer__grid > * {
        opacity: 1;
        transform: none;
        filter: none;
      }
      .voice-radio-bars span,
      .radio-bar-mini-bars span { animation: none !important; transform: scaleY(0.55); }
      .radio-connect-spinner { animation: none !important; }
      .radio-live-dot { animation: none !important; }
    }

    .visually-hidden {
      position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
      overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
    }

    .page-main { padding: 0 0 var(--space-section-major); }
    .page-main .page-hero {
      width: 100vw;
      max-width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-left: clamp(1.25rem, 4vw, 2rem);
      padding-right: clamp(1.25rem, 4vw, 2rem);
    }
    .page-main .page-hero > *:not(.hero-grid-mount):not(.header-bg-art) {
      max-width: var(--max);
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
    }
    .page-hero--compact {
      padding-bottom: clamp(var(--space-2), 2.5vw, var(--space-3));
      margin-bottom: clamp(var(--space-2), 3vw, var(--space-3));
      min-height: 0;
    }
    .page-hero--compact .breadcrumb {
      margin-bottom: 0;
    }
    #article-breadcrumb-title {
      display: inline-block;
      max-width: min(100%, 28rem);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      vertical-align: bottom;
    }
    .page-hero {
      padding: clamp(var(--space-5), 5vw, var(--space-6)) 0 clamp(var(--space-4), 4vw, var(--space-5));
      border-bottom: 1px solid var(--line);
      margin-bottom: clamp(var(--space-5), 6vw, var(--space-6));
      position: relative;
      overflow: hidden;
      isolation: isolate;
      background-color: var(--white, #fff);
      background-image: none;
      min-height: 0;
    }
    html.js .page-hero > *:not(.hero-grid-mount):not(.header-bg-art) {
      backface-visibility: hidden;
    }
    .page-hero::before {
      content: none;
    }
    .page-hero .hero-grid-mount {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
    }
    .page-hero > *:not(.hero-grid-mount):not(.header-bg-art) {
      position: relative;
      z-index: 1;
    }
    /* Siatka zostaje â€” tekst pĹ‚aski, bez biaĹ‚ych cieni / halo */
    .page-hero .breadcrumb,
    .page-hero h1,
    .page-hero p,
    .hero-title-block .hero-name,
    .hero-title-block .hero-name-line,
    .hero-title-block .hero-sub,
    .band-head__eyebrow,
    .band-head__title,
    .band-head__lead,
    .site-intro__lead,
    .pillar-card__title,
    .pillar-card__text,
    .pillar-card__link,
    .section-head h2,
    .about h3,
    .card h3,
    .support-aside__title {
      text-shadow: none;
      filter: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .band-head--center .band-head__eyebrow,
    .band-head--center .band-head__title,
    .band-head--center .band-head__lead {
      margin-left: auto;
      margin-right: auto;
    }
    .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: .35rem .5rem;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: var(--space-3);
    }
    .breadcrumb a {
      color: var(--burgundy);
      text-decoration: none;
    }
    .breadcrumb a:hover { text-decoration: underline; }
    .breadcrumb [aria-current="page"] { color: var(--navy); }
    .page-hero h1 {
      font-family: var(--font-display);
      font-size: clamp(1.85rem, 4vw, 2.65rem);
      color: var(--navy);
      line-height: var(--leading-tight);
      margin-bottom: var(--space-2);
    }
    .page-hero p { color: var(--muted); max-width: 52ch; line-height: var(--leading-body); }

    .articles-showcase { display: flex; flex-direction: column; gap: var(--space-4); }
    .articles-showcase-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: var(--space-2);
      flex-wrap: wrap;
      margin-bottom: var(--space-1);
    }
    .articles-showcase-head h2 {
      font-family: var(--font-display);
      font-size: 1.55rem;
      color: var(--navy);
    }
    .link-all {
      font-size: .82rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--burgundy);
      text-decoration: none;
    }
    .link-all:hover { text-decoration: underline; }

    .grid--editorial {
      grid-template-columns: repeat(12, 1fr);
      gap: var(--space-3);
    }
  .card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .card-link:hover { text-decoration: none; }
  .card--story {
    grid-column: span 4;
    cursor: pointer;
    position: relative;
  }
  .card--story.card--featured {
    grid-column: span 12;
    min-height: 280px;
  }
  .card--story.card--featured .card-link {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    height: 100%;
    min-height: 280px;
  }
  .card--story.card--featured .card-img-wrap { min-height: 100%; }
  .card--story.card--featured .card-body {
    padding: var(--space-4) var(--space-4);
    justify-content: center;
  }
  .card--story.card--featured h3 { font-size: 1.45rem; }
  .card-img-wrap {
    position: relative;
    overflow: hidden;
    background: #e8e4dc;
  }
  .card-img-wrap img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
    transition: transform .45s var(--ease-out);
  }
  .card--story.card--featured .card-img-wrap img { aspect-ratio: auto; height: 100%; min-height: 240px; }
  .card--story:hover .card-img-wrap img { transform: scale(1.06); }
  .card-img-wrap::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 45%;
    background: linear-gradient(to top, rgba(26,31,46,.55), transparent);
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
  }
  .card--story:hover .card-img-wrap::after { opacity: 1; }
  .card-pill {
    position: absolute;
    top: .75rem;
    left: .75rem;
    z-index: 2;
    background: rgba(255,255,255,.92);
    color: var(--burgundy);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .3rem .55rem;
    border-radius: 2px;
  }
  .card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: .85rem;
    padding-top: .75rem;
    border-top: 1px solid var(--line);
  }
  .card-read {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--burgundy);
    display: inline-flex;
    align-items: center;
    gap: .35rem;
  }
  .card-read-arrow {
    display: inline-block;
    transition: transform .25s var(--ease-out);
  }
  .card--story:hover .card-read-arrow { transform: translateX(5px); }
  .card-time { font-size: .72rem; color: var(--muted); }

  @media (max-width: 900px) {
    .grid--editorial { grid-template-columns: 1fr; }
    .card--story,
    .card--story.card--featured {
      grid-column: span 1;
      display: flex;
      flex-direction: column;
      min-height: 0;
    }
    .card--story.card--featured .card-link {
      display: flex;
      flex-direction: column;
      height: auto;
      min-height: 0;
    }
    .card--story.card--featured .card-img-wrap {
      min-height: 0;
      flex: none;
    }
    .card--story.card--featured .card-img-wrap img {
      min-height: 0;
      height: auto;
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: cover;
    }
    .card--story.card--featured .card-body {
      flex: none;
      width: 100%;
    }
  }

  .article-detail { max-width: 46rem; margin: 0 auto; padding: 0 0 clamp(var(--space-5), 5vw, var(--space-6)); }
  .article-page { padding-top: 0; }
  .article-detail .article-hero-img {
    width: 100%;
    border-radius: var(--radius-sm);
    margin-bottom: 1.75rem;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #e8e4dc;
    box-shadow: var(--shadow-sm);
  }
  .article-detail h1 {
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 4.2vw, 2.45rem);
    font-weight: 600;
    letter-spacing: -0.015em;
    color: var(--navy-2);
    line-height: 1.18;
    margin-bottom: 1.25rem;
    text-wrap: balance;
  }
  .article-detail .article-meta {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 0.85rem;
  }
  .article-detail .article-content {
    color: var(--ink-soft);
    font-size: 1.02rem;
    line-height: 1.72;
  }
  .article-detail .article-content p + p {
    margin-top: 1rem;
  }
  .article-detail .article-episode {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2.6vw, 1.35rem);
    font-weight: 600;
    color: var(--navy);
    margin: 2rem 0 0.75rem;
    line-height: 1.3;
  }
  .article-detail .article-episode:first-child {
    margin-top: 0;
  }
  .article-detail .article-caption {
    font-size: 0.92rem;
    font-style: italic;
    color: var(--muted);
    margin: 0.35rem 0 1rem;
  }
  .article-back {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 1.25rem;
    text-decoration: none;
  }
  .article-back:hover { color: var(--burgundy); text-decoration: none; }

  .donation-mount {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: .5rem 0;
  }
  .support-panel--pay .donation-mount { min-height: 0; }

    .testimonials-section {
      margin-top: 0;
      padding-top: 0;
      border-top: none;
    }

    #navbar-root {
      background: var(--hero-bg);
    }
    #navbar-root > section {
      background: transparent;
      border-bottom: none;
    }
    #navbar-root [data-radix-collection-item],
    #navbar-root button[aria-haspopup="menu"] {
      background: transparent;
    }

    /* â€”â€” ukĹ‚ad strony: pasma treĹ›ci (zasada 04 â€” hierarchia z oddechem) â€”â€” */
    .site-band {
      padding: var(--space-section) 0;
    }
    .site-band--muted {
      background: #f3f1ec;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      padding-top: var(--space-section-major);
      padding-bottom: var(--space-section-major);
    }
    .site-band--intro {
      position: relative;
      z-index: 2;
      padding: clamp(var(--space-5), 7vw, var(--space-7)) 0 clamp(var(--space-6), 9vw, var(--space-7));
      border-bottom: 1px solid var(--line);
      background: linear-gradient(180deg, var(--paper) 0%, #f8f7f4 100%);
    }
    .page-home .site-band--intro + .site-band,
    .page-home #main > .site-band:first-child {
      padding-top: var(--space-section);
    }
    .page-home .site-band + .site-band:not(.site-band--muted) {
      padding-top: calc(var(--space-section) * 0.85);
    }
    .site-intro {
      text-align: center;
      max-width: 40rem;
      margin: 0 auto;
    }
    .site-intro__lead {
      font-family: var(--font-display);
      font-size: clamp(1.2rem, 2.3vw, 1.55rem);
      font-weight: 400;
      font-style: italic;
      color: #3d4558;
      line-height: var(--leading-body);
      margin-bottom: var(--space-4);
      text-wrap: balance;
    }
    .site-intro__actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: var(--space-2) var(--space-3);
    }
    .site-intro__actions .btn-primary,
    .site-intro__actions .btn-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      min-width: 9.5rem;
      padding: .62rem 1.35rem;
      font-family: var(--font-body);
      font-size: .74rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 2px;
      transition: background .2s, color .2s, border-color .2s;
    }

    .band-head { margin-bottom: clamp(var(--space-2), 3.5vw, var(--space-3)); }
    .band-head--center { text-align: center; max-width: 38rem; margin-left: auto; margin-right: auto; }
    .band-head--center::after {
      content: "";
      display: block;
      width: 3.5rem;
      height: 2px;
      background: var(--burgundy);
      opacity: .25;
      margin: var(--space-2) auto 0;
    }
    .band-head--split {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 1rem;
      flex-wrap: wrap;
    }
    .band-head__eyebrow {
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--burgundy);
      margin-bottom: .35rem;
    }
    .band-head__title {
      font-family: var(--font-display);
      font-size: clamp(1.65rem, 3.2vw, 2.35rem);
      font-weight: 400;
      color: var(--navy);
      line-height: var(--leading-tight);
      letter-spacing: -0.02em;
    }
    .band-head__lead {
      margin-top: var(--space-2);
      font-size: .95rem;
      color: var(--muted);
      max-width: 42ch;
      line-height: var(--leading-body);
    }
    .band-head--center .band-head__lead { margin-left: auto; margin-right: auto; }
    .band-foot-link { margin-top: var(--space-4); }

    .pillars {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: var(--space-3);
    }
    @media (max-width: 768px) { .pillars { grid-template-columns: 1fr; gap: var(--space-2); } }
    .pillar-card {
      background: var(--card);
      border: 1px solid var(--line);
      border-top: 3px solid rgba(139, 41, 66, 0.35);
      border-radius: var(--radius);
      padding: var(--space-4) var(--space-3) var(--space-4);
      display: flex;
      flex-direction: column;
      gap: var(--space-2);
      transition: box-shadow .25s, transform .25s, border-top-color .25s;
    }
    .pillar-card:hover {
      box-shadow: 0 12px 32px rgba(30, 42, 74, .09);
      transform: translateY(-3px);
      border-top-color: var(--burgundy);
    }
    .pillar-card__num {
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .12em;
      color: var(--gold);
    }
    .pillar-card__title {
      font-family: var(--font-display);
      font-size: 1.25rem;
      color: var(--navy);
    }
    .pillar-card__text {
      font-size: .88rem;
      color: var(--muted);
      line-height: var(--leading-body);
      flex: 1;
    }
    .pillar-card__link {
      margin-top: .35rem;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--burgundy);
      text-decoration: none;
    }
    .pillar-card__link:hover { text-decoration: underline; }

    .site-split {
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) minmax(260px, 1fr);
      gap: clamp(var(--space-4), 5vw, var(--space-6));
      align-items: start;
    }
    @media (max-width: 900px) {
      .site-split { grid-template-columns: 1fr; }
      .site-split__aside { order: -1; }
    }
    .about--teaser {
      display: block;
      background: none;
      border: none;
      padding: 0;
      border-radius: 0;
    }
    .about--teaser .about-mission {
      font-size: .95rem;
      color: var(--muted);
      line-height: var(--leading-body);
      margin-bottom: var(--space-3);
    }
    .goals-list--compact { margin-top: .25rem; }

    .support-aside {
      background: var(--navy);
      color: #e8ecf4;
      border-radius: var(--radius);
      padding: var(--space-4) var(--space-4);
    }
    .support-aside__title {
      font-family: var(--font-display);
      font-size: 1.35rem;
      color: #fff;
      margin-bottom: var(--space-2);
    }
    .support-aside__text {
      font-size: .9rem;
      opacity: .9;
      line-height: var(--leading-body);
      margin-bottom: var(--space-2);
    }
    .support-aside__krs {
      font-size: .82rem;
      opacity: .85;
      margin-bottom: var(--space-3);
      padding-bottom: var(--space-3);
      border-bottom: 1px solid rgba(255, 255, 255, .12);
    }
    .support-aside__krs strong { color: var(--gold); }
    .support-aside__actions {
      display: flex;
      flex-direction: column;
      gap: .5rem;
    }
    .support-aside__actions .btn-primary,
    .support-aside__actions .btn-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: .62rem 1.25rem;
      font-size: .74rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 2px;
      text-align: center;
    }
    .support-aside__actions .btn-primary {
      background: var(--burgundy);
      border: 2px solid var(--burgundy);
      color: #fff;
    }
    .support-aside__actions .btn-primary:hover {
      background: var(--burgundy-soft);
      text-decoration: none;
    }

    .site-footer {
      background: var(--navy);
      color: rgba(232, 236, 244, .85);
      margin-top: 0;
    }
    .site-footer__grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr;
      gap: var(--space-5);
      padding: var(--space-section) clamp(1.25rem, 4vw, 2rem);
    }
    @media (max-width: 768px) {
      .site-footer__grid { grid-template-columns: 1fr; gap: var(--space-4); }
    }
    .site-footer__name {
      font-family: var(--font-display);
      font-size: 1.25rem;
      color: #fff;
      margin-bottom: .35rem;
    }
    .site-logo {
      display: inline-flex;
      text-decoration: none;
      line-height: 0;
    }
    .site-logo:hover { opacity: .92; text-decoration: none; }
    .site-logo--footer {
      margin-bottom: var(--space-2);
    }
    .site-logo--footer img {
      height: clamp(3rem, 7vw, 4.25rem);
      width: auto;
      max-width: min(100%, 22rem);
      display: block;
      object-fit: contain;
    }
    .site-logo--navbar img {
      height: clamp(2.5rem, 4vw, 3rem);
      width: auto;
      max-width: min(100%, 20rem);
      object-fit: contain;
    }
    .site-footer__tag {
      font-size: .78rem;
      letter-spacing: .04em;
      margin-bottom: .5rem;
    }
    .site-footer__tag strong, .site-footer__tag span { color: var(--gold-2); }
    .site-footer__addr { font-size: .82rem; opacity: .75; }
    .site-footer__nav,
    .site-footer__contact {
      display: flex;
      flex-direction: column;
      gap: .45rem;
      align-items: flex-start;
    }
    .site-footer__nav strong,
    .site-footer__contact strong {
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: .25rem;
    }
    .site-footer__nav a,
    .site-footer__contact a {
      color: rgba(232, 236, 244, .9);
      text-decoration: none;
      font-size: .88rem;
    }
    .site-footer__nav a:hover,
    .site-footer__contact a:hover { color: #fff; text-decoration: underline; }
    .site-footer__bar {
      border-top: 1px solid rgba(255, 255, 255, .1);
      padding: var(--space-3) clamp(1.25rem, 4vw, 2rem) var(--space-4);
      font-size: .75rem;
      opacity: .65;
      text-align: center;
    }

    .page-home section:not(.hero-stage):not(.site-band) { padding: 0; }

    /* Sekcja projektĂłw na stronie gĹ‚Ăłwnej â€” oddech gĂłra/dĂłĹ‚ i przed kartami */
    .page-home #aktualnosci.site-band {
      padding-top: clamp(var(--space-6), 11vw, var(--space-7));
      padding-bottom: clamp(var(--space-6), 11vw, var(--space-7));
    }
    .page-home #aktualnosci .grid--editorial {
      margin-top: var(--space-1);
    }
    @media (max-width: 599px) {
      .site-intro__actions { flex-direction: column; align-items: stretch; }
      .site-intro__actions .btn-primary,
      .site-intro__actions .btn-ghost { width: 100%; min-width: 0; }
      .band-head--split { flex-direction: column; align-items: flex-start; }
    }

    /* â€”â€” Asystent czatu (wiedza o serwisie) â€”â€” */
    .agent-chat {
      position: fixed;
      right: clamp(0.75rem, 3vw, 1.25rem);
      bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
      z-index: 90;
      font-family: var(--font-body);
    }
    body.has-radio-bar .agent-chat {
      bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
    }
    .agent-chat__dock {
      display: flex;
      align-items: flex-end;
      gap: 0.15rem;
    }
    .agent-chat__controls {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
    .agent-chat__character {
      margin: 0;
      width: clamp(76px, 17vw, 128px);
      height: clamp(112px, 24vw, 176px);
      flex-shrink: 0;
      pointer-events: none;
      opacity: 0;
      transform: translateY(6px);
      transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out);
    }
    .agent-chat__character--ready {
      opacity: 1;
      transform: translateY(0);
    }
    .agent-chat__character--hidden { display: none; }
    .agent-chat__character-video {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: bottom center;
      display: block;
      filter: drop-shadow(0 8px 18px rgba(30, 42, 74, 0.18));
    }
    .agent-chat--open .agent-chat__character {
      transform: translateY(-2px) scale(1.02);
    }
    .agent-chat__fab {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.65rem 1rem 0.65rem 0.85rem;
      border: none;
      border-radius: 999px;
      background: var(--navy);
      color: #fff;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      cursor: pointer;
      box-shadow: 0 8px 28px rgba(30, 42, 74, 0.28);
      transition: transform 0.2s var(--ease-out), box-shadow 0.2s;
    }
    .agent-chat__fab:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 32px rgba(30, 42, 74, 0.32);
    }
    .agent-chat__fab-icon { font-size: 1.1rem; line-height: 1; }
    .agent-chat__panel {
      position: absolute;
      right: 0;
      bottom: calc(100% + 0.65rem);
      width: min(22.5rem, calc(100vw - 1.5rem));
      max-height: min(32rem, calc(100vh - 8rem));
      display: flex;
      flex-direction: column;
      background: var(--paper);
      border: 1px solid var(--line);
      border-bottom: 3px solid var(--navy);
      border-radius: 12px;
      box-shadow: 0 20px 50px rgba(30, 42, 74, 0.18);
      overflow: hidden;
    }
    .agent-chat__head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 0.75rem;
      padding: 0.85rem 1rem;
      background: linear-gradient(180deg, #eef2f9 0%, var(--paper) 100%);
      border-bottom: 1px solid var(--line);
    }
    .agent-chat__eyebrow {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--burgundy);
      margin-bottom: 0.15rem;
    }
    .agent-chat__title {
      font-family: var(--font-display);
      font-size: 1.15rem;
      font-weight: 400;
      color: var(--navy);
      line-height: 1.2;
    }
    .agent-chat__close {
      flex-shrink: 0;
      width: 2rem;
      height: 2rem;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
      color: var(--navy);
      font-size: 1.25rem;
      line-height: 1;
      cursor: pointer;
    }
    .agent-chat__messages {
      flex: 1;
      overflow-y: auto;
      padding: 0.85rem 1rem;
      display: flex;
      flex-direction: column;
      gap: 0.65rem;
      min-height: 10rem;
    }
    .agent-chat__msg {
      max-width: 92%;
      padding: 0.6rem 0.75rem;
      border-radius: 10px;
      font-size: 0.86rem;
      line-height: 1.55;
      color: var(--ink);
    }
    .agent-chat__msg--bot {
      align-self: flex-start;
      background: #f0f3fa;
      border: 1px solid rgba(30, 42, 74, 0.08);
    }
    .agent-chat__msg--user {
      align-self: flex-end;
      background: var(--navy);
      color: #e8ecf4;
    }
    .agent-chat__msg a { color: var(--burgundy); }
    .agent-chat__msg--user a { color: #f5d88a; }
    .agent-chat__links {
      display: flex;
      flex-wrap: wrap;
      gap: 0.35rem;
      margin-top: 0.55rem;
    }
    .agent-chat__link {
      display: inline-flex;
      align-items: center;
      padding: 0.28rem 0.55rem;
      border-radius: 999px;
      background: #fff;
      border: 1px solid rgba(30, 42, 74, 0.12);
      font-size: 0.72rem;
      font-weight: 600;
      text-decoration: none;
      color: var(--navy) !important;
    }
    .agent-chat__link:hover {
      border-color: var(--burgundy);
      color: var(--burgundy) !important;
      text-decoration: none;
    }
    .agent-chat__quick {
      display: flex;
      flex-wrap: wrap;
      gap: 0.35rem;
      padding: 0 1rem 0.65rem;
    }
    .agent-chat__chip {
      border: 1px solid rgba(30, 42, 74, 0.14);
      background: #fff;
      color: var(--navy);
      font-size: 0.72rem;
      font-weight: 600;
      padding: 0.35rem 0.6rem;
      border-radius: 999px;
      cursor: pointer;
      transition: background 0.15s, border-color 0.15s;
    }
    .agent-chat__chip:hover {
      background: #eef2f9;
      border-color: var(--navy);
    }
    .agent-chat__form {
      display: flex;
      gap: 0.45rem;
      padding: 0.65rem 0.75rem 0.75rem;
      border-top: 1px solid var(--line);
      background: #fafbfc;
    }
    .agent-chat__input {
      flex: 1;
      min-width: 0;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 0.55rem 0.65rem;
      font: inherit;
      font-size: 0.84rem;
      color: var(--ink);
      background: #fff;
    }
    .agent-chat__input:focus {
      outline: 2px solid rgba(30, 42, 74, 0.2);
      outline-offset: 1px;
      border-color: var(--navy);
    }
    .agent-chat__send {
      flex-shrink: 0;
      border: none;
      border-radius: 8px;
      padding: 0.55rem 0.85rem;
      background: var(--burgundy);
      color: #fff;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      cursor: pointer;
    }
    .agent-chat__send:hover { background: var(--burgundy-soft); }
    @media (max-width: 480px) {
      .agent-chat__character {
        width: clamp(64px, 20vw, 92px);
        height: clamp(96px, 28vw, 132px);
      }
      .agent-chat__fab-label { display: none; }
      .agent-chat__fab { padding: 0.75rem; border-radius: 50%; }
      .agent-chat__panel {
        width: min(100vw - 1rem, 22.5rem);
        max-height: min(70vh, 28rem);
      }
    }

    /* —— Podstrony: ciaśniejszy hero przed karuzelą —— */
    .site-page .page-main:has(+ .news-band) {
      padding-bottom: 0;
    }
    .site-page .page-main + .news-band {
      margin-top: 0;
    }
    .site-page .page-hero {
      margin-bottom: clamp(0.75rem, 1.5vw, 1.25rem);
      min-height: 0;
      padding-top: clamp(1.5rem, 3.5vw, 2.25rem);
      padding-bottom: clamp(1rem, 2vw, 1.35rem);
    }

    /* —— Navbar: ochrona przed kolizją utility Tailwind z widgetów —— */
    #navbar-root .pcr-nav-desktop {
      display: none;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }
    #navbar-root .pcr-nav-mobile {
      display: block;
      width: 100%;
    }
    @media (min-width: 1024px) {
      #navbar-root .pcr-nav-desktop {
        display: flex !important;
      }
      #navbar-root .pcr-nav-mobile {
        display: none !important;
      }
    }
    #navbar-root button[aria-haspopup="menu"],
    #navbar-root [data-radix-collection-item] {
      border: none !important;
      box-shadow: none !important;
      outline-offset: 2px;
    }

    /* —— dokumenty / sprawozdania / projekty —— */
    .library-page {
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .library-lead {
      font-size: 0.98rem;
      line-height: 1.65;
      color: var(--ink-soft);
      max-width: 52ch;
      margin: 0;
    }
    .library-foot {
      margin: var(--space-2) 0 0;
      font-size: 0.92rem;
      font-weight: 600;
    }
    .library-foot a {
      color: var(--burgundy);
      text-decoration: none;
    }
    .library-foot a:hover { text-decoration: underline; }
    .library-empty {
      color: var(--ink-soft);
      font-size: 0.95rem;
      margin: 0;
    }
    .library-section + .library-section {
      margin-top: 28px;
    }
    .library-section__title {
      font-family: var(--font-display);
      font-size: 1rem;
      color: var(--navy-2);
      margin: 0 0 0.4rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 600;
    }
    .doc-list {
      display: grid;
      gap: 0.35rem;
    }
    .doc-list .doc {
      display: flex;
      align-items: center;
      gap: 0.65rem;
      padding: 0.55rem 0.7rem;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--card, #fff);
      text-decoration: none;
      color: inherit;
      transition: border-color 0.2s, transform 0.2s, background 0.2s;
    }
    .doc-list .doc:hover {
      border-color: var(--gold);
      background: var(--paper, #f3f1ec);
      transform: translateX(3px);
      text-decoration: none;
    }
    .doc-list .doc svg {
      width: 1.35rem;
      height: 1.35rem;
      color: var(--gold);
      flex-shrink: 0;
    }
    .doc-list .doc b {
      display: block;
      font-weight: 600;
      font-size: 0.95rem;
      color: var(--navy-2);
    }
    .doc-list .doc span span {
      display: block;
      font-size: 0.82rem;
      color: var(--ink-soft);
      margin-top: 0.15rem;
    }
    .doc-list .doc .arr {
      margin-left: auto;
      color: var(--ink-soft);
      flex-shrink: 0;
    }
    .reports-year {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--card, #fff);
      overflow: hidden;
    }
    .reports-year + .reports-year { margin-top: 0.65rem; }
    .reports-year__summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 1rem 1.15rem;
      cursor: pointer;
      list-style: none;
      font-weight: 600;
      color: var(--navy-2);
    }
    .reports-year__summary::-webkit-details-marker { display: none; }
    .reports-year__count {
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--gold);
    }
    .reports-year__list {
      margin: 0;
      padding: 0 1.15rem 1rem 1.35rem;
      list-style: none;
      border-top: 1px solid var(--line);
    }
    .reports-year__list li + li { margin-top: 0.45rem; }
    .reports-year__list a {
      font-size: 0.92rem;
      color: var(--burgundy);
      text-decoration: none;
      line-height: 1.45;
    }
    .reports-year__list a:hover { text-decoration: underline; }
    .projects-flagship {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: var(--space-3);
    }
    @media (max-width: 720px) {
      .projects-flagship { grid-template-columns: 1fr; }
    }
    .projects-flagship__card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--card, #fff);
      overflow: hidden;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .projects-flagship__card:hover {
      border-color: rgba(192, 135, 31, 0.45);
      box-shadow: 0 8px 24px rgba(31, 58, 69, 0.08);
    }
    .projects-flagship__link {
      display: flex;
      flex-direction: column;
      min-height: 100%;
      padding: 1.35rem 1.35rem 1.15rem;
      text-decoration: none;
      color: inherit;
    }
    .projects-flagship__tag {
      align-self: flex-start;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--navy-2);
      background: var(--gold-soft, #f4e4c2);
      padding: 0.28rem 0.55rem;
      border-radius: 999px;
      margin-bottom: 0.85rem;
    }
    .projects-flagship__link h3 {
      font-family: var(--font-display);
      font-size: 1.15rem;
      line-height: 1.3;
      color: var(--navy-2);
      margin: 0 0 0.55rem;
    }
    .projects-flagship__link p {
      font-size: 0.9rem;
      line-height: 1.55;
      color: var(--ink-soft);
      margin: 0;
      flex: 1;
    }
    .projects-flagship__meta {
      margin-top: 0.85rem;
      font-size: 0.78rem;
      font-weight: 600;
      color: var(--gold);
    }
    .projects-flagship__cta {
      margin-top: 0.75rem;
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--burgundy);
    }

