/* Ethics list — centered heading + intro + eyebrow + divided statements.
   Scoped to .b-c-ethics. */

.lake-root .b-c-ethics {
	padding-top: 0;
}

.lake-root .b-c-ethics .ethics-inner {
	max-width: 820px;
	text-align: center;
}
.lake-root .b-c-ethics .ethics-heading {
	font-size: clamp(30px, 4vw, 46px);
	margin: 0;
}
.lake-root .b-c-ethics .ethics-heading em,
.lake-root .b-c-ethics .ethics-heading i {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
}
.lake-root .b-c-ethics .ethics-intro {
	margin: 18px auto 0;
	max-width: 62ch;
	font-size: 16px;
	line-height: 1.7;
}
.lake-root .b-c-ethics .ethics-eyebrow {
	margin: 40px 0 4px;
	color: var(--brand);
}

/* divided list of statements */
.lake-root .b-c-ethics .ethics-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.lake-root .b-c-ethics .ethics-item {
	padding: 22px 0;
	border-bottom: 1px solid var(--brand, #1b938f);
	font-size: 15px;
	line-height: 1.6;
	color: var(--brand-body);
}

/* dark variant */
.lake-root .b-c-ethics.dark .ethics-intro,
.lake-root .b-c-ethics.dark .ethics-item {
	color: rgba(255, 255, 255, .9);
}
.lake-root .b-c-ethics.dark .ethics-eyebrow {
	color: #fff;
}
.lake-root .b-c-ethics.dark .ethics-item,
.lake-root .b-c-ethics.dark .ethics-item:first-child {
	border-color: color-mix(in srgb, #fff 22%, transparent);
}

@media (max-width: 600px) {
	.lake-root .b-c-ethics .ethics-item { font-size: 14px; }
}
