.belloro-infinity-page {
	--infinity-paper: var(--adena-surface, #fff);
	--infinity-wash: var(--adena-bg, #f7f7f7);
	--infinity-soft: #fbfaf8;
	--infinity-accent: var(--adena-accent, #c2b9af);
	--infinity-accent-strong: var(--adena-accent-dark, #a89e92);
	--infinity-ink: #392b24;
	--infinity-muted: #7f7168;
	--infinity-line: var(--adena-border, #e5e1dc);
	--infinity-positive: #a89e92;
	background: var(--infinity-paper);
	color: var(--infinity-ink);
	overflow: clip;
}

.belloro-infinity-container {
	width: min(100%, 1440px);
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4.2vw, 4.5rem);
}

.belloro-infinity-page h1,
.belloro-infinity-page h2,
.belloro-infinity-page h3 {
	color: var(--infinity-ink);
	font-family: var(--adena-font-heading, Georgia, serif);
	font-weight: 400;
	overflow-wrap: break-word;
}

.belloro-infinity-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0 0 1.25rem;
	color: var(--infinity-accent-strong);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.19em;
	line-height: 1;
	text-transform: uppercase;
}

.belloro-infinity-eyebrow::before {
	width: 28px;
	height: 1px;
	background: currentColor;
	content: "";
}

.belloro-infinity-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: clamp(680px, 84svh, 840px);
	padding-block: clamp(5rem, 7vw, 7.5rem);
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 34%, rgba(0, 0, 0, 0.2)),
		linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.24) 68%, rgba(0, 0, 0, 0.08) 100%),
		url("../images/belloro-infinity-hero.png") 54% center / cover no-repeat;
}

.belloro-infinity-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(131, 104, 73, 0.22), transparent);
	content: "";
}

.belloro-infinity-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	width: 100%;
}

.belloro-infinity-hero__copy {
	position: relative;
	z-index: 1;
	max-width: 790px;
}

.belloro-infinity-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(3.45rem, 5vw, 5.8rem);
	line-height: 0.96;
	letter-spacing: -0.042em;
	text-wrap: balance;
}

.belloro-infinity-hero h1 span,
.belloro-infinity-hero h1 em {
	display: block;
}

.belloro-infinity-hero h1 em {
	margin-top: 0.1em;
	color: #fff;
	font-weight: 400;
}

.belloro-infinity-hero__details {
	display: grid;
	grid-template-columns: 92px minmax(0, 540px);
	align-items: center;
	gap: clamp(1.6rem, 2.6vw, 2.6rem);
	max-width: 690px;
	margin-top: clamp(2.2rem, 3.5vw, 3.25rem);
	padding-top: clamp(1.65rem, 2.6vw, 2.25rem);
	border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.belloro-infinity-hero__logo {
	display: block;
	width: 82px;
	height: auto;
	margin-inline: auto;
}

.belloro-infinity-hero__lead {
	max-width: 600px;
	margin: 0;
	padding-left: clamp(1.6rem, 2.5vw, 2.4rem);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 1.05vw, 1.1rem);
	font-weight: 300;
	line-height: 1.7;
}

.belloro-infinity-hero__purchase {
	display: flex;
	align-items: center;
	gap: clamp(1.5rem, 2.7vw, 2.8rem);
	margin-top: clamp(2rem, 3vw, 2.8rem);
}

.belloro-infinity-actions {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.belloro-infinity-hero__offer {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	align-items: baseline;
	gap: 0.08rem 0.7rem;
	min-width: max-content;
	padding-left: 1.25rem;
	border-left: 1px solid rgba(131, 104, 73, 0.34);
}

.belloro-infinity-hero__offer span,
.belloro-infinity-hero__offer small {
	color: var(--infinity-muted);
	font-size: 0.64rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.belloro-infinity-hero__offer strong {
	grid-row: 1 / 3;
	grid-column: 2;
	color: var(--infinity-ink);
	font-family: var(--adena-font-heading, Georgia, serif);
	font-size: clamp(1.9rem, 2.5vw, 2.65rem);
	font-weight: 400;
	line-height: 1;
}

.belloro-infinity-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	min-height: 58px;
	padding: 0.45rem 0.5rem 0.45rem 1.45rem;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 500;
	transition: transform 650ms cubic-bezier(0.32, 0.72, 0, 1), background-color 650ms cubic-bezier(0.32, 0.72, 0, 1);
}

.belloro-infinity-button--primary {
	background: var(--infinity-ink);
	color: #fff;
	box-shadow: 0 18px 42px rgba(57, 43, 36, 0.14);
}

.belloro-infinity-button--primary:hover,
.belloro-infinity-button--primary:focus-visible {
	background: #9b7957;
	color: #fff;
	transform: translateY(-2px);
}

.belloro-infinity-button:active {
	transform: scale(0.98);
}

.belloro-infinity-button__icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	font-size: 1rem;
	transition: transform 650ms cubic-bezier(0.32, 0.72, 0, 1);
}

