/* In The Press — layout aligned with live Elementor page */

.press-lpr {
	--press-max: 1200px;
	--press-pad: clamp(20px, 4vw, 40px);
	--press-gradient: linear-gradient(135deg, #1a1a2e 0%, #16213e 45%, #0f3460 100%);
}

.press-hero {
	background: var(--press-gradient);
	color: #fff;
	padding: clamp(48px, 8vw, 96px) var(--press-pad);
	text-align: center;
}

.press-hero h1 {
	font-family: "Fira Sans Condensed", sans-serif;
	font-weight: 400;
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	line-height: 1.2;
	margin: 0 0 1.25rem;
	color: #fff;
}

.press-hero .press-lead {
	font-size: clamp(0.95rem, 2vw, 1.1rem);
	line-height: 1.65;
	max-width: 52rem;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.95);
	font-weight: 400;
}

.press-inner {
	max-width: var(--press-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--press-pad);
	padding-right: var(--press-pad);
}

.press-strip {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 2rem 0;
	scrollbar-width: thin;
}

.press-strip-track {
	display: flex;
	gap: 1rem;
	width: max-content;
	padding: 0 var(--press-pad);
	margin: 0 auto;
	max-width: 100%;
	justify-content: flex-start;
}

.press-strip-track img {
	height: 72px;
	width: auto;
	max-width: 200px;
	object-fit: contain;
	flex-shrink: 0;
	background: #f5f5f5;
	border-radius: 6px;
	padding: 8px;
}

@media (min-width: 768px) {
	.press-strip-track img {
		height: 88px;
		max-width: 240px;
	}
}

.press-split {
	display: grid;
	gap: 2rem;
	align-items: center;
	padding: clamp(40px, 6vw, 72px) 0;
}

@media (min-width: 900px) {
	.press-split {
		grid-template-columns: 1fr 1fr;
		gap: 3rem;
	}
}

.press-video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 10px;
	background: #000;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.press-video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.press-split-text h2 {
	font-family: "Fira Sans Condensed", sans-serif;
	font-weight: 400;
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin: 0 0 1rem;
	color: #111;
	text-align: center;
}

@media (min-width: 900px) {
	.press-split-text h2 {
		text-align: left;
	}
}

.press-split-text p {
	margin: 0;
	line-height: 1.7;
	color: #444;
	font-size: 1rem;
	text-align: center;
}

@media (min-width: 900px) {
	.press-split-text p {
		text-align: left;
	}
}

.press-cta-row {
	text-align: center;
	padding: 2rem 0 3rem;
}

.press-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 10px;
	background: #000;
	color: #fff;
	border: 2px solid #000;
	transition: background 0.2s, color 0.2s;
}

.press-btn:hover {
	background: #fff;
	color: #000;
}

.press-section-title {
	font-family: "Fira Sans Condensed", sans-serif;
	font-weight: 400;
	font-size: clamp(1.5rem, 3vw, 2rem);
	text-align: center;
	margin: 0 0 2rem;
	color: #111;
}

.press-media-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem 1.5rem;
	padding-bottom: 2.5rem;
}

@media (min-width: 600px) {
	.press-media-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 900px) {
	.press-media-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.press-media-card {
	text-align: center;
}

.press-media-card a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.press-media-card img {
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 0 auto;
	display: block;
	border-radius: 8px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.press-media-card a:hover img {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.press-media-card figcaption {
	margin-top: 0.75rem;
	font-size: 1rem;
	font-weight: 600;
	color: #111;
}

.press-awards {
	padding: 2rem 0 3rem;
}

.press-awards .press-strip-track img {
	height: 64px;
	max-width: 160px;
	background: transparent;
	padding: 4px;
}

.press-speaking-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	padding-bottom: 2rem;
}

@media (min-width: 600px) {
	.press-speaking-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 900px) {
	.press-speaking-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.press-speaking-card {
	text-align: center;
}

.press-speaking-card a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.press-speaking-card img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

.press-speaking-card figcaption {
	margin-top: 0.6rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: #111;
}

.press-podcasts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	padding: 1rem 0 3rem;
}

@media (min-width: 768px) {
	.press-podcasts {
		grid-template-columns: repeat(3, 1fr);
	}
}

.press-podcasts .press-video-wrap {
	padding-bottom: 56.25%;
}

.press-spacer {
	height: 2rem;
}
