html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    overscroll-behavior-y: none;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

body {
    background-color: #000;
    font-family: 'Specter' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #fff !important;
    -webkit-tap-highlight-color: transparent;
}

body.modal-open,
body.nav-open {
    overflow: hidden;
}

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

a, a:hover {
    text-decoration: none !important;
}

input:focus, textarea:focus {
    outline: none !important;
    box-shadow: unset !important;
}

.h-font {
    font-family: 'TTRamillas' !important;
}
.legal-content p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #12100f;
}

.banner::after {
    /*content: '';*/
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(8, 7, 6, 0.82) 0%,
        rgba(8, 7, 6, 0.52) 14%,
        rgba(8, 7, 6, 0.22) 32%,
        rgba(8, 7, 6, 0.06) 48%,
        transparent 64%
    );
}

.banner picture {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.banner-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% center;
}

.banner-text {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 clamp(16px, 4vw, 32px);
    text-align: center;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .5));
    pointer-events: none;
}

.banner-lead {
    position: relative;
    text-align: center;
}

.banner-head {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: clamp(42px, 9vw, 90px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -.02em;
}

.banner-head-line {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.banner-head-line--dim {
    font-size: .92em;
    margin-top: .04em;
}

.banner-head-ghost {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    width: max-content;
    max-width: 100%;
    margin: 0;
    font-size: clamp(42px, 9vw, 90px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -.02em;
    color: rgba(255, 255, 255, .24);
    pointer-events: none;
    transform: translateX(-50%);
}

.banner-ghost-line {
    display: block;
    white-space: nowrap;
    filter: blur(16px);
    opacity: .45;
    transform: translateY(18px);
    will-change: transform, opacity, filter;
}

.banner-ghost-line--sub {
    font-size: .92em;
    margin-top: .04em;
}

.banner-ghost-line--deep {
    filter: blur(28px);
    opacity: .18;
    transform: translateY(36px);
}

.banner-char {
    display: inline-block;
    white-space: pre;
    transform-origin: 50% 100%;
    will-change: filter, opacity, transform;
    color: transparent;
    background: linear-gradient(125.75deg, #fff 9.27%, #e8e2db 95.35%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-text::before {
    content: '';
    position: absolute;
    inset: 0;
    height: 85vh;
    max-height: 50.75rem;
    background: radial-gradient(50% 50% at 50% 50%, #0003, #0000);
    pointer-events: none;
}

.banner-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(24px, 5vh, 48px);
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0 clamp(16px, 4vw, 32px);
    pointer-events: none;
}

.banner-scroll-cta {
    pointer-events: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, .92);
    text-decoration: none;
    transition: color .35s ease, transform .35s ease;
}

.banner-scroll-cta-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .28em;
    text-transform: uppercase;
    white-space: nowrap;
}

.banner-scroll-cta-track {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.banner-scroll-cta-line {
    display: block;
    width: 1px;
    height: 42px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, .08) 100%);
    transform-origin: top center;
    animation: banner-scroll-line 2.2s ease-in-out infinite;
}

.banner-scroll-cta-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-top: -1px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    backdrop-filter: blur(14px) saturate(140%);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, .22),
        inset 0 1px 0 rgba(255, 255, 255, .2);
    animation: banner-scroll-bounce 2.2s ease-in-out infinite;
}

.banner-scroll-cta-arrow svg {
    width: 16px;
    height: 16px;
}

.banner-scroll-cta:hover {
    color: #fff;
    transform: translateY(2px);
}

.banner-scroll-cta:hover .banner-scroll-cta-arrow {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .18);
}

@keyframes banner-scroll-bounce {
    0%, 100% {
        transform: translateY(0);
    }

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

@keyframes banner-scroll-line {
    0%, 100% {
        opacity: .55;
        transform: scaleY(.82);
    }

    50% {
        opacity: 1;
        transform: scaleY(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .banner-scroll-cta-line,
    .banner-scroll-cta-arrow {
        animation: none;
    }
}

/* ── Header · Gerax ─────────────────────────────────────────────────────── */

.site-header {
    z-index: 1050;
    padding: clamp(14px, 2.2vh, 26px) clamp(16px, 2.8vw, 36px);
    pointer-events: none;
    transition: z-index 0s;
}

.site-header-shell,
.site-header-inner > * {
    pointer-events: auto;
}

body.nav-open .site-header,
.site-header.is-menu-open {
    z-index: 1200;
}

.site-header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}

/* .site-crest {
    justify-self: center;
    display: block;
    width: clamp(40px, 4.2vw, 52px);
    height: clamp(40px, 4.2vw, 52px);
    background: url('../images/Slogo.png') center / contain no-repeat;
} */

.site-header-right {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: clamp(14px, 2vw, 24px);
}

.site-crest:hover {
    opacity: 1;
    transform: scale(1.03);
}

button.menu-button {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 42px;
    padding: 0 16px 0 12px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    backdrop-filter: blur(16px) saturate(150%);
    box-shadow:
        0 8px 28px rgba(0, 0, 0, .18),
        inset 0 1px 0 rgba(255, 255, 255, .2);
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background-color .35s ease,
        border-color .35s ease,
        box-shadow .35s ease,
        transform .35s ease;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    button.menu-button {
        background: rgba(24, 22, 20, .72);
    }
}

.menu-button-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    transition: transform .35s ease;
}

.menu-line {
    display: block;
    width: 16px;
    height: 1px;
    background: currentColor;
    border-radius: 1px;
    transition: transform .38s cubic-bezier(.22, 1, .36, 1), opacity .3s ease;
}

body.nav-open .menu-line--top {
    transform: translateY(3px) rotate(45deg);
}

body.nav-open .menu-line--bottom {
    transform: translateY(-3px) rotate(-45deg);
}

body.nav-open .menu-button,
body.nav-open button.menu-button:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .38);
    box-shadow:
        0 10px 32px rgba(0, 0, 0, .22),
        inset 0 1px 0 rgba(255, 255, 255, .24);
}

.menu-button-label {
    font-size: 10px;
    letter-spacing: .2em;
    line-height: 1;
}

button.menu-button:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .34);
    transform: translateY(-1px);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, .22),
        inset 0 1px 0 rgba(255, 255, 255, .26);
}

.contact-button.site-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 42px;
    padding: 0 clamp(18px, 2.2vw, 26px);
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    backdrop-filter: blur(16px) saturate(150%);
    box-shadow:
        0 8px 28px rgba(0, 0, 0, .18),
        inset 0 1px 0 rgba(255, 255, 255, .22);
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background-color .35s ease,
        border-color .35s ease,
        box-shadow .35s ease,
        transform .35s ease,
        color .35s ease;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .contact-button.site-cta-button {
        background: rgba(24, 22, 20, .78);
    }
}

.contact-button-icon {
    display: none;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.contact-button.site-cta-button .contact-button-label {
    font-size: 10px;
    letter-spacing: .18em;
    line-height: 1;
}

.contact-button.site-cta-button:hover {
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .4);
    color: #fff;
    transform: translateY(-1px);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .28);
}

/* ── Full-screen nav ─────────────────────────────────────────────────────── */

.site-nav {
    position: fixed;
    inset: 0;
    z-index: 1100;
    visibility: hidden;
    pointer-events: none;
}

.site-nav.is-open {
    pointer-events: auto;
}

.site-nav-stage {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #0d0c0b;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.site-nav-backdrop {
    position: absolute;
    inset: 0;
    background: #0d0c0b;
    opacity: 0;
}

.site-nav-columns {
    position: relative;
    z-index: 2;
    flex: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 320px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(28px, 4vw, 64px);
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: clamp(108px, 13vh, 148px) clamp(28px, 5vw, 72px) clamp(48px, 8vh, 88px);
}

.site-nav-col--links {
    align-self: center;
    justify-self: start;
    max-width: 360px;
}

.site-nav-primary {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav-primary li {
    overflow: hidden;
}

.site-nav-primary-link {
    display: block;
    padding: clamp(5px, .9vh, 9px) 0;
    font-size: clamp(24px, 2.8vw, 38px);
    line-height: 1;
    font-weight: 300;
    letter-spacing: -.03em;
    color: rgba(255, 255, 255, .88);
    transition: color .35s ease, padding-left .4s cubic-bezier(.22, 1, .36, 1);
}

.site-nav-link-inner {
    display: block;
    will-change: transform, opacity, filter;
}

.site-nav-primary-link:hover {
    color: #fff;
    padding-left: 6px;
}

.site-nav-visual {
    justify-self: center;
    align-self: center;
    width: 100%;
    max-width: 320px;
    margin: 0;
    aspect-ratio: 3 / 4;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .42);
    will-change: transform, opacity, filter;
}

