@font-face {
	font-family: "Amithen";
	src: url("https://www.breathewellbewell.info/wp-content/themes/yoku-child/leona/fonts/amithen-webfont.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html {
	scroll-behavior: smooth;
}

body.leona-landing-page {
	margin: 0;
	padding: 0;
	background: #fffdf7;
}
.page-template-page-leona div#wpadminbar {
    display: none;
}


#leona-page,
#leona-page * {
	box-sizing: border-box;
}

#leona-page {
	--leona-ink: #3e3d38;
	--leona-blue: #dfeef9;
	--leona-blue-2: #bcd8ee;
	--leona-cream: #fffdf7;
	--leona-leaf: #718447;
	--leona-sage: #dfe5cb;
	--leona-red: #c44738;
	--leona-gold: #b48655;

	margin: 0;
	width: 100%;
	min-height: 100vh;
	color: var(--leona-ink);
	font-family: "Futura", Avenir, "Century Gothic", sans-serif;
	background: var(--leona-cream);
	line-height: 1.6;
	overflow-x: hidden;
}

#leona-page img {
	max-width: 100%;
	height: auto;
}

.leona-wrap {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.leona-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 12px;
	font-weight: 700;
}

.leona-brush {
    font-family: "Amithen", "Segoe Print", "Bradley Hand", cursive;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 69px;
    line-height: 99px;
}

.leona-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 25px;
	border-radius: 99px;
	background: var(--leona-ink);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.02em;
	border: 0;
}

.leona-button:hover {
	color: #fff;
	text-decoration: none;
}

.leona-button-alt {
	background: transparent;
	color: var(--leona-ink);
	border: 1.5px solid var(--leona-ink);
}

.leona-button-alt:hover {
	color: var(--leona-ink);
}

.leona-buy-button {
	background: var(--leona-red);
	box-shadow: 0 14px 28px rgba(196, 71, 56, 0.22);
}

.leona-disabled {
	cursor: not-allowed;
	opacity: 0.92;
}

.leona-buy-note {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	color: rgba(62, 61, 56, 0.72);
}

/* Header */

.leona-header {
	height: 76px;
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid rgba(62, 61, 56, 0.1);
	box-shadow: 0 8px 24px rgba(55, 70, 80, 0.08);
	backdrop-filter: blur(10px);
}

.leona-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.leona-brand {
	font-family: "Amithen", "Segoe Print", "Bradley Hand", cursive;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
}

.leona-links {
	display: flex;
	align-items: center;
	gap: 28px;
	font-size: 14px;
}

.leona-links a {
	text-decoration: none;
	color: inherit;
	padding: 25px 0 22px;
	position: relative;
}

.leona-links a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 17px;
	height: 1px;
	background: var(--leona-ink);
	transition: right 0.2s ease;
}

.leona-links a:hover::after {
	right: 0;
}

.leona-links .leona-nav-buy {
	padding: 9px 17px;
	border-radius: 999px;
	background: var(--leona-red);
	color: #fff;
	font-weight: 700;
	box-shadow: 0 10px 20px rgba(196, 71, 56, 0.16);
}

.leona-links .leona-nav-buy::after {
	display: none;
}

#leona-page section[id],
#leona-page article[id] {
	scroll-margin-top: 96px;
}

/* Hero */

.leona-hero {
	min-height: 890px;
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 30% 28%, #fff 0 16%, transparent 45%),
		linear-gradient(135deg, #eff8ff, #cfe3f4 64%, #bbd6ea);
}

.leona-hero::before,
.leona-hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(1px);
	opacity: 0.65;
}

.leona-hero::before {
	width: 510px;
	height: 510px;
	background: rgba(255, 255, 255, 0.45);
	left: -170px;
	top: 280px;
}

.leona-hero::after {
	width: 380px;
	height: 380px;
	border: 48px solid rgba(255, 255, 255, 0.3);
	right: -120px;
	top: 130px;
}

.leona-hero-grid {
	min-height: 814px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 65px;
	padding-top: 10px;
	position: relative;
	z-index: 2;
}

.leona-book-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	margin: 12px 0 24px;
	line-height: 1;
}

.leona-title-script {
	font-family: "Amithen", "Segoe Print", "Bradley Hand", cursive;
	font-size: clamp(82px, 10vw, 146px);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.76;
	color: #56534b;
}

.leona-title-sub {
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #4e4c45;
	margin-left: 58px;
}

