:root {
	--blue: #2380e4;
	--blue-dark: #1768be;
	--steel: #5e81a8;
	--navy: #0d3545;
	--ink: #1b2c34;
	--text: #394b53;
	--muted: #52636b;
	--line: #dfe5e8;
	--surface: #f1f5f7;
	--white: #fff;
	--gold: #f5b83b;
	--shadow: 0 18px 50px rgba(13, 53, 69, 0.11);
	--radius: 1.25rem;
	--container: 76rem;
	--header-height: 6.25rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 7rem;
	overflow-x: clip;
}
body {
	margin: 0;
	color: var(--text);
	background: var(--white);
	font-family:
		"Open Sans",
		Inter,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
}
html.menu-open {
	overflow: hidden;
}
img,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
	text-decoration: none;
}
button,
input,
select,
textarea {
	font: inherit;
}
button,
a {
	scroll-margin-top: 7rem;
}
:focus-visible {
	outline: 3px solid #ffbf3f;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px var(--navy);
}
.skip-link {
	position: fixed;
	z-index: 9999;
	top: 1rem;
	left: 1rem;
	padding: 0.75rem 1rem;
	background: var(--navy);
	color: var(--white);
	transform: translateY(-160%);
	transition: transform 0.2s;
}
.skip-link:focus {
	transform: none;
}
.container {
	width: min(100% - 2rem, var(--container));
	margin-inline: auto;
}
.section {
	padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}
