#footer {
	background: #f3deb6;
	color: #151515;
}

#footer .footer-top-row {
	row-gap: 24px;
}

#footer .footer-kicker {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: rgba(21, 21, 21, 0.72);
}

#footer .footer-heading {
	margin: 0;
	max-width: 540px;
	font-size: clamp(22px, 2vw, 30px);
	line-height: 1.18;
	font-weight: 700;
	color: #151515;
}

#footer .footer-description {
	max-width: 540px;
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(21, 21, 21, 0.78);
}

#footer .footer-newsletter-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 520px;
}

#footer .footer-newsletter-input {
	flex: 1 1 220px;
	min-width: 0;
	min-height: 48px;
	padding: 0 16px;
	border: 1px solid rgba(21, 21, 21, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.44);
	color: #151515;
	outline: none;
}

#footer .footer-newsletter-input::placeholder {
	color: rgba(21, 21, 21, 0.48);
}

#footer .footer-newsletter-input:focus {
	border-color: rgba(21, 21, 21, 0.3);
	box-shadow: 0 0 0 3px rgba(21, 21, 21, 0.06);
}

#footer .footer-newsletter-button {
	min-height: 48px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: #151515;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
	transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

#footer .footer-newsletter-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.14);
}

#footer .footer-newsletter-consent {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 9px;
	flex: 1 0 100%;
	align-items: start;
	margin: 2px 0 0;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(21, 21, 21, 0.76);
	cursor: pointer;
}

#footer .footer-newsletter-consent input {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	accent-color: #151515;
}

#footer .footer-newsletter-consent a {
	color: #151515;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#footer .footer-social-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

#footer .footer-social-icons {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .footer-social-icons--wide {
	flex-wrap: wrap;
	justify-content: flex-start;
}

#footer .footer-social-icons li {
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	height: auto;
	box-shadow: none;
}

#footer .footer-social-icons li a {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	min-height: 38px;
	width: auto;
	height: auto;
	padding: 0 16px 0 8px;
	line-height: 1;
	border: 0;
	background: #0f477f !important;
	color: #ffffff !important;
	border-radius: 999px;
	box-shadow: none;
	text-decoration: none;
	white-space: nowrap;
}

#footer .footer-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(15, 71, 127, 0.16);
}

#footer .footer-social-icons li a i {
	color: #0f477f !important;
	font-size: 16px;
	line-height: 1;
}

#footer .footer-social-icons .social-icons-facebook .footer-social-icon i {
	color: #0f477f !important;
}

#footer .footer-social-icons .social-icons-instagram .footer-social-icon i {
	color: #ff4f9b !important;
}

#footer .footer-social-icons li a span {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

#footer .footer-social-icons .social-icons-facebook a:hover {
	background: #0d3d6e !important;
}

#footer .footer-social-icons .social-icons-instagram a:hover {
	background: #0d3d6e !important;
}

#footer .footer-social-icons li a:hover .footer-social-icon {
	background: #ffffff;
}

#footer .footer-social-icons li a:hover .social-icons-facebook .footer-social-icon i,
#footer .footer-social-icons li a:hover .social-icons-instagram .footer-social-icon i {
	color: inherit;
}

#footer .footer-divider {
	margin: 2rem 0;
	border-top: 1px solid rgba(21, 21, 21, 0.12);
	opacity: 1;
}

#footer .footer-divider--top {
	margin-top: 2.5rem;
	margin-bottom: 1.8rem;
}

#footer .footer-divider--bottom {
	margin-top: 2rem;
	margin-bottom: 1.2rem;
}

#footer .footer-copyright.footer-copyright-style-2 {
	background: transparent;
	border-top: 0;
}

#footer .footer-column-title {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #151515;
}

#footer .footer-link-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .footer-link-list a,
#footer .footer-link-list button {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: rgba(21, 21, 21, 0.84) !important;
}

#footer .footer-link-list a:hover,
#footer .footer-link-list button:hover {
	color: #151515 !important;
	text-decoration: underline;
}

#footer .footer-legal-links {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .footer-legal-links a {
	font-size: 13px;
	font-weight: 600;
	color: rgba(21, 21, 21, 0.82) !important;
	text-decoration: none;
}

#footer .footer-legal-links a:hover {
	color: #151515 !important;
	text-decoration: underline;
}

#footer .footer-copyright p,
#footer .footer-credit {
	color: rgba(21, 21, 21, 0.72);
}

#footer .footer-credit strong {
	color: #151515;
}

@media (max-width: 991px) {
	#footer .footer-social-wrap {
		align-items: flex-start;
	}

	#footer .footer-social-icons {
		justify-content: flex-start;
	}

	#footer .footer-legal-links {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	#footer .footer-newsletter-form {
		max-width: 100%;
	}

	#footer .footer-newsletter-input,
	#footer .footer-newsletter-button {
		width: 100%;
	}

	#footer .footer-social-icons {
		gap: 10px;
	}

	#footer .footer-social-icons li {
		width: auto;
	}

	#footer .footer-social-icons li a {
		width: auto;
		justify-content: flex-start;
	}

	#footer .footer-legal-links {
		flex-direction: column;
		gap: 8px;
	}

	#footer .footer-copyright {
		padding-top: 4px;
	}
}

.frontend-toast-wrap {
	position: fixed;
	top: 100px;
	right: 20px;
	z-index: 10000;
	display: grid;
	gap: 10px;
	width: min(520px, calc(100vw - 24px));
	pointer-events: none;
}

