/* === Portal NSM - wspólne style (Build z 2026-05-22) === */
/* Z plików: index.html, o-fundacji.html, projekty.html, bip.html, kontakt.html, uslugi/*.html */


/* ============================================================ */
/* === Z index.html === */
/* ============================================================ */
  @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Newsreader:ital,wght@1,400;1,500&display=swap');

  :root {
    --red: #D62027;
    --red-dark: #B01821;
    --black: #1D1D1B;
    --white: #FFFFFF;
    --grey: #AAB2AA;
    --paper: #F5F4F0;
    --slate: #4A4A4A;
    --line: #E5E3DD;

    --container: 1280px;
    --gutter: clamp(1.25rem, 4vw, 2.5rem);
    --section-y: clamp(4.5rem, 11vw, 8.5rem);

    --r-sm: 4px;
    --r-md: 6px;
    --r-lg: 8px;

    --ease: cubic-bezier(0.25, 1, 0.4, 1);
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

    --font-display: 'Inter Tight', system-ui, -apple-system, sans-serif;
    --font-serif: 'Newsreader', Georgia, serif;
  }

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

  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  }

  body {
    font-family: var(--font-display);
    color: var(--black);
    background: var(--white);
    line-height: 1.5;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'ss01' on, 'cv11' on;
  }

  p, h1, h2, h3, h4, h5, li, a, span, blockquote {
    overflow-wrap: break-word;
    word-break: keep-all;
    hyphens: auto;
    max-width: 100%;
  }

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

  a { color: inherit; text-decoration: none; }

  :focus-visible {
    outline: 2px solid var(--red);
    outline-offset: 3px;
    border-radius: var(--r-sm);
  }

  .container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }

  .h1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.25rem, 7vw, 4.5rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: var(--black);
  }
  .h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.75rem, 4.5vw, 2.875rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
    color: var(--black);
  }
  .h3 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(1.25rem, 2.4vw, 1.625rem);
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--black);
  }
  .eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--slate);
  }
  .lede {
    font-size: clamp(1rem, 1.5vw, 1.1875rem);
    line-height: 1.55;
    color: var(--slate);
    max-width: 60ch;
  }
  .meta {
    font-size: 0.8125rem;
    color: var(--slate);
    font-weight: 500;
    letter-spacing: 0.01em;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.375rem;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1;
    border-radius: var(--r-md);
    border: 1.5px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.22s var(--ease), border-color 0.22s var(--ease), color 0.22s var(--ease), transform 0.22s var(--ease);
    white-space: nowrap;
    will-change: transform;
  }
  .btn--primary { background: var(--red); color: var(--white); border-color: var(--red); }
  .btn--primary:hover { background: var(--black); border-color: var(--black); }
  .btn--primary:active { transform: scale(0.98); }
  .btn--ghost { background: transparent; color: var(--black); border-color: var(--black); }
  .btn--ghost:hover { background: var(--black); color: var(--white); }
  .btn--ghost-light { background: transparent; color: var(--white); border-color: var(--white); }
  .btn--ghost-light:hover { background: var(--white); color: var(--black); }
  .btn--large { padding: 1.125rem 2rem; font-size: 1rem; }
  .btn .arrow { width: 14px; height: 14px; flex-shrink: 0; transition: transform 0.22s var(--ease); }
  .btn:hover .arrow { transform: translateX(3px); }

  .header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
  }
  .header.is-scrolled { border-bottom-color: var(--line); }
  .header__inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1.5rem; padding-top: 0.875rem; padding-bottom: 0.875rem;
  }
  .brand { display: flex; align-items: center; gap: 0.625rem; flex-shrink: 0; }
  .brand__logo { width: 36px; height: 36px; flex-shrink: 0; }
  .brand__text {
    font-family: var(--font-display); font-size: 0.75rem; font-weight: 700;
    letter-spacing: 0.02em; line-height: 1.05; color: var(--black);
    text-transform: uppercase; display: none;
  }
  @media (min-width: 480px) { .brand__text { display: block; } }

  .nav { display: none; gap: 1.75rem; align-items: center; }
  .nav a { font-size: 0.9375rem; font-weight: 500; color: var(--black); transition: color 0.18s var(--ease); }
  .nav a:hover { color: var(--red); }
  @media (min-width: 1024px) { .nav { display: flex; } }

  .header__cta { display: flex; align-items: center; gap: 0.625rem; }
  .header__cta .btn--ghost { display: none; }
  @media (min-width: 768px) { .header__cta .btn--ghost { display: inline-flex; } }
  .header__cta .btn { padding: 0.625rem 1rem; font-size: 0.875rem; }

  .menu-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; background: transparent;
    border: 1px solid var(--line); border-radius: var(--r-md);
    cursor: pointer; flex-shrink: 0;
  }
  @media (min-width: 1024px) { .menu-toggle { display: none; } }
  .menu-toggle svg { width: 18px; height: 18px; color: var(--black); }

  .mobile-menu {
    position: fixed; inset: 0; background: var(--white); z-index: 60;
    padding: 1.5rem var(--gutter); transform: translateY(-100%);
    transition: transform 0.4s var(--ease-out); overflow-y: auto;
  }
  .mobile-menu.is-open { transform: translateY(0); }
  .mobile-menu__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; }
  .mobile-menu__nav { display: flex; flex-direction: column; gap: 1.25rem; }
  .mobile-menu__nav a {
    font-size: 1.5rem; font-weight: 600; color: var(--black);
    padding: 0.5rem 0; border-bottom: 1px solid var(--line);
  }
  .mobile-menu__cta { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
  .mobile-menu__cta .btn { width: 100%; justify-content: center; padding: 1rem 1.5rem; }

  .hero {
    padding-top: clamp(1.5rem, 4vw, 3rem);
    padding-bottom: clamp(3rem, 7vw, 6rem);
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
  }
  @media (min-width: 980px) { .hero { min-height: auto; padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(4rem, 9vw, 7rem); } }

  .hero__inner { display: grid; gap: clamp(1.75rem, 4vw, 3rem); grid-template-columns: 1fr; align-items: center; width: 100%; }
  @media (min-width: 980px) { .hero__inner { grid-template-columns: 1.15fr 1fr; gap: clamp(3rem, 6vw, 5rem); } }
  .hero__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: clamp(0.75rem, 2vw, 1.25rem); }
  .hero__eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--red); }
  .hero__lede {
    margin-top: clamp(0.875rem, 2vw, 1.25rem);
    font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
    line-height: 1.5;
  }
  .hero__cta { display: flex; flex-wrap: wrap; gap: 0.625rem; margin-top: clamp(1.25rem, 2.5vw, 1.875rem); }
  .hero__cta .btn { padding: 0.875rem 1.375rem; font-size: 0.9375rem; }

  .hero__stats {
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
    padding-top: clamp(1.25rem, 2vw, 1.5rem);
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.625rem, 2vw, 1.5rem);
  }
  .hero__stat { display: flex; flex-direction: column; gap: 0.25rem; min-width: 0; }
  .hero__stat-num {
    font-size: clamp(1.5rem, 4.5vw, 2.5rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.035em;
    color: var(--black);
  }
  .hero__stat-num em {
    font-style: normal;
    color: var(--red);
  }
  .hero__stat-label {
    font-size: clamp(0.6875rem, 1vw, 0.8125rem);
    color: var(--slate);
    line-height: 1.3;
    letter-spacing: 0.01em;
  }

  .hero__image-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: var(--r-lg);
    background: var(--paper);
  }
  @media (min-width: 980px) { .hero__image-wrap { aspect-ratio: 4 / 5; } }
  .hero__image {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; transform: scale(1); transition: transform 0.6s var(--ease);
  }
  .hero__image-tag {
    position: absolute; left: 1rem; bottom: 1rem;
    background: rgba(29, 29, 27, 0.86); backdrop-filter: blur(8px);
    color: var(--white); padding: 0.5rem 0.75rem;
    border-radius: var(--r-sm); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.02em;
  }

  .strip { padding-top: 2rem; padding-bottom: 2.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .strip__inner { display: flex; align-items: center; gap: clamp(1.5rem, 4vw, 3.5rem); flex-wrap: wrap; }
  .strip__label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate); flex-shrink: 0; }
  .strip__logos { display: flex; flex-wrap: wrap; gap: clamp(1rem, 2.5vw, 2rem) clamp(1.5rem, 3vw, 2.5rem); align-items: center; }
  .strip__logo { font-size: 0.875rem; font-weight: 600; color: var(--slate); letter-spacing: 0.01em; opacity: 0.7; transition: opacity 0.22s var(--ease), color 0.22s var(--ease); }
  .strip__logo:hover { opacity: 1; color: var(--black); }

  .section { padding-top: var(--section-y); padding-bottom: var(--section-y); }
  .section--paper { background: var(--paper); }
  .section--dark { background: var(--black); color: var(--white); }
  .section--dark .h2 { color: var(--white); }

  .section__head { display: flex; flex-direction: column; gap: 1rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); max-width: 64rem; }
  .section__head--center { text-align: center; align-items: center; margin-left: auto; margin-right: auto; }

  .services { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .services { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) { .services { grid-template-columns: repeat(3, 1fr); gap: 1.75rem; } }

  .service-card {
    display: flex; flex-direction: column; background: var(--white);
    border: 1px solid var(--line); border-radius: var(--r-lg);
    overflow: hidden; transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
    position: relative; text-decoration: none; color: inherit;
  }
  .service-card::before {
    content: ''; position: absolute; top: -1px; left: -1px; right: -1px;
    height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left;
    transition: transform 0.32s var(--ease);
  }
  .service-card:hover { border-color: var(--black); }
  .service-card:hover::before { transform: scaleX(1); }
  .service-card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper); }
  .service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
  .service-card:hover .service-card__media img { transform: scale(1.04); }
  .service-card__body { padding: clamp(1.5rem, 2.5vw, 2rem); display: flex; flex-direction: column; gap: 1rem; flex-grow: 1; }
  .service-card__num { font-size: 0.75rem; font-weight: 600; color: var(--red); letter-spacing: 0.1em; }
  .service-card__body p { color: var(--slate); font-size: 0.9375rem; line-height: 1.55; }
  .service-card__link {
    display: inline-flex; align-items: center; gap: 0.5rem; margin-top: auto;
    color: var(--red); font-weight: 600; font-size: 0.9375rem; padding-top: 0.5rem;
  }
  .service-card__link svg { width: 16px; height: 16px; transition: transform 0.22s var(--ease); }
  .service-card:hover .service-card__link svg { transform: translateX(3px); }

  .why { display: grid; gap: clamp(2rem, 4vw, 3rem); grid-template-columns: 1fr; }
  @media (min-width: 800px) { .why { grid-template-columns: repeat(3, 1fr); } }
  .why__item { display: flex; flex-direction: column; gap: 1rem; }
  .why__num { font-family: var(--font-display); font-size: 3rem; font-weight: 700; line-height: 1; color: var(--red); letter-spacing: -0.03em; }
  .why__title { font-size: 1.125rem; font-weight: 600; color: var(--black); line-height: 1.3; }
  .why__text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }

  .numbers { display: grid; gap: clamp(2rem, 3.5vw, 3rem) clamp(2rem, 3vw, 2.5rem); grid-template-columns: 1fr; }
  @media (min-width: 600px) { .numbers { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 980px) { .numbers { grid-template-columns: repeat(3, 1fr); } }
  .num { display: flex; flex-direction: column; gap: 0.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255, 255, 255, 0.18); position: relative; }
  .num::before { content: ''; position: absolute; top: -1px; left: 0; width: 32px; height: 1px; background: var(--red); }
  .num__value { font-size: clamp(2.5rem, 5.5vw, 4.5rem); font-weight: 700; line-height: 0.95; letter-spacing: -0.04em; color: var(--white); }
  .num__label { color: var(--grey); font-size: 0.9375rem; line-height: 1.45; max-width: 28ch; }
  .numbers__quote {
    margin-top: clamp(3rem, 6vw, 5rem); padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-family: var(--font-serif); font-style: italic;
    font-size: clamp(1.125rem, 2vw, 1.5rem); color: var(--grey);
    line-height: 1.4; max-width: 36rem;
  }

  .case {
    display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); grid-template-columns: 1fr;
    align-items: center; padding-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--line);
  }
  .case:first-of-type { padding-top: 0; border-top: 0; }
  @media (min-width: 860px) {
    .case { grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 5vw, 4rem); }
    .case--reverse .case__media { order: 2; }
  }
  .case__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-lg); background: var(--paper); }
  .case__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
  .case:hover .case__media img { transform: scale(1.03); }
  .case__body { display: flex; flex-direction: column; gap: 1.25rem; }
  .case__tag { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; font-weight: 600; color: var(--red); letter-spacing: 0.12em; text-transform: uppercase; }
  .case__tag::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
  .case__quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.125rem, 2vw, 1.5rem); line-height: 1.35; color: var(--black); max-width: 30ch; }
  .case__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; font-size: 0.8125rem; color: var(--slate); padding-top: 1rem; border-top: 1px solid var(--line); }
  .case__meta strong { color: var(--black); font-weight: 600; }
  .case__link {
    display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.25rem;
    border: 1.5px solid var(--black); color: var(--black); font-weight: 600;
    font-size: 0.9375rem; border-radius: var(--r-md);
    transition: background 0.22s var(--ease), color 0.22s var(--ease); align-self: flex-start;
  }
  .case__link:hover { background: var(--red); color: var(--white); border-color: var(--red); }
  .case__link svg { width: 14px; height: 14px; }

  .risk { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .risk { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
  .risk__card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 2.5vw, 2.25rem); display: flex; flex-direction: column; gap: 1rem; }
  .risk__role { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--red); }
  .risk__title { font-size: 1.0625rem; font-weight: 600; line-height: 1.4; color: var(--black); }
  .risk__text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }

  .faq { max-width: 52rem; margin: 0 auto; border-top: 1px solid var(--line); }
  .faq__item { border-bottom: 1px solid var(--line); }
  .faq__summary {
    cursor: pointer; padding: 1.5rem 0; font-weight: 600;
    font-size: clamp(1rem, 1.5vw, 1.125rem); line-height: 1.35; color: var(--black);
    display: flex; justify-content: space-between; align-items: flex-start;
    gap: 1.5rem; list-style: none; transition: color 0.22s var(--ease);
  }
  .faq__summary::-webkit-details-marker { display: none; }
  .faq__summary:hover { color: var(--red); }
  .faq__icon {
    flex-shrink: 0; width: 24px; height: 24px;
    transition: transform 0.32s var(--ease), color 0.22s var(--ease);
    color: var(--slate); margin-top: 0.125rem;
  }
  .faq__item[open] .faq__icon { transform: rotate(45deg); color: var(--red); }
  .faq__answer {
    color: var(--slate); font-size: 1rem; line-height: 1.65;
    padding: 0 0 1.75rem 0; max-width: 60ch;
    animation: faqIn 0.4s var(--ease-out);
  }
  @keyframes faqIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

  .start { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .start { grid-template-columns: repeat(2, 1fr); gap: 2rem; } }
  .start__card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.75rem, 3vw, 2.5rem); display: flex; flex-direction: column; gap: 1.25rem; }
  .start__card--accent { border-color: var(--black); }
  .start__icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r-md); background: var(--paper); color: var(--red); }
  .start__card--accent .start__icon { color: var(--black); }
  .start__icon svg { width: 24px; height: 24px; }
  .start__text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .start__card .btn { align-self: flex-start; margin-top: auto; }

  .about { display: grid; gap: clamp(2.5rem, 5vw, 4rem); grid-template-columns: 1fr; align-items: start; }
  @media (min-width: 920px) { .about { grid-template-columns: 1.2fr 1fr; } }
  .about__text { color: var(--slate); font-size: 1rem; line-height: 1.65; }
  .about__text + .about__text { margin-top: 1rem; }
  .about__team { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
  .about__person { display: flex; align-items: center; gap: 0.875rem; }
  .about__avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: var(--paper); }
  .about__name { font-weight: 600; font-size: 0.9375rem; line-height: 1.2; color: var(--black); display: block; }
  .about__role { font-size: 0.8125rem; color: var(--slate); margin-top: 0.125rem; }
  .about__link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--red); font-weight: 600; margin-top: 2rem; }
  .about__media { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-lg); overflow: hidden; background: var(--paper); }
  .about__media img { width: 100%; height: 100%; object-fit: cover; }

  .partners { padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: clamp(3.5rem, 6vw, 5rem); background: var(--paper); }
  .partners__inner { text-align: center; }
  .partners__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2.5rem; }
  @media (min-width: 600px) { .partners__grid { grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 900px) { .partners__grid { grid-template-columns: repeat(5, 1fr); gap: 1.25rem; } }
  .partner {
    aspect-ratio: 3 / 1; background: var(--white); border: 1px solid var(--line);
    border-radius: var(--r-md); display: flex; align-items: center; justify-content: center;
    padding: 0.5rem; font-size: 0.75rem; color: var(--slate); text-align: center;
    line-height: 1.2; font-weight: 500; letter-spacing: 0.01em;
    transition: border-color 0.22s var(--ease), color 0.22s var(--ease);
  }
  .partner:hover { border-color: var(--black); color: var(--black); }

  .info { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .info { grid-template-columns: 1fr 1fr; gap: 4rem; } }
  .info__block { display: flex; flex-direction: column; gap: 1rem; }
  .info__icon { width: 40px; height: 40px; color: var(--red); }
  .info__text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .info__list { display: flex; flex-direction: column; gap: 0.5rem; }
  .info__list a:hover { color: var(--red); }
  .info__meta { font-size: 0.8125rem; color: var(--slate); letter-spacing: 0.01em; padding-top: 1rem; border-top: 1px solid var(--line); }

  .ps {
    background: var(--black); color: var(--white);
    padding-top: clamp(5rem, 9vw, 8rem); padding-bottom: clamp(5rem, 9vw, 8rem);
    text-align: center;
  }
  .ps__inner { max-width: 46rem; margin: 0 auto; }
  .ps__label {
    display: inline-block; color: var(--red);
    font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em;
    text-transform: uppercase; margin-bottom: 2rem;
  }
  .ps__quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.25rem, 2.5vw, 1.875rem); line-height: 1.4; color: var(--white); }
  .ps__cta { margin-top: clamp(2.5rem, 5vw, 3.5rem); }

  .footer {
    background: var(--black); color: var(--grey);
    padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .footer__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; }
  @media (min-width: 760px) { .footer__grid { grid-template-columns: repeat(4, 1fr); } }
  .footer__col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin-bottom: 1.25rem; }
  .footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
  .footer__col a { font-size: 0.9375rem; color: var(--grey); transition: color 0.22s var(--ease); }
  .footer__col a:hover { color: var(--white); }
  .footer__bottom {
    margin-top: clamp(3rem, 5vw, 4rem); padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex; flex-direction: column; gap: 1.5rem;
    align-items: flex-start; justify-content: space-between;
  }
  @media (min-width: 760px) { .footer__bottom { flex-direction: row; align-items: center; } }
  .footer__brand { display: flex; align-items: center; gap: 0.75rem; }
  .footer__brand-text { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; color: var(--white); line-height: 1.2; }
  .footer__copy { font-size: 0.8125rem; color: var(--grey); }
  .footer__legal { display: flex; gap: 1.25rem; font-size: 0.8125rem; flex-wrap: wrap; }

  .sticky-cta {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid var(--line);
    transform: translateY(100%);
    transition: transform 0.4s var(--ease-out);
  }
  .sticky-cta.is-visible { transform: translateY(0); }
  .sticky-cta .btn { width: 100%; justify-content: center; padding: 1rem; font-size: 0.9375rem; }
  @media (min-width: 768px) { .sticky-cta { display: none; } }

  .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: 0.08s; }
  .reveal-delay-2 { transition-delay: 0.16s; }
  .reveal-delay-3 { transition-delay: 0.24s; }

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

