/* LTRT Media Kit — scoped (hex, no font-family) */

.ltrt-mk {
	background: #fff !important;
}

/* ── Hero ──────────────────────────────────────────────────────── */
.ltrt-mk-hero {
	padding: 60px 56px 35px;
	border-bottom: 0.5px solid #e2dfd8 !important;
	background: #fff !important;
	margin: 0 auto;
	box-sizing: border-box;
}

.ltrt-mk-eyebrow {
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #9c9890 !important;
	font-weight: 400;
	margin: 0 0 20px;
}

.ltrt-mk-title {
	font-size: clamp( 36px, 6vw, 52px );
	font-weight: 400;
	font-style: italic;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #0f0f0f !important;
	margin: 0 0 6px;
}

.ltrt-mk-subtitle {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	color: #6b6760 !important;
	letter-spacing: 0.01em;
	margin: 0 0 28px;
}

.ltrt-mk-mission {
	font-size: 15px;
	color: #6b6760 !important;
	line-height: 1.75;
	margin: 0 0 36px;
	font-weight: 300;
}

/* Meta strip */
.ltrt-mk-metastrip {
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	border: 0.5px solid #e2dfd8 !important;
}

.ltrt-mk-meta-item {
	padding: 16px 20px;
	border-right: 0.5px solid #e2dfd8 !important;
	box-sizing: border-box;
}

.ltrt-mk-meta-item--last {
	border-right: none !important;
}

.ltrt-mk-meta-lbl {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #9c9890 !important;
	margin-bottom: 4px;
}

.ltrt-mk-meta-val {
	font-size: 13px;
	font-weight: 500;
	color: #0f0f0f !important;
}

/* ── Body ──────────────────────────────────────────────────────── */
.ltrt-mk-body {
	padding: 0 56px;
	margin: 0 auto;
	box-sizing: border-box;
}

.ltrt-mk-section {
	margin-bottom: 25px;
}

.ltrt-mk-section:first-child {
	padding-top: 25px;
}

