html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    color: var(--text-color);
    background:
        radial-gradient(circle at top left, rgba(212, 175, 114, 0.18), transparent 20%),
        radial-gradient(circle at top right, rgba(139, 107, 63, 0.12), transparent 18%),
        linear-gradient(180deg, #fffdf8 0%, var(--background-color) 46%, #efe6d8 100%);
    line-height: 1.7;
    overflow-x: hidden;
}

body.lightbox-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
}

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

::selection {
    background: rgba(139, 107, 63, 0.18);
}

.topbar {
    position: relative;
    z-index: 1035;
    background: linear-gradient(90deg, #241917, var(--secondary-color));
    color: rgba(255, 248, 240, 0.92);
    font-size: 0.93rem;
}

.topbar-links,
.social-links {
    display: flex;
    flex-wrap: wrap;
}

.topbar a,
.topbar span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.topbar a:hover {
    color: #fff;
}

.topbar-location {
    opacity: 0.78;
}

.topbar-action {
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
}

.topbar-action-outline {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: transparent;
}

.site-header {
    z-index: 1030;
}

.site-header .navbar {
    margin: 0.9rem auto 0;
    width: min(100% - 1.25rem, 1320px);
    border-radius: 1.35rem;
    padding: 0.85rem 1.1rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 45px rgba(36, 27, 17, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.site-header.is-scrolled .navbar {
    transform: translateY(-0.25rem);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 24px 50px rgba(36, 27, 17, 0.12);
}

.navbar-brand {
    flex-shrink: 0;
    margin-right: 1.1rem;
}

.navbar-brand .site-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.navbar-brand.brand-has-uploaded-logo {
    gap: 0.4rem !important;
}

.navbar-brand.brand-has-uploaded-logo .site-logo {
    width: auto;
    height: 74px;
    max-width: min(30vw, 310px);
}

.brand-copy {
    display: grid;
    line-height: 1.06;
}

.brand-copy small {
    color: var(--muted-text-color);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.62rem;
    white-space: nowrap;
}

.brand-copy strong,
.section-heading h2,
.hero-slide-copy h1,
.page-hero h1,
.footer-top-panel h2,
.footer-brand h3,
.apartment-detail-card h3,
.timeline-card h3 {
    font-family: var(--heading-font);
}

.brand-copy strong {
    font-size: 1.06rem;
    color: var(--secondary-color);
    white-space: nowrap;
}

.navbar-toggler {
    border: 1px solid rgba(139, 107, 63, 0.15);
    border-radius: 0.95rem;
    padding: 0.55rem 0.75rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.header-nav-list {
    gap: 0.35rem;
}

.nav-link {
    position: relative;
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 0.96rem;
    white-space: nowrap;
    padding: 0.72rem 0.68rem !important;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.35rem;
    height: 2px;
    border-radius: 999px;
    background: var(--primary-color);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

.nav-link.active,
.nav-link:hover {
    color: var(--primary-color);
}

.btn {
    border-radius: 999px;
    padding: 0.82rem 1.35rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.nav-cta {
    white-space: nowrap;
    padding: 0.88rem 1.15rem;
}

.btn-brand {
    background: linear-gradient(135deg, var(--button-color), var(--secondary-color));
    color: #fff;
    border: 0;
    box-shadow: 0 18px 32px rgba(139, 107, 63, 0.22);
}

.btn-brand:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 22px 34px rgba(45, 36, 29, 0.24);
}

.btn-outline-brand {
    color: var(--secondary-color);
    border: 1px solid rgba(139, 107, 63, 0.26);
    background: rgba(255, 255, 255, 0.62);
}

.btn-outline-brand:hover {
    background: var(--button-color);
    color: #fff;
    border-color: var(--button-color);
}

.section-padding {
    padding: 5.6rem 0;
}

.section-heading {
    margin-bottom: 2.2rem;
}

.section-heading h2 {
    margin-bottom: 0.75rem;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.05;
    color: var(--secondary-color);
}

.section-heading p,
.muted-copy {
    color: var(--muted-text-color);
}

.eyebrow,
.eyebrow-chip,
.breadcrumb-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.58rem 1rem;
    border-radius: 999px;
    background: rgba(139, 107, 63, 0.08);
    border: 1px solid rgba(139, 107, 63, 0.12);
    color: var(--primary-color);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.surface-card,
.content-card,
.info-card,
.icon-card,
.gallery-card,
.floor-card,
.location-card,
.contact-card,
.enquiry-card,
.timeline-card,
.spec-card,
.stat-card,
.apartment-card,
.apartment-detail-card,
.hero-side-card,
.form-shell,
.unit-table-card {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(139, 107, 63, 0.12);
    border-radius: var(--section-radius);
    box-shadow: var(--card-shadow);
}

.content-card,
.info-card,
.icon-card,
.gallery-card,
.floor-card,
.location-card,
.contact-card,
.timeline-card,
.spec-card,
.hero-side-card,
.unit-table-card {
    padding: 1.65rem;
}

.content-card::before,
.info-card::before,
.icon-card::before,
.gallery-card::before,
.floor-card::before,
.location-card::before,
.contact-card::before,
.timeline-card::before,
.spec-card::before,
.hero-side-card::before,
.unit-table-card::before,
.enquiry-card::before,
.apartment-detail-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.34), transparent 36%),
        linear-gradient(180deg, transparent, rgba(139, 107, 63, 0.03));
    pointer-events: none;
}

.content-card ul,
.info-card ul,
.contact-card ul {
    margin: 0;
    padding-left: 1.15rem;
}

.content-card li,
.info-card li,
.contact-card li {
    margin-bottom: 0.55rem;
}

.home-hero {
    position: relative;
    padding: 2rem 0 4.5rem;
}

.hero-slider-shell {
    position: relative;
    min-height: 680px;
    border-radius: 2rem;
    overflow: hidden;
    background: #1e1610;
    box-shadow: 0 38px 70px rgba(35, 26, 18, 0.18);
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease;
}

.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-slide-media,
.hero-slide-overlay {
    position: absolute;
    inset: 0;
}

.hero-slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
}

.hero-slide-overlay {
    background:
        linear-gradient(90deg, rgba(22, 17, 12, 0.84), rgba(22, 17, 12, 0.5) 48%, rgba(22, 17, 12, 0.2)),
        linear-gradient(180deg, rgba(212, 175, 114, 0.08), transparent 35%);
}

.hero-slide-content {
    position: relative;
    z-index: 2;
    min-height: 680px;
    padding: 4rem 4rem 3.25rem;
    display: grid;
    align-items: end;
}

.hero-slide-copy {
    max-width: 660px;
    color: rgba(255, 248, 240, 0.96);
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.3rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-slide-copy h1 {
    font-size: clamp(3rem, 5vw, 5.4rem);
    line-height: 0.96;
    margin-bottom: 1rem;
}

.hero-slide-copy .lead {
    font-size: 1.18rem;
    color: rgba(255, 248, 240, 0.76);
}

.hero-slide-copy p:last-of-type {
    color: rgba(255, 248, 240, 0.78);
}

.hero-slide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-fact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hero-fact-card {
    padding: 1rem 1.1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

.hero-fact-card strong,
.page-metric-card strong,
.stat-card strong {
    display: block;
    font-size: 1.15rem;
}

.hero-fact-card span,
.page-metric-card span,
.stat-card span {
    font-size: 0.92rem;
    color: rgba(255, 248, 240, 0.74);
}

.hero-side-card {
    width: min(100%, 285px);
    margin-left: auto;
    margin-top: 1rem;
    background: rgba(255, 250, 244, 0.9);
}

.hero-side-card .tiny-label {
    display: block;
    color: var(--muted-text-color);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
}

.hero-side-card h2 {
    font-size: 1.4rem;
    color: var(--secondary-color);
    margin-bottom: 0.6rem;
}

.hero-slider-nav {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 1.6rem;
    z-index: 3;
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
}

.hero-nav-btn {
    flex: 1;
    min-width: 0;
    padding: 0.9rem 1rem;
    border: 0;
    border-radius: 1rem;
    text-align: left;
    color: rgba(255, 248, 240, 0.88);
    background: rgba(24, 18, 18, 0.56);
    border: 1px solid rgba(232, 195, 171, 0.15);
    backdrop-filter: blur(16px);
    transition: 0.24s ease;
}

.hero-nav-btn span {
    display: block;
    font-size: 0.73rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(248, 235, 225, 0.65);
    margin-bottom: 0.35rem;
}

.hero-nav-btn strong {
    display: block;
    font-size: 0.98rem;
}

.hero-nav-btn.is-active,
.hero-nav-btn:hover {
    background: rgba(187, 143, 115, 0.28);
}

.quick-ribbon {
    margin-top: 0.8rem;
    position: relative;
    z-index: 5;
}

.quick-ribbon-shell {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1.55rem;
    background: rgba(255, 250, 244, 0.96);
    border: 1px solid rgba(187, 143, 115, 0.12);
    box-shadow: 0 22px 40px rgba(40, 28, 22, 0.08);
}

.highlight-card {
    padding: 1rem 1rem 0.9rem;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(232, 195, 171, 0.22), rgba(255, 255, 255, 0.68));
}

.highlight-card strong {
    display: block;
    font-size: 1rem;
    color: var(--secondary-color);
    margin-bottom: 0.35rem;
}

.highlight-card p {
    margin: 0;
    font-size: 0.92rem;
    color: var(--muted-text-color);
}

.signature-grid,
.amenity-grid,
.gallery-grid,
.floor-grid,
.location-grid,
.icon-grid,
.why-grid,
.spec-grid,
.value-grid,
.contact-grid {
    display: grid;
    gap: 1.4rem;
}

.signature-grid {
    grid-template-columns: 1.2fr 0.8fr;
}

.amenity-grid,
.icon-grid,
.why-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.floor-grid,
.location-grid,
.spec-grid,
.value-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.contact-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.photo-frame {
    position: relative;
    overflow: hidden;
    border-radius: 1.7rem;
    min-height: 100%;
}

.photo-frame img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
}

.photo-badge {
    position: absolute;
    left: 1.2rem;
    bottom: 1.2rem;
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: rgba(34, 27, 21, 0.84);
    color: #fff;
    backdrop-filter: blur(10px);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stat-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 1rem;
}

.stat-card {
    padding: 1.3rem 1.35rem;
}

.stat-card strong {
    color: var(--secondary-color);
    font-size: 1.4rem;
}

.stat-card span {
    color: var(--muted-text-color);
}

.info-checklist,
.feature-pills,
.location-tags,
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.feature-pills span,
.location-tags span,
.tag-cloud span,
.pill {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(139, 107, 63, 0.08);
    color: var(--secondary-color);
    border: 1px solid rgba(139, 107, 63, 0.08);
    font-size: 0.92rem;
}

.apartment-card {
    display: grid;
    grid-template-rows: auto 1fr;
}

.apartment-thumb {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background: linear-gradient(135deg, rgba(212, 175, 114, 0.18), rgba(255, 255, 255, 0.85));
}

.apartment-body {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.7rem;
}

.apartment-body h3,
.icon-card h3,
.gallery-card h3,
.floor-card h3,
.location-card h3,
.contact-card h3,
.spec-card h3,
.timeline-card h3 {
    color: var(--secondary-color);
    margin-bottom: 0;
}

.apartment-area {
    color: var(--primary-color);
    font-weight: 700;
}

.section-band-dark {
    position: relative;
    color: rgba(255, 248, 240, 0.94);
}

.section-band-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(24, 18, 18, 0.98), rgba(29, 22, 18, 0.96)),
        radial-gradient(circle at top left, rgba(232, 195, 171, 0.24), transparent 22%);
    border-radius: 2rem;
}

