/* =========================================
   NOTRE CONCEPT — TruffesPasCher.fr
   CSS rangé et nettoyé
========================================= */

/* =============================
   Base
============================= */

.concept-page {
    background: #f7f1e6;
    color: #3b3026;
}

.concept-container {
    width: min(100% - 40px, 1180px);
    margin: 0 auto;
}

.concept-eyebrow {
    display: inline-flex;
    margin: 0 0 13px;
    color: #b07a27;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.concept-richtext p {
    margin: 0 0 16px;
    color: #66594d;
    font-size: 16px;
    line-height: 1.75;
}

.concept-richtext p:last-child {
    margin-bottom: 0;
}

.concept-richtext strong {
    color: #24180f;
    font-weight: 900;
}


/* =============================
   Hero
============================= */

.concept-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 36%, rgba(216, 180, 106, .16), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(255, 250, 241, .07), transparent 24%),
        linear-gradient(135deg, #24180f 0%, #110b07 54%, #080604 100%);
    color: #fff;
}

.concept-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216, 180, 106, .34), transparent);
}

.concept-hero-bg,
.concept-cta {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.concept-hero-bg {
    position: absolute;
    inset: 0;
    transform: scale(1.035);
    background-color: #17120d;
    background-image:
        radial-gradient(circle at 18% 36%, rgba(216, 180, 106, .18), transparent 28%),
        linear-gradient(135deg, #2a1b10, #0e0906);
    opacity: .90;
    filter: brightness(1.15) saturate(1.08) contrast(1.03);
}

.concept-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7,5,3,.05) 0%, rgba(7,5,3,.10) 50%, rgba(7,5,3,.28) 100%),
        linear-gradient(90deg, rgba(7,5,3,.45) 0%, rgba(7,5,3,.18) 50%, rgba(7,5,3,.05) 100%);
}

.concept-hero-content {
    position: relative;
    z-index: 2;
    width: min(100% - 56px, 1180px);
    max-width: 1080px;
    margin: 0 auto;
    left: -200px;
    top: 60px;
    transform: translateY(90px);
}

.concept-hero .concept-eyebrow {
    margin-bottom: 16px;
    color: #d8b46a;
    font-size: 10px;
    letter-spacing: .20em;
}

.concept-hero-content h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #d8b46a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(14px, 1.5vw, 24px);
    font-weight: 300;
    line-height: .88;
    letter-spacing: -.025em;
    text-shadow: 0 2px 10px rgba(0,0,0,.40);
}

.concept-hero-content > p:not(.concept-eyebrow) {
    max-width: 620px;
    margin: 0 0 30px;
    color: rgba(255,250,241,.92);
    font-size: clamp(14px, .85vw, 16px);
    line-height: 1.8;
    font-weight: 400;
}

.concept-hero-btn,
.concept-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(216, 180, 106, .72);
    background: #d8b46a;
    color: #17120c;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: 0 16px 35px rgba(0,0,0,.24);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.concept-hero-btn:hover,
.concept-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(0,0,0,.30);
}


/* =============================
   Titres de section
============================= */

.concept-section-title {
    max-width: 840px;
    margin: 0 auto 46px;
    text-align: center;
}

.concept-section-title h2,
.concept-freshness-content h2,
.concept-cta-content h2 {
    margin: 0 0 22px;
    color: #21180f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.2vw, 48px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.concept-section-title h2 {
    margin-bottom: 14px;
}

.concept-section-title > p:not(.concept-eyebrow) {
    color: #6f6254;
    font-size: 17px;
    line-height: 1.65;
}


/* =============================
   Notre approche — manifeste
============================= */

.concept-manifesto {
    position: relative;
    overflow: hidden;
    padding: 20px 0 20px;
    background:
        radial-gradient(circle at 50% -10%, rgba(216,180,106,.20), transparent 34%),
        linear-gradient(180deg, #fbf7ef 0%, #f6efe3 100%);
}

.concept-manifesto::before,
.concept-manifesto::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(216,180,106,.08);
    pointer-events: none;
}

.concept-manifesto::before {
    left: -150px;
    top: 70px;
}

.concept-manifesto::after {
    right: -170px;
    bottom: -120px;
}

