@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600&display=swap");

:root {
	--mongee-primary: #2B4C7E;
	--mongee-primary-dark: #1A3356;
	--mongee-line: #06C755;
	--mongee-alert: #C73E3A;
	--mongee-bg: #F8F6EF;
	--mongee-muted: #F1EEE6;
	--mongee-card: #FFFFFF;
	--mongee-text: #302D28;
	--mongee-subtext: #6D7280;
	--mongee-border: #E1DDD3;
	--mongee-admin-bar-height: 0px;
}

.mongee-front-page {
	background: var(--mongee-bg);
	color: var(--mongee-text);
	font-family: "Noto Sans JP", sans-serif;
}

.mongee-front-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.mongee-front-page a {
	color: inherit;
	text-decoration: none;
}

.mongee-site {
	min-height: 100vh;
}

.mongee-container {
	width: min(100% - 2rem, 1080px);
	margin-inline: auto;
}

/* Header */
.mongee-header {
	position: fixed;
	top: var(--mongee-admin-bar-height, 0px);
	right: 0;
	left: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid var(--mongee-border);
	backdrop-filter: blur(10px);
}

/*
 * JavaScript replaces this fallback with the admin bar's measured visible
 * height. The fallback keeps the first paint correct before JS runs.
 */
body.admin-bar {
	--mongee-admin-bar-height: 32px;
}

.mongee-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
	gap: 20px;
}

.mongee-logo {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: 600;
	color: var(--mongee-primary);
}

.mongee-logo img {
	display: block;
	width: auto;
	max-width: 180px;
	height: 40px;
	object-fit: contain;
}

.mongee-nav {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.mongee-nav a {
	color: rgba(48, 45, 40, 0.72);
	transition: color 160ms ease;
}

.mongee-nav a:hover {
	color: var(--mongee-text);
}

.mongee-header-line {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 16px;
	background: var(--mongee-line);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	transition: opacity 160ms ease;
}

.mongee-header-line:hover {
	opacity: 0.9;
}


.mongee-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 44px;
	min-height: 44px;
	padding: 6px 8px;
	border: 1px solid rgba(43, 76, 126, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--mongee-primary);
	font: inherit;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.mongee-menu-toggle:hover {
	background: #fff;
	border-color: rgba(43, 76, 126, 0.32);
}

.mongee-menu-toggle-lines {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	width: 18px;
	height: 18px;
}

.mongee-menu-toggle-lines span {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.mongee-menu-toggle-text {
	display: inline-block;
}

.mongee-header.is-menu-open .mongee-menu-toggle-lines span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.mongee-header.is-menu-open .mongee-menu-toggle-lines span:nth-child(2) {
	opacity: 0;
}

.mongee-header.is-menu-open .mongee-menu-toggle-lines span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

/* Hero */
.mongee-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90vh;
	padding: 96px 16px 80px;
	overflow: hidden;
	background: var(--mongee-hero-overlay-color, var(--mongee-primary));
}

.mongee-hero-gradient,
.mongee-hero-photo {
	position: absolute;
	inset: 0;
}

.mongee-hero-gradient {
	z-index: 1;
	background: var(--mongee-hero-overlay-color, var(--mongee-primary));
	opacity: var(--mongee-hero-overlay-opacity, 0.82);
}

.mongee-hero-photo {
	z-index: 0;
	background-image: var(--mongee-hero-bg);
	background-position: center;
	background-size: cover;
	opacity: 0.2;
}

.mongee-hero-content {
	position: relative;
	z-index: 2;
	width: min(100%, 680px);
	margin-inline: auto;
	text-align: center;
}

.mongee-hero-subcopy,
.mongee-section-heading p,
.mongee-footer-cta > .mongee-container > p {
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.22em;
}

.mongee-hero-subcopy {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.mongee-hero h1 {
	margin: 0 0 16px;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2rem, 4.5vw, 3.4rem);
	font-weight: 500;
	line-height: 1.75;
}

.mongee-hero-lead {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.82);
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.8;
}

.mongee-hero-lead-last {
	margin-bottom: 40px;
}

.mongee-hero-status {
	display: inline-block;
	margin-bottom: 32px;
	padding: 13px 24px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
}

.mongee-hero-status p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 14px;
}

.mongee-hero-status span {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 12px;
}

