/*
Theme Name: New Hope Care
Theme URI: https://newhopecareservices.org
Author: New Hope Care Services
Description: A lightweight, accessible theme for New Hope Care Services.
Version: 1.3.5
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: newhope-care
*/

:root {
  --navy-950: #071a33;
  --navy-900: #0a2342;
  --navy-800: #12345a;
  --blue-700: #11699b;
  --blue-600: #1284b5;
  --blue-100: #e6f4fa;
  --green-700: #247a4c;
  --green-600: #32a760;
  --green-100: #e8f6ed;
  --gold-600: #d89628;
  --gold-100: #fff4df;
  --ink: #18334b;
  --muted: #5d7184;
  --line: #dce7ee;
  --surface: #f4f8fa;
  --white: #ffffff;
  --shadow-sm: 0 10px 30px rgba(7, 35, 66, 0.08);
  --shadow-lg: 0 24px 70px rgba(7, 35, 66, 0.16);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shell: 1180px;
  --font-sans: "Aptos", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--green-700); }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 {
  color: var(--navy-900);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 0.7em;
}
h1 { font-size: clamp(2.65rem, 5.2vw, 5rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { margin: 0 0 1.2em; }
ul, ol { margin-top: 0; }
address { font-style: normal; }

.site-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  transform: translateY(-150%);
  padding: 12px 18px;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ffbd4a; outline-offset: 3px; }

.utility-bar { color: #dcecf5; background: var(--navy-950); font-size: 0.78rem; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.utility-inner p { margin: 0; display: flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; background: #61d189; border-radius: 50%; box-shadow: 0 0 0 4px rgba(97, 209, 137, 0.14); }
.utility-links { display: flex; align-items: center; gap: 22px; }
.utility-links a { color: #f1f8fb; text-decoration: none; }
.utility-links a:hover { color: #8bdcad; }

.availability-banner { color: #173b2a; background: #dff5e7; border-bottom: 1px solid #b9e1c8; }
.availability-banner[hidden] { display: none; }
.availability-banner-inner { min-height: 52px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 22px; padding-block: 8px; }
.availability-banner p { margin: 0; font-size: .8rem; }
.availability-banner a { color: #155f39; font-size: .78rem; font-weight: 800; white-space: nowrap; text-decoration: none; }
.availability-banner button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; color: #275c40; background: transparent; border: 0; border-radius: 50%; cursor: pointer; font-size: 1.35rem; line-height: 1; }
.availability-banner button:hover { background: rgba(255,255,255,.65); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); border-bottom: 1px solid rgba(220,231,238,0.85); backdrop-filter: blur(14px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(7,35,66,.08); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 196px; max-height: 68px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav .menu { list-style: none; display: flex; align-items: center; gap: 29px; margin: 0; padding: 0; }
.primary-nav .menu a { color: var(--ink); font-size: .93rem; font-weight: 650; text-decoration: none; }
.primary-nav .menu a:hover, .primary-nav .current-menu-item > a { color: var(--blue-700); }
.primary-nav .menu-item-has-children { position: relative; }
.primary-nav .sub-menu { position: absolute; top: calc(100% + 12px); left: -18px; z-index: 10; min-width: 245px; display: grid; gap: 0; visibility: hidden; margin: 0; padding: 9px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow-sm); list-style: none; opacity: 0; transform: translateY(-5px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.primary-nav .sub-menu::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 13px; }
.primary-nav .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; font-size: .84rem; white-space: nowrap; }
.primary-nav .sub-menu a:hover { background: var(--surface); }
.primary-nav .menu-item-has-children:hover > .sub-menu, .primary-nav .menu-item-has-children:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.menu-toggle { display: none; border: 0; color: var(--navy-900); background: transparent; cursor: pointer; }
.menu-toggle-lines { width: 25px; display: grid; gap: 5px; }
.menu-toggle-lines span { display: block; height: 2px; background: currentColor; border-radius: 2px; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 23px;
  color: var(--white);
  background: var(--blue-700);
  border: 2px solid var(--blue-700);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(17,105,155,.18);
  font-size: .92rem;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { color: var(--white); background: var(--green-700); border-color: var(--green-700); box-shadow: 0 13px 28px rgba(36,122,76,.2); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 11px 18px; font-size: .82rem; }
.button-secondary { color: var(--navy-900); background: transparent; border-color: #a9bdc9; box-shadow: none; }
.button-secondary:hover { color: var(--navy-900); background: var(--white); border-color: var(--navy-900); }
.button-light { color: var(--navy-900); background: var(--white); border-color: var(--white); box-shadow: none; }
.button-light:hover { color: var(--navy-900); background: #eef8f2; border-color: #eef8f2; }
.button-ghost { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); box-shadow: none; }
.button-ghost:hover { color: var(--navy-900); background: var(--white); border-color: var(--white); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-700); font-size: .92rem; font-weight: 760; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: var(--blue-700); font-size: .76rem; font-weight: 800; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; background: var(--green-600); border-radius: 2px; }
.eyebrow-light { color: #a9d9ed; }
.eyebrow-light > span { background: #77d19a; }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: 78px 0 92px; background: linear-gradient(135deg, #f7fbfd 0%, #eef7f8 50%, #f8fbf6 100%); }
.hero::after { content: ""; position: absolute; inset: auto -15% -230px 36%; z-index: -2; height: 460px; background: radial-gradient(ellipse, rgba(50,167,96,.13), transparent 68%); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 450px; height: 450px; right: -270px; top: -230px; background: rgba(18,132,181,.08); }
.hero-orb-two { width: 180px; height: 180px; left: -80px; bottom: -80px; border: 35px solid rgba(50,167,96,.08); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr); align-items: center; gap: clamp(50px, 7vw, 94px); }
.hero-copy h1 { max-width: 760px; margin-bottom: 24px; }
.hero-lede { max-width: 690px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.7; }
.hero-copy .button-row { margin-top: 32px; }
.hero-checks { list-style: none; display: flex; flex-wrap: wrap; gap: 20px; margin: 29px 0 0; padding: 0; color: var(--ink); font-size: .82rem; font-weight: 670; }
.hero-checks li { display: flex; align-items: center; gap: 8px; }
.hero-checks li::before { content: "✓"; width: 20px; height: 20px; display: grid; place-items: center; color: var(--green-700); background: var(--green-100); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.hero-visual { position: relative; min-height: 520px; }
.hero-image-wrap { position: absolute; inset: 0 18px 38px 52px; overflow: hidden; background: #d7e6ec; border-radius: 42% 16% 28% 14% / 24% 22% 19% 26%; box-shadow: var(--shadow-lg); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(7,26,51,.13)); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-service-badge { position: absolute; left: 0; bottom: 0; display: flex; align-items: center; gap: 13px; padding: 14px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); }
.badge-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue-700); background: var(--blue-100); border-radius: 12px; }
.badge-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.hero-service-badge div { display: grid; }
.hero-service-badge strong { color: var(--navy-900); font-size: .83rem; }
.hero-service-badge span { color: var(--muted); font-size: .7rem; }
.hero-location-card { position: absolute; top: 35px; right: -15px; display: grid; grid-template-columns: 16px auto; column-gap: 4px; padding: 13px 16px; color: var(--white); background: rgba(7,35,66,.9); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.hero-location-card > span { grid-row: 1 / 3; color: #6dd194; font-size: .65rem; }
.hero-location-card strong { font-size: .78rem; }
.hero-location-card small { color: #c4d8e4; font-size: .66rem; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 102px; display: flex; flex-direction: column; justify-content: center; padding: 18px 28px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { color: var(--navy-900); font-size: .9rem; }
.trust-grid span { color: var(--muted); font-size: .72rem; }

.availability-section { padding: 42px 0; background: #f0faf4; border-bottom: 1px solid #d4eadc; }
.availability-panel { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 65px; }
.availability-panel h2 { margin-bottom: 14px; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.availability-panel p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .94rem; }
.availability-actions { display: grid; gap: 12px; }
.availability-actions .text-link { justify-content: center; margin-top: 4px; }

.services-section { background: var(--white); }
.section-heading { margin-bottom: 50px; }
.heading-split { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 90px; }
.heading-split h2 { max-width: 780px; margin-bottom: 0; }
.heading-split > p { color: var(--muted); margin-bottom: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 410px; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease; }
.service-card::after { content: ""; position: absolute; right: -70px; bottom: -80px; width: 190px; height: 190px; border: 30px solid currentColor; border-radius: 50%; opacity: .045; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-sm); }
.service-card-blue { color: var(--blue-700); background: linear-gradient(145deg, #f4fbfe, #edf7fb); }
.service-card-green { color: var(--green-700); background: linear-gradient(145deg, #f6fcf8, #edf8f1); }
.service-card-gold { color: #a86c0b; background: linear-gradient(145deg, #fffcf5, #fff5df); }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 46px; color: currentColor; background: rgba(255,255,255,.72); border: 1px solid currentColor; border-radius: 18px; }
.service-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.service-kicker { margin-bottom: 9px; color: currentColor; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.service-card h3 { max-width: 290px; margin-bottom: 16px; }
.service-card > p:not(.service-kicker) { color: var(--muted); font-size: .91rem; }
.service-card .text-link { position: absolute; left: 34px; bottom: 31px; color: currentColor; }
.service-note { max-width: 830px; margin: 32px auto 0; color: var(--muted); font-size: .78rem; text-align: center; }

.audience-section { color: #dce9f1; background: var(--navy-900); }
.audience-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.audience-image { position: relative; min-height: 590px; }
.audience-image > img { position: absolute; inset: 0 30px 60px 0; width: calc(100% - 30px); height: calc(100% - 60px); object-fit: cover; border-radius: 18px 90px 18px 18px; }
.image-caption { position: absolute; right: 0; bottom: 0; max-width: 310px; display: grid; padding: 19px 23px; color: var(--navy-900); background: #bdeacb; border-radius: 16px 16px 16px 4px; box-shadow: var(--shadow-sm); }
.image-caption strong { font-size: .9rem; }
.image-caption span { font-size: .75rem; }
.audience-copy h2 { color: var(--white); }
.audience-copy > p:not(.eyebrow) { color: #b9cdda; }
.audience-cards { display: grid; gap: 12px; margin-top: 35px; }
.audience-cards a { display: grid; padding: 20px 22px; color: var(--white); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.audience-cards a:hover { background: rgba(255,255,255,.1); border-color: rgba(119,209,154,.6); transform: translateX(5px); }
.audience-cards strong { margin-bottom: 5px; }
.audience-cards span { color: #b9cdda; font-size: .82rem; }
.audience-cards em { margin-top: 7px; color: #8cdaa8; font-size: .77rem; font-style: normal; font-weight: 750; }

.process-section { background: var(--surface); }
.centered-heading { max-width: 780px; margin-right: auto; margin-left: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p:not(.eyebrow) { color: var(--muted); }
.process-grid { counter-reset: step; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 58px 0 0; padding: 0; }
.process-grid li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 19px; padding: 0 35px; }
.process-grid li:first-child { padding-left: 0; }
.process-grid li:last-child { padding-right: 0; }
.process-grid li:not(:last-child)::after { content: ""; position: absolute; top: 25px; right: -2px; width: 40px; border-top: 1px dashed #9fb5c1; transform: translateX(50%); }
.process-grid li > span { width: 52px; height: 52px; display: grid; place-items: center; color: var(--blue-700); background: var(--white); border: 1px solid var(--line); border-radius: 50%; box-shadow: var(--shadow-sm); font-size: .78rem; font-weight: 850; }
.process-grid h3 { margin: 4px 0 11px; font-size: 1.14rem; }
.process-grid p { color: var(--muted); font-size: .83rem; }
.process-actions { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 56px; }

.values-section { background: var(--white); }
.values-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(60px, 10vw, 140px); }
.values-grid > div:first-child { position: sticky; top: 140px; }
.values-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.values-list { border-top: 1px solid var(--line); }
.values-list article { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.values-list article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--green-700); background: var(--green-100); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.values-list h3 { margin: 2px 0 7px; }
.values-list p { margin: 0; color: var(--muted); font-size: .88rem; }

.careers-banner { color: var(--white); background: linear-gradient(120deg, var(--green-700), #18643d); }
.careers-inner { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 70px; }
.careers-inner h2 { color: var(--white); }
.careers-inner p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: #d7f0df; }
.careers-actions { display: grid; gap: 12px; }

.contact-cta { background: linear-gradient(135deg, #f5fafc, #eef7f1); }
.contact-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 90px; }
.contact-cta-inner > div:first-child > p:not(.eyebrow) { max-width: 720px; color: var(--muted); }
.contact-cta-card { display: grid; gap: 20px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.contact-cta-card > a:not(.button) { display: grid; color: var(--navy-900); text-align: center; text-decoration: none; }
.contact-cta-card strong { font-size: 1.2rem; }
.contact-cta-card span { color: var(--muted); font-size: .75rem; }

.site-footer { padding: 82px 0 0; color: #b9cbd8; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .85fr 1.15fr; gap: 65px; padding-bottom: 62px; }
.brand-footer { display: inline-flex; margin-bottom: 17px; padding: 8px 12px; background: var(--white); border-radius: 10px; }
.brand-footer img { width: 185px; }
.footer-brand > p { max-width: 330px; font-size: .82rem; }
.social-links { display: flex; gap: 17px; }
.social-links a { color: #9edfb6; font-size: .78rem; font-weight: 700; }
.site-footer h2 { margin-bottom: 19px; color: var(--white); font-size: .86rem; letter-spacing: .02em; }
.footer-links { list-style: none; display: grid; gap: 11px; margin: 0; padding: 0; }
.footer-links a { color: #b9cbd8; font-size: .8rem; text-decoration: none; }
.footer-links a:hover { color: #8bdcac; }
.footer-contact { display: grid; gap: 10px; color: #b9cbd8; font-size: .79rem; }
.footer-contact a { color: #dbe8f0; text-decoration: none; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; gap: 20px; }
.footer-bottom a { color: #b9cbd8; text-decoration: none; }

/* Inner pages */
.page-hero { position: relative; overflow: hidden; padding: 78px 0; color: #c9dbe7; background: linear-gradient(120deg, var(--navy-900), #10385c); }
.page-hero::after { content: ""; position: absolute; right: -100px; bottom: -260px; width: 520px; height: 520px; border: 85px solid rgba(70,180,112,.1); border-radius: 50%; }
.page-hero-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.page-hero h1 { max-width: 880px; margin-bottom: 12px; color: var(--white); font-size: clamp(2.6rem, 5vw, 4.5rem); }
.page-hero p:not(.eyebrow) { max-width: 760px; margin: 0; color: #c9dbe7; font-size: 1.05rem; }
.page-hero-mark { width: 150px; height: 150px; position: relative; flex: 0 0 auto; }
.page-hero-mark span { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.page-hero-mark span:nth-child(1) { inset: 0; }
.page-hero-mark span:nth-child(2) { inset: 24px; }
.page-hero-mark span:nth-child(3) { inset: 51px; background: #72d195; border: 0; }
.page-content { width: min(calc(100% - 40px), 1000px); padding-top: 80px; padding-bottom: 100px; }
.page-content > :first-child { margin-top: 0; }
.page-content h2 { margin-top: 1.35em; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.page-content h3 { margin-top: 1.7em; }
.page-content p, .page-content li { color: #435f74; }
.page-content a { font-weight: 650; }
.page-content .wp-block-button__link { color: var(--white); background: var(--blue-700); border-radius: 999px; }
.nh-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: start; margin-bottom: 75px; }
.nh-intro > p:first-child { color: var(--navy-900); font-size: 1.34rem; line-height: 1.55; }
.nh-fact-card { padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.nh-fact-card h2, .nh-fact-card h3 { margin-top: 0; }
.nh-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 32px 0 55px; }
.nh-card { padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 7px 22px rgba(7,35,66,.05); }
.nh-card h3 { margin-top: 0; }
.nh-card p:last-child { margin-bottom: 0; }
.nh-checklist { list-style: none; display: grid; gap: 13px; margin: 25px 0 45px; padding: 0; }
.nh-checklist li { position: relative; padding-left: 34px; }
.nh-checklist li::before { content: "✓"; position: absolute; left: 0; top: 2px; width: 23px; height: 23px; display: grid; place-items: center; color: var(--green-700); background: var(--green-100); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.nh-steps { list-style: none; counter-reset: steps; display: grid; gap: 17px; margin: 30px 0 55px; padding: 0; }
.nh-steps li { counter-increment: steps; display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px; background: var(--surface); border-radius: 14px; }
.nh-steps li::before { content: counter(steps); width: 44px; height: 44px; display: grid; place-items: center; color: var(--white); background: var(--blue-700); border-radius: 50%; font-size: .78rem; font-weight: 800; }
.nh-steps li > span { display: none; }
.nh-callout { margin: 50px 0; padding: 34px; color: #dceaf1; background: var(--navy-900); border-radius: 20px; }
.nh-callout h2, .nh-callout h3 { margin-top: 0; color: var(--white); }
.nh-callout p { color: #c5d8e4; }
.nh-callout a { color: #8fdfac; }
.nh-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.nh-button { display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; color: var(--white) !important; background: var(--blue-700); border-radius: 999px; text-decoration: none; }
.nh-button-alt { color: var(--navy-900) !important; background: var(--green-100); }
.nh-faq-section { margin-top: 64px; }
.nh-notice { padding: 22px 25px; background: var(--gold-100); border-left: 4px solid var(--gold-600); border-radius: 4px 12px 12px 4px; }
.nh-availability { margin: 0 0 55px; padding: 32px; background: linear-gradient(135deg, #edf9f1, #f6fcf8); border: 1px solid #cbe7d5; border-radius: 18px; }
.nh-availability-neutral { background: linear-gradient(135deg, #eef7fb, #f8fbfd); border-color: #cfe3ed; }
.nh-availability h2 { margin-top: 0; }
.nh-availability > p:not(.eyebrow) { max-width: 840px; }
.nh-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 35px; align-items: start; }
.nh-contact-list { display: grid; gap: 14px; }
.nh-contact-list a, .nh-contact-list span { display: block; padding: 18px; color: var(--ink); background: var(--surface); border-radius: 12px; text-decoration: none; }
.nh-form-panel { padding: 30px; scroll-margin-top: 105px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.nh-form-privacy { padding: 14px 16px; background: var(--gold-100); border-radius: 9px; font-size: .78rem; }
.nh-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
.nh-form-grid > p { margin-bottom: 0; }
.nh-form-fieldset { margin: 0 0 20px; padding: 0; border: 0; }
.nh-form-fieldset legend { margin-bottom: 10px; color: var(--navy-900); font-size: .82rem; font-weight: 700; }
.wpcf7-form label { color: var(--navy-900); font-size: .82rem; font-weight: 700; }
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea, .wpcf7-form select { width: 100%; padding: 13px 14px; background: var(--white); border: 1px solid #b9cbd6; border-radius: 9px; }
.wpcf7-form input[type="submit"] { padding: 13px 24px; color: var(--white); background: var(--blue-700); border: 0; border-radius: 999px; cursor: pointer; font-weight: 750; }

/* Job application */
.page-content-application { width: min(calc(100% - 40px), var(--shell)); }
.nh-application-intro { max-width: 790px; margin-bottom: 50px; }
.nh-application-intro h2 { margin: 0 0 16px; }
.nh-application-intro > p:last-child { margin: 0; color: var(--muted); font-size: 1.05rem; }
.nh-application-layout { display: grid; grid-template-columns: minmax(250px, .68fr) minmax(0, 1.5fr); align-items: start; gap: 38px; }
.nh-application-guide { position: sticky; top: 126px; padding: 30px; background: linear-gradient(145deg, #f0f8fb, #eef8f2); border: 1px solid var(--line); border-radius: var(--radius-md); }
.nh-application-guide h2 { margin: 0 0 18px; font-size: 1.7rem; }
.nh-application-guide .nh-checklist { margin-bottom: 26px; }
.nh-application-guide .nh-checklist li { color: var(--ink); font-size: .87rem; }
.nh-application-privacy { padding: 20px; background: var(--white); border: 1px solid #ead7b6; border-radius: 13px; }
.nh-application-privacy strong { display: block; margin-bottom: 5px; color: var(--navy-900); }
.nh-application-privacy p { margin: 0 0 8px; color: var(--muted); font-size: .78rem; }
.nh-application-privacy a { font-size: .76rem; font-weight: 750; }
.nh-application-back { display: inline-flex; margin-top: 22px; font-size: .8rem; font-weight: 750; text-decoration: none; }
.nh-application-form-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.nh-application-form-heading { padding: 34px 38px 30px; background: var(--navy-900); }
.nh-application-form-heading h2 { margin: 0 0 10px; color: var(--white); font-size: clamp(1.75rem, 3vw, 2.35rem); }
.nh-application-form-heading p:last-child { margin: 0; color: #c8dce8; font-size: .88rem; }
.nh-application-form-heading .eyebrow { color: #8fe0ad; }
.nh-job-application { padding: 0 38px 38px; }
.nh-form-section { padding: 38px 0; border-bottom: 1px solid var(--line); }
.nh-form-section-heading { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; margin-bottom: 26px; }
.nh-form-section-heading > p:first-child { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: var(--green-700); border-radius: 50%; font-size: .78rem; font-weight: 850; }
.nh-form-section-heading h3 { margin: 1px 0 5px; font-size: 1.3rem; }
.nh-form-section-heading p { margin: 0; color: var(--muted); font-size: .82rem; }
.nh-job-application .nh-form-grid { display: block; }
.nh-job-application .nh-form-grid > p { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; margin: 0; }
.nh-job-application .nh-form-grid br { display: none; }
.nh-job-application .nh-form-grid > p > label { display: block; margin: 0; }
.nh-job-application .nh-form-grid > p > label > .wpcf7-form-control-wrap { display: block; margin-top: 7px; }
.nh-job-application .nh-form-grid > p > label.nh-form-full { grid-column: 1 / -1; }
.nh-form-full { grid-column: 1 / -1; }
.nh-question-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 26px; }
.nh-choice-group { margin: 0; padding: 18px 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 13px; }
.nh-choice-group-spaced { margin-bottom: 24px; }
.nh-choice-group legend { max-width: 100%; padding: 0 5px; color: var(--navy-900); font-size: .84rem; font-weight: 760; }
.nh-required, .nh-field-note { color: var(--muted); font-size: .67rem; font-weight: 600; }
.nh-choice-group .wpcf7-form-control { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.nh-choice-group .wpcf7-list-item { margin: 0; }
.nh-choice-group .wpcf7-list-item label, .nh-form-certification .wpcf7-list-item label { display: inline-flex; align-items: flex-start; gap: 8px; cursor: pointer; font-weight: 600; line-height: 1.35; }
.nh-choice-group input[type="radio"], .nh-choice-group input[type="checkbox"], .nh-form-certification input[type="checkbox"] { width: 19px; height: 19px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--green-700); }
.nh-job-application > p, .nh-form-section > p { margin-bottom: 22px; }
.nh-job-application label { display: grid; gap: 7px; }
.nh-job-application input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .nh-job-application textarea, .nh-job-application select { min-height: 50px; width: 100%; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid #afc4d1; border-radius: 10px; box-shadow: inset 0 1px 2px rgba(7,35,66,.03); }
.nh-job-application textarea { min-height: 135px; resize: vertical; }
.nh-job-application input:focus, .nh-job-application textarea:focus, .nh-job-application select:focus { border-color: var(--blue-700); outline: 3px solid rgba(18,132,181,.16); outline-offset: 0; }
.nh-job-application input[type="file"] { padding: 11px; background: var(--surface); }
.nh-job-application input[type="file"]::file-selector-button { margin-right: 12px; padding: 8px 13px; color: var(--navy-900); background: var(--green-100); border: 0; border-radius: 8px; font-weight: 750; cursor: pointer; }
.nh-form-submit { padding-top: 32px; }
.nh-form-certification { padding: 18px 20px; background: var(--gold-100); border: 1px solid #efd8ad; border-radius: 12px; }
.nh-form-certification .wpcf7-list-item { margin: 0; }
.nh-form-submit-note { margin: 14px 0 20px; color: var(--muted); font-size: .75rem; }
.nh-job-application input[type="submit"] { min-width: 210px; min-height: 52px; padding: 13px 25px; color: var(--white); background: var(--blue-700); border: 0; border-radius: 999px; box-shadow: 0 10px 24px rgba(17,105,155,.18); cursor: pointer; font-weight: 780; }
.nh-job-application input[type="submit"]:hover { background: var(--green-700); }
.nh-job-application input[type="submit"]:disabled { cursor: not-allowed; opacity: .58; }
.nh-job-application .wpcf7-not-valid-tip { margin-top: 5px; color: #a22828; font-size: .73rem; font-weight: 650; }
.nh-application-form-card .wpcf7-response-output { margin: 22px 38px 0; padding: 14px 16px; border-radius: 10px; font-size: .82rem; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 75px; padding-bottom: 100px; }
.article-card { padding: 27px; border: 1px solid var(--line); border-radius: 17px; }
.article-card h2 { font-size: 1.35rem; }
.article-card h2 a { color: var(--navy-900); text-decoration: none; }
.article-card p { color: var(--muted); font-size: .88rem; }
.article-date { color: var(--green-700) !important; font-size: .7rem !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-content { max-width: 820px; }

@media (max-width: 1080px) {
  .primary-nav { gap: 18px; }
  .primary-nav .menu { gap: 19px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 45px; }
  .hero-visual { min-height: 470px; }
  .hero-image-wrap { left: 25px; }
  .service-card { padding: 28px; }
  .service-card .text-link { left: 28px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  body { font-size: 16px; }
  .site-shell { width: min(calc(100% - 30px), var(--shell)); }
  .section { padding: 78px 0; }
  .utility-links a:last-child { display: none; }
  .utility-inner p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .header-inner { min-height: 74px; }
  .brand img { width: 160px; }
  .menu-toggle { display: flex; align-items: center; gap: 10px; }
  .menu-toggle-label { font-size: .78rem; font-weight: 750; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; max-height: calc(100vh - 74px); display: none; align-items: stretch; padding: 24px 20px 40px; background: var(--white); box-shadow: 0 18px 35px rgba(7,35,66,.16); overflow-y: auto; }
  .primary-nav.is-open { display: block; }
  .primary-nav .menu { display: grid; gap: 0; }
  .primary-nav .menu li { border-bottom: 1px solid var(--line); }
  .primary-nav .menu a { display: block; padding: 18px 4px; font-size: 1.05rem; }
  .primary-nav .sub-menu { position: static; min-width: 0; visibility: visible; display: grid; margin: -5px 0 10px 14px; padding: 0 0 0 15px; background: transparent; border: 0; border-left: 2px solid var(--line); border-radius: 0; box-shadow: none; opacity: 1; transform: none; }
  .primary-nav .sub-menu li { border: 0; }
  .primary-nav .sub-menu a { padding: 11px 4px; font-size: .92rem; white-space: normal; }
  .header-cta { display: inline-flex; margin-top: 24px; }
  .hero { padding: 58px 0 75px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-visual { min-height: 500px; }
  .hero-image-wrap { inset: 0 12px 32px 30px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-bottom: 0; }
  .trust-grid > div:first-child { padding-left: 28px; }
  .heading-split { grid-template-columns: 1fr; gap: 20px; }
  .heading-split > p { max-width: 650px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-image { min-height: 530px; }
  .audience-copy { max-width: 700px; }
  .process-grid { grid-template-columns: 1fr; gap: 25px; }
  .process-grid li, .process-grid li:first-child, .process-grid li:last-child { padding: 0; }
  .process-grid li::after { display: none; }
  .values-grid { grid-template-columns: 1fr; gap: 45px; }
  .values-grid > div:first-child { position: static; }
  .careers-inner, .contact-cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .availability-panel { grid-template-columns: 1fr; gap: 28px; }
  .careers-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: auto; }
  .nh-intro, .nh-contact-grid { grid-template-columns: 1fr; }
  .nh-application-layout { grid-template-columns: 1fr; }
  .nh-application-guide { position: static; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .utility-inner { justify-content: center; }
  .utility-inner p { display: none; }
  .utility-links { width: 100%; justify-content: space-between; }
  .availability-banner-inner { grid-template-columns: 1fr auto; gap: 10px; padding-block: 10px; }
  .availability-banner-inner p { font-size: .74rem; }
  .availability-banner-inner > a { grid-column: 1; grid-row: 2; }
  .availability-banner-inner > button { grid-column: 2; grid-row: 1 / 3; }
  .hero h1 { font-size: 2.75rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-checks { display: grid; gap: 10px; }
  .hero-visual { min-height: 410px; }
  .hero-image-wrap { inset: 0 0 48px 0; border-radius: 26px 26px 70px 26px; }
  .hero-service-badge { left: 8px; bottom: 17px; }
  .hero-location-card { top: 14px; right: 8px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 86px; padding: 15px 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .service-card { min-height: 375px; }
  .audience-image { min-height: 400px; }
  .audience-image > img { inset: 0 0 60px 0; width: 100%; }
  .image-caption { max-width: calc(100% - 18px); }
  .process-actions { align-items: stretch; flex-direction: column; }
  .values-list article { grid-template-columns: 45px 1fr; gap: 14px; }
  .careers-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .page-hero { padding: 58px 0; }
  .page-hero-mark { display: none; }
  .page-content { width: min(calc(100% - 30px), 1000px); padding-top: 55px; }
  .nh-grid, .archive-grid { grid-template-columns: 1fr; }
  .nh-form-grid { grid-template-columns: 1fr; }
  .nh-job-application .nh-form-grid > p { grid-template-columns: 1fr; }
  .nh-job-application .nh-form-grid > p > label.nh-form-full { grid-column: auto; }
  .nh-question-grid { grid-template-columns: 1fr; }
  .nh-form-full { grid-column: auto; }
  .nh-application-form-heading { padding: 28px 24px; }
  .nh-job-application { padding: 0 24px 28px; }
  .nh-form-section { padding: 30px 0; }
  .nh-choice-group .wpcf7-form-control { display: grid; gap: 10px; }
  .nh-application-form-card .wpcf7-response-output { margin-inline: 24px; }
  .nh-callout, .nh-form-panel { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
