/**
 * File: wp-content/plugins/pine-mountain-project/assets/css/frontend.css
 *
 * Namespaced Pine Mountain Project frontend. No global element restyles.
 */

.pmp-app {
	--pmp-green: #1c3f33;
	--pmp-green-deep: #132b23;
	--pmp-green-soft: #2d5a48;
	--pmp-cream: #f6f2ea;
	--pmp-text: #16352b;
	--pmp-muted: #3f5a4f;
	--pmp-font: "Muli", "Mulish", Helvetica, Arial, sans-serif;
	--pmp-serif: var(--pmp-font);
	--pmp-sans: var(--pmp-font);
	--pmp-page-gutter: clamp(20px, 4.5vw, 72px);
	--pmp-hero-gutter: clamp(20px, 5.5vw, 96px);
	--pmp-hero-lead: #f3eee4;
	--pmp-featured-text: #f6f2ea;
	background: var(--pmp-cream);
	color: var(--pmp-text);
	font-family: var(--pmp-sans);
	margin: 0;
}

.pmp-app .pmp-skip {
	left: 12px;
	position: absolute;
	top: -40px;
	z-index: 100;
}

.pmp-app .pmp-skip:focus {
	background: #fff;
	padding: 8px 12px;
	top: 12px;
}

.pmp-site-header {
	background: rgba(246, 242, 234, 0.94);
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	z-index: 20;
}

.pmp-app:has(.pmp-home) .pmp-site-header {
	background: transparent;
	position: absolute;
}

.pmp-site-header__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
	padding: 18px var(--pmp-page-gutter);
}

.pmp-logo {
	align-items: center;
	color: var(--pmp-green);
	display: inline-flex;
	gap: 10px;
	text-decoration: none;
}

