/*
Theme Name: UroCampus theme
Theme URI: 
Author: Junie
Author URI: 
Description: Vlastní šablona pro UroCampus
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.2
Text Domain: urocampus-theme
*/

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

html {
	-webkit-text-size-adjust: 100%;
	background: var(--wp--preset--color--page-bg);
	font-family: var(--wp--preset--font-family--system-sans, "Segoe UI", "Aptos", system-ui, -apple-system, BlinkMacSystemFont, sans-serif);
	scroll-behavior: smooth;
}

body {
	background: var(--wp--preset--color--page-bg);
	color: var(--wp--preset--color--text-primary);
	font-family: var(--wp--preset--font-family--system-sans, "Segoe UI", "Aptos", system-ui, -apple-system, BlinkMacSystemFont, sans-serif);
	font-size: var(--wp--preset--font-size--base);
	line-height: 1.6;
	margin: 0;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--wp--preset--color--brand-navy);
	font-weight: 700;
	line-height: 1.18;
	margin: 0 0 var(--wp--preset--spacing--20, 1rem);
}

h1 {
	font-size: var(--wp--preset--font-size--hero-heading);
}

h2 {
	font-size: var(--wp--preset--font-size--section-heading);
}

h3 {
	font-size: clamp(1.15rem, 1.8vw, 1.4rem);
}

h4 {
	font-size: clamp(1.2rem, 2vw, 1.45rem);
}

h5,
h6 {
	font-size: var(--wp--preset--font-size--base);
}

p {
	margin: 0 0 var(--wp--preset--spacing--20, 1rem);
}

a {
	color: var(--wp--preset--color--brand-blue);
	text-decoration: none;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--wp--preset--color--brand-deep);
	text-decoration: underline;
}

a:focus-visible,
.wp-element-button:focus-visible,
.menu-toggle:focus-visible {
	outline: 3px solid var(--wp--preset--color--focus);
	outline-offset: 3px;
}

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

.wp-element-button {
	appearance: none;
	background: linear-gradient(145deg, var(--wp--preset--color--brand-bright) 0%, var(--wp--preset--color--brand-blue) 42%, var(--wp--preset--color--brand-deep) 100%);
	border: 0;
	border-radius: 10px;
	color: var(--wp--preset--color--surface);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 600;
	gap: 0.5rem;
	justify-content: center;
	line-height: 1.2;
	padding: 0.75rem 1.25rem;
	text-align: center;
	text-decoration: none;
}

.wp-element-button:hover {
	color: var(--wp--preset--color--surface);
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 var(--wp--preset--spacing--20, 1rem);
	padding-left: 1.4em;
}

li + li {
	margin-top: 0.35rem;
}

table {
	border-collapse: collapse;
	margin: 0 0 var(--wp--preset--spacing--20, 1rem);
	width: 100%;
}

th,
td {
	border: 1px solid var(--wp--preset--color--border-soft);
	padding: 0.75rem;
	text-align: left;
	vertical-align: top;
}

th {
	background: var(--wp--preset--color--surface-soft);
	color: var(--wp--preset--color--brand-navy);
	font-weight: 700;
}

.site {
	min-height: 100vh;
}

.site-header {
	background: color-mix(in srgb, var(--wp--preset--color--surface) 92%, var(--wp--preset--color--page-bg));
	border-bottom: 1px solid var(--wp--preset--color--border-soft);
	position: relative;
	z-index: 10;
}

.site-header,
.site-main,
.site-footer {
	padding-left: clamp(1rem, 3.5vw, 2.25rem);
	padding-right: clamp(1rem, 3.5vw, 2.25rem);
}

.site-header__inner {
	align-items: center;
	display: flex;
	gap: clamp(1rem, 2vw, 2rem);
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 1024px);
	min-height: 7.5rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.site-branding {
	flex: 0 0 auto;
}

.custom-logo-link {
	display: inline-flex;
	line-height: 0;
}

.custom-logo {
	height: auto;
	max-height: 5rem;
	width: clamp(11rem, 22vw, 14.7rem);
}

.site-title {
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.site-title a {
	color: var(--wp--preset--color--brand-navy);
	text-decoration: none;
}

.site-header__navigation {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: clamp(1rem, 2vw, 1.5rem);
	justify-content: flex-end;
}

.site-main {
	padding-bottom: var(--wp--preset--spacing--40, 3rem);
	padding-top: var(--wp--preset--spacing--40, 3rem);
}

.home .site-main {
	padding-top: 0;
}

.site-main > *,
.entry-content > *,
.wp-site-blocks > * {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--content-size, 960px);
}

.site-main > .alignwide,
.entry-content > .alignwide,
.wp-site-blocks > .alignwide {
	max-width: var(--wp--style--global--wide-size, 1024px);
}

.site-main > .alignfull,
.entry-content > .alignfull,
.wp-site-blocks > .alignfull {
	max-width: none;
}

.home .site-main > article {
	max-width: var(--wp--style--global--wide-size, 1024px);
}

.site-main > * + *,
.entry-content > * + *,
.wp-site-blocks > * + * {
	margin-top: var(--wp--style--block-gap, 1.5rem);
}

