/*
 * Reference styling: closely follows the supplied Mona Liza Santos screenshots.
 * The original direction is intentionally editorial, colorful, compact, and
 * storybook-like rather than a generic modern card layout.
 */
:root {
	--mls-text: #171717;
	--mls-coral-line: #de837d;
	--mls-blue: #b5d5ef;
}

body {
	background: #b9d9ed url("../images/site-background.jpg") center top / cover fixed;
	color: var(--mls-text);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.35;
}

.mls-shell {
	width: min(1100px, calc(100% - 24px));
}

.mls-site-header {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: none;
}

.mls-header-main {
	min-height: 112px;
	justify-content: center;
	padding: 8px 0 4px;
}

.mls-brand {
	gap: 10px;
	text-align: left;
}

.mls-brand-mark {
	width: 78px;
	height: 78px;
	object-fit: contain;
	border: 0;
	border-radius: 0;
}

.mls-brand strong {
	color: #161616;
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: clamp(2.1rem, 5vw, 3.8rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.9;
}

.mls-brand small {
	color: #111;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 8px;
	text-transform: none;
}

.mls-primary-nav {
	display: none;
}

.mls-header-intro {
	background: rgba(255, 255, 255, 0.96);
	color: #111;
	font-size: 0.78rem;
	text-align: center;
}

.mls-header-intro .mls-shell {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	flex-wrap: wrap;
	padding: 2px 0 8px;
}

.mls-header-intro strong {
	display: block;
	width: 100%;
}

.mls-header-ribbon {
	background: transparent;
	color: #fff;
	font-family: Arial, sans-serif;
	padding: 3px 0 5px;
}

.mls-header-ribbon .mls-shell {
	display: flex;
	justify-content: center;
	gap: 7px;
	flex-wrap: wrap;
	padding: 0;
}

.mls-header-ribbon a {
	background: #2c3030;
	color: #fff;
	font-size: 0.63rem;
	letter-spacing: 0.01em;
	padding: 6px 10px;
	text-decoration: none;
}

.mls-hero {
	padding: 0;
}

.mls-hero-grid {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.mls-hero-art {
	order: 1;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}

.mls-hero-art img {
	aspect-ratio: 3.48 / 1;
	object-fit: cover;
}

.mls-hero-copy {
	order: 2;
	padding: 11px 0 9px;
	text-align: center;
}

.mls-hero-copy .mls-eyebrow {
	display: none;
}

.mls-hero-copy h1 {
	color: #111;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(1rem, 2vw, 1.35rem);
	font-style: italic;
	letter-spacing: 0;
	margin: 0 0 10px;
}

.mls-hero-lede {
	color: #111;
	font-size: 0.78rem;
	margin: 0 auto;
	max-width: 820px;
}

.mls-hero-actions {
	display: none;
}

.mls-trust {
	display: none;
}

.mls-quote-band {
	background: transparent;
	border-bottom: 4px solid var(--mls-coral-line);
	margin: 0;
	padding: 12px 0 10px;
}

.mls-quote-band p {
	color: #111;
	font-size: 0.78rem;
	font-style: normal;
	margin: 0 auto 3px;
	max-width: 760px;
}

.mls-quote-band cite {
	color: #111;
	font-size: 0.68rem;
}

.mls-section {
	padding: 14px 0;
}

.mls-author {
	background: transparent;
	padding-top: 5px;
}

.mls-author-grid {
	grid-template-columns: minmax(190px, 27%) 1fr;
	gap: 18px;
	align-items: start;
}

.mls-author-photo {
	border-radius: 0;
	box-shadow: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.mls-photo-caption {
	color: #111;
	font-size: 0.85rem;
	margin: 2px 0 7px;
	text-align: center;
}

.mls-author-copy {
	color: #111;
	text-align: center;
}

.mls-author-copy .mls-eyebrow {
	display: none;
}

.mls-author-copy h2 {
	color: #111;
	font-size: clamp(1.1rem, 2.5vw, 1.55rem);
	font-weight: 400;
	margin: 0 0 8px;
	text-decoration: underline;
}

.mls-author-copy p {
	color: #111;
	font-size: 0.72rem;
	line-height: 1.28;
	margin: 0 auto 11px;
	max-width: 700px;
}

.mls-text-link {
	color: #7d5656;
	font-size: 0.72rem;
}

.mls-press-in-author {
	border-top: 1px solid rgba(222, 131, 125, 0.8);
	margin-top: 6px;
	padding-top: 5px;
	text-align: center;
}

.mls-press-in-author .mls-section-kicker {
	color: #111;
	font-size: 0.75rem;
	margin: 0 0 6px;
	text-transform: none;
}

.mls-press-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px 6px;
	justify-items: center;
}

.mls-press-row img {
	max-height: 34px;
	max-width: 95px;
	object-fit: contain;
}

.mls-press-in-author .mls-text-link {
	display: block;
	margin-top: 5px;
}

.mls-section--books {
	background: transparent;
	border-top: 4px solid var(--mls-coral-line);
	padding-top: 10px;
}

.mls-section-heading {
	display: block;
	margin-bottom: 4px;
	text-align: center;
}

.mls-section-heading .mls-eyebrow {
	display: none;
}

.mls-section-heading h2 {
	color: #111;
	font-size: clamp(1.25rem, 2.7vw, 1.65rem);
	font-weight: 400;
	margin: 0;
}

.mls-section-heading .mls-text-link {
	display: block;
	font-size: 0.85rem;
	margin: 5px 0 10px;
}

.mls-section-intro {
	color: #b33e3e;
	font-size: 0.75rem;
	margin: 0 0 9px;
	text-align: center;
}

.mls-book-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px 8px;
}

.mls-book-cover-link {
	border-radius: 0;
	box-shadow: none;
}

.mls-book-cover-link:hover {
	box-shadow: none;
	transform: none;
}

.mls-book-title,
.mls-book-excerpt,
.mls-book-actions {
	display: none;
}

.mls-trailers {
	background: transparent;
	border-top: 4px solid var(--mls-coral-line);
	padding-top: 13px;
}

.mls-trailers .mls-section-heading {
	margin-bottom: 13px;
}

.mls-trailer-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.mls-trailer-card {
	border-radius: 0;
	box-shadow: none;
}

.mls-trailer-card span {
	background: transparent;
	color: #111;
	font-size: 0.8rem;
	font-style: italic;
	padding: 5px 0;
	text-align: center;
}

.mls-trailer-card b {
	display: none;
}

.mls-category-section {
	background: transparent;
	border-top: 4px solid var(--mls-coral-line);
	padding-top: 15px;
}

.mls-centered-heading {
	margin-bottom: 16px;
	max-width: 820px;
	text-align: center;
}

.mls-centered-heading .mls-eyebrow {
	display: none;
}

.mls-centered-heading h2 {
	color: #111;
	font-size: clamp(1.25rem, 2.7vw, 1.7rem);
	font-weight: 400;
	margin-bottom: 10px;
}

.mls-centered-heading p:not(.mls-eyebrow) {
	color: #111;
	font-size: 0.78rem;
	margin: 4px auto;
}

.mls-category-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4px;
}

.mls-category-card {
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 0;
	min-height: 118px;
	padding: 10px 8px;
	text-align: center;
}

.mls-category-card:nth-child(3n + 2),
.mls-category-card:nth-child(3n) {
	background: inherit;
}

.mls-category-card:nth-child(1) { background: rgba(214, 242, 231, 0.88); }
.mls-category-card:nth-child(2) { background: rgba(188, 223, 247, 0.88); }
.mls-category-card:nth-child(3) { background: rgba(246, 239, 208, 0.9); }
.mls-category-card:nth-child(4) { background: rgba(250, 221, 214, 0.9); }
.mls-category-card:nth-child(5) { background: rgba(213, 238, 244, 0.9); }
.mls-category-card:nth-child(6) { background: rgba(246, 203, 239, 0.82); }
.mls-category-card:nth-child(7) { background: rgba(206, 242, 197, 0.9); }
.mls-category-card:nth-child(8) { background: rgba(232, 225, 250, 0.9); }
.mls-category-card:nth-child(9) { background: rgba(249, 222, 188, 0.9); }
.mls-category-card:nth-child(10) { background: rgba(250, 226, 226, 0.9); }
.mls-category-card:nth-child(11) { background: rgba(225, 232, 249, 0.9); }
.mls-category-card:nth-child(12) { background: rgba(247, 217, 236, 0.9); }
.mls-category-card:nth-child(13) { background: rgba(215, 235, 244, 0.9); }
.mls-category-card:nth-child(14) { background: rgba(239, 217, 248, 0.9); }
.mls-category-card:nth-child(15) { background: rgba(246, 237, 213, 0.92); }

.mls-category-card h3 {
	color: #111;
	font-size: 0.88rem;
	margin: 0 0 9px;
}

.mls-category-card p {
	color: #111;
	font-size: 0.68rem;
	line-height: 1.18;
	margin: 0;
}

.mls-category-card span {
	display: none;
}

.mls-not-found {
	margin-top: 26px;
}

.mls-footer {
	background: transparent;
	border-top: 4px solid var(--mls-coral-line);
	color: #111;
	padding: 20px 0 0;
	text-align: center;
}

.mls-footer-grid {
	display: block;
	padding-bottom: 18px;
}

.mls-footer-grid > div:not(:first-child) {
	display: none;
}

.mls-footer-brand {
	color: #111;
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: 2rem;
}

.mls-footer p {
	color: #111;
	font-size: 0.75rem;
}

.mls-footer-bottom {
	background: rgba(255, 255, 255, 0.3);
	border-top: 1px solid rgba(222, 131, 125, 0.8);
	color: #555;
}