.frontend-toast {
	pointer-events: auto;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 15px 18px;
	border: 0;
	border-radius: 18px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	font-family: "Poppins", Arial, sans-serif;
	animation: alertIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.frontend-toast.success {
	background: linear-gradient(135deg, #1f7a3a, #2f9e52);
}

.frontend-toast.danger {
	background: linear-gradient(135deg, #8d2323, #c63f3f);
}

.frontend-toast__icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	font-size: 16px;
}

.frontend-toast__content {
	min-width: 0;
	display: grid;
	gap: 4px;
}

.frontend-toast__content strong {
	font-size: 14px;
	line-height: 1.2;
}

.frontend-toast__content span {
	font-size: 14px;
	line-height: 1.45;
}

.frontend-toast-close {
	margin-left: auto;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-size: 26px;
	line-height: 1;
	opacity: .9;
	padding: 0;
	box-shadow: none;
}

html,
body,
button,
input,
select,
textarea {
	font-family: "Poppins", Arial, sans-serif;
}

.frontend-submenu-toggle {
	display: none;
}

@media (max-width: 991px) {
	html.mobile-menu-opened,
	html.mobile-menu-opened body {
		overflow-x: hidden;
	}

	html.mobile-menu-opened #header {
		z-index: 100000;
	}

	#header .header-nav-main nav > ul > li.dropdown {
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown > .frontend-menu-parent-link {
		padding-right: 58px !important;
	}

	#header .frontend-submenu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3;
		display: flex;
		width: 52px;
		height: 44px;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 0;
		border-left: 1px solid rgba(0, 0, 0, .08);
		border-radius: 0;
		background: transparent;
		color: #6a5945;
		box-shadow: none;
	}

	#header .frontend-submenu-toggle:focus-visible {
		outline: 2px solid #b88e31;
		outline-offset: -3px;
	}

	#header .frontend-submenu-toggle i {
		transition: transform .2s ease;
	}

	#header li.dropdown.open > .frontend-submenu-toggle i {
		transform: rotate(180deg);
	}

	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu {
		display: block;
	}
}

@media (max-width: 360px) {
	#header .header-contact-row {
		display: none;
	}

	#header .header-logo img {
		width: 150px;
		height: auto;
	}

	#header .header-row,
	#header .header-column {
		min-width: 0;
	}
}

.body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#footer {
	margin-top: auto;
}

body[data-cookie-banner-visible="1"] {
	padding-bottom: 0;
}

.alert-exit {
	animation: alertOut 0.6s ease-in forwards !important;
}

@keyframes alertIn {
	0% {
		transform: translateX(120%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes alertOut {
	0% {
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		transform: translateX(120%);
		opacity: 0;
	}
}

.top-weather {
	color: #b88e31;
}

.section-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.section-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.link-plain {
	text-decoration: none;
}

.honeypot-field {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	width: 0;
	border: 0;
	pointer-events: none;
}

.is-hidden {
	display: none !important;
}

.media-cover {
	overflow: hidden;
}

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

.home-slide > img {
	width: 100%;
	height: 100%;
}

.events-gallery-main img,
.home-event-gallery-main img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.events-gallery-thumbs button,
.home-event-gallery-thumbs button {
	padding: 0;
	overflow: hidden;
}

.events-gallery-thumbs button img,
.home-event-gallery-thumbs button img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-weather-day.full-span {
	grid-column: 1 / -1;
}

.consent-embed-placeholder {
	display: grid;
	place-items: center;
	gap: 12px;
	min-height: 320px;
	padding: 28px;
	text-align: center;
	border-radius: 18px;
	background: linear-gradient(135deg, #f8f4ea, #efe6d0);
	border: 1px solid rgba(184, 142, 49, 0.22);
	color: #2f2a24;
}

.consent-embed-placeholder strong {
	font-size: 20px;
}

.consent-embed-placeholder p {
	margin: 0;
	max-width: 540px;
	line-height: 1.6;
}

.consent-embed-placeholder__button {
	border: 0;
	border-radius: 999px;
	padding: 12px 18px;
	background: #151515;
	color: #ffffff;
	font-weight: 700;
}

.cookie-consent-open {
	overflow: hidden;
}

/* Global heading cleanup: keep h3 aligned with h4, just slightly larger and airier. */
h2 {
	font-size: 1.9em;
	font-weight: 600;
	line-height: 1.3;
	margin: 0.2em 0 14px 0;
	letter-spacing: 0;
	text-transform: none;
}

h3 {
	font-size: 1.55em;
	font-weight: 600;
	line-height: 1.35;
	margin: 0.18em 0 14px 0;
	letter-spacing: 0;
	text-transform: none;
}

h4 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 14px 0;
	letter-spacing: 0;
	text-transform: none;
}

.cookie-consent-banner {
	position: fixed;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	z-index: 99998;
	width: min(1200px, calc(100% - 32px));
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.cookie-consent-banner__inner {
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px 28px;
	align-items: center;
	font-family: "Poppins", Arial, sans-serif;
	padding: 18px 22px;
	background: #ffffff;
	border-radius: 18px;
	border: 1px solid rgba(21, 21, 21, 0.08);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
}

.cookie-consent-banner__content {
	display: grid;
	gap: 10px;
}

.cookie-consent-banner__eyebrow {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #b88e31;
}

.cookie-consent-banner__content strong {
	font-size: 18px;
	line-height: 1.15;
	color: #151515;
}

.cookie-consent-banner__content p {
	margin: 0;
	max-width: 720px;
	line-height: 1.6;
	font-size: 13px;
	color: #4b4740;
}

.cookie-consent-banner__more {
	justify-self: start;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #0b74c7;
}

.cookie-consent-banner__actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
	justify-content: flex-end;
}

.cookie-consent-banner__actions form {
	margin: 0;
}

.cookie-consent-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border-radius: 12px;
	border: 1px solid transparent;
	font-size: 13px;
	font-weight: 700;
	touch-action: manipulation;
	transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.cookie-consent-btn--primary {
	background: #0a87d2;
	color: #ffffff;
	box-shadow: 0 10px 18px rgba(10, 135, 210, 0.2);
}

.cookie-consent-btn--secondary {
	background: #0b74c7;
	color: #ffffff;
}

.cookie-consent-btn--settings {
	background: #e55d52;
	color: #ffffff;
}

.cookie-consent-btn--save {
	background: #2fa54b;
	color: #ffffff;
}

.cookie-consent-btn:hover {
	transform: translateY(-1px);
}

.cookie-consent-form {
	margin: 0;
}

.cookie-consent-fab {
	position: fixed;
	left: 30px;
	bottom: 18px;
	z-index: 99997;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	padding: 0;
	border: 0;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
	color: #151515;
}

.cookie-consent-fab__icon {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	overflow: hidden;
}

.cookie-consent-fab__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cookie-consent-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
}

.cookie-consent-modal.is-visible {
	display: block;
}

.cookie-consent-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 15, 15, 0.54);
}