.site-nav-visual-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}

.site-nav-meta {
    align-self: center;
    justify-self: end;
    max-width: 280px;
    text-align: left;
}

.site-nav-meta-phone,
.site-nav-meta-email {
    display: block;
    font-size: clamp(16px, 1.6vw, 24px);
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -.015em;
    color: rgba(255, 255, 255, .9);
    transition: color .3s ease;
}

.site-nav-meta-email {
    margin-top: clamp(8px, 1.2vh, 14px);
}

.site-nav-meta-phone:hover,
.site-nav-meta-email:hover {
    color: #fff;
}

.site-nav-meta-rule {
    width: 100%;
    height: 1px;
    margin: clamp(16px, 2.2vh, 24px) 0 clamp(12px, 1.6vh, 18px);
    background: rgba(255, 255, 255, .16);
}

.site-nav-meta-copy {
    margin: 0;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .44);
}

/* ── About · Gerax Timeless Elegance layout ────────────────────────────── */

.about-us {
    --about-gold: #c9a96e;
    --about-cta: #b77935;
    --about-cta-dark: #9a6428;
    --about-cta-light: #d08a4a;
    --about-ink: #f4efe8;
    position: relative;
    z-index: 1;
    color: var(--about-ink);
    background: #0a0908;
}

.about-inner {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.about-figure {
    margin: 0;
    min-height: 100vh;
}

.about-bg-img {
    display: block;
    width: 100%;
    min-height: 100vh;
    height: auto;
    object-fit: cover;
    object-position: 50% 18%;
    vertical-align: top;
}

.about-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(8, 7, 6, .72) 0%, rgba(8, 7, 6, .34) 46%, rgba(8, 7, 6, .12) 100%),
        linear-gradient(180deg, rgba(8, 7, 6, .42) 0%, rgba(8, 7, 6, .18) 34%, rgba(8, 7, 6, .28) 72%, rgba(8, 7, 6, .62) 100%);
}

.about-impression {
    position: absolute;
    right: clamp(16px, 3vw, 40px);
    bottom: clamp(14px, 2.4vh, 28px);
    z-index: 3;
    margin: 0;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
    pointer-events: none;
}

.img-impression {
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 2;
    margin: 0;
    font-size: 9px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    text-shadow: 0 1px 4px rgba(0, 0, 0, .45);
    pointer-events: none;
    white-space: nowrap;
}

.about-content {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 2;
    display: flex;
    align-items: stretch;
    padding: 5vw 5vw 0 8vw;
    flex-direction: column;
    gap: 90px;
}

.about-grid {
    width: 100%;
    
    margin: 0;
    display: block;
}

.about-lead {
    position: relative;
    text-align: left;
}

.about-head {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: clamp(52px, 9vw, 128px);
    line-height: .9;
    font-weight: 300;
    letter-spacing: -.035em;
    color: #fff;
}

.about-head-line {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.about-head-line--primary {
    letter-spacing: -.02em;
}

.about-head-line--dim {
    color: whtie;
    font-size: .72em;
    margin-top: .06em;
}

.about-copy {
    margin: clamp(28px, 4.5vh, 40px) 0 clamp(24px, 5vh, 32px);
    max-width: 720px;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 1.82;
    color: white;
    will-change: filter, opacity, transform;
}

.about-head-ghost {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin: 0;
    font-size: clamp(52px, 9vw, 128px);
    line-height: .9;
    font-weight: 300;
    letter-spacing: -.035em;
    color: rgba(255, 255, 255, .22);
    pointer-events: none;
}

.about-ghost-line {
    display: block;
    white-space: nowrap;
    filter: blur(16px);
    opacity: .45;
    transform: translateY(18px);
    will-change: transform, opacity, filter;
}

.about-ghost-line--sub {
    font-size: .72em;
    margin-top: .06em;
}

.about-ghost-line--deep {
    filter: blur(28px);
    opacity: .18;
    transform: translateY(36px);
}

.about-char {
    display: inline-block;
    white-space: pre;
    transform-origin: 50% 100%;
    will-change: filter, opacity, transform;
}

.about-copy span {
    color: #fff;
    font-weight: 500;
}

.about-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 6px;
    height: 48px;
    padding: 0 clamp(28px, 4vw, 36px);
    border: 0;
    border-radius: 4px;
    background: #ede7dc;
    color: #000;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
    transition: background-color .35s ease, transform .35s ease, box-shadow .35s ease;
    will-change: opacity, transform;
}

.about-cta-label {
    font-weight: 500;
    white-space: nowrap;
}

.about-cta-icon {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    opacity: .92;
    transition: transform .35s ease, opacity .35s ease;
}

.about-cta:hover {
    color: #fff;
    background: black;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .3);
}

.about-cta:hover .about-cta-icon {
    opacity: 1;
    transform: translateX(3px);
}

.about-media {
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin: 0 0 clamp(40px, 8vh, 72px);
    align-items: flex-end;
    will-change: transform, opacity;
}

.about-media-card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 2px;
    max-width: none;
    background: transparent;
    box-shadow:
        0 22px 56px rgba(0, 0, 0, .45),
        inset 0 0 0 1px rgba(255, 255, 255, .08);
    will-change: transform, opacity;
}

.about-media-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
    transform: none;
    will-change: transform;
}

.about-media-card--primary img,
.about-media-card--accent img {
    object-position: center center;
}

.about-media-card--accent {
    align-self: flex-end;
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .about-media {
        width: 100%;
        margin-left: 0;
    }

    .about-media-card {
        max-width: none;
    }
}

/* ── Amenities · Nymphaea-style showcase ───────────────────────────────── */

/* —— Project Highlights Stack (card deck) —— */
.phs-section {
    position: relative;
    z-index: 3;
    background: #000;
    color: #fff;
}

.phs-pin .absimg,
.pls-pin .absimg {
    position: absolute;
    left: clamp(8px, 5.5vw, 60px);
    top: 50%;
    z-index: 0;
    width: clamp(240px, 34vw, 460px);
    max-width: 40%;
    transform: translateY(-50%);
    opacity: 0.26;
    pointer-events: none;
}

.loc-section .absimg {
    position: absolute;
    left: 0;
    top: 45vw;
    z-index: 0;
    width: clamp(240px, 34vw, 460px);
    max-width: 40%;
    transform: translateY(-50%);
    opacity: 0.26;
    pointer-events: none;
}

.phs-pin .absimg img,
.pls-pin .absimg img,
.loc-section .absimg img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 32px rgba(0, 0, 0, .35));
}

.phs-stage {
    position: relative;
}

.phs-pin {
    position: sticky;
    top: 0;
    z-index: 2;
    height: 100svh;
    min-height: 620px;
    overflow: hidden;
    background: #000;
}

.phs-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(240px, 32vw) 1fr;
    align-items: center;
    gap: clamp(32px, 5vw, 64px);
    height: 100%;
    padding: clamp(28px, 5vh, 56px) clamp(24px, 4vw, 56px);
    padding-right: 0;
}

.phs-intro {
    position: relative;
    z-index: 2;
    align-self: center;
    padding-left: clamp(8px, 1.5vw, 20px);
    max-width: min(480px, 36vw);
}

.phs-lead {
    position: relative;
}

.phs-spacer {
    width: 100%;
    height: 0;
    pointer-events: none;
}
.pls-head {
    color: black !important;
}

.pls-char {
    color: black;
}
.phs-head
{
    text-align: center;
}
.pls-head
{
    text-align: center;
}
.phs-head,
.pls-head,
.loc-head {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: clamp(36px, 4.8vw, 64px);
    
    font-weight: 300;
    letter-spacing: -.03em;
    color: #fff;
}

