
:root {
	--wht-navy: #071c2c;
	--wht-navy-deep: #04131f;
	--wht-paper: #f8f4ea;
	--wht-paper-soft: #fcfaf4;
	--wht-sage: #e9eee4;
	--wht-olive: #5f7a3f;
	--wht-olive-dark: #40562b;
	--wht-gold: #c8a969;
	--wht-ink: #1f2b25;
	--wht-muted: #687066;
	--wht-line: rgba(31, 43, 37, 0.16);
	--wht-white: #ffffff;
	--wht-shadow: 0 24px 60px rgba(7, 28, 44, 0.11);
	--wht-radius-lg: 18px;
	--wht-radius-md: 12px;
	--wht-container: 1180px;
}

html {
	scroll-behavior: smooth;
}


.wht-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10000;
	padding: 10px 14px;
	border-radius: 6px;
	background: var(--wht-white);
	color: var(--wht-navy-deep);
	font-weight: 700;
	text-decoration: none;
	transform: translateY(-160%);
	transition: transform 160ms ease;
}

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


body.wht-contact-page-template {
	margin: 0;
	background: var(--wht-paper-soft);
	color: var(--wht-ink);
	font-family: "Instrument Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.wht-contact-page-template *,
body.wht-contact-page-template *::before,
body.wht-contact-page-template *::after {
	box-sizing: border-box;
}

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

body.wht-contact-page-template a {
	color: inherit;
}

body.wht-contact-page-template button,
body.wht-contact-page-template input,
body.wht-contact-page-template select,
body.wht-contact-page-template textarea {
	font: inherit;
}

body.wht-contact-page-template .grecaptcha-badge {
	visibility: hidden !important;
}

.wht-contact-page__container,
.wht-site-header__inner,
.wht-site-footer__inner,
.wht-site-footer__legal-inner {
	width: min(calc(100% - 48px), var(--wht-container));
	margin-inline: auto;
}

.wht-contact-page__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
	color: var(--wht-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wht-contact-page__eyebrow::before {
	content: "";
	width: 34px;
	height: 1px;
	background: currentColor;
	flex: 0 0 auto;
}

.wht-contact-page h1,
.wht-contact-page h2,
.wht-contact-page h3 {
	margin-top: 0;
	font-family: "Fraunces", Georgia, serif;
	font-weight: 700;
	letter-spacing: -0.035em;
}

.wht-contact-page h1 {
	margin-bottom: 24px;
	font-size: clamp(3.25rem, 6vw, 5.9rem);
	line-height: 0.94;
}

.wht-contact-page__hero h1 {
	color: var(--wht-white) !important;
	-webkit-text-fill-color: var(--wht-white);
}

.wht-contact-page h2 {
	margin-bottom: 18px;
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1;
}

.wht-contact-page p {
	margin-top: 0;
}

.wht-contact-page__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 52px;
	padding: 14px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.wht-contact-page__button:hover {
	transform: translateY(-2px);
}

.wht-contact-page__button:focus-visible,
.wht-contact-page__text-link:focus-visible,
.wht-site-header a:focus-visible,
.wht-site-header button:focus-visible,
.wht-site-footer a:focus-visible,
.wht-contact-page__route-links a:focus-visible,
.wht-contact-page__form input:focus-visible,
.wht-contact-page__form select:focus-visible,
.wht-contact-page__form textarea:focus-visible {
	outline: 3px solid #e6c77f;
	outline-offset: 4px;
}

.wht-contact-page__button--primary,
.wht-contact-page__button--submit {
	background: var(--wht-olive);
	color: var(--wht-white);
	box-shadow: 0 14px 28px rgba(43, 63, 29, 0.22);
}

.wht-contact-page__button--primary:hover,
.wht-contact-page__button--submit:hover {
	background: var(--wht-olive-dark);
}

.wht-contact-page__text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--wht-white);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.wht-contact-page__text-link svg,
.wht-contact-page__route-links svg,
.wht-contact-page__button svg {
	width: 18px;
	height: 12px;
	flex: 0 0 auto;
	transition: transform 180ms ease;
}

.wht-contact-page__text-link:hover svg,
.wht-contact-page__route-links a:hover svg,
.wht-contact-page__button:hover svg {
	transform: translateX(4px);
}

/* Header parity with the current WHT experience pages.
   The bundled 1600×260 transparent logo is the exact Home-build asset. */
.wht-site-header {
	position: absolute;
	inset: 0 0 auto;
	z-index: 1000;
	width: 100%;
	background: linear-gradient(
		180deg,
		rgba(7, 22, 36, 0.88),
		rgba(7, 22, 36, 0.46) 62%,
		transparent
	);
	color: #fffdf8;
	font-family: "Instrument Sans", Arial, sans-serif;
}

.wht-site-header::after {
	display: none;
	content: none;
}

.wht-site-header__inner {
	display: flex;
	width: 100%;
	min-height: 110px;
	align-items: center;
	gap: clamp(18px, 2.35vw, 38px);
	margin: 0;
	padding: 18px clamp(28px, 5.15vw, 72px);
}

.wht-site-header__brand {
	display: inline-flex;
	width: clamp(280px, 25.8vw, 360px);
	min-width: 280px;
	flex: 0 0 auto;
	align-items: center;
	color: #fffdf8;
	text-decoration: none;
}

.wht-site-header__logo-image {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	max-height: 59px;
	object-fit: contain;
	object-position: left center;
	image-rendering: auto;
}

.wht-site-header__logo-mark,
.wht-site-header__logo-text {
	display: none !important;
}

.wht-site-header__desktop-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2vw, 34px);
	margin-left: auto;
	font-size: 14px;
	font-weight: 700;
}

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

