.nh-offers {
    --nh-offers-deep: #003c25;
    --nh-offers-dark: #00542d;
    --nh-offers-green: #007436;
    --nh-offers-mint: #edf8ef;
    --nh-offers-line: #d6e8d9;
    overflow: hidden;
    background: #fff;
    color: var(--nh-ink);
}

.nh-offers :where(h1,h2,h3,h4,p,dl,dt,dd,ol,ul) {
    margin-top: 0;
}

.nh-offers :where(h1,h2,h3,h4) {
    color: #0b2015 !important;
}

.nh-offers :where(p,li,dd) {
    color: #3b5144 !important;
}

.nh-offers-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #d9ff91;
    font-size: .77rem;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nh-offers-kicker::before {
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.nh-offers-kicker--green {
    color: #006532;
}

.nh-offers-kicker--lime {
    color: #d9ff91;
}

/* Hero */
.nh-offers-hero {
    position: relative;
    min-height: clamp(650px, 78vh, 900px);
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    background: var(--nh-offers-deep);
}

.nh-offers-hero__media,
.nh-offers-hero__veil,
.nh-offers-hero__ornament {
    position: absolute;
    inset: 0;
}

.nh-offers-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    filter: saturate(.9) contrast(1.04);
}

.nh-offers-hero__veil {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0,34,20,.98) 0%, rgba(0,49,29,.91) 43%, rgba(0,49,29,.42) 72%, rgba(0,28,17,.52) 100%),
        linear-gradient(0deg, rgba(0,23,14,.84) 0%, rgba(0,23,14,.05) 58%);
}

.nh-offers-hero__ornament {
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 85% 17%, transparent 0 105px, rgba(217,255,145,.32) 106px 107px, transparent 108px),
        radial-gradient(circle at 88% 20%, transparent 0 190px, rgba(255,255,255,.1) 191px 192px, transparent 193px),
        linear-gradient(90deg, transparent 0 78%, rgba(217,255,145,.06) 78% 78.1%, transparent 78.1%);
}

.nh-offers-hero__grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0,1.25fr) minmax(300px,.55fr);
    gap: clamp(38px,6vw,88px);
    align-items: end;
    padding-top: 155px;
    padding-bottom: clamp(72px,8vw,118px);
}

.nh-offers-hero__copy {
    max-width: 890px;
}

.nh-offers-hero__copy h1 {
    max-width: 880px;
    margin-bottom: 27px;
    color: #fff !important;
    font-size: clamp(3.5rem,7.4vw,8rem);
    line-height: .91;
    letter-spacing: -.068em;
    text-wrap: balance;
}

.nh-offers-hero__copy h1 em {
    color: var(--nh-lime) !important;
    font-style: normal;
}

.nh-offers-hero__copy > p {
    max-width: 720px;
    margin-bottom: 34px;
    color: rgba(255,255,255,.88) !important;
    font-size: clamp(1rem,1.45vw,1.22rem);
    line-height: 1.72;
}

.nh-offers-hero__actions,
.nh-offers-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.nh-offers-hero__panel {
    align-self: end;
    padding: clamp(28px,3.5vw,44px);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 32px;
    background: rgba(0,45,26,.74);
    box-shadow: 0 24px 60px rgba(0,0,0,.24);
    backdrop-filter: blur(17px);
}