.cookie-consent-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(960px, calc(100% - 40px));
	max-height: calc(100vh - 56px);
	margin: 28px auto;
	border-radius: 18px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
	font-family: "Poppins", Arial, sans-serif;
}

.cookie-consent-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 22px 16px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.08);
	background: #ffffff;
}

.cookie-consent-modal__heading span {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #b88e31;
}

.cookie-consent-modal__heading h2 {
	margin: 0;
	font-size: 26px;
	line-height: 1.15;
	color: #151515;
}

.cookie-consent-modal__heading p {
	margin: 14px 0 0;
	max-width: 720px;
	font-size: 13px;
	line-height: 1.6;
	color: #5a554e;
}

.cookie-consent-close {
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #f4efe3;
	font-size: 26px;
	line-height: 1;
	color: #151515;
}

.cookie-consent-modal__body {
	max-height: calc(100vh - 250px);
	overflow: auto;
	padding: 16px 22px 12px;
	background: #ffffff;
}

.cookie-consent-item {
	margin: 0 0 10px;
	border: 1px solid #ece7df;
	border-radius: 14px;
	background: #f7f7f7;
	overflow: hidden;
}

.cookie-consent-item[open] {
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.cookie-consent-item:not([open]) > .cookie-consent-item__body {
	display: none;
}

.cookie-consent-item__summary {
	display: grid;
	grid-template-columns: 14px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	list-style: none;
	padding: 14px 18px;
	cursor: pointer;
}

.cookie-consent-item__summary::-webkit-details-marker {
	display: none;
}

.cookie-consent-item__chevron {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #151515;
	transform: translateY(1px);
	transition: transform .18s ease;
}

.cookie-consent-item[open] .cookie-consent-item__chevron {
	transform: rotate(180deg) translateY(-1px);
}

.cookie-consent-item__title {
	display: grid;
	gap: 6px;
}

.cookie-consent-item__title strong {
	font-size: 15px;
	line-height: 1.2;
	color: #151515;
}

.cookie-consent-item__title small {
	font-size: 12px;
	font-weight: 700;
	color: #b88e31;
}

.cookie-consent-item__body {
	padding: 2px 18px 14px 38px;
	color: #5a554e;
}

.cookie-consent-item__body p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.cookie-consent-services {
	margin: 10px 0 0;
	padding-left: 18px;
	line-height: 1.7;
}

.cookie-consent-switch {
	flex: 0 0 auto;
}

.cookie-consent-switch input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cookie-consent-switch span {
	display: inline-block;
	position: relative;
	width: 56px;
	height: 30px;
	border-radius: 999px;
	background: #d6d0c7;
	transition: background .2s ease;
}

.cookie-consent-switch span::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: transform .2s ease;
}

.cookie-consent-switch input:checked + span {
	background: #0a87d2;
}

.cookie-consent-switch input:checked + span::after {
	transform: translateX(26px);
}

.cookie-consent-note {
	margin: 14px 0 6px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #fbfbfb;
	color: #4b4740;
	line-height: 1.6;
	font-size: 13px;
}

.cookie-consent-modal__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	padding: 0 22px 22px;
	background: #ffffff;
}

.cookie-consent-modal__footer .cookie-consent-btn--accept-all {
	flex: 1 1 280px;
	min-height: 48px;
	font-size: 14px;
	box-shadow: 0 12px 22px rgba(10, 135, 210, 0.18);
}

.cookie-consent-modal__footer .cookie-consent-btn--necessary {
	flex: 0 1 auto;
	min-width: 240px;
	min-height: 48px;
	font-size: 13px;
	background: #0b74c7;
}

@media (max-width: 900px) {
	.cookie-consent-banner__inner {
		grid-template-columns: 1fr;
	}

	.cookie-consent-banner__actions {
		justify-content: flex-start;
	}

	.cookie-consent-banner__actions form,
	.cookie-consent-banner__actions .cookie-consent-btn {
		flex: 1 1 180px;
	}
}

