﻿/* ==========================================================================
   CONTACT PAGE LUXURY COLOR MAPPINGS (HERO EXTRACTED)
   ========================================================================== */

/* 
  Extracted Hero Palette:
  --c-light-ivory:  #EDDFD5;
  --c-warm-sand:    #E6C9B0;
  --c-rose-sand:    #D7B39F;
  --c-golden:       #F2C36F;
  --c-dark-sepia:   #473329;
  --c-deep-charcoal:#25262A;
*/

:root {
  --c-light-ivory:  #E6C9B0; /* Start with Warm Sand (Middle-light) */
  --c-warm-sand:    #D7B39F; /* Transition to Rose Sand (Middle-dark) */
  --c-golden:       #F2C36F;
  --c-dark-sepia:   #25262A; /* Text color needs to be very dark for contrast */
  --c-deep-charcoal:#473329; /* Background for footer is Dark Sepia (moderately dark) */
}

/* --------------------------------------
   1. HEADER NAV OVERRIDE
-------------------------------------- */
.header-nav {
    background: linear-gradient(to bottom, rgba(230, 201, 176, 0.9) 0%, transparent 100%) !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
.header-nav .nav-link {
    color: var(--c-dark-sepia) !important;
}
.header-nav .nav-dropdown {
    background: rgba(230, 201, 176, 0.95) !important;
}
.header-nav .nav-dropdown-item {
    color: var(--c-dark-sepia) !important;
}
.header-nav .nav-dropdown-item:hover {
    background: rgba(71, 51, 41, 0.1) !important;
}

/* --------------------------------------
   2. HERO SECTION
-------------------------------------- */
.contact-hero {
    background: 
        linear-gradient(to bottom, transparent 70%, var(--c-light-ivory) 100%),
        linear-gradient(to right, var(--c-light-ivory) 0%, var(--c-light-ivory) 35%, rgba(230, 201, 176, 0) 80%), 
        url('../assets/contact_page_hero.jpg') right center / cover no-repeat !important;
}

/* No overlay applied as per user instruction */
.contact-hero-heading,
.contact-hero-desc {
    color: #1a202c !important; /* Premium slate navy, matches gallery */
    text-shadow: 0 4px 15px rgba(26, 32, 44, 0.15);
    margin-bottom: 0 !important; /* ensure perfect centering */
}
.contact-hero-subheading {
    color: #c99665 !important; /* Common gold accent */
    font-weight: 700 !important;
}

/* --------------------------------------
   2. CONVICTIONS SECTION (.contact-convictions-section)
-------------------------------------- */
.contact-convictions-section {
    background: var(--c-light-ivory) !important; 
}
.contact-convictions-section .section-eyebrow { 
    color: #ffffff !important; 
    font-size: 0.95rem !important; 
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4) !important; 
}
.contact-convictions-section h2, 
.contact-convictions-section p {
    color: var(--c-dark-sepia) !important;
}
.contact-convictions-section .diamond-node { background: var(--c-golden) !important; }
.contact-convictions-section .diamond-divider::before, 
.contact-convictions-section .diamond-divider::after {
    background: linear-gradient(to right, transparent, var(--c-dark-sepia), transparent) !important;
    opacity: 0.2;
}

/* Contact Cards (Handled in contact-cards.css mostly, but we override colors here) */
.contact-card {
    background: transparent !important; 
    border-color: rgba(71, 51, 41, 0.15) !important; /* Slightly stronger border to define the card since it has no bg */
    box-shadow: none !important; 
}
.contact-card-title { color: var(--c-deep-charcoal) !important; }
.contact-card-text { color: var(--c-dark-sepia) !important; }

/* Eyebrow - White with shadow, turns bronze on hover */
.contact-card-eyebrow { 
    font-family: 'Inter', sans-serif !important;
    font-size: 17.1px !important; 
    font-weight: 600 !important;
    color: #4a3f35 !important; 
    text-shadow: none !important; 
    transition: color 0.4s ease, text-shadow 0.4s ease !important;
}
.contact-card:hover .contact-card-eyebrow {
    color: #7a5015 !important;
    text-shadow: none !important;
}

/* Watermark - More visible normally, shines on hover */
.contact-roman-watermark { 
    color: rgba(37, 38, 42, 0.08) !important; 
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.contact-card:hover .contact-roman-watermark.I,
.contact-card:hover .contact-roman-watermark.II,
.contact-card:hover .contact-roman-watermark.III {
    color: rgba(201, 150, 101, 0.5) !important;
}

/* --------------------------------------
   3. CONTACT FORM & MAP (#contact)
-------------------------------------- */
#contact {
    background: linear-gradient(180deg, var(--c-light-ivory) 0%, var(--c-warm-sand) 30%, var(--c-warm-sand) 100%) !important;
}
.contact-watermark { color: rgba(37, 38, 42, 0.02) !important; }
.contact-info .section-eyebrow { 
    color: #ffffff !important; 
    font-size: 0.95rem !important; 
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4) !important; 
}
.contact-info h2, .contact-info h3, .contact-info h4 { color: var(--c-dark-sepia) !important; } /* Charcoal headings */
.contact-info p, .contact-info a { color: var(--c-dark-sepia) !important; } /* Charcoal text */

