/*
Theme Name: Maxillo Paris
Theme URI: https://maxillo-paris.com/
Author: Maxillo Paris
Description: Thème bilingue sur mesure pour le Dr Didier Ernenwein.
Version: 1.1.2
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: maxillo-paris
*/

:root {
	--stone: #f3f0e9;
	--stone-deep: #e5e0d6;
	--paper: #fbfaf7;
	--ink: #151514;
	--anthracite: #2d2d2a;
	--muted: #6b6963;
	--line: rgba(21, 21, 20, 0.17);
	--bronze: #8a7660;
	--serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
	--sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	--shell: min(1320px, calc(100vw - 96px));
	--header-height: 108px;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.navigation-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 2px solid var(--bronze);
	outline-offset: 5px;
}

.skip-link {
	position: fixed;
	top: 16px;
	left: 16px;
	z-index: 1000;
	transform: translateY(-200%);
	background: var(--ink);
	color: #fff;
	padding: 10px 16px;
}

.skip-link:focus {
	transform: translateY(0);
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	font-family: var(--serif);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

h1 {
	font-size: clamp(3.65rem, 7.2vw, 7.4rem);
	margin-bottom: 34px;
}

h2 {
	font-size: clamp(2.6rem, 4.8vw, 5rem);
}

h3 {
	font-size: clamp(1.75rem, 2.4vw, 2.6rem);
}

.section-shell {
	width: var(--shell);
	margin-inline: auto;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 24px;
	color: var(--bronze);
	font-size: 0.74rem;
	font-weight: 650;
	letter-spacing: 0.15em;
	line-height: 1.25;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 28px;
	height: 1px;
	background: currentColor;
	content: "";
}

.button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	padding: 14px 23px;
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 240ms ease, border-color 240ms ease, color 240ms ease, transform 240ms ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button-dark {
	background: var(--ink);
	color: #fff;
}

.button-dark:hover {
	background: var(--bronze);
}

.button-light {
	background: var(--stone);
	color: var(--ink);
}

.button-light:hover {
	background: #fff;
}

.button-outline {
	border-color: var(--line);
	background: transparent;
}

.button-outline:hover {
	border-color: var(--ink);
	background: var(--ink);
	color: #fff;
}

.text-link,
.arrow-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid currentColor;
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 2;
	text-decoration: none;
	text-transform: uppercase;
}

.text-link.light {
	color: var(--stone);
}

.site-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid var(--line);
	background: rgba(251, 250, 247, 0.94);
}

.header-inner {
	display: grid;
	width: var(--shell);
	min-height: var(--header-height);
	align-items: center;
	margin-inline: auto;
	grid-template-columns: minmax(210px, 0.8fr) minmax(0, 2.5fr);
	gap: 32px;
}

.brand {
	display: inline-flex;
	align-items: flex-start;
	flex-direction: column;
	text-decoration: none;
}

.brand-name {
	font-family: var(--serif);
	font-size: 1.32rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.brand-specialty {
	margin-top: 4px;
	color: var(--muted);
	font-size: 0.63rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.site-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}

.primary-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(13px, 1.45vw, 26px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu a {
	position: relative;
	display: block;
	font-size: clamp(0.66rem, 0.75vw, 0.76rem);
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.3;
	text-decoration: none;
}

.primary-menu a::after {
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	height: 1px;
	background: var(--bronze);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 220ms ease;
}

.primary-menu a:hover::after,
.primary-menu a[aria-current="page"]::after {
	transform: scaleX(1);
}

.navigation-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.language-switcher {
	padding: 11px 8px;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-decoration: none;
}

.appointment-button {
	min-height: 45px;
	padding: 12px 16px;
	white-space: nowrap;
}

.menu-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
}

.home-hero {
	position: relative;
	display: grid;
	min-height: calc(100svh - var(--header-height));
	overflow: hidden;
	grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
	background: var(--stone);
}

.home-hero-copy {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(760px, calc(100% - 96px));
	align-self: center;
	justify-self: end;
	flex-direction: column;
	padding: 100px 60px 100px 0;
}

.home-hero h1 {
	max-width: 790px;
	font-size: clamp(3.5rem, 5.7vw, 6.2rem);
}

.hero-lead {
	max-width: 580px;
	margin-bottom: 38px;
	color: var(--anthracite);
	font-size: clamp(1.1rem, 1.5vw, 1.35rem);
	line-height: 1.55;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 30px;
}

.home-portrait {
	position: relative;
	min-height: 580px;
	overflow: hidden;
	background: var(--anthracite);
}

.home-portrait::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, transparent 55%, rgba(21, 21, 20, 0.18));
	content: "";
}

