:root {
	--mentz-ink: #1b1d21;
	--mentz-muted: #66707a;
	--mentz-line: #e1e4e8;
	--mentz-bg: #f6f7f8;
	--mentz-accent: #202328;
	--mentz-accent-dark: #111317;
	--mentz-premium: #b78922;
	--mentz-radius: 16px;
}

/* SWELLのスマホメニューは、三本線を押したときだけ表示する。 */
html:not([data-spmenu="opened"]) #sp_menu {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

html:not([data-spmenu="opened"]) #sp_menu .p-spMenu__inner {
	-webkit-transform: translateX(-88vw) !important;
	transform: translateX(-88vw) !important;
}

html[data-spmenu="opened"] #sp_menu {
	opacity: 1 !important;
	pointer-events: auto !important;
	visibility: visible !important;
}

html[data-spmenu="opened"] #sp_menu .p-spMenu__inner {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

/* ヘッダー直下の重複したスマホ用リンク列は表示しない。 */
.l-header__spNav {
	display: none !important;
}

.mentz-home,
.mentz-profile,
.mentz-dashboard,
.mentz-submission-form,
.mentz-notice {
	color: var(--mentz-ink);
}

.mentz-eyebrow {
	margin: 0 0 .5rem;
	color: var(--mentz-accent-dark);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .16em;
}

.mentz-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(3.5rem, 10vw, 8rem) clamp(1.4rem, 6vw, 5rem);
	border: 1px solid #e1e4e8;
	border-radius: 0 0 30px 30px;
	background:
		radial-gradient(circle at 12% 18%, rgba(148, 163, 184, .17), transparent 34%),
		radial-gradient(circle at 88% 12%, rgba(203, 213, 225, .3), transparent 38%),
		linear-gradient(135deg, #f3f5f7 0%, #fff 56%, #eef1f4 100%);
	box-shadow: 0 24px 64px rgba(17, 24, 39, .07);
	color: var(--mentz-ink);
	text-align: center;
}

.mentz-hero::before {
	position: absolute;
	z-index: -2;
	top: 50%;
	left: 50%;
	color: rgba(17, 24, 39, .035);
	content: "MENTZ";
	font-size: clamp(8rem, 22vw, 20rem);
	font-weight: 950;
	letter-spacing: -.06em;
	line-height: 1;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.mentz-hero::after {
	position: absolute;
	z-index: -1;
	inset: -30% -15%;
	background: linear-gradient(118deg, transparent 38%, rgba(100, 116, 139, .07) 50%, transparent 62%);
	content: "";
	transform: rotate(-3deg);
}

.mentz-hero h1 {
	max-width: 900px;
	margin: 0 auto 1.2rem;
	color: #1b1d21;
	font-size: clamp(1.65rem, 7vw, 4.6rem);
	line-height: 1.05;
	letter-spacing: -.04em;
}

.mentz-hero .mentz-eyebrow {
	color: #69727c;
}

.mentz-hero > p:not(.mentz-eyebrow) {
	max-width: 670px;
	margin: 0 auto;
	color: #626b75;
	font-size: 1.06rem;
}

.mentz-hero .mentz-button {
	border-color: #202328;
	background: #202328;
	box-shadow: 0 12px 28px rgba(17, 24, 39, .16);
}

.mentz-hero .mentz-button:hover {
	border-color: #353940;
	background: #353940;
}

.mentz-hero .mentz-button--outline {
	border-color: #bdc3ca;
	background: rgba(255, 255, 255, .74);
	color: #25282d !important;
	box-shadow: none;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.mentz-hero .mentz-button--outline:hover {
	border-color: #8f979f;
	background: #fff;
}

.mentz-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
	justify-content: center;
	margin-top: 2rem;
}

.mentz-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: .75rem 1.35rem;
	border: 1px solid var(--mentz-accent);
	border-radius: 999px;
	background: var(--mentz-accent);
	color: #fff !important;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform .15s ease, background .15s ease;
}

.mentz-button:hover {
	background: var(--mentz-accent-dark);
	transform: translateY(-1px);
}

.mentz-button--outline {
	background: transparent;
	color: var(--mentz-accent-dark) !important;
}

