.plan-hoverable,
.plan-marker,
.plan-marker__content {
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99)
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .mobile-scrollable {
        --scrollable-item-width: 100%;
        --scrollable-item-gap: 0;
        --scrollable-side-gap: 0px;
        --_side-offset: 0;
        display: flex;
        flex-wrap: nowrap;
        gap: var(--scrollable-item-gap) !important;
        margin-left: calc(var(--_side-offset) * -1);
        margin-right: calc(var(--_side-offset) * -1);
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0 0 0 calc(var(--scrollable-side-gap) + var(--_side-offset));
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        width: 100vw
    }
    .mobile-scrollable::-webkit-scrollbar {
        display: none
    }
    .mobile-scrollable:after {
        content: "";
        display: block;
        flex: 0 0 calc(var(--scrollable-side-gap) + var(--_side-offset));
        height: 1px;
        margin-left: calc(var(--scrollable-item-gap) * -1);
        position: relative;
        width: calc(var(--scrollable-side-gap) + var(--_side-offset))
    }
    .mobile-scrollable .mobile-scrollable__item {
        flex: 0 0 var(--scrollable-item-width);
        scroll-snap-align: center;
        width: var(--scrollable-item-width)
    }
    .mobile-scrollable.mobile-scrollable--center {
        --scrollable-side-gap: calc((100vw - var(--scrollable-item-width)) / 2)
    }
    .mobile-scrollable.mobile-scrollable--auto {
        --scrollable-item-width: auto
    }
    .mobile-scrollable.mobile-scrollable--auto .mobile-scrollable__item {
        scroll-snap-align: unset
    }
}

.parallax-image-move {
    overflow: hidden
}

.parallax-image-move img {
    display: block;
    margin-bottom: var(--md, -16.66667%) var(--n-md, 0);
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.parallax-image-move.background--cover img {
    height: var(--md, 120%) var(--n-md, 100%);
    margin-bottom: 0
}

.parallax-image-move.background--top-cover img {
    height: var(--md, 120%) var(--n-md, auto);
    margin-bottom: 0
}

@media (min-width:568px) and (max-width:667px) and (max-aspect-ratio:13/9),
(min-width:668px) and (max-aspect-ratio:10/11),
(min-width:668px) and (min-height:416px),
(min-width:980px) {
    .sticky-slider .parallax-image-move img {
        height: auto;
        margin-bottom: 0;
        margin-right: var(--md, -16.66667%) var(--n-md, 0);
        width: 120%
    }
    .sticky-slider .parallax-image-move.background--cover img,
    .sticky-slider .parallax-image-move.background--top-cover img {
        height: auto;
        width: 120%
    }
    .sticky-slider {
        flex-wrap: nowrap;
        position: relative
    }
    .sticky-slider__sticky {
        overflow: hidden;
        position: sticky;
        top: 0
    }
    .has-scroll-smooth .sticky-slider__sticky {
        overflow: visible
    }
    .no-js .sticky-slider__sticky {
        overflow-x: auto
    }
    .has-scroll-smooth .sticky-slider__sticky {
        position: relative
    }
    .sticky-slider__sticky.row,
    .sticky-slider__sticky:not(.row)>.row {
        flex-wrap: nowrap;
        height: calc(100 * var(--dvh))
    }
    .sticky-slider__sticky.row>.col,
    .sticky-slider__sticky:not(.row)>.row>.col {
        flex-shrink: 0
    }
    .sticky-slider--full-screen {
        min-height: calc(100 * var(--dvh))
    }
    .sticky-slider--full-screen .sticky-slider__sticky {
        height: calc(100 * var(--dvh))
    }
}

@media (min-width:568px) and (max-width:667px) and (max-aspect-ratio:13/9),
(min-width:668px) and (max-aspect-ratio:10/11),
(min-width:668px) and (min-height:416px),
(min-width:980px) {}

.accordion__heading a {
    align-items: center;
    border-bottom: 1px solid var(--t-line);
    display: flex;
    justify-content: space-between
}

.accordion__heading a.is-active .accordion__icon--minus {
    display: block
}

.accordion__heading a.is-active .accordion__icon--plus,
.accordion__icon--minus,
.js .accordion__content[aria-hidden=true] {
    display: none
}

@media print {
    .js .accordion__content[aria-hidden=true] {
        display: unset !important
    }
}

.plan {
    --plan-fit: contain;
    --plan-position: 50% 50%;
    --plan-ratio: unset;
    aspect-ratio: var(--plan-ratio);
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-areas: "layer";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    position: relative
}

.plan:has(.plan__layer) {
    aspect-ratio: unset
}

.plan__layer {
    aspect-ratio: var(--plan-ratio);
    grid-area: layer;
    height: 100%;
    min-width: 0;
    position: relative;
    width: 100%
}

.plan__layer--image img,
.plan__layer--image picture,
.plan__layer--svg svg {
    display: block;
    height: 100%;
    width: 100%
}

.plan__layer--image img {
    -o-object-fit: var(--plan-fit);
    object-fit: var(--plan-fit);
    -o-object-position: var(--plan-position);
    object-position: var(--plan-position)
}

.plan__layer--svg {
    pointer-events: none
}

.plan__layer--svg :where([data-anchor]) {
    visibility: hidden
}

.plan__layer--svg :where([data-hoverable]) {
    visibility: hidden
}

.plan__layer--svg a {
    cursor: default;
    outline: none
}

.flat__content .plan .plan__layer--svg .plan-hoverable,
.floor-views-modal .plan .plan__layer--svg .plan-hoverable {
    fill: #583e23;
    opacity: 0;
    transition-duration: .4s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99)
}

.flat__content .plan .plan__layer--svg .plan-hoverable--active,
.flat__content .plan .plan__layer--svg .plan-hoverable--hovered,
.floor-views-modal .plan .plan__layer--svg .plan-hoverable--active,
.floor-views-modal .plan .plan__layer--svg .plan-hoverable--hovered {
    opacity: .2
}

.plan--cover {
    --plan-fit: cover
}

.plan--center .plan__layer {
    height: min(100%, calc(100 * var(--svh)));
    width: min(100%, 100vw)
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .plan--mobile-scroll {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth
    }
    .plan--mobile-scroll .plan__layer {
        height: calc(100 * var(--svh));
        width: auto
    }
}

.plan-hoverable {
    opacity: 0
}

.plan-hoverable--disabled {
    fill: rgba(70, 73, 63, .5);
    opacity: 1
}

.plan-hoverable--disabled path {
    fill: rgba(70, 73, 63, .5)
}

.plan-hoverable--active,
.plan-hoverable--hovered {
    opacity: 1
}

.plan-hoverable {
    pointer-events: all;
    transition-property: fill, stroke, opacity;
    visibility: visible
}

.plan-hoverable--hidden {
    opacity: 0
}

.plan-hoverable--clickable {
    cursor: pointer
}

.plan-marker--feature {
    --line-height: 20px;
    opacity: 1
}

.plan-marker--feature .plan-marker__content {
    align-items: center;
    backdrop-filter: blur(5px);
    background: rgba(var(--c-dark-green-rgb), .15);
    border: 1.5px solid var(--t-heading);
    border-radius: calc(var(--scale-px) * 60);
    display: flex;
    flex-direction: column;
    height: calc(var(--scale-px) * 60);
    justify-content: center;
    margin-top: calc((var(--line-height) * -1) - 100%);
    opacity: 1;
    transition-duration: .4s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
    width: calc(var(--scale-px) * 60)
}

.with-floor-modal .plan-marker--feature .plan-marker__content {
    opacity: 0
}

.plan-marker--feature .plan-marker__content:before {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), linear-gradient(82.65deg, hsla(39, 40%, 80%, 0) 10.28%, hsla(39, 40%, 80%, .45) 83.96%);
    border-radius: calc(var(--scale-px) * 60);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.plan-marker--feature .plan-marker__content:before,
.plan-marker--feature .plan-marker__line {
    transition-duration: .4s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99)
}

.plan-marker--feature .plan-marker__line {
    background: var(--t-heading);
    height: var(--line-height);
    margin: 0 auto;
    opacity: 1;
    width: 1.5px
}

.with-floor-modal .plan-marker--feature .plan-marker__line {
    opacity: 0
}

.plan-marker--feature.plan-marker--hovered .plan-marker__content:before {
    opacity: 1
}

.plan-marker--townhouse {
    backdrop-filter: blur(30px);
    cursor: pointer;
    opacity: 1
}

.plan-marker--apartment {
    border-radius: calc(var(--scale-px) * 40)
}

.plan-marker--apartment .plan-marker__content {
    background: var(--t-heading);
    border: 1px solid var(--c-beige);
    border-radius: calc(var(--scale-px) * 40);
    color: var(--t-background);
    height: calc(var(--scale-px) * 20);
    width: calc(var(--scale-px) * 30)
}

.plan-marker--apartment .plan-marker__content .plan-marker__lock {
    display: none
}

.plan-marker--apartment.plan-marker--disabled .plan-marker__content {
    background: #a69c8c
}

.plan-marker--apartment.plan-marker--disabled .plan-marker__content .plan-marker__text {
    display: none
}

.plan-marker--apartment.plan-marker--disabled .plan-marker__content .plan-marker__lock {
    display: block
}

.plan-marker--apartment-reserved .plan-marker__content {
    background: var(--t-background);
    color: var(--t-heading)
}

.plan-marker--apartment-reserved.plan-marker--hovered .plan-marker__content {
    background: var(--t-small)
}

.plan-marker--street .plan-marker__content {
    border-radius: 0;
    height: auto;
    width: auto
}

.plan-marker--street--east .plan-marker__content {
    transform: rotate(90deg)
}

.plan-marker--street--west .plan-marker__content {
    transform: rotate(-90deg)
}

