.inner-page-hero {
	background: var(--wp--preset--color--background);
	border-bottom: 0;
	padding-block: calc(5rem + var(--clinic-fixed-header-height)) 5rem;
}

.service-detail__hero,
.services-page__hero {
	margin-block-end: 0;
	padding-block-end: 3.25rem;
}

.service-detail__hero + .inner-page-section,
.services-page__hero + .inner-page-section {
	margin-block-start: 0;
	padding-block-start: 3.75rem;
}

.services-page__hero + .services-page {
	padding-block-start: 0;
}

.services-page .service-row:first-child {
	border-top: 0;
	padding-block-start: 3.75rem;
}

.inner-page-hero__grid {
	gap: 3rem;
}

.inner-page-hero__copy {
	max-width: 54rem;
}

.inner-page-hero .section-eyebrow {
	letter-spacing: 0;
}

.inner-page-hero h1,
.inner-page-hero__title,
.page-header .wp-block-post-title,
.archive-header .wp-block-query-title,
.search-header .wp-block-query-title,
.not-found h1 {
	font-size: var(--wp--preset--font-size--xx-large);
	letter-spacing: 0;
	line-height: 1.06;
	margin-block: 0;
	max-width: 56rem;
}

.inner-page-hero__lead {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.78;
	margin-block-start: 1.5rem;
	max-width: 44rem;
}

.service-detail__hero .wp-block-buttons {
	gap: 0.85rem;
	margin-block-start: 2rem;
}

.service-detail__hero .wp-block-button,
.service-detail__hero .wp-block-button__link {
	min-width: min(100%, 11.5rem);
}

.service-detail__hero .wp-block-button__link {
	align-items: center;
	border-radius: 0.55rem;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	line-height: 1;
	min-height: 3.25rem;
	padding: 0.25rem 0.25rem 0.25rem 1.25rem;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

.service-detail__hero .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--surface);
}

.service-detail__hero .wp-block-button:not(.is-style-outline) .wp-block-button__link::after {
	align-items: center;
	animation: clinic-cta-arrow-slide-reverse 560ms cubic-bezier(0.22, 1, 0.36, 1);
	background: transparent;
	border-radius: 0.45rem;
	color: var(--wp--preset--color--deep);
	content: "→";
	display: inline-flex;
	font-size: 1.25rem;
	height: 2.75rem;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	position: relative;
	transition: color 180ms ease;
	width: 2.75rem;
	z-index: 2;
}

.service-detail__hero .wp-block-button.is-style-outline .wp-block-button__link {
	background: var(--wp--preset--color--surface);
	border-color: transparent;
	box-shadow: 0 8px 22px rgba(18, 57, 71, 0.08);
	color: var(--wp--preset--color--deep);
	min-width: 11.5rem;
	padding: 0.25rem 1.25rem;
}

.service-detail__hero .wp-block-button__link:hover {
	transform: translateY(-1px);
}

.service-detail__hero .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.service-detail__hero .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--surface);
}

.service-detail__hero .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover::after,
.service-detail__hero .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible::after {
	background: transparent;
	color: var(--wp--preset--color--surface);
}

.inner-page-hero__media {
	background: var(--wp--preset--color--panel);
	border-radius: var(--clinic-card-radius);
	margin: 0;
	overflow: clip;
}

.inner-page-hero__media img,
.service-detail__image img,
.service-row__image img,
.contact-page__image img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.inner-page-section {
	padding-block: 5rem;
}

.inner-page-section--surface {
	background: var(--wp--preset--color--surface);
}

.inner-page-section--panel {
	background: var(--wp--preset--color--panel);
}

.inner-page-copy {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.78;
}

.inner-page-copy p {
	margin-block: 0 1.35rem;
}

.inner-page-copy p:last-child {
	margin-block-end: 0;
}

.about-page__space {
	background: var(--wp--preset--color--surface);
	margin-block-end: 0 !important;
	padding-block-end: 0;
}

.about-page__space-heading {
	margin-block-end: 3rem;
}

.about-page__space-heading h2,
.about-page__space-heading h2.has-x-large-font-size {
	font-size: clamp(2.45rem, 4.2vw, 4.05rem) !important;
	line-height: 1.08;
	max-width: 24ch;
}

.about-page__gallery {
	display: grid;
	gap: 1rem;
	grid-auto-flow: dense;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: 15rem 15rem;
}

.about-page__gallery-item {
	background: var(--wp--preset--color--panel);
	border-radius: var(--clinic-card-radius);
	box-shadow: 0 18px 44px rgba(18, 57, 71, 0.08);
	margin: 0;
	overflow: clip;
}