.section-band-dark > .container,
.section-band-dark > .container-fluid {
    position: relative;
    z-index: 1;
}

.section-band-dark .section-heading h2,
.section-band-dark .content-card h2,
.section-band-dark .icon-card h3,
.section-band-dark .timeline-card h3,
.section-band-dark .spec-card h3 {
    color: #fffaf2;
}

.section-band-dark .section-heading p,
.section-band-dark .muted-copy,
.section-band-dark .icon-card p,
.section-band-dark .timeline-card p,
.section-band-dark .spec-card li {
    color: rgba(255, 248, 240, 0.76);
}

.section-band-dark .icon-card,
.section-band-dark .timeline-card,
.section-band-dark .spec-card,
.section-band-dark .content-card {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
}

.icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(212, 175, 114, 0.2), rgba(139, 107, 63, 0.08));
    color: var(--primary-color);
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.section-band-dark .icon-wrap {
    background: rgba(255, 255, 255, 0.08);
    color: #f3d6c2;
}

.gallery-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.8rem;
}

.filter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(139, 107, 63, 0.18);
    background: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    color: var(--secondary-color);
    text-decoration: none;
    transition: 0.2s ease;
}

.filter-button.active,
.filter-button:hover {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}

.gallery-grid [data-filter-item].is-hidden {
    display: none !important;
}

