@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

aside,
footer,
header,
legend,
main,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit
}

ul,
ul li {
    list-style: none
}

img {
    vertical-align: top
}

img,
svg {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

button,
input,
select,
textarea {
    font-family: inherit
}

button,
select {
    font-size: inherit;
    color: inherit
}

input,
select,
textarea {
    background-color: transparent
}

input::-ms-clear {
    display: none
}

button,
input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: 0 0;
    cursor: pointer
}

button:active,
button:focus,
input:active,
input:focus {
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

/* montserrat-regular - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v31-latin_latin-ext-regular.woff2') format('woff2');
}

/* montserrat-italic - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/montserrat-v31-latin_latin-ext-italic.woff2') format('woff2');
}

/* montserrat-600 - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v31-latin_latin-ext-600.woff2') format('woff2');
}

/* playfair-display-regular - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/playfair-display-v40-latin_latin-ext-regular.woff2') format('woff2');
}

:root {
    --container-width: 1566px;
    --container-padding: 16px;
    --font-family: "Montserrat", sans-serif;
    --second-family: "Playfair Display", serif;
    --font-titles: var(--second-family)
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body,
input,
textarea {
    font-family: var(--font-family);
    font-weight: 400
}

body {
    color: #1c1a1b;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    overflow-x: hidden
}

img {
    display: block;
}

a {
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.hidden {
    display: none;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.lang-dropdown {
    position: relative;
    display: inline-block;
}

.lang-dropdown__toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.lang-dropdown__toggle .lang-flag {
    width: 38px;
    height: auto;
}

.lang-dropdown__menu {
    position: absolute;
    top: calc(100% + 6px);
    right: -10px;
    min-width: 90px;
    background: #ffffffce;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 6px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: all 0.25s ease;
    z-index: 100;
}

.lang-dropdown__menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-dropdown__menu li {
    padding: 4px 0px 4px 8px;
}

.lang-dropdown__menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1c1a1b;
    text-decoration: none;
    font-weight: 600;
}

.lang-dropdown__menu li a:hover {
    color: #8c7851;
}

/* CTA button */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1c1a1b;
    background: #cdae7e;
    padding: 11px 38px;
    border-radius: 10px;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 -10px 28px rgba(201, 165, 106, .22);
    filter: saturate(1.1);
}

.swiper-button-prev,
.swiper-button-next {
    min-width: 43px;
    transition: all .3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: scale(1.1);
}

.swiper-button-prev img {
    transform: rotate(180deg);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.title-1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 150px;
    line-height: 17%;
    text-transform: uppercase;
    color: #fff;
}

.title-2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 150px;
    line-height: 87%;
    text-transform: capitalize;
    color: #1c1a1b;
}

.page-id-15 .title-1 {
    font-size: 120px;
}

.page-id-15 .title-2 {
    font-size: 110px;
}

.title-3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 115%;
    text-transform: capitalize;
    color: #cdae7e;
}

.section-name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #fff;
}

/* ========== Hero ========== */
.hero {
    position: relative;
    isolation: isolate;
    background: #1C1A1B;
}

/* Background image layer */
.hero__bg {
    background: center/cover no-repeat url("/img/hero.jpg");
}

.hero__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 62px 0 90px 0;
}

.container.hero__container {
    max-width: 1920px;
    padding: 0 193px 0 146px;
}

.hero__actions {
    display: flex;
    align-items: center;
    gap: 36px;
    font-size: 16px;
}

.hero__link {
    color: #fff;
}

.hero__link:hover {
    color: #cdae7e;
}

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

.lang a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.lang a img {
    margin-left: 12px;
}

.hero__title-wrapper {
    margin-left: 111px;
    padding-bottom: 480px;
}

.hero__title p {
    margin-bottom: 36px;
}

.hero__title span {
    display: block;
    line-height: 102%;
    white-space: nowrap;
}

.hero__title span:last-child {
    position: relative;
    text-align: right;
}

