/*! Setup */
html{font-size: 62.5%; scroll-behavior: smooth; box-sizing: border-box;}*, *:before, *:after{box-sizing: inherit;}
/* Swiper's stylesheet makes .swiper-wrapper content-box, which slides then inherit — re-assert border-box on every slide so padding never throws off Swiper's width math */
.swiper-slide { box-sizing: border-box; }

/* EDIT */
.post-edit-link {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background-color: var(--red);
	color: var(--offwhite);
	display: inline-block;
	font-size: 1.8rem;
	padding: 1.3rem 3.4rem;
	letter-spacing: 0.14em;
	text-decoration: none;
	line-height: 1.6;
}

	.post-edit-link:hover {
		background: var(--darkred);
		color: var(--offwhite);
	}


/* ======================= -------- Shared Styles -------- ========================== */
/* ============= ---- Setup ---- ================ */
body {
	font-family: "Crimson Pro", Georgia, serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.6;
	color: var(--ink);
	background-color: var(--cream);
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	padding-top: var(--navbar-offset, 0px);
	position: relative;
}

@media (max-width: 1300px) {
	/* Default */
	body {
		font-size: 1.9rem;
	}
}

@media (max-width: 650px) {
	/* Default */
	body {
		font-size: 1.8rem;
		padding-bottom: calc(5.4rem + env(safe-area-inset-bottom, 0px));
	}
}

@media (max-width: 450px) {
	/* Default */
	body {
		font-size: 1.7rem;
	}
}

	/* subtle paper texture */
	body::before {
		content: "";
		position: fixed;
		inset: 0;
		pointer-events: none;
		z-index: 1;
		opacity: 0.5;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.42  0 0 0 0 0.34  0 0 0 0 0.20  0 0 0 0.045 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	}

	body > * {
		position: relative;
		z-index: 2;
	}

picture { display: block; }

	picture img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

a {
	color: var(--red);
	text-decoration: underline;
	text-underline-offset: 0.3rem;
	transition: color 0.2s ease;
}

	a:hover { color: var(--darkred); }

p {
	line-height: 1.6;
	margin: 0;
}

strong { font-weight: 600; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}

	ul li, ol li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

address { font-style: normal; }

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

/* ======================= -------- Block - Notifications -------- ========================== */
.block-notifications {
	font-size: 1.7rem;
	letter-spacing: 0.04em;
}

	.block-notifications .container {
		padding-top: 0.9rem;
		padding-bottom: 0.9rem;
	}

	.block-notifications a { color: inherit; }

	.block-notifications .list-notifications { width: 100%; }

		.block-notifications .swiper-wrapper { align-items: center; }

		.block-notifications .list-notifications-item {
			box-sizing: border-box;
			width: 100%;
			padding: 0 3.4rem;
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			line-height: 1.45;
		}

		.block-notifications .ln-btn-prev,
		.block-notifications .ln-btn-next {
			display: flex;
			--swiper-navigation-size: 1.3rem;
			color: var(--offwhite);
			width: 3rem;
			opacity: 0.85;
			background: none;
			border: 0;
			cursor: pointer;
		}

			.block-notifications .ln-btn-prev:hover,
			.block-notifications .ln-btn-next:hover { opacity: 1; }

@media (max-width: 450px) {
	/* Default */
	.block-notifications {
		font-size: 1.4rem;
	}

		.block-notifications .list-notifications-item {
			padding: 0 2.8rem;
		}
}

/* ======================= -------- Block - Navbar -------- ========================== */
.block-navbar {
	border-bottom: 1px solid var(--rule);
	background: var(--paperveil);
	z-index: 40; /* keep dropdowns above the header/hero which follow in the stacking order */
}

	.block-navbar .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 2.4rem;
		padding-top: 1.4rem;
		padding-bottom: 1.4rem;
	}

.nav-logo {
	font-family: "Playfair Display", serif;
	font-weight: 600;
	font-size: 2.5rem;
	white-space: nowrap;
	color: var(--ink);
	text-decoration: none;
}

	.nav-logo:hover { color: var(--ink); }

