:root {
	--sg-glass: rgb(255 255 255 / 62%);
	--sg-glass-strong: rgb(255 255 255 / 78%);
	--sg-glass-border: rgb(255 255 255 / 72%);
	--sg-shadow: 0 1.5rem 4rem rgb(25 48 96 / 14%);
	--sg-orange: var(--wp--preset--color--signal);
	--sg-blue: var(--wp--preset--color--sage);
}

body {
	background:
		radial-gradient(circle at 8% 12%, rgb(242 87 33 / 18%), transparent 20rem),
		radial-gradient(circle at 92% 26%, rgb(36 107 254 / 18%), transparent 26rem),
		var(--wp--preset--color--canvas);
}

::selection {
	background: rgb(242 87 33 / 24%);
	color: var(--wp--preset--color--ink);
}

.sg-site-header {
	background: rgb(251 252 255 / 72%);
	backdrop-filter: blur(1.25rem) saturate(160%);
	-webkit-backdrop-filter: blur(1.25rem) saturate(160%);
	position: relative;
	z-index: 4;
}

.sg-site-header .custom-logo-link {
	display: inline-flex;
	max-width: min(285px, 58vw);
}

.sg-site-header .custom-logo {
	display: block;
	height: auto;
	max-height: 2.6rem;
	width: 100%;
	object-fit: contain;
	object-position: left center;
}

.sg-site-header .wp-block-navigation-item__content {
	color: var(--wp--preset--color--ink);
	position: relative;
	text-decoration: none;
}

.sg-site-header .wp-block-navigation-item__content::after {
	background: var(--sg-orange);
	border-radius: 999px;
	bottom: -0.35rem;
	content: '';
	height: 0.16rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transition: transform 180ms ease;
	width: 1.25rem;
}

.sg-site-header .wp-block-navigation-item__content:hover,
.sg-site-header .wp-block-navigation-item__content:focus-visible {
	color: var(--sg-orange);
}

.sg-site-header .wp-block-navigation-item__content:hover::after,
.sg-site-header .wp-block-navigation-item__content:focus-visible::after {
	transform: translateX(-50%) scaleX(1);
}

.sg-glass-page {
	overflow: clip;
}

