/* v0.1.22 standalone build: the Malaga Wine Tour page owns its isolated header, footer and product UI. */
.wht-mwt-page {
	margin-top: 0 !important;
}

.wht-mwt-page {
	--wht-navy-deep: #071624;
	--wht-navy: #123047;
	--wht-paper: #fffdf8;
	--wht-paper-soft: #f7f3ea;
	--wht-hero-main: #fffaf0;
	--wht-hero-muted: rgba(255, 245, 225, 0.88);
	--wht-sage: #eef1ea;
	--wht-sage-deep: #dfe5d8;
	--wht-olive: #596f43;
	--wht-olive-deep: #34462c;
	--wht-ink: #24221f;
	--wht-muted: #626058;
	--wht-gold: #d7c89d;
	--wht-border: rgba(36, 34, 31, 0.13);
	--wht-shadow-soft: 0 16px 42px rgba(7, 22, 36, 0.085);
	--wht-shadow-card: 0 22px 58px rgba(7, 22, 36, 0.105);
	--wht-radius: 14px;
	--wht-serif: Fraunces, Georgia, "Times New Roman", serif;
	--wht-sans: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	position: relative;
	left: auto;
	right: auto;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	clear: both;
	overflow: visible;
	background: var(--wht-paper);
	color: var(--wht-ink);
	font-family: var(--wht-sans);
	font-size: 17px;
	line-height: 1.66;
	letter-spacing: 0;
}

body.wht-mwt-product-clean {
	background: #fffdf8;
}

body.wht-mwt-product-clean :is(.woocommerce-product-gallery, .woocommerce-product-gallery__wrapper, .summary.entry-summary, .product_title, .price, .cart, .single_add_to_cart_button, .quantity, .product_meta, .woocommerce-tabs, .upsells, .related.products, .cross-sells, .woocommerce-Reviews, .woocommerce-product-rating, .onsale, .stock, .product .images, .product .summary, .product .related, .product .upsells) {
	display: none !important;
}

body.wht-mwt-product-clean :is(.site-content, .site-main, #main, .content-area, .woocommerce, .product.type-product, .type-product, .entry-content),
body.wht-mwt-product-clean :is(.site-content, #content) > .ast-container {
	display: block !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	grid-template-columns: none !important;
	grid-template-areas: none !important;
	flex: none !important;
}

body.wht-mwt-product-clean .wht-mwt-page {
	margin-top: 0;
}

body.wht-mwt-product-clean :is(#elementor-popup-modal-10184, .wht-mwt-age-gate-removed) {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.wht-mwt-product-clean footer:not(.wht-mwt-bespoke-footer),
body.wht-mwt-product-clean :is(.site-footer, #colophon, footer.site-footer, footer#colophon, .site-primary-footer-wrap, .site-below-footer-wrap, .ast-footer-overlay, .ast-builder-footer-grid-columns, .footer-adv, .footer-sml-layout, .footer-widget-area, .ast-footer-copyright, .woocommerce-store-notice) {
	display: none !important;
}


.wht-mwt-page *,
.wht-mwt-page *::before,
.wht-mwt-page *::after {
	box-sizing: border-box;
}

.wht-mwt-page :where(section, article, aside, figure, div) {
	min-width: 0;
}

.wht-mwt-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wht-mwt-page :is(a, button, input, textarea, select):focus-visible {
	outline: 3px solid rgba(215, 200, 157, 0.5);
	outline-offset: 3px;
}

.wht-mwt-header {
	--wht-mwt-header-bg: #03090f;
	--wht-mwt-header-text: #fffaf0;
	--wht-mwt-header-gold: #d7c89d;
	--wht-mwt-header-top: 82px;
	position: relative;
	z-index: 90;
	width: 100%;
	background: var(--wht-mwt-header-bg);
	color: var(--wht-mwt-header-text);
	font-family: var(--wht-sans);
}

.wht-mwt-header *,
.wht-mwt-header *::before,
.wht-mwt-header *::after {
	box-sizing: border-box;
}

.wht-mwt-header__inner {
	display: flex;
	min-height: var(--wht-mwt-header-top);
	align-items: center;
	gap: clamp(18px, 2.6vw, 38px);
	width: 100%;
	margin: 0 auto;
	padding: 0 clamp(28px, 5.9vw, 112px);
}

.wht-mwt-header__logo {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.wht-mwt-header__logo-img {
	width: clamp(78px, 4.8vw, 90px);
	max-width: none;
	height: auto;
	max-height: 52px;
	object-fit: contain;
	object-position: center;
}

.wht-mwt-header__nav {
	display: inline-flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(12px, 1.4vw, 22px);
	min-width: 0;
	margin-left: auto;
}

.wht-mwt-header__menu-group {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.wht-mwt-header__menu-button,
.wht-mwt-header__wine-shop {
	appearance: none;
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 0;
	border-radius: 0;
	padding: 0.52em 0.72em;
	background: transparent;
	box-shadow: none;
	color: var(--wht-mwt-header-text);
	cursor: pointer;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	transition: color 180ms ease, opacity 180ms ease;
}

.wht-mwt-header__menu-button::after {
	width: 6px;
	height: 6px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	content: "";
	transform: translateY(-2px) rotate(45deg);
}

.wht-mwt-header__menu-button:hover,
.wht-mwt-header__menu-button:focus-visible,
.wht-mwt-header__wine-shop:hover,
.wht-mwt-header__wine-shop:focus-visible {
	color: var(--wht-mwt-header-text);
}

.wht-mwt-header__wine-shop {
	color: var(--wht-mwt-header-gold);
	font-weight: 700;
}

.wht-mwt-header__wine-shop:hover,
.wht-mwt-header__wine-shop:focus-visible {
	color: #fff4c9;
}

.wht-mwt-header__submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 92;
	display: grid;
	width: min(368px, calc(100vw - 32px));
	min-width: min(306px, calc(100vw - 32px));
	max-width: calc(100vw - 32px);
	gap: 1px;
	margin: 0;
	border: 1px solid rgba(255, 250, 240, 0.16);
	border-radius: 12px;
	padding: 8px;
	background: rgba(7, 22, 36, 0.96);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
	list-style: none;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transform: translate(var(--wht-submenu-shift, 0px), 8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.wht-mwt-header__menu-group--private .wht-mwt-header__submenu {
	width: min(224px, calc(100vw - 32px));
	min-width: min(212px, calc(100vw - 32px));
}

.wht-mwt-header__menu-group.is-open:not(.is-force-closed) .wht-mwt-header__submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(var(--wht-submenu-shift, 0px), 0);
}

.wht-mwt-header__submenu li {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.wht-mwt-header__submenu a {
	display: block;
	width: 100%;
	border-radius: 8px;
	padding: 8px 10px;
	color: var(--wht-mwt-header-text);
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.32;
	text-decoration: none;
	white-space: normal;
	overflow-wrap: break-word;
}

.wht-mwt-header__submenu a:hover,
.wht-mwt-header__submenu a:focus-visible {
	background: rgba(255, 250, 240, 0.1);
	color: var(--wht-mwt-header-text);
}

.wht-mwt-header__actions {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 9px;
	margin-left: clamp(4px, 1.2vw, 18px);
}

.wht-mwt-header__hamburger {
	appearance: none;
	display: none;
	width: 42px;
	min-width: 42px;
	height: 42px;
	min-height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 250, 240, 0.82);
	border-radius: 0;
	padding: 0;
	background: rgba(255, 253, 248, 0.04);
	box-shadow: none;
	color: var(--wht-mwt-header-text);
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.wht-mwt-header__hamburger span {
	display: block;
	width: 22px;
	height: 2px;
	margin: 3px 0;
	border-radius: 999px;
	background: currentColor;
}

.wht-mwt-header__hamburger:hover,
.wht-mwt-header__hamburger:focus-visible {
	border-color: rgba(215, 200, 157, 0.65);
	background: rgba(215, 200, 157, 0.13);
}

.wht-mwt-header__social,
.wht-mwt-header__contact {
	display: inline-grid;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	white-space: nowrap;
}

.wht-mwt-header__social {
	width: 46px;
	min-width: 46px;
	height: 46px;
	min-height: 46px;
	place-items: center;
	border: 1px solid rgba(255, 250, 240, 0.2);
	border-radius: 999px;
	padding: 0;
	background: rgba(7, 22, 36, 0.16);
	color: var(--wht-mwt-header-text);
	opacity: 0.86;
	transition: opacity 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.wht-mwt-header__social:hover,
.wht-mwt-header__social:focus-visible {
	border-color: rgba(255, 250, 240, 0.42);
	background: rgba(255, 253, 248, 0.08);
	color: var(--wht-mwt-header-text);
	opacity: 1;
	transform: translateY(-1px);
}

.wht-mwt-header__social::before,
.wht-mwt-header__social::after {
	display: none !important;
	content: none !important;
}

.wht-mwt-header__social-svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: currentColor;
}

.wht-mwt-header__contact {
	min-height: 50px;
	border: 1px solid #fff;
	border-radius: 999px;
	padding: 0 22px;
	background: #fff;
	color: #02060a;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wht-mwt-header__contact:hover,
.wht-mwt-header__contact:focus-visible {
	border-color: var(--wht-mwt-header-gold);
	background: var(--wht-mwt-header-gold);
	color: #02060a;
	transform: translateY(-1px);
}

.wht-mwt-mobile-panel[hidden],
.wht-mwt-mobile-panel {
	display: none !important;
}

@media (max-width: 1199px) {
	.wht-mwt-header {
		--wht-mwt-header-top: 86px;
		z-index: 99990;
	}

	.wht-mwt-header__inner {
		min-height: var(--wht-mwt-header-top);
		gap: clamp(7px, 1.8vw, 12px);
		padding: 0 clamp(14px, 4vw, 42px);
	}

	.wht-mwt-header__logo {
		min-width: 0;
	}

	.wht-mwt-header__logo-img {
		width: clamp(54px, 13vw, 64px);
		max-height: 48px;
	}

	.wht-mwt-header__nav {
		display: none;
	}

	.wht-mwt-header__actions {
		flex: 0 1 auto;
		gap: clamp(6px, 1.5vw, 9px);
		margin-left: auto;
	}

	.wht-mwt-header__hamburger {
		display: grid;
	}

	.wht-mwt-header__social {
		width: 40px;
		min-width: 40px;
		height: 40px;
		min-height: 40px;
		border-color: rgba(255, 250, 240, 0.22);
		background: rgba(255, 253, 248, 0.08);
	}

	.wht-mwt-header__social-svg {
		width: 18px;
		height: 18px;
	}

	.wht-mwt-header__contact {
		min-height: 40px;
		padding: 0 15px;
		font-size: 0.94rem;
		font-weight: 500;
	}

	body.wht-mwt-mobile-menu-open .wht-mwt-mobile-panel:not([hidden]) {
		position: fixed;
		top: var(--wht-mwt-mobile-panel-top, var(--wht-mobile-panel-top, 86px));
		right: 0;
		left: 0;
		z-index: 99999;
		display: block !important;
		max-height: calc(100dvh - var(--wht-mwt-mobile-panel-top, var(--wht-mobile-panel-top, 86px)));
		border-top: 1px solid rgba(255, 250, 240, 0.12);
		border-bottom: 1px solid rgba(255, 250, 240, 0.1);
		padding: 14px max(22px, env(safe-area-inset-right)) 18px max(22px, env(safe-area-inset-left));
		background:
			radial-gradient(circle at 14% 0%, rgba(215, 200, 157, 0.14), rgba(215, 200, 157, 0) 46%),
			linear-gradient(180deg, rgba(3, 9, 15, 0.99), rgba(7, 22, 36, 0.99));
		box-shadow: 0 22px 42px rgba(0, 0, 0, 0.34);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.wht-mwt-mobile-panel__close {
		appearance: none;
		display: grid;
		width: 42px;
		height: 42px;
		margin: 0 0 10px auto;
		place-items: center;
		border: 1px solid rgba(255, 250, 240, 0.22);
		border-radius: 999px;
		padding: 0;
		background: rgba(255, 250, 240, 0.075);
		box-shadow: none;
		color: var(--wht-mwt-header-text);
		cursor: pointer;
		font-family: var(--wht-sans);
		font-size: 30px;
		font-weight: 400;
		line-height: 1;
		transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
	}

	.wht-mwt-mobile-panel__close span {
		display: block;
		transform: translateY(-1px);
	}

	.wht-mwt-mobile-panel__close:hover,
	.wht-mwt-mobile-panel__close:focus-visible {
		border-color: rgba(215, 200, 157, 0.46);
		background: rgba(215, 200, 157, 0.14);
		color: var(--wht-mwt-header-text);
		transform: translateY(-1px);
	}

	.wht-mwt-mobile-panel__list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 7px;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.wht-mwt-mobile-panel__list li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.wht-mwt-mobile-panel__list a {
		display: flex;
		width: 100%;
		min-height: 48px;
		align-items: center;
		justify-content: space-between;
		border: 1px solid rgba(255, 250, 240, 0.08);
		border-radius: 11px;
		padding: 13px 15px;
		background: rgba(255, 250, 240, 0.045);
		color: var(--wht-mwt-header-text) !important;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.24;
		text-decoration: none !important;
		white-space: normal;
	}

	.wht-mwt-mobile-panel__list a::after {
		margin-left: 16px;
		color: rgba(215, 200, 157, 0.88);
		content: "\2192";
		font-size: 0.95em;
		line-height: 1;
	}

	.wht-mwt-mobile-panel__list a:hover,
	.wht-mwt-mobile-panel__list a:focus-visible {
		border-color: rgba(215, 200, 157, 0.34);
		background: rgba(215, 200, 157, 0.12);
		color: var(--wht-mwt-header-text) !important;
	}
}

@media (max-width: 430px) {
	.wht-mwt-header {
		--wht-mwt-header-top: 82px;
	}

	.wht-mwt-header__inner {
		gap: 6px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.wht-mwt-header__logo-img {
		width: 54px;
		max-height: 44px;
	}

	.wht-mwt-header__actions {
		gap: 6px;
	}

	.wht-mwt-header__hamburger,
	.wht-mwt-header__social {
		width: 38px;
		min-width: 38px;
		height: 38px;
		min-height: 38px;
	}

	.wht-mwt-header__contact {
		min-height: 38px;
		padding: 0 13px;
		font-size: 0.88rem;
	}
}

@media (max-width: 370px) {
	.wht-mwt-header {
		--wht-mwt-header-top: 80px;
	}

	.wht-mwt-header__inner {
		gap: 5px;
		padding-right: 9px;
		padding-left: 9px;
	}

	.wht-mwt-header__logo-img {
		width: 50px;
		max-height: 42px;
	}

	.wht-mwt-header__actions {
		gap: 5px;
	}

	.wht-mwt-header__hamburger,
	.wht-mwt-header__social {
		width: 36px;
		min-width: 36px;
		height: 36px;
		min-height: 36px;
	}

	.wht-mwt-header__hamburger span {
		width: 19px;
	}

	.wht-mwt-header__social-svg {
		width: 17px;
		height: 17px;
	}

	.wht-mwt-header__contact {
		min-height: 36px;
		padding: 0 11px;
		font-size: 0.8rem;
	}
}

.wht-mwt-shell {
	width: min(1248px, calc(100% - 48px));
	margin: 0 auto;
}

.wht-mwt-hero {
	position: relative;
	min-height: clamp(640px, 74vh, 790px);
	display: grid;
	align-items: center;
	overflow: hidden;
	background: var(--wht-navy-deep);
	color: var(--wht-hero-main);
}

.wht-mwt-hero__media,
.wht-mwt-hero__overlay {
	position: absolute;
	inset: 0;
}

.wht-mwt-hero__media picture {
	display: block;
	width: 100%;
	height: 100%;
}

.wht-mwt-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 48%;
	filter: brightness(1.05) saturate(0.98) contrast(1.04);
}

.wht-mwt-hero__overlay {
	background:
		radial-gradient(ellipse at 24% 54%, rgba(7, 22, 36, 0.84) 0%, rgba(7, 22, 36, 0.64) 31%, rgba(7, 22, 36, 0.22) 58%, rgba(7, 22, 36, 0) 78%),
		linear-gradient(90deg, rgba(7, 22, 36, 0.84) 0%, rgba(7, 22, 36, 0.6) 42%, rgba(7, 22, 36, 0.18) 72%, rgba(7, 22, 36, 0.03) 100%),
		linear-gradient(180deg, rgba(7, 22, 36, 0.12) 0%, rgba(7, 22, 36, 0.03) 45%, rgba(7, 22, 36, 0.5) 100%);
}

.wht-mwt-hero__inner {
	position: relative;
	z-index: 1;
	padding: clamp(124px, 15vh, 164px) 0 clamp(72px, 10vh, 104px);
}

.wht-mwt-kicker,
.wht-mwt-section-label {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 16px;
	color: var(--wht-olive);
	font-size: 0.98rem;
	font-weight: 760;
	letter-spacing: 0;
	text-transform: none;
}

.wht-mwt-kicker {
	margin-bottom: 32px;
	color: var(--wht-hero-main);
	font-weight: 780;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.26);
}

.wht-mwt-kicker::before,
.wht-mwt-section-label::before {
	width: 42px;
	height: 1px;
	background: currentColor;
	content: "";
	opacity: 0.82;
}

.wht-mwt-section-label::before {
	background: rgba(215, 200, 157, 0.9);
}

.wht-mwt-hero h1 {
	max-width: 900px;
	margin: 0;
	color: var(--wht-hero-main);
	font-family: var(--wht-serif);
	font-size: clamp(3.05rem, 5vw, 4.95rem);
	font-weight: 650;
	line-height: 1;
	letter-spacing: 0;
	text-wrap: balance;
}

.wht-mwt-hero__lead {
	max-width: 700px;
	margin: 32px 0 0;
	color: #fff9ef;
	font-size: clamp(1.14rem, 1.7vw, 1.25rem);
	font-weight: 720;
	line-height: 1.56;
	text-shadow: 0 3px 28px rgba(0, 0, 0, 0.62), 0 1px 2px rgba(0, 0, 0, 0.28);
}

.wht-mwt-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	max-width: 920px;
	margin: 30px 0 0;
	padding: 16px 0;
	border-top: 1px solid rgba(215, 200, 157, 0.38);
	border-bottom: 1px solid rgba(215, 200, 157, 0.22);
	list-style: none;
}

.wht-mwt-facts--clean {
	gap: 10px 22px;
	padding: 15px 0;
}

.wht-mwt-fact {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	white-space: nowrap;
}

.wht-mwt-fact--simple {
	position: relative;
	gap: 0;
}

.wht-mwt-fact--simple + .wht-mwt-fact--simple::before {
	width: 4px;
	height: 4px;
	margin-right: 20px;
	border-radius: 50%;
	background: rgba(215, 200, 157, 0.72);
	content: "";
	transform: translateY(-1px);
}

.wht-mwt-fact__label {
	color: rgba(255, 250, 240, 0.62);
	font-size: 0.78rem;
	font-weight: 650;
	text-transform: uppercase;
}

.wht-mwt-fact__value {
	color: var(--wht-hero-main);
	font-weight: 650;
}

.wht-mwt-fact--simple .wht-mwt-fact__value {
	font-size: 0.98rem;
	font-weight: 680;
	letter-spacing: 0;
}

.wht-mwt-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 40px;
}

.wht-mwt-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 18px 32px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: linear-gradient(180deg, #748f59, var(--wht-olive));
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
	color: #fffaf0 !important;
	font-weight: 780;
	line-height: 1.1;
	white-space: nowrap;
	text-decoration: none !important;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.wht-mwt-button:hover,
.wht-mwt-button:focus-visible {
	transform: translateY(-1px);
	background: linear-gradient(180deg, #5c7347, var(--wht-olive-deep));
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.26);
	color: #fffaf0 !important;
}

.wht-mwt-button--secondary {
	border-color: rgba(255, 245, 225, 0.72);
	background: rgba(7, 22, 36, 0.2);
	box-shadow: none;
	backdrop-filter: blur(4px);
}

.wht-mwt-button--secondary:hover,
.wht-mwt-button--secondary:focus-visible {
	border-color: rgba(255, 245, 225, 0.78);
	background: rgba(255, 245, 225, 0.12);
	box-shadow: none;
	color: var(--wht-hero-main) !important;
}

.wht-mwt-main {
	background:
		linear-gradient(180deg, var(--wht-paper) 0%, #f8f3e9 46%, var(--wht-paper) 100%);
	padding: clamp(92px, 8.4vw, 124px) 0;
}

.wht-mwt-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 410px);
	justify-content: center;
	gap: clamp(46px, 4.6vw, 72px);
	row-gap: 0;
	align-items: start;
}

.wht-mwt-content {
	display: grid;
	grid-column: 1;
	gap: clamp(72px, 7vw, 104px);
	min-width: 0;
}

.wht-mwt-section {
	min-width: 0;
}

.wht-mwt-content > .wht-mwt-section {
	grid-column: auto;
}

.wht-mwt-content > .wht-mwt-section:not(.wht-mwt-intro):not(.wht-mwt-split),
.wht-mwt-content > .wht-mwt-video,
.wht-mwt-content > .wht-mwt-gallery,
.wht-mwt-content > .wht-mwt-related,
.wht-mwt-content > .wht-mwt-final-cta {
	grid-column: auto;
}

.wht-mwt-section h2,
.wht-mwt-booking-card h2 {
	max-width: 800px;
	margin: 0;
	color: var(--wht-ink);
	font-family: var(--wht-serif);
	font-size: clamp(2.05rem, 3.4vw, 2.78rem);
	font-weight: 650;
	line-height: 1.07;
	letter-spacing: 0;
	text-wrap: balance;
}

.wht-mwt-section h3 {
	margin: 0;
	color: var(--wht-ink);
	font-family: var(--wht-serif);
	font-size: 1.42rem;
	font-weight: 650;
	line-height: 1.16;
	text-wrap: balance;
}

.wht-mwt-section p {
	max-width: 760px;
	margin: 20px 0 0;
	color: var(--wht-muted);
	font-size: 1.04rem;
	line-height: 1.72;
}

.wht-mwt-intro p {
	font-size: clamp(1.05rem, 1.4vw, 1.18rem);
}

.wht-mwt-intro h2 {
	max-width: 880px;
}

.wht-mwt-proof-line {
	display: inline-flex;
	max-width: 860px;
	margin-top: 26px !important;
	border-top: 1px solid rgba(89, 111, 67, 0.22);
	border-bottom: 1px solid rgba(89, 111, 67, 0.18);
	padding: 16px 0;
	color: var(--wht-olive-deep) !important;
	font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
	font-weight: 760;
	line-height: 1.5 !important;
}

.wht-mwt-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.wht-mwt-split > div,
.wht-mwt-included-card,
.wht-mwt-detail-list > div {
	border: 1px solid rgba(36, 34, 31, 0.1);
	border-radius: var(--wht-radius);
	background:
		radial-gradient(circle at 0% 0%, rgba(215, 200, 157, 0.12), rgba(215, 200, 157, 0) 38%),
		linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 243, 234, 0.92)),
		var(--wht-paper);
	box-shadow: 0 12px 28px rgba(7, 22, 36, 0.052);
}

.wht-mwt-split > div {
	display: grid;
	align-content: start;
	padding: clamp(30px, 3.3vw, 40px);
}

.wht-mwt-check-list,
.wht-mwt-flow-list {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.wht-mwt-check-list {
	display: grid;
	gap: 15px;
}

.wht-mwt-check-list li {
	position: relative;
	padding-left: 24px;
	color: var(--wht-muted);
	font-size: 1rem;
	line-height: 1.66;
}

.wht-mwt-check-list li::before {
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--wht-olive);
	content: "";
}

.wht-mwt-included-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 32px;
}

.wht-mwt-included-card {
	min-height: 172px;
	padding: clamp(25px, 2.7vw, 32px);
}

.wht-mwt-included-card:last-child {
	grid-column: auto;
}

.wht-mwt-included-card p {
	margin-top: 14px;
	font-size: 0.98rem;
	line-height: 1.66;
}

.wht-mwt-detail-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 32px;
}

