.page-loader {
	position: fixed;
	inset: 0;
	z-index: 200000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(42, 36, 31, .56);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .18s ease, visibility .18s ease;
}

html.page-loading .page-loader {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.page-loader-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	min-width: min(320px, calc(100vw - 40px));
	max-width: 420px;
	padding: 26px 28px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .96);
	color: #2a241f;
	text-align: center;
	box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
}

.page-loader-spinner {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 5px solid rgba(205, 161, 61, .18);
	border-top-color: #cda13d;
	animation: pageLoaderSpin .85s linear infinite;
}

.page-loader-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.page-loader-text {
	display: block;
	font-size: 13px;
	line-height: 1.45;
	color: #5b5047;
}

@keyframes pageLoaderSpin {
	to {
		transform: rotate(360deg);
	}
}

section[class*="-hero"] {
	position: relative;
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	isolation: isolate;
}

section[class*="-hero"] .container {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 96px;
	padding-bottom: 88px;
	text-align: center;
}

section[class*="-hero"] .container > * {
	position: relative;
	z-index: 3;
}

section[class*="-hero"] .container:before {
	display: none;
}

section[class*="-hero"]:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(78, 78, 78, .64) 0%, rgba(18, 18, 18, .82) 100%);
	pointer-events: none;
}

section[class*="-hero"] h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.04;
	font-weight: 700;
	letter-spacing: 0;
	color: #fffaf2;
	text-shadow: 0 6px 22px rgba(0, 0, 0, .52);
	overflow-wrap: anywhere;
}

section[class*="-hero"] p {
	max-width: 760px;
	margin: 14px auto 0;
	font-size: 16px;
	line-height: 1.45;
	color: rgba(255, 255, 255, .95);
	text-shadow: 0 3px 14px rgba(0, 0, 0, .44);
}

.castle-page {
	background: #ffffff;
	padding: 70px 0 86px;
	overflow-x: hidden;
}

.castle-content {
	max-width: 960px;
	margin: 0 auto;
	color: #3f3831;
	overflow-wrap: anywhere;
}

.castle-content p {
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 1.82;
}

.castle-highlight {
	color: #9b7425;
	font-weight: 800;
}

.castle-quote {
	margin: 34px 0;
	padding: 26px 30px;
	border-left: 5px solid #cda13d;
	background: #f7f5f0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.55;
	color: #5b5047;
}

.castle-divider {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 18px;
	align-items: center;
	margin: 44px 0;
	color: #cda13d;
}

.castle-divider:before,
.castle-divider:after {
	content: "";
	height: 1px;
	background: #e4d7bc;
}

.castle-divider i {
	font-size: 28px;
}

.guest-comments-intro {
	max-width: 920px;
	margin: 0 auto 42px;
	text-align: center;
}

.guest-comments-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	max-width: 1180px;
	margin: 0 auto;
}

.guest-comment-card {
	position: relative;
	padding: 28px;
	border: 1px solid #eadfc9;
	background: #fbfaf7;
	box-shadow: 0 16px 34px rgba(42, 34, 25, .08);
}

.guest-comment-card:before {
	content: "\201C";
	position: absolute;
	top: 10px;
	right: 22px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 78px;
	line-height: 1;
	color: rgba(205, 161, 61, .18);
}

.guest-comment-card h2 {
	position: relative;
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0;
	color: #5b5047;
	overflow-wrap: anywhere;
}

.guest-comment-card p {
	position: relative;
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.72;
	color: #4c443d;
}

.guest-comment-card p:last-child {
	margin-bottom: 0;
}

.guest-comment-meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #9b7425;
}

.guest-comment-card.featured {
	grid-column: 1 / -1;
	padding: 34px;
	background: #f7f5f0;
}

.guest-comment-card.featured h2 {
	font-size: 32px;
}

.guest-comment-card.featured p {
	font-size: 18px;
	line-height: 1.78;
}

.tv-reports-intro {
	max-width: 920px;
	margin: 0 auto 42px;
	text-align: center;
}

.tv-reports-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	max-width: 1180px;
	margin: 0 auto;
}

.tv-report-card {
	position: relative;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	width: 100%;
	border: 0;
	padding: 0;
	background: #2a241f;
	box-shadow: 0 18px 38px rgba(42, 34, 25, .14);
	text-align: left;
	cursor: pointer;
}

