/* Stonebriar Smile Design homepage */

:root {
	--navy: #202955;
	--navy-deep: #111831;
	--blue: #089bd8;
	--blue-text: #006b94;
	--blue-action: #006b94;
	--blue-soft: #e9f6fb;
	--gold: #cb9c4d;
	--gold-text: #835b18;
	--gold-light: #e2c184;
	--ivory: #f8f6f1;
	--white: #fff;
	--ink: #1c2340;
	--muted: #626a7c;
	--line: rgba(32, 41, 85, 0.16);
	--display: "Cinzel", Georgia, serif;
	--body: "Avenir Next", "Montserrat", Avenir, sans-serif;
	--script: "Allura", "Snell Roundhand", "Segoe Script", cursive;
	--container: min(1200px, calc(100% - 48px));
	--shadow: 0 24px 70px rgba(17, 24, 49, 0.12);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	color: var(--ink);
	background: var(--white);
	font-family: var(--body);
	font-size: 16px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}
body.menu-open {
	overflow: hidden;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
}
button,
input,
textarea,
select {
	font: inherit;
}
:focus-visible {
	outline: 3px solid var(--blue);
	outline-offset: 4px;
}
.skip-link {
	position: fixed;
	z-index: 1000;
	top: 12px;
	left: 12px;
	padding: 12px 18px;
	color: var(--white);
	background: var(--navy-deep);
	transform: translateY(-150%);
	transition: transform 0.2s ease;
}
.skip-link:focus {
	transform: translateY(0);
}
.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.container {
	width: var(--container);
	margin-inline: auto;
}
.section {
	padding: clamp(88px, 10vw, 100px) 0;
}
.eyebrow {
	margin: 0 0 18px;
	color: var(--blue-text);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	line-height: 1.4;
	text-transform: uppercase;
}
.heading,
p {
	margin-top: 0;
}
.heading {
	color: var(--navy);
	font-family: var(--display);
	font-weight: 400;
	line-height: 1.15;
}
.heading {
	margin-bottom: 28px;
	font-size: clamp(2.25rem, 4.6vw, 4.35rem);
	letter-spacing: -0.04em;
}
.heading em {
	color: var(--gold-text);
	font-family: var(--script);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}
