/* Template About CSS file */
/* ------------------------------------------------- */

section.conversation {
    background: var(--white);
    padding: clamp(50px, 10vw, 100px) 0;
}

.conversation-content h2 {
    color: var(--brown);
    font-family:"Cormorant Garamond";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.conversation-content p {
    color: #585858;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.conversation-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 60px;
}

.conversation-top a.button {
    margin-left: auto;
    margin-top: auto;
    width: fit-content;
}

.conversation-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.conversation-embed iframe {
    width: 100%;
    aspect-ratio: 2/1.2;
    height: auto;
}

section.our-philosophy {
    background: var(--off-white);
    padding: clamp(50px, 10vw, 100px) 0;
}

section.our-philosophy .wrap {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: clamp(40px, 8vw, 80px);
}

section.our-philosophy h2 {
    color: var(--brown);
    font-family:"Cormorant Garamond";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 60px 0;
}

section.our-philosophy p {
    color: var(--slate);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

section.our-philosophy a {
    color: var(--slate);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.philosophy-item h3 {
    color: var(--brown);
    font-family:"Cormorant Garamond";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; 
    margin: 0;
}

.philosophy-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.philosophy-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 614px;
}

.our-philosophy-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 468px;
}

.introduction-wrapper {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: clamp(40px, 8vw, 80px);
    max-width: 1200px;
    margin: auto;
}

section.introduction {
    padding: 100px 0;
    background: var(--white);
}

.introduction-content h2 {
    color: var(--brown);
    font-family:"Cormorant Garamond";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.introduction-text p {
    color: var(--slate);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.introduction-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 563px;
}

.introduction-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
}

.introduction-content h3.introduction-quote {
    color: var(--slate);
    text-align: end;
    font-family:"Cormorant Garamond";
    font-size: 24px;
    font-weight: 500;
    line-height: 1; 
    margin: 0;
    margin-top: 30px;
}

.introduction-image img {
    width: 100%;
    max-height: 550px;
    object-fit: contain;
    margin-left: auto;
    display: flex;
    align-items: end;
}

.introduction-image {
    display: flex;
    align-items: flex-end;
    position: relative;
    width: fit-content;
    margin-left: auto;
}

section.meet-the-team {
    padding: clamp(50px, 10vw, 100px) 0;
    background: var(--white);
}

.cta-content h2 {
    max-width: 1038px!important;
    font-style: italic!important;
}

.meet-the-team-content h2 {
    color: var(--brown);
    font-family:"Cormorant Garamond";
    font-size: clamp(22px, 4.5vw, 45px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.meet-the-team-text p {
    color: var(--slate);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; 
    margin: 0;
}

button.meet-the-team-arrow {
    border: none;
    padding: 10px;
    cursor: pointer;
}

button.meet-the-team-arrow:hover {
    background: transparent;
}

.meet-the-team-arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -70px;
    right: 0;
    width: 100%;
}

.meet-the-team-bottom {
    position: relative;
}

.meet-the-team-content {
    max-width: 819px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: clamp(50px, 10vw, 100px) 0;
}

.meet-the-team-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.meet-the-team-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
    max-height: 880px;
}

.meet-the-team-image {
    display: flex;
}

.meet-the-team-splide .splide__track {
    overflow: visible;
}

.team-member {
    aspect-ratio: 2 / 3;
    position: relative;
    display: flex;
    flex-direction: column;
}

.team-member:after {
    background: linear-gradient(180deg, rgba(102, 102, 102, 0.00) 0%, rgba(0, 0, 0, 0.66) 86.06%);
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: 0.6s;
}


.team-member-content p, 
.team-member-content h3 {
    color: var(--off-white);
    font-family: "Cormorant Garamond";
    font-size: clamp(16px, 2.2vw, 22px);
    font-style: normal;
    font-weight: 500;
    line-height: 0.8;
}

.team-member-content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding: 20px;
    gap: 20px;
    opacity: 0;
    transition: ease 0.6s;
    margin-bottom: 10px;
}

.team-member img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member:hover:after {
    opacity: 1;
}

.team-member:hover .team-member-content {
    opacity: 1;
}

.team-member-content h3 {
    margin: 0;
}

.team-member-content p {
    margin: 0;
}

@media (max-width: 980px) {
    .meet-the-team-arrows {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 800px) {
    .conversation-top {
        grid-template-columns: 1fr;
    }

    .conversation-top a.button {
        margin: 0;
    }

    .introduction-wrapper {
        grid-template-columns: 1fr;
    }

    section.our-philosophy .wrap {
        grid-template-columns: 1fr;
    }
}