.wht-site-header__menu-trigger,
.wht-site-header__plain-link {
	position: relative;
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	padding: 12px 0;
	border: 0;
	background: transparent;
	color: #fffdf8;
	font: 750 0.86rem/1.2 "Instrument Sans", Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.wht-site-header__menu-trigger svg {
	width: 10px;
	height: 7px;
	transition: transform 180ms ease;
}

.wht-site-header__menu-trigger[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.wht-site-header__menu-trigger::after,
.wht-site-header__plain-link::after {
	position: absolute;
	right: 0;
	bottom: 6px;
	left: 0;
	height: 1px;
	background: var(--wht-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.wht-site-header__menu-trigger:hover::after,
.wht-site-header__menu-trigger[aria-expanded="true"]::after,
.wht-site-header__plain-link:hover::after,
.wht-site-header__plain-link:focus-visible::after {
	transform: scaleX(1);
}

.wht-site-header__dropdown {
	position: absolute;
	top: calc(100% + 6px);
	left: -16px;
	z-index: 20;
	width: 290px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(7, 22, 36, 0.985);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.wht-site-header__dropdown[hidden] {
	display: none;
}

.wht-site-header__dropdown a {
	display: block;
	padding: 11px 13px;
	border-radius: 6px;
	color: #fffdf8;
	font-size: 0.86rem;
	line-height: 1.3;
	text-decoration: none;
}

.wht-site-header__dropdown a:hover,
.wht-site-header__dropdown a:focus-visible {
	background: rgba(255, 255, 255, 0.1);
}

.wht-site-header__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
}

.wht-site-header__social,
.wht-site-header__mobile-toggle {
	display: inline-flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.23);
	background: rgba(7, 22, 36, 0.16);
	color: #fffdf8;
	text-decoration: none;
}

.wht-site-header__social {
	border-radius: 50%;
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease;
}

.wht-site-header__social:hover,
.wht-site-header__social:focus-visible {
	border-color: rgba(255, 255, 255, 0.44);
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-1px);
}

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

.wht-site-header__contact,
.wht-site-header__contact:link,
.wht-site-header__contact:visited {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	margin-left: 0;
	padding: 0 24px;
	border: 1px solid #fffdf8 !important;
	border-radius: 8px;
	background: #fffdf8 !important;
	color: #071624 !important;
	-webkit-text-fill-color: #071624 !important;
	opacity: 1 !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: none;
	text-shadow: none !important;
	mix-blend-mode: normal !important;
}

.wht-site-header__contact:hover,
.wht-site-header__contact:focus-visible {
	border-color: var(--wht-gold) !important;
	background: var(--wht-gold) !important;
	color: #071624 !important;
	-webkit-text-fill-color: #071624 !important;
	transform: translateY(-1px);
}

.wht-site-header__mobile-toggle {
	display: none;
	flex-direction: column;
	border-radius: 8px;
	cursor: pointer;
}

.wht-site-header__mobile-toggle svg {
	width: 26px;
	height: 22px;
}

.wht-site-header__mobile-close {
	display: none;
}

.wht-site-header__mobile-toggle[aria-expanded="true"] .wht-site-header__mobile-open {
	display: none;
}

.wht-site-header__mobile-toggle[aria-expanded="true"] .wht-site-header__mobile-close {
	display: inline-flex;
}

.wht-site-header__mobile-panel {
	display: none;
}

/* Hero */
.wht-contact-page__hero {
	position: relative;
	overflow: hidden;
	padding: 152px 0 88px;
	background:
		radial-gradient(circle at 96% 88%, rgba(200, 169, 105, 0.1), transparent 30%),
		var(--wht-navy);
	color: var(--wht-white);
}

.wht-contact-page__hero::after {
	content: "";
	position: absolute;
	right: -170px;
	bottom: -310px;
	width: 610px;
	height: 610px;
	border: 1px solid rgba(200, 169, 105, 0.12);
	border-radius: 50%;
	pointer-events: none;
}

.wht-contact-page__hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.78fr);
	align-items: center;
	gap: clamp(54px, 8vw, 110px);
}