.heading em {
	font-size: clamp(34px, calc(28px + 3vw), 70px);
	line-height: 1.05;
}
.lead {
	color: var(--navy);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1.55;
}
.heading.lead {
	font-family: var(--body);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.55;
	text-transform: none;
}
.button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border: 1px solid var(--navy);
	border-radius: 0;
	color: var(--white);
	background: var(--navy);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		color 0.25s ease,
		background 0.25s ease,
		border-color 0.25s ease,
		transform 0.25s ease;
}
.button:hover {
	background: var(--blue-action);
	border-color: var(--blue-action);
	transform: translateY(-2px);
}
.button--small {
	min-height: 44px;
	padding: 11px 18px;
}
.button--gold {
	color: var(--navy-deep);
	background: var(--gold-light);
	border-color: var(--gold-light);
}
.button--gold:hover {
	color: var(--white);
	background: var(--blue-action);
	border-color: var(--blue-action);
}
.button--outline {
	color: var(--navy);
	background: transparent;
}
.button--outline:hover {
	color: var(--white);
}
.button--light {
	color: var(--navy);
	background: var(--white);
	border-color: var(--white);
}
.button--light:hover {
	color: var(--white);
}
.text-link {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	padding-bottom: 3px;
	border-bottom: 1px solid currentColor;
	color: var(--navy);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		color 0.25s ease,
		gap 0.25s ease;
}
.text-link:hover {
	gap: 18px;
	color: var(--gold);
}
.text-link--light {
	color: var(--white);
}
.reveal {
	opacity: 1;
	transform: none;
}
.animations-ready .reveal {
	opacity: 0;
	transform: translateY(30px);
	transition:
		opacity 0.75s ease,
		transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.animations-ready .reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.site-header {
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	color: var(--white);
	background: var(--navy-deep);
	box-shadow: 0 0 0 rgba(17, 24, 49, 0);
	transition: box-shadow 0.3s ease;
}
.site-header.is-sticky {
	position: fixed;
	box-shadow: 0 12px 34px rgba(17, 24, 49, 0.18);
}
.announcement {
	display: flex;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding: 7px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.8rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.announcement p {
	margin: 0;
}
.announcement a {
	font-weight: 600;
	text-decoration: none;
}
.nav-shell {
	display: flex;
	width: 100%;
	min-height: 96px;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	padding: 8px clamp(24px, 4vw, 72px);
	color: var(--navy);
	background: var(--white);
}
.brand img,
.brand .header-logo {
	width: 230px;
	height: 76px;
	max-height: 76px;
	object-fit: contain;
	object-position: left center;
	filter: none;
}
.primary-nav {
	position: static;
	display: flex;
	flex-direction: row;
	visibility: visible;
	width: auto;
	height: auto;
	align-items: center;
	gap: clamp(22px, 3vw, 42px);
	padding: 0;
	overflow: visible;
	color: var(--navy);
	background: transparent;
	box-shadow: none;
	opacity: 1;
	pointer-events: auto;
	transform: none;
}
.mobile-nav-brand {
	display: none;
}
.primary-nav ul,
.primary-nav .menu {
	display: flex;
	align-items: center;
	gap: clamp(20px, 2.4vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}
.primary-nav ul a,
.primary-nav .menu > li > a {
	position: relative;
	display: inline-flex;
	min-height: auto;
	align-items: center;
	padding: 0;
	color: var(--navy);
	font-family: var(--body);
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-nav .sub-menu > li > a {
	color: var(--white);
}
.primary-nav ul:not(.submenu) a::after {
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	height: 1px;
	background: var(--gold-text);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.25s ease;
}

@media (max-width: 767px) {
	.primary-nav ul a::after {
		bottom: -1px;
		background: var(--gold-light);
	}
}

.primary-nav ul a:hover::after,
.primary-nav ul a:focus-visible::after,
.primary-nav .current-menu-item > a::after,
.primary-nav .current-menu-ancestor > a::after,
.primary-nav .current_page_item > a::after,
.primary-nav .current_page_parent > a::after,
.primary-nav .current_page_ancestor > a::after,
.primary-nav a[aria-current="page"]::after {
	transform: scaleX(1);
	transform-origin: left;
}
.primary-nav .menu .current-menu-item > a,
.primary-nav .menu .current-menu-ancestor > a,
.primary-nav .menu .current_page_item > a,
.primary-nav .menu .current_page_parent > a,
.primary-nav .menu .current_page_ancestor > a,
.primary-nav .menu a[aria-current="page"] {
	color: var(--gold-text);
	font-weight: 600;
}
.primary-nav ul a:hover {
	color: var(--gold-text);
}
.primary-nav li {
	position: relative;
}
.primary-nav .menu-item-has-children > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}
.primary-nav .menu-item-has-children > a::before {
	order: 2;
	flex: 0 0 7px;
	width: 7px;
	height: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	transform: translateY(-2px) rotate(45deg);
	transition: transform 0.25s ease;
}
.primary-nav .menu > li {
	border-bottom: 0;
}
.primary-nav .sub-menu {
	position: absolute;
	top: calc(100% + 16px);
	left: -20px;
	display: grid;
	visibility: hidden;
	min-width: 250px;
	gap: 0;
	padding: 12px 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: var(--white);
	background: var(--navy-deep);
	box-shadow: 0 20px 45px rgba(17, 24, 49, 0.24);
	opacity: 0;
	transform: translateY(8px);
	transition:
		opacity 0.25s ease,
		transform 0.25s ease,
		visibility 0.25s ease;
}
.primary-nav .sub-menu::before {
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 18px;
	content: "";
}
.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.primary-nav .sub-menu a {
	display: block;
	padding: 10px 0;
	line-height: 1.45;
}
.primary-nav .menu > li > a:hover,
.primary-nav .menu > li > a:focus-visible {
	color: var(--gold-text);
}
.primary-nav .sub-menu a:hover,
.primary-nav .sub-menu a:focus-visible {
	color: var(--gold-light);
}
.primary-nav .sub-menu .menu-item-has-children > a {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.primary-nav .sub-menu .menu-item-has-children > a::before {
	transform: rotate(-45deg);
}
.primary-nav .sub-menu .sub-menu {
	top: -13px;
	left: calc(100% + 20px);
}
.primary-nav .sub-menu .sub-menu::before {
	top: 0;
	right: 100%;
	bottom: 0;
	left: auto;
	width: 22px;
	height: auto;
}
.menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	padding: 12px;
	border: 0;
	color: inherit;
	background: transparent;
	cursor: pointer;
}
.menu-toggle span {
	display: block;
	width: 100%;
	height: 1px;
	margin: 6px 0;
	background: currentColor;
	transition:
		transform 0.25s ease,
		opacity 0.25s ease;
}

.hero {
	position: relative;
	display: flex;
	min-height: max(720px, 100svh);
	align-items: center;
	overflow: hidden;
	color: var(--white);
	background: var(--navy-deep);
}
.hero__media,
.hero__overlay {
	position: absolute;
	inset: 0;
}
.hero__media img,
.hero__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
}
.hero__media video {
	background: var(--navy-deep);
}
.hero__overlay {
	background:
		linear-gradient(
			90deg,
			rgba(10, 17, 43, 0.88) 0%,
			rgba(18, 27, 61, 0.65) 43%,
			rgba(18, 27, 61, 0.08) 78%
		),
		linear-gradient(0deg, rgba(13, 21, 48, 0.55), transparent 45%);
}
.hero__content {
	position: relative;
	z-index: 2;
	padding: 250px 0 100px;
}
.hero .eyebrow {
	color: var(--gold-light);
}
.hero .heading {
	max-width: 800px;
	margin: 0 0 28px;
	color: var(--white);
	font-size: clamp(3.4rem, 5.4vw, 7.2rem);
	letter-spacing: -0.055em;
	line-height: 0.95;
	text-transform: uppercase;
}
.hero .heading em {
	display: inline-block;
	color: var(--gold-light);
	font-size: 0.78em;
}
.hero__lead {
	max-width: 580px;
	margin-bottom: 36px;
	color: rgba(255, 255, 255, 0.87);
	font-size: clamp(1rem, 1.6vw, 1.22rem);
	line-height: 1.7;
}
.hero__actions {
	display: flex;
	align-items: center;
	gap: 32px;
}
.hero__scroll {
	position: absolute;
	z-index: 2;
	right: 32px;
	bottom: 42px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 12px;
	color: var(--white);
	background: var(--navy-deep);
	font-size: 0.62rem;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
	transform: rotate(90deg);
	transform-origin: right center;
}
.hero__scroll span {
	width: 42px;
	height: 1px;
	background: var(--gold-light);
}
.hero__video-toggle {
	position: absolute;
	z-index: 3;
	right: 68px;
	bottom: 106px;
	display: none;
	min-height: 48px;
	align-items: center;
	gap: 10px;
	padding: 11px 17px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	/* border-radius: 999px; */
	color: var(--white);
	background: var(--navy-deep);
	font-size: clamp(0.8rem, 0.74rem + 0.2vw, 0.9rem);
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
	cursor: pointer;
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease;
}
.hero__video-toggle.is-ready {
	display: inline-flex;
}
.hero__video-toggle:hover {
	border-color: var(--gold-light);
	background: var(--navy);
}
.hero__video-icon {
	position: relative;
	width: 12px;
	height: 12px;
	border-right: 3px solid currentColor;
	border-left: 3px solid currentColor;
}
.hero__video-toggle[aria-label^="Play"] .hero__video-icon {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 0;
	border-bottom: 6px solid transparent;
	border-left: 10px solid currentColor;
}

.intro {
	background: var(--ivory);
}
.intro__grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: clamp(50px, 10vw, 140px);
	align-items: start;
}
/* .section-heading .heading {
	max-width: 680px;
} */
.intro__copy {
	padding-top: 45px;
}
.intro__copy p:not(.lead) {
	max-width: 620px;
	color: var(--muted);
}
.intro__copy .text-link {
	margin-top: 18px;
}

.method {
	position: relative;
	overflow: hidden;
	background: var(--white);
}
.method::before {
	position: absolute;
	top: 5%;
	left: -120px;
	color: rgba(8, 155, 216, 0.035);
	content: "S";
	font-family: var(--display);
	font-size: 560px;
	line-height: 1;
}
.method__header {
	position: relative;
	display: grid;
	grid-template-columns: 1.1fr 0.7fr;
	gap: 80px;
	align-items: end;
	margin-bottom: 70px;
}
.method__header > p {
	max-width: 500px;
	margin: 0 0 30px;
	color: var(--muted);
}
.service-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.service-card {
	position: relative;
	overflow: hidden;
	display: flex;
	min-height: 470px;
	flex-direction: column;
	padding: 44px 36px 36px;
	border: 1px solid rgba(32, 41, 85, 0.12);
	border-radius: 3px;
	background-color: #f5f6f5;
	background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(8, 155, 216, 0.035));
	box-shadow:
		0 12px 30px rgba(17, 24, 49, 0.045),
		inset 0 0 0 1px rgba(255, 255, 255, 0.72);
	transition:
		color 0.5s ease,
		background-color 0.5s ease,
		border-color 0.5s ease,
		transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.5s ease;
}
.service-card:hover {
	z-index: 2;
	color: var(--white);
	background-color: var(--navy-deep);
	border-color: rgba(203, 156, 77, 0.34);
	box-shadow: 0 20px 46px rgba(17, 24, 49, 0.14);
	transform: translateY(-4px);
}
.service-card--feature {
	background-color: #f2f6f6;
}
.service-card__number {
	position: absolute;
	top: 24px;
	right: 28px;
	color: var(--muted);
	font-family: var(--display);
	font-size: 0.73rem;
	letter-spacing: 0.12em;
	transition: color 0.45s ease;
}
.service-card__icon-frame {
	display: grid;
	width: 132px;
	height: 132px;
	margin-bottom: 24px;
	border: 1px solid rgba(203, 156, 77, 0.28);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.86);
	box-shadow:
		0 14px 30px rgba(17, 24, 49, 0.07),
		inset 0 0 0 5px rgba(32, 41, 85, 0.025);
	place-items: center;
	transition:
		background-color 0.45s ease,
		border-color 0.45s ease,
		box-shadow 0.45s ease,
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.service-card__icon {
	width: 124px;
	height: 124px;
	object-fit: contain;
	filter: none;
	transition: none;
}
.service-card .service-card__number,
.service-card .service-card__kicker {
	color: var(--gold-text);
}
.service-card .heading {
	max-width: 360px;
	font-size: clamp(1.45rem, 1.75vw, 1.9rem);
}
.service-card:hover {
	box-shadow: 0 22px 48px rgba(17, 24, 49, 0.18);
}
.service-card:hover .service-card__icon-frame {
	border-color: rgba(226, 193, 132, 0.46);
	background: var(--white);
}
.service-card__kicker {
	margin-bottom: 12px;
	color: var(--blue-text);
	font-size: clamp(0.78rem, 0.72rem + 0.2vw, 0.88rem);
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	transition: color 0.45s ease;
}
.service-card .heading {
	margin-bottom: 18px;
	color: var(--navy);
	transition: color 0.45s ease;
}
.service-card p:not(.service-card__kicker) {
	margin-bottom: 28px;
	color: var(--muted);
	font-size: 0.93rem;
	line-height: 1.7;
	transition: color 0.45s ease;
}
.service-card > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--line);
	font-size: clamp(0.8rem, 0.74rem + 0.2vw, 0.9rem);
	font-weight: 600;
	letter-spacing: 0.11em;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		color 0.45s ease,
		border-color 0.45s ease;
}
.service-card > a span[aria-hidden="true"] {
	flex: 0 0 auto;
	font-size: 1.05rem;
	line-height: 1;
}
.service-card:hover .heading,
.service-card:hover p,
.service-card:hover .service-card__number,
.service-card:hover .service-card__kicker {
	color: var(--white);
}
.service-card:hover > a {
	border-color: rgba(255, 255, 255, 0.3);
}
.service-card:hover .service-card__icon-frame {
	border-color: rgb(203 156 77 / 0.42);
	background-color: var(--white);
	box-shadow: 0 14px 30px rgb(8 16 46 / 0.16);
	transform: translateY(-2px);
}

