@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=EB+Garamond:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400&display=swap');


/* =========================================
   CONTACT HERO
========================================== */

.contact-hero {
    width: 100%;
    min-height: calc(100vh - 104px);

    background: #f7f3ed;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    position: relative;
}


.contact-hero-content {
    width: 90%;
    max-width: 1100px;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 30px 0;
}


/* =========================================
   CONTACT HERO LABEL
========================================== */

.contact-hero-label {
    margin: 0 0 28px 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.35em;

    color: #171717;
}


/* =========================================
   CONTACT HERO DIVIDER
========================================== */

.contact-hero-divider {
    width: 78px;
    height: 1px;

    background: #ad7841;

    margin: 0 0 48px 0;
}


/* =========================================
   CONTACT HERO HEADING
========================================== */

.contact-hero h1 {
    margin: 0;

    max-width: 1050px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(64px, 7vw, 108px);
    font-weight: 400;
    line-height: 0.95;

    color: #000000;
}

.contact-hero h1 span {
    display: block;

    color: #ad7841;
}


/* =========================================
   CONTACT HERO DESCRIPTION
========================================== */

.contact-hero-description {
    max-width: 650px;

    margin: 42px auto 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;

    color: #4a4a4a;
}


/* =========================================
   CONTACT HERO SCROLL
========================================== */

.contact-hero-scroll {
    margin-top: 45px;

    display: flex;
    flex-direction: column;
    align-items: center;

    color: #171717;
}

.contact-scroll-line {
    width: 1px;
    height: 45px;

    background: #ad7841;

    margin-bottom: 20px;
}

.contact-hero-scroll span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.32em;

    color: #6b625a;
}

.contact-scroll-arrow {
    margin-top: 14px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 1;

    color: #ad7841;
}


/* =========================================
   CONTACT HERO RESPONSIVE
========================================== */

@media (max-width: 768px) {

    .contact-hero {
        min-height: calc(100vh - 88px);
    }

    .contact-hero-content {
        width: 88%;
        padding: 70px 0;
    }

    .contact-hero-label {
        font-size: 10px;
        letter-spacing: 0.28em;
        margin-bottom: 24px;
    }

    .contact-hero-divider {
        width: 60px;
        margin-bottom: 38px;
    }

    .contact-hero h1 {
        font-size: clamp(52px, 11vw, 76px);
        line-height: 0.98;
    }

    .contact-hero-description {
        max-width: 560px;

        margin-top: 32px;

        font-size: 15px;
        line-height: 1.7;
    }

    .contact-hero-scroll {
        margin-top: 60px;
    }

}


@media (max-width: 480px) {

    .contact-hero {
        min-height: calc(100vh - 78px);
    }

    .contact-hero-content {
        width: 88%;
        padding: 60px 0;
    }

    .contact-hero h1 {
        font-size: 50px;
    }

    .contact-hero-description {
        font-size: 14px;
        line-height: 1.65;
    }

    .contact-hero-scroll {
        margin-top: 50px;
    }

}


/* =========================================
   CONTACT ENQUIRY SECTION
========================================== */

.contact-enquiry-section {
    width: 100%;
    background: #f7f3ed;
    padding: 60px 5%;
}

.contact-enquiry-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 100px;

    align-items: start;
}


/* =========================================
   LEFT CONTENT
========================================== */

.contact-enquiry-content {
    padding-top: 10px;
}

.contact-section-label {
    display: block;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;

    color: #b8844b;

    margin-bottom: 18px;
}

.contact-section-line {
    width: 15%;
    height: 1px;

    background: #dfd2c2;

    margin: 20px 0 20px;
}

.contact-enquiry-content h2 {
    margin: 0;

    max-width: 620px;

    font-family: "EB Garamond", Georgia, serif;
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 400;
    line-height: 1.02;

    color: #000000;
}

.contact-enquiry-content h2 span {
    color: #ad7841;
}

.contact-enquiry-intro {
    max-width: 540px;

    margin: 34px 0 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.75;

    color: #4a4a4a;
}


/* =========================================
   CONTACT DETAILS
========================================== */

.contact-details {
    margin-top: 65px;

    display: flex;
    flex-direction: column;
    gap: 38px;
}

