/* ==========================================================================
   Posts - cards, listings, single article
   ========================================================================== */

/* --------------------------------------------------------------------------
   Post cards
   -------------------------------------------------------------------------- */

.post-grid {
	display: grid;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-grid--1 {
	grid-template-columns: minmax(0, 1fr);
}

.post-grid__item {
	display: flex;
}

.post-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: var(--fda-palette9);
	overflow: hidden;
	transition: transform var(--fda-speed) var(--fda-ease), box-shadow var(--fda-speed) var(--fda-ease);
}

.post-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(21, 38, 65, 0.14);
}

.post-card__thumb {
	display: block;
	overflow: hidden;
}

.post-card__thumb-inner {
	display: block;
	aspect-ratio: 16 / 9;
}

.post-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 24px;
}

.entry-taxonomies {
	margin-bottom: 12px;
}

.category-links {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
}

.category-link {
	display: inline-block;
	padding: 3px 8px;
	background: var(--fda-palette2);
	font-family: var(--fda-font-body);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--fda-palette9);
	transition: background-color var(--fda-speed);
}

.category-link:hover,
.category-link:focus {
	background: var(--fda-brick);
	color: var(--fda-palette9);
}

.post-card__title {
	margin: 0 0 12px;
	font-family: var(--fda-font-heading);
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: var(--fda-palette3);
}

.post-card__title a {
	color: inherit;
	text-decoration: none;
}

.post-card__title a:hover,
.post-card__title a:focus {
	color: var(--fda-palette2);
}

.post-card__summary {
	flex: 1 1 auto;
	margin-bottom: 18px;
}

.post-card__summary p {
	margin: 0;
	font-family: var(--fda-font-body);
	font-size: 14px;
	line-height: 22px;
	color: var(--fda-palette5);
}

.post-card__footer {
	margin-top: auto;
}

.post-card__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--fda-font-body);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--fda-palette2);
	transition: gap var(--fda-speed) var(--fda-ease), color var(--fda-speed);
}

.post-card__more .fda-icon {
	width: 14px;
	height: 14px;
	stroke: currentColor;
}

.post-card__more:hover,
.post-card__more:focus {
	gap: 12px;
	color: var(--fda-brick);
}

/* --------------------------------------------------------------------------
   Archive / news landing
   -------------------------------------------------------------------------- */

.archive-hero {
	background: var(--fda-palette1);
	color: var(--fda-palette9);
}

.archive-hero__inner {
	max-width: var(--fda-content-width);
	margin: 0 auto;
	padding: 72px 24px;
	text-align: center;
}

.archive-hero__eyebrow {
	margin: 0 0 14px;
	font-family: var(--fda-font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--fda-palette7);
}

.archive-hero__title {
	margin: 0;
	font-family: var(--fda-font-heading);
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2;
	color: var(--fda-palette9);
}

.archive-hero__text {
	margin: 16px auto 0;
	max-width: 70ch;
	font-size: 16px;
	line-height: 26px;
	color: var(--fda-palette7);
}

.archive-body {
	background: var(--fda-palette8);
}

.archive-body__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 48px;
	max-width: var(--fda-content-width);
	margin: 0 auto;
	padding: 64px 24px 80px;
}

.archive-body--full .archive-body__inner {
	grid-template-columns: minmax(0, 1fr);
}

.archive-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------
   News landing sections (the magazine layout)
   -------------------------------------------------------------------------- */

.news-page {
	background: var(--fda-palette9);
}

.news-section {
	max-width: var(--fda-content-width);
	margin: 0 auto;
	padding: 0 24px 48px;
}

.news-section__head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 40px 0 24px;
}

.news-section__title {
	margin: 0;
	font-family: var(--fda-font-body);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--fda-palette3);
	white-space: nowrap;
}

.news-section__rule {
	flex: 1 1 auto;
	height: 2px;
	background: var(--fda-palette2);
	opacity: 0.35;
}

/* Lead + list layout */
.news-lead {
	display: grid;
	grid-template-columns: minmax(250px, 0.78fr) minmax(440px, 1.32fr) minmax(250px, 0.78fr);
	gap: clamp(28px, 3vw, 44px);
	align-items: start;
}