.home-portrait img {
	width: 100%;
	height: 100%;
	filter: saturate(0.42) contrast(1.04);
	object-fit: cover;
	object-position: 53% center;
}

.home-portrait p {
	position: absolute;
	z-index: 2;
	right: 36px;
	bottom: 30px;
	left: 36px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hero-line {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 47%;
	width: 300px;
	height: 100%;
	transform: translateX(-50%);
	opacity: 0.32;
}

.hero-line svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: var(--bronze);
	stroke-linecap: round;
	stroke-width: 1.1;
}

.specialties-section {
	padding-block: 150px;
}

.section-heading {
	display: grid;
	align-items: end;
	margin-bottom: 80px;
	grid-template-columns: 0.55fr 1.45fr;
	gap: 40px;
}

.section-heading h2 {
	max-width: 760px;
	margin: 0;
}

.section-heading.compact {
	margin-bottom: 52px;
}

.specialty-grid {
	display: grid;
	border-top: 1px solid var(--line);
	grid-template-columns: repeat(3, 1fr);
}

.specialty-card {
	position: relative;
	display: flex;
	min-height: 420px;
	flex-direction: column;
	border-right: 1px solid var(--line);
	padding: 34px clamp(28px, 3vw, 50px) 12px 0;
}

.specialty-card + .specialty-card {
	padding-left: clamp(28px, 3vw, 50px);
}

.specialty-card:last-child {
	border-right: 0;
	padding-right: 0;
}

.card-number,
.section-number,
.row-number {
	color: var(--bronze);
	font-family: var(--serif);
	font-size: 0.86rem;
	font-style: italic;
}

.specialty-card h3 {
	margin: 66px 0 24px;
}

.specialty-card p {
	max-width: 390px;
	margin-bottom: 36px;
	color: var(--muted);
}

.specialty-card .arrow-link {
	align-self: flex-start;
	margin-top: auto;
}

.approach-section {
	display: grid;
	min-height: 660px;
	grid-template-columns: 1.35fr 0.65fr;
	background: var(--ink);
	color: var(--stone);
}

.approach-quote {
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	padding: 90px max(48px, calc((100vw - 1320px) / 2));
}

