.aq-contact-experience,
.aq-contact-experience * {
	box-sizing: border-box;
}

body.ancoraqui-contact-page {
	background: #2c050a;
}

body.ancoraqui-contact-page .entry-title {
	display: none;
}

.elementor-widget-ancoraqui-contact {
	margin-bottom: 0 !important;
}

.aq-contact-experience {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 4%, rgba(125, 37, 43, 0.22), transparent 32%),
		radial-gradient(circle at 12% 44%, rgba(124, 42, 47, 0.1), transparent 30%),
		linear-gradient(180deg, rgba(24, 0, 3, 0.08), rgba(24, 0, 3, 0.2)),
		var(--aq-contact-bg);
	color: var(--aq-contact-text);
	font-family: "Literata", Georgia, serif;
}

.aq-contact-experience::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	pointer-events: none;
	opacity: 0.34;
	background-image:
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0, rgba(255, 255, 255, 0.014) 1px, transparent 1px, transparent 4px),
		repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.018) 0, rgba(0, 0, 0, 0.018) 1px, transparent 1px, transparent 6px);
	content: "";
}

.aq-contact-inner {
	width: min(calc(100% - 48px), 1216px);
	margin: 0 auto;
	padding: 112px 0 112px;
}

.aq-contact-hero {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.aq-contact-hero h1 {
	margin: 0;
	color: var(--aq-contact-heading);
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(52px, 6vw, 76px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.05;
	text-shadow: 0 0 28px rgba(225, 194, 150, 0.13);
}

.aq-contact-hero p {
	max-width: 820px;
	margin: 36px auto 0;
	color: var(--aq-contact-muted);
	font-size: 20px;
	line-height: 1.75;
}

.aq-contact-cards {
	display: grid;
	width: min(100%, 840px);
	margin: 104px auto 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.aq-contact-card {
	display: flex;
	min-height: 350px;
	padding: 42px 40px;
	flex-direction: column;
	border-top: 1px solid rgba(225, 194, 150, 0.18);
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0)),
		var(--aq-contact-card);
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.12);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.aq-contact-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 28px 54px rgba(0, 0, 0, 0.18);
}

.aq-contact-card-icon {
	display: flex;
	width: 34px;
	height: 34px;
	margin-bottom: 28px;
	align-items: center;
	justify-content: center;
	color: var(--aq-contact-text);
	font-size: 29px;
}

.aq-contact-card h2 {
	margin: 0 0 16px;
	color: var(--aq-contact-text);
	font-family: "EB Garamond", Georgia, serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.15;
}

.aq-contact-card > p {
	margin: 0 0 32px;
	color: var(--aq-contact-muted);
	font-size: 16px;
	line-height: 1.75;
}

.aq-contact-email {
	display: inline-flex;
	margin-top: auto;
	align-items: center;
	gap: 14px;
	align-self: flex-start;
	color: var(--aq-contact-accent);
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
}

.aq-contact-email span:last-child {
	font-size: 19px;
	transition: transform 180ms ease;
}

.aq-contact-email:hover,
.aq-contact-email:focus-visible,
.aq-contact-social-card a:hover,
.aq-contact-social-card a:focus-visible {
	color: var(--aq-contact-heading);
}

.aq-contact-email:hover span:last-child,
.aq-contact-email:focus-visible span:last-child {
	transform: translateX(4px);
}

.aq-contact-social-card h2 {
	margin-bottom: 32px;
}

