/* LZ Sea View page */

.ts-page {
    --ts-page-bg: #f1f3f5;
    background: var(--ts-page-bg);
    --ts-section-padding: 76px;
    --ts-section-padding-compact: 64px;
    --ts-card-radius: 18px;
    --ts-card-border: 1px solid rgba(31, 46, 62, 0.06);
    --ts-card-shadow: 0 14px 34px rgba(31, 46, 62, 0.11);
    --ts-card-shadow-hover: 0 18px 42px rgba(31, 46, 62, 0.16);
    --ts-gold-gradient: linear-gradient(180deg, #dec36a 0%, #c7a05a 48%, #9f8158 100%);
    --ts-body-size: 1rem;
    --ts-small-size: 0.92rem;
    --ts-card-title-size: 1.05rem;
}

.ts-page main {
    background: var(--ts-page-bg);
}

/* LE CONDÉ overview */
.lc-overview {
    position: relative;
    overflow: hidden;
    padding: var(--ts-section-padding) 0 !important;
    color: var(--navy-blue);
    background: var(--ts-page-bg);
}

.lc-overview::before {
    content: none;
}

.lc-overview::after {
    content: none;
}

.lc-overview-inner {
    position: relative;
}

.lc-overview-copy {
    max-width: 720px;
    margin-bottom: 46px;
}

.lc-overview-copy .ts-kicker {
    margin-bottom: 12px;
    color: #d8b75f;
}

.lc-overview-copy h2 {
    margin: 0;
    color: var(--navy-blue);
    font-size: clamp(2.3rem, 4.2vw, 4rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.lc-overview-copy h2 span {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lc-overview-copy p {
    max-width: 680px;
    margin: 22px 0 0;
    color: var(--text-grey);
    font-size: 1rem;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .ts-page {
        --ts-section-padding: var(--ts-section-padding-compact);
    }

    .lc-overview {
        padding: var(--ts-section-padding) 0 !important;
    }

}

@media (max-width: 560px) {
    .ts-page {
        --ts-section-padding: 56px;
    }

    .lc-overview {
        padding: var(--ts-section-padding) 0 !important;
    }

    .lc-overview-copy {
        margin-bottom: 32px;
    }

    .lc-overview-copy h2 {
        font-size: 2.1rem;
    }

    .lc-overview-copy h2 span {
        display: block;
    }

    .ts-page .ts-tower-card p {
        font-size: 1.12rem;
        line-height: 1.08;
    }

    .lc-overview-copy p {
        margin-top: 18px;
        font-size: 0.94rem;
    }

}

.ts-page .container {
    max-width: 1200px;
}

.ts-page main>section:not(.ts-hero) {
    padding: var(--ts-section-padding) 0;
}

.ts-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ts-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ts-btn:hover {
    transform: translateY(-2px);
}

.ts-btn-primary {
    background: var(--primary-gold);
    color: #ffffff;
}

.ts-btn-light {
    background: rgba(255, 255, 255, 0.92);
    color: var(--navy-blue);
}

.ts-btn-outline {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
}

.ts-section-heading {
    margin-bottom: 36px;
}

.ts-section-heading h2 {
    margin: 10px 0 0;
    color: var(--navy-blue);
    font-size: clamp(2.1rem, 3.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ts-section-heading h2 span,
.ts-section-heading h2 .gold-text,
.gold-text {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.ts-section-heading p {
    max-width: 500px;
    color: var(--text-grey);
    font-size: var(--ts-body-size);
    line-height: 1.45;
}

.ts-page p,
.ts-page li {
    font-size: var(--ts-body-size);
}

.ts-page small,
.ts-page .label,
.ts-page .desc {
    font-size: var(--ts-small-size);
}

.ts-page .ts-stat-card,
.ts-page .ts-tower-card,
.ts-page .ts-building-card,
.ts-page .ts-amenity-card,
.ts-page .ts-plan-card,
.ts-page .ts-payment-card,
.ts-page .ts-map-card,
.ts-page .ts-advisor-card,
.ts-page .ts-founder-card,
.ts-page .ts-invest-poster-card,
.ts-page .ts-founder-poster-card,
.ts-page .ts-payment-card-shell {
    border-radius: var(--ts-card-radius);
    border: var(--ts-card-border);
    box-shadow: var(--ts-card-shadow);
}

.ts-page .ts-stat-card:hover,
.ts-page .ts-tower-card:hover,
.ts-page .ts-amenity-card:hover,
.ts-page .ts-payment-card:hover {
    box-shadow: var(--ts-card-shadow-hover);
}

.ts-page .ts-stat-card:hover strong,
.ts-page .ts-tower-card p,
.ts-page .ts-tower-card:hover h4,
.ts-page .ts-tower-card:hover p,
.ts-page .ts-architecture-stats strong,
.ts-page .ts-amenity-card span,
.ts-page .ts-amenity-card:hover span,
.ts-page .ts-payment-card:hover strong,
.ts-page .ts-founder-poster-copy h2 span {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.ts-heading-split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
}

.ts-heading-center {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ts-hero {
    position: relative;
    min-height: 720px;
    padding: 150px 0 86px;
    color: #ffffff;
    overflow: hidden;
    background: #0c141d;
}

.ts-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 20, 29, 0.96) 0%, rgba(12, 20, 29, 0.72) 42%, rgba(12, 20, 29, 0.16) 100%),
        url("https://cdn.jsdelivr.net/gh/BazaNova-RE/sitepictures@main/rf_city/Design-That-Stands-e1764133161127%201%20(1).png") center / cover no-repeat;
    transform: scale(1.02);
}

.ts-hero-bg::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(180deg, rgba(12, 20, 29, 0), #0c141d);
}

.ts-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    min-height: 484px;
}

.ts-hero-copy {
    max-width: 820px;
}

.ts-hero-watermark {
    margin: 40px 0 12px -8px;
    color: rgba(255, 255, 255, 0.11);
    font-size: clamp(3.5rem, 10vw, 8rem);
    font-weight: 500;
    line-height: 0.86;
    letter-spacing: -0.2vw;
    white-space: nowrap;
}

.ts-hero h1 {
    margin: 0;
    font-size: clamp(2.5rem, 4.5vw, 4.5rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.ts-hero h1 span {
    display: block;
    color: var(--primary-gold);
}

.ts-mobile-title-break {
    display: none;
}

@media (min-width: 821px) {
    .ts-hero h1 span {
        white-space: nowrap;
    }
}

.ts-hero p {
    max-width: 640px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.12rem;
}

.ts-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.ts-payment-card span {
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ts-overview,
.ts-towers,
.ts-consultation {
    background: #ffffff;
}

.ts-plans {
    background: #f9f9f9;
}

.ts-overview {
    background: var(--ts-page-bg);
}

.ts-overview-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.ts-stat-card,
.ts-tower-card,
.ts-payment-card {
    border: 0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: none;
}

.ts-stat-icon {
    position: relative;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: var(--ts-gold-gradient);
    color: #ffffff;
}

.ts-stat-icon svg {
    width: 32px;
    height: 32px;
}

.ts-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.ts-stat-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
    padding: 16px 18px;
    border: 1px solid rgba(31, 46, 62, 0.06);
    box-shadow: 0 10px 28px rgba(31, 46, 62, 0.1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.ts-stat-card:hover {
    transform: translateY(-8px);
    border-color: #dec36a;
    box-shadow: 0 15px 35px rgba(31, 46, 62, 0.16);
}

.ts-stat-card-head>span:not(.ts-stat-icon),
.ts-payment-card span {
    color: var(--text-grey);
}

.ts-stat-card strong {
    display: block;
    margin-top: 38px;
    color: var(--navy-blue);
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    font-weight: 600;
    line-height: 1;
    transition: color 0.3s ease;
}

.ts-stat-card:hover strong {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-stat-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ts-stat-card-head>span:not(.ts-stat-icon) {
    display: inline-block;
    max-width: 190px;
    color: var(--navy-blue);
    font-size: var(--ts-card-title-size);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: none;
}

.ts-location {
    position: relative;
    overflow: hidden;
    background: var(--ts-page-bg);
}

.ts-location::before {
    content: none;
}

.ts-location .container {
    position: relative;
    z-index: 1;
}

.ts-location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 48px;
}

.ts-location-media {
    position: relative;
    align-self: stretch;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(31, 46, 62, 0.06);
    background: var(--navy-blue);
    box-shadow: 0 18px 45px rgba(31, 46, 62, 0.1);
    order: 2;
}

.ts-location-map {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 520px;
    background: #1f2e3e;
}

.ts-location-map::before {
    content: "";
    position: absolute;
    inset: -8%;
    background:
        linear-gradient(180deg, rgba(31, 46, 62, 0.20), rgba(31, 46, 62, 0.25)),
        url("https://cdn.jsdelivr.net/gh/BazaNova-RE/sitepictures@main/rf_city/map.png") 66% 12% / 155% auto no-repeat;
}

.ts-location-map::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 48% 34%, rgba(213, 177, 94, 0.18), transparent 18%),
        linear-gradient(180deg, rgba(31, 46, 62, 0), rgba(31, 46, 62, 0.16));
    pointer-events: none;
}

.ts-location-map-marker {
    position: absolute;
    top: 44%;
    left: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--primary-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: tsLocationMarkerFloat 2.8s ease-in-out infinite;
}

.ts-location-map-marker img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(213, 177, 94, 0.28));
}

.ts-location-map-marker::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 50%;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(213, 177, 94, 0.5);
    border-radius: 50%;
    transform: translateX(-50%) scale(0.62);
    pointer-events: none;
}

.ts-location-map-caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--navy-blue);
    box-shadow: 0 12px 30px rgba(31, 46, 62, 0.16);
    z-index: 2;
    animation: tsLocationCaptionIn 0.8s ease both;
}

.ts-location-map-caption strong {
    display: block;
    width: fit-content;
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: var(--ts-card-title-size);
    font-weight: 800;
}

.ts-location-map-caption span {
    display: block;
    margin-top: 4px;
    color: var(--text-grey);
    font-size: 0.95rem;
}

@keyframes tsLocationMapDrift {
    0% {
        transform: scale(1) translate3d(0, 0, 0);
    }

    100% {
        transform: scale(1.055) translate3d(-1.8%, 1.2%, 0);
    }
}

@keyframes tsLocationMarkerFloat {
    0%,
    100% {
        transform: translate(-50%, -50%) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-7px);
    }
}

