.about-brand {
    background: #FFFEF9;
    color: #281D18;
}

.about-brand__hero-inner.about-brand__container {
    max-width: none;
    padding: 0;
}

.about-brand__hero {
    position: relative;
    min-height: 1100px;
}

.about-brand__hero-bg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 80%;
}

/* Хлебные крошки */
.about-brand__breadcrumbs {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(40, 29, 24, 0.5);
    font-size: 12px;
    text-transform: uppercase;
    z-index: 2;
}
.about-brand__breadcrumbs a {
    color: rgba(40, 29, 24, 0.8);
    text-decoration: none;
}

/* Заголовок страницы */
.about-brand__title {
    position: absolute;
    top: 70px;
    left: 20px;
    text-transform: uppercase;
    color: #281D18;
    font-weight: 400;
    font-size: 22px;
}

/* Галерея */
.about-brand__hero-inner {
    position: relative;
}

.about-brand__gallery {
    position: relative;
}

.about-brand__figure {
    position: absolute;
    overflow: hidden;
    border-radius: 0;
}

.about-brand__figure img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.about-brand__figure img:hover {
    transform: scale(1.02);
}

.about-brand__caption {
    margin-top: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #281D18;
    font-weight: 400;
    word-wrap: break-word;
}

.about-brand__figure--left {
    left: 20px;
    top: 255px;
    max-width: 270px;
}

.about-brand__figure--center {
    left: 50%;
    transform: translateX(-50%);
    max-width: 615px;
}

.about-brand__figure--right {
    right: 25px;
    top: 324px;
    max-width: 330px;
}

.about-brand__hero-claim {
    position: absolute;
    top: 755px;
}

.about-brand__claim-line {
    font-family: 'Bounded', sans-serif;
    font-weight: 400;
    font-size: 120px;
    line-height: 0.9;
    color: #281D18;
    text-transform: uppercase;
    white-space: nowrap;
}

.about-brand__claim-line--bottom {
    margin-left: 167px;
}

/*  2 блок */
.about-brand__split {
    margin-top: 36px;
}

.about-brand__split--two {
    margin-top: 0;
}

.about-brand__split-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    align-items: stretch;
}

.about-brand__split-media--padded {
    position: sticky;
    height: auto;
    top: 20px;
    padding-right: 49px;
    overflow: hidden;
    border-radius: 0;
}

.about-brand__split-media picture,
.about-brand__split-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.about-brand__split-media img:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .12));
}
.about-brand__split-media {
    overflow: hidden;
}
.about-brand__split-content {
    display: flex;
    flex-direction: column;
}

.about-brand__split-title {
    font-family: 'Bounded', sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #281D18;
    text-transform: uppercase;
}

.about-brand__split-text {
    margin-top: 40px;
    font-size: 14px;
    color: #281D18;
}

.about-brand__split-text--list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 525px;
}

.about-brand__split-text b {
    font-weight: 600;
}

.about-brand__split--one .about-brand__split-content {
    padding: 60px 71px 60px 80px;
}

.about-brand__split--two .about-brand__split-content {
    padding: 60px 64px;
}

.about-brand__split-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.about-brand__split-title {
    font-family: "Bounded", sans-serif;
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    color: #281D18;
}

.about-brand__split-content--bg {
    background: #F3EFE4;
}

.about-brand__split-content--decor {
    position: relative;
    background: #F3EFE4;
    overflow: hidden;
}
.about-brand__split-content--decor:hover::before {
    transform: scale(1.05);
    filter: drop-shadow(0 10px 25px rgba(40, 29, 24, 0.3));
}

.about-brand__split-text--grid {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.about-brand__text-pair {
    display: flex;
    flex-direction: column;
    gap: 33px;
}
.about-brand__split-pair{
    display: flex;
    flex-direction: row;
    gap: 56px;
}
.about-brand__split-line {
    height: 1px;
    background: rgba(40, 29, 24, 0.2);
    margin: 33px 0 23px;
}

/* Текст */
.about-brand__split-text p {
    font-size: 14px;
    color: #281D18;
    width: 420px;
}
.about-brand__split-text b {
    font-weight: 600;
}
.about-brand__split-text--list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 425px;
}