.about-page__gallery-link {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.about-page__gallery-item img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.about-page__gallery-link:hover img,
.about-page__gallery-link:focus-visible img {
	transform: scale(1.035);
}

.about-page__gallery-item--feature {
	grid-column: 1 / span 7;
	grid-row: 1 / span 2;
}

.about-page__gallery-item--portrait {
	grid-column: 8 / span 5;
	grid-row: 1;
}

.about-page__gallery-item:nth-of-type(3) {
	grid-column: 8 / span 2;
	grid-row: 2;
}

.about-page__gallery-item:nth-of-type(4) {
	grid-column: 10 / span 3;
	grid-row: 2;
}

.gallery-lightbox[hidden] {
	display: none;
}

.gallery-lightbox {
	background: rgba(8, 27, 34, 0.92);
	color: var(--wp--preset--color--surface);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	inset: 0;
	padding: clamp(1rem, 2.4vw, 2rem);
	position: fixed;
	z-index: 9999;
}

.gallery-lightbox__toolbar {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
}

.gallery-lightbox__counter {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.86rem;
	font-weight: 700;
	margin-inline-end: auto;
}

.gallery-lightbox__button {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: var(--wp--preset--color--surface);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 1.6rem;
	font-weight: 500;
	height: 3rem;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
	width: 3rem;
}

.gallery-lightbox__button:hover,
.gallery-lightbox__button:focus-visible {
	background: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.54);
	outline: none;
	transform: translateY(-0.06rem);
}

.gallery-lightbox__zoom-icon {
	border: 2px solid currentColor;
	border-radius: 50%;
	height: 1rem;
	position: relative;
	width: 1rem;
}

.gallery-lightbox__zoom-icon::after {
	background: currentColor;
	block-size: 2px;
	content: "";
	inline-size: 0.55rem;
	inset-block-end: -0.19rem;
	inset-inline-end: -0.42rem;
	position: absolute;
	transform: rotate(45deg);
	transform-origin: center;
}

.gallery-lightbox__stage {
	align-items: center;
	display: grid;
	justify-items: center;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.gallery-lightbox__image {
	border-radius: 0.85rem;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
	cursor: zoom-in;
	display: block;
	max-height: calc(100svh - 8.5rem);
	max-width: min(100%, 1180px);
	object-fit: contain;
	transition: opacity 160ms ease, transform 160ms ease;
	user-select: none;
}

.gallery-lightbox.is-zoomed .gallery-lightbox__image {
	cursor: zoom-out;
	transform: scale(1.8);
}

.gallery-lightbox__nav {
	inset-block-start: 50%;
	position: absolute;
	transform: translateY(-50%);
	z-index: 2;
}

.gallery-lightbox__nav--prev {
	inset-inline-start: 0;
}

.gallery-lightbox__nav--next {
	inset-inline-end: 0;
}

.gallery-lightbox-open {
	overflow: hidden;
}

.inner-page-panel,
.info-card,
.faq-card,
.pricing-note,
.contact-page__form {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--clinic-card-radius);
	box-shadow: 0 12px 32px rgba(18, 57, 71, 0.06);
	padding: 1.75rem;
}

.info-card h3,
.faq-card h3 {
	font-size: var(--wp--preset--font-size--large);
	line-height: 1.18;
	margin-block: 0 1rem;
}

.info-card p,
.faq-card p {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.75;
	margin: 0;
}

.about-page__team {
	background: var(--wp--preset--color--surface);
	margin-block: 0 !important;
	padding-block: 2rem;
}

.about-page__team .team-section__intro {
	margin-block-end: 1.75rem;
}

