/* =========================================================================
   Anchor v2 — Unified footer
   Image-backed, brand-purple wash, CTA + columns + bottom bar all in one.
   ========================================================================= */

.footer-v2 {
	position: relative;
	color: #fff;
	overflow: hidden;
	isolation: isolate;
	padding-top: clamp(72px, 9vw, 120px);
	padding-bottom: 28px;
}

/* Background image — positioned to keep the subject on the left,
   so the dense column block on the right doesn't sit over the face. */
.footer-v2__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.footer-v2__bg img {
	width: 100%; height: 100%;
	object-fit: cover;
	object-position: 25% center;
}

/* Purple wash — softened so the footer reads as a calmer, lighter band */
.footer-v2::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(66,27,73,0.40) 0%, rgba(66,27,73,0.62) 60%, rgba(66,27,73,0.82) 100%),
		linear-gradient(90deg, rgba(66,27,73,0.18) 0%, rgba(66,27,73,0.48) 100%);
}

/* Subtle radial accent (warm) in the top-left for life */
.footer-v2::after {
	content: "";
	position: absolute;
	top: -10%;
	left: -5%;
	width: 50%;
	height: 60%;
	background: radial-gradient(circle, rgba(201, 86, 28, 0.16), transparent 60%);
	z-index: -1;
	pointer-events: none;
}


/* ============================================================
   CTA (top of the footer)
   ============================================================ */

.footer-v2__cta {
	max-width: 720px;
	text-align: center;
	margin: 0 auto clamp(40px, 6vw, 72px);
}

@media (max-width: 540px) {
	.footer-v2 { padding-top: clamp(48px, 7vw, 80px); }
	.footer-v2__cta { margin-bottom: 32px; }
}

.footer-v2__eyebrow {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 22px;
}

.footer-v2__eyebrow::before,
.footer-v2__eyebrow::after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 1px;
	background: var(--brand-secondary);
	vertical-align: middle;
	margin: 0 14px;
}

.footer-v2__title {
	font-family: var(--font-display);
	font-size: clamp(32px, 5vw, 60px);
	font-weight: 500;
	line-height: 1.05;
	color: #fff;
	margin: 0 0 18px;
	letter-spacing: -0.015em;
	text-wrap: balance;
}

.footer-v2__title em {
	font-style: italic;
	color: var(--brand-secondary);
	font-weight: 400;
}

.footer-v2__lede {
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.86);
	margin: 0 0 28px;
	font-weight: 300;
	max-width: 540px;
	margin-inline: auto;
}

.footer-v2__actions {
	display: inline-flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-v2__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 26px;
	min-height: 44px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition:
		background-color 220ms var(--ease),
		color 220ms var(--ease),
		border-color 220ms var(--ease);
	touch-action: manipulation;
}

@media (max-width: 540px) {
	.footer-v2__btn { width: 100%; justify-content: center; padding: 14px 18px; font-size: 11px; }
	.footer-v2__actions { flex-direction: column; width: 100%; gap: 10px; max-width: 320px; margin-inline: auto; }
}

.footer-v2__btn--primary {
	background: var(--brand-secondary);
	color: #fff;
}

.footer-v2__btn--primary:hover {
	background: #fff;
	color: var(--brand-primary);
}

.footer-v2__btn--outline {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-v2__btn--outline:hover {
	background: rgba(255, 255, 255, 0.10);
	border-color: #fff;
}


/* ============================================================
   Hairline divider
   ============================================================ */

.footer-v2__rule {
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
	margin: 0 0 clamp(40px, 5vw, 64px);
}


/* ============================================================
   Columns: brand · services · explore · contact
   ============================================================ */

.footer-v2__grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: clamp(28px, 4vw, 56px);
	margin-bottom: clamp(40px, 5vw, 64px);
}

@media (max-width: 920px) {
	.footer-v2__grid { grid-template-columns: 1fr 1fr; gap: 36px 28px; }
	.footer-v2__brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
	.footer-v2__grid { grid-template-columns: 1fr; gap: 28px; }
	.footer-v2__brand { grid-column: 1; }
}

/* Brand block */
.footer-v2__logo {
	display: inline-block;
	margin-bottom: 18px;
}

.footer-v2__logo img {
	max-width: 130px;
	filter: brightness(0) invert(1);
	display: block;
}

.footer-v2__tagline {
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
	margin: 0 0 22px;
	max-width: 320px;
	font-weight: 300;
}

.footer-v2__socials {
	display: flex;
	gap: 10px;
}

.footer-v2__socials a {
	width: 38px; height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: rgba(255, 255, 255, 0.85);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 200ms var(--ease), border-color 200ms var(--ease), color 200ms var(--ease);
}

.footer-v2__socials a:hover {
	background: var(--brand-secondary);
	border-color: var(--brand-secondary);
	color: #fff;
}

.footer-v2__socials svg { width: 16px; height: 16px; }

/* Link columns */
.footer-v2__col h4 {
	font-family: var(--font-body);
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 18px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.footer-v2__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-v2__col a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 300;
	transition: color 200ms var(--ease);
}

.footer-v2__col a:hover { color: var(--brand-secondary); }

.footer-v2__col li {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 300;
}

/* Special CTA at end of contact col */
.footer-v2__col-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	border-bottom: 1px solid var(--brand-secondary);
	padding-bottom: 6px;
	transition: color 200ms var(--ease);
}

.footer-v2__col-cta:hover { color: var(--brand-secondary); }

/* Inverted variant — white pill on the dark footer so the CTA stays top of mind.
   Specificity bumped (chained selector) so the parent `.footer-v2__col a`
   color rule doesn't paint the label white-on-white. */
.footer-v2__col a.footer-v2__col-cta--invert {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	padding: 12px 22px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	background: #fff;
	color: var(--brand-primary);
	border: 1.5px solid #fff;
	border-radius: 999px;
	width: auto;
	max-width: max-content;
	transition: background var(--dur-base) var(--ease), color var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease), transform var(--dur-base) var(--ease);
}

.footer-v2__col a.footer-v2__col-cta--invert:hover {
	background: var(--brand-secondary);
	border-color: var(--brand-secondary);
	color: #fff;
	transform: translateY(-1px);
}


/* ============================================================
   Bottom bar
   ============================================================ */

.footer-v2__bottom {
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

.footer-v2__bottom p {
	margin: 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
	letter-spacing: 0.04em;
}

.footer-v2__bottom a {
	color: rgba(255, 255, 255, 0.7);
	transition: color 200ms var(--ease);
}

.footer-v2__bottom a:hover { color: var(--brand-secondary); }


/* ============================================================
   Hide old footer styles (we replaced them entirely)
   ============================================================ */

.footer-cta { display: none !important; }
.site-footer { display: none !important; }
