:root {
	--ink: #101820;
	--ink-soft: #172330;
	--muted: #64748b;
	--line: #dbe3ea;
	--paper: #ffffff;
	--wash: #f4f6f8;
	--teal: #0f766e;
	--teal-dark: #0b514d;
	--gold: #f7b801;
	--red: #c2410c;
	--blue: #2563eb;
	--shadow: 0 22px 50px rgba(16, 24, 32, 0.12);
	--shadow-soft: 0 14px 28px rgba(16, 24, 32, 0.08);
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

body {
	background:
		linear-gradient(180deg, rgba(246,248,250,0.96), rgba(244,246,248,0.98)),
		url("../images/homehas-paper-texture.webp") center top / min(1400px, 140vw) auto repeat-y,
		var(--wash);
	color: var(--ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
}

.site-main {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
strong {
	overflow-wrap: anywhere;
}

iframe,
embed,
object,
video {
	max-width: 100%;
}

table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid rgba(247, 184, 1, 0.68);
	outline-offset: 3px;
}

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

.skip-link {
	background: var(--gold);
	color: var(--ink);
	left: 12px;
	padding: 8px 12px;
	position: absolute;
	top: -100px;
	z-index: 50;
}

.skip-link:focus {
	top: 12px;
}

.site-header {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.86);
	border-bottom: 1px solid rgba(219, 227, 234, 0.8);
	box-shadow: 0 10px 30px rgba(16, 24, 32, 0.05);
	position: sticky;
	top: 0;
	z-index: 20;
}

.site-header__inner,
.section-nav__inner,
.content-shell,
.news-hero,
.site-footer__inner,
.site-footer__bottom {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 22px;
	padding-right: 22px;
}

.site-header__inner {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(190px, auto) minmax(280px, 1fr) auto;
	min-height: 70px;
}

.site-brand {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	text-decoration: none;
}

.site-brand__mark,
.news-card__placeholder {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(247,184,1,0.18), rgba(15,118,110,0.22)),
		var(--ink);
	border-radius: 8px;
	color: var(--gold);
	display: inline-flex;
	font-size: 1.4rem;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.site-brand__logo img {
	max-height: 54px;
	width: auto;
}

.site-brand strong {
	display: block;
	font-size: 1.02rem;
	line-height: 1.1;
}

.site-brand small {
	color: var(--muted);
	display: block;
	font-size: 0.78rem;
	max-width: 170px;
}

.site-nav__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav a {
	border-radius: 6px;
	display: inline-flex;
	font-weight: 750;
	padding: 9px 11px;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.site-nav a:hover {
	background: #e8eef2;
	transform: translateY(-1px);
}

.site-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	min-width: 0;
}

.section-nav {
	background: rgba(16, 24, 32, 0.96);
	border-top: 1px solid rgba(255,255,255,0.08);
	color: #dbe4ed;
}

.site-header--masthead {
	position: relative;
	top: auto;
}

.project-masthead {
	background: #101820;
	height: 108px;
	overflow: hidden;
	position: relative;
}

.project-masthead::after {
	background: linear-gradient(90deg, rgba(10, 16, 22, 0.92) 0%, rgba(10, 16, 22, 0.58) 42%, rgba(10, 16, 22, 0.12) 76%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.project-masthead__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center 54%;
	position: absolute;
	width: 100%;
}

.project-masthead__content {
	color: #fff;
	display: grid;
	gap: 2px;
	height: 100%;
	justify-content: start;
	margin: 0 auto;
	max-width: 1240px;
	padding: 14px 340px 14px 22px;
	position: relative;
	z-index: 1;
}

.project-masthead__content strong {
	font-size: 1.62rem;
	line-height: 1.05;
}

.project-masthead__eyebrow {
	font-size: 0.78rem;
}

.project-masthead__content small {
	display: none;
}

.project-masthead__eyebrow {
	color: var(--accent);
	font-weight: 800;
	text-transform: uppercase;
}

.section-nav__inner {
	align-items: center;
	display: flex;
	gap: 6px;
	overflow-x: auto;
	padding-bottom: 8px;
	padding-top: 8px;
	scrollbar-width: thin;
}

.section-nav__item {
	border-radius: 999px;
	flex: 0 0 auto;
	font-size: 0.88rem;
	font-weight: 800;
	padding: 7px 11px;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.section-nav__item:hover,
.section-nav__item--strong {
	background: rgba(247, 184, 1, 0.16);
	color: #fff;
}

.search-form {
	align-items: center;
	background: rgba(238, 243, 246, 0.88);
	border: 1px solid rgba(203, 213, 225, 0.8);
	border-radius: 7px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
	display: flex;
	min-height: 42px;
	overflow: hidden;
}

.search-field {
	background: transparent;
	border: 0;
	font: inherit;
	max-width: 150px;
	min-width: 120px;
	outline: 0;
	padding: 9px 10px;
}

.search-submit,
.account-link,
.tool-link,
.section-link,
.news-read-more {
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 850;
	line-height: 1;
	padding: 11px 13px;
	text-decoration: none;
	transition: box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
	white-space: nowrap;
}

.search-submit,
.account-link {
	background: linear-gradient(135deg, var(--ink), var(--ink-soft));
	color: #fff;
}

.tool-link,
.section-link,
.news-read-more {
	background: linear-gradient(135deg, var(--teal), var(--teal-dark));
	color: #fff;
}

.section-link--secondary {
	background: linear-gradient(135deg, var(--ink), var(--ink-soft));
	margin-left: 8px;
}

.search-submit:hover,
.account-link:hover,
.tool-link:hover,
.section-link:hover,
.news-read-more:hover {
	box-shadow: 0 12px 24px rgba(16, 24, 32, 0.16);
	transform: translateY(-1px);
}

.menu-toggle {
	background: transparent;
	border: 1px solid var(--line);
	border-radius: 6px;
	display: none;
	height: 42px;
	padding: 9px;
	width: 42px;
}

.menu-toggle span {
	background: var(--ink);
	display: block;
	height: 2px;
	margin: 5px 0;
	width: 22px;
}

.news-hero {
	background:
		linear-gradient(90deg, rgba(16,24,32,0.94) 0%, rgba(16,24,32,0.78) 42%, rgba(16,24,32,0.36) 100%),
		url("../images/homehas-hero-architecture.webp") center center / cover no-repeat;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 8px;
	box-shadow: var(--shadow);
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	margin-top: 24px;
	overflow: hidden;
	padding-bottom: 32px;
	padding-top: 32px;
	position: relative;
	isolation: isolate;
}

[data-parallax-speed] {
	transform: translate3d(0, var(--parallax-offset, 0px), 0);
	transform-style: preserve-3d;
}

.is-parallax-ready [data-parallax-speed] {
	will-change: transform;
}

.parallax-deco {
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.parallax-deco--line {
	background: linear-gradient(180deg, rgba(247,184,1,0), rgba(247,184,1,0.74), rgba(15,118,110,0));
	height: 72%;
	left: min(46%, 560px);
	top: 10%;
	transform: rotate(18deg) translate3d(0, var(--parallax-offset, 0px), 0);
	width: 2px;
}

.parallax-deco--panel {
	background:
		linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0.03)),
		linear-gradient(135deg, rgba(15,118,110,0.28), rgba(247,184,1,0.12));
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
	height: min(260px, 42%);
	right: -72px;
	top: 54px;
	width: min(420px, 36vw);
}

.news-hero__copy,
.news-hero__cards {
	position: relative;
	z-index: 2;
}

.news-hero__copy {
	align-self: stretch;
	background: rgba(16, 24, 32, 0.18);
	border-radius: 8px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 440px;
	padding: 30px;
}

.news-hero__copy h1 {
	color: inherit;
	font-size: 4.8rem;
	line-height: 0.96;
	margin: 0 0 18px;
	max-width: 11ch;
}

.news-hero__copy > p:not(.news-kicker) {
	color: #cbd5e1;
	font-size: 1.05rem;
	margin: 0;
	max-width: 44ch;
}

.hero-summary {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
	max-width: 560px;
}

.hero-summary span {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	color: #dbe4ed;
	display: grid;
	min-height: 72px;
	padding: 12px;
}

.hero-summary strong {
	color: #fff;
	font-size: 1.55rem;
	line-height: 1;
}

.news-kicker,
.news-chip {
	color: var(--red);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.news-hero__cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
}

.news-hero__cards .news-card {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(255,255,255,0.55);
}

.news-hero__cards .news-card:first-child {
	grid-row: span 2;
}

.content-shell--with-sidebar {
	align-items: start;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
	padding-bottom: 48px;
}

.category-overview {
	padding-bottom: 24px;
	padding-top: 30px;
}

.parallax-band {
	margin-bottom: 8px;
	padding-bottom: 12px;
	padding-top: 2px;
	position: relative;
}

.parallax-band__inner {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(16,24,32,0.96), rgba(11,81,77,0.9)),
		url("../images/homehas-paper-texture.webp") center center / cover no-repeat;
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
	color: #fff;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	overflow: hidden;
	padding: 24px;
	position: relative;
	z-index: 2;
}

.parallax-band__inner::after {
	background: linear-gradient(90deg, var(--gold), rgba(15,118,110,0));
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
}

.parallax-band h2 {
	font-size: 1.9rem;
	line-height: 1.08;
	margin: 0 0 8px;
	max-width: 720px;
}

.parallax-band p {
	color: #cbd5e1;
	margin: 0;
	max-width: 760px;
}

.parallax-band__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.parallax-band__accent {
	background:
		linear-gradient(135deg, rgba(247,184,1,0.16), rgba(15,118,110,0.2)),
		rgba(255,255,255,0.4);
	border: 1px solid rgba(15,118,110,0.16);
	border-radius: 8px;
	bottom: -8px;
	height: 72px;
	left: 44px;
	position: absolute;
	width: min(440px, 48vw);
	z-index: 1;
}

.section-heading {
	align-items: end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 8px 0 20px;
}

.section-note {
	color: var(--muted);
	margin: 0;
	max-width: 520px;
}

.section-heading h1,
.section-heading h2 {
	font-size: 2.6rem;
	line-height: 1.05;
	margin: 0;
}

.news-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.category-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.category-card {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92)),
		url("../images/homehas-paper-texture.webp") center center / cover no-repeat;
	border: 1px solid rgba(219, 227, 234, 0.9);
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
	color: var(--ink);
	display: block;
	min-height: 210px;
	overflow: hidden;
	padding: 22px;
	position: relative;
	text-decoration: none;
	transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.category-card::before {
	background: linear-gradient(180deg, var(--gold), var(--teal));
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.category-card:hover {
	border-color: rgba(15, 118, 110, 0.28);
	box-shadow: var(--shadow);
	transform: translateY(-3px);
}

.category-card__count {
	color: var(--red);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.category-card h3 {
	font-size: 1.42rem;
	line-height: 1.12;
	margin: 18px 0 10px;
}

.category-card p {
	color: #475569;
	margin: 0;
}

.news-card {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.9)),
		url("../images/homehas-paper-texture.webp") center center / cover no-repeat;
	border: 1px solid rgba(219, 227, 234, 0.9);
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	position: relative;
	transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.news-card::before {
	background: linear-gradient(90deg, var(--gold), var(--teal));
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.news-card:hover {
	border-color: rgba(15, 118, 110, 0.28);
	box-shadow: var(--shadow);
	transform: translateY(-3px);
}

.news-card__media {
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(16,24,32,0.9), rgba(15,118,110,0.7)),
		#dbeafe;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.news-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
	width: 100%;
}

.news-card:hover .news-card__media img {
	transform: scale(1.035);
}

.news-card__placeholder {
	border-radius: 0;
	font-size: 3rem;
	height: 100%;
	width: 100%;
}

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

.news-chip {
	align-self: flex-start;
	background: rgba(255, 247, 237, 0.9);
	border: 1px solid rgba(194, 65, 12, 0.12);
	border-radius: 999px;
	padding: 5px 9px;
	text-decoration: none;
}

.news-card__title {
	font-size: 1.24rem;
	line-height: 1.18;
	margin: 12px 0 10px;
}

.news-card__title a {
	text-decoration: none;
}

.news-card__excerpt {
	color: #475569;
	margin: 0 0 14px;
}

.news-meta {
	color: var(--muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.86rem;
	gap: 8px 12px;
	margin-top: auto;
}

.news-read-more {
	align-self: flex-start;
	margin-top: 16px;
}

.news-card--featured .news-card__title {
	font-size: 1.65rem;
}

.news-sidebar {
	display: grid;
	gap: 18px;
}

.news-widget {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92)),
		url("../images/homehas-paper-texture.webp") center center / cover no-repeat;
	border: 1px solid rgba(219, 227, 234, 0.9);
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
	padding: 20px;
}