.wht-contact-page__hero-copy {
	max-width: 660px;
}

.wht-contact-page__hero-lead {
	max-width: 640px;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.05rem, 1.5vw, 1.22rem);
	line-height: 1.65;
}

.wht-contact-page__hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
	margin-bottom: 26px;
}

.wht-contact-page__hero-note {
	margin: 0;
	color: rgba(255, 255, 255, 0.56);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.wht-contact-page__hero-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: clamp(18px, 2.5vw, 34px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--wht-radius-lg);
	background: var(--wht-white);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.wht-contact-page__hero-visual img {
	width: 100%;
	height: auto;
	max-height: 430px;
	border-radius: 0;
	object-fit: contain;
}

/* Compact routing strip */
.wht-contact-page__routes {
	padding: 58px 0;
	background: var(--wht-paper);
	border-bottom: 1px solid rgba(31, 43, 37, 0.08);
}

.wht-contact-page__routes-inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
	align-items: center;
	gap: 70px;
}

.wht-contact-page__routes-heading h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3rem);
}

.wht-contact-page__route-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--wht-line);
}

.wht-contact-page__route-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 122px;
	padding: 24px 28px;
	border-bottom: 1px solid var(--wht-line);
	text-decoration: none;
	transition: background-color 180ms ease, padding-left 180ms ease;
}

.wht-contact-page__route-links a:first-child {
	border-right: 1px solid var(--wht-line);
}

.wht-contact-page__route-links a:hover {
	padding-left: 34px;
	background: rgba(255, 255, 255, 0.46);
}

.wht-contact-page__route-links strong,
.wht-contact-page__route-links small {
	display: block;
}

.wht-contact-page__route-links strong {
	margin-bottom: 5px;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.35rem;
}

.wht-contact-page__route-links small {
	color: var(--wht-muted);
	font-size: 13px;
	line-height: 1.45;
}

/* Form */
.wht-contact-page__form-section {
	padding: 96px 0 104px;
	background:
		linear-gradient(135deg, rgba(233, 238, 228, 0.9), rgba(248, 244, 234, 0.96));
}

.wht-contact-page__form-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.78fr) minmax(480px, 1.02fr);
	align-items: start;
	gap: clamp(60px, 9vw, 128px);
}

.wht-contact-page__form-intro {
	position: sticky;
	top: 40px;
	padding-top: 22px;
}

.wht-contact-page__form-intro > p:not(.wht-contact-page__eyebrow):not(.wht-contact-page__privacy-note) {
	max-width: 500px;
	color: var(--wht-muted);
	font-size: 1.06rem;
	line-height: 1.7;
}