.mentz-button--wide {
	width: 100%;
	border-radius: 12px;
}

.mentz-button--small {
	min-height: 38px;
	padding: .55rem 1rem;
	font-size: .9rem;
}

.mentz-home-section,
.mentz-profile-section,
.mentz-submission-form,
.mentz-dashboard {
	max-width: 1120px;
	margin: 0 auto;
}

.mentz-home-section {
	padding: clamp(3rem, 8vw, 6rem) 1rem;
}

.mentz-section-heading {
	margin-bottom: 1.5rem;
}

.mentz-section-heading h2,
.mentz-profile-section h2,
.mentz-cta h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--mentz-ink) !important;
	font-size: clamp(1.65rem, 4vw, 2.6rem);
	letter-spacing: -.025em;
}

.mentz-section-heading h2::before,
.mentz-section-heading h2::after,
.mentz-profile-section h2::before,
.mentz-profile-section h2::after,
.mentz-cta h2::before,
.mentz-cta h2::after {
	display: none !important;
}

.mentz-section-heading > p:not(.mentz-eyebrow) {
	margin: .75rem 0 0;
	color: var(--mentz-muted);
}

.mentz-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
}

.mentz-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--mentz-line);
	border-radius: var(--mentz-radius);
	background: #fff;
	box-shadow: 0 12px 30px rgba(17, 24, 39, .05);
	transition: transform .2s ease, box-shadow .2s ease;
}

.mentz-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(17, 24, 39, .09);
}

.mentz-card--premium {
	border-color: rgba(183, 137, 34, .45);
	box-shadow: 0 14px 34px rgba(183, 137, 34, .12);
}

.mentz-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eaf1ef;
}

.mentz-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.mentz-card:hover .mentz-card__image img {
	transform: scale(1.025);
}

.mentz-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 180px;
	place-items: center;
	background: linear-gradient(145deg, #edf0f3, #eef2f3);
	color: var(--mentz-accent-dark);
	font-weight: 900;
	letter-spacing: .18em;
}

.mentz-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.2rem;
}

.mentz-card__topline {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
	align-items: center;
	justify-content: space-between;
}

.mentz-card__area {
	color: var(--mentz-muted);
	font-size: .74rem;
}

.mentz-card__body h3 {
	margin: .45rem 0 .5rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mentz-ink);
	font-size: 1.25rem;
}

.mentz-card__body h3 a {
	color: var(--mentz-ink);
	text-decoration: none;
}

.mentz-card__body p {
	margin: 0 0 .9rem;
	color: var(--mentz-muted);
}

.mentz-card__more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 1rem;
	color: var(--mentz-accent-dark);
	font-size: .88rem;
	font-weight: 800;
	text-decoration: none;
}

.mentz-badge {
	display: inline-flex;
	padding: .28rem .55rem;
	border-radius: 999px;
	background: #f6ead0;
	color: #7b5810;
	font-size: .68rem;
	font-weight: 850;
	letter-spacing: .08em;
}

.mentz-badge--free {
	background: #eef1f4;
	color: var(--mentz-accent-dark);
}

.mentz-chips {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
}

.mentz-chips span {
	padding: .25rem .55rem;
	border-radius: 999px;
	background: var(--mentz-bg);
	color: var(--mentz-muted);
	font-size: .75rem;
}

.mentz-directory {
	max-width: 1120px;
	margin: 0 auto;
}