.leona-hero-copy p {
	font-size: 21px;
	max-width: 590px;
	margin: 0 0 30px;
}

.leona-hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.leona-cover-wrap {
	position: relative;
	display: flex;
	justify-content: center;
}

.leona-cover {
	width: min(520px, 100%);
	border-radius: 7px;
	box-shadow: 0 28px 80px rgba(58, 77, 92, 0.25);
	transform: rotate(2deg);
}

.leona-cover-leaves {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	overflow: hidden;
}

.leona-cover-leaves img {
	position: absolute;
	height: auto;
	filter: drop-shadow(0 8px 12px rgba(68, 80, 48, 0.08));
}

.leona-cover-leaves .leona-leaf-a {
	width: 185px;
	left: -22px;
	bottom: -42px;
	transform: rotate(7deg);
}

.leona-cover-leaves .leona-leaf-b {
    width: 370px;
    left: -8px;
    bottom: -70px;
    transform: scaleX(-1) rotate(-8deg);
}

.leona-cover-leaves .leona-leaf-c {
	width: 205px;
	right: 90px;
	bottom: -68px;
	transform: rotate(-5deg);
}

.leona-cover-leaves .leona-leaf-d {
    width: 442px;
    right: -144px;
    bottom: -35px;
    transform: scaleX(-1) rotate(9deg);
}

/* Intro */

.leona-intro {
	padding: 130px 0 120px;
}

.leona-intro-grid {
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	gap: 90px;
	align-items: start;
}

.leona-intro h2,
.leona-bios h2 {
	font-size: clamp(44px, 5vw, 72px);
	line-height: 1.05;
	letter-spacing: -0.04em;
	margin: 0;
}

.leona-intro-text {
	font-size: 24px;
	line-height: 1.58;
}

.leona-intro-text p {
	margin-top: 0;
}

.leona-quote {
	margin-top: 35px;
	padding: 30px 34px;
	border-left: 4px solid var(--leona-red);
	background: #f5f0e7;
	font-family: Georgia, serif;
	font-size: 27px;
	line-height: 1.45;
}

/* Journey */

.leona-journey {
	padding: 105px 0;
	background: #31444a;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.leona-journey::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 0, rgba(255, 255, 255, 0.12), transparent 34%),
		radial-gradient(circle at 87% 80%, rgba(188, 216, 238, 0.17), transparent 30%);
}

.leona-journey .leona-wrap {
	position: relative;
}

.leona-journey h2 {
	font-size: clamp(43px, 5vw, 68px);
	max-width: 800px;
	line-height: 1.08;
	margin: 8px 0 55px;
}

.leona-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.leona-step {
	min-height: 260px;
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(3px);
}

.leona-num {
	font-family: Georgia, serif;
	font-style: italic;
	color: #c9dfef;
	font-size: 56px;
	line-height: 1;
}

.leona-step h3 {
	font-size: 25px;
	margin: 15px 0 8px;
}

.leona-step p {
	font-size: 17px;
	color: #e1e8e7;
}

/* Bios */

.leona-bios {
	padding: 120px 0;
}

.leona-bio {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 70px;
	align-items: center;
	padding: 55px 0;
	border-bottom: 1px solid #d8d5cb;
}

.leona-bio:last-child {
	border: 0;
}

.leona-photo {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 18px 18px 0 var(--leona-sage);
}

.leona-bio:nth-of-type(2) {
	grid-template-columns: 1fr 360px;
}

.leona-bio:nth-of-type(2) .leona-photo {
	order: 2;
	box-shadow: -18px 18px 0 var(--leona-blue-2);
}

.leona-bio h3 {
	font-size: 38px;
	line-height: 1.1;
	margin: 8px 0 5px;
}

.leona-credentials {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #68734f;
}

.leona-bio p {
	font-size: 17px;
}

.leona-bio a {
	color: inherit;
	font-weight: 700;
	text-underline-offset: 4px;
}

/* Closing */

