@charset "UTF-8";
/* === Amiri === */
@font-face {
  font-family: "Amiri";
  src: url("../assets/fonts/Amiri-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amiri";
  src: url("../assets/fonts/Amiri-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amiri";
  src: url("../assets/fonts/Amiri-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* === Afacad Flux === */
@font-face {
  font-family: "Afacad Flux";
  src: url("../assets/fonts/AfacadFlux-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Afacad Flux";
  src: url("../assets/fonts/AfacadFlux-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Afacad Flux";
  src: url("../assets/fonts/AfacadFlux-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  margin-top: 0 !important;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-width: 0;
}

body {
  overflow-x: hidden;
  background-color: white;
}

*:focus {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "Afacad Flux";
  background-color: #dbcab4;
}
body #wpadminbar {
  top: -100vh;
}
body.page-details.logged-in #wpadminbar {
  top: 0;
}
body.logged-in .site-top {
  top: 32px;
  transition: transform 0.5s;
}
body.logged-in .site-top.site-top--scrolled {
  transform: translateY(-32px);
}

.l-section {
  margin-left: auto;
  margin-right: auto;
}

.l-wrapper {
  padding: 0 80px;
  max-width: 1680px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .l-wrapper {
    padding: 0 20px;
  }
  .l-section--banner .l-wrapper {
    padding: 0;
  }
}

.basic-button {
  position: relative;
  display: inline-block;
  padding: 12px 25px;
  font-family: "Afacad Flux";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  background-color: #8b7864;
  transition: all 0.2s;
  max-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
}
.basic-button .text {
  font-size: 16px;
  letter-spacing: 0.56px;
  text-align: center;
  text-transform: uppercase;
}
.basic-button .arrow-mobile {
  display: none;
}
@media (max-width: 1239px) {
  .basic-button .arrow-mobile {
    display: block;
    width: 16px;
  }
}
.site-top .basic-button .text {
  text-transform: uppercase;
}
.basic-button:hover {
  background-color: #fff;
  color: #323232;
}
.basic-button:hover .text {
  color: #323232;
}
.basic-button--fill-dark-hover:hover {
  background-color: #323232;
}
.basic-button--fill-dark-hover:hover .text {
  color: #fff;
}
.basic-button--outline-white {
  background-color: transparent;
  border: solid 2px #fff;
}
.basic-button--outline-white:hover {
  border: solid 2px #8b7864;
  background-color: #8b7864;
  color: #fff;
}
.basic-button--outline-white:hover .text {
  color: #fff;
}
.basic-button--outline-gold {
  background-color: transparent;
  border: solid 2px #8b7864;
}
.basic-button--outline-gold .text {
  color: #8b7864;
}
.basic-button--outline-gold:hover {
  background-color: #8b7864;
}
.basic-button--outline-gold:hover .text {
  color: #fff;
}
.basic-button--is-mobile {
  width: calc(100% + 20px);
  left: -20px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  display: flex;
  justify-content: space-between;
  background-color: #8b7864;
  padding: 12px 35px;
}
.basic-button--is-mobile .text {
  color: #fff;
}
.basic-button--is-mobile:hover {
  background-color: #8b7864;
}
.basic-button--is-mobile:hover .arrow-mobile {
  transform: translateX(5px);
  transition: transform 0.3s;
}
.basic-button--is-mobile:hover .text {
  color: #fff;
}

#cta-site-top .text,
#cta-banner-home .text,
#cta-mobile-nav .text,
#cta-scroll-section .text,
#cta-properties .text {
  pointer-events: none;
}

.header-font {
  font-family: "Afacad Flux";
}

.content-font {
  font-family: "Afacad Flux";
}

.subheader-font {
  font-family: "Afacad Flux";
}

.t-title {
  line-height: 1.2;
  color: #323232;
  font-family: "Afacad Flux";
  font-weight: 300;
}

h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: normal;
  text-align: right;
  color: #dbcab4;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 38px;
    line-height: 1.11;
    text-align: center;
  }
}

h2 {
  font-size: 72px;
  font-weight: 600;
  line-height: 0.85;
  color: #dbcab4;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 0.87;
  }
}

h3 {
  font-size: 24px;
  font-family: "Afacad Flux";
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1.92px;
}

h4 {
  font-family: "Afacad Flux";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.4px;
}

h5 {
  font-family: "Afacad Flux";
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.72px;
}

.t-content {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.72px;
  text-align: left;
  color: #fff;
  font-family: "Afacad Flux";
}
@media (max-width: 1023px) {
  .t-content {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.64px;
  }
}

/* Usprawnienia wydajności/UX */
[data-aos] {
  will-change: transform, opacity;
}

/* Szacunek dla prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
@media (max-width: 1239px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.page-home html,
.page-home body {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}
@media (max-width: 1239px) {
  .page-home html,
  .page-home body {
    height: unset;
    overflow: auto;
    overflow-x: hidden;
  }
}

.smooth-scroll-container {
  position: relative;
  width: 100%;
  will-change: transform;
}
@media (max-width: 1239px) {
  .smooth-scroll-container {
    position: static;
  }
}

.page-simple-text img {
  max-width: 100%;
}
.page-simple-text a {
  color: #8b7864;
}

.cky-consent-container,
.cky-modal {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

.l-section--blog-listing {
  position: relative;
  background-color: #fff;
  z-index: 10;
}
.l-section--blog-listing .l-wrapper--blog-listing {
  max-width: 1680px;
  margin: 0 auto;
  padding: 100px 128px 100px;
}

.blog-listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 100px;
}

.page-details {
  background-color: #efeeee;
}

.blog-listing-item {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.blog-listing-item__inner {
  background-color: #efeeee;
  border-top-right-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-listing-item__head {
  padding: 50px 70px 50px 50px;
}
@media (max-width: 1239px) {
  .blog-listing-item__head {
    padding: 35px 30px 35px 30px;
  }
}
@media (min-width: 1024px) {
  .blog-listing-item__head {
    min-height: 351px;
  }
}
.blog-listing-item__date {
  font-family: "Afacad Flux", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.72px;
  text-align: left;
  color: #323232;
  display: block;
  margin-bottom: 18px;
}
.blog-listing-item__title {
  font-family: "Afacad Flux", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: 0.72px;
  text-align: left;
  color: #8b7864;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .blog-listing-item__title {
    min-height: 176px;
  }
}
.blog-listing-item__cta .basic-button.basic-button--outline-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.blog-listing-item__media {
  width: 100%;
  min-height: 380px;
  height: 100%;
  display: block;
  overflow: hidden;
}
.blog-listing-item__img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.blog-listing-item:hover .blog-listing-item__img, .blog-listing-item:focus-within .blog-listing-item__img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.blog-listing__pagination {
  margin: 80px 0 0;
}
.blog-listing__pagination ul {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.blog-listing__pagination ul li a,
.blog-listing__pagination ul li span {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #efeeee;
  text-decoration: none;
  color: #323232;
}
.blog-listing__pagination ul li .current {
  border-color: #8b7864;
  color: #8b7864;
}

@media (max-width: 1239px) {
  .l-section--blog-listing .l-wrapper--blog-listing {
    padding: 72px 48px 0;
  }
  .blog-listing {
    grid-template-columns: 1fr;
    row-gap: 72px;
    column-gap: 0;
  }
  .blog-listing-item__title {
    font-size: 28px;
  }
  .blog-listing-item__media,
  .blog-listing-item__img {
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .l-section--blog-listing .l-wrapper--blog-listing {
    padding: 56px 24px 0;
  }
  .blog-listing-item__title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .blog-listing {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .l-section--blog-listing .l-wrapper--blog-listing {
    margin: 50px auto;
  }
}
.l-section--post-sections {
  position: relative;
  z-index: 20px;
  margin-top: -150px;
}
@media (max-width: 1239px) {
  .l-section--post-sections {
    margin-top: -35px;
  }
}
.l-section--post-sections .l-wrapper--post-sections {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 128px 100px 128px;
}

.post-sections {
  background: #fff;
}
.post-sections__inner {
  padding: 100px 0;
}
.post-sections__intro {
  margin-bottom: 50px;
  padding: 0 128px;
}
@media (max-width: 1239px) {
  .post-sections__intro {
    margin-bottom: 35px;
  }
}
.post-sections__intro p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.72px;
  color: #323232;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.post-sections__intro ul,
.post-sections__intro ol {
  margin: 0 0 16px 20px;
}
.post-sections__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 138px;
  margin-bottom: 100px;
}
.post-sections__row strong {
  font-weight: 600;
}
.post-sections__row:last-child {
  margin-bottom: 0;
}
.post-sections__row--text-image, .post-sections__row--image-text {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  position: relative;
}
.post-sections__row--text-image {
  left: 128px;
  padding-right: 75px;
}
.post-sections__row--image-text {
  right: 128px;
  padding-left: 75px;
}
.post-sections__row--text {
  gap: 30px;
  padding: 0 128px;
  margin: 60px 0 50px 0;
}
@media (max-width: 1239px) {
  .post-sections__row--text {
    margin: 50px 0 50px 0;
  }
}
.post-sections__row--text h2,
.post-sections__row--text h3,
.post-sections__row--text h4,
.post-sections__row--text h5,
.post-sections__row--text h6 {
  text-transform: uppercase;
}
.post-sections__row--text h4 {
  margin-top: 50px;
}
.post-sections__row--text .post-sections__heading {
  margin: 0;
}
.post-sections__row--text .post-sections__content strong {
  font-weight: 600;
}
.post-sections__col--image {
  position: relative;
  height: 100%;
}
@media (max-width: 1239px) {
  .post-sections__col--image {
    order: 2;
  }
}
.post-sections__heading {
  font-family: "Amiri", serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 1.44px;
  margin-bottom: 30px;
}
@media (max-width: 1239px) {
  .post-sections__heading {
    font-size: 32px;
  }
}
.post-sections__content {
  font-family: "Afacad Flux", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #272a2e;
}
.post-sections__content p {
  margin-bottom: 20px;
}
.post-sections__content b,
.post-sections__content strong {
  color: #323232;
}
.post-sections__content ul {
  list-style: disc;
  padding-left: 25px;
}
.post-sections__content li {
  margin: 0 0 8px;
}
.post-sections__img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  display: block;
}
.post-sections__img--tl {
  border-top-left-radius: 40px;
}
.post-sections__img--tr {
  border-top-right-radius: 40px;
}

.single-post h4 {
  font-family: "Amiri", serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 1.44px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 1239px) {
  .single-post h4 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1239px) {
  .l-section--post-sections .l-wrapper--post-sections {
    padding: 0 20px;
  }
  .post-sections__inner {
    padding: 50px 20px;
  }
  .post-sections__row {
    gap: 35px;
    margin-bottom: 35px;
  }
  .post-sections__row--text-image, .post-sections__row--image-text {
    grid-template-columns: 1fr;
  }
  .post-sections__row--text-image {
    left: unset;
    padding-right: unset;
  }
  .post-sections__row--image-text {
    right: unset;
    padding-left: unset;
  }
  .post-sections__row--text {
    padding: 0;
  }
  .post-sections__img {
    max-height: none;
  }
  .post-sections__intro {
    padding: 0;
  }
  .post-sections__heading {
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .anim {
    opacity: 0;
    will-change: transform, opacity;
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  /* kierunki – używane przez fallback IO oraz jako stan początkowy */
  .anim--fade-right {
    transform: translateX(24px);
  }
  /* stan po wejściu w viewport (fallback IO) */
  .anim--in {
    opacity: 1;
    transform: none;
  }
  /* redukcja ruchu */
}
@media (min-width: 1440px) and (prefers-reduced-motion: reduce) {
  .anim {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.site-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  color: #fff;
}
.site-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease, background-color 0.4s ease;
}
.site-top > * {
  position: relative;
  z-index: 1;
}
.site-top__top, .site-top__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 24px;
  transition: all 0.5s ease;
  font-weight: 300;
}
.site-top__bottom {
  height: 90px;
  gap: 24px;
  position: relative;
  /* KOTWICA dla absolutnego submenu */
  overflow: visible;
  padding: 0 80px;
}
.site-top__logo {
  width: 120px;
  height: auto;
  transition: opacity 0.4s ease;
}
.site-top__logo.is-hide {
  opacity: 0;
}
.site-top__logo.is-visible {
  opacity: 1;
}
.site-top__logo .site-top__logo-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.25s ease;
  width: 100%;
  display: block;
}
.site-top__logo .site-top__logo-link img {
  width: 100%;
  height: auto;
}
.site-top__logo .site-top__logo-link:hover {
  color: #8b7864;
}
.site-top__navigation {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.site-top__menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-top__menu > li {
  position: relative;
}
.site-top__menu > li.menu-item-has-children {
  position: static;
}
.site-top__menu {
  /* NIE kotwiczymy do <li> (panel liczy do __bottom) */
}
.site-top__menu > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.12px;
  padding: 6px 0;
  transition: color 0.25s ease;
}
.site-top__menu > li > a .site-top__menu-text {
  position: relative;
  display: inline-block;
  padding: 0 2px;
}
.site-top__menu > li > a .site-top__menu-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  height: 2px;
  width: 0;
  background: #8b7864;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}