.gallery-card,
.floor-card {
    padding: 1rem;
}

.gallery-card img,
.floor-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 1.25rem;
    margin-bottom: 1rem;
}

.gallery-card .gallery-meta,
.floor-card .gallery-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.gallery-trigger,
.floor-trigger {
    border: 0;
    background: none;
    padding: 0;
    width: 100%;
    text-align: left;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.timeline-card {
    min-height: 100%;
}

.timeline-time {
    display: inline-flex;
    margin-top: 0.75rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(139, 107, 63, 0.08);
    color: var(--primary-color);
    font-weight: 700;
}

.page-hero {
    position: relative;
    padding: 4rem 0 4.7rem;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(212, 175, 114, 0.22), transparent 24%),
        radial-gradient(circle at bottom right, rgba(139, 107, 63, 0.16), transparent 22%);
    pointer-events: none;
}

.page-hero-shell {
    position: relative;
    padding: 3rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(16px);
    box-shadow: 0 26px 60px rgba(45, 36, 29, 0.08);
}

.page-hero h1 {
    font-size: clamp(2.8rem, 4.6vw, 4.8rem);
    line-height: 0.98;
    color: var(--secondary-color);
}

.page-hero p {
    color: var(--muted-text-color);
    font-size: 1.08rem;
}

.page-hero-visual img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 1.5rem;
}

