@font-face {
	font-family: "Source Sans 3";
	font-style: normal;
	font-weight: 200 900;
	font-display: swap;
	src: url("../fonts/source-sans-3-variable.woff2") format("woff2-variations");
}

@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/lora-variable.woff2") format("woff2-variations");
}

:root {
	--hfw-orange: #ed5b24;
	--hfw-orange-dark: #ce4312;
	--hfw-navy: #102444;
	--hfw-ink: #17233a;
	--hfw-muted: #667085;
	--hfw-cream: #fbf6ef;
	--hfw-sand: #f4ecdf;
	--hfw-border: #d9dce1;
	--hfw-white: #fff;
	--hfw-shell: 1360px;
	--hfw-narrow: 820px;
	--hfw-radius: 4px;
	--hfw-font-sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--hfw-font-serif: "Lora", Georgia, serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--hfw-ink);
	background: var(--hfw-white);
	font-family: var(--hfw-font-sans);
	font-size: 18px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

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

a {
	color: var(--hfw-navy);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

a:hover {
	color: var(--hfw-orange-dark);
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid #2c68c7;
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: var(--hfw-navy);
	font-family: var(--hfw-font-serif);
	font-weight: 650;
	line-height: 1.16;
	text-wrap: balance;
}

p {
	margin-top: 0;
}

.site-shell {
	width: min(calc(100% - 64px), var(--hfw-shell));
	margin-inline: auto;
}

.site-shell--narrow {
	width: min(calc(100% - 48px), var(--hfw-narrow));
}

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

.screen-reader-text:focus {
	position: fixed;
	z-index: 100000;
	top: 16px;
	left: 16px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	color: var(--hfw-navy);
	background: var(--hfw-white);
	font-weight: 700;
	white-space: normal;
	box-shadow: 0 3px 24px rgba(16, 36, 68, 0.18);
}

.skip-link {
	text-decoration: none;
}

.site-header {
	position: relative;
	z-index: 50;
	background: var(--hfw-white);
	border-bottom: 1px solid #eceef1;
}

.site-header__inner {
	display: grid;
	grid-template-columns: minmax(240px, 320px) 1fr auto;
	align-items: center;
	width: min(calc(100% - 64px), var(--hfw-shell));
	min-height: 96px;
	margin-inline: auto;
	gap: 30px;
}

.site-branding__link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.site-branding__image,
.custom-logo {
	width: auto;
	max-width: 300px;
	max-height: 58px;
	object-fit: contain;
}

.primary-navigation {
	justify-self: center;
}

.primary-navigation .menu,
.mobile-navigation .menu,
.site-footer .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation > .menu {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2vw, 34px);
}

.primary-navigation .menu-item {
	position: relative;
}

.primary-navigation .menu-item > a {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	color: var(--hfw-ink);
	font-size: 0.95rem;
	font-weight: 550;
	text-decoration: none;
	white-space: nowrap;
}

.primary-navigation .menu-item > a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a {
	color: var(--hfw-orange);
}

.primary-navigation .sub-menu {
	position: absolute;
	top: calc(100% - 4px);
	left: -18px;
	z-index: 20;
	display: none;
	min-width: 210px;
	padding: 10px;
	margin: 0;
	background: var(--hfw-white);
	border: 1px solid var(--hfw-border);
	box-shadow: 0 14px 34px rgba(16, 36, 68, 0.12);
	list-style: none;
}

.primary-navigation .menu-item:hover > .sub-menu,
.primary-navigation .menu-item:focus-within > .sub-menu {
	display: block;
}

