/* =============================================================
   FEC §7 EXPERT STRUCTURE — "Strategic + Operational" 2026-05-04
   White bg (David spec). Stefanie 4 verbatim governance bodies:
     1. Directors' Committee — umbrella strategic body
     2. Food Contact Expert Team — regulatory technical
     3. Sustainability Development Expert Team — sustainability
     4. Advocacy Task Force — EU institutional engagement
   Layout differentiation from earlier sections:
     • Hierarchical card composition: 1 hero (DC) + 3 working bodies
     • Each card carries a Fraunces italic abbreviation badge as
       editorial anchor (DC / FCT / SDT / ATF)
   Palette: #283582 Navy · #3ca3dd Cyan · #5fb8e8 Cyan-light · #ffffff
   Fonts: Rubik (eyebrow + titles) · Avenir (body) · Fraunces (display + italic badges)
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..700;1,9..144,300..700&display=swap');

body.page-id-333930 {
    --fec-experts-navy: #283582;
    --fec-experts-cyan: #3ca3dd;
    --fec-experts-cyan-light: #5fb8e8;
    --fec-experts-white: #ffffff;
    --fec-experts-rule: #e1e6ef;
    --fec-experts-ink: #2a2e3f;
    --fec-experts-ink-soft: #5a6072;
    --fec-experts-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* -------------------------------------------------------------
   Section root — white, slot under §6's dark curve
   ------------------------------------------------------------- */
body.page-id-333930 .fec-experts-section.et_pb_section {
    position: relative;
    background-color: var(--fec-experts-white) !important;
    border-radius: 0 0 60px 60px !important;
    /* Slot under §6's dark 80px bottom curve so the corner gaps render
       in §7's white. §6 z-index: 2, §7 z-index: 1. */
    z-index: 1;
    margin-top: -80px !important;
    padding-top: 160px !important;
}

/* Eyebrow — system token */
body.page-id-333930 .fec-experts-section .fec-experts-eyebrow p {
    font-family: 'Rubik', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 24px;
    line-height: 1.2;
    color: var(--fec-experts-cyan-light);
}
body.page-id-333930 .fec-experts-section .fec-experts-eyebrow.et_pb_module {
    margin-bottom: 24px !important;
}

/* H2 + deck — 2-col masthead */
body.page-id-333930 .fec-experts-section .fec-experts-head.et_pb_row {
    display: grid !important;
    grid-template-columns: 7fr 5fr;
    gap: 64px;
    align-items: end;
}
body.page-id-333930 .fec-experts-section .fec-experts-head.et_pb_row > .et_pb_column {
    margin: 0 !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
}
body.page-id-333930 .fec-experts-section .fec-experts-h2 h2 {
    font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "opsz" 144, "SOFT" 30;
    font-size: clamp(34px, 4.4vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.018em;
    margin: 0;
    color: var(--fec-experts-navy);
    text-wrap: balance;
}
body.page-id-333930 .fec-experts-section .fec-experts-h2 h2 em {
    font-style: italic;
    font-weight: 400;
    font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
    font-size: 1.04em;
    letter-spacing: -0.012em;
    color: var(--fec-experts-cyan);
}
body.page-id-333930 .fec-experts-section .fec-experts-h2.et_pb_module {
    margin: 0 !important;
}
body.page-id-333930 .fec-experts-section .fec-experts-deck p {
    font-family: 'Avenir', 'Avenir Next', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.6;
    color: var(--fec-experts-ink-soft);
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid var(--fec-experts-cyan-light);
}
body.page-id-333930 .fec-experts-section .fec-experts-deck.et_pb_module {
    margin: 0 0 8px !important;
}

/* -------------------------------------------------------------
   Featured row — Directors' Committee (umbrella body)
   Full-width hero card with extra padding and prominent typography
   ------------------------------------------------------------- */
body.page-id-333930 .fec-experts-section .fec-experts-featured-mod.et_pb_module {
    margin: 64px 0 8px !important;
    padding: 0 !important;
}
body.page-id-333930 .fec-experts-section .fec-experts-card-hero {
    position: relative;
    background: var(--fec-experts-white);
    padding: 44px 48px;
    border: 1px solid var(--fec-experts-rule);
    transition: background 0.4s var(--fec-experts-ease),
                border-color 0.4s var(--fec-experts-ease);
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 32px;
    align-items: start;
}
body.page-id-333930 .fec-experts-section .fec-experts-card-hero:hover {
    border-color: var(--fec-experts-cyan-light);
    background: #fbfcfe;
}
/* "DC" badge — Fraunces italic Cyan-light */
body.page-id-333930 .fec-experts-section .fec-experts-badge {
    font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 400;
    font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
    font-size: 56px;
    line-height: 1;
    letter-spacing: -0.012em;
    color: var(--fec-experts-cyan-light);
    text-align: center;
    padding-top: 4px;
}
body.page-id-333930 .fec-experts-section .fec-experts-card-hero .fec-experts-title {
    font-family: 'Rubik', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: clamp(24px, 1.9vw, 30px);
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--fec-experts-navy);
    margin: 0 0 14px;
    transition: color 0.4s var(--fec-experts-ease);
}
body.page-id-333930 .fec-experts-section .fec-experts-card-hero .fec-experts-text {
    font-family: 'Avenir', 'Avenir Next', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.55;
    color: var(--fec-experts-ink);
    margin: 0;
    max-width: 70ch;
}
body.page-id-333930 .fec-experts-section .fec-experts-card-hero:hover .fec-experts-title {
    color: var(--fec-experts-cyan);
}

