/* ============================================================
   PAGE PUBLIQUE — ACTUALITÉS
   ============================================================ */

.news-page,
.news-article-page {
    background: #f7f2e8;
}

.news-kicker,
.news-date {
    margin: 0 0 10px;
    color: #d39b50;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

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

.news-hero {
    position: relative;
    overflow: hidden;
    padding: 66px 0 74px;
    background:
        radial-gradient(circle at 85% 18%, rgba(239, 189, 117, .18), transparent 23%),
        linear-gradient(145deg, #173f2e 0%, #244f3a 70%, #315d46 100%);
    color: #fff;
}

.news-shape {
    position: absolute;
    pointer-events: none;
}

.news-shape-one {
    left: -90px;
    bottom: -110px;
    width: 350px;
    height: 350px;
    border: 50px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
}

.news-shape-two {
    right: 7%;
    top: 38px;
    width: 190px;
    height: 95px;
    border: 18px solid rgba(239, 189, 117, .13);
    border-radius: 999px;
    transform: rotate(-13deg);
}

.news-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr .42fr;
    gap: 50px;
    align-items: center;
}

.news-hero-copy h1 {
    margin: 0;
    max-width: 780px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 5.5vw, 78px);
    font-style: italic;
    line-height: .94;
    letter-spacing: -.04em;
}

.news-hero-copy h1 span {
    display: block;
    color: #efbd75;
}

.news-hero-copy > p:last-child {
    max-width: 650px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    line-height: 1.72;
}

.news-hero-stamp {
    justify-self: end;
    width: 260px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    border-radius: 48% 52% 43% 57% / 53% 43% 57% 47%;
    background: #efd69d;
    color: #173f2e;
    transform: rotate(4deg);
    box-shadow: 0 20px 46px rgba(0, 0, 0, .18);
}

.news-hero-stamp span {
    margin-bottom: 9px;
    color: #b87d31;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.news-hero-stamp strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-style: italic;
    line-height: 1.05;
}

/* ---------- À LA UNE ---------- */

.news-featured-section {
    position: relative;
    padding: 50px 0 34px;
}

.news-featured {
    display: grid;
    grid-template-columns: 1.18fr .82fr;
    overflow: hidden;
    border-radius: 34px 10px 34px 10px;
    background: #fffdf8;
    box-shadow: 0 18px 44px rgba(42, 52, 44, .11);
}

.news-featured-media {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: #d8c8a2;
}

.news-featured-media img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.news-featured-label {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 9px 14px;
    border-radius: 999px;
    background: #173f2e;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.news-featured-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 42px;
}

.news-featured-copy h2 {
    margin: 0;
    color: #173f2e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4vw, 56px);
    font-style: italic;
    line-height: .98;
}

.news-summary {
    margin: 20px 0 0;
    color: #5b645d;
    line-height: 1.7;
}

.news-read-more,
.news-card-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: #1f6847;
    font-weight: 900;
    text-decoration: none;
}

.news-read-more {
    padding: 11px 18px;
    border-radius: 999px;
    background: #e8f0e9;
}

/* ---------- LISTE ---------- */

.news-list-section {
    position: relative;
    overflow: hidden;
    padding: 48px 0 84px;
}

.news-list-section::before {
    content: "";
    position: absolute;
    right: -120px;
    top: 160px;
    width: 340px;
    height: 340px;
    border-radius: 45% 55% 64% 36% / 45% 40% 60% 55%;
    background: rgba(36, 83, 58, .07);
}

.news-section-heading {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 48px;
    align-items: end;
    margin-bottom: 30px;
}

.news-section-heading h2,
.news-bottom h2 {
    margin: 0;
    color: #173f2e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 56px);
    font-style: italic;
    line-height: .98;
}

.news-section-heading h2 span,
.news-bottom h2 span {
    display: block;
    color: #d39b50;
}

.news-section-heading > p {
    margin: 0;
    color: #667067;
    line-height: 1.65;
}

