/* P3 Press & media — prose-measure column; fact tiles and the asset kit
   bleed to the shell content box (01 §3b breakout pattern, vw variant). */

.hc-pr__col {
	max-width: var(--hc-prose);
	margin: 0 auto;
	padding: 48px 0 64px;
}
.hc-pr .hc-hm__eyebrow { margin: 40px 0 14px; }
.hc-pr .hc-hm__eyebrow:first-child { margin: 0 0 14px; }

.hc-pr__boiler {
	background: var(--hc-wash);
	border-radius: 16px;
	padding: 20px 24px;
}
.hc-pr__boiler-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--hc-mut);
}
.hc-pr__boiler-label--gap { margin-top: 18px; }
.hc-pr__boiler-text {
	font-size: 15.5px;
	line-height: 1.65;
	color: var(--hc-body);
	margin-top: 6px;
}

/* Structural blocks break out of the prose column to the shell (01 §3b). */
.hc-pr__bleed {
	width: min(var(--hc-content), calc(100vw - 2 * var(--hc-gutter)));
	margin-left: 50%;
	transform: translateX(-50%);
}

.hc-pr__facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.hc-pr__fact {
	border: 1px solid var(--hc-wash);
	border-radius: 16px;
	padding: 16px 18px;
}
.hc-pr__fact-l {
	font-size: 12px;
	color: var(--hc-mut);
}
.hc-pr__fact-v {
	font-size: 15.5px;
	font-weight: 700;
	color: var(--hc-ink);
	margin-top: 2px;
}
.hc-pr__fact-v--pending {
	font-family: ui-monospace, Menlo, monospace;
	font-size: 11.5px;
	font-weight: 400;
	color: var(--hc-mut);
}

.hc-pr__assets {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.hc-pr__asset {
	border: 1px solid var(--hc-wash);
	border-radius: 16px;
	padding: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.hc-pr__asset--dark { background: var(--hc-ink); }
.hc-pr__asset-swatch {
	width: 52px;
	height: 52px;
	border-radius: 15px;
	background: var(--hc-grad);
}
.hc-pr__asset-swatch--tint {
	border-radius: 12px;
	background: repeating-linear-gradient(45deg, #e7d5d0, #e7d5d0 6px, #dcc8c4 6px, #dcc8c4 12px);
}
.hc-pr__asset-swatch--round {
	border-radius: 999px;
	background: repeating-linear-gradient(45deg, #d0dce7, #d0dce7 6px, #c4d2dc 6px, #c4d2dc 12px);
}
.hc-pr__asset-l {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--hc-body);
}
.hc-pr__asset--dark .hc-pr__asset-l { color: #fff; }
.hc-pr__note {
	font-size: 12.5px;
	color: var(--hc-mut);
	margin-top: 10px;
}

.hc-pr__contact {
	display: flex;
	align-items: center;
	gap: 16px;
	background: var(--hc-wash);
	border-radius: 20px;
	padding: 22px 26px;
	margin-top: 36px;
}
.hc-pr__contact-ico {
	width: 44px;
	height: 44px;
	border-radius: 13px;
	background: #fff;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--hc-pink);
}
.hc-pr__contact-t {
	font-size: 15.5px;
	font-weight: 700;
}
.hc-pr__contact-d {
	font-size: 13.5px;
	color: var(--hc-secondary);
	margin-top: 2px;
}

@media (max-width: 900px) {
	.hc-pr__facts,
	.hc-pr__assets { grid-template-columns: 1fr 1fr; }
	.hc-pr__bleed {
		width: 100%;
		margin-left: 0;
		transform: none;
	}
}