.eyebrow {
	margin: 0 0 1rem;
	color: var(--blue-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
h1,
h2,
h3,
p {
	margin-top: 0;
}
h1,
h2,
h3 {
	color: var(--ink);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.12;
	letter-spacing: -0.025em;
}
h1 {
	font-size: clamp(2.75rem, 6vw, 5.5rem);
}
h2 {
	font-size: clamp(2.15rem, 4vw, 3.65rem);
}
h3 {
	font-size: 1.35rem;
}
.section-heading {
	max-width: 46rem;
	margin: 0 auto clamp(2.5rem, 5vw, 4.25rem);
	text-align: center;
}
.section-heading > p:last-child {
	max-width: 39rem;
	margin-inline: auto;
	color: var(--muted);
}
.button {
	display: inline-flex;
	min-height: 3.25rem;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0.8rem 1.35rem;
	border: 2px solid transparent;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	transition:
		transform 0.25s,
		box-shadow 0.25s,
		background-color 0.25s,
		color 0.25s,
		border-color 0.25s;
}
.button:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(13, 53, 69, 0.18);
}
.button svg {
	width: 1.1rem;
	fill: currentColor;
}
.button-primary {
	background: var(--blue-dark);
	color: var(--white);
}
.button-primary:hover {
	background: var(--navy);
}
.button-ghost {
	border-color: rgba(255, 255, 255, 0.72);
	color: var(--white);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}
.button-ghost:hover {
	background: var(--white);
	color: var(--navy);
}
.button-outline {
	border-color: var(--navy);
	color: var(--navy);
	background: var(--white);
}
.button-outline:hover {
	background: var(--navy);
	color: var(--white);
}
.button-small {
	min-height: 2.75rem;
	padding: 0.65rem 1.05rem;
	font-size: 0.85rem;
}
.text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--blue-dark);
	font-weight: 800;
	border-bottom: 1px solid transparent;
	transition:
		gap 0.2s,
		border-color 0.2s;
}
.text-link:hover {
	gap: 0.7rem;
	border-bottom-color: currentColor;
}
.centered-link {
	text-align: center;
	margin: 2.5rem 0 0;
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 1px 0 rgba(13, 53, 69, 0.1);
	backdrop-filter: blur(12px);
}
@media (max-width: 1099px) {
	.site-header {
		background: rgba(255, 255, 255, 1);
	}
}
.utility-bar {
	background: var(--navy);
	color: var(--white);
	font-size: 0.78rem;
}
.utility-inner {
	display: flex;
	min-height: 2rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
.utility-inner p {
	margin: 0;
}
.utility-inner a {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 800;
}
.utility-inner svg {
	width: 0.85rem;
	fill: currentColor;
}
.nav-row {
	display: flex;
	min-height: 4.75rem;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 10px 0;
}
.brand {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	color: var(--navy);
	line-height: 1;
}
.brand-mark {
	display: grid;
	width: 2.8rem;
	height: 2.8rem;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--blue), var(--steel));
	color: var(--white);
}
.brand-mark svg {
	width: 1.7rem;
	fill: currentColor;
}
.brand strong,
.brand small {
	display: block;
}
.brand strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.15rem;
}
.brand small {
	margin-top: 0.28rem;
	color: var(--blue);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.header-logo {
	display: block;
	width: auto;
	max-width: min(15rem, 48vw);
	height: 5.25rem;
	object-fit: contain;
}
.primary-nav,
.primary-nav > .menu,
.primary-nav > div > .menu {
	display: flex;
	align-items: center;
}
.primary-nav {
	gap: 1.6rem;
}
.primary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.primary-nav > .menu,
.primary-nav > div > .menu {
	gap: 1.45rem;
}
.primary-nav li {
	position: relative;
}
.primary-nav ul a {
	position: relative;
	padding: 0.7rem 0;
	color: var(--ink);
	font-size: 0.88rem;
	font-weight: 700;
}
@media (min-width: 1100px) {
	.primary-nav .menu-item-has-children > a {
		display: inline-flex;
		align-items: center;
		gap: 0.45rem;
	}
	.primary-nav .menu-item-has-children > a::before {
		order: 2;
		flex: 0 0 auto;
		width: 0.4rem;
		height: 0.4rem;
		border-right: 1.5px solid currentColor;
		border-bottom: 1.5px solid currentColor;
		content: "";
		transform: translateY(-0.12rem) rotate(45deg);
	}
	.primary-nav .sub-menu .menu-item-has-children > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.primary-nav .sub-menu .menu-item-has-children > a::before {
		transform: rotate(-45deg);
	}
}
.primary-nav .sub-menu {
	position: absolute;
	z-index: 120;
	top: 100%;
	left: -1.25rem;
	display: grid;
	min-width: 18rem;
	gap: 0.15rem;
	padding: 0.75rem;
	border: 1px solid var(--line);
	border-radius: 1rem;
	background: var(--white);
	box-shadow: 0 18px 45px rgba(13, 53, 69, 0.16);
	opacity: 0;
	pointer-events: none;
	transform: none;
	visibility: hidden;
	transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}
.primary-nav .sub-menu .sub-menu {
	top: -0.75rem;
	left: calc(100% - 0.1rem);
}
.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu,
.primary-nav li.is-submenu-open > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: none;
	visibility: visible;
}
.primary-nav .sub-menu a {
	display: block;
	padding: 0.65rem 0.75rem;
	border-radius: 0.55rem;
	line-height: 1.35;
	white-space: nowrap;
}
.primary-nav .sub-menu a:hover,
.primary-nav .sub-menu a:focus-visible {
	background: var(--surface);
}
.primary-nav .sub-menu a::after {
	display: none;
}
.submenu-toggle {
	display: none;
}
.primary-nav ul a::after {
	position: absolute;
	right: 0;
	bottom: 0.3rem;
	left: 0;
	height: 2px;
	background: var(--blue);
	content: "";
	transform: scaleX(0);
	transition: transform 0.22s;
}
.primary-nav ul a:hover::after,
.primary-nav ul a:focus-visible::after,
.primary-nav .current-menu-item > a::after,
.primary-nav .current-menu-parent > a::after,
.primary-nav .current-menu-ancestor > a::after,
.primary-nav .current_page_item > a::after,
.primary-nav a[aria-current="page"]::after {
	transform: scaleX(1);
}
.primary-nav .current-menu-item > a,
.primary-nav .current-menu-parent > a,
.primary-nav .current-menu-ancestor > a,
.primary-nav .current_page_item > a,
.primary-nav a[aria-current="page"] {
	color: var(--blue-dark);
	font-weight: 800;
}
.primary-nav > .button {
	display: none;
	flex: 0 0 auto;
	white-space: nowrap;
	background: var(--blue-dark);
	color: var(--white);
	box-shadow: 0 8px 20px rgba(23, 104, 190, 0.22);
}
.primary-nav > .button:hover {
	background: var(--navy);
	color: var(--white);
}
.header-desktop-cta {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
}
.header-desktop-cta .button {
	white-space: nowrap;
	background: var(--blue-dark);
	color: var(--white);
	box-shadow: 0 8px 20px rgba(23, 104, 190, 0.22);
}
.header-desktop-cta .button:hover {
	background: var(--navy);
	color: var(--white);
}
.menu-toggle {
	display: none;
	width: 3rem;
	height: 3rem;
	padding: 0.7rem;
	border: 0;
	border-radius: 50%;
	background: var(--surface);
	cursor: pointer;
}
.menu-toggle span {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--navy);
	transition:
		transform 0.2s,
		opacity 0.2s;
}
.menu-toggle[aria-expanded="true"] span:first-child {
	transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:last-child {
	transform: translateY(-7px) rotate(-45deg);
}

.hero {
	position: relative;
	min-height: min(48rem, calc(100vh - var(--header-height)));
	display: grid;
	align-items: center;
	isolation: isolate;
	background: var(--navy);
	overflow: hidden;
}
.hero-media {
	position: absolute;
	z-index: -2;
	inset: 0;
}
.hero-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(8, 40, 54, 0.96) 0%,
		rgba(8, 40, 54, 0.84) 43%,
		rgba(8, 40, 54, 0.26) 78%,
		rgba(8, 40, 54, 0.35)
	);
	content: "";
}
.hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 44%;
}
.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 45rem) 1fr;
	padding-block: clamp(5rem, 10vw, 9rem);
}
.hero-copy .eyebrow {
	color: #b9d9fc;
}
.hero h1 {
	margin-bottom: 1.5rem;
	color: var(--white);
	text-wrap: balance;
}
.hero-lede {
	max-width: 43rem;
	margin-bottom: 2rem;
	color: #e4edf1;
	font-size: clamp(1rem, 1.5vw, 1.17rem);
}
.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}
.hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin: 2rem 0 0;
	padding: 0;
	color: #e8f0f3;
	list-style: none;
	font-size: 0.9rem;
	font-weight: 700;
}
.hero-points li {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}
.hero-points svg {
	width: 1.1rem;
	fill: none;
	stroke: #87c3ff;
	stroke-width: 2.5;
}
.trust-strip {
	position: relative;
	z-index: 2;
	background: var(--white);
	box-shadow: 0 12px 30px rgba(13, 53, 69, 0.08);
}
.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.stats-grid > div {
	padding: 1.45rem 1.5rem;
	border-right: 1px solid var(--line);
	text-align: center;
}
.stats-grid > div:last-child {
	border: 0;
}
.stats-grid strong,
.stats-grid span {
	display: block;
}
.stats-grid strong {
	color: var(--navy);
	font-size: 1.05rem;
}
.stats-grid span {
	margin-top: 0.2rem;
	color: var(--muted);
	font-size: 0.79rem;
}

