.site-footer {
	position: relative;
	overflow: hidden;
	min-height: 205px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: var(--stubborn-bg);
}

.site-footer::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url('../images/footer-banner.jpeg');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 205px;
}

.site-footer::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(
		to top,
		var(--stubborn-text) 0%,
		transparent 60%
	);
	pointer-events: none;
}

.site-footer > * {
	position: relative;
	z-index: 1;
}

.site-footer,
.site-footer > *,
.site-footer > * > * {
	background-color: transparent;
}

.site-footer__content a {
	color: var(--stubborn-bg);
	text-decoration: none;
	transition: opacity var(--stubborn-transition);
}

.site-footer__content a:hover {
	opacity: 0.7;
}

.site-footer__content {
	text-align: center;
	padding: 8px var(--stubborn-gutter-desktop) 4px;
	min-width: 0;
	font-size: 0.875rem;
}

.site-footer__legal {
	text-align: center;
	padding: 4px var(--stubborn-gutter-desktop) 8px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 0;
	min-width: 0;
	white-space: nowrap;
	overflow-x: auto;
}

@media (max-width: 768px) {
	.site-footer__legal {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.site-footer__legal a {
	display: inline-flex;
	align-items: center;
	min-height: var(--stubborn-touch-target);
	padding: 4px 0;
	overflow-wrap: anywhere;
	font-size: 0.75rem;
	text-transform: uppercase;
	color: var(--stubborn-bg);
	transition: color var(--stubborn-transition);
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.site-footer__legal a {
		font-size: clamp(0.3rem, 1.1vw, 0.5rem);
	}
}

.site-footer__legal a:hover {
	color: #ffffff;
}

.site-footer__sep {
	display: inline-flex;
	align-items: center;
	margin: 0 clamp(2px, 0.6vw, 12px);
}

.stubborn-contact {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 80px var(--stubborn-gutter);
	text-align: center;
	min-width: 0;
}

.stubborn-contact-page .stubborn-wc-page {
	max-width: var(--stubborn-max-width);
	margin: 0 auto;
	padding: 0 var(--stubborn-gutter);
}

.stubborn-contact-page .stubborn-wc-page > h1 {
	margin-bottom: 32px;
}

.stubborn-contact-page .stubborn-wc-page .stubborn-contact {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.stubborn-contact-page .stubborn-wc-page p {
	margin: 16px 0;
	line-height: 1.6;
}

.stubborn-contact-page .stubborn-wc-page a {
	color: var(--stubborn-text);
}

.stubborn-contact-page .stubborn-wc-page a:hover {
	opacity: 0.7;
}

.stubborn-social {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: clamp(12px, 2.5vw, 20px);
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.stubborn-legal-page .stubborn-social li,
.stubborn-social li {
	margin: 0;
	padding: 10px 0 10px 0;
	counter-increment: none;
}

.stubborn-legal-page .stubborn-social li::before,
.stubborn-social li::before {
	content: none;
}

.stubborn-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: opacity var(--stubborn-transition), transform var(--stubborn-transition);
}

.stubborn-social a:hover {
	opacity: 0.7;
}

.stubborn-social a:active {
	transform: scale(0.96);
}

.stubborn-social img {
	display: block;
	width: 91px;
	height: 91px;
}

.stubborn-legal-page {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	padding: 0 var(--stubborn-gutter) 80px;
	min-width: 0;
}

.stubborn-legal-page * {
	min-width: 0;
	overflow-wrap: anywhere;
}

.stubborn-legal-page h1 {
	margin-top: 24px;
	margin-bottom: 48px;
	padding-bottom: 24px;
	border-bottom: 2px solid var(--stubborn-border);
}

.stubborn-legal-page h2 {
	margin-top: 40px;
	margin-bottom: 16px;
	padding-top: 24px;
	border-top: 1px solid var(--stubborn-border);
	font-size: clamp(0.8rem, 1.6vw, 0.95rem);
	letter-spacing: 1.5px;
}

.stubborn-legal-page h2:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.stubborn-legal-page p {
	line-height: 1.8;
	margin-bottom: 16px;
}

.stubborn-legal-page a {
	color: var(--stubborn-text);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transition: opacity var(--stubborn-transition);
}

.stubborn-legal-page a:hover {
	opacity: 0.7;
}

.stubborn-legal-page ol,
.stubborn-legal-page ul {
	margin: 16px 0 24px;
	padding: 0;
	list-style: none;
	counter-reset: stubborn-legal-counter;
}

.stubborn-legal-page ol li,
.stubborn-legal-page ul li {
	position: relative;
	padding: 10px 0 10px 44px;
	line-height: 1.6;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.stubborn-legal-page ol li:last-child,
.stubborn-legal-page ul li:last-child {
	border-bottom: none;
}

.stubborn-legal-page ol li::before,
.stubborn-legal-page ul li::before {
	content: counter(stubborn-legal-counter, decimal-leading-zero);
	counter-increment: stubborn-legal-counter;
	position: absolute;
	left: 0;
	top: 10px;
	color: var(--stubborn-text);
	font-weight: 700;
	letter-spacing: 1px;
}

.stubborn-legal-page .stubborn-breadcrumb__item,
.stubborn-legal-page .stubborn-breadcrumb__item::before {
	counter-increment: none;
	content: none;
}

.stubborn-legal-callout {
	display: block;
	padding: 16px 20px;
	margin: 16px 0 24px;
	border: 2px solid var(--stubborn-border);
	background: var(--stubborn-card-bg);
	line-height: 1.6;
}

.stubborn-legal-callout__label {
	display: block;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 8px;
	opacity: 0.7;
}

.stubborn-legal-callout a {
	word-break: break-all;
}

@media (min-width: 1025px) {
	.stubborn-contact {
		padding: 120px var(--stubborn-gutter-desktop);
	}

	.stubborn-legal-page {
		padding: 0 var(--stubborn-gutter-desktop) 120px;
	}

	.stubborn-legal-page h2 {
		margin-top: 48px;
		padding-top: 32px;
	}
}

/* ==========================================================================
   Contact page: decorative pixel-art clouds above footer
   ========================================================================== */

@media (max-width: 768px) {
	.stubborn-contact-page .stubborn-wc-page {
		padding-bottom: 0;
		flex: 1;
		position: relative;
	}

	.stubborn-contact-page .stubborn-wc-page::after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

.stubborn-contact-page .stubborn-wc-page {
	padding-bottom: 0;
}

.stubborn-contact-page .stubborn-wc-page::after {
	content: "";
	display: block;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	height: 230px;
	margin-top: 4px;
	padding: 0;
	pointer-events: none;
	mix-blend-mode: multiply;
	isolation: isolate;
	background-image:
		url("../images/ChatGPT-Image-June-5-2026-Pixel-Art-1.png"),
		url("../images/Image-pixel-art-June-5-2026-copy.png"),
		url("../images/Image-pixel-art-June-5-2026.png"),
		url("../images/ChatGPT-Image-Jun-5-2026-Pixel-Art-2.png"),
		url("../images/Image-pixel-art-June-5-2026-copy.png"),
		url("../images/Image-pixel-art-June-5-2026.png"),
		url("../images/ChatGPT-Image-June-5-2026-Pixel-Art-1.png"),
		url("../images/Image-pixel-art-June-5-2026-copy.png"),
		url("../images/Image-pixel-art-June-5-2026.png"),
		url("../images/ChatGPT-Image-Jun-5-2026-Pixel-Art-2.png");
	background-repeat: no-repeat;
	background-size:
		90px auto,
		121px auto,
		148px auto,
		105px auto,
		133px auto,
		100px auto,
		90px auto,
		121px auto,
		148px auto,
		105px auto;
	background-position:
		0% 55%,
		11% 88%,
		22% 45%,
		33% 92%,
		44% 60%,
		56% 38%,
		67% 82%,
		78% 50%,
		89% 98%,
		100% 65%;
}

@media (min-width: 769px) {
	.stubborn-contact-page .stubborn-wc-page {
		padding-bottom: 0;
	}

	.stubborn-contact-page .stubborn-wc-page::after {
		height: 320px;
		margin-top: 16px;
		padding: 0;
		background-image:
			url("../images/ChatGPT-Image-June-5-2026-Pixel-Art-1.png"),
			url("../images/Image-pixel-art-June-5-2026-copy.png"),
			url("../images/Image-pixel-art-June-5-2026.png"),
			url("../images/ChatGPT-Image-Jun-5-2026-Pixel-Art-2.png"),
			url("../images/Image-pixel-art-June-5-2026-copy.png"),
			url("../images/Image-pixel-art-June-5-2026.png"),
			url("../images/ChatGPT-Image-June-5-2026-Pixel-Art-1.png"),
			url("../images/Image-pixel-art-June-5-2026-copy.png"),
			url("../images/Image-pixel-art-June-5-2026.png"),
			url("../images/ChatGPT-Image-Jun-5-2026-Pixel-Art-2.png"),
			url("../images/Image-pixel-art-June-5-2026-copy.png"),
			url("../images/Image-pixel-art-June-5-2026.png");
		background-size:
			114px auto,
			158px auto,
			195px auto,
			138px auto,
			174px auto,
			126px auto,
			114px auto,
			158px auto,
			195px auto,
			138px auto,
			174px auto,
			126px auto;
		background-position:
			0% 52%,
			9% 85%,
			18% 40%,
			27% 90%,
			36% 58%,
			45% 78%,
			54% 45%,
			63% 92%,
			72% 62%,
			81% 38%,
			90% 82%,
			100% 55%;
	}
}

@media (min-width: 1025px) {
	.stubborn-contact-page .stubborn-legal-page {
		padding-bottom: 0;
	}

	.stubborn-contact-page .stubborn-legal-page::after {
		height: 400px;
		margin-top: 20px;
		padding: 0;
		background-image:
			url("../images/ChatGPT-Image-June-5-2026-Pixel-Art-1.png"),
			url("../images/Image-pixel-art-June-5-2026-copy.png"),
			url("../images/Image-pixel-art-June-5-2026.png"),
			url("../images/ChatGPT-Image-Jun-5-2026-Pixel-Art-2.png"),
			url("../images/Image-pixel-art-June-5-2026-copy.png"),
			url("../images/Image-pixel-art-June-5-2026.png"),
			url("../images/ChatGPT-Image-June-5-2026-Pixel-Art-1.png"),
			url("../images/Image-pixel-art-June-5-2026-copy.png"),
			url("../images/Image-pixel-art-June-5-2026.png"),
			url("../images/ChatGPT-Image-Jun-5-2026-Pixel-Art-2.png"),
			url("../images/Image-pixel-art-June-5-2026-copy.png"),
			url("../images/Image-pixel-art-June-5-2026.png"),
			url("../images/ChatGPT-Image-June-5-2026-Pixel-Art-1.png"),
			url("../images/Image-pixel-art-June-5-2026-copy.png");
		background-size:
			146px auto,
			203px auto,
			251px auto,
			179px auto,
			224px auto,
			162px auto,
			146px auto,
			203px auto,
			251px auto,
			179px auto,
			224px auto,
			162px auto,
			146px auto,
			203px auto;
		background-position:
			0% 55%,
			4% 88%,
			14% 42%,
			22% 90%,
			30% 60%,
			38% 82%,
			46% 48%,
			50% 95%,
			58% 65%,
			66% 38%,
			74% 85%,
			82% 55%,
			90% 92%,
			100% 68%;
	}
}
