/*
Theme Name: Simple Purchase Guide Editorial
Theme URI: https://simplepurchaseguide.com/
Author: Simple Purchase Guide
Description: A refined editorial magazine theme for independent buying guides.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: spg-editorial
*/

:root {
	--spg-ink: #111111;
	--spg-paper: #ffffff;
	--spg-soft: #f5f3f1;
	--spg-line: #dedbd7;
	--spg-muted: #6d6a68;
	--spg-rose: #b16d78;
	--spg-forest: #29483d;
	--spg-display: "Playfair Display", Georgia, "Times New Roman", serif;
	--spg-sans: "Inter", Arial, sans-serif;
	--spg-content: 1240px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--spg-ink);
	background: var(--spg-paper);
	font-family: var(--spg-sans);
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: 0;
}

body.menu-open,
body.search-open {
	overflow: hidden;
}

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

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

a:hover,
a:focus {
	color: var(--spg-rose);
}

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

button {
	color: inherit;
}

.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;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: var(--spg-paper);
	border: 2px solid var(--spg-ink);
}

.spg-container {
	width: min(calc(100% - 40px), var(--spg-content));
	margin-inline: auto;
}

.spg-site-header {
	background: var(--spg-paper);
	border-top: 16px solid var(--spg-ink);
}

.spg-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	color: var(--spg-muted);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.spg-topline p {
	margin: 0;
}

.spg-brand-row {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	border-top: 1px solid #efefef;
}

.spg-brand {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	color: var(--spg-ink);
}

.spg-brand:hover,
.spg-brand:focus {
	color: var(--spg-ink);
}

.spg-brand-mark {
	position: relative;
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border: 2px solid var(--spg-ink);
	border-radius: 50%;
	font-family: var(--spg-display);
	font-size: 21px;
	font-style: italic;
	font-weight: 600;
	line-height: 1;
}

.spg-brand-mark::after {
	position: absolute;
	right: -12px;
	bottom: -10px;
	width: 42px;
	height: 2px;
	content: "";
	background: var(--spg-ink);
	transform: rotate(50deg);
	transform-origin: right center;
}

.spg-brand-copy {
	display: flex;
	flex-direction: column;
	line-height: 0.92;
	text-transform: uppercase;
}

.spg-brand-name {
	font-family: var(--spg-display);
	font-size: 31px;
	font-weight: 700;
}

.spg-brand-tag {
	margin-top: 9px;
	color: var(--spg-muted);
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.24em;
}

.spg-nav-shell {
	position: relative;
	border-top: 1px solid var(--spg-line);
	border-bottom: 2px solid var(--spg-ink);
}

.spg-nav-row {
	display: flex;
	align-items: center;
	min-height: 48px;
}

.spg-primary-nav {
	flex: 1;
}