.news-lead__rail .news-section__head {
	margin-top: 0;
}

.news-feature {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.news-feature__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.news-feature__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s var(--fda-ease);
}

.news-feature:hover .news-feature__media img {
	transform: scale(1.04);
}

.news-feature--overlay .news-feature__body {
	position: absolute;
	inset: auto 0 0 0;
	padding: 24px;
	background: linear-gradient(to top, rgba(21, 38, 65, 0.92), rgba(21, 38, 65, 0));
	color: var(--fda-palette9);
}

.news-feature--overlay .news-feature__title {
	color: var(--fda-palette9);
}

.news-feature__title {
	display: block;
	margin: 10px 0 8px;
	font-family: var(--fda-font-heading);
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: var(--fda-palette3);
}

.news-feature__text {
	display: block;
	margin: 0 0 8px;
	font-size: 13.5px;
	line-height: 22px;
	color: var(--fda-palette5);
}

.news-feature--overlay .news-feature__text {
	color: var(--fda-palette7);
}

.news-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	color: var(--fda-palette6);
}

.news-lead__feature .news-feature > .news-feature__body > .category-link {
	display: none;
}

.news-lead__feature .news-feature__title {
	font-size: 20px;
	font-weight: 800;
	line-height: 26px;
}

.news-lead__feature .news-feature__text {
	max-width: 82ch;
}

.news-lead__feature .news-meta {
	display: block;
	margin-top: 8px;
}

.news-meta time {
	white-space: nowrap;
}

/* Compact horizontal item */
.news-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-item {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.news-item__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.news-item__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-item__title {
	margin: 0 0 6px;
	font-family: var(--fda-font-heading);
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.news-item__title a {
	color: var(--fda-palette3);
	text-decoration: none;
}

.news-item__title a:hover,
.news-item__title a:focus {
	color: var(--fda-palette2);
}

.news-item--stacked {
	grid-template-columns: minmax(0, 1fr);
}

.news-item--stacked .news-item__media {
	aspect-ratio: 16 / 9;
}

.news-item--stacked .news-item__title {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}

/* Grid of three */
.news-trio {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.news-duo {
	display: grid;
	grid-template-columns: 55% 1fr;
	gap: 32px;
}

.news-magazine {
	padding: 24px 0 96px;
	background: #ffffff;
}

.news-category-nav {
	position: sticky;
	top: 0;
	z-index: 520;
	background: #ffffff;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	box-shadow: 0 10px 24px rgba(21, 38, 65, 0.06);
}

.page-template-template-news .navbar {
	position: relative;
	top: auto;
	z-index: 1;
}

.news-category-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	box-sizing: border-box;
	width: 94vw;
	max-width: none;
	margin: 0 auto;
	padding: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.news-category-nav__inner::-webkit-scrollbar {
	display: none;
}

.news-category-nav__link {
	position: relative;
	flex: 0 0 auto;
	padding: 18px 4px 16px;
	font-family: var(--fda-font-body);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: rgba(21, 38, 65, 0.48);
	text-decoration: none;
	white-space: nowrap;
	transition: color 180ms ease;
}

.news-category-nav__link::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: #892943;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 180ms ease;
}

.news-category-nav__link:hover,
.news-category-nav__link:focus,
.news-category-nav__link.is-active {
	color: #892943;
}

.news-category-nav__link:hover::after,
.news-category-nav__link:focus::after,
.news-category-nav__link.is-active::after {
	transform: scaleX(1);
}

.news-magazine .news-section {
	width: 94vw;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
	scroll-margin-top: 86px;
}

.news-section--browse {
	padding-top: 8px;
}

/* --------------------------------------------------------------------------
   News index
   -------------------------------------------------------------------------- */

.news-index {
	background: #f6f4ee;
	color: #152641;
}

.news-index__hero {
	background: #f6f4ee;
}

.news-index__hero-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	max-width: 94vw;
	min-height: 500px;
	margin: 0 auto;
}

.news-index__hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px 48px 56px 0;
}