.nav-main {
	display: flex;
	gap: 0.2rem;
	flex-wrap: nowrap;
}

	.nav-main .menu-item { position: relative; }

		.nav-main .menu-item a {
			display: block;
			padding: 1rem 1.6rem;
			font-size: 1.5rem;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			text-decoration: none;
			color: var(--ink);
			transition: color 0.18s ease;
		}

			.nav-main .menu-item a:hover { color: var(--red); }

	/* ==== Dropdowns ==== */
	.nav-main > .menu-item-has-children > a::after {
		content: "▾";
		font-size: 0.75em;
		margin-left: 0.7rem;
		color: var(--gold);
	}

	.nav-main .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 60;
		min-width: 22rem;
		background: var(--paper);
		border: 1px solid var(--rule);
		border-top: 2px solid var(--red);
		box-shadow: 0 2.2rem 4rem -2rem rgba(51, 41, 28, 0.45);
		padding: 0.8rem 0;
		opacity: 0;
		visibility: hidden;
		transform: translateY(0.8rem);
		transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
	}

	.nav-main .menu-item-has-children:hover > .sub-menu,
	.nav-main .menu-item-has-children:focus-within > .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

		.nav-main .sub-menu .menu-item a {
			padding: 0.9rem 2rem;
			font-size: 1.4rem;
			letter-spacing: 0.14em;
			white-space: nowrap;
		}

			.nav-main .sub-menu .menu-item a:hover {
				background: var(--cream);
				color: var(--red);
			}

.nav-actions {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	flex: none;
}

.nav-tel {
	background: var(--red);
	color: var(--offwhite);
	text-decoration: none;
	white-space: nowrap;
	font-size: 1.5rem;
	letter-spacing: 0.06em;
	padding: 1rem 2.2rem;
	transition: background 0.18s ease;
}

	.nav-tel:hover {
		background: var(--darkred);
		color: var(--offwhite);
	}

/* hamburger — shown only when the nav row no longer fits */
.btn-menu {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 0.5rem;
	width: 4.4rem;
	height: 4.4rem;
	padding: 1.1rem;
	background: none;
	border: 1px solid var(--rule);
	cursor: pointer;
}

	.btn-menu:hover { border-color: var(--red); }

	.btn-menu .menu-bar {
		display: block;
		width: 100%;
		height: 2px;
		background: var(--ink);
	}

/* ==== Scroll States ==== */
/* fixed clone behaviour — hides scrolling down, shows scrolling up (JS toggles scroll-default / scroll-active / scroll-up / scroll-down) */
.block-navbar.scroll-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: var(--creamveil);
	backdrop-filter: blur(8px);
	box-shadow: 0 0.6rem 2.4rem -1.6rem rgba(51, 41, 28, 0.5);
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

	.block-navbar.scroll-active.scroll-down {
		transform: translateY(-100%);
		box-shadow: none;
	}

@media (max-width: 1300px) {
	/* Default */
	.nav-main {
		display: none;
	}

	.btn-menu {
		display: flex;
	}
}

@media (max-width: 650px) {
	/* Default */
	.nav-logo {
		font-size: 2.2rem;
	}

	.nav-tel {
		display: none;
	}
}

@media (max-width: 450px) {
	/* Default */
	.block-navbar .container {
		gap: 1.2rem;
	}

	.nav-logo {
		font-size: 1.8rem;
	}
}

/* ======================= -------- Block - Breadcrumbs -------- ========================== */
.block-breadcrumbs {
	background: rgba(255, 253, 244, 0.4);
	border-bottom: 1px solid var(--rule);
	font-size: 1.3rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--inksoft);
}

	.block-breadcrumbs .container {
		padding-top: 1.1rem;
		padding-bottom: 1.1rem;
	}

	.block-breadcrumbs .bcrumb a {
		color: var(--inksoft);
		text-decoration: none;
	}

		.block-breadcrumbs .bcrumb a:hover { color: var(--red); }

	.block-breadcrumbs .bcrumb.bcrumb-active { color: var(--red); }

	.block-breadcrumbs .bcrumb-sep {
		color: var(--gold);
		margin: 0 0.9rem;
	}

/* ======================= -------- Block - Mobile Menu -------- ========================== */
.menu-mobile {
	position: fixed;
	inset: 0;
	z-index: 90;
	margin: 0;
	padding: 0;
	visibility: hidden;
	pointer-events: none;
}

	/* dismiss surface — pointer events return with the active state */
	.menu-mobile .overlay {
		background: rgba(38, 28, 16, 0.55);
		opacity: 0;
		transition: opacity 0.25s ease;
	}

	.menu-mobile .mm-object {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 110;
		width: min(42rem, 100%);
		background: var(--cream);
		border-left: 1px solid var(--red);
		box-shadow: -3rem 0 8rem -3rem rgba(26, 19, 11, 0.6);
		transform: translateX(100%);
		transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
		overflow-y: auto;
		padding: 2.4rem 3.2rem 3.2rem;
		display: flex;
		flex-direction: column;
	}

