/**
 * Subpages mobile layout — max-width: 991px only.
 * Scoped to .page-sub — homepage (.page-home) and desktop are not affected.
 */

.page-sub .nav__icon-hamburger,
.page-sub .nav__phone-svg {
  display: none;
}

.page-sub .partners-yy-slider {
  display: none;
}

@media (max-width: 991px) {
  .page-sub {
    overflow-x: hidden;
    --gold-mobile: linear-gradient(77deg, #d3d588 1.13%, #a48644 100%);
  }

  .page-sub .nav__icon-grid,
  .page-sub .nav__icon14 .viewsd1 {
    display: none;
  }

  .page-sub .nav__icon-hamburger {
    display: block;
    width: 20px;
    height: 14px;
  }

  .page-sub .nav__phone-img {
    display: none;
  }

  .page-sub .nav__phone-svg {
    display: block;
    width: 23px;
    height: 23px;
    flex-shrink: 0;
  }

  /* ===== Page header (subpages) ===== */
  .page-sub .page-header {
    background: #1d1d1d;
    padding: 0;
    height: auto;
    min-height: 0;
    max-width: 100%;
    position: relative;
    z-index: 10;
  }

  .page-sub .nav {
    display: block;
    position: relative;
    z-index: 10;
    padding: 18px 16px 0;
    text-align: center;
  }

  .page-sub .nav__links--left {
    display: none;
  }

  .page-sub .logo {
    display: inline-flex;
    margin: 10px auto 0;
  }

  .page-sub .logo img {
    width: 149px;
    height: 112px;
    max-width: 149px;
    max-height: 112px;
    object-fit: contain;
  }

  .page-sub .nav__right {
    position: absolute;
    top: 16px;
    right: 16px;
    left: auto;
    width: auto;
    margin: 0;
    justify-content: flex-end;
    gap: 0;
  }

  .page-sub .nav__icon12 {
    display: none;
  }

  .page-sub .nav__right .nav__icon14 {
    display: none;
  }

  .page-sub .nav__icon14--fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: var(--gold-mobile, linear-gradient(77deg, #d3d588 1.13%, #a48644 100%));
    box-shadow: none;
    cursor: pointer;
  }

  .page-sub .nav__icon14--fixed .nav__icon-hamburger {
    display: block;
    width: 20px;
    height: 14px;
  }

  .page-sub .side-menu {
    z-index: 10000;
  }

  .page-sub .nav__icon14 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: var(--gold-mobile, linear-gradient(77deg, #d3d588 1.13%, #a48644 100%));
    box-shadow: none;
  }

  .page-sub .nav__icon14 .viewsd1 {
    display: none;
  }

  .page-sub .nav__phone {
    position: fixed;
    right: 16px;
    bottom: 22px;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    background: var(--gold-mobile, linear-gradient(77deg, #d3d588 1.13%, #a48644 100%));
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    text-decoration: none;
  }

  .page-sub .nav__phone .phone_tekst {
    display: none;
  }

  .page-sub .nav__phone .svgsrc {
    display: none;
  }

  /* ===== Mobile side menu ===== */
  .page-sub .side-menu {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    background: #1a1a1a;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .page-sub .side-menu__desktop {
    display: none;
  }

  .page-sub .side-menu__mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 88px 32px 40px;
    box-sizing: border-box;
  }

  .page-sub .side-menu__close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }

  .page-sub .side-menu__close svg {
    width: 18px;
    height: 18px;
  }

  .page-sub .side-menu__mobile-head {
    width: 100%;
    max-width: 320px;
    margin-bottom: 48px;
  }

  .page-sub .side-menu__mobile-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
  }

  .page-sub .side-menu__mobile-logo .xsvg {
    display: block;
    width: 149px;
    height: 112px;
    object-fit: contain;
    margin-top: -65px;
    margin-bottom: -16px;
  }

  .page-sub .side-menu__mobile-search {
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: -22px;
  }

  .page-sub .side-menu__mobile-search-field {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 10px;
  }

  .page-sub .side-menu__mobile-search-input {
    flex: 1;
    min-width: 0;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-family: Cormorant, "Cormorant Garamond", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.28px;
  }

  .page-sub .side-menu__mobile-search-input::placeholder {
    color: #fff;
    opacity: 0.75;
  }

  .page-sub .side-menu__mobile-search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
  }

  .page-sub .side-menu__mobile-search-submit svg {
    display: block;
    width: 16px;
    height: 16px;
  }

  .page-sub .side-menu__mobile-nav {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 320px;
    padding: 12px 0 48px;
  }

  .page-sub .side-menu__mobile-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .page-sub .side-menu__mobile-nav > ul > li {
    margin: 0;
    padding: 0;
  }

  .page-sub .side-menu__mobile-nav > ul > li + li::before {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    margin: 0 auto 15px;
    background: #d9d9d945;
  }

  .page-sub .side-menu__mobile-nav a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Cormorant Garamond", Cormorant, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.88px;
    text-decoration: none;
    padding: 0 0 19px;
  }

  .page-sub .side-menu__mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Cormorant Garamond", Cormorant, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.88px;
    text-decoration: none;
    padding: 0 0 19px;
    padding-left: 18px;
    border: none;
    background: none;
    cursor: pointer;
  }

  .page-sub .side-menu__mobile-chevron {
    display: block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    fill: currentColor;
    transition: transform 0.3s ease;
  }

  .page-sub .side-menu__mobile-item--open .side-menu__mobile-chevron {
    transform: rotate(180deg);
  }

  .page-sub .side-menu__mobile-nav > ul > li:last-child a {
    padding-bottom: 0;
  }

  .page-sub .side-menu__mobile-item--open .side-menu__mobile-toggle {
    color: #f6d67b;
    padding-bottom: 12px;
  }

  .page-sub .side-menu__mobile-sub-sep {
    display: none;
    width: 28px;
    height: 1px;
    margin: 0 auto 14px;
    background: #f6d67b;
    opacity: 0.3;
  }

  .page-sub .side-menu__mobile-item--open .side-menu__mobile-sub-sep {
    display: block;
  }

  .page-sub .side-menu__mobile-sub {
    display: none;
    list-style: none;
    margin: 0 0 31px;
    padding: 0 0 8px;
  }

  .page-sub .side-menu__mobile-item--open .side-menu__mobile-sub {
    display: block;
  }

  .page-sub .side-menu__mobile-sub a {
    display: block;
    text-align: center;
    color: #fff;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    text-decoration: none;
    padding: 0 0 14px;
    opacity: 0.75;
  }

  .page-sub .side-menu__mobile-sub li:last-child a {
    padding-bottom: 0;
  }

  .page-sub .side-menu__mobile-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: auto;
    color: #fff;
    font-family: "Cormorant Garamond", Cormorant, serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    text-decoration: none;
    padding-bottom: 30px;
  }

  .page-sub .side-menu__mobile-phone svg {
    flex-shrink: 0;
    display: block;
    width: 25px;
    height: 25px;
  }

  .page-sub .hero__content {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding: 0 24px clamp(88px, 22vw, 120px);
    text-align: center;
  }

  .page-sub .hero__title {
    margin: 0 0 28px;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .page-sub .hero__title-line {
    display: block;
    margin-left: 0;
    color: #f6d67b;
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.3px;
    text-align: center;
  }

  .page-sub .hero__title-line--small {
    display: inline;
    margin-left: 0;
    margin-top: 0;
    color: #f6d67b;
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.3px;
    opacity: 0.75;
  }

  .page-sub .hero__title-line--accent {
    display: inline;
    margin-left: 0.28em;
    margin-top: 0;
    color: #f6d67b;
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.3px;
    opacity: 0.75;
  }

  .page-sub .hero__content .btn {
    display: inline-flex;
    width: auto;
    min-width: 0;
    height: auto;
    margin-top: 0;
    padding: 7px 46px 9px 47px;
    color: #fff;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    border: 2px solid #fff;
    background: transparent;
    justify-content: center;
    align-items: center;
  }

  /* ===== About ===== */
  .page-sub .about {
    display: flex;
    flex-direction: column;
    height: auto;
    aspect-ratio: auto;
    min-height: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: visible;
    background: #fff;
  }

  .page-sub .about__title {
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    z-index: 2;
    padding: clamp(36px, 9vw, 48px) 24px 0;
    font-size: clamp(36px, 9.2vw, 48px);
    letter-spacing: -2px;
    line-height: 1.05;
  }

  .page-sub .about__title-row {
    margin-left: 0;
    margin-top: 0;
    gap: 12px;
  }

  .page-sub .about__title-dash {
    width: 40px;
    max-width: 40px;
    margin-left: 0;
    margin-top: 0.35em;
  }

  .page-sub .about__title-light {
    margin-top: 6px;
    margin-left: 52px;
    font-style: italic;
    opacity: 0.75;
    line-height: 1.1;
  }

  .page-sub .about__logo-right {
    position: relative;
    top: auto;
    right: auto;
    order: 2;
    z-index: 2;
    display: block;
    width: auto;
    max-width: clamp(190px, 56vw, 250px);
    height: auto;
    margin: clamp(28px, 7vw, 40px) auto clamp(32px, 8vw, 48px);
  }

  .page-sub .about__portrait {
    position: relative;
    top: auto;
    left: auto;
    order: 3;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .page-sub .about__portrait img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 390 / 520;
    object-fit: cover;
    object-position: top center;
  }

  .page-sub .about__hline,
  .page-sub .about__hline1,
  .page-sub .about .gf1,
  .page-sub .about__image {
    display: none;
  }

  .page-sub .about__text-wrap {
    position: relative;
    top: auto;
    left: auto;
    order: 4;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: clamp(28px, 7vw, 40px) 24px clamp(40px, 10vw, 56px);
    border: none;
    background: #fff;
    box-sizing: border-box;
  }

  .page-sub .about__divider {
    display: none;
  }

  .page-sub .about__card-text {
    padding-top: 0;
    text-align: left;
  }

  .page-sub .about__card-text p {
    color: #000;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    opacity: 0.75;
  }

  .page-sub .about__card-text p strong,
  .page-sub .about__card-text strong {
    font-weight: 700;
    opacity: 1;
  }

  .page-sub .about__text-light {
    font-weight: 300;
    opacity: 0.75;
  }

  .page-sub .about__invite,
  .page-sub .about__signature,
  .page-sub .about__role {
    text-align: center;
  }

  .page-sub .about__signature {
    font-size: clamp(32px, 8vw, 40px);
  }

  .page-sub .about__role123 {
    font-size: 13px !important;
    margin-bottom: 20px;
  }

  .page-sub .about__btn {
    display: flex;
    width: 178px;
    height: 56px;
    margin: 8px auto 0;
  }

  /* ===== Events ===== */
  .page-sub .events {
    padding: clamp(40px, 10vw, 56px) 0 clamp(32px, 8vw, 48px);
    margin-top: 0;
  }

  .page-sub .events__header {
    margin-top: 0;
    margin-bottom: clamp(24px, 6vw, 36px);
    padding: 0 24px;
    justify-content: center;
    gap: 0;
  }

  .page-sub .events__header-line {
    display: none;
  }

  .page-sub .events__header-title {
    width: 100%;
    text-align: center;
    color: #b58f34;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.6px;
    opacity: 0.75;
  }

  .page-sub .events__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .page-sub .event-card {
    display: block;
    width: 100%;
    min-height: 0;
    border-radius: 0;
  }

  .page-sub .event-card--upcoming {
    width: 100%;
    height: 532px;
    aspect-ratio: auto;
    min-height: 532px;
  }

  .page-sub .event-card--archive {
    width: 100%;
    height: 283px;
    aspect-ratio: auto;
    min-height: 283px;
  }

  .page-sub .event-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-sub .event-card--upcoming .df1 {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .page-sub .event-card__countdown {
    top: 12px;
    right: 12px;
    gap: 10px;
    flex-wrap: nowrap;
    max-width: calc(100% - 24px);
  }

  .page-sub .event-card__countdown-label {
    color: #fff;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    opacity: 0.75;
  }

  .page-sub .event-card__countdown-sep {
    width: 1.149px;
    height: 24px;
    opacity: 0.2;
    background: #fff;
  }

  .page-sub .event-card__countdown-num {
    color: #f6d67b;
    text-align: right;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
  }

  .page-sub .event-card__countdown-unit {
    color: #fff;
    text-align: right;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    opacity: 0.75;
  }

  .page-sub .event-card__countdown-sep.sep1 {
    margin-right: 0;
    height: 24px;
    margin-top: 0;
  }

  .page-sub .event-card__content,
  .page-sub .event-card__content111,
  .page-sub .event-card--archive .event-card__content {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: auto;
    top: auto;
    z-index: 10;
  }

  .page-sub .event-card--upcoming .event-card__content,
  .page-sub .event-card--upcoming .event-card__content111 {
    bottom: 88px;
  }

  .page-sub .event-card__label {
    color: #f6d67b;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
  }

  .page-sub .event-card__label--archive {
    color: #fff;
    opacity: 0.5;
  }

  .page-sub .event-card__title {
    color: #f6d67b;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.5px;
  }

  .page-sub .event-card__title--archive {
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.5px;
  }

  .page-sub .event-card__footer-label {
    color: #fff;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.75;
  }

  .page-sub .event-card__footer-value,
  .page-sub .event-card__footer-value.valu2 {
    color: #fff;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    opacity: 1;
  }

  .page-sub .event-card__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 12px 16px 14px;
    z-index: 10;
  }

  .page-sub .event-card__footer-group {
    flex-wrap: wrap;
    gap: 8px;
  }

  .page-sub .event-card__details {
    display: none;
  }

  .page-sub .event-card--archive .marker {
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    text-align: right;
    font-size: 13px;
    line-height: 1.3;
    z-index: 10;
  }

  .page-sub .event-card--archive .event-card__content--archive {
    bottom: 16px;
    left: 16px;
    right: 16px;
    transition: none;
  }

  .page-sub .event-card--archive:hover .event-card__content--archive {
    bottom: 16px;
  }

  .page-sub .event-card--archive .event-content-row {
    opacity: 1;
    visibility: visible;
    transform: none;
    margin-top: 10px;
    gap: 8px;
  }

  .page-sub .event-content-row1 {
    display: grid;
    grid-template-columns: auto 1px 1fr;
    gap: 8px;
    align-items: center;
  }

  .page-sub .events__cta {
    margin-top: clamp(24px, 6vw, 36px);
    padding: 0 24px;
  }

  .page-sub .events__cta-btn {
    width: auto;
    min-width: 220px;
    height: 56px;
    margin: 0 auto;
    padding: 0 32px;
  }

  /* ===== Projects ===== */
  .page-sub .projects {
    display: block;
    padding: 0;
    margin: 0;
    max-width: 100%;
    background: #1d1d1d;
  }

  .page-sub .projects__wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .page-sub .projects__text {
    order: 1;
    padding: clamp(40px, 10vw, 56px) 24px 28px;
    overflow: visible;
  }

  .page-sub .projects__watermark {
    width: min(72%, 280px);
    opacity: 0.1;
  }

  .page-sub .projects__heading {
    margin: 0 0 20px;
    text-align: center;
  }

  .page-sub .projects__heading-row {
    justify-content: center;
    gap: 12px;
    margin: 0;
  }

  .page-sub .projects__heading-line {
    display: none;
  }

  .page-sub .projects__heading-bold,
  .page-sub .projects__heading-light {
    font-size: clamp(34px, 8.5vw, 48px);
    margin: 0;
  }

  .page-sub .projects__subtitle {
    margin: 0 0 20px;
    margin-left: 0;
    text-align: center;
    font-size: clamp(22px, 5.5vw, 28px);
  }

  .page-sub .projects__subtitle-row {
    justify-content: center;
    gap: 12px;
  }

  .page-sub .projects__subtitle-line {
    display: none;
  }

  .page-sub .projects__body {
    margin: 0;
    width: 100%;
    text-align: left;
  }

  .page-sub .projects__body p {
    font-size: 15px;
    line-height: 1.55;
  }

  .page-sub .projects__archive--in-projects {
    display: none;
  }

  .page-sub .projects__archive--before-partners {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 20px 24px;
    background: #fff;
    color: #000;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    opacity: 1;
    text-decoration: none;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    transition: opacity 0.3s ease;
  }

  .page-sub .projects__archive--before-partners:hover {
    opacity: 0.75;
  }

  .page-sub .projects__archive--before-partners .class_svgs {
    height: 18px;
    fill: currentColor;
  }

  .page-sub .partners-yy-slider__arrow .class_svgs {
    height: 18px;
  }

  .page-sub .projekty-archiwalne__card-link .class_svgs {
    height: 16px;
  }

  .page-sub .wydarzenia-archive__arrow .class_svgs {
    height: 18px;
  }

  .page-sub .partnerzy-slider__arrow .class_svgs {
    height: 18px;
  }

  .page-sub .projects__image {
    order: 2;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 320px;
    aspect-ratio: 390 / 420;
    margin: 0;
  }

  .page-sub .projects__slider,
  .page-sub .projects__slider-slide {
    width: 100%;
    height: 100%;
  }

  .page-sub .projects__image-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 16px 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  }

  .page-sub .projects__image-date {
    font-size: 14px;
  }

  .page-sub .projects__image-title {
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.1;
  }

  .page-sub .projects__image-title .weekend {
    margin-top: 0;
    display: block;
  }

  .page-sub .projects__btn {
    width: 156px;
    height: 55px;
    margin: 0;
    align-self: flex-start;
    padding-top: 0;
  }

  .page-sub .page-header .logo {
    display: inline-flex;
    margin: 10px auto 0;
    margin-bottom: 28px;
  }

  .page-sub .page-header .nav__links {
    display: none;
  }

  .page-sub .page-header .nav__phone {
    position: fixed;
    right: 16px;
    bottom: 22px;
    z-index: 120;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    font-size: 0;
    border-radius: 20px;
    background: var(--gold-mobile, linear-gradient(77deg, #d3d588 1.13%, #a48644 100%));
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  }

  /* ===== Fundacja / Fundator intro ===== */
  .page-sub .fundacja-about__grid {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .page-sub .fundacja-about__image {
    order: 1;
    width: 100%;
  }

  .page-sub .fundacja-about__image img {
    display: block;
    width: 100%;
    min-height: 0;
    height: auto;
    max-height: 311px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: top center;
  }

  .page-sub .fundacja-about__right {
    order: 2;
    display: flex;
    flex-direction: column;
  }

  .page-sub .fundacja-about__head {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: clamp(36px, 9vw, 48px) 24px 0;
    border-bottom: none;
    text-align: left;
  }

  .page-sub .fundacja-about__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 0 28px;
    margin-left: 14px;
    font-size: clamp(36px, 9.2vw, 48px);
    letter-spacing: -2px;
    line-height: 1.05;
    width: 100%;
  }

  .page-sub .fundacja-about__title-line {
    width: 40px;
    flex-shrink: 0;
    margin: 0;
  }

  .page-sub .fundacja-about__logo-box {
    display: none;
    width: auto;
    max-width: clamp(190px, 56vw, 250px);
    height: auto;
    margin: 0 auto 24px;
    padding: 0;
    border: none;
    background: transparent;
  }

  .page-sub .fundacja-about__logo-box img {
    display: none;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .page-sub .fundacja-about__text {
    flex: 1;
    width: 100%;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    padding: 30px !important;
    text-align: left !important;
    box-sizing: border-box;
  }

  .page-sub .fundacja-about__text p {
    color: #000;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    opacity: 0.75;
  }

  .page-sub .fundacja-about__text p strong,
  .page-sub .fundacja-about__text strong {
    font-weight: 700;
    opacity: 1;
  }

  .page-sub .fundacja-support {
    position: relative;
    overflow: hidden;
    height: auto !important;
    width: 100% !important;
    margin-bottom: 25px;
    background-size: cover;
    background-position: center;
  }

  .page-sub .fundacja-support__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
    padding: 40px 24px 36px 30px;
    max-width: none;
  }

  .page-sub .fundacja-support__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(36px, 9vw, 48px);
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 1.05;
    white-space: nowrap;
    text-align: left;
    width: 100%;
  }

  .page-sub .fundacja-support__title-line {
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    flex-shrink: 0;
    margin: 0;
  }

  .page-sub .fundacja-support__title > div {
    line-height: 1.05;
  }

  .page-sub .fundacja-support__title > div br {
    display: inline;
    line-height: 0;
    font-size: 0;
  }

  .page-sub .fundacja-support__title > div br::after {
    content: '\00a0';
    font-size: clamp(36px, 9vw, 48px);
    line-height: 1.05;
  }

  .page-sub .fundacja-support__text {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    opacity: 0.9;
    text-align: left;
  }

  .page-sub .fundacja-support__text strong {
    display: inline;
    margin: 0;
    font-weight: 600;
  }

  .page-sub .fundacja-support__bank {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-family: "Kumbh Sans", sans-serif;
  }

  .page-sub .fundacja-support__bank-label {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
  }

  .page-sub .fundacja-support__account {
    margin: 0 0 8px;
    font-size: clamp(17px, 4.2vw, 22px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.3px;
    color: #fff;
    word-break: break-word;
  }

  .page-sub .fundacja-support__iban-label {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    opacity: 0.9;
    color: #fff;
  }

  .page-sub .fundacja-support__iban {
    margin: 0;
    font-size: clamp(15px, 3.8vw, 18px);
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    word-break: break-word;
  }

  .page-sub .fundator-story {
    max-width: 1920px;
    margin: 0 auto 20px;
    background: #fff;
    width: 100%;
  }

  .page-sub .fundator-story__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .page-sub .fundator-story__text {
    order: 2;
    padding: 30px;
    text-align: left;
  }

  .page-sub .fundator-story__text p {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    opacity: 0.75;
  }

  .page-sub .fundator-story__image {
    order: 1;
  }

  .page-sub .fundator-story__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 390 / 420;
    object-fit: cover;
    object-position: center;
  }

  .page-sub .wydarzenia-hero {
    padding: 0;
  }

  .page-sub .wydarzenia-hero .event-card--upcoming {
    width: 100%;
    max-width: none;
    height: 526px;
    min-height: 526px;
  }

  .page-sub .wydarzenia-archive {
    max-width: 1920px;
    margin: 0 auto;
    padding: 29px 15px 41px;
    background: #fff;
  }

  .page-sub .wydarzenia-archive__header {
    justify-content: center;
    padding: 0 24px;
    margin-bottom: clamp(24px, 6vw, 36px);
  }

  .page-sub .wydarzenia-archive__line {
    display: none;
  }

  .page-sub .wydarzenia-archive__title {
    width: 100%;
    text-align: center;
    color: #b58f34;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1.6px;
    opacity: 0.75;
  }

  /* ===== Projekty ===== */
  .page-sub .projekty-page {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
  }

  .page-sub .projekty-row {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto !important;
    grid-template-columns: none;
  }

  .page-sub .projekty-row__media {
    order: 1;
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 0;
    aspect-ratio: auto;
    margin: 0;
    overflow: hidden;
  }

  .page-sub .projekty-row__media img {
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0;
    max-height: none;
    object-fit: cover;
    object-position: center;
    position: static;
  }

  .page-sub .projekty-row__text {
    order: 2;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    padding: 30px;
    margin: 0;
    box-sizing: border-box;
    align-items: flex-start;
    align-content: flex-start;
  }

  .page-sub .projekty-row--dark .projekty-row__text {
    background: #1d1d1d;
    color: #fff;
  }

  .page-sub .projekty-row__head {
    margin: 0 0 16px !important;
    margin-left: 0 !important;
    width: 100%;
  }

  .page-sub .projekty-row__title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 0 16px !important;
    margin-left: 0 !important;
    width: 100%;
    font-size: clamp(34px, 8.5vw, 48px);
    letter-spacing: -1.6px;
    text-align: left;
    color: #f6d67b;
  }

  .page-sub .projekty-row__title-line {
    display: block;
    width: 40px;
    height: 1px;
    background: #b58f34;
    flex-shrink: 0;
    margin-top: 19px;
  }

  .page-sub .projekty-row__tagline {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px !important;
    margin-left: 0 !important;
    width: 100%;
    font-size: clamp(22px, 5.5vw, 28px);
    text-align: left;
    color: #fff;
  }

  .page-sub .projekty-row__tagline-line {
    display: block;
    width: 35px;
    height: 1px;
    background: #b58f34;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0 !important;
  }

  .page-sub .projekty-row__body {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
  }

  .page-sub .projekty-row__body p,
  .page-sub .projekty-row__invite {
    width: 100%;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.55;
    opacity: 0.75;
    color: #fff;
  }

  .page-sub .projekty-row--light .projekty-row__media {
    order: 1;
  }

  .page-sub .projekty-row--light .projekty-row__text--light {
    order: 2;
    padding: 30px;
    background: #fff;
  }

  .page-sub .projekty-row.projekty-row--light .projekty-row__body {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    text-align: left;
  }

  .page-sub .projekty-row--light .projekty-row__body p {
    color: #000;
  }

  .page-sub .projekty-page__cta {
    padding: 0 30px 30px;
    text-align: center;
  }

  .page-sub .projekty-page__archive-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 40px;
    min-height: 40px;
    padding: 0 24px;
    box-sizing: border-box;
    border: 2px solid #000;
    color: #000;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-decoration: none;
    background: transparent;
  }

  /* ===== Projekty archiwalne ===== */
  .page-sub .projekty-archiwalne {
    max-width: 1920px;
    margin: 0 auto !important;
    margin-left: 0 !important;
    height: auto !important;
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
  }

  .page-sub .projekty-archiwalne__layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
    grid-template-columns: none;
  }

  .page-sub .projekty-archiwalne__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    min-height: 0;
    width: 100%;
  }

  .page-sub .projekty-archiwalne__title {
    margin: 0;
    width: 100%;
  }

  .page-sub .projekty-archiwalne__title-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .page-sub .projekty-archiwalne__title-line {
    width: 40px;
    height: 1px;
    margin: 0;
    background: #b58f34;
    flex-shrink: 0;
  }

  .page-sub .projekty-archiwalne__title-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25em;
    margin: 0 !important;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 8.5vw, 48px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -1.6px;
    color: #b58f34;
    opacity: 0.75;
  }

  .page-sub .projekty-archiwalne__desc {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    text-align: left;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.55;
    opacity: 0.75;
    color: #000;
  }

  .page-sub .projekty-archiwalne__current-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 40px;
    min-height: 40px;
    margin: 0 !important;
    margin-top: 4px !important;
    padding: 0 24px;
    box-sizing: border-box;
    border: 2px solid #000;
    color: #000;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-decoration: none;
    background: transparent;
    flex-direction: row;
    gap: 0;
  }

  .page-sub .projekty-archiwalne__content {
    width: 100%;
    min-width: 0;
  }

  .page-sub .projekty-archiwalne__pages {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .page-sub .projekty-archiwalne__page {
    display: block !important;
  }

  .page-sub .projekty-archiwalne__columns {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0 !important;
  }

  .page-sub .projekty-archiwalne__col {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }

  .page-sub .projekty-archiwalne__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    text-decoration: none;
    color: inherit;
  }

  .page-sub .projekty-archiwalne__card-image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 390 / 260;
    overflow: hidden;
  }

  .page-sub .projekty-archiwalne__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
  }

  .page-sub .projekty-archiwalne__card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    min-width: 0;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
  }

  .page-sub .projekty-archiwalne__card-date {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    opacity: 0.5;
    color: #000;
  }

  .page-sub .projekty-archiwalne__card-title {
    width: 100%;
    max-width: none;
    margin-top: 4px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(22px, 5.5vw, 26px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #000;
  }

  .page-sub .projekty-archiwalne__card-link {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #000;
    text-align: left;
  }

  .page-sub .projekty-archiwalne__pagination {
    margin-top: 32px;
  }

  /* ===== Kontakt ===== */
  .page-sub .kontakt_leftss,
  .page-sub .logog {
    display: none;
  }

  .page-sub .kontakt {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
  }

  .page-sub .kontakt__watermark {
    opacity: 0.04;
  }

  .page-sub .kontakt__grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
    grid-template-columns: none;
  }

  .page-sub .kontakt__info {
    width: 100%;
  }

  .page-sub .kontakt__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 0 20px !important;
    width: 100%;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(36px, 9vw, 48px);
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 1.05;
    color: #b58f34;
    text-align: left;
  }

  .page-sub .kontakt__title-line {
    width: 40px;
    height: 1px;
    margin: 0;
    background: #b58f34;
    flex-shrink: 0;
  }

  .page-sub .kontakt__brand {
    margin: 0 0 24px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(22px, 5.5vw, 28px);
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.2;
    opacity: 0.75;
    text-align: left;
  }

  .page-sub .kontakt__list {
    margin: 0 0 24px;
    padding: 0;
  }

  .page-sub .kontakt__item,
  .page-sub .kontakt__item11 {
    margin: 0 0 18px !important;
    margin-left: 0 !important;
    gap: 14px;
  }

  .page-sub .kontakt__icon,
  .page-sub .kontakt__icon111 {
    margin: 2px 0 0 !important;
    margin-left: 0 !important;
    width: 26px;
  }

  .page-sub .kontakt__link {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    opacity: 0.75;
    text-decoration: none;
  }

  .page-sub .kontakt__link--phone {
    font-size: 17px;
    font-weight: 600;
    opacity: 1;
  }

  .page-sub .kontakt__link--email {
    margin-top: 0 !important;
  }

  .page-sub .kontakt__legal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin: 0 0 24px !important;
    margin-left: 0 !important;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    opacity: 0.75;
    color: #000;
    grid-template-columns: none;
  }

  .page-sub .kontakt__legal .krs1 {
    line-height: 1.75;
  }

  .page-sub .kontakt__legal .borsds {
    display: none;
  }

  .page-sub .kontakt__donate {
    margin: 0 0 28px;
    gap: 14px;
  }

  .page-sub .kontakt__donate-body p {
    margin: 0 0 8px;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    opacity: 0.75;
  }

  .page-sub .kontakt__donate-account {
    margin-top: 0 !important;
  }

  .page-sub .kontakt__social {
    margin: 0 !important;
    margin-left: 0 !important;
    gap: 20px;
  }

  .page-sub .kontakt__form-wrap {
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }

  .page-sub .kontakt__form-title {
    margin: 0 0 28px;
    text-align: left;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(24px, 6vw, 30px);
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.2;
    opacity: 0.75;
  }

  .page-sub .kontakt__form {
    gap: 20px;
    margin-top: 0 !important;
  }

  .page-sub .kontakt__input {
    font-size: 15px;
    padding: 4px 0 10px;
  }

  .page-sub .kontakt__consent {
    font-size: 13px;
    line-height: 1.5;
  }

  .page-sub .kontakt__consent input {
    width: 16px;
    height: 16px;
    margin-left: 0;
  }

  .page-sub .kontakt__submit {
    display: block;
    align-self: center;
    width: 226px;
    max-width: calc(100% - 60px);
    margin: 20px auto 0 !important;
    margin-left: auto !important;
    padding: 14px 32px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-family: "Cormorant Garamond", serif;
    font-size: 19px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.88px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    height: auto;
    min-height: 40px;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .page-sub .kontakt-map {
    width: 100%;
    position: relative;
  }

  .page-sub .emblema {
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 9;
    left: 43%;
    top: 93px;
  }

  .page-sub .kontakt-map__inner {
    height: 280px;
  }

  .page-sub .kontakt-map__route {
    right: 16px;
    bottom: 16px;
    padding: 10px 18px;
    font-size: 22px;
  }

  /* ===== Władze ===== */
  .page-sub .wladze {
    width: 100%;
    margin-bottom: 20px;
  }

  .page-sub .wladze__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }

  .page-sub .wladze__intro {
    order: 1;
    width: 100%;
    padding: clamp(36px, 9vw, 48px) 24px 24px 30px;
    box-sizing: border-box;
  }

  .page-sub .wladze__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 0 28px;
    width: 100%;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(36px, 9vw, 48px);
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 1.05;
    color: #b58f34;
    text-align: left;
  }

  .page-sub .wladze__title-line {
    width: 40px;
    height: 1px;
    flex-shrink: 0;
    margin: 0;
    background: #b58f34;
  }

  .page-sub .wladze__title > div,
  .page-sub .wladzee {
    margin: 0;
    line-height: 1.05;
  }

  .page-sub .wladze__title > div br,
  .page-sub .wladzee br {
    display: inline;
    line-height: 0;
    font-size: 0;
  }

  .page-sub .wladze__title > div br::after,
  .page-sub .wladzee br::after {
    content: '\00a0';
    font-size: clamp(36px, 9vw, 48px);
    line-height: 1.05;
  }

  .page-sub .wladze__text {
    text-align: left;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    opacity: 0.75;
  }

  .page-sub .wladze__text p {
    margin: 0 0 22px;
  }

  .page-sub .wladze__text p:last-child {
    margin-bottom: 0;
  }

  .page-sub .wladze__portrait {
    order: 2;
    width: 100%;
    height: auto;
  }

  .page-sub .wladze__portrait img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 311px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: top center;
  }

  .page-sub .wladze__board {
    order: 3;
    padding: clamp(28px, 7vw, 40px) 24px clamp(40px, 10vw, 56px) 30px;
  }

  .page-sub .wladze__member {
    text-align: center;
    padding: 24px 0;
  }

  .page-sub .wladze__member-line {
    margin: 12px auto;
  }

  /* ===== Partnerzy page ===== */
  .page-sub .partnerzy-page {
    max-width: 1920px;
    margin: 0 auto;
    padding: 30px 30px 40px;
    background: #fff;
    box-sizing: border-box;
  }

  .page-sub .partnerzy-page__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 0 32px;
    padding: 0;
  }

  .page-sub .partnerzy-page__line {
    width: 40px;
    height: 1px;
    margin: 0 !important;
    background: #b58f34;
    flex-shrink: 0;
  }

  .page-sub .partnerzy-page__title {
    margin: 0 !important;
    margin-left: 0 !important;
    text-align: left;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(36px, 9vw, 48px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -2px;
    color: #b58f34;
    opacity: 1;
  }

  .page-sub .partnerzy-slider {
    padding: 0;
  }

  .page-sub .partnerzy-slider__viewport {
    width: 100%;
    max-width: 100% !important;
    margin: 0;
  }

  .page-sub .partnerzy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0;
    width: 100%;
    justify-content: stretch;
  }

  .page-sub .partnerzy-card {
    width: 100%;
    height: auto;
    min-height: 200px;
    aspect-ratio: auto;
    padding: 24px 20px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
  }

  .page-sub .partnerzy-card img {
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 1 !important;
    filter: grayscale(100%);
  }

  .page-sub .partnerzy-card--alt {
    background: #f5f5f5;
  }

  .page-sub .partnerzy-slider__nav {
    margin-top: 32px;
    margin-bottom: 0;
    gap: 24px;
    align-items: center;
  }

  /* ===== Partners ===== */
  .page-sub .section_sekcja1 {
    background: #fff;
    padding: 0;
    max-width: 1920px;
    margin: 42px auto 0;
  }

  .page-sub .section_sekcja1__header {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: clamp(24px, 6vw, 36px);
    padding: 0 24px;
  }

  .page-sub .section_sekcja1__line {
    display: block;
    width: 25px;
    height: 1px;
    background: #B58F34;
    flex-shrink: 0;
    margin-top: 0;
  }

  .page-sub .ref_fes {
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1.6px;
    color: #B58F34;
    text-align: left;
  }

  .page-sub .yy1--desktop {
    display: none;
  }

  .page-sub .partners-yy-slider {
    display: block;
  }

  .page-sub .partners-yy-slider__viewport {
    overflow: hidden;
    width: 100%;
  }

  .page-sub .partners-yy-slider__track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .page-sub .partners-yy-slider__slide {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .page-sub .partners-yy-slider__slide .yy1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
    padding: 0 24px;
    justify-items: center;
    align-items: flex-start;
  }

  .page-sub .partners-yy-slider__slide .yy1 .yy {
    max-height: 75px;
    max-width: 139px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 1;
  }

  .page-sub .partners-yy-slider__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: clamp(24px, 6vw, 32px);
    padding-bottom: clamp(32px, 8vw, 48px);
  }

  .page-sub .partners-yy-slider__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .page-sub .partners-yy-slider__arrow:hover {
    opacity: 0.7;
  }

  .page-sub .zdiks {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .page-sub .zdiks__viewport {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .page-sub .zdiks__track {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .page-sub .zdik {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 0;
    pointer-events: none;
  }

  .page-sub .zdik.is-active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
  }

  .page-sub .zdik img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
  }

  .page-sub .section_sekcja1__instagram {
    width: 64px;
    height: 64px;
    z-index: 5;
  }

  .page-sub .section_sekcja1__instagram svg {
    width: 64px;
    height: 64px;
  }

  /* ===== Footer ===== */
  .page-sub .footer {
    position: relative;
    padding: clamp(48px, 12vw, 64px) 0 40px;
    overflow: hidden;
  }

  .page-sub .footer__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }

  .page-sub .footer__col {
    position: relative;
    z-index: 2;
    padding: 0 24px 28px;
    min-height: 0;
  }

  .page-sub .footer__col:not(:last-child)::after {
    display: none;
  }

  .page-sub .footer__col--tagline {
    padding: 0 24px 24px;
  }

  .page-sub .footer__watermark {
    display: block;
    position: absolute;
    z-index: 0;
    left: 24px;
    bottom: -100px;
    width: min(75%, 280px);
    max-width: 280px;
    opacity: 0.1;
    pointer-events: none;
  }

  .page-sub .footer__slogan-wrap {
    margin: 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }

  .page-sub .footer__line {
    display: block;
    width: 35px;
    height: 1px;
    background: #B58F34;
    flex-shrink: 0;
    margin-top: 12px;
  }

  .page-sub .footer__heading {
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -1.6px;
    text-align: left;
    margin: 0;
  }

  .page-sub .footer__heading-accent {
    color: #F6D67B;
  }

  .page-sub .footer__nav {
    display: none;
  }

  .page-sub .footer__col--info,
  .page-sub .footer__col--contact {
    text-align: left;
    padding-top: 0;
    margin-left: 0;
  }

  .page-sub .footer__col--info {
    position: static;
    padding-bottom: 8px;
  }

  .page-sub .footer__col--info .footer__bottom {
    display: none;
  }

  .page-sub .footer__tail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 32px 24px 0;
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .page-sub .footer__tail .footer__bottom {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    max-width: none;
    top: auto;
    left: auto;
    grid-template-columns: 1fr;
  }

  .page-sub .footer__tail .footer__copy {
    position: static;
    text-align: center;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    opacity: 0.75;
    margin: 0;
    left: auto;
    bottom: auto;
    grid-column: auto;
  }

  .page-sub .footer__brand {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 16px;
    margin-bottom: 20px;
  }

  .page-sub .footer__brand .xsvg {
    width: 66px;
    height: auto;
    flex-shrink: 0;
  }

  .page-sub .footer__brand-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.1px;
    text-align: left;
  }

  .page-sub .footer__address {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    margin: 0 0 24px;
    text-align: left;
  }

  .page-sub .footer__social {
    justify-content: flex-start;
    margin: 0 0 36px;
    padding: 0;
    gap: 12px;
  }

  .page-sub .footer__subheading {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.4px;
    text-align: left;
    margin: 0 0 24px;
  }

  .page-sub .footer__contacts {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .page-sub .footer__contacts li {
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
  }

  .page-sub .footer__contacts li:last-child {
    margin-bottom: 0;
    margin-top: 0 !important;
  }

  .page-sub .footer__contact-icon {
    width: 28px;
    padding-top: 2px;
  }

  .page-sub .footer__contacts a {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.75;
  }

  .page-sub .footer__contacts li:nth-child(2) a {
    font-size: 20px;
    font-weight: 600;
  }

  .page-sub .footer__donate {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
  }

  .page-sub .footer__account,
  .page-sub .footer__iban {
    font-size: 17px;
    opacity: 0.75;
    margin: 0 0 4px;
  }

  .page-sub .footer__iban-label {
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0 4px;
  }

  .page-sub .footer__contacts-item--donate .footer__copy {
    display: none;
  }

  .page-sub .footer__top {
    justify-self: center;
    flex-direction: column;
    gap: 0;
    opacity: 1;
    font-size: 0;
    line-height: 0;
  }

  .page-sub .footer__top-box {
    display: flex;
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 8.75px;
    margin-top: -33px;
    font-size: 12px;
    line-height: 1;
  }
}


