.brightpath-service-areas-page,
.brightpath-location-page {
	--area-ink: #173b35;
	--area-sage: #dbe8df;
	--area-gold: #cda64d;
	--area-paper: #f7f5ef;
	background: #fbf7ee;
	overflow: clip;
	color: var(--area-ink);
}

.brightpath-service-areas-template,
.brightpath-location-template,
.brightpath-service-areas-template > .wp-block-post-content,
.brightpath-location-template > .wp-block-post-content {
	margin-block: 0 !important;
	padding-block: 0 !important;
}

.brightpath-service-areas-page {
	margin: 0 calc(-1 * var(--brightpath-site-gutter, 20px)) !important;
}

.brightpath-location-page {
	margin: 0 calc(-1 * var(--brightpath-site-gutter, 20px)) !important;
}

.brightpath-area-shell {
	width: min(100% - 2rem, 1200px);
	margin-inline: auto;
}

.brightpath-area-overview,
.brightpath-zip-section,
.brightpath-area-missing,
.brightpath-area-map,
.brightpath-location-page > .alignwide {
	width: min(100% - 2rem, 1200px);
	margin-inline: auto;
}

.brightpath-area-hero,
.brightpath-location-hero {
	isolation: isolate;
	overflow: hidden;
	position: relative;
	padding: clamp(5rem, 11vw, 9rem) 0 clamp(4rem, 8vw, 7rem);
	color: #fff;
	background:
		radial-gradient(circle at 82% 24%, rgba(205,166,77,.2), transparent 28rem),
		#161513;
}

.brightpath-area-hero::after,
.brightpath-location-hero::after {
	content: "";
	position: absolute;
	inset: auto -8rem -13rem auto;
	width: 27rem;
	aspect-ratio: 1;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 50%;
}

.brightpath-area-hero h1,
.brightpath-location-hero h1 {
	max-width: 18ch;
	margin: .45rem 0 1.25rem;
	color: #fff;
	font-size: clamp(2.65rem,5vw,4.65rem);
	line-height: 1.02;
	text-wrap: balance;
}

.brightpath-location-hero > .alignwide {
	width: min(100% - 4rem, 1376px);
	margin-inline: auto;
}

.brightpath-location-hero p:not(.brightpath-company-kicker) {
	max-width: 68ch;
	color: rgba(255,255,255,.84);
}

.brightpath-location-hero__layout {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, .7fr);
	margin-inline: auto;
	position: relative;
	width: min(100% - 4rem, 1200px);
	z-index: 1;
}

.brightpath-location-hero__copy {
	min-width: 0;
}

.brightpath-location-hero__lead {
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	line-height: 1.7;
}

.brightpath-location-hero__media {
	position: relative;
}

.brightpath-location-hero__media img {
	aspect-ratio: 4 / 5;
	border-radius: 999px 999px 1.5rem 1.5rem;
	box-shadow: 0 30px 85px rgba(0,0,0,.36);
	display: block;
	height: auto;
	max-height: 530px;
	object-fit: cover;
	width: 100%;
}

.brightpath-location-hero__badge {
	backdrop-filter: blur(14px);
	background: rgba(251,247,238,.94);
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 1rem;
	bottom: -1.25rem;
	box-shadow: 0 18px 55px rgba(0,0,0,.25);
	color: #161513;
	display: grid;
	gap: .2rem;
	left: -1.75rem;
	max-width: 260px;
	padding: 1rem 1.2rem;
	position: absolute;
}

.brightpath-location-hero__badge span,
.brightpath-location-hero__badge small {
	color: #6f6652;
	font-size: .75rem;
}

.brightpath-location-hero__badge strong {
	font-family: var(--wp--preset--font-family--heading, inherit);
	font-size: 1.15rem;
}

.brightpath-location-trust {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem 1.15rem;
	margin-top: 1.5rem;
}

.brightpath-location-trust span {
	color: rgba(255,255,255,.72);
	font-size: .82rem;
	font-weight: 650;
}

.brightpath-location-jump {
	background: rgba(255,255,255,.96);
	border: 1px solid rgba(23,59,53,.1);
	border-radius: 1rem;
	box-shadow: 0 1.5rem 4rem rgba(23,59,53,.12);
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	margin: -2rem auto 0;
	max-width: 980px;
	overflow: hidden;
	position: relative;
	width: calc(100% - 2rem);
	z-index: 3;
}