.spg-primary-nav ul {
	display: flex;
	align-items: center;
	gap: clamp(20px, 3vw, 42px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.spg-primary-nav a {
	position: relative;
	display: block;
	padding: 15px 0 13px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.spg-primary-nav .current-menu-item > a,
.spg-primary-nav .current-cat > a,
.spg-primary-nav a:hover {
	color: var(--spg-rose);
}

.spg-primary-nav .current-menu-item > a::after,
.spg-primary-nav .current-cat > a::after {
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 2px;
	content: "";
	background: var(--spg-rose);
}

.spg-icon-button {
	display: inline-grid;
	flex: 0 0 42px;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.spg-icon-button svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.spg-menu-toggle {
	display: none;
}

.spg-search-panel {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 24px;
	visibility: hidden;
	background: rgba(255, 255, 255, 0.98);
	opacity: 0;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.search-open .spg-search-panel {
	visibility: visible;
	opacity: 1;
}

.spg-search-close {
	position: absolute;
	top: 30px;
	right: 30px;
}

.spg-search-form {
	display: flex;
	width: min(100%, 760px);
	border-bottom: 2px solid var(--spg-ink);
}

.spg-search-field {
	flex: 1;
	min-width: 0;
	padding: 16px 4px;
	font-family: var(--spg-display);
	font-size: clamp(26px, 4vw, 48px);
	background: transparent;
	border: 0;
	outline: 0;
}

.spg-search-submit {
	width: 60px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.spg-page-title {
	display: flex;
	align-items: stretch;
	gap: 14px;
	margin: 0 0 50px;
	font-family: var(--spg-display);
	font-size: clamp(48px, 6vw, 78px);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: 0;
}

.spg-page-title::before {
	width: 7px;
	content: "";
	background: var(--spg-ink);
}

.spg-eyebrow {
	display: inline-block;
	color: var(--spg-muted);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.spg-home-hero {
	padding: 18px 0 110px;
}

.spg-feature-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.72fr) minmax(210px, 0.78fr) minmax(210px, 0.78fr);
	grid-template-rows: auto minmax(220px, 1fr);
	gap: 34px 48px;
	align-items: start;
}

.spg-feature-lead {
	position: relative;
	grid-row: 1 / 3;
	min-height: 760px;
	overflow: hidden;
	background: var(--spg-soft);
}

.spg-feature-lead > a,
.spg-feature-lead img {
	width: 100%;
	height: 100%;
}

.spg-feature-lead img {
	position: absolute;
	inset: 0;
	object-fit: cover;
}

.spg-feature-lead::after {
	position: absolute;
	inset: 35% 0 0;
	pointer-events: none;
	content: "";
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.84));
}

.spg-feature-lead-copy {
	position: absolute;
	right: 42px;
	bottom: 52px;
	left: 42px;
	z-index: 1;
	color: #ffffff;
	text-align: center;
}

.spg-feature-lead-copy .spg-eyebrow {
	color: #ffffff;
}

.spg-feature-lead h2 {
	max-width: 600px;
	margin: 22px auto 0;
	font-family: var(--spg-display);
	font-size: clamp(27px, 2.7vw, 42px);
	font-weight: 500;
	line-height: 1.36;
}

.spg-feature-card {
	min-width: 0;
}

.spg-feature-card-image {
	aspect-ratio: 4 / 5.1;
	overflow: hidden;
	background: var(--spg-soft);
}

.spg-feature-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.spg-feature-card:hover img {
	transform: scale(1.025);
}

.spg-feature-card-copy {
	position: relative;
	z-index: 1;
	width: calc(100% - 20px);
	padding: 16px 18px 8px;
	margin: -34px 0 0;
	background: var(--spg-paper);
}

.spg-feature-card h2,
.spg-feature-text h2 {
	margin: 8px 0 0;
	font-family: var(--spg-display);
	font-size: clamp(20px, 1.7vw, 27px);
	font-weight: 500;
	line-height: 1.28;
}

.spg-feature-card.is-right .spg-feature-card-copy {
	margin-right: 0;
	margin-left: auto;
	text-align: right;
}

.spg-feature-text {
	align-self: end;
	padding: 8px 18px 0;
}

.spg-feature-text.is-right {
	text-align: right;
}

.spg-feature-byline {
	display: block;
	margin-top: 12px;
	color: #96918e;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.spg-trust-band {
	color: #ffffff;
	background: var(--spg-forest);
}

.spg-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.spg-trust-item {
	min-height: 112px;
	padding: 26px 34px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.spg-trust-item:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.spg-trust-item strong {
	display: block;
	font-family: var(--spg-display);
	font-size: 19px;
	font-weight: 500;
}

.spg-trust-item span {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
}

.spg-section {
	padding: 92px 0;
}

.spg-section + .spg-section {
	border-top: 1px solid var(--spg-line);
}

.spg-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 38px;
}

.spg-section-heading h2 {
	margin: 0;
	font-family: var(--spg-display);
	font-size: clamp(36px, 4.4vw, 58px);
	font-weight: 500;
	line-height: 1;
}

.spg-section-link {
	padding-bottom: 4px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border-bottom: 1px solid currentColor;
}

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

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

.spg-post-card-image {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--spg-soft);
}

.spg-post-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.spg-post-card:hover img {
	transform: scale(1.02);
}

.spg-post-card-copy {
	padding-top: 18px;
}

.spg-post-card h3 {
	margin: 7px 0 9px;
	font-family: var(--spg-display);
	font-size: clamp(21px, 2vw, 28px);
	font-weight: 500;
	line-height: 1.28;
}

.spg-post-card p {
	margin: 0;
	color: var(--spg-muted);
	font-size: 13px;
	line-height: 1.7;
}

.spg-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	color: #85817f;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.spg-post-meta span + span::before {
	margin-right: 12px;
	content: "/";
	color: var(--spg-line);
}

.spg-category-band {
	background: var(--spg-soft);
}

.spg-category-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.88fr) minmax(0, 2.12fr);
	gap: 66px;
	align-items: start;
}

.spg-category-intro {
	position: sticky;
	top: 30px;
}

.spg-category-intro h2 {
	margin: 10px 0 22px;
	font-family: var(--spg-display);
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 500;
	line-height: 1.04;
}

