/**
 * MOMOTOKYO 1.0 — image-led editorial system.
 */

.momo-v4 {
	--momo-white: #ffffff;
	--momo-ink: #171517;
	--momo-muted: #6f686d;
	--momo-pink: #e9a9ba;
	--momo-pink-soft: #f8e9ee;
	--momo-lilac: #eee9f7;
	--momo-blue: #e9f2f5;
	--momo-line: #ded8dc;
	--momo-placeholder: #f2eff1;
	--momo-focus: #ae3f64;
	box-sizing: border-box;
	width: min(100%, 1360px);
	margin-inline: auto;
	color: var(--momo-ink);
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.momo-v4 *,
.momo-v4 *::before,
.momo-v4 *::after {
	box-sizing: inherit;
}

.momo-v4 a {
	color: inherit;
}

.momo-v4 a:focus-visible,
.momo-editorial-footer a:focus-visible {
	outline: 3px solid var(--momo-focus, #ae3f64);
	outline-offset: 3px;
}

.momo-v4 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
}

.momo-v4 h2,
.momo-v4 h3,
.momo-v4 p {
	margin-top: 0;
}

.momotokyo-home-v4 .momo-v4 h2,
.momotokyo-home-v4 .momo-v4 h3 {
	margin-top: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
	font-family: inherit;
	letter-spacing: 0;
}

.momotokyo-home-v4 .momo-v4 h2::before,
.momotokyo-home-v4 .momo-v4 h2::after,
.momotokyo-home-v4 .momo-v4 h3::before,
.momotokyo-home-v4 .momo-v4 h3::after {
	display: none !important;
	content: none !important;
}

.momotokyo-home-v4 .entry-title,
.momotokyo-home-v4 .post-title,
.momotokyo-home-v4 .page-title {
	display: none !important;
}

/* Compact, fashion-led site header. */
.momotokyo-home-v4 #header {
	border-bottom: 1px solid #ece8ea;
	background: #fff;
}

.momotokyo-home-v4 #header > .container {
	width: min(100% - 40px, 1360px);
	max-width: 1360px;
}

.momotokyo-home-v4 #header .headerInfo.no-desc {
	display: flex;
	min-height: 92px;
	align-items: center;
	flex-direction: row !important;
	flex-wrap: nowrap;
	gap: 38px;
}

.momotokyo-home-v4 #header .siteInfo {
	width: 330px !important;
	flex: 0 0 330px !important;
	margin: 0;
	padding: 0 !important;
}

.momotokyo-home-v4 #header .siteInfo__logo,
.momotokyo-home-v4 #header .siteInfo__title {
	display: block !important;
	width: 330px !important;
	height: auto !important;
	margin: 0;
	padding: 0 !important;
}

.momotokyo-home-v4 #header .custom-logo-link {
	display: block !important;
	width: 330px !important;
	height: auto !important;
}

.momotokyo-home-v4 #header .custom-logo {
	display: block;
	width: min(100%, 330px);
	height: auto;
}

.momotokyo-home-v4 #header .gnav {
	margin-left: auto !important;
}

.momotokyo-home-v4 #header .gNavList {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.1vw, 34px);
}

.momotokyo-home-v4 #header .gNavList > li > a {
	padding: 32px 0;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.momotokyo-home-v4 #header .search-button-icon {
	font-size: 18px;
}

.momotokyo-home-v4 .momo-editorial-footer {
	display: none;
}

.momo-v4-opening {
	display: grid;
	grid-template-columns: minmax(150px, 0.65fr) minmax(320px, 1.35fr) minmax(300px, 1fr);
	gap: clamp(24px, 4vw, 64px);
	align-items: center;
	margin: 0;
	padding: 32px clamp(24px, 4vw, 64px);
	background: var(--momo-pink-soft);
}

.momo-v4-opening h2 {
	margin: 0 !important;
	font-size: clamp(28px, 2.7vw, 42px) !important;
	font-weight: 700;
	line-height: 1.35;
}

.momo-v4-opening > p:last-child {
	margin-bottom: 0;
	color: #5f575c;
	font-size: 14px;
	line-height: 1.8;
}

.momo-v4-kicker {
	margin-bottom: 8px;
	color: #7b5361;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.5;
	text-transform: uppercase;
}

.momo-v4-featured {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(310px, 0.92fr);
	gap: clamp(18px, 2.5vw, 36px);
	padding: clamp(26px, 4vw, 54px) clamp(18px, 3.5vw, 48px) clamp(54px, 7vw, 94px);
}

.momo-v4-lead a,
.momo-v4-card__link {
	display: block;
	text-decoration: none;
}

.momo-v4-lead__media,
.momo-v4-card__media {
	overflow: hidden;
	background: var(--momo-placeholder);
}

.momo-v4-lead__media {
	aspect-ratio: 16 / 9;
}

.momo-v4-lead__copy {
	max-width: 920px;
	padding-top: 24px;
}

.momo-v4-lead__copy h2 {
	max-width: 900px;
	margin-bottom: 14px !important;
	font-size: clamp(31px, 3.2vw, 50px) !important;
	font-weight: 700;
	line-height: 1.35;
}

.momo-v4-lead__copy > p:last-child {
	max-width: 760px;
	margin-bottom: 0;
	color: var(--momo-muted);
	font-size: 15px;
}

.momo-v4-lead__category {
	margin-bottom: 8px;
	color: #5e565b;
	font-size: 12px;
	font-weight: 600;
}

.momo-v4-featured__side {
	display: grid;
	align-content: start;
	gap: 28px;
}

.momo-v4-featured__side .momo-v4-card + .momo-v4-card {
	padding-top: 28px;
	border-top: 1px solid var(--momo-line);
}

.momo-v4-featured__side .momo-v4-card__media {
	aspect-ratio: 4 / 3;
}

.momo-v4-featured__side .momo-v4-card__body {
	padding-top: 14px;
}

.momo-v4-featured__side .momo-v4-card__summary {
	display: none;
}

.momo-v4-featured__side .momo-v4-card h3 {
	font-size: clamp(17px, 1.6vw, 22px) !important;
}

.momo-v4-brand-note {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
	gap: 32px;
	align-items: end;
	padding: clamp(44px, 7vw, 88px) clamp(24px, 7vw, 100px);
	background: var(--momo-lilac);
}

.momo-v4-brand-note p {
	max-width: 900px;
	margin-bottom: 0;
	font-size: clamp(28px, 4vw, 56px);
	font-weight: 700;
	line-height: 1.35;
}

.momo-v4-brand-note span {
	color: #5d5663;
	font-size: 15px;
	line-height: 1.8;
}

.momo-v4-find {
	display: grid;
	grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(28px, 5vw, 72px);
	margin-inline: clamp(18px, 4vw, 56px);
	padding-block: clamp(48px, 7vw, 82px);
	border-bottom: 1px solid var(--momo-line);
}

.momo-v4-section-title h2,
.momo-v4-section-heading h2 {
	margin-bottom: 0 !important;
	font-size: clamp(29px, 3vw, 44px) !important;
	font-weight: 700;
	line-height: 1.35;
}

.momo-v4-find__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.momo-v4-find__links a {
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 18px;
	border: 1px solid var(--momo-line);
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.momo-v4-find__links a:hover {
	background: var(--momo-pink-soft);
}

.momo-v4-find__links b {
	font-size: 18px;
	font-weight: 400;
}

.momo-v4-section {
	margin-inline: clamp(18px, 4vw, 56px);
	padding-block: clamp(58px, 8vw, 108px);
	border-bottom: 1px solid var(--momo-line);
}

.momo-v4-section-heading {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.75fr);
	gap: 32px;
	align-items: end;
	margin-bottom: clamp(26px, 4vw, 48px);
}

.momo-v4-section-heading > p {
	max-width: 540px;
	margin: 0 0 3px;
	justify-self: end;
	color: var(--momo-muted);
	font-size: 14px;
}

.momo-v4-latest-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(14px, 1.8vw, 26px);
}

.momo-v4-story-grid {
	display: grid;
	gap: clamp(18px, 2.4vw, 32px);
}

.momo-v4-story-grid--count-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.momo-v4-story-grid--count-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.momo-v4-story-grid--count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momo-v4-story-grid--count-1 .momo-v4-card__link {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: clamp(24px, 4vw, 58px);
	align-items: center;
}

.momo-v4-story-grid--count-1 .momo-v4-card__body {
	padding-top: 0;
}

.momo-v4-card__media {
	aspect-ratio: 4 / 3;
}

.momo-v4-card__body {
	padding-top: 15px;
}

.momo-v4-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 12px;
	margin-bottom: 7px;
	color: #756d72;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.momo-v4-card h3 {
	display: -webkit-box;
	margin-bottom: 9px !important;
	overflow: hidden;
	font-size: clamp(16px, 1.45vw, 20px) !important;
	font-weight: 700;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.momo-v4-card__summary,
.momo-v4-card__context {
	margin-bottom: 0;
	color: var(--momo-muted);
	font-size: 13px;
	line-height: 1.75;
}

.momo-v4-card__context {
	margin-top: 10px;
	font-size: 11px;
	font-weight: 600;
}

.momo-v4-card--latest h3 {
	font-size: clamp(14px, 1.2vw, 17px) !important;
}

.momo-v4-card--latest .momo-v4-card__media {
	aspect-ratio: 3 / 4;
}

.momo-v4-disclosure {
	display: inline-block;
	margin: 0 0 7px;
	padding: 2px 6px;
	background: var(--momo-pink-soft);
	color: #4e454a;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.45;
}

.momo-v4-image-blank {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--momo-placeholder);
}

.momo-v4-lead a:hover img,
.momo-v4-card__link:hover img {
	transform: scale(1.018);
}

.momo-v4-community,
.momo-v4-social {
	margin: clamp(48px, 7vw, 96px) clamp(18px, 4vw, 56px);
	padding: clamp(34px, 5vw, 64px);
	background: var(--momo-blue);
}

.momo-v4-community h2,
.momo-v4-social h2 {
	margin-bottom: 16px !important;
	font-size: clamp(28px, 3vw, 42px) !important;
	font-weight: 700;
	line-height: 1.4;
}

.momo-v4-community__question {
	font-size: 18px;
	font-weight: 600;
}

.momo-v4-button {
	display: inline-flex;
	min-width: 180px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	padding: 11px 20px;
	background: #d87f99;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.momo-v4-button--dark {
	background: var(--momo-ink);
}

.momo-v4-about {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: clamp(32px, 6vw, 90px);
	align-items: end;
	padding: clamp(56px, 8vw, 108px) clamp(24px, 7vw, 100px);
	background: var(--momo-ink);
	color: #fff;
}

.momo-v4-about h2 {
	margin-bottom: 14px !important;
	font-size: clamp(34px, 4vw, 58px) !important;
	font-weight: 700;
	line-height: 1.3;
}

.momo-v4-about p:not(.momo-v4-kicker) {
	max-width: 650px;
	margin-bottom: 0;
	color: #d8d3d6;
}

.momo-v4-about .momo-v4-kicker {
	color: #e7a9bb;
}

.momo-v4-about nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
}

.momo-v4-about nav a {
	display: flex;
	min-height: 44px;
	align-items: center;
	border-bottom: 1px solid #514c4f;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

/* Article and policy-page components retained from the verified 0.3.6 release. */
.momo-article-disclosure {
	box-sizing: border-box;
	margin-block: 12px 18px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #6f676b;
	font-size: 13px;
	line-height: 1.6;
}

.momo-article-disclosure strong {
	display: inline;
	margin-right: 0.45em;
	font-size: inherit;
}

.momo-article-disclosure p {
	display: inline;
	margin: 0;
}

.momo-page-lead {
	font-size: clamp(24px, 20px + 1vw, 36px);
	font-weight: 700;
	line-height: 1.55;
}

.momo-article-product-link a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: 1px solid #241f21;
	color: #241f21;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.momo-article-product-link a:hover,
.momo-article-product-link a:focus-visible {
	background: #241f21;
	color: #fff;
}

.momo-editor-note {
	box-sizing: border-box;
	margin-block: 24px;
	padding: 16px 20px;
	border-left: 4px solid #ae3f64;
	background: #f8e9ee;
	color: #241f21;
	font-size: 16px;
	line-height: 1.75;
}

.momo-editor-note p {
	margin: 8px 0 0;
}

.momo-editor-note h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
}

