/* Focused local landing pages and the editorial link index on the front page. */

.explore-section {
	position: relative;
	padding: var(--section-space) 0;
	background: var(--sage-100);
	overflow: clip;
}

.explore-section::before {
	position: absolute;
	top: -220px;
	right: -130px;
	width: 430px;
	height: 430px;
	border: 1px dashed rgba(11, 93, 69, .22);
	border-radius: 50%;
	content: "";
}

.explore-layout {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
	gap: clamp(48px, 8vw, 110px);
	align-items: start;
}

.explore-intro {
	position: sticky;
	top: 130px;
}

.explore-intro h2 {
	max-width: 9ch;
}

.explore-intro > p:last-child {
	max-width: 42ch;
	color: var(--muted);
	font-size: 1.08rem;
}

.explore-links {
	display: grid;
	border-top: 1px solid var(--rule);
}

.explore-links a {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) 34px;
	gap: 18px;
	align-items: center;
	padding: 22px 4px;
	border-bottom: 1px solid var(--rule);
	transition: color .25s ease, padding .35s var(--ease), background-color .25s ease;
}

.explore-links a:hover,
.explore-links a:focus-visible {
	padding-inline: 16px;
	background: rgba(255, 255, 255, .64);
	color: var(--forest-800);
}

.explore-links a > span {
	color: var(--forest-700);
	font-family: var(--font-display);
	font-weight: 800;
}

.explore-links a div {
	display: grid;
	gap: 2px;
}

.explore-links strong {
	font-family: var(--font-display);
	font-size: clamp(1.15rem, 2vw, 1.42rem);
	line-height: 1.2;
}

.explore-links small {
	color: var(--muted);
	font-size: .94rem;
}

.explore-links i {
	font-style: normal;
	font-size: 1.45rem;
	transition: transform .3s var(--ease);
}

.explore-links a:hover i {
	transform: translateX(5px);
}

.seo-page {
	background: var(--cream);
}

.seo-hero {
	position: relative;
	padding: clamp(150px, 15vw, 190px) 0 clamp(62px, 8vw, 100px);
	background: linear-gradient(135deg, var(--sage-100), var(--cream) 58%);
	overflow: clip;
}

.seo-hero::after {
	position: absolute;
	right: -180px;
	bottom: -250px;
	width: 530px;
	height: 530px;
	border: 1px dashed rgba(11, 93, 69, .18);
	border-radius: 50%;
	content: "";
}

.seo-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
	gap: clamp(42px, 7vw, 92px);
	align-items: center;
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
	color: var(--muted);
	font-size: .9rem;
}

.breadcrumbs a {
	text-decoration: underline;
	text-decoration-color: rgba(21, 61, 53, .25);
	text-underline-offset: 4px;
}

.seo-hero__copy h1 {
	max-width: 11ch;
	font-size: clamp(3rem, 5.1vw, 5.2rem);
}

.seo-hero__lead {
	max-width: 55ch;
	color: var(--muted);
	font-size: clamp(1.08rem, 1.6vw, 1.28rem);
}

.seo-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	align-items: center;
	margin-top: 32px;
}