.phs-head-line,
.pls-head-line,
.loc-head-line {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.phs-head-line--primary,
.pls-head-line--primary,
.loc-head-line--primary {
    letter-spacing: -.02em;
}

.phs-head-line--dim,
.pls-head-line--dim,
.loc-head-line--dim {
    font-size: .78em;
    margin-top: .08em;
    color: rgba(255, 255, 255, .92);
}

.phs-head-ghost,
.pls-head-ghost,
.loc-head-ghost {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin: 0;
    font-size: clamp(36px, 4.8vw, 64px);
    line-height: .92;
    font-weight: 300;
    letter-spacing: -.03em;
    color: rgba(255, 255, 255, .22);
    pointer-events: none;
}

.phs-ghost-line,
.pls-ghost-line,
.loc-ghost-line {
    display: block;
    white-space: nowrap;
    filter: blur(16px);
    opacity: .45;
    transform: translateY(18px);
    will-change: transform, opacity, filter;
}

.phs-ghost-line--sub,
.pls-ghost-line--sub,
.loc-ghost-line--sub {
    font-size: .78em;
    margin-top: .08em;
}

.phs-ghost-line--deep,
.pls-ghost-line--deep,
.loc-ghost-line--deep {
    filter: blur(28px);
    opacity: .18;
    transform: translateY(36px);
}

.phs-char,
.pls-char,
.loc-char {
    display: inline-block;
    white-space: pre;
    transform-origin: 50% 100%;
    will-change: filter, opacity, transform;
}

@media (max-width: 991px) {
    .phs-head,
    .phs-head-ghost,
    .pls-head,
    .pls-head-ghost,
    .loc-head,
    .loc-head-ghost {
        font-size: clamp(36px, 8vw, 44px);
    }
}

.phs-deck {
    position: relative;
    width: 100%;
    height: min(88vh, 940px);
    min-height: 560px;
    overflow: hidden;
}

.phs-card {
    position: absolute;
    top: 50%;
    left: 0;
    width: min(640px, 56vw);
    height: min(88vh, 940px);
    margin: 0;
    padding: clamp(8px, 1vw, 12px);
    background: rgba(247, 244, 239, .98);
    color: #121212;
    display: block;
    overflow: hidden;
    box-shadow: 0 36px 110px rgba(0, 0, 0, .58);
    will-change: transform, opacity;
}

.phs-card-frame {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #f7f4ef;
}

.phs-card-media {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #111;
}

.phs-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.phs-card-body {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
    min-height: clamp(108px, 16vh, 148px);
    padding: clamp(22px, 2.6vw, 30px) clamp(22px, 2.8vw, 34px) clamp(24px, 3vh, 32px);
    background: #f7f4ef;
}

.phs-card-rule {
    display: block;
    width: clamp(36px, 4vw, 52px);
    height: 1px;
    background: linear-gradient(90deg, #c9a96e 0%, rgba(201, 169, 110, .35) 100%);
}

.phs-card-title {
    margin: 0;
    font-size: clamp(26px, 3.2vw, 30px);
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: -.026em;
    color: #121212;
    text-wrap: balance;
}

@media (max-width: 991px) {
    

    .phs-layout {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 72px 16px 20px;
        align-content: start;
        align-items: start;
    }

    .phs-intro {
        max-width: none;
        padding-left: 0;
        align-self: start;
    }

    .phs-deck {
        height: 80vh;
        min-height: 340px;
        align-self: stretch;
    }

    .phs-card {
        width: min(92vw, 420px);
        height: min(58vh, 480px);
        padding: 8px;
    }

    .phs-card-media {
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
    }

    .phs-card-body {
        flex: 0 0 auto;
        min-height: 0 !important;
        height: auto;
        padding: 14px 16px !important;
        gap: 0;
        justify-content: center;
    }

    .phs-card-rule {
        display: none !important;
    }

    .phs-card-title {
        max-width: none;
        font-size: 20px !important;
        line-height: 1.25;
        text-align: center;
    }
}

.amenites {
    position: relative;
    z-index: 4;
    background:#ede7dc;
    color: #fff;
    
}

.amenites.is-cursor-active,
.amenites.is-cursor-active * {
    cursor: none !important;
}

.amenites-cursor {
    position: fixed;
    inset: 0;
    z-index: 10050;
    pointer-events: none;
}

.amenites-cursor-dot,
.amenites-cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10051;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
}

.amenites-cursor.is-visible .amenites-cursor-dot,
.amenites-cursor.is-visible .amenites-cursor-ring {
    opacity: 1;
    visibility: visible;
}

.amenites-cursor-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, .4);
}

.amenites-cursor-ring {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .92);
    box-shadow: 0 0 20px rgba(255, 255, 255, .14);
}

.amenites-stage {
    position: relative;
}

.amenites-pin {
    position: sticky;
    top: 0;
    z-index: 2;
    height: 100svh;
    min-height: 620px;
    overflow: hidden;
}

.amenites-spacer {
    width: 100%;
    height: 0;
    pointer-events: none;
}

.amenites-tone {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:#ede7dc;
}

.amenites-collage {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.amenites-tiles {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.amenites-tile {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-radius: clamp(18px, 2.4vw, 32px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .14);
    will-change: transform, opacity;
}

.amenites-tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amenites-tile--1 {
    left: clamp(12px, 3vw, 48px);
    top: clamp(72px, 11vh, 120px);
    width: clamp(128px, 17vw, 200px);
    height: clamp(172px, 26vh, 260px);
}

.amenites-tile--2 {
    right: clamp(12px, 3vw, 48px);
    top: clamp(88px, 13vh, 140px);
    width: clamp(132px, 18vw, 210px);
    height: clamp(156px, 23vh, 232px);
}

.amenites-tile--3 {
    left: clamp(16px, 4vw, 56px);
    bottom: clamp(96px, 14vh, 148px);
    width: clamp(146px, 19vw, 222px);
    height: clamp(114px, 16vh, 168px);
}

.amenites-tile--4 {
    right: clamp(20px, 5vw, 64px);
    bottom: clamp(108px, 16vh, 168px);
    width: clamp(118px, 16vw, 185px);
    height: clamp(150px, 21vh, 222px);
}

.amenites-tile--5 {
    left: clamp(28%, 32vw, 38%);
    top: clamp(56px, 8vh, 88px);
    width: clamp(86px, 11vw, 128px);
    height: clamp(86px, 11vw, 128px);
    border-radius: 50%;
}

.amenites-tile--6 {
    right: clamp(22%, 26vw, 32%);
    bottom: clamp(64px, 10vh, 104px);
    width: clamp(104px, 13vw, 156px);
    height: clamp(76px, 10vh, 114px);
}

.amenites-emerge {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    border-radius: 32px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    will-change: transform, opacity, border-radius;
    pointer-events: none;
}

.amenites-emerge img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amenites-intro {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(72px, 10vh, 120px) clamp(20px, 4vw, 48px);
    text-align: center;
    pointer-events: none;
}

.amenites-lead {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
}

.amenites-heading {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 1.2vh, 14px);
    margin: 0;
    width: 100%;
    text-align: center;
}

.amenites-heading-part {
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    font-size: clamp(40px, 6.2vw, 80px);
    line-height: 1.02;
    font-weight: 300;
    letter-spacing: .02em;
    color:black;
    white-space: nowrap;
    will-change: transform, opacity, filter;
}

.amenites-heading-part--right {
    letter-spacing: .06em;
    color: black;
}

.amenites-head-ghost {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 1.2vh, 14px);
    margin: 0;
    font-size: clamp(40px, 6.2vw, 80px);
    line-height: 1.02;
    font-weight: 300;
    letter-spacing: .02em;
    color: rgba(255, 255, 255, .22);
    text-align: center;
    pointer-events: none;
}

.amenites-ghost-line {
    display: block;
    white-space: nowrap;
    filter: blur(16px);
    opacity: .45;
    transform: translateY(18px);
    will-change: transform, opacity, filter;
}

.amenites-ghost-line--sub {
    letter-spacing: .06em;
    font-size: 1em;
    color: rgba(255, 255, 255, .2);
}

.amenites-ghost-line--deep {
    filter: blur(28px);
    opacity: .18;
    transform: translateY(36px);
}

.amenites-char {
    display: inline-block;
    white-space: pre;
    transform-origin: 50% 100%;
    will-change: filter, opacity, transform;
}

.amenites-sub {
    margin: clamp(14px, 2vh, 22px) 0 0;
    font-size: clamp(28px, 4.2vw, 48px);
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .88);
    will-change: transform, opacity;
}

.amenites-theater {
    position: absolute;
    inset: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
}

.amenites-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.amenites-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: center center;
    will-change: transform, opacity;
}

.amenites-impression {
    z-index: 2;
    right: 4px;
    bottom: 4px;
    font-size: 7px;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .65);
}

.amenites-slide-media {
    position: absolute;
    inset: -8%;
    overflow: hidden;
    will-change: transform;
}