.mentz-directory-intro {
	position: relative;
	overflow: hidden;
	margin-bottom: 1rem;
	padding: clamp(1.6rem, 5vw, 2.8rem);
	border-radius: 22px;
	background: radial-gradient(circle at 88% 20%, rgba(44, 189, 154, .34), transparent 34%), linear-gradient(135deg, #172126, #21414a);
	color: #fff;
}

.mentz-directory-intro h2 {
	margin: 0 0 .55rem;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff;
	font-size: clamp(1.45rem, 4vw, 2.35rem);
}

.mentz-directory-intro h2::before,
.mentz-directory-intro h2::after {
	display: none !important;
}

.mentz-directory-intro p:last-child {
	max-width: 680px;
	margin: 0;
	color: #d6e3e3;
}

.mentz-directory-intro .mentz-eyebrow {
	color: #7b848e;
}

.mentz-filters {
	margin-bottom: 1.1rem;
	padding: clamp(1rem, 3vw, 1.45rem);
	border: 1px solid var(--mentz-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(17, 24, 39, .05);
}

.mentz-filter-keyword {
	margin-bottom: 1rem;
}

.mentz-filter-groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .8rem;
}

.mentz-filter-group {
	min-width: 0;
	margin: 0;
	padding: .9rem;
	border: 1px solid var(--mentz-line);
	border-radius: 14px;
}

.mentz-filter-group legend {
	padding: 0 .35rem;
	font-size: .88rem;
	font-weight: 850;
}

.mentz-filter-group legend span {
	display: inline-grid;
	width: 1.45rem;
	height: 1.45rem;
	margin-right: .25rem;
	place-items: center;
	border-radius: 999px;
	background: var(--mentz-accent);
	color: #fff;
	font-size: .72rem;
}

.mentz-filter-pair {
	display: grid;
	gap: .7rem;
}

.mentz-filter-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .9rem;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
}

.mentz-filter-actions .mentz-button {
	min-width: min(100%, 320px);
}

.mentz-filter-reset {
	color: var(--mentz-muted);
	font-size: .82rem;
	text-decoration: underline;
}

.mentz-filters label,
.mentz-field {
	display: grid;
	gap: .4rem;
}

.mentz-filters label > span,
.mentz-field > span,
.mentz-checkboxes legend {
	font-size: .82rem;
	font-weight: 750;
}

.mentz-result-summary {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	margin: 1rem 0;
	padding: 0 .15rem;
	color: var(--mentz-muted);
	font-size: .85rem;
}

.mentz-result-count {
	margin-right: .25rem;
	color: var(--mentz-ink);
	font-size: 1.65rem;
	font-weight: 900;
}

.mentz-active-filters {
	padding: .35rem .7rem;
	border-radius: 999px;
	background: var(--mentz-bg);
}

.mentz-active-filter-list {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
	justify-content: flex-end;
}

.mentz-active-filter-list span {
	padding: .38rem .7rem;
	border: 1px solid #d6dbe0;
	border-radius: 999px;
	background: #f6f7f8;
	color: var(--mentz-accent-dark);
	font-size: .78rem;
	font-weight: 750;
}

.mentz-filters input,
.mentz-filters select,
.mentz-field input,
.mentz-field textarea,
.mentz-field select,
.mentz-notice input[type="text"],
.mentz-notice input[type="email"],
.mentz-notice input[type="password"] {
	width: 100%;
	min-height: 46px;
	padding: .7rem .8rem;
	border: 1px solid #cdd8da;
	border-radius: 10px;
	background: #fff;
	color: var(--mentz-ink);
	font: inherit;
}

.mentz-auth {
	max-width: 980px;
	margin: 0 auto 3rem;
}

.mentz-auth__intro {
	max-width: 680px;
	margin-bottom: 1.4rem;
}

.mentz-auth__intro h2 {
	margin: .25rem 0 .65rem;
}

