/*
Theme Name: GMFHOA
Theme URI: https://gmfhoa.org
Author: GMFHOA
Description: GMFHOA child theme for the public website modernization.
Template: generatepress
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: gmfhoa
*/

:root {
	--gmfhoa-forest: #285a43;
	--gmfhoa-forest-dark: #143828;
	--gmfhoa-river: #276a7a;
	--gmfhoa-ink: #202832;
	--gmfhoa-muted: #5d6875;
	--gmfhoa-border: #d9e1df;
	--gmfhoa-surface: #f6f8f5;
	--gmfhoa-surface-strong: #eef4ef;
	--gmfhoa-white: #ffffff;
	--gmfhoa-focus: #b35c1e;
	--gmfhoa-radius: 8px;
	--gmfhoa-shadow: 0 14px 30px rgba(32, 40, 50, 0.12);
	--gmfhoa-shadow-soft: 0 10px 22px rgba(32, 40, 50, 0.08);
}

body {
	color: var(--gmfhoa-ink);
	background: var(--gmfhoa-white);
	font-size: 18px;
	line-height: 1.65;
}

a {
	color: var(--gmfhoa-forest);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--gmfhoa-river);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.wp-block-button__link:focus-visible {
	outline: 3px solid var(--gmfhoa-focus);
	outline-offset: 3px;
}

.site-header {
	background: var(--gmfhoa-forest-dark);
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 1px 0 rgba(20, 56, 40, 0.2);
	color: var(--gmfhoa-white);
}

.site-header a,
.site-header a:hover,
.site-header a:focus {
	color: var(--gmfhoa-white);
}

.inside-header {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding-top: 12px;
	padding-bottom: 12px;
}

.site-logo {
	flex: 0 0 auto;
	line-height: 0;
}

.site-logo img {
	max-height: 54px;
	width: auto;
}

.site-header .main-navigation {
	margin-left: auto;
	border-bottom: 0;
	background: transparent;
}

.site-header .main-navigation .inside-navigation {
	justify-content: flex-end;
	min-height: auto;
}

.site-header .main-navigation .main-nav > ul > li > a,
.site-header .main-navigation .menu-toggle {
	color: var(--gmfhoa-white);
	line-height: 2.4;
}

.site-header .main-navigation .main-nav > ul > li:hover > a,
.site-header .main-navigation .main-nav > ul > li:focus > a,
.site-header .main-navigation .main-nav > ul > li.sfHover > a,
.site-header .main-navigation .main-nav > ul > li[class*="current-menu-"] > a {
	color: var(--gmfhoa-white);
	background: rgba(255, 255, 255, 0.14);
}

.main-navigation,
.main-navigation ul ul {
	background: var(--gmfhoa-white);
}

.main-navigation {
	border-bottom: 1px solid var(--gmfhoa-border);
}

.main-navigation .inside-navigation {
	min-height: 56px;
}

.main-navigation .main-nav ul li a,
.menu-toggle {
	color: var(--gmfhoa-ink);
	font-weight: 700;
	letter-spacing: 0;
}

.main-navigation .menu-toggle,
.main-navigation .menu-toggle:hover,
.main-navigation .menu-toggle:focus {
	color: var(--gmfhoa-ink);
	background: transparent;
	font-weight: 800;
}

.main-navigation .menu-toggle .mobile-menu {
	color: inherit;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li.sfHover > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: var(--gmfhoa-forest);
	background: var(--gmfhoa-surface-strong);
}

.main-navigation .main-nav ul li.gmfhoa-hide-on-resident-portal {
	display: none;
}

.main-navigation .main-nav ul li.portal-menu-item > a,
.main-navigation .main-nav ul li.menu-item-portal > a,
.main-navigation .main-nav ul li > a[href*="/resident-portal/"] {
	color: var(--gmfhoa-white);
	background: var(--gmfhoa-forest);
	border-radius: 999px;
	line-height: 2.4;
	margin-top: 7px;
	margin-left: 10px;
	padding-right: 18px;
	padding-left: 18px;
}