@media (max-width: 767px) {
	body[data-cookie-banner-visible="1"] {
		padding-bottom: 300px;
	}

	.cookie-consent-banner {
		left: 50%;
		bottom: calc(12px + env(safe-area-inset-bottom, 0px));
		width: calc(100% - 16px);
	}

	.cookie-consent-banner__inner {
		padding: 16px 14px;
		gap: 16px;
	}

	.cookie-consent-banner__content strong {
		font-size: 17px;
	}

	.cookie-consent-banner__content p {
		font-size: 14px;
	}

	.cookie-consent-banner__more {
		font-size: 13px;
	}

	.cookie-consent-banner__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.cookie-consent-banner__actions form,
	.cookie-consent-banner__actions .cookie-consent-btn {
		width: 100%;
	}

	.cookie-consent-btn {
		min-height: 44px;
		width: 100%;
	}

	.cookie-consent-fab {
		left: calc(12px + env(safe-area-inset-left, 0px));
		bottom: calc(12px + env(safe-area-inset-bottom, 0px));
	}

	.cookie-consent-modal__dialog {
		width: calc(100% - 12px);
		margin: 6px;
		max-height: calc(100vh - 12px);
		border-radius: 16px;
	}

	.cookie-consent-modal__header {
		padding: 16px 16px 12px;
		gap: 14px;
	}

	.cookie-consent-modal__heading h2 {
		font-size: 22px;
	}

	.cookie-consent-modal__body {
		max-height: calc(100vh - 218px);
		padding: 12px 16px 10px;
	}

	.cookie-consent-item__summary {
		grid-template-columns: 12px minmax(0, 1fr) auto;
		padding: 14px 12px;
		gap: 10px;
	}

	.cookie-consent-item__body {
		padding: 0 12px 14px 34px;
	}

	.cookie-consent-modal__footer {
		flex-direction: column;
		padding: 0 16px 16px;
	}

	.cookie-consent-modal__footer .cookie-consent-btn {
		flex: 0 0 auto;
		width: 100%;
	}

	.cookie-consent-modal__footer .cookie-consent-btn--necessary {
		min-width: 100%;
	}

	.cookie-consent-close {
		flex: 0 0 auto;
		width: 38px;
		height: 38px;
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	body[data-cookie-banner-visible="1"] {
		padding-bottom: 340px;
	}

	.cookie-consent-banner {
		width: calc(100% - 12px);
		bottom: calc(8px + env(safe-area-inset-bottom, 0px));
	}

	.cookie-consent-banner__inner {
		padding: 14px 12px;
	}

	.cookie-consent-banner__content strong {
		font-size: 16px;
	}

	.cookie-consent-modal__dialog {
		width: calc(100% - 8px);
		margin: 4px;
		border-radius: 14px;
	}

	.cookie-consent-modal__header {
		padding: 14px 14px 10px;
	}

	.cookie-consent-modal__body {
		padding: 10px 14px 8px;
	}

	.cookie-consent-item__title strong {
		font-size: 14px;
	}

	.cookie-consent-item__title small,
	.cookie-consent-item__body p,
	.cookie-consent-note {
		font-size: 12px;
	}

	.cookie-consent-item__body {
		padding-left: 12px;
	}

	.cookie-consent-switch span {
		width: 50px;
		height: 28px;
	}

	.cookie-consent-switch span::after {
		width: 20px;
		height: 20px;
	}

	.cookie-consent-switch input:checked + span::after {
		transform: translateX(22px);
	}
}

/* Cookie consent: compact base card and expanded side-panel layout. */
.cookie-consent-banner {
	bottom: 24px;
	width: min(860px, calc(100% - 32px));
}

.cookie-consent-banner__inner {
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 28px;
	padding: 24px 28px;
	border: 1px solid rgba(36, 76, 60, .14);
	border-radius: 10px;
	box-shadow: 0 20px 55px rgba(9, 24, 18, .22);
}

.cookie-consent-banner__content {
	gap: 7px;
}

.cookie-consent-banner__eyebrow {
	color: #8c6a2b;
	line-height: 1.4;
}

.cookie-consent-banner__content strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	color: #20342c;
}

.cookie-consent-banner__content p {
	max-width: 570px;
	font-size: 13px;
	line-height: 1.55;
	color: #526159;
}

.cookie-consent-banner__more {
	width: fit-content;
	margin-top: 1px;
	font-size: 13px;
	color: #244c3c;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cookie-consent-banner__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	width: 220px;
	justify-content: stretch;
}

.cookie-consent-banner__actions form,
.cookie-consent-banner__actions .cookie-consent-btn {
	width: 100%;
}

.cookie-consent-btn {
	min-height: 42px;
	border-radius: 5px;
	font-size: 13px;
	box-shadow: none;
}

.cookie-consent-btn--primary,
.cookie-consent-btn--secondary {
	background: #244c3c;
	color: #ffffff;
	box-shadow: none;
}

.cookie-consent-btn--settings {
	border-color: #e1e7e3;
	background: #edf1ef;
	color: #294338;
}

.cookie-consent-btn--primary:hover,
.cookie-consent-btn--secondary:hover {
	background: #18372b;
	color: #ffffff;
}

.cookie-consent-btn--settings:hover {
	background: #e2e9e5;
	color: #18372b;
}

.cookie-consent-btn:focus-visible,
.cookie-consent-close:focus-visible,
.cookie-consent-switch input:focus-visible + span {
	outline: 3px solid rgba(199, 155, 82, .48);
	outline-offset: 3px;
}

.cookie-consent-modal {
	display: block;
	visibility: hidden;
	pointer-events: none;
}

.cookie-consent-modal.is-visible {
	display: block;
	visibility: visible;
	pointer-events: auto;
}

.cookie-consent-modal__backdrop {
	background: rgba(4, 10, 8, .88);
	opacity: 0;
	transition: opacity .25s ease;
}

.cookie-consent-modal.is-visible .cookie-consent-modal__backdrop {
	opacity: 1;
}