.leona-closing {
	padding: 105px 0;
	background: linear-gradient(160deg, #eef6fb, #d6e8f5);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.leona-closing h2 {
	font-size: clamp(46px, 6vw, 82px);
	line-height: 1.02;
	max-width: 920px;
	margin: 10px auto 25px;
}

.leona-closing p {
	font-size: 20px;
	max-width: 700px;
	margin: 0 auto 32px;
}

.leona-closing .leona-buy-note {
	margin: 12px auto 18px;
}

.leona-closing .leona-button {
	margin: 4px;
}

.leona-closing-leaf {
	position: absolute;
	height: auto;
	opacity: 0.72;
	pointer-events: none;
}

.leona-closing-leaf-left {
	width: 210px;
	left: -45px;
	bottom: -90px;
	transform: rotate(12deg);
}

.leona-closing-leaf-right {
	width: 190px;
	right: -35px;
	top: -70px;
	transform: scaleX(-1) rotate(8deg);
}

/* Footer */

.leona-footer {
	padding: 42px 0;
	background: #fffdf7;
}

.leona-footer-inner {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	font-size: 13px;
}

.leona-footer-inner a {
	color: inherit;
}

/* Scroll-following ladybug */

.leona-scroll-ladybug {
	position: fixed;
	right: 18px;
	top: 0;
	width: 74px;
	height: 74px;
	z-index: 1600;
	pointer-events: none;
	transform: translate3d(0, var(--leona-ladybug-y, 96px), 0);
	will-change: transform;
}

.leona-scroll-ladybug.leona-is-sitting {
	transition: transform 0.14s ease-out;
}

.leona-scroll-ladybug.leona-is-moving,
.leona-scroll-ladybug.leona-is-flapping {
	transition: transform 0.06s steps(2, end);
}

.leona-scroll-ladybug-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: 50% 50%;
	filter: drop-shadow(0 7px 10px rgba(62, 61, 56, 0.15));
	transition: transform 0.06s steps(2, end);
}

.leona-scroll-ladybug.leona-is-sitting .leona-scroll-ladybug-img {
	transform: rotate(0deg) scale(1.2);
}

.leona-scroll-ladybug.leona-is-moving.leona-direction-down .leona-scroll-ladybug-img {
	animation: leona-ladybug-crawl-down 0.36s steps(4, end) infinite;
}

.leona-scroll-ladybug.leona-is-moving.leona-direction-up .leona-scroll-ladybug-img {
	animation: leona-ladybug-crawl-up 0.36s steps(4, end) infinite;
}

.leona-scroll-ladybug.leona-is-flapping.leona-direction-down .leona-scroll-ladybug-img {
	animation: leona-ladybug-flap-down 0.07s steps(2, end) 8 alternate;
}

.leona-scroll-ladybug.leona-is-flapping.leona-direction-up .leona-scroll-ladybug-img {
	animation: leona-ladybug-flap-up 0.07s steps(2, end) 8 alternate;
}

.leona-scroll-ladybug.leona-is-flapping.leona-is-sitting .leona-scroll-ladybug-img {
	animation: leona-ladybug-flap-sit 0.07s steps(2, end) 8 alternate;
}

@keyframes leona-ladybug-crawl-down {
	0% { transform: translate(0, 0) rotate(-5deg); }
	20% { transform: translate(-1px, 1px) rotate(-2deg); }
	40% { transform: translate(1px, -1px) rotate(2deg); }
	60% { transform: translate(-1px, 0) rotate(0deg); }
	80% { transform: translate(1px, 1px) rotate(4deg); }
	100% { transform: translate(0, -1px) rotate(6deg); }
}

@keyframes leona-ladybug-crawl-up {
	0% { transform: translate(0, 0) rotate(175deg); }
	20% { transform: translate(-1px, -1px) rotate(178deg); }
	40% { transform: translate(1px, 1px) rotate(182deg); }
	60% { transform: translate(-1px, 0) rotate(180deg); }
	80% { transform: translate(1px, -1px) rotate(184deg); }
	100% { transform: translate(0, 1px) rotate(186deg); }
}

@keyframes leona-ladybug-flap-down {
	0% { transform: rotate(-7deg) scale(1); }
	50% { transform: rotate(7deg) scale(1.035); }
	100% { transform: rotate(-4deg) scale(1); }
}

@keyframes leona-ladybug-flap-up {
	0% { transform: rotate(173deg) scale(1); }
	50% { transform: rotate(187deg) scale(1.035); }
	100% { transform: rotate(176deg) scale(1); }
}

@keyframes leona-ladybug-flap-sit {
	0% { transform: rotate(-6deg) scale(1); }
	50% { transform: rotate(6deg) scale(1.035); }
	100% { transform: rotate(0deg) scale(1); }
}

/* Mobile */

