.wht-home-code {
	--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;
	--wht-tour-card-height: 350px;
	--wht-card-css-source: "wht-home-code-v0.2.56-city-navigation";
	--wht-card-microfacts-style: line-strip;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: var(--wht-paper);
	color: var(--wht-ink);
	font-family: var(--wht-sans);
	font-size: 17px;
	line-height: 1.66;
	letter-spacing: 0;
}

body:has(.wht-home-code) :is(header, .site-header, #masthead) :is(a[href*="instagram"], a[href*="tiktok"]) {
	color: #fffaf0 !important;
	background: rgba(7, 22, 36, 0.16) !important;
	border-color: rgba(255, 250, 240, 0.24) !important;
	box-shadow: none !important;
	opacity: 0.82;
	transition: opacity 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body:has(.wht-home-code) :is(header, .site-header, #masthead) :is(a[href*="instagram"], a[href*="tiktok"]):hover,
body:has(.wht-home-code) :is(header, .site-header, #masthead) :is(a[href*="instagram"], a[href*="tiktok"]):focus-visible {
	background: rgba(7, 22, 36, 0.24) !important;
	border-color: rgba(255, 250, 240, 0.42) !important;
	opacity: 1;
	transform: translateY(-1px);
}

body:has(.wht-home-code) :is(header, .site-header, #masthead) :is(a[href*="instagram"], a[href*="tiktok"]) :is(img, svg) {
	width: 19px;
	height: 19px;
	color: #fffaf0 !important;
	filter: grayscale(1) saturate(0.08) brightness(1.72) contrast(0.92);
	opacity: 0.92;
}

body:has(.wht-home-code) :is(header, .site-header, #masthead) :is(a[href*="instagram"], a[href*="tiktok"]) svg :is(path, circle, rect) {
	fill: currentColor !important;
	stroke: currentColor !important;
}

body.wht-home-code-page :is(header, .site-header, #masthead) {
	--wht-header-nav-family: var(--wht-sans, "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	--wht-header-nav-size: 0.95rem;
	--wht-header-nav-weight: 500;
	--wht-header-nav-line: 1.2;
	--wht-header-nav-spacing: 0;
	--wht-header-nav-transform: none;
	--wht-header-dropdown-width: min(368px, calc(100vw - 32px));
	--wht-header-dropdown-private-width: min(224px, calc(100vw - 32px));
}

body.wht-home-code-page :is(header, .site-header, #masthead) :is(nav, .main-navigation, .ast-builder-menu) :is(a, button.wht-home-code-menu-button) {
	box-sizing: border-box;
	font-family: var(--wht-header-nav-family) !important;
	font-size: var(--wht-header-nav-size) !important;
	font-style: normal !important;
	letter-spacing: var(--wht-header-nav-spacing) !important;
	font-weight: var(--wht-header-nav-weight) !important;
	line-height: var(--wht-header-nav-line) !important;
	text-transform: var(--wht-header-nav-transform) !important;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transition: color 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

body.wht-home-code-page :is(header, .site-header, #masthead) :is(nav, .main-navigation, .ast-builder-menu) > ul > li > a,
body.wht-home-code-page :is(header, .site-header, #masthead) :is(nav, .main-navigation, .ast-builder-menu) .main-header-menu > .menu-item > .menu-link,
body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0.7em 0.82em;
	vertical-align: middle;
	white-space: nowrap;
}

body.wht-home-code-page :is(header, .site-header, #masthead) :is(nav, .main-navigation, .ast-builder-menu) a:hover,
body.wht-home-code-page :is(header, .site-header, #masthead) :is(nav, .main-navigation, .ast-builder-menu) a:focus-visible,
body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-button:hover,
body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-button:focus-visible {
	color: #fffaf0;
}

body.wht-home-code-page :is(header, .site-header, #masthead) :is(nav, .main-navigation, .ast-builder-menu) a:focus-visible,
body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-button:focus-visible {
	outline: 2px solid rgba(215, 200, 157, 0.76);
	outline-offset: 3px;
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-wine-shop-link {
	color: #d7c89d !important;
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-wine-shop-link:hover,
body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-wine-shop-link:focus-visible {
	color: #fff4c9 !important;
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-contact-item > a {
	border: 1px solid rgba(215, 200, 157, 0.52);
	border-radius: 999px;
	padding: 0.68em 1.05em;
	background: rgba(7, 22, 36, 0.28);
	color: #fffaf0 !important;
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-contact-item > a:hover,
body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-contact-item > a:focus-visible {
	background: rgba(215, 200, 157, 0.18);
}

.wht-home-header-hidden-item {
	display: none !important;
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-group {
	position: relative;
	display: inline-flex;
	align-items: center;
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #fffaf0 !important;
	cursor: pointer;
	font: inherit;
	min-height: 42px;
	padding: 0.7em 0.82em;
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-button:hover,
body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-button:focus-visible {
	color: #fffaf0 !important;
	background: transparent;
	box-shadow: none;
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-button::after {
	width: 6px;
	height: 6px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	content: "";
	transform: translateY(-2px) rotate(45deg);
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	display: grid;
	width: var(--wht-header-dropdown-width);
	max-width: calc(100vw - 32px);
	min-width: min(306px, 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.94);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translate(var(--wht-submenu-shift, 0px), 8px);
	transition: opacity 160ms ease, transform 160ms ease;
	list-style: none;
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-group:hover .wht-home-code-submenu,
body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-group:focus-within .wht-home-code-submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(var(--wht-submenu-shift, 0px), 0);
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-private-menu-group .wht-home-code-submenu {
	width: var(--wht-header-dropdown-private-width);
	min-width: min(212px, calc(100vw - 32px));
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-submenu li {
	min-width: 0;
	margin: 0;
	padding: 0;
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-submenu a {
	display: block;
	width: 100%;
	border-radius: 8px;
	padding: 8px 10px;
	box-sizing: border-box;
	color: #fffaf0;
	font-family: var(--wht-header-nav-family) !important;
	font-size: 0.86rem !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	text-decoration: none;
	white-space: normal !important;
	overflow-wrap: break-word;
	word-break: normal;
}

body.wht-home-code-page :is(header, .site-header, #masthead) :is(nav, .main-navigation, .ast-builder-menu) .wht-home-code-menu-group .wht-home-code-submenu > li > a {
	font-size: 0.82rem !important;
	font-weight: 500 !important;
	line-height: 1.32 !important;
}

body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-submenu a:hover,
body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-submenu a:focus-visible {
	background: rgba(255, 250, 240, 0.1);
	color: #fffaf0;
}

.wht-home-code *,
.wht-home-code *::before,
.wht-home-code *::after {
	box-sizing: border-box;
}

.wht-home-code :where(h1, h2, h3, p, ul) {
	margin-top: 0;
}

.wht-home-code h1,
.wht-home-code h2,
.wht-home-code h3 {
	color: inherit;
	font-family: var(--wht-serif);
	font-weight: 650;
	letter-spacing: 0;
	text-wrap: balance;
}

.wht-home-code h1 {
	max-width: 900px;
	margin-bottom: 32px;
	color: var(--wht-hero-main);
	font-size: 4.18rem;
	line-height: 1;
}

.wht-home-code h2 {
	max-width: 800px;
	margin-bottom: 22px;
	font-size: 2.78rem;
	line-height: 1.07;
}

.wht-home-code h3 {
	margin-bottom: 14px;
	font-size: 1.42rem;
	line-height: 1.16;
}

.wht-home-code p {
	color: var(--wht-muted);
}

.wht-home-code a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.wht-home-code a:focus-visible,
.wht-home-code button:focus-visible {
	outline: 3px solid var(--wht-gold);
	outline-offset: 4px;
}

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

.wht-home-code__section {
	padding: 124px 0;
}

.wht-home-code__section--paper {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 1)),
		var(--wht-paper);
}

.wht-home-code__section--sage {
	background: linear-gradient(180deg, var(--wht-sage), #f5f6f1);
}

.wht-home-code__section--reviews {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(238, 241, 234, 0.9)),
		var(--wht-paper);
}

.wht-home-code__section--navy {
	background: linear-gradient(180deg, var(--wht-navy-deep), #0b2032);
	color: var(--wht-paper);
}

.wht-home-code__section--navy p {
	color: rgba(255, 253, 248, 0.76);
}

.wht-home-code__section--request {
	background:
		radial-gradient(circle at 18% 18%, rgba(215, 200, 157, 0.22), rgba(215, 200, 157, 0) 34%),
		linear-gradient(135deg, rgba(238, 241, 234, 0.97), rgba(255, 253, 248, 0.98) 55%, rgba(245, 238, 222, 0.98)),
		var(--wht-paper);
}

.wht-home-code__section--why {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(238, 241, 234, 0.92)),
		var(--wht-sage);
}

.wht-home-code__section-heading {
	max-width: 820px;
	margin-bottom: 52px;
}

.wht-home-code__section-heading > p:not(.wht-home-code__eyebrow) {
	max-width: 700px;
	margin-bottom: 0;
	color: var(--wht-muted);
	font-size: 1.08rem;
	line-height: 1.7;
}

.wht-home-code__eyebrow {
	margin-bottom: 14px;
	color: var(--wht-olive);
	font-size: 0.98rem;
	font-weight: 760;
	letter-spacing: 0;
}

.wht-home-code__hero {
	position: relative;
	min-height: 790px;
	background: var(--wht-navy-deep);
	color: var(--wht-hero-main);
	isolation: isolate;
}

.wht-home-code__hero-media,
.wht-home-code__hero-overlay {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.wht-home-code__hero-media {
	background-image: var(--wht-hero-poster);
	background-position: center;
	background-size: cover;
}

.wht-home-code__hero-media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(7, 22, 36, 0.08), rgba(255, 245, 220, 0.04) 62%, rgba(255, 245, 220, 0.1));
	pointer-events: none;
}

.wht-home-code__hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	filter: brightness(1.17) contrast(1.05) saturate(1.08);
	transition: opacity 600ms ease;
}

.wht-home-code__hero-video.is-loaded {
	opacity: 1;
}

.wht-home-code__hero-overlay {
	z-index: -1;
	background:
		radial-gradient(circle at 76% 32%, rgba(255, 244, 218, 0.18) 0%, rgba(255, 244, 218, 0.1) 28%, rgba(255, 244, 218, 0) 56%),
		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) 32%, rgba(7, 22, 36, 0.15) 66%, rgba(7, 22, 36, 0.02) 100%),
		linear-gradient(180deg, rgba(7, 22, 36, 0.1) 0%, rgba(7, 22, 36, 0.02) 45%, rgba(7, 22, 36, 0.46) 100%);
}

.wht-home-code__hero-inner {
	width: min(1248px, calc(100% - 48px));
	min-height: 790px;
	margin: 0 auto;
	padding: 164px 0 104px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.wht-home-code__brand-lockup {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 32px;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.wht-home-code__brand-lockup::before {
	width: 42px;
	height: 1px;
	content: "";
	background: rgba(215, 200, 157, 0.82);
}

.wht-home-code__brand-name {
	color: var(--wht-hero-main);
	font-family: var(--wht-sans);
	font-size: 0.98rem;
	font-weight: 780;
	line-height: 1;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.26);
}

.wht-home-code__hero-title-line {
	display: block;
}

.wht-home-code__hero-copy {
	max-width: 670px;
	margin-bottom: 40px;
	color: #fff9ef;
	font-size: 1.25rem;
	font-weight: 720;
	line-height: 1.56;
	text-shadow: 0 3px 28px rgba(0, 0, 0, 0.68), 0 1px 2px rgba(0, 0, 0, 0.34);
}

.wht-home-code__hero-actions,
.wht-home-code__request-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.wht-home-code__button {
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 18px 32px;
	font-weight: 780;
	line-height: 1.1;
	white-space: nowrap;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.wht-home-code__button:hover {
	transform: translateY(-1px);
}

.wht-home-code__hero-actions .wht-home-code__button,
.wht-home-code__hero-actions .wht-home-code__button:hover,
.wht-home-code__hero-actions .wht-home-code__button:focus-visible {
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.wht-home-code__button--primary {
	background: linear-gradient(180deg, #748f59, var(--wht-olive));
	color: var(--wht-hero-main);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.wht-home-code__button--primary:hover {
	background: linear-gradient(180deg, #5c7347, var(--wht-olive-deep));
	color: var(--wht-hero-main);
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.26);
}

.wht-home-code__button--ghost {
	border-color: rgba(255, 245, 225, 0.72);
	background: rgba(7, 22, 36, 0.2);
	color: var(--wht-hero-main);
	backdrop-filter: blur(4px);
}

.wht-home-code__button--ghost:hover {
	border-color: rgba(255, 245, 225, 0.78);
	background: rgba(255, 245, 225, 0.12);
	color: var(--wht-hero-main);
}

.wht-home-code__hero-value-cue {
	margin: 26px 0 0;
	color: rgba(255, 248, 236, 0.92);
	font-size: 1rem;
	font-weight: 760;
	line-height: 1.4;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

.wht-home-code__button--secondary {
	border-color: rgba(52, 70, 44, 0.28);
	background: rgba(255, 253, 248, 0.46);
	color: var(--wht-olive-deep);
}

.wht-home-code__button--secondary:hover {
	border-color: var(--wht-olive-deep);
	background: #fff;
	color: var(--wht-olive-deep);
}

.wht-home-code__tour-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	align-items: stretch;
	max-width: 1160px;
}

.wht-home-code__card-debug-marker {
	max-width: 1160px;
	margin: 0 0 14px;
	border: 2px solid rgba(18, 48, 71, 0.22);
	border-radius: 10px;
	padding: 14px 16px;
	background: rgba(255, 253, 248, 0.96);
	color: var(--wht-navy);
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: 0.96rem;
	font-weight: 740;
	line-height: 1.6;
}

.wht-home-code__tour-card {
	--wht-card-padding-x: 18px;
	--wht-card-padding-y: 22px;
	--wht-card-eyebrow-title-gap: 10px;
	--wht-card-title-description-gap: 18px;
	--wht-card-content-gap: 12px;
	--wht-card-bullet-gap: 7px;
	--wht-card-action-gap: 10px;
	position: relative;
	display: grid;
	box-sizing: border-box;
	grid-template-columns: minmax(292px, 0.34fr) minmax(0, 0.66fr);
	grid-template-rows: 1fr;
	min-width: 0;
	height: var(--wht-tour-card-height);
	border: 1px solid rgba(36, 34, 31, 0.095);
	border-radius: var(--wht-radius);
	overflow: hidden;
	background:
		radial-gradient(circle at 0% 0%, rgba(215, 200, 157, 0.12), rgba(215, 200, 157, 0) 34%),
		linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(247, 243, 234, 0.98)),
		var(--wht-paper);
	box-shadow: 0 15px 36px rgba(7, 22, 36, 0.076);
	padding: 8px;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wht-home-code.wht-home-code--debug .wht-home-code__tour-card {
	outline: 1px solid rgba(215, 200, 157, 0.74);
	outline-offset: -3px;
}

.wht-home-code.wht-home-code--debug .wht-home-code__tour-card::after {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
	border: 1px solid rgba(7, 22, 36, 0.12);
	border-radius: 999px;
	padding: 4px 8px;
	content: attr(data-wht-card-debug-label);
	background: rgba(255, 253, 248, 0.92);
	color: var(--wht-navy);
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: 0.68rem;
	font-weight: 760;
	line-height: 1.2;
	pointer-events: none;
}

.wht-home-code__tour-card--featured {
	border-color: rgba(215, 200, 157, 0.72);
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 243, 234, 1)),
		var(--wht-paper);
}

.wht-home-code__tour-card--shared {
	border-top-color: rgba(89, 111, 67, 0.2);
}

.wht-home-code__tour-card--private {
	border-color: rgba(215, 200, 157, 0.58);
	background:
		radial-gradient(circle at 100% 0%, rgba(215, 200, 157, 0.18), rgba(215, 200, 157, 0) 34%),
		linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(245, 238, 222, 0.98)),
		var(--wht-paper);
}

.wht-home-code__tour-card--private .wht-home-code__card-label {
	color: var(--wht-navy);
}

.wht-home-code__tour-card--private .wht-home-code__card-label::before {
	background: rgba(18, 48, 71, 0.38);
}

.wht-home-code__tour-card--featured::before {
	position: absolute;
	top: 0;
	left: 34px;
	right: 34px;
	height: 3px;
	content: "";
	background: linear-gradient(90deg, rgba(215, 200, 157, 0), rgba(215, 200, 157, 0.95), rgba(215, 200, 157, 0));
}

.wht-home-code__tour-card:hover {
	transform: translateY(-3px);
	border-color: rgba(89, 111, 67, 0.3);
	box-shadow: 0 22px 48px rgba(7, 22, 36, 0.108);
}

.wht-home-code__tour-image-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 0;
	aspect-ratio: auto;
	overflow: hidden;
	border-radius: 10px;
	background: var(--wht-sage);
	contain: paint;
}

.wht-home-code__tour-image-wrap::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(180deg, rgba(7, 22, 36, 0) 50%, rgba(7, 22, 36, 0.18) 100%),
		radial-gradient(circle at 28% 18%, rgba(255, 246, 228, 0.18), rgba(255, 246, 228, 0) 40%);
	pointer-events: none;
}

.wht-home-code__tour-image-link {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.wht-home-code__tour-image-link:focus-visible {
	position: relative;
	z-index: 3;
	outline: 3px solid var(--wht-gold);
	outline-offset: -6px;
	border-radius: 10px;
}


.wht-home-code__video-link {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 2;
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid rgba(255, 250, 240, 0.48);
	border-radius: 999px;
	padding: 7px 12px 7px 8px;
	background: linear-gradient(180deg, rgba(18, 48, 71, 0.78), rgba(7, 22, 36, 0.72));
	color: var(--wht-hero-main);
	font: inherit;
	font-size: 0.94rem;
	font-weight: 820;
	line-height: 1.1;
	text-decoration: none;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.38);
	white-space: nowrap;
	cursor: pointer;
	backdrop-filter: blur(9px);
	box-shadow: 0 12px 28px rgba(7, 22, 36, 0.22);
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wht-home-code__video-link:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 250, 240, 0.72);
	background: linear-gradient(180deg, rgba(18, 48, 71, 0.9), rgba(7, 22, 36, 0.82));
	color: var(--wht-hero-main);
	text-decoration: none;
	box-shadow: 0 15px 34px rgba(7, 22, 36, 0.28);
}

.wht-home-code__video-link:focus-visible {
	outline: 3px solid var(--wht-gold);
	outline-offset: 3px;
}

.wht-home-code__video-icon {
	position: relative;
	display: inline-grid;
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 999px;
	background: rgba(255, 250, 240, 0.94);
}

.wht-home-code__video-icon::before {
	width: 0;
	height: 0;
	margin-left: 2px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid var(--wht-navy-deep);
	content: "";
}

.wht-home-code__screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wht-home-code__tour-image,
.wht-home-code__route img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--wht-tour-image-position, center center);
}

.wht-home-code__tour-image {
	filter: saturate(0.98) contrast(1.04);
	transition: transform 600ms ease, filter 180ms ease;
}

.wht-home-code__tour-card:hover .wht-home-code__tour-image {
	transform: scale(1.04);
	filter: saturate(1.02) contrast(1.04);
}

.wht-home-code__tour-body {
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	align-content: stretch;
	gap: var(--wht-card-content-gap);
	min-width: 0;
	min-height: 0;
	height: 100%;
	box-sizing: border-box;
	padding: var(--wht-card-padding-y) var(--wht-card-padding-x);
}

.wht-home-code__tour-copy,
.wht-home-code__tour-facts,
.wht-home-code__tour-bullets,
.wht-home-code__tour-actions {
	min-width: 0;
}

.wht-home-code__tour-facts {
	margin-top: 0;
	border-top: 1px solid rgba(89, 111, 67, 0.18);
	border-bottom: 1px solid rgba(89, 111, 67, 0.13);
	padding: 8px 0;
}

.wht-home-code__tour-bullets {
	align-self: start;
	margin-top: 0;
}

.wht-home-code__tour-actions {
	display: grid;
	min-height: 42px;
	align-items: end;
	justify-items: end;
	margin-top: 0;
	padding-top: var(--wht-card-action-gap);
}

.wht-home-code__card-label,
.wht-home-code__route-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--wht-olive);
	font-size: 0.94rem;
	font-weight: 820;
	line-height: 1.25;
	letter-spacing: 0;
}

.wht-home-code__card-label {
	margin: 0 0 var(--wht-card-eyebrow-title-gap);
}

.wht-home-code__route-kicker {
	margin-bottom: 6px;
}

.wht-home-code__card-label::before {
	width: 18px;
	height: 1px;
	content: "";
	background: rgba(215, 200, 157, 0.9);
}

.wht-home-code__tour-body h3 {
	min-height: auto;
	margin-bottom: var(--wht-card-title-description-gap);
	color: var(--wht-navy);
	font-size: 1.48rem;
	line-height: 1.06;
}

.wht-home-code__tour-title-link {
	color: inherit;
	text-decoration: none;
	transition: color 180ms ease;
}

.wht-home-code__tour-title-link:hover,
.wht-home-code__tour-title-link:focus-visible {
	color: var(--wht-olive-deep);
	text-decoration: none;
}


.wht-home-code__good-if {
	min-height: auto;
	margin-bottom: 0;
	border-left: 2px solid rgba(215, 200, 157, 0.92);
	padding-left: 10px;
	color: var(--wht-ink);
	font-size: 0.96rem;
	line-height: 1.28;
}

.wht-home-code__good-if span {
	color: var(--wht-ink);
	font-weight: 780;
}

@media (min-width: 960px) {
	.wht-home-code-build-root .wht-home-code__tour-card--organic-wine-olive-oil .wht-home-code__good-if {
		white-space: nowrap;
	}
}

.wht-home-code__fact-list,
.wht-home-code__platform-list,
.wht-home-code__metrics {
	padding: 0;
	list-style: none;
}

.wht-home-code__fact-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 22px;
	min-height: 0;
	margin: 0;
}

.wht-home-code__fact-list li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: none;
	color: var(--wht-olive-deep);
	font-size: 0.86rem;
	font-weight: 760;
	line-height: 1.28;
	white-space: nowrap;
}

.wht-home-code__fact-icon {
	display: inline-grid;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	place-items: center;
	color: rgba(52, 70, 44, 0.7);
}

.wht-home-code__fact-icon svg {
	display: block;
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wht-home-code__bullet-list {
	display: grid;
	grid-template-columns: 1fr;
	column-count: 1;
	gap: var(--wht-card-bullet-gap) 0;
	margin: 0;
	padding-left: 1rem;
	color: #514f47;
	font-size: 0.94rem;
	line-height: 1.42;
	list-style: disc;
}

.wht-home-code__bullet-list li + li {
	margin-top: 0;
}

.wht-home-code__bullet-list li {
	padding-left: 3px;
}

.wht-home-code__bullet-list li::before {
	content: "";
	display: none;
}

.wht-home-code__bullet-list li::marker {
	color: var(--wht-gold);
	font-size: 0.92em;
}

.wht-home-code__text-link {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin-top: 0;
	color: var(--wht-olive-deep);
	font-weight: 820;
	line-height: 1.25;
	white-space: nowrap;
	text-decoration: none;
}

.wht-home-code__tour-card .wht-home-code__text-link {
	align-self: end;
	justify-self: end;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(52, 70, 44, 0.18);
	border-radius: 999px;
	padding: 8px 16px;
	background: linear-gradient(180deg, #61784b, var(--wht-olive-deep));
	color: var(--wht-hero-main);
	box-shadow: 0 10px 20px rgba(7, 22, 36, 0.1);
	font-size: 0.98rem;
	line-height: 1.15;
	overflow: visible;
}

.wht-home-code__tour-card--private .wht-home-code__text-link {
	background: linear-gradient(180deg, var(--wht-navy), var(--wht-navy-deep));
}

.wht-home-code__tour-card .wht-home-code__text-link:hover {
	background: linear-gradient(180deg, var(--wht-olive), var(--wht-olive-deep));
	color: var(--wht-hero-main);
	text-decoration: none;
}

.wht-home-code__tour-card .wht-home-code__text-link--disabled,
.wht-home-code__tour-card .wht-home-code__text-link--disabled:hover {
	border-color: rgba(18, 48, 71, 0.16);
	background: rgba(255, 253, 248, 0.64);
	box-shadow: none;
	color: var(--wht-navy);
	cursor: default;
	text-decoration: none;
	transform: none;
}

.wht-home-code__text-link span {
	display: inline-block;
	transition: transform 180ms ease;
}

.wht-home-code__text-link:hover {
	text-decoration: underline;
}

.wht-home-code__text-link:hover span {
	transform: translateX(3px);
}

.wht-home-code__text-link--light {
	color: var(--wht-gold);
}

.wht-home-code__trust-strip {
	padding: 78px 0;
	background:
		radial-gradient(circle at 16% 0%, rgba(215, 200, 157, 0.16), rgba(215, 200, 157, 0) 40%),
		linear-gradient(180deg, rgba(18, 48, 71, 0.98), rgba(7, 22, 36, 1)),
		var(--wht-navy);
	color: var(--wht-paper);
}

.wht-home-code__trust-line {
	max-width: 940px;
	margin-bottom: 38px;
	color: rgba(255, 250, 240, 0.96);
	font-size: 1.34rem;
	font-weight: 630;
	line-height: 1.55;
}

.wht-home-code__metrics {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border-top: 1px solid rgba(215, 200, 157, 0.2);
	border-bottom: 1px solid rgba(215, 200, 157, 0.12);
	padding: 22px 0;
}

.wht-home-code__metrics li {
	display: flex;
	min-height: 118px;
	flex-direction: column;
	justify-content: center;
	padding: 18px 26px;
	border-right: 0;
	border-left: 1px solid rgba(215, 200, 157, 0.12);
	background: transparent;
}

.wht-home-code__metrics li:last-child {
	padding-right: 26px;
}

.wht-home-code__metrics li:first-child {
	border-left: 0;
}

.wht-home-code__metrics strong {
	display: block;
	color: #fffaf0;
	font-family: var(--wht-serif);
	font-size: 1.94rem;
	font-weight: 650;
	line-height: 1.08;
}

.wht-home-code__metrics li:first-child strong {
	font-family: var(--wht-sans);
	font-size: 1.2rem;
	font-weight: 820;
	line-height: 1.18;
}

.wht-home-code__metrics span {
	display: block;
	margin-top: 12px;
	color: rgba(255, 250, 240, 0.9);
	font-size: 0.9rem;
	line-height: 1.48;
}

.wht-home-code__split {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
	gap: 72px;
	align-items: center;
}

.wht-home-code__platform-panel {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(18, 48, 71, 0.075);
	border-radius: var(--wht-radius);
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.82), rgba(255, 253, 248, 0.48)),
		var(--wht-paper);
	padding: 38px;
	box-shadow: 0 16px 38px rgba(7, 22, 36, 0.052);
}

.wht-home-code__platform-panel::before {
	position: absolute;
	top: 0;
	left: 34px;
	right: 34px;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, rgba(215, 200, 157, 0), rgba(215, 200, 157, 0.88), rgba(215, 200, 157, 0));
}

.wht-home-code__platform-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 22px;
}

.wht-home-code__platform-item {
	display: flex;
	min-height: 106px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(18, 48, 71, 0.085);
	border-radius: 11px;
	padding: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(247, 243, 234, 0.42)),
		var(--wht-paper);
	color: var(--wht-navy);
	font-size: 1rem;
	font-weight: 840;
	line-height: 1.2;
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.wht-home-code__platform-item:hover {
	transform: translateY(-1px);
	border-color: rgba(89, 111, 67, 0.24);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 12px 26px rgba(7, 22, 36, 0.07);
}

.wht-home-code__platform-link {
	display: flex;
	width: 100%;
	min-height: 106px;
	align-items: center;
	justify-content: center;
	padding: 22px 14px;
	text-decoration: none;
}

.wht-home-code__platform-link:focus-visible {
	border-radius: 9px;
	outline: 3px solid var(--wht-gold);
	outline-offset: -6px;
}

.wht-home-code__platform-logo {
	display: block;
	width: auto;
	max-width: 100%;
	height: 36px;
	object-fit: contain;
	opacity: 0.94;
	transition: opacity 180ms ease, transform 180ms ease;
}

.wht-home-code__platform-link:hover .wht-home-code__platform-logo {
	opacity: 1;
	transform: scale(1.02);
}

.wht-home-code__platform-item--tripadvisor .wht-home-code__platform-logo,
.wht-home-code__platform-item--viator .wht-home-code__platform-logo {
	height: 35px;
}

.wht-home-code__platform-item--google .wht-home-code__platform-logo {
	height: 32px;
}

.wht-home-code__platform-item--airbnb .wht-home-code__platform-logo,
.wht-home-code__platform-item--getyourguide .wht-home-code__platform-logo {
	height: 31px;
}

.wht-home-code__platform-panel p {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.68;
}

.wht-home-code__platform-proof {
	border-top: 1px solid rgba(18, 48, 71, 0.08);
	padding-top: 20px;
	color: var(--wht-olive-deep);
	font-weight: 720;
}

.wht-home-code__reviews-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: end;
	margin-bottom: 44px;
}

.wht-home-code__reviews-header .wht-home-code__section-heading {
	margin-bottom: 0;
}

.wht-home-code__review-controls {
	display: none;
}

.wht-home-code__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-home-code__review-arrow--prev {
	left: 0;
	transform: translateY(-50%);
}

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

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

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

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

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

.wht-home-code__review-arrow:disabled {
	cursor: default;
	opacity: 0.24;
	filter: none;
}

.wht-home-code__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-home-code__review-arrow--prev .wht-home-code__review-triangle {
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

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

.wht-home-code__review-carousel {
	position: relative;
	overflow: visible;
	padding: 0 46px;
}

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

.wht-home-code__review-track::-webkit-scrollbar {
	display: none;
}

.wht-home-code__review-track:focus-visible {
	outline: 3px solid var(--wht-gold);
	outline-offset: 5px;
}

.wht-home-code__review-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 308px;
	flex-direction: column;
	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-home-code__review-card::before {
	width: 30px;
	height: 1px;
	margin-bottom: 14px;
	content: "";
	background: rgba(215, 200, 157, 0.95);
}

.wht-home-code__review-label {
	margin-bottom: 6px;
	color: var(--wht-olive);
	font-size: 0.89rem;
	font-weight: 820;
	line-height: 1.28;
}

.wht-home-code__review-theme {
	margin-bottom: 14px;
	color: var(--wht-muted);
	font-size: 0.81rem;
	font-weight: 720;
	line-height: 1.3;
}

.wht-home-code__review-card blockquote {
	margin: 0 0 16px;
	color: var(--wht-ink);
}

.wht-home-code__review-card blockquote p {
	margin-bottom: 0;
	color: var(--wht-ink);
	font-family: var(--wht-serif);
	font-size: 0.99rem;
	font-weight: 560;
	line-height: 1.38;
}

.wht-home-code__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-home-code__review-card footer > span:first-child {
	color: var(--wht-navy);
	font-weight: 820;
}

.wht-home-code__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-home-code__review-platform img {
	display: block;
	width: auto;
	height: 15px;
	object-fit: contain;
	opacity: 0.8;
}

.wht-home-code__review-platform--tripadvisor img {
	height: 16px;
}

.wht-home-code__review-platform--google img {
	height: 14px;
}

.wht-home-code__review-platform--getyourguide img {
	height: 14px;
}

.wht-home-code__review-platform--airbnb img {
	height: 15px;
}

.wht-home-code__why {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.82fr);
	gap: 78px;
	align-items: center;
}

.wht-home-code__why--with-photo {
	grid-template-columns: minmax(0, 0.9fr) minmax(250px, 0.52fr) minmax(320px, 0.68fr);
	gap: 42px;
}

.wht-home-code__why h2 {
	max-width: 680px;
}

.wht-home-code__why p:last-child {
	max-width: 720px;
	margin-bottom: 0;
	color: var(--wht-muted);
	font-size: 1.08rem;
	line-height: 1.72;
}

.wht-home-code__why-photo {
	position: relative;
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	border: 1px solid rgba(36, 34, 31, 0.1);
	border-radius: var(--wht-radius);
	background: var(--wht-sage);
	box-shadow: 0 16px 38px rgba(7, 22, 36, 0.08);
}

.wht-home-code__why-photo::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(7, 22, 36, 0) 62%, rgba(7, 22, 36, 0.14));
	pointer-events: none;
}