.mentz-auth__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.mentz-auth-card {
	position: relative;
	display: grid;
	gap: 1rem;
	padding: clamp(1.3rem, 4vw, 2rem);
	border: 1px solid var(--mentz-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(15, 40, 44, .07);
}

.mentz-auth-card--register {
	border-color: #cbd1d8;
	background: linear-gradient(145deg, #f8f9fa, #fff 58%);
}

.mentz-auth-card h3 {
	margin: 0;
	font-size: 1.25rem;
}

.mentz-auth-card label,
.mentz-auth-reset label {
	display: grid;
	gap: .4rem;
	font-weight: 700;
}

.mentz-auth-card input[type="email"],
.mentz-auth-card input[type="password"],
.mentz-auth-reset input[type="email"] {
	width: 100%;
	min-height: 48px;
	padding: .72rem .82rem;
	border: 1px solid #cdd8da;
	border-radius: 10px;
	background: #fff;
	color: var(--mentz-ink);
	font: inherit;
}

.mentz-auth-card input:focus,
.mentz-auth-reset input:focus {
	border-color: var(--mentz-accent);
	outline: 3px solid rgba(27, 160, 126, .14);
}

.mentz-auth-card small {
	color: var(--mentz-muted);
	font-size: .78rem;
	font-weight: 500;
}

.mentz-auth-card__number {
	display: inline-grid;
	place-items: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 999px;
	background: var(--mentz-ink);
	color: #fff;
	font-size: .76rem;
	font-weight: 800;
}

.mentz-auth-check {
	display: flex !important;
	grid-template-columns: none;
	align-items: center;
	gap: .55rem !important;
	font-size: .9rem;
	font-weight: 600 !important;
}

.mentz-auth-check input {
	width: 1.1rem;
	height: 1.1rem;
}

.mentz-auth-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.mentz-auth-reset {
	margin-top: 1rem;
	padding: 1rem 1.15rem;
	border: 1px solid var(--mentz-line);
	border-radius: 14px;
	background: var(--mentz-bg);
}

.mentz-auth-reset summary {
	cursor: pointer;
	font-weight: 750;
}

.mentz-auth-reset form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: .8rem;
	margin-top: 1rem;
}

.mentz-account-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
	padding: 1rem 1.15rem;
	border: 1px solid var(--mentz-line);
	border-radius: 14px;
	background: var(--mentz-bg);
}

.mentz-account-summary div {
	display: grid;
	gap: .2rem;
}

.mentz-account-summary span {
	color: var(--mentz-muted);
	font-size: .78rem;
	font-weight: 700;
}

.mentz-account-summary strong {
	overflow-wrap: anywhere;
}

.mentz-account-summary a {
	white-space: nowrap;
	font-weight: 750;
}

.mentz-field textarea {
	min-height: 120px;
	resize: vertical;
}

.mentz-field select[multiple] {
	min-height: 180px;
	padding: .35rem;
}

.mentz-field select:disabled,
.mentz-filters select:disabled {
	background: #edf1f2;
	color: #7a8589;
	cursor: not-allowed;
}