.tv-report-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(20, 18, 15, .08), rgba(20, 18, 15, .86));
	z-index: 1;
}

.tv-report-card:after {
	content: "";
	position: absolute;
	inset: 12px;
	border: 1px solid rgba(255, 255, 255, .24);
	z-index: 2;
	pointer-events: none;
}

.tv-report-image {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	transform: scale(1.02);
	transition: transform .35s ease;
}

.tv-report-card:hover .tv-report-image {
	transform: scale(1.08);
}

.tv-report-content {
	position: relative;
	z-index: 3;
	padding: 30px;
	color: #ffffff;
}

.tv-report-icon {
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border-radius: 50%;
	background: #cda13d;
	color: #ffffff;
	font-size: 18px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
	transition: transform .25s ease, background .25s ease;
}

.tv-report-card:hover .tv-report-icon {
	transform: scale(1.08);
	background: #b88e31;
}

.tv-report-meta {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #f2d58d;
}

.tv-report-card h2 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.18;
	font-weight: 700;
	letter-spacing: 0;
	color: #ffffff;
	overflow-wrap: anywhere;
}

.tv-report-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, .9);
}

.tv-report-card.featured {
	grid-column: 1 / -1;
	min-height: 430px;
}

.tv-report-card.featured .tv-report-content {
	max-width: 760px;
	padding: 42px;
}

.tv-report-card.featured h2 {
	font-size: clamp(34px, 5vw, 54px);
}

.tv-report-note {
	max-width: 960px;
	margin: 42px auto 0;
	padding: 26px 30px;
	border-left: 5px solid #cda13d;
	background: #f7f5f0;
	color: #4c443d;
}

.tv-report-note h2 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.25;
	letter-spacing: 0;
	color: #5b5047;
}

.tv-report-note p {
	margin: 0;
	font-size: 17px;
	line-height: 1.72;
}

.tv-report-letter {
	position: relative;
	max-width: 900px;
	margin: 32px auto 0;
	padding: 34px 46px;
	border: 1px solid #d8ccb5;
	background:
		linear-gradient(rgba(255, 255, 255, .78), rgba(255, 255, 255, .78)),
		repeating-linear-gradient(45deg, #f7f3ea 0, #f7f3ea 8px, #efe7d7 8px, #efe7d7 16px);
	box-shadow: 0 18px 38px rgba(42, 34, 25, .12);
	text-align: center;
	color: #4a4037;
}

.tv-report-letter:before,
.tv-report-letter:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d7c498;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .18);
}

.tv-report-letter:before {
	left: 10px;
	bottom: 10px;
}

.tv-report-letter:after {
	right: 10px;
	bottom: 10px;
}

.tv-report-letter p {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.55;
	color: #4a4037;
}

.tv-modal-open {
	overflow: hidden;
}

.tv-video-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(16, 14, 12, .76);
}

.tv-video-modal.show {
	display: flex;
}

.tv-video-dialog {
	width: min(1100px, 100%);
	max-height: min(92vh, 920px);
	background: #ffffff;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
	overflow: hidden;
}

.tv-video-header {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 26px;
	border-bottom: 1px solid #ece7df;
	background: #f7f5f0;
}

.tv-video-header span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #9b7425;
}

.tv-video-header h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.18;
	letter-spacing: 0;
	color: #5b5047;
}

.tv-video-close {
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #ffffff;
	color: #2a241f;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	flex: 0 0 auto;
}

.tv-video-body {
	max-height: calc(min(92vh, 920px) - 88px);
	overflow: auto;
	padding: 26px;
}

.tv-video-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #111111;
	box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
}

.tv-video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#tvVideoText {
	max-width: 900px;
	margin: 22px auto 0;
	font-size: 17px;
	line-height: 1.72;
	color: #4c443d;
}

.stay-intro {
	max-width: 920px;
	margin: 0 auto 42px;
	text-align: center;
}

.stay-room-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	max-width: 1180px;
	margin: 0 auto;
}

.stay-room-card {
	display: flex;
	flex-direction: column;
	background: #fbfaf7;
	border: 1px solid #eadfc9;
	box-shadow: 0 16px 34px rgba(42, 34, 25, .08);
	overflow: hidden;
}