.plan-marker--view .plan-marker__content {
    height: 30px;
    position: relative;
    width: 30px
}

.plan-marker--view .plan-marker__content .plan-marker__eye {
    position: relative;
    z-index: 2
}

@media (min-width:568px) and (max-width:667px) and (max-aspect-ratio:13/9) and (max-aspect-ratio:13/9),
(min-width:668px) and (max-aspect-ratio:10/11) and (max-aspect-ratio:13/9),
(min-width:668px) and (min-height:416px) and (max-aspect-ratio:13/9),
(min-width:980px) and (max-aspect-ratio:13/9) {
    .no-hover .plan-marker--view .plan-marker__content .plan-marker__eye {
        height: 30px;
        width: 30px
    }
}

.plan-marker--view .plan-marker__content .plan-marker__pov {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.plan-marker--view--south .plan-marker__content .plan-marker__pov {
    transform: translate(-50%, 20%) rotate(180deg)
}

.plan-marker--view--east .plan-marker__content .plan-marker__pov {
    transform: translateY(-50%) rotate(90deg)
}

.plan-marker--view--west .plan-marker__content .plan-marker__pov {
    transform: translate(-100%, -50%) rotate(-90deg)
}

.plan-marker {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
    transition-property: opacity
}

.plan-marker__content {
    place-content: center;
    text-align: center;
    transition-property: color, background-color
}

.plan-marker:focus-visible {
    outline: 3px auto currentColor
}

.plan-marker--hidden {
    opacity: 0
}

.plan-marker--clickable {
    cursor: pointer
}

.card-news__link {
    --height-fixed: var(--md, calc(var(--scale-px) * 300)) var(--n-md, calc(var(--scale-px) * 340));
    --height-text: var(--md, calc(var(--scale-text-px) * 180)) var(--n-md, 0);
    border: 1px solid;
    border-color: var(--t-line);
    display: flex;
    flex-direction: column;
    height: calc(var(--height-fixed) + var(--height-text));
    transition-duration: .4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99)
}

.card-news__link-title {
    font-family: TT Commons Pro, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: var(--md, calc(var(--scale-px) * 80)) var(--n-md, var(--spacing));
    padding: var(--md, calc(var(--spacing) / 2) calc(var(--spacing) / 2) 0) var(--n-md, var(--spacing-layout) calc(var(--scale-px) * 80) 0 var(--spacing-layout));
    --fos: -0.175em;
    --foe: -0.125em;
    font-size: var(--lg, calc(var(--scale-text-rem) * 2)) var(--n-lg, calc(var(--scale-text-rem) * 1.6));
    --lh: var(--md, 1.25em) var(--n-md, 1.125em);
    letter-spacing: var(--md, 0) var(--n-md, -.02em);
    line-height: var(--lh);
    text-transform: none
}

.is-win .card-news__link-title {
    --fos: -0.175em;
    --foe: -0.125em
}

.card-news__link-title.news-modal__title,
[lang=en] .card-news__link-title:not(.g1) {
    line-height: calc(var(--lh) + .2em)
}

.mobile-scrollable .card-news__link-title {
    padding: var(--md, calc(var(--spacing) / 2) calc(var(--spacing) / 2) 0) var(--n-md, var(--spacing-layout) calc(var(--scale-px) * 60) 0 var(--spacing-layout))
}

.card-news__date {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding: var(--md, 0 calc(var(--spacing) / 2)) var(--n-md, 0 var(--spacing-layout))
}

.card-news__day {
    transform: translateY(50%)
}

.card-news__img {
    height: var(--md, calc(var(--scale-px) * 240)) var(--n-md, calc(var(--scale-px) * 180))
}

.card-news__line {
    border-bottom: 1px solid var(--t-line);
    margin-left: auto;
    width: 50%
}

.has-hover .card-news:hover .card-news__link {
    border-color: rgba(var(--t-heading-rgb), .6)
}

.news-modal__content-layer {
    pointer-events: none
}

.news-modal__content-layer-inner {
    pointer-events: auto
}

.news-modal__gradient {
    filter: blur(50px);
    height: 100%;
    pointer-events: none
}

.news-modal__gradient div:first-child {
    background: radial-gradient(circle, var(--c-olive) 0, var(--c-olive) 5%, rgba(var(--c-olive-rgb), 0) 90%);
    height: 103vh;
    left: -27vw;
    position: absolute;
    top: -13vw;
    transform: rotate(319deg);
    width: 248%
}

.news-modal__gradient div:nth-child(2) {
    background: radial-gradient(circle, var(--c-green) 0, var(--c-green) 25%, rgba(var(--c-green-rgb), 0) 70%);
    bottom: 0;
    height: 50vh;
    position: absolute;
    right: 0;
    width: 50vw
}

.news-modal__preview {
    height: var(--md, 50svh) var(--n-md, calc(var(--scale-px) * 200))
}

.news-modal__close-wrapper {
    left: 0;
    position: absolute;
    top: 0
}

@media (min-width:568px) and (max-width:667px) and (max-aspect-ratio:13/9),
(min-width:668px) and (max-aspect-ratio:10/11),
(min-width:668px) and (min-height:416px),
(min-width:980px) {
    .news-modal__close {
        left: 0;
        position: absolute;
        top: 0;
        transform: translate(-50%, -50%)
    }
    .no-hover .news-modal__close {
        position: absolute
    }
    .news-modal--without-preview .news-modal__close {
        transform: translate(-50%, -100%)
    }
}

.news-modal__date {
    display: block;
    transform: translateY(-30%)
}

.news-modal--without-preview .news-modal__date {
    transform: translateY(0)
}

.news-modal__month {
    padding-right: var(--md, calc(var(--scale-px) * 3)) var(--n-md, calc(var(--scale-px) * 2))
}

.news-modal__title {
    border-bottom: 1px solid var(--t-line)
}

.news-modal__text p:not(:last-child) {
    margin-bottom: var(--md, calc(var(--spacing) / 3)) var(--n-md, var(--spacing-layout))
}

.news-modal__slider {
    overflow: hidden
}

.news-modal__slider.mobile-scrollable {
    --scrollable-item-width: calc(100vw - var(--spacing-layout) * 2);
    --scrollable-item-gap: calc(var(--spacing) / 3);
    --_side-offset: var(--spacing-layout)
}

.news-modal__counter {
    opacity: .3
}

.has-hover .news-modal__share {
    text-align: right
}

.l-gallery {
    height: calc(100 * var(--svh));
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100vw
}

.l-gallery-container {
    height: 200vh
}

.is-ios .l-gallery-container {
    contain: strict;
    content-visibility: auto
}

.l-gallery__split {
    pointer-events: none;
    z-index: 44
}

