/*
Bioestetic coded Gutenberg home.

Scoped to .bio-home so it does not affect Litho global header, footer,
WooCommerce, Elementor templates or other pages.
*/

.bio-home {
	--bio-navy: #0b2239;
	--bio-blue: #123b63;
	--bio-cyan: #2fa7c9;
	--bio-teal: #35b8a6;
	--bio-light: #f5f8fa;
	--bio-border: #dde5ea;
	--bio-text: #1f2933;
	--bio-muted: #66727a;
	--bio-white: #ffffff;
	--bio-radius: 10px;
	--bio-shadow: 0 22px 60px rgba(11, 34, 57, 0.1);
	color: var(--bio-text);
	font-family: "Open Sans", Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow-x: clip;
}

.bio-home *,
.bio-home *::before,
.bio-home *::after {
	box-sizing: border-box;
}

.bio-home .wp-block-group,
.bio-home .wp-block-columns,
.bio-home .wp-block-column,
.bio-home figure,
.bio-home p,
.bio-home h1,
.bio-home h2,
.bio-home h3 {
	margin-top: 0;
}

.bio-home .bio-home__pattern {
	max-width: none;
	padding: 0;
}

.bio-home-template .bio-home-entry,
.bio-home .bio-home__pattern > .bio-home-hero {
	margin-top: 0;
}

.bio-home .bio-home-section {
	max-width: none;
	padding: clamp(62px, 6vw, 104px) clamp(20px, 4vw, 64px);
}

.bio-home .bio-home-section > * {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
}

.bio-home .bio-home-section--compact {
	padding-top: clamp(44px, 5vw, 76px);
	padding-bottom: clamp(44px, 5vw, 76px);
}

.bio-home .bio-home-section--light {
	background: var(--bio-light);
}

.bio-home .bio-home-section--navy {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(47, 167, 201, 0.12), transparent 36%),
		linear-gradient(145deg, var(--bio-navy), var(--bio-blue));
	color: var(--bio-white);
}

.bio-home .bio-home-section--navy::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}

