<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <style id="critical-css">@font-face {
	font-family: InterFallback;
	src: local("Arial");
	ascent-override: 90.2%;
	descent-override: 22.48%;
	line-gap-override: 0%;
	size-adjust: 107.4%
}

/* Inline sr-only so skip link is out of flow before main CSS loads — prevents 24px #root shift */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0
}

*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(229, 231, 235)
}

html {
	line-height: 1.5;
	text-size-adjust: 100%;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, -apple-system, InterFallback, Inter, "Helvetica Neue", Arial, sans-serif;
	font-feature-settings: normal;
	font-variation-settings: normal;
	overflow-y: scroll
}

:root {
	--nav-height: 70px
}

body {
	margin: 0px;
	line-height: inherit;
	background-color: rgb(252, 252, 252);
	color: rgb(24, 47, 62);
	font-weight: 300;
	font-family: Inter, InterFallback, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizespeed;
}

.min-h-screen {
	min-height: 100vh
}

.flex {
	display: flex
}

.flex-col {
	flex-direction: column
}

.items-center {
	align-items: center
}

.justify-center {
	justify-content: center
}

.container,
.mx-auto {
	width: 100% !important;
	max-width: 1280px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important
}

.px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important
}

h1 {
	font-weight: 300;
	letter-spacing: 0.025em
}

.bg-background {
	background-color: rgb(252, 252, 252)
}

.border-b {
	border-bottom-width: 1px
}

.border-border {
	border-color: rgb(234, 232, 225)
}

.section-hero {
	position: relative;
	background: rgb(243, 244, 246);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	overflow: hidden;
	text-align: center;
	min-height: 100vh !important;
	aspect-ratio: auto !important
}

.hero-media {
	position: relative;
	width: 100%;
	aspect-ratio: 412 / 658;
	overflow: hidden;
	background: rgb(243, 244, 246)
}

.section-hero picture img {
	position: absolute;
	inset: 0px;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important
}

.section-hero img {
	opacity: 1 !important;
	visibility: visible !important;
	animation: auto ease 0s 1 normal none running none !important
}

.hero-text-wrapper {
	position: relative;
	z-index: 10;
	width: 100%;
	background: rgb(255, 255, 255);
	color: rgb(17, 24, 39);
	padding: 1.5rem;
	min-height: 200px
}

@media (min-width:768px) {
	.section-hero {
		align-items: center;
		justify-content: center
	}

	.hero-media {
		position: absolute;
		inset: 0px;
		aspect-ratio: auto;
		height: 100%
	}

	.hero-text-wrapper {
		position: absolute;
		bottom: 2.5rem;
		left: 0px;
		width: 100%;
		background: transparent;
		color: rgb(255, 255, 255);
		padding: 0px;
		min-height: auto
	}
}

nav {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 400 !important;
	position: fixed !important;
	height: 70px !important;
	overflow: visible !important
}

.nav-container {
	height: var(--nav-height) !important;
	min-height: var(--nav-height) !important
}

.hero-headline {
	color: inherit;
	font-size: 2.75rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5rem;
	text-shadow: rgba(0, 0, 0, 0.35) 0px 6px 24px;
	display: block;
	line-height: 1.1 !important;
	min-height: 3.4em !important;
	visibility: visible !important
}

@media (min-width:768px) {
	.hero-headline {
		font-size: 3.5rem;
		min-height: 2.6em
	}
}

@media (max-width:768px) {
	.hero-headline {
		text-shadow: none
	}
}

.hero-copy {
	color: inherit;
	max-width: 48rem;
	margin: 0px auto 2rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	text-shadow: rgba(0, 0, 0, 0.35) 0px 3px 18px;
	min-height: 5em
}

@media (min-width:768px) {
	.hero-copy {
		font-size: 1.5rem;
		line-height: 2rem;
		min-height: 3.6em
	}
}

@media (max-width:768px) {
	.hero-copy {
		text-shadow: none
	}
}

.hero-cta {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	align-items: center
}

@media (min-width:640px) {
	.hero-cta {
		flex-direction: row
	}
}

.bg-primary {
	background-color: rgb(24, 47, 62)
}

.text-primary-foreground {
	color: rgb(252, 252, 252)
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem
}

.font-medium {
	font-weight: 500
}

.opacity-0 {
	opacity: 0
}

*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / .5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style:
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / .5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style:
}

::before,
::after {
	--tw-content: ""
}

html,
:host {
	line-height: 1.5;
	text-size-adjust: 100%;
	tab-size: 4;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system;
	font-feature-settings: normal;
	font-variation-settings: normal
}

body {
	margin: 0px;
	line-height: inherit
}

h1 {
	font-size: inherit;
	font-weight: inherit
}

a {
	color: inherit;
	text-decoration: inherit
}

button {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0px;
	padding: 0px
}

button {
	text-transform: none
}

button {
	appearance: button;
	background-color: transparent;
	background-image: none
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto
}

::-webkit-search-decoration {
	appearance: none
}

::-webkit-file-upload-button {
	appearance: button;
	font: inherit
}

h1,
p {
	margin: 0px
}

img,
svg {
	display: block;
	vertical-align: middle
}

img {
	max-width: 100%;
	height: auto
}

/* Inter-300 is the ONLY weight above the fold on the homepage (LCP window).
   The 400/500/600/700 faces are declared in the async stylesheet (index.css)
   instead — declaring them here made Chrome fetch ~150KB of fonts at
   High/VeryHigh priority during the LCP window, contending with the 38KB hero
   image (PSI-mobile experiment 2026-09-01). font-display: optional means
   late-arriving weights fall back to the metrics-tuned InterFallback for the
   first uncached pageview — layout-stable by construction (no CLS). */
@font-face {
	font-family: Inter;
	src: url("/assets/fonts/Inter-300.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: optional
}

:root {
	--background: 0 0% 99%;
	--foreground: 204 44% 17%;
	--card: 0 0% 100%;
	--card-foreground: 204 44% 17%;
	--popover: 0 0% 100%;
	--popover-foreground: 204 44% 17%;
	--primary: 204 44% 17%;
	--primary-foreground: 0 0% 99%;
	--secondary: 44 19% 84%;
	--secondary-foreground: 204 44% 17%;
	--muted: 44 19% 84%;
	--muted-foreground: 204 44% 35%;
	--accent: 37 45% 44%;
	--accent-foreground: 0 0% 99%;
	--destructive: 0 84.2% 60.2%;
	--destructive-foreground: 0 0% 98%;
	--border: 44 19% 90%;
	--input: 0 0% 100%;
	--ring: 37 45% 44%;
	--radius: .5rem;
	--gradient-gold: linear-gradient(135deg, hsl(37 45% 44%), hsl(37 45% 50%));
	--gradient-light: linear-gradient(135deg, hsl(0 0% 99%), hsl(44 19% 94%));
	--gradient-overlay: linear-gradient(135deg, hsl(204 44% 17% / .8), hsl(204 44% 17% / .4));
	--shadow-luxury: 0 10px 25px -5px hsl(204 44% 17% / .1);
	--shadow-gold: 0 4px 15px -2px hsl(37 45% 44% / .2);
	--glow-gold: 0 0 20px hsl(37 45% 44% / .15);
	--sidebar-background: 0 0% 98%;
	--sidebar-foreground: 240 5.3% 26.1%;
	--sidebar-primary: 240 5.9% 10%;
	--sidebar-primary-foreground: 0 0% 98%;
	--sidebar-accent: 240 4.8% 95.9%;
	--sidebar-accent-foreground: 240 5.9% 10%;
	--sidebar-border: 220 13% 91%;
	--sidebar-ring: 217.2 91.2% 59.8%
}

* {
	border-color: hsl(var(--border))
}

body {
	background-color: hsl(var(--background));
	font-weight: 300;
	color: hsl(var(--foreground));
	font-family: Inter, InterFallback, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizespeed;
}

#root {
	/* Move containment off body so fixed-position portals stay viewport-centered. */
	contain: layout style
}