.wht-mwt-detail-list > div {
	padding: clamp(24px, 3vw, 30px);
}

.wht-mwt-detail-list span {
	display: block;
	margin-bottom: 10px;
	color: var(--wht-olive);
	font-size: 0.78rem;
	font-weight: 760;
	text-transform: uppercase;
}

.wht-mwt-detail-list strong {
	display: block;
	color: var(--wht-ink);
	font-size: 1.02rem;
	line-height: 1.3;
}

.wht-mwt-detail-list p {
	margin-top: 10px;
	font-size: 0.93rem;
	line-height: 1.52;
}

.wht-mwt-flow-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
	border-top: 0;
}

.wht-mwt-flow-list li {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 16px;
	min-height: 206px;
	padding: 24px;
	border: 1px solid rgba(36, 34, 31, 0.1);
	border-radius: var(--wht-radius);
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(255, 253, 248, 0.68)),
		var(--wht-paper);
	box-shadow: 0 14px 34px rgba(7, 22, 36, 0.052);
}

.wht-mwt-flow-list span {
	color: var(--wht-olive);
	font-family: var(--wht-serif);
	font-size: 1.28rem;
	font-weight: 650;
}

.wht-mwt-flow-list h3 {
	margin: 0;
	color: var(--wht-ink);
	font-family: var(--wht-serif);
	font-size: 1.12rem;
	font-weight: 650;
	line-height: 1.22;
}

.wht-mwt-flow-list p {
	margin: 12px 0 0;
	color: var(--wht-muted);
	font-size: 0.98rem;
	line-height: 1.62;
}

.wht-mwt-video-frame {
	position: relative;
	overflow: hidden;
	width: min(1160px, 100%);
	margin: 34px auto 0;
	border-radius: var(--wht-radius);
	background: var(--wht-navy-deep);
	box-shadow: var(--wht-shadow-card);
	aspect-ratio: 16 / 9;
}

.wht-mwt-video-button,
.wht-mwt-video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.wht-mwt-video-button {
	appearance: none;
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: var(--wht-navy-deep);
}

.wht-mwt-video-button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 42%;
	filter: brightness(0.72) saturate(0.94);
}

.wht-mwt-video-button__overlay {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	gap: 12px;
	align-content: center;
	color: #fffaf0;
	font-weight: 720;
	text-align: center;
	background: linear-gradient(180deg, rgba(7, 22, 36, 0.08), rgba(7, 22, 36, 0.42));
}