.stay-room-image {
	position: relative;
	min-height: 250px;
	background-position: center;
	background-size: cover;
}

.stay-room-image:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(20, 18, 15, .05), rgba(20, 18, 15, .46));
}

.stay-room-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 26px;
}

.stay-room-body h2 {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.18;
	letter-spacing: 0;
	color: #5b5047;
	overflow-wrap: anywhere;
}

.stay-room-body p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.72;
	color: #4c443d;
	overflow-wrap: anywhere;
}

.stay-price {
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid #e4d7bc;
}

.stay-price span {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #9b7425;
}

.stay-price strong {
	display: block;
	font-size: 22px;
	line-height: 1.25;
	color: #2a241f;
}

.stay-room-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
	padding: 12px 18px;
	background: #cda13d;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
}

.stay-room-action:hover {
	background: #b88e31;
	color: #ffffff;
	text-decoration: none;
}

.stay-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	max-width: 1180px;
	margin: 44px auto 0;
}

.stay-info-panel {
	padding: 28px;
	border: 1px solid #eadfc9;
	background: #f7f5f0;
	color: #4c443d;
}

.stay-info-panel h2 {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.24;
	letter-spacing: 0;
	color: #5b5047;
	overflow-wrap: anywhere;
}

.stay-info-panel p,
.stay-info-panel li {
	font-size: 16px;
	line-height: 1.7;
	color: #4c443d;
	overflow-wrap: anywhere;
}

.stay-info-panel p {
	margin: 0 0 14px;
}

.stay-info-panel ul {
	margin: 0;
	padding-left: 20px;
}

.stay-package {
	max-width: 1180px;
	margin: 44px auto 0;
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	background: #2a241f;
	color: #ffffff;
	overflow: hidden;
	box-shadow: 0 20px 44px rgba(42, 34, 25, .16);
}

.stay-package-image {
	min-height: 390px;
	background-position: center;
	background-size: cover;
}

.stay-package-content {
	padding: 38px;
	align-self: center;
}

.stay-package-content span {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #f2d58d;
}

.stay-package-content h2 {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: 0;
	color: #ffffff;
	overflow-wrap: anywhere;
}

.stay-package-content p,
.stay-package-content li {
	font-size: 16px;
	line-height: 1.72;
	color: rgba(255, 255, 255, .9);
}

.stay-package-content ul {
	margin: 18px 0 0;
	padding-left: 20px;
}

.stay-warning {
	max-width: 960px;
	margin: 44px auto 0;
	padding: 28px 32px;
	border-left: 5px solid #cda13d;
	background: #fbfaf7;
	color: #4c443d;
}

.stay-warning h2 {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #5b5047;
	overflow-wrap: anywhere;
}

.stay-warning p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.72;
	overflow-wrap: anywhere;
}

.stay-warning p:last-child {
	margin-bottom: 0;
}

.taverne-hero:before {
	background: linear-gradient(rgba(78, 78, 78, .64), rgba(18, 18, 18, .82));
}

.taverne-intro {
	max-width: 920px;
	margin: 0 auto 42px;
	text-align: center;
}

.taverne-highlight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	max-width: 1180px;
	margin: 0 auto;
}

.taverne-highlight-card {
	padding: 28px;
	border: 1px solid #eadfc9;
	background: #fbfaf7;
	box-shadow: 0 16px 34px rgba(42, 34, 25, .08);
	color: #4c443d;
}

.taverne-highlight-card span {
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #cda13d;
	color: #ffffff;
	font-size: 18px;
}

.taverne-highlight-card h2 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #5b5047;
	overflow-wrap: anywhere;
}

.taverne-highlight-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.72;
	overflow-wrap: anywhere;
}

.taverne-menu-card {
	max-width: 1180px;
	margin: 32px auto 0;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	padding: 28px 32px;
	border: 1px solid #eadfc9;
	background: linear-gradient(135deg, #fbfaf7 0%, #f3ead9 100%);
	box-shadow: 0 18px 38px rgba(42, 34, 25, .1);
	color: #4c443d;
}

.taverne-menu-icon {
	width: 68px;
	height: 68px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #2a241f;
	color: #f2d58d;
	font-size: 28px;
}

.taverne-menu-copy span {
	display: block;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #9b7425;
}

.taverne-menu-copy h2 {
	margin: 0 0 8px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.18;
	letter-spacing: 0;
	color: #5b5047;
	overflow-wrap: anywhere;
}

.taverne-menu-copy p {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.taverne-menu-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
}

.taverne-menu-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 20px;
	background: #cda13d;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.taverne-menu-button--secondary {
	background: #3f352c;
}