.momo-editorial-footer {
	box-sizing: border-box;
	padding: 50px 24px;
	border-top: 1px solid #ded8dc;
	background: #f7f4f5;
	color: #171517;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.momo-editorial-footer__inner {
	width: min(100%, 1220px);
	margin-inline: auto;
}

.momo-editorial-footer__name {
	margin: 0 0 12px;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.momo-editorial-footer__inner > p:not(.momo-editorial-footer__name) {
	max-width: 690px;
	margin: 0;
	font-size: 13px;
	line-height: 1.85;
}

.momo-editorial-footer ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 24px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.momo-editorial-footer a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: #171517;
	font-size: 12px;
	font-weight: 600;
}

@media (max-width: 1100px) {
	.momotokyo-home-v4 #header .headerInfo.no-desc {
		gap: 24px;
	}

	.momotokyo-home-v4 #header .siteInfo {
		width: 260px !important;
		flex-basis: 260px !important;
	}

	.momotokyo-home-v4 #header .siteInfo__logo,
	.momotokyo-home-v4 #header .siteInfo__title,
	.momotokyo-home-v4 #header .custom-logo-link {
		width: 260px !important;
	}

	.momotokyo-home-v4 #header .gNavList {
		gap: 16px;
	}

	.momo-v4-opening {
		grid-template-columns: 0.55fr 1.2fr 1fr;
	}

	.momo-v4-featured {
		grid-template-columns: minmax(0, 1.6fr) minmax(270px, 0.9fr);
	}

	.momo-v4-latest-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.momo-v4-story-grid--count-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.momotokyo-home-v4 #header > .container {
		width: min(100% - 28px, 720px);
	}

	.momotokyo-home-v4 #header .headerInfo.no-desc {
		min-height: 68px;
		justify-content: center;
	}

	.momotokyo-home-v4 #header .siteInfo {
		width: 180px !important;
		flex: 0 1 180px !important;
	}

	.momotokyo-home-v4 #header .siteInfo__logo,
	.momotokyo-home-v4 #header .siteInfo__title,
	.momotokyo-home-v4 #header .custom-logo-link {
		width: 180px !important;
		margin: 0 !important;
	}

	.momotokyo-home-v4 #header .custom-logo {
		width: min(100%, 180px);
	}

	.momo-v4 {
		font-size: 15px;
		line-height: 1.7;
	}

	.momo-v4-opening {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 24px 20px 26px;
	}

	.momo-v4-opening h2 {
		font-size: clamp(26px, 7.7vw, 34px) !important;
	}

	.momo-v4-opening > p:last-child {
		margin-top: 4px;
		font-size: 13px;
	}

	.momo-v4-featured {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 18px 16px 48px;
	}

	.momo-v4-lead__media {
		aspect-ratio: 4 / 3;
	}

	.momo-v4-lead__copy {
		padding-top: 18px;
	}

	.momo-v4-lead__copy h2 {
		font-size: clamp(26px, 7.4vw, 34px) !important;
		line-height: 1.4;
	}

	.momo-v4-lead__copy > p:last-child {
		font-size: 14px;
	}

	.momo-v4-featured__side {
		gap: 0;
	}

	.momo-v4-featured__side .momo-v4-card,
	.momo-v4-featured__side .momo-v4-card + .momo-v4-card {
		padding-block: 18px;
		border-top: 1px solid var(--momo-line);
	}

	.momo-v4-featured__side .momo-v4-card__link {
		display: grid;
		grid-template-columns: 126px minmax(0, 1fr);
		gap: 15px;
		align-items: start;
	}

	.momo-v4-featured__side .momo-v4-card__body {
		padding-top: 0;
	}

	.momo-v4-featured__side .momo-v4-card__summary {
		display: none;
	}

	.momo-v4-featured__side .momo-v4-card h3 {
		font-size: 16px !important;
	}

	.momo-v4-brand-note {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 46px 20px;
	}

	.momo-v4-brand-note p {
		font-size: clamp(27px, 8.2vw, 38px);
	}

	.momo-v4-find {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-inline: 16px;
		padding-block: 44px;
	}

	.momo-v4-section-title h2,
	.momo-v4-section-heading h2 {
		font-size: 28px !important;
	}

	.momo-v4-find__links {
		grid-template-columns: 1fr;
	}

	.momo-v4-find__links a {
		min-height: 58px;
	}

	.momo-v4-section {
		margin-inline: 16px;
		padding-block: 52px;
	}

	.momo-v4-section-heading {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 24px;
	}

	.momo-v4-section-heading > p {
		justify-self: start;
		font-size: 13px;
	}

	.momo-v4-latest-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 12px;
	}

	.momo-v4-card--latest h3 {
		font-size: 15px !important;
		-webkit-line-clamp: 4;
	}

	.momo-v4-story-grid,
	.momo-v4-story-grid--count-4,
	.momo-v4-story-grid--count-3,
	.momo-v4-story-grid--count-2 {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.momo-v4-story-grid--count-1 .momo-v4-card__link {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.momo-v4-story-grid--count-1 .momo-v4-card__body {
		padding-top: 15px;
	}

	#momo-v3-weekend .momo-v4-story-grid {
		gap: 0;
	}

	#momo-v3-weekend .momo-v4-card {
		padding-block: 17px;
		border-top: 1px solid var(--momo-line);
	}

	#momo-v3-weekend .momo-v4-card__link {
		display: grid;
		grid-template-columns: 122px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
	}

	#momo-v3-weekend .momo-v4-card__body {
		padding-top: 0;
	}

	#momo-v3-weekend .momo-v4-card__summary {
		display: none;
	}

	#momo-v3-weekend .momo-v4-card h3 {
		font-size: 16px !important;
	}

	.momo-v4-community,
	.momo-v4-social {
		margin: 42px 16px;
		padding: 30px 20px;
	}

	.momo-v4-about {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 54px 20px;
	}

	.momo-v4-about h2 {
		font-size: 36px !important;
	}

	.momo-v4-about nav {
		grid-template-columns: 1fr;
	}

	.momo-editorial-footer {
		padding: 38px 20px;
	}

	.momo-editorial-footer ul {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
	}
}

@media (max-width: 360px) {
	.momo-v4-featured__side .momo-v4-card__link,
	#momo-v3-weekend .momo-v4-card__link {
		grid-template-columns: 104px minmax(0, 1fr);
		gap: 12px;
	}

	.momo-v4-latest-grid {
		grid-template-columns: 1fr;
	}

	.momo-v4-card--latest .momo-v4-card__link {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 13px;
	}

	.momo-v4-card--latest .momo-v4-card__body {
		padding-top: 0;
	}
}

/*
 * 1.1 cute visual layer.
 * Soft, fashion-led details inspired by the selected reference sites without
 * changing editorial order, accessibility, disclosure or content logic.
 */
.momo-v4 {
	--momo-ink: #2b2025;
	--momo-muted: #74686f;
	--momo-pink: #f58faf;
	--momo-pink-soft: #fff0f5;
	--momo-lilac: #f2edff;
	--momo-blue: #edf8ff;
	--momo-line: #eadfe4;
	--momo-placeholder: #f8f1f4;
	--momo-focus: #c43e70;
	background: #fffdfd;
}

.momotokyo-home-v4 {
	background: #fffdfd;
}

.momotokyo-home-v4 #header {
	border-bottom-color: #f1e5ea;
	box-shadow: 0 8px 26px rgb(101 58 77 / 5%);
}

.momotokyo-home-v4 #header .gNavList > li > a {
	border-radius: 999px;
	transition: color 180ms ease, background-color 180ms ease;
}

.momotokyo-home-v4 #header .gNavList > li > a:hover {
	background: #fff0f5;
	color: #b4436b;
}

.momo-v4-opening {
	position: relative;
	overflow: hidden;
	background: linear-gradient(120deg, #fff0f5 0%, #f7efff 58%, #eef8ff 100%);
}

.momo-v4-opening > * {
	position: relative;
	z-index: 1;
}

.momo-v4-opening::before {
	position: absolute;
	top: -58px;
	right: 2.5%;
	color: rgb(229 124 161 / 17%);
	content: "♡";
	font-family: Georgia, serif;
	font-size: 156px;
	font-weight: 400;
	line-height: 1;
	transform: rotate(9deg);
}

.momo-v4-opening::after {
	position: absolute;
	bottom: 10px;
	left: 27%;
	color: rgb(158 122 213 / 24%);
	content: "✦";
	font-size: 22px;
}

.momo-v4-opening h2 {
	color: #321e28 !important;
	letter-spacing: 0.01em;
}

.momo-v4-kicker {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	padding: 4px 9px;
	border-radius: 999px;
	background: #fff0f5;
	color: #a5486a;
	letter-spacing: 0.13em;
}

.momo-v4-opening .momo-v4-kicker {
	background: rgb(255 255 255 / 72%);
}

.momo-v4-lead__media,
.momo-v4-card__media {
	border-radius: 20px;
	box-shadow: 0 12px 34px rgb(68 38 51 / 8%);
}

.momo-v4-lead__copy h2,
.momo-v4-card h3,
.momo-v4-section-heading h2,
.momo-v4-section-title h2 {
	color: #2b2025 !important;
}

.momo-v4-featured__side .momo-v4-card,
.momo-v4-featured__side .momo-v4-card + .momo-v4-card {
	padding: 12px;
	border: 1px solid #f0e4e9;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 28px rgb(74 40 54 / 6%);
}

.momo-v4-brand-note {
	margin-inline: clamp(18px, 4vw, 56px);
	border: 1px solid rgb(229 183 203 / 34%);
	border-radius: 36px;
	background: linear-gradient(135deg, #ffeef4 0%, #f1ecff 58%, #edf9ff 100%);
	box-shadow: 0 18px 48px rgb(95 57 75 / 7%);
}

.momo-v4-brand-note p {
	color: #35232c;
}

.momo-v4-find__links a {
	border-color: #eddee5;
	border-radius: 18px;
	box-shadow: 0 8px 22px rgb(78 45 60 / 4%);
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.momo-v4-find__links a:nth-child(4n + 1) {
	background: #fff6f9;
}

.momo-v4-find__links a:nth-child(4n + 2) {
	background: #f7f3ff;
}

.momo-v4-find__links a:nth-child(4n + 3) {
	background: #f1faff;
}

.momo-v4-find__links a:hover {
	border-color: #eca9c0;
	background: #fff0f5;
	transform: translateY(-2px);
}

.momo-v4-card__meta > span:first-child {
	padding: 2px 7px;
	border-radius: 999px;
	background: #fff0f5;
	color: #a24b6a;
}

.momo-v4-disclosure {
	border-radius: 999px;
	background: #fcecf2;
	color: #7b4358;
}

.momo-v4-card__link {
	border-radius: 22px;
}

#momo-v3-life,
#momo-v3-weekend,
#momo-v4-partner {
	padding-inline: clamp(20px, 4vw, 54px);
	border: 0;
	border-radius: 36px;
}

#momo-v3-life {
	background: #fff6f9;
}

#momo-v3-weekend {
	background: #f4faff;
}

#momo-v4-partner {
	background: #f8f5ff;
}