/* ============================================================ */
/* === Z uslugi/prototypowanie.html === */
/* ============================================================ */
  @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Newsreader:ital,wght@1,400;1,500&display=swap');

  :root {
    --red: #D62027;
    --red-dark: #B01821;
    --black: #1D1D1B;
    --white: #FFFFFF;
    --grey: #AAB2AA;
    --paper: #F5F4F0;
    --slate: #4A4A4A;
    --line: #E5E3DD;

    --container: 1280px;
    --gutter: clamp(1.25rem, 4vw, 2.5rem);
    --section-y: clamp(4.5rem, 11vw, 8.5rem);

    --r-sm: 4px;
    --r-md: 6px;
    --r-lg: 8px;

    --ease: cubic-bezier(0.25, 1, 0.4, 1);
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

    --font-display: 'Inter Tight', system-ui, -apple-system, sans-serif;
    --font-serif: 'Newsreader', Georgia, serif;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  }
  body {
    font-family: var(--font-display);
    color: var(--black); background: var(--white);
    line-height: 1.5; overflow-x: hidden; width: 100%; position: relative;
    -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
    font-feature-settings: 'ss01' on, 'cv11' on;
  }
  p, h1, h2, h3, h4, h5, li, a, span, blockquote {
    overflow-wrap: break-word; word-break: keep-all; hyphens: auto; max-width: 100%;
  }
  img { display: block; max-width: 100%; height: auto; }
  a { color: inherit; text-decoration: none; }
  :focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: var(--r-sm); }

  .container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

  .h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 6vw, 3.75rem); line-height: 1.05; letter-spacing: -0.03em; color: var(--black); }
  .h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.75rem, 4.5vw, 2.875rem); line-height: 1.08; letter-spacing: -0.025em; color: var(--black); }
  .h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.25rem, 2.4vw, 1.625rem); line-height: 1.25; letter-spacing: -0.015em; color: var(--black); }
  .eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); }
  .lede { font-size: clamp(1rem, 1.5vw, 1.1875rem); line-height: 1.55; color: var(--slate); max-width: 60ch; }

  .btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.875rem 1.375rem; font-family: var(--font-display); font-weight: 600;
    font-size: 0.9375rem; line-height: 1; border-radius: var(--r-md);
    border: 1.5px solid transparent; cursor: pointer; text-decoration: none;
    transition: background 0.22s var(--ease), border-color 0.22s var(--ease), color 0.22s var(--ease), transform 0.22s var(--ease);
    white-space: nowrap; will-change: transform;
  }
  .btn--primary { background: var(--red); color: var(--white); border-color: var(--red); }
  .btn--primary:hover { background: var(--black); border-color: var(--black); }
  .btn--primary:active { transform: scale(0.98); }
  .btn--ghost { background: transparent; color: var(--black); border-color: var(--black); }
  .btn--ghost:hover { background: var(--black); color: var(--white); }
  .btn--ghost-light { background: transparent; color: var(--white); border-color: var(--white); }
  .btn--ghost-light:hover { background: var(--white); color: var(--black); }
  .btn--large { padding: 1.125rem 2rem; font-size: 1rem; }
  .btn .arrow { width: 14px; height: 14px; flex-shrink: 0; transition: transform 0.22s var(--ease); }
  .btn:hover .arrow { transform: translateX(3px); }

  /* HEADER (identyczny ze stroną główną) */
  .header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s var(--ease);
  }
  .header.is-scrolled { border-bottom-color: var(--line); }
  .header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 0.875rem; padding-bottom: 0.875rem; }
  .brand { display: flex; align-items: center; gap: 0.625rem; flex-shrink: 0; }
  .brand__logo { width: 36px; height: 36px; flex-shrink: 0; }
  .brand__text { font-family: var(--font-display); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.02em; line-height: 1.05; color: var(--black); text-transform: uppercase; display: none; }
  @media (min-width: 480px) { .brand__text { display: block; } }
  .nav { display: none; gap: 1.75rem; align-items: center; }
  .nav a { font-size: 0.9375rem; font-weight: 500; color: var(--black); transition: color 0.18s var(--ease); position: relative; }
  .nav a:hover { color: var(--red); }
  .nav a.is-active { color: var(--red); }
  .nav a.is-active::after { content: ''; position: absolute; bottom: -22px; left: 0; right: 0; height: 2px; background: var(--red); }
  @media (min-width: 1024px) { .nav { display: flex; } }
  .header__cta { display: flex; align-items: center; gap: 0.625rem; }
  .header__cta .btn--ghost { display: none; }
  @media (min-width: 768px) { .header__cta .btn--ghost { display: inline-flex; } }
  .header__cta .btn { padding: 0.625rem 1rem; font-size: 0.875rem; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: transparent; border: 1px solid var(--line); border-radius: var(--r-md); cursor: pointer; flex-shrink: 0; }
  @media (min-width: 1024px) { .menu-toggle { display: none; } }
  .menu-toggle svg { width: 18px; height: 18px; color: var(--black); }
  .mobile-menu { position: fixed; inset: 0; background: var(--white); z-index: 60; padding: 1.5rem var(--gutter); transform: translateY(-100%); transition: transform 0.4s var(--ease-out); overflow-y: auto; }
  .mobile-menu.is-open { transform: translateY(0); }
  .mobile-menu__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; }
  .mobile-menu__nav { display: flex; flex-direction: column; gap: 1.25rem; }
  .mobile-menu__nav a { font-size: 1.5rem; font-weight: 600; color: var(--black); padding: 0.5rem 0; border-bottom: 1px solid var(--line); }
  .mobile-menu__cta { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
  .mobile-menu__cta .btn { width: 100%; justify-content: center; padding: 1rem 1.5rem; }

  /* BREADCRUMB */
  .breadcrumb { padding-top: 1.5rem; }
  .breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; font-size: 0.8125rem; color: var(--slate); }
  .breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 0.5rem; color: var(--grey); }
  .breadcrumb a { color: var(--slate); transition: color 0.18s var(--ease); }
  .breadcrumb a:hover { color: var(--red); }
  .breadcrumb [aria-current] { color: var(--black); font-weight: 500; }

  /* HERO podstrony */
  .hero-page {
    padding-top: clamp(2rem, 5vw, 3.5rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
    border-bottom: 1px solid var(--line);
  }
  .hero-page__inner {
    display: grid; gap: clamp(2rem, 5vw, 3.5rem);
    grid-template-columns: 1fr; align-items: center;
  }
  @media (min-width: 980px) { .hero-page__inner { grid-template-columns: 1.05fr 1fr; gap: clamp(3rem, 6vw, 5rem); } }
  .hero-page__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: clamp(1rem, 2vw, 1.5rem); color: var(--red); font-weight: 600; }
  .hero-page__eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--red); }
  .hero-page__lede { margin-top: clamp(1rem, 2vw, 1.5rem); }
  .hero-page__cta { display: flex; flex-wrap: wrap; gap: 0.625rem; margin-top: clamp(1.75rem, 3vw, 2.25rem); }
  .hero-page__image-wrap { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-lg); background: var(--paper); }
  @media (min-width: 980px) { .hero-page__image-wrap { aspect-ratio: 5 / 6; } }
  .hero-page__image { width: 100%; height: 100%; object-fit: cover; }

  /* PROBLEM AGITATION */
  .problem {
    padding-top: clamp(4rem, 8vw, 6rem);
    padding-bottom: clamp(4rem, 8vw, 6rem);
    background: var(--paper);
  }
  .problem__grid {
    display: grid; gap: clamp(1.5rem, 3vw, 2rem);
    grid-template-columns: 1fr;
  }
  @media (min-width: 720px) { .problem__grid { grid-template-columns: repeat(2, 1fr); } }
  .problem__card {
    background: var(--white); border: 1px solid var(--line);
    border-radius: var(--r-lg); padding: clamp(1.5rem, 2.5vw, 2.25rem);
    display: flex; flex-direction: column; gap: 0.75rem;
  }
  .problem__card-tool { color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
  .problem__card-title { font-size: 1.0625rem; font-weight: 600; line-height: 1.35; color: var(--black); }
  .problem__card-text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .problem__bottom-line {
    margin-top: clamp(2.5rem, 4vw, 3.5rem);
    padding: clamp(1.5rem, 2.5vw, 2rem);
    background: var(--black); color: var(--white);
    border-radius: var(--r-lg);
    font-family: var(--font-serif); font-style: italic;
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    line-height: 1.4;
  }

  /* SECTION generic */
  .section { padding-top: var(--section-y); padding-bottom: var(--section-y); }
  .section--paper { background: var(--paper); }
  .section--dark { background: var(--black); color: var(--white); }
  .section--dark .h2 { color: var(--white); }
  .section__head { display: flex; flex-direction: column; gap: 1rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); max-width: 64rem; }
  .section__head--center { text-align: center; align-items: center; margin-left: auto; margin-right: auto; }

  /* METHOD - DMI + 4 steps + Decydor */
  .method {
    display: grid; gap: 1.5rem; grid-template-columns: 1fr;
  }
  @media (min-width: 760px) { .method { grid-template-columns: repeat(3, 1fr); } }
  .method__card {
    background: var(--white); border: 1px solid var(--line);
    border-radius: var(--r-lg); padding: clamp(1.75rem, 3vw, 2.25rem);
    display: flex; flex-direction: column; gap: 1rem;
    position: relative;
  }
  .method__card::before {
    content: ''; position: absolute; top: -1px; left: -1px;
    width: 64px; height: 2px; background: var(--red);
  }
  .method__card-letters {
    display: flex; gap: 0.5rem; font-family: var(--font-display);
    font-weight: 700; font-size: 1.125rem; letter-spacing: 0.04em;
  }
  .method__card-letter { color: var(--red); }
  .method__card-letter-text { color: var(--black); }
  .method__card-title { font-size: 1.125rem; font-weight: 600; color: var(--black); }
  .method__card-text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .method__card-list { list-style: none; display: flex; flex-direction: column; gap: 0.625rem; margin-top: 0.5rem; }
  .method__card-list li { color: var(--slate); font-size: 0.875rem; padding-left: 1.25rem; position: relative; line-height: 1.5; }
  .method__card-list li::before {
    content: ''; position: absolute; left: 0; top: 0.625rem;
    width: 8px; height: 1px; background: var(--red);
  }

  /* DELIVERABLES table */
  .deliverables {
    border-top: 1px solid var(--line);
  }
  .deliverable {
    display: grid; grid-template-columns: 1fr;
    gap: 0.5rem 2rem;
    padding: clamp(1.5rem, 2.5vw, 2rem) 0;
    border-bottom: 1px solid var(--line);
  }
  @media (min-width: 760px) { .deliverable { grid-template-columns: 1fr 1.5fr; } }
  .deliverable__what { font-weight: 600; color: var(--black); font-size: clamp(1rem, 1.4vw, 1.125rem); line-height: 1.3; }
  .deliverable__how { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .deliverable__how strong { color: var(--black); font-weight: 600; }

  /* TIMELINE of editions */
  .timeline {
    position: relative;
    padding-left: 1.5rem;
    border-left: 2px solid var(--line);
  }
  .timeline__item {
    position: relative;
    padding-bottom: clamp(2rem, 4vw, 3rem);
  }
  .timeline__item:last-child { padding-bottom: 0; }
  .timeline__item::before {
    content: ''; position: absolute;
    left: calc(-1.5rem - 1px - 6px);
    top: 0.375rem;
    width: 12px; height: 12px;
    background: var(--white);
    border: 2px solid var(--red);
    border-radius: 50%;
  }
  .timeline__year { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }
  .timeline__title { font-size: 1.125rem; font-weight: 600; color: var(--black); margin-top: 0.25rem; line-height: 1.35; }
  .timeline__meta { font-size: 0.875rem; color: var(--slate); margin-top: 0.375rem; line-height: 1.5; }

  /* CASE STUDIES (z głównej) */
  .case {
    display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); grid-template-columns: 1fr;
    align-items: center; padding-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--line);
  }
  .case:first-of-type { padding-top: 0; border-top: 0; }
  @media (min-width: 860px) {
    .case { grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 5vw, 4rem); }
    .case--reverse .case__media { order: 2; }
  }
  .case__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-lg); background: var(--paper); }
  .case__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
  .case:hover .case__media img { transform: scale(1.03); }
  .case__body { display: flex; flex-direction: column; gap: 1.25rem; }
  .case__tag { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; font-weight: 600; color: var(--red); letter-spacing: 0.12em; text-transform: uppercase; }
  .case__tag::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
  .case__quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.125rem, 2vw, 1.5rem); line-height: 1.35; color: var(--black); max-width: 30ch; }
  .case__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; font-size: 0.8125rem; color: var(--slate); padding-top: 1rem; border-top: 1px solid var(--line); }
  .case__meta strong { color: var(--black); font-weight: 600; }
  .case__link {
    display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.25rem;
    border: 1.5px solid var(--black); color: var(--black); font-weight: 600;
    font-size: 0.9375rem; border-radius: var(--r-md);
    transition: background 0.22s var(--ease), color 0.22s var(--ease); align-self: flex-start;
  }
  .case__link:hover { background: var(--red); color: var(--white); border-color: var(--red); }
  .case__link svg { width: 14px; height: 14px; }

  /* FOR-WHOM list */
  .for-whom {
    display: grid; gap: 1rem;
    grid-template-columns: 1fr;
  }
  @media (min-width: 720px) { .for-whom { grid-template-columns: repeat(2, 1fr); } }
  .for-whom__item {
    padding: 1.25rem 1.5rem;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    display: flex; gap: 0.875rem; align-items: flex-start;
    transition: border-color 0.22s var(--ease);
  }
  .for-whom__item:hover { border-color: var(--black); }
  .for-whom__icon {
    width: 32px; height: 32px; flex-shrink: 0;
    color: var(--red); margin-top: 0.125rem;
  }
  .for-whom__icon svg { width: 24px; height: 24px; }
  .for-whom__text { font-size: 0.9375rem; line-height: 1.5; color: var(--slate); }
  .for-whom__text strong { color: var(--black); font-weight: 600; display: block; margin-bottom: 0.125rem; }

  /* FAQ */
  .faq { max-width: 52rem; margin: 0 auto; border-top: 1px solid var(--line); }
  .faq__item { border-bottom: 1px solid var(--line); }
  .faq__summary { cursor: pointer; padding: 1.5rem 0; font-weight: 600; font-size: clamp(1rem, 1.5vw, 1.125rem); line-height: 1.35; color: var(--black); display: flex; justify-content: space-between; align-items: flex-start; gap: 1.5rem; list-style: none; transition: color 0.22s var(--ease); }
  .faq__summary::-webkit-details-marker { display: none; }
  .faq__summary:hover { color: var(--red); }
  .faq__icon { flex-shrink: 0; width: 24px; height: 24px; transition: transform 0.32s var(--ease), color 0.22s var(--ease); color: var(--slate); margin-top: 0.125rem; }
  .faq__item[open] .faq__icon { transform: rotate(45deg); color: var(--red); }
  .faq__answer { color: var(--slate); font-size: 1rem; line-height: 1.65; padding: 0 0 1.75rem 0; max-width: 60ch; animation: faqIn 0.4s var(--ease-out); }
  @keyframes faqIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

  /* START */
  .start { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .start { grid-template-columns: repeat(2, 1fr); gap: 2rem; } }
  .start__card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.75rem, 3vw, 2.5rem); display: flex; flex-direction: column; gap: 1.25rem; }
  .start__card--accent { border-color: var(--black); }
  .start__icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r-md); background: var(--paper); color: var(--red); }
  .start__card--accent .start__icon { color: var(--black); }
  .start__icon svg { width: 24px; height: 24px; }
  .start__text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .start__card .btn { align-self: flex-start; margin-top: auto; }

  /* PS */
  .ps { background: var(--black); color: var(--white); padding-top: clamp(5rem, 9vw, 8rem); padding-bottom: clamp(5rem, 9vw, 8rem); text-align: center; }
  .ps__inner { max-width: 46rem; margin: 0 auto; }
  .ps__label { display: inline-block; color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 2rem; }
  .ps__quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.25rem, 2.5vw, 1.875rem); line-height: 1.4; color: var(--white); }
  .ps__cta { margin-top: clamp(2.5rem, 5vw, 3.5rem); }

  /* RELATED services */
  .related {
    background: var(--paper);
    padding-top: clamp(3.5rem, 6vw, 5rem);
    padding-bottom: clamp(3.5rem, 6vw, 5rem);
  }
  .related__inner { display: flex; flex-direction: column; gap: 1.5rem; }
  .related__grid {
    display: grid; gap: 1rem;
    grid-template-columns: 1fr;
  }
  @media (min-width: 720px) { .related__grid { grid-template-columns: repeat(2, 1fr); } }
  .related__item {
    background: var(--white); border: 1px solid var(--line);
    border-radius: var(--r-lg); padding: clamp(1.25rem, 2.5vw, 1.75rem);
    display: flex; flex-direction: column; gap: 0.625rem;
    transition: border-color 0.22s var(--ease);
  }
  .related__item:hover { border-color: var(--black); }
  .related__item-tag { font-size: 0.75rem; font-weight: 600; color: var(--red); letter-spacing: 0.12em; text-transform: uppercase; }
  .related__item-title { font-size: 1.125rem; font-weight: 600; color: var(--black); line-height: 1.3; }
  .related__item-arrow { color: var(--red); display: inline-flex; align-items: center; gap: 0.375rem; font-size: 0.875rem; font-weight: 600; margin-top: 0.25rem; }
  .related__item-arrow svg { width: 14px; height: 14px; transition: transform 0.22s var(--ease); }
  .related__item:hover .related__item-arrow svg { transform: translateX(3px); }

  /* FOOTER (identyczny ze stroną główną) */
  .footer { background: var(--black); color: var(--grey); padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .footer__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; }
  @media (min-width: 760px) { .footer__grid { grid-template-columns: repeat(4, 1fr); } }
  .footer__col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin-bottom: 1.25rem; }
  .footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
  .footer__col a { font-size: 0.9375rem; color: var(--grey); transition: color 0.22s var(--ease); }
  .footer__col a:hover { color: var(--white); }
  .footer__bottom { margin-top: clamp(3rem, 5vw, 4rem); padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; justify-content: space-between; }
  @media (min-width: 760px) { .footer__bottom { flex-direction: row; align-items: center; } }
  .footer__brand { display: flex; align-items: center; gap: 0.75rem; }
  .footer__brand-text { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; color: var(--white); line-height: 1.2; }
  .footer__copy { font-size: 0.8125rem; color: var(--grey); }
  .footer__legal { display: flex; gap: 1.25rem; font-size: 0.8125rem; flex-wrap: wrap; }

  .sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); transform: translateY(100%); transition: transform 0.4s var(--ease-out); }
  .sticky-cta.is-visible { transform: translateY(0); }
  .sticky-cta .btn { width: 100%; justify-content: center; padding: 1rem; font-size: 0.9375rem; }
  @media (min-width: 768px) { .sticky-cta { display: none; } }

  .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: 0.08s; }
  .reveal-delay-2 { transition-delay: 0.16s; }
  .reveal-delay-3 { transition-delay: 0.24s; }