.news-widget__title {
	font-size: 1.15rem;
	margin: 0 0 12px;
}

.news-list {
	margin: 0;
	padding-left: 22px;
}

.news-list li {
	border-top: 1px solid #edf2f7;
	padding: 11px 0;
}

.news-list li:first-child {
	border-top: 0;
}

.news-list a {
	display: block;
	font-weight: 800;
	text-decoration: none;
}

.news-list span {
	color: var(--muted);
	font-size: 0.85rem;
}

.news-category-cloud ul,
.news-category-cloud {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-category-cloud li {
	display: inline-flex;
	margin: 0 6px 8px 0;
}

.news-category-cloud a {
	background: rgba(238, 243, 246, 0.9);
	border: 1px solid rgba(203, 213, 225, 0.82);
	border-radius: 999px;
	display: inline-flex;
	font-weight: 750;
	padding: 7px 10px;
	text-decoration: none;
}

.pagination-nav {
	margin: 28px 0 0;
}

.pagination-nav .page-numbers,
.nav-links .page-numbers {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 6px;
	display: inline-flex;
	margin: 0 4px 8px 0;
	padding: 8px 12px;
	text-decoration: none;
}

.pagination-nav .current,
.nav-links .current {
	background: var(--ink);
	color: #fff;
}

.single-article {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)),
		url("../images/homehas-paper-texture.webp") center top / cover no-repeat;
	border: 1px solid rgba(219, 227, 234, 0.9);
	border-radius: 8px;
	box-shadow: var(--shadow);
	margin: 32px auto 48px;
	max-width: 920px;
	overflow: hidden;
}