.difference {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	background: var(--ivory);
}
.difference__image {
	position: relative;
	min-height: 760px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.difference__image img {
	width: 100%;
	height: 100%;
	max-width: 600px;
	max-height: 730px;
	object-fit: cover;
}
.difference__seal {
	position: absolute;
	right: 155px;
	bottom: 190px;
	display: grid;
	width: 238px;
	height: 238px;
	place-content: center;
	border: 1px solid var(--gold-light);
	border-radius: 50%;
	color: var(--navy);
	background: var(--ivory);
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.difference__seal span {
	display: block;
	color: var(--gold-text);
	font-family: var(--display);
  font-size: 4.25rem;
	line-height: 1;
}
.difference__content {
	display: flex;
	max-width: 650px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 100px clamp(48px, 5vw, 130px);
}
.difference__content > p:not(.eyebrow, .lead) {
	color: var(--muted);
}
.check-list {
	margin: 20px 0 38px;
	padding: 0;
	list-style: none;
}
.check-list li {
	position: relative;
	margin: 11px 0;
	padding-left: 28px;
}
.check-list li::before {
	position: absolute;
	left: 0;
	color: var(--gold-text);
	content: "◇";
}

.journey {
	color: var(--white);
	background: var(--navy);
}
.section-heading--center {
	max-width: 820px;
	margin: 0 auto 64px;
	text-align: center;
}
.journey .eyebrow {
	color: var(--gold-light);
}
.journey .heading,
.journey__steps .heading {
	color: var(--white);
}
.journey .heading em {
	color: var(--gold-light);
}
.journey__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
	padding: 0;
	counter-reset: none;
	list-style: none;
}
.journey__steps li {
	display: grid;
	min-height: 245px;
	grid-template-columns: 56px 1fr;
	gap: 20px;
	padding: 36px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-right: 0;
}
.journey__steps li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.journey__steps span {
	color: var(--gold-light);
	font-family: var(--display);
	font-size: 1rem;
}
.journey__steps .heading {
	margin-bottom: 16px;
	font-size: 1.45rem;
}
.journey__steps p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.9rem;
	line-height: 1.7;
}
.journey__action {
	margin-top: 48px;
	text-align: center;
}