@media (max-width: 680px) {
	.mls-shell {
		width: calc(100% - 12px);
	}

	.mls-header-main {
		min-height: 82px;
	}

	.mls-brand-mark {
		height: 58px;
		width: 58px;
	}

	.mls-brand strong {
		font-size: 2rem;
	}

	.mls-brand small {
		font-size: 0.55rem;
		margin-top: 5px;
	}

	.mls-menu-toggle {
		display: none;
	}

	.mls-header-intro {
		font-size: 0.62rem;
	}

	.mls-header-intro .mls-shell {
		gap: 3px 8px;
		padding-bottom: 5px;
	}

	.mls-header-ribbon .mls-shell {
		gap: 3px;
	}

	.mls-header-ribbon a {
		font-size: 0.48rem;
		padding: 5px 5px;
	}

	.mls-hero-art img {
		aspect-ratio: 2.7 / 1;
	}

	.mls-author-grid {
		grid-template-columns: 31% 1fr;
		gap: 8px;
	}

	.mls-author-copy p {
		font-size: 0.58rem;
		margin-bottom: 7px;
	}

	.mls-author-copy h2 {
		font-size: 1rem;
	}

	.mls-press-row img {
		max-height: 24px;
		max-width: 66px;
	}

	.mls-book-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 5px;
	}

	.mls-trailer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mls-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mls-category-card {
		min-height: 96px;
		padding: 7px 4px;
	}

	.mls-category-card h3 {
		font-size: 0.66rem;
		margin-bottom: 5px;
	}

	.mls-category-card p {
		font-size: 0.51rem;
	}
}

/*
 * Author section refinement
 * Keeps the supplied storybook direction while giving the biography
 * enough room to read comfortably on desktop and mobile.
 */
.mls-author {
	padding: clamp(32px, 5vw, 64px) 0;
	background: rgba(255, 255, 255, 0.22);
	border-bottom: 1px solid rgba(222, 131, 125, 0.45);
}

.mls-author-grid {
	grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
	gap: clamp(28px, 6vw, 76px);
	align-items: center;
}

.mls-author-media {
	min-width: 0;
}

.mls-author-photo {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border: 8px solid rgba(255, 255, 255, 0.82);
	border-radius: 18px;
	box-shadow: 0 14px 30px rgba(40, 74, 91, 0.18);
}

.mls-photo-caption {
	color: #183943;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 12px 0 0;
}

.mls-author-copy {
	padding: clamp(22px, 4vw, 42px);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.92);
	border-radius: 22px;
	box-shadow: 0 12px 28px rgba(40, 74, 91, 0.08);
	text-align: left;
}

.mls-author-copy .mls-eyebrow {
	color: #b35d61;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	margin-bottom: 10px;
}

.mls-author-copy h2 {
	color: #183943;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0 0 18px;
	text-decoration: none;
}

.mls-author-copy p {
	color: #405c65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(0.92rem, 1.3vw, 1.02rem);
	line-height: 1.65;
	margin: 0 0 14px;
	max-width: 720px;
	text-align: left;
}

.mls-author-button {
	align-items: center;
	background: #183943;
	border: 2px solid #183943;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	gap: 12px;
	letter-spacing: 0.05em;
	margin-top: 7px;
	padding: 12px 19px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.mls-author-button span {
	color: #ffd9a6;
	font-size: 1.05rem;
	line-height: 1;
}

.mls-author-button:hover,
.mls-author-button:focus-visible {
	background: #e97978;
	border-color: #e97978;
	color: #fff;
	transform: translateY(-2px);
}

.mls-author-button:focus-visible {
	outline: 3px solid rgba(233, 121, 120, 0.35);
	outline-offset: 3px;
}

.mls-press-in-author {
	border-top: 1px solid rgba(222, 131, 125, 0.65);
	margin-top: 20px;
	padding-top: 14px;
}

.mls-press-in-author .mls-section-kicker {
	color: #536a75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.mls-press-row {
	gap: 8px;
	justify-content: center;
}

.mls-press-row img {
	max-height: 38px;
	max-width: 92px;
}

.mls-press-in-author .mls-text-link {
	color: #7d5656;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72rem;
	margin-top: 9px;
}

@media (max-width: 680px) {
	.mls-author {
		padding: 32px 0 38px;
	}

	.mls-author-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.mls-author-media {
		text-align: center;
	}

	.mls-author-photo {
		max-width: 230px;
	}

	.mls-author-copy {
		padding: 24px 20px;
		border-radius: 16px;
		text-align: left;
	}

	.mls-author-copy h2 {
		font-size: 1.9rem;
		margin-bottom: 15px;
	}

	.mls-author-copy p {
		font-size: 0.92rem;
		line-height: 1.6;
		margin-bottom: 12px;
	}

	.mls-author-button {
		font-size: 0.75rem;
		padding: 11px 16px;
	}

	.mls-press-in-author {
		margin: 18px auto 0;
		max-width: 260px;
	}

	.mls-press-row img {
		max-height: 30px;
		max-width: 78px;
	}
}

/* The press features are a horizontal, continuously moving strip. */
.mls-press-viewport {
	overflow: hidden;
	width: 100%;
}

.mls-press-row {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 18px;
	justify-content: flex-start;
	width: max-content;
	animation: mlsPressSlide 28s linear infinite;
}

.mls-press-row img {
	flex: 0 0 92px;
	height: 38px;
	max-height: 38px;
	max-width: 92px;
	object-fit: contain;
}

.mls-press-viewport:hover .mls-press-row,
.mls-press-viewport:focus-within .mls-press-row {
	animation-play-state: paused;
}

@keyframes mlsPressSlide {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.mls-author-button {
	display: flex;
	margin: 12px auto 0;
	width: max-content;
}

/* The dedicated About page prevents an empty WordPress page from showing. */
.mls-about-hero {
	border-bottom: 1px solid rgba(222, 131, 125, 0.65);
	padding: clamp(42px, 7vw, 88px) 0 clamp(32px, 5vw, 58px);
	text-align: center;
}

.mls-about-hero h1 {
	color: #183943;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.25rem, 5vw, 4.6rem);
	letter-spacing: -0.05em;
	line-height: 1;
	margin: 0 0 16px;
}

.mls-about-lede {
	color: #536a75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(1rem, 1.8vw, 1.2rem);
	margin: 0 auto;
}

.mls-about-content {
	padding: clamp(38px, 6vw, 78px) 0;
}

.mls-about-grid {
	align-items: start;
	display: grid;
	gap: clamp(30px, 6vw, 78px);
	grid-template-columns: minmax(210px, 285px) minmax(0, 760px);
	justify-content: center;
}

.mls-about-sidebar {
	position: sticky;
	top: 24px;
}

.mls-about-photo {
	border: 8px solid rgba(255, 255, 255, 0.85);
	border-radius: 18px;
	box-shadow: 0 14px 30px rgba(40, 74, 91, 0.18);
	display: block;
	width: 100%;
}

.mls-about-facts {
	background: rgba(255, 255, 255, 0.68);
	border-left: 4px solid #e97978;
	display: grid;
	gap: 3px;
	margin-top: 18px;
	padding: 14px 16px;
}

.mls-about-facts strong {
	color: #183943;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.08rem;
	margin-top: 6px;
}

.mls-about-facts span {
	color: #536a75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	line-height: 1.45;
}

.mls-about-copy {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 20px;
	box-shadow: 0 12px 28px rgba(40, 74, 91, 0.07);
	padding: clamp(24px, 4vw, 44px);
}

.mls-about-copy p {
	color: #405c65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(0.94rem, 1.25vw, 1.04rem);
	line-height: 1.75;
	margin: 0 0 18px;
}

.mls-about-copy blockquote {
	border-left: 4px solid #e97978;
	color: #183943;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	font-style: italic;
	line-height: 1.5;
	margin: 26px 0;
	padding: 5px 0 5px 22px;
}

@media (max-width: 680px) {
	.mls-press-row {
		gap: 14px;
	}

	.mls-press-row img {
		flex-basis: 78px;
		height: 30px;
		max-height: 30px;
		max-width: 78px;
	}

	.mls-author-button {
		margin-left: auto;
		margin-right: auto;
	}

	.mls-about-content {
		padding-top: 30px;
	}

	.mls-about-grid {
		grid-template-columns: 1fr;
	}

	.mls-about-sidebar {
		margin: 0 auto;
		max-width: 230px;
		position: static;
		width: 100%;
	}

	.mls-about-copy {
		border-radius: 16px;
		padding: 24px 20px;
	}

	.mls-about-copy p {
		font-size: 0.94rem;
		line-height: 1.65;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mls-press-row {
		animation: none;
	}
}

/* Compact press-logo strip and centered author biography modal. */
.mls-press-row {
	gap: 3px;
}

.mls-press-row img {
	flex-basis: 78px;
	max-width: 78px;
}

.mls-author-button {
	cursor: pointer;
}

body.mls-modal-open {
	overflow: hidden;
}

.mls-author-modal {
	align-items: center;
	display: none;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 1000;
}

.mls-author-modal.is-open {
	display: flex;
}

.mls-author-modal__backdrop {
	background: rgba(16, 39, 47, 0.7);
	inset: 0;
	position: absolute;
}

.mls-author-modal__panel {
	background: #fffdf8;
	border: 5px solid rgba(255, 255, 255, 0.9);
	border-radius: 20px;
	box-shadow: 0 24px 70px rgba(12, 39, 49, 0.3);
	color: #183943;
	max-height: min(88vh, 780px);
	max-width: 790px;
	overflow-y: auto;
	padding: clamp(28px, 5vw, 54px);
	position: relative;
	width: 100%;
	z-index: 1;
}

.mls-author-modal__panel > .mls-eyebrow {
	margin-right: 35px;
}

.mls-author-modal__panel h2 {
	color: #183943;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.9rem, 4vw, 3.2rem);
	letter-spacing: -0.04em;
	line-height: 1.05;
	margin: 0 0 24px;
}

.mls-author-modal__close {
	align-items: center;
	background: #183943;
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7rem;
	height: 36px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 3px;
	position: absolute;
	right: 18px;
	top: 18px;
	transition: background 0.2s ease, transform 0.2s ease;
	width: 36px;
}

.mls-author-modal__close:hover,
.mls-author-modal__close:focus-visible {
	background: #e97978;
	transform: rotate(90deg);
}

.mls-author-modal__close:focus-visible {
	outline: 3px solid rgba(233, 121, 120, 0.35);
	outline-offset: 3px;
}

.mls-author-modal__body p {
	color: #405c65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(0.94rem, 1.25vw, 1.04rem);
	line-height: 1.75;
	margin: 0 0 18px;
}

.mls-author-modal__body blockquote {
	border-left: 4px solid #e97978;
	color: #183943;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	font-style: italic;
	line-height: 1.5;
	margin: 26px 0;
	padding: 5px 0 5px 22px;
}

@media (max-width: 680px) {
	.mls-press-row {
		gap: 2px;
	}

	.mls-press-row img {
		flex-basis: 62px;
		height: 27px;
		max-height: 27px;
		max-width: 62px;
	}

	.mls-author-modal {
		padding: 12px;
	}

	.mls-author-modal__panel {
		border-width: 3px;
		border-radius: 16px;
		max-height: 92vh;
		padding: 30px 20px 24px;
	}

	.mls-author-modal__panel h2 {
		font-size: 2rem;
		margin-bottom: 18px;
	}

	.mls-author-modal__close {
		height: 32px;
		right: 12px;
		top: 12px;
		width: 32px;
	}

	.mls-author-modal__body p {
		font-size: 0.93rem;
		line-height: 1.65;
	}

	.mls-author-modal__body blockquote {
		font-size: 1.08rem;
		margin: 20px 0;
		padding-left: 16px;
	}
}

/* JS controls the movement; this prevents an old/disabled CSS animation
 * from competing with the measured loop. */
.mls-press-row {
	animation: none !important;
	transition: none !important;
	will-change: transform;
}

/* Branded Featured In carousel treatment: visible logos, soft depth, and
 * edge fades that make the moving strip feel intentional without hiding it. */
.mls-press-in-author {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(207, 239, 241, 0.52));
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 16px;
	box-shadow: 0 8px 18px rgba(40, 74, 91, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.72);
	margin-top: 18px;
	overflow: hidden;
	padding: 11px 9px 10px;
}

.mls-press-in-author .mls-section-kicker {
	margin-bottom: 8px;
}

.mls-press-viewport {
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 10px;
	box-shadow: inset 0 1px 5px rgba(40, 74, 91, 0.08);
	padding: 8px 0;
	position: relative;
}

.mls-press-viewport::before,
.mls-press-viewport::after {
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 15px;
	z-index: 2;
}

.mls-press-viewport::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.82), transparent);
	left: 0;
}