/* ============================================================ */
/* === Z uslugi/warsztaty-urbanistyczne.html === */
/* ============================================================ */
  @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Newsreader:ital,wght@1,400;1,500&display=swap');

  :root {
    --red: #D62027; --red-dark: #B01821; --black: #1D1D1B; --white: #FFFFFF;
    --grey: #AAB2AA; --paper: #F5F4F0; --slate: #4A4A4A; --line: #E5E3DD;
    --container: 1280px; --gutter: clamp(1.25rem, 4vw, 2.5rem); --section-y: clamp(4.5rem, 11vw, 8.5rem);
    --r-sm: 4px; --r-md: 6px; --r-lg: 8px;
    --ease: cubic-bezier(0.25, 1, 0.4, 1); --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --font-display: 'Inter Tight', system-ui, -apple-system, sans-serif;
    --font-serif: 'Newsreader', Georgia, serif;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  }
  body { font-family: var(--font-display); color: var(--black); background: var(--white); line-height: 1.5; overflow-x: hidden; width: 100%; position: relative; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-feature-settings: 'ss01' on, 'cv11' on; }
  p, h1, h2, h3, h4, h5, li, a, span, blockquote { overflow-wrap: break-word; word-break: keep-all; hyphens: auto; max-width: 100%; }
  img { display: block; max-width: 100%; height: auto; }
  a { color: inherit; text-decoration: none; }
  :focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: var(--r-sm); }
  .container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

  .h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 6vw, 3.75rem); line-height: 1.05; letter-spacing: -0.03em; color: var(--black); }
  .h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.75rem, 4.5vw, 2.875rem); line-height: 1.08; letter-spacing: -0.025em; color: var(--black); }
  .h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.25rem, 2.4vw, 1.625rem); line-height: 1.25; letter-spacing: -0.015em; color: var(--black); }
  .eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); }
  .lede { font-size: clamp(1rem, 1.5vw, 1.1875rem); line-height: 1.55; color: var(--slate); max-width: 60ch; }

  .btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 1.375rem; font-family: var(--font-display); font-weight: 600; font-size: 0.9375rem; line-height: 1; border-radius: var(--r-md); border: 1.5px solid transparent; cursor: pointer; text-decoration: none; transition: background 0.22s var(--ease), border-color 0.22s var(--ease), color 0.22s var(--ease), transform 0.22s var(--ease); white-space: nowrap; will-change: transform; }
  .btn--primary { background: var(--red); color: var(--white); border-color: var(--red); }
  .btn--primary:hover { background: var(--black); border-color: var(--black); }
  .btn--primary:active { transform: scale(0.98); }
  .btn--ghost { background: transparent; color: var(--black); border-color: var(--black); }
  .btn--ghost:hover { background: var(--black); color: var(--white); }
  .btn--large { padding: 1.125rem 2rem; font-size: 1rem; }
  .btn .arrow { width: 14px; height: 14px; flex-shrink: 0; transition: transform 0.22s var(--ease); }
  .btn:hover .arrow { transform: translateX(3px); }

  .header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.78); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); border-bottom: 1px solid transparent; transition: border-color 0.3s var(--ease); }
  .header.is-scrolled { border-bottom-color: var(--line); }
  .header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 0.875rem; padding-bottom: 0.875rem; }
  .brand { display: flex; align-items: center; gap: 0.625rem; flex-shrink: 0; }
  .brand__logo { width: 36px; height: 36px; flex-shrink: 0; }
  .brand__text { font-family: var(--font-display); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.02em; line-height: 1.05; color: var(--black); text-transform: uppercase; display: none; }
  @media (min-width: 480px) { .brand__text { display: block; } }
  .nav { display: none; gap: 1.75rem; align-items: center; }
  .nav a { font-size: 0.9375rem; font-weight: 500; color: var(--black); transition: color 0.18s var(--ease); position: relative; }
  .nav a:hover { color: var(--red); }
  .nav a.is-active { color: var(--red); }
  .nav a.is-active::after { content: ''; position: absolute; bottom: -22px; left: 0; right: 0; height: 2px; background: var(--red); }
  @media (min-width: 1024px) { .nav { display: flex; } }
  .header__cta { display: flex; align-items: center; gap: 0.625rem; }
  .header__cta .btn--ghost { display: none; }
  @media (min-width: 768px) { .header__cta .btn--ghost { display: inline-flex; } }
  .header__cta .btn { padding: 0.625rem 1rem; font-size: 0.875rem; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: transparent; border: 1px solid var(--line); border-radius: var(--r-md); cursor: pointer; flex-shrink: 0; }
  @media (min-width: 1024px) { .menu-toggle { display: none; } }
  .menu-toggle svg { width: 18px; height: 18px; color: var(--black); }
  .mobile-menu { position: fixed; inset: 0; background: var(--white); z-index: 60; padding: 1.5rem var(--gutter); transform: translateY(-100%); transition: transform 0.4s var(--ease-out); overflow-y: auto; }
  .mobile-menu.is-open { transform: translateY(0); }
  .mobile-menu__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; }
  .mobile-menu__nav { display: flex; flex-direction: column; gap: 1.25rem; }
  .mobile-menu__nav a { font-size: 1.5rem; font-weight: 600; color: var(--black); padding: 0.5rem 0; border-bottom: 1px solid var(--line); }
  .mobile-menu__cta { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
  .mobile-menu__cta .btn { width: 100%; justify-content: center; padding: 1rem 1.5rem; }

  .breadcrumb { padding-top: 1.5rem; }
  .breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; font-size: 0.8125rem; color: var(--slate); }
  .breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 0.5rem; color: var(--grey); }
  .breadcrumb a { color: var(--slate); transition: color 0.18s var(--ease); }
  .breadcrumb a:hover { color: var(--red); }
  .breadcrumb [aria-current] { color: var(--black); font-weight: 500; }

  .hero-page { padding-top: clamp(2rem, 5vw, 3.5rem); padding-bottom: clamp(4rem, 8vw, 7rem); border-bottom: 1px solid var(--line); }
  .hero-page__inner { display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: 1fr; align-items: center; }
  @media (min-width: 980px) { .hero-page__inner { grid-template-columns: 1.05fr 1fr; gap: clamp(3rem, 6vw, 5rem); } }
  .hero-page__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: clamp(1rem, 2vw, 1.5rem); color: var(--red); font-weight: 600; }
  .hero-page__eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--red); }
  .hero-page__lede { margin-top: clamp(1rem, 2vw, 1.5rem); }
  .hero-page__cta { display: flex; flex-wrap: wrap; gap: 0.625rem; margin-top: clamp(1.75rem, 3vw, 2.25rem); }
  .hero-page__image-wrap { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-lg); background: var(--paper); }
  @media (min-width: 980px) { .hero-page__image-wrap { aspect-ratio: 5 / 6; } }
  .hero-page__image { width: 100%; height: 100%; object-fit: cover; }

  .problem { padding-top: clamp(4rem, 8vw, 6rem); padding-bottom: clamp(4rem, 8vw, 6rem); background: var(--paper); }
  .problem__grid { display: grid; gap: clamp(1.5rem, 3vw, 2rem); grid-template-columns: 1fr; }
  @media (min-width: 720px) { .problem__grid { grid-template-columns: repeat(2, 1fr); } }
  .problem__card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 2.5vw, 2.25rem); display: flex; flex-direction: column; gap: 0.75rem; }
  .problem__card-tool { color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
  .problem__card-title { font-size: 1.0625rem; font-weight: 600; line-height: 1.35; color: var(--black); }
  .problem__card-text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .problem__bottom-line { margin-top: clamp(2.5rem, 4vw, 3.5rem); padding: clamp(1.5rem, 2.5vw, 2rem); background: var(--black); color: var(--white); border-radius: var(--r-lg); font-family: var(--font-serif); font-style: italic; font-size: clamp(1.125rem, 2vw, 1.5rem); line-height: 1.4; }

  .section { padding-top: var(--section-y); padding-bottom: var(--section-y); }
  .section--paper { background: var(--paper); }
  .section--dark { background: var(--black); color: var(--white); }
  .section--dark .h2 { color: var(--white); }
  .section__head { display: flex; flex-direction: column; gap: 1rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); max-width: 64rem; }
  .section__head--center { text-align: center; align-items: center; margin-left: auto; margin-right: auto; }

  .formats { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .formats { grid-template-columns: repeat(2, 1fr); } }
  .format-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.75rem, 3vw, 2.25rem); display: flex; flex-direction: column; gap: 1rem; position: relative; transition: border-color 0.22s var(--ease); }
  .format-card:hover { border-color: var(--black); }
  .format-card--primary { background: var(--black); color: var(--white); border-color: var(--black); }
  .format-card--primary:hover { border-color: var(--red); }
  .format-card--primary .format-card__num { color: var(--red); }
  .format-card--primary .format-card__title { color: var(--white); }
  .format-card--primary .format-card__text { color: var(--grey); }
  .format-card--primary .format-card__meta { color: var(--grey); border-top-color: rgba(255,255,255,0.12); }
  .format-card__num { color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
  .format-card__title { font-size: 1.25rem; font-weight: 600; color: var(--black); line-height: 1.3; }
  .format-card__text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .format-card__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; font-size: 0.8125rem; color: var(--slate); padding-top: 0.875rem; margin-top: auto; border-top: 1px solid var(--line); }
  .format-card__meta strong { color: inherit; font-weight: 600; }

  .process-steps { display: grid; gap: 1.5rem; grid-template-columns: 1fr; margin-top: clamp(2.5rem, 5vw, 4rem); }
  @media (min-width: 800px) { .process-steps { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
  .process-step { padding: 1.5rem; border-top: 2px solid var(--red); background: var(--white); }
  .process-step__num { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }
  .process-step__title { font-size: 1.0625rem; font-weight: 600; color: var(--black); margin-top: 0.5rem; line-height: 1.3; }
  .process-step__text { color: var(--slate); font-size: 0.875rem; line-height: 1.55; margin-top: 0.5rem; }

  .deliverables { border-top: 1px solid var(--line); }
  .deliverable { display: grid; grid-template-columns: 1fr; gap: 0.5rem 2rem; padding: clamp(1.5rem, 2.5vw, 2rem) 0; border-bottom: 1px solid var(--line); }
  @media (min-width: 760px) { .deliverable { grid-template-columns: 1fr 1.5fr; } }
  .deliverable__what { font-weight: 600; color: var(--black); font-size: clamp(1rem, 1.4vw, 1.125rem); line-height: 1.3; }
  .deliverable__how { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .deliverable__how strong { color: var(--black); font-weight: 600; }
  .deliverable__how a { color: var(--red); font-weight: 600; }

  .timeline { position: relative; padding-left: 1.5rem; border-left: 2px solid var(--line); }
  .timeline__item { position: relative; padding-bottom: clamp(2rem, 4vw, 3rem); }
  .timeline__item:last-child { padding-bottom: 0; }
  .timeline__item::before { content: ''; position: absolute; left: calc(-1.5rem - 1px - 6px); top: 0.375rem; width: 12px; height: 12px; background: var(--white); border: 2px solid var(--red); border-radius: 50%; }
  .timeline__year { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }
  .timeline__title { font-size: 1.125rem; font-weight: 600; color: var(--black); margin-top: 0.25rem; line-height: 1.35; }
  .timeline__meta { font-size: 0.875rem; color: var(--slate); margin-top: 0.375rem; line-height: 1.5; }
  .timeline__meta a { color: var(--red); font-weight: 600; }

  .case { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); grid-template-columns: 1fr; align-items: center; padding-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--line); }
  .case:first-of-type { padding-top: 0; border-top: 0; }
  @media (min-width: 860px) {
    .case { grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 5vw, 4rem); }
    .case--reverse .case__media { order: 2; }
  }
  .case__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-lg); background: var(--paper); }
  .case__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
  .case:hover .case__media img { transform: scale(1.03); }
  .case__body { display: flex; flex-direction: column; gap: 1.25rem; }
  .case__tag { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; font-weight: 600; color: var(--red); letter-spacing: 0.12em; text-transform: uppercase; }
  .case__tag::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
  .case__quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.125rem, 2vw, 1.5rem); line-height: 1.35; color: var(--black); max-width: 30ch; }
  .case__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; font-size: 0.8125rem; color: var(--slate); padding-top: 1rem; border-top: 1px solid var(--line); }
  .case__meta strong { color: var(--black); font-weight: 600; }
  .case__link { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.25rem; border: 1.5px solid var(--black); color: var(--black); font-weight: 600; font-size: 0.9375rem; border-radius: var(--r-md); transition: background 0.22s var(--ease), color 0.22s var(--ease); align-self: flex-start; }
  .case__link:hover { background: var(--red); color: var(--white); border-color: var(--red); }
  .case__link svg { width: 14px; height: 14px; }

  .for-whom { display: grid; gap: 1rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .for-whom { grid-template-columns: repeat(2, 1fr); } }
  .for-whom__item { padding: 1.25rem 1.5rem; border: 1px solid var(--line); border-radius: var(--r-md); display: flex; gap: 0.875rem; align-items: flex-start; transition: border-color 0.22s var(--ease); }
  .for-whom__item:hover { border-color: var(--black); }
  .for-whom__icon { width: 32px; height: 32px; flex-shrink: 0; color: var(--red); margin-top: 0.125rem; }
  .for-whom__icon svg { width: 24px; height: 24px; }
  .for-whom__text { font-size: 0.9375rem; line-height: 1.5; color: var(--slate); }
  .for-whom__text strong { color: var(--black); font-weight: 600; display: block; margin-bottom: 0.125rem; }

  .faq { max-width: 52rem; margin: 0 auto; border-top: 1px solid var(--line); }
  .faq__item { border-bottom: 1px solid var(--line); }
  .faq__summary { cursor: pointer; padding: 1.5rem 0; font-weight: 600; font-size: clamp(1rem, 1.5vw, 1.125rem); line-height: 1.35; color: var(--black); display: flex; justify-content: space-between; align-items: flex-start; gap: 1.5rem; list-style: none; transition: color 0.22s var(--ease); }
  .faq__summary::-webkit-details-marker { display: none; }
  .faq__summary:hover { color: var(--red); }
  .faq__icon { flex-shrink: 0; width: 24px; height: 24px; transition: transform 0.32s var(--ease), color 0.22s var(--ease); color: var(--slate); margin-top: 0.125rem; }
  .faq__item[open] .faq__icon { transform: rotate(45deg); color: var(--red); }
  .faq__answer { color: var(--slate); font-size: 1rem; line-height: 1.65; padding: 0 0 1.75rem 0; max-width: 60ch; animation: faqIn 0.4s var(--ease-out); }
  @keyframes faqIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

  .start { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .start { grid-template-columns: repeat(2, 1fr); gap: 2rem; } }
  .start__card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.75rem, 3vw, 2.5rem); display: flex; flex-direction: column; gap: 1.25rem; }
  .start__card--accent { border-color: var(--black); }
  .start__icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r-md); background: var(--paper); color: var(--red); }
  .start__card--accent .start__icon { color: var(--black); }
  .start__icon svg { width: 24px; height: 24px; }
  .start__text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .start__card .btn { align-self: flex-start; margin-top: auto; }

  .ps { background: var(--black); color: var(--white); padding-top: clamp(5rem, 9vw, 8rem); padding-bottom: clamp(5rem, 9vw, 8rem); text-align: center; }
  .ps__inner { max-width: 46rem; margin: 0 auto; }
  .ps__label { display: inline-block; color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 2rem; }
  .ps__quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.25rem, 2.5vw, 1.875rem); line-height: 1.4; color: var(--white); }
  .ps__cta { margin-top: clamp(2.5rem, 5vw, 3.5rem); }

  .related { background: var(--paper); padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: clamp(3.5rem, 6vw, 5rem); }
  .related__inner { display: flex; flex-direction: column; gap: 1.5rem; }
  .related__grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .related__grid { grid-template-columns: repeat(2, 1fr); } }
  .related__item { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.25rem, 2.5vw, 1.75rem); display: flex; flex-direction: column; gap: 0.625rem; transition: border-color 0.22s var(--ease); }
  .related__item:hover { border-color: var(--black); }
  .related__item-tag { font-size: 0.75rem; font-weight: 600; color: var(--red); letter-spacing: 0.12em; text-transform: uppercase; }
  .related__item-title { font-size: 1.125rem; font-weight: 600; color: var(--black); line-height: 1.3; }
  .related__item-arrow { color: var(--red); display: inline-flex; align-items: center; gap: 0.375rem; font-size: 0.875rem; font-weight: 600; margin-top: 0.25rem; }
  .related__item-arrow svg { width: 14px; height: 14px; transition: transform 0.22s var(--ease); }
  .related__item:hover .related__item-arrow svg { transform: translateX(3px); }

  .footer { background: var(--black); color: var(--grey); padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .footer__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; }
  @media (min-width: 760px) { .footer__grid { grid-template-columns: repeat(4, 1fr); } }
  .footer__col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin-bottom: 1.25rem; }
  .footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
  .footer__col a { font-size: 0.9375rem; color: var(--grey); transition: color 0.22s var(--ease); }
  .footer__col a:hover { color: var(--white); }
  .footer__bottom { margin-top: clamp(3rem, 5vw, 4rem); padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; justify-content: space-between; }
  @media (min-width: 760px) { .footer__bottom { flex-direction: row; align-items: center; } }
  .footer__brand { display: flex; align-items: center; gap: 0.75rem; }
  .footer__brand-text { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; color: var(--white); line-height: 1.2; }
  .footer__copy { font-size: 0.8125rem; color: var(--grey); }
  .footer__legal { display: flex; gap: 1.25rem; font-size: 0.8125rem; flex-wrap: wrap; }

  .sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); transform: translateY(100%); transition: transform 0.4s var(--ease-out); }
  .sticky-cta.is-visible { transform: translateY(0); }
  .sticky-cta .btn { width: 100%; justify-content: center; padding: 1rem; font-size: 0.9375rem; }
  @media (min-width: 768px) { .sticky-cta { display: none; } }

  .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: 0.08s; }
  .reveal-delay-2 { transition-delay: 0.16s; }
  .reveal-delay-3 { transition-delay: 0.24s; }

