@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('../../build/assets/instrument-sans-400-normal-DRC__1Mx.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('../../build/assets/instrument-sans-600-normal-B7fBEWYG.woff2') format('woff2'); }
:root { --nf-forest: #274735; --nf-deep: #172d24; --nf-paper: #f7f6ef; --nf-white: #fffefb; --nf-ink: #25342a; --nf-muted: #647065; --nf-line: #d8ddd1; --nf-lime: #d9e4b5; --nf-shell: min(1256px, calc(100% - 80px)); color-scheme: light; font-family: 'Instrument Sans', Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--nf-ink); background: var(--nf-white); font-size: 1rem; line-height: 1.65; }
body.nf-modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button, fieldset { border: 0; }
button { color: inherit; }
a { color: inherit; text-underline-offset: .2em; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #9b812d; outline-offset: 5px; }
input:focus-visible + span { outline: 3px solid #9b812d; outline-offset: 3px; }
p { margin: 0 0 1rem; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
h1, h2, h3 { margin: 0; font-family: 'Instrument Sans', Arial, sans-serif; font-weight: 600; letter-spacing: -.045em; line-height: 1.1; text-wrap: balance; }
h2 { font-size: clamp(2.1rem, 3.6vw, 3.6rem); }
h2 em, h1 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.05em; }
h3 { font-size: 1.5rem; line-height: 1.25; }
[hidden] { display: none !important; }
.nf-shell { width: var(--nf-shell); margin-inline: auto; }
.nf-skip-link { position: fixed; z-index: 2000; top: .75rem; left: .75rem; padding: .75rem 1rem; color: #fff; background: var(--nf-deep); transform: translateY(-170%); }
.nf-skip-link:focus { transform: translateY(0); }
.nf-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; padding: 0; border: 0; clip: rect(0,0,0,0); white-space: nowrap; }
.nf-demo-notice { color: #eee; background: #24382e; }
.nf-demo-notice__inner { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; min-height: 40px; padding-block: 6px; font-size: .72rem; }
.nf-demo-notice p { margin: 0; }
.nf-demo-notice strong { margin-right: 12px; padding-right: 12px; border-right: 1px solid #c3cabc55; font-weight: 600; }
.nf-demo-notice a { flex-shrink: 0; text-decoration: none; }
.nf-demo-notice a:hover { text-decoration: underline; }
.nf-header { position: relative; z-index: 30; background: var(--nf-white); }
.nf-header__inner { display: flex; align-items: center; gap: 32px; min-height: 112px; }
.nf-brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; margin-right: auto; text-decoration: none; }
.nf-brand__emblem { display: grid; place-items: center; width: 60px; height: 83px; }
.nf-brand img { width: 60px; height: 83px; object-fit: contain; filter: invert(1); mix-blend-mode: multiply; }
.nf-brand strong { display: block; font-family: Georgia, serif; font-weight: 400; font-size: 1.7rem; line-height: 1.15; letter-spacing: -.035em; }
.nf-brand small { display: block; margin-top: 4px; font-size: .68rem; letter-spacing: .21em; text-transform: uppercase; }
.nf-navigation { display: flex; gap: 25px; align-items: center; }
.nf-navigation a { padding-block: 14px; text-decoration: none; font-size: .87rem; }
.nf-navigation a:hover { text-decoration: underline; }
.nf-header__support { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 11px 19px; border: 1px solid #c6cdbc; border-radius: 30px; font-size: .84rem; text-decoration: none; background: #f1f3e8; }
.nf-header__support span { font-size: 1.4rem; line-height: 1; }
.nf-header__support:hover { background: #e2e8d6; }
.nf-mobile-navigation { display: none; }
.nf-hero { position: relative; min-height: 650px; min-height: min(720px, 77svh); color: white; background: #435b30; isolation: isolate; overflow: hidden; }
.nf-hero__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.nf-hero::before { position: absolute; z-index: -1; inset: 0; content: ''; background: linear-gradient(90deg, #14281ede 0%, #182c2094 35%, #182c2026 66%, #182c2000 100%); }
.nf-hero__inner { display: flex; flex-direction: column; justify-content: space-between; min-height: inherit; padding-block: clamp(60px, 6vw, 96px) 64px; }
.nf-hero__copy { max-width: 635px; }
.nf-kicker { margin-bottom: 22px; color: #657744; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.nf-kicker--light { color: #e2eacc; }
.nf-hero h1 { font-size: clamp(2.8rem, 4.5vw, 4.6rem); line-height: 1.08; letter-spacing: -.045em; }
.nf-hero h1 em { display: inline-block; color: #ecf0d8; }
.nf-hero__copy > p:not(.nf-kicker) { margin: 25px 0 28px; font-size: 1.1rem; color: #f2f2e9; }
.nf-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 16px 24px; min-height: 55px; border-radius: 4px; text-decoration: none; font-size: .88rem; font-weight: 600; line-height: 1.35; transition: background .2s, transform .2s; }
.nf-button > span { font-size: 1.3em; }
.nf-button:hover { transform: translateY(-2px); }
.nf-button--cream { color: #253c2c; background: #f5f3e2; }
.nf-button--cream:hover { background: white; }
.nf-button--forest { color: white; background: var(--nf-forest); }
.nf-button--forest:hover { background: #3b5f43; }
.nf-hero__caption { display: flex; align-items: center; gap: 16px; margin-top: 45px; max-width: 350px; text-decoration: none; }
.nf-hero__caption-mark { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid #fff7; border-radius: 50%; font-size: 1.3rem; flex-shrink: 0; }
.nf-hero__caption:hover .nf-hero__caption-mark { background: #ffffff22; }
.nf-hero__caption small { display: block; font-size: .68rem; color: #e0e8d7; }
.nf-hero__caption strong { display: block; font-size: .87rem; font-weight: 600; }
.nf-hero__credit { position: absolute; right: 20px; bottom: 8px; margin: 0; padding: 3px 8px; font-size: .6rem; color: #fff; background: #13251f91; border-radius: 3px; }
.nf-pathways { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -24px; padding: 25px 18px; background: var(--nf-white); border: 1px solid #e7e9df; border-radius: 6px; box-shadow: 0 18px 50px #20331b0a; }
.nf-pathways > a { display: flex; align-items: center; gap: 18px; padding: 5px 26px; text-decoration: none; }
.nf-pathways > a + a { border-left: 1px solid var(--nf-line); }
.nf-pathways svg { width: 39px; height: 39px; flex-shrink: 0; color: #78944a; }
.nf-pathways strong { display: block; font-size: .93rem; font-weight: 600; }
.nf-pathways small { font-size: .76rem; color: var(--nf-muted); }
.nf-pathways a > span:last-child { margin-left: auto; color: #7b895f; }
.nf-pathways a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.nf-intro { padding-block: 112px 100px; }
.nf-intro__grid { display: grid; grid-template-columns: 1.05fr 1fr; align-items: start; gap: 10%; }
.nf-intro__copy { max-width: 50ch; padding-top: 38px; color: var(--nf-muted); }
.nf-intro__copy p:first-child { color: var(--nf-ink); font-size: 1.12rem; }
.nf-text-link { display: inline-flex; align-items: center; gap: 18px; padding-block: 9px; font-weight: 600; font-size: .84rem; }
.nf-activities { padding-block: 82px 100px; background: var(--nf-paper); }
.nf-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 38px; }
.nf-section-heading > p { margin: 0 0 4px; color: var(--nf-muted); font-size: .95rem; }
.nf-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.nf-filters button { padding: 10px 18px; border: 1px solid #d8decf; border-radius: 25px; background: transparent; color: #596549; font-size: .79rem; }
.nf-filters button:hover { background: #e9ecdf; }
.nf-filters button[aria-pressed='true'] { color: #fff; background: var(--nf-forest); border-color: var(--nf-forest); }
.nf-activity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; align-items: start; }
.nf-activity { min-width: 0; }
.nf-activity figure { position: relative; overflow: hidden; border-radius: 5px; background: #dae0d4; }
.nf-activity figure img { width: 100%; height: auto; aspect-ratio: 1.3; object-fit: cover; transition: transform .55s ease; }
.nf-activity figure:hover img { transform: scale(1.035); }
.nf-activity:nth-child(1) figure img { object-position: 30% center; }
.nf-activity figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 12px 8px; color: white; background: linear-gradient(transparent, #12291edb); font-size: .59rem; line-height: 1.5; }
.nf-activity__copy { padding-top: 25px; }
.nf-activity .nf-kicker { margin-bottom: 12px; font-size: .67rem; }
.nf-activity h3 { max-width: 23ch; font-size: clamp(1.3rem, 2vw, 1.7rem); }
.nf-activity__copy > p:not(.nf-kicker) { margin: 16px 0 18px; color: var(--nf-muted); font-size: .92rem; }
.nf-activity details { border-top: 1px solid var(--nf-line); font-size: .87rem; }
.nf-activity summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 57px; padding-block: 12px; font-weight: 600; cursor: pointer; list-style: none; }
.nf-activity summary::-webkit-details-marker { display: none; }
.nf-activity summary span { font-size: 1.3rem; font-weight: 400; }
.nf-activity details[open] summary span { transform: rotate(45deg); }
.nf-activity details > p { margin: 0 0 18px; color: var(--nf-muted); }
.nf-calendar { padding-block: 105px; }
.nf-calendar__layout { display: grid; grid-template-columns: .85fr 1.35fr; gap: 9%; }
.nf-calendar header > p:not(.nf-kicker) { max-width: 37ch; margin-top: 23px; color: var(--nf-muted); }
.nf-demo-label { display: block; font-size: .73rem; line-height: 1.6; color: #6c704d; }
.nf-calendar header .nf-demo-label { padding-left: 13px; border-left: 2px solid #a6b087; }
.nf-events { border-top: 1px solid var(--nf-line); }
.nf-event { display: flex; align-items: center; gap: 24px; padding-block: 28px; border-bottom: 1px solid var(--nf-line); }
.nf-event__date { min-width: 70px; text-align: center; line-height: 1.1; }
.nf-event__date strong { display: block; color: #637e43; font-size: 2.6rem; font-weight: 400; letter-spacing: -.07em; }
.nf-event__date span { display: block; margin-top: 7px; font-size: .6rem; letter-spacing: .08em; color: var(--nf-muted); }
.nf-event__copy { flex: 1; }
.nf-event__copy > span { display: block; margin-bottom: 7px; font-size: .68rem; color: var(--nf-muted); }
.nf-event h3 { font-size: 1.18rem; letter-spacing: -.025em; }
.nf-event p { margin: 9px 0 0; color: var(--nf-muted); font-size: .75rem; }
.nf-event__open { width: 43px; height: 43px; flex-shrink: 0; border-radius: 50%; border: 1px solid #d5decb; font-size: 1.25rem; background: #f4f6ee; }
.nf-event__open:hover { color: #fff; background: var(--nf-forest); }
.nf-no-script { margin-top: 20px; font-size: .8rem; }
.nf-support { position: relative; padding-block: 90px; overflow: hidden; isolation: isolate; color: #fff; background: #294433; }
.nf-support::before, .nf-support::after { position: absolute; z-index: -1; width: 730px; height: 730px; left: -220px; top: -140px; border: 1px solid #cfdea321; border-radius: 47% 53% 70% 30%; content: ''; transform: rotate(-26deg); }
.nf-support::after { left: -300px; top: -230px; width: 970px; height: 970px; }
.nf-support__layout { display: grid; grid-template-columns: 1.2fr .9fr; align-items: center; gap: 10%; }
.nf-support h2 { font-size: clamp(2.4rem, 4.1vw, 4.3rem); }
.nf-support h2 em { color: #d7e4b4; }
.nf-support__copy > p:not(.nf-kicker) { max-width: 39ch; margin: 26px 0 15px; color: #d6dfce; }
.nf-support .nf-text-link { color: #ebf2dd; }
.nf-donation { padding: 34px; border-radius: 7px; color: var(--nf-ink); background: #f5f3e9; }
.nf-donation > .nf-demo-label { margin-bottom: 22px; font-size: .64rem; letter-spacing: .02em; }
.nf-donation h3 { font-size: 1.75rem; }
.nf-donation > p { margin: 20px 0; color: var(--nf-muted); font-size: .86rem; }
.nf-donation__amounts { display: flex; gap: 10px; padding: 0; margin: 0 0 18px; }
.nf-donation__amounts legend { margin-bottom: 12px; padding: 0; font-size: .72rem; }
.nf-donation__amounts label { position: relative; flex: 1; }
.nf-donation__amounts input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.nf-donation__amounts span { display: flex; justify-content: center; padding: 11px 8px; border: 1px solid #bfc9b2; border-radius: 4px; font-weight: 600; font-size: .95rem; cursor: pointer; }
.nf-donation__amounts input:checked + span { color: var(--nf-forest); border: 2px solid var(--nf-forest); padding: 10px 7px; background: #e8edda; }
.nf-donation > .nf-button { width: 100%; }
.nf-donation > .nf-donation__note { margin: 15px 0 0; font-size: .66rem; line-height: 1.65; }
.nf-membership { padding-block: 110px; background: #f7f7f0; }
.nf-membership__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; align-items: center; }
.nf-membership__photo { padding-left: 32px; }
.nf-membership__photo img { width: 100%; height: auto; aspect-ratio: .89; object-fit: cover; border-radius: 45% 45% 7px 7px; }
.nf-membership__photo figcaption { margin-top: 12px; font-size: .69rem; color: var(--nf-muted); }
.nf-membership__copy > p:not(.nf-kicker) { max-width: 42ch; margin: 23px 0; color: var(--nf-muted); }
.nf-membership__copy > p:nth-last-of-type(1) { font-size: .86rem; }
.nf-about-demo { padding-block: 68px; }
.nf-about-demo__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; }
.nf-about-demo h2 { max-width: 16ch; font-size: 2rem; }
.nf-about-demo__inner > div > p:not(.nf-kicker) { font-size: .86rem; color: var(--nf-muted); }
.nf-footer { background: #e9eddf; }
.nf-footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-block: 27px; font-size: .7rem; }
.nf-footer p { margin: 0; color: #5f6956; }
.nf-footer strong { display: block; color: #344a35; font-weight: 600; }
.nf-footer a { flex-shrink: 0; }
.nf-dialog { width: min(570px, calc(100% - 32px)); max-height: calc(100svh - 40px); padding: 0; border: 0; border-radius: 10px; background: var(--nf-white); color: var(--nf-ink); box-shadow: 0 30px 150px #0006; }
.nf-dialog::backdrop { background: #10251dd9; backdrop-filter: blur(5px); }
.nf-dialog__inner { padding: 43px; }
.nf-dialog__close { position: absolute; top: 10px; right: 10px; width: 38px; height: 38px; border-radius: 50%; font-size: 1.5rem; background: #edf0e5; }
.nf-dialog h2 { font-size: 2.2rem; margin-bottom: 22px; }
.nf-dialog p:not(.nf-kicker) { font-size: .88rem; color: var(--nf-muted); }
.nf-dialog__date { font-weight: 600; }
.nf-dialog .nf-demo-label { padding: 15px; background: #eff2e7; border-radius: 4px; }
.nf-dialog .nf-button { margin-top: 6px; width: 100%; }
.nf-dialog p.nf-dialog__hint { margin: 14px 0 0; font-size: .7rem; }
@media (min-width: 1800px) { .nf-hero__copy { max-width: 720px; } }
@media (max-width: 1100px) {
    :root { --nf-shell: calc(100% - 56px); }
    .nf-header__inner { gap: 20px; }
    .nf-navigation { gap: 17px; }
    .nf-brand strong { font-size: 1.5rem; }
    .nf-header__support { gap: 10px; padding-inline: 13px; }
    .nf-pathways > a { padding-inline: 14px; gap: 12px; }
    .nf-pathways svg { width: 32px; }
    .nf-pathways small { font-size: .68rem; }
    .nf-pathways strong { font-size: .85rem; }
    .nf-intro__grid { gap: 6%; }
    .nf-activity-grid { gap: 22px; }
    .nf-calendar__layout { gap: 5%; }
    .nf-support__layout { gap: 7%; }
    .nf-donation { padding: 26px; }
}
@media (max-width: 900px) {
    .nf-navigation, .nf-header__support { display: none; }
    .nf-header__inner { min-height: 98px; }
    .nf-mobile-navigation { position: relative; display: block; }
    .nf-mobile-navigation summary { display: flex; align-items: center; gap: 12px; padding: 12px 0 12px 12px; cursor: pointer; list-style: none; font-size: .84rem; }
    .nf-mobile-navigation summary::-webkit-details-marker { display: none; }
    .nf-mobile-navigation nav { position: absolute; top: calc(100% + 20px); right: 0; display: grid; width: min(310px, calc(100vw - 40px)); padding: 15px; border: 1px solid var(--nf-line); border-radius: 7px; background: var(--nf-white); box-shadow: 0 25px 50px #10251d33; }
    .nf-mobile-navigation nav a { padding: 13px 12px; text-decoration: none; border-radius: 3px; }
    .nf-mobile-navigation nav a:hover { background: #edf1e5; }
    .nf-hero { min-height: 650px; }
    .nf-hero__copy { max-width: 530px; }
    .nf-hero__image { object-position: 61% center; }
    .nf-hero::before { background: linear-gradient(90deg, #14281ee8, #182c2094 48%, #182c2015); }
    .nf-pathways { padding: 18px 8px; }
    .nf-pathways svg { display: none; }
    .nf-pathways > a { padding-inline: 14px; }
    .nf-intro { padding-block: 75px; }
    .nf-intro__copy { padding-top: 30px; }
    .nf-activities { padding-block: 65px; }
    .nf-section-heading > p { max-width: 29ch; }
    .nf-activity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 25px; }
    .nf-calendar { padding-block: 75px; }
    .nf-calendar__layout { grid-template-columns: 1fr; gap: 30px; }
    .nf-calendar header { display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; align-items: start; }
    .nf-calendar header .nf-kicker { grid-column: 1 / -1; }
    .nf-calendar header h2 { grid-row: span 2; }
    .nf-calendar header > p:not(.nf-kicker) { margin-top: 0; }
    .nf-event { padding-block: 23px; }
    .nf-support { padding-block: 65px; }
    .nf-support__layout { grid-template-columns: 1fr 1fr; gap: 35px; }
    .nf-membership { padding-block: 75px; }
    .nf-membership__layout { gap: 6%; }
    .nf-membership__photo { padding-left: 0; }
    .nf-membership__copy .nf-button { padding-inline: 18px; gap: 20px; }
    .nf-about-demo__inner { gap: 6%; }
}
@media (max-width: 620px) {
    :root { --nf-shell: calc(100% - 40px); }
    .nf-demo-notice__inner { min-height: 58px; font-size: .59rem; gap: 16px; }
    .nf-demo-notice p { max-width: 195px; line-height: 1.4; }
    .nf-demo-notice strong { display: block; border: 0; }
    .nf-demo-notice a { max-width: 98px; flex-shrink: 1; text-align: right; line-height: 1.5; }
    .nf-header__inner { min-height: 91px; }
    .nf-brand { gap: 10px; }
    .nf-brand__emblem, .nf-brand img { width: 45px; height: 64px; }
    .nf-brand strong { font-size: 1.45rem; }
    .nf-brand small { font-size: .6rem; letter-spacing: .18em; }
    .nf-mobile-navigation summary { gap: 9px; }
    .nf-hero { min-height: 655px; }
    .nf-hero__inner { justify-content: flex-end; padding-block: 220px 53px; }
    .nf-hero__image { object-position: 66% center; }
    .nf-hero::before { background: linear-gradient(0deg, #14281ef2 0%, #14281edf 33%, #182c2055 64%, #182c2000 100%); }
    .nf-hero .nf-kicker { font-size: .6rem; letter-spacing: .075em; margin-bottom: 15px; }
    .nf-hero h1 { max-width: 340px; font-size: clamp(2.3rem, 8.8vw, 3.3rem); }
    .nf-hero__copy > p:not(.nf-kicker) { margin: 20px 0 24px; font-size: .92rem; }
    .nf-hero__caption { display: none; }
    .nf-hero__credit { right: 8px; bottom: 35px; font-size: .52rem; }
    .nf-button { padding: 15px 20px; font-size: .8rem; }
    .nf-pathways { grid-template-columns: 1fr; margin-top: -18px; padding: 5px 18px; }
    .nf-pathways > a { min-height: 76px; padding: 14px 0; gap: 17px; }
    .nf-pathways > a + a { border-left: 0; border-top: 1px solid var(--nf-line); }
    .nf-pathways svg { display: block; width: 33px; height: 33px; }
    .nf-pathways strong { font-size: .88rem; }
    .nf-pathways small { font-size: .72rem; }
    .nf-intro { padding-block: 62px; }
    .nf-intro__grid { grid-template-columns: 1fr; gap: 26px; }
    .nf-intro__copy { padding-top: 0; }
    .nf-intro__copy p:first-child { font-size: 1.03rem; }
    .nf-intro__copy > p { font-size: .92rem; }
    .nf-kicker { font-size: .65rem; margin-bottom: 17px; }
    h2 { font-size: clamp(2rem, 7.8vw, 2.8rem); }
    .nf-section-heading { display: block; margin-bottom: 24px; }
    .nf-section-heading > p { margin-top: 20px; max-width: 100%; font-size: .87rem; }
    .nf-section-heading > p br { display: none; }
    .nf-activities { padding-block: 58px; }
    .nf-filters { gap: 7px; margin-bottom: 28px; }
    .nf-filters button { padding: 9px 12px; font-size: .69rem; }
    .nf-activity-grid { grid-template-columns: 1fr; gap: 38px; }
    .nf-activity figure img { aspect-ratio: 1.45; }
    .nf-activity h3 { font-size: 1.6rem; }
    .nf-activity__copy { padding-top: 22px; }
    .nf-calendar { padding-block: 60px; }
    .nf-calendar header { display: block; }
    .nf-calendar header > p:not(.nf-kicker) { margin-top: 20px; }
    .nf-calendar header > .nf-demo-label { max-width: 100%; margin-top: 14px; }
    .nf-event { gap: 14px; padding-block: 24px; }
    .nf-event__date { min-width: 46px; }
    .nf-event__date strong { font-size: 2rem; }
    .nf-event__date span { font-size: .52rem; }
    .nf-event h3 { font-size: 1rem; }
    .nf-event__copy > span { font-size: .58rem; }
    .nf-event p { font-size: .64rem; }
    .nf-event__open { width: 33px; height: 33px; font-size: 1.1rem; }
    .nf-support { padding-block: 62px; }
    .nf-support__layout { grid-template-columns: 1fr; gap: 30px; }
    .nf-support h2 { font-size: 2.75rem; }
    .nf-support__copy > p:not(.nf-kicker) { font-size: .93rem; }
    .nf-donation { padding: 27px; }
    .nf-donation h3 { font-size: 1.7rem; }
    .nf-membership { padding-block: 60px; }
    .nf-membership__layout { grid-template-columns: 1fr; gap: 38px; }
    .nf-membership__photo { width: 84%; margin-inline: auto; }
    .nf-membership__photo img { aspect-ratio: .94; }
    .nf-membership__copy h2 br:nth-of-type(2) { display: none; }
    .nf-membership__copy > p:not(.nf-kicker) { font-size: .93rem; }
    .nf-membership__copy > p:nth-last-of-type(1) { font-size: .81rem; }
    .nf-about-demo { padding-block: 50px; }
    .nf-about-demo__inner { grid-template-columns: 1fr; gap: 25px; }
    .nf-about-demo h2 { font-size: 1.9rem; }
    .nf-footer__inner { display: block; padding-block: 25px; font-size: .65rem; }
    .nf-footer a { display: inline-block; margin-top: 16px; }
    .nf-dialog__inner { padding: 45px 25px 28px; }
    .nf-dialog h2 { font-size: 1.8rem; }
    .nf-dialog .nf-kicker { font-size: .59rem; }
    .nf-dialog .nf-button { font-size: .74rem; gap: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
@media print { .nf-demo-notice, .nf-header, .nf-filters, .nf-event__open, .nf-donation, dialog, .nf-button { display: none !important; } body { color: black; background: white; } .nf-hero { min-height: 350px; } .nf-hero__inner { padding-top: 50px; } section { break-inside: avoid; } }