.contact-detail {
    display: flex;
    align-items: center;

    gap: 24px;
}


/* =========================================
   CONTACT DETAIL ICONS
========================================== */

.contact-detail-icon {
    width: 50px;
    height: 50px;

    flex: 0 0 68px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-detail-icon img {
    width: 50px;
    height: 50px;

    display: block;

    object-fit: contain;
}


/* =========================================
   CONTACT DETAIL CONTENT
========================================== */

.contact-detail-content {
    display: flex;
    flex-direction: column;

    gap: 7px;
}

.contact-detail-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;

    color: #ad7841;
}

.contact-detail a,
.contact-detail p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.6;

    color: #171717;
    text-decoration: none;
}

.contact-detail a:hover {
    color: #ad7841;
}


/* =========================================
   CONTACT FORM
========================================== */

.contact-form-wrapper {
    width: 100%;

    background: #ffffff;

    padding: 55px 50px;
}

.contact-form {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;

    column-gap: 28px;
    row-gap: 30px;
}

.contact-form-field {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.contact-form-field label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;

    color: #292929;
}

.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea {
    width: 100%;

    border: 1px solid #d8d3cc;
    background: #ffffff;

    padding: 15px 16px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;

    color: #171717;

    outline: none;

    transition: border-color 0.25s ease;
}

.contact-form-field input,
.contact-form-field select {
    height: 52px;
}

.contact-form-field textarea {
    min-height: 145px;

    resize: vertical;
}

.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder {
    color: #929292;
}

.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus {
    border-color: #ad7841;
}


/* =========================================
   FULL WIDTH FORM FIELDS
========================================== */

.contact-form-field:nth-child(5),
.contact-form-message {
    grid-column: 1 / -1;
}


/* =========================================
   SUBMIT BUTTON
========================================== */

.contact-form-button {
    grid-column: 1 / -1;

    width: 100%;
    height: 58px;

    border: 1px solid #ad7841;
    background: #ad7841;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 25px;

    cursor: pointer;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;

    color: #ffffff;

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.contact-form-button span:last-child {
    font-size: 21px;
    line-height: 1;

    transition: transform 0.3s ease;
}

.contact-form-button:hover {
    background: #171717;
    border-color: #171717;
}

.contact-form-button:hover span:last-child {
    transform: translateX(5px);
}


/* =========================================
   CONTACT ENQUIRY RESPONSIVE
========================================== */

@media (max-width: 1000px) {

    .contact-enquiry-section {
        padding: 90px 6%;
    }

    .contact-enquiry-wrapper {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .contact-enquiry-content h2 {
        max-width: 700px;
    }

    .contact-enquiry-intro {
        max-width: 650px;
    }

}


/* =========================================
   TABLET / MOBILE
========================================== */

@media (max-width: 768px) {

    .contact-enquiry-section {
        padding: 75px 6%;
    }

    .contact-enquiry-wrapper {
        gap: 55px;
    }

    .contact-section-line {
        margin-bottom: 32px;
    }

    .contact-enquiry-content h2 {
        font-size: clamp(44px, 10vw, 60px);
    }

    .contact-enquiry-intro {
        margin-top: 28px;

        font-size: 15px;
        line-height: 1.7;
    }

    .contact-details {
        margin-top: 50px;
        gap: 30px;
    }

    .contact-detail {
        gap: 18px;
    }

    .contact-detail-icon {
        width: 60px;
        height: 60px;

        flex: 0 0 60px;
    }

    .contact-detail-icon img {
        width: 60px;
        height: 60px;
    }

    .contact-form-wrapper {
        padding: 40px 30px;
    }

}


/* =========================================
   SMALL MOBILE
========================================== */

@media (max-width: 560px) {

    .contact-form {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .contact-form-field:nth-child(5),
    .contact-form-message,
    .contact-form-button {
        grid-column: 1;
    }

    .contact-form-wrapper {
        padding: 35px 22px;
    }

    .contact-detail-icon {
        width: 56px;
        height: 56px;

        flex: 0 0 56px;
    }

    .contact-detail-icon img {
        width: 56px;
        height: 56px;
    }

    .contact-detail a,
    .contact-detail p {
        font-size: 15px;
    }

}