.bio-home .bio-home-eyebrow {
	margin-bottom: 18px;
	color: var(--bio-teal);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bio-home .bio-home-section--navy .bio-home-eyebrow {
	color: #8ce4dc;
}

.bio-home .bio-home-hero__title,
.bio-home .bio-home-section-title,
.bio-home h3 {
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

.bio-home .bio-home-hero__title {
	max-width: 780px;
	margin-bottom: 22px;
	color: var(--bio-white);
	font-size: clamp(42px, 5vw, 74px);
	font-weight: 700;
	line-height: 1.02;
}

.bio-home .bio-home-section-title {
	max-width: 760px;
	margin-bottom: 20px;
	color: var(--bio-navy);
	font-size: clamp(30px, 3.4vw, 52px);
	font-weight: 700;
	line-height: 1.08;
}

.bio-home .bio-home-section--navy .bio-home-section-title,
.bio-home .bio-home-final-cta .bio-home-section-title {
	color: var(--bio-white);
}

.bio-home .bio-home-section-title--center,
.bio-home .bio-home-intro {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bio-home .bio-home-hero__lead,
.bio-home .bio-home-text,
.bio-home .bio-home-intro,
.bio-home .bio-home-card p,
.bio-home .bio-home-feature p {
	color: var(--bio-muted);
	font-size: 17px;
	line-height: 1.72;
}

.bio-home .bio-home-section--navy .bio-home-hero__lead,
.bio-home .bio-home-section--navy .bio-home-intro,
.bio-home .bio-home-section--navy .bio-home-feature p,
.bio-home .bio-home-section--navy .bio-home-feature li {
	color: rgba(255, 255, 255, 0.78);
}

.bio-home .bio-home-hero {
	padding-top: clamp(58px, 7vw, 104px);
	padding-bottom: clamp(66px, 7vw, 112px);
}

.bio-home .bio-home-hero__grid,
.bio-home .bio-home-split,
.bio-home .bio-home-feature-split {
	gap: clamp(34px, 5vw, 78px);
	align-items: center;
	margin-bottom: 0;
}

.bio-home .bio-home-hero__visual {
	position: relative;
	min-height: 390px;
}

.bio-home .bio-home-image {
	width: 100%;
	margin-bottom: 0;
	overflow: hidden;
	border: 1px solid rgba(221, 229, 234, 0.92);
	border-radius: var(--bio-radius);
	background: var(--bio-white);
	box-shadow: var(--bio-shadow);
}

.bio-home .bio-home-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1.32 / 1;
	object-fit: cover;
}

.bio-home .bio-home-image--hero {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.bio-home .bio-home-floating-card {
	position: absolute;
	max-width: 210px;
	padding: 14px 18px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(10px);
}

.bio-home .bio-home-floating-card p {
	margin-bottom: 0;
	color: var(--bio-white);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 600;
}

.bio-home .bio-home-floating-card--one {
	top: 26px;
	left: -12px;
}

.bio-home .bio-home-floating-card--two {
	right: 18px;
	bottom: 28px;
}

.bio-home .bio-home-buttons {
	gap: 14px;
	margin-top: 30px;
}

.bio-home .bio-home-button .wp-block-button__link {
	min-width: 176px;
	padding: 15px 24px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.bio-home .bio-home-button .wp-block-button__link:hover,
.bio-home .bio-home-button .wp-block-button__link:focus-visible {
	transform: translateY(-2px);
}

.bio-home .bio-home-button--primary .wp-block-button__link {
	background: var(--bio-navy);
	color: var(--bio-white);
}

.bio-home .bio-home-button--accent .wp-block-button__link {
	background: var(--bio-teal);
	color: var(--bio-navy);
}

.bio-home .bio-home-button--outline .wp-block-button__link {
	border-color: var(--bio-navy);
	background: transparent;
	color: var(--bio-navy);
}

.bio-home .bio-home-button--outline-light .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.62);
	color: var(--bio-white);
}

.bio-home .bio-home-video,
.bio-home .bio-home-video-placeholder {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--bio-border);
	border-radius: var(--bio-radius);
	background: var(--bio-white);
	box-shadow: var(--bio-shadow);
}

.bio-home .bio-home-video .wp-block-embed__wrapper,
.bio-home .bio-home-video iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.bio-home .bio-home-video iframe {
	display: block;
	height: auto;
}

.bio-home .bio-home-video-placeholder {
	position: relative;
	display: grid;
	min-height: 360px;
	padding: clamp(28px, 4vw, 46px);
	place-items: center;
	text-align: center;
	background:
		linear-gradient(135deg, rgba(11, 34, 57, 0.92), rgba(18, 59, 99, 0.78)),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: auto, 28px 28px, 28px 28px;
	color: var(--bio-white);
}

.bio-home .bio-home-video-placeholder::after {
	content: "";
	position: absolute;
	inset: 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	pointer-events: none;
}

.bio-home .bio-home-video-placeholder__play {
	display: grid;
	width: 76px;
	height: 76px;
	margin: 0 auto 24px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: transparent;
	font-size: 0;
}

.bio-home .bio-home-video-placeholder__play::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 20px solid var(--bio-teal);
}

.bio-home .bio-home-video-placeholder__title {
	max-width: 520px;
	margin: 0 auto 10px;
	color: var(--bio-white);
	font-size: clamp(24px, 3vw, 36px);
}

.bio-home .bio-home-video-placeholder__text {
	max-width: 500px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.76);
}

.bio-home .bio-home-note {
	margin-top: 12px;
	color: var(--bio-muted);
	font-size: 13px;
}

.bio-home .bio-home-checklist {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.bio-home .bio-home-checklist li {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding-left: 0;
	color: var(--bio-text);
	font-weight: 600;
	line-height: 1.55;
}

.bio-home .bio-home-checklist li::before {
	content: "";
	position: static;
	width: 12px;
	height: 12px;
	margin-top: 0.45em;
	border: 3px solid var(--bio-teal);
	border-radius: 999px;
}

.bio-home .bio-home-checklist--light li {
	color: var(--bio-white);
}

.bio-home .bio-home-value {
	background: var(--bio-white);
}

.bio-home .bio-home-value__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 34px;
	border-top: 1px solid var(--bio-border);
	border-bottom: 1px solid var(--bio-border);
}

.bio-home .bio-home-value__item {
	padding: 28px clamp(20px, 3vw, 42px);
	border-right: 1px solid var(--bio-border);
}

.bio-home .bio-home-value__item:last-child {
	border-right: 0;
}

.bio-home .bio-home-icon,
.bio-home .bio-home-card__symbol {
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	border: 1px solid rgba(53, 184, 166, 0.42);
	border-radius: 999px;
	color: var(--bio-teal);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
}

