/*
 * BestWallpapers responsive footer
 * Visual direction: a chromatic screen-format rail grounded in Gaia's dark UI.
 */

#colophon.bwp-site-footer {
	--bwp-footer-ink: #07090b;
	--bwp-footer-panel: #101518;
	--bwp-footer-panel-raised: #151b1f;
	--bwp-footer-line: rgba(255, 255, 255, 0.11);
	--bwp-footer-line-strong: rgba(255, 255, 255, 0.18);
	--bwp-footer-text: #f6f9f8;
	--bwp-footer-muted: #a9b2b7;
	--bwp-footer-cyan: #3eddd3;
	--bwp-footer-cyan-soft: #bdf8f4;
	--bwp-footer-pink: #ff5d87;
	--bwp-footer-amber: #f5bd48;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	background: var(--bwp-footer-ink);
	color: var(--bwp-footer-text);
	font-family: "Hammersmith One", "Trebuchet MS", sans-serif;
	overflow: hidden;
}

#colophon.bwp-site-footer,
#colophon.bwp-site-footer * {
	box-sizing: border-box;
}

#colophon.bwp-site-footer .footer-inner {
	background: transparent;
}

#colophon.bwp-site-footer .bwp-footer-ad {
	width: min(100%, 1240px);
	min-height: 90px;
	margin: 0 auto;
	padding: clamp(18px, 3vw, 34px) clamp(16px, 4vw, 34px);
	background: #202020;
	text-align: center;
	overflow: hidden;
}

#colophon.bwp-site-footer .bwp-footer-ad .adsbygoogle {
	width: 100%;
}

#colophon.bwp-site-footer .sidebar-footer {
	border-top: 1px solid var(--bwp-footer-line);
	background: #0d1114;
}

#colophon.bwp-site-footer .bwp-footer-main {
	position: relative;
	background:
		radial-gradient(circle at 8% 4%, rgba(62, 221, 211, 0.08), transparent 24rem),
		linear-gradient(180deg, #0c1013 0%, var(--bwp-footer-ink) 76%);
}

#colophon.bwp-site-footer .bwp-footer-spectrum {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 1fr 0.75fr 1.25fr;
	height: 5px;
	width: 100%;
}

#colophon.bwp-site-footer .bwp-footer-spectrum span:nth-child(1) { background: #29c5d1; }
#colophon.bwp-site-footer .bwp-footer-spectrum span:nth-child(2) { background: #62d68b; }
#colophon.bwp-site-footer .bwp-footer-spectrum span:nth-child(3) { background: var(--bwp-footer-amber); }
#colophon.bwp-site-footer .bwp-footer-spectrum span:nth-child(4) { background: #ef6a5b; }
#colophon.bwp-site-footer .bwp-footer-spectrum span:nth-child(5) { background: #b65be5; }

#colophon.bwp-site-footer .bwp-footer-wrap {
	width: min(100% - 40px, 1240px);
	margin: 0 auto;
}

#colophon.bwp-site-footer .bwp-footer-intro {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.65fr);
	gap: clamp(38px, 6vw, 92px);
	align-items: end;
	padding: clamp(56px, 7vw, 96px) 0 clamp(44px, 6vw, 78px);
}

#colophon.bwp-site-footer .bwp-footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-height: 48px;
	color: var(--bwp-footer-text) !important;
	font-family: Poppins, Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-decoration: none;
}

#colophon.bwp-site-footer .bwp-footer-brand img {
	display: block;
	width: 68px;
	height: 34px;
	object-fit: contain;
	object-position: left center;
}

#colophon.bwp-site-footer .bwp-footer-brand-mark {
	display: grid;
	place-items: center;
	width: 48px;
	height: 34px;
	border-radius: 9px;
	background: linear-gradient(135deg, var(--bwp-footer-cyan), var(--bwp-footer-pink));
	color: #071012;
	font-size: 14px;
}