.single-article__header {
	padding: 34px 34px 22px;
}

.single-article__header h1 {
	font-size: 3.7rem;
	line-height: 1;
	margin: 12px 0 14px;
}

.single-article__media {
	margin: 0;
}

.single-article__media img {
	max-height: 620px;
	object-fit: cover;
	width: 100%;
}

.single-article__content,
.single-article__footer {
	padding: 0 34px 34px;
}

.single-article__content {
	font-size: 1.08rem;
}

.single-article__content > * {
	max-width: 760px;
}

.single-article__content .alignwide {
	max-width: 100%;
}

.single-article__content img,
.single-article__content figure,
.single-article__content .wp-block-image,
.single-article__content .wp-block-embed,
.single-article__content .wp-block-video {
	max-width: 100%;
}

.single-article__content pre,
.single-article__content code {
	white-space: pre-wrap;
	word-break: break-word;
}

.single-article__content .wp-block-table,
.single-article__content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.tag-list {
	border-top: 1px solid var(--line);
	padding-top: 18px;
}

.empty-state {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)),
		url("../images/homehas-paper-texture.webp") center center / cover no-repeat;
	border: 1px dashed var(--line);
	border-radius: 8px;
	padding: 30px;
}

.empty-state--page {
	margin: 48px auto;
	max-width: 720px;
}