.spg-category-intro p {
	max-width: 360px;
	margin: 0 0 28px;
	color: var(--spg-muted);
	font-size: 14px;
}

.spg-category-posts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px 26px;
}

.spg-category-posts .spg-post-card:first-child {
	grid-column: 1 / -1;
}

.spg-category-posts .spg-post-card:first-child .spg-post-card-image {
	aspect-ratio: 16 / 8;
}

.spg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	background: var(--spg-ink);
	border: 1px solid var(--spg-ink);
}

.spg-button:hover,
.spg-button:focus {
	color: var(--spg-ink);
	background: transparent;
}

.spg-archive-header {
	padding: 58px 0 44px;
	border-bottom: 1px solid var(--spg-line);
}

.spg-archive-header h1 {
	max-width: 900px;
	margin: 10px 0 0;
	font-family: var(--spg-display);
	font-size: clamp(48px, 7vw, 82px);
	font-weight: 500;
	line-height: 1.06;
}

.spg-archive-description {
	max-width: 680px;
	margin-top: 18px;
	color: var(--spg-muted);
}

.spg-archive-grid {
	padding: 62px 0 100px;
}

.spg-pagination {
	margin-top: 70px;
}

.spg-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.spg-pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	font-size: 11px;
	font-weight: 700;
	border: 1px solid var(--spg-line);
}

.spg-pagination .current,
.spg-pagination .page-numbers:hover {
	color: #ffffff;
	background: var(--spg-ink);
	border-color: var(--spg-ink);
}

.spg-article-header {
	padding: 58px 0 36px;
	text-align: center;
}

.spg-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-bottom: 22px;
	color: var(--spg-muted);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.spg-breadcrumbs span:not(:last-child)::after {
	margin-left: 8px;
	content: "/";
	color: var(--spg-line);
}

.spg-article-title {
	max-width: 1050px;
	margin: 0 auto;
	font-family: var(--spg-display);
	font-size: clamp(42px, 6vw, 76px);
	font-weight: 500;
	line-height: 1.08;
}

.spg-article-header .spg-post-meta {
	justify-content: center;
	margin-top: 24px;
}

.spg-article-hero {
	width: min(calc(100% - 40px), 1180px);
	max-height: 760px;
	margin: 8px auto 60px;
	overflow: hidden;
	background: var(--spg-soft);
}

.spg-article-hero img {
	width: 100%;
	max-height: 760px;
	object-fit: cover;
}

.spg-article-shell {
	display: grid;
	grid-template-columns: minmax(0, 760px) 250px;
	gap: 84px;
	justify-content: center;
	padding-bottom: 92px;
}

.spg-article-content {
	min-width: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	line-height: 1.85;
}

.spg-article-content > *:first-child {
	margin-top: 0;
}

.spg-article-content h2,
.spg-article-content h3,
.spg-article-content h4 {
	font-family: var(--spg-display);
	font-weight: 600;
	line-height: 1.2;
}

.spg-article-content h2 {
	margin: 55px 0 18px;
	font-size: 38px;
}

.spg-article-content h3 {
	margin: 38px 0 14px;
	font-size: 29px;
}

.spg-article-content p {
	margin: 0 0 25px;
}