.hero__title span:last-child::before {
    content: '';
    height: 2px;
    width: 154px;
    background: #fff;
    display: inline-block;
    margin: 54px 91px 54px 0;
}

.hero__grid {
    background: #1C1A1B;
    padding: 147px 0 152px;
}

.hero__grid-wrapper {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.hero__left {
    max-width: 611px;
}

.hero__about-title {
    margin-top: 24px;
}

.hero__about-text {
    padding: 20px 0 36px;
    line-height: 187%;
    color: #fff;
    max-width: 450px;
}

.hero__right {
    position: relative;
    max-width: 856px;
    width: 100%;
    padding-left: 24px;
}

.img-card {
    position: absolute;
    display: inline-block;
}

.img-card__img {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-card::before {
    content: "";
    position: absolute;
    top: -16px;
    left: -23px;
    right: 23px;
    bottom: 16px;
    border: 1px solid #cdae7e;
    border-radius: 10px;
    z-index: 1;
}

.hero__grid .img-card:nth-child(1) {
    bottom: 8px;
}

.hero__grid .img-card:nth-child(1) .img-card__img {
    height: 398px;
    max-width: 584px;
    width: 100%;
}

.hero__grid .img-card:nth-child(1) img {
    transform: scale(1.28);
}

.hero__grid .img-card:nth-child(2) {
    right: 0;
    top: -200px;
    z-index: 11;
}

.img-card.btm-brd::before {
    top: 23px;
    bottom: -23px;
    left: -16px;
    right: 16px;
}

.img-card.btm-brd .img-card__img {
    height: 584px;
    max-width: 398px;
    width: 100%;
}

.hero__gold {
    position: absolute;
    pointer-events: none;
    user-select: none;
}

.hero__gold--lt {
    left: 0px;
    top: 36%;
}

.hero__gold--rb {
    right: 0px;
    bottom: -72px;
}

/* === Responsive === */
@media (max-width: 1680px) {

    .title-1,
    .title-2 {
        font-size: 110px;
    }

    .page-id-15 .title-1 {
        font-size: 90px;
    }

    .page-id-15 .title-2 {
        font-size: 80px;
    }

    .hero__title span:last-child::before {
        width: 110px;
        margin: 24px 22px 36px 0;
    }
}

@media (max-width: 1280px) {

    .title-1 {
        font-size: 80px;
    }

    .title-2 {
        font-size: 72px;
    }

    .page-id-15 .title-1 {
        font-size: 75px;
    }

    .page-id-15 .title-2 {
        font-size: 52px;
    }

    .hero__actions {
        gap: 16px;
    }

    .hero__title span:last-child::before {
        width: 90px;
        margin: 24px 22px 24px 0;
    }

    .container.hero__container {
        padding: 0 16px;
    }

    .hero__title-wrapper {
        margin-left: 40px;
        padding-bottom: 340px;
    }

    .hero__left {
        max-width: 750px;
    }

    .hero__gold--lt {
        top: 22%;
        width: 25%;
    }

    .hero__grid-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .hero__grid {
        padding: 0px 0 100px;
    }

    .hero__right {
        padding-top: 468px;
    }

    .hero__grid .img-card:nth-child(1) {
        width: 68%;
    }

    .hero__grid .img-card:nth-child(2) {
        width: 46%;
        top: -119px;
    }

    .img-card .img-card__img {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .hero__top {
        padding: 32px 0 86px 0;
    }

    .brand {
        width: 240px;
    }

    .hero__link {
        width: 74px;
        line-height: 110%;
    }

    .btn.btn--primary {
        font-size: 14px;
        padding: 8px 12px;
    }

    .title-1,
    .title-2 {
        font-size: 56px;
    }

    .page-id-15 .title-1 {
        font-size: 50px;
    }

    .page-id-15 .title-2 {
        font-size: 50px;
    }

    .hero__title span:last-child::before {
        width: 44px;
        margin: 16px;
    }

    .hero__actions {
        gap: 12px;
        font-size: 14px;
    }

    .hero__title-wrapper {
        padding-bottom: 210px;
    }

    .title-3 {
        font-size: 32px;
    }

    .hero__about-title {
        margin-top: 16px;
    }

    .hero__about-text {
        padding: 14px 0 28px;
        line-height: 160%;
    }

    .hero__right {
        padding-top: 334px;
    }

    .hero__grid .img-card:nth-child(2) {
        width: 46%;
        top: -96px;
    }

    .hero__gold--lt {
        top: 17%;
    }

    .hero__gold--rb {
        right: 0px;
        bottom: -46px;
        width: 46%;
    }

    .lang-dropdown__toggle {
        gap: 6px;
    }

    .lang-dropdown__toggle .lang-flag {
        width: 22px;
        height: auto;
    }

    .lang-dropdown__menu {
        right: -10px;
        min-width: 70px;
    }

    .lang-dropdown__menu li {
        padding: 4px 2px 4px 4px;
    }

    .lang-dropdown__menu li a {
        gap: 6px;
    }

    .lang-dropdown__menu img {
        width: 22px;
    }
}

@media (max-width: 560px) {

    .container,
    .container.hero__container {
        padding: 0 10px;
    }

    .btn {
        font-size: 15px;
        padding: 8px 24px;
    }

    .hero__top {
        padding: 24px 0 44px 0;
    }

    .lang a {
        font-size: 14px;
    }

    .brand {
        width: 140px;
    }

    .lang a img {
        display: none;
    }

    .hero__link {
        width: 54px;
        font-size: 10px;
    }

    .btn.btn--primary {
        font-size: 12px;
        padding: 8px 8px;
    }

    .title-1,
    .title-2 {
        font-size: 36px;
    }

    .page-id-15 .title-1 {
        font-size: 32px;
    }

    .page-id-15 .title-2 {
        font-size: 32px;
    }

    .hero__title span {
        line-height: 120%;
    }

    .section-name {
        line-height: 116%;
        letter-spacing: 0.2em;
        font-size: 15px;
    }

    .hero__title span:last-child::before {
        width: 36px;
        margin: 12px;
    }

    .hero__title-wrapper {
        margin-left: 12px;
        padding-bottom: 100px;
    }

    .title-3 {
        font-size: 24px;
        line-height: 124%;
    }

    .hero__about-text {
        line-height: 140%;
        font-size: 14px;
    }

    .hero__grid {
        padding: 0px 0 66px;
    }

    .hero__right {
        padding-top: 210px;
    }

    .img-card.btm-brd::before {
        top: 18px;
        bottom: -18px;
        left: -14px;
        right: 14px;
    }

    .hero__grid .img-card:nth-child(2) {
        width: 44%;
        top: -68px;
    }

    .hero__gold--lt {
        top: 21%;
    }

    .hero__gold--rb {
        bottom: -11px;
        width: 36%;
    }
}

.main-section {
    background: #f7f4f1;
}

/* ========== Interiors ========== */
.interiors {
    padding: 160px 0 160px;
    position: relative;
}

/* ===== Layout ===== */
.interiors__inner {
    max-width: 1920px;
    padding-left: 174px;
    padding-right: 0;
    padding-bottom: 30px;
    margin: 0;
    overflow: hidden;
}

.interiors__title {
    position: absolute;
    left: 764px;
}

.interiors__gallery {
    display: grid;
    grid-template-columns: 532px 1fr;
    gap: 35px;
    align-items: start;
    position: relative;
    padding-left: 20px;
}

.interiors__gallery::after {
    content: "";
    position: absolute;
    bottom: 135px;
    left: 510px;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 21;
}

.interiors__gallery .img-card {
    position: relative;
}

.img-card::before {
    top: 26px;
    left: -21px;
    right: 21px;
    bottom: -26px;
    z-index: 2;
}

/* ===== Main ===== */
.interiors__main {
    position: relative;
    width: 532px;
    height: 674px;
    border-radius: 10px;
    overflow: hidden;
    background: #ddd;
    z-index: 2;
}

.interiors__main .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Caption */
.caption-overlay {
    background: linear-gradient(180deg, rgba(116, 116, 116, 0) 0%, #000 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 212px;
    z-index: 10;
}

.interior-caption {
    z-index: 11;
    position: absolute;
    left: 62px;
    bottom: 60px;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.interior-caption p {
    width: 332px;
}

.interior-caption span {
    display: block;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #ececec;
}

.interior-caption strong {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fafafa;
    padding: 12px 0;
}

/* ===== Thumbs ===== */
.interiors__thumbs {
    position: relative;
    overflow: hidden;
    align-self: end;
}

.interiors__thumbs .swiper-slide {
    width: 211px;
    height: 313px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    transition: width .25s ease, margin .25s ease, opacity .2s ease;
}

.interiors__thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

.interiors__next {
    position: absolute;
    bottom: 292px;
    right: 62px;
    width: 43px;
    height: 44px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 5;
}

.hero__gold--interiors {
    right: 0;
    bottom: -118px;
}

.interiors__thumbs {
    overflow: hidden;
    margin-top: 20px;
    z-index: 1;
}

.interiors__thumbs-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 16px;
}

@media (max-width: 768px) {
    .interiors__thumbs {
    	align-self: self-start;
    }
}

@media (min-width: 561px) {
    .interiors__thumbs-track {
        gap: 35px;
    }
}

.interiors__thumb {
    flex: 0 0 auto;
    width: 211px;
    height: 313px;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.interiors__thumb--active {
    opacity: 1;
}

.interiors__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Responsive ===== */
@media (max-width: 1680px) {
    .interiors__inner {
        padding-left: 50px;
    }

    .interiors__title {
        left: 626px;
    }
}

@media (max-width: 1280px) {
    .interiors {
        padding: 120px 0 120px;
    }

    .interiors__inner {
        padding-left: 30px;
    }

    .interiors__gallery {
        grid-template-columns: 420px 1fr;
    }

    .interiors__main {
        width: 420px;
        height: 560px;
    }

    .interiors__title {
        left: 494px;
    }

    .interior-caption {
        left: 30px;
        bottom: 30px;
    }

    .interior-caption p {
        width: 316px;
    }
}

@media (max-width: 900px) {

    .interiors {
        padding: 90px 0 90px;
    }

    .interiors__title {
        position: static;
        margin-bottom: 40px;
        text-align: center;
    }

    .interiors__title br {
        display: none;
    }

    .interiors__gallery {
        grid-template-columns: 360px 1fr;
        gap: 24px;
    }

    .interiors__main {
        width: 360px;
        height: 460px;
    }

    .interior-caption {
        left: 20px;
        font-size: 15px;
        line-height: 128%;
    }

    .interior-caption p {
        width: 266px;
    }

    .interior-caption svg {
        width: 15px;
        height: 15px;
    }

    .interior-caption strong {
        font-size: 18px;
        padding: 6px 0;
    }

    .hero__gold--interiors {
        right: 0;
        width: 44%;
        bottom: -169px;
    }

    .interiors__thumbs .swiper-slide {
        width: 170px;
        height: 250px;
        margin-right: 24px;
    }

    .interiors__next {
        bottom: 292px
    }

    .interiors__next img {
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
    	border-radius: 50%;
    }

}

@media (max-width: 560px) {
    .interiors {
        padding: 70px 0 50px;
    }

    .interiors__inner {
        padding-left: 12px;
    }

    .img-card::before {
        top: 18px;
        left: -14px;
        right: 14px;
        bottom: -18px;
    }

    .interiors__main {
        width: 336px;
        height: 426px;
    }

    .interiors__gallery {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    .hero__gold--interiors {
        bottom: -76px;
    }

    .interiors__thumbs-track {
        gap: 35px;
    }

    .interiors__next {
        right: 20px;
    }

}

/* === Apartments === */
.apartments {
    padding-bottom: 120px;
}

.apartments__title {
    text-align: center;
    margin-bottom: 92px;
}

.apartments__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(560px, 1fr));
    gap: 80px 84px;
}

/* === Card === */
.apartment-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* === Slider === */
.apartment-card__slider {
    position: relative;
    width: 100%;
    height: 438px;
}

.apartment-card__slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Swiper navigation */
.apartment-card__slider .swiper-button-prev {
    left: 16px;
}

.apartment-card__slider .swiper-button-next {
    right: 16px;
}

.apartment-card__slider .swiper-pagination {
    bottom: 5px;
    left: 10px;
    text-align: left;
}

.apartment-card__slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #fff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #cdae7e;
}

/* === Content === */
.apartment-card__content {
    padding: 24px 0 0;
}

.apartment-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.apartment-card__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #1c1a1b;
}

.apartment-card__availability {
    font-size: 24px;
    line-height: 125%;
    color: #1c1a1b;
}

/* === Info section === */
.apartment-card__info {
    display: flex;
    align-items: start;
}

.apartment-card__column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.apartment-feature .title-4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #1c1a1b;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.apartment-feature ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 150%;
    color: #1c1a1b;
}

.apartment-feature ul li:not(:last-child) {
    margin-bottom: 8px;
}

.apartment-card__footer {
    margin-top: 32px;
}

.btn-book {
    padding: 11px 47px;
}

/* === Responsive === */
@media (max-width: 900px) {
    .apartments {
        padding-bottom: 90px;
    }

    .apartments__title {
        text-align: center;
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .apartments__grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(520px, 1fr));
        gap: 50px 84px;
    }

    .apartment-card__slider {
        height: auto;
    }

    .apartment-card__content {
        padding: 16px 0 0;
    }

    .apartment-card__title {
        font-size: 20px;
    }

    .apartment-card__availability {
        font-size: 20px;
    }

    .apartment-card__header {
        margin-bottom: 24px;
        margin-bottom: 24px;
        gap: 8px;
        align-items: flex-start;
    }

    .apartment-feature .title-4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .apartment-feature ul {
        font-size: 18px;
        line-height: 128%;
    }
}