.doctor {
	background: var(--white);
}
.doctor__grid {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: clamp(60px, 10vw, 140px);
	align-items: center;
}
.doctor__portrait {
	position: relative;
	padding: 22px 0 0 22px;
}
.doctor__portrait img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center 20%;
}
.doctor__frame {
	position: absolute;
	top: 0;
	right: 22px;
	bottom: 22px;
	left: 0;
	border: 1px solid var(--gold-text);
}
.script-accent {
	position: absolute;
	z-index: 2;
	right: -42px;
	bottom: 34px;
	margin: 0;
	padding: 10px 26px 12px;
	border: 1px solid rgba(131, 91, 24, 0.55);
	color: var(--gold-text);
	background: rgba(248, 246, 241, 0.94);
	box-shadow: 0 14px 34px rgba(17, 24, 49, 0.14);
	font-family: var(--script);
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1;
	white-space: nowrap;
	backdrop-filter: blur(8px);
	transform: rotate(-8deg);
}
.script-accent::before {
	position: absolute;
	top: 50%;
	right: calc(100% + 12px);
	width: 54px;
	height: 1px;
	background: var(--gold-text);
	content: "";
	transform: translateY(-50%);
}
.doctor__content .heading {
	margin-bottom: 10px;
}
.doctor__content .heading span {
	display: block;
	margin-top: 8px;
	color: var(--gold-text);
	font-family: var(--body);
	font-size: 0.22em;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.doctor__role {
	color: var(--blue-text);
	font-size: clamp(0.8rem, 0.74rem + 0.2vw, 0.9rem);
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}
.doctor blockquote {
	margin: 35px 0;
	padding-left: 28px;
	border-left: 1px solid var(--gold-text);
	color: var(--navy);
	font-family: var(--display);
	font-size: clamp(1.3rem, 2.2vw, 1.8rem);
	line-height: 1.5;
}
.doctor__content > p:not(.eyebrow, .doctor__role) {
	color: var(--muted);
}
.doctor__content .text-link {
	margin-top: 18px;
}

.team {
	background: var(--ivory);
}
.team__header {
	display: grid;
	grid-template-columns: 1.15fr 0.7fr;
	gap: clamp(40px, 8vw, 110px);
	align-items: end;
	margin-bottom: 60px;
}
.team__header .heading {
	margin-bottom: 0;
}
.team__header > p {
	margin-bottom: 20px;
	color: var(--muted);
}
.team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
	padding: 20px;
}
.team-card {
	min-width: 0;
	padding-bottom: 28px;
	background: var(--white);
	text-align: center;
}
.team-card > a {
	display: block;
	overflow: hidden;
}
.team-card img {
	width: 100%;
	aspect-ratio: 1 / 1.08;
	object-fit: cover;
	filter: saturate(0.85);
	transition:
		filter 0.5s ease,
		transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.team-card:hover img {
	filter: saturate(1);
	transform: scale(1.025);
}
.team-card .heading {
	margin: 24px 18px 8px;
	font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}
.team-card .heading a {
	text-decoration: none;
}
.team-card p {
	margin: 0 18px;
	color: var(--muted);
	font-size: 0.78rem;
	letter-spacing: 0.06em;
}

.result {
	position: relative;
	display: flex;
	min-height: 720px;
	align-items: center;
	overflow: hidden;
	padding: 0;
	color: var(--white);
	background: var(--navy-deep);
}
.result__media {
	position: absolute;
	inset: 0;
}
.result__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(15, 23, 53, 0.86),
		rgba(15, 23, 53, 0.22)
	);
	content: "";
}
.result__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.result__content {
	position: relative;
	z-index: 1;
	width: min(560px, calc(100% - 48px));
	margin-left: max(24px, calc((100vw - 1200px) / 2));
}
.result__content .eyebrow {
	color: var(--gold-light);
}
.result__content .heading {
	color: var(--white);
}
.result__content .heading em {
	color: var(--gold-light);
}
.result__content p:not(.eyebrow) {
	max-width: 500px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.08rem;
}
.result__content .button {
	margin-top: 20px;
}