/* ==== Active State ==== */
.menu-mobile.menu-active {
	visibility: visible;
	pointer-events: auto;
}

	.menu-mobile.menu-active .overlay {
		opacity: 1;
		pointer-events: auto;
	}

	.menu-mobile.menu-active .mm-object { transform: none; }

.mm-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.6rem;
	margin-bottom: 2rem;
}

	.mm-header .mm-logo {
		font-family: "Playfair Display", serif;
		font-size: 2.2rem;
		line-height: 1.25;
		color: var(--ink);
		white-space: nowrap;
	}

	.mm-header .mm-close {
		flex: none;
		width: 3.6rem;
		height: 3.6rem;
		background: none;
		border: 1px solid var(--rule);
		color: var(--inksoft);
		font-size: 1.6rem;
		line-height: 1;
		cursor: pointer;
		transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
	}

		.mm-header .mm-close:hover {
			background: var(--red);
			border-color: var(--red);
			color: var(--offwhite);
		}

.mm-nav-mobile > .menu-item { border-bottom: 1px dotted var(--rule); }

	.mm-nav-mobile > .menu-item:first-child { border-top: 1px dotted var(--rule); }

	/* ==== Group Accordions ==== */
	.mm-nav-mobile .mm-group-toggle {
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 1.5rem 0;
		background: none;
		border: 0;
		cursor: pointer;
		font-family: "Playfair Display", serif;
		font-size: 2.3rem;
		color: var(--ink);
		text-align: left;
		transition: color 0.18s ease;
	}

		.mm-nav-mobile .mm-group-toggle::after {
			content: "▾";
			font-size: 0.65em;
			color: var(--gold);
			transition: transform 0.25s ease;
		}

		.mm-nav-mobile .mm-group-toggle:hover { color: var(--red); }

	.mm-nav-mobile .menu-item-has-children.menu-active > .mm-group-toggle { color: var(--red); }

		.mm-nav-mobile .menu-item-has-children.menu-active > .mm-group-toggle::after { transform: rotate(180deg); }

	.mm-nav-mobile .sub-menu {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.3s ease;
	}

	.mm-nav-mobile .menu-item-has-children.menu-active > .sub-menu { max-height: 32rem; }

		.mm-nav-mobile .sub-menu .menu-item a {
			display: flex;
			align-items: center;
			gap: 1rem;
			padding: 1.1rem 0 1.1rem 0.4rem;
			font-family: "Crimson Pro", Georgia, serif;
			font-size: 1.6rem;
			letter-spacing: 0.14em;
			text-transform: uppercase;
			color: var(--inksoft);
			text-decoration: none;
			transition: color 0.18s ease;
		}

			.mm-nav-mobile .sub-menu .menu-item a::before {
				content: "❧";
				color: var(--gold);
				font-size: 1.3rem;
			}

			.mm-nav-mobile .sub-menu .menu-item a:hover { color: var(--red); }

		.mm-nav-mobile .sub-menu .menu-item:last-child a { padding-bottom: 1.8rem; }

	/* ==== Plain Top-Level Links ==== */
	.mm-nav-mobile > .menu-item > a:not(.mm-group-toggle) {
		display: block;
		padding: 1.5rem 0;
		font-family: "Playfair Display", serif;
		font-size: 2.3rem;
		color: var(--ink);
		text-decoration: none;
		transition: color 0.18s ease;
	}

		.mm-nav-mobile > .menu-item > a:not(.mm-group-toggle):hover { color: var(--red); }

.mm-ctas {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	margin-top: 2.6rem;
}

	.mm-ctas .button { text-align: center; }

.mm-hours {
	margin-top: 1.6rem;
	text-align: center;
	font-style: italic;
	font-size: 1.6rem;
	color: var(--inksoft);
}

.mm-social {
	margin-top: 2rem;
	justify-content: center;
}

/* gentle stagger as the panel opens */
@media (prefers-reduced-motion: no-preference) {
	/* ==== Active State ==== */
	.menu-mobile.menu-active .mm-nav-mobile > .menu-item { animation: mm-item 0.45s cubic-bezier(0.22, 1, 0.36, 1) both; }

		.menu-mobile.menu-active .mm-nav-mobile > .menu-item:nth-child(2) { animation-delay: 0.05s; }

		.menu-mobile.menu-active .mm-nav-mobile > .menu-item:nth-child(3) { animation-delay: 0.1s; }

		.menu-mobile.menu-active .mm-nav-mobile > .menu-item:nth-child(4) { animation-delay: 0.15s; }

	.menu-mobile.menu-active .mm-ctas { animation: mm-item 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both; }
}

