/**
 * Page Qui sommes-nous — même esprit que l'accueil : sobre, angles droits, peu d'ombres.
 */
:root {
    --ahs-about-line: rgba(15, 72, 142, 0.14);
    --ahs-about-line-strong: rgba(15, 72, 142, 0.22);
}

.ahs-page-about section {
    scroll-margin-top: 5.5rem;
}

.ahs-page-about .ahs-section {
    padding-top: clamp(2.5rem, 6vw, 4.5rem);
    padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.ahs-page-about .ahs-section--tint {
    background: rgba(250, 173, 33, 0.06);
    border-top: 1px solid var(--ahs-about-line);
    border-bottom: 1px solid var(--ahs-about-line);
}

.ahs-page-about .ahs-section-header {
    max-width: 36rem;
    margin-inline: auto;
    margin-bottom: 2rem;
    text-align: center;
}

.ahs-page-about .ahs-eyebrow {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f17c2a;
    margin-bottom: 0.4rem;
}

.ahs-page-about .ahs-section-title {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    color: #0f488e;
    line-height: 1.18;
}

.ahs-page-about .ahs-section-title::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    margin: 0.85rem auto 0;
    background: #f17c2a;
}

.ahs-page-about .ahs-section-header.text-lg-start .ahs-section-title::after {
    margin-left: 0;
    margin-right: auto;
}

/* Intro */
.ahs-about-intro__visual {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--ahs-about-line-strong);
    box-shadow: none;
}

.ahs-about-intro__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.ahs-about-intro__intro-lead {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: rgba(15, 72, 142, 0.88);
}

/* Valeurs — bandeau */
.ahs-value-strip .ahs-value-cell {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    border: 1px solid var(--ahs-about-line);
    padding: 1rem 1.1rem;
    background: rgba(250, 173, 33, 0.06);
    height: 100%;
    transition: border-color 0.2s, background 0.2s;
}

.ahs-value-strip .ahs-value-cell:hover {
    border-color: rgba(241, 124, 42, 0.45);
    background: rgba(250, 173, 33, 0.09);
}

.ahs-value-strip .ahs-value-cell strong {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 1.05rem;
    color: #0f488e;
    margin-bottom: 0.25rem;
}

.ahs-value-strip .ahs-value-cell span {
    font-size: 0.875rem;
    line-height: 1.45;
    color: rgba(15, 72, 142, 0.76);
}

.ahs-value-cell__icon {
    flex-shrink: 0;
    width: 2.5rem;
    text-align: center;
    font-size: 1.25rem;
    color: #0f488e;
    line-height: 1.2;
    padding-top: 0.15rem;
}

.ahs-value-cell__text {
    min-width: 0;
}

.ahs-panel-side-img {
    border: 1px solid var(--ahs-about-line);
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

/* Mission / public */
.ahs-about-panel {
    border: 1px solid var(--ahs-about-line);
    padding: 1.5rem 1.35rem;
    background: rgba(250, 173, 33, 0.05);
    box-shadow: none;
}

.ahs-about-panel .ahs-panel-title {
    font-family: "Jost", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f488e;
    margin-bottom: 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid #f17c2a;
}

.ahs-about-panel ul {
    margin: 0;
    padding: 0;
}

.ahs-about-panel li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(15, 72, 142, 0.08);
    font-size: 0.9375rem;
    line-height: 1.5;
    color: rgba(15, 72, 142, 0.85);
}

.ahs-about-panel li:last-child {
    border-bottom: none;
}

.ahs-about-panel li .ahs-li-icon {
    flex-shrink: 0;
    width: 1.15rem;
    margin-top: 0.15rem;
    color: #f17c2a;
    text-align: center;
}

.ahs-about-panel .ahs-panel-title .fa {
    color: #f17c2a;
}

/* Équipe — cartes fixes (pas d'overlay au survol) */
.ahs-team-card {
    border: 1px solid var(--ahs-about-line);
    background: rgba(250, 173, 33, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s;
}

.ahs-team-card:hover {
    border-color: rgba(15, 72, 142, 0.28);
}

.ahs-team-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-bottom: 1px solid var(--ahs-about-line);
}

.ahs-team-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ahs-team-card__body {
    padding: 1.15rem 1.25rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ahs-team-card__body h3 {
    font-family: "Jost", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f488e;
    margin-bottom: 0.25rem;
}

.ahs-team-card__body .ahs-team-role {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #f17c2a;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.85rem;
}

.ahs-team-card__social {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.ahs-team-card__social .btn {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 1px solid var(--ahs-about-line);
    background: rgba(15, 72, 142, 0.06);
    color: #0f488e;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.ahs-team-card__social .btn:hover {
    background: #0f488e;
    border-color: #0f488e;
    color: #faad21;
}

.ahs-page-about .ahs-section-title.h3::after,
.ahs-page-about .ahs-section-title.h4::after {
    margin-top: 0.65rem;
}

.ahs-team-note {
    max-width: 32rem;
    margin-inline: auto;
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(15, 72, 142, 0.72);
}

/* Fin de page CTA */
.ahs-page-about .btn-primary {
    border-radius: 0;
}

.ahs-page-about .rounded,
.ahs-page-about .img-fluid.rounded {
    border-radius: 0 !important;
}