.site-header .main-navigation .main-nav > ul > li.portal-menu-item > a,
.site-header .main-navigation .main-nav > ul > li.menu-item-portal > a,
.site-header .main-navigation .main-nav > ul > li > a[href*="/resident-portal/"] {
	color: var(--gmfhoa-forest-dark);
	background: var(--gmfhoa-white);
	min-height: 42px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 42px;
	margin-top: 0;
	border: 1px solid rgba(255, 255, 255, 0.72);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.main-navigation .main-nav ul li.portal-menu-item > a:hover,
.main-navigation .main-nav ul li.menu-item-portal > a:hover,
.main-navigation .main-nav ul li > a[href*="/resident-portal/"]:hover,
.main-navigation .main-nav ul li.portal-menu-item[class*="current-menu-"] > a,
.main-navigation .main-nav ul li.menu-item-portal[class*="current-menu-"] > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a[href*="/resident-portal/"] {
	color: var(--gmfhoa-white);
	background: var(--gmfhoa-forest-dark);
}

.site-header .main-navigation .main-nav > ul > li.portal-menu-item > a:hover,
.site-header .main-navigation .main-nav > ul > li.menu-item-portal > a:hover,
.site-header .main-navigation .main-nav > ul > li > a[href*="/resident-portal/"]:hover,
.site-header .main-navigation .main-nav > ul > li.portal-menu-item[class*="current-menu-"] > a,
.site-header .main-navigation .main-nav > ul > li.menu-item-portal[class*="current-menu-"] > a,
.site-header .main-navigation .main-nav > ul > li[class*="current-menu-"] > a[href*="/resident-portal/"] {
	color: var(--gmfhoa-forest-dark);
	background: var(--gmfhoa-surface-strong);
}

.site-content {
	padding-top: 0;
	padding-bottom: 56px;
}

.gmfhoa-modern-page.separate-containers .site-main {
	margin-top: 0;
}

.gmfhoa-modern-page.separate-containers .inside-article {
	padding-top: 0;
}

.gmfhoa-modern-page:not(.home).separate-containers .inside-article {
	padding-top: clamp(34px, 5vw, 58px);
}

.gmfhoa-modern-page:not(.home) .entry-content > .gmfhoa-section-heading:first-child {
	max-width: 860px;
	margin-bottom: clamp(28px, 4vw, 44px);
	padding-bottom: clamp(22px, 4vw, 34px);
	border-bottom: 1px solid var(--gmfhoa-border);
}

.gmfhoa-modern-page:not(.home) .entry-content > .gmfhoa-section-heading:first-child h1 {
	max-width: 820px;
	font-size: clamp(2.15rem, 4vw, 3.75rem);
}

.entry-header,
.page-header {
	margin-bottom: 1.75rem;
}

.entry-title,
.page-title {
	color: var(--gmfhoa-forest-dark);
	font-size: clamp(2rem, 4vw, 3.75rem);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	color: var(--gmfhoa-forest-dark);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
}

.entry-content h2 {
	margin-top: 2.5rem;
	font-size: clamp(1.65rem, 2.6vw, 2.35rem);
}

.entry-content h3 {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.entry-content .wp-block-group.has-background {
	border-radius: var(--gmfhoa-radius);
}

.wp-block-button__link,
.button,
button,
input[type="button"],
input[type="submit"] {
	border-radius: 999px;
	background: var(--gmfhoa-forest);
	color: var(--gmfhoa-white);
	font-weight: 800;
	letter-spacing: 0;
}

.wp-block-button__link:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background: var(--gmfhoa-forest-dark);
	color: var(--gmfhoa-white);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border-color: var(--gmfhoa-forest);
	color: var(--gmfhoa-forest);
	background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--gmfhoa-white);
	background: var(--gmfhoa-forest);
}

.gmfhoa-hero {
	display: grid;
	gap: 28px;
	align-items: center;
	padding: clamp(42px, 7vw, 84px) 0;
}