@media (max-width:991px)
{
      .page-sub .about__title-dash {
        width: 35px;
        max-width: 40px;
        margin-left: 0;
        margin-top: 1px;
    }
        .page-sub .about__title-light {
        margin-top: -4px;
        margin-left: 85px;
        font-style: italic;
        opacity: 0.75;
        line-height: 1.1;
    }
    .page-sub .about__text-wrap {
        position: relative;
        top: auto;
        left: auto;
        order: 4;
        z-index: 2;
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        padding: clamp(28px, 7vw, 40px) 24px clamp(40px, 10vw, 56px);
        border: none;
        background: #fff;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 37px;
        padding-right: 37px;
        margin-top: -8px;
    }
        .page-sub .about__text-light {
        font-weight: 300;
        opacity: 1;
    }
    .about__invite 
    {
      font-weight: 700 !important;
    }


.about__role.about__role123
{
 color: #000;
text-align: center;
font-family: "Kumbh Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 166.667% */ 
opacity: 0.75;
}

    .about__signature 
    {
      color: #000 !important;
text-align: center !important;
font-family: "Kuba Reczny" !important;
font-size: 46px !important;
font-style: normal;
font-weight: 400 !important;
line-height: normal;
opacity: 0.75 !important;
    }

.about__card-text .about__signature {
    margin: 24px 0 4px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 56px !important;
}

    .page-sub .about__btn {
        display: flex;
        width: 178px;
        height: 41px;
        margin: 8px auto 0;
        color: #000;
        text-align: center;
        font-family: "Cormorant Garamond";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.8px;
        margin-top: 37px;
    }

    .page-sub .about__text-wrap {
        position: relative;
        top: auto;
        left: auto;
        order: 4;
        z-index: 2;
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        padding: clamp(28px, 7vw, 40px) 24px clamp(40px, 10vw, 56px);
        border: none;
        background: #fff;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 37px;
        padding-right: 37px;
        margin-top: -8px;
        border: 1px solid #E0E0E0;
        background: #F8F8F8;
        margin-top: -41px;
        padding-top: 30px;
    }

    .page-sub .events__header-line {
        display: block;
        width: 60px;
    }
.page-sub .events__header-title {
        width: 100%;
        text-align: left;
        color: #b58f34;
        font-family: "Cormorant Garamond", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.6px;
        opacity: 0.75;
        color: #B58F34;
        font-family: "Cormorant Garamond";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.6px;
    }

.page-sub .events__header {
        margin-top: 0;
        margin-bottom: clamp(24px, 6vw, 36px);
        padding: 0px 29px;
        justify-content: center;
        gap: 0;
        gap: 20px;
    }

        .page-sub .events__grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 0px;
        box-sizing: border-box;
    }

    .page-sub .events {
        padding: clamp(22px, 0vw, 18px) 0 clamp(16px, -7vw, 31px);
        margin-top: 0;
    }

    .page-sub .event-card__footer-label {
        color: #fff;
        font-family: "Kumbh Sans", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        opacity: 0.75;
        width: 99px;
    }

        .page-sub .event-card__footer-value, .page-sub .event-card__footer-value.valu2 {
        color: #fff;
        font-family: "Kumbh Sans", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        opacity: 1;
        width: 137px;
        color: #FFF;
        font-family: "Kumbh Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .page-sub .event-card__footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 12px 16px 14px;
        z-index: 10;
    }
