.about-hero,
.about-press-link {
width: min(
var(--page-width),
calc(100% - 40px)
);

margin: 0 auto;

}

/* =========================
PAGE QUI PORTE LA MARCHE
========================= */

.about-hero {
padding: 55px 0 85px;
}

.about-hero h1 {
max-width: 900px;

margin: 0 0 34px;

color: var(--black);

font-size: clamp(52px, 8vw, 88px);
font-weight: 800;

line-height: .94;
letter-spacing: -4px;

}

/* Petit trait sous le titre */

.about-hero h1::after {
content: "";

display: block;

width: 96px;
height: 9px;

margin-top: 30px;

background: var(--green);

}

/* =========================
INTRODUCTION
========================= */

.about-intro {
max-width: 96vw;

margin-top: 45px;
margin-left: 4vw;
margin-right: 4vw;
text-align: justify;

}

.about-intro p {
margin: 0 0 26px;

color: #454945;

font-size: 19px;
line-height: 1.65;

}

.about-intro p:last-child {
margin-bottom: 0;
}

.about-intro .about-lead {
color: var(--black);

font-size: 25px;
font-weight: 700;

line-height: 1.35;

}

/* =========================
CARTES DES PERSONNES
========================= */

.about-intro .team-grid {
width: 100%;

margin: 48px 0 48px;

display: grid;

grid-template-columns:
    repeat(4, minmax(0, 1fr));

gap: 18px;

}

.about-intro .person-card {
min-width: 0;

padding: 0 0 9px;

border-bottom: 1px solid var(--border);

}

.about-intro .person-photo {
width: 100%;

aspect-ratio: 4 / 3;

margin-bottom: 10px;

display: grid;
place-items: center;

background: var(--green-soft);

border: 1px solid #d4e8cd;

color: var(--green-dark);

overflow: hidden;

}

.about-intro .person-photo img {
width: 100%;
height: 100%;

display: block;

object-fit: cover;

}

.about-intro .person-photo span {
color: var(--green-dark);

font-size: 13px;
font-weight: 800;

letter-spacing: .08em;
text-transform: uppercase;

}

.about-intro .person-card h3 {
margin: 0;
color: #8c8c8c;
font-size: 12px;
font-weight: 600;
line-height: 0.9;
letter-spacing: -.6px;
padding-left: 1.5px;
}

/* =========================
SECTION PRESSE
========================= */

.about-press-link {
margin-bottom: 90px;

padding: 34px;

display: flex;
align-items: center;
justify-content: space-between;

gap: 40px;

background: var(--green-soft);

border: 1px solid #d4e8cd;

}

.about-press-link .press-section-label {
display: block;

margin-bottom: 15px;

color: var(--green-dark);

font-size: 14px;
font-weight: 900;

letter-spacing: .18em;

text-transform: uppercase;

}

.about-press-link h2 {
margin: 0 0 12px;

color: var(--black);

font-size: 32px;
font-weight: 800;

line-height: 1.05;
letter-spacing: -1.2px;

}

.about-press-link p {
max-width: 560px;

margin: 0;

color: var(--grey);

font-size: 17px;
line-height: 1.55;

}

/* =========================
BOUTON PRESSE
========================= */

.about-press-button {
position: relative;

flex-shrink: 0;

display: inline-flex;
align-items: center;

gap: 20px;

padding: 15px 20px;

background: var(--coral);
color: white;

font-size: 16px;
font-weight: 900;

text-decoration: none;

}

.about-press-button.is-disabled {
background: #e5e4df;

color: #96968f;

cursor: default;
pointer-events: none;

}

.about-press-button.is-disabled svg {
color: #96968f;

opacity: .65;

}

.about-press-button .action-coming-soon {
position: absolute;

top: -11px;
right: 14px;

padding: 4px 8px 3px;

border: 1.5px solid #c96b57;

background: rgba(255, 255, 255, .3);

color: #c96b57;

font-size: 10px;
font-weight: 700;

line-height: 1;

letter-spacing: .11em;

text-transform: uppercase;

transform: rotate(-4deg);

}

/* =========================
TABLETTE
========================= */

@media (max-width: 1000px) {

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

    row-gap: 35px;
}

}

/* =========================
MOBILE
========================= */

@media (max-width: 760px) {

.about-hero,
.about-press-link {
    width: calc(100% - 48px);
}


/* ---------- HERO ---------- */

.about-hero {
    padding: 58px 0 65px;
}

.about-hero h1 {
    margin: 0 0 30px;

    font-size: 52px;
    line-height: .96;

    letter-spacing: -2.8px;
}

.about-hero h1::after {
    width: 96px;
    height: 9px;

    margin-top: 27px;
}


/* ---------- TEXTE ---------- */

.about-intro {
    margin-top: 42px;
}

.about-intro p {
    margin-bottom: 25px;

    font-size: 18px;
    line-height: 1.65;
}

.about-intro .about-lead {
    font-size: 22px;
    line-height: 1.35;
}


/* ---------- CARTES ---------- */

.about-intro .team-grid {
    width: 100%;

    margin: 42px 0 42px;

    display: grid;

    grid-template-columns: 1fr;

    gap: 0;
}

.about-intro .person-card {
    padding: 25px 0;

    border-top: 1px solid var(--border);
    border-bottom: 0;
}

.about-intro .person-card:first-child {
    padding-top: 0;

    border-top: 0;
}

.about-intro .person-card:last-child {
    border-bottom: 1px solid var(--border);
}

.about-intro .person-photo {
    width: 108px;
    height: 108px;

    aspect-ratio: 1 / 1;

    margin: 0 18px 0 0;

    float: left;
}

.about-intro .person-card {
    min-height: 133px;
}

.about-intro .person-card h3 {
    padding-top: 8px;

    font-size: 22px;
    line-height: 1.15;
}

.about-intro .person-card::after {
    content: "";

    display: block;

    clear: both;
}


/* ---------- PRESSE ---------- */

.about-press-link {
    margin-bottom: 65px;

    padding: 28px 22px;

    display: block;
}

.about-press-link h2 {
    font-size: 30px;
}

.about-press-link p {
    font-size: 16px;
}

.about-press-button {
    width: 100%;

    margin-top: 25px;

    justify-content: space-between;
}

}

/* =========================
PETIT MOBILE
========================= */

@media (max-width: 480px) {

.about-hero,
.about-press-link {
    width: calc(100% - 48px);
}

.about-hero {
    padding-top: 50px;
}

.about-hero h1 {
    font-size: 48px;
    letter-spacing: -2.5px;
}

.about-intro p {
    font-size: 17px;
}

.about-intro .about-lead {
    font-size: 21px;
}

.about-intro .person-photo {
    width: 96px;
    height: 96px;

    margin-right: 16px;
}

.about-intro .person-card {
    min-height: 121px;
}

.about-intro .person-card h3 {
    padding-top: 5px;

    font-size: 20px;
}

}