.gmfhoa-hero--photo {
	position: relative;
	min-height: min(500px, 62vh);
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: max(24px, calc((100vw - 1120px) / 2));
	padding-left: max(24px, calc((100vw - 1120px) / 2));
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(20, 56, 40, 0.92), rgba(20, 56, 40, 0.66) 48%, rgba(20, 56, 40, 0.18)),
		url("/wp-content/uploads/2020/06/GMFHOA-Front-Entrance-Sign-Jun-2020-scaled.webp") center center / cover no-repeat;
	color: var(--gmfhoa-white);
}

.gmfhoa-hero--photo > * {
	position: relative;
	z-index: 1;
}

.gmfhoa-hero__kicker {
	margin-bottom: 0.5rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gmfhoa-hero__title {
	max-width: 820px;
	margin: 0;
	color: var(--gmfhoa-white);
	font-size: clamp(2.2rem, 6vw, 4.8rem);
	line-height: 1;
	letter-spacing: 0;
}

.gmfhoa-hero__summary {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.gmfhoa-hero .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.72);
	color: var(--gmfhoa-white);
}

.gmfhoa-hero .wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: var(--gmfhoa-white);
	background: var(--gmfhoa-white);
	color: var(--gmfhoa-forest-dark);
}

.gmfhoa-section-heading {
	max-width: 780px;
	margin-bottom: 1.4rem;
}

.gmfhoa-section-heading--wide {
	max-width: 920px;
}

.gmfhoa-section-heading p {
	color: var(--gmfhoa-muted);
	font-size: 1.05rem;
}

.gmfhoa-section-heading h1 {
	max-width: 820px;
	margin-top: 0;
	color: var(--gmfhoa-forest-dark);
	font-size: clamp(2.15rem, 4vw, 3.75rem);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: 0;
}

.gmfhoa-lede {
	color: var(--gmfhoa-muted);
	font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.gmfhoa-eyebrow {
	margin-bottom: 0.4rem;
	color: var(--gmfhoa-river);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gmfhoa-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 1.5rem;
}

.gmfhoa-page-actions .wp-block-button {
	margin: 0;
}

.gmfhoa-task-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin: 2rem 0;
}

.gmfhoa-task-grid--home {
	margin-top: clamp(24px, 4vw, 42px);
	margin-bottom: clamp(34px, 5vw, 54px);
}

.gmfhoa-task-card {
	display: flex;
	min-height: 150px;
	flex-direction: column;
	gap: 10px;
	justify-content: space-between;
	padding: 22px;
	border: 1px solid var(--gmfhoa-border);
	border-radius: var(--gmfhoa-radius);
	background: var(--gmfhoa-white);
	box-shadow: 0 1px 0 rgba(32, 40, 50, 0.04);
	text-decoration: none;
}

.gmfhoa-task-card:hover,
.gmfhoa-task-card:focus {
	border-color: var(--gmfhoa-river);
	box-shadow: var(--gmfhoa-shadow);
	text-decoration: none;
	transform: translateY(-1px);
}

.gmfhoa-task-card strong {
	color: var(--gmfhoa-forest-dark);
	font-size: 1.1rem;
	line-height: 1.2;
}

.gmfhoa-task-card span {
	color: var(--gmfhoa-muted);
	font-size: 0.95rem;
}

.gmfhoa-section {
	margin-top: clamp(34px, 6vw, 70px);
	margin-bottom: clamp(34px, 6vw, 70px);
}

.gmfhoa-home-section {
	scroll-margin-top: 110px;
	margin-top: clamp(42px, 7vw, 86px);
	margin-bottom: clamp(42px, 7vw, 86px);
}

.gmfhoa-anchor-nav {
	position: sticky;
	z-index: 3;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0 calc(50% - 50vw) clamp(28px, 5vw, 56px);
	padding: 12px max(24px, calc((100vw - 1120px) / 2));
	border-bottom: 1px solid var(--gmfhoa-border);
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(10px);
}

.gmfhoa-anchor-nav a {
	padding: 8px 12px;
	border-radius: 999px;
	color: var(--gmfhoa-forest-dark);
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: none;
}

.gmfhoa-anchor-nav a:hover,
.gmfhoa-anchor-nav a:focus {
	background: var(--gmfhoa-surface-strong);
	color: var(--gmfhoa-forest);
}