.news-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.news-card {
    overflow: hidden;
    border-radius: 28px 9px 28px 9px;
    background: #fffdf8;
    box-shadow: 0 14px 34px rgba(42, 52, 44, .09);
    border: 1px solid rgba(30, 68, 47, .08);
}

.news-card:nth-child(3n + 2) {
    transform: translateY(22px);
}

.news-card-media {
    position: relative;
    height: 235px;
    overflow: hidden;
    background: #d8c8a2;
}

.news-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-number {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #173f2e;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.news-card-body {
    padding: 26px 26px 28px;
}

.news-card h3 {
    margin: 0;
    color: #173f2e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-style: italic;
    line-height: 1.05;
}

.news-card-summary {
    margin: 15px 0 0;
    color: #5b655d;
    font-size: 14px;
    line-height: 1.62;
}

.news-card-link {
    margin-top: 18px;
    padding-bottom: 3px;
    border-bottom: 2px solid currentColor;
    font-size: 13px;
}

.news-empty {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 34px;
    border-radius: 28px 9px 28px 9px;
    background: #fffdf8;
    box-shadow: 0 14px 34px rgba(42, 52, 44, .08);
}

.news-empty > span {
    font-size: 42px;
}

.news-empty h3 {
    margin: 0;
    color: #173f2e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-style: italic;
}

.news-empty p {
    margin: 7px 0 0;
    color: #667067;
}

/* ---------- BAS ---------- */

.news-bottom {
    padding: 64px 0;
    background: #e9d19c;
}

.news-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
}

.news-bottom p:last-child {
    max-width: 650px;
    margin: 18px 0 0;
    color: #645842;
    line-height: 1.68;
}

/* ---------- DÉTAIL ---------- */

.news-article-page {
    padding: 48px 0 80px;
}

.news-back {
    display: inline-flex;
    margin-bottom: 28px;
    color: #1f6847;
    font-weight: 800;
    text-decoration: none;
}

.news-article-head {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 34px;
    align-items: center;
    padding: 40px;
    border-radius: 34px 10px 34px 10px;
    background: #fffdf8;
    box-shadow: 0 18px 44px rgba(42, 52, 44, .10);
}

.news-article-head h1 {
    margin: 0;
    color: #173f2e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 68px);
    font-style: italic;
    line-height: .96;
}

.news-article-lead {
    margin: 22px 0 0;
    color: #5c655e;
    font-size: 17px;
    line-height: 1.7;
}

.news-article-image {
    overflow: hidden;
    min-height: 420px;
    border-radius: 26px 8px 26px 8px;
}

.news-article-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.news-article-content {
    width: min(850px, 100%);
    margin: 40px auto 0;
    padding: 34px 38px;
    border-radius: 26px 8px 26px 8px;
    background: #fffdf8;
    color: #4f5a52;
    font-size: 16px;
    line-height: 1.85;
    box-shadow: 0 12px 30px rgba(42, 52, 44, .07);
}

@media (max-width: 980px) {
    .news-hero-grid,
    .news-featured,
    .news-section-heading,
    .news-article-head {
        grid-template-columns: 1fr;
    }

    .news-hero-stamp {
        justify-self: start;
    }

    .news-grid {
        grid-template-columns: 1fr 1fr;
    }

    .news-card:nth-child(3n + 2) {
        transform: none;
    }

    .news-bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .news-hero {
        padding-top: 48px;
        padding-bottom: 54px;
    }

    .news-hero-stamp {
        width: 210px;
        min-height: 180px;
    }

    .news-featured-media,
    .news-featured-media img {
        min-height: 280px;
    }

    .news-featured-copy {
        padding: 30px 24px;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-card-media {
        height: 220px;
    }

    .news-bottom {
        padding: 50px 0;
    }

    .news-article-head {
        padding: 26px 22px;
    }

    .news-article-image,
    .news-article-image img {
        min-height: 280px;
    }

    .news-article-content {
        padding: 28px 22px;
    }
}