h1 {
	font-weight: 300;
	letter-spacing: 0.025em
}

.section-hero {
	position: relative;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	overflow: hidden;
	text-align: center;
	background: var(--gradient-light)
}

@media (min-width:768px) {
	.section-hero {
		align-items: center;
		justify-content: center
	}
}

.hero-headline {
	min-height: 3.4em
}

.hero-copy {
	min-height: 5em
}

@media (min-width:768px) {
	.hero-headline {
		min-height: 2.6em
	}

	.hero-copy {
		min-height: 3.6em
	}
}

.invisible {
	visibility: hidden
}

.fixed {
	position: fixed
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.inset-0 {
	inset: 0px
}

.left-0 {
	left: 0px
}

.right-0 {
	right: 0px
}

.top-0 {
	top: 0px
}

.top-full {
	top: 100%
}

.z-10 {
	z-index: 10
}

.z-50 {
	z-index: 50
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.mb-6 {
	margin-bottom: 1.5rem
}

.mb-8 {
	margin-bottom: 2rem
}

.ml-1 {
	margin-left: 0.25rem
}

.ml-2 {
	margin-left: 0.5rem
}

.ml-4 {
	margin-left: 1rem
}

.mt-2 {
	margin-top: 0.5rem
}

.mt-5 {
	margin-top: 1.25rem
}

.pt-24 {
	padding-top: 6rem
}

.pb-10 {
	padding-bottom: 2.5rem
}

.flex-1 {
	flex: 1 1 0%
}

.block {
	display: block
}

.flex {
	display: flex
}

.inline-flex {
	display: inline-flex
}

.hidden {
	display: none
}

.grid {
	display: grid
}

.gap-8 {
	gap: 2rem
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

@media (min-width: 1024px) {
	.lg\:grid-cols-\[2fr\,1fr\] {
		grid-template-columns: 2fr 1fr
	}
}

.h-10 {
	height: 2.5rem
}

.h-12 {
	height: 3rem
}

.h-\[70px\] {
	height: 70px
}

.h-full {
	height: 100%
}

.min-h-\[200px\] {
	min-height: 200px
}

.min-h-screen {
	min-height: 100vh
}

.w-10 {
	width: 2.5rem
}

.w-12 {
	width: 3rem
}

.w-48 {
	width: 12rem
}

.w-\[260px\] {
	width: 260px
}

.w-auto {
	width: auto
}

.w-full {
	width: 100%
}

.min-w-\[2\.5rem\] {
	min-width: 2.5rem
}

.min-w-\[260px\] {
	min-width: 260px
}

.min-w-\[3rem\] {
	min-width: 3rem
}

.max-w-3xl {
	max-width: 48rem
}

.flex-shrink-0 {
	flex-shrink: 0
}

.flex-col {
	flex-direction: column
}

.items-center {
	align-items: center
}

.items-stretch {
	align-items: stretch
}

.justify-start {
	justify-content: flex-start
}

.justify-center {
	justify-content: center
}

.justify-between {
	justify-content: space-between
}

.gap-4 {
	gap: 1rem
}

.space-x-3>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.75rem * var(--tw-space-x-reverse));
	margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-8>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}

.overflow-hidden {
	overflow: hidden
}

.whitespace-nowrap {
	white-space: nowrap
}

.rounded-lg {
	border-radius: var(--radius)
}

.border {
	border-width: 1px
}

.border-b {
	border-bottom-width: 1px
}

.border-\[\#182F3E\] {
	--tw-border-opacity: 1;
	border-color: rgb(24 47 62 / var(--tw-border-opacity, 1))
}

.border-border {
	border-color: hsl(var(--border))
}

.bg-\[\#182F3E\] {
	--tw-bg-opacity: 1;
	background-color: rgb(24 47 62 / var(--tw-bg-opacity, 1))
}

.bg-background {
	background-color: hsl(var(--background))
}

.bg-background\/95 {
	background-color: hsl(var(--background) / .95)
}

.bg-card {
	background-color: hsl(var(--card))
}

.bg-primary {
	background-color: hsl(var(--primary))
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-gradient-gold {
	background-image: var(--gradient-gold)
}

.bg-gradient-overlay {
	background-image: var(--gradient-overlay)
}

.object-cover {
	object-fit: cover
}

.p-3 {
	padding: 0.75rem
}

.p-6 {
	padding: 1.5rem
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem
}

/* P5 hub archetypes (zip/school/subdivision/city): above-fold layout utilities
   so first paint matches final layout — prevents section padding + card grid
   reflow when the deferred CSS bundle loads (same class of CLS as property). */
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}

.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem
}

.mt-3 {
	margin-top: 0.75rem
}

.mt-4 {
	margin-top: 1rem
}

.mb-3 {
	margin-bottom: 0.75rem
}

.gap-3 {
	gap: 0.75rem
}

.gap-6 {
	gap: 1.5rem
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))
}

/* P5 search above-fold layout: PropxSearchPage's filter bar is
   grid grid-cols-2 gap-3 md:grid-cols-8 with a col-span-2 md:col-span-2
   search input — without these, it first-paints unstyled/1-col then
   snaps to the 2-col/8-col grid when the deferred bundle loads (CLS). */
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

.col-span-2 {
	grid-column: span 2 / span 2
}

.flex-wrap {
	flex-wrap: wrap
}

.h-48 {
	height: 12rem
}

.w-52 {
	width: 13rem
}

/* P5 hub responsive above-fold layout: the content card grid is
   grid-cols-1 md:grid-cols-2 lg:grid-cols-3 — without these, desktop/tablet
   first-paint as a tall 1-col grid then collapses to multi-col when the
   deferred bundle loads (huge CLS). xl toggles the desktop vs mobile nav. */
@media (min-width: 640px) {
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media (min-width: 768px) {
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
	.md\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr))
	}
	.md\:col-span-2 {
		grid-column: span 2 / span 2
	}
	.md\:flex-row {
		flex-direction: row
	}
}

@media (min-width: 1024px) {
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
}

@media (min-width: 1280px) {
	.xl\:flex {
		display: flex
	}
	.xl\:hidden {
		display: none
	}
}

.text-5xl {
	font-size: 3rem;
	line-height: 1
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem
}

@media (min-width: 768px) {
	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem
	}
	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1
	}
	.md\:text-6xl {
		font-size: 3.75rem;
		line-height: 1
	}
}

.font-light {
	font-weight: 300
}

.font-medium {
	font-weight: 500
}

.leading-relaxed {
	line-height: 1.625
}

.tracking-wide {
	letter-spacing: 0.025em
}

.text-accent {
	color: hsl(var(--accent))
}

.text-foreground {
	color: hsl(var(--foreground))
}

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}

.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.text-primary {
	color: hsl(var(--primary))
}