.wht-mwt-video-button__play {
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border: 1px solid rgba(255, 250, 240, 0.72);
	border-radius: 50%;
	background: rgba(255, 250, 240, 0.16);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.wht-mwt-video-button__play::before {
	display: block;
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 19px solid #fffaf0;
	content: "";
}

.wht-mwt-mosaic {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-flow: dense;
	grid-auto-rows: clamp(184px, 13.8vw, 238px);
	gap: 18px;
	margin-top: 34px;
}

.wht-mwt-mosaic__item {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border-radius: var(--wht-radius);
	background: var(--wht-sage, #eef1ea);
	box-shadow: 0 16px 38px rgba(7, 22, 36, 0.08);
	min-height: 0;
}

.wht-mwt-mosaic__item:nth-child(n),
.wht-mwt-mosaic__item--wide {
	grid-column: auto;
	grid-row: auto;
}

.wht-mwt-mosaic__item:nth-child(1) {
	grid-row: span 2;
}

.wht-mwt-mosaic__item:nth-child(5) {
	grid-column: span 2;
}

.wht-mwt-mosaic__item:nth-child(8) {
	grid-column: span 2;
}

.wht-mwt-mosaic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 300ms ease;
}

.wht-mwt-mosaic__item:nth-child(1) img {
	object-position: center center;
}

.wht-mwt-mosaic__item:nth-child(2) img,
.wht-mwt-mosaic__item:nth-child(3) img {
	object-position: 50% 52%;
}

.wht-mwt-mosaic__item:nth-child(4) img {
	object-position: 50% 50%;
}

.wht-mwt-mosaic__item:nth-child(5) img {
	object-position: 50% 52%;
}

.wht-mwt-mosaic__item:nth-child(6) img {
	object-position: center center;
}

.wht-mwt-mosaic__item:nth-child(7) img {
	object-position: 50% 50%;
}

.wht-mwt-mosaic__item:nth-child(8) img {
	object-position: 50% 50%;
}

.wht-mwt-mosaic__item:nth-child(9) img {
	object-position: 50% 48%;
}

.wht-mwt-mosaic__item:nth-child(10) img,
.wht-mwt-mosaic__item:nth-child(12) img {
	object-position: 50% 50%;
}

.wht-mwt-mosaic__item:nth-child(11) img {
	object-position: 50% 52%;
}

.wht-mwt-mosaic__item:hover img {
	transform: scale(1.025);
}

.wht-mwt-reviews {
	overflow: hidden;
	border-top: 1px solid rgba(89, 111, 67, 0.16);
	padding-top: clamp(42px, 5vw, 58px);
}

.wht-mwt-reviews__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
}

.wht-mwt-reviews__header p:not(.wht-mwt-section-label) {
	max-width: 680px;
}

.wht-mwt-reviews__controls {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
}

.wht-mwt-reviews__button {
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(52, 70, 44, 0.22);
	border-radius: 50%;
	background: rgba(255, 253, 248, 0.94);
	color: var(--wht-olive-deep);
	font: inherit;
	font-size: 1.05rem;
	font-weight: 760;
	line-height: 1;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.wht-mwt-reviews__button:hover,
.wht-mwt-reviews__button:focus-visible {
	border-color: var(--wht-olive);
	background: var(--wht-olive);
	color: #fffaf0;
	transform: translateY(-1px);
}

.wht-mwt-reviews__button:disabled {
	opacity: 0.42;
	cursor: default;
	transform: none;
}

.wht-mwt-reviews__track {
	display: grid;
	grid-auto-columns: minmax(285px, 0.82fr);
	grid-auto-flow: column;
	gap: 18px;
	margin-top: 30px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 4px 2px 18px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: rgba(89, 111, 67, 0.44) rgba(89, 111, 67, 0.12);
}

.wht-mwt-reviews__track:focus-visible {
	outline: 3px solid rgba(89, 111, 67, 0.42);
	outline-offset: 6px;
}

.wht-mwt-review-card {
	display: grid;
	min-height: 318px;
	align-content: space-between;
	gap: 20px;
	scroll-snap-align: start;
	padding: clamp(24px, 2.8vw, 32px);
	border: 1px solid rgba(36, 34, 31, 0.1);
	border-radius: var(--wht-radius);
	background:
		radial-gradient(circle at 0% 0%, rgba(215, 200, 157, 0.14), rgba(215, 200, 157, 0) 42%),
		linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 243, 234, 0.94)),
		var(--wht-paper);
	box-shadow: 0 16px 38px rgba(7, 22, 36, 0.07);
}

.wht-mwt-review-card__theme {
	margin: 0 !important;
	color: var(--wht-olive) !important;
	font-size: 0.78rem !important;
	font-weight: 820;
	letter-spacing: 0.08em;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

.wht-mwt-review-card blockquote {
	margin: 0;
	padding: 0;
}

.wht-mwt-review-card blockquote p {
	margin: 0;
	color: var(--wht-ink);
	font-family: var(--wht-serif);
	font-size: clamp(1.22rem, 1.9vw, 1.48rem);
	font-weight: 650;
	line-height: 1.24;
}

.wht-mwt-review-card footer {
	display: grid;
	gap: 3px;
	padding-top: 18px;
	border-top: 1px solid rgba(89, 111, 67, 0.15);
}

.wht-mwt-review-card strong {
	color: var(--wht-ink);
	font-size: 0.98rem;
	line-height: 1.3;
}

.wht-mwt-review-card span {
	color: var(--wht-muted);
	font-size: 0.88rem;
	line-height: 1.3;
}

.wht-mwt-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 32px;
}

.wht-mwt-related-card {
	display: grid;
	align-content: start;
	gap: 16px;
	min-width: 0;
	padding: 14px;
	border: 1px solid rgba(36, 34, 31, 0.1);
	border-radius: var(--wht-radius);
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 243, 234, 0.92)),
		var(--wht-paper);
	box-shadow: 0 12px 28px rgba(7, 22, 36, 0.052);
	color: var(--wht-ink);
	text-decoration: none !important;
}

.wht-mwt-related-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: var(--wht-radius);
}

.wht-mwt-related-card span {
	display: block;
	font-family: var(--wht-serif);
	font-size: clamp(1.18rem, 1.8vw, 1.42rem);
	font-weight: 650;
	line-height: 1.16;
}

.wht-mwt-final-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(42px, 5.2vw, 62px);
	border-radius: var(--wht-radius);
	background:
		linear-gradient(135deg, rgba(89, 111, 67, 0.92), rgba(7, 22, 36, 0.96)),
		var(--wht-navy-deep);
	box-shadow: var(--wht-shadow-card);
	color: var(--wht-hero-main);
}

.wht-mwt-final-cta h2 {
	max-width: 760px;
	margin: 0;
	color: var(--wht-hero-main);
	font-family: var(--wht-serif);
	font-size: clamp(2.05rem, 3.6vw, 3rem);
	font-weight: 650;
	line-height: 1.07;
	letter-spacing: 0;
}

.wht-mwt-final-cta p:not(.wht-mwt-section-label) {
	max-width: 650px;
	margin: 20px 0 0;
	color: rgba(255, 253, 248, 0.78);
	font-size: 1.04rem;
	line-height: 1.68;
}

.wht-mwt-final-cta .wht-mwt-button {
	margin-top: 28px;
	border-color: #fffaf0;
	background: #fffaf0;
	color: var(--wht-olive-deep) !important;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.wht-mwt-final-cta .wht-mwt-button:hover,
.wht-mwt-final-cta .wht-mwt-button:focus-visible {
	border-color: #fffaf0;
	background: #fffaf0;
	color: var(--wht-olive-deep) !important;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.wht-mwt-final-cta .wht-mwt-section-label {
	color: var(--wht-gold);
}

.wht-mwt-enquiry {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.74fr);
	gap: clamp(44px, 5.2vw, 76px);
	align-items: center;
	border-top: 1px solid rgba(89, 111, 67, 0.18);
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin-bottom: clamp(22px, 4vw, 48px);
	padding: clamp(40px, 5vw, 62px) 0 clamp(46px, 5.4vw, 70px);
	background: transparent;
	box-shadow: none;
}

.wht-mwt-enquiry h2 {
	font-size: clamp(2.05rem, 3.4vw, 2.78rem);
}

.wht-mwt-enquiry__copy p:not(.wht-mwt-section-label) {
	max-width: 520px;
}

.wht-mwt-enquiry__form {
	min-width: 0;
	border: 1px solid rgba(52, 70, 44, 0.12);
	border-radius: var(--wht-radius);
	padding: clamp(28px, 3vw, 34px);
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(248, 244, 235, 0.94)),
		var(--wht-paper);
	box-shadow: 0 18px 44px rgba(7, 22, 36, 0.07);
}

.wht-mwt-enquiry__form .wpcf7 {
	width: 100%;
}

.wht-mwt-enquiry__form .wpcf7 form {
	display: grid;
	gap: 15px;
	margin: 0;
}

.wht-mwt-enquiry__form .wpcf7 p {
	max-width: none;
	margin: 0;
	color: var(--wht-ink);
	font-size: 0.94rem;
	line-height: 1.45;
}

.wht-mwt-enquiry__form .wpcf7 label {
	display: grid;
	gap: 8px;
	color: var(--wht-navy);
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.2;
}

.wht-mwt-enquiry__form .wpcf7 :is(input:not([type="submit"]), textarea, select) {
	width: 100%;
	min-height: 48px;
	box-sizing: border-box;
	border: 1px solid rgba(36, 34, 31, 0.14);
	border-radius: 10px;
	padding: 13px 14px;
	background: rgba(255, 253, 248, 0.92);
	color: var(--wht-ink);
	font: inherit;
	font-size: 0.98rem;
	line-height: 1.4;
	box-shadow: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.wht-mwt-enquiry__form .wpcf7 textarea {
	min-height: 148px;
	resize: vertical;
}

.wht-mwt-enquiry__message-helper {
	display: block;
	margin-top: 8px;
	color: rgba(98, 96, 88, 0.78);
	font-size: 0.86rem;
	font-weight: 640;
	line-height: 1.4;
}

.wht-mwt-enquiry__message-helper--ready {
	color: rgba(52, 70, 44, 0.78);
}

.wht-mwt-enquiry__form .wpcf7 :is(input:not([type="submit"]), textarea, select):focus {
	border-color: rgba(89, 111, 67, 0.58);
	outline: 0;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(215, 200, 157, 0.22);
}

.wht-mwt-enquiry__form .wpcf7-submit {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	padding: 14px 24px;
	background: linear-gradient(180deg, #61784b, var(--wht-olive-deep));
	box-shadow: 0 16px 34px rgba(52, 70, 44, 0.18);
	color: #fffaf0;
	font: inherit;
	font-weight: 820;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.wht-mwt-enquiry__form .wpcf7 form .wpcf7-response-output {
	display: none;
	margin: 2px 0 0;
	border: 1px solid rgba(89, 111, 67, 0.22);
	border-radius: 10px;
	padding: 12px 14px;
	background: rgba(238, 241, 234, 0.7);
	color: var(--wht-ink);
	font-size: 0.92rem;
	line-height: 1.45;
}

.wht-mwt-enquiry__form .wpcf7 form .wpcf7-response-output:not(:empty),
.wht-mwt-enquiry__form .wpcf7 form .wpcf7-response-output.wht-mwt-cf7-response--success,
.wht-mwt-enquiry__form .wpcf7 form .wpcf7-response-output.wht-mwt-cf7-response--error {
	display: block !important;
	visibility: visible !important;
}

.wht-mwt-enquiry__form .wpcf7 form .wpcf7-response-output.wht-mwt-cf7-response--success,
.wht-mwt-enquiry__form .wpcf7 form.sent .wpcf7-response-output {
	border-color: rgba(89, 111, 67, 0.34);
	background: rgba(238, 241, 234, 0.95);
	color: var(--wht-olive-deep);
	font-weight: 700;
}

.wht-mwt-enquiry__form .wpcf7 form .wpcf7-response-output.wht-mwt-cf7-response--error,
.wht-mwt-enquiry__form .wpcf7 form.invalid .wpcf7-response-output,
.wht-mwt-enquiry__form .wpcf7 form.failed .wpcf7-response-output {
	border-color: rgba(143, 55, 50, 0.28);
	background: rgba(143, 55, 50, 0.08);
	color: #743232;
}

.wht-mwt-enquiry__form .wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #8f3732;
	font-size: 0.86rem;
	font-weight: 680;
	line-height: 1.35;
}

.wht-mwt-enquiry__form .wpcf7-submit:hover,
.wht-mwt-enquiry__form .wpcf7-submit:focus-visible {
	transform: translateY(-1px);
	background: linear-gradient(180deg, var(--wht-olive), var(--wht-olive-deep));
	box-shadow: 0 18px 38px rgba(52, 70, 44, 0.22);
	color: #fffaf0;
}

.wht-mwt-enquiry__form .wpcf7-submit:disabled,
.wht-mwt-enquiry__form .wpcf7-submit.wht-mwt-submit-disabled,
.wht-mwt-enquiry__form .wpcf7-submit:disabled:hover,
.wht-mwt-enquiry__form .wpcf7-submit.wht-mwt-submit-disabled:hover,
.wht-mwt-enquiry__form .wpcf7-submit:disabled:focus-visible,
.wht-mwt-enquiry__form .wpcf7-submit.wht-mwt-submit-disabled:focus-visible {
	transform: none;
	background: linear-gradient(180deg, rgba(97, 120, 75, 0.58), rgba(52, 70, 44, 0.58));
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.72;
}

.wht-mwt-enquiry__fallback,
.wht-mwt-enquiry__admin-warning {
	margin: 14px 0 0;
	color: var(--wht-muted);
	font-size: 0.92rem;
	font-weight: 640;
	line-height: 1.45;
}

.wht-mwt-enquiry__fallback a {
	color: var(--wht-olive-deep);
	font-weight: 720;
}

.wht-mwt-enquiry__admin-warning {
	padding: 12px 14px;
	border: 1px solid rgba(150, 58, 58, 0.22);
	border-radius: 10px;
	background: rgba(150, 58, 58, 0.08);
	color: #743232;
}

.wht-mwt-booking {
	grid-column: 2;
	grid-row: 1;
	position: static;
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-self: stretch;
	min-width: 0;
	max-height: none;
	z-index: 4;
}

.wht-mwt-booking-anchor {
	display: block;
	scroll-margin-top: calc(var(--wht-mwt-mobile-panel-top, 88px) + 18px);
}

.wht-mwt-booking-card {
	max-height: none;
	overflow: visible;
	scrollbar-gutter: auto;
	padding: clamp(13px, 1.25vw, 16px);
	border: 1px solid rgba(52, 70, 44, 0.14);
	border-radius: var(--wht-radius);
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 243, 234, 0.9)),
		var(--wht-paper);
	box-shadow: 0 16px 38px rgba(7, 22, 36, 0.065);
}

.wht-mwt-booking-card h2 {
	font-size: clamp(1.24rem, 1.78vw, 1.52rem);
	font-weight: 650;
	line-height: 1.02;
}

