.sth-area-single {
	background: #f5f7fa;
	color: #0f172a;
}

.sth-area-hero {
	background: linear-gradient(180deg, #eef5f9 0%, #f5f7fa 78%);
	padding: 34px 20px 22px;
}

.sth-area-hero-inner {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(203, 213, 225, 0.88);
	border-radius: 14px;
	box-shadow: 0 22px 55px rgba(15, 23, 42, 0.11);
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
	margin: 0 auto;
	max-width: 1110px;
	overflow: hidden;
	padding: 34px;
	position: relative;
}

.sth-area-hero-copy {
	position: relative;
	z-index: 1;
}

.sth-area-hero-eyebrow {
	color: #0073aa;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.sth-area-hero-copy h1 {
	color: #0f172a;
	font-size: clamp(2.25rem, 4vw, 3.65rem);
	line-height: 1.08;
	margin: 0 0 16px;
	max-width: 680px;
}

.sth-area-hero-summary {
	color: #334155;
	font-size: 1.1rem;
	line-height: 1.65;
	margin: 0 0 24px;
	max-width: 680px;
}

.sth-area-hero-media {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 24px 52px rgba(15, 23, 42, 0.18);
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

.sth-area-hero-media img {
	aspect-ratio: 5 / 4;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sth-area-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 700px) minmax(280px, 330px);
	margin: 0 auto;
	max-width: 1110px;
	padding: 34px 20px 58px;
}

.sth-area-main {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
	color: #1e293b;
	font-size: 1.02rem;
	line-height: 1.76;
	padding: 32px;
}

.sth-area-main > :first-child {
	margin-top: 0;
}

.sth-area-main > :last-child {
	margin-bottom: 0;
}

.sth-area-main > p,
.sth-area-main > ul,
.sth-area-main > ol,
.sth-area-main > .wp-block-list,
.sth-area-main > .wp-block-paragraph {
	margin-bottom: 1.15em;
	margin-top: 0;
}

.sth-area-main p {
	color: #334155;
}

.sth-area-main a {
	color: #0073aa;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.sth-area-main a:hover,
.sth-area-main a:focus {
	color: #005f8c;
}

.sth-area-main > h2,
.sth-area-main > .wp-block-heading:is(h2) {
	border-top: 1px solid #e2e8f0;
	color: #0f172a;
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	line-height: 1.18;
	margin: 2.4em 0 0.72em;
	padding-top: 0.92em;
	position: relative;
}

.sth-area-main > h2::before,
.sth-area-main > .wp-block-heading:is(h2)::before {
	background: #0073aa;
	border-radius: 999px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: -2px;
	width: 58px;
}

.sth-area-main > h3,
.sth-area-main > .wp-block-heading:is(h3) {
	background: #f8fafc;
	border-left: 4px solid #0073aa;
	border-radius: 8px;
	color: #0f172a;
	font-size: 1.16rem;
	line-height: 1.35;
	margin: 1.7em 0 0.7em;
	padding: 12px 14px;
}

.sth-area-main > h4,
.sth-area-main > .wp-block-heading:is(h4) {
	color: #0f172a;
	font-size: 1.04rem;
	line-height: 1.35;
	margin: 1.35em 0 0.55em;
}

.sth-area-main ul,
.sth-area-main ol {
	padding-left: 1.45em;
}

.sth-area-main li {
	margin-bottom: 0.48em;
}

.sth-area-main blockquote,
.sth-area-main .wp-block-quote {
	background: #f5f7fa;
	border-left: 4px solid #0073aa;
	border-radius: 8px;
	color: #334155;
	margin: 1.55em 0;
	padding: 18px 20px;
}

.sth-area-main .wp-block-separator {
	border-color: #e2e8f0;
	margin: 2.1em 0;
}

.sth-area-main .wp-block-image,
.sth-area-main figure {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.sth-area-main .wp-block-image img,
.sth-area-main figure img {
	border-radius: 8px;
}

.sth-area-sidebar {
	position: sticky;
	top: 24px;
}

.sth-area-rail-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
	padding: 24px;
}

.sth-area-rail-card h2 {
	color: #0f172a;
	font-size: 1.35rem;
	line-height: 1.25;
	margin: 0 0 18px;
}

.sth-area-rail-section {
	border-top: 1px solid #e2e8f0;
	margin-top: 22px;
	padding-top: 20px;
}

.sth-area-rail-section h3 {
	color: #0f172a;
	font-size: 1rem;
	margin: 0 0 10px;
}

.sth-area-rail-section p,
.sth-area-rail-content {
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}

.sth-area-rail-related-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sth-area-rail-related-links li {
	margin: 0 0 8px;
}

.sth-area-rail-related-links li:last-child {
	margin-bottom: 0;
}

.sth-area-rail-related-links a {
	color: #0073aa;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
}

.sth-area-rail-related-links a:hover,
.sth-area-rail-related-links a:focus {
	color: #005f8c;
	text-decoration: underline;
}

.sth-area-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sth-area-main .sth-area-cta {
	background: #f5f7fa;
	border: 1px solid #dbe5ee;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
	margin: 28px 0;
	padding: 20px;
}

.sth-area-cta__button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 12px 16px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.sth-area-main .sth-area-cta__button {
	min-height: 46px;
}

.sth-area-main .sth-area-cta a.sth-area-cta__button {
	text-decoration: none;
	text-decoration-thickness: auto;
}

.sth-area-cta__button--primary {
	background: #0073aa;
	border: 1px solid #0073aa;
	color: #fff;
}

.sth-area-main .sth-area-cta a.sth-area-cta__button--primary {
	color: #fff;
}

.sth-area-cta__button--primary:hover,
.sth-area-cta__button--primary:focus {
	background: #005f8c;
	border-color: #005f8c;
	color: #fff;
}

.sth-area-main .sth-area-cta a.sth-area-cta__button--primary:hover,
.sth-area-main .sth-area-cta a.sth-area-cta__button--primary:focus {
	color: #fff;
	text-decoration: none;
}

.sth-area-cta__button--secondary {
	background: #fff;
	border: 1px solid #0073aa;
	color: #0073aa;
}

.sth-area-main .sth-area-cta a.sth-area-cta__button--secondary {
	color: #0073aa;
}

.sth-area-cta__button--secondary:hover,
.sth-area-cta__button--secondary:focus {
	background: #eef7fc;
	color: #005f8c;
}

.sth-area-main .sth-area-cta a.sth-area-cta__button--secondary:hover,
.sth-area-main .sth-area-cta a.sth-area-cta__button--secondary:focus {
	color: #005f8c;
	text-decoration: none;
}

.sth-area-cta__disclosure {
	color: #64748b;
	font-size: 0.78rem;
	line-height: 1.5;
	margin: 10px 0 0;
	max-width: 620px;
	width: 100%;
}

.sth-area-main .sth-area-cta__disclosure {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	margin-top: 4px;
	padding: 9px 10px;
}

.sth-area-disclosure {
	color: #64748b;
	font-size: 0.86rem;
	line-height: 1.5;
	margin: 14px 0 0;
}

.sth-area-custom-search-note,
.sth-area-editor-placeholder {
	background: #f5f7fa;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 22px 0 0;
	padding: 14px;
}

.sth-area-editor-placeholder {
	margin: 0;
}

.sth-area-related-areas {
	margin-top: 28px;
}

.sth-area-related-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.sth-area-local-modules {
	background: #f5f7fa;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin-top: 28px;
	padding: 28px;
}

.sth-area-local-modules-header {
	margin: 0 0 20px;
}

.sth-area-local-modules-header h2,
.sth-area-related-areas h2 {
	color: #0f172a;
	font-size: 1.45rem;
	line-height: 1.25;
	margin: 0 0 14px;
}

.sth-area-local-modules-header p {
	color: #475569;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0;
}

.sth-area-local-modules-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sth-area-local-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.sth-area-local-card--with-listings {
	grid-column: 1 / -1;
}

.sth-area-local-card-media {
	background: #e2e8f0;
	overflow: hidden;
}

.sth-area-local-card-image {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sth-area-local-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.sth-area-local-card-body h3 {
	color: #0f172a;
	font-size: 1.14rem;
	line-height: 1.3;
	margin: 0 0 12px;
}

.sth-area-local-card-content {
	color: #334155;
	font-size: 0.95rem;
	line-height: 1.7;
}

.sth-area-local-card-content > :first-child {
	margin-top: 0;
}

.sth-area-local-card-content > :last-child {
	margin-bottom: 0;
}

.sth-area-local-card-intro {
	margin-bottom: 18px;
}

.sth-area-listing-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sth-area-listing-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.sth-area-listing-card-media {
	background: #e2e8f0;
	overflow: hidden;
}

.sth-area-listing-card-image {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sth-area-listing-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.sth-area-listing-card-title {
	color: #0f172a;
	font-size: 1.02rem;
	line-height: 1.3;
	margin: 0 0 10px;
}

.sth-area-listing-card-excerpt {
	color: #475569;
	font-size: 0.92rem;
	line-height: 1.58;
	margin: 0 0 16px;
}

.sth-area-listing-card-link {
	align-items: center;
	align-self: flex-start;
	background: #0073aa;
	border: 1px solid #0073aa;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	margin-top: auto;
	padding: 10px 12px;
	text-decoration: none;
}

.sth-area-listing-card-link:hover,
.sth-area-listing-card-link:focus {
	background: #005f8c;
	border-color: #005f8c;
	color: #fff;
}

.sth-area-related-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sth-area-related-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
}

.sth-area-related-card h3 {
	color: #0f172a;
	font-size: 1.15rem;
	line-height: 1.3;
	margin: 0;
}

.sth-area-related-card p {
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}

.sth-area-related-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}

.sth-area-related-card__button,
.sth-area-related-card__search {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 10px 12px;
	text-decoration: none;
}

.sth-area-related-card__button {
	background: #0073aa;
	border: 1px solid #0073aa;
	color: #fff;
}

.sth-area-related-card__button:hover,
.sth-area-related-card__button:focus {
	background: #005f8c;
	border-color: #005f8c;
	color: #fff;
}

.sth-area-related-card__search {
	background: #f5f7fa;
	border: 1px solid #cbd5e1;
	color: #0073aa;
}

.sth-area-related-card__search:hover,
.sth-area-related-card__search:focus {
	background: #eef7fc;
	color: #005f8c;
}

.sth-area-widget-sidebar {
	margin-top: 22px;
}

.sth-area-widget-sidebar .widget {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
	color: #334155;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0 0 18px;
	padding: 22px;
}

.sth-area-widget-sidebar .widget:last-child {
	margin-bottom: 0;
}

.sth-area-widget-sidebar .widget-title {
	color: #0f172a;
	font-size: 1.1rem;
	line-height: 1.3;
	margin: 0 0 12px;
}

.sth-area-widget-sidebar img {
	border-radius: 6px;
	height: auto;
	max-width: 100%;
}

.sth-area-widget-sidebar a {
	color: #0073aa;
	text-decoration: none;
}

.sth-area-widget-sidebar a:hover,
.sth-area-widget-sidebar a:focus {
	color: #005f8c;
	text-decoration: underline;
}

.sth-area-widget-sidebar ul,
.sth-area-widget-sidebar ol {
	margin-bottom: 0;
	padding-left: 20px;
}

@media (max-width: 900px) {
	.sth-area-hero {
		padding: 20px 16px 18px;
	}

	.sth-area-hero-inner {
		gap: 22px;
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.sth-area-layout {
		grid-template-columns: 1fr;
	}

	.sth-area-hero-copy h1 {
		font-size: clamp(2rem, 8vw, 2.65rem);
		margin-bottom: 12px;
	}

	.sth-area-hero-summary {
		font-size: 1rem;
		line-height: 1.58;
		margin-bottom: 18px;
	}

	.sth-area-hero-media {
		order: -1;
	}

	.sth-area-hero-media img {
		aspect-ratio: 16 / 10;
	}

	.sth-area-sidebar {
		position: static;
	}

	.sth-area-main {
		padding: 24px;
	}

	.sth-area-main > h2,
	.sth-area-main > .wp-block-heading:is(h2) {
		margin-top: 2em;
	}

	.sth-area-related-grid {
		grid-template-columns: 1fr;
	}

	.sth-area-local-modules-grid {
		grid-template-columns: 1fr;
	}

	.sth-area-listing-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.sth-area-hero,
	.sth-area-layout {
		padding-left: 16px;
		padding-right: 16px;
	}

	.sth-area-cta,
	.sth-area-cta__button {
		width: 100%;
	}

	.sth-area-main {
		font-size: 1rem;
		line-height: 1.7;
		padding: 20px;
	}

	.sth-area-main .sth-area-cta {
		margin: 24px 0;
		padding: 16px;
	}

	.sth-area-main > h2,
	.sth-area-main > .wp-block-heading:is(h2) {
		font-size: 1.55rem;
	}

	.sth-area-main > h3,
	.sth-area-main > .wp-block-heading:is(h3) {
		font-size: 1.08rem;
		padding: 11px 12px;
	}

	.sth-area-hero-inner {
		border-radius: 12px;
		padding: 16px;
	}

	.sth-area-hero-eyebrow {
		font-size: 0.72rem;
		margin-bottom: 9px;
	}

	.sth-area-hero-media {
		border-radius: 10px;
	}

	.sth-area-cta__disclosure {
		font-size: 0.74rem;
		line-height: 1.45;
	}

	.sth-area-local-modules,
	.sth-area-related-card {
		padding: 20px;
	}

	.sth-area-local-card-body {
		padding: 20px;
	}

	.sth-area-related-card__button,
	.sth-area-related-card__search,
	.sth-area-listing-card-link {
		width: 100%;
	}
}
