.about-page {
    position: relative;
    overflow: hidden;
    background: #fffdfb;
    color: #2d2d2d;
}

.decor {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.unika-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: #f7eee9;
}

.unika-breadcrumb .breadcrumb-item {
    font-size: 13px;
    color: #74564a;
}

.unika-breadcrumb .breadcrumb-item a {
    color: #74564a;
    text-decoration: none;
}

.unika-breadcrumb .breadcrumb-item.active {
    color: #74564a;
    font-weight: 600;
}

.unika-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #b9a59b;
}

.section-title {
    margin-bottom: 28px;
    color: #3f302b;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

/* HERO */

.about-hero {
    position: relative;
    padding: 35px 0 30px;
}

.about-hero .container {
    position: relative;
    z-index: 2;
}

.about-hero h1 {
    margin-bottom: 12px;
    color: #5b3a31;
    font-size: 64px;
    line-height: .95;
    font-weight: 800;
}

.about-hero h2 {
    margin-bottom: 22px;
    color: #74bfb3;
    font-size: 29px;
    line-height: 1.22;
    font-weight: 700;
}

.about-hero h2 span {
    color: #f07e4f;
}

.about-hero p {
    max-width: 420px;
    margin-bottom: 0;
    color: #252525;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
}

.hero-photo {
    position: relative;
    height: 430px;
    margin-top: 20px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-photo::before {
    content: '';
    position: absolute;
    left: -255px;
    top: -120px;
    width: 430px;
    height: 660px;
    border-radius: 50%;
    background: #fffdfb;
    z-index: 2;
}

.hero-photo::after {
    content: '';
    position: absolute;
    left: -80px;
    bottom: -170px;
    width: 470px;
    height: 260px;
    border-radius: 50%;
    background: #fffdfb;
    z-index: 3;
}

.hero-sheep {
    position: absolute;
    right: 33%;
    bottom: -28px;
    width: 160px;
    z-index: 4;
}

.decor-cloud-hero {
    left: 28px;
    bottom: 12px;
    width: 85px;
    opacity: .55;
}

.about-hero {
    position: relative;
}

/* FOUNDER */

.about-founder {
    position: relative;
    padding: 35px 0 35px;
}

.founder-photo {
    position: relative;
    overflow: hidden;
    /*border-radius: 34% 66% 34% 66% / 18% 22% 78% 82%;*/
	border-radius: 40% 34% 57% 30% / 100% 25% 115% 60%;
    box-shadow: 0 14px 35px rgba(95, 72, 61, .08);
}

.founder-photo img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.founder-text {
    max-width: 620px;
}

.founder-text h2 {
    margin-bottom: 22px;
    color: #333;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
}

.founder-text h2 span {
    color: #74bfb3;
}

.founder-text p {
    margin-bottom: 16px;
    color: #303030;
    font-size: 15px;
    line-height: 1.65;
}

.founder-decor {
    position: relative;
    min-height: 260px;
}

.founder-decor img {
    position: absolute;
    pointer-events: none;
    user-select: none;
}

.decor-founder-line {
    top: 10px;
    left: 10px;
    width: 150px;
    opacity: .55;
}

.decor-founder-cloud {
    right: 0;
    bottom: 45px;
    width: 120px;
    opacity: .45;
}

.decor-founder-star {
    right: 25px;
    bottom: 15px;
    width: 28px;
}

/* APPROACH */

.about-approach {
    padding: 25px 0 20px;
}

.approach-card {
    height: 100%;
    min-height: 238px;
    padding: 30px 24px 24px;
    border-radius: 20px;
    text-align: center;
}

.approach-card img {
    height: 62px;
    margin-bottom: 18px;
}

.approach-card h3 {
    margin-bottom: 11px;
    color: #2f2f2f;
    font-size: 17px;
    font-weight: 800;
}

.approach-card p {
    margin-bottom: 0;
    color: #303030;
    font-size: 13px;
    line-height: 1.45;
}

/* VALUES */

.about-values {
    padding: 15px 0 25px;
}

.values-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 180px repeat(4, 1fr);
    align-items: start;
    gap: 22px;
}

.values-sheep {
    width: 150px;
    align-self: end;
}

.value-item {
    position: relative;
    text-align: center;
}

.value-item::before {
    content: '';
    position: absolute;
    top: 30px;
    left: -45px;
    width: 85px;
    height: 30px;
    border-top: 1px dashed #f2b08c;
    border-radius: 50%;
    opacity: .8;
}

.value-item:first-of-type::before {
    display: none;
}

.value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 72px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #fff4e8;
}