.taverne-menu-button--secondary:hover {
	background: #2a241f;
}

.taverne-menu-button:hover {
	background: #b88e31;
	color: #ffffff;
	text-decoration: none;
}

.taverne-hours {
	max-width: 1180px;
	margin: 44px auto 0;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	background: #2a241f;
	color: #ffffff;
	overflow: hidden;
	box-shadow: 0 20px 44px rgba(42, 34, 25, .16);
}

.taverne-hours-content {
	padding: 42px;
	align-self: center;
}

.taverne-hours-content > span,
.taverne-offer-copy > span,
.taverne-contact-band span {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #f2d58d;
}

.taverne-hours h2,
.taverne-offer h2,
.taverne-contact-band h2 {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	line-height: 1.12;
	letter-spacing: 0;
	color: inherit;
	overflow-wrap: anywhere;
}

.taverne-hours p,
.taverne-offer p,
.taverne-contact-band p {
	margin: 0;
	font-size: 16px;
	line-height: 1.72;
	color: inherit;
	overflow-wrap: anywhere;
}

.taverne-hours-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.taverne-hours-list div {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .16);
	background: rgba(255, 255, 255, .06);
}

.taverne-hours-list strong,
.taverne-hours-list span {
	display: block;
}

.taverne-hours-list strong {
	font-size: 25px;
	line-height: 1.2;
	color: #ffffff;
}

.taverne-hours-list span {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #f2d58d;
}

.taverne-hours-image {
	min-height: 390px;
	background-position: center;
	background-size: cover;
}

.taverne-offer {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
	gap: 24px;
	align-items: stretch;
}

.taverne-offer-copy {
	padding: 32px;
	border: 1px solid #eadfc9;
	background: #fbfaf7;
	color: #4c443d;
}

.taverne-offer-copy > span {
	color: #9b7425;
}

.taverne-offer h2 {
	color: #5b5047;
}

.taverne-offer p + p {
	margin-top: 14px;
}

.taverne-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 22px;
	padding: 12px 18px;
	background: #cda13d;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
}

.taverne-action:hover {
	background: #b88e31;
	color: #ffffff;
	text-decoration: none;
}

.taverne-offer-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 28px;
	list-style: none;
	border: 1px solid #eadfc9;
	background: #f7f5f0;
	color: #4c443d;
}

.taverne-offer-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 16px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.taverne-offer-list i {
	margin-top: 4px;
	color: #9b7425;
}

.taverne-contact-band {
	max-width: 1180px;
	margin: 44px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 28px;
	padding: 30px 34px;
	background: #2a241f;
	color: #ffffff;
}

.taverne-contact-band span {
	color: #f2d58d;
}

.taverne-contact-band h2 {
	font-size: 32px;
}

.taverne-contact-band p {
	color: rgba(255, 255, 255, .86);
}

.taverne-contact-band a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex: 0 0 auto;
	padding: 14px 20px;
	background: #cda13d;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.taverne-contact-band a:hover {
	background: #b88e31;
	color: #ffffff;
	text-decoration: none;
}

.culinary-hero:before,
.events-hero:before {
	background: linear-gradient(rgba(78, 78, 78, .64), rgba(18, 18, 18, .82));
}

.culinary-intro,
.events-intro {
	max-width: 920px;
	margin: 0 auto 42px;
	text-align: center;
}

.culinary-feature {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 28px;
	padding: 32px 36px;
	background: #2a241f;
	color: #ffffff;
	box-shadow: 0 20px 44px rgba(42, 34, 25, .16);
}

.culinary-feature span {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #f2d58d;
}

.culinary-feature h2 {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 36px;
	line-height: 1.14;
	letter-spacing: 0;
	color: #ffffff;
	overflow-wrap: anywhere;
}

