@font-face {
    font-family: "Barayand Peyda";
    src: url("../home-redesign/barayand/fonts/peyda/peyda-bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Barayand Peyda";
    src: url("../home-redesign/barayand/fonts/peyda/peyda-extrabold.woff2") format("woff2");
    font-weight: 800 900;
    font-display: swap;
}

@font-face {
    font-family: "Barayand Yekan Bakh";
    src: url("../home-redesign/barayand/fonts/yekan-bakh/yekan-bakh-fanum-variable.woff2") format("woff2");
    font-weight: 100 900;
    font-display: swap;
}

.br-about {
    --about-bg: #f3f8f9;
    --about-card: #ffffff;
    --about-card-soft: #edf5f6;
    --about-ink: #102f35;
    --about-muted: #5d7378;
    --about-line: #d8e6e8;
    --about-primary: #0a4d56;
    --about-primary-dark: #06383f;
    --about-primary-soft: #e0f0f2;
    --about-gold: #d49b3a;
    --about-gold-soft: #fbf2df;
    --about-shadow: 0 20px 58px rgba(6, 46, 51, .09);
    min-height: 100vh;
    padding-bottom: 76px;
    color: var(--about-ink);
    background: var(--about-bg);
    font-family: "Barayand Yekan Bakh", Tahoma, sans-serif;
}

html.dark .br-about,
body.dark .br-about {
    --about-bg: #03191d;
    --about-card: #062e33;
    --about-card-soft: #0a3b41;
    --about-ink: #f4fbfc;
    --about-muted: #aac1c5;
    --about-line: rgba(210, 234, 237, .13);
    --about-primary: #59c2ca;
    --about-primary-dark: #021317;
    --about-primary-soft: #0b4249;
    --about-gold: #e2ad51;
    --about-gold-soft: #493819;
    --about-shadow: 0 24px 66px rgba(0, 0, 0, .26);
}

.br-about *,
.br-about *::before,
.br-about *::after {
    box-sizing: border-box;
}

.br-about h1,
.br-about h2,
.br-about h3,
.br-about strong,
.br-about b {
    font-family: "Barayand Peyda", "Barayand Yekan Bakh", Tahoma, sans-serif;
}

.br-about a {
    color: inherit;
    text-decoration: none;
}

.br-about p,
.br-about h1,
.br-about h2,
.br-about h3,
.br-about figure,
.br-about ul,
.br-about ol {
    margin-block: 0;
}

.br-about__container {
    width: min(1320px, calc(100% - 64px));
    margin-inline: auto;
}

.br-about-breadcrumb {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--about-muted);
    font-size: 10px;
}

.br-about-breadcrumb a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color .2s ease;
}

.br-about-breadcrumb a:hover,
.br-about-breadcrumb span {
    color: var(--about-primary);
}

.br-about-hero {
    position: relative;
    min-height: 540px;
    padding: 54px 58px;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
    align-items: center;
    gap: 54px;
    overflow: hidden;
    color: #fff;
    border-radius: 32px;
    background:
        radial-gradient(circle at 8% 10%, rgba(212, 155, 58, .18), transparent 29%),
        linear-gradient(132deg, #0b5961 0%, #063a41 55%, #03282e 100%);
    box-shadow: var(--about-shadow);
}

.br-about-hero::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 23px;
    pointer-events: none;
}

.br-about-mark {
    position: absolute;
    top: -35px;
    left: -26px;
    width: 240px;
    height: auto;
    opacity: .095;
}

.br-about-hero__copy,
.br-about-hero__founder {
    position: relative;
    z-index: 2;
}

.br-about-eyebrow {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--about-gold);
    font-size: 10px;
    font-weight: 850;
}