#colophon.bwp-site-footer .bwp-footer-kicker,
#colophon.bwp-site-footer .bwp-footer-section-label {
	margin: 0;
	color: var(--bwp-footer-cyan-soft);
	font-family: Poppins, Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

#colophon.bwp-site-footer .bwp-footer-kicker {
	margin-top: 30px;
}

#colophon.bwp-site-footer #bwp-footer-title {
	max-width: 520px;
	margin: 12px 0 16px;
	color: var(--bwp-footer-text);
	font-family: Poppins, Arial, sans-serif;
	font-size: clamp(32px, 4.1vw, 58px);
	font-weight: 600;
	letter-spacing: -0.055em;
	line-height: 1.02;
	text-wrap: balance;
}

#colophon.bwp-site-footer .bwp-footer-lede {
	max-width: 470px;
	margin: 0;
	color: var(--bwp-footer-muted);
	font-size: 15px;
	line-height: 1.65;
}

#colophon.bwp-site-footer .bwp-footer-formats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

#colophon.bwp-site-footer .bwp-footer-format {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 184px;
	padding: 24px 22px;
	border: 1px solid var(--bwp-footer-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.035);
	color: var(--bwp-footer-text) !important;
	text-decoration: none;
	overflow: hidden;
	isolation: isolate;
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

#colophon.bwp-site-footer .bwp-footer-format::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: var(--format-accent);
	content: "";
}

#colophon.bwp-site-footer .bwp-footer-format::after {
	position: absolute;
	width: 150px;
	height: 150px;
	right: -76px;
	top: -82px;
	border-radius: 50%;
	background: var(--format-glow);
	filter: blur(1px);
	content: "";
	z-index: -1;
}

#colophon.bwp-site-footer .bwp-footer-format--mobile {
	--format-accent: var(--bwp-footer-cyan);
	--format-glow: rgba(62, 221, 211, 0.15);
}

#colophon.bwp-site-footer .bwp-footer-format--desktop {
	--format-accent: var(--bwp-footer-amber);
	--format-glow: rgba(245, 189, 72, 0.14);
}

#colophon.bwp-site-footer .bwp-footer-format--live {
	--format-accent: var(--bwp-footer-pink);
	--format-glow: rgba(255, 93, 135, 0.16);
}

#colophon.bwp-site-footer .bwp-footer-format-icon {
	display: grid;
	place-items: center;
	align-self: flex-start;
	width: 44px;
	height: 44px;
	border: 1px solid var(--bwp-footer-line-strong);
	border-radius: 12px;
	background: rgba(3, 5, 6, 0.42);
	color: var(--format-accent);
}

#colophon.bwp-site-footer .bwp-footer-format-icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

#colophon.bwp-site-footer .bwp-footer-format-copy {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 21px;
	display: grid;
	gap: 5px;
}

#colophon.bwp-site-footer .bwp-footer-format-copy strong {
	font-family: Poppins, Arial, sans-serif;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.025em;
}

#colophon.bwp-site-footer .bwp-footer-format-copy small {
	max-width: 180px;
	color: var(--bwp-footer-muted);
	font-size: 12px;
	line-height: 1.35;
}

#colophon.bwp-site-footer .bwp-footer-arrow {
	position: absolute;
	right: 19px;
	top: 19px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: var(--bwp-footer-muted);
	font-family: Arial, sans-serif;
	font-size: 17px;
}

#colophon.bwp-site-footer .bwp-footer-directory {
	display: grid;
	grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.75fr);
	gap: clamp(42px, 7vw, 100px);
	padding: clamp(38px, 5vw, 66px) 0;
	border-top: 1px solid var(--bwp-footer-line);
	border-bottom: 1px solid var(--bwp-footer-line);
}

#colophon.bwp-site-footer .bwp-footer-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 20px;
}

#colophon.bwp-site-footer .bwp-footer-chips a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 9px 15px;
	border: 1px solid var(--bwp-footer-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.025);
	color: #d9dfe1 !important;
	font-size: 12px;
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