.site-top__menu > li > a:hover {
  color: #dbcab4;
}
.site-top__menu > li > a:hover .site-top__menu-text::after {
  width: 20px;
  background-color: #dbcab4;
}
.site-top__menu > li.current_page_item > a .site-top__menu-text::after {
  width: 100%;
  background-color: #fff;
}
.site-top__menu > li.menu-item-has-children > a {
  padding-right: 12px;
}
.site-top__menu > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.site-top__menu > li.menu-item-has-children.is-open > a::before {
  transform: translateY(calc(-50% + 2px)) rotate(-45deg);
}
.site-top__menu > li.menu-item-has-children:hover > a::before {
  border-left: 1px solid #dbcab4;
  border-bottom: 1px solid #dbcab4;
}
.site-top {
  /* reset WP listy */
}
.site-top .sub-menu {
  list-style: none;
  margin: 0;
}
.site-top {
  /* === SUBMENU (sterowane przez JS klasą .is-open na <li>) === */
  /* PANEL SUBMENU — 100vw, 80px LR, 15px TB, pojawia się na opacity */
}
.site-top .site-top__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  transform: translate3d(-50%, 0, 0);
  /* centrowanie względem viewportu */
  z-index: 20;
  padding: 15px 80px 50px 80px;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(8px);
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, background-color 0.4s ease;
  /* ciemnienie przy .site-top--scrolled */
}
.site-top {
  /* AKTYWNE – JS dodaje .is-open na <li> rodzicu */
}
.site-top .site-top__menu > li.is-open > .site-top__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-top {
  /* KAFEL + animacja elementów (stagger po 0.7s) */
}
.site-top .site-top__submenu-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  height: 100%;
}
.site-top .site-top__submenu-card .site-top__submenu-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 0;
}
.site-top .site-top__submenu-card .site-top__submenu-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-top .site-top__submenu-card .site-top__submenu-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.85) 100%);
  pointer-events: none;
  z-index: 10;
}
.site-top .site-top__submenu-card .site-top__submenu-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 11;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  color: #fff;
}
.site-top .site-top__submenu-card:hover .site-top__submenu-thumb img {
  transform: scale(1.1);
}
.site-top .site-top__submenu-card {
  /* zoom w obrębie kafla */
}
.site-top {
  /* stan początkowy pozycji – schowane, lekko niżej */
}
.site-top .site-top__submenu .site-top__submenu-card {
  opacity: 0;
  transform: translateY(12px);
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.38s ease;
  transition-delay: 0s;
  /* przy zamykaniu – bez czekania */
  will-change: transform, opacity;
  overflow: hidden;
}
.site-top {
  /* po otwarciu – wjazd po 0.7s + stagger */
}
.site-top .site-top__menu > li.is-open > .site-top__submenu .site-top__submenu-card {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(0.4s + var(--stagger, 0s));
}
.site-top {
  /* STAGGER dla pierwszych 8 pozycji (50ms przyrost) */
}
.site-top .site-top__submenu > li:nth-child(1) {
  --stagger: 0s;
}
.site-top .site-top__submenu > li:nth-child(2) {
  --stagger: 0.05s;
}
.site-top .site-top__submenu > li:nth-child(3) {
  --stagger: 0.1s;
}
.site-top .site-top__submenu > li:nth-child(4) {
  --stagger: 0.15s;
}
.site-top {
  /* rogi 40px tylko na pierwszym i ostatnim obrazku */
}
.site-top .site-top__submenu > li:first-child .site-top__submenu-thumb,
.site-top .site-top__submenu > li:first-child .site-top__submenu-thumb img,
.site-top .site-top__submenu > li:first-child .site-top__submenu-card {
  border-top-left-radius: 40px;
}
.site-top .site-top__submenu > li:last-child .site-top__submenu-thumb,
.site-top .site-top__submenu > li:last-child .site-top__submenu-thumb,
.site-top .site-top__submenu > li:last-child .site-top__submenu-card {
  border-top-right-radius: 40px;
}
.site-top {
  /* ciemnienie panelu gdy header ma klasę scroll */
}
.site-top .site-top.site-top--scrolled .site-top__submenu {
  background-color: rgba(0, 0, 0, 0.5);
}
.site-top.site-top--scrolled .site-top__submenu {
  background-color: rgba(0, 0, 0, 0.5);
}
.site-top {
  /* Responsywność */
}
@media (max-width: 1440px) {
  .site-top__submenu {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}
@media (max-width: 1023px) {
  .site-top__submenu {
    grid-template-columns: 1fr;
    padding: 12px 16px;
  }
}
.site-top {
  /* CTA */
}
.site-top__cta {
  margin-left: 6px;
}
.site-top__cta .basic-button.basic-button--outline-white {
  white-space: nowrap;
  transform: background-color 0.3s;
}
.site-top--scrolled .site-top__cta .basic-button.basic-button--outline-white {
  background-color: #8b7864;
  border: 2px solid #8b7864;
}
.site-top--scrolled .site-top__cta .basic-button.basic-button--outline-white .text {
  color: #fff;
}
.site-top--scrolled .site-top__cta .basic-button.basic-button--outline-white:hover {
  background-color: #fff;
  border: 2px solid #fff;
}
.site-top--scrolled .site-top__cta .basic-button.basic-button--outline-white:hover .text {
  color: #323232;
}
.site-top {
  /* stan po scrollu */
}
.site-top.site-top--scrolled::before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.site-top.site-top--scrolled .site-top__top {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

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

/* Desktop domyślnie pokazuje site-top, mobile-nav ukryta */
.mobile-nav {
  display: none;
}

/* Poniżej 1024: ukryj site-top, pokaż mobile-nav */
@media (max-width: 1239px) {
  .site-top {
    display: none !important;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav {
    /* ===== Top bar ===== */
  }
  .mobile-nav__bar {
    position: fixed;
    inset-inline: 0;
    top: 0;
    height: 80px;
    padding-inline: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1100;
    /* blur jak na desktopie */
    background: rgba(22, 22, 22, 0.6);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mobile-nav {
    /* hamburger po LEWEJ */
  }
  .mobile-nav__hamburger {
    position: relative;
    width: 32px;
    height: 20px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
  }
  .mobile-nav__hamburger-line, .mobile-nav__hamburger::before, .mobile-nav__hamburger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  .mobile-nav__hamburger-line {
    top: 9px;
    width: 60%;
  }
  .mobile-nav__hamburger::before {
    top: 0;
  }
  .mobile-nav__hamburger::after {
    bottom: 0;
  }
  .mobile-nav__hamburger.is-clicked::before {
    transform: translateY(9px) rotate(45deg);
  }
  .mobile-nav__hamburger.is-clicked::after {
    transform: translateY(-9px) rotate(-45deg);
  }
  .mobile-nav__hamburger.is-clicked .mobile-nav__hamburger-line {
    opacity: 0;
  }
  .mobile-nav__logo img {
    width: 70px;
    height: 36px;
    display: block;
  }
  .mobile-nav__actions {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 20px;
  }
  .mobile-nav__icon img {
    width: 20px;
    height: 20px;
    display: block;
  }
  .mobile-nav {
    /* ===== Overlay ===== */
  }
  .mobile-nav__overlay {
    position: fixed;
    inset: 0;
    top: 80px;
    background: rgba(22, 22, 22, 0.35);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1095;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .mobile-nav {
    /* ===== Drawer ===== */
  }
  .mobile-nav__drawer {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 80px);
    background: rgba(22, 22, 22, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1100;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: auto;
  }
  .mobile-nav__inner {
    padding: 40px 20px 24px 0;
    color: #fff;
  }
  .mobile-nav {
    /* ===== Menu ===== */
  }
  .mobile-nav .mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
  }
  .mobile-nav .mobile-menu > .menu-item {
    border-bottom: 1px solid #fff;
    padding: 0 0 12px 0;
  }
  .mobile-nav .mobile-menu > .menu-item:last-child {
    border-bottom: none;
  }
  .mobile-nav__row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    padding-left: 20px;
  }
  .mobile-nav__link {
    color: #fff;
    font-family: "Afacad Flux", sans-serif;
    font-size: 14px;
    letter-spacing: 1.12px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  }
  .menu-item-has-children .mobile-nav__link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    transform: translateY(-50%) rotate(-45deg);
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: transform 0.25s ease, border-color 0.25s ease;
  }
  .mobile-nav__toggle {
    width: 38px;
    height: 34px;
    display: grid;
    place-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.25s ease;
  }
  .mobile-nav__toggle img {
    width: 18px;
    height: 18px;
    transform: rotate(-90deg);
    transition: transform 0.25s ease;
  }
  .mobile-nav__toggle:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .mobile-nav .menu-item.expanded .mobile-nav__toggle img {
    transform: rotate(90deg);
  }
  .mobile-nav {
    /* Submenu (z kartami) */
  }
  .mobile-nav .sub-menu {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
  }
  .mobile-nav .menu-item.expanded > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    margin: 35px 0 40px 0;
  }
  .mobile-nav {
    /* Cały rząd rodzica jest interaktywny */
  }
  .mobile-nav .mobile-nav__row {
    cursor: pointer;
  }
  .mobile-nav {
    /* TYLKO rodzice z submenu – link rodzica nie klikalny (otwiera submenu) */
  }
  .mobile-nav .menu-item-has-children > .mobile-nav__row .mobile-nav__link {
    pointer-events: none;
  }
  .mobile-nav {
    /* Pozycje bez submenu – link normalnie klikalny */
  }
  .mobile-nav .menu-item:not(.menu-item-has-children) > .mobile-nav__row .mobile-nav__link {
    pointer-events: auto;
  }
  .mobile-nav__submenu-card {
    display: grid;
    grid-template-rows: 120px auto;
    gap: 6px;
    text-decoration: none;
    position: relative;
  }
  .mobile-nav__thumb {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 0 40px 0 0;
    /* tylko prawa górna */
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  .mobile-nav__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.35) 100%);
  }
  .mobile-nav__label {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    text-align: left;
    color: #fff;
  }
  .mobile-nav {
    /* CTA + social */
  }
  .mobile-nav__cta {
    display: inline-flex;
    margin-top: 28px;
    margin-bottom: 18px;
  }
  .mobile-nav__cta .basic-button .text {
    text-transform: uppercase;
  }
  .mobile-nav__socials {
    display: inline-flex;
    gap: 16px;
    margin-top: 40px;
    padding-left: 20px;
  }
  .mobile-nav__socials a img {
    width: 22px;
    height: 22px;
    display: block;
  }
  .mobile-nav {
    /* ===== Stan otwarty ===== */
  }
  .mobile-nav.is-active .mobile-nav__drawer {
    transform: translateX(0);
  }
  .mobile-nav.is-active .mobile-nav__overlay {
    opacity: 1;
    visibility: visible;
  }
  /* Lock na body */
  body.is-locked {
    overflow: hidden;
    touch-action: none;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .mobile-nav__drawer {
    height: 100%;
    width: 100%;
  }
  .mobile-nav__inner {
    max-width: 50%;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  padding: 100px 80px;
  background-color: #2b2e30;
}
@media (max-width: 1023px) {
  .footer {
    padding: 72px 40px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 0 20px 50px 20px;
  }
}
.footer__background {
  position: absolute;
  left: 4%;
  bottom: -32%;
  z-index: 0;
  width: 42%;
  max-width: 760px;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .footer__background {
    width: 110%;
    left: -12%;
    bottom: 11%;
  }
}
.footer__key {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.12;
}
@media (max-width: 1023px) {
  .footer__key {
    opacity: 0.85;
  }
}
.footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 1023px) {
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
}
@media (max-width: 1023px) {
  .footer__brand {
    align-items: center;
  }
}
.footer__logo-link {
  display: inline-flex;
  width: 196px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer__logo-link {
    width: 90vw;
  }
}
.footer__logo {
  display: block;
  width: 100%;
  height: auto;
}
.footer__copyright {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #dbcab4;
}
@media (max-width: 767px) {
  .footer__copyright {
    display: none;
  }
}
.footer__copyright--mobile {
  display: none;
}
@media (max-width: 767px) {
  .footer__copyright--mobile {
    display: block;
    margin-top: 30px;
  }
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__title {
  margin: 0 0 42px;
  font-size: 72px;
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #dbcab4;
}
@media (max-width: 1023px) {
  .footer__title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .footer__title {
    margin-bottom: 32px;
    font-size: 42px;
  }
}
.footer__columns {
  display: grid;
  grid-template-columns: auto auto;
  gap: 80px;
  align-items: start;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .footer__columns {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 40px;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__contact-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
@media (max-width: 767px) {
  .footer__contact-row {
    flex-wrap: wrap;
    gap: 6px 10px;
  }
}
.footer__label {
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #dbcab4;
}
@media (max-width: 767px) {
  .footer__label {
    font-size: 16px;
  }
}
.footer__text, .footer__link, .footer__social {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__text, .footer__link, .footer__social {
    font-size: 17px;
  }
}
.footer__text a {
  color: inherit;
  text-decoration: none;
}
.footer__link, .footer__social {
  text-decoration: none;
  transition: color 0.25s ease;
}
.footer__link:hover, .footer__link:focus-visible, .footer__social:hover, .footer__social:focus-visible {
  color: #dbcab4;
}
.footer__socials {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer__socials {
    flex-direction: row;
    gap: 40px;
  }
}
.footer__social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer__social-icon {
  width: 24px;
  height: auto;
}
.footer__nav {
  width: 100%;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .footer__menu {
    flex-direction: column;
    gap: 4px;
  }
}
.footer__menu .menu-item {
  margin: 0;
  padding: 0;
}
.footer__menu a {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.81;
  letter-spacing: 1.28px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #dbcab4;
  transition: color 0.25s ease;
}
.footer__menu a:hover, .footer__menu a:focus-visible {
  color: #fff;
}
@media (max-width: 767px) {
  .footer__menu a {
    line-height: 1.5;
    font-weight: 400;
  }
}

.wp-theme-ndn-real-estate div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-theme-ndn-real-estate div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-theme-ndn-real-estate div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-theme-ndn-real-estate .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-theme-ndn-real-estate .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-theme-ndn-real-estate .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-theme-ndn-real-estate div.wpforms-container-full button[type=submit],
.wp-theme-ndn-real-estate div.wpforms-container-full button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  font-family: "Afacad Flux";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  background-color: #8b7864;
  transition: all 0.2s;
  font-size: 14px;
  letter-spacing: 0.56px;
  text-align: center;
}
.wp-theme-ndn-real-estate div.wpforms-container-full input[type=submit]:not(:hover):not(:active):hover,
.wp-theme-ndn-real-estate div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover,
.wp-theme-ndn-real-estate div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active):hover,
.wp-theme-ndn-real-estate .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active):hover,
.wp-theme-ndn-real-estate .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover,
.wp-theme-ndn-real-estate .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active):hover,
.wp-theme-ndn-real-estate div.wpforms-container-full button[type=submit]:hover,
.wp-theme-ndn-real-estate div.wpforms-container-full button:hover {
  background-color: #323232;
  color: #fff;
}
.wp-theme-ndn-real-estate div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 30px;
}
.wp-theme-ndn-real-estate div.wpforms-container-full:not(:empty) {
  margin: 0 auto;
}
.wp-theme-ndn-real-estate div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
.wp-theme-ndn-real-estate div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error {
  border: 0;
  border-bottom: 2px solid red;
}

