/* ============================================================
   PAGE PUBLIQUE — PRODUCTEURS LOCAUX
   ============================================================ */

.producers-page {
    background: #f7f2e8;
}

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

.producers-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 72px;
    background:
        radial-gradient(circle at 8% 12%, rgba(228, 190, 119, .22), transparent 24%),
        linear-gradient(150deg, #173f2e 0%, #244f3a 72%, #315d46 100%);
    color: #fff;
}

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

.producers-hero-shape-one {
    right: -85px;
    top: -80px;
    width: 310px;
    height: 310px;
    border: 42px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
}

.producers-hero-shape-two {
    left: 42%;
    bottom: -95px;
    width: 250px;
    height: 180px;
    border-radius: 54% 46% 38% 62% / 52% 42% 58% 48%;
    background: rgba(235, 186, 108, .12);
    transform: rotate(-14deg);
}

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

.producers-hero-copy h1 {
    margin: 0;
    max-width: 680px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5vw, 72px);
    font-style: italic;
    line-height: .95;
    letter-spacing: -.04em;
}

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

.producers-hero-copy > p:last-child {
    max-width: 610px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    line-height: 1.7;
}

.producers-hero-visual {
    position: relative;
    min-height: 470px;
}

.producers-hero-visual > img {
    position: absolute;
    inset: 0 45px 35px 0;
    width: calc(100% - 45px);
    height: calc(100% - 35px);
    object-fit: cover;
    border-radius: 34px 10px 34px 10px;
    box-shadow: 0 22px 48px rgba(0, 0, 0, .24);
}

.producers-hero-note {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(270px, 68%);
    padding: 20px 22px;
    border-radius: 24px 8px 24px 8px;
    background: #f1dfb9;
    color: #173f2e;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.producers-hero-note strong {
    display: block;
    margin-bottom: 6px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-style: italic;
}

.producers-hero-note span {
    font-size: 12px;
    line-height: 1.5;
}

.producers-philosophy {
    padding: 52px 0 30px;
}

.producers-philosophy-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 20px;
}

.producers-philosophy-card,
.producers-honey-card {
    position: relative;
    overflow: hidden;
    padding: 36px 38px;
    border-radius: 30px 9px 30px 9px;
    box-shadow: 0 14px 34px rgba(42, 52, 44, .09);
}

.producers-philosophy-card {
    background: #fffdf8;
}

.producers-philosophy-card::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -65px;
    width: 190px;
    height: 190px;
    border: 26px solid rgba(211, 155, 80, .12);
    border-radius: 50%;
}

.producers-philosophy-card h2,
.producers-honey-card h2,
.producers-section-heading h2,
.producers-final h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    letter-spacing: -.025em;
    line-height: 1;
}

.producers-philosophy-card h2 {
    color: #173f2e;
    font-size: clamp(34px, 4vw, 52px);
}

.producers-philosophy-card h2 span {
    display: block;
    color: #d39b50;
}

.producers-philosophy-card > p:last-child {
    max-width: 650px;
    margin: 22px 0 0;
    color: #596159;
    line-height: 1.7;
}

.producers-honey-card {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 0;
    align-items: stretch;
    padding: 0;
    background: #e9d19c;
}

.producers-honey-photo {
    min-height: 100%;
    overflow: hidden;
    border-radius: 30px 0 0 9px;
    background: #d8b873;
}

.producers-honey-photo img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.producers-honey-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 34px;
}

.producers-honey-card h2 {
    color: #173f2e;
    font-size: clamp(28px, 3vw, 40px);
}

.producers-honey-card p:last-child {
    margin: 14px 0 0;
    color: #5b513e;
    line-height: 1.65;
}

.producers-list-section {
    position: relative;
    overflow: hidden;
    padding: 42px 0 78px;
}

.producers-list-section::before {
    content: "";
    position: absolute;
    left: -120px;
    top: 160px;
    width: 320px;
    height: 320px;
    border-radius: 44% 56% 63% 37% / 46% 39% 61% 54%;
    background: rgba(37, 86, 60, .07);
}

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

.producers-section-heading h2 {
    color: #173f2e;
    font-size: clamp(36px, 4vw, 55px);
}

.producers-section-heading h2 span {
    display: block;
    color: #d39b50;
}

.producers-section-heading > p {
    margin: 0 0 4px;
    color: #667067;
    font-size: 14px;
    line-height: 1.65;
}

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

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

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

.producer-card.is-featured {
    background: #f1e2bd;
}

.producer-card-media {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #d8c9a4;
}

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

.producer-card-number,
.producer-card-featured {
    position: absolute;
    top: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}

.producer-card-number {
    left: 16px;
    background: #173f2e;
    color: #fff;
}

.producer-card-featured {
    right: 16px;
    background: #f3c47c;
    color: #173f2e;
}

.producer-card-body {
    position: relative;
    padding: 26px 26px 28px;
}

.producer-logo {
    width: 74px;
    height: 74px;
    margin-top: -62px;
    margin-bottom: 16px;
    padding: 7px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 24px rgba(30, 45, 36, .16);
}

.producer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.producer-category {
    margin: 0 0 8px;
    color: #c58e43;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}

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

.producer-location {
    margin: 10px 0 0;
    color: #2f6b4a;
    font-size: 12px;
    font-weight: 800;
}

.producer-description {
    margin: 15px 0 0;
    color: #5b655d;
    font-size: 14px;
    line-height: 1.6;
}

.producer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.producer-links a {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #e9efe9;
    color: #1f6042;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.producer-links a:hover {
    background: #dce8de;
}

.producers-empty {
    position: relative;
    z-index: 1;
    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);
}

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

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

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

.producers-final {
    padding: 62px 0;
    background: linear-gradient(174deg, #173f2e 0 76%, #244f3a 76% 100%);
    color: #fff;
}

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

.producers-final h2 {
    font-size: clamp(34px, 4vw, 52px);
}

.producers-final h2 span {
    display: block;
    color: #efbd75;
}

.producers-final p:last-child {
    max-width: 650px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .78);
    line-height: 1.65;
}

@media (max-width: 980px) {
    .producers-hero-grid,
    .producers-philosophy-grid,
    .producers-section-heading {
        grid-template-columns: 1fr;
    }

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

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

    .producers-final-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .producers-hero {
        padding-top: 42px;
        padding-bottom: 52px;
    }

    .producers-hero-visual {
        min-height: 340px;
    }

    .producers-hero-visual > img {
        inset: 0 22px 28px 0;
        width: calc(100% - 22px);
        height: calc(100% - 28px);
    }

    .producers-philosophy-card,
    .producers-honey-card {
        padding: 28px 24px;
    }

    .producers-honey-card {
        grid-template-columns: 1fr;
    }

    .producers-honey-photo {
        min-height: 260px;
        border-radius: 24px 8px 0 0;
    }

    .producers-honey-photo img {
        min-height: 260px;
    }

    .producers-honey-content {
        padding: 28px 24px 30px;
    }

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

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

    .producers-final {
        padding: 50px 0;
    }
}