.spg-article-content a {
	color: var(--spg-forest);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.spg-article-content figure {
	margin: 38px 0;
}

.spg-article-content img {
	width: 100%;
}

.spg-article-content figcaption {
	margin-top: 8px;
	color: var(--spg-muted);
	font-family: var(--spg-sans);
	font-size: 11px;
	text-align: center;
}

.spg-article-content blockquote {
	padding: 28px 0 28px 30px;
	margin: 40px 0;
	font-family: var(--spg-display);
	font-size: 26px;
	line-height: 1.45;
	border-left: 4px solid var(--spg-rose);
}

.spg-article-content ul,
.spg-article-content ol {
	padding-left: 24px;
}

.spg-article-content table {
	width: 100%;
	margin: 36px 0;
	border-collapse: collapse;
	font-family: var(--spg-sans);
	font-size: 14px;
}

.spg-article-content th,
.spg-article-content td {
	padding: 13px;
	text-align: left;
	border: 1px solid var(--spg-line);
}

.spg-article-content th {
	background: var(--spg-soft);
}

.spg-disclosure {
	padding: 20px 22px;
	margin: 0 0 38px;
	color: #4a5650;
	font-family: var(--spg-sans);
	font-size: 12px;
	line-height: 1.65;
	background: #edf2ef;
	border-left: 3px solid var(--spg-forest);
}

.spg-article-sidebar {
	position: relative;
}

.spg-sidebar-card {
	position: sticky;
	top: 30px;
	padding: 24px 0;
	border-top: 4px solid var(--spg-ink);
	border-bottom: 1px solid var(--spg-line);
}

.spg-sidebar-card h2 {
	margin: 8px 0 12px;
	font-family: var(--spg-display);
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
}

.spg-sidebar-card p {
	margin: 0;
	color: var(--spg-muted);
	font-size: 12px;
}

.spg-post-taxonomy {
	padding-top: 28px;
	margin-top: 48px;
	font-family: var(--spg-sans);
	font-size: 11px;
	border-top: 1px solid var(--spg-line);
}

.spg-related {
	padding: 76px 0 92px;
	background: var(--spg-soft);
}

.spg-page-main {
	padding: 68px 0 100px;
}

.spg-page-main .spg-article-content {
	width: min(100%, 820px);
	margin-inline: auto;
}

.spg-page-main h1 {
	width: min(100%, 820px);
	margin: 0 auto 46px;
	font-family: var(--spg-display);
	font-size: clamp(48px, 7vw, 76px);
	font-weight: 500;
	line-height: 1.08;
}

.spg-empty {
	padding: 100px 0 120px;
	text-align: center;
}

.spg-empty h1 {
	margin: 0 0 18px;
	font-family: var(--spg-display);
	font-size: clamp(48px, 8vw, 90px);
	font-weight: 500;
}

.spg-empty p {
	max-width: 580px;
	margin: 0 auto 30px;
	color: var(--spg-muted);
}

.spg-comments {
	width: min(calc(100% - 40px), 760px);
	padding: 70px 0;
	margin-inline: auto;
	border-top: 1px solid var(--spg-line);
}

.spg-comments h2,
.spg-comments h3 {
	font-family: var(--spg-display);
	font-weight: 500;
}

.spg-comments input:not([type="submit"]),
.spg-comments textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid var(--spg-line);
}

.spg-comments input[type="submit"] {
	min-height: 44px;
	padding: 0 20px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: var(--spg-ink);
	border: 0;
	cursor: pointer;
}

.spg-site-footer {
	color: #ffffff;
	background: var(--spg-ink);
}

.spg-footer-main {
	display: grid;
	grid-template-columns: minmax(280px, 1.5fr) 1fr 1fr;
	gap: 70px;
	padding: 76px 0 62px;
}

.spg-footer-brand .spg-brand {
	color: #ffffff;
}

.spg-footer-brand .spg-brand-mark {
	border-color: #ffffff;
}

.spg-footer-brand .spg-brand-mark::after {
	background: #ffffff;
}

.spg-footer-brand .spg-brand-tag,
.spg-footer-copy,
.spg-footer-note {
	color: rgba(255, 255, 255, 0.6);
}

.spg-footer-copy {
	max-width: 440px;
	margin: 28px 0 0;
	font-size: 13px;
}