/* Wspólne dla wszystkich formularzy, które mają klasę .form-ui */
.form-ui {
  /* małe linko-przyciski "czytaj więcej" za opisem checkboxów */
}
.form-ui .cf-hint-label {
  display: inline-block;
  margin-left: 36px;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #8b7864;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  outline: 0;
  width: -webkit-max-content;
  width: max-content;
}
@media (max-width: 1239px) {
  .form-ui .cf-hint-label {
    display: none;
  }
}
.form-ui .cf-hint-label:focus {
  text-decoration-thickness: 2px;
}
.form-ui {
  /* Popover z treścią */
}
.form-ui .cf-hint-pop {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  /* domyślnie w dół */
  width: min(680px, 75vw);
  background: #fff;
  color: #272a2e;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.55;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s step-end;
}
.form-ui .cf-hint-pop a {
  color: #8b7864;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-ui {
  /* układ li -> label + [span] + [popover] */
}
.form-ui ul[id^=wpforms-][id$=-field_6] > li {
  position: relative;
  /* kotwica dla popovera */
}
.form-ui {
  /* Pokazuj na hover/focus (span) albo gdy JS doda .is-open (Enter/Spacja) */
}
.form-ui .cf-hint-label:hover + .cf-hint-pop,
.form-ui .cf-hint-label:focus + .cf-hint-pop,
.form-ui .cf-hint-pop.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s;
}
.form-ui {
  /* Nota prawna o reCAPTCHA pod formularzem */
}
.form-ui .recaptcha-notice {
  margin-top: 30px;
  font-family: "Afacad Flux", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #272a2e;
}
.form-ui .recaptcha-notice a {
  color: #8b7864;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
.form-ui .recaptcha-notice a:hover, .form-ui .recaptcha-notice a:focus {
  color: #323232;
}

.popup .form-ui .cf-hint-pop {
  top: auto;
  bottom: calc(11% + 10px);
  left: -50px;
  /* popover pojawia się nad „czytaj więcej” */
  transform: translateY(4px);
  /* start delikatnie w dół, by wejść do góry */
  pointer-events: none;
}
.popup .form-ui .cf-hint-pop.is-open {
  transform: translateY(0);
  /* widoczny bez przesunięcia */
  pointer-events: all;
}

/* Wszystkie podpowiedzi WPForms, także te wstrzykiwane dynamicznie */
[id$=_suggestion],
.wpforms-field-email .wpforms-suggestion {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* =============================================
 * LANGUAGE SWITCHER STYLES
 * Plik: styles/language-switcher.css
 * ============================================= */
.language-switcher {
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.language-switcher .lang-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
  align-items: center;
}

.language-switcher .lang-item {
  display: flex;
  align-items: center;
}

.language-switcher .lang-item a {
  color: var(--text-secondary, #fff);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 6px;
  border-radius: 4px;
  transition: color 0.2s ease;
  letter-spacing: 0.5px;
}

.language-switcher .lang-item a:hover {
  color: var(--text-primary, #dbcab4);
}

.language-switcher .lang-item.current-lang a {
  color: var(--text-primary, #dbcab4);
  font-weight: 700;
}

/* Separator between languages */
.language-switcher .lang-item + .lang-item::before {
  content: "|";
  color: var(--text-secondary, #fff);
  font-size: 12px;
  margin-right: 2px;
}

/* =============================================
 * LIGHT / TRANSPARENT HEADER VARIANTS
 * ============================================= */
/* =============================================
 * RESPONSIVE
 * ============================================= */
@media (max-width: 991px) {
  .language-switcher {
    margin-right: 12px;
    order: 2; /* Przed hamburger menu na mobile */
  }
  .language-switcher .lang-item a {
    font-size: 14px;
    padding: 4px 4px;
  }
}
@media (max-width: 575px) {
  .language-switcher {
    margin-right: 8px;
  }
  .language-switcher .lang-item a {
    font-size: 14px;
    padding: 2px 3px;
  }
}
/**
 * Założenia:
 * - .banner ma 100vh
 * - .banner__hld fixed na desktopie, na mobile (<= $mobile-m) static
 * - overlay 0.25 na media przez ::after
 * - wideo nad obrazem, ale obraz zawsze obecny jako fallback/poster
 * - DODANE: .banner__image--desktop / .banner__image--mobile – przełącznik obrazów
 */
.l-wrapper--banner {
  padding: 0;
}

.banner {
  position: relative;
  height: 80vh;
  overflow: hidden;
  color: #fff;
}
.page-home .banner {
  height: 100vh;
}
.banner__hld {
  width: 100%;
  height: 80vh;
  position: fixed;
  bottom: 20vh;
  left: 0;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .banner__hld {
    bottom: unset;
  }
}
.page-home .banner__hld {
  top: 0;
}
.page-home .banner__hld {
  height: 100vh;
}
@media (max-width: 1023px) {
  .banner__hld {
    position: static;
  }
}
.banner__logo-static {
  position: absolute;
  top: 40px;
  left: 80px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  z-index: 2;
}
@media (max-width: 1023px) {
  .banner__logo-static {
    top: calc(50% - 145px);
    left: 30px;
    max-width: 185px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .banner__logo-static {
    top: calc(50% - 75px);
  }
}
.banner__logo-static .text {
  font-size: 72px;
  font-weight: 500;
  line-height: 0.85;
  text-transform: uppercase;
  color: #fff;
}
@media (orientation: landscape) and (max-height: 600px) {
  .banner__logo-static .text {
    font-size: 50px;
  }
}
.banner__logo-static img {
  width: 235px;
  height: auto;
}
@media (max-width: 1023px) {
  .banner__logo-static img {
    display: none;
  }
}
.banner__arrow {
  position: absolute;
  bottom: 100px;
  left: 80px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 2px solid #dbcab4;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  z-index: 2;
}
.banner__arrow img {
  height: 28px;
}
.banner__arrow:hover {
  transform: translateY(10px);
}
@media (max-width: 1239px) {
  .banner__arrow {
    width: 30px;
    height: 30px;
    bottom: 50px;
    left: 20px;
  }
  .banner__arrow img {
    height: 20px;
  }
}
.banner__media {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.banner__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.45;
  z-index: 0;
}
@media (max-width: 1239px) {
  .banner__media::after {
    opacity: 0.1;
  }
}
.page-content .banner__media::after {
  z-index: -5;
}
.page-nieruchomosci .banner__media::after, .page-blog-listing .banner__media::after, .page-aranzacje .banner__media::after, .page-zlota-wiza .banner__media::after, .page-kompleksowe-wsparcie .banner__media::after, .single-property .banner__media::after {
  content: none;
}
.banner__video, .banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-nieruchomosci .banner__video, .page-blog-listing .banner__video, .page-aranzacje .banner__video, .page-zlota-wiza .banner__video, .page-kompleksowe-wsparcie .banner__video, .page-nieruchomosci .banner__image, .page-blog-listing .banner__image, .page-aranzacje .banner__image, .page-zlota-wiza .banner__image, .page-kompleksowe-wsparcie .banner__image {
  position: static;
}
.banner__video {
  z-index: 1;
}
.banner__image {
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-content .banner__image {
    object-fit: scale-down;
  }
}
.banner__image--desktop {
  display: block;
}
.banner__image--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .banner__image--desktop {
    display: none;
  }
  .banner__image--mobile {
    display: block;
  }
}
.banner__content {
  z-index: 2;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 100px;
  right: 85px;
}
@media (max-width: 1239px) {
  .banner__content {
    right: 20px;
    bottom: 50px;
  }
}
.banner__title {
  max-width: 550px;
  opacity: 1;
  font-family: "Afacad Flux";
  text-transform: uppercase;
}
@media (max-width: 1239px) {
  .banner__title {
    max-width: 200px;
    font-size: 30px;
  }
}
.banner__cta {
  margin-bottom: 60px;
}
.page-content .banner__cta, .page-nieruchomosci .banner__cta, .page-blog-listing .banner__cta, .page-aranzacje .banner__cta, .page-zlota-wiza .banner__cta, .page-kompleksowe-wsparcie .banner__cta {
  display: none;
}
@media (max-width: 1023px) {
  .banner__cta .basic-button {
    width: calc(100vw - 20px);
    left: -10px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
    color: #fff;
  }
  .banner__cta .basic-button .text {
    text-transform: uppercase;
  }
  .banner__cta .basic-button:hover {
    background-color: #8b7864;
  }
  .banner__cta .basic-button:hover .arrow-mobile {
    transform: translateX(5px);
    transition: transform 0.3s;
  }
  .banner__cta .basic-button:hover .text {
    color: #fff;
  }
}
.banner {
  /**
   * Ornament pod przyciskiem
   * — pozioma linia 430px, 2px grubości
   * — na końcach pionowe „zęby” 2px x 50px (pseudo-elementy)
   */
}
.banner__ornament {
  position: relative;
  width: 430px;
  max-width: 70vw;
  height: 2px;
  background: currentColor;
  margin: 0 auto;
}
.page-content .banner__ornament, .page-nieruchomosci .banner__ornament, .page-blog-listing .banner__ornament, .page-aranzacje .banner__ornament, .page-zlota-wiza .banner__ornament, .page-kompleksowe-wsparcie .banner__ornament, .single-property .banner__ornament {
  display: none;
}
@media (max-width: 1023px) {
  .banner__ornament {
    display: none;
  }
}
.banner__ornament::before, .banner__ornament::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 50px;
  background: currentColor;
}
.banner__ornament::before {
  left: 0;
}
.banner__ornament::after {
  right: 0;
}
@media (max-width: 1023px) {
  .banner__ornament {
    width: 260px;
  }
  .banner__ornament::before, .banner__ornament::after {
    height: 36px;
  }
}

.l-section--tiles-grid {
  padding: 200px 0 0 0;
  background-color: #dbcab4;
}

.l-wrapper--tiles-grid {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0;
}

.tiles-grid__track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.tiles-grid__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 480/512;
  cursor: pointer;
  grid-column: span 2;
}
@media (min-width: 1024px) {
  .tiles-grid__item:nth-last-child(2):nth-child(3n+1), .tiles-grid__item:nth-last-child(1):nth-child(3n+2) {
    grid-column: span 3;
  }
  .tiles-grid__item:nth-last-child(1):nth-child(3n+1) {
    grid-column: span 6;
  }
}
.tiles-grid__media {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  transition: transform 0.7s ease;
  transform: translateZ(0);
}
.tiles-grid__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 55%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.tiles-grid__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
  will-change: transform;
}
.tiles-grid__header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 28px 32px;
  color: #fff2e1;
  font-family: "Afacad Flux";
  font-size: 103px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}
@media (max-width: 1239px) {
  .tiles-grid__header {
    bottom: 80px;
  }
}
.tiles-grid__item--1 .tiles-grid__header {
  font-size: 75px;
}
.tiles-grid__item--2 .tiles-grid__header {
  font-size: 68px;
}
.tiles-grid__item--3 .tiles-grid__header {
  font-size: 98px;
}
.tiles-grid__item--4 .tiles-grid__header {
  font-size: 103px;
}
.tiles-grid__item--5 .tiles-grid__header {
  font-size: 152px;
}
.tiles-grid__item--6 .tiles-grid__header {
  font-size: 116px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .tiles-grid__item:hover .tiles-grid__image {
    transform: scale(1.07);
  }
  .tiles-grid__item:hover .tiles-grid__media::after {
    opacity: 1;
  }
  .tiles-grid__item:hover .tiles-grid__header {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1680px) {
  .tiles-grid__item--1 .tiles-grid__header {
    font-size: 60px;
  }
  .tiles-grid__item--2 .tiles-grid__header {
    font-size: 60px;
  }
  .tiles-grid__item--3 .tiles-grid__header {
    font-size: 90px;
  }
  .tiles-grid__item--4 .tiles-grid__header {
    font-size: 95px;
  }
  .tiles-grid__item--5 .tiles-grid__header {
    font-size: 130px;
  }
  .tiles-grid__item--6 .tiles-grid__header {
    font-size: 100px;
  }
}
@media (max-width: 1239px) {
  .tiles-grid__item--1 .tiles-grid__header, .tiles-grid__item--2 .tiles-grid__header, .tiles-grid__item--3 .tiles-grid__header, .tiles-grid__item--4 .tiles-grid__header, .tiles-grid__item--5 .tiles-grid__header, .tiles-grid__item--6 .tiles-grid__header, .tiles-grid__item--7 .tiles-grid__header, .tiles-grid__item--8 .tiles-grid__header {
    font-size: 50px;
  }
}

@media (max-width: 1023px) {
  .l-section--tiles-grid {
    padding: 80px 0 0 0;
  }
  .tiles-grid__track {
    display: flex;
    flex-direction: column;
  }
  .tiles-grid__item {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    height: calc(100svh - 80px);
    aspect-ratio: unset;
    scroll-margin-top: 80px;
  }
  .tiles-grid__item:nth-child(1) {
    z-index: 1;
  }
  .tiles-grid__item:nth-child(2) {
    z-index: 2;
  }
  .tiles-grid__item:nth-child(3) {
    z-index: 3;
  }
  .tiles-grid__item:nth-child(4) {
    z-index: 4;
  }
  .tiles-grid__item:nth-child(5) {
    z-index: 5;
  }
  .tiles-grid__item:nth-child(6) {
    z-index: 6;
  }
  .tiles-grid__item:nth-child(7) {
    z-index: 7;
  }
  .tiles-grid__item:nth-child(8) {
    z-index: 8;
  }
  .tiles-grid__header {
    opacity: 1;
    transform: none;
    font-size: clamp(24px, 8vw, 36px);
    padding: 20px 24px;
  }
  .tiles-grid__media::after {
    opacity: 1;
  }
}
.l-section--banner-contact {
  background: #fff;
  padding: 0;
  min-height: 80vh;
  min-height: 80svh;
  min-height: 80dvh;
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .l-section--banner-contact {
    min-height: 50vh;
    min-height: 50svh;
    min-height: 50dvh;
  }
}

.l-wrapper--banner-contact {
  padding: 0;
  flex: 1 1 auto;
  max-width: none;
}

.banner-contact {
  height: 100%;
}
.banner-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 50/50 */
  align-items: stretch;
  min-height: inherit;
  height: 100%;
}
@media (max-width: 1239px) {
  .banner-contact__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}
.banner-contact {
  /* lewa część */
}
.banner-contact__content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 40px;
  padding: 80px 105px 110px 130px;
  background: #efeeee;
  min-height: 100%;
  margin-bottom: -50px;
}
@media (min-width: 1680px) {
  .banner-contact__content {
    margin-bottom: 0;
  }
}
@media (max-width: 1239px) {
  .banner-contact__content {
    padding: 110px 20px 40px 20px;
  }
}
@media (min-width: 1239px) and (max-width: 1680px) {
  .banner-contact__content {
    margin-bottom: -50px;
    padding: 80px 45px 110px 60px;
  }
}
.banner-contact__title {
  color: #8b7864;
}
@media (max-width: 1239px) {
  .banner-contact__title {
    text-align: left;
  }
}
.banner-contact__intro {
  max-width: 535px;
}
.banner-contact__intro p {
  margin: 0 0 12px;
}
.banner-contact__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}
@media (max-width: 1023px) {
  .banner-contact__cols {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1680px) {
  .banner-contact__cols {
    gap: 20px 0;
  }
}
.banner-contact__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.banner-contact__list--social {
  margin-left: 50px;
}
@media (max-width: 1239px) {
  .banner-contact__list--social {
    margin-left: 0;
  }
}
@media (min-width: 1680px) {
  .banner-contact__list--social {
    margin-left: 0;
  }
}
.banner-contact__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #323232;
  transition: color 0.25s ease;
}
.banner-contact__link:hover {
  color: #8b7864;
}
.banner-contact__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
}
.banner-contact__label {
  font-size: 16px;
  line-height: 1.4;
}
.banner-contact {
  /* prawa część (media) */
}
.banner-contact__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 1239px) {
  .banner-contact__media {
    display: none;
  }
}
.banner-contact__image, .banner-contact__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.l-section--banner-blog {
  position: relative;
  z-index: 10px;
}
.l-section--banner-blog .l-wrapper--banner-blog {
  padding: unset;
  max-width: unset;
}

.banner-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  height: 85vh;
  min-height: 560px;
  overflow: hidden;
}
.banner-blog__left {
  display: grid;
  place-items: center;
  padding: 24px 0;
}
@media (max-width: 1239px) {
  .banner-blog__left {
    padding: 120px 0 20px 0;
  }
}
.banner-blog__hero {
  width: 100%;
  max-width: 760px;
  padding-left: 128px;
}
@media (max-width: 1239px) {
  .banner-blog__hero {
    padding-left: 0;
  }
}
.banner-blog__info {
  font-family: "Afacad Flux", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.72px;
  text-align: left;
  color: #323232;
  display: block;
  margin-bottom: 25px;
  display: flex;
}
.banner-blog__date {
  margin-right: 20px;
  position: relative;
}
.banner-blog__date::after {
  position: absolute;
  top: 0;
  right: -10px;
  content: "|";
}
.banner-blog__title {
  font-family: "Amiri", serif;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #8b7864;
  margin: 0;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .banner-blog__title {
    padding-right: 20px;
  }
}
.banner-blog__right {
  position: relative;
  overflow: hidden;
}
.banner-blog__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
  display: block;
}

@media (max-width: 1239px) {
  .l-section--banner-blog .l-wrapper--banner-blog {
    padding: 0 10px;
  }
  .banner-blog {
    grid-template-columns: 1fr;
    height: auto;
    min-height: unset;
  }
  .banner-blog__right {
    height: 56vh;
    min-height: 360px;
    margin-top: 24px;
  }
  .banner-blog__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .banner-blog__right {
    height: 48vh;
    min-height: 280px;
  }
  .banner-blog__title {
    font-size: 32px;
  }
}
.l-section--basic-text {
  margin: 110px 0;
}
.page-simple-text .l-section--basic-text {
  margin: 200px 0 110px 0;
}

.l-wrapper--basic-text {
  padding: 0 157px 0 137px;
}

.basic-text {
  color: #272a2e;
}
.basic-text__page-title {
  text-align: center;
}
.basic-text p {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.32px;
  text-align: left;
  margin-bottom: 15px;
}
.basic-text h2,
.basic-text h3,
.basic-text h4 {
  font-family: "Afacad Flux";
  font-weight: 300;
}
.basic-text h2 {
  font-size: 40px;
  line-height: 1.88;
  margin-bottom: 30px;
  margin-top: 30px;
}
.basic-text h3 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.basic-text h4 {
  font-size: 26px;
}
.basic-text ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.basic-text ul li {
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.32px;
  text-align: left;
  position: relative;
}
.basic-text ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dbcab4;
}
.basic-text ol {
  line-height: 2;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 400;
}

@media (max-width: 1239px) {
  .l-section--basic-text {
    margin: 70px 0;
  }
  .l-wrapper--basic-text {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .basic-text ul li {
    margin: 15px 0;
    line-height: 2;
  }
  .basic-text ul li::before {
    top: 15px;
    transform: unset;
    width: 8px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .l-section--basic-text {
    margin: 40px 0;
  }
  .page-simple-text .l-section--basic-text {
    margin: 35px 0 50px 0;
  }
  .l-wrapper--basic-text {
    padding: 0 15px;
  }
  .basic-text h2 {
    font-size: 36px;
    line-height: 1.6;
  }
}
.l-section--content-accordions {
  padding: 190px 130px 100px 130px;
}
@media (max-width: 1239px) {
  .l-section--content-accordions {
    padding: 100px 20px 70px 20px;
  }
}

.l-wrapper--content-accordions {
  /* opcjonalnie – bez zmian layoutowych */
}

.content-accordions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-accordions__item {
  border-bottom: 1px solid #8b7864;
}
.content-accordions__header {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 16px;
  padding: 18px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.content-accordions__header::before {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.25s ease;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  color: rgba(39, 42, 46, 0.9);
  pointer-events: none;
}
.content-accordions__item.is-active .content-accordions__header::before {
  transform: translateY(-50%) rotate(-90deg);
}
.content-accordions__counter {
  font-size: 36px;
  color: #8b7864;
  line-height: 1;
}
.content-accordions__title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #272a2e;
}
@media (max-width: 1239px) {
  .content-accordions__title {
    padding-right: 25px;
  }
}
.content-accordions__body {
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.25s ease;
  height: 0;
  opacity: 0;
}
.content-accordions__content {
  padding: 12px 0 24px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.72px;
  color: #272a2e;
}
.content-accordions__content p:not(:last-child) {
  margin-bottom: 12px;
}
.content-accordions__item.is-active .content-accordions__body {
  opacity: 1;
}

.l-section--portfolio-slider {
  padding: 110px auto;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
}

.l-wrapper--portfolio-slider {
  overflow: visible;
}
@media (max-width: 1023px) {
  .l-wrapper--portfolio-slider {
    overflow: hidden;
  }
}

.portfolio-slider {
  text-align: center;
  position: relative;
}
.portfolio-slider__hld {
  padding: 150px;
  position: relative;
}
@media (max-width: 1023px) {
  .portfolio-slider__hld {
    padding: 0;
  }
}
.portfolio-slider__hld .swiper {
  overflow: visible;
}
.portfolio-slider__hld::before, .portfolio-slider__hld::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 40%;
  width: 75%;
}
@media (max-width: 1023px) {
  .portfolio-slider__hld::before, .portfolio-slider__hld::after {
    padding-top: 130%;
    width: 100%;
  }
}
.portfolio-slider__hld::before {
  background-color: #005b41;
  transform: translate(calc(-50% + 80px), calc(-50% - 60px));
}
@media (max-width: 1023px) {
  .portfolio-slider__hld::before {
    transform: translate(calc(-50% + 10px), calc(-50% - 120px));
  }
}
.portfolio-slider__hld::after {
  background-color: #ffe538;
  transform: translate(calc(-50% - 80px), calc(-50% + 110px));
}
@media (max-width: 1023px) {
  .portfolio-slider__hld::after {
    transform: translate(calc(-50% - 10px), calc(-50% + 120px));
  }
}
.portfolio-slider__wrapper {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .portfolio-slider__wrapper {
    margin-top: 100px;
  }
}
.portfolio-slider__nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 100;
}
.portfolio-slider__nav .portfolio-slider__button {
  background-color: #005b41;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.3s ease, transform 0.4s;
  position: relative;
  border: 1px solid #fff;
}
@media (max-width: 1239px) {
  .portfolio-slider__nav .portfolio-slider__button {
    display: none;
  }
}
.portfolio-slider__nav .portfolio-slider__button img {
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
}
.portfolio-slider__nav .portfolio-slider__button--prev {
  left: -80px;
}
.portfolio-slider__nav .portfolio-slider__button--next {
  right: -80px;
}
.portfolio-slider__nav .portfolio-slider__button--prev img {
  transform: rotate(180deg);
}
.portfolio-slider__nav .portfolio-slider__button:hover {
  transform: scale(0.9);
}
@media (max-width: 1023px) {
  .portfolio-slider__nav .portfolio-slider__button {
    width: 60px;
    height: 60px;
  }
  .portfolio-slider__nav .portfolio-slider__button img {
    width: 20px;
    height: 20px;
  }
}
.portfolio-slider__slide {
  position: relative;
  text-align: center;
  transition: transform 0.5s ease-in-out;
}
.portfolio-slider__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding-top: 51.3661202186%;
}
@media (max-width: 1023px) {
  .portfolio-slider__link {
    padding-top: 160%;
  }
}
.portfolio-slider picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-slider img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.portfolio-slider__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 40px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  display: flex;
}
.portfolio-slider__link:hover .portfolio-slider__content {
  opacity: 1;
}
@media (max-width: 1023px) {
  .portfolio-slider__content {
    padding: 20px;
  }
  .portfolio-slider__link:hover .portfolio-slider__content {
    opacity: 0;
  }
}
.portfolio-slider__description {
  width: 100%;
  height: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 1680px) {
  .portfolio-slider__description {
    font-size: 15px;
  }
}
.portfolio-slider__description p {
  margin-bottom: 15px;
}
.portfolio-slider__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  font-family: "Afacad Flux";
  font-weight: 600;
  z-index: 2;
}
@media (max-width: 1023px) {
  .portfolio-slider__text {
    font-size: 24px;
    width: 100%;
  }
}
.portfolio-slider__type {
  top: -50px;
  color: #fff;
}
@media (max-width: 1023px) {
  .portfolio-slider__type {
    top: -40px;
  }
}
.portfolio-slider__name {
  bottom: -50px;
  color: #000;
}
@media (max-width: 1023px) {
  .portfolio-slider__name {
    bottom: -40px;
  }
}