.l-gallery__split>.col:first-of-type .l-gallery__item__mask-list {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

.l-gallery__split>.col:nth-of-type(2) .l-gallery__item__mask-list {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
}

.l-gallery__content {
    height: calc(100 * var(--svh));
    opacity: .7;
    position: absolute;
    top: -26vw;
    transform: rotate(-28deg);
    transform-origin: 50% calc(50% + 30svh);
    width: 100vw
}

.l-gallery__item {
    left: -40vw;
    padding: var(--md, calc(var(--scale-px) * 20)) var(--n-md, calc(var(--scale-px) * 10));
    position: absolute;
    top: 0
}

.l-gallery__item picture {
    transform: scale(1)
}

.l-gallery__item:nth-child(n+7):nth-child(-n+13) {
    left: auto;
    right: -45vw
}

.is-website-entering .l-gallery__item:not(.l-gallery__item--intro) picture {
    transform: scale(1.1)
}

.l-gallery__item__mask-list {
    height: 100%;
    position: relative;
    width: 100%
}

.l-gallery__item__mask-list__item {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.l-gallery__item__mask-list__item picture {
    height: 100%
}

.l-gallery__item__mask-list__item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.l-gallery-next {
    bottom: var(--spacing-layout);
    left: var(--spacing-layout);
    opacity: 0;
    position: absolute;
    transition: opacity .4s cubic-bezier(.25, .74, .22, .99);
    z-index: 1
}

.is-preloader-disabled .l-gallery-next {
    opacity: 1
}

.l-gallery__gradient {
    height: 100vh;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 100vw
}

.is-preloader-disabled .l-gallery__gradient {
    opacity: 1
}

.l-gallery__gradient div:first-child {
    background: radial-gradient(circle at center, var(--c-olive) 0, rgba(var(--c-olive-rgb), 0) 50%) no-repeat;
    height: 350%;
    left: -74vw;
    position: absolute;
    top: -30vh;
    width: 200%
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .l-gallery__gradient div:first-child {
        left: -100vw;
        top: -33vh
    }
}

.l-gallery__gradient div:nth-child(2) {
    background: radial-gradient(circle, var(--c-green) 0, rgba(var(--c-green-rgb), .8) 45%, rgba(var(--c-green-rgb), 0) 72%);
    height: 900px;
    left: 66vw;
    position: absolute;
    top: 32vh;
    width: 900px
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .l-gallery__gradient div:nth-child(2) {
        left: 34vw;
        top: 52vh
    }
}

.l-gallery__gradient div:nth-child(3) {
    background: radial-gradient(circle, var(--c-green) 0, rgba(var(--c-green-rgb), .8) 15%, rgba(var(--c-green-rgb), 0) 70%);
    height: 770px;
    left: 66vw;
    position: absolute;
    top: -34vh;
    width: 770px
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .l-gallery__gradient div:nth-child(3) {
        left: 32vw
    }
}

.l-gallery__gradient div:nth-child(4) {
    background: radial-gradient(circle, rgba(var(--c-blue-rgb), .8) 0, rgba(var(--c-blue-rgb), .8) 15%, rgba(var(--c-blue-rgb), 0) 70%);
    height: 770px;
    left: -1vw;
    position: absolute;
    top: -27vh;
    width: 770px
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .l-gallery__gradient div:nth-child(4) {
        left: -75vw;
        top: -27vh
    }
}

.l-gallery__gradient div:nth-child(5) {
    background: radial-gradient(circle, rgba(var(--c-black-rgb), .8) 0, rgba(var(--c-black-rgb), .5) 15%, rgba(var(--c-black-rgb), 0) 70%);
    height: 770px;
    left: -30vw;
    position: absolute;
    top: -49vh;
    width: 770px
}

.l-gallery__caption {
    height: calc(100 * var(--svh));
    opacity: 1;
    position: absolute;
    width: 100vw;
    z-index: 1
}

.is-website-entering .l-gallery__caption {
    opacity: 0;
    transition: opacity .4s cubic-bezier(.25, .74, .22, .99)
}

.l-gallery__caption .l-gallery__title {
    align-items: flex-end;
    bottom: var(--md, var(--spacing-layout)) var(--n-md, var(--spacing));
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 2vw, 1rem);
    left: auto;
    position: absolute;
    right: var(--spacing-layout);
    text-align: right
}

 .l-gallery__intro {
    margin: 0;
}

.l-gallery__caption .l-gallery__title .h0 {
    margin: 0
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .l-gallery {
        overflow: hidden;
        width: 100vw
    }
    .l-gallery-next {
        bottom: var(--spacing);
        left: var(--spacing-layout);
        top: auto
    }
    .l-gallery__content {
        top: 0;
        transform-origin: 50% 50%
    }
    .is-preloader-active .l-gallery__content {
        opacity: 0
    }
    .l-gallery__item {
        left: -130vw
    }
    .l-gallery__item:nth-child(n+7):nth-child(-n+13) {
        right: -130vw
    }
    .l-gallery__caption {
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

    .l-gallery__caption .l-gallery__title {
        bottom: var(--spacing);
        max-width: calc(100vw - 2 * var(--spacing-layout))
    }
}

@media (max-width:979px) {
     .l-gallery__intro {
        max-width: 100%
    }
}

.actual-content {
    opacity: 0;
    pointer-events: none
}

.is-website-entered .actual-content {
    opacity: 1;
    pointer-events: all
}

.l-intro {
    scroll-margin: var(--lg, -100vh) var(--n-lg, 0)
}

.l-intro .sticky__layer {
    width: 100%
}

.l-intro__anchor {
    position: absolute;
    top: 100vh
}

.l-intro__opening {
    position: relative;
    z-index: 2
}

.l-intro__opening-subtitle {
    width: var(--md, calc(var(--scale-px) * 260)) var(--n-md, 44.44444vw)
}

.l-intro__image--first {
    height: 110svh;
    width: 100%
}

.l-intro__image--first img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: var(--md, top) var(--n-md, bottom);
    object-position: var(--md, top) var(--n-md, bottom);
    width: 100%
}

.l-intro__image--first__mask {
    height: 100%;
    position: absolute;
    top: 0;
    transform: translate(18%, 10%);
    width: 100%
}

.l-intro__image--first__background {
    height: 130%
}

.l-intro__image img,
.l-intro__image picture,
.l-intro__image>div {
    height: 100%
}

.l-intro__image--second {
    height: 100%;
    right: 0
}

.l-intro__content {
    position: relative
}

.l-intro__content-title {
    margin-bottom: -2em;
    padding-top: .1em;
    position: relative;
    z-index: 1
}

.l-intro__thumb {
    bottom: var(--spacing-layout)
}

.l-intro__gradient {
    background: radial-gradient(circle, rgba(var(--c-blue-rgb), .8) 0, rgba(var(--c-blue-rgb), .8) 5%, rgba(var(--c-blue-rgb), 0) 70%);
    bottom: auto;
    height: 300vw;
    left: -47%;
    position: absolute;
    top: 6%;
    width: 300vw
}

@media (min-width:1440px),
(min-width:980px) and (min-aspect-ratio:10/11) {
    .l-intro__gradient {
        filter: blur(40px)
    }
    .l-intro {
        height: 600vh
    }
    .l-intro__gradient {
        bottom: -39%;
        height: 70vw;
        left: 5%;
        top: auto;
        width: 70vw
    }
    .l-intro__content {
        margin-top: 300vh
    }
    .l-intro__content-image {
        width: calc(var(--grid-col) * 2.5)
    }
    .l-intro__content-text {
        width: calc(var(--grid-col) * 3.33)
    }
    .l-intro__content-title {
        margin-bottom: -5em
    }
    .l-intro__image {
        position: absolute;
        top: 0
    }
}

@media (min-width:1440px),
(min-width:980px) and (min-aspect-ratio:10/11) {}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-intro {
        height: 100svh;
        position: relative;
        width: 100vw
    }
    .l-intro .sticky__layer {
        overflow: hidden
    }
    .l-intro__opening {
        left: 0;
        position: absolute;
        top: 0
    }
    .l-intro__image {
        position: relative
    }
    .l-intro__image--first {
        height: calc(100 * var(--svh));
        overflow: hidden
    }
    .l-intro__image--first__mask {
        bottom: var(--cookie-height);
        height: calc(100 * var(--svh)) !important;
        top: auto;
        transform: translate(-14%, 2%) scale(.6);
        width: 300%
    }
    .l-intro__content {
        overflow: hidden;
        z-index: 1
    }
    .l-intro__content-slider {
        overflow: hidden
    }
    .l-intro__content-image,
    .l-intro__content-text {
        position: relative;
        z-index: 1
    }
    .l-intro__content-title {
        max-width: var(--md, calc(var(--scale-px) * 440)) var(--n-md, calc(var(--scale-px) * 240));
        position: relative;
        z-index: 2
    }
}

.l-wellness {
    position: relative;
    scroll-margin: -100vh
}

.l-wellness__webgl-inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.l-wellness__webgl-inner img {
    -o-object-position: 37% 50%;
    object-position: 37% 50%
}

.l-wellness__webgl-caption {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

/* Wellness hero: sağ üstte blok; metinler sola hizalı, makul max-width */
.l-wellness__webgl-title.l-wellness__webgl-title--stack {
    align-items: flex-start;
    bottom: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 1.9vw, 1.55rem);
    left: auto;
    max-width: min(56rem, calc(100vw - 2 * var(--spacing-layout)));
    position: absolute;
    right: var(--spacing-layout);
    text-align: left;
    top: calc(max(var(--spacing-layout), env(safe-area-inset-top, 0px)) + clamp(5rem, 22vh, 11rem));
    width: auto;
    z-index: 2
}

.l-wellness__webgl-title.l-wellness__webgl-title--stack .l-wellness__webgl-intro {
    margin: clamp(0.45rem, 1.8vw, 1rem) 0 0;
    max-width: 100%;
    width: 100%
}

#wellness-mobile .l-wellness__webgl-title.l-wellness__webgl-title--stack {
    bottom: max(var(--spacing-layout), env(safe-area-inset-bottom, 0px));
    max-width: min(40rem, calc(100vw - 2 * var(--spacing-layout)));
    right: var(--spacing-layout);
    top: auto
}

.l-wellness__slider {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.l-wellness__slider__images {
    height: 100%;
    position: relative;
    z-index: 2
}

.l-wellness__slider__images .content-animation,
.l-wellness__slider__images .content-animation div,
.l-wellness__slider__images .mobile-scrollable,
.l-wellness__slider__images img,
.l-wellness__slider__images picture {
    height: 100%
}

.l-wellness__slider__caption-titles {
    position: relative;
    z-index: 3
}

.l-wellness__slider__caption-titles>a {
    cursor: pointer;
    display: block;
    margin-bottom: var(--xxxl, calc(var(--scale-px) * 24)) var(--n-xxxl, calc(var(--scale-px) * 18));
    opacity: .2;
    transition: opacity .4s cubic-bezier(.25, .74, .22, .99)
}

.has-hover .l-wellness__slider__caption-titles>a:hover {
    opacity: .6
}

.l-wellness__slider__caption-titles>a.is-active {
    opacity: 1 !important
}

.l-wellness__slider__caption-text {
    bottom: 25%;
    left: var(--md, var(--spacing-layout)) var(--n-md, var(--spacing));
    max-width: 400px;
    position: absolute;
    z-index: 3
}

/* Contact modal: tabs kaldırıldı, tek request formu kalsın */
#callback-modal .l-callback__col>.l-callback__form-container:nth-of-type(2) {
    display: none !important
}

/* Masaüstü wellness slider: açıklama metni daha büyük, max-width yok — mobil (#wellness-slider-mobile) aynı kalır */
@media (min-width: 980px) {
    #wellness .l-wellness__slider__caption-text {
        max-width: none
    }

    #wellness .l-wellness__slider__caption-text .text-t1 {
        font-size: clamp(3rem, 4.15vw, 3.875rem);
        letter-spacing: -0.02em;
        line-height: 1
    }
}

.l-wellness__slider-gradient {
    pointer-events: none
}

.l-wellness__slider-gradient div:first-child {
    background: radial-gradient(circle at center, var(--c-blue) 0, rgba(var(--c-blue-rgb), 0) 70%) no-repeat;
    height: 80vw;
    position: absolute;
    right: -1vw;
    top: -9vh;
    width: 80vw
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-wellness__slider-gradient div:first-child {
        height: 300vw;
        left: -32vw;
        top: 0;
        width: 300vw
    }
}

.l-wellness__slider-gradient div:nth-child(2) {
    background: radial-gradient(circle, var(--c-green) 0, rgba(var(--c-green-rgb), .8) 45%, rgba(var(--c-green-rgb), 0) 72%);
    height: 98vw;
    left: 4vw;
    position: absolute;
    top: -6vh;
    width: 95vw;
    z-index: 1
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-wellness__slider-gradient div:nth-child(2) {
        height: 300vw;
        left: 40vw;
        top: 0;
        width: 300vw
    }
}