.seo-phone-link {
	font-weight: 750;
	text-decoration: underline;
	text-decoration-color: var(--gold);
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

.seo-hero__image {
	position: relative;
	margin: 0;
	border: 12px solid var(--white);
	border-radius: 46% 54% 42% 58% / 56% 42% 58% 44%;
	box-shadow: var(--shadow);
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

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

.seo-proof {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: clamp(48px, 7vw, 80px);
}

.seo-proof span {
	padding: 9px 17px;
	border: 1px solid rgba(11, 93, 69, .17);
	border-radius: var(--radius-pill);
	background: rgba(255, 255, 255, .72);
	color: var(--forest-800);
	font-weight: 750;
}

.seo-content {
	padding: var(--section-space) 0;
}

.seo-content__list {
	display: grid;
}

.seo-content__section {
	display: grid;
	grid-template-columns: minmax(90px, .28fr) minmax(0, 1.2fr);
	gap: clamp(24px, 6vw, 76px);
	padding: clamp(42px, 7vw, 78px) 0;
	border-top: 1px solid var(--rule);
}

.seo-content__section:last-child {
	border-bottom: 1px solid var(--rule);
}

.seo-content__number {
	color: var(--gold);
	font-family: var(--font-display);
	font-size: clamp(2.4rem, 5vw, 4.7rem);
	font-weight: 900;
	line-height: 1;
}

.seo-content__section > div {
	max-width: 760px;
}

.seo-content__section h2 {
	font-size: clamp(2rem, 3.8vw, 3.35rem);
}

.seo-content__section p,
.seo-check-list {
	color: var(--muted);
	font-size: clamp(1.04rem, 1.5vw, 1.17rem);
}

.seo-check-list {
	display: grid;
	gap: 9px;
	padding: 0;
	list-style: none;
}

.seo-check-list li {
	position: relative;
	padding-left: 28px;
}

.seo-check-list li::before {
	position: absolute;
	top: .72em;
	left: 2px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--gold);
	content: "";
	transform: translateY(-50%);
}

.seo-contact {
	padding: var(--section-space) 0;
	background: var(--forest-800);
	color: var(--white);
}

.seo-contact .contact-copy p,
.seo-contact .contact-copy a:not(.text-link) {
	color: rgba(255, 255, 255, .82);
}

.seo-contact .text-link {
	color: var(--gold);
}

.seo-related {
	padding: var(--section-space) 0;
	background: var(--lavender-100);
}

.seo-related__layout {
	display: grid;
	grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
	gap: clamp(42px, 8vw, 110px);
}

.seo-related__layout h2 {
	max-width: 10ch;
}

.seo-related__links {
	display: grid;
	align-content: start;
	border-top: 1px solid rgba(11, 93, 69, .17);
}

.seo-related__links a {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 20px 4px;
	border-bottom: 1px solid rgba(11, 93, 69, .17);
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 800;
	transition: padding .3s var(--ease), color .25s ease;
}

.seo-related__links a:hover {
	padding-inline: 14px;
	color: var(--forest-700);
}

.seo-cta {
	padding: clamp(64px, 8vw, 100px) 0;
	background: var(--forest-950);
	color: var(--white);
}

.seo-cta__inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: center;
}

.seo-cta__inner h2 {
	margin-bottom: .25em;
	font-size: clamp(2.15rem, 4vw, 3.7rem);
}

.seo-cta__inner p {
	max-width: 60ch;
	margin-bottom: 0;
	color: rgba(255, 255, 255, .72);
}

@media (max-width: 900px) {
	.explore-layout,
	.seo-hero__grid,
	.seo-related__layout {
		grid-template-columns: 1fr;
	}

	.explore-intro {
		position: static;
	}

	.explore-intro h2,
	.seo-related__layout h2 {
		max-width: 14ch;
	}

	.seo-hero__image {
		width: min(100%, 720px);
		aspect-ratio: 16 / 10;
	}
}

@media (max-width: 620px) {
	.explore-links a {
		grid-template-columns: 34px minmax(0, 1fr) 22px;
		gap: 11px;
		padding-block: 18px;
	}

	.explore-links small {
		display: none;
	}

	.seo-hero {
		padding-top: 125px;
	}

	.seo-hero__copy h1 {
		font-size: clamp(2.65rem, 12vw, 4rem);
	}

	.seo-hero__image {
		border-width: 7px;
		border-radius: 34px;
		aspect-ratio: 4 / 3;
	}

	.seo-proof {
		display: grid;
	}

	.seo-proof span {
		text-align: center;
	}

	.seo-content__section {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.seo-content__number {
		font-size: 2rem;
	}

	.seo-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.explore-links a,
	.explore-links i,
	.seo-related__links a {
		transition: none;
	}
}