.momo-v4-community,
.momo-v4-social {
	border: 1px solid #e6dff2;
	border-radius: 30px;
	background: linear-gradient(125deg, #fff2f6, #f1f6ff);
}

.momo-v4-button {
	border-radius: 999px;
	background: linear-gradient(90deg, #ea82a5, #c98dda);
	box-shadow: 0 10px 24px rgb(202 91 132 / 18%);
}

.momo-v4-about {
	margin: 34px clamp(12px, 2vw, 28px) 0;
	border-radius: 38px 38px 0 0;
	background: linear-gradient(145deg, #3b202d, #251d29);
}

.momo-v4-about .momo-v4-kicker {
	background: rgb(255 255 255 / 10%);
	color: #f4b6cd;
}

.momo-v4-about nav a {
	border-bottom-color: rgb(255 255 255 / 16%);
}

.momo-editorial-footer {
	background: #fff7fa;
}

@media (max-width: 767px) {
	.momo-v4-opening {
		margin: 10px 12px 0;
		border-radius: 24px;
		padding: 28px 20px 30px;
	}

	.momo-v4-opening::before {
		top: -28px;
		right: -10px;
		font-size: 94px;
	}

	.momo-v4-opening::after {
		bottom: 12px;
		left: auto;
		right: 24px;
	}

	.momo-v4-featured {
		padding-top: 20px;
	}

	.momo-v4-lead__media,
	.momo-v4-card__media {
		border-radius: 16px;
	}

	.momo-v4-featured__side .momo-v4-card,
	.momo-v4-featured__side .momo-v4-card + .momo-v4-card {
		margin-top: 12px;
		padding: 10px;
		border: 1px solid #f0e4e9;
		border-radius: 18px;
	}

	.momo-v4-brand-note {
		margin-inline: 12px;
		border-radius: 26px;
		padding: 44px 20px;
	}

	.momo-v4-find__links a {
		border-radius: 16px;
	}

	#momo-v3-life,
	#momo-v3-weekend,
	#momo-v4-partner {
		margin: 32px 12px;
		padding: 44px 16px;
		border-radius: 26px;
	}

	.momo-v4-community,
	.momo-v4-social {
		border-radius: 24px;
	}

	.momo-v4-about {
		margin: 28px 10px 0;
		border-radius: 28px 28px 0 0;
	}
}

/* 1.2 — a more visibly kawaii editorial layer. */
.momotokyo-home-v4 #header::after {
	display: flex;
	min-height: 28px;
	align-items: center;
	justify-content: center;
	padding: 5px 18px;
	background: linear-gradient(90deg, #ffe5ee, #f2eaff, #eaf7ff, #ffe5ee);
	color: #8f4c65;
	content: "NEW STORIES  ♡  MOMOTOKYO  ♡  TOKYO DAY & NIGHT";
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-align: center;
}

.momo-v4-opening {
	background:
		radial-gradient(circle at 18% 24%, rgb(238 151 182 / 20%) 0 2px, transparent 2.6px) 0 0 / 22px 22px,
		linear-gradient(120deg, #ffeaf2 0%, #f4ebff 56%, #e9f7ff 100%);
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 56%);
}

.momo-v4-opening::before {
	top: -48px;
	right: 1.5%;
	color: rgb(223 102 146 / 22%);
	font-size: 174px;
}

.momo-v4-opening::after {
	bottom: 12px;
	left: 26%;
	color: #c899df;
	content: "✦  ♡";
	font-size: 19px;
	letter-spacing: 0.35em;
}

.momo-v4-lead {
	position: relative;
	padding: 12px 12px 26px;
	border: 1px solid #f2e2e9;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 22px 52px rgb(98 54 73 / 10%);
}

.momo-v4-lead::after {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 2;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid rgb(255 255 255 / 78%);
	border-radius: 50%;
	background: rgb(249 151 184 / 88%);
	box-shadow: 0 8px 22px rgb(130 61 88 / 18%);
	color: #fff;
	content: "♡";
	font-family: Georgia, serif;
	font-size: 29px;
	line-height: 1;
}

.momo-v4-lead__media {
	padding: 8px;
	border: 1px solid #f3e5ea;
	border-radius: 24px;
	background: #fff;
}

.momo-v4-lead__media img,
.momo-v4-lead__media .momo-v4-image-blank {
	border-radius: 17px;
}

.momo-v4-lead__copy {
	padding-inline: 8px;
}

.momo-v4-featured__side .momo-v4-card:nth-child(odd) {
	background: #fff7fa;
}

.momo-v4-featured__side .momo-v4-card:nth-child(even) {
	background: #f8f5ff;
}

.momo-v4-brand-note {
	position: relative;
	overflow: hidden;
}

.momo-v4-brand-note::after {
	position: absolute;
	right: clamp(20px, 5vw, 72px);
	bottom: -38px;
	color: rgb(218 113 151 / 16%);
	content: "♡";
	font-family: Georgia, serif;
	font-size: 160px;
	line-height: 1;
	transform: rotate(-10deg);
}

.momo-v4-brand-note > * {
	position: relative;
	z-index: 1;
}

.momo-v4-section-heading h2::after,
.momo-v4-section-title h2::after {
	display: block !important;
	width: 58px;
	height: 7px;
	margin-top: 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f6a0bc, #caa4e9);
	content: "" !important;
}

.momo-v4-latest-grid {
	align-items: stretch;
}

.momo-v4-card--latest {
	padding: 10px;
	border: 1px solid #f1e5ea;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 30px rgb(82 46 62 / 7%);
}

.momo-v4-card--latest:nth-child(5n + 1) { background: #fff7fa; }
.momo-v4-card--latest:nth-child(5n + 2) { background: #f9f6ff; }
.momo-v4-card--latest:nth-child(5n + 3) { background: #f4fbff; }
.momo-v4-card--latest:nth-child(5n + 4) { background: #fffaf2; }
.momo-v4-card--latest:nth-child(5n) { background: #f6fff9; }

#momo-v3-life .momo-v4-card,
#momo-v3-weekend .momo-v4-card,
#momo-v4-partner .momo-v4-card {
	padding: 12px;
	border: 1px solid rgb(235 219 227 / 82%);
	border-radius: 24px;
	background: rgb(255 255 255 / 88%);
	box-shadow: 0 12px 30px rgb(82 46 62 / 6%);
}

.momo-v4-find__links b {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgb(255 255 255 / 82%);
	color: #c2567d;
}

.momo-v4-about {
	position: relative;
	overflow: hidden;
}

.momo-v4-about::before {
	position: absolute;
	top: 28px;
	right: clamp(24px, 5vw, 76px);
	color: rgb(255 188 211 / 18%);
	content: "♡  ✦";
	font-family: Georgia, serif;
	font-size: clamp(34px, 5vw, 64px);
	letter-spacing: 0.18em;
}

.momo-v4-about > * {
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.momotokyo-home-v4 #header::after {
		min-height: 24px;
		padding-inline: 10px;
		font-size: 8px;
		letter-spacing: 0.1em;
	}

	.momo-v4-opening {
		background:
			radial-gradient(circle, rgb(235 141 176 / 18%) 0 1.5px, transparent 2px) 0 0 / 18px 18px,
			linear-gradient(140deg, #ffeaf2, #f2ebff 60%, #eaf8ff);
	}

	.momo-v4-opening::before {
		top: -22px;
		right: -12px;
		font-size: 104px;
	}

	.momo-v4-opening::after {
		left: auto;
		right: 18px;
		font-size: 15px;
	}

	.momo-v4-lead {
		padding: 9px 9px 22px;
		border-radius: 24px;
	}

	.momo-v4-lead::after {
		top: 18px;
		right: 18px;
		width: 42px;
		height: 42px;
		font-size: 24px;
	}

	.momo-v4-lead__media {
		padding: 5px;
		border-radius: 18px;
	}

	.momo-v4-lead__media img,
	.momo-v4-lead__media .momo-v4-image-blank {
		border-radius: 13px;
	}

	.momo-v4-lead__copy {
		padding-inline: 7px;
	}

	.momo-v4-card--latest {
		padding: 8px;
		border-radius: 18px;
	}

	#momo-v3-life .momo-v4-card,
	#momo-v3-weekend .momo-v4-card,
	#momo-v4-partner .momo-v4-card {
		padding: 9px;
		border-radius: 18px;
	}

	.momo-v4-brand-note::after {
		right: -22px;
		bottom: -20px;
		font-size: 112px;
	}
}

/* 1.3 — one lead story and four supporting stories, without repetition. */
.momo-v4-featured {
	grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
	align-items: start;
}

.momo-v4-featured__side {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.momo-v4-featured__side-heading {
	display: flex;
	grid-column: 1 / -1;
	align-items: end;
	justify-content: space-between;
	padding: 2px 4px 0;
}

.momo-v4-featured__side-heading .momo-v4-kicker,
.momo-v4-featured__side-heading h2 {
	margin: 0 !important;
}

.momo-v4-featured__side-heading h2 {
	font-size: clamp(20px, 1.8vw, 27px) !important;
	line-height: 1.35;
}

.momo-v4-featured__side .momo-v4-card,
.momo-v4-featured__side .momo-v4-card + .momo-v4-card {
	min-width: 0;
	padding: 10px;
	border: 1px solid #f0e4e9;
}

.momo-v4-featured__side .momo-v4-card__body {
	padding-top: 11px;
}

.momo-v4-featured__side .momo-v4-card h3 {
	font-size: clamp(15px, 1.25vw, 18px) !important;
	line-height: 1.5;
}

@media (max-width: 1100px) {
	.momo-v4-featured {
		grid-template-columns: 1fr;
	}

	.momo-v4-featured__side {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

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

@media (max-width: 767px) {
	.momo-v4-featured {
		gap: 24px;
	}

	.momo-v4-featured__side {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.momo-v4-featured__side-heading {
		align-items: start;
		flex-direction: column;
		gap: 3px;
		padding: 6px 3px 2px;
	}

	.momo-v4-featured__side-heading h2 {
		font-size: 24px !important;
	}

	.momo-v4-featured__side .momo-v4-card,
	.momo-v4-featured__side .momo-v4-card + .momo-v4-card {
		padding: 9px;
		border: 1px solid #f0e4e9;
	}

	.momo-v4-featured__side .momo-v4-card__link {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 13px;
		align-items: center;
	}

	.momo-v4-featured__side .momo-v4-card__body {
		padding-top: 0;
	}
}

/* 1.4 — non-no editorial structure with SNIDEL-like restraint and softness. */
.momotokyo-home-v4 #header::after {
	min-height: 24px;
	padding-block: 4px;
	background: #fff5f7;
	color: #9b6075;
	content: "MOMOTOKYO  ♡  STORIES FOR YOUR OWN CHOICE";
	font-size: 8px;
	letter-spacing: 0.2em;
}

.momo-v4-opening {
	grid-template-columns: minmax(150px, 0.55fr) minmax(360px, 1.25fr) minmax(280px, 0.8fr);
	gap: clamp(20px, 3vw, 48px);
	margin: 22px clamp(24px, 4vw, 58px) 0;
	padding: 24px clamp(24px, 3.5vw, 52px);
	border-block: 1px solid #f0e3e7;
	border-radius: 0;
	background: #fcf8f7;
	box-shadow: none;
}

.momo-v4-opening::before {
	top: -40px;
	right: 2%;
	color: rgb(221 145 170 / 12%);
	font-size: 130px;
}

.momo-v4-opening::after {
	display: none;
}

.momo-v4-opening h2 {
	font-size: clamp(27px, 2.45vw, 38px) !important;
	letter-spacing: 0;
}

.momo-v4-featured {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	width: min(100%, 1260px);
	margin-inline: auto;
	padding: clamp(34px, 4.8vw, 70px) clamp(22px, 4.6vw, 66px) clamp(62px, 7vw, 100px);
}

.momo-v4-lead {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.momo-v4-lead__media {
	padding: 0;
	border: 0;
	border-radius: 28px;
	box-shadow: 0 18px 48px rgb(63 39 48 / 9%);
}

.momo-v4-lead__media img,
.momo-v4-lead__media .momo-v4-image-blank {
	border-radius: 28px;
}

.momo-v4-lead::after {
	top: 22px;
	right: 22px;
	width: 48px;
	height: 48px;
	background: rgb(244 145 178 / 86%);
	font-size: 27px;
}

.momo-v4-lead__copy {
	max-width: 940px;
	padding: 28px 4px 0;
}

.momo-v4-lead__copy h2 {
	font-size: clamp(34px, 3.7vw, 54px) !important;
	line-height: 1.34;
}

.momo-v4-featured__side {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2.1vw, 28px);
	margin-top: clamp(40px, 5vw, 68px);
	padding-top: 26px;
	border-top: 1px solid #eadfe3;
}

.momo-v4-featured__side-heading {
	padding: 0 0 4px;
}

.momo-v4-featured__side-heading h2 {
	font-size: clamp(23px, 2.2vw, 32px) !important;
}

.momo-v4-featured__side .momo-v4-card,
.momo-v4-featured__side .momo-v4-card + .momo-v4-card,
.momo-v4-featured__side .momo-v4-card:nth-child(odd),
.momo-v4-featured__side .momo-v4-card:nth-child(even) {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.momo-v4-featured__side .momo-v4-card__media {
	border-radius: 18px;
	box-shadow: none;
}

.momo-v4-featured__side .momo-v4-card__media img,
.momo-v4-featured__side .momo-v4-image-blank {
	border-radius: 18px;
}

.momo-v4-featured__side .momo-v4-card__body {
	padding: 15px 2px 0;
}

.momo-v4-featured__side .momo-v4-card h3 {
	font-size: clamp(16px, 1.45vw, 20px) !important;
	line-height: 1.52;
}

.momo-v4-brand-note {
	border-color: #f0dfe5;
	background: linear-gradient(135deg, #fff7f8 0%, #fbf7ff 62%, #f7fbff 100%);
	box-shadow: none;
}

.momo-v4-section-heading,
.momo-v4-section-title {
	border-bottom-color: #eadfe3;
}

@media (max-width: 1100px) {
	.momo-v4-opening {
		grid-template-columns: minmax(130px, 0.5fr) minmax(300px, 1.1fr) minmax(240px, 0.8fr);
	}

	.momo-v4-featured__side {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.momotokyo-home-v4 #header::after {
		min-height: 22px;
		font-size: 7px;
		letter-spacing: 0.12em;
	}

	.momo-v4-opening {
		grid-template-columns: 1fr;
		gap: 7px;
		margin: 12px 12px 0;
		padding: 24px 20px 26px;
		border: 1px solid #f0e3e7;
		border-radius: 22px;
		background: linear-gradient(145deg, #fff8f8, #faf6ff);
	}

	.momo-v4-opening::before {
		top: -18px;
		right: -4px;
		font-size: 90px;
	}

	.momo-v4-opening h2 {
		font-size: clamp(27px, 8vw, 34px) !important;
	}

	.momo-v4-featured {
		gap: 0;
		padding: 22px 16px 56px;
	}

	.momo-v4-lead__media,
	.momo-v4-lead__media img,
	.momo-v4-lead__media .momo-v4-image-blank {
		border-radius: 20px;
	}

	.momo-v4-lead::after {
		top: 14px;
		right: 14px;
		width: 42px;
		height: 42px;
		font-size: 24px;
	}

	.momo-v4-lead__copy {
		padding: 22px 4px 0;
	}

	.momo-v4-lead__copy h2 {
		font-size: clamp(27px, 7.8vw, 35px) !important;
	}

	.momo-v4-featured__side {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 40px;
		padding-top: 21px;
	}

	.momo-v4-featured__side-heading {
		gap: 2px;
		padding-bottom: 4px;
	}

	.momo-v4-featured__side .momo-v4-card,
	.momo-v4-featured__side .momo-v4-card + .momo-v4-card {
		padding: 0;
		border: 0;
	}

	.momo-v4-featured__side .momo-v4-card__link {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 14px;
		align-items: center;
	}

	.momo-v4-featured__side .momo-v4-card__media,
	.momo-v4-featured__side .momo-v4-card__media img,
	.momo-v4-featured__side .momo-v4-image-blank {
		border-radius: 14px;
	}

	.momo-v4-featured__side .momo-v4-card__body {
		padding-top: 0;
	}

	.momo-v4-featured__side .momo-v4-card h3 {
		font-size: 16px !important;
	}
}

/* 1.5 — fully image-led magazine layout inspired by non-no web. */
.momotokyo-home-v4 #header::after,
.momo-v4-opening {
	display: none;
}

.momo-v4-featured {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 0 clamp(76px, 8vw, 118px);
}

.momo-v4-lead {
	position: relative;
	overflow: hidden;
}

.momo-v4-lead > a {
	position: relative;
	display: block;
}

.momo-v4-lead__media {
	width: 100%;
	border-radius: 0;
	aspect-ratio: 16 / 8.4;
	background: #e9e3df;
	box-shadow: none;
}

.momo-v4-lead__media::after {
	position: absolute;
	inset: 42% 0 0;
	background: linear-gradient(180deg, transparent, rgb(31 19 24 / 24%));
	content: "";
	pointer-events: none;
}

.momo-v4-lead__media img,
.momo-v4-lead__media .momo-v4-image-blank {
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
}

.momo-v4-lead::after {
	display: none;
}

.momo-v4-lead__copy {
	position: absolute;
	right: clamp(28px, 6vw, 92px);
	bottom: clamp(28px, 5vw, 74px);
	width: min(48%, 610px);
	max-width: none;
	padding: clamp(22px, 2.7vw, 38px);
	border: 1px solid rgb(255 255 255 / 36%);
	border-radius: 26px;
	background: linear-gradient(135deg, rgb(44 26 34 / 64%), rgb(92 54 70 / 46%));
	box-shadow: 0 24px 54px rgb(30 17 23 / 18%);
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
}

.momo-v4-lead__copy .momo-v4-kicker,
.momo-v4-lead__category {
	color: #fff;
}

.momo-v4-lead__copy .momo-v4-kicker {
	background: rgb(255 255 255 / 20%);
}

.momo-v4-lead__category {
	margin-top: 10px;
	opacity: 0.88;
}

.momotokyo-home-v4 .momo-v4-lead__copy h2 {
	margin-bottom: 14px !important;
	color: #fff !important;
	font-size: clamp(30px, 3.15vw, 48px) !important;
	line-height: 1.38;
}

.momo-v4-lead__copy > p:last-child {
	color: rgb(255 255 255 / 88%);
	font-size: 14px;
}

.momo-v4-featured__side {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(18px, 2.6vw, 34px);
	width: min(1180px, calc(100% - 72px));
	margin: clamp(72px, 8vw, 112px) auto 0;
	padding: 0;
	border: 0;
}

.momo-v4-featured__side-heading {
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	margin-bottom: 16px;
	padding: 0;
	text-align: center;
}

.momo-v4-featured__side-heading h2 {
	font-size: clamp(32px, 4vw, 54px) !important;
	letter-spacing: 0.01em;
}

.momo-v4-featured__side-heading .momo-v4-kicker {
	background: transparent;
	color: #d56e94;
}

.momo-v4-featured__side .momo-v4-card__media {
	border-radius: 28px;
	box-shadow: 0 20px 40px rgb(52 32 41 / 12%);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.momo-v4-featured__side .momo-v4-card:nth-of-type(1) .momo-v4-card__media {
	transform: translateY(20px) rotate(-2deg);
}

.momo-v4-featured__side .momo-v4-card:nth-of-type(2) .momo-v4-card__media {
	transform: translateY(-4px) rotate(1.2deg);
}

.momo-v4-featured__side .momo-v4-card:nth-of-type(3) .momo-v4-card__media {
	transform: translateY(10px) rotate(-1deg);
}

.momo-v4-featured__side .momo-v4-card:nth-of-type(4) .momo-v4-card__media {
	transform: translateY(-12px) rotate(1.8deg);
}

.momo-v4-featured__side .momo-v4-card:hover .momo-v4-card__media {
	box-shadow: 0 26px 52px rgb(52 32 41 / 17%);
	transform: translateY(-8px) rotate(0deg);
}

.momo-v4-featured__side .momo-v4-card__media img,
.momo-v4-featured__side .momo-v4-image-blank {
	border-radius: 28px;
}

.momo-v4-featured__side .momo-v4-card__body {
	padding: 28px 4px 0;
}

.momo-v4-featured__side .momo-v4-card h3 {
	font-size: clamp(17px, 1.6vw, 21px) !important;
}

.momo-v4-brand-note {
	margin-top: 0;
	border-radius: 0;
}

@media (max-width: 1100px) {
	.momo-v4-lead__copy {
		width: min(54%, 560px);
	}

	.momo-v4-featured__side {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 54px;
	}
}

@media (max-width: 767px) {
	.momo-v4-featured {
		padding: 0 0 62px;
	}

	.momo-v4-lead {
		overflow: visible;
	}

	.momo-v4-lead__media {
		border-radius: 0;
		aspect-ratio: 4 / 3;
	}

	.momo-v4-lead__media::after {
		display: none;
	}

	.momo-v4-lead__media img,
	.momo-v4-lead__media .momo-v4-image-blank {
		border-radius: 0;
	}

	.momo-v4-lead__copy {
		position: static;
		width: auto;
		margin: 0;
		padding: 28px 20px 0;
		border: 0;
		border-radius: 0;
		background: #fff;
		box-shadow: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.momo-v4-lead__copy .momo-v4-kicker {
		background: #fff0f5;
		color: #a5486a;
	}

	.momo-v4-lead__category {
		color: #5e565b;
	}

	.momotokyo-home-v4 .momo-v4-lead__copy h2 {
		color: #2b2025 !important;
		font-size: clamp(29px, 8.4vw, 37px) !important;
	}

	.momo-v4-lead__copy > p:last-child {
		color: var(--momo-muted);
		font-size: 14px;
	}

	.momo-v4-featured__side {
		grid-template-columns: 1fr;
		gap: 22px;
		width: auto;
		margin: 54px 20px 0;
	}

	.momo-v4-featured__side-heading {
		align-items: flex-start;
		gap: 3px;
		margin-bottom: 8px;
		text-align: left;
	}

	.momo-v4-featured__side-heading h2 {
		font-size: 34px !important;
	}

	.momo-v4-featured__side .momo-v4-card__link {
		grid-template-columns: 116px minmax(0, 1fr);
		gap: 15px;
	}

	.momo-v4-featured__side .momo-v4-card__media,
	.momo-v4-featured__side .momo-v4-card:nth-of-type(1) .momo-v4-card__media,
	.momo-v4-featured__side .momo-v4-card:nth-of-type(2) .momo-v4-card__media,
	.momo-v4-featured__side .momo-v4-card:nth-of-type(3) .momo-v4-card__media,
	.momo-v4-featured__side .momo-v4-card:nth-of-type(4) .momo-v4-card__media {
		border-radius: 18px;
		box-shadow: none;
		transform: none;
	}

	.momo-v4-featured__side .momo-v4-card__media img,
	.momo-v4-featured__side .momo-v4-image-blank {
		border-radius: 18px;
	}

	.momo-v4-featured__side .momo-v4-card__body {
		padding-top: 0;
	}
}

/* Approved MOMOTOKYO portrait series: manual, swipeable hero gallery. */
.momo-v4-hero {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #dfe8ee;
}

.momo-v4-hero__rail {
	display: flex;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.momo-v4-hero__rail::-webkit-scrollbar {
	display: none;
}

.momo-v4-hero__slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	margin: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.momo-v4-hero__slide::after {
	position: absolute;
	inset: 58% 0 0;
	background: linear-gradient(180deg, transparent, rgb(19 18 25 / 48%));
	content: "";
	pointer-events: none;
}

.momo-v4-hero__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: none !important;
}

.momo-v4-hero__slide figcaption {
	position: absolute;
	right: clamp(24px, 5vw, 72px);
	bottom: clamp(28px, 5vw, 70px);
	z-index: 2;
	display: grid;
	justify-items: end;
	gap: 6px;
	max-width: min(52%, 620px);
	color: #fff;
	text-align: right;
	text-shadow: 0 2px 18px rgb(20 14 18 / 35%);
}

.momo-v4-hero__slide figcaption span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.momo-v4-hero__slide figcaption strong {
	font-size: clamp(24px, 3vw, 46px);
	font-weight: 700;
	line-height: 1.35;
}

.momo-v4-hero__nav {
	position: absolute;
	left: clamp(20px, 4vw, 58px);
	bottom: clamp(24px, 4vw, 56px);
	z-index: 3;
	display: flex;
	gap: 7px;
	padding: 6px;
	border: 1px solid rgb(255 255 255 / 44%);
	border-radius: 999px;
	background: rgb(25 22 28 / 28%);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.momo-v4-hero__nav a {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: rgb(255 255 255 / 18%);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease;
}

.momo-v4-hero__nav a:hover,
.momo-v4-hero__nav a:focus-visible {
	background: #fff;
	color: #31242a;
}

@media (max-width: 767px) {
	.momo-v4-hero__slide {
		aspect-ratio: 4 / 5;
	}

	.momo-v4-hero__slide::after {
		inset: 52% 0 0;
	}

	.momo-v4-hero__slide figcaption {
		right: 20px;
		bottom: 90px;
		max-width: 78%;
	}

	.momo-v4-hero__slide figcaption strong {
		font-size: clamp(25px, 8.2vw, 34px);
	}

	.momo-v4-hero__nav {
		left: 18px;
		bottom: 24px;
	}

	.momo-v4-hero__nav a {
		width: 34px;
		height: 34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.momo-v4 img {
		transition: none;
	}

	.momo-v4-hero__rail {
		scroll-behavior: auto;
	}

	.momo-v4-find__links a {
		transition: none;
	}
}

/* 1.7 — moving magazine cover and content-first home index. */
.momo-v4-topics {
	padding: 22px clamp(18px, 4vw, 56px) 28px;
	border-bottom: 1px solid var(--momo-line);
	background: #fff;
}

.momo-v4-topics > .momo-v4-kicker {
	margin-bottom: 12px;
}

.momo-v4-topics__links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	border-top: 1px solid var(--momo-line);
	border-left: 1px solid var(--momo-line);
}

.momo-v4-topics__links a {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	column-gap: 14px;
	min-height: 90px;
	align-content: center;
	padding: 16px 18px;
	border-right: 1px solid var(--momo-line);
	border-bottom: 1px solid var(--momo-line);
	background: #fff;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.momo-v4-topics__links a:hover,
.momo-v4-topics__links a:focus-visible {
	background: var(--momo-pink-soft);
}

.momo-v4-topics__links span {
	grid-row: 1 / 3;
	align-self: center;
	color: #c46f8a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-style: italic;
}

.momo-v4-topics__links b {
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 1.4;
}

.momo-v4-topics__links small {
	color: var(--momo-muted);
	font-size: 11px;
}

.momo-v4-hero__nav a[aria-current="true"] {
	background: #fff;
	color: #31242a;
}

.momo-v4-hero__toggle {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgb(255 255 255 / 18%);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 9px;
	line-height: 1;
	transition: background-color 180ms ease, color 180ms ease;
}

.momo-v4-hero__toggle:hover,
.momo-v4-hero__toggle:focus-visible,
.momo-v4-hero__toggle[data-paused="true"] {
	background: #fff;
	color: #31242a;
}

.momo-v4-hero__toggle:focus-visible {
	outline: 3px solid var(--momo-focus);
	outline-offset: 3px;
}

.momo-v4-featured,
.momo-v4-section,
.momo-v4-find,
.momo-v4-brand-note {
	scroll-margin-top: 90px;
}

@media (max-width: 767px) {
	.momo-v4-topics {
		padding: 18px 16px 20px;
	}

	.momo-v4-topics__links {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.momo-v4-topics__links::-webkit-scrollbar {
		display: none;
	}

	.momo-v4-topics__links a {
		min-width: 195px;
		min-height: 78px;
		flex: 0 0 195px;
		scroll-snap-align: start;
	}

	.momo-v4-hero__toggle {
		width: 34px;
		height: 34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.momo-v4-topics__links a,
	.momo-v4-hero__toggle {
		transition: none;
	}
}

/* 1.7.1 — quieter lead story: image and headline no longer compete. */
@media (min-width: 768px) {
	.momo-v4-featured {
		padding: clamp(48px, 5vw, 76px) clamp(28px, 4vw, 58px) clamp(76px, 8vw, 118px);
		background: #fffdfd;
	}

	.momo-v4-lead {
		width: min(100%, 1220px);
		margin-inline: auto;
		overflow: visible;
	}

	.momo-v4-lead > a {
		display: grid;
		grid-template-columns: minmax(0, 1.48fr) minmax(360px, 0.82fr);
		min-height: clamp(460px, 44vw, 590px);
		overflow: hidden;
		border: 1px solid #eadfe4;
		border-radius: 30px;
		background: #fff;
		box-shadow: 0 24px 60px rgb(64 39 49 / 9%);
	}

	.momo-v4-lead__media {
		height: 100%;
		min-height: 100%;
		aspect-ratio: auto;
		background: #f6eff1;
	}

	.momo-v4-lead__media::after {
		display: none;
	}

	.momo-v4-lead__media img,
	.momo-v4-lead__media .momo-v4-image-blank {
		border-radius: 0;
		object-position: center center;
	}

	.momo-v4-lead__copy {
		position: static;
		display: flex;
		width: auto;
		max-width: none;
		justify-content: center;
		flex-direction: column;
		padding: clamp(36px, 4vw, 62px);
		border: 0;
		border-radius: 0;
		background: #fff;
		box-shadow: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.momo-v4-lead__copy .momo-v4-kicker {
		align-self: flex-start;
		background: #fff0f5;
		color: #a5486a;
	}

	.momo-v4-lead__category {
		margin-top: 12px;
		color: #6d6066;
		opacity: 1;
	}

	.momotokyo-home-v4 .momo-v4-lead__copy h2 {
		margin-bottom: 20px !important;
		color: #2b2025 !important;
		font-size: clamp(28px, 2.6vw, 40px) !important;
		line-height: 1.48;
	}

	.momo-v4-lead__copy > p:last-child {
		display: -webkit-box;
		overflow: hidden;
		color: #74686f;
		font-size: 14px;
		line-height: 1.85;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
}

@media (min-width: 768px) and (max-width: 1040px) {
	.momo-v4-lead > a {
		grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
	}

	.momo-v4-lead__copy {
		padding: 34px;
	}
}

@media (max-width: 767px) {
	.momo-v4-lead__copy {
		padding-top: 24px;
	}

	.momotokyo-home-v4 .momo-v4-lead__copy h2 {
		font-size: clamp(25px, 7.2vw, 33px) !important;
		line-height: 1.48;
	}
}

/* 1.7.2 — horizontal TESTAMATTA feature replacing EXPLORE MOMOTOKYO. */
.momo-v4-testamatta {
	margin: clamp(20px, 2.5vw, 34px) clamp(18px, 4vw, 56px) 0;
}

.momo-v4-testamatta > a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 18px;
	aspect-ratio: 5.2 / 1;
	background: #2a1717;
	box-shadow: 0 14px 34px rgb(55 31 31 / 10%);
	text-decoration: none;
}

.momo-v4-testamatta > a::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgb(23 11 12 / 8%) 18%, rgb(23 11 12 / 68%) 100%);
	content: "";
	pointer-events: none;
}

.momo-v4-testamatta img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
	transition: transform 420ms ease;
}

.momo-v4-testamatta > a:hover img {
	transform: scale(1.015);
}

.momo-v4-testamatta__copy {
	position: absolute;
	right: clamp(28px, 5vw, 72px);
	top: 50%;
	z-index: 2;
	display: grid;
	width: min(45%, 560px);
	gap: 6px;
	color: #fff;
	transform: translateY(-50%);
	text-shadow: 0 2px 16px rgb(17 8 9 / 24%);
}

.momo-v4-testamatta__copy small {
	justify-self: start;
	padding: 3px 8px;
	border: 1px solid rgb(255 255 255 / 58%);
	border-radius: 999px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.momo-v4-testamatta__copy strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: clamp(18px, 1.8vw, 26px);
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.momo-v4-testamatta__copy em {
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.05em;
}

@media (max-width: 767px) {
	.momo-v4-testamatta {
		margin: 14px 16px 0;
	}

	.momo-v4-testamatta > a {
		border-radius: 14px;
		aspect-ratio: 2.8 / 1;
	}

	.momo-v4-testamatta > a::after {
		background: linear-gradient(0deg, rgb(23 11 12 / 72%), transparent 76%);
	}

	.momo-v4-testamatta img {
		object-position: center center;
	}

	.momo-v4-testamatta__copy {
		left: 14px;
		right: 14px;
		top: auto;
		bottom: 10px;
		width: auto;
		gap: 6px;
		transform: none;
	}

	.momo-v4-testamatta__copy strong {
		font-size: 14px;
		line-height: 1.4;
		-webkit-line-clamp: 2;
	}

	.momo-v4-testamatta__copy em {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.momo-v4-testamatta img {
		transition: none;
	}
}

/* 1.7.5 — mood choices are real image-backed stories, never placeholders. */
.momo-v5-moods {
	margin-inline: clamp(18px, 4vw, 56px);
	padding-block: clamp(62px, 8vw, 104px);
	border-bottom: 1px solid var(--momo-line);
}

.momo-v5-moods__heading {
	margin-bottom: clamp(24px, 3vw, 38px);
}

.momotokyo-home-v4 .momo-v5-moods__heading h2 {
	margin: 0 !important;
	font-size: clamp(32px, 3.5vw, 50px) !important;
	font-weight: 700;
	line-height: 1.35;
}

.momo-v5-moods__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 36px);
}

.momo-v5-moods--count-1 .momo-v5-moods__grid {
	grid-template-columns: minmax(0, 1fr);
	max-width: 820px;
}

.momo-v5-mood-card {
	overflow: hidden;
	border: 1px solid #eadfe4;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 44px rgb(60 39 47 / 8%);
}

.momo-v5-mood-card a {
	display: block;
	text-decoration: none;
}

.momo-v5-mood-card__media {
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #f6eff1;
}

.momo-v5-mood-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 360ms ease;
}

.momo-v5-mood-card a:hover .momo-v5-mood-card__media img {
	transform: scale(1.018);
}

.momo-v5-mood-card__copy {
	display: grid;
	gap: 9px;
	padding: 22px 24px 24px;
}

.momo-v5-mood-card__copy > span {
	justify-self: start;
	padding: 4px 10px;
	border-radius: 999px;
	background: #fff0f5;
	color: #a5486a;
	font-size: 10px;
	font-weight: 700;
}

.momotokyo-home-v4 .momo-v5-mood-card__copy h3 {
	display: -webkit-box;
	margin: 0 !important;
	overflow: hidden;
	font-size: clamp(18px, 1.8vw, 24px) !important;
	font-weight: 700;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.momo-v5-mood-card__copy em {
	color: #74686f;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
}

@media (max-width: 767px) {
	.momo-v5-moods {
		margin-inline: 16px;
		padding-block: 52px;
	}

	.momotokyo-home-v4 .momo-v5-moods__heading h2 {
		font-size: 30px !important;
	}

	.momo-v5-moods__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.momo-v5-mood-card {
		border-radius: 18px;
	}

	.momo-v5-mood-card__copy {
		padding: 18px 18px 20px;
	}

	.momotokyo-home-v4 .momo-v5-mood-card__copy h3 {
		font-size: 19px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.momo-v5-mood-card__media img {
		transition: none;
	}
}

/*
 * 1.8 — research-led editorial rebuild.
 * The cover now opens real stories, shelves appear only with enough content,
 * repeated cards are removed, and article navigation stays readable.
 */
.momo-v4 {
	--momo-paper: #fffaf8;
	--momo-white: #fff;
	--momo-ink: #2b2528;
	--momo-muted: #746b70;
	--momo-pink-soft: #f7e4eb;
	--momo-blue: #e4eef9;
	--momo-line: #e9e1e4;
	--momo-gold: #9d7b3e;
	max-width: none;
	background: var(--momo-paper);
	color: var(--momo-ink);
	font-size: 16px;
	line-height: 1.8;
}

.momotokyo-home-v4,
.momotokyo-home-v4 #content {
	background: var(--momo-paper);
}

/* Quiet, magazine-like header. */
.momotokyo-home-v4 #header {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid rgb(43 37 40 / 8%);
	background: rgb(255 255 255 / 96%);
	box-shadow: none;
}

.momotokyo-home-v4 #header::after {
	display: none !important;
}

.momotokyo-home-v4 #header > .container {
	width: min(calc(100% - 48px), 1240px);
}

.momotokyo-home-v4 #header .headerInfo.no-desc {
	min-height: 78px;
	gap: 30px;
}

.momotokyo-home-v4 #header .siteInfo,
.momotokyo-home-v4 #header .siteInfo__logo,
.momotokyo-home-v4 #header .siteInfo__title,
.momotokyo-home-v4 #header .custom-logo-link {
	width: 290px !important;
}

.momotokyo-home-v4 #header .siteInfo {
	flex-basis: 290px !important;
}

.momotokyo-home-v4 #header .custom-logo {
	width: min(100%, 290px);
}

.momotokyo-home-v4 #header .gNavList {
	gap: clamp(18px, 2.2vw, 34px);
}

.momotokyo-home-v4 #header .gNavList > li > a {
	padding-block: 26px;
	color: #3d363a;
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.11em;
}

/* Linked editorial cover. */
.momo-v4-hero {
	background: #dfe7ee;
}

.momo-v4-hero__slide {
	aspect-ratio: 16 / 8.35;
}

.momo-v4-hero__story {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	color: #fff !important;
	text-decoration: none;
}

.momo-v4-hero__slide::after {
	z-index: 2;
	inset: 48% 0 0;
	background: linear-gradient(180deg, transparent, rgb(15 15 20 / 58%));
}

.momo-v4-hero__slide figcaption {
	right: clamp(28px, 6vw, 84px);
	bottom: clamp(34px, 5.5vw, 78px);
	z-index: 3;
	gap: 8px;
	max-width: min(55%, 690px);
}

.momo-v4-hero__slide figcaption span {
	font-size: 10px;
	letter-spacing: 0.2em;
}

.momo-v4-hero__slide figcaption strong {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
	font-size: clamp(31px, 3.5vw, 54px);
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.35;
}

.momo-v4-hero__slide figcaption em {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
	font-size: 11px;
	font-style: normal;
	font-weight: 650;
	letter-spacing: 0.08em;
}

.momo-v4-hero__slide figcaption em b {
	font-size: 16px;
	font-weight: 400;
}

.momo-v4-hero__nav {
	left: clamp(20px, 4vw, 58px);
	bottom: clamp(24px, 4vw, 54px);
	z-index: 4;
}

/* One clean new-stories row. */
.momo-v8-latest {
	padding: clamp(64px, 8vw, 112px) max(24px, calc((100% - 1200px) / 2));
	background: #fff;
}

.momo-v8-latest__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
	gap: 32px;
	align-items: end;
	margin-bottom: clamp(28px, 4vw, 48px);
}

.momotokyo-home-v4 .momo-v8-latest__heading h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--momo-ink) !important;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
	font-size: clamp(34px, 4vw, 54px) !important;
	font-weight: 600;
	line-height: 1.3;
}

.momo-v8-latest__heading > p {
	max-width: 360px;
	margin: 0;
	justify-self: end;
	color: var(--momo-muted);
	font-size: 13px;
}

.momo-v8-latest__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.5vw, 34px);
}

.momo-v8-latest .momo-v4-card {
	min-width: 0;
}

.momo-v8-latest .momo-v4-card__media,
.momo-v8-latest .momo-v4-card--latest .momo-v4-card__media {
	aspect-ratio: 4 / 3;
	border-radius: 18px;
	background: #f3eeec;
}

.momo-v8-latest .momo-v4-card__body {
	padding: 16px 2px 0;
}

.momotokyo-home-v4 .momo-v8-latest .momo-v4-card h3 {
	font-size: clamp(17px, 1.6vw, 21px) !important;
	line-height: 1.55;
}

/* Sponsored story is a single quiet divider, never duplicated as NEW. */
.momo-v4-testamatta {
	width: min(calc(100% - 48px), 1200px);
	margin: 0 auto clamp(24px, 4vw, 56px);
}

.momo-v4-testamatta > a {
	border-radius: 16px;
	aspect-ratio: 5 / 1;
	box-shadow: none;
}

.momo-v4-testamatta__copy small {
	font-size: 9px;
}

.momo-v4-testamatta__copy strong {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
	font-weight: 600;
}

/* Category shelves: only rendered when three editorial stories exist. */
.momo-v4-section {
	margin: 0;
	padding: clamp(70px, 8vw, 112px) max(24px, calc((100% - 1200px) / 2));
	border: 0;
}

#momo-v4-beauty {
	background: #fff7f8;
}

