.about-hero .hero-bg{
    background:var(--about-hero-bg-desktop,url('/assets/images/hero-clean-1440.webp')) center 35%/cover no-repeat;
}

.about-hero{
    margin-top:0;
}

@media(max-width:900px){
    .about-hero .hero-bg{
        background:var(--about-hero-bg-mobile,var(--about-hero-bg-desktop,url('/assets/images/hero-clean-1440.webp'))) center 35%/cover no-repeat;
    }
}

.breadcrumbs{
    padding:.8rem 0;
    background:#f4f6fb;
    border-top:1px solid #e4e9f4;
    border-bottom:1px solid #e4e9f4;
    margin-top:var(--header-h);
}

.breadcrumbs .wrap{
    color:#4f5566;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:0;
    font-size:.78rem;
}

.breadcrumbs a{
    color:#2f3b68;
    font-weight:600;
}

.breadcrumbs .sep{
    margin:0 .46rem;
    opacity:.45;
}

.about-story-grid{
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:1.1rem;
}

.about-story-text{
    background:#fff;
    border:1px solid #e7ebf3;
    border-radius:14px;
    padding:1rem;
}

.about-story-text p{
    color:#4d566b;
    font-size:.92rem;
    line-height:1.72;
}

.about-points{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:.6rem;
}

.about-points li{
    background:#fff;
    border:1px solid #e7ebf3;
    border-radius:12px;
    padding:.75rem .8rem;
    font-size:.86rem;
    color:#2b3350;
    line-height:1.5;
}

.about-points li::before{
    content:'✓';
    display:inline-block;
    margin-right:.45rem;
    color:#d0a900;
    font-weight:700;
}

.about-pillars{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
    gap:.9rem;
}

.about-pillar{
    background:#fff;
    border:1px solid #e5e8f0;
    border-radius:12px;
    padding:.95rem .9rem;
}

.about-pillar h3{
    font-size:.98rem;
    color:#212c50;
    margin-bottom:.35rem;
}

.about-pillar p{
    color:#5a6275;
    font-size:.84rem;
    line-height:1.55;
}

.about-values{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:.95rem;
}

.about-value{
    background:#fff;
    border:1px solid #e5e8f0;
    border-radius:14px;
    padding:1rem;
}

.about-value h3{
    font-size:1rem;
    margin-bottom:.3rem;
    color:#1f2b4f;
}

.about-value p{
    color:#5f6679;
    font-size:.86rem;
    line-height:1.58;
}

.about-timeline{
    max-width:860px;
    margin:0 auto;
    display:grid;
    gap:.75rem;
}

.about-timeline-item{
    display:grid;
    grid-template-columns:85px 1fr;
    gap:.75rem;
    background:#fff;
    border:1px solid #e6ebf5;
    border-radius:12px;
    padding:.8rem;
}

.about-year{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:34px;
    border-radius:8px;
    background:rgba(252,236,72,.28);
    color:#2c3050;
    font-weight:800;
    font-size:.83rem;
}

.about-timeline-copy h3{
    font-size:.95rem;
    color:#1f2a49;
    margin-bottom:.24rem;
}

.about-timeline-copy p{
    color:#5b6377;
    font-size:.84rem;
    line-height:1.52;
}

@media(max-width:860px){
    .about-story-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:620px){
    .about-timeline-item{
        grid-template-columns:1fr;
    }
}
