:root {
	--pf-green: #31584c;
	--pf-green-dark: #24463d;
	--pf-green-light: #e9f0ed;
	--pf-sage: #7f998e;
	--pf-cream: #f7f3eb;
	--pf-sand: #d7c6ab;
	--pf-ink: #26312e;
	--pf-muted: #68736f;
	--pf-white: #ffffff;
	--pf-border: rgba(49, 88, 76, 0.16);
}

html { scroll-padding-top: 92px; }
body { color: var(--pf-ink); background: #fff; font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif; }
input, select, textarea { font-family: inherit; }
a { color: var(--pf-green); }
a:hover { color: var(--pf-green-dark) !important; }

.stage-bar {
	position: relative;
	z-index: 10002;
	background: var(--pf-green-dark);
	color: rgba(255,255,255,.92);
	text-align: center;
	padding: .55rem 1rem;
	font-size: .82rem;
	letter-spacing: .02em;
}
.stage-bar strong { color: #fff; margin-right: .7rem; }
.stage-bar span { opacity: .9; }

.site-nav {
	position: sticky;
	top: 0;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: .85rem 3rem;
	background: rgba(255,255,255,.95);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--pf-border);
}
.brand { display: inline-flex; align-items: center; gap: .72rem; border: 0; text-decoration: none; color: var(--pf-ink) !important; }
.brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.55rem;
	height: 2.55rem;
	border-radius: 50%;
	background: var(--pf-green);
	color: #fff;
	font-weight: 400;
	letter-spacing: .06em;
	font-size: .84rem;
	box-shadow: inset 0 0 0 5px rgba(255,255,255,.16);
	flex: 0 0 auto;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-weight: 400; letter-spacing: .02em; }
.brand-copy small { text-transform: uppercase; letter-spacing: .22em; font-size: .56rem; margin-top: .27rem; color: var(--pf-muted); }
.nav-links { display: flex; align-items: center; gap: 1.55rem; }
.nav-links > a:not(.button) { border: 0; color: var(--pf-ink); font-size: .85rem; }

.button.primary,
input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary {
	background-color: var(--pf-green);
	box-shadow: inset 0 0 0 1px var(--pf-green);
	color: #fff !important;
}
.button.primary:hover { background-color: var(--pf-green-dark); box-shadow: inset 0 0 0 1px var(--pf-green-dark); }

.eyebrow {
	margin: 0 0 .85rem 0;
	text-transform: uppercase;
	letter-spacing: .22em;
	font-size: .72rem;
	font-weight: 400;
	color: var(--pf-green);
}

