:root {
	--brand-teal: #007f80;
	--brand-teal-dark: #005e62;
	--brand-teal-soft: #4aa9aa;
	--brand-orange: #f06b32;
	--ink: #263a45;
	--muted: #60727b;
	--paper: rgba(255, 255, 255, 0.93);
	--line: #c7d4d7;
	--focus: #f06b32;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #d9d1c2 url('../images/page.jpeg') center top / cover fixed no-repeat;
	color: var(--ink);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 17px;
	line-height: 1.65;
	letter-spacing: 0;
}

a {
	color: #006f72;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

a:hover,
a:focus-visible {
	color: #a43f18;
}

img,
iframe,
video {
	max-width: 100%;
}

img {
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
input[type='submit'],
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border: 1px solid var(--brand-teal-dark);
	border-radius: 4px;
	background: var(--brand-teal);
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 0.65rem 1rem;
	text-decoration: none;
}

button:hover,
input[type='submit']:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--brand-teal-dark);
	color: #fff;
}

:focus-visible {
	outline: 3px solid var(--focus);
	outline-offset: 3px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.screen-reader-text:focus {
	clip: auto;
	clip-path: none;
	height: auto;
	left: 1rem;
	top: 1rem;
	width: auto;
	z-index: 1000;
}

.site-frame {
	width: min(1120px, 100%);
	margin: 0 auto;
	background: var(--paper);
	box-shadow: 0 0 32px rgba(34, 35, 28, 0.34);
}

.site-header {
	position: relative;
	min-height: 220px;
	background: #008d8e url('../images/header.png') center / cover no-repeat;
	color: #fff;
	border-bottom: 4px solid rgba(0, 79, 83, 0.82);
}

.brand-lockup {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 184px;
	padding: 1.4rem 2rem;
	text-align: center;
}

.brand-link {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 2px 4px rgba(0, 50, 52, 0.55);
}

.brand-link:hover,
.brand-link:focus-visible {
	color: #fff;
}

.brand-name {
	display: block;
	font-family: 'Brush Script MT', 'Segoe Script', cursive;
	font-size: 58px;
	font-weight: 400;
	line-height: 1.08;
}

.brand-tagline {
	display: block;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0.25rem;
}

.header-rail {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 36px;
	padding: 0 1.6rem;
	background: rgba(0, 83, 87, 0.56);
}

.language-switcher {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.language-switcher li {
	display: inline-flex;
}

.language-switcher a,
.language-switcher img {
	display: block;
}

.language-switcher img {
	width: 26px;
	height: 18px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.menu-toggle {
	display: none;
	width: 42px;
	height: 34px;
	padding: 0;
	font-size: 23px;
	line-height: 1;
}

.site-layout {
	display: grid;
	grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
	min-height: 640px;
}

.site-sidebar {
	padding: 0.4rem;
	background: rgba(19, 146, 148, 0.72);
	border-right: 1px solid rgba(0, 89, 92, 0.45);
}

.primary-menu,
.primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu > li {
	margin-bottom: 3px;
}

.primary-menu a {
	display: block;
	min-height: 43px;
	padding: 0.55rem 0.8rem;
	border: 1px solid #7ca6a3;
	border-radius: 4px;
	background: linear-gradient(#049a9a, #006c70);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.28), 0 1px 2px rgba(0, 55, 57, 0.28);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 38, 40, 0.75);
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
	background: var(--brand-orange);
	border-color: #c9582c;
	color: #fff;
}

.primary-menu .sub-menu {
	margin: 3px 0 6px 0.75rem;
}

.primary-menu .sub-menu a {
	min-height: 36px;
	background: rgba(0, 87, 90, 0.88);
	font-size: 15px;
	font-weight: 600;
}

.site-main {
	min-width: 0;
	padding: 1.5rem 1.8rem 3rem;
	background: rgba(255, 255, 255, 0.77);
}

.page-header,
.home-band > h1,
.home-band > h2,
.woocommerce-products-header {
	margin: 0 0 1.2rem;
	padding: 0.35rem 0.65rem;
	background: rgba(213, 222, 225, 0.75);
	border-left: 4px solid var(--brand-teal);
}

.page-header h1,
.home-band > h1,
.home-band > h2,
.woocommerce-products-header__title {
	margin: 0;
	font-size: 30px;
	line-height: 1.25;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
	color: #334955;
	font-weight: 700;
	letter-spacing: 0;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 22px;
}

.entry-content {
	overflow-wrap: anywhere;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.entry-content td,
.entry-content th {
	padding: 0.45rem;
	border: 1px solid var(--line);
}

.entry-content iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.entry-meta {
	color: var(--muted);
	font-size: 14px;
}

.entry-featured-image {
	margin: 0 0 1.5rem;
}

.entry-list {
	display: grid;
	gap: 1.5rem;
}

.entry-summary {
	display: grid;
	grid-template-columns: minmax(130px, 220px) minmax(0, 1fr);
	gap: 1.2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--line);
}

.entry-summary h2 {
	margin: 0;
	font-size: 25px;
}

.entry-summary-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.home-band {
	margin-bottom: 2.4rem;
}

.home-effects ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.25rem 2rem;
	margin: 0;
	padding-left: 1.4rem;
	color: #08787a;
}

.home-update {
	padding: 0.5rem 0 1.4rem;
	text-align: center;
}

.home-update h3 {
	font-size: 21px;
}

.event-list {
	display: grid;
	gap: 1rem;
}

.event-row {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--line);
}

.event-row time {
	display: block;
	padding: 0.4rem 0.25rem;
	background: var(--brand-teal);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.event-row time span {
	display: block;
	font-size: 28px;
	line-height: 1;
}

.event-row h3,
.event-row p {
	margin-top: 0;
}

.site-footer {
	padding: 2rem;
	background: rgba(0, 78, 81, 0.94);
	color: #fff;
}

.site-footer a,
.site-footer h2 {
	color: #fff;
}

.site-footer h2 {
	font-size: 18px;
	margin-top: 0;
}

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

.footer-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1.2rem;
	margin-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 14px;
}

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

.patricie-map {
	margin: 1.5rem 0;
}

.patricie-map iframe {
	display: block;
	width: 100%;
	min-height: 360px;
	border: 1px solid var(--line);
	aspect-ratio: 16 / 9;
}

.patricie-map p {
	margin: 0.45rem 0 0;
	font-size: 14px;
}

.patricie-download a {
	display: inline-block;
	padding: 0.65rem 0.9rem;
	border: 1px solid #006c70;
	border-radius: 4px;
	background: #007f82;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.patricie-pricing {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 1.25rem 0;
}

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

.patricie-pricing article {
	padding: 1.1rem;
	border: 1px solid #9cb6b4;
	border-top: 6px solid var(--brand-orange);
	border-radius: 4px;
	background: #f7fbfa;
	text-align: center;
}

.patricie-pricing h3,
.patricie-pricing p {
	margin: 0 0 0.5rem;
}

.patricie-pricing strong {
	font-size: 22px;
	color: var(--brand-dark);
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 0.8rem;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 2rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.forminator-ui input,
.forminator-ui select,
.forminator-ui textarea {
	border: 1px solid #819397;
	border-radius: 3px;
	background: #fff;
	padding: 0.6rem;
}

@media (max-width: 900px) {
	.brand-name {
		font-size: 46px;
	}

	.brand-tagline {
		font-size: 18px;
	}

	.site-layout {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.site-main {
		padding-inline: 1.2rem;
	}

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

@media (max-width: 700px) {
	body {
		font-size: 16px;
		background-attachment: scroll;
	}

	.site-header {
		min-height: 180px;
	}

	.brand-lockup {
		min-height: 144px;
		padding: 1.2rem 1rem;
	}

	.brand-name {
		font-size: 38px;
	}

	.brand-tagline {
		font-size: 14px;
	}

	.header-rail {
		justify-content: space-between;
		padding: 0 0.8rem;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.site-layout {
		display: block;
	}

	.site-sidebar {
		display: none;
		border-right: 0;
		border-bottom: 1px solid var(--brand-teal-dark);
	}

	.site-sidebar.is-open {
		display: block;
	}

	.site-main {
		padding: 1.1rem 1rem 2.5rem;
	}

	.page-header h1,
	.home-band > h1,
	.home-band > h2,
	.woocommerce-products-header__title {
		font-size: 24px;
	}

	.home-effects ul,
	.entry-summary,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.entry-summary-image img {
		max-height: 260px;
	}

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

	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.patricie-pricing {
		grid-template-columns: 1fr;
	}

	.patricie-map iframe {
		min-height: 260px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