.primary-navigation .sub-menu a {
	display: block;
	padding: 8px 10px;
	color: var(--hfw-ink);
	text-decoration: none;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.icon-button {
	display: inline-grid;
	width: 44px;
	height: 44px;
	padding: 0;
	color: var(--hfw-navy);
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	place-items: center;
}

.icon-button:hover {
	color: var(--hfw-orange);
	background: var(--hfw-cream);
}

.icon-button i {
	font-size: 1.35rem;
}

.header-search {
	position: absolute;
	inset: 100% 0 auto;
	padding: 18px 0;
	background: var(--hfw-white);
	border-top: 1px solid var(--hfw-border);
	box-shadow: 0 18px 35px rgba(16, 36, 68, 0.12);
}

.header-search__inner {
	display: flex;
	align-items: center;
	width: min(calc(100% - 64px), 900px);
	margin-inline: auto;
	gap: 12px;
}

.header-search .search-form {
	flex: 1;
}

.mobile-navigation {
	position: fixed;
	inset: 97px 0 0;
	z-index: 50;
	padding: 28px 32px 48px;
	overflow-y: auto;
	background: var(--hfw-white);
}

.mobile-navigation .menu-item {
	border-bottom: 1px solid var(--hfw-border);
}

.mobile-navigation a {
	display: block;
	padding: 14px 0;
	color: var(--hfw-navy);
	font-family: var(--hfw-font-serif);
	font-size: 1.3rem;
	font-weight: 600;
	text-decoration: none;
}

.mobile-navigation .sub-menu {
	padding: 0 0 10px 18px;
	list-style: none;
}

.mobile-navigation .sub-menu a {
	padding: 9px 0;
	font-family: var(--hfw-font-sans);
	font-size: 1rem;
	font-weight: 600;
}

.home-search {
	padding: 38px 0 30px;
	background: var(--hfw-cream);
}

.home-search__inner {
	text-align: center;
}

.home-search h1 {
	margin-bottom: 22px;
	font-size: clamp(2rem, 3vw, 2.7rem);
	letter-spacing: -0.03em;
}

.home-search__form {
	position: relative;
	display: flex;
	align-items: center;
	width: min(100%, 860px);
	height: 68px;
	margin-inline: auto;
	background: var(--hfw-white);
	border: 1px solid #bbc2cc;
	border-radius: var(--hfw-radius);
	box-shadow: 0 1px 2px rgba(16, 36, 68, 0.04);
}

.home-search__form > i {
	margin-left: 24px;
	color: var(--hfw-navy);
	font-size: 1.45rem;
}

.home-search__form input {
	flex: 1;
	min-width: 0;
	height: 100%;
	padding: 0 20px;
	color: var(--hfw-ink);
	background: transparent;
	border: 0;
	outline: 0;
}

.home-search__form input::placeholder {
	color: #8b93a1;
}

.home-search__form button {
	align-self: stretch;
	width: 66px;
	padding: 0;
	color: var(--hfw-navy);
	background: transparent;
	border: 0;
	cursor: pointer;
	font-weight: 700;
}

.home-search__form button:hover {
	color: var(--hfw-orange);
	background: var(--hfw-cream);
}

.home-search__form button i {
	font-size: 1.2rem;
}

.quick-links {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.quick-links a {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 150px;
	padding: 4px 26px;
	color: var(--hfw-navy);
	border-right: 1px solid #c8c4bd;
	font-weight: 600;
	text-decoration: none;
}

.quick-links a:first-child {
	justify-content: flex-end;
}

.quick-links a:last-child {
	border-right: 0;
}

.quick-links a:hover {
	color: var(--hfw-orange);
}

.quick-links i {
	width: 30px;
	font-size: 1.55rem;
}

.homepage-lead {
	display: grid;
	grid-template-columns: minmax(0, 2.55fr) minmax(280px, 0.82fr);
	padding: 40px 0 34px;
	gap: 38px;
	border-bottom: 1px solid var(--hfw-border);
}

.lead-story {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(360px, 1fr);
	align-items: center;
	gap: 34px;
}

.lead-story__image-link {
	display: block;
	overflow: hidden;
	background: var(--hfw-sand);
}

.lead-story__image {
	width: 100%;
	aspect-ratio: 1.55 / 1;
	object-fit: cover;
	transition: transform 280ms ease;
}

.lead-story__image-link:hover .lead-story__image {
	transform: scale(1.018);
}

.eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--hfw-orange);
	font-size: 0.8rem;
	font-weight: 750;
	letter-spacing: 0.075em;
	text-decoration: none;
	text-transform: uppercase;
}