.mentz-cta {
	margin: 0 auto 4rem;
	padding: clamp(2rem, 6vw, 4.5rem);
	border: 1px solid var(--mentz-line);
	border-radius: 24px;
	background: linear-gradient(135deg, #eef1f4, #fafbfc 72%);
	box-shadow: 0 18px 48px rgba(17, 24, 39, .06);
	color: var(--mentz-ink);
	text-align: center;
}

.mentz-cta p {
	margin: 1rem auto 1.5rem;
	color: var(--mentz-muted);
}

.mentz-cta .mentz-button {
	border-color: #202328;
	background: #202328;
}

.mentz-cta .mentz-button:hover {
	border-color: #353940;
	background: #353940;
}

.mentz-empty,
.mentz-notice {
	padding: 1.3rem;
	border: 1px solid var(--mentz-line);
	border-radius: 14px;
	background: var(--mentz-bg);
}

.mentz-empty--directory {
	padding: clamp(2rem, 7vw, 4.5rem);
	text-align: center;
}

.mentz-empty--directory h3 {
	margin: .7rem 0 .5rem;
	font-size: clamp(1.2rem, 3vw, 1.7rem);
}

.mentz-empty--directory p {
	max-width: 620px;
	margin: 0 auto 1.25rem;
	color: var(--mentz-muted);
}

.mentz-empty__icon {
	display: inline-grid;
	width: 3.5rem;
	height: 3.5rem;
	place-items: center;
	border-radius: 999px;
	background: #edf0f3;
	color: var(--mentz-accent-dark);
	font-size: 1.45rem;
	font-weight: 900;
}

.mentz-pagination {
	margin: 2rem 0;
}

.mentz-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mentz-pagination a,
.mentz-pagination span {
	display: grid;
	min-width: 2.5rem;
	height: 2.5rem;
	padding: 0 .7rem;
	place-items: center;
	border: 1px solid var(--mentz-line);
	border-radius: 10px;
	background: #fff;
	color: var(--mentz-ink);
	text-decoration: none;
}

.mentz-pagination .current {
	border-color: var(--mentz-accent);
	background: var(--mentz-accent);
	color: #fff;
}

.mentz-notice--success {
	border-color: #cdd2d8;
	background: #f6f7f8;
}

.mentz-notice--error {
	border-color: #e2aaa3;
	background: #fff3f1;
}

.mentz-review-request {
	margin: 0 0 1.5rem;
	padding: 1rem 1.15rem;
	border: 1px solid #e7a89f;
	border-radius: 14px;
	background: #fff3f1;
}

.mentz-review-request strong {
	color: #a23e31;
}

.mentz-review-request p {
	margin: .45rem 0 0;
}

.mentz-submission-form {
	padding: clamp(1rem, 5vw, 3rem);
	border: 1px solid var(--mentz-line);
	border-radius: 24px;
	background: #fff;
}

.mentz-form-intro {
	margin-bottom: 2rem;
}

.mentz-form-progress {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .55rem;
	margin-bottom: 1.5rem;
}

.mentz-form-progress span {
	display: flex;
	gap: .45rem;
	align-items: center;
	padding: .65rem;
	border-radius: 10px;
	background: var(--mentz-bg);
	font-size: .76rem;
	font-weight: 750;
}

.mentz-form-progress b,
.mentz-form-section__heading > span {
	display: inline-grid;
	flex: 0 0 auto;
	width: 1.6rem;
	height: 1.6rem;
	place-items: center;
	border-radius: 999px;
	background: var(--mentz-accent);
	color: #fff;
	font-size: .76rem;
}

.mentz-form-section {
	margin: 0 0 1.25rem;
	padding: clamp(1rem, 3vw, 1.5rem);
	border: 1px solid var(--mentz-line);
	border-radius: 18px;
	background: #fff;
}

.mentz-form-section__heading {
	display: flex;
	gap: .7rem;
	align-items: flex-start;
	margin-bottom: 1.1rem;
}

.mentz-form-section__heading h3 {
	margin: 0;
	font-size: 1.08rem;
}

.mentz-form-section__heading p {
	margin: .15rem 0 0;
	color: var(--mentz-muted);
	font-size: .82rem;
}

.mentz-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.mentz-field--full {
	grid-column: 1 / -1;
}

.mentz-field em {
	color: #c94434;
	font-size: .72rem;
	font-style: normal;
}

.mentz-field small {
	color: var(--mentz-muted);
}

.mentz-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem 1rem;
	margin: 0;
	padding: 1rem;
	border: 1px solid var(--mentz-line);
	border-radius: 12px;
}

.mentz-checkboxes legend {
	padding: 0 .35rem;
}

.mentz-checkboxes label {
	display: inline-flex;
	gap: .35rem;
	align-items: center;
}

.mentz-checkboxes input {
	width: auto;
	min-height: auto;
}

.mentz-dependent-fields {
	margin: 0;
	padding: 1rem;
	border: 1px solid var(--mentz-line);
	border-radius: 12px;
}

.mentz-dependent-fields legend {
	padding: 0 .35rem;
	font-size: .82rem;
	font-weight: 750;
}

.mentz-dependent-fields legend em {
	color: #c94434;
	font-size: .72rem;
	font-style: normal;
}

.mentz-dependent-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.mentz-dependent-grid label {
	display: grid;
	gap: .4rem;
}

.mentz-dependent-grid label > span {
	font-size: .82rem;
	font-weight: 750;
}

.mentz-dependent-fields > small {
	display: block;
	margin-top: .65rem;
}

.mentz-plan-note {
	margin: 1.5rem 0;
	padding: 1rem;
	border-radius: 14px;
	background: #f8f9fa;
}

.mentz-plan-note p {
	margin: .3rem 0 0;
	color: var(--mentz-muted);
}

.mentz-submit-confirm {
	display: flex;
	gap: .65rem;
	align-items: flex-start;
	margin: 0 0 1rem;
	padding: 1rem;
	border: 1px solid #d6dbe0;
	border-radius: 12px;
	background: #f6f7f8;
	font-size: .88rem;
	font-weight: 700;
}

.mentz-submit-confirm input {
	width: auto;
	margin-top: .18rem;
}