.concept-manifesto-inner {
    position: relative;
    z-index: 1;
    width: min(100% - 44px, 1040px);
    margin: 0 auto;
    text-align: center;
}

.concept-manifesto-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 18px;
    color: #b07a27;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .30em;
    text-transform: uppercase;
}

.concept-manifesto-kicker::before,
.concept-manifesto-kicker::after {
    content: "";
    width: 34px;
    height: 1px;
    margin: 0 14px;
    background: rgba(176,122,39,.42);
}

.concept-manifesto h2 {
    max-width: 830px;
    margin: 0 auto 44px;
    color: #21180f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 66px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.055em;
}

.concept-manifesto-text {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding: 42px 56px 46px;
    border: 1px solid rgba(176,122,39,.14);
    border-radius: 34px;
    background: rgba(255,250,242,.56);
    box-shadow: 0 24px 70px rgba(55,38,22,.08);
    backdrop-filter: blur(4px);
}

.concept-manifesto-text::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 132px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #d8b46a, transparent);
}

.concept-manifesto-text p {
    max-width: 690px;
    margin: 0 auto 22px;
    color: #5c5147;
    font-size: 17px;
    line-height: 1.82;
    text-align: left;
}

.concept-manifesto-text p:first-child {
    text-align: center;
    font-size: 18px;
    color: #4f443b;
}

.concept-manifesto-text p:last-child {
    margin-bottom: 0;
}

.concept-manifesto-text strong {
    color: #21180f;
    font-weight: 950;
}

.concept-manifesto-highlight {
    position: relative;
    max-width: 680px;
    margin: 44px auto;
    padding: 32px 38px 34px;
    text-align: center;
    border-top: 1px solid rgba(176,122,39,.28);
    border-bottom: 1px solid rgba(176,122,39,.28);
    color: #b07a27;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 1.42;
}

.concept-manifesto-highlight::before {
    content: "❦";
    display: block;
    margin: 0 auto 12px;
    color: #d8b46a;
    font-size: 25px;
    line-height: 1;
}

.concept-manifesto-highlight strong {
    display: block;
    margin-top: 4px;
    color: #21180f;
    font-weight: 400;
}


/* =============================
   Réseau européen — image simple
============================= */

.concept-network-section {
    padding: 5px 0 5px;
    background: #f4ebdb;
}

.concept-network-card {
    display: block;
    width: min(100% - 40px, 1180px);
    min-height: 0;
    padding: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.concept-network-image-wrap {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 28px;
    background: transparent;
    box-shadow: none;
}

.concept-network-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    border: 0;
    border-radius: 28px;
    box-shadow: none;
}

.concept-network-overlay {
    position: absolute;
    z-index: 5;
    left: clamp(28px, 4.6vw, 72px);
    top: clamp(34px, 5vw, 78px);
    width: min(25%, 350px);
    max-width: 360px;
    color: #fffaf1;
    text-align: left;
    pointer-events: none;
}

.concept-network-kicker {
    margin: 0 0 clamp(14px, 2.1vw, 28px);
    color: #d8b46a;
    font-size: clamp(9px, .82vw, 13px);
    font-weight: 900;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.concept-network-overlay h2 {
    position: relative;
    margin: 0 0 clamp(24px, 3.2vw, 42px);
    padding-bottom: clamp(18px, 2vw, 30px);
    color: #fffaf1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.2vw, 52px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
    text-shadow: 0 2px 12px rgba(0,0,0,.36);
}

.concept-network-overlay h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: clamp(42px, 4vw, 70px);
    height: 2px;
    border-radius: 999px;
    background: #d8b46a;
}

.concept-network-text,
.concept-network-text p {
    margin: 0;
    color: rgba(255,250,241,.88);
    font-size: clamp(13px, 1vw, 17px);
    line-height: 1.62;
    font-weight: 400;
}

.concept-network-text p + p {
    margin-top: 18px;
}


/* =============================
   Parcours de la truffe
============================= */

