/* Harfest documents — tabbed legal pages (/docs/) */
body.harfest-docs-page #content,
body.harfest-docs-page .site-content,
body.harfest-docs-page .content-wrapper {
	background: #f1f0eb;
}

body.harfest-docs-page .entry-title,
body.harfest-docs-page .page-title,
body.harfest-docs-page h1.entry-title {
	display: none;
}

.harfest-docs {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 920px;
	padding: 48px 20px 88px;
	width: 100%;
}

.harfest-docs__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 0 28px;
}

.harfest-docs__tab {
	appearance: none;
	background: #fff;
	border: 1px solid #151515;
	color: #151515;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0;
	padding: 14px 18px;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.harfest-docs__tab:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.harfest-docs__tab:last-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.harfest-docs__tab + .harfest-docs__tab {
	border-left: 0;
}

.harfest-docs__tab[aria-selected="true"] {
	background: #151515;
	border-color: #151515;
	color: #fff;
}

.harfest-docs__tab:focus-visible {
	outline: 2px solid #e42126;
	outline-offset: 2px;
}

.harfest-docs__select-wrap {
	display: none;
	margin: 0 0 20px;
}

.harfest-docs__select {
	appearance: none;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23151515' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 14px center;
	border: 1px solid #151515;
	border-radius: 4px;
	color: #151515;
	font: inherit;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 40px 12px 14px;
	width: 100%;
}

.harfest-docs__panels {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}

.harfest-docs__panel[hidden] {
	display: none !important;
}

.harfest-docs__article {
	padding: 32px 28px 40px;
}

.harfest-docs__article-head {
	align-items: flex-start;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-bottom: 18px;
}

.harfest-docs__title {
	flex: 1 1 12rem;
	font-family: "Slavik", "Slavic", "LogoFont", "Juno", sans-serif;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 400;
	hyphens: auto;
	line-height: 1.15;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.harfest-docs__pdf {
	color: #151515;
	font-size: 14px;
	font-weight: 700;
	margin-top: 8px;
	text-decoration: underline;
	white-space: nowrap;
}

.harfest-docs__pdf:hover,
.harfest-docs__pdf:focus {
	color: #e42126;
}

.harfest-docs__body {
	color: #151515;
	font-size: 17px;
	line-height: 1.65;
}

.harfest-docs__body h2 {
	font-family: "Slavik", "Slavic", "LogoFont", "Juno", sans-serif;
	font-size: clamp(22px, 3vw, 28px);
	font-weight: 400;
	line-height: 1.15;
	margin: 2rem 0 0.85rem;
}

.harfest-docs__body h2:first-child {
	margin-top: 0;
}

.harfest-docs__body h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	margin: 1.35rem 0 0.45rem;
}

.harfest-docs__body p {
	margin: 0 0 0.85rem;
}

.harfest-docs__lead {
	color: rgba(21, 21, 21, 0.72);
	font-size: 15px;
}

.harfest-docs__question {
	color: #151515;
	font-size: 18px;
	font-weight: 700;
	margin: 1.5rem 0 0.35rem;
}

.harfest-docs__question:first-child {
	margin-top: 0;
}

.harfest-docs__answer {
	margin: 0 0 1rem;
	padding-left: 0;
}

@media (max-width: 767px) {
	.harfest-docs {
		padding: 28px 16px 64px;
	}

	.harfest-docs__tabs {
		display: none;
	}

	.harfest-docs__select-wrap {
		display: block;
	}

	.harfest-docs__article {
		padding: 22px 18px 28px;
	}

	.harfest-docs__article-head {
		flex-direction: column;
		gap: 10px;
	}

	.harfest-docs__title {
		flex: 1 1 auto;
		font-size: clamp(22px, 6.5vw, 30px);
		line-height: 1.2;
		width: 100%;
	}

	.harfest-docs__pdf {
		margin-top: 0;
	}

	.harfest-docs__body {
		font-size: 16px;
	}
}