.culinary-feature p {
	max-width: 760px;
	margin: 0;
	font-size: 16px;
	line-height: 1.72;
	color: rgba(255, 255, 255, .88);
	overflow-wrap: anywhere;
}

.culinary-feature a,
.culinary-note a,
.events-empty a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 19px;
	background: #cda13d;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.culinary-feature a:hover,
.culinary-note a:hover,
.events-empty a:hover {
	background: #b88e31;
	color: #ffffff;
	text-decoration: none;
}

.culinary-grid {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.culinary-card {
	position: relative;
	padding: 30px 28px;
	border: 1px solid #eadfc9;
	background: #fbfaf7;
	box-shadow: 0 16px 34px rgba(42, 34, 25, .08);
	color: #4c443d;
	overflow: hidden;
}

.culinary-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #cda13d;
}

.culinary-card-icon {
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #cda13d;
	color: #ffffff;
	font-size: 18px;
}

.culinary-card span {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #9b7425;
}

.culinary-card h2 {
	margin: 0 0 13px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.18;
	letter-spacing: 0;
	color: #5b5047;
	overflow-wrap: anywhere;
}

.culinary-card p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.68;
	overflow-wrap: anywhere;
}

.culinary-card p:last-child {
	margin-bottom: 0;
}

.culinary-note {
	max-width: 1180px;
	margin: 44px auto 0;
	padding: 30px 34px;
	border-left: 5px solid #cda13d;
	background: #f7f5f0;
	color: #4c443d;
}

.culinary-note h2 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #5b5047;
}

.culinary-note p {
	margin: 0;
	font-size: 16px;
	line-height: 1.72;
	overflow-wrap: anywhere;
}

.culinary-note div {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.events-grid {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.events-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid #eadfc9;
	background: #fbfaf7;
	box-shadow: 0 16px 34px rgba(42, 34, 25, .08);
	cursor: pointer;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.events-card:hover,
.events-card:focus {
	transform: translateY(-4px);
	box-shadow: 0 22px 44px rgba(42, 34, 25, .13);
	outline: none;
}

.events-card-image {
	min-height: 235px;
	background-position: center;
	background-size: cover;
}

.events-card-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 24px;
	color: #4c443d;
}

.events-card-date {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #9b7425;
}

.events-card h2 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
	line-height: 1.18;
	letter-spacing: 0;
	color: #5b5047;
	overflow-wrap: anywhere;
}

.events-card p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.66;
	overflow-wrap: anywhere;
}

.events-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: auto;
}

.events-card-meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 10px;
	background: #f1eadc;
	color: #5b5047;
	font-size: 13px;
	font-weight: 700;
}

.events-empty {
	max-width: 760px;
	margin: 0 auto;
	padding: 42px 34px;
	border: 1px solid #eadfc9;
	background: #fbfaf7;
	text-align: center;
	color: #4c443d;
	box-shadow: 0 16px 34px rgba(42, 34, 25, .08);
}

.events-empty > i {
	font-size: 46px;
	color: #cda13d;
	margin-bottom: 18px;
}

.events-empty h2 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #5b5047;
}

.events-empty p {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.7;
}

.events-modal-open {
	overflow: hidden;
}

.events-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(16, 14, 12, .76);
}

.events-modal.show {
	display: flex;
}

.events-modal-dialog {
	width: min(1120px, 100%);
	max-height: min(92vh, 920px);
	background: #ffffff;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
	overflow: hidden;
}

.events-modal-header {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 26px;
	border-bottom: 1px solid #ece7df;
	background: #f7f5f0;
}

.events-modal-header span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #9b7425;
}

.events-modal-header h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.18;
	letter-spacing: 0;
	color: #5b5047;
	overflow-wrap: anywhere;
}

.events-modal-close {
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #ffffff;
	color: #2a241f;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	flex: 0 0 auto;
}

.events-modal-body {
	max-height: calc(min(92vh, 920px) - 88px);
	overflow: auto;
	padding: 26px;
}

.events-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: 24px;
	align-items: start;
}

.events-gallery-main {
	min-height: 420px;
	background-color: #2a241f;
	background-position: center;
	background-size: cover;
}

.events-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	margin-top: 8px;
}

