/* ==========================================================================
   ロルフィング施術ルームZERO — 子テーマ共通CSS (zero-blocks.css)
   トンマナ: 承認トップに統一。白・チャコール・控えめな黄色。
   ========================================================================== */

:root {
	--zero-color-text: #333333;
	--zero-color-text-sub: #555555;
	--zero-color-muted: #666666;
	--zero-color-light: #666666;
	--zero-color-bg: #ffffff;
	--zero-color-bg-alt: #fafaf8;

	/* アクセント（現行サイトの線画ブルー寄りのコバルト） */
	--zero-color-accent: #333333;
	--zero-color-accent-soft: #fafaf8;

	/* プライマリボタン（現行サイトの緑グラデ「詳細はこちら」） */
	--zero-color-green: #333333;
	--zero-color-green-deep: #333333;

	/* 研究感の補助色（控えめに使用） */
	--zero-color-navy: #333333;
	--zero-color-gold: #76630c;
	--zero-color-cream: #fafaf8;
	--zero-color-yellow: #e4d56a;
	--zero-color-yellow-soft: #f4f4f0;
	--zero-color-tan: #666666;
	--zero-color-border: #e8e8e3;

	--zero-radius-card: 24px;
	--zero-radius-panel: 38px;
	--zero-radius-btn: 999px;
	--zero-bp: 768px;
}

/* Sitemap v2: 全ページ共通 Start Here 導線 */
.zero-start-here-rail {
	margin: 32px auto;
	max-width: min(340px, calc(100% - 32px));
	position: relative;
	z-index: 30;
}

