.olrova-preview-active {
	background: #dcecff;
}

.olrova-preview-active .site-main {
	min-height: 100vh;
}

.preview-hero {
	padding: 0;
}

.preview-scene {
	display: block;
}

.preview-hero .olrova-shell {
	margin: 0;
	max-width: none;
	width: 100%;
}

.preview-board,
.preview-phone {
	background: #dcecff;
	border-radius: 0;
	position: relative;
}

.preview-board {
	min-height: 100vh;
	overflow: hidden;
	padding: 2rem 2.6rem 2.2rem;
}

.preview-phone {
	display: none;
}

.preview-board__top,
.preview-phone__top {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}

.preview-board__tools,
.preview-board__actions,
.preview-phone__icons {
	align-items: center;
	display: flex;
	gap: 0.8rem;
}

.preview-board__actions,
.preview-phone__icons {
	justify-content: flex-end;
}

.preview-board__eyebrow {
	color: #bf6135;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.35;
	max-width: 11rem;
}

.preview-brand__mark {
	background: #bf6135;
	border-radius: 999px;
	display: inline-block;
	height: 38px;
	position: relative;
	width: 38px;
}

.preview-brand__mark::before {
	border: 1.5px solid #fff;
	border-radius: 999px 999px 999px 0;
	content: "";
	height: 14px;
	left: 11px;
	position: absolute;
	top: 10px;
	transform: rotate(-45deg);
	width: 14px;
}

.preview-board__brand {
	align-items: center;
	color: #bf6135;
	display: inline-flex;
	gap: 0.85rem;
	justify-self: center;
}

.preview-brand__name {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 0.98;
	text-transform: uppercase;
}

.preview-icon {
	align-items: center;
	border: 1px solid rgba(191, 97, 53, 0.4);
	border-radius: 999px;
	color: #bf6135;
	display: inline-flex;
	font-size: 0.01px;
	height: 44px;
	justify-content: center;
	position: relative;
	width: 44px;
}

.preview-icon::before,
.preview-icon::after {
	content: "";
	position: absolute;
}

.preview-icon--filled {
	background: #f15f30;
	border-color: #f15f30;
}

.preview-icon--filled::before {
	background: #fff;
	border-radius: 999px;
	height: 2px;
	width: 16px;
}

.preview-icon--filled::after {
	background: #fff;
	border-radius: 999px;
	height: 2px;
	transform: translateY(5px);
	width: 16px;
}

.preview-board__actions .preview-icon:first-child::before,
.preview-phone__icons .preview-icon:first-child::before {
	border: 1.6px solid currentColor;
	border-radius: 999px 999px 999px 0;
	height: 14px;
	transform: rotate(-45deg);
	width: 14px;
}

.preview-board__actions .preview-icon:last-child,
.preview-phone__icons .preview-icon:last-child {
	font-size: 0.01px;
}

.preview-board__actions .preview-icon:last-child::before,
.preview-phone__icons .preview-icon:last-child::before {
	border: 1.6px solid currentColor;
	border-top: 0;
	height: 12px;
	top: 14px;
	width: 16px;
}

.preview-board__actions .preview-icon:last-child::after,
.preview-phone__icons .preview-icon:last-child::after {
	border: 1.6px solid currentColor;
	border-bottom: 0;
	border-top-left-radius: 999px;
	border-top-right-radius: 999px;
	height: 6px;
	top: 10px;
	width: 10px;
}

.preview-board__headline {
	left: 270px;
	position: absolute;
	top: 180px;
	width: 670px;
	z-index: 4;
}

.preview-hero__title,
.preview-phone__title {
	color: #f15f30;
	font-family: var(--olrova-sans);
	font-size: 5.85rem;
	font-weight: 500;
	letter-spacing: -0.08em;
	line-height: 0.88;
	margin: 0;
	text-transform: uppercase;
}

.preview-phone__title {
	font-size: 3.3rem;
	line-height: 0.9;
	margin: 1.2rem 0 1rem;
}

.preview-chip {
	border: 1px solid rgba(241, 95, 48, 0.55);
	border-radius: 999px;
	color: #f15f30;
	font-size: 0.86rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.7rem 1.35rem;
	position: absolute;
	text-transform: uppercase;
	z-index: 4;
}

.preview-chip--genetic {
	left: 165px;
	top: 320px;
}

.preview-chip--dna {
	right: 160px;
	top: 345px;
}

.preview-chip--vitamins {
	left: 100px;
	top: 560px;
}

.preview-tile {
	border-radius: 26px;
	overflow: hidden;
	position: absolute;
}

.preview-tile::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	inset: 0;
	position: absolute;
}

.preview-tile--hand {
	background: #ebe4dd;
	height: 180px;
	left: 36px;
	top: 260px;
	width: 140px;
}

.preview-tile--hand::before {
	background-image: url("http://localhost:10009/wp-content/uploads/2026/08/cacao_natural_olrova_02.jpeg");
	filter: saturate(0.25) brightness(1.25);
}

.preview-tile--portrait {
	background: #8dbcff;
	height: 196px;
	left: 176px;
	top: 510px;
	width: 240px;
}