.wht-mwt-booking-price,
.wht-mwt-booking-price-compact {
	margin: 0;
}

.wht-mwt-booking-price {
	display: none;
	gap: 4px;
	border-top: 1px solid rgba(89, 111, 67, 0.2);
	border-bottom: 1px solid rgba(89, 111, 67, 0.16);
}

.wht-mwt-booking-price strong,
.wht-mwt-booking-price-compact {
	color: var(--wht-olive-deep);
	font-family: var(--wht-serif);
	font-size: clamp(1.35rem, 1.9vw, 1.55rem);
	font-weight: 650;
	line-height: 1;
}

.wht-mwt-booking-price span,
.wht-mwt-booking-note,
.wht-mwt-help {
	color: var(--wht-muted);
}

.wht-mwt-booking-note,
.wht-mwt-help {
	margin: 7px 0 0;
	font-size: 0.82rem;
	line-height: 1.34;
}

.wht-mwt-booking-note {
	padding: 8px 10px;
	border: 1px solid rgba(89, 111, 67, 0.16);
	border-radius: 10px;
	background: rgba(89, 111, 67, 0.08);
	color: var(--wht-olive-deep);
	font-weight: 760;
}

.wht-mwt-help {
	font-size: 0.78rem;
	line-height: 1.3;
}

.wht-mwt-help a {
	color: var(--wht-olive-deep);
	font-weight: 720;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.wht-mwt-turitop {
	margin-top: 9px;
	min-height: clamp(500px, 56vh, 620px);
	border-radius: 10px;
	overflow: visible;
	background: #f4f0e7;
}

.wht-mwt-turitop :where(.load-turitop, .loading-turitop) {
	min-height: inherit;
}

.wht-mwt-turitop :is(iframe, [class*="turitop"], [id*="turitop"]) {
	max-width: 100%;
}

.wht-mwt-sidebar-cta {
	position: static;
	overflow: hidden;
	border: 1px solid rgba(255, 250, 240, 0.1);
	border-radius: var(--wht-radius);
	padding: clamp(22px, 2.4vw, 28px);
	background:
		linear-gradient(135deg, rgba(89, 111, 67, 0.94), rgba(7, 22, 36, 0.97)),
		var(--wht-navy-deep);
	box-shadow: 0 18px 42px rgba(7, 22, 36, 0.12);
	color: #fffaf0;
}

.wht-mwt-sidebar-cta .wht-mwt-section-label {
	margin-bottom: 8px;
	color: var(--wht-gold);
	font-size: 0.72rem;
}

.wht-mwt-sidebar-cta .wht-mwt-section-label::before {
	width: 32px;
	background: rgba(215, 200, 157, 0.86);
}

.wht-mwt-sidebar-cta h3 {
	margin: 0;
	color: #fffaf0;
	font-family: var(--wht-serif);
	font-size: clamp(1.34rem, 1.9vw, 1.62rem);
	font-weight: 650;
	line-height: 1.08;
	letter-spacing: 0;
}

.wht-mwt-sidebar-cta p:not(.wht-mwt-section-label) {
	margin: 13px 0 0;
	color: rgba(255, 253, 248, 0.78);
	font-size: 0.94rem;
	font-weight: 620;
	line-height: 1.5;
}

.wht-mwt-sidebar-cta__button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	border: 1px solid #fffaf0;
	border-radius: 999px;
	padding: 12px 18px;
	background: #fffaf0;
	color: var(--wht-olive-deep) !important;
	font-size: 0.92rem;
	font-weight: 820;
	line-height: 1.1;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.wht-mwt-sidebar-cta__button:hover,
.wht-mwt-sidebar-cta__button:focus-visible {
	border-color: #fffaf0;
	background: #fffaf0;
	color: var(--wht-olive-deep) !important;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.wht-mwt-sidebar-cta__button:focus-visible {
	outline: 3px solid rgba(215, 200, 157, 0.76);
	outline-offset: 4px;
}

@media (min-width: 961px) {
	.wht-mwt-sidebar-cta {
		position: sticky;
		top: calc(var(--wht-mwt-mobile-panel-top, 88px) + 14px);
	}

	.wht-mwt-booking-card .wht-mwt-section-label {
		margin-bottom: 5px;
		font-size: 0.68rem;
	}

	.wht-mwt-booking-card .wht-mwt-section-label::before {
		width: 32px;
	}
}

.wht-mwt-bespoke-footer {
	position: relative;
	left: auto;
	right: auto;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: clamp(58px, 5.8vw, 82px) 0 26px;
	background:
		radial-gradient(circle at 12% 0%, rgba(215, 200, 157, 0.14), rgba(215, 200, 157, 0) 40%),
		linear-gradient(180deg, #071624 0%, #05080b 100%);
	color: #fffaf0;
	font-family: var(--wht-sans);
}

.wht-mwt-bespoke-footer *,
.wht-mwt-bespoke-footer *::before,
.wht-mwt-bespoke-footer *::after {
	box-sizing: border-box;
}

.wht-mwt-bespoke-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(250px, 0.92fr) minmax(250px, 0.82fr);
	gap: clamp(42px, 5.6vw, 78px);
	align-items: start;
}

.wht-mwt-bespoke-footer__eyebrow {
	margin: 0 0 12px;
	color: #d7c89d;
	font-size: 0.78rem;
	font-weight: 720;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wht-mwt-bespoke-footer h2,
.wht-mwt-bespoke-footer h3 {
	margin: 0;
	color: #fffaf0;
	font-family: var(--wht-serif);
	font-weight: 650;
	letter-spacing: 0;
}

.wht-mwt-bespoke-footer h2 {
	max-width: 470px;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	line-height: 1.08;
}

.wht-mwt-bespoke-footer h3 {
	margin-bottom: 16px;
	font-size: 1.12rem;
	line-height: 1.18;
}

.wht-mwt-bespoke-footer p {
	max-width: 460px;
	margin: 16px 0 0;
	color: rgba(255, 250, 240, 0.72);
	font-size: 0.98rem;
	line-height: 1.68;
}

.wht-mwt-bespoke-footer ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wht-mwt-bespoke-footer li {
	margin: 0;
	padding: 0;
}

.wht-mwt-bespoke-footer a {
	color: rgba(255, 250, 240, 0.78) !important;
	font-size: 0.98rem;
	line-height: 1.45;
	text-decoration: none !important;
	transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.wht-mwt-bespoke-footer__links a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.wht-mwt-bespoke-footer__links a::before {
	width: 20px;
	height: 1px;
	flex: 0 0 auto;
	background: rgba(215, 200, 157, 0.38);
	content: "";
	transition: background-color 160ms ease, width 160ms ease;
}

.wht-mwt-bespoke-footer a:hover,
.wht-mwt-bespoke-footer a:focus-visible {
	color: #fffaf0 !important;
}

.wht-mwt-bespoke-footer__links a:hover::before,
.wht-mwt-bespoke-footer__links a:focus-visible::before {
	width: 28px;
	background: rgba(215, 200, 157, 0.72);
}

.wht-mwt-bespoke-footer__contact p {
	margin-top: 8px;
}

.wht-mwt-bespoke-footer__cta {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	padding: 0 18px;
	border: 1px solid rgba(215, 200, 157, 0.48);
	border-radius: 999px;
	background: rgba(255, 250, 240, 0.06);
	color: #fffaf0 !important;
	font-weight: 680;
}

.wht-mwt-bespoke-footer__cta:hover,
.wht-mwt-bespoke-footer__cta:focus-visible {
	border-color: rgba(215, 200, 157, 0.78);
	background: rgba(215, 200, 157, 0.14);
}

.wht-mwt-bespoke-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: clamp(30px, 4vw, 46px);
	padding-top: 18px;
	border-top: 1px solid rgba(255, 250, 240, 0.12);
	color: rgba(255, 250, 240, 0.58);
	font-size: 0.88rem;
}

.wht-mwt-bespoke-footer__bottom a,
.wht-mwt-bespoke-footer__bottom span {
	color: rgba(255, 250, 240, 0.58) !important;
	font-size: 0.88rem;
}

@media (max-width: 1120px) {
	.wht-mwt-included-grid,
	.wht-mwt-detail-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wht-mwt-flow-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wht-mwt-layout {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
	}
}

@media (max-width: 960px) {
	.wht-mwt-layout {
		grid-template-columns: 1fr;
		row-gap: 48px;
	}

	.wht-mwt-content {
		display: grid;
		gap: 48px;
	}

	.wht-mwt-content > .wht-mwt-section,
	.wht-mwt-content > .wht-mwt-video,
	.wht-mwt-content > .wht-mwt-gallery,
	.wht-mwt-content > .wht-mwt-reviews,
	.wht-mwt-content > .wht-mwt-related,
	.wht-mwt-content > .wht-mwt-final-cta,
	.wht-mwt-content > .wht-mwt-enquiry {
		grid-column: auto;
	}

	.wht-mwt-enquiry {
		grid-template-columns: 1fr;
	}

	.wht-mwt-booking {
		grid-column: auto;
		grid-row: auto;
		position: static;
		max-height: none;
	}

	.wht-mwt-booking-card {
		display: grid;
		gap: 0;
		max-height: none;
		overflow: visible;
	}

	.wht-mwt-split {
		grid-template-columns: 1fr;
	}

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

	.wht-mwt-mosaic__item:nth-child(n) {
		grid-column: auto;
		grid-row: auto;
	}

	.wht-mwt-bespoke-footer__inner {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.8fr);
	}

	.wht-mwt-bespoke-footer__brand {
		grid-column: 1 / -1;
	}

}

@media (max-width: 720px) {
	.wht-mwt-page {
		font-size: 16px;
	}

	.wht-mwt-shell {
		width: min(100% - 32px, 1180px);
	}

	.wht-mwt-hero {
		height: auto;
		min-height: 0;
		align-items: start;
	}

	.wht-mwt-hero__media img {
		object-position: 50% 45%;
	}

	.wht-mwt-hero__overlay {
		background:
			linear-gradient(180deg, rgba(7, 22, 36, 0.72) 0%, rgba(7, 22, 36, 0.84) 56%, rgba(7, 22, 36, 0.96) 100%),
			linear-gradient(90deg, rgba(7, 22, 36, 0.55), rgba(7, 22, 36, 0.28));
	}

	.wht-mwt-hero__inner {
		padding: 14px 0 30px;
	}

	.wht-mwt-hero h1 {
		font-size: clamp(2.65rem, 13vw, 4.25rem);
	}

	.wht-mwt-hero__lead {
		margin-top: 22px;
		font-size: 1.1rem;
	}

	.wht-mwt-facts {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 26px;
	}

	.wht-mwt-fact {
		justify-content: space-between;
		gap: 16px;
		white-space: normal;
	}

	.wht-mwt-fact--simple + .wht-mwt-fact--simple::before {
		display: none;
	}

	.wht-mwt-hero__actions {
		display: grid;
	}

	.wht-mwt-button {
		width: 100%;
		min-height: 58px;
	}

	.wht-mwt-main {
		padding: 46px 0 66px;
	}

	.wht-mwt-content {
		gap: 48px;
	}

	.wht-mwt-included-grid,
	.wht-mwt-detail-list,
	.wht-mwt-flow-list,
	.wht-mwt-related-grid,
	.wht-mwt-enquiry {
		grid-template-columns: 1fr;
	}

	.wht-mwt-reviews {
		overflow: visible;
		padding-top: 34px;
	}

	.wht-mwt-reviews__header {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.wht-mwt-reviews__controls {
		justify-content: flex-start;
	}

	.wht-mwt-reviews__track {
		grid-auto-columns: minmax(272px, 88%);
		gap: 14px;
		margin-right: -16px;
		padding-right: 16px;
	}

	.wht-mwt-review-card {
		min-height: 292px;
	}

	.wht-mwt-included-card:last-child {
		grid-column: auto;
	}

	.wht-mwt-included-card {
		min-height: 0;
	}

	.wht-mwt-mosaic {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		grid-auto-rows: auto;
		gap: 12px;
	}

	.wht-mwt-mosaic__item:nth-child(n),
	.wht-mwt-mosaic__item--wide {
		grid-column: auto;
		grid-row: auto;
	}

	.wht-mwt-mosaic__item {
		aspect-ratio: 4 / 3;
	}

	.wht-mwt-flow-list li {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 12px;
	}

	.wht-mwt-booking-card {
		padding: 18px;
	}

	.wht-mwt-turitop,
	.wht-mwt-turitop :where(.load-turitop, .loading-turitop) {
		min-height: 450px;
	}

	.wht-mwt-bespoke-footer__inner {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.wht-mwt-bespoke-footer__brand {
		grid-column: auto;
	}

	.wht-mwt-bespoke-footer__bottom {
		display: grid;
		justify-content: start;
		gap: 8px;
	}
}


@media (max-width: 767px) {


	body.wht-mwt-product-clean .grecaptcha-badge {
		right: 8px !important;
		bottom: 8px !important;
		transform: scale(0.68);
		transform-origin: right bottom;
	}
}

@media (max-width: 420px) {
	.wht-mwt-shell {
		width: min(100% - 24px, 1180px);
	}

	.wht-mwt-hero {
		height: auto;
		min-height: 0;
	}

	.wht-mwt-kicker,
	.wht-mwt-section-label {
		gap: 10px;
		font-size: 0.76rem;
	}

	.wht-mwt-kicker::before,
	.wht-mwt-section-label::before {
		width: 42px;
	}

	.wht-mwt-section h2,
	.wht-mwt-booking-card h2 {
		font-size: clamp(1.82rem, 9vw, 2.42rem);
	}

	.wht-mwt-split > div,
	.wht-mwt-included-card,
	.wht-mwt-detail-list > div,
	.wht-mwt-review-card {
		padding: 20px;
	}

	.wht-mwt-reviews__track {
		grid-auto-columns: minmax(254px, 92%);
	}
}

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

	.wht-mwt-mosaic__item:hover img,
	.wht-mwt-button:hover,
	.wht-mwt-button:focus-visible {
		transform: none;
	}
}
/* === v0.1.12: Home review carousel parity === */
.wht-mwt-screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.wht-mwt-reviews__header {
	display: block;
	margin-bottom: 44px;
}

.wht-mwt-reviews__heading {
	margin-bottom: 0;
}

.wht-mwt-reviews__carousel {
	position: relative;
	overflow: visible;
	padding: 0 46px;
}

.wht-mwt-review-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-grid;
	width: 34px;
	height: min(48%, 168px);
	min-height: 132px;
	place-items: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--wht-olive-deep);
	font: inherit;
	cursor: pointer;
	opacity: 0.82;
	padding: 0;
	transition: transform 180ms ease, opacity 180ms ease, filter 180ms ease;
}

.wht-mwt-review-arrow--prev {
	left: 0;
	transform: translateY(-50%);
}

.wht-mwt-review-arrow--next {
	right: 0;
	transform: translateY(-50%);
}

.wht-mwt-review-arrow:hover {
	opacity: 1;
	filter: drop-shadow(0 12px 18px rgba(7, 22, 36, 0.12));
}

.wht-mwt-review-arrow--prev:hover {
	transform: translate(-2px, -50%);
}

.wht-mwt-review-arrow--next:hover {
	transform: translate(2px, -50%);
}

.wht-mwt-review-arrow:focus-visible {
	outline: 3px solid var(--wht-gold);
	outline-offset: 6px;
}

.wht-mwt-review-arrow:disabled {
	cursor: default;
	opacity: 0.24;
	filter: none;
}

.wht-mwt-review-triangle {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.5), rgba(215, 200, 157, 0.14)),
		linear-gradient(180deg, rgba(89, 111, 67, 0.76), rgba(52, 70, 44, 0.94));
	box-shadow: inset 1px 0 0 rgba(255, 253, 248, 0.28);
}