.page-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.page-metric-card {
    padding: 1rem;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(139, 107, 63, 0.12);
}

.page-metric-card strong {
    color: var(--secondary-color);
}

.page-metric-card span {
    color: var(--muted-text-color);
}

.form-control,
.form-select {
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(139, 107, 63, 0.16);
    background: rgba(255, 255, 255, 0.86);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(139, 107, 63, 0.38);
    box-shadow: 0 0 0 0.25rem rgba(139, 107, 63, 0.1);
}

.form-label {
    font-weight: 600;
    color: var(--secondary-color);
}

.enquiry-card {
    padding: 2rem;
}

.map-frame {
    overflow: hidden;
    min-height: 420px;
    border-radius: 1.75rem;
    border: 1px solid rgba(139, 107, 63, 0.12);
    box-shadow: var(--card-shadow);
    background: #fff;
}

.map-frame iframe {
    width: 100%;
    min-height: 420px;
}

.map-frame img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.table-brand {
    --bs-table-bg: transparent;
    --bs-table-border-color: rgba(139, 107, 63, 0.12);
    --bs-table-striped-bg: rgba(139, 107, 63, 0.04);
}

.table-brand th {
    color: var(--secondary-color);
    font-weight: 700;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(139, 107, 63, 0.1);
    color: var(--secondary-color);
    font-size: 0.85rem;
    font-weight: 700;
}