@media (max-width: 560px) {
    .apartments {
        padding-bottom: 70px;
    }

    .apartments__title {
        margin-bottom: 40px;
    }

    .apartments__grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
        gap: 40px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        min-width: 32px;
        height: 33px;
    }

    .apartment-card__slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 2px !important;
    }

    .apartment-feature .title-4 {
        font-size: 16px;
    }

    .apartment-card__title {
        font-size: 18px;
    }

    .apartment-card__availability {
        font-size: 16px;
        white-space: nowrap;
    }

    .apartment-feature ul {
        font-size: 15px;
        line-height: 120%;
    }

    .apartment-card__info {
        gap: 10px;
    }

    .apartment-card__footer {
        margin-top: 24px;
    }

    .btn-book {
        padding: 8px 32px;
    }
}

/* === WHY US === */

.why-us {
    background: #1c1a1b;
    color: #fff;
    padding: 144px 0 106px;
    position: relative;
}

.why-us__inner {
    text-align: center;
}

.why-us__label .section-name {
    margin-bottom: 40px;
}

.why-us__title {
    margin-bottom: 64px;
    margin-top: 30px;
    text-transform: none;
}

.why-us__features {
    display: flex;
    gap: 44px;
    margin-bottom: 80px;
    text-align: left;
}

