/* =========================================================
   VAMORI — ABOUT PAGE
   ========================================================= */


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


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

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


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

.about-hero {
    padding: 120px 0 100px;
    text-align: center;
}


.about-hero__label {
    margin-bottom: 28px;

    color: #b18b7a;

    font-size: 11px;
    letter-spacing: 3px;

    text-transform: uppercase;
}


.about-hero__title {
    margin: 0;

    color: #392d27;

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

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

    font-weight: 400;

    line-height: 1.04;

    letter-spacing: -1.5px;
}


.about-hero__text {
    max-width: 680px;

    margin: 45px auto 0;

    color: #78665c;

    font-size: 16px;

    line-height: 1.85;
}


.about-hero__text p {
    margin: 0 0 14px;
}


/* =========================================================
   IMAGE
   ========================================================= */

.about-image-section {
    padding-bottom: 120px;
}


.about-image {
    width: 100%;

    aspect-ratio: 16 / 7;

    overflow: hidden;

    background: #eee2da;
}


.about-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.8s ease;
}


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


/* =========================================================
   SECTION HEADING
   ========================================================= */

.about-section-heading {
    display: flex;

    align-items: baseline;

    gap: 22px;
}


.about-section-heading span {
    color: #b18b7a;

    font-size: 12px;

    letter-spacing: 2px;
}


.about-section-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;
}


/* =========================================================
   WHY VAMORI
   ========================================================= */

.about-why {
    padding: 110px 0;

    border-top: 1px solid #e7dcd5;
}


.about-why__content {
    max-width: 720px;

    margin:

        55px

        0

        0

        auto;

    color: #75635a;

    font-size: 17px;

    line-height: 1.9;
}


.about-why__content p {
    margin: 0 0 20px;
}


/* =========================================================
   APPROACH
   ========================================================= */

.about-approach {
    padding: 110px 0;

    background: #fcf8f4;
}


.about-approach__intro {
    max-width: 700px;

    margin: 45px 0 0 0;

    color: #75635a;

    font-size: 17px;

    line-height: 1.8;
}


.about-values {
    display: grid;

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

    gap: 50px;

    margin-top: 70px;

    border-top: 1px solid #e2d5cd;
}


.about-value {
    padding: 28px 10px 0 0;

    border-top: 0;
}


.about-value__number {
    display: block;

    margin-bottom: 24px;

    color: #b18b7a;

    font-size: 11px;

    letter-spacing: 2px;
}


.about-value h3 {
    margin: 0 0 14px;

    color: #46362e;

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

    font-size: 30px;

    font-weight: 400;

    line-height: 1.2;
}


.about-value p {
    max-width: 280px;

    margin: 0;

    color: #806f65;

    font-size: 15px;

    line-height: 1.7;
}


.about-approach__ending {
    max-width: 700px;

    margin: 70px 0 0 auto;

    color: #6f5d54;

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

    font-size: 20px;

    line-height: 1.7;

    text-align: left;
}

/* =========================================================
   EMOTION
   ========================================================= */

.about-emotion {
    padding: 120px 0;
}


.about-emotion__layout {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    gap: 90px;

    align-items: center;
}


.about-emotion__image {
    width: 100%;

    aspect-ratio: 4 / 5;

    overflow: hidden;

    background: #eee2da;
}


.about-emotion__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.8s ease;
}


.about-emotion__image:hover img {
    transform: scale(1.02);
}


.about-emotion__content {
    padding-right: 20px;
}


.about-emotion__content .about-section-heading {
    margin-bottom: 50px;
}


.about-emotion__content blockquote {
    margin: 0 0 35px;

    padding: 0;

    color: #49372e;

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

    font-size: 28px;

    font-weight: 400;

    line-height: 1.45;
}


.about-emotion__small-text {
    margin-bottom: 35px;

    color: #8d7569;

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

    font-size: 19px;

    line-height: 1.5;
}


.about-emotion__small-text p {
    margin: 0;
}


.about-emotion__description {
    max-width: 420px;

    color: #78665c;

    font-size: 15px;

    line-height: 1.8;
}


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

.about-final {
    padding: 100px 0 130px;

    text-align: center;
}


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

    margin: 0 auto 45px;

    background: #c89582;
}


.about-final__brand {
    margin: 0 0 20px;

    color: #b18b7a;

    font-size: 12px;

    letter-spacing: 4px;

    text-transform: uppercase;
}


.about-final h2 {
    margin: 0 0 40px;

    color: #392d27;

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

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

    font-weight: 400;

    line-height: 1.15;
}


.about-final__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 16px 32px;

    background: #806052;

    color: #fff;

    text-decoration: none;

    font-size: 12px;

    letter-spacing: 1.3px;

    text-transform: uppercase;

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


.about-final__button:hover {
    background: #654a3d;

    transform: translateY(-2px);
}


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

@media (max-width: 900px) {

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


    .about-hero {
        padding: 90px 0 80px;
    }


    .about-image-section {
        padding-bottom: 90px;
    }


    .about-values {
        grid-template-columns: 1fr;

        gap: 45px;

        margin-top: 60px;
    }


    .about-value p {
        max-width: 500px;
    }


    .about-emotion__layout {
        grid-template-columns: 1fr;

        gap: 60px;
    }


    .about-emotion__content {
        padding-right: 0;
    }

}


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

@media (max-width: 600px) {

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


    .about-hero {
        padding: 65px 0 60px;
    }


    .about-hero__title {
        font-size: 43px;

        letter-spacing: -0.8px;
    }


    .about-hero__text {
        margin-top: 30px;

        font-size: 15px;
    }


    .about-image-section {
        padding-bottom: 65px;
    }


    .about-image {
        aspect-ratio: 4 / 3;
    }


    .about-why,
    .about-approach,
    .about-emotion {
        padding: 75px 0;
    }


    .about-section-heading {
        gap: 14px;
    }


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


    .about-why__content,
    .about-approach__intro {
        margin-top: 35px;

        font-size: 15px;
    }


    .about-emotion__content blockquote {
        font-size: 24px;
    }


    .about-final {
        padding: 75px 0 90px;
    }


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

}