@keyframes mm-item {
	from {
		opacity: 0;
		transform: translateX(2rem);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 450px) {
	/* Default */
	.mm-header .mm-logo {
		white-space: normal;
		font-size: 2rem;
	}
}

/* ======================= -------- Block - Header -------- ========================== */
.block-header .subheader-h1title .amp { font-size: 0.95em; }

.subheader-estd {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.4rem;
	font-size: 1.5rem;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--inksoft);
	margin-bottom: 1.8rem;
}

	.subheader-estd svg {
		width: 3.8rem;
		height: 2.9rem;
		display: block;
		color: var(--red);
	}

.subheader-tagline {
	font-family: "Great Vibes", cursive;
	font-size: clamp(2.5rem, 2rem + 1.11vw, 3.6rem); /* 3.6rem */
	color: var(--inksoft);
	margin-top: 1.6rem;
}

.block-header .sub-cta {
	justify-content: center;
	gap: 2.6rem;
	margin-top: 3rem;
}

	.block-header .sub-cta .header-tel {
		color: var(--red);
		text-decoration: none;
		font-size: 1.9rem;
		letter-spacing: 0.06em;
		border-bottom: 1px solid rgba(158, 43, 37, 0.45);
		padding-bottom: 0.2rem;
	}

		.block-header .sub-cta .header-tel:hover { border-bottom-color: var(--red); }

@media (max-width: 450px) {
	/* Default */
	.subheader-estd {
		font-size: 1.1rem;
		letter-spacing: 0.18em;
		gap: 0.8rem;
		flex-wrap: wrap;
	}

		.subheader-estd svg {
			width: 3rem;
			height: 2.3rem;
		}

	.block-header .sub-cta { align-items: center; }

		.block-header .sub-cta li { width: 100%; }

		.block-header .sub-cta .header-tel { font-size: 1.8rem; }
}

/* ======================= -------- Footer -------- ========================== */
.block-footer {
	border-top: 3px double var(--rule);
	font-size: 1.8rem;
	color: var(--inksoft);
}

	.block-footer .footer-grid {
		display: grid;
		grid-template-columns: 1.4fr 1fr 1fr;
		gap: 4.4rem;
		text-align: left;
	}

		.block-footer .footer-grid h4 {
			font-family: "Crimson Pro", Georgia, serif;
			font-size: 1.4rem;
			letter-spacing: 0.26em;
			text-transform: uppercase;
			color: var(--red);
			font-weight: 400;
			margin-bottom: 1.6rem;
		}

		.block-footer .footer-grid p {
			margin-bottom: 0.6rem;
			line-height: 1.6;
		}

		.block-footer .footer-grid a {
			color: inherit;
			text-decoration: none;
			overflow-wrap: anywhere;
		}

			.block-footer .footer-grid a:hover { color: var(--red); }

		.block-footer .footer-mark {
			font-family: "Playfair Display", serif;
			font-size: 2.7rem;
			color: var(--ink);
			margin-bottom: 1rem;
			line-height: 1.2;
		}

.footer-social {
	display: flex;
	gap: 1.4rem;
}

	.footer-social a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 4rem;
		height: 4rem;
		border: 1px solid var(--rule);
		color: var(--ink);
		transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
	}

		.footer-social a:hover {
			background: var(--red);
			color: var(--offwhite);
			border-color: var(--red);
		}

	.footer-social svg {
		width: 1.9rem;
		height: 1.9rem;
	}

.block-footer .footer-times { border-collapse: collapse; }

	.block-footer .footer-times td { padding: 0.4rem 0; }

		.block-footer .footer-times td:last-child {
			text-align: right;
			padding-left: 2rem;
			font-variant-numeric: tabular-nums;
		}

.block-footer .footer-base {
	margin-top: 4rem;
	padding-top: 2.2rem;
	border-top: 1px solid var(--rule);
	display: flex;
	justify-content: space-between;
	gap: 1.6rem;
	flex-wrap: wrap;
	font-size: 1.5rem;
}

	.block-footer .footer-base a { color: inherit; }

	.block-footer .footer-legal {
		display: flex;
		gap: 0.6rem 2.2rem;
		flex-wrap: wrap;
	}

		.block-footer .footer-legal a {
			text-decoration: underline;
			text-underline-offset: 0.3rem;
		}

@media (max-width: 1300px) {
	/* Default */
	.block-footer .footer-grid {
		grid-template-columns: 1fr;
		gap: 3.2rem;
		text-align: center;
	}

	.footer-social { justify-content: center; }

	.block-footer .footer-times { margin: 0 auto; }

	.block-footer .footer-mark { font-size: 2.5rem; }
}

