:root {
    --bg: #070707;
    --bg-2: #0d0d0d;
    --surface: #141414;
    --surface-2: #1d1a14;
    --gold: #d8b35f;
    --gold-light: #f4d88d;
    --line: rgba(216, 179, 95, .25);
    --text: #f6efe2;
    --muted: #b8ad9a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold-light); }

.site-navbar {
    background: rgba(7, 7, 7, .86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
    padding: 1rem 0;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: #080808;
    font-weight: 900;
    letter-spacing: -.04em;
}

.brand-text { font-weight: 800; letter-spacing: .02em; }
.navbar .nav-link {
    color: rgba(246, 239, 226, .72);
    font-weight: 700;
    font-size: .92rem;
    margin: 0 .35rem;
}
.navbar .nav-link:hover { color: var(--gold-light); }

.btn-gold,
.btn-outline-gold:hover {
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: #080808 !important;
    border: 1px solid transparent;
    font-weight: 800;
    border-radius: 999px;
    box-shadow: 0 16px 45px rgba(216,179,95,.18);
}

.btn-outline-gold {
    color: var(--text);
    border: 1px solid var(--line);
    background: rgba(255,255,255,.02);
    font-weight: 800;
    border-radius: 999px;
}

.btn-outline-light {
    border-radius: 999px;
    font-weight: 800;
}

.section-dark,
.section-muted,
.section-contact {
    position: relative;
    background:
        radial-gradient(circle at 12% 14%, rgba(216,179,95,.16), transparent 32%),
        radial-gradient(circle at 85% 10%, rgba(255,255,255,.07), transparent 24%),
        var(--bg);
}

.hero {
    min-height: 100vh;
    padding: 10.5rem 0 6rem;
    display: flex;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .45rem .85rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--gold-light);
    background: rgba(216,179,95,.07);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold-light);
}

.display-title,
.section-title {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .92;
    color: var(--gold-light);
}
.display-title { font-size: clamp(3.4rem, 8vw, 7.6rem); }
.section-title { font-size: clamp(2.3rem, 5vw, 4.8rem); }
.hero-lead {
    max-width: 700px;
    color: rgba(246,239,226,.78);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.75;
}
.text-soft { color: var(--muted); line-height: 1.75; }

.hero-proof {
    max-width: 520px;
    padding-left: 1.1rem;
    border-left: 2px solid var(--gold);
}
.hero-proof strong {
    display: block;
    color: var(--gold-light);
    font-size: 1.15rem;
    font-weight: 900;
}
.hero-proof span {
    display: block;
    color: var(--muted);
    margin-top: .25rem;
    line-height: 1.65;
}

.portrait-card {
    max-width: 650px;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.portrait-inner {
    min-height: 660px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
    background: transparent;
}
.portrait-img {
    width: min(100%, 640px);
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 36px 60px rgba(0,0,0,.65));
}

.section-padding { padding: 6.5rem 0; }
.section-muted { background-color: var(--bg-2); }

.service-card,
.contact-card,
.property-card,
.method-list > div {
    border: 1px solid rgba(216,179,95,.18);
    background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0,0,0,.22);
}

.service-card { padding: 2rem; transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(216,179,95,.45); }
.service-icon {
    color: var(--gold-light);
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .16em;
}
.service-card h3 { margin-top: 1.3rem; font-weight: 900; }
.service-card p { color: var(--muted); margin: 0; line-height: 1.75; }

.method-list { display: grid; gap: 1rem; }
.method-list > div { padding: 1.4rem; display: grid; grid-template-columns: 54px 1fr; gap: .35rem 1rem; }
.method-list span { color: var(--gold-light); font-weight: 900; grid-row: span 2; }
.method-list strong { font-size: 1.12rem; }
.method-list p { margin: 0; color: var(--muted); }

.property-card { overflow: hidden; transition: .25s ease; height: 100%; }
.property-card:hover { transform: translateY(-6px); border-color: rgba(216,179,95,.48); }
.property-link { display: block; height: 100%; }
.property-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #111;
}
.property-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.property-card:hover .property-media img { transform: scale(1.045); }
.property-content { padding: 1.35rem; }
.property-location {
    display: block;
    color: var(--muted);
    font-size: .84rem;
    margin-bottom: .4rem;
}
.property-content h3 {
    min-height: 3.2rem;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 900;
    margin: 0 0 1rem;
}
.property-price {
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
    font-weight: 900;
    margin-bottom: .75rem;
}
.property-cta { color: var(--text); font-size: .85rem; font-weight: 800; }
.small-link { color: var(--gold-light); font-weight: 800; }
.border-gold { border: 1px solid var(--line); color: var(--text); background: rgba(216,179,95,.08); }

.contact-card { padding: clamp(1.3rem, 4vw, 2.25rem); }
.form-control,
.form-select {
    min-height: 52px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.12);
    color: var(--text);
    border-radius: 16px;
}
.form-control:focus,
.form-select:focus {
    background: rgba(255,255,255,.08);
    border-color: var(--gold);
    color: var(--text);
    box-shadow: 0 0 0 .25rem rgba(216,179,95,.14);
}
.form-select option { color: #111; }
.form-label,
.form-check-label { color: rgba(246,239,226,.82); font-weight: 700; }
.contact-list { display: grid; gap: .8rem; }
.contact-list a {
    color: var(--text);
    border-bottom: 1px solid var(--line);
    padding-bottom: .7rem;
    font-weight: 800;
}

.footer {
    border-top: 1px solid var(--line);
    background: #050505;
    color: var(--muted);
}
.footer a { color: var(--gold-light); font-weight: 800; }

.whatsapp-float {
    position: fixed;
    right: 1.3rem;
    bottom: 1.3rem;
    z-index: 20;
    padding: .85rem 1.1rem;
    border-radius: 999px;
    background: #25d366;
    color: #07130b !important;
    font-weight: 900;
    box-shadow: 0 18px 60px rgba(0,0,0,.35);
}

@media (max-width: 991.98px) {
    .hero { min-height: auto; padding-top: 8.5rem; text-align: center; }
    .hero-lead { margin-left: auto; margin-right: auto; }
    .hero .d-flex { justify-content: center; }
    .portrait-inner { min-height: 520px; }
    .portrait-card { max-width: 560px; }
}

@media (max-width: 575.98px) {
    .site-navbar { padding: .75rem 0; }
    .hero { padding-top: 7.5rem; }
    .section-padding { padding: 4.5rem 0; }
    .portrait-card { max-width: 440px; }
    .portrait-inner { min-height: 430px; }
    .display-title { font-size: 3.2rem; }
    .method-list > div { grid-template-columns: 1fr; }
    .whatsapp-float { right: .9rem; bottom: .9rem; }
}
