﻿/* =============================================================================
   BPM — hero.css
   Strona główna: landing bpm-fn-landing + klasyczny hero (kolaż zdjęć).
   ============================================================================= */

/* Pasek #bpm-donation-bar: tylko base.css (jak na innych podstronach). Tu wyłącznie CTA w intro landing. */

.bpm-fn-intro-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(10px, 1.4vw, 14px);
}

.bpm-fn-intro-actions .bpm-donation-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #d4af37 0%, #c8a033 55%, #b8973a 100%);
  color: #0e0c08;
  padding: 12px 20px;
  min-width: min(220px, 100%);
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(212, 175, 55, 0.26);
  border: 1px solid rgba(255, 235, 160, 0.45);
  transition:
    transform var(--motion-180) var(--motion-ease),
    box-shadow var(--motion-180) var(--motion-ease),
    filter var(--motion-180) var(--motion-ease);
}

.bpm-fn-intro-actions .bpm-donation-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 20px 44px rgba(212, 175, 55, 0.36);
}

.bpm-fn-intro-actions .bpm-donation-heart {
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  color: #0e0c08;
  flex-shrink: 0;
}

.bpm-fn-intro-actions .bpm-donation-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
  text-align: left;
}

.bpm-fn-intro-actions .bpm-donation-main {
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #0e0c08;
  text-transform: uppercase;
}

.bpm-fn-intro-actions .bpm-donation-tagline {
  margin-top: 4px;
  font-family: var(--hero-h1-font-family);
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(14, 12, 8, 0.82);
  text-transform: none;
  opacity: 0.88;
}

