/*
Theme Name: Newssroom Must Have
Theme URI: https://example.com/newssroommusthave
Author: Must Have AI
Description: Newsroom design (hero scroll-snap carousel, tinted cards, topic chips) plus the full news-theme kit — Homepage Designer, no-duplicate sections, SEL dates/read time, TOC, Google preferred source, Discover images, and Hero Story Carousel plugin support.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newssroommusthave
Tags: blog, news, magazine, editorial, custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   Tokens
   ========================================================================== */

:root {
	/* Type */
	--nr-font-display: "Google Sans Flex", "Google Sans", "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	--nr-font-body: "Google Sans", "Figtree", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;

	/* Ink */
	--nr-ink: #202124;
	--nr-ink-2: #5f6368;
	--nr-ink-3: #80868b;

	/* Surface */
	--nr-bg: #ffffff;
	--nr-surface: #f8f9fa;
	--nr-line: #dadce0;
	--nr-line-soft: #e8eaed;

	/* Accent */
	--nr-blue: #1a73e8;
	--nr-blue-dark: #174ea6;
	--nr-focus: #1a73e8;

	/* Card tints — rotated across feature cards */
	--nr-tint-1: #e6f4ea;
	--nr-tint-2: #e8f0fe;
	--nr-tint-3: #fef7e0;
	--nr-tint-4: #fce8e6;
	--nr-tint-5: #f1f3f4;

	/* Geometry */
	--nr-radius-card: 28px;
	--nr-radius-media: 16px;
	--nr-radius-pill: 100px;
	--nr-gutter: 24px;
	--nr-max: 1440px;
	--nr-header-h: 64px;
}

/* ==========================================================================
   Reset / base
   ========================================================================== */

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--nr-bg);
	color: var(--nr-ink-2);
	font-family: var(--nr-font-body);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--nr-font-display);
	color: var(--nr-ink);
	font-weight: 400;
	line-height: 1.22;
	letter-spacing: -0.01em;
	margin: 0 0 .5em;
}

a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }

img, svg, video { max-width: 100%; height: auto; display: block; }

button { font: inherit; color: inherit; cursor: pointer; }

:focus-visible {
	outline: 3px solid var(--nr-focus);
	outline-offset: 2px;
	border-radius: 4px;
}

.nr-screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0);
	white-space: nowrap; border: 0;
}

.nr-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	background: var(--nr-ink);
	color: #fff;
	padding: 12px 20px;
	border-radius: 0 0 8px 0;
}
.nr-skip-link:focus { left: 0; }

/* ==========================================================================
   Layout
   ========================================================================== */

.nr-wrap {
	width: 100%;
	max-width: var(--nr-max);
	margin: 0 auto;
	padding: 0 var(--nr-gutter);
}

.nr-section { margin: 72px 0; }

.nr-section-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
}

.nr-section-title {
	font-size: 28px;
	line-height: 1.2;
	margin: 0;
	font-weight: 400;
}

.nr-section-link {
	font-size: 15px;
	color: var(--nr-blue);
	font-weight: 500;
	white-space: nowrap;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.nr-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--nr-line);
	background: transparent;
	color: var(--nr-ink);
	border-radius: var(--nr-radius-pill);
	padding: 11px 22px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
	text-decoration: none;
}
.nr-btn:hover { background: rgba(32, 33, 36, .06); text-decoration: none; }

.nr-btn--primary {
	background: var(--nr-blue);
	border-color: var(--nr-blue);
	color: #fff;
	font-weight: 500;
}
.nr-btn--primary:hover { background: var(--nr-blue-dark); border-color: var(--nr-blue-dark); }