.about-page__team-grid,
.wp-block-group.about-page__team-grid {
	display: grid !important;
	gap: clamp(1.25rem, 2.4vw, 2rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-page__team-grid > .team-card {
	align-self: stretch;
	display: grid;
	grid-template-rows: auto 1fr;
	margin-block-start: 0;
	width: 100%;
}

.about-page__team-grid .team-card__content {
	display: flex;
	flex-direction: column;
	padding-block-start: 0.8rem;
	text-align: left;
}

.about-page__team-grid .team-card h3,
.about-page__team-grid .team-card__role {
	margin-inline: 0 !important;
	max-width: none;
	text-align: left;
}

.about-page__contact {
	margin-block-start: 0 !important;
	padding-block-start: 1rem;
}

.about-page__contact .contact-section__panel {
	align-items: flex-start;
}

.about-page__contact .contact-section__panel h2 {
	max-width: 24ch;
}

.about-page__contact .contact-section__copy p:not(.section-eyebrow) {
	max-width: 58rem;
}

.team-page__featured,
.team-page__grid {
	display: grid;
	gap: 1.25rem;
}

.team-page__featured {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-block-end: 1.25rem;
}

.team-page__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-page__card {
	background: var(--wp--preset--color--surface);
	border: 1px solid rgba(214, 231, 236, 0.7);
	border-radius: var(--clinic-card-radius);
	box-shadow: 0 10px 28px rgba(18, 57, 71, 0.06);
	margin: 0;
	overflow: clip;
}

.team-page__card img {
	aspect-ratio: 3 / 4;
	height: auto;
	object-fit: cover;
	object-position: 50% 10%;
	width: 100%;
}

.team-page__content {
	padding: 1.25rem;
}

.team-page__content h3 {
	font-size: 1.1rem;
	line-height: 1.18;
	margin: 0;
}

.team-page__content .team-page__role {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	line-height: 1.55;
	margin-block: 0.75rem 0;
}

.team-page__card--featured {
	display: flex;
	flex-direction: column;
}

.team-page__card--featured .team-page__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.5rem;
}

.team-page__card--featured .team-page__content h3 {
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.team-page__card--featured .team-page__role {
	color: var(--wp--preset--color--deep);
}

.team-page__bio {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.7;
	margin-block: 1rem 0;
}

.service-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-block-start: 2.25rem;
	padding-block: 0.1rem 0.45rem;
	width: 100%;
}

.service-nav a {
	background: rgba(99, 198, 230, 0.12);
	border: 1px solid rgba(99, 198, 230, 0.3);
	border-radius: 0.6rem;
	color: var(--wp--preset--color--deep);
	display: inline-flex;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 0.7rem 0.95rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.service-nav a:hover {
	border-color: var(--wp--preset--color--primary);
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--deep);
	text-decoration: none;
	transform: translateY(-0.08rem);
}

.service-row {
	border-top: 1px solid var(--wp--preset--color--border);
	padding-block: 4.5rem;
	scroll-margin-top: 96px;
}

.service-row__grid {
	gap: 3rem;
}

.service-row__image {
	border-radius: var(--clinic-card-radius);
	margin: 0;
	overflow: clip;
}

.service-row .is-style-feature-list {
	display: grid;
	gap: 0.75rem;
	margin-block: 2rem 0;
}

.service-detail-page__grid {
	gap: 2rem;
}

.service-detail-page__main {
	width: 100%;
}

.service-detail-page__main > :where(h2, .inner-page-copy, .is-style-feature-list, .service-detail-page__steps, details) {
	margin-inline: auto;
	max-width: var(--wp--style--global--wide-size);
	width: 100%;
}

.service-detail .is-style-feature-list {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	margin-block: 2.25rem 0;
}

.service-detail .is-style-feature-list li {
	font-weight: 400;
	line-height: 1.7;
}

.service-detail-page__steps p {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.7;
}

.service-detail-page__steps {
	margin-block: 3rem;
}

.service-detail-page__step-grid {
	gap: 1rem;
	margin-block-start: 1.5rem;
}

.service-detail-page__step-grid > .wp-block-column {
	background: var(--wp--preset--color--background);
	border: 1px solid rgba(214, 231, 236, 0.85);
	border-radius: calc(var(--clinic-card-radius) - 0.45rem);
	padding: 1.25rem;
}

.service-detail-page__step-grid h3 {
	font-size: var(--wp--preset--font-size--large);
	line-height: 1.18;
	margin-block: 0 0.75rem;
}

.service-detail-page__step-grid p {
	margin: 0;
}

.service-detail__faq {
	gap: 1rem;
	margin-block-start: 0;
}

.service-detail__faq > .wp-block-column {
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-detail__faq > .wp-block-column:hover,
.service-detail__faq > .wp-block-column:focus-within {
	border-color: rgba(95, 184, 213, 0.5);
	box-shadow: 0 16px 34px rgba(18, 57, 71, 0.08);
	transform: translateY(-2px);
}

.service-detail__faq h3 {
	font-size: 1.08rem;
	line-height: 1.25;
	margin-block: 0 0.75rem;
}

.service-detail__faq p {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.7;
	margin: 0;
}

.contact-page__layout {
	gap: clamp(1.5rem, 3vw, 2.25rem);
}

.contact-page__layout > .wp-block-column:first-child {
	flex-basis: 34%;
}

.contact-page__layout > .wp-block-column:last-child {
	flex-basis: 66%;
}

.contact-page__cards {
	display: grid;
	gap: 1rem;
}

.contact-page__card {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--clinic-card-radius);
	box-shadow: 0 12px 32px rgba(18, 57, 71, 0.06);
	color: var(--wp--preset--color--deep);
	padding: 1.75rem;
}

.contact-page__card--deep {
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--deep);
}

.contact-page__card--soft {
	background: var(--wp--preset--color--surface);
}

.contact-page__card--outline {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
}

.contact-page__card :where(h2, h3, p, a) {
	color: inherit;
}

.contact-page__card .section-eyebrow {
	color: var(--wp--preset--color--deep);
	font-size: 0.84rem !important;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.25;
	margin-block: 0 1rem;
	text-transform: uppercase;
}

.contact-page__value {
	color: var(--wp--preset--color--deep);
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.55;
	margin-block: 0;
}