.details-banner {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1239px) {
  .details-banner {
    margin-bottom: 30px;
  }
}
.details-banner__image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.details-banner__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.details-banner__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-banner__content {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  z-index: 2;
}
.details-banner__title {
  font-size: 80px;
  color: #fff;
}

.details-page {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  padding: 0 130px 50px 130px;
}
.details-page__box-button {
  border: 1px solid #8b7864;
  background-color: #fff;
  color: #000;
}
.details-page__content {
  flex: 2;
}
.details-page__content-hld {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.details-page__slider {
  margin-top: 30px;
  max-width: 100%;
  position: relative;
}
.details-page__slider::before, .details-page__slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  z-index: 5;
  pointer-events: none;
}
.details-page__slider::before {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.details-page__slider::after {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.details-page__facilities {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding: 20px 50px 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.details-page__facility {
  font-size: 20px;
  color: #272a2e;
  font-weight: 300;
}
.details-page__excerpt {
  font-size: 18px;
  font-weight: 500;
  color: #272a2e;
  margin-bottom: 20px;
  line-height: 1.5;
}
.details-page__text {
  font-size: 16px;
  line-height: 1.8;
  color: #272a2e;
}
.details-page__text p {
  margin: 15px 0;
}
.details-page__slider {
  overflow: hidden;
}
.details-page__col--sidebar {
  flex: 1;
}
.details-page__col--sidebar .details-page__box {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding: 20px;
  background-color: #dbcab4;
  border: 1px solid #dbcab4;
  margin-top: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.details-page__col--sidebar .details-page__box-header {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.details-page__col--sidebar .details-page__box-price {
  font-size: 18px;
  color: #222;
  text-align: center;
  margin-bottom: 20px;
}
.details-page__col--sidebar .details-page__box-price .value {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-left: 5px;
}
.details-page__latest-posts {
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
}
.details-page__latest-posts-header {
  font-size: 25px;
  font-family: "Afacad Flux";
  margin-bottom: 15px;
  text-align: center;
  font-weight: 300;
  color: #fff;
}
.details-page__latest-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}
.details-page__latest-post-item {
  margin-bottom: 15px;
}
.details-page__latest-post-link {
  text-decoration: none;
  color: #fff;
  font-family: "Afacad Flux";
}
.details-page__latest-post-link:hover {
  text-decoration: underline;
  color: #8b7864;
}

@media (max-width: 1023px) {
  .details-page {
    padding: 0 15px 15px 15px;
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .details-page__col--sidebar {
    flex: 1;
  }
  .details-page__col--sidebar .details-page__box {
    margin-top: 0px;
  }
  .details-banner {
    height: 60vh;
  }
  .details-banner__title {
    font-size: 30px;
    padding-left: 15px;
  }
  .details-banner__content {
    left: 15px;
    padding-right: 15px;
  }
  .details-banner__image-wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .l-wrapper--intro-text {
    padding: 0 15px;
  }
}
.l-section--blog-slider {
  padding: 150px 0;
  overflow: hidden;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
}
.page-blog-details .l-section--blog-slider {
  margin: 30px;
}

.l-wrapper--blog-slider {
  max-width: unset;
}

.blog-slider__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
}
.blog-slider__header {
  font-family: "Afacad Flux";
}
.blog-slider__item {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-slider__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1239px) {
  .l-section--blog-slider {
    padding: 120px 0 70px 0;
  }
  .l-wrapper--blog-slider {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .l-section--blog-slider {
    padding: 120px 0 60px 0;
  }
  .l-wrapper--blog-slider {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .l-wrapper--blog-slider {
    padding: 0 0 0 15px;
  }
  .blog-slider__content {
    text-align: center;
    padding-right: 15px;
  }
  .blog-slider__header {
    margin-bottom: 15px;
  }
}
.details-photo-slider {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  padding: 0 50px;
}
.details-photo-slider .swiper-wrapper {
  display: flex;
}
.details-photo-slider .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-photo-slider .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.details-photo-slider .slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}
.details-photo-slider .slider-button img {
  width: 20px;
  height: 20px;
}
.details-photo-slider .swiper-button-prev {
  left: 10px;
}
.details-photo-slider .swiper-button-next {
  right: 10px;
}

.blog-item {
  min-height: 375px;
  border-radius: 0;
  border-color: #272a2e;
  transition: background-color 0.3s;
  display: block;
  padding: 20px 30px;
  text-decoration: none;
  background-color: #8b7864;
  position: relative;
  z-index: 1;
  border: none;
}
.blog-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(-15px, -15px);
  background-color: #dbcab4;
  z-index: -1;
  transition: transform 0.3s;
}
@media (max-width: 1440px) {
  .blog-item::before {
    transform: translate(-5px, -5px);
  }
}
.blog-item:hover::before {
  transform: translate(0, 0);
}
.blog-item__date {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Afacad Flux";
  margin-bottom: 15px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
.blog-item__name {
  font-size: 32px;
  margin-bottom: 15px;
  font-family: "Afacad Flux";
  color: #fff;
  line-height: 1.2;
}
.blog-item__content {
  color: #fff;
}
.blog-item__read-more {
  display: block;
  margin-top: 15px;
  color: #fff;
}

@media (min-width: 1680px) {
  .blog-item {
    min-height: 280px;
  }
}
@media (max-width: 1023px) {
  .blog-item {
    min-height: 385px;
    padding: 20px 15px;
  }
  .page-blog-listing .blog-item {
    min-height: 270px;
  }
}
.l-section--socialmedia-grid {
  background-color: #fff;
  padding: 4rem 0;
  background-color: rgba(255, 255, 255, 0.95);
}

.socialmedia-grid__title, .socialmedia-grid__subtitle {
  text-align: center;
}
.socialmedia-grid__title {
  margin-bottom: 60px;
}
.socialmedia-grid__grid {
  display: grid;
  /* 6 kolumn x 210px, 2 wiersze x 210px */
  grid-template-columns: repeat(6, 210px);
  grid-template-rows: repeat(2, 210px);
  gap: 10px;
}
@media (min-width: 1680px) {
  .socialmedia-grid__grid {
    grid-template-columns: repeat(6, 250px);
    grid-template-rows: repeat(2, 250px);
  }
}
.socialmedia-grid__item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialmedia-grid__item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: center;
  justify-content: center;
}
.socialmedia-grid__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.socialmedia-grid__overlay {
  position: absolute;
  inset: 0;
  background-color: #dbcab4;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialmedia-grid__overlay span {
  color: #fff;
  font-size: 25px;
  font-family: "Afacad Flux";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.socialmedia-grid__item:hover .socialmedia-grid__overlay {
  opacity: 1;
}
.socialmedia-grid {
  /* Pozycje kafelków */
}
.socialmedia-grid__item--pos1 {
  /* 1. Element => 1 wiersz, 2 kolumny (od lewej) */
  grid-area: 1/1/2/3;
}
.socialmedia-grid__item--pos2 {
  /* 2. Element => 1 wiersz, 1 kolumna */
  grid-area: 1/3/2/4;
}
.socialmedia-grid__item--pos3 {
  /* 3. Element => 2 wiersze, 2 kolumny */
  grid-area: 1/4/3/6;
}
.socialmedia-grid__item--pos4 {
  /* 4. FB => 1 wiersz, 1 kolumna (prawa, górna) */
  grid-area: 1/6/2/7;
}
.socialmedia-grid__item--pos5 {
  /* 5. IG => dolny lewy róg (2 wiersz, 1 kolumna) */
  grid-area: 2/1/3/2;
}
.socialmedia-grid__item--pos6 {
  /* 6. 1 wiersz, 2 kolumny (na dole) */
  grid-area: 2/2/3/4;
}
.socialmedia-grid__item--pos7 {
  /* 7. Dół, prawa skrajna kolumna (pod FB) */
  grid-area: 2/6/3/7;
}
.socialmedia-grid {
  /* Kolory dla FB i IG */
}
.socialmedia-grid__item--facebook {
  background-color: #dbcab4;
}
.socialmedia-grid__item--facebook img {
  height: auto;
  object-fit: none;
}
.socialmedia-grid__item--instagram {
  background-color: #8b7864;
}
.socialmedia-grid__item--instagram img {
  height: auto;
  object-fit: none;
}
.socialmedia-grid__item--instagram img, .socialmedia-grid__item--facebook img {
  transition: scale 0.3s;
}
.socialmedia-grid__item--instagram:hover img, .socialmedia-grid__item--facebook:hover img {
  scale: 0.9;
}

@media (max-width: 1239px) {
  .socialmedia-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
  }
  /* Ukrywamy elementy 1, 3 i 6 */
  .socialmedia-grid__item--pos1,
  .socialmedia-grid__item--pos3,
  .socialmedia-grid__item--pos6 {
    display: none;
  }
  /* Definiujemy nowe obszary dla pozostałych kafelków,
     aby „ustawiły się” w 2 wiersze × 2 kolumny */
  .socialmedia-grid__item--pos2 {
    grid-area: 1/1/2/2;
  }
  .socialmedia-grid__item--pos4 {
    grid-area: 1/2/2/3;
  }
  .socialmedia-grid__item--pos5 {
    grid-area: 2/1/3/2;
  }
  .socialmedia-grid__item--pos7 {
    grid-area: 2/2/3/3;
  }
}
.l-section--contact-form {
  padding: 100px 0 0 0;
  background-color: #fff;
}
@media (max-width: 1239px) {
  .l-section--contact-form {
    padding: 50px 0 0 0;
  }
}

.contact-form {
  display: grid;
  grid-template-columns: 610px 1fr;
  min-height: 860px;
  column-gap: 75px;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .contact-form {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1239px) {
  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.contact-form__panel {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .contact-form__panel {
    padding: 50px 40px 50px 60px;
  }
}
@media (max-width: 1239px) {
  .contact-form__panel {
    padding: 0;
  }
}
.contact-form__title {
  text-transform: uppercase;
  margin: 0 0 36px 0;
}
.contact-form__title.t-title {
  font-weight: 600;
  color: #8b7864;
  line-height: 0.85;
  letter-spacing: normal;
}
@media (max-width: 1239px) {
  .contact-form__title {
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 1.27;
    letter-spacing: 0.6px;
  }
}
.contact-form__image {
  margin: 0;
  overflow: hidden;
  border-top-right-radius: 280px;
  position: relative;
  top: -90px;
}
@media (max-width: 1239px) {
  .contact-form__image {
    top: 30px;
    min-height: 440px;
  }
}
.contact-form__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1239px) {
  .contact-form__image {
    order: 1;
    height: 320px;
    border-top-right-radius: 120px;
  }
}
.contact-form__background-bottom {
  height: 80px;
  background-color: #dbcab4;
}
.contact-form__form .wpforms-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 24px;
}
@media (max-width: 1023px) {
  .contact-form__form .wpforms-field-container {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.contact-form__form #wpforms-8-field_1-container,
.contact-form__form #wpforms-8-field_4-container,
.contact-form__form #wpforms-8-field_6-container,
.contact-form__form #wpforms-8-field_9-container,
.contact-form__form #wpforms-1515-field_1-container,
.contact-form__form #wpforms-1515-field_4-container,
.contact-form__form #wpforms-1515-field_6-container,
.contact-form__form #wpforms-1515-field_9-container {
  grid-column: 1/-1;
}
.contact-form__form #wpforms-8-field_4,
.contact-form__form #wpforms-1515-field_4 {
  height: 80px;
  resize: vertical;
}
.contact-form__form #wpforms-8-field_2_suggestion,
.contact-form__form #wpforms-1515-field_2_suggestion {
  display: none;
}
.contact-form__form .wpforms-field input[type=text],
.contact-form__form .wpforms-field input[type=email],
.contact-form__form .wpforms-field input[type=tel],
.contact-form__form .wpforms-field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(139, 120, 100, 0.6);
  border-radius: 0;
  padding: 10px 0 12px;
  color: #323232;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease;
}
.contact-form__form .wpforms-field input[type=text]:focus,
.contact-form__form .wpforms-field input[type=email]:focus,
.contact-form__form .wpforms-field input[type=tel]:focus,
.contact-form__form .wpforms-field textarea:focus {
  border-bottom-color: #dbcab4;
}
.contact-form__form .wpforms-field input[type=text]::placeholder,
.contact-form__form .wpforms-field input[type=email]::placeholder,
.contact-form__form .wpforms-field input[type=tel]::placeholder,
.contact-form__form .wpforms-field textarea::placeholder {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  color: #272a2e;
  font-family: "Afacad Flux", sans-serif;
  opacity: 1;
}
.contact-form__form ul#wpforms-8-field_6,
.contact-form__form ul#wpforms-8-field_9,
.contact-form__form ul#wpforms-1515-field_6,
.contact-form__form ul#wpforms-1515-field_9 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.contact-form__form ul#wpforms-8-field_6 > li,
.contact-form__form ul#wpforms-8-field_9 > li.choice-3.depth-1,
.contact-form__form ul#wpforms-1515-field_6 > li,
.contact-form__form ul#wpforms-1515-field_9 > li.choice-3.depth-1 {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  position: relative;
}
.contact-form__form .wpforms-container-full input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent;
  border: 0;
}
.contact-form__form .wpforms-container-full input[type=checkbox],
.contact-form__form .wpforms-container-full input[type=checkbox]:focus,
.contact-form__form .wpforms-container-full input[type=checkbox]:focus-visible,
.contact-form__form .wpforms-container-full input[type=radio],
.contact-form__form .wpforms-container-full input[type=radio]:focus,
.contact-form__form .wpforms-container-full input[type=radio]:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}
.contact-form__form .wpforms-container-full input[type=checkbox]::before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #8b7864 !important;
  border-radius: 3px !important;
  background: transparent !important;
  box-sizing: border-box !important;
}
.contact-form__form .wpforms-container-full input[type=checkbox]::after {
  content: "" !important;
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  transform: rotate(45deg) scale(0.95);
  opacity: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: none;
}
.contact-form__form .wpforms-container-full input[type=checkbox]:checked::before {
  background-color: #8b7864 !important;
  border-color: #8b7864 !important;
}
.contact-form__form .wpforms-container-full input[type=checkbox]:checked::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.contact-form__form .wpforms-field-checkbox .wpforms-field-label-inline {
  line-height: 1.63;
  color: #272a2e;
  font-family: "Afacad Flux", sans-serif;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
.contact-form__form .wpforms-submit-container {
  grid-column: 1/-1;
  margin-top: 8px;
}
.contact-form__form .cf-hint-label {
  color: #8b7864;
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 1.4;
}
.contact-form__form .cf-hint-label:focus {
  outline: none;
  text-decoration-thickness: 2px;
}
.contact-form__form .cf-hint-pop {
  position: absolute;
  left: 10%;
  bottom: calc(11% + 10px);
  top: auto;
  width: min(620px, 70vw);
  background: #fff;
  color: #272a2e;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.5;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s step-end;
  pointer-events: none;
}
.contact-form__form .cf-hint-pop.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
  pointer-events: all;
}

.wp-theme-ndn-real-estate .contact-form .wpforms-container-full input[type=checkbox]:checked::before {
  background-color: #8d7854 !important;
  border-color: #8d7854 !important;
  box-shadow: none !important;
}

.wp-theme-ndn-real-estate .contact-form .wpforms-container-full input[type=checkbox]::before {
  content: "" !important;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #8d7854 !important;
  border-radius: 3px !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

.wp-theme-ndn-real-estate .contact-form .wpforms-container-full .wpforms-field-checkbox {
  padding: 0;
}

.wp-theme-ndn-real-estate .contact-form .wpforms-field input[type=text]:focus,
.wp-theme-ndn-real-estate .contact-form .wpforms-field input[type=email]:focus,
.wp-theme-ndn-real-estate .contact-form .wpforms-field textarea:focus {
  border: 0;
  border-bottom: 2px solid rgba(141, 120, 84, 0.6);
}

.wp-theme-ndn-real-estate div.wpforms-container-full input[type=checkbox]:checked:after {
  border-left: none;
  left: 5px;
  top: auto;
}

.wp-theme-ndn-real-estate div.wpforms-container-full #wpforms-8-field_9 li.choice-3.depth-1,
.wp-theme-ndn-real-estate div.wpforms-container-full #wpforms-1515-field_9 li.choice-3.depth-1 {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 0;
  align-items: start;
}

.wp-theme-ndn-real-estate div.wpforms-container-full #wpforms-8-field_9-container.wpforms-field.wpforms-field-checkbox,
.wp-theme-ndn-real-estate div.wpforms-container-full #wpforms-1515-field_9-container.wpforms-field.wpforms-field-checkbox,
.wp-theme-ndn-real-estate .popup__form #wpforms-8-field_6-container,
.wp-theme-ndn-real-estate .popup__form #wpforms-1515-field_6-container {
  grid-column: 1/-1;
  padding: 0;
}

.wp-theme-ndn-real-estate .wpforms-label-hide {
  display: none;
}

.l-section--contact-tiles {
  background: #efeeee;
  padding: 100px 0;
}
@media (max-width: 1239px) {
  .l-section--contact-tiles {
    padding: 80px 0 0 0;
  }
}

@media (min-width: 1024px) and (max-width: 1239px) {
  .l-wrapper--contact-tiles {
    padding: 50px 20px;
  }
}