.belloro-infinity-button:hover .belloro-infinity-button__icon,
.belloro-infinity-button:focus-visible .belloro-infinity-button__icon {
	transform: translate(2px, -2px) scale(1.04);
}

.belloro-infinity-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid var(--infinity-accent);
	color: var(--infinity-ink);
	font-size: 0.92rem;
	font-weight: 500;
	transition: color 600ms cubic-bezier(0.32, 0.72, 0, 1), border-color 600ms cubic-bezier(0.32, 0.72, 0, 1), transform 600ms cubic-bezier(0.32, 0.72, 0, 1);
}

.belloro-infinity-text-link:hover,
.belloro-infinity-text-link:focus-visible {
	border-color: var(--infinity-accent-strong);
	color: var(--infinity-accent-strong);
	transform: translateX(3px);
}

.belloro-infinity-hero__visual {
	position: relative;
	width: min(100%, 560px);
	justify-self: end;
	padding: 0.55rem;
	border-radius: 2.5rem;
	background: rgba(131, 104, 73, 0.07);
	box-shadow: inset 0 0 0 1px rgba(131, 104, 73, 0.08);
}

.belloro-infinity-media-shell {
	position: relative;
	padding: 0.5rem;
	border-radius: calc(2.5rem - 0.3rem);
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 32px 90px rgba(72, 53, 39, 0.11), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.belloro-infinity-media-core {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: calc(2.5rem - 0.75rem);
	background:
		radial-gradient(circle at 52% 43%, rgba(255, 255, 255, 0.96), transparent 17rem),
		linear-gradient(145deg, #f7f1e9, #e8ddd0);
	isolation: isolate;
}

.belloro-infinity-media-core::before {
	position: absolute;
	top: 9%;
	left: 50%;
	z-index: -1;
	width: 62%;
	aspect-ratio: 1;
	border: 1px solid rgba(131, 104, 73, 0.18);
	border-radius: 50%;
	content: "";
	transform: translateX(-50%);
}

.belloro-infinity-media-core__ring {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5.05;
	object-fit: contain;
	mix-blend-mode: multiply;
	transform: scale(0.92) rotate(-4deg);
	transition: transform 1200ms cubic-bezier(0.32, 0.72, 0, 1);
}

.belloro-infinity-hero__visual:hover .belloro-infinity-media-core__ring {
	transform: scale(0.96) rotate(-2deg);
}

.belloro-infinity-media-core__index {
	position: absolute;
	top: 1.4rem;
	right: 1.5rem;
	z-index: 1;
	color: rgba(57, 43, 36, 0.55);
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.16em;
}

.belloro-infinity-media-core figcaption {
	position: absolute;
	right: 1.6rem;
	bottom: 1.5rem;
	left: 1.6rem;
	z-index: 1;
	padding-top: 1rem;
	border-top: 1px solid rgba(131, 104, 73, 0.2);
	color: rgba(57, 43, 36, 0.72);
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.belloro-infinity-hero__brand {
	position: absolute;
	top: -2.2rem;
	left: -3rem;
	width: 106px;
	height: auto;
	filter: saturate(0.75);
	opacity: 0.88;
}

.belloro-infinity-hero__note {
	position: absolute;
	right: -2rem;
	bottom: 2rem;
	display: flex;
	align-items: center;
	gap: 0.9rem;
	max-width: 265px;
	padding: 0.75rem 1rem 0.75rem 0.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 22px 65px rgba(70, 61, 52, 0.13), inset 0 0 0 1px rgba(131, 104, 73, 0.07);
}

.belloro-infinity-hero__note > span {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(194, 185, 175, 0.28);
	color: var(--infinity-accent-strong);
	font-family: var(--adena-font-heading, Georgia, serif);
	font-size: 1.4rem;
}

.belloro-infinity-hero__note p {
	margin: 0;
	color: var(--infinity-muted);
	font-size: 0.78rem;
	line-height: 1.35;
}

.belloro-infinity-hero__note strong {
	color: var(--infinity-ink);
	font-weight: 600;
}

.belloro-infinity-intro,
.belloro-infinity-compare,
.belloro-infinity-process,
.belloro-infinity-conditions {
	padding-block: clamp(6rem, 10vw, 10rem);
}

.belloro-infinity-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.65fr);
	gap: clamp(3rem, 8vw, 9rem);
	align-items: end;
}

.belloro-infinity-intro h2,
.belloro-infinity-section-head h2,
.belloro-infinity-compare__intro h2,
.belloro-infinity-conditions h2 {
	margin: 0;
	font-size: clamp(2.9rem, 5.3vw, 5.7rem);
	line-height: 0.96;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.belloro-infinity-intro__copy p,
.belloro-infinity-compare__intro > p:last-child,
.belloro-infinity-conditions__lead {
	margin: 0;
	color: var(--infinity-muted);
	font-size: clamp(1rem, 1.15vw, 1.17rem);
	font-weight: 300;
	line-height: 1.75;
}

.belloro-infinity-intro__copy p + p {
	margin-top: 1rem;
}

.belloro-infinity-section-head {
	max-width: 850px;
	margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.belloro-infinity-compare {
	background: var(--infinity-paper);
}

.belloro-infinity-compare__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(3rem, 5vw, 4.75rem);
}

.belloro-infinity-compare__intro {
	max-width: 820px;
	margin-inline: auto;
	text-align: center;
}

.belloro-infinity-compare__intro h2 {
	font-size: clamp(2.8rem, 4.8vw, 5.2rem);
}

.belloro-infinity-compare__intro > p:last-child {
	max-width: 680px;
	margin: 1.5rem auto 0;
}

.belloro-infinity-table-shell {
	width: 100%;
}

.belloro-infinity-table-core {
	overflow-x: clip;
	background: #fff;
}

.belloro-infinity-table-core table {
	width: 100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

.belloro-infinity-table-core th,
.belloro-infinity-table-core td {
	padding: clamp(1rem, 1.5vw, 1.35rem) clamp(0.75rem, 1.65vw, 1.55rem);
	border: 0;
	text-align: left;
	vertical-align: middle;
}

.belloro-infinity-table-core thead th {
	height: 112px;
	color: var(--infinity-ink);
	font-family: var(--adena-font-body, sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}

.belloro-infinity-table-core thead th:first-child {
	width: 40%;
}

.belloro-infinity-table-core thead small {
	display: block;
	margin-top: 0.32rem;
	color: var(--infinity-muted);
	font-family: var(--adena-font-body, sans-serif);
	font-size: 0.64rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.belloro-infinity-table-core tbody th,
.belloro-infinity-table-core td {
	color: var(--infinity-ink);
	font-size: clamp(0.88rem, 1.05vw, 1rem);
	font-weight: 400;
	line-height: 1.45;
}

.belloro-infinity-table-core tbody th {
	color: var(--infinity-ink);
	font-weight: 400;
}

.belloro-infinity-table-core .is-infinity {
	background: var(--infinity-positive);
	color: #fff;
}

.belloro-infinity-table-core thead th.is-infinity small {
	color: rgba(255, 255, 255, 0.78);
}

.belloro-infinity-table-core thead th.is-infinity {
	border-radius: 1.5rem 1.5rem 0 0;
}

.belloro-infinity-table-core tbody tr:last-child td.is-infinity {
	border-radius: 0 0 1.5rem 1.5rem;
}

.belloro-infinity-table-core__recommended {
	display: table;
	margin: 0 auto 0.5rem;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 0.56rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1;
	text-transform: uppercase;
}

.belloro-infinity-table-core tbody td {
	text-align: center;
}

.belloro-infinity-table-core tbody tr:nth-child(even) {
	background: rgba(57, 43, 36, 0.035);
}

.belloro-infinity-process {
	background: var(--infinity-soft);
}

.belloro-infinity-process__list {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--infinity-line);
	list-style: none;
}

.belloro-infinity-process__list li {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	gap: clamp(1.5rem, 5vw, 6rem);
	align-items: center;
	padding: clamp(2rem, 4vw, 3.6rem) 0;
	border-bottom: 1px solid var(--infinity-line);
}

.belloro-infinity-process__list > li > span {
	color: var(--infinity-accent-strong);
	font-family: var(--adena-font-heading, Georgia, serif);
	font-size: clamp(1.8rem, 3vw, 3rem);
}

.belloro-infinity-process__list h3 {
	margin: 0 0 0.45rem;
	font-size: clamp(1.55rem, 2.5vw, 2.6rem);
	line-height: 1.05;
}

.belloro-infinity-process__list p {
	max-width: 760px;
	margin: 0;
	color: var(--infinity-muted);
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.65;
}

.belloro-infinity-conditions__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.7fr) minmax(440px, 1fr);
	gap: clamp(3rem, 8vw, 9rem);
	align-items: start;
}

.belloro-infinity-conditions__lead {
	max-width: 590px;
	margin-top: 1.5rem;
}

.belloro-infinity-conditions .belloro-infinity-text-link {
	margin-top: 1.75rem;
}

.belloro-infinity-conditions__list {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--infinity-line);
	list-style: none;
	counter-reset: infinity-conditions;
}

.belloro-infinity-conditions__list li {
	position: relative;
	padding: 1.55rem 0 1.55rem 3.2rem;
	border-bottom: 1px solid var(--infinity-line);
	color: var(--infinity-muted);
	font-size: 0.98rem;
	font-weight: 300;
	line-height: 1.65;
	counter-increment: infinity-conditions;
}

.belloro-infinity-conditions__list li::before {
	position: absolute;
	top: 1.55rem;
	left: 0;
	color: var(--infinity-accent-strong);
	content: counter(infinity-conditions, decimal-leading-zero);
	font-family: var(--adena-font-heading, Georgia, serif);
	font-size: 1.15rem;
}

.belloro-infinity-page.is-reveal-ready [data-infinity-reveal] {
	opacity: 0;
	transform: translateY(44px);
	transition: opacity 900ms cubic-bezier(0.32, 0.72, 0, 1), transform 900ms cubic-bezier(0.32, 0.72, 0, 1);
}

.belloro-infinity-page.is-reveal-ready [data-infinity-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1080px) {
	.belloro-infinity-hero__grid,
	.belloro-infinity-intro__grid,
	.belloro-infinity-compare__layout,
	.belloro-infinity-conditions__grid {
		grid-template-columns: 1fr;
	}

	.belloro-infinity-hero__visual {
		width: min(100%, 640px);
		justify-self: center;
	}

	.belloro-infinity-media-core__ring {
		aspect-ratio: 4 / 4.35;
		object-fit: contain;
	}

	.belloro-infinity-compare__intro {
		position: static;
		max-width: 820px;
	}

	/* Grid children use min-width:auto by default. The desktop comparison
	   table is wider than a phone and would otherwise enlarge the whole grid,
	   clipping the heading and content outside the viewport. */
	.belloro-infinity-hero__grid > *,
	.belloro-infinity-intro__grid > *,
	.belloro-infinity-compare__layout > *,
	.belloro-infinity-conditions__grid > * {
		min-width: 0;
	}
}

@media (max-width: 760px) {
	.belloro-infinity-hero {
		min-height: 0;
		padding-block: 5rem;
		background:
			linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.46)),
			url("../images/belloro-infinity-hero.png") 57% center / cover no-repeat;
	}

	.belloro-infinity-hero h1 {
		font-size: clamp(3rem, 14vw, 4.5rem);
	}

	.belloro-infinity-hero__details {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		margin-top: 2rem;
		padding-top: 1.5rem;
	}

	.belloro-infinity-hero__logo {
		width: 68px;
		margin-inline: 0;
	}

	.belloro-infinity-hero__lead {
		max-width: 34rem;
		padding-left: 0;
		border-left: 0;
	}

	.belloro-infinity-hero__grid {
		gap: 3.5rem;
	}

	.belloro-infinity-hero__purchase {
		align-items: flex-start;
		flex-direction: column;
		gap: 1.5rem;
	}

	.belloro-infinity-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.belloro-infinity-hero__offer {
		padding: 0 0 0 1rem;
	}

	.belloro-infinity-hero__note {
		right: 0.7rem;
		bottom: 1rem;
	}

	.belloro-infinity-hero__brand {
		top: -1.6rem;
		left: -0.5rem;
		width: 82px;
	}

	.belloro-infinity-intro,
	.belloro-infinity-compare,
	.belloro-infinity-process,
	.belloro-infinity-conditions {
		padding-block: 5.5rem;
	}

	.belloro-infinity-intro h2,
	.belloro-infinity-section-head h2,
	.belloro-infinity-compare__intro h2,
	.belloro-infinity-conditions h2 {
		font-size: clamp(2.7rem, 12vw, 4rem);
	}

	/* Keep the reference's three-column comparison on phones. Compact type
	   and intentional wrapping preserve side-by-side package scanning. */
	.belloro-infinity-table-shell {
		width: calc(100% + 0.5rem);
		margin-left: -0.25rem;
	}

	.belloro-infinity-table-core {
		overflow-x: clip;
		background: #fff;
	}

	.belloro-infinity-table-core table {
		display: table;
		width: 100%;
		min-width: 0;
		table-layout: fixed;
	}

	.belloro-infinity-table-core thead {
		display: table-header-group;
	}

	.belloro-infinity-table-core thead th {
		height: 108px;
		padding: 0.75rem 0.35rem 1rem;
		font-size: clamp(0.76rem, 3.6vw, 0.92rem);
	}

	.belloro-infinity-table-core__recommended {
		margin-bottom: 0.4rem;
		padding-inline: 0.4rem;
		font-size: 0.5rem;
		letter-spacing: 0.08em;
	}

	.belloro-infinity-table-core thead th:first-child {
		width: 40%;
	}

	.belloro-infinity-table-core thead th.is-infinity {
		border-radius: 1rem 1rem 0 0;
	}

	.belloro-infinity-table-core tbody tr:last-child td.is-infinity {
		border-radius: 0 0 1rem 1rem;
	}

	.belloro-infinity-table-core tbody th,
	.belloro-infinity-table-core tbody td {
		display: table-cell;
		width: auto;
		padding: 0.9rem 0.5rem;
		font-size: clamp(0.74rem, 3.45vw, 0.9rem);
		line-height: 1.42;
		vertical-align: middle;
		overflow-wrap: anywhere;
	}

	.belloro-infinity-table-core thead th:first-child,
	.belloro-infinity-table-core tbody th {
		display: none;
	}

	.belloro-infinity-table-core thead th:nth-child(2),
	.belloro-infinity-table-core thead th:nth-child(3),
	.belloro-infinity-table-core tbody td {
		width: 50%;
	}

	.belloro-infinity-table-core tbody th {
		font-family: var(--adena-font-body, sans-serif);
		font-weight: 400;
		text-align: left;
	}

	.belloro-infinity-table-core tbody td {
		text-align: center;
	}

	.belloro-infinity-table-core thead small {
		font-size: 0.56rem;
		letter-spacing: 0.06em;
	}

	.belloro-infinity-process__list li {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 1rem;
	}

}