@media (max-width: 760px) {
  .bpm-fn-intro-actions .bpm-donation-cta {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bpm-fn-intro-actions .bpm-donation-cta {
    transition: none;
  }

  .bpm-fn-intro-actions .bpm-donation-cta:hover {
    transform: none;
  }
}

    /* CTA mapy: globalny .hm-intro-cta-solid (ui-buttons.css) */
    .bpm-fn-map-copy .hm-intro-cta-solid {
      text-decoration: none;
    }

    .bpm-fn-landing {
      width: 100%;
      background: #050504;
      color: var(--text-main);
      border-bottom: 1px solid rgba(184, 151, 58, 0.25);
    }

    .bpm-fn-wrap {
      width: 100%;
    }

    .bpm-fn-top {
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.65fr);
      gap: clamp(22px, 3vw, 34px);
      align-items: stretch;
    }

    .bpm-fn-intro {
      padding: clamp(12px, 2vh, 26px) 0;
    }

    .bpm-fn-logo-text {
      font-family: var(--type-h5-font-family);
      font-size: var(--type-caption-font-size);
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--text-main);
      margin: 0 0 clamp(20px, 3vh, 34px);
    }

    .bpm-fn-logo-text span {
      color: var(--gold-main);
    }

    /* H1: ta sama skala co :where(main.page-shell) h1 (base.css — tokeny --hero-h1-*) */
    .bpm-fn-heading {
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: var(--text-main);
    }

    .bpm-fn-heading span {
      color: var(--gold-main);
    }

    .bpm-fn-heading span.bpm-fn-heading-welcome {
      color: inherit;
    }

    .bpm-fn-heading .bpm-fn-heading-court {
      display: block;
    }

    @keyframes bpm-fn-map-heartbeat {
      0%,
      100% {
        transform: scale(1);
      }
      14% {
        transform: scale(1.14);
      }
      28% {
        transform: scale(1.03);
      }
      42% {
        transform: scale(1.2);
      }
      58% {
        transform: scale(1);
      }
    }

    .bpm-fn-map-img--pulse {
      transform-origin: 50% 55%;
      animation: bpm-fn-map-heartbeat 5.5s ease-in-out infinite;
      will-change: transform;
    }

    .bpm-fn-lede {
      max-width: 28rem;
      margin: 0 0 clamp(22px, 3vh, 28px);
      color: rgba(247, 244, 238, 0.78);
    }

    .bpm-fn-outline {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 190px;
      padding: 13px 22px;
      border: 1px solid rgba(184, 151, 58, 0.75);
      color: var(--gold-main);
      text-decoration: none;
      border-radius: var(--radius-10);
      font-family: var(--type-h5-font-family);
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      font-size: 11px;
      transition: background-color var(--motion-180) var(--motion-ease), color var(--motion-180) var(--motion-ease);
    }

    .bpm-fn-outline:hover {
      background: rgba(184, 151, 58, 0.12);
      color: var(--text-main);
    }

    .bpm-fn-map-card {
      border: 1px solid rgba(184, 151, 58, 0.52);
      border-radius: var(--radius-22);
      background:
        radial-gradient(circle at 76% 18%, rgba(184, 151, 58, 0.14), transparent 38%),
        #070706;
      overflow: hidden;
      box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
    }

    .bpm-fn-map-main {
      min-height: min(330px, 42vh);
      padding: clamp(28px, 4vw, 40px) clamp(22px, 3vw, 42px) clamp(18px, 2vh, 24px);
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.25fr);
      gap: clamp(18px, 2.5vw, 28px);
      align-items: center;
    }

    .bpm-fn-kicker {
      margin: 0 0 10px;
      color: var(--gold-main);
      font-family: var(--type-h5-font-family);
      font-size: 11px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      font-weight: 700;
    }

    /* Nagłówek karty mapy: semantyczne <h2> w main — typ z base.css; tylko kolor i odstępy */
    .bpm-fn-map-copy > h2 {
      margin: 0 0 10px;
      color: var(--text-main);
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    .bpm-fn-map-lede {
      margin: 0 0 clamp(18px, 2.5vh, 24px);
      color: rgba(247, 244, 238, 0.78);
    }

    .bpm-fn-map-img {
      width: 100%;
      max-height: min(300px, 38vh);
      height: auto;
      object-fit: contain;
      display: block;
    }

    .bpm-fn-stats {
      margin: 0 clamp(18px, 2.5vw, 34px) clamp(22px, 3vh, 32px);
      padding: 18px 14px;
      border: 1px solid rgba(184, 151, 58, 0.32);
      border-radius: var(--radius-16);
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      background: rgba(0, 0, 0, 0.42);
    }

    .bpm-fn-stats > div {
      text-align: center;
      padding: 0 10px;
      border-right: 1px solid rgba(184, 151, 58, 0.22);
    }

    .bpm-fn-stats > div:last-child {
      border-right: none;
    }

    .bpm-fn-stats strong {
      display: block;
      color: var(--text-main);
      font-size: clamp(1.35rem, 2vw, 1.65rem);
      line-height: 1;
      font-weight: 600;
      font-family: var(--font-serif);
    }

    .bpm-fn-stats span {
      display: block;
      margin-top: 7px;
      color: rgba(247, 244, 238, 0.66);
      font-size: 0.7rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-family: var(--type-h5-font-family);
    }

    .bpm-fn-pathways {
      margin-top: clamp(18px, 2.5vh, 26px);
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: clamp(14px, 2vw, 18px);
    }

    .bpm-fn-card {
      position: relative;
      min-height: 180px;
      padding: clamp(22px, 3vw, 30px) 4.5rem clamp(22px, 3vw, 30px) clamp(20px, 2.5vw, 28px);
      background: linear-gradient(135deg, #fbf5e8, #f0e7d4);
      border: 1px solid rgba(184, 151, 58, 0.28);
      border-radius: var(--radius-18);
      color: #14110c;
      text-decoration: none;
      display: grid;
      grid-template-columns: 78px 1fr;
      gap: clamp(16px, 2vw, 22px);
      align-items: center;
      overflow: hidden;
      transition: transform var(--motion-220) var(--motion-ease), box-shadow var(--motion-220) var(--motion-ease);
    }

    .bpm-fn-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    }

    .bpm-fn-icon {
      width: 78px;
      height: 78px;
      border-radius: 999px;
      background: #050504;
      border: 1px solid rgba(184, 151, 58, 0.65);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--gold-main);
      font-size: 1.85rem;
      flex-shrink: 0;
    }

    .bpm-fn-icon--numeric {
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      font-family: var(--type-h5-font-family);
    }

    .bpm-fn-card-body small {
      display: block;
      margin-bottom: 8px;
      color: #8a6a1f;
      font-family: var(--type-h5-font-family);
      font-weight: 700;
      font-size: 0.72rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .bpm-fn-card-body h3 {
      margin: 0 0 8px;
      color: #17130c;
    }

    .bpm-fn-card-body p {
      margin: 0;
      color: rgba(18, 16, 11, 0.76);
    }

    .bpm-fn-arrow {
      position: absolute;
      right: clamp(16px, 2vw, 22px);
      bottom: clamp(16px, 2vw, 22px);
      width: 46px;
      height: 46px;
      border-radius: 999px;
      background: #050504;
      color: var(--gold-main);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
      font-weight: 700;
    }

    @media (max-width: 980px) {
      .bpm-fn-top {
        grid-template-columns: 1fr;
      }

      .bpm-fn-map-main {
        grid-template-columns: 1fr;
      }

      .bpm-fn-pathways {
        grid-template-columns: 1fr;
      }

      .bpm-fn-stats {
        grid-template-columns: repeat(2, 1fr);
      }

      .bpm-fn-stats > div {
        border-right: none;
        border-bottom: 1px solid rgba(184, 151, 58, 0.22);
        padding: 14px 8px;
      }

      .bpm-fn-stats > div:nth-last-child(-n + 2) {
        border-bottom: none;
      }
    }

    @media (max-width: 560px) {
      .bpm-fn-stats {
        margin-inline: clamp(12px, 3vw, 20px);
        grid-template-columns: 1fr;
      }

      .bpm-fn-stats > div {
        border-right: none !important;
        border-bottom: 1px solid rgba(184, 151, 58, 0.22);
      }

      .bpm-fn-stats > div:last-child {
        border-bottom: none;
      }

      .bpm-fn-card {
        grid-template-columns: 1fr;
        padding: clamp(20px, 4vw, 26px) 4rem clamp(20px, 4vw, 26px) clamp(18px, 3vw, 22px);
      }

      .bpm-fn-icon {
        width: 64px;
        height: 64px;
        font-size: 1.5rem;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .bpm-fn-card:hover {
        transform: none;
      }

      .bpm-fn-map-img--pulse {
        animation: none;
        transform: none;
      }
    }

    /* Główna siatka sekcji klasycznego hero (tekst + kolaż) */
    .hero {
      display: grid;
      grid-template-columns: minmax(0, 1fr) clamp(360px, 36vw, 580px);
      grid-template-rows: minmax(0, 1fr) auto;
      column-gap: clamp(16px, 2vw, 32px);
      row-gap: 0;
      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 {
      grid-row: 1;
      grid-column: 1;
      padding-top: clamp(80px, 12vh, 150px);
      min-width: 0;
      max-width: 100%;
    }

    /* Separator pod hero: ta sama logika co .page-h1-rule (base.css), pełna szerokość siatki */
    .hero .hero-page-divider.page-h1-rule {
      grid-column: 1 / -1;
      grid-row: 2;
      align-self: stretch;
      max-width: none;
      width: 100%;
      margin-top: clamp(20px, 3vh, 36px);
      margin-bottom: 0;
      height: var(--ui-gold-hairline-h);
      background: linear-gradient(
        90deg,
        transparent 0%,
        var(--ui-gold-hairline-soft) 18%,
        rgba(184, 151, 58, 0.65) 50%,
        var(--ui-gold-hairline-soft) 82%,
        transparent 100%
      );
      border: 0;
      padding: 0;
    }

    .hero-title { margin: 0; }

    .hero-title-main {
      display: block;
      color: var(--text-main);
    }

    .hero-title-row {
      display: flex;
      align-items: flex-end;
      gap: clamp(12px, 1.5vw, 24px);
    }

    .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;
      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: var(--ui-gold-hairline-vertical);
      flex-shrink: 0;
    }

    /* â”€â”€â”€ SHOWCASE STRIPS â”€â”€â”€ */
    .hero-showcase {
      grid-row: 1;
      grid-column: 2;
      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;
      letter-spacing: 0.02em;
      color: var(--text-main);
    }

    .photo-meta p {
      margin: 6px 0 0;
      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); }
    }