.br-about-hero h1 {
    max-width: 790px;
    margin-top: 11px;
    color: #fff;
    font-size: clamp(42px, 4.1vw, 64px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -.7px;
}

.br-about-hero__copy > p {
    max-width: 720px;
    margin-top: 17px;
    color: rgba(226, 242, 244, .82);
    font-size: 14px;
    line-height: 2.05;
}

.br-about-actions {
    margin-top: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.br-about-actions a {
    min-width: 146px;
    min-height: 50px;
    padding-inline: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
    font-size: 11px;
    font-weight: 850;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.br-about-actions a:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .13);
}

.br-about-actions a.is-primary {
    color: #281b06;
    border-color: var(--about-gold);
    background: var(--about-gold);
}

.br-about-hero__founder {
    min-height: 405px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 25px;
    background: rgba(2, 25, 29, .6);
}

.br-about-hero__founder figure {
    min-height: 0;
    overflow: hidden;
}

.br-about-hero__founder img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 20%;
}

.br-about-hero__founder > div {
    min-height: 88px;
    padding: 15px 18px;
    display: grid;
    align-content: center;
    background: #03191de8;
}

.br-about-hero__founder small {
    color: var(--about-gold);
    font-size: 8px;
    font-weight: 800;
}

.br-about-hero__founder strong {
    margin-top: 2px;
    color: #fff;
    font-size: 22px;
}

.br-about-hero__founder span {
    color: #b9d0d4;
    font-size: 9px;
}

.br-about-trust {
    position: relative;
    z-index: 3;
    width: calc(100% - 80px);
    min-height: 92px;
    margin: -28px auto 0;
    padding: 13px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    border: 1px solid var(--about-line);
    border-radius: 21px;
    background: var(--about-card);
    box-shadow: var(--about-shadow);
}

.br-about-trust > div {
    min-width: 0;
    padding: 12px 17px;
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    border-radius: 15px;
    background: var(--about-card-soft);
}

.br-about-trust svg {
    width: 43px;
    height: 43px;
    padding: 11px;
    color: var(--about-primary);
    border-radius: 13px;
    background: var(--about-card);
}

.br-about-trust span {
    min-width: 0;
    display: grid;
    color: var(--about-muted);
    font-size: 9px;
}

.br-about-trust b {
    color: var(--about-ink);
    font-size: 15px;
}

.br-about-story {
    padding: 100px 40px 54px;
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    gap: 70px;
    align-items: start;
}

.br-about-section-heading > span {
    color: var(--about-gold);
    font-size: 10px;
    font-weight: 850;
}

.br-about-section-heading h2 {
    margin-top: 5px;
    color: var(--about-ink);
    font-size: clamp(27px, 2.5vw, 39px);
    font-weight: 900;
    line-height: 1.5;
}

.br-about-section-heading > p {
    max-width: 660px;
    margin: 9px auto 0;
    color: var(--about-muted);
    font-size: 11px;
    line-height: 2;
}

.br-about-section-heading.is-centered {
    text-align: center;
}

.br-about-story__text {
    padding-right: 25px;
    border-right: 3px solid var(--about-gold);
}

.br-about-story__text p {
    color: var(--about-muted);
    font-size: 14px;
    line-height: 2.2;
}

.br-about-story__text p + p {
    margin-top: 13px;
}

.br-about-identity {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.br-about-identity article {
    min-height: 260px;
    padding: 28px;
    border: 1px solid var(--about-line);
    border-radius: 22px;
    background: var(--about-card);
    box-shadow: 0 12px 36px rgba(6, 46, 51, .055);
}

.br-about-identity article > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: var(--about-primary);
    border-radius: 14px;
    background: var(--about-primary-soft);
}

.br-about-identity svg {
    width: 23px;
    height: 23px;
}

.br-about-identity h2 {
    margin-top: 18px;
    color: var(--about-ink);
    font-size: 21px;
}

.br-about-identity p {
    margin-top: 9px;
    color: var(--about-muted);
    font-size: 11px;
    line-height: 2.05;
}

.br-about-founder {
    position: relative;
    margin-top: 76px;
    padding: 50px 58px;
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    align-items: center;
    gap: 62px;
    overflow: hidden;
    border-radius: 29px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 9%, rgba(212, 155, 58, .18), transparent 31%),
        linear-gradient(135deg, #073f47, #03252a);
}