.amenites-slide-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    will-change: transform;
}

.amenites-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, .08) 34%, rgba(0, 0, 0, .82) 100%),
        radial-gradient(ellipse 120% 90% at 50% 50%, transparent 42%, rgba(0, 0, 0, .28) 100%);
}

.amenites-ui {
    position: absolute;
    inset: 0;
    z-index: 12;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: clamp(20px, 4vh, 36px) clamp(20px, 4vw, 48px) clamp(28px, 5vh, 48px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.amenites-ui.is-visible {
    opacity: 1;
    visibility: visible;
}

.amenites-progress-pct {
    margin: 0 0 8px;
    font-size: 11px;
    letter-spacing: .18em;
    color: rgba(255, 255, 255, .72);
}

.amenites-progress {
    position: relative;
    width: min(520px, 72vw);
    height: 14px;
    margin: 0 0 clamp(22px, 3.5vh, 34px);
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, .22) 0,
            rgba(255, 255, 255, .22) 2px,
            transparent 2px,
            transparent 7px
        );
    mask-image: linear-gradient(90deg, #000 0%, #000 100%);
}

.amenites-progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, .95) 0,
            rgba(255, 255, 255, .95) 2px,
            transparent 2px,
            transparent 7px
        );
    pointer-events: none;
}

.amenites-copy {
    max-width: 680px;
    pointer-events: none;
}

.amenites-title {
    margin: 0;
    font-size: clamp(28px, 4.2vw, 48px);
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: .02em;
    color: #fff;
    text-shadow: 0 2px 28px rgba(0, 0, 0, .65), 0 1px 6px rgba(0, 0, 0, .45);
    position: relative;
    z-index: 2;
}

.amenites-title-line {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.amenites-char {
    display: inline-block;
    white-space: pre;
    transform-origin: 50% 100%;
    will-change: filter, opacity, transform;
}

/* —— Location —— */
.loc-section {
    position: relative;
    z-index: 3;
    background: #000;
    color: #fff;
    padding: clamp(88px, 11vh, 132px) 0 clamp(96px, 12vh, 140px);
    overflow: hidden;
}

.loc-inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 clamp(24px, 5vw, 72px);
}

.loc-intro {
    max-width: 52rem;
    margin: 0 auto clamp(48px, 6vh, 72px);
    text-align: center;
}

.loc-lead {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.loc-head,
.loc-head-ghost {
    text-align: center;
}

.loc-head-line,
.loc-ghost-line {
    text-align: center;
}

.loc-subtext {
    margin: clamp(20px, 2.8vh, 28px) auto 0;
    max-width: 38rem;
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.72;
    font-weight: 300;
    letter-spacing: .015em;
    color: rgba(255, 255, 255, .68);
    will-change: transform, opacity;
}

.loc-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 2.1fr) minmax(0, 0.85fr);
    gap: clamp(20px, 3vw, 40px);
    align-items: center;
}

.loc-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 2.4vh, 26px);
}

.loc-list--right .loc-item {
    justify-content: flex-start;
}

.loc-item {
    display: flex;
    align-items: baseline;
    gap: clamp(14px, 1.8vw, 20px);
}

.loc-index {
    flex: 0 0 auto;
    font-family: 'Specter', sans-serif;
    font-size: 11px;
    letter-spacing: .28em;
    color: rgba(201, 169, 110, .88);
}

.loc-label {
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.35;
    font-weight: 300;
    letter-spacing: .01em;
    color: rgba(255, 255, 255, .9);
}

.loc-map-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.loc-map {
    margin: 0;
    width: 100%;
    min-height: clamp(360px, 42vh, 520px);
    aspect-ratio: 5 / 4;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    background: #0e0d0c;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .45);
}

.loc-map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
}

.loc-map-actions {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.loc-explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 28px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 4px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .3s, border-color .3s, transform .3s;
}

.loc-explore-btn svg {
    width: 14px;
    height: 14px;
    transition: transform .3s;
}

.loc-explore-btn:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .45);
    transform: translateY(-1px);
}

.loc-explore-btn:hover svg {
    transform: translateX(3px);
}

/* —— Floor Plans Stack —— */
.pls-section {
    position: relative;
    z-index: 4;
    /*background: linear-gradient(180deg, #c98947 0%, #b77935 50%, #9a6428 100%);*/
    background:#ede7dc;
    color: black;
}

.pls-stage {
    position: relative;
}

.pls-pin {
    position: sticky;
    top: 0;
    z-index: 2;
    height: 100svh;
    min-height: 620px;
    overflow: hidden;
}

.pls-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(240px, 32vw) 1fr;
    align-items: center;
    gap: clamp(32px, 5vw, 64px);
    height: 100%;
    padding: clamp(28px, 5vh, 56px) clamp(24px, 4vw, 56px);
    padding-right: 0;
}

.pls-intro {
    position: relative;
    z-index: 2;
    align-self: center;
    padding-left: clamp(8px, 1.5vw, 20px);
    max-width: min(480px, 36vw);
}

.pls-lead {
    position: relative;
    text-align: center;
}

.pls-spacer {
    width: 100%;
    height: 0;
    pointer-events: none;
}

.pls-desc {
    position: relative;
    z-index: 2;
    margin: clamp(20px, 2.8vh, 28px) 0 0;
    max-width: 22rem;
    font-size: clamp(15px, 1.6vw, 20px);
    line-height: 1.72;
    font-weight: 300;
    color: black;
    will-change: transform, opacity;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pls-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 22px auto 0;
    min-height: 46px;
    padding: 0 26px;
    border: 1px solid #2c2826;
    border-radius: 4px;
    background: #2c2826;
    color: #fff;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .3s, color .3s, transform .3s;
}

.pls-download-btn svg {
    width: 16px;
    height: 16px;
}

.pls-download-btn:hover {
    background: transparent;
    color: #2c2826;
    transform: translateY(-1px);
}

/* Mobile-only download CTA (below plans stack) */
.pls-download-btn--mobile {
    display: none;
}

.pls-deck {
    position: relative;
    width: 100%;
    height: min(88vh, 940px);
    min-height: 560px;
    overflow: hidden;
}

.pls-card {
    position: absolute;
    top: 50%;
    left: 0;
    width: min(640px, 56vw);
    height: min(88vh, 940px);
    margin: 0;
    padding: 0;
    background: #fff;
    color: #121212;
    display: block;
    overflow: hidden;
    /*box-shadow:*/
    /*    0 12px 36px rgba(0, 0, 0, .12),*/
    /*    0 4px 14px rgba(0, 0, 0, .06),*/
    /*    0 0 0 1px rgba(255, 255, 255, .55);*/
    will-change: transform, opacity;
}

.pls-card-frame {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.pls-card-media {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
}

.pls-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: clamp(14px, 2.2vw, 24px);
    background: #fff;
}

.pls-card-media--locked img {
    filter: blur(8px);
    transform: scale(1.04);
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.pls-card-media--locked::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, .28);
    pointer-events: none;
}

.pls-card-unlock {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    min-height: 44px;
    padding: 0 22px;
    border: 1px solid #2c2826;
    border-radius: 4px;
    background: #2c2826;
    color: #fff;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity .3s, transform .3s, background-color .3s, color .3s;
    pointer-events: none;
    white-space: nowrap;
}

.pls-card-unlock svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    order: 2;
}

.pls-card-unlock span {
    order: 1;
}

@media (min-width: 992px) {
    /* Desktop: unlock stays hidden — never show on hover/focus */
    .pls-card:hover .pls-card-unlock,
    .pls-card-media--locked:focus-within .pls-card-unlock {
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, -50%);
    }
}

.pls-card-unlock:hover {
    background: #1a1715;
    color: #fff;
}