.mongee-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.mongee-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	min-height: 48px;
	padding: 12px 28px;
	font-size: 14px;
	font-weight: 500;
	transition: background-color 160ms ease, opacity 160ms ease;
}

.mongee-hero .mongee-button-light {
	background: var(--mongee-hero-cta1-bg, #fff);
	color: var(--mongee-hero-cta1-text, var(--mongee-primary));
}

.mongee-hero .mongee-button-light:hover {
	opacity: 0.9;
}

.mongee-hero .mongee-button-line {
	background: var(--mongee-hero-cta2-bg, var(--mongee-line));
	color: var(--mongee-hero-cta2-text, #fff);
}

.mongee-hero .mongee-button-line:hover {
	opacity: 0.9;
}

.mongee-hero .mongee-button-ghost {
	border: 1px solid rgba(255, 255, 255, 0.42);
	background: var(--mongee-hero-cta3-bg, var(--mongee-primary));
	color: var(--mongee-hero-cta3-text, #fff);
}

.mongee-hero .mongee-button-ghost:hover {
	opacity: 0.9;
}

.mongee-wave {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 3;
	height: 80px;
}

.mongee-wave svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* Shared sections */
.mongee-section {
	padding: 80px 0;
}

.mongee-section-bg {
	background: var(--mongee-bg);
}

.mongee-section-muted {
	background: var(--mongee-muted);
}

.mongee-section-heading {
	margin-bottom: 56px;
	text-align: center;
}

.mongee-section-heading p {
	margin: 0 0 12px;
	color: var(--mongee-subtext);
	font-size: 12px;
}

.mongee-section-heading h2 {
	margin: 0;
	color: var(--mongee-text);
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.55rem, 3vw, 2rem);
	font-weight: 500;
	line-height: 1.55;
}

.mongee-section-heading span {
	display: block;
	margin-top: 12px;
	color: var(--mongee-subtext);
	font-size: 14px;
	line-height: 1.8;
}

.mongee-section-heading-dark p {
	color: rgba(255, 255, 255, 0.52);
}

.mongee-section-heading-dark h2 {
	color: #fff;
}

.mongee-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 120px;
	background: var(--mongee-muted);
	color: var(--mongee-subtext);
	font-size: 12px;
	text-align: center;
}

/* Status banner */
.mongee-status-banner {
	padding: 16px 0;
	color: #fff;
}

.mongee-status-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.mongee-status-copy {
	display: flex;
	align-items: center;
	gap: 16px;
}

.mongee-status-copy span {
	display: inline-flex;
	padding: 4px 12px;
	background: rgba(255, 255, 255, 0.2);
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
}

.mongee-status-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
}

.mongee-status-inner > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 20px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.18);
	font-size: 12px;
	font-weight: 500;
	transition: background-color 160ms ease;
}

.mongee-status-inner > a:hover {
	background: rgba(255, 255, 255, 0.28);
}

/* News */
.mongee-news-section {
	background: linear-gradient(180deg, #fff 0%, var(--mongee-bg) 100%);
}

.mongee-news-panel {
	width: min(100%, 900px);
	margin-inline: auto;
	padding: 42px 56px 48px;
	border: 1px solid rgba(43, 76, 126, 0.22);
	background: rgba(255, 255, 255, 0.92);
}

.mongee-news-list {
	display: grid;
}

.mongee-news-item {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	padding: 22px 0;
	border-bottom: 1px solid rgba(48, 45, 40, 0.22);
	color: var(--mongee-text);
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	line-height: 1.7;
	transition: color 160ms ease;
}

.mongee-news-item:first-child {
	padding-top: 0;
}

.mongee-news-item:hover {
	color: var(--mongee-primary);
}

.mongee-news-item time {
	color: var(--mongee-subtext);
	white-space: nowrap;
}

.mongee-news-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 52px;
	margin: 36px auto 0;
	padding: 12px 28px;
	background: var(--mongee-primary);
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 17px;
	transition: background-color 160ms ease;
}

.mongee-news-more:hover {
	background: var(--mongee-primary-dark);
}