.voices {
	background: var(--white);
}
.voices__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
}
.voices__content {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: clamp(55px, 7vw, 100px);
	background: var(--blue-soft);
}
.voices__content > p:not(.eyebrow, .lead) {
	color: var(--muted);
}
.voices__content .heading.lead {
	margin: 0 0 20px;
	font-family: var(--body);
	font-weight: 400;
}
.voices__content .button {
	margin-top: 20px;
}
.voices__image {
	min-height: 650px;
}
.voices__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 25%;
}
.voices__links {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	border-left: 1px solid var(--line);
}
.voices__links a {
	display: grid;
	min-height: 112px;
	grid-template-columns: auto 1fr auto;
	gap: 18px;
	align-items: center;
	padding: 28px 32px;
	border-right: 1px solid var(--line);
	color: var(--navy);
	text-decoration: none;
	transition:
		color 0.35s ease,
		background-color 0.35s ease;
}
.voices__links a:last-child {
	border-right: 0;
}
.voices__links a:hover {
	color: var(--white);
	background: var(--navy);
}
.voices__links a:hover span {
	color: var(--white);
}
.voices__links span {
	color: var(--gold-text);
	font-family: var(--display);
	font-size: 0.875rem;
}
.voices__links strong {
	font-family: var(--display);
	font-size: clamp(1rem, 1.6vw, 1.25rem);
	font-weight: 400;
}

