/* ── About page ─────────────────────────────────────────────────────────────── */

/* Push content below the fixed navbar on no-hero pages */
body.no-hero main {
    padding-top: 110px;
}

/* Real photos */
.about-main-img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    box-shadow: 0 8px 28px rgba(0, 71, 103, .12);
}

/* ── Image placeholders ─────────────────────────────────────────────────────── */
.about-placeholder-img {
    width: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 36px 24px;
    border: 2px dashed #7aafc4;
    border-radius: 10px;
    background: repeating-linear-gradient(
        -45deg,
        #f0f7fb,
        #f0f7fb 10px,
        #f8fbfd 10px,
        #f8fbfd 20px
    );
    color: #3a6070;
}

.about-placeholder-img i {
    font-size: 36px;
    color: #7aafc4;
    margin-bottom: 4px;
}

.about-placeholder-img strong {
    font-size: 15px;
    font-weight: 700;
    color: #1a4f6e;
}

.about-placeholder-img span {
    font-size: 13px;
    color: #4a7080;
}

.about-placeholder-img small {
    font-size: 12px;
    color: #7a9aaa;
}

.about-placeholder-img code {
    background: #dceef5;
    color: #005f77;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 12px;
}

/* Mission statement — sits between the section heading and the values grid */
.about-mission-statement {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #1a4f6e;
    border-left: 3px solid #3081c8;
    padding-left: 16px;
    margin: 0 0 28px;
    font-style: italic;
}

/* Founder quote */
.founder-quote {
    margin: 28px 0 8px;
    padding: 18px 24px;
    border-left: 3px solid #3081c8;
    background: #eef6fb;
    border-radius: 0 6px 6px 0;
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.75;
    color: #1a4f6e;
}

/* Founder signature */
.founder-sig {
    text-align: right;
    margin-top: 28px;
    color: #1a4f6e;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .about-placeholder-img { min-height: 200px; margin-top: 28px; }
    .about-main-img { margin-top: 28px; }
}
