/*
 * Site Design reflection layer.
 *
 * This file is loaded after responsive.css. Every selector is rooted in a
 * validated body class so Studio choices have one final, auditable cascade
 * without changing the semantic content saved in WordPress.
 */

:root {
	--mm-mobile-body-size: 15.5px;
	--mm-hero-overlay-opacity: 0.2;
	--mm-header-compact-top: 67.2px;
	--mm-header-balanced-top: 76.16px;
	--mm-header-spacious-top: 89.6px;
	--mm-header-compact-total: 115.2px;
	--mm-header-balanced-total: 132.16px;
	--mm-header-spacious-total: 153.6px;
	--mm-desktop-hero-height: 76.16svh;
}

/* WordPress remains the source of the site name and tagline. These classes
 * only decide where the header copy is visible; the footer is unaffected. */
body.mm-brand-tagline-none .site-branding--header .site-description {
	display: none;
}

@media (min-width: 768px) {
	body.mm-brand-tagline-mobile .site-branding--header .site-description {
		display: none;
	}

	body.mm-brand-tagline-desktop .site-branding--header .site-description,
	body.mm-brand-tagline-both .site-branding--header .site-description {
		display: block;
	}
}

@media (max-width: 767px) {
	body.mm-brand-tagline-desktop .site-branding--header .site-description {
		display: none;
	}

	body.mm-brand-tagline-mobile .site-branding--header .site-description,
	body.mm-brand-tagline-both .site-branding--header .site-description {
		display: block;
	}
}

/* Header alignment and vertical rhythm. */
@media (min-width: 901px) {
	body.mm-header-align-center .site-header__top {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	}

	body.mm-header-align-center .site-branding--header {
		grid-column: 2;
		justify-self: center;
	}

	body.mm-header-align-center .site-header__utilities {
		grid-column: 3;
		justify-self: end;
		margin-left: 0;
	}

	body.mm-header-spacing-compact {
		--mm-header-height: var(--mm-header-compact-total);
	}

	body.mm-header-spacing-compact .site-header__top {
		min-height: var(--mm-header-compact-top);
	}

	body.mm-header-spacing-compact .site-header__menu-row,
	body.mm-header-spacing-compact .primary-menu,
	body.mm-header-spacing-compact .primary-menu > li > a {
		min-height: 48px;
	}

	body.mm-header-spacing-balanced {
		--mm-header-height: var(--mm-header-balanced-total);
	}

	body.mm-header-spacing-balanced .site-header__top {
		min-height: var(--mm-header-balanced-top);
	}

	body.mm-header-spacing-balanced .site-header__menu-row,
	body.mm-header-spacing-balanced .primary-menu,
	body.mm-header-spacing-balanced .primary-menu > li > a {
		min-height: 56px;
	}

	body.mm-header-spacing-spacious {
		--mm-header-height: var(--mm-header-spacious-total);
	}

	body.mm-header-spacing-spacious .site-header__top {
		min-height: var(--mm-header-spacious-top);
	}

	body.mm-header-spacing-spacious .site-header__menu-row,
	body.mm-header-spacing-spacious .primary-menu,
	body.mm-header-spacing-spacious .primary-menu > li > a {
		min-height: 64px;
	}

	body.mm-menu-scale-compact .primary-menu > li > a {
		padding-inline: clamp(0.32rem, 0.55vw, 0.65rem);
		font-size: clamp(0.6rem, 0.5rem + 0.15vw, 0.68rem);
		letter-spacing: 0.045em;
	}

	body.mm-menu-scale-generous .primary-menu > li > a {
		padding-inline: clamp(0.52rem, 0.9vw, 1rem);
		font-size: clamp(0.7rem, 0.58rem + 0.2vw, 0.8rem);
		letter-spacing: 0.095em;
	}
}

@media (max-width: 900px) {
	body.mm-header-spacing-compact {
		--mm-header-height: 64px;
	}

	body.mm-header-spacing-balanced {
		--mm-header-height: 72px;
	}

	body.mm-header-spacing-spacious {
		--mm-header-height: 82px;
	}

	body[class*="mm-header-spacing-"] .site-header__top {
		min-height: var(--mm-header-height);
	}

	body.mm-menu-scale-compact .primary-menu > li > a {
		font-size: 0.78rem;
		letter-spacing: 0.045em;
	}

	body.mm-menu-scale-generous .primary-menu > li > a {
		font-size: 0.94rem;
		letter-spacing: 0.08em;
	}
}

