/* =========================================
   OUR STORY PAGE
========================================= */

.our-story {
    background: #f6f4ee;
    color: #19372c;
    overflow: hidden;
}


/* =========================================
   SHARED
========================================= */

.story-eyebrow,
.section-eyebrow {
    display: inline-block;

    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;

    color: #9a773d;
}

.our-story h1,
.our-story h2,
.our-story h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
}

.our-story h1 em,
.our-story h2 em {
    font-weight: 400;
    color: #a27b3e;
}


/* =========================================
   HERO
========================================= */

.story-hero {
    min-height: 620px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 120px 30px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(71, 101, 82, 0.35),
            transparent 55%
        ),
        #12372a;

    text-align: center;
}

.story-hero-content {
    max-width: 900px;
}

.story-hero-content .story-eyebrow {
    margin-bottom: 28px;

    color: #c8b488;
}

.story-hero h1 {
    margin-bottom: 32px;

    font-size: clamp(58px, 7vw, 105px);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -2px;

    color: #f5f1e8;
}

.story-hero p {
    max-width: 720px;
    margin: 0 auto;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.8;

    color: rgba(245, 241, 232, 0.75);
}


/* =========================================
   FOUNDERS
========================================= */

.story-founders {
    max-width: 1300px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 100px;

    padding: 140px 50px;
}

.story-founders-image {
    position: relative;
}

.story-founders-image::before {
    content: "";

    position: absolute;

    width: 100%;
    height: 100%;

    top: 22px;
    left: -22px;

    border: 1px solid #b79a63;

    z-index: 0;
}

.story-founders-image img {
    position: relative;
    z-index: 1;

    width: 100%;
    height: 680px;

    object-fit: cover;
    object-position: center;

    display: block;
}

.story-founders-content {
    max-width: 520px;
}

.story-founders-content .section-eyebrow {
    margin-bottom: 24px;
}

.story-founders h2 {
    margin-bottom: 32px;

    font-size: clamp(48px, 5vw, 72px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -1px;

    color: #18362b;
}

.story-founders-content > p {
    margin-bottom: 35px;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.9;

    color: #58635c;
}

.founder-name {
    display: flex;
    flex-direction: column;

    padding-left: 22px;

    border-left: 2px solid #a27b3e;
}

.founder-name strong {
    margin-bottom: 6px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;

    color: #18362b;
}

.founder-name span {
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 14px;

    color: #8a7650;
}


/* =========================================
   STORY CONTENT
========================================= */

.story-content-section {
    padding: 150px 30px;

    background: #e9e5db;
}

.story-content {
    max-width: 820px;
    margin: 0 auto;

    text-align: center;
}

.story-content .section-eyebrow {
    margin-bottom: 25px;
}

.story-content h2 {
    margin-bottom: 45px;

    font-size: clamp(48px, 6vw, 80px);
    font-weight: 500;
    line-height: 1;

    color: #18362b;
}

.story-content p {
    margin-bottom: 25px;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.9;

    color: #536057;
}


/* =========================================
   VALUES
========================================= */

.story-values {
    padding: 140px 50px;

    background: #f6f4ee;
}

.story-values-intro {
    max-width: 1200px;
    margin: 0 auto 80px;
}

.story-values-intro .section-eyebrow {
    margin-bottom: 22px;
}

.story-values-intro h2 {
    font-size: clamp(48px, 6vw, 80px);
    font-weight: 500;
    line-height: 1;

    color: #18362b;
}

.values-grid {
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid #d4ccbd;
    border-bottom: 1px solid #d4ccbd;
}

.value-card {
    min-height: 340px;

    padding: 55px 45px;

    border-right: 1px solid #d4ccbd;
}

.value-card:last-child {
    border-right: none;
}

.value-card > span {
    display: block;

    margin-bottom: 55px;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;

    color: #a27b3e;
}

.value-card h3 {
    margin-bottom: 20px;

    font-size: 36px;
    font-weight: 500;

    color: #18362b;
}

.value-card p {
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;

    color: #687168;
}


/* =========================================
   CLOSING
========================================= */

.story-closing {
    padding: 170px 30px;

    text-align: center;

    background: #12372a;
}

.story-closing .section-eyebrow {
    margin-bottom: 28px;

    color: #c8b488;
}

.story-closing h2 {
    max-width: 1000px;
    margin: 0 auto 55px;

    font-size: clamp(50px, 6vw, 90px);
    font-weight: 500;
    line-height: 1;

    color: #f5f1e8;
}

.story-button {
    display: inline-flex;
    align-items: center;
    gap: 25px;

    padding: 17px 28px;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #f7f3ea;
    border: 1px solid rgba(247, 243, 234, 0.45);

    transition: 0.3s ease;
}

.story-button span {
    font-size: 18px;
}

.story-button:hover {
    background: #f7f3ea;
    color: #18362b;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .story-founders {
        grid-template-columns: 1fr;
        gap: 70px;

        padding: 100px 30px;
    }

    .story-founders-content {
        max-width: 650px;
    }

    .story-founders-image img {
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .value-card {
        min-height: auto;

        border-right: none;
        border-bottom: 1px solid #d4ccbd;
    }

    .value-card:last-child {
        border-bottom: none;
    }

}


@media (max-width: 600px) {

    .story-hero {
        min-height: 540px;
        padding: 100px 22px;
    }

    .story-hero h1 {
        font-size: 58px;
    }

    .story-hero p {
        font-size: 16px;
    }

    .story-founders,
    .story-values {
        padding-left: 22px;
        padding-right: 22px;
    }

    .story-founders-image::before {
        top: 12px;
        left: -12px;
    }

    .story-content-section {
        padding: 100px 22px;
    }

    .story-closing {
        padding: 120px 22px;
    }

    .value-card {
        padding: 45px 25px;
    }

}