.nh-offers-hero__panel-label {
    display: block;
    margin-bottom: 21px;
    color: #d9ff91;
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nh-offers-hero__stat {
    display: grid;
    grid-template-columns: 72px minmax(0,1fr);
    gap: 15px;
    align-items: center;
    padding: 19px 0;
    border-top: 1px solid rgba(255,255,255,.16);
}

.nh-offers-hero__stat strong {
    color: #fff !important;
    font-size: 3.1rem;
    line-height: .9;
}

.nh-offers-hero__stat span {
    color: rgba(255,255,255,.86) !important;
    font-weight: 780;
    line-height: 1.35;
}

.nh-offers-hero__panel p {
    margin: 18px 0 0;
    color: rgba(255,255,255,.72) !important;
    font-size: .91rem;
    line-height: 1.62;
}

/* Headings */
.nh-offers-paths,
.nh-offers-live,
.nh-offers-process {
    padding: clamp(78px,9vw,126px) 0;
}

.nh-offers-heading,
.nh-offers-live__heading {
    display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(280px,.7fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 52px;
}

.nh-offers-heading h2,
.nh-offers-live__heading h2,
.nh-offers-process__intro h2,
.nh-offers-cta h2 {
    margin-bottom: 0;
    font-size: clamp(2.55rem,5vw,5.55rem);
    line-height: .94;
    letter-spacing: -.058em;
    text-wrap: balance;
}

.nh-offers-heading > p,
.nh-offers-live__heading > p {
    margin: 0 0 5px;
    line-height: 1.72;
}

/* Opportunity paths */
.nh-offers-paths {
    background:
        linear-gradient(135deg,rgba(234,246,237,.78),transparent 50%),
        #fff;
}

.nh-offers-path-grid {
    display: grid;
    grid-template-columns: repeat(12,minmax(0,1fr));
    grid-auto-rows: minmax(330px,auto);
    gap: 22px;
}

.nh-offers-path {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: clamp(28px,4vw,48px);
    border: 1px solid var(--nh-offers-line);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(0,61,35,.08);
    transition: transform .28s ease, box-shadow .28s ease;
}

.nh-offers-path:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 70px rgba(0,61,35,.14);
}

.nh-offers-path--formation {
    grid-column: span 7;
    min-height: 490px;
    background:
        radial-gradient(circle at 86% 18%, transparent 0 78px, rgba(0,116,54,.14) 79px 80px, transparent 81px),
        linear-gradient(140deg,#f9fdf9,#e7f5e9);
}

.nh-offers-path--volunteer {
    grid-column: span 5;
    min-height: 490px;
    color: #fff;
}

.nh-offers-path--stage,
.nh-offers-path--partnership {
    grid-column: span 6;
    min-height: 390px;
}

.nh-offers-path--stage {
    background: linear-gradient(135deg,#fff,#f4fbf5);
}

.nh-offers-path--partnership {
    color: #fff;
}

.nh-offers-path__media,
.nh-offers-path__overlay {
    position: absolute;
    inset: 0;
}

.nh-offers-path__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.nh-offers-path--volunteer .nh-offers-path__media img {
    object-position: center 42%;
}

.nh-offers-path--partnership .nh-offers-path__media img {
    object-position: center 58%;
}

.nh-offers-path:hover .nh-offers-path__media img {
    transform: scale(1.045);
}

.nh-offers-path__overlay {
    z-index: 1;
    background: linear-gradient(0deg,rgba(0,39,23,.94) 0%,rgba(0,51,29,.63) 48%,rgba(0,45,26,.18) 100%);
}

.nh-offers-path__content {
    position: relative;
    z-index: 2;
}

.nh-offers-path__number {
    position: absolute;
    top: 27px;
    left: 29px;
    color: #0b7b3a;
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .11em;
}

.nh-offers-path--volunteer .nh-offers-path__number,
.nh-offers-path--partnership .nh-offers-path__number {
    color: #d9ff91;
}

.nh-offers-path__icon {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    margin-bottom: auto;
    border-radius: 22px;
    background: #006b32;
    color: #fff;
    font-size: 1.55rem;
    box-shadow: 0 14px 34px rgba(0,95,43,.2);
}

.nh-offers-path h3 {
    max-width: 560px;
    margin-bottom: 15px;
    font-size: clamp(2.2rem,4.4vw,4.8rem);
    line-height: .96;
    letter-spacing: -.052em;
}

.nh-offers-path--stage h3 {
    font-size: clamp(2.1rem,3.4vw,3.5rem);
}

.nh-offers-path--volunteer h3,
.nh-offers-path--partnership h3 {
    color: #fff !important;
}

.nh-offers-path p {
    max-width: 610px;
    margin-bottom: 22px;
    line-height: 1.7;
}

.nh-offers-path--volunteer p,
.nh-offers-path--partnership p {
    color: rgba(255,255,255,.84) !important;
}

.nh-text-link--light {
    color: #d9ff91 !important;
}

/* Live offers */
.nh-offers-live {
    background: var(--nh-offers-deep);
}

.nh-offers-live__heading h2,
.nh-offers-live__heading > p {
    color: #fff !important;
}

.nh-offers-live__heading > p {
    opacity: .78;
}

.nh-offers-toolbar {
    display: grid;
    grid-template-columns: minmax(0,1fr) 310px;
    gap: 24px;
    align-items: end;
    margin-bottom: 42px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 25px;
    background: rgba(255,255,255,.07);
}

.nh-offers-statuses {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: thin;
}

.nh-offers-statuses a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 15px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: rgba(255,255,255,.82) !important;
    font-size: .78rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.nh-offers-statuses a span {
    display: grid;
    place-items: center;
    min-width: 23px;
    height: 23px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.13);
    color: #fff;
    font-size: .7rem;
}

.nh-offers-statuses a:hover,
.nh-offers-statuses a:focus-visible,
.nh-offers-statuses a.is-active {
    border-color: var(--nh-lime);
    background: var(--nh-lime);
    color: #123518 !important;
}

.nh-offers-statuses a.is-active span {
    background: #143f1c;
    color: #fff;
}

.nh-offers-type-filter label {
    display: block;
    margin-bottom: 8px;
    color: #d9ff91;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nh-offers-type-filter > div {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 8px;
}

.nh-offers-type-filter select,
.nh-offers-type-filter button {
    min-height: 46px;
    border-radius: 13px;
    font: inherit;
}

.nh-offers-type-filter select {
    min-width: 0;
    padding: 0 13px;
    border: 1px solid rgba(255,255,255,.28);
    background: #fff;
    color: #143a25;
}

.nh-offers-type-filter button {
    padding: 0 17px;
    border: 1px solid var(--nh-lime);
    background: var(--nh-lime);
    color: #123518;
    font-weight: 900;
    cursor: pointer;
}

.nh-offers-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 24px;
}

.nh-offer-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(0,0,0,.18);
    transition: transform .25s ease, box-shadow .25s ease;
}