.associations {
	background: var(--blue-soft);
}
.associations__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 44px;
}
.associations__header .heading {
	margin-bottom: 0;
	font-size: clamp(2rem, 4vw, 3.4rem);
}
.association-slider__controls {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}
.association-slider__button {
	display: grid;
	width: 52px;
	min-height: 52px;
	place-items: center;
	border: 1px solid var(--navy);
	color: var(--navy);
	background: transparent;
	cursor: pointer;
	transition:
		color 0.25s ease,
		background-color 0.25s ease,
		opacity 0.25s ease;
}
.association-slider__button:hover:not(:disabled) {
	color: var(--white);
	background: var(--navy);
}
.association-slider__button:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}
.association-slider {
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
}
.association-slider::-webkit-scrollbar {
	display: none;
}
.association-slider__track {
	display: flex;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.association-slider__track li {
	flex: 0 0 calc((100% - 54px) / 4);
	min-width: 0;
	scroll-snap-align: start;
}
.association-slider__track a {
	display: grid;
	min-height: 180px;
	place-items: center;
	padding: 30px;
	background: var(--white);
	transition:
		border-color 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s ease;
}
.association-slider__track a:hover {
	transform: scale(1.1);
	box-shadow: 0 12px 34px rgba(17, 24, 49, 0.08);
}
.association-slider__track img {
	width: 100%;
	max-width: 190px;
	max-height: 105px;
	object-fit: contain;
}

.locations {
	background: var(--ivory);
}
.locations .heading {
	width: 100%;
	max-width: 100%;
}
.location-grid {
	display: grid;
	width: min(100%, 780px);
	grid-template-columns: 1fr;
	margin-inline: auto;
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}
.location-card {
	padding: clamp(38px, 6vw, 72px);
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: var(--white);
}
.location-card__label {
	color: var(--gold-text);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.location-card .heading {
	margin: 20px 0 28px;
	color: var(--navy);
	font-size: clamp(1.8rem, 3vw, 2.7rem);
}
.location-card address {
	margin-bottom: 16px;
	color: var(--muted);
	font-style: normal;
}
.location-card > a:not(.text-link) {
	display: block;
	margin-bottom: 26px;
	color: var(--navy);
	font-weight: 600;
	text-decoration: none;
}

.final-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(100px, 12vw, 170px) 0;
	color: var(--white);
	background: var(--navy-deep);
	text-align: center;
}
.final-cta__mark {
	position: absolute;
	top: 43%;
	left: 50%;
	width: clamp(420px, 40vw, 760px);
	aspect-ratio: 1;
	opacity: 0.05;
	pointer-events: none;
	transform: translate(-50%, -50%);
}
.final-cta__mark .final-cta__letter {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 74.5%;
	opacity: 0.025;
	object-fit: contain;
	transform: translate(-50%, -50%);
}
.final-cta__mark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.final-cta .container {
	position: relative;
}
.final-cta .eyebrow {
	color: var(--gold-light);
}
.final-cta .heading {
	margin-bottom: 24px;
	color: var(--white);
	font-size: clamp(2.8rem, 6vw, 3.5rem);
}
.final-cta .heading em {
	color: var(--gold-light);
}
.final-cta p:not(.eyebrow) {
	margin-bottom: 36px;
	color: rgba(255, 255, 255, 0.72);
}

/* Homepage color study: integrate the vivid azure used in the updated logo. */
.hero .eyebrow,
.journey .heading em,
.result__content .eyebrow,
.result__content .heading em,
.final-cta .eyebrow,
.final-cta .heading em {
	color: var(--blue);
}

.journey .eyebrow,
.journey__steps span {
	color: #6acdf3;
}

.intro .heading em,
.method .heading em,
.difference .heading em,
.doctor .heading em,
.team .heading em,
.voices .heading em,
.associations .heading em,
.locations .heading em {
	color: var(--blue-text);
}

.service-card {
	border-top: 3px solid rgba(8, 155, 216, 0.58);
}

.service-card:hover {
	border-color: rgba(8, 155, 216, 0.7);
}

.service-card__icon-frame,
.service-card:hover .service-card__icon-frame {
	border-color: rgba(8, 155, 216, 0.5);
}

.method .service-card__icon [stroke="#CB9C4D"] {
	stroke: var(--blue);
}

.method .service-card__icon [fill="#CB9C4D"] {
	fill: var(--blue);
}

.difference__seal,
.doctor__frame,
.script-accent {
	border-color: rgba(8, 155, 216, 0.72);
}

.difference__seal span,
.script-accent {
	color: var(--blue-text);
}

.script-accent::before {
	background: var(--blue);
}

.doctor blockquote {
	border-left-color: var(--blue);
}

.team-card {
	border-top: 3px solid transparent;
	transition: border-color 0.35s ease;
}

.team-card:hover {
	border-top-color: var(--blue);
}

.voices__content {
	border-top: 4px solid var(--blue);
}

.voices__links a:hover,
.voices__links a:focus-visible,
.association-slider__button:hover:not(:disabled),
.association-slider__button:focus-visible:not(:disabled) {
	color: var(--navy-deep);
	background: var(--blue);
}

.voices__links a:hover span,
.voices__links a:focus-visible span {
	color: var(--navy-deep);
}

.location-card {
	border-top: 3px solid var(--blue);
}

.site-footer {
	padding: 80px 0 26px;
	color: rgba(255, 255, 255, 0.72);
	background: #0b1022;
	font-size: 0.86rem;
}
.footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	padding-bottom: 54px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer__cta {
	display: flex;
	align-items: center;
	gap: 24px;
}
.footer__cta p {
	max-width: 230px;
	margin: 0;
	color: var(--white);
	font-family: var(--display);
	font-size: 1.05rem;
	line-height: 1.45;
}
.footer__grid {
	display: grid;
	grid-template-columns: 0.65fr 1fr;
	gap: clamp(45px, 7vw, 100px);
	padding-top: 58px;
	padding-bottom: 58px;
}
.footer__brand img {
	width: 245px;
	margin-bottom: 18px;
	filter: brightness(0) invert(1);
}
.footer__brand p {
	max-width: 380px;
	margin-bottom: 0;
}
.site-footer .heading {
	margin-bottom: 20px;
	color: var(--gold-light);
	font-family: var(--body);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}
.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer li {
	margin: 9px 0;
}
.site-footer a {
	text-decoration: none;
	transition: color 0.2s ease;
}
.site-footer a:hover {
	color: var(--gold-light);
}
.footer__office address {
	display: grid;
	gap: 13px;
	margin-bottom: 28px;
	font-style: normal;
	line-height: 1.65;
}
.footer__office address a:first-child {
	width: fit-content;
}
.footer__phone {
	width: fit-content;
	color: var(--white);
	font-size: 1rem;
	font-weight: 600;
}
.site-footer .footer__office .heading {
	margin-bottom: 13px;
	color: var(--white);
	font-family: var(--body);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.footer__hours {
	margin: 0;
	font-size: 0.76rem;
}
.footer__hours div {
	display: grid;
	grid-template-columns: minmax(90px, 0.75fr) 1fr;
	gap: 18px;
	padding: 5px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer__hours dt,
.footer__hours dd {
	margin: 0;
}
.footer__hours dd {
	color: rgba(255, 255, 255, 0.9);
}
.footer__bottom {
	display: flex;
	gap: 28px;
	align-items: center;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.72rem;
}
.footer__bottom > p:first-child {
	margin: 0 auto 0 0;
}
@media (max-width: 1100px) {
	.primary-nav {
		gap: 18px;
	}
	.primary-nav ul {
		gap: 16px;
	}
	.difference__content {
		padding-right: 55px;
		padding-left: 90px;
	}
}

@media (max-width: 960px) {
	:root {
		--container: min(100% - 40px, 760px);
	}
	.announcement {
		justify-content: space-between;
	}
	.nav-shell {
		width: 100%;
		min-height: 86px;
		padding-inline: 20px;
	}
	.brand img {
		width: 190px;
	}
	.menu-toggle {
		z-index: 102;
		display: block;
	}
	.menu-toggle[aria-expanded="true"] {
		color: var(--white);
	}
	.menu-toggle[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}
	.menu-toggle[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}
	.menu-toggle[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}
	.primary-nav {
		position: fixed;
		z-index: 101;
		inset: 0;
		display: flex;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		padding: 110px 32px 40px;
		overflow-y: auto;
		color: var(--white);
		background: var(--navy-deep);
		box-shadow: none;
		opacity: 0;
		pointer-events: none;
		transform: none;
		transition:
			opacity 0.3s ease,
			visibility 0.3s;
	}
	.primary-nav.is-open {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}
	.mobile-nav-brand {
		position: absolute;
		top: 18px;
		left: 20px;
		display: inline-flex;
		width: 190px;
		height: 76px;
		align-items: center;
	}
	.mobile-nav-brand img {
		width: 190px;
		height: 76px;
		object-fit: contain;
		object-position: left center;
	}
	.primary-nav ul,
	.primary-nav .menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		margin: 0;
	}
	.primary-nav .sub-menu {
		position: static;
		visibility: visible;
		min-width: 0;
		margin: 0;
		padding: 0 0 0 18px;
		border: 0;
		box-shadow: none;
		opacity: 1;
		transform: none;
	}

		.primary-nav .sub-menu li:last-child {
			border-bottom: none;
		}
	.primary-nav .sub-menu::before {
		display: none;
	}
	.primary-nav .sub-menu a {
		padding: 9px 0;
		font-family: var(--body);
		font-size: 0.86rem;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}
	.primary-nav .menu-item-has-children > a,
	.primary-nav .sub-menu .menu-item-has-children > a {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
	}
	.primary-nav .menu-item-has-children > a::before,
	.primary-nav .sub-menu .menu-item-has-children > a::before {
		transform: translateY(-2px) rotate(45deg);
	}
	.primary-nav .menu-item-has-children > a::before {
		display: none;
	}
	.primary-nav .sub-menu .sub-menu {
		position: static;
		margin-left: 12px;
		padding-left: 18px;
		border-left: 1px solid rgba(203, 156, 77, 0.42);
	}
	.primary-nav li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	.primary-nav .menu > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	.primary-nav ul a,
	.primary-nav .menu > li > a {
		display: block;
		min-height: auto;
		padding: 15px 0;
		color: var(--white);
		font-family: var(--display);
		font-size: clamp(1.25rem, 3vw, 2rem);
		letter-spacing: 0;
		text-transform: none;
	}

		.primary-nav .menu > li > a {
				padding: 8px 0;
		}
	.primary-nav .menu .current-menu-item > a,
	.primary-nav .menu .current-menu-ancestor > a,
	.primary-nav .menu .current_page_item > a,
	.primary-nav .menu .current_page_parent > a,
	.primary-nav .menu .current_page_ancestor > a,
	.primary-nav .menu a[aria-current="page"] {
		color: var(--gold-light);
	}
	.primary-nav .menu > li > a:hover,
	.primary-nav .menu > li > a:focus-visible,
	.primary-nav .sub-menu a:hover,
	.primary-nav .sub-menu a:focus-visible {
		color: var(--gold-light);
	}
	.primary-nav .button {
		margin-top: auto;
		background-color: var(--gold-light);
		color: var(--navy-deep);
	}
	.hero__content {
		padding-top: 145px;
	}
	.hero .heading {
		max-width: 650px;
	}
	.intro__grid,
	.method__header,
	.doctor__grid {
		grid-template-columns: 1fr;
	}
	.intro__grid,
	.doctor__grid {
		gap: 55px;
	}
	.intro__copy {
		padding-top: 0;
	}
	.method__header {
		gap: 10px;
	}
	.difference {
		grid-template-columns: 1fr;
	}
	.difference__image {
		min-height: 650px;
	}
	.difference__seal {
		right: 35px;
		bottom: -65px;
	}
	.difference__content {
		max-width: 760px;
		padding: 120px 40px 100px;
	}
	.journey__steps {
		grid-template-columns: 1fr;
	}
	.journey__steps li,
	.journey__steps li:last-child {
		min-height: 0;
		border-right: 1px solid rgba(255, 255, 255, 0.16);
		border-bottom: 0;
	}
	.journey__steps li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	}
	.doctor__portrait {
		width: min(600px, 90%);
	}
	.team__header {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.team-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.voices__grid {
		grid-template-columns: 1fr;
	}
	.voices__image {
		min-height: 560px;
	}
	.voices__links {
		grid-template-columns: 1fr;
	}
	.voices__links a {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}
	.voices__links a:last-child {
		border-bottom: 0;
	}
	.association-slider__track li {
		flex-basis: calc((100% - 36px) / 3);
	}
	.script-accent {
		right: -22px;
	}
	.footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 42px;
	}
	.footer__grid > nav {
		grid-column: auto;
	}
	.footer__grid > nav ul {
		display: block;
	}
	.footer__top {
		align-items: flex-start;
	}
	.footer__cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 680px) {
	:root {
		--container: calc(100% - 32px);
	}
	body {
		font-size: 15px;
	}
	.section {
		padding: 82px 0;
	}
	.announcement {
		display: none;
	}
	.announcement p {
		display: none;
	}
	.nav-shell {
		width: 100%;
	}
	.brand img {
		width: 164px;
	}
	.hero {
		min-height: 760px;
	}
	.hero__media img,
	.hero__media video {
		object-position: 67% center;
	}
	.hero__overlay {
		background:
			linear-gradient(
				90deg,
				rgba(9, 16, 40, 0.9),
				rgba(15, 23, 53, 0.47)
			),
			linear-gradient(0deg, rgba(13, 21, 48, 0.62), transparent);
	}
	.hero__content {
		padding-top: 130px;
	}
	.hero .heading {
		font-size: clamp(3rem, 16vw, 4.8rem);
	}
	.hero__lead {
		max-width: 92%;
	}
	.hero__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}
	.hero__scroll {
		display: none;
	}
	.hero__video-toggle {
		right: 16px;
		bottom: 22px;
	}
	.service-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.service-card,
	.service-card--feature {
		grid-column: auto;
		display: flex;
		min-height: 390px;
		padding: 36px 26px 28px;
	}
	.service-card--feature > a {
		grid-column: auto;
	}
	.method__header {
		margin-bottom: 45px;
	}
	.difference__image {
		min-height: 500px;
	}
	.difference__content {
		padding: 115px 24px 80px;
	}
	.journey__steps li {
		grid-template-columns: 44px 1fr;
		padding: 28px 22px;
	}
	.doctor__portrait {
		width: calc(100% - 18px);
	}
	.team-grid {
		grid-template-columns: 1fr;
	}
	.voices__content {
		padding: 48px 26px;
	}
	.voices__image {
		min-height: 430px;
	}
	.voices__links a {
		min-height: 94px;
		padding: 22px 20px;
	}
	.associations__header {
		align-items: flex-start;
		flex-direction: column;
	}
	.association-slider__track li {
		flex-basis: calc((100% - 18px) / 2);
	}
	.association-slider__track a {
		min-height: 145px;
		padding: 22px;
	}
	.script-accent {
		right: -8px;
		padding: 9px 18px 11px;
	}
	.result {
		min-height: 660px;
	}
	.result__media img {
		object-position: 60% center;
	}
	.result__content {
		width: calc(100% - 32px);
		margin-inline: 16px;
	}
	.location-grid {
		grid-template-columns: 1fr;
	}
	.footer__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}
	.footer__grid > nav {
		grid-column: auto;
	}
	.footer__grid > nav ul {
		display: block;
	}
	.footer__top {
		align-items: flex-start;
		flex-direction: column;
		gap: 32px;
	}
	.footer__cta {
		width: 100%;
	}
	.footer__cta .button {
		width: 100%;
	}
	.footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}
	.footer__bottom > p:first-child {
		margin-right: 0;
	}
}

/* Final CTA design rule: use the logo watermark without decorative rings. */
section[class$="-cta"]::before,
section[class*="-cta "]::before {
	display: none !important;
	content: none !important;
}

.phone-number__arrow-up {
	display: inline-block;
	margin-inline-start: 0.7em;
	font-size: 1.05em;
	font-weight: 400;
	line-height: 1;
	transition: transform 0.3s ease;
}

a:hover > .phone-number__arrow-up,
a:focus-visible > .phone-number__arrow-up {
	transform: translate(3px, -3px);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
	.reveal {
		opacity: 1;
		transform: none;
	}
}

@media (min-width: 783px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.admin-bar .site-header {
		top: 0;
	}
}