/* -------------------------------------------------------------
   Working bodies row — 3 cards horizontally (FCT / SDT / ATF)
   ------------------------------------------------------------- */
body.page-id-333930 .fec-experts-section .fec-experts-grid-mod.et_pb_module {
    margin: 0 !important;
    padding: 0 !important;
}
body.page-id-333930 .fec-experts-section .fec-experts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
body.page-id-333930 .fec-experts-section .fec-experts-card {
    background: var(--fec-experts-white);
    padding: 32px 32px 30px;
    border: 1px solid var(--fec-experts-rule);
    transition: background 0.4s var(--fec-experts-ease),
                border-color 0.4s var(--fec-experts-ease);
    display: flex;
    flex-direction: column;
    gap: 0;
}
body.page-id-333930 .fec-experts-section .fec-experts-card:hover {
    border-color: var(--fec-experts-cyan-light);
    background: #fbfcfe;
}
/* Compact badge (FCT / SDT / ATF) */
body.page-id-333930 .fec-experts-section .fec-experts-card .fec-experts-badge {
    text-align: left;
    font-size: 32px;
    margin-bottom: 22px;
    padding-top: 0;
}
body.page-id-333930 .fec-experts-section .fec-experts-card .fec-experts-title {
    font-family: 'Rubik', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.005em;
    color: var(--fec-experts-navy);
    margin: 0 0 12px;
    transition: color 0.4s var(--fec-experts-ease);
}
body.page-id-333930 .fec-experts-section .fec-experts-card .fec-experts-text {
    font-family: 'Avenir', 'Avenir Next', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;
    color: var(--fec-experts-ink-soft);
    margin: 0;
}
body.page-id-333930 .fec-experts-section .fec-experts-card:hover .fec-experts-title {
    color: var(--fec-experts-cyan);
}

/* -------------------------------------------------------------
   Responsive
   ------------------------------------------------------------- */
@media (max-width: 980px) {
    body.page-id-333930 .fec-experts-section .fec-experts-head.et_pb_row {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    body.page-id-333930 .fec-experts-section .fec-experts-card-hero {
        grid-template-columns: 80px 1fr;
        gap: 24px;
        padding: 32px 28px;
    }
    body.page-id-333930 .fec-experts-section .fec-experts-card-hero .fec-experts-badge {
        font-size: 44px;
    }
    body.page-id-333930 .fec-experts-section .fec-experts-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    body.page-id-333930 .fec-experts-section.et_pb_section {
        border-radius: 0 0 36px 36px !important;
    }
    body.page-id-333930 .fec-experts-section .fec-experts-card-hero {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    body.page-id-333930 .fec-experts-section .fec-experts-card-hero .fec-experts-badge {
        text-align: left;
        font-size: 36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-id-333930 .fec-experts-section * {
        transition: none !important;
    }
}
