﻿    /* â”€â”€â”€ HERO GRID â”€â”€â”€ */
    .hero {
      display: grid;
      grid-template-columns: minmax(0, 1fr) clamp(360px, 36vw, 580px);
      /* Jeden wiersz o staĹ‚ej wysokoĹ›ci okna â€” inaczej kolumna showcase rozrasta siÄ™ do caĹ‚ej listy kart i nie ma overflowu (auto-scroll wtedy nie ma skÄ…d przewijaÄ‡). */
      grid-template-rows: minmax(0, 1fr);
      column-gap: clamp(16px, 2vw, 32px);
      height: calc(100vh - 88px);
      min-height: 0;
      /* Ta sama oÅ› co .au-inner / .gal-inner: wyÅ›rodkowany blok max 1320px + padding jak na podstronach */
      padding-left: calc((100% - min(100%, var(--site-content-max))) / 2 + var(--site-content-pad-x));
      padding-right: calc((100% - min(100%, var(--site-content-max))) / 2 + var(--site-content-pad-x));
      align-items: start;
      background:
        radial-gradient(circle at 78% 18%, rgba(125, 77, 26, 0.32), transparent 24%),
        radial-gradient(circle at 62% 36%, rgba(85, 54, 21, 0.22), transparent 30%),
        linear-gradient(135deg, #0f0c08 0%, #17110b 44%, #120d08 100%);
    }

    /* â”€â”€â”€ HERO LEFT â”€â”€â”€ */
    .hero-left {
      padding-top: clamp(80px, 12vh, 150px);
      min-width: 0;
      max-width: 100%;
    }

    .hero-title { margin: 0; }

    .hero-title-main {
      display: block;
      font-family: var(--hero-h1-font-family);
      font-size: calc(var(--hero-h1-font-size) * 1.25);
      line-height: var(--hero-h1-line-height);
      font-weight: var(--hero-h1-font-weight);
      letter-spacing: var(--hero-h1-letter-spacing);
      color: var(--text-main);
    }

    .hero-title-row {
      display: flex;
      align-items: flex-end;
      gap: clamp(12px, 1.5vw, 24px);
      font-family: var(--hero-h1-font-family);
      font-size: calc(var(--hero-h1-font-size) * 1.25);
      line-height: var(--hero-h1-line-height);
      font-weight: var(--hero-h1-font-weight);
      letter-spacing: var(--hero-h1-letter-spacing);
    }

    .hero-title-accent {
      display: inline-block;
      font-family: inherit;
      font-size: 1em;
      line-height: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      font-style: normal;
      background: linear-gradient(180deg, #b8973a 0%, #b8973a 54%, #b8973a 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .hero-title-cursor {
      width: 2px;
      height: 0.88em;
      margin-bottom: 0.06em;
      background: linear-gradient(180deg, transparent, var(--gold-main), transparent);
      flex-shrink: 0;
    }

    .hero-description {
      margin-top: clamp(24px, 3vh, 38px);
      max-width: 580px;
      font-family: var(--type-body-font-family);
      font-size: clamp(15px, 1.25vw, 18px);
      line-height: var(--type-body-line-height);
      font-weight: var(--type-body-font-weight);
      letter-spacing: -0.02em;
      color: rgba(247, 244, 238, 0.76);
    }

    .hero-cta {
      margin-top: clamp(24px, 3.5vh, 42px);
      width: clamp(200px, 14vw, 252px);
      height: clamp(52px, 5vh, 70px);
      border-radius: var(--radius-pill);
      border: var(--ui-hero-cta-border);
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 clamp(20px, 2vw, 32px);
      font-size: clamp(15px, 1.1vw, 19px);
      font-weight: 500;
      color: var(--text-main);
      background: var(--ui-hero-cta-bg);
      cursor: pointer;
      text-decoration: none;
      transition: transform var(--motion-180) var(--motion-ease), border-color var(--motion-180) var(--motion-ease), background-color var(--motion-180) var(--motion-ease);
    }

    .hero-cta:hover {
      transform: translateY(-1px);
      border: var(--ui-hero-cta-border-hover);
      background: var(--ui-hero-cta-bg-hover);
    }

    .hero-cta--donate {
      justify-content: center;
      gap: clamp(10px, 1.2vw, 16px);
      width: auto;
      min-width: min(100%, clamp(220px, 52vw, 280px));
      padding: 0 clamp(22px, 2.2vw, 36px);
      text-transform: uppercase;
      letter-spacing: 0.06em;
      font-size: clamp(13px, 1vw, 16px);
      border: none;
      color: var(--ui-btn-accent-fg);
      background: var(--ui-btn-accent-bg);
      box-shadow: 0 18px 32px rgba(102, 69, 19, 0.28);
    }

    .hero-cta--donate:hover {
      border: none;
      background: var(--ui-btn-accent-bg-hover);
      color: var(--ui-btn-accent-fg);
    }

    .hero-cta-heart {
      flex-shrink: 0;
      width: clamp(20px, 1.5vw, 26px);
      height: clamp(20px, 1.5vw, 26px);
      display: block;
    }

    /* â”€â”€â”€ ADAPT SELECTOR â”€â”€â”€ */
    .hero-adapt {
      margin-top: clamp(28px, 4vh, 50px);
      display: flex;
      align-items: center;
      gap: clamp(12px, 2vw, 28px);
      position: relative;
      min-width: 0;
      max-width: 100%;
    }

    /* Etykieta + strzaĹ‚ka wyjeĹĽdĹĽajÄ…ca spod Ĺ›rodka â€žENTRY POINTâ€ť */
    .adapt-entry {
      position: relative;
      flex-shrink: 0;
      padding-bottom: clamp(38px, 6.5vh, 62px);
    }

    .adapt-label {
      font-size: 13px;
      line-height: 1.52;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: -0.02em;
      color: rgba(247, 244, 238, 0.78);
    }

    /* Desktop: kotwica w prawo od etykiety */
    .adapt-arrow-anchor--desktop {
      position: absolute;
      left: 50%;
      top: calc(100% - 6px);
      width: clamp(92px, 16vw, 168px);
      aspect-ratio: 168 / 70;
      height: auto;
      pointer-events: none;
    }

    .adapt-arrow-svg {
      width: 100%;
      height: 100%;
      display: block;
      overflow: visible;
    }

    .adapt-tabs {
      height: clamp(48px, 5vh, 64px);
      border-radius: var(--radius-pill);
      border: 1px solid rgba(184, 151, 58, 0.24);
      background: rgba(255, 255, 255, 0.025);
      display: flex;
      align-items: center;
      padding: 0 clamp(16px, 1.5vw, 28px);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 32px rgba(0, 0, 0, 0.22);
      box-sizing: border-box;
      min-width: 0;
      max-width: 100%;
    }

    .adapt-tabs .adapt-tab:last-child {
      padding-right: 0;
    }

    .adapt-tab {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 0 clamp(10px, 1vw, 20px);
      height: 100%;
      font-size: var(--type-h5-font-size);
      font-family: var(--type-h5-font-family);
      color: rgba(247, 244, 238, 0.72);
      white-space: nowrap;
      background: none;
      border: none;
      cursor: pointer;
      transition: color var(--motion-150) var(--motion-ease);
    }

    .adapt-tab:hover { color: var(--text-main); }

    .adapt-tab.is-active {
      color: var(--text-main);
      font-weight: 500;
    }

    .adapt-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 1px solid rgba(247, 244, 238, 0.82);
      flex-shrink: 0;
      transition: all var(--motion-180) var(--motion-ease);
    }

    .adapt-tab.is-active .adapt-dot {
      border-color: var(--gold-main);
      background: var(--gold-main);
      box-shadow: 0 0 14px rgba(184, 151, 58, 0.45);
    }

    .adapt-separator {
      width: 1px;
      height: 22px;
      background: rgba(255, 255, 255, 0.14);
      flex-shrink: 0;
    }

    /* â”€â”€â”€ SHOWCASE STRIPS â”€â”€â”€ */
    .hero-showcase {
      width: 100%;
      min-height: 0;
      align-self: stretch;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      overflow: hidden;
      overflow-x: hidden;
      overscroll-behavior: contain;
      scrollbar-width: none;
      -ms-overflow-style: none;
      cursor: default;
      user-select: none;
      -webkit-user-drag: none;
    }

    .photo-strip {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-14);
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.02);
      min-height: 100%;
      touch-action: none;
      cursor: grab;
      box-shadow: 0 26px 46px rgba(0, 0, 0, 0.28);
    }

    .photo-strip-track {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 8px;
      animation-duration: 22s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      will-change: transform;
    }

    .photo-strip--up .photo-strip-track {
      animation-name: stripMoveUp;
    }

    .photo-strip--down .photo-strip-track {
      animation-name: stripMoveDown;
    }

    .photo-strip:hover .photo-strip-track {
      animation-play-state: paused;
    }

    .photo-strip.is-dragging {
      cursor: grabbing;
    }

    .photo-item {
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: var(--radius-12);
      overflow: hidden;
      background: #070708;
      transition: transform var(--motion-220) var(--motion-ease), border-color var(--motion-220) var(--motion-ease), box-shadow var(--motion-220) var(--motion-ease);
      cursor: pointer;
    }

    .photo-item:hover,
    .photo-item.is-expanded {
      transform: scale(1.03);
      border-color: rgba(184, 151, 58, 0.45);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
      z-index: 3;
    }

    .photo-item img {
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 5;
      object-fit: cover;
      display: block;
      -webkit-user-drag: none;
      user-select: none;
      pointer-events: none;
    }

    .photo-meta {
      position: absolute;
      inset: auto 0 0 0;
      padding: 12px 12px 10px;
      background: linear-gradient(180deg, rgba(3, 4, 6, 0.05), rgba(3, 4, 6, 0.88) 45%, rgba(3, 4, 6, 0.95));
      opacity: 0;
      transform: translateY(10px);
      transition: opacity var(--motion-200) var(--motion-ease), transform var(--motion-200) var(--motion-ease);
    }

    .photo-item:hover .photo-meta,
    .photo-item.is-expanded .photo-meta {
      opacity: 1;
      transform: translateY(0);
    }

    .photo-meta h4 {
      margin: 0;
      font-size: 15px;
      letter-spacing: 0.02em;
      color: var(--text-main);
    }

    .photo-meta p {
      margin: 6px 0 0;
      font-size: 14px;
      line-height: 1.35;
      color: rgba(247, 244, 238, 0.78);
    }

    @keyframes stripMoveUp {
      0% { transform: translateY(0); }
      100% { transform: translateY(-50%); }
    }

    @keyframes stripMoveDown {
      0% { transform: translateY(-50%); }
      100% { transform: translateY(0); }
    }

    @keyframes stripMoveLeft {
      0% { transform: translate3d(0, 0, 0); }
      100% { transform: translate3d(calc(-1 * var(--strip-distance, 50%)), 0, 0); }
    }

    @keyframes stripMoveRight {
      0% { transform: translate3d(calc(-1 * var(--strip-distance, 50%)), 0, 0); }
      100% { transform: translate3d(0, 0, 0); }
    }