.l-wellness__slider-gradient div:nth-child(3) {
    background: radial-gradient(circle, var(--c-dark-blue) 0, var(--c-dark-blue) 25%, rgba(var(--c-dark-blue-rgb), 0) 70%);
    height: 86vw;
    position: absolute;
    right: -44vw;
    top: -54vh;
    width: 86vw
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-wellness__slider-gradient div:nth-child(3) {
        height: 300vw;
        width: 300vw
    }
}

@media (min-width:1440px),
(min-width:980px) and (min-aspect-ratio:10/11) {
    .l-wellness {
        clip-path: polygon(0 100vh, 100% 100vh, 100% 100%, 0 100%);
        height: 500vh;
        margin-top: -200vh
    }
    .l-wellness__webgl {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .l-wellness__webgl-title .text-c1 {
        margin-bottom: -.15em
    }
    /* "Ortak Gelecek" — desktop: reduce oversized display heading */
    .l-wellness__webgl-title h2.g1 {
        font-size: clamp(64px, 7.2vw, 132px);
        line-height: .92;
        margin-top: 0
    }
    .l-wellness__slider {
        height: 100vh
    }
    .l-wellness__slider>.col {
        height: 100%
    }
    .l-wellness__slider__caption {
        position: relative
    }
    .l-wellness__slider__caption,
    .l-wellness__slider__images {
        background: var(--c-dark-blue)
    }
}

/* Wellness mobile hero title — matches `.is-hidden--lg-up` visibility (980–1439 / portrait),
   so font scaling isn't accidentally limited to `max-width: 979px` only */
@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-height:499px) and (min-aspect-ratio:10/11),
(max-width:1199px) and (min-aspect-ratio:10/11),
(max-width:979px) {
    #wellness-mobile .l-wellness__webgl-title h2.g1 {
        font-size: clamp(44px, 10.5vw, 96px);
        line-height: .95
    }
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-wellness {
        margin-top: calc(var(--sticky-under-next-distance) * -1) !important
    }
    .l-wellness .sticky__layer {
        overflow: hidden
    }
    .l-wellness__webgl {
        height: 100vh
    }
    .l-wellness__webgl-inner {
        overflow: hidden
    }
    [lang=en] .l-wellness__webgl-title--stack p,
    [lang=en] .l-wellness__webgl-title--stack h2 {
        text-align: left
    }
    .l-wellness__webgl-gradient div:first-child {
        background: radial-gradient(circle at center, var(--c-olive) 0, rgba(var(--c-olive-rgb), 0) 50%) no-repeat;
        height: 134%;
        left: -90vw;
        position: absolute;
        top: 20vh;
        width: 178%
    }
    .l-wellness__webgl-gradient div:nth-child(2) {
        background: radial-gradient(circle, var(--c-green) 0, rgba(var(--c-green-rgb), .8) 45%, rgba(var(--c-green-rgb), 0) 72%);
        height: 900px;
        left: 23vw;
        position: absolute;
        top: 64vh;
        width: 900px
    }
    .l-wellness__webgl-gradient div:nth-child(3) {
        background: radial-gradient(circle, var(--c-dark-blue) 0, rgba(var(--c-dark-blue-rgb), .8) 15%, rgba(var(--c-dark-blue-rgb), 0) 70%);
        height: 770px;
        left: 52vw;
        position: absolute;
        top: 14vh;
        width: 770px
    }
    .l-wellness__slider {
        background: var(--c-dark-blue);
        height: 100%;
        min-height: 100vh
    }
    .l-wellness__slider-container {
        min-height: 100vh;
        position: relative;
        z-index: 6
    }
    .l-wellness__slider__images {
        height: unset;
        overflow: hidden;
        position: relative
    }
    .l-wellness__slider__images .carousel__list,
    .l-wellness__slider__images .carousel__list__inner,
    .l-wellness__slider__images .carousel__list__inner img,
    .l-wellness__slider__images .carousel__list__inner picture {
        height: 100%
    }
    .l-wellness__slider__images .carousel__thumb__item:after {
        margin-top: calc(var(--scale-px) * 10)
    }
    .l-wellness__slider__caption {
        height: calc(180px + (var(--spacing-layout) * 4));
        overflow: hidden;
        position: relative
    }
    .l-wellness__slider__caption-text {
        left: var(--spacing-layout);
        right: var(--spacing-layout);
        top: var(--spacing)
    }
    .l-wellness__slider__caption-text>[data-content-animation-item] {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        height: 100%
    }
    .l-wellness__slider-gradient {
        height: 100%;
        position: absolute
    }
}

.l-nature {
    scroll-margin: -100lvh
}

