﻿/* ===== About Page ===== */
.about-hero {
    position: relative;
    border-radius: 0 !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.about-hero-img {
    width: 100%;
    height: 35vh;
    min-height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 8%;
    text-align: center;
}

.about-hero-title {
    font-family: "Wix Madefor Display","Wix Madefor Text",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-weight: 900;
    font-size: clamp(2rem,5vw,3rem);
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,.55);
}

.about-quote {
    font-family: "Wix Madefor Display","Wix Madefor Text",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: calc(0.75 * 1.8rem);
    text-align: center;
    color: #111;
    max-width: 900px;
    line-height: 1.4;
    margin: 2rem auto;
}

    .about-quote .accent {
        color: var(--orange);
        font-weight: 900;
    }

    .about-quote .ref {
        font-weight: 600;
        font-size: .9em;
        color: #555;
    }

.founder-message-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 2rem 0;
}

.founder-message {
    background: #fff;
    width: 100%;
    padding: 2rem 2rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    text-align: left;
}

    .founder-message p {
        font-size: 1.05rem;
        line-height: 1.8;
        color: #333;
        margin-bottom: 1rem;
    }

.founder-signature {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
}

.founder-photo {
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: center 25%;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    flex-shrink: 0;
}

.founder-name {
    font-size: 1.15rem;
    font-weight: 700;
}

.founder-title {
    font-size: 0.95rem;
    color: #666;
}

@media (max-width: 1200px) {
    .about-hero-img {
        height: 28vh;
    }
}