.homepage-hero {
	background: none;
	border-bottom: 1px solid var(--wp--preset--color--border-soft);
	isolation: isolate;
	min-height: clamp(20rem, 34vw, 23rem);
	overflow: hidden;
	padding-bottom: clamp(3rem, 6vw, 4.5rem);
	padding-top: clamp(3rem, 6vw, 4.5rem);
	position: relative;
}

.homepage-hero::before {
	content: "";
	display: none;
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.home .entry-content > .homepage-hero.alignfull {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	width: 100%;
}

.homepage-hero > .homepage-hero__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 1024px) !important;
	width: 100%;
}

.homepage-hero > .homepage-hero__media {
	bottom: 0;
	height: 100% !important;
	margin: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 0;
}

.homepage-hero__media img {
	height: 100%;
	max-width: none;
	object-fit: contain;
	object-position: right center;
	width: auto;
}

.homepage-hero > .homepage-hero__inner > .homepage-hero__content {
	margin-left: 0 !important;
	margin-right: auto !important;
	max-width: 50%;
	position: relative;
	width: 50%;
	z-index: 2;
}

.homepage-hero__content .homepage-hero__title,
.homepage-hero__content .homepage-hero__subtitle,
.homepage-hero__content .homepage-hero__description {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
}

.homepage-hero__title {
	color: var(--wp--preset--color--brand-navy);
	font-size: var(--wp--preset--font-size--hero-heading);
	margin-bottom: 1rem;
}

.homepage-hero__title-location {
	font-weight: 400;
}

.homepage-hero__subtitle {
	color: var(--wp--preset--color--brand-navy);
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin-bottom: 1rem;
}

.homepage-hero__description {
	color: var(--wp--preset--color--text-primary);
	font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
	line-height: 1.6;
	margin-bottom: 0;
	max-width: 36rem;
}

.homepage-services {
	margin-top: clamp(-3.5rem, -4vw, -2rem) !important;
	position: relative;
	z-index: 2;
}

.service-grid {
	align-items: stretch;
	display: grid;
	gap: 1.25rem;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 861px) {
	.service-grid > .service-card {
		margin-top: 0 !important;
	}
}

@media (min-width: 701px) and (max-width: 860px) {
	.service-grid > .service-card:nth-child(2) {
		margin-top: 0 !important;
	}
}

.service-card {
	background: linear-gradient(145deg, var(--wp--preset--color--brand-bright) 0%, var(--wp--preset--color--brand-blue) 42%, var(--wp--preset--color--brand-deep) 100%);
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(0, 74, 180, 0.26);
	color: var(--wp--preset--color--surface);
	box-sizing: border-box;
	column-gap: 0.85rem;
	display: grid;
	grid-template-columns: 3rem minmax(0, 1fr);
	grid-template-rows: auto auto auto;
	height: 100%;
	min-height: 13rem;
	padding: clamp(1.25rem, 2.4vw, 1.6rem);
}

.service-card > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.service-card__icon {
	align-self: center;
	color: var(--wp--preset--color--surface);
	grid-column: 1;
	grid-row: 1;
	height: 3rem;
	margin-bottom: 0;
	width: 3rem;
}

.service-card__title {
	align-self: center;
	color: var(--wp--preset--color--surface);
	grid-column: 2;
	grid-row: 1;
	margin-bottom: 0;
	margin-top: 0 !important;
}

.service-card__description {
	color: var(--wp--preset--color--surface);
	font-size: 1.05rem;
	grid-column: 1 / -1;
	grid-row: 2;
	margin-bottom: 0.5rem;
	margin-top: 1.25rem;
}

.service-card__action {
	grid-column: 1 / -1;
	grid-row: 3;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	width: 100%;
}

.service-card__action .wp-block-button,
.service-card__action .wp-element-button {
	width: 100%;
}

.service-card__action .wp-element-button {
	align-items: center;
	background: color-mix(in srgb, var(--wp--preset--color--surface) 18%, var(--wp--preset--color--brand-bright));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
	justify-content: space-between;
	min-height: 2.8rem;
	padding: 0.75rem 1rem;
}

.service-card__action .wp-element-button:hover {
	background: color-mix(in srgb, var(--wp--preset--color--surface) 26%, var(--wp--preset--color--brand-bright));
}

.service-card__action .wp-element-button::after {
	background-color: currentColor;
	content: "";
	flex: 0 0 auto;
	height: 1.25rem;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5L16 12L9 19' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5L16 12L9 19' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 1.25rem;
}

.homepage-about {
	margin-top: clamp(2.5rem, 5vw, 4rem) !important;
}

.homepage-about__grid {
	align-items: stretch;
	column-gap: clamp(1.5rem, 4vw, 3.5rem);
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}

.homepage-about__main,
.homepage-about__aside {
	display: flex;
	flex-direction: column;
	gap: clamp(1.5rem, 3vw, 2.25rem);
}

.homepage-about__main {
	grid-column: 1;
}

.homepage-about__aside {
	grid-column: 2;
}

.homepage-about__main-content {
	min-width: 0;
}

.homepage-about__title {
	margin-bottom: 1.25rem;
}

.homepage-about__benefits {
	list-style: none;
	margin: var(--wp--preset--spacing--50) 0 0;
	padding: 0;
}

