.revelatl-contact-page .entry-header {
	display: none;
}

.revelatl-contact-shell {
	width: min(1360px, calc(100% - 4rem));
	margin: 0 auto;
	padding: 1rem 0 4.5rem;
	color: #111;
}

.revelatl-contact-hero {
	display: grid;
	grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1fr);
	gap: 2.4rem;
	align-items: center;
	padding-bottom: 3rem;
}

.revelatl-contact-hero__copy h1 {
	margin: 0;
	font-size: clamp(2.4rem, 4.2vw, 4.2rem);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.revelatl-contact-hero__copy strong {
	font-weight: 700;
}

.revelatl-contact-hero__copy p {
	max-width: 38rem;
	margin: 1.2rem 0 0;
	font-size: 1rem;
	line-height: 1.42;
	color: rgba(17, 17, 17, 0.78);
}

.revelatl-contact-hero__visual {
	position: relative;
	min-height: 420px;
}

.revelatl-contact-hero__panel {
	position: absolute;
	inset: 1.2rem;
	background: rgba(255, 255, 255, 0.94);
}

.revelatl-contact-hero__camera,
.revelatl-contact-hero__lab {
	position: absolute;
	display: block;
	filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.14));
	transform: translate3d(
		calc(var(--revelatl-pointer-x, 0) * -8px),
		calc(var(--revelatl-parallax-y, 0px) + (var(--revelatl-pointer-y, 0) * -8px)),
		0
	);
	transition: transform 220ms ease-out, filter 220ms ease;
}

.revelatl-contact-hero__camera {
	left: 0;
	bottom: 0;
	width: min(60%, 430px);
}

.revelatl-contact-hero__lab {
	right: 0.5rem;
	top: 0.8rem;
	width: min(46%, 280px);
}

.revelatl-contact-hero__lab {
	transform: translate3d(
		calc(var(--revelatl-pointer-x, 0) * 10px),
		calc(var(--revelatl-parallax-y, 0px) + (var(--revelatl-pointer-y, 0) * 10px)),
		0
	);
}

.revelatl-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	padding-bottom: 1.2rem;
}

.revelatl-contact-card {
	padding: 1.4rem 1.5rem;
	border: 1px solid rgba(17, 17, 17, 0.08);
	background: rgba(255, 255, 255, 0.8);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.revelatl-contact-card h2 {
	margin: 0 0 0.9rem;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.revelatl-contact-card p,
.revelatl-contact-card li {
	font-size: 0.98rem;
	line-height: 1.6;
	color: rgba(17, 17, 17, 0.8);
}

.revelatl-contact-card ul {
	margin: 0;
	padding-left: 1.1rem;
}

.revelatl-contact-card:hover,
.revelatl-contact-card:focus-within {
	transform: translateY(-3px);
	border-color: rgba(17, 17, 17, 0.16);
	box-shadow: 0 18px 30px rgba(17, 17, 17, 0.06);
}

.revelatl-contact-note {
	padding: 1.4rem 1.5rem;
	border-top: 1px solid rgba(17, 17, 17, 0.14);
}

.revelatl-contact-note p {
	max-width: 58rem;
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: rgba(17, 17, 17, 0.78);
}

.revelatl-contact-note p + p {
	margin-top: 1rem;
}

@media (max-width: 1180px) {
	.revelatl-contact-hero,
	.revelatl-contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.revelatl-contact-shell {
		width: min(100% - 2rem, 100%);
	}

	.revelatl-contact-hero__visual {
		min-height: 320px;
	}
}
