.biovia-site-footer {
	--biovia-footer-earth: #2f5a38;
	--biovia-footer-earth-dark: #243f2b;
	--biovia-footer-earth-soft: #4b8251;
	--biovia-footer-sage: #a9c5a0;
	--biovia-footer-cream: #e9dcc1;
	--biovia-footer-clay: #d9a07a;
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: clamp(2.4rem, 4vw, 3.8rem) 0 clamp(1.8rem, 3vw, 2.8rem);
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 0%, rgba(169, 197, 160, 0.2), transparent 34%),
		linear-gradient(180deg, var(--biovia-footer-earth) 0%, var(--biovia-footer-earth-dark) 100%);
	color: var(--biovia-footer-cream);
	font-family: var(--bio-font-main), 'Montserrat', sans-serif;
}

.biovia-site-footer.is-shortcode {
	margin-top: 0;
}

.biovia-site-footer__overlay {
	position: relative;
	width: min(100% - 3rem, 1280px);
	margin: 0 auto;
}

.biovia-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(190px, 1.25fr) repeat(4, minmax(130px, 0.82fr)) minmax(190px, 1fr);
	gap: clamp(1.3rem, 2.6vw, 3rem);
	align-items: start;
}

.biovia-site-footer__brand-panel,
.biovia-site-footer__nav,
.biovia-site-footer__cta {
	min-width: 0;
}

.biovia-site-footer__nav {
	display: block;
}

.biovia-site-footer__nav--mobile {
	display: none;
}

.biovia-site-footer__brand-panel {
	display: grid;
	justify-items: start;
}

.biovia-site-footer__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	color: var(--biovia-footer-cream);
	text-decoration: none;
}

.biovia-site-footer__logo {
	display: block;
	width: clamp(54px, 4.8vw, 74px);
	height: auto;
	filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
}