/* Products */
.mongee-products-grid {
	display: flex;
	gap: 32px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 12px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.mongee-products-grid::-webkit-scrollbar {
	height: 8px;
}

.mongee-products-grid::-webkit-scrollbar-thumb {
	background: rgba(43, 76, 126, 0.32);
}

.mongee-product-card {
	flex: 0 0 calc((100% - 64px) / 3);
	scroll-snap-align: start;
}

.mongee-product-card,
.mongee-guide-card,
.mongee-order-card,
.mongee-recipe-card,
.mongee-voice-card,
.mongee-faq-item {
	border: 1px solid var(--mongee-border);
	background: var(--mongee-card);
}

.mongee-product-image {
	position: relative;
	aspect-ratio: 4 / 3;
	background: var(--mongee-muted);
	overflow: hidden;
}

.mongee-product-image img,
.mongee-instagram-grid img,
.mongee-story-image img,
.mongee-recipe-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mongee-product-status {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 4px 10px;
	background: rgba(43, 76, 126, 0.92);
	color: #fff;
	font-size: 11px;
	font-weight: 500;
}

.mongee-product-status-selling {
	background: rgba(6, 199, 85, 0.92);
}

.mongee-product-status-sold_out {
	background: rgba(199, 62, 58, 0.92);
}

.mongee-product-body {
	padding: 24px;
}

.mongee-product-body h3 {
	margin: 0 0 8px;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}

.mongee-product-price {
	margin: 0;
	color: var(--mongee-primary);
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3;
}

.mongee-product-price span {
	margin-left: 6px;
	color: var(--mongee-subtext);
	font-size: 12px;
}

.mongee-product-meta {
	display: grid;
	gap: 8px;
	margin-top: 18px;
	color: rgba(48, 45, 40, 0.72);
	font-size: 14px;
	line-height: 1.6;
}

.mongee-product-meta p,
.mongee-product-description p {
	margin: 0;
}

.mongee-small {
	color: var(--mongee-subtext);
	font-size: 12px;
}

.mongee-product-description {
	margin-top: 14px;
	color: rgba(48, 45, 40, 0.72);
	font-size: 13px;
	line-height: 1.8;
}

.mongee-product-actions {
	display: grid;
	gap: 10px;
	margin-top: 24px;
}

.mongee-product-cta,
.mongee-product-subactions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.mongee-product-cta-1 {
	min-height: 46px;
	border: 1px solid var(--mongee-product-cta1-border, var(--mongee-primary));
	background: var(--mongee-product-cta1-bg, var(--mongee-primary));
	color: var(--mongee-product-cta1-text, #fff);
	font-size: 14px;
	transition: background-color 160ms ease;
}

.mongee-product-cta-1:hover {
	background: var(--mongee-product-cta1-hover-bg, var(--mongee-primary-dark));
	color: var(--mongee-product-cta1-hover-text, #fff);
}

.mongee-product-subactions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	gap: 8px;
}

.mongee-product-subactions .mongee-product-cta {
	min-height: 36px;
	font-size: 12px;
	transition: background-color 160ms ease;
}

.mongee-product-cta-2 {
	border: 1px solid var(--mongee-product-cta2-border, var(--mongee-border));
	background: var(--mongee-product-cta2-bg, #fff);
	color: var(--mongee-product-cta2-text, rgba(48, 45, 40, 0.72));
}

.mongee-product-cta-2:hover {
	background: var(--mongee-product-cta2-hover-bg, var(--mongee-muted));
	color: var(--mongee-product-cta2-hover-text, rgba(48, 45, 40, 0.72));
}

.mongee-product-cta-3 {
	border: 1px solid var(--mongee-product-cta3-border, rgba(6, 199, 85, 0.3));
	background: var(--mongee-product-cta3-bg, #fff);
	color: var(--mongee-product-cta3-text, var(--mongee-line));
}

.mongee-product-cta-3:hover {
	background: var(--mongee-product-cta3-hover-bg, rgba(6, 199, 85, 0.06));
	color: var(--mongee-product-cta3-hover-text, var(--mongee-line));
}

.mongee-price-label {
	display: block;
	margin: 0 0 2px;
	color: var(--mongee-subtext);
	font-size: 12px;
}

/* Guide and reasons */
.mongee-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.mongee-guide-card {
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.mongee-reason-icon {
	display: grid;
	place-items: center;
	width: 64px;
	aspect-ratio: 1;
	margin-inline: auto;
	margin-bottom: 16px;
	font-size: 40px;
	line-height: 1;
}

.mongee-reason-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mongee-guide-media {
	display: grid;
	place-items: center;
	width: min(50%, 180px);
	aspect-ratio: 1;
	margin: 28px auto 0;
	overflow: hidden;
	background: rgba(43, 76, 126, 0.05);
	font-size: 64px;
	line-height: 1;
}

.mongee-guide-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mongee-guide-body {
	padding: 28px 28px 32px;
}

.mongee-guide-card h3,
.mongee-reasons-grid h3,
.mongee-order-card h3,
.mongee-recipe-card h3 {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}

.mongee-guide-card p,
.mongee-reasons-grid p {
	margin: 14px 0 0;
	color: rgba(48, 45, 40, 0.72);
	font-size: 14px;
	line-height: 1.8;
}

.mongee-guide-card span {
	display: inline-block;
	margin-top: 18px;
	padding: 8px 12px;
	background: rgba(43, 76, 126, 0.06);
	color: var(--mongee-primary);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
}

.mongee-guide-actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 8px;
	margin-top: 20px;
}

.mongee-guide-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid var(--mongee-primary);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	transition: background-color 160ms ease, color 160ms ease;
}

.mongee-guide-action-1 {
	background: var(--mongee-primary);
	color: #fff;
}

.mongee-guide-action-1:hover {
	background: var(--mongee-primary-dark);
	color: #fff;
}

.mongee-guide-action-2 {
	background: #fff;
	color: var(--mongee-primary);
}

.mongee-guide-action-2:hover {
	background: rgba(43, 76, 126, 0.06);
	color: var(--mongee-primary);
}

/* Instagram */
.mongee-instagram-main {
	width: min(100%, 680px);
	aspect-ratio: 9 / 16;
	margin: 0 auto 48px;
	border: 1px solid var(--mongee-border);
	background: var(--mongee-muted);
}

.mongee-instagram-main iframe,
.mongee-instagram-main blockquote,
.mongee-instagram-main .instagram-media {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	margin: 0 auto !important;
}

.mongee-instagram-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
}

.mongee-instagram-grid > a,
.mongee-instagram-grid > div {
	display: block;
	aspect-ratio: 1;
	border: 1px solid var(--mongee-border);
	background: var(--mongee-muted);
	overflow: hidden;
}

.mongee-instagram-grid .mongee-placeholder {
	min-height: 0;
	font-size: 10px;
}

.mongee-center-action {
	margin-top: 32px;
	text-align: center;
}

.mongee-center-action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 24px;
	border: 1px solid var(--mongee-border);
	color: rgba(48, 45, 40, 0.72);
	font-size: 14px;
	transition: background-color 160ms ease;
}

.mongee-center-action a:hover {
	background: var(--mongee-muted);
}

/* Order */
.mongee-order-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	width: min(100%, 900px);
	margin-inline: auto;
}

