:root {
	--yw-contact-bg: #f7efe2;
	--yw-contact-surface: #fffaf3;
	--yw-contact-surface-strong: #ffffff;
	--yw-contact-ink: #18211f;
	--yw-contact-muted: #5d675f;
	--yw-contact-accent: #f08a24;
	--yw-contact-accent-deep: #c95d1d;
	--yw-contact-forest: #173934;
	--yw-contact-night: #102827;
	--yw-contact-line: rgba(24, 33, 31, 0.1);
	--yw-contact-shadow: 0 24px 54px rgba(29, 34, 30, 0.12);
	--yw-contact-radius: 28px;
}

body.yw-page-contact {
	background:
		radial-gradient(circle at top left, rgba(240, 138, 36, 0.12), transparent 28%),
		linear-gradient(180deg, #f6efe3 0%, #fffaf5 36%, #f4ecdf 100%);
	color: var(--yw-contact-ink);
	font-family: "Outfit", "Helvetica Neue", sans-serif;
}

body.yw-page-contact .tg-infonav ul li span,
body.yw-page-contact .tg-infonav ul li a,
body.yw-page-contact .tg-infonav ul li a i,
body.yw-page-contact #tg-navigation > ul > li > a {
	color: #ffffff;
}

body.yw-page-contact #tg-navigation > ul > li.current-menu-item > a,
body.yw-page-contact #tg-navigation > ul > li > a:hover {
	color: #ffbe73;
}

body.yw-page-contact #tg-header,
body.yw-page-contact .tg-headervtwo {
	background: linear-gradient(180deg, rgba(5, 17, 17, 0.5), rgba(5, 17, 17, 0)) !important;
	box-shadow: none;
}

body.yw-page-contact .tg-headerfixed {
	background: rgba(12, 27, 26, 0.92) !important;
	backdrop-filter: blur(14px);
	box-shadow: 0 18px 36px rgba(5, 17, 17, 0.2);
}

body.yw-page-contact .contactus-btn a {
	background: linear-gradient(135deg, #f8b35d, var(--yw-contact-accent)) !important;
	border: 0 !important;
	color: #1d1611 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px;
	border-radius: 999px;
	line-height: 1;
	box-shadow: 0 14px 30px rgba(240, 138, 36, 0.22);
}

body.yw-page-contact .contactus-btn a span {
	color: #1d1611 !important;
	padding: 0 !important;
}

body.yw-page-contact .tg-navigationarea {
	display: flex;
	align-items: center;
}

body.yw-page-contact .contactus-btn {
	display: flex;
	align-items: center;
	width: auto !important;
	height: auto !important;
	float: right;
	margin-top: 24px !important;
	margin-right: 26px !important;
	padding: 0 !important;
	background: transparent !important;
	overflow: visible !important;
	box-shadow: none !important;
}

body.yw-page-contact .contactus-btn:after,
body.yw-page-contact .contactus-btn:hover:after {
	display: none !important;
}

.yw-contact-page {
	padding-top: 0;
}

.yw-contact-page h1,
.yw-contact-page h2,
.yw-contact-page h3 {
	font-family: "Cormorant Garamond", Georgia, serif;
	letter-spacing: -0.02em;
}

.yw-contact-hero {
	position: relative;
	padding: 210px 0 128px;
	color: #ffffff;
	background:
		radial-gradient(circle at 16% 22%, rgba(240, 138, 36, 0.26), transparent 28%),
		radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.09), transparent 24%),
		linear-gradient(135deg, rgba(7, 20, 22, 0.92), rgba(9, 44, 50, 0.88) 46%, rgba(67, 43, 28, 0.76)),
		url("../images/parallax/contac-us.jpg") center/cover no-repeat;
	overflow: hidden;
}

.yw-contact-hero::before,
.yw-contact-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	filter: blur(8px);
	opacity: 0.8;
	pointer-events: none;
}

.yw-contact-hero::before {
	width: 240px;
	height: 240px;
	right: 12%;
	bottom: 12%;
	background: radial-gradient(circle, rgba(255, 188, 101, 0.28), transparent 70%);
	animation: ywContactFloat 8s ease-in-out infinite;
}