.aq-contact-social-card ul {
	display: grid;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aq-contact-social-card li {
	margin: 0;
}

.aq-contact-social-card a {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	color: var(--aq-contact-muted);
	font-size: 16px;
	line-height: 1.35;
	text-decoration: none;
	transition: color 180ms ease;
}

.aq-contact-network-icon {
	display: inline-flex;
	width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	color: currentColor;
	font-size: 21px;
}

.aq-contact-project-note {
	margin-top: 118px;
	padding: 76px 92px;
	border-top: 1px solid rgba(220, 192, 191, 0.14);
	border-bottom: 1px solid rgba(220, 192, 191, 0.14);
	text-align: center;
}

.aq-contact-project-icon {
	display: flex;
	width: 42px;
	height: 42px;
	margin: 0 auto 34px;
	align-items: center;
	justify-content: center;
	color: var(--aq-contact-text);
	font-size: 34px;
	opacity: 0.55;
}

.aq-contact-project-note p {
	max-width: 900px;
	margin: 0 auto;
	color: var(--aq-contact-text);
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(27px, 3vw, 34px);
	font-style: italic;
	font-weight: 600;
	line-height: 1.42;
}

.aq-contact-collaboration {
	margin-top: 118px;
	text-align: center;
}

.aq-contact-collaboration > h2 {
	display: flex;
	margin: 0;
	align-items: baseline;
	justify-content: center;
	gap: 12px;
	color: var(--aq-contact-text);
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(42px, 4.8vw, 62px);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.aq-contact-collaboration > h2 em {
	color: var(--aq-contact-accent);
	font-weight: 400;
}

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

.aq-contact-collaboration-card {
	display: flex;
	min-height: 305px;
	padding: 38px 36px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border: 1px solid rgba(225, 194, 150, 0.28);
	border-radius: 8px;
	background: transparent;
	color: var(--aq-contact-text);
	text-align: center;
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.aq-contact-collaboration-card:hover {
	transform: translateY(-3px);
	border-color: rgba(225, 194, 150, 0.52);
}

.aq-contact-collaboration-icon {
	display: flex;
	width: 62px;
	height: 62px;
	margin-bottom: 24px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(225, 194, 150, 0.09);
	color: var(--aq-contact-accent);
	font-size: 23px;
}

.aq-contact-collaboration-card h3 {
	margin: 0 0 16px;
	color: var(--aq-contact-accent);
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.aq-contact-collaboration-card p {
	margin: 0;
	color: var(--aq-contact-muted);
	font-size: 15px;
	line-height: 1.75;
}

.aq-contact-collaboration-button {
	display: inline-flex;
	min-height: 48px;
	margin-top: 34px;
	padding: 13px 32px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--aq-contact-accent);
	color: var(--aq-contact-button-text);
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.aq-contact-collaboration-button:hover,
.aq-contact-collaboration-button:focus-visible {
	color: var(--aq-contact-button-text);
	transform: translateY(-2px);
	box-shadow: 0 0 22px rgba(225, 194, 150, 0.28);
}

.aq-contact-help {
	position: relative;
	margin-top: 118px;
	padding: 72px 48px;
	overflow: hidden;
	border: 1px solid rgba(225, 194, 150, 0.28);
	border-radius: 22px;
	background:
		radial-gradient(circle at 50% 0, rgba(133, 35, 44, 0.24), transparent 58%),
		linear-gradient(180deg, rgba(94, 11, 21, 0.12), rgba(37, 2, 6, 0.22));
	text-align: center;
}

.aq-contact-help h2 {
	margin: 0;
	color: var(--aq-contact-text);
	font-family: "EB Garamond", Georgia, serif;
	font-size: clamp(42px, 4.6vw, 58px);
	font-weight: 700;
	line-height: 1.15;
	text-shadow: 0 0 24px rgba(225, 194, 150, 0.12);
}

.aq-contact-help p {
	max-width: 660px;
	margin: 22px auto 0;
	color: var(--aq-contact-muted);
	font-size: 16px;
	line-height: 1.7;
}

.aq-contact-help-button {
	display: inline-flex;
	min-height: 52px;
	margin-top: 36px;
	padding: 13px 34px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: var(--aq-contact-button);
	color: var(--aq-contact-button-text);
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.aq-contact-help-button:hover,
.aq-contact-help-button:focus-visible {
	color: var(--aq-contact-button-text);
	transform: translateY(-2px);
	box-shadow: 0 0 22px rgba(225, 194, 150, 0.28);
}

@media (max-width: 1024px) {
	.aq-contact-inner {
		width: min(calc(100% - 64px), 960px);
		padding-block: 92px;
	}

	.aq-contact-cards {
		gap: 20px;
	}

	.aq-contact-card {
		padding: 36px 28px;
	}

	.aq-contact-card h2 {
		font-size: 28px;
	}

	.aq-contact-project-note {
		padding-inline: 56px;
	}
}

@media (max-width: 800px) {
	.aq-contact-hero h1 {
		font-size: clamp(46px, 10vw, 62px);
	}

	.aq-contact-cards {
		max-width: 640px;
		margin: 72px auto 0;
		grid-template-columns: 1fr;
	}

	.aq-contact-card {
		min-height: 0;
	}

	.aq-contact-project-note,
	.aq-contact-collaboration,
	.aq-contact-help {
		margin-top: 86px;
	}

	.aq-contact-collaboration > h2 {
		align-items: center;
		flex-direction: column;
		gap: 2px;
	}

	.aq-contact-collaboration-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.aq-contact-collaboration-card {
		min-height: 0;
	}
}

@media (max-width: 600px) {
	.aq-contact-inner {
		width: calc(100% - 40px);
		padding: 72px 0 80px;
	}

	.aq-contact-hero h1 {
		font-size: 44px;
		line-height: 1.08;
	}

	.aq-contact-hero p {
		margin-top: 26px;
		font-size: 17px;
		line-height: 1.65;
	}

	.aq-contact-card {
		padding: 32px 26px;
		border-radius: 15px;
	}

	.aq-contact-project-note {
		padding: 58px 8px;
	}

	.aq-contact-project-note p {
		font-size: 27px;
	}

	.aq-contact-collaboration > h2 {
		font-size: 42px;
	}

	.aq-contact-collaboration-card {
		padding: 34px 26px;
	}

	.aq-contact-collaboration-button {
		width: 100%;
	}

	.aq-contact-help {
		padding: 54px 24px;
		border-radius: 18px;
	}

	.aq-contact-help h2 {
		font-size: 40px;
	}

	.aq-contact-help-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aq-contact-card,
	.aq-contact-collaboration-card,
	.aq-contact-collaboration-button,
	.aq-contact-email span:last-child,
	.aq-contact-help-button {
		transition: none;
	}
}