.preview-tile--portrait::before {
	background-image: url("http://localhost:10009/wp-content/uploads/2026/08/cacao_dacban_olrova_01.jpeg");
	filter: saturate(0.3) brightness(1.2);
}

.preview-tile--product {
	background: #ede6db;
	height: 248px;
	right: 74px;
	top: 430px;
	width: 270px;
}

.preview-tile--product .hero-stage__pouch {
	bottom: 12px;
	filter: drop-shadow(0 20px 30px rgba(188, 95, 48, 0.12));
	left: 50%;
	max-width: 164px;
	position: absolute;
	transform: translateX(-50%);
	width: 72%;
}

.preview-cta {
	align-items: center;
	border: 1px solid rgba(241, 95, 48, 0.6);
	border-radius: 999px;
	color: #f15f30;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 1rem;
	height: 58px;
	justify-content: space-between;
	padding: 0 0.2rem 0 2rem;
	position: absolute;
	text-transform: uppercase;
	width: 218px;
	z-index: 4;
}

.preview-cta__arrow {
	align-items: center;
	background: #f15f30;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1.2rem;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.preview-board .preview-cta {
	left: 510px;
	top: 595px;
}

.preview-feature {
	background: #f15f30;
	border-radius: 18px;
	color: #fff;
	position: absolute;
}

.preview-feature--left,
.preview-feature--right {
	bottom: 42px;
	height: 210px;
	padding: 1.15rem 1rem;
	width: 300px;
}

.preview-feature--left {
	left: 36px;
}

.preview-feature--right {
	right: 36px;
}

.preview-feature--center {
	bottom: 40px;
	height: 286px;
	left: 50%;
	padding: 1.2rem 1.2rem 1rem;
	transform: translateX(-50%);
	width: 404px;
}

.preview-feature__index,
.preview-feature__label {
	font-size: 0.94rem;
}

.preview-feature__label {
	bottom: 1rem;
	position: absolute;
	right: 1rem;
	text-transform: uppercase;
}

.preview-feature__image {
	align-items: center;
	display: grid;
	justify-items: center;
}

.preview-feature--left .preview-feature__image,
.preview-feature--right .preview-feature__image {
	height: 145px;
	margin-top: 0.55rem;
}

.preview-feature--center .preview-feature__image {
	height: 176px;
	left: 88px;
	position: absolute;
	top: 78px;
	width: 190px;
}

.preview-feature__image img {
	filter: drop-shadow(0 18px 24px rgba(255, 255, 255, 0.12));
	height: 100%;
	object-fit: contain;
	width: auto;
}

.preview-feature--center h2,
.preview-feature--center p {
	font-family: var(--olrova-sans);
	font-weight: 500;
	letter-spacing: -0.06em;
	line-height: 0.92;
	margin: 0;
	text-transform: uppercase;
}

.preview-feature--center h2 {
	font-size: 2.1rem;
	max-width: 6ch;
}

.preview-feature__tag,
.preview-feature__new {
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.84rem;
	line-height: 1;
	padding: 0.5rem 0.95rem;
	position: absolute;
	text-transform: uppercase;
}

.preview-feature__tag {
	left: 1.2rem;
	top: 7.2rem;
}

.preview-feature__new {
	right: 1rem;
	top: 11.2rem;
}

.preview-feature--center p {
	bottom: 1rem;
	font-size: 2.6rem;
	position: absolute;
	right: 1rem;
	text-align: right;
	width: 3.4ch;
}

.preview-arrow-hint {
	bottom: 265px;
	color: rgba(241, 95, 48, 0.26);
	font-size: 7rem;
	left: 50%;
	line-height: 1;
	position: absolute;
	transform: translateX(-50%);
	z-index: 1;
}

.preview-phone__top {
	margin-bottom: 0.8rem;
}

.preview-phone__grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 1.28fr 0.72fr;
	grid-template-rows: 250px 146px;
}

.preview-phone__tile {
	border-radius: 26px;
	overflow: hidden;
	position: relative;
}

.preview-phone__tile::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	inset: 0;
	position: absolute;
}

.preview-phone__tile--large {
	background: #8dbcff;
	grid-column: 1 / -1;
}

.preview-phone__tile--large::before {
	background-image: url("http://localhost:10009/wp-content/uploads/2026/08/cacao_dacban_olrova_01.jpeg");
	filter: saturate(0.26) brightness(1.24);
}

.preview-phone__tile--hand {
	background: #ebe4dd;
}

.preview-phone__tile--hand::before {
	background-image: url("http://localhost:10009/wp-content/uploads/2026/08/cacao_natural_olrova_02.jpeg");
	filter: saturate(0.24) brightness(1.2);
}

.preview-phone__tile--small {
	background: #ede6db;
}

.preview-phone__tile--small .hero-stage__pouch {
	bottom: 12px;
	left: 50%;
	max-width: 90px;
	position: absolute;
	transform: translateX(-50%);
	width: 72%;
}

.preview-cta--phone {
	margin-top: 1rem;
	position: static;
	width: 100%;
}