.wht-contact-page__direct-contact {
	display: grid;
	gap: 0;
	margin: 38px 0 24px;
	border-top: 1px solid var(--wht-line);
}

.wht-contact-page__direct-contact > div {
	padding: 20px 0;
	border-bottom: 1px solid var(--wht-line);
}

.wht-contact-page__direct-contact span {
	display: block;
	margin-bottom: 5px;
	color: var(--wht-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wht-contact-page__direct-contact a {
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.32rem;
	font-weight: 700;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.wht-contact-page__direct-contact a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.wht-contact-page__privacy-note {
	padding-left: 14px;
	border-left: 2px solid var(--wht-gold);
	color: var(--wht-muted);
	font-size: 12px;
}

.wht-contact-page__form-card {
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid rgba(31, 43, 37, 0.1);
	border-radius: var(--wht-radius-lg);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--wht-shadow);
	backdrop-filter: blur(8px);
}

.wht-contact-page__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 20px;
}

.wht-contact-page__field {
	min-width: 0;
}

.wht-contact-page__field--full {
	grid-column: 1 / -1;
}

.wht-contact-page__field label {
	display: block;
	margin-bottom: 8px;
	color: var(--wht-ink);
	font-size: 13px;
	font-weight: 700;
}

.wht-contact-page__field input[type="text"],
.wht-contact-page__field input[type="email"],
.wht-contact-page__field select,
.wht-contact-page__field textarea {
	width: 100%;
	border: 1px solid rgba(31, 43, 37, 0.2);
	border-radius: 8px;
	background: var(--wht-white);
	color: var(--wht-ink);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.wht-contact-page__field input[type="text"],
.wht-contact-page__field input[type="email"],
.wht-contact-page__field select {
	min-height: 50px;
	padding: 10px 13px;
}

.wht-contact-page__field textarea {
	min-height: 180px;
	padding: 13px;
	resize: vertical;
}

.wht-contact-page__field input:hover,
.wht-contact-page__field select:hover,
.wht-contact-page__field textarea:hover {
	border-color: rgba(31, 43, 37, 0.42);
}

.wht-contact-page__field input[aria-invalid="true"],
.wht-contact-page__field select[aria-invalid="true"],
.wht-contact-page__field textarea[aria-invalid="true"] {
	border-color: #a33b33;
	box-shadow: 0 0 0 3px rgba(163, 59, 51, 0.11);
}

.wht-contact-page__field-help,
.wht-contact-page__field-error {
	display: block;
	margin: 7px 0 0;
	font-size: 11px;
	line-height: 1.4;
}

.wht-contact-page__field-help {
	color: var(--wht-muted);
}

.wht-contact-page__field-error {
	min-height: 1em;
	color: #8b2f28;
	font-weight: 600;
}

.wht-contact-page__consent label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 500;
	line-height: 1.45;
}

.wht-contact-page__consent input {
	width: 17px;
	height: 17px;
	margin-top: 2px;
	accent-color: var(--wht-olive);
	flex: 0 0 auto;
}

.wht-contact-page__consent a {
	font-weight: 700;
	text-underline-offset: 3px;
}

.wht-contact-page__button--submit {
	width: 100%;
	border: 0;
}

.wht-contact-page__button--submit:disabled {
	opacity: 0.62;
	cursor: wait;
	transform: none;
}

.wht-contact-page__form-status {
	display: none;
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
}

.wht-contact-page__form-status:not(:empty) {
	display: block;
}

.wht-contact-page__form-status.is-success {
	background: #e8f1e3;
	color: #29401e;
}

.wht-contact-page__form-status.is-error {
	background: #f8e8e5;
	color: #772b25;
}

.wht-contact-page__notice {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-bottom: 24px;
	padding: 16px 18px;
	border-radius: 9px;
}

.wht-contact-page__notice--success {
	background: #e8f1e3;
	color: #29401e;
}

.wht-contact-page__notice--error {
	background: #f8e8e5;
	color: #772b25;
}

.wht-contact-page__recaptcha-note,
.wht-contact-page__form-fallback {
	margin: 15px 0 0;
	color: var(--wht-muted);
	font-size: 10.5px;
	line-height: 1.5;
	text-align: center;
}

.wht-contact-page__form-fallback {
	font-size: 12px;
}

.wht-contact-page__recaptcha-note a,
.wht-contact-page__form-fallback a {
	font-weight: 700;
	text-underline-offset: 2px;
}

.wht-contact-page__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* Footer aligned with current WHT information architecture */
.wht-site-footer {
	background: #143755;
	color: rgba(255, 255, 255, 0.86);
}

.wht-site-footer__inner {
	display: grid;
	grid-template-columns: 0.9fr 1.3fr 1fr 0.8fr;
	gap: 58px;
	padding: 64px 0 54px;
}

.wht-site-footer__column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
	min-width: 0;
}

