.bdh-about-page {
    background: #eee7de;
    color: #1d2a22;
}

.bdh-about-page h1,
.bdh-about-page h2,
.bdh-about-page p {
    margin-top: 0;
}

.bdh-about-page h1,
.bdh-about-page h2 {
    text-wrap: balance;
}

.bdh-about-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(216,187,123,.35), transparent 24%),
        linear-gradient(135deg, #f6f1ea 0%, #ece3d8 58%, #e3d7c8 100%);
    border-bottom: 1px solid rgba(24,54,41,.10);
}

.bdh-about-hero::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(24,54,41,.08);
    border-radius: 50%;
    left: -230px;
    top: 80px;
}
.bdh-about-hero__grid {
    min-height: 680px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    gap: 86px;
    align-items: center;
    padding-top: 74px;
    padding-bottom: 74px;
}
.bdh-about-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
}
.bdh-about-hero__copy h1 {
    margin-bottom: 15px;
    max-width: 720px;
    font-size: 56px;
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 600;
    color: #183629;
}
.bdh-about-hero__copy p {
    margin-bottom: 0;
    max-width: 690px;
    font-size: 18px;
    line-height: 1.72;
    color: #465149;
}
.bdh-about-hero__media {
    position: relative;
    z-index: 1;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bdh-about-hero__image-wrap {
    position: relative;
    width: min(100%, 560px);
    aspect-ratio: 1 / .83;
    overflow: hidden;
    border-radius: 180px 180px 28px 28px;
    box-shadow: 0 30px 70px rgba(24,54,41,.18);
    z-index: 2;
}

.bdh-about-hero__image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(20,28,23,.12), transparent 48%);
    pointer-events: none;
}

.bdh-about-hero__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bdh-about-hero__ring {
    position: absolute;
    border: 1px solid rgba(24,54,41,.16);
    border-radius: 50%;
    pointer-events: none;
}

.bdh-about-hero__ring--one {
    width: 520px;
    height: 520px;
    right: -130px;
    top: -20px;
}

.bdh-about-hero__ring--two {
    width: 390px;
    height: 390px;
    right: -20px;
    bottom: -90px;
    border-color: rgba(216,187,123,.65);
}

.bdh-about-section-mark {
    color: #af8a38;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1;
}

.bdh-about-story {
    padding: 118px 0;
    background: #fff;
}

.bdh-about-story__inner {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}

.bdh-about-story__content {
    max-width: 1110px;
}

.bdh-about-story__content h2 {
    margin-bottom: 34px;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -.04em;
    font-weight: 500;
    color: #183629;
}

.bdh-about-story__content p {
    margin-bottom: 0;
    max-width: 1040px;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: -.015em;
    color: #313b35;
}


.bdh-about-origin {
    padding: 100px 0;
    background: #eee7de;
}

.bdh-about-origin__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.bdh-about-card {
    min-height: 470px;
    padding: 58px 54px;
    border: 1px solid rgba(24,54,41,.13);
    border-radius: 22px;
    background: rgba(255,255,255,.54);
    position: relative;
    overflow: hidden;
}

.bdh-about-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -105px;
    bottom: -105px;
    border-radius: 50%;
    border: 1px solid rgba(24,54,41,.12);
}

.bdh-about-card--location {
    background: #e2d5c5;
}

.bdh-about-card__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 60px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(24,54,41,.22);
    border-radius: 50%;
    color: #183629;
}

.bdh-about-card__icon svg {
    width: 25px;
    height: 25px;
}

.bdh-about-card h2 {
    margin-bottom: 15px;
    max-width: 560px;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 500;
    color: #183629;
}

.bdh-about-card p {
    margin-bottom: 0;
    max-width: 600px;
    font-size: 16px;
    line-height: 1.78;
    color: #485249;
}

.bdh-about-source {
    padding: 0;
    background: #183629;
    color: #fff;
}

.bdh-about-source__grid {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 690px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
}

.bdh-about-source__copy {
    padding: 105px 78px 105px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bdh-about-source__copy .bdh-about-section-mark {
    margin-bottom: 44px;
    color: #d8bb7b;
}

.bdh-about-source__copy h2 {
    margin-bottom: 15px;
    max-width: 620px;
    font-size: 56px;
    line-height: 1;
    letter-spacing: -.04em;
    font-weight: 500;
    color: #fff;
}

.bdh-about-source__copy p {
    margin-bottom: 0;
    max-width: 650px;
    font-size: 17px;
    line-height: 1.78;
    color: rgba(255,255,255,.78);
}

.bdh-about-source__media {
    min-height: 690px;
    overflow: hidden;
}

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

.bdh-about-process {
    padding: 120px 0 110px;
    background: #f8f4ef;
}

.bdh-about-process__intro {
    max-width: 1050px;
}

.bdh-about-process__intro .bdh-about-section-mark {
    margin-bottom: 38px;
}
.bdh-about-process__intro h2,
.bdh-about-process__detail h2 {
    margin-bottom: 15px;
    font-size: 56px;
    line-height: 1;
    letter-spacing: -.04em;
    font-weight: 500;
    color: #183629;
}

.bdh-about-process__intro p,
.bdh-about-process__detail p {
    margin-bottom: 0;
    max-width: 990px;
    font-size: 18px;
    line-height: 1.78;
    color: #485249;
}

.bdh-about-process__line {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 72px 0;
}

.bdh-about-process__line::before,
.bdh-about-process__line::after {
    content: "";
    height: 1px;
    flex: 1;
    background: rgba(24,54,41,.18);
}

.bdh-about-process__line span {
    width: 11px;
    height: 11px;
    margin: 0 20px;
    border-radius: 50%;
    border: 1px solid #af8a38;
}

.bdh-about-process__line span:nth-child(2) {
    background: #af8a38;
}

.bdh-about-process__detail {
    margin-left: auto;
    max-width: 960px;
    padding-left: 130px;
}

.bdh-about-standards {
    padding: 100px 0;
    background: #e8e1d8;
}

.bdh-about-standards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.bdh-about-standard-card {
    min-height: 520px;
    padding: 48px 42px;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    background: #f6f1ea;
    border: 1px solid rgba(24,54,41,.11);
}

.bdh-about-standard-card--dark {
    background: #183629;
    border-color: #183629;
    color: #fff;
}

.bdh-about-standard-card__number {
    display: block;
    margin-bottom: auto;
    color: #af8a38;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
}

.bdh-about-standard-card--dark .bdh-about-standard-card__number {
    color: #d8bb7b;
}

.bdh-about-standard-card h2 {
    margin: 64px 0 24px;
    font-size: clamp(30px, 2.8vw, 43px);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 500;
    color: #183629;
}

.bdh-about-standard-card--dark h2 {
    color: #fff;
}

.bdh-about-standard-card p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.78;
    color: #4d554f;
}

