:root {
	--shm-yellow: #ffc90a;
	--shm-yellow-soft: #fff7d7;
	--shm-dark: #222222;
	--shm-ink: #252525;
	--shm-text: #4f4f4f;
	--shm-muted: #777777;
	--shm-soft: #f7f7f4;
	--shm-line: #e7e7e2;
	--shm-white: #ffffff;
	--shm-coral: #ff5528;
	--shm-blue: #008ba7;
	--shm-green: #7ac143;
	--shm-max: 1240px;
	--shm-reading: 790px;
}

html {
	scroll-behavior: smooth;
}

body.shm-active {
	background: var(--shm-white);
}

body.shm-archive-active {
	background: var(--shm-white);
}

.shm-active .shm-article {
	color: var(--shm-text);
	font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	overflow: clip;
	opacity: 1;
	visibility: visible;
}

.shm-archive-active .shm-archive {
	color: var(--shm-text);
	font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	overflow: clip;
}

.shm-active .shm-article *,
.shm-active .shm-article *::before,
.shm-active .shm-article *::after {
	box-sizing: border-box;
}

.shm-archive-active .shm-archive *,
.shm-archive-active .shm-archive *::before,
.shm-archive-active .shm-archive *::after {
	box-sizing: border-box;
}

.shm-container {
	margin-inline: auto;
	width: min(var(--shm-max), calc(100% - 64px));
}

.shm-eyebrow {
	align-items: center;
	color: var(--shm-coral);
	display: flex;
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	font-weight: 800;
	gap: 11px;
	letter-spacing: .14em;
	line-height: 1.3;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.shm-eyebrow > span {
	background: var(--shm-yellow);
	border-radius: 50%;
	display: block;
	height: 11px;
	position: relative;
	width: 11px;
}

.shm-eyebrow > span::after {
	background: var(--shm-blue);
	border-radius: 50%;
	content: "";
	height: 5px;
	position: absolute;
	right: -7px;
	top: -4px;
	width: 5px;
}

.shm-hero {
	background: var(--shm-soft);
	border-top: 6px solid var(--shm-yellow);
	min-height: 640px;
	padding: clamp(72px, 7vw, 108px) 0;
	position: relative;
}

.shm-hero::before {
	background: var(--shm-blue);
	content: "";
	height: 6px;
	left: 58%;
	position: absolute;
	top: -6px;
	width: 18%;
}

.shm-hero::after {
	background: var(--shm-green);
	content: "";
	height: 6px;
	position: absolute;
	right: 0;
	top: -6px;
	width: 24%;
}

.shm-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(58px, 7vw, 104px);
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, .82fr);
}

.shm-hero__copy,
.shm-hero__media,
.shm-content-section,
.shm-related,
.shm-cta {
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}

.shm-back-link {
	align-items: center;
	color: var(--shm-dark) !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 750;
	gap: 9px;
	letter-spacing: .04em;
	margin-bottom: 34px;
	text-decoration: none !important;
}

.shm-back-link span {
	align-items: center;
	background: var(--shm-white);
	border: 1px solid var(--shm-line);
	border-radius: 50%;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
	width: 34px;
}

.shm-back-link:hover span,
.shm-back-link:focus-visible span {
	background: var(--shm-yellow);
	border-color: var(--shm-yellow);
	transform: translateX(-3px);
}

.shm-hero__copy h1 {
	color: var(--shm-ink);
	font-family: Quicksand, "DM Sans", sans-serif;
	font-size: clamp(46px, 5.4vw, 74px);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1.04;
	margin: 0;
	max-width: 790px;
	overflow-wrap: anywhere;
}

.shm-hero__intro {
	color: #5d5d5d;
	font-size: clamp(18px, 1.45vw, 21px);
	line-height: 1.68;
	margin: 30px 0 0;
	max-width: 710px;
}

.shm-hero__meta {
	align-items: center;
	color: var(--shm-muted);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 13px;
	letter-spacing: .035em;
	margin-top: 30px;
	text-transform: uppercase;
}

.shm-hero__meta span:nth-child(2) {
	color: var(--shm-coral);
	font-size: 18px;
}

.shm-hero__media {
	margin: 0;
	position: relative;
}

.shm-hero__media::before {
	background: var(--shm-yellow);
	border-radius: 112px 28px 112px 28px;
	content: "";
	inset: 18px -18px -18px 18px;
	position: absolute;
}