/* ============================================================ */
/* === Z uslugi/szkolne-klimaty.html === */
/* ============================================================ */
  @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Newsreader:ital,wght@1,400;1,500&display=swap');

  :root {
    --red: #D62027; --red-dark: #B01821; --black: #1D1D1B; --white: #FFFFFF;
    --grey: #AAB2AA; --paper: #F5F4F0; --slate: #4A4A4A; --line: #E5E3DD;
    --container: 1280px; --gutter: clamp(1.25rem, 4vw, 2.5rem); --section-y: clamp(4.5rem, 11vw, 8.5rem);
    --r-sm: 4px; --r-md: 6px; --r-lg: 8px;
    --ease: cubic-bezier(0.25, 1, 0.4, 1); --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --font-display: 'Inter Tight', system-ui, -apple-system, sans-serif;
    --font-serif: 'Newsreader', Georgia, serif;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  }
  body { font-family: var(--font-display); color: var(--black); background: var(--white); line-height: 1.5; overflow-x: hidden; width: 100%; position: relative; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-feature-settings: 'ss01' on, 'cv11' on; }
  p, h1, h2, h3, h4, h5, li, a, span, blockquote { overflow-wrap: break-word; word-break: keep-all; hyphens: auto; max-width: 100%; }
  img { display: block; max-width: 100%; height: auto; }
  a { color: inherit; text-decoration: none; }
  :focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: var(--r-sm); }
  .container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

  .h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 6vw, 3.75rem); line-height: 1.05; letter-spacing: -0.03em; color: var(--black); }
  .h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.75rem, 4.5vw, 2.875rem); line-height: 1.08; letter-spacing: -0.025em; color: var(--black); }
  .h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.25rem, 2.4vw, 1.625rem); line-height: 1.25; letter-spacing: -0.015em; color: var(--black); }
  .eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); }
  .lede { font-size: clamp(1rem, 1.5vw, 1.1875rem); line-height: 1.55; color: var(--slate); max-width: 60ch; }

  .btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 1.375rem; font-family: var(--font-display); font-weight: 600; font-size: 0.9375rem; line-height: 1; border-radius: var(--r-md); border: 1.5px solid transparent; cursor: pointer; text-decoration: none; transition: background 0.22s var(--ease), border-color 0.22s var(--ease), color 0.22s var(--ease), transform 0.22s var(--ease); white-space: nowrap; will-change: transform; }
  .btn--primary { background: var(--red); color: var(--white); border-color: var(--red); }
  .btn--primary:hover { background: var(--black); border-color: var(--black); }
  .btn--primary:active { transform: scale(0.98); }
  .btn--ghost { background: transparent; color: var(--black); border-color: var(--black); }
  .btn--ghost:hover { background: var(--black); color: var(--white); }
  .btn--large { padding: 1.125rem 2rem; font-size: 1rem; }
  .btn .arrow { width: 14px; height: 14px; flex-shrink: 0; transition: transform 0.22s var(--ease); }
  .btn:hover .arrow { transform: translateX(3px); }

  .header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.78); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); border-bottom: 1px solid transparent; transition: border-color 0.3s var(--ease); }
  .header.is-scrolled { border-bottom-color: var(--line); }
  .header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 0.875rem; padding-bottom: 0.875rem; }
  .brand { display: flex; align-items: center; gap: 0.625rem; flex-shrink: 0; }
  .brand__logo { width: 36px; height: 36px; flex-shrink: 0; }
  .brand__text { font-family: var(--font-display); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.02em; line-height: 1.05; color: var(--black); text-transform: uppercase; display: none; }
  @media (min-width: 480px) { .brand__text { display: block; } }
  .nav { display: none; gap: 1.75rem; align-items: center; }
  .nav a { font-size: 0.9375rem; font-weight: 500; color: var(--black); transition: color 0.18s var(--ease); position: relative; }
  .nav a:hover { color: var(--red); }
  .nav a.is-active { color: var(--red); }
  .nav a.is-active::after { content: ''; position: absolute; bottom: -22px; left: 0; right: 0; height: 2px; background: var(--red); }
  @media (min-width: 1024px) { .nav { display: flex; } }
  .header__cta { display: flex; align-items: center; gap: 0.625rem; }
  .header__cta .btn--ghost { display: none; }
  @media (min-width: 768px) { .header__cta .btn--ghost { display: inline-flex; } }
  .header__cta .btn { padding: 0.625rem 1rem; font-size: 0.875rem; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: transparent; border: 1px solid var(--line); border-radius: var(--r-md); cursor: pointer; flex-shrink: 0; }
  @media (min-width: 1024px) { .menu-toggle { display: none; } }
  .menu-toggle svg { width: 18px; height: 18px; color: var(--black); }
  .mobile-menu { position: fixed; inset: 0; background: var(--white); z-index: 60; padding: 1.5rem var(--gutter); transform: translateY(-100%); transition: transform 0.4s var(--ease-out); overflow-y: auto; }
  .mobile-menu.is-open { transform: translateY(0); }
  .mobile-menu__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; }
  .mobile-menu__nav { display: flex; flex-direction: column; gap: 1.25rem; }
  .mobile-menu__nav a { font-size: 1.5rem; font-weight: 600; color: var(--black); padding: 0.5rem 0; border-bottom: 1px solid var(--line); }
  .mobile-menu__cta { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
  .mobile-menu__cta .btn { width: 100%; justify-content: center; padding: 1rem 1.5rem; }

  .breadcrumb { padding-top: 1.5rem; }
  .breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; font-size: 0.8125rem; color: var(--slate); }
  .breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 0.5rem; color: var(--grey); }
  .breadcrumb a { color: var(--slate); transition: color 0.18s var(--ease); }
  .breadcrumb a:hover { color: var(--red); }
  .breadcrumb [aria-current] { color: var(--black); font-weight: 500; }

  .hero-page { padding-top: clamp(2rem, 5vw, 3.5rem); padding-bottom: clamp(4rem, 8vw, 7rem); border-bottom: 1px solid var(--line); }
  .hero-page__inner { display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: 1fr; align-items: center; }
  @media (min-width: 980px) { .hero-page__inner { grid-template-columns: 1.05fr 1fr; gap: clamp(3rem, 6vw, 5rem); } }
  .hero-page__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: clamp(1rem, 2vw, 1.5rem); color: var(--red); font-weight: 600; }
  .hero-page__eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--red); }
  .hero-page__lede { margin-top: clamp(1rem, 2vw, 1.5rem); }
  .hero-page__cta { display: flex; flex-wrap: wrap; gap: 0.625rem; margin-top: clamp(1.75rem, 3vw, 2.25rem); }
  .hero-page__image-wrap { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-lg); background: var(--paper); }
  @media (min-width: 980px) { .hero-page__image-wrap { aspect-ratio: 5 / 6; } }
  .hero-page__image { width: 100%; height: 100%; object-fit: cover; }

  /* Subdomain banner pod hero */
  .subdomain-banner {
    background: var(--black);
    color: var(--white);
    padding-top: clamp(1.5rem, 3vw, 2rem);
    padding-bottom: clamp(1.5rem, 3vw, 2rem);
  }
  .subdomain-banner__inner {
    display: flex; flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
    justify-content: space-between;
  }
  @media (min-width: 720px) { .subdomain-banner__inner { flex-direction: row; align-items: center; } }
  .subdomain-banner__text { display: flex; flex-direction: column; gap: 0.375rem; max-width: 48rem; }
  .subdomain-banner__label { color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
  .subdomain-banner__title { font-size: clamp(1.0625rem, 1.6vw, 1.25rem); font-weight: 600; line-height: 1.4; color: var(--white); }
  .subdomain-banner__link {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.875rem 1.375rem;
    background: var(--white); color: var(--black);
    font-weight: 600; font-size: 0.9375rem;
    border-radius: var(--r-md);
    transition: background 0.22s var(--ease), color 0.22s var(--ease);
    flex-shrink: 0;
  }
  .subdomain-banner__link:hover { background: var(--red); color: var(--white); }
  .subdomain-banner__link svg { width: 14px; height: 14px; }

  .problem { padding-top: clamp(4rem, 8vw, 6rem); padding-bottom: clamp(4rem, 8vw, 6rem); background: var(--paper); }
  .problem__grid { display: grid; gap: clamp(1.5rem, 3vw, 2rem); grid-template-columns: 1fr; }
  @media (min-width: 720px) { .problem__grid { grid-template-columns: repeat(2, 1fr); } }
  .problem__card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 2.5vw, 2.25rem); display: flex; flex-direction: column; gap: 0.75rem; }
  .problem__card-tool { color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
  .problem__card-title { font-size: 1.0625rem; font-weight: 600; line-height: 1.35; color: var(--black); }
  .problem__card-text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .problem__bottom-line { margin-top: clamp(2.5rem, 4vw, 3.5rem); padding: clamp(1.5rem, 2.5vw, 2rem); background: var(--black); color: var(--white); border-radius: var(--r-lg); font-family: var(--font-serif); font-style: italic; font-size: clamp(1.125rem, 2vw, 1.5rem); line-height: 1.4; }

  .section { padding-top: var(--section-y); padding-bottom: var(--section-y); }
  .section--paper { background: var(--paper); }
  .section--dark { background: var(--black); color: var(--white); }
  .section--dark .h2 { color: var(--white); }
  .section__head { display: flex; flex-direction: column; gap: 1rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); max-width: 64rem; }
  .section__head--center { text-align: center; align-items: center; margin-left: auto; margin-right: auto; }

  /* Two pillars */
  .pillars { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
  @media (min-width: 760px) { .pillars { grid-template-columns: repeat(2, 1fr); gap: 1.75rem; } }
  .pillar { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.75rem, 3vw, 2.5rem); display: flex; flex-direction: column; gap: 1rem; position: relative; }
  .pillar::before { content: ''; position: absolute; top: -1px; left: -1px; width: 80px; height: 3px; background: var(--red); }
  .pillar__num { color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
  .pillar__title { font-size: 1.375rem; font-weight: 700; color: var(--black); line-height: 1.25; }
  .pillar__text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .pillar__highlight { background: var(--paper); padding: 1rem 1.25rem; border-radius: var(--r-md); font-family: var(--font-serif); font-style: italic; font-size: 1rem; line-height: 1.5; color: var(--black); margin-top: 0.5rem; }

  /* Workshop format */
  .workshop { display: grid; gap: 1rem; grid-template-columns: 1fr; margin-top: clamp(2.5rem, 5vw, 4rem); }
  @media (min-width: 800px) { .workshop { grid-template-columns: repeat(3, 1fr); } }
  .workshop__item { padding: 1.5rem; border-top: 2px solid var(--red); background: var(--white); }
  .workshop__item-num { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }
  .workshop__item-title { font-size: 1.0625rem; font-weight: 600; color: var(--black); margin-top: 0.5rem; line-height: 1.3; }
  .workshop__item-text { color: var(--slate); font-size: 0.875rem; line-height: 1.55; margin-top: 0.5rem; }
  .workshop__item-meta { display: inline-block; margin-top: 0.75rem; padding: 0.25rem 0.625rem; background: var(--paper); color: var(--slate); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; border-radius: var(--r-sm); }

  /* Facts row (3 large stats) */
  .facts { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .facts { grid-template-columns: repeat(3, 1fr); } }
  .fact { padding: 1.5rem 0; border-top: 1px solid var(--line); position: relative; }
  .fact::before { content: ''; position: absolute; top: -1px; left: 0; width: 32px; height: 1px; background: var(--red); }
  .fact__value { font-size: clamp(2rem, 4.5vw, 3.5rem); font-weight: 700; line-height: 0.95; letter-spacing: -0.035em; color: var(--black); }
  .fact__value em { font-style: normal; color: var(--red); }
  .fact__label { color: var(--slate); font-size: 0.9375rem; line-height: 1.4; margin-top: 0.625rem; max-width: 28ch; }
  .fact__source { color: var(--slate); font-size: 0.75rem; font-style: italic; margin-top: 0.375rem; }

  .deliverables { border-top: 1px solid var(--line); }
  .deliverable { display: grid; grid-template-columns: 1fr; gap: 0.5rem 2rem; padding: clamp(1.5rem, 2.5vw, 2rem) 0; border-bottom: 1px solid var(--line); }
  @media (min-width: 760px) { .deliverable { grid-template-columns: 1fr 1.5fr; } }
  .deliverable__what { font-weight: 600; color: var(--black); font-size: clamp(1rem, 1.4vw, 1.125rem); line-height: 1.3; }
  .deliverable__how { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .deliverable__how strong { color: var(--black); font-weight: 600; }
  .deliverable__how a { color: var(--red); font-weight: 600; }

  .timeline { position: relative; padding-left: 1.5rem; border-left: 2px solid var(--line); }
  .timeline__item { position: relative; padding-bottom: clamp(2rem, 4vw, 3rem); }
  .timeline__item:last-child { padding-bottom: 0; }
  .timeline__item::before { content: ''; position: absolute; left: calc(-1.5rem - 1px - 6px); top: 0.375rem; width: 12px; height: 12px; background: var(--white); border: 2px solid var(--red); border-radius: 50%; }
  .timeline__year { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }
  .timeline__title { font-size: 1.125rem; font-weight: 600; color: var(--black); margin-top: 0.25rem; line-height: 1.35; }
  .timeline__meta { font-size: 0.875rem; color: var(--slate); margin-top: 0.375rem; line-height: 1.5; }
  .timeline__meta a { color: var(--red); font-weight: 600; }

  .case { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); grid-template-columns: 1fr; align-items: center; padding-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--line); }
  .case:first-of-type { padding-top: 0; border-top: 0; }
  @media (min-width: 860px) {
    .case { grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 5vw, 4rem); }
    .case--reverse .case__media { order: 2; }
  }
  .case__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-lg); background: var(--paper); }
  .case__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
  .case:hover .case__media img { transform: scale(1.03); }
  .case__body { display: flex; flex-direction: column; gap: 1.25rem; }
  .case__tag { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; font-weight: 600; color: var(--red); letter-spacing: 0.12em; text-transform: uppercase; }
  .case__tag::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
  .case__quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.125rem, 2vw, 1.5rem); line-height: 1.35; color: var(--black); max-width: 30ch; }
  .case__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; font-size: 0.8125rem; color: var(--slate); padding-top: 1rem; border-top: 1px solid var(--line); }
  .case__meta strong { color: var(--black); font-weight: 600; }
  .case__link { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.25rem; border: 1.5px solid var(--black); color: var(--black); font-weight: 600; font-size: 0.9375rem; border-radius: var(--r-md); transition: background 0.22s var(--ease), color 0.22s var(--ease); align-self: flex-start; }
  .case__link:hover { background: var(--red); color: var(--white); border-color: var(--red); }
  .case__link svg { width: 14px; height: 14px; }

  .for-whom { display: grid; gap: 1rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .for-whom { grid-template-columns: repeat(2, 1fr); } }
  .for-whom__item { padding: 1.25rem 1.5rem; border: 1px solid var(--line); border-radius: var(--r-md); display: flex; gap: 0.875rem; align-items: flex-start; transition: border-color 0.22s var(--ease); }
  .for-whom__item:hover { border-color: var(--black); }
  .for-whom__icon { width: 32px; height: 32px; flex-shrink: 0; color: var(--red); margin-top: 0.125rem; }
  .for-whom__icon svg { width: 24px; height: 24px; }
  .for-whom__text { font-size: 0.9375rem; line-height: 1.5; color: var(--slate); }
  .for-whom__text strong { color: var(--black); font-weight: 600; display: block; margin-bottom: 0.125rem; }

  .faq { max-width: 52rem; margin: 0 auto; border-top: 1px solid var(--line); }
  .faq__item { border-bottom: 1px solid var(--line); }
  .faq__summary { cursor: pointer; padding: 1.5rem 0; font-weight: 600; font-size: clamp(1rem, 1.5vw, 1.125rem); line-height: 1.35; color: var(--black); display: flex; justify-content: space-between; align-items: flex-start; gap: 1.5rem; list-style: none; transition: color 0.22s var(--ease); }
  .faq__summary::-webkit-details-marker { display: none; }
  .faq__summary:hover { color: var(--red); }
  .faq__icon { flex-shrink: 0; width: 24px; height: 24px; transition: transform 0.32s var(--ease), color 0.22s var(--ease); color: var(--slate); margin-top: 0.125rem; }
  .faq__item[open] .faq__icon { transform: rotate(45deg); color: var(--red); }
  .faq__answer { color: var(--slate); font-size: 1rem; line-height: 1.65; padding: 0 0 1.75rem 0; max-width: 60ch; animation: faqIn 0.4s var(--ease-out); }
  @keyframes faqIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

  .start { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .start { grid-template-columns: repeat(2, 1fr); gap: 2rem; } }
  .start__card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.75rem, 3vw, 2.5rem); display: flex; flex-direction: column; gap: 1.25rem; }
  .start__card--accent { border-color: var(--black); }
  .start__icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r-md); background: var(--paper); color: var(--red); }
  .start__card--accent .start__icon { color: var(--black); }
  .start__icon svg { width: 24px; height: 24px; }
  .start__text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .start__card .btn { align-self: flex-start; margin-top: auto; }

  .ps { background: var(--black); color: var(--white); padding-top: clamp(5rem, 9vw, 8rem); padding-bottom: clamp(5rem, 9vw, 8rem); text-align: center; }
  .ps__inner { max-width: 46rem; margin: 0 auto; }
  .ps__label { display: inline-block; color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 2rem; }
  .ps__quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.25rem, 2.5vw, 1.875rem); line-height: 1.4; color: var(--white); }
  .ps__cta { margin-top: clamp(2.5rem, 5vw, 3.5rem); display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

  .related { background: var(--paper); padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: clamp(3.5rem, 6vw, 5rem); }
  .related__inner { display: flex; flex-direction: column; gap: 1.5rem; }
  .related__grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .related__grid { grid-template-columns: repeat(2, 1fr); } }
  .related__item { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.25rem, 2.5vw, 1.75rem); display: flex; flex-direction: column; gap: 0.625rem; transition: border-color 0.22s var(--ease); }
  .related__item:hover { border-color: var(--black); }
  .related__item-tag { font-size: 0.75rem; font-weight: 600; color: var(--red); letter-spacing: 0.12em; text-transform: uppercase; }
  .related__item-title { font-size: 1.125rem; font-weight: 600; color: var(--black); line-height: 1.3; }
  .related__item-arrow { color: var(--red); display: inline-flex; align-items: center; gap: 0.375rem; font-size: 0.875rem; font-weight: 600; margin-top: 0.25rem; }
  .related__item-arrow svg { width: 14px; height: 14px; transition: transform 0.22s var(--ease); }
  .related__item:hover .related__item-arrow svg { transform: translateX(3px); }

  .footer { background: var(--black); color: var(--grey); padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .footer__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; }
  @media (min-width: 760px) { .footer__grid { grid-template-columns: repeat(4, 1fr); } }
  .footer__col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin-bottom: 1.25rem; }
  .footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
  .footer__col a { font-size: 0.9375rem; color: var(--grey); transition: color 0.22s var(--ease); }
  .footer__col a:hover { color: var(--white); }
  .footer__bottom { margin-top: clamp(3rem, 5vw, 4rem); padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; justify-content: space-between; }
  @media (min-width: 760px) { .footer__bottom { flex-direction: row; align-items: center; } }
  .footer__brand { display: flex; align-items: center; gap: 0.75rem; }
  .footer__brand-text { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; color: var(--white); line-height: 1.2; }
  .footer__copy { font-size: 0.8125rem; color: var(--grey); }
  .footer__legal { display: flex; gap: 1.25rem; font-size: 0.8125rem; flex-wrap: wrap; }

  .sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); transform: translateY(100%); transition: transform 0.4s var(--ease-out); }
  .sticky-cta.is-visible { transform: translateY(0); }
  .sticky-cta .btn { width: 100%; justify-content: center; padding: 1rem; font-size: 0.9375rem; }
  @media (min-width: 768px) { .sticky-cta { display: none; } }

  .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: 0.08s; }
  .reveal-delay-2 { transition-delay: 0.16s; }
  .reveal-delay-3 { transition-delay: 0.24s; }