#colophon.bwp-site-footer .bwp-footer-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 4vw, 58px);
}

#colophon.bwp-site-footer .bwp-footer-link-group {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

#colophon.bwp-site-footer .bwp-footer-link-group .bwp-footer-section-label {
	margin-bottom: 14px;
}

#colophon.bwp-site-footer .bwp-footer-link-group a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	color: #d9dfe1 !important;
	font-size: 13px;
	line-height: 1.35;
	text-decoration: none;
	transition: color 160ms ease, transform 160ms ease;
}

#colophon.bwp-site-footer .bwp-footer-bottom {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) auto minmax(300px, 1fr);
	gap: 28px;
	align-items: center;
	padding: 28px 0 38px;
}

#colophon.bwp-site-footer .bwp-footer-copyright {
	margin: 0;
	color: #c3cbce;
	font-size: 11px;
	line-height: 1.6;
}

#colophon.bwp-site-footer .bwp-footer-copyright span {
	display: block;
	color: #737f85;
}

#colophon.bwp-site-footer .bwp-footer-socials {
	display: flex;
	justify-content: center;
	gap: 8px;
}

#colophon.bwp-site-footer .bwp-footer-socials a {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--bwp-footer-line);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.025);
	color: #d9dfe1 !important;
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

#colophon.bwp-site-footer .bwp-footer-socials svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

#colophon.bwp-site-footer .bwp-footer-socials a:nth-child(2) svg,
#colophon.bwp-site-footer .bwp-footer-socials a:nth-child(3) svg,
#colophon.bwp-site-footer .bwp-footer-socials a:nth-child(4) svg {
	fill: currentColor;
	stroke: none;
}

#colophon.bwp-site-footer .bwp-footer-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 6px 20px;
}

#colophon.bwp-site-footer .bwp-footer-legal a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	color: #929da2 !important;
	font-size: 11px;
	text-decoration: none;
	transition: color 160ms ease;
}

#colophon.bwp-site-footer .bwp-footer-legal .bwp-footer-to-top {
	gap: 8px;
	color: var(--bwp-footer-text) !important;
}

#colophon.bwp-site-footer .bwp-footer-to-top span {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid var(--bwp-footer-line-strong);
	border-radius: 50%;
	color: var(--bwp-footer-cyan);
	font-family: Arial, sans-serif;
	font-size: 15px;
}

#colophon.bwp-site-footer .footer-end {
	min-height: 0;
	padding: 0;
}

#colophon.bwp-site-footer a:focus-visible {
	outline: 3px solid rgba(62, 221, 211, 0.62);
	outline-offset: 4px;
}

@media (hover: hover) {
	#colophon.bwp-site-footer .bwp-footer-format:hover {
		border-color: var(--bwp-footer-line-strong);
		background: rgba(255, 255, 255, 0.065);
		transform: translateY(-4px);
	}

	#colophon.bwp-site-footer .bwp-footer-chips a:hover {
		border-color: rgba(62, 221, 211, 0.5);
		background: rgba(62, 221, 211, 0.07);
		color: var(--bwp-footer-cyan-soft) !important;
	}

	#colophon.bwp-site-footer .bwp-footer-link-group a:hover {
		color: var(--bwp-footer-text) !important;
		transform: translateX(3px);
	}

	#colophon.bwp-site-footer .bwp-footer-socials a:hover {
		border-color: rgba(62, 221, 211, 0.55);
		color: var(--bwp-footer-cyan) !important;
		transform: translateY(-2px);
	}

	#colophon.bwp-site-footer .bwp-footer-legal a:hover,
	#colophon.bwp-site-footer .bwp-footer-brand:hover {
		color: var(--bwp-footer-cyan-soft) !important;
	}
}