.mls-press-viewport::after {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.82), transparent);
	right: 0;
}

.mls-press-row img {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(24, 57, 67, 0.08);
	border-radius: 7px;
	box-shadow: 0 3px 7px rgba(24, 57, 67, 0.1);
	padding: 3px;
}

@media (max-width: 680px) {
	.mls-press-in-author {
		border-radius: 13px;
		padding: 9px 6px 8px;
	}

	.mls-press-viewport {
		padding: 6px 0;
	}

	.mls-press-viewport::before,
	.mls-press-viewport::after {
		width: 10px;
	}

	.mls-press-row img {
		padding: 2px;
	}
}

/* Ultra-clean white site canvas with readable, lightly elevated surfaces. */
html,
body,
#main-content {
	background: #ffffff !important;
}

body {
	background-image: none !important;
	color: #183943;
}

.mls-site-header,
.mls-header-intro {
	background: #ffffff;
}

.mls-hero,
.mls-quote-band,
.mls-author,
.mls-section--books,
.mls-trailers,
.mls-category-section,
.mls-page-content {
	background: #ffffff;
}

.mls-quote-band {
	border-bottom-color: #e97978;
}

.mls-author {
	border-bottom: 1px solid #e8eff0;
}

.mls-author-copy {
	background: #f8fbfb;
	border-color: #e2edef;
	box-shadow: 0 14px 34px rgba(24, 57, 67, 0.08);
}

.mls-press-in-author {
	background: linear-gradient(135deg, #f8fbfb, #eef8f8);
	border-color: #e0ecee;
	box-shadow: 0 8px 18px rgba(40, 74, 91, 0.08), inset 0 1px 0 #ffffff;
}

.mls-press-viewport {
	background: #ffffff;
	border-color: #e1ecee;
}

.mls-section--books,
.mls-trailers,
.mls-category-section {
	border-top-color: #e97978;
}

.mls-page-hero {
	background: #ffffff;
	border-bottom: 1px solid #e8eff0;
}

.mls-footer {
	background: #ffffff;
	border-top-color: #e97978;
	color: #183943;
}

.mls-footer p,
.mls-footer a:not(.mls-footer-brand),
.mls-footer-bottom {
	color: #536a75;
}

.mls-footer-brand,
.mls-footer h2 {
	color: #183943;
}

.mls-footer-bottom {
	background: #ffffff;
	border-top-color: #e8eff0;
}

.mls-footer-press-logo {
	margin: 18px auto 0;
	max-width: 170px;
}

.mls-footer-press-logo img {
	background: #000;
	border-radius: 12px;
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	width: 100%;
}

/* The old article feed is now the dedicated Momo's Sphere entry point. */
.mls-momo-sphere {
	background: #fffaf7;
	border-top: 4px solid #e97978;
	border-bottom: 1px solid #e8eff0;
	padding: 28px 0 34px;
}

.mls-momo-sphere .mls-section-heading {
	margin-bottom: 14px;
}

.mls-momo-sphere__body {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	justify-content: center;
	text-align: center;
}

.mls-momo-sphere__body p {
	color: #405c65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0;
	max-width: 720px;
}

.mls-momo-sphere__body .mls-button {
	flex: 0 0 auto;
}

/* Source-site browsing links for the trailer and book-world sections. */
.mls-category-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	justify-content: center;
	margin: 18px auto 24px;
}

.mls-category-links a {
	color: #7d5656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	text-decoration: underline;
}

.mls-category-links a:hover,
.mls-category-links a:focus-visible {
	color: #e97978;
}

.mls-trailer-card {
	cursor: pointer;
}

.mls-trailer-card:focus-visible {
	outline: 3px solid rgba(233, 121, 120, 0.65);
	outline-offset: 4px;
}

.mls-trailer-more {
	display: flex;
	justify-content: center;
	margin: 34px auto 0;
	text-align: center;
	width: 100%;
}

.mls-trailer-more-link {
	align-items: center;
	background: linear-gradient(135deg, #183943 0%, #28636d 52%, #e97978 100%);
	border: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(24, 57, 67, 0.24), 0 4px 0 rgba(24, 57, 67, 0.12);
	color: #fff;
	display: inline-flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(1rem, 1.5vw, 1.15rem);
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	min-width: min(100%, 320px);
	overflow: hidden;
	padding: 16px 30px;
	position: relative;
	text-decoration: none;
	transition: box-shadow 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.mls-trailer-more-link::before {
	background: linear-gradient(105deg, transparent 25%, rgba(255, 255, 255, 0.32) 48%, transparent 70%);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-120%);
	transition: transform 0.55s ease;
}

.mls-trailer-more-link span {
	position: relative;
}

.mls-trailer-more-link:hover,
.mls-trailer-more-link:focus-visible {
	color: #fff;
	filter: saturate(1.15) brightness(1.06);
	box-shadow: 0 16px 30px rgba(24, 57, 67, 0.3), 0 5px 0 rgba(24, 57, 67, 0.12);
	transform: translateY(-4px) scale(1.03);
}

.mls-trailer-more-link:hover::before,
.mls-trailer-more-link:focus-visible::before {
	transform: translateX(120%);
}

.mls-trailer-more-link:focus-visible {
	outline: 3px solid rgba(233, 121, 120, 0.65);
	outline-offset: 3px;
}

@media (max-width: 680px) {
	.mls-category-links {
		gap: 6px 12px;
		margin-bottom: 18px;
	}

	.mls-category-links a {
		font-size: 0.68rem;
	}
}

/* Personal-brand navigation and the story-world section requested by the client. */
.mls-header-main {
	justify-content: space-between;
}

.mls-primary-nav {
	display: block;
	margin-left: auto;
}

.mls-nav-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	justify-content: flex-end;
}

.mls-nav-list a {
	color: #183943;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	text-decoration: none;
}

.mls-nav-list a:hover,
.mls-nav-list a:focus-visible {
	color: #e97978;
}