/* ============================================================ */
/* === Z o-fundacji.html === */
/* ============================================================ */
  @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Newsreader:ital,wght@1,400;1,500&display=swap');

  :root {
    --red: #D62027; --red-dark: #B01821; --black: #1D1D1B; --white: #FFFFFF;
    --grey: #AAB2AA; --paper: #F5F4F0; --slate: #4A4A4A; --line: #E5E3DD;
    --container: 1280px; --gutter: clamp(1.25rem, 4vw, 2.5rem); --section-y: clamp(4.5rem, 11vw, 8.5rem);
    --r-sm: 4px; --r-md: 6px; --r-lg: 8px;
    --ease: cubic-bezier(0.25, 1, 0.4, 1); --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --font-display: 'Inter Tight', system-ui, -apple-system, sans-serif;
    --font-serif: 'Newsreader', Georgia, serif;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  }
  body { font-family: var(--font-display); color: var(--black); background: var(--white); line-height: 1.5; overflow-x: hidden; width: 100%; position: relative; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-feature-settings: 'ss01' on, 'cv11' on; }
  p, h1, h2, h3, h4, h5, li, a, span, blockquote { overflow-wrap: break-word; word-break: keep-all; hyphens: auto; max-width: 100%; }
  img { display: block; max-width: 100%; height: auto; }
  a { color: inherit; text-decoration: none; }
  :focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: var(--r-sm); }
  .container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

  .h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 6vw, 3.75rem); line-height: 1.05; letter-spacing: -0.03em; color: var(--black); }
  .h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.75rem, 4.5vw, 2.875rem); line-height: 1.08; letter-spacing: -0.025em; color: var(--black); }
  .h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.25rem, 2.4vw, 1.625rem); line-height: 1.25; letter-spacing: -0.015em; color: var(--black); }
  .eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); }
  .lede { font-size: clamp(1rem, 1.5vw, 1.1875rem); line-height: 1.55; color: var(--slate); max-width: 60ch; }

  .btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 1.375rem; font-family: var(--font-display); font-weight: 600; font-size: 0.9375rem; line-height: 1; border-radius: var(--r-md); border: 1.5px solid transparent; cursor: pointer; text-decoration: none; transition: background 0.22s var(--ease), border-color 0.22s var(--ease), color 0.22s var(--ease), transform 0.22s var(--ease); white-space: nowrap; will-change: transform; }
  .btn--primary { background: var(--red); color: var(--white); border-color: var(--red); }
  .btn--primary:hover { background: var(--black); border-color: var(--black); }
  .btn--primary:active { transform: scale(0.98); }
  .btn--ghost { background: transparent; color: var(--black); border-color: var(--black); }
  .btn--ghost:hover { background: var(--black); color: var(--white); }
  .btn--large { padding: 1.125rem 2rem; font-size: 1rem; }
  .btn .arrow { width: 14px; height: 14px; flex-shrink: 0; transition: transform 0.22s var(--ease); }
  .btn:hover .arrow { transform: translateX(3px); }

  .header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.78); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); border-bottom: 1px solid transparent; transition: border-color 0.3s var(--ease); }
  .header.is-scrolled { border-bottom-color: var(--line); }
  .header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 0.875rem; padding-bottom: 0.875rem; }
  .brand { display: flex; align-items: center; gap: 0.625rem; flex-shrink: 0; }
  .brand__logo { width: 36px; height: 36px; flex-shrink: 0; }
  .brand__text { font-family: var(--font-display); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.02em; line-height: 1.05; color: var(--black); text-transform: uppercase; display: none; }
  @media (min-width: 480px) { .brand__text { display: block; } }
  .nav { display: none; gap: 1.75rem; align-items: center; }
  .nav a { font-size: 0.9375rem; font-weight: 500; color: var(--black); transition: color 0.18s var(--ease); position: relative; }
  .nav a:hover { color: var(--red); }
  .nav a.is-active { color: var(--red); }
  .nav a.is-active::after { content: ''; position: absolute; bottom: -22px; left: 0; right: 0; height: 2px; background: var(--red); }
  @media (min-width: 1024px) { .nav { display: flex; } }
  .header__cta { display: flex; align-items: center; gap: 0.625rem; }
  .header__cta .btn--ghost { display: none; }
  @media (min-width: 768px) { .header__cta .btn--ghost { display: inline-flex; } }
  .header__cta .btn { padding: 0.625rem 1rem; font-size: 0.875rem; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: transparent; border: 1px solid var(--line); border-radius: var(--r-md); cursor: pointer; flex-shrink: 0; }
  @media (min-width: 1024px) { .menu-toggle { display: none; } }
  .menu-toggle svg { width: 18px; height: 18px; color: var(--black); }
  .mobile-menu { position: fixed; inset: 0; background: var(--white); z-index: 60; padding: 1.5rem var(--gutter); transform: translateY(-100%); transition: transform 0.4s var(--ease-out); overflow-y: auto; }
  .mobile-menu.is-open { transform: translateY(0); }
  .mobile-menu__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; }
  .mobile-menu__nav { display: flex; flex-direction: column; gap: 1.25rem; }
  .mobile-menu__nav a { font-size: 1.5rem; font-weight: 600; color: var(--black); padding: 0.5rem 0; border-bottom: 1px solid var(--line); }
  .mobile-menu__cta { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
  .mobile-menu__cta .btn { width: 100%; justify-content: center; padding: 1rem 1.5rem; }

  .breadcrumb { padding-top: 1.5rem; }
  .breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; font-size: 0.8125rem; color: var(--slate); }
  .breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 0.5rem; color: var(--grey); }
  .breadcrumb a { color: var(--slate); transition: color 0.18s var(--ease); }
  .breadcrumb a:hover { color: var(--red); }
  .breadcrumb [aria-current] { color: var(--black); font-weight: 500; }

  .hero-page { padding-top: clamp(2rem, 5vw, 3.5rem); padding-bottom: clamp(4rem, 8vw, 7rem); border-bottom: 1px solid var(--line); }
  .hero-page__inner { display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: 1fr; align-items: center; }
  @media (min-width: 980px) { .hero-page__inner { grid-template-columns: 1.05fr 1fr; gap: clamp(3rem, 6vw, 5rem); } }
  .hero-page__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: clamp(1rem, 2vw, 1.5rem); color: var(--red); font-weight: 600; }
  .hero-page__eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--red); }
  .hero-page__lede { margin-top: clamp(1rem, 2vw, 1.5rem); }
  .hero-page__cta { display: flex; flex-wrap: wrap; gap: 0.625rem; margin-top: clamp(1.75rem, 3vw, 2.25rem); }
  .hero-page__image-wrap { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-lg); background: var(--paper); }
  @media (min-width: 980px) { .hero-page__image-wrap { aspect-ratio: 5 / 6; } }
  .hero-page__image { width: 100%; height: 100%; object-fit: cover; }

  .section { padding-top: var(--section-y); padding-bottom: var(--section-y); }
  .section--paper { background: var(--paper); }
  .section--dark { background: var(--black); color: var(--white); }
  .section--dark .h2 { color: var(--white); }
  .section__head { display: flex; flex-direction: column; gap: 1rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); max-width: 64rem; }
  .section__head--center { text-align: center; align-items: center; margin-left: auto; margin-right: auto; }

  /* Story (Mission / Vision) */
  .story { display: grid; gap: clamp(2.5rem, 5vw, 4rem); grid-template-columns: 1fr; }
  @media (min-width: 920px) { .story { grid-template-columns: 1.3fr 1fr; align-items: start; } }
  .story__body { display: flex; flex-direction: column; gap: 1.5rem; }
  .story__body p { color: var(--slate); font-size: clamp(1rem, 1.4vw, 1.125rem); line-height: 1.65; }
  .story__body p strong { color: var(--black); font-weight: 600; }
  .story__pullquote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.25rem, 2.2vw, 1.75rem); line-height: 1.35; color: var(--black); padding: 1rem 1.5rem; border-left: 3px solid var(--red); }
  .story__aside { background: var(--paper); border-radius: var(--r-lg); padding: clamp(1.75rem, 3vw, 2.25rem); display: flex; flex-direction: column; gap: 1.25rem; }
  .story__aside h3 { font-size: 0.875rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--black); }
  .story__aside-list { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
  .story__aside-list li { display: flex; flex-direction: column; gap: 0.25rem; }
  .story__aside-list dt { font-size: 0.75rem; color: var(--slate); font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }
  .story__aside-list dd { font-size: 0.9375rem; color: var(--black); font-weight: 600; line-height: 1.4; }

  /* Values grid */
  .values { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
  @media (min-width: 600px) { .values { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 960px) { .values { grid-template-columns: repeat(3, 1fr); } }
  .value { padding: clamp(1.5rem, 2.5vw, 2rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); display: flex; flex-direction: column; gap: 0.875rem; transition: border-color 0.22s var(--ease); }
  .value:hover { border-color: var(--black); }
  .value__num { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--red); line-height: 1; letter-spacing: -0.03em; }
  .value__title { font-size: 1.125rem; font-weight: 600; color: var(--black); line-height: 1.3; }
  .value__text { color: var(--slate); font-size: 0.9375rem; line-height: 1.55; }

  /* Areas (4 areas of activity) */
  .areas { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .areas { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } }
  .area { padding: clamp(1.5rem, 2.5vw, 2rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); display: flex; flex-direction: column; gap: 1rem; position: relative; }
  .area::before { content: ''; position: absolute; top: -1px; left: -1px; width: 64px; height: 2px; background: var(--red); }
  .area__icon { width: 40px; height: 40px; color: var(--red); }
  .area__title { font-size: 1.125rem; font-weight: 600; color: var(--black); line-height: 1.3; }
  .area__text { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }

  /* TEAM */
  .team-hero { display: grid; gap: clamp(2.5rem, 5vw, 4rem); grid-template-columns: 1fr; align-items: center; margin-bottom: clamp(3rem, 6vw, 5rem); }
  @media (min-width: 920px) { .team-hero { grid-template-columns: 1fr 1.1fr; } }
  .team-hero__body { display: flex; flex-direction: column; gap: 1.25rem; }
  .team-hero__body p { color: var(--slate); font-size: clamp(1rem, 1.4vw, 1.125rem); line-height: 1.65; }
  .team-hero__media { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-lg); overflow: hidden; background: var(--paper); }
  .team-hero__media img { width: 100%; height: 100%; object-fit: cover; }

  .team-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
  @media (min-width: 600px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 960px) { .team-grid { grid-template-columns: repeat(4, 1fr); } }
  .member { display: flex; flex-direction: column; gap: 1rem; }
  .member__avatar { width: 100%; aspect-ratio: 1; border-radius: var(--r-lg); overflow: hidden; background: var(--paper); }
  .member__avatar img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
  .member:hover .member__avatar img { transform: scale(1.04); }
  .member__role { font-size: 0.75rem; font-weight: 600; color: var(--red); letter-spacing: 0.12em; text-transform: uppercase; }
  .member__name { font-size: 1.125rem; font-weight: 600; color: var(--black); line-height: 1.25; }
  .member__bio { color: var(--slate); font-size: 0.875rem; line-height: 1.55; }

  /* TIMELINE history */
  .timeline { position: relative; padding-left: 1.5rem; border-left: 2px solid var(--line); }
  .timeline__item { position: relative; padding-bottom: clamp(2rem, 4vw, 3rem); }
  .timeline__item:last-child { padding-bottom: 0; }
  .timeline__item::before { content: ''; position: absolute; left: calc(-1.5rem - 1px - 6px); top: 0.375rem; width: 12px; height: 12px; background: var(--white); border: 2px solid var(--red); border-radius: 50%; }
  .timeline__year { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }
  .timeline__title { font-size: 1.125rem; font-weight: 600; color: var(--black); margin-top: 0.25rem; line-height: 1.35; }
  .timeline__meta { font-size: 0.875rem; color: var(--slate); margin-top: 0.375rem; line-height: 1.5; }

  /* Org info / Statut */
  .org-info { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .org-info { grid-template-columns: repeat(2, 1fr); } }
  .org-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 2.5vw, 2rem); display: flex; flex-direction: column; gap: 0.75rem; }
  .org-card__label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }
  .org-card__value { font-size: clamp(1.0625rem, 1.4vw, 1.25rem); font-weight: 600; color: var(--black); line-height: 1.3; }
  .org-card__detail { color: var(--slate); font-size: 0.875rem; line-height: 1.5; }
  .org-card__detail a { color: var(--red); font-weight: 600; }

  /* PS */
  .ps { background: var(--black); color: var(--white); padding-top: clamp(5rem, 9vw, 8rem); padding-bottom: clamp(5rem, 9vw, 8rem); text-align: center; }
  .ps__inner { max-width: 46rem; margin: 0 auto; }
  .ps__label { display: inline-block; color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 2rem; }
  .ps__quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.25rem, 2.5vw, 1.875rem); line-height: 1.4; color: var(--white); }
  .ps__cta { margin-top: clamp(2.5rem, 5vw, 3.5rem); }

  /* Related */
  .related { background: var(--paper); padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: clamp(3.5rem, 6vw, 5rem); }
  .related__inner { display: flex; flex-direction: column; gap: 1.5rem; }
  .related__grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
  @media (min-width: 720px) { .related__grid { grid-template-columns: repeat(3, 1fr); } }
  .related__item { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.25rem, 2.5vw, 1.75rem); display: flex; flex-direction: column; gap: 0.625rem; transition: border-color 0.22s var(--ease); }
  .related__item:hover { border-color: var(--black); }
  .related__item-tag { font-size: 0.75rem; font-weight: 600; color: var(--red); letter-spacing: 0.12em; text-transform: uppercase; }
  .related__item-title { font-size: 1.125rem; font-weight: 600; color: var(--black); line-height: 1.3; }
  .related__item-arrow { color: var(--red); display: inline-flex; align-items: center; gap: 0.375rem; font-size: 0.875rem; font-weight: 600; margin-top: 0.25rem; }
  .related__item-arrow svg { width: 14px; height: 14px; transition: transform 0.22s var(--ease); }
  .related__item:hover .related__item-arrow svg { transform: translateX(3px); }

  /* Footer */
  .footer { background: var(--black); color: var(--grey); padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .footer__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; }
  @media (min-width: 760px) { .footer__grid { grid-template-columns: repeat(4, 1fr); } }
  .footer__col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin-bottom: 1.25rem; }
  .footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
  .footer__col a { font-size: 0.9375rem; color: var(--grey); transition: color 0.22s var(--ease); }
  .footer__col a:hover { color: var(--white); }
  .footer__bottom { margin-top: clamp(3rem, 5vw, 4rem); padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; justify-content: space-between; }
  @media (min-width: 760px) { .footer__bottom { flex-direction: row; align-items: center; } }
  .footer__brand { display: flex; align-items: center; gap: 0.75rem; }
  .footer__brand-text { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; color: var(--white); line-height: 1.2; }
  .footer__copy { font-size: 0.8125rem; color: var(--grey); }
  .footer__legal { display: flex; gap: 1.25rem; font-size: 0.8125rem; flex-wrap: wrap; }

  .sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); transform: translateY(100%); transition: transform 0.4s var(--ease-out); }
  .sticky-cta.is-visible { transform: translateY(0); }
  .sticky-cta .btn { width: 100%; justify-content: center; padding: 1rem; font-size: 0.9375rem; }
  @media (min-width: 768px) { .sticky-cta { display: none; } }

  .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: 0.08s; }
  .reveal-delay-2 { transition-delay: 0.16s; }
  .reveal-delay-3 { transition-delay: 0.24s; }