@keyframes tsLocationMarkerPulse {
    0% {
        opacity: 0.55;
        transform: translateX(-50%) scale(0.62);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) scale(1.22);
    }
}

@keyframes tsLocationCaptionIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ts-location-media>img {
    display: block;
    width: 100%;
    height: 520px;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    transform: translateX(-5%);
}

.ts-location-copy h2 {
    margin: 12px 0 18px;
    color: var(--navy-blue);
    font-size: clamp(2.1rem, 3.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ts-location-copy {
    order: 1;
}

.ts-location-copy p {
    max-width: 620px;
    color: var(--text-grey);
    font-size: 1.05rem;
    line-height: 1.55;
}

.ts-check-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.ts-check-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    min-height: 72px;
    padding: 20px 28px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(31, 46, 62, 0.06);
    color: var(--navy-blue);
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    cursor: default;
    box-shadow: var(--shadow-sm);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.ts-check-list li:hover {
    transform: translateY(-6px);
    border-color: #dec36a;
    box-shadow: 0 15px 35px rgba(31, 46, 62, 0.14);
}

.ts-check-list li::before {
    content: "";
    position: static;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: var(--ts-gold-gradient);
}

.ts-check-list strong {
    color: var(--primary-gold);
    transition: color 0.3s ease;
}

.ts-check-list li:hover strong {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-map-card-section {
    padding-top: 0 !important;
    background: #ffffff;
}

.ts-map-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    min-height: 330px;
    overflow: hidden;
    padding: 42px;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(31, 46, 62, 0.15), rgba(31, 46, 62, 0.25)),
        url("https://cdn.jsdelivr.net/gh/BazaNova-RE/sitepictures@main/timesquare10/map.png") 25% center / 115% auto no-repeat;
    box-shadow: 0 18px 45px rgba(31, 46, 62, 0.12);
}

.ts-map-marker {
    position: absolute;
    top: 92px;
    left: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: var(--primary-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.ts-map-marker img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.ts-map-card-copy {
    position: relative;
    z-index: 1;
    max-width: 650px;
}

.ts-map-card-copy h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(2.1rem, 3.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.ts-map-card-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--ts-body-size);
    line-height: 1.32;
}

.ts-map-card-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 54px;
    padding: 16px 28px;
    border-radius: 12px;
    background: #ffffff;
    color: var(--navy-blue);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.ts-map-card-btn:hover {
    transform: translateY(-2px);
    background: var(--primary-gold);
    color: #ffffff;
}

.ts-city-band,
.ts-architecture {
    position: relative;
    overflow: hidden;
    background: var(--navy-blue);
    color: #ffffff;
}

.ts-city-band {
    padding: 70px 0;
}

.ts-city-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(31, 46, 62, 0.96), rgba(31, 46, 62, 0.68)),
        url("https://cdn.jsdelivr.net/gh/BazaNova-RE/sitepictures@main/urban.jpg") center / cover no-repeat;
}

.ts-city-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.ts-city-inner h2 {
    max-width: 780px;
    margin: 10px 0 0;
    color: #ffffff;
    font-size: clamp(2.1rem, 3.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ts-invest {
    background: #f9f9f9;
}

.ts-invest-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
    align-items: stretch;
    gap: 36px;
}

.ts-invest-main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
    min-width: 0;
}

.ts-invest-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    margin-bottom: 0;
    min-width: 0;
}

.ts-invest-heading h2 {
    max-width: 100%;
}

.ts-invest-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: 0;
}

.ts-invest-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: start;
    gap: 14px;
    padding: 16px;
    border-radius: 14px;
    background: #ffffff;
}

.ts-invest-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary-gold);
    color: #ffffff;
    font-weight: 800;
}

.ts-invest-item p {
    margin: 0;
    color: var(--text-dark);
    font-size: 0.95rem;
    line-height: 1.45;
}

.ts-advisor-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 480px;
    min-height: 440px;
    justify-self: end;
    align-self: stretch;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: #263646;
    box-shadow: 0 16px 44px rgba(31, 46, 62, 0.12);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ts-advisor-card:hover {
    transform: translateY(-8px);
    border-color: #DEC36A;
    box-shadow: 0 15px 35px rgba(31, 46, 62, 0.24);
}

.ts-advisor-card img {
    width: 100%;
    height: 360px;
    min-height: 0;
    flex: 0 0 auto;
    object-fit: cover;
    object-position: center center;
}

.ts-advisor-card div {
    padding: 14px 18px 16px;
    background: #263646;
    color: #ffffff;
    text-align: center;
}

.ts-founder-card div {
    position: relative;
    z-index: 1;
    margin-top: -1px;
    padding: 12px 10px 14px;
    background: #263646;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
    text-align: center;
    flex-grow: 0;
}

.ts-advisor-card small,
.ts-founder-card small {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 600;
}

.ts-advisor-card strong,
.ts-founder-card strong {
    display: block;
    margin-top: 4px;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.1;
}

.ts-founder-card strong {
    margin-top: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.ts-founder-card small {
    margin-top: 4px;
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
}

.ts-advisor-card strong {
    margin-top: 0;
    text-transform: uppercase;
}

.ts-advisor-card small {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1rem;
}

.ts-invest-poster {
    position: relative;
    overflow: hidden;
    background: var(--ts-page-bg);
}

.ts-invest-poster::before {
    display: none;
}

.ts-invest-poster .container {
    position: relative;
    z-index: 1;
}

.ts-invest-poster-card {
    position: relative;
    overflow: hidden;
    min-height: 410px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(31, 46, 62, 0.06);
    box-shadow: 0 18px 45px rgba(31, 46, 62, 0.1);
}

.ts-invest-poster-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 28%;
    background:
        url("https://cdn.jsdelivr.net/gh/BazaNova-RE/sitepictures@main/timesquare10/background_city1.svg") center bottom / cover no-repeat;
    opacity: 0.02;
}

.ts-invest-poster-card::after {
    display: none;
}

.ts-invest-poster-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(190px, 0.42fr) minmax(300px, 0.68fr);
    align-items: stretch;
    min-height: 410px;
}

.ts-invest-poster-copy {
    padding: 48px 36px 38px 46px;
}

.ts-invest-poster-copy h2 {
    margin: 0;
    color: var(--navy-blue);
    font-size: clamp(2.1rem, 3.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ts-invest-poster-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-invest-poster-person {
    position: relative;
    align-self: end;
    min-height: 410px;
}

.ts-invest-poster-person-image {
    position: absolute;
    right: 4px;
    bottom: -30px;
    z-index: 1;
    width: min(430px, 100%);
    height: 432px;
    object-fit: contain;
    object-position: center bottom;
}

.ts-invest-poster-name {
    position: absolute;
    right: 130px;
    bottom: 96px;
    z-index: 3;
    min-width: 220px;
    text-align: center;
}

.ts-invest-poster-name small {
    display: inline-block;
    margin-bottom: 3px;
    padding: 7px 16px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--navy-blue);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    box-shadow:
        0 10px 24px rgba(31, 46, 62, 0.2),
        0 3px 8px rgba(31, 46, 62, 0.12);
}

.ts-invest-poster-name strong {
    display: block;
    padding: 10px 22px;
    border-radius: 8px;
    background: var(--navy-blue);
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
}

.ts-architecture {
    position: relative;
    overflow: hidden;
    background: var(--ts-page-bg);
}

.ts-architecture::before {
    content: none;
}

.ts-architecture .container {
    position: relative;
    z-index: 1;
}

.ts-architecture .ts-section-heading p {
    max-width: 500px;
    margin: 0 0 6px;
    color: var(--text-grey);
    font-size: 1rem;
    line-height: 1.5;
}

.ts-architecture-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 22px;
    align-items: stretch;
}

.ts-architecture-visual,
.ts-towers-panel {
    border-radius: 20px;
    border: 1px solid rgba(31, 46, 62, 0.06);
    background: #ffffff;
    box-shadow: var(--shadow-sm);
}

