/**
 * Ignition Fitness Contact Page Styles
 *
 * @package Ignition_Fitness_Contact
 */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@300;400;600&display=swap');

/* ============================================
   CSS Variables
   ============================================ */
:root {
	--ign-bg-dark: #0D0D0D;
	--ign-bg-panel: #1A1A1A;
	--ign-border: #3A3A3A;
	--ign-red: #E8390E;
	--ign-text-light: #F5F0EB;
	--ign-text-muted: #B0A89E;
}

/* ============================================
   Layout Overrides - Suppress theme wrappers
   ============================================ */
.ignition-contact-page .site-content,
.ignition-contact-page .content-area,
.ignition-contact-page .site-main,
.ignition-contact-page main.site-main,
.ignition-contact-page .entry-content,
.ignition-contact-page .container {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.ignition-contact-page .page-header {
	display: none;
}

/* ============================================
   Main Contact Layout
   ============================================ */
.ign-contact-main {
	width: 100%;
	min-height: calc(100vh - 80px); /* Adjust 80px to match your header height */
}

.ign-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: calc(100vh - 80px);
}

/* ============================================
   Left Column
   ============================================ */
.ign-contact-left {
	background: var(--ign-bg-dark);
	padding: 80px 60px;
	border-right: 1px solid var(--ign-border);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ign-contact-left::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle at bottom left, rgba(232, 57, 14, 0.08) 0%, transparent 70%);
	pointer-events: none;
}

.ign-contact-left-content {
	position: relative;
	z-index: 1;
}

/* ============================================
   Eyebrow
   ============================================ */
.ign-contact-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	animation: fadeUp 0.6s ease-out both;
	animation-delay: 0s;
}

.ign-eyebrow-line {
	width: 28px;
	height: 1px;
	background: var(--ign-red);
}

.ign-eyebrow-text {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 0.65rem;
	color: var(--ign-red);
	letter-spacing: 0.35em;
	text-transform: uppercase;
}

/* ============================================
   Headline
   ============================================ */
.ign-contact-headline {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(4rem, 7vw, 7rem);
	line-height: 0.92;
	margin: 0 0 32px 0;
	animation: fadeUp 0.6s ease-out both;
	animation-delay: 0.1s;
}

.ign-headline-line1,
.ign-headline-line2,
.ign-headline-line3 {
	display: block;
	color: var(--ign-text-light);
}

.ign-headline-line2 {
	color: var(--ign-red);
}

/* ============================================
   Subtext
   ============================================ */
.ign-contact-subtext {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: var(--ign-text-muted);
	line-height: 1.7;
	max-width: 380px;
	margin: 0 0 48px 0;
	animation: fadeUp 0.6s ease-out both;
	animation-delay: 0.2s;
}

/* ============================================
   Contact Details
   ============================================ */
.ign-contact-details {
	display: flex;
	flex-direction: column;
	gap: 24px;
	animation: fadeUp 0.6s ease-out both;
	animation-delay: 0.3s;
}

.ign-contact-detail {
	display: flex;
	align-items: center;
	gap: 16px;
}

.ign-contact-icon {
	width: 38px;
	height: 38px;
	border: 1px solid var(--ign-border);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ign-red);
	flex-shrink: 0;
}

.ign-contact-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.ign-contact-label {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 0.65rem;
	color: var(--ign-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.ign-contact-value {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: var(--ign-text-light);
}

/* ============================================
   Right Column
   ============================================ */
.ign-contact-right {
	background: var(--ign-bg-panel);
	padding: 80px 60px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* ============================================
   Decorative GO Text
   ============================================ */
.ign-contact-go {
	position: absolute;
	top: -5%;
	right: -5%;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 22vw;
	color: rgba(255, 255, 255, 0.02);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}

/* ============================================
   Form Section
   ============================================ */
.ign-contact-form-wrapper {
	position: relative;
	z-index: 1;
	max-width: 560px;
}

.ign-form-heading {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.4rem;
	color: var(--ign-text-light);
	margin: 0 0 8px 0;
	animation: fadeUp 0.6s ease-out both;
	animation-delay: 0.4s;
}

.ign-form-subline {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
	color: var(--ign-text-muted);
	margin: 0 0 48px 0;
	animation: fadeUp 0.6s ease-out both;
	animation-delay: 0.5s;
}

.ign-contact-form {
	animation: fadeUp 0.6s ease-out both;
	animation-delay: 0.6s;
}

/* ============================================
   Animations
   ============================================ */
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1024px) {
	.ign-contact-grid {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.ign-contact-left,
	.ign-contact-right {
		padding: 60px 40px;
	}

	.ign-contact-left {
		border-right: none;
		border-bottom: 1px solid var(--ign-border);
	}

	.ign-contact-headline {
		font-size: clamp(3rem, 10vw, 5rem);
	}

	.ign-contact-go {
		font-size: 30vw;
		top: 0;
		right: -10%;
	}
}

@media (max-width: 640px) {
	.ign-contact-left,
	.ign-contact-right {
		padding: 48px 24px;
	}

	.ign-contact-headline {
		font-size: clamp(2.5rem, 12vw, 4rem);
	}

	.ign-contact-subtext {
		max-width: none;
	}

	.ign-form-heading {
		font-size: 2rem;
	}

	.ign-contact-go {
		display: none;
	}
}
