:root { --nhs-deep:#071d14; --nhs-panel:#0d2b1f; --nhs-panel2:#123626; --nhs-lime:#a8cb64; --nhs-cream:#f5f3ec; --nhs-ink:#13261b; }
html { background: var(--nhs-deep); }
body.nh-shell-body { margin:0; background-color:var(--nhs-deep); background-image:radial-gradient(circle at 90% 5%,rgba(168,203,100,.12),transparent 28%); color:#fff; font-family:"Nunito",system-ui,sans-serif; }
body.nh-shell-body #wpadminbar { position:fixed; }
.nh-site-shell,.nh-site-shell * { box-sizing:border-box; }
.nh-site-shell { width:100%; max-width:2280px; margin:0 auto; overflow:hidden; background:var(--nhs-deep); box-shadow:0 0 80px rgba(0,0,0,.25); }
.nh-site-header { display:flex; align-items:center; gap:34px; min-height:104px; padding:14px clamp(24px,5vw,82px); border-bottom:1px solid rgba(255,255,255,.1); background:rgba(5,24,16,.94); }
.nh-site-header__brand { flex:0 0 auto; }
.nh-site-header__brand img { display:block; width:auto; height:70px; max-width:270px; object-fit:contain; }
.nh-site-header__nav { display:flex; align-items:center; justify-content:flex-end; gap:clamp(18px,2.4vw,38px); margin-left:auto; }
.nh-site-header__nav a { color:rgba(255,255,255,.82); font-size:15px; font-weight:700; text-decoration:none; }
.nh-site-header__nav a:hover,.nh-site-header__nav a:focus-visible { color:var(--nhs-lime); }
.nh-site-header__cta,.nh-shell-button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:12px 22px; border:1px solid var(--nhs-lime); border-radius:12px; background:var(--nhs-lime); color:#102419; font-weight:900; text-decoration:none; }
.nh-page-main { min-height:60vh; }
.nh-page-hero { padding:clamp(70px,8vw,132px) clamp(24px,7vw,132px) clamp(58px,6vw,96px); background:radial-gradient(circle at 85% 20%,rgba(168,203,100,.13),transparent 34%),linear-gradient(145deg,#071d14,#0d2b1f); }
.nh-page-crumb { display:flex; gap:9px; margin-bottom:46px; color:rgba(255,255,255,.5); font-size:14px; }
.nh-page-crumb a { color:var(--nhs-lime); text-decoration:none; }
.nh-page-kicker { margin:0 0 12px; color:var(--nhs-lime)!important; font-size:13px!important; font-weight:900!important; letter-spacing:.13em; text-transform:uppercase; }
.nh-page-hero h1 { max-width:1100px; margin:0; color:#fff; font-size:clamp(48px,6vw,88px); line-height:1.02; letter-spacing:-.035em; }
.nh-page-hero>p:last-child { max-width:760px; margin:24px 0 0; color:rgba(255,255,255,.68); font-size:clamp(18px,2vw,23px); line-height:1.6; }
.nh-page-hero--compact { padding-top:clamp(58px,6vw,96px); padding-bottom:clamp(52px,5vw,82px); }
.nh-page-hero--compact h1 { font-size:clamp(42px,5vw,72px); }
.nh-page-content { padding:clamp(48px,7vw,104px) clamp(24px,7vw,132px); background:var(--nhs-cream); color:var(--nhs-ink); }
.nh-page-prose { max-width:1060px; margin:0 auto; font-size:17px; line-height:1.75; }
.nh-page-prose h2,.nh-page-prose h3 { margin-top:1.6em; color:var(--nhs-ink); }
.nh-page-prose a { color:#356b4e; font-weight:700; }
.nh-page-prose>p:first-child { font-size:20px; color:#425b4b; }
.nh-info-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; margin:38px 0; }
.nh-info-card { padding:28px; border:1px solid rgba(19,38,27,.13); border-radius:20px; background:#fff; box-shadow:0 14px 40px rgba(16,36,26,.06); }
.nh-info-card h2,.nh-info-card h3 { margin:0 0 12px; }
.nh-info-card p:last-child { margin-bottom:0; }
.nh-page-steps { margin:36px 0; padding:0; list-style:none; counter-reset:nhsteps; }
.nh-page-steps li { position:relative; margin:0 0 18px; padding:24px 26px 24px 76px; border:1px solid rgba(19,38,27,.12); border-radius:18px; background:#fff; counter-increment:nhsteps; }
.nh-page-steps li::before { content:counter(nhsteps); position:absolute; top:22px; left:24px; display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:var(--nhs-lime); color:#102419; font-weight:900; }
.nh-page-callout { margin:36px 0; padding:30px; border-radius:20px; background:linear-gradient(135deg,#0b2a1e,#17452f); color:#fff; }
.nh-page-callout h2,.nh-page-callout h3 { margin-top:0; color:#fff; }
.nh-page-callout p,.nh-page-callout li { color:rgba(255,255,255,.76); }
.nh-page-callout a { color:var(--nhs-lime); }
.nh-link-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; margin:30px 0; }
.nh-link-grid a { display:flex; align-items:center; justify-content:space-between; min-height:70px; padding:18px 20px; border:1px solid rgba(19,38,27,.13); border-radius:16px; background:#fff; text-decoration:none; }
.nh-faq-list { display:grid; gap:14px; }
.nh-faq-list details { border:1px solid rgba(19,38,27,.14); border-radius:16px; background:#fff; }
.nh-faq-list summary { position:relative; padding:21px 56px 21px 22px; cursor:pointer; color:var(--nhs-ink); font-weight:900; list-style:none; }
.nh-faq-list summary::-webkit-details-marker { display:none; }
.nh-faq-list summary::after { content:'+'; position:absolute; top:16px; right:20px; color:#4e7d5e; font-size:27px; }
.nh-faq-list details[open] summary::after { content:'−'; }
.nh-faq-list details p { margin:0; padding:0 22px 22px; color:#566a5e; }
.nh-contact-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin:34px 0; }
.nh-contact-card { padding:28px; border-radius:20px; background:#fff; border:1px solid rgba(19,38,27,.13); }
.nh-contact-card h2 { margin-top:0; }
.nh-emergency-first { margin:0 0 34px; padding:30px; border:2px solid #a8cb64; border-radius:20px; background:#eef6df; }
.nh-page-content--directory { background:#0a261b; }
.nh-page-content--directory .nh-page-prose { max-width:none; }
.nh-page-content--directory .nh-wrap { max-width:none; margin:0; padding:0; border-radius:0; background:transparent; }
.nh-page-content--directory .nh-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.nh-page-content--directory .nh-search { padding:24px; border:1px solid rgba(255,255,255,.12); border-radius:18px; background:rgba(255,255,255,.05); }
.nh-page-content--directory .nh-search__meta { color:rgba(255,255,255,.68); }
.nh-page-content--directory .nh-input,.nh-page-content--directory .nh-select { min-height:50px; }
.nh-page-content--directory .nh-card { height:100%; }
.nh-content-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; max-width:1500px; margin:0 auto; }
.nh-content-card { display:flex; flex-direction:column; min-height:300px; padding:30px; border:1px solid rgba(19,38,27,.13); border-radius:20px; background:#fff; box-shadow:0 16px 45px rgba(16,36,26,.07); }
.nh-content-card__meta { margin:0 0 12px; color:#66806e; font-size:13px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.nh-content-card h2 { margin:0 0 14px; font-size:25px; line-height:1.2; }
.nh-content-card h2 a { color:var(--nhs-ink); text-decoration:none; }
.nh-content-card>p:not(.nh-content-card__meta) { color:#637269; line-height:1.65; }
.nh-content-card__link { margin-top:auto; color:#356b4e; font-weight:900; text-decoration:none; }
.nh-content-empty { grid-column:1/-1; padding:clamp(30px,5vw,60px); border-radius:22px; background:#fff; text-align:center; }
.nh-content-empty h2 { color:var(--nhs-ink); }
.nh-content-empty p { margin-bottom:24px; color:#637269; }
.nh-service-page { background:var(--nhs-deep); color:#fff; }
.nh-service-hero { display:grid; grid-template-columns:minmax(0,1fr) minmax(280px,.38fr); gap:clamp(50px,8vw,130px); align-items:center; min-height:680px; padding:clamp(70px,8vw,132px) clamp(24px,7vw,132px); background:radial-gradient(circle at 82% 24%,rgba(168,203,100,.16),transparent 31%),linear-gradient(145deg,#071d14,#0d2b1f); }
.nh-service-hero__copy h1 { max-width:1100px; margin:0; color:#fff; font-size:clamp(52px,6vw,92px); line-height:1; letter-spacing:-.045em; }
.nh-service-hero__copy>p:not(.nh-page-kicker) { max-width:820px; margin:26px 0; color:rgba(255,255,255,.68); font-size:clamp(18px,2vw,23px); line-height:1.65; }
.nh-service-hero__actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.nh-service-hero__icon { display:grid; place-items:center; width:min(28vw,330px); aspect-ratio:1; margin:auto; border:1px solid rgba(168,203,100,.28); border-radius:36%; background:radial-gradient(circle,rgba(168,203,100,.17),rgba(168,203,100,.035) 65%,transparent 66%); color:var(--nhs-lime); }
.nh-service-hero__icon svg { width:48%; height:48%; }
.nh-service-explain { display:grid; grid-template-columns:minmax(0,1fr) minmax(340px,.8fr); gap:clamp(50px,8vw,120px); align-items:center; padding:clamp(68px,7vw,110px) clamp(24px,7vw,132px); background:#0a261b; }
.nh-service-explain h2,.nh-service-businesses h2,.nh-service-cta h2 { margin:0; color:#fff; font-size:clamp(34px,4vw,58px); line-height:1.08; }
.nh-service-explain>div>p:last-child { max-width:750px; margin:24px 0 0; color:rgba(255,255,255,.66); font-size:18px; line-height:1.75; }
.nh-service-explain ul { display:grid; grid-template-columns:1fr 1fr; margin:0; padding:0; border:1px solid rgba(255,255,255,.12); border-radius:20px; overflow:hidden; list-style:none; }
.nh-service-explain li { display:flex; align-items:center; gap:12px; min-height:86px; padding:20px; border-right:1px solid rgba(255,255,255,.1); border-bottom:1px solid rgba(255,255,255,.1); }
.nh-service-explain li:nth-child(2n) { border-right:0; }
.nh-service-explain li:nth-last-child(-n+2) { border-bottom:0; }
.nh-service-explain li span { color:var(--nhs-lime); font-weight:900; }
.nh-service-guidance { display:grid; grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr); gap:clamp(46px,7vw,100px); align-items:start; padding:clamp(68px,7vw,110px) clamp(24px,7vw,132px); background:var(--nhs-cream); color:var(--nhs-ink); }
.nh-service-guidance h2 { margin:0; color:var(--nhs-ink); font-size:clamp(34px,4vw,56px); line-height:1.08; }
.nh-service-guidance>div>p:last-child { color:#5d7065; font-size:18px; line-height:1.7; }
.nh-service-guidance ol { display:grid; gap:14px; margin:0; padding:0; list-style:none; counter-reset:service-guidance; }
.nh-service-guidance li { position:relative; min-height:76px; padding:23px 24px 23px 72px; border:1px solid rgba(19,38,27,.13); border-radius:17px; background:#fff; counter-increment:service-guidance; }
.nh-service-guidance li::before { content:counter(service-guidance); position:absolute; top:20px; left:21px; display:grid; place-items:center; width:35px; height:35px; border-radius:50%; background:var(--nhs-lime); color:#102419; font-weight:900; }
.nh-service-businesses { padding:clamp(68px,7vw,110px) clamp(24px,7vw,132px); background:#071d14; }
.nh-service-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:36px; }
.nh-service-heading>p { color:rgba(255,255,255,.6); }
.nh-service-businesses .nh-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.nh-service-businesses .nh-card { height:100%; }
.nh-service-faq { padding:clamp(68px,7vw,110px) clamp(24px,7vw,132px); background:var(--nhs-cream); color:var(--nhs-ink); }
.nh-service-faq h2 { color:var(--nhs-ink); }
.nh-service-faq .nh-service-heading>a { color:#356b4e; font-weight:900; text-decoration:none; }
.nh-related-services { display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin-top:34px; padding-top:28px; border-top:1px solid rgba(19,38,27,.12); }
.nh-related-services strong { margin-right:8px; }
.nh-related-services a { padding:9px 13px; border:1px solid rgba(19,38,27,.14); border-radius:999px; background:#fff; color:#356b4e; font-weight:800; text-decoration:none; }
.nh-service-cta { display:flex; align-items:center; justify-content:space-between; gap:48px; padding:clamp(60px,6vw,96px) clamp(24px,7vw,132px); border-top:1px solid rgba(168,203,100,.2); background:linear-gradient(120deg,#183f2d,#0b261b); }
.nh-service-cta>div { max-width:1000px; }
.nh-service-cta>a { flex:0 0 auto; }
.nh-404 { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr); gap:clamp(50px,8vw,130px); align-items:center; min-height:720px; padding:clamp(70px,9vw,150px) clamp(24px,7vw,132px); background-color:var(--nhs-deep)!important; background-image:radial-gradient(circle at 75% 20%,rgba(168,203,100,.15),transparent 32%)!important; color:#fff; }
.nh-404 h1,.nh-404 h2 { color:#fff!important; }
.nh-404__copy h1 { max-width:900px; margin:0; font-size:clamp(54px,7vw,104px); line-height:.98; letter-spacing:-.045em; }
.nh-404__copy>p:not(.nh-page-kicker) { max-width:730px; margin:28px 0; color:rgba(255,255,255,.68); font-size:20px; line-height:1.65; }
.nh-404__actions { display:flex; flex-wrap:wrap; gap:14px; margin:34px 0; }
.nh-shell-button--ghost { background:transparent; color:#fff; border-color:rgba(255,255,255,.34); }
.nh-404__search { max-width:650px; margin-top:44px; }
.nh-404__search label { display:block; margin-bottom:9px; color:rgba(255,255,255,.72); font-weight:700; }
.nh-404__search>div { display:flex; }
.nh-404__search input { flex:1; min-width:0; min-height:54px; padding:13px 16px; border:1px solid rgba(255,255,255,.18); border-radius:12px 0 0 12px; background:rgba(255,255,255,.08); color:#fff; font:inherit; }
.nh-404__search button { padding:12px 22px; border:0; border-radius:0 12px 12px 0; background:var(--nhs-lime); color:#102419; font:inherit; font-weight:900; }
.nh-404__help { display:flex; align-items:center; justify-content:space-between; gap:24px; max-width:760px; margin-top:44px; padding:22px 24px; border:1px solid rgba(255,255,255,.13); border-radius:18px; background:rgba(255,255,255,.05); }
.nh-404__help>div { display:flex; flex-direction:column; gap:4px; }
.nh-404__help strong { color:#fff; }
.nh-404__help span { color:rgba(255,255,255,.62); }
.nh-404__help>a { flex:0 0 auto; color:var(--nhs-lime); font-weight:900; text-decoration:none; }
.nh-404__panel { position:relative; overflow:hidden; padding:clamp(28px,4vw,52px); border:1px solid rgba(255,255,255,.13); border-radius:26px; background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025)); }
.nh-404__number { position:absolute; top:-40px; right:-10px; color:rgba(168,203,100,.08); font-size:180px; font-weight:900; line-height:1; }
.nh-404__panel h2 { position:relative; margin:0 0 26px; color:#fff; }
.nh-404__panel a { position:relative; display:flex; justify-content:space-between; gap:20px; padding:19px 0; border-top:1px solid rgba(255,255,255,.11); color:#fff; text-decoration:none; }
.nh-404__panel b { color:var(--nhs-lime); }
body.nh-shell-body .nh-site-footer { margin:0; }
@media(max-width:1100px){.nh-site-header__nav{display:none}.nh-page-content--directory .nh-grid,.nh-service-businesses .nh-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nh-content-list,.nh-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nh-service-hero,.nh-service-explain,.nh-service-guidance,.nh-404{grid-template-columns:1fr}.nh-service-hero__icon{display:none}.nh-404__panel{max-width:760px}}
@media(max-width:640px){.nh-site-header{min-height:78px;padding:10px 18px}.nh-site-header__brand img{height:50px;max-width:190px}.nh-site-header__cta{min-height:42px;padding:9px 12px;font-size:13px}.nh-page-hero{padding-top:60px}.nh-page-hero h1,.nh-service-hero__copy h1{font-size:clamp(42px,14vw,62px)}.nh-page-content--directory .nh-grid,.nh-content-list,.nh-service-businesses .nh-grid,.nh-info-grid,.nh-link-grid,.nh-contact-cards{grid-template-columns:1fr}.nh-service-hero{min-height:auto;padding-top:62px}.nh-service-explain ul{grid-template-columns:1fr}.nh-service-explain li{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)!important}.nh-service-explain li:last-child{border-bottom:0!important}.nh-service-heading,.nh-service-cta{align-items:flex-start;flex-direction:column}.nh-404{min-height:auto;padding-top:70px}.nh-404__copy h1{font-size:clamp(48px,15vw,72px)}.nh-404__help{align-items:flex-start;flex-direction:column}.nh-404__panel{padding:26px}.nh-404__number{font-size:120px}}