/* Section header */
.ltrt-mk-sec-hd {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.ltrt-mk-sec-lbl {
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #9c9890 !important;
	white-space: nowrap;
	font-weight: 400;
}

.ltrt-mk-sec-line {
	flex: 1;
	height: 0.5px;
	background: #e2dfd8 !important;
}

.ltrt-mk-divider {
	height: 0.5px;
	background: #e2dfd8 !important;
	margin: 0 0 25px;
}

/* ── Stat grid ─────────────────────────────────────────────────── */
.ltrt-mk-stat-grid {
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	gap: 12px;
}

.ltrt-mk-stat-card {
	background: #f0ede8 !important;
	padding: 20px 18px;
	box-sizing: border-box;
}

.ltrt-mk-stat-val {
	font-size: 28px;
	font-weight: 400;
	font-style: italic;
	color: #0f0f0f !important;
	line-height: 1.1;
	margin-bottom: 6px;
}

.ltrt-mk-stat-lbl {
	font-size: 11px;
	color: #6b6760 !important;
	line-height: 1.4;
	font-weight: 300;
}

.ltrt-mk-stat-sub {
	font-size: 10px;
	color: #9c9890 !important;
	margin-top: 3px;
}

/* ── Platform grid ─────────────────────────────────────────────── */
.ltrt-mk-plat-grid {
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	gap: 12px;
}

.ltrt-mk-plat-card {
	border: 0.5px solid #e2dfd8 !important;
	padding: 18px 16px;
	box-sizing: border-box;
}

.ltrt-mk-plat-name {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #9c9890 !important;
	margin-bottom: 8px;
}

.ltrt-mk-plat-count {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	color: #0f0f0f !important;
	margin-bottom: 4px;
}

.ltrt-mk-plat-note {
	font-size: 11px;
	color: #9c9890 !important;
	font-weight: 300;
}

/* ── Bio row ───────────────────────────────────────────────────── */
.ltrt-mk-bio-row {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 20px;
	align-items: start;
}

.ltrt-mk-bio-av {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #f0ede8 !important;
	border: 0.5px solid #e2dfd8 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ltrt-mk-bio-av span {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	color: #7b4fa6 !important;
	line-height: 1;
}

.ltrt-mk-bio-name {
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	color: #0f0f0f !important;
	margin-bottom: 2px;
}

.ltrt-mk-bio-role {
	font-size: 12px;
	color: #9c9890 !important;
	margin-bottom: 14px;
	letter-spacing: 0.02em;
}

.ltrt-mk-bio-text {
	font-size: 13px;
	color: #6b6760 !important;
	line-height: 1.7;
	margin-bottom: 16px;
	font-weight: 300;
}

.ltrt-mk-bio-text p {
	margin: 0 0 12px;
}

.ltrt-mk-bio-text p:last-child {
	margin-bottom: 0;
}

.ltrt-mk-cred-row {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ltrt-mk-cred-pill {
	font-size: 10px;
	border: 0.5px solid #e2dfd8 !important;
	padding: 4px 10px;
	color: #6b6760 !important;
	background: #f7f5f0 !important;
	letter-spacing: 0.03em;
}

/* ── Audience grid ─────────────────────────────────────────────── */
.ltrt-mk-aud-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.ltrt-mk-aud-item {
	border: 0.5px solid #e2dfd8 !important;
	padding: 18px 20px;
	box-sizing: border-box;
}

.ltrt-mk-aud-lbl {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #9c9890 !important;
	margin-bottom: 8px;
}

.ltrt-mk-aud-val {
	font-size: 13px;
	color: #0f0f0f !important;
	line-height: 1.5;
	font-weight: 300;
}

/* ── Topic / partner pills ─────────────────────────────────────── */
.ltrt-mk-pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ltrt-mk-pill {
	font-size: 11px;
	border: 0.5px solid #d4d0c8 !important;
	padding: 6px 14px;
	color: #6b6760 !important;
	background: #fff !important;
}

/* ── Collab grid ───────────────────────────────────────────────── */
.ltrt-mk-collab-grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 12px;
}

.ltrt-mk-collab-card {
	border: 0.5px solid #e2dfd8 !important;
	padding: 20px 18px;
	box-sizing: border-box;
}

.ltrt-mk-collab-title {
	font-size: 13px;
	font-weight: 500;
	color: #0f0f0f !important;
	margin-bottom: 6px;
}

.ltrt-mk-collab-desc {
	font-size: 12px;
	color: #6b6760 !important;
	line-height: 1.5;
	font-weight: 300;
}

/* ── CTA ───────────────────────────────────────────────────────── */
.ltrt-mk-cta {
	background: #0f0f0f !important;
	padding: 44px 48px;
	text-align: center;
	margin-top: 0;
}

.ltrt-mk-cta-title {
	font-size: 28px;
	font-weight: 400;
	font-style: italic;
	color: #ffffff !important;
	margin-bottom: 10px;
}

.ltrt-mk-cta-sub {
	font-size: 13px;
	color: rgba( 255, 255, 255, 0.6 ) !important;
	margin-bottom: 28px;
	line-height: 1.6;
}

.ltrt-mk-cta-email {
	display: inline-block;
	border: 0.5px solid rgba( 255, 255, 255, 0.4 ) !important;
	padding: 12px 28px;
	color: #ffffff !important;
	font-size: 13px;
	text-decoration: none !important;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}

.ltrt-mk-cta-email:hover {
	border-color: rgba( 255, 255, 255, 0.7 ) !important;
}

.ltrt-mk-cta-website {
	display: block;
	margin-top: 12px;
	font-size: 11px;
	color: rgba( 255, 255, 255, 0.4 ) !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* ── Responsive ────────────────────────────────────────────────── */
@media ( max-width: 900px ) {
	.ltrt-mk-hero,
	.ltrt-mk-body {
		padding-left: 28px;
		padding-right: 28px;
	}

	.ltrt-mk-stat-grid,
	.ltrt-mk-plat-grid {
		grid-template-columns: repeat( 2, 1fr );
	}

	.ltrt-mk-metastrip {
		grid-template-columns: repeat( 2, 1fr );
	}

	.ltrt-mk-meta-item:nth-child( 2 ) {
		border-right: none !important;
	}

	.ltrt-mk-meta-item:nth-child( 3 ) {
		border-top: 0.5px solid #e2dfd8 !important;
	}

	.ltrt-mk-meta-item:nth-child( 4 ) {
		border-top: 0.5px solid #e2dfd8 !important;
	}

	.ltrt-mk-collab-grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media ( max-width: 600px ) {
	.ltrt-mk-hero {
		padding: 0px;
	}

	.ltrt-mk-body {
		padding-left: 0px;
		padding-right: 0px;
	}

	.ltrt-mk-stat-grid,
	.ltrt-mk-plat-grid,
	.ltrt-mk-aud-grid,
	.ltrt-mk-collab-grid,
	.ltrt-mk-metastrip {
		grid-template-columns: 1fr;
	}

	.ltrt-mk-meta-item {
		border-right: none !important;
		border-bottom: 0.5px solid #e2dfd8 !important;
	}

	.ltrt-mk-meta-item--last {
		border-bottom: none !important;
	}

	.ltrt-mk-bio-row {
		grid-template-columns: 1fr;
	}

	.ltrt-mk-bio-av {
		margin: 0 auto;
	}

	.ltrt-mk-cta {
		padding: 36px 24px;
	}
}