.gmfhoa-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 16px;
	margin: clamp(24px, 4vw, 42px) 0;
}

.gmfhoa-card-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gmfhoa-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gmfhoa-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gmfhoa-info-card,
.gmfhoa-link-card,
.gmfhoa-fact {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	gap: 10px;
	padding: 22px;
	border: 1px solid var(--gmfhoa-border);
	border-radius: var(--gmfhoa-radius);
	background: var(--gmfhoa-white);
	box-shadow: 0 1px 0 rgba(32, 40, 50, 0.04);
}

.gmfhoa-info-card h3,
.gmfhoa-link-card strong {
	margin: 0;
	color: var(--gmfhoa-forest-dark);
	font-size: 1.12rem;
	line-height: 1.2;
}

.gmfhoa-info-card p,
.gmfhoa-link-card span {
	margin: 0;
	color: var(--gmfhoa-muted);
	font-size: 0.95rem;
	line-height: 1.5;
}

.gmfhoa-link-card .gmfhoa-card-action {
	align-self: flex-end;
	margin-top: auto;
	color: var(--gmfhoa-forest);
	font-weight: 800;
	text-align: right;
}

.gmfhoa-info-card a {
	margin-top: auto;
	font-weight: 800;
}

.gmfhoa-portal-access-card {
	position: relative;
}

.gmfhoa-portal-access-card.is-active {
	border-color: var(--gmfhoa-forest);
	background: var(--gmfhoa-surface);
	box-shadow: var(--gmfhoa-shadow);
}

.gmfhoa-portal-access-card__header {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
}

.gmfhoa-portal-access-card__header .gmfhoa-eyebrow {
	margin: 0;
}

.gmfhoa-portal-access-card__header span {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--gmfhoa-forest);
	color: var(--gmfhoa-white);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
}

.gmfhoa-link-card {
	text-decoration: none;
}

.gmfhoa-link-card:hover,
.gmfhoa-link-card:focus {
	border-color: var(--gmfhoa-river);
	box-shadow: var(--gmfhoa-shadow);
	text-decoration: none;
	transform: translateY(-1px);
}

.gmfhoa-split-feature {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
	gap: clamp(26px, 5vw, 58px);
	align-items: center;
	margin-bottom: clamp(28px, 5vw, 56px);
	padding-bottom: clamp(22px, 4vw, 34px);
	border-bottom: 1px solid var(--gmfhoa-border);
}

.gmfhoa-feature-media {
	margin: 0;
}

.gmfhoa-feature-media img,
.gmfhoa-history-figure img,
.gmfhoa-photo-grid img {
	display: block;
	width: 100%;
	border-radius: var(--gmfhoa-radius);
	object-fit: cover;
	box-shadow: 0 10px 24px rgba(32, 40, 50, 0.12);
}

.gmfhoa-feature-media img {
	aspect-ratio: 4 / 5;
}

.gmfhoa-fact {
	min-height: 130px;
	justify-content: center;
}

.gmfhoa-fact strong {
	color: var(--gmfhoa-river);
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 0.95;
}

.gmfhoa-fact span {
	color: var(--gmfhoa-muted);
	font-weight: 800;
	line-height: 1.25;
}

.gmfhoa-two-column {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
	gap: clamp(24px, 4vw, 46px);
	align-items: start;
}

.gmfhoa-two-column > *,
.gmfhoa-contact-form {
	min-width: 0;
}

.gmfhoa-callout {
	padding: 22px;
	border: 1px solid var(--gmfhoa-border);
	border-radius: var(--gmfhoa-radius);
	background: var(--gmfhoa-surface);
}

.gmfhoa-callout h2,
.gmfhoa-callout h3 {
	margin-top: 0;
}