.mongee-order-card {
	padding: 32px;
}

.mongee-order-card h3 {
	padding-bottom: 18px;
	border-bottom: 1px solid var(--mongee-border);
}

.mongee-order-card ol {
	display: grid;
	gap: 16px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.mongee-order-card li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.mongee-order-card li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: var(--mongee-primary);
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

.mongee-order-card li p {
	margin: 1px 0 0;
	color: rgba(48, 45, 40, 0.72);
	font-size: 14px;
	line-height: 1.7;
}

.mongee-order-note {
	margin: 24px 0 0;
	color: var(--mongee-subtext);
	font-size: 12px;
	line-height: 1.7;
}

.mongee-pickup-box {
	margin-top: 24px;
	padding: 16px;
	background: var(--mongee-muted);
	color: rgba(48, 45, 40, 0.72);
	font-size: 12px;
	line-height: 1.7;
}

.mongee-pickup-box p {
	margin: 0 0 6px;
	color: var(--mongee-text);
	font-weight: 500;
}

/* Reasons */
.mongee-reasons-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	width: min(100%, 900px);
	margin-inline: auto;
	text-align: center;
}

/* Story */
.mongee-story-section {
	padding: 80px 0;
	background: var(--mongee-primary);
	color: #fff;
}

.mongee-story-list {
	display: grid;
	gap: 48px;
	width: min(100%, 780px);
	margin-inline: auto;
}