.nh-offer-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 74px rgba(0,0,0,.27);
}

.nh-offer-card--closed {
    opacity: .8;
}

.nh-offer-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1.52/1;
    overflow: hidden;
    background: linear-gradient(135deg,#00632e,#003d25);
}

.nh-offer-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.nh-offer-card:hover .nh-offer-card__media img {
    transform: scale(1.045);
}

.nh-offer-card__media--fallback {
    display: grid;
    place-items: center;
}

.nh-offer-card__media--fallback > span:first-child {
    color: rgba(255,255,255,.72);
    font-size: 4.2rem;
    font-weight: 950;
}

.nh-offer-card__status {
    position: absolute;
    top: 17px;
    left: 17px;
    padding: 9px 13px;
    border-radius: 999px;
    background: #d9ff91;
    color: #123518;
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 9px 24px rgba(0,0,0,.14);
}

.nh-offer-card--upcoming .nh-offer-card__status {
    background: #f4cb63;
}

.nh-offer-card--closed .nh-offer-card__status {
    background: #e4e9e5;
    color: #35463b;
}

.nh-offer-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 27px;
}

.nh-offer-card__topline {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.nh-offer-card__topline > span {
    color: #0b7b3a;
    font-size: .71rem;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nh-offer-card__topline small {
    color: #6b7b71;
    font-size: .7rem;
    font-weight: 780;
}

.nh-offer-card h3 {
    margin-bottom: 13px;
    font-size: clamp(1.45rem,2.1vw,2rem);
    line-height: 1.08;
    letter-spacing: -.033em;
}

.nh-offer-card h3 a {
    color: inherit !important;
    text-decoration: none;
}

.nh-offer-card__body > p {
    margin-bottom: 20px;
    line-height: 1.67;
}

.nh-offer-card__meta {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 11px;
    margin: auto 0 24px;
    padding-top: 20px;
    border-top: 1px solid #e1ece3;
}

.nh-offer-card__meta div {
    min-width: 0;
}

.nh-offer-card__meta dt {
    margin-bottom: 3px;
    color: #6c7d72;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.nh-offer-card__meta dd {
    margin: 0;
    color: #1d3c2a !important;
    font-size: .84rem;
    font-weight: 760;
    line-height: 1.4;
}

.nh-offer-card__actions {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.nh-button--compact {
    min-height: 42px;
    padding: 10px 17px;
    font-size: .82rem;
}

.nh-offer-card__closed-note {
    color: #77847b;
    font-size: .79rem;
    font-weight: 820;
}

.nh-offers-empty {
    display: grid;
    grid-template-columns: 78px minmax(0,1fr) auto;
    gap: 25px;
    align-items: center;
    padding: clamp(28px,4vw,48px);
    border: 1px dashed rgba(217,255,145,.5);
    border-radius: 30px;
    background: rgba(255,255,255,.08);
}

.nh-offers-empty__icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 23px;
    background: var(--nh-lime);
    color: #123518;
    font-size: 1.8rem;
}

.nh-offers-empty h3 {
    margin-bottom: 8px;
    color: #fff !important;
    font-size: clamp(1.5rem,2.5vw,2.15rem);
}

.nh-offers-empty p {
    margin-bottom: 0;
    color: rgba(255,255,255,.76) !important;
}

/* Application process */
.nh-offers-process {
    background: #f2f9f3;
}

.nh-offers-process__grid {
    display: grid;
    grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
    gap: clamp(42px,7vw,95px);
    align-items: start;
}

.nh-offers-process__intro {
    position: sticky;
    top: 130px;
}

.nh-offers-process__intro h2 {
    margin-bottom: 23px;
    font-size: clamp(2.55rem,4.6vw,4.9rem);
}

.nh-offers-process__intro > p {
    margin-bottom: 24px;
    font-size: 1.02rem;
    line-height: 1.75;
}

.nh-offers-process__steps {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nh-offers-process__steps li {
    display: grid;
    grid-template-columns: 72px minmax(0,1fr);
    gap: 23px;
    align-items: start;
    padding: 27px;
    border: 1px solid var(--nh-offers-line);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 13px 38px rgba(0,61,35,.06);
}

.nh-offers-process__steps li > span {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 19px;
    background: #00632e;
    color: #d9ff91;
    font-weight: 950;
}

.nh-offers-process__steps h3 {
    margin-bottom: 8px;
    font-size: 1.45rem;
    line-height: 1.08;
}

.nh-offers-process__steps p {
    margin-bottom: 0;
    line-height: 1.65;
}

/* CTA */
.nh-offers-cta {
    padding: clamp(72px,8vw,112px) 0;
    background:
        radial-gradient(circle at 86% 18%, transparent 0 95px, rgba(217,255,145,.24) 96px 97px, transparent 98px),
        #00442a;
}

.nh-offers-cta__inner {
    display: grid;
    grid-template-columns: minmax(0,1.1fr) auto;
    gap: 50px;
    align-items: end;
}

.nh-offers-cta h2 {
    max-width: 940px;
    margin-bottom: 20px;
    color: #fff !important;
}

.nh-offers-cta p {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255,255,255,.78) !important;
    line-height: 1.72;
}

.nh-offers-cta__actions {
    justify-content: flex-end;
}

/* Reveal: contenu visible même sans JS */
[data-nh-offers-reveal] {
    opacity: 1;
    transform: none;
}

[data-nh-offers-reveal].is-visible {
    animation: nh-offers-reveal .7s cubic-bezier(.2,.7,.2,1) both;
}

@keyframes nh-offers-reveal {
    from { transform: translateY(20px); }
    to { transform: translateY(0); }
}

@media (max-width: 1100px) {
    .nh-offers-hero__grid {
        grid-template-columns: minmax(0,1fr) 300px;
    }

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

    .nh-offers-path--formation,
    .nh-offers-path--volunteer {
        grid-column: span 6;
    }
}

@media (max-width: 900px) {
    .nh-offers-hero {
        min-height: 760px;
    }

    .nh-offers-hero__grid,
    .nh-offers-heading,
    .nh-offers-live__heading,
    .nh-offers-process__grid,
    .nh-offers-cta__inner {
        grid-template-columns: 1fr;
    }

    .nh-offers-hero__panel {
        max-width: 520px;
    }

    .nh-offers-path-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-auto-rows: auto;
    }

    .nh-offers-path--formation,
    .nh-offers-path--volunteer,
    .nh-offers-path--stage,
    .nh-offers-path--partnership {
        grid-column: auto;
        min-height: 420px;
    }

    .nh-offers-toolbar {
        grid-template-columns: 1fr;
    }

    .nh-offers-process__intro {
        position: static;
    }

    .nh-offers-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .nh-offers-hero {
        min-height: 820px;
    }

    .nh-offers-hero__grid {
        padding-top: 130px;
        padding-bottom: 58px;
    }

    .nh-offers-hero__copy h1 {
        font-size: clamp(3rem,15vw,5rem);
    }

    .nh-offers-hero__panel {
        padding: 24px;
        border-radius: 25px;
    }

    .nh-offers-heading,
    .nh-offers-live__heading {
        gap: 22px;
        margin-bottom: 36px;
    }

    .nh-offers-path-grid,
    .nh-offers-grid {
        grid-template-columns: 1fr;
    }

    .nh-offers-path--formation,
    .nh-offers-path--volunteer,
    .nh-offers-path--stage,
    .nh-offers-path--partnership {
        min-height: 390px;
    }

    .nh-offers-path h3 {
        font-size: clamp(2.2rem,11vw,3.4rem);
    }

    .nh-offers-toolbar {
        padding: 16px;
        border-radius: 20px;
    }

    .nh-offers-type-filter > div {
        grid-template-columns: 1fr;
    }

    .nh-offer-card__meta {
        grid-template-columns: 1fr;
    }

    .nh-offer-card__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .nh-offers-empty {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .nh-offers-process__steps li {
        grid-template-columns: 58px minmax(0,1fr);
        gap: 16px;
        padding: 21px;
    }

    .nh-offers-process__steps li > span {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-nh-offers-reveal].is-visible {
        animation: none;
    }
}