.lead-story h2 {
	margin-bottom: 22px;
	font-size: clamp(1.55rem, 1.66vw, 1.65rem);
	letter-spacing: -0.025em;
}

.lead-story h2 a,
.post-card h3 a {
	color: inherit;
	text-decoration: none;
}

.lead-story h2 a:hover,
.post-card h3 a:hover {
	color: var(--hfw-orange-dark);
}

.lead-story__excerpt {
	margin-bottom: 26px;
	color: #3f4b5d;
	font-size: 1rem;
	line-height: 1.52;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
	color: var(--hfw-muted);
	font-size: 0.88rem;
	gap: 8px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 22px;
	border: 2px solid transparent;
	border-radius: var(--hfw-radius);
	font-weight: 700;
	text-decoration: none;
}

.button--primary {
	color: var(--hfw-white);
	background: var(--hfw-orange);
}

.button--primary:hover {
	color: var(--hfw-white);
	background: var(--hfw-orange-dark);
}

.button--outline {
	color: var(--hfw-navy);
	background: transparent;
	border-color: var(--hfw-navy);
}

.button--outline:hover {
	color: var(--hfw-white);
	background: var(--hfw-navy);
}

.helpful-posts h2 {
	padding-bottom: 12px;
	margin-bottom: 0;
	border-bottom: 1px solid var(--hfw-border);
	font-size: 1.65rem;
}

.helpful-posts {
	transform: translateY(12px);
}

.helpful-post {
	display: grid;
	grid-template-columns: 68px 1fr auto;
	align-items: center;
	min-height: 102px;
	color: var(--hfw-navy);
	border-bottom: 1px solid var(--hfw-border);
	gap: 16px;
	text-decoration: none;
}

.helpful-post img {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	object-fit: cover;
}

.helpful-post span {
	font-weight: 600;
	line-height: 1.25;
}

.helpful-post > i {
	font-size: 0.8rem;
	transition: transform 180ms ease;
}

.helpful-post:hover > i {
	transform: translateX(4px);
}

.latest-posts {
	padding: 28px 0 72px;
}

.section-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 22px;
	gap: 24px;
}

.section-heading h2 {
	margin-bottom: 0;
	font-size: clamp(1.8rem, 2.2vw, 2.1rem);
}

.section-heading > a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	text-decoration: none;
}

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

.latest-posts .post-card {
	display: grid;
	grid-template-columns: 148px minmax(0, 1fr);
	align-items: start;
	gap: 22px;
}

.latest-posts .post-card__image-link {
	margin-bottom: 0;
}

.latest-posts .post-card__image {
	height: 126px;
	aspect-ratio: auto;
}

.latest-posts .post-card h3 {
	font-size: 1.08rem;
}

.latest-posts .post-card .entry-meta {
	font-size: 0.78rem;
}

.post-card {
	min-width: 0;
}

.post-card__image-link {
	display: block;
	overflow: hidden;
	margin-bottom: 18px;
	background: var(--hfw-sand);
}

.post-card__image {
	width: 100%;
	aspect-ratio: 1.58 / 1;
	object-fit: cover;
	transition: transform 280ms ease;
}

.post-card__image-link:hover .post-card__image {
	transform: scale(1.025);
}

.post-card .eyebrow {
	margin-bottom: 7px;
}

.post-card h3 {
	margin-bottom: 12px;
	font-size: 1.32rem;
	line-height: 1.24;
}

.post-card .entry-meta {
	margin-bottom: 0;
}

.post-card p {
	margin: 14px 0 0;
	color: #485466;
	font-size: 0.96rem;
}

