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