.pmp-logo__text {
	font-family: var(--pmp-serif);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pmp-logo-mark {
	color: var(--pmp-green);
	flex: 0 0 auto;
}

.pmp-nav {
	align-items: center;
	display: flex;
	gap: 22px;
}

.pmp-nav__list {
	display: flex;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pmp-nav__link {
	background: transparent;
	border: 0;
	color: var(--pmp-green);
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 8px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.pmp-nav__link:focus-visible,
.pmp-btn:focus-visible {
	outline: 3px solid #c9a227;
	outline-offset: 2px;
}

.pmp-nav__item {
	position: relative;
}

.pmp-nav__caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
}

.pmp-nav__sub {
	background: rgba(255, 255, 255, 0.96);
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(18, 40, 32, 0.12);
	left: 0;
	list-style: none;
	margin: 8px 0 0;
	min-width: 180px;
	padding: 8px;
	position: absolute;
	top: 100%;
}

.pmp-nav__sub a {
	color: var(--pmp-green);
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}

.pmp-nav-toggle {
	background: transparent;
	border: 0;
	color: var(--pmp-green);
	display: none;
}

.pmp-btn {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.2;
	min-height: 44px;
	padding: 10px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.pmp-btn--solid {
	background: var(--pmp-green);
	border: 1px solid var(--pmp-green-deep);
	color: #fff;
}

.pmp-btn--ghost {
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid var(--pmp-green);
	color: var(--pmp-green);
}

.pmp-btn--outline-light {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.85);
	color: #fff;
}

.pmp-hero {
	background-image: var(--pmp-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--pmp-green);
	min-height: 100vh;
	position: relative;
}

.pmp-hero__overlay {
	background: linear-gradient(90deg, rgba(246, 242, 234, 0.82) 0%, rgba(246, 242, 234, 0.55) 38%, rgba(246, 242, 234, 0.08) 68%, rgba(246, 242, 234, 0) 100%);
	inset: 0;
	position: absolute;
}

.pmp-hero__content {
	box-sizing: border-box;
	max-width: 720px;
	padding: clamp(120px, 16vh, 180px) var(--pmp-hero-gutter) clamp(200px, 28vh, 280px);
	position: relative;
	z-index: 2;
}

.pmp-hero__title {
	font-family: var(--pmp-serif);
	font-size: clamp(2.4rem, 5vw, 4.4rem);
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 18px;
}

.pmp-hero__line {
	display: block;
}

.pmp-hero__lead {
	color: var(--pmp-hero-lead);
	font-size: 1.05rem;
	line-height: 1.55;
	margin: 0 0 24px;
	max-width: 34rem;
	text-shadow: 0 1px 10px rgba(19, 43, 35, 0.45);
}

.pmp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pmp-hero-stats {
	backdrop-filter: blur(8px);
	background: rgba(246, 242, 234, 0.72);
	border-radius: 16px;
	bottom: var(--pmp-hero-gutter);
	box-sizing: border-box;
	left: var(--pmp-hero-gutter);
	max-width: min(720px, calc(100% - (2 * var(--pmp-hero-gutter))));
	padding: 18px 20px 14px;
	position: absolute;
	z-index: 3;
}

.pmp-hero-stats__list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.pmp-hero-stats__list strong {
	display: block;
	font-family: var(--pmp-serif);
	font-size: 2rem;
	line-height: 1.1;
}

.pmp-hero-stats__label {
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pmp-hero-stats__hint {
	color: var(--pmp-muted);
	display: block;
	font-size: 13px;
}

.pmp-hero-stats__status {
	align-items: center;
	display: flex;
	font-size: 11px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.08em;
	margin: 12px 0 0;
	text-transform: uppercase;
}

.pmp-featured-card {
	align-items: stretch;
	background: var(--pmp-green);
	border-radius: 18px;
	bottom: var(--pmp-hero-gutter);
	box-shadow: 0 18px 40px rgba(12, 28, 22, 0.28);
	box-sizing: border-box;
	color: var(--pmp-featured-text);
	display: flex;
	gap: 16px;
	max-width: min(520px, calc(100% - (2 * var(--pmp-hero-gutter))));
	padding: 18px;
	position: absolute;
	right: var(--pmp-hero-gutter);
	z-index: 3;
}

.pmp-kicker {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.pmp-featured-card__title {
	font-family: var(--pmp-serif);
	font-size: 1.7rem;
	margin: 0 0 6px;
}

.pmp-featured-card__meta {
	margin: 0 0 14px;
	opacity: 0.92;
}

body.pmp-app .pmp-featured-card,
body.pmp-app .pmp-featured-card .pmp-kicker,
body.pmp-app .pmp-featured-card h2,
body.pmp-app .pmp-featured-card p,
body.pmp-app .pmp-featured-card a {
	color: var(--pmp-featured-text) !important;
}

body.pmp-app .pmp-hero .pmp-hero__lead {
	color: var(--pmp-hero-lead) !important;
}

body.pmp-app .pmp-featured-card a.pmp-btn--outline-light {
	border-color: rgba(246, 242, 234, 0.85);
	color: var(--pmp-featured-text);
}

.pmp-featured-card__media img {
	border-radius: 10px;
	display: block;
	height: 120px;
	object-fit: cover;
	width: 160px;
}

.pmp-section {
	padding: 72px 0;
}

.pmp-section--muted {
	background: #efe8db;
}

.pmp-wrap {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 var(--pmp-page-gutter);
}

.pmp-wrap--narrow {
	max-width: 720px;
}

.pmp-section h2,
.pmp-page h1,
.pmp-page h2 {
	font-family: var(--pmp-serif);
	font-weight: 700;
}

.pmp-map {
	background: #d9e2da;
	border-radius: 16px;
	height: 460px;
	margin: 24px 0 8px;
	min-width: 0;
	overflow: hidden;
}

.pmp-map--pin {
	height: 280px;
}

.pmp-map-fallback {
	color: var(--pmp-muted);
	font-size: 0.95rem;
}

.pmp-card-grid,
.pmp-photo-grid,
.pmp-goals {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.pmp-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(20, 40, 32, 0.06);
	min-width: 0;
	overflow: hidden;
}

.pmp-card__img {
	display: block;
	height: 180px;
	object-fit: cover;
	width: 100%;
}

.pmp-card__body {
	padding: 18px;
}

.pmp-card h3,
.pmp-card h2 {
	margin: 0 0 8px;
}

.pmp-card a {
	color: inherit;
	text-decoration: none;
}

.pmp-photo img {
	border-radius: 12px;
	display: block;
	height: 220px;
	object-fit: cover;
	width: 100%;
}

.pmp-label {
	background: rgba(28, 63, 51, 0.08);
	border-radius: 999px;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-right: 8px;
	padding: 3px 8px;
	text-transform: uppercase;
}

.pmp-goal {
	background: #fff;
	border-radius: 16px;
	padding: 20px;
}

.pmp-goal__count {
	font-family: var(--pmp-serif);
	font-size: 2rem;
	margin: 0 0 8px;
}

.pmp-site-footer {
	background: var(--pmp-green-deep);
	color: #e7efe9;
	padding: 36px 24px;
	text-align: center;
}

.pmp-page {
	padding: 32px 0 64px;
}

.pmp-form .pmp-field {
	margin: 0 0 16px;
}

.pmp-app .pmp-form fieldset.pmp-field {
	border: 1px solid #c9d4cc;
	border-radius: 12px;
	box-sizing: border-box;
	margin: 0 0 20px;
	min-width: 0;
	padding: 20px 22px 22px;
}

.pmp-app .pmp-form fieldset.pmp-field legend {
	display: block;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0 10px;
}

.pmp-app .pmp-form fieldset.pmp-field > p {
	margin: 12px 0 0;
}

.pmp-app .pmp-form fieldset.pmp-field > p:last-child {
	margin-bottom: 0;
}

.pmp-form label,
.pmp-form legend {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}

.pmp-form input:not([type="checkbox"]):not([type="radio"]),
.pmp-form select,
.pmp-form textarea {
	border: 1px solid #c9d4cc;
	border-radius: 8px;
	box-sizing: border-box;
	font: inherit;
	padding: 10px 12px;
	width: 100%;
}

.pmp-choice {
	display: flex;
	font-weight: 600;
	gap: 8px;
	margin: 6px 0;
}

.pmp-notice {
	background: #e7f0ea;
	border-radius: 10px;
	padding: 12px 14px;
}

.pmp-status {
	min-height: 1.4em;
}

.pmp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0;
}

.pmp-landmark-locate {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 20px;
}

body.pmp-app a.pmp-maps-link {
	background: var(--pmp-green);
	border: 1px solid var(--pmp-green-deep);
	color: #fff;
	text-decoration: none;
}

body.pmp-app a.pmp-maps-link:hover,
body.pmp-app a.pmp-maps-link:focus {
	background: var(--pmp-green-deep);
	color: #fff;
}

body.pmp-app a.pmp-landmarks-link {
	background: #fff;
	border: 1px solid var(--pmp-green);
	color: var(--pmp-green);
	text-decoration: none;
}

body.pmp-app a.pmp-landmarks-link:hover,
body.pmp-app a.pmp-landmarks-link:focus {
	background: var(--pmp-cream);
	color: var(--pmp-green-deep);
}

.pmp-hero-figure img {
	border-radius: 16px;
	display: block;
	height: auto;
	max-width: 100%;
}

.pmp-timeline {
	display: grid;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pmp-icon {
	background: currentColor;
	display: inline-block;
	height: 16px;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	vertical-align: middle;
	width: 16px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.pmp-icon--pin {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E");
}

.pmp-icon--people {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16 11a4 4 0 1 0-4-4 4 4 0 0 0 4 4zM8 12a3.5 3.5 0 1 0-3.5-3.5A3.5 3.5 0 0 0 8 12zm8 2c-3 0-6 1.5-6 4v2h12v-2c0-2.5-3-4-6-4zM8 14c-.7 0-1.4.08-2 .22C4.2 14.7 2 16 2 18v2h6v-2c0-1.4.5-2.6 1.4-3.5A9.4 9.4 0 0 0 8 14z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16 11a4 4 0 1 0-4-4 4 4 0 0 0 4 4zM8 12a3.5 3.5 0 1 0-3.5-3.5A3.5 3.5 0 0 0 8 12zm8 2c-3 0-6 1.5-6 4v2h12v-2c0-2.5-3-4-6-4zM8 14c-.7 0-1.4.08-2 .22C4.2 14.7 2 16 2 18v2h6v-2c0-1.4.5-2.6 1.4-3.5A9.4 9.4 0 0 0 8 14z'/%3E%3C/svg%3E");
}

.pmp-icon--camera {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 5h-3.2l-1.2-2H8.4L7.2 5H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm-8 13a5 5 0 1 1 5-5 5 5 0 0 1-5 5z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 5h-3.2l-1.2-2H8.4L7.2 5H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm-8 13a5 5 0 1 1 5-5 5 5 0 0 1-5 5z'/%3E%3C/svg%3E");
}

.pmp-icon--clock {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm1 11H7V11h4V6h2z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm1 11H7V11h4V6h2z'/%3E%3C/svg%3E");
}

.pmp-leaflet-popup h3 {
	font-size: 1rem;
	margin: 0 0 6px;
}

@media (max-width: 960px) {
	.pmp-nav-toggle {
		display: inline-flex;
		align-items: center;
		gap: 8px;
	}

	.pmp-nav {
		background: rgba(246, 242, 234, 0.97);
		border-radius: 16px;
		display: none;
		flex-direction: column;
		padding: 16px;
		position: absolute;
		right: 16px;
		top: 64px;
		width: min(320px, calc(100% - 32px));
	}

	.pmp-nav.is-open {
		display: flex;
	}

	.pmp-nav__list {
		flex-direction: column;
		width: 100%;
	}

	.pmp-nav__sub {
		position: static;
		box-shadow: none;
	}

	.pmp-hero__content {
		padding: 110px var(--pmp-hero-gutter) 24px;
	}

	.pmp-hero-stats,
	.pmp-featured-card {
		bottom: auto;
		left: auto;
		margin-left: var(--pmp-hero-gutter);
		margin-right: var(--pmp-hero-gutter);
		max-width: none;
		position: relative;
		right: auto;
		width: auto;
	}

	.pmp-hero-stats {
		margin-bottom: 16px;
		margin-top: 0;
	}

	.pmp-featured-card {
		flex-direction: column;
		margin-bottom: 24px;
		margin-top: 0;
	}

	.pmp-hero-stats__list {
		grid-template-columns: 1fr;
	}

	.pmp-hero {
		min-height: 0;
	}

	.pmp-featured-card__media img {
		height: 160px;
		width: 100%;
	}
}

body.pmp-app #page-top.site > .pmp-home,
body.pmp-app #page-top.site > .pmp-page {
	box-sizing: border-box;
	max-width: none;
	width: 100%;
}

body.pmp-app .pmp-hero,
body.pmp-app .pmp-section {
	max-width: none;
}

body.pmp-app .page-header #hero,
body.pmp-app .page-header .h-hero,
body.pmp-suppress-colibri-hero #hero.h-hero {
	display: none !important;
}

body.pmp-app .page-header {
	min-height: 0;
}

body.pmp-app:not(:has(.pmp-home)) .h-navigation_outer.h-navigation_overlap {
	position: relative !important;
}

body.pmp-app .page-header,
body.pmp-app .h-navigation_outer,
body.pmp-app .h-navigation,
body.pmp-app .h-navigation .h-section-grid-container,
body.pmp-app .h-navigation .h-row-container,
body.pmp-app .h-navigation .h-column,
body.pmp-app .h-navigation .h-column__inner {
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

body.pmp-app .h-navigation_outer {
	pointer-events: none;
}

body.pmp-app .h-navigation_outer a,
body.pmp-app .h-navigation_outer button,
body.pmp-app .h-navigation_outer input,
body.pmp-app .h-navigation_outer .nad-hamburger,
body.pmp-app .h-navigation_outer [data-colibri-component="button"] {
	pointer-events: auto;
}

body.pmp-app [data-placeholder-provider="navigation-menu"],
body.pmp-app .page-header [data-colibri-component="dropdown-menu"],
body.pmp-app .h-column-container:has([data-placeholder-provider="navigation-menu"]),
body.pmp-app .h-main-menu,
body.pmp-app .h-menu-horizontal .colibri-menu,
body.pmp-app .h-offcanvas-panel,
body.pmp-app [id^="offcanvas-wrapper-"],
body.pmp-app [id^="offcanvas-overlay-"] {
	background: transparent !important;
	box-shadow: none !important;
	display: none !important;
	height: 0 !important;
	opacity: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	visibility: hidden !important;
	width: 0 !important;
}

.pmp-muted,
.pmp-help {
	color: var(--pmp-muted);
	display: block;
	font-size: 0.92rem;
	margin-top: 6px;
}

.pmp-notice--error {
	background: #f8e8e4;
}

.pmp-notice--success {
	background: #e7f0ea;
}

.pmp-notice--info {
	background: #eef3ea;
}

.pmp-page.pmp-login {
	padding: 0;
}

.pmp-login-hero {
	align-items: center;
	background-image: var(--pmp-hero-image);
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: min(88vh, 820px);
	padding: 48px var(--pmp-page-gutter);
	position: relative;
}

.pmp-login-hero__overlay {
	background: linear-gradient(180deg, rgba(19, 43, 35, 0.42) 0%, rgba(19, 43, 35, 0.58) 100%);
	inset: 0;
	position: absolute;
}

.pmp-login-card {
	background: rgba(255, 255, 255, 0.96);
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(18, 40, 32, 0.18);
	box-sizing: border-box;
	max-width: 460px;
	padding: 28px 26px 24px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.pmp-login-card__brand {
	align-items: center;
	color: var(--pmp-green);
	display: flex;
	gap: 10px;
	margin-bottom: 12px;
}

.pmp-login-card__project {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
}

.pmp-login-card h1 {
	font-size: clamp(1.6rem, 4vw, 2rem);
	margin: 0 0 8px;
}

.pmp-login-card__lede {
	color: var(--pmp-muted);
	margin: 0 0 18px;
}

.pmp-field--password {
	position: relative;
}

.pmp-password-toggle {
	background: transparent;
	border: 0;
	color: var(--pmp-green);
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	margin-top: 6px;
	padding: 4px 0;
	text-decoration: underline;
}

.pmp-field--check label {
	align-items: center;
	display: flex;
	font-weight: 600;
	gap: 8px;
}

.pmp-login-form .pmp-btn {
	width: 100%;
}

.pmp-login-links {
	margin: 16px 0 0;
}

.pmp-login-links a {
	color: var(--pmp-green);
	font-weight: 700;
}

.pmp-member-header {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.pmp-member-hello {
	margin: 0;
}

.pmp-member-nav {
	margin: 0 0 28px;
}

.pmp-member-nav__toggle {
	background: #fff;
	border: 1px solid var(--pmp-green);
	border-radius: 8px;
	color: var(--pmp-green);
	display: none;
	font-weight: 700;
	min-height: 44px;
	padding: 8px 14px;
}

.pmp-member-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pmp-member-nav__list a {
	color: var(--pmp-green);
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	min-height: 44px;
	padding: 10px 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.pmp-member-nav__list a:focus-visible,
.pmp-member-nav__toggle:focus-visible,
.pmp-password-toggle:focus-visible {
	outline: 3px solid #c9a227;
	outline-offset: 2px;
}

.pmp-member-section {
	margin: 0 0 40px;
}

.pmp-stat-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.pmp-stat-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(20, 40, 32, 0.06);
	min-width: 0;
	padding: 18px;
}

.pmp-stat-card__value {
	font-family: var(--pmp-serif);
	font-size: 2rem;
	margin: 0 0 6px;
}

.pmp-stat-card h3 {
	font-size: 0.95rem;
	margin: 0;
}

.pmp-empty {
	background: #fff;
	border-radius: 16px;
	padding: 20px 22px;
}

.pmp-contrib-list,
.pmp-visit-list,
.pmp-history-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.pmp-contrib-item,
.pmp-visit-item,
.pmp-history-list li {
	align-items: flex-start;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(20, 40, 32, 0.05);
	display: flex;
	gap: 14px;
	justify-content: space-between;
	min-width: 0;
	padding: 14px 16px;
}

.pmp-contrib-item__thumb {
	border-radius: 10px;
	flex: 0 0 72px;
	height: 72px;
	object-fit: cover;
	width: 72px;
}

.pmp-contrib-item__body {
	min-width: 0;
}

.pmp-contrib-item h3 {
	font-size: 1.05rem;
	margin: 0 0 6px;
}

.pmp-contrib-item__meta {
	color: var(--pmp-muted);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 0;
}

.pmp-status-badge {
	border-radius: 999px;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 3px 8px;
	text-transform: uppercase;
}

.pmp-status-badge--pending {
	background: #f3ead0;
	color: #6a4b12;
}

.pmp-status-badge--approved {
	background: #dcecdc;
	color: #1c3f33;
}

.pmp-status-badge--needs_info,
.pmp-status-badge--research_needed {
	background: #e7eef6;
	color: #243b55;
}

.pmp-status-badge--rejected {
	background: #f6dede;
	color: #6b2424;
}

.pmp-visit-item time,
.pmp-history-list time,
.pmp-contrib-item time {
	color: var(--pmp-muted);
	white-space: nowrap;
}

.pmp-account-form {
	background: #fff;
	border-radius: 16px;
	max-width: 560px;
	padding: 22px;
}

@media (max-width: 720px) {
	.pmp-member-nav__toggle {
		display: inline-flex;
		align-items: center;
	}

	.pmp-member-nav__list {
		background: #fff;
		border-radius: 12px;
		display: none;
		flex-direction: column;
		margin-top: 10px;
		padding: 8px 12px;
	}

	.pmp-member-nav__list.is-open {
		display: flex;
	}

	.pmp-contrib-item,
	.pmp-visit-item,
	.pmp-history-list li {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pmp-app * {
		animation: none !important;
		transition: none !important;
	}
}