.spec-card ul,
.footer-links,
.footer-contact,
.legal-copy {
    list-style: none;
    margin: 0;
    padding: 0;
}

.spec-card li,
.footer-links li,
.footer-contact li {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.spec-card li::before {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    flex: 0 0 0.55rem;
    margin-top: 0.55rem;
    border-radius: 999px;
    background: var(--accent-color);
}

.footer-top-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.6rem;
    padding: 1.35rem 1.5rem;
    border-radius: 1.65rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top-panel h2 {
    color: #fffaf2;
    max-width: 620px;
    margin-bottom: 0;
    font-size: clamp(1.5rem, 2.5vw, 2.15rem);
}

.site-footer {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 114, 0.18), transparent 18%),
        linear-gradient(180deg, #241d17 0%, var(--footer-background) 100%);
    color: rgba(255, 248, 240, 0.88);
    padding: 3rem 0 1.6rem;
}

.footer-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.footer-logo-wide {
    width: min(100%, 280px);
    height: auto;
    max-height: 140px;
    padding: 0.35rem 0.55rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.site-footer h4,
.footer-brand h3 {
    color: #fffaf2;
}

.footer-brand p {
    max-width: 320px;
    margin-bottom: 1.1rem;
}

.site-footer a {
    color: rgba(255, 248, 240, 0.9);
}

.site-footer a:hover {
    color: #fff;
}

.site-footer .eyebrow-chip {
    color: #f7dcb2;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.footer-links-grid {
    column-count: 3;
    column-gap: 1.5rem;
}

.footer-links-grid li {
    display: block;
    break-inside: avoid;
    margin-bottom: 0.7rem;
}

.footer-links-grid a {
    display: inline-block;
}

.footer-contact li {
    margin-bottom: 0.7rem;
}

.footer-note,
.footer-bottom {
    border-top: 1px solid rgba(255, 248, 240, 0.12);
    margin-top: 1.35rem;
    padding-top: 1rem;
}

.footer-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
}

.footer-outline:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.18);
}

.whatsapp-float {
    position: fixed;
    right: 1.35rem;
    bottom: 1.35rem;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 1.6rem;
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.34);
    z-index: 1050;
}

.mobile-action-bar {
    position: fixed;
    left: 50%;
    bottom: 0.85rem;
    transform: translateX(-50%);
    width: min(96%, 420px);
    display: flex;
    gap: 0.35rem;
    padding: 0.55rem;
    border-radius: 999px;
    background: rgba(24, 18, 18, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 44px rgba(35, 26, 18, 0.26);
    backdrop-filter: blur(18px);
    z-index: 1040;
}

.mobile-action-bar a {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
    padding: 0.7rem 0.35rem;
    border-radius: 999px;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 600;
}

.mobile-action-bar a:hover {
    background: rgba(255, 255, 255, 0.08);
}

.mobile-action-bar i {
    font-size: 1rem;
}

.lightbox-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 2000;
}

.lightbox-modal.is-open {
    display: block;
}

.lightbox-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(17, 13, 10, 0.82);
}

.lightbox-dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 1080px);
    margin: 6vh auto;
    padding: 1rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.26);
}

.lightbox-dialog img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 1rem;
    background: #fff;
}

.lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    background: rgba(34, 27, 21, 0.82);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lightbox-caption {
    padding: 0.9rem 0.2rem 0.2rem;
    color: var(--secondary-color);
    font-weight: 600;
}

