.about-page {
    --about-ink: #30251f;
    --about-muted: #706159;
    --about-clay: #965936;
    --about-clay-dark: #573526;
    --about-cream: #f7f1e9;
    --about-sand: #e9dbc9;
    color: var(--about-ink);
    background: #fffdf9;
    overflow: hidden;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page blockquote {
    font-family: "Playfair Display", Georgia, serif;
}

.about-page p {
    margin: 0;
    color: var(--about-muted);
    line-height: 1.8;
}

.about-page strong {
    color: var(--about-ink);
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--about-clay);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.about-kicker::before {
    width: 32px;
    height: 1px;
    content: "";
    background: currentColor;
}

.about-kicker--light {
    color: #edc9a9;
}

.about-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    align-items: center;
    gap: clamp(42px, 7vw, 108px);
    max-width: 1280px;
    min-height: 700px;
    margin: 0 auto;
    padding: clamp(72px, 9vw, 126px) 28px 92px;
}

.about-hero::before {
    position: absolute;
    top: 18%;
    left: -180px;
    width: 360px;
    height: 360px;
    content: "";
    border: 1px solid rgba(150, 89, 54, .13);
    border-radius: 50%;
}

.about-hero__content {
    position: relative;
    z-index: 1;
}

.about-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.9rem);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.045em;
}

.about-hero__content > p {
    max-width: 650px;
    margin-top: 28px;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

.about-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.about-button:hover {
    transform: translateY(-2px);
}

.about-button--primary {
    color: #fff;
    background: var(--about-clay-dark);
    box-shadow: 0 12px 30px rgba(87, 53, 38, .2);
}

.about-button--quiet {
    color: var(--about-clay-dark);
    border: 1px solid #d8c8ba;
    background: #fff;
}

.about-hero__visual {
    position: relative;
    min-height: 540px;
}

.about-hero__arch {
    position: absolute;
    inset: 0 0 0 36px;
    overflow: hidden;
    border-radius: 48% 48% 18px 18px;
    background: var(--about-sand);
    box-shadow: 0 28px 70px rgba(55, 37, 27, .18);
}

.about-hero__arch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero__seal {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px 20px;
    color: var(--about-clay-dark);
    border: 1px solid rgba(150, 89, 54, .16);
    border-radius: 14px;
    background: rgba(255, 253, 249, .94);
    box-shadow: 0 15px 34px rgba(59, 42, 32, .16);
    backdrop-filter: blur(10px);
}

.about-hero__seal i {
    font-size: 1.7rem;
}

.about-hero__seal span {
    font-size: .76rem;
    line-height: 1.4;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.about-origin {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(40px, 8vw, 120px);
    max-width: 1160px;
    margin: 0 auto;
    padding: 96px 28px;
    border-top: 1px solid #e9ded3;
}

.about-origin h2,
.about-philosophy h2,
.about-section-heading h2,
.about-heritage h2,
.about-purpose h2,
.about-promise h2,
.about-closing h2 {
    margin: 0;
    font-size: clamp(2.25rem, 4.2vw, 4.1rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.about-origin__copy {
    display: grid;
    gap: 22px;
    font-size: clamp(1rem, 1.5vw, 1.13rem);
}

.about-philosophy {
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
    align-items: stretch;
    max-width: 1280px;
    margin: 0 auto 110px;
    overflow: hidden;
    border-radius: 28px;
    background: var(--about-cream);
}

.about-philosophy__image {
    min-height: 620px;
}

.about-philosophy__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-philosophy__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 7vw, 96px);
}

.about-philosophy__content p {
    margin-top: 22px;
}

.about-mindful {
    position: relative;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(50px, 9vw, 140px);
    padding: clamp(80px, 10vw, 130px) max(28px, calc((100vw - 1160px) / 2));
    color: #fff;
    background: var(--about-clay-dark);
    isolation: isolate;
}

.about-mindful::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    content: "";
    background:
        url("/static/images/products/hero3.jpeg")
        center 46% / cover no-repeat;
}

.about-mindful::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background:
        linear-gradient(
            100deg,
            rgba(49, 28, 20, .96) 0%,
            rgba(75, 43, 30, .91) 48%,
            rgba(72, 40, 28, .78) 100%
        );
}

.about-mindful h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 5.5vw, 5.1rem);
    font-weight: 500;
    line-height: 1;
}

.about-mindful__copy {
    display: grid;
    align-content: center;
    gap: 22px;
}

.about-mindful__copy p,
.about-mindful__copy strong {
    color: #e8d9ce;
}

.about-mindful__lead {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
}

.about-benefits {
    max-width: 1240px;
    margin: 0 auto;
    padding: 120px 28px;
}

.about-section-heading {
    max-width: 760px;
    margin-bottom: 58px;
}

.about-section-heading > p {
    max-width: 610px;
    margin-top: 21px;
}

.about-benefit-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.about-benefit {
    grid-column: span 2;
    min-height: 280px;
    padding: 30px;
    border: 1px solid #e7dbcf;
    border-radius: 20px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.about-benefit:nth-child(4) {
    grid-column: 2 / span 2;
}

.about-benefit:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(66, 44, 31, .09);
}

.about-benefit__icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    place-items: center;
    color: var(--about-clay);
    border-radius: 50%;
    background: #f4e9df;
    font-size: 1.25rem;
}

