/*
 * 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;
}

/* 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;
}

@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, 1.35fr) minmax(190px, 330px);
	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;
}

.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;
}

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

.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(4, minmax(0, 1fr));
}

.mls-world-card {
	border: 1px solid rgba(24, 57, 67, 0.08);
	border-radius: 16px;
	color: #183943;
	display: flex;
	flex-direction: column;
	min-height: 214px;
	padding: 20px 18px;
	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-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: 190px;
		padding: 16px 13px;
	}

	.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.
 * Collapse the long page list before it becomes cramped, including on
 * tablet-sized browser viewports and mobile browsers using desktop mode.
 */
@media (max-width: 1180px) {
	.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;
	}
}

/*
 * 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;
}

.mls-books-cta .mls-text-link {
	background: #183943;
	border: 2px solid #183943;
	border-radius: 999px;
	box-shadow: 0 7px 14px rgba(24, 57, 67, 0.16);
	color: #fff;
	display: inline-flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 10px 18px;
	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.76rem;
		padding: 9px 15px;
	}

	.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;
}