.wht-home-code__why-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wht-home-code__why-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	counter-reset: wht-why;
	list-style: none;
}

.wht-home-code__why-list li {
	position: relative;
	counter-increment: wht-why;
	border: 1px solid rgba(36, 34, 31, 0.1);
	border-radius: var(--wht-radius);
	padding: 25px 28px 25px 72px;
	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);
	color: var(--wht-navy);
	font-weight: 820;
	line-height: 1.35;
}

.wht-home-code__why-list li::before {
	position: absolute;
	top: 50%;
	left: 25px;
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(215, 200, 157, 0.58);
	border-radius: 999px;
	content: counter(wht-why);
	background: rgba(255, 253, 248, 0.68);
	color: var(--wht-olive-deep);
	font-family: var(--wht-sans);
	font-size: 0.8rem;
	font-weight: 820;
	transform: translateY(-50%);
}

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

.wht-home-code__route {
	display: grid;
	grid-template-columns: minmax(240px, 0.88fr) minmax(0, 1fr);
	gap: 0;
	min-height: 420px;
	overflow: hidden;
	border: 1px solid rgba(255, 253, 248, 0.18);
	border-radius: var(--wht-radius);
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.13), rgba(255, 253, 248, 0.06)),
		rgba(255, 253, 248, 0.03);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wht-home-code__route:hover {
	transform: translateY(-3px);
	border-color: rgba(215, 200, 157, 0.34);
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
}