.l-nature-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.l-nature-bg-caption {
    height: 100lvh;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

.l-nature-bg-caption__text {
    bottom: calc(var(--spacing-layout) + (100vh - 100dvh));
    max-width: 400px;
    position: absolute;
    right: var(--spacing-layout)
}

.l-nature-bg-gradient {
    background: radial-gradient(circle, #274c19 0, rgba(39, 76, 25, .8) 15%, rgba(39, 76, 25, 0) 72%);
    bottom: -62vh;
    height: 80vw;
    position: absolute;
    right: -18vw;
    width: 80vw
}

.l-nature-bg-item {
    height: 100%;
    width: 100%
}

.l-nature-bg-item img,
.l-nature-bg-item picture {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.l-nature-bg-item:first-of-type {
    z-index: 2
}

.l-nature-bg-item:nth-of-type(2) {
    z-index: 1
}

.l-nature-bg-item:nth-of-type(3) {
    background: var(--c-green);
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 2
}

.l-nature-bg-item__gradient {
    position: relative;
    z-index: 1
}

.l-nature-bg-item__gradient div:first-child {
    background: radial-gradient(circle, var(--c-light-green) 0, rgba(var(--c-light-green-rgb), .8) 5%, rgba(var(--c-light-green-rgb), 0) 62%);
    height: 55vw;
    position: absolute;
    right: -22vw;
    top: 60vh;
    width: 55vw;
    z-index: 13
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .l-nature-bg-item__gradient div:first-child {
        height: 90vw;
        right: -2vw;
        top: -75vh;
        width: 90vw
    }
}

.l-nature-bg-item__gradient div:nth-child(2) {
    background: radial-gradient(circle, var(--c-green) 0, rgba(var(--c-green-rgb), .8) 45%, rgba(var(--c-green-rgb), 0) 70%);
    height: 100vw;
    position: absolute;
    right: -42vw;
    top: 18vh;
    width: 111vw;
    z-index: 12
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .l-nature-bg-item__gradient div:nth-child(2) {
        height: 90vw;
        right: -24vw;
        top: 66vh;
        width: 90vw
    }
}

.l-nature__caption {
    height: 100lvh;
    position: absolute;
    z-index: 3
}

.l-nature__caption .vimeo-background {
    height: 100%
}

.l-nature__caption video {
    pointer-events: none;
    touch-action: none
}

.l-nature__caption__inner img,
.l-nature__caption__inner picture {
    height: 100%
}

.l-nature__slider {
    overflow: hidden
}

@media (min-width:1440px),
(min-width:980px) and (min-aspect-ratio:10/11) {
    .l-nature {
        clip-path: polygon(0 100vh, 100% 100vh, 100% 100%, 0 100%);
        margin-top: -200vh
    }
    .l-nature-bg-caption__subtitle {
        margin-bottom: -.5em
    }
    .l-nature__slider {
        height: 100vh;
        pointer-events: none;
        position: absolute;
        z-index: 4
    }
    .l-nature__slider>.col {
        height: 100%
    }
    .l-nature__slider>.col:last-child {
        pointer-events: all
    }
    .l-nature__slider__images {
        height: 100%;
        z-index: 4
    }
    .l-nature__slider__images .content-animation,
    .l-nature__slider__images .content-animation div,
    .l-nature__slider__images img,
    .l-nature__slider__images picture {
        height: 100%
    }
    .l-nature__slider-caption {
        bottom: calc(var(--spacing) * 3);
        max-width: 380px;
        position: absolute;
        right: var(--spacing-layout)
    }
    .l-nature__caption {
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: flex-end;
        position: absolute;
        z-index: 3
    }
    .l-nature__caption .vimeo-background iframe {
        --iframe-height: calc(62svh - var(--spacing) * 3);
        --iframe-width: var(--xxxl, calc(var(--grid-col) * 2)) var(--n-xxxl, calc(var(--grid-col) * 3))
    }
    .l-nature__caption__text {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    .l-nature__caption__text .btn {
        align-self: flex-start
    }
    .l-nature__caption__inner {
        min-height: 62%
    }
    .l-nature__caption__inner>.col {
        height: 100%
    }
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-nature {
        height: 420svh;
        margin-top: calc(var(--sticky-under-next-distance) * -1) !important;
        z-index: 7
    }
    .l-nature .sticky__layer {
        overflow: hidden
    }
    .l-nature-webgl__spiral {
        bottom: 0
    }
    .l-nature__slider {
        position: relative;
        z-index: 8
    }
    .l-nature__slider .carousel__list {
        position: relative
    }
    .l-nature__slider .carousel__list .carousel__thumb {
        bottom: 20px
    }
    .l-nature__slider__gradient {
        height: 100%;
        width: 100%
    }
    .l-nature__slider__gradient div {
        position: absolute
    }
    .l-nature__slider__gradient div:first-child {
        background: radial-gradient(circle, var(--c-olive) 0, rgba(var(--c-olive-rgb), .8) 5%, rgba(var(--c-olive-rgb), 0) 62%);
        bottom: -91vw;
        height: 80vh;
        position: absolute;
        right: -85vw;
        width: 80vh
    }
    .l-nature__slider__gradient div:nth-child(2) {
        background: radial-gradient(circle, var(--c-black) 0, rgba(var(--c-black-rgb), .8) 5%, rgba(var(--c-green-rgb), 0) 72%);
        height: 50vh;
        position: absolute;
        right: -69vw;
        top: -70vw;
        width: 50vh
    }
    .l-nature__slider__gradient div:nth-child(3) {
        background: radial-gradient(circle, var(--c-blue) 0, var(--c-blue) 25%, rgba(var(--c-blue-rgb), 0) 70%);
        height: 70vh;
        left: -46vw;
        position: absolute;
        top: -17vw;
        width: 70vh
    }
    .l-nature__slider__images {
        position: relative;
        z-index: 2
    }
    .l-nature__slider__images .carousel__list {
        overflow: hidden
    }
    .l-nature-bg {
        bottom: 0;
        top: auto
    }
    .l-nature-bg-item--webgl {
        position: relative
    }
    .l-nature-bg-caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative
    }
    .l-nature-bg-caption__text {
        bottom: calc((var(--spacing) * 4));
        left: var(--spacing-layout)
    }
    .l-nature-bg-caption__video {
        bottom: calc((var(--spacing)));
        position: absolute
    }
    .l-nature-bg-gradient {
        bottom: -34svh;
        height: 200vw;
        right: -49vw;
        width: 200vw
    }
    .l-nature__caption__inner {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: flex-end
    }
    .l-nature__caption__text {
        height: 62.5%
    }
}

.l-place-anchor {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 550vh
}

.l-place {
    margin-top: 550vh;
    position: relative;
    z-index: 5
}

.l-place-bg-caption {
    height: calc(100 * var(--lvh));
    left: 0;
    top: 0
}

@media (min-width:1440px),
(min-width:980px) and (min-aspect-ratio:10/11) {
    .l-place-bg-caption {
        position: absolute;
        z-index: 1
    }
    .l-place-webgl {
        height: 100vh
    }
    .l-place-webgl-caption {
        height: 100vh;
        margin-left: auto;
        margin-right: 0;
        position: relative;
        width: -moz-fit-content;
        width: fit-content
    }
    .l-place-webgl-caption__subtitle {
        margin-bottom: -.5em
    }
    .l-place-webgl__text {
        bottom: calc(var(--spacing-layout) + (100vh - calc(100 * var(--dvh))));
        position: absolute;
        width: 400px
    }
    .l-place-webgl__spiral,
    .l-place-webgl__spiral-container {
        aspect-ratio: 1440/2334;
        height: 130vh;
        left: 50%;
        mix-blend-mode: overlay;
        overflow: visible;
        transform: translateX(-50%);
        width: auto
    }
    .l-place-webgl__spiral picture,
    .l-place-webgl__spiral-container {
        will-change: transform
    }
    .l-place-description {
        display: flex;
        flex-direction: column;
        height: 150vh;
        justify-content: flex-end
    }
    .l-place-video-container {
        height: 400vh;
        position: absolute;
        z-index: 5
    }
    .l-place-video__video {
        pointer-events: none
    }
    .l-place-video__caption {
        height: 100%;
        position: relative
    }
    .l-place-video__caption-item {
        bottom: var(--cookie-height);
        left: 0;
        padding: calc(var(--scale-px) * 20);
        position: absolute;
        width: 100%
    }
    .l-place-video__caption-item:first-child {
        background: var(--c-dark-green)
    }
    .l-place-video__caption-item:nth-child(2) {
        background: var(--c-dark-blue)
    }
    .l-place-video__caption-item:nth-child(3) {
        background: var(--c-dark-green)
    }
    .l-place-video__caption-item:nth-child(4) {
        background: var(--c-dark-blue)
    }

    /* Place stats cards (desktop): balance value vs label sizes */
    .l-place-video__caption-item .h0 {
        font-size: clamp(56px, 5.2vw, 92px);
        line-height: 1.02
    }
    .l-place-video__caption-item .text-c1 {
        font-size: clamp(16px, 1.35vw, 22px);
        line-height: 1.15;
        letter-spacing: .02em
    }

    /* Fullscreen background video for place sticky sections */
    .l-place-bg-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0
    }
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-place {
        overflow: hidden
    }
    .l-place,
    .l-place-bg-caption {
        position: relative
    }
    .l-place-webgl {
        height: 100% !important
    }
    .l-place-webgl-container {
        height: 100%
    }
    .l-place-webgl__spiral {
        height: 117%;
        left: 50%;
        margin-top: -7vh;
        mix-blend-mode: overlay;
        overflow: visible;
        transform: translateX(-50%);
        z-index: 1
    }

    /* Place stats cards (mobile): balance value vs label sizes */
    #l-place-sticky-mobile-1 .h0,
    #l-place-sticky-mobile-2 .h0,
    #l-place-sticky-mobile-3 .h0,
    #l-place-sticky-mobile-3 .h0 {
        font-size: clamp(44px, 11.5vw, 64px);
        line-height: 1.02
    }
    #l-place-sticky-mobile-1 .text-c1,
    #l-place-sticky-mobile-2 .text-c1,
    #l-place-sticky-mobile-3 .text-c1,
    #l-place-sticky-mobile-4 .text-c1 {
        font-size: clamp(18px, 4.4vw, 22px);
        line-height: 1.15;
        letter-spacing: .02em
    }
    .l-place-webgl__gradient {
        height: 100%;
        width: 100vw
    }
    .l-place-webgl__gradient div:first-child {
        background: radial-gradient(circle at center, var(--c-blue) 0, rgba(var(--c-blue-rgb), 0) 70%) no-repeat;
        height: 200vw;
        left: -97vw;
        position: absolute;
        top: -13vh;
        width: 200vw
    }
    .l-place-webgl__gradient div:nth-child(2) {
        background: radial-gradient(circle, var(--c-olive) 0, rgba(var(--c-olive-rgb), .8) 45%, rgba(var(--c-olive-rgb), 0) 72%);
        height: 100vw;
        left: 21vw;
        position: absolute;
        top: 46vh;
        width: 100vw
    }
    .l-place-webgl__gradient div:nth-child(3) {
        background: radial-gradient(circle, var(--c-light-green) 0, rgba(var(--c-light-green-rgb), .8) 45%, rgba(var(--c-light-green-rgb), 0) 72%);
        height: 200vw;
        left: -106vw;
        position: absolute;
        top: 32vh;
        width: 200vw
    }
    .l-place-webgl__gradient div:nth-child(4) {
        background: radial-gradient(circle, var(--c-light-blue) 0, var(--c-light-blue) 25%, rgba(var(--c-light-blue-rgb), 0) 70%);
        bottom: -60vh;
        height: 200vw;
        left: -106vw;
        position: absolute;
        width: 200vw
    }
    .l-place-webgl__gradient div:nth-child(5) {
        background: radial-gradient(circle, rgba(var(--c-black-rgb), .8) 0, rgba(var(--c-black-rgb), .5) 15%, rgba(var(--c-black-rgb), 0) 70%);
        bottom: -23vh;
        height: 86vw;
        left: 29vw;
        position: absolute;
        width: 88vw
    }
    .l-place-video {
        height: 100vh;
        overflow: hidden;
        position: relative;
        z-index: 6
    }
    .l-place-video__caption {
        height: 100%;
        pointer-events: none;
        position: relative;
        z-index: 2
    }
    .l-place-video__caption .content-animation,
    .l-place-video__caption .content-animation>div {
        height: 100%
    }
    .l-place-video__caption-item {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center
    }
    .l-place-video__caption-item__title {
        font-size: 125px;
        margin-top: -.3em;
        position: relative
    }
    .l-place-video .carousel__thumb {
        bottom: 20px
    }
    .l-place-description {
        overflow: hidden;
        position: relative;
        z-index: 1
    }
    .l-place-description__image {
        height: 80vh
    }
    .l-place-description__title {
        position: relative;
        z-index: 1
    }
    .l-place-description__gradient {
        background: radial-gradient(circle, var(--c-light-green) 0, rgba(var(--c-light-green-rgb), .8) 15%, rgba(var(--c-light-green-rgb), 0) 72%);
        bottom: -125vw;
        height: 200vw;
        position: absolute;
        right: -101vw;
        width: 200vw
    }
    #l-place-sticky-1 .l-place-video,
    #l-place-sticky-mobile-1 .l-place-video {
        background: var(--c-dark-green)
    }
    #l-place-sticky-2 .l-place-video,
    #l-place-sticky-mobile-2 .l-place-video {
        background: var(--c-blue)
    }
    #l-place-sticky-3 .l-place-video,
    #l-place-sticky-mobile-3 .l-place-video {
        background: var(--c-dark-blue)
    }
    #l-place-sticky-4 .l-place-video,
    #l-place-sticky-mobile-4 .l-place-video {
        background: var(--c-dark-green)
    }
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {}

.l-place-mobile {
    position: relative
}

.l-map-caption {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-end
}

.l-map-caption>.col {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    max-height: var(--lg, 73%) var(--n-lg, 90vh);
    position: relative
}