.pathways-hero .content { background: linear-gradient(135deg, #fff 0%, #fbfaf6 100%); }
.pathways-hero h1 { font-size: 4.25rem; line-height: .95; letter-spacing: -.035em; margin-bottom: 1.35rem; color: var(--pf-ink); }
.pathways-hero h1 span { color: var(--pf-green); font-weight: 300; }
.pathways-hero p.major { max-width: 35rem; color: #4d5a56; }
.pathways-hero .image:after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(36,70,61,.08), rgba(36,70,61,.02));
	pointer-events: none;
}
.status-card {
	display: flex;
	align-items: flex-start;
	gap: .85rem;
	max-width: 38rem;
	margin: 1.6rem 0 1.9rem;
	padding: 1rem 1.1rem;
	border-radius: .45rem;
	background: var(--pf-green-light);
	border: 1px solid var(--pf-border);
	font-size: .9rem;
	line-height: 1.55;
}
.status-dot { width: .65rem; height: .65rem; border-radius: 50%; background: var(--pf-green); margin-top: .4rem; flex: 0 0 auto; box-shadow: 0 0 0 5px rgba(49,88,76,.1); }

.spotlight .content h2, .wrapper h2 { color: var(--pf-ink); letter-spacing: -.02em; }
.spotlight .content { padding-top: 5.4rem; padding-bottom: 5.4rem; }
.note-box { background: var(--pf-cream); border-left: 3px solid var(--pf-sand); padding: 1rem 1.15rem; margin-top: 1.7rem; font-size: .9rem; }

.feature-list { list-style: none; padding: 0; margin: 1.7rem 0 0; }
.feature-list li { display: flex; gap: 1rem; padding: .9rem 0; border-top: 1px solid var(--pf-border); }
.feature-list li:last-child { border-bottom: 1px solid var(--pf-border); }
.feature-list .icon { color: var(--pf-green); min-width: 1.4rem; margin-top: .2rem; text-align: center; }

.evaluation-section { background: #fbfaf7; }
.evaluation-section .inner, .partner-section .inner, .roadmap-section .inner { max-width: 78rem; }
.section-intro { max-width: 48rem; margin-left: auto; margin-right: auto; color: var(--pf-muted); }
.pathways-items section { background: #fff; }
.pathways-items .icon.style2 { color: var(--pf-green) !important; border-color: var(--pf-border) !important; }
.pathways-items p { color: var(--pf-muted); }

.partner-section { background: var(--pf-green-light); }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2.25rem 0; text-align: left; }
.partner-grid > div { display: flex; align-items: center; gap: .9rem; background: #fff; padding: 1.05rem 1.1rem; border: 1px solid var(--pf-border); border-radius: .35rem; }
.partner-grid .icon { color: var(--pf-green); width: 1.4rem; text-align: center; }
.partner-grid strong { font-weight: 400; }
.questions-card { max-width: 54rem; margin: 2.5rem auto 0; padding: 2rem 2.3rem; background: var(--pf-green); color: rgba(255,255,255,.93); text-align: left; border-radius: .5rem; }
.questions-card h3 { color: #fff; text-align: center; }
.questions-card ol { margin: 0; }
.questions-card li { margin: .8rem 0; padding-left: .35rem; }

.roadmap-section { background: var(--pf-cream); }
.roadmap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.5rem; text-align: left; }
.roadmap-step { position: relative; display: flex; gap: .9rem; align-items: flex-start; padding: 1.4rem; background: rgba(255,255,255,.65); border: 1px solid rgba(49,88,76,.12); border-radius: .4rem; }
.roadmap-step > span { font-size: 1.4rem; color: var(--pf-sage); line-height: 1; }
.roadmap-step strong { display: block; font-weight: 400; line-height: 1.25; }
.roadmap-step small { display: block; color: var(--pf-muted); margin-top: .45rem; font-size: .75rem; }
.roadmap-step.active { background: var(--pf-green); color: #fff; }
.roadmap-step.active > span, .roadmap-step.active small { color: rgba(255,255,255,.75); }

.contact-section { background: #fff; }
.contact-card { max-width: 35rem; margin: 2rem auto; display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 1.3rem; border: 1px solid var(--pf-border); border-radius: .4rem; background: #fbfaf7; text-align: left; }
.contact-card .icon { color: var(--pf-green); font-size: 1.35rem; }
.contact-card small { display: block; text-transform: uppercase; letter-spacing: .18em; font-size: .6rem; color: var(--pf-muted); }
.contact-card a { border: 0; font-size: 1.05rem; word-break: break-word; }
.microcopy { max-width: 42rem; margin: 1.4rem auto 0; font-size: .78rem; color: var(--pf-muted); }

.site-footer { background: var(--pf-green-dark); color: rgba(255,255,255,.72); }
.site-footer a { color: #fff; border-bottom-color: rgba(255,255,255,.35); }
.site-footer a:hover { color: #fff !important; border-bottom-color: transparent; }
.site-footer .inner { max-width: 62rem; }
.footer-brand { display: flex; justify-content: center; align-items: center; gap: .8rem; margin-bottom: 1.5rem; text-align: left; }
.footer-brand strong { display: block; color: #fff; font-weight: 400; }
.footer-brand small { display: block; color: rgba(255,255,255,.62); }
.footer-brand .brand-mark { background: #fff; color: var(--pf-green-dark); }
.footer-disclaimer { font-size: .82rem; line-height: 1.6; color: rgba(255,255,255,.66); padding: 1rem 0 1.5rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.site-footer > .inner > p:last-child { font-size: .76rem; }

@media screen and (max-width: 980px) {
	.site-nav { padding: .8rem 1.3rem; }
	.nav-links > a:not(.button) { display: none; }
	.partner-grid { grid-template-columns: repeat(2, 1fr); }
	.roadmap { grid-template-columns: repeat(2, 1fr); }
	.pathways-hero h1 { font-size: 3.5rem; }
}

@media screen and (max-width: 736px) {
	html { scroll-padding-top: 75px; }
	.stage-bar { font-size: .72rem; line-height: 1.4; }
	.stage-bar strong { display: block; margin: 0; }
	.site-nav { position: relative; padding: .75rem 1rem; }
	.brand-copy strong { font-size: .85rem; }
	.brand-copy small { font-size: .49rem; }
	.nav-links { gap: 0; }
	.nav-links .button { padding: 0 1rem; min-width: 0; }
	.pathways-hero h1 { font-size: 3rem; }
	.pathways-hero .content { padding-top: 4rem !important; padding-bottom: 4rem !important; }
	.partner-grid, .roadmap { grid-template-columns: 1fr; }
	.questions-card { padding: 1.5rem; }
}


/* Regional service-area cards */
.county-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
	margin: 1.5rem 0;
}
.county-list span {
	display: block;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(49, 88, 76, 0.18);
	border-radius: 0.5rem;
	background: rgba(247, 244, 237, 0.72);
}
.county-list strong, .county-list small { display:block; }
.county-list strong { color:#31584c; margin-bottom:0.2rem; }
.county-list small { line-height:1.4; }
@media screen and (max-width: 736px) {
	.county-list { grid-template-columns: 1fr; }
}

.service-area-line {
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	margin-top: -0.6rem;
	margin-bottom: 1.5rem;
	color: #31584c;
}


.image-note {
	margin-top: 1.35rem;
	font-size: 0.82rem;
	line-height: 1.55;
	color: var(--pf-muted);
}

.partner-visual {
	max-width: 62rem;
	margin: 2.4rem auto 0;
}

.partner-visual img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.55rem;
	box-shadow: 0 1.2rem 2.6rem rgba(38,49,46,0.10);
}

.partner-visual .image-note {
	text-align: left;
	max-width: 52rem;
	margin-left: auto;
	margin-right: auto;
}


.brand-logo {
	display: block;
	height: 52px;
	width: auto;
	max-width: min(64vw, 360px);
}

.footer-logo {
	display: block;
	height: 70px;
	width: auto;
	max-width: min(90vw, 430px);
	margin: 0 auto 0.65rem;
}

.footer-brand {
	flex-direction: column;
	text-align: center;
	gap: 0.3rem;
}

.footer-brand small {
	font-size: 0.8rem;
}

@media screen and (max-width: 980px) {
	.brand-logo { height: 46px; max-width: 300px; }
}

@media screen and (max-width: 736px) {
	.brand-logo { height: 40px; max-width: 235px; }
	.footer-logo { height: 56px; }
}