.site-footer {
	background:
		linear-gradient(90deg, rgba(16,24,32,0.96), rgba(16,24,32,0.84)),
		url("../images/homehas-hero-architecture.webp") center bottom / cover no-repeat,
		var(--ink);
	color: #dbe4ed;
}

.site-footer__inner {
	display: grid;
	gap: 24px;
	grid-template-columns: 1.25fr 0.8fr 0.9fr 1fr;
	padding-bottom: 34px;
	padding-top: 34px;
}

.site-brand--footer {
	color: #fff;
}

.site-footer a {
	color: inherit;
}

.footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav a,
.site-footer__contacts a {
	display: block;
	margin-bottom: 8px;
	text-decoration: none;
}

.site-footer__title {
	color: #fff;
	display: block;
	font-size: 0.92rem;
	margin-bottom: 8px;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255,255,255,0.12);
	color: #94a3b8;
	display: flex;
	justify-content: space-between;
	padding-bottom: 18px;
	padding-top: 18px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

@media (max-width: 1180px) {
	.site-header__inner {
		grid-template-columns: auto auto;
	}

	.menu-toggle {
		display: inline-block;
		justify-self: end;
	}

	.site-nav,
	.site-actions {
		display: none;
		grid-column: 1 / -1;
	}

	.site-nav.is-open {
		display: block;
	}

	.site-header.is-menu-open .site-actions {
		display: flex;
	}

	.site-nav__list {
		align-items: stretch;
		display: grid;
		justify-content: stretch;
	}

	.site-actions {
		align-items: stretch;
		flex-wrap: wrap;
		justify-content: stretch;
		padding-bottom: 16px;
	}

	.search-field {
		max-width: none;
	}

	.news-hero,
	.content-shell--with-sidebar {
		grid-template-columns: 1fr;
	}

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

	.news-hero__copy h1 {
		font-size: 3.6rem;
	}

	.section-heading h1,
	.section-heading h2 {
		font-size: 2.25rem;
	}

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

	.parallax-band__inner {
		grid-template-columns: 1fr;
	}

	.parallax-band__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 900px) {
	.news-hero__cards {
		grid-template-columns: 1fr;
	}

	.news-hero__cards .news-card:first-child {
		grid-row: auto;
	}

	.single-article__header h1 {
		font-size: 2.8rem;
	}
}

