.beats-page > .container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}
.beats-page .beats-hero {
	padding: 30px 0 10px;
	border-bottom: 1px solid #2a2a2a;
}
.beats-page .beats-hero h1 {
	margin: 0;
	font-family: 'Space Grotesk', 'Inter', sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #f5f5f5;
}
.beats-page .beats-hero .accent-text { color: #a855f7; }
.beats-page .beats-hero p {
	max-width: 760px;
	margin: 10px 0 0;
	color: #b0b0b0;
	font-size: 1.06rem;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: 0.01em;
}
.beats-page .beat-listing .listing-header { display: none; }
.beats-page .beat-listing { padding-top: 20px; }
.beats-page > .container > .beat-listing {
	margin-right: -24px;
	margin-left: -24px;
}
.beats-page .beat-filters--archive {
	margin-top: 18px;
}
.beats-page .beat-filters--archive .beat-filters-toggle {
	display: none;
}
@media (max-width: 767px) {
	.beats-page .beat-filters--archive {
		margin-top: 12px;
		padding: 10px 12px 12px;
	}
	.beats-page .beat-filters--archive .beat-filters-heading {
		display: none;
	}
	.beats-page .beat-filters--archive .beat-filters-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		width: 100%;
		padding: 0.8rem 0.9rem;
		background: #181818;
		border: 1px solid #2a2a2a;
		border-radius: 8px;
		color: #f5f5f5;
		font: inherit;
		font-weight: 600;
		cursor: pointer;
	}
	.beats-page .beat-filters--archive .beat-filters-toggle.is-open {
		border-color: #a855f7;
	}
	.beats-page .beat-filters--archive .beat-filters-toggle__count {
		color: #b0b0b0;
		font-size: 0.75rem;
	}
	.beats-page .beat-filters--archive .beat-filters-fields {
		display: grid;
		margin-top: 12px;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.beats-page .beat-filters--archive.is-collapsed .beat-filters-fields,
	.beats-page .beat-filters--archive.is-collapsed .beat-filters-clear {
		display: none;
	}
	.beats-page .beat-filters--archive.is-expanded .beat-filters-fields,
	.beats-page .beat-filters--archive.is-expanded .beat-filters-clear {
		display: grid;
	}
	.beats-page .beat-filters--archive .beat-filters-clear {
		width: 100%;
		margin-top: 8px;
	}
	.beats-page .beat-filters--archive .beat-filter-active,
	.beats-page .beat-filters--archive .beat-filter-status {
		margin-top: 10px;
		font-size: 0.72rem;
	}
}
@media (max-width: 768px) {
	.beats-page .beats-hero h1 { font-size: 1.8rem; }
	.beats-page .beats-hero p {
		max-width: 620px;
		font-size: 0.98rem;
		line-height: 1.6;
		letter-spacing: 0.005em;
	}
}
@media (max-width: 480px) {
	.beats-page .beats-hero h1 { font-size: 1.4rem; }
	.beats-page .beats-hero p {
		margin-top: 8px;
		font-size: 0.93rem;
		line-height: 1.55;
		letter-spacing: 0.002em;
	}
}
@media (max-width: 390px) {
	.beats-page .beats-hero p {
		font-size: 0.9rem;
		line-height: 1.5;
	}
}
@media (max-width: 360px) {
	.beats-page .beats-hero p {
		font-size: 0.88rem;
		line-height: 1.5;
	}
}