.approach-quote blockquote {
	max-width: 850px;
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(3rem, 5vw, 6rem);
	font-style: italic;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.approach-copy {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 70px clamp(42px, 6vw, 104px);
}

.approach-copy p {
	margin-bottom: 40px;
	color: rgba(243, 240, 233, 0.72);
	font-size: 1.03rem;
}

.approach-copy .text-link {
	align-self: flex-start;
}

.location-teaser {
	display: grid;
	align-items: start;
	padding-block: 150px;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 90px;
}

.location-teaser h2 {
	max-width: 560px;
}

.location-list {
	border-top: 1px solid var(--line);
}

.location-list article {
	display: grid;
	padding: 34px 0;
	border-bottom: 1px solid var(--line);
	grid-template-columns: 0.8fr 0.65fr 1fr;
	gap: 26px;
}

.location-list p,
.location-list h3 {
	margin: 0;
}

.location-list h3 {
	font-size: 1.6rem;
}

.location-type {
	color: var(--bronze);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.location-list + .button {
	margin-top: 35px;
	grid-column: 2;
}

.final-cta,
.page-cta {
	display: flex;
	min-height: 480px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: var(--bronze);
	color: #fff;
	padding: 90px max(48px, calc((100vw - 1320px) / 2));
	text-align: center;
}

.final-cta .eyebrow,
.page-cta .eyebrow {
	color: rgba(255, 255, 255, 0.75);
}

.final-cta h2 {
	max-width: 950px;
	margin-bottom: 52px;
}

.page-hero {
	padding-top: 58px;
	padding-bottom: 116px;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 11px;
	margin-bottom: 92px;
	color: var(--muted);
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: var(--ink);
}

.page-hero-grid {
	display: grid;
	align-items: end;
	grid-template-columns: 1.22fr 0.78fr;
	gap: clamp(70px, 10vw, 170px);
}

.page-hero h1 {
	max-width: 880px;
	margin-bottom: 0;
}

.page-lead {
	max-width: 520px;
	margin: 0 0 10px;
	color: var(--anthracite);
	font-family: var(--serif);
	font-size: clamp(1.5rem, 2.3vw, 2.35rem);
	line-height: 1.3;
}

.content-sections {
	padding-bottom: 130px;
}

.content-section {
	display: grid;
	min-height: 260px;
	align-items: start;
	border-top: 1px solid var(--line);
	padding: 40px 0 70px;
	grid-template-columns: 0.22fr 0.68fr 1.1fr;
	gap: 40px;
}

.content-section h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3.3rem);
}

.content-section p {
	max-width: 660px;
	margin: 3px 0 0;
	color: var(--muted);
	font-size: 1.03rem;
}