.services {
	background: linear-gradient(180deg, #fff 0%, #f6f9fa 100%);
}
.service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}
.service-card {
	position: relative;
	padding: 2rem;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0 8px 24px rgba(13, 53, 69, 0.04);
	transition:
		transform 0.3s,
		box-shadow 0.3s,
		border-color 0.3s;
}
.service-card:hover {
	transform: translateY(-7px);
	border-color: #9bc7f4;
	box-shadow: var(--shadow);
}
.icon-shell {
	display: grid;
	width: 3.65rem;
	height: 3.65rem;
	margin-bottom: 1.4rem;
	place-items: center;
	border-radius: 1rem;
	background: #eaf4ff;
	color: var(--blue);
}
.icon-shell svg {
	width: 2rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.service-card > .service-number {
	display: grid;
	width: 3.65rem;
	height: 3.65rem;
	margin-bottom: 1.4rem;
	place-items: center;
	border-radius: 1rem;
	background-color: #eaf4ff;
	color: #0d3545;
	font-size: 1.15rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.06em;
}
.service-card h3 {
	margin-bottom: 0.7rem;
}
.service-card p {
	min-height: 5.1rem;
	margin-bottom: 1.2rem;
	color: var(--muted);
	font-size: 0.93rem;
}
.service-card a {
	color: var(--blue-dark);
	font-size: 0.86rem;
	font-weight: 800;
}
.why-us {
	overflow: hidden;
}
.split-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
	align-items: center;
	gap: clamp(3rem, 8vw, 7rem);
}
.photo-stack {
	position: relative;
	padding: 0 2rem 2rem 0;
}
.photo-stack::before {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 72%;
	height: 75%;
	border-radius: var(--radius);
	background: #dcebf4;
	content: "";
}
.photo-stack img {
	width: 100%;
	aspect-ratio: 4/4.2;
	object-fit: cover;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}