@media (max-width: 800px) {
	.leona-header {
		height: 68px;
	}

	.leona-brand {
		font-size: 23px;
	}

	.leona-links {
		display: none;
	}

	.leona-title-sub {
		margin-left: 32px;
	}

	.leona-hero {
		min-height: auto;
	}

	.leona-hero-grid,
	.leona-intro-grid,
	.leona-bio,
	.leona-bio:nth-of-type(2) {
		grid-template-columns: 1fr;
	}

	.leona-hero-grid {
		min-height: auto;
		padding: 72px 0 130px;
	}

	.leona-cover {
		max-width: 430px;
	}

	.leona-intro-grid {
		gap: 35px;
	}

	.leona-steps {
		grid-template-columns: 1fr;
	}

	.leona-bio:nth-of-type(2) .leona-photo {
		order: 0;
	}

	.leona-photo {
		max-width: 320px;
	}

	.leona-footer-inner {
		flex-direction: column;
	}

	.leona-scroll-ladybug {
		right: 8px;
		width: 56px;
		height: 56px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.leona-scroll-ladybug {
		transition: none;
	}

	.leona-scroll-ladybug-img {
		animation: none !important;
		transition: none;
	}
}


.leona-title-sub {
    font-size: clamp(24px, 3vw, 26px) !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
    color: #4e4c45;
    margin-left: 58px !important;
    margin-top: -10px !important;
}



.leona-brand {
    font-family: "Amithen", "Segoe Print", "Bradley Hand", cursive;
    font-size: 42px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}
span.breathe {
    display: block;
    font-size: 13px;
    letter-spacing: 0 !important;
    margin-left: 17px;
    margin-top: -8px;
}
.leona-brand img {
    max-width: 130px !important;
    padding: 10px;
}


/* Release banner */

.leona-release-banner {
	position: relative;
	padding: 92px 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.82), transparent 32%),
		linear-gradient(135deg, #fffdf7 0%, #eef6fb 54%, #dbeaf4 100%);
	overflow: hidden;
}

.leona-release-banner::before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: rgba(188, 216, 238, 0.35);
	right: -120px;
	top: -110px;
}

.leona-release-banner-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 70px;
	align-items: center;
}

.leona-release-copy h2 {
	font-size: clamp(42px, 5vw, 68px);
	line-height: 1.02;
	letter-spacing: -0.04em;
	margin: 10px 0 28px;
	color: var(--leona-ink);
}

.leona-release-copy h2 .leona-brush {
	display: inline-block;
	font-size: 1.15em;
	font-weight: 400;
	letter-spacing: -0.06em;
	color: #56534b;
}

.leona-release-dates {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 28px;
}

.leona-release-date {
	padding: 22px 24px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(62, 61, 56, 0.08);
	box-shadow: 0 16px 34px rgba(58, 77, 92, 0.08);
}

.leona-release-label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: rgba(62, 61, 56, 0.62);
}

.leona-release-date strong {
	display: block;
	font-size: 22px;
	line-height: 1.2;
	color: var(--leona-ink);
}

.leona-release-copy p {
	max-width: 680px;
	margin: 0 0 30px;
	font-size: 19px;
	line-height: 1.65;
}

.leona-release-image-wrap {
	position: relative;
}

.leona-release-image {
	display: block;
	width: 100%;
	border-radius: 22px;
	box-shadow: 0 24px 70px rgba(58, 77, 92, 0.18);
	transform: rotate(1.5deg);
	background: #fff;
}