.bio-home .bio-home-value__item h3,
.bio-home .bio-home-card h3 {
	margin-bottom: 12px;
	color: var(--bio-navy);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.22;
}

.bio-home .bio-home-card-grid {
	display: grid !important;
	align-items: stretch;
	gap: 24px !important;
	margin-top: 36px;
}

.bio-home .bio-home-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bio-home .bio-home-card-grid > .wp-block-column,
.bio-home .bio-home-partner-grid > .wp-block-column {
	flex-basis: auto !important;
	flex-grow: initial !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
}

.bio-home .bio-home-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 28px;
	border: 1px solid var(--bio-border);
	border-radius: var(--bio-radius);
	background: var(--bio-white);
	box-shadow: 0 12px 34px rgba(11, 34, 57, 0.05);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.bio-home .bio-home-product-card,
.bio-home .bio-home-academy-card,
.bio-home .bio-home-news-card {
	display: flex;
	flex-direction: column;
}

.bio-home .bio-home-product-card {
	overflow: hidden;
	min-height: 0;
	align-items: stretch;
}

.bio-home .bio-home-product-card > p:not(.bio-home-card__symbol),
.bio-home .bio-home-product-card > h3 {
	width: 100%;
}

.bio-home .bio-home-card:hover {
	border-color: rgba(47, 167, 201, 0.45);
	box-shadow: var(--bio-shadow);
	transform: translateY(-4px);
}

.bio-home .bio-home-products .bio-home-card-grid {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 1fr;
}

.bio-home .bio-home-products .bio-home-product-card {
	min-height: 0;
	padding: 0;
	position: static;
	border: 1px solid var(--bio-border);
	border-radius: var(--bio-radius);
	box-shadow: 0 12px 34px rgba(11, 34, 57, 0.05);
	overflow: hidden;
	transform: none;
}

.bio-home .bio-home-products .bio-home-product-card > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	width: 100%;
}

.bio-home .bio-home-products .bio-home-product-card:hover {
	transform: none;
}

.bio-home .bio-home-products .bio-home-product-card > :not(.bio-home-product-image):not(.bio-home-buttons--card):not(.wp-block-group__inner-container),
.bio-home .bio-home-products .bio-home-product-card > .wp-block-group__inner-container > :not(.bio-home-product-image):not(.bio-home-buttons--card) {
	margin-right: 22px;
	margin-left: 22px;
}

.bio-home .bio-home-products .bio-home-product-card > h3,
.bio-home .bio-home-products .bio-home-product-card > .wp-block-group__inner-container > h3 {
	margin-top: 0;
	margin-bottom: 18px;
}

.bio-home .bio-home-products .bio-home-product-card > .bio-home-card__symbol,
.bio-home .bio-home-products .bio-home-product-card > p:not(.bio-home-card__symbol),
.bio-home .bio-home-products .bio-home-product-card > .wp-block-group__inner-container > .bio-home-card__symbol,
.bio-home .bio-home-products .bio-home-product-card > .wp-block-group__inner-container > p:not(.bio-home-card__symbol) {
	display: none;
}

.bio-home .bio-home-product-card::before {
	content: none;
}

.bio-home .bio-home-card__image {
	overflow: hidden;
	width: 100%;
	flex: 0 0 auto;
	margin: 0 0 18px;
	border-bottom: 1px solid var(--bio-border);
	border-radius: 0;
	box-shadow: none;
}