.sg-glass-hero {
	background:
		radial-gradient(circle at 80% 20%, rgb(36 107 254 / 38%), transparent 20rem),
		radial-gradient(circle at 12% 85%, rgb(242 87 33 / 35%), transparent 23rem),
		linear-gradient(130deg, #f9fbff 6%, #e8edff 55%, #f9ebea 110%);
	border-bottom: 1px solid rgb(255 255 255 / 78%);
	border-top: 1px solid rgb(255 255 255 / 64%);
	min-height: min(43rem, calc(100vh - 5rem));
	position: relative;
}

.sg-glass-hero::before,
.sg-glass-hero::after {
	border: 1px solid rgb(255 255 255 / 65%);
	border-radius: 999px;
	content: '';
	filter: blur(0.2px);
	position: absolute;
	pointer-events: none;
}

.sg-glass-hero::before {
	height: 25rem;
	right: -8rem;
	top: 2rem;
	width: 25rem;
}

.sg-glass-hero::after {
	bottom: -11rem;
	height: 30rem;
	left: -9rem;
	width: 30rem;
}

.sg-hero-grid {
	gap: clamp(2rem, 7vw, 8rem);
	position: relative;
	z-index: 1;
}

.sg-home-hero {
	min-height: min(46rem, calc(100vh - 5rem));
}

.sg-home-hero-grid {
	align-items: center;
}

.sg-hero-copy {
	max-width: 44rem;
}

.sg-eyebrow,
.sg-card-kicker {
	color: var(--sg-orange);
	font-size: 0.74rem !important;
	font-weight: 760;
	letter-spacing: 0.12em;
	margin-bottom: 0.85rem;
	text-transform: uppercase;
}

.sg-hero-lede {
	color: rgb(16 23 40 / 74%);
	font-weight: 500;
	line-height: 1.4;
	max-width: 36rem;
}

.sg-hero-actions .wp-block-button__link {
	box-shadow: 0 0.8rem 1.9rem rgb(242 87 33 / 18%);
	padding: 0.75rem 1.1rem;
}

.sg-hero-actions .is-style-outline .wp-block-button__link {
	background: rgb(255 255 255 / 55%) !important;
	border-color: rgb(255 255 255 / 78%) !important;
	box-shadow: 0 0.5rem 1.2rem rgb(40 67 130 / 8%);
	color: var(--wp--preset--color--ink) !important;
}

.sg-hero-proof {
	color: rgb(16 23 40 / 65%);
	font-size: 0.9rem;
	line-height: 1.5;
	margin-top: 1.35rem;
	max-width: 35rem;
}

.sg-hero-proof strong {
	color: var(--wp--preset--color--ink);
}

.sg-category-pills .wp-block-button__link {
	background: var(--sg-glass) !important;
	border: 1px solid var(--sg-glass-border) !important;
	box-shadow: 0 0.5rem 1.25rem rgb(40 67 130 / 8%);
	color: var(--wp--preset--color--ink) !important;
	font-size: 0.88rem;
	font-weight: 650;
	padding: 0.6rem 0.95rem;
	transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sg-category-pills .wp-block-button__link:hover {
	background: var(--sg-glass-strong) !important;
	box-shadow: 0 0.8rem 1.75rem rgb(40 67 130 / 16%);
	transform: translateY(-0.125rem);
}

.sg-hero-orb-card {
	background: linear-gradient(145deg, rgb(255 255 255 / 78%), rgb(255 255 255 / 38%));
	border: 1px solid var(--sg-glass-border);
	border-radius: 1.75rem;
	box-shadow: var(--sg-shadow), inset 0 1px 0 rgb(255 255 255 / 70%);
	flex: 1 1 17rem;
	max-width: 21rem;
	min-height: 19rem;
	overflow: hidden;
	padding: 1.7rem;
	position: relative;
	backdrop-filter: blur(1.25rem) saturate(155%);
	-webkit-backdrop-filter: blur(1.25rem) saturate(155%);
}

.sg-hero-orb-card::after {
	background: radial-gradient(circle, rgb(242 87 33 / 55%) 0, rgb(242 87 33 / 0%) 68%);
	border-radius: 999px;
	bottom: -6rem;
	content: '';
	height: 15rem;
	position: absolute;
	right: -6rem;
	width: 15rem;
}

.sg-hero-orb-card > * {
	position: relative;
	z-index: 1;
}

.sg-hero-orb-card h2 {
	font-size: clamp(1.5rem, 3vw, 2.05rem) !important;
	margin-top: 0;
}

.sg-hero-orb-card p:not(.sg-card-kicker):not(.sg-card-mark) {
	color: rgb(16 23 40 / 72%);
	line-height: 1.48;
}

.sg-card-mark {
	color: var(--sg-orange);
	font-size: 4rem;
	line-height: 1;
	margin: 0;
}

.sg-home-standard {
	padding-bottom: 1.45rem;
}

.sg-standard-list {
	color: rgb(16 23 40 / 75%);
	font-size: 0.94rem;
	line-height: 1.45;
	list-style: none;
	margin: 1.1rem 0 1.3rem;
	padding: 0;
}

.sg-standard-list li {
	border-top: 1px solid rgb(105 127 178 / 18%);
	padding: 0.6rem 0 0.15rem 1.3rem;
	position: relative;
}

.sg-standard-list li::before {
	color: var(--sg-orange);
	content: '✦';
	font-size: 0.68rem;
	left: 0.15rem;
	position: absolute;
	top: 0.78rem;
}

.sg-latest-section {
	position: relative;
}

.sg-home-section {
	position: relative;
}

.sg-home-section-heading {
	margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.sg-collection-grid {
	display: grid;
	gap: clamp(0.85rem, 1.7vw, 1.25rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sg-collection-card {
	background: linear-gradient(145deg, rgb(255 255 255 / 76%), rgb(255 255 255 / 42%));
	border: 1px solid var(--sg-glass-border);
	border-radius: 1.35rem;
	box-shadow: 0 0.65rem 2.2rem rgb(36 58 103 / 8%), inset 0 1px 0 rgb(255 255 255 / 82%);
	display: flex;
	flex-direction: column;
	min-height: 15.25rem;
	overflow: hidden;
	padding: 1.35rem;
	position: relative;
	transition: box-shadow 220ms ease, transform 220ms ease;
	backdrop-filter: blur(1rem) saturate(140%);
	-webkit-backdrop-filter: blur(1rem) saturate(140%);
}

.sg-collection-card::after {
	border: 1px solid rgb(255 255 255 / 56%);
	border-radius: 999px;
	content: '';
	height: 9rem;
	position: absolute;
	right: -3.25rem;
	top: -4rem;
	width: 9rem;
}

.sg-collection-card:hover {
	box-shadow: 0 1.15rem 2.7rem rgb(36 58 103 / 16%), inset 0 1px 0 rgb(255 255 255 / 86%);
	transform: translateY(-0.3rem);
}

.sg-collection-card > * {
	position: relative;
	z-index: 1;
}

.sg-collection-card--kitchen {
	background: linear-gradient(145deg, rgb(255 245 239 / 92%), rgb(255 255 255 / 45%));
}

.sg-collection-card--home {
	background: linear-gradient(145deg, rgb(239 248 255 / 92%), rgb(255 255 255 / 44%));
}

.sg-collection-card--tech {
	background: linear-gradient(145deg, rgb(238 241 255 / 96%), rgb(255 255 255 / 42%));
}

.sg-collection-card--travel {
	background: linear-gradient(145deg, rgb(255 248 228 / 94%), rgb(255 255 255 / 43%));
}

.sg-collection-card--outdoors {
	background: linear-gradient(145deg, rgb(232 250 242 / 94%), rgb(255 255 255 / 43%));
}

.sg-collection-card--road {
	background: linear-gradient(145deg, rgb(242 244 249 / 97%), rgb(255 255 255 / 45%));
}

.sg-collection-index {
	color: var(--sg-orange);
	font-size: 0.74rem;
	font-weight: 760;
	letter-spacing: 0.1em;
	margin: 0 0 1.8rem;
}

.sg-collection-card h3 {
	font-size: clamp(1.35rem, 2.2vw, 1.7rem) !important;
	margin: 0 0 0.5rem;
}

.sg-collection-card h3 a,
.sg-collection-link a {
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}

.sg-collection-card h3 a:hover,
.sg-collection-link a:hover {
	color: var(--sg-orange);
}

.sg-collection-card > p:not(.sg-collection-index):not(.sg-collection-link) {
	color: rgb(16 23 40 / 68%);
	font-size: 0.93rem;
	line-height: 1.48;
	margin: 0;
}

.sg-collection-link {
	font-size: 0.87rem;
	font-weight: 720;
	margin: auto 0 0;
	padding-top: 1rem;
}

.sg-section-heading {
	border-bottom: 1px solid rgb(135 155 196 / 26%);
	gap: 1.25rem;
	margin-bottom: var(--wp--preset--spacing--50);
	padding-bottom: var(--wp--preset--spacing--40);
}

.sg-section-heading h2 {
	margin: 0;
}

.sg-section-note {
	color: rgb(16 23 40 / 62%);
	margin: 0;
	max-width: 19rem;
}

.sg-story-query .wp-block-post-template {
	gap: clamp(1rem, 2vw, 1.5rem);
}

.sg-story-card {
	background: linear-gradient(145deg, rgb(255 255 255 / 74%), rgb(255 255 255 / 45%));
	border: 1px solid var(--sg-glass-border);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: 0 0.75rem 2.4rem rgb(36 58 103 / 9%), inset 0 1px 0 rgb(255 255 255 / 78%);
	height: 100%;
	overflow: hidden;
	padding: var(--wp--preset--spacing--30);
	transition: box-shadow 220ms ease, transform 220ms ease;
	backdrop-filter: blur(1rem) saturate(140%);
	-webkit-backdrop-filter: blur(1rem) saturate(140%);
}

.sg-story-card:hover {
	box-shadow: 0 1.3rem 3.5rem rgb(36 58 103 / 18%), inset 0 1px 0 rgb(255 255 255 / 90%);
	transform: translateY(-0.35rem);
}

.sg-story-card .wp-block-post-featured-image {
	border-radius: calc(var(--wp--custom--radius--card) - 0.45rem);
	margin: 0 0 var(--wp--preset--spacing--30);
	overflow: hidden;
}

.sg-story-card .wp-block-post-featured-image img {
	transition: transform 320ms cubic-bezier(.2,.8,.2,1);
}

.sg-story-card:hover .wp-block-post-featured-image img {
	transform: scale(1.045);
}

.sg-story-card .wp-block-post-terms,
.sg-story-card .wp-block-post-terms a {
	color: var(--sg-blue);
	font-size: 0.72rem;
	font-weight: 730;
	letter-spacing: 0.075em;
	text-decoration: none;
	text-transform: uppercase;
}

.sg-story-card .wp-block-post-title {
	margin-block: 0.25rem;
}

.sg-story-card .wp-block-post-title a {
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}

.sg-story-card .wp-block-post-title a:hover {
	color: var(--sg-orange);
}

.sg-story-card .wp-block-post-excerpt {
	color: rgb(16 23 40 / 66%);
	font-size: 0.94rem;
	line-height: 1.55;
	margin-top: 0;
}

.sg-story-card .wp-block-post-excerpt__more-link {
	color: var(--sg-orange);
	font-weight: 720;
	text-decoration: none;
}

.sg-method-section {
	background:
		radial-gradient(circle at 83% 18%, rgb(242 87 33 / 29%), transparent 20rem),
		radial-gradient(circle at 8% 84%, rgb(36 107 254 / 27%), transparent 20rem),
		linear-gradient(135deg, #111a2f, #1b315e 72%, #263b67);
	border-block: 1px solid rgb(255 255 255 / 16%);
	color: var(--wp--preset--color--paper);
}

.sg-method-grid {
	gap: clamp(2rem, 7vw, 7rem);
	position: relative;
}

.sg-method-copy {
	max-width: 35rem;
}

.sg-method-section .sg-eyebrow {
	color: #ffb08f;
}

.sg-method-section h2,
.sg-method-section h3 {
	color: var(--wp--preset--color--paper);
}

.sg-method-copy > p:not(.sg-eyebrow) {
	color: rgb(255 255 255 / 76%);
	line-height: 1.6;
}

.sg-method-copy .is-style-outline .wp-block-button__link {
	background: rgb(255 255 255 / 10%) !important;
	border-color: rgb(255 255 255 / 34%) !important;
	color: var(--wp--preset--color--paper) !important;
}

.sg-method-steps {
	display: grid;
	flex: 1 1 26rem;
	gap: 0;
	max-width: 35rem;
}

.sg-method-step {
	border-top: 1px solid rgb(255 255 255 / 20%);
	gap: 1rem;
	padding: 1.25rem 0;
}

.sg-method-step:last-child {
	border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.sg-step-number {
	color: #ffb08f;
	font-size: 0.75rem;
	font-weight: 780;
	letter-spacing: 0.08em;
	margin: 0.36rem 0 0;
	min-width: 2rem;
}

.sg-method-step h3 {
	font-size: 1.08rem !important;
	letter-spacing: -0.02em;
	margin: 0 0 0.3rem;
}

.sg-method-step p:not(.sg-step-number) {
	color: rgb(255 255 255 / 67%);
	font-size: 0.92rem;
	line-height: 1.45;
	margin: 0;
}

.sg-all-categories .sg-eyebrow {
	margin-bottom: 1rem;
}

.sg-category-links {
	gap: 0.65rem;
}

.sg-category-links p {
	margin: 0;
}

.sg-category-links a {
	background: rgb(255 255 255 / 60%);
	border: 1px solid var(--sg-glass-border);
	border-radius: 999px;
	box-shadow: 0 0.35rem 1.1rem rgb(36 58 103 / 6%);
	color: var(--wp--preset--color--ink);
	display: inline-block;
	font-size: 0.88rem;
	font-weight: 680;
	padding: 0.55rem 0.85rem;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.sg-category-links a:hover {
	background: var(--wp--preset--color--paper);
	color: var(--sg-orange);
	transform: translateY(-0.1rem);
}

.sg-archive-page {
	overflow: clip;
}

.sg-archive-hero {
	background:
		radial-gradient(circle at 80% 22%, rgb(36 107 254 / 32%), transparent 21rem),
		radial-gradient(circle at 8% 78%, rgb(242 87 33 / 27%), transparent 21rem),
		linear-gradient(130deg, #f9fbff 6%, #edf1ff 52%, #f8edec 115%);
	border-bottom: 1px solid rgb(255 255 255 / 76%);
	border-top: 1px solid rgb(255 255 255 / 62%);
	position: relative;
}

.sg-archive-hero::before,
.sg-archive-hero::after {
	border: 1px solid rgb(255 255 255 / 61%);
	border-radius: 999px;
	content: '';
	pointer-events: none;
	position: absolute;
}

.sg-archive-hero::before {
	height: 22rem;
	right: -7rem;
	top: -7rem;
	width: 22rem;
}

.sg-archive-hero::after {
	bottom: -12rem;
	height: 26rem;
	left: -10rem;
	width: 26rem;
}

.sg-archive-hero-grid {
	gap: clamp(2rem, 7vw, 7rem);
	position: relative;
	z-index: 1;
}

.sg-archive-copy {
	max-width: 48rem;
}

.sg-archive-copy h1 {
	margin-bottom: 0.95rem;
}

.sg-archive-lede {
	color: rgb(16 23 40 / 73%);
	font-size: clamp(1.15rem, 2.3vw, 1.55rem);
	font-weight: 520;
	line-height: 1.42;
	margin: 0;
	max-width: 39rem;
}

.sg-archive-standard-card {
	background: linear-gradient(145deg, rgb(255 255 255 / 78%), rgb(255 255 255 / 42%));
	border: 1px solid var(--sg-glass-border);
	border-radius: 1.5rem;
	box-shadow: var(--sg-shadow), inset 0 1px 0 rgb(255 255 255 / 74%);
	flex: 1 1 15rem;
	max-width: 19rem;
	padding: 1.4rem;
	position: relative;
	backdrop-filter: blur(1.1rem) saturate(150%);
	-webkit-backdrop-filter: blur(1.1rem) saturate(150%);
}

.sg-archive-standard-card h2 {
	font-size: clamp(1.35rem, 2.4vw, 1.72rem) !important;
	margin: 0 0 0.75rem;
}

.sg-archive-standard-card p:not(.sg-card-kicker) {
	color: rgb(16 23 40 / 70%);
	font-size: 0.92rem;
	line-height: 1.5;
	margin: 0;
}

.sg-archive-collection-nav {
	gap: 0.55rem;
	margin-top: clamp(1.6rem, 4vw, 2.4rem);
	position: relative;
	z-index: 1;
}

.sg-archive-collection-nav p {
	margin: 0;
}

.sg-archive-collection-nav a {
	background: rgb(255 255 255 / 50%);
	border: 1px solid rgb(255 255 255 / 74%);
	border-radius: 999px;
	box-shadow: 0 0.35rem 1rem rgb(36 58 103 / 6%);
	color: var(--wp--preset--color--ink);
	display: inline-block;
	font-size: 0.83rem;
	font-weight: 680;
	padding: 0.48rem 0.75rem;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.sg-archive-collection-nav a:hover,
.sg-archive-collection-nav a:focus-visible {
	background: rgb(255 255 255 / 82%);
	color: var(--sg-orange);
	transform: translateY(-0.08rem);
}

.sg-archive-section-heading {
	margin-bottom: clamp(1.6rem, 4vw, 2.5rem);
}

.sg-archive-query .wp-block-post-template {
	row-gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.sg-archive-pagination {
	border-top: 1px solid rgb(135 155 196 / 26%);
	font-size: 0.9rem;
	font-weight: 700;
	padding-top: 1.4rem;
}

.sg-archive-pagination a,
.sg-archive-pagination .page-numbers {
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}

.sg-archive-pagination a:hover {
	color: var(--sg-orange);
}

.sg-transparency-note,
.sg-methodology {
	background: linear-gradient(135deg, rgb(255 255 255 / 70%), rgb(226 234 255 / 70%)) !important;
	border: 1px solid var(--sg-glass-border);
	border-left: 0.3rem solid var(--sg-orange);
	box-shadow: 0 0.75rem 2rem rgb(36 58 103 / 9%);
	backdrop-filter: blur(1rem);
	-webkit-backdrop-filter: blur(1rem);
}

.sg-transparency-note p:last-child,
.sg-methodology p:last-child {
	margin-bottom: 0;
}

.sg-review-date {
	background: rgb(255 255 255 / 58%);
	border: 1px solid var(--sg-glass-border);
	border-radius: 999px;
	box-shadow: 0 0.45rem 1.2rem rgb(36 58 103 / 7%);
	display: inline-flex;
	font-size: 0.86rem;
	gap: 0.35rem;
	margin: 0 0 1.35rem;
	padding: 0.45rem 0.75rem;
}

.sg-review-date strong {
	color: var(--sg-blue);
}

.sg-related-guides {
	border-top: 1px solid rgb(135 155 196 / 27%);
	margin-top: clamp(3rem, 7vw, 5.5rem);
	padding-top: clamp(2.25rem, 5vw, 3.5rem);
}

.sg-related-guides__heading {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.sg-related-guides__heading h2 {
	font-size: clamp(1.7rem, 4vw, 2.4rem);
	margin: 0;
	max-width: 29rem;
}

.sg-related-guides__heading .sg-eyebrow {
	margin: 0 0 0.25rem;
	white-space: nowrap;
}

.sg-related-guides__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sg-related-guide {
	background: linear-gradient(145deg, rgb(255 255 255 / 76%), rgb(255 255 255 / 43%));
	border: 1px solid var(--sg-glass-border);
	border-radius: 1.2rem;
	box-shadow: 0 0.7rem 2rem rgb(36 58 103 / 9%), inset 0 1px 0 rgb(255 255 255 / 76%);
	overflow: hidden;
	padding: 0.8rem;
	backdrop-filter: blur(0.85rem) saturate(135%);
	-webkit-backdrop-filter: blur(0.85rem) saturate(135%);
}

.sg-related-guide__image {
	background: linear-gradient(135deg, rgb(36 107 254 / 15%), rgb(242 87 33 / 15%));
	border-radius: 0.85rem;
	display: block;
	overflow: hidden;
}

.sg-related-guide__image img {
	aspect-ratio: 4 / 3;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.sg-related-guide:hover .sg-related-guide__image img {
	transform: scale(1.04);
}

.sg-related-guide__category {
	color: var(--sg-blue);
	font-size: 0.69rem;
	font-weight: 740;
	letter-spacing: 0.08em;
	margin: 0.95rem 0 0.3rem;
	text-transform: uppercase;
}

.sg-related-guide h3 {
	font-size: 1.1rem !important;
	letter-spacing: -0.025em;
	margin: 0;
}

.sg-related-guide h3 a,
.sg-related-guide__link {
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}

.sg-related-guide h3 a:hover,
.sg-related-guide__link:hover {
	color: var(--sg-orange);
}

.sg-related-guide__link {
	display: inline-block;
	font-size: 0.88rem;
	font-weight: 720;
	margin-top: 0.8rem;
}

.sg-site-footer {
	background:
		radial-gradient(circle at 86% 100%, rgb(242 87 33 / 36%), transparent 23rem),
		linear-gradient(135deg, #101728, #17284e) !important;
}

.sg-site-footer a {
	color: var(--wp--preset--color--paper);
}

@media (max-width: 782px) {
	.sg-site-header .wp-block-group {
		align-items: center;
	}

	.sg-glass-hero {
		min-height: auto;
	}

	.sg-hero-orb-card {
		max-width: none;
		width: 100%;
	}

	.sg-home-hero {
		min-height: auto;
	}

	.sg-collection-grid {
		grid-template-columns: 1fr;
	}

	.sg-collection-card {
		min-height: 0;
	}

	.sg-collection-index {
		margin-bottom: 1.2rem;
	}

	.sg-method-grid {
		gap: 2.5rem;
	}

	.sg-archive-hero-grid {
		align-items: flex-start !important;
	}

	.sg-archive-standard-card {
		max-width: none;
		width: 100%;
	}

	.sg-archive-collection-nav {
		margin-top: 1.3rem;
	}

	.sg-section-heading {
		align-items: flex-start !important;
		flex-direction: column;
	}

	.sg-related-guides__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.sg-related-guides__grid {
		grid-template-columns: 1fr;
	}

	.sg-related-guide {
		display: grid;
		grid-template-columns: 7rem 1fr;
		column-gap: 0.85rem;
	}

	.sg-related-guide__image {
		grid-row: span 3;
	}

	.sg-related-guide__category {
		margin-top: 0.15rem;
	}
}

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