.wht-home-code__route img {
	aspect-ratio: 4 / 5;
	filter: saturate(0.98) contrast(1.03);
	transition: transform 600ms ease, filter 180ms ease;
}

.wht-home-code__route:hover img {
	transform: scale(1.025);
	filter: saturate(1) contrast(1.03);
}

.wht-home-code__route div {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: 46px 44px;
}

.wht-home-code__route-kicker {
	color: var(--wht-gold);
	min-height: 26px;
}

.wht-home-code__route-kicker::before {
	width: 24px;
	height: 1px;
	content: "";
	background: rgba(215, 200, 157, 0.78);
}

.wht-home-code__route h3 {
	color: var(--wht-paper);
	font-size: 1.7rem;
	min-height: 62px;
	margin-bottom: 16px;
}

.wht-home-code__route p:not(.wht-home-code__route-kicker) {
	min-height: 92px;
	margin-bottom: 0;
	color: rgba(255, 253, 248, 0.78);
	font-size: 1.02rem;
	line-height: 1.68;
}

.wht-home-code__route .wht-home-code__text-link {
	align-self: flex-start;
	display: inline-flex;
	min-height: 48px;
	margin-top: auto;
	border: 1px solid rgba(215, 200, 157, 0.32);
	border-radius: 999px;
	padding: 12px 18px;
	background: rgba(255, 253, 248, 0.06);
	font-size: 0.95rem;
	justify-content: center;
	max-width: 100%;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
}