.why-us__feature {
    padding-right: 44px;
    border-right: 1px solid #fff;
}

.why-us__feature:last-child {
    border-right: none;
    padding-right: 0;
}

.why-us__num {
    font-size: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.why-us__heading {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    text-transform: uppercase;
    color: #cdae7e;
    margin-bottom: 26px;
    white-space: nowrap;
}

.page-id-15 .why-us__heading {
    font-size: 22px;
    white-space: normal;
}

.why-us__feature p {
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.why-us__cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.why-us__cards .img-card {
    position: relative;
}

.why-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}

.why-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.why-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: center;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 115%;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    transition: background .4s ease;
}

.why-card__overlay p {
    margin-top: 195px;
}

.why-card:hover img {
    transform: scale(1.08);
}

.why-card:hover .why-card__overlay {
    background: rgba(0, 0, 0, 0.45);
}

.why__gold--lt {
    left: 0px;
    top: -82px;
}

.why__gold--rb {
    right: 116px;
    bottom: -80px;
}

/* Responsive */
@media (max-width: 1480px) {
    .why-us__features {
        gap: 24px;
    }

    .why-us__feature {
        padding-right: 24px;
    }

    .why-us__heading {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .why-us__cards {
        gap: 40px;
        padding-left: 20px;
    }
}

@media (max-width: 1280px) {
    .why-us {
        padding: 120px 0 106px;
    }

    .why-us__title {
        max-width: 80%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .why-card__overlay {
        font-size: 36px;
    }

    .page-id-15 .why-card__overlay {
        font-size: 32px;
    }

    .why-card__overlay p {
        margin-top: 140px;
    }

    .why-us__features {
        flex-wrap: wrap;
        max-width: 900px;
        margin: 0 auto 80px;
    }

    .why-us__feature {
        flex: 0 0 48%;
    }

    .why-us__feature:nth-child(2) {
        border-right: none;
    }

    .why__gold--lt {
        left: 0px;
        top: -63px;
        width: 22%;
    }

    .why__gold--rb {
        right: 10px;
        bottom: -40px;
        width: 29%;
    }
}

@media (max-width: 900px) {
    .why-us {
        padding: 90px 0;
    }

    .why-us__cards {
        overflow-x: auto;
        overflow-y: hidden;
        padding-left: 21px;
        padding-bottom: 27px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .why-us__cards .img-card {
        min-width: 300px;
        width: 330px;
        flex-shrink: 0;
    }

}

@media (max-width: 768px) {
    .why-us {
        padding: 70px 0;
    }

    .why-us__features {
        gap: 24px 16px;
        margin: 0 auto 50px;
    }

    .why-us__feature {
        padding-right: 16px;
    }

    .why-us__heading {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .why-us__num {
        margin-bottom: 10px;
    }
}

@media (max-width: 560px) {
    .why-us__title {
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .why-us__features {
        gap: 20px 16px;
    }

    .why-us__feature {
        flex: 0 0 100%;
        padding-right: 0;
        border: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 12px;
    }

    .why-us__feature:last-child {
        border: none;
    }

    .why-us__feature p {
        font-size: 15px;
        line-height: 140%;
    }

    .why-us__cards {
        gap: 32px;
    }

    .why-us__cards .img-card {
        width: 300px;
    }
}

/* === MAP === */
.address-container {
    position: relative;
}

.map-inner {
    height: 810px;
    overflow: hidden;
}

.map-embed {
    filter: saturate(0.6) brightness(0.85) contrast(1.3) grayscale(0.2) hue-rotate(251deg);
}

.contact-card {
    backdrop-filter: blur(24px);
    background: #1c1a1b;
    color: #fff;
    padding: 31px 32px;
    border-radius: 12px;
    width: 342px;
    position: absolute;
    overflow: hidden;
    bottom: 76px;
    left: 18px;
    z-index: 2;
}

.contact-card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 16px;
}

.contact-card p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
}

.contact-card p span {
    display: block;
    margin-bottom: 8px;
}


.contact-card__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline !important;
    text-decoration-skip-ink: none;
    color: #cdae7e;
}

.contact-card__link:hover {
    color: #fff;
}

.address__gold--lt {
    left: 197px;
    bottom: 42px;
    z-index: 2;
}

/* === CONTACT US === */
.contact-us {
    padding: 67px 0 8px;
}

.contact-us__inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    position: relative;
}

.contact-us__image {
    flex: 0 0 266px;
    position: relative;
}

.contact-us__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.contact-us__info {
    flex: 1;
    display: flex;
    max-width: 530px;
    flex-direction: column;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 137%;
    color: #1c1a1b;
}

.contact-us__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 64px;
    line-height: 102%;
    text-transform: capitalize;
    color: #1c1a1b;
    margin-bottom: 51px;
    margin-top: 24px;
}