.events-gallery-thumbs button {
	aspect-ratio: 1 / .72;
	border: 2px solid transparent;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.events-gallery-thumbs button.active {
	border-color: #cda13d;
}

.events-detail-text {
	color: #4c443d;
}

.events-detail-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 16px;
}

.events-detail-pills span,
.events-detail-section {
	background: #f7f5f0;
	border: 1px solid #eadfc9;
}

.events-detail-pills span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 10px;
	font-size: 13px;
	font-weight: 800;
	color: #5b5047;
}

.events-detail-section {
	padding: 18px;
	margin-bottom: 12px;
}

.events-detail-section h4 {
	margin: 0 0 8px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #5b5047;
}

.events-detail-section p,
.events-detail-section li {
	font-size: 15px;
	line-height: 1.68;
	overflow-wrap: anywhere;
}

.events-detail-section p {
	margin: 0;
}

.events-detail-section ul {
	margin: 0;
	padding-left: 19px;
}

.events-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.events-contact a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 14px;
	background: #cda13d;
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.events-contact a:hover {
	background: #b88e31;
	color: #ffffff;
	text-decoration: none;
}

/* Global modal responsiveness + scroll fix */
.modal {
	overflow-y: auto;
}

.modal .modal-content {
	max-height: calc(100vh - 2rem) !important;
	display: flex;
	flex-direction: column;
}

.modal .modal-body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
}

[class*="-modal"].show {
	overflow-y: auto !important;
}

[class*="-modal-dialog"] {
	max-width: calc(100vw - 20px);
}

[class*="-modal-content"] {
	max-height: calc(100vh - 20px) !important;
	display: flex;
	flex-direction: column;
}

[class*="-modal-body"] {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 767.98px) {
	.modal .modal-content {
		max-height: calc(100vh - 1rem) !important;
	}

	[class*="-modal-content"] {
		max-height: calc(100vh - 8px) !important;
	}
}

/* Global primary color override (Porto variables) */
:root {
	--primary: #b88e31;
	--primary-100: #a37f2c;
	--primary-200: #977628;
	--primary-300: #8a6c24;
	--primary--100: #c29b4c;
	--primary--200: #c8a75e;
	--primary--300: #d0b372;
	--primary-rgba-0: rgba(184, 142, 49, 0);
	--primary-rgba-10: rgba(184, 142, 49, 0.1);
	--primary-rgba-20: rgba(184, 142, 49, 0.2);
	--primary-rgba-30: rgba(184, 142, 49, 0.3);
	--primary-rgba-40: rgba(184, 142, 49, 0.4);
	--primary-rgba-50: rgba(184, 142, 49, 0.5);
	--primary-rgba-60: rgba(184, 142, 49, 0.6);
	--primary-rgba-70: rgba(184, 142, 49, 0.7);
	--primary-rgba-80: rgba(184, 142, 49, 0.8);
	--primary-rgba-90: rgba(184, 142, 49, 0.9);
}

/* Header logo alignment tweak: shift left on large screens, disable on smaller widths */
@media (min-width: 1200px) {
	#header .header-logo {
		margin-left: -16px;
	}
}

/* Keep logo/social icons aligned in normal + sticky header */
#header .header-logo img {
	position: relative;
	top: 6px;
}

html.sticky-header-active #header .header-logo {
	margin-left: 0;
}

html.sticky-header-active #header .header-logo img {
	top: 35px !important;
	margin-top: 0 !important;
	transform: none !important;

}

#header .header-social-icons > li > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#header .header-social-icons > li > a > i {
	line-height: 1;
	position: relative;
	top: 0;
}


@media (max-width: 991px) {
	.guest-comments-grid {
		grid-template-columns: 1fr;
	}

	.tv-reports-grid {
		grid-template-columns: 1fr;
	}

	.tv-report-card,
	.tv-report-card.featured {
		min-height: 330px;
	}

	.stay-room-grid,
	.stay-info-grid,
	.stay-package,
	.taverne-highlight-grid,
	.taverne-menu-card,
	.taverne-hours,
	.taverne-offer,
	.culinary-grid,
	.events-grid,
	.events-detail-grid {
		grid-template-columns: 1fr;
	}

	.culinary-feature {
		display: block;
	}

	.culinary-feature a {
		margin-top: 22px;
		width: fit-content;
	}

	.taverne-menu-card {
		align-items: start;
	}

	.taverne-menu-actions {
		width: fit-content;
	}

	.taverne-menu-button {
		width: fit-content;
	}

	.taverne-contact-band {
		display: block;
	}

	.taverne-contact-band a {
		margin-top: 22px;
	}
}