.section-link {
	display: table;
	margin-top: 22px;
	border-bottom: 1px solid currentColor;
	color: var(--ink);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.section-link span {
	margin-left: 10px;
}

.content-sections-detailed .content-section {
	min-height: 220px;
	padding-bottom: 54px;
}

.related-guidance {
	display: grid;
	padding-bottom: 130px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.related-guidance a {
	display: flex;
	min-height: 150px;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid var(--line);
	padding: 28px 32px;
	color: var(--ink);
	text-decoration: none;
	transition: background 220ms ease, color 220ms ease;
}

.related-guidance a + a {
	border-left: 0;
}

.related-guidance a:hover {
	background: var(--ink);
	color: var(--paper);
}

.related-guidance span {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.related-guidance strong {
	font-family: var(--serif);
	font-size: clamp(1.55rem, 2.6vw, 2.5rem);
	font-weight: 400;
}

.procedures-section {
	padding-top: 120px;
	padding-bottom: 150px;
	border-top: 1px solid var(--line);
}

.procedure-list {
	border-top: 1px solid var(--line);
}

.procedure-row {
	display: grid;
	min-height: 170px;
	align-items: center;
	border-bottom: 1px solid var(--line);
	grid-template-columns: 0.18fr 1.64fr 0.18fr;
	gap: 30px;
	text-decoration: none;
	transition: background 250ms ease, padding 250ms ease;
}

.procedure-row:hover {
	background: var(--stone);
	padding-inline: 24px;
}

.procedure-row strong {
	display: block;
	margin-bottom: 10px;
	font-family: var(--serif);
	font-size: clamp(1.65rem, 2.5vw, 2.65rem);
	font-weight: 400;
	line-height: 1.15;
}

.procedure-row small {
	display: block;
	max-width: 730px;
	color: var(--muted);
	font-size: 0.9rem;
}

.row-arrow {
	justify-self: end;
	font-size: 1.3rem;
}

.doctor-feature {
	display: grid;
	margin-bottom: 130px;
	grid-template-columns: 1.45fr 0.55fr;
	background: var(--stone);
}

.doctor-image {
	min-height: 570px;
}

.doctor-image img {
	width: 100%;
	height: 100%;
	filter: saturate(0.5);
	object-fit: cover;
}

.doctor-signature {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: clamp(36px, 5vw, 78px);
}

.doctor-signature p {
	margin: 0;
	font-family: var(--serif);
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.3;
}

.phone-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 140px;
	background: var(--stone);
	padding: clamp(42px, 7vw, 100px);
	gap: 36px;
}

.phone-panel p,
.phone-panel small {
	margin: 0;
	color: var(--muted);
}

.phone-panel a {
	font-family: var(--serif);
	font-size: clamp(2.8rem, 5vw, 5rem);
	line-height: 1;
	text-decoration: none;
}

.page-cta {
	min-height: 360px;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	text-align: left;
}

.page-cta h2 {
	margin: 0;
}

.site-footer {
	background: var(--ink);
	color: rgba(243, 240, 233, 0.7);
}

.footer-inner {
	display: grid;
	width: var(--shell);
	min-height: 300px;
	align-items: start;
	margin-inline: auto;
	padding-block: 76px;
	grid-template-columns: 1.4fr 0.7fr 0.6fr;
	gap: 70px;
}

.footer-name {
	margin-bottom: 10px;
	color: var(--stone);
	font-family: var(--serif);
	font-size: 1.75rem;
}

.footer-identity p:not(.footer-name),
.footer-contact p {
	margin-bottom: 7px;
	font-size: 0.82rem;
}

.footer-label {
	color: var(--bronze);
	font-size: 0.68rem !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-contact a {
	color: var(--stone);
	font-family: var(--serif);
	font-size: 1.55rem;
	text-decoration: none;
}

.footer-navigation {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 13px;
}

.footer-navigation a {
	font-size: 0.8rem;
	text-decoration: none;
}

.footer-navigation a:hover {
	color: var(--stone);
}

.footer-bottom {
	display: flex;
	width: var(--shell);
	align-items: center;
	justify-content: space-between;
	margin-inline: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 26px 0 36px;
	gap: 40px;
}

.footer-bottom p {
	max-width: 830px;
	margin: 0;
	font-size: 0.69rem;
}

.not-found,
.editor-content {
	min-height: 65vh;
	padding-block: 120px;
}

.editor-content > article {
	max-width: 800px;
	margin-inline: auto;
}

.js .reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 800ms var(--ease), transform 800ms var(--ease);
}

.reveal-delay {
	transition-delay: 130ms;
}

.js .reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1180px) {
	:root {
		--shell: min(100% - 56px, 1080px);
		--header-height: 88px;
	}

	.header-inner {
		grid-template-columns: 1fr auto;
	}

	.brand-specialty {
		display: none;
	}

	.menu-toggle {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 14px;
		cursor: pointer;
		font-size: 0.72rem;
		font-weight: 700;
		letter-spacing: 0.09em;
		text-transform: uppercase;
	}

	.menu-toggle-lines {
		display: flex;
		width: 26px;
		flex-direction: column;
		gap: 6px;
	}

	.menu-toggle-lines i {
		display: block;
		height: 1px;
		background: currentColor;
		transition: transform 220ms ease;
	}

	.menu-open .menu-toggle-lines i:first-child {
		transform: translateY(3.5px) rotate(45deg);
	}

	.menu-open .menu-toggle-lines i:last-child {
		transform: translateY(-3.5px) rotate(-45deg);
	}

	.site-navigation {
		position: fixed;
		z-index: -1;
		inset: var(--header-height) 0 0;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		background: var(--stone);
		padding: 64px 40px;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-15px);
		transition: opacity 220ms ease, transform 220ms ease;
	}

	.menu-open .site-navigation {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.primary-menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
	}

	.primary-menu a {
		padding: 9px 0;
		font-family: var(--serif);
		font-size: clamp(1.6rem, 4vw, 2.45rem);
		font-weight: 400;
		letter-spacing: -0.02em;
	}

	.navigation-actions {
		margin-top: 34px;
	}

	.home-hero-copy {
		width: calc(100% - 56px);
		padding-right: 35px;
	}

	.home-hero h1 {
		font-size: clamp(3.3rem, 6.7vw, 5.6rem);
	}
}