.page-sub .event-card__title {
        color: #f6d67b;
        font-family: "Cormorant Garamond", serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.5px;
        margin-bottom: 15px;
    }
    .page-sub .event-card__content, .page-sub .event-card__content111, .page-sub .event-card--archive .event-card__content {
        position: absolute;
        left: 31px;
        right: 16px;
        z-index: 10;
    }
.page-sub .event-card__footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 14px 31px 29px;
        z-index: 10;
    }

        .page-sub .event-card__title {
        color: #f6d67b;
        font-family: "Cormorant Garamond", serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.5px;
        margin-bottom: 29px;
    }
    .event-card__footer-sep {
    width: 1px;
    height: 18px;
    background: #FFF;
    opacity: 0.4;
    flex-shrink: 0;
    display: none;
}

.page-sub .event-card__footer-label {
        color: #fff;
        font-family: "Kumbh Sans", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        opacity: 0.75;
        width: 100px;
    }
    .valu2 {
    margin-left: 0;
}
.page-sub .event-card__footer-value, .page-sub .event-card__footer-value.valu2 {
        color: #fff;
        font-family: "Kumbh Sans", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        opacity: 1;
        width: 137px;
        color: #FFF;
        font-family: "Kumbh Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-left: 1px solid #ffffff26;
        width: 148px;
        padding-left: 17px;
    }

        .page-sub .hero__title-line {
        display: block;
        margin-left: 0;
        color: #f6d67b;
        font-family: "Cormorant Garamond", serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1.3px;
        text-align: center;
        margin-bottom: -13px;
        margin-left: -61px;
    }
    .page-sub .hero__title-line--accent {
        display: inline;
        margin-left: 0;
        margin-top: 0;
        color: #f6d67b;
        font-family: "Cormorant Garamond", serif;
        font-size: 26px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1.3px;
        opacity: 0.75;
    }

        .page-sub .hero__title-line--small {
        display: inline;
        margin-left: 16px;
        margin-top: 0;
        color: #f6d67b;
        font-family: "Cormorant Garamond", serif;
        font-size: 26px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1.3px;
        opacity: 0.75;
    }