.contact-tiles__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1239px) {
  .contact-tiles__grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .contact-tiles__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-tiles {
  /* Pojedynczy kafel */
}
.contact-tiles__tile {
  background: #fff;
  border-top-right-radius: 40px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 320px;
}
@media (max-width: 1239px) {
  .contact-tiles__tile {
    grid-template-rows: auto 260px;
  }
}
@media (max-width: 767px) {
  .contact-tiles__tile {
    grid-template-rows: auto 220px;
  }
}
.contact-tiles__content {
  padding: 50px 40px 50px 50px;
}
@media (max-width: 1239px) {
  .contact-tiles__content {
    padding: 50px 20px 50px;
  }
}
.contact-tiles__title {
  margin: 0 0 30px 0;
  font-size: 36px;
  line-height: 0.83;
  letter-spacing: 0.72px;
  color: #8b7864;
}
.contact-tiles__intro {
  margin: 0 0 30px 0;
}
.contact-tiles__intro p {
  margin: 0 0 10px;
}
.contact-tiles {
  /* Adres z ikoną pinezki */
}
.contact-tiles__address {
  position: relative;
  padding-left: 34px;
  min-height: 20px;
}
.contact-tiles__address .contact-tiles__pin {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  display: block;
}
.contact-tiles {
  /* Media */
}
.contact-tiles__media {
  position: relative;
}
.contact-tiles__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: auto;
}
.popup.is-open .popup__overlay {
  opacity: 1;
}
.popup__dialog {
  position: relative;
  min-width: 840px;
  max-width: 1200px;
  max-height: 750px;
  background: #fff;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1239px) {
  .popup__dialog {
    max-width: calc(100vw - 20px);
    max-height: 100vh;
    min-width: unset;
  }
}
.popup__dialog {
  opacity: 0;
  transform: translateY(-8px);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}
.popup.is-open .popup__dialog {
  opacity: 1;
  transform: translateY(0);
}
.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #323232;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.popup__close:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.popup__close:focus, .popup__close:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 1239px) {
  .popup__close {
    top: 50px;
  }
  .popup__close span {
    color: #8b7864;
  }
}
.popup__grid {
  display: grid;
  grid-template-columns: 440px 1fr;
  height: 750px;
}
@media (max-width: 1023px) {
  .popup__grid {
    grid-template-columns: 1fr;
    max-height: none;
  }
}
.popup {
  /* LEFT */
}
.popup__left {
  background: #323232;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 750px;
}
.popup__left-inner {
  padding: 50px 30px 30px 100px;
}
@media (max-width: 1239px) {
  .popup__left-inner {
    padding: 50px 20px 40px 20px;
  }
}
.popup__heading {
  color: #8b7864;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1239px) {
  .popup__heading {
    margin-bottom: 30px;
  }
}
.popup__contacts {
  display: grid;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1239px) {
  .popup__contacts {
    gap: 10px;
  }
}
.popup__contact {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 20px;
}
.popup__contact-icon {
  width: 22px;
  height: 22px;
  display: block;
}
@media (max-width: 1239px) {
  .popup__contact-icon {
    width: 15px;
    height: 15px;
  }
}
.popup__contact-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}
.popup__contact-link:hover {
  color: #dbcab4;
}
.popup__photo {
  width: 100%;
}
@media (max-width: 1239px) {
  .popup__photo {
    display: none;
  }
}
.popup__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  height: 420px;
}
.popup {
  /* RIGHT */
}
.popup__right {
  padding: 50px 80px 0 80px;
  overflow: auto;
  max-height: 750px;
}
.popup__form-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  color: #323232;
  margin-bottom: 50px;
}
.popup__form-title strong {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.92px;
  color: #8b7864;
}
@media (max-width: 1239px) {
  .popup__form-title strong {
    display: block;
    margin-bottom: 12px;
  }
}
.popup__form :where(input, textarea) {
  color: #323232;
}
@media (max-width: 1023px) {
  .popup__right {
    padding: 28px 18px;
  }
}

.wp-theme-konsultacje-dubaj {
  /* === WPForms w popupie === */
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* siatka pól: email + telefon w 1 wierszu, odstęp 40px */
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 24px;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* pełna szerokość dla wybranych pól */
}
.wp-theme-konsultacje-dubaj .popup__form #wpforms-8-field_1-container,
.wp-theme-konsultacje-dubaj .popup__form #wpforms-8-field_3-container,
.wp-theme-konsultacje-dubaj .popup__form #wpforms-8-field_4-container,
.wp-theme-konsultacje-dubaj .popup__form #wpforms-8-field_6-container {
  grid-column: 1/-1;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* wysokość pola wiadomości */
}
.wp-theme-konsultacje-dubaj .popup__form #wpforms-8-field_4 {
  height: 80px;
  resize: vertical;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* ——— Base inputs ——— */
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-field input[type=text],
.wp-theme-konsultacje-dubaj .popup__form .wpforms-field input[type=email],
.wp-theme-konsultacje-dubaj .popup__form .wpforms-field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(139, 120, 100, 0.6);
  border-radius: 0;
  padding: 10px 0 12px;
  color: #323232;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease;
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-field input[type=text]:focus,
.wp-theme-konsultacje-dubaj .popup__form .wpforms-field input[type=email]:focus,
.wp-theme-konsultacje-dubaj .popup__form .wpforms-field textarea:focus {
  border-bottom-color: #dbcab4;
  border: 0;
  border-bottom: 2px solid rgba(139, 120, 100, 0.6);
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-field input[type=text]::placeholder,
.wp-theme-konsultacje-dubaj .popup__form .wpforms-field input[type=email]::placeholder,
.wp-theme-konsultacje-dubaj .popup__form .wpforms-field textarea::placeholder {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  color: #272a2e;
  font-family: "Afacad Flux", sans-serif;
  opacity: 1;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* ——— Checkboxy (WPForms pseudo-elements override) ——— */
  /* layout listy */
}
.wp-theme-konsultacje-dubaj .popup__form #wpforms-8-field_6 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.wp-theme-konsultacje-dubaj .popup__form #wpforms-8-field_6 > li {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 0;
  align-items: start;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* bazowy input – bez defaultowych ramek i focusa */
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent;
  border: 0;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* prostokąt — stan NIEzaznaczony */
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox]::before {
  content: "" !important;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #8b7864 !important;
  border-radius: 3px !important;
  background: transparent !important;
  box-sizing: border-box !important;
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox]::after {
  content: "" !important;
  position: absolute;
  left: 5px !important;
  /* pozycja wewnątrz 18x18 */
  top: 1px !important;
  width: 6px !important;
  /* rozmiar „ptaszka” */
  height: 10px !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  border-left: none;
  transform: rotate(45deg) scale(0.95);
  background: transparent !important;
  opacity: 0;
  /* ukryty gdy niezaznaczony */
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: none;
  box-sizing: content-box !important;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* Pokazuj ptaszka tylko gdy zaznaczony */
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox]:checked::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* Dla pewności wyłącz niechciane obramowania fokusów */
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox]:focus,
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox]:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* stan ZAZNACZONY — pełne wypełnienie kolorem brand */
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox]:checked::before {
  background-color: #8b7864 !important;
  border-color: #8b7864 !important;
  box-shadow: none !important;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* focus na checkboxie – bez obwódek */
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox]:focus,
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox]:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* podpisy checkboxów zgodnie z wytycznymi */
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-field-checkbox .wpforms-field-label-inline {
  line-height: 1.63;
  color: #272a2e;
  font-family: "Afacad Flux", sans-serif;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* sam input – zero outline/box-shadow */
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox]:focus,
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox]:focus-visible,
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=radio]:focus,
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=radio]:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* pseudo-element :before, który WPForms styluje na focus */
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox]:focus::before,
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=checkbox]:focus-visible::before,
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=radio]:focus::before,
.wp-theme-konsultacje-dubaj .popup__form .wpforms-container-full input[type=radio]:focus-visible::before {
  border-color: #8b7864 !important;
  /* zostawiamy nasz brandowy kolor */
  box-shadow: none !important;
  /* usuwamy niebieską poświatę */
  outline: none !important;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* ——— Submit ——— */
}
.wp-theme-konsultacje-dubaj .popup__form .wpforms-submit-container {
  grid-column: 1/-1;
  margin-top: 8px;
}
.wp-theme-konsultacje-dubaj .popup__form {
  /* RWD – jedna kolumna poniżej breakpointu mobilnego */
}
@media (max-width: 1023px) {
  .wp-theme-konsultacje-dubaj .popup__form .wpforms-field-container {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.wp-theme-konsultacje-dubaj {
  /* Ciemniejsze tło popupu przy scrolniętym headerze (opcjonalnie) */
}
.wp-theme-konsultacje-dubaj .site-top.site-top--scrolled + .popup .popup__overlay {
  background: rgba(0, 0, 0, 0.65);
}

.l-section--double-photo-info {
  background-color: #fff;
  padding: 90px 0 0 0;
}
@media (max-width: 1023px) {
  .l-section--double-photo-info {
    padding: 80px 0;
    background-color: #efeeee;
  }
}

.l-wrapper--double-photo-info {
  max-width: none;
  padding: 0;
}

.double-photo-info {
  overflow-x: clip;
  isolation: isolate;
  --dpi-slide-per-view: 1.3;
  --dpi-gap: 16px;
}
.double-photo-info__photos.is-slider {
  position: relative;
  overflow: visible;
}
.double-photo-info__photos.is-slider .double-photo-info__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.double-photo-info__photos.is-slider .double-photo-info__pagination .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.double-photo-info__photos.is-slider .double-photo-info__pagination .dot.is-active {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.15);
}
.double-photo-info {
  /* Głowa sekcji */
}
.double-photo-info__head {
  max-width: 1015px;
  margin: 0 auto 55px auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .double-photo-info__head {
    padding: 0 20px;
  }
}
.double-photo-info__title {
  margin: 0;
  text-transform: uppercase;
}
.double-photo-info__intro {
  margin-top: 50px;
  color: #272a2e;
  font-weight: 300;
}
@media (max-width: 1239px) {
  .double-photo-info__intro {
    margin-top: 35px;
  }
}
.double-photo-info {
  /* Lista elementów */
}
.double-photo-info__list {
  margin-top: 90px;
  position: relative;
  z-index: 0;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .double-photo-info__list {
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .double-photo-info__list {
    padding: 0;
  }
}
.double-photo-info__item {
  position: relative;
  margin-top: 100px;
}
.double-photo-info {
  /* treść zawsze nad pasami */
}
.double-photo-info__grid {
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .double-photo-info__grid {
    gap: 0;
  }
}
.double-photo-info {
  /* PAS dla PIERWSZEGO bloku (ten najwyższy) */
}
.double-photo-info__item:first-child::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -350px;
  /* dostosuj do projektu */
  width: 100vw;
  height: 650px;
  /* jak wcześniej */
  background: #efeeee;
  pointer-events: none;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .double-photo-info__item:first-child::before {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .double-photo-info__item:first-child::before {
    content: none;
  }
}
.double-photo-info {
  /* PAS dla KAŻDEGO KOLEJNEGO nieparzystego bloku
     — rysujemy go na POPRZEDNIM (parzystym) elemencie */
}
.double-photo-info__item:nth-child(even)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 100px);
  /* -100px = Twój odstęp między itemami */
  width: 100vw;
  height: 520px;
  /* jak w projekcie */
  background: #efeeee;
  pointer-events: none;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .double-photo-info__item:nth-child(even)::after {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .double-photo-info__item:nth-child(even)::after {
    content: none;
  }
}
.double-photo-info {
  /* Grid elementu: domyślnie zdjęcia (2fr) + treść (1fr) */
}
.double-photo-info__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: start;
  position: relative;
  overflow: hidden;
}
.double-photo-info {
  /* Odwrócenie układu dla elementów parzystych */
}
.double-photo-info__item.is-reversed .double-photo-info__grid {
  grid-template-columns: 1fr 2fr;
  gap: 160px;
}
@media (max-width: 1023px) {
  .double-photo-info__item.is-reversed .double-photo-info__grid {
    gap: 0;
  }
}
.double-photo-info__item.is-default .double-photo-info__grid {
  gap: 105px;
}
@media (max-width: 1023px) {
  .double-photo-info__item.is-default .double-photo-info__grid {
    gap: 0;
  }
}
.double-photo-info__item.is-reversed .double-photo-info__photos {
  order: 2;
}
.double-photo-info__item.is-default .double-photo-info__photos {
  order: 1;
}
.double-photo-info__item.is-default .double-photo-info__content {
  order: 2;
}
.double-photo-info__item.is-reversed .double-photo-info__content {
  order: 1;
  justify-self: end;
}
@media (max-width: 1023px) {
  .double-photo-info__item.is-reversed .double-photo-info__content {
    justify-self: auto;
  }
}
.double-photo-info {
  /* Kolumna zdjęć */
}
.double-photo-info__photos {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  overflow: visible;
  position: relative;
}
@media (max-width: 1239px) {
  .double-photo-info__photos {
    gap: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .double-photo-info__photos {
    gap: 20px;
  }
}
.double-photo-info {
  /* Dla układu odwróconego: edge ma „wypływać” po prawej */
}
.double-photo-info__item.is-reversed .double-photo-info__photos {
  flex-direction: row-reverse;
}
.double-photo-info__photo {
  position: relative;
  flex: 1 1 50%;
  min-height: 420px;
  width: 600px;
}
@media (min-width: 1680px) {
  .double-photo-info__photo {
    width: 700px;
    min-height: 420px;
  }
}
@media (max-width: 1239px) {
  .double-photo-info__photo {
    width: 100%;
  }
}
.double-photo-info {
  /* Pełna karta zdjęcia */
}
.double-photo-info__photo-inner {
  position: relative;
  padding-top: 70px;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.04);
}
.double-photo-info__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.double-photo-info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
  will-change: transform;
  display: block;
}
.double-photo-info {
  /* Hover powiększa obraz wewnątrz ramki */
}
.double-photo-info__photo:hover .double-photo-info__img img {
  transform: scale(1.05);
}
.double-photo-info {
  /* Przy odwróceniu (edge po prawej) wysuń w drugą stronę */
}
.double-photo-info__photo--edge {
  max-width: 375px;
}
.double-photo-info {
  /* Zdjęcie widoczne w całości – zaokrąglenie górnego prawego rogu */
}
.double-photo-info__photo--full .double-photo-info__photo-inner {
  border-top-right-radius: 40px;
}
@media (max-width: 1023px) {
  .double-photo-info__photo--full .double-photo-info__photo-inner {
    border-top-right-radius: 0;
  }
}
.double-photo-info__item.is-reversed .double-photo-info__photo--full .double-photo-info__photo-inner {
  border-top-left-radius: 40px;
  border-top-right-radius: 0;
}
@media (max-width: 1023px) {
  .double-photo-info__item.is-reversed .double-photo-info__photo--full .double-photo-info__photo-inner {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.double-photo-info {
  /* Kolumna treści */
}
.double-photo-info__content {
  width: 250px;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .double-photo-info__content {
    width: -webkit-max-content;
    width: max-content;
    margin-left: 20px;
  }
}
.double-photo-info__text {
  margin: 0 0 18px 0;
  color: #323232;
  font-weight: 300;
}
.double-photo-info__text span {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}
.double-photo-info__text p {
  margin: 0 0 12px 0;
  font-size: 26px;
}
.double-photo-info__location {
  margin: 0 0 50px 0;
  font-weight: 400;
  opacity: 0.75;
}
.double-photo-info__location-label {
  color: #272a2e;
}
.double-photo-info__location-name {
  color: #323232;
}
.double-photo-info .swiper {
  width: 100%;
}
.double-photo-info .swiper-slide {
  min-height: 420px;
}
.double-photo-info .swiper-slide .double-photo-info__photo {
  width: 100%;
  min-height: 420px;
}
.double-photo-info .dpi-snap {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: var(--dpi-gap);
  padding-bottom: 2px;
}
.double-photo-info .dpi-snap > .dpi-snap__slide {
  flex: 0 0 calc(100% / var(--dpi-slide-per-view));
  scroll-snap-align: start;
  position: relative;
  min-height: 420px;
}
.double-photo-info {
  /* Responsywność */
}
@media (max-width: 1023px) {
  .double-photo-info__grid {
    display: unset;
    grid-template-columns: unset;
  }
  .double-photo-info__item.is-reversed .double-photo-info__photos, .double-photo-info__photos {
    flex-direction: column;
    max-height: 420px;
  }
  .double-photo-info__photos {
    gap: 0;
  }
  .double-photo-info__photo--edge, .double-photo-info__item.is-reversed .double-photo-info__photo--edge {
    transform: none;
    max-width: none;
  }
  .double-photo-info__photo-inner {
    padding-top: 0;
    min-height: 420px;
    border-radius: 0;
  }
}

.l-section--photo-text-left {
  background-color: #fff;
  padding: 100px 0 120px 0;
}
@media (max-width: 1023px) {
  .l-section--photo-text-left {
    padding: 0;
    margin: 0 0 80px 0;
  }
}

.l-wrapper--photo-text-left {
  max-width: 1580px;
}

.photo-text-left {
  display: grid;
  grid-template-columns: 6fr 4fr;
  align-items: start;
  column-gap: 130px;
}
.photo-text-left__content {
  max-width: 640px;
}
.photo-text-left__subheader {
  color: #8b7864;
  font-weight: 500;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 24px;
}
.photo-text-left__header {
  margin: 0 0 50px 0;
  color: #323232;
  text-transform: uppercase;
}
@media (max-width: 1239px) {
  .photo-text-left__header {
    margin: 0 0 35px 0;
  }
}
.photo-text-left__text {
  color: #272a2e;
  margin-bottom: 50px;
}
.photo-text-left__text p {
  margin: 0 0 30px 0;
}
.photo-text-left__media {
  margin-top: -210px;
}
@media (max-width: 1023px) {
  .photo-text-left__media {
    margin-top: 0;
    position: relative;
    top: -80px;
    right: -20px;
    z-index: 10;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .photo-text-left__media {
    margin-top: -170px;
  }
}
.photo-text-left__photo {
  position: relative;
}
.photo-text-left__photo-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 126%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .photo-text-left__photo-inner {
    padding-top: 145%;
    border-top-right-radius: 0;
  }
}
.photo-text-left__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.photo-text-left__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
  transform: translateY(0);
}
.photo-text-left__button {
  margin-top: 8px;
}
@media (max-width: 1440px) {
  .photo-text-left {
    column-gap: 80px;
  }
}
@media (max-width: 1023px) {
  .photo-text-left {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .photo-text-left__content {
    max-width: none;
    margin-top: -50px;
  }
  .photo-text-left__media {
    order: -1;
    margin-bottom: 24px;
  }
}

.l-section--photo-text-left {
  position: relative;
}

.l-section--two-columns-text {
  background: #fff;
  margin-top: -1px;
}

.l-wrapper--two-columns-text {
  max-width: none;
  padding-inline: 130px;
}
@media (max-width: 1023px) {
  .l-wrapper--two-columns-text {
    padding-inline: 20px;
  }
}

.two-columns-text {
  position: relative;
}
.two-columns-text__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
  align-items: start;
  padding: 100px 0;
}
.two-columns-text__grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border-left: 2px solid #8b7864;
  pointer-events: none;
}
.two-columns-text__col {
  max-width: 600px;
}
@media (max-width: 1023px) {
  .two-columns-text__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .two-columns-text__col:first-child {
    padding-bottom: 80px;
    border-left: 1px solid #8b7864;
    border-bottom: 1px solid #8b7864;
    padding-top: 35px;
    padding-bottom: 85px;
  }
}
@media (max-width: 1023px) {
  .two-columns-text__col:last-child {
    padding-top: 80px;
    border-right: 1px solid #8b7864;
    padding-bottom: 80px;
  }
}
.two-columns-text__over {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: #8b7864;
  font-weight: 400;
  letter-spacing: 1.92px;
}
.two-columns-text__title {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: #323232;
}
.two-columns-text__under {
  margin: 0;
  color: #272a2e;
  font-weight: 400;
  font-size: 20px;
}
.two-columns-text__text {
  margin: 50px 0;
  color: #272a2e;
  font-weight: 300;
  min-height: 160px;
}
@media (max-width: 1440px) {
  .two-columns-text__text {
    margin: 35px 0;
  }
}
.two-columns-text__text p {
  margin: 0 0 12px 0;
}
.two-columns-text__cta {
  margin-top: 4px;
}
@media (max-width: 1440px) {
  .two-columns-text__grid {
    gap: 80px;
  }
}
@media (max-width: 1239px) {
  .two-columns-text__grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .two-columns-text__grid::before {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .two-columns-text__grid {
    gap: 80px;
    grid-template-columns: 1fr 1fr;
    padding: 100px 0;
  }
  .two-columns-text__grid::before {
    display: block;
  }
}

.l-wrapper--photo-bg-scroll {
  padding: 0;
}

.photo-bg-scroll {
  --pin-distance: 120vh;
  --pin-top: 0px;
  height: calc(100vh + var(--pin-distance));
  position: relative;
  background-color: #fff;
}
.photo-bg-scroll__pin {
  position: -webkit-sticky;
  position: sticky;
  top: var(--pin-top);
  height: calc(100vh - var(--pin-top));
  overflow: clip;
  width: 100%;
  min-width: 0;
}
.photo-bg-scroll__media {
  position: relative;
  width: 80vw;
  height: 80vh;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
}
.photo-bg-scroll__media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-bg-scroll__content {
  position: absolute;
  top: 20%;
  right: 240px;
  pointer-events: none;
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
}
.photo-bg-scroll__headline {
  max-width: min(330px, 38vw);
  text-align: right;
  color: #323232;
  font-size: 36px;
  letter-spacing: 1.44px;
}
.photo-bg-scroll__cta {
  pointer-events: all;
}
.photo-bg-scroll {
  /* Fallback (wymuszany też w JS): brak pina i animacji */
}
.photo-bg-scroll.is-static {
  height: auto;
}
.photo-bg-scroll.is-static .photo-bg-scroll__pin {
  position: relative;
  height: auto;
  overflow: hidden;
}
.photo-bg-scroll.is-static .photo-bg-scroll__media {
  width: 100%;
  height: 75vh;
  margin: 0;
  border-radius: 0;
  transform: none;
  will-change: auto;
}

/* Mobile ≤ vars.$mobile-l: zawsze statyczny hero = 100vh */
@media (max-width: 1239px) {
  .photo-bg-scroll {
    height: 100vh;
    margin: 0 0 80px 0;
  }
  .photo-bg-scroll__pin {
    position: relative;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }
  .photo-bg-scroll__media {
    width: 100vw;
    height: 100vh;
    margin: 0;
    border-radius: 0;
    transform: none;
    will-change: auto;
  }
  .photo-bg-scroll__content {
    top: 80px;
    right: 20px;
  }
  .photo-bg-scroll__headline {
    max-width: calc(100vw - 20px);
  }
}
/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
  .photo-bg-scroll__media {
    transform: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .photo-bg-scroll {
    margin: 0 0 0 0;
  }
}
.l-section--photo-text-icons {
  background: #fff;
  padding: 100px 0;
}
.page-home .l-section--photo-text-icons {
  margin-top: -1px;
}
@media (max-width: 1239px) {
  .l-section--photo-text-icons {
    padding: 0;
    margin: 80px 0 60px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .l-section--photo-text-icons {
    padding: 100px 0;
    margin: 0;
  }
}

.l-wrapper--photo-text-icons {
  padding: 0;
  max-width: none;
}

.photo-text-icons__grid {
  display: grid;
  grid-template-columns: 0.65fr 0.35fr;
  column-gap: 100px;
  align-items: end;
}
.photo-text-icons__right {
  height: 100%;
}
.photo-text-icons {
  /* LEFT */
}
.photo-text-icons__head {
  margin-bottom: 40px;
  padding: 0 0 0 130px;
}
@media (max-width: 1239px) {
  .photo-text-icons__head {
    padding: 0 40px 0 20px;
  }
}
.photo-text-icons__over {
  text-transform: uppercase;
  color: #8b7864;
  margin: 0 0 12px 0;
  letter-spacing: 1.4px;
}
.photo-text-icons__title {
  text-transform: uppercase;
  color: #323232;
  margin: 0;
}
.photo-text-icons__intro {
  margin-top: 40px;
  /* odstęp od nagłówka */
  color: #272a2e;
  padding: 0 0 0 130px;
  max-width: 100%;
}
@media (max-width: 1239px) {
  .photo-text-icons__intro {
    padding: 0 40px 0 20px;
    margin-top: 35px;
  }
}
.photo-text-icons {
  /* ICONS WRAP */
}
.photo-text-icons__icons {
  position: relative;
  margin: 50px 0 0 0;
  /* odstęp od tekstu */
  padding: 32px 28px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 90px;
  padding: 50px 90px 50px 130px;
  z-index: 3;
  /* beżowe tło jako :before */
}
.photo-text-icons__icons::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #efeeee;
  /* “beż” z Twojej palety */
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  z-index: 0;
}
@media (max-width: 1239px) {
  .photo-text-icons__icons::before {
    inset: 20px;
    left: -20px;
    z-index: 0;
  }
}
.photo-text-icons {
  /* POJEDYNCZA IKONA */
}
.photo-text-icons__icon {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  position: relative;
  min-height: 56px;
}
.photo-text-icons {
  /* okrąg wokół ikony jako :before */
}
.photo-text-icons__icon-figure {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
.photo-text-icons__icon-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #8b7864;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  pointer-events: none;
}
.photo-text-icons__icon-figure img {
  max-width: 22px;
  max-height: 22px;
  display: block;
}
.photo-text-icons__icon-label {
  color: #323232;
}
.photo-text-icons__icon-label.t-content {
  line-height: 1.3;
}
.photo-text-icons {
  /* RIGHT: zdjęcie */
}
.photo-text-icons__photo {
  position: relative;
  height: 100%;
}
@media (max-width: 1239px) {
  .photo-text-icons__photo {
    z-index: 1;
    margin-top: -300px;
    padding-left: 20px;
  }
}
.photo-text-icons__photo-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 130%;
  /* żądana proporcja */
  overflow: hidden;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 1239px) {
  .photo-text-icons__photo-inner {
    padding-top: 155%;
  }
}
@media (min-width: 1680px) {
  .photo-text-icons__photo-inner {
    padding-top: 100%;
  }
}
.photo-text-icons__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.photo-text-icons__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo-text-icons {
  /* RESPONSIVE */
}
@media (max-width: 1239px) {
  .photo-text-icons__grid {
    grid-template-columns: 1fr;
  }
  .photo-text-icons__icons {
    grid-template-columns: 1fr;
    gap: 18px 24px;
    padding: 40px 20px 40px 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .photo-text-icons__grid {
    grid-template-columns: 0.4fr 0.6fr;
  }
  .photo-text-icons__photo {
    margin-top: 0;
  }
}

.l-section--photo-text-right {
  background: #8b7864;
}

.photo-text-right {
  display: grid;
  grid-template-columns: 0.54fr 0.46fr;
  align-items: stretch;
  min-height: 700px;
  column-gap: 80px;
}
@media (max-width: 1239px) {
  .photo-text-right {
    display: flex;
    flex-direction: column-reverse;
  }
}
.photo-text-right__photo {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 200px;
  z-index: 2;
  top: 30px;
  max-height: 950px;
}
@media (max-width: 1239px) {
  .photo-text-right__photo {
    min-height: 440px;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .photo-text-right__photo {
    min-height: 710px;
  }
}
.photo-text-right__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.photo-text-right__content {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1239px) {
  .photo-text-right__content {
    padding: 50px 0 20px 0;
  }
}
.photo-text-right__key-deco {
  position: absolute;
  left: -170px;
  top: 50%;
  transform: translateY(-50%);
  width: 720px;
  height: auto;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1023px) {
  .photo-text-right__key-deco {
    width: 400px;
    top: 25%;
    left: -60px;
    opacity: 1;
  }
}
.photo-text-right__title, .photo-text-right__intro, .photo-text-right__text {
  position: relative;
  z-index: 1;
}
.photo-text-right__title {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .photo-text-right__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 0.87;
    max-width: 220px;
    text-transform: uppercase;
  }
}
.photo-text-right__text {
  color: #fff;
}
.photo-text-right__text p {
  margin: 0 0 40px 0;
}
.photo-text-right__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  .photo-text-right {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .photo-text-right {
    grid-template-columns: 0.46fr 0.54fr;
    min-height: 700px;
  }
}

.l-section--news-slider {
  background-color: #323232;
  padding: 100px 0;
}

.news-slider {
  padding: 0;
  max-width: none;
}
.news-slider__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 50px;
  color: #fff;
  padding: 0 130px;
}
@media (min-width: 1680px) {
  .news-slider__head {
    max-width: 1680px;
    margin: 0 auto 50px auto;
  }
}
@media (max-width: 1239px) {
  .news-slider__head {
    padding: 0 20px;
  }
}
.news-slider__head-left {
  max-width: 860px;
}
.news-slider__header {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.news-slider__sub {
  margin: 10px 0 0 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.4px;
  color: #fff;
}
.news-slider__head-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.news-slider__head-right--is-mobile {
  display: none;
}
@media (max-width: 1239px) {
  .news-slider__head-right--is-desktop {
    display: none;
  }
  .news-slider__head-right--is-mobile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 20px;
  }
}
.news-slider__nav {
  display: inline-flex;
  gap: 8px;
}
.news-slider__nav button {
  padding: 14px 26px 13px 25px;
  border-radius: 10px;
  border: solid 2px #8b7864;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.news-slider__nav button img {
  width: 25px;
  height: 15px;
}
.news-slider__nav button:hover {
  background-color: #fff;
}
.news-slider__more {
  white-space: nowrap;
}
.news-slider__track {
  overflow: hidden;
}