.ts-architecture-visual {
    position: relative;
    min-height: 560px;
    overflow: hidden;
}

.ts-architecture-visual>img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

.ts-architecture-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(31, 46, 62, 0.08), rgba(31, 46, 62, 0.58));
}

.ts-architecture-badge {
    position: absolute;
    top: 26px;
    left: 26px;
    z-index: 2;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--navy-blue);
    box-shadow: 0 12px 30px rgba(31, 46, 62, 0.16);
}

.ts-architecture-badge span {
    display: block;
    color: var(--primary-gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ts-architecture-badge strong {
    display: block;
    margin-top: 4px;
    font-size: var(--ts-card-title-size);
    font-weight: 800;
}

.ts-architecture-stats {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ts-architecture-stats div {
    min-height: 126px;
    padding: 20px;
    border-radius: 16px;
    background: rgba(24, 36, 49, 0.88);
    color: #ffffff;
    backdrop-filter: blur(8px);
}

.ts-architecture-stats strong {
    display: block;
    color: var(--primary-gold) !important;
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.ts-architecture-stats div:nth-child(2) strong {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    letter-spacing: -0.04em;
}

.ts-architecture-stats span {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.35;
}

.ts-towers-panel {
    display: flex;
    align-self: start;
    flex-direction: column;
    padding: 28px;
}

.ts-towers-panel h3 {
    margin: 10px 0 22px;
    color: var(--navy-blue);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.ts-tower-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: auto;
}

.ts-tower-card {
    position: relative;
    overflow: hidden;
    min-height: 0;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(31, 46, 62, 0.06);
    background: #f7f8fa;
    color: var(--navy-blue);
    cursor: default;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.ts-tower-card:hover {
    transform: translateY(-6px);
    border-color: #dec36a;
    box-shadow: 0 15px 35px rgba(31, 46, 62, 0.14);
}

.ts-tower-card h4 {
    color: var(--navy-blue);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.ts-tower-card p {
    margin: 10px 0 6px;
    color: var(--primary-gold) !important;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.08;
}

.ts-tower-card span {
    color: var(--text-grey);
    font-size: 0.85rem;
    line-height: 1.35;
}

.ts-tower-card h4,
.ts-tower-card p {
    transition: color 0.3s ease;
}

.ts-tower-card:hover h4,
.ts-tower-card:hover p {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.ts-ksenia-invest-poster .ts-invest-poster-card,
.ts-ksenia-invest-poster .ts-invest-poster-content {
    min-height: 410px;
}

.ts-ksenia-invest-poster .ts-invest-poster-content {
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
}

.ts-residence-types-copy {
    padding: 28px 18px 28px 34px;
}

.ts-residence-types-copy h2 {
    white-space: nowrap;
}

.ts-residence-types-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.ts-residence-type-card {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    min-height: 126px;
    padding: 16px;
    border: 1px solid rgba(31, 46, 62, 0.06);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(31, 46, 62, 0.12);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.ts-residence-type-card:hover {
    transform: translateY(-6px);
    border-color: #dec36a;
    box-shadow: 0 15px 35px rgba(31, 46, 62, 0.14);
}

.ts-residence-type-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background: var(--ts-gold-gradient);
    color: #ffffff;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
}

.ts-residence-type-card h3 {
    margin: 4px 0 0;
    color: var(--navy-blue);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.15;
}

.ts-residence-type-lines {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.ts-residence-type-lines span {
    position: relative;
    padding-left: 20px;
    color: var(--navy-blue);
    font-size: 16px;
    line-height: 1.25;
}

.ts-residence-type-lines span::before {
    content: "";
    position: absolute;
    top: 0.18em;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 4px;
    background: var(--ts-gold-gradient);
}

.ts-ksenia-invest-poster .ts-invest-poster-person {
    grid-column: 2;
    min-height: 410px;
}

.ts-residence-types-icon {
    position: absolute;
    top: 28px;
    left: 18px;
    z-index: 2;
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
}

@media (max-width: 820px) {
    .ts-ksenia-invest-poster .ts-invest-poster-card,
    .ts-ksenia-invest-poster .ts-invest-poster-content {
        min-height: 0;
    }

    .ts-ksenia-invest-poster .ts-invest-poster-content {
        grid-template-columns: 1fr;
    }

    .ts-residence-types-copy {
        padding: 32px 28px 22px;
    }

    .ts-ksenia-invest-poster .ts-invest-poster-person {
        grid-column: 1;
        min-height: 360px;
    }

    .ts-residence-types-icon {
        top: 24px;
        left: calc(50% - 174px);
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 560px) {
    .ts-residence-types-copy {
        padding: 28px 22px 18px;
    }

    .ts-residence-types-copy h2 {
        font-size: 1.65rem;
        white-space: normal;
    }

    .ts-residence-types-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 22px;
    }

    .ts-residence-types-icon {
        top: 158px;
        left: 20px;
        width: 56px;
        height: 56px;
    }
}

.ts-infra {
    background: #f7f8fa;
}

.ts-infra-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 36px;
}

.ts-building-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(31, 46, 62, 0.06);
    box-shadow: 0 18px 45px rgba(31, 46, 62, 0.1);
}

.ts-infra-photo-viewport {
    width: 100%;
    height: 560px;
    overflow: hidden;
}

.ts-infra-photo-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.ts-infra-photo-track img {
    flex: 0 0 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ts-infra-photo-prev,
.ts-infra-photo-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    color: var(--navy-blue);
    cursor: pointer;
    box-shadow: none;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
}

.ts-building-card:hover .ts-infra-photo-prev,
.ts-building-card:hover .ts-infra-photo-next {
    opacity: 1;
}

.ts-infra-photo-prev {
    left: 20px;
}

.ts-infra-photo-next {
    right: 20px;
}

.ts-infra-photo-prev img,
.ts-infra-photo-next img {
    width: 18px;
    height: auto;
}

.ts-infra-photo-prev img {
    transform: rotate(180deg);
}

.ts-amenity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ts-amenity-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 132px;
    padding: 24px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(31, 46, 62, 0.06);
    color: var(--navy-blue);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    cursor: default;
    box-shadow: var(--shadow-sm);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.ts-amenity-card:hover {
    transform: translateY(-8px);
    border-color: #dec36a;
    box-shadow: 0 15px 35px rgba(31, 46, 62, 0.16);
}

.ts-amenity-card span {
    display: block;
    margin-bottom: 22px;
    color: var(--primary-gold);
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1;
    transition: color 0.3s ease;
}

.ts-amenity-card:hover span {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-infra-map {
    position: relative;
    overflow: hidden;
    padding-bottom: 0 !important;
    background: var(--ts-page-bg);
}

.ts-floor-plan-section {
    background: var(--ts-page-bg);
}

.ts-floor-plan-section .ts-section-heading {
    text-align: center;
}

.ts-floor-plan-card {
    overflow: hidden;
    width: min(100%, 920px);
    margin: 0 auto;
    border: var(--ts-card-border);
    border-radius: var(--ts-card-radius);
    background: #ffffff;
    box-shadow: var(--ts-card-shadow);
}

.ts-floor-plan-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.ts-infra-map::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32%;
    background:
        url("https://cdn.jsdelivr.net/gh/BazaNova-RE/sitepictures@main/timesquare10/background_city1.svg") center bottom / cover no-repeat;
    opacity: 0.02;
}

.ts-infra-map .container {
    position: relative;
    z-index: 1;
}

.ts-infra-map-heading {
    text-align: center;
    margin-bottom: 28px;
}

.ts-infra-map-heading h2 {
    margin: 0;
    color: var(--navy-blue);
    font-size: clamp(2.1rem, 3.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.ts-infra-map-heading p {
    margin: 12px 0 0;
    color: var(--navy-blue);
    font-size: 1rem;
    font-weight: 500;
}

.ts-infra-map-stage {
    position: relative;
    min-height: 560px;
}

.ts-infra-map-stage>picture {
    display: contents;
}

.ts-infra-map-building {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(800px, 76%);
    max-height: 520px;
    object-fit: contain;
    transform: translateX(-50%);
}

.ts-infra-callout {
    position: absolute;
    z-index: 2;
    color: var(--navy-blue);
    font-size: 0.95rem;
    line-height: 1.3;
    cursor: default;
}

.ts-infra-callout strong {
    display: block;
    margin-bottom: 7px;
    color: #111a25;
    font-size: var(--ts-card-title-size);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.ts-infra-callout strong span {
    margin-left: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: none;
    transition: color 0.3s ease;
}

.ts-infra-callout:hover strong,
.ts-infra-callout:hover strong span {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-infra-callout ul {
    margin: 0;
    padding: 8px 0 0;
    border-top: 1px solid rgba(31, 46, 62, 0.44);
    list-style: none;
}

.ts-infra-callout li {
    margin: 0 0 3px;
    font-size: 0.9rem;
    line-height: 1.25;
}

.ts-infra-callout li::before {
    content: "- ";
}

.callout-left {
    left: 16px;
}

.callout-right {
    right: 14px;
}

.callout-39 {
    top: 25px;
    left: 272px;
}

.callout-38 {
    top: 119px;
    left: 122px;
}

.callout-31 {
    top: 393px;
    left: 152px;
}

@media (min-width: 1101px) {
    .ts-infra-map-stage {
        min-height: 680px;
    }

    .ts-infra-map-building {
        left: 45%;
        width: min(1050px, 90%);
        max-height: 650px;
    }

    .ts-infra-callout strong {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 1.25rem;
        white-space: nowrap;
    }

    .ts-infra-callout strong span {
        display: block;
        margin-left: 0;
    }
}

.callout-32 {
    top: 150px;
    right: 65px;
}

.callout-32 strong {
    transform: translateY(18px);
}

.callout-6 {
    top: 335px;
    right: 142px;
}

.callout-6 strong {
    transform: translateY(18px);
}

.callout-2 {
    right: 125px;
    bottom: 124px;
}

.callout-2 strong {
    transform: translateY(18px);
}

.callout-gf {
    right: 10px;
    bottom: 15px;
    padding-left: 10px;
}

.lz-callout-penthouse {
    top: 15%;
    left: 15%;
    width: 180px;
}

.lz-callout-upper-studios {
    top: 28%;
    left: 10%;
    width: 180px;
}

.lz-callout-commercial {
    bottom: 37%;
    left: 10%;
    width: 180px;
}

.lz-callout-tennis {
    bottom: 54%;
    left: 10%;
    width: 180px;
}

.lz-callout-apartments {
    top: 12%;
    right: 7%;
    width: 225px;
}

.lz-callout-hotel {
    top: 20%;
    right: 6%;
    width: 225px;
}

.lz-callout-lower-studios {
    top: 37%;
    right: 11%;
    width: 225px;
}

.lz-callout-ground-floor {
    right: 14%;
    bottom: 45%;
    width: 225px;
}

@media (min-width: 1101px) {
    .ts-infra-callout {
        width: max-content;
    }
}

.ts-plan-slider-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 50px;
}

.ts-plan-slider-heading h2 {
    font-size: clamp(2.1rem, 3.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.08;
}

.ts-plan-heading-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.ts-plan-name-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: fit-content;
    margin: 0 0 18px;
    padding: 6px;
    border-radius: 999px;
    background: #f1f3f5;
    white-space: nowrap;
}

.ts-plan-name-tab {
    min-height: 42px;
    padding: 10px 18px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--text-grey);
    cursor: pointer;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.ts-plan-name-tab.active {
    background: var(--navy-blue);
    color: #ffffff;
}

.ts-plan-slider-controls {
    display: flex;
    gap: 15px;
}

.ts-plan-slider-controls button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
    color: var(--navy-blue);
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ts-plan-slider-controls button:hover {
    background: var(--navy-blue);
    border-color: var(--navy-blue);
    box-shadow: var(--shadow-sm);
}

.ts-plan-slider-controls img {
    width: 24px;
    height: auto;
    transition: filter 0.25s ease, transform 0.25s ease;
}

.ts-plan-prev img {
    transform: rotate(180deg);
}

.ts-plan-slider-controls button:hover img {
    filter: brightness(0) invert(1);
}

.ts-plan-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 58px;
    margin-bottom: 0;
}

.ts-plan-slider-track {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.ts-plan-card {
    display: flex;
    min-width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(31, 46, 62, 0.12);
    flex-direction: row;
}

.ts-plan-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

.ts-plan-card-info h3 {
    margin-bottom: 40px;
    color: var(--navy-blue);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
}

.ts-plan-card-info h3 span {
    color: inherit;
}

.ts-plan-info-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
}

.ts-plan-card-info hr {
    border: 0;
    border-top: 1px solid #eeeeee;
    margin: 5px 0;
}

.ts-plan-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 12px;
    background: var(--navy-blue);
}

.ts-plan-info-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ts-plan-info-data {
    display: flex;
    flex-direction: column;
}

.ts-plan-info-data .label {
    color: #888888;
    font-size: 0.9rem;
}

.ts-plan-info-data .value {
    color: var(--navy-blue);
    font-size: 1.2rem;
    font-weight: 700;
}

.ts-plan-income-blocks {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.ts-plan-income-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 12px 20px;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease;
}

.ts-plan-income-box:hover {
    transform: translateY(-3px);
}

.ts-plan-income-box.green {
    background: var(--ts-gold-gradient);
    color: #ffffff;
}

.ts-plan-income-box.white {
    background: #ffffff;
    color: var(--navy-blue);
}

.ts-plan-income-box .amount {
    font-size: 20px;
    font-weight: 700;
    line-height: 0.95;
    margin-bottom: 2px;
}

.ts-plan-income-box .desc {
    font-size: 12px;
    line-height: 1.05;
    opacity: 0.9;
}

.ts-plan-income-box.white .desc {
    color: #666666;
}

.ts-plan-card-visual {
    position: relative;
    flex: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 42px;
    background: #ffffff;
}

.ts-plan-card-visual::after {
    display: none;
}

.ts-plan-photo-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.ts-plan-photo-viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
}

.ts-plan-photo-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.45s ease;
}

.ts-plan-photo-track img {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    max-height: 360px;
    object-fit: contain;
}

.ts-plan-photo-track img:not([src$=".svg"]) {
    max-height: none;
    border-radius: 18px;
    object-fit: contain;
    object-position: center;
}

.ts-plan-photo-controls {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: flex;
    gap: 12px;
    z-index: 3;
}

.ts-plan-photo-controls button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--navy-blue);
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ts-plan-photo-controls button:hover {
    background: var(--navy-blue);
    border-color: var(--navy-blue);
    box-shadow: var(--shadow-md);
}

.ts-plan-photo-controls img {
    width: 22px;
    height: auto;
    transition: filter 0.25s ease, transform 0.25s ease;
}

.ts-plan-photo-prev img {
    transform: rotate(180deg);
}

.ts-plan-photo-controls button:hover img {
    filter: brightness(0) invert(1);
}

.ts-apartment-section {
    position: relative;
    overflow: hidden;
    background: var(--ts-page-bg);
    padding-top: var(--ts-section-padding);
}

.ts-apartment-section::before {
    content: none;
}

.ts-apartment-section .container {
    position: relative;
    z-index: 1;
}

.ts-apartment-heading {
    align-items: end;
    margin-bottom: 34px;
}

.ts-apartment-heading-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.ts-apartment-heading p {
    max-width: 520px;
    margin: 0;
    color: var(--text-grey);
    font-size: 1.02rem;
    line-height: 1.55;
}

.ts-apartment-tabs {
    display: flex;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 34px;
    padding: 7px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(31, 46, 62, 0.08);
    box-shadow: 0 8px 24px rgba(31, 46, 62, 0.08);
}

.ts-apartment-tabs button {
    border: 0;
    border-radius: 12px;
    background: #ffffff;
    color: var(--navy-blue);
    cursor: pointer;
    padding: 13px 22px;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: 0;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ts-apartment-tabs button:hover {
    color: var(--navy-blue);
    background: rgba(255, 255, 255, 0.75);
}

.ts-apartment-tabs button.active {
    background: var(--ts-gold-gradient);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(196, 154, 75, 0.28);
    transform: translateY(-1px);
}

.ts-apartment-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) repeat(2, minmax(0, 0.72fr));
    grid-template-rows: repeat(2, minmax(210px, 1fr));
    gap: 18px;
    margin-top: 0;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.ts-apartment-gallery.is-changing {
    opacity: 0;
    transform: translateY(10px);
}

.ts-apartment-gallery.is-plan-layout {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.ts-apartment-empty {
    margin: 0;
    padding: clamp(32px, 5vw, 64px);
    border: 1px solid rgba(31, 46, 62, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-grey);
    text-align: center;
    box-shadow: 0 12px 32px rgba(31, 46, 62, 0.08);
}

.ts-apartment-plan-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 24px;
}

.ts-apartment-plan-row.is-reversed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ts-studio-plan-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 410px;
    padding: 26px 22px 24px;
    border: 1px solid rgba(31, 46, 62, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-sm);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.ts-studio-plan-card:hover {
    transform: translateY(-6px);
    border-color: #dec36a;
    box-shadow: 0 15px 35px rgba(31, 46, 62, 0.14);
}

.ts-studio-plan-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
}

.ts-studio-plan-image img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.ts-apartment-plan-row.has-compact-plan .ts-studio-plan-image {
    min-height: 0;
    align-items: flex-start;
}

.ts-apartment-plan-row.has-compact-plan .ts-studio-plan-image img {
    height: auto;
    max-height: 250px;
}

.ts-apartment-plan-row.has-compact-plan .ts-studio-plan-card {
    min-height: 0;
    padding: clamp(22px, 3vw, 38px) clamp(18px, 2.4vw, 30px) clamp(24px, 2.7vw, 34px);
}

.ts-studio-plan-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-top: 14px;
    color: var(--navy-blue);
}

.ts-studio-plan-meta strong {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.ts-studio-plan-meta.is-single {
    justify-content: center;
    text-align: center;
}

.ts-apartment-gallery.is-studio .ts-studio-plan-meta,
.ts-apartment-gallery.is-one-bedroom .ts-studio-plan-meta,
.ts-apartment-gallery.is-two-bedroom .ts-studio-plan-meta,
.ts-apartment-gallery.is-three-bedroom .ts-studio-plan-meta,
.ts-apartment-gallery.is-four-bedroom .ts-studio-plan-meta {
    flex: 1 1 auto;
    align-items: center;
    gap: 14px;
    margin-top: 0;
}

.ts-apartment-gallery.is-studio .ts-studio-plan-meta strong,
.ts-apartment-gallery.is-one-bedroom .ts-studio-plan-meta strong,
.ts-apartment-gallery.is-two-bedroom .ts-studio-plan-meta strong,
.ts-apartment-gallery.is-three-bedroom .ts-studio-plan-meta strong,
.ts-apartment-gallery.is-four-bedroom .ts-studio-plan-meta strong {
    font-size: clamp(1.05rem, 1.55vw, 1.35rem);
}

.ts-apartment-gallery.is-three-bedroom .ts-studio-plan-meta {
    flex-wrap: nowrap;
}

.ts-studio-plan-card:hover .ts-studio-plan-meta strong {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-studio-plan-card>p {
    margin: 18px 0 0;
    color: var(--text-grey);
    font-size: 0.92rem;
    line-height: 1.5;
}

.ts-studio-3d-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 460px;
    overflow: hidden;
    margin: 0;
    padding: 26px 22px 24px;
    border: 1px solid rgba(31, 46, 62, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-sm);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.ts-studio-3d-plan:hover {
    transform: translateY(-6px);
    border-color: #dec36a;
    box-shadow: 0 15px 35px rgba(31, 46, 62, 0.14);
}

.ts-studio-3d-plan img {
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.ts-studio-3d-caption {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 14px;
    color: var(--navy-blue);
    font-size: clamp(1.05rem, 1.55vw, 1.35rem);
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    transition: color 0.3s ease;
}

.ts-miro-format-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ts-miro-format-gallery .ts-studio-3d-plan {
    cursor: zoom-in;
}

.ts-miro-amenities {
    padding: clamp(68px, 9vw, 120px) 0;
    background: var(--ts-page-bg);
}

.ts-miro-amenities-note {
    max-width: 330px;
    margin: 0;
    color: var(--navy-blue);
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    line-height: 1.45;
}

.ts-miro-amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ts-miro-amenity-card {
    position: relative;
    min-height: clamp(260px, 28vw, 380px);
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: var(--navy-blue);
    box-shadow: var(--shadow-sm);
}

.ts-miro-amenity-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 25, 38, 0.02) 30%, rgba(12, 25, 38, 0.78) 100%);
    pointer-events: none;
}

.ts-miro-amenity-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform 0.5s ease;
}

.ts-miro-amenity-card h3 {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 22px;
    left: 24px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.25rem, 1.8vw, 1.7rem);
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.ts-miro-amenity-card:hover img {
    transform: scale(1.075);
}

.ts-miro-amenity-card:hover h3 {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (min-width: 821px) {
    .ts-miro-gallery .ts-slider-controls {
        display: none;
    }
}

.ts-studio-3d-plan:hover .ts-studio-3d-caption {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (min-width: 1101px) {
    .ts-studio-plan-card,
    .ts-studio-3d-plan {
        height: 340px;
        min-height: 340px;
        padding: 18px 20px;
    }

    .ts-studio-plan-image {
        flex: 1 1 auto;
        min-height: 0;
    }

    .ts-studio-plan-image img {
        height: 220px;
    }

    .ts-apartment-gallery.is-plan-layout .ts-studio-plan-card .ts-studio-plan-meta.is-single {
        flex: 0 0 auto;
        margin-top: auto;
    }

    .ts-studio-3d-plan {
        justify-content: space-between;
    }

    .ts-studio-3d-plan img {
        max-height: 220px;
        transform: translateY(34px);
    }

    .ts-studio-3d-caption {
        margin-top: 0;
    }
}

.ts-apartment-photo {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(31, 46, 62, 0.06);
    box-shadow: var(--shadow-sm);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.ts-apartment-photo-wide {
    grid-column: auto;
    grid-row: span 2;
    min-height: 440px;
}

.ts-apartment-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
}

.ts-apartment-photo img[src$=".svg"] {
    object-fit: contain;
    padding: 34px;
    background: #ffffff;
}

.ts-apartment-photo-wide img {
    min-height: 440px;
}

.ts-apartment-photo figcaption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--navy-blue);
    box-shadow: 0 10px 24px rgba(31, 46, 62, 0.14);
}

.ts-apartment-photo figcaption span {
    display: block;
    color: var(--text-grey);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
}

.ts-apartment-photo figcaption strong {
    display: block;
    margin-top: 5px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
}

.ts-apartment-photo:hover {
    transform: translateY(-8px);
    border-color: #dec36a;
    box-shadow: 0 22px 44px rgba(31, 46, 62, 0.16);
}

.ts-apartment-photo:hover figcaption strong {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-gallery {
    background: var(--ts-page-bg);
}

.ts-slider-controls {
    display: flex;
    gap: 15px;
}

.ts-slider-controls button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
    color: var(--navy-blue);
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ts-slider-controls button:hover {
    background: var(--navy-blue);
    border-color: var(--navy-blue);
    box-shadow: var(--shadow-sm);
}

.ts-slider-controls img {
    width: 24px;
    height: auto;
    transition: filter 0.25s ease, transform 0.25s ease;
}

.ts-gallery-prev img {
    transform: rotate(180deg);
}

.ts-slider-controls button:hover img {
    filter: brightness(0) invert(1);
}

.ts-gallery-viewport {
    overflow: hidden;
}

.ts-gallery-track {
    display: grid;
    grid-template-rows: repeat(2, 270px);
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 36px) / 3);
    gap: 18px;
    transition: transform 0.35s ease;
}