/* Contact Form */
.contact-form-container {
    background: rgba(255, 255, 255, 0.2) !important; /* Made more translucent to let background show */
    border-color: #C8A14A !important;
}
.form-group label { color: var(--c-dark-sepia) !important; } /* Charcoal labels */
.contact-form-container input, .contact-form-container select { background-color: transparent !important; /* Blend form fields with background */
    color: var(--c-dark-sepia) !important;
    border: 1px solid rgba(37, 38, 42, 0.3) !important;
    border-radius: 50px !important; /* Pill shaped */
}
.contact-form-container textarea {
    background: transparent !important;
    color: var(--c-dark-sepia) !important;
    border: 1px solid rgba(37, 38, 42, 0.3) !important;
    border-radius: 20px !important; /* Rounded but still rectangular for text area */
}
.contact-form-container input:focus, .contact-form-container textarea:focus, .contact-form-container select:focus {
    border-color: var(--c-golden) !important;
    outline: none !important;
    box-shadow: 0 0 10px rgba(242, 195, 111, 0.2) !important;
}
.contact-submit-btn {
    background: var(--c-deep-charcoal) !important;
    color: #ffffff !important;
    border: none !important;
}
.contact-submit-btn:hover {
    background: var(--c-golden) !important;
    color: var(--c-deep-charcoal) !important;
}

/* --------------------------------------
   4. FOOTER & GLOBAL
-------------------------------------- */
.new-footer {
    background-blend-mode: normal !important;
    background-image: 
        linear-gradient(to bottom, var(--c-warm-sand) 0%, rgba(230, 201, 176, 0) 30%),
        linear-gradient(135deg, rgba(37, 38, 42, 0.4) 0%, rgba(37, 38, 42, 0.8) 100%), 
        url('../assets/contact_page_footer.png') !important;
    background-color: #d7b39f!important;
    background-size: 100% 100%, 100% 100%, cover !important; /* Cover prevents shrinking */
    background-position: center 120% !important; /* Pushes image up from the bottom */
    background-repeat: no-repeat !important;
    box-shadow: inset 0 20px 40px -10px var(--c-warm-sand) !important;
}
.footer-overlay {
    display: none !important; /* using the image background directly */
}
/* Invert footer text for maximum contrast */
.new-footer p.sub-credit { font-size: 0.95rem !important; opacity: 0.8; }

/* --------------------------------------
   MOBILE CENTERING & RESPONSIVENESS
-------------------------------------- */
@media (max-width: 900px) {
    .contact-hero-text-wrapper { text-align: center !important; margin: 0 auto; }
    .contact-cards-header { text-align: center !important; }
    .contact-info { text-align: center !important; }
    .contact-grid { 
        display: flex; 
        flex-direction: column; 
        align-items: center; 
    }
}


/* Global Unified Footer Typography & Social Icons */
.new-footer h2, .new-footer h3, .new-footer h4 { color: #ffffff !important; }
.new-footer p, .new-footer a, .new-footer li { color: #ffffff !important; font-size: 1.05rem !important; }
.new-footer a:hover { color: var(--c-golden, #C8A14A) !important; }
.new-footer p.sub-credit { font-size: 0.95rem !important; opacity: 0.8; }
.new-footer .social-icons a { color: #ffffff !important; border-color: rgba(255, 255, 255, 0.4) !important; background: transparent !important; }
.new-footer .social-icons a.social-instagram:hover { color: #ffffff !important; background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important; border-color: transparent !important; }
.new-footer .social-icons a.social-facebook:hover { color: #ffffff !important; background: #1877F2 !important; border-color: #1877F2 !important; }
.new-footer .social-icons a.social-twitter:hover { color: #ffffff !important; background: #000000 !important; border-color: #000000 !important; }
.new-footer .social-icons a.social-linkedin:hover { color: #ffffff !important; background: #0A66C2 !important; border-color: #0A66C2 !important; }
.new-footer .social-icons a.social-youtube:hover { color: #ffffff !important; background: #FF0000 !important; border-color: #FF0000 !important; }
.new-footer .social-icons a.social-whatsapp:hover { color: #ffffff !important; background: #25D366 !important; border-color: #25D366 !important; }
.new-footer .social-icons a.social-gmail:hover { color: #ffffff !important; background: #D44638 !important; border-color: #D44638 !important; }



/* Placeholder contrast fix for light background */
.contact-form-container input::placeholder, 
.contact-form-container textarea::placeholder, 
.contact-form-container select.placeholder-active {
    color: rgba(71, 51, 41, 0.6) !important; /* dark sepia with opacity */
    font-style: italic !important;
}







