/* ==========================================================================
   BUSINESS 9: LUXURY REAL ESTATE (FULL-BLEED HERO, EMERALD/GOLD)
   ========================================================================== */

:root {
    --primary-dark: #0f172a;   /* Rich Black */
    --emerald: #064e3b;        /* Deep Emerald Green */
    --emerald-light: #059669;  /* Vibrant Emerald */
    --gold: #d97706;           /* Rich Gold */
    --bg-white: #ffffff;
    --bg-light: #f8fafc;
    --text-main: #334155;
    --text-muted: #64748b;
    --border: #e2e8f0;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--bg-white);
    color: var(--text-main);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .logo { font-weight: 700; line-height: 1.2; }
h2 { font-size: clamp(2rem, 3vw, 2.5rem); color: var(--primary-dark); margin-bottom: 15px; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 5%; }
img { max-width: 100%; display: block; border-radius: 12px; }
a { text-decoration: none; }

/* Utilities */
.text-center { text-align: center; }
.text-muted { color: var(--text-muted); }
.text-white { color: white !important; }
.gold-text { color: var(--gold); }
.bg-light { background-color: var(--bg-light); }
.bg-emerald { background-color: var(--emerald); }
.bg-dark { background-color: var(--primary-dark); }
.opacity-70 { opacity: 0.7; }
.uppercase { text-transform: uppercase; }
.tracking-wide { letter-spacing: 2px; }
.flex-between { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.align-center { align-items: center; }
.eyebrow { font-weight: 800; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 2px; display: block; margin-bottom: 15px; }
.eyebrow-gold { color: var(--gold); font-weight: 800; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 3px; display: block; margin-bottom: 20px; }
.font-sm { font-size: 0.9rem; }
.mb-4 { margin-bottom: 40px; } .mt-2 { margin-top: 15px; } .mt-4 { margin-top: 40px; } .pt-3 { padding-top: 20px; }
.border-top-dark { border-top: 1px solid rgba(255,255,255,0.1); }

/* =========================================================
   1. FULL-BLEED HERO CENTERPIECE
   ========================================================= */
.hero-full-bleed { position: relative; height: 100vh; min-height: 600px; display: flex; flex-direction: column; }

.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.cinematic-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(15,23,42,0.6) 0%, rgba(15,23,42,0.8) 100%); }

/* Transparent Overlay Header */
.overlay-nav { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; padding-bottom: 30px; width: 100%; z-index: 10; }
.logo { font-size: 1.8rem; letter-spacing: -0.5px; }
.nav-links { display: flex; gap: 35px; }
.nav-links a { color: white; font-weight: 500; transition: opacity 0.2s; }
.nav-links a:hover { opacity: 0.7; color: var(--gold); }

/* Hero Center Content */
.hero-center { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; z-index: 10; }
.massive-title { color: white; font-size: clamp(3rem, 6vw, 5rem); margin-bottom: 20px; letter-spacing: -1px; }
.hero-subtitle { color: rgba(255,255,255,0.9); font-size: 1.25rem; max-width: 700px; margin-bottom: 40px; font-weight: 300; }
.hero-actions { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }

/* Buttons */
.btn-gold { border: 1px solid var(--gold); color: var(--gold); padding: 10px 24px; border-radius: 50px; font-weight: 600; transition: all 0.3s; }
.btn-gold:hover { background: var(--gold); color: white; }
.btn-gold-solid { background: var(--gold); color: white; padding: 16px 36px; border-radius: 50px; font-weight: 700; transition: transform 0.2s; display: inline-block; }
.btn-gold-solid:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(217, 119, 6, 0.3); }
.btn-outline-white { border: 1px solid rgba(255,255,255,0.5); color: white; padding: 16px 36px; border-radius: 50px; font-weight: 600; transition: all 0.3s; display: inline-block; }
.btn-outline-white:hover { background: white; color: var(--primary-dark); }
.btn-outline-dark { border: 1px solid var(--primary-dark); color: var(--primary-dark); padding: 12px 28px; border-radius: 50px; font-weight: 600; transition: all 0.3s; display: inline-block; }
.btn-outline-dark:hover { background: var(--primary-dark); color: white; }

/* 2. Trust Bar */
.trust-bar { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.trust-logos { display: flex; gap: 40px; }
.partner-logo { font-family: serif; font-size: 1.3rem; font-style: italic; opacity: 0.8; }

/* 3. About Section */
.about-section { padding: 100px 0; }
.about-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 80px; align-items: center; }
.about-content p { font-size: 1.1rem; color: var(--text-muted); }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-top: 1px solid var(--border); padding-top: 30px; }
.stat-box h3 { font-size: 2.5rem; margin-bottom: 5px; }
.stat-box p { font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; color: var(--primary-dark); }

.about-image { position: relative; }
.about-image img { position: relative; z-index: 2; height: 500px; object-fit: cover; }
.accent-box { position: absolute; bottom: -20px; right: -20px; width: 80%; height: 80%; border: 2px solid var(--gold); z-index: 1; border-radius: 12px; }

/* 4. Properties Grid */
.properties-section { padding: 100px 0; }
.prop-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; }
.prop-card { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.04); transition: transform 0.3s; border: 1px solid var(--border); }
.prop-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.prop-img-wrap { height: 350px; position: relative; overflow: hidden; }
.prop-img-wrap img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; transition: transform 0.5s ease; }
.prop-card:hover .prop-img-wrap img { transform: scale(1.05); }

.price-tag { position: absolute; bottom: 20px; left: 20px; background: var(--primary-dark); color: white; padding: 10px 20px; border-radius: 8px; font-weight: 700; font-size: 1.2rem; }
.prop-body { padding: 30px; }
.prop-body h3 { font-size: 1.4rem; margin-bottom: 10px; }
.location { color: var(--text-muted); display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
.location i { color: var(--emerald-light); }
.metrics { display: flex; gap: 20px; border-top: 1px solid var(--border); padding-top: 20px; color: var(--primary-dark); font-weight: 600; font-size: 0.95rem; }
.metrics span { display: flex; align-items: center; gap: 6px; }
.metrics i { color: var(--gold); font-size: 1.1rem; }

/* 5. Services */
.services-section { padding: 100px 0; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
.service-box { padding: 40px 30px; border: 1px solid var(--border); border-radius: 16px; transition: all 0.3s; }
.service-box:hover { border-color: var(--gold); box-shadow: 0 10px 30px rgba(217, 119, 6, 0.05); }
.service-box i { font-size: 2.5rem; color: var(--emerald-light); margin-bottom: 20px; display: inline-block; }

/* 6. Reviews */
.review-section { padding: 100px 0; }
.quote-icon { font-size: 3rem; color: var(--gold); margin-bottom: 20px; display: inline-block; opacity: 0.5; }
.massive-quote { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 300; line-height: 1.4; max-width: 900px; margin: 0 auto; font-style: italic; }

/* 7. Footer */
.horizon-footer { padding: 80px 0 30px 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-contact p { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; color: rgba(255,255,255,0.7); }
.footer-contact i { color: var(--gold); }
.social-flex a { display: inline-flex; width: 40px; height: 40px; background: rgba(255,255,255,0.1); color: white; align-items: center; justify-content: center; border-radius: 50%; margin-right: 10px; transition: background 0.3s; }
.social-flex a:hover { background: var(--gold); }

/* Animations */
.fade-in-up { animation: fadeInUp 1s ease forwards; opacity: 0; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* Mobile */
@media (max-width: 992px) {
    .hide-mobile { display: none; }
    .hero-center { padding: 0 20px; }
    .about-grid { grid-template-columns: 1fr; gap: 50px; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
}