.cookie-consent-modal__dialog {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: min(680px, 100%);
	height: 100%;
	max-height: none;
	margin: 0;
	border-right: 1px solid #dfe5e1;
	border-radius: 0;
	box-shadow: 24px 0 70px rgba(0, 0, 0, .3);
	transform: translateX(-100%);
	transition: transform .28s ease;
}

.cookie-consent-modal.is-visible .cookie-consent-modal__dialog {
	transform: translateX(0);
}

.cookie-consent-modal__header {
	flex: 0 0 auto;
	align-items: flex-start;
	padding: 22px 26px 18px;
	border-bottom-color: #e5e9e6;
}

.cookie-consent-modal__heading span {
	margin-bottom: 9px;
	font-size: 10px;
	line-height: 1.4;
	color: #8c6a2b;
}

.cookie-consent-modal__heading h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	color: #20342c;
}

.cookie-consent-modal__heading p {
	margin-top: 9px;
	font-size: 12px;
	line-height: 1.55;
	color: #5a6961;
}

.cookie-consent-close {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #e9efec;
	color: #294338;
	transition: background-color .15s ease, color .15s ease;
}

.cookie-consent-close:hover {
	background: #244c3c;
	color: #ffffff;
}

.cookie-consent-modal__dialog > .cookie-consent-form {
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
	flex-direction: column;
}

.cookie-consent-modal__body {
	flex: 1 1 auto;
	max-height: none;
	padding: 24px 26px 18px;
	background: #ffffff;
}

.cookie-consent-item {
	margin-bottom: 8px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: #edf1ef;
}

.cookie-consent-item[open] {
	border-color: #dfe6e2;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(24, 55, 43, .06);
}

.cookie-consent-item__summary {
	grid-template-columns: 12px minmax(0, 1fr) auto;
	gap: 12px;
	min-height: 58px;
	padding: 12px 16px;
}

.cookie-consent-item__chevron {
	border-top-color: #244c3c;
}

.cookie-consent-item__title {
	gap: 3px;
}

.cookie-consent-item__title strong {
	font-size: 14px;
	line-height: 1.3;
	color: #294338;
}

.cookie-consent-item__title small {
	font-size: 10px;
	line-height: 1.4;
	color: #7d6b48;
}

.cookie-consent-item__body {
	padding: 0 16px 15px 40px;
	color: #5a6961;
}

.cookie-consent-item__body p,
.cookie-consent-services {
	font-size: 12px;
}

.cookie-consent-switch span {
	width: 52px;
	height: 28px;
	background: #9caaa3;
}

.cookie-consent-switch span::after {
	top: 4px;
	left: 4px;
	width: 20px;
	height: 20px;
}

.cookie-consent-switch input:checked + span {
	background: #244c3c;
}

.cookie-consent-switch input:checked + span::after {
	transform: translateX(24px);
}

.cookie-consent-switch input:disabled + span {
	opacity: .62;
}

.cookie-consent-note {
	margin: 16px 0 0;
	padding: 14px 16px;
	border: 1px solid #e6eae8;
	border-radius: 6px;
	background: #ffffff;
	color: #526159;
	font-size: 12px;
}

.cookie-consent-note a {
	color: #244c3c;
	font-weight: 700;
	text-decoration: underline;
}