.mongee-story-item {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 32px;
	align-items: center;
}

.mongee-story-image-right {
	grid-template-columns: 2fr 1fr;
}

.mongee-story-image-right .mongee-story-image {
	order: 2;
}

.mongee-story-image {
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.mongee-story-image .mongee-placeholder {
	min-height: 0;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.42);
}

.mongee-story-copy h3 {
	margin: 0 0 12px;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}

.mongee-story-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.9;
}

.mongee-story-copy a {
	display: inline-flex;
	margin-top: 18px;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	transition: color 160ms ease;
}

.mongee-story-copy a:hover {
	color: rgba(255, 255, 255, 0.8);
}

/* Recipe */
.mongee-recipe-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.mongee-recipe-card {
	padding: 24px;
}

.mongee-recipe-card h3 {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--mongee-border);
}

.mongee-recipe-card ul {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mongee-recipe-card li {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	align-items: center;
}

.mongee-recipe-card li.has-image {
	grid-template-columns: auto minmax(0, 1fr);
}

.mongee-recipe-card img {
	width: 52px;
	height: 52px;
}

.mongee-recipe-card p {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.mongee-recipe-card span {
	display: block;
	margin-top: 4px;
	color: var(--mongee-subtext);
	font-size: 12px;
	line-height: 1.6;
}

/* Voice */
.mongee-voice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	width: min(100%, 780px);
	margin-inline: auto;
}

.mongee-voice-card {
	padding: 24px;
}

.mongee-voice-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.mongee-avatar {
	width: 40px;
	height: 40px;
	background: var(--mongee-muted);
}

.mongee-voice-head p {
	margin: 0;
	font-size: 14px;
}

.mongee-voice-head span {
	color: var(--mongee-subtext);
	font-size: 12px;
}

.mongee-stars {
	margin-bottom: 10px;
	color: #B68B2E;
	font-size: 13px;
}

.mongee-voice-body {
	color: rgba(48, 45, 40, 0.72);
	font-size: 14px;
	font-style: italic;
	line-height: 1.8;
}

/* FAQ */
.mongee-faq-list {
	display: grid;
	gap: 8px;
	width: min(100%, 700px);
	margin-inline: auto;
}

.mongee-faq-item {
	padding: 0 24px;
}

.mongee-faq-item summary {
	position: relative;
	display: block;
	padding: 20px 28px 20px 0;
	color: var(--mongee-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	cursor: pointer;
}

.mongee-faq-item summary::-webkit-details-marker {
	display: none;
}

.mongee-faq-item summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: var(--mongee-primary);
	font-size: 18px;
}

.mongee-faq-item[open] summary::after {
	content: "−";
}

.mongee-faq-item div {
	padding-bottom: 20px;
	color: rgba(48, 45, 40, 0.72);
	font-size: 14px;
	line-height: 1.85;
}

.mongee-faq-item div p {
	margin: 0;
}

/* Footer */
.mongee-footer-cta {
	padding: 64px 0;
	background: var(--mongee-primary);
	color: #fff;
	text-align: center;
}

.mongee-footer-cta p {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
}

.mongee-footer-cta h2 {
	margin: 0 0 16px;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.55rem, 3vw, 2rem);
	font-weight: 500;
	line-height: 1.55;
}

.mongee-footer-cta div {
	width: min(100%, 460px);
	margin: 0 auto 30px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.85;
}