.spg-footer-col h2 {
	margin: 0 0 22px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

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

.spg-footer-col li + li {
	margin-top: 10px;
}

.spg-footer-col a {
	color: rgba(255, 255, 255, 0.72);
	font-family: var(--spg-display);
	font-size: 17px;
}

.spg-footer-col a:hover {
	color: #ffffff;
}

.spg-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 0 30px;
	font-size: 9px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.spg-footer-bottom p {
	margin: 0;
}

@media (max-width: 1000px) {
	.spg-feature-grid {
		grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
		grid-template-rows: auto auto auto;
	}

	.spg-feature-lead {
		grid-row: 1 / 3;
		min-height: 680px;
	}

	.spg-feature-card.is-right {
		grid-column: 1 / 2;
	}

	.spg-feature-text.is-right {
		grid-column: 2 / 3;
	}

	.spg-article-shell {
		grid-template-columns: minmax(0, 720px);
	}

	.spg-article-sidebar {
		display: none;
	}

	.spg-category-layout {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.spg-category-intro {
		position: static;
	}
}

@media (max-width: 780px) {
	.admin-bar .spg-search-panel {
		top: 46px;
	}

	.spg-container {
		width: min(calc(100% - 28px), var(--spg-content));
	}

	.spg-site-header {
		border-top-width: 8px;
	}

	.spg-topline {
		min-height: 34px;
	}

	.spg-topline .spg-topline-note {
		display: none;
	}

	.spg-topline {
		justify-content: flex-end;
	}

	.spg-brand-row {
		min-height: 92px;
	}

	.spg-brand {
		gap: 12px;
	}

	.spg-brand-mark {
		width: 47px;
		height: 47px;
		font-size: 16px;
	}

	.spg-brand-mark::after {
		right: -9px;
		bottom: -7px;
		width: 31px;
	}

	.spg-brand-name {
		font-size: 22px;
	}

	.spg-brand-tag {
		font-size: 7px;
	}

	.spg-nav-row {
		justify-content: space-between;
	}

	.spg-menu-toggle {
		display: inline-grid;
	}

	.spg-primary-nav {
		position: fixed;
		inset: 0 0 0 auto;
		z-index: 9998;
		width: min(86vw, 380px);
		padding: 92px 30px 34px;
		visibility: hidden;
		background: var(--spg-paper);
		box-shadow: -10px 0 35px rgba(0, 0, 0, 0.12);
		transform: translateX(100%);
		transition: transform 220ms ease, visibility 220ms ease;
	}

	.menu-open .spg-primary-nav {
		visibility: visible;
		transform: translateX(0);
	}

	.spg-primary-nav ul {
		display: block;
	}

	.spg-primary-nav li {
		border-bottom: 1px solid var(--spg-line);
	}

	.spg-primary-nav a {
		padding: 16px 0;
		font-size: 12px;
	}

	.spg-search-toggle {
		margin-left: auto;
	}

	.spg-page-title {
		margin-bottom: 30px;
		font-size: 50px;
	}

	.spg-home-hero {
		padding-top: 14px;
		padding-bottom: 70px;
	}

	.spg-feature-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 42px;
	}

	.spg-feature-lead,
	.spg-feature-card.is-right,
	.spg-feature-text.is-right {
		grid-column: auto;
		grid-row: auto;
	}

	.spg-feature-lead {
		min-height: 0;
		aspect-ratio: 4 / 5;
	}

	.spg-feature-lead-copy {
		right: 22px;
		bottom: 30px;
		left: 22px;
	}

	.spg-feature-lead h2 {
		font-size: 28px;
	}

	.spg-feature-card-image {
		aspect-ratio: 4 / 3.6;
	}

	.spg-feature-card-copy,
	.spg-feature-card.is-right .spg-feature-card-copy {
		width: calc(100% - 26px);
		padding: 16px 16px 6px;
		margin: -30px auto 0 0;
		text-align: left;
	}

	.spg-feature-text,
	.spg-feature-text.is-right {
		padding: 0;
		text-align: left;
	}

	.spg-feature-card h2,
	.spg-feature-text h2 {
		font-size: 25px;
	}

	.spg-trust-grid {
		grid-template-columns: 1fr;
	}

	.spg-trust-item,
	.spg-trust-item:last-child {
		min-height: 0;
		padding: 20px 4px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		border-left: 0;
	}

	.spg-section {
		padding: 64px 0;
	}

	.spg-section-heading {
		align-items: start;
	}

	.spg-section-heading h2 {
		font-size: 40px;
	}

	.spg-post-grid,
	.spg-category-posts {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.spg-category-posts .spg-post-card:first-child {
		grid-column: auto;
	}

	.spg-category-posts .spg-post-card:first-child .spg-post-card-image {
		aspect-ratio: 4 / 3;
	}

	.spg-archive-header {
		padding: 42px 0 34px;
	}

	.spg-archive-header h1 {
		font-size: 50px;
	}

	.spg-archive-grid {
		padding: 46px 0 70px;
	}

	.spg-article-header {
		padding: 42px 0 28px;
		text-align: left;
	}

	.spg-breadcrumbs,
	.spg-article-header .spg-post-meta {
		justify-content: flex-start;
	}

	.spg-article-title {
		font-size: 42px;
	}

	.spg-article-hero {
		width: 100%;
		margin-bottom: 42px;
	}

	.spg-article-shell {
		display: block;
		padding-bottom: 62px;
	}

	.spg-article-content {
		font-size: 18px;
		line-height: 1.78;
	}

	.spg-article-content h2 {
		font-size: 32px;
	}

	.spg-article-content h3 {
		font-size: 25px;
	}

	.spg-footer-main {
		grid-template-columns: 1fr;
		gap: 46px;
		padding-top: 58px;
	}

	.spg-footer-bottom {
		display: block;
	}

	.spg-footer-bottom p + p {
		margin-top: 10px;
	}
}

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