.photo-badge {
	position: absolute;
	right: -0.5rem;
	bottom: 3.5rem;
	min-width: 12rem;
	padding: 1.15rem 1.35rem;
	border-radius: 1rem;
	background: var(--white);
	box-shadow: var(--shadow);
}
.photo-badge strong,
.photo-badge span {
	display: block;
}
.photo-badge strong {
	color: var(--blue);
	font-size: 1.3rem;
}
.photo-badge span {
	color: var(--muted);
	font-size: 0.78rem;
}
.content-column > p:not(.eyebrow) {
	color: var(--muted);
}
.feature-list {
	display: grid;
	gap: 1.1rem;
	margin: 2rem 0;
	padding: 0;
	list-style: none;
}
.feature-list li {
	display: flex;
	gap: 1rem;
}
.feature-list p {
	margin: 0;
	color: var(--muted);
	font-size: 0.9rem;
}
.check-icon {
	display: grid;
	flex: 0 0 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 50%;
	background: #eaf4ff;
	color: var(--navy);
	font-weight: 900;
}

.team {
	background: var(--surface);
}
.team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}
.team-card {
	padding: 0;
	border: 1px solid #d9e3e7;
	border-radius: 1rem;
	background: var(--white);
	overflow: hidden;
	transition:
		transform 0.25s,
		box-shadow 0.25s;
}
.team-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow);
}
.team-card > a {
	display: block;
	width: 100%;
	height: 100%;
}
.doctor-photo {
	width: 100%;
	aspect-ratio: 5/4;
	background: #dfe9ee;
	overflow: hidden;
}
.doctor-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.45s ease;
}
.team-card:hover .doctor-photo img {
	transform: scale(1.035);
}
.doctor-info {
	padding: 1.4rem;
}
.team-card h3 {
	margin: 0 0 0.35rem;
	font-size: 1.22rem;
}
.team-card p {
	min-height: 2.75rem;
	margin: 0;
	color: var(--muted);
	font-size: 0.84rem;
}
.doctor-info > span {
	display: inline-flex;
	margin-top: 1rem;
	color: var(--blue-dark);
	font-size: 0.78rem;
	font-weight: 800;
}

.testimonials {
	position: relative;
	background: var(--navy);
	overflow: hidden;
}
.testimonials::before {
	position: absolute;
	top: -12rem;
	right: -8rem;
	width: 30rem;
	height: 30rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	box-shadow:
		0 0 0 5rem rgba(255, 255, 255, 0.025),
		0 0 0 10rem rgba(255, 255, 255, 0.018);
	content: "";
}
.section-heading-light h2 {
	color: var(--white);
}
.section-heading-light .eyebrow {
	color: #9dccff;
}
.reviews-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}
.review-card {
	margin: 0;
	padding: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.07);
	color: var(--white);
	backdrop-filter: blur(8px);
}
.stars {
	color: var(--gold);
	font-size: 0.92rem;
	letter-spacing: 0.15em;
}
.review-card blockquote {
	margin: 1.2rem 0 1.5rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2rem;
	line-height: 1.55;
}
.review-card figcaption {
	font-size: 0.85rem;
	font-weight: 800;
}
.review-card figcaption span {
	display: block;
	color: #afc4cd;
	font-weight: 400;
}
.light-link {
	color: #b9d9fc;
}