.nr-btn--onlight {
	background: #fff;
	border-color: transparent;
}
.nr-btn--onlight:hover { background: #fff; box-shadow: 0 1px 3px rgba(60,64,67,.3), 0 4px 8px rgba(60,64,67,.15); }

.nr-btn .nr-arrow { transition: transform .15s ease; }
.nr-btn:hover .nr-arrow { transform: translateX(3px); }

/* Icon button */
.nr-iconbtn {
	width: 40px; height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	border-radius: 50%;
	color: var(--nr-ink);
	transition: background-color .15s ease;
}
.nr-iconbtn:hover { background: rgba(32,33,36,.08); }

/* ==========================================================================
   Header / nav / drawer / search
   Primary styles live in assets/css/chrome.css (blog.google layout).
   Keep only shared search input pieces used elsewhere if needed.
   ========================================================================== */

.nr-brand {
	font-family: var(--nr-font-display);
	font-size: 20px;
	color: var(--nr-ink);
	font-weight: 400;
	letter-spacing: -0.01em;
	white-space: nowrap;
	flex-shrink: 0;
}
.nr-brand:hover { text-decoration: none; }
.nr-brand img { max-height: 30px; width: auto; }

/* Legacy search form utility (archive/search pages may still use) */
.nr-search-form { display: flex; gap: 12px; align-items: center; }
.nr-search-form input[type="search"] {
	flex: 1;
	border: 1px solid var(--nr-line);
	border-radius: var(--nr-radius-pill);
	padding: 14px 22px;
	font: inherit;
	font-size: 17px;
	color: var(--nr-ink);
	background: #fff;
}
.nr-search-form input[type="search"]:focus { outline: none; border-color: var(--nr-blue); box-shadow: 0 0 0 1px var(--nr-blue); }

/* ==========================================================================
   Hero carousel
   ========================================================================== */

.nr-hero { margin: 16px 0 8px; }

.nr-hero-track {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding-bottom: 4px;
}
.nr-hero-track::-webkit-scrollbar { display: none; }

.nr-hero-card {
	flex: 0 0 min(100%, 1160px);
	scroll-snap-align: start;
	display: grid;
	grid-template-columns: minmax(280px, 32%) 1fr;
	gap: 0;
	border-radius: var(--nr-radius-card);
	overflow: hidden;
	min-height: 440px;
	background: var(--nr-tint-5);
}

.nr-hero-card:nth-child(5n+1) .nr-hero-copy { background: var(--nr-tint-1); }
.nr-hero-card:nth-child(5n+2) .nr-hero-copy { background: var(--nr-tint-2); }
.nr-hero-card:nth-child(5n+3) .nr-hero-copy { background: var(--nr-tint-3); }
.nr-hero-card:nth-child(5n+4) .nr-hero-copy { background: var(--nr-tint-4); }
.nr-hero-card:nth-child(5n+5) .nr-hero-copy { background: var(--nr-tint-5); }

.nr-hero-copy {
	padding: 40px 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
}

.nr-kicker {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .01em;
	color: var(--nr-ink-2);
	margin-bottom: 14px;
	display: inline-block;
}
.nr-kicker:hover { color: var(--nr-ink); }

.nr-hero-title {
	font-size: 34px;
	line-height: 1.2;
	margin: 0 0 16px;
	font-weight: 400;
}
.nr-hero-title a:hover { text-decoration: none; }

.nr-hero-excerpt {
	font-size: 15px;
	line-height: 1.6;
	color: var(--nr-ink-2);
	margin: 0 0 24px;
}

.nr-byline {
	font-size: 13px;
	line-height: 1.45;
	color: var(--nr-ink-2);
}
.nr-byline strong { font-weight: 400; color: var(--nr-ink); display: block; }
.nr-byline span { display: block; }

.nr-hero-copy .nr-btn { margin-top: 22px; align-self: flex-start; }

.nr-hero-media {
	position: relative;
	background: var(--nr-surface);
	overflow: hidden;
}
.nr-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Carousel controls */
.nr-carousel-controls {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
}
.nr-carousel-controls .nr-iconbtn {
	border: 1px solid var(--nr-line);
	width: 44px; height: 44px;
}
.nr-carousel-controls .nr-iconbtn[disabled] { opacity: .35; cursor: default; }
.nr-carousel-controls .nr-iconbtn[disabled]:hover { background: transparent; }

.nr-progress {
	flex: 0 1 220px;
	height: 3px;
	background: var(--nr-line-soft);
	border-radius: 3px;
	margin-left: 12px;
	overflow: hidden;
}
.nr-progress-bar {
	height: 100%;
	width: 0;
	background: var(--nr-ink-3);
	border-radius: 3px;
	transition: width .25s ease, transform .25s ease;
}

/* ==========================================================================
   Cards
   ========================================================================== */

.nr-grid { display: grid; gap: 32px 24px; }
.nr-grid--4 { grid-template-columns: repeat(4, 1fr); }
.nr-grid--3 { grid-template-columns: repeat(3, 1fr); }
.nr-grid--2 { grid-template-columns: repeat(2, 1fr); }
.nr-grid--1 { grid-template-columns: 1fr; }
.nr-grid--fit.nr-grid--1 { max-width: 360px; }
.nr-grid--fit > * { min-width: 0; }

.nr-card { display: flex; flex-direction: column; }

.nr-card-media {
	display: block;
	border-radius: var(--nr-radius-media);
	overflow: hidden;
	background: var(--nr-surface);
	aspect-ratio: 16 / 10;
	margin-bottom: 16px;
}
.nr-card-media img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .4s cubic-bezier(.2,.6,.2,1);
}
.nr-card:hover .nr-card-media img { transform: scale(1.03); }