.yw-contact-hero::after {
	width: 180px;
	height: 180px;
	left: 9%;
	bottom: 18%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 72%);
	animation: ywContactFloat 10s ease-in-out infinite reverse;
}

.yw-contact-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 34px;
	align-items: center;
}

.yw-contact-hero__copy,
.yw-contact-hero__spotlight {
	animation: ywContactRise 0.9s ease both;
}

.yw-contact-hero__spotlight {
	animation-delay: 0.12s;
}

.yw-contact-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(11, 27, 28, 0.4);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.yw-contact-breadcrumb a,
.yw-contact-breadcrumb strong {
	color: #ffffff !important;
}

.yw-contact-kicker {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: #ffca8d !important;
}

.yw-contact-kicker--soft {
	color: rgba(255, 255, 255, 0.76) !important;
}

.yw-contact-context-pill {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 14px 18px;
	margin-bottom: 22px;
	border-radius: 18px;
	background: rgba(11, 27, 28, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(16px);
}

.yw-contact-context-pill span {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78) !important;
}

.yw-contact-context-pill strong {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff !important;
}

.yw-contact-hero h1 {
	margin: 0;
	font-size: clamp(2.8rem, 4.9vw, 5.2rem);
	line-height: 0.96;
	max-width: 7.4em;
	color: #fff9f1 !important;
	text-shadow: 0 16px 40px rgba(5, 15, 15, 0.34);
}

.yw-contact-lead {
	max-width: 680px;
	margin: 22px 0 0;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 247, 236, 0.92) !important;
	text-shadow: 0 10px 24px rgba(5, 15, 15, 0.2);
}

.yw-contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.yw-contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.yw-contact-btn:hover,
.yw-contact-btn:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.yw-contact-btn--primary {
	background: linear-gradient(135deg, #f8ae52, var(--yw-contact-accent));
	color: #1d1611;
	box-shadow: 0 18px 38px rgba(240, 138, 36, 0.26);
}

.yw-contact-btn--ghost {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.16);
}

.yw-contact-btn--dark {
	background: var(--yw-contact-night);
	color: #ffffff;
	box-shadow: 0 16px 34px rgba(10, 22, 22, 0.22);
}

.yw-contact-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 42px;
}

.yw-contact-stat {
	padding: 18px 20px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(10, 24, 26, 0.48), rgba(16, 31, 33, 0.34));
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(18px);
}

.yw-contact-stat strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff6ee !important;
}

.yw-contact-stat span {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 247, 236, 0.8) !important;
}

.yw-contact-spotlight-card {
	position: relative;
	padding: 32px;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(11, 27, 28, 0.56), rgba(30, 24, 20, 0.28));
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 28px 68px rgba(6, 20, 20, 0.26);
	backdrop-filter: blur(18px);
}

.yw-contact-spotlight-card h2 {
	margin: 0;
	font-size: clamp(2.1rem, 3.1vw, 3.25rem);
	line-height: 1.02;
	color: #fff9f1 !important;
}

.yw-contact-spotlight-card p {
	margin: 16px 0 0;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 247, 236, 0.86) !important;
}

.yw-contact-mini-list {
	display: grid;
	gap: 14px;
	margin-top: 26px;
}

.yw-contact-mini-item {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 14px;
	align-items: center;
}

.yw-contact-mini-item i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 18px;
	color: #ffd5a6;
}

.yw-contact-mini-item span {
	display: block;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.66) !important;
}

.yw-contact-mini-item a,
.yw-contact-mini-item strong {
	display: block;
	margin-top: 4px;
	color: #fff7ef !important;
	font-size: 17px;
	font-weight: 600;
}

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

