/* ==============================================
 About page hero
============================================== */
.he-about-hero {
    position: relative;
    min-height: 540px;
    margin: 100px 18px 52px;
    overflow: hidden;
    border-radius: 8px 42px 8px 42px;
    color: #fff;
    background: #17130e;
    isolation: isolate;
    height: 65vh;
}

.he-about-hero__image,
.he-about-hero__overlay,
.he-about-hero__pattern {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.he-about-hero__image {
    z-index: -3;
    object-fit: cover;
    object-position: center 61%
}

.he-about-hero__overlay {
    z-index: -2;
background: linear-gradient(90deg, rgb(12 10 7 / 0%) 0%, rgb(12 10 7 / 17%) 42%, rgb(12 10 7 / 24%) 73%), linear-gradient(0deg, rgb(12 10 7 / 19%), transparent 58%);
}

.he-about-hero__pattern {
    z-index: -1;
    opacity: .18;
    background-image: linear-gradient(135deg, transparent 75%, rgba(242, 173, 41, .45) 75%);
    background-size: 28px 28px;
    clip-path: polygon(76% 0, 100% 0, 100% 100%, 92% 100%);
}

.he-about-hero__inner {
    display: grid;
    min-height: 540px;
    padding-top: 80px;
    padding-bottom: 70px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px
}

.he-about-hero__content {
    max-width: 720px
}

.he-about-hero__eyebrow {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 8px 13px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 99px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
    letter-spacing: .1em;
    text-transform: uppercase
}

.he-about-hero__eyebrow i {
    color: var(--second-color)
}

.he-about-hero h1 {
    max-width: 700px;
    color: #fff;
    font-size: clamp(1.4rem, 5.5vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: .96
}

.he-about-hero h1 em {
    display: block;
    color: var(--second-color);
    font-weight: 500
}

.he-about-hero__content>p {
    max-width: 610px;
    margin: 24px 0 28px;
    color: rgba(255, 255, 255, .78);
    font-size: 1rem;
    line-height: 1.75
}

.he-about-hero__breadcrumb {
    display: inline-flex;
    padding: 10px 14px;
    align-items: center;
    gap: 11px;
    border-left: 3px solid var(--second-color);
    color: rgba(255, 255, 255, .66);
    background: rgba(255, 255, 255, .07);
}

.he-about-hero__breadcrumb a {
    color: #fff;
    text-decoration: none
}

.he-about-hero__breadcrumb a:hover,
.he-about-hero__breadcrumb>a i {
    color: var(--second-color)
}

.he-about-hero__breadcrumb>i {
    color: rgba(255, 255, 255, .45);
    font-size: .55rem
}

.he-about-hero__note {
    display: flex;
    width: 245px;
    padding: 22px;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px 26px 6px 26px;
    background: rgba(15, 12, 8, .55);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .24);
    backdrop-filter: blur(12px)
}

.he-about-hero__note-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 50%;
    color: #17130e;
    background: var(--second-color)
}

.he-about-hero__note div {
    display: grid;
    gap: 4px
}

.he-about-hero__note small {
    color: var(--second-color);
    letter-spacing: .12em;
    text-transform: uppercase
}

.he-about-hero__note strong {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.25
}

@media(max-width:991.98px) {
    .he-about-hero__inner {
        grid-template-columns: 1fr
    }

    .he-about-hero__note {
        display: none
    }
}

@media(max-width:575.98px) {
    .he-about-hero {
        min-height: 500px;
        margin: 92px 8px 32px;
        border-radius: 6px 26px 6px 26px
    }

    .he-about-hero__inner {
        min-height: 500px;
        padding-top: 70px;
        padding-bottom: 55px
    }

    .he-about-hero h1 {
        font-size: clamp(3.1rem, 16vw, 4.4rem)
    }

    .he-about-hero__content>p {
        font-size: .9rem
    }

    .he-about-hero__eyebrow {
        font-size: .59rem;
        letter-spacing: .07em
    }
}