.wht-home-code__route .wht-home-code__text-link:hover {
	border-color: rgba(215, 200, 157, 0.56);
	background: rgba(255, 253, 248, 0.1);
}

.wht-home-code__request {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.78fr);
	gap: 72px;
	align-items: center;
	border-top: 1px solid rgba(89, 111, 67, 0.18);
	border-bottom: 1px solid rgba(89, 111, 67, 0.1);
	padding: 26px 0;
}

.wht-home-code__request > div > p:not(.wht-home-code__eyebrow):not(.wht-home-code__request-note) {
	max-width: 720px;
	margin-bottom: 0;
	color: var(--wht-muted);
	font-size: 1.08rem;
	line-height: 1.72;
}

.wht-home-code__request .wht-home-code__request-note {
	margin-top: 18px;
	color: var(--wht-olive-deep);
	font-size: 1rem;
	font-weight: 760;
	line-height: 1.5;
}

.wht-home-code__request-actions {
	justify-content: flex-end;
}

.wht-home-code__request-actions .wht-home-code__button {
	min-width: 226px;
}

.wht-home-code__request-actions .wht-home-code__button--primary {
	box-shadow: 0 16px 34px rgba(52, 70, 44, 0.18);
}

.wht-home-code__request-form {
	display: grid;
	gap: 17px;
	border: 1px solid rgba(52, 70, 44, 0.14);
	border-radius: var(--wht-radius);
	padding: 30px;
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(247, 243, 234, 0.86)),
		var(--wht-paper);
	box-shadow: 0 16px 38px rgba(7, 22, 36, 0.065);
}