.gmfhoa-route-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gmfhoa-route-list--wide {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.gmfhoa-route-list li {
	display: grid;
	gap: 4px;
	padding: 16px 18px;
	border: 1px solid var(--gmfhoa-border);
	border-radius: var(--gmfhoa-radius);
	background: var(--gmfhoa-white);
}

.gmfhoa-route-list strong {
	color: var(--gmfhoa-forest-dark);
	font-size: 1rem;
	line-height: 1.3;
}

.gmfhoa-route-list span {
	color: var(--gmfhoa-muted);
	font-size: 0.95rem;
	line-height: 1.5;
}

.gmfhoa-status-list {
	display: grid;
	gap: 10px;
	padding-left: 0;
	list-style: none;
}

.gmfhoa-status-list li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	padding: 10px 0;
	border-bottom: 1px solid var(--gmfhoa-border);
}

.gmfhoa-status-list li:last-child {
	border-bottom: 0;
}

.gmfhoa-status-list strong {
	min-width: 112px;
	color: var(--gmfhoa-forest-dark);
}

.gmfhoa-document-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin: 1.4rem 0;
	padding: 14px 16px;
	border: 1px solid var(--gmfhoa-border);
	border-radius: var(--gmfhoa-radius);
	background: var(--gmfhoa-surface);
}

.gmfhoa-document-toolbar p {
	margin: 0;
	color: var(--gmfhoa-muted);
}

.gmfhoa-band {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: clamp(36px, 6vw, 70px) max(24px, calc((100vw - 1120px) / 2));
	background: var(--gmfhoa-surface);
}

.gmfhoa-empty-state {
	margin: clamp(24px, 4vw, 42px) 0;
	padding: 22px;
	border: 1px dashed var(--gmfhoa-border);
	border-radius: var(--gmfhoa-radius);
	background: var(--gmfhoa-surface);
}

.gmfhoa-empty-state h2,
.gmfhoa-empty-state h3 {
	margin-top: 0;
}

.gmfhoa-empty-state p {
	margin-bottom: 0;
	color: var(--gmfhoa-muted);
}

.gmfhoa-document-list {
	display: grid;
	gap: 12px;
	padding: 0;
	list-style: none;
}

.gmfhoa-document-list li {
	display: grid;
	gap: 4px;
	padding: 16px 18px;
	border: 1px solid var(--gmfhoa-border);
	border-radius: var(--gmfhoa-radius);
	background: var(--gmfhoa-white);
}

.gmfhoa-document-list a {
	font-weight: 800;
}

.gmfhoa-document-list small {
	color: var(--gmfhoa-muted);
}

.gmfhoa-library-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 4vw, 46px);
	align-items: start;
	margin-top: clamp(24px, 4vw, 42px);
}

.gmfhoa-file-panel {
	min-width: 0;
}

.gmfhoa-file-panel h2,
.gmfhoa-file-panel h3 {
	margin-top: 0;
}

.gmfhoa-file-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gmfhoa-file-list--compact {
	max-width: 900px;
}

.gmfhoa-file-list li {
	min-width: 0;
}

.gmfhoa-file-link {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 14px 16px;
	border: 1px solid rgba(20, 56, 40, 0.14);
	border-radius: var(--gmfhoa-radius);
	background: var(--gmfhoa-white);
	box-shadow: 0 1px 0 rgba(32, 40, 50, 0.04);
	color: inherit;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.gmfhoa-file-link:hover,
.gmfhoa-file-link:focus {
	border-color: rgba(29, 94, 74, 0.45);
	background: var(--gmfhoa-surface-strong);
	box-shadow: var(--gmfhoa-shadow-soft);
	color: inherit;
}

.gmfhoa-file-link:hover .gmfhoa-file-cta,
.gmfhoa-file-link:focus .gmfhoa-file-cta {
	color: var(--gmfhoa-river);
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.gmfhoa-file-main {
	min-width: 0;
}

.gmfhoa-file-cta {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	color: var(--gmfhoa-forest);
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.gmfhoa-file-list strong,
.gmfhoa-file-list small {
	display: block;
}

.gmfhoa-file-list strong {
	color: var(--gmfhoa-forest-dark);
	line-height: 1.25;
}

.gmfhoa-file-list small,
.gmfhoa-note {
	color: var(--gmfhoa-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.gmfhoa-file-list .button,
.gmfhoa-file-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0.55rem 1rem;
	font-size: 0.9rem;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.gmfhoa-file-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.gmfhoa-button-secondary {
	border: 1px solid var(--gmfhoa-border);
	background: var(--gmfhoa-white);
	color: var(--gmfhoa-forest);
}

.gmfhoa-button-secondary:hover,
.gmfhoa-button-secondary:focus {
	border-color: var(--gmfhoa-forest);
	background: var(--gmfhoa-surface-strong);
	color: var(--gmfhoa-forest-dark);
}

.gmfhoa-note {
	margin-top: 12px;
	margin-bottom: 0;
}

.gmfhoa-meta-list {
	display: grid;
	gap: 12px;
	padding-left: 0;
	list-style: none;
}

.gmfhoa-meta-list li {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--gmfhoa-border);
}

.gmfhoa-meta-list strong,
.gmfhoa-meta-list span {
	display: block;
}

.gmfhoa-meta-list span {
	color: var(--gmfhoa-muted);
}

.gmfhoa-photo-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin: clamp(20px, 4vw, 34px) 0;
}

.gmfhoa-photo-grid img {
	aspect-ratio: 1 / 1;
}

.gmfhoa-team-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 4vw, 46px);
}

.gmfhoa-contact-list {
	display: grid;
	gap: 10px;
	margin: 0;
}

.gmfhoa-contact-list div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(120px, 0.55fr);
	gap: 12px;
	align-items: baseline;
	padding: 12px 0;
	border-bottom: 1px solid var(--gmfhoa-border);
}