.page-id-15 .contact-us__title {
    font-size: 56px;
}

.contact-us__info a {
    color: #1c1a1b;
}

.contact-us__info a:hover {
    color: #cdae7e;
}

.contact-us__email {
    border-top: 1px solid #cdae7e;
    padding-top: 7px;
    margin-top: 7px;
}


/* ===== Responsive ===== */
@media (max-width: 1280px) {
    .map-inner {
        height: auto;
    }
}

@media (max-width: 900px) {
    .contact-card {
        padding: 16px 20px;
        width: 290px;
        bottom: 28px;
    }

    .address__gold--lt {
        width: 18%;
    }

    .address__gold--lt {
        width: 18%;
    }

    .contact-us__title {
        font-size: 48px;
    }

    .page-id-15 .contact-us__title {
        font-size: 36px;
    }

    .contact-us__info {
        font-size: 28px;
        max-width: 386px;
    }

    .contact-us {
        padding: 46px 0 8px;
    }
}

@media (max-width: 768px) {
    .contact-us__image {
        flex: 0 0 192px;
    }

    .contact-us__title {
        font-size: 36px;
    }

    .page-id-15 .contact-us__title {
        font-size: 32px;
    }

    .contact-us__info {
        font-size: 24px;
    }
}

@media (max-width: 560px) {
    .address__gold--lt {
        display: none;
    }

    .map-inner iframe {
        height: 500px !important;
    }

    .contact-card {
        padding: 12px 16px;
        width: 180px;
        bottom: -24px;
        left: 10px;
    }

    .contact-card__title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .page-id-15 .contact-us__title {
        font-size: 24px;
    }

    .contact-card p {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .contact-card p span {
        margin-bottom: 2px;
    }

    .contact-us {
        padding: 70px 0 30px;
    }

    .contact-us__image {
        max-width: 110px;
        flex: 1
    }

    .contact-us__info {
        font-size: 18px;
        max-width: 240px;
    }

    .contact-us__title {
        font-size: 28px;
        margin-bottom: 22px;
        margin-top: 2px;
    }
}

/* ===== Footer ===== */
.footer {
    background: #1c1a1b;
    padding: 97px 0 0;
    position: relative;
    overflow: hidden;
}

.footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start
}