.brightpath-location-jump a {
	align-items: center;
	color: var(--area-ink);
	display: flex;
	font-size: .9rem;
	font-weight: 750;
	gap: .65rem;
	justify-content: center;
	min-height: 64px;
	padding: .8rem;
	text-decoration: none;
}

.brightpath-location-jump a + a {
	border-left: 1px solid rgba(23,59,53,.1);
}

.brightpath-location-jump span {
	color: #a27620;
	font-size: .68rem;
	letter-spacing: .08em;
}

.brightpath-area-hero__lead {
	max-width: 64ch;
	color: rgba(255,255,255,.86);
}

.brightpath-area-hero__layout {
	align-items: center;
	gap: clamp(3rem, 7vw, 7rem);
	position: relative;
	z-index: 1;
}

.brightpath-area-hero__media {
	position: relative;
}

.brightpath-area-hero__media figure {
	margin: 0;
}

.brightpath-area-hero__media img {
	aspect-ratio: 4 / 5;
	border-radius: 999px 999px 1.5rem 1.5rem;
	box-shadow: 0 30px 85px rgba(0,0,0,.32);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.brightpath-area-hero__badge {
	backdrop-filter: blur(14px);
	background: rgba(251,247,238,.92);
	border: 1px solid rgba(255,255,255,.66);
	border-radius: 1rem;
	bottom: -1.25rem;
	box-shadow: 0 18px 55px rgba(0,0,0,.24);
	color: #161513;
	max-width: 250px;
	padding: 1.1rem 1.25rem;
	position: absolute;
	right: -1rem;
}

.brightpath-area-hero__note {
	max-width: 70ch;
	margin-top: 1.5rem;
	padding-left: 1rem;
	border-left: 2px solid var(--area-gold);
	color: rgba(255,255,255,.7);
	font-size: .9rem;
}

.brightpath-area-jump {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(23, 59, 53, 0.12);
	border-radius: 1rem;
	box-shadow: 0 1.5rem 4rem rgba(23, 59, 53, 0.12);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: -2rem auto 0;
	max-width: 1040px;
	overflow: hidden;
	position: relative;
	width: calc(100% - 2rem);
	z-index: 3;
}

.brightpath-area-jump a {
	align-items: center;
	color: var(--area-ink);
	display: flex;
	font-weight: 750;
	gap: 0.75rem;
	min-height: 68px;
	padding: 0.9rem 1.25rem;
	text-decoration: none;
	transition: background 180ms ease, transform 180ms ease;
}

.brightpath-area-jump a + a {
	border-left: 1px solid rgba(23, 59, 53, 0.12);
}

.brightpath-area-jump a:hover,
.brightpath-area-jump a:focus-visible {
	background: var(--area-paper);
}

.brightpath-area-jump span {
	color: #9d6e18;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
}

.brightpath-area-hero .brightpath-company-kicker,
.brightpath-location-hero .brightpath-company-kicker,
.brightpath-area-explainer .brightpath-company-kicker,
.brightpath-area-cta .brightpath-company-kicker,
.brightpath-location-cta .brightpath-company-kicker {
	color: #e0b857;
}

.brightpath-area-hero .is-style-brightpath-secondary .wp-block-button__link,
.brightpath-location-hero .is-style-brightpath-secondary .wp-block-button__link,
.brightpath-area-cta .is-style-brightpath-secondary .wp-block-button__link,
.brightpath-location-cta .is-style-brightpath-secondary .wp-block-button__link {
	color: #fff;
}

.brightpath-area-overview,
.brightpath-area-map,
.brightpath-area-missing {
	display: grid;
	grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
	gap: clamp(2rem,7vw,7rem);
	align-items: start;
	padding-block: clamp(4rem,9vw,8rem);
}

.brightpath-area-overview h2,
.brightpath-area-featured h2,
.brightpath-zip-section h2,
.brightpath-area-explainer h2,
.brightpath-area-missing h2,
.brightpath-area-map h2,
.brightpath-area-faq h2 {
	margin: .35rem 0 1rem;
	text-wrap: balance;
}

.brightpath-area-featured,
.brightpath-area-faq {
	padding-block: clamp(4rem,9vw,8rem);
}

.brightpath-area-featured {
	background:
		radial-gradient(circle at 90% 15%, rgba(205, 166, 77, 0.13), transparent 24rem),
		var(--area-paper) !important;
}

.brightpath-area-intro {
	max-width: 60ch;
}

.brightpath-location-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.brightpath-location-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: clamp(1.4rem,3vw,2.1rem);
	border: 1px solid rgba(23,59,53,.12);
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 1rem 3rem rgba(23,59,53,.06);
	transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.brightpath-location-card:focus-within,
.brightpath-location-card:hover {
	transform: translateY(-4px);
	border-color: var(--area-gold);
	box-shadow: 0 1.7rem 4rem rgba(23,59,53,.12);
}

.brightpath-location-card__top {
	display: flex;
	justify-content: space-between;
	color: #6f7f79;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.brightpath-location-card h3 {
	margin: 2rem 0 .6rem;
	font-size: clamp(1.3rem,2vw,1.7rem);
}

.brightpath-location-card h3 a {
	color: inherit;
	text-decoration: none;
}

.brightpath-location-card h3 a::after {
	content: "";
	position: absolute;
	inset: 0;
}

.brightpath-location-card__status {
	margin-top: auto;
	padding-top: 1rem;
	color: #6b6042;
	font-size: .82rem;
}

.brightpath-location-card__status span {
	color: var(--area-gold);
}

.brightpath-location-card__link {
	position: relative;
	z-index: 1;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	color: var(--area-ink);
	font-weight: 700;
}

.brightpath-location-directory {
	display: grid;
	gap: 0.85rem;
	margin-top: 2.25rem;
}

.brightpath-location-group {
	background: #fff;
	border: 1px solid rgba(23, 59, 53, 0.14);
	border-radius: 1rem;
	box-shadow: 0 0.8rem 2.4rem rgba(23, 59, 53, 0.05);
	overflow: clip;
}

.brightpath-location-group > summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: clamp(1.08rem, 2vw, 1.3rem);
	font-weight: 750;
	gap: 1rem;
	justify-content: space-between;
	list-style: none;
	min-height: 64px;
	padding: 0.9rem 1.2rem;
}