.contact-page__line {
	color: var(--wp--preset--color--deep);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0;
	min-height: 1.55rem;
	padding-left: 1.75rem;
	position: relative;
}

.contact-page__line.contact-page__value {
	color: var(--wp--preset--color--deep);
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.55;
}

.contact-page__line a,
.contact-page__line--hours {
	overflow-wrap: normal;
	word-break: keep-all;
}

.contact-page__line--phone a,
.contact-page__line--mail a,
.contact-page__line--hours {
	white-space: nowrap;
}

.contact-page__line a {
	color: inherit;
	font: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.contact-page__line a:hover,
.contact-page__line a:focus-visible {
	color: var(--wp--preset--color--primary-deep);
	text-decoration: none;
}

.contact-page__line + .contact-page__line {
	margin-block-start: 0.72rem;
}

.contact-page__line::before {
	background: currentColor;
	color: var(--wp--preset--color--primary-deep);
	content: "";
	height: 0.95rem;
	inset-block-start: 0.32rem;
	inset-inline-start: 0;
	opacity: 0.82;
	position: absolute;
	width: 0.95rem;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.contact-page__line.contact-page__value::before {
	height: 0.95rem;
	inset-block-start: 0.32rem;
	width: 0.95rem;
}

.contact-page__line--phone::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.contact-page__line--mail::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm0 4-8 5-8-5V6l8 5 8-5v2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm0 4-8 5-8-5V6l8 5 8-5v2Z'/%3E%3C/svg%3E");
}

.contact-page__line--hours::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1a11 11 0 1 0 0 22 11 11 0 0 0 0-22Zm1 11.4 3.7 2.2-1 1.7-4.7-2.8V6h2v6.4Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1a11 11 0 1 0 0 22 11 11 0 0 0 0-22Zm1 11.4 3.7 2.2-1 1.7-4.7-2.8V6h2v6.4Z'/%3E%3C/svg%3E");
}

.contact-page__line--address::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
}

.contact-page__line--address {
	color: var(--wp--preset--color--deep);
	font-weight: 400;
}

.contact-page__line--address a {
	color: inherit;
	font-weight: 400;
}

.contact-page__maps-link {
	margin: 0.72rem 0 0;
}

.contact-page__maps-link a {
	align-items: center;
	color: var(--wp--preset--color--primary-deep);
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 0.65rem;
	line-height: 1.4;
	text-decoration: none;
}

.contact-page__maps-link a::after {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 1px;
	width: 1.35rem;
}

.contact-page__maps-link a:hover,
.contact-page__maps-link a:focus-visible {
	color: var(--wp--preset--color--deep);
	text-decoration: none;
}

.contact-page__hours-row {
	align-items: baseline;
	display: flex;
	gap: 0.35rem;
	white-space: nowrap;
}

.contact-page__hours-row + .contact-page__hours-row {
	margin-block-start: 0.12rem;
}

.contact-page__hours-day {
	flex: 0 0 auto;
	font-weight: inherit;
	letter-spacing: 0;
}

.contact-page__form {
	background: var(--wp--preset--color--panel);
	box-shadow: none;
	padding: clamp(2rem, 3vw, 2.75rem);
}

.contact-page__image {
	border-radius: var(--clinic-card-radius);
	margin: 1rem 0 0;
	overflow: clip;
}

.faq-page__groups {
	display: grid;
	gap: 3rem;
}

.faq-page details,
.service-detail details {
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--clinic-card-radius);
	margin-block-start: 0.75rem;
}

.service-detail h2 + details {
	margin-block-start: 1.5rem;
}

.faq-page summary,
.service-detail summary {
	color: var(--wp--preset--color--foreground);
	cursor: pointer;
	font-weight: 700;
	list-style: none;
	padding: 1.4rem 1.5rem;
}

.faq-page summary::-webkit-details-marker,
.service-detail summary::-webkit-details-marker {
	display: none;
}

.faq-page details p,
.service-detail details p {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.75;
	margin: 0;
	padding: 0 1.5rem 1.5rem;
}

.pricing-page__hero {
	padding-block: calc(3.25rem + var(--clinic-fixed-header-height)) 2.25rem;
}

.pricing-page__header h1 {
	max-width: 13ch;
}

.pricing-page__content {
	display: grid;
	gap: 3rem;
	margin-inline: auto;
	max-width: var(--wp--style--global--wide-size);
	min-width: 0;
	text-align: left;
	width: 100%;
}

.pricing-page__group {
	border-top: 1px solid var(--wp--preset--color--border);
	margin-block-start: 0;
	padding-block-start: 2.25rem;
	scroll-margin-top: 7rem;
}

.pricing-page__group:first-child {
	border-top: 0;
	padding-block-start: 0;
}