.ts-gallery figure {
    min-width: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    cursor: zoom-in;
    outline: none;
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease;
}

.ts-gallery figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ts-gallery figure:hover,
.ts-gallery figure:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(31, 46, 62, 0.16);
}

.ts-gallery figure:hover img,
.ts-gallery figure:focus-visible img {
    transform: scale(1.025);
}

body.ts-lightbox-open {
    overflow: hidden;
}

.ts-gallery-lightbox {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    align-items: center;
    gap: 22px;
    padding: 32px;
    background: rgba(10, 19, 29, 0.94);
    backdrop-filter: blur(10px);
}

.ts-gallery-lightbox[hidden] {
    display: none;
}

.ts-gallery-lightbox-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    margin: 0;
}

.ts-gallery-lightbox-content img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 110px);
    border-radius: 18px;
    object-fit: contain;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
}

.ts-apartment-zoom {
    cursor: zoom-in;
    outline: none;
}

.ts-apartment-zoom:focus-visible {
    border-color: #dec36a;
    box-shadow: 0 0 0 3px rgba(222, 195, 106, 0.28), var(--shadow-sm);
}

.ts-plan-lightbox .ts-gallery-lightbox-content img {
    box-sizing: border-box;
    padding: clamp(14px, 2vw, 28px);
    background: #ffffff;
}

