/* ==========================================================================
   Base & Resets & Fluid Variables
   ========================================================================== */
:root {
    --color-white: #ffffff;
    --color-off-white: #f8f9fa;
    --color-dark: #121212;
    --color-dark-grey: #1f1f1f;
    --color-gold: #bda15e;
    --color-text: #4a4a4a;
    --color-whatsapp: #25D366;
    
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Montserrat', sans-serif;
    
    --fs-h1: clamp(2.5rem, 5vw, 4.5rem);
    --fs-h2: clamp(2rem, 4vw, 3rem);
    --fs-body: clamp(0.95rem, 1vw, 1.05rem);
    
    --transition-fast: 0.3s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body); font-size: var(--fs-body);
    color: var(--color-text); background-color: var(--color-off-white);
    line-height: 1.7; overflow-x: hidden;
}

.section { padding: 6rem 5%; content-visibility: auto; contain-intrinsic-size: 800px; }
h1, h2, h3 { font-family: var(--font-heading); font-weight: 500; color: var(--color-dark); line-height: 1.2; }
.text-center { text-align: center; }
.text-light { color: var(--color-white); }
.text-gold { color: var(--color-gold); }
.container { max-width: 1400px; margin: 0 auto; }
.responsive-img { width: 100%; height: auto; display: block; border-radius: 4px; }
.rounded-img { border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.margin-bottom-lg { margin-bottom: 3rem; }
.margin-bottom-xl { margin-bottom: 5rem; }
.margin-top-sm { margin-top: 2rem; }
.align-center { align-items: center; }

/* Pure White Background Utility */
.pure-white-bg {
    background-color: var(--color-white); padding: 2rem;
    border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 15px 40px rgba(0,0,0,0.04);
    border-radius: 8px;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
.site-header {
    position: fixed; top: 0; width: 100%;
    background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px);
    z-index: 100; border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: var(--transition-fast);
}
.nav-container { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 5%; max-width: 1600px; margin: 0 auto; }
.logo { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 600; letter-spacing: 2px; }
.nav-links { list-style: none; display: flex; gap: 2rem; }
.nav-links a { text-decoration: none; color: var(--color-text); text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px; transition: var(--transition-fast); font-weight: 500;}
.nav-links a:hover { color: var(--color-gold); }

/* Buttons */
.btn-primary, .btn-outline {
    display: inline-block; padding: 1rem 2.5rem; text-decoration: none;
    text-transform: uppercase; font-size: 0.85rem; letter-spacing: 2px;
    transition: var(--transition-fast); cursor: pointer; border: none; font-weight: 600; text-align: center;
}
.btn-primary { background-color: var(--color-gold); color: var(--color-white); }
.btn-primary:hover { background-color: #a3894e; }
.btn-outline { border: 1px solid var(--color-dark); color: var(--color-dark); }
.btn-outline:hover { background-color: var(--color-dark); color: var(--color-white); }

/* ==========================================================================
   Hero Section (Split Layout)
   ========================================================================== */
.hero-split {
    display: flex; min-height: 100vh; align-items: stretch;
    background-color: var(--color-white); padding-top: 80px;
}
.hero-text {
    flex: 1; padding: 4rem 5% 4rem 8%; display: flex;
    flex-direction: column; justify-content: center;
}
.hero-image { flex: 1; position: relative; }
.hero-image img { position: absolute; width: 100%; height: 100%; object-fit: cover; }

.hero-eyebrow { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 4px; margin-bottom: 1rem; color: var(--color-gold); font-weight: 600; }
.hero-title { font-size: var(--fs-h1); margin-bottom: 1.5rem; color: var(--color-dark); }
.hero-subtitle { font-size: 1.1rem; font-weight: 300; margin-bottom: 2rem; color: var(--color-text); line-height: 1.8; }

.hero-bullets { margin-bottom: 3rem; }
.hero-bullets p { margin-bottom: 0.8rem; font-size: 1rem; color: var(--color-dark-grey); }
.hero-bullets strong { color: var(--color-dark); font-weight: 600; }

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ==========================================================================
   Sections Layout & Grids
   ========================================================================== */
.section-title { font-size: var(--fs-h2); margin-bottom: 1.5rem; }
.section-desc { max-width: 800px; margin: 0 auto 3rem auto; }
.desc-paragraph { margin-bottom: 1.5rem; font-size: 1.05rem; }
.dark-section { background-color: var(--color-dark); }

.grid-2-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; border-top: 1px solid rgba(0,0,0,0.1); padding-top: 3rem; text-align: center; }
.stat-box .stat-number { display: block; font-family: var(--font-heading); font-size: 3.5rem; color: var(--color-gold); line-height: 1; margin-bottom: 0.5rem;}
.stat-box .stat-label { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; color: var(--color-text); font-weight: 600; }

/* Location Perks & Collages */
.location-perks { list-style: none; margin-top: 2rem; }
.location-perks li { margin-bottom: 1rem; position: relative; padding-left: 1.5rem; font-size: 1rem; color: rgba(255,255,255,0.8); }
.location-perks li::before { content: '📍'; position: absolute; left: 0; font-size: 0.9rem; }

.image-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; width: 100%; }
.image-collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
.collage-main { grid-column: 1 / -1; height: 350px; }
.collage-sub { height: 220px; }