.pls-card-body {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
    min-height: clamp(108px, 16vh, 148px);
    padding: clamp(22px, 2.6vw, 30px) clamp(22px, 2.8vw, 34px) clamp(24px, 3vh, 32px);
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.pls-card-rule {
    display: block;
    width: clamp(36px, 4vw, 52px);
    height: 1px;
    background: linear-gradient(90deg, #c9a96e 0%, rgba(201, 169, 110, .35) 100%);
}

.pls-card-title {
    margin: 0;
    max-width: 24ch;
    font-size: clamp(26px, 3.2vw, 42px);
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: -.026em;
    color: #121212;
    text-wrap: balance;
}

@media (max-width: 991px) {
    .pls-pin {
        min-height: 0;
        height: 100svh;
        overflow: hidden;
    }

    .pls-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(0, 1fr);
        gap: 18px;
        padding: 72px 18px 22px;
        align-content: start;
        align-items: stretch;
    }

    .pls-intro {
        max-width: none;
        padding-left: 0;
        align-self: start;
    }

    .pls-desc {
        max-width: 28rem;
        margin: 12px auto 0;
        font-size: 15px;
        line-height: 1.6;
    }

    .pls-intro .pls-download-btn {
        display: none !important;
    }

    .pls-download-btn--mobile {
        display: inline-flex !important;
        width: calc(100% - 32px);
        max-width: 320px;
        margin: 8px auto 28px;
    }

    .pls-card-unlock {
        display: inline-flex;
        opacity: 1;
        transform: translate(-50%, -50%);
        pointer-events: auto;
        -webkit-tap-highlight-color: transparent;
    }

    .pls-card-media--locked:focus-within .pls-card-unlock,
    .pls-card:hover .pls-card-unlock,
    .pls-card-unlock:focus,
    .pls-card-unlock:active {
        display: inline-flex;
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, -50%);
        outline: none;
    }

    .pls-deck {
        height: auto;
        min-height: 300px;
        max-height: none;
        align-self: stretch;
        /* Fill leftover pin space so title stays inside viewport */
        height: min(52svh, 440px);
    }

    .pls-card {
        width: min(90vw, 420px);
        height: 100%;
        max-height: 100%;
    }

    .pls-card-frame {
        height: 100%;
    }

    .pls-card-media {
        flex: 1 1 auto;
        max-height: calc(100% - 62px);
        min-height: 0;
    }

    .pls-card-media img {
        padding: 10px;
    }

    .pls-card-body {
        flex: 0 0 auto;
        min-height: 0;
        padding: 12px 16px 14px;
        gap: 8px;
    }

    .pls-card-rule {
        display: none;
    }

    .pls-card-title {
        max-width: none;
        font-size: clamp(20px, 5.5vw, 26px);
    }
}

@media (max-width: 767.98px) {
    .pls-layout {
        gap: 16px;
        padding: 64px 16px 18px;
    }

    .pls-desc {
        margin-top: 10px;
        font-size: 14px;
        padding: 0 4px;
    }

    .pls-deck {
        height: min(48svh, 360px);
        min-height: 260px;
    }

    .pls-card {
        width: min(88vw, 380px);
    }

    .pls-card-media {
        max-height: calc(100% - 56px);
    }

    .pls-card-media img {
        padding: 8px;
    }

    .pls-card-body {
        padding: 10px 14px 12px;
        gap: 6px;
    }

    .pls-card-title {
        font-size: 20px;
        line-height: 1.15;
    }
}

.inquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 1300;
    visibility: hidden;
    pointer-events: none;
}

.enquiry-fixed-btn {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 16px 11px;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background: #000;
    color: #fff;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: translateY(-50%);
    box-shadow: -6px 0 24px rgba(0, 0, 0, .28);
    transition:
        background-color .35s ease,
        transform .35s ease,
        opacity .35s ease,
        box-shadow .35s ease;
}

.enquiry-fixed-btn-label {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    white-space: nowrap;
}

.enquiry-fixed-btn:hover {
    background: #111;
    border-color: #fff;
    transform: translateY(-50%) translateX(-3px);
    box-shadow: -8px 0 28px rgba(0, 0, 0, .34);
}

body.nav-open .enquiry-fixed-btn,
body.modal-open .enquiry-fixed-btn {
    opacity: 0;
    pointer-events: none;
}

.inquiry-modal.is-open {
    visibility: visible;
    pointer-events: auto;
}

.inquiry-modal.is-closing {
    visibility: visible;
    pointer-events: none;
}

.inquiry-modal-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .35);
    opacity: 0;
    transition: opacity .45s;
}

.inquiry-modal.is-open .inquiry-modal-overlay {
    opacity: 1;
}

.inquiry-modal-panel {
    position: absolute;
    inset: 0;
    height: 100%;
    max-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background:
        radial-gradient(ellipse 88% 72% at 50% 36%, rgba(255, 255, 255, .38), transparent 58%),
        radial-gradient(ellipse 55% 48% at 82% 78%, rgba(44, 40, 38, .04), transparent 52%),
        #ede7dc;
    color: #2c2826;
    transform: translateY(100%);
    transition: transform .5s;
}

.inquiry-modal.is-open .inquiry-modal-panel {
    transform: translateY(0);
}

.inquiry-modal-close {
    position: fixed;
    top: 28px;
    right: 36px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(44, 40, 38, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .55);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #2c2826;
    cursor: pointer;
    transition: background-color .3s, border-color .3s, opacity .3s;
}

.inquiry-modal-close svg {
    width: 18px;
    height: 18px;
}

.inquiry-modal-close:hover {
    background: rgba(255, 255, 255, .88);
    border-color: rgba(44, 40, 38, .24);
    opacity: 1;
}

.inquiry-modal-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 72px 48px 64px;
}

.inquiry-modal-header {
    max-width: 640px;
    margin: 0 auto 56px;
    text-align: center;
}

.inquiry-modal-label {
    margin-bottom: 20px;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #8a827c;
}

.inquiry-modal-title {
    margin-bottom: 24px;
    font-size: 56px;
    line-height: 1.15;
    color: #2c2826;
}

.inquiry-modal-intro {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #5a534f;
}

.inquiry-modal-body {
    align-items: flex-start;
}

.inquiry-modal-info {
    padding-top: 12px;
    padding-right: 40px;
}

.inquiry-contact-item {
    padding: 20px 0;
}

.inquiry-contact-label {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8a827c;
}

.inquiry-contact-value {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #2c2826;
}

.inquiry-contact-divider {
    height: 1px;
    background-color: rgba(44, 40, 38, .14);
}

.inquiry-contact-phone,
.inquiry-contact-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #2c2826;
    transition: opacity .3s;
}

.inquiry-contact-phone svg,
.inquiry-contact-email svg {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
}

.inquiry-contact-phone:hover,
.inquiry-contact-email:hover {
    opacity: .7;
}

.inquiry-social-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.inquiry-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #2c2826;
    background-color: rgba(255, 255, 255, .45);
    border: 1px solid rgba(44, 40, 38, .12);
    transition: opacity .3s, background-color .3s, border-color .3s;
}

.inquiry-social-link svg {
    width: 20px;
    height: 20px;
}

.inquiry-social-link:hover {
    opacity: .9;
    background-color: rgba(255, 255, 255, .78);
    border-color: rgba(44, 40, 38, .2);
}

.inquiry-form-column {
    position: relative;
}

.inquiry-form-column::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -60px;
    z-index: 0;
    width: 280px;
    height: 420px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, .55) 0%, transparent 70%);
    opacity: .65;
    pointer-events: none;
}

.inquiry-form-card {
    position: relative;
    z-index: 1;
    padding: 40px 44px 36px;
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid rgba(44, 40, 38, .08);
    box-shadow: 0 20px 56px rgba(44, 40, 38, .08);
}

.inquiry-form-heading {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 1.2;
    color: #2c2826;
}

.inquiry-form-field {
    margin-bottom: 20px;
}

.inquiry-form-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8a827c;
}

.inquiry-form-input-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border: 1px solid #d8d2cb;
    border-radius: 10px;
    background-color: #f7f4f0;
    transition: border-color .3s, box-shadow .3s, background-color .3s;
}

.inquiry-form-input-wrap:focus-within {
    border-color: #2c2826;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(44, 40, 38, .06);
}

.inquiry-form-input-wrap.is-invalid {
    border-color: #c0392b;
    background-color: #fff8f7;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, .1);
}

.inquiry-form-input-wrap.is-invalid .inquiry-form-input-icon {
    color: #c0392b;
}

.inquiry-form-input-wrap--textarea {
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
}

.inquiry-form-input-icon {
    flex: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a827c;
    transition: color .3s;
}

.inquiry-form-input-wrap:focus-within .inquiry-form-input-icon {
    color: #2c2826;
}

.inquiry-form-input-icon svg {
    width: 20px;
    height: 20px;
}

.inquiry-form-field input,
.inquiry-form-field textarea {
    width: 100%;
    padding: 14px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font: inherit;
    font-size: 15px;
    color: #2c2826;
}