/* ==============================================
 About story
============================================== */
.about-story {
    position: relative;
    padding: 92px 0 82px;
    overflow: clip;
    background: radial-gradient(circle at 8% 15%, rgba(242, 173, 41, .12), transparent 26%), linear-gradient(180deg, #fff 0%, #faf6ee 100%)
}

.about-story__decoration {
    position: absolute;
    top: 20px;
    right: -15px;
    color: rgba(23, 19, 14, .035);
    pointer-events: none
}

.about-story__grid {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: clamp(50px, 7vw, 100px)
}

.about-story__visual {
    position: sticky;
    max-width: 560px;
    padding: 0 28px 34px 0;
    top: 123px;
}

.about-story__visual::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72%;
    height: 78%;
    border: 1px solid rgba(183, 120, 0, .24);
    border-radius: 6px 42px 6px 42px;
    content: ""
}

.about-story__image {
    position: relative;
    z-index: 1;
    min-height: 570px;
    overflow: hidden;
    border-radius: 6px 52px 6px 52px;
    box-shadow: 0 28px 65px rgba(42, 31, 15, .2)
}

.about-story__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(20, 15, 9, .45), transparent 45%);
    content: ""
}

.about-story__image img {
    width: 100%;
    height: 100%;
    min-height: 570px;
    object-fit: cover;
    object-position: 56% center;
    transition: transform .8s ease
}

.about-story__visual:hover .about-story__image img {
    transform: scale(1.035)
}

.about-story__year {
    position: absolute;
    z-index: 2;
    right: -12px;
    bottom: 72px;
    display: flex;
    width: 180px;
    min-height: 96px;
    padding: 16px 18px;
    align-items: center;
    gap: 12px;
    border-radius: 4px 24px 4px 24px;
    color: #17130e;
    background: var(--second-color);
    box-shadow: 0 18px 35px rgba(183, 120, 0, .25)
}



.about-story__year span {
    padding-left: 12px;
    border-left: 1px solid rgba(23, 19, 14, .3);
    letter-spacing: .06em;
    text-transform: uppercase
}

.about-story__stamp {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    left: -24px;
    display: grid;
    width: 104px;
    height: 104px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #fff;
    background: #17130e;
    box-shadow: 0 14px 30px rgba(23, 19, 14, .22);
    text-align: center
}

.about-story__stamp i {
    margin-bottom: 6px;
    color: var(--second-color)
}

.about-story__stamp span {
    letter-spacing: .12em;
    text-transform: uppercase
}

.about-story__eyebrow {
    display: inline-flex;
    margin-bottom: 16px;
    align-items: center;
    gap: 10px;
    color: #a36d08;
    letter-spacing: .18em;
    text-transform: uppercase
}

.about-story__eyebrow::before {
    width: 38px;
    height: 2px;
    background: var(--second-color);
    content: ""
}

.about-story h2 {
    max-width: 700px;
    color: #191713;
    font-size: clamp(2.5rem, 4vw, 4.25rem);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.05
}

.about-story h2 em {
    color: #b77800;
    font-weight: 500
}



.about-story__lead a,
.about-story__copy a {
    color: #a36d08;
    font-weight: 700;
    text-decoration-color: rgba(163, 109, 8, .35);
    text-underline-offset: 3px
}

.about-story__copy {
    display: grid;
    gap: 12px
}

.about-story__copy p {
    /* margin: 0; */
    /* color: #686157; */
    /* font-size: .9rem; */
    /* line-height: 1.78; */
}