.yw-contact-trust div {
	padding: 16px 18px;
	border-radius: 20px;
	background: rgba(10, 23, 24, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.yw-contact-trust span {
	display: block;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.66) !important;
}

.yw-contact-trust strong {
	display: block;
	margin-top: 7px;
	font-size: 16px;
	line-height: 1.35;
	color: #fff7ef !important;
}

.yw-contact-quicklinks {
	position: relative;
	z-index: 2;
	margin-top: -54px;
}

.yw-contact-quicklinks__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.yw-contact-linkcard {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 14px;
	align-items: center;
	padding: 22px 24px;
	border-radius: 26px;
	background: rgba(255, 250, 243, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.85);
	box-shadow: var(--yw-contact-shadow);
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.yw-contact-linkcard > div {
	min-width: 0;
}

.yw-contact-linkcard:hover,
.yw-contact-linkcard:focus {
	transform: translateY(-5px);
	box-shadow: 0 28px 58px rgba(29, 34, 30, 0.16);
	border-color: rgba(240, 138, 36, 0.28);
	text-decoration: none;
}

.yw-contact-linkcard i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(240, 138, 36, 0.16), rgba(23, 57, 52, 0.16));
	color: var(--yw-contact-accent-deep);
	font-size: 24px;
}

.yw-contact-linkcard span {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--yw-contact-muted);
}

.yw-contact-linkcard strong {
	display: block;
	margin-top: 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--yw-contact-ink);
	overflow-wrap: anywhere;
	word-break: break-word;
}

.yw-contact-main {
	padding: 70px 0 34px;
}

.yw-contact-main__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
	gap: 28px;
	align-items: start;
}

.yw-contact-sidebar {
	display: grid;
	gap: 24px;
}

.yw-contact-surface {
	position: relative;
	padding: 34px;
	border-radius: var(--yw-contact-radius);
	background: linear-gradient(180deg, var(--yw-contact-surface-strong), var(--yw-contact-surface));
	border: 1px solid rgba(24, 33, 31, 0.06);
	box-shadow: var(--yw-contact-shadow);
	animation: ywContactRise 0.9s ease both;
}

.yw-contact-surface--large {
	min-height: 100%;
}

.yw-contact-surface--accent {
	background:
		radial-gradient(circle at top right, rgba(255, 194, 120, 0.22), transparent 34%),
		linear-gradient(180deg, #fff8ee, #f7ecda);
}

.yw-contact-cardhead h2 {
	margin: 0;
	font-size: clamp(2.8rem, 4vw, 4.3rem);
	line-height: 0.98;
	color: var(--yw-contact-ink);
}

.yw-contact-cardhead p:last-child {
	margin: 14px 0 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--yw-contact-muted);
}

.yw-contact-trip-focus,
.yw-contact-context-box {
	margin-top: 22px;
	padding: 16px 18px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(240, 138, 36, 0.1), rgba(23, 57, 52, 0.08));
	border: 1px solid rgba(240, 138, 36, 0.16);
}

.yw-contact-trip-focus span,
.yw-contact-context-box span {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--yw-contact-accent-deep);
}

.yw-contact-trip-focus strong,
.yw-contact-context-box strong {
	display: block;
	margin-top: 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--yw-contact-ink);
}

.yw-contact-message {
	margin-top: 22px;
	padding: 16px 18px;
	border-radius: 18px;
	font-size: 15px;
	line-height: 1.6;
	border: 1px solid transparent;
}

.yw-contact-message.is-success {
	background: rgba(31, 143, 87, 0.1);
	border-color: rgba(31, 143, 87, 0.24);
	color: #135b36;
}

.yw-contact-message.is-error {
	background: rgba(191, 68, 45, 0.1);
	border-color: rgba(191, 68, 45, 0.22);
	color: #8f2f1f;
}

.yw-contact-form {
	margin-top: 26px;
}

.yw-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.yw-contact-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.yw-contact-field--full {
	grid-column: 1 / -1;
}

.yw-contact-field label {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--yw-contact-muted);
}

.yw-contact-field input,
.yw-contact-field textarea {
	width: 100%;
	border: 1px solid var(--yw-contact-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--yw-contact-ink);
	font-size: 16px;
	font-weight: 500;
	padding: 16px 18px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.yw-contact-field input:focus,
.yw-contact-field textarea:focus {
	outline: none;
	border-color: rgba(240, 138, 36, 0.6);
	box-shadow: 0 0 0 4px rgba(240, 138, 36, 0.12);
	transform: translateY(-1px);
}

.yw-contact-field input[readonly] {
	background: rgba(242, 235, 223, 0.75);
}

.yw-contact-field textarea {
	min-height: 180px;
	resize: vertical;
}

.yw-contact-form__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 24px;
}