.btn--ghost.btn--white::before {
    background: #ffffff00;
}
    .page-sub .hero__content .btn {
        display: inline-flex;
        width: auto;
        min-width: 0;
        height: auto;
        margin-top: 0;
        padding: 6px 46px 6px 47px;
        color: #fff;
        text-align: center;
        font-family: "Cormorant Garamond", serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.8px;
        border: 2px solid #fff;
        background: transparent;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: -28px;
    }

.event-card.event-card--archive.event-card--link .event-content-row
{
  display:none !important;
}

    .page-sub .event-card--archive .marker {
        position: absolute;
        top: 12px;
        right: 12px;
        left: auto;
        opacity: 1;
        visibility: visible;
        transform: none;
        text-align: right;
        font-size: 13px;
        line-height: 1.3;
        z-index: 10;
        display: none;
    }


   .event-card.event-card--archive  .event-card__title {
        color: #f6d67b;
        font-family: "Cormorant Garamond", serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.5px;
        margin-bottom: 29px;
        color: #FFF;
        font-family: "Cormorant Garamond";
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.5px;
        margin-bottom: 9px !important;
    }

.page-sub .events__cta-btn {
        width: auto;
        min-width: 220px;
        height: 40px;
        margin: 0 auto;
        padding: 0 32px;
        color: #000;
        text-align: center;
        font-family: "Cormorant Garamond";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.8px;
    }

    .page-sub .events__cta {
        margin-top: clamp(24px, 6vw, 36px);
        padding: 0 24px;
        padding-top: 19px;
        padding-bottom: 13px;
    }