.new-patients {
	background: #f7fafb;
}
.new-patient-card {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	padding: 0;
	border-radius: calc(var(--radius) + 0.25rem);
	background: var(--white);
	box-shadow: var(--shadow);
	overflow: hidden;
}
.new-patient-image img {
	width: 100%;
	height: 100%;
	min-height: 27rem;
	object-fit: cover;
}
.new-patient-copy {
	align-self: center;
	padding: clamp(2rem, 6vw, 5rem);
}
.new-patient-copy > p:not(.eyebrow) {
	color: var(--muted);
}
.new-patient-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 2rem;
}

.faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
	gap: clamp(3rem, 8vw, 7rem);
}
.faq-intro {
	align-self: start;
	position: sticky;
	top: 8rem;
}
.faq-intro > p:not(.eyebrow) {
	color: var(--muted);
}
.accordion {
	border-top: 1px solid var(--line);
}
.accordion h3 {
	margin: 0;
	border-bottom: 1px solid var(--line);
	font-family: inherit;
}
.accordion button {
	display: flex;
	width: 100%;
	min-height: 4.5rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
	border: 0;
	background: none;
	color: var(--ink);
	font-weight: 800;
	text-align: left;
	cursor: pointer;
}
.accordion button span {
	display: grid;
	flex: 0 0 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 50%;
	background: #eaf4ff;
	color: var(--blue-dark);
	font-family: Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 300;
	line-height: 1;
	transition: transform 0.25s ease;
}
.accordion button[aria-expanded="true"] span {
	transform: rotate(45deg);
}
.accordion [role="region"] {
	padding: 1rem 3rem 1.5rem 0;
	color: var(--muted);
}
.accordion [role="region"] p {
	margin: 0;
}

.location {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	background: var(--surface);
}
.location-details {
	display: flex;
	justify-content: flex-end;
	padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 6vw, 6rem);
}
.location-inner {
	width: min(100%, 32rem);
}
.location address,
.site-footer address {
	font-style: normal;
}
.location-contact {
	display: grid;
	gap: 0.85rem;
	margin: 1.25rem 0;
}
.location-contact__item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}
.location-contact__item address {
	color: var(--blue-dark);
}
.location-contact__item svg {
	flex: 0 0 1.4rem;
	width: 1.4rem;
	height: 1.4rem;
	margin-top: 0.15rem;
	fill: none;
	stroke: var(--blue-dark);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.location-contact__item--phone {
	align-items: center;
}
.location-contact__item--phone svg {
	margin-top: 0;
}
.location-phone {
	display: inline-block;
	margin: 0;
	color: var(--blue-dark);
	font-size: 1rem;
	font-weight: 400;
}
.hours-list {
	margin: 1rem 0 2rem;
}
.hours-list div {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid #d7e0e4;
}
.hours-list dt {
	font-weight: 800;
}
.hours-list dd {
	margin: 0;
}
.map-wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 35rem;
	border: 0;
}

