/* Documentation landing page only; shared chrome and article styles stay intact. */
.docs-home-page .site-header + .global-page-wrapper {
	padding-top: 3rem;
}

.docs-home {
	padding: 0 0 5rem;
	color: #202c28;
}

.docs-home-container {
	max-width: 1280px;
}

.docs-home-header {
	max-width: 780px;
	margin-bottom: 2.5rem;
}

.docs-home h1 {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
	margin-bottom: 1rem;
}

.docs-home h2 {
	font-size: 1.75rem;
	line-height: 1.3;
	margin-bottom: 0.75rem;
}

.docs-home h3 {
	font-size: 1.5rem;
	line-height: 1.35;
	margin-bottom: 0.5rem;
}

.docs-home h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-bottom: 0.75rem;
}

.docs-home-intro {
	color: #53625a;
	font-size: 1.125rem;
	line-height: 1.65;
	margin-bottom: 1.75rem;
}

.docs-home .docs-search-controls .form-control {
	min-height: 3.5rem;
	border-color: #a6b6ae;
	border-radius: 8px;
	background: #fff;
}

.docs-home-jumps {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1.25rem;
	align-items: baseline;
	font-size: 0.875rem;
}

.docs-home-jumps span,
.docs-home-muted {
	color: #53625a;
}

.docs-home-jumps a {
	padding: 0.5rem 0;
}

.docs-home a {
	color: #014734;
	text-underline-offset: 0.2em;
}

.docs-home a:hover {
	color: #014734;
	text-decoration: underline;
}

.docs-home a:focus-visible,
.docs-home summary:focus-visible {
	outline: 2px solid #23624b;
	outline-offset: 4px;
	border-radius: 2px;
}

.docs-home-start {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 1rem 3rem;
	padding: 2rem;
	margin-bottom: 3.5rem;
	border: 1px solid #d4dfc7;
	border-radius: 8px;
	background: #f5f8e9;
}

.docs-home-start p {
	color: #53625a;
	margin-bottom: 1.25rem;
}

.docs-home-section {
	margin-top: 2rem;
}

.docs-home-section + .docs-home-section {
	border-top: 1px solid #dce2df;
	padding-top: 2.5rem;
	margin-top: 2.5rem;
}

.docs-home-section-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem 2rem;
	margin-bottom: 1.25rem;
}

.docs-home-section-header > div {
	max-width: 48rem;
}

.docs-home-section-header p {
	margin-bottom: 0;
}

.docs-home-section-header > a {
	flex-shrink: 0;
}

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

.docs-home-topic {
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
	border: 1px solid #dce2df;
	border-radius: 8px;
	background: #fff;
}

.docs-home-topic > .docs-home-more,
.docs-home-more-articles {
	margin-top: auto;
	padding-top: 1rem;
}

.docs-home-articles {
	list-style: none;
	padding: 0;
	margin: 0;
}

.docs-home-articles li + li {
	border-top: 1px solid #e0e7df;
}

.docs-home-articles a {
	display: block;
	padding: 0.8rem 0;
	font-size: 0.9375rem;
	line-height: 1.5;
	text-decoration: none;
}

.docs-home-article-title {
	font-weight: 500;
}

.docs-home-designations {
	display: block;
	margin-top: 0.2rem;
	color: #53625a;
	font-size: 0.75rem;
	line-height: 1.5;
}

.docs-home-more,
.docs-home-more-articles summary {
	font-size: 0.8125rem;
	font-weight: 600;
}

.docs-home-more {
	display: inline-block;
	padding: 0.5rem 0;
}

.docs-home-more-articles summary {
	padding: 0.5rem 0;
	cursor: pointer;
	color: #014734;
}

.docs-home-additional {
	margin-top: 3rem;
	max-width: 48rem;
}

.docs-home h1,
.docs-home h2,
.docs-home h3,
.docs-home h4,
.docs-home a,
.docs-home p {
	overflow-wrap: anywhere;
}

.docs-home h3[id] {
	scroll-margin-top: 8rem;
}

@media (max-width: 1199.98px) {
	.docs-home-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.docs-home-section-header {
		display: block;
	}
}

@media (max-width: 767.98px) {
	.docs-home {
		padding-bottom: 3rem;
	}

	.docs-home-start,
	.docs-home-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.docs-home-start {
		padding: 1.5rem;
		margin-bottom: 2.5rem;
	}

	.docs-home h2 {
		font-size: 1.5rem;
	}
}
