﻿html {
    overflow-x: hidden;
}

:root {
    --bg: #0f1115;
    --bg-soft: #171b22;
    --panel: rgba(255, 255, 255, 0.06);
    --panel-strong: rgba(255, 255, 255, 0.1);
    --text: #f4efe8;
    --muted: #cfc6b7;
    --gold: #f0b648;
    --gold-deep: #cd7a00;
    --line: rgba(255, 255, 255, 0.08);
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(240, 182, 72, 0.16), transparent 25%),
        radial-gradient(circle at bottom right, rgba(205, 122, 0, 0.18), transparent 20%),
        linear-gradient(180deg, #10141a 0%, #0c0f14 100%);
    color: var(--text);
    min-height: 100vh;
}

a {
    text-decoration: none;
}

.page-shell {
    overflow: hidden;
}

.site-navbar {
    background: rgba(8, 10, 14, 0.82);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
}

.brand-logo,
.footer-logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(240, 182, 72, 0.35));
}

.brand-text {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
}

.nav-link {
    color: rgba(255, 255, 255, 0.78) !important;
    font-weight: 600;
}

.nav-link.active,
.nav-link:hover {
    color: var(--gold) !important;
}

.hero-section,
.page-hero {
    position: relative;
    padding: 7rem 0 5rem;
}

.hero-section::before,
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 45%),
        radial-gradient(circle at center, rgba(240, 182, 72, 0.09), transparent 50%);
    pointer-events: none;
}

.eyebrow,
.section-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8rem;
    font-weight: 800;
}

.hero-title,
.page-hero h1,
.section-heading h2,
.info-block h2,
.founder-panel h2,
.content-panel h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.6rem, 5vw, 4.9rem);
    line-height: 0.95;
    margin-bottom: 1.25rem;
}

.section-heading h2,
.info-block h2,
.founder-panel h2,
.content-panel h2 {
    font-size: clamp(2rem, 3.5vw, 3.4rem);
    line-height: 1.05;
}

.hero-copy,
.section-heading p,
.page-hero p,
.content-panel p,
.feature-card p,
.benefit-card p,
.property-body p,
.info-block p,
.founder-panel p {
    color: var(--muted);
    line-height: 1.9;
    font-size: 1rem;
}

.btn-gold {
    background: linear-gradient(135deg, #ffcf67, #c97b03);
    color: #111;
    border: 0;
    border-radius: 999px;
    padding: 0.95rem 1.7rem;
    font-weight: 800;
    box-shadow: 0 18px 40px rgba(205, 122, 0, 0.28);
}

.btn-gold:hover {
    color: #111;
    transform: translateY(-2px);
}

.hero-stats .stat-card,
.feature-card,
.benefit-card,
.property-card,
.content-panel,
.filter-bar,
.founder-quote,
.timeline-panel,
.founder-badge,
.info-block {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.stat-card {
    padding: 1.25rem;
    text-align: center;
}

.stat-card strong {
    display: block;
    font-size: 1.7rem;
    color: var(--gold);
}

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

.hero-visual {
    position: relative;
    min-height: 560px;
    perspective: 1400px;
}

.hero-card.main-visual-card {
    position: absolute;
    inset: 4rem 3rem 5rem 3rem;
    padding: 2rem;
    border-radius: 36px;
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.02)),
        linear-gradient(180deg, rgba(240, 182, 72, 0.12), rgba(18, 20, 26, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
    transform: rotateY(-12deg) rotateX(7deg);
}

.hero-logo {
    width: 180px;
    max-width: 100%;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 18px 35px rgba(240, 182, 72, 0.32));
}

.visual-copy span {
    color: var(--gold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.visual-copy h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.6rem;
    line-height: 1;
    margin-top: 0.8rem;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
}

.orb-one {
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(255, 204, 97, 0.7), transparent 65%);
    top: 0;
    left: 2rem;
}

.orb-two {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(205, 122, 0, 0.5), transparent 68%);
    bottom: 1rem;
    right: 0;
}

.floating-card {
    position: absolute;
    padding: 1rem 1.2rem;
    border-radius: 20px;
    background: rgba(17, 19, 24, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

.floating-card span {
    display: block;
    color: var(--muted);
    margin-bottom: 0.3rem;
}

.floating-card strong {
    color: var(--gold);
    font-size: 1.2rem;
}

.floating-card-top {
    top: 2rem;
    right: 0;
}

.floating-card-bottom {
    left: 0;
    bottom: 1rem;
}

.section-space {
    padding: 5rem 0;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 3rem;
}

.feature-card,
.benefit-card,
.content-panel,
.timeline-panel,
.info-block {
    padding: 2rem;
    height: 100%;
}

.feature-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 208, 112, 0.2), rgba(205, 122, 0, 0.22));
    color: var(--gold);
    font-weight: 800;
    margin-bottom: 1.2rem;
}

.feature-card h3,
.benefit-card h3,
.property-body h3,
.timeline-panel h3,
.content-panel h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
}

.dark-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border-block: 1px solid var(--line);
}

.property-card {
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.property-card:hover,
.feature-card:hover,
.benefit-card:hover,
.content-panel:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.42);
}

.property-image {
    height: 240px;
    background-size: cover;
    background-position: center;
}

.property-image-one {
    background-image:
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45)),
        url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1200&q=80");
}

.property-image-two {
    background-image:
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45)),
        url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1200&q=80");
}

.property-image-three {
    background-image:
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45)),
        url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1200&q=80");
}

