.contact-page {
	--contact-night: #102a22;
	--contact-green: #1c5d45;
	--contact-amber: #e0a02f;
	--contact-cream: #f7f4ee;
	overflow: clip;
}

.contact-page .contact-section { padding: clamp(72px, 8vw, 120px) 0; }
.contact-page .contact-kicker {
	margin: 0 0 18px;
	color: var(--contact-amber);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.4;
}
.contact-page h2 { font-size: clamp(34px, 4.2vw, 58px); letter-spacing: -.035em; }
.contact-page a:focus-visible,
.contact-page button:focus-visible,
.contact-page input:focus-visible,
.contact-page select:focus-visible,
.contact-page textarea:focus-visible {
	outline: 3px solid var(--contact-amber);
	outline-offset: 3px;
}

.contact-hero {
	position: relative;
	min-height: 680px;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 76% 28%, rgba(224, 160, 47, .12), transparent 28%),
		linear-gradient(118deg, #0a211b 0%, #123a2d 58%, #0e2c24 100%);
}
.contact-hero__grid {
	position: absolute;
	inset: 0;
	opacity: .18;
	background-image:
		linear-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .16) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(90deg, transparent 4%, #000 62%, transparent);
}
.contact-hero__orb { position: absolute; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; }
.contact-hero__orb::before,
.contact-hero__orb::after { content: ""; position: absolute; inset: 14%; border: inherit; border-radius: inherit; }
.contact-hero__orb::after { inset: 30%; }
.contact-hero__orb--one { width: 520px; height: 520px; right: -90px; top: -130px; }
.contact-hero__orb--two { width: 260px; height: 260px; right: 28%; bottom: -170px; }
.contact-hero__inner { position: relative; z-index: 1; padding-top: 90px; padding-bottom: 74px; }
.contact-hero .crumbs { display: flex; gap: 10px; margin-bottom: 60px; font-size: 13px; color: #a9c6bb; }
.contact-hero .crumbs a:hover { color: var(--contact-amber); }
.contact-hero h1 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(48px, 6.5vw, 88px);
	font-weight: 650;
	letter-spacing: -.055em;
	line-height: 1.05;
}
.contact-hero h1 em { color: var(--contact-amber); font-style: normal; }
.contact-hero__lead { max-width: 620px; margin: 28px 0 0; color: #c9dbd4; font-size: clamp(16px, 1.5vw, 19px); }
.contact-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.contact-button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}
.contact-button:hover { transform: translateY(-2px); }
.contact-button--primary { background: var(--contact-amber); color: var(--contact-night); }
.contact-button--primary:hover { background: #efb549; }
.contact-button--ghost { border-color: rgba(255, 255, 255, .35); color: #fff; background: rgba(255, 255, 255, .04); }
.contact-button--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .1); }
.contact-button--dark { min-width: 170px; color: #fff; background: var(--contact-night); border-radius: 8px; }
.contact-button--dark svg { width: 20px; height: 20px; }
.contact-button--dark:hover { background: var(--contact-green); }
.contact-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 62px;
	color: #b7cec5;
	font-size: 13px;
}
.contact-hero__meta span { display: inline-flex; align-items: center; gap: 10px; }
.contact-hero__meta b { color: var(--contact-amber); font-size: 11px; letter-spacing: .08em; }