.about-benefit h3 {
    margin: 0 0 13px;
    font-size: 1.5rem;
}

.about-benefit p {
    font-size: .92rem;
}

.about-heritage {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: clamp(48px, 8vw, 110px);
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 28px 130px;
}

.about-heritage__content > p {
    margin-top: 24px;
}

.about-heritage blockquote {
    margin: 34px 0;
    padding-left: 25px;
    color: var(--about-clay);
    border-left: 3px solid var(--about-clay);
    font-size: clamp(1.55rem, 3vw, 2.5rem);
    line-height: 1.25;
}

.about-heritage__image {
    height: 590px;
    overflow: hidden;
    border-radius: 46% 46% 18px 18px;
    background: var(--about-cream);
}

.about-heritage__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-purpose {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(48px, 8vw, 110px);
    align-items: center;
    padding: 100px max(28px, calc((100vw - 1160px) / 2));
    background: var(--about-cream);
}

.about-purpose__intro > p {
    max-width: 620px;
    margin-top: 22px;
}

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

.about-purpose__list span {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 18px;
    color: var(--about-clay-dark);
    border: 1px solid #ded0c1;
    border-radius: 12px;
    background: rgba(255, 255, 255, .65);
    font-weight: 750;
}

.about-purpose__list i {
    color: var(--about-clay);
    font-size: 1.2rem;
}

.about-promise {
    max-width: 1040px;
    margin: 0 auto;
    padding: 125px 28px;
    text-align: center;
}

.about-promise .about-kicker {
    justify-content: center;
}

.about-promise > p {
    max-width: 720px;
    margin: 27px auto 0;
    font-size: 1.06rem;
}

.about-closing {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 45px;
    max-width: 1280px;
    margin: 0 auto 88px;
    padding: clamp(58px, 7vw, 88px);
    overflow: hidden;
    color: #fff;
    border-radius: 28px;
    background: #74452f;
}

.about-closing::after {
    position: absolute;
    top: -150px;
    right: -80px;
    width: 420px;
    height: 420px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
}

.about-closing h2 {
    position: relative;
    z-index: 1;
    max-width: 850px;
    color: #fff;
}

.about-closing p {
    margin-top: 24px;
    color: #ecdccf;
    font-size: 1.04rem;
}

.about-button--light {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    color: var(--about-clay-dark);
    background: #fff;
}

.about-closing__signature {
    grid-column: 1 / -1;
    position: relative;
    z-index: 1;
    padding-top: 27px;
    color: #edc9a9;
    border-top: 1px solid rgba(255, 255, 255, .18);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.18rem;
}

@media (max-width: 980px) {
    .about-hero {
        grid-template-columns: 1fr;
        padding-top: 70px;
    }

    .about-hero__visual {
        min-height: 580px;
    }

    .about-origin,
    .about-mindful,
    .about-heritage,
    .about-purpose {
        grid-template-columns: 1fr;
    }

    .about-philosophy {
        margin-right: 22px;
        margin-left: 22px;
    }

    .about-benefit {
        grid-column: span 3;
    }

    .about-benefit:nth-child(4) {
        grid-column: span 3;
    }

    .about-benefit:last-child {
        grid-column: 2 / span 4;
    }

    .about-heritage__image {
        height: 520px;
        grid-row: 1;
    }

    .about-closing {
        grid-template-columns: 1fr;
        align-items: start;
        margin-right: 22px;
        margin-left: 22px;
    }

    .about-closing .about-button {
        justify-self: start;
    }
}

@media (max-width: 680px) {
    .about-hero {
        min-height: auto;
        padding: 58px 20px 72px;
    }

    .about-hero h1 {
        font-size: clamp(2.65rem, 14vw, 4rem);
    }

    .about-hero__visual {
        min-height: 440px;
    }

    .about-hero__arch {
        left: 18px;
    }

    .about-hero__seal {
        bottom: 18px;
        padding: 13px 15px;
    }

    .about-origin,
    .about-benefits,
    .about-heritage,
    .about-promise {
        padding-right: 20px;
        padding-left: 20px;
    }

    .about-origin {
        padding-top: 74px;
        padding-bottom: 74px;
    }

    .about-philosophy {
        grid-template-columns: 1fr;
        margin: 0 14px 76px;
        border-radius: 20px;
    }

    .about-philosophy__image {
        min-height: 370px;
    }

    .about-philosophy__content {
        padding: 42px 25px 48px;
    }

    .about-mindful,
    .about-purpose {
        padding: 74px 20px;
    }

    .about-benefits {
        padding-top: 84px;
        padding-bottom: 84px;
    }

    .about-benefit-grid {
        grid-template-columns: 1fr;
    }

    .about-benefit,
    .about-benefit:nth-child(4),
    .about-benefit:last-child {
        grid-column: auto;
        min-height: auto;
    }

    .about-heritage {
        padding-bottom: 86px;
    }

    .about-heritage__image {
        height: 400px;
    }

    .about-promise {
        padding-top: 86px;
        padding-bottom: 86px;
    }

    .about-closing {
        margin: 0 14px 56px;
        padding: 50px 24px;
        border-radius: 20px;
    }

    .about-closing__signature {
        font-size: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-button,
    .about-benefit {
        transition: none;
    }
}