.shm-hero__media::after {
	background: var(--shm-coral);
	border-radius: 50%;
	content: "";
	height: 24px;
	position: absolute;
	right: 28px;
	top: -30px;
	width: 24px;
}

.shm-hero__image {
	aspect-ratio: 4 / 3;
	background: #ecece8;
	border: 8px solid var(--shm-white);
	border-radius: 112px 28px 112px 28px;
	box-shadow: 0 22px 55px rgba(34, 34, 34, .15);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.shm-hero__image img {
	display: block;
	height: 100%;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

.shm-hero__badge {
	align-items: center;
	background: var(--shm-dark);
	border: 7px solid var(--shm-white);
	border-radius: 50%;
	bottom: -28px;
	color: var(--shm-yellow);
	display: flex;
	font-family: Quicksand, sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 82px;
	justify-content: center;
	position: absolute;
	right: -22px;
	width: 82px;
	z-index: 2;
}

.shm-image-placeholder {
	align-items: center;
	background: linear-gradient(140deg, #292929, #1e1e1e);
	color: var(--shm-white);
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 220px;
	width: 100%;
}

.shm-image-placeholder b {
	align-items: center;
	background: var(--shm-yellow);
	border-radius: 50%;
	color: var(--shm-dark);
	display: inline-flex;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.shm-image-placeholder--hero {
	flex-direction: column;
	gap: 18px;
}

.shm-image-placeholder--hero span {
	color: #d6d6d6;
	font-size: 13px;
	font-weight: 650;
}

.shm-reading-progress {
	background: transparent;
	height: 4px;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.shm-reading-progress span {
	background: linear-gradient(90deg, var(--shm-yellow) 0 44%, var(--shm-coral) 44% 64%, var(--shm-blue) 64% 82%, var(--shm-green) 82%);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	width: 100%;
}

.shm-content-section {
	background: var(--shm-white);
	padding: clamp(76px, 8vw, 112px) 0 clamp(92px, 9vw, 132px);
}

.shm-content-layout {
	display: grid;
	gap: clamp(48px, 6vw, 82px);
	grid-template-columns: 270px minmax(0, var(--shm-reading));
	justify-content: center;
}

.shm-content-layout--centered {
	display: block;
}

.shm-content-layout--centered .shm-prose {
	margin-inline: auto;
	max-width: var(--shm-reading);
}

.shm-toc {
	min-width: 0;
}

.shm-toc__inner {
	background: var(--shm-soft);
	border-top: 5px solid var(--shm-yellow);
	border-radius: 16px;
	padding: 24px 22px 14px;
	position: sticky;
	top: 112px;
}

.shm-toc__title {
	color: var(--shm-ink);
	font-family: Quicksand, "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
	margin: 0 0 12px;
}

.shm-toc ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shm-toc li {
	border-bottom: 1px solid var(--shm-line);
	margin: 0;
	padding: 0;
}

.shm-toc li:last-child {
	border-bottom: 0;
}

.shm-toc a {
	align-items: flex-start;
	color: #666666 !important;
	display: grid;
	font-size: 14px;
	font-weight: 650;
	gap: 10px;
	grid-template-columns: 25px 1fr;
	line-height: 1.45;
	padding: 13px 0;
	text-decoration: none !important;
	transition: color .2s ease;
}

.shm-toc a span {
	color: var(--shm-coral);
	font-size: 11px;
	font-weight: 800;
	padding-top: 3px;
}

.shm-toc a:hover,
.shm-toc a:focus-visible,
.shm-toc a.is-active {
	color: var(--shm-ink) !important;
}

.shm-toc a.is-active {
	font-weight: 750;
}

.shm-prose {
	color: var(--shm-text);
	font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.8;
	min-width: 0;
}

.shm-prose > *:first-child {
	margin-top: 0 !important;
}

.shm-prose p {
	margin: 0 0 1.45em;
}

.shm-prose h2,
.shm-prose h3,
.shm-prose h4 {
	color: var(--shm-ink);
	font-family: Quicksand, "DM Sans", sans-serif;
	scroll-margin-top: 120px;
}

.shm-prose h2 {
	font-size: clamp(33px, 3.1vw, 44px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.14;
	margin: 2em 0 .72em;
	padding-top: 23px;
	position: relative;
}

.shm-prose h2::before {
	background: var(--shm-yellow);
	border-radius: 999px;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 0;
	width: 54px;
}

.shm-prose h2::after {
	background: var(--shm-coral);
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 61px;
	position: absolute;
	top: 0;
	width: 7px;
}

.shm-prose h3 {
	font-size: clamp(25px, 2.15vw, 31px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.25;
	margin: 1.75em 0 .62em;
}

.shm-prose h4 {
	font-size: 21px;
	font-weight: 700;
	margin: 1.55em 0 .55em;
}

.shm-prose a {
	color: var(--shm-blue);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.shm-prose a:hover,
.shm-prose a:focus-visible {
	color: #006f87;
}

.shm-prose strong {
	color: #333333;
	font-weight: 750;
}

.shm-prose ul,
.shm-prose ol {
	margin: 1.25em 0 1.7em;
	padding-left: 1.35em;
}

.shm-prose li {
	margin-bottom: .62em;
	padding-left: .35em;
}

.shm-prose li::marker {
	color: var(--shm-coral);
	font-weight: 800;
}

.shm-prose blockquote,
.shm-prose .wp-block-quote {
	background: var(--shm-yellow-soft);
	border: 0;
	border-left: 6px solid var(--shm-yellow);
	border-radius: 0 18px 18px 0;
	color: var(--shm-ink);
	font-family: Quicksand, "DM Sans", sans-serif;
	font-size: 22px;
	font-weight: 650;
	line-height: 1.55;
	margin: 2.15em 0;
	padding: 30px 34px;
}

.shm-prose blockquote p:last-child {
	margin-bottom: 0;
}

.shm-prose figure,
.shm-prose .wp-block-image,
.shm-prose .wp-block-gallery {
	margin-bottom: 2.6em;
	margin-top: 2.6em;
}

.shm-prose figure img,
.shm-prose .wp-block-image img,
.shm-prose > p > img {
	border-radius: 20px;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.shm-prose figcaption,
.shm-prose .wp-element-caption {
	color: var(--shm-muted);
	font-size: 13px;
	line-height: 1.5;
	margin-top: 11px;
	text-align: left;
}

.shm-prose .alignwide {
	margin-left: min(-7vw, -70px);
	max-width: calc(100% + min(14vw, 140px));
	width: calc(100% + min(14vw, 140px));
}

.shm-prose .wp-block-columns {
	gap: 24px;
	margin: 2.2em 0;
}

.shm-prose .wp-block-column {
	background: var(--shm-soft);
	border-radius: 18px;
	border-top: 5px solid var(--shm-yellow);
	padding: 27px;
}

.shm-prose .wp-block-column:nth-child(2n) {
	border-top-color: var(--shm-blue);
}

.shm-prose .wp-block-column > :last-child {
	margin-bottom: 0;
}

.shm-prose .wp-block-button__link,
.shm-prose .wp-element-button {
	background: var(--shm-yellow);
	border-radius: 999px;
	color: var(--shm-dark) !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 750;
	padding: 14px 25px;
	text-decoration: none !important;
	transition: background .2s ease, transform .2s ease;
}

.shm-prose .wp-block-button__link:hover,
.shm-prose .wp-element-button:hover {
	background: #f2bb00;
	transform: translateY(-2px);
}

.shm-prose .wp-block-table {
	overflow-x: auto;
}

.shm-prose table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 15px;
	margin: 2em 0;
	overflow: hidden;
	width: 100%;
}

.shm-prose th,
.shm-prose td {
	border-bottom: 1px solid var(--shm-line);
	padding: 14px 16px;
	text-align: left;
}

.shm-prose th {
	background: var(--shm-dark);
	color: var(--shm-white);
	font-weight: 750;
}

.shm-prose tr:nth-child(even) td {
	background: var(--shm-soft);
}

.shm-prose details {
	border-bottom: 1px solid var(--shm-line);
	padding: 0;
}

.shm-prose summary {
	color: var(--shm-ink);
	cursor: pointer;
	font-family: Quicksand, "DM Sans", sans-serif;
	font-weight: 700;
	list-style: none;
	padding: 20px 44px 20px 0;
	position: relative;
}

.shm-prose summary::-webkit-details-marker {
	display: none;
}

.shm-prose summary::after {
	align-items: center;
	background: var(--shm-yellow);
	border-radius: 50%;
	color: var(--shm-dark);
	content: "+";
	display: flex;
	font-size: 22px;
	font-weight: 500;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 14px;
	width: 30px;
}

.shm-prose details[open] summary::after {
	content: "−";
}

.shm-cta {
	background: var(--shm-dark);
	color: var(--shm-white);
	overflow: hidden;
	padding: clamp(70px, 7vw, 96px) 0;
	position: relative;
}

.shm-cta::before {
	background: var(--shm-yellow);
	border-radius: 50%;
	content: "";
	height: 190px;
	left: -105px;
	op: -94px;
	position: absolute;
	width: 190px;
}

.shm-cta__inner {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 1fr) auto;
	position: relative;
	z-index: 1;
}

.shm-eyebrow--light {
	color: var(--shm-yellow);
	margin-bottom: 18px;
}

.shm-eyebrow--light > span {
	background: var(--shm-coral);
}

.shm-cta h2 {
	color: var(--shm-white);
	font-family: Quicksand, "DM Sans", sans-serif;
	font-size: clamp(38px, 4.25vw, 60px);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.08;
	margin: 0;
	max-width: 830px;
}

.shm-cta__copy > p:last-child {
	color: #c8c8c8;
	font-size: 18px;
	line-height: 1.68;
	margin: 22px 0 0;
	max-width: 720px;
}

.shm-button {
	align-items: center;
	background: var(--shm-yellow);
	border: 2px solid var(--shm-yellow);
	border-radius: 999px;
	color: var(--shm-dark) !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 18px;
	justify-content: center;
	min-width: 190px;
	padding: 16px 24px;
	text-decoration: none !important;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.shm-button span {
	font-size: 20px;
	line-height: 1;
}

.shm-button:hover,
.shm-button:focus-visible {
	background: var(--shm-white);
	border-color: var(--shm-white);
	transform: translateY(-2px);
}

.shm-cta__colors {
	bottom: 0;
	display: grid;
	grid-template-columns: 44% 20% 18% 18%;
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
}

.shm-cta__colors i:nth-child(1) { background: var(--shm-yellow); }
.shm-cta__colors i:nth-child(2) { background: var(--shm-coral); }
.shm-cta__colors i:nth-child(3) { background: var(--shm-blue); }
.shm-cta__colors i:nth-child(4) { background: var(--shm-green); }

.shm-related {
	background: var(--shm-soft);
	padding: clamp(78px, 8vw, 112px) 0 clamp(92px, 9vw, 128px);
}

.shm-related__header {
	margin-bottom: 42px;
	max-width: 850px;
}

.shm-related__header .shm-eyebrow {
	margin-bottom: 17px;
}

.shm-related__header h2 {
	color: var(--shm-ink);
	font-family: Quicksand, "DM Sans", sans-serif;
	font-size: clamp(36px, 4vw, 54px);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.1;
	margin: 0;
}

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

.shm-card {
	background: var(--shm-white);
	border-bottom: 6px solid var(--shm-yellow);
	border-radius: 22px;
	box-shadow: 0 16px 38px rgba(34, 34, 34, .08);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: box-shadow .25s ease, transform .25s ease;
}

.shm-card:nth-child(2) { border-bottom-color: var(--shm-blue); }
.shm-card:nth-child(3) { border-bottom-color: var(--shm-coral); }

.shm-card:hover {
	box-shadow: 0 22px 50px rgba(34, 34, 34, .13);
	transform: translateY(-5px);
}

.shm-card__image {
	aspect-ratio: 16 / 10;
	background: #ecece8;
	display: block;
	overflow: hidden;
}

.shm-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
	width: 100%;
}

.shm-card:hover .shm-card__image img {
	transform: scale(1.035);
}

.shm-card__image .shm-image-placeholder {
	flex-direction: column;
	gap: 13px;
	min-height: 100%;
}

.shm-card__image .shm-image-placeholder span {
	color: #c9c9c9;
	font-size: 12px;
}

.shm-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px 27px 29px;
}

.shm-card__meta {
	color: var(--shm-coral);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.4;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.shm-card__meta span {
	color: var(--shm-yellow);
	margin: 0 6px;
}

.shm-card h3 {
	font-family: Quicksand, "DM Sans", sans-serif;
	font-size: clamp(22px, 2vw, 27px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.2;
	margin: 0 0 15px;
}

.shm-card h3 a {
	color: var(--shm-ink) !important;
	text-decoration: none !important;
}

.shm-card__body > p:not(.shm-card__meta) {
	color: #676767;
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 24px;
}

.shm-text-link {
	align-items: center;
	color: var(--shm-dark) !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 11px;
	margin-top: auto;
	text-decoration: none !important;
}

.shm-text-link span {
	align-items: center;
	background: var(--shm-yellow);
	border-radius: 50%;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	transition: transform .2s ease;
	width: 28px;
}

.shm-text-link:hover span,
.shm-text-link:focus-visible span {
	transform: translateX(3px);
}

/* Aktuelt-siden */
.shm-archive-hero {
	align-items: center;
	background-image: linear-gradient(rgba(34, 34, 34, .7), rgba(34, 34, 34, .7)), url("https://solahundesenter.com/wp-content/uploads/2025/12/F0C9371-1-scaled.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--shm-white);
	display: flex;
	min-height: 0;
	overflow: hidden;
	padding: 123px 18px 127px;
	position: relative;
}

.shm-archive-hero__inner {
	position: relative;
	text-align: center;
	z-index: 1;
}

body.shm-archive-active .shm-archive-hero h1 {
	color: var(--shm-white);
	font-family: Quicksand, "DM Sans", sans-serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 0;
}

.shm-archive-breadcrumbs {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 19px;
	justify-content: center;
	letter-spacing: .2em;
	line-height: 30.953px;
	margin-top: 7px;
	text-transform: uppercase;
}

.shm-archive-breadcrumbs a,
.shm-archive-breadcrumbs span {
	color: var(--shm-white) !important;
	text-decoration: none !important;
}

.shm-archive-breadcrumbs a:hover,
.shm-archive-breadcrumbs a:focus-visible {
	color: var(--shm-yellow) !important;
}

.shm-archive-breadcrumbs__separator {
	border-bottom: 6px solid transparent;
	border-left: 7px solid var(--shm-white);
	border-top: 6px solid transparent;
	display: block;
	height: 0;
	width: 0;
}

.shm-archive-intro {
	background: var(--shm-white);
	color: var(--shm-text);
	overflow: hidden;
	padding: clamp(76px, 7vw, 108px) 0 clamp(88px, 8vw, 126px);
	position: relative;
}

.shm-archive-intro::before {
	display: none;
}

.shm-archive-intro::after {
	display: none;
}

.shm-archive-intro__grid {
	align-items: center;
	display: grid;
	gap: clamp(60px, 7vw, 104px);
	grid-template-columns: minmax(0, .82fr) minmax(500px, 1.05fr);
	position: relative;
	z-index: 2;
}

.shm-archive-intro__copy .shm-eyebrow {
	margin-bottom: 24px;
}

.shm-archive-intro__copy > p:not(.shm-eyebrow) {
	color: #5d5d5d;
	font-size: clamp(19px, 1.5vw, 22px);
	line-height: 1.68;
	margin: 0;
	max-width: 560px;
}

.shm-archive-intro__topics {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 34px;
}

.shm-archive-intro__topics span {
	background: var(--shm-soft);
	border: 1px solid var(--shm-line);
	border-radius: 999px;
	color: var(--shm-dark);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .045em;
	padding: 8px 14px;
}

.shm-archive-intro__topics span:nth-child(1) { border-color: rgba(214, 165, 0, .72); }
.shm-archive-intro__topics span:nth-child(2) { border-color: rgba(255, 85, 40, .72); }
.shm-archive-intro__topics span:nth-child(3) { border-color: rgba(0, 139, 167, .78); }
.shm-archive-intro__topics span:nth-child(4) { border-color: rgba(88, 154, 37, .76); }

.shm-archive-intro__shape {
	border: 34px solid rgba(34, 34, 34, .025);
	border-radius: 50%;
	bottom: -250px;
	height: 520px;
	left: -240px;
	position: absolute;
	width: 520px;
}

.shm-featured {
	background: var(--shm-white);
	border-radius: 26px;
	box-shadow: 0 24px 62px rgba(34, 34, 34, .14);
	display: grid;
	grid-template-columns: minmax(220px, .88fr) minmax(0, 1fr);
	min-height: 420px;
	overflow: hidden;
	position: relative;
}

.shm-featured::after {
	background: var(--shm-yellow);
	bottom: 0;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%;
}

.shm-featured__image {
	background: #ecece8;
	display: block;
	min-height: 100%;
	overflow: hidden;
}

.shm-featured__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
	width: 100%;
}

.shm-featured:hover .shm-featured__image img {
	transform: scale(1.035);
}

.shm-featured__image .shm-image-placeholder {
	flex-direction: column;
	gap: 14px;
	min-height: 100%;
}

.shm-featured__image .shm-image-placeholder span {
	color: #c9c9c9;
	font-size: 12px;
	text-align: center;
}

.shm-featured__body {
	display: flex;
	flex-direction: column;
	padding: clamp(34px, 3.3vw, 48px);
}

.shm-featured__label {
	color: var(--shm-coral);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

body.shm-archive-active .shm-featured h2 {
	font-family: Quicksand, "DM Sans", sans-serif;
	font-size: clamp(28px, 2.6vw, 39px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.16;
	margin: 0 0 20px;
}

.shm-featured h2 a {
	color: var(--shm-ink) !important;
	text-decoration: none !important;
}

.shm-featured__meta {
	align-items: center;
	color: var(--shm-muted);
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.shm-featured__meta span:nth-child(2) {
	color: var(--shm-yellow);
	font-size: 17px;
}

.shm-featured__link {
	align-items: center;
	color: var(--shm-dark) !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 12px;
	margin-top: auto;
	padding-top: 25px;
	text-decoration: none !important;
}

.shm-featured__link span {
	align-items: center;
	background: var(--shm-yellow);
	border-radius: 50%;
	display: inline-flex;
	font-size: 18px;
	height: 34px;
	justify-content: center;
	transition: transform .2s ease;
	width: 34px;
}

.shm-featured__link:hover span,
.shm-featured__link:focus-visible span {
	transform: translateX(4px);
}

.shm-featured--empty {
	display: block;
}

.shm-featured--empty .shm-image-placeholder {
	flex-direction: column;
	gap: 16px;
	min-height: 420px;
}

.shm-archive-list {
	background: var(--shm-soft);
	padding: clamp(80px, 8vw, 116px) 0 clamp(96px, 9vw, 136px);
}

.shm-archive-list__header {
	align-items: end;
	display: grid;
	gap: 50px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	margin-bottom: 48px;
}

.shm-archive-list__header .shm-eyebrow {
	margin-bottom: 17px;
}

body.shm-archive-active .shm-archive-list__header h2 {
	color: var(--shm-ink);
	font-family: Quicksand, "DM Sans", sans-serif;
	font-size: clamp(40px, 4.6vw, 62px);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1.08;
	margin: 0;
}

.shm-archive-list__header > p {
	color: #707070;
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 5px;
}

.shm-archive-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
}

.shm-archive-card {
	background: var(--shm-white);
	border-bottom: 6px solid var(--shm-yellow);
	border-radius: 22px;
	box-shadow: 0 16px 38px rgba(34, 34, 34, .08);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: box-shadow .25s ease, transform .25s ease;
}

.shm-archive-card:nth-child(3n + 2) { border-bottom-color: var(--shm-blue); }
.shm-archive-card:nth-child(3n + 3) { border-bottom-color: var(--shm-coral); }

.shm-archive-card:hover {
	box-shadow: 0 22px 50px rgba(34, 34, 34, .13);
	transform: translateY(-5px);
}

.shm-archive-card:only-child {
	max-width: 600px;
}

.shm-archive-card__image {
	aspect-ratio: 16 / 10;
	background: #ecece8;
	display: block;
	overflow: hidden;
}

.shm-archive-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
	width: 100%;
}

.shm-archive-card:hover .shm-archive-card__image img {
	transform: scale(1.035);
}

.shm-archive-card__image .shm-image-placeholder {
	flex-direction: column;
	gap: 13px;
	min-height: 100%;
}

.shm-archive-card__image .shm-image-placeholder span {
	color: #c9c9c9;
	font-size: 12px;
}

.shm-archive-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px 27px 29px;
}

.shm-archive-card__meta {
	align-items: center;
	display: flex;
	font-size: 11px;
	font-weight: 800;
	gap: 12px;
	justify-content: space-between;
	letter-spacing: .055em;
	line-height: 1.4;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.shm-archive-card__meta span {
	color: var(--shm-coral);
}

.shm-archive-card__meta time {
	color: #8a8a8a;
	white-space: nowrap;
}

body.shm-archive-active .shm-archive-card h2 {
	font-family: Quicksand, "DM Sans", sans-serif;
	font-size: clamp(23px, 2vw, 28px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.2;
	margin: 0 0 15px;
}

.shm-archive-card h2 a {
	color: var(--shm-ink) !important;
	text-decoration: none !important;
}

.shm-archive-card__excerpt {
	color: #676767;
	font-size: 15px;
	line-height: 1.68;
	margin: 0 0 25px;
}

.shm-archive-card__footer {
	align-items: center;
	border-top: 1px solid var(--shm-line);
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 18px;
}

.shm-archive-card__footer > span {
	color: #888888;
	font-size: 12px;
	font-weight: 700;
}

.shm-archive-card__footer a {
	align-items: center;
	color: var(--shm-dark) !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 9px;
	text-decoration: none !important;
}

.shm-archive-card__footer i {
	align-items: center;
	background: var(--shm-yellow);
	border-radius: 50%;
	display: inline-flex;
	font-size: 16px;
	font-style: normal;
	height: 28px;
	justify-content: center;
	transition: transform .2s ease;
	width: 28px;
}

.shm-archive-card__footer a:hover i,
.shm-archive-card__footer a:focus-visible i {
	transform: translateX(3px);
}

.shm-pagination {
	margin-top: 54px;
}

.shm-pagination .page-numbers {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.shm-pagination .page-numbers li {
	margin: 0;
}

.shm-pagination a,
.shm-pagination span {
	align-items: center;
	background: var(--shm-white);
	border: 1px solid var(--shm-line);
	border-radius: 999px;
	color: var(--shm-dark) !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 750;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 0 15px;
	text-decoration: none !important;
}

.shm-pagination .current,
.shm-pagination a:hover,
.shm-pagination a:focus-visible {
	background: var(--shm-yellow);
	border-color: var(--shm-yellow);
}

.shm-archive-empty {
	background: var(--shm-white);
	border-left: 5px solid var(--shm-yellow);
	border-radius: 12px;
	color: var(--shm-text);
	font-size: 17px;
	margin: 0;
	padding: 24px 27px;
}

@media (max-width: 1440px) {
	body.shm-archive-active .shm-archive-hero {
		padding: 108px 18px;
	}
}

@media (max-width: 1100px) {
	.shm-hero__grid {
		gap: 54px;
		grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr);
	}

	.shm-content-layout {
		gap: 48px;
		grid-template-columns: 235px minmax(0, var(--shm-reading));
	}

	.shm-archive-intro__grid {
		gap: 50px;
		grid-template-columns: minmax(0, .68fr) minmax(460px, 1fr);
	}

	.shm-featured {
		grid-template-columns: minmax(190px, .72fr) minmax(0, 1fr);
	}
}

@media (max-width: 1024px) {
	body.shm-archive-active .shm-archive-hero {
		padding: 90px 18px;
	}
}

@media (max-width: 900px) {
	.shm-container {
		width: min(100% - 42px, var(--shm-max));
	}

	.shm-hero {
		padding: 64px 0 82px;
	}

	.shm-hero__grid {
		grid-template-columns: 1fr;
	}

	.shm-hero__copy {
		max-width: 760px;
	}

	.shm-hero__media {
		margin-right: 20px;
		max-width: 700px;
	}

	.shm-content-layout {
		grid-template-columns: 1fr;
	}

	.shm-toc {
		margin-inline: auto;
		max-width: var(--shm-reading);
		width: 100%;
	}

	.shm-toc__inner {
		position: static;
	}

	.shm-prose {
		margin-inline: auto;
		max-width: var(--shm-reading);
		width: 100%;
	}

	.shm-cta__inner {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.shm-button {
		width: fit-content;
	}

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

	.shm-archive-hero {
		min-height: 0;
	}

	.shm-archive-intro {
		padding: 68px 0 88px;
	}

	.shm-archive-intro__grid {
		grid-template-columns: 1fr;
	}

	.shm-archive-intro__copy {
		max-width: 720px;
	}

	.shm-featured {
		max-width: 760px;
	}

	.shm-archive-list__header {
		align-items: start;
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.shm-archive-list__header > p {
		max-width: 600px;
	}

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

@media (max-width: 767px) {
	body.shm-archive-active .shm-archive-hero {
		padding: 36px 18px;
	}
}

@media (max-width: 620px) {
	.shm-container {
		width: min(100% - 34px, var(--shm-max));
	}

	.shm-hero {
		min-height: 0;
		padding: 46px 0 64px;
	}

	.shm-back-link {
		margin-bottom: 29px;
	}

	.shm-eyebrow {
		margin-bottom: 18px;
	}

	.shm-hero__copy h1 {
		font-size: clamp(38px, 11.8vw, 54px);
		letter-spacing: -.04em;
	}

	.shm-hero__intro {
		font-size: 17px;
		line-height: 1.62;
		margin-top: 24px;
	}

	.shm-hero__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		margin-top: 25px;
	}

	.shm-hero__meta span:nth-child(2) {
		display: none;
	}

	.shm-hero__media {
		margin-right: 10px;
	}

	.shm-hero__media::before {
		border-radius: 74px 20px 74px 20px;
		inset: 11px -11px -11px 11px;
	}

	.shm-hero__media::after {
		height: 17px;
		right: 18px;
		top: -22px;
		width: 17px;
	}

	.shm-hero__image {
		border-width: 5px;
		border-radius: 74px 20px 74px 20px;
	}

	.shm-hero__badge {
		border-width: 5px;
		bottom: -22px;
		font-size: 15px;
		height: 64px;
		right: -11px;
		width: 64px;
	}

	.shm-content-section {
		padding: 65px 0 84px;
	}

	.shm-content-layout {
		gap: 38px;
	}

	.shm-prose {
		font-size: 17px;
		line-height: 1.75;
	}

	.shm-prose h2 {
		font-size: 32px;
		margin-top: 1.75em;
	}

	.shm-prose h3 {
		font-size: 25px;
	}

	.shm-prose blockquote,
	.shm-prose .wp-block-quote {
		font-size: 19px;
		padding: 24px 22px;
	}

	.shm-prose .alignwide {
		margin-left: 0;
		max-width: 100%;
		width: 100%;
	}

	.shm-prose .wp-block-columns {
		gap: 16px;
	}

	.shm-cta {
		padding: 64px 0 72px;
	}

	.shm-cta__inner {
		gap: 34px;
	}

	.shm-cta h2 {
		font-size: 36px;
	}

	.shm-cta__copy > p:last-child {
		font-size: 17px;
	}

	.shm-button {
		width: 100%;
	}

	.shm-related {
		padding: 68px 0 82px;
	}

	.shm-related__header {
		margin-bottom: 31px;
	}

	.shm-related__header h2 {
		font-size: 36px;
	}

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

	.shm-archive-hero {
		min-height: 0;
	}

	body.shm-archive-active .shm-archive-hero h1 {
		font-size: 50px;
	}

	.shm-archive-breadcrumbs {
		font-size: 14px;
		gap: 19px;
		letter-spacing: .2em;
		margin-top: 7px;
	}

	.shm-archive-intro {
		padding: 54px 0 70px;
	}

	.shm-archive-intro__grid {
		gap: 44px;
	}

	.shm-archive-intro__copy > p:not(.shm-eyebrow) {
		font-size: 18px;
		margin-top: 25px;
	}

	.shm-archive-intro__topics {
		margin-top: 26px;
	}

	.shm-featured {
		border-radius: 22px;
		grid-template-columns: 1fr;
	}

	.shm-featured__image {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}

	.shm-featured__body {
		padding: 27px 25px 32px;
	}

	body.shm-archive-active .shm-featured h2 {
		font-size: 29px;
	}

	.shm-featured__link {
		margin-top: 26px;
	}

	.shm-archive-list {
		padding: 68px 0 84px;
	}

	.shm-archive-list__header {
		margin-bottom: 32px;
	}

	body.shm-archive-active .shm-archive-list__header h2 {
		font-size: 38px;
	}

	.shm-archive-grid {
		grid-template-columns: 1fr;
	}

	.shm-archive-card__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.shm-card,
	.shm-card__image img,
	.shm-button,
	.shm-back-link span,
	.shm-text-link span {
		transition: none !important;
	}

	.shm-featured__image img,
	.shm-featured__link span,
	.shm-archive-card,
	.shm-archive-card__image img,
	.shm-archive-card__footer i {
		transition: none !important;
	}
}