.brightpath-location-group > summary::-webkit-details-marker {
	display: none;
}

.brightpath-location-group > summary::after {
	color: var(--area-gold);
	content: "+";
	font-size: 1.55rem;
	font-weight: 500;
	line-height: 1;
}

.brightpath-location-group[open] > summary::after {
	content: "−";
}

.brightpath-location-group > summary small {
	color: #68736e;
	font-size: 0.82rem;
	font-weight: 650;
	margin-left: auto;
}

.brightpath-location-group__content {
	border-top: 1px solid rgba(23, 59, 53, 0.11);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 1.25rem;
}

.brightpath-location-county h3 {
	font-size: 0.85rem;
	letter-spacing: 0.07em;
	margin: 0 0 0.65rem;
	text-transform: uppercase;
}

.brightpath-location-county ul {
	display: grid;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.brightpath-location-county a {
	align-items: center;
	border-radius: 0.55rem;
	color: var(--area-ink);
	display: flex;
	font-weight: 650;
	justify-content: space-between;
	min-height: 44px;
	padding: 0.45rem 0.6rem;
	text-decoration: none;
}

.brightpath-location-county a:hover {
	background: var(--area-sage);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.brightpath-location-county a span {
	color: var(--area-gold);
}

.brightpath-zip-section {
	display: grid;
	grid-template-columns: minmax(0,.85fr) minmax(20rem,1.15fr);
	gap: clamp(2rem,7vw,7rem);
	align-items: center;
	padding-block: clamp(4rem,9vw,8rem);
}

.brightpath-zip-checker {
	padding: clamp(1.25rem,4vw,2.5rem);
	border: 1px solid rgba(23,59,53,.12);
	border-radius: 1.25rem;
	background: var(--area-paper);
	box-shadow: 0 1.5rem 4rem rgba(23,59,53,.08);
}

.brightpath-zip-checker label {
	display: block;
	margin-bottom: .6rem;
	font-weight: 750;
}

.brightpath-zip-checker__controls {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: .65rem;
}

.brightpath-zip-checker input,
.brightpath-zip-checker button {
	min-height: 50px;
	border-radius: .55rem;
	font: inherit;
}

.brightpath-zip-checker input {
	min-width: 0;
	padding: .75rem 1rem;
	border: 1px solid #789088;
	background: #fff;
}

.brightpath-zip-checker button,
.brightpath-zip-result__primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .75rem 1.1rem;
	border: 1px solid var(--area-ink);
	background: var(--area-ink);
	color: #fff;
	font-weight: 750;
	text-decoration: none;
	cursor: pointer;
}

.brightpath-zip-checker button:disabled {
	opacity: .65;
	cursor: wait;
}

.brightpath-zip-checker__help,
.brightpath-zip-checker__error {
	margin: .5rem 0 0;
	font-size: .85rem;
}

.brightpath-zip-checker__error {
	color: #9b2c2c;
	font-weight: 650;
}

.brightpath-zip-result {
	margin-top: 1.25rem;
	padding: 1.2rem;
	border-left: 4px solid var(--area-gold);
	border-radius: .35rem;
	background: #fff;
}

.brightpath-zip-result.is-unavailable,
.brightpath-zip-result.is-not_recognized {
	border-left-color: #a54a4a;
}

.brightpath-zip-result > strong {
	font-size: 1.15rem;
}

.brightpath-zip-result__minimum {
	background: rgba(205, 166, 77, 0.13);
	border-radius: 0.45rem;
	color: #654a12;
	font-size: 0.9rem;
	padding: 0.7rem 0.8rem;
}

.brightpath-zip-result > div {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.brightpath-area-explainer {
	padding-block: clamp(4rem,9vw,8rem);
	color: #fff;
	background: var(--area-ink);
}

.brightpath-area-explainer h2,
.brightpath-availability-grid h3 {
	color: #fff;
}

.brightpath-availability-grid {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 1px;
	margin-top: 2.5rem;
	background: rgba(255,255,255,.16);
}

.brightpath-availability-grid article {
	padding: 2rem 1.35rem;
	background: rgba(0,0,0,.08);
}

.brightpath-availability-grid article > span {
	color: var(--area-gold);
	font-weight: 800;
}

.brightpath-availability-grid p {
	color: rgba(255,255,255,.75);
}

.brightpath-area-missing {
	align-items: center;
}

.brightpath-area-map {
	border-top: 1px solid rgba(23,59,53,.12);
}

.brightpath-area-map__visual {
	position: relative;
	display: grid;
	gap: .5rem;
	min-height: 22rem;
	align-content: center;
	padding: 3rem;
	border-radius: 50% 50% 46% 54% / 56% 44% 56% 44%;
	background: linear-gradient(145deg,var(--area-sage),#edf1e9);
	text-align: center;
}

.brightpath-area-map__visual i {
	position: absolute;
	inset: 18% 27%;
	border: 1px dashed rgba(23,59,53,.28);
	border-radius: 50%;
}

.brightpath-area-faq__list {
	max-width: 850px;
	margin-top: 2rem;
}

.brightpath-area-faq details,
.brightpath-location-faq details {
	border-top: 1px solid rgba(23,59,53,.16);
}

.brightpath-area-faq summary,
.brightpath-location-faq summary {
	min-height: 54px;
	display: flex;
	align-items: center;
	padding: .8rem 2rem .8rem 0;
	font-weight: 750;
	cursor: pointer;
}

.brightpath-area-faq details p,
.brightpath-location-faq details p {
	max-width: 68ch;
	padding-bottom: 1rem;
}

.brightpath-area-cta,
.brightpath-location-cta {
	padding-block: clamp(3.5rem,7vw,6rem);
	color: #fff;
	background: linear-gradient(120deg,#173b35,#285b50);
}

.brightpath-area-cta > div {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	align-items: center;
}

.brightpath-area-cta h2,
.brightpath-location-cta h2 {
	margin: .35rem 0 .5rem;
	color: #fff;
}

.brightpath-area-cta p,
.brightpath-location-cta p {
	color: rgba(255,255,255,.8);
}

.brightpath-location-section,
.brightpath-location-columns,
.brightpath-location-process,
.brightpath-location-testimonial,
.brightpath-location-faq {
	padding-block: clamp(3rem,7vw,6rem);
}

.brightpath-location-page :where(.brightpath-location-section,.brightpath-location-services,.brightpath-location-process,.brightpath-location-faq) h2 {
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.08;
	margin: .45rem 0 1.2rem;
	text-wrap: balance;
}

.brightpath-location-overview {
	align-items: start;
	display: grid;
	gap: clamp(3rem, 8vw, 8rem);
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
}

.brightpath-location-overview > div > p:not(.brightpath-company-kicker) {
	font-size: 1.05rem;
	line-height: 1.75;
}

.brightpath-text-link {
	align-items: center;
	color: var(--area-ink);
	display: inline-flex;
	font-weight: 750;
	gap: .55rem;
	margin-top: .75rem;
}

.brightpath-location-facts {
	background: var(--area-paper);
	border: 1px solid rgba(23,59,53,.1);
	border-radius: 1.25rem;
	box-shadow: 0 1.5rem 4rem rgba(23,59,53,.08);
	overflow: hidden;
}

.brightpath-location-facts div {
	display: grid;
	gap: .25rem;
	padding: 1.25rem 1.4rem;
}

.brightpath-location-facts div + div {
	border-top: 1px solid rgba(23,59,53,.1);
}

.brightpath-location-facts span {
	color: #7b765e;
	font-size: .72rem;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.brightpath-location-services {
	background:
		radial-gradient(circle at 90% 15%, rgba(205,166,77,.13), transparent 26rem),
		var(--area-paper);
	padding-block: clamp(4rem, 9vw, 8rem);
}

.brightpath-location-shell,
.brightpath-location-cta__inner {
	margin-inline: auto;
	width: min(100% - 2rem, 1200px);
}

.brightpath-location-section__lead {
	max-width: 65ch;
}

.brightpath-location-service-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0,1fr));
	margin-top: 2.5rem;
}

.brightpath-location-service-grid a {
	background: #fff;
	border: 1px solid rgba(23,59,53,.1);
	border-radius: 1rem;
	box-shadow: 0 1rem 3rem rgba(23,59,53,.05);
	color: var(--area-ink);
	display: grid;
	gap: .65rem;
	min-height: 190px;
	padding: 1.5rem;
	text-decoration: none;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.brightpath-location-service-grid a:hover,
.brightpath-location-service-grid a:focus-visible {
	border-color: var(--area-gold);
	box-shadow: 0 1.5rem 3.5rem rgba(23,59,53,.1);
	transform: translateY(-4px);
}

.brightpath-location-service-grid span {
	color: #a27620;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
}

.brightpath-location-service-grid strong {
	font-family: var(--wp--preset--font-family--heading, inherit);
	font-size: 1.25rem;
}

.brightpath-location-service-grid small {
	color: #66736f;
	line-height: 1.55;
}

.brightpath-location-columns {
	gap: clamp(2rem,6vw,6rem);
}

.brightpath-location-coverage {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: clamp(2rem,6vw,6rem);
}

.brightpath-location-process,
.brightpath-location-testimonial {
	padding-inline: clamp(1.25rem,4vw,3rem);
	border-radius: 1rem;
	background: var(--area-paper);
}

.brightpath-location-process {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: minmax(220px,.65fr) minmax(0,1.35fr);
	margin-block: clamp(4rem,8vw,7rem);
}

.brightpath-location-process ol {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.brightpath-location-process ol li {
	align-items: start;
	display: grid;
	gap: 1rem;
	grid-template-columns: 2.5rem 1fr;
	margin: 0;
	padding: 1.2rem 0;
}

.brightpath-location-process ol li + li {
	border-top: 1px solid rgba(23,59,53,.12);
}

.brightpath-location-process li > span {
	align-items: center;
	background: var(--area-ink);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: .7rem;
	font-weight: 800;
	height: 2.25rem;
	justify-content: center;
	width: 2.25rem;
}

.brightpath-location-process li strong {
	display: block;
	font-size: 1.05rem;
	margin-bottom: .2rem;
}

.brightpath-location-process li p {
	margin: 0;
}

.brightpath-location-coverage__card {
	background: #fff;
	border: 1px solid rgba(23,59,53,.12);
	border-radius: 1.25rem;
	box-shadow: 0 1.5rem 4rem rgba(23,59,53,.07);
	min-height: 330px;
	padding: clamp(1.5rem,4vw,2.5rem);
}

.brightpath-location-coverage__icon {
	align-items: center;
	background: var(--area-sage);
	border-radius: 50%;
	display: flex;
	font-size: 1.4rem;
	height: 3rem;
	justify-content: center;
	margin-bottom: 1.4rem;
	width: 3rem;
}

.brightpath-location-coverage__card h2 {
	font-size: clamp(1.65rem, 3vw, 2.35rem) !important;
}

.brightpath-location-coverage__note {
	color: #6a746f;
	font-size: .86rem;
	margin-top: 1.5rem;
}

.brightpath-location-zip-list,
.brightpath-nearby-list {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}

.brightpath-location-zip-list li,
.brightpath-nearby-list a {
	background: var(--area-paper);
	border: 1px solid rgba(23,59,53,.12);
	border-radius: 999px;
	display: inline-flex;
	padding: .45rem .8rem;
}

.brightpath-location-faq {
	max-width: 880px;
}

.brightpath-location-faq details:first-of-type {
	margin-top: 2rem;
}

.brightpath-location-cta__inner {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

.brightpath-location-cta__inner > div:first-child {
	max-width: 670px;
}

.brightpath-service-areas-page :where(a,button,input,summary):focus-visible,
.brightpath-location-page :where(a,button,input,summary):focus-visible {
	outline: 3px solid #f2c960;
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.brightpath-area-hero__layout {
		grid-template-columns: 1fr;
	}

	.brightpath-area-hero__media {
		margin-inline: auto;
		max-width: 520px;
		width: 100%;
	}

	.brightpath-location-grid,
	.brightpath-availability-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.brightpath-location-hero__layout,
	.brightpath-location-overview { grid-template-columns: minmax(0,1fr); }
	.brightpath-location-hero__media { margin-inline: auto; max-width: 500px; width: 100%; }
	.brightpath-location-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
	.brightpath-area-jump { grid-template-columns: 1fr; margin-top: -1rem; }
	.brightpath-area-jump a { min-height: 54px; }
	.brightpath-area-jump a + a { border-left: 0; border-top: 1px solid rgba(23,59,53,.12); }
	.brightpath-area-overview,
	.brightpath-area-map,
	.brightpath-area-missing,
	.brightpath-zip-section,
	.brightpath-location-grid,
	.brightpath-availability-grid,
	.brightpath-zip-checker__controls { grid-template-columns: minmax(0,1fr); }
	.brightpath-zip-checker button { width: 100%; }
	.brightpath-area-cta > div { display: block; }
	.brightpath-area-cta .wp-block-buttons { margin-top: 1.5rem; }
	.brightpath-location-hero > .alignwide { width: min(100% - 2rem,1376px); }
	.brightpath-location-coverage { grid-template-columns: minmax(0,1fr); }
	.brightpath-location-hero__layout { width: min(100% - 2rem,1200px); }
	.brightpath-location-jump { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.brightpath-location-jump a:nth-child(3) { border-left: 0; }
	.brightpath-location-jump a:nth-child(n+3) { border-top: 1px solid rgba(23,59,53,.1); }
	.brightpath-location-service-grid { grid-template-columns: minmax(0,1fr); }
	.brightpath-location-process { grid-template-columns: minmax(0,1fr); }
	.brightpath-location-cta__inner { align-items: start; display: grid; }
	.brightpath-location-hero__badge { left: .75rem; }
	.brightpath-location-group__content { grid-template-columns: minmax(0,1fr); }
	.brightpath-location-group > summary { padding-inline: 1rem; }
}

@media (max-width: 360px) {
	.brightpath-area-shell { width: min(100% - 1.25rem,1200px); }
	.brightpath-zip-checker { padding: 1rem; }
	.brightpath-location-card { padding: 1.15rem; }
}

@media (prefers-reduced-motion: reduce) {
	.brightpath-location-card { transition: none; }
}