.inquiry-form-field input::placeholder,
.inquiry-form-field textarea::placeholder {
    color: #a39b94;
}

.inquiry-form-field textarea {
    min-height: 88px;
    padding-top: 0;
    line-height: 1.6;
    resize: vertical;
}

.inquiry-form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 28px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #5a534f;
    cursor: pointer;
}

.inquiry-form-checkbox input {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    accent-color: #2c2826;
}

.inquiry-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 44px;
    padding: 0 32px;
    border: 1px solid #2c2826;
    border-radius: 6px;
    background-color: #2c2826;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .35s, color .35s;
}

.inquiry-form-submit:hover {
    background-color: transparent;
    color: #2c2826;
}

/* —— About Kreeva —— */
.kreeva-about {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background: #000;
    color: #fff;
}

.kreeva-about-tone {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 60% 50% at 88% 40%, rgba(255, 255, 255, .04) 0%, transparent 58%),
        radial-gradient(ellipse 40% 30% at 10% 90%, rgba(255, 255, 255, .03) 0%, transparent 72%);
}

.kreeva-about-inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    /* max-width: 1320px; */
    padding: 0 clamp(24px, 5vw, 72px);
}

.kreeva-about-shell {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
}

.kreeva-about-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 4.5vh, 48px);
    justify-content: center;
}

.kreeva-about-intro {
    max-width: none;
}

.kreeva-about-eyebrow {
    margin: 0 0 14px;
    font-family: 'Specter', sans-serif;
    font-size: 11px;
    letter-spacing: .36em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .76);
}

.kreeva-about-title {
    margin: 0;
    font-size: clamp(48px, 6.2vw, 88px);
    line-height: .94;
    font-weight: 300;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
}

.kreeva-about-rule {
    display: block;
    width: clamp(56px, 8vw, 96px);
    height: 1px;
    margin-top: clamp(22px, 3vh, 30px);
    background: linear-gradient(90deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .18) 100%);
}

.kreeva-about-copy {
    max-width: none;
}

.kreeva-about-copy p {
    margin: 0 0 1.15em;
    font-size: clamp(14px, 1.35vw, 16px);
    line-height: 1.78;
    font-weight: 300;
    letter-spacing: .02em;
    color: rgba(255, 255, 255, .86);
}

.kreeva-about-copy p:last-child {
    margin-bottom: 0;
}

.kreeva-about-mark {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: clamp(12px, 2vw, 28px) clamp(16px, 2.5vw, 36px);
}

.kreeva-about-mark-line {
    position: absolute;
    top: 12%;
    bottom: 12%;
    left: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, .34) 18%, rgba(255, 255, 255, .34) 82%, transparent 100%);
}

.kreeva-about-logo {
    display: block;
    width: min(100%, 200px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 40px rgba(0, 0, 0, .18));
}
.kreeva-footer-compact {
    background: #000;
    color: #999;
    padding: 36px 0 0;
    border-top: 1px solid rgb(255 255 255 / 22%);
    font-family: 'Outfit', sans-serif;
    position: relative;
}

.footer-base p {
    margin-bottom: 0;
}

.footer-col {
    margin-bottom: 16px;
}

.office-group {
    max-width: 320px;
    margin: 0 auto 16px;
}

.footer-col h6 {
    color: #D5D1CC;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.65rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.office-group:last-child {
    margin-bottom: 0;
}

.footer-col p,
.f-link {
    font-size: 14px;
    line-height: 1.55;
    color: #aaa;
    text-decoration: none;
    margin-bottom: 4px;
}

.f-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.f-link svg {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    color: #D5D1CC;
}

.f-link:hover {
    color: #fff;
}

.f-social {
    display: flex;
    gap: 14px;
    margin-top: 14px;
}

.f-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: all 0.3s ease;
}

.f-social a svg {
    width: 17px;
    height: 17px;
}

.f-social a:hover {
    color: #bc867d;
    transform: translateY(-3px);
}

.footer-base {
    border-top:1px solid rgb(255 255 255 / 19%);
    padding: 16px 0;
    margin-top: 18px;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    color: #555;
}

.f-rera {
    font-size: 16px;
    line-height: 1.5;
    color: #888;
    letter-spacing: 0.02em;
}

.f-rera a {
    color: #888;
    word-break: break-all;
}

.f-rera a:hover {
    color: #fff;
}

.f-legal {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
}

.f-legal a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s;
}

.f-legal a:hover {
    color: white;
}

.sep {
    color: #333;
}

/* —— Lead capture modal —— */
.lead-modal {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    visibility: hidden;
    pointer-events: none;
}

.lead-modal.is-open {
    visibility: visible;
    pointer-events: auto;
}

.lead-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 10, 9, .58);
    opacity: 0;
    transition: opacity .4s ease;
}

.lead-modal.is-open .lead-modal-overlay {
    opacity: 1;
}

.lead-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 460px);
    max-height: calc(100dvh - 48px);
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 18px;
    background:
        radial-gradient(ellipse 90% 70% at 50% 0%, rgba(255, 255, 255, .55), transparent 55%),
        #ede7dc;
    color: #2c2826;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
    opacity: 0;
    transform: scale(.96);
}

.lead-modal.is-open.from-left .lead-modal-dialog {
    animation: lead-slide-in-left .5s cubic-bezier(.22, 1, .36, 1) both;
}

