/* =========================================================================
   Newsroom (v2)  —  layered on top of home-v2.css (Uncut Sans, .hv-shell,
   vertical frame rails, sticky nav).

   Built from Figma "Newsroom" (8C41…, desktop 188:17478 / mobile 188:17806).
   Dark hero → "As Featured In" logo marquee + "Featured Stories" carousel →
   "Recent Coverage" 2-col grid → "Press Releases" list. Content inset to the
   160px rail; the marquee bleeds to the 100px frame rails.
   ========================================================================= */

:root {
	--nr-teal: #2ad9c4;
	--nr-ink: #111;
	--nr-ink-70: rgba(17, 17, 17, 0.7);
	--nr-line: rgba(17, 17, 17, 0.1);
}

/* -------------------------------------------------------------------------
   HERO
   ------------------------------------------------------------------------- */
.nr-hero {
	background: #0e0e0e;
	color: #fff;
}
.nr-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
	padding-block: clamp(72px, 9vw, 120px);
}
.nr-hero__title {
	margin: 0;
	font-weight: 500;
	font-size: 80px;
	line-height: 1.4;
	letter-spacing: -1.6px;
	color: #fff;
}
.nr-hero__sub {
	margin: 0;
	max-width: 540px;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.48px;
	color: #fff;
}

/* -------------------------------------------------------------------------
   Shared
   ------------------------------------------------------------------------- */
.nr-featured,
.nr-coverage,
.nr-press {
	background: #fff;
	padding-block: 100px;
}
.nr-inner {
	max-width: min(1600px, 100%);
	margin-inline: auto;
}
.nr-sechead {
	margin: 0;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: -0.56px;
	color: var(--nr-ink);
}
.nr-sechead--gap {
	margin-top: 56px;
}
.nr-readmore {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background: var(--nr-teal);
	border-radius: 2px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.16px;
	color: #0a0a0a;
	text-decoration: none;
}
.nr-loadmore {
	margin-top: 40px;
}
.nr-loadmore__btn {
	padding: 12px 24px;
	background: var(--nr-teal);
	border: none;
	border-radius: 2px;
	font-family: inherit;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.16px;
	color: #0a0a0a;
	cursor: pointer;
}
.nr-loadmore__btn:hover {
	filter: brightness(0.96);
}

/* -------------------------------------------------------------------------
   AS FEATURED IN  (logo marquee, full frame width)
   ------------------------------------------------------------------------- */
.nr-marquee {
	position: relative;
	margin-top: 24px;
	padding-block: 5px;
	border-top: 1px solid var(--nr-line);
	border-bottom: 1px solid var(--nr-line);
	overflow: hidden;
}
.nr-marquee__track {
	display: flex;
	gap: 56px;
	width: max-content;
	animation: nr-scroll 90s linear infinite;
}
@keyframes nr-scroll {
	to {
		transform: translateX(-50%);
	}
}
.nr-logo {
	flex: none;
	width: 220px;
	height: 88px;
}
.nr-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.nr-marquee::before,
.nr-marquee::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 346px;
	z-index: 2;
	pointer-events: none;
}
.nr-marquee::before {
	left: 0;
	background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.nr-marquee::after {
	right: 0;
	background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

/* -------------------------------------------------------------------------
   FEATURED STORIES  (carousel)
   ------------------------------------------------------------------------- */
.nr-feat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
}
.nr-feat__card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	padding: 40px;
	border: 1px solid var(--nr-line);
	text-decoration: none;
	color: inherit;
}
.nr-feat__media {
	/* Capped rather than left to a bare ratio. This card is full width, so 3/2
	   resolved to 992px tall at 1920 and upscaled a 650x487 press image 2.3x.
	   The ratio still governs the shape while there is room for it, and the
	   clamp stops the box growing past what the source can actually fill. */
	aspect-ratio: 3 / 2;
	max-height: clamp(240px, 26vw, 440px);
	overflow: hidden;
	background: rgba(17, 17, 17, 0.1);
}
.nr-feat__media img,
.nr-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.nr-feat__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}
.nr-feat__date {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.16px;
	color: var(--nr-ink);
}
.nr-feat__title {
	margin: 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.48px;
	color: var(--nr-ink);
}
.nr-feat__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.nr-navbtn {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 50%;
	background: transparent;
	color: var(--nr-ink);
	cursor: pointer;
}
.nr-navbtn:hover {
	opacity: 0.6;
}
/* At the first/last story there is nowhere to move to, so the control is
   dimmed and inert rather than silently doing nothing. Matches .bl-navbtn. */
.nr-navbtn:disabled {
	opacity: 0.25;
	cursor: default;
}
.nr-navbtn:disabled:hover {
	opacity: 0.25;
}
.nr-dots {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	padding-inline: 8px;
}
.nr-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(17, 17, 17, 0.2);
}
.nr-dot[data-on="true"] {
	background: var(--nr-teal);
}

/* -------------------------------------------------------------------------
   RECENT COVERAGE  (2-col grid)
   ------------------------------------------------------------------------- */
