﻿/* =========================================================
   CONTACT PAGE
   ========================================================= */

.contact-page {
    background: #f8f5ef;
    color: #3d3933;
    min-height: 100vh;
}


/* =========================================================
   HERO
   ========================================================= */

.contact-hero {
    padding: 90px 20px 70px;
    text-align: center;
}

.contact-hero-content {
    max-width: 760px;
    margin: 0 auto;
}

.contact-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #9b7842;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.85rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.contact-hero h1 {
    margin: 0;
    color: #3d3933;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    font-weight: 400;
    line-height: 1.1;
}

.contact-hero p {
    max-width: 600px;
    margin: 24px auto 0;
    color: #777066;
    font-size: 1.15rem;
    line-height: 1.8;
}


/* =========================================================
   DIVIDER
   ========================================================= */

.contact-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 28px auto 0;
}

    .contact-divider span {
        width: 55px;
        height: 1px;
        background: #cdbb9b;
    }

    .contact-divider i {
        color: #9b7842;
        font-size: 0.85rem;
    }


/* =========================================================
   CONTACT SECTION
   ========================================================= */

.contact-section {
    padding: 20px 20px 100px;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 1100px;
    margin: 0 auto;
    background: #fffdf9;
    box-shadow: 0 20px 60px rgba(70, 55, 35, 0.08);
}


/* =========================================================
   IMAGE
   ========================================================= */

.contact-image-wrapper {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

.contact-image {
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
    display: block;
}

.contact-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(35, 28, 20, 0.72), rgba(35, 28, 20, 0.05) 60% );
}


/* =========================================================
   QUOTE
   ========================================================= */

.contact-quote {
    position: absolute;
    z-index: 2;
    left: 45px;
    right: 45px;
    bottom: 45px;
    color: white;
}

.quote-mark {
    display: block;
    margin-bottom: -10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.7;
}

.contact-quote p {
    margin: 0 0 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    line-height: 1.55;
}

.contact-quote small {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    opacity: 0.8;
}


/* =========================================================
   FORMULAIRE
   ========================================================= */

.contact-form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 65px;
}

.contact-form-header > span {
    color: #9b7842;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.contact-form-header h2 {
    margin: 10px 0 18px;
    color: #3d3933;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.3rem;
    font-weight: 400;
}

.contact-form-header p {
    margin-bottom: 40px;
    color: #777066;
    line-height: 1.8;
}


/* =========================================================
   INPUT
   ========================================================= */

.form-group {
    margin-bottom: 25px;
}

.form-label {
    margin-bottom: 10px;
    color: #4d473f;
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-textarea {
    min-height: 220px;
    padding: 18px;
    border: 1px solid #dcd4c7;
    border-radius: 2px;
    background: #faf8f3;
    color: #3d3933;
    resize: vertical;
    box-shadow: none;
}

    .contact-textarea::placeholder {
        color: #aaa297;
    }

    .contact-textarea:focus {
        border-color: #9b7842;
        background: #fffdf9;
        box-shadow: 0 0 0 3px rgba(155, 120, 66, 0.10);
    }


/* =========================================================
   BUTTON
   ========================================================= */

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 14px 24px;
    border: 1px solid #72552f;
    border-radius: 2px;
    background: #72552f;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

    .contact-submit:hover {
        background: #5e4527;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(70, 50, 25, 0.15);
    }

    .contact-submit i {
        transition: transform 0.2s ease;
    }

    .contact-submit:hover i {
        transform: translateX(4px);
    }


/* =========================================================
   FOOTER MESSAGE
   ========================================================= */

.contact-footer {
    padding: 0 20px 80px;
    text-align: center;
}

.contact-footer-line {
    width: 100%;
    max-width: 900px;
    height: 1px;
    margin: 0 auto 30px;
    background: #ded6ca;
}

.contact-footer p {
    margin: 0 auto;
    max-width: 650px;
    color: #8a8175;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-style: italic;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-image-wrapper,
    .contact-image {
        min-height: 450px;
    }

    .contact-form-wrapper {
        padding: 50px 40px;
    }
}


@media (max-width: 575px) {

    .contact-hero {
        padding: 60px 20px 45px;
    }

        .contact-hero h1 {
            font-size: 2.7rem;
        }

    .contact-section {
        padding-bottom: 60px;
    }

    .contact-image-wrapper,
    .contact-image {
        min-height: 380px;
    }

    .contact-quote {
        left: 25px;
        right: 25px;
        bottom: 30px;
    }

        .contact-quote p {
            font-size: 1.2rem;
        }

    .contact-form-wrapper {
        padding: 40px 25px;
    }

    .contact-form-header h2 {
        font-size: 2rem;
    }
}