/* ============================================================ */
/* === Z projekty.html === */
/* ============================================================ */
  @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Newsreader:ital,wght@1,400;1,500&display=swap');

  :root {
    --red: #D62027; --black: #1D1D1B; --white: #FFFFFF;
    --grey: #AAB2AA; --paper: #F5F4F0; --slate: #4A4A4A; --line: #E5E3DD;
    --container: 1280px; --gutter: clamp(1.25rem, 4vw, 2.5rem); --section-y: clamp(4.5rem, 11vw, 8.5rem);
    --r-sm: 4px; --r-md: 6px; --r-lg: 8px;
    --ease: cubic-bezier(0.25, 1, 0.4, 1); --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --font-display: 'Inter Tight', system-ui, -apple-system, sans-serif;
    --font-serif: 'Newsreader', Georgia, serif;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; } }
  body { font-family: var(--font-display); color: var(--black); background: var(--white); line-height: 1.5; overflow-x: hidden; width: 100%; position: relative; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-feature-settings: 'ss01' on, 'cv11' on; }
  p, h1, h2, h3, h4, h5, li, a, span, blockquote { overflow-wrap: break-word; word-break: keep-all; hyphens: auto; max-width: 100%; }
  img { display: block; max-width: 100%; height: auto; }
  a { color: inherit; text-decoration: none; }
  :focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: var(--r-sm); }
  .container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

  .h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 6vw, 3.75rem); line-height: 1.05; letter-spacing: -0.03em; color: var(--black); }
  .h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.75rem, 4.5vw, 2.875rem); line-height: 1.08; letter-spacing: -0.025em; color: var(--black); }
  .h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.25rem, 2.4vw, 1.625rem); line-height: 1.25; letter-spacing: -0.015em; color: var(--black); }
  .eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); }
  .lede { font-size: clamp(1rem, 1.5vw, 1.1875rem); line-height: 1.55; color: var(--slate); max-width: 60ch; }

  .btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 1.375rem; font-family: var(--font-display); font-weight: 600; font-size: 0.9375rem; line-height: 1; border-radius: var(--r-md); border: 1.5px solid transparent; cursor: pointer; text-decoration: none; transition: background 0.22s var(--ease), border-color 0.22s var(--ease), color 0.22s var(--ease), transform 0.22s var(--ease); white-space: nowrap; will-change: transform; }
  .btn--primary { background: var(--red); color: var(--white); border-color: var(--red); }
  .btn--primary:hover { background: var(--black); border-color: var(--black); }
  .btn--ghost { background: transparent; color: var(--black); border-color: var(--black); }
  .btn--ghost:hover { background: var(--black); color: var(--white); }
  .btn--large { padding: 1.125rem 2rem; font-size: 1rem; }
  .btn .arrow { width: 14px; height: 14px; flex-shrink: 0; transition: transform 0.22s var(--ease); }
  .btn:hover .arrow { transform: translateX(3px); }

  .header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.78); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); border-bottom: 1px solid transparent; transition: border-color 0.3s var(--ease); }
  .header.is-scrolled { border-bottom-color: var(--line); }
  .header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 0.875rem; padding-bottom: 0.875rem; }
  .brand { display: flex; align-items: center; gap: 0.625rem; flex-shrink: 0; }
  .brand__logo { width: 36px; height: 36px; flex-shrink: 0; }
  .brand__text { font-family: var(--font-display); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.02em; line-height: 1.05; color: var(--black); text-transform: uppercase; display: none; }
  @media (min-width: 480px) { .brand__text { display: block; } }
  .nav { display: none; gap: 1.75rem; align-items: center; }
  .nav a { font-size: 0.9375rem; font-weight: 500; color: var(--black); transition: color 0.18s var(--ease); position: relative; }
  .nav a:hover { color: var(--red); }
  .nav a.is-active { color: var(--red); }
  .nav a.is-active::after { content: ''; position: absolute; bottom: -22px; left: 0; right: 0; height: 2px; background: var(--red); }
  @media (min-width: 1024px) { .nav { display: flex; } }
  .header__cta { display: flex; align-items: center; gap: 0.625rem; }
  .header__cta .btn--ghost { display: none; }
  @media (min-width: 768px) { .header__cta .btn--ghost { display: inline-flex; } }
  .header__cta .btn { padding: 0.625rem 1rem; font-size: 0.875rem; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: transparent; border: 1px solid var(--line); border-radius: var(--r-md); cursor: pointer; flex-shrink: 0; }
  @media (min-width: 1024px) { .menu-toggle { display: none; } }
  .menu-toggle svg { width: 18px; height: 18px; color: var(--black); }
  .mobile-menu { position: fixed; inset: 0; background: var(--white); z-index: 60; padding: 1.5rem var(--gutter); transform: translateY(-100%); transition: transform 0.4s var(--ease-out); overflow-y: auto; }
  .mobile-menu.is-open { transform: translateY(0); }
  .mobile-menu__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; }
  .mobile-menu__nav { display: flex; flex-direction: column; gap: 1.25rem; }
  .mobile-menu__nav a { font-size: 1.5rem; font-weight: 600; color: var(--black); padding: 0.5rem 0; border-bottom: 1px solid var(--line); }
  .mobile-menu__cta { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
  .mobile-menu__cta .btn { width: 100%; justify-content: center; padding: 1rem 1.5rem; }

  .breadcrumb { padding-top: 1.5rem; }
  .breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; font-size: 0.8125rem; color: var(--slate); }
  .breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 0.5rem; color: var(--grey); }
  .breadcrumb a { color: var(--slate); transition: color 0.18s var(--ease); }
  .breadcrumb a:hover { color: var(--red); }
  .breadcrumb [aria-current] { color: var(--black); font-weight: 500; }

  .hero-page { padding-top: clamp(2rem, 5vw, 3.5rem); padding-bottom: clamp(3rem, 6vw, 5rem); border-bottom: 1px solid var(--line); }
  .hero-page__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: clamp(1rem, 2vw, 1.5rem); color: var(--red); font-weight: 600; }
  .hero-page__eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--red); }
  .hero-page__lede { margin-top: clamp(1rem, 2vw, 1.5rem); }
  .hero-page__cta { display: flex; flex-wrap: wrap; gap: 0.625rem; margin-top: clamp(1.75rem, 3vw, 2.25rem); }

  /* Stats row */
  .stats { padding-top: clamp(2rem, 4vw, 3rem); padding-bottom: clamp(2rem, 4vw, 3rem); background: var(--paper); border-bottom: 1px solid var(--line); }
  .stats__grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); grid-template-columns: 1fr; }
  @media (min-width: 600px) { .stats__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 960px) { .stats__grid { grid-template-columns: repeat(4, 1fr); } }
  .stat { display: flex; flex-direction: column; gap: 0.375rem; padding-top: 1rem; position: relative; }
  .stat::before { content: ''; position: absolute; top: 0; left: 0; width: 32px; height: 1px; background: var(--red); }
  .stat__value { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; line-height: 0.95; letter-spacing: -0.035em; color: var(--black); }
  .stat__value em { font-style: normal; color: var(--red); }
  .stat__label { color: var(--slate); font-size: 0.875rem; line-height: 1.4; max-width: 24ch; }

  /* Filters */
  .filters { padding-top: clamp(3rem, 5vw, 4rem); padding-bottom: clamp(1rem, 2vw, 1.5rem); position: sticky; top: 64px; z-index: 30; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
  .filters__wrap { display: flex; flex-wrap: wrap; gap: 0.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
  .filter { padding: 0.5rem 0.875rem; font-family: var(--font-display); font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.02em; background: transparent; border: 1px solid var(--line); border-radius: var(--r-sm); cursor: pointer; color: var(--slate); transition: all 0.18s var(--ease); white-space: nowrap; }
  .filter:hover { border-color: var(--black); color: var(--black); }
  .filter.is-active { background: var(--black); border-color: var(--black); color: var(--white); }

  /* Timeline by year */
  .year-block { padding-top: clamp(3rem, 5vw, 4rem); padding-bottom: clamp(2.5rem, 4vw, 3.5rem); border-bottom: 1px solid var(--line); }
  .year-block:last-child { border-bottom: 0; }
  .year-block__inner { display: grid; gap: clamp(2rem, 4vw, 3rem); grid-template-columns: 1fr; }
  @media (min-width: 860px) { .year-block__inner { grid-template-columns: 200px 1fr; } }
  .year-block__year { position: sticky; top: 140px; align-self: start; display: flex; flex-direction: column; gap: 0.25rem; }
  .year-block__year-num { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 3.75rem); font-weight: 700; letter-spacing: -0.04em; line-height: 0.95; color: var(--black); }
  .year-block__year-count { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate); }
  .year-block__list { display: flex; flex-direction: column; gap: 1.25rem; }

  .project-card {
    background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    display: flex; flex-direction: column; gap: 0.875rem;
    transition: border-color 0.22s var(--ease), transform 0.22s var(--ease);
    position: relative;
  }
  .project-card:hover { border-color: var(--black); }
  .project-card.is-flagship { border-color: var(--red); border-width: 2px; }
  .project-card.is-flagship::after { content: 'Flagowy'; position: absolute; top: -0.625rem; right: 1.25rem; background: var(--red); color: var(--white); font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.25rem 0.625rem; border-radius: var(--r-sm); }

  .project-card__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.5rem 1rem; }
  .project-card__tag { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); padding: 0.25rem 0.5rem; background: rgba(214, 32, 39, 0.08); border-radius: var(--r-sm); }
  .project-card__tag--mobility { color: #0066CC; background: rgba(0, 102, 204, 0.08); }
  .project-card__tag--education { color: #006633; background: rgba(0, 102, 51, 0.08); }
  .project-card__tag--vacancy { color: #884400; background: rgba(136, 68, 0, 0.08); }
  .project-card__tag--participation { color: #663399; background: rgba(102, 51, 153, 0.08); }
  .project-card__tag--media { color: #4A4A4A; background: rgba(74, 74, 74, 0.08); }

  .project-card__title { font-size: clamp(1.0625rem, 1.5vw, 1.25rem); font-weight: 600; color: var(--black); line-height: 1.3; }
  .project-card__desc { color: var(--slate); font-size: 0.9375rem; line-height: 1.6; }
  .project-card__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; font-size: 0.8125rem; color: var(--slate); padding-top: 0.625rem; border-top: 1px solid var(--line); }
  .project-card__meta strong { color: var(--black); font-weight: 600; }
  .project-card__links { display: flex; flex-wrap: wrap; gap: 0.75rem; }
  .project-card__link { display: inline-flex; align-items: center; gap: 0.375rem; font-size: 0.8125rem; font-weight: 600; color: var(--red); }
  .project-card__link svg { width: 12px; height: 12px; transition: transform 0.22s var(--ease); }
  .project-card__link:hover svg { transform: translate(2px, -2px); }

  /* PS */
  .ps { background: var(--black); color: var(--white); padding-top: clamp(5rem, 9vw, 8rem); padding-bottom: clamp(5rem, 9vw, 8rem); text-align: center; }
  .ps__inner { max-width: 46rem; margin: 0 auto; }
  .ps__label { display: inline-block; color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 2rem; }
  .ps__quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.25rem, 2.5vw, 1.875rem); line-height: 1.4; color: var(--white); }
  .ps__cta { margin-top: clamp(2.5rem, 5vw, 3.5rem); }

  /* Footer */
  .footer { background: var(--black); color: var(--grey); padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .footer__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; }
  @media (min-width: 760px) { .footer__grid { grid-template-columns: repeat(4, 1fr); } }
  .footer__col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin-bottom: 1.25rem; }
  .footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
  .footer__col a { font-size: 0.9375rem; color: var(--grey); transition: color 0.22s var(--ease); }
  .footer__col a:hover { color: var(--white); }
  .footer__bottom { margin-top: clamp(3rem, 5vw, 4rem); padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; justify-content: space-between; }
  @media (min-width: 760px) { .footer__bottom { flex-direction: row; align-items: center; } }
  .footer__brand { display: flex; align-items: center; gap: 0.75rem; }
  .footer__brand-text { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; color: var(--white); line-height: 1.2; }
  .footer__copy { font-size: 0.8125rem; color: var(--grey); }
  .footer__legal { display: flex; gap: 1.25rem; font-size: 0.8125rem; flex-wrap: wrap; }

  .sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); transform: translateY(100%); transition: transform 0.4s var(--ease-out); }
  .sticky-cta.is-visible { transform: translateY(0); }
  .sticky-cta .btn { width: 100%; justify-content: center; padding: 1rem; font-size: 0.9375rem; }
  @media (min-width: 768px) { .sticky-cta { display: none; } }

  .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: 0.08s; }
  .reveal-delay-2 { transition-delay: 0.16s; }

  .empty { display: none; padding: 3rem 0; text-align: center; color: var(--slate); }
  .empty.is-visible { display: block; }

  .project-card.is-hidden { display: none; }