.news-index__eyebrow {
	margin: 0 0 16px;
	font-family: var(--fda-font-body);
	font-size: 12px;
	font-weight: 700;
	line-height: 19.2px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #892943;
}

.news-index__title {
	max-width: 760px;
	margin: 24px 0 20px;
	font-family: var(--fda-font-heading);
	font-size: 42px;
	font-weight: 900;
	line-height: 52px;
	color: #152641;
}

.news-index__text {
	max-width: 680px;
	margin: 0 0 32px;
	font-family: var(--fda-font-body);
	font-size: 15.5px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(21, 38, 65, 0.78);
}

.news-index__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	align-items: center;
}

.news-index__hero-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 500px;
	margin-right: -3vw;
	background-color: #152641;
	background-position: center 8%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	isolation: isolate;
}

.news-index__hero-media::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(21, 38, 65, 0.34);
}

.news-index__hero-caption {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0 24px;
	font-family: var(--fda-font-body);
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0 3px 16px rgba(21, 38, 65, 0.85);
}

.news-index__body {
	background: #ffffff;
}

.news-index__inner {
	max-width: none;
	margin: 0;
	padding: 0;
}

.news-topic-showcase {
	display: grid;
	grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
	gap: clamp(40px, 5vw, 86px);
	align-items: center;
	width: 94vw;
	max-width: none;
	margin: 0 auto;
	padding: 112px 0 116px;
}

.news-topic-showcase__copy {
	max-width: 600px;
}

.news-topic-showcase__eyebrow {
	margin: 0 0 16px;
	font-family: var(--fda-font-body);
	font-size: 12px;
	font-weight: 700;
	line-height: 19.2px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #892943;
}

.news-topic-showcase__title {
	margin: 0;
	font-family: var(--fda-font-heading);
	font-size: 50px;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
	color: #050505;
}

.news-topic-showcase__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.news-topic-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 168px;
	padding: 18px;
	border-radius: 8px;
	background-color: #152641;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	isolation: isolate;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-topic-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: rgba(21, 38, 65, 0.52);
	transition: background 180ms ease;
}

.news-topic-card:hover,
.news-topic-card:focus {
	transform: translateY(-3px);
	box-shadow: 0 18px 42px rgba(21, 38, 65, 0.2);
	color: #ffffff;
}

.news-topic-card:hover::before,
.news-topic-card:focus::before {
	background: rgba(137, 41, 67, 0.58);
}

.news-topic-card__label {
	font-family: var(--fda-font-heading);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.15;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.news-featured {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	margin-bottom: 28px;
	border: 1px solid #e2dfd9;
	border-radius: 8px;
	background: #f6f4ee;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.news-featured:hover,
.news-featured:focus-within,
.news-card:hover,
.news-card:focus-within {
	transform: translateY(-4px);
	border-color: rgba(137, 41, 67, 0.28);
	box-shadow: 0 20px 44px rgba(21, 38, 65, 0.12);
}

.news-featured__media,
.news-card__media {
	display: block;
	background: #e2dfd9;
	overflow: hidden;
}

.news-featured__media img,
.news-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.news-featured:hover .news-featured__media img,
.news-featured:focus-within .news-featured__media img,
.news-card:hover .news-card__media img,
.news-card:focus-within .news-card__media img {
	transform: scale(1.04);
}

.news-featured__media {
	min-height: 360px;
}

.news-featured__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 38px;
}

.news-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	align-items: center;
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 1.4;
	color: rgba(21, 38, 65, 0.65);
}

.news-card__meta .entry-taxonomies {
	margin: 0;
}

.news-card__meta .category-link {
	background: #892943;
	color: #ffffff;
}

.news-featured__title {
	margin: 0 0 16px;
	font-family: var(--fda-font-heading);
	font-size: 34px;
	font-weight: 900;
	line-height: 1.15;
	color: #152641;
}

.news-featured__title a,
.news-card__title a {
	color: inherit;
	text-decoration: none;
}

.news-featured__title a:hover,
.news-featured__title a:focus,
.news-card__title a:hover,
.news-card__title a:focus {
	color: #892943;
}