/* Header decoration variants use the existing non-content-bearing elements. */
body.mm-header-decoration-rule .site-header__haze,
body.mm-header-decoration-lotus .site-header__haze,
body.mm-header-decoration-none .site-header__haze,
body.mm-header-decoration-none .site-header__rule {
	display: none;
}

body.mm-header-decoration-none .site-header__menu-row {
	border-top-color: transparent;
	background: transparent;
}

body.mm-header-decoration-none .site-header.is-scrolled {
	box-shadow: none;
}

body.mm-header-decoration-lotus .site-header__top::after {
	position: absolute;
	bottom: 0.65rem;
	left: 50%;
	z-index: 1;
	width: clamp(4rem, 7vw, 6.5rem);
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(143, 91, 109, 0.48) 27%, rgba(111, 91, 134, 0.5) 52%, rgba(70, 111, 120, 0.44) 75%, transparent);
	opacity: 0.56;
	pointer-events: none;
	transform: translateX(-50%);
}

body.mm-header-decoration-lotus .site-branding--header,
body.mm-header-decoration-lotus .site-header__utilities {
	position: relative;
	z-index: 2;
}

@media (max-width: 900px) {
	body.mm-header-decoration-lotus .site-header__top::after {
		display: none;
	}
}

/* Global frame choices preserve individual fixed-page presentation modes. */
body.mm-page-frame-open .public-singular-container,
body.mm-page-frame-open .public-archive-main .archive-layout {
	width: min(100%, 1280px);
	border-color: transparent;
	background: var(--mm-paper);
	box-shadow: none;
}

body.mm-page-frame-open .page-frame--standard {
	width: min(100%, 1280px);
}

body.mm-page-frame-transparent .public-singular-container,
body.mm-page-frame-transparent .public-archive-main .archive-layout {
	border-color: rgba(91, 82, 75, 0.1);
	background: rgba(255, 254, 251, 0.58);
	box-shadow: 0 1.5rem 4.75rem rgba(75, 68, 63, 0.04);
	-webkit-backdrop-filter: blur(18px) saturate(1.04);
	backdrop-filter: blur(18px) saturate(1.04);
}

body.mm-page-frame-transparent .page-frame--standard {
	width: min(100%, 1180px);
	background: transparent;
}

body.mm-page-frame-paper .entry-page--managed-surface,
body.mm-page-frame-transparent .entry-page--managed-surface {
	position: relative;
	padding: clamp(2.5rem, 5vw, 4.75rem);
	border: 1px solid rgba(91, 82, 75, 0.11);
	border-radius: 2px;
	background:
		radial-gradient(34rem 22rem at 3% 2%, rgba(234, 190, 203, 0.085), transparent 72%),
		radial-gradient(34rem 22rem at 97% 18%, rgba(188, 221, 225, 0.085), transparent 72%),
		rgba(255, 254, 251, 0.82);
	box-shadow: 0 1.75rem 5rem rgba(75, 68, 63, 0.045);
	-webkit-backdrop-filter: blur(14px) saturate(1.03);
	backdrop-filter: blur(14px) saturate(1.03);
}

body.mm-page-frame-transparent .entry-page--managed-surface {
	background:
		radial-gradient(34rem 22rem at 3% 2%, rgba(234, 190, 203, 0.065), transparent 72%),
		radial-gradient(34rem 22rem at 97% 18%, rgba(188, 221, 225, 0.065), transparent 72%),
		rgba(255, 254, 251, 0.58);
	box-shadow: 0 1.5rem 4.75rem rgba(75, 68, 63, 0.04);
	-webkit-backdrop-filter: blur(18px) saturate(1.04);
	backdrop-filter: blur(18px) saturate(1.04);
}

@media (max-width: 767px) {
	body.mm-page-frame-paper .entry-page--managed-surface,
	body.mm-page-frame-transparent .entry-page--managed-surface {
		padding: clamp(1.5rem, 7vw, 2.25rem);
	}
}