#momo-v3-weekend {
	background: #f5f8fc;
}

#momo-v3-life {
	background: #fff;
}

.momo-v4-section-heading {
	margin-bottom: clamp(28px, 4vw, 50px);
}

.momotokyo-home-v4 .momo-v4-section-heading h2 {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
	font-size: clamp(32px, 3.8vw, 50px) !important;
	font-weight: 600;
	line-height: 1.35;
}

.momo-v4-section-heading > p {
	font-size: 13px;
	line-height: 1.8;
}

.momo-v4-story-grid,
.momo-v4-story-grid--count-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.6vw, 34px);
}

.momo-v4-story-grid .momo-v4-card__media {
	aspect-ratio: 4 / 3;
	border-radius: 18px;
	box-shadow: none;
}

.momo-v4-story-grid .momo-v4-card__body {
	padding: 16px 2px 0;
}

.momotokyo-home-v4 .momo-v4-story-grid .momo-v4-card h3 {
	font-size: clamp(17px, 1.6vw, 21px) !important;
	line-height: 1.55;
}

.momo-v4-card__meta {
	margin-bottom: 8px;
	color: var(--momo-gold);
	font-size: 10px;
	letter-spacing: 0.06em;
}

.momo-v4-card__summary {
	font-size: 13px;
	line-height: 1.75;
}