@media (min-width:1440px),
(min-width:980px) and (min-aspect-ratio:10/11) {
    .l-map {
        clip-path: polygon(0 100vh, 100% 100vh, 100% 100%, 0 100%);
        height: 230vh;
        margin-bottom: 100svh;
        margin-top: -200vh;
        z-index: 7
    }
    .l-map-caption__text {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        position: absolute;
        top: 0
    }
    .l-map-caption img,
    .l-map-caption picture {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom right;
        object-position: bottom right
    }
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-map {
        clip-path: polygon(0 100vh, 100% 100vh, 100% 100%, 0 100%);
        height: 220vh;
        margin-top: -200vh;
        z-index: 5
    }
    .l-map .sticky__layer {
        overflow: hidden
    }
    .l-map-caption {
        margin-top: 120vh;
        position: relative
    }
    .l-map-caption>.col {
        flex: 0 0 auto
    }
    .l-map-caption__text {
        position: relative;
        z-index: 2
    }
    .l-map-caption__map {
        flex-grow: 1;
        margin-top: -30px;
        overflow: scroll;
        position: relative
    }
    .l-map-caption__map picture {
        width: auto
    }
    .l-map-caption__map img {
        aspect-ratio: 1006/800;
        display: block;
        height: 100%;
        width: auto
    }
    .l-map-caption__map:before {
        background: linear-gradient(160.12deg, var(--c-beige-background) 10.3%, rgba(var(--c-beige-background-rgb), 0) 37.68%);
        content: "";
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }
    .l-map-caption__map-scroll {
        bottom: var(--spacing-layout);
        left: var(--spacing-layout);
        position: absolute
    }
}

.l-design {
    position: relative
}

.l-design__caption {
    height: 100vh;
    position: relative
}

.l-design__caption-title {
    margin-left: auto;
    margin-right: 0;
    width: -moz-fit-content;
    width: fit-content
}

.l-design__caption__text {
    bottom: calc(var(--spacing) + (100vh - calc(100 * var(--dvh))));
    left: var(--spacing-layout);
    position: absolute;
    right: var(--spacing-layout)
}

.l-design__slide {
    position: relative
}

.l-design__slide--1 {
    clip-path: polygon(0 100vh, 100% 100vh, 100% 100%, 0 100%);
    margin-top: -200vh;
    scroll-margin: var(--lg, -100vh) var(--n-lg, -200vh)
}

.l-design__slide--1,
.l-design__slide--2,
.l-design__slide--3,
.l-design__slide--4 {
    background: var(--c-beige-background)
}

@media (min-width:1440px),
(min-width:980px) and (min-aspect-ratio:10/11) {
    .l-design__caption {
        align-content: center
    }
    .l-design__caption__text {
        bottom: calc(var(--spacing-layout) + (100vh - calc(100 * var(--dvh))));
        right: auto;
        width: 400px
    }
    .l-design__caption__subtitle {
        margin-bottom: -.5em
    }
    .l-design__title {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%)
    }
    .l-design__slide--1 {
        z-index: 5
    }
    .l-design__slide--2 {
        height: 300vh;
        z-index: 6
    }
    .l-design__slide--2 .row {
        align-items: flex-start;
        height: 100vh
    }
    .l-design__slide--2 .row .col {
        aspect-ratio: 480/520;
        position: relative
    }
    .l-design__slide--2 .row .col:last-child {
        flex-direction: column;
        justify-content: flex-end
    }
    .l-design__slide--3 {
        height: 350vh
    }
    .l-design__slide--3 .l-design__slide-images {
        height: 100vh;
        overflow: hidden
    }
    .l-design__slide--3 .l-design__slide-images__item {
        height: 100%;
        position: relative
    }
    .l-design__slide--3 .l-design__slide-images__item img {
        -o-object-position: top;
        object-position: top
    }
    .l-design__slide--3 .l-design__slide-images__item--small {
        height: 21vw
    }
    .l-design__slide--3 .l-design__slide-content {
        height: 100vh;
        margin-top: 100vh;
        position: relative
    }
    .l-design__slide__header-class {
        bottom: var(--cookie-height);
        position: absolute;
        top: 100vh;
        width: 1px
    }
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-design__caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2
    }
    .l-design__caption__text {
        bottom: calc((var(--spacing) * 4))
    }
    .l-design__slide .sticky__layer {
        overflow: hidden
    }
    .l-design__slide__bg {
        height: 100svh;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .l-design__slide__bg .background {
        left: 50%;
        transform: translateX(-50%)
    }
    .l-design__slide--1 {
        height: 350svh
    }
    .l-design__slide--3 {
        height: 150svh
    }
    .l-design__slide--2 {
        margin-top: -30svh
    }
    .l-design__slide--4 {
        margin-bottom: calc(var(--svh) * 100);
        margin-top: -40svh;
        z-index: 5
    }
    .l-design__slide .carousel {
        overflow: hidden
    }
}

.l-design__theme {
    position: absolute;
    top: 0
}

.l-residences {
    z-index: 5
}

.l-residences__webgl {
    height: 100vh;
    position: relative;
    width: 100%;
    z-index: 0
}

.l-residences__webgl-caption {
    position: relative
}

.l-residences__theme {
    bottom: 0;
    position: absolute;
    width: 1px
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-residences__theme {
        bottom: auto;
        top: 100svh
    }
}

.l-residences__caption {
    background: var(--c-dark-green);
    z-index: 2
}

.l-residences__caption__button--disabled {
    pointer-events: none
}

.l-residences__caption__button--disabled .btn,
.l-residences__caption__button--disabled .text-c2 {
    opacity: .2
}

.l-residences__caption__description {
    margin-top: calc(var(--scale-px) * 10);
    padding-bottom: calc(var(--scale-px) * 30)
}

.l-residences__caption__type {
    text-transform: capitalize
}

.l-residences__caption__line {
    background: rgba(var(--c-beige-rgb), .2);
    height: 1.5px;
    left: calc(var(--scale-px) * 30);
    position: absolute;
    right: calc(var(--scale-px) * 30);
    top: calc(var(--scale-px) * 120);
    transition: transform .8s cubic-bezier(.25, .74, .22, .99);
    width: calc(100% - (30px * var(--scale-px)));
    z-index: 1
}

.l-residences__caption__line-progress {
    background: var(--c-beige);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5%
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-residences__slider {
        overflow: hidden;
        position: relative;
        z-index: 5
    }
    .l-residences__slider-container {
        min-height: 100dvh;
        position: relative;
        z-index: 5
    }
    .l-residences__slider__images {
        overflow: hidden;
        position: relative
    }
    .l-residences__slider__images .carousel__list,
    .l-residences__slider__images .carousel__list__inner,
    .l-residences__slider__images img,
    .l-residences__slider__images picture {
        height: 100%
    }
    .l-residences__slider__images .carousel__thumb__item:after {
        margin-top: 10px
    }
    .l-residences__slider__gradient {
        height: 100vh;
        overflow: hidden;
        position: absolute;
        width: 100vw
    }
    .l-residences__slider__gradient div:first-child {
        background: radial-gradient(circle at center, var(--c-light-green) 0, rgba(var(--c-light-green-rgb), 0) 50%) no-repeat;
        height: 150vw;
        left: -56vw;
        position: absolute;
        top: -17vh;
        width: 150vw
    }
}

@media (max-aspect-ratio:10/11) and (max-width:1439px) and (min-width:1440px),
(max-aspect-ratio:10/11) and (max-width:1439px) and (min-width:980px) and (min-aspect-ratio:10/11),
(max-aspect-ratio:13/9) and (max-width:667px) and (min-width:1440px),
(max-aspect-ratio:13/9) and (max-width:667px) and (min-width:980px) and (min-aspect-ratio:10/11),
(max-width:979px) and (min-width:1440px),
(max-width:979px) and (min-width:980px) and (min-aspect-ratio:10/11) {
    .l-residences__slider__gradient div:first-child {
        filter: blur(40px)
    }
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-residences__webgl-container {
        contain: strict;
        content-visibility: auto;
        height: 300vh
    }
    .l-residences__caption {
        height: 43%
    }
    .l-residences__caption__item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }
    .l-residences__caption__item-title>span {
        font-family: Victor Serif, Helvetica, Arial, sans-serif;
        font-weight: 400;
        --fos: -0.165em;
        --foe: -0.095em;
        font-size: calc(var(--scale-text-rem) * 3);
        --lh: 1.33333em;
        letter-spacing: 0;
        line-height: var(--lh);
        text-transform: none
    }
    .is-win .l-residences__caption__item-title>span {
        --fos: -0.165em;
        --foe: -0.095em
    }
    .l-residences__caption__item-title>span.news-modal__title,
    [lang=en] .l-residences__caption__item-title>span:not(.g1) {
        line-height: calc(var(--lh) + .2em)
    }
    .l-residences__caption__item-text {
        opacity: .5
    }
    .l-residences__caption-text,
    .l-residences__caption>div,
    .l-residences__caption__item {
        height: 100%
    }
    .l-residences__caption__button {
        border-top: 1px solid var(--t-line)
    }
}