.br-about-founder::after {
    content: "";
    position: absolute;
    left: -65px;
    bottom: -100px;
    width: 280px;
    height: 280px;
    border: 48px solid rgba(255, 255, 255, .04);
    border-radius: 50%;
}

.br-about-founder figure {
    position: relative;
    z-index: 2;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 25px;
    background: #03191d;
}

.br-about-founder figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 18%;
}

.br-about-founder__content {
    position: relative;
    z-index: 2;
}

.br-about-founder h2 {
    margin-top: 7px;
    color: #fff;
    font-size: clamp(36px, 3.7vw, 56px);
    line-height: 1.3;
}

.br-about-founder__content > strong {
    display: block;
    color: var(--about-gold);
    font-size: 14px;
}

.br-about-founder__content > p {
    max-width: 720px;
    margin-top: 16px;
    color: #c4dadd;
    font-size: 12px;
    line-height: 2.1;
}

.br-about-founder ul {
    margin-top: 22px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    list-style: none;
}

.br-about-founder li {
    min-height: 76px;
    padding: 12px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    color: #d7e7e9;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);
    font-size: 9px;
    line-height: 1.8;
}

.br-about-founder li svg {
    width: 28px;
    height: 28px;
    padding: 6px;
    color: var(--about-gold);
    border-radius: 9px;
    background: rgba(255, 255, 255, .07);
}

.br-about-paths {
    padding-top: 92px;
}

.br-about-paths__grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.br-about-paths__grid > a {
    position: relative;
    min-height: 310px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    border: 1px solid var(--about-line);
    border-radius: 24px;
    background: var(--about-card);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.br-about-paths__grid > a::after {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -110px;
    width: 250px;
    height: 250px;
    border: 45px solid var(--about-primary-soft);
    border-radius: 50%;
    opacity: .75;
}

.br-about-paths__grid > a:hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--about-primary) 35%, var(--about-line));
    box-shadow: var(--about-shadow);
}

.br-about-paths__grid > a.is-business {
    background: linear-gradient(145deg, var(--about-card), var(--about-gold-soft));
}

.br-about-paths__icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: var(--about-primary);
    border-radius: 16px;
    background: var(--about-primary-soft);
}

.br-about-paths__icon svg {
    width: 26px;
    height: 26px;
}

.br-about-paths__grid small {
    margin-top: 19px;
    color: var(--about-gold);
    font-size: 9px;
    font-weight: 850;
}

.br-about-paths__grid h3 {
    margin-top: 3px;
    color: var(--about-ink);
    font-size: 27px;
}

.br-about-paths__grid p {
    max-width: 510px;
    margin-top: 8px;
    color: var(--about-muted);
    font-size: 11px;
    line-height: 2;
}

.br-about-paths__grid strong {
    position: relative;
    z-index: 2;
    min-height: 40px;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--about-primary);
    font-size: 10px;
}

.br-about-paths__grid strong svg {
    width: 15px;
}

.br-about-method {
    margin-top: 88px;
    padding: 42px;
    border: 1px solid var(--about-line);
    border-radius: 26px;
    background: var(--about-card);
}

.br-about-method ol {
    margin-top: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    list-style: none;
}

.br-about-method li {
    position: relative;
    min-height: 190px;
    padding: 22px;
    border-radius: 18px;
    background: var(--about-card-soft);
}

.br-about-method li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 39px;
    left: -10px;
    width: 20px;
    height: 1px;
    background: var(--about-gold);
}

.br-about-method li b {
    color: var(--about-gold);
    font-size: 24px;
}

.br-about-method h3 {
    margin-top: 18px;
    color: var(--about-ink);
    font-size: 17px;
}

.br-about-method li p {
    margin-top: 7px;
    color: var(--about-muted);
    font-size: 9px;
    line-height: 1.95;
}

.br-about-audience {
    margin-top: 74px;
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 48px;
}

.br-about-audience ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    list-style: none;
}