.nr-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
	margin-top: 24px;
	max-width: min(1400px, 100%);
}
.nr-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
	border: 1px solid var(--nr-line);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.nr-card:hover {
	border-color: rgba(17, 17, 17, 0.2);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.nr-card__media {
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: #cacaca;
}
.nr-card__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.nr-card__title {
	margin: 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.48px;
	color: var(--nr-ink);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.nr-card__date {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.16px;
	color: var(--nr-ink-70);
}

/* -------------------------------------------------------------------------
   PRESS RELEASES  (list)
   ------------------------------------------------------------------------- */
.nr-press__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 24px;
}
.nr-prow {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 40px;
	border: 1px solid var(--nr-line);
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.nr-prow:hover {
	border-color: rgba(17, 17, 17, 0.2);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.nr-prow__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.nr-prow__title {
	margin: 0;
	flex: 1;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.2;
	color: var(--nr-ink);
}
.nr-prow__arrow {
	flex: none;
	width: 40px;
	height: 40px;
}
.nr-prow__date {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.16px;
	color: rgba(17, 17, 17, 0.4);
}

/* -------------------------------------------------------------------------
   MOBILE  (Figma 188:17806)
   ------------------------------------------------------------------------- */
@media (max-width: 768px) {
	.nr-hero__inner {
		gap: 16px;
		padding-block: 40px;
	}
	.nr-hero__title {
		font-size: 32px;
		letter-spacing: -0.64px;
	}
	.nr-hero__sub {
		font-size: 14px;
		letter-spacing: -0.28px;
	}

	.nr-featured,
	.nr-coverage,
	.nr-press {
		padding-block: 32px;
	}
	.nr-sechead {
		font-size: 24px;
		letter-spacing: -0.48px;
	}
	.nr-sechead--gap {
		margin-top: 40px;
	}

	.nr-marquee {
		margin-top: 16px;
	}
	.nr-logo {
		width: 166px;
		height: 52px;
	}
	.nr-marquee__track {
		gap: 32px;
	}
	.nr-marquee::before,
	.nr-marquee::after {
		width: 70px;
	}

	.nr-feat {
		margin-top: 16px;
	}
	.nr-feat__card {
		padding: 0;
		gap: 0;
	}
	.nr-feat__media {
		/* inherits the 3:2 ratio from the base rule */
		height: auto;
	}
	.nr-feat__body {
		gap: 12px;
		padding: 20px;
	}
	.nr-feat__date {
		font-size: 12px;
	}
	.nr-feat__title {
		font-size: 16px;
	}
	.nr-readmore {
		padding: 8px 16px;
		font-size: 14px;
	}

	.nr-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 16px;
	}
	.nr-card {
		padding: 0;
		gap: 0;
	}
	.nr-card__media {
		/* inherits the 3:2 ratio from the base rule */
		height: auto;
	}
	.nr-card__body {
		gap: 8px;
		padding: 16px 12px;
	}
	.nr-card__title {
		font-size: 16px;
	}
	.nr-card__date {
		font-size: 12px;
	}

	.nr-press__list {
		gap: 16px;
		margin-top: 16px;
	}
	.nr-prow {
		gap: 12px;
		padding: 16px;
	}
	.nr-prow__title {
		font-size: 16px;
		letter-spacing: -0.16px;
	}
	.nr-prow__arrow {
		width: 24px;
		height: 24px;
	}
	.nr-prow__date {
		font-size: 12px;
	}
	.nr-loadmore {
		margin-top: 24px;
		display: flex;
		justify-content: center;
	}
}

/* =========================================================================
   FLUID DESKTOP BAND (769-1919)

   Type and section rhythm were frozen at their 1920 values all the way down to
   769px, so on a laptop the copy and spacing stayed full-size while the cards
   and imagery (width-driven) shrank around them.

   Max = the 1920 design value, so 1920 and above is byte-identical. Min = this
   file's own <=768 value, so the 768/769 boundary is continuous. Coefficient is
   design/19.2vw, which resolves to exactly the design value at 1920. Tracking
   is -0.02em at both type anchors, so one em value is correct at every step.
   Body copy and small UI are deliberately left fixed.
   ========================================================================= */
@media (min-width: 769px) and (max-width: 1919px) {
	/* Hero */
	.nr-hero__title {
		font-size: clamp(32px, 4.167vw, 80px);
		letter-spacing: -0.02em;
	}
	.nr-hero__sub {
		font-size: clamp(14px, 1.25vw, 24px);
		letter-spacing: -0.02em;
	}

	/* Section rhythm */
	.nr-featured,
	.nr-coverage,
	.nr-press { padding-block: clamp(32px, 5.208vw, 100px); }
	.nr-sechead { font-size: clamp(24px, 1.458vw, 28px); }
	.nr-marquee__track { gap: clamp(32px, 2.917vw, 56px); }
	.nr-grid { gap: clamp(16px, 2.083vw, 40px); }
	.nr-feat__title,
	.nr-card__title { font-size: clamp(16px, 1.25vw, 24px); }
	.nr-prow__title { font-size: clamp(16px, 1.302vw, 25px); }
}