.gmfhoa-contact-list dt {
	color: var(--gmfhoa-forest-dark);
	font-weight: 800;
}

.gmfhoa-contact-list dd {
	margin: 0;
	color: var(--gmfhoa-muted);
}

.gmfhoa-contact-form .forminator-ui,
.gmfhoa-modern-page .forminator-ui {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 22px !important;
	border: 1px solid var(--gmfhoa-border) !important;
	border-radius: var(--gmfhoa-radius) !important;
	background: var(--gmfhoa-white) !important;
	box-shadow: 0 1px 0 rgba(32, 40, 50, 0.04);
}

.gmfhoa-contact-form .forminator-ui input,
.gmfhoa-contact-form .forminator-ui select,
.gmfhoa-contact-form .forminator-ui textarea,
.gmfhoa-modern-page .forminator-ui input,
.gmfhoa-modern-page .forminator-ui select,
.gmfhoa-modern-page .forminator-ui textarea {
	box-sizing: border-box !important;
	max-width: 100% !important;
	border-color: var(--gmfhoa-border) !important;
	border-radius: var(--gmfhoa-radius) !important;
}

.gmfhoa-modern-page .forminator-ui .forminator-row,
.gmfhoa-modern-page .forminator-ui .forminator-field,
.gmfhoa-modern-page .forminator-ui [class*="forminator-col"] {
	box-sizing: border-box !important;
	max-width: 100% !important;
}

.gmfhoa-history-figure {
	margin: 0;
}

.gmfhoa-history-figure img {
	max-width: 220px;
	aspect-ratio: 1 / 1.28;
	margin-left: auto;
}

.gmfhoa-history-figure figcaption,
.gmfhoa-source-note {
	color: var(--gmfhoa-muted);
	font-size: 0.9rem;
}

.gmfhoa-source-note {
	margin-bottom: 0;
}

.gmfhoa-site.elementor-page .site {
	max-width: none;
	background: var(--gmfhoa-white);
}

.gmfhoa-site.elementor-page .site-content {
	padding-bottom: 0;
}

.gmfhoa-site.elementor-page .elementor {
	width: 100%;
	color: var(--gmfhoa-ink);
	font-size: 18px;
	line-height: 1.65;
}

.gmfhoa-site.elementor-page .elementor-section.elementor-top-section {
	width: 100% !important;
	padding: clamp(42px, 6vw, 74px) max(24px, calc((100vw - 1120px) / 2)) !important;
	background: var(--gmfhoa-white) !important;
}