.homepage-about__benefits li {
	align-items: center;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 2rem minmax(0, 1fr);
	line-height: 1.45;
	margin: 0;
	overflow-wrap: anywhere;
}

.homepage-about__benefits li + li {
	margin-top: 0.85rem;
}

.homepage-about__benefits li::before {
	align-items: center;
	background: var(--wp--preset--color--icon-soft);
	border-radius: 50%;
	color: var(--wp--preset--color--brand-blue);
	content: "✓";
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	height: 2rem;
	justify-content: center;
	line-height: 1;
	width: 2rem;
}

.opening-hours {
	background: #fbfbfd;
	border: 1px solid var(--wp--preset--color--border-soft);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(27, 70, 135, 0.10);
	flex: 1 0 auto;
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.opening-hours__title {
	margin-bottom: 1rem;
}

.opening-hours__list {
	margin: var(--wp--preset--spacing--50) 0 0;
}

.opening-hours__list > .opening-hours__row {
	margin-block: 0 !important;
}

.opening-hours__row {
	align-items: center;
	column-gap: 0.75rem;
	display: grid;
	font-size: 1rem;
	grid-template-columns: 1.5rem minmax(7rem, 1fr) minmax(0, 1.35fr);
	padding: 0.7rem 0;
}

.opening-hours__row > * {
	margin-block: 0 !important;
}

.opening-hours__row + .opening-hours__row {
	border-top: 1px solid var(--wp--preset--color--border-soft);
	padding-top: calc(0.7rem - 1px);
}

.opening-hours__icon {
	color: var(--wp--preset--color--brand-blue);
	height: 1.5rem;
	width: 1.5rem;
}

.opening-hours__label,
.opening-hours__value {
	margin: 0;
	overflow-wrap: anywhere;
}

.opening-hours__label {
	color: var(--wp--preset--color--brand-navy);
	font-weight: 750;
}

.opening-hours__value {
	color: var(--wp--preset--color--text-primary);
}

.opening-hours__action {
	margin: 1rem 0 0 !important;
}

.opening-hours__action .wp-block-button,
.opening-hours__action .wp-element-button {
	width: 100%;
}

.opening-hours__action .wp-element-button {
	align-items: center;
	justify-content: space-between;
	min-height: 2.8rem;
	padding: 0.75rem 1rem;
}

.opening-hours__action svg {
	flex: 0 0 auto;
	height: 1.15rem;
	width: 1.15rem;
}

.homepage-about__image {
	margin: 0 !important;
	overflow: hidden;
}

.homepage-about__image img {
	border-radius: 14px;
	height: clamp(14rem, 27vw, 20rem);
	object-fit: cover;
	width: 100%;
}

.homepage-about__news {
	background: #fbfbfd;
	border: 1px solid var(--wp--preset--color--border-soft);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(27, 70, 135, 0.10);
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.homepage-about__news-heading {
	align-items: center;
	color: var(--wp--preset--color--brand-navy);
	gap: 0.7rem;
	margin-bottom: 1rem;
}

.homepage-about__news-icon {
	color: var(--wp--preset--color--brand-blue);
	flex: 0 0 auto;
	height: 1.6rem;
	width: 1.6rem;
}

.homepage-about__news-title {
	margin: 0;
}

.homepage-about__news .wp-block-post-template {
	list-style: none;
	margin: 0;
	padding: 0;
}

.homepage-about__news .wp-block-post-template > li {
	margin: 0 !important;
}

.homepage-about__news-item {
	column-gap: 1rem;
	display: grid;
	grid-template-columns: minmax(6.5rem, auto) minmax(0, 1fr);
	padding: 0.8rem 0;
	text-align: left;
}

.homepage-about__news .wp-block-post-template > li + li .homepage-about__news-item {
	border-top: 1px solid var(--wp--preset--color--border-soft);
}

.homepage-about__news-date,
.homepage-about__news-post-title {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none;
	text-align: left !important;
	width: 100%;
}

.homepage-about__news-date {
	color: var(--wp--preset--color--brand-blue);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
}

.homepage-about__news-post-title {
	font-size: 1rem;
	line-height: 1.4;
	margin: 0 !important;
}

.homepage-about__news-post-title a {
	color: var(--wp--preset--color--text-primary);
	font-weight: 400;
	overflow-wrap: anywhere;
}

.homepage-about__news-post-title a:hover {
	color: var(--wp--preset--color--brand-blue);
}

.homepage-about__news-empty {
	color: var(--wp--preset--color--text-muted);
	margin: 0;
}

.homepage-about__news-action {
	margin: 1rem 0 0 !important;
}

.homepage-about__news-action .wp-block-button,
.homepage-about__news-action .wp-element-button {
	width: 100%;
}

.homepage-about__news-action .wp-element-button {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
	justify-content: space-between;
	min-height: 2.75rem;
}

.homepage-about__news-action .wp-element-button::after {
	background-color: currentColor;
	content: "";
	flex: 0 0 auto;
	height: 1.25rem;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5L16 12L9 19' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5L16 12L9 19' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 1.25rem;
}

.service-page {
	margin-top: 0 !important;
}

.service-breadcrumbs {
	color: var(--wp--preset--color--text-muted);
	font-size: var(--wp--preset--font-size--small);
	margin: 0 !important;
}

.service-breadcrumbs p {
	margin: 0;
}

.service-breadcrumbs a {
	color: var(--wp--preset--color--brand-blue);
	font-weight: 700;
}

.service-hero {
	align-items: center;
	background: linear-gradient(110deg, var(--wp--preset--color--surface) 0%, var(--wp--preset--color--surface-soft) 100%);
	border: 1px solid var(--wp--preset--color--border-soft);
	border-radius: 14px;
	display: flex;
	min-height: clamp(15rem, 24vw, 18.75rem);
	padding: clamp(2rem, 5vw, 4rem);
}

.service-hero__content {
	margin: 0 !important;
	max-width: 46rem;
}

.service-hero__title,
.service-section__title {
	color: var(--wp--preset--color--brand-navy);
	margin: 0;
}

.service-hero__title {
	font-size: clamp(2rem, 4vw, 3rem);
}

.service-hero__lead {
	font-size: clamp(1.0625rem, 1rem + 0.5vw, 1.25rem);
	line-height: 1.6;
	margin: 1rem 0 0;
	max-width: 68ch;
}

.service-hero__supporting {
	line-height: 1.6;
	margin: 0.65rem 0 0;
	max-width: 68ch;
}

.service-content {
	margin-top: clamp(2.5rem, 5vw, 4rem) !important;
}

.service-section + .service-section,
.service-section + .service-notice,
.service-section + .service-cta,
.service-notice + .service-section,
.service-notice + .service-cta,
.service-cta + .service-related {
	margin-top: clamp(2.5rem, 5vw, 4rem) !important;
}

.service-section__title {
	font-size: var(--wp--preset--font-size--section-heading);
}

.service-section__eyebrow {
	color: var(--wp--preset--color--brand-blue);
	font-weight: 700;
	margin: 0.5rem 0 0;
}

.service-list {
	list-style: none;
	margin: var(--wp--preset--spacing--50) 0 0;
	padding: 0;
}

.service-list--grid {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-list li {
	align-items: center;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border-soft);
	border-radius: 12px;
	display: grid;
	font-size: 1rem;
	gap: 0.75rem;
	grid-template-columns: 1.75rem minmax(0, 1fr);
	line-height: 1.5;
	margin: 0 !important;
	overflow-wrap: anywhere;
	padding: 1rem;
}

.service-list li::before {
	align-items: center;
	background: var(--wp--preset--color--icon-soft);
	border-radius: 50%;
	color: var(--wp--preset--color--brand-blue);
	content: "✓";
	display: inline-flex;
	font-weight: 800;
	height: 1.75rem;
	justify-content: center;
	line-height: 1;
	width: 1.75rem;
}

.service-notice {
	align-items: flex-start;
	background: var(--wp--preset--color--surface-soft);
	border: 1px solid var(--wp--preset--color--border-soft);
	border-left: 5px solid var(--wp--preset--color--brand-blue);
	border-radius: 14px;
	display: grid;
	gap: 1rem;
	grid-template-columns: 2rem minmax(0, 1fr);
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.service-notice__icon {
	color: var(--wp--preset--color--brand-blue);
	height: 2rem;
	width: 2rem;
}

.service-notice__content,
.service-notice__title,
.service-notice p {
	margin: 0 !important;
}

.service-notice__content {
	max-width: none !important;
	min-width: 0;
	width: 100%;
}

.service-notice__title {
	font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.service-notice p {
	line-height: 1.6;
	margin-top: 0.6rem !important;
}

.service-cta {
	background: linear-gradient(145deg, var(--wp--preset--color--brand-bright) 0%, var(--wp--preset--color--brand-blue) 42%, var(--wp--preset--color--brand-deep) 100%);
	border-radius: 14px;
	box-shadow: 0 14px 28px rgba(0, 74, 180, 0.26);
	color: var(--wp--preset--color--surface);
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.service-cta__label {
	font-size: clamp(1.1rem, 1rem + 0.5vw, 1.25rem);
	font-weight: 750;
	margin: 0 !important;
}

.service-cta__action {
	margin: 1rem 0 0 !important;
}

.service-cta__action .wp-block-button,
.service-cta__action .wp-element-button {
	width: 100%;
}

.service-cta__action .wp-element-button {
	align-items: center;
	background: color-mix(in srgb, var(--wp--preset--color--surface) 18%, var(--wp--preset--color--brand-bright));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
	justify-content: space-between;
	min-height: 2.8rem;
	padding: 0.75rem 1rem;
}

.service-cta__action .wp-element-button:hover {
	background: color-mix(in srgb, var(--wp--preset--color--surface) 26%, var(--wp--preset--color--brand-bright));
}

.service-cta__action .wp-element-button::after,
.service-related__action .wp-element-button::after {
	background-color: currentColor;
	content: "";
	flex: 0 0 auto;
	height: 1.25rem;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5L16 12L9 19' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5L16 12L9 19' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 1.25rem;
}

.service-cta__action .wp-element-button::after {
	height: 1.15rem;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M11 3h6v6M17 3l-8 8M15 11v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h4' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M11 3h6v6M17 3l-8 8M15 11v4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h4' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 1.15rem;
}

.service-cta__action .wp-element-button::after {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M11 3h6v6M17 3l-8 8M15 11v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h4' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-mask: none;
	mask: none;
}

.service-related {
	margin-top: clamp(2.5rem, 5vw, 4rem) !important;
}

.service-related__grid {
	align-items: stretch;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: var(--wp--preset--spacing--50) !important;
}

@media (min-width: 801px) {
	.service-related__grid > .service-related__card {
		margin-top: 0 !important;
	}
}

.service-related__card {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border-soft);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(27, 70, 135, 0.10);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.service-related__card > * {
	margin: 0 !important;
}

.service-related__title {
	color: var(--wp--preset--color--brand-navy);
}

.service-related__card p {
	line-height: 1.55;
}

.service-related__action {
	margin-top: auto !important;
}

.service-related__action .wp-block-button,
.service-related__action .wp-element-button {
	width: 100%;
}

.service-related__action .wp-element-button {
	align-items: center;
	justify-content: space-between;
	min-height: 2.75rem;
}

.service-page a:focus-visible {
	outline: 3px solid var(--wp--preset--color--focus);
	outline-offset: 3px;
}

.news-page,
.news-single {
	margin-top: 0;
}

.news-hero,
.news-single__hero {
	min-height: clamp(13rem, 20vw, 16rem);
	margin-top: var(--wp--style--block-gap, 1.5rem);
}

.news-page__content,
.news-single__body {
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.news-list {
	display: grid;
	gap: clamp(1rem, 2vw, 1.25rem);
}

.news-card,
.news-featured,
.news-empty {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border-soft);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(27, 70, 135, 0.10);
}

.news-card,
.news-featured {
	display: grid;
	overflow: hidden;
}

.news-card {
	grid-template-columns: minmax(0, 13rem) minmax(0, 1fr);
}

.news-featured {
	background: var(--wp--preset--color--surface-soft);
	border-left: 5px solid var(--wp--preset--color--brand-blue);
	grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.news-card--no-media {
	grid-template-columns: minmax(0, 1fr);
}

.news-card__media {
	min-height: 100%;
}

.news-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.news-card__content {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.news-card__content > * {
	margin: 0;
}

.news-featured__label,
.news-card__category {
	background: var(--wp--preset--color--icon-soft);
	border-radius: 999px;
	color: var(--wp--preset--color--brand-navy);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 800;
	padding: 0.2rem 0.65rem;
}

.news-featured__label {
	align-self: flex-start;
	background: var(--wp--preset--color--brand-blue);
	color: var(--wp--preset--color--surface);
}

.news-card__category {
	font-weight: 400;
}

.news-card__meta {
	align-items: center;
	color: var(--wp--preset--color--text-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: var(--wp--preset--font-size--small);
	gap: 0.5rem;
}

.news-card__title {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	line-height: 1.25;
}

.news-card__title a {
	color: var(--wp--preset--color--brand-blue);
	font-weight: 750;
}

.news-card__action a,
.news-single__back a {
	align-items: center;
	color: var(--wp--preset--color--brand-blue);
	display: inline-flex;
	font-weight: 600;
	gap: 0.35rem;
}

.news-card__action svg,
.news-single__back svg {
	height: 1rem;
	width: 1rem;
}

.news-card__excerpt,
.news-single__body {
	line-height: 1.65;
}

.news-card__action {
	border-top: 1px solid var(--wp--preset--color--border-soft);
	margin-top: auto !important;
	padding-top: 0.8rem;
}

.news-pagination {
	margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.news-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.news-pagination a,
.news-pagination .current {
	align-items: center;
	border: 1px solid var(--wp--preset--color--border-soft);
	border-radius: 8px;
	display: inline-flex;
	justify-content: center;
	min-height: 2.75rem;
	min-width: 2.75rem;
	padding: 0.4rem 0.7rem;
}

.news-pagination a {
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--brand-blue);
	font-weight: 600;
}

.news-pagination .current {
	background: var(--wp--preset--color--brand-blue);
	border-color: var(--wp--preset--color--brand-blue);
	color: var(--wp--preset--color--surface);
	font-weight: 800;
}

.news-empty {
	color: var(--wp--preset--color--text-muted);
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.news-empty p {
	margin: 0;
}

.news-single__body {
	max-width: 46rem;
}

.news-single__media {
	margin: 0 0 var(--wp--preset--spacing--50);
}

.news-single__media img {
	border-radius: 14px;
	display: block;
	height: auto;
	max-width: 100%;
}

.news-single__back {
	border-top: 1px solid var(--wp--preset--color--border-soft);
	margin-top: clamp(2rem, 4vw, 3rem);
	padding-top: 0.8rem;
}

.news-page a:focus-visible,
.news-single a:focus-visible {
	outline: 3px solid var(--wp--preset--color--focus);
	outline-offset: 3px;
}

@media (max-width: 680px) {
	.news-card,
	.news-featured {
		grid-template-columns: minmax(0, 1fr);
	}

	.news-card__media {
		aspect-ratio: 4 / 3;
	}
}

.contact-page {
	margin-top: 0 !important;
}

.contact-page__content {
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.contact-page__grid {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-page__card,
.contact-hours,
.contact-page__booking {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border-soft);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(27, 70, 135, 0.10);
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.contact-page__details > *,
.contact-hours > *,
.contact-page__booking > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.contact-page__address {
	display: flex;
	flex-direction: column;
	font-style: normal;
	gap: 0.2rem;
	line-height: 1.55;
	margin: var(--wp--preset--spacing--50) 0 0;
}

.contact-page__address strong {
	color: var(--wp--preset--color--brand-navy);
	font-size: 1.125rem;
}

.contact-page__facts,
.contact-hours dl {
	margin: var(--wp--preset--spacing--50) 0 0;
}

.contact-page__facts > div,
.contact-hours__row {
	border-top: 1px solid var(--wp--preset--color--border-soft);
	display: grid;
	gap: 0.75rem;
	grid-template-columns: minmax(8rem, 0.8fr) minmax(0, 1.2fr);
	padding: 0.8rem 0;
}

.contact-page__facts dt,
.contact-hours__label {
	color: var(--wp--preset--color--text-muted);
	font-weight: 700;
}

.contact-page__facts dd,
.contact-hours__value {
	margin: 0;
	overflow-wrap: anywhere;
}

.contact-hours__days,
.contact-hours__time {
	display: block;
}

.contact-page__facts a,
.contact-page__booking a:not(.wp-element-button) {
	color: var(--wp--preset--color--brand-blue);
	font-weight: 700;
}

.contact-page__accessibility {
	background: var(--wp--preset--color--surface-soft);
	border-radius: 10px;
	line-height: 1.55;
	margin: var(--wp--preset--spacing--50) 0 0;
	padding: 0.9rem 1rem;
}

.contact-page__side {
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 2vw, 1.75rem);
}

.contact-page__booking ul {
	line-height: 1.6;
	margin: var(--wp--preset--spacing--50) 0 0;
	padding-left: 1.25rem;
}

.contact-page__booking p {
	line-height: 1.6;
	margin: 1rem 0 0;
}

.contact-page__booking .opening-hours__action {
	margin-bottom: 0 !important;
}

.contact-page__media {
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.contact-page__details .contact-page__media {
	margin-top: var(--wp--preset--spacing--50);
}

.contact-page__media .wp-block-image {
	margin: 0;
}

.contact-page__media img {
	border-radius: 14px;
	display: block;
	height: auto;
	max-width: 100%;
}

.contact-page__map {
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.contact-page__map-frame {
	border: 1px solid var(--wp--preset--color--border-soft);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(27, 70, 135, 0.10);
	margin-top: var(--wp--preset--spacing--50);
	overflow: hidden;
}

.contact-page__map iframe {
	display: block;
	width: 100%;
}

.contact-page__capacity {
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.contact-page__capacity-grid {
	align-items: stretch;
	display: grid;
	gap: clamp(1rem, 2vw, 1.25rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: var(--wp--preset--spacing--50);
}

.contact-page__capacity-card {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border-soft);
	border-radius: 14px;
	box-sizing: border-box;
	box-shadow: 0 10px 30px rgba(27, 70, 135, 0.08);
	height: 100%;
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.contact-page__capacity-grid > .contact-page__capacity-card {
	justify-self: stretch;
	margin-inline: 0 !important;
	max-width: none !important;
	width: 100%;
}

.contact-page__capacity-card h3 {
	color: var(--wp--preset--color--brand-navy);
	margin: 0 0 0.75rem;
}

.contact-page__capacity-card p,
.contact-page__capacity-card ul {
	margin: 0;
}

.contact-page__capacity-card ul {
	padding-left: 1.25rem;
}

@media (min-width: 801px) {
	.contact-page__capacity-grid > .contact-page__capacity-card:nth-child(2),
	.contact-page__capacity-grid > .contact-page__capacity-card:nth-child(3) {
		margin-top: 0;
	}
}

.contact-page a:focus-visible {
	outline: 3px solid var(--wp--preset--color--focus);
	outline-offset: 3px;
}

@media (max-width: 800px) {
	.homepage-about__grid {
		grid-template-columns: minmax(0, 1fr);
		row-gap: clamp(1.5rem, 3vw, 2.25rem);
	}

	.homepage-about__main,
	.homepage-about__aside {
		grid-column: 1;
	}

	.service-hero {
		min-height: 0;
	}

	.service-list--grid,
	.service-related__grid,
	.contact-page__grid,
	.contact-page__capacity-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.contact-page__capacity-grid > .contact-page__capacity-card {
		margin-block: 0 !important;
	}
}

@media (max-width: 520px) {
	.opening-hours__row {
		grid-template-columns: 1.5rem minmax(0, 1fr);
		row-gap: 0.25rem;
	}

	.opening-hours__label,
	.opening-hours__value {
		grid-column: 2;
	}

	.homepage-about__news-item {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 0.25rem;
	}

	.service-notice {
		grid-template-columns: 1.75rem minmax(0, 1fr);
	}

	.service-notice__icon {
		height: 1.75rem;
		width: 1.75rem;
	}

	.contact-page__facts > div,
	.contact-hours__row {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.25rem;
	}
}

.primary-navigation ul {
	display: flex;
	gap: clamp(0.25rem, 1vw, 0.8rem);
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation li {
	margin: 0;
}

.primary-navigation a {
	border-radius: 0.55rem;
	color: var(--wp--preset--color--brand-navy);
	display: block;
	font-size: clamp(0.95rem, 1.4vw, 1.05rem);
	font-weight: 650;
	line-height: 1.25;
	padding: 0.65rem 0.55rem;
	text-decoration: none;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a,
.primary-navigation .current_page_item > a {
	color: var(--wp--preset--color--brand-blue);
	text-decoration: none;
}

.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a,
.primary-navigation .current_page_item > a {
	background: var(--wp--preset--color--surface-soft);
	font-weight: 800;
}

.primary-navigation__empty {
	color: var(--wp--preset--color--text-muted);
	font-size: var(--wp--preset--font-size--small);
	margin: 0;
}

.header-phone {
	align-items: center;
	background: linear-gradient(145deg, var(--wp--preset--color--brand-bright) 0%, var(--wp--preset--color--brand-blue) 42%, var(--wp--preset--color--brand-deep) 100%);
	border-radius: 10px;
	box-shadow: 0 8px 18px rgba(0, 76, 180, 0.25);
	color: var(--wp--preset--color--surface);
	display: inline-flex;
	flex: 0 0 auto;
	font-weight: 800;
	gap: 0.55rem;
	justify-content: center;
	line-height: 1.2;
	min-height: 3rem;
	padding: 0.75rem 1rem;
	text-decoration: none;
}

.header-phone:hover {
	color: var(--wp--preset--color--surface);
	text-decoration: none;
}

.header-phone__icon {
	flex: 0 0 auto;
}

.menu-toggle {
	display: none;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

@media (max-width: 860px) {
	.homepage-hero {
		background:
			radial-gradient(circle at 82% 50%, color-mix(in srgb, var(--wp--preset--color--icon-soft) 75%, transparent) 0, transparent 38%),
			linear-gradient(105deg, var(--wp--preset--color--page-bg) 0%, var(--wp--preset--color--surface-soft) 28%, var(--wp--preset--color--surface) 52%, var(--wp--preset--color--surface-soft) 74%, var(--wp--preset--color--page-bg) 100%);
		min-height: 0;
		padding-bottom: 3rem;
		padding-top: 3rem;
	}

	.homepage-hero > .homepage-hero__media {
		height: auto;
		margin-top: 2rem !important;
		position: relative;
		width: 100%;
		z-index: 1;
	}

	.homepage-hero__media img {
		height: auto;
	}

	.homepage-hero > .homepage-hero__inner > .homepage-hero__content {
		max-width: none;
		width: 100%;
	}

	.homepage-hero__description {
		max-width: none;
	}

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

	.service-card:last-child {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: calc(50% - 0.625rem);
		width: 100%;
	}

	.site-header__inner {
		align-items: center;
		flex-wrap: wrap;
		min-height: 5.5rem;
		padding-bottom: 0.75rem;
		padding-top: 0.75rem;
	}

	.custom-logo {
		max-height: 4rem;
		width: clamp(9.5rem, 48vw, 13rem);
	}

	.menu-toggle {
		align-items: center;
		appearance: none;
		background: var(--wp--preset--color--surface);
		border: 1px solid var(--wp--preset--color--border-soft);
		border-radius: 10px;
		box-shadow: none;
		color: var(--wp--preset--color--brand-navy);
		cursor: pointer;
		display: inline-flex;
		font: inherit;
		height: 3rem;
		justify-content: center;
		padding: 0;
		width: 3rem;
	}

	.menu-toggle:hover {
		color: var(--wp--preset--color--brand-blue);
	}

	.menu-toggle__icon,
	.menu-toggle__icon::before,
	.menu-toggle__icon::after {
		background: currentColor;
		border-radius: 999px;
		display: block;
		height: 2px;
		position: relative;
		width: 1.35rem;
	}

	.menu-toggle__icon::before,
	.menu-toggle__icon::after {
		content: "";
		left: 0;
		position: absolute;
	}

	.menu-toggle__icon::before {
		top: -0.42rem;
	}

	.menu-toggle__icon::after {
		top: 0.42rem;
	}

	.site-header__navigation {
		background: var(--wp--preset--color--surface);
		border: 1px solid var(--wp--preset--color--border-soft);
		border-radius: 14px;
		box-shadow: 0 10px 30px rgba(27, 70, 135, 0.10);
		display: none;
		flex-basis: 100%;
		flex-direction: column;
		gap: 1rem;
		margin-top: 0.25rem;
		padding: 1rem;
	}

	.site-header.is-navigation-open .site-header__navigation,
	.no-js .site-header__navigation {
		display: flex;
	}

	.primary-navigation,
	.primary-navigation ul,
	.header-phone {
		width: 100%;
	}

	.primary-navigation ul {
		flex-direction: column;
		gap: 0.25rem;
	}

	.primary-navigation a {
		font-size: 1.05rem;
		padding: 0.8rem 0.9rem;
	}

	.header-phone {
		min-height: 3.25rem;
	}
}

.site-footer {
	background: var(--wp--preset--color--surface-soft);
	border-top: 1px solid var(--wp--preset--color--border-soft);
	margin-top: clamp(2.5rem, 6vw, 4rem);
	padding: clamp(2rem, 4vw, 3rem) 0;
}

.site-footer__inner {
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(10rem, 0.75fr);
	margin: 0 auto;
	max-width: var(--wp--style--global--wide-size, 60rem);
	padding-left: clamp(1rem, 3.5vw, 2.25rem);
	padding-right: clamp(1rem, 3.5vw, 2.25rem);
}

.site-footer__identity,
.site-footer__contacts,
.site-footer__brand {
	color: var(--wp--preset--color--text-primary);
}

.site-footer__name {
	color: var(--wp--preset--color--brand-navy);
	font-size: 1.15rem;
	font-weight: 800;
	margin: 0 0 0.65rem;
}

.site-footer__address,
.site-footer__contacts p {
	font-size: var(--wp--preset--font-size--small);
	font-style: normal;
	line-height: 1.6;
	margin: 0;
}

.site-footer__contacts p + p {
	margin-top: 0.5rem;
}

.site-footer__contacts span {
	color: var(--wp--preset--color--text-muted);
	font-weight: 700;
}

.site-footer__contacts a,
.footer-legal-menu a {
	color: var(--wp--preset--color--brand-blue);
	font-weight: 700;
}

.site-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-self: end;
}

.site-footer__logo .custom-logo-link {
	display: inline-block;
}

.site-footer__logo .custom-logo {
	display: block;
	height: auto;
	max-height: 4.5rem;
	max-width: min(100%, 14rem);
}

.footer-legal-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-legal-menu li {
	margin: 0;
}

.footer-legal-menu a {
	color: var(--wp--preset--color--brand-navy);
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.2rem 0;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.18em;
}

.footer-legal-menu a:hover {
	color: var(--wp--preset--color--brand-blue);
	text-decoration-color: currentColor;
}

.footer-legal-menu a:focus-visible {
	outline: 3px solid var(--wp--preset--color--focus);
	outline-offset: 3px;
}

.site-footer__copyright {
	border-top: 1px solid var(--wp--preset--color--border-soft);
	color: var(--wp--preset--color--text-muted);
	font-size: var(--wp--preset--font-size--small);
	grid-column: 1 / -1;
	margin: 0;
	padding-top: 1.25rem;
}

.site-footer__company-details {
	color: var(--wp--preset--color--text-muted);
	font-size: var(--wp--preset--font-size--small);
	grid-column: 1 / -1;
	line-height: 1.6;
	margin: -1.15rem 0 0;
}

@media (max-width: 700px) {
	.homepage-hero {
		overflow: visible;
	}

	.homepage-hero > .homepage-hero__media {
		margin-left: calc(0px - clamp(1rem, 3.5vw, 2.25rem)) !important;
		margin-right: calc(0px - clamp(1rem, 3.5vw, 2.25rem)) !important;
		max-width: none;
		width: calc(100% + clamp(1rem, 3.5vw, 2.25rem) + clamp(1rem, 3.5vw, 2.25rem));
	}

	.homepage-hero__media img {
		max-width: 100%;
		width: 100%;
	}

	.homepage-services {
		margin-top: -5.5rem !important;
	}

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

	.service-grid > .service-card {
		margin-top: 0 !important;
	}

	.service-card:last-child {
		grid-column: auto;
		max-width: none;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.site-footer__brand {
		justify-self: start;
	}

	.footer-legal-menu a {
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
	}

}

.screen-reader-text:focus {
	background: var(--wp--preset--color--surface);
	clip: auto !important;
	clip-path: none;
	color: var(--wp--preset--color--brand-navy);
	display: block;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	height: auto;
	left: 1rem;
	line-height: 1.4;
	padding: 0.75rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

.back-to-top {
	--back-to-top-bottom-offset: 1.5rem;
	align-items: center;
	appearance: none;
	background: linear-gradient(145deg, var(--wp--preset--color--brand-bright) 0%, var(--wp--preset--color--brand-blue) 42%, var(--wp--preset--color--brand-deep) 100%);
	border: 0;
	border-radius: 14px;
	bottom: calc(var(--back-to-top-bottom-offset) + env(safe-area-inset-bottom, 0px));
	box-shadow: 0 8px 18px rgba(0, 76, 180, 0.25);
	color: var(--wp--preset--color--surface);
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: fixed;
	right: 1.5rem;
	transform: translateY(0.5rem);
	transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
	visibility: hidden;
	width: 48px;
	z-index: 5;
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	transition-delay: 0s;
	visibility: visible;
}

.back-to-top__icon {
	display: block;
	height: 1.25rem;
	width: 1.25rem;
}

.back-to-top:focus-visible {
	outline: 3px solid var(--wp--preset--color--brand-navy);
	outline-offset: 3px;
}

@media (max-width: 700px) {
	.back-to-top {
		--back-to-top-bottom-offset: 1rem;
		border-radius: 12px;
		height: 44px;
		right: 1rem;
		width: 44px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.back-to-top.is-visible:hover {
		transform: translateY(-2px);
	}
}

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

	.back-to-top {
		transition: none;
	}
}