.zero-start-here-widget {
	background: linear-gradient(135deg, #fafaf8 0%, #f4f4f0 100%);
	border: 1px solid #deded7;
	border-radius: 6px;
	box-shadow: 0 2px 12px rgba(51, 51, 51, .12);
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
	padding: 22px 18px;
	text-align: center;
}

.zero-start-here-rail {
	transition: opacity .2s ease, transform .2s ease;
}

.zero-start-here-rail.is-dismissing {
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
}

.zero-sh-close {
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(44, 44, 42, .07);
	color: #333333;
	cursor: pointer;
	font: 400 20px/1 Arial, sans-serif;
}

.zero-sh-close:hover,
.zero-sh-close:focus-visible {
	background: rgba(44, 44, 42, .14);
	color: #333333;
}

.zero-sh-badge {
	background: #666666;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .05em;
	margin-bottom: 10px;
	padding: 3px 10px;
}

.zero-sh-eyebrow { color: #777; font-size: 12px; margin-bottom: 6px; }
.zero-sh-title { color: #333333; font-size: 22px; font-weight: 700; letter-spacing: .03em; line-height: 1.3; }
.zero-sh-subtitle { color: #666666; font-size: 14px; font-weight: 600; margin: 4px 0 12px; }
.zero-sh-desc { color: #666; font-size: 12.5px; line-height: 1.7; margin-bottom: 16px; }
.zero-sh-button {
	background: #666666;
	border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 18px;
	text-decoration: none !important;
}
.zero-sh-button:hover { background: #666666; color: #fff !important; }

.zero-footer-sitemap {
	background: #f4f4f0;
	border-top: 1px solid #deded7;
	color: #333333;
	padding: 42px 24px;
}
.zero-footer-sitemap__inner { margin: 0 auto; max-width: 1120px; }
.zero-footer-sitemap__label { color: #666666; font-size: 11px; font-weight: 700; letter-spacing: .18em; margin: 0 0 20px; }
.zero-footer-sitemap__menu { display: grid; gap: 18px 26px; grid-template-columns: repeat(6, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.zero-footer-sitemap__menu > li > a { color: #2f2d29; font-size: 13px; font-weight: 700; text-decoration: none; }
.zero-footer-sitemap__menu .sub-menu { list-style: none; margin: 10px 0 0; padding: 0; }
.zero-footer-sitemap__menu .sub-menu li + li { margin-top: 7px; }
.zero-footer-sitemap__menu .sub-menu a { color: #333333; font-size: 12px; line-height: 1.5; text-decoration: none; }
.zero-footer-sitemap__utility { border-top: 1px solid #deded7; display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 28px; padding-top: 18px; }
.zero-footer-sitemap__utility a { color: #333333; font-size: 12px; }

@media (min-width: 1440px) {
	.zero-start-here-rail {
		bottom: 18px;
		margin: 0;
		max-width: 144px;
		position: fixed;
		right: 12px;
		top: auto;
	}
	.zero-start-here-widget { padding: 13px 10px 12px; }
	.zero-start-here-widget .zero-sh-badge,
	.zero-start-here-widget .zero-sh-eyebrow,
	.zero-start-here-widget .zero-sh-subtitle,
	.zero-start-here-widget .zero-sh-desc { display: none; }
	.zero-start-here-widget .zero-sh-title { font-size: 17px; margin-bottom: 8px; }
	.zero-start-here-widget .zero-sh-button { font-size: 11px; line-height: 1.45; padding: 8px 9px; }
}

/* Sitemap v2: 料金・事実情報・プロフィール署名・動画 */
.zero-home-facts { background: #f4f4f0; border-bottom: 1px solid #deded7; padding: 13px 20px; text-align: center; }
.zero-home-facts p { color: #333333; font-size: 13px; letter-spacing: .02em; margin: 0; }
.zero-practitioner-signature { align-items: center; border-top: 1px solid rgba(102, 102, 102,.35); display: flex; gap: 16px; margin: 32px auto 12px; max-width: 580px; padding-top: 22px; }
.zero-practitioner-signature img { border-radius: 50%; height: 76px; object-fit: cover; width: 76px; }
.zero-practitioner-signature p { margin: 0; }
.zero-practitioner-signature__name { color: #333333; font-size: 17px; font-weight: 700; }
.zero-practitioner-signature__meta { color: #666; font-size: 12px; line-height: 1.6; }
.zero-home-video__frame { aspect-ratio: 16 / 9; margin: 28px auto 0; max-width: 900px; }
.zero-home-video__frame iframe { border: 0; height: 100%; width: 100%; }
.zero-price-table-wrap { overflow-x: auto; }
.zero-price-table { border-collapse: collapse; margin: 24px auto; min-width: 620px; width: 100%; }
.zero-price-table th, .zero-price-table td { border-bottom: 1px solid #deded7; padding: 14px 12px; text-align: left; }
.zero-price-table th { background: #f4f4f0; color: #333333; font-size: 13px; }
.zero-price-table td:not(:first-child), .zero-price-table th:not(:first-child) { text-align: center; }
.zero-price-notes { color: #666; font-size: 13px; line-height: 1.8; text-align: center; }
.zero-testimonial-post-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.zero-testimonial-post-card { background: #fff; border: 1px solid #deded7; }
.zero-testimonial-post-card__link { color: inherit; display: block; height: 100%; text-decoration: none; }
.zero-testimonial-post-card__media { aspect-ratio: 3 / 2; display: block; overflow: hidden; }
.zero-testimonial-post-card__media img { height: 100%; object-fit: cover; transition: transform .25s ease; width: 100%; }
.zero-testimonial-post-card__body { display: flex; flex-direction: column; gap: 9px; padding: 18px; }
.zero-testimonial-post-card__body time, .zero-testimonial-post-card__body span { color: #666666; font-size: 12px; }
.zero-testimonial-post-card__body strong { font-size: 15px; line-height: 1.65; }
.zero-testimonial-post-card__link:hover img { transform: scale(1.03); }

@media (max-width: 767px) {
	.zero-start-here-rail {
		position: fixed;
		z-index: 999;
		right: 12px;
		bottom: max(12px, env(safe-area-inset-bottom));
		left: 12px;
		width: auto;
		max-width: none;
		margin: 0;
	}

	.zero-start-here-widget {
		display: flex;
		align-items: center;
		gap: 12px;
		min-height: 64px;
		padding: 10px 43px 10px 15px;
		border-radius: 12px;
		text-align: left;
	}

	.zero-start-here-widget .zero-sh-badge,
	.zero-start-here-widget .zero-sh-eyebrow,
	.zero-start-here-widget .zero-sh-subtitle,
	.zero-start-here-widget .zero-sh-desc {
		display: none;
	}

	.zero-start-here-widget .zero-sh-title {
		flex: 1 1 auto;
		font-size: 16px;
		line-height: 1.25;
	}

	.zero-start-here-widget .zero-sh-button {
		flex: 0 0 auto;
		padding: 8px 11px;
		font-size: 11px;
		line-height: 1.35;
		white-space: nowrap;
	}

	.zero-sh-close {
		top: 5px;
		right: 5px;
		width: 25px;
		height: 25px;
		font-size: 18px;
	}

	.zero-home-facts p { line-height: 1.7; }
	.zero-practitioner-signature { align-items: flex-start; }
	.zero-testimonial-post-grid { grid-template-columns: 1fr; }
	.zero-footer-sitemap__menu { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) and (max-width: 1100px) {
	.zero-footer-sitemap__menu { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   SUBPAGE editorial system
   TOPで整えた余白密度・番号表現・安定したインタラクションを下層へ展開する。
   -------------------------------------------------------------------------- */

body:not(.home) .c-entry__content > .zero-section {
	padding-top: clamp(48px, 4.4vw, 64px);
	padding-bottom: clamp(48px, 4.4vw, 64px);
}

body:not(.home) .zero-section__inner > .zero-h2 + .zero-sub {
	margin-top: 12px;
}

body:not(.home) .zero-section__inner > .zero-h2 + .zero-lead,
body:not(.home) .zero-section__inner > .zero-sub + .zero-lead {
	margin-top: 26px;
}

body:not(.home) .zero-section__inner > .zero-sub + .zero-card-grid,
body:not(.home) .zero-section__inner > .zero-h2 + .zero-card-grid,
body:not(.home) .zero-section__inner > .zero-eyebrow + .zero-card-grid,
body:not(.home) .zero-section__inner > .wp-block-columns,
body:not(.home) .zero-section__inner > .wp-block-latest-posts {
	margin-top: 34px;
}

/* 導入：見出しと本文を横に並べ、読み始めの焦点をつくる。 */
.zero-subpage-intro {
	position: relative;
	overflow: hidden;
}

.zero-subpage-intro::after {
	position: absolute;
	right: max(10px, calc(50% - 590px));
	bottom: -78px;
	color: rgba(51, 51, 51, 0.026);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(210px, 24vw, 330px);
	line-height: 1;
	content: "01";
	pointer-events: none;
}

.zero-subpage-intro .zero-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
	grid-template-rows: auto auto;
	column-gap: clamp(40px, 6vw, 82px);
	row-gap: 14px;
	align-items: start;
}

.zero-subpage-intro .zero-eyebrow {
	grid-column: 1;
	grid-row: 1;
	margin-right: auto;
	margin-left: 0;
}

.zero-subpage-intro .zero-h2 {
	grid-column: 1;
	grid-row: 2;
	margin-top: 4px !important;
	font-size: clamp(31px, 3.1vw, 43px);
	line-height: 1.34;
	letter-spacing: -0.035em;
	text-align: left !important;
	text-wrap: balance;
}

.zero-subpage-intro .zero-h2 + .zero-lead {
	grid-column: 2;
	grid-row: 1;
	margin-top: 0 !important;
	font-size: clamp(16px, 1.3vw, 18px);
	line-height: 1.9;
	text-align: left !important;
	text-wrap: pretty;
}

.zero-subpage-intro .zero-lead + .zero-lead {
	grid-column: 2;
	grid-row: 2;
	margin-top: 0 !important;
	padding-top: 16px;
	border-top: 1px solid rgba(44, 44, 42, 0.1);
	font-size: 14px;
	line-height: 1.9;
	text-align: left !important;
	text-wrap: pretty;
}

/* プロフィール導入：風景のヒーローと人物写真の役割を分け、氏名の近くに顔を置く。 */
.zero-profile-intro::before {
	display: none;
}

.zero-profile-intro .zero-section__inner {
	grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
	grid-template-rows: auto auto auto auto;
	column-gap: clamp(36px, 5vw, 70px);
	row-gap: 12px;
	align-items: center;
}

.zero-profile-intro__portrait {
	grid-column: 1;
	grid-row: 1 / 5;
	align-self: stretch;
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 8px 42px 8px 8px;
	background: #d9d8dc;
	box-shadow: 0 18px 44px rgba(51, 51, 51, 0.12);
}

.zero-profile-intro__portrait img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center 32%;
}

.zero-profile-intro .zero-eyebrow {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
}

.zero-profile-intro .zero-h2 {
	grid-column: 2;
	grid-row: 2;
	margin-top: 4px !important;
}

.zero-profile-intro .zero-h2 small {
	display: inline-block;
	margin-top: 8px;
	color: var(--zero-color-muted);
	font-family: inherit;
	font-size: 0.4em;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.zero-profile-intro .zero-h2 + .zero-lead {
	grid-column: 2;
	grid-row: 3;
	margin-top: 10px !important;
}

.zero-profile-intro .zero-lead + .zero-lead {
	grid-column: 2;
	grid-row: 4;
	margin-top: 4px !important;
}

/* プロフィール固定ページ：資格・経歴・身体実践をブログの装飾に頼らず整理する。 */
.zero-profile-credentials .zero-card-grid {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.zero-profile-credentials .zero-card {
	min-height: 210px;
	padding: 30px;
}

.zero-profile-credential-code {
	display: inline-flex;
	margin: 0 0 20px;
	padding: 6px 11px;
	border-radius: 999px;
	background: var(--zero-color-accent-soft);
	color: var(--zero-color-accent);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.zero-profile-credentials__note,
.zero-profile-career__copy,
.zero-profile-practice__lead,
.zero-profile-os__copy {
	max-width: 840px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.95;
}

.zero-profile-credentials__note {
	margin-top: 28px;
}

.zero-profile-timeline {
	position: relative;
	display: grid;
	gap: 0;
	max-width: 920px;
	margin: 38px auto 34px;
	padding: 0;
	list-style: none;
}

.zero-profile-timeline::before {
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: 78px;
	width: 1px;
	background: rgba(51, 51, 51, 0.18);
	content: "";
}

.zero-profile-timeline li {
	position: relative;
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	gap: 32px;
	padding: 15px 0;
}

.zero-profile-timeline li::before {
	position: absolute;
	top: 25px;
	left: 74px;
	width: 9px;
	height: 9px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--zero-color-accent);
	box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.12);
	content: "";
}

.zero-profile-timeline__year {
	color: var(--zero-color-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	text-align: right;
}

.zero-profile-timeline__detail {
	padding: 0 0 16px;
	border-bottom: 1px solid rgba(44, 44, 42, 0.08);
	line-height: 1.85;
}

.zero-profile-career__copy + .zero-profile-career__copy {
	margin-top: 18px;
}

.zero-profile-practice-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 980px;
	margin: 34px auto 0;
}

.zero-profile-practice-grid .zero-card {
	min-height: 150px;
	padding: 24px;
}

.zero-profile-practice-grid .zero-card__title {
	font-size: 18px;
}

.zero-profile-os {
	position: relative;
	overflow: hidden;
}

.zero-profile-os .zero-section__inner {
	position: relative;
	z-index: 1;
}

.zero-profile-os__copy + .zero-profile-os__copy {
	margin-top: 18px;
}

.zero-profile-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 9px;
	max-width: 900px;
	margin: 30px auto 0;
}

.zero-profile-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid rgba(51, 51, 51, 0.18);
	border-radius: 999px;
	background: #fff;
	color: var(--zero-color-text-sub);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
	.zero-profile-social a:hover {
		border-color: rgba(51, 51, 51, 0.38);
		background: var(--zero-color-accent-soft);
		color: var(--zero-color-accent);
		transform: translateY(-2px);
	}
}

/* =========================================================
 * 2026-08-27 home profile, media and MBL feed refinements
 * ======================================================= */

body.home .zero-os-editorial .zero-practitioner-signature {
	grid-column: 1 / -1;
	justify-self: center;
	box-sizing: border-box;
	width: min(100%, 470px);
	max-width: 470px;
	margin: 34px auto 12px;
	padding: 20px 22px;
	border: 1px solid rgba(102, 102, 102, 0.28);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 10px 28px rgba(44, 44, 42, 0.06);
}

.zero-home-video__frame {
	max-width: 820px;
	overflow: hidden;
	border-radius: 18px;
	background: #333333;
	box-shadow: 0 18px 44px rgba(51, 51, 51, 0.16);
}

.zero-mbl-bridge .zero-h2 {
	color: #fff !important;
}

.zero-mbl-bridge .zero-sub {
	color: rgba(255, 255, 255, 0.82) !important;
}

.zero-mbl-feed {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: min(100%, 1080px);
	margin: 34px auto 0;
	text-align: left;
}

.zero-mbl-feed__card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.17);
}

.zero-mbl-feed__link {
	display: block;
	height: 100%;
	color: #333333 !important;
	text-decoration: none !important;
}

.zero-mbl-feed__media {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(145deg, #f4f4f0, #deded7);
}

.zero-mbl-feed__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.zero-mbl-feed__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: #333333;
	font-family: Georgia, serif;
	font-size: 28px;
	letter-spacing: 0.12em;
}

.zero-mbl-feed__body {
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding: 18px 18px 20px;
}

.zero-mbl-feed__body time {
	color: #76630c;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.zero-mbl-bridge .zero-mbl-feed__body strong {
	display: -webkit-box;
	overflow: hidden;
	color: #333333;
	font-size: 15px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.zero-mbl-bridge .zero-mbl-feed__excerpt {
	display: -webkit-box;
	overflow: hidden;
	color: #333333;
	font-size: 12px;
	line-height: 1.75;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.zero-mbl-feed__link:hover .zero-mbl-feed__media img {
	transform: scale(1.035);
}

.zero-mbl-bridge .zero-mbl-feed__fallback {
	margin-top: 28px;
	text-align: center;
}

.zero-mbl-bridge .zero-mbl-feed__fallback a {
	color: #fff;
}

.zero-mbl-bridge .zero-mbl-home-link {
	display: flex;
	justify-content: center;
	margin: 26px 0 0;
}

.zero-mbl-bridge .zero-mbl-home-link > a {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 11px 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
}

@media (max-width: 760px) {
	body.home .zero-os-editorial .zero-practitioner-signature {
		width: 100%;
		padding: 17px;
	}

	.zero-mbl-feed {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.zero-mbl-feed__link {
		display: grid;
		grid-template-columns: 38% minmax(0, 1fr);
	}

	.zero-mbl-feed__media {
		height: 100%;
		aspect-ratio: auto;
	}

	.zero-mbl-feed__body {
		padding: 14px;
	}

	.zero-mbl-bridge .zero-mbl-feed__body strong {
		font-size: 13px;
		-webkit-line-clamp: 2;
	}

	.zero-mbl-bridge .zero-mbl-feed__excerpt {
		font-size: 11px;
		-webkit-line-clamp: 2;
	}
}

/* 視点／トピック：3枚をばらばらなBOXではなく、ひと続きの編集ストリップにする。 */
.zero-subpage-story {
	position: relative;
	overflow: hidden;
}

.zero-subpage-story::before {
	position: absolute;
	top: -62px;
	left: max(8px, calc(50% - 620px));
	width: 220px;
	height: 220px;
	border: 48px solid rgba(102, 102, 102, 0.075);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.zero-subpage-story .zero-section__inner {
	position: relative;
	z-index: 1;
}

.zero-subpage-story .zero-card-grid--3 {
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(44, 44, 42, 0.085);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 16px 42px rgba(37, 39, 36, 0.055);
	counter-reset: subpage-card;
}

.zero-subpage-story .zero-card,
.zero-subpage-story .zero-proof-card {
	position: relative;
	min-height: 232px;
	padding: 68px 28px 28px;
	border: 0;
	border-right: 1px solid rgba(44, 44, 42, 0.085);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	counter-increment: subpage-card;
	transition: background-color 0.24s ease;
}

.zero-subpage-story .zero-card:last-child,
.zero-subpage-story .zero-proof-card:last-child {
	border-right: 0;
}

.zero-subpage-story .zero-card:nth-child(2),
.zero-subpage-story .zero-proof-card:nth-child(2) {
	background: rgba(244, 247, 251, 0.58);
}

.zero-subpage-story .zero-card::before,
.zero-subpage-story .zero-proof-card::before {
	position: absolute;
	top: 24px;
	left: 28px;
	color: rgba(51, 51, 51, 0.35);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 29px;
	line-height: 1;
	content: counter(subpage-card, decimal-leading-zero);
}

.zero-subpage-story .zero-card::after,
.zero-subpage-story .zero-proof-card::after {
	position: absolute;
	top: 40px;
	left: 72px;
	width: 28px;
	height: 3px;
	background: var(--zero-color-yellow);
	content: "";
	transition: width 0.24s ease;
}

.zero-subpage-story .zero-card:hover,
.zero-subpage-story .zero-proof-card:hover {
	border-color: transparent;
	background: rgba(250, 250, 248, 0.92);
	box-shadow: none;
	transform: none;
}

.zero-subpage-story .zero-card:hover::after,
.zero-subpage-story .zero-proof-card:hover::after {
	width: 48px;
}

.zero-subpage-story .zero-card__title {
	font-size: clamp(18px, 1.6vw, 21px);
	line-height: 1.55;
	text-wrap: balance;
}

.zero-subpage-story .zero-card__text {
	line-height: 1.82;
	text-wrap: pretty;
}

/* 姉妹サイト：説明とボタンを離し、橋渡しセクションとして見せる。 */
.zero-subpage-mbl .zero-section__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto auto;
	column-gap: clamp(34px, 6vw, 80px);
	align-items: center;
}

.zero-subpage-mbl .zero-eyebrow,
.zero-subpage-mbl .zero-h2,
.zero-subpage-mbl .zero-lead {
	grid-column: 1;
	margin-right: 0;
	margin-left: 0;
	text-align: left !important;
}

.zero-subpage-mbl .wp-block-zero-track-button {
	grid-column: 2;
	grid-row: 1 / -1;
	margin: 0;
}

.zero-subpage-mbl .wp-block-buttons {
	justify-content: flex-end;
}

/* 関連リンク：大きな空白をなくし、次に読むページを横並びの導線にする。 */
.zero-subpage-related {
	background:
		linear-gradient(90deg, rgba(102, 102, 102, 0.055), transparent 34%),
		#fff;
}

.zero-subpage-related .zero-section__inner {
	display: grid;
	grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1.42fr);
	column-gap: clamp(38px, 6vw, 86px);
	row-gap: 14px;
	align-items: start;
}

.zero-subpage-related .zero-eyebrow,
.zero-subpage-related .zero-h2 {
	grid-column: 1;
	margin-right: auto;
	margin-left: 0;
	text-align: left !important;
}

.zero-subpage-related .zero-h2 {
	font-size: clamp(27px, 2.7vw, 37px);
	line-height: 1.35;
}

.zero-subpage-related .zero-section__inner > p {
	grid-column: 2;
	justify-content: flex-start !important;
	margin-top: 0 !important;
	text-align: left !important;
}

.zero-subpage-related .zero-section__inner > p > br {
	display: none;
}

.zero-subpage-related .zero-section__inner > p > a {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	padding: 11px 18px;
	border: 1px solid rgba(51, 51, 51, 0.15);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(37, 39, 36, 0.045);
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.zero-subpage-related .zero-section__inner > p > a:hover {
	border-color: rgba(51, 51, 51, 0.4);
	background: #fafaf8;
	transform: translateY(-2px);
}

/* Start Here／10回体系は既存構成を保ち、TOPと同じ密度にだけ整える。 */
.page-id-7 .zero-modern-overview-section,
.page-id-8 .zero-modern-overview-section,
.page-id-8 .zero-phase-section,
.page-id-7 .zero-modern-split-section,
.page-id-8 .zero-modern-split-section {
	padding-top: clamp(48px, 4.2vw, 60px);
	padding-bottom: clamp(48px, 4.2vw, 60px);
}

.page-id-7 .zero-page-summary,
.page-id-8 .zero-page-summary,
.page-id-8 .zero-phase-track {
	margin-top: 32px;
}

.page-id-7 .zero-page-summary__item,
.page-id-8 .zero-page-summary__item {
	min-height: 154px;
	padding: 24px 24px 22px;
}

.page-id-7 .zero-page-toc,
.page-id-8 .zero-page-toc {
	margin-top: 24px;
}

/* 英語下層と旧形式の科学ページ：コアブロックの編集性を保って同じ表情へ。 */
.zero-subpage-legacy-intro {
	position: relative;
	overflow: hidden;
	padding-top: clamp(54px, 5vw, 74px) !important;
	padding-bottom: clamp(54px, 5vw, 74px) !important;
	background:
		radial-gradient(circle at 88% 18%, rgba(102, 102, 102, 0.18), transparent 20%),
		linear-gradient(145deg, #fff 0%, #fbfcfb 100%);
}

.zero-subpage-legacy-intro::after {
	position: absolute;
	right: max(8px, calc(50% - 600px));
	bottom: -80px;
	color: rgba(51, 51, 51, 0.025);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(220px, 26vw, 350px);
	line-height: 1;
	content: "01";
	pointer-events: none;
}

.zero-subpage-legacy-intro > .zero-container {
	position: relative;
	z-index: 1;
	display: grid;
	max-width: 1100px;
	grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
	column-gap: clamp(42px, 6vw, 88px);
	align-items: center;
}

.zero-subpage-legacy-intro .zero-kicker {
	grid-column: 1;
	width: max-content;
	margin: 0 0 15px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(51, 51, 51, 0.075);
	color: var(--zero-color-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.zero-subpage-legacy-intro .zero-heading {
	grid-column: 1;
	margin: 0;
	font-size: clamp(35px, 4vw, 52px);
	line-height: 1.2;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.zero-subpage-legacy-intro .zero-lead {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	padding-left: clamp(24px, 3vw, 38px);
	border-left: 5px solid var(--zero-color-yellow);
	font-size: clamp(16px, 1.45vw, 19px);
	line-height: 1.9;
	text-wrap: pretty;
}

.zero-subpage-legacy-story {
	padding-top: clamp(48px, 4.4vw, 64px) !important;
	padding-bottom: clamp(48px, 4.4vw, 64px) !important;
}

.zero-subpage-legacy-story .zero-card-grid--3 {
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(44, 44, 42, 0.085);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 16px 42px rgba(37, 39, 36, 0.055);
	counter-reset: legacy-point;
}

.zero-subpage-legacy-story .zero-card {
	position: relative;
	min-height: 196px;
	padding: 70px 28px 28px;
	border: 0;
	border-right: 1px solid rgba(44, 44, 42, 0.085);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	counter-increment: legacy-point;
}

.zero-subpage-legacy-story .zero-card:last-child {
	border-right: 0;
}

.zero-subpage-legacy-story .zero-card::before {
	position: absolute;
	top: 23px;
	left: 28px;
	color: rgba(51, 51, 51, 0.34);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1;
	content: counter(legacy-point, decimal-leading-zero);
}

.zero-subpage-legacy-story .zero-card::after {
	position: absolute;
	top: 39px;
	left: 72px;
	width: 30px;
	height: 3px;
	background: var(--zero-color-yellow);
	content: "";
}

.zero-subpage-legacy-story .zero-card:nth-child(2) {
	background: rgba(244, 247, 251, 0.62);
}

.zero-subpage-legacy-story .zero-card:hover {
	border-color: transparent;
	background: rgba(250, 250, 248, 0.92);
	box-shadow: none;
	transform: none;
}

.zero-subpage-legacy-story .zero-card__eyebrow {
	display: none;
}

.zero-subpage-legacy-story .zero-card__body {
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	text-wrap: pretty;
}

.zero-subpage-legacy-cta {
	position: relative;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid rgba(44, 44, 42, 0.06);
	background: linear-gradient(135deg, #fafaf8 0%, #fafaf8 100%);
}

@media (max-width: 768px) {
	body:not(.home) .c-entry__content > .zero-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.zero-subpage-intro::after {
		right: -42px;
		bottom: -12px;
		font-size: 150px;
	}

	.zero-subpage-intro .zero-section__inner,
	.zero-subpage-related .zero-section__inner,
	.zero-subpage-mbl .zero-section__inner,
	.zero-subpage-legacy-intro > .zero-container {
		display: block;
	}

	.zero-subpage-intro .zero-eyebrow,
	.zero-subpage-related .zero-eyebrow {
		margin-right: auto;
		margin-left: auto;
	}

	.zero-subpage-intro .zero-h2,
	.zero-subpage-related .zero-h2 {
		margin-top: 16px !important;
		font-size: 29px;
		text-align: center !important;
	}

	.zero-subpage-intro .zero-h2 + .zero-lead {
		margin-top: 24px !important;
	}

	.zero-subpage-intro .zero-lead + .zero-lead {
		margin-top: 16px !important;
	}

	.zero-profile-intro__portrait {
		width: min(74vw, 300px);
		margin: 0 auto 28px;
		border-radius: 6px 34px 6px 6px;
	}

	.zero-profile-intro__portrait img {
		min-height: 0;
		aspect-ratio: 4 / 5;
	}

	.zero-profile-intro .zero-eyebrow {
		margin-right: auto;
		margin-left: auto;
	}

	.zero-profile-credentials .zero-card-grid,
	.zero-profile-practice-grid {
		grid-template-columns: 1fr;
	}

	.zero-profile-credentials .zero-card,
	.zero-profile-practice-grid .zero-card {
		min-height: 0;
	}

	.zero-profile-timeline::before {
		left: 17px;
	}

	.zero-profile-timeline li {
		display: block;
		padding: 13px 0 13px 42px;
	}

	.zero-profile-timeline li::before {
		top: 23px;
		left: 13px;
	}

	.zero-profile-timeline__year {
		display: block;
		margin-bottom: 4px;
		text-align: left;
	}

	.zero-profile-social {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zero-subpage-story .zero-card-grid--3,
	.zero-subpage-legacy-story .zero-card-grid--3 {
		grid-template-columns: 1fr;
		border-radius: 22px;
	}

	.zero-subpage-story .zero-card,
	.zero-subpage-story .zero-proof-card,
	.zero-subpage-legacy-story .zero-card {
		min-height: 0;
		padding: 64px 22px 24px;
		border-right: 0;
		border-bottom: 1px solid rgba(44, 44, 42, 0.085);
	}

	.zero-subpage-story .zero-card:last-child,
	.zero-subpage-story .zero-proof-card:last-child,
	.zero-subpage-legacy-story .zero-card:last-child {
		border-bottom: 0;
	}

	.zero-subpage-story .zero-card::before,
	.zero-subpage-story .zero-proof-card::before,
	.zero-subpage-legacy-story .zero-card::before {
		left: 22px;
	}

	.zero-subpage-story .zero-card::after,
	.zero-subpage-story .zero-proof-card::after,
	.zero-subpage-legacy-story .zero-card::after {
		left: 66px;
	}

	.zero-subpage-mbl .zero-h2,
	.zero-subpage-mbl .zero-lead {
		text-align: center !important;
	}

	.zero-subpage-mbl .zero-eyebrow {
		margin-right: auto;
		margin-left: auto;
	}

	.zero-subpage-mbl .wp-block-zero-track-button {
		margin-top: 26px;
	}

	.zero-subpage-mbl .wp-block-buttons {
		justify-content: center;
	}

	.zero-subpage-related .zero-section__inner > p {
		justify-content: center !important;
		margin-top: 22px !important;
		text-align: center !important;
	}

	.zero-subpage-related .zero-section__inner > p + p {
		margin-top: 12px !important;
	}

	.zero-subpage-related .zero-section__inner > p > a {
		width: 100%;
		justify-content: center;
	}

	.zero-subpage-legacy-intro {
		padding: 48px 20px !important;
	}

	.zero-subpage-legacy-intro::after {
		right: -38px;
		bottom: -10px;
		font-size: 160px;
	}

	.zero-subpage-legacy-intro .zero-heading {
		font-size: clamp(32px, 9.5vw, 42px);
	}

	.zero-subpage-legacy-intro .zero-lead {
		margin-top: 26px;
		padding-left: 20px;
		font-size: 16px;
	}

	.page-id-7 .zero-page-summary__item,
	.page-id-8 .zero-page-summary__item {
		min-height: 0;
	}
}

/* =========================================================
 * CONTACT FORM 7 — 入力／確認／完了
 * ======================================================= */
.zero-contact-page {
	--zero-contact-blue: #333333;
	--zero-contact-navy: #333333;
	--zero-contact-yellow: #e4d56a;
	--zero-contact-cream: #fafaf8;
}

/* 独自ヒーローを持つアクセス／お問い合わせページでは標準タイトルを重ねない。 */
body.page-id-18 .c-entry__header,
body.page-id-88570 .c-entry__header,
body.page-id-88762 .c-entry__header,
body.page-id-88763 .c-entry__header {
	display: none;
}

.zero-contact-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(58px, 7vw, 92px) 24px clamp(46px, 6vw, 72px);
	background:
		radial-gradient(circle at 82% 22%, rgba(102, 102, 102, 0.24), transparent 28%),
		linear-gradient(135deg, #fafaf8 0%, #fafaf8 100%);
}

.zero-contact-hero::after {
	position: absolute;
	top: -110px;
	right: -70px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(51, 51, 51, 0.12);
	border-radius: 50%;
	content: "";
}

.zero-contact-hero__inner,
.zero-contact-main__inner {
	position: relative;
	z-index: 1;
	width: min(1100px, 100%);
	max-width: 1100px !important;
	margin-inline: auto;
}

.zero-contact-kicker {
	margin: 0 0 12px;
	color: var(--zero-contact-blue);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.zero-contact-hero h1 {
	margin: 0;
	color: var(--zero-contact-navy);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.zero-contact-hero__lead {
	max-width: 680px;
	margin: 20px 0 0;
	color: #333333;
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.9;
}

.zero-contact-main {
	padding: clamp(44px, 6vw, 72px) 24px clamp(64px, 7vw, 96px);
	background: #fff;
}

.zero-contact-layout.wp-block-columns {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 34px;
	align-items: start;
	width: min(760px, 100%);
	margin-inline: auto;
}

.zero-contact-layout.wp-block-columns > .wp-block-column {
	width: auto;
	margin: 0;
	flex-basis: auto !important;
}

.zero-contact-access {
	position: static;
	padding: 30px;
	border: 1px solid #e6e9eb;
	border-top: 4px solid var(--zero-contact-yellow);
	border-radius: 18px;
	background: #fbfcfc;
}

.zero-contact-access h2,
.zero-contact-form-wrap h2 {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--zero-contact-navy);
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.45;
}

.zero-contact-access h2::before,
.zero-contact-access h2::after,
.zero-contact-form-wrap h2::before,
.zero-contact-form-wrap h2::after {
	display: none;
}

.zero-contact-access h2 {
	font-size: clamp(22px, 2vw, 26px);
	word-break: keep-all;
}

.zero-contact-access__station {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 28px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.zero-contact-access__station li {
	position: relative;
	margin-top: 14px;
	padding-left: 22px;
	color: #333333;
	font-size: 14px;
	line-height: 1.75;
}

.zero-contact-access__station li::before {
	position: absolute;
	top: 0.65em;
	left: 1px;
	width: 8px;
	height: 8px;
	border: 2px solid var(--zero-contact-blue);
	border-radius: 50%;
	content: "";
}

.zero-contact-access__note {
	margin: 24px 0 0;
	padding-top: 20px;
	border-top: 1px solid #e3e6e8;
	color: #666666;
	font-size: 13px;
	line-height: 1.75;
}

.zero-contact-form-wrap > p {
	margin: 12px 0 28px;
	color: #333333;
	line-height: 1.85;
}

.zero-contact-form-wrap--standalone,
.zero-contact-access--page {
	width: min(760px, 100%);
	margin-inline: auto;
}

.zero-contact-access__actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.zero-contact-access__actions .zero-contact-button {
	width: min(100%, 320px);
	text-align: center;
	text-decoration: none;
}

.zero-contact-form {
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid #f4f4f0;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(51, 51, 51, 0.08);
}

.zero-contact-flow {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 34px;
	padding: 0;
	list-style: none;
	counter-reset: contact-step;
}

.zero-contact-flow li {
	position: relative;
	display: flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 0 10px 15px;
	border-bottom: 3px solid #f4f4f0;
	color: #666666;
	font-size: 13px;
	font-weight: 700;
	counter-increment: contact-step;
}

.zero-contact-flow li::before {
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #edf0f2;
	content: counter(contact-step);
	font-size: 11px;
}

.zero-contact-flow li.is-current,
.zero-contact-flow li.is-complete {
	border-color: var(--zero-contact-yellow);
	color: var(--zero-contact-navy);
}

.zero-contact-flow li.is-current::before,
.zero-contact-flow li.is-complete::before {
	background: var(--zero-contact-yellow);
	color: #333333;
}

.zero-contact-field {
	margin-top: 26px;
}

.zero-contact-field:first-child {
	margin-top: 0;
}

.zero-contact-field__label {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
	color: #333333;
	font-size: 15px;
	font-weight: 700;
}

.zero-contact-required,
.zero-contact-optional {
	display: inline-flex;
	align-items: center;
	min-height: 21px;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.zero-contact-required {
	background: #f4f4f0;
	color: #333333;
}

.zero-contact-optional {
	background: #f4f4f0;
	color: #333333;
}

.zero-contact-form input[type="text"],
.zero-contact-form input[type="email"],
.zero-contact-form input[type="tel"],
.zero-contact-form textarea {
	width: 100%;
	border: 1px solid #deded7;
	border-radius: 10px;
	background: #fbfcfd;
	box-shadow: none;
	color: #333333;
	font: inherit;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.zero-contact-form input[type="text"],
.zero-contact-form input[type="email"],
.zero-contact-form input[type="tel"] {
	min-height: 52px;
	padding: 12px 15px;
}

.zero-contact-form textarea {
	min-height: 180px;
	padding: 14px 15px;
	resize: vertical;
}

.zero-contact-form input:focus,
.zero-contact-form textarea:focus {
	border-color: var(--zero-contact-blue);
	outline: none;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(51, 51, 51, 0.11);
}

.zero-contact-choice .wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.zero-contact-choice .wpcf7-list-item {
	margin: 0;
}

.zero-contact-choice label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	height: 100%;
	padding: 13px 14px;
	border: 1px solid #f4f4f0;
	border-radius: 10px;
	background: #fbfcfd;
	cursor: pointer;
	transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.zero-contact-choice label:hover {
	border-color: #bcbcb4;
	background: #fafaf8;
}

.zero-contact-choice input {
	flex: 0 0 auto;
	margin-top: 0.25em;
	accent-color: var(--zero-contact-blue);
}

.zero-contact-choice .wpcf7-list-item-label {
	font-size: 13px;
	line-height: 1.6;
}

.zero-contact-actions {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: center;
	margin-top: 34px;
}

.zero-contact-button,
.zero-contact-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: min(100%, 260px);
	min-height: 54px;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--zero-contact-blue);
	box-shadow: 0 9px 24px rgba(51, 51, 51, 0.2);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.zero-contact-button:hover,
.zero-contact-form input[type="submit"]:hover {
	background: #333333;
	box-shadow: 0 12px 30px rgba(51, 51, 51, 0.26);
	transform: translateY(-2px);
}

.zero-contact-button--back {
	border-color: #bcbcb4;
	background: #fff;
	box-shadow: none;
	color: #333333;
}

.zero-contact-button--back:hover {
	background: #f3f6f7;
	box-shadow: none;
	color: #333333;
}

.zero-contact-confirm-list {
	margin: 0;
	border-top: 1px solid #f4f4f0;
}

.zero-contact-confirm-list > div {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 20px;
	padding: 19px 4px;
	border-bottom: 1px solid #e6eaed;
}

.zero-contact-confirm-list dt {
	color: #333333;
	font-size: 13px;
	font-weight: 700;
}

.zero-contact-confirm-list dd {
	margin: 0;
	color: #333333;
	font-size: 14px;
	line-height: 1.75;
	white-space: pre-wrap;
	word-break: break-word;
}

.zero-contact-complete {
	padding: clamp(30px, 5vw, 54px) 20px;
	text-align: center;
}

.zero-contact-complete__mark {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 22px;
	border-radius: 50%;
	background: var(--zero-contact-yellow);
	color: var(--zero-contact-navy);
	font-size: 28px;
	font-weight: 700;
}

.zero-contact-complete h3 {
	margin: 0;
	color: var(--zero-contact-navy);
	font-size: clamp(23px, 3vw, 32px);
}

.zero-contact-complete p {
	max-width: 570px;
	margin: 16px auto 0;
	color: #333333;
	line-height: 1.85;
}

.zero-contact-complete a {
	display: inline-flex;
	margin-top: 28px;
	color: var(--zero-contact-blue);
	font-weight: 700;
}

.zero-contact-form .wpcf7-not-valid-tip {
	margin-top: 7px;
	font-size: 12px;
}

.zero-contact-form .wpcf7-response-output {
	margin: 22px 0 0 !important;
	padding: 12px 15px !important;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.7;
}

.zero-contact-form .wpcf7-spinner {
	margin: 0 0 0 8px;
}

/* JS読込前は確認・完了画面を隠し、通常送信のフォールバックを維持する。 */
.zero-contact-form [data-zero-panel="confirm"],
.zero-contact-form [data-zero-panel="complete"] {
	display: none;
}

.zero-contact-form .is-zero-contact-enhanced [data-zero-panel][hidden] {
	display: none !important;
}

.zero-contact-form .is-zero-contact-enhanced [data-zero-panel]:not([hidden]) {
	display: block;
}

/* =========================================================
 * BLOG — 現行サイト情報構成のモダンサイドバー
 * ======================================================= */
body.blog .l-contents__inner,
body.single-post .l-contents__inner,
body.category .l-contents__inner,
body.tag .l-contents__inner,
body.date .l-contents__inner,
body.author .l-contents__inner {
	gap: clamp(34px, 5vw, 66px);
	align-items: flex-start;
}

body.blog .l-contents__main,
body.single-post .l-contents__main,
body.category .l-contents__main,
body.tag .l-contents__main,
body.date .l-contents__main,
body.author .l-contents__main {
	min-width: 0;
}

body.blog .l-contents__sidebar,
body.single-post .l-contents__sidebar,
body.category .l-contents__sidebar,
body.tag .l-contents__sidebar,
body.date .l-contents__sidebar,
body.author .l-contents__sidebar {
	flex-basis: 320px;
}

.zero-blog-sidebar {
	display: grid;
	gap: 22px;
}

.zero-blog-sidebar__panel,
.zero-blog-sidebar__contact {
	overflow: hidden;
	border: 1px solid #f4f4f0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(51, 51, 51, 0.06);
}

.zero-blog-sidebar__panel {
	padding: 22px;
}

.zero-blog-sidebar__panel h2 {
	position: relative;
	margin: 0 0 17px;
	padding: 0 0 12px 16px;
	border-bottom: 1px solid #e5e9eb;
	color: #333333;
	font-size: 17px;
	line-height: 1.45;
}

.zero-blog-sidebar__panel h2::before {
	position: absolute;
	top: 0.22em;
	left: 0;
	width: 4px;
	height: 1.15em;
	border-radius: 4px;
	background: #e4d56a;
	content: "";
}

.zero-blog-sidebar__calendar table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 12px;
	text-align: center;
}

.zero-blog-sidebar__calendar caption {
	margin-bottom: 10px;
	color: #333333;
	font-size: 15px;
	font-weight: 700;
}

.zero-blog-sidebar__calendar th,
.zero-blog-sidebar__calendar td {
	padding: 6px 3px;
	border: 0;
	border-radius: 5px;
}

.zero-blog-sidebar__calendar th {
	color: #666666;
	font-weight: 600;
}

.zero-blog-sidebar__calendar td a {
	display: grid;
	place-items: center;
	min-height: 26px;
	border-radius: 5px;
	background: #fafaf8;
	color: #333333;
	font-weight: 700;
}

.zero-blog-sidebar__calendar .wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	font-size: 12px;
}

.zero-blog-sidebar__contact {
	display: block;
	background: #333333;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zero-blog-sidebar__contact img {
	display: block;
	width: 100%;
	height: auto;
}

.zero-blog-sidebar__contact > span {
	display: block;
	padding: 25px 22px;
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
}

.zero-blog-sidebar__contact:hover {
	box-shadow: 0 16px 38px rgba(51, 51, 51, 0.16);
	transform: translateY(-3px);
}

.zero-blog-sidebar__video-frame {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	border-radius: 10px;
	background: #333333;
}

.zero-blog-sidebar__video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.zero-blog-sidebar__recent ul,
.zero-blog-sidebar__categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zero-blog-sidebar__recent li + li,
.zero-blog-sidebar__categories li + li {
	border-top: 1px solid #edf0f2;
}

.zero-blog-sidebar__recent a {
	display: grid;
	gap: 7px;
	padding: 13px 2px;
	color: #333333;
	text-decoration: none;
}

.zero-blog-sidebar__recent a span {
	display: -webkit-box;
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zero-blog-sidebar__recent time {
	color: #666666;
	font-size: 11px;
}

.zero-blog-sidebar__recent a:hover span {
	color: #333333;
}

.zero-blog-sidebar__categories ul {
	max-height: 430px;
	overflow: auto;
	padding-right: 4px;
	scrollbar-color: #bcbcb4 transparent;
	scrollbar-width: thin;
}

.zero-blog-sidebar__categories a {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 10px 3px;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}

.zero-blog-sidebar__categories a span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zero-blog-sidebar__categories small {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	min-width: 27px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: #f4f6f7;
	color: #666666;
	font-size: 10px;
}

.zero-blog-sidebar__categories a:hover {
	color: #333333;
}

.zero-blog-sidebar__categories a:hover small {
	background: #f4f4f0;
	color: #333333;
}

@media (max-width: 1023px) {
	.zero-contact-layout {
		grid-template-columns: 1fr;
	}

	.zero-contact-access {
		position: static;
	}

	body.blog .l-contents__sidebar,
	body.single-post .l-contents__sidebar,
	body.category .l-contents__sidebar,
	body.tag .l-contents__sidebar,
	body.date .l-contents__sidebar,
	body.author .l-contents__sidebar {
		flex-basis: 100%;
	}

	.zero-blog-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zero-blog-sidebar__calendar,
	.zero-blog-sidebar__categories {
		grid-row: span 2;
	}
}

@media (max-width: 640px) {
	.zero-contact-hero {
		padding-inline: 20px;
	}

	.zero-contact-main {
		padding: 38px 16px 64px;
	}

	.zero-contact-access,
	.zero-contact-form {
		padding: 22px 18px;
		border-radius: 14px;
	}

	.zero-contact-access__station {
		grid-template-columns: 1fr;
	}

	.zero-contact-flow li {
		gap: 5px;
		padding-inline: 3px;
		font-size: 11px;
	}

	.zero-contact-flow li::before {
		width: 22px;
		height: 22px;
	}

	.zero-contact-choice .wpcf7-radio {
		grid-template-columns: 1fr;
	}

	.zero-contact-actions {
		flex-direction: column-reverse;
	}

	.zero-contact-button,
	.zero-contact-form input[type="submit"] {
		width: 100%;
	}

	.zero-contact-access__actions {
		margin-top: 22px;
	}

	.zero-contact-confirm-list > div {
		grid-template-columns: 1fr;
		gap: 7px;
		padding: 15px 2px;
	}

	.zero-blog-sidebar {
		grid-template-columns: 1fr;
	}

	.zero-blog-sidebar__calendar,
	.zero-blog-sidebar__categories {
		grid-row: auto;
	}
}

/* =========================================================
 * 2026-07 TOP / CONTACT detail refinement
 * ======================================================= */

/* CF7の自動整形でボタンがp要素に包まれても、PCは横並び・折返し時は十分な間隔を保つ。 */
.zero-contact-actions > p {
	display: flex !important;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 !important;
}

.zero-contact-actions > p > .zero-contact-button,
.zero-contact-actions > p > .wpcf7-submit,
.zero-contact-actions > p > .wpcf7-spinner {
	margin: 0 !important;
}

/* TOPブログ：画像の直下にカテゴリーを表示し、カード全体リンクは維持する。 */
.zero-blog-editorial-uniform .zero-blog-grid > li > .zero-blog-grid__categories,
body.home .zero-blog-editorial-uniform .zero-blog-grid > li > .zero-blog-grid__categories {
	position: relative;
	z-index: 1;
	display: flex;
	order: 2;
	flex-wrap: wrap;
	gap: 6px;
	margin: 18px 22px 0;
}

.zero-blog-grid__categories span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 9px;
	border: 1px solid rgba(102, 102, 102, 0.2);
	border-radius: 999px;
	background: #f4f4f0;
	color: #333333;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.35;
}

.zero-blog-editorial-uniform .zero-blog-grid > li > a.wp-block-latest-posts__post-title,
body.home .zero-blog-editorial-uniform .zero-blog-grid > li > a.wp-block-latest-posts__post-title {
	order: 3;
	margin-top: 12px;
}

.zero-blog-editorial-uniform .zero-blog-grid > li > .wp-block-latest-posts__post-date,
body.home .zero-blog-editorial-uniform .zero-blog-grid > li > .wp-block-latest-posts__post-date {
	order: 4;
}

/* TOP前半にも、下部と同じ「画像＋グラデーション＋奥行き」のレイヤーを薄く通す。 */
body.home .zero-about-editorial,
body.home .zero-practitioner-editorial,
body.home .zero-gates-editorial,
body.home .zero-services-map {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

body.home .zero-about-editorial .zero-section__inner,
body.home .zero-practitioner-editorial .zero-section__inner,
body.home .zero-gates-editorial .zero-section__inner,
body.home .zero-services-map .zero-section__inner {
	position: relative;
	z-index: 2;
}

body.home .zero-about-editorial {
	background: linear-gradient(135deg, #fff 0%, #fbfdff 58%, #fafaf8 100%) !important;
}

body.home .zero-about-editorial::before {
	position: absolute;
	z-index: 0;
	top: -10%;
	right: -3%;
	width: min(58%, 780px);
	height: 120%;
	background: url("/mainsite/wp-content/uploads/2026/07/Ida_with_Client_lg.jpg.webp") center / cover no-repeat;
	content: "";
	opacity: 0.105;
	filter: saturate(0.58) contrast(0.9);
	-webkit-mask-image: radial-gradient(ellipse 86% 74% at right center, #000 0%, rgba(0, 0, 0, 0.86) 42%, transparent 78%);
	mask-image: radial-gradient(ellipse 86% 74% at right center, #000 0%, rgba(0, 0, 0, 0.86) 42%, transparent 78%);
	pointer-events: none;
}

body.home .zero-quick-strip {
	background:
		radial-gradient(circle at 12% 18%, rgba(51, 51, 51, 0.08), transparent 30%),
		radial-gradient(circle at 88% 72%, rgba(102, 102, 102, 0.13), transparent 34%),
		linear-gradient(135deg, #fafaf8 0%, #f7fbfd 100%) !important;
}

body.home .zero-quick-strip::after {
	position: absolute;
	right: -120px;
	bottom: -180px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 50%;
	box-shadow: 0 0 0 44px rgba(102, 102, 102, 0.035), 0 0 0 88px rgba(51, 51, 51, 0.025);
	content: "";
	pointer-events: none;
}

body.home .zero-practitioner-editorial {
	background:
		linear-gradient(90deg, rgba(250, 250, 248, 0.98) 0%, rgba(247, 250, 252, 0.94) 58%, rgba(250, 250, 248, 0.94) 100%) !important;
}

body.home .zero-practitioner-editorial::before {
	position: absolute;
	z-index: 0;
	top: -8%;
	right: -2%;
	width: min(48%, 650px);
	height: 116%;
	background: url("/mainsite/wp-content/uploads/2025/10/sunset-7133867_1280.webp") center / cover no-repeat;
	content: "";
	opacity: 0.05;
	filter: grayscale(0.45) saturate(0.65);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, #000 46%, #000 100%);
	mask-image: linear-gradient(to right, transparent 0%, #000 46%, #000 100%);
	pointer-events: none;
}

body.home .zero-gates-editorial {
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 253, 0.94) 58%, rgba(250, 250, 248, 0.96) 100%) !important;
}

body.home .zero-gates-editorial::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: url("/mainsite/wp-content/uploads/2023/03/istockphoto-926917670-170667a.jpg") right center / min(58%, 820px) auto no-repeat;
	content: "";
	opacity: 0.06;
	filter: grayscale(0.5) saturate(0.65);
	-webkit-mask-image: linear-gradient(to right, transparent 32%, #000 76%, rgba(0, 0, 0, 0.7) 100%);
	mask-image: linear-gradient(to right, transparent 32%, #000 76%, rgba(0, 0, 0, 0.7) 100%);
	pointer-events: none;
}

body.home .zero-services-map {
	background:
		radial-gradient(circle at 15% 18%, rgba(102, 102, 102, 0.1), transparent 26%),
		linear-gradient(150deg, #fafaf8 0%, #f4f8fb 62%, #fafaf8 100%) !important;
}

body.home .zero-services-map::before {
	position: absolute;
	z-index: 0;
	top: -5%;
	left: -2%;
	width: min(48%, 650px);
	height: 112%;
	background: url("/mainsite/wp-content/uploads/2024/02/dancer-5576002_1280-jpg.webp") center / cover no-repeat;
	content: "";
	opacity: 0.055;
	filter: grayscale(0.55) saturate(0.62);
	-webkit-mask-image: linear-gradient(to left, transparent 0%, #000 48%, rgba(0, 0, 0, 0.82) 100%);
	mask-image: linear-gradient(to left, transparent 0%, #000 48%, rgba(0, 0, 0, 0.82) 100%);
	pointer-events: none;
}

@media (max-width: 768px) {
	.zero-contact-actions > p {
		flex-direction: column;
		gap: 16px;
	}

	.zero-contact-actions > p > .zero-contact-button,
	.zero-contact-actions > p > .wpcf7-submit {
		width: 100%;
	}

	body.home .zero-about-editorial::before,
	body.home .zero-practitioner-editorial::before,
	body.home .zero-gates-editorial::before,
	body.home .zero-services-map::before {
		top: auto;
		right: 0;
		bottom: 0;
		left: auto;
		width: 100%;
		height: 52%;
		opacity: 0.045;
		-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 62%, #000 100%);
		mask-image: linear-gradient(to bottom, transparent 0%, #000 62%, #000 100%);
	}

	body.home .zero-quick-strip::after {
		right: -220px;
		bottom: -240px;
	}
}
/* --------------------------------------------------------------------------
   ベース
   -------------------------------------------------------------------------- */
.zero-page,
.zero-page p,
.zero-page li {
	color: var(--zero-color-text-sub);
}
.zero-page a { color: var(--zero-color-accent); }

/* --------------------------------------------------------------------------
   共通ヘッダー／フッター
   -------------------------------------------------------------------------- */
.l-header {
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 1px 0 rgba(44, 44, 42, 0.08);
}
.c-site-branding__title .custom-logo {
	display: block;
	width: 62px !important;
	height: auto;
}
.c-copyright,
.c-copyright--inverse {
	background: #fff;
	color: var(--zero-color-muted);
	font-size: 12px;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 24px 18px;
}

/* Snow Monkey標準のフッターサブナビを、サイトマップとして整える。 */
.p-footer-sub-nav {
	padding: 38px 20px 30px;
	border-top: 1px solid rgba(102, 102, 102, 0.16);
	background: var(--zero-color-cream);
}

.p-footer-sub-nav::before {
	display: block;
	margin-bottom: 18px;
	color: var(--zero-color-gold);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
	content: "SITE MAP";
}

.p-footer-sub-nav .c-navbar {
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 8px;
}

.p-footer-sub-nav .c-navbar__item > a {
	padding: 7px 10px;
	color: var(--zero-color-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	text-decoration: none;
}

.p-footer-sub-nav .c-navbar__item > a:hover,
.p-footer-sub-nav .c-navbar__item > a:focus-visible,
.p-footer-sub-nav .current-menu-item > a {
	color: var(--zero-color-accent);
}

/* 日本語／英語の切替。PCヘッダーとドロワーメニューで共通利用する。 */
.zero-language-switcher__link {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.zero-language-switcher__code {
	display: inline-block;
	padding-right: 8px;
	border-right: 1px solid rgba(102, 102, 102, 0.36);
	color: var(--zero-color-gold);
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.zero-language-switcher__label {
	color: var(--zero-color-text-sub);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.p-global-nav .zero-language-switcher {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	margin-left: 8px;
	padding: 0;
}

.p-global-nav .zero-language-switcher > a {
	width: auto !important;
	height: 36px;
	min-height: 36px;
	padding: 0 13px !important;
	border: 1px solid rgba(102, 102, 102, 0.34);
	border-radius: 999px;
	background: rgba(250, 250, 248, 0.76);
	color: var(--zero-color-text-sub);
	box-shadow: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.p-global-nav .zero-language-switcher > a:hover,
.p-global-nav .zero-language-switcher > a:focus-visible {
	border-color: rgba(102, 102, 102, 0.68);
	background: var(--zero-color-yellow-soft);
	color: var(--zero-color-text);
	box-shadow: none;
	transform: translateY(-1px);
}

.p-drawer-nav .zero-language-switcher,
.p-drawer-sub-nav .zero-language-switcher {
	margin: 16px 18px 0;
}

.p-drawer-nav .zero-language-switcher > a,
.p-drawer-sub-nav .zero-language-switcher > a {
	flex-direction: row !important;
	width: 100%;
	min-height: 48px;
	padding: 11px 18px !important;
	border: 1px solid rgba(102, 102, 102, 0.34);
	border-radius: 999px;
	background: var(--zero-color-cream);
	color: var(--zero-color-text-sub);
}

/* グローバルメニューの展開面を不透明にし、本文と重なっても可読性を保つ。 */
@media (min-width: 1024px) {
	.l-header__drop-nav,
	.p-drop-nav {
		background: #fff !important;
	}

	.p-global-nav .c-navbar__submenu,
	.p-drop-nav .c-navbar__submenu {
		z-index: 10020;
		min-width: 270px;
		padding: 8px;
		border: 1px solid rgba(102, 102, 102, 0.3);
		border-radius: 0 0 8px 8px;
		background: #fff !important;
		box-shadow: 0 18px 42px rgba(51, 51, 51, 0.18);
		color: var(--zero-color-text);
		opacity: 1 !important;
	}

	.p-global-nav .c-navbar__subitem,
	.p-drop-nav .c-navbar__subitem {
		background: #fff !important;
	}

	.p-global-nav .c-navbar__subitem > a,
	.p-drop-nav .c-navbar__subitem > a {
		min-height: 44px;
		padding: 11px 14px;
		border-radius: 4px;
		background: #fff !important;
		color: var(--zero-color-text-sub) !important;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.5;
	}

	.p-global-nav .c-navbar__subitem > a:hover,
	.p-global-nav .c-navbar__subitem > a:focus-visible,
	.p-drop-nav .c-navbar__subitem > a:hover,
	.p-drop-nav .c-navbar__subitem > a:focus-visible {
		background: var(--zero-color-cream) !important;
		color: var(--zero-color-accent) !important;
	}
}

/* プロフィール配下では、基点ページと個別記事群の境界を示す。 */
.p-global-nav .zero-profile-detail-first,
.p-drawer-nav .zero-profile-detail-first,
#drawer-nav .zero-profile-detail-first {
	border-top: 1px solid rgba(102, 102, 102, 0.26);
}

/* Start Here 追加セクション。既存カードと本文リンクの見た目だけを流用する。 */
.zero-reading-path-list {
	grid-template-columns: 1fr;
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.zero-reading-path-list .zero-card {
	padding: clamp(24px, 3vw, 34px);
}

.zero-reading-path__audience {
	margin: 6px 0 20px;
	color: var(--zero-color-muted);
	font-size: 14px;
}

.zero-reading-path__steps {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: reading-path;
}

.zero-reading-path__steps li {
	counter-increment: reading-path;
}

.zero-reading-path__steps a {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 11px 12px;
	border-radius: 12px;
	color: var(--zero-color-text-sub);
	text-decoration: none;
}

.zero-reading-path__steps a::before {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: var(--zero-color-accent-soft);
	color: var(--zero-color-accent);
	font-size: 12px;
	font-weight: 700;
	content: counter(reading-path, decimal-leading-zero);
}

.zero-reading-path__next {
	margin: 20px 0 0;
	padding-top: 16px;
	border-top: 1px solid var(--zero-color-border);
}

.zero-faq-list {
	display: grid;
	gap: 10px;
	max-width: 920px;
	margin: 30px auto 0;
}

.zero-faq-list details {
	padding: 0 22px;
	border: 1px solid var(--zero-color-border);
	border-radius: 16px;
	background: #fff;
}

.zero-faq-list summary {
	padding: 20px 34px 20px 0;
	color: var(--zero-color-text);
	font-weight: 600;
	cursor: pointer;
}

.zero-faq-list details > p {
	margin: 0;
	padding: 0 0 22px;
	line-height: 1.9;
}

.zero-mbl-bridge__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 28px 0;
}

.zero-mbl-bridge__links a {
	display: flex;
	align-items: center;
	min-height: 72px;
	padding: 16px 18px;
	border: 1px solid var(--zero-color-border);
	border-radius: 16px;
	background: #fff;
	color: var(--zero-color-text-sub);
	font-weight: 600;
	line-height: 1.65;
	text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
	.zero-reading-path__steps a:hover,
	.zero-mbl-bridge__links a:hover {
		background: var(--zero-color-accent-soft);
		color: var(--zero-color-accent);
	}
}

/* トップページは既存サイト同様、ヘッダーからヒーローへ連続させる。 */
body.home .l-contents__inner,
body.home .p-section-front-page-content {
	padding-top: 0;
}

@media (min-width: 1024px) {
	.l-1row-header > .c-container,
	.p-drop-nav > .c-container {
		max-width: 1400px;
		padding-right: 28px;
		padding-left: 28px;
	}
	.l-1row-header__branding { margin-right: 18px; }
	.p-global-nav .c-navbar { flex-wrap: nowrap; }
	.p-global-nav .c-navbar__item > a {
		padding-right: clamp(7px, 0.85vw, 14px);
		padding-left: clamp(7px, 0.85vw, 14px);
		font-size: clamp(11.5px, 0.88vw, 13px);
		font-weight: 600;
		letter-spacing: 0;
		white-space: nowrap;
	}
	.p-global-nav .c-navbar__item > a > span { white-space: nowrap; }
}

/* 英字ラベル（MUSCAT 風・ライムの四角つき） */
.zero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--zero-color-muted);
	margin: 0 auto 14px;
}
.zero-eyebrow.has-text-align-center { justify-content: center; display: flex; }
.zero-eyebrow__sq,
.zero-eyebrow::before {
	content: "";
	width: 10px;
	height: 10px;
	background: var(--zero-color-accent);
	display: inline-block;
	flex-shrink: 0;
}
.zero-eyebrow .zero-eyebrow__sq { display: none; } /* render側で::beforeを使う場合の重複防止 */

/* --------------------------------------------------------------------------
   セクション余白
   -------------------------------------------------------------------------- */
.zero-section {
	padding: 60px 40px;
}
.zero-section--alt,
.zero-section--cream {
	margin-right: 0;
	margin-left: 0;
	border-radius: 0;
	overflow: hidden;
}
.zero-section--alt { background: var(--zero-color-bg-alt); }
.zero-section--cream { background: var(--zero-color-cream); }
.zero-section--navy { background: var(--zero-color-navy); color: #fff; }
.zero-section--navy h1,
.zero-section--navy h2,
.zero-section--navy h3,
.zero-section--navy p,
.zero-section--navy li { color: #fff; }

.zero-section__inner { margin-left: auto; margin-right: auto; }
.zero-container--narrow { max-width: 820px; margin: 0 auto; }
.zero-container { max-width: 1100px; margin: 0 auto; }

/* 見出し（中央寄せ・細身で上品に） */
.zero-h2 {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: 0.04em;
	color: var(--zero-color-text);
	margin-bottom: 14px;
}
.zero-h2.has-text-align-center { text-align: center; }
.zero-sub {
	font-size: 14px;
	color: var(--zero-color-muted);
	text-align: center;
	line-height: 1.85;
	margin-bottom: 40px;
}
.zero-lead {
	font-size: 15.5px;
	line-height: 2.05;
	color: var(--zero-color-text-sub);
}
.zero-tagline {
	text-align: center;
	font-size: 14px;
	color: var(--zero-color-muted);
	letter-spacing: 0.25em;
}

.zero-nobr {
	white-space: nowrap;
}

/* --------------------------------------------------------------------------
   ヒーロー（現行サイト準拠の明るく軽やかなヒーロー＋MUSCAT風ライム四角）
   -------------------------------------------------------------------------- */
.zero-research-hero {
	position: relative;
	min-height: 440px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--zero-color-text);
	background:
		radial-gradient(1200px 380px at 50% -120px, var(--zero-color-accent-soft) 0, rgba(250, 250, 248,0) 70%),
		linear-gradient(180deg, #ffffff 0%, #fafaf8 100%);
	padding: 72px 24px;
	overflow: hidden;
	border-radius: 0;
}
.zero-research-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 760px;
}

.zero-research-hero--slider {
	--zero-hero-duration: 3000ms;
	background: #eef1ed;
}

.zero-research-hero--slider::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(255, 255, 255, 0.56);
	content: "";
	pointer-events: none;
}

.zero-research-hero__slides,
.zero-research-hero__slide {
	position: absolute;
	inset: 0;
}

.zero-research-hero__slides {
	z-index: 0;
}

.zero-research-hero__slide {
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity var(--zero-hero-duration) ease-in-out;
}

.zero-research-hero__slide.is-active {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.zero-research-hero__slide {
		transition: none;
	}
}
.zero-research-hero__quote {
	font-style: italic;
	letter-spacing: 0.08em;
	color: var(--zero-color-muted);
	font-size: 14px;
	margin-bottom: 18px;
}
.zero-research-hero h1 {
	color: var(--zero-color-text);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.03em;
	margin-bottom: 16px;
}
.zero-research-hero p { color: var(--zero-color-muted); }
.zero-research-hero__actions { margin-top: 26px; }

/* --------------------------------------------------------------------------
   カードグリッド
   -------------------------------------------------------------------------- */
.zero-card-grid { display: grid; gap: 22px; max-width: 1100px; margin: 0 auto; }
.zero-card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.zero-card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.zero-card-grid--4 { grid-template-columns: repeat(4, 1fr); }

.zero-card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--zero-color-border);
	border-radius: var(--zero-radius-card);
	padding: 28px 24px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(44, 44, 42,0.05);
	transition: all 0.25s ease;
}
.zero-card:hover {
	border-color: var(--zero-color-accent);
	box-shadow: 0 14px 36px rgba(51, 51, 51,0.11);
	transform: translateY(-3px);
}
.zero-card__eyebrow { font-size: 11px; color: var(--zero-color-light); font-weight: 600; letter-spacing: 0.04em; margin-bottom: 10px; }
.zero-card__title { font-size: 16px; font-weight: 600; line-height: 1.6; color: var(--zero-color-text); margin-bottom: 10px; transition: color 0.2s ease; }
.zero-card__text { font-size: 13px; color: var(--zero-color-muted); line-height: 1.85; margin-bottom: 16px; }
.zero-card__link { font-size: 13px; color: var(--zero-color-accent); font-weight: 600; text-decoration: none; }
.zero-card__link:hover { text-decoration: underline; }

/* 臨床メモ風カード（上部に細いコバルトライン） */
.zero-proof-card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--zero-color-border);
	border-top: 2px solid var(--zero-color-accent);
	border-radius: var(--zero-radius-card);
	padding: 24px 24px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(44, 44, 42,0.05);
	transition: all 0.25s ease;
}
.zero-proof-card:hover { box-shadow: 0 6px 22px rgba(51, 51, 51,0.07); transform: translateY(-2px); }

/* カード全体をリンクにする（直感的に押せる） */
.zero-card--link { text-decoration: none; color: inherit; cursor: pointer; }
.zero-card--link:hover { border-color: var(--zero-color-accent); box-shadow: 0 8px 26px rgba(51, 51, 51,0.10); transform: translateY(-3px); }
.zero-card--link:hover .zero-card__title { color: var(--zero-color-accent); }
.zero-card__more {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	color: var(--zero-color-accent);
}
.zero-card__arrow { transition: transform 0.2s ease; }
.zero-card--link:hover .zero-card__arrow { transform: translateX(4px); }

/* 情報カード（番号＋説明） */
.zero-info-card {
	background: #fff;
	border: 1px solid var(--zero-color-border);
	border-radius: var(--zero-radius-card);
	padding: 22px 18px;
	text-align: center;
}
.zero-info-card__num { font-size: 13px; color: var(--zero-color-accent); font-weight: 700; margin-bottom: 6px; }
.zero-info-card__title { font-size: 15px; font-weight: 600; color: var(--zero-color-text); margin-bottom: 6px; }
.zero-info-card__text { font-size: 12px; color: var(--zero-color-muted); line-height: 1.7; }

/* 研究メモ（ゴールド・控えめ） */
.zero-research-note {
	background: #f4f4f0;
	border-left: 4px solid var(--zero-color-gold);
	border-radius: 6px;
	padding: 18px 22px;
	font-size: 14px;
	color: var(--zero-color-text);
	line-height: 1.85;
}

/* --------------------------------------------------------------------------
   指標ストリップ
   -------------------------------------------------------------------------- */
.zero-metric-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1000px; margin: 0 auto; }
.zero-metric { text-align: center; padding: 24px 14px; background: #fff; border: 1px solid var(--zero-color-border); border-radius: var(--zero-radius-card); box-shadow: 0 10px 32px rgba(44, 44, 42,0.045); }
.zero-metric__icon {
	width: 50px; height: 50px; margin: 0 auto 14px; border-radius: 50%;
	background: var(--zero-color-accent-soft); display: flex; align-items: center; justify-content: center;
	color: var(--zero-color-accent); font-size: 22px;
}
.zero-metric__label { font-size: 12px; color: var(--zero-color-light); margin-bottom: 6px; letter-spacing: 0.06em; }
.zero-metric__value { font-size: 14px; font-weight: 600; color: var(--zero-color-text); line-height: 1.6; }

/* --------------------------------------------------------------------------
   施術者パネル
   -------------------------------------------------------------------------- */
.zero-profile-panel { display: flex; gap: 44px; align-items: flex-start; max-width: 900px; margin: 0 auto; }
.zero-profile-panel__photo { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; background: #f4f4f0; flex-shrink: 0; }
.zero-profile-panel__body { flex: 1; }
.zero-profile-panel__name { font-size: 22px; font-weight: 600; margin-bottom: 10px; color: var(--zero-color-text); }
.zero-profile-panel__titles { font-size: 13px; color: var(--zero-color-muted); line-height: 1.95; }
.zero-approach-box {
	margin-top: 20px; padding: 20px 24px; background: var(--zero-color-cream);
	border-left: 3px solid var(--zero-color-tan); border-radius: 18px;
	font-size: 14px; line-height: 1.9; color: var(--zero-color-text);
}

/* Start Here 強調枠 */
.zero-start-here-box { background: var(--zero-color-cream); border: 1px solid #deded7; border-radius: var(--zero-radius-card); padding: 30px; text-align: center; }
.zero-badge { display: inline-block; background: var(--zero-color-tan); color: #fff; padding: 3px 12px; border-radius: 12px; font-size: 11px; font-weight: 600; margin-bottom: 10px; }

/* Gateway 軸見出し */
.zero-gateway-list { max-width: 1100px; margin: 0 auto; }
.zero-gateway-axis__title {
	font-size: 14px; font-weight: 700; color: var(--zero-color-text);
	margin: 34px 0 16px; padding-bottom: 9px; border-bottom: 1px solid var(--zero-color-border);
	letter-spacing: 0.04em;
}

/* --------------------------------------------------------------------------
   CTA（現行サイト準拠で軽やかに：淡いブルー地＋濃い文字＋緑ボタン）
   -------------------------------------------------------------------------- */
.zero-cta { background: var(--zero-color-accent-soft); color: var(--zero-color-text); text-align: center; padding: 60px 40px; margin: 0; border-radius: 0; overflow: hidden; }
.zero-cta__inner { max-width: 760px; margin: 0 auto; }
.zero-cta h2, .zero-cta h3, .zero-cta p { color: var(--zero-color-text); }
.zero-cta__tagline { letter-spacing: 0.25em; color: var(--zero-color-accent); font-weight: 600; margin-bottom: 22px; font-size: 13px; }
.zero-cta__lead { font-size: 22px; line-height: 1.75; margin-bottom: 30px; font-weight: 500; color: var(--zero-color-text); }
.zero-cta__note { font-size: 13px; line-height: 1.95; color: var(--zero-color-muted); margin-top: 24px; }

/* MBL外部誘導 */
.zero-mbl-cta { text-align: center; padding: 24px; background: #fff; border: 1px solid var(--zero-color-border); border-radius: var(--zero-radius-card); }

/* --------------------------------------------------------------------------
   ボタン（ブロックスタイル）
   -------------------------------------------------------------------------- */
/* プライマリ：現行サイトの緑を引き継いだ柔らかなグラデーション */
.wp-block-button.is-style-zero-cta .wp-block-button__link {
	background: linear-gradient(135deg, #333333 0%, var(--zero-color-green) 52%, var(--zero-color-green-deep) 100%);
	color: #fff; border-radius: var(--zero-radius-btn); padding: 15px 40px; font-weight: 600; border: none;
	letter-spacing: 0.04em; box-shadow: 0 6px 18px rgba(51, 51, 51,0.24);
}
.wp-block-button.is-style-zero-cta .wp-block-button__link:hover { filter: brightness(1.05); transform: translateY(-1px); }

/* セカンダリ：コバルトのアウトライン */
.wp-block-button.is-style-zero-outline .wp-block-button__link {
	background: #fff; color: var(--zero-color-accent); border: 1.5px solid var(--zero-color-accent);
	border-radius: var(--zero-radius-btn); padding: 13px 30px; font-weight: 600; letter-spacing: 0.04em;
}
.wp-block-button.is-style-zero-outline .wp-block-button__link:hover { background: var(--zero-color-accent-soft); }

/* グループをカード化 */
.wp-block-group.is-style-zero-card { border: 1px solid var(--zero-color-border); border-radius: var(--zero-radius-card); padding: 28px 24px; background: #fff; transition: all 0.2s; }
.wp-block-group.is-style-zero-card:hover { border-color: var(--zero-color-accent); transform: translateY(-2px); }

/* --------------------------------------------------------------------------
   画像プレースホルダ／動画枠
   -------------------------------------------------------------------------- */
.zero-imgph { background: #f4f4f0; color: #333333; display: flex; align-items: center; justify-content: center; font-size: 12px; border-radius: var(--zero-radius-card); min-height: 160px; text-align: center; }
.zero-imgph--circle { border-radius: 50%; width: 180px; height: 180px; min-height: 0; margin: 0 auto; }
.zero-imgph--16x10 { aspect-ratio: 16 / 10; }
.zero-imgph--16x9 { aspect-ratio: 16 / 9; }
.zero-video-frame { max-width: 720px; margin: 0 auto; aspect-ratio: 16 / 9; background: linear-gradient(135deg, #333333 0%, #555 100%); border-radius: var(--zero-radius-card); display: flex; align-items: center; justify-content: center; color: #fff; overflow: hidden; }

/* 画像角丸を全体トンマナに合わせる */
.zero-page .wp-block-image img { border-radius: var(--zero-radius-card); }

/* --------------------------------------------------------------------------
   レスポンシブ（768px）
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
	.c-site-branding__title .custom-logo { width: 50px !important; }
	.zero-section { padding: 36px 18px; }
	.zero-section--alt,
	.zero-section--cream { margin-right: 0; margin-left: 0; border-radius: 0; }
	.zero-cta { padding: 38px 18px; }
	.zero-cta { margin-right: 0; margin-left: 0; border-radius: 0; }
	.zero-h2 { font-size: 18px; }
	.zero-sub { font-size: 12.5px; margin-bottom: 24px; }
	.zero-lead { font-size: 14px; line-height: 1.95; }
	.zero-cta__lead { font-size: 17px; }

	.zero-research-hero { min-height: 300px; padding: 48px 18px; border-radius: 0; }
	.zero-research-hero h1 { font-size: 22px; }

	.zero-card-grid--2,
	.zero-card-grid--3 { grid-template-columns: 1fr; }
	.zero-card-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.zero-metric-strip { grid-template-columns: repeat(2, 1fr); }

	.zero-profile-panel { flex-direction: column; align-items: center; text-align: center; gap: 24px; }
	.zero-profile-panel__photo { width: 130px; height: 130px; }
	.zero-approach-box { text-align: left; }
}

/* ==========================================================================
   Modern refresh 2026-07
   余白・タイポグラフィ・カード密度を再設計し、手動改行に依存しない構成へ。
   ========================================================================== */
body {
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	text-rendering: optimizeLegibility;
}

body.home .c-entry__content {
	padding-bottom: 0;
}

body.home .l-contents__inner,
body.home .p-section-front-page-content {
	padding-bottom: 0;
}

.c-entry__content > .zero-section,
.c-entry__content > .zero-cta {
	position: relative;
}

.c-entry__content > .zero-section {
	padding: clamp(64px, 6vw, 88px) clamp(24px, 5vw, 72px);
}

.c-entry__content > .zero-section + .zero-section,
.c-entry__content > .zero-section + .zero-cta {
	margin-top: 0 !important;
}

.zero-section--alt,
.zero-section--cream,
.zero-cta {
	border: 1px solid rgba(44, 44, 42, 0.055);
	border-radius: 0;
}

.zero-section--alt {
	background: linear-gradient(145deg, #fbfcfb 0%, #f5f7f5 100%);
}

.zero-section--cream {
	background: linear-gradient(145deg, #fafaf8 0%, var(--zero-color-yellow-soft) 100%);
}

.zero-section--cream .zero-eyebrow {
	background: rgba(102, 102, 102, 0.14);
	color: #333333;
}

.zero-section--cream .zero-eyebrow::before {
	background: var(--zero-color-yellow);
}

.zero-section__inner > * {
	margin-top: 0;
	margin-bottom: 0;
}

.zero-section__inner > .zero-eyebrow + .zero-h2,
.zero-section__inner > .zero-eyebrow + .wp-block-columns,
.zero-section__inner > .zero-eyebrow + .zero-profile-panel {
	margin-top: 18px;
}

.zero-section__inner > .zero-h2 + .zero-sub {
	margin-top: 16px;
}

.zero-section__inner > .zero-h2 + .zero-lead,
.zero-section__inner > .zero-sub + .zero-lead {
	margin-top: 36px;
}

.zero-section__inner > .zero-lead + .zero-lead {
	margin-top: 24px;
}

.zero-section__inner > .zero-lead + .zero-tagline {
	margin-top: 34px;
}

.zero-section__inner > .zero-tagline + p,
.zero-section__inner > .zero-lead + p,
.zero-section__inner > .zero-sub + p {
	margin-top: 24px;
}

.zero-section__inner > .zero-sub + .zero-card-grid,
.zero-section__inner > .zero-h2 + .zero-card-grid,
.zero-section__inner > .zero-eyebrow + .zero-card-grid,
.zero-section__inner > .wp-block-columns,
.zero-section__inner > .wp-block-latest-posts {
	margin-top: 48px;
}

.zero-eyebrow {
	width: max-content;
	margin: 0 auto;
	padding: 8px 13px;
	gap: 8px;
	border-radius: 999px;
	background: rgba(51, 51, 51, 0.075);
	color: var(--zero-color-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.zero-eyebrow::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.zero-h2 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #252724;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 600;
	line-height: 1.34;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.zero-sub {
	max-width: 660px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	line-height: 1.85;
	text-wrap: pretty;
}

.zero-lead {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: clamp(16px, 1.35vw, 18px);
	line-height: 2;
	letter-spacing: 0.01em;
	text-wrap: pretty;
}

.zero-tagline {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.22em;
}

.zero-research-hero {
	min-height: 580px;
	padding: clamp(88px, 9vw, 132px) 24px;
	border-radius: 0;
	box-shadow: 0 18px 54px rgba(51, 51, 51, 0.09);
}

.zero-research-hero__inner {
	max-width: 940px;
}

.zero-research-hero__quote {
	margin-bottom: 22px;
	font-size: 13px;
	line-height: 1.7;
}

.zero-research-hero h1 {
	max-width: 900px;
	margin-right: auto;
	margin-bottom: 22px;
	margin-left: auto;
	font-size: clamp(38px, 4vw, 54px);
	font-weight: 600;
	line-height: 1.28;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.zero-research-hero__inner > p:not(.zero-research-hero__quote) {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	color: #3b3d39;
	text-wrap: pretty;
}

.zero-research-hero__actions {
	margin-top: 34px;
}

.zero-research-hero__actions .wp-block-buttons {
	gap: 14px;
}

.zero-research-hero__actions .wp-block-button__link {
	min-width: 250px;
}

.zero-card-grid {
	gap: clamp(20px, 2.2vw, 30px);
}

.zero-section__inner:has(> .zero-card-grid--4 .zero-metric) {
	max-width: 1100px !important;
}

.zero-card,
.zero-proof-card,
.zero-info-card,
.zero-metric,
.wp-block-group.is-style-zero-card {
	border: 1px solid rgba(44, 44, 42, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 36px rgba(37, 39, 36, 0.055);
}

.zero-card,
.zero-proof-card {
	padding: 34px 30px;
}

.zero-card:hover,
.zero-proof-card:hover,
.zero-card--link:hover {
	border-color: rgba(51, 51, 51, 0.24);
	box-shadow: 0 18px 48px rgba(51, 51, 51, 0.11);
	transform: translateY(-4px);
}

.zero-card__eyebrow {
	margin-bottom: 14px;
	color: var(--zero-color-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.zero-card__title {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1.65;
	letter-spacing: -0.01em;
	text-wrap: pretty;
}

.zero-card__text {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.9;
	text-wrap: pretty;
}

.zero-card__more {
	margin-top: 24px;
}

.zero-proof-card {
	border-top: 3px solid rgba(51, 51, 51, 0.68);
}

.zero-metric {
	padding: 30px 18px;
}

.zero-metric__icon {
	width: 46px;
	height: 46px;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.zero-metric__icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.zero-metric__value {
	font-size: 15px;
	line-height: 1.75;
	line-break: strict;
	text-wrap: pretty;
}

.zero-info-card {
	padding: 26px 20px;
}

/* PHILOSOPHY：4つのOSカードと次の導線の間に、意味のある余白をつくる。 */
.zero-philosophy-link {
	margin-top: clamp(38px, 4vw, 54px) !important;
}

/* VOICE & FLOW：画像・タイトル・リンクを一枚の分かりやすいカードに統合。 */
.zero-feature-links {
	gap: clamp(22px, 3vw, 38px);
}

.zero-feature-link {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid rgba(44, 44, 42, 0.08);
	border-radius: 28px;
	background: #252724;
	box-shadow: 0 14px 38px rgba(37, 39, 36, 0.1);
	color: #fff !important;
	text-decoration: none !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.zero-feature-link::after {
	position: absolute;
	inset: 35% 0 0;
	background: linear-gradient(to bottom, rgba(22, 23, 21, 0), rgba(22, 23, 21, 0.82));
	content: "";
	pointer-events: none;
}

.zero-feature-link__media {
	margin: 0;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.zero-feature-link__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.zero-feature-link__overlay {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	padding: 28px 30px;
}

.zero-feature-link__title {
	color: #fff;
	font-size: clamp(20px, 2.2vw, 28px);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.zero-feature-link__more {
	flex: 0 0 auto;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.zero-feature-link:hover {
	box-shadow: 0 20px 48px rgba(37, 39, 36, 0.16);
	transform: translateY(-3px);
}

.zero-feature-link:hover .zero-feature-link__media img {
	transform: scale(1.035);
}

.zero-feature-link:focus-visible {
	outline: 3px solid rgba(102, 102, 102, 0.7);
	outline-offset: 4px;
}

/* SISTER SITE：説明文とアクションを明確に分離する。 */
.zero-mbl-actions {
	margin-top: clamp(36px, 4vw, 50px) !important;
	gap: 12px;
}

/* --------------------------------------------------------------------------
   TOP editorial composition
   同じ「見出し＋カード」の反復を避け、セクションごとに役割を持たせる。
   -------------------------------------------------------------------------- */
.zero-about-editorial {
	position: relative;
	overflow: hidden;
}

.zero-about-editorial::after {
	position: absolute;
	top: 28px;
	left: max(24px, calc(50% - 570px));
	color: rgba(102, 102, 102, 0.07);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(180px, 22vw, 330px);
	font-weight: 400;
	line-height: 1;
	content: "10";
	pointer-events: none;
}

.zero-about-editorial .zero-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
	column-gap: clamp(54px, 7vw, 110px);
	align-items: start;
}

.zero-about-editorial .zero-eyebrow,
.zero-about-editorial .zero-h2,
.zero-about-editorial .zero-tagline {
	grid-column: 1;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.zero-about-editorial .zero-h2 {
	margin-top: 24px !important;
	font-size: clamp(40px, 4.2vw, 60px);
}

.zero-about-editorial .zero-lead {
	grid-column: 2;
	margin-top: 0 !important;
	font-size: clamp(17px, 1.35vw, 19px);
}

.zero-about-editorial .zero-lead + .zero-lead {
	margin-top: 26px !important;
}

.zero-about-editorial .zero-tagline {
	align-self: end;
	margin-top: 38px !important;
	color: var(--zero-color-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0.12em;
}

.zero-about-editorial .zero-section__inner > p:last-child {
	grid-column: 1 / -1;
	margin-top: 50px !important;
}

.zero-quick-strip .zero-card-grid--4 {
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(102, 102, 102, 0.18);
	border-radius: 28px;
	background: rgba(102, 102, 102, 0.14);
	box-shadow: 0 16px 44px rgba(51, 51, 51, 0.07);
}

.zero-quick-strip .zero-metric {
	min-height: 200px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.zero-quick-strip .zero-metric__icon {
	background: transparent;
	box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 0.12);
}

.zero-practitioner-editorial .zero-profile-panel {
	display: grid;
	max-width: 1040px;
	grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
	gap: clamp(48px, 7vw, 90px);
}

.zero-practitioner-editorial .zero-profile-panel__photo {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	border-radius: 4px 72px 4px 4px;
	box-shadow: 26px 28px 0 var(--zero-color-yellow-soft), 0 24px 54px rgba(37, 39, 36, 0.14);
}

.zero-practitioner-editorial .zero-profile-panel__name {
	font-size: clamp(30px, 3.2vw, 44px);
}

.zero-practitioner-editorial .zero-approach-box {
	border-radius: 4px 28px 28px 4px;
}

.zero-gates-editorial .zero-card-grid--3 {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 980px;
}

.zero-gates-editorial .zero-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(32px, 5vw, 72px);
	min-height: 180px;
	padding: 38px 32px 38px 132px;
	border: 0;
	border-top: 1px solid rgba(44, 44, 42, 0.12);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.zero-gates-editorial .zero-card:last-child {
	border-bottom: 1px solid rgba(44, 44, 42, 0.12);
}

.zero-gates-editorial .zero-card::before {
	position: absolute;
	top: 26px;
	left: 18px;
	color: rgba(51, 51, 51, 0.13);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 76px;
	line-height: 1;
}

.zero-gates-editorial .zero-card:nth-child(1)::before { content: "01"; }
.zero-gates-editorial .zero-card:nth-child(2)::before { content: "02"; }
.zero-gates-editorial .zero-card:nth-child(3)::before { content: "03"; }

.zero-gates-editorial .zero-card__eyebrow,
.zero-gates-editorial .zero-card__title {
	grid-column: 1;
}

.zero-gates-editorial .zero-card__eyebrow {
	margin: 0 0 6px;
}

.zero-gates-editorial .zero-card__title {
	margin: 0;
	font-size: clamp(22px, 2.4vw, 31px);
	line-height: 1.45;
}

.zero-gates-editorial .zero-card__text,
.zero-gates-editorial .zero-card__more {
	grid-column: 2;
}

.zero-gates-editorial .zero-card__text {
	grid-row: 1 / span 2;
	align-self: center;
	margin: 0;
	font-size: 15px;
}

.zero-gates-editorial .zero-card__more {
	align-self: end;
	margin-top: 16px;
}

.zero-gates-editorial .zero-card:hover {
	padding-right: 42px;
	padding-left: 142px;
	background: linear-gradient(90deg, rgba(250, 250, 248, 0.72), rgba(255, 255, 255, 0));
	transform: none;
}

.zero-services-map .zero-card-grid--3 {
	position: relative;
	grid-template-areas: "movement rolfing source";
	grid-template-columns: 1fr 1.14fr 1fr;
	align-items: center;
	gap: clamp(20px, 2.8vw, 34px);
	padding-top: 26px;
}

.zero-services-map .zero-card-grid--3::before {
	position: absolute;
	top: 50%;
	right: 12%;
	left: 12%;
	height: 1px;
	background: rgba(102, 102, 102, 0.3);
	content: "";
}

.zero-services-map .zero-card {
	position: relative;
	z-index: 1;
	min-height: 270px;
	justify-content: center;
	padding: 28px 26px;
	background: rgba(255, 255, 255, 0.97);
}

.zero-services-map .zero-card:nth-child(1) {
	grid-area: rolfing;
	min-height: 312px;
	border-color: rgba(102, 102, 102, 0.34);
	background: linear-gradient(160deg, #fafaf8, #fff);
	box-shadow: 0 22px 54px rgba(51, 51, 51, 0.12);
}

.zero-services-map .zero-card:nth-child(2) { grid-area: movement; }
.zero-services-map .zero-card:nth-child(3) { grid-area: source; }

.zero-services-map .zero-card:nth-child(1)::before {
	display: block;
	margin-bottom: 18px;
	color: var(--zero-color-gold);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	content: "CORE PROGRAM";
}

/* 3つの提供サービス：中央のコアサービスを一段大きく見せる。 */
@media (min-width: 769px) {
	body.home .zero-services-map .zero-card:nth-child(1) {
		z-index: 2;
		min-height: 320px;
		transform: scale(1.035);
	}

	body.home .zero-services-map .zero-card:nth-child(1):hover {
		transform: translateY(-4px) scale(1.035);
	}
}

.zero-os-editorial {
	position: relative;
}

.zero-os-core {
	display: grid;
	width: 150px;
	height: 150px;
	margin: 42px auto 54px !important;
	place-items: center;
	border: 1px solid rgba(102, 102, 102, 0.4);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 16px 46px rgba(51, 51, 51, 0.1);
	color: var(--zero-color-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	line-height: 1.45;
	text-align: center;
}

.zero-os-map {
	position: relative;
	gap: 16px;
}

.zero-os-map::before {
	position: absolute;
	top: -28px;
	right: 10%;
	left: 10%;
	height: 1px;
	background: rgba(102, 102, 102, 0.28);
	content: "";
}

.zero-os-map .zero-info-card {
	position: relative;
	padding: 30px 20px;
	border-radius: 6px 24px 24px 6px;
	box-shadow: none;
	text-align: left;
}

.zero-os-map .zero-info-card::before {
	position: absolute;
	top: -29px;
	left: 50%;
	width: 1px;
	height: 28px;
	background: rgba(102, 102, 102, 0.28);
	content: "";
}

body.home .zero-blog-grid {
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

body.home .zero-blog-grid > li:first-child {
	grid-row: 1 / 3;
}

body.home .zero-blog-grid > li:not(:first-child) {
	display: grid;
	grid-template-columns: 42% minmax(0, 1fr);
	grid-template-rows: 1fr auto;
	min-height: 190px;
}

body.home .zero-blog-grid > li:not(:first-child) .wp-block-latest-posts__featured-image {
	grid-row: 1 / 3;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
}

body.home .zero-blog-grid > li:not(:first-child) > a {
	align-self: end;
	margin: 20px 20px 0;
	font-size: 15px;
	line-height: 1.55;
}

body.home .zero-blog-grid > li:not(:first-child) .wp-block-latest-posts__post-date {
	margin: 10px 20px 20px;
}

.zero-mbl-bridge {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 15%, rgba(102, 102, 102, 0.12), transparent 28%),
		linear-gradient(140deg, #333333 0%, #333333 55%, #333333 115%) !important;
}

.zero-mbl-bridge::before {
	position: absolute;
	top: -150px;
	right: -80px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
}

.zero-mbl-bridge .zero-section__inner {
	position: relative;
	z-index: 1;
}

.zero-mbl-bridge .zero-eyebrow {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.zero-mbl-bridge .zero-eyebrow::before {
	background: var(--zero-color-yellow);
}

.zero-mbl-bridge .zero-h2,
.zero-mbl-bridge .zero-sub,
.zero-mbl-bridge p,
.zero-mbl-bridge strong {
	color: #fff;
}

.zero-mbl-bridge .zero-sub,
.zero-mbl-bridge p {
	color: rgba(255, 255, 255, 0.78);
}

.zero-mbl-bridge .zero-mbl-actions a {
	border-color: rgba(255, 255, 255, 0.52) !important;
	background: #fff !important;
	color: var(--zero-color-navy) !important;
}

.zero-home-final-cta {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(51, 51, 51, 0.9), rgba(51, 51, 51, 0.62)),
		url('/mainsite/wp-content/uploads/2024/06/winter.webp') center 52% / cover no-repeat !important;
}

.zero-home-final-cta .zero-cta__inner {
	position: relative;
	z-index: 1;
}

.zero-home-final-cta .zero-cta__tagline,
.zero-home-final-cta .zero-cta__lead,
.zero-home-final-cta .zero-cta__note {
	color: #fff;
}

.zero-home-final-cta .wp-block-button__link {
	background: #fff !important;
	color: var(--zero-color-navy) !important;
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18) !important;
}

.zero-profile-panel {
	max-width: 980px;
	gap: clamp(34px, 5vw, 64px);
	align-items: center;
}

.zero-profile-panel__photo {
	width: 230px;
	height: 290px;
	border-radius: 28px;
	object-position: center top;
	box-shadow: 0 18px 46px rgba(37, 39, 36, 0.14);
}

.zero-profile-panel__name {
	margin-bottom: 12px;
	font-size: clamp(24px, 2.4vw, 32px);
	letter-spacing: -0.02em;
}

.zero-profile-panel__titles {
	font-size: 14px;
	line-height: 2;
	text-wrap: pretty;
}

.zero-approach-box {
	margin-top: 26px;
	padding: 24px 26px;
	border: 1px solid rgba(51, 51, 51, 0.09);
	border-left: 1px solid rgba(51, 51, 51, 0.09);
	border-radius: 22px;
	background: #f4f7fb;
}

.zero-approach-box > strong:first-child {
	display: block;
	margin-bottom: 8px;
	color: var(--zero-color-accent);
}

.zero-profile-panel__body > p > br {
	display: none;
}

.zero-profile-panel__body > p > a {
	display: block;
	width: fit-content;
	margin-top: 10px;
	text-decoration: none;
}

.zero-section__inner > p.has-text-align-center:has(> a) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.zero-section__inner > p.has-text-align-center:has(> a) > a {
	padding: 10px 15px;
	border: 1px solid rgba(51, 51, 51, 0.15);
	border-radius: 999px;
	background: #fff;
	font-size: 13px;
	text-decoration: none;
}

.wp-block-button.is-style-zero-cta .wp-block-button__link,
.wp-block-button.is-style-zero-outline .wp-block-button__link {
	min-height: 54px;
	padding: 15px 32px;
	border-radius: 999px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.wp-block-button.is-style-zero-cta .wp-block-button__link {
	box-shadow: 0 10px 26px rgba(51, 51, 51, 0.24);
}

.zero-page .wp-block-image img {
	border-radius: 30px;
	box-shadow: 0 16px 42px rgba(37, 39, 36, 0.09);
}

.zero-section__inner > .wp-block-columns {
	gap: clamp(28px, 4vw, 52px);
}

.zero-section__inner > .wp-block-columns h3 {
	font-size: 23px;
	line-height: 1.5;
}

.zero-gateway-axis__title {
	margin-top: 64px;
	padding-bottom: 14px;
	font-size: 18px;
	letter-spacing: 0.01em;
}

.zero-gateway-axis__title + .zero-card-grid {
	margin-top: 24px;
}

.wp-block-latest-posts.is-grid,
.zero-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.wp-block-latest-posts.is-grid > li,
.zero-blog-grid > li {
	position: relative;
	display: flex;
	flex-direction: column;
	width: auto !important;
	margin: 0 !important;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(102, 102, 102, 0.16);
	border-radius: 24px;
	background: #fffef8;
	box-shadow: 0 12px 34px rgba(37, 39, 36, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.zero-blog-grid > li:hover {
	transform: translateY(-3px);
	border-color: rgba(102, 102, 102, 0.34);
	box-shadow: 0 18px 42px rgba(37, 39, 36, 0.09);
}

.zero-blog-grid > li:focus-within {
	outline: 3px solid rgba(102, 102, 102, 0.45);
	outline-offset: 3px;
}

.zero-blog-grid .wp-block-latest-posts__featured-image {
	order: 1;
	width: 100%;
	margin: 0 !important;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--zero-color-yellow-soft);
}

.zero-blog-grid .wp-block-latest-posts__featured-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.zero-blog-grid .wp-block-latest-posts__featured-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.zero-blog-grid > li:hover .wp-block-latest-posts__featured-image img {
	transform: scale(1.035);
}

.zero-blog-grid > li > a {
	order: 2;
	margin: 20px 22px 0;
	color: var(--zero-color-text);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.65;
	text-decoration: none;
}

.zero-blog-grid > li > a::after {
	content: "";
	position: absolute;
	z-index: 3;
	inset: 0;
}

.zero-blog-grid .wp-block-latest-posts__post-date {
	order: 3;
	margin: 12px 22px 22px;
	color: var(--zero-color-muted);
	font-size: 12px;
	letter-spacing: 0.04em;
}

.zero-cta {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: clamp(64px, 6vw, 88px) 40px;
	background: linear-gradient(145deg, #fafaf8 0%, #f4f8f5 100%);
}

.zero-cta__lead {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
	font-size: clamp(24px, 2.6vw, 36px);
	line-height: 1.55;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.l-footer {
	margin-top: 0 !important;
}

.c-copyright,
.c-copyright--inverse {
	padding-top: 34px;
	padding-bottom: 34px;
}

.zero-section--movie-placeholder {
	display: none;
}

/* --------------------------------------------------------------------------
   読み物ページのモダンな導入・目次・図解
   -------------------------------------------------------------------------- */
.zero-scroll-anchor {
	display: block;
	position: relative;
	top: -96px;
	visibility: hidden;
}

#overview,
#gates,
#gateway,
#person,
#phases,
#integration,
#related {
	scroll-margin-top: 96px;
}

.zero-modern-overview {
	text-align: center;
}

.zero-modern-overview > .zero-lead {
	margin-top: 30px;
}

.zero-page-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 42px;
	text-align: left;
}

.zero-page-summary__item {
	position: relative;
	min-height: 174px;
	padding: 28px 26px 25px;
	border: 1px solid rgba(44, 44, 42, 0.08);
	border-top: 4px solid var(--zero-color-yellow);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(37, 39, 36, 0.05);
}

.zero-page-summary__number {
	display: block;
	margin-bottom: 12px;
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.zero-page-summary__item strong {
	display: block;
	margin-bottom: 8px;
	color: var(--zero-color-text);
	font-size: 18px;
	line-height: 1.55;
}

.zero-page-summary__item p {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.85;
}

.zero-page-toc {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px 24px;
	margin-top: 32px;
	padding: 18px 22px;
	border-top: 1px solid rgba(44, 44, 42, 0.09);
	border-bottom: 1px solid rgba(44, 44, 42, 0.09);
}

.zero-page-toc__label {
	color: var(--zero-color-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.zero-page-toc a {
	position: relative;
	padding: 4px 0;
	color: var(--zero-color-text);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.zero-page-toc a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: var(--zero-color-yellow);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s ease;
}

.zero-page-toc a:hover::after,
.zero-page-toc a:focus-visible::after {
	transform: scaleX(1);
}

.zero-editorial-split {
	display: grid;
	grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(38px, 6vw, 76px);
	align-items: center;
}

.zero-editorial-split__media {
	position: relative;
	margin: 0;
}

.zero-editorial-split__media::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: -14px;
	right: -14px;
	width: 42%;
	height: 42%;
	background: var(--zero-color-yellow);
	border-radius: 22px;
}

.zero-editorial-split__media img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-height: 500px;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: 0 18px 48px rgba(37, 39, 36, 0.12);
}

.zero-editorial-split--diagram .zero-editorial-split__media img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 28px;
	background: #fff;
}

.zero-editorial-split__kicker {
	margin: 0 0 16px;
	color: var(--zero-color-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.zero-editorial-split__body h2 {
	margin: 0 0 22px;
	color: var(--zero-color-text);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.zero-editorial-split__body > p:not(.zero-editorial-split__kicker):not(.zero-editorial-quote) {
	margin: 0;
	font-size: 15.5px;
	line-height: 2;
	text-wrap: pretty;
}

.zero-editorial-quote {
	margin: 26px 0 0;
	padding: 18px 0 18px 22px;
	border-left: 5px solid var(--zero-color-yellow);
	color: var(--zero-color-text);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.8;
}

.zero-editorial-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 26px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.zero-editorial-link::after {
	content: "→";
	transition: transform 0.2s ease;
}

.zero-editorial-link:hover::after {
	transform: translateX(4px);
}

.zero-phase-intro {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.zero-phase-intro .zero-sub {
	margin-top: 16px;
}

.zero-phase-track {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 42px;
}

.zero-phase {
	padding: 30px 26px;
	border: 1px solid rgba(44, 44, 42, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 32px rgba(37, 39, 36, 0.05);
}

.zero-phase:nth-child(2) {
	background: #f4f7fb;
}

.zero-phase:nth-child(3) {
	background: #fafaf8;
}

.zero-phase__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

.zero-phase__number {
	color: var(--zero-color-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.zero-phase__range {
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(102, 102, 102, 0.2);
	color: #333333;
	font-size: 11px;
	font-weight: 700;
}

.zero-phase h3 {
	margin: 0 0 12px;
	color: var(--zero-color-text);
	font-size: 22px;
	line-height: 1.5;
}

.zero-phase p {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
}

.zero-phase__sessions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.zero-phase__sessions li {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(51, 51, 51, 0.16);
	border-radius: 50%;
	background: #fff;
	color: var(--zero-color-accent);
	font-size: 11px;
	font-weight: 700;
}

@media (max-width: 768px) {
	.c-entry__content > .zero-section {
		padding: 48px 20px;
	}

	.c-entry__content > .zero-section + .zero-section,
	.c-entry__content > .zero-section + .zero-cta {
		margin-top: 0 !important;
	}

	.zero-section--alt,
	.zero-section--cream,
	.zero-cta {
		border-radius: 0;
	}

	.zero-h2 {
		font-size: clamp(26px, 8vw, 32px);
		line-height: 1.4;
	}

	.zero-sub {
		font-size: 14px;
		line-height: 1.8;
	}

	.zero-lead {
		font-size: 15.5px;
		line-height: 1.95;
	}

	.zero-section__inner > .zero-sub + .zero-card-grid,
	.zero-section__inner > .zero-h2 + .zero-card-grid,
	.zero-section__inner > .zero-eyebrow + .zero-card-grid,
	.zero-section__inner > .wp-block-columns,
	.zero-section__inner > .wp-block-latest-posts {
		margin-top: 34px;
	}

	.zero-page-summary,
	.zero-phase-track,
	.zero-editorial-split {
		grid-template-columns: 1fr;
	}

	.zero-page-summary {
		gap: 14px;
		margin-top: 32px;
	}

	.zero-page-summary__item {
		min-height: 0;
		padding: 23px 22px;
	}

	.zero-page-toc {
		justify-content: flex-start;
		gap: 10px 18px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.zero-page-toc__label,
	.zero-page-toc a {
		flex: 0 0 auto;
	}

	.zero-editorial-split {
		gap: 32px;
	}

	.zero-editorial-split__media {
		width: min(84%, 360px);
		margin: 0 auto;
	}

	.zero-editorial-split__body h2 {
		font-size: 28px;
	}

	.zero-editorial-split__body > p:not(.zero-editorial-split__kicker):not(.zero-editorial-quote) {
		font-size: 15px;
	}

	.zero-editorial-quote {
		font-size: 16px;
	}

	.zero-phase-track {
		gap: 14px;
		margin-top: 32px;
	}

	.zero-phase {
		padding: 26px 22px;
	}

	.zero-research-hero {
		min-height: 0;
		padding: 68px 20px 64px;
		border-radius: 0;
	}

	.zero-research-hero h1 {
		margin-bottom: 18px;
		font-size: clamp(30px, 8.2vw, 34px);
		line-height: 1.36;
	}

	.zero-research-hero__inner > p:not(.zero-research-hero__quote) {
		font-size: 14.5px;
		line-height: 1.85;
	}

	.zero-research-hero__actions {
		margin-top: 28px;
	}

	.zero-research-hero__actions .wp-block-buttons {
		gap: 12px;
	}

	.zero-research-hero__actions .wp-block-button,
	.zero-research-hero__actions .wp-block-button__link {
		width: 100%;
	}

	.zero-card,
	.zero-proof-card {
		padding: 28px 24px;
		border-radius: 24px;
	}

	.zero-card__title {
		font-size: 17px;
	}

	.zero-philosophy-link {
		margin-top: 34px !important;
	}

	.zero-about-editorial::after {
		top: 70px;
		left: auto;
		right: -18px;
		font-size: 160px;
	}

	.zero-about-editorial .zero-section__inner {
		display: block;
	}

	.zero-about-editorial .zero-eyebrow,
	.zero-about-editorial .zero-h2,
	.zero-about-editorial .zero-tagline {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.zero-about-editorial .zero-h2 {
		font-size: 34px;
	}

	.zero-about-editorial .zero-lead {
		margin-top: 30px !important;
	}

	.zero-about-editorial .zero-lead + .zero-lead {
		margin-top: 22px !important;
	}

	.zero-about-editorial .zero-section__inner > p:last-child {
		margin-top: 36px !important;
	}

	.zero-quick-strip .zero-card-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zero-quick-strip .zero-metric {
		min-height: 180px;
	}

	.zero-practitioner-editorial .zero-profile-panel {
		display: flex;
		gap: 42px;
	}

	.zero-practitioner-editorial .zero-profile-panel__photo {
		width: min(78%, 300px);
		border-radius: 4px 48px 4px 4px;
		box-shadow: 18px 20px 0 var(--zero-color-yellow-soft), 0 18px 42px rgba(37, 39, 36, 0.13);
	}

	.zero-practitioner-editorial .zero-profile-panel__name {
		font-size: 30px;
	}

	.zero-gates-editorial .zero-card {
		display: block;
		min-height: 0;
		padding: 94px 8px 30px;
	}

	.zero-gates-editorial .zero-card::before {
		top: 24px;
		left: 8px;
		font-size: 58px;
	}

	.zero-gates-editorial .zero-card__title {
		font-size: 23px;
	}

	.zero-gates-editorial .zero-card__text {
		margin-top: 16px;
	}

	.zero-gates-editorial .zero-card:hover {
		padding-right: 8px;
		padding-left: 8px;
	}

	.zero-services-map .zero-card-grid--3 {
		display: grid;
		grid-template-areas:
			"rolfing"
			"movement"
			"source";
		grid-template-columns: 1fr;
		gap: 18px;
		padding-top: 10px;
	}

	.zero-services-map .zero-card-grid--3::before {
		top: 6%;
		bottom: 6%;
		left: 50%;
		width: 1px;
		height: auto;
	}

	.zero-services-map .zero-card,
	.zero-services-map .zero-card:nth-child(1) {
		min-height: 0;
	}

	.zero-os-core {
		width: 126px;
		height: 126px;
		margin: 34px auto 42px !important;
		font-size: 15px;
	}

	.zero-os-map {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.zero-os-map::before,
	.zero-os-map .zero-info-card::before {
		display: none;
	}

	body.home .zero-blog-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	body.home .zero-blog-grid > li:first-child {
		grid-row: auto;
	}

	body.home .zero-blog-grid > li:not(:first-child) {
		display: flex;
		min-height: 0;
	}

	body.home .zero-blog-grid > li:not(:first-child) .wp-block-latest-posts__featured-image {
		width: 100%;
		aspect-ratio: 16 / 10;
	}

	.zero-mbl-bridge::before {
		top: -100px;
		right: -180px;
	}

	.zero-home-final-cta {
		background:
			linear-gradient(rgba(51, 51, 51, 0.82), rgba(51, 51, 51, 0.78)),
			url('/mainsite/wp-content/uploads/2024/06/winter.webp') center / cover no-repeat !important;
	}

	.zero-feature-links {
		gap: 20px !important;
	}

	.zero-feature-link {
		border-radius: 24px;
	}

	.zero-feature-link__overlay {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		padding: 22px;
	}

	.zero-feature-link__title {
		font-size: 21px;
	}

	.zero-mbl-actions {
		margin-top: 34px !important;
	}

	.zero-metric {
		padding: 26px 14px;
		border-radius: 24px;
	}

	.zero-metric__value {
		font-size: 14px;
	}

	.zero-profile-panel {
		gap: 30px;
		text-align: left;
	}

	.zero-profile-panel__photo {
		width: 164px;
		height: 208px;
		border-radius: 24px;
	}

	.zero-profile-panel__body {
		width: 100%;
	}

	.zero-profile-panel__name {
		text-align: center;
	}

	.zero-profile-panel__titles {
		text-align: left;
	}

	.zero-section__inner > p.has-text-align-center:has(> a) {
		flex-direction: column;
		align-items: stretch;
	}

	.zero-section__inner > p.has-text-align-center:has(> a) > a {
		text-align: center;
	}

	.zero-section__inner > .wp-block-columns {
		gap: 56px;
	}

	.zero-gateway-axis__title {
		margin-top: 48px;
		font-size: 17px;
	}

	.wp-block-latest-posts.is-grid,
	.zero-blog-grid {
		grid-template-columns: 1fr;
	}

	.zero-cta {
		margin-top: 0 !important;
		padding: 52px 22px;
	}

	.zero-cta__lead {
		font-size: 26px;
		line-height: 1.55;
	}
}

/* --------------------------------------------------------------------------
   TOP detail polish
   見出しの孤立改行、本文間隔、リンクの押しやすさを最終調整する。
   -------------------------------------------------------------------------- */
.zero-about-editorial .zero-section__inner {
	grid-template-columns: minmax(350px, 0.78fr) minmax(0, 1.22fr);
	grid-template-rows: auto auto auto auto;
	column-gap: clamp(42px, 6vw, 86px);
	row-gap: 0;
}

.zero-about-editorial .zero-eyebrow {
	grid-column: 1;
	grid-row: 1;
}

.zero-about-editorial .zero-h2 {
	grid-column: 1;
	grid-row: 2;
	margin-top: 18px !important;
	font-size: clamp(42px, 4vw, 54px);
	line-height: 1.18;
	letter-spacing: -0.045em;
}

html:lang(ja) .zero-about-editorial .zero-h2 {
	white-space: nowrap;
}

.zero-about-editorial .zero-h2 + .zero-lead {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	margin-top: 18px !important;
}

.zero-about-editorial .zero-lead + .zero-lead {
	grid-column: 2;
	grid-row: 3;
	margin-top: 14px !important;
}

.zero-about-editorial .zero-lead {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.85;
}

.zero-about-editorial .zero-tagline {
	grid-column: 1;
	grid-row: 3;
	align-self: start;
	margin-top: 18px !important;
	line-height: 1.7;
}

.zero-about-editorial .zero-section__inner > p:last-child {
	display: flex;
	grid-column: 1 / -1;
	grid-row: 4;
	flex-wrap: nowrap;
	gap: 14px;
	width: min(100%, 850px);
	margin: 32px auto 0 !important;
}

.zero-about-editorial .zero-section__inner > p:last-child > br {
	display: none;
}

.zero-about-editorial .zero-section__inner > p:last-child > a {
	display: flex;
	flex: 1 1 0;
	min-height: 62px;
	align-items: center;
	justify-content: center;
	padding: 15px 18px;
	border: 1px solid rgba(51, 51, 51, 0.2);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 9px 24px rgba(37, 39, 36, 0.055);
	color: var(--zero-color-accent);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
	text-align: center;
	text-decoration: none;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.zero-about-editorial .zero-section__inner > p:last-child > a:hover {
	border-color: rgba(51, 51, 51, 0.46);
	background: #fafaf8;
	box-shadow: 0 13px 30px rgba(51, 51, 51, 0.1);
	transform: translateY(-2px);
}

.zero-about-editorial .zero-section__inner > p:last-child > a:focus-visible {
	outline: 3px solid rgba(102, 102, 102, 0.62);
	outline-offset: 3px;
}

.zero-quick-strip .zero-metric {
	display: flex;
	min-height: 190px;
	align-items: center;
	justify-content: center;
	padding: 28px 20px;
}

.zero-quick-strip .zero-metric__label {
	font-size: 12px;
	line-height: 1.45;
}

.zero-quick-strip .zero-metric__value {
	line-height: 1.65;
	text-wrap: balance;
}

.zero-practitioner-editorial .zero-profile-panel__name {
	font-size: clamp(30px, 2.65vw, 38px);
	line-height: 1.32;
	text-wrap: balance;
}

.zero-practitioner-editorial .zero-profile-panel__titles {
	line-height: 1.9;
}

.zero-gates-editorial .zero-card__title {
	font-size: clamp(22px, 1.9vw, 26px);
	line-break: strict;
	text-wrap: pretty;
}

.zero-gates-editorial .zero-card {
	grid-template-columns: minmax(370px, 1.08fr) minmax(0, 0.92fr);
}

.zero-nowrap {
	white-space: nowrap;
}

.zero-gates-editorial .zero-card__text {
	line-height: 1.85;
	text-wrap: pretty;
}

.zero-services-map .zero-card__title,
.zero-os-map .zero-info-card__title,
.zero-feature-link__title {
	line-break: strict;
	text-wrap: balance;
}

.zero-os-map .zero-info-card {
	display: flex;
	min-height: 176px;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 769px) and (max-width: 960px) {
	.zero-about-editorial .zero-section__inner {
		grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
		column-gap: 34px;
	}

	.zero-about-editorial .zero-h2 {
		font-size: 40px;
	}

	.zero-practitioner-editorial .zero-profile-panel {
		gap: 42px;
	}

	.zero-practitioner-editorial .zero-profile-panel__name {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.zero-about-editorial .zero-section__inner {
		display: block;
	}

	.zero-about-editorial .zero-h2 {
		margin-top: 16px !important;
		font-size: clamp(31px, 9vw, 36px);
		line-height: 1.28;
	}

	.zero-about-editorial .zero-h2 + .zero-lead {
		margin-top: 26px !important;
	}

	.zero-about-editorial .zero-lead + .zero-lead {
		margin-top: 16px !important;
	}

	.zero-about-editorial .zero-lead {
		font-size: 15.5px;
		line-height: 1.85;
	}

	.zero-about-editorial .zero-tagline {
		margin-top: 24px !important;
	}

	.zero-about-editorial .zero-section__inner > p:last-child {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 28px !important;
	}

	.zero-about-editorial .zero-section__inner > p:last-child > a {
		min-height: 56px;
		padding: 14px 16px;
		border-radius: 14px;
		font-size: 13.5px;
	}

	.zero-quick-strip .zero-metric {
		min-height: 166px;
		padding: 24px 12px;
	}

	.zero-practitioner-editorial .zero-profile-panel__name {
		font-size: clamp(25px, 7.5vw, 30px);
		line-height: 1.38;
		text-align: left;
	}

	.zero-gates-editorial .zero-card__title {
		font-size: 22px;
		line-height: 1.55;
	}

	.zero-gates-editorial .zero-card {
		grid-template-columns: 1fr;
	}

	.zero-os-map .zero-info-card {
		min-height: 0;
	}
}

/* --------------------------------------------------------------------------
   TOP five-section refinement
   QUICK GUIDE / 3 GATES / PHILOSOPHY / BLOG / GATEWAY
   -------------------------------------------------------------------------- */

/* QUICK GUIDE：狭い4分割をやめ、説明が読める2×2の情報パネルへ。 */
.zero-quick-strip {
	position: relative;
	overflow: hidden;
}

.zero-quick-strip::before {
	position: absolute;
	top: 24px;
	right: max(20px, calc(50% - 560px));
	color: rgba(102, 102, 102, 0.055);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(130px, 17vw, 230px);
	line-height: 1;
	content: "30";
	pointer-events: none;
}

.zero-quick-strip .zero-section__inner {
	position: relative;
	z-index: 1;
}

.zero-quick-strip .zero-card-grid--4 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.zero-quick-strip .zero-metric {
	display: grid;
	min-height: 150px;
	grid-template-columns: 58px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 20px;
	align-content: center;
	align-items: center;
	justify-content: stretch;
	padding: 26px 30px;
	border: 1px solid rgba(102, 102, 102, 0.16);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 36px rgba(51, 51, 51, 0.065);
	text-align: left;
}

.zero-quick-strip .zero-metric__icon {
	grid-column: 1;
	grid-row: 1 / 3;
	width: 58px;
	height: 58px;
	margin: 0;
	border: 1px solid rgba(51, 51, 51, 0.12);
	background: #fafaf8;
	box-shadow: none;
}

.zero-quick-strip .zero-metric:nth-child(2) .zero-metric__icon {
	border-color: rgba(102, 102, 102, 0.18);
	background: #f4f4f0;
	color: #76630c;
}

.zero-quick-strip .zero-metric:nth-child(3) .zero-metric__icon {
	border-color: rgba(51, 51, 51, 0.15);
	background: #fafaf8;
	color: var(--zero-color-green);
}

.zero-quick-strip .zero-metric:nth-child(4) .zero-metric__icon {
	border-color: rgba(51, 51, 51, 0.14);
	background: #fafaf8;
	color: var(--zero-color-navy);
}

.zero-quick-strip .zero-metric__label {
	grid-column: 2;
	grid-row: 1;
	margin: 0 0 5px;
	color: var(--zero-color-gold);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.12em;
}

.zero-quick-strip .zero-metric__value {
	grid-column: 2;
	grid-row: 2;
	font-size: clamp(15px, 1.45vw, 18px);
	font-weight: 650;
	line-height: 1.55;
	text-wrap: pretty;
}

/* 3 GATES：ホバー前後で寸法を変えず、文字の再改行を防止する。 */
.zero-gates-editorial .zero-card,
.zero-gates-editorial .zero-card:hover {
	padding: 38px 32px 38px 132px;
	transform: none;
}

.zero-gates-editorial .zero-card {
	transition: background-color 0.22s ease, border-color 0.22s ease;
}

.zero-gates-editorial .zero-card:hover {
	background: linear-gradient(90deg, rgba(250, 250, 248, 0.78), rgba(255, 255, 255, 0));
}

.zero-gates-editorial .zero-card__title,
.zero-gates-editorial .zero-card__text {
	transition: color 0.22s ease;
}

/* PHILOSOPHY：中心概念と4つのOSを同一画面で理解できる関係図へ。 */
.zero-os-editorial .zero-section__inner {
	display: grid;
	grid-template-columns: minmax(210px, 0.62fr) minmax(0, 1.38fr);
	grid-template-areas:
		"eyebrow eyebrow"
		"title title"
		"sub sub"
		"lead lead"
		"core map"
		"link link";
	column-gap: clamp(38px, 5vw, 72px);
	align-items: center;
}

.zero-os-editorial .zero-eyebrow { grid-area: eyebrow; }
.zero-os-editorial .zero-h2 { grid-area: title; }
.zero-os-editorial .zero-sub { grid-area: sub; }
.zero-os-editorial .zero-lead { grid-area: lead; }

.zero-os-editorial .zero-os-core {
	position: relative;
	grid-area: core;
	width: 192px;
	height: 192px;
	margin: 52px auto 0 !important;
	border: 0;
	background: radial-gradient(circle at 36% 28%, #333333, var(--zero-color-navy) 68%);
	box-shadow: 0 24px 56px rgba(51, 51, 51, 0.22), 0 0 0 14px rgba(102, 102, 102, 0.11);
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.zero-os-editorial .zero-os-core::before {
	position: absolute;
	inset: -28px;
	border: 1px solid rgba(102, 102, 102, 0.26);
	border-radius: 50%;
	content: "";
}

.zero-os-editorial .zero-os-core::after {
	position: absolute;
	right: -54px;
	width: 54px;
	height: 1px;
	background: linear-gradient(90deg, rgba(102, 102, 102, 0.5), rgba(102, 102, 102, 0.16));
	content: "";
}

.zero-os-editorial .zero-os-map {
	position: relative;
	display: grid;
	grid-area: map;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 52px !important;
}

.zero-os-editorial .zero-os-map::before {
	display: none;
}

.zero-os-editorial .zero-os-map .zero-info-card {
	position: relative;
	display: grid;
	min-height: 132px;
	grid-template-columns: 38px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 12px;
	align-content: center;
	justify-content: stretch;
	padding: 18px 20px;
	overflow: hidden;
	border: 1px solid rgba(102, 102, 102, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 32px rgba(51, 51, 51, 0.055);
}

.zero-os-editorial .zero-os-map .zero-info-card::before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	height: auto;
	background: var(--zero-color-accent);
}

.zero-os-editorial .zero-os-map .zero-info-card:nth-child(2)::before { background: var(--zero-color-gold); }
.zero-os-editorial .zero-os-map .zero-info-card:nth-child(3)::before { background: var(--zero-color-green); }
.zero-os-editorial .zero-os-map .zero-info-card:nth-child(4)::before { background: var(--zero-color-yellow); }

.zero-os-editorial .zero-info-card__num {
	display: grid;
	grid-column: 1;
	grid-row: 1 / 3;
	width: 34px;
	height: 34px;
	place-items: center;
	margin: 0;
	border-radius: 50%;
	background: var(--zero-color-accent-soft);
	font-size: 13px;
}

.zero-os-editorial .zero-info-card__title {
	grid-column: 2;
	grid-row: 1;
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 1.5;
}

.zero-os-editorial .zero-info-card__text {
	grid-column: 2;
	grid-row: 2;
	font-size: 12.5px;
	line-height: 1.7;
}

.zero-os-editorial .zero-section__inner > p:last-child {
	grid-area: link;
	margin-top: 34px !important;
}

.zero-os-editorial .zero-section__inner > p:last-child > a {
	min-height: 58px;
	padding: 15px 24px;
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(51, 51, 51, 0.08);
	font-size: 14px;
	font-weight: 650;
}

/* BLOG：最新3件をすべて「画像・タイトル・日付」の同一カードへ統一。 */
.zero-blog-editorial-uniform .zero-blog-grid,
body.home .zero-blog-editorial-uniform .zero-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: auto;
	gap: 24px;
}

.zero-blog-editorial-uniform .zero-blog-grid > li,
.zero-blog-editorial-uniform .zero-blog-grid > li:first-child,
.zero-blog-editorial-uniform .zero-blog-grid > li:not(:first-child) {
	position: relative;
	display: flex;
	min-height: 0;
	grid-row: auto;
	grid-template-columns: none;
	grid-template-rows: none;
	flex-direction: column;
}

.zero-blog-editorial-uniform .zero-blog-grid > li::before {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 14px;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--zero-color-navy);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	content: "ARTICLE 01";
}

.zero-blog-editorial-uniform .zero-blog-grid > li:nth-child(2)::before { content: "ARTICLE 02"; }
.zero-blog-editorial-uniform .zero-blog-grid > li:nth-child(3)::before { content: "ARTICLE 03"; }

.zero-blog-editorial-uniform .zero-blog-grid > li .wp-block-latest-posts__featured-image,
.zero-blog-editorial-uniform .zero-blog-grid > li:not(:first-child) .wp-block-latest-posts__featured-image {
	order: 1;
	grid-row: auto;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
}

.zero-blog-editorial-uniform .zero-blog-grid > li > a,
.zero-blog-editorial-uniform .zero-blog-grid > li:not(:first-child) > a {
	order: 2;
	align-self: auto;
	margin: 20px 22px 0;
	font-size: 16px;
	line-height: 1.65;
}

.zero-blog-editorial-uniform .zero-blog-grid .wp-block-latest-posts__post-date,
.zero-blog-editorial-uniform .zero-blog-grid > li:not(:first-child) .wp-block-latest-posts__post-date {
	order: 3;
	margin: 12px 22px 22px;
}

/* 旧「最新1件＋横長2件」指定より詳細度を上げ、3件の内部構造も完全に統一。 */
body.home .zero-blog-editorial-uniform .zero-blog-grid > li,
body.home .zero-blog-editorial-uniform .zero-blog-grid > li:first-child,
body.home .zero-blog-editorial-uniform .zero-blog-grid > li:not(:first-child) {
	display: flex;
	min-height: 0;
	grid-row: auto;
	grid-template-columns: none;
	grid-template-rows: none;
	flex-direction: column;
}

body.home .zero-blog-editorial-uniform .zero-blog-grid > li .wp-block-latest-posts__featured-image,
body.home .zero-blog-editorial-uniform .zero-blog-grid > li:not(:first-child) .wp-block-latest-posts__featured-image {
	order: 1;
	grid-row: auto;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
}

body.home .zero-blog-editorial-uniform .zero-blog-grid > li > a,
body.home .zero-blog-editorial-uniform .zero-blog-grid > li:not(:first-child) > a {
	order: 2;
	align-self: auto;
	margin: 20px 22px 0;
	font-size: 16px;
	line-height: 1.65;
}

body.home .zero-blog-editorial-uniform .zero-blog-grid .wp-block-latest-posts__post-date,
body.home .zero-blog-editorial-uniform .zero-blog-grid > li:not(:first-child) .wp-block-latest-posts__post-date {
	order: 3;
	margin: 12px 22px 22px;
}

/* GATEWAY：3つの軸と9記事を番号付きの編集カタログとして見せる。 */
.zero-gateway-editorial .zero-section__inner {
	counter-reset: gateway-axis gateway-card;
}

.zero-gateway-editorial .zero-gateway-axis__title {
	position: relative;
	display: grid;
	min-height: 82px;
	grid-template-columns: 66px minmax(0, 1fr) auto;
	align-items: center;
	margin: 58px 0 18px;
	padding: 16px 0;
	border-top: 1px solid rgba(44, 44, 42, 0.12);
	border-bottom: 1px solid rgba(44, 44, 42, 0.12);
	font-size: clamp(20px, 2vw, 25px);
	line-height: 1.45;
	counter-increment: gateway-axis;
}

.zero-gateway-editorial .zero-gateway-axis__title::before {
	color: rgba(51, 51, 51, 0.2);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	content: counter(gateway-axis, decimal-leading-zero);
}

.zero-gateway-editorial .zero-gateway-axis__title::after {
	color: var(--zero-color-gold);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.16em;
	content: "THEME COLLECTION";
}

.zero-gateway-editorial .zero-card-grid--3 {
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(102, 102, 102, 0.15);
	border-radius: 26px;
	background: rgba(102, 102, 102, 0.14);
	box-shadow: 0 16px 42px rgba(37, 39, 36, 0.055);
}

.zero-gateway-editorial .zero-card {
	position: relative;
	min-height: 286px;
	padding: 76px 28px 28px;
	border: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: none;
	counter-increment: gateway-card;
	transition: background-color 0.22s ease;
}

.zero-gateway-editorial .zero-card::before {
	position: absolute;
	top: 24px;
	left: 28px;
	color: rgba(51, 51, 51, 0.2);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	line-height: 1;
	content: counter(gateway-card, decimal-leading-zero);
}

.zero-gateway-editorial .zero-card:hover {
	background: #f8fbfe;
	box-shadow: none;
	transform: none;
}

.zero-gateway-editorial .zero-card__title {
	font-size: 18px;
	line-break: strict;
	line-height: 1.55;
	text-wrap: balance;
}

.zero-gateway-editorial .zero-card__text {
	font-size: 13.5px;
	line-height: 1.8;
	text-wrap: pretty;
}

.zero-gateway-editorial .zero-card__more {
	margin-top: auto;
}

@media (max-width: 768px) {
	.zero-quick-strip::before {
		top: 44px;
		right: -12px;
		font-size: 120px;
	}

	.zero-quick-strip .zero-card-grid--4 {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.zero-quick-strip .zero-metric {
		min-height: 124px;
		grid-template-columns: 52px minmax(0, 1fr);
		column-gap: 16px;
		padding: 22px 20px;
		border-radius: 20px;
	}

	.zero-quick-strip .zero-metric__icon {
		width: 52px;
		height: 52px;
	}

	.zero-quick-strip .zero-metric__value {
		font-size: 15px;
	}

	.zero-gates-editorial .zero-card,
	.zero-gates-editorial .zero-card:hover {
		padding: 94px 8px 30px;
	}

	.zero-os-editorial .zero-section__inner {
		display: block;
	}

	.zero-os-editorial .zero-os-core {
		width: 148px;
		height: 148px;
		margin: 38px auto 48px !important;
		font-size: 16px;
	}

	.zero-os-editorial .zero-os-core::before {
		inset: -18px;
	}

	.zero-os-editorial .zero-os-core::after {
		display: none;
	}

	.zero-os-editorial .zero-os-map {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 0;
	}

	.zero-os-editorial .zero-os-map .zero-info-card {
		min-height: 112px;
		padding: 18px;
	}

	.zero-os-editorial .zero-section__inner > p:last-child {
		margin-top: 26px !important;
	}

	.zero-blog-editorial-uniform .zero-blog-grid,
	body.home .zero-blog-editorial-uniform .zero-blog-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.zero-gateway-editorial .zero-gateway-axis__title {
		grid-template-columns: 52px minmax(0, 1fr);
		margin-top: 44px;
		font-size: 19px;
	}

	.zero-gateway-editorial .zero-gateway-axis__title::before {
		font-size: 38px;
	}

	.zero-gateway-editorial .zero-gateway-axis__title::after {
		display: none;
	}

	.zero-gateway-editorial .zero-card-grid--3 {
		grid-template-columns: 1fr;
		gap: 1px;
		border-radius: 22px;
	}

	.zero-gateway-editorial .zero-card {
		min-height: 0;
		padding: 68px 24px 26px;
	}

	.zero-gateway-editorial .zero-card::before {
		top: 22px;
		left: 24px;
		font-size: 34px;
	}
}

/* --------------------------------------------------------------------------
   TOP spacing and interaction refinement
   余白密度を上げ、GATEWAYを編集インデックス型へ変更する。
   -------------------------------------------------------------------------- */

/* ホームのみ、全体のセクション上下と見出し後の空きを一段コンパクトにする。 */
body.home .c-entry__content > .zero-section {
	padding-top: clamp(52px, 4.8vw, 68px);
	padding-bottom: clamp(52px, 4.8vw, 68px);
}

body.home .zero-section__inner > .zero-h2 + .zero-sub {
	margin-top: 12px;
}

body.home .zero-section__inner > .zero-h2 + .zero-lead,
body.home .zero-section__inner > .zero-sub + .zero-lead {
	margin-top: 28px;
}

body.home .zero-section__inner > .zero-sub + .zero-card-grid,
body.home .zero-section__inner > .zero-h2 + .zero-card-grid,
body.home .zero-section__inner > .zero-eyebrow + .zero-card-grid,
body.home .zero-section__inner > .wp-block-columns,
body.home .zero-section__inner > .wp-block-latest-posts {
	margin-top: 36px;
}

/* QUICK GUIDE：内容量に合わせてBOX高と内部余白を縮める。 */
.zero-quick-strip .zero-card-grid--4 {
	gap: 12px;
}

.zero-quick-strip .zero-metric {
	min-height: 112px;
	grid-template-columns: 50px minmax(0, 1fr);
	column-gap: 17px;
	padding: 18px 24px;
	border-radius: 20px;
}

.zero-quick-strip .zero-metric__icon {
	width: 50px;
	height: 50px;
}

.zero-quick-strip .zero-metric__label {
	margin-bottom: 3px;
}

.zero-quick-strip .zero-metric__value {
	font-size: clamp(15px, 1.35vw, 17px);
	line-height: 1.5;
}

/* 3 GATES：幅・paddingは固定し、カード全体だけを滑らかに横移動させる。 */
.zero-gates-editorial .zero-card {
	transform: translateX(0);
	transition: transform 0.28s cubic-bezier(0.22, 0.8, 0.2, 1), background-color 0.22s ease, border-color 0.22s ease;
	will-change: transform;
}

.zero-gates-editorial .zero-card:hover {
	padding: 38px 32px 38px 132px;
	background: linear-gradient(90deg, rgba(250, 250, 248, 0.9), rgba(255, 255, 255, 0));
	transform: translateX(10px);
}

/* GATEWAY：左に視点、右に3記事を並べる編集インデックス型。 */
.zero-gateway-editorial {
	position: relative;
	overflow: hidden;
}

.zero-gateway-editorial::before {
	position: absolute;
	right: max(16px, calc(50% - 590px));
	bottom: -78px;
	color: rgba(51, 51, 51, 0.025);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(220px, 28vw, 390px);
	line-height: 1;
	content: "09";
	pointer-events: none;
}

.zero-gateway-editorial .zero-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1.64fr);
	column-gap: clamp(28px, 4vw, 48px);
	row-gap: 0;
	align-items: stretch;
	counter-reset: gateway-axis gateway-card;
}

.zero-gateway-editorial .zero-section__inner > .zero-eyebrow,
.zero-gateway-editorial .zero-section__inner > .zero-h2,
.zero-gateway-editorial .zero-section__inner > .zero-sub {
	grid-column: 1 / -1;
}

.zero-gateway-editorial .zero-gateway-axis__title {
	position: relative;
	display: flex;
	min-height: 0;
	grid-column: 1;
	align-self: stretch;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 14px;
	margin: 34px 0 0;
	padding: 28px 22px;
	border: 0;
	border-left: 4px solid var(--zero-color-accent);
	border-radius: 4px 24px 24px 4px;
	background:
		radial-gradient(circle at 88% 12%, rgba(102, 102, 102, 0.16), transparent 35%),
		linear-gradient(145deg, #fafaf8, #fbfcfd);
	font-size: clamp(20px, 1.8vw, 23px);
	line-height: 1.45;
	letter-spacing: -0.02em;
	counter-increment: gateway-axis;
}

.zero-gateway-editorial .zero-gateway-axis__title:nth-of-type(2) {
	border-left-color: var(--zero-color-gold);
	background:
		radial-gradient(circle at 88% 12%, rgba(51, 51, 51, 0.08), transparent 35%),
		linear-gradient(145deg, #fafaf8, #fffdf8);
}

.zero-gateway-editorial .zero-gateway-axis__title:nth-of-type(3) {
	border-left-color: var(--zero-color-green);
	background:
		radial-gradient(circle at 88% 12%, rgba(102, 102, 102, 0.13), transparent 35%),
		linear-gradient(145deg, #f1f8f4, #fbfdfc);
}

.zero-gateway-editorial .zero-gateway-axis__title::before {
	color: rgba(51, 51, 51, 0.23);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 58px;
	font-weight: 400;
	line-height: 1;
	content: counter(gateway-axis, decimal-leading-zero);
}

.zero-gateway-editorial .zero-gateway-axis__title::after {
	color: var(--zero-color-gold);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.16em;
	content: "PERSPECTIVE";
}

.zero-gateway-editorial .zero-gateway-axis__title + .zero-card-grid--3 {
	display: grid;
	grid-column: 2;
	grid-template-columns: 1fr;
	gap: 0;
	align-self: stretch;
	margin-top: 34px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.zero-gateway-editorial .zero-card,
.zero-gateway-editorial .zero-proof-card {
	position: relative;
	display: grid;
	min-height: 108px;
	grid-template-columns: minmax(250px, 0.88fr) minmax(0, 1.12fr) auto;
	align-items: center;
	gap: 20px;
	padding: 22px 22px 22px 76px;
	border: 0;
	border-top: 1px solid rgba(44, 44, 42, 0.12);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: none;
	counter-increment: gateway-card;
	transition: background-color 0.22s ease;
}

.zero-gateway-editorial .zero-card:last-child,
.zero-gateway-editorial .zero-proof-card:last-child {
	border-bottom: 1px solid rgba(44, 44, 42, 0.12);
}

.zero-gateway-editorial .zero-card::before,
.zero-gateway-editorial .zero-proof-card::before {
	position: absolute;
	top: 50%;
	left: 22px;
	color: rgba(51, 51, 51, 0.22);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	line-height: 1;
	content: counter(gateway-card, decimal-leading-zero);
	transform: translateY(-50%);
}

.zero-gateway-editorial .zero-card:hover,
.zero-gateway-editorial .zero-proof-card:hover {
	background: linear-gradient(90deg, rgba(250, 250, 248, 0.9), rgba(255, 255, 255, 0.55));
	box-shadow: none;
	transform: none;
}

.zero-gateway-editorial .zero-card__title {
	grid-column: 1;
	margin: 0;
	font-size: 17px;
	line-height: 1.5;
	text-wrap: balance;
}

.zero-gateway-editorial .zero-card__text {
	grid-column: 2;
	margin: 0;
	font-size: 13px;
	line-height: 1.75;
	text-wrap: pretty;
}

.zero-gateway-editorial .zero-card__more {
	grid-column: 3;
	align-self: center;
	margin: 0;
	white-space: nowrap;
}

@media (max-width: 768px) {
	body.home .c-entry__content > .zero-section {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	body.home .zero-section__inner > .zero-sub + .zero-card-grid,
	body.home .zero-section__inner > .zero-h2 + .zero-card-grid,
	body.home .zero-section__inner > .zero-eyebrow + .zero-card-grid,
	body.home .zero-section__inner > .wp-block-columns,
	body.home .zero-section__inner > .wp-block-latest-posts {
		margin-top: 28px;
	}

	.zero-quick-strip .zero-metric {
		min-height: 102px;
		grid-template-columns: 46px minmax(0, 1fr);
		column-gap: 14px;
		padding: 17px 18px;
	}

	.zero-quick-strip .zero-metric__icon {
		width: 46px;
		height: 46px;
	}

	.zero-gates-editorial .zero-card:hover {
		padding: 94px 8px 30px;
		transform: translateX(4px);
	}

	.zero-gateway-editorial::before {
		right: -36px;
		bottom: -20px;
		font-size: 180px;
	}

	.zero-gateway-editorial .zero-section__inner {
		display: block;
	}

	.zero-gateway-editorial .zero-gateway-axis__title {
		min-height: 0;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
		gap: 14px;
		margin: 34px 0 0;
		padding: 20px 20px;
		border-left-width: 3px;
		border-radius: 4px 20px 0 0;
		font-size: 19px;
	}

	.zero-gateway-editorial .zero-gateway-axis__title::before {
		font-size: 38px;
	}

	.zero-gateway-editorial .zero-gateway-axis__title::after {
		display: none;
	}

	.zero-gateway-editorial .zero-gateway-axis__title + .zero-card-grid--3 {
		margin-top: 0;
	}

	.zero-gateway-editorial .zero-card,
	.zero-gateway-editorial .zero-proof-card {
		display: block;
		min-height: 0;
		padding: 62px 20px 22px;
		background: rgba(255, 255, 255, 0.9);
	}

	.zero-gateway-editorial .zero-card::before,
	.zero-gateway-editorial .zero-proof-card::before {
		top: 20px;
		left: 20px;
		font-size: 30px;
		transform: none;
	}

	.zero-gateway-editorial .zero-card__text {
		margin-top: 10px;
	}

	.zero-gateway-editorial .zero-card__more {
		margin-top: 14px;
	}
}

/* --------------------------------------------------------------------------
   LINK interaction contract
   リンク設定済みの要素を、静止時・ホバー時・キーボード操作時に判別できるよう統一。
   -------------------------------------------------------------------------- */

.zero-page .c-entry__content a[href],
.p-global-nav a[href],
.p-drawer-nav a[href],
.p-footer-sub-nav a[href] {
	cursor: pointer;
}

/* 本文中の通常リンクは、色だけに依存せず控えめな下線を持たせる。 */
.zero-page .c-entry__content p > a[href]:not(.wp-block-button__link) {
	text-decoration-line: underline;
	text-decoration-color: rgba(51, 51, 51, 0.24);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transition: color 0.2s ease, text-decoration-color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

/* 既存のカード・ピル・画像リンクは各UIの面表現を優先する。 */
.zero-page .c-entry__content p > a.zero-feature-link,
.zero-about-editorial .zero-section__inner > p:last-child > a,
.zero-section__inner > p.has-text-align-center:has(> a) > a,
.zero-subpage-related .zero-section__inner > p > a {
	text-decoration: none;
}

.zero-card--link,
.zero-feature-link,
.zero-blog-grid > li,
.zero-page-summary__item:has(a[href]) {
	cursor: pointer;
}

.zero-card--link .zero-card__title,
.zero-card--link .zero-card__more,
.zero-blog-grid > li > a,
.zero-blog-grid > li::after,
.zero-feature-link__more,
.zero-page-toc a,
.p-footer-sub-nav .c-navbar__item > a {
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, text-decoration-color 0.2s ease;
}

/* ブログはBOX全体リンクであることを、静止状態でも右上の矢印で示す。 */
.zero-blog-grid > li::after {
	position: absolute;
	z-index: 4;
	top: 14px;
	right: 14px;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 6px 18px rgba(37, 39, 36, 0.08);
	color: var(--zero-color-accent);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	content: "↗";
	pointer-events: none;
}

/* すべての主要リンクに、キーボードでも分かる共通フォーカスを用意する。 */
.zero-page .c-entry__content a[href]:focus-visible,
.p-global-nav a[href]:focus-visible,
.p-drawer-nav a[href]:focus-visible,
.p-footer-sub-nav a[href]:focus-visible {
	outline: 3px solid rgba(102, 102, 102, 0.68);
	outline-offset: 4px;
}

/* 英語下層などの標準ボタンにも、ZERO用ボタンと同じ押下感を与える。 */
.zero-page .wp-block-button:not(.is-style-zero-cta):not(.is-style-zero-outline) .wp-block-button__link {
	transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
	.zero-page .c-entry__content p > a[href]:not(.wp-block-button__link):hover {
		color: var(--zero-color-accent);
		text-decoration-color: currentColor;
	}

	.zero-card--link:hover .zero-card__title,
	.zero-card--link:hover .zero-card__more,
	.zero-blog-grid > li:hover > a {
		color: var(--zero-color-accent);
	}

	.zero-card--link:hover .zero-card__arrow,
	.zero-card--link:hover .zero-card__more {
		transform: translateX(4px);
	}

	/* 下層の連続カードは文字位置を動かさず、背景・見出し・矢印で反応させる。 */
	.zero-subpage-story .zero-card--link:hover {
		background: linear-gradient(145deg, rgba(250, 250, 248, 0.98), rgba(250, 250, 248, 0.92));
		box-shadow: inset 0 -4px 0 rgba(102, 102, 102, 0.75);
	}

	/* 9テーマは行幅を変えず、左ラインと矢印だけを動かす。 */
	.zero-gateway-editorial .zero-card--link:hover,
	.zero-gateway-editorial .zero-proof-card.zero-card--link:hover {
		background: linear-gradient(90deg, rgba(102, 102, 102, 0.12), rgba(250, 250, 248, 0.92));
		box-shadow: inset 4px 0 0 var(--zero-color-accent);
	}

	.zero-blog-grid > li:hover {
		border-color: rgba(51, 51, 51, 0.24);
		box-shadow: 0 18px 44px rgba(51, 51, 51, 0.1);
	}

	.zero-blog-grid > li:hover::after {
		background: var(--zero-color-accent);
		color: #fff;
		transform: translate(2px, -2px);
	}

	.zero-feature-link:hover .zero-feature-link__more {
		border-color: #fff;
		background: #fff;
		color: var(--zero-color-text);
		transform: translateX(3px);
	}

	.zero-os-editorial .zero-section__inner > p:last-child > a:hover,
	.zero-profile-panel__body > p > a:hover {
		color: var(--zero-color-accent);
		text-decoration-color: currentColor;
		transform: translateY(-2px);
	}

	.zero-os-editorial .zero-section__inner > p:last-child > a:hover {
		border-color: rgba(51, 51, 51, 0.38);
		background: #fafaf8;
		box-shadow: 0 14px 34px rgba(51, 51, 51, 0.13);
	}

	.zero-page-toc a:hover,
	.zero-page-toc a:focus-visible {
		color: var(--zero-color-accent);
	}

	.p-footer-sub-nav .c-navbar__item > a:hover,
	.p-footer-sub-nav .c-navbar__item > a:focus-visible {
		border-radius: 10px;
		background: rgba(51, 51, 51, 0.075);
	}

	.zero-page .wp-block-button:not(.is-style-zero-cta):not(.is-style-zero-outline) .wp-block-button__link:hover {
		filter: brightness(1.06);
		box-shadow: 0 10px 24px rgba(51, 51, 51, 0.16);
		transform: translateY(-2px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.zero-page a,
	.zero-page a *,
	.p-global-nav a,
	.p-drawer-nav a,
	.p-footer-sub-nav a {
		transition-duration: 0.01ms !important;
	}
}

/* --------------------------------------------------------------------------
   TRANSLUCENT MEDIA ART
   WordPressメディアの既存写真を、可読性を保った透過背景として再利用する。
   -------------------------------------------------------------------------- */

/* ページごとに、ファーストビューと同じ文脈の画像を割り当てる。 */
body.page-id-9,
body.page-id-88551 {
	--zero-subpage-art: url("/mainsite/wp-content/uploads/2022/07/voice-scaled-1.jpg");
}

body.page-id-10,
body.page-id-88553 {
	--zero-subpage-art: url("/mainsite/wp-content/uploads/2024/02/yoga-2959226_1280-jpg.webp");
}

body.page-id-11,
body.page-id-88555 {
	--zero-subpage-art: url("/mainsite/wp-content/uploads/2024/02/dancer-5576002_1280-jpg.webp");
}

body.page-id-12,
body.page-id-88557,
body.page-id-88561,
body.page-id-88562 {
	--zero-subpage-art: url("/mainsite/wp-content/uploads/2024/03/levitation-1760046_1280-1-jpg.webp");
}

body.page-id-13,
body.page-id-88559 {
	--zero-subpage-art: url("/mainsite/wp-content/uploads/2025/10/sunset-7133867_1280.webp");
}

body.page-id-14,
body.page-id-17,
body.page-id-88566,
body.page-id-88568 {
	--zero-subpage-art: url("/mainsite/wp-content/uploads/2026/07/Ida_with_Client_lg.jpg.webp");
}

body.page-id-16,
body.page-id-88564 {
	--zero-subpage-art: url("/mainsite/wp-content/uploads/2023/03/istockphoto-926917670-170667a.jpg");
}

body.page-id-7,
body.page-id-88547 {
	--zero-subpage-art: url("/mainsite/wp-content/uploads/2026/07/zero-hero-summer-1.webp");
}

body.page-id-8,
body.page-id-88549 {
	--zero-subpage-art: url("/mainsite/wp-content/uploads/2026/07/Ida_with_Client_lg.jpg.webp");
}

/* 日本語の導入部：右半分に写真を置き、本文側へ向かってフェードアウト。 */
.zero-modern-overview-section {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.zero-modern-overview-section::before {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(58%, 760px);
	background-image: var(--zero-subpage-art);
	background-position: center;
	background-size: cover;
	content: "";
	opacity: 0.085;
	-webkit-mask-image: linear-gradient(to left, #000 0%, #000 46%, transparent 100%);
	mask-image: linear-gradient(to left, #000 0%, #000 46%, transparent 100%);
	pointer-events: none;
}

.zero-modern-overview-section .zero-section__inner {
	position: relative;
	z-index: 1;
}

.zero-subpage-intro::before {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(58%, 760px);
	background-image: var(--zero-subpage-art);
	background-position: center;
	background-size: cover;
	content: "";
	opacity: 0.11;
	-webkit-mask-image: linear-gradient(to left, #000 0%, #000 48%, transparent 100%);
	mask-image: linear-gradient(to left, #000 0%, #000 48%, transparent 100%);
	pointer-events: none;
}

/* 英語・旧形式ページにも同じページ画像を再利用する。 */
.zero-subpage-legacy-intro::before {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(56%, 720px);
	background-image: var(--zero-subpage-art);
	background-position: center;
	background-size: cover;
	content: "";
	opacity: 0.095;
	-webkit-mask-image: linear-gradient(to left, #000 0%, #000 46%, transparent 100%);
	mask-image: linear-gradient(to left, #000 0%, #000 46%, transparent 100%);
	pointer-events: none;
}

/* PhD × 身体知性：医学と身体の画像を右側へ。 */
.zero-os-editorial {
	isolation: isolate;
	overflow: hidden;
}

.zero-os-editorial::before {
	position: absolute;
	z-index: 0;
	top: -12%;
	right: 0;
	bottom: -12%;
	width: min(58%, 760px);
	background-image: url("/mainsite/wp-content/uploads/2023/03/istockphoto-926917670-170667a.jpg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	opacity: 0.18;
	filter: saturate(0.72);
	-webkit-mask-image: radial-gradient(ellipse 86% 64% at right center, #000 0%, rgba(0, 0, 0, 0.96) 38%, rgba(0, 0, 0, 0.52) 54%, transparent 72%);
	mask-image: radial-gradient(ellipse 86% 64% at right center, #000 0%, rgba(0, 0, 0, 0.96) 38%, rgba(0, 0, 0, 0.52) 54%, transparent 72%);
	pointer-events: none;
}

.zero-os-editorial .zero-section__inner {
	position: relative;
	z-index: 1;
}

/* 9テーマ：歴史的な施術写真を全面に敷かず、右上の編集ビジュアルとして使う。 */
.zero-gateway-editorial {
	isolation: isolate;
	background: linear-gradient(180deg, #fafaf8 0%, #fbfaf6 72px, #fff 200px) !important;
}

.zero-gateway-editorial::after {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: min(38vw, 480px);
	background-image: url("/mainsite/wp-content/uploads/2026/07/Ida_with_Client_lg.jpg.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	opacity: 0.135;
	filter: grayscale(1) sepia(0.15);
	-webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.88) 58%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.88) 58%, transparent 100%);
	pointer-events: none;
}

/* トップの姉妹サイトも、濃紺グラデーションの下に自然景観を薄く重ねる。 */
.zero-mbl-bridge {
	isolation: isolate;
}

.zero-mbl-bridge::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	background-image: url("/mainsite/wp-content/uploads/2025/10/sunset-7133867_1280.webp");
	background-position: center 58%;
	background-size: cover;
	content: "";
	opacity: 0.16;
	filter: saturate(0.58);
	-webkit-mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.8) 58%, transparent 100%);
	mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.8) 58%, transparent 100%);
	pointer-events: none;
}

/* 姉妹サイト：自然の風景を黄色い背景になじませる。 */
.zero-subpage-mbl {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.zero-subpage-mbl::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background-image: url("/mainsite/wp-content/uploads/2025/10/sunset-7133867_1280.webp");
	background-position: center 58%;
	background-size: cover;
	content: "";
	opacity: 0.105;
	filter: saturate(0.82);
	-webkit-mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.72) 46%, transparent 84%);
	mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.72) 46%, transparent 84%);
	pointer-events: none;
}

.zero-subpage-mbl .zero-section__inner {
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.zero-subpage-intro::before,
	.zero-subpage-legacy-intro::before,
	.zero-modern-overview-section::before {
		top: auto;
		width: 100%;
		height: 54%;
		opacity: 0.075;
		-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 54%, #000 100%);
		mask-image: linear-gradient(to bottom, transparent 0%, #000 54%, #000 100%);
	}

	.zero-os-editorial::before {
		top: auto;
		width: 100%;
		height: 58%;
		opacity: 0.07;
		-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 52%, #000 100%);
		mask-image: linear-gradient(to bottom, transparent 0%, #000 52%, #000 100%);
	}

	.zero-gateway-editorial::after {
		top: 0;
		right: 0;
		width: 100%;
		height: 280px;
		background-size: 100% auto;
		opacity: 0.085;
		-webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.7) 48%, transparent 100%);
		mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.7) 48%, transparent 100%);
	}

	.zero-subpage-mbl::before {
		background-position: 62% center;
		opacity: 0.075;
		-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 44%, #000 100%);
		mask-image: linear-gradient(to bottom, transparent 0%, #000 44%, #000 100%);
	}

	.zero-mbl-bridge::after {
		opacity: 0.12;
		-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 42%, #000 100%);
		mask-image: linear-gradient(to bottom, transparent 0%, #000 42%, #000 100%);
	}
}

/* 3 GATES：横方向の余白は保ち、縦方向の間延びだけを解消する。 */
body.home .zero-gates-editorial {
	padding-block: clamp(42px, 4.4vw, 56px) !important;
}

body.home .zero-gates-editorial .zero-card-grid--3 {
	margin-top: 26px !important;
}

body.home .zero-gates-editorial .zero-card,
body.home .zero-gates-editorial .zero-card:hover {
	grid-template-columns: minmax(370px, 1.08fr) minmax(0, 0.92fr);
	grid-template-rows: auto auto auto;
	column-gap: clamp(32px, 4vw, 52px);
	row-gap: 6px;
	min-height: 0;
	padding: 26px 28px 26px 112px;
}

body.home .zero-gates-editorial .zero-card::before {
	top: 21px;
	left: 16px;
	font-size: 64px;
}

body.home .zero-gates-editorial .zero-card__text {
	line-height: 1.75;
}

body.home .zero-gates-editorial .zero-card__more {
	margin-top: 10px;
}

@media (max-width: 768px) {
	body.home .zero-gates-editorial {
		padding-block: 40px !important;
	}

	body.home .zero-gates-editorial .zero-card-grid--3 {
		margin-top: 22px !important;
	}

	body.home .zero-gates-editorial .zero-card,
	body.home .zero-gates-editorial .zero-card:hover {
		display: block;
		padding: 68px 10px 24px;
		transform: none;
	}

	body.home .zero-gates-editorial .zero-card::before {
		top: 18px;
		left: 10px;
		font-size: 52px;
	}

	body.home .zero-gates-editorial .zero-card__text {
		margin-top: 12px;
	}

	body.home .zero-gates-editorial .zero-card__more {
		margin-top: 12px;
	}
}

/* --------------------------------------------------------------------------
   WordPress標準ブロック版の互換スタイル
   独自ブロックを使わず、グループ・見出し・段落・画像で同じ外観を保つ。
   -------------------------------------------------------------------------- */
.zero-section__inner--slim { max-width: 760px !important; }
.zero-section__inner--narrow { max-width: 820px !important; }
.zero-section__inner--prose { max-width: 900px !important; }
.zero-section__inner--normal,
.zero-section__inner--wide { max-width: 1100px !important; }

.zero-section > .zero-section__inner,
.zero-cta > .zero-cta__inner {
	margin-right: auto;
	margin-left: auto;
}

.zero-cta > .zero-cta__inner {
	max-width: 760px;
}

.zero-card-grid.wp-block-group,
.zero-card.wp-block-group,
.zero-proof-card.wp-block-group,
.zero-metric.wp-block-group,
.zero-info-card.wp-block-group,
.zero-profile-panel.wp-block-group,
.zero-profile-panel__body.wp-block-group,
.zero-research-hero__inner.wp-block-group,
.zero-research-hero__actions.wp-block-group {
	margin-block-start: 0;
}

.zero-card.wp-block-group > *,
.zero-proof-card.wp-block-group > *,
.zero-metric.wp-block-group > *,
.zero-info-card.wp-block-group > * {
	margin-block-start: 0;
}

.zero-native-card-link {
	position: relative;
	isolation: isolate;
	cursor: pointer;
}

.zero-native-card-link .zero-card__title a,
.zero-native-card-link .zero-card__more a {
	color: inherit;
	text-decoration: none;
}

.zero-native-card-link .zero-card__title a::after,
.zero-native-card-link .zero-card__more a::after {
	display: none;
}

.zero-native-card-link .zero-card__more {
	pointer-events: auto;
}

.zero-profile-panel > figure.zero-profile-panel__photo {
	margin: 0;
	overflow: hidden;
}

.zero-profile-panel > figure.zero-profile-panel__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zero-profile-panel .zero-approach-box > p {
	margin: 0;
}

.zero-research-hero--native::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(255, 255, 255, 0.56);
	content: "";
	pointer-events: none;
}

.zero-research-hero--native > figure.zero-research-hero__background,
.zero-research-hero--native .zero-research-hero__slide {
	position: absolute;
	inset: 0;
	margin: 0;
}

.zero-research-hero--native > figure.zero-research-hero__background {
	z-index: 0;
}

.zero-research-hero--native > figure.zero-research-hero__background img,
.zero-research-hero--native .zero-research-hero__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zero-research-hero--native .zero-research-hero__slides {
	margin: 0;
}

.zero-research-hero--native .zero-research-hero__slide {
	opacity: 0;
}

.zero-research-hero--native .zero-research-hero__slide.is-active {
	opacity: 1;
}

.zero-research-hero--native .zero-research-hero__actions {
	position: relative;
	z-index: 2;
}

/* プロフィールだけ、タイトルと短いサブタイトルに合う横長のファーストビューへ。 */
.zero-profile-hero {
	min-height: clamp(230px, 24vw, 300px);
	padding: 42px 24px;
	box-shadow: 0 10px 34px rgba(51, 51, 51, 0.07);
}

.zero-profile-hero h1 {
	margin-bottom: 10px;
	font-size: clamp(34px, 3.2vw, 44px);
	line-height: 1.25;
}

.zero-profile-hero .zero-research-hero__inner > p:not(.zero-research-hero__quote) {
	font-size: 15px;
	line-height: 1.6;
}

.zero-profile-hero > figure.zero-research-hero__background img {
	object-position: center 52%;
}

@media (max-width: 768px) {
	.zero-profile-hero {
		min-height: 190px;
		padding: 32px 18px 28px;
	}

	.zero-profile-hero h1 {
		margin-bottom: 8px;
		font-size: 28px;
	}

	.zero-profile-hero .zero-research-hero__inner > p:not(.zero-research-hero__quote) {
		font-size: 13.5px;
		line-height: 1.55;
	}
}

@media (max-width: 768px) {
	.zero-profile-panel > figure.zero-profile-panel__photo {
		width: 130px;
		height: 130px;
	}
}

/* カスタムHTMLを標準ブロックへ分解した編集可能版。 */
.zero-native-feature-link {
	position: relative;
	isolation: isolate;
	cursor: pointer;
}

.zero-native-feature-link .zero-feature-link__title,
.zero-native-feature-link .zero-feature-link__more {
	position: absolute;
	z-index: 2;
	bottom: 28px;
	margin: 0;
}

.zero-native-feature-link .zero-feature-link__title {
	left: 30px;
}

.zero-native-feature-link .zero-feature-link__more {
	right: 30px;
}

.zero-native-feature-link .zero-feature-link__title a,
.zero-native-feature-link .zero-feature-link__more a {
	color: inherit;
	text-decoration: none;
}

.zero-native-feature-link .zero-feature-link__title a::after,
.zero-native-feature-link .zero-feature-link__more a::after {
	display: none;
}

.zero-page-summary__item .zero-page-summary__title {
	margin: 0 0 8px;
	color: var(--zero-color-text);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
}

.zero-page-toc > p,
.zero-phase__meta > p {
	margin: 0;
}

.zero-editorial-split__body.wp-block-group,
.zero-phase.wp-block-group,
.zero-phase__meta.wp-block-group,
.zero-modern-overview.wp-block-group,
.zero-page-summary.wp-block-group,
.zero-page-summary__item.wp-block-group,
.zero-page-toc.wp-block-group,
.zero-phase-track.wp-block-group {
	margin-block-start: 0;
}

.zero-scroll-anchor.wp-block-group {
	height: 0;
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.zero-native-feature-link .zero-feature-link__title,
	.zero-native-feature-link .zero-feature-link__more {
		bottom: 20px;
	}

	.zero-native-feature-link .zero-feature-link__title {
		left: 20px;
	}

	.zero-native-feature-link .zero-feature-link__more {
		right: 20px;
	}
}

/* --------------------------------------------------------------------------
   Native block layout regression fixes
   Core Group blocks inherit a content-sized width from the parent theme.
   Keep the editor-friendly markup while restoring the intended grid geometry.
   -------------------------------------------------------------------------- */
body.home .zero-quick-strip .zero-card-grid--4,
body.home .zero-os-editorial .zero-os-map,
body.home .zero-gateway-editorial .zero-card-grid--3 {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0;
	max-width: none !important;
	justify-self: stretch;
	justify-items: stretch;
}

body.home .zero-quick-strip .zero-card-grid--4 > .zero-metric,
body.home .zero-os-editorial .zero-os-map > .zero-info-card,
body.home .zero-gateway-editorial .zero-card-grid--3 > .zero-card,
body.home .zero-gateway-editorial .zero-card-grid--3 > .zero-proof-card {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0;
	max-width: none !important;
	height: 100%;
	justify-self: stretch;
}

/* Snow Monkey's entry heading decoration must not leak into these section titles. */
body.home .zero-os-editorial .zero-h2,
body.home .zero-mbl-bridge .zero-h2,
body.home .zero-blog-editorial-uniform .zero-h2,
body.home .zero-about-editorial .zero-h2 {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* QUICK GUIDE: keep the 2x2 rhythm, but remove the overly wide empty area. */
body.home .zero-quick-strip .zero-card-grid--4 {
	width: min(100%, 960px) !important;
	max-width: 960px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.home .zero-quick-strip .zero-metric > .zero-metric__icon {
	margin-right: 0 !important;
	margin-left: 0 !important;
	justify-self: start;
}

body.home .zero-quick-strip .zero-metric > .zero-metric__label,
body.home .zero-quick-strip .zero-metric > .zero-metric__value {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	justify-self: stretch;
	text-align: left;
}

/* GATEWAY: core flow layout must not center each text item by its content width. */
body.home .zero-gateway-editorial .zero-card-grid--3 > .zero-card > .zero-card__title,
body.home .zero-gateway-editorial .zero-card-grid--3 > .zero-proof-card > .zero-card__title,
body.home .zero-gateway-editorial .zero-card-grid--3 > .zero-card > .zero-card__text,
body.home .zero-gateway-editorial .zero-card-grid--3 > .zero-proof-card > .zero-card__text,
body.home .zero-gateway-editorial .zero-card-grid--3 > .zero-card > .zero-card__more,
body.home .zero-gateway-editorial .zero-card-grid--3 > .zero-proof-card > .zero-card__more {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	justify-self: stretch;
	text-align: left;
}

body.home .zero-gateway-editorial .zero-card-grid--3 .zero-card__title {
	padding: 0 !important;
}

body.home .zero-gateway-editorial .zero-card-grid--3 .zero-card__more {
	justify-content: flex-start;
}

/* 説明文と、その直後に続くCTAボタンの間隔を全ページで確保する。 */
.c-entry__content .zero-research-hero__actions.wp-block-group {
	margin-block-start: clamp(34px, 3.5vw, 44px) !important;
}

.c-entry__content :is(p, h2, h3) + .wp-block-buttons {
	margin-block-start: clamp(28px, 3vw, 36px) !important;
}

/* --------------------------------------------------------------------------
   Mobile density and practitioner portrait
   Preserve comfortable touch targets without leaving oversized gaps.
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
	.c-entry__content .zero-research-hero__actions,
	.c-entry__content .zero-philosophy-link,
	.c-entry__content .zero-mbl-actions,
	.c-entry__content .zero-section__inner > .wp-block-buttons,
	.c-entry__content .zero-section__inner > p.has-text-align-center:has(> a),
	.c-entry__content .zero-cta__inner > .wp-block-buttons {
		margin-top: 26px !important;
		margin-bottom: 0 !important;
	}

	.c-entry__content .zero-research-hero__actions.wp-block-group {
		margin-block-start: 30px !important;
	}

	.c-entry__content .zero-section__inner > p.has-text-align-center:has(> a),
	.c-entry__content .zero-mbl-actions,
	.c-entry__content .wp-block-buttons {
		row-gap: 10px;
	}

	.c-entry__content .wp-block-button.is-style-zero-cta .wp-block-button__link,
	.c-entry__content .wp-block-button.is-style-zero-outline .wp-block-button__link {
		min-height: 48px;
		padding: 12px 22px;
	}

	.c-entry__content .zero-section__inner > p.has-text-align-center:has(> a) > a {
		min-height: 44px;
		padding: 10px 14px;
	}

	.c-entry__content .zero-cta {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.c-entry__content .zero-profile-panel {
		gap: 28px;
	}

	.c-entry__content .zero-profile-panel > figure.zero-profile-panel__photo {
		width: min(62vw, 220px);
		height: auto;
		aspect-ratio: 23 / 29;
		border-radius: 24px;
	}

	body.home .zero-practitioner-editorial .zero-profile-panel > figure.zero-profile-panel__photo {
		width: min(76vw, 270px);
		height: auto;
		aspect-ratio: 23 / 29;
		border-radius: 4px 44px 4px 4px;
	}
}

/* --------------------------------------------------------------------------
   Mobile drawer visibility
   Snow Monkey's drawer highlight color is unset in this child theme, which
   otherwise leaves white menu text on a transparent panel.
   -------------------------------------------------------------------------- */
@media (max-width: 1023px) {
	#drawer-nav.c-drawer,
	#drawer-nav .c-drawer__inner,
	#drawer-nav .c-drawer__menu {
		background-color: #fafaf8 !important;
		color: var(--zero-color-navy) !important;
	}

	#drawer-nav .c-drawer__submenu {
		margin: 0 12px 10px;
		padding: 4px 0 4px 10px;
		border-left: 2px solid rgba(102, 102, 102, 0.42);
		background: #fff !important;
		box-shadow: inset 0 0 0 1px rgba(102, 102, 102, 0.14);
		color: var(--zero-color-text) !important;
	}

	#drawer-nav .c-drawer__submenu .c-drawer__item,
	#drawer-nav .c-drawer__submenu .c-drawer__item > a {
		background: #fff !important;
	}

	#drawer-nav.c-drawer {
		box-shadow: 18px 0 48px rgba(51, 51, 51, 0.2);
	}

	#drawer-nav .c-drawer__inner {
		height: 100%;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	#drawer-nav .c-drawer__item {
		border-bottom: 1px solid rgba(51, 51, 51, 0.09);
	}

	#drawer-nav .c-drawer__item > a {
		color: var(--zero-color-navy) !important;
		font-weight: 600;
		text-decoration: none;
	}

	#drawer-nav .c-drawer__item > a:hover,
	#drawer-nav .c-drawer__item > a:focus-visible,
	#drawer-nav .current-menu-item > a {
		background: var(--zero-color-yellow-soft);
		color: var(--zero-color-accent) !important;
	}

	.zero-mbl-bridge__links {
		grid-template-columns: 1fr;
	}

	#drawer-nav .zero-language-switcher {
		margin: 16px 18px !important;
		border-bottom: 0;
	}

	#drawer-nav .zero-language-switcher > a {
		flex-direction: row !important;
		width: 100%;
		min-height: 48px;
		padding: 11px 18px !important;
		border: 1px solid rgba(102, 102, 102, 0.34);
		border-radius: 999px;
		background: var(--zero-color-cream);
		color: var(--zero-color-text-sub) !important;
	}

	#drawer-nav .p-search-form input {
		border-color: rgba(51, 51, 51, 0.18);
		background: #fff;
		color: var(--zero-color-text);
	}

	.c-drawer-close-zone {
		background: rgba(51, 51, 51, 0.4);
		backdrop-filter: blur(2px);
	}

	.c-hamburger-btn {
		color: var(--zero-color-navy);
	}

	.c-hamburger-btn__bar {
		background-color: var(--zero-color-navy) !important;
	}
}

/* Snow Monkey's default H2 panel is not used in the ZERO visual language. */
.c-entry__content h2.wp-block-heading:not(.has-background) {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Native Group cards must fill their assigned grid tracks on subpages too. */
.c-entry__content .zero-card-grid.wp-block-group {
	align-items: stretch;
	justify-items: stretch;
}

.c-entry__content .zero-card-grid.wp-block-group > .zero-card,
.c-entry__content .zero-card-grid.wp-block-group > .zero-proof-card,
.c-entry__content .zero-card-grid.wp-block-group > .zero-info-card,
.c-entry__content .zero-card-grid.wp-block-group > .zero-metric {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0;
	max-width: none !important;
	height: 100%;
	margin-right: 0 !important;
	margin-left: 0 !important;
	justify-self: stretch;
}

@media (min-width: 769px) {
	.c-entry__content .zero-card-grid.wp-block-group {
		grid-auto-rows: 1fr;
	}
}

@media (max-width: 768px) {
	.c-entry__content .zero-card-grid.wp-block-group {
		grid-auto-rows: auto;
	}

	.c-entry__content .zero-card-grid.wp-block-group > .zero-card,
	.c-entry__content .zero-card-grid.wp-block-group > .zero-proof-card,
	.c-entry__content .zero-card-grid.wp-block-group > .zero-info-card,
	.c-entry__content .zero-card-grid.wp-block-group > .zero-metric {
		height: auto;
	}
}

/* =========================================================
 * 2026-08 /flow/ fixed page
 * ======================================================= */

.zero-flow-hero .zero-research-hero__background {
	position: absolute;
	inset: 0;
	margin: 0;
}

.zero-flow-hero .zero-research-hero__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 46%;
}

.zero-flow-hero .zero-research-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(51, 51, 51, 0.84), rgba(51, 51, 51, 0.46));
}

.zero-flow-toc {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 1120px;
	margin: -34px auto 0;
	padding: 0 24px;
	position: relative;
	z-index: 4;
}

.zero-flow-toc a {
	display: flex;
	gap: 12px;
	align-items: center;
	min-height: 70px;
	padding: 16px 20px;
	border-right: 1px solid rgba(102, 102, 102, 0.2);
	background: #fff;
	box-shadow: 0 14px 38px rgba(51, 51, 51, 0.09);
	color: #333333;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.zero-flow-toc a:first-child {
	border-radius: 8px 0 0 8px;
}

.zero-flow-toc a:last-child {
	border-right: 0;
	border-radius: 0 8px 8px 0;
}

.zero-flow-toc a:hover {
	background: #f4f4f0;
}

.zero-flow-toc span {
	color: #76630c;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: 400;
}

.zero-flow-overview {
	padding-top: clamp(92px, 10vw, 136px) !important;
}

.zero-flow-phases {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 42px;
}

.zero-flow-phases article {
	position: relative;
	min-height: 280px;
	padding: 30px 28px;
	border: 1px solid rgba(102, 102, 102, 0.18);
	border-radius: 4px;
	background: linear-gradient(145deg, #fff 0%, #fafaf8 100%);
	box-shadow: 0 12px 32px rgba(51, 51, 51, 0.06);
}

.zero-flow-phases article::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #76630c;
	content: "";
}

.zero-flow-phases span,
.zero-flow-session-card__phase,
.zero-flow-step__body > span,
.zero-flow-pricing span {
	display: block;
	margin-bottom: 14px;
	color: #76630c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.zero-flow-phases strong {
	display: block;
	color: #333333;
	font-family: Georgia, serif;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 400;
	line-height: 1;
}

.zero-flow-phases h3 {
	margin: 10px 0 16px;
	color: #333333;
	font-size: 16px;
}

.zero-flow-phases p,
.zero-flow-session-card__body p,
.zero-flow-step__body p,
.zero-flow-room-card p {
	margin: 0;
	color: #333333;
	font-size: 14px;
	line-height: 1.85;
}

.zero-flow-note {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 24px;
	align-items: center;
	margin-top: 24px;
	padding: 24px 28px;
	border-left: 3px solid #76630c;
	background: #f4f4f0;
}

.zero-flow-note strong {
	color: #333333;
	font-size: 14px;
}

.zero-flow-note p {
	margin: 0;
	color: #333333;
	font-size: 13px;
	line-height: 1.8;
}

.zero-flow-session-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 44px;
}

.zero-flow-phase-group {
	margin-top: clamp(44px, 6vw, 72px);
}

.zero-flow-phase-group + .zero-flow-phase-group {
	padding-top: clamp(38px, 5vw, 58px);
	border-top: 1px solid rgba(102, 102, 102, 0.24);
}

.zero-flow-phase-group__header {
	display: grid;
	grid-template-columns: 112px 1fr;
	gap: 26px;
	align-items: center;
	max-width: 820px;
}

.zero-flow-phase-group__header > span {
	display: grid;
	place-items: center;
	min-height: 76px;
	border: 1px solid rgba(102, 102, 102, 0.34);
	background: #f4f4f0;
	color: #76630c;
	font-family: Georgia, serif;
	font-size: 21px;
}

.zero-flow-phase-group__header h3 {
	margin: 0 0 7px;
	color: #333333;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 500;
}

.zero-flow-phase-group__header p {
	margin: 0;
	color: #333333;
	font-size: 14px;
	line-height: 1.8;
}

.zero-flow-phase-group .zero-flow-session-grid {
	margin-top: 26px;
}

/* 統合後の長いロルフィングページ：一覧性とページ内移動を優先する。 */
.page-id-8 #phases,
.page-id-8 #integration,
.page-id-8 #sessions,
.page-id-8 #session-flow,
.page-id-8 #session-room,
.page-id-8 #practical,
.page-id-8 #related {
	scroll-margin-top: 104px;
}

.page-id-8 .zero-page-toc {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding: 18px 0 0;
	border-bottom: 0;
}

.page-id-8 .zero-page-toc__label {
	grid-column: 1 / -1;
	margin-bottom: 2px;
	text-align: center;
}

.page-id-8 .zero-page-toc > p {
	min-width: 0;
}

.page-id-8 .zero-page-toc a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 4px;
	background: #fff;
	font-size: 12px;
	line-height: 1.45;
}

.page-id-8 .zero-page-toc a::after {
	position: static;
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-right: 1px solid #76630c;
	border-bottom: 1px solid #76630c;
	background: transparent;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 0.2s ease;
}

.page-id-8 .zero-page-toc a:hover,
.page-id-8 .zero-page-toc a:focus-visible {
	border-color: rgba(102, 102, 102, 0.42);
	background: #fafaf8;
}

.page-id-8 .zero-page-toc a:hover::after,
.page-id-8 .zero-page-toc a:focus-visible::after {
	transform: rotate(45deg) translate(2px, 0);
}

@media (min-width: 961px) {
	.page-id-8 .zero-flow-phase-group .zero-flow-session-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.page-id-8 .zero-flow-phase-group .zero-flow-session-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.page-id-8 .zero-flow-phase-group:nth-of-type(2) .zero-flow-session-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-id-8 .zero-flow-session-card__media {
		aspect-ratio: 16 / 9;
		min-height: 0;
	}

	.page-id-8 .zero-flow-session-card__body {
		justify-content: flex-start;
		padding: 22px 22px 24px;
	}
}

.zero-flow-session-card {
	display: grid;
	grid-template-columns: minmax(150px, 38%) 1fr;
	overflow: hidden;
	min-height: 250px;
	border: 1px solid rgba(51, 51, 51, 0.09);
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(51, 51, 51, 0.06);
}

.zero-flow-session-card__media {
	position: relative;
	min-height: 250px;
	background: #f4f4f0;
}

.zero-flow-session-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zero-flow-session-card__number {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #333333;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 18px;
}

.zero-flow-session-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 26px 26px 28px;
}

.zero-flow-session-card__body h3 {
	margin: 0 0 14px;
	color: #333333;
	font-size: 18px;
	line-height: 1.55;
}

.zero-flow-process__map {
	overflow: hidden;
	margin: 42px 0 26px;
	border: 1px solid rgba(102, 102, 102, 0.16);
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(51, 51, 51, 0.07);
}

.zero-flow-process__map img {
	display: block;
	width: 100%;
	height: auto;
}

.zero-flow-step-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.zero-flow-step {
	overflow: hidden;
	border: 1px solid rgba(51, 51, 51, 0.09);
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(51, 51, 51, 0.06);
}

.zero-flow-step figure,
.zero-flow-room-card figure {
	overflow: hidden;
	margin: 0;
	background: #e9ecea;
}

.zero-flow-step figure {
	aspect-ratio: 1 / 1;
}

.zero-flow-step figure img,
.zero-flow-room-card figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.zero-flow-step:hover figure img,
.zero-flow-room-card:hover figure img {
	transform: scale(1.025);
}

.zero-flow-step__body {
	padding: 26px;
}

.zero-flow-step__body h3,
.zero-flow-room-card h3 {
	margin: 0 0 12px;
	color: #333333;
	font-size: 17px;
}

.zero-flow-room-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 42px;
}

.zero-flow-room-card {
	display: grid;
	grid-template-columns: minmax(180px, 48%) 1fr;
	overflow: hidden;
	min-height: 230px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(51, 51, 51, 0.07);
}

.zero-flow-room-card > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
}

.zero-flow-guidance .zero-h2,
.zero-flow-guidance li {
	color: #fff;
}

.zero-flow-guidance .zero-eyebrow {
	color: #bcbcb4;
}

.zero-flow-pricing {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 36px 0 24px;
}

.zero-flow-pricing > div {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.05);
	text-align: center;
}

.zero-flow-pricing span {
	color: #bcbcb4;
}

.zero-flow-pricing strong {
	color: #fff;
	font-family: Georgia, serif;
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 400;
}

.zero-flow-pricing small {
	margin-left: 4px;
	font-family: inherit;
	font-size: 12px;
}

.zero-flow-guidance ul {
	max-width: 650px;
	margin: 0 auto 30px;
	padding-left: 1.4em;
	font-size: 13px;
	line-height: 1.9;
}

.zero-flow-guidance__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}

.zero-flow-guidance__actions .zero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 26px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.zero-flow-guidance__actions .zero-button:hover {
	transform: translateY(-1px);
}

.zero-flow-guidance__actions .zero-button--gold {
	background: #76630c;
	color: #fff;
}

.zero-flow-guidance__actions .zero-button--gold:hover {
	background: #666666;
}

.zero-flow-guidance__actions .zero-button--outline-light {
	border-color: rgba(255, 255, 255, 0.52);
	color: #fff;
}

.zero-flow-guidance__actions .zero-button--outline-light:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 960px) {
	.zero-flow-session-card,
	.zero-flow-room-card {
		grid-template-columns: 1fr;
	}

	.zero-flow-session-card__media,
	.zero-flow-room-card figure {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}
}

@media (max-width: 768px) {
	.page-id-8 .zero-page-toc {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		overflow: visible;
		padding-top: 16px;
	}

	.page-id-8 .zero-page-toc a {
		min-height: 54px;
		white-space: normal;
	}

	.zero-flow-toc {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: -22px;
		padding: 0 16px;
	}

	.zero-flow-toc a {
		min-height: 58px;
		padding: 12px;
		border-bottom: 1px solid rgba(102, 102, 102, 0.2);
		font-size: 11px;
	}

	.zero-flow-toc a:first-child {
		border-radius: 6px 0 0;
	}

	.zero-flow-toc a:nth-child(2) {
		border-right: 0;
		border-radius: 0 6px 0 0;
	}

	.zero-flow-toc a:nth-child(3) {
		border-bottom: 0;
		border-radius: 0 0 0 6px;
	}

	.zero-flow-toc a:last-child {
		border-bottom: 0;
		border-radius: 0 0 6px;
	}

	.zero-flow-toc span {
		font-size: 16px;
	}

	.zero-flow-overview {
		padding-top: 84px !important;
	}

	.zero-flow-phases,
	.zero-flow-session-grid,
	.zero-flow-step-grid,
	.zero-flow-room-grid,
	.zero-flow-pricing {
		grid-template-columns: 1fr;
	}

	.zero-flow-phases article {
		min-height: 0;
	}

	.zero-flow-note {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.zero-flow-session-card__media {
		aspect-ratio: 16 / 10;
	}

	.zero-flow-phase-group__header {
		grid-template-columns: 82px 1fr;
		gap: 16px;
	}

	.zero-flow-phase-group__header > span {
		min-height: 64px;
		font-size: 17px;
	}

	.zero-flow-step figure {
		aspect-ratio: 4 / 3;
	}

	.zero-flow-room-card figure {
		aspect-ratio: 16 / 10;
	}

	.zero-flow-guidance__actions .zero-button {
		width: 100%;
	}
}

/* =========================================================
 * 2026-08-26 /flow/ UI/UX refinement
 * Image and copy are treated as one visual unit and the ten
 * sessions are grouped into three scannable phases.
 * ======================================================= */

.zero-flow-sessions {
	background:
		radial-gradient(circle at 8% 5%, rgba(102, 102, 102, 0.08), transparent 24rem),
		linear-gradient(180deg, #f7f8f6 0%, #eef2f0 100%) !important;
}

.zero-flow-sessions > .zero-section__inner > .zero-sub {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}

.zero-flow-phase-group {
	position: relative;
	margin-top: clamp(48px, 7vw, 84px);
}

.zero-flow-phase-group + .zero-flow-phase-group {
	padding-top: clamp(44px, 6vw, 72px);
	border-top: 1px solid rgba(51, 51, 51, 0.12);
}

.zero-flow-phase-group__header {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: clamp(22px, 4vw, 42px);
	align-items: center;
	max-width: 840px;
	margin-bottom: 28px;
}

.zero-flow-phase-group__header > span {
	display: grid;
	place-items: center;
	min-height: 88px;
	border: 1px solid rgba(102, 102, 102, 0.34);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: inset 0 0 0 5px rgba(102, 102, 102, 0.06);
	color: #333333;
	font-family: Georgia, serif;
	font-size: 22px;
	letter-spacing: 0.04em;
}

.zero-flow-phase-group__header > div > p:first-child {
	margin: 0 0 6px;
	color: #76630c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.zero-flow-phase-group__header h3 {
	margin: 0 0 8px;
	color: #333333;
	font-size: clamp(23px, 3vw, 32px);
	font-weight: 500;
	letter-spacing: 0.02em;
}

.zero-flow-phase-group__header > div > p:last-child {
	max-width: 650px;
	margin: 0;
	color: #333333;
	font-size: 14px;
	line-height: 1.85;
}

.zero-flow-phase-group .zero-flow-session-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 0;
}

.zero-flow-phase-group--core .zero-flow-session-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zero-flow-session-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 100%;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(51, 51, 51, 0.07);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.zero-flow-session-card:hover {
	border-color: rgba(102, 102, 102, 0.32);
	box-shadow: 0 18px 46px rgba(51, 51, 51, 0.12);
	transform: translateY(-3px);
}

.zero-flow-session-card__media {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 0;
	margin: 0;
	aspect-ratio: 4 / 3;
	background: #e9eeeb;
}

.zero-flow-phase-group--core .zero-flow-session-card__media {
	aspect-ratio: 16 / 9;
}

.zero-flow-session-card__media::after {
	position: absolute;
	inset: auto 0 0;
	height: 34%;
	background: linear-gradient(180deg, transparent, rgba(51, 51, 51, 0.24));
	content: "";
	pointer-events: none;
}

.zero-flow-session-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.zero-flow-session-card:hover .zero-flow-session-card__media img {
	transform: scale(1.025);
}

.zero-flow-session-card__number {
	position: absolute;
	right: auto;
	bottom: 14px;
	left: 14px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	width: auto;
	height: auto;
	min-height: 32px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: rgba(51, 51, 51, 0.88);
	backdrop-filter: blur(8px);
	color: #fff;
	font-family: inherit;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.zero-flow-session-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-start;
	padding: 24px 24px 27px;
}

.zero-flow-session-card__phase {
	align-self: flex-start;
	margin-bottom: 11px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #f4f4f0;
	color: #333333;
	font-size: 9px;
	line-height: 1;
}

.zero-flow-session-card--core .zero-flow-session-card__phase {
	background: #eaf1ef;
	color: #333333;
}

.zero-flow-session-card--integration .zero-flow-session-card__phase {
	background: #e9eef0;
	color: #333333;
}

.zero-flow-session-card__body h3 {
	margin: 0 0 12px;
	color: #333333;
	font-size: clamp(17px, 1.6vw, 20px);
	font-weight: 600;
	line-height: 1.5;
}

.zero-flow-session-card__body p {
	margin: 0;
	color: #333333;
	font-size: 13px;
	line-height: 1.9;
}

.zero-flow-toc a {
	position: relative;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.zero-flow-toc a::after {
	width: 7px;
	height: 7px;
	margin-left: auto;
	border-right: 1px solid #76630c;
	border-bottom: 1px solid #76630c;
	content: "";
	transform: rotate(45deg) translateY(-2px);
}

.zero-flow-toc a:hover,
.zero-flow-toc a:focus-visible {
	background: #fafaf8;
	color: #333333;
	transform: translateY(-2px);
}

.zero-flow-process__map,
.zero-flow-step,
.zero-flow-room-card {
	border: 1px solid rgba(51, 51, 51, 0.09);
	border-radius: 16px;
	box-shadow: 0 12px 34px rgba(51, 51, 51, 0.07);
}

.zero-flow-step {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.zero-flow-step__body {
	flex: 1;
	padding: 24px 24px 28px;
}

.zero-flow-step__body > span {
	display: inline-flex;
	align-items: center;
	margin-bottom: 11px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #f4f4f0;
}

.zero-flow-room-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.zero-flow-room-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.zero-flow-room-card figure {
	aspect-ratio: 3 / 2;
}

.zero-flow-room-card > div {
	flex: 1;
	justify-content: flex-start;
	padding: 22px 22px 25px;
}

.zero-flow-guidance__actions .zero-button:focus-visible,
.zero-flow-toc a:focus-visible {
	outline: 3px solid rgba(102, 102, 102, 0.38);
	outline-offset: 3px;
}

@media (max-width: 960px) {
	.zero-flow-phase-group .zero-flow-session-grid,
	.zero-flow-phase-group--core .zero-flow-session-grid,
	.zero-flow-room-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zero-flow-session-card,
	.zero-flow-room-card {
		grid-template-columns: none;
	}

	.zero-flow-session-card__media,
	.zero-flow-phase-group--core .zero-flow-session-card__media,
	.zero-flow-room-card figure {
		aspect-ratio: 16 / 10;
	}
}

@media (max-width: 640px) {
	.zero-flow-phase-group__header {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 15px;
		margin-bottom: 20px;
	}

	.zero-flow-phase-group__header > span {
		min-height: 62px;
		border-radius: 11px;
		font-size: 16px;
	}

	.zero-flow-phase-group__header h3 {
		font-size: 21px;
	}

	.zero-flow-phase-group__header > div > p:last-child {
		font-size: 12px;
		line-height: 1.75;
	}

	.zero-flow-phase-group .zero-flow-session-grid,
	.zero-flow-phase-group--core .zero-flow-session-grid,
	.zero-flow-room-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.zero-flow-session-card__media,
	.zero-flow-phase-group--core .zero-flow-session-card__media {
		aspect-ratio: 4 / 3;
	}

	.zero-flow-session-card__body {
		padding: 21px 20px 24px;
	}

	.zero-flow-session-card__body h3 {
		font-size: 18px;
	}

	.zero-flow-session-card__body p {
		font-size: 13px;
		line-height: 1.85;
	}
}

@media (prefers-reduced-motion: reduce) {
	.zero-flow-session-card,
	.zero-flow-session-card__media img,
	.zero-flow-toc a {
		transition: none;
	}
}

/* =========================================================
 * 2026-08-26 /rolfing/ circular session portraits
 * The merged Rolfing page uses portrait-led session items,
 * without a rectangular card competing with the round image.
 * ======================================================= */

.page-id-8 #sessions .zero-flow-session-card {
	display: flex;
	align-items: center;
	overflow: visible;
	min-height: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
	transform: none;
}

.page-id-8 #sessions .zero-flow-session-card:hover {
	border-color: transparent;
	box-shadow: none;
	transform: none;
}

.page-id-8 #sessions .zero-flow-session-card__media,
.page-id-8 .zero-flow-phase-group .zero-flow-session-card__media {
	position: relative;
	overflow: hidden;
	width: min(100%, 270px);
	min-height: 0;
	margin: 0 auto;
	border: 8px solid rgba(255, 255, 255, 0.94);
	border-radius: 50%;
	aspect-ratio: 1;
	background: #e8eeeb;
	box-shadow:
		0 18px 42px rgba(51, 51, 51, 0.12),
		0 0 0 1px rgba(51, 51, 51, 0.06);
}

.page-id-8 #sessions .zero-flow-session-card__media::after {
	height: 38%;
	background: linear-gradient(180deg, transparent, rgba(51, 51, 51, 0.28));
}

.page-id-8 #sessions .zero-flow-session-card__media img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.page-id-8 #sessions .zero-flow-session-card__number {
	right: 12px;
	bottom: 18px;
	left: auto;
	width: 42px;
	height: 42px;
	min-height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	background: rgba(51, 51, 51, 0.9);
	font-size: 11px;
	letter-spacing: 0.04em;
}

.page-id-8 #sessions .zero-flow-session-card__body,
.page-id-8 .zero-flow-phase-group .zero-flow-session-card__body {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 24px 8px 12px;
	background: transparent;
}

.page-id-8 #sessions .zero-flow-session-card__phase {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: max-content;
	max-width: 100%;
	min-height: 24px;
	margin: 0 auto 12px;
	padding: 6px 10px 5px;
	overflow: visible;
	border-radius: 999px;
	font-size: 9px;
	line-height: 1;
	letter-spacing: 0.11em;
	white-space: nowrap;
}

.page-id-8 #sessions .zero-flow-session-card__body h3 {
	width: 100%;
	margin: 0 0 10px;
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.5;
	text-wrap: balance;
}

.page-id-8 #sessions .zero-flow-session-card__body p {
	max-width: 34em;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.9;
	text-align: left;
}

.page-id-8 #sessions .zero-flow-phase-group--core .zero-flow-session-card__media,
.page-id-8 #sessions .zero-flow-phase-group:nth-of-type(2) .zero-flow-session-card__media {
	width: min(100%, 290px);
	aspect-ratio: 1;
}

@media (max-width: 960px) {
	.page-id-8 #sessions .zero-flow-session-card__media,
	.page-id-8 #sessions .zero-flow-phase-group--core .zero-flow-session-card__media,
	.page-id-8 #sessions .zero-flow-phase-group:nth-of-type(2) .zero-flow-session-card__media {
		width: min(100%, 250px);
		aspect-ratio: 1;
	}
}

@media (min-width: 701px) and (max-width: 960px) {
	.page-id-8 #sessions .zero-flow-phase-group--sleeve .zero-flow-session-grid,
	.page-id-8 #sessions .zero-flow-phase-group--integration .zero-flow-session-grid,
	.page-id-8 #sessions .zero-flow-phase-group:nth-of-type(1) .zero-flow-session-grid,
	.page-id-8 #sessions .zero-flow-phase-group:nth-of-type(3) .zero-flow-session-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.page-id-8 #sessions .zero-flow-phase-group--sleeve .zero-flow-session-card__media,
	.page-id-8 #sessions .zero-flow-phase-group--integration .zero-flow-session-card__media,
	.page-id-8 #sessions .zero-flow-phase-group:nth-of-type(1) .zero-flow-session-card__media,
	.page-id-8 #sessions .zero-flow-phase-group:nth-of-type(3) .zero-flow-session-card__media {
		width: min(100%, 220px);
	}
}

@media (max-width: 640px) {
	.page-id-8 #sessions .zero-flow-session-card {
		padding: 8px 0 18px;
	}

	.page-id-8 #sessions .zero-flow-session-card__media,
	.page-id-8 #sessions .zero-flow-phase-group--core .zero-flow-session-card__media,
	.page-id-8 #sessions .zero-flow-phase-group:nth-of-type(2) .zero-flow-session-card__media {
		width: min(78vw, 280px);
		aspect-ratio: 1;
	}

	.page-id-8 #sessions .zero-flow-session-card__body {
		padding: 21px 6px 8px;
	}

	.page-id-8 #sessions .zero-flow-session-card__body h3 {
		font-size: 18px;
	}

	.page-id-8 #sessions .zero-flow-session-card__body p {
		max-width: 31em;
		font-size: 13px;
		line-height: 1.85;
	}
}

/* =========================================================
 * 2026-08-26 /rolfing/ phase list and TOC sizing fixes
 * ======================================================= */

.page-id-8 .zero-phase {
	display: flex;
	flex-direction: column;
}

.page-id-8 .zero-phase__sessions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	width: 100%;
	margin: auto 0 0;
	padding: 22px 0 0;
}

.page-id-8 .zero-phase__sessions li {
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 38px;
	padding: 8px 11px;
	border: 1px solid rgba(51, 51, 51, 0.13);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.78);
	box-sizing: border-box;
	font-size: 11.5px;
	line-height: 1.5;
	text-align: left;
	word-break: normal;
	overflow-wrap: anywhere;
}

.page-id-8 .zero-page-toc > p {
	display: flex;
	width: 100%;
	margin: 0;
}

.page-id-8 .zero-page-toc a {
	width: 100%;
	min-height: 52px;
	box-sizing: border-box;
}

/* =========================================================
 * 2026-08-27 compact first view for non-home pages
 * Keep the home slider immersive while bringing subpage
 * content above the fold sooner.
 * ======================================================= */

body:not(.home) .zero-research-hero:not(.zero-profile-hero) {
	min-height: clamp(320px, 34vw, 420px);
	padding: clamp(58px, 6.5vw, 84px) 24px;
	box-shadow: 0 12px 38px rgba(51, 51, 51, 0.07);
}

body:not(.home) .zero-research-hero:not(.zero-profile-hero) h1 {
	margin-bottom: 16px;
	font-size: clamp(34px, 3.5vw, 46px);
}

body:not(.home) .zero-research-hero:not(.zero-profile-hero) .zero-research-hero__actions {
	margin-top: 26px;
}

@media (max-width: 768px) {
	body:not(.home) .zero-research-hero:not(.zero-profile-hero) {
		min-height: 0;
		padding: 46px 18px 42px;
	}

	body:not(.home) .zero-research-hero:not(.zero-profile-hero) h1 {
		margin-bottom: 12px;
		font-size: clamp(27px, 7.4vw, 32px);
		line-height: 1.34;
	}

	body:not(.home) .zero-research-hero:not(.zero-profile-hero) .zero-research-hero__actions {
		margin-top: 22px;
	}
}

/* =========================================================
 * 2026-08-27 phase alignment and compact session journey
 * ======================================================= */

@media (min-width: 769px) {
	.page-id-8 .zero-phase > p {
		min-height: calc(1.9em * 3);
	}

	.page-id-8 .zero-phase__sessions {
		margin: 22px 0 0;
		padding-top: 0;
	}
}

.page-id-8 .zero-flow-process__journey {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	width: min(100%, 960px);
	margin: 34px auto 30px;
}

.page-id-8 .zero-flow-process__journey-step {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 92px;
	padding: 16px 18px;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 16px;
	background: linear-gradient(145deg, #fff 0%, #fafaf8 100%);
	box-shadow: 0 10px 28px rgba(51, 51, 51, 0.06);
}

.page-id-8 .zero-flow-process__journey-step:not(:last-child)::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -10px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #76630c;
	border-bottom: 2px solid #76630c;
	background: #fafaf8;
	transform: translateY(-50%) rotate(-45deg);
}

.page-id-8 .zero-flow-process__journey-step > span {
	flex: 0 0 36px;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #333333;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	letter-spacing: 0.06em;
}

.page-id-8 .zero-flow-process__journey-step strong {
	display: block;
	color: #333333;
	font-size: 14px;
	line-height: 1.45;
}

.page-id-8 .zero-flow-process__journey-step small {
	display: block;
	margin-top: 4px;
	color: #333333;
	font-size: 11px;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.page-id-8 .zero-flow-process__journey {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-id-8 .zero-flow-process__journey-step::after {
		display: none;
	}
}

@media (max-width: 520px) {
	.page-id-8 .zero-flow-process__journey {
		grid-template-columns: 1fr;
		gap: 10px;
		margin: 26px auto 24px;
	}

	.page-id-8 .zero-flow-process__journey-step {
		min-height: 0;
		padding: 14px 16px;
	}
}

/* =========================================================
 * 2026-08-27 related entry links: equal three-column row
 * ======================================================= */

.page-id-8 .zero-subpage-related .zero-section__inner {
	grid-template-columns: 1fr;
	row-gap: 14px;
}

.page-id-8 .zero-subpage-related .zero-eyebrow,
.page-id-8 .zero-subpage-related .zero-h2 {
	grid-column: 1;
	margin-right: auto;
	margin-left: auto;
	text-align: center !important;
}

.page-id-8 .zero-flow-related-links {
	display: grid;
	grid-column: 1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	width: min(100%, 960px);
	margin: 8px auto 0;
}

.page-id-8 .zero-flow-related-links > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 56px;
	padding: 11px 12px;
	border: 1px solid rgba(51, 51, 51, 0.15);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(37, 39, 36, 0.045);
	font-size: clamp(11.5px, 1.25vw, 13.5px);
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.page-id-8 .zero-flow-related-links > a:hover {
	border-color: rgba(51, 51, 51, 0.4);
	background: #fafaf8;
	transform: translateY(-2px);
}

@media (max-width: 700px) {
	.page-id-8 .zero-flow-related-links {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.page-id-8 .zero-flow-related-links > a {
		min-height: 50px;
		font-size: 13px;
	}
}

/* =========================================================
 * 2026-08-27 compact fixed Start Here card (PC / mobile)
 * ======================================================= */

.zero-start-here-rail {
	position: fixed;
	z-index: 999;
	right: 16px;
	bottom: max(16px, env(safe-area-inset-bottom));
	left: auto;
	width: 196px;
	max-width: calc(100vw - 32px);
	margin: 0;
}

.zero-start-here-widget {
	padding: 14px 36px 14px 14px;
	border-radius: 12px;
	text-align: left;
}

.zero-start-here-widget .zero-sh-badge,
.zero-start-here-widget .zero-sh-eyebrow,
.zero-start-here-widget .zero-sh-desc {
	display: none;
}

.zero-start-here-widget .zero-sh-title {
	margin: 0;
	font-size: 17px;
	line-height: 1.25;
}

.zero-start-here-widget .zero-sh-subtitle {
	display: block;
	margin: 3px 0 9px;
	font-size: 10.5px;
	line-height: 1.35;
}

.zero-start-here-widget .zero-sh-button {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	font-size: 10.5px;
	line-height: 1.35;
	text-align: center;
	white-space: normal;
}

@media (max-width: 767px) {
	.zero-start-here-rail {
		right: 10px;
		bottom: max(10px, env(safe-area-inset-bottom));
		left: auto;
		width: 168px;
		max-width: calc(100vw - 20px);
	}

	.zero-start-here-widget {
		display: block;
		min-height: 0;
		padding: 9px 32px 9px 10px;
		border-radius: 11px;
	}

	.zero-start-here-widget .zero-sh-title {
		font-size: 14px;
	}

	.zero-start-here-widget .zero-sh-subtitle {
		display: none;
	}

	.zero-start-here-widget .zero-sh-button {
		margin-top: 6px;
		padding: 6px 5px;
		font-size: 9.5px;
		white-space: nowrap;
	}
}

/* Keep the dark MBL section CTA legible over global inline-link styles. */
body.home .zero-mbl-bridge .zero-mbl-home-link > a {
	border-color: rgba(255, 255, 255, 0.52) !important;
	background: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
}

body.home .zero-mbl-bridge .zero-sub {
	margin-top: 16px !important;
	margin-bottom: 0 !important;
}

body.home .zero-mbl-bridge .zero-mbl-feed {
	margin-top: 44px !important;
}

body.home .zero-mbl-feed__media img.is-logo {
	box-sizing: border-box;
	padding: clamp(28px, 4vw, 48px);
	background: #f4f4f0;
	object-fit: contain;
}

@media (max-width: 760px) {
	body.home .zero-mbl-bridge .zero-mbl-feed {
		margin-top: 32px !important;
	}

	body.home .zero-mbl-feed__media img.is-logo {
		padding: 24px;
	}
}

/* =========================================================
 * 2026-08-27 Start Here balance and footer alignment
 * ======================================================= */

.zero-footer-sitemap__utility {
	justify-content: center;
	text-align: center;
}

.page-id-7 #overview .zero-page-summary {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: min(100%, 760px);
	margin-right: auto;
	margin-left: auto;
}

.page-id-7 #gates ~ .zero-card-grid--4 {
	gap: 16px;
}

.page-id-7 #gates ~ .zero-card-grid--4 > .zero-card {
	padding-right: 16px;
	padding-left: 16px;
}

.page-id-7 #gates ~ .zero-card-grid--4 .zero-card__title {
	font-size: clamp(13px, 1.5vw, 16px) !important;
	letter-spacing: -0.035em;
	white-space: nowrap;
}

body.page-id-7 .zero-section:has(#person) {
	background: #fff !important;
}

.page-id-7 #person ~ .zero-card-grid--3 {
	width: min(100%, 900px);
	margin-right: auto;
	margin-left: auto;
}

.page-id-7 #faq .zero-faq-list {
	width: min(100%, 860px);
	max-width: 860px;
}

.page-id-7 #faq .zero-faq-list details {
	box-sizing: border-box;
	width: 100%;
}

/* 9テーマ：番号の隣で、すべてのタイトルを同じ位置から始める。 */
.page-id-7 .zero-gateway-editorial .zero-card__title {
	width: 100%;
	text-wrap: pretty;
}

/* FAQ：見出しとの間隔は保ち、質問カード内は軽快にまとめる。 */
.page-id-7 #faq .zero-faq-list {
	gap: 7px;
	margin-top: 42px;
}

.page-id-7 #faq .zero-faq-list details {
	overflow: hidden;
	margin-block: 0;
}

.page-id-7 #faq .zero-faq-list summary {
	padding-top: 14px;
	padding-bottom: 14px;
}

.page-id-7 #faq .zero-faq-list details > p {
	padding-bottom: 15px;
}

@media (max-width: 768px) {
	.page-id-7 #overview .zero-page-summary {
		grid-template-columns: 1fr;
	}

	.page-id-7 #gates ~ .zero-card-grid--4 {
		gap: 12px;
	}

	.page-id-7 #gates ~ .zero-card-grid--4 > .zero-card {
		padding-right: 8px;
		padding-left: 8px;
	}

	.page-id-7 #gates ~ .zero-card-grid--4 .zero-card__title {
		font-size: clamp(10.5px, 3.25vw, 13px) !important;
	}

	.page-id-7 #faq .zero-faq-list {
		margin-top: 34px;
	}
}

/* =========================================================
 * 2026-08-28 site-wide content rhythm normalization
 * Keep section boundaries clear without oversized blank areas,
 * and remove auto-formatting gaps inside the contact form.
 * ======================================================= */

/* The information strip is a bridge between the hero and the first section. */
body.home .c-entry__content > .zero-home-facts {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.home .c-entry__content > .zero-home-facts + .zero-section {
	margin-top: 0 !important;
}

/* Subpage heroes should introduce the page without occupying the whole screen. */
body:not(.home) .zero-research-hero:not(.zero-profile-hero) {
	min-height: clamp(290px, 30vw, 360px);
	padding-top: clamp(48px, 5.2vw, 68px);
	padding-bottom: clamp(44px, 4.8vw, 62px);
}

/* Use one consistent outer rhythm for normal subpage sections. */
body:not(.home) .c-entry__content > .zero-section {
	padding-top: clamp(52px, 4.8vw, 68px);
	padding-bottom: clamp(52px, 4.8vw, 68px);
}

body:not(.home) .zero-section__inner > .zero-eyebrow + .zero-h2 {
	margin-top: 14px;
}

body:not(.home) .zero-section__inner > .zero-h2 + .zero-sub {
	margin-top: 10px;
}

body:not(.home) .zero-section__inner > .zero-h2 + .zero-lead,
body:not(.home) .zero-section__inner > .zero-sub + .zero-lead {
	margin-top: 26px;
}

body:not(.home) .zero-section__inner > .zero-sub + .zero-card-grid,
body:not(.home) .zero-section__inner > .zero-h2 + .zero-card-grid,
body:not(.home) .zero-section__inner > .zero-eyebrow + .zero-card-grid,
body:not(.home) .zero-section__inner > .wp-block-columns,
body:not(.home) .zero-section__inner > .wp-block-latest-posts {
	margin-top: 36px;
}

/* Access/contact pages use their own wrappers rather than .zero-section. */
.zero-contact-hero {
	padding-top: clamp(50px, 5.5vw, 72px);
	padding-bottom: clamp(40px, 4.5vw, 58px);
}

.zero-contact-main {
	padding-top: clamp(38px, 4.5vw, 56px);
	padding-bottom: clamp(48px, 5.5vw, 72px);
}

body.page-id-88762 .zero-contact-main,
body.page-id-88763 .zero-contact-main {
	padding-top: clamp(36px, 4vw, 48px);
	padding-bottom: clamp(44px, 4.5vw, 58px);
}

/* Contact Form 7 inserts a br after labels; it created a false 39px gap. */
.zero-contact-field > p > .zero-contact-field__label + br {
	display: none;
}

.zero-contact-field > p > .wpcf7-form-control-wrap {
	display: block;
}

/* The dedicated FAQ page reads better as a compact list than tall cards. */
.page-id-88711 .zero-card-grid--1 {
	gap: 16px;
}

.page-id-88711 .zero-card-grid--1 > .zero-card {
	min-height: 0;
	padding: 24px 28px;
}

@media (max-width: 768px) {
	body:not(.home) .zero-research-hero:not(.zero-profile-hero) {
		min-height: 0;
		padding: 40px 18px 36px;
	}

	body:not(.home) .c-entry__content > .zero-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	body:not(.home) .zero-section__inner > .zero-sub + .zero-card-grid,
	body:not(.home) .zero-section__inner > .zero-h2 + .zero-card-grid,
	body:not(.home) .zero-section__inner > .zero-eyebrow + .zero-card-grid,
	body:not(.home) .zero-section__inner > .wp-block-columns,
	body:not(.home) .zero-section__inner > .wp-block-latest-posts {
		margin-top: 28px;
	}

	.zero-contact-hero {
		padding: 40px 18px 34px;
	}

	.zero-contact-main {
		padding: 34px 16px 52px;
	}

	body.page-id-88762 .zero-contact-main,
	body.page-id-88763 .zero-contact-main {
		padding-top: 30px;
		padding-bottom: 42px;
	}

	.page-id-88711 .zero-card-grid--1 {
		gap: 12px;
	}

	.page-id-88711 .zero-card-grid--1 > .zero-card {
		padding: 20px 18px;
	}
}

/* =========================================================
 * 2026-08-28 Start Here gateway axis alignment
 * Keep every theme list on the same grid line after moving item 06.
 * ======================================================= */
.page-id-7 .zero-gateway-editorial .zero-gateway-axis__title {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	justify-self: stretch;
	font-size: clamp(18px, 1.55vw, 20px);
	letter-spacing: -0.045em;
}

/* =========================================================
 * 2026-08-28 delivered FAQ sets
 * H3 questions, compact cards, and a shared smooth accordion.
 * ======================================================= */
.zero-faq-section .zero-faq-list {
	width: min(100%, 900px);
	max-width: 900px;
	gap: 8px;
	margin: 38px auto 0;
}

.zero-faq-item {
	overflow: hidden;
	border: 1px solid var(--zero-color-border);
	border-radius: 16px;
	background: #fff;
}

.zero-faq-question {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

.zero-faq-toggle {
	display: flex;
	width: 100%;
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 17px 22px;
	border: 0;
	background: transparent;
	color: var(--zero-color-text);
	font: inherit;
	font-size: clamp(14px, 1.3vw, 16px);
	font-weight: 650;
	line-height: 1.65;
	text-align: left;
	cursor: pointer;
}

.zero-faq-toggle__icon {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
}

.zero-faq-toggle__icon::before,
.zero-faq-toggle__icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 1.5px;
	background: var(--zero-color-accent);
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 200ms ease;
}

.zero-faq-toggle__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.zero-faq-toggle[aria-expanded="true"] .zero-faq-toggle__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.zero-faq-answer__inner {
	padding: 0 22px 20px;
}

.zero-faq-answer__inner p {
	margin: 0;
	color: var(--zero-color-text-sub);
	font-size: 14px;
	line-height: 1.9;
}

.zero-faq-answer__inner a,
.zero-faq-source-link a {
	color: var(--zero-color-accent);
	text-underline-offset: 0.2em;
}

.zero-faq-source-link {
	width: min(100%, 900px);
	margin: 26px auto 0 !important;
	color: var(--zero-color-text-sub);
	font-size: 13px;
	line-height: 1.8;
}

@media (hover: hover) and (pointer: fine) {
	.zero-faq-toggle:hover {
		color: var(--zero-color-accent);
	}
}

@media (max-width: 768px) {
	.zero-faq-section .zero-faq-list {
		margin-top: 30px;
	}

	.zero-faq-toggle {
		min-height: 58px;
		gap: 14px;
		padding: 15px 16px;
		font-size: 14px;
	}

	.zero-faq-answer__inner {
		padding: 0 16px 17px;
	}
}

.page-id-7 .zero-gateway-editorial .zero-gateway-axis__title + .zero-card-grid--3 {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	justify-self: stretch;
}

/* =========================================================
 * 2026-09-08 related links and section rhythm
 * Keep navigation choices in one readable row on desktop,
 * then stack them as full-width touch targets on mobile.
 * ======================================================= */
.zero-subpage-related .zero-section__inner,
.page-id-8 .zero-subpage-related .zero-section__inner {
	display: block;
	width: min(100%, 1180px);
}

.zero-subpage-related .zero-eyebrow {
	width: fit-content;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center !important;
}

.zero-subpage-related .zero-h2 {
	margin-top: 16px !important;
	text-align: center !important;
}

.zero-related-links,
.page-id-8 .zero-flow-related-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(10px, 1.4vw, 18px);
	width: min(100%, 1080px);
	margin: clamp(30px, 3.2vw, 40px) auto 0;
}

.zero-related-links > a,
.page-id-8 .zero-flow-related-links > a {
	display: flex;
	box-sizing: border-box;
	min-width: 0;
	min-height: 62px;
	align-items: center;
	justify-content: center;
	padding: 12px clamp(12px, 1.5vw, 20px);
	border: 1px solid rgba(51, 51, 51, 0.18);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(37, 39, 36, 0.05);
	color: var(--zero-color-text);
	font-size: clamp(12.5px, 1.15vw, 15px);
	font-weight: 650;
	line-height: 1.5;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
	.zero-related-links > a:hover,
	.page-id-8 .zero-flow-related-links > a:hover {
		border-color: rgba(51, 51, 51, 0.4);
		background: #fafaf8;
		color: var(--zero-color-accent);
		transform: translateY(-2px);
	}
}

.zero-related-links > a:focus-visible,
.page-id-8 .zero-flow-related-links > a:focus-visible {
	outline: 3px solid rgba(51, 51, 51, 0.24);
	outline-offset: 3px;
}

/* Lists and feeds must leave a clear hand-off before their following CTA. */
@media (min-width: 769px) {
	body:not(.home) .zero-section__inner > :is(.zero-card-grid, .zero-blog-grid, .zero-testimonial-post-grid, .zero-mbl-bridge__links, .wp-block-latest-posts, .wp-block-columns) + .wp-block-buttons {
		margin-top: clamp(30px, 3vw, 38px) !important;
	}
}

@media (max-width: 780px) {
	.zero-related-links,
	.page-id-8 .zero-flow-related-links {
		grid-template-columns: 1fr;
		gap: 10px;
		width: min(100%, 560px);
		margin-top: 28px;
	}

	.zero-related-links > a,
	.page-id-8 .zero-flow-related-links > a {
		min-height: 52px;
		padding: 11px 14px;
		font-size: 13px;
		white-space: normal;
	}
}

/* Client's complete training/profile records — scoped to the six updated pages. */
.zero-client-record-section.zero-section {
	padding-block: clamp(40px, 6vw, 80px);
}
.zero-client-record.zero-section__inner {
	width: 100%;
	max-width: 900px !important;
	color: var(--zero-ink, #292c29);
	font-size: 16px;
	line-height: 1.9;
	overflow-wrap: anywhere;
}
.zero-client-record > * { margin-block: 0; }
.zero-client-record > * + * { margin-top: 22px; }
.zero-client-record > h2.wp-block-heading {
	display: block;
	margin-top: 64px;
	margin-bottom: 28px;
	padding: 0 0 18px;
	border-bottom: 1px solid #f4f4f0;
	font-size: clamp(23px, 2.4vw, 30px);
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: .01em;
	text-align: left;
	scroll-margin-top: 112px;
}
.zero-client-record > h3.wp-block-heading {
	margin-top: 38px;
	margin-bottom: 18px;
	font-size: clamp(19px, 1.8vw, 23px);
	line-height: 1.6;
}
.zero-client-record > ul,
.zero-client-record > ol { padding-left: 1.5em; }
.zero-client-record li + li { margin-top: 12px; }
.zero-client-record a:not(.wp-block-button__link) {
	color: #333333;
	text-decoration: underline;
	text-decoration-color: #deded7;
	text-underline-offset: .2em;
}
.zero-client-record a:focus-visible { outline: 2px solid #333333; outline-offset: 4px; }
.zero-client-record > figure.wp-block-image {
	width: min(100%, 580px);
	margin: 32px auto;
}
.zero-client-record figure img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin-inline: auto;
	border-radius: 12px;
}
.zero-client-record figcaption {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.6;
	color: #333333;
	text-align: center;
}
.zero-client-record .wp-block-table { overflow-x: auto; margin-block: 32px; }
.zero-client-record table { width: 100%; border-collapse: collapse; font-size: 14px; }
.zero-client-record th,
.zero-client-record td { padding: 14px 16px; border: 1px solid #f4f4f0; text-align: left; vertical-align: top; }
.zero-client-record .wp-block-table table th { background: #f2f5f9; color: #333333 !important; }
.zero-client-record td:first-child { width: 28%; min-width: 130px; }
.zero-client-toc {
	margin-bottom: 40px;
	padding: 24px 28px;
	background: #f3f6fa;
	border: 1px solid #f4f4f0;
	border-radius: 18px;
}
.zero-client-toc__label { margin: 0 0 14px; color: #333333; font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.zero-client-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; list-style: none; padding: 0; margin: 0; }
.zero-client-toc li,
.zero-client-toc li + li { margin: 0; border-top: 1px solid #f4f4f0; }
.zero-client-toc a { display: flex; align-items: center; min-height: 48px; height: 100%; padding: 12px 0; font-size: 13px; line-height: 1.65; text-decoration: none !important; }
.zero-client-toc a:hover { text-decoration: underline !important; }
@media (max-width: 600px) {
	.zero-client-record.zero-section__inner { font-size: 15px; line-height: 1.85; }
	.zero-client-record > h2.wp-block-heading { margin-top: 44px; margin-bottom: 22px; scroll-margin-top: 92px; }
	.zero-client-toc { padding: 20px; }
	.zero-client-toc ol { grid-template-columns: 1fr; }
	.zero-client-record th,
	.zero-client-record td { padding: 10px; }
}