@media (max-width: 900px) {
	.home-hero {
		min-height: auto;
		grid-template-columns: 1fr;
	}

	.home-hero-copy {
		width: var(--shell);
		justify-self: center;
		padding: 92px 0 80px;
	}

	.home-portrait {
		min-height: 70vw;
	}

	.hero-line {
		right: -50px;
		left: auto;
		width: 250px;
		transform: none;
	}

	.section-heading,
	.location-teaser,
	.page-hero-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.specialty-grid {
		grid-template-columns: 1fr;
	}

	.specialty-card,
	.specialty-card + .specialty-card,
	.specialty-card:last-child {
		min-height: 320px;
		border-right: 0;
		border-bottom: 1px solid var(--line);
		padding: 34px 0;
	}

	.specialty-card h3 {
		margin-top: 36px;
	}

	.approach-section {
		grid-template-columns: 1fr;
	}

	.approach-quote {
		min-height: 500px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		padding: 80px 40px;
	}

	.approach-copy {
		min-height: 360px;
	}

	.location-list + .button {
		grid-column: 1;
	}

	.content-section {
		grid-template-columns: 0.2fr 0.8fr;
	}

	.content-section p {
		grid-column: 2;
	}

	.doctor-feature {
		grid-template-columns: 1fr;
	}

	.doctor-signature {
		min-height: 320px;
	}

	.phone-panel {
		align-items: flex-start;
		flex-direction: column;
	}

	.page-cta {
		align-items: flex-start;
		flex-direction: column;
		gap: 40px;
		text-align: left;
	}
}

@media (max-width: 760px) {
	:root {
		--shell: calc(100% - 36px);
	}

	body {
		font-size: 16px;
	}

	h1 {
		font-size: clamp(3rem, 14vw, 4.4rem);
	}

	h2 {
		font-size: clamp(2.35rem, 10vw, 3.5rem);
	}

	.header-inner {
		gap: 18px;
	}

	.brand-name {
		font-size: 1.12rem;
	}

	.site-navigation {
		padding: 46px 18px;
	}

	.navigation-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.home-hero-copy {
		padding-block: 72px 62px;
	}

	.home-hero h1 {
		font-size: clamp(3rem, 13.5vw, 4.3rem);
	}

	.hero-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 22px;
	}

	.home-portrait {
		min-height: 92vw;
	}

	.home-portrait img {
		object-position: 52% center;
	}

	.specialties-section,
	.location-teaser {
		padding-block: 100px;
	}

	.section-heading {
		margin-bottom: 50px;
	}

	.approach-quote,
	.approach-copy {
		padding-inline: 24px;
	}

	.location-list article {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.final-cta,
	.page-cta {
		min-height: 430px;
		padding: 72px 18px;
	}

	.page-hero {
		padding-top: 34px;
		padding-bottom: 80px;
	}

	.breadcrumbs {
		margin-bottom: 64px;
	}

	.page-lead {
		font-size: 1.42rem;
	}

	.content-sections {
		padding-bottom: 90px;
	}

	.content-section {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.content-section p {
		grid-column: 1;
	}

	.related-guidance {
		padding-bottom: 90px;
		grid-template-columns: 1fr;
	}

	.related-guidance a + a {
		border-top: 0;
		border-left: 1px solid var(--line);
	}

	.procedures-section {
		padding-block: 90px;
	}

	.procedure-row {
		min-height: 155px;
		grid-template-columns: 0.17fr 1.63fr 0.2fr;
		gap: 15px;
	}

	.procedure-row small {
		display: none;
	}

	.doctor-feature {
		width: 100%;
		margin-bottom: 90px;
	}

	.doctor-image {
		min-height: 78vw;
	}

	.phone-panel {
		width: 100%;
		margin-bottom: 90px;
	}

	.phone-panel a {
		font-size: clamp(2.2rem, 11vw, 3.2rem);
	}

	.footer-inner {
		padding-block: 62px;
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

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

	.js .reveal {
		opacity: 1;
		transform: none;
	}
}