.yw-contact-form__footer p {
	margin: 0;
	max-width: 480px;
	font-size: 14px;
	line-height: 1.65;
	color: var(--yw-contact-muted);
}

.yw-contact-office + .yw-contact-office {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--yw-contact-line);
}

.yw-contact-office h3 {
	margin: 0;
	font-size: 28px;
	line-height: 1;
}

.yw-contact-office p {
	margin: 10px 0 14px;
	font-size: 16px;
	line-height: 1.75;
	color: var(--yw-contact-muted);
}

.yw-contact-office a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--yw-contact-accent-deep);
}

.yw-contact-office a:hover,
.yw-contact-office a:focus {
	text-decoration: none;
	color: var(--yw-contact-accent);
}

.yw-contact-journey {
	padding: 34px 0 86px;
}

.yw-contact-sectionhead {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
}

.yw-contact-sectionhead h2 {
	margin: 0;
	font-size: clamp(3rem, 4vw, 4.8rem);
	line-height: 0.98;
}

.yw-contact-sectionhead p:last-child {
	margin: 14px 0 0;
	font-size: 17px;
	line-height: 1.75;
	color: var(--yw-contact-muted);
}

.yw-contact-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.yw-contact-step {
	padding: 28px;
	border-radius: 26px;
	background: rgba(255, 251, 245, 0.92);
	border: 1px solid rgba(24, 33, 31, 0.08);
	box-shadow: 0 20px 44px rgba(29, 34, 30, 0.09);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.yw-contact-step:hover,
.yw-contact-step:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 28px 58px rgba(29, 34, 30, 0.13);
}

.yw-contact-step span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--yw-contact-accent), #f7bf6f);
	color: #1e160f;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.yw-contact-step h3 {
	margin: 18px 0 0;
	font-size: 32px;
	line-height: 1;
}

.yw-contact-step p {
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.8;
	color: var(--yw-contact-muted);
}

@keyframes ywContactFloat {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, -12px, 0);
	}
}

@keyframes ywContactRise {
	from {
		opacity: 0;
		transform: translate3d(0, 24px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width: 1199px) {
	.yw-contact-hero__grid,
	.yw-contact-main__grid {
		grid-template-columns: 1fr;
	}

	.yw-contact-hero__stats,
	.yw-contact-quicklinks__grid,
	.yw-contact-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.yw-contact-hero {
		padding: 170px 0 96px;
	}

	.yw-contact-hero h1 {
		max-width: none;
	}

	.yw-contact-hero__stats,
	.yw-contact-quicklinks__grid,
	.yw-contact-form__grid,
	.yw-contact-trust,
	.yw-contact-steps {
		grid-template-columns: 1fr;
	}

	.yw-contact-form__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.yw-contact-surface {
		padding: 28px;
	}
}

@media (max-width: 767px) {
	.yw-contact-hero {
		padding: 146px 0 84px;
	}

	.yw-contact-breadcrumb,
	.yw-contact-context-pill {
		padding: 10px 14px;
	}

	.yw-contact-hero__actions {
		flex-direction: column;
	}

	.yw-contact-btn {
		width: 100%;
	}

	.yw-contact-linkcard {
		grid-template-columns: 50px 1fr;
		padding: 18px;
	}

	.yw-contact-linkcard i {
		width: 50px;
		height: 50px;
		font-size: 21px;
	}

	.yw-contact-spotlight-card,
	.yw-contact-surface {
		border-radius: 24px;
	}

	body.yw-page-contact .tg-navigationarea {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	.yw-contact-hero::before,
	.yw-contact-hero::after,
	.yw-contact-hero__copy,
	.yw-contact-hero__spotlight,
	.yw-contact-surface,
	.yw-contact-step,
	.yw-contact-linkcard,
	.yw-contact-btn {
		animation: none !important;
		transition: none !important;
	}
}
