/* Topic archive — values from HeyCrush Topic Archive Sample.dc.html.
   Flat two-up rows ≥1100, W33 pagination pills, back-to-hub bar. */

.hc-topic {
	padding: 36px 0 56px;
}

.hc-topic h1.hc-topic__h1 {
	max-width: var(--hc-prose);
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: var(--hc-ink);
	margin: 0;
}
.hc-topic__desc {
	font-size: 17px;
	line-height: 1.6;
	color: var(--hc-secondary);
	margin: 12px 0 0;
	max-width: 600px;
}
.hc-topic__meta {
	font-size: 13.5px;
	color: var(--hc-mut);
	margin-top: 10px;
}

.hc-topic__chips {
	display: flex;
	gap: 8px;
	margin-top: 18px;
	flex-wrap: wrap;
}
.hc-topic__chip,
.hc-topic a.hc-topic__chip {
	font-size: 13.5px;
	font-weight: 600;
	color: var(--hc-body);
	padding: 8px 16px;
	border-radius: 999px;
	background: var(--hc-wash);
}
.hc-topic a.hc-topic__chip:hover {
	background: #fff1f3;
	color: var(--hc-ink);
}
.hc-topic__chip--current {
	color: #fff;
	background: var(--hc-grad);
}

/* Rows */
.hc-topic__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 40px;
	margin-top: 30px;
}
.hc-topic a.hc-topic__row {
	display: flex;
	gap: 18px;
	padding: 22px 0;
	border-top: 1px solid var(--hc-wash);
	align-items: flex-start;
	color: inherit;
}
.hc-topic__thumb {
	flex: none;
	width: 150px;
	aspect-ratio: 16 / 9;
	border-radius: 14px;
	background: var(--hc-wash);
	overflow: hidden;
}
.hc-topic__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.hc-topic__row-body {
	flex: 1;
	min-width: 0;
	display: block;
}
.hc-topic__kicker {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hc-pink);
}
.hc-topic__title {
	display: block;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--hc-ink);
	margin-top: 5px;
}
.hc-topic__claim {
	display: block;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--hc-secondary);
	margin-top: 6px;
}
.hc-topic__row-meta {
	display: block;
	font-size: 12.5px;
	color: var(--hc-mut);
	margin-top: 8px;
}

/* W33 pagination */
.hc-w33 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
}
.hc-w33__spacer { flex: 1; }
.hc-w33 a.hc-w33__page {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid var(--hc-line);
	font-size: 14.5px;
	font-weight: 600;
	color: var(--hc-secondary);
}
.hc-w33 a.hc-w33__page:hover {
	background: var(--hc-wash);
	color: var(--hc-ink);
}
.hc-w33 a.hc-w33__page--current {
	background: var(--hc-ink);
	border-color: var(--hc-ink);
	color: #fff;
}
.hc-w33__gap { color: var(--hc-mut); }
.hc-w33 a.hc-w33__dir,
.hc-w33-compact a.hc-w33__dir {
	flex: none;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 8px;
	height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	border: 1px solid var(--hc-line);
	font-size: 14.5px;
	font-weight: 600;
	color: var(--hc-ink);
}
.hc-w33 a.hc-w33__dir:hover,
.hc-w33-compact a.hc-w33__dir:hover { background: var(--hc-wash); }
.hc-w33-compact { display: none; }
.hc-w33-compact__count {
	flex: 1;
	text-align: center;
	font-size: 13.5px;
	color: var(--hc-mut);
}

/* Back-to-hub bar */
.hc-topic__back {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 36px;
	padding: 18px 22px;
	background: var(--hc-wash);
	border-radius: 16px;
	flex-wrap: wrap;
}
.hc-topic__back > span:first-child {
	font-size: 14.5px;
	color: var(--hc-secondary);
}
.hc-topic__back-spacer { flex: 1; }
.hc-topic__back a {
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

@media (max-width: 1100px) {
	.hc-topic__list { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
	.hc-topic h1.hc-topic__h1 { font-size: 30px; }
	.hc-topic a.hc-topic__row { flex-direction: column; }
	.hc-topic__thumb { width: 100%; }
	.hc-w33 { display: none; }
	.hc-w33-compact {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-top: 28px;
	}
}