.momo-v4-disclosure {
	margin-bottom: 8px;
	padding: 2px 6px;
	background: #f5e9ed;
	font-size: 10px;
}

/* Mood shortcuts replace repeated image cards. */
.momo-v8-moods {
	display: grid;
	grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(32px, 6vw, 84px);
	align-items: start;
	padding: clamp(68px, 8vw, 108px) max(24px, calc((100% - 1200px) / 2));
	background: #fff;
}

.momotokyo-home-v4 .momo-v8-moods h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--momo-ink) !important;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
	font-size: clamp(32px, 3.8vw, 48px) !important;
	font-weight: 600;
	line-height: 1.35;
}

.momo-v8-moods > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.momo-v8-moods a {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	gap: 4px 16px;
	min-height: 94px;
	align-content: center;
	padding: 18px 20px;
	border: 1px solid var(--momo-line);
	border-radius: 16px;
	background: var(--momo-paper);
	text-decoration: none;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.momo-v8-moods a:hover,
.momo-v8-moods a:focus-visible {
	border-color: #d9b9c4;
	background: #fff4f7;
}

.momo-v8-moods a span {
	font-size: 14px;
	font-weight: 650;
}

.momo-v8-moods a small {
	color: var(--momo-muted);
	font-size: 9px;
	letter-spacing: 0.09em;
}

.momo-v8-moods a b {
	grid-column: 2;
	grid-row: 1 / 3;
	align-self: center;
	font-size: 20px;
	font-weight: 400;
}

.momo-v4-about {
	background: #292326;
}

/* Article template refinements. */
body.single-post .articleContainer {
	color: #30292d;
}

body.single-post .articleHeader__title {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
	font-weight: 600;
	line-height: 1.48;
}

body.single-post .breadcrumbs a {
	font-size: 11px;
}

body.single-post .articleBody {
	font-size: 16.5px;
	line-height: 1.9;
}

body.single-post .articleBody > :is(
	p,
	h2,
	h3,
	h4,
	ul,
	ol,
	blockquote,
	.toc_block,
	.momo-article-disclosure,
	.momo-editor-note
) {
	width: min(100%, 760px);
	margin-right: auto;
	margin-left: auto;
}

.momo-article-byline {
	margin: 0 0 8px !important;
	color: #6f676b;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.momo-article-byline span {
	margin-right: 0.55em;
	color: #9d7b3e;
	font-size: 9px;
	letter-spacing: 0.12em;
}

.momo-article-disclosure {
	margin-block: 8px 20px;
	color: #756d71;
	font-size: 11px;
	line-height: 1.6;
}

body.single-post .toc_block {
	margin: 34px 0 42px;
	padding: 20px 22px 18px;
	border: 1px solid #eadfe4;
	border-radius: 14px;
	background: #fff9fa;
}

body.single-post .toc__caption {
	margin-bottom: 12px;
	color: #a25c74;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

body.single-post .toc_toggle_button {
	display: none !important;
}

body.single-post .toc {
	display: block !important;
}

body.single-post .toc ol {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 1.35em;
}

body.single-post .toc li {
	padding-left: 0.2em;
	color: #9d7b3e;
}

body.single-post .toc a {
	color: #3d3539;
	font-size: 13px;
	line-height: 1.65;
	text-decoration: none;
}

body.single-post .toc a:hover,
body.single-post .toc a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.single-post .articleBody > h2 {
	scroll-margin-top: 88px;
}

@media (max-width: 900px) {
	.momo-v8-latest__grid,
	.momo-v4-story-grid,
	.momo-v4-story-grid--count-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.momo-v8-latest__grid .momo-v4-card:last-child:nth-child(odd),
	.momo-v4-story-grid .momo-v4-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		max-width: 520px;
	}
}

@media (max-width: 767px) {
	.momotokyo-home-v4 #header > .container {
		width: calc(100% - 28px);
	}

	.momotokyo-home-v4 #header .headerInfo.no-desc {
		min-height: 66px;
	}

	.momotokyo-home-v4 #header .siteInfo,
	.momotokyo-home-v4 #header .siteInfo__logo,
	.momotokyo-home-v4 #header .siteInfo__title,
	.momotokyo-home-v4 #header .custom-logo-link {
		width: 180px !important;
	}

	.momotokyo-home-v4 #header .siteInfo {
		flex: 0 1 180px !important;
	}

	.momo-v4-hero__slide {
		aspect-ratio: 4 / 5;
	}

	.momo-v4-hero__slide::after {
		inset: 44% 0 0;
	}

	.momo-v4-hero__slide figcaption {
		right: 20px;
		bottom: 88px;
		gap: 6px;
		max-width: 82%;
	}

	.momo-v4-hero__slide figcaption strong {
		font-size: clamp(25px, 7.9vw, 34px);
		line-height: 1.4;
	}

	.momo-v4-hero__slide figcaption em {
		font-size: 10px;
	}

	.momo-v8-latest {
		padding: 54px 16px 64px;
	}

	.momo-v8-latest__heading {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 24px;
	}

	.momotokyo-home-v4 .momo-v8-latest__heading h2 {
		font-size: 34px !important;
	}

	.momo-v8-latest__heading > p {
		justify-self: start;
	}

	.momo-v8-latest__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.momo-v8-latest__grid .momo-v4-card,
	.momo-v8-latest__grid .momo-v4-card:last-child:nth-child(odd) {
		max-width: none;
		padding-block: 16px;
		border-top: 1px solid var(--momo-line);
	}

	.momo-v8-latest .momo-v4-card__link {
		display: grid;
		grid-template-columns: 118px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
	}

	.momo-v8-latest .momo-v4-card__media,
	.momo-v8-latest .momo-v4-card--latest .momo-v4-card__media {
		border-radius: 12px;
		aspect-ratio: 4 / 3;
	}

	.momo-v8-latest .momo-v4-card__body {
		padding-top: 0;
	}

	.momotokyo-home-v4 .momo-v8-latest .momo-v4-card h3 {
		font-size: 15px !important;
		-webkit-line-clamp: 4;
	}

	.momo-v4-testamatta {
		width: calc(100% - 32px);
		margin-bottom: 20px;
	}

	.momo-v4-testamatta > a {
		border-radius: 12px;
		aspect-ratio: 3.2 / 1;
	}

	.momo-v4-section {
		padding: 58px 16px 66px;
	}

	.momo-v4-section-heading {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 26px;
	}

	.momotokyo-home-v4 .momo-v4-section-heading h2 {
		font-size: 31px !important;
	}

	.momo-v4-story-grid,
	.momo-v4-story-grid--count-3 {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.momo-v4-story-grid .momo-v4-card {
		padding-block: 16px;
		border-top: 1px solid var(--momo-line);
	}

	.momo-v4-story-grid .momo-v4-card__link {
		display: grid;
		grid-template-columns: 118px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
	}

	.momo-v4-story-grid .momo-v4-card__media {
		border-radius: 12px;
		aspect-ratio: 4 / 3;
	}

	.momo-v4-story-grid .momo-v4-card__body {
		padding-top: 0;
	}

	.momotokyo-home-v4 .momo-v4-story-grid .momo-v4-card h3 {
		font-size: 15px !important;
		-webkit-line-clamp: 4;
	}

	.momo-v4-story-grid .momo-v4-card__summary,
	.momo-v4-story-grid .momo-v4-card__context {
		display: none;
	}

	#momo-v4-beauty .momo-v4-story-grid .momo-v4-card:first-child {
		padding-top: 0;
		border-top: 0;
	}

	#momo-v4-beauty .momo-v4-story-grid .momo-v4-card:first-child .momo-v4-card__link {
		display: block;
	}

	#momo-v4-beauty .momo-v4-story-grid .momo-v4-card:first-child .momo-v4-card__media {
		border-radius: 16px;
		aspect-ratio: 4 / 3;
	}

	#momo-v4-beauty .momo-v4-story-grid .momo-v4-card:first-child .momo-v4-card__body {
		padding-top: 16px;
	}

	#momo-v4-beauty .momo-v4-story-grid .momo-v4-card:first-child .momo-v4-card__summary {
		display: block;
	}

	.momo-v8-moods {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 58px 16px 68px;
	}

	.momotokyo-home-v4 .momo-v8-moods h2 {
		font-size: 31px !important;
	}

	.momo-v8-moods > div {
		grid-template-columns: 1fr;
	}

	.momo-v8-moods a {
		min-height: 78px;
		padding: 14px 17px;
		border-radius: 13px;
	}

	body.single-post .articleHeader__title {
		font-size: clamp(27px, 7.4vw, 34px);
	}

	body.single-post .articleBody {
		font-size: 16px;
		line-height: 1.9;
	}

	body.single-post .toc_block {
		margin-block: 28px 36px;
		padding: 17px 18px 16px;
		border-radius: 12px;
	}

	body.single-post .toc a {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.momo-v8-moods a,
	.momo-v4-hero__story {
		transition: none;
	}
}


