.frey-about-eyebrow,
.frey-about-section-kicker{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--frey-primary);
    margin-bottom:14px;
}

.frey-about-intro{
    padding:40px 0 24px;
    background:linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.frey-about-intro__wrap{
    max-width:920px;
}

.frey-about-intro__title{
    margin-bottom:18px;
}

.frey-about-intro__lead{
    font-size:clamp(1.05rem,1.5vw,1.2rem);
    line-height:1.8;
    color:var(--frey-muted);
    max-width:860px;
}

.frey-about-story{
    padding:48px 0 32px;
}

.frey-about-story__grid{
    display:grid;
    grid-template-columns:minmax(0, 1.3fr) minmax(300px, .8fr);
    gap:28px;
    align-items:start;
}

.frey-about-story__content{
    background:#fff;
    border:1px solid rgba(17,22,29,.08);
    border-radius:var(--frey-radius-lg);
    padding:32px;
    box-shadow:var(--frey-shadow-sm);
}

.frey-about-story__content p{
    color:var(--frey-text);
    line-height:1.9;
}

.frey-about-stats{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.frey-about-stat{
    background:linear-gradient(180deg, #11161d 0%, #1b2430 100%);
    color:#fff;
    border-radius:20px;
    padding:24px 20px;
    min-height:160px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    box-shadow:var(--frey-shadow-md);
}

.frey-about-stat strong{
    font-size:clamp(1.7rem,2.4vw,2.6rem);
    line-height:1;
    color:#fff;
}

.frey-about-stat span{
    display:block;
    margin-top:16px;
    font-size:.95rem;
    line-height:1.6;
    color:rgba(255,255,255,.82);
}

.frey-about-pillars{
    padding:32px 0;
}

.frey-about-pillars__grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:22px;
}

.frey-about-pillar{
    background:#fff;
    border:1px solid rgba(17,22,29,.08);
    border-radius:24px;
    padding:28px;
    box-shadow:var(--frey-shadow-sm);
    height:100%;
}

.frey-about-pillar__icon{
    width:58px;
    height:58px;
    border-radius:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(193,18,31,.08);
    color:var(--frey-primary);
    font-size:1.3rem;
    margin-bottom:18px;
}

.frey-about-pillar p{
    color:var(--frey-muted);
    line-height:1.8;
}

.frey-about-values{
    padding:32px 0 38px;
}

.frey-about-values__wrap{
    border-radius:28px;
    background:linear-gradient(135deg, #0f151c 0%, #1c2531 100%);
    color:#fff;
    padding:36px;
    box-shadow:var(--frey-shadow-md);
}

.frey-about-values__head h2,
.frey-about-values__head p{
    color:#fff;
}

.frey-about-values__head p{
    max-width:900px;
    opacity:.86;
}

.frey-about-values__list{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:14px;
    margin-top:24px;
}

.frey-about-value{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:16px 18px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
}

.frey-about-value i{
    color:#fff;
    margin-top:3px;
}

.frey-about-value span{
    line-height:1.7;
    color:rgba(255,255,255,.88);
}

.frey-about-team{
    padding:42px 0;
}

.frey-about-team__head{
    max-width:760px;
    margin-bottom:24px;
}

.frey-about-team__head p{
    color:var(--frey-muted);
}

.frey-about-team__grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:20px;
}

.frey-team-card{
    background:#fff;
    border:1px solid rgba(17,22,29,.08);
    border-radius:24px;
    overflow:hidden;
    box-shadow:var(--frey-shadow-sm);
    height:100%;
}

.frey-team-card__image{
    aspect-ratio: 4 / 4.2;
    background:#eef2f7;
}

.frey-team-card__image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.frey-team-card__placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    color:var(--frey-metal);
}

.frey-team-card__body{
    padding:22px 20px;
}

.frey-team-card__body h3{
    font-size:1.15rem;
    margin-bottom:8px;
}

.frey-team-card__role{
    display:inline-block;
    font-size:.86rem;
    font-weight:700;
    color:var(--frey-primary);
    margin-bottom:12px;
}

.frey-team-card__body p{
    color:var(--frey-muted);
    line-height:1.75;
    margin:0;
}

.frey-about-cta{
    padding:10px 0 70px;
}

.frey-about-cta__box{
    border-radius:28px;
    padding:34px;
    background:linear-gradient(135deg, rgba(193,18,31,.08), rgba(17,22,29,.04));
    border:1px solid rgba(17,22,29,.08);
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.frey-about-cta__content p{
    color:var(--frey-muted);
    max-width:760px;
    margin-bottom:0;
}

@media (max-width: 1100px){
    .frey-about-story__grid,
    .frey-about-pillars__grid,
    .frey-about-team__grid{
        grid-template-columns:1fr 1fr;
    }

    .frey-about-story__grid{
        grid-template-columns:1fr;
    }
}

@media (max-width: 767px){
    .frey-about-intro{
        padding:26px 0 14px;
    }

    .frey-about-story,
    .frey-about-pillars,
    .frey-about-values,
    .frey-about-team{
        padding:24px 0;
    }

    .frey-about-story__content,
    .frey-about-values__wrap,
    .frey-about-cta__box,
    .frey-about-pillar{
        padding:22px;
    }

    .frey-about-stats,
    .frey-about-pillars__grid,
    .frey-about-values__list,
    .frey-about-team__grid{
        grid-template-columns:1fr;
    }

    .frey-about-cta__box{
        flex-direction:column;
        align-items:flex-start;
    }

    .frey-about-stat{
        min-height:auto;
    }
}