.mongee-footer-cta div p {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.mongee-footer-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 36px;
	background: var(--mongee-footer-cta-bg, var(--mongee-line));
	color: var(--mongee-footer-cta-text, #fff);
	font-size: 14px;
	font-weight: 500;
	transition: opacity 160ms ease;
}

/* Shortcode areas */
.mongee-shortcode-area {
	width: min(100%, 960px);
	margin-inline: auto;
}

.mongee-trustindex-area {
	max-width: 100%;
	overflow: visible;
}

.mongee-integration-notice {
	width: min(100%, 720px);
	margin-inline: auto;
	padding: 20px;
	border: 1px dashed var(--mongee-border);
	background: var(--mongee-card);
	color: var(--mongee-subtext);
	text-align: center;
}

.mongee-integration-notice p {
	margin: 0 0 10px;
}

.mongee-integration-notice a {
	color: var(--mongee-primary);
	font-weight: 700;
	text-decoration: underline;
}

/* Fixed CTA */
.mongee-floating-line {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 80;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	background: var(--mongee-floating-bg, var(--mongee-line));
	color: var(--mongee-floating-text, #fff);
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.mongee-floating-line:hover {
	background: var(--mongee-floating-hover-bg, #05B34D);
	color: var(--mongee-floating-hover-text, #fff);
	transform: translateY(-2px);
}

.mongee-mobile-fixed-cta {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 90;
	display: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-bottom: env(safe-area-inset-bottom);
	background: #fff;
	box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.12);
}

.mongee-mobile-fixed-cta a,
.mongee-mobile-fixed-cta span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 10px 8px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.mongee-footer-cta a:hover {
	opacity: 0.9;
}

.mongee-footer {
	padding: 48px 0 28px;
	background: var(--mongee-primary-dark);
	color: rgba(255, 255, 255, 0.72);
}

.mongee-footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 32px;
}

.mongee-footer-logo {
	display: block;
	width: auto;
	height: 32px;
	margin-bottom: 16px;
	filter: brightness(0) invert(1);
	opacity: 0.82;
	object-fit: contain;
}

.mongee-footer-info,
.mongee-footer-invoice,
.mongee-footer-menu,
.mongee-social-links {
	font-size: 12px;
	line-height: 1.85;
}

.mongee-footer a {
	color: rgba(255, 255, 255, 0.72);
	transition: color 160ms ease;
}

.mongee-footer a:hover {
	color: #fff;
}

.mongee-footer-invoice {
	margin: 8px 0 0;
}

.mongee-footer-heading {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.42);
	font-size: 12px;
	letter-spacing: 0.08em;
}

.mongee-footer-menu {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mongee-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 18px;
}

.mongee-footer-bottom {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

.mongee-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.42);
	font-size: 12px;
}

@media (min-width: 640px) {
	.mongee-instagram-main {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 900px) {
	.mongee-menu-toggle {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.mongee-nav-wrap {
		display: block;
		position: fixed;
		top: calc(var(--mongee-admin-bar-height, 0px) + 64px);
		left: 0;
		right: 0;
		z-index: 49;
		padding: 16px 1rem 18px;
		background: rgba(255, 255, 255, 0.96);
		border-bottom: 1px solid var(--mongee-border);
		box-shadow: 0 18px 40px rgba(26, 51, 86, 0.12);
		backdrop-filter: blur(12px);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		pointer-events: none;
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	}

	.mongee-header.is-menu-open .mongee-nav-wrap {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	.mongee-nav {
		width: min(100%, 420px);
		margin: 0 auto;
		padding: 2px 0;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		font-size: 15px;
	}

	.mongee-nav li {
		border-bottom: 1px solid rgba(43, 76, 126, 0.1);
	}

	.mongee-nav li:last-child {
		border-bottom: 0;
	}

	.mongee-nav a {
		display: block;
		padding: 14px 4px;
		color: var(--mongee-text);
	}

	.mongee-products-grid,
	.mongee-card-grid,
	.mongee-order-grid,
	.mongee-reasons-grid,
	.mongee-recipe-grid,
	.mongee-footer-grid {
		grid-template-columns: 1fr;
	}

	.mongee-products-grid {
		display: grid;
		gap: 24px;
		overflow: visible;
		padding-bottom: 0;
		scroll-snap-type: none;
	}

	.mongee-story-item,
	.mongee-story-image-right {
		grid-template-columns: 1fr;
	}

	.mongee-story-image-right .mongee-story-image {
		order: 0;
	}

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

@media screen and (max-width: 782px) {
	body.admin-bar {
		--mongee-admin-bar-height: 46px;
	}
}

@media (max-width: 640px) {
	.mongee-front-page.mongee-has-mobile-cta {
		padding-bottom: calc(64px + env(safe-area-inset-bottom));
	}

	.mongee-floating-line {
		display: none;
	}

	.mongee-mobile-fixed-cta {
		display: grid;
	}

	.mongee-container {
		width: min(100% - 1.25rem, 1080px);
	}

	.mongee-header-inner {
		height: 60px;
		gap: 8px;
	}

	.mongee-nav-wrap {
		top: calc(var(--mongee-admin-bar-height, 0px) + 60px);
	}

	.mongee-menu-toggle {
		min-width: 42px;
		min-height: 42px;
		padding: 6px;
	}

	.mongee-menu-toggle-text {
		display: none;
	}

	.mongee-logo img {
		max-width: 145px;
		height: 34px;
	}

	.mongee-header-line {
		min-height: 34px;
		padding: 7px 10px;
		font-size: 11px;
	}

	.mongee-hero {
		min-height: 88vh;
		padding-top: 88px;
	}

	.mongee-hero-photo {
		background-image: var(--mongee-hero-bg-mobile, var(--mongee-hero-bg));
	}

	.mongee-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.mongee-button {
		width: 100%;
	}

	.mongee-section,
	.mongee-story-section {
		padding: 64px 0;
	}

	.mongee-section-heading {
		margin-bottom: 40px;
	}

	.mongee-status-inner,
	.mongee-status-copy {
		flex-direction: column;
		text-align: center;
	}

	.mongee-status-copy {
		gap: 8px;
	}

	.mongee-news-panel {
		padding: 28px 22px 34px;
	}

	.mongee-news-item {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 18px 0;
		font-size: 15px;
	}

	.mongee-news-more {
		width: 100%;
		min-width: 0;
	}

	.mongee-guide-actions {
		grid-template-columns: 1fr;
	}

	.mongee-product-body,
	.mongee-guide-body,
	.mongee-order-card,
	.mongee-recipe-card,
	.mongee-voice-card {
		padding: 22px;
	}

	.mongee-products-grid {
		display: flex;
		gap: 16px;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 12px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.mongee-products-grid::-webkit-scrollbar {
		height: 6px;
	}

	.mongee-products-grid::-webkit-scrollbar-thumb {
		background: rgba(43, 76, 126, 0.32);
	}

	.mongee-product-card {
		flex: 0 0 min(84vw, 340px);
		scroll-snap-align: start;
	}

	.mongee-product-subactions,
	.mongee-voice-grid {
		grid-template-columns: 1fr;
	}

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

	.mongee-footer-cta a {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.mongee-guide-grid {
		display: flex !important;
		grid-template-columns: none !important;
		width: 100%;
		gap: 16px;
		overflow-x: auto !important;
		overflow-y: hidden;
		padding-bottom: 12px;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
		scrollbar-color: rgba(43, 76, 126, 0.32) transparent;
		-webkit-overflow-scrolling: touch;
	}

	.mongee-guide-grid::-webkit-scrollbar {
		height: 6px;
	}

	.mongee-guide-grid::-webkit-scrollbar-thumb {
		background: rgba(43, 76, 126, 0.32);
	}

	.mongee-guide-grid > .mongee-guide-card {
		flex: 0 0 min(84vw, 340px);
		width: auto;
		min-width: min(84vw, 340px);
		scroll-snap-align: start;
	}

	.mongee-story-list-mobile-scroll {
		display: flex !important;
		grid-template-columns: none !important;
		width: 100%;
		max-width: none;
		margin-inline: 0;
		padding: 0 0 12px;
		gap: 16px;
		overflow-x: auto !important;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
		scrollbar-color: rgba(255, 255, 255, 0.72) rgba(255, 255, 255, 0.16);
		-webkit-overflow-scrolling: touch;
	}

	.mongee-story-list-mobile-scroll::-webkit-scrollbar {
		height: 6px;
	}

	.mongee-story-list-mobile-scroll::-webkit-scrollbar-track {
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.16);
	}

	.mongee-story-list-mobile-scroll::-webkit-scrollbar-thumb {
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.72);
	}

	.mongee-story-list-mobile-scroll > .mongee-story-item {
		display: block !important;
		flex: 0 0 min(84vw, 340px) !important;
		width: auto;
		min-width: min(84vw, 340px);
		overflow: hidden;
		border: 1px solid rgba(255, 255, 255, 0.14);
		background: rgba(255, 255, 255, 0.07);
		scroll-snap-align: start;
	}

	.mongee-story-list-mobile-scroll .mongee-story-copy {
		padding: 20px;
	}

}

@media (max-width: 900px) {
	.mongee-floating-line {
		display: none;
	}
}

@media (max-width: 380px) {
	.mongee-header-line {
		display: none;
	}
}