.topic-promo {
	padding: 60px 0;
	background: var(--hfw-cream);
}

.topic-promo__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.topic-promo h2 {
	max-width: 720px;
	margin-bottom: 0;
	font-size: clamp(2rem, 3.2vw, 3.25rem);
}

.search-form {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 54px;
	background: var(--hfw-white);
	border: 1px solid #aeb6c1;
}

.search-form__icon {
	margin-left: 18px;
	color: var(--hfw-muted);
}

.search-form__input {
	flex: 1;
	min-width: 0;
	padding: 13px 16px;
	background: transparent;
	border: 0;
	outline: 0;
}

.search-form__submit {
	align-self: stretch;
	padding: 0 22px;
	color: var(--hfw-white);
	background: var(--hfw-orange);
	border: 0;
	cursor: pointer;
	font-weight: 700;
}

.listing-page {
	padding-top: 62px;
	padding-bottom: 92px;
}

.listing-header {
	max-width: 860px;
	margin-bottom: 48px;
}

.listing-header h1 {
	margin-bottom: 16px;
	font-size: clamp(2.5rem, 5vw, 4.7rem);
	letter-spacing: -0.04em;
}

.listing-header__description {
	max-width: 680px;
	color: #4a5668;
	font-size: 1.1rem;
}

.listing-header--search .search-form {
	max-width: 720px;
	margin-top: 28px;
}

.post-grid--listing {
	row-gap: 58px;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 64px;
	gap: 8px;
}

.page-numbers {
	display: inline-grid;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	color: var(--hfw-navy);
	border: 1px solid var(--hfw-border);
	text-decoration: none;
	place-items: center;
}

.page-numbers.current,
.page-numbers:hover {
	color: var(--hfw-white);
	background: var(--hfw-navy);
	border-color: var(--hfw-navy);
}

.single-article {
	padding: 64px 0 96px;
}

.single-article__header {
	text-align: center;
}

.single-article__header h1 {
	margin-bottom: 22px;
	font-size: clamp(2.5rem, 5vw, 4.8rem);
	letter-spacing: -0.045em;
}

.single-article__header .entry-meta {
	justify-content: center;
}

.single-article__hero {
	margin-top: 36px;
}

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

.single-article__layout {
	display: grid;
	grid-template-columns: minmax(0, 720px) minmax(220px, 300px);
	justify-content: center;
	margin-top: 56px;
	gap: 72px;
}

.entry-content {
	min-width: 0;
	color: #263448;
	font-family: var(--hfw-font-sans);
	font-size: 1.08rem;
	line-height: 1.72;
}

.entry-content > * {
	max-width: 100%;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 2.2em;
	margin-bottom: 0.65em;
	font-family: var(--hfw-font-sans);
	font-weight: 700;
	line-height: 1.2;
}

.entry-content h2 {
	font-size: 2rem;
}

.entry-content h3 {
	font-size: 1.55rem;
}

.entry-content a {
	color: var(--hfw-orange-dark);
}

.entry-content img,
.entry-content .wp-block-image {
	margin-block: 2rem;
}

.entry-content blockquote {
	padding: 20px 28px;
	margin: 2.3rem 0;
	background: var(--hfw-cream);
	border-left: 4px solid var(--hfw-orange);
	font-family: var(--hfw-font-sans);
	font-size: 1.2rem;
}

.single-article__aside {
	align-self: start;
	position: sticky;
	top: 32px;
}

.article-aside-card {
	padding: 26px;
	background: var(--hfw-cream);
	border-top: 3px solid var(--hfw-orange);
}

.article-aside-card h2 {
	font-size: 1.4rem;
}

.article-aside-card p {
	color: #465267;
	font-size: 0.96rem;
}

.article-aside-card a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	text-decoration: none;
}

.single-article__footer {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid var(--hfw-border);
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 36px;
	gap: 10px;
}

.tag-list > span {
	font-weight: 700;
}

