.dcf-directory {
	background: #f6f8fb;
	color: #111827;
	font-family: inherit;
}

.dcf-container {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.dcf-archive-hero,
.dcf-single-hero {
	background: #0f172a;
	color: #fff;
	padding: clamp(48px, 8vw, 92px) 0;
}

.dcf-single-hero__grid,
.dcf-archive-layout,
.dcf-single-layout {
	display: grid;
	gap: 28px;
}

.dcf-single-hero__grid {
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
	align-items: center;
}

.dcf-single-layout {
	grid-template-columns: minmax(0, 1fr) 320px;
	align-items: start;
	padding: 34px 0 70px;
}

.dcf-eyebrow {
	color: #2dd4bf;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dcf-directory h1 {
	font-size: clamp(2.2rem, 5vw, 4.8rem);
	line-height: 1;
	margin: .2em 0;
}

.dcf-directory h2 {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	margin: 0 0 14px;
}

.dcf-hero-media img,
.dcf-card__media img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: #dce3eb;
	border-radius: 8px;
}

.dcf-tabs {
	position: sticky;
	top: 0;
	z-index: 5;
	display: flex;
	gap: 22px;
	overflow-x: auto;
	padding: 13px max(16px, calc((100vw - 1180px) / 2));
	background: rgba(255,255,255,.94);
	border-bottom: 1px solid #dde3ea;
	backdrop-filter: blur(12px);
}

.dcf-tabs a {
	color: #172033;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.dcf-content,
.dcf-quick-facts,
.dcf-filter-panel,
.dcf-card {
	background: #fff;
	border: 1px solid #dde3ea;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}

.dcf-content {
	padding: clamp(22px, 4vw, 42px);
}

.dcf-content section + section {
	margin-top: 38px;
	padding-top: 34px;
	border-top: 1px solid #e5eaf0;
}

.dcf-quick-facts {
	position: sticky;
	top: 70px;
	padding: 22px;
}

.dcf-quick-facts dl {
	display: grid;
	gap: 12px;
	margin: 0 0 20px;
}

.dcf-quick-facts dl div,
.dcf-spec-grid div {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 12px 0;
	border-bottom: 1px solid #e8edf3;
}

.dcf-quick-facts dt,
.dcf-spec-grid span {
	color: #667085;
}

.dcf-quick-facts dd {
	margin: 0;
	font-weight: 700;
	text-align: right;
}

.dcf-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.dcf-card {
	overflow: hidden;
}

.dcf-card__body {
	padding: 18px;
}

.dcf-card h2 {
	font-size: 1.1rem;
	line-height: 1.25;
}

.dcf-card a {
	color: inherit;
	text-decoration: none;
}

.dcf-card__actions,
.dcf-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.dcf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid #14b8a6;
	border-radius: 6px;
	background: #14b8a6;
	color: #06201d;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.dcf-button--ghost {
	background: transparent;
	color: #172033;
	border-color: #c8d2de;
}

.dcf-button--full {
	width: 100%;
}

.dcf-filter-panel {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
	padding: 18px;
	margin: 28px 0;
}

.dcf-filter-panel label {
	display: grid;
	gap: 6px;
	width: min(420px, 100%);
}

.dcf-filter-panel input {
	min-height: 42px;
	border: 1px solid #cad5e1;
	border-radius: 6px;
	padding: 0 12px;
}

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

	.dcf-quick-facts {
		position: static;
	}
}