/**
 * MOMOTOKYO Magazine System 1.9
 * Visual direction: image-led Japanese fashion editorial.
 * The implementation is original to MOMOTOKYO and does not copy third-party assets.
 */

:root {
	--momo-mag-ink: #211b1e;
	--momo-mag-muted: #766d72;
	--momo-mag-pink: #f3a7b6;
	--momo-mag-pink-soft: #fff2f5;
	--momo-mag-peach: #ffd9b6;
	--momo-mag-mint: #d9efea;
	--momo-mag-blue: #dfeeff;
	--momo-mag-line: #e8e1e5;
	--momo-mag-paper: #fffdfc;
}

/* A light, stable magazine header on both the home and article templates. */
body.momotokyo-home-v4 #header,
body.single-post #header {
	position: sticky;
	top: 0;
	z-index: 90;
	border-bottom: 1px solid rgb(39 27 33 / 8%);
	background: rgb(255 255 255 / 94%);
	box-shadow: 0 8px 30px rgb(54 36 46 / 4%);
	backdrop-filter: blur(16px);
}

body.admin-bar.momotokyo-home-v4 #header,
body.admin-bar.single-post #header {
	top: 32px;
}

body.momotokyo-home-v4,
body.single-post {
	background: var(--momo-mag-paper);
}