.news-featured__text,
.news-card__text {
	margin: 0 0 24px;
	font-size: 15.5px;
	line-height: 1.6;
	color: rgba(21, 38, 65, 0.78);
}

.news-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.news-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid #e2dfd9;
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.news-card__media {
	aspect-ratio: 16 / 10;
}

.news-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.news-card__title {
	margin: 0 0 12px;
	font-family: var(--fda-font-heading);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.18;
	color: #152641;
}

.news-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	font-family: var(--fda-font-body);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #892943;
	text-decoration: none;
}

.news-card__link svg {
	width: 15px;
	height: 15px;
	transition: transform 180ms ease;
}

.news-card__link:hover,
.news-card__link:focus {
	color: #152641;
}

.news-card__link:hover svg,
.news-card__link:focus svg {
	transform: translateX(3px);
}

.news-index__pagination {
	margin-top: 52px;
}

.news-empty {
	max-width: 760px;
	margin: 0 auto;
	padding: 38px;
	border: 1px solid #e2dfd9;
	border-radius: 8px;
	background: #f6f4ee;
	text-align: center;
}

.news-empty__title {
	margin: 0 0 12px;
	font-family: var(--fda-font-heading);
	font-size: 28px;
	font-weight: 900;
	line-height: 1.18;
	color: #152641;
}

.news-empty__text {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.6;
	color: rgba(21, 38, 65, 0.76);
}

/* --------------------------------------------------------------------------
   Single post
   -------------------------------------------------------------------------- */

.single-post-layout {
	background: var(--fda-palette9);
}

.single-post-layout__inner {
	display: grid;
	grid-template-columns: 70.6666% 1fr;
	gap: 48px;
	max-width: var(--fda-content-width);
	margin: 0 auto;
	padding: 56px 24px 80px;
}

.entry-header {
	margin-bottom: 20px;
}

.entry-title {
	margin: 0 0 10px;
	font-family: var(--fda-font-heading);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--fda-palette3);
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	font-family: var(--fda-font-body);
	font-size: 13px;
	color: var(--fda-palette6);
}

.entry-featured {
	margin: 0 0 28px;
}

.entry-featured img {
	width: 100%;
	height: auto;
}

.entry-body {
	font-family: var(--fda-font-body);
	font-size: 16px;
	line-height: 1.75;
	color: var(--fda-palette5);
}

.entry-body > :last-child {
	margin-bottom: 0;
}

.entry-body p,
.entry-body ul,
.entry-body ol,
.entry-body table,
.entry-body figure,
.entry-body blockquote {
	margin: 0 0 24px;
}

.entry-body h2,
.entry-body h3,
.entry-body h4 {
	margin: 36px 0 14px;
	font-family: var(--fda-font-heading);
	color: var(--fda-palette3);
}

.entry-body h2 {
	font-size: 28px;
	line-height: 1.35;
}

.entry-body h3 {
	font-size: 22px;
	line-height: 1.4;
}

.entry-body h4 {
	font-size: 18px;
	line-height: 1.45;
}

.entry-body ul,
.entry-body ol {
	padding-left: 1.4em;
}

.entry-body li {
	margin-bottom: 8px;
}

.entry-body img {
	height: auto;
}

.entry-body a {
	color: var(--fda-palette2);
}

.post-nav {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 48px;
	padding-top: 28px;
	border-top: 1px solid rgba(21, 38, 65, 0.12);
}

.post-nav a {
	max-width: 45%;
	font-family: var(--fda-font-body);
	font-size: 14px;
	font-weight: 600;
	color: var(--fda-palette2);
	text-decoration: none;
}

.post-nav a:hover {
	color: var(--fda-brick);
}

/* Sidebar ----------------------------------------------------------------- */

.post-sidebar {
	align-self: start;
	position: sticky;
	top: 96px;
}

.post-sidebar__title,
.widget-title {
	margin: 0 0 20px;
	font-family: var(--fda-font-heading);
	font-size: 20px;
	font-weight: 700;
	color: var(--fda-palette3);
}

.post-sidebar .widget {
	margin-bottom: 32px;
}