/* Подзаголовок и Instagram */
.about-brand__split-subtitle {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #281D18;
}
.about-brand__split-line--short {
    max-width: 500px;
    background: rgba(40, 29, 24, 0.2);
    margin: 15px 0;
}
.about-brand__split-instagram {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #281D18;
    text-decoration: none;
    transition: transform 0.3s ease;
    width: min-content;
}

.about-brand__split-instagram-icon {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}
.about-brand__split-instagram:hover .about-brand__split-instagram-icon {
    transform: scale(1.1);
}
.about-brand__split-instagram-name {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.about-brand__split-goal {
    position: relative;
    display: flex;
    align-items: center;
    gap: 33px;
    z-index: 1;
}

.about-brand__split-goal--behind {
    z-index: 0;
}

.about-brand__split-goal-icon {
    width: 463px;
    height: auto;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.about-brand__split-goal--behind .about-brand__split-goal-icon {
    position: absolute;
    right: -290px;
    top: -100px;
    z-index: 0;
}

.about-brand__split-media {
    position: relative;
    z-index: 2;
}

.about-brand__split-media img {
    width: 100%;
    display: block;
    object-fit: cover;
}
/* 4 блок */
.about-brand__founder {
    padding: 0 15px 0 64px;
    margin: 100px 0;
}

/* Десктоп-версия */
.about-brand__founder-layout--desktop {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
    align-items: start;
}

/* Общие стили */
.about-brand__founder-photo {
    position: relative;
    overflow: hidden;
}

.about-brand__founder-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.about-brand__founder-photo img:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .12));
}