.text-primary-foreground {
	color: hsl(var(--primary-foreground))
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.opacity-0 {
	opacity: 0
}

.shadow-luxury {
	--tw-shadow: var(--shadow-luxury);
	--tw-shadow-colored: var(--shadow-luxury);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.duration-200 {
	animation-duration: 0.2s
}

.duration-300 {
	animation-duration: 0.3s
}

@media (min-width:640px) {
	.sm\:flex-row {
		flex-direction: row
	}
}

@media (min-width:768px) {
	.md\:absolute {
		position: absolute
	}

	.md\:inset-0 {
		inset: 0px
	}

	.md\:bottom-10 {
		bottom: 2.5rem
	}

	.md\:left-0 {
		left: 0px
	}

	.md\:flex {
		display: flex
	}

	.md\:hidden {
		display: none
	}

	.md\:h-full {
		height: 100%
	}

	.md\:w-full {
		width: 100%
	}

	.md\:bg-transparent {
		background-color: transparent
	}

	.md\:p-0 {
		padding: 0px
	}

	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}

	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem
	}

	.md\:text-7xl {
		font-size: 4.5rem;
		line-height: 1
	}

	.md\:text-white {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity, 1))
	}

	.md\:text-white\/90 {
		color: rgba(255, 255, 255, 0.9)
	}

	.md\:backdrop-blur-sm {
		--tw-backdrop-blur: blur(4px);
		backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
	}
}
/* OPTIMIZATION: Apply deferred section containment before body parse. */
.defer-section {
	content-visibility: auto;
	contain-intrinsic-size: 1200px;
}

.defer-section--featured {
	contain-intrinsic-size: 1800px;
}