@media (min-width:1440px),
(min-width:980px) and (min-aspect-ratio:10/11) {
    .l-residences {
        clip-path: polygon(0 100vh, 100% 100vh, 100% 100%, 0 100%);
        height: 600vh;
        margin-top: -200vh
    }
    .is-ios .l-residences {
        contain: strict;
        content-visibility: auto
    }
    .l-residences__slide {
        height: 100vh
    }
    .l-residences__slide__tree {
        bottom: 0;
        right: 0;
        z-index: 1
    }
    .l-residences__slide__tree img,
    .l-residences__slide__tree picture {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: right bottom;
        object-position: right bottom
    }
    .l-residences__slide:not(:first-child) {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .l-residences__caption {
        bottom: calc(var(--spacing-layout) + (100vh - 100dvh));
        padding: 0;
        position: absolute;
        right: var(--spacing-layout);
        width: var(--xxxxl, calc(var(--scale-px) * 340)) var(--n-xxxxl, calc(var(--scale-px) * 300))
    }
    .l-residences__caption,
    .l-residences__caption .content-animation,
    .l-residences__caption .content-animation>div,
    .l-residences__caption>.l-residences__caption__content-animation {
        height: calc(var(--scale-px) * 240)
    }
    .has-hover .l-residences__caption:hover .l-residences__caption__card {
        height: calc(var(--scale-px) * 460)
    }
    .has-hover .l-residences__caption:hover .l-residences__caption__line {
        transform: translateY(-220px)
    }
    .l-residences__caption__card {
        bottom: 0;
        height: calc(var(--scale-px) * 240);
        overflow: hidden;
        transition: height .8s cubic-bezier(.25, .74, .22, .99)
    }
    .l-residences__caption__card,
    .l-residences__caption__card-content {
        left: 0;
        position: absolute;
        width: var(--xxxxl, calc(var(--scale-px) * 340)) var(--n-xxxxl, calc(var(--scale-px) * 300))
    }
    .l-residences__caption__card-content {
        padding: calc(var(--scale-px) * 25) calc(var(--scale-px) * 30) calc(var(--scale-px) * 30);
        top: 0;
        transition: transform .8s cubic-bezier(.25, .74, .22, .99)
    }
    .l-residences__caption__button {
        bottom: 0;
        left: 0;
        padding: calc(var(--scale-px) * 30);
        position: absolute;
        right: 0;
        z-index: 2
    }
    .l-residences__caption__description {
        margin-bottom: calc(var(--scale-px) * 30);
        margin-top: calc(var(--scale-px) * 20);
        min-height: calc(var(--scale-px) * 30);
        padding-bottom: 0
    }
    .l-residences__caption__item {
        padding-top: calc(var(--scale-px) * 40)
    }
    .l-residences__caption__item__text {
        margin-top: calc(var(--scale-px) * 20)
    }
}

.l-interiors {
    position: relative;
    scroll-margin: -100vh;
    z-index: 6
}

.l-interiors__anchor {
    position: absolute;
    top: 200vh
}

@media (min-width:1440px),
(min-width:980px) and (min-aspect-ratio:10/11) {
    .l-interiors {
        clip-path: polygon(0 100vh, 100% 100vh, 100% 100%, 0 100%);
        contain: strict;
        content-visibility: auto;
        height: 350vh;
        margin-top: -200vh
    }
    .l-interiors__slider {
        height: 100vh
    }
    .l-interiors__slider .col {
        height: 100%
    }
    .l-interiors__slider-thumb {
        background: #162d24;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .l-interiors__slider-thumb__links {
        position: absolute;
        right: var(--spacing-layout);
        top: 50%;
        transform: translateY(-50%);
        width: 60px
    }
    .l-interiors__slider-thumb__links__item {
        border: 1.5px solid transparent;
        cursor: pointer;
        height: 60px;
        transition: all .4s cubic-bezier(.25, .74, .22, .99);
        width: 100%
    }
    .l-interiors__slider-thumb__links__item:not(:last-child) {
        margin-bottom: 5px
    }
    .l-interiors__slider-thumb__links__item.is-active {
        border-color: #c1c1c1;
        cursor: default;
        padding: 5px;
        pointer-events: none
    }
    .l-interiors__slider__caption {
        flex-shrink: 0;
        width: 600px
    }
    /* Desktop #interiors: başlık + gövde wellness slider ile aynı ölçek; thumb şeridi (top:50%) ile dikey hizayı justify-content:center sağlar */
    #interiors .l-interiors__caption-title {
        font-size: clamp(3.45rem, 4.45vw, 4.55rem);
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 1;
        margin: 0 0 clamp(1rem, 1.6vw, 1.75rem);
        opacity: .92
    }
    #interiors .l-interiors__caption-text {
        font-size: clamp(2.35rem, 3.35vw, 3.3rem);
        letter-spacing: -0.02em;
        line-height: 1;
        margin: 50px 0 0 0;
    }
    /* Desktop interiors: caption cross-fade (matches mobile #interiors-mobile pattern; avoids is-hidden/display:none) */
    #interiors .js-interiors-desktop-caption-stack {
        display: grid;
        position: relative
    }
    #interiors .js-interiors-desktop-caption-item {
        grid-area: 1 / 1;
        align-self: start;
        z-index: 1;
        opacity: 1;
        transform: translateY(0);
        transition: opacity .28s ease, transform .28s ease;
        will-change: opacity, transform
    }
    #interiors .js-interiors-desktop-caption-item.is-caption-hidden {
        opacity: 0;
        transform: translateY(10px);
        pointer-events: none;
        z-index: 0
    }
    #interiors .js-interiors-desktop-caption-item:not(.is-caption-hidden) {
        z-index: 2
    }
    .l-interiors__intro {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

/* Revaq Bulvar: smaller description + premium gradients */
#revaq-bulvar .sticky__layer--sticky {
    position: relative
}
#revaq-bulvar .sticky__layer--sticky::before,
#revaq-bulvar .sticky__layer--sticky::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none
}
/* Color-rich, subtle brand-like glows */
#revaq-bulvar .sticky__layer--sticky::before {
    z-index: 1;
    background:
        radial-gradient(900px 520px at 18% 30%, rgba(var(--c-olive-rgb), .38) 0%, rgba(var(--c-olive-rgb), 0) 74%),
        radial-gradient(820px 520px at 78% 38%, rgba(var(--c-green-rgb), .48) 0%, rgba(var(--c-green-rgb), 0) 76%),
        radial-gradient(720px 520px at 55% 92%, rgba(var(--c-blue-rgb), .40) 0%, rgba(var(--c-blue-rgb), 0) 72%)
}
/* Readability gradients (bottom + slight top vignette) */
#revaq-bulvar .sticky__layer--sticky::after {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(var(--c-black-rgb), .04) 0%, rgba(var(--c-black-rgb), 0) 50%),
        linear-gradient(0deg, rgba(var(--c-black-rgb), .36) 0%, rgba(var(--c-black-rgb), 0) 70%),
        linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 35%)
}
#revaq-bulvar .l-revaq-bulvar__content {
    position: relative;
    z-index: 2
}

#revaq-bulvar .l-revaq-bulvar__content .h2 {
    font-size: clamp(18px, 1.55vw, 24px);
    line-height: 1.22
}

.l-gallery__intro {
    font-size: clamp(18px, 1.55vw, 24px);
    line-height: 1.22;
    margin-top: 20px;
}

/* CDN video sticky sections: match Revaq Bulvar gradients */
#l-place-sticky-1 .sticky__layer--sticky,
#l-place-sticky-2 .sticky__layer--sticky,
#l-place-sticky-3 .sticky__layer--sticky,
#l-place-sticky-4 .sticky__layer--sticky {
    position: relative
}
#l-place-sticky-1 .sticky__layer--sticky::before,
#l-place-sticky-1 .sticky__layer--sticky::after,
#l-place-sticky-2 .sticky__layer--sticky::before,
#l-place-sticky-2 .sticky__layer--sticky::after,
#l-place-sticky-3 .sticky__layer--sticky::before,
#l-place-sticky-3 .sticky__layer--sticky::after,
#l-place-sticky-4 .sticky__layer--sticky::before,
#l-place-sticky-4 .sticky__layer--sticky::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1
}
#l-place-sticky-1 .sticky__layer--sticky::before,
#l-place-sticky-2 .sticky__layer--sticky::before,
#l-place-sticky-3 .sticky__layer--sticky::before,
#l-place-sticky-4 .sticky__layer--sticky::before {
    background:
        radial-gradient(900px 520px at 18% 30%, rgba(var(--c-olive-rgb), .38) 0%, rgba(var(--c-olive-rgb), 0) 74%),
        radial-gradient(820px 520px at 78% 38%, rgba(var(--c-green-rgb), .48) 0%, rgba(var(--c-green-rgb), 0) 76%),
        radial-gradient(720px 520px at 55% 92%, rgba(var(--c-blue-rgb), .40) 0%, rgba(var(--c-blue-rgb), 0) 72%)
}
#l-place-sticky-1 .sticky__layer--sticky::after,
#l-place-sticky-2 .sticky__layer--sticky::after,
#l-place-sticky-3 .sticky__layer--sticky::after,
#l-place-sticky-4 .sticky__layer--sticky::after {
    background:
        linear-gradient(180deg, rgba(var(--c-black-rgb), .06) 0%, rgba(var(--c-black-rgb), 0) 52%),
        linear-gradient(0deg, rgba(var(--c-black-rgb), .46) 0%, rgba(var(--c-black-rgb), 0) 74%)
}
    .l-interiors__intro-caption {
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: center;
        margin-left: auto;
        margin-right: 0;
        position: relative;
        width: -moz-fit-content;
        width: fit-content
    }
    .l-interiors__intro-caption__subtitle {
        margin-bottom: -.5em
    }
    .l-interiors__intro__text {
        bottom: var(--spacing);
        left: var(--spacing-layout);
        position: absolute;
        width: 400px
    }
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    #wellness-slider-mobile .l-wellness__slider {
        height: 100svh;
        min-height: 100svh
    }
    #wellness-slider-mobile .l-wellness__slider.row {
        padding-top: calc(var(--scale-px) * 50) !important
    }
    #wellness-slider-mobile .l-wellness__slider__images {
        height: 59svh !important
    }
    #wellness-slider-mobile .l-wellness__slider__caption {
        height: calc(100svh - 59svh) !important;
        overflow: hidden
    }
    #wellness-slider-mobile .l-wellness__slider__caption-text {
        top: calc(var(--scale-px) * 12) !important
    }

    .l-interiors__anchor {
        height: 100vh;
        position: absolute;
        top: 100vh;
        width: 100vw
    }
    .l-interiors__intro {
        position: relative
    }
    .l-interiors__intro-caption {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        position: relative
    }
    .l-interiors__intro__text {
        bottom: calc(var(--spacing) * 4);
        left: var(--spacing-layout);
        position: absolute;
        right: var(--spacing-layout);
        width: var(--md, calc(50% - (var(--spacing-layout) * 2))) var(--n-md, calc(100% - (var(--spacing-layout) * 2)))
    }
    .l-interiors__slider .carousel__list {
        overflow: hidden
    }

    #interiors-mobile .l-interiors__slider {
        height: 100svh;
        min-height: 100svh;
        background: #162d24 !important;
    }
    #interiors-mobile .carousel {
        margin-top: calc(var(--scale-px) * 12) !important
    }
    #interiors-mobile .mobile-scrollable .mobile-scrollable__item,
    #interiors-mobile .mobile-scrollable picture,
    #interiors-mobile .mobile-scrollable img {
        max-height: 58svh
    }

    /* Mobile interiors caption: smooth switch without layout jump */
    #interiors-mobile .js-interiors-mobile-caption-items {
        display: grid
    }
    #interiors-mobile .js-interiors-mobile-caption-item {
        grid-area: 1 / 1;
        opacity: 1;
        transform: translateY(0);
        transition: opacity .22s ease, transform .22s ease;
        will-change: opacity, transform
    }
    #interiors-mobile .js-interiors-mobile-caption-item.is-caption-hidden {
        opacity: 0;
        transform: translateY(6px);
        pointer-events: none
    }

    #interiors-mobile .l-interiors__caption-title {
        margin: 0 0 10px;
        font-size: 1.25em;
        line-height: 1.15;
        font-weight: 500;
        opacity: .92;
        color: #e0d1b6;
    }
    #interiors-mobile .l-interiors__caption-text {
        margin: 0;
        color: #e0d1b6;
        margin-top: 20px;
    }
}