.about-brand__founder-info {
    padding: 75px 15px 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-brand__founder-name {
    font-family: 'Bounded';
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    color: #281D18;
    margin-bottom: 15px;
}

.about-brand__founder-role {
    font-size: 22px;
    text-transform: uppercase;
    color: #281D18;
}

.about-brand__founder-sep {
    width: 338px;
    height: 1px;
    background: #F3EFE4;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.about-brand__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about-brand__card-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-brand__founder-instagram {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #281D18;
    text-decoration: none;
    transition: transform 0.3s ease;
    width: min-content;
}

.about-brand__founder-instagram:hover .about-brand__founder-instagram-icon {
    transform: scale(1.1);
}

.about-brand__founder-instagram-icon {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

.about-brand__founder-instagram-name {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-brand__cards {
    margin-top: 35px;
}

.about-brand__mini-card {
    background: #F3EFE4;
    border-radius: 12px;
    padding: 22px;
    transition: transform .4s ease, box-shadow .4s ease;
}

.about-brand__mini-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(40, 29, 24, 0.12);
}

.about-brand__mini-card p {
    font-size: 16px;
    color: #281D18;
}

.about-brand__card--border {
    padding: 40px 45px 0 37px;
    display: flex;
    flex-direction: column;
}

.about-brand__goal {
    display: flex;
    align-items: center;
    gap: 33px;
}

.about-brand__goal-icon {
    width: 115px;
    height: 124px;
    transition: filter .4s ease, transform .4s ease;
}

.about-brand__goal-icon:hover {
    filter: drop-shadow(0 10px 25px rgba(40,29,24,0.4));
    transform: translateY(-2px);
}

.about-brand__goal-title {
    font-family: 'Bounded';
    font-size: 48px;
    text-transform: uppercase;
    color: #281D18;
}

.about-brand__goal-text {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-brand__goal-text p {
    font-size: 14px;
    color: #281D18;
}

@media (max-width: 1830px) {
    .about-brand__mini-card br{
        display: none;
    }
    .about-brand__founder-info{
        padding-top: 60px;
    }
}
@media (max-width: 1800px) {
    .about-brand__split--one .about-brand__split-content {
        padding: 40px 41px 40px 40px;
    }
    .about-brand__split-title {
        font-size: 42px;
    }
    .about-brand__split-text p {
        width: 620px;
    }
    .about-brand__split--two .about-brand__split-content {
        padding: 40px 44px;
    }
    .about-brand__founder-info{
        padding: 55px 15px 0 60px;
    }
}
@media (max-width: 1700px) {
    .about-brand__founder-layout--desktop {
        grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
    }
    .about-brand__founder-info{
        padding-top: 0;
        padding-right: 15px;
        padding-left: 50px;
    }
    .about-brand__split--one .about-brand__split-content {
        padding: 40px 41px 40px 40px;
    }
    .about-brand__split-title {
        font-size: 34px;
    }
    .about-brand__split-text p {
        width: 620px;
    }
    .about-brand__split-inner {
        grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
    }
    .about-brand__split-text--grid{
        margin-bottom: 20px;
    }
    .about-brand__split-text p{
        font-size: 13px;
    }
    .about-brand__split-goal--behind .about-brand__split-goal-icon {
        right: -230px;
        top: -80px;
    }
    .about-brand__split-goal-icon {
        width: 400px;
    }
}
@media (max-width: 1650px) {
    .about-brand__cards{
        gap: 0;
    }
    .about-brand__card--border {
        padding: 30px 35px 0 27px;
    }
    .about-brand__mini-card p{
        font-size: 15px;
    }
    .about-brand__founder{
        padding-left: 20px;
    }
    .about-brand__founder-info{
        padding-left: 30px;
        padding-right: 15px;
    }
    .about-brand__founder-info{
        margin-left: 0;
    }
    .about-brand__goal-title,
    .about-brand__founder-name {
        font-size: 40px;
    }

        .about-brand__claim-line{
        font-size: 110px;
    }

    .about-brand__hero-claim {
        top: 795px;
    }
    .about-brand__split-goal-icon {
        width: 360px;
    }
    .about-brand__split--one .about-brand__split-media img {
        width: 130%;
        object-position: left center;
    }
}

@media (max-width: 1550px) {
    .about-brand__cards{
        margin-top: 20px;
    }
    .about-brand__mini-card p,
    .about-brand__goal-text p {
        font-size: 14px;
    }
    .about-brand__founder{
        margin: 80px 0;
    }
    .about-brand__founder-layout--desktop {
        grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
    }
    .about-brand__split-line {
        margin: 23px 0 13px;
    }
    .about-brand__split-text--grid{
        margin-top: 30px;
    }
    .about-brand__split--one .about-brand__split-content {
        padding: 40px 41px 40px 40px;
    }
    .about-brand__split-text p {
        width: 620px;
    }
    .about-brand__split-inner {
        grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
    }
    .about-brand__split-text--grid{
        margin-bottom: 20px;
    }
    .about-brand__split-text p{
        font-size: 12px;
    }
    .about-brand__split-title{
        font-size: 30px;
    }
    .about-brand__split-subtitle{
        font-size: 18px;
    }
    .about-brand__split-pair {
        gap: 36px;
    }
}

@media (max-width: 1440px) {
    .about-brand__card--border {
        padding: 30px 5px 0 17px;
    }

    .about-brand__hero-claim{
        top: 650px;
    }

    .about-brand__claim-line{
        font-size: 100px;
    }
    .about-brand__figure--right{
        max-width: 270px;
        top: 254px;
    }
    .about-brand__figure--center{
        max-width: 515px;
    }
    .about-brand__figure--left{
        max-width: 210px;
        top: 205px;
    }
    .about-brand__hero{
        min-height: 900px;
    }
}

@media (max-width: 1400px) {
    .about-brand__split-title {
        font-size: 26px;
    }
    .about-brand__split-subtitle{
        font-size: 16px;
    }

    .about-brand__founder-photo{
        max-height: none;
        display: block;
    }

    .about-brand__founder-photo img {
        width: 100%;
        height: auto;
    }

    .about-brand__founder-name {
        font-size: 28px;
        margin: 0;
    }

    .about-brand__founder-role {
        font-size: 14px;
        margin: 7px 0 0;
    }

    .about-brand__card-group {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .about-brand__mini-card {
        background: #F3EFE4;
        border-radius: 12px;
        padding: 20px;
    }

    .about-brand__goal {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .about-brand__goal-icon {
        width: 66px;
        height: 71px;
    }

    .about-brand__goal-title {
        font-size: 20px;
    }

    .about-brand__goal-text {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .about-brand__founder{
        padding: 0 15px;
    }
}

@media (max-width: 1350px) {
    .about-brand__founder-sep {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .about-brand__mini-card{
        padding: 15px;
    }
    .about-brand__goal-text p,
    .about-brand__mini-card p {
        font-size: 12px;
    }
    .about-brand__split-pair {
        flex-direction: column;
        gap: 16px;
    }

    .about-brand__split--two .about-brand__split-content {
        padding: 30px 34px;
    }

    .about-brand__split-goal-icon {
        width: 300px;
    }

    .about-brand__split--two .about-brand__split-media img {
        object-position: center;
    }

    .about-brand__split-text{
        margin-top: 30px;

    }
    .about-brand__split-goal-icon {
        width: 270px;
    }
    .about-brand__split-goal--behind .about-brand__split-goal-icon {
        top: -40px;
        right: -180px;
    }

}
@media (max-width: 1250px) {
    .about-brand__hero-bg {
        height: auto;
        width: 80%;
    }
    .about-brand__hero-claim{
        top: 600px;
    }

    .about-brand__claim-line{
        font-size: 76px;
    }
    .about-brand__figure--right{
        max-width: 220px;
        top: 234px;
    }
    .about-brand__figure--center{
        max-width: 465px;
    }
    .about-brand__figure--left{
        max-width: 180px;
        top: 175px;
    }
    .about-brand__hero{
        min-height: 800px;
    }
    .about-brand__split-text--list{
        gap: 10px;
    }
    .about-brand__split-subtitle{
        margin-top: 10px;
    }
    .about-brand__split-line{
        margin: 15px 0;
    }
    .about-brand__split-text{
        margin-top: 20px;
    }
    .about-brand__split-goal-icon {
        width: 240px;
    }
    .about-brand__split-goal--behind .about-brand__split-goal-icon {
        top: 10px;
        right: -160px;
    }

}

@media (max-width:1150px) {
    .about-brand__split-text p {
        width: 100%;
    }
    .about-brand__split-inner {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    }
    .about-brand__split--two .about-brand__split-media img {
        object-position: right;
    }
}

@media (max-width:1024px) {
    .about-brand__founder{
        margin: 60px 0;
    }
    .about-brand__founder-layout--desktop {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .about-brand__split--two .about-brand__split-content {
        order: 2;
    }
    .about-brand__split-text p{
        font-size: 14px;
    }
    .about-brand__split-text{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .about-brand__split-pair{
        gap: 20px;
    }
    .about-brand__split--one .about-brand__split-line {
        margin: 30px 0;
    }
    .about-brand__split--two .about-brand__split-line {
        margin: 15px 0;
    }
    .about-brand__split--one .about-brand__split-media img{
        width: 100%;
    }
    .about-brand__split--one .about-brand__split-content,
    .about-brand__split--two .about-brand__split-content {
        padding: 60px 15px;
    }

    .about-brand__mini-card br{
        display: none;
    }

    .about-brand__mini-card p{
        font-size: 14px;
    }

    .about-brand__mini-card br{
        display: none;
    }

    .about-brand__card--border {
        padding: 30px 35px 28px 35px;
    }

    .about-brand__founder-info{
        padding: 0 15px 0 0;
    }

    .about-brand__split-inner{
        padding: 0;
    }

    .about-brand__split-title{
        font-size: 28px;
    }

    .about-brand__split-text--list{
        max-width: none;
    }

    .about-brand__split-media {
        top: 0;
        position: relative;
        padding-right: 0;
    }

    .about-brand__split-inner,
    .about-brand__split-inner--reverse {
        display: flex;
        flex-direction: column;
    }

    .about-brand__split-media img {
        width: 100%;
    }

    .about-brand__split-content--padded {
        padding: 0 15px;
    }

    .about-brand__split-content--rightpad {
        order: 2;
        padding: 0 15px;
    }

    .about-brand__hero-claim {
        top: 750px;
    }

    .about-brand__claim-line{
        font-size: 56px;
    }

    .about-brand__figure--right{
        max-width: 220px;
        top: 390px;
        right: 15px;
    }

    .about-brand__figure--center{
        max-width: 455px;
        right: 15px;
        transform: none;
        left: auto;
    }

    .about-brand__figure--left{
        max-width: 260px;
        top: 175px;
        left: 15px;
    }

    .about-brand__hero{
        min-height: 850px;
    }

    .about-brand__hero-bg {
        height: auto;
        width: 100%;
    }
    .about-brand__split-goal-icon {
        width: 370px;
    }
    .about-brand__split-goal--behind .about-brand__split-goal-icon {
        top: -40px;
        right: -210px;
    }
    .about-brand__split{
        margin-top: 0;
    }
    .about-brand__split-text--list {
        z-index: 1;
    }
    .about-brand__founder-photo{
        margin: 0 auto;
    }

}

@media (max-width: 768px) {
    .about-brand__card--border{
        padding: 29px 35px;
    }
    .about-brand__goal-text p, .about-brand__mini-card p{
        font-size: 14px;
    }
    .about-brand__goal-title{
        font-size: 22px;
    }
    .about-brand__mini-card{
        padding: 18px 35px;
    }
    .about-brand__founder-info{
        width: 100%;
        padding: 0;
    }
    .about-brand__cards{
        margin-top: 40px;
    }
    .about-brand__founder-role {
        margin-top: 10px;
    }
    .about-brand__founder-sep{
        margin: 15px 0;
    }

    .about-brand__card--border {
        border: 2px solid rgba(40, 29, 24, 0.3);
        border-radius: 12px;
    }
    .about-brand__split-text--list br{
        display: none;
    }
    .about-brand__split-instagram{
        gap: 4px;
    }
    .about-brand__split-subtitle{
        font-size: 14px;
    }

    .about-brand__split-title {
        font-size: 22px;
    }
    .about-brand__founder-name {
        font-size: 22px;
        margin: 0;
    }
    .about-brand__founder-photo {
        position: relative;
        top: 0;
    }

    .about-brand__cards {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .about-brand__breadcrumbs {
        top: 15px;
        left: 15px;
        gap: 6px;
        font-size: 10px;
    }
    .about-brand__title {
        top: 50px;
        left: 15px;
        font-size: 16px;
    }

    .about-brand__caption {
        margin-top: 8px;
        font-size: 12px;
    }

    .about-brand__split {
        margin-top: 60px;
    }

    .about-brand__founder {
        margin: 60px 0;
    }

    .about-brand__split-text {
        margin-top: 40px;
    }
    .about-brand__split-text--list{
        gap: 20px;
    }

    .about-brand__hero-claim{
        top: 700px;
    }

    .about-brand__claim-line{
        font-size: 40px;
    }

    .about-brand__figure--right{
        max-width: 215px;
        top: 343px;
    }

    .about-brand__figure--center{
        max-width: 325px;
        transform: none;
        left: auto;
        top: 56px;
    }

    .about-brand__figure--left{
        max-width: 210px;
        top: 180px;
    }

    .about-brand__hero{
        min-height: 770px;
    }

    .about-brand__hero-bg {
        height: auto;
        width: 90%;
        top: 100px;
    }
    .about-brand__claim-line--bottom {
        margin-left: 14px;
    }

}

@media (max-width: 600px) {
    .about-brand__hero-claim{
        top: 500px;
    }

    .about-brand__claim-line{
        font-size: 38px;
    }

    .about-brand__figure--right{
        max-width: 125px;
        top: 283px;
    }

    .about-brand__figure--center{
        max-width: 225px;
        transform: none;
        left: auto;
        top: 76px;
    }

    .about-brand__figure--left{
        max-width: 130px;
        top: 200px;
    }

    .about-brand__hero{
        min-height: 570px;
    }

    .about-brand__hero-bg {
        height: auto;
        width: 90%;
        top: 100px;
    }
    .about-brand__claim-line--bottom {
        margin-left: 14px;
    }

    .about-brand__card-group .about-brand__mini-card:nth-child(2) br {
        display: inline;
    }

}
@media (max-width: 429px) {
    .about-brand__split-subtitle {
        font-size: 12px;
    }
        .about-brand__caption{
        font-size: 8px;
    }
    .about-brand__hero-claim{
        top: 460px;
    }
    .about-brand__claim-line{
        font-size: 32px;
    }
    .about-brand__figure--right{
        max-width: 105px;
        top: 253px;
    }

    .about-brand__figure--center{
        max-width: 175px;
        transform: none;
        left: auto;
        top: 76px;
    }

    .about-brand__figure--left{
        max-width: 100px;
        top: 180px;
    }
    .about-brand__hero{
        min-height: 500px;
    }
}
@media (max-width: 375px) {
    .about-brand__goal-text p, .about-brand__mini-card p{
        font-size: 10px;
    }
    .about-brand__mini-card{
        padding: 15px;
    }
    .about-brand__claim-line{
        font-size: 24px;
    }
    .about-brand__split-title {
        font-size: 14px;
    }
    .about-brand__founder-layout--desktop {
        grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
        overflow: hidden;
    }

    .about-brand__founder-info {
        box-sizing: border-box;
    }

}