.cookie-consent-modal__footer {
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	justify-content: stretch;
	padding: 16px 26px calc(16px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid #e5e9e6;
}

.cookie-consent-modal__footer .cookie-consent-btn--accept-all,
.cookie-consent-modal__footer .cookie-consent-btn--necessary,
.cookie-consent-modal__footer .cookie-consent-btn--save-selection {
	flex: none;
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 9px 12px;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	white-space: normal;
}

.cookie-consent-modal__footer .cookie-consent-btn--necessary {
	border-color: #e1e7e3;
	background: #edf1ef;
	color: #294338;
}

.cookie-consent-modal__footer .cookie-consent-btn--save-selection {
	border-color: #9b7438;
	background: #a77d3d;
	color: #ffffff;
}

.cookie-consent-modal__footer .cookie-consent-btn--save-selection:hover {
	background: #89632d;
	color: #ffffff;
}

@media (max-width: 900px) {
	.cookie-consent-banner__inner {
		grid-template-columns: minmax(0, 1fr) 200px;
	}

	.cookie-consent-banner__actions {
		width: 200px;
		justify-content: stretch;
	}
}

@media (max-width: 767px) {
	body[data-cookie-banner-visible="1"] {
		padding-bottom: 0;
	}

	.cookie-consent-banner {
		bottom: calc(10px + env(safe-area-inset-bottom, 0px));
		width: calc(100% - 20px);
	}

	.cookie-consent-banner__inner {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 20px;
	}

	.cookie-consent-banner__actions {
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.cookie-consent-banner__actions form,
	.cookie-consent-banner__actions .cookie-consent-btn {
		width: 100%;
	}

	.cookie-consent-modal__dialog {
		width: min(600px, 100%);
		height: 100%;
		max-height: none;
		margin: 0;
		border-radius: 0;
	}

	.cookie-consent-modal__header {
		padding: 18px 18px 14px;
	}

	.cookie-consent-modal__body {
		max-height: none;
		padding: 18px 18px 14px;
	}

	.cookie-consent-modal__footer {
		flex-direction: initial;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 14px 18px calc(14px + env(safe-area-inset-bottom, 0px));
	}

	.cookie-consent-modal__footer .cookie-consent-btn,
	.cookie-consent-modal__footer .cookie-consent-btn--necessary {
		width: 100%;
		min-width: 0;
	}

	.cookie-consent-modal__footer .cookie-consent-btn--save-selection {
		grid-column: 1 / -1;
	}
}

@media (max-width: 480px) {
	body[data-cookie-banner-visible="1"] {
		padding-bottom: 0;
	}

	.cookie-consent-banner {
		width: calc(100% - 14px);
	}

	.cookie-consent-banner__inner {
		padding: 17px 15px;
	}

	.cookie-consent-banner__content strong {
		font-size: 18px;
	}

	.cookie-consent-banner__content p {
		font-size: 12px;
	}

	.cookie-consent-banner__actions {
		grid-template-columns: 1fr;
	}

	.cookie-consent-modal__dialog {
		width: 100%;
		margin: 0;
		border-radius: 0;
	}

	.cookie-consent-modal__heading h2 {
		font-size: 21px;
	}

	.cookie-consent-modal__heading p {
		display: none;
	}

	.cookie-consent-modal__body {
		padding: 14px 12px 10px;
	}

	.cookie-consent-item__body {
		padding: 0 12px 13px 34px;
	}

	.cookie-consent-modal__footer {
		grid-template-columns: 1fr;
		padding: 12px;
	}

	.cookie-consent-modal__footer .cookie-consent-btn--necessary {
		grid-column: 1;
		grid-row: auto;
	}

	.cookie-consent-modal__footer .cookie-consent-btn--save-selection {
		grid-column: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cookie-consent-modal__backdrop,
	.cookie-consent-modal__dialog {
		transition: none;
	}
}
/* Secure reservation access */
.reservation-access-page{background:#f4f1eb;min-height:70vh}.reservation-access-hero{padding:70px 0;background:radial-gradient(circle at 10% 15%,rgba(185,151,91,.18),transparent 30%),linear-gradient(135deg,#151b24 0,#273342 52%,#e8e1d6 52%,#f4f1eb 100%)}.reservation-access-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,500px);gap:70px;align-items:center}.reservation-access-copy{color:#fff}.reservation-access-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#d7bb87;font-size:12px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}.reservation-access-copy h1{color:#fff;font-family:Georgia,serif;font-size:52px;line-height:1.06;margin:16px 0}.reservation-access-copy>p{max-width:600px;color:#d8dee7;font-size:18px;line-height:1.7}.reservation-access-copy ul{list-style:none;padding:0;margin:28px 0 0}.reservation-access-copy li{display:flex;gap:10px;align-items:center;margin:11px 0;color:#f3f4f6}.reservation-access-copy li i{color:#d7bb87}.reservation-access-card{background:#fff;border:1px solid #ded7cc;border-radius:18px;padding:34px;box-shadow:0 20px 60px rgba(15,23,42,.16)}.reservation-access-card-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#ede4d4;color:#8b6a36;font-size:21px;margin-bottom:18px}.reservation-access-card h1,.reservation-access-card h2{font-family:Georgia,serif;color:#1d2835;margin:0 0 10px}.reservation-access-card h2{font-size:27px}.reservation-access-card>p{color:#68717e;line-height:1.65}.reservation-access-card label{display:block;color:#303845;font-size:13px;font-weight:700;margin:17px 0 7px}.reservation-access-input{display:flex;align-items:center;border:1px solid #d8d6d1;border-radius:9px;background:#fff;transition:.2s}.reservation-access-input:focus-within{border-color:#9c7a43;box-shadow:0 0 0 3px rgba(156,122,67,.13)}.reservation-access-input i{color:#9c7a43;width:45px;text-align:center}.reservation-access-input input{border:0!important;box-shadow:none!important;width:100%;padding:13px 13px 13px 0;outline:0;background:transparent}.reservation-access-card button{border:0;width:100%;margin-top:22px;padding:14px 18px;border-radius:9px;background:#9c7a43;color:#fff;font-weight:700;transition:.2s}.reservation-access-card button:hover{background:#7e6032;transform:translateY(-1px)}.reservation-access-card button i{margin-right:7px}.reservation-access-privacy,.reservation-access-info{display:flex;gap:10px;align-items:flex-start;margin-top:18px;padding:12px 14px;border-radius:8px;background:#f6f4ef;color:#6c655b;font-size:12px;line-height:1.5}.reservation-access-privacy i,.reservation-access-info i{color:#477568;margin-top:2px}.reservation-access-compact{min-height:70vh;background:radial-gradient(circle at top,#354354,#171c24);display:flex;align-items:center}.reservation-access-code-card{max-width:540px;margin:auto;text-align:center}.reservation-access-code-card .reservation-access-card-icon{margin:0 auto 18px}.reservation-access-code-card form{text-align:left}.reservation-access-code{display:block;width:100%;border:1px solid #d8d6d1;border-radius:9px;padding:14px;text-align:center;font-size:28px;font-weight:700;letter-spacing:10px;color:#1d2835}.reservation-access-divider{display:flex;align-items:center;gap:12px;color:#8a8176;font-size:12px;margin:24px 0 0}.reservation-access-divider:before,.reservation-access-divider:after{content:"";height:1px;background:#e3ddd4;flex:1}.reservation-access-back{display:inline-block;margin-top:22px;color:#72592f}.reservation-access-back i{margin-right:5px}
.reservation-portal-page{background:#f4f1eb;min-height:75vh}.reservation-portal-hero{background:linear-gradient(135deg,#171c24,#2b3848);padding:42px 0 70px;color:#fff}.reservation-portal-hero .container{display:flex;justify-content:space-between;align-items:center;gap:20px}.reservation-portal-hero h1{color:#fff;font-family:Georgia,serif;margin:10px 0 2px;font-size:40px}.reservation-portal-hero p{color:#d7bb87;margin:0;font-weight:700;letter-spacing:1px}.reservation-portal-hero a{color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:8px;padding:10px 15px;text-decoration:none}.reservation-portal-content{margin-top:-38px;padding-bottom:55px}.reservation-portal-status{background:#fff;border-radius:15px;padding:22px 25px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 35px rgba(20,26,34,.1);border-left:5px solid #477568}.reservation-portal-status span,.reservation-portal-card-head span,.reservation-portal-facts span{display:block;color:#82786b;font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:700}.reservation-portal-status strong{display:block;color:#26313e;font-size:22px;margin:3px 0}.reservation-portal-status small{color:#477568}.reservation-portal-status-icon{font-size:36px;color:#477568}.reservation-portal-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 24px}.reservation-portal-facts>div{background:#fff;border:1px solid #e2ddd5;border-radius:12px;padding:18px;position:relative}.reservation-portal-facts>div>i{position:absolute;right:15px;top:15px;color:#b9975b;font-size:18px}.reservation-portal-facts strong{display:block;color:#26313e;font-size:17px;margin:7px 0 2px}.reservation-portal-facts small{color:#78716a}.reservation-portal-card{background:#fff;border:1px solid #e2ddd5;border-radius:14px;padding:24px;margin-bottom:24px;box-shadow:0 5px 18px rgba(30,28,24,.04)}.reservation-portal-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:19px}.reservation-portal-card-head h2{font-family:Georgia,serif;color:#26313e;font-size:24px;margin:4px 0 0}.reservation-portal-card-head>i{font-size:23px;color:#b9975b}.reservation-portal-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:130px 130px;gap:7px;border-radius:11px;overflow:hidden}.reservation-portal-gallery a{display:block;overflow:hidden;background:#ddd}.reservation-portal-gallery a.is-main{grid-row:1/3}.reservation-portal-gallery img{width:100%;height:100%;object-fit:cover;transition:.3s}.reservation-portal-gallery a:hover img{transform:scale(1.04)}.reservation-portal-description{color:#625d56;line-height:1.7;margin:20px 0}.reservation-portal-amenities{display:flex;flex-wrap:wrap;gap:8px}.reservation-portal-amenities span{background:#f4f1eb;border-radius:20px;padding:7px 11px;color:#514b44;font-size:12px}.reservation-portal-amenities i{color:#477568;margin-right:6px}.reservation-portal-guests>div{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #eeeae4}.reservation-portal-guests>div:last-child{border:0}.reservation-portal-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#ede4d4;color:#795e34;font-weight:800}.reservation-portal-guests strong,.reservation-portal-guests small{display:block}.reservation-portal-guests small,.reservation-portal-services small{color:#81796f}.reservation-portal-services>div{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #eeeae4}.reservation-portal-services>div:last-child{border:0}.reservation-portal-services strong,.reservation-portal-services small{display:block}.reservation-portal-help{background:#26313e;color:#fff;border-radius:14px;padding:25px;text-align:center}.reservation-portal-help>i{font-size:28px;color:#d7bb87}.reservation-portal-help h3{color:#fff;font-family:Georgia,serif;margin:12px 0 6px}.reservation-portal-help p{color:#d8dee7}.reservation-portal-help a{color:#d7bb87;font-weight:700}.reservation-portal-security{text-align:center;color:#716a61;font-size:12px;padding-top:8px}.reservation-portal-security i{color:#477568;margin-right:6px}
@media(max-width:991px){.reservation-access-hero{background:linear-gradient(160deg,#171c24 0,#2c3948 45%,#f4f1eb 45%)}.reservation-access-grid{grid-template-columns:1fr;gap:45px}.reservation-access-copy h1{font-size:42px}.reservation-portal-facts{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.reservation-access-hero{padding:42px 0}.reservation-access-card{padding:24px 20px}.reservation-access-copy h1{font-size:37px}.reservation-portal-hero .container{align-items:flex-start;flex-direction:column}.reservation-portal-facts{grid-template-columns:1fr}.reservation-portal-gallery{grid-template-columns:1fr 1fr;grid-template-rows:210px 100px}.reservation-portal-gallery a.is-main{grid-column:1/3;grid-row:auto}.reservation-portal-card{padding:19px}.reservation-portal-hero h1{font-size:34px}}
.reservation-access-card>p,.reservation-access-card>p.lead{color:#4f5a68!important;text-shadow:none!important;opacity:1!important}
.reservation-access-compact .reservation-access-code-card h1{color:#1d2835!important;text-shadow:none!important;font-size:clamp(38px,5vw,52px);line-height:1.08}
.reservation-portal-payment{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:16px;align-items:center;margin:0 0 24px;padding:19px 22px;border:1px solid #ded8cf;border-left:5px solid #8a8176;border-radius:14px;background:#fff;box-shadow:0 7px 24px rgba(30,28,24,.05)}
.reservation-portal-payment.is-paid{border-left-color:#477568;background:linear-gradient(110deg,#fff 0,#fff 68%,#f2f8f5 100%)}
.reservation-portal-payment.is-pending{border-left-color:#b9975b;background:linear-gradient(110deg,#fff 0,#fff 68%,#fbf6ea 100%)}
.reservation-portal-payment.is-unpaid{border-left-color:#8a8176}
.reservation-portal-payment-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#f0ece5;color:#756c60;font-size:23px}
.reservation-portal-payment.is-paid .reservation-portal-payment-icon{background:#e7f1ec;color:#477568}
.reservation-portal-payment.is-pending .reservation-portal-payment-icon{background:#f7edd7;color:#9a742f}
.reservation-portal-payment-copy{min-width:0}
.reservation-portal-payment-copy>span{display:block;color:#82786b;font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:700}
.reservation-portal-payment-title{display:flex;align-items:baseline;gap:12px;margin:3px 0}
.reservation-portal-payment-title strong{color:#26313e;font-size:22px;line-height:1.2}
.reservation-portal-payment-title span{color:#477568;font-size:16px;font-weight:800}
.reservation-portal-payment-copy small{display:block;color:#6f685f;line-height:1.45}
.reservation-portal-invoice{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:10px 16px;border-radius:9px;background:#9c7a43;color:#fff!important;text-decoration:none!important;font-weight:700;line-height:1.2;box-shadow:0 4px 12px rgba(98,72,32,.16);transition:.2s}
.reservation-portal-invoice:hover{background:#7e6032;transform:translateY(-1px)}
.reservation-portal-invoice.is-loading{pointer-events:none;opacity:.72;transform:none}
.reservation-portal-invoice>i{font-size:20px}.reservation-portal-invoice span,.reservation-portal-invoice small{display:block}.reservation-portal-invoice small{margin-top:3px;color:rgba(255,255,255,.8);font-size:10px;font-weight:500}
.reservation-portal-invoice-wait{display:inline-flex;align-items:center;gap:8px;color:#6f685f;font-size:12px;font-weight:700}
@media(max-width:767px){.reservation-portal-payment{grid-template-columns:42px minmax(0,1fr);padding:17px}.reservation-portal-payment-icon{width:42px;height:42px;font-size:20px}.reservation-portal-invoice,.reservation-portal-invoice-wait{grid-column:1/-1;justify-content:center}.reservation-portal-payment-title{flex-wrap:wrap;gap:5px 10px}}

/* Reservation portal layout hardening against global theme typography/hero rules */
.reservation-portal-page,.reservation-portal-page *{text-shadow:none!important}
.reservation-portal-hero{height:auto!important;min-height:0!important;padding:38px 0 78px!important}
.reservation-portal-hero .container{min-height:0!important}
.reservation-portal-hero .container>div{text-align:left!important}
.reservation-portal-hero h1{font-size:48px!important;line-height:1.08!important;margin:10px 0 8px!important}
.reservation-portal-hero p{font-size:16px!important;line-height:1.35!important}
.reservation-portal-content{position:relative;z-index:3;margin-top:-42px!important}
.reservation-portal-status{position:relative;z-index:4;min-height:104px;padding:22px 26px!important;overflow:visible!important}
.reservation-portal-status>div:first-child{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
.reservation-portal-status span,.reservation-portal-card-head span,.reservation-portal-facts span{position:static!important;display:block!important;line-height:1.35!important;margin:0!important}
.reservation-portal-status strong{position:static!important;display:block!important;font-size:22px!important;line-height:1.25!important;margin:6px 0 3px!important}
.reservation-portal-status small{position:static!important;display:block!important;font-size:13px!important;line-height:1.35!important;margin:0!important}
.reservation-portal-facts>div{min-height:105px;padding:18px 52px 17px 18px!important;overflow:visible!important}
.reservation-portal-facts strong{position:static!important;display:block!important;font-size:17px!important;line-height:1.25!important;margin:9px 0 4px!important;white-space:normal!important}
.reservation-portal-facts small{position:static!important;display:block!important;font-size:12px!important;line-height:1.4!important;margin:0!important;white-space:normal!important}
.reservation-portal-guests>div{min-height:66px;padding:12px 0!important}
.reservation-portal-guests>div>span:last-child{display:flex!important;flex:1;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center}
.reservation-portal-guests strong{position:static!important;display:block!important;font-size:14px!important;line-height:1.35!important;margin:0!important;color:#293340!important}
.reservation-portal-guests small{position:static!important;display:block!important;font-size:12px!important;line-height:1.4!important;margin:4px 0 0!important;color:#81796f!important}
@media(max-width:767px){.reservation-portal-hero{padding:30px 0 72px!important}.reservation-portal-hero h1{font-size:36px!important}.reservation-portal-content{margin-top:-38px!important}.reservation-portal-status{min-height:96px}.reservation-portal-facts>div{min-height:96px}}
.reservation-portal-gallery-item.is-hidden{display:none!important}
.reservation-portal-gallery-item{cursor:zoom-in;position:relative}
.reservation-room-lightbox .mfp-container{padding:36px 64px}
.reservation-room-lightbox .mfp-content{max-width:1400px}
.reservation-room-lightbox .mfp-img{max-height:calc(100vh - 110px)!important;padding:36px 0 42px}
.reservation-room-lightbox .mfp-figure:after{background:#10151c;box-shadow:0 18px 60px rgba(0,0,0,.45)}
.reservation-room-lightbox .mfp-title{color:#fff;font-size:13px;line-height:1.4;padding-top:8px}
.reservation-room-lightbox .mfp-counter{color:#d8c39c;font-size:12px;right:0;top:8px}
.reservation-room-lightbox .mfp-close{color:#fff!important;font-size:42px!important;opacity:1!important;right:-8px!important;top:-8px!important;width:44px!important;height:44px!important;line-height:44px!important}
.reservation-room-lightbox .mfp-arrow{opacity:.9!important}
.reservation-room-lightbox .mfp-arrow:before,.reservation-room-lightbox .mfp-arrow:after{border-top-width:18px;border-bottom-width:18px}
@media(max-width:767px){.reservation-room-lightbox .mfp-container{padding:28px 8px}.reservation-room-lightbox .mfp-arrow{transform:scale(.72)}.reservation-room-lightbox .mfp-arrow-left{transform-origin:left center}.reservation-room-lightbox .mfp-arrow-right{transform-origin:right center}.reservation-room-lightbox .mfp-img{max-height:calc(100vh - 90px)!important}}