.page-sub .projects__heading-line {
        display: block;
        width: 25px;
    }
.page-sub .projects__subtitle-line {
        display: block;
        width: 15px;
        background: #f2da7c;
        height: 1.1px;
        opacity: 0.75;
    }

        .page-sub .projects__heading {
        margin: 0 0 20px;
        text-align: left;
    }

        .page-sub .projects__heading-row {
        justify-content: left;
        gap: 12px;
        margin: 0;
    }
.page-sub .projects__heading {
        margin: 0 0 24px;
        text-align: left;
    }
        .page-sub .projects__subtitle-row {
        justify-content: left;
        gap: 12px;
    }
        .page-sub .projects__subtitle-line {
        display: block;
        width: 15px;
        background: #f2da7c;
        height: 1.1px;
        opacity: 0.75;
        margin-right: 11px;
    }

        .page-sub .projects__subtitle-row {
        justify-content: left;
        gap: 12px;
        width: 222px;
        text-align: left;
    }
        .page-sub .projects__body {
        margin: 0;
        width: 78%;
        text-align: left;
        margin: auto;
    }

    .page-sub .projects__subtitle-row {
        justify-content: left;
        gap: 12px;
        width: 261px;
        text-align: left;
        color: #FFF;
        font-family: "Cormorant Garamond";
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.3px;
    }
        .page-sub .projects__subtitle-line {
        display: block;
        width: 15px;
        background: #f2da7c;
        height: 1.1px;
        opacity: 0.75;
        margin-right: 11px;
        margin-top: -30px;
    }

        .page-sub .projects__body p {
        font-size: 15px;
        line-height: 1.55;
        color: #FFF;
        font-family: "Kumbh Sans";
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        opacity: 0.75;
    }

    .page-sub .projects__archive--in-projects {
        display: none;
    }
        .page-sub .projects__watermark {
        width: min(72%, 280px);
        opacity: 1;
    }

    .projects__watermark {
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    .page-sub .projects__image {
        order: 2;
        position: relative;
        width: 100%;
        height: auto;
        min-height: 336px;
        aspect-ratio: 390 / 420;
        margin: 0;
        height: 532px;
    }
        .page-sub .projects__image-date {
        font-size: 14px;
        color: #FFF;
        font-family: "Kumbh Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }
        .page-sub .projects__image-title {
        font-size: clamp(28px, 7vw, 40px);
        line-height: 1.1;
        color: #F6D67B;
        font-family: "Cormorant Garamond";
        font-size: 42px;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -2.1px;
    }
    .page-sub .projects__image-date {
        font-size: 14px;
        color: #FFF;
        font-family: "Kumbh Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 800;
        margin-top: -93px;
        line-height: normal;
    }
        .page-sub .projects__image-date {
        font-size: 14px;
        color: #FFF;
        font-family: "Kumbh Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 800;
        margin-top: -93px;
        line-height: normal;
        margin-left: 15px;
    }
    .page-sub .projects__image-title {
        font-size: clamp(28px, 7vw, 40px);
        line-height: 1.1;
        color: #F6D67B;
        font-family: "Cormorant Garamond";
        font-size: 42px;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -2.1px;
        margin-left: 13px;
    }
        .page-sub .projects__btn {
        width: 134px;
        height: 40px;
        margin: 0;
        align-self: flex-start;
        padding-top: 12px;
        margin: auto;
        margin-bottom: 10px;
    }
    .page-sub .events__header-line {
        display: block;
        width: 60px;
        margin-bottom: -7px;
    }
        .page-sub .section_sekcja1__line {
        display: block;
    }
        .page-sub .section_sekcja1__line {
        display: block;
        width: 25px;
    }
        .page-sub .ref_fes {
        font-size: clamp(28px, 7.2vw, 40px);
        line-height: 1.15;
        letter-spacing: -1.5px;
        color: #B58F34;
        font-family: "Cormorant Garamond";
        font-size: 32px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -1.6px;
    }



    .page-sub .partners-yy-slider__slide .yy1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 20px;
        padding: 0 24px;
        justify-items: center;
        align-items: flex-start;
        margin-top: 16px;
        margin-bottom: 15px;
    }

    .page-sub .partners-yy-slider__nav {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 24px;
        margin-top: clamp(24px, 6vw, 32px);
        padding-bottom: clamp(32px, 8vw, 48px);
        margin-top: 26px;
        margin-bottom: 9px;
    }
        .page-sub .projects__archive--before-partners {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
        margin: 0;
        padding: 20px 24px;
        background: #fff;
        color: #000;
        font-family: "Cormorant Garamond", serif;
        font-size: 22px;
        font-weight: 400;
        line-height: normal;
        opacity: 1;
        text-decoration: none;
        border-top: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        transition: opacity 0.3s ease;
        color: #000;
        text-align: center;
        font-family: "Cormorant Garamond";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.8px;
        padding-top: 35px;
        padding-bottom: 33px;
    }


.page-sub .footer__line {
        display: block;
        width: 35px;
        height: 1px;
        background: #B58F34;
        flex-shrink: 0;
        margin-top: 18px;
    }

.page-sub .footer__heading-accent {
        color: #F6D67B;
        font-weight: 600;
    }

    .page-sub .footer__heading {
        color: #f2da7c;
        font-family: "Cormorant Garamond", serif;
        font-size: 32px;
        font-weight: 300;
        line-height: 1.15;
        letter-spacing: -1.6px;
        text-align: left;
        margin: 0;
    }

    .page-sub .footer__brand-name {
        font-family: "Cormorant Garamond", serif;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -1.1px;
        text-align: left;
        color: #FFF;
        font-family: "Cormorant Garamond";
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: -1.4px;
    }

        .page-sub .footer__address {
        font-family: "Kumbh Sans", sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 26px;
        font-style: normal;
        margin: 0 0 24px;
        text-align: left;
        color: #FFF;
        font-family: "Kumbh Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

        .page-sub .footer__contacts-item--donate .footer__copy {
        display: none;
    }

        .page-sub .footer__col {
        position: relative;
        z-index: 2;
        padding: 0 31px 28px;
        min-height: 0;
    }

    .page-sub .footer__contacts a {
        font-family: "Kumbh Sans", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        opacity: 0.75;
        color: #FFF;
        font-family: "Kumbh Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 5px;
    }

    .page-sub .footer__brand {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        gap: 16px;
        margin-bottom: 31px;
        margin-top: 28px;
    }
        .page-sub .footer__social {
        justify-content: flex-start;
        margin: 0 0 36px;
        padding: 0;
        gap: 12px;
        margin-top: 18px;
    }

        .page-sub .footer__contacts li:nth-child(2) a {
        font-size: 20px;
        font-weight: 600;
        color: #FFF;
        font-family: "Kumbh Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .page-sub .footer__donate {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 8px;
        color: #FFF;
        font-family: "Kumbh Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        opacity: 0.75;
        margin-top: 4px;
    }
    .page-sub .footer__iban-label {
        font-size: 14px;
        font-weight: 700;
        margin: 0px 0 0px;
    }
    .page-sub .footer__account, .page-sub .footer__iban {
        font-size: 15px;
        opacity: 0.75;
        margin: 0 0 4px;
    }

.page-sub .footer__top-box {
        display: flex;
        width: 35px;
        height: 35px;
        padding-bottom: 0;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        gap: 8.75px;
        margin-top: -33px;
        font-size: 12px;
        line-height: 1;
    }
    .page-sub .footer__social {
        justify-content: flex-start;
        margin: 0 0 6px;
        padding: 0;
        gap: 12px;
        margin-top: 18px;
    }

        .page-sub .footer__tail .footer__copy {
        position: static;
        text-align: center;
        font-family: "Kumbh Sans", sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5;
        opacity: 0.75;
        margin: 0;
        left: auto;
        bottom: auto;
        grid-column: auto;
        color: #FFF;
        text-align: center;
        font-family: "Kumbh Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        opacity: 0.75;
    }

        .page-sub .footer__watermark {
        display: block;
        position: absolute;
        z-index: 0;
        left: 50%;
        bottom: -223px;
        width: min(75%, 280px);
        max-width: 280px;
        opacity: 1;
        pointer-events: none;
        transform: translate(-50%);
    }
        .page-sub .footer__brand {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        gap: 16px;
        margin-bottom: 31px;
        margin-top: 7px;
    }

}

@media (max-width:991px)
{
  .page-sub .footer__tail .footer__copy {
        line-height: 1.8;
    }

        .page-home .events {
    
        z-index: 9 !important;
    }
    .page-home .nav__phone {
        z-index: 9999 !important;
    }
}