@media (prefers-reduced-motion:reduce) {
    #interiors-mobile .js-interiors-mobile-caption-item,
    #interiors .js-interiors-desktop-caption-item {
        transition: none !important
    }
}

.l-appartment-modal__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width:1440px),
(min-width:980px) and (min-aspect-ratio:10/11) {
    .l-appartment-modal__info {
        flex: 0 1 calc(var(--grid-col) * 3.5);
        width: calc(var(--grid-col) * 3.5)
    }
}

.l-appartment-modal__tags__item {
    align-items: center;
    display: flex
}

.l-appartment-modal__tags__item .icon {
    margin-right: 10px
}

@media (min-width:1440px),
(min-width:980px) and (min-aspect-ratio:10/11) {
    .l-appartment-modal__tags {
        display: flex;
        flex-direction: column;
        gap: 10px 0
    }
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-appartment-modal__tags {
        gap: 10px 4px
    }
    .l-appartment-modal__tags__item {
        border: 1.5px solid var(--t-line);
        border-radius: 20px;
        padding: 6px 15px 6px 10px
    }
}

.l-appartment-modal__controls>.row>.row .btn:first-child {
    margin-right: 5px
}

.l-appartment-modal__plan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.l-appartment-modal__plan__image {
    position: relative
}

@media (min-width:1440px),
(min-width:980px) and (min-aspect-ratio:10/11) {
    .l-appartment-modal {
        height: calc(100 * var(--dvh))
    }
    .l-appartment-modal__info {
        border-right: 1.5px solid var(--t-line)
    }
    .l-appartment-modal__plan__image {
        margin: 0 auto;
        max-width: calc(var(--scale-px) * 720);
        width: 90vh
    }
    .l-appartment-modal__plan-navigation {
        bottom: var(--spacing);
        left: var(--spacing);
        position: absolute
    }
}

@media (min-width:2400px) and (min-height:700px) {
    .l-appartment-modal__plan__image {
        max-width: calc(var(--scale-px) * 1020)
    }
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .l-appartment-modal__controls {
        background: var(--t-background);
        border-top: 1.5px solid var(--t-line);
        bottom: var(--cookie-height);
        position: fixed;
        transition: all 1.6s cubic-bezier(.25, .74, .22, .99);
        width: 100%
    }
    .l-appartment-modal__plan__image {
        padding-left: var(--md, calc(var(--spacing) * 2)) var(--n-md, calc(var(--scale-px) * 25));
        padding-right: var(--md, calc(var(--spacing) * 2)) var(--n-md, calc(var(--scale-px) * 25));
        width: var(--md, 75%) var(--n-md, 100%)
    }
    .l-appartment-modal__plan__text-x {
        left: var(--md, 0) var(--n-md, calc(var(--scale-px) * -35))
    }
}

.l-news {
    background: var(--c-dark-blue)
}

.l-news__content {
    align-items: flex-end;
    display: flex
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .l-news__content {
        align-items: flex-start;
        flex-direction: column-reverse
    }
    .l-news__content .mobile-scrollable__item {
        padding-bottom: var(--spacing)
    }
    .l-news__content .mobile-scrollable__item>li,
    .l-news__content .mobile-scrollable__item>li>a {
        height: 100%
    }
}

@media (min-width:568px) and (max-width:667px) and (max-aspect-ratio:13/9),
(min-width:668px) and (max-aspect-ratio:10/11),
(min-width:668px) and (min-height:416px),
(min-width:980px) {
    .l-news__list {
        display: grid;
        gap: var(--md, var(--spacing)) var(--n-md, var(--spacing-layout));
        grid-template-columns: var(--md, 1fr 1fr) var(--n-md, 1fr)
    }
}

.l-news__list.mobile-scrollable {
    --scrollable-item-width: 88.333%;
    --scrollable-item-gap: 10px;
    --scrollable-side-gap: 20px;
    --_side-offset: 0px
}

.l-news__gradient {
    filter: blur(50px);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100vw
}

.l-news__gradient div:first-child {
    background: radial-gradient(circle at center, var(--c-blue) 0, rgba(var(--c-blue-rgb), 0) 70%) no-repeat;
    bottom: -47vh;
    height: 100vw;
    left: -25vw;
    position: absolute;
    width: 100vw
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .l-news__gradient div:first-child {
        bottom: -26vh;
        height: 100vh
    }
}

.l-news__gradient div:nth-child(2) {
    background: radial-gradient(circle, var(--c-green) 0, rgba(var(--c-green-rgb), .8) 45%, rgba(var(--c-green-rgb), 0) 72%);
    height: 100vw;
    position: absolute;
    right: -33vw;
    top: -46vh;
    width: 100vw
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .l-news__gradient div:nth-child(2) {
        top: 0
    }
}

.l-news__gradient div:nth-child(3) {
    background: radial-gradient(circle, var(--c-olive) 0, rgba(var(--c-olive-rgb), .8) 45%, rgba(var(--c-olive-rgb), 0) 72%);
    height: 30vw;
    position: absolute;
    right: -13vw;
    top: 48vh;
    width: 75vw
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .l-news__gradient div:nth-child(3) {
        bottom: 5vh;
        height: 50vh;
        top: auto
    }
}

.l-news__gradient div:nth-child(4) {
    background: radial-gradient(circle, var(--c-light-green) 0, var(--c-light-green) 25%, rgba(var(--c-light-green-rgb), 0) 70%);
    bottom: 0;
    height: 16vw;
    position: absolute;
    right: -24vw;
    width: 100vw
}

@media (max-width:567px) and (max-aspect-ratio:13/9),
(max-width:667px) and (min-aspect-ratio:13/9),
(max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .l-news__gradient div:nth-child(4) {
        bottom: -23vh;
        height: 50vh
    }
}

.news__gradient {
    filter: blur(50px);
    height: 100svh;
    pointer-events: none
}

.news__gradient div:first-child {
    background: radial-gradient(circle, var(--c-blue) 0, var(--c-blue) 5%, rgba(var(--c-blue-rgb), 0) 72%);
    height: 111vw;
    left: -95vw;
    position: absolute;
    top: -29vw;
    transform: rotate(-10deg);
    width: 206vw
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .news__gradient div:first-child {
        height: 162vh;
        right: -45vw;
        top: -27vw;
        transform: rotate(0)
    }
}

.news__gradient div:nth-child(2) {
    background: radial-gradient(circle, var(--c-dark-blue) 0, var(--c-dark-blue) 5%, rgba(var(--c-dark-blue-rgb), 0) 72%);
    height: 78vh;
    position: absolute;
    right: -26vw;
    top: -14vw;
    width: 104vw
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .news__gradient div:nth-child(2) {
        bottom: -76vw;
        height: 67vh;
        left: -16vw;
        width: 286vw
    }
}

.news__gradient div:nth-child(3) {
    background: radial-gradient(circle, var(--c-green) 0, var(--c-green) 25%, rgba(var(--c-green-rgb), 0) 70%);
    height: 52vw;
    position: absolute;
    right: -41vw;
    top: 70vw;
    transform: rotate(-32deg);
    width: 200vw
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .news__gradient div:nth-child(3) {
        height: 129vh
    }
}

.news__gradient div:nth-child(4) {
    background: radial-gradient(circle, var(--c-olive) 0, var(--c-olive) 5%, rgba(var(--c-olive-rgb), 0) 90%);
    height: 43vw;
    position: absolute;
    right: -20vw;
    top: 107vw;
    transform: rotate(-15deg);
    width: 117vw
}

@media (max-aspect-ratio:10/11) and (max-width:1439px),
(max-aspect-ratio:13/9) and (max-width:667px),
(max-width:979px) {
    .news__gradient div:nth-child(4) {
        bottom: -32vw;
        height: 94vh;
        right: -7vw;
        top: auto;
        width: 196vw
    }
}

.news__content {
    padding: var(--xxxxl, calc(var(--scale-px) * 226) 0 calc(var(--spacing) * 2)) var(--n-xxxxl, var(--md, calc(var(--spacing) / 60 * 170) 0 calc(var(--spacing) * 2)) var(--n-md, calc(var(--scale-px) * 100) 0 calc(var(--scale-px) * 80)));
    position: relative
}

.news__list {
    display: grid;
    gap: var(--md, var(--spacing)) var(--n-md, var(--spacing-layout));
    grid-template-columns: var(--md, 1fr 1fr) var(--n-md, 1fr)
}