/* ============================================================ */
/* === Z bip.html === */
/* ============================================================ */
  @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Newsreader:ital,wght@1,400;1,500&display=swap');

  :root {
    --red: #D62027; --red-dark: #B01821; --black: #1D1D1B; --white: #FFFFFF;
    --grey: #AAB2AA; --paper: #F5F4F0; --slate: #4A4A4A; --line: #E5E3DD;
    --container: 1280px; --gutter: clamp(1.25rem, 4vw, 2.5rem); --section-y: clamp(4.5rem, 11vw, 8.5rem);
    --r-sm: 4px; --r-md: 6px; --r-lg: 8px;
    --ease: cubic-bezier(0.25, 1, 0.4, 1); --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --font-display: 'Inter Tight', system-ui, -apple-system, sans-serif;
    --font-serif: 'Newsreader', Georgia, serif;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  }
  body { font-family: var(--font-display); color: var(--black); background: var(--white); line-height: 1.5; overflow-x: hidden; width: 100%; position: relative; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-feature-settings: 'ss01' on, 'cv11' on; }
  p, h1, h2, h3, h4, h5, li, a, span, blockquote { overflow-wrap: break-word; word-break: keep-all; hyphens: auto; max-width: 100%; }
  img { display: block; max-width: 100%; height: auto; }
  a { color: inherit; text-decoration: none; }
  :focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: var(--r-sm); }
  .container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

  .h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 6vw, 3.75rem); line-height: 1.05; letter-spacing: -0.03em; color: var(--black); }
  .h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.75rem, 4.5vw, 2.875rem); line-height: 1.08; letter-spacing: -0.025em; color: var(--black); }
  .h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.25rem, 2.4vw, 1.625rem); line-height: 1.25; letter-spacing: -0.015em; color: var(--black); }
  .h4 { font-family: var(--font-display); font-weight: 600; font-size: 1.0625rem; line-height: 1.35; letter-spacing: -0.005em; color: var(--black); }
  .eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); }
  .lede { font-size: clamp(1rem, 1.5vw, 1.1875rem); line-height: 1.55; color: var(--slate); max-width: 60ch; }

  .btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 1.375rem; font-family: var(--font-display); font-weight: 600; font-size: 0.9375rem; line-height: 1; border-radius: var(--r-md); border: 1.5px solid transparent; cursor: pointer; text-decoration: none; transition: background 0.22s var(--ease), border-color 0.22s var(--ease), color 0.22s var(--ease), transform 0.22s var(--ease); white-space: nowrap; will-change: transform; }
  .btn--primary { background: var(--red); color: var(--white); border-color: var(--red); }
  .btn--primary:hover { background: var(--black); border-color: var(--black); }
  .btn--primary:active { transform: scale(0.98); }
  .btn--ghost { background: transparent; color: var(--black); border-color: var(--black); }
  .btn--ghost:hover { background: var(--black); color: var(--white); }
  .btn--large { padding: 1.125rem 2rem; font-size: 1rem; }
  .btn .arrow { width: 14px; height: 14px; flex-shrink: 0; transition: transform 0.22s var(--ease); }
  .btn:hover .arrow { transform: translateX(3px); }

  .header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.78); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); border-bottom: 1px solid transparent; transition: border-color 0.3s var(--ease); }
  .header.is-scrolled { border-bottom-color: var(--line); }
  .header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 0.875rem; padding-bottom: 0.875rem; }
  .brand { display: flex; align-items: center; gap: 0.625rem; flex-shrink: 0; }
  .brand__logo { width: 36px; height: 36px; flex-shrink: 0; }
  .brand__text { font-family: var(--font-display); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.02em; line-height: 1.05; color: var(--black); text-transform: uppercase; display: none; }
  @media (min-width: 480px) { .brand__text { display: block; } }
  .nav { display: none; gap: 1.75rem; align-items: center; }
  .nav a { font-size: 0.9375rem; font-weight: 500; color: var(--black); transition: color 0.18s var(--ease); position: relative; }
  .nav a:hover { color: var(--red); }
  .nav a.is-active { color: var(--red); }
  .nav a.is-active::after { content: ''; position: absolute; bottom: -22px; left: 0; right: 0; height: 2px; background: var(--red); }
  @media (min-width: 1024px) { .nav { display: flex; } }
  .header__cta { display: flex; align-items: center; gap: 0.625rem; }
  .header__cta .btn--ghost { display: none; }
  @media (min-width: 768px) { .header__cta .btn--ghost { display: inline-flex; } }
  .header__cta .btn { padding: 0.625rem 1rem; font-size: 0.875rem; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: transparent; border: 1px solid var(--line); border-radius: var(--r-md); cursor: pointer; flex-shrink: 0; }
  @media (min-width: 1024px) { .menu-toggle { display: none; } }
  .menu-toggle svg { width: 18px; height: 18px; color: var(--black); }
  .mobile-menu { position: fixed; inset: 0; background: var(--white); z-index: 60; padding: 1.5rem var(--gutter); transform: translateY(-100%); transition: transform 0.4s var(--ease-out); overflow-y: auto; }
  .mobile-menu.is-open { transform: translateY(0); }
  .mobile-menu__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; }
  .mobile-menu__nav { display: flex; flex-direction: column; gap: 1.25rem; }
  .mobile-menu__nav a { font-size: 1.5rem; font-weight: 600; color: var(--black); padding: 0.5rem 0; border-bottom: 1px solid var(--line); }
  .mobile-menu__cta { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
  .mobile-menu__cta .btn { width: 100%; justify-content: center; padding: 1rem 1.5rem; }

  .breadcrumb { padding-top: 1.5rem; }
  .breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; font-size: 0.8125rem; color: var(--slate); }
  .breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 0.5rem; color: var(--grey); }
  .breadcrumb a { color: var(--slate); transition: color 0.18s var(--ease); }
  .breadcrumb a:hover { color: var(--red); }
  .breadcrumb [aria-current] { color: var(--black); font-weight: 500; }

  /* Hero */
  .hero-page { padding-top: clamp(2rem, 5vw, 3.5rem); padding-bottom: clamp(3rem, 6vw, 5rem); border-bottom: 1px solid var(--line); }
  .hero-page__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: clamp(1rem, 2vw, 1.5rem); color: var(--red); font-weight: 600; font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; }
  .hero-page__eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--red); }
  .hero-page__lede { margin-top: clamp(1rem, 2vw, 1.5rem); }
  .hero-page__cert { margin-top: clamp(1.75rem, 3vw, 2.5rem); display: inline-flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem 0.75rem 0.875rem; background: var(--paper); border-radius: var(--r-md); border: 1px solid var(--line); }
  .hero-page__cert-icon { width: 32px; height: 32px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; background: var(--red); color: var(--white); border-radius: var(--r-sm); }
  .hero-page__cert-icon svg { width: 18px; height: 18px; }
  .hero-page__cert-text { display: flex; flex-direction: column; gap: 0.125rem; }
  .hero-page__cert-text strong { font-size: 0.875rem; font-weight: 600; color: var(--black); }
  .hero-page__cert-text span { font-size: 0.75rem; color: var(--slate); }

  /* TOC */
  .toc { padding: 2rem 0 3rem; }
  .toc__inner { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 700px) { .toc__inner { grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 980px) { .toc__inner { grid-template-columns: repeat(6, 1fr); } }
  .toc__link { display: flex; flex-direction: column; gap: 0.375rem; padding: 1rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color 0.18s var(--ease), transform 0.18s var(--ease); }
  .toc__link:hover { border-color: var(--red); transform: translateY(-2px); }
  .toc__num { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em; color: var(--red); }
  .toc__text { font-size: 0.875rem; font-weight: 600; color: var(--black); line-height: 1.25; }

  .section { padding-top: var(--section-y); padding-bottom: var(--section-y); scroll-margin-top: 80px; }
  .section--paper { background: var(--paper); }
  .section--dark { background: var(--black); color: var(--white); }
  .section--dark .h2 { color: var(--white); }
  .section--dark .eyebrow { color: var(--grey); }
  .section__head { display: flex; flex-direction: column; gap: 1rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); max-width: 64rem; }

  /* Dane organizacji */
  .org { display: grid; gap: clamp(2rem, 4vw, 3rem); grid-template-columns: 1fr; }
  @media (min-width: 920px) { .org { grid-template-columns: 1fr 1fr; align-items: start; } }
  .org__card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.75rem, 3vw, 2.25rem); }
  .org__card-title { font-size: 0.875rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--black); margin-bottom: 1.5rem; }
  .org__list { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
  .org__list li { display: grid; grid-template-columns: 1fr 1.75fr; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
  .org__list li:last-child { border-bottom: none; padding-bottom: 0; }
  .org__list dt { font-size: 0.75rem; color: var(--slate); font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }
  .org__list dd { font-size: 0.9375rem; color: var(--black); font-weight: 600; line-height: 1.4; }
  .org__list dd small { display: block; font-size: 0.8125rem; color: var(--slate); font-weight: 500; margin-top: 0.125rem; }

  /* Sprawozdania - tabela */
  .reports-table { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
  .reports-table table { width: 100%; border-collapse: collapse; }
  .reports-table th { text-align: left; padding: 1rem 1.25rem; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate); background: var(--paper); border-bottom: 1px solid var(--line); white-space: nowrap; }
  .reports-table td { padding: 1.125rem 1.25rem; font-size: 0.9375rem; color: var(--black); border-bottom: 1px solid var(--line); vertical-align: top; }
  .reports-table tr:last-child td { border-bottom: none; }
  .reports-table .col-year { font-weight: 700; font-size: 1rem; color: var(--red); width: 90px; white-space: nowrap; }
  .reports-table .col-revenue { font-weight: 600; white-space: nowrap; }
  .reports-table .col-files a { display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.375rem 0.625rem; background: var(--paper); border-radius: var(--r-sm); font-size: 0.8125rem; font-weight: 500; margin-right: 0.375rem; margin-bottom: 0.25rem; transition: background 0.18s var(--ease), color 0.18s var(--ease); }
  .reports-table .col-files a:hover { background: var(--black); color: var(--white); }
  .reports-table .col-files svg { width: 12px; height: 12px; }
  .reports-table .col-sources { font-size: 0.8125rem; color: var(--slate); line-height: 1.45; }
  @media (max-width: 760px) {
    .reports-table table, .reports-table thead, .reports-table tbody, .reports-table tr, .reports-table td { display: block; }
    .reports-table thead { display: none; }
    .reports-table tr { padding: 1.25rem; border-bottom: 1px solid var(--line); }
    .reports-table tr:last-child { border-bottom: none; }
    .reports-table td { padding: 0.25rem 0; border-bottom: none; }
    .reports-table td::before { content: attr(data-label); display: block; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate); margin-bottom: 0.25rem; margin-top: 0.5rem; }
    .reports-table td:first-child::before { margin-top: 0; }
    .reports-table .col-year { width: auto; }
  }

  /* Finanse - duża tabela */
  .finance-table { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r-lg); overflow: hidden; }
  .finance-table table { width: 100%; border-collapse: collapse; }
  .finance-table th { text-align: left; padding: 1rem 1.25rem; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); background: rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.1); }
  .finance-table td { padding: 1.125rem 1.25rem; font-size: 0.9375rem; color: var(--white); border-bottom: 1px solid rgba(255,255,255,0.08); }
  .finance-table tr:last-child td { border-bottom: none; }
  .finance-table .col-year { font-weight: 700; color: var(--red); white-space: nowrap; }
  .finance-table .col-amount { font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
  .finance-table .col-sources { color: rgba(255,255,255,0.7); font-size: 0.875rem; line-height: 1.5; }
  @media (max-width: 760px) {
    .finance-table table, .finance-table thead, .finance-table tbody, .finance-table tr, .finance-table td { display: block; }
    .finance-table thead { display: none; }
    .finance-table tr { padding: 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
    .finance-table tr:last-child { border-bottom: none; }
    .finance-table td { padding: 0.25rem 0; border-bottom: none; }
    .finance-table td::before { content: attr(data-label); display: block; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); margin-bottom: 0.25rem; margin-top: 0.5rem; }
    .finance-table td:first-child::before { margin-top: 0; }
  }

  /* Zlecenia - chronologia */
  .commissions { display: grid; gap: 2rem; grid-template-columns: 1fr; }
  @media (min-width: 760px) { .commissions { grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1100px) { .commissions { grid-template-columns: 1fr 1fr 1fr; } }
  .commissions__year { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem; }
  .commissions__year-label { display: inline-block; padding: 0.25rem 0.625rem; background: var(--red); color: var(--white); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.04em; border-radius: var(--r-sm); margin-bottom: 1.25rem; }
  .commissions__list { list-style: none; display: flex; flex-direction: column; gap: 0.875rem; }
  .commissions__list li { display: flex; flex-direction: column; gap: 0.25rem; padding-left: 1rem; border-left: 2px solid var(--paper); }
  .commissions__list li strong { font-size: 0.9375rem; font-weight: 600; color: var(--black); line-height: 1.35; }
  .commissions__list li span { font-size: 0.8125rem; color: var(--slate); font-weight: 500; }
  .commissions__list li .amount { color: var(--red); font-weight: 700; }

  /* Zarząd - timeline */
  .board { display: flex; flex-direction: column; gap: 1.5rem; }
  .board__item { display: grid; gap: 1rem; grid-template-columns: 1fr; padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); }
  @media (min-width: 720px) { .board__item { grid-template-columns: 160px 1fr; gap: 1.5rem; } }
  .board__period { font-size: 0.9375rem; font-weight: 700; color: var(--red); letter-spacing: 0.02em; }
  .board__members { display: flex; flex-direction: column; gap: 0.375rem; }
  .board__members li { font-size: 0.9375rem; color: var(--black); line-height: 1.4; }
  .board__members li strong { font-weight: 600; }
  .board__members li span { color: var(--slate); font-size: 0.8125rem; }

  /* Dokumenty / pliki do pobrania */
  .docs { display: grid; gap: 1rem; grid-template-columns: 1fr; }
  @media (min-width: 700px) { .docs { grid-template-columns: 1fr 1fr; } }
  .doc { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color 0.18s var(--ease), transform 0.18s var(--ease); }
  .doc:hover { border-color: var(--red); transform: translateY(-2px); }
  .doc__icon { width: 40px; height: 40px; flex-shrink: 0; background: var(--paper); border-radius: var(--r-sm); display: inline-flex; align-items: center; justify-content: center; color: var(--red); }
  .doc__icon svg { width: 20px; height: 20px; }
  .doc__body { display: flex; flex-direction: column; gap: 0.25rem; flex: 1; min-width: 0; }
  .doc__title { font-size: 0.9375rem; font-weight: 600; color: var(--black); line-height: 1.3; }
  .doc__meta { font-size: 0.75rem; color: var(--slate); }

  /* Kontakt BIP */
  .bip-contact { background: var(--paper); border-radius: var(--r-lg); padding: clamp(1.75rem, 3vw, 2.5rem); display: grid; gap: 1.5rem; grid-template-columns: 1fr; align-items: center; }
  @media (min-width: 760px) { .bip-contact { grid-template-columns: 1fr auto; } }
  .bip-contact__body { display: flex; flex-direction: column; gap: 0.5rem; }
  .bip-contact__body p { color: var(--slate); font-size: 0.9375rem; line-height: 1.5; }

  /* P.S. */
  .ps { padding: clamp(4rem, 7vw, 6rem) 0; }
  .ps__inner { max-width: 56rem; margin: 0 auto; text-align: center; }
  .ps__quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.375rem, 2.4vw, 1.875rem); line-height: 1.4; color: var(--black); }
  .ps__quote::before { content: '"'; color: var(--red); }
  .ps__quote::after { content: '"'; color: var(--red); }

  /* Footer */
  .footer { background: var(--black); color: var(--grey); padding: clamp(4rem, 8vw, 6rem) 0 2rem; }
  .footer__grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr 1fr; }
  @media (min-width: 760px) { .footer__grid { grid-template-columns: repeat(4, 1fr); } }
  .footer__col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); margin-bottom: 1rem; }
  .footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 0.625rem; }
  .footer__col a { color: var(--grey); font-size: 0.9375rem; transition: color 0.18s var(--ease); }
  .footer__col a:hover { color: var(--white); }
  .footer__bottom { margin-top: clamp(3rem, 5vw, 4rem); padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; justify-content: space-between; }
  @media (min-width: 760px) { .footer__bottom { flex-direction: row; align-items: center; } }
  .footer__brand { display: flex; align-items: center; gap: 0.75rem; }
  .footer__brand-text { font-size: 0.75rem; font-weight: 600; color: var(--white); line-height: 1.2; }
  .footer__copy { font-size: 0.8125rem; color: var(--grey); }
  .footer__legal { display: flex; gap: 1.25rem; font-size: 0.8125rem; flex-wrap: wrap; }

  .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: 0.08s; }
  .reveal-delay-2 { transition-delay: 0.16s; }