.tag-list a {
	padding: 6px 11px;
	color: var(--hfw-navy);
	background: var(--hfw-cream);
	text-decoration: none;
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 0;
	gap: 24px;
}

.post-navigation > h2 {
	margin-bottom: 20px;
	font-family: var(--hfw-font-sans);
	font-size: 1.35rem;
}

.post-navigation a {
	display: grid;
	height: 100%;
	overflow: hidden;
	background: var(--hfw-white);
	border: 1px solid var(--hfw-border);
	grid-template-columns: 136px minmax(0, 1fr);
	text-decoration: none;
	transition:
		border-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

.post-navigation a:hover {
	border-color: #b7c0cc;
	box-shadow: 0 12px 28px rgb(16 36 68 / 10%);
	transform: translateY(-2px);
}

.post-navigation__image {
	width: 100%;
	height: 100%;
	min-height: 136px;
	object-fit: cover;
}

.post-navigation__content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 16px 18px;
}

.post-navigation__label {
	display: inline-flex;
	align-items: center;
	margin-bottom: 7px;
	color: var(--hfw-muted);
	font-size: 0.78rem;
	font-weight: 700;
	gap: 6px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.post-navigation strong {
	font-family: var(--hfw-font-sans);
	font-size: 1.02rem;
	line-height: 1.28;
}

.post-navigation .nav-next:only-child {
	grid-column: 2;
}

.standard-page {
	padding-top: 72px;
	padding-bottom: 96px;
}

.standard-page__header h1 {
	font-size: clamp(2.7rem, 5vw, 4.7rem);
}

.comments-area {
	padding-top: 42px;
	margin-top: 50px;
	border-top: 1px solid var(--hfw-border);
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment {
	padding: 22px 0;
	border-bottom: 1px solid var(--hfw-border);
}

.comment-meta {
	font-size: 0.9rem;
}

.comment-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

.comment-form input:not([type="checkbox"]),
.comment-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #aeb6c1;
}

.form-submit .submit {
	padding: 12px 20px;
	color: var(--hfw-white);
	background: var(--hfw-orange);
	border: 0;
	cursor: pointer;
	font-weight: 700;
}

.content-none,
.not-found {
	padding-top: 90px;
	padding-bottom: 110px;
	text-align: center;
}

.content-none > i {
	margin-bottom: 22px;
	color: var(--hfw-orange);
	font-size: 3rem;
}

.content-none h2,
.not-found h1 {
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.not-found__number {
	display: block;
	color: var(--hfw-orange);
	font-family: var(--hfw-font-serif);
	font-size: clamp(5rem, 14vw, 10rem);
	font-weight: 700;
	line-height: 1;
}

.not-found .search-form {
	max-width: 660px;
	margin: 30px auto 22px;
}

.site-footer {
	color: #dce3ee;
	background: var(--hfw-navy);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) 1fr 1fr;
	padding-top: 58px;
	padding-bottom: 48px;
	gap: 64px;
}

.site-footer__brand img {
	width: 260px;
	max-width: 100%;
	filter: brightness(0) invert(1);
}

.site-footer__brand p {
	max-width: 420px;
	margin: 20px 0 0;
}

.site-footer h2 {
	margin-bottom: 16px;
	color: var(--hfw-white);
	font-family: var(--hfw-font-sans);
	font-size: 1rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

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

.site-footer li + li {
	margin-top: 8px;
}

.site-footer a {
	color: #dce3ee;
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--hfw-white);
	text-decoration: underline;
}

.site-footer__bottom {
	padding: 17px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.site-footer__bottom p {
	margin: 0;
	font-size: 0.86rem;
}

@media (max-width: 1220px) {
	.site-header__inner {
		grid-template-columns: minmax(230px, 285px) 1fr auto;
		gap: 18px;
	}

	.primary-navigation > .menu {
		gap: 18px;
	}

	.primary-navigation .menu-item > a {
		font-size: 0.92rem;
	}

	.homepage-lead {
		grid-template-columns: minmax(0, 1fr);
		gap: 40px;
	}

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

	.helpful-posts {
		transform: none;
	}

	.helpful-post {
		padding-right: 18px;
	}
}

@media (max-width: 1040px) {
	.site-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 82px;
	}

	.primary-navigation {
		display: none;
	}

	.site-branding__image,
	.custom-logo {
		max-width: 275px;
		max-height: 54px;
	}

	.mobile-navigation {
		inset: 83px 0 0;
	}

	.quick-links {
		overflow-x: auto;
		justify-content: flex-start;
		padding-bottom: 6px;
		scrollbar-width: thin;
	}

	.quick-links a {
		flex: 0 0 auto;
	}

	.lead-story {
		grid-template-columns: 1.2fr 1fr;
	}

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

	.single-article__layout {
		grid-template-columns: minmax(0, 760px);
	}

	.single-article__aside {
		position: static;
	}
}

@media (min-width: 761px) and (max-width: 782px) {
	body.admin-bar .mobile-navigation {
		inset-block-start: 129px;
	}
}

@media (max-width: 760px) {
	body {
		font-size: 17px;
	}

	.site-shell,
	.site-shell--narrow,
	.site-header__inner {
		width: min(calc(100% - 36px), var(--hfw-shell));
	}

	.site-header__inner {
		min-height: 72px;
	}

	.site-branding__image,
	.custom-logo {
		max-width: 218px;
		max-height: 44px;
	}

	.site-header__actions {
		gap: 0;
	}

	.icon-button {
		width: 40px;
		height: 40px;
	}

	.mobile-navigation {
		inset: 73px 0 0;
	}

	body.admin-bar .mobile-navigation {
		inset-block-start: 119px;
	}

	.header-search__inner {
		width: calc(100% - 32px);
	}

	.header-search .search-form__submit {
		padding-inline: 14px;
	}

	.home-search {
		padding: 30px 0 20px;
	}

	.home-search h1 {
		margin-bottom: 18px;
		font-size: 2rem;
	}

	.home-search__form {
		height: 58px;
	}

	.home-search__form > i {
		margin-left: 18px;
	}

	.home-search__form input {
		padding-inline: 14px;
	}

	.quick-links {
		margin-top: 18px;
	}

	.quick-links a {
		min-width: auto;
		padding: 4px 18px;
	}

	.quick-links a:first-child {
		justify-content: flex-start;
	}

	.homepage-lead {
		padding-top: 26px;
	}

	.lead-story {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.lead-story__image {
		aspect-ratio: 1.4 / 1;
	}

	.lead-story h2 {
		font-size: 1.85rem;
	}

	.helpful-posts__list {
		grid-template-columns: 1fr;
	}

	.helpful-post {
		padding-right: 0;
	}

	.latest-posts {
		padding-bottom: 52px;
	}

	.post-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.latest-posts .post-card {
		grid-template-columns: 132px minmax(0, 1fr);
		gap: 18px;
	}

	.latest-posts .post-card__image {
		height: 116px;
	}

	.section-heading {
		align-items: flex-end;
	}

	.section-heading > a {
		font-size: 0.9rem;
	}

	.topic-promo__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.single-article {
		padding-top: 46px;
	}

	.single-article__header {
		text-align: left;
	}

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

	.single-article__header .entry-meta {
		justify-content: flex-start;
	}

	.single-article__hero {
		width: 100%;
	}

	.single-article__layout {
		margin-top: 38px;
		gap: 42px;
	}

	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.post-navigation .nav-next:only-child {
		grid-column: auto;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}
}

@media (max-width: 430px) {
	.site-branding__image,
	.custom-logo {
		max-width: 182px;
	}

	.site-header__actions .icon-button {
		width: 36px;
	}

	.home-search h1 {
		font-size: 1.8rem;
	}

	.section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

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

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