.biovia-site-footer__brand-word {
	font-family: var(--bio-font-main), 'Montserrat', sans-serif;
	font-size: clamp(1.95rem, 2.65vw, 3rem);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: 0;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.biovia-site-footer__brand-word sup {
	font-size: 0.35em;
	top: -0.95em;
	position: relative;
}

.biovia-site-footer__brand-copy,
.biovia-site-footer__cta p,
.biovia-site-footer__bottom {
	color: rgba(233, 220, 193, 0.86);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.biovia-site-footer__brand-copy {
	max-width: 14.5rem;
	margin: 1.15rem 0 1.35rem;
	font-family: var(--bio-font-main), 'Montserrat', sans-serif;
	font-size: clamp(0.98rem, 1.05vw, 1.08rem);
	line-height: 1.45;
}

.biovia-site-footer__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 0 0 1rem;
	color: var(--biovia-footer-clay);
	font-family: var(--bio-font-main), 'Montserrat', sans-serif;
	font-size: clamp(0.98rem, 1.1vw, 1.12rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
	cursor: default;
	list-style: none;
}

.biovia-site-footer__heading::-webkit-details-marker {
	display: none;
}

.biovia-site-footer__toggle {
	display: none;
}

.biovia-site-footer__menu {
	display: grid;
	gap: 0.68rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.biovia-site-footer__link,
.biovia-site-footer__social,
.biovia-site-footer__button {
	color: rgba(233, 220, 193, 0.9);
	text-decoration: none;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	transition: color 180ms ease, opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.biovia-site-footer__link {
	position: relative;
	display: inline-flex;
	width: fit-content;
	font-family: var(--bio-font-main), 'Montserrat', sans-serif;
	font-size: clamp(0.98rem, 1vw, 1.08rem);
	line-height: 1.25;
}

.biovia-site-footer__link::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.18rem;
	height: 1px;
	content: "";
	background: var(--biovia-footer-clay);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 180ms ease;
}

.biovia-site-footer__link:hover,
.biovia-site-footer__link:focus-visible,
.biovia-site-footer__social:hover,
.biovia-site-footer__social:focus-visible {
	color: var(--biovia-footer-clay);
	opacity: 1;
	transform: translateY(-1px);
}

.biovia-site-footer__link:hover::after,
.biovia-site-footer__link:focus-visible::after {
	transform: scaleX(1);
}

.biovia-site-footer__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	justify-self: center;
	border: 1px solid rgba(217, 160, 122, 0.82);
	border-radius: 50%;
	background: rgba(217, 160, 122, 0.14);
	color: var(--biovia-footer-clay);
	opacity: 0.95;
}

.biovia-site-footer__social svg {
	width: 1.15rem;
	height: 1.15rem;
	fill: currentColor;
}

.biovia-site-footer__cta p {
	max-width: 14.5rem;
	margin: 0 0 1.25rem;
	font-family: var(--bio-font-main), 'Montserrat', sans-serif;
	font-size: clamp(0.98rem, 1.05vw, 1.08rem);
	line-height: 1.48;
}

.biovia-site-footer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.65rem;
	min-width: min(100%, 11.25rem);
	padding: 0.68rem 1.35rem;
	border-radius: 999px;
	background: var(--biovia-footer-sage);
	color: var(--biovia-footer-earth-dark);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.biovia-site-footer__button:hover,
.biovia-site-footer__button:focus-visible {
	background: #bdd8b5;
	color: var(--biovia-footer-earth-dark);
	transform: translateY(-1px);
}

.biovia-site-footer__button svg {
	width: 1.05rem;
	height: 1.05rem;
	fill: currentColor;
}

.biovia-site-footer__rule {
	width: 100%;
	height: 1px;
	margin: clamp(1.6rem, 3vw, 2.4rem) 0 1.25rem;
	background: linear-gradient(90deg, transparent, rgba(169, 197, 160, 0.5) 8%, rgba(169, 197, 160, 0.5) 92%, transparent);
}

.biovia-site-footer__bottom {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	font-family: var(--bio-font-main), 'Montserrat', sans-serif;
	font-size: clamp(0.78rem, 0.9vw, 0.92rem);
	line-height: 1.35;
}

.biovia-site-footer__copy,
.biovia-site-footer__note,
.biovia-site-footer__made {
	margin: 0;
}

.biovia-site-footer__note {
	text-align: center;
}

.biovia-site-footer__made {
	text-align: right;
}

@media (max-width: 1180px) {
	.biovia-site-footer__overlay {
		width: min(100% - 2.5rem, 960px);
	}

	.biovia-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: clamp(2rem, 6vw, 4rem);
		row-gap: 2rem;
	}

	.biovia-site-footer__brand-panel {
		grid-column: 1 / -1;
		justify-items: center;
		text-align: center;
	}

	.biovia-site-footer__brand-copy {
		max-width: 32rem;
	}

	.biovia-site-footer__cta {
		grid-column: 1 / -1;
		justify-self: center;
		width: min(100%, 34rem);
		text-align: center;
	}

	.biovia-site-footer__cta p {
		max-width: 100%;
	}
}

@media (max-width: 900px) {
	.biovia-site-footer__overlay {
		width: min(100% - 2rem, 34rem);
	}

	.biovia-site-footer__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.biovia-site-footer__brand-panel,
	.biovia-site-footer__cta {
		grid-column: 1 / -1;
	}

	.biovia-site-footer__nav--desktop {
		display: none;
	}

	.biovia-site-footer__nav--mobile {
		display: block;
	}

	.biovia-site-footer__brand-panel {
		justify-items: center;
		text-align: center;
	}

	.biovia-site-footer__brand-copy,
	.biovia-site-footer__cta p {
		max-width: 100%;
	}

	.biovia-site-footer__brand-word {
		font-size: clamp(2rem, 12vw, 3rem);
	}

	.biovia-site-footer__heading {
		width: 100%;
		margin: 0;
		padding: 1rem 0;
		border-top: 1px solid rgba(169, 197, 160, 0.22);
		font-size: 0.95rem;
		cursor: pointer;
	}

	.biovia-site-footer__nav--mobile:first-of-type .biovia-site-footer__heading {
		border-top: 0;
	}

	.biovia-site-footer__menu {
		display: none;
		gap: 0.65rem;
		padding: 0 0 1rem;
	}

	.biovia-site-footer__nav[open] .biovia-site-footer__menu {
		display: grid;
	}

	.biovia-site-footer__toggle {
		position: relative;
		display: inline-block;
		width: 0.75rem;
		height: 0.75rem;
		border-right: 1px solid currentColor;
		border-bottom: 1px solid currentColor;
		transform: rotate(45deg) translateY(-2px);
		transition: transform 180ms ease;
	}

	.biovia-site-footer__nav[open] .biovia-site-footer__toggle {
		transform: rotate(225deg) translateY(-2px);
	}

	.biovia-site-footer__link,
	.biovia-site-footer__brand-copy,
	.biovia-site-footer__cta p {
		font-size: 0.95rem;
	}

	.biovia-site-footer__cta {
		margin: 1.15rem 0 0.4rem;
		padding: 1rem;
		border: 1px solid rgba(169, 197, 160, 0.24);
		border-radius: 8px;
		background: rgba(233, 220, 193, 0.045);
		text-align: center;
	}

	.biovia-site-footer__cta .biovia-site-footer__heading {
		justify-content: center;
		padding: 0;
		border-top: 0;
		cursor: default;
	}

	.biovia-site-footer__button {
		width: min(100%, 12.5rem);
	}

	.biovia-site-footer__bottom {
		grid-template-columns: 1fr;
		gap: 0.45rem;
		text-align: center;
	}

	.biovia-site-footer__note,
	.biovia-site-footer__made {
		text-align: center;
	}
}