.fade-up {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199.98px) {
    .site-header .navbar {
        width: calc(100% - 1rem);
        padding: 0.78rem 0.95rem;
    }

    .navbar-collapse {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(139, 107, 63, 0.12);
    }

    .header-nav-list {
        gap: 0;
    }

    .nav-link {
        padding: 0.72rem 0.3rem !important;
    }

    .hero-slide-content {
        padding: 3rem 2.5rem 2.6rem;
    }

    .hero-slider-nav {
        left: 1.4rem;
        right: 1.4rem;
    }

    .quick-ribbon-shell {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-links-grid {
        column-count: 2;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .site-header .navbar {
        width: min(100% - 1rem, 1280px);
        padding: 0.82rem 0.95rem;
    }

    .navbar-brand {
        margin-right: 0.8rem;
    }

    .nav-link {
        font-size: 0.93rem;
        padding: 0.7rem 0.52rem !important;
    }

    .nav-cta {
        padding: 0.82rem 1rem;
    }
}

@media (max-width: 991.98px) {
    .hero-slider-shell,
    .hero-slide-content,
    .page-hero-shell {
        min-height: 0;
    }

    .hero-slider-shell {
        display: flex;
        flex-direction: column;
    }

    .hero-slide {
        position: relative;
        inset: auto;
        display: none;
    }

    .hero-slide.is-active {
        display: block;
    }

    .hero-slide-content {
        padding: 3rem 1.75rem 1.8rem;
    }

    .hero-slide-copy h1 {
        font-size: clamp(2.4rem, 8vw, 3.3rem);
        line-height: 1.02;
    }

    .hero-slide-copy .lead {
        font-size: 1rem;
        line-height: 1.5;
    }

    .hero-fact-grid,
    .page-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-slider-nav {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        flex-direction: column;
        margin: 1rem 1.25rem 1.25rem;
    }

    .hero-side-card {
        width: 100%;
        margin-left: 0;
    }

    .signature-grid {
        grid-template-columns: 1fr;
    }

    .footer-top-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links-grid {
        column-count: 1;
    }

    .section-padding {
        padding: 4.5rem 0;
    }
}

@media (max-width: 767.98px) {
    .topbar {
        text-align: center;
    }

    .home-hero {
        padding: 1.15rem 0 1.4rem;
    }

    .site-header .navbar {
        margin-top: 0.55rem;
        border-radius: 1.1rem;
        padding: 0.7rem 0.85rem;
    }

    .navbar-brand .site-logo {
        width: 52px;
        height: 52px;
    }

    .navbar-brand.brand-has-uploaded-logo .site-logo {
        width: auto;
        height: 58px;
        max-width: min(58vw, 240px);
    }

    .brand-copy small {
        font-size: 0.58rem;
        letter-spacing: 0.14em;
    }

    .brand-copy strong {
        font-size: 1rem;
    }

    .section-heading h2,
    .footer-top-panel h2 {
        font-size: 2rem;
    }

    .hero-slide-content {
        padding: 1.85rem 1rem 0.9rem;
    }

    .hero-kicker {
        font-size: 0.74rem;
        letter-spacing: 0.08em;
    }

    .hero-slider-nav {
        margin: 0.85rem 1rem 1rem;
        gap: 0.6rem;
    }

    .hero-slide-copy h1,
    .page-hero h1 {
        font-size: 2.15rem;
    }

    .hero-slide-copy p {
        margin-bottom: 0.75rem;
    }

    .hero-fact-grid,
    .page-metric-grid,
    .quick-ribbon-shell {
        grid-template-columns: 1fr;
    }

    .quick-ribbon {
        margin-top: 0.1rem;
    }

    .photo-frame img,
    .page-hero-visual img {
        min-height: 300px;
    }

    .gallery-card img,
    .floor-card img {
        height: 220px;
    }

    .map-frame,
    .map-frame iframe {
        min-height: 320px;
    }

    .page-hero-shell {
        padding: 1.4rem;
    }

    .whatsapp-float {
        right: 1rem;
        bottom: 5.75rem;
        width: 54px;
        height: 54px;
    }
}