.mentz-submit-help {
	margin: .75rem 0 0;
	color: var(--mentz-muted);
	font-size: .8rem;
	text-align: center;
}

.mentz-profile {
	margin-bottom: 4rem;
}

.mentz-profile-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, .8fr);
	gap: 1.5rem;
	align-items: stretch;
	margin: 1rem 0 3rem;
}

.mentz-profile-hero__image {
	overflow: hidden;
	min-height: 330px;
	border-radius: 24px;
	background: var(--mentz-bg);
}

.mentz-profile-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mentz-profile-hero__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;
	border-radius: 24px;
	background: var(--mentz-bg);
}

.mentz-profile-tagline {
	margin: 1rem 0;
	font-size: clamp(1.35rem, 3vw, 2.1rem);
	font-weight: 800;
	line-height: 1.35;
}

.mentz-profile-section {
	padding: 2.2rem 0;
	border-bottom: 1px solid var(--mentz-line);
}

.mentz-richtext {
	margin-top: 1rem;
	color: #344248;
	line-height: 1.9;
}

.mentz-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .8rem;
	margin: 1rem 0 0;
}

.mentz-details div {
	padding: 1rem;
	border-radius: 12px;
	background: var(--mentz-bg);
}

.mentz-details dt {
	color: var(--mentz-muted);
	font-size: .78rem;
	font-weight: 750;
}

.mentz-details dd {
	margin: .35rem 0 0;
	font-weight: 650;
}

.mentz-representative,
.mentz-contact {
	margin-top: 2rem;
	padding: 2rem;
	border: 0;
	border-radius: 20px;
	background: var(--mentz-bg);
}

.mentz-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
	margin: 1rem 0;
}

.mentz-social-links a {
	padding: .55rem .85rem;
	border: 1px solid var(--mentz-line);
	border-radius: 999px;
	background: #fff;
	color: var(--mentz-ink);
	text-decoration: none;
}

.mentz-dashboard-list {
	display: grid;
	gap: .75rem;
}

.mentz-dashboard-list article {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	border: 1px solid var(--mentz-line);
	border-radius: 14px;
	background: #fff;
}

.mentz-dashboard-item--changes {
	border-color: #e7a89f !important;
	background: #fffafa !important;
}

.mentz-dashboard-item__body {
	min-width: 0;
	flex: 1;
}

.mentz-dashboard-item__help {
	margin: .45rem 0 0;
	color: var(--mentz-muted);
	font-size: .84rem;
}

.mentz-review-note {
	margin-top: .75rem;
	padding: .85rem 1rem;
	border-radius: 10px;
	background: #fff0ed;
	color: #71362f;
}

.mentz-review-note p {
	margin: .35rem 0 0;
	font-size: .88rem;
}

.mentz-dashboard-list h3 {
	margin: .35rem 0 0;
}

.mentz-status {
	font-size: .76rem;
	font-weight: 800;
}

.mentz-status--publish { color: #0d765f; }
.mentz-status--pending { color: #a76700; }
.mentz-status--changes { color: #a23e31; }
.mentz-status--draft { color: #5f6b70; }

@media (max-width: 900px) {
	.mentz-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mentz-filter-groups { grid-template-columns: 1fr; }
	.mentz-filter-pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mentz-form-progress { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mentz-profile-hero { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	.mentz-grid,
	.mentz-form-grid,
	.mentz-filter-pair,
	.mentz-dependent-grid,
	.mentz-details,
	.mentz-auth__grid,
	.mentz-auth-reset form { grid-template-columns: 1fr; }
	.mentz-directory-intro { border-radius: 16px; }
	.mentz-filter-actions { align-items: stretch; flex-direction: column; }
	.mentz-filter-actions .mentz-button { width: 100%; }
	.mentz-result-summary { align-items: flex-start; flex-direction: column; gap: .4rem; }
	.mentz-active-filter-list { justify-content: flex-start; }
	.mentz-form-progress { grid-template-columns: 1fr; }
	.mentz-profile-hero__image { min-height: 230px; }
	.mentz-dashboard-list article { align-items: flex-start; flex-direction: column; }
	.mentz-account-summary { align-items: flex-start; flex-direction: column; }
	.mentz-button--small { width: 100%; }
}