body.mm-page-frame-transparent .public-singular-main,
body.mm-page-frame-transparent .public-archive-main,
body.mm-page-frame-transparent .page-main--standard,
body.mm-page-frame-transparent .page-main--posts-index {
	background: transparent;
}

/* SiteDesign now has one Mincho identity. The mixed selector remains only as
 * an update-safe bridge for an old cached body class. */
body.mm-font-mixed,
body.mm-font-serif {
	font-family: var(--mm-font-serif);
}

@media (max-width: 767px) {
	body.mm-mobile-body-compact,
	body.mm-mobile-body-balanced,
	body.mm-mobile-body-generous {
		font-size: var(--mm-mobile-body-size);
	}
}

/* Post heading, date and image presentation. */
body.mm-post-header-left .public-entry > .public-entry__header {
	align-items: flex-start;
	text-align: left;
}

body.mm-post-header-left .public-entry > .public-entry__header .entry-title {
	text-align: left;
}

body.mm-post-header-left .public-entry > .public-entry__header .entry-meta {
	justify-content: flex-start;
}

.posted-on > a,
.reading-index__date,
.editorial-index__date {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.3rem;
}

.entry-date-separator {
	opacity: 0.5;
}

body.mm-post-date-none .editorial-index__link {
	grid-template-columns: minmax(0, 1fr) 2.4rem;
}

body.mm-post-date-none .entry-meta .entry-categories::before {
	display: none;
}

body.mm-content-image-square .public-entry > .public-entry__content img {
	border-radius: 0;
}

body.mm-content-image-subtle .public-entry > .public-entry__content img {
	border-radius: 0.35rem;
}

body.mm-content-image-soft .public-entry > .public-entry__content img {
	border-radius: 1rem;
}

/* Main visual modes and responsive source. */
.front-hero__picture {
	display: block;
	width: 100%;
	height: 100%;
}

body.mm-hero-media-single .front-hero__photograph--main {
	inset: 0;
}

body.mm-hero-media-single .front-hero--editorial .front-hero__photograph--main {
	right: 0;
	bottom: 0;
	left: 0;
}

body.mm-hero-media-single .front-hero__visual::before {
	inset: 1.25rem -1.25rem -1.25rem 1.25rem;
}

body.mm-hero-media-none .front-hero__inner,
body.mm-hero-media-none .front-hero--editorial .front-hero__inner {
	grid-template-columns: minmax(0, 1fr);
}

body.mm-hero-media-none .front-hero__copy {
	width: 100%;
	max-width: 76rem;
}

body.mm-hero-media-none .front-hero--cinematic,
body.mm-hero-media-none .front-hero--cinematic .front-hero__inner {
	min-height: 0;
}

body.mm-hero-media-none .front-hero--cinematic .front-hero__copy {
	width: 100%;
	padding-top: clamp(2rem, 5vw, 4rem);
}

/* Overlay intensity is a CSS variable so previews can change it without
 * introducing one generated selector per percentage. */
body[class*="mm-hero-overlay-"] .front-hero__photograph::after {
	opacity: var(--mm-hero-overlay-opacity);
}

body.mm-hero-overlay-haze .front-hero__photograph::after {
	background: linear-gradient(132deg, rgba(234, 190, 203, 0.42), transparent 43%, rgba(188, 221, 225, 0.4));
}

body.mm-hero-overlay-wash .front-hero__photograph::after {
	background:
		radial-gradient(circle at 14% 18%, rgba(234, 190, 203, 0.68), transparent 54%),
		radial-gradient(circle at 88% 82%, rgba(188, 221, 225, 0.66), transparent 57%),
		linear-gradient(135deg, rgba(213, 201, 232, 0.44), transparent 58%);
}

body.mm-hero-overlay-veil .front-hero__photograph::after {
	background: linear-gradient(118deg, rgba(40, 39, 36, 0.54), rgba(91, 82, 75, 0.18) 44%, rgba(255, 253, 248, 0.12));
}

body.mm-hero-overlay-none .front-hero__photograph::after {
	opacity: 0;
}