.wht-home-code__request-form.is-loading {
	opacity: 0.9;
}

.wht-home-code__request-form.is-loading .wht-home-code__button {
	pointer-events: none;
}

.wht-home-code__form-helper {
	margin: 0;
	color: var(--wht-muted);
	font-size: 0.98rem;
	font-weight: 640;
	line-height: 1.45;
}

.wht-home-code__form-debug-marker,
.wht-home-code__form-debug-panel {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid rgba(18, 48, 71, 0.22);
	border-radius: 12px;
	background: rgba(255, 253, 248, 0.96);
	color: var(--wht-navy);
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.58;
	overflow-wrap: anywhere;
}

.wht-home-code__form-debug-marker {
	padding: 14px 16px;
}

.wht-home-code__form-debug-panel {
	border-color: rgba(89, 111, 67, 0.42);
	background: linear-gradient(180deg, #fffdf8, #f8f3e7);
	box-shadow: 0 18px 42px rgba(7, 22, 36, 0.12);
	padding: 18px 20px;
	font-size: 1.08rem;
	font-weight: 760;
}

.wht-home-code__form-debug-panel-title {
	margin: 0 0 12px;
	color: var(--wht-navy);
	font-size: 1.14rem;
	font-weight: 840;
	line-height: 1.3;
}

.wht-home-code__form-debug-list {
	display: grid;
	gap: 10px;
	margin: 0;
}

.wht-home-code__form-debug-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4px;
	padding: 10px 0;
	border-top: 1px solid rgba(18, 48, 71, 0.12);
}

.wht-home-code__form-debug-row dt,
.wht-home-code__form-debug-row dd {
	margin: 0;
}

.wht-home-code__form-debug-row dt {
	color: rgba(18, 48, 71, 0.72);
	font-weight: 820;
}

.wht-home-code__form-debug-row dd {
	color: var(--wht-navy);
	font-weight: 760;
}

.wht-home-code__form-debug-note {
	margin: 14px 0 0;
	border-top: 1px solid rgba(18, 48, 71, 0.14);
	padding-top: 12px;
	color: #6b3d25;
	font-weight: 820;
	line-height: 1.45;
}

.wht-home-code__form-self-tests {
	display: grid;
	gap: 12px;
	border: 2px dashed rgba(18, 48, 71, 0.24);
	border-radius: 12px;
	padding: 16px;
	background: rgba(255, 253, 248, 0.82);
	color: var(--wht-navy);
}

.wht-home-code__form-self-tests-title {
	margin: 0;
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: 1rem;
	font-weight: 820;
	line-height: 1.35;
}

.wht-home-code__form-self-tests-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wht-home-code__self-test-button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(18, 48, 71, 0.22);
	border-radius: 999px;
	padding: 9px 14px;
	background: #fffdf8;
	color: var(--wht-navy);
	font: inherit;
	font-size: 0.92rem;
	font-weight: 780;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.wht-home-code__self-test-button:hover,
.wht-home-code__self-test-button:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(89, 111, 67, 0.42);
	background: var(--wht-sage);
}

.wht-home-code__self-test-button:disabled {
	cursor: progress;
	opacity: 0.7;
	transform: none;
}

.wht-home-code__self-test-result {
	border: 1px solid rgba(89, 111, 67, 0.24);
	border-radius: 10px;
	padding: 14px 16px;
	background: linear-gradient(180deg, #fffdf8, #f8f3e7);
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
	font-size: 0.98rem;
	font-weight: 720;
	line-height: 1.52;
	overflow-wrap: anywhere;
}

.wht-home-code__self-test-result-title {
	margin: 0 0 10px;
	font-weight: 840;
}

.wht-home-code__diagnostic-pre {
	margin: 0;
	white-space: pre-wrap;
	font: inherit;
	font-size: 0.94rem;
	line-height: 1.52;
}

.wht-home-code__form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.wht-home-code__field {
	display: grid;
	gap: 8px;
	margin: 0;
}

.wht-home-code__field label {
	color: var(--wht-navy);
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.2;
}

.wht-home-code__field input,
.wht-home-code__field textarea {
	width: 100%;
	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;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.wht-home-code__field textarea {
	min-height: 132px;
	resize: vertical;
}

.wht-home-code__field input:focus,
.wht-home-code__field textarea: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-home-code__field--honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.wht-home-code__form-message {
	margin: 0;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 0.94rem;
	font-weight: 740;
	line-height: 1.42;
}

.wht-home-code__form-message--success {
	border: 1px solid rgba(89, 111, 67, 0.2);
	background: rgba(238, 241, 234, 0.9);
	color: var(--wht-olive-deep);
}

.wht-home-code__form-message--error {
	border: 1px solid rgba(124, 43, 36, 0.2);
	background: rgba(255, 241, 236, 0.92);
	color: #7c2b24;
}

.wht-home-code__form-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	align-items: center;
	justify-content: space-between;
	padding-top: 2px;
}

.wht-home-code__form-footer p {
	max-width: 210px;
	margin: 0;
	color: var(--wht-muted);
	font-size: 0.84rem;
	line-height: 1.42;
}

.wht-home-code__request-form .wht-home-code__button {
	min-height: 54px;
	cursor: pointer;
}

.wht-home-code__request-form--cf7 {
	align-content: start;
}

.wht-home-code__cf7-shell {
	display: grid;
	gap: 14px;
}

.wht-home-code__request-form--cf7 .wpcf7 {
	margin: 0;
}

.wht-home-code__request-form--cf7 .wpcf7-form {
	display: grid;
	gap: 14px;
	margin: 0;
}

.wht-home-code__request-form--cf7 .wpcf7-form p {
	margin: 0;
}

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

.wht-home-code__request-form--cf7 :is(input:not([type="submit"]), textarea, select) {
	width: 100%;
	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;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.wht-home-code__request-form--cf7 textarea {
	min-height: 132px;
	resize: vertical;
}

.wht-home-code__request-form--cf7 :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-home-code__request-form--cf7 .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));
	color: var(--wht-hero-main);
	font: inherit;
	font-weight: 820;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 16px 34px rgba(52, 70, 44, 0.18);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.wht-home-code__request-form--cf7 .wpcf7-submit:hover,
.wht-home-code__request-form--cf7 .wpcf7-submit:focus-visible {
	transform: translateY(-1px);
	background: linear-gradient(180deg, var(--wht-olive), var(--wht-olive-deep));
	color: var(--wht-hero-main);
	text-decoration: none;
	box-shadow: 0 18px 38px rgba(52, 70, 44, 0.22);
}

