/* ============================================
   IGLESIAS DESIGN GROUP - Master Stylesheet
   Luxury Interior Design | Naples, FL
   ============================================ */

/* --- HEADER & NAVIGATION --- */
header {
    padding: 12px 0 !important;
}

header .wp-block-navigation .wp-block-navigation-item {
    margin: 0;
}

header .wp-block-navigation-item a {
    font-size: 0.82rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

header .wp-block-navigation-item a:hover {
    color: #B8956E !important;
}

/* Nav CTA button */
header .wp-block-button__link {
    white-space: nowrap;
    font-size: 0.75rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    padding: 10px 22px !important;
    transition: opacity 0.3s ease;
}

header .wp-block-button__link:hover {
    opacity: 0.85;
}

/* --- HIDE PAGE TITLES ON INNER PAGES --- */
.wp-block-post-title {
    display: none;
}
.wp-block-group:has(.wp-block-post-title) {
    display: none;
}

/* --- PAGE CTA BUTTONS (Fix oversized defaults) --- */
.wp-block-button__link {
    white-space: nowrap;
    font-size: 0.85rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    padding: 14px 32px !important;
    font-weight: 500 !important;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    border-radius: 0 !important;
}

.wp-block-button__link:hover {
    opacity: 0.88;
}

/* Outline style buttons */
.wp-block-button.is-style-outline .wp-block-button__link {
    border-width: 1px !important;
}

/* --- HERO SECTION --- */
.wp-block-cover .wp-block-heading {
    font-weight: 300 !important;
    line-height: 1.3 !important;
}

.wp-block-cover p {
    line-height: 1.7 !important;
}

/* --- SECTION HEADINGS --- */
h2.wp-block-heading {
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

/* --- BODY TEXT --- */
.wp-block-group p,
main p {
    line-height: 1.75 !important;
    color: #333333;
}

/* --- TESTIMONIAL / REVIEW SECTION --- */
.idg-testimonial-slider {
    text-align: center;
    max-width: 700px;
    margin: 0 auto !important;
}

/* Ensure parent group centers the testimonial */
.wp-block-group:has(.idg-testimonial-slider) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- FOOTER --- */
footer {
    padding-top: 40px !important;
}

footer a {
    text-decoration: none;
    color: #B8956E;
    transition: opacity 0.3s ease;
}

footer a:hover {
    text-decoration: underline;
    opacity: 0.85;
}

/* --- HOVER EFFECTS ON IMAGES --- */
.wp-block-image img {
    transition: transform 0.5s ease;
}

.wp-block-image:hover img {
    transform: scale(1.02);
}

/* --- SMOOTH SCROLLING --- */
html {
    scroll-behavior: smooth;
}

/* --- LINKS --- */
a {
    transition: color 0.3s ease;
}

/* ============================================
   RESPONSIVE - TABLET (max-width: 782px)
   ============================================ */
@media (max-width: 782px) {
    header {
        padding: 8px 0 !important;
    }

    .wp-block-cover {
        min-height: 70vh !important;
    }

    .wp-block-cover .wp-block-heading {
        font-size: 2rem !important;
    }

    .wp-block-button__link {
        font-size: 0.8rem !important;
        padding: 12px 24px !important;
    }

    .idg-testimonial-slider {
        max-width: 90% !important;
        padding: 1rem 0 !important;
    }

    .idg-testimonial-slider p {
        font-size: 1rem !important;
    }

    h2.wp-block-heading {
        font-size: 1.3rem !important;
    }
}

/* ============================================
   RESPONSIVE - MOBILE (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
    .wp-block-cover {
        min-height: 60vh !important;
    }

    .wp-block-cover .wp-block-heading {
        font-size: 1.6rem !important;
        letter-spacing: 0.08em !important;
    }

    .wp-block-cover p {
        font-size: 0.9rem !important;
    }

    .wp-block-button__link {
        font-size: 0.75rem !important;
        padding: 11px 20px !important;
        width: auto !important;
    }

    h2.wp-block-heading {
        font-size: 1.15rem !important;
        letter-spacing: 0.12em !important;
    }

    .wp-block-columns {
        gap: 1.5rem !important;
    }

    .idg-testimonial-slider {
        max-width: 95% !important;
    }

    .idg-testimonial-slider p[style*="font-size:1.15rem"] {
        font-size: 0.95rem !important;
    }

    footer .wp-block-columns {
        gap: 1rem !important;
    }
}

/* --- FOOTER TEXT WHITE --- */
footer, footer p, footer .wp-block-paragraph {
    color: #FFFFFF !important;
}
footer a {
    color: #B8956E !important;
}
footer a:hover {
    color: #FFFFFF !important;
    text-decoration: underline;
}
footer h2, footer h3, footer h4, footer .wp-block-heading {
    color: #FFFFFF !important;
}