@media (max-width: 767px) {
	.castle-hero {
		min-height: 260px;
	}

	.castle-hero .container {
		padding-top: 70px;
		padding-bottom: 44px;
	}

	.castle-hero p {
		font-size: 16px;
		line-height: 1.55;
	}

	.castle-page {
		padding: 46px 0 58px;
	}

	.castle-content p {
		font-size: 16px;
		line-height: 1.7;
	}

	.castle-quote {
		padding: 20px;
		font-size: 19px;
	}

	.guest-comment-card,
	.guest-comment-card.featured {
		padding: 22px;
	}

	.guest-comment-card h2,
	.guest-comment-card.featured h2 {
		font-size: 24px;
	}

	.guest-comment-card.featured p {
		font-size: 16px;
		line-height: 1.72;
	}

	.tv-report-content,
	.tv-report-card.featured .tv-report-content {
		padding: 24px;
	}

	.tv-report-card h2 {
		font-size: 24px;
	}

	.tv-report-note {
		padding: 20px;
	}

	.tv-report-note h2 {
		font-size: 24px;
	}

	.tv-report-note p {
		font-size: 16px;
		line-height: 1.65;
	}

	.tv-report-letter {
		padding: 24px 20px;
	}

	.tv-report-letter p {
		font-size: 18px;
		line-height: 1.52;
	}

	.tv-video-modal {
		padding: 0;
		align-items: stretch;
	}

	.tv-video-dialog {
		max-height: 100vh;
	}

	.tv-video-header {
		padding: 18px;
	}

	.tv-video-header h2 {
		font-size: 24px;
	}

	.tv-video-body {
		max-height: calc(100vh - 86px);
		padding: 18px;
	}

	.stay-room-body,
	.stay-info-panel,
	.stay-package-content,
	.stay-warning,
	.taverne-highlight-card,
	.taverne-menu-card,
	.taverne-hours-content,
	.taverne-offer-copy,
	.taverne-offer-list,
	.taverne-contact-band,
	.culinary-feature,
	.culinary-card,
	.culinary-note,
	.events-card-content,
	.events-empty {
		padding: 22px;
	}

	.stay-room-body h2,
	.stay-info-panel h2,
	.stay-warning h2,
	.taverne-highlight-card h2,
	.taverne-menu-copy h2,
	.culinary-card h2,
	.culinary-note h2,
	.events-card h2,
	.events-empty h2 {
		font-size: 24px;
	}

	.stay-package-content h2,
	.taverne-hours h2,
	.taverne-offer h2,
	.taverne-contact-band h2,
	.culinary-feature h2 {
		font-size: 30px;
	}

	.stay-room-image,
	.stay-package-image,
	.taverne-hours-image {
		min-height: 230px;
	}

	.taverne-hours-list {
		grid-template-columns: 1fr;
	}

	.taverne-contact-band a {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	.taverne-menu-button {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	.taverne-menu-actions {
		width: 100%;
	}

	.culinary-feature a,
	.culinary-note a,
	.events-empty a {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	.events-card-image {
		min-height: 220px;
	}

	.events-modal {
		padding: 0;
		align-items: stretch;
	}

	.events-modal-dialog {
		max-height: 100vh;
	}

	.events-modal-header {
		padding: 18px;
	}

	.events-modal-header h2 {
		font-size: 24px;
	}

	.events-modal-body {
		max-height: calc(100vh - 86px);
		padding: 18px;
	}

	.events-gallery-main {
		min-height: 260px;
	}

	.events-gallery-thumbs {
		grid-template-columns: repeat(4, 1fr);
	}

	.events-contact {
		display: grid;
	}
}

.gallery-media-badge {
	position: absolute;
	left: 12px;
	bottom: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(15, 23, 42, .78);
	color: #fff;
	font-size: .72rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .04em;
	text-transform: uppercase;
	box-shadow: 0 10px 20px rgba(15, 23, 42, .14);
	backdrop-filter: blur(8px);
	pointer-events: none;
}

.gallery-media-badge.is-360 {
	background: rgba(13, 110, 253, .84);
}

.gallery-media-badge.is-image {
	background: rgba(15, 23, 42, .74);
}

.gallery-360-popup {
	width: min(1280px, 94vw);
	margin: 0 auto;
	background: linear-gradient(180deg, #101522 0%, #0a0f18 100%);
	border-radius: 26px;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 30px 90px rgba(15, 23, 42, .45);
}

.gallery-360-popup-inner {
	display: flex;
	flex-direction: column;
}

.gallery-360-popup-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 22px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: rgba(255, 255, 255, .02);
}

.gallery-360-popup-copy span {
	display: block;
	margin-bottom: 6px;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .68);
}

.gallery-360-popup-copy h3 {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.35;
	color: #fff;
}

.gallery-360-popup-close {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.gallery-360-popup-close:hover {
	background: rgba(255, 255, 255, .18);
	transform: scale(1.05);
}

.gallery-360-stage {
	position: relative;
	height: min(72vh, 760px);
	overflow: hidden;
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, .04), transparent 36%),
		linear-gradient(180deg, #0b1220 0%, #111827 100%);
	cursor: grab;
	touch-action: none;
}

.gallery-360-stage.is-dragging {
	cursor: grabbing;
}

.gallery-360-render {
	position: absolute;
	inset: 0;
}

.gallery-360-viewer {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.gallery-360-render canvas {
	display: block;
	width: 100%;
	height: 100%;
}

.gallery-360-viewer .pnlm-container {
	width: 100% !important;
	height: 100% !important;
}

.gallery-360-viewer .pnlm-about-msg,
.gallery-360-viewer .pnlm-error-msg {
	display: none !important;
}

.gallery-360-viewer .pnlm-load-box {
	visibility: hidden;
}

.gallery-360-loader {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	background: rgba(11, 18, 32, .42);
	color: rgba(255, 255, 255, .9);
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: .02em;
	backdrop-filter: blur(2px);
	transition: opacity .3s ease, visibility .3s ease;
	pointer-events: none;
}

.gallery-360-loader-spinner {
	width: 34px;
	height: 34px;
	border: 3px solid rgba(255, 255, 255, .24);
	border-top-color: #fff;
	border-radius: 50%;
	animation: gallery-360-spin .8s linear infinite;
}

.gallery-360-stage.is-ready .gallery-360-loader,
.gallery-360-stage.has-error .gallery-360-loader {
	opacity: 0;
	visibility: hidden;
}

.gallery-360-stage:not(.is-ready) .gallery-360-hint {
	opacity: 0;
}

@keyframes gallery-360-spin {
	to { transform: rotate(360deg); }
}

.gallery-360-hint {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 2;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(15, 23, 42, .62);
	color: rgba(255, 255, 255, .9);
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .02em;
	backdrop-filter: blur(10px);
	box-shadow: 0 10px 24px rgba(15, 23, 42, .2);
	transition: opacity .3s ease;
	pointer-events: none;
}

.gallery-360-error {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: grid;
	place-items: center;
	height: 100%;
	padding: 20px;
	text-align: center;
	color: rgba(255, 255, 255, .82);
	font-weight: 700;
}

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

@media (prefers-reduced-motion: reduce) {
	.gallery-360-loader-spinner {
		animation-duration: 1.6s;
	}
}

.gallery-360-popup-note {
	margin: 0;
	padding: 14px 22px 18px;
	font-size: .92rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, .72);
}

@media (max-width: 767px) {
	.gallery-media-badge {
		left: 10px;
		bottom: 10px;
		padding: 4px 8px;
		font-size: .68rem;
	}

	.gallery-360-popup {
		width: 94vw;
		border-radius: 18px;
	}

	.gallery-360-popup-header {
		padding: 16px 16px 12px;
	}

	.gallery-360-popup-copy h3 {
		font-size: 1.08rem;
	}

	.gallery-360-popup-note {
		padding: 12px 16px 16px;
	}

	.gallery-360-stage {
		height: min(66vh, 520px);
	}

	.gallery-360-hint {
		left: 14px;
		bottom: 14px;
		font-size: .74rem;
	}
}