@media (max-width: 768px) {
	.defer-section {
		contain-intrinsic-size: 900px;
	}

	.defer-section--featured {
		content-visibility: visible;
		contain-intrinsic-size: auto;
	}
}
/* --- MANUAL DESKTOP STABILITY FIX --- */
/* Forces the Hero layout to be stable immediately on Desktop */
@media (min-width: 768px) {
	.section-hero {
		align-items: center !important;
		justify-content: center !important;
	}

	.hero-media {
		position: absolute !important;
		inset: 0px !important;
		height: 100% !important;
		aspect-ratio: auto !important;
	}

	.hero-text-wrapper {
		position: absolute !important;
		bottom: 2.5rem !important;
		left: 0px !important;
		width: 100% !important;
		background: transparent !important;
		padding: 0px !important;
		min-height: auto !important;
	}
}
</style>
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1.0"
    />
    <!-- OpenAI ads pixel: NOT here. The initializer lives in compiled JS
         (src/utils/openAiPixelBoot.ts, invoked from src/bootstrap.ts) because
         two earlier delivery mechanisms failed in real browsers while passing
         every automated check, reported 2026-09-16:
           - public/oaiq.js was frozen for a year by the `/*.js immutable` rule
             in public/_headers once the SPA fallback served HTML for it;
           - the inline snippet never executed in the reporting browser —
             window.oaiq and window.__openAiPixelLoaded both absent — even
             though the origin sends one CSP header containing 'unsafe-inline'
             and there is no <meta> CSP.
         The bundle is covered by `script-src 'self'`, is content-hashed so it
         cannot be cache-frozen, and is already requested on every page. Do not
         reintroduce a tag here. -->

    <link
      rel="preload"
      as="image"
      href="/assets/heroes/north-hills-luxury-home-living-room-mobile-640w.webp"
      imagesrcset="/assets/heroes/north-hills-luxury-home-living-room-mobile-320w.webp 320w, /assets/heroes/north-hills-luxury-home-living-room-mobile-480w.webp 480w, /assets/heroes/north-hills-luxury-home-living-room-mobile-640w.webp 640w"
      imagesizes="100vw"
      fetchpriority="high"
      type="image/webp"
      media="(max-width: 767px)"
    />
    <link
      rel="preload"
      as="image"
      href="/assets/heroes/north-hills-luxury-home-living-room-1280w.webp"
      imagesrcset="/assets/heroes/north-hills-luxury-home-living-room-640w.webp 640w, /assets/heroes/north-hills-luxury-home-living-room-960w.webp 960w, /assets/heroes/north-hills-luxury-home-living-room-1024w.webp 1024w, /assets/heroes/north-hills-luxury-home-living-room-1280w.webp 1280w"
      imagesizes="100vw"
      fetchpriority="high"
      type="image/webp"
      media="(min-width: 768px)"
    />

    <link
      rel="preload"
      as="font"
      href="/assets/fonts/Inter-300.woff2"
      type="font/woff2"
      crossorigin
    />
    <link rel="preconnect" href="https://media.teamthurber.com" />

    <!-- Hero image preloads above; font preload for above-the-fold Inter-300 weight. -->

    <link rel="icon" href="/favicon.ico" type="image/x-icon" />
    <link rel="manifest" href="/manifest.json" />
    <meta name="theme-color" content="#A37D3E" />
    <!-- IndexNow ownership verification -->
    <meta name="indexnow-key" content="9ed69341f9284860b79368d9067fed76" />
    <!-- Bing Webmaster Tools verification -->
    <meta name="msvalidate.01" content="b7bf07ca73a543fe98ba022df1c7ec77" />

    <!-- Page-specific title, description, OG, and Twitter tags are injected by
         React Helmet Async at runtime / prerender. Do not add static fallbacks
         here — they would appear before Helmet-injected tags and override them
         for AI crawlers reading raw HTML. -->
    
    <link rel="preload" href="/assets/css/index-BDq6Sv6-.css" as="style" crossorigin onload="this.onload=null;this.rel='stylesheet'">
    <noscript><link rel="stylesheet" crossorigin href="/assets/css/index-BDq6Sv6-.css"></noscript>
    <script type="module" crossorigin src="/assets/index-ByUJ0Zax.js"></script>
    
  <title data-rh="true">The Thurber Team | Top Realtors Wexford &amp; North Hills PA</title><meta data-rh="true" name="description" content="Explore homes for sale in Wexford &amp; North Hills Pittsburgh with The Thurber Team. Expert realtors, personalized service, local insights. Contact us today!"/><meta data-rh="true" property="og:title" content="The Thurber Team | Top Realtors Wexford &amp; North Hills PA"/><meta data-rh="true" property="og:description" content="Explore homes for sale in Wexford &amp; North Hills Pittsburgh with The Thurber Team. Expert realtors, personalized service, local insights. Contact us today!"/><meta data-rh="true" property="og:type" content="website"/><meta data-rh="true" property="og:url" content="https://teamthurber.com/"/><meta data-rh="true" property="og:site_name" content="The Thurber Team"/><meta data-rh="true" property="og:locale" content="en_US"/><meta data-rh="true" property="og:image" content="https://teamthurber.com/assets/heroes/north-hills-luxury-home-living-room-1280w.webp"/><meta data-rh="true" property="og:image:alt" content="The Thurber Team | Top Realtors Wexford &amp; North Hills PA"/><meta data-rh="true" property="og:image:width" content="1200"/><meta data-rh="true" property="og:image:height" content="630"/><meta data-rh="true" property="og:image:type" content="image/webp"/><meta data-rh="true" name="twitter:card" content="summary_large_image"/><meta data-rh="true" name="twitter:title" content="The Thurber Team | Top Realtors Wexford &amp; North Hills PA"/><meta data-rh="true" name="twitter:description" content="Explore homes for sale in Wexford &amp; North Hills Pittsburgh with The Thurber Team. Expert realtors, personalized service, local insights. Contact us today!"/><meta data-rh="true" name="twitter:image" content="https://teamthurber.com/assets/heroes/north-hills-luxury-home-living-room-1280w.webp"/><meta data-rh="true" name="theme-color" content="#A37D3E"/><meta data-rh="true" name="msapplication-TileColor" content="#A37D3E"/><link data-rh="true" rel="alternate" hrefLang="en" href="https://teamthurber.com/"/><link data-rh="true" rel="alternate" hrefLang="x-default" href="https://teamthurber.com/"/><link data-rh="true" rel="alternate" type="application/rss+xml" title="The Thurber Team Blog" href="/rss.xml"/><link data-rh="true" rel="canonical" href="https://teamthurber.com/"/><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":["RealEstateAgent","LocalBusiness"],"@id":"https://teamthurber.com/#agency","name":"The Thurber Team","alternateName":["The Thurber & Corbett Group","Terrence Thurber Team","Thurber Team"],"description":"Luxury Real Estate Team serving Wexford, Franklin Park, and North Hills Pittsburgh.","url":"https://teamthurber.com","foundingDate":"2023","numberOfEmployees":{"@type":"QuantitativeValue","value":4},"slogan":"Data-driven strategy and hyperlocal expertise for North Hills Pittsburgh real estate","subjectOf":[{"@type":"Article","headline":"Terrence Thurber and The Thurber Team in Pittsburgh North Hills","url":"https://ceoweekly.com/terrence-thurber-and-the-thurber-team-in-pittsburgh-north-hills/","datePublished":"2026-05-14","author":{"@type":"Organization","name":"CEO Weekly Contributor"},"publisher":{"@type":"Organization","name":"CEO Weekly"},"description":"External profile covering Terrence Thurber, The Thurber Team, North Hills Pittsburgh specialization, CompositeRE, CompositeKB, privacy-forward advisory, and executive relocation positioning.","additionalType":"external-profile","isAccessibleForFree":true}],"knowsAbout":["North Hills Pittsburgh real estate","luxury homes","executive relocation","new construction advisory","North Allegheny School District","Pine-Richland School District","Seneca Valley School District","Allegheny County property taxes","Butler County property taxes"],"image":"https://teamthurber.com/assets/agents/the-thurber-team-group-2025-1280w.webp","logo":{"@type":"ImageObject","url":"https://teamthurber.com/assets/logos/team-thurber-stamp.png"},"email":"team@teamthurber.com","priceRange":"$250,000 - $5,000,000","telephone":"+1-412-900-2243","contactPoint":{"@type":"ContactPoint","telephone":"+1-412-900-2243","contactType":"sales","areaServed":"Pittsburgh","availableLanguage":"English"},"address":{"@type":"PostalAddress","streetAddress":"2100 Corporate Drive, Suite 200","addressLocality":"Wexford","addressRegion":"PA","postalCode":"15090","addressCountry":"US"},"aggregateRating":{"@type":"AggregateRating","ratingValue":5,"reviewCount":79,"bestRating":5,"worstRating":1},"sameAs":["https://www.wikidata.org/wiki/Q138853630","https://maps.google.com/?cid=2284508666057267538","https://thurberteam.howardhanna.com/","https://www.howardhanna.com/Agent/Detail/Terrence-Thurber/pittsburgh/217706","https://www.howardhanna.com/Team/OurSales/thethurbercorbettgroup","https://www.realtor.com/realestateagents/5f773eb6976cd40011892d8b","https://www.realtor.com/realestateagents/593580e6f0e94c0011620304","https://www.instagram.com/thurberteam/","https://www.facebook.com/thurberteam/","https://www.zillow.com/profile/terrencethurber","https://www.zillow.com/profile/lisacorbett5","https://www.ratemyagent.com/real-estate-agency/the-thurber-team-b03utv/sales/overview","https://www.yelp.com/biz/the-thurber-team-franklin-park","https://www.linkedin.com/company/thurberteam/","https://www.youtube.com/@thurberteam","https://www.reddit.com/user/TerrenceThurberPA","https://ceoweekly.com/terrence-thurber-and-the-thurber-team-in-pittsburgh-north-hills/"],"geo":{"@type":"GeoCoordinates","latitude":40.614,"longitude":-80.0533},"hasMap":"https://maps.google.com/?q=The+Thurber+Team+Howard+Hanna+Wexford+PA","parentOrganization":{"@type":"RealEstateAgency","name":"Howard Hanna Real Estate Services","url":"https://www.howardhanna.com","image":"https://teamthurber.com/assets/logos/howard-hanna-real-estate-services.png","telephone":"+1-724-934-3400","address":{"@type":"PostalAddress","streetAddress":"2100 Corporate Drive, Suite 200","addressLocality":"Wexford","addressRegion":"PA","postalCode":"15090"}},"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday"],"opens":"09:00","closes":"18:00"},{"@type":"OpeningHoursSpecification","dayOfWeek":["Saturday","Sunday"],"opens":"10:00","closes":"15:00"}],"areaServed":[{"@type":"City","name":"Wexford"},{"@type":"City","name":"Franklin Park"},{"@type":"City","name":"Pine Township"},{"@type":"City","name":"Marshall Township"},{"@type":"City","name":"Mars"},{"@type":"City","name":"Cranberry Township"},{"@type":"City","name":"Sewickley Heights"},{"@type":"City","name":"Sewickley"},{"@type":"City","name":"Adams Township"},{"@type":"City","name":"McCandless"},{"@type":"City","name":"Fox Chapel"},{"@type":"City","name":"Bradford Woods"}],"hasOfferCatalog":{"@type":"OfferCatalog","name":"Real Estate Services","itemListElement":[{"@type":"Offer","itemOffered":{"@type":"Service","name":"Luxury Home Selling Program"}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Executive & Corporate Relocation"}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"New Construction Advisory"}}]},"employee":[{"@type":"Person","name":"Terrence N. Thurber","jobTitle":"Lead & Luxury Specialist","telephone":"+1-412-844-5536","email":"tnt@teamthurber.com","url":"https://teamthurber.com/team/terrence-n-thurber/","image":"https://teamthurber.com/assets/agents/terrence-thurber-pittsburgh-realtor-1280w.webp","sameAs":["https://www.linkedin.com/in/terrencethurber","https://www.facebook.com/412house","https://www.instagram.com/terrencenthurber","https://www.zillow.com/profile/terrencethurber","https://www.realtor.com/realestateagents/5f773eb6976cd40011892d8b"],"hasCredential":{"@type":"EducationalOccupationalCredential","credentialCategory":"Real Estate License","identifier":"RS354209","recognizedBy":{"@type":"GovernmentOrganization","name":"Pennsylvania Real Estate Commission"}},"award":["Howard Hanna Champions Club, 2025 & 2026","Pittsburgh Business Journal — Who's Who Residential 2026"]},{"@type":"Person","name":"Lisa Corbett Thurber","jobTitle":"Realtor & Partner","telephone":"+1-412-328-2892","email":"lisa@teamthurber.com","url":"https://teamthurber.com/team/lisa-corbett-thurber/","image":"https://teamthurber.com/assets/agents/lisa-corbett-thurber-pittsburgh-realtor-1280w.webp","sameAs":["https://www.linkedin.com/in/lisathurber","https://www.zillow.com/profile/lisacorbett5"],"hasCredential":{"@type":"EducationalOccupationalCredential","credentialCategory":"Real Estate License","identifier":"RS338906","recognizedBy":{"@type":"GovernmentOrganization","name":"Pennsylvania Real Estate Commission"}},"award":["Howard Hanna Champions Club, 2025 & 2026"]},{"@type":"Person","name":"Ann Hodos","jobTitle":"Realtor","telephone":"+1-412-668-1464","email":"ann@teamthurber.com","url":"https://teamthurber.com/team/ann-hodos/","image":"https://teamthurber.com/assets/agents/ann-hodos-pittsburgh-realtor-headshot-2026-1280w.webp","sameAs":["https://www.zillow.com/profile/Ann%20Hodos","https://www.howardhanna.com/Agent/Detail/Ann-Hodos/174194"],"hasCredential":{"@type":"EducationalOccupationalCredential","credentialCategory":"Real Estate License","identifier":"RS375839","recognizedBy":{"@type":"GovernmentOrganization","name":"Pennsylvania Real Estate Commission"}}},{"@type":"Person","name":"Kristin Cresto","jobTitle":"Realtor","telephone":"+1-412-822-9277","email":"kristin@teamthurber.com","url":"https://teamthurber.com/team/kristin-cresto/","image":"https://teamthurber.com/assets/agents/kristin-cresto-pittsburgh-realtor-headshot-1280w.webp","sameAs":["https://www.instagram.com/kristincrestoluxpgh/"],"hasCredential":{"@type":"EducationalOccupationalCredential","credentialCategory":"Real Estate License","identifier":"RS331774","recognizedBy":{"@type":"GovernmentOrganization","name":"Pennsylvania Real Estate Commission"}}},{"@type":"Person","name":"Crystal Mackall","jobTitle":"Realtor","telephone":"+1-412-556-2206","email":"crystal@teamthurber.com","url":"https://teamthurber.com/team/crystal-mackall/","image":"https://teamthurber.com/assets/agents/crystal-mackall-pittsburgh-realtor-headshot-1280w.webp","hasCredential":{"@type":"EducationalOccupationalCredential","credentialCategory":"Real Estate License","identifier":"RS382524","recognizedBy":{"@type":"GovernmentOrganization","name":"Pennsylvania Real Estate Commission"}}}],"additionalProperty":{"@type":"PropertyValue","name":"schemaRosterCount","value":5}},{"@type":"WebSite","@id":"https://teamthurber.com/#website","url":"https://teamthurber.com","name":"The Thurber Team","publisher":{"@id":"https://teamthurber.com/#agency"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://teamthurber.com/search?q={search_term_string}"},"query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://teamthurber.com/#webpage","url":"https://teamthurber.com/","name":"The Thurber Team | Top Realtors Wexford & North Hills PA","isPartOf":{"@id":"https://teamthurber.com/#website"},"dateModified":"2026-04-28","speakable":{"@type":"SpeakableSpecification","cssSelector":["h1","[data-speakable]"]}},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Who is The Thurber Team in Pittsburgh?","acceptedAnswer":{"@type":"Answer","text":"The Thurber Team is a top-ranked residential real estate group at Howard Hanna Real Estate Services, based in Wexford, PA. Led by Terrence N. Thurber — named to the Pittsburgh Business Journal Who's Who Residential 2026 list — the team specializes in luxury and executive residential real estate across Pittsburgh's North Hills, including Wexford, Pine Township, Franklin Park, Marshall Township, McCandless, and Cranberry Township."}},{"@type":"Question","name":"What neighborhoods does The Thurber Team serve?","acceptedAnswer":{"@type":"Answer","text":"The Thurber Team exclusively serves Pittsburgh's North Hills: Wexford (15090), Cranberry Township (16066), Franklin Park, Marshall Township, Pine Township, McCandless, and Sewickley. The team does not take listings in South Hills or Downtown Pittsburgh — this North Hills focus means deeper micro-market knowledge and stronger agent relationships in the areas that matter to buyers and sellers."}},{"@type":"Question","name":"How many homes has The Thurber Team sold?","acceptedAnswer":{"@type":"Answer","text":"As of spring 2026, The Thurber Team has closed over 236 transactions totaling $92M+ in sales volume across the North Hills. Terrence N. Thurber has been recognized as a Howard Hanna Champions Club member in 2025 and 2026, and was named to the Pittsburgh Business Journal's Who's Who Residential 2026 list."}},{"@type":"Question","name":"Does The Thurber Team help with executive relocation to Pittsburgh?","acceptedAnswer":{"@type":"Answer","text":"Yes. The Thurber Team's relocation practice is built around a structured 72-hour sprint framework: market briefing, commute mapping, curated neighborhood tours, and offer strategy — all in a single decisive visit. Buyers who fly in on Friday regularly make offers by Sunday. The team specializes in relocating executives from New York, California, Chicago, and the Mid-Atlantic corridor into North Hills communities in the Pine-Richland and North Allegheny school districts."}},{"@type":"Question","name":"How do I contact The Thurber Team to buy or sell a home?","acceptedAnswer":{"@type":"Answer","text":"Buyers start with a discovery call to establish school district priorities, commute requirements, and price criteria before booking any Pittsburgh visit. Sellers begin with a private listing consultation and comp-based pricing analysis. Contact The Thurber Team at team@teamthurber.com or (412) 900-2243. The office is located at 2100 Corporate Drive, Suite 200, Wexford, PA 15090."}}]}]}</script><link rel="alternate" type="text/markdown" href="/_md/home.md"></head>

  <body>
    <a href="#main-content" class="sr-only focus:not-sr-only focus:absolute focus:top-4 focus:left-4 focus:z-[9999] focus:px-4 focus:py-2 focus:bg-primary focus:text-white focus:rounded focus:outline-none">Skip to main content</a>

    <div id="root" data-render-sig="5e94a85447af.muad5ysl|/"><!--$--><div class="min-h-screen bg-background"><nav aria-label="Main navigation" class="fixed top-0 left-0 right-0 z-[200] border-b border-border"><div class="absolute inset-0 bg-background/95 md:backdrop-blur-sm -z-10"></div><div class="nav-container container mx-auto px-6 relative"><div class="flex items-center justify-between h-[70px]"><a class="flex items-center space-x-3 w-[260px] min-w-[260px] flex-shrink-0 whitespace-nowrap" href="/" data-discover="true"><img src="/assets/logos/the-thurber-team-tnt-logo-nav.avif" alt="The Thurber Team TNT Logo" width="93" height="48" class="h-12 w-auto flex-shrink-0" loading="eager" decoding="async"/><span class="text-xl font-light tracking-wide text-foreground">The Thurber Team</span></a><div class="hidden xl:flex items-center space-x-8"><a aria-current="page" class="text-sm font-light tracking-wide hover:text-primary text-primary" href="/" data-discover="true">Home</a><div class="relative group"><button aria-haspopup="true" aria-expanded="false" class="flex items-center text-sm font-light tracking-wide hover:text-primary text-muted-foreground group-hover:text-primary">Buy<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down ml-1 transition-transform group-hover:rotate-180"><path d="m6 9 6 6 6-6"></path></svg></button><div role="menu" class="absolute top-full left-0 mt-2 w-52 bg-card border border-border rounded-lg shadow-luxury transition-all duration-200 z-[250] opacity-0 invisible group-hover:opacity-100 group-hover:visible"><div class="py-2"><a role="menuitem" class="block px-4 py-2 text-xs font-light tracking-wide text-muted-foreground hover:text-primary hover:bg-muted/50" href="/properties/sale" data-discover="true">Homes for Sale</a><a role="menuitem" class="block px-4 py-2 text-xs font-light tracking-wide text-muted-foreground hover:text-primary hover:bg-muted/50" href="/search" data-discover="true">Home Search</a><a role="menuitem" class="block px-4 py-2 text-xs font-light tracking-wide text-muted-foreground hover:text-primary hover:bg-muted/50" href="/properties/sale" data-discover="true">Schedule Viewing</a><a role="menuitem" class="block px-4 py-2 text-xs font-light tracking-wide text-muted-foreground hover:text-primary hover:bg-muted/50" href="/properties/sold" data-discover="true">Past Sales</a></div></div></div><div class="relative group"><button aria-haspopup="true" aria-expanded="false" class="flex items-center text-sm font-light tracking-wide hover:text-primary text-muted-foreground group-hover:text-primary">Sell<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down ml-1 transition-transform group-hover:rotate-180"><path d="m6 9 6 6 6-6"></path></svg></button><div role="menu" class="absolute top-full left-0 mt-2 w-52 bg-card border border-border rounded-lg shadow-luxury transition-all duration-200 z-[250] opacity-0 invisible group-hover:opacity-100 group-hover:visible"><div class="py-2"><a role="menuitem" class="block px-4 py-2 text-xs font-light tracking-wide text-muted-foreground hover:text-primary hover:bg-muted/50" href="/valuation" data-discover="true">Home Valuation</a><a role="menuitem" class="block px-4 py-2 text-xs font-light tracking-wide text-muted-foreground hover:text-primary hover:bg-muted/50" href="/sell" data-discover="true">Sell Your Home</a></div></div></div><a class="text-sm font-light tracking-wide hover:text-primary text-muted-foreground" href="/neighborhoods" data-discover="true">Neighborhoods</a><a class="text-sm font-light tracking-wide hover:text-primary text-muted-foreground" href="/north-hills" data-discover="true">North Hills</a><a class="text-sm font-light tracking-wide hover:text-primary text-muted-foreground" href="/relocation" data-discover="true">Relocation</a><a class="text-sm font-light tracking-wide hover:text-primary text-muted-foreground" href="/team" data-discover="true">Meet the Team</a><a class="text-sm font-light tracking-wide hover:text-primary text-muted-foreground" href="/blog" data-discover="true">Blog</a><button class="text-sm font-light tracking-wide border border-primary text-primary hover:bg-primary hover:text-white rounded px-3 py-1 transition-colors">Contact</button></div><button class="xl:hidden p-3 h-12 w-12 min-w-[3rem] flex items-center justify-center" aria-label="Open menu"><div class="w-10 h-10 min-w-[2.5rem] flex items-center justify-center"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-menu"><line x1="4" x2="20" y1="12" y2="12"></line><line x1="4" x2="20" y1="6" y2="6"></line><line x1="4" x2="20" y1="18" y2="18"></line></svg></div></button></div></div><!--$--><!--/$--></nav><main id="main-content"><section class="section-hero flex flex-col items-stretch justify-start"><div class="hero-media relative z-0 w-full overflow-hidden md:absolute md:inset-0 md:h-full"><picture><source type="image/webp" media="(max-width: 767px)" srcSet="/assets/heroes/north-hills-luxury-home-living-room-mobile-320w.webp 320w, /assets/heroes/north-hills-luxury-home-living-room-mobile-480w.webp 480w, /assets/heroes/north-hills-luxury-home-living-room-mobile-640w.webp 640w" sizes="(max-width: 640px) 100vw, 100vw"/><source type="image/avif" media="(max-width: 767px)" srcSet="/assets/heroes/north-hills-luxury-home-living-room-mobile-320w.avif 320w, /assets/heroes/north-hills-luxury-home-living-room-mobile-480w.avif 480w, /assets/heroes/north-hills-luxury-home-living-room-mobile-640w.avif 640w" sizes="(max-width: 640px) 100vw, 100vw"/><source type="image/webp" media="(min-width: 768px)" srcSet="/assets/heroes/north-hills-luxury-home-living-room-640w.webp 640w, /assets/heroes/north-hills-luxury-home-living-room-960w.webp 960w, /assets/heroes/north-hills-luxury-home-living-room-1024w.webp 1024w, /assets/heroes/north-hills-luxury-home-living-room-1280w.webp 1280w" sizes="(max-width: 640px) 100vw, 100vw"/><source type="image/avif" media="(min-width: 768px)" srcSet="/assets/heroes/north-hills-luxury-home-living-room-640w.avif 640w, /assets/heroes/north-hills-luxury-home-living-room-960w.avif 960w, /assets/heroes/north-hills-luxury-home-living-room-1024w.avif 1024w, /assets/heroes/north-hills-luxury-home-living-room-1280w.avif 1280w" sizes="(max-width: 640px) 100vw, 100vw"/><img src="/assets/heroes/north-hills-luxury-home-living-room-1280w.webp" alt="Luxury living room staged in a North Hills Pittsburgh home" class="absolute inset-0 w-full h-full object-cover" loading="eager" decoding="async" sizes="(max-width: 640px) 100vw, 100vw" width="1280" height="853" fetchpriority="high"/></picture><div class="absolute inset-0 bg-gradient-overlay" aria-hidden="true"></div></div><div class="hero-text-wrapper relative z-10 w-full bg-white text-gray-900 p-6 min-h-[200px] md:absolute md:bottom-10 md:left-0 md:w-full md:bg-transparent md:text-white md:p-0"><div class="container mx-auto md:px-6"><h1 class="hero-headline text-5xl md:text-7xl font-light tracking-wide mb-6 text-gray-900 md:text-white">Top Pittsburgh &amp; Wexford Realtors<br/><span class="text-accent">Focused on North Hills Luxury</span></h1><div class="flex flex-wrap justify-center gap-2 min-h-[40px] items-center mb-6"><span class="bg-black/60 md:backdrop-blur-md rounded-full px-3 py-1 text-white text-xs uppercase tracking-wide border border-white/10 shadow-sm">⭐ 5-Star Rated on Zillow</span><span class="bg-black/60 md:backdrop-blur-md rounded-full px-3 py-1 text-white text-xs uppercase tracking-wide border border-white/10 shadow-sm">◆ Zillow Preferred Partner Team</span><span class="bg-black/60 md:backdrop-blur-md rounded-full px-3 py-1 text-white text-xs uppercase tracking-wide border border-white/10 shadow-sm">💎 Howard Hanna Champions Club, 2025 &amp; 2026</span></div><p class="hero-copy text-xl md:text-2xl text-gray-700 md:text-white/90 max-w-3xl mx-auto mb-8 leading-relaxed">The Thurber Team are Pittsburgh real estate agents delivering luxury listing strategy, relocation guidance, and buyer representation across Wexford, Cranberry Township, Sewickley, and the greater North Hills.</p><div class="hero-cta flex flex-col sm:flex-row gap-4 justify-center"><button class="inline-flex items-center justify-center rounded-lg px-6 py-3 text-base font-light tracking-wide bg-gradient-gold text-primary-foreground hover:shadow-gold hover:scale-105 transition-transform duration-300 group">Explore Properties<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right ml-2 group-hover:translate-x-1 transition-transform"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></button><button class="inline-flex items-center justify-center rounded-lg px-6 py-3 text-base font-light tracking-wide bg-[#182F3E] text-white border border-[#182F3E] hover:bg-[#182F3E]/90 hover:text-white transition-colors">Schedule Consultation</button></div><div class="mt-6 flex flex-wrap justify-center gap-6 text-sm text-white/90"><a class="hover:text-white underline underline-offset-4" href="/search" data-discover="true">Search North Hills Homes</a><a class="hover:text-white underline underline-offset-4" href="/neighborhoods" data-discover="true">Explore Communities</a><a class="hover:text-white underline underline-offset-4" href="/sell" data-discover="true">Check Home Value</a></div></div></div></section><section class="py-6 px-6"><p class="text-sm text-muted-foreground text-center max-w-3xl mx-auto" data-speakable="true">The Thurber Team is a Howard Hanna luxury real estate team based in Wexford, PA, serving Pittsburgh’s North Hills — Pine Township, Franklin Park, Marshall Township, Cranberry Township, and Sewickley. Led by Terrence N. Thurber (ABR, SRES, SRS), the team has facilitated over $<!-- -->92<!-- -->M in residential transactions. With<!-- --> <!-- -->79<!-- --> verified five-star reviews and specializations in executive relocation, new construction, and luxury resale, the team is a recognized member of Howard Hanna’s Champions Club.</p></section><div class="min-h-[400px]"></div><div class="min-h-[2100px] md:min-h-[900px]"></div><div class="min-h-[800px]"></div><div class="min-h-[800px] bg-gray-50"></div><div class="min-h-[400px]"></div><section class="py-10 bg-slate-50" aria-label="From Terrence Thurber"><div class="container mx-auto px-6 max-w-3xl"><blockquote class="border-l-4 border-primary/30 pl-6 italic text-slate-700 text-base leading-relaxed mb-4" data-speakable="true">“In three years building The Thurber Team in Pittsburgh&#x27;s North Hills, we&#x27;ve closed <!-- -->236<!-- --> transactions totaling $<!-- -->92<!-- -->M+ — every deal in Wexford, Pine Township, Franklin Park, Marshall Township, McCandless, or Sewickley. What I&#x27;ve learned is that the edge in this market isn&#x27;t the price. It&#x27;s knowing which street puts you in Pine-Richland versus North Allegheny, and what that boundary is worth in resale five years from now. Butler County buyers save $3,000–$5,000 a year in property taxes compared to equivalent Allegheny County addresses. Most out-of-market buyers don&#x27;t find that out until after they&#x27;ve already picked a neighborhood. That&#x27;s the detail we map before the first showing.”</blockquote><p class="text-sm text-slate-500 mb-6">— <strong class="text-slate-700">Terrence N. Thurber</strong>, Lead Agent &amp; Luxury Specialist ·<!-- --> <a href="/blog/pbj-whos-who-residential-2026/" class="text-primary underline">PBJ Who&#x27;s Who Residential 2026</a></p><p class="text-xs text-muted-foreground leading-relaxed"><strong>The Thurber Team</strong> is based at <!-- -->2100 Corporate Drive, Suite 200, Wexford, PA 15090<!-- --> at Howard Hanna Real Estate Services. Led by Terrence N. Thurber (PA License RS354209, ABR®, SRES®, SRS®) and Lisa Corbett Thurber (PA License RS338906, SRES®, SFR®), the team has closed over<!-- --> <!-- -->236<!-- --> transactions totaling $<!-- -->92<!-- -->M+ in sales volume across Pittsburgh&#x27;s North Hills.<!-- --> <a href="/blog/pbj-whos-who-residential-2026/" class="text-primary underline">Pittsburgh Business Journal Who&#x27;s Who Residential 2026</a> <!-- -->·<!-- --> <a href="https://ceoweekly.com/terrence-thurber-and-the-thurber-team-in-pittsburgh-north-hills/" class="text-primary underline" rel="noopener noreferrer">CEO Weekly profile</a> <!-- -->· Howard Hanna Champions Club, 2025 and 2026.</p></div></section><div class="min-h-[400px]"></div></main><!--$--><footer class="bg-card border-t" aria-label="Footer"><div class="container mx-auto px-6 py-12"><div class="grid grid-cols-1 md:grid-cols-4 gap-8"><div class="space-y-4"><div class="flex items-center space-x-3"><picture><source type="image/avif" srcSet="/assets/logos/the-thurber-team-tnt-logo-320w.avif 320w, /assets/logos/the-thurber-team-tnt-logo-640w.avif 640w" sizes="(max-width: 768px) 160px, 220px"/><source type="image/webp" srcSet="/assets/logos/the-thurber-team-tnt-logo-320w.webp 320w, /assets/logos/the-thurber-team-tnt-logo-640w.webp 640w" sizes="(max-width: 768px) 160px, 220px"/><img src="/assets/logos/the-thurber-team-tnt-logo-320w.webp" alt="The Thurber Team TNT Logo" class="h-10 w-[78px] object-contain" loading="eager" decoding="sync" width="78" height="40"/></picture><span class="text-xl font-medium tracking-wide text-foreground">The Thurber Team</span></div><p class="text-muted-foreground text-sm leading-relaxed">Premier real estate professionals serving the Pittsburgh and North Hills Suburban market with integrity, excellence, and expert service.</p></div><div><h2 class="font-medium mb-4 text-foreground">Explore Real Estate</h2><ul class="space-y-3"><li><a class="text-muted-foreground hover:text-primary transition-colors text-sm" href="/properties/sale" data-discover="true">Homes for Sale</a></li><li><a class="text-muted-foreground hover:text-primary transition-colors text-sm" href="/sell" data-discover="true">Sell Your Home</a></li><li><a class="text-muted-foreground hover:text-primary transition-colors text-sm" href="/valuation" data-discover="true">Instant Home Valuation</a></li><li><a class="text-muted-foreground hover:text-primary transition-colors text-sm" href="/neighborhoods" data-discover="true">Neighborhood Guides</a></li><li><a class="text-muted-foreground hover:text-primary transition-colors text-sm" href="/north-hills" data-discover="true">North Hills Guide</a></li><li><a class="text-muted-foreground hover:text-primary transition-colors text-sm" href="/relocation" data-discover="true">Relocation Services</a></li><li><a class="text-muted-foreground hover:text-primary transition-colors text-sm" href="/team" data-discover="true">Meet the Team</a></li></ul></div><div><h2 class="font-medium mb-4 text-foreground">Contact The Team</h2><div class="space-y-3 text-sm text-muted-foreground"><div><p class="font-medium text-foreground">Direct Line</p><a href="tel:7249343400" class="hover:text-primary transition-colors">724-934-3400</a></div><div><p class="font-medium text-foreground">Team Hours</p><p>Mon - Fri: 9:00 AM - 6:00 PM</p><p>Sat - Sun: 10:00 AM - 3:00 PM</p></div><div><a href="mailto:team@teamthurber.com" class="hover:text-primary transition-colors">team@teamthurber.com</a></div></div></div><div><h2 class="font-medium mb-4 text-foreground">Broker Office</h2><div class="space-y-4"><a href="https://www.howardhanna.com/Office/Detail/Wexford/001213" target="_blank" rel="noopener noreferrer"><picture><source type="image/avif" srcSet="/assets/logos/howard-hanna-real-estate-services-320w.avif 320w, /assets/logos/howard-hanna-real-estate-services-640w.avif 640w" sizes="(max-width: 768px) 180px, 260px"/><source type="image/webp" srcSet="/assets/logos/howard-hanna-real-estate-services-320w.webp 320w, /assets/logos/howard-hanna-real-estate-services-640w.webp 640w" sizes="(max-width: 768px) 180px, 260px"/><img src="/assets/logos/howard-hanna-real-estate-services-320w.webp" alt="Howard Hanna Real Estate Services" class="h-11 w-auto object-contain hover:opacity-80 transition-opacity" loading="lazy" decoding="async" width="640" height="290"/></picture></a><div class="space-y-2 text-xs text-muted-foreground"><p>2100 Corporate Drive<!-- -->, <!-- -->Suite 200<br/>Wexford<!-- -->, <!-- -->PA<!-- --> <!-- -->15090</p><p><strong class="text-foreground">Office:</strong> <a href="tel:7249343400" class="hover:text-primary transition-colors">724-934-3400</a></p><p class="italic">Equal Housing Opportunity</p></div></div></div></div><div class="border-t border-border mt-8 pt-6"><div class="flex justify-center gap-3 mb-6"><a href="https://www.instagram.com/thurberteam/" target="_blank" rel="noopener noreferrer" aria-label="Follow us on Instagram" class="flex items-center justify-center w-9 h-9 rounded-full bg-muted hover:bg-primary hover:text-primary-foreground text-muted-foreground transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-instagram"><rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" x2="17.51" y1="6.5" y2="6.5"></line></svg></a><a href="https://www.facebook.com/thurberteam/" target="_blank" rel="noopener noreferrer" aria-label="Follow us on Facebook" class="flex items-center justify-center w-9 h-9 rounded-full bg-muted hover:bg-primary hover:text-primary-foreground text-muted-foreground transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-facebook"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path></svg></a><a href="https://www.linkedin.com/company/thurberteam/" target="_blank" rel="noopener noreferrer" aria-label="Connect with us on LinkedIn" class="flex items-center justify-center w-9 h-9 rounded-full bg-muted hover:bg-primary hover:text-primary-foreground text-muted-foreground transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-linkedin"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect width="4" height="12" x="2" y="9"></rect><circle cx="4" cy="4" r="2"></circle></svg></a><a href="https://www.youtube.com/@thurberteam" target="_blank" rel="noopener noreferrer" aria-label="Watch us on YouTube" class="flex items-center justify-center w-9 h-9 rounded-full bg-muted hover:bg-primary hover:text-primary-foreground text-muted-foreground transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-youtube"><path d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17"></path><path d="m10 15 5-3-5-3z"></path></svg></a><a href="https://www.reddit.com/user/TerrenceThurberPA" target="_blank" rel="noopener noreferrer" aria-label="Follow us on Reddit" class="flex items-center justify-center w-9 h-9 rounded-full bg-muted hover:bg-primary hover:text-primary-foreground text-muted-foreground transition-colors text-xs font-bold">r/</a></div><div class="flex flex-col md:flex-row justify-between items-center gap-4"><p class="text-muted-foreground text-sm">© <!-- -->2026<!-- --> The Thurber Team. All rights reserved.</p><div class="flex gap-6 text-sm text-muted-foreground"><a class="hover:text-primary transition-colors" href="/privacy-policy" data-discover="true">Privacy Policy</a><a class="hover:text-primary transition-colors" href="/terms-of-service" data-discover="true">Terms of Service</a><span>Equal Housing Opportunity</span></div></div><div class="mt-4 text-center text-xs text-muted-foreground leading-relaxed">Serving Greater Pittsburgh &amp; North Hills: Wexford Real Estate Agent | Sewickley Luxury Homes | Marshall Township Realtor | Pine Township Homes for Sale | Franklin Park Real Estate | Bradford Woods Luxury Agent | Treesdale Community Specialist | Cranberry Township | Seven Fields | Downtown Pittsburgh Condos | The Thurber Team</div></div></div></footer><!--/$--></div><!--/$--></div>

    <!-- WebMCP: inline non-module script runs synchronously during HTML parsing,
         before the deferred type="module" bundle, so tools are visible to
         agent-browser checkers that inject navigator.modelContext early. -->
    <script>
    (function(){
      var tools=[
        {name:'home_valuation',description:'Get an estimated home value for a Pittsburgh-area residential address. Returns value range, confidence level, and neighborhood.',inputSchema:{type:'object',properties:{address:{type:'string',description:'Street address including city and state, e.g. "123 Main St, Wexford PA"'}},required:['address']},annotations:{readOnlyHint:true,untrustedContentHint:true},execute:function(a){return fetch('/api/valuation-lookup?address='+encodeURIComponent(String(a.address))).then(function(r){return r.json();})}},
        {name:'search_properties',description:'Navigate to the property search page with a natural-language query for North Hills Pittsburgh MLS listings.',inputSchema:{type:'object',properties:{query:{type:'string',description:'Natural-language query, e.g. "4 bed homes in Wexford under 500k"'}},required:['query']},execute:function(a){var p='/search?q='+encodeURIComponent(String(a.query));window.location.href=p;return{navigated:true,url:p};}},
        {name:'open_neighborhood_guide',description:'Navigate to a published neighborhood guide for a North Hills Pittsburgh community. Rejects a slug that is not a published guide.',inputSchema:{type:'object',properties:{slug:{type:'string',description:'Neighborhood slug, e.g. "wexford", "cranberry-township", "mars"'}},required:['slug']},execute:function(a){return fetch('/mcp',{method:'POST',headers:{'content-type':'application/json'},body:JSON.stringify({jsonrpc:'2.0',id:1,method:'tools/call',params:{name:'open_neighborhood_guide',arguments:{slug:String(a.slug).trim().toLowerCase()}}})}).then(function(r){return r.json();}).then(function(j){var res=j&&j.result||{};var txt=res.content&&res.content[0]&&res.content[0].text||'';if(res.isError){return{navigated:false,error:txt||'unknown neighborhood slug'};}var out=JSON.parse(txt);window.location.href=new URL(out.url).pathname;return{navigated:true,url:out.url,markdownUrl:out.markdownUrl};}).catch(function(){return{navigated:false,error:'neighborhood lookup is unavailable'};});}}
      ];
      /* Ledger lives ON the context (__ttWebMcpRegisteredTools) so this pass
         and the deferred module retry (registerWebMCPTools) share one set:
         a landed tool is never re-attempted, a missed one is retried. */
      function tryReg(){
        var ctx=typeof navigator!=='undefined'&&navigator.modelContext;
        if(!ctx)return false;
        var names=ctx.__ttWebMcpRegisteredTools instanceof Set?ctx.__ttWebMcpRegisteredTools:(ctx.__ttWebMcpRegisteredTools=new Set());
        if(typeof ctx.registerTool==='function'){
          tools.forEach(function(t){
            if(names.has(t.name))return;
            try{ctx.registerTool(t);names.add(t.name);}catch(e){
              if(e&&typeof e==='object'&&(e.name==='InvalidStateError'||(typeof e.message==='string'&&/already registered|same name|exists/i.test(e.message)))){names.add(t.name);}
            }
          });
          return names.size>=tools.length;
        }
        if(names.size===0&&typeof ctx.provideContext==='function'){
          try{ctx.provideContext(tools);tools.forEach(function(t){names.add(t.name);});return true;}catch(e){}
          try{ctx.provideContext({tools:tools});tools.forEach(function(t){names.add(t.name);});return true;}catch(e){}
        }
        return names.size>=tools.length;
      }
      var hadCtx=typeof navigator!=='undefined'&&!!navigator.modelContext;
      if(!tryReg()){
        if(!hadCtx){
          try{
            var _c;
            Object.defineProperty(navigator,'modelContext',{configurable:true,enumerable:true,get:function(){return _c;},set:function(v){_c=v;tryReg();}});
          }catch(e){
            var n=0,id=setInterval(function(){if(tryReg()||++n>=100)clearInterval(id);},100);
          }
        }else{
          /* Context existed; registration was partial. Never shadow it here
             — that would drop the live reference the module retry needs. */
          var n2=0,id2=setInterval(function(){if(tryReg()||++n2>=100)clearInterval(id2);},100);
        }
      }
    })();
    </script>


    <script>
      // Register service worker after the page settles to avoid competing with LCP.
      if ('serviceWorker' in navigator) {
        const registerSw = () => {
          navigator.serviceWorker
            .register('/sw.js', { updateViaCache: 'none' })
            .then((registration) => {
              // Always check for updated worker immediately after register.
              registration.update().catch(() => {});

              // If an updated worker is waiting, activate it now.
              if (registration.waiting) {
                registration.waiting.postMessage({ type: 'SKIP_WAITING' });
              }

              registration.addEventListener('updatefound', () => {
                const worker = registration.installing;
                if (!worker) return;
                worker.addEventListener('statechange', () => {
                  if (worker.state === 'installed' && navigator.serviceWorker.controller) {
                    worker.postMessage({ type: 'SKIP_WAITING' });
                  }
                });
              });
            })
            .catch(() => {
              /* Silent fail for dev environment */
            });
        };
        const scheduleRegister = () => {
          const idle = window.requestIdleCallback;
          if (typeof idle === 'function') {
            idle(() => registerSw(), { timeout: 5000 });
          } else {
            setTimeout(registerSw, 5000);
          }
        };

        if (document.readyState === 'complete') {
          scheduleRegister();
        } else {
          window.addEventListener('load', scheduleRegister, {
            once: true,
          });
        }

        // Do not force a reload on controller changes.
        // A hard reload here can duplicate document/asset fetches and hurt PSI/Lighthouse.
      }
    </script>
  <script type="application/json" id="__PRELOADED_DATA__">{}</script><!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "dd6c0e73f60e4eefb1c2212c0916fb64"}'></script><!-- Cloudflare Pages Analytics --></body>
</html>
