/* Site footer — matches current forest-green theme */

.gm-footer {
	--gm-ink: #08160e;
	--gm-leaf: #3d7a56;
	--gm-mist: #e8efe9;
	--gm-ease: cubic-bezier(0.22, 1, 0.36, 1);
	margin-top: 2rem;
	color: rgba(244, 247, 244, 0.88);
	background:
		radial-gradient(ellipse 60% 50% at 0% 0%, rgba(61, 122, 86, 0.28), transparent 55%),
		linear-gradient(165deg, #122418 0%, #0a1a10 55%, #07140c 100%);
}

.gm-footer__shell {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.gm-footer__main {
	padding: 3.5rem 0 2.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gm-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
	gap: 2.25rem 2rem;
	align-items: start;
}

.gm-footer__name {
	display: inline-block;
	margin: 0 0 0.55rem;
	font-family: "Playball", cursive;
	font-size: clamp(1.85rem, 2.6vw, 2.35rem);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.01em;
	color: #f4f7f4;
	text-decoration: none;
	transition: color 0.3s var(--gm-ease);
}

.gm-footer__name:hover {
	color: #fff;
	text-decoration: none;
}

.gm-footer__tagline {
	margin: 0 0 0.75rem;
	font-family: "Lato", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(180, 210, 190, 0.85);
}

.gm-footer__blurb {
	margin: 0;
	max-width: 22rem;
	font-family: "Lato", sans-serif;
	font-size: 0.95rem;
	line-height: 1.7;
	color: rgba(244, 247, 244, 0.68);
}

.gm-footer__heading {
	margin: 0 0 1rem;
	font-family: "Montserrat", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(244, 247, 244, 0.92);
	text-align: left;
}

.gm-footer__links,
.gm-footer__meta,
.gm-footer__social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gm-footer__links {
	display: grid;
	gap: 0.55rem;
}

.gm-footer__links a {
	font-family: "Lato", sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	color: rgba(244, 247, 244, 0.72);
	text-decoration: none;
	transition: color 0.25s var(--gm-ease);
}

.gm-footer__links a:hover {
	color: #fff;
	text-decoration: none;
}

.gm-footer__meta {
	display: grid;
	gap: 1rem;
}

.gm-footer__meta li {
	display: grid;
	gap: 0.25rem;
}

.gm-footer__label {
	font-family: "Lato", sans-serif;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(180, 210, 190, 0.7);
}

.gm-footer__meta span,
.gm-footer__meta a {
	font-family: "Lato", sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	color: rgba(244, 247, 244, 0.86);
	text-decoration: none;
	word-break: break-word;
}

.gm-footer__meta a:hover {
	color: #fff;
}

.gm-footer__social {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 1.25rem;
}

.gm-footer__social a {
	display: inline-grid;
	place-items: center;
	width: 2.35rem;
	height: 2.35rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	color: rgba(244, 247, 244, 0.85);
	text-decoration: none;
	font-size: 0.95rem;
	transition: background 0.3s var(--gm-ease), border-color 0.3s var(--gm-ease), color 0.3s var(--gm-ease), transform 0.25s var(--gm-ease);
}

.gm-footer__social a:hover {
	background: rgba(61, 122, 86, 0.45);
	border-color: transparent;
	color: #fff;
	transform: translateY(-2px);
	text-decoration: none;
}

.gm-footer__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.1rem;
	border: 1px solid rgba(244, 247, 244, 0.35);
	font-family: "Montserrat", sans-serif;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f4f7f4;
	text-decoration: none;
	transition: background 0.3s var(--gm-ease), border-color 0.3s var(--gm-ease), color 0.3s var(--gm-ease);
}

.gm-footer__cta:hover {
	background: #f4f7f4;
	border-color: #f4f7f4;
	color: var(--gm-ink);
	text-decoration: none;
}

.gm-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.18);
}

.gm-footer__bottom-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem 1.25rem;
	padding: 1rem 1.5rem;
}

.gm-footer__bottom p {
	margin: 0;
	font-family: "Lato", sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: rgba(244, 247, 244, 0.55);
}

.gm-footer__credit a {
	color: rgba(180, 210, 190, 0.95);
	text-decoration: none;
	font-weight: 700;
}

.gm-footer__credit a:hover {
	color: #fff;
}

@media (max-width: 960px) {
	.gm-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 2rem 1.5rem;
	}

	.gm-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.gm-footer__main {
		padding: 2.75rem 0 2rem;
	}

	.gm-footer__grid {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.gm-footer__bottom-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