.pricing-page__section-kicker {
	color: var(--wp--preset--color--primary-deep);
	font-weight: 800;
	margin-block: 0 0.85rem;
}

.pricing-page__group h2 {
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	line-height: 1.12;
	margin-block: 0;
	max-width: none;
	text-align: left;
}

.pricing-page__table {
	background: var(--wp--preset--color--surface);
	margin-block-start: 1.1rem;
	overflow: hidden;
	width: 100%;
}

.pricing-page__table table {
	min-width: 0;
}

.pricing-page__table thead,
.pricing-page__table tbody {
	display: block;
}

.pricing-page__table thead tr,
.pricing-page__table tbody tr {
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content;
	column-gap: clamp(1rem, 2vw, 2rem);
}

.pricing-page__table thead tr {
	background: var(--wp--preset--color--panel);
	padding: 0.8rem 1.1rem;
}

.pricing-page__table tbody tr {
	border-top: 1px solid var(--wp--preset--color--border);
	padding: 1rem 1.1rem;
}

.pricing-page__table tbody tr:first-child {
	border-top: 0;
}

.pricing-page__table th,
.pricing-page__table td {
	background: transparent;
	border: 0;
	padding: 0;
}

.pricing-page__table th:nth-child(1),
.pricing-page__table td:nth-child(1) {
	grid-column: 1;
}

.pricing-page__table th:nth-child(2),
.pricing-page__table td:nth-child(2) {
	grid-column: 2;
	justify-self: end;
	text-align: right;
}

.pricing-page__table th:nth-child(3) {
	display: none;
}

.pricing-page__table td:nth-child(1) {
	color: var(--wp--preset--color--foreground);
	font-size: 1.04rem;
	font-weight: 800;
	line-height: 1.28;
}

.pricing-page__table td:nth-child(2) {
	align-self: start;
	color: var(--wp--preset--color--primary-deep);
	font-size: 1.02rem;
	font-weight: 800;
	grid-row: 1 / span 2;
	white-space: nowrap;
}

.pricing-page__table td:nth-child(3) {
	color: var(--wp--preset--color--muted);
	font-size: 0.88rem;
	grid-column: 1;
	grid-row: 2;
	line-height: 1.45;
	margin-block-start: 0.28rem;
}

.archive-header,
.search-header,
.page-header,
.not-found,
.single-post-shell {
	background: var(--wp--preset--color--surface);
	padding-block: calc(5rem + var(--clinic-fixed-header-height)) 3rem;
}

body.blog,
body.archive,
body.single-post {
	background: var(--wp--preset--color--surface);
}

.blog-listing-page {
	background: var(--wp--preset--color--surface);
	margin-block-start: 0;
	min-height: 100svh;
}

.blog-listing-page .archive-header {
	background: var(--wp--preset--color--surface);
	padding-bottom: 2.5rem;
	text-align: left;
}