.gmfhoa-site.elementor-page .elementor-section.elementor-top-section:first-of-type {
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	padding-top: clamp(48px, 7vw, 84px) !important;
	padding-bottom: clamp(48px, 7vw, 84px) !important;
	width: 100vw !important;
	background:
		linear-gradient(90deg, rgba(20, 56, 40, 0.98), rgba(20, 56, 40, 0.84)) !important;
	color: var(--gmfhoa-white);
}

.gmfhoa-site.elementor-page .elementor-section.elementor-top-section:nth-of-type(even) {
	background: var(--gmfhoa-surface) !important;
}

.gmfhoa-site.elementor-page .elementor-section.elementor-top-section > .elementor-container {
	max-width: 1120px !important;
	margin-right: auto;
	margin-left: auto;
}

.gmfhoa-site.elementor-page .elementor-heading-title {
	color: var(--gmfhoa-forest-dark) !important;
	font-size: clamp(1.65rem, 3vw, 2.5rem) !important;
	font-weight: 850 !important;
	line-height: 1.1 !important;
	letter-spacing: 0 !important;
}

.gmfhoa-site.elementor-page .elementor-section.elementor-top-section:first-of-type .elementor-heading-title {
	max-width: 820px;
	color: var(--gmfhoa-white) !important;
	font-size: clamp(2.25rem, 5vw, 4.8rem) !important;
}

.gmfhoa-site.elementor-page .elementor-widget-heading {
	margin-bottom: 20px !important;
	padding: 0 !important;
}

.gmfhoa-site.elementor-page .elementor-widget-text-editor,
.gmfhoa-site.elementor-page .elementor-widget-text-editor p,
.gmfhoa-site.elementor-page .elementor-icon-list-text {
	color: var(--gmfhoa-muted) !important;
	font-size: 1rem !important;
	line-height: 1.65 !important;
}

.gmfhoa-site.elementor-page .elementor-section.elementor-top-section:first-of-type .elementor-widget-text-editor,
.gmfhoa-site.elementor-page .elementor-section.elementor-top-section:first-of-type .elementor-widget-text-editor p {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: 1.08rem !important;
}

.gmfhoa-site.elementor-page .elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

.gmfhoa-site.elementor-page .elementor-icon-list-items {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.gmfhoa-site.elementor-page .elementor-icon-list-item {
	margin: 0 !important;
}

.gmfhoa-site.elementor-page .elementor-icon-list-item a {
	display: flex !important;
	align-items: center;
	min-height: auto !important;
	padding: 14px 16px;
	border: 1px solid var(--gmfhoa-border);
	border-radius: var(--gmfhoa-radius);
	background: var(--gmfhoa-white);
	color: var(--gmfhoa-forest-dark);
	font-size: 1rem !important;
	font-weight: 800;
	line-height: 1.35 !important;
	text-decoration: none;
}

.gmfhoa-site.elementor-page .elementor-icon-list-item a:hover,
.gmfhoa-site.elementor-page .elementor-icon-list-item a:focus {
	border-color: var(--gmfhoa-river);
	box-shadow: var(--gmfhoa-shadow);
	color: var(--gmfhoa-river);
}

.gmfhoa-site.elementor-page .elementor-widget-image img,
.gmfhoa-site.elementor-page .elementor-image-gallery img {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: var(--gmfhoa-radius);
	box-shadow: 0 10px 24px rgba(32, 40, 50, 0.12);
	object-fit: cover;
}

.gmfhoa-site.elementor-page .elementor-image-gallery .gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 16px;
	margin: 0;
}

.gmfhoa-site.elementor-page .elementor-image-gallery .gallery-item {
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
}

.gmfhoa-site.elementor-page .forminator-ui {
	padding: 22px !important;
	border: 1px solid var(--gmfhoa-border) !important;
	border-radius: var(--gmfhoa-radius) !important;
	background: var(--gmfhoa-white) !important;
	box-shadow: 0 1px 0 rgba(32, 40, 50, 0.04);
}

.gmfhoa-site.elementor-page .forminator-ui input,
.gmfhoa-site.elementor-page .forminator-ui select,
.gmfhoa-site.elementor-page .forminator-ui textarea {
	border-color: var(--gmfhoa-border) !important;
	border-radius: var(--gmfhoa-radius) !important;
}