.bdh-about-standard-card--dark p {
    color: rgba(255,255,255,.76);
}

.bdh-about-why {
    position: relative;
    overflow: hidden;
    padding: 124px 0 132px;
    background: #10291f;
    color: #fff;
}

.bdh-about-why::before,
.bdh-about-why::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(216,187,123,.18);
    border-radius: 50%;
}

.bdh-about-why::before {
    width: 520px;
    height: 520px;
    left: -320px;
    top: -220px;
}

.bdh-about-why::after {
    width: 380px;
    height: 380px;
    right: -220px;
    bottom: -190px;
}

.bdh-about-why__inner {
    position: relative;
    z-index: 1;
    max-width: 1030px;
    text-align: center;
}

.bdh-about-why__ornament {
    margin: 0 auto 36px;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #d8bb7b;
}

.bdh-about-why__ornament span {
    width: 60px;
    height: 1px;
    background: rgba(216,187,123,.55);
}

.bdh-about-why__ornament svg {
    width: 19px;
    height: 19px;
}
.bdh-about-why h2 {
    margin-bottom: 18px;
    font-size: 56px;
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 500;
    color: #fff;
}
.bdh-about-why p {
    margin: 0 auto;
    max-width: 870px;
    font-size: 19px;
    line-height: 1.68;
    color: rgba(255,255,255,.78);
}

@media (max-width: 1100px) {
    .bdh-about-hero__grid {
        grid-template-columns: 1fr 420px;
        gap: 44px;
    }

    .bdh-about-hero__media {
        min-height: 430px;
    }

    .bdh-about-source__copy {
        padding-right: 50px;
    }

    .bdh-about-standard-card {
        padding: 40px 34px;
    }
}

@media (max-width: 900px) {
    .bdh-about-hero__grid {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 48px;
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .bdh-about-hero__copy {
        max-width: 760px;
    }

    .bdh-about-hero__media {
        min-height: 0;
        justify-content: flex-start;
    }

    .bdh-about-hero__image-wrap {
        width: 100%;
        max-width: 690px;
        aspect-ratio: 16 / 10;
        border-radius: 130px 130px 22px 22px;
    }

    .bdh-about-origin__grid,
    .bdh-about-source__grid,
    .bdh-about-standards__grid {
        grid-template-columns: 1fr;
    }

    .bdh-about-card {
        min-height: 0;
    }

    .bdh-about-source__grid {
        padding-left: 0;
        padding-right: 0;
    }

    .bdh-about-source__copy {
        padding: 88px 32px;
    }

    .bdh-about-source__media {
        min-height: 500px;
    }

    .bdh-about-standard-card {
        min-height: 410px;
    }

    .bdh-about-process__detail {
        padding-left: 80px;
    }
}

@media (max-width: 640px) {
    .bdh-about-hero__grid {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .bdh-about-hero__copy h1 {
        margin-bottom: 22px;
        font-size: 44px;
    }

    .bdh-about-hero__copy p {
        font-size: 16px;
        line-height: 1.65;
    }

    .bdh-about-hero__image-wrap {
        aspect-ratio: 4 / 3;
        border-radius: 80px 80px 18px 18px;
    }

    .bdh-about-story,
    .bdh-about-origin,
    .bdh-about-process,
    .bdh-about-standards,
    .bdh-about-why {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .bdh-about-story__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .bdh-about-story__content h2 {
        margin-bottom: 24px;
        font-size: 40px;
    }

    .bdh-about-story__content p {
        font-size: 20px;
    }

    .bdh-about-card {
        padding: 38px 28px;
    }

    .bdh-about-card__icon {
        margin-bottom: 42px;
    }

    .bdh-about-card h2 {
        font-size: 35px;
    }

    .bdh-about-source__copy {
        padding: 76px 20px;
    }

    .bdh-about-source__copy h2,
    .bdh-about-process__intro h2,
    .bdh-about-process__detail h2 {
        font-size: 40px;
    }

    .bdh-about-source__media {
        min-height: 360px;
    }

    .bdh-about-process__line {
        margin: 54px 0;
    }

    .bdh-about-process__detail {
        padding-left: 0;
    }

    .bdh-about-standard-card {
        min-height: 390px;
        padding: 36px 28px;
    }

    .bdh-about-standard-card h2 {
        font-size: 34px;
    }

    .bdh-about-why h2 {
        font-size: 43px;
    }

    .bdh-about-why p {
        font-size: 17px;
    }
}