.wht-home-code__request-form--cf7 .wpcf7-spinner {
	margin: 0 0 0 10px;
}

.wht-home-code__request-form--cf7 .wpcf7-response-output {
	margin: 2px 0 0;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 0.94rem;
	font-weight: 740;
	line-height: 1.42;
}

.wht-home-code__request-email-fallback {
	margin: 0;
	color: var(--wht-muted);
	font-size: 0.92rem;
	font-weight: 640;
	line-height: 1.45;
}

.wht-home-code__request-email-fallback a {
	color: var(--wht-olive-deep);
	font-weight: 800;
	text-decoration: none;
}

.wht-home-code__request-email-fallback a:hover,
.wht-home-code__request-email-fallback a:focus-visible {
	color: var(--wht-navy);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wht-home-code__cf7-admin-warning {
	border: 1px solid rgba(124, 43, 36, 0.2);
	border-radius: 10px;
	padding: 12px 14px;
	background: rgba(255, 241, 236, 0.92);
	color: #7c2b24;
	font-size: 0.94rem;
	font-weight: 740;
	line-height: 1.42;
}

body.wht-home-code-modal-open {
	overflow: hidden;
}

.wht-home-code__video-modal[hidden] {
	display: none !important;
}

.wht-home-code__video-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 34px;
}

.wht-home-code__video-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 22, 36, 0.72);
	backdrop-filter: blur(7px);
}

.wht-home-code__video-dialog {
	position: relative;
	width: min(900px, calc(100vw - 54px));
	border: 1px solid rgba(255, 253, 248, 0.18);
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(18, 48, 71, 0.98), rgba(7, 22, 36, 0.98)),
		var(--wht-navy-deep);
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.44);
	padding: 18px;
	color: var(--wht-hero-main);
}

.wht-home-code__video-modal-label {
	margin: 0 56px 14px 4px;
	color: var(--wht-hero-main);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.35;
}

.wht-home-code__video-close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 250, 240, 0.2);
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.08);
	color: var(--wht-hero-main);
	font: inherit;
	font-size: 1.45rem;
	line-height: 1;
	cursor: pointer;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.wht-home-code__video-close:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 250, 240, 0.42);
	background: rgba(255, 253, 248, 0.14);
}

.wht-home-code__video-close:focus-visible {
	outline: 3px solid var(--wht-gold);
	outline-offset: 3px;
}

.wht-home-code__video-frame {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	background: #000;
}

.wht-home-code__video-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 1100px) {
	.wht-home-code__tour-grid {
		grid-template-columns: 1fr;
	}

	.wht-home-code__tour-card {
		grid-template-columns: minmax(250px, 0.34fr) minmax(0, 0.66fr);
		grid-template-rows: 1fr;
	}

	.wht-home-code__tour-image-wrap {
		min-height: 100%;
		aspect-ratio: auto;
	}

	.wht-home-code__platform-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wht-home-code__review-track {
		grid-auto-columns: calc((100% - 22px) / 2);
	}

	.wht-home-code__metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wht-home-code__route {
		grid-template-columns: 1fr;
	}

	.wht-home-code__route img {
		aspect-ratio: 16 / 10;
	}
}