.wht-mwt-review-arrow--prev .wht-mwt-review-triangle {
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.wht-mwt-review-arrow--next .wht-mwt-review-triangle {
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.wht-mwt-reviews__track {
	display: grid;
	grid-auto-columns: calc((100% - 54px) / 4);
	grid-auto-flow: column;
	gap: 18px;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	padding: 3px 1px 12px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.wht-mwt-reviews__track::-webkit-scrollbar {
	display: none;
}

.wht-mwt-reviews__track:focus-visible {
	outline: 3px solid var(--wht-gold);
	outline-offset: 5px;
}

.wht-mwt-review-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 308px;
	flex-direction: column;
	justify-content: flex-start;
	scroll-snap-align: start;
	border: 1px solid rgba(36, 34, 31, 0.1);
	border-radius: var(--wht-radius);
	padding: 22px 22px 20px;
	background:
		radial-gradient(circle at 0% 0%, rgba(215, 200, 157, 0.14), rgba(215, 200, 157, 0) 40%),
		linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 243, 234, 0.92)),
		var(--wht-paper);
	box-shadow: 0 12px 28px rgba(7, 22, 36, 0.052);
}

.wht-mwt-review-card::before {
	width: 30px;
	height: 1px;
	margin-bottom: 14px;
	content: "";
	background: rgba(215, 200, 157, 0.95);
}

.wht-mwt-review-card__label {
	margin: 0 0 6px !important;
	color: var(--wht-olive) !important;
	font-size: 0.89rem !important;
	font-weight: 820 !important;
	line-height: 1.28 !important;
}

.wht-mwt-review-card__theme {
	margin: 0 0 14px !important;
	color: var(--wht-muted) !important;
	font-size: 0.81rem !important;
	font-weight: 720 !important;
	line-height: 1.3 !important;
	text-transform: none;
}

.wht-mwt-review-card blockquote {
	margin: 0 0 16px;
	padding: 0;
	color: var(--wht-ink);
}

.wht-mwt-review-card blockquote p {
	margin: 0;
	color: var(--wht-ink);
	font-family: var(--wht-serif);
	font-size: 0.99rem;
	font-weight: 560;
	line-height: 1.38;
	letter-spacing: 0;
	text-wrap: pretty;
}

.wht-mwt-review-card footer {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: auto;
	border-top: 1px solid rgba(36, 34, 31, 0.09);
	padding-top: 14px;
	color: var(--wht-muted);
	font-size: 0.9rem;
	line-height: 1.35;
}

.wht-mwt-review-card footer > span:first-child {
	color: var(--wht-navy);
	font-weight: 820;
}

.wht-mwt-review-platform {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(18, 48, 71, 0.08);
	border-radius: 999px;
	padding: 6px 9px;
	background: rgba(255, 253, 248, 0.58);
	color: var(--wht-muted);
	font-size: 0.81rem;
	font-weight: 720;
}

.wht-mwt-review-platform img {
	display: block;
	width: auto;
	height: 15px;
	object-fit: contain;
	opacity: 0.8;
}

.wht-mwt-review-platform--tripadvisor img {
	height: 16px;
}

.wht-mwt-review-platform--getyourguide img {
	height: 14px;
}

@media (max-width: 1100px) {
	.wht-mwt-reviews__track {
		grid-auto-columns: calc((100% - 22px) / 2);
	}
}

@media (max-width: 820px) {
	.wht-mwt-reviews__header {
		margin-bottom: 32px;
	}

	.wht-mwt-reviews__carousel {
		padding: 0 38px;
	}

	.wht-mwt-review-arrow {
		width: 26px;
		min-height: 96px;
	}

	.wht-mwt-reviews__track {
		grid-auto-columns: min(86vw, 420px);
	}
}

@media (max-width: 520px) {
	.wht-mwt-reviews__track {
		grid-auto-columns: 100%;
	}

	.wht-mwt-reviews__carousel {
		padding: 0 30px;
	}

	.wht-mwt-review-arrow {
		width: 22px;
		min-height: 84px;
	}

	.wht-mwt-review-card {
		min-height: 320px;
	}
}

/* === v0.1.14: isolated SEO, accessibility, booking resilience and tracking UI === */
.wht-mwt-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 100000;
	padding: 10px 14px;
	border-radius: 8px;
	background: #fffdf8;
	color: #071624;
	font-weight: 760;
	text-decoration: none;
	transform: translateY(calc(-100% - 24px));
	transition: transform 160ms ease;
}

.wht-mwt-skip-link:focus {
	transform: translateY(0);
}

#wht-mwt-main:focus {
	outline: none;
}

.wht-mwt-header__menu-group.is-open:not(.is-force-closed) .wht-mwt-header__submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(var(--wht-submenu-shift, 0px), 0);
	visibility: visible;
}