.mls-my-world {
	background: linear-gradient(135deg, #fff9f4 0%, #f7fbfb 55%, #eef8f7 100%);
	border-bottom: 1px solid #e8eff0;
	border-top: 4px solid #e97978;
	padding: clamp(42px, 6vw, 74px) 0;
}

.mls-my-world-intro {
	align-items: center;
	display: grid;
	gap: clamp(24px, 5vw, 70px);
	grid-template-columns: minmax(0, 1fr);
	margin: 0 auto 30px;
	max-width: 1040px;
}

.mls-my-world-copy h2 {
	color: #183943;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 3.5rem);
	letter-spacing: -0.045em;
	line-height: 1.02;
	margin: 0 0 18px;
	text-align: center;
}

.mls-my-world-lede,
.mls-my-world-note {
	color: #405c65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(0.94rem, 1.25vw, 1.05rem);
	line-height: 1.7;
	margin: 0 0 14px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.mls-my-world-note {
	color: #a45e61;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.mls-my-world-copy .mls-my-world-note {
	display: none;
}

.mls-my-world-art {
	background: #fff;
	border: 8px solid rgba(255, 255, 255, 0.92);
	border-radius: 24px;
	box-shadow: 0 15px 32px rgba(24, 57, 67, 0.12);
	overflow: hidden;
	transform: rotate(2deg);
}

.mls-my-world-art img {
	aspect-ratio: 1 / 1;
	display: block;
	object-fit: cover;
	width: 100%;
}

.mls-world-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
}

.mls-world-card {
	align-self: start;
	border: 1px solid rgba(24, 57, 67, 0.08);
	border-radius: 16px;
	color: #183943;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mls-world-card:hover,
.mls-world-card:focus-visible {
	box-shadow: 0 12px 25px rgba(24, 57, 67, 0.12);
	transform: translateY(-3px);
}

.mls-world-card:focus-visible {
	outline: 3px solid rgba(233, 121, 120, 0.55);
	outline-offset: 3px;
}

.mls-world-card--coral { background: #ffe3dc; }
.mls-world-card--aqua { background: #d9f1ef; }
.mls-world-card--lilac { background: #eee7fa; }
.mls-world-card--gold { background: #fff0c7; }
.mls-world-card--sky { background: #dceefa; }
.mls-world-card--mint { background: #e0f2d9; }
.mls-world-card--peach { background: #fbe1d6; }
.mls-world-card--cream { background: #fff9e8; }

.mls-world-icon {
	color: #bd6567;
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 15px;
}

.mls-world-image {
	aspect-ratio: 3 / 4;
	background: transparent;
	border-radius: inherit;
	display: block;
	height: auto;
	margin: 0;
	object-fit: contain;
	width: 100%;
}

.mls-world-card h3 {
	color: #183943;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2rem;
	line-height: 1.1;
	margin: 0 0 10px;
}

.mls-world-card p {
	color: #405c65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	line-height: 1.5;
	margin: 0;
}

.mls-world-link,
.mls-world-status {
	color: #9c5c60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-top: auto;
	padding-top: 18px;
}

.mls-world-status {
	color: #65787b;
	font-style: italic;
	font-weight: 400;
}

@media (max-width: 900px) {
	.mls-world-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mls-nav-list {
		gap: 7px 11px;
	}
}

@media (max-width: 680px) {
	.mls-header-main {
		position: relative;
	}

	.mls-menu-toggle {
		align-items: center;
		background: #183943;
		border: 0;
		border-radius: 50%;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		gap: 3px;
		height: 38px;
		justify-content: center;
		padding: 0;
		width: 38px;
	}

	.mls-menu-toggle span {
		background: #fff;
		display: block;
		height: 2px;
		width: 16px;
	}

	.mls-primary-nav {
		background: #fff;
		box-shadow: 0 12px 20px rgba(24, 57, 67, 0.14);
		display: none;
		left: 6px;
		padding: 12px;
		position: absolute;
		right: 6px;
		top: calc(100% - 2px);
		z-index: 30;
	}

	.mls-primary-nav.is-open {
		display: block;
	}

	.mls-nav-list {
		align-items: stretch;
		display: grid;
		gap: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
	}

	.mls-nav-list li {
		border-bottom: 1px solid #e8eff0;
	}

	.mls-nav-list a {
		display: block;
		font-size: 0.72rem;
		padding: 11px 8px;
	}

	.mls-my-world-intro {
		grid-template-columns: 1fr;
	}

	.mls-my-world-art {
		margin: 0 auto;
		max-width: 230px;
	}

	.mls-world-grid {
		grid-template-columns: 1fr 1fr;
	}

	.mls-world-card {
		min-height: 0;
		padding: 0;
	}

	.mls-world-image {
		aspect-ratio: 3 / 4;
	}

	.mls-world-card h3 {
		font-size: 1rem;
	}

	.mls-world-card p {
		font-size: 0.7rem;
	}
}

/*
 * Requested footer additions and restrained interaction polish.
 * These rules sit after the reference skin so the approved white editorial
 * direction remains the source of truth.
 */
.mls-footer-logo-wrap {
	border-bottom: 1px solid #e8eff0;
	padding-bottom: 15px;
	text-align: center;
}

.mls-footer-logo-link {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	text-align: left;
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.mls-footer-logo-link:hover,
.mls-footer-logo-link:focus-visible {
	opacity: 0.82;
	transform: translateY(-2px);
}

.mls-footer-logo-link:focus-visible {
	outline: 3px solid rgba(233, 121, 120, 0.5);
	outline-offset: 5px;
}

.mls-footer-logo {
	display: block;
	height: 58px;
	max-width: none;
	object-fit: contain;
	width: 58px;
}

.mls-footer-logo-link strong {
	color: #161616;
	display: block;
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: clamp(1.9rem, 4vw, 3rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.9;
}

.mls-footer-logo-link small {
	color: #111;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.62rem;
	font-weight: 700;
	margin-top: 7px;
}

.mls-footer-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(180px, 1.35fr) minmax(130px, 0.8fr) minmax(240px, 1.8fr);
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: left;
}

.mls-footer-grid > div:not(:first-child) {
	display: block;
}

.mls-footer-grid h2 {
	color: #183943;
	font-size: 0.78rem;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.mls-footer-grid p,
.mls-footer-grid a {
	font-family: Arial, Helvetica, sans-serif;
}

.mls-footer-category-links {
	display: grid;
	gap: 5px 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mls-footer-category-links a {
	font-size: 0.68rem !important;
	margin: 0 !important;
}

.mls-footer-category-links a:hover,
.mls-footer-category-links a:focus-visible,
.mls-footer-grid a:hover,
.mls-footer-grid a:focus-visible {
	color: #e97978 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mls-footer-brand {
	display: inline-block;
	transition: color 0.2s ease, transform 0.2s ease;
}

.mls-footer-brand:hover,
.mls-footer-brand:focus-visible {
	color: #e97978;
	transform: translateY(-1px);
}

.mls-reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.mls-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 900px) {
	.mls-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.mls-footer-logo {
		height: 50px;
		width: 50px;
	}

	.mls-footer-logo-link strong {
		font-size: 2rem;
	}

	.mls-footer-logo-link small {
		font-size: 0.55rem;
	}

	.mls-footer-grid {
		grid-template-columns: 1fr;
		padding-top: 22px;
		text-align: center;
	}

	.mls-footer-category-links {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mls-footer-logo-link,
	.mls-footer-brand,
	.mls-reveal {
		transition: none;
	}

	.mls-reveal {
		opacity: 1;
		transform: none;
	}
}

/*
 * Mobile responsive corrections from the supplied screenshots:
 * keep the action ribbon on one scrollable line, keep the menu compact and
 * opaque, and keep the footer logo lockup horizontal and centered.
 */
@media (max-width: 680px) {
	.mls-header-ribbon .mls-shell {
		align-items: center;
		flex-wrap: nowrap;
		gap: 4px;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 6px 3px;
		scrollbar-width: none;
		width: 100%;
	}

	.mls-header-ribbon .mls-shell::-webkit-scrollbar {
		display: none;
	}

	.mls-header-ribbon a {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.mls-primary-nav {
		background: #fff;
		border: 1px solid #dfeaec;
		border-radius: 0 0 12px 12px;
		box-shadow: 0 10px 22px rgba(24, 57, 67, 0.16);
		left: 0;
		max-height: min(60vh, 310px);
		overflow-y: auto;
		padding: 6px 10px 10px;
		right: 0;
		top: calc(100% - 1px);
	}

	.mls-nav-list {
		background: #fff;
	}

	.mls-nav-list a {
		align-items: center;
		display: flex;
		min-height: 36px;
		padding: 8px;
	}

	.mls-footer-logo-link {
		flex-direction: row;
		flex-wrap: nowrap;
		margin-left: auto;
		margin-right: auto;
		max-width: calc(100% - 12px);
		width: max-content;
	}

	.mls-footer-logo-link > span {
		min-width: 0;
		white-space: nowrap;
	}
}

/* Wix VOD hero video: preserve the approved banner proportions. */
.mls-hero-art--video {
	background: #b9d9ed;
}

.mls-hero-video {
	background: #b9d9ed;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

@media (min-width: 681px) {
	.mls-hero-video {
		aspect-ratio: 3.48 / 1;
	}
}

@media (max-width: 680px) {
	.mls-hero-video {
		aspect-ratio: 2.7 / 1;
	}
}

/* Footer layout requested in the mobile reference screenshots. */
.mls-footer-logo-wrap {
	text-align: center;
}

.mls-footer-logo-link {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: max-content;
}

.mls-footer-logo-link > span {
	min-width: 0;
	white-space: nowrap;
}

.mls-footer-description {
	color: #536a75 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	line-height: 1.5;
	margin: 14px auto 0;
	max-width: 620px;
	text-align: center;
}

.mls-footer-grid {
	align-items: start;
	grid-template-columns: minmax(0, 0.9fr) minmax(260px, 1.8fr);
}

.mls-footer-quicklinks {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	justify-content: center;
}

.mls-footer-quicklinks a {
	margin: 0 !important;
	white-space: nowrap;
}

.mls-footer-quicklinks a:hover,
.mls-footer-quicklinks a:focus-visible {
	color: #e97978 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 900px) {
	.mls-footer-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.mls-header-main {
		gap: 10px;
		width: calc(100% - 16px);
	}

	.mls-brand {
		gap: 8px;
		min-width: 0;
	}

	.mls-brand > span {
		min-width: 0;
	}

	.mls-menu-toggle {
		align-self: center;
		flex: 0 0 42px;
		height: 42px;
		margin-left: auto;
		width: 42px;
	}

	.mls-primary-nav {
		border-radius: 0 0 12px 12px;
		isolation: isolate;
		left: 8px;
		padding: 4px 8px 8px;
		right: 8px;
		z-index: 40;
	}

	.mls-nav-list li {
		padding: 0;
	}

	.mls-nav-list a {
		min-height: 38px;
		padding: 8px;
	}

	.mls-footer-logo-link {
		display: flex;
		max-width: calc(100% - 12px);
		width: max-content;
	}

	.mls-footer-description {
		font-size: 0.75rem;
		margin-top: 12px;
	}

	.mls-footer-quicklinks {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding: 2px 6px 6px;
		scrollbar-width: none;
	}

	.mls-footer-quicklinks::-webkit-scrollbar {
		display: none;
	}

	.mls-footer-quicklinks a {
		flex: 0 0 auto;
	}
}

/*
 * Final responsive polish for the requested navigation, hero banner,
 * trailer titles, and mobile footer layout.
 */
.mls-primary-nav {
	flex: 1 1 auto;
	min-width: 0;
}

.mls-nav-list {
	justify-content: flex-start;
}

.mls-nav-list > li:last-child {
	margin-left: auto;
}

.mls-brand-copy {
	display: block;
	min-width: 0;
}

.mls-hero-art img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
}

.mls-hero-copy h1 {
	font-size: clamp(1.35rem, 3vw, 2.25rem);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-bottom: 6px;
}

.mls-hero-copy .mls-hero-lede,
.mls-hero-copy .mls-hero-tagline {
	color: #111;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(0.9rem, 1.8vw, 1.15rem);
	line-height: 1.35;
	margin: 0 auto 4px;
	max-width: 820px;
}

.mls-hero-copy .mls-hero-tagline {
	font-style: italic;
	margin-bottom: 0;
}

.mls-trailer-card {
	background: rgba(255, 255, 255, 0.72);
}

.mls-trailer-card .mls-trailer-title {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	color: #183943;
	display: flex;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(0.78rem, 1.3vw, 1rem);
	font-style: italic;
	justify-content: center;
	line-height: 1.2;
	min-height: 34px;
	padding: 7px 5px;
	text-align: center;
}

.mls-footer-quicklinks {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	justify-content: center;
}

.mls-footer-quicklinks a {
	margin: 0 !important;
}

@media (max-width: 680px) {
	.mls-header-main {
		align-items: center;
	}

	.mls-brand {
		flex: 1 1 auto;
		min-width: 0;
	}

	.mls-brand-copy {
		white-space: nowrap;
	}

	.mls-hero-art img {
		aspect-ratio: 16 / 9;
	}

	.mls-footer-grid {
		display: block;
		padding-bottom: 18px;
	}

	.mls-footer-quicklinks {
		flex-direction: column;
		gap: 10px;
		justify-content: center;
		padding: 0;
	}

	.mls-footer-quicklinks a {
		white-space: normal;
	}
}

/*
 * Responsive navigation and section polish.
 * Keep the complete tab list visible on laptop/desktop widths; collapse it
 * only for the compact mobile layout.
 */
@media (max-width: 680px) {
	.mls-header-main {
		position: relative;
	}

	.mls-menu-toggle {
		align-items: center;
		background: #183943;
		border: 0;
		border-radius: 50%;
		cursor: pointer;
		display: flex;
		flex: 0 0 42px;
		flex-direction: column;
		gap: 3px;
		height: 42px;
		justify-content: center;
		margin-left: auto;
		padding: 0;
		width: 42px;
	}

	.mls-menu-toggle span {
		background: #fff;
		display: block;
		height: 2px;
		width: 17px;
	}

	.mls-primary-nav {
		background: #fff;
		border: 1px solid #dfeaec;
		border-radius: 0 0 14px 14px;
		box-shadow: 0 14px 28px rgba(24, 57, 67, 0.18);
		display: none;
		left: 0;
		max-height: min(75vh, 560px);
		overflow-y: auto;
		padding: 6px 12px 12px;
		position: absolute;
		right: 0;
		top: calc(100% - 1px);
		z-index: 40;
	}

	.mls-primary-nav.is-open {
		display: block;
	}

	.mls-nav-list {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 0;
		justify-content: flex-start;
	}

	.mls-nav-list > li {
		border-bottom: 1px solid #e8eff0;
	}

	.mls-nav-list > li:last-child {
		margin-left: 0;
	}

	.mls-nav-list a {
		display: block;
		font-size: 0.82rem;
		min-height: 42px;
		padding: 11px 8px;
	}
}

/*
 * Desktop/laptop navigation: keep the brand independent on the left and
 * place the complete navigation compactly on the right in two rows.
 */
@media (min-width: 681px) {
	.mls-header-main {
		gap: 28px;
	}

	.mls-primary-nav {
		flex: 0 1 auto;
		margin-left: auto;
	}

	.mls-nav-list {
		display: grid;
		grid-template-columns: repeat(6, max-content);
		gap: 6px 14px;
		justify-content: end;
	}

	.mls-nav-list > li:last-child {
		margin-left: 0;
	}

	.mls-nav-list a {
		white-space: nowrap;
	}
}

@media (min-width: 681px) and (max-width: 900px) {
	.mls-header-main {
		gap: 16px;
	}

	.mls-brand {
		flex: 0 1 230px;
		min-width: 0;
	}

	.mls-brand strong {
		font-size: 2.25rem;
	}

	.mls-brand small {
		font-size: 0.58rem;
		white-space: nowrap;
	}

	.mls-nav-list {
		gap: 5px 8px;
	}

	.mls-nav-list a {
		font-size: 0.62rem;
	}
}

/*
 * The circled areas in the supplied screenshots are kept in the same
 * storybook style, with clearer hierarchy, depth, and restrained motion.
 */
.mls-header-intro {
	border-bottom: 1px solid rgba(222, 131, 125, 0.35);
}

.mls-hero-copy {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 0 0 18px 18px;
	box-shadow: 0 8px 22px rgba(40, 74, 91, 0.08);
	padding: 16px 18px 14px;
}

.mls-author-copy h2,
.mls-section-heading h2,
.mls-centered-heading h2 {
	display: inline-block;
	padding-bottom: 8px;
	position: relative;
}

.mls-author-copy h2::after,
.mls-section-heading h2::after,
.mls-centered-heading h2::after {
	background: #e97978;
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 56px;
}

.mls-author-copy h2::after {
	left: 0;
	transform: none;
}

.mls-my-world,
.mls-section--books,
.mls-trailers,
.mls-category-section {
	position: relative;
}

.mls-my-world::before,
.mls-section--books::before,
.mls-trailers::before,
.mls-category-section::before {
	background: linear-gradient(90deg, transparent, rgba(233, 121, 120, 0.55), transparent);
	content: "";
	height: 1px;
	left: 10%;
	position: absolute;
	right: 10%;
	top: 0;
}

.mls-world-card,
.mls-book-cover-link,
.mls-trailer-card,
.mls-category-card {
	transition: box-shadow 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}

.mls-world-card:hover,
.mls-world-card:focus-visible,
.mls-book-cover-link:hover,
.mls-book-cover-link:focus-visible,
.mls-trailer-card:hover,
.mls-trailer-card:focus-visible,
.mls-category-card:hover,
.mls-category-card:focus-visible {
	filter: saturate(1.05);
	transform: translateY(-3px);
}

.mls-footer-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(0.78rem, 1.1vw, 0.92rem);
	line-height: 1.65;
	margin: 14px auto 0;
	max-width: 760px;
}

@media (max-width: 680px) {
	.mls-hero-copy {
		border-radius: 0 0 14px 14px;
		padding: 13px 10px 12px;
	}

	.mls-author-copy h2,
	.mls-section-heading h2,
	.mls-centered-heading h2 {
		padding-bottom: 7px;
	}

	.mls-footer-description {
		max-width: 340px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mls-world-card,
	.mls-book-cover-link,
	.mls-trailer-card,
	.mls-category-card {
		transition: none;
	}
}

/*
 * Final mobile corrections from the latest phone screenshots:
 * keep the world heading on one readable line, move the book-store CTA
 * below the covers, and keep the footer lockup and links centered/horizontal.
 */
.mls-books-cta {
	align-items: center;
	background: linear-gradient(135deg, #fff8f1, #eef8f8);
	border: 1px solid #e4edef;
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(24, 57, 67, 0.08);
	display: flex;
	justify-content: center;
	margin: 24px auto 0;
	max-width: 520px;
	padding: 14px 16px;
	text-align: center;
	width: 100%;
}

.mls-books-cta .mls-text-link {
	background: linear-gradient(135deg, #183943, #28636d);
	border: 2px solid #183943;
	border-radius: 999px;
	box-shadow: 0 9px 18px rgba(24, 57, 67, 0.2);
	color: #fff;
	display: inline-flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	margin: 0;
	min-width: 180px;
	padding: 12px 24px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mls-books-cta .mls-text-link:hover,
.mls-books-cta .mls-text-link:focus-visible {
	background: #e97978;
	border-color: #e97978;
	box-shadow: 0 9px 18px rgba(233, 121, 120, 0.25);
	color: #fff;
	transform: translateY(-2px);
}

.mls-books-cta .mls-text-link:focus-visible {
	outline: 3px solid rgba(233, 121, 120, 0.35);
	outline-offset: 3px;
}

@media (max-width: 680px) {
	.mls-my-world-copy h2 {
		font-size: clamp(1.25rem, 5.3vw, 1.55rem);
		letter-spacing: -0.055em;
		line-height: 1.08;
		margin-bottom: 14px;
		white-space: nowrap;
	}

	.mls-books-cta {
		margin-top: 20px;
		padding: 12px 10px;
	}

	.mls-books-cta .mls-text-link {
	font-size: 0.88rem;
	padding: 11px 20px;
	}

	.mls-footer-logo-wrap {
		width: 100%;
	}

	.mls-footer-logo-link {
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 100%;
	}

	.mls-footer-logo-link > span {
		text-align: left;
	}

	.mls-footer-quicklinks {
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px 17px;
		justify-content: center;
		overflow: visible;
		padding: 0 8px;
	}

	.mls-footer-quicklinks a {
		flex: 0 0 auto;
		white-space: nowrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mls-books-cta .mls-text-link {
		transition: none;
	}
}

/*
 * Hard lock the footer brand into one centered horizontal lockup.
 * The logo image and the text are separate flex items; this prevents older
 * theme rules from turning the lockup into a vertical stack on phones.
 */
.mls-footer-logo-wrap > .mls-footer-logo-link {
	align-items: center !important;
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 10px !important;
	justify-content: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100%;
	text-align: left;
	vertical-align: middle;
	width: max-content !important;
}

.mls-footer-logo-wrap > .mls-footer-logo-link > .mls-footer-logo {
	flex: 0 0 58px !important;
	height: 58px !important;
	width: 58px !important;
}

.mls-footer-logo-wrap > .mls-footer-logo-link > .mls-brand-copy {
	display: block !important;
	flex: 0 0 auto !important;
	min-width: 0;
}

@media (max-width: 680px) {
	.mls-footer-logo-wrap > .mls-footer-logo-link {
		gap: 8px !important;
		width: max-content !important;
	}

	.mls-footer-logo-wrap > .mls-footer-logo-link > .mls-footer-logo {
		flex-basis: 50px !important;
		height: 50px !important;
		width: 50px !important;
	}
}

/*
 * Footer quicklinks: show the complete set as a centered, wrapping row.
 * This remains readable on narrow phones without horizontal scrolling.
 */
.mls-footer-grid {
	display: block !important;
	width: 100%;
}

.mls-footer-quicklinks {
	align-items: center !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	gap: 10px 18px !important;
	justify-content: center !important;
	margin: 0 auto !important;
	padding: 0 8px !important;
	text-align: center !important;
	width: 100%;
}

.mls-footer-quicklinks a {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	white-space: nowrap !important;
}

/*
 * Homepage latest posts: a compact eight-post grid that sits immediately
 * before Featured Books without changing the existing book section.
 */
.mls-latest-posts {
border-top: 4px solid var(--mls-coral-line);
padding-top: 15px;
}

.mls-latest-posts .mls-section-heading {
margin-bottom: 14px;
}

.mls-latest-posts-grid {
display: grid;
gap: 12px;
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mls-latest-posts-empty {
background: rgba(255, 255, 255, 0.72);
border: 1px solid rgba(255, 255, 255, 0.92);
box-shadow: 0 8px 18px rgba(40, 74, 91, 0.07);
color: #405c65;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.82rem;
padding: 22px 16px;
text-align: center;
}

.mls-latest-posts-empty p {
margin: 0;
}

.mls-latest-post-card {
background: rgba(255, 255, 255, 0.78);
border: 1px solid rgba(255, 255, 255, 0.92);
box-shadow: 0 8px 18px rgba(40, 74, 91, 0.08);
min-width: 0;
transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.mls-latest-post-card:hover,
.mls-latest-post-card:focus-within {
box-shadow: 0 13px 25px rgba(40, 74, 91, 0.14);
transform: translateY(-3px);
}

.mls-latest-post-card > a {
color: inherit;
display: flex;
flex-direction: column;
height: 100%;
text-decoration: none;
}

.mls-latest-post-media {
aspect-ratio: 16 / 9;
background: #d6eef2;
overflow: hidden;
}

.mls-latest-post-media img {
display: block;
height: 100%;
object-fit: cover;
transition: transform 0.35s ease;
width: 100%;
}

.mls-latest-post-card:hover .mls-latest-post-media img,
.mls-latest-post-card:focus-within .mls-latest-post-media img {
transform: scale(1.04);
}

.mls-latest-post-media--empty {
align-items: center;
background: linear-gradient(135deg, #d6eef2, #f9d9d0);
color: #183943;
display: flex;
font-family: Georgia, "Times New Roman", serif;
font-size: 2.1rem;
justify-content: center;
}

.mls-latest-post-content {
display: flex;
flex: 1;
flex-direction: column;
padding: 12px 12px 14px;
}

.mls-latest-post-content time {
color: #7d5656;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.64rem;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
}

.mls-latest-post-content h3 {
color: #111;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(1rem, 1.45vw, 1.2rem);
font-weight: 700;
line-height: 1.15;
margin: 6px 0 7px;
}

.mls-latest-post-content p {
color: #405c65;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.76rem;
line-height: 1.45;
margin: 0;
}

.mls-latest-post-link {
color: #7d5656;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7rem;
font-weight: 700;
margin-top: auto;
padding-top: 14px;
}

.mls-latest-post-link span {
font-size: 0.88rem;
}

.mls-posts-view-more-wrap {
display: flex;
justify-content: center;
margin-top: 18px;
}

.mls-posts-view-more {
align-items: center;
background: linear-gradient(115deg, #183943, #2b6970, #e97978, #183943);
background-size: 260% 100%;
border: 0;
box-shadow: 0 8px 16px rgba(24, 57, 67, 0.17);
color: #fff;
display: inline-flex;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.78rem;
font-weight: 700;
gap: 9px;
letter-spacing: 0.04em;
overflow: hidden;
padding: 11px 18px;
position: relative;
text-decoration: none;
transition: box-shadow 0.22s ease, transform 0.22s ease;
animation: mlsPostsButtonShift 6s ease infinite;
}

.mls-posts-view-more::before {
background: rgba(255, 255, 255, 0.22);
content: "";
height: 180%;
left: -35%;
position: absolute;
top: -40%;
transform: rotate(22deg);
transition: left 0.45s ease;
width: 18%;
}

.mls-posts-view-more:hover,
.mls-posts-view-more:focus-visible {
box-shadow: 0 11px 22px rgba(233, 121, 120, 0.28);
color: #fff;
transform: translateY(-2px);
}

.mls-posts-view-more:hover::before,
.mls-posts-view-more:focus-visible::before {
left: 120%;
}

.mls-posts-view-more__label,
.mls-posts-view-more__arrow {
position: relative;
z-index: 1;
}

.mls-posts-view-more__arrow {
font-size: 1rem;
line-height: 1;
}

.mls-posts-view-more:focus-visible {
outline: 3px solid rgba(233, 121, 120, 0.42);
outline-offset: 3px;
}

/*
 * The supplied client reference shows an outlined, playful display face for
 * the Mona Liza name. Keep this scoped to the two logo lockups only.
 */
.mls-brand strong,
.mls-footer-logo-link strong {
color: #fff;
font-family: "Cabin Sketch", "Comic Sans MS", "Chalkboard SE", "Marker Felt", cursive;
font-weight: 700;
letter-spacing: 0;
line-height: 0.95;
-webkit-text-fill-color: #fff;
-webkit-text-stroke: 1px #111;
}

.mls-brand-mark {
	border-radius: 12px;
	object-fit: contain;
}

.mls-brand-copy strong {
	font-family: "Cabin Sketch", "Comic Sans MS", "Chalkboard SE", "Marker Felt", cursive;
	font-size: clamp(1.7rem, 3.6vw, 2.8rem);
	font-weight: 700;
	-webkit-text-stroke: 0.8px #111;
}

.mls-author-photo--logo {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #fff;
}

.mls-press-row img {
	flex-basis: 150px;
	height: 70px;
	max-height: 70px;
	max-width: 150px;
}

.mls-source-books .mls-coloring-card__title {
	font-family: "Cabin Sketch", "Comic Sans MS", "Chalkboard SE", "Marker Felt", cursive;
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

@media (max-width: 680px) {
	.mls-author-photo--logo {
		max-width: 260px;
	}

	.mls-press-row img {
		flex-basis: 110px;
		height: 54px;
		max-height: 54px;
		max-width: 110px;
	}
}

.mls-footer-logo-link strong {
font-size: clamp(1.9rem, 4vw, 3rem);
}

@keyframes mlsPostsButtonShift {
0%, 100% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
}

/*
 * Client-requested homepage and footer refinements.
 */
.mls-brand-copy small {
	font-size: clamp(0.86rem, 1.1vw, 1.05rem);
}

.mls-hero-copy .mls-hero-lede {
	font-size: clamp(1.8rem, 3.6vw, 2.3rem);
	line-height: 1.15;
}

.mls-hero-copy .mls-hero-tagline {
	font-size: clamp(1.15rem, 2.2vw, 1.45rem);
	line-height: 1.3;
}

.mls-quote-band p {
	max-width: 1000px;
}

.mls-footer-legal-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	justify-content: center;
	margin-top: 12px;
}

.mls-footer-legal-links a {
	color: #a9c5c8 !important;
	font-size: 0.72rem !important;
	margin: 0 !important;
	white-space: nowrap;
}

.mls-footer-legal-links a:hover,
.mls-footer-legal-links a:focus-visible {
	color: #e97978 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 680px) {
	.mls-brand-copy small {
		font-size: 0.58rem;
	}

	.mls-hero-copy .mls-hero-lede {
		font-size: clamp(1.25rem, 5vw, 1.6rem);
	}

	.mls-hero-copy .mls-hero-tagline {
		font-size: clamp(0.98rem, 3.5vw, 1.15rem);
	}

	.mls-footer-legal-links {
		gap: 5px 12px;
		margin-top: 10px;
	}
}

/*
 * Client logo treatment: keep the existing image icon and style only the
 * "I Am Mona Liza" title text to match the supplied outlined reference.
 */
.mls-brand-copy > strong,
.mls-footer-logo-link .mls-brand-copy > strong {
	color: #fff;
	font-family: "Cabin Sketch", "Comic Sans MS", "Chalkboard SE", "Marker Felt", cursive;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.95;
	text-transform: none;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke: 1px #111;
}

@media (max-width: 900px) {
.mls-latest-posts-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 680px) {
.mls-latest-posts {
padding-top: 12px;
}

.mls-latest-posts-grid {
gap: 8px;
}

.mls-latest-post-content {
padding: 10px 9px 11px;
}

.mls-latest-post-content h3 {
font-size: 0.98rem;
}

.mls-latest-post-content p {
font-size: 0.7rem;
}

.mls-latest-post-link {
font-size: 0.64rem;
padding-top: 10px;
}

.mls-posts-view-more {
font-size: 0.72rem;
padding: 10px 15px;
}
}

@media (prefers-reduced-motion: reduce) {
.mls-latest-post-card,
.mls-latest-post-media img,
.mls-posts-view-more {
animation: none;
transition: none;
}
}

/*
 * Final client logo correction:
 * the letters must be hollow like the supplied reference—transparent inside
 * with only the dark hand-drawn outline visible. Keep the image icon intact.
 */
.mls-brand strong,
.mls-brand-copy > strong,
.mls-logo-title,
.mls-footer-logo-link strong,
.mls-footer-logo-link .mls-brand-copy > strong {
	background: transparent !important;
	color: rgba(0, 0, 0, 0) !important;
	font-family: "Cabin Sketch", "Comic Sans MS", "Chalkboard SE", "Marker Felt", cursive !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	-webkit-text-fill-color: rgba(0, 0, 0, 0) !important;
	-webkit-text-stroke: 1.35px #111 !important;
	text-shadow: none !important;
}

/*
 * Focused inner-page and single-article layout.
 * These templates intentionally contain one centered content column and no
 * sidebar or homepage shopping sections.
 */
.mls-content-page {
padding: clamp(38px, 6vw, 82px) 0;
}

.mls-content-shell {
max-width: 860px;
}

.mls-content-header {
margin: 0 auto clamp(24px, 4vw, 42px);
max-width: 760px;
text-align: center;
}

.mls-content-header .mls-eyebrow {
margin-bottom: 10px;
}

.mls-content-header h1 {
color: #183943;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(2.25rem, 6vw, 4.7rem);
font-weight: 700;
letter-spacing: -0.055em;
line-height: 1;
margin: 0;
position: relative;
animation: mlsContentHeadingIn 0.6s ease both;
}

.mls-content-header h1::after {
background: #e97978;
border-radius: 999px;
bottom: -14px;
content: "";
height: 4px;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 58px;
}

.mls-content-header time {
color: #7d5656;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.72rem;
font-weight: 700;
margin-top: 28px;
}

.mls-content-body {
background: rgba(255, 255, 255, 0.78);
border: 1px solid rgba(255, 255, 255, 0.94);
border-radius: 22px;
box-shadow: 0 14px 32px rgba(40, 74, 91, 0.1);
color: #405c65;
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(0.96rem, 1.4vw, 1.05rem);
line-height: 1.78;
padding: clamp(22px, 5vw, 52px);
}

.mls-content-body > :first-child {
margin-top: 0;
}

.mls-content-body > :last-child {
margin-bottom: 0;
}

.mls-content-body p {
margin: 0 0 1.2em;
}

.mls-content-body h1,
.mls-content-body h2,
.mls-content-body h3 {
animation: mlsContentHeadingIn 0.6s ease both;
color: #183943;
font-family: Georgia, "Times New Roman", serif;
letter-spacing: -0.035em;
line-height: 1.12;
margin: 1.65em 0 0.75em;
padding-bottom: 0.42em;
position: relative;
}

.mls-content-body h1 {
font-size: clamp(1.9rem, 4.5vw, 3.1rem);
}

.mls-content-body h2 {
font-size: clamp(1.55rem, 3.5vw, 2.35rem);
}

.mls-content-body h3 {
font-size: clamp(1.25rem, 2.7vw, 1.75rem);
}

.mls-content-body h1::after,
.mls-content-body h2::after,
.mls-content-body h3::after {
background: linear-gradient(90deg, #e97978, #cbece9);
border-radius: 999px;
bottom: 0;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 58px;
}

.mls-content-body ul,
.mls-content-body ol {
margin: 0 0 1.35em;
padding-left: 1.45em;
}

.mls-content-body li {
margin: 0.42em 0;
padding-left: 0.25em;
transition: color 0.2s ease, transform 0.2s ease;
}

.mls-content-body li:hover {
color: #183943;
transform: translateX(3px);
}

.mls-content-body ul li::marker,
.mls-content-body ol li::marker {
color: #e97978;
font-weight: 700;
}

.mls-content-body a {
color: #9c5c60;
font-weight: 700;
text-decoration: underline;
text-decoration-color: rgba(233, 121, 120, 0.55);
text-underline-offset: 3px;
}

.mls-content-body img,
.mls-content-body video,
.mls-content-body iframe {
display: block;
height: auto;
margin: 1.6em auto;
max-width: 100%;
}

.mls-content-body img {
border-radius: 14px;
box-shadow: 0 9px 22px rgba(40, 74, 91, 0.12);
width: auto;
}

.mls-content-body figure {
margin: 1.8em auto;
max-width: 100%;
text-align: center;
}

.mls-content-body figure img {
margin: 0 auto 0.65em;
}

.mls-content-body figcaption {
color: #7d5656;
font-size: 0.78rem;
font-style: italic;
line-height: 1.45;
}

.mls-content-body blockquote {
background: linear-gradient(135deg, rgba(203, 236, 233, 0.62), rgba(255, 239, 219, 0.56));
border-left: 4px solid #e97978;
border-radius: 0 14px 14px 0;
color: #183943;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(1.05rem, 2vw, 1.3rem);
font-style: italic;
line-height: 1.55;
margin: 1.8em 0;
padding: 18px 20px;
}

.mls-content-body table {
border-collapse: collapse;
display: block;
margin: 1.5em 0;
max-width: 100%;
overflow-x: auto;
width: 100%;
}

.mls-content-body th,
.mls-content-body td {
border: 1px solid #dceaea;
padding: 10px 12px;
text-align: left;
}

.mls-content-body th {
background: #eef8f6;
color: #183943;
font-weight: 700;
}

/* Standard posts never render the featured image in the article view. */
.mls-single-post .post-thumbnail,
.mls-single-post .featured-image,
.mls-single-post > .wp-post-image {
display: none !important;
}

/* Generic styling supports simple HTML forms and common WordPress form plugins. */
.mls-content-body form {
background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(238, 248, 246, 0.78));
border: 1px solid #dceaea;
border-radius: 18px;
box-shadow: 0 10px 24px rgba(40, 74, 91, 0.08);
margin: 1.2em auto 0;
max-width: 660px;
padding: clamp(18px, 4vw, 30px);
}

.mls-content-body form p {
margin-bottom: 15px;
}

.mls-content-body form label {
color: #183943;
display: block;
font-size: 0.78rem;
font-weight: 700;
margin-bottom: 6px;
}

.mls-content-body form input[type="text"],
.mls-content-body form input[type="email"],
.mls-content-body form input[type="url"],
.mls-content-body form input[type="tel"],
.mls-content-body form input[type="number"],
.mls-content-body form input[type="search"],
.mls-content-body form input[type="password"],
.mls-content-body form select,
.mls-content-body form textarea {
background: #fff;
border: 1px solid #c8dfe0;
border-radius: 9px;
color: #183943;
display: block;
font: 400 0.92rem/1.45 Arial, Helvetica, sans-serif;
max-width: 100%;
padding: 11px 12px;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
width: 100%;
}

.mls-content-body form textarea {
min-height: 150px;
resize: vertical;
}

.mls-content-body form input:focus,
.mls-content-body form select:focus,
.mls-content-body form textarea:focus {
border-color: #e97978;
box-shadow: 0 0 0 3px rgba(233, 121, 120, 0.16);
outline: none;
}

.mls-content-body form input[type="checkbox"],
.mls-content-body form input[type="radio"] {
accent-color: #e97978;
width: auto;
}

.mls-content-body form input[type="submit"],
.mls-content-body form button,
.mls-content-body form .wp-element-button,
.mls-content-body form .wpcf7-submit {
background: #183943;
border: 0;
border-radius: 999px;
box-shadow: 0 7px 14px rgba(24, 57, 67, 0.16);
color: #fff;
cursor: pointer;
font: 700 0.8rem/1 Arial, Helvetica, sans-serif;
padding: 12px 20px;
transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mls-content-body form input[type="submit"]:hover,
.mls-content-body form input[type="submit"]:focus-visible,
.mls-content-body form button:hover,
.mls-content-body form button:focus-visible,
.mls-content-body form .wp-element-button:hover,
.mls-content-body form .wp-element-button:focus-visible,
.mls-content-body form .wpcf7-submit:hover,
.mls-content-body form .wpcf7-submit:focus-visible {
background: #e97978;
box-shadow: 0 10px 18px rgba(233, 121, 120, 0.25);
transform: translateY(-2px);
}

.mls-content-body form .wpcf7-form-control-wrap {
display: block;
}

@keyframes mlsContentHeadingIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

@media (max-width: 680px) {
.mls-content-page {
padding: 30px 0 42px;
}

.mls-content-shell {
width: calc(100% - 18px);
}

.mls-content-body {
border-radius: 16px;
font-size: 0.94rem;
line-height: 1.68;
padding: 20px 15px;
}

.mls-content-body form {
border-radius: 14px;
padding: 17px 13px;
}

.mls-content-body img,
.mls-content-body video,
.mls-content-body iframe {
margin-bottom: 1.25em;
margin-top: 1.25em;
}
}

@media (prefers-reduced-motion: reduce) {
.mls-content-header h1 {
animation: none;
}
}

/*
 * Final homepage updates from the latest client notes:
 * eight world cards in one four-column, two-row grid, larger section
 * headings, and no secondary shopping/recommendation callouts.
 */
.mls-world-grid {
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mls-world-card {
	aspect-ratio: 3 / 4;
}

.mls-world-image {
	height: 100%;
	min-height: 0;
	object-fit: contain;
}

/*
 * Final desktop navigation treatment: readable type, tight spacing, and a
 * right-aligned two-row arrangement without crowding the brand.
 */
@media (min-width: 681px) {
	.mls-header-main {
		align-items: center;
		gap: 24px;
	}

	.mls-brand {
		flex: 0 0 auto;
		max-width: 360px;
	}

	.mls-primary-nav {
		display: block;
		flex: 0 0 auto;
		margin-left: auto;
	}

	.mls-nav-list {
		align-items: center;
		column-gap: 12px;
		display: grid;
		grid-template-columns: repeat(6, max-content);
		justify-content: end;
		row-gap: 5px;
	}

	.mls-nav-list > li:last-child {
		margin-left: 0;
	}

	.mls-nav-list > li:nth-child(7) {
		grid-column: 3;
	}

	.mls-nav-list > li:nth-child(8) {
		grid-column: 4;
	}

	.mls-nav-list > li:nth-child(9) {
		grid-column: 5;
	}

	.mls-nav-list > li:nth-child(10) {
		grid-column: 6;
	}

	.mls-nav-list a {
		font-size: 0.86rem;
		line-height: 1.1;
		padding: 2px 0;
		white-space: nowrap;
	}
}

@media (min-width: 681px) and (max-width: 1000px) {
	.mls-header-main {
		gap: 18px;
	}

	.mls-brand {
		max-width: 285px;
	}

	.mls-brand strong {
		font-size: 2.7rem;
	}

	.mls-nav-list {
		column-gap: 8px;
		row-gap: 4px;
	}

	.mls-nav-list a {
		font-size: 0.7rem;
	}
}

.mls-section-heading h2,
.mls-centered-heading h2 {
	font-size: clamp(1.45rem, 3.2vw, 2.15rem);
}

@media (max-width: 900px) {
	.mls-world-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.mls-world-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
	}

	.mls-section-heading h2,
	.mls-centered-heading h2 {
		font-size: clamp(1.35rem, 6vw, 1.85rem);
	}
}

/*
 * Final client corrections:
 * keep both circled homepage CTAs centered, and keep large article images
 * narrower on desktop so portrait content remains readable without distortion.
 */
#featured-books .mls-books-cta {
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#featured-books .mls-books-cta .mls-text-link,
#featured-books [data-mls-books-more] {
display: block;
margin-left: auto;
margin-right: auto;
}

.mls-trailer-more {
align-items: center;
}

.mls-trailer-more-link {
margin-left: auto;
margin-right: auto;
}

@media (min-width: 681px) {
.mls-content-body > img,
.mls-content-body > figure,
.mls-content-body > p > img,
.mls-content-body > p > a > img {
max-width: 680px;
}

.mls-content-body img {
height: auto;
}
}

/*
 * Hero visual treatment requested by the client.
 * The existing hero.jpg remains the source image; these rules only shape its
 * responsive banner presentation and keep its natural proportions intact.
 */
.mls-hero {
padding: 0;
}

.mls-hero-grid {
display: block;
width: 100%;
}

.mls-hero-art {
margin: 0 auto;
max-width: 1440px;
overflow: hidden;
position: relative;
}

.mls-hero-art img {
aspect-ratio: 16 / 9;
display: block;
height: auto;
object-fit: cover;
object-position: center;
width: 100%;
}

.mls-hero-copy {
background: #fff;
border-bottom: 1px solid rgba(222, 131, 125, 0.35);
border-top: 1px solid rgba(222, 131, 125, 0.25);
padding: 16px 20px 14px;
}

@media (min-width: 681px) {
.mls-hero-art {
border-radius: 0 0 24px 24px;
box-shadow: 0 12px 30px rgba(40, 74, 91, 0.14);
}

.mls-hero-copy {
margin: 0 auto;
max-width: 1180px;
}
}

@media (max-width: 680px) {
.mls-hero-art {
border-radius: 0 0 14px 14px;
}

.mls-hero-copy {
padding-left: 12px;
padding-right: 12px;
}
}
/*
 * Mona Liza visual layout pass
 * Keeps the existing logo, menu labels, links, hero asset, content, and
 * WordPress behavior intact. These rules only tune the first viewport to the
 * supplied editorial travel-blog reference.
 */
@media (min-width: 681px) {
	.mls-site-header {
		background: #ffffff;
		border-bottom: 1px solid #eeeeee;
		box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
		position: relative;
		z-index: 20;
	}

	.mls-header-main {
		align-items: center;
		justify-content: space-between;
		min-height: 82px;
		padding: 4px 0;
	}

	.mls-primary-nav {
		display: block;
		flex: 1 1 auto;
		margin-left: auto;
		min-width: 0;
	}

	.mls-nav-wrap {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}

	.mls-nav-list {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		gap: 6px 17px;
		justify-content: flex-end;
		margin: 0;
		padding: 0;
	}

	.mls-nav-list > li {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.mls-nav-list a {
		color: #444444;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.68rem;
		font-weight: 600;
		letter-spacing: 0.035em;
		text-transform: uppercase;
	}

	.mls-nav-list a:hover,
	.mls-nav-list a:focus-visible {
		color: #e97978;
	}
}

.mls-hero {
		background: #ffffff;
		padding: 0;
}

.mls-hero-grid {
		display: block;
		max-width: none;
		position: relative;
		width: 100%;
}

.mls-hero-art {
		border-radius: 0;
		box-shadow: none;
		margin: 0;
		max-width: none;
		width: 100%;
}

.mls-hero-art img {
		aspect-ratio: auto;
		display: block;
		height: clamp(300px, 43vw, 560px);
		object-fit: cover;
		object-position: center center;
		width: 100%;
}

/* The supplied hero asset already contains its own title and tagline. */
.mls-hero-copy {
	display: none;
}

.mls-quote-band {
		background: #ffffff;
		border-bottom: 4px solid #de837d;
		padding: 18px 20px 15px;
}

@media (max-width: 980px) and (min-width: 681px) {
	.mls-header-main {
		gap: 18px;
	}

	.mls-nav-list {
		gap: 5px 10px;
	}

	.mls-nav-list a {
		font-size: 0.61rem;
	}
}

@media (max-width: 680px) {
	.mls-site-header {
		background: #ffffff;
		border-bottom: 1px solid #eeeeee;
		box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
	}

	.mls-header-main {
		min-height: 78px;
		padding: 0;
	}

	.mls-hero-art img {
		aspect-ratio: 1.2 / 1;
		height: auto;
		object-position: center center;
	}
}

/*
 * Final navigation alignment requested from the annotated screenshots.
 * The text labels and their destinations stay unchanged; the symbols are
 * decorative CSS only and do not replace the accessible menu text.
 */
@media (min-width: 981px) {
	.mls-brand {
		align-items: center;
		display: flex;
		flex: 0 0 auto;
		flex-direction: row;
		white-space: nowrap;
	}

	.mls-brand-copy {
		min-width: 0;
	}

	.mls-brand strong {
		white-space: nowrap;
	}

	.mls-nav-list {
		display: grid;
		grid-template-columns: repeat(7, max-content);
		grid-auto-rows: auto;
		align-items: center;
		column-gap: 14px;
		row-gap: 5px;
	}

	.mls-nav-list > li:nth-child(8) {
		grid-column: 5;
	}

	.mls-nav-list > li:nth-child(9) {
		grid-column: 6;
	}

	.mls-nav-list > li:nth-child(10) {
		grid-column: 7;
	}
}

.mls-nav-list > li::before {
	color: #8e6264;
	display: inline-block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.78rem;
	line-height: 1;
	margin-right: 4px;
	vertical-align: -0.04em;
}

.mls-nav-list > li:nth-child(1)::before { content: "⌂"; }
.mls-nav-list > li:nth-child(2)::before { content: "♡"; }
.mls-nav-list > li:nth-child(3)::before { content: "✈"; }
.mls-nav-list > li:nth-child(4)::before { content: "◉"; }
.mls-nav-list > li:nth-child(5)::before { content: "▤"; }
.mls-nav-list > li:nth-child(6)::before { content: "♡"; }
.mls-nav-list > li:nth-child(7)::before { content: "☂"; }
.mls-nav-list > li:nth-child(8)::before { content: "☆"; }
.mls-nav-list > li:nth-child(9)::before { content: "▣"; }
.mls-nav-list > li:nth-child(10)::before { content: "✉"; }

@media (max-width: 680px) {
	.mls-brand {
		align-items: center;
		display: flex;
		flex-direction: row;
		max-width: calc(100% - 54px);
		white-space: nowrap;
	}

	.mls-brand-copy {
		min-width: 0;
	}

	.mls-brand strong {
		font-size: clamp(1.35rem, 7vw, 1.9rem);
		white-space: nowrap;
	}

	.mls-brand small {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mls-nav-list > li::before {
		font-size: 0.72rem;
	}
}

/*
 * Screenshot-matched final pass:
 * - give the desktop logo and nav breathing room;
 * - keep each mobile icon and label on one aligned row;
 * - place the unchanged hero image inside a soft, blurred frame like the
 *   supplied travel-blog reference;
 * - keep the existing trailer cards and CTA, only tightening their scale.
 */
@media (min-width: 981px) {
	.mls-header-main {
		flex-wrap: nowrap;
	}

	.mls-primary-nav {
		margin-left: clamp(32px, 4.5vw, 76px);
	}

	.mls-nav-list {
		column-gap: 10px;
	}

	.mls-nav-list a {
		font-size: 0.61rem;
		letter-spacing: 0.025em;
	}

	.mls-nav-list > li::before {
		font-size: 0.7rem;
		margin-right: 3px;
	}
}

@media (max-width: 680px) {
	.mls-nav-list {
		display: grid;
		gap: 0;
		grid-template-columns: 1fr;
	}

	.mls-nav-list > li {
		align-items: center;
		display: flex;
		min-height: 53px;
		padding: 0 8px;
	}

	.mls-nav-list > li::before {
		flex: 0 0 24px;
		margin: 0 7px 0 0;
		text-align: center;
	}

	.mls-nav-list > li a {
		display: block;
		flex: 1 1 auto;
		min-height: 0;
		padding: 15px 4px;
	}
}

.mls-hero {
	background: #ffffff;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(16px, 3vw, 38px) 0;
	position: relative;
}

.mls-hero::before {
	background: url("../images/hero.jpg") center / cover no-repeat;
	content: "";
	filter: blur(24px);
	inset: -28px;
	opacity: 0.35;
	position: absolute;
	transform: scale(1.04);
	z-index: -2;
}

.mls-hero::after {
	background: rgba(255, 255, 255, 0.54);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.mls-hero-grid {
	border: 8px solid rgba(255, 255, 255, 0.9);
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(40, 74, 91, 0.18);
	margin: 0 auto;
	overflow: hidden;
	width: min(1180px, calc(100% - 32px));
}

.mls-hero-art img {
	aspect-ratio: 2.55 / 1;
	height: auto;
	object-fit: cover;
	object-position: center center;
}

.mls-trailers {
	background: #ffffff;
}

.mls-trailer-more {
	margin-top: 20px;
}

.mls-trailer-more-link {
	font-size: 0.82rem;
	min-width: min(100%, 215px);
	padding: 10px 22px;
}

@media (max-width: 680px) {
	.mls-hero {
		padding: 12px 0;
	}

	.mls-hero-grid {
		border-width: 5px;
		border-radius: 12px;
		width: calc(100% - 20px);
	}

	.mls-hero-art img {
		aspect-ratio: 1.2 / 1;
	}
}

/*
 * Deterministic desktop navigation rows.
 * The fallback menu is intentionally split after Kindness & Community so
 * the desktop alignment does not depend on viewport text measurement.
 */
@media (min-width: 981px) {
	.mls-nav-lines {
		align-items: flex-end;
		display: flex;
		flex-direction: column;
		gap: 4px;
		width: 100%;
	}

	.mls-nav-list {
		align-items: center;
		display: flex;
		flex: 0 0 auto;
		flex-wrap: nowrap;
		gap: 0 10px;
		justify-content: flex-end;
		width: max-content;
	}

	.mls-nav-list > li {
		margin-left: 0 !important;
	}

	.mls-nav-list > li:nth-child(8),
	.mls-nav-list > li:nth-child(9),
	.mls-nav-list > li:nth-child(10) {
		grid-column: auto;
	}
}

/* The second desktop row keeps the correct symbols after the PHP split. */
.mls-nav-list--row-2 > li:nth-child(1)::before { content: "☆"; }
.mls-nav-list--row-2 > li:nth-child(2)::before { content: "▣"; }
.mls-nav-list--row-2 > li:nth-child(3)::before { content: "✉"; }

@media (max-width: 680px) {
	.mls-nav-lines {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.mls-nav-list {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.mls-nav-list > li {
		margin-left: 0 !important;
	}
}

/*
 * Featured books: show eight cards first, then reveal the remaining cards
 * with the plugin's existing View More control.
 */
#featured-books .mls-book-grid--limited:not(.is-expanded) .mls-book-card:nth-child(n + 9) {
display: none;
}

#featured-books .mls-book-grid--limited.is-expanded .mls-book-card:nth-child(n + 9) {
display: flex;
}

#featured-books .mls-books-more {
align-items: center;
background: linear-gradient(135deg, #183943, #28636d);
border: 0;
border-radius: 999px;
box-shadow: 0 10px 22px rgba(24, 57, 67, 0.22);
color: #fff;
cursor: pointer;
display: flex;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.84rem;
font-weight: 700;
gap: 10px;
justify-content: center;
letter-spacing: 0.04em;
margin: 30px auto 0;
min-height: 50px;
min-width: 190px;
padding: 13px 24px;
text-transform: uppercase;
transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#featured-books .mls-books-more::after {
content: "↓";
font-size: 1.15rem;
line-height: 1;
}

#featured-books .mls-books-more:hover,
#featured-books .mls-books-more:focus-visible {
background: linear-gradient(135deg, #e97978, #c95f69);
box-shadow: 0 12px 25px rgba(201, 95, 105, 0.28);
color: #fff;
transform: translateY(-2px);
}

#featured-books .mls-books-more:focus-visible {
outline: 3px solid rgba(233, 121, 120, 0.38);
outline-offset: 4px;
}

@media (max-width: 560px) {
#featured-books .mls-books-more {
margin-top: 24px;
min-width: min(100%, 220px);
}
}

/*
 * Preserve the complete hero image.
 * The supplied hero.jpg already contains the artwork and text, so it must not
 * be forced into a shorter crop on desktop or mobile.
 */
.mls-hero-art img {
aspect-ratio: auto;
height: auto;
object-fit: contain;
object-position: center center;
}