@media (max-width: 820px) {
	.wht-home-code {
		font-size: 16px;
	}

	.wht-home-code h1 {
		font-size: 2.55rem;
		line-height: 1.05;
	}

	.wht-home-code h2 {
		font-size: 2.05rem;
		line-height: 1.12;
	}

	.wht-home-code__hero,
	.wht-home-code__hero-inner {
		min-height: 650px;
	}

	.wht-home-code__hero-inner {
		padding: 120px 0 64px;
	}

	.wht-home-code__hero-overlay {
		background:
			linear-gradient(90deg, rgba(7, 22, 36, 0.88) 0%, rgba(7, 22, 36, 0.72) 62%, rgba(7, 22, 36, 0.34) 100%),
			linear-gradient(180deg, rgba(7, 22, 36, 0.2) 0%, rgba(7, 22, 36, 0.66) 100%);
	}

	.wht-home-code__section {
		padding: 74px 0;
	}

	.wht-home-code__section-heading {
		margin-bottom: 36px;
	}

	.wht-home-code__split,
	.wht-home-code__why,
	.wht-home-code__request {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.wht-home-code__request-actions {
		align-items: stretch;
		justify-content: flex-start;
	}

	.wht-home-code__request-actions .wht-home-code__button {
		width: 100%;
	}

	.wht-home-code__form-grid {
		grid-template-columns: 1fr;
	}

	.wht-home-code__route-grid,
	.wht-home-code__tour-grid {
		grid-template-columns: 1fr;
	}

	.wht-home-code__tour-card {
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr;
		height: auto;
		min-height: 0;
	}

	.wht-home-code__tour-image-wrap {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

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

	.wht-home-code__reviews-header {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.wht-home-code__review-controls {
		padding-bottom: 0;
	}

	.wht-home-code__review-carousel {
		padding: 0 38px;
	}

	.wht-home-code__review-arrow {
		width: 26px;
		min-height: 96px;
	}

	.wht-home-code__review-track {
		grid-auto-columns: min(86vw, 420px);
	}

	.wht-home-code__tour-body h3 {
		min-height: auto;
	}

	.wht-home-code__metrics {
		grid-template-columns: 1fr;
	}

	.wht-home-code__metrics li {
		min-height: auto;
		padding-left: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 253, 248, 0.14);
	}

	.wht-home-code__metrics li:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 520px) {
	.wht-home-code__container,
	.wht-home-code__hero-inner {
		width: min(100% - 28px, 1180px);
	}

	.wht-home-code h1 {
		font-size: 2.18rem;
	}

	.wht-home-code h2 {
		font-size: 1.76rem;
	}

	.wht-home-code__brand-lockup {
		margin-bottom: 24px;
		padding: 0;
	}

	.wht-home-code__hero-copy {
		font-size: 1.04rem;
		line-height: 1.62;
	}

	.wht-home-code__video-link {
		left: 14px;
		bottom: 14px;
		min-height: 42px;
		padding: 8px 12px 8px 9px;
		font-size: 0.82rem;
	}

	.wht-home-code__video-icon {
		width: 26px;
		height: 26px;
	}

	.wht-home-code__review-track {
		grid-auto-columns: 100%;
	}

	.wht-home-code__review-carousel {
		padding: 0 30px;
	}

	.wht-home-code__review-arrow {
		width: 22px;
		min-height: 84px;
	}

	.wht-home-code__review-card {
		min-height: 320px;
	}

	.wht-home-code__hero-actions .wht-home-code__button {
		width: 100%;
	}

	.wht-home-code__platform-list {
		grid-template-columns: 1fr;
	}

	.wht-home-code__tour-body,
	.wht-home-code__why-list li,
	.wht-home-code__route div,
	.wht-home-code__platform-panel,
	.wht-home-code__request-form {
		padding: 24px;
	}

	.wht-home-code__video-modal {
		padding: 18px;
	}

	.wht-home-code__video-dialog {
		width: 100%;
		padding: 14px;
	}

	.wht-home-code__why-list li {
		padding-left: 64px;
	}

	.wht-home-code__why-list li::before {
		left: 22px;
	}
}

@media (max-width: 1199px) {
	.wht-home-code-mobile-header-layer {
		display: contents;
	}

	.wht-home-code-mobile-debug-proof {
		position: fixed;
		right: 10px;
		left: 10px;
		top: calc(var(--wht-mobile-panel-top, 88px) + 6px);
		z-index: 100002;
		border: 1px solid rgba(215, 200, 157, 0.42);
		border-radius: 10px;
		padding: 9px 10px;
		background: rgba(3, 9, 15, 0.92);
		color: #fffaf0;
		font-family: var(--wht-sans);
		font-size: 11px;
		font-weight: 500;
		line-height: 1.35;
		box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
	}

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

	body:has(.wht-home-code-build-root) :is(header, .site-header, #masthead) :is(.ast-mobile-popup-drawer, .ast-mobile-popup-drawer.active, .ast-mobile-popup-drawer.show, .ast-mobile-header-content, .ast-mobile-popup-content, .main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on),
	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.ast-mobile-popup-drawer, .ast-mobile-popup-drawer.active, .ast-mobile-popup-drawer.show, .ast-mobile-header-content, .ast-mobile-popup-content, .main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on) {
		display: none !important;
		visibility: hidden !important;
		max-height: 0 !important;
		overflow: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) {
		position: relative;
		z-index: 99990;
	}

	body.wht-mobile-menu-is-open .wht-home-code-mobile-panel:not([hidden]),
	body.wht-home-code-mobile-menu-open .wht-home-code-mobile-panel:not([hidden]) {
		position: fixed;
		top: var(--wht-mobile-panel-top, 88px);
		left: 0;
		right: 0;
		z-index: 99999;
		display: block !important;
		box-sizing: border-box;
		max-height: calc(100dvh - var(--wht-mobile-panel-top, 88px));
		overflow-y: auto;
		overscroll-behavior: contain;
		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);
	}

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

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

	.wht-home-code-mobile-panel__close:hover,
	.wht-home-code-mobile-panel__close:focus-visible {
		border-color: rgba(215, 200, 157, 0.46);
		background: rgba(215, 200, 157, 0.14);
		color: #fffaf0;
		transform: translateY(-1px);
	}

	.wht-home-code-mobile-panel__close:focus-visible {
		outline: 2px solid rgba(215, 200, 157, 0.76);
		outline-offset: 3px;
	}

	body.wht-mobile-menu-is-open .wht-home-code-mobile-debug-proof + .wht-home-code-mobile-panel:not([hidden]),
	body.wht-home-code-mobile-menu-open .wht-home-code-mobile-debug-proof + .wht-home-code-mobile-panel:not([hidden]) {
		padding-top: 58px;
	}

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

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

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

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

	.wht-home-code-mobile-panel__list a:hover,
	.wht-home-code-mobile-panel__list a:focus-visible {
		border-color: rgba(215, 200, 157, 0.34);
		background: rgba(215, 200, 157, 0.12);
		color: #fffaf0 !important;
	}

	body.wht-mobile-menu-is-open :is(header, .site-header, #masthead) [data-wht-mobile-menu-bridge="true"] {
		position: relative;
	}

	body.wht-mobile-menu-is-open :is(header, .site-header, #masthead) [data-wht-mobile-menu-bridge="true"] > * {
		opacity: 0 !important;
	}

	body.wht-mobile-menu-is-open :is(header, .site-header, #masthead) [data-wht-mobile-menu-bridge="true"]::after {
		position: absolute;
		inset: 0;
		display: grid;
		place-items: center;
		content: "\00d7";
		color: #fffaf0;
		font-size: 30px;
		font-weight: 400;
		line-height: 1;
	}
}

@media (max-width: 767px) {
	.wht-home-code-mobile-header-layer {
		display: contents;
	}

	.wht-home-code-mobile-version-marker {
		position: fixed;
		top: calc(var(--wht-mobile-panel-top, 88px) - 24px);
		left: 10px;
		z-index: 100002;
		max-width: calc(100vw - 20px);
		border: 1px solid rgba(215, 200, 157, 0.38);
		border-radius: 999px;
		padding: 3px 8px;
		background: rgba(3, 9, 15, 0.86);
		color: #fffaf0;
		font-family: var(--wht-sans);
		font-size: 10px;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: 0;
		pointer-events: none;
	}

	.wht-home-code-mobile-debug-proof {
		position: fixed;
		right: 10px;
		left: 10px;
		top: calc(var(--wht-mobile-panel-top, 88px) + 6px);
		z-index: 100002;
		border: 1px solid rgba(215, 200, 157, 0.42);
		border-radius: 10px;
		padding: 9px 10px;
		background: rgba(3, 9, 15, 0.92);
		color: #fffaf0;
		font-family: var(--wht-sans);
		font-size: 11px;
		font-weight: 500;
		line-height: 1.35;
		box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
	}

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

	body:has(.wht-home-code-build-root) :is(header, .site-header, #masthead) :is(.ast-mobile-popup-drawer, .ast-mobile-popup-drawer.active, .ast-mobile-popup-drawer.show, .ast-mobile-header-content, .ast-mobile-popup-content, .main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on),
	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.ast-mobile-popup-drawer, .ast-mobile-popup-drawer.active, .ast-mobile-popup-drawer.show, .ast-mobile-header-content, .ast-mobile-popup-content, .main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on) {
		display: none !important;
		visibility: hidden !important;
		max-height: 0 !important;
		overflow: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	body.wht-home-code-page {
		--wht-mobile-menu-offset: 0px;
	}

	body.admin-bar.wht-home-code-page {
		--wht-mobile-menu-offset: 46px;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) {
		--wht-header-nav-size: 0.98rem;
		--wht-header-nav-weight: 500;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.ast-mobile-popup-header, .ast-builder-grid-row, .main-header-bar, .site-branding) {
		align-items: center;
		gap: 14px;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.ast-mobile-popup-header, .ast-builder-grid-row) {
		min-height: 58px;
		padding-block: 0;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.site-logo-img img, .custom-logo, .ast-site-identity img) {
		max-height: 48px;
		width: auto;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.menu-toggle, .main-header-menu-toggle, .ast-mobile-menu-trigger-minimal, .ast-mobile-popup-drawer .menu-toggle-close) {
		display: inline-grid;
		width: 42px;
		min-width: 42px;
		height: 42px;
		min-height: 42px;
		place-items: center;
		border: 1px solid rgba(255, 250, 240, 0.22);
		border-radius: 999px;
		background: rgba(255, 253, 248, 0.08);
		color: #fffaf0;
		box-shadow: none;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.menu-toggle, .main-header-menu-toggle, .ast-mobile-menu-trigger-minimal, .ast-mobile-popup-drawer .menu-toggle-close):hover,
	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.menu-toggle, .main-header-menu-toggle, .ast-mobile-menu-trigger-minimal, .ast-mobile-popup-drawer .menu-toggle-close):focus-visible {
		border-color: rgba(215, 200, 157, 0.5);
		background: rgba(215, 200, 157, 0.13);
		color: #fffaf0;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.ast-mobile-popup-content, .ast-mobile-header-content, .main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on) :is(ul, .main-header-menu, .ast-nav-menu) {
		display: grid;
		grid-template-columns: 46px 46px minmax(0, 1fr);
		gap: 8px;
		margin: 16px 0 0;
		padding: 16px 0 0;
		border-top: 1px solid rgba(255, 250, 240, 0.14);
		list-style: none;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.ast-mobile-popup-content, .ast-mobile-header-content, .main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on) :is(li, .menu-item) {
		grid-column: 1 / -1;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.ast-mobile-popup-content, .ast-mobile-header-content, .main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on) :is(li, .menu-item):has(a[href*="instagram"]),
	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.ast-mobile-popup-content, .ast-mobile-header-content, .main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on) :is(li, .menu-item):has(a[href*="tiktok"]) {
		grid-column: auto;
		width: auto;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.ast-mobile-popup-content, .ast-mobile-header-content, .main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on) .wht-home-code-contact-item {
		grid-column: 3;
		width: auto;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.ast-mobile-popup-content, .ast-mobile-header-content, .main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on) :is(a, button.wht-home-code-menu-button) {
		display: flex;
		width: 100%;
		min-height: 46px;
		align-items: center;
		justify-content: flex-start;
		border: 0;
		border-radius: 10px;
		padding: 12px 13px;
		background: transparent;
		color: #fffaf0 !important;
		font-size: 0.98rem !important;
		font-weight: 500 !important;
		line-height: 1.25 !important;
		text-align: left;
		text-decoration: none !important;
		white-space: normal;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.ast-mobile-popup-content, .ast-mobile-header-content, .main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on) :is(a, button.wht-home-code-menu-button):hover,
	body.wht-home-code-page :is(header, .site-header, #masthead) :is(.ast-mobile-popup-content, .ast-mobile-header-content, .main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on) :is(a, button.wht-home-code-menu-button):focus-visible {
		background: rgba(255, 250, 240, 0.09);
		color: #fffaf0 !important;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-group {
		display: grid;
		width: 100%;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-menu-button::after {
		margin-left: auto;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-submenu {
		position: static;
		display: grid;
		width: 100%;
		max-width: none;
		min-width: 0;
		gap: 4px;
		margin: 2px 0 6px;
		border: 0;
		border-radius: 0;
		padding: 0 0 0 10px;
		background: transparent;
		box-shadow: none;
		overflow: visible;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-submenu a {
		min-height: 38px;
		border-radius: 9px;
		padding: 8px 12px;
		color: rgba(255, 250, 240, 0.84) !important;
		font-size: 0.88rem !important;
		font-weight: 500 !important;
		line-height: 1.3 !important;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) :is(a[href*="instagram"], a[href*="tiktok"]) {
		display: inline-grid !important;
		width: 42px;
		min-width: 42px;
		height: 42px;
		min-height: 42px;
		place-items: center;
		border: 1px solid rgba(255, 250, 240, 0.22) !important;
		border-radius: 999px;
		padding: 0 !important;
		background: rgba(255, 253, 248, 0.08) !important;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-contact-item > a {
		width: auto;
		min-height: 42px;
		justify-content: center;
		border-color: rgba(215, 200, 157, 0.48);
		border-radius: 999px;
		padding: 10px 16px;
		background: rgba(215, 200, 157, 0.13);
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) {
		position: relative;
		z-index: 99990;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-header-layer {
		display: contents;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-version-marker {
		position: fixed;
		top: calc(var(--wht-mobile-panel-top, 88px) - 24px);
		left: 10px;
		z-index: 100002;
		max-width: calc(100vw - 20px);
		border: 1px solid rgba(215, 200, 157, 0.38);
		border-radius: 999px;
		padding: 3px 8px;
		background: rgba(3, 9, 15, 0.86);
		color: #fffaf0;
		font-family: var(--wht-sans);
		font-size: 10px;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: 0;
		pointer-events: none;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-debug-proof {
		position: fixed;
		right: 10px;
		left: 10px;
		top: calc(var(--wht-mobile-panel-top, 88px) + 6px);
		z-index: 100002;
		border: 1px solid rgba(215, 200, 157, 0.42);
		border-radius: 10px;
		padding: 9px 10px;
		background: rgba(3, 9, 15, 0.92);
		color: #fffaf0;
		font-family: var(--wht-sans);
		font-size: 11px;
		font-weight: 500;
		line-height: 1.35;
		box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-panel[hidden],
	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-panel {
		display: none !important;
	}

	body.wht-home-code-page.wht-home-code-mobile-menu-open :is(header, .site-header, #masthead) :is(.main-header-bar-navigation.toggle-on, .main-header-bar-navigation.toggled, .main-navigation.toggled, .main-navigation.toggle-on, .ast-mobile-header-content, .ast-mobile-popup-content) :is(ul, .main-header-menu, .ast-nav-menu, .menu) {
		display: none !important;
	}

	body.wht-home-code-page.wht-home-code-mobile-menu-open :is(header, .site-header, #masthead) :is(.ast-mobile-popup-drawer.active, .ast-mobile-popup-drawer.show) {
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
	}

	body.wht-home-code-page.wht-home-code-mobile-menu-open :is(header, .site-header, #masthead) .wht-home-code-mobile-panel:not([hidden]) {
		position: fixed;
		top: var(--wht-mobile-panel-top, 88px);
		left: 0;
		right: 0;
		z-index: 99999;
		display: block !important;
		box-sizing: border-box;
		max-height: calc(100dvh - var(--wht-mobile-panel-top, 88px));
		overflow-y: auto;
		overscroll-behavior: contain;
		border-top: 1px solid rgba(255, 250, 240, 0.12);
		border-bottom: 1px solid rgba(255, 250, 240, 0.1);
		padding: 12px max(18px, env(safe-area-inset-right)) 16px max(18px, 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);
	}

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

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-panel__close span {
		display: block;
		transform: translateY(-1px);
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-panel__close:hover,
	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-panel__close:focus-visible {
		border-color: rgba(215, 200, 157, 0.46);
		background: rgba(215, 200, 157, 0.14);
		color: #fffaf0;
		transform: translateY(-1px);
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-panel__close:focus-visible {
		outline: 2px solid rgba(215, 200, 157, 0.76);
		outline-offset: 3px;
	}

	body.wht-mobile-menu-is-open .wht-home-code-mobile-panel:not([hidden]),
	body.wht-home-code-mobile-menu-open .wht-home-code-mobile-panel:not([hidden]) {
		position: fixed;
		top: var(--wht-mobile-panel-top, 88px);
		left: 0;
		right: 0;
		z-index: 99999;
		display: block !important;
		box-sizing: border-box;
		max-height: calc(100dvh - var(--wht-mobile-panel-top, 88px));
		overflow-y: auto;
		overscroll-behavior: contain;
		border-top: 1px solid rgba(255, 250, 240, 0.12);
		border-bottom: 1px solid rgba(255, 250, 240, 0.1);
		padding: 12px max(18px, env(safe-area-inset-right)) 16px max(18px, 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);
	}

	body.wht-mobile-menu-is-open .wht-home-code-mobile-debug-proof + .wht-home-code-mobile-panel:not([hidden]),
	body.wht-home-code-mobile-menu-open .wht-home-code-mobile-debug-proof + .wht-home-code-mobile-panel:not([hidden]) {
		padding-top: 58px;
	}

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

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

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

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

	body.wht-mobile-menu-is-open :is(header, .site-header, #masthead) [data-wht-mobile-menu-bridge="true"] {
		position: relative;
	}

	body.wht-mobile-menu-is-open :is(header, .site-header, #masthead) [data-wht-mobile-menu-bridge="true"] > * {
		opacity: 0 !important;
	}

	body.wht-mobile-menu-is-open :is(header, .site-header, #masthead) [data-wht-mobile-menu-bridge="true"]::after {
		position: absolute;
		inset: 0;
		display: grid;
		place-items: center;
		content: "\00d7";
		color: #fffaf0;
		font-size: 30px;
		font-weight: 400;
		line-height: 1;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-panel__list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-panel__list li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}

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

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-panel__list a::after {
		content: "\2192";
		margin-left: 16px;
		color: rgba(215, 200, 157, 0.88);
		font-size: 0.95em;
		line-height: 1;
	}

	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-panel__list a:hover,
	body.wht-home-code-page :is(header, .site-header, #masthead) .wht-home-code-mobile-panel__list a:focus-visible {
		border-color: rgba(215, 200, 157, 0.34);
		background: rgba(215, 200, 157, 0.12);
		color: #fffaf0 !important;
	}

	.wht-home-code__platform-panel {
		padding: 22px;
	}

	.wht-home-code__platform-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-bottom: 14px;
	}

	.wht-home-code__platform-item,
	.wht-home-code__platform-link {
		min-height: 78px;
	}

	.wht-home-code__platform-link {
		padding: 14px 10px;
	}

	.wht-home-code__platform-logo,
	.wht-home-code__platform-item--tripadvisor .wht-home-code__platform-logo,
	.wht-home-code__platform-item--viator .wht-home-code__platform-logo {
		height: 31px;
	}

	.wht-home-code__platform-item--google .wht-home-code__platform-logo,
	.wht-home-code__platform-item--airbnb .wht-home-code__platform-logo,
	.wht-home-code__platform-item--getyourguide .wht-home-code__platform-logo {
		height: 28px;
	}

	.wht-home-code__platform-item:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		width: calc((100% - 10px) / 2);
		justify-self: center;
	}

	.wht-home-code__platform-proof {
		padding-top: 14px;
		font-size: 0.92rem;
		line-height: 1.48;
	}

	.wht-home-code__trust-strip {
		padding: 40px 0;
	}

	.wht-home-code__trust-line {
		margin-bottom: 22px;
		font-size: 1.04rem;
		line-height: 1.46;
	}

	.wht-home-code__metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1px;
		border: 0;
		padding: 0;
		background: rgba(215, 200, 157, 0.14);
	}

	.wht-home-code__metrics li,
	.wht-home-code__metrics li:first-child,
	.wht-home-code__metrics li:last-child {
		min-height: 74px;
		justify-content: center;
		border: 0;
		padding: 12px 10px;
		background: rgba(7, 22, 36, 0.38);
		text-align: center;
	}

	.wht-home-code__metrics li:first-child {
		grid-column: 1 / -1;
		min-height: 54px;
	}

	.wht-home-code__metrics strong {
		font-size: 1.32rem;
		line-height: 1.05;
	}

	.wht-home-code__metrics li:first-child strong {
		font-size: 0.98rem;
		line-height: 1.14;
	}

	.wht-home-code__metrics span {
		margin-top: 6px;
		font-size: 0.76rem;
		line-height: 1.25;
	}

	.wht-home-code__request-form--cf7 {
		gap: 14px;
	}

	.wht-home-code__request-form--cf7 .wpcf7-form {
		gap: 12px;
	}

	.wht-home-code__request-form--cf7 .wpcf7-submit {
		width: 100%;
		min-height: 52px;
	}

	.wht-home-code__request-form--cf7 .wpcf7-response-output {
		margin-top: 4px;
		padding: 12px 13px;
		font-size: 0.92rem;
		line-height: 1.42;
	}

	.wht-home-code__request-email-fallback {
		font-size: 0.88rem;
		line-height: 1.42;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wht-home-code__button,
	.wht-home-code__hero-video,
	.wht-home-code__review-arrow,
	.wht-home-code__route,
	.wht-home-code__route img,
	.wht-home-code__tour-card,
	.wht-home-code__video-link,
	.wht-home-code__tour-image {
		transition: none;
	}

	.wht-home-code__button:hover,
	.wht-home-code__route:hover,
	.wht-home-code__tour-card:hover {
		transform: none;
	}

	.wht-home-code__review-arrow--prev:hover {
		transform: translateY(-50%);
	}

	.wht-home-code__review-arrow--next:hover {
		transform: translateY(-50%);
	}

	.wht-home-code__route:hover img,
	.wht-home-code__tour-card:hover .wht-home-code__tour-image,
	.wht-home-code__video-link:hover {
		transform: none;
	}
}