/* KARTA */
.news-card {
  position: relative;
  color: #fff;
  overflow: hidden;
  /* potrzebne dla skalowania obrazka i blurów */
  isolation: isolate;
  /* ważne dla Safari – separuje kontekst blendowania/blurów */
  /* proporcja 16:9 – można dostosować */
}
.news-card::before {
  content: "";
  display: block;
  padding-top: 62%;
}
.news-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.news-card__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-card__media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease, filter 0.35s ease;
  /* filter dla fallbacku */
  will-change: transform, filter;
  -webkit-transform: translateZ(0);
  /* Safari GPU kick */
}
.news-card {
  /* dolny pasek z gradientem */
}
.news-card__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 22px 16px;
  z-index: 2;
}
.news-card__bottom::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  opacity: 1;
  transition: opacity 0.2s;
}
@media (max-width: 1239px) {
  .news-card__bottom::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    height: 200%;
  }
}
@media (min-width: 1024px) {
  .news-card__bottom::before {
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.news-card__lead {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.72px;
  text-align: left;
  color: #fff;
}
.news-card__lead.is-mobile {
  display: none;
}
@media (max-width: 1239px) {
  .news-card__lead.is-mobile {
    display: block;
  }
}
.news-card__lead.is-desktop {
  display: block;
}
@media (max-width: 1239px) {
  .news-card__lead.is-desktop {
    display: none;
  }
}
.news-card__more {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.92px;
  color: #fff;
  margin-top: 15px;
}
.news-card {
  /* overlay na hover (z blurem) */
}
.news-card__hover {
  /* UWAGA: Safari – potrzebuje tła z ALFA i prefiksu -webkit- */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  align-content: start;
  padding: 24px;
  /* właściwy blur */
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  backdrop-filter: saturate(140%) blur(8px);
  /* półprzezroczyste tło, żeby blur był widoczny */
  background: rgba(0, 0, 0, 0.34);
  /* drobne hacki pod WebKit */
  -webkit-transform: translateZ(0);
  will-change: opacity, transform, backdrop-filter;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 3;
}
@media (max-width: 1239px) {
  .news-card__hover {
    display: none;
  }
}
.news-card__hover .news-card__title {
  margin: 0 0 25px 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.92px;
  color: #fff;
}
@media (max-width: 1440px) {
  .news-card__hover .news-card__title {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.news-card__hover .news-card__excerpt {
  margin: 0;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.64px;
  color: #fff;
}
.news-card__hover .news-card__more--hover {
  margin-top: 20px;
}
.news-card {
  /* Hover state */
}
.news-card:hover .news-card__bottom::before {
  opacity: 0;
}
@media (max-width: 1239px) {
  .news-card:hover .news-card__bottom::before {
    opacity: 1;
  }
}
.news-card:hover .news-card__media img {
  transform: scale(1.06);
}
.news-card:hover .news-card__hover {
  opacity: 1;
  transform: translateY(0);
}

/* Fallback: gdy backdrop-filter nieobsługiwany (część starszych Safari/iOS, niektóre Androidy)
   → rozmyj obrazek pod spodem na hover, imitując efekt */
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .news-card:hover .news-card__media img {
    filter: blur(6px);
    /* opcjonalnie nieco mocniejszy cień tła overlayu */
  }
}
/* Swiper – szerokości i brak przerw */
.swiper {
  width: 100%;
  height: 520px;
}
.swiper .swiper-wrapper {
  display: flex;
}
.swiper .swiper-slide {
  height: auto;
}

/* Responsywny układ nagłówka */
@media (max-width: 1024px) {
  .news-slider__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
/* Jeżeli wrapper jest gridem – rozciągnij sekcję na całą szerokość */
.l-wrapper--photo-background-downscale > .photo-bg-downscale {
  grid-column: 1/-1;
  width: 100%;
  min-width: 0;
}

.l-wrapper--photo-background-downscale {
  max-width: unset;
  padding: 0;
}

.photo-bg-downscale {
  --pin-distance: 120vh;
  --pin-top: 0px;
  width: 100%;
  min-width: 0;
  height: calc(100vh + var(--pin-distance));
  position: relative;
  background-color: #efeeee;
  overflow: visible;
}
.photo-bg-downscale__pin {
  position: -webkit-sticky;
  position: sticky;
  top: var(--pin-top);
  height: calc(100vh - var(--pin-top));
  overflow: clip;
  width: 100%;
  min-width: 0;
  left: 0;
  right: 0;
}
.photo-bg-downscale__media {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  height: calc(100vh - var(--pin-top));
  margin: 0 auto;
  overflow: hidden;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
}
.photo-bg-downscale__media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-bg-downscale__content {
  position: absolute;
  inset: 0;
  max-width: min(575px, 52vw);
  left: clamp(16px, 10vw, 310px);
  top: clamp(16px, 15vw, 250px);
  display: grid;
  align-content: start;
  gap: 0;
  pointer-events: auto;
}
@media (min-width: 1680px) {
  .photo-bg-downscale__content {
    left: clamp(16px, 20vw, 400px);
  }
}
.photo-bg-downscale__hero {
  margin: 0;
  color: #323232;
}
.photo-bg-downscale__text {
  margin: 20px 0 0 0;
  color: #323232;
}
.photo-bg-downscale__cta {
  margin-top: 50px;
  width: -webkit-max-content;
  width: max-content;
}
.photo-bg-downscale.is-static {
  height: auto;
}
.photo-bg-downscale.is-static .photo-bg-downscale__pin {
  position: relative;
  height: auto;
  width: 100%;
}
.photo-bg-downscale.is-static .photo-bg-downscale__media {
  width: 100%;
  max-width: 100%;
  height: 75vh;
  transform: none;
  will-change: auto;
}

/* Mobile ≤ vars.$mobile-l: zawsze statyczny hero = 100vh */
@media (max-width: 1239px) {
  .photo-bg-downscale {
    height: 100vh;
  }
  .photo-bg-downscale__pin {
    position: relative;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }
  .photo-bg-downscale__media {
    width: 100vw;
    height: 100vh;
    margin: 0;
    transform: none;
    will-change: auto;
  }
  .photo-bg-downscale__content {
    top: 80px;
    left: 20px;
    transform: translateX(-50%);
    max-width: unset;
    width: calc(100vw - 80px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .photo-bg-downscale__media {
    transform: none !important;
  }
}
.l-wrapper--socialmedia-slider {
  padding: 0 100px 0 0;
  max-width: none;
}
@media (max-width: 1239px) {
  .l-wrapper--socialmedia-slider {
    padding: 0;
  }
}

.l-section--socialmedia-slider {
  padding: 100px 0;
  background: #efeeee;
}
@media (max-width: 1239px) {
  .l-section--socialmedia-slider {
    padding: 80px 0;
    margin: 0;
  }
}

.sms {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: start;
}
@media (min-width: 1680px) {
  .sms {
    gap: 130px;
  }
}
.sms__left {
  min-width: 0;
}
@media (max-width: 1239px) {
  .sms__left {
    order: 2;
  }
}
.sms__track {
  overflow: hidden;
  left: -89px;
}
@media (max-width: 1239px) {
  .sms__track {
    left: unset;
  }
}
.sms__right {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  left: -90px;
}
@media (max-width: 1239px) {
  .sms__right {
    order: 1;
    left: unset;
    padding: 0 20px;
  }
}
.sms {
  /* kicker nad nagłówkiem */
}
.sms__kicker {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.92px;
  color: #8b7864;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.sms {
  /* nagłówek */
}
.sms__header {
  font-size: 36px;
  letter-spacing: 1.44px;
  color: #323232;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}
@media (max-width: 1239px) {
  .sms__header {
    margin: 0 0 35px 0;
  }
}
.sms__text {
  max-width: 495px;
  margin: 0 0 28px 0;
}
.sms {
  /* na dole prawej kolumny: strzałki + przycisk */
}
.sms__controls {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1239px) {
  .sms__controls {
    justify-content: space-between;
    gap: unset;
  }
}
.sms__nav {
  display: inline-flex;
  gap: 10px;
}
.sms__nav button {
  padding: 14px 26px 13px 25px;
  border-radius: 10px;
  border: solid 2px #8b7864;
  background-color: #8b7864;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.sms__nav button img {
  width: 25px;
  height: 15px;
}
.sms__nav button img.on-hover {
  display: none;
}
.sms__nav button:hover {
  background-color: transparent;
}
.sms__nav button:hover img.on-hover {
  display: block;
}
.sms__nav button:hover img.before-hover {
  display: none;
}
.sms__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.sms__cta span {
  color: #8b7864;
}
@media (max-width: 1239px) {
  .sms__cta span {
    display: none;
  }
}
.sms__cta:hover span {
  color: #fff;
}
.sms__cta img.on-hover {
  display: none;
}
.sms__cta:hover img.on-hover {
  display: block;
}
.sms__cta:hover img.before-hover {
  display: none;
}

/* Karta slajdu */
.sms-card {
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 1239px) {
  .swiper .sms-card.swiper-slide {
    width: 215px;
  }
}
.sms-card {
  /* 1) proporcja 180% */
}
.sms-card .sms-card__ratio {
  display: block;
  padding-top: 180%;
}
.sms-card .sms-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.sms-card .sms-card__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sms-card .sms-card__media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.sms-card {
  /* ciemny film dla czytelności */
}
.sms-card .sms-card__shade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
.sms-card .sms-card__meta {
  position: absolute;
  left: 0;
  bottom: 33%;
  right: 0;
  display: grid;
  gap: 6px;
  z-index: 2;
}
.sms-card .sms-card__meta .sms-card__label {
  display: inline-block;
  width: -webkit-max-content;
  width: max-content;
  font-size: 13px;
  letter-spacing: 0.4px;
  padding: 6px 17px;
  border-top-right-radius: 15px;
  color: #fff;
  background-color: #b7986c;
}
.sms-card .sms-card__meta .sms-card__title {
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 400;
  margin-left: 10px;
  max-width: 190px;
  min-height: 70px;
}
.sms-card {
  /* hover overlay z ikoną */
}
.sms-card .sms-card__hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  background: rgba(245, 245, 245, 0.75);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 3;
}
.sms-card .sms-card__hover img {
  width: 36px;
  height: 36px;
}
.sms-card:hover .sms-card__media img {
  transform: scale(1.06);
}
.sms-card:hover .sms-card__hover {
  opacity: 1;
}

/* Swiper */
@media (max-width: 1239px) {
  .swiper {
    height: 380px;
  }
}
.swiper .swiper-slide {
  width: auto;
}

@media (max-width: 1100px) {
  .sms {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sms__controls {
    margin-top: 18px;
  }
}
.l-section--magazine-slider {
  background: #323232;
  padding: 100px 0;
  position: relative;
}

@media (max-width: 1239px) {
  .l-wrapper--magazine-slider {
    padding: 0 0 0 20px;
  }
}

.magazine-slider {
  color: #efeeee;
}
.magazine-slider__header h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 1239px) {
  .magazine-slider__header h2 {
    padding: 0 20px 0 0;
    margin-bottom: 35px;
  }
}
.magazine-slider__header + .magazine-slider__slider {
  margin-top: 10px;
}
.magazine-slider__intro {
  max-width: 860px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  margin: 0 auto 50px auto;
}
@media (max-width: 1239px) {
  .magazine-slider__intro {
    padding: 0 20px 0 0;
  }
}
.magazine-slider {
  /* Swiper wrapper sits inside __slider */
}
.magazine-slider__slider {
  margin-top: 36px;
}
.magazine-slider__slider.swiper {
  height: unset;
}
.magazine-slider__slide {
  height: auto;
}
.magazine-slider__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  text-decoration: none;
  /* TYLKO lewy dolny róg zaokrąglony */
  border-radius: 0 0 0 40px;
  overflow: hidden;
  transition: transform 0.25s ease;
}
.magazine-slider__card:hover {
  transform: translateY(-2px);
}
.magazine-slider__media {
  line-height: 0;
}
.magazine-slider__media img {
  width: 100%;
  height: auto;
  display: block;
}
.magazine-slider__body {
  padding: 35px 50px 50px 50px;
  color: #323232;
}
@media (max-width: 1239px) {
  .magazine-slider__body {
    padding: 25px 15px 30px 15px;
    display: flex;
    flex-direction: column;
  }
}
.magazine-slider__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
@media (max-width: 1239px) {
  .magazine-slider__head {
    flex-direction: column;
  }
}
.magazine-slider__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.92px;
  color: #8b7864;
  margin: 0;
}
.magazine-slider__date {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.4px;
  color: #323232;
}
.magazine-slider__desc {
  color: #272a2e;
  margin: 25px 0 40px 0;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.64px;
}
@media (max-width: 1239px) {
  .magazine-slider__desc {
    margin: 10px 0 20px 0;
  }
}
.magazine-slider__cta {
  display: inline-flex;
}
@media (max-width: 1239px) {
  .magazine-slider__cta {
    align-self: end;
  }
}
.magazine-slider {
  /* Kontrolki pod sliderem */
}
.magazine-slider__controls {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.magazine-slider__nav {
  display: inline-flex;
  gap: 10px;
}
@media (min-width: 1239px) {
  .magazine-slider__nav {
    display: none;
  }
}
.magazine-slider__nav button {
  padding: 14px 26px 13px 25px;
  border-radius: 10px;
  border: solid 2px #8b7864;
  background-color: #8b7864;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.magazine-slider__nav button img {
  width: 25px;
  height: 15px;
}
.magazine-slider__nav button img.on-hover {
  display: none;
}
.magazine-slider__nav button:hover {
  background-color: transparent;
}
.magazine-slider__nav button:hover img.on-hover {
  display: block;
}
.magazine-slider__nav button:hover img.before-hover {
  display: none;
}
@media (max-width: 1239px) {
  .magazine-slider__controls {
    justify-content: space-between;
  }
}

.l-section--intro-and-properties {
  padding: 0;
  background-color: #fff;
}

.l-wrapper--intro-and-properties {
  padding: 0;
  max-width: none;
}

.intro-and-properties [id^=property-],
.property-archive [id^=property-] {
  scroll-margin-top: 80px;
}

.intro-and-properties__head {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #efeeee;
}
@media (max-width: 1239px) {
  .intro-and-properties__head {
    padding: 100px 15px 50px 15px;
  }
}
.intro-and-properties__title {
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1239px) {
  .intro-and-properties__title {
    margin-bottom: 35px;
  }
}
.intro-and-properties__intro {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.intro-and-properties__list {
  display: grid;
}

.property-item {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0 128px;
}
@media (max-width: 1239px) {
  .property-item {
    padding: 0 0 0 15px;
    gap: 50px;
  }
}
.property-item:nth-child(odd) {
  background-color: #efeeee;
}
.property-item:not(:first-child) {
  padding: 160px 128px 0 128px;
}
@media (max-width: 1239px) {
  .property-item:not(:first-child) {
    padding: 160px 0 0 15px;
  }
}
.property-item__row {
  display: grid;
  gap: 80px;
  max-width: 1680px;
  margin: 0 auto;
  width: -webkit-fill-available;
}
@media (max-width: 1239px) {
  .property-item__row {
    gap: 50px;
  }
  .property-item__row--top, .property-item__row--middle, .property-item__row--amenities, .property-item__row--cta {
    padding-right: 15px;
  }
}
.property-item__row--top {
  grid-template-columns: 4fr 6fr;
  align-items: start;
}
.property-item__row {
  /* Tekst + dwa zdjęcia:
         - zdjęcia równej wysokości,
         - wysokość równa wysokości wiersza (wyznacza ją kolumna z tekstem),
         - minimum 360px. */
}
.property-item__row--middle {
  grid-template-columns: 4fr 6fr;
  align-items: stretch;
  min-height: 360px;
}
.property-item__row--hero, .property-item__row--amenities, .property-item__row--cta {
  grid-template-columns: 1fr;
}
.property-item__heading {
  margin: 0 0 40px 0;
  font-size: 36px;
  line-height: 0.83;
  letter-spacing: 0.72px;
}
.property-item__heading .property-item__city {
  font-weight: 500;
  color: #323232;
}
.property-item__heading .property-item__name {
  color: #8b7864;
}
.property-item__facts {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .property-item__facts {
    display: flex;
    gap: 20px;
  }
}
.property-item__fact {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 10px;
}
.property-item__fact .property-item__fact-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
.property-item__fact span.t-content {
  font-size: 20px;
}
.property-item__right {
  display: grid;
  grid-auto-flow: column;
  gap: 24px;
}
.property-item__variant {
  --b: 2px;
  /* cienka */
  padding: 50px 60px;
  border-radius: 20px;
  border: var(--b) solid #8b7864;
  /* przezroczysta obwódka + podwójne tło */
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(38deg, rgb(107, 89, 62) 15%, rgb(253, 215, 161) 50%, rgb(107, 89, 62) 85%) border-box;
  /* reszta jak masz */
  min-width: 260px;
  text-align: center;
}
.property-item:nth-child(odd) .property-item__variant {
  background: linear-gradient(#efeeee, #efeeee) padding-box, linear-gradient(38deg, rgb(107, 89, 62) 15%, rgb(253, 215, 161) 50%, rgb(107, 89, 62) 85%) border-box;
}
.property-item__variant--thick {
  --b: 5px;
  border: var(--b) solid transparent;
}
.property-item__variant-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.72px;
  color: #323232;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.property-item__variant-price {
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: 0.48px;
  color: #8b7864;
  margin-bottom: 8px;
}
.property-item__variant-size {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.72px;
  color: #323232;
}
.property-item__variant-size strong {
  font-weight: 600;
}
.property-item__excerpt {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.72px;
}
.property-item__excerpt p {
  margin: 0 0 15px;
}
.property-item__excerpt p:last-child {
  margin-bottom: 0;
}
.property-item__excerpt {
  max-width: 520px;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .property-item__excerpt {
    max-width: unset;
  }
}
.property-item {
  /* Dwa zdjęcia po prawej – równa wysokość dopasowana do wysokości wiersza */
}
.property-item__col--thumbs {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 50px;
  align-items: stretch;
  height: 100%;
  min-height: 360px;
}
@media (max-width: 1239px) {
  .property-item__col--thumbs {
    gap: 20px;
  }
}
.property-item__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.property-item__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.property-item__thumb--round-tl img {
  border-top-left-radius: 40px;
}
.property-item__hero {
  position: relative;
  width: 100%;
}
.property-item__hero:before {
  content: "";
  display: block;
  padding-top: 59.375%;
  border-bottom-left-radius: 40px;
}
.property-item__hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 40px;
}
.property-item__amenities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 28px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.property-item__amenity {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
}
.property-item__amenity-iconwrap {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
}
.property-item__amenity-iconwrap:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #8b7864;
  border-radius: 50%;
}
.property-item__amenity-iconwrap img {
  max-width: 26px;
  max-height: 26px;
  display: block;
}
.property-item__amenity-iconwrap .property-item__amenity-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8b7864;
  display: block;
}
.property-item__amenity-label {
  /* t-content bazowe */
}
.property-item__cta {
  background: #323232;
  color: #fff;
  border-radius: 18px;
  padding: 50px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: -100px;
  z-index: 10;
}
.property-item__cta-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.4px;
  color: #fff;
  margin: 0 0 14px;
  max-width: 685px;
  margin: 0 auto;
}
.property-item__cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1239px) {
  .property-item__cta-buttons .basic-button {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .property-item__row--top, .property-item__row--middle {
    grid-template-columns: 1fr;
  }
  .property-item__row--middle {
    min-height: 0;
  }
  .property-item__right {
    grid-auto-flow: row;
  }
  .property-item__col--thumbs {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }
  .property-item__thumb {
    height: auto;
  }
  .property-item__thumb img {
    height: 100%;
  }
  .property-item__amenities {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .property-item__amenities {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .property-item__right {
    display: grid;
    grid-auto-flow: column;
    gap: 24px;
  }
}

.intro-and-properties .property-item {
  width: 100vw;
}
.intro-and-properties {
  /* Wrapper slidera tworzony dynamicznie na mobile */
}
.intro-and-properties__mobile-photos.is-slider {
  position: relative;
  overflow: visible;
}
.intro-and-properties__mobile-photos.is-slider .intro-and-properties__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.intro-and-properties__mobile-photos.is-slider .intro-and-properties__pagination .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.intro-and-properties__mobile-photos.is-slider .intro-and-properties__pagination .dot.is-active {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.15);
}
.intro-and-properties {
  /* Style identyczne jak w double-photo-info dla Swiper/fallback */
}
.intro-and-properties .swiper {
  width: 100%;
}
.intro-and-properties .swiper-slide {
  min-height: 420px;
  /* reużywamy istniejących figure */
}
.intro-and-properties .swiper-slide .property-item__thumb {
  width: 100%;
  min-height: 420px;
}
.intro-and-properties {
  /* Fallback: scroll-snap */
}
.intro-and-properties .dpi-snap {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  padding-bottom: 2px;
}
.intro-and-properties .dpi-snap > .dpi-snap__slide {
  flex: 0 0 76.9230769231%; /* 1.3 slajda w widoku */
  scroll-snap-align: start;
  position: relative;
  min-height: 420px;
}
.intro-and-properties {
  /* Mobile: gdy slider aktywny, oryginalne kontenery znikają (by nie dublować) */
}
@media (max-width: 1239px) {
  .intro-and-properties .property-item.has-mobile-slider .property-item__row--hero,
  .intro-and-properties .property-item.has-mobile-slider .property-item__col--thumbs {
    display: none;
  }
}

.l-section--intro-and-gallery-mosaic {
  padding: 200px 0 100px 0;
  background: #fff;
}
@media (max-width: 1239px) {
  .l-section--intro-and-gallery-mosaic {
    padding: 200px 0 0 0;
  }
}

.l-wrapper--intro-and-gallery-mosaic {
  /* bez dodatkowych paddingów */
}

.intro-and-gallery-mosaic__head {
  text-align: center;
  margin-bottom: 40px;
}
.intro-and-gallery-mosaic__title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.intro-and-gallery-mosaic__intro {
  max-width: 1000px;
  margin: 0 auto;
}
.intro-and-gallery-mosaic__grid {
  /* wrapper alias w BEM niżej (mosaic-grid) */
}

/* --- GALERIA 2 x 2 x 1 --- */
.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.mosaic-grid__item {
  position: relative;
  overflow: hidden;
  /* stała proporcja dla „małych” */
}
.mosaic-grid__item::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.mosaic-grid__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mosaic-grid {
  /* 1. zdjęcie – zaokrąglenie top-left */
}
.mosaic-grid__item--first .mosaic-grid__img {
  border-top-left-radius: 40px;
}
.mosaic-grid {
  /* duże zdjęcie w trzecim rzędzie */
}
.mosaic-grid__item--big {
  grid-column: 1/-1;
  /* wyższa proporcja dla dużego obrazka (bardziej panoramiczna) */
}
.mosaic-grid__item--big::before {
  padding-top: 56.25%;
}
.mosaic-grid__item--big .mosaic-grid__img {
  border-bottom-right-radius: 40px;
}
.mosaic-grid {
  /* Responsywność */
}
@media (max-width: 1023px) {
  .mosaic-grid {
    grid-template-columns: 1fr;
  }
  .mosaic-grid__item--big {
    grid-column: auto;
  }
  .mosaic-grid__item--first .mosaic-grid__img {
    border-top-left-radius: 24px;
  }
  .mosaic-grid__item--big .mosaic-grid__img {
    border-bottom-right-radius: 24px;
  }
}

.l-section--gallery-mosaic {
  background: #efeeee;
  padding: 100px 0;
}

.l-wrapper--gallery-mosaic {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 130px;
}

.gallery-mosaic__group {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  gap: 50px;
}
.gallery-mosaic__group:not(:last-child) {
  margin-bottom: 50px;
}
.gallery-mosaic__item {
  position: relative;
  overflow: hidden;
}
.gallery-mosaic__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gallery-mosaic__item--1 {
  grid-column: 1/span 8;
  grid-row: 1/span 2;
  max-height: 890px;
}
.gallery-mosaic__item--2 {
  grid-column: 9/span 4;
  grid-row: 1;
  max-height: 455px;
  border-top-right-radius: 40px;
}
.gallery-mosaic__item--2 img {
  border-top-right-radius: 40px;
}
.gallery-mosaic__item--3 {
  grid-column: 9/span 4;
  grid-row: 2;
  max-height: 385px;
}
@media (min-width: 1680px) {
  .gallery-mosaic__item--3 {
    max-height: 385px;
  }
}
.gallery-mosaic__item--4 {
  grid-column: 1/span 6;
  grid-row: 3;
  max-height: 960px;
}
.gallery-mosaic__item--5 {
  grid-column: 7/span 6;
  grid-row: 3;
  max-height: 960px;
}

@media (max-width: 1239px) {
  .l-wrapper--gallery-mosaic {
    padding: 0 20px;
  }
  .gallery-mosaic__item--1 {
    border-top-right-radius: 40px;
  }
  .gallery-mosaic__item--1 img {
    border-top-right-radius: 40px;
  }
  .gallery-mosaic__item--2 {
    border-radius: 0;
  }
  .gallery-mosaic__item--2 img {
    border-radius: 0;
  }
  .gallery-mosaic__group {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 24px;
  }
  .gallery-mosaic__group .gallery-mosaic__item {
    grid-column: auto;
    grid-row: auto;
    max-height: none;
  }
}
.l-wrapper--photo-text-dark {
  max-width: unset;
  padding: 0;
}

.photo-text-dark {
  background-color: #323232;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 130px;
}
@media (max-width: 1239px) {
  .photo-text-dark {
    flex-direction: column;
    padding: 60px 20px;
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .photo-text-dark {
    flex-direction: row;
    gap: 20px;
  }
}
.photo-text-dark__content {
  flex: 1;
  max-width: 50%;
  color: #fff;
}
@media (max-width: 1239px) {
  .photo-text-dark__content {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.photo-text-dark__header {
  font-size: 36px;
  line-height: 0.83;
  letter-spacing: 0.72px;
  color: #dbcab4;
  margin-bottom: 24px;
}
.photo-text-dark__text {
  color: #fff;
  font-family: "Afacad Flux";
}
.photo-text-dark__text strong,
.photo-text-dark__text b {
  font-weight: 500;
  color: #dbcab4;
  display: block;
  margin-bottom: -25px;
}
.photo-text-dark__text p + p {
  margin-top: 30px;
}
.photo-text-dark__image {
  flex: 1;
  max-width: 45%;
  position: relative;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1239px) {
  .photo-text-dark__image {
    max-width: 100%;
  }
}
.photo-text-dark__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 550/515;
  border-bottom-left-radius: 40px;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .photo-text-dark__image img {
    aspect-ratio: 400/515;
  }
}

.l-section--photo-text-right-sec {
  background-color: #fff;
}

.l-wrapper--photo-text-right-sec {
  padding: 100px 130px;
}
@media (max-width: 1239px) {
  .l-wrapper--photo-text-right-sec {
    padding: 50px 20px 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .l-wrapper--photo-text-right-sec {
    padding: 50px 20px 50px 20px;
  }
}

.photo-text-right-sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
}
@media (max-width: 1239px) {
  .photo-text-right-sec {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .photo-text-right-sec {
    grid-template-columns: 1fr 1fr;
  }
}
.photo-text-right-sec__media {
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.photo-text-right-sec__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 550/590;
  border-bottom-right-radius: 40px;
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .photo-text-right-sec__media img {
    aspect-ratio: 370/590;
  }
}
.photo-text-right-sec__content {
  color: #272a2e;
}
.photo-text-right-sec__content h4 {
  font-size: 36px;
  line-height: 0.83;
  letter-spacing: 0.72px;
  margin-bottom: 30px;
}
.zlota-wiza .photo-text-right-sec__content h4:not(:first-of-type) {
  margin-top: 50px;
}
.photo-text-right-sec__text {
  color: #272a2e;
  font-weight: 300;
}
.photo-text-right-sec__text strong,
.photo-text-right-sec__text b {
  font-weight: 500;
}
.photo-text-right-sec__text p + p {
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-zlota-wiza .photo-text-right-sec__text h4:not(:first-of-type) {
  margin-top: 50px;
}
.photo-text-right-sec__cta {
  margin-top: 28px;
}

.l-wrapper--photo-text-highlights {
  padding: 100px 130px;
  background-color: #fff;
}
@media (max-width: 1239px) {
  .l-wrapper--photo-text-highlights {
    padding: 60px 20px;
  }
}

.photo-text-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
  align-items: start;
}
@media (max-width: 1239px) {
  .photo-text-highlights {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .photo-text-highlights {
    grid-template-columns: 1fr 1fr;
  }
}
.photo-text-highlights__media {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
  padding-top: 126.953125%;
  position: relative;
}
@media (max-width: 1239px) {
  .photo-text-highlights__media {
    order: 2;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .photo-text-highlights__media {
    padding-top: 185%;
  }
}
.photo-text-highlights__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.photo-text-highlights__intro {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.72px;
  color: #272a2e;
  margin-bottom: 50px;
}
.photo-text-highlights__intro p + p {
  margin-top: 1em;
}
.photo-text-highlights__intro strong,
.photo-text-highlights__intro b {
  font-weight: 500;
  color: #dbcab4;
}
.photo-text-highlights__list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}
.photo-text-highlights__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 25px;
  align-items: start;
  padding: 25px 0;
}
.photo-text-highlights__item:first-child {
  border-top: 0;
  padding-top: 0;
}
.photo-text-highlights__icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.photo-text-highlights__item-title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 1.92px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 17px;
}
.photo-text-highlights__item-desc {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.72px;
  color: #272a2e;
  font-weight: 300;
}
.photo-text-highlights__item-desc p + p {
  margin-top: 0.75em;
}
.photo-text-highlights__item-desc strong,
.photo-text-highlights__item-desc b {
  font-weight: 500;
}

.l-section--info-field {
  background-color: #fff;
  padding: 0 0 0 0;
}

.l-wrapper--info-field {
  padding: 0 130px;
}
@media (max-width: 1239px) {
  .l-wrapper--info-field {
    padding: 0 20px;
  }
}

.info-field {
  background-color: #efeeee;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 100px 40px;
  text-align: center;
}
@media (max-width: 1239px) {
  .info-field {
    padding: 100px 20px 115px 20px;
    border-radius: 20px;
  }
}
.info-field__text {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}
.info-field__text h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.72px;
  margin-bottom: 20px;
}
.info-field__text strong,
.info-field__text b {
  font-weight: 500;
}
.info-field__text p + p {
  margin-top: 0.9em;
}
.info-field__cta {
  margin-top: 30px;
}
.info-field__cta .basic-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.l-section--info-photo-right {
  background-color: #fff;
  padding: 100px 0 0 0;
}
@media (max-width: 1239px) {
  .l-section--info-photo-right {
    padding: 50px 0 50px 0;
  }
}

.l-wrapper--info-photo-right {
  /* zostawiamy standardową szerokość wrappera motywu */
}

.info-photo-right {
  display: flex;
  align-items: stretch;
  gap: 135px;
}
@media (max-width: 1239px) {
  .info-photo-right {
    flex-direction: column;
    gap: 0;
  }
}
.info-photo-right__col {
  flex: 1 1 0;
}
.info-photo-right__col--text {
  max-width: 640px;
}
.info-photo-right__col--image {
  display: flex;
  justify-content: flex-end;
}
.info-photo-right__image-wrapper {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 40px;
}
@media (max-width: 1239px) {
  .info-photo-right__image-wrapper {
    height: 500px;
  }
}
.info-photo-right__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-photo-right__title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 300;
  color: #323232;
  margin-bottom: 40px;
}
.info-photo-right__city {
  font-weight: 400;
}
.info-photo-right__name {
  font-weight: 300;
  color: #8b7864;
}
.info-photo-right__facts {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: grid;
  gap: 15px;
}
.info-photo-right__fact {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.info-photo-right__fact-icon {
  flex: 0 0 20px;
  width: 18px;
  height: 18px;
}
.info-photo-right__fact-label {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #323232;
}
.info-photo-right__fact-label strong {
  font-weight: 600;
}
.info-photo-right__description {
  margin-bottom: 50px;
}
.info-photo-right__description p {
  margin-bottom: 15px;
}
@media (max-width: 1239px) {
  .info-photo-right__col--text {
    max-width: none;
  }
  .info-photo-right__image-wrapper {
    width: 100%;
  }
}

.l-section--types-and-benefits {
  background-color: #fff;
  padding: 0 0 100px 0;
}
@media (max-width: 1239px) {
  .l-section--types-and-benefits {
    padding: 0 0 40px 0;
  }
}

.types-and-benefits__cols {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 135px;
  align-items: flex-start;
}
@media (max-width: 1239px) {
  .types-and-benefits__cols {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.types-and-benefits {
  /* Tabela */
}
.types-and-benefits__table {
  width: 100%;
}
.types-and-benefits__table-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
  background-color: #dbcab4;
  overflow: hidden;
}
.types-and-benefits__table-head-cell {
  padding: 24px 24px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.types-and-benefits__table-body {
  position: relative;
}
.types-and-benefits__table-body::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 35px);
  bottom: -35px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #8b7864;
  border-radius: 20px;
}
@media (max-width: 1239px) {
  .types-and-benefits__table-body::before {
    content: none;
  }
}
.types-and-benefits__table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 20px 24px;
}
.types-and-benefits__table-cell--type {
  text-align: center;
}
@media (max-width: 1440px) {
  .types-and-benefits__table-cell--type {
    text-align: left;
  }
}
.types-and-benefits__table-cell--price {
  text-align: center;
}
@media (max-width: 1239px) {
  .types-and-benefits__table-cell--price {
    text-align: center;
    border-left: 0;
  }
}
.types-and-benefits {
  /* Typ, "od" i sufiks */
}
.types-and-benefits__apt-type, .types-and-benefits__price-prefix, .types-and-benefits__price-suffix {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  text-align: center;
  text-transform: uppercase;
  color: #323232;
}
@media (max-width: 1440px) {
  .types-and-benefits__apt-type, .types-and-benefits__price-prefix, .types-and-benefits__price-suffix {
    font-size: 15px;
    text-align: left;
  }
}
.types-and-benefits__apt-type {
  display: inline-block;
}
.types-and-benefits {
  /* Kwota */
}
.types-and-benefits__price-value {
  font-size: 24px;
  letter-spacing: normal;
  color: #8d7854;
}
.types-and-benefits {
  /* Prawa kolumna – atuty lokalizacji */
}
.types-and-benefits__benefits {
  margin-top: 50px;
}
.types-and-benefits__benefits h3 {
  font-size: 36px;
  line-height: 0.72;
  letter-spacing: 0.72px;
  text-align: left;
  color: #272a2e;
  margin-bottom: 30px;
}
.types-and-benefits__benefits ul {
  padding-left: 1.2em;
  margin: 0;
}
.types-and-benefits__benefits ul li::marker {
  background-color: #8b7864;
  color: #8b7864;
}
.types-and-benefits__benefits ul li + li {
  margin-top: 0.4em;
}

.l-section--single-property-amenities {
  padding: 100px 0 200px 0;
  background-color: #efeeee;
}
@media (max-width: 1239px) {
  .l-section--single-property-amenities {
    padding: 40px 0 120px 0;
  }
}

.single-property-amenities .property-item__amenities {
  margin-top: 0;
}

/* Stylowanie elementów jest już w .property-item__amenities / __amenity / __amenity-iconwrap,
   więc tutaj tylko „ramka” sekcji. */
.l-section--gallery-three {
  background-color: #fff;
}

@media (max-width: 1239px) {
  .l-wrapper--gallery-three {
    padding: 0 0 0 20px;
  }
}

.gallery-three {
  position: relative;
  top: -90px;
}
.gallery-three__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.2fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  align-items: stretch;
  max-height: 960px;
}
.gallery-three__figure {
  position: relative;
  overflow: hidden;
  background: #eee;
}
@media (max-width: 1239px) {
  .gallery-three__figure {
    height: 100%;
  }
}
.gallery-three__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-three__figure--main {
  grid-row: 1/span 2;
  max-height: 960px;
}
.gallery-three__side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
  height: 960px;
}
.gallery-three__figure--side:nth-of-type(1) {
  border-top-right-radius: 40px;
}
@media (max-width: 1239px) {
  .gallery-three__figure--side:nth-of-type(1) {
    height: 100%;
  }
}
.gallery-three {
  /* Wrapper slidera na mobile – wstawiany JS-em */
}
.gallery-three__mobile-slider {
  display: none;
  margin-top: 24px;
}
.gallery-three__pagination {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.gallery-three {
  /* Kropeczki paginacji – spójne z intro-and-properties */
}
.gallery-three .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(239, 238, 238, 0.25);
  background-color: #8b7864;
  opacity: 0.3;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.gallery-three .dot.is-active {
  opacity: 1;
  transform: scale(1.1);
}
@media (max-width: 1239px) {
  .gallery-three__grid {
    display: none;
  }
  .gallery-three__mobile-slider {
    display: block;
  }
}

.l-section--payment-plan {
  background-color: #fff;
}
@media (max-width: 1239px) {
  .l-section--payment-plan {
    padding: 0;
    margin-top: -40px;
  }
}

.l-wrapper--payment-plan {
  padding: 0;
}

.payment-plan__plan {
  padding: 100px 130px;
  background-color: #fff;
}
.payment-plan__plan:nth-child(even) {
  background-color: #efeeee;
}
@media (max-width: 1239px) {
  .payment-plan__plan:first-child {
    padding: 40px 0 80px 0;
  }
}
.payment-plan__plan:last-child {
  padding: 100px 130px 215px 130px;
}
@media (max-width: 1239px) {
  .payment-plan__plan:last-child {
    padding: 60px 0 170px 0;
  }
}
@media (max-width: 1239px) {
  .payment-plan__plan {
    padding: 40px 0;
  }
}
.payment-plan__title {
  margin: 0 0 56px;
  text-align: center;
  font-size: 36px;
  letter-spacing: 1.44px;
  color: #8b7864;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 1239px) {
  .payment-plan__title {
    font-size: 28px;
    letter-spacing: 1.1px;
    margin-bottom: 40px;
  }
}
.payment-plan__title-prefix {
  color: #323232;
}
.payment-plan__title-main {
  margin-left: 8px;
}
.payment-plan__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px 0;
}
@media (max-width: 1239px) {
  .payment-plan__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 40px;
  }
}
@media (max-width: 1239px) {
  .payment-plan__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }
}
@media (max-width: 767px) {
  .payment-plan__grid {
    grid-template-columns: 1fr;
  }
}
.payment-plan__stage {
  position: relative;
  text-align: center;
  padding: 0 24px;
}
.payment-plan__stage::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 80%;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #fdd7a1, #6b583e, rgba(253, 215, 161, 0.98), rgba(255, 255, 255, 0));
}
.payment-plan__stage:first-child::before, .payment-plan__stage:nth-child(4n+1)::before {
  display: none;
}
@media (max-width: 1239px) {
  .payment-plan__stage {
    padding: 0 8px;
  }
  .payment-plan__stage::before {
    display: none;
  }
}
.payment-plan__percent {
  font-size: 36px;
  text-align: center;
  color: #323232;
  margin-bottom: 16px;
  font-weight: 300;
}
@media (max-width: 1239px) {
  .payment-plan__percent {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.payment-plan__label {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.72px;
  text-align: center;
  color: #323232;
  text-transform: uppercase;
  line-height: 1.5;
}

.l-section--property-cta {
  padding: 0 0 0 0;
  background-color: #fff;
}
.l-section--property-cta .property-item__cta {
  position: relative;
  top: -120px;
  z-index: 1;
}
@media (max-width: 1239px) {
  .l-section--property-cta {
    padding-bottom: 80px;
  }
}

.l-wrapper--property-cta {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.l-section--property-bottom-image {
  position: relative;
  top: -126px;
  margin-bottom: -126px;
  z-index: 0;
}
@media (max-width: 1239px) {
  .l-section--property-bottom-image {
    top: -280px;
    margin-bottom: -280px;
  }
}

.property-bottom-image {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.property-bottom-image__img {
  display: block;
  width: 100%;
  height: 960px;
  object-fit: cover;
}
@media (max-width: 1239px) {
  .property-bottom-image__img {
    height: 520px;
  }
}
.grecaptcha-badge {
    visibility: hidden;
}/*# sourceMappingURL=style.css.map */