/* =========================================================
   VAMORI — CONTACTS
   ========================================================= */


.contacts-page {
    background: #fcf8f4;
    color: #493a32;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.contacts-container {
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.contacts-hero {
    padding: 120px 0 110px;
    text-align: center;
}


.contacts-label {
    margin-bottom: 28px;

    color: #b18b7a;

    font-size: 11px;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.contacts-hero h1 {
    margin: 0;

    color: #392d27;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(50px, 6vw, 82px);

    font-weight: 400;

    line-height: 1.04;

    letter-spacing: -1.5px;
}


.contacts-hero p {
    max-width: 650px;

    margin: 42px auto 0;

    color: #78665c;

    font-size: 16px;

    line-height: 1.85;
}


/* =========================================================
   MAIN CONTACTS
   ========================================================= */

.contacts-main {
    padding: 100px 0;

    border-top: 1px solid #e2d5cd;
}


.contacts-heading {
    display: flex;

    align-items: baseline;

    gap: 22px;
}


.contacts-heading span {
    color: #b18b7a;

    font-size: 12px;

    letter-spacing: 2px;
}


.contacts-heading h2 {
    margin: 0;

    color: #392d27;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(38px, 4vw, 58px);

    font-weight: 400;

    line-height: 1.1;
}


/* =========================================================
   CONTACT CARDS
   ========================================================= */

.contacts-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;

    margin-top: 65px;
}


.contact-card {
    min-height: 250px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    padding: 28px;

    border: 1px solid #e2d5cd;

    color: inherit;

    text-decoration: none;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        border-color 0.3s ease;
}


.contact-card:hover {
    background: #f3ebe5;

    border-color: #d5c1b6;

    transform: translateY(-4px);
}


.contact-card__top {
    display: flex;

    align-items: center;

    justify-content: space-between;
}


.contact-card__number {
    color: #b18b7a;

    font-size: 11px;

    letter-spacing: 2px;
}


.contact-card__arrow {
    color: #9b7a6b;

    font-size: 20px;

    transition: transform 0.3s ease;
}


.contact-card:hover .contact-card__arrow {
    transform: translate(3px, -3px);
}


.contact-card h3 {
    margin: 0 0 12px;

    color: #46362e;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 32px;

    font-weight: 400;
}


.contact-card p {
    max-width: 230px;

    margin: 0;

    color: #806f65;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   PHONE
   ========================================================= */

.contacts-phone {
    padding: 100px 0;

    background: #f3ebe5;
}


.contacts-phone__content {
    max-width: 750px;

    margin: 0 auto;

    text-align: center;
}


.contacts-phone__label {
    margin-bottom: 20px;

    color: #b18b7a;

    font-size: 11px;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.contacts-phone__content > a {
    color: #392d27;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(32px, 4vw, 52px);

    text-decoration: none;
}


.contacts-phone__content > p {
    max-width: 500px;

    margin: 25px auto 0;

    color: #78665c;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================================
   ORDER
   ========================================================= */

.contacts-order {
    padding: 120px 0;
}


.contacts-order__box {
    display: grid;

    grid-template-columns: 100px 1fr;

    gap: 50px;

    padding: 70px;

    border: 1px solid #e2d5cd;
}


.contacts-order__number {
    color: #b18b7a;

    font-size: 12px;

    letter-spacing: 2px;
}


.contacts-order__content {
    max-width: 650px;
}


.contacts-order__content h2 {
    margin: 0 0 30px;

    color: #392d27;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(40px, 4vw, 58px);

    font-weight: 400;

    line-height: 1.1;
}


.contacts-order__content p {
    max-width: 550px;

    margin: 0 0 35px;

    color: #78665c;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   BUTTON
   ========================================================= */

.contacts-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 16px 30px;

    background: #806052;

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    letter-spacing: 1.3px;

    text-transform: uppercase;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.contacts-button:hover {
    background: #654a3d;

    transform: translateY(-2px);
}


/* =========================================================
   FINAL
   ========================================================= */

.contacts-final {
    padding: 80px 0 130px;

    text-align: center;
}


.contacts-final__line {
    width: 60px;
    height: 1px;

    margin: 0 auto 40px;

    background: #c89582;
}


.contacts-final__brand {
    margin-bottom: 20px;

    color: #b18b7a;

    font-size: 12px;

    letter-spacing: 4px;

    text-transform: uppercase;
}


.contacts-final h2 {
    margin: 0;

    color: #392d27;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(38px, 4vw, 58px);

    font-weight: 400;

    line-height: 1.15;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .contacts-container {
        width: min(100% - 40px, 700px);
    }


    .contacts-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .contact-card {
        min-height: 210px;
    }


    .contacts-order__box {
        grid-template-columns: 1fr;

        gap: 25px;

        padding: 45px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .contacts-container {
        width: calc(100% - 30px);
    }


    .contacts-hero {
        padding: 65px 0 70px;
    }


    .contacts-hero h1 {
        font-size: 44px;

        letter-spacing: -0.8px;
    }


    .contacts-hero p {
        margin-top: 30px;

        font-size: 15px;
    }


    .contacts-main {
        padding: 75px 0;
    }


    .contacts-heading {
        gap: 14px;
    }


    .contacts-heading h2 {
        font-size: 39px;
    }


    .contacts-grid {
        margin-top: 45px;
    }


    .contacts-phone {
        padding: 75px 0;
    }


    .contacts-phone__content > a {
        font-size: 30px;
    }


    .contacts-order {
        padding: 75px 0;
    }


    .contacts-order__box {
        padding: 30px;
    }


    .contacts-order__content h2 {
        font-size: 39px;
    }


    .contacts-final {
        padding: 60px 0 90px;
    }


    .contacts-final h2 {
        font-size: 39px;
    }

}