.ts-gallery-lightbox-content figcaption {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-weight: 700;
}

.ts-gallery-lightbox button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ts-gallery-lightbox button:hover,
.ts-gallery-lightbox button:focus-visible {
    border-color: #dec36a;
    background: var(--ts-gold-gradient);
    outline: none;
    transform: scale(1.06);
}

.ts-gallery-lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
}

.ts-gallery-lightbox-prev,
.ts-gallery-lightbox-next,
.ts-gallery-lightbox-close {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-color: #dddddd;
    background: #ffffff;
}

.ts-gallery-lightbox-prev:hover,
.ts-gallery-lightbox-prev:focus-visible,
.ts-gallery-lightbox-next:hover,
.ts-gallery-lightbox-next:focus-visible,
.ts-gallery-lightbox-close:hover,
.ts-gallery-lightbox-close:focus-visible {
    border-color: var(--navy-blue);
    background: var(--navy-blue);
    box-shadow: var(--shadow-sm);
    transform: none;
}

.ts-gallery-lightbox-close {
    position: absolute;
    color: var(--navy-blue);
    font-size: 2rem;
}

.ts-gallery-lightbox-close:hover,
.ts-gallery-lightbox-close:focus-visible {
    color: #ffffff;
}

.ts-gallery-lightbox-prev img,
.ts-gallery-lightbox-next img {
    width: 24px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: filter 0.25s ease, transform 0.25s ease;
}

.ts-gallery-lightbox-prev,
.ts-gallery-lightbox-next {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.1);
}

.ts-gallery-lightbox-prev img {
    transform: rotate(180deg);
}

.ts-gallery-lightbox-prev:hover img,
.ts-gallery-lightbox-prev:focus-visible img,
.ts-gallery-lightbox-next:hover img,
.ts-gallery-lightbox-next:focus-visible img {
    filter: brightness(0) invert(1);
}

.ts-miro-highrise {
    background: var(--ts-page-bg);
}

.ts-miro-card {
    position: relative;
    overflow: hidden;
    border: var(--ts-card-border);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--ts-card-shadow);
}

.ts-miro-overview {
    position: relative;
    min-height: 360px;
}

.ts-miro-card::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 42%;
    background: url("https://cdn.jsdelivr.net/gh/BazaNova-RE/sitepictures@main/timesquare10/background_city1.svg") center bottom / cover no-repeat;
    opacity: 0.018;
    pointer-events: none;
}