.property-body {
    padding: 1.6rem;
}

.property-meta,
.property-footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.property-footer {
    margin-top: 1.2rem;
    align-items: center;
}

.property-footer strong {
    color: var(--gold);
}

.founder-highlight {
    position: relative;
}

.founder-panel,
.founder-quote {
    padding: 2.4rem;
    height: 100%;
}

.founder-quote p {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.founder-quote span {
    color: var(--gold);
}

.site-footer {
    padding: 2rem 0 1.4rem;
    border-top: 1px solid var(--line);
    background: rgba(7, 8, 11, 0.72);
}

.footer-link {
    color: var(--muted);
    margin-inline: 0.9rem;
}

.footer-link:hover {
    color: var(--gold);
}

.footer-bottom {`r`n    padding-top: 1.35rem;`r`n    margin-top: 1.2rem;`r`n    border-top: 1px solid var(--line);`r`n    text-align: center;`r`n    color: var(--muted);`r`n    display: flex;`r`n    flex-direction: column;`r`n    gap: 0.35rem;`r`n    align-items: center;`r`n}

.inner-page {
    min-height: calc(100vh - 180px);
}

.page-hero {
    padding-bottom: 2rem;
}

.founder-page-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(240, 182, 72, 0.18), transparent 65%);
    left: -120px;
    top: -80px;
    filter: blur(8px);
}

.founder-portrait {
    position: relative;
    overflow: hidden;
}

.portrait-frame {
    min-height: 460px;
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
        linear-gradient(135deg, rgba(240, 182, 72, 0.16), rgba(255, 255, 255, 0.02));
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    box-shadow: var(--shadow);
}

.portrait-logo {
    width: 220px;
    max-width: 70%;
    filter: drop-shadow(0 24px 40px rgba(240, 182, 72, 0.3));
}

.portrait-photo {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    border-radius: 34px;
}

.founder-badge {
    position: absolute;
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
    padding: 1rem 1.2rem;
    background: linear-gradient(180deg, rgba(6, 8, 12, 0.2), rgba(6, 8, 12, 0.88));
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.founder-badge strong,
.founder-badge span {
    display: block;
}

.founder-badge strong {
    font-size: 1.45rem;
    color: #fff;
}

.founder-badge span {
    margin-top: 0.3rem;
    color: #f8d27d;
    font-weight: 700;
}

.filter-bar {
    padding: 1rem 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
}

.filter-pill {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.03);
}

.filter-pill.active,
.filter-pill:hover {
    color: #111;
    background: linear-gradient(135deg, #ffcf67, #c97b03);
}

.timeline-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-list li {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
}

.timeline-list li:last-child {
    border-bottom: 0;
}

.form-control,
.form-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text);
    padding: 0.9rem 1rem;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-control:focus,
.form-select:focus {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
    box-shadow: 0 0 0 0.25rem rgba(240, 182, 72, 0.15);
    border-color: rgba(255, 208, 112, 0.45);
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.revealed {
    opacity: 1;
    transform: translateY(0);
}

.designer-credit {
    display: block;
    margin-top: 0.65rem;
    color: var(--muted);
}

.designer-credit a {
    color: var(--gold);
    font-weight: 700;
}

.designer-credit a:hover {
    color: #ffcf67;
}

.contact-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.ltr-text {
    direction: ltr;
    unicode-bidi: embed;
    text-align: left;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .hero-section,
    .page-hero {
        padding-top: 5.5rem;
    }

    .hero-visual {
        min-height: 420px;
    }

    .hero-card.main-visual-card {
        inset: 2rem;
        transform: none;
    }

    .floating-card-top,
    .floating-card-bottom {
        position: static;
        margin-top: 1rem;
    }

    .founder-badge {
        position: static;
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .brand-text {
        font-size: 1.2rem;
    }

    .hero-title,
    .page-hero h1 {
        font-size: 2.4rem;
    }

    .section-heading h2,
    .info-block h2,
    .founder-panel h2,
    .content-panel h2 {
        font-size: 2rem;
    }

    .feature-card,
    .benefit-card,
    .content-panel,
    .timeline-panel,
    .info-block,
    .founder-panel,
    .founder-quote {
        padding: 1.5rem;
    }
}

.unified-footer {
    padding: 2.5rem 0 2rem;
    background: rgba(7, 8, 11, 0.96);
}

.footer-top {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line);
}

.footer-brand strong {
    display: block;
    font-size: 1.05rem;
    color: #fff;
}

.footer-brand p {
    color: #f4efe8;
    font-weight: 700;
}

.footer-bottom span {
    display: block;
}

@media (max-width: 991.98px) {
    .footer-top {
        text-align: center;
    }
}
.whatsapp-float {
    position: fixed;
    left: 24px;
    bottom: 24px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    box-shadow: 0 18px 45px rgba(18, 140, 126, 0.38);
    z-index: 1080;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover {
    transform: translateY(-4px) scale(1.03);
    color: #fff;
    box-shadow: 0 24px 55px rgba(18, 140, 126, 0.5);
}

.whatsapp-icon {
    width: 30px;
    height: 30px;
}

@media (max-width: 575.98px) {
    .whatsapp-float {
        left: 16px;
        bottom: 16px;
        width: 56px;
        height: 56px;
    }

    .whatsapp-icon {
        width: 27px;
        height: 27px;
    }
}
.copyright-line {
    color: var(--muted);
}

