/**
 * Homepage mobile layout — max-width: 991px only.
 * Scoped to .page-home — desktop styles are not affected.
 */

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

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

.page-home .projects__archive--before-partners {
  display: none;
}

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

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

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

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

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

  /* ===== Hero ===== */
  .page-home .hero {
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
  }

  .page-home .morefiok {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }

  .page-home .hero__overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.42) 0%,
      rgba(0, 0, 0, 0.12) 38%,
      rgba(0, 0, 0, 0.62) 100%
    );
  }

  .page-home .hero__watermark {
    display: none;
  }

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

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

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

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

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

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

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

  .page-home .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-home .nav__icon14--fixed .nav__icon-hamburger {
    display: block;
    width: 20px;
    height: 14px;
  }

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

  .page-home .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-home .nav__icon14 .viewsd1 {
    display: none;
  }

  .page-home .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-home .nav__phone .phone_tekst {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .page-home .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-home .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-home .side-menu__mobile-search-input::placeholder {
    color: #fff;
    opacity: 0.75;
  }

  .page-home .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-home .side-menu__mobile-search-submit svg {
    display: block;
    width: 16px;
    height: 16px;
  }

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

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

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

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

  .page-home .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-home .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-home .side-menu__mobile-chevron {
    display: block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    fill: currentColor;
    transition: transform 0.3s ease;
  }

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

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

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

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

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

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

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

  .page-home .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-home .side-menu__mobile-sub li:last-child a {
    padding-bottom: 0;
  }

  .page-home .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-home .side-menu__mobile-phone svg {
    flex-shrink: 0;
    display: block;
    width: 25px;
    height: 25px;
  }

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

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

  .page-home .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-home .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-home .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-home .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-home .about {
    display: flex;
    flex-direction: column;
    height: auto;
    aspect-ratio: auto;
    min-height: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: visible;
    background: #fff;
  }

  .page-home .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-home .about__title-row {
    margin-left: 0;
    margin-top: 0;
    gap: 12px;
  }

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

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

  .page-home .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-home .about__portrait {
    position: relative;
    top: auto;
    left: auto;
    order: 3;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
  }

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

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

  .page-home .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-home .about__divider {
    display: none;
  }

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

  .page-home .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-home .about__card-text p strong,
  .page-home .about__card-text strong {
    font-weight: 700;
    opacity: 1;
  }

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

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

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

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

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

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

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

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

  .page-home .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-home .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-home .event-card {
    display: block;
    width: 100%;
    min-height: 0;
    border-radius: 0;
  }

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

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

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

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

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

  .page-home .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-home .event-card__countdown-sep {
    width: 1.149px;
    height: 24px;
    opacity: 0.2;
    background: #fff;
  }

  .page-home .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-home .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-home .event-card__countdown-sep.sep1 {
    margin-right: 0;
    height: 24px;
    margin-top: 0;
  }

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

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

  .page-home .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-home .event-card__label--archive {
    color: #fff;
    opacity: 0.5;
  }

  .page-home .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-home .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-home .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-home .event-card__footer-value,
  .page-home .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-home .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-home .event-card__footer-group {
    flex-wrap: wrap;
    gap: 8px;
  }

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

  .page-home .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-home .event-card--archive .event-card__content--archive {
    bottom: 16px;
    left: 16px;
    right: 16px;
    transition: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .page-home .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-home .projects__archive--before-partners:hover {
    opacity: 0.75;
  }

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

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

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

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

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

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

  .page-home .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-home .projects__image-date {
    font-size: 14px;
  }

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

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

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

  /* ===== Partners ===== */
  .page-home .section_sekcja1 {
    padding: clamp(40px, 10vw, 56px) 0 0;
  }

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

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

  .page-home .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-home .yy1--desktop {
    display: none;
  }

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

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

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

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

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

  .page-home .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-home .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-home .partners-yy-slider__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: none;
    background: transparent;
    cursor: pointer;
  }

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

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

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

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

  .page-home .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-home .zdik.is-active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
  }

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

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

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

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

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

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

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

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

  .page-home .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-home .footer__slogan-wrap {
    margin: 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }

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

  .page-home .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-home .footer__heading-accent {
    color: #F6D67B;
  }

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

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

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

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

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

  .page-home .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-home .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-home .footer__brand {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 16px;
    margin-bottom: 20px;
  }

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

  .page-home .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-home .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-home .footer__social {
    justify-content: flex-start;
    margin: 0 0 36px;
    padding: 0;
    gap: 12px;
  }

  .page-home .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-home .footer__contacts {
    margin: 0;
    padding: 0;
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

  .page-home .footer__top-box {
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 1;
  }
}