.wht-site-footer__column h2 {
	margin: 0 0 10px;
	color: #92aa52;
	font-family: "Instrument Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.015em;
}

.wht-site-footer__column a {
	color: rgba(255, 255, 255, 0.84);
	font-size: 12px;
	line-height: 1.45;
	text-decoration: none;
}

.wht-site-footer__column a:hover {
	color: var(--wht-white);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.wht-site-footer__legal {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(4, 19, 31, 0.25);
}

.wht-site-footer__legal-inner {
	padding: 18px 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 11px;
}

/* Tablet */
@media (max-width: 1100px) {
	.wht-site-header {
		background: linear-gradient(
			180deg,
			rgba(7, 22, 36, 0.97),
			rgba(7, 22, 36, 0.86)
		);
	}

	.wht-site-header__inner {
		min-height: 92px;
		gap: 10px;
		padding: 12px clamp(20px, 4.5vw, 48px);
	}

	.wht-site-header__brand {
		width: clamp(210px, 31vw, 320px);
		min-width: 0;
	}

	.wht-site-header__logo-image {
		max-height: 52px;
	}

	.wht-site-header__desktop-nav,
	.wht-site-header__contact {
		display: none;
	}

	.wht-site-header__actions {
		margin-left: auto;
	}

	.wht-site-header__mobile-toggle {
		display: inline-flex;
	}

	.wht-site-header__mobile-panel {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1050;
		display: block;
		width: min(88vw, 390px);
		height: 100dvh;
		padding: 92px 24px 32px;
		background:
			radial-gradient(circle at 14% 0%, rgba(200, 169, 105, 0.14), transparent 45%),
			#071624;
		box-shadow: -18px 0 42px rgba(0, 0, 0, 0.3);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.wht-site-header__mobile-panel[hidden] {
		display: none;
	}

	.wht-site-header__mobile-panel nav {
		display: grid;
		gap: 7px;
	}

	.wht-site-header__mobile-group > button,
	.wht-site-header__mobile-link {
		display: flex;
		width: 100%;
		min-height: 48px;
		align-items: center;
		justify-content: space-between;
		padding: 13px 14px;
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.045);
		color: #fffdf8;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.3;
		text-align: left;
		text-decoration: none;
		cursor: pointer;
	}

	.wht-site-header__mobile-group > button:hover,
	.wht-site-header__mobile-group > button:focus-visible,
	.wht-site-header__mobile-link:hover,
	.wht-site-header__mobile-link:focus-visible {
		border-color: rgba(200, 169, 105, 0.35);
		background: rgba(200, 169, 105, 0.12);
	}

	.wht-site-header__mobile-group > button svg {
		width: 11px;
		height: 8px;
		transition: transform 180ms ease;
	}

	.wht-site-header__mobile-group > button[aria-expanded="true"] svg {
		transform: rotate(180deg);
	}

	.wht-site-header__mobile-submenu {
		display: grid;
		gap: 3px;
		padding: 5px 0 7px 14px;
	}

	.wht-site-header__mobile-submenu[hidden] {
		display: none;
	}

	.wht-site-header__mobile-submenu a {
		display: block;
		padding: 10px 12px;
		border-radius: 6px;
		color: rgba(255, 255, 255, 0.84);
		font-size: 0.88rem;
		line-height: 1.35;
		text-decoration: none;
	}

	.wht-site-header__mobile-submenu a:hover,
	.wht-site-header__mobile-submenu a:focus-visible {
		background: rgba(255, 255, 255, 0.08);
		color: #fffdf8;
	}

	.wht-site-header__mobile-socials {
		display: flex;
		gap: 10px;
		margin-top: 16px;
		padding: 16px 12px 2px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.wht-site-header__mobile-socials a {
		display: inline-flex;
		width: 42px;
		height: 42px;
		align-items: center;
		justify-content: center;
		border: 1px solid rgba(255, 255, 255, 0.26);
		border-radius: 50%;
	}

	.wht-site-header__mobile-socials svg {
		width: 19px;
		height: 19px;
	}

	.wht-contact-page__hero {
		padding-top: 132px;
	}

	.wht-contact-page__hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
		gap: 48px;
	}

	.wht-contact-page__routes-inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.wht-contact-page__form-layout {
		grid-template-columns: 0.72fr 1fr;
		gap: 55px;
	}

	.wht-site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 46px 70px;
	}
}