@media screen and (max-width: 1024px) {
	#colophon.bwp-site-footer .bwp-footer-wrap {
		width: min(100% - 48px, 920px);
	}

	#colophon.bwp-site-footer .bwp-footer-intro {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	#colophon.bwp-site-footer #bwp-footer-title {
		max-width: 680px;
	}

	#colophon.bwp-site-footer .bwp-footer-formats {
		max-width: none;
	}

	#colophon.bwp-site-footer .bwp-footer-directory {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	#colophon.bwp-site-footer .bwp-footer-bottom {
		grid-template-columns: 1fr auto;
	}

	#colophon.bwp-site-footer .bwp-footer-socials {
		justify-content: flex-end;
	}

	#colophon.bwp-site-footer .bwp-footer-legal {
		grid-column: 1 / -1;
		justify-content: flex-start;
		padding-top: 20px;
		border-top: 1px solid var(--bwp-footer-line);
	}

	#colophon.bwp-site-footer .bwp-footer-legal .bwp-footer-to-top {
		margin-left: auto;
	}
}

@media screen and (max-width: 720px) {
	#colophon.bwp-site-footer .bwp-footer-wrap {
		width: min(100% - 32px, 620px);
	}

	#colophon.bwp-site-footer .bwp-footer-ad {
		padding-right: 12px;
		padding-left: 12px;
	}

	#colophon.bwp-site-footer .bwp-footer-intro {
		gap: 34px;
		padding-top: 52px;
	}

	#colophon.bwp-site-footer .bwp-footer-brand {
		font-size: 15px;
	}

	#colophon.bwp-site-footer .bwp-footer-brand img {
		width: 58px;
		height: 30px;
	}

	#colophon.bwp-site-footer .bwp-footer-kicker {
		margin-top: 25px;
	}

	#colophon.bwp-site-footer #bwp-footer-title {
		font-size: clamp(32px, 10.5vw, 44px);
		letter-spacing: -0.05em;
	}

	#colophon.bwp-site-footer .bwp-footer-formats {
		grid-template-columns: 1fr;
	}

	#colophon.bwp-site-footer .bwp-footer-format {
		min-height: 112px;
		padding: 18px;
		align-items: center;
	}

	#colophon.bwp-site-footer .bwp-footer-format-copy {
		position: static;
		margin-left: 16px;
		padding-right: 34px;
	}

	#colophon.bwp-site-footer .bwp-footer-format-copy small {
		max-width: none;
	}

	#colophon.bwp-site-footer .bwp-footer-arrow {
		top: 50%;
		transform: translateY(-50%);
	}

	#colophon.bwp-site-footer .bwp-footer-directory {
		padding: 42px 0;
	}

	#colophon.bwp-site-footer .bwp-footer-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 22px;
	}

	#colophon.bwp-site-footer .bwp-footer-link-group:last-child {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 20px;
	}

	#colophon.bwp-site-footer .bwp-footer-link-group:last-child .bwp-footer-section-label {
		grid-column: 1 / -1;
	}

	#colophon.bwp-site-footer .bwp-footer-bottom {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-bottom: calc(96px + env(safe-area-inset-bottom));
	}

	#colophon.bwp-site-footer .bwp-footer-socials {
		justify-content: flex-start;
	}

	#colophon.bwp-site-footer .bwp-footer-legal {
		gap: 2px 18px;
	}

	#colophon.bwp-site-footer .bwp-footer-legal .bwp-footer-to-top {
		width: 100%;
		margin: 12px 0 0;
		justify-content: space-between;
		border-top: 1px solid var(--bwp-footer-line);
		padding-top: 16px;
	}
}

@media screen and (max-width: 380px) {
	#colophon.bwp-site-footer .bwp-footer-wrap {
		width: min(100% - 24px, 356px);
	}

	#colophon.bwp-site-footer .bwp-footer-links {
		grid-template-columns: 1fr;
	}

	#colophon.bwp-site-footer .bwp-footer-link-group:last-child {
		grid-column: auto;
		display: flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	#colophon.bwp-site-footer *,
	#colophon.bwp-site-footer *::before,
	#colophon.bwp-site-footer *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