/* ============================================================ */
/* === Z kontakt.html === */
/* ============================================================ */
  @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Newsreader:ital,wght@1,400;1,500&display=swap');
  :root { --red: #D62027; --black: #1D1D1B; --white: #FFFFFF; --grey: #AAB2AA; --paper: #F5F4F0; --slate: #4A4A4A; --line: #E5E3DD; --container: 1280px; --gutter: clamp(1.25rem, 4vw, 2.5rem); --r-sm: 4px; --r-md: 6px; --r-lg: 8px; --ease: cubic-bezier(0.25, 1, 0.4, 1); --ease-out: cubic-bezier(0.16, 1, 0.3, 1); --font-display: 'Inter Tight', system-ui, -apple-system, sans-serif; --font-serif: 'Newsreader', Georgia, serif; }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; } }
  body { font-family: var(--font-display); color: var(--black); background: var(--white); line-height: 1.5; overflow-x: hidden; width: 100%; position: relative; -webkit-font-smoothing: antialiased; font-feature-settings: 'ss01' on; }
  p, h1, h2, h3, h4, li, a, span, blockquote, label { overflow-wrap: break-word; word-break: keep-all; hyphens: auto; max-width: 100%; }
  img { display: block; max-width: 100%; height: auto; }
  a { color: inherit; text-decoration: none; }
  :focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: var(--r-sm); }
  .container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
  .h1 { font-weight: 700; font-size: clamp(2rem, 6vw, 3.75rem); line-height: 1.05; letter-spacing: -0.03em; color: var(--black); }
  .h2 { font-weight: 700; font-size: clamp(1.5rem, 3.5vw, 2.25rem); line-height: 1.1; letter-spacing: -0.025em; color: var(--black); }
  .h3 { font-weight: 600; font-size: clamp(1.125rem, 2vw, 1.375rem); line-height: 1.25; letter-spacing: -0.015em; color: var(--black); }
  .eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); }
  .lede { font-size: clamp(1rem, 1.5vw, 1.1875rem); line-height: 1.55; color: var(--slate); max-width: 60ch; }

  .btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 1.375rem; font-family: var(--font-display); font-weight: 600; font-size: 0.9375rem; line-height: 1; border-radius: var(--r-md); border: 1.5px solid transparent; cursor: pointer; text-decoration: none; transition: background 0.22s var(--ease), border-color 0.22s var(--ease), color 0.22s var(--ease); white-space: nowrap; }
  .btn--primary { background: var(--red); color: var(--white); border-color: var(--red); }
  .btn--primary:hover { background: var(--black); border-color: var(--black); }
  .btn--primary:disabled { background: var(--grey); border-color: var(--grey); cursor: not-allowed; }
  .btn--ghost { background: transparent; color: var(--black); border-color: var(--black); }
  .btn--ghost:hover { background: var(--black); color: var(--white); }
  .btn--large { padding: 1.125rem 2rem; font-size: 1rem; }
  .btn .arrow { width: 14px; height: 14px; flex-shrink: 0; transition: transform 0.22s var(--ease); }
  .btn:hover .arrow { transform: translateX(3px); }
  .btn.is-loading .arrow { display: none; }
  .btn.is-loading::after { content: ''; width: 14px; height: 14px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin 0.7s linear infinite; }
  @keyframes spin { to { transform: rotate(360deg); } }

  .header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.78); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); border-bottom: 1px solid transparent; transition: border-color 0.3s var(--ease); }
  .header.is-scrolled { border-bottom-color: var(--line); }
  .header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 0.875rem; padding-bottom: 0.875rem; }
  .brand { display: flex; align-items: center; gap: 0.625rem; flex-shrink: 0; }
  .brand__logo { width: 36px; height: 36px; }
  .brand__text { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.02em; line-height: 1.05; color: var(--black); text-transform: uppercase; display: none; }
  @media (min-width: 480px) { .brand__text { display: block; } }
  .nav { display: none; gap: 1.75rem; align-items: center; }
  .nav a { font-size: 0.9375rem; font-weight: 500; color: var(--black); transition: color 0.18s var(--ease); position: relative; }
  .nav a:hover { color: var(--red); }
  .nav a.is-active { color: var(--red); }
  .nav a.is-active::after { content: ''; position: absolute; bottom: -22px; left: 0; right: 0; height: 2px; background: var(--red); }
  @media (min-width: 1024px) { .nav { display: flex; } }
  .header__cta { display: flex; align-items: center; gap: 0.625rem; }
  .header__cta .btn--ghost { display: none; }
  @media (min-width: 768px) { .header__cta .btn--ghost { display: inline-flex; } }
  .header__cta .btn { padding: 0.625rem 1rem; font-size: 0.875rem; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: transparent; border: 1px solid var(--line); border-radius: var(--r-md); cursor: pointer; flex-shrink: 0; }
  @media (min-width: 1024px) { .menu-toggle { display: none; } }
  .menu-toggle svg { width: 18px; height: 18px; }
  .mobile-menu { position: fixed; inset: 0; background: var(--white); z-index: 60; padding: 1.5rem var(--gutter); transform: translateY(-100%); transition: transform 0.4s var(--ease-out); overflow-y: auto; }
  .mobile-menu.is-open { transform: translateY(0); }
  .mobile-menu__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; }
  .mobile-menu__nav { display: flex; flex-direction: column; gap: 1.25rem; }
  .mobile-menu__nav a { font-size: 1.5rem; font-weight: 600; color: var(--black); padding: 0.5rem 0; border-bottom: 1px solid var(--line); }
  .mobile-menu__cta { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
  .mobile-menu__cta .btn { width: 100%; justify-content: center; padding: 1rem 1.5rem; }

  .breadcrumb { padding-top: 1.5rem; }
  .breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; font-size: 0.8125rem; color: var(--slate); }
  .breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 0.5rem; color: var(--grey); }
  .breadcrumb a:hover { color: var(--red); }
  .breadcrumb [aria-current] { color: var(--black); font-weight: 500; }

  .hero-page { padding-top: clamp(2rem, 5vw, 3.5rem); padding-bottom: clamp(2rem, 4vw, 3rem); border-bottom: 1px solid var(--line); }
  .hero-page__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: clamp(1rem, 2vw, 1.5rem); color: var(--red); font-weight: 600; }
  .hero-page__eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--red); }
  .hero-page__lede { margin-top: clamp(1rem, 2vw, 1.5rem); }

  .contact-grid { padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
  .contact-grid__inner { display: grid; gap: clamp(2.5rem, 5vw, 4rem); grid-template-columns: 1fr; }
  @media (min-width: 980px) { .contact-grid__inner { grid-template-columns: 1.4fr 1fr; gap: clamp(3rem, 6vw, 5rem); align-items: start; } }

  .form { display: flex; flex-direction: column; gap: 1.25rem; }
  .form__row { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
  @media (min-width: 600px) { .form__row { grid-template-columns: 1fr 1fr; } }
  .form__field { display: flex; flex-direction: column; gap: 0.5rem; }
  .form__label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--black); }
  .form__label .req { color: var(--red); margin-left: 0.125rem; }
  .form__input, .form__select, .form__textarea { width: 100%; padding: 0.875rem 1rem; font-family: var(--font-display); font-size: 1rem; color: var(--black); background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r-md); transition: border-color 0.18s var(--ease); font-weight: 500; }
  .form__input:focus, .form__select:focus, .form__textarea:focus { outline: none; border-color: var(--black); }
  .form__input:hover, .form__select:hover, .form__textarea:hover { border-color: var(--slate); }
  .form__input::placeholder, .form__textarea::placeholder { color: var(--grey); font-weight: 400; }
  .form__textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
  .form__select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231D1D1B' stroke-width='2' stroke-linecap='square'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 18px; padding-right: 2.75rem; cursor: pointer; }
  .form__radio-group { display: flex; flex-direction: column; gap: 0.625rem; }
  .form__radio { display: flex; gap: 0.625rem; padding: 0.875rem 1rem; border: 1.5px solid var(--line); border-radius: var(--r-md); cursor: pointer; transition: border-color 0.18s var(--ease); }
  .form__radio:hover { border-color: var(--slate); }
  .form__radio input { margin-top: 0.25rem; accent-color: var(--red); width: 16px; height: 16px; flex-shrink: 0; }
  .form__radio span { color: var(--slate); font-size: 0.9375rem; line-height: 1.4; }
  .form__radio:has(input:checked) { border-color: var(--red); background: rgba(214, 32, 39, 0.04); }
  .form__check { display: flex; gap: 0.625rem; align-items: flex-start; padding: 0.5rem 0; }
  .form__check input { margin-top: 0.25rem; accent-color: var(--red); width: 16px; height: 16px; flex-shrink: 0; }
  .form__check label { font-size: 0.875rem; color: var(--slate); line-height: 1.5; cursor: pointer; }
  .form__check a { color: var(--red); font-weight: 600; }
  .form__hint { font-size: 0.8125rem; color: var(--slate); line-height: 1.5; }
  .form__submit-wrap { display: flex; flex-direction: column; gap: 0.75rem; padding-top: 1rem; }
  .form__submit { align-self: flex-start; }
  .form__status { padding: 1rem 1.25rem; border-radius: var(--r-md); font-size: 0.9375rem; line-height: 1.5; display: none; }
  .form__status.is-visible { display: block; }
  .form__status--success { background: rgba(0, 102, 51, 0.08); color: #006633; border: 1px solid rgba(0, 102, 51, 0.2); }
  .form__status--error { background: rgba(214, 32, 39, 0.08); color: var(--red); border: 1px solid rgba(214, 32, 39, 0.2); }
  <!-- bypass-patch-without-audit -->

  /* Pigulki - termin (Prawo Fittsa: jedno klikniecie zamiast select) */
  .form__pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }
  .form__pill { position: relative; display: inline-flex; }
  .form__pill input { position: absolute; opacity: 0; pointer-events: none; }
  .form__pill span { display: inline-flex; align-items: center; padding: 0.625rem 1rem; font-family: var(--font-display); font-size: 0.875rem; font-weight: 500; color: var(--black); background: var(--white); border: 1.5px solid var(--line); border-radius: 999px; cursor: pointer; transition: border-color 0.18s var(--ease), background 0.18s var(--ease), color 0.18s var(--ease); line-height: 1.2; }
  .form__pill:hover span { border-color: var(--slate); }
  .form__pill input:checked + span { border-color: var(--red); background: var(--red); color: var(--white); font-weight: 600; }
  .form__pill input:focus-visible + span { outline: 2px solid var(--red); outline-offset: 2px; }

  /* Honeypot (Netlify) - ukryty dla ludzi */
  .form__honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

  /* Success state - po wyslaniu zapytania */
  .form__success { display: none; padding: clamp(1.75rem, 3vw, 2.5rem); background: linear-gradient(135deg, rgba(0,102,51,0.06), rgba(0,102,51,0.02)); border: 1.5px solid rgba(0,102,51,0.25); border-radius: var(--r-lg); text-align: left; }
  .form__success.is-visible { display: block; animation: fadeUp 0.5s var(--ease-out); }
  .form__success-icon { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; background: #006633; color: var(--white); border-radius: 50%; margin-bottom: 1.25rem; }
  .form__success-icon svg { width: 28px; height: 28px; }
  .form__success-title { font-family: var(--font-display); font-size: clamp(1.25rem, 2.4vw, 1.625rem); font-weight: 700; color: #006633; line-height: 1.2; letter-spacing: -0.015em; margin-bottom: 0.625rem; }
  .form__success-text { font-size: 1rem; color: var(--slate); line-height: 1.55; max-width: 52ch; }
  .form__success-meta { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(0,102,51,0.15); font-size: 0.875rem; color: var(--slate); }
  .form__success-meta strong { display: block; color: var(--black); font-weight: 600; margin-bottom: 0.125rem; }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
  .form.is-submitted { display: none; }

  .contact-side { display: flex; flex-direction: column; gap: 2rem; }
  @media (min-width: 980px) { .contact-side { position: sticky; top: 100px; } }
  .contact-card { background: var(--paper); border-radius: var(--r-lg); padding: clamp(1.5rem, 2.5vw, 2rem); display: flex; flex-direction: column; gap: 1rem; }
  .contact-card--dark { background: var(--black); color: var(--white); }
  .contact-card--dark .h3 { color: var(--white); }
  .contact-card__icon { width: 32px; height: 32px; color: var(--red); }
  .contact-card__list { list-style: none; display: flex; flex-direction: column; gap: 0.625rem; }
  .contact-card__list li { color: var(--slate); font-size: 0.9375rem; line-height: 1.5; display: flex; gap: 0.5rem; }
  .contact-card--dark .contact-card__list li { color: var(--grey); }
  .contact-card__list strong { color: var(--black); font-weight: 600; min-width: 6rem; }
  .contact-card--dark .contact-card__list strong { color: var(--white); }
  .contact-card__list a { color: var(--red); font-weight: 600; }
  .contact-card--dark .contact-card__list a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
  .contact-card__hint { font-size: 0.8125rem; line-height: 1.5; color: var(--slate); }
  .contact-card--dark .contact-card__hint { color: var(--grey); }

  .newsletter { background: var(--black); color: var(--white); padding-top: clamp(4rem, 8vw, 6rem); padding-bottom: clamp(4rem, 8vw, 6rem); }
  .newsletter__inner { display: grid; gap: clamp(2.5rem, 5vw, 4rem); grid-template-columns: 1fr; align-items: center; }
  @media (min-width: 880px) { .newsletter__inner { grid-template-columns: 1.1fr 1fr; gap: clamp(3rem, 6vw, 5rem); } }
  .newsletter__head { display: flex; flex-direction: column; gap: 1.25rem; }
  .newsletter__label { color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
  .newsletter__title { font-weight: 700; font-size: clamp(1.5rem, 3.5vw, 2.25rem); line-height: 1.1; letter-spacing: -0.025em; color: var(--white); }
  .newsletter__text { color: var(--grey); font-size: clamp(0.9375rem, 1.4vw, 1.0625rem); line-height: 1.6; }
  .newsletter__bullets { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin-top: 0.5rem; }
  .newsletter__bullets li { color: var(--grey); font-size: 0.875rem; padding-left: 1.25rem; position: relative; line-height: 1.5; }
  .newsletter__bullets li::before { content: ''; position: absolute; left: 0; top: 0.625rem; width: 8px; height: 1px; background: var(--red); }
  .newsletter__form { background: var(--white); color: var(--black); border-radius: var(--r-lg); padding: clamp(1.5rem, 2.5vw, 2rem); display: flex; flex-direction: column; gap: 1rem; }
  .newsletter__form .form__check label { color: var(--slate); }
  .newsletter__status { padding: 0.875rem 1rem; border-radius: var(--r-md); font-size: 0.875rem; line-height: 1.5; display: none; }
  .newsletter__status.is-visible { display: block; }
  .newsletter__status--success { background: rgba(0, 102, 51, 0.1); color: #006633; border: 1px solid rgba(0, 102, 51, 0.25); }
  .newsletter__status--error { background: rgba(214, 32, 39, 0.1); color: var(--red); border: 1px solid rgba(214, 32, 39, 0.25); }

  .ps { background: var(--paper); padding-top: clamp(4rem, 7vw, 6rem); padding-bottom: clamp(4rem, 7vw, 6rem); text-align: center; }
  .ps__inner { max-width: 46rem; margin: 0 auto; }
  .ps__label { display: inline-block; color: var(--red); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1.5rem; }
  .ps__quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.125rem, 2vw, 1.5rem); line-height: 1.4; color: var(--black); }

  .footer { background: var(--black); color: var(--grey); padding-top: clamp(3.5rem, 6vw, 5rem); padding-bottom: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .footer__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; }
  @media (min-width: 760px) { .footer__grid { grid-template-columns: repeat(4, 1fr); } }
  .footer__col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin-bottom: 1.25rem; }
  .footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
  .footer__col a { font-size: 0.9375rem; color: var(--grey); transition: color 0.22s var(--ease); }
  .footer__col a:hover { color: var(--white); }
  .footer__bottom { margin-top: clamp(3rem, 5vw, 4rem); padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.08); display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; justify-content: space-between; }
  @media (min-width: 760px) { .footer__bottom { flex-direction: row; align-items: center; } }
  .footer__brand { display: flex; align-items: center; gap: 0.75rem; }
  .footer__brand-text { font-size: 0.75rem; font-weight: 600; color: var(--white); line-height: 1.2; }
  .footer__copy { font-size: 0.8125rem; color: var(--grey); }
  .footer__legal { display: flex; gap: 1.25rem; font-size: 0.8125rem; flex-wrap: wrap; }

  .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: 0.08s; }
  .reveal-delay-2 { transition-delay: 0.16s; }

/* ============================================================ */
/* === MOBILE FIX (post-refactor): CSS Grid blowout protection === */
/* Bez tego inputy/textarea wymuszają track > dostępna przestrzeń */
/* ============================================================ */
.contact-grid__inner > *,
.story > *,
.org > *,
.hero-page__inner > *,
.values > *,
.commissions > *,
.docs > *,
.case-grid > *,
.related > *,
.bip-contact > *,
.section__head > *,
.newsletter__inner > * { min-width: 0; }

.form, .form *,
.newsletter__form, .newsletter__form * { min-width: 0; }

/* Honeypot - upewnij się że nie wpływa na flow */
.form__honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Domyślnie wszystkie inputy/textarea/select - nie wymuszaj większej szerokości niż rodzic */
input, textarea, select, button { max-width: 100%; }

/* Globalna ochrona przeciw poziomemu scrollowi */
html, body { overflow-x: hidden; }