@media (max-width: 800px) {
	.leona-release-banner {
		padding: 72px 0;
	}

	.leona-release-banner-inner {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.leona-release-dates {
		grid-template-columns: 1fr;
	}

	.leona-release-image {
		max-width: 420px;
		margin: 0 auto;
	}
}
.leona-release-image-wrap {
	order: 1;
}

.leona-release-copy {
	order: 2;
}
.leona-release-banner-inner {
	grid-template-columns: 420px 1fr;
}

.leona-release-image-wrap {
	order: 1;
}

.leona-release-copy {
	order: 2;
}
@media (max-width: 800px) {
	
	.leona-release-banner-inner {
		grid-template-columns: 1fr;
	}

	.leona-release-image-wrap {
		order: 1;
	}

	.leona-release-copy {
		order: 2;
	}
	
.leona-cover-leaves .leona-leaf-b {
    width: 170px !important;
    left: -8px;
    bottom: -70px;
    transform: scaleX(-1) rotate(-8deg);
}



.leona-cover-leaves .leona-leaf-d {
    width: 142px !important;
    right: -144px;
    bottom: -35px;
    transform: scaleX(-1) rotate(9deg);
}
}

@media (max-width: 1400px) {

.leona-hero-copy
 {
    padding: 20px;
    background: #ffffffdb;
    border-radius: 13px;
}

}
/* Safari / mobile final overrides
   Keep this at the very bottom of leona-landing.css
*/

@media screen and (max-width: 800px) {

	body.leona-landing-page {
		width: 100%;
		overflow-x: hidden;
	}

	#leona-page {
		width: 100%;
		overflow-x: hidden;
	}

	.leona-wrap {
		width: calc(100% - 32px);
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.leona-header {
		height: auto;
		min-height: 68px;
		padding: 8px 0;
	}

	.leona-nav {
		justify-content: center;
	}

	.leona-brand {
		font-size: 30px !important;
		text-align: center;
	}

	.leona-brand img {
		max-width: 110px !important;
		padding: 6px;
	}

	.leona-links {
		display: none !important;
	}

	.leona-hero {
		min-height: auto;
	}

	.leona-hero-grid {
		grid-template-columns: 1fr !important;
		min-height: auto;
		gap: 38px;
		padding: 56px 0 115px;
	}

	.leona-hero-copy {
		padding: 20px;
		background: rgba(255, 255, 255, 0.86);
		border-radius: 14px;
		text-align: left;
	}

	.leona-title-script {
		font-size: clamp(76px, 23vw, 112px);
	}

	.leona-title-sub {
		font-size: 22px !important;
		margin-left: 28px !important;
		margin-top: -6px !important;
	}

	.leona-hero-copy p {
		font-size: 18px;
	}

	.leona-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.leona-button {
		width: 100%;
		text-align: center;
	}

	.leona-cover {
		max-width: 360px;
		margin: 0 auto;
	}

	.leona-cover-leaves .leona-leaf-a {
		width: 120px;
		left: -35px;
		bottom: -35px;
	}

	.leona-cover-leaves .leona-leaf-b {
		width: 150px !important;
		left: -30px;
		bottom: -55px;
	}

	.leona-cover-leaves .leona-leaf-c {
		width: 140px;
		right: 20px;
		bottom: -55px;
	}

	.leona-cover-leaves .leona-leaf-d {
		width: 130px !important;
		right: -35px;
		bottom: -35px;
	}

	.leona-release-banner {
		padding: 64px 0;
	}

	.leona-release-banner-inner {
		grid-template-columns: 1fr !important;
		gap: 34px;
	}

	.leona-release-image-wrap {
		order: 1;
	}

	.leona-release-copy {
		order: 2;
	}

	.leona-release-copy h2 {
		font-size: 40px;
	}

	.leona-release-copy h2 .leona-brush {
		font-size: 1.1em;
		line-height: 1;
	}

	.leona-release-dates {
		grid-template-columns: 1fr !important;
	}

	.leona-release-image {
		max-width: 360px;
		margin: 0 auto;
	}

	.leona-intro {
		padding: 72px 0 70px;
	}

	.leona-intro-grid {
		grid-template-columns: 1fr !important;
		gap: 32px;
	}

	.leona-intro h2,
	.leona-bios h2 {
		font-size: 40px;
	}

	.leona-intro-text {
		font-size: 19px;
	}

	.leona-quote {
		padding: 24px;
		font-size: 22px;
	}

	.leona-journey {
		padding: 72px 0;
	}

	.leona-journey h2 {
		font-size: 38px;
	}

	.leona-steps {
		grid-template-columns: 1fr !important;
	}

	.leona-bios {
		padding: 72px 0;
	}

	.leona-bio,
	.leona-bio:nth-of-type(2) {
		grid-template-columns: 1fr !important;
		gap: 34px;
	}

	.leona-bio:nth-of-type(2) .leona-photo {
		order: 0;
	}

	.leona-photo {
		max-width: 300px;
		margin: 0 auto;
	}

	.leona-closing {
		padding: 72px 0;
	}

	.leona-closing h2 {
		font-size: 42px;
	}

	.leona-footer-inner {
		flex-direction: column;
		text-align: center;
	}

	.leona-scroll-ladybug {
		right: 8px;
		width: 56px;
		height: 56px;
	}
}