.concept-journey-section {
    padding: 10px 0 40px;
    background:
        radial-gradient(circle at top left, rgba(216,180,106,.13), transparent 32%),
        linear-gradient(180deg, #fbf7ef 0%, #f2eadc 100%);
}

.concept-steps {
    display: grid;
    gap: 34px;
}

.concept-step-row {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: stretch;
    min-height: 410px;
    overflow: hidden;
    border: 1px solid rgba(184,145,75,.20);
    border-radius: 34px;
    background: #fffaf2;
    box-shadow: 0 24px 66px rgba(50,37,25,.12);
}

.concept-step-row.is-reversed {
    grid-template-columns: .8fr 1.2fr;
}

.concept-step-row.is-reversed .concept-step-media {
    order: 2;
}

.concept-step-row.is-reversed .concept-step-content {
    order: 1;
}

.concept-step-media {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    background: linear-gradient(135deg, #3a2a1c, #15100b);
}

.concept-step-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8,6,4,.02) 0%, rgba(8,6,4,.10) 48%, rgba(8,6,4,.42) 100%),
        linear-gradient(90deg, rgba(8,6,4,.20), transparent 48%);
    pointer-events: none;
}

.concept-step-media img,
.concept-step-placeholder {
    width: 100%;
    height: 100%;
    min-height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    object-position: center;
    color: rgba(255,244,222,.36);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 78px);
    transition: transform 800ms ease, filter 800ms ease;
}

.concept-step-row:hover .concept-step-media img {
    transform: scale(1.055);
    filter: saturate(1.06) contrast(1.04);
}

.concept-step-placeholder {
    padding: 34px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    line-height: .92;
    letter-spacing: -.055em;
    opacity: .42;
}

.concept-step-media img {
    display: block;
}

.concept-step-number {
    display: none !important;
}

.concept-step-content {
    position: relative;
    padding: clamp(34px, 5vw, 72px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.concept-step-content::before {
    content: "";
    position: absolute;
    left: clamp(34px, 5vw, 72px);
    top: clamp(28px, 4vw, 52px);
    width: 64px;
    height: 1px;
    background: rgba(192,138,46,.72);
}

.concept-step-content h3 {
    max-width: 520px;
    margin: 0 0 18px;
    color: #21180f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.2vw, 48px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.concept-step-content p {
    max-width: 560px;
    margin: 0;
    color: #6f6254;
    font-size: 16px;
    line-height: 1.78;
}


/* =============================
   Fraîcheur garantie
============================= */

.concept-freshness-section {
    padding: 96px 0;
    background: #21180f;
    color: #fffaf1;
}

.concept-freshness-section .concept-container {
    width: min(100% - 40px, 1450px);
}

.concept-freshness-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 58px;
    align-items: center;
}

.concept-freshness-media {
    min-height: 500px;
    overflow: hidden;
    border-radius: 32px;
    background: #120c08;
}

.concept-freshness-media img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.concept-freshness-content h2 {
    color: #fffaf1;
}

.concept-freshness-content .concept-richtext p {
    color: rgba(255,250,241,.82);
}

.concept-freshness-content .concept-richtext strong {
    color: #f7dfaa;
}


/* =============================
   Prix plus justes
============================= */

.concept-difference-section {
    padding: 92px 0;
    background:
        radial-gradient(circle at top left, rgba(216,180,106,.13), transparent 32%),
        linear-gradient(180deg, #fbf7ef 0%, #f2eadc 100%);
}

.concept-difference-section .concept-container {
    width: min(100% - 40px, 1280px);
}

.concept-difference-hero-image {
    margin: 0 auto 42px;
    overflow: hidden;
    border-radius: 32px;
    background: #21180f;
    box-shadow: 0 24px 70px rgba(45, 34, 23, .14);
}

.concept-difference-hero-image img {
    display: block;
    width: 100%;
    height: clamp(360px, 45vw, 620px);
    object-fit: cover;
    object-position: center;
}

.concept-difference-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
}

.concept-difference-card {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.concept-difference-card h3 {
    margin: 0 0 8px;
    color: #21180f;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.25;
}

.concept-difference-card p {
    margin: 0;
    color: #6f6254;
    font-size: 15px;
    line-height: 1.55;
}

.concept-difference-image,
.concept-difference-body {
    display: contents;
}


/* =============================
   CTA final
============================= */

.concept-cta {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #21180f;
}

.concept-cta-shade {
    position: absolute;
    inset: 0;
    background: rgba(8,6,4,.56);
}

.concept-cta-content {
    position: relative;
    z-index: 2;
    width: min(100% - 44px, 820px);
    margin: 0 auto;
    text-align: center;
    color: #fffaf1;
}

.concept-cta-content h2 {
    color: #fffaf1;
}

.concept-cta-content p:not(.concept-eyebrow) {
    max-width: 620px;
    margin: 0 auto 26px;
    color: rgba(255,250,241,.88);
    font-size: 17px;
    line-height: 1.7;
}


/* =============================
   Admin Notre Concept
============================= */

.admin-concept-page {
    background: #f7f3ec;
}

.admin-concept-shell {
    padding: 42px 0 80px;
}

.admin-concept-header {
    margin-bottom: 26px;
}

.admin-concept-header h1 {
    margin: 0 0 8px;
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: 400;
}

.admin-concept-header p {
    max-width: 820px;
    color: #6f6254;
}

.admin-concept-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 22px;
    align-items: start;
}

.admin-concept-nav,
.admin-concept-panel {
    padding: 20px;
    border: 1px solid #eadfce;
    border-radius: 24px;
    background: #fffaf2;
    box-shadow: 0 16px 42px rgba(36,29,21,.08);
}

.admin-concept-nav {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 8px;
}

.admin-concept-tab {
    padding: 12px 14px;
    border: 1px solid #eadfce;
    border-radius: 14px;
    background: #fbf8f3;
    color: #3b3026;
    cursor: pointer;
    text-align: left;
    font-weight: 900;
}

.admin-concept-tab.active {
    background: #fff1cf;
    border-color: #c08a2e;
    color: #24180f;
}

.admin-concept-panel {
    display: none;
}

.admin-concept-panel.active {
    display: block;
}

.admin-concept-panel h2 {
    margin: 0 0 18px;
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: 400;
}

.admin-concept-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.admin-field {
    display: grid;
    gap: 7px;
}

.admin-field.full {
    grid-column: 1 / -1;
}

.admin-field label {
    color: #4c4035;
    font-size: 13px;
    font-weight: 900;
}

.admin-field input,
.admin-field textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #d8cab5;
    border-radius: 12px;
    background: #fff;
    color: #24180f;
    font: inherit;
}