@media (max-width: 767px) {
	.front-hero__picture .front-hero__image--main {
		object-position: var(--mm-hero-mobile-focus-x) var(--mm-hero-mobile-focus-y) !important;
	}

	body.mm-post-date-none .editorial-index__cue {
		grid-row: 1;
	}
}

/*
 * Image-first home composition.
 *
 * The existing "cinematic / 大きな写真とメニュー" choice now has a distinct
 * editorial structure: one full-width photograph, the real WordPress primary
 * menu immediately below it, then the authored statement in a generous paper
 * field. Inner pages keep the same menu in the normal global header.
 */
body.mindmanual-image-first-home .front-hero--cinematic {
	min-height: 0;
	padding: 0;
	overflow: visible;
	background:
		radial-gradient(52rem 30rem at 9% 84%, var(--mm-rose-wash), transparent 72%),
		radial-gradient(58rem 34rem at 92% 96%, var(--mm-water-wash), transparent 74%),
		var(--mm-paper);
}

body.mindmanual-image-first-home .front-hero--cinematic::before {
	display: none;
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	width: 100%;
	max-width: none;
	min-height: 0;
	margin: 0;
	gap: 0;
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__visual {
	position: relative;
	inset: auto;
	order: 1;
	width: 100%;
	height: clamp(24rem, var(--mm-desktop-hero-height), 72rem);
	min-height: 0;
	margin: 0;
	overflow: hidden;
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__visual::before {
	inset: auto 0 0;
	z-index: 5;
	height: 1px;
	border: 0;
	background: linear-gradient(90deg, rgba(143, 91, 109, 0.22), rgba(114, 91, 49, 0.12) 48%, rgba(70, 111, 120, 0.24));
	transform: none;
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__photograph--main {
	inset: 0;
	border: 0;
	clip-path: none;
	box-shadow: none;
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__photograph--main::after {
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.025), transparent 66%, rgba(255, 253, 248, 0.16)),
		linear-gradient(112deg, rgba(234, 190, 203, 0.12), transparent 40%, rgba(188, 221, 225, 0.11));
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__photograph--portrait {
	right: auto;
	bottom: clamp(1.25rem, 3vw, 3rem);
	left: max(var(--mm-gutter), calc((100vw - var(--mm-ultra)) / 2));
	width: clamp(10rem, 14vw, 14rem);
	border-width: clamp(0.38rem, 0.55vw, 0.62rem);
	box-shadow: 0 1.5rem 4rem rgba(52, 45, 48, 0.1);
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__lotus-trace {
	top: auto;
	right: max(var(--mm-gutter), calc((100vw - var(--mm-ultra)) / 2));
	bottom: clamp(1.3rem, 3vw, 3rem);
	left: auto;
	transform: none;
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__visual-rule {
	top: auto;
	right: max(var(--mm-gutter), calc((100vw - var(--mm-ultra)) / 2));
	bottom: clamp(6rem, 9vw, 8.5rem);
}

body.mindmanual-image-first-home .site-header--front {
	position: sticky;
	top: var(--mm-admin-offset, 0px);
	order: 2;
	width: 100%;
	margin: 0;
	background: rgba(255, 253, 248, 0.955);
	box-shadow: none;
}

body.mindmanual-image-first-home .site-header--front .site-header__haze {
	opacity: 0.42;
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__copy {
	position: relative;
	inset: auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	order: 3;
	width: min(calc(100% - var(--mm-gutter) - var(--mm-gutter)), var(--mm-ultra));
	max-width: none;
	margin-inline: auto;
	padding: clamp(5.5rem, 9vw, 9rem) 0 clamp(6rem, 10vw, 10rem);
	border-bottom: 0;
	background: transparent;
	gap: clamp(1.5rem, 3vw, 2.75rem) clamp(3rem, 8vw, 8rem);
}

@media (min-width: 901px) {
	body.mindmanual-image-first-home .front-hero--cinematic .front-hero__copy {
		padding-left: clamp(2.25rem, 3.2vw, 3.75rem);
	}
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__copy::before {
	display: none;
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__kicker,
body.mindmanual-image-first-home .front-hero--cinematic h1 {
	grid-column: 1 / -1;
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__kicker {
	margin: 0;
}

body.mindmanual-image-first-home .front-hero--cinematic h1 {
	width: 100%;
	max-width: none;
	margin: clamp(0.8rem, 1.6vw, 1.4rem) 0 0;
	font-size: clamp(2.45rem, 1.45rem + 3vw, 4.8rem);
	line-height: 1.25;
	letter-spacing: 0.035em;
	white-space: nowrap;
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__lead {
	align-self: start;
	max-width: 48rem;
	margin: 0;
	font-size: clamp(0.98rem, 0.92rem + 0.18vw, 1.08rem);
	line-height: 2.25;
}

body.mindmanual-image-first-home .front-hero--cinematic .front-hero__actions {
	align-self: start;
	justify-content: flex-end;
	width: auto;
	margin: 0;
}

@media (max-width: 900px) {
	body.mindmanual-image-first-home .front-hero--cinematic .front-hero__visual {
		height: clamp(28rem, 74vw, 38rem);
	}

	body.mindmanual-image-first-home .front-hero--cinematic .front-hero__copy {
		grid-template-columns: minmax(0, 1fr);
		padding-block: clamp(4.75rem, 9vw, 6.5rem) clamp(5rem, 10vw, 7rem);
		gap: 1.75rem;
	}

	body.mindmanual-image-first-home .front-hero--cinematic .front-hero__kicker,
	body.mindmanual-image-first-home .front-hero--cinematic h1 {
		grid-column: 1;
	}

	body.mindmanual-image-first-home .front-hero--cinematic .front-hero__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	body.mindmanual-image-first-home .front-hero--cinematic .front-hero__visual {
		height: clamp(23.5rem, 102vw, 31rem);
	}

	body.mindmanual-image-first-home .front-hero--cinematic .front-hero__photograph--portrait {
		bottom: 1rem;
		left: var(--mm-gutter);
		width: clamp(7.75rem, 29vw, 9rem);
	}

	body.mindmanual-image-first-home .front-hero--cinematic .front-hero__lotus-trace,
	body.mindmanual-image-first-home .front-hero--cinematic .front-hero__visual-rule {
		display: none;
	}

	body.mindmanual-image-first-home .front-hero--cinematic .front-hero__copy {
		width: min(calc(100% - 2.5rem), var(--mm-ultra));
		padding-block: 4.25rem 5.5rem;
	}

	body.mindmanual-image-first-home .front-hero--cinematic .front-hero__kicker {
		align-items: flex-start;
		gap: 0.8rem;
	}

	body.mindmanual-image-first-home .front-hero--cinematic .front-hero__opening-line {
		width: 3rem;
		margin-top: 0.65rem;
	}

	body.mindmanual-image-first-home .front-hero--cinematic h1 {
		margin-top: 0.35rem;
		font-size: clamp(2rem, 9.2vw, 2.85rem);
		line-height: 1.42;
		letter-spacing: 0.025em;
		white-space: normal;
	}
}

/* Single essays open as a deliberate reading surface. The public menu and
 * media utilities leave the keyboard order; the brand and an explicit return
 * route remain available without a screen-covering overlay. */
body.mindmanual-reading-focus {
	--mm-header-height: 74px;
	background: #f1eee8;
}

body.mindmanual-reading-focus .site-header {
	min-height: var(--mm-header-height);
	border-bottom-color: rgba(91, 82, 75, 0.08);
	background: rgba(247, 244, 238, 0.94);
	box-shadow: 0 0.9rem 2.8rem rgba(61, 56, 52, 0.035);
}

body.mindmanual-reading-focus .site-header__top {
	display: flex;
	justify-content: center;
	min-height: var(--mm-header-height);
}

body.mindmanual-reading-focus .site-branding--header {
	justify-self: center;
	margin-inline: auto;
}

body.mindmanual-reading-focus .site-header__utilities,
body.mindmanual-reading-focus .site-header__menu-row {
	display: none;
}

body.mindmanual-reading-focus .site-header__haze {
	opacity: 0.24;
}

body.mindmanual-reading-focus .site-header__rule {
	opacity: 0.38;
	transform: scaleX(0.72);
}

body.mindmanual-reading-focus .public-singular-main {
	position: relative;
	padding-top: clamp(3.5rem, 6vw, 6.25rem);
	background:
		radial-gradient(58rem 38rem at -8% 7%, rgba(97, 89, 79, 0.07), transparent 72%),
		radial-gradient(46rem 32rem at 106% 34%, rgba(116, 108, 96, 0.055), transparent 74%),
		linear-gradient(180deg, #f2efe8 0%, #ebe7de 100%);
}

body.mindmanual-reading-focus .public-singular-container,
body.mindmanual-reading-focus.mm-page-frame-open .public-singular-container,
body.mindmanual-reading-focus.mm-page-frame-transparent .public-singular-container {
	position: relative;
	width: min(100%, 1120px);
	border: 1px solid rgba(91, 82, 75, 0.105);
	background:
		radial-gradient(ellipse at 16% 18%, rgba(81, 74, 65, 0.024) 0 0.7px, transparent 1px) 0 0 / 9px 11px,
		radial-gradient(ellipse at 72% 64%, rgba(255, 255, 255, 0.5) 0 0.8px, transparent 1.1px) 2px 3px / 13px 15px,
		radial-gradient(42rem 30rem at 3% 1%, rgba(105, 96, 84, 0.045), transparent 74%),
		radial-gradient(38rem 28rem at 98% 22%, rgba(120, 111, 97, 0.035), transparent 76%),
		linear-gradient(108deg, #faf7ef 0%, #fffdf8 48%, #f8f4eb 100%);
	box-shadow:
		0 1.8rem 5.5rem rgba(59, 54, 51, 0.065),
		0 0.3rem 1.2rem rgba(59, 54, 51, 0.025);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

body.mindmanual-reading-focus .reading-focus-return {
	width: min(100%, 900px);
	margin: 0 auto clamp(3rem, 5vw, 4.5rem);
	background: linear-gradient(90deg, rgba(247, 231, 235, 0.12), transparent 44%, rgba(228, 241, 241, 0.13));
}

body.mindmanual-reading-focus .reading-focus-return a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0.45rem 0.1rem;
	border-bottom: 1px solid rgba(111, 91, 134, 0.28);
	color: var(--mm-ink-soft);
	font-family: var(--mm-font-sans);
	font-size: 0.68rem;
	font-weight: 650;
	letter-spacing: 0.09em;
	text-decoration: none;
	gap: 0.75rem;
	transition: color var(--mm-transition), gap 340ms var(--mm-ease);
}

body.mindmanual-reading-focus .reading-focus-return a:hover,
body.mindmanual-reading-focus .reading-focus-return a:focus-visible {
	color: var(--mm-iris-deep);
	gap: 1rem;
}

body.mindmanual-reading-focus .site-footer {
	border-top-color: transparent;
	background:
		radial-gradient(34rem 18rem at 0 0, rgba(184, 153, 165, 0.07), transparent 70%),
		radial-gradient(36rem 20rem at 100% 100%, rgba(146, 182, 188, 0.07), transparent 72%),
		#eeebe5;
}

body.mindmanual-reading-focus .site-footer__atmosphere {
	opacity: 0.42;
}

@media (max-width: 767px) {
	body.mindmanual-reading-focus .public-singular-main {
		padding-top: 2.5rem;
	}

	body.mindmanual-reading-focus .public-singular-container,
	body.mindmanual-reading-focus.mm-page-frame-open .public-singular-container,
	body.mindmanual-reading-focus.mm-page-frame-transparent .public-singular-container {
		padding-top: 1.5rem;
		box-shadow: 0 1.5rem 4.5rem rgba(59, 54, 51, 0.085);
	}

	body.mindmanual-reading-focus .reading-focus-return {
		margin-bottom: 2.35rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.mindmanual-reading-focus .reading-focus-return a {
		transition: none;
	}
}

@media print {
	body.mm-page-frame-paper .entry-page--managed-surface,
	body.mm-page-frame-transparent .entry-page--managed-surface {
		padding: 0 !important;
		border: 0 !important;
		background: #fff !important;
		box-shadow: none !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}
}