.ts-miro-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    min-height: 360px;
    padding: 28px 40px 36px;
}

.ts-miro-copy h2 {
    margin: 0;
    color: var(--navy-blue);
    font-size: clamp(2.1rem, 3.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.08;
    text-transform: uppercase;
}

.ts-miro-lead {
    margin: 24px 0 0;
    color: var(--navy-blue);
    font-size: var(--ts-body-size);
    line-height: 1.45;
}

.ts-miro-description {
    margin: 28px 0 0;
    color: var(--navy-blue);
    font-size: var(--ts-body-size);
    line-height: 1.45;
}

.ts-miro-media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: 52%;
    pointer-events: none;
}

.ts-miro-media img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 821px) {
    .ts-miro-media img {
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
        mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
    }
}

@media (max-width: 820px) {
    .ts-miro-format-gallery {
        grid-template-columns: 1fr;
    }

    .ts-miro-amenities {
        padding: 56px 0;
    }

    .ts-miro-amenities .ts-section-heading {
        gap: 18px;
    }

    .ts-miro-amenities-note {
        max-width: 100%;
    }

    .ts-miro-amenities-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ts-miro-amenity-card {
        min-height: 260px;
        border-radius: 18px;
    }

    .ts-miro-media img {
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
        mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
    }

    .ts-miro-card {
        min-height: 0;
    }

    .ts-miro-overview {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .ts-miro-copy {
        width: auto;
        min-height: 0;
        padding: 32px 28px;
    }

    .ts-miro-media {
        position: relative;
        inset: auto;
        z-index: 1;
        width: auto;
        overflow: hidden;
        pointer-events: auto;
        min-height: 340px;
    }

    .ts-miro-lead {
        margin-top: 18px;
    }

    .ts-miro-description {
        margin-top: 22px;
    }

    .ts-miro-copy h2 {
        font-size: 1.8rem;
        line-height: 1.15;
    }
}

.ts-miro-location {
    position: relative;
    z-index: 3;
    padding: 32px 40px 40px;
}

.ts-miro-location-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 56px;
}

.ts-miro-location-copy h2 {
    margin: 0;
    color: var(--navy-blue);
    font-size: clamp(2.1rem, 3.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.08;
    text-transform: uppercase;
}

.ts-miro-location-copy p {
    margin: 30px 0 0;
    color: var(--navy-blue);
    font-size: var(--ts-body-size);
    line-height: 1.55;
}

.ts-miro-nowrap {
    white-space: nowrap;
}

.ts-miro-location-media {
    width: 82%;
    justify-self: start;
    overflow: hidden;
    box-shadow: var(--ts-card-shadow);
}

.ts-miro-location-media img {
    display: block;
    width: 100%;
    min-height: 220px;
    object-fit: cover;
}

@media (max-width: 820px) {
    .ts-miro-location {
        padding: 32px 28px;
    }

    .ts-miro-location-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ts-miro-location-copy h2 {
        font-size: 1.8rem;
        line-height: 1.15;
    }

    .ts-miro-location-copy p {
        margin-top: 22px;
    }

    .ts-miro-location-media img {
        min-height: 0;
    }

    .ts-miro-location-media {
        width: 100%;
    }
}

.ts-payment {
    position: relative;
    overflow: hidden;
    background: var(--ts-page-bg);
    color: var(--navy-blue);
}

.ts-payment-card-shell {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(31, 46, 62, 0.06);
    background: #ffffff;
    min-height: 470px;
    padding: 42px 38px 34px;
    box-shadow: 0 18px 45px rgba(31, 46, 62, 0.1);
}

.ts-payment-card-shell::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44%;
    background:
        url("https://cdn.jsdelivr.net/gh/BazaNova-RE/sitepictures@main/timesquare10/background_city1.svg") center bottom / cover no-repeat;
    opacity: 0.025;
}

.ts-payment-card-shell .ts-section-heading,
.ts-payment-layout {
    position: relative;
    z-index: 1;
}

.ts-payment-card-shell .ts-section-heading {
    margin-bottom: 32px;
    text-align: left;
}

.ts-payment-card-shell .ts-section-heading h2 {
    font-size: clamp(2.1rem, 3.4vw, 2.5rem);
}

.ts-payment-card-shell .ts-section-heading p {
    max-width: 520px;
    margin: 12px 0 0;
    color: var(--navy-blue);
    font-size: 1rem;
}

.ts-payment-layout {
    display: block;
    padding-right: 390px;
}

.ts-payment-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 760px;
}

.ts-payment-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    column-gap: 16px;
    min-height: 152px;
    padding: 18px 20px 20px;
    border-radius: 16px;
    border: 1px solid rgba(31, 46, 62, 0.06);
    background: #f7f8fa;
    color: var(--navy-blue);
    cursor: default;
    box-shadow: var(--shadow-sm);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.ts-payment-card:hover {
    transform: translateY(-6px);
    border-color: #dec36a;
    box-shadow: 0 15px 35px rgba(31, 46, 62, 0.14);
}

.ts-payment-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 0;
    border-radius: 13px;
    background: var(--ts-gold-gradient);
    color: #ffffff !important;
    flex: 0 0 58px;
    line-height: 0;
    box-shadow: 0 10px 18px rgba(161, 132, 93, 0.22);
}

.ts-payment-icon svg {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    overflow: visible;
    transform: translate(-50%, -50%);
}

.ts-payment-icon svg path,
.ts-payment-icon svg rect,
.ts-payment-icon svg ellipse {
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.ts-payment-card strong {
    display: block;
    grid-column: 1 / -1;
    margin-top: 26px;
    color: var(--navy-blue);
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.08;
    transition: color 0.3s ease;
}

.ts-payment-card>span:not(.ts-payment-icon) {
    display: block;
    align-self: center;
    color: var(--navy-blue);
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
}

.ts-payment-card-installment>span:not(.ts-payment-icon) {
    transform: translateY(-14px);
}

.ts-payment-card:hover strong {
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-payment-tower {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: -34px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 420px;
    height: 500px;
    pointer-events: none;
}

.ts-payment-tower img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: right bottom;
    transform: none;
}

.ts-consultation {
    background: #f9f9f9;
}

.ts-consultation-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
    align-items: center;
    gap: 26px;
    overflow: hidden;
    border-radius: 20px;
    background:
        linear-gradient(90deg, rgba(31, 46, 62, 0.98), rgba(31, 46, 62, 0.78)),
        url("https://cdn.jsdelivr.net/gh/BazaNova-RE/sitepictures@main/best/time_square10.jpg") center / cover no-repeat;
    padding: 34px 44px;
    box-shadow: none;
}

.ts-consultation-copy h2 {
    max-width: 680px;
    margin: 10px 0 14px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ts-consultation-copy p {
    max-width: 520px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
}

.ts-founder-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
    max-width: 340px;
    justify-self: center;
    overflow: hidden;
    border-radius: 20px;
    background: #263646;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ts-founder-card:hover {
    transform: translateY(-8px);
    border-color: #DEC36A;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28);
}

.ts-founder-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center 42%;
    transform: scale(1.08);
    transform-origin: center center;
    display: block;
    background: #263646;
}

.ts-founder-poster {
    background: var(--ts-page-bg);
}

.ts-founder-poster-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.68fr);
    align-items: stretch;
    min-height: 360px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(31, 46, 62, 0.06);
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(31, 46, 62, 0.1);
}

.ts-founder-poster-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32%;
    background:
        url("https://cdn.jsdelivr.net/gh/BazaNova-RE/sitepictures@main/timesquare10/background_city1.svg") center bottom / cover no-repeat;
    opacity: 0.025;
}

.ts-founder-poster-copy,
.ts-founder-poster-brand,
.ts-founder-poster-person {
    position: relative;
    z-index: 1;
}

.ts-founder-poster-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 34px 42px 46px;
}