.about-story__values {
    display: grid;
    margin: 30px 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.about-story__values article {
    display: flex;
    min-height: 94px;
    padding: 15px 12px;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #e9e0d2;
    border-radius: 4px 16px 4px 16px;
    background: rgba(255, 255, 255, .72)
}

.about-story__values article>i {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 50%;
    color: #17130e;
    background: var(--second-color);
    font-size: .76rem
}

.about-story__values article div {
    display: grid;
    gap: 4px
}

.about-story__values strong {
    color: #252119;
}

.about-story__values span {
    color: #8a8176;
}

.about-story__cta {
    display: inline-flex;
    min-height: 50px;
    padding: 0 20px;
    align-items: center;
    gap: 14px;
    border-radius: 4px 14px 4px 14px;
    color: #fff;
    background: #17130e;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase
}

.about-story__cta i {
    color: var(--second-color);
    transition: transform .2s ease
}

.about-story__cta:hover {
    color: #17130e;
    background: var(--second-color)
}

.about-story__cta:hover i {
    color: inherit;
    transform: translateX(4px)
}

.about-story__chapter {
    position: relative;
    z-index: 1;
    display: grid;
    margin-top: 82px;
    padding: 34px 38px;
    align-items: center;
    grid-template-columns: .38fr 1fr .8fr;
    gap: 34px;
    border-top: 1px solid #dfd3c0;
    border-bottom: 1px solid #dfd3c0
}

.about-story__chapter>span {
    color: #a36d08;
    letter-spacing: .18em;
    text-transform: uppercase
}

.about-story__chapter>p {
    margin: 0;
    color: #5f584e;
    font-size: .84rem;
    line-height: 1.7
}

.about-story__chapter blockquote {
    margin: 0;
    padding-left: 22px;
    border-left: 3px solid var(--second-color);
    color: #2e2922;
}

.about-story__history {
    position: relative;
    z-index: 1;
    display: grid;
    margin-top: 82px;
    padding: 54px;
    grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
    gap: clamp(35px, 6vw, 85px);
    border: 1px solid #e5d9c7;
    border-radius: 6px 34px 6px 34px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 20px 55px rgba(57, 42, 20, .08)
}

.about-story__history-heading {
    align-self: start;
    position: sticky;
    top: 131px;
}

.about-story__history-heading>span {
    display: inline-block;
    margin-bottom: 16px;
    color: #a36d08;
    letter-spacing: .18em;
    text-transform: uppercase
}

.about-story__history-heading h3 {
    color: #201c16;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.08
}

.about-story__history-heading h3 em {
    color: #b77800;
    font-weight: 500
}

.about-story__history-copy {
    display: grid;
    gap: 18px
}

.about-story__history-copy p {
    margin: 0;
    /* color: #625b51; */
    font-size: .88rem;
    line-height: 1.78;
    /* color: #3f392f; */
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

.about-story__history-copy blockquote {
    margin: 8px 0 0;
    padding: 22px 25px;
    border-left: 4px solid var(--second-color);
    color: #302a22;
    background: #faf3e6;
}

.about-story__copy p {
    max-width: 100%;
    margin: 17px 0 0;
    /* color: #3f392f; */
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75
}

@media(max-width:991.98px) {
    .about-story {
        padding: 72px 0
    }

    .about-story__grid {
        grid-template-columns: 1fr
    }

    .about-story__visual {
        width: min(620px, 100%);
        margin: 0 auto
    }

    .about-story__chapter {
        grid-template-columns: 1fr 2fr
    }

    .about-story__chapter blockquote {
        grid-column: 1/-1
    }

    .about-story__history {
        padding: 40px;
        grid-template-columns: 1fr
    }
}

@media(max-width:575.98px) {
    .about-story {
        padding: 5px 0;
    }

    .about-story__visual {
        padding-right: 12px;
        position: relative;
        top: 0;
    }

    .about-story__image,
    .about-story__image img {
        min-height: 339px;
    }

    .about-story__year {
        right: 0;
        width: 152px;
        display: flex;
        flex-direction: column;
        bottom: 7px;
    }

    .about-story__stamp {
        left: -3px;
        width: 104px;
        height: 104px;
        font-size: 13px;
        /* top: -36px; */
    }

    .about-story__values {
        grid-template-columns: 1fr
    }

    .about-story__values article {
        min-height: 0
    }

    .about-story__chapter {
        margin-top: 55px;
        padding: 28px 4px;
        grid-template-columns: 1fr;
        gap: 18px
    }

    .about-story__chapter blockquote {
        grid-column: auto
    }

    .about-story__history-heading {
        align-self: start;
        position: relative;
        top: 0;
    }

    .about-story__history {
        margin-top: 55px;
        padding: 28px 22px
    }

    .about-story__year span {
        border-top: 1px solid rgba(23, 19, 14, .3);
    }
}