.admin-field textarea {
    min-height: 110px;
    resize: vertical;
}

.admin-upload-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.admin-small-btn,
.admin-main-btn {
    padding: 11px 16px;
    border: 0;
    border-radius: 999px;
    background: #2b2118;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
}

.admin-small-btn.secondary,
.admin-main-btn.secondary {
    background: #d9c7aa;
    color: #2b2118;
}

.admin-small-btn.danger {
    background: #8c2d24;
}

.admin-repeat-list {
    display: grid;
    gap: 14px;
}

.admin-repeat-item {
    padding: 14px;
    border: 1px solid #eadfce;
    border-radius: 18px;
    background: #fbf8f3;
}

.admin-repeat-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.admin-actions-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.admin-status {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 99999;
    padding: 13px 18px;
    border-radius: 999px;
    background: #24180f;
    color: #fff;
    font-weight: 900;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

.admin-status.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.admin-status.error {
    background: #8c2d24;
}


/* =============================
   Responsive
============================= */

@media (min-width: 1200px) {
    .concept-hero-content {
        padding-left: 18px;
    }
}

@media (max-width: 1050px) {
    .concept-step-row,
    .concept-step-row.is-reversed,
    .concept-freshness-grid,
    .admin-concept-layout {
        grid-template-columns: 1fr;
    }

    .concept-step-row.is-reversed .concept-step-media,
    .concept-step-row.is-reversed .concept-step-content {
        order: initial;
    }

    .concept-freshness-media {
        min-height: 420px;
    }

    .admin-concept-nav {
        position: static;
    }
}

@media (max-width: 900px) {
    .concept-hero {
        min-height: 520px;
        align-items: flex-end;
    }

    .concept-hero-content {
        width: min(100% - 40px, 1180px);
        padding: 0 0 54px;
        left: auto;
        top: auto;
        transform: none;
    }

    .concept-hero-content h1 {
        max-width: 620px;
        font-size: clamp(34px, 8vw, 52px);
    }

    .concept-difference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .concept-difference-hero-image img {
        height: clamp(280px, 56vw, 460px);
    }
}

@media (max-width: 768px) {
    .concept-manifesto {
        padding:28px 0 22px;
    }

    .concept-manifesto-inner {
        width: min(100% - 30px, 1040px);
    }

    .concept-manifesto-kicker {
        font-size: 10px;
        letter-spacing: .24em;
    }

    .concept-manifesto-kicker::before,
    .concept-manifesto-kicker::after {
        width: 22px;
        margin: 0 10px;
    }

    .concept-manifesto h2 {
        margin-bottom: 30px;
        font-size: clamp(34px, 10vw, 42px);
        line-height: 1.04;
    }

    .concept-manifesto-text {
        padding: 30px 22px 34px;
        border-radius: 24px;
    }

    .concept-manifesto-text p,
    .concept-manifesto-text p:first-child {
        font-size: 15.5px;
        line-height: 1.75;
        text-align: left;
    }

    .concept-manifesto-highlight {
        margin: 34px auto;
        padding: 26px 12px 28px;
        font-size: 25px;
    }

    .concept-network-section {
        padding:8px 0 18px;
    }

    .concept-network-card {
        width: min(100% - 24px, 1180px);
    }

    .concept-network-image-wrap,
    .concept-network-image {
        border-radius: 20px;
    }
}

@media (max-width: 640px) {
    .concept-hero {
        min-height: 500px;
    }

    .concept-hero-content {
        width: min(100% - 32px, 1180px);
        padding-bottom: 46px;
    }

    .concept-hero-content h1 {
        font-size: clamp(31px, 10vw, 42px);
        line-height: 1.03;
    }

    .concept-manifesto,
    .concept-journey-section,
    .concept-difference-section,
    .concept-freshness-section {
        padding: 64px 0;
    }

    .concept-step-row {
        min-height: 0;
        border-radius: 26px;
    }

    .concept-step-media,
    .concept-step-media img,
    .concept-step-placeholder {
        min-height: 260px;
    }

    .concept-step-content {
        padding: 34px 26px 38px;
    }

    .concept-step-content::before {
        left: 26px;
        top: 24px;
    }

    .concept-step-content h3 {
        font-size: 34px;
    }

    .concept-step-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    .concept-freshness-section .concept-container,
    .concept-difference-section .concept-container {
        width: min(100% - 28px, 1280px);
    }

    .concept-difference-grid {
        grid-template-columns: 1fr;
    }

    .concept-difference-hero-image {
        margin-bottom: 30px;
        border-radius: 22px;
    }

    .concept-difference-hero-image img {
        height: 260px;
    }

    .admin-concept-form-grid {
        grid-template-columns: 1fr;
    }
}



/* =========================================================
   HERO CONCEPT — DESKTOP + MOBILE
========================================================= */

@keyframes conceptHeroItemDrop {
    0% {
        opacity: 0;
        transform: translateY(-42px);
    }

    72% {
        opacity: 1;
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Image plus claire, mais texte protégé par les ombres */
.concept-hero-bg {
    filter: brightness(1.14) saturate(1.08) contrast(1.02);
}

/* Image seule au début */
.concept-hero .concept-eyebrow,
.concept-hero-content h1,
.concept-hero-content > p:not(.concept-eyebrow),
.concept-hero-btn {
    opacity: 0;
    transform: translateY(-42px);
    will-change: opacity, transform;
}

/* Arrivée progressive */
.concept-hero .concept-eyebrow {
    animation: conceptHeroItemDrop .85s cubic-bezier(.16,.84,.32,1) 1.45s both;
}

.concept-hero-content h1 {
    animation: conceptHeroItemDrop .90s cubic-bezier(.16,.84,.32,1) 1.85s both;
}

.concept-hero-content > p:not(.concept-eyebrow) {
    animation: conceptHeroItemDrop .90s cubic-bezier(.16,.84,.32,1) 2.25s both;
}

.concept-hero-btn {
    animation: conceptHeroItemDrop .90s cubic-bezier(.16,.84,.32,1) 2.65s both;
}

/* Desktop */
@media (min-width: 769px) {
    .concept-hero {
        min-height: 640px;
    }

    .concept-hero-content {
        left: -215px;
        top: auto;
        transform: none;
        padding-top: 275px;
        animation: none;
    }

    .concept-hero-content h1 {
        max-width: 620px;
        margin-bottom: 15px;
        font-size: clamp(18px, 1.35vw, 25px);
        line-height: 1.05;
    }

    .concept-hero-content > p:not(.concept-eyebrow) {
        max-width: 520px;
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 1.65;
    }

    .concept-hero-btn {
        min-height: 40px;
        padding: 0 22px;
        font-size: 10px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .concept-hero {
        min-height: 720px;
        align-items: flex-end;
    }

    /*
       IMPORTANT ici est volontaire :
       concept.js injecte l'image desktop en inline-style via data-field-bg.
       Sans !important, le background-image mobile ne peut pas écraser l'image desktop.
    */
    .concept-hero-bg {
        background-image:
            linear-gradient(135deg, rgba(255,255,255,.05), rgba(0,0,0,.03)),
            url("../images/concept_images/concept-hero-mobile.png") !important;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        filter: brightness(1.32) saturate(1.12) contrast(1.02);
        opacity: 1;
    }

    .concept-hero-shade {
        background:
            linear-gradient(
                90deg,
                rgba(0,0,0,.34) 0%,
                rgba(0,0,0,.18) 34%,
                rgba(0,0,0,.06) 66%,
                rgba(0,0,0,0) 100%
            ),
            linear-gradient(
                180deg,
                rgba(7,5,3,.00) 0%,
                rgba(7,5,3,.03) 45%,
                rgba(7,5,3,.18) 100%
            );
    }

    .concept-hero-content {
        width: calc(100% - 40px);
        max-width: 320px;
        margin: 0;
        left: 22px;
        top: auto;
        transform: none;
        padding: 0 0 58px;
        animation: none;
    }

    .concept-hero .concept-eyebrow {
        margin-bottom: 9px;
        color: #f3d99a;
        font-size: 8px;
        letter-spacing: .17em;
        text-shadow: 0 2px 8px rgba(0,0,0,.95);
    }

    .concept-hero-content h1 {
        max-width: 230px;
        margin: 0 0 11px;
        color: #f3d28b;
        font-size: 1.38rem;
        font-weight: 500;
        line-height: 1.08;
        letter-spacing: -.015em;
        -webkit-text-stroke: .35px rgba(0,0,0,.45);
        text-shadow:
            0 2px 2px rgba(0,0,0,.95),
            0 4px 8px rgba(0,0,0,.90),
            0 8px 18px rgba(0,0,0,.70),
            0 0 26px rgba(0,0,0,.45);
    }

    .concept-hero-content > p:not(.concept-eyebrow) {
        max-width: 245px;
        margin: 0 0 17px;
        color: #fff;
        font-size: .78rem;
        line-height: 1.55;
        text-shadow:
            0 2px 8px rgba(0,0,0,.95),
            0 0 14px rgba(0,0,0,.75);
    }

    .concept-hero-btn {
        min-height: 38px;
        padding: 0 18px;
        font-size: .62rem;
        letter-spacing: .07em;
        box-shadow: 0 12px 28px rgba(0,0,0,.25);
    }
}

@media (max-width: 480px) {
    .concept-hero {
        min-height: 690px;
    }

    .concept-hero-content {
        left: 20px;
        max-width: 292px;
        padding-bottom: 54px;
    }

    .concept-hero-content h1 {
        max-width: 215px;
        font-size: 1.26rem;
    }

    .concept-hero-content > p:not(.concept-eyebrow) {
        max-width: 230px;
        font-size: .73rem;
    }

    .concept-hero-btn {
        min-height: 36px;
        padding: 0 16px;
        font-size: .58rem;
    }
}



/* =========================================================
   FRESHNESS — IMAGE MOBILE DÉDIÉE
   Desktop : image administrée via concept.js
   Mobile  : image optimisée ci-dessous

   Pour changer l'image mobile, remplace seulement ce chemin :
   ../images/concept_images/concept-fraicheur-mobile.jpg
========================================================= */
@media (max-width: 768px) {
    .concept-freshness-media img {
        content: url("../images/concept_images/concept-fraicheur-mobile.jpg");
        width: 100%;
        height: 100%;
        min-height: 360px;
        object-fit: cover;
        object-position: center center;
    }
}

@media (max-width: 480px) {
    .concept-freshness-media img {
        min-height: 330px;
    }
}


/* =========================================================
   ESPACEMENTS MOBILE — SECTIONS CONCEPT
   Réduction propre des vides entre :
   Notre approche → Réseau européen → Parcours
   Desktop inchangé.
========================================================= */

@media (max-width: 768px) {
    .concept-manifesto {
        padding: 18px 0 10px;
    }

    .concept-manifesto h2 {
        margin-bottom: 18px;
    }

    .concept-manifesto-text {
        padding: 24px 20px 26px;
    }

    .concept-manifesto-highlight {
        margin: 24px auto;
        padding: 22px 12px 24px;
    }

    .concept-network-section {
        padding: 0 0 6px;
    }

    .concept-network-card {
        width: min(100% - 24px, 1180px);
        margin: 0 auto;
    }

    .concept-network-image-wrap {
        margin: 0;
    }

    .concept-journey-section {
        padding: 12px 0 28px;
    }

    .concept-section-title {
        margin: 0 auto 24px;
    }

    .concept-section-title .concept-eyebrow {
        margin-bottom: 8px;
    }
}

@media (max-width: 640px) {
    .concept-manifesto {
        padding: 14px 0 8px;
    }

    .concept-network-section {
        padding: 0 0 4px;
    }

    .concept-journey-section {
        padding: 8px 0 24px;
    }

    .concept-section-title {
        margin: 0 auto 18px;
    }

    .concept-freshness-section,
    .concept-difference-section {
        padding: 30px 0;
    }
}


/* Accessibilité */
@media (prefers-reduced-motion: reduce) {
    .concept-hero .concept-eyebrow,
    .concept-hero-content h1,
    .concept-hero-content > p:not(.concept-eyebrow),
    .concept-hero-btn {
        opacity: 1;
        transform: none;
        animation: none;
    }
}


/* =========================================================
   RÉSEAU EUROPÉEN — TEXTE ADMIN SUPERPOSÉ
   Le texte de l'admin est affiché sur la zone noire de l'image.
========================================================= */
@media (max-width: 900px) {
    .concept-network-overlay {
        left: clamp(18px, 4vw, 34px);
        top: clamp(20px, 4vw, 42px);
        width: 30%;
    }

    .concept-network-overlay h2 {
        font-size: clamp(18px, 4.2vw, 32px);
        margin-bottom: clamp(12px, 2.4vw, 22px);
        padding-bottom: clamp(10px, 2vw, 16px);
    }

    .concept-network-text,
    .concept-network-text p {
        font-size: clamp(10px, 2.35vw, 14px);
        line-height: 1.48;
    }
}

@media (max-width: 640px) {
    .concept-network-kicker {
        display: none;
    }

    .concept-network-overlay {
        width: 31%;
        left: 16px;
        top: 18px;
    }

    .concept-network-overlay h2 {
        font-size: clamp(15px, 4.5vw, 22px);
    }

    .concept-network-text,
    .concept-network-text p {
        font-size: clamp(9px, 2.8vw, 12px);
        line-height: 1.38;
    }
}


.concept-network-layout{display:grid;grid-template-columns:minmax(320px,380px) 1fr;gap:40px;align-items:center;width:min(100% - 40px,1180px);}
.concept-network-content{padding:10px 0;}
.concept-network-content h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(36px,3vw,54px);line-height:1.02;margin:10px 0 24px;color:#241a12;}
.concept-network-text{font-size:18px;line-height:1.8;color:#5d5148;}
.concept-network-image-wrap{position:relative;}
.concept-network-overlay,.concept-network-kicker{display:none;}
@media(max-width:900px){.concept-network-layout{grid-template-columns:1fr;}.concept-network-image-wrap{order:1}.concept-network-content{order:2}}


.concept-network-header{text-align:center;max-width:900px;margin:0 auto 40px;}
.concept-network-header h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,3.2vw,58px);margin:10px 0 0;color:#241a12;}
.concept-network-layout{display:grid;grid-template-columns:2fr 1fr;gap:50px;align-items:start;}
.concept-network-content{display:flex;align-items:center;height:100%;}
.concept-network-text{font-size:18px;line-height:1.9;text-align:left;}
@media(max-width:900px){.concept-network-layout{grid-template-columns:1fr;}.concept-network-image-wrap{order:1}.concept-network-content{order:2}.concept-network-header{text-align:left;margin-bottom:25px;}}


/* =========================================================
   RÉSEAU EUROPÉEN — VERSION TEXTE + IMAGE, STYLE PAGE CONCEPT
   Bloc dynamique via l'admin : network.kicker, network.title,
   network.text et network.image.
========================================================= */
.concept-network-section {
    padding: 72px 0 70px !important;
    background: #f4ebdb !important;
}

.concept-network-card {
    width: min(100% - 44px, 1180px) !important;
    margin: 0 auto !important;
}

.concept-network-header {
    max-width: 920px !important;
    margin: 0 auto 42px !important;
    text-align: center !important;
}

.concept-network-header .concept-eyebrow {
    display: inline-flex !important;
    margin: 0 0 14px !important;
    color: #b07a27 !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    letter-spacing: .24em !important;
    text-transform: uppercase !important;
}

.concept-network-header h2 {
    max-width: 850px !important;
    margin: 0 auto !important;
    color: #21180f !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(38px, 4.1vw, 60px) !important;
    font-weight: 400 !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
}

.concept-network-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, .9fr) !important;
    gap: clamp(34px, 4vw, 58px) !important;
    align-items: center !important;
    width: 100% !important;
}

.concept-network-image-wrap {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 28px !important;
    background: #21180f !important;
    box-shadow: 0 24px 62px rgba(54, 39, 24, .13) !important;
}

.concept-network-image {
    display: block !important;
    width: 100% !important;
    height: clamp(330px, 34vw, 430px) !important;
    object-fit: cover !important;
    object-position: center !important;
    border: 0 !important;
    border-radius: 28px !important;
}

.concept-network-content {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    padding: 0 !important;
}

.concept-network-text {
    max-width: 440px !important;
    color: #66594d !important;
    font-size: 18px !important;
    line-height: 1.86 !important;
    text-align: left !important;
}

.concept-network-text p {
    margin: 0 0 18px !important;
    color: #66594d !important;
    font-size: 18px !important;
    line-height: 1.86 !important;
}

.concept-network-text p:last-child {
    margin-bottom: 0 !important;
}

.concept-network-text strong {
    color: #21180f !important;
    font-weight: 900 !important;
}

.concept-network-overlay,
.concept-network-kicker {
    display: none !important;
}

@media (max-width: 980px) {
    .concept-network-section {
        padding: 58px 0 56px !important;
    }

    .concept-network-layout {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .concept-network-image-wrap {
        order: 1 !important;
    }

    .concept-network-content {
        order: 2 !important;
        justify-content: center !important;
    }

    .concept-network-text {
        max-width: 720px !important;
        text-align: center !important;
    }
}

@media (max-width: 640px) {
    .concept-network-section {
        padding: 46px 0 48px !important;
    }

    .concept-network-card {
        width: min(100% - 28px, 1180px) !important;
    }

    .concept-network-header {
        margin-bottom: 28px !important;
    }

    .concept-network-header .concept-eyebrow {
        font-size: 10px !important;
        letter-spacing: .20em !important;
    }

    .concept-network-header h2 {
        font-size: clamp(34px, 10vw, 44px) !important;
        line-height: 1.02 !important;
    }

    .concept-network-image-wrap,
    .concept-network-image {
        border-radius: 22px !important;
    }

    .concept-network-image {
        height: 260px !important;
    }

    .concept-network-text,
    .concept-network-text p {
        font-size: 15.5px !important;
        line-height: 1.72 !important;
        text-align: left !important;
    }
}

/* Images responsives administrables uniquement pour les blocs Réseau et Fraîcheur */
.concept-network-image-wrap picture,
.concept-freshness-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.concept-network-image-wrap picture img,
.concept-freshness-media picture img {
    display: block;
    width: 100%;
}

.concept-freshness-media picture img {
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}