/* =============================================================================
   Index landing hero — przeniesione z index.html <style> (tylko tło / puls / mobile strip).
   Typografia H1 / P: tokeny globalne w base.css (:where(main.page-shell) h1, p) oraz .bpm-fn-* w index-inline.css.
   ============================================================================= */
@keyframes bpm-hero-bg-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

section.bpm-fn-landing.page-section.page-section--hero {
  position: relative;
  background-color: #060604;
  background-image:
    radial-gradient(circle at 14% 18%, rgba(202, 166, 77, 0.14), transparent 32%),
    radial-gradient(circle at 84% 18%, rgba(202, 166, 77, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(6, 6, 4, 0.62) 0%, rgba(12, 10, 6, 0.7) 48%, rgba(5, 4, 3, 0.82) 100%);
  background-position: center center, center center, center center;
  background-size: auto, auto, auto;
  background-repeat: no-repeat;
}

section.bpm-fn-landing.page-section.page-section--hero .bpm-hero-bg-pulse {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/index/hero-background.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  will-change: transform;
  animation: bpm-hero-bg-pulse 7s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  section.bpm-fn-landing.page-section.page-section--hero .bpm-hero-bg-pulse {
    animation: none;
    transform: none;
    will-change: auto;
  }
}

@media (max-width: 767px) {
  section.bpm-fn-landing .hero-showcase,
  section.bpm-fn-landing .bpm-fn-top > .hero-showcase {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  section.bpm-fn-landing .hero-showcase .photo-strip--down,
  section.bpm-fn-landing .bpm-fn-top > .hero-showcase .photo-strip--down {
    display: none !important;
  }
}