@media (max-width:991px)
{
      .page-home .about__title-dash {
        width: 35px;
        max-width: 40px;
        margin-left: 0;
        margin-top: 1px;
    }
        .page-home .about__title-light {
        margin-top: -4px;
        margin-left: 85px;
        font-style: italic;
        opacity: 0.75;
        line-height: 1.1;
    }
    .page-home .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-home .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-home .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-home .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-home .events__header-line {
        display: block;
        width: 60px;
    }
.page-home .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-home .events__header {
        margin-top: 0;
        margin-bottom: clamp(24px, 6vw, 36px);
        padding: 0px 29px;
        justify-content: center;
        gap: 0;
        gap: 20px;
    }

        .page-home .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-home .events {
        padding: clamp(22px, 0vw, 18px) 0 clamp(16px, -7vw, 31px);
        margin-top: 0;
    }

    .page-home .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-home .event-card__footer-value, .page-home .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-home .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-home .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-home .event-card__content, .page-home .event-card__content111, .page-home .event-card--archive .event-card__content {
        position: absolute;
        left: 31px;
        right: 16px;
        z-index: 10;
    }
.page-home .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-home .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-home .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-home .event-card__footer-value, .page-home .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-home .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-home .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-home .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-home .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: center;
        margin-bottom: -28px;
    }

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

    .page-home .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-home .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-home .events__cta {
        margin-top: clamp(24px, 6vw, 36px);
        padding: 0 24px;
        padding-top: 19px;
        padding-bottom: 13px;
    }

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

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

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

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

    .page-home .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-home .projects__subtitle-line {
        display: block;
        width: 15px;
        background: #f2da7c;
        height: 1.1px;
        opacity: 0.75;
        margin-right: 11px;
        margin-top: -30px;
    }

        .page-home .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-home .projects__archive--in-projects {
        display: none;
    }
        .page-home .projects__watermark {
        width: min(72%, 280px);
        opacity: 1;
    }

    .projects__watermark {
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    .page-home .projects__image {
        order: 2;
        position: relative;
        width: 100%;
        height: auto;
        min-height: 336px;
        aspect-ratio: 390 / 420;
        margin: 0;
        height: 532px;
    }
        .page-home .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-home .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-home .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-home .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-home .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-home .projects__btn {
        width: 134px;
        height: 40px;
        margin: 0;
        align-self: flex-start;
        padding-top: 12px;
        margin: auto;
        margin-bottom: 10px;
    }
    .page-home .events__header-line {
        display: block;
        width: 60px;
        margin-bottom: -7px;
    }
        .page-home .section_sekcja1__line {
        display: block;
    }
        .page-home .section_sekcja1__line {
        display: block;
        width: 25px;
    }
        .page-home .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-home .partners-yy-slider__slide .yy1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 20px;
        padding: 0 24px;
        justify-items: center;
        align-items: center;
        margin-top: 16px;
        margin-bottom: 15px;
    }

    .page-home .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);
        margin-top: 26px;
        margin-bottom: 9px;
    }
        .page-home .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;
        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-home .footer__line {
        display: block;
        width: 35px;
        height: 1px;
        background: #B58F34;
        flex-shrink: 0;
        margin-top: 18px;
    }

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

    .page-home .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-home .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-home .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-home .footer__contacts-item--donate .footer__copy {
        display: none;
    }

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

    .page-home .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-home .footer__brand {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        gap: 16px;
        margin-bottom: 31px;
        margin-top: 28px;
    }
        .page-home .footer__social {
        justify-content: flex-start;
        margin: 0 0 36px;
        padding: 0;
        gap: 12px;
        margin-top: 18px;
    }

        .page-home .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-home .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-home .footer__iban-label {
        font-size: 14px;
        font-weight: 700;
        margin: 0px 0 0px;
    }
    .page-home .footer__account, .page-home .footer__iban {
        font-size: 15px;
        opacity: 0.75;
        margin: 0 0 4px;
    }

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

        .page-home .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-home .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-home .footer__brand {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        gap: 16px;
        margin-bottom: 31px;
        margin-top: 7px;
    }

}


.partnerzy-card.partnerzy-card--spacer.partnerzy-card--alt
{
  display:none;
}

@media (min-width:991px)
{
  .event-detail-hero__media img {
    width: 960px;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.event-detail-hero__media {
    position: relative;
    width: 960px;
    height: 41.2vw !important;
}

}