.post-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------
   Search and 404
   -------------------------------------------------------------------------- */

.utility-page {
	background: var(--fda-palette9);
}

.utility-page__inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 96px 24px 120px;
	text-align: center;
}

.utility-page__title {
	margin: 0 0 16px;
	font-family: var(--fda-font-heading);
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2;
	color: var(--fda-palette3);
}

.utility-page__text {
	margin: 0 auto 32px;
	max-width: 60ch;
	font-size: 16px;
	line-height: 26px;
	color: var(--fda-palette5);
}

.utility-page .fda-search {
	justify-content: center;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1024px) {
	.post-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.archive-body__inner,
	.single-post-layout__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 40px;
	}

	.post-sidebar {
		position: static;
	}

	.news-lead,
	.news-trio,
	.news-duo {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.news-index__hero-grid {
		min-height: 460px;
	}

	.news-index__hero-copy {
		padding: 44px 32px 44px 0;
	}

	.news-index__title {
		font-size: 36px;
		line-height: 44px;
	}

	.news-index__hero-media {
		min-height: 460px;
	}

	.news-topic-showcase {
		grid-template-columns: minmax(0, 1fr);
		gap: 40px;
		padding-top: 78px;
		padding-bottom: 84px;
	}

	.news-topic-showcase__copy {
		max-width: 760px;
	}

	.news-topic-showcase__title {
		font-size: 42px;
	}

	.news-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.news-featured {
		grid-template-columns: minmax(0, 1fr);
	}

	.news-featured__media {
		min-height: 320px;
	}

	.entry-title {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.post-grid--3,
	.post-grid--2,
	.archive-list,
	.news-lead,
	.news-trio,
	.news-duo {
		grid-template-columns: minmax(0, 1fr);
	}

	.news-index__hero-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			"eyebrow"
			"title"
			"text"
			"media"
			"actions";
		max-width: none;
		min-height: 0;
	}

	.news-index__hero-copy {
		display: contents;
		padding: 0;
	}

	.news-index__eyebrow {
		grid-area: eyebrow;
		margin: 44px 24px 0;
	}

	.news-index__title {
		grid-area: title;
		margin-right: 24px;
		margin-left: 24px;
		font-size: 34px;
		line-height: 1.12;
	}

	.news-index__text {
		grid-area: text;
		margin-right: 24px;
		margin-left: 24px;
		font-size: 15.5px;
		line-height: 24px;
	}

	.news-index__actions {
		grid-area: actions;
		gap: 22px;
		padding: 28px 24px 34px;
	}

	.news-index__hero-media {
		grid-area: media;
		min-height: 300px;
		margin-right: 0;
	}

	.news-index__hero-caption {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 3px;
	}

	.news-index__body {
		padding: 0 24px;
	}

	.news-index__inner {
		padding: 0;
	}

	.news-topic-showcase {
		width: auto;
		gap: 30px;
		padding: 56px 24px 62px;
	}

	.news-topic-showcase__eyebrow {
		margin-bottom: 18px;
	}

	.news-topic-showcase__title {
		font-size: 34px;
		line-height: 1.12;
	}

	.news-topic-showcase__grid {
		grid-template-columns: 1fr;
	}

	.news-topic-card {
		min-height: 150px;
	}

	.news-category-nav {
		top: 0;
		margin-right: -24px;
		margin-left: -24px;
	}

	.news-category-nav__inner {
		width: 100%;
		gap: 26px;
		padding: 0 24px;
	}

	.news-category-nav__link {
		padding-top: 16px;
		padding-bottom: 14px;
		font-size: 13px;
	}

	.news-magazine .news-section {
		scroll-margin-top: 74px;
	}

	.news-card-grid {
		grid-template-columns: 1fr;
	}

	.news-featured__media {
		min-height: 260px;
	}

	.news-featured__content,
	.news-card__body {
		padding: 24px;
	}

	.news-featured__title {
		font-size: 28px;
	}

	.news-index .fda-reveal {
		opacity: 1 !important;
		transform: none !important;
	}

	.entry-title,
	.archive-hero__title,
	.utility-page__title {
		font-size: 28px;
	}
}
