.nfh-page { overflow-x: clip; }
.nfh-page #main { padding-top: 0 !important; padding-bottom: 0 !important; }
.nfh-page #content.nfh-content { float: none; width: 100% !important; margin: 0; }
.nfh {
--nfh-green: #2C5202;
--nfh-green-dk: #1A3101;
--nfh-green-soft: #EDF2E2;
--nfh-gold: #EFA205;
--nfh-gold-ink: #1F3A01;
--nfh-ink: #16181A;
--nfh-muted: #55595E;
--nfh-line: #E6E0D4;
--nfh-ground: #FAF8F4;
--nfh-black: #000000;
width: 100vw;
margin-left: calc(50% - 50vw);
background: var(--nfh-ground);
color: var(--nfh-ink);
font-family: inherit;
line-height: 1.5;
}
.nfh *, .nfh *::before, .nfh *::after { box-sizing: border-box; }
.nfh a { color: var(--nfh-green); text-decoration: none; }
.nfh a:hover { color: var(--nfh-green-dk); text-decoration: underline; }
.nfh a:focus-visible, .nfh button:focus-visible, .nfh input:focus-visible { outline: 3px solid var(--nfh-gold); outline-offset: 2px; }
.nfh-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.nfh-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; } .nfh h1, .nfh h2, .nfh h3 { letter-spacing: normal !important; text-transform: none !important; }
.nfh h3, .nfh h3 a { color: var(--nfh-ink); } .nfh-breadcrumb { background: #fff; border-bottom: 1px solid #E9E3D7; font-size: 13px; color: var(--nfh-muted); }
.nfh-breadcrumb .nfh-wrap { padding-top: 12px; padding-bottom: 12px; }
.nfh-breadcrumb a { color: var(--nfh-muted); }
.nfh-breadcrumb__sep { padding: 0 8px; color: #A8A296; }
.nfh-breadcrumb [aria-current] { color: var(--nfh-ink); font-weight: 600; } .nfh-hero { background: var(--nfh-black); color: #fff; }
.nfh-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 600px); gap: 48px; align-items: center; padding-top: 48px; padding-bottom: 48px; }
.nfh-hero__eyebrow { margin: 0 0 14px; font-size: 12px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--nfh-gold); }
.nfh .nfh-hero__title { margin: 0 0 18px; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.15; font-weight: 700; color: #fff; letter-spacing: 0; }
.nfh-hero__sub { margin: 0; max-width: 560px; font-size: 17px; line-height: 1.65; color: #BFC4BA; }
.nfh-hero__media { aspect-ratio: 592 / 373; overflow: hidden; }
.nfh-hero__img { display: block; width: 100%; height: 100%; object-fit: cover; } .nfh-toolbar { background: #fff; border-bottom: 1px solid #E9E3D7; }
.nfh-toolbar__inner { display: flex; gap: 24px; align-items: flex-start; padding-top: 22px; padding-bottom: 22px; }
.nfh-pills { flex: 1 1 auto; min-width: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.nfh .nfh-pill { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1px solid #D8D1C3; background: #fff; color: var(--nfh-ink); font-size: 14px; font-weight: 600; }
.nfh .nfh-pill:hover { border-color: var(--nfh-green); text-decoration: none; }
.nfh .nfh-pill.is-active { background: var(--nfh-green); border-color: var(--nfh-green); color: #fff; }
.nfh-pill__count { padding-left: 7px; font-weight: 400; color: var(--nfh-muted); }
.nfh-pill.is-active .nfh-pill__count { color: #D3E0C2; }
.nfh-search { flex: 0 0 300px; display: flex; align-items: center; gap: 6px; height: 44px; padding: 0 4px 0 18px; border: 1px solid #B9B1A2; border-radius: 999px; background: #fff; }
.nfh .nfh-search__input { flex: 1 1 auto; min-width: 0; height: 100%; border: 0 !important; background: transparent !important; box-shadow: none !important; padding: 0 !important; font: inherit; font-size: 15px; color: var(--nfh-ink); }
.nfh-search__btn { flex: 0 0 36px; width: 36px; height: 36px; border: 0; border-radius: 999px; background: var(--nfh-green); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; }
.nfh-search__btn:hover { background: var(--nfh-green-dk); } .nfh-section { padding-top: 48px; }
.nfh .nfh-h2 { margin: 0 0 20px; font-size: 26px; line-height: 1.25; font-weight: 700; color: var(--nfh-ink); }
.nfh-grid { display: grid; gap: 24px; }
.nfh-grid--featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nfh-grid--topics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.nfh-grid--latest { grid-template-columns: repeat(3, minmax(0, 1fr)); } .nfh-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--nfh-line); border-radius: 12px; overflow: hidden; }
.nfh-card__media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #3E6B12; }
.nfh-card--feature .nfh-card__media { aspect-ratio: 2 / 1; }
.nfh .nfh-card__img { position: absolute; inset: 0; display: block; width: 100% !important; height: 100% !important; max-width: none; object-fit: cover; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.nfh .nfh-hero__img { border: 0 !important; border-radius: 0 !important; }
.nfh-card__fallback { position: absolute; inset: 0; display: flex; align-items: flex-end; height: 100%; padding: 18px; background: var(--nfh-green); color: #fff; font-size: 15px; font-weight: 700; }
.nfh-card__body { display: flex; flex-direction: column; gap: 10px; padding: 20px 22px 22px; flex: 1 1 auto; }
.nfh .nfh-card__cat { align-self: flex-start; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--nfh-green); background: var(--nfh-green-soft); padding: 5px 9px; border-radius: 4px; }
.nfh .nfh-card__title { margin: 0; font-size: 18px; line-height: 1.35; font-weight: 700; }
.nfh-card--feature .nfh-card__title { font-size: 22px; }
.nfh .nfh-card__title a { color: var(--nfh-ink); }
.nfh-card__excerpt { margin: 0; font-size: 15px; line-height: 1.6; color: #4A4E54; }
.nfh-card__meta { margin: auto 0 0; font-size: 13px; color: var(--nfh-muted); } .nfh .nfh-topic { display: flex; flex-direction: column; gap: 6px; padding: 20px; background: #fff; border: 1px solid var(--nfh-line); border-left: 4px solid var(--nfh-green); border-radius: 10px; color: var(--nfh-ink); }
.nfh .nfh-topic:hover { text-decoration: none; border-color: var(--nfh-green); }
.nfh .nfh-topic__name { margin: 0; font-size: 17px; line-height: 1.3; font-weight: 700; color: var(--nfh-ink); }
.nfh-topic__desc { margin: 0; font-size: 14px; line-height: 1.55; color: #4A4E54; }
.nfh-topic__count { margin-top: 4px; font-size: 13px; font-weight: 600; color: var(--nfh-muted); } .nfh-pagination { margin-top: 32px; }
.nfh-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.nfh-pagination li { margin: 0; }
.nfh .nfh-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 0 14px; border: 1px solid #D8D1C3; border-radius: 8px; background: #fff; color: var(--nfh-ink); font-weight: 600; }
.nfh .nfh-pagination .page-numbers.current { background: var(--nfh-green); border-color: var(--nfh-green); color: #fff; }
.nfh .nfh-pagination .page-numbers.dots { border: 0; background: transparent; }
.nfh-empty { color: var(--nfh-muted); } .nfh-cta { margin-top: 56px; background: var(--nfh-green); color: #fff; }
.nfh-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 48px; padding-bottom: 48px; }
.nfh .nfh-cta__title { margin: 0 0 10px; font-size: 28px; line-height: 1.2; font-weight: 700; color: #fff; }
.nfh-cta__text { margin: 0; max-width: 720px; font-size: 16px; line-height: 1.6; color: #D3E0C2; }
.nfh .nfh-cta__btn { flex: 0 0 auto; display: inline-flex; align-items: center; min-height: 52px; padding: 0 28px; border-radius: 6px; background: var(--nfh-gold); color: var(--nfh-gold-ink); font-size: 16px; font-weight: 700; }
.nfh .nfh-cta__btn:hover { background: #F5B73A; color: var(--nfh-gold-ink); text-decoration: none; } .nfh-archive .nfh-section:first-of-type { padding-top: 36px; } @media (max-width: 1024px) {
.nfh-grid--latest, .nfh-grid--topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nfh-toolbar__inner { flex-direction: column; align-items: stretch; }
.nfh-search { flex: 0 0 auto; width: 100%; }
} @media (max-width: 760px) {
.nfh-hero__inner { grid-template-columns: 1fr; gap: 0; padding: 0 0 30px; }
.nfh-hero__media { order: -1; aspect-ratio: 3 / 2; }
.nfh-hero__copy { padding: 22px 20px 0; }
.nfh .nfh-hero__title { font-size: 27px; }
.nfh-hero__sub { font-size: 15px; }
.nfh-grid--featured, .nfh-grid--latest { grid-template-columns: 1fr; }
.nfh-grid--topics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.nfh-topic__desc { display: none; }
.nfh .nfh-topic { padding: 16px; }
.nfh .nfh-pill { padding: 0 14px; font-size: 13px; }
.nfh-section { padding-top: 32px; }
.nfh .nfh-h2 { font-size: 22px; }
.nfh-cta__inner { flex-direction: column; align-items: flex-start; gap: 18px; padding-top: 32px; padding-bottom: 32px; }
.nfh .nfh-cta__title { font-size: 22px; }
}