.nr-card-title {
	font-size: 20px;
	line-height: 1.3;
	margin: 6px 0 12px;
	font-weight: 400;
}
.nr-card-title a:hover { text-decoration: none; color: var(--nr-blue); }

.nr-card-foot {
	margin-top: auto;
	padding-top: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.nr-readmore {
	font-size: 14px;
	font-weight: 500;
	color: var(--nr-blue);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

/* Tinted variant used in "Product news" */
.nr-card--tinted .nr-card-media { aspect-ratio: 1 / 1; border-radius: var(--nr-radius-card); }
.nr-cards-tinted .nr-card:nth-child(4n+1) .nr-card-media { background: var(--nr-tint-1); }
.nr-cards-tinted .nr-card:nth-child(4n+2) .nr-card-media { background: var(--nr-tint-2); }
.nr-cards-tinted .nr-card:nth-child(4n+3) .nr-card-media { background: var(--nr-tint-3); }
.nr-cards-tinted .nr-card:nth-child(4n+4) .nr-card-media { background: var(--nr-tint-4); }

/* ==========================================================================
   Spotlight
   ========================================================================== */

.nr-spotlight {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: var(--nr-radius-card);
	overflow: hidden;
	background: var(--nr-tint-2);
	min-height: 420px;
}
.nr-spotlight-copy {
	padding: 48px 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.nr-spotlight-title { font-size: 32px; margin: 0 0 16px; }
.nr-spotlight-media img { width: 100%; height: 100%; object-fit: cover; }

/* ==========================================================================
   Newsletter
   ========================================================================== */

/* Newsletter — blog.google-style light card (see also home.css) */
.nr-newsletter {
	position: relative;
	overflow: hidden;
	background: #eef2ff;
	border-radius: 32px;
	padding: 56px 40px 48px;
	text-align: center;
	color: var(--nr-ink, #202124);
}
.nr-newsletter h2,
.nr-newsletter__title {
	font-size: clamp(28px, 3vw, 36px);
	max-width: 16ch;
	margin: 0 auto 12px;
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.15;
	color: var(--nr-ink, #202124);
	position: relative;
	z-index: 1;
	text-align: center;
}
.nr-newsletter p,
.nr-newsletter__text {
	max-width: 42ch;
	margin: 0 auto 28px;
	font-size: 16px;
	line-height: 1.55;
	color: var(--nr-ink-2, #5f6368);
	position: relative;
	z-index: 1;
	text-align: center;
}
/* Form field layout refined in home.css for homepage; base native form: */
.nr-newsletter form,
.nr-newsletter__form-native {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0;
	max-width: 480px;
	height: 52px;
	margin: 0 auto 18px;
	padding: 0;
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(60, 64, 67, 0.1), 0 1px 3px 1px rgba(60, 64, 67, 0.06);
}
.nr-newsletter input[type="email"] {
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
	border: 0;
	border-radius: 0;
	padding: 0 20px;
	font: inherit;
	font-size: 16px;
	background: #fff;
	color: var(--nr-ink, #202124);
	box-shadow: none;
}
.nr-newsletter input[type="email"]:focus {
	outline: none;
	box-shadow: none;
}
.nr-newsletter__submit,
.nr-newsletter .nr-btn--primary {
	flex: 0 0 auto;
	height: 100%;
	border-radius: 0;
	padding: 0 28px;
	font-size: 15px;
	font-weight: 500;
	background: var(--nr-blue, #1a73e8);
	border: 0;
	color: #fff;
	cursor: pointer;
	white-space: nowrap;
	line-height: 52px;
}
.nr-newsletter__submit:hover,
.nr-newsletter .nr-btn--primary:hover {
	background: var(--nr-blue-dark, #174ea6);
}
.nr-newsletter .nr-fineprint,
.nr-newsletter__legal {
	font-size: 13px;
	line-height: 1.45;
	color: var(--nr-ink-2, #5f6368);
	max-width: 42ch;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	text-align: center;
}
.nr-newsletter .nr-fineprint a {
	color: var(--nr-blue, #1a73e8);
}

/* ==========================================================================
   Topic chips
   ========================================================================== */

.nr-chips {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}
.nr-chips a {
	display: inline-block;
	padding: 8px 18px;
	border: 1px solid var(--nr-line);
	border-radius: var(--nr-radius-pill);
	font-size: 14px;
	color: var(--nr-ink);
	transition: background-color .15s ease, border-color .15s ease;
}
.nr-chips a:hover { background: rgba(32,33,36,.06); text-decoration: none; }
.nr-chips .is-active a,
.nr-chips a[aria-current="page"] {
	background: var(--nr-ink);
	border-color: var(--nr-ink);
	color: #fff;
}

.nr-result-count { font-size: 14px; color: var(--nr-ink-3); margin: 0 0 24px; }

/* ==========================================================================
   Single post
   ========================================================================== */

.nr-article { max-width: 720px; margin: 0 auto; padding: 48px 0 72px; }

/* Legacy article header (pages); posts use .nr-lede in chrome.css */
.nr-article-header { margin-bottom: 36px; }
.nr-article-title {
	font-size: 44px;
	line-height: 1.15;
	margin: 12px 0 20px;
}
.nr-article-meta {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	font-size: 14px;
	color: var(--nr-ink-2);
	padding-top: 8px;
}
.nr-article-meta img { width: 44px; height: 44px; border-radius: 50%; }

.nr-article-hero {
	max-width: 1160px;
	margin: 0 auto 48px;
	border-radius: var(--nr-radius-card);
	overflow: hidden;
}

.nr-entry {
	font-size: 18px;
	line-height: 1.75;
	color: #3c4043;
}
.nr-entry > * + * { margin-top: 1.4em; }
.nr-entry h2 { font-size: 28px; margin-top: 2em; }
.nr-entry h3 { font-size: 22px; margin-top: 1.8em; }
.nr-entry a { color: var(--nr-blue); text-decoration: underline; text-underline-offset: 2px; }
.nr-entry img, .nr-entry figure img { border-radius: var(--nr-radius-media); }
.nr-entry figure { margin: 2em 0; }
.nr-entry figcaption { font-size: 14px; color: var(--nr-ink-3); margin-top: 10px; }
.nr-entry blockquote {
	margin: 2em 0;
	padding: 4px 0 4px 24px;
	border-left: 3px solid var(--nr-blue);
	font-family: var(--nr-font-display);
	font-size: 24px;
	line-height: 1.4;
	color: var(--nr-ink);
}
.nr-entry ul, .nr-entry ol { padding-left: 1.3em; }
.nr-entry li + li { margin-top: .5em; }
.nr-entry pre {
	background: var(--nr-surface);
	padding: 20px;
	border-radius: 12px;
	overflow-x: auto;
	font-size: 14px;
}
.nr-entry code { font-family: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .92em; }
.nr-entry table { width: 100%; border-collapse: collapse; font-size: 15px; }
.nr-entry th, .nr-entry td { border-bottom: 1px solid var(--nr-line-soft); padding: 12px 10px; text-align: left; }

.nr-tags { display: flex; gap: 10px; flex-wrap: wrap; margin: 48px 0 0; }

.nr-post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 56px;
	padding-top: 32px;
	border-top: 1px solid var(--nr-line-soft);
}
.nr-post-nav .nr-kicker { margin-bottom: 6px; }

/* ==========================================================================
   Archive header
   ========================================================================== */

.nr-page-header { padding: 56px 0 8px; }
.nr-page-header h1 { font-size: 44px; margin: 0 0 12px; }
.nr-page-header p { font-size: 17px; max-width: 62ch; margin: 0; }

/* ==========================================================================
   Pagination
   ========================================================================== */

.nr-pagination { margin: 56px 0; display: flex; justify-content: center; }
.nr-pagination .nav-links { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.nr-pagination .page-numbers {
	min-width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border-radius: var(--nr-radius-pill);
	font-size: 15px;
	color: var(--nr-ink);
}
.nr-pagination .page-numbers:hover { background: rgba(32,33,36,.06); text-decoration: none; }
.nr-pagination .page-numbers.current { background: var(--nr-ink); color: #fff; }

/* ==========================================================================
   Footer — primary styles in assets/css/chrome.css (blog.google layout)
   ========================================================================== */
.nr-social { display: flex; gap: 8px; }
.nr-social a { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; }
.nr-social a:hover { background: rgba(32,33,36,.08); }

/* ==========================================================================
   Comments
   ========================================================================== */

.nr-comments { max-width: 720px; margin: 0 auto; padding-bottom: 72px; }
.nr-comments h2 { font-size: 24px; margin-bottom: 24px; }
.nr-comments ol { list-style: none; margin: 0; padding: 0; }
.nr-comments .comment-body { padding: 20px 0; border-bottom: 1px solid var(--nr-line-soft); }
.nr-comments .children { padding-left: 32px; }
.nr-comments input[type="text"],
.nr-comments input[type="email"],
.nr-comments input[type="url"],
.nr-comments textarea {
	width: 100%;
	border: 1px solid var(--nr-line);
	border-radius: 12px;
	padding: 12px 16px;
	font: inherit;
	background: #fff;
}
.nr-comments .form-submit input { all: unset; }
.nr-comments .submit {
	background: var(--nr-blue);
	color: #fff;
	border: 0;
	border-radius: var(--nr-radius-pill);
	padding: 12px 26px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}

/* ==========================================================================
   WordPress core classes
   ========================================================================== */

.alignleft { float: left; margin: .4em 1.6em 1em 0; }
.alignright { float: right; margin: .4em 0 1em 1.6em; }
.aligncenter { margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1040px; margin-left: calc(50% - 520px); }
.alignfull { max-width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption-text { font-size: 14px; color: var(--nr-ink-3); }
.sticky, .gallery-caption, .bypostauthor { display: block; }

/* ==========================================================================
   Author link + updated badge
   ========================================================================== */

.nr-author-link { color: inherit; }
.nr-author-link:hover { color: var(--nr-blue); text-decoration: underline; }

.nr-article-dates {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.nr-updated {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
	color: var(--nr-ink-2);
	background: var(--nr-surface);
	border-radius: var(--nr-radius-pill);
	padding: 3px 12px;
}

/* Breadcrumbs — full styles in assets/css/chrome.css (blog.google) */

/* ==========================================================================
   Author page
   ========================================================================== */

.nr-author-header {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 32px;
	align-items: center;
	padding: 48px 0 40px;
	margin-bottom: 8px;
	border-bottom: 1px solid var(--nr-line-soft);
}
.nr-author-avatar img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	object-fit: cover;
}
.nr-author-name { font-size: 40px; line-height: 1.12; margin: 6px 0 4px; }
.nr-author-role {
	font-size: 16px;
	font-weight: 500;
	color: var(--nr-ink);
	margin: 0 0 12px;
}
.nr-author-bio { font-size: 16px; line-height: 1.6; margin: 0 0 14px; max-width: 62ch; }
.nr-author-count { font-size: 13px; color: var(--nr-ink-3); margin: 0 0 18px; }
.nr-author-socials {
	list-style: none;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.nr-author-socials .nr-btn { padding: 8px 18px; font-size: 14px; }

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1100px) {
	.nr-grid--4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
	:root { --nr-gutter: 20px; --nr-radius-card: 22px; }

	.nr-hero-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}
	.nr-hero-media { aspect-ratio: 16 / 10; order: -1; }
	.nr-hero-copy { padding: 28px 24px 32px; }
	.nr-hero-title { font-size: 26px; }

	.nr-spotlight { grid-template-columns: 1fr; }
	.nr-spotlight-media { aspect-ratio: 16 / 9; order: -1; }
	.nr-spotlight-copy { padding: 32px 24px; }
	.nr-spotlight-title { font-size: 26px; }

	.nr-grid--3 { grid-template-columns: repeat(2, 1fr); }
	.nr-section { margin: 56px 0; }
	.nr-article-title { font-size: 32px; }
	.nr-page-header h1 { font-size: 32px; }
	.nr-newsletter { padding: 36px 22px 32px; border-radius: 24px; }
	.nr-newsletter h2,
	.nr-newsletter__title { font-size: 26px; max-width: none; }
	.nr-newsletter form,
	.nr-newsletter__form-native {
		flex-direction: column;
		border-radius: 20px;
		overflow: hidden;
		gap: 0;
	}
	.nr-newsletter input[type="email"],
	.nr-newsletter__submit,
	.nr-newsletter .nr-btn--primary {
		border-radius: 0;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.nr-brand { font-size: 17px; overflow: hidden; text-overflow: ellipsis; }
	.nr-iconbtn { width: 36px; height: 36px; }

	.nr-grid--4,
	.nr-grid--3,
	.nr-grid--2 { grid-template-columns: 1fr; }
	.nr-post-nav { grid-template-columns: 1fr; }
	.nr-section-title { font-size: 22px; }
	.nr-hero-card { flex-basis: 88%; }

	.nr-author-header {
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: left;
		padding: 32px 0 28px;
	}
	.nr-author-avatar img { width: 96px; height: 96px; }
	.nr-author-name { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: .01ms !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}