.blog-listing-page .archive-header.is-layout-constrained > :where(.section-eyebrow, .wp-block-query-title, h1, p:not(.section-eyebrow)) {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.blog-listing-page .archive-header :where(.wp-block-query-title, h1) {
	margin-block: 0;
	max-width: 46rem;
}

.blog-listing-page .archive-header :where(.taxonomy-description, p:not(.section-eyebrow)) {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.7;
	margin-block: 1.1rem 0;
	max-width: 42rem;
}

.wp-block-query {
	padding-block: 0 5rem;
}

.blog-listing-query {
	background: var(--wp--preset--color--surface);
	padding-block: 0 5rem;
}

.blog-listing-query .wp-block-post-template {
	display: grid;
	gap: clamp(1.5rem, 2.5vw, 2.25rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-inline: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.blog-listing-query .wp-block-post-template > li {
	list-style: none;
	margin: 0;
	min-width: 0;
}

.blog-listing-query .wp-block-query-pagination {
	align-items: center;
	border-top: 1px solid var(--wp--preset--color--border);
	margin-inline: auto;
	max-width: var(--wp--style--global--wide-size);
	padding-block-start: 2rem;
	width: 100%;
}

.blog-listing-query .wp-block-query-no-results {
	background: var(--wp--preset--color--panel);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--clinic-card-radius);
	margin-inline: auto;
	max-width: var(--wp--style--global--wide-size);
	padding: 2rem;
	text-align: center;
}

.post-card {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--clinic-card-radius);
	box-shadow: 0 14px 34px rgba(18, 57, 71, 0.045);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: clip;
	padding: 0;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.post-card:hover,
.post-card:focus-within {
	border-color: rgba(95, 184, 213, 0.5);
	box-shadow: 0 18px 42px rgba(18, 57, 71, 0.08);
	transform: translateY(-0.15rem);
}

.post-card > :where(.wp-block-post-title, .wp-block-post-excerpt, .post-card__meta) {
	margin-left: clamp(1.5rem, 2.2vw, 2rem) !important;
	margin-right: clamp(1.5rem, 2.2vw, 2rem) !important;
	max-width: none !important;
	width: auto !important;
}

.post-card .wp-block-post-featured-image {
	background: var(--wp--preset--color--panel);
	margin: 0;
	overflow: clip;
}

.post-card .wp-block-post-featured-image img {
	aspect-ratio: 4 / 3;
	border-radius: 0;
	display: block;
	height: auto;
	object-fit: cover;
	transform: scale(1);
	transition: transform 420ms ease;
	width: 100%;
}

.post-card:hover .wp-block-post-featured-image img,
.post-card:focus-within .wp-block-post-featured-image img {
	transform: scale(1.035);
}

.post-card__meta {
	align-items: center;
	align-self: stretch;
	gap: 0.65rem;
	justify-content: flex-start;
	margin-block-start: clamp(1.35rem, 2vw, 1.75rem);
	text-align: left;
}

.post-card__meta > * + *::before {
	color: var(--wp--preset--color--border);
	content: "/";
	margin-inline-end: 0.65rem;
}

.post-card .wp-block-post-date,
.post-card .post-card__category,
.post-card .wp-block-post-terms,
.post-card .wp-block-post-terms a {
	color: var(--wp--preset--color--primary-deep);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.post-card .wp-block-post-title {
	font-size: clamp(1.3rem, 1.8vw, 1.6rem);
	line-height: 1.16;
	margin-block: 0.8rem 0;
	text-align: left;
}

.post-card .wp-block-post-title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.post-card .wp-block-post-title a:hover {
	color: var(--wp--preset--color--primary-deep);
	text-decoration: none;
}

.post-card .wp-block-post-excerpt {
	color: var(--wp--preset--color--muted);
	display: flex;
	flex: 1;
	flex-direction: column;
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.6;
	margin-block: 0.85rem clamp(1.5rem, 2.2vw, 2rem);
	text-align: left;
}

.post-card .wp-block-post-excerpt__excerpt {
	margin-block: 0;
}

.post-card .wp-block-post-excerpt__more-text {
	margin-block: auto 0;
	padding-block-start: 1.25rem;
}

.post-card .wp-block-post-excerpt__more-link {
	color: var(--wp--preset--color--deep);
	display: inline-flex;
	font-weight: 800;
	gap: 0.55rem;
	text-decoration: none;
}

.post-card .wp-block-post-excerpt__more-link::after {
	content: "→";
	line-height: 1;
}

@media (max-width: 980px) {
	.blog-listing-query .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.single-post-shell {
	margin-inline: auto;
	max-width: calc(var(--wp--style--global--wide-size) + (var(--clinic-container-padding) * 2));
	padding-inline: var(--clinic-container-padding);
	width: 100%;
}

.single-post__header {
	margin-inline: auto;
	text-align: center;
}

.single-post__category,
.single-post__category a {
	color: var(--wp--preset--color--primary);
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.single-post-shell .wp-block-post-title {
	margin-block: 1rem 0;
	max-width: 56rem;
}

.single-post__excerpt {
	margin-block-start: 1.25rem;
}

.single-post__excerpt,
.single-post__excerpt p {
	color: var(--wp--preset--color--muted);
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.7;
}

.single-post-shell .post-meta {
	justify-content: center;
	margin-block-start: 1.25rem;
}

.single-post-shell .post-meta > * + *::before {
	color: var(--wp--preset--color--border);
	content: "/";
	margin-inline-end: var(--wp--preset--spacing--small);
}

.single-post-shell .wp-block-post-featured-image,
.single-post__featured {
	border-radius: var(--clinic-card-radius);
	box-shadow: 0 22px 54px rgba(18, 57, 71, 0.11);
	margin-block: 3rem 0;
	overflow: clip;
}

.single-post-shell .wp-block-post-featured-image img,
.single-post__featured img {
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: cover;
	width: 100%;
}

.single-post-shell .wp-block-post-content {
	margin-block-start: 3rem;
	padding-block: 0;
}

.single-post-shell .wp-block-post-content > :where(p, ul, ol, h2, h3, h4, blockquote, .wp-block-image, .wp-block-table) {
	margin-inline: auto;
	max-width: 860px;
}

.single-post__nav {
	border-top: 1px solid var(--wp--preset--color--border);
	display: grid !important;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-block-start: 3rem;
	padding-block-start: 2rem;
}

.single-post__nav-card {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: var(--clinic-card-radius);
	box-shadow: 0 12px 32px rgba(18, 57, 71, 0.05);
	margin: 0;
	min-height: 6.5rem;
	padding: 1.25rem;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.single-post__nav-card:not(:has(a)) {
	display: none;
}

.single-post__nav-card:has(a):hover,
.single-post__nav-card:focus-within {
	border-color: var(--wp--preset--color--primary);
	box-shadow: 0 18px 42px rgba(18, 57, 71, 0.08);
	transform: translateY(-0.125rem);
}

.single-post__nav-card a {
	color: var(--wp--preset--color--foreground);
	display: grid;
	font-weight: 700;
	gap: 0.4rem;
	line-height: 1.25;
	text-decoration: none;
}

.single-post__nav-card a::before {
	color: var(--wp--preset--color--primary);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.single-post__nav-card--previous a::before {
	content: "Prethodni članak";
}

.single-post__nav-card--next {
	text-align: right;
}

.single-post__nav-card--next a::before {
	content: "Sljedeći članak";
}

.services-page .service-row:nth-child(even) .service-row__grid > .wp-block-column:first-child {
	order: 2;
}

.service-row h2 {
	font-size: clamp(2.25rem, 4vw, 3.25rem);
	line-height: 1.08;
	margin-block: 0;
}

.service-row__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-block-start: 2.25rem;
}

.service-row__actions .wp-block-button,
.service-row__actions .wp-block-button__link {
	flex: 1 1 14rem;
	min-width: min(100%, 14rem);
}

.service-row__actions .wp-block-button__link {
	width: 100%;
}

.not-found {
	min-height: 60svh;
	text-align: center;
}

.not-found .wp-block-search {
	margin-inline: auto;
	max-width: 36rem;
}

@media (max-width: 1100px) {
	.about-page__gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
	}

	.about-page__gallery-item,
	.about-page__gallery-item--feature,
	.about-page__gallery-item--portrait,
	.about-page__gallery-item:nth-of-type(3),
	.about-page__gallery-item:nth-of-type(4) {
		grid-column: auto;
		grid-row: auto;
	}

	.about-page__gallery-item--feature {
		grid-column: 1 / -1;
	}

	.about-page__gallery-item img {
		aspect-ratio: 4 / 3;
		height: auto;
	}

	.about-page__team-grid,
	.wp-block-group.about-page__team-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.team-page__featured {
		grid-template-columns: 1fr;
	}

	.team-page__card--featured {
		display: grid;
		grid-template-columns: minmax(12rem, 0.7fr) minmax(0, 1fr);
	}

	.team-page__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.inner-page-hero,
	.inner-page-section,
	.archive-header,
	.search-header,
	.page-header,
	.not-found,
	.single-post-shell {
		padding-block: 4rem;
	}

	.inner-page-hero,
	.archive-header,
	.search-header,
	.page-header,
	.not-found,
	.single-post-shell {
		padding-block-start: calc(4rem + var(--clinic-fixed-header-height));
	}

	.about-page__space {
		padding-block-end: 0;
	}

	.about-page__team {
		padding-block: 1.75rem 2rem;
	}

	.about-page__contact {
		padding-block-start: 1rem;
	}

	.inner-page-hero h1,
	.inner-page-hero h1.has-xx-large-font-size,
	.inner-page-hero__title,
	.inner-page-hero__title.has-xx-large-font-size,
	.page-header .wp-block-post-title,
	.page-header .wp-block-post-title.has-xx-large-font-size,
	.page-header h1.has-x-large-font-size,
	.archive-header .wp-block-query-title,
	.archive-header h1.has-x-large-font-size,
	.search-header .wp-block-query-title,
	.search-header h1.has-x-large-font-size,
	.not-found h1 {
		font-size: 2.15rem !important;
		line-height: 1.12;
		max-width: 100%;
	}

	.team-page__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-page__team-grid,
	.wp-block-group.about-page__team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.team-page__card--featured {
		grid-template-columns: 1fr;
	}

	.contact-page__form {
		padding: 1.5rem;
	}

	.service-detail__hero .wp-block-buttons,
	.service-detail__hero .wp-block-button,
	.service-detail__hero .wp-block-button__link {
		width: 100%;
	}

	.service-nav {
		margin-block-start: 1.75rem;
	}

	.services-page .service-row__grid > .wp-block-column:has(.service-row__image),
	.service-detail__hero .inner-page-hero__grid > .wp-block-column:has(.inner-page-hero__media) {
		order: 1;
	}

	.services-page .service-row__grid > .wp-block-column:not(:has(.service-row__image)),
	.service-detail__hero .inner-page-hero__grid > .wp-block-column:not(:has(.inner-page-hero__media)) {
		order: 2;
	}

	.service-detail .is-style-feature-list {
		grid-template-columns: 1fr;
	}

	.service-row__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.service-row__actions .wp-block-button,
	.service-row__actions .wp-block-button__link {
		flex: 0 1 auto;
		min-width: 0;
		width: min(100%, 18rem);
	}

	.pricing-page__content {
		gap: 2.75rem;
	}

	.pricing-page__group {
		padding-block-start: 2.25rem;
		scroll-margin-top: 6rem;
	}

	.pricing-page__table thead {
		display: none;
	}

	.pricing-page .wp-block-table.is-style-pricing-table.pricing-page__table tbody tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) max-content;
		padding: 1rem;
		width: auto;
	}

	.pricing-page .wp-block-table.is-style-pricing-table.pricing-page__table td {
		display: block;
		width: auto;
	}

	.pricing-page__table td::before {
		content: none !important;
		display: none !important;
	}

	.pricing-page__table td:nth-child(1) {
		font-size: 1rem;
	}

	.pricing-page__table td:nth-child(2) {
		font-size: 1rem;
	}

	.pricing-page__table td:nth-child(3) {
		font-size: 0.86rem;
	}

	.single-post__nav {
		grid-template-columns: 1fr;
	}

	.single-post__nav-card--next {
		text-align: left;
	}
}

@media (max-width: 560px) {
	.about-page__space-heading {
		margin-block-end: 2rem;
	}

	.about-page__space-heading h2,
	.about-page__space-heading h2.has-x-large-font-size {
		font-size: 1.95rem !important;
		max-width: 100%;
	}

	.gallery-lightbox {
		padding: 0.85rem;
	}

	.gallery-lightbox__button {
		height: 2.75rem;
		width: 2.75rem;
	}

	.gallery-lightbox__nav--prev {
		inset-inline-start: 0.25rem;
	}

	.gallery-lightbox__nav--next {
		inset-inline-end: 0.25rem;
	}

	.about-page__team-grid,
	.wp-block-group.about-page__team-grid {
		gap: 1rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.team-page__featured,
	.team-page__grid {
		grid-template-columns: 1fr;
	}

	.blog-listing-query .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.post-card .wp-block-post-title,
	.post-card .wp-block-post-title.has-large-font-size {
		font-size: 1.22rem !important;
		line-height: 1.18;
	}

	.single-post-shell .wp-block-post-title,
	.single-post-shell .wp-block-post-title.has-x-large-font-size,
	.single-post-shell .wp-block-post-title.has-xx-large-font-size {
		font-size: 1.95rem !important;
		line-height: 1.12;
	}

	.service-row {
		padding-block: 3.5rem;
		scroll-margin-top: 84px;
	}

	.service-row h2,
	.service-row h2.has-x-large-font-size {
		font-size: 2rem !important;
		line-height: 1.12;
	}

	.service-row__actions .wp-block-button,
	.service-row__actions .wp-block-button__link {
		width: 100%;
	}

	.pricing-page__group h2 {
		font-size: 2rem;
		max-width: 100%;
	}

	.service-detail-page__step-grid > .wp-block-column,
	.service-detail__faq > .wp-block-column {
		padding: 1.1rem;
	}
}

.editor-styles-wrapper .pricing-page__table table {
	display: table;
	min-width: 640px;
	width: 100%;
}

.editor-styles-wrapper .pricing-page__table thead {
	display: table-header-group;
}

.editor-styles-wrapper .pricing-page__table tbody {
	display: table-row-group;
}

.editor-styles-wrapper .pricing-page__table thead tr,
.editor-styles-wrapper .pricing-page__table tbody tr,
.editor-styles-wrapper .pricing-page .wp-block-table.is-style-pricing-table.pricing-page__table tbody tr {
	display: table-row;
	width: auto;
}

.editor-styles-wrapper .pricing-page__table th,
.editor-styles-wrapper .pricing-page__table td,
.editor-styles-wrapper .pricing-page .wp-block-table.is-style-pricing-table.pricing-page__table td {
	background: transparent;
	border: 1px solid var(--wp--preset--color--border);
	display: table-cell;
	font-size: inherit;
	font-weight: inherit;
	grid-column: auto;
	grid-row: auto;
	justify-self: auto;
	line-height: inherit;
	margin: 0;
	padding: 0.85rem 1rem;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	width: auto;
}

.editor-styles-wrapper .pricing-page__table th {
	background: var(--wp--preset--color--panel);
	font-weight: 700;
}

.editor-styles-wrapper .pricing-page__table th:nth-child(2),
.editor-styles-wrapper .pricing-page__table td:nth-child(2) {
	text-align: left;
	white-space: nowrap;
}

.editor-styles-wrapper .pricing-page__table th:nth-child(3),
.editor-styles-wrapper .pricing-page__table td:nth-child(3) {
	color: inherit;
	display: table-cell;
}

.editor-styles-wrapper .pricing-page__table td::before {
	content: none !important;
	display: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.service-detail__hero .wp-block-button__link,
	.service-detail__faq > .wp-block-column {
		transition: none;
	}

	.service-detail__hero .wp-block-button__link:hover,
	.service-detail__faq > .wp-block-column:hover,
	.service-detail__faq > .wp-block-column:focus-within {
		transform: none;
	}
}