.ts-founder-poster-copy h2 {
    margin: 0;
    color: var(--navy-blue);
    font-size: clamp(2.1rem, 3.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ts-founder-poster-copy h2 span {
    display: block;
    width: fit-content;
    background: var(--ts-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-founder-poster-copy p {
    max-width: 460px;
    margin: 20px 0 0;
    color: var(--navy-blue);
    font-size: var(--ts-body-size);
    font-weight: 500;
    line-height: 1.35;
}

.ts-founder-poster-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 50px;
    margin-top: 28px;
    padding: 15px 24px;
    border-radius: 12px;
    background: var(--navy-blue);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.ts-founder-poster-btn:hover {
    transform: translateY(-2px);
    background: var(--primary-gold);
}

.ts-founder-poster-brand {
    position: absolute;
    top: 38px;
    left: 52%;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
}

.ts-founder-poster-brand img {
    display: block;
    width: 132px;
    height: auto;
    object-fit: contain;
}

.ts-founder-poster-person {
    align-self: end;
    min-height: 360px;
}

.ts-founder-poster-person>img {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: min(360px, 100%);
    height: 360px;
    object-fit: contain;
    object-position: center bottom;
}

.ts-founder-poster-name {
    position: absolute;
    right: 138px;
    bottom: 86px;
    min-width: 260px;
    text-align: center;
}

.ts-founder-poster-name small {
    display: inline-block;
    margin-bottom: 3px;
    padding: 7px 16px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--navy-blue);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    box-shadow:
        0 10px 24px rgba(31, 46, 62, 0.2),
        0 3px 8px rgba(31, 46, 62, 0.12);
}

.ts-founder-poster-name strong {
    display: block;
    padding: 10px 22px;
    border-radius: 8px;
    background: var(--navy-blue);
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 1060px) {
    .ts-overview-grid,
    .ts-location-grid,
    .ts-invest-grid,
    .ts-infra-layout,
    .ts-payment-layout,
    .ts-consultation-inner {
        grid-template-columns: 1fr;
    }

    .ts-invest-grid {
        align-items: start;
    }

    .ts-invest-poster-content {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 0.75fr);
    }

    .ts-invest-poster-media {
        display: none;
    }

    .ts-invest-poster-name {
        right: 60px;
    }

    .ts-payment-tower {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        min-height: 260px;
    }

    .ts-payment-tower img {
        height: auto;
        max-height: 300px;
    }

    .ts-payment-layout {
        display: grid;
        grid-template-columns: 1fr;
        padding-right: 0;
    }

    .ts-advisor-card {
        justify-self: stretch;
        max-width: 480px;
    }

    .ts-founder-card {
        justify-self: start;
    }

    .ts-founder-poster-card {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    }

    .ts-founder-poster-brand {
        display: none;
    }

    .ts-founder-poster-name {
        right: 72px;
    }

    .ts-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-architecture-showcase {
        grid-template-columns: 1fr;
    }

    .ts-architecture-visual,
    .ts-architecture-visual>img {
        min-height: 500px;
    }

    .ts-tower-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ts-apartment-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }

    .ts-apartment-heading-side {
        width: 100%;
    }

    .ts-apartment-photo-wide {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .ts-infra-map-stage {
        min-height: 440px;
    }

    .ts-infra-map-building {
        width: 58%;
    }

    .ts-infra-callout {
        font-size: 0.88rem;
    }

    .ts-infra-callout strong {
        font-size: 1.05rem;
    }

    .callout-39 {
        left: 70px;
    }

    .callout-38 {
        left: 30px;
    }

    .callout-31 {
        left: 12px;
    }

    .callout-32 {
        right: 12px;
    }

    .callout-6 {
        right: 10px;
    }

    .callout-2 {
        right: 58px;
    }

    .callout-gf {
        right: 36px;
    }
}

@media (max-width: 992px) {
    .ts-plan-card {
        flex-direction: column-reverse;
        height: auto;
    }

    .ts-plan-card-visual {
        flex: none;
        height: 300px;
    }

    .ts-plan-card-info {
        padding: 30px;
    }

    .ts-plan-income-blocks {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 1200px) {
    .ts-location-grid {
        grid-template-columns: 1fr;
    }

    .ts-location-media {
        display: none;
    }

    .ts-location-copy p {
        max-width: none;
    }

    .ts-infra-map-heading h2 {
        font-size: 2rem;
    }

    .ts-infra-map-stage {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        min-height: 0;
    }

    .ts-infra-map-building {
        position: relative;
        grid-column: 1 / -1;
        left: auto;
        bottom: auto;
        width: 100%;
        max-height: 340px;
        transform: none;
    }

    .ts-infra-callout {
        position: relative;
        display: flex;
        align-items: center;
        inset: auto;
        min-height: 0;
        padding: 14px 16px;
        border-radius: 16px;
        background: #ffffff;
        box-shadow: var(--shadow-sm);
    }

    .ts-infra-callout strong {
        display: grid;
        grid-template-columns: max-content minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        width: 100%;
        margin: 0;
        white-space: normal;
        transform: none;
    }

    .ts-infra-callout strong span {
        display: block;
        min-width: 0;
        margin-left: 0;
    }

    .lz-callout-penthouse,
    .lz-callout-upper-studios,
    .lz-callout-commercial,
    .lz-callout-tennis,
    .lz-callout-apartments,
    .lz-callout-hotel,
    .lz-callout-lower-studios,
    .lz-callout-ground-floor {
        display: block;
        width: auto;
    }

    .lz-callout-ground-floor {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .ts-section-heading h2,
    .ts-location-copy h2,
    .ts-city-inner h2,
    .ts-architecture h2,
    .ts-plan-card-info h3,
    .ts-consultation-copy h2 {
        font-size: 1.8rem;
        line-height: 1.15;
    }

    .ts-heading-split,
    .ts-city-inner,
    .ts-map-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .ts-hero {
        min-height: auto;
        padding: 120px 0 50px;
    }

    .ts-hero-inner {
        min-height: auto;
    }

    .ts-hero-watermark {
        white-space: normal;
    }

    .ts-hero h1 {
        font-size: 2.5rem;
        letter-spacing: -1px;
    }

    .ts-invest-main {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .ts-map-card {
        min-height: 420px;
        padding: 28px;
    }

    .ts-map-marker {
        top: 76px;
        left: 50%;
        transform: translateX(-50%);
    }

    .ts-map-card-copy {
        margin-top: auto;
    }

    .ts-map-card-copy h2 {
        font-size: 2rem;
    }

    .ts-map-card-copy p {
        font-size: 1rem;
    }

    .ts-invest-poster-card {
        min-height: 0;
    }

    .ts-invest-poster-content {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .ts-invest-poster-copy {
        padding: 34px 28px 24px;
    }

    .ts-invest-poster-copy h2 {
        font-size: 2rem;
    }

    .ts-invest-poster-person {
        min-height: 360px;
    }

    .ts-invest-poster-person-image {
        right: 0;
        left: 50%;
        width: 330px;
        height: 360px;
        transform: translateX(-50%);
    }

    .ts-invest-poster-name {
        right: 50%;
        bottom: 72px;
        transform: translateX(50%);
    }

    .ts-founder-poster-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .ts-founder-poster-copy {
        padding: 34px 28px 20px;
    }

    .ts-founder-poster-copy p {
        font-size: 1.1rem;
    }

    .ts-founder-poster-person {
        min-height: 360px;
    }

    .ts-founder-poster-person>img {
        right: 50%;
        width: 330px;
        height: 360px;
        transform: translateX(50%);
    }

    .ts-founder-poster-name {
        right: 50%;
        bottom: 70px;
        min-width: 270px;
        transform: translateX(50%);
    }

    .ts-stat-grid,
    .ts-tower-grid,
    .ts-architecture-stats,
    .ts-apartment-gallery,
    .ts-amenity-grid,
    .ts-payment-cards {
        grid-template-columns: 1fr;
    }

    .ts-apartment-photo-wide {
        grid-column: auto;
    }

    .ts-apartment-tabs {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        overflow-x: auto;
    }

    .ts-apartment-tabs button {
        flex: 0 0 auto;
    }

    .ts-apartment-gallery.is-plan-layout {
        gap: 20px;
    }

    .ts-apartment-plan-row,
    .ts-apartment-plan-row.is-reversed {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 18px;
        overflow: hidden;
        border: 1px solid rgba(31, 46, 62, 0.08);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: var(--shadow-sm);
    }

    .ts-apartment-plan-row .ts-studio-3d-plan {
        order: 1;
        padding: 0 0 14px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .ts-apartment-plan-row .ts-studio-3d-plan:hover {
        transform: none;
        border-color: transparent;
        box-shadow: none;
    }

    .ts-apartment-plan-row .ts-studio-plan-card {
        order: 2;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .ts-apartment-plan-row .ts-studio-plan-card:hover {
        transform: none;
        border-color: transparent;
        box-shadow: none;
    }

    .ts-apartment-gallery.is-studio .ts-studio-plan-meta,
    .ts-apartment-gallery.is-one-bedroom .ts-studio-plan-meta,
    .ts-apartment-gallery.is-two-bedroom .ts-studio-plan-meta,
    .ts-apartment-gallery.is-three-bedroom .ts-studio-plan-meta,
    .ts-apartment-gallery.is-four-bedroom .ts-studio-plan-meta {
        min-height: 64px;
    }

    .ts-studio-plan-card,
    .ts-studio-3d-plan {
        min-height: 0;
    }

    .ts-studio-3d-plan img {
        max-height: 390px;
    }

    .ts-infra-photo-viewport {
        height: 380px;
    }

    .ts-architecture-visual,
    .ts-architecture-visual>img {
        min-height: 430px;
    }

    .ts-architecture-stats {
        grid-template-columns: 1fr;
    }

    .ts-architecture-stats div {
        min-height: 0;
    }

    .ts-tower-grid {
        grid-template-columns: 1fr;
    }

    .ts-location-media>img {
        height: 380px;
    }

    .ts-location-map {
        min-height: 380px;
    }

    .ts-amenity-card {
        min-height: 0;
    }

    .ts-plan-card-visual {
        height: 320px;
    }

    .ts-payment-card-shell {
        padding: 34px 28px;
    }

    .ts-payment-cards {
        grid-template-columns: 1fr;
    }

    .ts-payment-card {
        min-height: 0;
    }

    .ts-infra-map-heading h2 {
        font-size: 2rem;
    }

    .ts-infra-map-stage {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        min-height: 0;
    }

    .ts-infra-map-building {
        position: relative;
        grid-column: 1 / -1;
        left: auto;
        bottom: auto;
        width: 100%;
        max-height: 340px;
        transform: none;
    }

    .ts-infra-callout {
        position: relative;
        inset: auto;
        padding: 16px;
        border-radius: 16px;
        background: #ffffff;
        box-shadow: var(--shadow-sm);
    }

    .ts-gallery-track {
        display: flex;
        grid-template-rows: none;
        grid-auto-flow: initial;
        grid-auto-columns: initial;
    }

    .ts-gallery figure {
        flex-basis: calc((100% - 18px) / 2);
        flex-shrink: 0;
    }

    .ts-gallery figure img {
        height: 300px;
    }

    .ts-gallery-lightbox {
        grid-template-columns: 52px minmax(0, 1fr) 52px;
        gap: 12px;
        padding: 22px;
    }

    .ts-gallery-lightbox button {
        width: 48px;
        height: 48px;
        font-size: 1.9rem;
    }

    .ts-consultation-inner {
        padding: 32px;
    }
}

@media (max-width: 560px) {
    .ts-section-heading h2,
    .ts-location-copy h2,
    .ts-city-inner h2,
    .ts-architecture h2,
    .ts-plan-card-info h3,
    .ts-consultation-copy h2 {
        font-size: 1.5rem;
    }

    .ts-page main>section:not(.ts-hero) {
        padding: var(--ts-section-padding) 0;
    }

    .ts-apartment-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        overflow: visible;
        padding: 6px;
        border-radius: 12px;
    }

    .ts-apartment-tabs button {
        width: 100%;
        min-width: 0;
        min-height: 50px;
        padding: 10px 8px;
        font-size: 0.76rem;
        line-height: 1.15;
        white-space: normal;
        text-align: center;
    }

    .ts-apartment-tabs button:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: 100%;
    }

    .ts-hero {
        padding-top: 100px;
    }

    .ts-hero h1 {
        font-size: 1.8rem;
        letter-spacing: -0.5px;
        line-height: 1.15;
    }

    .ts-plan-slider-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .ts-hero-actions,
    .ts-btn {
        width: 100%;
    }

    .ts-invest-list {
        grid-template-columns: 1fr;
    }

    .ts-invest-poster-copy {
        padding: 28px 22px 18px;
    }

    .ts-invest-poster-copy h2 {
        font-size: 1.65rem;
    }

    .ts-invest-poster-person {
        min-height: 330px;
    }

    .ts-invest-poster-person-image {
        width: 300px;
        height: 330px;
    }

    .ts-invest-poster-name {
        bottom: 58px;
        min-width: 200px;
    }

    .ts-invest-poster-name strong {
        font-size: var(--ts-card-title-size);
    }

    .ts-founder-poster-copy {
        padding: 28px 22px 18px;
    }

    .ts-founder-poster-copy h2 {
        font-size: 2.15rem;
    }

    .ts-founder-poster-btn {
        width: 100%;
    }

    .ts-founder-poster-person {
        min-height: 330px;
    }

    .ts-founder-poster-person>img {
        width: 300px;
        height: 330px;
    }

    .ts-founder-poster-name {
        bottom: 56px;
        min-width: 230px;
    }

    .ts-founder-poster-name small {
        font-size: 0.72rem;
    }

    .ts-founder-poster-name strong {
        font-size: 1.18rem;
    }

    .ts-payment-card-shell {
        padding: 28px 20px;
    }

    .ts-payment-card-shell .ts-section-heading h2 {
        font-size: 1.8rem;
    }

    .ts-payment-tower {
        min-height: 220px;
        margin-bottom: -28px;
    }

    .ts-payment-tower img {
        height: auto;
        max-height: 250px;
    }

    .ts-map-card {
        min-height: 380px;
        padding: 24px;
        border-radius: 16px;
    }

    .ts-map-card-copy h2 {
        font-size: 1.6rem;
    }

    .ts-map-card-btn {
        width: 100%;
    }

    .ts-architecture-visual,
    .ts-architecture-visual>img {
        min-height: 520px;
    }

    .ts-architecture-badge {
        top: 18px;
        left: 18px;
    }

    .ts-architecture-stats {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .ts-towers-panel {
        padding: 22px;
    }

    .ts-towers-panel h3 {
        font-size: 1.55rem;
    }

    .ts-infra-photo-viewport {
        height: 300px;
    }

    .ts-infra-photo-prev,
    .ts-infra-photo-next {
        width: 40px;
        height: 40px;
    }

    .ts-infra-map-stage {
        grid-template-columns: 1fr;
    }

    .ts-infra-map-heading h2 {
        font-size: 1.55rem;
    }

    .ts-advisor-card {
        min-height: 0;
    }

    .ts-advisor-card img {
        height: 320px;
    }

    .ts-location-media>img,
    .ts-infra-photo-viewport {
        height: 300px;
        min-height: 300px;
    }

    .ts-location-map {
        min-height: 300px;
    }

    .ts-location-map::before {
        background-position: 58% center;
        background-size: 145% auto;
    }

    .ts-location-map-caption {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .ts-plan-name-tabs {
        width: 100%;
        border-radius: 18px;
        flex-wrap: wrap;
    }

    .ts-plan-name-tab {
        width: 100%;
    }

    .ts-plan-slider-controls button {
        width: 48px;
        height: 48px;
    }

    .ts-plan-card-info {
        padding: 24px;
    }

    .ts-plan-card-visual {
        height: 260px;
    }

    .ts-studio-plan-card {
        padding: 18px 16px 20px;
        border-radius: 16px;
    }

    .ts-studio-plan-image,
    .ts-studio-plan-image img {
        min-height: 0;
        height: 210px;
    }

    .ts-studio-plan-meta {
        margin-top: 10px;
    }

    .ts-studio-plan-meta strong {
        font-size: 1.18rem;
    }

    .ts-apartment-gallery.is-three-bedroom .ts-studio-plan-meta {
        flex-wrap: wrap;
    }

    .ts-studio-plan-card>p {
        margin-top: 14px;
        font-size: 0.86rem;
    }

    .ts-studio-3d-plan img {
        max-height: 300px;
    }

    .ts-gallery figure {
        flex-basis: 100%;
    }

    .ts-gallery figure img {
        height: 280px;
    }

    .ts-gallery-lightbox {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        gap: 6px;
        padding: 14px 8px;
    }

    .ts-gallery-lightbox button {
        width: 40px;
        height: 40px;
        font-size: 1.65rem;
    }

    .ts-gallery-lightbox-close {
        top: 12px;
        right: 12px;
    }

    .ts-gallery-lightbox-content img {
        border-radius: 12px;
    }

    .ts-consultation-inner {
        padding: 24px;
        border-radius: 18px;
    }

    .ts-founder-card {
        min-height: 0;
    }

    .ts-founder-card img {
        height: 240px;
        min-height: 0;
    }
}

@media (max-width: 820px) {
    .ts-page {
        overflow-x: clip;
    }

    .ts-page main h2 {
        font-size: 2.5rem !important;
        line-height: 1.05 !important;
    }

    .ts-page .ts-towers-panel>h3 {
        font-size: 2.3rem !important;
        line-height: 1.05 !important;
    }

    .ts-mobile-title-break {
        display: block;
    }

    .ts-overview .ts-section-heading h2 .gold-text,
    .ts-payment-card-shell .ts-section-heading h2 .gold-text {
        display: block;
    }

    .ts-location-copy h2 br {
        display: none;
    }

    .ts-page .container {
        overflow: visible;
    }

    .ts-page main>section:not(.ts-hero) {
        overflow: visible;
        padding: 44px 0;
    }

    .ts-page .ts-plan-slider-wrapper {
        padding-bottom: 20px;
        margin-bottom: -20px;
    }

    .ts-page .ts-gallery-viewport {
        padding-top: 8px;
        padding-bottom: 20px;
        margin-top: -8px;
        margin-bottom: -20px;
    }
}

@media (max-width: 560px) {
    .ts-page main h2 {
        font-size: 2.15rem !important;
    }

    .ts-page .ts-towers-panel>h3 {
        font-size: 2rem !important;
    }

    .ts-page main .ts-founder-poster-copy h2 {
        font-size: 2.35rem !important;
    }

    .ts-residence-type-card {
        grid-template-columns: 52px minmax(0, 1fr);
        align-items: center;
        gap: 14px;
        min-height: 104px;
        padding: 14px;
    }

    .ts-residence-type-number {
        width: 52px;
        height: 52px;
        font-size: 1.8rem;
    }

    .ts-page main>section:not(.ts-hero) {
        padding: 36px 0;
    }
}

/* Mobile: place the payment building behind the cards. */
@media (max-width: 820px) {
    .ts-payment-layout {
        position: relative;
        display: block;
        min-height: 0;
        padding-right: 0;
    }

    .ts-payment-cards {
        position: relative;
        z-index: 2;
    }

    .ts-payment-card {
        background: rgba(247, 248, 250, 0.94);
    }

    .ts-payment-tower {
        position: absolute;
        inset: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        min-height: 0;
        margin: 0;
        opacity: 0.2;
    }

    .ts-payment-tower img {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: contain;
        object-position: center bottom;
    }
}