.lead-modal.is-open.from-right .lead-modal-dialog {
    animation: lead-slide-in-right .5s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes lead-slide-in-left {
    from {
        opacity: 0;
        transform: translateX(-56px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes lead-slide-in-right {
    from {
        opacity: 0;
        transform: translateX(56px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

.lead-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(44, 40, 38, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .55);
    color: #2c2826;
    cursor: pointer;
    transition: background-color .3s, border-color .3s;
}

.lead-modal-close svg {
    width: 16px;
    height: 16px;
}

.lead-modal-close:hover {
    background: #fff;
    border-color: rgba(44, 40, 38, .24);
}

.lead-modal-inner {
    padding: 40px 36px 36px;
}

.lead-modal-eyebrow {
    margin: 0 0 12px;
    font-size: 11px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #8a827c;
}

.lead-modal-title {
    margin: 0 0 12px;
    font-size: clamp(32px, 5vw, 42px);
    line-height: 1.1;
    color: #2c2826;
}

.lead-modal-subtitle {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.65;
    color: #5a534f;
}

.lead-form-field {
    margin-bottom: 16px;
}

.lead-form-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #8a827c;
}

.lead-form-field input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #d8d2cb;
    border-radius: 10px;
    background: #f7f4f0;
    font: inherit;
    font-size: 15px;
    color: #2c2826;
    transition: border-color .3s, background-color .3s, box-shadow .3s;
}

.lead-form-field input::placeholder {
    color: #a39b94;
}

.lead-form-field input:focus {
    border-color: #2c2826;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(44, 40, 38, .06);
}

.lead-form-field input.is-invalid {
    border-color: #c0392b;
    background: #fff8f7;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, .1);
}

.field-error {
    display: none;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
    color: #c0392b;
}

.field-error.is-visible {
    display: block;
}

.lead-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 10px;
    padding: 0 28px;
    border: 1px solid #2c2826;
    border-radius: 6px;
    background: #2c2826;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .35s, color .35s;
}

.lead-form-submit:hover {
    background: transparent;
    color: #2c2826;
}

@media (max-width: 575.98px) {
    .lead-modal {
        padding: 16px;
    }

    .lead-modal-inner {
        padding: 32px 22px 28px;
    }

    .pls-download-btn {
        min-height: 44px;
        padding: 0 20px;
    }
}

/* —— Responsive —— */
@media (max-width: 991.98px) {
    .banner-head,
    .banner-head-ghost {
        font-size: clamp(42px, 10vw, 72px);
    }

    .banner-text {
        padding: 0 24px;
    }

    .site-nav-columns {
        grid-template-columns: 1fr;
        padding-top: 104px;
        padding-bottom: 72px;
        gap: 32px;
    }

    .site-nav-col--links {
        max-width: none;
    }

    .site-nav-primary-link {
        font-size: clamp(28px, 8vw, 40px);
        padding: clamp(6px, 1vh, 10px) 0;
    }

    .site-nav-visual {
        max-width: min(72vw, 280px);
        margin: 0 auto;
    }

    .site-nav-meta {
        justify-self: start;
        max-width: none;
    }

    .site-nav-meta-phone,
    .site-nav-meta-email {
        font-size: clamp(18px, 5vw, 24px);
    }

    .about-content {
        padding: 72px 20px 40px;
    }

    .about-head,
    .about-head-ghost {
        font-size: clamp(48px, 13vw, 76px);
    }

    .amenites-heading-part {
        font-size: clamp(32px, 8.5vw, 48px);
    }

    .amenites-sub {
        font-size: clamp(20px, 6vw, 30px);
    }

    .amenites-tile--1,
    .amenites-tile--2 {
        width: clamp(96px, 28vw, 140px);
        height: clamp(124px, 32vw, 172px);
    }

    .amenites-tile--3,
    .amenites-tile--4 {
        width: clamp(100px, 30vw, 148px);
        height: clamp(84px, 24vw, 126px);
    }

    .amenites-tile--5 {
        width: clamp(72px, 18vw, 104px);
        height: clamp(72px, 18vw, 104px);
    }

    .amenites-tile--6 {
        width: clamp(88px, 22vw, 128px);
        height: clamp(64px, 16vw, 96px);
    }

    .amenites-title {
        font-size: clamp(22px, 6vw, 30px);
    }


    .kreeva-about-title {
        font-size: 36px;
    }

    .loc-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .loc-map-wrap {
        order: -1;
        max-width: 100%;
        width: 100%;
        margin: 0 auto 24px;
    }

    .loc-map {
        max-width: 100%;
        width: 100%;
        min-height: 0;
        height: auto;
        aspect-ratio: 4 / 3;
        margin: 0 auto;
        border-radius: 4px;
    }

    .loc-map img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        filter: grayscale(1) contrast(1.08);
        -webkit-filter: grayscale(1) contrast(1.08);
    }

    .loc-list--left,
    .loc-list--right {
        text-align: left;
        max-width: 420px;
    }

    .kreeva-about-shell {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .kreeva-about-mark {
        order: -1;
        min-height: auto;
        padding: 0 0 8px;
    }

    .kreeva-about-mark-line {
        display: none;
    }

    .kreeva-about-logo {
        width: clamp(140px, 36vw, 180px);
    }

    .kreeva-footer-compact {
        padding-top: 28px;
    }

    .kreeva-footer-compact .row > [class*='col-'] {
        text-align: center;
    }

    .footer-col {
        text-align: center;
    }

    .office-group {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .footer-col h6 {
        text-align: center;
    }

    .contact-links {
        display: flex;
        justify-content: center;
    }

    .f-link {
        justify-content: center;
    }

    .f-social {
        justify-content: center;
    }

    .footer-base .row > [class*='col-'] {
        text-align: center !important;
    }

    .f-legal {
        justify-content: center;
        flex-wrap: wrap;
    }

    .inquiry-modal-inner {
        padding: 56px 24px 48px;
    }

    .inquiry-modal-title {
        font-size: 40px;
    }

    .inquiry-modal-info {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .inquiry-form-column::before {
        display: none;
    }

    .inquiry-form-card {
        padding: 32px 24px 28px;
    }

    .inquiry-form-heading {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    button.menu-button {
        width: 42px;
        padding: 0;
        justify-content: center;
        gap: 0;
    }

    .menu-button-label {
        display: none;
    }

    .contact-button.site-cta-button {
        width: 42px;
        padding: 0;
    }

    .contact-button-label {
        display: none;
    }

    .contact-button-icon {
        display: block;
    }

    .banner-head,
    .banner-head-ghost {
        font-size: clamp(34px, 11vw, 52px);
    }

    .banner {
        height: 100svh;
        min-height: 100svh;
    }

    .banner-image {
        will-change: auto;
    }

    .phs-pin,
    .amenites-pin,
    .pls-pin {
        min-height: 0;
        height: 100svh;
    }

    .about-us,
    .about-inner,
    .about-figure {
        min-height: 100svh;
    }

    .about-bg-img {
        object-position: center center;
        min-height: 100svh;
        height: 100%;
    }

    .about-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(8, 7, 6, .72) 0%,
                rgba(8, 7, 6, .62) 28%,
                rgba(8, 7, 6, .68) 58%,
                rgba(8, 7, 6, .82) 100%
            ),
            rgba(8, 7, 6, .42);
    }

    .about-media {
        display: none !important;
    }

    .about-content {
        position: absolute;
        inset: 0 !important;
        left: 0 !important;
        right: 0 !important;
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        justify-content: flex-start;
        gap: 0;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 88px 20px 36px !important;
        box-sizing: border-box !important;
        text-align: center !important;
        overflow: visible;
    }

    .about-grid,
    .about-lead {
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        justify-content: flex-start;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: center !important;
        transform-origin: 50% 50% !important;
    }

    .about-head {
        width: 100%;
        margin: 0 auto;
        text-align: center !important;
        font-size: 34px !important;
        line-height: 1.1;
        text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
    }

    .about-head-ghost {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin: 0 auto;
        text-align: center !important;
        font-size: 34px !important;
        opacity: .35;
    }

    .about-head-line {
        display: block;
        width: 100%;
        text-align: center !important;
    }

    .about-ghost-line {
        text-align: center !important;
    }

    .about-copy {
        width: 100% !important;
        max-width: 100% !important;
        margin: 18px auto 20px !important;
        padding: 0 !important;
        text-align: center !important;
        font-size: 16px !important;
        line-height: 1.7;
        color: #fff !important;
        text-shadow: 0 1px 12px rgba(0, 0, 0, .5);
    }

    .about-cta {
        display: inline-flex !important;
        align-self: center;
        margin: 0 auto !important;
        height: 44px;
    }

    .about-impression {
        color: rgba(255, 255, 255, .7);
    }

    

    .kreeva-about-title {
        font-size: 32px;
    }

    .kreeva-about {
        padding: 40px 0;
    }

    .kreeva-about-inner {
        padding: 0 20px;
    }

    .kreeva-about-copy p {
        font-size: 15px;
    }

    .kreeva-about-logo {
        width: clamp(120px, 42vw, 150px);
    }

    .footer-base .row {
        row-gap: 16px;
    }

    .footer-base .text-md-end {
        text-align: center !important;
    }

    .f-legal {
        justify-content: center;
        gap: 12px;
    }

    .inquiry-modal-close {
        top: 16px;
        right: 16px;
    }

    .inquiry-modal-title {
        font-size: 32px;
    }

    .inquiry-modal-intro {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .site-header-inner {
        gap: 8px;
    }

    .menu-button-icon-box {
        width: 18px;
        height: 18px;
    }

    .contact-button.site-cta-button {
        height: 42px;
    }

    .contact-button.site-cta-button .contact-button-label {
        font-size: 10px;
    }

    .banner-head,
    .banner-head-ghost {
        font-size: clamp(28px, 12vw, 40px);
        line-height: 1.15;
    }

    .kreeva-about-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .kreeva-footer-compact .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-col {
        margin-bottom: 14px;
        text-align: center;
    }

    .office-group {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .inquiry-modal-inner {
        padding: 48px 16px 40px;
    }

    .inquiry-modal-title {
        font-size: 28px;
    }

    .inquiry-form-heading {
        font-size: 24px;
    }
    .kreeva-about-title {
        display: table;
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .kreeva-about-shell {
        gap: 28px;
    }

    .kreeva-about-intro,
    .kreeva-about-copy {
        max-width: none;
        text-align: center;
    }

    .kreeva-about-rule {
        margin-left: auto;
        margin-right: auto;
    }

    .kreeva-about-copy p {
        text-align: center;
    }
}

/* —— Thank You page —— */
.thankyou-page {
    min-height: 100dvh;
    background:
        radial-gradient(ellipse 90% 70% at 50% 30%, rgba(255, 255, 255, .42), transparent 58%),
        radial-gradient(ellipse 50% 45% at 85% 85%, rgba(44, 40, 38, .04), transparent 52%),
        #ede7dc;
    color: #2c2826 !important;
}

.thankyou-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100dvh;
    padding: 48px 24px;
}

.thankyou-card {
    width: 100%;
    max-width: 560px;
    text-align: center;
    animation: thankyou-fade-in .7s ease both;
}

@keyframes thankyou-fade-in {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

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

.thankyou-logo {
    margin: 0 auto 40px;
    max-width: 220px;
}

.thankyou-logo img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.thankyou-eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #8a827c;
}

.thankyou-title {
    margin-bottom: 20px;
    font-size: clamp(44px, 10vw, 64px);
    line-height: 1.1;
    color: #2c2826;
}

.thankyou-lead {
    margin: 0 auto 32px;
    max-width: 460px;
    font-size: 16px;
    line-height: 1.75;
    color: #5a534f;
}

.thankyou-rule {
    display: block;
    width: 48px;
    height: 1px;
    margin: 0 auto 28px;
    background-color: rgba(44, 40, 38, .18);
}

.thankyou-note {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 1.7;
    color: #8a827c;
}

.thankyou-note a {
    color: #2c2826;
    border-bottom: 1px solid rgba(44, 40, 38, .22);
    transition: border-color .3s, opacity .3s;
}

.thankyou-note a:hover {
    border-color: rgba(44, 40, 38, .5);
    opacity: .75;
}

.thankyou-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    height: 48px;
    padding: 0 32px;
    border: 1px solid #2c2826;
    border-radius: 6px;
    background-color: #2c2826;
    color: #fff !important;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: background-color .35s, color .35s;
}

.thankyou-cta svg {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    transition: transform .35s;
}

.thankyou-cta:hover {
    background-color: transparent;
    color: #2c2826 !important;
}

.thankyou-cta:hover svg {
    transform: translateX(3px);
}

@media (max-width: 575.98px) {
    .thankyou-shell {
        padding: 40px 20px;
    }

    .thankyou-logo {
        max-width: 180px;
        margin-bottom: 32px;
    }

    .thankyou-lead {
        font-size: 15px;
    }

    .thankyou-note {
        font-size: 13px;
    }
    .phs-pin .absimg {
        top: 0px;
        width: 100%;
        flex: 0 0 100%;
        max-width: unset;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        transform: unset;
        opacity: 0.3;
        left: 0;
    }
    
    .phs-pin .absimg img {
        width: 90%;
        height: auto;
        object-fit: contain;
    }
    .loc-section .absimg {
        width: 100%;
        height: auto;
        max-width: unset;
        transform: unset;
        top: 5px;
    }
    .pls-head
    {
        margin-bottom: 20px;
    }
    .pls-desc{
        margin-bottom: 20px;
    }
    .pls-download-btn--mobile
    {
        margin-bottom: 0;
    }
    .pls-pin .absimg {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        transform: unset;
        max-width: unset;
    }
}

/* —— Legal pages (Disclaimer, etc.) —— */
.legal-page {
    min-height: 100dvh;
    background: #0a0908;
    color: rgba(255, 255, 255, .86) !important;
}

.legal-main {
    position: relative;
    overflow: hidden;
    padding-top: clamp(72px, 10vh, 96px);
}

.legal-hero {
    position: relative;
    padding: clamp(56px, 10vh, 96px) clamp(24px, 5vw, 72px) clamp(40px, 6vh, 64px);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    background:
        radial-gradient(ellipse 70% 55% at 18% 40%, rgba(201, 169, 110, .08) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 88% 20%, rgba(255, 255, 255, .04) 0%, transparent 62%),
        #0a0908;
}

.legal-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.legal-hero-mark {
    position: absolute;
    right: clamp(-40px, -2vw, 24px);
    top: 50%;
    z-index: 0;
    width: clamp(180px, 28vw, 340px);
    opacity: .12;
    pointer-events: none;
    transform: translateY(-50%);
}

.legal-hero-mark img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: grayscale(1);
}

.legal-eyebrow {
    margin: 0 0 16px;
    font-size: 11px;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: rgba(201, 169, 110, .88);
}

.legal-title {
    margin: 0;
    font-size: clamp(44px, 8vw, 72px);
    line-height: 1.02;
    font-weight: 300;
    letter-spacing: -.02em;
    color: #fff;
}

.legal-rule {
    display: block;
    width: clamp(48px, 8vw, 72px);
    height: 1px;
    margin: clamp(24px, 3vh, 32px) auto;
    background: linear-gradient(90deg, transparent 0%, rgba(201, 169, 110, .92) 50%, transparent 100%);
}

.legal-updated {
    margin: 0;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .42);
}

.legal-body {
    padding: clamp(48px, 7vh, 80px) clamp(24px, 5vw, 72px) clamp(64px, 9vh, 96px);
}

.legal-content {
    max-width: 820px;
    margin: 0 auto;
}

.legal-section {
    margin-bottom: clamp(36px, 5vh, 52px);
}

.legal-section:last-child {
    margin-bottom: 0;
}

.legal-section--highlight {
    padding: clamp(24px, 3.5vw, 36px) clamp(24px, 3.5vw, 40px);
    border: 1px solid rgba(201, 169, 110, .22);
    border-radius: 4px;
    background: rgba(201, 169, 110, .06);
}

.legal-lead {
    margin: 0;
    font-size: clamp(17px, 1.8vw, 19px);
    line-height: 1.82;
    font-weight: 300;
    color: rgba(255, 255, 255, .92);
}

.legal-section-title {
    margin: 0 0 clamp(16px, 2.4vh, 22px);
    font-size: clamp(24px, 3.2vw, 32px);
    line-height: 1.15;
    font-weight: 300;
    letter-spacing: -.015em;
    color: #fff;
}

.legal-section p {
    margin: 0 0 1.15em;
    font-size: clamp(15px, 1.45vw, 17px);
    line-height: 1.82;
    font-weight: 300;
    letter-spacing: .01em;
    color: rgba(255, 255, 255, .78);
}

.legal-section p:last-child {
    margin-bottom: 0;
}

.legal-section p strong {
    color: rgba(255, 255, 255, .95);
    font-weight: 500;
}

.legal-section p em {
    color: rgba(201, 169, 110, .88);
    font-style: normal;
}

.legal-section-num {
    color: rgba(201, 169, 110, .88);
    font-weight: 400;
}

.legal-list {
    margin: clamp(16px, 2.4vh, 22px) 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.8vh, 16px);
}

.legal-list li {
    position: relative;
    padding-left: clamp(20px, 2.5vw, 28px);
    font-size: clamp(15px, 1.45vw, 17px);
    line-height: 1.78;
    font-weight: 300;
    color: rgba(255, 255, 255, .78);
}

.legal-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .72em;
    width: clamp(6px, .8vw, 8px);
    height: 1px;
    background: linear-gradient(90deg, rgba(201, 169, 110, .92) 0%, rgba(201, 169, 110, .35) 100%);
}

.legal-contact-note {
    margin: 0 0 16px;
    font-size: clamp(15px, 1.45vw, 17px);
    line-height: 1.72;
    color: rgba(255, 255, 255, .72);
}

.legal-contact-card {
    margin-top: clamp(28px, 4vh, 40px);
    padding: clamp(24px, 3.5vw, 32px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
}

.legal-contact-label {
    margin: 0 0 12px;
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(201, 169, 110, .88);
}

.legal-contact-address {
    margin: 0 0 20px;
    font-style: normal;
    font-size: clamp(15px, 1.45vw, 17px);
    line-height: 1.75;
    color: rgba(255, 255, 255, .88);
}

.legal-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 3vw, 28px);
}