.br-about-audience li {
    min-height: 72px;
    padding: 13px;
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: var(--about-muted);
    border: 1px solid var(--about-line);
    border-radius: 15px;
    background: var(--about-card);
    font-size: 9px;
    line-height: 1.9;
}

.br-about-audience li svg {
    width: 31px;
    height: 31px;
    padding: 8px;
    color: var(--about-primary);
    border-radius: 10px;
    background: var(--about-primary-soft);
}

.br-about-cta {
    position: relative;
    min-height: 250px;
    margin-top: 82px;
    padding: 44px 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 36px;
    overflow: hidden;
    color: #fff;
    border-radius: 28px;
    background: linear-gradient(130deg, #0b5961, #032c32);
}

.br-about-cta > img {
    position: absolute;
    top: -35px;
    left: -10px;
    width: 220px;
    height: auto;
    opacity: .09;
}

.br-about-cta > div {
    position: relative;
    z-index: 2;
}

.br-about-cta > div > span {
    color: var(--about-gold);
    font-size: 10px;
    font-weight: 850;
}

.br-about-cta h2 {
    margin-top: 5px;
    color: #fff;
    font-size: 34px;
}

.br-about-cta p {
    max-width: 690px;
    margin-top: 8px;
    color: #c7dcdf;
    font-size: 11px;
    line-height: 2;
}

.br-about-cta .br-about-actions {
    margin-top: 0;
    flex-wrap: nowrap;
}

.br-about--empty {
    min-height: 420px;
    display: grid;
    place-items: center;
}

@media (max-width: 1050px) {
    .br-about-hero {
        grid-template-columns: minmax(0, 1.1fr) 300px;
        gap: 30px;
        padding-inline: 40px;
    }

    .br-about-hero__founder {
        min-height: 370px;
    }

    .br-about-founder {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 38px;
    }

    .br-about-founder ul {
        grid-template-columns: 1fr;
    }

    .br-about-method ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .br-about-method li:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .br-about {
        padding-bottom: 102px;
    }

    .br-about__container {
        width: calc(100% - 30px);
    }

    .br-about-breadcrumb {
        display: none;
    }

    .br-about-hero {
        min-height: 0;
        margin-top: 14px;
        padding: 23px 18px 18px;
        grid-template-columns: minmax(0, 1fr);
        gap: 19px;
        border-radius: 23px;
    }

    .br-about-hero::after {
        inset: 7px;
        border-radius: 17px;
    }

    .br-about-mark {
        top: -15px;
        left: -38px;
        width: 155px;
    }

    .br-about-eyebrow {
        min-height: 28px;
        font-size: 8px;
    }

    .br-about-hero h1 {
        margin-top: 7px;
        font-size: 30px;
        line-height: 1.42;
        letter-spacing: 0;
    }

    .br-about-hero__copy > p {
        margin-top: 9px;
        display: -webkit-box;
        overflow: hidden;
        font-size: 10px;
        line-height: 2;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .br-about-actions {
        width: 100%;
        margin-top: 14px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .br-about-actions a {
        min-width: 0;
        min-height: 48px;
        padding-inline: 9px;
        font-size: 9px;
    }

    .br-about-hero__founder {
        min-height: 112px;
        grid-template-columns: 82px minmax(0, 1fr);
        grid-template-rows: 112px;
        border-radius: 17px;
    }

    .br-about-hero__founder figure {
        height: 112px;
    }

    .br-about-hero__founder > div {
        min-height: 112px;
        padding: 13px;
    }

    .br-about-hero__founder strong {
        font-size: 18px;
    }

    .br-about-hero__founder span {
        font-size: 7px;
    }

    .br-about-trust {
        width: calc(100% - 18px);
        min-height: 0;
        margin-top: -9px;
        padding: 8px;
        display: flex;
        overflow-x: auto;
        gap: 7px;
        border-radius: 16px;
        scrollbar-width: none;
    }

    .br-about-trust::-webkit-scrollbar {
        display: none;
    }

    .br-about-trust > div {
        min-width: 178px;
        min-height: 64px;
        padding: 8px;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 8px;
        border-radius: 12px;
    }

    .br-about-trust svg {
        width: 34px;
        height: 34px;
        padding: 8px;
    }

    .br-about-trust span {
        font-size: 7px;
    }

    .br-about-trust b {
        font-size: 12px;
    }

    .br-about-story {
        padding: 55px 4px 30px;
        grid-template-columns: minmax(0, 1fr);
        gap: 17px;
    }

    .br-about-section-heading > span {
        font-size: 8px;
    }

    .br-about-section-heading h2 {
        margin-top: 3px;
        font-size: 25px;
        line-height: 1.55;
    }

    .br-about-section-heading > p {
        margin-top: 5px;
        font-size: 9px;
    }

    .br-about-story__text {
        padding-right: 14px;
        border-right-width: 2px;
    }

    .br-about-story__text p {
        font-size: 11px;
        line-height: 2.1;
    }

    .br-about-identity {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .br-about-identity article {
        min-height: 0;
        padding: 18px;
        border-radius: 17px;
    }

    .br-about-identity article > span {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .br-about-identity h2 {
        margin-top: 13px;
        font-size: 18px;
    }

    .br-about-identity p {
        margin-top: 5px;
        font-size: 10px;
    }

    .br-about-founder {
        margin-top: 46px;
        padding: 18px;
        grid-template-columns: 102px minmax(0, 1fr);
        gap: 15px;
        border-radius: 22px;
    }

    .br-about-founder figure {
        align-self: start;
        border-radius: 16px;
    }

    .br-about-founder h2 {
        margin-top: 3px;
        font-size: 25px;
    }

    .br-about-founder__content > strong {
        font-size: 9px;
        line-height: 1.8;
    }

    .br-about-founder__content > p {
        grid-column: 1 / -1;
        margin-top: 9px;
        font-size: 9px;
        line-height: 2;
    }

    .br-about-founder ul {
        grid-column: 1 / -1;
        margin-top: 14px;
        gap: 6px;
    }

    .br-about-founder li {
        min-height: 52px;
        grid-template-columns: 26px minmax(0, 1fr);
        font-size: 8px;
    }

    .br-about-paths {
        padding-top: 58px;
    }

    .br-about-paths__grid {
        margin-top: 18px;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .br-about-paths__grid > a {
        min-height: 240px;
        padding: 22px;
        border-radius: 18px;
    }

    .br-about-paths__icon {
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

    .br-about-paths__grid h3 {
        font-size: 23px;
    }

    .br-about-paths__grid p {
        font-size: 10px;
    }

    .br-about-method {
        margin-top: 52px;
        padding: 20px 16px;
        border-radius: 20px;
    }

    .br-about-method ol {
        margin-top: 19px;
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
    }

    .br-about-method li {
        min-height: 0;
        padding: 14px;
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 0 10px;
        align-items: center;
        border-radius: 14px;
    }

    .br-about-method li b {
        grid-row: 1 / 3;
        font-size: 19px;
    }

    .br-about-method h3 {
        margin-top: 0;
        font-size: 14px;
    }

    .br-about-method li p {
        margin-top: 2px;
        font-size: 8px;
    }

    .br-about-audience {
        margin-top: 52px;
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .br-about-audience ul {
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
    }

    .br-about-audience li {
        min-height: 62px;
        padding: 11px;
        font-size: 9px;
    }

    .br-about-cta {
        min-height: 0;
        margin-top: 52px;
        padding: 25px 18px;
        grid-template-columns: minmax(0, 1fr);
        gap: 17px;
        border-radius: 21px;
    }

    .br-about-cta > img {
        width: 150px;
    }

    .br-about-cta h2 {
        font-size: 27px;
        line-height: 1.5;
    }

    .br-about-cta p {
        font-size: 9px;
    }

    .br-about-cta .br-about-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .br-about *,
    .br-about *::before,
    .br-about *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