@media (max-width: 760px) {
	.site-header__inner,
	.content-shell,
	.news-hero,
	.site-footer__inner,
	.site-footer__bottom {
		padding-left: 16px;
		padding-right: 16px;
	}

	.news-hero__cards,
	.news-grid,
	.category-grid,
	.news-sidebar,
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.hero-summary {
		grid-template-columns: 1fr;
	}

	.site-brand small {
		display: none;
	}

	.news-hero {
		border-radius: 0;
		margin-left: -16px;
		margin-right: -16px;
	}

	[data-parallax-speed] {
		transform: none !important;
		will-change: auto;
	}

	.parallax-deco,
	.parallax-band__accent {
		display: none;
	}

	.news-hero__copy {
		min-height: 0;
		padding: 22px;
	}

	.news-hero__copy h1 {
		font-size: 2.6rem;
		max-width: 100%;
	}

	.news-hero__cards .news-card:first-child {
		grid-row: auto;
	}

	.section-heading,
	.site-footer__bottom {
		align-items: flex-start;
		display: grid;
	}

	.search-form {
		width: 100%;
	}

	.search-form label,
	.search-field {
		flex: 1;
		max-width: none;
	}

	.single-article {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		margin-top: 0;
	}

	.single-article__header,
	.single-article__content,
	.single-article__footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-article__header h1 {
		font-size: 2.25rem;
	}

	.parallax-band__inner {
		padding: 20px;
	}

	.parallax-band h2 {
		font-size: 1.45rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	[data-parallax-speed] {
		transform: none !important;
		transition: none !important;
		will-change: auto;
	}

	.parallax-deco--line {
		transform: rotate(18deg);
	}
}

@media (max-width: 980px) {
	.site-footer__inner {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 720px) {
	.project-masthead__content {
		padding-left: 16px;
		padding-right: 270px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	body {
		font-size: 15px;
	}

	.site-header__inner,
	.section-nav__inner,
	.content-shell,
	.news-hero,
	.site-footer__inner,
	.site-footer__bottom {
		padding-left: 12px;
		padding-right: 12px;
	}

	.project-masthead {
		height: 128px;
	}

	.project-masthead__content {
		align-content: center;
		padding-left: 12px;
		padding-right: 198px;
	}

	.project-masthead__content strong {
		font-size: 1.18rem;
		line-height: 1.1;
	}

	.project-masthead__eyebrow {
		display: none;
	}

	.site-brand__mark,
	.news-card__placeholder {
		height: 38px;
		width: 38px;
	}

	.site-brand strong {
		font-size: 0.96rem;
	}

	.news-hero {
		margin-left: -12px;
		margin-right: -12px;
	}

	.news-hero__copy h1 {
		font-size: 2.1rem;
	}

	.section-heading h1,
	.section-heading h2 {
		font-size: 1.75rem;
	}

	.news-card__body,
	.category-card,
	.news-widget,
	.empty-state {
		padding: 16px;
	}

	.search-form {
		display: grid;
		grid-template-columns: 1fr auto;
	}

	.section-link--secondary {
		margin-left: 0;
		margin-top: 8px;
	}
}