.value-icon img {
    max-width: 48px;
    max-height: 48px;
}

.value-item h3 {
    margin-bottom: 8px;
    color: #303030;
    font-size: 15px;
    font-weight: 800;
}

.value-item p {
    margin-bottom: 0;
    color: #303030;
    font-size: 13px;
    line-height: 1.45;
}

/* STEPS */

.about-steps {
    padding: 10px 0 25px;
}

.steps-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.step-card {
    position: relative;
    min-height: 110px;
    padding: 18px 18px 16px 68px;
    border-radius: 20px;
}

.step-card::after {
    content: '→';
    position: absolute;
    top: 42px;
    right: -15px;
    color: #bba69b;
    font-size: 18px;
}

.step-card:last-child::after {
    display: none;
}

.step-number {
    position: absolute;
    left: 16px;
    top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
}

.step-card h3 {
    margin-bottom: 6px;
    color: #303030;
    font-size: 14px;
    font-weight: 800;
}

.step-card p {
    margin-bottom: 0;
    color: #303030;
    font-size: 12px;
    line-height: 1.35;
}

/* GALLERY */

.about-gallery {
    padding: 15px 0 25px;
}

.gallery-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

.gallery-item {
    height: 412px;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BENEFITS + CTA */

.about-benefits {
    padding: 10px 0 0;
}

.benefits-box {
    display: grid;
    grid-template-columns: 190px 310px 1fr 260px;
    align-items: center;
    gap: 24px;
    padding: 34px 32px;
    border-radius: 42px 42px 0 0;
    background: linear-gradient(90deg, #dff3ef 0%, #eef8f5 42%, #fff3e9 42%, #fff3e9 100%);
}

.benefits-sheep img {
    width: 175px;
}

.benefits-list h2,
.benefits-cta h2 {
    margin-bottom: 18px;
    color: #3f302b;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

.benefits-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.benefits-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 7px;
    color: #3d4b45;
    font-size: 13px;
}

.benefits-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #73aa95;
    font-weight: 800;
}

.benefits-cta p {
    max-width: 470px;
    margin-bottom: 22px;
    color: #303030;
    font-size: 15px;
    line-height: 1.55;
}

.benefits-cta p span {
    color: #e9875e;
    font-weight: 700;
}

.benefits-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 25px;
    border-radius: 999px;
    background: #e9875e;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: .2s;
}

.benefits-cta a:hover {
    background: #dd7448;
    color: #fff;
    transform: translateY(-2px);
}

.benefits-photo {
    height: 180px;
    overflow: hidden;
    border-radius: 90px 20px 90px 20px;
}

.benefits-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .about-hero h1 {
        font-size: 50px;
    }

    .hero-photo {
        height: 340px;
        margin-top: 30px;
    }

    .hero-sheep {
        right: 40px;
        bottom: -35px;
    }

    .values-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-sheep {
        display: none;
    }

    .steps-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefits-box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .benefits-list ul {
        display: inline-block;
        text-align: left;
    }

    .benefits-cta p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .about-hero {
        padding-top: 25px;
    }

    .about-hero h1 {
        font-size: 42px;
    }

    .about-hero h2 {
        font-size: 24px;
    }

    .hero-photo {
        height: 280px;
    }

    .hero-photo::before,
    .hero-photo::after {
        display: none;
    }

    .hero-sheep {
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
        width: 130px;
        margin: -35px auto 0;
    }

    .values-wrap,
    .steps-wrap {
        grid-template-columns: 1fr;
    }

    .step-card::after {
        display: none;
    }

    .benefits-box {
        padding: 28px 20px;
        border-radius: 30px 30px 0 0;
    }
}