.footer__logo img {
    width: 513px;
    margin-top: 140px;
}

.footer__contact {
    text-align: left;
    border-left: 1px solid #fff;
    padding: 88px 206px 110px;
    position: relative;
}

.footer__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    text-transform: uppercase;
    color: #f8f5f0;
    margin-bottom: 32px;
}

.footer__contact ul {
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 20px;
}

.footer__contact ul li:not(:last-child) {
    margin-bottom: 8px;
}

.footer__contact p {
    width: 261px;
    padding-top: 20px;
    border-top: 1px solid #cdae7e
}

.footer__contact a {
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.footer__contact a:hover {
    color: #cdae7e
}

.footer__contact a:not(:last-child) {
    margin-bottom: 8px;
}

.footer__gold--rt {
    right: 0;
    bottom: 0;
    z-index: 2;
}

@media (max-width: 1280px) {
    .footer__logo {
        padding: 0 40px;
    }

    .footer__contact {
        padding: 66px 80px 86px;
    }
}

@media (max-width: 900px) {
    .footer__inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 24px;
        justify-items: center;
    }

    .footer__contact {
        border-left: none;
        padding: 66px 0px 86px;

    }

    .footer__logo img {
        margin-top: 100px;
    }

    .footer__decor {
        width: 120px;
        height: 120px;
    }

    .footer__gold--rt {
        width: 34%;
    }
}

@media (max-width: 560px) {
    .footer {
        padding: 40px 0 0;
    }

    .footer__logo img {
        margin-top: 50px;
    }

    .footer__contact {
        padding: 40px 0px 82px;
    }
}