.site-footer {
	padding: 4.5rem 0 1.25rem;
	background: #092b39;
	color: #c3d1d6;
}
.brand-light {
	color: var(--white);
}
.brand-light small {
	color: #9dccff;
}
.brand-light:has(.footer-logo) {
	padding: 10px;
	background: var(--white);
	border-radius: 8px;
}
.footer-logo {
	display: block;
	width: auto;
	max-width: min(16rem, 70vw);
	height: 4.5rem;
	object-fit: contain;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 0.8fr 0.9fr;
	gap: 4rem;
}
.footer-grid > div:first-child p {
	max-width: 23rem;
	margin-top: 1.5rem;
}
.footer-grid h2 {
	margin-bottom: 1rem;
	color: var(--white);
	font-family: inherit;
	font-size: 0.85rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.footer-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-grid li + li {
	margin-top: 0.55rem;
}
.footer-contact-list {
	display: grid;
	gap: 0.9rem;
}
.footer-grid .footer-contact-list li {
	display: grid;
	grid-template-columns: 1.4rem minmax(0, 1fr);
	align-items: start;
	gap: 0.7rem;
	margin-top: 0;
}
.footer-contact-list svg {
	width: 1.25rem;
	height: 1.25rem;
	margin-top: 0.2rem;
	fill: none;
	stroke: #9dccff;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.footer-grid a:hover {
	color: var(--white);
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	margin-top: 3.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.75rem;
}
.footer-bottom p {
	margin: 0;
}
.footer-bottom div {
	display: flex;
	gap: 1rem;
}
.mobile-call {
	display: none;
}

.has-js .reveal {
	opacity: 0;
	transform: translateY(1.5rem);
	transition:
		opacity 0.7s ease,
		transform 0.7s ease;
}
.has-js .reveal.is-visible {
	opacity: 1;
	transform: none;
}
.service-grid .reveal:nth-child(2),
.team-grid .reveal:nth-child(2),
.reviews-grid .reveal:nth-child(2) {
	transition-delay: 0.08s;
}
.service-grid .reveal:nth-child(3),
.team-grid .reveal:nth-child(3),
.reviews-grid .reveal:nth-child(3) {
	transition-delay: 0.16s;
}
.service-grid .reveal:nth-child(5),
.team-grid .reveal:nth-child(4) {
	transition-delay: 0.08s;
}
.service-grid .reveal:nth-child(6) {
	transition-delay: 0.16s;
}

@media (max-width: 1099px) {
	:root {
		--header-height: 5rem;
	}
	.utility-inner p {
		display: none;
	}
	.utility-inner {
		justify-content: center;
	}
	.menu-toggle {
		display: block;
	}
	.header-desktop-cta {
		display: none;
	}
	.primary-nav {
		position: absolute;
		z-index: 110;
		top: 100%;
		right: 0;
		width: min(26rem, 100%);
		height: calc(100dvh - 6.75rem);
		display: flex;
		align-items: stretch;
		flex-direction: column;
		padding: 2rem;
		background: var(--white);
		overflow-y: auto;
		transform: translateX(105%);
		visibility: hidden;
		transition:
			transform 0.3s,
			visibility 0.3s;
	}
	.primary-nav.is-open {
		transform: none;
		visibility: visible;
	}
	.primary-nav > .menu,
	.primary-nav > div > .menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0.2rem;
	}
	.primary-nav ul a {
		display: inline-block;
		padding: 0.8rem 0;
		font-size: 1rem;
	}
	.primary-nav .menu-item-has-children > a {
		padding-right: 3rem;
	}
	.primary-nav .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		max-height: 0;
		padding: 0 0 0 1rem;
		border: 0;
		border-left: 1px solid var(--line);
		border-radius: 0;
		box-shadow: none;
		overflow: hidden;
		opacity: 1;
		pointer-events: none;
		transform: none;
		visibility: visible;
		transition: max-height 0.3s, padding 0.3s;
	}
	.primary-nav li:hover > .sub-menu,
	.primary-nav li:focus-within > .sub-menu {
		max-height: 0;
		padding-top: 0;
		padding-bottom: 0;
		pointer-events: none;
	}
	.primary-nav li.is-submenu-open > .sub-menu {
		max-height: 40rem;
		padding-top: 0.25rem;
		padding-bottom: 0.45rem;
		pointer-events: auto;
	}
	.primary-nav .sub-menu a {
		padding: 0.65rem 0.75rem;
		white-space: normal;
	}
	.submenu-toggle {
		position: absolute;
		top: 0.45rem;
		right: 0;
		display: grid;
		width: 2.3rem;
		height: 2.3rem;
		place-items: center;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: var(--surface);
		color: var(--navy);
		cursor: pointer;
	}
	.submenu-toggle::before {
		width: 0.5rem;
		height: 0.5rem;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		content: "";
		transform: translateY(-0.12rem) rotate(45deg);
		transition: transform 0.2s;
	}
	.submenu-toggle[aria-expanded="true"]::before {
		transform: translateY(0.12rem) rotate(225deg);
	}
	.primary-nav > .button {
		display: inline-flex;
		margin-top: 1rem;
	}
	.team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 820px) {
	.section {
		padding: 4.5rem 0;
	}
	.hero {
		min-height: auto;
	}
	.hero-grid {
		grid-template-columns: 1fr;
	}
	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.stats-grid > div:nth-child(2) {
		border-right: 0;
	}
	.stats-grid > div:nth-child(-n + 2) {
		border-bottom: 1px solid var(--line);
	}
	.service-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.split-layout {
		grid-template-columns: 1fr;
	}
	.photo-stack {
		max-width: 38rem;
		margin-inline: auto;
	}
	.reviews-grid {
		grid-template-columns: 1fr;
	}
	.new-patient-card {
		grid-template-columns: 1fr;
	}
	.new-patient-image img {
		min-height: 20rem;
		max-height: 27rem;
	}
	.faq-layout {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
	.faq-intro {
		position: static;
	}
	.location {
		grid-template-columns: 1fr;
	}
	.location-details {
		justify-content: center;
	}
	.map-wrap iframe {
		min-height: 27rem;
	}
	.footer-grid {
		grid-template-columns: 1.3fr 1fr;
		gap: 3rem;
	}
	.footer-grid > div:first-child {
		grid-column: 1/-1;
	}
}
@media (max-width: 560px) {
	body {
		padding-bottom: 4rem;
	}
	.container {
		width: min(100% - 1.25rem, var(--container));
		padding: 0 15px;
	}
	.nav-row {
		min-height: 4.25rem;
		padding: 10px 15px;
	}
	.brand-mark {
		width: 2.45rem;
		height: 2.45rem;
	}
	.brand strong {
		font-size: 1rem;
	}
	.primary-nav {
		width: 100%;
		height: calc(100dvh - 6.25rem);
	}
	.hero-grid {
		padding-block: 4.25rem 5rem;
	}
	.hero-media::after {
		background: rgba(8, 40, 54, 0.87);
	}
	.hero h1 {
		font-size: clamp(2.55rem, 13vw, 3.7rem);
	}
	.hero-actions,
	.hero-actions .button {
		width: 100%;
	}
	.hero-points {
		display: grid;
		gap: 0.7rem;
	}
	.stats-grid {
		grid-template-columns: 1fr 1fr;
	}
	.stats-grid > div {
		padding: 1rem 0.6rem;
	}
	.stats-grid strong {
		font-size: 0.9rem;
	}
	.service-grid,
	.team-grid {
		grid-template-columns: 1fr;
	}
	.service-card p {
		min-height: auto;
	}
	.photo-stack {
		padding: 0 1rem 1rem 0;
	}
	.photo-badge {
		right: 0;
		bottom: 2rem;
		min-width: 10.5rem;
	}
	.doctor-info {
		padding: 1.25rem;
	}
	.team-card p {
		min-height: auto;
	}
	.review-card {
		padding: 1.5rem;
	}
	.new-patient-card {
		width: min(100% - 1.25rem, var(--container));
	}
	.new-patient-copy {
		padding: 2rem 1.35rem;
	}
	.new-patient-actions,
	.new-patient-actions .button {
		width: 100%;
	}
	.accordion button {
		min-height: 4rem;
	}
	.accordion [role="region"] {
		padding-right: 0;
	}
	.location-details {
		padding: 4rem 1.25rem;
	}
	.hours-list div {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
	}
	.map-wrap iframe {
		min-height: 23rem;
	}
	.footer-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
	.footer-grid > div:first-child {
		grid-column: auto;
	}
	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
	.mobile-call {
		position: fixed;
		z-index: 90;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		min-height: 4rem;
		align-items: center;
		justify-content: center;
		gap: 0.55rem;
		background: var(--blue-dark);
		color: var(--white);
		font-weight: 900;
		box-shadow: 0 -8px 25px rgba(13, 53, 69, 0.18);
	}
	.mobile-call svg {
		width: 1.05rem;
		fill: currentColor;
	}
}
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	.has-js .reveal {
		opacity: 1;
		transform: none;
	}
}
@media (forced-colors: active) {
	.button,
	.service-card,
	.review-card {
		border: 2px solid currentColor;
	}
	.icon-shell,
	.check-icon {
		border: 1px solid currentColor;
	}
}