/* Home: generous photography, round editorial cards and quieter metadata. */
.momo-v4-hero {
	margin-top: 18px;
}

.momo-v4-hero__slide {
	border-radius: 0 0 34px 34px;
	overflow: hidden;
}

.momo-v4-hero__slide figcaption {
	max-width: min(560px, 72%);
}

.momo-v4-hero__slide figcaption strong {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
	font-weight: 600;
	letter-spacing: -0.025em;
}

.momo-v4-hero__slide figcaption em,
.momo-v4-card__category,
.momo-v4-section-heading > p:first-child,
.momo-v8-latest__heading > p:first-child {
	color: #d96e89;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.momo-v4-card__media,
.momo-v8-latest .momo-v4-card__media {
	border-radius: 24px;
	background: #f5f0f2;
	box-shadow: 0 16px 44px rgb(59 37 48 / 7%);
}

.momo-v4-card__link:hover .momo-v4-card__media img,
.momo-v4-card__link:focus-visible .momo-v4-card__media img {
	transform: scale(1.025);
}

.momo-v4-card h3 {
	font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 700 !important;
	line-height: 1.58 !important;
}

.momo-v4-section,
.momo-v8-latest {
	padding-top: clamp(72px, 8vw, 124px);
	padding-bottom: clamp(82px, 9vw, 136px);
}

.momo-v4-section:nth-of-type(even) {
	background: linear-gradient(180deg, #fff 0%, #fff8fa 100%);
}

.momo-v4-section-heading h2,
.momo-v8-latest__heading h2,
.momo-v8-moods h2 {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif !important;
	font-weight: 600 !important;
	letter-spacing: -0.04em !important;
}

.momo-v4-topics {
	border-block: 1px solid var(--momo-mag-line);
	background: #fff;
}

.momo-v4-topics a {
	transition: color 180ms ease, background-color 180ms ease;
}

.momo-v4-topics a:hover,
.momo-v4-topics a:focus-visible {
	color: #b94767;
	background: var(--momo-mag-pink-soft);
}

.momo-v4-side {
	border-left-color: var(--momo-mag-line);
}

.momo-v4-side section,
.momo-v4-side aside {
	border-radius: 20px;
}

/* Article page: one calm reading column with full editorial images. */
body.single-post .main > .container,
body.single-post .main .container {
	max-width: 1180px;
}

body.single-post .articleContainer {
	width: min(100%, 1000px);
	margin-inline: auto;
	color: var(--momo-mag-ink);
}

body.single-post .articleHeader {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	width: min(100%, 920px);
	margin-inline: auto;
	padding-top: clamp(34px, 5vw, 74px);
}

body.single-post .articleHeader .breadcrumbs {
	order: 1;
	margin-bottom: 26px;
	color: var(--momo-mag-muted);
	font-size: 10px;
	letter-spacing: 0.06em;
}

body.single-post .articleHeader__title {
	order: 2;
	max-width: 860px;
	margin: 0 0 24px;
	color: var(--momo-mag-ink);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1.38;
}

body.single-post .articleHeader__info {
	order: 3;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: clamp(30px, 4vw, 54px);
	color: var(--momo-mag-muted);
	font-size: 11px;
	letter-spacing: 0.06em;
}

body.single-post .articleHeader__info a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 12px;
	border-radius: 999px;
	background: var(--momo-mag-pink-soft);
	color: #b94d6c;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
}

body.single-post .articleHeader .post-thumbnail {
	order: 4;
	margin: 0;
	border-radius: 34px;
	overflow: hidden;
	background: #f4eef1;
	box-shadow: 0 24px 70px rgb(70 42 56 / 10%);
}

body.single-post .articleHeader .post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 780px;
	object-fit: cover;
}

body.single-post .articleBody {
	width: min(100%, 920px);
	margin: 0 auto;
	padding-top: clamp(32px, 5vw, 66px);
	font-size: 17px;
	line-height: 2;
}

body.single-post .articleBody > :is(p, h2, h3, h4, ul, ol, blockquote, .toc_block, .momo-article-disclosure, .momo-editor-note, aside) {
	width: min(100%, 720px);
	margin-right: auto;
	margin-left: auto;
}

body.single-post .articleBody > p.momo-mag-lead {
	margin-top: 0;
	margin-bottom: 22px;
	color: #332a2f;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
	font-size: clamp(19px, 2vw, 24px);
	font-weight: 500;
	line-height: 2;
}

body.single-post .momo-article-byline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px !important;
	padding: 7px 13px;
	border-radius: 999px;
	background: #f8f3f5;
	color: #665d62;
	font-size: 10px;
	letter-spacing: 0.07em;
}

body.single-post .momo-article-disclosure {
	margin-block: 8px 26px;
	padding: 10px 14px;
	border: 0;
	border-left: 2px solid #e7b5c2;
	background: #fffafb;
	color: #776e73;
	font-size: 10px;
	line-height: 1.7;
}

body.single-post .articleBody > figure,
body.single-post .articleBody > .wp-block-image,
body.single-post .articleBody > .wp-block-gallery,
body.single-post .articleBody > table,
body.single-post .articleBody > .wp-block-table {
	width: min(100%, 920px);
	margin: clamp(34px, 5vw, 64px) auto;
}

body.single-post .articleBody figure img,
body.single-post .articleBody > img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 28px;
	background: #f3eef0;
}

body.single-post .articleBody figcaption {
	margin-top: 12px;
	color: var(--momo-mag-muted);
	font-size: 10px;
	line-height: 1.7;
	text-align: center;
}

body.single-post .articleBody > h2 {
	position: relative;
	margin-top: clamp(76px, 9vw, 122px);
	margin-bottom: 32px;
	padding: 38px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--momo-mag-ink) !important;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif !important;
	font-size: clamp(29px, 3.4vw, 43px) !important;
	font-weight: 600 !important;
	letter-spacing: -0.035em;
	line-height: 1.55 !important;
	scroll-margin-top: 118px;
}

body.single-post .articleBody > h2::before {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-momo-chapter) !important;
	color: #e17b96;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
}

body.single-post .articleBody > h2::after {
	display: block !important;
	position: absolute;
	top: 8px;
	left: 54px;
	width: 54px;
	height: 1px;
	content: "" !important;
	background: var(--momo-mag-pink);
}

body.single-post .articleBody > h3 {
	margin-top: 46px;
	margin-bottom: 18px;
	padding: 0 0 12px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--momo-mag-line) !important;
	background: transparent !important;
	color: #2d2529 !important;
	font-size: clamp(21px, 2.3vw, 27px) !important;
	font-weight: 700 !important;
	line-height: 1.65 !important;
}

body.single-post .articleBody > ul,
body.single-post .articleBody > ol {
	padding: 24px 26px 24px 48px;
	border-radius: 18px;
	background: #fff6f8;
}

body.single-post .articleBody > ul li + li,
body.single-post .articleBody > ol li + li {
	margin-top: 9px;
}

body.single-post .articleBody > aside,
body.single-post .momo-editor-note,
body.single-post .momo-article-takeaway {
	margin-block: 34px;
	padding: 24px 26px;
	border: 1px solid #f0dce3;
	border-radius: 18px;
	background: linear-gradient(135deg, #fff4f7, #fff);
	box-shadow: 0 16px 44px rgb(73 41 56 / 5%);
}

body.single-post .momo-article-product-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 22px;
	border: 1px solid #2e272b;
	border-radius: 999px;
	background: #2e272b;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease;
}

body.single-post .momo-article-product-link a::after {
	margin-left: 10px;
	content: "↗";
}

body.single-post .momo-article-product-link a:hover,
body.single-post .momo-article-product-link a:focus-visible {
	background: #b94d6c;
	transform: translateY(-2px);
}

