html {
	scroll-behavior: smooth;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-header,
.wp-site-blocks > header {
	position: sticky;
	top: 0;
	z-index: 1000;
	backdrop-filter: blur(12px);
}

.has-sf-panel-radius,
.is-style-sf-panel {
	border-radius: 2rem;
	overflow: hidden;
}

.site-footer,
.wp-site-blocks > footer {
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--white);
}
.sf-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: color-mix(in srgb, var(--wp--preset--color--surface) 88%, transparent);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition:
		padding 0.25s ease,
		background-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.25s ease;
}

.sf-header__row {
	min-height: var(--wp--custom--header--height);
	margin-bottom: 0;
}

.sf-header__row > .wp-block-column {
	display: flex;
	align-items: center;
}

.sf-header__col--center {
	justify-content: center;
}

.sf-header__col--right {
	justify-content: flex-end;
	display: inline-flex;
	align-items: right;
	gap: 0.5rem;
	white-space: nowrap;
	flex-wrap: nowrap;
}

.sf-header__nav .wp-block-navigation__responsive-container-open span {
	white-space: nowrap;
}
}

.sf-header__branding {
	min-height: 100%;
}

.sf-header__logo img,
.sf-header .custom-logo,
.sf-header .wp-block-site-logo img {
	width: var(--wp--custom--header--logo-width);
	max-width: 100%;
	height: auto;
	transition: width 0.25s ease, transform 0.25s ease;
}

.sf-header__cta .wp-element-button {
	min-height: 2.75rem;
	padding: 0.7rem 1.1rem;
	white-space: nowrap;
}

.sf-header__nav {
	width: 100%;
}

.sf-header__nav .wp-block-navigation__responsive-container-open {
	padding: 0;
	min-width: auto;
	background: transparent;
	border: 0;
	color: var(--wp--preset--color--black);
}

.sf-header__nav .wp-block-navigation__responsive-container-open svg {
	width: 2rem;
	height: 2rem;
}

.sf-header__nav .wp-block-navigation__responsive-container-content {
	padding: 2rem;
}

body.is-scrolled .sf-header {
	padding-top: var(--wp--preset--spacing--16);
	padding-bottom: var(--wp--preset--spacing--16);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

body.is-scrolled .sf-header__row {
	min-height: var(--wp--custom--header--heightSticky);
}

body.is-scrolled .sf-header__logo img,
body.is-scrolled .sf-header .custom-logo,
body.is-scrolled .sf-header .wp-block-site-logo img {
	width: 5rem;
}

@media (max-width: 781px) {
	.sf-header {
		padding-top: var(--wp--preset--spacing--16);
		padding-bottom: var(--wp--preset--spacing--16);
	}

	.sf-header__row {
		min-height: auto;
		gap: var(--wp--preset--spacing--16);
	}

	.sf-header__cta .wp-element-button {
		font-size: 0.95rem;
		padding: 0.6rem 0.9rem;
	}

	.sf-header__nav .wp-block-navigation__responsive-container-open svg {
		width: 1.75rem;
		height: 1.75rem;
	}
}

.sf-footer-outer {
	margin-top: var(--wp--preset--spacing--64);
}

.sf-footer-main {
	overflow: hidden;
	border-radius: 2rem 2rem 0 0;
}

.sf-footer-main__cols {
	align-items: flex-start;
}

.sf-footer-col {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--24);
}

.sf-footer-col--brand {
	justify-content: flex-start;
}

.sf-footer__logo img,
.sf-footer__logo .custom-logo,
.sf-footer__logo .wp-block-site-logo img {
	width: clamp(180px, 24vw, 320px);
	max-width: 100%;
	height: auto;
}

.sf-footer__social {
	margin-top: 0;
	margin-bottom: 0;
}

.sf-footer__cta .wp-element-button {
	min-height: 2.75rem;
	padding: 0.7rem 1.1rem;
	white-space: nowrap;
}

.sf-footer__nav {
	width: 100%;
}

.sf-footer__nav .wp-block-navigation-item__content {
	color: var(--wp--preset--color--white);
	text-decoration: none;
}

.sf-footer__nav .wp-block-navigation__container {
	gap: 0.65rem;
}

.sf-footer__contact {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
}

.sf-footer__links {
	gap: 1rem;
}

.sf-footer__links a {
	color: var(--wp--preset--color--white);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.sf-footer__map {
	margin: 0;
}

.sf-footer__map img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.75rem;
}

.sf-footer-meta {
	margin-top: 0;
	border-radius: 0 0 2rem 2rem;
}

.sf-footer-meta__copy {
	margin: 0;
}

.sf-footer-meta__nav {
	gap: 1rem;
}

.sf-footer-meta__nav p {
	margin: 0;
}

.sf-footer-meta__nav a {
	color: var(--wp--preset--color--white);
	text-decoration: none;
}

.sf-footer-meta__nav a:hover,
.sf-footer-meta__nav a:focus {
	text-decoration: underline;
}

@media (max-width: 781px) {
	.sf-footer-main {
		border-radius: 1.5rem 1.5rem 0 0;
	}

	.sf-footer-meta {
		border-radius: 0 0 1.5rem 1.5rem;
	}

	.sf-footer-col {
		gap: var(--wp--preset--spacing--16);
	}

	.sf-footer__logo img,
	.sf-footer__logo .custom-logo,
	.sf-footer__logo .wp-block-site-logo img {
		width: min(240px, 100%);
	}

	.sf-footer-meta__nav {
		justify-content: flex-start;
	}
}