.site-footer {
	border-top: 1px solid var(--gmfhoa-border);
	background: var(--gmfhoa-forest-dark);
	color: rgba(255, 255, 255, 0.86);
}

.site-footer a {
	color: var(--gmfhoa-white);
}

@media (max-width: 768px) {
	body {
		font-size: 17px;
	}

	.inside-header {
		gap: 12px 16px;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 12px 20px;
	}

	.site-logo img {
		max-height: 48px;
	}

	.site-header #site-navigation {
		width: auto;
		margin-left: auto;
	}

	.site-header #site-navigation .menu-toggle {
		display: none;
	}

	.site-header #site-navigation .main-nav {
		display: block;
	}

	.site-header #site-navigation .main-nav > ul {
		display: flex;
	}

	.site-header #site-navigation.toggled {
		flex-basis: auto;
		width: auto;
		margin-left: 0;
	}

	.site-header .main-navigation .inside-navigation {
		justify-content: flex-end;
	}

	.site-header #site-navigation.toggled .main-nav {
		width: 100%;
	}

	.site-header #site-navigation.toggled .main-nav > ul {
		width: 100%;
		padding-top: 0;
	}

	.site-header #site-navigation.toggled .main-nav > ul > li > a {
		border-top: 0;
	}

	.main-navigation .main-nav ul li.portal-menu-item > a,
	.main-navigation .main-nav ul li.menu-item-portal > a,
	.main-navigation .main-nav ul li > a[href*="/resident-portal/"] {
		margin: 0;
		padding-right: 16px;
		padding-left: 16px;
		text-align: center;
	}

	.site-content {
		padding-top: 0;
	}

	.gmfhoa-hero--photo {
		min-height: auto;
		padding-top: 44px;
		padding-bottom: 48px;
		background:
			linear-gradient(180deg, rgba(20, 56, 40, 0.94), rgba(20, 56, 40, 0.78)),
			url("/wp-content/uploads/2020/06/GMFHOA-Front-Entrance-Sign-Jun-2020-scaled.webp") center center / cover no-repeat;
	}

	.gmfhoa-task-grid--home {
		margin-top: 22px;
	}

	.gmfhoa-modern-page:not(.home).separate-containers .inside-article {
		padding-top: 30px;
	}

	.gmfhoa-site.elementor-page .elementor-section.elementor-top-section,
	.gmfhoa-site.elementor-page .elementor-section.elementor-top-section:first-of-type {
		margin-right: calc(50% - 50vw) !important;
		margin-left: calc(50% - 50vw) !important;
		padding: 40px 24px !important;
		width: 100vw !important;
	}

	.gmfhoa-site.elementor-page .elementor-section.elementor-top-section:first-of-type .elementor-heading-title {
		font-size: clamp(2.1rem, 10vw, 3.1rem) !important;
	}

	.gmfhoa-two-column {
		grid-template-columns: 1fr;
	}

	.gmfhoa-card-grid,
	.gmfhoa-card-grid--two,
	.gmfhoa-card-grid--three,
	.gmfhoa-card-grid--four,
	.gmfhoa-library-grid,
	.gmfhoa-split-feature,
	.gmfhoa-team-grid {
		grid-template-columns: 1fr;
	}

	.gmfhoa-anchor-nav {
		position: static;
		justify-content: flex-start;
	}

	.gmfhoa-file-link {
		grid-template-columns: 1fr;
		align-items: start;
		background: var(--gmfhoa-white);
	}

	.gmfhoa-file-link:hover,
	.gmfhoa-file-link:focus {
		background: var(--gmfhoa-surface-strong);
	}

	.gmfhoa-file-cta {
		grid-column: auto;
		justify-self: start;
	}

	.gmfhoa-file-actions {
		justify-content: flex-start;
	}

	.gmfhoa-file-list .button,
	.gmfhoa-file-actions .button {
		width: 100%;
		white-space: normal;
	}

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

	.gmfhoa-contact-list div {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.gmfhoa-history-figure img {
		margin-left: 0;
	}

	.gmfhoa-status-list li {
		display: grid;
		gap: 2px;
	}
}