body.single-post .toc_block {
	position: relative;
	margin-block: 42px 58px;
	padding: 26px 28px 24px;
	border: 1px solid var(--momo-mag-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 54px rgb(66 41 53 / 6%);
}

body.single-post .toc__caption {
	margin-bottom: 16px;
	color: #d76784;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.2em;
}

body.single-post .toc li {
	color: #df829a;
}

body.single-post .toc a {
	color: #332b2f;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.7;
}

body.single-post .toc_block.is-collapsed .toc li:nth-child(n + 5) {
	display: none;
}

.momo-index-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 16px;
	padding: 8px 17px;
	border: 1px solid var(--momo-mag-line);
	border-radius: 999px;
	background: #fff8fa;
	color: #a84c68;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	cursor: pointer;
}

/* Reading progress and restrained reveal motion. */
.momo-reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 3px;
	pointer-events: none;
}

.momo-reading-progress::after {
	display: block;
	width: var(--momo-reading-progress, 0%);
	height: 100%;
	content: "";
	background: linear-gradient(90deg, #ee8ea5, #efb79a);
	transition: width 80ms linear;
}

.momo-mag-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 680ms ease, transform 680ms cubic-bezier(.2,.75,.25,1);
}

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

body.single-post .articleFooter {
	width: min(100%, 920px);
	margin: 84px auto 0;
	padding-top: 36px;
	border-top: 1px solid var(--momo-mag-line);
}

body.single-post .articlePagerUnit {
	width: min(100%, 920px);
	margin-inline: auto;
}

@media (max-width: 767px) {
	body.admin-bar.momotokyo-home-v4 #header,
	body.admin-bar.single-post #header {
		top: 46px;
	}

	.momo-v4-hero {
		margin-top: 0;
	}

	.momo-v4-hero__slide {
		border-radius: 0 0 22px 22px;
	}

	.momo-v4-hero__slide figcaption {
		max-width: 84%;
	}

	.momo-v4-section,
	.momo-v8-latest {
		padding-top: 72px;
		padding-bottom: 82px;
	}

	.momo-v4-story-grid .momo-v4-card,
	.momo-v8-latest__grid .momo-v4-card {
		padding-block: 18px;
	}

	.momo-v4-story-grid .momo-v4-card__media,
	.momo-v8-latest .momo-v4-card__media {
		border-radius: 15px;
		box-shadow: none;
	}

	body.single-post .articleContainer,
	body.single-post .articleHeader,
	body.single-post .articleBody,
	body.single-post .articleFooter,
	body.single-post .articlePagerUnit {
		width: 100%;
	}

	body.single-post .articleHeader {
		padding-top: 28px;
	}

	body.single-post .articleHeader .breadcrumbs,
	body.single-post .articleHeader__title,
	body.single-post .articleHeader__info {
		width: calc(100% - 36px);
		margin-right: auto;
		margin-left: auto;
	}

	body.single-post .articleHeader__title {
		margin-bottom: 18px;
		font-size: clamp(31px, 9.1vw, 42px);
		line-height: 1.46;
	}

	body.single-post .articleHeader__info {
		margin-bottom: 28px;
	}

	body.single-post .articleHeader .post-thumbnail {
		border-radius: 0;
		box-shadow: none;
	}

	body.single-post .articleHeader .post-thumbnail img {
		aspect-ratio: 4 / 5;
		object-fit: cover;
	}

	body.single-post .articleBody {
		padding-top: 30px;
		font-size: 16px;
		line-height: 1.95;
	}

	body.single-post .articleBody > :is(p, h2, h3, h4, ul, ol, blockquote, .toc_block, .momo-article-disclosure, .momo-editor-note, aside) {
		width: calc(100% - 36px);
	}

	body.single-post .articleBody > figure,
	body.single-post .articleBody > .wp-block-image,
	body.single-post .articleBody > .wp-block-gallery,
	body.single-post .articleBody > table,
	body.single-post .articleBody > .wp-block-table {
		width: 100%;
		margin-block: 38px 48px;
	}

	body.single-post .articleBody figure img,
	body.single-post .articleBody > img {
		border-radius: 0;
	}

	body.single-post .articleBody > p.momo-mag-lead {
		font-size: 18px;
		line-height: 1.95;
	}

	body.single-post .articleBody > h2 {
		margin-top: 82px;
		font-size: 29px !important;
		line-height: 1.55 !important;
	}

	body.single-post .articleBody > h3 {
		margin-top: 40px;
		font-size: 21px !important;
	}

	body.single-post .articleBody > ul,
	body.single-post .articleBody > ol,
	body.single-post .articleBody > aside,
	body.single-post .momo-editor-note,
	body.single-post .momo-article-takeaway {
		padding: 20px 21px;
		border-radius: 15px;
	}

	body.single-post .toc_block {
		padding: 22px 20px 20px;
		border-radius: 16px;
	}

	body.single-post .articleFooter,
	body.single-post .articlePagerUnit {
		width: calc(100% - 36px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.momo-mag-reveal,
	.momo-mag-reveal.is-visible,
	.momo-v4-card__media img,
	.momo-reading-progress::after {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Theme compatibility: Xwrite already supplies its own compact fixed header. */
body.momotokyo-home-v4 #header,
body.single-post #header,
body.admin-bar.momotokyo-home-v4 #header,
body.admin-bar.single-post #header {
	position: relative;
	top: auto;
}

body.single-post .articleBody > p.momo-article-byline {
	width: fit-content;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.single-post .articleBody > .momo-article-disclosure {
	padding: 8px 12px;
	border: 0;
	border-left: 2px solid #e7b5c2;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

/**
 * Home 1.9.2: photography first.
 * Keep article names available to assistive technology while the visual UI
 * uses one short genre label per image.
 */
body.momotokyo-home-v4 .momo-v4-topics,
body.momotokyo-home-v4 .momo-v9-ticker,
body.momotokyo-home-v4 .momo-v8-moods,
body.momotokyo-home-v4 .momo-v4-about {
	display: none !important;
}

body.momotokyo-home-v4 .momo-v4-hero__slide figcaption {
	top: 24px !important;
	right: auto !important;
	bottom: auto !important;
	left: 24px !important;
	width: auto !important;
	max-width: none !important;
	min-height: 0 !important;
	padding: 10px 16px !important;
	border: 1px solid rgb(255 255 255 / 62%) !important;
	border-radius: 999px !important;
	background: rgb(255 255 255 / 88%) !important;
	box-shadow: 0 10px 32px rgb(42 25 34 / 10%) !important;
	backdrop-filter: blur(14px);
}

body.momotokyo-home-v4 .momo-v4-hero__slide figcaption span {
	display: block !important;
	margin: 0 !important;
	color: #b94e6a !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: .18em !important;
}

body.momotokyo-home-v4 .momo-v4-hero__slide figcaption strong,
body.momotokyo-home-v4 .momo-v8-latest__heading h2,
body.momotokyo-home-v4 .momo-v4-section-heading h2,
body.momotokyo-home-v4 .momo-v8-latest .momo-v4-card h3,
body.momotokyo-home-v4 .momo-v4-story-grid .momo-v4-card h3 {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

body.momotokyo-home-v4 .momo-v4-hero__slide figcaption em,
body.momotokyo-home-v4 .momo-v8-latest .momo-v4-card__meta time,
body.momotokyo-home-v4 .momo-v4-story-grid .momo-v4-card__meta time,
body.momotokyo-home-v4 .momo-v8-latest .momo-v4-card__summary,
body.momotokyo-home-v4 .momo-v8-latest .momo-v4-card__context,
body.momotokyo-home-v4 .momo-v4-story-grid .momo-v4-card__summary,
body.momotokyo-home-v4 .momo-v4-story-grid .momo-v4-card__context {
	display: none !important;
}

body.momotokyo-home-v4 .momo-v4-hero__nav a {
	display: none !important;
}

body.momotokyo-home-v4 .momo-v4-hero__nav {
	display: none !important;
	right: 18px !important;
	left: auto !important;
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.momotokyo-home-v4 .momo-v4-hero__toggle {
	width: 38px !important;
	height: 38px !important;
	margin: 0 !important;
	border: 1px solid rgb(255 255 255 / 64%) !important;
	background: rgb(255 255 255 / 84%) !important;
	color: #3a2931 !important;
	backdrop-filter: blur(12px);
}

body.momotokyo-home-v4 .momo-v8-latest__heading,
body.momotokyo-home-v4 .momo-v4-section-heading {
	margin-bottom: 28px !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

body.momotokyo-home-v4 .momo-v8-latest__heading > p:first-child,
body.momotokyo-home-v4 .momo-v4-section-heading > p:first-child {
	margin: 0 !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: .18em !important;
}

body.momotokyo-home-v4 .momo-v8-latest__heading > p:first-child {
	font-size: 0 !important;
}

body.momotokyo-home-v4 .momo-v8-latest__heading > p:first-child::after {
	content: "NEW";
	font-size: 22px;
}

body.momotokyo-home-v4 .momo-v8-latest .momo-v4-card__link,
body.momotokyo-home-v4 .momo-v4-story-grid .momo-v4-card__link {
	position: relative !important;
	display: block !important;
}

body.momotokyo-home-v4 .momo-v8-latest .momo-v4-card__body,
body.momotokyo-home-v4 .momo-v4-story-grid .momo-v4-card__body {
	position: absolute !important;
	right: auto !important;
	bottom: 18px !important;
	left: 18px !important;
	z-index: 2;
	width: auto !important;
	max-width: calc(100% - 36px) !important;
	min-height: 0 !important;
	padding: 10px 14px !important;
	border: 1px solid rgb(255 255 255 / 60%) !important;
	border-radius: 999px !important;
	background: rgb(255 255 255 / 88%) !important;
	box-shadow: 0 8px 24px rgb(47 28 38 / 9%) !important;
	backdrop-filter: blur(12px);
}

body.momotokyo-home-v4 .momo-v8-latest .momo-v4-card__meta,
body.momotokyo-home-v4 .momo-v4-story-grid .momo-v4-card__meta {
	display: block !important;
	margin: 0 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: .15em !important;
	text-transform: uppercase;
}

body.momotokyo-home-v4 .momo-v4-side h2,
body.momotokyo-home-v4 .momo-v4-side .momo-v4-card__body strong,
body.momotokyo-home-v4 .momo-v4-side li a strong {
	display: none !important;
}

body.momotokyo-home-v4 .momo-v4-side .momo-v4-kicker,
body.momotokyo-home-v4 .momo-v4-side section > p:first-child {
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: .16em !important;
}

body.momotokyo-home-v4 #momo-v3-latest .momo-v4-kicker {
	font-size: 0 !important;
}

body.momotokyo-home-v4 #momo-v3-latest .momo-v4-kicker::after {
	content: "NEW";
	font-size: 12px;
}

body.momotokyo-home-v4 .momo-v9-side-block h2,
body.momotokyo-home-v4 .momo-v9-side-block strong,
body.momotokyo-home-v4 .momo-v9-side-block .momo-v4-card__body em,
body.momotokyo-home-v4 .momo-v9-side-block .momo-v4-testamatta__copy em,
body.momotokyo-home-v4 .momo-v9-side-block .momo-v4-card__summary,
body.momotokyo-home-v4 .momo-v9-side-block .momo-v4-card__context {
	display: none !important;
}

@media (max-width: 767px) {
	body.momotokyo-home-v4 .momo-v4-hero__slide figcaption {
		top: 16px !important;
		left: 16px !important;
		padding: 9px 13px !important;
	}

	body.momotokyo-home-v4 .momo-v8-latest,
	body.momotokyo-home-v4 .momo-v4-section {
		padding-top: 54px !important;
		padding-bottom: 64px !important;
	}

	body.momotokyo-home-v4 .momo-v8-latest .momo-v4-card__body,
	body.momotokyo-home-v4 .momo-v4-story-grid .momo-v4-card__body {
		bottom: 14px !important;
		left: 14px !important;
		max-width: calc(100% - 28px) !important;
	}
}