/* Mobile */
@media (max-width: 760px) {
	.wht-contact-page__container,
	.wht-site-header__inner,
	.wht-site-footer__inner,
	.wht-site-footer__legal-inner {
		width: min(calc(100% - 32px), var(--wht-container));
	}

	.wht-site-header__inner {
		min-height: 82px;
		padding: 10px 16px;
	}

	.wht-site-header__brand {
		width: clamp(150px, 46vw, 205px);
		min-width: 0;
	}

	.wht-site-header__logo-image {
		width: 100%;
		max-width: none;
		height: auto;
		max-height: 34px;
	}

	.wht-site-header__logo-mark {
		width: 34px;
		height: 27px;
	}

	.wht-site-header__mobile-panel {
		top: 76px;
		right: 16px;
		left: 16px;
		width: auto;
		max-width: none;
	}

	.wht-contact-page__hero {
		padding: 116px 0 54px;
	}

	.wht-contact-page__hero-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.wht-contact-page h1 {
		font-size: clamp(3.1rem, 15vw, 4.5rem);
	}

	.wht-contact-page__hero-lead {
		font-size: 1rem;
	}

	.wht-contact-page__hero-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 17px;
	}

	.wht-contact-page__hero-visual {
		padding: 18px;
		border-radius: 14px;
	}

	.wht-contact-page__hero-visual img {
		max-height: none;
	}

	.wht-contact-page__routes {
		padding: 45px 0;
	}

	.wht-contact-page__route-links {
		grid-template-columns: 1fr;
	}

	.wht-contact-page__route-links a:first-child {
		border-right: 0;
	}

	.wht-contact-page__route-links a {
		min-height: 106px;
		padding: 20px 6px;
	}

	.wht-contact-page__route-links a:hover {
		padding-left: 6px;
	}

	.wht-contact-page__form-section {
		padding: 66px 0 72px;
	}

	.wht-contact-page__form-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.wht-contact-page__form-intro {
		position: static;
		padding-top: 0;
	}

	.wht-contact-page__form-card {
		padding: 24px 18px;
		border-radius: 14px;
	}

	.wht-contact-page__form {
		grid-template-columns: 1fr;
	}

	.wht-contact-page__field--full {
		grid-column: auto;
	}

	.wht-site-footer__inner {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 48px 0 42px;
	}
}

@media (max-width: 390px) {
	.wht-site-header__brand {
		gap: 8px;
	}

	.wht-site-header__logo-image {
		max-width: 160px;
	}

	.wht-site-header__logo-text {
		max-width: 118px;
		white-space: normal;
		line-height: 1.05;
	}

	.wht-contact-page__button {
		width: 100%;
	}

	.wht-contact-page__text-link {
		width: 100%;
		justify-content: center;
	}
}


@media (max-width: 430px) {
	.wht-site-header__inner {
		gap: 8px;
		padding-inline: 14px;
	}

	.wht-site-header__brand {
		width: clamp(132px, 40vw, 170px);
	}

	.wht-site-header__mobile-toggle,
	.wht-site-header__social {
		width: 46px;
		height: 46px;
	}
}

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

	body.wht-contact-page-template *,
	body.wht-contact-page-template *::before,
	body.wht-contact-page-template *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