@media (max-width: 650px) {
	/* Default */
	.block-footer {
		font-size: 1.7rem;
	}

		.block-footer .footer-grid { gap: 2.6rem; }

		.block-footer .footer-mark { font-size: 2.4rem; }
}

@media (max-width: 450px) {
	/* Default */
	.block-footer .footer-base {
		justify-content: center;
		text-align: center;
	}
}

/* ======================= -------- Block - Call Bar -------- ========================== */
/* fixed quick-contact bar — small screens only, when the nav telephone CTA is hidden */
.block-call-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 45;
	display: none;
	box-shadow: 0 -1rem 3rem -1.5rem rgba(26, 19, 11, 0.55);
}

	.block-call-bar a {
		display: block;
		text-align: center;
		padding: 1.5rem 1rem calc(1.5rem + env(safe-area-inset-bottom, 0px));
		font-size: 1.8rem;
		letter-spacing: 0.08em;
		text-decoration: none;
		color: var(--offwhite);
	}

	.block-call-bar .cb-tel {
		flex: 1;
		background: var(--red);
	}

	.block-call-bar .cb-book {
		flex: 0 0 36%;
		background: var(--darkred);
	}

		.block-call-bar .cb-tel:hover,
		.block-call-bar .cb-book:hover { color: var(--offwhite); }

@media (max-width: 650px) {
	/* Default */
	.block-call-bar {
		display: flex;
	}
}

/* ======================= -------- Booking Modal -------- ========================== */
/* ==== Booking Modal ==== */
.modal-booking {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3.2rem;
	visibility: hidden;
	pointer-events: none;
	transition: visibility 0s linear 0.34s;
}

	.modal-booking[hidden] { display: none; }

	/* dismiss surface — pointer events return with the active state */
	.modal-booking .overlay {
		background: rgba(38, 28, 16, 0.6);
		opacity: 0;
		transition: opacity 0.28s ease;
	}

	.modal-booking .modal-card {
		position: relative;
		z-index: 110;
		width: min(64rem, 100%);
		max-height: calc(100vh - 6.4rem);
		overflow-y: auto;
		background: var(--paper);
		border: 1px solid var(--red);
		outline: 1px solid var(--red);
		outline-offset: 0.4rem;
		padding: 4rem 4.4rem 3.6rem;
		box-shadow: 0 4rem 9rem -3rem rgba(26, 19, 11, 0.65);
		opacity: 0;
		transform: translateY(1.8rem) scale(0.98);
		transition: opacity 0.3s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
	}

		.modal-booking .modal-card .subheader-title { font-size: 3.6rem; }

		.modal-booking .modal-card .modal-close {
			position: absolute;
			top: 1.2rem;
			right: 1.2rem;
			width: 3.6rem;
			height: 3.6rem;
			background: none;
			border: 1px solid var(--rule);
			color: var(--inksoft);
			font-size: 1.6rem;
			line-height: 1;
			cursor: pointer;
			transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
		}

			.modal-booking .modal-card .modal-close:hover {
				background: var(--red);
				border-color: var(--red);
				color: var(--offwhite);
			}

		.modal-booking .booking-success .subheader-title { font-size: 3.4rem; }

		.modal-booking .booking-success .success-copy {
			max-width: 42rem;
			margin: 1rem auto 2.6rem;
			font-size: 2rem;
			color: var(--inksoft);
		}

/* ==== Active State ==== */
.modal-booking.modal-active {
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s;
}

	.modal-booking.modal-active .overlay {
		opacity: 1;
		pointer-events: auto;
	}

	.modal-booking.modal-active .modal-card {
		opacity: 1;
		transform: none;
	}

@media (max-width: 650px) {
	/* ==== Booking Modal ==== */
	.modal-booking .modal-card {
		padding: 3rem 2.4rem;
	}

		.modal-booking .modal-card .subheader-title { font-size: 3rem; }
}

@media (max-width: 450px) {
	/* ==== Booking Modal ==== */
	.modal-booking {
		padding: 1.6rem;
	}

		.modal-booking .modal-card { padding: 2.6rem 1.8rem; }

			.modal-booking .modal-card .subheader-title { font-size: 2.8rem; }

			.modal-booking .booking-success .subheader-title { font-size: 2.8rem; }
}

@media (prefers-reduced-motion: reduce) {
	/* ==== Booking Modal ==== */
	.modal-booking,
	.modal-booking .overlay,
	.modal-booking .modal-card { transition: none; }
}
