/* About Us — E-SwissMar brand style */
.about-page {
    background: #fcf9f8;
    color: #1c1b1b;
}

/* Hero */
.about-hero {
    position: relative;
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-hero-content {
    max-width: 760px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.about-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.about-eyebrow .material-symbols-outlined {
    font-size: 14px;
    color: #e55c74;
}

.about-hero h1 {
    font-family: 'Montserrat-Bold', 'Inter', sans-serif;
    font-size: clamp(2.1rem, 4vw, 2.9rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px;
    line-height: 1.15;
}

.about-hero-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.86);
    margin: 0;
}

/* Shared section chrome */
.about-section {
    padding: 4.5rem 0;
}

.about-section-alt {
    background: #ffffff;
}

.about-section-title {
    font-family: 'Montserrat-Bold', 'Inter', sans-serif;
    font-size: clamp(1.7rem, 2.5vw, 2.2rem);
    font-weight: 700;
    color: #1c1b1b;
    margin: 0 0 0.6rem;
}

.about-section-lead {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5a5a62;
    margin: 0 0 2.25rem;
    max-width: 36rem;
}

.about-section-lead.centered,
.about-section-title.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Mission / Vision — editorial split, no heavy cards */
.about-mv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 3rem;
}

.about-mv-item {
    padding-left: 1.25rem;
    border-left: 3px solid #b9172f;
}

.about-mv-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e3bebd;
    color: #b9172f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.about-mv-icon .material-symbols-outlined {
    font-size: 22px;
}

.about-mv-item h2 {
    font-family: 'Montserrat-Bold', 'Inter', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1c1b1b;
    margin: 0 0 0.65rem;
}

.about-mv-item p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5a5a62;
    margin: 0;
}

/* Values — light surface, esencia-like circles */
.about-values-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem 1rem;
}

.about-value {
    text-align: center;
    padding: 0.5rem 0.75rem;
}

.about-value-circle {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e0dbd9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9172f;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.about-value-circle .material-symbols-outlined {
    font-size: 28px;
}

.about-value:hover .about-value-circle {
    background: #b9172f;
    border-color: #b9172f;
    color: #fff;
    box-shadow: 0 0 0 6px rgba(185, 23, 47, 0.1);
}

.about-value h3 {
    font-family: 'Montserrat-Bold', 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #1c1b1b;
    margin: 0 0 0.5rem;
}

.about-value p {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #5a5a62;
    margin: 0;
}

/* Founders */
.about-founders {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) 1.1fr;
    gap: 2.75rem;
    align-items: center;
}

.about-founders-media {
    position: relative;
    margin: 0;
}

.about-founders-media::before {
    content: '';
    position: absolute;
    inset: 14px -14px -14px 14px;
    border: 1px solid rgba(185, 23, 47, 0.18);
    border-radius: 18px;
    z-index: 0;
}

.about-founders-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    border-radius: 16px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    background: #f6f3f2;
}

.about-founders-copy .about-section-title {
    margin-bottom: 1.25rem;
}

.about-founders-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #5a5a62;
}

.about-founders-text strong {
    display: block;
    font-family: 'Montserrat-Bold', 'Inter', sans-serif;
    font-size: 1.05rem;
    color: #b9172f;
    margin-top: 1.25rem;
    margin-bottom: 0.4rem;
}

.about-founders-text strong:first-child {
    margin-top: 0;
}

.about-founders-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin-top: 1.5rem;
}

.about-founders-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #b9172f;
    text-decoration: none;
}

.about-founders-links a:hover {
    color: #9c1327;
}

.about-founders-links .material-symbols-outlined {
    font-size: 18px;
}

/* Team */
.about-team-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.75rem 1.25rem;
    margin-top: 2.25rem;
}

.about-team-member {
    text-align: center;
}

.about-team-avatar {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    margin: 0 auto 0.9rem;
    display: block;
    border: 3px solid #fff;
    box-shadow: 0 8px 22px rgba(28, 27, 27, 0.08);
    background: #f6f3f2;
}

.about-team-member h3 {
    font-family: 'Montserrat-Bold', 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1c1b1b;
    margin: 0 0 0.25rem;
}

.about-team-member p {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #b9172f;
    margin: 0;
}

@media (max-width: 1100px) {
    .about-values-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .about-hero {
        height: 320px;
    }

    .about-section {
        padding: 3.25rem 0;
    }

    .about-mv-grid,
    .about-founders {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

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

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

    .about-founders-media {
        max-width: 360px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .about-values-grid,
    .about-team-grid {
        grid-template-columns: 1fr;
    }
}