.legal-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #fff !important;
    transition: opacity .3s ease;
}

.legal-contact-link svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: rgba(201, 169, 110, .88);
}

.legal-contact-link:hover {
    opacity: .75;
}

.legal-section-subtitle {
    margin: clamp(20px, 3vh, 28px) 0 clamp(14px, 2vh, 18px);
    font-size: clamp(20px, 2.6vw, 26px);
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .88);
}

.legal-ordered-list {
    margin: clamp(16px, 2.4vh, 22px) 0 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.8vh, 16px);
}

.legal-ordered-list li {
    font-size: clamp(15px, 1.45vw, 17px);
    line-height: 1.78;
    font-weight: 300;
    color: rgba(255, 255, 255, .78);
}

.legal-inline-link {
    color: rgba(201, 169, 110, .92) !important;
    border-bottom: 1px solid rgba(201, 169, 110, .35);
    transition: opacity .3s ease, border-color .3s ease;
}

.legal-inline-link:hover {
    opacity: .8;
    border-color: rgba(201, 169, 110, .6);
}

@media (max-width: 767.98px) {
    .legal-hero-mark {
        right: -20px;
        width: min(48vw, 200px);
        opacity: .08;
    }

    .legal-section--highlight {
        padding: 20px 18px;
    }

    .legal-contact-links {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 575.98px) {
    .legal-body {
        padding: 40px 20px 56px;
    }

    .legal-hero {
        padding: 48px 20px 36px;
    }
}