@media (max-width: 480px) {
	.belloro-infinity-container {
		padding-inline: 1rem;
	}

	.belloro-infinity-hero {
		padding-block: 4rem;
	}

	.belloro-infinity-hero h1 {
		font-size: clamp(2.65rem, 13vw, 3.45rem);
	}

	.belloro-infinity-intro,
	.belloro-infinity-compare,
	.belloro-infinity-process,
	.belloro-infinity-conditions {
		padding-block: 4.25rem;
	}

	.belloro-infinity-intro h2,
	.belloro-infinity-section-head h2,
	.belloro-infinity-compare__intro h2,
	.belloro-infinity-conditions h2 {
		font-size: clamp(2.25rem, 11.5vw, 3rem);
	}

	.belloro-infinity-hero__offer {
		grid-template-columns: 1fr auto;
	}

	.belloro-infinity-hero__note {
		position: static;
		max-width: none;
		margin: -1rem 0 0 1rem;
	}

	.belloro-infinity-hero__brand {
		display: none;
	}

	.belloro-infinity-process__list li {
		grid-template-columns: 1fr;
	}

	.belloro-infinity-table-core tbody th,
	.belloro-infinity-table-core tbody td {
		padding-inline: 0.38rem;
	}

	.belloro-infinity-conditions__list li {
		padding-left: 2.65rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.belloro-infinity-page.is-reveal-ready [data-infinity-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.belloro-infinity-page *,
	.belloro-infinity-page *::before,
	.belloro-infinity-page *::after {
		animation: none !important;
		transition-duration: 0.001ms !important;
	}
}