/* Galleries */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 1.5rem; }
.gallery-img { width: 100%; height: 320px; object-fit: cover; border-radius: 8px; transition: transform 0.5s ease; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.gallery-img:hover { transform: scale(1.03); }

.gallery-masonry { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1rem; }
.gallery-masonry img { width: 100%; height: 280px; object-fit: cover; border-radius: 4px; }

/* ==========================================================================
   Interactive Layouts
   ========================================================================== */
.layout-tabs { display: flex; justify-content: center; gap: 1rem; margin-bottom: 3rem; flex-wrap: wrap; }
.tab-btn {
    padding: 1rem 2.5rem; background: transparent; border: 1px solid rgba(255,255,255,0.3);
    color: var(--color-white); cursor: pointer; text-transform: uppercase;
    font-family: var(--font-body); letter-spacing: 2px; transition: var(--transition-fast); border-radius: 4px; font-weight: 500;
}
.tab-btn.active, .tab-btn:hover { background: var(--color-gold); border-color: var(--color-gold); color: var(--color-white); }

.tab-content { display: none; animation: fadeIn 0.5s ease; }
.tab-content.active { display: block; }

.layout-panel { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: center; }
.layout-details h3 { font-size: 2.5rem; margin-bottom: 0.5rem; color: var(--color-dark); }
.layout-details .sqft { font-weight: 600; color: var(--color-gold); font-size: 1.3rem; margin-bottom: 0.5rem; }
.layout-details .rooms { margin-bottom: 1.5rem; font-weight: 500; color: #777; }
.layout-paragraph { margin-bottom: 1.5rem; color: var(--color-text); }
.features-list { list-style: none; padding-top: 1.5rem; border-top: 1px solid #eaeaea; margin-bottom: 2rem; }
.features-list li { margin-bottom: 0.8rem; position: relative; padding-left: 1.5rem; color: var(--color-dark-grey); }
.features-list li::before { content: '•'; color: var(--color-gold); position: absolute; left: 0; font-size: 1.2rem; line-height: 1; }
.layout-cta { width: 100%; display: block; }

.layout-image img { width: 100%; height: auto; display: block; max-height: 600px; object-fit: contain; }

.penthouse-panel { grid-template-columns: 1fr; gap: 3rem; text-align: center; }
.penthouse-panel .layout-details { max-width: 800px; margin: 0 auto; }
.penthouse-levels { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin: 2rem 0; text-align: left; background: #f9f9f9; padding: 2rem; border-radius: 8px; }
.penthouse-images { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1rem; }
.penthouse-images img { width: 100%; border-radius: 8px; border: 1px solid #eaeaea; }

/* ==========================================================================
   MM2H Section (Redesigned & Beautiful)
   ========================================================================== */
.mm2h-section {
    background: linear-gradient(135deg, #ffffff 0%, #f4f0e6 100%);
    position: relative;
    overflow: hidden;
}
.mm2h-text-wrapper { padding-right: 2rem; }
.mm2h-flags { width: 100%; max-width: 380px; display: block; margin-top: 2rem; }
.mm2h-main-img { border-radius: 12px; box-shadow: 0 25px 50px rgba(0,0,0,0.1); border: 1px solid rgba(0,0,0,0.05); }
.mm2h-btn { display: inline-block; margin-top: 1rem; }

/* ==========================================================================
   FAQ & Forms & Contact Split
   ========================================================================== */
.faq-accordion { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #ddd; }
.faq-question {
    width: 100%; text-align: left; padding: 1.5rem 0; background: none; border: none;
    font-family: var(--font-heading); font-size: 1.5rem; color: var(--color-dark);
    cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.faq-question::after { content: '+'; font-size: 1.5rem; color: var(--color-gold); }
.faq-question[aria-expanded="true"]::after { content: '-'; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer p { padding-bottom: 1.5rem; }

/* Contact Left Side List Design (Massive Title) */
.cta-massive-title {
    font-size: clamp(3rem, 6vw, 5.5rem) !important;
    color: var(--color-gold) !important;
    line-height: 1.05;
    margin-bottom: 1rem;
    text-shadow: 0 4px 20px rgba(189, 161, 94, 0.15);
}
.contact-subtitle { font-size: 1.5rem; margin-bottom: 1.5rem; color: var(--color-white); font-family: var(--font-heading); font-style: italic; }
.contact-perks-list { list-style: none; margin-top: 2rem; }
.contact-perks-list li { margin-bottom: 2rem; }
.perk-title { display: block; font-weight: 600; color: var(--color-gold); font-size: 1.1rem; margin-bottom: 0.3rem; }
.perk-desc { display: block; color: rgba(255,255,255,0.8); font-size: 0.95rem; line-height: 1.6; }

.form-wrapper { max-width: 100%; padding: 1rem; }

/* ==========================================================================
   Footer & WhatsApp Button
   ========================================================================== */
.site-footer { background-color: #0a0a0a; color: rgba(255,255,255,0.4); text-align: center; padding: 4rem 5%; }
.footer-logo { font-family: var(--font-heading); font-size: 1.5rem; color: var(--color-white); letter-spacing: 2px; margin-bottom: 1.5rem; }
.footer-disclaimer { max-width: 900px; margin: 0 auto 2rem auto; font-size: 0.75rem; line-height: 1.8; text-align: justify; }
.footer-copyright { font-size: 0.85rem; color: rgba(255,255,255,0.6); }

.whatsapp-float {
    position: fixed; width: 65px; height: 65px; bottom: 40px; right: 40px;
    background-color: var(--color-whatsapp); border-radius: 50px;
    text-align: center; box-shadow: 0px 4px 20px rgba(0,0,0,0.2);
    z-index: 1000; display: flex; align-items: center; justify-content: center;
    transition: transform 0.3s ease;
}
.whatsapp-float:hover { transform: scale(1.1); }

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 900px) {
    .nav-links { display: none; }
    
    /* Hero Section Fix for Mobile: Image First */
    .hero-split { flex-direction: column; min-height: auto; padding-top: 70px; }
    .hero-image { order: -1; height: 45vh; width: 100%; position: relative; }
    .hero-image img { position: absolute; }
    .hero-text { order: 2; padding: 3rem 5% 4rem; }
    
    .grid-2-col, .layout-panel { grid-template-columns: 1fr; gap: 2rem; }
    .reverse-mobile { display: flex; flex-direction: column-reverse; }
    
    .about-stats { grid-template-columns: 1fr; border-top: none; padding-top: 0; }
    .stat-box { border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom: 1.5rem; margin-bottom: 1.5rem; }
    .stat-box:last-child { border-bottom: none; margin-bottom: 0; }
    
    .layout-panel .layout-details { order: 2; }
    .layout-panel .layout-image { order: 1; }
    
    .mm2h-text-wrapper { padding-right: 0; margin-bottom: 2rem; }
    .image-collage .collage-main { height: 250px; }
    .image-collage .collage-sub { height: 180px; }
}

/* ==========================================================================
   Language Selector Styles
   ========================================================================== */
.header-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.lang-selector select {
    background: transparent;
    border: 1px solid var(--color-gold);
    color: var(--color-dark);
    padding: 0.5rem 1rem;
    font-family: var(--font-body);
    font-size: 0.8rem;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    font-weight: 600;
    transition: var(--transition-fast);
}

.lang-selector select:hover {
    background: var(--color-gold);
    color: var(--color-white);
}

/* ==========================================================================
   Hide Google Translate Ugly UI
   ========================================================================== */
/* Hide the Google Translate top bar */
.skiptranslate iframe {
    display: none !important;
}

/* Push the body back up since Google adds a top margin */
body {
    top: 0px !important; 
}

/* Hide the Google tooltip hover effect */
#goog-gt-tt, .goog-te-balloon-frame {
    display: none !important;
}

/* Remove hover background color from Google Translate */
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}