.contact-details { background: #fff; }
.contact-details__layout {
	display: grid;
	grid-template-columns: minmax(0, .75fr) minmax(600px, 1.25fr);
	gap: clamp(50px, 7vw, 104px);
	align-items: center;
}
.contact-section-head > p:not(.contact-kicker) { max-width: 470px; margin: 22px 0; color: #64766f; }
.contact-availability { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.contact-availability i { width: 9px; height: 9px; border-radius: 50%; background: #37a56f; box-shadow: 0 0 0 6px rgba(55, 165, 111, .12); }
.contact-card {
	display: grid;
	grid-template-columns: 1fr 224px;
	min-height: 430px;
	background: var(--contact-cream);
	border: 1px solid #e8e1d5;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 28px 80px rgba(16, 42, 34, .1);
}
.contact-card__methods { padding: 34px 38px; }
.contact-card__methods article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; padding: 24px 0; border-bottom: 1px solid #ded8cc; }
.contact-card__methods article:first-child { padding-top: 4px; }
.contact-card__methods article:last-child { border: 0; padding-bottom: 4px; }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--contact-green); background: #fff; }
.contact-icon svg { width: 22px; height: 22px; }
.contact-card__methods small { display: block; margin-bottom: 3px; color: #73827c; font-size: 12px; }
.contact-card__methods strong { display: block; color: var(--contact-night); font-size: 17px; }
.contact-card__methods a,
.contact-card__methods button { display: inline-block; min-height: 44px; padding: 8px 0 0; color: var(--contact-green); font: inherit; font-size: 14px; font-weight: 700; border: 0; background: transparent; cursor: pointer; }
.contact-card__methods a:hover,
.contact-card__methods button:hover { color: #a8690e; }
.contact-card__qr {
	margin: 0;
	padding: 34px 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background: var(--contact-green);
}
.contact-card__qr-frame { width: 158px; aspect-ratio: 1; padding: 12px; display: grid; place-items: center; background: #fff; border-radius: 15px; }
.contact-card__qr img { width: 100%; height: 100%; object-fit: contain; image-rendering: auto; }
.contact-card__qr figcaption { margin-top: 20px; }
.contact-card__qr strong,
.contact-card__qr span { display: block; }
.contact-card__qr strong { font-size: 16px; }
.contact-card__qr span { margin-top: 4px; color: #c9ded5; font-size: 12px; }

.contact-message { color: #fff; background: #122d25; }
.contact-message__layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(56px, 8vw, 120px); align-items: start; }
.contact-message__intro { position: sticky; top: 150px; }
.contact-message__intro h2 { color: #fff; }
.contact-message__intro > p:not(.contact-kicker) { color: #b8ccc4; margin: 24px 0 34px; }
.contact-message__intro ul { margin: 0; padding: 0; list-style: none; }
.contact-message__intro li { display: flex; gap: 14px; padding: 13px 0; color: #d4e1dc; border-bottom: 1px solid rgba(255, 255, 255, .1); font-size: 14px; }
.contact-message__intro li span { color: var(--contact-amber); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.contact-form-wrap { padding: clamp(28px, 4vw, 52px); color: var(--contact-night); background: #fff; border-radius: 22px; }
.contact-form-status { margin-bottom: 24px; padding: 14px 16px; border-radius: 8px; font-size: 14px; font-weight: 600; }
.contact-form-status--success { color: #155a39; background: #e8f7ee; border: 1px solid #a8d9ba; }
.contact-form-status--invalid,
.contact-form-status--rate,
.contact-form-status--mail { color: #8c351e; background: #fff1ec; border: 1px solid #efc0af; }
.contact-form { display: grid; gap: 24px; }
.contact-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; gap: 8px; color: #243a32; font-size: 14px; font-weight: 700; }
.contact-form label > span { margin-left: 5px; color: #8b9893; font-size: 11px; font-weight: 400; }
.contact-form label > em { margin-left: 4px; color: #a85337; font-style: normal; }
.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	color: var(--contact-night);
	background: #faf9f6;
	border: 1px solid #d9d7d0;
	border-radius: 7px;
	font: inherit;
	font-size: 16px;
	font-weight: 400;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.contact-form textarea { min-height: 138px; resize: vertical; line-height: 1.6; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #919d98; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--contact-green); background: #fff; box-shadow: 0 0 0 4px rgba(28, 93, 69, .1); }
.contact-form [aria-invalid="true"] { border-color: #b14d31; background: #fff8f5; }
.contact-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form__submit { display: flex; align-items: center; gap: 20px; }
.contact-form__submit p { margin: 0; max-width: 300px; color: #77847f; font-size: 12px; line-height: 1.5; }
.contact-form.is-submitting button { opacity: .65; pointer-events: none; }

.contact-offices { background: var(--contact-cream); }
.contact-offices__head { display: grid; grid-template-columns: 1fr 420px; gap: 48px; align-items: end; margin-bottom: 42px; }
.contact-offices__head > p { margin: 0 0 6px; color: #67776f; }
.contact-map-tabs { display: flex; border-bottom: 1px solid #d8d2c8; }
.contact-map-tabs button {
	min-width: 150px;
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 12px 24px;
	color: #718078;
	background: transparent;
	border: 0;
	border-bottom: 3px solid transparent;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.contact-map-tabs button span { font-size: 10px; letter-spacing: .1em; }
.contact-map-tabs button[aria-selected="true"] { color: var(--contact-night); border-bottom-color: var(--contact-amber); }
.contact-map-panels { margin-top: 28px; }
.contact-map-panel {
	display: grid;
	grid-template-columns: 370px minmax(0, 1fr);
	min-height: 480px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 22px 64px rgba(16, 42, 34, .1);
}
.contact-js .contact-map-panel:not(.is-active) { display: none; }
.contact-map-panel__info { position: relative; padding: 54px 42px; color: #fff; background: var(--contact-green); overflow: hidden; }
.contact-map-panel__info::after { content: ""; position: absolute; width: 220px; height: 220px; right: -110px; bottom: -110px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255, 255, 255, .035), 0 0 0 84px rgba(255, 255, 255, .025); }
.contact-map-panel__info > span { color: var(--contact-amber); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.contact-map-panel__info > p { margin: 62px 0 10px; color: #a9c9bc; font-size: 10px; letter-spacing: .12em; }
.contact-map-panel__info h3 { margin-bottom: 22px; font-size: 29px; }
.contact-map-panel__info address { max-width: 260px; min-height: 98px; color: #e0ebe7; font-style: normal; font-size: 15px; }
.contact-map-panel__info a { position: relative; z-index: 1; min-height: 44px; display: inline-flex; align-items: center; gap: 10px; margin-top: 34px; color: var(--contact-amber); font-size: 13px; font-weight: 700; }
.contact-map-panel__info a:hover { color: #fff; }
.contact-map-panel__map {
	position: relative;
	min-height: 480px;
	display: block;
	overflow: hidden;
	background: #e8ece6;
}
.contact-map-visual { width: 100%; height: 100%; min-height: 480px; display: block; transition: transform .35s ease; }
.contact-map-panel__map:hover .contact-map-visual { transform: scale(1.018); }
.contact-map-visual__land { fill: #e9eee8; }
.contact-map-visual__water { fill: #c9dcd5; }
.contact-map-visual__blocks { fill: #dce5de; stroke: #cbd8d0; stroke-width: 2; }
.contact-map-visual__roads { fill: none; stroke: #fff; stroke-width: 14; stroke-linecap: round; }
.contact-map-visual__roads path:nth-child(even) { stroke-width: 8; }
.contact-map-visual__route { fill: none; stroke: #d99a2c; stroke-width: 7; stroke-linecap: round; stroke-dasharray: 3 15; }
.contact-map-visual__pin circle:first-child { fill: var(--contact-green); opacity: .17; }
.contact-map-visual__pin circle:last-child { fill: var(--contact-green); stroke: #fff; stroke-width: 5; }
.contact-map-visual text { fill: #65786f; font: 700 13px/1 sans-serif; letter-spacing: .15em; }
.contact-map-panel__map > span {
	position: absolute;
	right: 22px;
	bottom: 20px;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 10px 16px;
	color: #fff;
	background: rgba(16, 42, 34, .9);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	transition: background .2s ease;
}
.contact-map-panel__map:hover > span { background: var(--contact-green); }
.contact-map-panel__map--shanghai .contact-map-visual__land { fill: #edf0e9; }
.contact-map-panel__map--shanghai .contact-map-visual__water { fill: #c5dbe0; }
.contact-map-panel__map--shenzhen .contact-map-visual__land { fill: #e9f0e9; }
.contact-map-panel__map--shenzhen .contact-map-visual__water { fill: #bdd9d5; }

.contact-closing {
	position: relative;
	padding: clamp(86px, 10vw, 144px) 0;
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
		radial-gradient(circle at 84% 35%, rgba(224, 160, 47, .11), transparent 27%),
		#0a211b;
	background-size: 72px 72px, 72px 72px, auto, auto;
}
.contact-closing::after {
	content: "03";
	position: absolute;
	right: -2vw;
	bottom: -17vw;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .07);
	font-size: clamp(300px, 34vw, 560px);
	font-weight: 800;
	line-height: .8;
	letter-spacing: -.1em;
	pointer-events: none;
}
.contact-closing__orbit {
	position: absolute;
	width: 430px;
	height: 430px;
	top: -275px;
	left: 44%;
	border: 1px solid rgba(224, 160, 47, .2);
	border-radius: 50%;
	box-shadow: 0 0 0 54px rgba(224, 160, 47, .025), 0 0 0 108px rgba(224, 160, 47, .018);
}
.contact-closing__inner { position: relative; z-index: 1; }
.contact-closing__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 28px;
	margin-bottom: clamp(48px, 6vw, 82px);
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.contact-closing__top .contact-kicker { margin: 0; }
.contact-closing__top > span { color: #78968a; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.contact-closing__body {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
	gap: clamp(52px, 8vw, 118px);
	align-items: center;
}
.contact-closing__copy h2 { max-width: 790px; margin: 0; color: #fff; font-size: clamp(54px, 7.1vw, 92px); letter-spacing: -.055em; line-height: 1.05; }
.contact-closing__copy h2 em { color: var(--contact-amber); font-style: normal; }
.contact-closing__copy > p { max-width: 580px; margin: 30px 0 0; color: #afc5bc; font-size: 16px; }
.contact-closing__card {
	padding: 30px;
	background: rgba(255, 255, 255, .075);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 24px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
	backdrop-filter: blur(14px);
}
.contact-closing__card > p { margin: 0 0 26px; color: var(--contact-amber); font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.contact-closing__person { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.contact-closing__person strong { color: #fff; font-size: 20px; }
.contact-closing__person span { color: #8da89d; font-size: 12px; }
.contact-closing__phone { min-height: 52px; display: inline-flex; align-items: center; margin-top: 4px; color: #fff; font-size: clamp(25px, 2.6vw, 34px); font-weight: 650; letter-spacing: .02em; }
.contact-closing__phone:hover { color: var(--contact-amber); }
.contact-closing__response { display: flex; align-items: center; gap: 10px; margin: 10px 0 26px; color: #b8cec5; font-size: 12px; }
.contact-closing__response i { width: 8px; height: 8px; border-radius: 50%; background: #5bc28e; box-shadow: 0 0 0 5px rgba(91, 194, 142, .12); }
.contact-closing__card .contact-button { width: 100%; justify-content: space-between; border-radius: 10px; padding-inline: 20px; }
.contact-closing__card .contact-button svg { width: 20px; height: 20px; }

@media (max-width: 980px) {
	.contact-details__layout { grid-template-columns: 1fr; }
	.contact-section-head { max-width: 650px; }
	.contact-message__layout { grid-template-columns: 1fr; }
	.contact-message__intro { position: static; max-width: 650px; }
	.contact-offices__head { grid-template-columns: 1fr; gap: 14px; }
	.contact-offices__head > p { max-width: 620px; }
	.contact-map-panel { grid-template-columns: 310px minmax(0, 1fr); }
	.contact-closing__body { grid-template-columns: 1fr; }
	.contact-closing__copy { max-width: 740px; }
	.contact-closing__card {
		width: 100%;
		max-width: none;
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(240px, .72fr);
		column-gap: 36px;
		align-items: center;
	}
	.contact-closing__card > p { grid-column: 1 / -1; }
	.contact-closing__person,
	.contact-closing__phone,
	.contact-closing__response { grid-column: 1; }
	.contact-closing__card .contact-button { grid-column: 2; grid-row: 2 / 5; min-height: 96px; }
}

@media (min-width: 701px) and (max-width: 980px) {
	.contact-closing__inner { padding-right: 100px; }
}

@media (max-width: 700px) {
	.contact-page .contact-section { padding: 68px 0; }
	.contact-hero { min-height: 650px; }
	.contact-hero__inner { padding-top: 60px; padding-bottom: 54px; }
	.contact-hero .crumbs { margin-bottom: 46px; }
	.contact-hero h1 { font-size: clamp(43px, 13.4vw, 62px); }
	.contact-hero__lead { margin-top: 24px; }
	.contact-hero__meta { gap: 12px 22px; margin-top: 46px; }
	.contact-hero__orb--one { width: 380px; height: 380px; right: -210px; }
	.contact-card { grid-template-columns: 1fr; }
	.contact-card__methods { padding: 28px 24px; }
	.contact-card__qr { padding: 32px 24px; }
	.contact-form-wrap { margin: 0 -4px; padding: 28px 20px; border-radius: 16px; }
	.contact-form__grid { grid-template-columns: 1fr; }
	.contact-form__submit { align-items: stretch; flex-direction: column; }
	.contact-form__submit .contact-button { width: 100%; min-height: 52px; }
	.contact-map-tabs { overflow-x: auto; scroll-snap-type: x mandatory; }
	.contact-map-tabs button { min-width: 124px; padding: 12px 18px; scroll-snap-align: start; }
	.contact-map-panel { grid-template-columns: 1fr; }
	.contact-map-panel__info { padding: 36px 28px; }
	.contact-map-panel__info > p { margin-top: 34px; }
	.contact-map-panel__info address { min-height: 0; }
	.contact-map-panel__info a { margin-top: 22px; }
	.contact-map-panel__map,
	.contact-map-visual { min-height: 330px; height: 330px; }
	.contact-closing { padding: 72px 0 82px; }
	.contact-closing__top { margin-bottom: 44px; padding-bottom: 20px; }
	.contact-closing__copy h2 { font-size: clamp(46px, 13vw, 62px); }
	.contact-closing__copy > p { margin-top: 22px; font-size: 15px; }
	.contact-closing__card { display: block; padding: 24px 22px; border-radius: 18px; }
	.contact-closing__card .contact-button { min-height: 48px; }
	.contact-closing__orbit { width: 300px; height: 300px; top: -220px; left: 50%; }
}

@media (prefers-reduced-motion: reduce) {
	.contact-page *,
	.contact-page *::before,
	.contact-page *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