.wht-mwt-header__menu-group.is-force-closed .wht-mwt-header__submenu {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.wht-mwt-good-to-know a,
.wht-mwt-after-booking a,
.wht-mwt-enquiry__privacy a,
.wht-mwt-calendar-fallback a {
	color: var(--wht-olive-deep);
	font-weight: 760;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wht-mwt-after-booking__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.wht-mwt-after-booking__grid > div {
	padding: 22px;
	border: 1px solid rgba(52, 70, 44, 0.14);
	border-radius: 12px;
	background: rgba(238, 241, 234, 0.66);
}

.wht-mwt-after-booking__grid strong {
	display: block;
	color: var(--wht-navy);
	font-family: var(--wht-serif);
	font-size: 1.08rem;
}

.wht-mwt-after-booking__grid p {
	margin: 9px 0 0;
	color: var(--wht-muted);
	font-size: 0.94rem;
	line-height: 1.55;
}

.wht-mwt-enquiry__privacy {
	margin: 14px 0 0;
	color: var(--wht-muted);
	font-size: 0.82rem;
	line-height: 1.5;
}

.wht-mwt-calendar-fallback {
	margin: 14px 0 0;
	padding: 12px 14px;
	border: 1px solid rgba(89, 111, 67, 0.22);
	border-radius: 9px;
	background: rgba(238, 241, 234, 0.72);
	color: var(--wht-muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

.wht-mwt-calendar-fallback[hidden] {
	display: none;
}

.wht-mwt-mobile-sticky-book {
	display: none;
}

@media (min-width: 721px) and (max-height: 900px) {
	.wht-mwt-hero {
		min-height: max(600px, calc(100svh - 122px));
	}

	.wht-mwt-hero__inner {
		padding: 72px 0 42px;
	}

	.wht-mwt-kicker {
		margin-bottom: 18px;
	}

	.wht-mwt-hero h1 {
		font-size: clamp(2.8rem, 4.6vw, 4.2rem);
	}

	.wht-mwt-hero__lead {
		margin-top: 20px;
		font-size: 1.08rem;
		line-height: 1.46;
	}

	.wht-mwt-facts {
		margin-top: 20px;
		padding: 12px 0;
	}

	.wht-mwt-hero__actions {
		margin-top: 24px;
	}
}

@media (max-width: 720px) {
	.wht-mwt-hero {
		height: auto;
		min-height: 0;
		align-items: start;
	}

	.wht-mwt-hero__inner {
		padding: 14px 0 30px;
	}

	.wht-mwt-kicker {
		margin-bottom: 14px;
	}

	.wht-mwt-hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.5rem);
	}

	.wht-mwt-hero__lead {
		margin-top: 16px;
		font-size: 0.98rem;
		line-height: 1.42;
	}

	.wht-mwt-facts,
	.wht-mwt-facts--clean {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px 12px;
		margin-top: 18px;
		padding: 11px 0;
	}

	.wht-mwt-fact {
		justify-content: flex-start;
	}

	.wht-mwt-fact--simple .wht-mwt-fact__value {
		font-size: 0.82rem;
	}

	.wht-mwt-hero__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 20px;
	}

	.wht-mwt-button {
		min-height: 50px;
		padding: 13px 10px;
		font-size: 0.9rem;
		white-space: normal;
	}

	.wht-mwt-after-booking__grid {
		grid-template-columns: 1fr;
	}

	.wht-mwt-mobile-sticky-book {
		position: fixed;
		right: 10px;
		bottom: max(10px, env(safe-area-inset-bottom));
		left: 10px;
		z-index: 99980;
		display: flex;
		max-width: 520px;
		min-height: 60px;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		margin: 0 auto;
		padding: 10px 18px;
		border: 1px solid rgba(255, 250, 240, 0.22);
		border-radius: 12px;
		background: linear-gradient(180deg, #647d4d, #34462c);
		box-shadow: 0 14px 34px rgba(7, 22, 36, 0.3);
		color: #fffaf0 !important;
		text-decoration: none;
		opacity: 0;
		pointer-events: none;
		transform: translateY(calc(100% + 24px));
		transition: opacity 180ms ease, transform 220ms ease, visibility 220ms ease;
		visibility: hidden;
	}

	.wht-mwt-mobile-sticky-book > span:first-child {
		display: flex;
		min-width: 0;
		flex-direction: column;
		line-height: 1.1;
	}

	.wht-mwt-mobile-sticky-book strong {
		font-family: var(--wht-serif);
		font-size: 1.14rem;
	}

	.wht-mwt-mobile-sticky-book small {
		margin-top: 3px;
		color: rgba(255, 250, 240, 0.8);
		font-size: 0.72rem;
		font-weight: 650;
	}

	.wht-mwt-mobile-sticky-book__arrow {
		font-size: 1.45rem;
		line-height: 1;
	}

	.wht-mwt-mobile-sticky-book.is-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	body.wht-mwt-mobile-menu-open .wht-mwt-mobile-sticky-book,
	body.wht-mwt-sticky-suspended .wht-mwt-mobile-sticky-book {
		opacity: 0;
		pointer-events: none;
		transform: translateY(calc(100% + 24px));
		visibility: hidden;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wht-mwt-skip-link,
	.wht-mwt-mobile-sticky-book {
		transition: none;
	}
}

/* === v0.1.18: parity gates for compact mobile, conversion flow and coexistence === */
body.wht-mwt-product-clean :is(
	.xoo-wsc-markup,
	.xoo-wsc-basket,
	.xoo-wsc-modal,
	.xoo-wsc-notice-container,
	.xt_woofc-wrapper,
	.xt_woofc-cart
) {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.wht-mwt-facts--mobile {
	display: none;
}

.wht-mwt-faq__list {
	display: grid;
	gap: 12px;
	margin-top: 32px;
}

.wht-mwt-faq__list details {
	border: 1px solid rgba(52, 70, 44, 0.16);
	border-radius: 12px;
	background: rgba(255, 253, 248, 0.82);
	box-shadow: 0 10px 26px rgba(7, 22, 36, 0.045);
}

.wht-mwt-faq__list summary {
	display: flex;
	min-height: 52px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 13px 18px;
	cursor: pointer;
	color: var(--wht-ink);
	font-family: var(--wht-serif);
	font-size: 1.05rem;
	font-weight: 650;
	line-height: 1.3;
	list-style: none;
}

.wht-mwt-faq__list summary::-webkit-details-marker {
	display: none;
}

.wht-mwt-faq__list summary::after {
	display: grid;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	place-items: center;
	border-radius: 50%;
	background: rgba(89, 111, 67, 0.1);
	color: var(--wht-olive-deep);
	content: "+";
	font-family: var(--wht-sans);
	font-size: 1.15rem;
	line-height: 1;
}

.wht-mwt-faq__list details[open] summary::after {
	content: "−";
}

.wht-mwt-faq__list p {
	margin: 0;
	padding: 0 18px 18px;
	color: var(--wht-muted);
	font-size: 0.95rem;
	line-height: 1.58;
}

.wht-mwt-booking-summary {
	margin-top: 14px;
	padding: 12px 0;
	border-top: 1px solid rgba(89, 111, 67, 0.2);
	border-bottom: 1px solid rgba(89, 111, 67, 0.16);
}

.wht-mwt-booking-summary p {
	margin: 7px 0 0;
	color: var(--wht-muted);
	font-size: 0.82rem;
	font-weight: 680;
	line-height: 1.38;
}

.wht-mwt-booking-summary .wht-mwt-booking-price-compact {
	margin: 0;
	color: var(--wht-olive-deep);
	font-family: var(--wht-serif);
	font-size: clamp(1.35rem, 1.9vw, 1.55rem);
	font-weight: 650;
	line-height: 1;
}

.wht-mwt-bespoke-footer__bottom .wht-mwt-bespoke-footer__cookie-settings {
	appearance: none;
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid rgba(215, 200, 157, 0.34);
	border-radius: 999px;
	background: transparent;
	color: rgba(255, 250, 240, 0.72);
	cursor: pointer;
	font: inherit;
	font-size: 0.88rem;
}

.wht-mwt-bespoke-footer__bottom .wht-mwt-bespoke-footer__cookie-settings:hover,
.wht-mwt-bespoke-footer__bottom .wht-mwt-bespoke-footer__cookie-settings:focus-visible {
	border-color: rgba(215, 200, 157, 0.76);
	background: rgba(215, 200, 157, 0.12);
	color: #fffaf0;
}

.wht-mwt-review-arrow {
	width: 44px;
	min-width: 44px;
}

.wht-mwt-review-triangle {
	width: 100%;
	max-width: 34px;
}

@media (max-width: 1120px) {
	.wht-mwt-enquiry {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
		align-items: start;
	}

	.wht-mwt-enquiry__copy p:not(.wht-mwt-section-label) {
		max-width: 680px;
	}

	.wht-mwt-enquiry__form {
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.wht-mwt-header__hamburger,
	.wht-mwt-header__social,
	.wht-mwt-mobile-panel__close {
		width: 44px;
		min-width: 44px;
		height: 44px;
		min-height: 44px;
	}

	.wht-mwt-header__contact {
		min-height: 44px;
	}
}

@media (max-width: 720px) {
	.wht-mwt-hero {
		height: auto;
		min-height: 0;
		align-items: start;
	}

	.wht-mwt-hero__inner {
		padding: 14px 0 30px;
	}

	.wht-mwt-hero__media img {
		object-position: 50% 44%;
		filter: brightness(1.08) saturate(1.02) contrast(1.03);
	}

	.wht-mwt-hero__overlay {
		background:
			linear-gradient(180deg, rgba(7, 22, 36, 0.62) 0%, rgba(7, 22, 36, 0.72) 58%, rgba(7, 22, 36, 0.92) 100%),
			linear-gradient(90deg, rgba(7, 22, 36, 0.62) 0%, rgba(7, 22, 36, 0.34) 54%, rgba(7, 22, 36, 0.1) 100%);
	}

	.wht-mwt-kicker {
		margin-bottom: 10px;
		font-size: 0.76rem;
	}

	.wht-mwt-hero h1 {
		font-size: clamp(2.28rem, 11.4vw, 3.05rem);
		line-height: 0.98;
	}

	.wht-mwt-hero__lead {
		margin-top: 13px;
		font-size: 0.96rem;
		line-height: 1.4;
	}

	.wht-mwt-facts--desktop {
		display: none;
	}

	.wht-mwt-facts--mobile,
	.wht-mwt-facts--mobile.wht-mwt-facts--clean {
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		grid-template-rows: repeat(2, auto);
		row-gap: 2px;
		column-gap: 0;
		margin-top: 14px;
		padding: 8px 0;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact {
		display: flex;
		grid-column: span 3;
		min-width: 0;
		min-height: 34px;
		align-items: center;
		justify-content: center;
		gap: 0;
		padding: 2px 4px;
		text-align: center;
		white-space: normal;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(1),
	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(2),
	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(3),
	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(5),
	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(6) {
		border-right: 1px solid rgba(229, 215, 174, 0.2);
	}

	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(5) {
		grid-column: 1 / span 4;
		grid-row: 2;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(6) {
		grid-column: 5 / span 4;
		grid-row: 2;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(7) {
		grid-column: 9 / span 4;
		grid-row: 2;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact--simple + .wht-mwt-fact--simple::before {
		display: none;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact__value {
		font-size: clamp(0.68rem, 2.85vw, 0.78rem);
		line-height: 1.16;
		text-wrap: balance;
		white-space: normal;
	}

	.wht-mwt-hero__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 16px;
	}

	.wht-mwt-button {
		width: 100%;
		min-height: 50px;
		padding: 12px 8px;
		font-size: 0.88rem;
		line-height: 1.2;
		text-align: center;
		white-space: normal;
	}

	.wht-mwt-mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		grid-auto-rows: auto;
		gap: 10px;
	}

	.wht-mwt-mosaic__item:nth-child(n) {
		grid-column: auto;
		grid-row: auto;
		aspect-ratio: 1 / 1;
	}

	.wht-mwt-mosaic__item:nth-child(1),
	.wht-mwt-mosaic__item:nth-child(6) {
		grid-column: 1 / -1;
		aspect-ratio: 16 / 10;
	}

	.wht-mwt-faq__list summary {
		min-height: 48px;
		padding: 11px 14px;
		font-size: 0.98rem;
	}

	.wht-mwt-faq__list p {
		padding: 0 14px 15px;
	}

	body.wht-mwt-product-clean.wht-mwt-sticky-visible .grecaptcha-badge,
	body.wht-mwt-product-clean.wht-mwt-sticky-visible #ast-scroll-top,
	body.wht-mwt-product-clean.wht-mwt-sticky-visible .cky-btn-revisit-wrapper {
		bottom: calc(82px + env(safe-area-inset-bottom)) !important;
	}

	body.wht-mwt-product-clean #ast-scroll-top {
		min-width: 44px;
		min-height: 44px;
	}
}

@media (max-width: 420px) {
	.wht-mwt-hero {
		min-height: 0;
	}

	.wht-mwt-hero__inner {
		padding: 12px 0 24px;
	}

	.wht-mwt-hero h1 {
		font-size: clamp(2.08rem, 11vw, 2.68rem);
	}

	.wht-mwt-hero__lead {
		font-size: 0.92rem;
		line-height: 1.38;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact__value {
		font-size: clamp(0.66rem, 2.8vw, 0.74rem);
	}
}

@media (max-width: 820px) {
	.wht-mwt-review-triangle {
		max-width: 26px;
	}
}

@media (max-width: 520px) {
	.wht-mwt-review-triangle {
		max-width: 22px;
	}
}

/* === v0.1.20: v0.1.12 desktop gallery restored; tablet/mobile retained === */

/*
 * Desktop restores the exact twelve-image mosaic and item spans from v0.1.12.
 * Tablet and mobile retain the six-image responsive presentation from v0.1.19.
 */
@media (min-width: 721px) and (max-width: 1120px) {
	.wht-mwt-mosaic__item:nth-child(n + 7) {
		display: none;
	}


	.wht-mwt-mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-areas: none;
		grid-template-rows: none;
		grid-auto-rows: auto;
		gap: 14px;
	}

	.wht-mwt-mosaic__item:nth-child(n) {
		grid-column: auto;
		grid-row: auto;
		aspect-ratio: 4 / 3;
	}

	.wht-mwt-mosaic__item:nth-child(1),
	.wht-mwt-mosaic__item:nth-child(4) {
		grid-column: 1 / -1;
		aspect-ratio: 16 / 9;
	}
}

/* Use the compact 4+3 facts grid on small tablets too, avoiding wrapped
 * separators at 768px while keeping the desktop row at wider widths. */
@media (min-width: 721px) and (max-width: 900px) {
	.wht-mwt-facts--desktop {
		display: none;
	}

	.wht-mwt-facts--mobile,
	.wht-mwt-facts--mobile.wht-mwt-facts--clean {
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		grid-template-rows: repeat(2, auto);
		row-gap: 4px;
		column-gap: 0;
		max-width: none;
		margin-top: 18px;
		padding: 10px 0;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact {
		display: flex;
		grid-column: span 3;
		min-width: 0;
		min-height: 38px;
		align-items: center;
		justify-content: center;
		padding: 3px 8px;
		text-align: center;
		white-space: normal;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(1),
	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(2),
	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(3),
	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(5),
	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(6) {
		border-right: 1px solid rgba(229, 215, 174, 0.2);
	}

	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(5) {
		grid-column: 1 / span 4;
		grid-row: 2;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(6) {
		grid-column: 5 / span 4;
		grid-row: 2;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact:nth-child(7) {
		grid-column: 9 / span 4;
		grid-row: 2;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact--simple + .wht-mwt-fact--simple::before {
		display: none;
	}

	.wht-mwt-facts--mobile .wht-mwt-fact__value {
		font-size: 0.78rem;
		line-height: 1.18;
		white-space: normal;
	}
}

@media (max-width: 720px) {
	.wht-mwt-mosaic__item:nth-child(n + 7) {
		display: none;
	}

	.wht-mwt-mosaic {
		grid-template-columns: 1fr;
		grid-template-areas: none;
		grid-template-rows: none;
		grid-auto-rows: auto;
		gap: 12px;
	}

	.wht-mwt-mosaic__item:nth-child(n),
	.wht-mwt-mosaic__item--wide,
	.wht-mwt-mosaic__item:nth-child(1),
	.wht-mwt-mosaic__item:nth-child(6) {
		grid-column: auto;
		grid-row: auto;
		aspect-ratio: 4 / 3;
	}
}

/* v0.1.21: keep Astra's mobile scroll-to-top control above the reCAPTCHA badge. */
@media (max-width: 720px) {
	body.wht-mwt-product-clean #ast-scroll-top {
		bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
	}
}

/* v0.1.22: when the mobile booking sticky is visible, keep the blue
   scroll-to-top button above both the sticky bar and the reCAPTCHA badge. */
@media (max-width: 720px) {
	body.wht-mwt-product-clean.wht-mwt-sticky-visible #ast-scroll-top {
		bottom: calc(158px + env(safe-area-inset-bottom, 0px)) !important;
	}
}

/* ================================================================
   v0.1.23 — consolidated organic-page CRO / SEO / LLM refinement
   ================================================================ */

.wht-mwt-recaptcha-notice {
	margin: 10px 0 0;
	color: var(--wht-muted);
	font-size: .62rem;
	line-height: 1.3;
	text-align: center;
}

.wht-mwt-recaptcha-notice a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Hide only the badge. reCAPTCHA protection remains active. */
body.wht-mwt-product-clean .grecaptcha-badge {
	visibility: hidden !important;
	pointer-events: none !important;
}

/* Approved widget stack when the mobile booking CTA is hidden. */
body.wht-mwt-product-clean #ast-scroll-top {
	right: 12px !important;
	left: auto !important;
	bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
	z-index: 2147483646 !important;
}

body.wht-mwt-product-clean .cky-btn-revisit-wrapper {
	right: auto !important;
	left: 10px !important;
	bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
}

/* Approved widget stack when Book now is visible. */
body.wht-mwt-product-clean.wht-mwt-sticky-visible #ast-scroll-top {
	right: 12px !important;
	left: auto !important;
	bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important;
	z-index: 2147483646 !important;
}

body.wht-mwt-product-clean.wht-mwt-sticky-visible .cky-btn-revisit-wrapper {
	right: auto !important;
	left: 10px !important;
	bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important;
}

@media (min-width: 1121px) {
	.wht-mwt-included-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 14px;
	}

	.wht-mwt-included-card {
		min-height: 206px;
		padding: 20px 18px;
	}

	.wht-mwt-included-card h3 {
		font-size: 1.16rem;
	}

	.wht-mwt-included-card p {
		margin-top: 10px;
		font-size: .88rem;
		line-height: 1.48;
	}

	.wht-mwt-flow-list {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.wht-mwt-flow-list li {
		grid-column: span 2;
	}

	.wht-mwt-flow-list li:nth-last-child(-n + 2) {
		grid-column: span 3;
	}

	.wht-mwt-after-booking__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wht-mwt-enquiry {
		align-items: start;
	}
}

@media (max-width: 720px) {
	.wht-mwt-recaptcha-notice {
		font-size: .54rem;
		line-height: 1.24;
	}

	body.wht-mwt-product-clean #ast-scroll-top {
		right: 10px !important;
		bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
	}

	body.wht-mwt-product-clean.wht-mwt-sticky-visible #ast-scroll-top {
		right: 10px !important;
		bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important;
	}

	body.wht-mwt-product-clean .cky-btn-revisit-wrapper {
		left: 10px !important;
		bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
	}

	body.wht-mwt-product-clean.wht-mwt-sticky-visible .cky-btn-revisit-wrapper {
		left: 10px !important;
		bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important;
	}
}

/* ================================================================
   v0.1.30 — Rodrigo's supplied EPS gallery composition
   ================================================================ */

@media (min-width: 721px) {
	.wht-mwt-mosaic {
		grid-template-areas:
			"a b c"
			"a d d"
			"e e f"
			"g h h";
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: repeat(4, minmax(0, 1fr));
		grid-auto-flow: row;
		grid-auto-rows: auto;
		gap: 2.14%;
		aspect-ratio: 1404 / 1779;
	}

	.wht-mwt-mosaic__item:nth-child(n) {
		grid-column: auto;
		grid-row: auto;
		aspect-ratio: auto;
	}

	.wht-mwt-mosaic__item:nth-child(1) { grid-area: a; }
	.wht-mwt-mosaic__item:nth-child(2) { grid-area: b; }
	.wht-mwt-mosaic__item:nth-child(3) { grid-area: c; }
	.wht-mwt-mosaic__item:nth-child(4) { grid-area: d; }
	.wht-mwt-mosaic__item:nth-child(5) { grid-area: e; }
	.wht-mwt-mosaic__item:nth-child(6) { grid-area: f; }
	.wht-mwt-mosaic__item:nth-child(7) { grid-area: g; }
	.wht-mwt-mosaic__item:nth-child(8) { grid-area: h; }
}

@media (max-width: 720px) {
	.wht-mwt-mosaic {
		grid-template-columns: 1fr;
		grid-template-areas: none;
		grid-template-rows: none;
		grid-auto-rows: auto;
		gap: 12px;
		aspect-ratio: auto;
	}

	.wht-mwt-mosaic__item:nth-child(n) {
		grid-column: auto;
		grid-row: auto;
		aspect-ratio: auto;
	}

	.wht-mwt-mosaic img {
		height: auto;
	}
}

/* v0.1.32: unified three-card groups with no orphan card rows. */
@media (min-width: 721px) {
	.wht-mwt-included-grid,
	.wht-mwt-detail-list,
	.wht-mwt-flow-list,
	.wht-mwt-after-booking__grid,
	.wht-mwt-related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wht-mwt-flow-list li,
	.wht-mwt-flow-list li:nth-last-child(-n + 2) {
		grid-column: auto;
	}
}

/* ================================================================
   v0.1.33 — mobile-first hero reading and decision hierarchy
   ================================================================ */

.wht-mwt-hero__lead-mobile {
	display: none;
}

@media (max-width: 720px) {
	.wht-mwt-hero {
		min-height: 600px;
		min-height: clamp(540px, calc(100svh - 68px), 720px);
		align-items: end;
	}

	.wht-mwt-hero__inner {
		width: min(100% - 40px, 680px);
		padding: clamp(108px, 19svh, 160px) 0 42px;
	}

	.wht-mwt-hero__media img {
		object-position: 50% 42%;
		filter: brightness(1.05) saturate(1.01) contrast(1.04);
	}

	.wht-mwt-hero__overlay {
		background:
			linear-gradient(180deg, rgba(7, 22, 36, 0.36) 0%, rgba(7, 22, 36, 0.54) 32%, rgba(7, 22, 36, 0.84) 68%, rgba(7, 22, 36, 0.97) 100%),
			linear-gradient(90deg, rgba(7, 22, 36, 0.46) 0%, rgba(7, 22, 36, 0.18) 72%, rgba(7, 22, 36, 0.08) 100%);
	}

	.wht-mwt-kicker {
		margin-bottom: 14px;
		font-size: 0.84rem;
		font-weight: 720;
		line-height: 1.35;
	}

	.wht-mwt-kicker::before {
		width: 30px;
	}

	.wht-mwt-hero h1 {
		max-width: 8.5ch;
		font-size: clamp(3.1rem, 14vw, 3.9rem);
		line-height: 0.96;
		letter-spacing: -0.018em;
	}

	.wht-mwt-hero__lead {
		max-width: 31ch;
		margin-top: 20px;
		color: rgba(255, 249, 239, 0.94);
		font-size: clamp(1.06rem, 4.55vw, 1.16rem);
		font-weight: 520;
		line-height: 1.54;
		text-shadow: 0 2px 20px rgba(0, 0, 0, 0.48);
	}

	.wht-mwt-hero__lead-desktop {
		display: none;
	}

	.wht-mwt-hero__lead-mobile {
		display: inline;
	}

	.wht-mwt-facts--mobile,
	.wht-mwt-facts--mobile.wht-mwt-facts--clean {
		display: none;
	}

	.wht-mwt-hero__actions {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
		max-width: 360px;
		margin-top: 28px;
	}

	.wht-mwt-hero__actions .wht-mwt-button {
		min-height: 54px;
		padding: 14px 18px;
		font-size: 1rem;
	}
}

@media (max-width: 380px) {
	.wht-mwt-hero {
		min-height: 540px;
	}

	.wht-mwt-hero__inner {
		width: min(100% - 32px, 680px);
		padding-top: 96px;
		padding-bottom: 34px;
	}

	.wht-mwt-hero h1 {
		font-size: clamp(2.85rem, 14.6vw, 3.25rem);
	}

	.wht-mwt-hero__lead {
		font-size: 1.04rem;
		line-height: 1.5;
	}
}

/* ================================================================
   v0.1.34 — Private Wine landing visual system
   Visual-only layer. Public copy, gallery/mosaic, booking and scripts
   remain on their existing contracts.
   ================================================================ */

.wht-mwt-page {
	--wht-paper-soft: #eef1ea;
	--wht-border: rgba(36, 34, 31, 0.14);
	--wht-shadow-soft: 0 18px 44px rgba(7, 22, 36, 0.07);
	--wht-shadow-card: 0 24px 58px rgba(7, 22, 36, 0.09);
	--wht-radius: 8px;
	background: var(--wht-paper);
	font-family: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.wht-mwt-shell {
	width: min(1440px, calc(100% - clamp(40px, 6.4vw, 128px)));
}

/* Header integrated with the hero, using the approved horizontal brand mark. */
.wht-mwt-header {
	--wht-mwt-header-top: 96px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(7, 22, 36, 0.76), rgba(7, 22, 36, 0));
	font-family: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wht-mwt-header__inner {
	min-height: var(--wht-mwt-header-top);
	padding: 18px clamp(24px, 3.2vw, 64px);
}

.wht-mwt-header__logo-img {
	width: clamp(220px, 18vw, 320px);
	max-height: 52px;
	object-position: left center;
}

.wht-mwt-header__menu-button,
.wht-mwt-header__wine-shop {
	font-size: 0.9rem;
	font-weight: 650;
}

.wht-mwt-header__contact {
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.96);
	color: var(--wht-navy-deep);
}

.wht-mwt-header__submenu,
.wht-mwt-mobile-panel__list a {
	border-radius: 8px;
}

/* Hero proportions, hierarchy and restraint mirror the private landing. */
.wht-mwt-hero {
	min-height: clamp(680px, 76vh, 820px);
}

.wht-mwt-hero__overlay {
	background:
		linear-gradient(90deg, rgba(6, 20, 32, 0.9) 0%, rgba(6, 20, 32, 0.72) 36%, rgba(6, 20, 32, 0.34) 66%, rgba(6, 20, 32, 0.5) 100%),
		linear-gradient(180deg, rgba(6, 20, 32, 0.14), rgba(6, 20, 32, 0.48));
}

.wht-mwt-hero__inner {
	padding: clamp(172px, 19vh, 216px) 0 clamp(74px, 8vh, 96px);
}

.wht-mwt-kicker {
	min-height: 34px;
	gap: 0;
	margin-bottom: 22px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	padding: 7px 12px;
	background: rgba(255, 253, 248, 0.9);
	color: var(--wht-navy-deep);
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.3;
	text-shadow: none;
}

.wht-mwt-kicker::before {
	display: none;
}

.wht-mwt-hero h1 {
	max-width: 820px;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(3.4rem, 5.8vw, 6.1rem);
	font-weight: 700;
	line-height: 1.02;
}

.wht-mwt-hero__lead {
	max-width: 760px;
	margin-top: 22px;
	font-size: clamp(1.08rem, 1.42vw, 1.34rem);
	font-weight: 450;
	line-height: 1.62;
	text-shadow: 0 2px 22px rgba(0, 0, 0, 0.42);
}

.wht-mwt-facts,
.wht-mwt-facts--clean {
	max-width: 980px;
	margin-top: 26px;
	padding: 14px 0;
}

.wht-mwt-fact--simple .wht-mwt-fact__value {
	font-size: 0.94rem;
	font-weight: 600;
}

.wht-mwt-hero__actions {
	gap: 12px;
	margin-top: 28px;
}

.wht-mwt-button {
	min-height: 54px;
	border-radius: 8px;
	padding: 15px 20px;
	background: var(--wht-olive);
	box-shadow: none;
	font-weight: 700;
}

.wht-mwt-button:hover,
.wht-mwt-button:focus-visible {
	background: var(--wht-olive-deep);
	box-shadow: none;
}

.wht-mwt-button--secondary {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: none;
}

.wht-mwt-button--secondary:hover,
.wht-mwt-button--secondary:focus-visible {
	background: rgba(255, 255, 255, 0.17);
}

/* Editorial content rhythm. */
.wht-mwt-main {
	padding: clamp(76px, 7vw, 112px) 0;
	background: var(--wht-paper);
}

.wht-mwt-layout {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
	gap: clamp(48px, 5vw, 88px);
}

.wht-mwt-content {
	gap: clamp(76px, 7vw, 112px);
}

.wht-mwt-section-label {
	display: block;
	margin-bottom: 12px;
	color: var(--wht-olive-deep);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
}

.wht-mwt-section-label::before {
	display: none;
}

.wht-mwt-section h2,
.wht-mwt-booking-card h2 {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2.15rem, 3.55vw, 3.8rem);
	font-weight: 700;
	line-height: 1.04;
}

.wht-mwt-section h3 {
	font-family: "Fraunces", Georgia, serif;
	font-weight: 700;
}

.wht-mwt-section p {
	color: var(--wht-muted);
	font-size: clamp(1rem, 1.04vw, 1.12rem);
	line-height: 1.65;
}

.wht-mwt-intro h2 {
	max-width: 940px;
}

.wht-mwt-proof-line {
	padding: 15px 0;
	border-color: rgba(89, 111, 67, 0.24);
	font-weight: 650;
}

/* Flat editorial cards; every standard desktop module remains one row of three. */
.wht-mwt-split {
	gap: 24px;
}

.wht-mwt-split > div,
.wht-mwt-included-card,
.wht-mwt-detail-list > div {
	border: 1px solid var(--wht-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(36, 34, 31, 0.055);
}

.wht-mwt-split > div {
	padding: clamp(26px, 3vw, 38px);
}

.wht-mwt-check-list li::before {
	width: 7px;
	height: 7px;
}

.wht-mwt-included-grid,
.wht-mwt-detail-list,
.wht-mwt-after-booking__grid,
.wht-mwt-related-grid {
	gap: 16px;
}

.wht-mwt-included-card,
.wht-mwt-detail-list > div,
.wht-mwt-after-booking__grid > * {
	min-height: 0;
	padding: clamp(22px, 2.4vw, 30px);
}

.wht-mwt-detail-list span {
	color: var(--wht-olive-deep);
	font-weight: 700;
}

.wht-mwt-after-booking__grid > * {
	border: 1px solid var(--wht-border);
	border-radius: 8px;
	background: var(--wht-stone, #eef1ea);
	box-shadow: none;
}

/* The landing's dark, continuous three-step treatment. */
.wht-mwt-flow {
	padding: clamp(40px, 5vw, 60px);
	border-radius: 8px;
	background: var(--wht-navy-deep);
}

.wht-mwt-flow .wht-mwt-section-label {
	color: var(--wht-gold);
}

.wht-mwt-flow > h2 {
	color: #fff;
}

.wht-mwt-flow-list {
	gap: 1px;
	margin-top: 34px;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.16);
}

.wht-mwt-flow-list li {
	min-height: 230px;
	border: 0;
	border-radius: 0;
	padding: clamp(24px, 2.4vw, 32px);
	background: rgba(255, 255, 255, 0.055);
	box-shadow: none;
}

.wht-mwt-flow-list span {
	color: var(--wht-gold);
}

.wht-mwt-flow-list h3 {
	color: #fff;
}

.wht-mwt-flow-list p {
	color: rgba(255, 255, 255, 0.76);
}

.wht-mwt-video-frame {
	border-radius: 8px;
	box-shadow: 0 24px 58px rgba(7, 22, 36, 0.16);
}

/* Reviews and FAQ become lighter, quieter proof modules. */
.wht-mwt-reviews {
	border-top-color: var(--wht-border);
}

.wht-mwt-review-arrow,
.wht-mwt-reviews__button {
	border-radius: 8px;
	background: #fff;
}

.wht-mwt-review-card {
	min-height: 300px;
	border: 1px solid var(--wht-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
}

.wht-mwt-review-card::before {
	color: var(--wht-gold);
	opacity: 0.7;
}

.wht-mwt-review-card blockquote p {
	font-family: "Fraunces", Georgia, serif;
	font-weight: 600;
}

.wht-mwt-faq__list {
	gap: 0;
	border-top: 1px solid var(--wht-border);
}

.wht-mwt-faq__list details {
	border: 0;
	border-bottom: 1px solid var(--wht-border);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.wht-mwt-faq__list summary {
	min-height: 62px;
	padding: 16px 0;
	font-family: "Fraunces", Georgia, serif;
}

.wht-mwt-faq__list summary::after {
	border-radius: 8px;
}

.wht-mwt-faq__list p {
	padding: 0 48px 20px 0;
}

/* Conversion blocks use the same flat 8 px system as the landing form. */
.wht-mwt-final-cta {
	border-radius: 8px;
	background: var(--wht-navy-deep);
	box-shadow: none;
}

.wht-mwt-final-cta h2 {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2.2rem, 3.8vw, 4rem);
	font-weight: 700;
}

.wht-mwt-final-cta .wht-mwt-button {
	border-radius: 8px;
	box-shadow: none;
}

.wht-mwt-enquiry {
	align-items: start;
	border-top-color: var(--wht-border);
}

.wht-mwt-enquiry__form {
	border: 1px solid var(--wht-border);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.98);
	box-shadow: 0 22px 50px rgba(36, 34, 31, 0.07);
}

.wht-mwt-enquiry__form .wpcf7 :is(input:not([type="submit"]), textarea, select) {
	border-radius: 6px;
	background: #fff;
}

.wht-mwt-enquiry__form .wpcf7-submit {
	border-radius: 8px;
	background: var(--wht-olive);
	box-shadow: none;
}

.wht-mwt-enquiry__form .wpcf7-submit:hover,
.wht-mwt-enquiry__form .wpcf7-submit:focus-visible {
	background: var(--wht-olive-deep);
	box-shadow: none;
}

.wht-mwt-related-card {
	gap: 15px;
	border: 1px solid var(--wht-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
}

.wht-mwt-related-card img {
	border-radius: 6px;
}

/* Booking remains functionally identical, with the landing's form-panel finish. */
.wht-mwt-booking-card {
	border: 1px solid var(--wht-border);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.98);
	box-shadow: 0 22px 50px rgba(36, 34, 31, 0.08);
}

.wht-mwt-booking-card h2 {
	font-size: clamp(1.45rem, 1.7vw, 1.85rem);
}

.wht-mwt-booking-note,
.wht-mwt-turitop {
	border-radius: 6px;
}

.wht-mwt-sidebar-cta {
	border-radius: 8px;
	background: linear-gradient(135deg, var(--wht-olive-deep), var(--wht-navy-deep));
	box-shadow: 0 20px 46px rgba(7, 22, 36, 0.16);
}

.wht-mwt-sidebar-cta__button {
	border-radius: 8px;
	box-shadow: none;
}

.wht-mwt-mobile-sticky-book {
	border-radius: 8px;
	background: var(--wht-olive);
	box-shadow: 0 14px 32px rgba(7, 22, 36, 0.2);
}

/* Light editorial footer, matching the private landing's close. */
.wht-mwt-bespoke-footer {
	padding-top: clamp(64px, 6vw, 92px);
	background: var(--wht-paper);
	color: var(--wht-ink);
}

.wht-mwt-bespoke-footer__inner {
	padding-top: clamp(42px, 5vw, 64px);
	border-top: 1px solid var(--wht-border);
}

.wht-mwt-bespoke-footer__eyebrow {
	color: var(--wht-olive-deep);
}

.wht-mwt-bespoke-footer h2,
.wht-mwt-bespoke-footer h3 {
	color: var(--wht-ink);
	font-family: "Fraunces", Georgia, serif;
}

.wht-mwt-bespoke-footer p,
.wht-mwt-bespoke-footer a {
	color: var(--wht-muted) !important;
}

.wht-mwt-bespoke-footer a:hover,
.wht-mwt-bespoke-footer a:focus-visible {
	color: var(--wht-navy) !important;
}

.wht-mwt-bespoke-footer__links a::before {
	background: rgba(89, 111, 67, 0.34);
}

.wht-mwt-bespoke-footer__cta {
	border-color: var(--wht-olive);
	border-radius: 8px;
	background: var(--wht-olive);
	color: #fff !important;
}

.wht-mwt-bespoke-footer__cta:hover,
.wht-mwt-bespoke-footer__cta:focus-visible {
	border-color: var(--wht-olive-deep);
	background: var(--wht-olive-deep);
	color: #fff !important;
}

.wht-mwt-bespoke-footer__bottom {
	border-top-color: var(--wht-border);
	color: var(--wht-muted);
}

.wht-mwt-bespoke-footer__bottom a,
.wht-mwt-bespoke-footer__bottom span {
	color: var(--wht-muted) !important;
}

.wht-mwt-bespoke-footer__bottom .wht-mwt-bespoke-footer__cookie-settings {
	border-color: var(--wht-border);
	border-radius: 8px;
	color: var(--wht-muted);
}

.wht-mwt-bespoke-footer__bottom .wht-mwt-bespoke-footer__cookie-settings:hover,
.wht-mwt-bespoke-footer__bottom .wht-mwt-bespoke-footer__cookie-settings:focus-visible {
	border-color: var(--wht-olive);
	background: rgba(89, 111, 67, 0.08);
	color: var(--wht-olive-deep);
}

@media (min-width: 721px) {
	.wht-mwt-included-grid,
	.wht-mwt-detail-list,
	.wht-mwt-flow-list,
	.wht-mwt-after-booking__grid,
	.wht-mwt-related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1199px) {
	.wht-mwt-header {
		--wht-mwt-header-top: 90px;
	}

	.wht-mwt-header__inner {
		padding: 14px clamp(18px, 3.2vw, 42px);
	}

	.wht-mwt-header__logo-img {
		width: clamp(190px, 28vw, 250px);
		max-height: 44px;
	}
}

@media (max-width: 960px) {
	.wht-mwt-layout {
		grid-template-columns: 1fr;
	}

	.wht-mwt-flow {
		padding: clamp(30px, 6vw, 48px);
	}
}

@media (max-width: 720px) {
	.wht-mwt-shell {
		width: min(100% - 40px, 680px);
	}

	.wht-mwt-header {
		--wht-mwt-header-top: 82px;
	}

	.wht-mwt-header__inner {
		padding: 12px 20px;
	}

	.wht-mwt-header__logo-img {
		width: clamp(145px, 42vw, 190px);
		max-height: 40px;
	}

	.wht-mwt-header__social {
		display: none;
	}

	.wht-mwt-hero {
		min-height: clamp(620px, 100svh, 760px);
		align-items: end;
	}

	.wht-mwt-hero__inner {
		padding: 132px 0 44px;
	}

	.wht-mwt-hero__overlay {
		background:
			linear-gradient(180deg, rgba(7, 22, 36, 0.3) 0%, rgba(7, 22, 36, 0.58) 38%, rgba(7, 22, 36, 0.94) 78%, rgba(7, 22, 36, 0.98) 100%),
			linear-gradient(90deg, rgba(7, 22, 36, 0.45), rgba(7, 22, 36, 0.16));
	}

	.wht-mwt-kicker {
		margin-bottom: 16px;
		font-size: 0.78rem;
	}

	.wht-mwt-hero h1 {
		max-width: 8ch;
		font-size: clamp(3rem, 14vw, 4rem);
		line-height: 0.98;
	}

	.wht-mwt-hero__lead {
		max-width: 34ch;
		margin-top: 18px;
		font-size: clamp(1.03rem, 4.3vw, 1.14rem);
		font-weight: 450;
		line-height: 1.55;
	}

	.wht-mwt-hero__actions {
		gap: 10px;
		margin-top: 26px;
	}

	.wht-mwt-hero__actions .wht-mwt-button {
		min-height: 52px;
		font-size: 0.96rem;
	}

	.wht-mwt-main {
		padding: 62px 0 72px;
	}

	.wht-mwt-content {
		gap: 64px;
	}

	.wht-mwt-section h2,
	.wht-mwt-booking-card h2 {
		font-size: clamp(2rem, 10vw, 2.85rem);
	}

	.wht-mwt-flow {
		padding: 28px 20px;
	}

	.wht-mwt-flow-list {
		grid-template-columns: 1fr;
		gap: 1px;
	}

	.wht-mwt-flow-list li {
		min-height: 0;
	}

	.wht-mwt-enquiry__form,
	.wht-mwt-booking-card {
		padding: 20px;
	}

	.wht-mwt-bespoke-footer {
		padding-top: 52px;
	}
}

@media (max-width: 430px) {
	.wht-mwt-shell {
		width: min(100% - 32px, 680px);
	}

	.wht-mwt-header__inner {
		padding-right: 14px;
		padding-left: 14px;
	}

	.wht-mwt-header__logo-img {
		width: clamp(128px, 37vw, 158px);
		max-height: 34px;
	}

	.wht-mwt-header__contact {
		padding: 0 11px;
		font-size: 0.82rem;
	}

	.wht-mwt-hero__inner {
		padding-top: 118px;
		padding-bottom: 36px;
	}

	.wht-mwt-hero h1 {
		font-size: clamp(2.75rem, 14.2vw, 3.45rem);
	}
}

@media (max-width: 370px) {
	.wht-mwt-header__logo-img {
		width: 116px;
	}

	.wht-mwt-header__contact {
		display: none;
	}
}

/* ================================================================
   v0.1.35 — approved content and responsive refinements
   ================================================================ */

.wht-mwt-hero__lead-emphasis {
	color: inherit;
	font-weight: 600;
}

.wht-mwt-inline-map-link {
	color: var(--wht-navy) !important;
	font-weight: 700;
	text-decoration-line: underline !important;
	text-decoration-color: rgba(18, 48, 71, 0.42) !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 4px;
}

.wht-mwt-inline-map-link span {
	color: var(--wht-olive-deep);
	font-size: 0.88em;
	font-weight: 650;
	white-space: nowrap;
}

.wht-mwt-inline-map-link:hover,
.wht-mwt-inline-map-link:focus-visible {
	color: var(--wht-olive-deep) !important;
	text-decoration-color: currentColor !important;
}

/* Brand-led YouTube poster: the control stays clear of the supplied logo. */
.wht-mwt-video-button img {
	object-position: 50% 50%;
	filter: none;
}

.wht-mwt-video-button__overlay {
	grid-auto-flow: column;
	place-items: center;
	align-content: start;
	justify-content: end;
	gap: 10px;
	padding: clamp(14px, 2.2vw, 26px);
	background: linear-gradient(180deg, rgba(255, 253, 248, 0.16), rgba(255, 253, 248, 0) 34%);
	color: var(--wht-navy-deep);
	font-size: 0.9rem;
}

.wht-mwt-video-button__play {
	width: 58px;
	height: 58px;
	border-color: var(--wht-navy-deep);
	background: var(--wht-navy-deep);
	box-shadow: 0 12px 28px rgba(7, 22, 36, 0.18);
}

.wht-mwt-video-button:hover .wht-mwt-video-button__play,
.wht-mwt-video-button:focus-visible .wht-mwt-video-button__play {
	border-color: var(--wht-olive-deep);
	background: var(--wht-olive-deep);
}

/* Halve the visual pause between the enquiry form and Related tours. */
.wht-mwt-enquiry {
	margin-bottom: 0;
	padding-bottom: clamp(23px, 2.7vw, 35px);
}

.wht-mwt-enquiry + .wht-mwt-related {
	margin-top: clamp(-38px, -2.5vw, -21px);
}

.wht-mwt-bespoke-footer a.wht-mwt-bespoke-footer__cta,
.wht-mwt-bespoke-footer a.wht-mwt-bespoke-footer__cta:hover,
.wht-mwt-bespoke-footer a.wht-mwt-bespoke-footer__cta:focus-visible {
	color: var(--wht-paper) !important;
}

@media (max-width: 720px) {
	.wht-mwt-kicker {
		min-height: 20px;
		margin-bottom: 12px;
		padding: 3px 7px;
		font-size: 0.47rem;
		line-height: 1.2;
	}

	.wht-mwt-sidebar-cta {
		display: none;
	}

	.wht-mwt-video-button__overlay {
		gap: 8px;
		padding: 12px;
		font-size: 0.72rem;
	}

	.wht-mwt-video-button__play {
		width: 44px;
		height: 44px;
	}

	.wht-mwt-video-button__play::before {
		margin-left: 3px;
		border-top-width: 9px;
		border-bottom-width: 9px;
		border-left-width: 14px;
	}
}

/* ================================================================
   v0.1.36 — mobile header, hero label and mobile-only gallery proof
   ================================================================ */

.wht-mwt-kicker {
	min-height: 0;
	gap: 9px;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	color: #f0cf67;
	font-size: 1.12rem;
	font-weight: 700;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.wht-mwt-kicker::before {
	display: inline-block;
	width: auto;
	height: auto;
	background: none;
	color: currentColor;
	content: "\2605";
	font-size: 0.95em;
	line-height: 1;
	opacity: 1;
}

.wht-mwt-mosaic__item--mobile-only {
	display: none !important;
}

@media (max-width: 720px) {
	.wht-mwt-header__social {
		display: inline-flex;
	}

	.wht-mwt-header__contact {
		display: none;
	}

	.wht-mwt-mobile-panel__list li:last-child a {
		border-color: var(--wht-paper);
		background: var(--wht-paper);
		color: var(--wht-navy-deep) !important;
		font-weight: 700;
	}

	.wht-mwt-mobile-panel__list li:last-child a:hover,
	.wht-mwt-mobile-panel__list li:last-child a:focus-visible {
		border-color: var(--wht-gold);
		background: var(--wht-gold);
		color: var(--wht-navy-deep) !important;
	}

	.wht-mwt-kicker {
		min-height: 0;
		gap: 6px;
		margin-bottom: 12px;
		padding: 0;
		font-size: 0.61rem;
		line-height: 1.25;
	}

	.wht-mwt-mosaic__item--mobile-only {
		display: block !important;
		grid-column: auto !important;
		grid-row: auto !important;
		aspect-ratio: 4 / 3 !important;
	}

	.wht-mwt-mosaic__item--mobile-only img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
	}
}

/* ================================================================
   v0.1.37 — larger mobile signature and aerial panorama
   ================================================================ */

.wht-mwt-mosaic-panorama {
	display: none;
}

@media (min-width: 1121px) {
	.wht-mwt-mosaic-panorama {
		display: block;
		width: 100%;
		margin: clamp(18px, 2.14vw, 24px) 0 0;
		overflow: hidden;
		border-radius: var(--wht-radius);
		background: var(--wht-sage, #eef1ea);
		box-shadow: 0 16px 38px rgba(7, 22, 36, 0.08);
	}

	.wht-mwt-mosaic-panorama img {
		display: block;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 720px) {
	.wht-mwt-kicker {
		font-size: 0.793rem;
	}
}

/* v0.1.39 — canonical City related card within the established component. */
.wht-mwt-related-card--detailed {
	grid-template-rows: auto auto auto 1fr auto;
}

.wht-mwt-related-card--detailed .wht-mwt-related-card__title {
	font-family: var(--wht-serif);
	font-size: clamp(1.18rem, 1.8vw, 1.42rem);
	font-weight: 650;
	line-height: 1.16;
}

.wht-mwt-related-card--detailed .wht-mwt-related-card__summary {
	font-family: var(--wht-sans);
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.55;
}

.wht-mwt-related-card__facts {
	display: grid;
	gap: 7px;
	margin: 0;
	padding-left: 1.1rem;
	color: var(--wht-muted);
	font-family: var(--wht-sans);
	font-size: 0.9rem;
	line-height: 1.4;
}

.wht-mwt-related-card--detailed .wht-mwt-related-card__cta {
	align-self: end;
	width: fit-content;
	border-bottom: 1px solid currentColor;
	color: var(--wht-olive-deep);
	font-family: var(--wht-sans);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
}

@media (min-width: 721px) {
	.wht-mwt-related-grid--with-city {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
