/* Site Footer ————————————————————————————————————————————————————————
   Cinematic colofón: data-sheet columns, hairline rules and a giant
   kinetic NOUPARC wordmark anchored to the baseline. Matches editorial
   language from hero-banner / about-highlights / location-contact.
   ——————————————————————————————————————————————————————————————— */

.site-footer {
	--ft-paper:    var(--ink);
	--ft-ink:      var(--praxeti-white);
	--ft-mute:     color-mix(in srgb, var(--ft-ink) 55%, transparent);
	--ft-rule:     color-mix(in srgb, var(--ft-ink) 14%, transparent);
	--ft-accent:   var(--accent-on-dark);
	--ft-mono:     'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
	--ft-serif:    'Nimbus Roman No9 L', 'Cormorant Garamond', Georgia, serif;
	--ft-display:  'MADE Outer Sans', 'Nunito Sans', system-ui, sans-serif;

	position: relative;
	background: var(--ft-paper);
	color: var(--ft-ink);
	overflow: hidden;
	isolation: isolate;
	padding: 0 !important;
}

/* Atmospheric layers ———————————————————————————————————————————————— */

.site-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(70% 60% at 0% 0%, color-mix(in srgb, var(--accent-on-dark) 12%, transparent), transparent 60%),
		radial-gradient(50% 40% at 100% 0%, rgba(255, 255, 255, 0.04), transparent 60%);
}

.site-footer::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.18;
	mix-blend-mode: overlay;
	background-image:
		radial-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),
		radial-gradient(rgba(0,0,0,0.5) 1px, transparent 1px);
	background-size: 3px 3px, 5px 5px;
	background-position: 0 0, 1px 2px;
}

.site-footer__inner {
	position: relative;
	z-index: 1;
	padding-top: clamp(4rem, 8vw, 6.5rem);
	padding-bottom: 1.5rem;
}

/* Manifesto block — left column display, right column data sheet —— */

.site-footer__manifest {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

@media (min-width: 1024px) {
	.site-footer__manifest {
		grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
		gap: 4rem;
		align-items: start;
	}
}

.site-footer__lede {
	font-family: var(--ft-display);
	font-weight: 700;
	font-size: clamp(1.6rem, 3vw, 2.6rem);
	line-height: 1.05 !important;
	letter-spacing: -0.018em;
	color: var(--ft-ink);
	margin: 0 0 1.5rem;
	max-width: 22ch;
	text-wrap: balance;
}

.site-footer__lede em {
	font-family: var(--ft-serif);
	font-style: italic;
	font-weight: 400;
	color: var(--ft-accent);
	letter-spacing: 0;
}

.site-footer__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.85rem 1.4rem 0.85rem 1.5rem;
	background: var(--ft-accent);
	color: var(--ink);
	font-family: var(--ft-mono);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 999px;
	transition: transform 0.3s cubic-bezier(.22,.61,.36,1), background 0.3s ease;
}

.site-footer__cta:hover {
	background: var(--ft-ink);
	color: var(--ft-paper);
	transform: translateY(-2px);
}

.site-footer__cta svg {
	width: 16px;
	height: 16px;
	transition: transform 0.35s cubic-bezier(.22,.61,.36,1);
}

.site-footer__cta:hover svg {
	transform: translateX(3px);
}

/* Data sheet — three indexed entries ——————————————————————————————— */

.site-footer__sheet {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 640px) {
	.site-footer__sheet {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 2rem;
	}
}

.site-footer__entry {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding-top: 1rem;
	border-top: 1px solid var(--ft-rule);
	min-width: 0;
}

.site-footer__entry-head {
	display: flex;
	align-items: baseline;
	gap: 0.6rem;
	margin-bottom: 0.35rem;
}

.site-footer__entry-num {
	font-family: var(--ft-mono);
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	color: var(--ft-mute);
}

.site-footer__entry-title {
	font-family: var(--ft-mono);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--ft-ink);
}

.site-footer__entry-body {
	font-family: var(--ft-display);
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(245, 245, 240, 0.82);
}

.site-footer__entry-body p {
	margin: 0 0 0.5rem;
}

.site-footer__entry-body a {
	color: var(--ft-ink);
	text-decoration: none;
	background-image: linear-gradient(to right, var(--ft-accent), var(--ft-accent));
	background-repeat: no-repeat;
	background-size: 0% 1px;
	background-position: 0 100%;
	padding-bottom: 2px;
	transition: background-size 0.35s cubic-bezier(.22,.61,.36,1), color 0.3s ease;
}

.site-footer__entry-body a:hover,
.site-footer__entry-body a:focus-visible {
	background-size: 100% 1px;
	color: var(--ft-accent);
	outline: none;
}

.site-footer__entry-body .social-links {
	display: inline-flex;
	gap: 0.85rem;
	margin-top: 0.25rem;
}

.site-footer__entry-body .social-links a {
	background: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--ft-rule);
	border-radius: 999px;
	transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.site-footer__entry-body .social-links a:hover {
	border-color: var(--ft-accent);
	background: var(--ft-accent);
	transform: translateY(-2px);
}

.site-footer__entry-body .social-links img {
	width: 16px;
	height: 16px;
	filter: brightness(0) invert(1);
	transition: filter 0.3s ease;
}

.site-footer__entry-body .social-links a:hover img {
	filter: brightness(0);
}

/* Wordmark stage ————————————————————————————————————————————————————— */

.site-footer__stage {
	position: relative;
	margin-top: clamp(2rem, 4vw, 3rem);
	padding: 1.25rem 0 1rem;
	border-top: 1px solid var(--ft-rule);
}

.site-footer__wordmark {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	font-family: var(--ft-display);
	font-weight: 700;
	font-size: clamp(3rem, 13.5vw, 13rem);
	line-height: 0.85 !important;
	letter-spacing: -0.04em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(245, 245, 240, 0.32);
	text-stroke: 1px rgba(245, 245, 240, 0.32);
	margin: 1rem 0 0;
	padding: 0;
	white-space: nowrap;
	user-select: none;
	transition: color 0.6s ease, -webkit-text-stroke 0.6s ease;
}

.site-footer__wordmark:hover {
	color: var(--ft-accent);
	-webkit-text-stroke: 1px var(--ft-accent);
}

.site-footer__wordmark span {
	flex: 0 0 auto;
	display: inline-block;
	transform: translateY(0);
	transition: transform 0.5s cubic-bezier(.22,.61,.36,1);
}

.site-footer__wordmark:hover span {
	transform: translateY(-4px);
}

/* Bottom bar ————————————————————————————————————————————————————————— */

.site-footer__legal {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.5rem 0 0;
	margin-top: 0.5rem;
	border-top: 1px solid var(--ft-rule);
	font-family: var(--ft-mono);
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	color: var(--ft-mute);
}

@media (min-width: 700px) {
	.site-footer__legal {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
}

.site-footer__legal-links {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.site-footer__legal-links a {
	color: var(--ft-mute);
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.site-footer__legal-links a:hover {
	color: var(--ft-accent);
}

.site-footer__legal-copy {
	text-transform: uppercase;
	color: var(--ft-mute);
}

/* Responsive ———————————————————————————————————————————————————————— */

@media (max-width: 640px) {
	.site-footer__legal {
		font-size: 0.62rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-footer__cta,
	.site-footer__cta svg,
	.site-footer__wordmark,
	.site-footer__wordmark span { transition: none; }
}