.bio-home .bio-home-card__image img {
	display: block;
	width: 100%;
	height: 168px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.bio-home .bio-home-products .bio-home-product-image {
	aspect-ratio: 4 / 3;
	background: var(--bio-light);
}

.bio-home .bio-home-products .bio-home-product-image img {
	width: 100%;
	height: 100%;
	min-height: 0;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: center;
}

.bio-home .bio-home-products .bio-home-product-card .bio-home-buttons--card {
	width: auto;
	margin: auto 22px 22px !important;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bio-home .bio-home-products > .bio-home-buttons {
	margin-top: 34px;
}

.bio-home .bio-home-product-card .bio-home-buttons--card .wp-block-button,
.bio-home .bio-home-product-card .bio-home-buttons--card .wp-block-button__link {
	width: 100%;
}

.bio-home .bio-home-news-query {
	margin-top: 42px;
}

.bio-home .bio-home-news-query .wp-block-post-template,
.bio-home .bio-home-news-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bio-home .bio-home-news-query .wp-block-post {
	min-width: 0;
}

.bio-home .bio-home-news-card {
	height: 100%;
}

.bio-home .bio-home-news-card .wp-block-post-title,
.bio-home .bio-home-news-card .wp-block-post-title a {
	color: var(--bio-navy);
	text-decoration: none;
}

.bio-home .bio-home-news-card .wp-block-post-excerpt {
	margin-bottom: 0;
}

.bio-home .bio-home-news-card .wp-block-post-excerpt__excerpt {
	color: var(--bio-muted);
	font-size: 16px;
	line-height: 1.68;
}

.bio-home .bio-home-news-card .wp-block-read-more {
	margin-top: auto;
	color: var(--bio-blue);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.bio-home .bio-home-news-card__image {
	overflow: hidden;
	min-height: 180px;
	margin: -28px -28px 24px;
	border-radius: var(--bio-radius) var(--bio-radius) 0 0;
	background:
		linear-gradient(135deg, rgba(11, 34, 57, 0.92), rgba(47, 167, 201, 0.18)),
		linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
	background-size: auto, 22px 22px;
}

.bio-home .bio-home-news-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.bio-home .bio-home-news-empty {
	max-width: 720px;
	margin-top: 32px;
	padding: 24px;
	border: 1px solid var(--bio-border);
	border-radius: var(--bio-radius);
	background: var(--bio-white);
	text-align: center;
}

.bio-home .bio-home-card__label,
.bio-home .bio-home-text-link {
	color: var(--bio-teal);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bio-home .bio-home-text-link {
	margin-top: 18px;
	color: var(--bio-blue);
}

.bio-home .bio-home-feature-split {
	align-items: stretch;
}

.bio-home .bio-home-feature {
	padding: clamp(30px, 4vw, 52px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--bio-radius);
	background: rgba(255, 255, 255, 0.08);
}

.bio-home .bio-home-feature--shop {
	background: rgba(255, 255, 255, 0.13);
}

.bio-home .bio-home-partner-grid {
	display: grid !important;
	align-items: stretch;
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px !important;
	margin-top: 42px;
}

.bio-home .bio-home-partner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 88px;
	padding: 18px;
	overflow: hidden;
	border: 1px solid var(--bio-border);
	border-radius: 8px;
	background: var(--bio-white);
}

.bio-home .bio-home-partner p,
.bio-home .bio-home-partner a {
	margin: 0;
	width: 100%;
	min-width: 0;
	color: var(--bio-blue);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	writing-mode: horizontal-tb;
	white-space: normal;
}

.bio-home .bio-home-partner a:hover,
.bio-home .bio-home-partner a:focus-visible {
	color: var(--bio-teal);
}

.bio-home .bio-home-final-cta {
	padding-top: clamp(64px, 7vw, 98px);
	padding-bottom: clamp(64px, 7vw, 98px);
}

.bioestetic-child-footer,
.site-footer {
	word-break: normal;
	overflow-wrap: normal;
	writing-mode: horizontal-tb;
}

.bioestetic-child-footer *,
.site-footer * {
	word-break: normal;
	overflow-wrap: normal;
	writing-mode: horizontal-tb;
}

@keyframes bio-home-fade-up {
	from {
		opacity: 0;
		transform: translate3d(0, 22px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bio-home-fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media (prefers-reduced-motion: no-preference) {
	body.bio-js .bio-home .bio-home-animate {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
		transition:
			opacity 620ms ease,
			transform 620ms ease;
		transition-delay: var(--bio-home-animation-delay, 0ms);
	}

	body.bio-js .bio-home .bio-home-animate--fade {
		transform: none;
	}

	body.bio-js .bio-home .bio-home-animate.is-visible {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.bio-js .bio-home .bio-home-animate {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media (max-width: 1180px) {
	.bio-home .bio-home-card-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bio-home .bio-home-products .bio-home-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bio-home .bio-home-news-query .wp-block-post-template,
	.bio-home .bio-home-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bio-home .bio-home-partner-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 781px) {
	.bio-home .bio-home-section {
		padding: 46px 20px;
	}

	.bio-home .bio-home-hero {
		padding-top: 36px;
		padding-bottom: 52px;
	}

	.bio-home .bio-home-hero__grid {
		gap: 30px;
	}

	.bio-home .bio-home-hero__title {
		font-size: clamp(34px, 10vw, 44px);
		line-height: 1.08;
	}

	.bio-home .bio-home-hero__lead {
		font-size: 16px;
	}

	.bio-home .bio-home-hero__visual {
		min-height: 0;
	}

	.bio-home .bio-home-image--hero img {
		aspect-ratio: 4 / 3;
	}

	.bio-home .bio-home-floating-card {
		position: static;
		display: inline-block;
		margin: 12px 10px 0 0;
	}

	.bio-home .bio-home-value__grid {
		grid-template-columns: 1fr;
		border-top: 0;
	}

	.bio-home .bio-home-value__item {
		padding: 24px 0;
		border-right: 0;
		border-bottom: 1px solid var(--bio-border);
	}

	.bio-home .bio-home-card-grid--three {
		grid-template-columns: 1fr;
	}

	.bio-home .bio-home-products .bio-home-card-grid {
		grid-template-columns: 1fr;
	}

	.bio-home .bio-home-news-query .wp-block-post-template,
	.bio-home .bio-home-news-grid {
		grid-template-columns: 1fr;
	}

	.bio-home .bio-home-partner-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bio-home .bio-home-button,
	.bio-home .bio-home-button .wp-block-button__link {
		width: 100%;
	}

	.bio-home .bio-home-buttons {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.bio-home .bio-home-section {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 16px;
		padding-left: 16px;
	}

	.bio-home .bio-home-hero {
		padding-top: 32px;
	}

	.bio-home .bio-home-hero__title {
		font-size: 34px;
	}

	.bio-home .bio-home-section-title {
		font-size: 29px;
	}

	.bio-home .bio-home-card,
	.bio-home .bio-home-feature {
		padding: 22px;
	}

	.bio-home .bio-home-card__image {
		width: 100%;
		margin: 0 0 20px;
	}

	.bio-home .bio-home-card__image img {
		height: 150px;
	}

	.bio-home .bio-home-video-placeholder {
		min-height: 260px;
		padding: 24px 18px;
	}

	.bio-home .bio-home-video-placeholder__play {
		width: 62px;
		height: 62px;
		margin-bottom: 18px;
	}

	.bio-home .bio-home-partner-grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px !important;
	}

	.bio-home .bio-home-partner {
		min-height: 72px;
		padding: 12px 10px;
	}

	.bio-home .bio-home-partner p,
	.bio-home .bio-home-partner a {
		font-size: 13px;
	}
}

@media (min-width: 600px) and (max-width: 781px) {
	.bio-home .bio-home-products .bio-home-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* =========================================================
   BIOESTETIC HOME v0.3.3 — allineamento definitivo
   Gamma Prodotti + Partners + pulsanti card
   ========================================================= */

/*
 * WordPress/Litho può applicare margini ai blocchi colonna successivi al primo.
 * Il reset esplicito evita che Scanner e Noritake risultino fuori asse.
 */
.bio-home .bio-home-card-grid > .wp-block-column,
.bio-home .bio-home-partner-grid > .wp-block-column {
	margin: 0 !important;
	margin-block: 0 !important;
	margin-inline: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	justify-self: stretch !important;
	align-self: stretch !important;
	transform: none;
}

.bio-home .bio-home-card-grid > .wp-block-column:not(:first-child),
.bio-home .bio-home-partner-grid > .wp-block-column:not(:first-child) {
	margin-left: 0 !important;
}

/* Le card restano allineate durante le animazioni: fade senza spostamento. */
@media (prefers-reduced-motion: no-preference) {
	body.bio-js .bio-home .bio-home-product-card.bio-home-animate,
	body.bio-js .bio-home .bio-home-partner.bio-home-animate {
		transform: none !important;
		transition-property: opacity !important;
	}
}

/* Pulsanti prodotto centrati e contenuti nei margini della card. */
.bio-home .bio-home-products .bio-home-product-card .bio-home-buttons--card {
	width: auto !important;
	margin: auto 22px 22px !important;
	padding: 0 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.bio-home .bio-home-products .bio-home-product-card .bio-home-buttons--card .wp-block-button {
	width: 100% !important;
	margin: 0 !important;
}

.bio-home .bio-home-products .bio-home-product-card .bio-home-buttons--card .wp-block-button__link {
	display: flex !important;
	width: 100% !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	box-sizing: border-box !important;
}
