/*
Theme Name: Webbhantverk
Template: blocksy
Text Domain: webbhantverk
*/

@font-face {
	font-display: swap;
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 600;
	src: url("fonts/inter-400-600-latin.woff2") format("woff2");
}

/* Webbplatser service page: focused, image-led layout aligned with the homepage. */
.wh-service-page--webbplatser {
	background: var(--wh-surface);
}

.wh-service-page--webbplatser .wh-service-hero {
	background: #f8f6f1;
	border-bottom: 1px solid var(--wh-line);
	padding: 58px var(--wh-section-x) 0;
}

.wh-service-page--webbplatser .wh-service-hero__inner {
	align-items: center;
	display: grid;
	gap: clamp(36px, 5vw, 80px);
	grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
	margin: 0 auto;
	max-width: var(--wh-content-width);
	min-height: 510px;
	padding: 0;
}

.wh-service-page--webbplatser .wh-service-hero__copy {
	max-width: 590px;
}

.wh-service-page--webbplatser .wh-service-hero h1 {
	font-family: "Manrope", sans-serif;
	font-size: clamp(46px, 5vw, 68px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 18px 0 22px;
}

.wh-service-page--webbplatser .wh-service-hero__copy > p:last-of-type {
	color: var(--wh-text-muted);
	font-size: 18px;
	line-height: 1.62;
	margin: 0;
	max-width: 570px;
}

.wh-service-page--webbplatser .wh-service-hero__actions {
	align-items: center;
	display: flex;
	gap: 26px;
	margin-top: 30px;
}

.wh-service-page--webbplatser .wh-service-hero__actions .wh-button {
	min-height: 48px;
	padding: 0 20px;
}

.wh-service-page--webbplatser .wh-service-hero__visual {
	background: transparent;
	border: 0;
	color: inherit;
	display: flex;
	min-height: 450px;
	overflow: hidden;
	padding: 0;
}

.wh-service-page--webbplatser .wh-service-hero__index {
	display: none;
}

.wh-service-page--webbplatser .wh-service-hero__art {
	display: block;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 58% center;
	width: 100%;
}

.wh-websites-trust {
	border-top: 1px solid var(--wh-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: var(--wh-content-width);
}

.wh-websites-trust > div {
	align-items: center;
	display: flex;
	gap: 14px;
	min-height: 92px;
	padding: 18px 28px;
}

.wh-websites-trust > div + div {
	border-left: 1px solid var(--wh-line);
}

.wh-websites-trust img {
	flex: 0 0 auto;
	height: 24px;
	width: 24px;
}

.wh-websites-trust span {
	color: var(--wh-text-muted);
	font-size: 13px;
	line-height: 1.45;
}

.wh-websites-trust strong {
	color: var(--wh-text);
	display: block;
	font-size: 15px;
	margin-bottom: 3px;
}

.wh-service-page--webbplatser .wh-service-promise {
	background: var(--wh-surface);
	color: var(--wh-text);
	padding: 64px var(--wh-section-x);
}

.wh-service-page--webbplatser .wh-service-promise__inner {
	margin: 0 auto;
	max-width: var(--wh-content-width);
	padding: 0;
}

.wh-service-page--webbplatser .wh-websites-section-intro {
	align-items: end;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	margin: 14px 0 42px;
}

.wh-service-page--webbplatser .wh-service-promise h2 {
	color: var(--wh-text);
	font-family: "Manrope", sans-serif;
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.08;
	margin: 0;
	max-width: 540px;
}

.wh-websites-section-intro > p {
	color: var(--wh-text-muted);
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
	max-width: 660px;
}

.wh-service-page--webbplatser .wh-service-outcomes {
	border-bottom: 1px solid var(--wh-line);
	border-top: 1px solid var(--wh-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wh-service-page--webbplatser .wh-service-outcomes article {
	border: 0;
	min-height: 215px;
	padding: 28px 30px 30px;
}

.wh-service-page--webbplatser .wh-service-outcomes article + article {
	border-left: 1px solid var(--wh-line);
}

.wh-service-page--webbplatser .wh-service-outcomes article > img {
	display: block;
	height: 30px;
	margin-bottom: 24px;
	width: 30px;
}

.wh-service-page--webbplatser .wh-service-outcomes span {
	color: var(--wh-accent);
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 7px;
}

.wh-service-page--webbplatser .wh-service-outcomes h3 {
	color: var(--wh-text);
	font-family: "Manrope", sans-serif;
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 10px;
}

.wh-service-page--webbplatser .wh-service-outcomes p {
	color: var(--wh-text-muted);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.wh-service-page--webbplatser .wh-service-delivery {
	background: #f8f6f1;
	padding: 64px var(--wh-section-x);
}

.wh-service-page--webbplatser .wh-service-delivery__inner {
	display: grid;
	gap: 42px 68px;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	margin: 0 auto;
	max-width: var(--wh-content-width);
	padding: 0;
}

.wh-service-page--webbplatser .wh-service-delivery header h2 {
	font-family: "Manrope", sans-serif;
	font-size: clamp(34px, 3.7vw, 46px);
	font-weight: 800;
	line-height: 1.1;
	margin: 14px 0 18px;
}

.wh-service-page--webbplatser .wh-service-delivery header > p:last-child {
	color: var(--wh-text-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
}

.wh-service-page--webbplatser .wh-service-includes {
	border-top: 1px solid var(--wh-line);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.wh-service-page--webbplatser .wh-service-includes li {
	align-items: center;
	border-bottom: 1px solid var(--wh-line);
	color: var(--wh-text);
	display: flex;
	font-size: 14px;
	min-height: 54px;
	padding: 10px 14px 10px 34px;
	position: relative;
}

.wh-service-page--webbplatser .wh-service-includes li:nth-child(odd) {
	border-right: 1px solid var(--wh-line);
}

.wh-service-page--webbplatser .wh-service-includes li::before {
	background: var(--wh-accent);
	content: "";
	height: 16px;
	left: 10px;
	mask: url("assets/icons/lucide/circle-check.svg") center / contain no-repeat;
	-webkit-mask: url("assets/icons/lucide/circle-check.svg") center / contain no-repeat;
	position: absolute;
	width: 16px;
}

.wh-service-page--webbplatser .wh-service-delivery aside {
	align-items: center;
	background: var(--wh-text);
	border: 0;
	color: var(--wh-surface);
	display: flex;
	grid-column: 1 / -1;
	justify-content: space-between;
	min-height: 82px;
	padding: 18px 22px;
}

.wh-service-page--webbplatser .wh-service-delivery aside p {
	color: inherit;
	font-family: "Manrope", sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}

.wh-service-page--webbplatser .wh-service-delivery aside a {
	background: var(--wh-accent);
	border-radius: 4px;
	color: var(--wh-surface);
	display: inline-flex;
	font-weight: 700;
	min-height: 44px;
	padding: 0 16px;
}

.wh-service-page--webbplatser .wh-service-proof {
	background: #e7f0f4;
	padding: 64px var(--wh-section-x);
}

.wh-service-page--webbplatser .wh-service-proof__inner {
	align-items: center;
	display: grid;
	gap: clamp(48px, 8vw, 110px);
	grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1.18fr);
	margin: 0 auto;
	max-width: var(--wh-content-width);
	min-height: 580px;
	padding: 0;
}

.wh-service-page--webbplatser .wh-service-proof__copy {
	max-width: 490px;
}

.wh-service-page--webbplatser .wh-service-proof h2 {
	font-family: "Manrope", sans-serif;
	font-size: clamp(38px, 4vw, 50px);
	font-weight: 800;
	line-height: 1.08;
	margin: 14px 0 18px;
}

.wh-service-page--webbplatser .wh-service-proof p:not(.wh-eyebrow) {
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
}

.wh-service-page--webbplatser .wh-service-proof ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 24px 0 28px;
	padding: 0;
}

.wh-service-page--webbplatser .wh-service-proof li {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(16, 27, 42, 0.12);
	border-radius: 3px;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 11px;
}

.wh-service-page--webbplatser .wh-service-proof__media {
	align-items: flex-end;
	background: rgba(255, 255, 255, 0.46);
	border: 1px solid rgba(16, 27, 42, 0.1);
	display: flex;
	height: 520px;
	justify-content: center;
	overflow: hidden;
	padding: 34px 34px 0;
}

.wh-service-page--webbplatser .wh-service-proof__media img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center bottom;
	width: auto;
}

.wh-service-page--webbplatser .wh-service-process {
	background: var(--wh-surface);
	padding: 64px var(--wh-section-x);
}

.wh-service-page--webbplatser .wh-service-process__inner {
	margin: 0 auto;
	max-width: var(--wh-content-width);
	padding: 0;
}

.wh-service-page--webbplatser .wh-service-process header {
	max-width: 680px;
}

.wh-service-page--webbplatser .wh-service-process header h2 {
	font-family: "Manrope", sans-serif;
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.08;
	margin: 14px 0 40px;
}

.wh-service-page--webbplatser .wh-service-process ol {
	border-top: 1px solid var(--wh-line);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

.wh-service-page--webbplatser .wh-service-process li {
	border: 0;
	min-height: 245px;
	padding: 26px 24px;
}

.wh-service-page--webbplatser .wh-service-process li + li {
	border-left: 1px solid var(--wh-line);
}

.wh-service-page--webbplatser .wh-service-process li > span {
	color: var(--wh-accent);
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
}

.wh-service-page--webbplatser .wh-service-process li > img {
	display: block;
	height: 28px;
	margin-bottom: 24px;
	width: 28px;
}

.wh-service-page--webbplatser .wh-service-process li h3 {
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
}

.wh-service-page--webbplatser .wh-service-process li p {
	color: var(--wh-text-muted);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.wh-service-page--webbplatser .wh-subpage-cta {
	padding-bottom: 48px;
	padding-top: 48px;
}

@media (max-width: 980px) {
	.wh-service-page--webbplatser .wh-service-hero__inner {
		gap: 24px;
		grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
		min-height: 470px;
	}

	.wh-service-page--webbplatser .wh-service-hero h1 {
		font-size: 48px;
	}

	.wh-service-page--webbplatser .wh-service-proof__inner {
		gap: 44px;
		grid-template-columns: minmax(0, 0.9fr) minmax(330px, 1.1fr);
	}

	.wh-service-page--webbplatser .wh-service-process ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wh-service-page--webbplatser .wh-service-process li:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
	}

	.wh-service-page--webbplatser .wh-service-process li:nth-child(4) {
		border-top: 1px solid var(--wh-line);
	}
}

@media (max-width: 700px) {
	.wh-service-page--webbplatser .wh-service-hero {
		padding: 34px 18px 0;
	}

	.wh-service-page--webbplatser .wh-service-hero__inner {
		gap: 26px;
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
		text-align: center;
	}

	.wh-service-page--webbplatser .wh-service-hero__copy {
		margin: 0 auto;
	}

	.wh-service-page--webbplatser .wh-service-hero h1 {
		font-size: clamp(38px, 11vw, 46px);
		margin: 14px 0 18px;
	}

	.wh-service-page--webbplatser .wh-service-hero__copy > p:last-of-type {
		font-size: 16px;
	}

	.wh-service-page--webbplatser .wh-service-hero__actions {
		flex-wrap: wrap;
		gap: 18px;
		justify-content: center;
		margin-top: 24px;
	}

	.wh-service-page--webbplatser .wh-service-hero__actions .wh-button {
		min-width: 220px;
	}

	.wh-service-page--webbplatser .wh-service-hero__visual {
		min-height: 0;
		width: 100%;
	}

	.wh-service-page--webbplatser .wh-service-hero__art {
		aspect-ratio: 3 / 2;
		object-fit: cover;
		object-position: 60% center;
	}

	.wh-websites-trust {
		grid-template-columns: minmax(0, 1fr);
		padding: 6px 0;
	}

	.wh-websites-trust > div {
		min-height: 68px;
		padding: 12px 8px;
		text-align: left;
	}

	.wh-websites-trust > div + div {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
	}

	.wh-service-page--webbplatser .wh-service-promise,
	.wh-service-page--webbplatser .wh-service-delivery,
	.wh-service-page--webbplatser .wh-service-proof,
	.wh-service-page--webbplatser .wh-service-process {
		padding: 44px 18px;
	}

	.wh-service-page--webbplatser .wh-websites-section-intro,
	.wh-service-page--webbplatser .wh-service-delivery__inner,
	.wh-service-page--webbplatser .wh-service-proof__inner {
		gap: 24px;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-service-page--webbplatser .wh-websites-section-intro {
		margin: 12px 0 30px;
	}

	.wh-service-page--webbplatser .wh-service-promise h2,
	.wh-service-page--webbplatser .wh-service-delivery header h2,
	.wh-service-page--webbplatser .wh-service-process header h2 {
		font-size: 32px;
	}

	.wh-service-page--webbplatser .wh-service-outcomes {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-service-page--webbplatser .wh-service-outcomes article {
		min-height: 0;
		padding: 24px 0;
	}

	.wh-service-page--webbplatser .wh-service-outcomes article + article {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
	}

	.wh-service-page--webbplatser .wh-service-outcomes article > img {
		margin-bottom: 18px;
	}

	.wh-service-page--webbplatser .wh-service-includes {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-service-page--webbplatser .wh-service-includes li:nth-child(odd) {
		border-right: 0;
	}

	.wh-service-page--webbplatser .wh-service-delivery aside {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		padding: 20px;
	}

	.wh-service-page--webbplatser .wh-service-delivery aside a {
		justify-content: space-between;
		width: 100%;
	}

	.wh-service-page--webbplatser .wh-service-proof__inner {
		min-height: 0;
	}

	.wh-service-page--webbplatser .wh-service-proof__media {
		height: 500px;
		order: 2;
		padding: 26px 16px 0;
	}

	.wh-service-page--webbplatser .wh-service-process header h2 {
		margin-bottom: 28px;
	}

	.wh-service-page--webbplatser .wh-service-process ol {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-service-page--webbplatser .wh-service-process li {
		min-height: 0;
		padding: 24px 0;
	}

	.wh-service-page--webbplatser .wh-service-process li + li,
	.wh-service-page--webbplatser .wh-service-process li:nth-child(3),
	.wh-service-page--webbplatser .wh-service-process li:nth-child(4) {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
	}

	.wh-service-page--webbplatser .wh-subpage-cta {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

@font-face {
	font-display: swap;
	font-family: "Manrope";
	font-style: normal;
	font-weight: 700 800;
	src: url("fonts/manrope-700-800-latin.woff2") format("woff2");
}

:root {
	--wh-bg: #f8f6f1;
	--wh-surface: #ffffff;
	--wh-text: #101b2a;
	--wh-text-muted: #4f5962;
	--wh-line: #cfd3d5;
	--wh-accent: #c94f3d;
	--wh-accent-dark: #a83e31;
	--wh-highlight: #d6e1e8;
	--wh-font-heading: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--wh-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--wh-content-width: 1520px;
	--wh-header-height: 92px;
	--wh-radius: 4px;
	/* spacing scale — every gap on the page is one of these */
	--wh-1: 8px;
	--wh-2: 16px;
	--wh-3: 24px;
	--wh-4: 32px;
	--wh-5: 48px;
	--wh-6: 64px;
	--wh-7: 96px;
	--wh-8: 128px;
	/* shared section rhythm */
	--wh-section-y: var(--wh-6);
	--wh-section-x: var(--wh-5);
	--wh-heading: clamp(42px, 4.4vw, 68px);
	--wh-lead: 17px;
}

html {
	scroll-behavior: smooth;
}

body.home,
body.wh-custom-page {
	--theme-link-hover-color: var(--wh-accent);
	--theme-link-initial-color: var(--wh-text);
	--theme-palette-color-1: var(--wh-accent);
	--theme-palette-color-2: var(--wh-accent-dark);
	background: var(--wh-bg);
	color: var(--wh-text);
	font-family: var(--wh-font-body);
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
}

body.wh-menu-open {
	overflow: hidden;
}

body.home .ct-header,
body.home #header,
body.home .ct-footer,
body.wh-custom-page .ct-header,
body.wh-custom-page #header,
body.wh-custom-page .ct-footer {
	display: none;
}

body.home .site-main,
body.home .wh-home,
body.wh-custom-page .site-main,
body.wh-custom-page .wh-subpage {
	background: var(--wh-bg);
	margin: 0;
	padding: 0;
}

.wh-site-header *,
.wh-home *,
.wh-subpage * {
	box-sizing: border-box;
}

.wh-site-header a,
.wh-home a,
.wh-subpage a {
	text-decoration: none;
}

.wh-site-header {
	background: var(--wh-surface);
	border-bottom: 1px solid var(--wh-line);
	position: sticky;
	top: 0;
	transition: background-color 180ms ease, border-color 180ms ease;
	z-index: 100;
}

body.home .wh-site-header:not(.is-scrolled) {
	background: var(--wh-bg);
	border-bottom-color: transparent;
}

.wh-site-header__inner {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: 250px minmax(0, 1fr) auto;
	height: var(--wh-header-height);
	margin: 0 auto;
	max-width: var(--wh-content-width);
	padding: 0 40px;
	width: 100%;
}

.wh-site-logo {
	align-items: center;
	border-right: 1px solid var(--wh-line);
	color: var(--wh-text);
	display: flex;
	font-family: var(--wh-font-heading);
	font-size: 27px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 0;
	line-height: 1;
	padding: 10px 24px 10px 0;
	width: 100%;
}

.wh-site-logo__mark {
	display: block;
	flex: 0 0 auto;
	height: 34px;
	object-fit: contain;
	width: auto;
}

.wh-site-nav {
	align-items: center;
	display: flex;
	gap: 58px;
	justify-content: flex-end;
}

.wh-site-nav > a:not(.wh-site-nav__mobile-cta) {
	color: var(--wh-text);
	font-family: var(--wh-font-body);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
}

.wh-site-nav > a:not(.wh-site-nav__mobile-cta)::after {
	background: var(--wh-accent);
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
	width: 100%;
}

.wh-site-nav__index,
.wh-site-nav__link-icon {
	display: none;
}

.wh-site-nav > a:hover::after,
.wh-site-nav > a:focus-visible::after {
	transform: scaleX(1);
}

.wh-site-cta,
.wh-site-nav__mobile-cta {
	align-items: center;
	background: var(--wh-accent);
	border: 1px solid var(--wh-accent);
	border-radius: var(--wh-radius);
	color: var(--wh-surface);
	display: inline-flex;
	font-family: var(--wh-font-heading);
	font-size: 16px;
	font-weight: 700;
	gap: 28px;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1;
	min-height: 58px;
	padding: 0 22px;
	transition: background-color 160ms ease, border-color 160ms ease;
	white-space: nowrap;
}

.wh-site-cta:hover,
.wh-site-cta:focus-visible,
.wh-site-nav__mobile-cta:hover,
.wh-site-nav__mobile-cta:focus-visible {
	background: var(--wh-accent-dark);
	border-color: var(--wh-accent-dark);
	color: var(--wh-surface);
}

.wh-arrow-icon {
	fill: none;
	flex: 0 0 auto;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 160ms ease;
	width: 20px;
}

.wh-site-cta:hover .wh-arrow-icon,
.wh-site-cta:focus-visible .wh-arrow-icon,
.wh-site-nav__mobile-cta:hover .wh-arrow-icon,
.wh-site-nav__mobile-cta:focus-visible .wh-arrow-icon,
.wh-button:hover .wh-arrow-icon,
.wh-button:focus-visible .wh-arrow-icon {
	transform: translate(2px, -2px);
}

.wh-site-nav__mobile-cta,
.wh-menu-toggle {
	display: none;
}

.wh-hero {
	background: var(--wh-bg);
	overflow: hidden;
	padding: 0 var(--wh-section-x);
	position: relative;
}

.wh-hero__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	max-width: var(--wh-content-width);
	min-height: calc(100svh - var(--wh-header-height) - 206px);
	/* left edge matches the panel grids below, so the page shares one margin */
	padding: var(--wh-6) 0 var(--wh-7);
	position: relative;
	width: 100%;
	z-index: 1;
}

.wh-eyebrow {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 var(--wh-5);
	text-transform: uppercase;
}

/* Section-level eyebrow: same type as the hero's, with an accent rule. */
.wh-eyebrow--section {
	align-items: center;
	color: var(--wh-text-muted);
	display: flex;
	gap: var(--wh-2);
	margin: 0 0 var(--wh-3);
	position: relative;
	z-index: 1;
}

.wh-eyebrow--section::before {
	background: var(--wh-accent);
	content: "";
	flex: 0 0 auto;
	height: 2px;
	width: 28px;
}

.wh-hero__title {
	color: var(--wh-text);
	display: block;
	font-family: var(--wh-font-heading);
	font-size: 116px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: none;
	width: 100%;
}

.wh-hero__title-line {
	align-items: baseline;
	display: flex;
	gap: 0.16em;
	white-space: nowrap;
}

.wh-hero__title-line--first {
	justify-content: flex-start;
}

.wh-hero__title-line--second {
	justify-content: flex-start;
	padding-right: 0;
}

.wh-hero__title-word {
	display: inline-flex;
}

.wh-hero__highlight {
	background: var(--wh-highlight);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: inline-block;
	padding: 0 0.11em 0.04em;
}

.wh-hero__title-word--skillnad {
	align-items: baseline;
}

.wh-hero__mark {
	background: var(--wh-accent);
	display: inline-block;
	height: 22px;
	margin-left: 12px;
	width: 22px;
}

.wh-hero__footer {
	align-items: stretch;
	display: flex;
	margin-top: 64px;
}

.wh-hero__lead {
	border-right: 1px solid var(--wh-line);
	color: var(--wh-text);
	font-family: var(--wh-font-body);
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
	max-width: 500px;
	padding: 0 52px 0 0;
	width: 100%;
}

.wh-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	padding-left: 44px;
}

.wh-button {
	align-items: center;
	border: 1px solid var(--wh-text);
	border-radius: var(--wh-radius);
	display: inline-flex;
	font-family: var(--wh-font-heading);
	font-size: 16px;
	font-weight: 700;
	gap: 44px;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1;
	min-height: 56px;
	min-width: 220px;
	padding: 0 20px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.wh-button--primary {
	background: var(--wh-accent);
	border-color: var(--wh-accent);
	color: var(--wh-surface);
}

.wh-button--primary:hover,
.wh-button--primary:focus-visible {
	background: var(--wh-accent-dark);
	border-color: var(--wh-accent-dark);
	color: var(--wh-surface);
}

.wh-button--secondary {
	background: transparent;
	color: var(--wh-text);
}

.wh-button--secondary:hover,
.wh-button--secondary:focus-visible {
	background: var(--wh-highlight);
	color: var(--wh-text);
}

.wh-service-index {
	background: var(--wh-bg);
	border-bottom: 1px solid var(--wh-line);
}

.wh-service-index__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) 90px;
	margin: 0 auto;
	max-width: var(--wh-content-width);
	min-height: 158px;
	padding: 0 40px;
	width: 100%;
}

.wh-service-index__inner > a {
	align-items: flex-start;
	border-left: 1px solid var(--wh-line);
	color: var(--wh-text);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 28px 42px;
	transition: background-color 160ms ease;
}

.wh-service-index__inner > a:first-child {
	border-left: 0;
}

.wh-service-index__inner > a:hover,
.wh-service-index__inner > a:focus-visible {
	background: var(--wh-surface);
	color: var(--wh-text);
}

.wh-service-index__inner > a span {
	color: var(--wh-accent);
	font-family: var(--wh-font-heading);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 14px;
}

.wh-service-index__inner > a strong {
	font-family: var(--wh-font-heading);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
}

.wh-service-index__inner > .wh-service-index__arrow {
	align-items: center;
	padding: 0;
}

.wh-service-index__inner > .wh-service-index__arrow .wh-arrow-icon {
	color: var(--wh-text);
	height: 30px;
	margin: 0;
	width: 30px;
}

/* Every section: same ground, same rhythm, no dividers. */
.wh-services {
	background: var(--wh-bg);
	padding: var(--wh-section-y) var(--wh-section-x);
}

.wh-services__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) minmax(440px, 1.25fr);
	grid-template-rows: minmax(340px, auto) 210px 250px;
	margin: 0 auto;
	max-width: var(--wh-content-width);
	width: 100%;
}

.wh-services__intro {
	grid-column: 1 / 3;
	grid-row: 1;
	min-height: 340px;
	overflow: hidden;
	padding: 4px 48px 52px 0;
	position: relative;
}

.wh-services__intro-copy {
	position: relative;
	transform: translateY(24px);
	z-index: 1;
}

.wh-services__intro h2 {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: var(--wh-heading);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
	position: relative;
	z-index: 1;
}

.wh-services__lead {
	color: var(--wh-text);
	font-size: var(--wh-lead);
	line-height: 1.55;
	margin: var(--wh-3) 0 0;
	position: relative;
	z-index: 1;
}

.wh-services__intro-art {
	bottom: auto;
	color: #a9c2d1;
	height: 400px;
	opacity: 0.48;
	pointer-events: none;
	position: absolute;
	right: -48px;
	top: 0;
	width: 520px;
}

.wh-service-panel {
	border: 1px solid var(--wh-line);
	color: var(--wh-text);
	display: flex;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.wh-service-panel--webb {
	background: var(--wh-accent);
	border-color: var(--wh-accent);
	color: var(--wh-surface);
	flex-direction: column;
	grid-column: 3;
	grid-row: 1 / 3;
	padding: 38px 48px 42px;
}

.wh-service-panel--synlighet {
	background: var(--wh-highlight);
	border-right: 0;
	flex-direction: column;
	grid-column: 1;
	grid-row: 2 / 4;
	padding: 34px 40px 28px;
}

.wh-service-panel--automation {
	background: var(--wh-surface);
	flex-direction: column;
	grid-column: 2;
	grid-row: 2 / 4;
	padding: 34px 40px 28px;
}

.wh-service-panel--support {
	background: var(--wh-surface);
	border-top: 0;
	display: grid;
	grid-column: 3;
	grid-row: 3;
	grid-template-columns: minmax(150px, 0.38fr) minmax(0, 1fr);
}

.wh-service-panel__body {
	position: relative;
	z-index: 1;
}

.wh-service-panel__number {
	display: block;
	font-family: var(--wh-font-heading);
	font-size: 52px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}

.wh-service-panel h3 {
	font-family: var(--wh-font-heading);
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 12px 0 0;
}

.wh-service-panel p {
	font-size: 15px;
	line-height: 1.5;
	margin: 22px 0 0;
	max-width: 430px;
}

.wh-service-panel__arrow {
	align-items: center;
	color: inherit;
	display: inline-flex;
	height: 38px;
	justify-content: flex-start;
	margin-top: 14px;
	width: 44px;
}

.wh-service-panel__arrow .wh-arrow-icon {
	height: 28px;
	transition: transform 160ms ease;
	width: 28px;
}

.wh-service-panel__arrow:hover .wh-arrow-icon,
.wh-service-panel__arrow:focus-visible .wh-arrow-icon {
	transform: translateX(4px);
}

.wh-service-panel__visual {
	color: currentColor;
	display: block;
	flex: 0 0 auto;
	pointer-events: none;
}

.wh-service-panel__visual-row {
	align-items: center;
	column-gap: clamp(22px, 5%, 34px);
	display: grid;
	grid-template-columns: clamp(58px, 16%, 72px) minmax(0, 1fr);
	order: 1;
	position: relative;
	width: 100%;
}

.wh-service-panel__visual--browser {
	aspect-ratio: 400 / 276;
	height: auto;
	margin: 0 0 0 auto;
	max-width: 360px;
	min-width: 0;
	opacity: 0.88;
	position: relative;
	width: 100%;
	z-index: 1;
}

.wh-service-panel--webb .wh-service-panel__body {
	margin-top: auto;
	order: 3;
}

.wh-service-panel--webb h3 {
	color: #ffffff;
}

.wh-service-panel__dots {
	color: #ffffff;
	height: auto;
	opacity: 0.28;
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 0;
}

.wh-service-panel--webb p {
	max-width: 420px;
}

.wh-service-panel--synlighet .wh-service-panel__body,
.wh-service-panel--automation .wh-service-panel__body {
	min-height: 205px;
}

.wh-service-panel--synlighet .wh-service-panel__number,
.wh-service-panel--automation .wh-service-panel__number {
	font-size: 48px;
}

.wh-service-panel__visual--search {
	height: 190px;
	margin: auto auto 0;
	max-width: 420px;
	opacity: 0.86;
	width: 100%;
}

.wh-service-panel__visual--flow {
	height: 180px;
	margin: auto auto 0;
	max-width: 460px;
	opacity: 0.82;
	transform: translateY(20px);
	width: 100%;
}

.wh-service-panel__support-visual {
	background: var(--wh-text);
	color: var(--wh-surface);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	padding: 28px 20px 0;
}

.wh-service-panel__support-visual .wh-service-panel__number {
	font-size: 46px;
}

.wh-service-panel__support-visual svg {
	align-self: center;
	flex: 0 0 auto;
	height: 154px;
	margin-bottom: -36px;
	opacity: 0.86;
	transform: translateY(-16px);
	width: 154px;
}

.wh-service-panel__support-copy {
	align-self: center;
	padding: 28px 38px;
}

.wh-service-panel__support-copy h3 {
	font-size: 32px;
	margin-top: 0;
}

.wh-service-panel__support-copy p {
	font-size: 14px;
	margin-top: 14px;
}

.wh-case {
	background: var(--wh-bg);
	overflow: hidden;
	/* tighter than the shared rhythm so the whole section fits one screen */
	padding: var(--wh-5) var(--wh-section-x);
	position: relative;
	scroll-margin-top: var(--wh-header-height);
}

.wh-case__inner {
	margin: 0 auto;
	max-width: var(--wh-content-width);
	position: relative;
	width: 100%;
}

.wh-case__intro {
	display: grid;
	gap: var(--wh-2);
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: var(--wh-4);
}

.wh-case__heading {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: clamp(34px, 3.2vw, 48px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

.wh-case__intro-text {
	color: var(--wh-text);
	font-size: var(--wh-lead);
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

/* Same flush bordered panel as the service grid above. */
.wh-case__layout {
	align-items: stretch;
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
	/* single knob for the panel's height — the phone scales to match it */
	min-height: clamp(620px, 72vh, 820px);
	overflow: hidden;
}

/* Both columns stretch to the same height and start on the same top edge. */
.wh-case__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: var(--wh-5);
}

/* Reuses the numbering idiom from the service panels. */
.wh-case__number {
	color: var(--wh-accent);
	display: block;
	font-family: var(--wh-font-heading);
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: auto 0 0;
}

.wh-case__title {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin: var(--wh-1) 0 0;
}

.wh-case__lead {
	color: var(--wh-text);
	font-size: 16px;
	line-height: 1.5;
	margin: var(--wh-2) 0 0;
	max-width: 560px;
}

/* One compact line of tags instead of three full-width rows. */
.wh-case__scope {
	border-top: 1px solid var(--wh-line);
	column-gap: var(--wh-3);
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: var(--wh-3) 0 0;
	max-width: 620px;
	padding: var(--wh-2) 0 0;
	row-gap: var(--wh-1);
}

.wh-case__scope li {
	align-items: center;
	color: var(--wh-text-muted);
	display: flex;
	font-family: var(--wh-font-heading);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.wh-case__scope li::after {
	background: var(--wh-accent);
	content: "";
	flex: 0 0 auto;
	height: 5px;
	margin-left: var(--wh-1);
	width: 5px;
}

.wh-case__mark {
	background: var(--wh-accent);
	display: inline-block;
	height: 14px;
	margin-left: 10px;
	width: 14px;
}

.wh-case__visual {
	align-items: flex-end;
	background: var(--wh-highlight);
	border-left: 1px solid var(--wh-line);
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 0 var(--wh-3);
	position: relative;
}

/* Accent square in the panel corner, matching the marks used in the headings. */
.wh-case__backdrop {
	background: var(--wh-accent);
	bottom: 0;
	display: block;
	height: 56px;
	position: absolute;
	right: 0;
	width: 56px;
	z-index: 1;
}

/* Fills the column edge to edge: the device is sized by the panel's height,
   so there is no unused space above it and no scroll below it. */
.wh-case__media {
	background: transparent;
	border: 0;
	/* equal inset top and bottom, so the device stays centred in the column */
	bottom: var(--wh-3);
	display: block;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: var(--wh-3);
	z-index: 2;
}

.wh-case__media img {
	display: block;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
	width: auto;
}

/* Matches the outline button used in the hero. */
.wh-case__link {
	align-items: center;
	border: 1px solid var(--wh-text);
	border-radius: var(--wh-radius);
	color: var(--wh-text);
	display: inline-flex;
	font-family: var(--wh-font-heading);
	font-size: 16px;
	font-weight: 700;
	gap: 44px;
	justify-content: space-between;
	line-height: 1;
	margin-top: var(--wh-3);
	min-height: 48px;
	min-width: 200px;
	padding: 0 20px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	width: fit-content;
}

.wh-case__link:hover,
.wh-case__link:focus-visible {
	background: var(--wh-text);
	color: var(--wh-surface);
}

.wh-case__link .wh-arrow-icon {
	height: 20px;
	transition: transform 160ms ease;
	width: 20px;
}

.wh-case__link:hover .wh-arrow-icon,
.wh-case__link:focus-visible .wh-arrow-icon {
	transform: translate(3px, -3px);
}

/* ---- Så arbetar vi ----------------------------------------------------- */

.wh-process {
	background: var(--wh-bg);
	padding: var(--wh-section-y) var(--wh-section-x);
	scroll-margin-top: var(--wh-header-height);
}

.wh-process__inner {
	margin: 0 auto;
	max-width: var(--wh-content-width);
	width: 100%;
}

/* Same header block as every other section. */
.wh-process__intro {
	display: grid;
	gap: var(--wh-2);
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: var(--wh-5);
}

.wh-process__heading {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: clamp(34px, 3.2vw, 48px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

.wh-process__lead {
	color: var(--wh-text);
	font-size: var(--wh-lead);
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

/* Four steps in one flush bordered block, like the plans and service panels. */
.wh-process__grid {
	align-items: stretch;
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.wh-step {
	display: flex;
	flex-direction: column;
	padding: var(--wh-5) var(--wh-4);
}

.wh-step + .wh-step {
	border-left: 1px solid var(--wh-line);
}

.wh-step__label {
	align-items: baseline;
	display: flex;
	gap: 10px;
	margin: 0;
}

/* Continues the numbering idiom from services, the case and the plans. */
.wh-step__number {
	color: var(--wh-accent);
	font-family: var(--wh-font-heading);
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
}

.wh-step__name {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
}

.wh-step__text {
	border-top: 1px solid var(--wh-line);
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.5;
	margin: var(--wh-3) 0 0;
	padding: var(--wh-3) 0 0;
}

/* Joins the grid above with one shared border, like the pricing footer. */
.wh-process__cta {
	align-items: center;
	background: var(--wh-highlight);
	border: 1px solid var(--wh-line);
	border-top: 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--wh-4);
	justify-content: space-between;
	padding: var(--wh-4);
}

.wh-process__cta h3 {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
}

/* Solid accent button, matching the header CTA. */
.wh-process__cta-link {
	align-items: center;
	background: var(--wh-accent);
	border: 1px solid var(--wh-accent);
	border-radius: var(--wh-radius);
	color: var(--wh-surface);
	display: inline-flex;
	font-family: var(--wh-font-heading);
	font-size: 15px;
	font-weight: 700;
	gap: var(--wh-3);
	line-height: 1;
	min-height: 48px;
	padding: 0 18px;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.wh-process__cta-link:hover,
.wh-process__cta-link:focus-visible {
	background: var(--wh-accent-dark);
	border-color: var(--wh-accent-dark);
	color: var(--wh-surface);
}

/* ---- Priser ------------------------------------------------------------ */

.wh-pricing {
	background: var(--wh-bg);
	padding: var(--wh-section-y) var(--wh-section-x);
	scroll-margin-top: var(--wh-header-height);
}

.wh-pricing__inner {
	margin: 0 auto;
	max-width: var(--wh-content-width);
	width: 100%;
}

/* Same header block as the other sections: eyebrow, heading, lead. */
.wh-pricing__intro {
	display: grid;
	gap: var(--wh-2);
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: var(--wh-5);
}

.wh-pricing__heading {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: clamp(34px, 3.2vw, 48px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

.wh-pricing__lead {
	color: var(--wh-text);
	font-size: var(--wh-lead);
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

/* One flush bordered block, like the services grid and the case panel:
   the cards share borders instead of floating apart. */
.wh-pricing__grid {
	align-items: stretch;
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wh-plan {
	display: flex;
	flex-direction: column;
	padding: var(--wh-5) var(--wh-4);
	position: relative;
}

.wh-plan + .wh-plan {
	border-left: 1px solid var(--wh-line);
}

/* The middle card carries the colour, the way one panel does in each section. */
.wh-plan--featured {
	background: var(--wh-highlight);
}

.wh-plan__badge {
	background: var(--wh-accent);
	color: var(--wh-surface);
	font-family: var(--wh-font-heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0;
	padding: 7px 10px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}

/* Continues the numbering idiom from services (01–04) and the case. */
.wh-plan__number {
	color: var(--wh-accent);
	display: block;
	font-family: var(--wh-font-heading);
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
}

.wh-plan__name {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin: var(--wh-1) 0 0;
}

.wh-plan__for {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.5;
	margin: var(--wh-2) 0 0;
}

.wh-plan__price {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: var(--wh-3) 0 0;
}

.wh-plan__currency {
	font-size: 17px;
	font-weight: 700;
}

.wh-plan__features {
	border-top: 1px solid var(--wh-line);
	list-style: none;
	margin: var(--wh-3) 0 0;
	padding: var(--wh-3) 0 0;
}

.wh-plan__features li {
	color: var(--wh-text);
	font-size: 15px;
	line-height: 1.45;
	padding-left: var(--wh-3);
	position: relative;
}

.wh-plan__features li + li {
	margin-top: 10px;
}

/* Same small accent square used after headings and in the case scope list. */
.wh-plan__features li::before {
	background: var(--wh-accent);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 5px;
}

/* Matches the outline button in the hero and the case section. */
.wh-plan__cta {
	align-items: center;
	border: 1px solid var(--wh-text);
	border-radius: var(--wh-radius);
	color: var(--wh-text);
	display: inline-flex;
	font-family: var(--wh-font-heading);
	font-size: 15px;
	font-weight: 700;
	gap: var(--wh-3);
	justify-content: space-between;
	line-height: 1;
	/* auto-top pins every CTA to the same baseline across the three cards */
	margin: auto 0 0;
	min-height: 48px;
	padding: 0 18px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	width: 100%;
}

.wh-plan__features + .wh-plan__cta {
	margin-top: auto;
}

.wh-site-nav__services {
	position: relative;
}

.wh-site-nav__services::after {
	content: "";
	height: 22px;
	left: -22px;
	position: absolute;
	top: 100%;
	width: 250px;
}

.wh-site-nav__services summary {
	align-items: center;
	color: var(--wh-text);
	cursor: pointer;
	display: flex;
	font-family: var(--wh-font-body);
	font-size: 16px;
	font-weight: 400;
	gap: 7px;
	line-height: 1;
	list-style: none;
}

.wh-site-nav__services summary::-webkit-details-marker {
	display: none;
}

.wh-site-nav__chevron {
	display: none;
}

.wh-site-nav__services[open] .wh-site-nav__chevron {
	transform: rotate(180deg);
}

.wh-site-nav__submenu {
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
	left: -22px;
	min-width: 250px;
	padding: 8px;
	position: absolute;
	top: calc(100% + 22px);
	z-index: 110;
}

.wh-site-nav__submenu a {
	color: var(--wh-text);
	display: block;
	font-size: 15px;
	line-height: 1.3;
	padding: 12px 14px;
	transition: background-color 160ms ease, color 160ms ease;
}

.wh-site-nav__submenu a:hover,
.wh-site-nav__submenu a:focus-visible,
.wh-site-nav__submenu a.is-current {
	background: var(--wh-highlight);
	color: var(--wh-text);
}

.wh-site-nav > a.is-current,
.wh-site-nav__services.is-current > summary {
	color: var(--wh-accent);
}

.wh-site-nav > a.is-current::after {
	transform: scaleX(1);
}

.wh-plan__cta:hover,
.wh-plan__cta:focus-visible {
	background: var(--wh-text);
	color: var(--wh-surface);
}

.wh-plan__cta--solid {
	background: var(--wh-accent);
	border-color: var(--wh-accent);
	color: var(--wh-surface);
}

.wh-plan__cta--solid:hover,
.wh-plan__cta--solid:focus-visible {
	background: var(--wh-accent-dark);
	border-color: var(--wh-accent-dark);
	color: var(--wh-surface);
}

/* Joins the grid above: one shared border, no floating gap. */
.wh-pricing__custom {
	align-items: center;
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
	border-top: 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--wh-4);
	justify-content: space-between;
	padding: var(--wh-4);
}

.wh-pricing__custom-copy {
	max-width: 640px;
}

.wh-pricing__custom-copy h3 {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
}

.wh-pricing__custom-copy p {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.5;
	margin: var(--wh-1) 0 0;
}

.wh-pricing__custom-link {
	align-items: center;
	color: var(--wh-text);
	display: inline-flex;
	font-family: var(--wh-font-heading);
	font-size: 15px;
	font-weight: 700;
	gap: var(--wh-2);
	line-height: 1;
}

.wh-pricing__custom-link:hover .wh-arrow-icon,
.wh-pricing__custom-link:focus-visible .wh-arrow-icon {
	transform: translate(3px, -3px);
}

.wh-pricing__fineprint {
	color: var(--wh-text-muted);
	font-size: 13px;
	line-height: 1.5;
	margin: var(--wh-3) 0 0;
	max-width: 900px;
}

/* ---- Om oss ------------------------------------------------------------ */

.wh-about {
	background: var(--wh-bg);
	padding: var(--wh-section-y) var(--wh-section-x);
	scroll-margin-top: var(--wh-header-height);
}

.wh-about__inner,
.wh-faq__inner,
.wh-contact__inner {
	margin: 0 auto;
	max-width: var(--wh-content-width);
	width: 100%;
}

.wh-about__intro,
.wh-faq__intro,
.wh-contact__intro {
	display: grid;
	gap: var(--wh-2);
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: var(--wh-5);
}

.wh-about__heading,
.wh-faq__heading,
.wh-contact__heading {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: clamp(34px, 3.2vw, 48px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

.wh-contact__lead {
	color: var(--wh-text);
	font-size: var(--wh-lead);
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

/* Copy and values share one bordered block, like every other section. */
.wh-about__layout {
	align-items: stretch;
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

.wh-about__copy {
	padding: var(--wh-5) var(--wh-4);
}

.wh-about__text {
	color: var(--wh-text-muted);
	font-size: 16px;
	line-height: 1.6;
	margin: var(--wh-3) 0 0;
	max-width: 620px;
}

.wh-about__text--lead {
	color: var(--wh-text);
	font-size: var(--wh-lead);
	margin-top: 0;
}

/* The coloured panel of this section. */
.wh-about__values {
	background: var(--wh-highlight);
	border-left: 1px solid var(--wh-line);
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wh-about__values li {
	flex: 1 1 auto;
	padding: var(--wh-4);
}

.wh-about__values li + li {
	border-top: 1px solid var(--wh-line);
}

.wh-about__values h3 {
	align-items: center;
	color: var(--wh-text);
	display: flex;
	font-family: var(--wh-font-heading);
	font-size: 20px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
}

.wh-about__values h3::before {
	background: var(--wh-accent);
	content: "";
	flex: 0 0 auto;
	height: 7px;
	width: 7px;
}

.wh-about__values p {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.5;
	margin: var(--wh-1) 0 0;
}

/* ---- Vanliga frågor ---------------------------------------------------- */

.wh-faq {
	background: var(--wh-bg);
	padding: var(--wh-section-y) var(--wh-section-x);
	scroll-margin-top: var(--wh-header-height);
}

/* One bordered block; each question shares a hairline with the next. */
.wh-faq__list {
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
}

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

.wh-faq__item summary {
	align-items: center;
	color: var(--wh-text);
	cursor: pointer;
	display: flex;
	font-family: var(--wh-font-heading);
	font-size: 19px;
	font-weight: 700;
	gap: var(--wh-3);
	justify-content: space-between;
	line-height: 1.3;
	list-style: none;
	padding: var(--wh-3) var(--wh-4);
	transition: background-color 160ms ease;
}

.wh-faq__item summary::-webkit-details-marker {
	display: none;
}

.wh-faq__item summary:hover {
	background: var(--wh-bg);
}

/* Plus that becomes a minus when the answer is open. */
.wh-faq__icon {
	flex: 0 0 auto;
	height: 14px;
	position: relative;
	width: 14px;
}

.wh-faq__icon::before,
.wh-faq__icon::after {
	background: var(--wh-accent);
	content: "";
	inset: 6px 0 auto;
	position: absolute;
	height: 2px;
	transition: transform 160ms ease;
}

.wh-faq__icon::after {
	transform: rotate(90deg);
}

.wh-faq__item[open] .wh-faq__icon::after {
	transform: rotate(0deg);
}

.wh-faq__item > p {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	max-width: 820px;
	padding: 0 var(--wh-4) var(--wh-3);
}

/* ---- Kontakt ----------------------------------------------------------- */

.wh-contact {
	background: var(--wh-bg);
	padding: var(--wh-section-y) var(--wh-section-x);
	scroll-margin-top: var(--wh-header-height);
}

.wh-contact__layout {
	align-items: stretch;
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
}

.wh-form {
	display: flex;
	flex-direction: column;
	gap: var(--wh-3);
	padding: var(--wh-5) var(--wh-4);
}

.wh-form__row {
	display: grid;
	gap: var(--wh-3);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wh-field {
	display: flex;
	flex-direction: column;
	gap: var(--wh-1);
}

.wh-field label {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.wh-field__req {
	color: var(--wh-accent);
}

.wh-field input,
.wh-field select,
.wh-field textarea {
	background: var(--wh-bg);
	border: 1px solid var(--wh-line);
	border-radius: var(--wh-radius);
	color: var(--wh-text);
	font-family: var(--wh-font-body);
	font-size: 15px;
	line-height: 1.4;
	padding: 12px 14px;
	transition: border-color 160ms ease;
	width: 100%;
}

.wh-field textarea {
	resize: vertical;
}

.wh-field input:focus,
.wh-field select:focus,
.wh-field textarea:focus {
	border-color: var(--wh-text);
	outline: none;
}

.wh-field--consent {
	align-items: flex-start;
	display: grid;
	gap: 10px;
	grid-template-columns: auto minmax(0, 1fr);
}

.wh-field--consent input {
	accent-color: var(--wh-accent);
	height: 16px;
	margin-top: 3px;
	width: 16px;
}

.wh-field--consent label {
	color: var(--wh-text-muted);
	font-family: var(--wh-font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.wh-field--consent a {
	color: var(--wh-text);
	text-decoration: underline;
}

/* Same solid accent button as the header CTA. */
.wh-form__submit {
	align-items: center;
	background: var(--wh-accent);
	border: 1px solid var(--wh-accent);
	border-radius: var(--wh-radius);
	color: var(--wh-surface);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--wh-font-heading);
	font-size: 16px;
	font-weight: 700;
	gap: var(--wh-3);
	line-height: 1;
	margin-top: var(--wh-1);
	min-height: 54px;
	padding: 0 22px;
	transition: background-color 160ms ease, border-color 160ms ease;
	width: fit-content;
}

.wh-form__submit:hover,
.wh-form__submit:focus-visible {
	background: var(--wh-accent-dark);
	border-color: var(--wh-accent-dark);
}

.wh-form__submit:hover .wh-arrow-icon,
.wh-form__submit:focus-visible .wh-arrow-icon {
	transform: translateX(3px);
}

.wh-contact__aside {
	background: var(--wh-highlight);
	border-left: 1px solid var(--wh-line);
	padding: var(--wh-5) var(--wh-4);
}

.wh-contact__aside h3 {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
}

.wh-contact__email {
	color: var(--wh-text);
	display: inline-block;
	font-family: var(--wh-font-heading);
	font-size: clamp(20px, 1.7vw, 26px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: var(--wh-2);
	text-decoration: underline;
	text-decoration-color: var(--wh-accent);
	text-underline-offset: 5px;
	word-break: break-word;
}

.wh-contact__place {
	border-top: 1px solid var(--wh-line);
	color: var(--wh-text-muted);
	font-size: 14px;
	line-height: 1.5;
	margin: var(--wh-4) 0 0;
	padding-top: var(--wh-3);
}

/* ---- Sidfot ------------------------------------------------------------ */

.wh-site-footer {
	background: var(--wh-text);
	color: var(--wh-surface);
	padding: var(--wh-6) var(--wh-section-x) var(--wh-4);
}

.wh-site-footer * {
	box-sizing: border-box;
}

.wh-site-footer a {
	text-decoration: none;
}

.wh-site-footer__inner {
	display: grid;
	gap: var(--wh-5);
	grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: var(--wh-content-width);
	width: 100%;
}

.wh-site-footer__logo {
	font-family: var(--wh-font-heading);
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.wh-site-footer__tagline {
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	line-height: 1.5;
	margin: var(--wh-2) 0 0;
	max-width: 300px;
}

.wh-site-footer__col h2 {
	font-family: var(--wh-font-heading);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0 0 var(--wh-2);
	text-transform: uppercase;
}

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

.wh-site-footer__col li {
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	line-height: 1.5;
	padding: 5px 0;
}

.wh-site-footer__col a {
	color: rgba(255, 255, 255, 0.68);
	transition: color 160ms ease;
}

.wh-site-footer__col a:hover,
.wh-site-footer__col a:focus-visible {
	color: var(--wh-surface);
}

.wh-site-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	flex-wrap: wrap;
	gap: var(--wh-3);
	grid-column: 1 / -1;
	justify-content: space-between;
	margin-top: var(--wh-2);
	padding-top: var(--wh-3);
}

.wh-site-footer__bottom p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	margin: 0;
}

.wh-site-footer__legal {
	display: flex;
	gap: var(--wh-3);
}

.wh-site-footer__legal a {
	color: rgba(255, 255, 255, 0.68);
	transition: color 160ms ease;
}

.wh-site-footer__legal a:hover,
.wh-site-footer__legal a:focus-visible {
	color: var(--wh-surface);
}

.wh-site-footer a:focus-visible {
	outline: 3px solid var(--wh-accent);
	outline-offset: 4px;
}

.wh-site-header a:focus-visible,
.wh-site-header button:focus-visible,
.wh-home a:focus-visible {
	outline: 3px solid var(--wh-accent);
	outline-offset: 4px;
}

@media (max-width: 1280px) {
	.wh-site-header__inner {
		gap: 34px;
		grid-template-columns: 220px minmax(0, 1fr) auto;
	}

	.wh-site-logo {
		padding-right: 28px;
	}

	.wh-site-nav {
		gap: 34px;
	}

	.wh-hero__title {
		font-size: 94px;
	}

	.wh-hero__inner {
		padding-bottom: 94px;
		padding-top: 54px;
	}

	.wh-hero__inner::before {
		bottom: 94px;
		top: 54px;
	}

	.wh-service-index__inner > a {
		padding-left: 28px;
		padding-right: 28px;
	}
}

@media (max-width: 1024px) {
	:root {
		--wh-header-height: 80px;
	}

	.wh-site-header__inner {
		gap: 26px;
		grid-template-columns: 190px minmax(0, 1fr) auto;
		padding-left: 28px;
		padding-right: 28px;
	}

	.wh-site-logo {
		font-size: 26px;
		padding-right: 20px;
	}

	.wh-site-nav {
		gap: 24px;
		padding-left: 0;
	}

	.wh-site-nav > a:not(.wh-site-nav__mobile-cta),
	.wh-site-cta {
		font-size: 14px;
	}

	.wh-site-cta {
		gap: 18px;
		min-height: 52px;
	}

	.wh-hero__inner {
		min-height: auto;
		padding: 72px 28px 64px 64px;
	}

	.wh-hero__inner::before {
		bottom: 64px;
		left: 28px;
		top: 72px;
	}

	.wh-eyebrow {
		margin-bottom: 44px;
	}

	.wh-hero__title {
		font-size: 76px;
	}

	.wh-hero__mark {
		height: 16px;
		margin-left: 8px;
		width: 16px;
	}

	.wh-hero__footer {
		margin-top: 52px;
	}

	.wh-hero__lead {
		font-size: 17px;
		max-width: 390px;
		padding-right: 32px;
	}

	.wh-hero__actions {
		gap: 14px;
		padding-left: 30px;
	}

	.wh-button {
		font-size: 14px;
		gap: 20px;
		min-width: 188px;
	}

	.wh-service-index__inner {
		grid-template-columns: repeat(4, minmax(0, 1fr)) 68px;
		min-height: 136px;
		padding: 0 28px;
	}

	.wh-service-index__inner > a {
		padding: 24px 22px;
	}

	.wh-service-index__inner > a strong {
		font-size: 20px;
	}
}

@media (max-width: 860px) {
	:root {
		--wh-header-height: 76px;
	}

	.wh-site-header__inner {
		grid-template-columns: 1fr auto;
		padding: 0 22px;
	}

	body.wh-menu-open .wh-site-header {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
	}

	body.wh-menu-open .wh-home {
		padding-top: var(--wh-header-height);
	}

	.wh-site-logo {
		border-right: 0;
		font-size: 25px;
		padding: 0;
	}

	.wh-site-cta {
		display: none;
	}

	.wh-menu-toggle {
		align-items: center;
		appearance: none;
		background: transparent;
		border: 1px solid var(--wh-line);
		border-radius: var(--wh-radius);
		display: flex;
		flex-direction: column;
		gap: 6px;
		height: 44px;
		justify-content: center;
		padding: 0;
		width: 44px;
	}

	.wh-menu-toggle span {
		background: var(--wh-text);
		display: block;
		height: 2px;
		transition: transform 160ms ease;
		width: 20px;
	}

	.wh-menu-toggle[aria-expanded="true"] span:first-child {
		transform: translateY(4px) rotate(45deg);
	}

	.wh-menu-toggle[aria-expanded="true"] span:last-child {
		transform: translateY(-4px) rotate(-45deg);
	}

	.wh-site-nav {
		align-content: start;
		align-items: stretch;
		background: var(--wh-bg);
		border-top: 1px solid var(--wh-line);
		display: none;
		gap: 0;
		grid-template-rows: auto repeat(4, minmax(70px, auto)) minmax(28px, 1fr) auto;
		height: calc(100svh - var(--wh-header-height));
		justify-content: stretch;
		left: 0;
		overscroll-behavior: contain;
		overflow-y: auto;
		padding: 24px 22px 22px;
		position: fixed;
		right: 0;
		top: var(--wh-header-height);
	}

	.wh-site-nav::before {
		align-self: end;
		color: var(--wh-text-muted);
		content: "Meny";
		font-family: var(--wh-font-body);
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
		padding-bottom: 14px;
		text-transform: uppercase;
	}

	.wh-site-nav.is-open {
		display: grid;
	}

	.wh-site-nav > a:not(.wh-site-nav__mobile-cta) {
		align-items: center;
		border-bottom: 1px solid var(--wh-line);
		display: grid;
		font-family: var(--wh-font-heading);
		font-size: 27px;
		font-weight: 700;
		grid-template-columns: 34px minmax(0, 1fr) 24px;
		margin: 0 -10px;
		min-height: 70px;
		padding: 0 10px;
		transition: background-color 160ms ease, color 160ms ease;
	}

	.wh-site-nav__services {
		border-bottom: 1px solid var(--wh-line);
		border-top: 1px solid var(--wh-line);
		margin: 0 -10px;
	}

	.wh-site-nav__services::after {
		display: none;
	}

	.wh-site-nav__services summary {
		display: grid;
		font-family: var(--wh-font-heading);
		font-size: 27px;
		font-weight: 700;
		grid-template-columns: 34px minmax(0, 1fr) 24px;
		min-height: 70px;
		padding: 0 10px;
		transition: background-color 160ms ease;
	}

	.wh-site-nav__services summary:hover,
	.wh-site-nav__services summary:focus-visible {
		background: var(--wh-highlight);
	}

	.wh-site-nav__chevron {
		display: block;
		height: 22px;
		width: 22px;
	}

	.wh-site-nav__submenu {
		background: var(--wh-surface);
		border: 0;
		border-top: 1px solid var(--wh-line);
		min-width: 0;
		padding: 8px 10px 10px 44px;
		position: static;
	}

	.wh-site-nav__submenu a {
		font-size: 16px;
		padding: 11px 10px;
	}

	.wh-site-nav > a:not(.wh-site-nav__mobile-cta):first-of-type {
		border-top: 0;
	}

	.wh-site-nav > a:not(.wh-site-nav__mobile-cta):hover,
	.wh-site-nav > a:not(.wh-site-nav__mobile-cta):focus-visible {
		background: var(--wh-highlight);
		color: var(--wh-text);
	}

	.wh-site-nav__index {
		color: var(--wh-accent);
		display: block;
		font-family: var(--wh-font-heading);
		font-size: 12px;
		font-weight: 800;
		line-height: 1;
	}

	.wh-site-nav__link-icon {
		display: block;
		height: 22px;
		transition: transform 160ms ease;
		width: 22px;
	}

	.wh-site-nav > a:not(.wh-site-nav__mobile-cta):hover .wh-site-nav__link-icon,
	.wh-site-nav > a:not(.wh-site-nav__mobile-cta):focus-visible .wh-site-nav__link-icon {
		transform: translateX(4px);
	}

	.wh-site-nav > a:not(.wh-site-nav__mobile-cta)::after {
		display: none;
	}

	.wh-site-nav__mobile-cta {
		align-self: end;
		display: flex;
		font-size: 17px;
		grid-row: 7;
		min-height: 64px;
		width: 100%;
	}

	.wh-hero__inner {
		padding: 62px 22px 56px 52px;
	}

	.wh-hero__inner::before {
		bottom: 56px;
		left: 22px;
		top: 62px;
	}

	.wh-hero__title {
		font-size: 64px;
	}

	.wh-hero__footer {
		flex-direction: column;
	}

	.wh-hero__lead {
		border-bottom: 1px solid var(--wh-line);
		border-right: 0;
		max-width: 520px;
		padding: 0 0 28px;
	}

	.wh-hero__actions {
		padding: 28px 0 0;
	}

	.wh-service-index__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0 22px;
	}

	.wh-service-index__inner > a,
	.wh-service-index__inner > a:first-child {
		border-bottom: 1px solid var(--wh-line);
		border-left: 1px solid var(--wh-line);
		min-height: 124px;
		padding: 24px;
	}

	.wh-service-index__inner > a:nth-child(odd) {
		border-left: 0;
		padding-left: 0;
	}

	.wh-service-index__inner > .wh-service-index__arrow {
		border-bottom: 0;
		border-left: 0;
		grid-column: 1 / -1;
		min-height: 76px;
		padding: 0;
	}
}

@media (max-width: 600px) {
	.wh-hero__inner {
		padding: 48px 18px 44px 40px;
	}

	.wh-hero__inner::before {
		bottom: 44px;
		left: 18px;
		top: 48px;
	}

	.wh-eyebrow {
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 34px;
	}

	.wh-hero__title {
		font-size: 50px;
		line-height: 1.04;
	}

	.wh-hero__title-line {
		display: block;
		padding-right: 0;
		white-space: normal;
	}

	.wh-hero__title-word {
		display: block;
		width: fit-content;
	}

	.wh-hero__title-word--digitalt,
	.wh-hero__title-word--som {
		margin-left: 0;
	}

	.wh-hero__highlight {
		display: block;
		margin: 9px 0 11px;
		padding-left: 0.08em;
		padding-right: 0.08em;
		width: fit-content;
	}

	.wh-hero__title-word--skillnad {
		margin: 9px 0 0;
	}

	.wh-hero__mark {
		height: 12px;
		margin-left: 6px;
		width: 12px;
	}

	.wh-hero__footer {
		margin-top: 42px;
	}

	.wh-hero__lead {
		font-size: 16px;
	}

	.wh-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wh-button {
		font-size: 15px;
		min-width: 0;
		width: 100%;
	}

	.wh-service-index__inner {
		padding: 0 18px;
	}

	.wh-service-index__inner > a,
	.wh-service-index__inner > a:first-child {
		min-height: 112px;
		padding: 22px 18px;
	}

	.wh-service-index__inner > a:nth-child(odd) {
		padding-left: 0;
	}

	.wh-service-index__inner > a span {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.wh-service-index__inner > a strong {
		font-size: 18px;
	}
}

@media (max-width: 390px) {
	.wh-site-header__inner {
		padding: 0 16px;
	}

	.wh-site-logo {
		font-size: 22px;
	}

	.wh-site-nav {
		padding-left: 16px;
		padding-right: 16px;
	}

	.wh-site-nav > a:not(.wh-site-nav__mobile-cta) {
		font-size: 25px;
	}

	.wh-hero__inner {
		padding-left: 34px;
	}

	.wh-hero__title {
		font-size: 43px;
	}
}

@media (max-width: 1280px) {
	.wh-services {
		padding: 56px 28px 56px;
	}

	.wh-services__inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr) minmax(400px, 1.15fr);
		grid-template-rows: minmax(320px, auto) 200px 250px;
	}

	.wh-services__intro {
		min-height: 320px;
	}

	.wh-services__intro h2 {
		font-size: 56px;
	}

	.wh-services__lead {
		font-size: 16px;
	}

	.wh-service-panel--webb {
		padding: 32px 36px 36px;
	}

	.wh-service-panel--synlighet,
	.wh-service-panel--automation {
		padding: 30px 32px 24px;
	}

	.wh-service-panel__visual--search,
	.wh-service-panel__visual--flow {
		height: 160px;
	}

	.wh-service-panel--synlighet .wh-service-panel__body,
	.wh-service-panel--automation .wh-service-panel__body {
		min-height: 190px;
	}

	.wh-service-panel__support-copy {
		padding: 24px 30px;
	}

	.wh-case {
		padding: var(--wh-5) 28px;
	}

	.wh-case__intro-text {
		font-size: 16px;
	}

	.wh-case__layout {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
	}

	.wh-case__visual {
		min-height: 0;
	}
}

@media (max-width: 1040px) {
	/* 2×2: the shared borders form a cross instead of three verticals */
	.wh-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wh-step {
		padding: var(--wh-4) var(--wh-3);
	}

	.wh-step + .wh-step {
		border-left: 0;
	}

	.wh-step:nth-child(even) {
		border-left: 1px solid var(--wh-line);
	}

	.wh-step:nth-child(n + 3) {
		border-top: 1px solid var(--wh-line);
	}

	.wh-plan {
		padding: var(--wh-4) var(--wh-3);
	}

	.wh-plan__price {
		font-size: 32px;
	}

	.wh-services__inner {
		grid-auto-rows: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
	}

	.wh-services__intro {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 300px;
		padding-right: 180px;
	}

	.wh-services__intro-art {
		right: -100px;
	}

	.wh-service-panel--webb {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 0;
	}

	.wh-service-panel--synlighet {
		border-right: 0;
		grid-column: 1;
		grid-row: auto;
		min-height: 430px;
	}

	.wh-service-panel--automation {
		grid-column: 2;
		grid-row: auto;
		min-height: 430px;
	}

	.wh-service-panel--support {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 250px;
	}

	.wh-service-panel--webb .wh-service-panel__body {
		margin-top: 32px;
	}

	.wh-case__heading {
		font-size: 56px;
	}

	.wh-case__intro-text {
		font-size: 16px;
	}

	.wh-case__title {
		font-size: 24px;
	}

	.wh-case__layout {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
	}

	.wh-case__content {
		padding: var(--wh-4);
	}

	.wh-case__scope li {
		font-size: 12px;
	}

	.wh-case__link {
		font-size: 13px;
		margin-top: 32px;
	}

}

@media (max-width: 860px) {
	.wh-case {
		padding: 48px 22px;
	}

	.wh-case__heading {
		font-size: 48px;
	}

	.wh-case__intro {
		margin-bottom: 52px;
	}

	.wh-case__title {
		font-size: 24px;
	}

	.wh-case__layout {
		align-items: start;
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	/* about + contact stack: the divider moves from the side to the top */
	.wh-about__layout,
	.wh-contact__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-about__values,
	.wh-contact__aside {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
	}

	.wh-form__row {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-site-footer__inner {
		gap: var(--wh-4);
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/* steps stack into a single column */
	.wh-process__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-step:nth-child(even) {
		border-left: 0;
	}

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

	.wh-process__cta {
		align-items: flex-start;
		flex-direction: column;
		gap: var(--wh-3);
	}

	/* cards stack: the shared border moves from the side to the top */
	.wh-pricing__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-plan + .wh-plan {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
	}

	.wh-pricing__custom {
		align-items: flex-start;
		flex-direction: column;
		gap: var(--wh-3);
	}

	.wh-case__content {
		padding: var(--wh-4);
	}

	.wh-case__scope li {
		font-size: 12px;
	}

	/* stacked: the divider moves from the side to the top */
	.wh-case__visual {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
		padding: var(--wh-4) var(--wh-4) 0;
	}

	/* no second column to match, so the phone sizes itself again */
	.wh-case__media {
		bottom: auto;
		height: clamp(340px, 48vh, 500px);
		left: auto;
		position: relative;
		right: auto;
		top: auto;
	}

	.wh-case__link {
		margin-top: 36px;
	}
}

@media (max-width: 700px) {
	.wh-services {
		padding: 44px 18px;
	}

	.wh-pricing {
		padding: 44px 18px;
	}

	.wh-pricing__custom {
		padding: var(--wh-3);
	}

	.wh-process {
		padding: 44px 18px;
	}

	.wh-process__cta {
		padding: var(--wh-3);
	}

	.wh-about,
	.wh-faq,
	.wh-contact {
		padding: 44px 18px;
	}

	.wh-about__copy,
	.wh-form,
	.wh-contact__aside {
		padding: var(--wh-3);
	}

	.wh-about__values li {
		padding: var(--wh-3);
	}

	.wh-faq__item summary {
		font-size: 17px;
		padding: var(--wh-3);
	}

	.wh-faq__item > p {
		padding: 0 var(--wh-3) var(--wh-3);
	}

	.wh-site-footer {
		padding: 44px 18px var(--wh-3);
	}

	.wh-site-footer__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-services__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-services__intro {
		grid-column: 1;
		min-height: 0;
		padding: 0 0 52px;
	}

	.wh-services__intro-copy {
		transform: translateY(16px);
	}

	.wh-services__intro h2 {
		font-size: 42px;
		line-height: 1.04;
	}

	.wh-services__lead {
		font-size: 15px;
		line-height: 1.6;
		margin-top: 24px;
	}

	.wh-services__lead br {
		display: none;
	}

	.wh-services__intro-art {
		display: none;
	}

	.wh-service-panel--webb,
	.wh-service-panel--synlighet,
	.wh-service-panel--automation,
	.wh-service-panel--support {
		grid-column: 1;
		grid-row: auto;
	}

	.wh-service-panel--webb {
		min-height: 0;
		padding: 26px 24px 32px;
	}

	.wh-service-panel--synlighet,
	.wh-service-panel--automation {
		border-right: 1px solid var(--wh-line);
		min-height: 0;
		padding: 26px 24px 20px;
	}

	.wh-service-panel__number,
	.wh-service-panel--synlighet .wh-service-panel__number,
	.wh-service-panel--automation .wh-service-panel__number {
		font-size: 42px;
	}

	.wh-service-panel h3 {
		font-size: 30px;
		margin-top: 10px;
	}

	.wh-service-panel p {
		font-size: 14px;
		margin-top: 16px;
	}

	.wh-service-panel__arrow {
		margin-top: 10px;
	}

	.wh-service-panel__visual-row {
		column-gap: clamp(16px, 5%, 24px);
		grid-template-columns: clamp(52px, 18%, 62px) minmax(0, 1fr);
		width: 100%;
	}

	.wh-service-panel__visual--browser {
		max-width: 300px;
		width: 100%;
	}

	.wh-service-panel__dots {
		height: auto;
		width: 100%;
	}

	.wh-service-panel--webb .wh-service-panel__body {
		margin-top: 24px;
	}

	.wh-service-panel--synlighet .wh-service-panel__body,
	.wh-service-panel--automation .wh-service-panel__body {
		min-height: 0;
	}

	.wh-service-panel__visual--search,
	.wh-service-panel__visual--flow {
		height: auto;
		max-width: 100%;
	}

	.wh-service-panel__visual--search {
		margin: 12px auto 0;
		width: min(92%, 300px);
	}

	.wh-service-panel__visual--flow {
		margin: 8px auto 0;
		transform: none;
		width: min(100%, 360px);
	}

	.wh-service-panel--support {
		grid-template-columns: 116px minmax(0, 1fr);
		min-height: 220px;
	}

	.wh-service-panel__support-visual {
		padding: 24px 12px 0;
	}

	.wh-service-panel__support-visual .wh-service-panel__number {
		font-size: 38px;
	}

	.wh-service-panel__support-visual svg {
		height: 112px;
		margin-bottom: -20px;
		width: 112px;
	}

	.wh-service-panel__support-copy {
		padding: 24px 20px;
	}

	.wh-service-panel__support-copy h3 {
		font-size: 28px;
	}

	.wh-service-panel__support-copy p {
		font-size: 13px;
		line-height: 1.5;
	}

	.wh-case {
		padding: 44px 18px;
	}

	.wh-case__heading {
		font-size: 42px;
		line-height: 1.04;
	}

	.wh-case__intro {
		gap: 20px;
		margin-bottom: 44px;
	}

	.wh-case__intro-text {
		font-size: 15px;
		line-height: 1.6;
	}

	.wh-case__title {
		font-size: 32px;
	}

	.wh-case__content {
		padding: 32px 22px 30px;
	}

	.wh-case__lead {
		font-size: 15px;
		line-height: 1.6;
		margin: 24px 0 0;
	}

	.wh-case__lead br {
		display: none;
	}

	.wh-case__scope {
		margin-top: 30px;
	}

	.wh-case__scope li {
		font-size: 16px;
		padding: 14px 0;
	}

	.wh-case__mark {
		height: 10px;
		margin-left: 8px;
		width: 10px;
	}

	.wh-case__link {
		font-size: 13px;
		margin-top: 34px;
	}

}

@media (max-width: 390px) {
	.wh-case__heading {
		font-size: 36px;
	}

	.wh-case__title {
		font-size: 22px;
	}
}

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

	.wh-menu-toggle span,
	.wh-site-nav > a::after,
	.wh-site-cta,
	.wh-site-nav__mobile-cta,
	.wh-button,
	.wh-service-index__inner > a,
	.wh-service-panel__arrow .wh-arrow-icon,
	.wh-case__link .wh-arrow-icon,
	.wh-plan__cta,
	.wh-process__cta-link,
	.wh-faq__item summary,
	.wh-faq__icon::before,
	.wh-faq__icon::after,
	.wh-field input,
	.wh-field select,
	.wh-field textarea,
	.wh-form__submit,
	.wh-site-footer__col a,
	.wh-site-footer__legal a {
		transition: none;
	}
}

/* Functional form states */
.wh-form__trap {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.wh-form__notice {
	border: 1px solid currentColor;
	font-size: 15px;
	grid-column: 1 / -1;
	line-height: 1.55;
	margin: 0 0 24px;
	padding: 16px 18px;
}

.wh-form__notice--success {
	background: #e7efe9;
	color: #204f31;
}

.wh-form__notice--error {
	background: #f7e8e4;
	color: #7b2d24;
}

.wh-form__notice a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Shared pages */
.wh-subpage {
	color: var(--wh-text);
	font-family: var(--wh-font-body);
}

.wh-subpage-hero {
	border-bottom: 1px solid var(--wh-line);
	min-height: 530px;
	padding: 104px 40px 88px;
}

.wh-subpage-hero__inner,
.wh-price-detail__inner,
.wh-legal__hero,
.wh-legal__content,
.wh-not-found__inner {
	margin: 0 auto;
	max-width: var(--wh-content-width);
	width: 100%;
}

.wh-subpage-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
	min-height: 320px;
	position: relative;
}

.wh-subpage-hero__inner::after {
	border: 1px solid var(--wh-highlight);
	border-radius: 50%;
	bottom: -170px;
	content: "";
	height: 420px;
	position: absolute;
	right: 30px;
	width: 420px;
}

.wh-subpage-hero h1,
.wh-legal__hero h1,
.wh-not-found h1 {
	align-self: end;
	font-family: var(--wh-font-heading);
	font-size: clamp(64px, 7vw, 112px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 64px 0 0;
	position: relative;
	z-index: 1;
}

.wh-subpage-hero__inner > p:last-child {
	align-self: end;
	border-left: 1px solid var(--wh-line);
	font-size: 19px;
	line-height: 1.65;
	margin: 0;
	max-width: 500px;
	padding: 0 0 0 40px;
	position: relative;
	z-index: 1;
}

.wh-price-detail {
	padding: 104px 40px;
}

.wh-price-detail--tint {
	background: var(--wh-highlight);
}

.wh-section-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
	margin-bottom: 64px;
}

.wh-section-intro .wh-eyebrow {
	grid-column: 1 / -1;
}

.wh-section-intro h2 {
	font-family: var(--wh-font-heading);
	font-size: var(--wh-heading);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 48px 0 0;
}

.wh-section-intro > p:last-child {
	align-self: end;
	font-size: 17px;
	line-height: 1.65;
	margin: 48px 0 0;
}

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

.wh-care-grid article {
	border-left: 1px solid rgba(16, 27, 42, 0.22);
	min-height: 310px;
	padding: 32px 40px;
}

.wh-care-grid article:last-child {
	border-right: 1px solid rgba(16, 27, 42, 0.22);
}

.wh-care-grid article > span {
	color: var(--wh-accent);
	font-family: var(--wh-font-heading);
	font-size: 14px;
	font-weight: 800;
}

.wh-care-grid h3 {
	font-family: var(--wh-font-heading);
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 56px 0 8px;
}

.wh-care-grid__price {
	font-family: var(--wh-font-heading);
	font-size: 21px;
	font-weight: 800;
	margin: 0 0 30px;
}

.wh-care-grid article > p:last-child {
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	max-width: 290px;
}

.wh-price-detail__split {
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
}

.wh-price-detail__split .wh-section-intro {
	display: block;
	margin: 0;
}

.wh-addon-list {
	border-top: 1px solid var(--wh-line);
	margin: 0;
}

.wh-addon-list > div {
	align-items: baseline;
	border-bottom: 1px solid var(--wh-line);
	display: flex;
	gap: 30px;
	justify-content: space-between;
	padding: 22px 0;
}

.wh-addon-list dt,
.wh-addon-list dd {
	font-size: 17px;
	margin: 0;
}

.wh-addon-list dd {
	font-family: var(--wh-font-heading);
	font-weight: 800;
	text-align: right;
	white-space: nowrap;
}

.wh-subpage-cta {
	align-items: end;
	background: var(--wh-text);
	color: var(--wh-surface);
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: var(--wh-content-width);
	padding: 72px 64px;
}

.wh-subpage-cta h2 {
	color: inherit;
	font-family: var(--wh-font-heading);
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 32px 0 20px;
}

.wh-subpage-cta p:last-child {
	color: #d7dce0;
	font-size: 17px;
	margin: 0;
	max-width: 660px;
}

/* Legal and error pages */
.wh-legal__hero {
	border-bottom: 1px solid var(--wh-line);
	padding: 112px 40px 80px;
}

.wh-legal__hero h1 {
	font-size: clamp(58px, 7vw, 100px);
	margin-top: 56px;
}

.wh-legal__hero > p:last-child {
	color: var(--wh-text-muted);
	font-size: 14px;
	margin: 40px 0 0;
}

.wh-legal__content {
	max-width: 880px;
	padding: 88px 40px 120px;
}

.wh-legal__content h2 {
	font-family: var(--wh-font-heading);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 56px 0 16px;
}

.wh-legal__content p {
	font-size: 17px;
	line-height: 1.75;
	margin: 0 0 20px;
}

.wh-legal__content a {
	color: var(--wh-accent-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wh-legal__lead {
	font-size: 21px !important;
}

.wh-not-found {
	align-items: center;
	display: flex;
	min-height: 680px;
	padding: 100px 40px;
}

.wh-not-found__inner {
	max-width: 920px;
}

.wh-not-found h1 {
	margin: 50px 0 28px;
}

.wh-not-found__inner > p:nth-of-type(2) {
	font-size: 19px;
	line-height: 1.65;
	margin: 0 0 40px;
	max-width: 600px;
}

@media (max-width: 1024px) {
	.wh-subpage-hero__inner,
	.wh-section-intro,
	.wh-price-detail__split {
		grid-template-columns: 1fr;
	}

	.wh-subpage-hero__inner > p:last-child {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
		margin-top: 48px;
		padding: 28px 0 0;
	}

	.wh-care-grid article {
		padding: 28px;
	}

	.wh-subpage-cta {
		align-items: start;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.wh-subpage-hero {
		min-height: auto;
		overflow: hidden;
		padding: 72px 18px 64px;
	}

	.wh-subpage-hero__inner {
		min-height: 0;
	}

	.wh-subpage-hero__inner::after {
		bottom: -190px;
		height: 300px;
		right: -170px;
		width: 300px;
	}

	.wh-subpage-hero h1,
	.wh-legal__hero h1,
	.wh-not-found h1 {
		font-size: 52px;
		line-height: 0.96;
		margin-top: 48px;
	}

	.wh-subpage-hero__inner > p:last-child {
		font-size: 16px;
		margin-top: 40px;
	}

	.wh-price-detail {
		padding: 72px 18px;
	}

	.wh-section-intro {
		margin-bottom: 40px;
	}

	.wh-section-intro h2 {
		font-size: 38px;
		margin-top: 38px;
	}

	.wh-section-intro > p:last-child {
		font-size: 16px;
		margin-top: 24px;
	}

	.wh-care-grid {
		grid-template-columns: 1fr;
	}

	.wh-care-grid article,
	.wh-care-grid article:last-child {
		border-bottom: 1px solid rgba(16, 27, 42, 0.22);
		border-left: 0;
		border-right: 0;
		min-height: 0;
		padding: 32px 0;
	}

	.wh-care-grid h3 {
		font-size: 30px;
		margin-top: 30px;
	}

	.wh-price-detail__split {
		gap: 48px;
	}

	.wh-addon-list > div {
		gap: 16px;
		padding: 18px 0;
	}

	.wh-addon-list dt,
	.wh-addon-list dd {
		font-size: 15px;
	}

	.wh-subpage-cta {
		gap: 40px;
		padding: 56px 24px;
	}

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

	.wh-subpage-cta .wh-button {
		width: 100%;
	}

	.wh-legal__hero {
		padding: 72px 18px 56px;
	}

	.wh-legal__content {
		padding: 64px 18px 88px;
	}

	.wh-legal__content h2 {
		font-size: 24px;
		margin-top: 44px;
	}

	.wh-legal__content p {
		font-size: 16px;
	}

	.wh-legal__lead {
		font-size: 19px !important;
	}

	.wh-not-found {
		min-height: 560px;
		padding: 72px 18px;
	}
}

/* V2 consistency and acquisition pages */
.wh-site-header__inner {
	gap: 32px;
	grid-template-columns: 250px minmax(0, 1fr) auto;
}

.wh-site-nav {
	gap: 38px;
}

.wh-site-cta {
	font-size: 14px;
	padding: 0 22px;
	white-space: nowrap;
}

.wh-plan__features {
	margin-bottom: var(--wh-4);
}

.wh-case__heading,
.wh-pricing__heading,
.wh-process__heading,
.wh-about__heading,
.wh-faq__heading,
.wh-contact__heading {
	font-size: var(--wh-heading);
}

.wh-process,
.wh-faq {
	background: var(--wh-surface);
}

.wh-process {
	border-bottom: 1px solid var(--wh-line);
	border-top: 1px solid var(--wh-line);
}

.wh-contact {
	border-top: 1px solid var(--wh-line);
}

.wh-site-footer {
	border-top: 6px solid var(--wh-accent);
}

.wh-site-footer__col a,
.wh-site-footer__legal a {
	color: rgba(255, 255, 255, 0.84);
}

.wh-site-footer__col h2 {
	color: rgba(255, 255, 255, 0.68);
}

.wh-subpage-hero {
	min-height: 500px;
	overflow: hidden;
	padding-bottom: 72px;
	padding-top: 88px;
}

.wh-subpage-hero__inner {
	column-gap: 72px;
	grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
	grid-template-rows: auto 1fr;
	min-height: 320px;
}

.wh-subpage-hero__inner > .wh-eyebrow {
	grid-column: 1 / -1;
	grid-row: 1;
}

.wh-subpage-hero h1 {
	grid-column: 1;
	grid-row: 2;
	max-width: 800px;
}

.wh-subpage-hero__inner > p:last-child {
	grid-column: 2;
	grid-row: 2;
}

.wh-subpage-hero__inner::after {
	bottom: -225px;
	right: -40px;
}

.wh-subpage-cta {
	background: var(--wh-highlight);
	border-top: 1px solid var(--wh-line);
	color: var(--wh-text);
	max-width: none;
	padding-left: max(40px, calc((100vw - var(--wh-content-width)) / 2 + 40px));
	padding-right: max(40px, calc((100vw - var(--wh-content-width)) / 2 + 40px));
}

.wh-subpage-cta p:last-child {
	color: var(--wh-text-muted);
}

.wh-text-link {
	align-items: center;
	color: var(--wh-text);
	display: inline-flex;
	font-family: var(--wh-font-heading);
	font-size: 15px;
	font-weight: 800;
	gap: 14px;
	text-decoration: none;
}

.wh-text-link .wh-arrow-icon,
.wh-guide-card__link .wh-arrow-icon,
.wh-service-delivery aside a .wh-arrow-icon {
	height: 18px;
	transition: transform 160ms ease;
	width: 18px;
}

.wh-text-link:hover .wh-arrow-icon,
.wh-text-link:focus-visible .wh-arrow-icon,
.wh-guide-card__link:hover .wh-arrow-icon,
.wh-guide-card__link:focus-visible .wh-arrow-icon,
.wh-service-delivery aside a:hover .wh-arrow-icon,
.wh-service-delivery aside a:focus-visible .wh-arrow-icon {
	transform: translate(3px, -3px);
}

/* Service pages */
.wh-service-hero,
.wh-service-promise,
.wh-service-delivery,
.wh-service-proof,
.wh-service-process {
	padding: 96px 40px;
}

.wh-service-hero {
	border-bottom: 1px solid var(--wh-line);
	overflow: hidden;
}

.wh-service-hero__inner,
.wh-service-promise__inner,
.wh-service-delivery__inner,
.wh-service-proof__inner,
.wh-service-process__inner,
.wh-audit-hero__inner,
.wh-audit-scope__inner,
.wh-audit-form-section__inner,
.wh-guides-hero__inner,
.wh-guides-list__inner,
.wh-home-guides__inner,
.wh-home-audit__inner,
.wh-article__hero > div,
.wh-article__layout {
	margin: 0 auto;
	max-width: var(--wh-content-width);
	width: 100%;
}

.wh-service-hero__inner {
	align-items: stretch;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
	min-height: 540px;
}

.wh-service-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 0;
}

.wh-service-hero h1,
.wh-audit-hero h1,
.wh-guides-hero h1,
.wh-article__hero h1 {
	font-family: var(--wh-font-heading);
	font-size: clamp(60px, 6.2vw, 96px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 56px 0 32px;
	max-width: 880px;
}

.wh-service-hero__copy > p:last-of-type {
	font-size: 19px;
	line-height: 1.65;
	margin: 0;
	max-width: 700px;
}

.wh-service-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-top: 48px;
}

.wh-service-hero__visual {
	align-items: center;
	background: var(--wh-accent);
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	justify-content: center;
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.wh-service-page--seo-ai-synlighet .wh-service-hero__visual {
	background: var(--wh-highlight);
	color: var(--wh-text);
}

.wh-service-page--automation .wh-service-hero__visual {
	background: var(--wh-text);
	color: rgba(255, 255, 255, 0.72);
}

.wh-service-page--drift-support .wh-service-hero__visual {
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
	color: var(--wh-text);
}

.wh-service-hero__visual svg {
	height: auto;
	max-width: 620px;
	position: relative;
	width: 88%;
	z-index: 1;
}

.wh-service-hero__index {
	color: currentColor;
	font-family: var(--wh-font-heading);
	font-size: 180px;
	font-weight: 800;
	left: 24px;
	line-height: 1;
	opacity: 0.12;
	position: absolute;
	top: 18px;
}

.wh-service-promise {
	background: var(--wh-text);
	color: var(--wh-surface);
}

.wh-service-promise h2 {
	color: inherit;
	font-family: var(--wh-font-heading);
	font-size: clamp(38px, 4.4vw, 66px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 56px 0 72px;
	max-width: 1100px;
}

.wh-service-outcomes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wh-service-outcomes article {
	border-left: 1px solid rgba(255, 255, 255, 0.24);
	min-height: 260px;
	padding: 32px;
}

.wh-service-outcomes article:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.wh-service-outcomes span,
.wh-service-process li > span,
.wh-guide-card > span,
.wh-home-guides__grid article > span {
	color: var(--wh-accent);
	font-family: var(--wh-font-heading);
	font-size: 14px;
	font-weight: 800;
}

.wh-service-outcomes h3 {
	color: inherit;
	font-family: var(--wh-font-heading);
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 64px 0 16px;
}

.wh-service-outcomes p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.wh-service-delivery__inner {
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(320px, 0.8fr) minmax(420px, 1.2fr);
}

.wh-service-delivery header h2,
.wh-service-process header h2,
.wh-audit-scope header h2,
.wh-audit-form-section header h2,
.wh-guides-list header h2,
.wh-home-guides header h2 {
	font-family: var(--wh-font-heading);
	font-size: var(--wh-heading);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 48px 0 28px;
}

.wh-service-delivery header > p:last-child,
.wh-audit-scope header > p:last-child,
.wh-audit-form-section header > p:last-child,
.wh-home-guides header > p:last-child {
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 580px;
}

.wh-service-includes {
	border-top: 1px solid var(--wh-line);
	grid-row: span 2;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wh-service-includes li {
	border-bottom: 1px solid var(--wh-line);
	font-family: var(--wh-font-heading);
	font-size: 19px;
	font-weight: 700;
	padding: 19px 18px 19px 42px;
	position: relative;
}

.wh-service-includes li::before {
	background: var(--wh-accent);
	content: "";
	height: 7px;
	left: 18px;
	position: absolute;
	top: 27px;
	width: 7px;
}

.wh-service-delivery aside {
	align-items: center;
	background: var(--wh-highlight);
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding: 28px 32px;
}

.wh-service-delivery aside p {
	font-family: var(--wh-font-heading);
	font-size: 20px;
	font-weight: 800;
	margin: 0;
}

.wh-service-delivery aside a {
	align-items: center;
	color: var(--wh-text);
	display: inline-flex;
	font-family: var(--wh-font-heading);
	font-size: 15px;
	font-weight: 800;
	gap: 12px;
}

.wh-service-proof {
	background: var(--wh-highlight);
}

.wh-service-proof__inner {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
}

.wh-service-proof h2 {
	font-family: var(--wh-font-heading);
	font-size: clamp(46px, 5vw, 76px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 48px 0 24px;
}

.wh-service-proof p:not(.wh-eyebrow) {
	font-size: 17px;
	line-height: 1.65;
	margin: 0 0 36px;
	max-width: 540px;
}

.wh-service-proof__media {
	align-items: flex-start;
	display: flex;
	height: 590px;
	justify-content: center;
	overflow: hidden;
}

.wh-service-proof__media img {
	height: auto;
	max-width: 390px;
	width: 72%;
}

.wh-service-audit-link {
	align-items: end;
	background: var(--wh-highlight);
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 72px max(40px, calc((100vw - var(--wh-content-width)) / 2 + 40px));
}

.wh-service-audit-link h2 {
	font-family: var(--wh-font-heading);
	font-size: clamp(38px, 4vw, 60px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 36px 0 20px;
	max-width: 850px;
}

.wh-service-audit-link p:last-child {
	font-size: 17px;
	margin: 0;
	max-width: 650px;
}

.wh-service-process {
	border-top: 1px solid var(--wh-line);
}

.wh-service-process__inner {
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(300px, 0.75fr) minmax(540px, 1.25fr);
}

.wh-service-process ol {
	border-top: 1px solid var(--wh-line);
	list-style: none;
	margin: 0;
	padding: 0;
}

.wh-service-process li {
	border-bottom: 1px solid var(--wh-line);
	display: grid;
	gap: 24px;
	grid-template-columns: 48px 130px 1fr;
	padding: 28px 0;
}

.wh-service-process li h3,
.wh-service-process li p {
	margin: 0;
}

.wh-service-process li h3 {
	font-family: var(--wh-font-heading);
	font-size: 22px;
	font-weight: 800;
}

.wh-service-process li p {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.6;
}

/* Free website review */
.wh-audit-hero,
.wh-audit-scope,
.wh-audit-form-section,
.wh-guides-hero,
.wh-guides-list,
.wh-home-guides,
.wh-home-audit,
.wh-article__hero,
.wh-article__layout {
	padding: 96px 40px;
}

.wh-audit-hero__inner {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
}

.wh-audit-hero h1 {
	margin-bottom: 30px;
}

.wh-audit-hero__inner > div:first-child > p:not(.wh-eyebrow) {
	font-size: 19px;
	line-height: 1.65;
	margin: 0 0 40px;
	max-width: 700px;
}

.wh-audit-hero__score {
	align-items: center;
	background: var(--wh-text);
	color: var(--wh-surface);
	display: flex;
	flex-direction: column;
	height: 480px;
	justify-content: center;
	position: relative;
	text-align: center;
}

.wh-audit-hero__score-number {
	font-family: var(--wh-font-heading);
	font-size: 132px;
	font-weight: 800;
	line-height: 0.8;
	position: relative;
	z-index: 1;
}

.wh-audit-hero__score p {
	font-size: 16px;
	line-height: 1.45;
	margin: 24px 0 0;
	position: relative;
	z-index: 1;
}

.wh-audit-hero__score svg {
	color: rgba(255, 255, 255, 0.12);
	height: 92%;
	position: absolute;
	width: 92%;
}

.wh-audit-hero__score svg * {
	fill: none;
	stroke: currentColor;
	stroke-width: 1;
}

.wh-audit-scope {
	background: var(--wh-highlight);
}

.wh-audit-scope__inner {
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(320px, 0.8fr) minmax(520px, 1.2fr);
}

.wh-audit-scope ol {
	border-top: 1px solid rgba(16, 27, 42, 0.22);
	list-style: none;
	margin: 0;
	padding: 0;
}

.wh-audit-scope li {
	border-bottom: 1px solid rgba(16, 27, 42, 0.22);
	display: grid;
	gap: 24px;
	grid-template-columns: 44px 1fr;
	padding: 22px 0;
}

.wh-audit-scope li > span {
	color: var(--wh-accent);
	font-family: var(--wh-font-heading);
	font-size: 14px;
	font-weight: 800;
}

.wh-audit-scope h3,
.wh-audit-scope li p {
	margin: 0;
}

.wh-audit-scope h3 {
	font-family: var(--wh-font-heading);
	font-size: 22px;
	font-weight: 800;
}

.wh-audit-scope li p {
	font-size: 15px;
	line-height: 1.6;
	margin-top: 8px;
}

.wh-audit-form-section__inner {
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(320px, 0.8fr) minmax(480px, 1.2fr);
}

.wh-audit-form {
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
	padding: 40px;
}

.wh-audit-form .wh-field + .wh-field {
	margin-top: 24px;
}

/* Guides and articles */
.wh-guides-hero {
	border-bottom: 1px solid var(--wh-line);
}

.wh-guides-hero__inner {
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.wh-guides-hero__inner > .wh-eyebrow {
	grid-column: 1 / -1;
}

.wh-guides-hero h1 {
	margin: 0;
}

.wh-guides-hero__inner > p:last-child {
	align-self: end;
	border-left: 1px solid var(--wh-line);
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
	padding-left: 32px;
}

.wh-guides-list header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 64px;
}

.wh-guides-list header .wh-eyebrow {
	grid-column: 1 / -1;
}

.wh-guide-grid,
.wh-home-guides__grid {
	border-left: 1px solid var(--wh-line);
	border-top: 1px solid var(--wh-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wh-guide-card,
.wh-home-guides__grid article {
	border-bottom: 1px solid var(--wh-line);
	border-right: 1px solid var(--wh-line);
	display: flex;
	flex-direction: column;
	min-height: 430px;
	padding: 32px;
}

.wh-guide-card__meta {
	color: var(--wh-text-muted);
	font-size: 12px !important;
	margin: 54px 0 0 !important;
	text-transform: uppercase;
}

.wh-guide-card h3,
.wh-home-guides__grid h3 {
	font-family: var(--wh-font-heading);
	font-size: 27px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 20px 0 18px;
}

.wh-guide-card h3 a,
.wh-home-guides__grid h3 a {
	color: var(--wh-text);
}

.wh-guide-card > p:not(.wh-guide-card__meta),
.wh-home-guides__grid article > p {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.wh-guide-card__link,
.wh-home-guides__grid article > a:last-child {
	align-items: center;
	color: var(--wh-text);
	display: inline-flex;
	font-family: var(--wh-font-heading);
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	margin-top: auto;
	padding-top: 28px;
}

.wh-home-guides {
	border-top: 1px solid var(--wh-line);
}

.wh-home-guides header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.65fr);
	margin-bottom: 56px;
}

.wh-home-guides header .wh-eyebrow {
	grid-column: 1 / -1;
}

.wh-home-guides header > p:last-child {
	align-self: end;
}

.wh-home-guides__grid article {
	min-height: 390px;
}

.wh-home-guides__all {
	margin-top: 32px;
}

.wh-home-audit {
	background: var(--wh-highlight);
}

.wh-home-audit__inner {
	align-items: end;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.wh-home-audit h2 {
	font-family: var(--wh-font-heading);
	font-size: clamp(38px, 4.6vw, 68px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 40px 0 22px;
	max-width: 900px;
}

.wh-home-audit p:last-child {
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 720px;
}

.wh-article__hero {
	border-bottom: 1px solid var(--wh-line);
}

.wh-article__hero > div {
	max-width: 1160px;
}

.wh-article__hero .wh-eyebrow a {
	color: var(--wh-text);
}

.wh-article__hero h1 {
	font-size: clamp(52px, 6vw, 88px);
	max-width: 1100px;
}

.wh-article__hero > div > p:last-child {
	font-size: 20px;
	line-height: 1.65;
	margin: 0;
	max-width: 780px;
}

.wh-article__layout {
	display: grid;
	gap: 96px;
	grid-template-columns: 280px minmax(0, 760px);
	justify-content: center;
}

.wh-article__aside {
	align-self: start;
	border-top: 3px solid var(--wh-accent);
	position: sticky;
	top: calc(var(--wh-header-height) + 32px);
}

.wh-article__aside p {
	font-size: 14px;
	line-height: 1.6;
	margin: 20px 0 0;
}

.wh-article__aside a {
	align-items: center;
	color: var(--wh-text);
	display: flex;
	font-family: var(--wh-font-heading);
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	margin-top: 32px;
}

.wh-article__content {
	font-size: 17px;
	line-height: 1.75;
}

.wh-article__content h2 {
	font-family: var(--wh-font-heading);
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 64px 0 18px;
}

.wh-article__content p,
.wh-article__content ul {
	margin: 0 0 24px;
}

.wh-article__content li + li {
	margin-top: 10px;
}

.wh-article-lead {
	font-size: 21px;
	line-height: 1.65;
}

.wh-article-cta {
	align-items: center;
	background: var(--wh-accent);
	color: var(--wh-surface);
	display: flex;
	font-family: var(--wh-font-heading);
	font-weight: 800;
	justify-content: space-between;
	margin-top: 48px;
	padding: 22px 24px;
}

@media (max-width: 1180px) {
	.wh-site-header__inner {
		grid-template-columns: 205px minmax(0, 1fr) auto;
	}

	.wh-site-logo {
		font-size: 22px;
		gap: 6px;
		padding-right: 12px;
	}

	.wh-site-logo__mark {
		height: 28px;
	}

	.wh-site-nav {
		gap: 24px;
	}

	.wh-site-cta {
		font-size: 13px;
		padding: 0 16px;
	}

	.wh-service-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
	}
}

@media (max-width: 1024px) {
	.wh-subpage-hero__inner {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
	}

	.wh-subpage-hero__inner > .wh-eyebrow,
	.wh-subpage-hero h1,
	.wh-subpage-hero__inner > p:last-child {
		grid-column: 1;
		grid-row: auto;
	}

	.wh-service-hero__inner,
	.wh-service-delivery__inner,
	.wh-service-proof__inner,
	.wh-service-process__inner,
	.wh-audit-hero__inner,
	.wh-audit-scope__inner,
	.wh-audit-form-section__inner,
	.wh-guides-hero__inner,
	.wh-article__layout {
		grid-template-columns: 1fr;
	}

	.wh-service-hero__visual {
		min-height: 430px;
	}

	.wh-service-includes {
		grid-row: auto;
	}

	.wh-service-proof__media {
		height: 500px;
	}

	.wh-service-process {
		padding-top: 80px;
	}

	.wh-guides-hero__inner > .wh-eyebrow {
		grid-column: 1;
	}

	.wh-guides-hero__inner > p:last-child {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
		padding-left: 0;
		padding-top: 28px;
	}

	.wh-article__aside {
		position: static;
	}
}

@media (max-width: 860px) {
	.wh-site-cta {
		font-size: 0;
		min-width: 0;
		padding: 0;
		width: 48px;
	}

	.wh-site-cta .wh-arrow-icon {
		height: 20px;
		width: 20px;
	}

	.wh-service-outcomes,
	.wh-guide-grid,
	.wh-home-guides__grid {
		grid-template-columns: 1fr;
	}

	.wh-service-outcomes article,
	.wh-service-outcomes article:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.24);
		border-left: 0;
		border-right: 0;
		min-height: 0;
	}

	.wh-service-outcomes h3 {
		margin-top: 34px;
	}

	.wh-guide-card,
	.wh-home-guides__grid article {
		min-height: 340px;
	}

	.wh-service-audit-link,
	.wh-home-audit__inner {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.wh-guides-list header,
	.wh-home-guides header {
		grid-template-columns: 1fr;
	}

	.wh-home-guides header > p:last-child {
		margin-top: 20px;
	}
}

@media (max-width: 700px) {
	.wh-service-hero,
	.wh-service-promise,
	.wh-service-delivery,
	.wh-service-proof,
	.wh-service-process,
	.wh-audit-hero,
	.wh-audit-scope,
	.wh-audit-form-section,
	.wh-guides-hero,
	.wh-guides-list,
	.wh-home-guides,
	.wh-home-audit,
	.wh-article__hero,
	.wh-article__layout {
		padding: 72px 18px;
	}

	.wh-service-hero__inner {
		gap: 48px;
		min-height: 0;
	}

	.wh-service-hero h1,
	.wh-audit-hero h1,
	.wh-guides-hero h1,
	.wh-article__hero h1 {
		font-size: 48px;
		line-height: 0.98;
		margin: 44px 0 24px;
	}

	.wh-service-hero__copy > p:last-of-type,
	.wh-audit-hero__inner > div:first-child > p:not(.wh-eyebrow) {
		font-size: 16px;
	}

	.wh-service-hero__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 22px;
		margin-top: 36px;
	}

	.wh-service-hero__actions .wh-button {
		width: 100%;
	}

	.wh-service-hero__visual {
		min-height: 300px;
	}

	.wh-service-hero__index {
		font-size: 112px;
	}

	.wh-service-promise h2 {
		font-size: 36px;
		margin: 44px 0 48px;
	}

	.wh-service-outcomes article {
		padding: 30px 0;
	}

	.wh-service-delivery header h2,
	.wh-service-process header h2,
	.wh-audit-scope header h2,
	.wh-audit-form-section header h2,
	.wh-guides-list header h2,
	.wh-home-guides header h2 {
		font-size: 38px;
		margin-top: 38px;
	}

	.wh-service-includes li {
		font-size: 16px;
		padding-right: 0;
	}

	.wh-service-delivery aside {
		align-items: flex-start;
		flex-direction: column;
		padding: 24px;
	}

	.wh-service-proof__media {
		height: 420px;
	}

	.wh-service-proof__media img {
		width: 88%;
	}

	.wh-service-audit-link {
		padding: 64px 18px;
	}

	.wh-service-audit-link .wh-button,
	.wh-home-audit .wh-button {
		width: 100%;
	}

	.wh-service-process li {
		grid-template-columns: 38px 1fr;
	}

	.wh-service-process li p {
		grid-column: 2;
	}

	.wh-audit-hero__score {
		height: 330px;
	}

	.wh-audit-hero__score-number {
		font-size: 96px;
	}

	.wh-audit-form {
		padding: 24px;
	}

	.wh-guide-card,
	.wh-home-guides__grid article {
		min-height: 320px;
		padding: 26px;
	}

	.wh-guide-card h3,
	.wh-home-guides__grid h3 {
		font-size: 24px;
	}

	.wh-home-audit h2 {
		font-size: 38px;
	}

	.wh-article__layout {
		gap: 52px;
	}

	.wh-article__content {
		font-size: 16px;
	}

	.wh-article__content h2 {
		font-size: 28px;
		margin-top: 52px;
	}

	.wh-article-lead {
		font-size: 19px;
	}

	.wh-subpage-cta {
		padding-left: 24px;
		padding-right: 24px;
	}
}

/* Homepage flow: one spacing rhythm and intentional surface changes. */
.wh-home .wh-services,
.wh-home .wh-case,
.wh-home .wh-pricing,
.wh-home .wh-process,
.wh-home .wh-about,
.wh-home .wh-home-guides,
.wh-home .wh-faq,
.wh-home .wh-contact {
	padding-bottom: 72px;
	padding-top: 72px;
}

.wh-home .wh-case,
.wh-home .wh-about,
.wh-home .wh-faq {
	background: var(--wh-surface);
}

.wh-home .wh-pricing,
.wh-home .wh-home-guides,
.wh-home .wh-contact {
	background: var(--wh-bg);
}

.wh-home .wh-process {
	background: var(--wh-highlight);
	overflow: hidden;
	padding-bottom: 44px;
	padding-top: 44px;
	position: relative;
}

/* Process: one concise introduction and a connected four-step sequence. */
.wh-home .wh-process__inner {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr);
}

.wh-home .wh-process__intro {
	align-items: end;
	column-gap: clamp(40px, 7vw, 96px);
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
	margin: 0;
	row-gap: 14px;
}

.wh-home .wh-process__intro .wh-eyebrow {
	grid-column: 1 / -1;
}

.wh-home .wh-process__heading {
	font-size: clamp(42px, 4vw, 56px);
	line-height: 1;
}

.wh-home .wh-process__lead {
	margin-bottom: 4px;
	max-width: 430px;
}

.wh-home .wh-process__grid {
	background: transparent;
	border: 1px solid rgba(16, 27, 42, 0.22);
	border-top: 1px solid rgba(16, 27, 42, 0.22);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wh-home .wh-step {
	background: transparent;
	display: flex;
	min-height: 176px;
	padding: 20px;
}

.wh-home .wh-step + .wh-step {
	border-left: 1px solid rgba(16, 27, 42, 0.22);
	border-top: 0;
}

.wh-home .wh-step__label {
	align-items: center;
	gap: 10px;
}

.wh-home .wh-step__number {
	font-size: 30px;
	min-width: 38px;
}

.wh-home .wh-step__name {
	font-size: 20px;
}

.wh-home .wh-step__text {
	border: 0;
	color: var(--wh-text);
	font-size: 14px;
	line-height: 1.55;
	margin: 16px 0 0;
	padding: 14px 0 0;
}

.wh-home .wh-process__cta {
	align-items: center;
	background: var(--wh-text);
	border: 0;
	flex-direction: row;
	justify-content: space-between;
	padding: 14px 20px;
}

.wh-home .wh-process__cta h3 {
	color: var(--wh-surface);
}

.wh-home .wh-process__cta-link {
	min-height: 44px;
}

@media (max-width: 980px) {
	.wh-home .wh-process__intro {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-home .wh-process__lead {
		max-width: 620px;
	}

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

	.wh-home .wh-step:nth-child(3) {
		border-left: 0;
	}

	.wh-home .wh-step:nth-child(n + 3) {
		border-top: 1px solid rgba(16, 27, 42, 0.22);
	}
}

@media (max-width: 700px) {
	.wh-home .wh-process {
		padding-bottom: 44px;
		padding-top: 44px;
	}

	.wh-home .wh-process__inner {
		gap: 24px;
	}

	.wh-home .wh-process__heading {
		font-size: clamp(36px, 11vw, 44px);
		line-height: 1;
	}

	.wh-home .wh-step {
		display: grid;
		gap: 18px;
		grid-template-columns: 112px minmax(0, 1fr);
		min-height: 0;
		padding: 20px;
	}

	.wh-home .wh-process__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-home .wh-step {
		min-height: 0;
		padding: 22px 18px;
	}

	.wh-home .wh-step + .wh-step,
	.wh-home .wh-step:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(16, 27, 42, 0.22);
	}

	.wh-home .wh-step__number {
		font-size: 32px;
		min-width: 40px;
	}

	.wh-home .wh-step__text {
		font-size: 15px;
		margin: 0;
		padding: 0;
	}

	.wh-home .wh-process__cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 24px;
	}

	.wh-home .wh-process__cta-link {
		justify-content: space-between;
		width: 100%;
	}
}

.wh-home .wh-home-audit {
	padding-bottom: 72px;
	padding-top: 72px;
}

/* FAQ becomes one balanced composition instead of a heading above a long list. */
.wh-home .wh-faq__inner {
	display: grid;
	grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
}

.wh-home .wh-faq__intro {
	background: var(--wh-text);
	color: var(--wh-surface);
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 100%;
	padding: 48px;
}

.wh-home .wh-faq__intro .wh-eyebrow,
.wh-home .wh-faq__heading {
	color: var(--wh-surface);
}

.wh-home .wh-faq__heading {
	margin-top: 48px;
}

.wh-faq__lead {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.65;
	margin: 28px 0 0;
	max-width: 420px;
}

.wh-faq__contact {
	align-items: center;
	color: var(--wh-surface);
	display: inline-flex;
	font-family: var(--wh-font-heading);
	font-size: 15px;
	font-weight: 800;
	gap: 14px;
	margin-top: auto;
	padding-top: 56px;
	width: fit-content;
}

.wh-faq__contact .wh-arrow-icon {
	height: 18px;
	width: 18px;
}

.wh-home .wh-faq__list {
	border-left: 0;
}

.wh-home .wh-faq__item summary {
	min-height: 74px;
}

/* The contact side panel now carries useful information and anchors the page ending. */
.wh-home .wh-contact__aside {
	background: var(--wh-text);
	color: var(--wh-surface);
	display: flex;
	flex-direction: column;
}

.wh-home .wh-contact__aside h3,
.wh-home .wh-contact__email {
	color: var(--wh-surface);
}

.wh-home .wh-contact__place {
	border-color: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.68);
}

.wh-contact__facts {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	list-style: none;
	margin: auto 0 0;
	padding: 32px 0 0;
}

.wh-contact__facts li {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 1.5;
	padding-left: 20px;
	position: relative;
}

.wh-contact__facts li + li {
	margin-top: 14px;
}

.wh-contact__facts li::before {
	background: var(--wh-accent);
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 6px;
}

@media (max-width: 860px) {
	.wh-home .wh-faq__inner {
		grid-template-columns: 1fr;
	}

	.wh-home .wh-faq__intro {
		min-height: 440px;
		padding: 40px;
	}

	.wh-home .wh-faq__list {
		border-left: 1px solid var(--wh-line);
		border-top: 0;
	}

	.wh-contact__facts {
		margin-top: 48px;
	}
}

@media (max-width: 700px) {
	.wh-home .wh-services,
	.wh-home .wh-case,
	.wh-home .wh-pricing,
	.wh-home .wh-process,
	.wh-home .wh-about,
	.wh-home .wh-home-guides,
	.wh-home .wh-faq,
	.wh-home .wh-home-audit,
	.wh-home .wh-contact {
		padding-bottom: 56px;
		padding-top: 56px;
	}

	.wh-home .wh-faq__intro {
		min-height: 390px;
		padding: 30px 26px;
	}

	.wh-home .wh-faq__heading {
		margin-top: 38px;
	}

	.wh-faq__contact {
		padding-top: 44px;
	}
}

/* The opening is one centered statement; services begin as a separate chapter. */
.wh-home .wh-hero::before {
	background-image: url("assets/images/hero-craft-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	inset: 0;
	opacity: 0.82;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.wh-home .wh-hero__inner {
	align-items: center;
	padding-bottom: 64px;
	text-align: center;
}

.wh-home .wh-hero__title-line {
	justify-content: center;
}

.wh-home .wh-hero__footer {
	align-items: center;
	flex-direction: column;
	margin-top: 44px;
}

.wh-home .wh-hero__lead {
	border-right: 0;
	max-width: 620px;
	padding-right: 0;
	text-align: center;
}

.wh-home .wh-hero__actions {
	justify-content: center;
	margin-top: 28px;
	padding-left: 0;
}

.wh-home .wh-services {
	padding-top: 0;
}

/* Guide cards use the existing palette as a quiet three-step sequence. */
.wh-home .wh-home-guides__grid article:nth-child(1) {
	background: var(--wh-surface);
}

.wh-home .wh-home-guides__grid article:nth-child(2) {
	background: var(--wh-highlight);
}

.wh-home .wh-home-guides__grid article:nth-child(3) {
	background: var(--wh-text);
	border-color: var(--wh-text);
	color: var(--wh-surface);
}

.wh-home .wh-home-guides__grid article:nth-child(3) h3 a,
.wh-home .wh-home-guides__grid article:nth-child(3) > a:last-child {
	color: var(--wh-surface);
}

.wh-home .wh-home-guides__grid article:nth-child(3) > p {
	color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 700px) {
	.wh-home .wh-hero::before {
		display: none;
	}

	.wh-home .wh-hero__inner {
		padding-bottom: 56px;
	}

	.wh-home .wh-hero__footer {
		margin-top: 36px;
	}
}

/* Compact header built around the complete logo lockup. */
:root {
	--wh-header-height: 72px;
}

.wh-site-header__inner {
	gap: 32px;
	grid-template-columns: 220px minmax(0, 1fr) auto;
	padding-left: 32px;
	padding-right: 32px;
}

.wh-site-logo {
	align-items: center;
	border-right: 0;
	display: flex;
	height: 100%;
	line-height: 0;
	padding: 0;
	width: fit-content;
}

.wh-site-logo__image {
	display: block;
	height: auto;
	max-width: 100%;
	width: 196px;
}

.wh-site-nav {
	gap: 30px;
	justify-content: center;
}

.wh-site-nav > a:not(.wh-site-nav__mobile-cta),
.wh-site-nav__services summary {
	font-family: var(--wh-font-body);
	font-size: 14px;
	font-weight: 600;
}

.wh-site-nav > a:not(.wh-site-nav__mobile-cta)::after {
	bottom: -8px;
	height: 2px;
}

.wh-site-cta {
	font-size: 14px;
	gap: 14px;
	min-height: 44px;
	padding: 0 16px;
}

.wh-site-cta .wh-arrow-icon {
	height: 17px;
	width: 17px;
}

@media (max-width: 1180px) {
	.wh-site-header__inner {
		gap: 22px;
		grid-template-columns: 190px minmax(0, 1fr) auto;
		padding-left: 24px;
		padding-right: 24px;
	}

	.wh-site-logo {
		padding: 0;
	}

	.wh-site-logo__image {
		width: 174px;
	}

	.wh-site-nav {
		gap: 22px;
	}
}

@media (max-width: 860px) {
	:root {
		--wh-header-height: 68px;
	}

	.wh-site-header__inner {
		gap: 16px;
		grid-template-columns: minmax(0, 1fr) auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.wh-site-logo__image {
		width: 166px;
	}

	.wh-site-nav > a:not(.wh-site-nav__mobile-cta),
	.wh-site-nav__services summary {
		font-size: 22px;
		font-weight: 700;
	}

	.wh-menu-toggle {
		height: 40px;
		width: 40px;
	}
}

@media (max-width: 390px) {
	.wh-site-header__inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.wh-site-logo__image {
		width: 154px;
	}
}

/* Header refinement: crisp logo and a structured service menu. */
.wh-site-header__inner {
	grid-template-columns: 230px minmax(0, 1fr) auto;
}

.wh-site-logo__image {
	width: 220px;
}

.wh-site-nav > a:not(.wh-site-nav__mobile-cta),
.wh-site-nav__services summary {
	font-size: 14px;
	font-weight: 600;
}

.wh-site-nav__services summary {
	gap: 6px;
}

.wh-site-nav__chevron {
	display: block;
	fill: none;
	height: 14px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 160ms ease;
	width: 14px;
}

.wh-site-nav__services::after {
	height: 22px;
	left: -24px;
	width: 460px;
}

.wh-site-nav__services:not([open]) .wh-site-nav__submenu {
	display: none;
}

.wh-site-nav__services[open] .wh-site-nav__submenu {
	display: grid;
}

.wh-site-nav__submenu {
	border-top: 3px solid var(--wh-accent);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	left: -24px;
	min-width: 460px;
	padding: 0;
	top: calc(100% + 22px);
}

.wh-site-nav__submenu a {
	align-items: center;
	border-bottom: 1px solid var(--wh-line);
	border-right: 1px solid var(--wh-line);
	display: grid;
	gap: 10px;
	grid-template-columns: 24px minmax(0, 1fr);
	min-height: 82px;
	padding: 14px 16px;
}

.wh-site-nav__submenu a:nth-child(even) {
	border-right: 0;
}

.wh-site-nav__submenu a:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.wh-site-nav__submenu a:hover,
.wh-site-nav__submenu a:focus-visible,
.wh-site-nav__submenu a.is-current {
	background: #edf2f4;
}

.wh-site-nav__submenu-index {
	color: var(--wh-accent);
	font-family: var(--wh-font-heading);
	font-size: 11px;
	font-weight: 800;
}

.wh-site-nav__submenu strong,
.wh-site-nav__submenu small {
	display: block;
}

.wh-site-nav__submenu strong {
	font-family: var(--wh-font-heading);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.wh-site-nav__submenu small {
	color: var(--wh-text-muted);
	font-size: 12px;
	line-height: 1.35;
	margin-top: 5px;
}

.wh-site-cta {
	font-size: 13px;
	min-height: 42px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 1180px) {
	.wh-site-header__inner {
		grid-template-columns: 196px minmax(0, 1fr) auto;
	}

	.wh-site-logo__image {
		width: 180px;
	}

	.wh-site-nav {
		gap: 20px;
	}
}

@media (max-width: 860px) {
	.wh-site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.wh-site-logo__image {
		width: 170px;
	}

	.wh-site-nav > a:not(.wh-site-nav__mobile-cta),
	.wh-site-nav__services summary {
		font-size: 22px;
	}

	.wh-site-nav__services::after {
		display: none;
	}

	.wh-site-nav__services[open] .wh-site-nav__submenu {
		display: grid;
	}

	.wh-site-nav__submenu {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.wh-site-nav__submenu a,
	.wh-site-nav__submenu a:nth-child(even),
	.wh-site-nav__submenu a:nth-last-child(-n + 2) {
		border-bottom: 1px solid var(--wh-line);
		border-right: 0;
		min-height: 68px;
	}

	.wh-site-nav__submenu a:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 390px) {
	.wh-site-logo__image {
		width: 160px;
	}
}

/* Final homepage refinement: consistent titles, compact introductions and responsive navigation. */
.wh-case__mark {
	display: inline-block;
	vertical-align: 0.08em;
}

.wh-heading-tail {
	align-items: baseline;
	display: inline-flex;
	white-space: nowrap;
}

.wh-field select {
	height: 50px !important;
	line-height: 1.4 !important;
	padding: 0 42px 0 14px !important;
}

.wh-home .wh-services__intro h2,
.wh-home .wh-pricing__heading,
.wh-home .wh-process__heading,
.wh-home .wh-about__heading,
.wh-home .wh-home-guides header h2,
.wh-home .wh-faq__heading,
.wh-home .wh-contact__heading {
	max-width: 820px;
}

.wh-home .wh-process__intro,
.wh-home .wh-home-guides header {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.wh-home .wh-process__intro .wh-eyebrow,
.wh-home .wh-home-guides header .wh-eyebrow {
	margin-bottom: 20px;
}

.wh-home .wh-process__heading,
.wh-home .wh-home-guides header h2 {
	margin: 0;
}

.wh-home .wh-process__lead,
.wh-home .wh-home-guides header > p:last-child {
	margin-top: 20px;
	max-width: 650px;
}

.wh-home .wh-home-guides header {
	margin-bottom: 40px;
}

.wh-home .wh-process__inner {
	gap: 24px;
}

.wh-home .wh-faq__intro {
	min-height: 0;
	padding: 42px;
}

.wh-home .wh-faq__heading {
	margin-top: 32px;
}

.wh-faq__contact {
	margin-top: 36px;
	padding-top: 0;
}

/* Footer: branded, useful and quiet enough to close the page cleanly. */
.wh-site-footer {
	border-top: 5px solid var(--wh-accent);
	overflow: hidden;
	padding-bottom: 32px;
	padding-top: 72px;
	position: relative;
}

.wh-site-footer::after {
	background: url("assets/images/webbhantverk-mark-light.png") center / contain no-repeat;
	content: "";
	filter: none;
	height: 430px;
	opacity: 0.035;
	pointer-events: none;
	position: absolute;
	right: -80px;
	top: 46px;
	width: 430px;
}

.wh-site-footer__inner {
	column-gap: clamp(32px, 5vw, 72px);
	grid-template-columns: minmax(280px, 1.45fr) minmax(140px, 0.7fr) minmax(180px, 0.9fr) minmax(170px, 0.75fr);
	position: relative;
	z-index: 1;
}

.wh-site-footer__logo {
	display: block;
	line-height: 0;
	width: min(100%, 280px);
}

.wh-site-footer__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.wh-site-footer__tagline {
	font-size: 16px;
	margin-top: 22px;
	max-width: 350px;
}

.wh-site-footer__project-link {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.36);
	color: var(--wh-surface);
	display: inline-flex;
	font-family: var(--wh-font-heading);
	font-size: 15px;
	font-weight: 800;
	gap: 14px;
	margin-top: 30px;
	padding-bottom: 9px;
}

.wh-site-footer__project-link .wh-arrow-icon {
	height: 17px;
	width: 17px;
}

.wh-site-footer__col h2 {
	color: var(--wh-surface);
	letter-spacing: 0;
	text-transform: none;
}

.wh-site-footer__bottom {
	margin-top: 20px;
}

.wh-menu-backdrop {
	display: none;
}

@media (max-width: 860px) {
	body.wh-menu-open {
		overflow: hidden;
	}

	.wh-site-logo,
	.wh-menu-toggle {
		position: relative;
		z-index: 104;
	}

	.wh-menu-backdrop {
		background: rgba(16, 27, 42, 0.42);
		border: 0;
		display: block;
		inset: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		transition: opacity 220ms ease;
		visibility: hidden;
		z-index: 101;
	}

	body.wh-menu-open .wh-menu-backdrop {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
	}

	.wh-site-nav {
		align-items: stretch;
		background: var(--wh-bg);
		border-left: 1px solid var(--wh-line);
		border-top: 5px solid var(--wh-accent);
		display: flex;
		flex-direction: column;
		gap: 0;
		height: 100svh;
		left: auto;
		overflow-y: auto;
		padding: calc(var(--wh-header-height) + 34px) 28px 28px;
		right: 0;
		top: 0;
		transform: translateX(100%);
		transition: transform 240ms ease, visibility 240ms ease;
		visibility: hidden;
		width: min(460px, 58vw);
		z-index: 102;
	}

	.wh-site-nav::before {
		align-self: auto;
		content: "Navigering";
		margin-bottom: 14px;
		padding: 0;
	}

	.wh-site-nav.is-open {
		display: flex;
		transform: translateX(0);
		visibility: visible;
	}

	.wh-site-nav > a:not(.wh-site-nav__mobile-cta),
	.wh-site-nav__services summary {
		font-size: 20px;
		min-height: 58px;
	}

	.wh-site-nav > a:not(.wh-site-nav__mobile-cta) {
		grid-template-columns: 30px minmax(0, 1fr) 20px;
		margin: 0;
		padding-left: 8px;
		padding-right: 8px;
	}

	.wh-site-nav__services {
		margin: 0;
	}

	.wh-site-nav__services summary {
		grid-template-columns: 30px minmax(0, 1fr) 20px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.wh-site-nav__submenu {
		background: transparent;
		padding: 6px 8px 12px 38px;
	}

	.wh-site-nav__submenu a,
	.wh-site-nav__submenu a:nth-child(even),
	.wh-site-nav__submenu a:nth-last-child(-n + 2) {
		background: var(--wh-surface);
		min-height: 60px;
		padding: 10px 12px;
	}

	.wh-site-nav__submenu small {
		display: none;
	}

	.wh-site-nav__mobile-cta {
		margin-top: auto;
	}

	.wh-site-footer__inner {
		grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(150px, 0.75fr));
	}

	.wh-site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.wh-home .wh-hero {
		min-height: 0;
	}

	.wh-home .wh-hero::before {
		background-position: 62% center;
		display: block;
		opacity: 0.38;
	}

	.wh-home .wh-hero__inner {
		align-items: flex-start;
		min-height: 0;
		padding: 42px 20px 48px;
		text-align: left;
	}

	.wh-home .wh-hero__inner::before {
		display: none;
	}

	.wh-home .wh-hero .wh-eyebrow {
		margin-bottom: 28px;
	}

	.wh-home .wh-hero__title {
		font-size: clamp(44px, 12.4vw, 54px);
		line-height: 0.98;
	}

	.wh-home .wh-hero__title-line,
	.wh-home .wh-hero__title-word,
	.wh-home .wh-hero__highlight {
		justify-content: flex-start;
		margin-left: 0;
	}

	.wh-home .wh-hero__title-line--first {
		display: flex;
		flex-direction: column;
		gap: 7px;
	}

	.wh-home .wh-hero__highlight {
		margin-bottom: 0;
		margin-top: 0;
	}

	.wh-home .wh-hero__title-line--second {
		display: flex;
		font-size: 0.72em;
		gap: 0.22em;
		margin-top: 13px;
		white-space: nowrap;
	}

	.wh-home .wh-hero__title-word--som,
	.wh-home .wh-hero__title-word--skillnad {
		display: inline-flex;
		margin: 0;
		width: auto;
	}

	.wh-home .wh-hero__mark {
		height: 10px;
		margin-left: 6px;
		width: 10px;
	}

	.wh-home .wh-hero__footer {
		align-items: stretch;
		margin-top: 34px;
		width: 100%;
	}

	.wh-home .wh-hero__lead {
		border: 0;
		font-size: 16px;
		max-width: 390px;
		padding: 0;
		text-align: left;
	}

	.wh-home .wh-hero__actions {
		align-items: stretch;
		gap: 10px;
		justify-content: flex-start;
		margin-top: 24px;
		padding: 0;
	}

	.wh-home .wh-hero__actions .wh-button {
		min-height: 52px;
		width: 100%;
	}

	.wh-home .wh-process,
	.wh-home .wh-faq__intro {
		padding-left: 24px;
		padding-right: 24px;
	}

	.wh-home .wh-faq__heading {
		margin-top: 26px;
	}

	.wh-site-footer {
		padding: 56px 22px 26px;
	}

	.wh-site-footer::after {
		height: 300px;
		right: -120px;
		top: 70px;
		width: 300px;
	}

	.wh-site-footer__inner {
		gap: 36px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wh-site-footer__brand,
	.wh-site-footer__bottom {
		grid-column: 1 / -1;
	}

	.wh-site-footer__col:last-of-type {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.wh-site-nav {
		border-left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: 100vw;
	}

	.wh-site-nav > a:not(.wh-site-nav__mobile-cta),
	.wh-site-nav__services summary {
		font-size: 21px;
	}
}

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

	.wh-site-footer__brand,
	.wh-site-footer__bottom,
	.wh-site-footer__col:last-of-type {
		grid-column: auto;
	}

	.wh-site-footer__bottom,
	.wh-site-footer__legal {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (min-width: 901px) {
	.wh-home .wh-home-audit h2 {
		font-size: 44px;
		white-space: normal;
	}

	.wh-home-audit__result strong {
		font-size: 32px;
		hyphens: none;
		overflow-wrap: normal;
		word-break: normal;
	}
}

/* Keep section titles on one line when the desktop layout has room for them. */
.wh-home .wh-home-guides header > p:last-child {
	align-self: flex-start;
	text-align: left;
}

@media (min-width: 1101px) {
	.wh-home .wh-pricing__heading,
	.wh-home .wh-process__heading,
	.wh-home .wh-about__heading,
	.wh-home .wh-home-guides header h2,
	.wh-home .wh-faq__heading,
	.wh-home .wh-home-audit h2,
	.wh-home .wh-contact__heading {
		max-width: none;
		white-space: nowrap;
	}

	.wh-home .wh-faq__inner {
		grid-template-columns: minmax(470px, 0.92fr) minmax(0, 1.08fr);
	}

	.wh-home .wh-faq__heading {
		font-size: 40px;
	}

	.wh-home .wh-home-audit h2 {
		font-size: clamp(44px, 4.2vw, 58px);
	}
}

/* Clear editorial cards: each item reads as an article, not a service panel. */
.wh-home .wh-home-guides {
	background: var(--wh-bg);
}

.wh-home .wh-home-guides header {
	margin-bottom: 36px;
}

.wh-home .wh-home-guides header > p:last-child {
	max-width: 680px;
}

.wh-home .wh-home-guides__grid {
	border-color: var(--wh-text);
}

.wh-home .wh-home-guides__grid article {
	min-height: 360px;
	padding: 28px;
	position: relative;
}

.wh-home .wh-home-guides__grid article:nth-child(1) {
	background: var(--wh-surface);
}

.wh-home .wh-home-guides__grid article:nth-child(2) {
	background: var(--wh-highlight);
}

.wh-home .wh-home-guides__grid article:nth-child(3) {
	background: var(--wh-accent);
	border-color: var(--wh-accent-dark);
	color: var(--wh-surface);
}

.wh-home-guides__meta {
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1;
	text-transform: uppercase;
}

.wh-home-guides__meta span:first-child {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.wh-home-guides__meta span:first-child::before {
	background: currentColor;
	content: "";
	height: 7px;
	width: 7px;
}

.wh-home .wh-home-guides__grid article > span {
	display: block;
	font-size: 38px;
	line-height: 1;
	margin-top: 46px;
}

.wh-home .wh-home-guides__grid h3 {
	font-size: clamp(24px, 2.2vw, 30px);
	margin: 14px 0 16px;
}

.wh-home .wh-home-guides__grid article:nth-child(3) .wh-home-guides__meta,
.wh-home .wh-home-guides__grid article:nth-child(3) > span,
.wh-home .wh-home-guides__grid article:nth-child(3) h3 a,
.wh-home .wh-home-guides__grid article:nth-child(3) > p,
.wh-home .wh-home-guides__grid article:nth-child(3) .wh-home-guides__read {
	color: var(--wh-surface);
}

.wh-home .wh-home-guides__grid article:nth-child(3) > p {
	opacity: 0.82;
}

.wh-home .wh-home-guides__read {
	align-items: center;
	border-top: 1px solid currentColor;
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 18px;
	width: 100%;
}

.wh-home .wh-home-guides__read .wh-arrow-icon {
	height: 18px;
	width: 18px;
}

.wh-home .wh-home-guides__all {
	margin-top: 28px;
}

/* The free check explains the offer before asking for a click. */
.wh-home .wh-home-audit {
	background: var(--wh-highlight);
}

.wh-home .wh-home-audit__inner {
	align-items: stretch;
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
}

.wh-home-audit__content {
	padding: 44px 48px;
}

.wh-home .wh-home-audit h2 {
	font-size: clamp(42px, 4vw, 54px);
	margin: 32px 0 20px;
}

.wh-home .wh-home-audit__content > p:last-of-type {
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
	max-width: 650px;
}

.wh-home-audit__areas {
	border-top: 1px solid var(--wh-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
}

.wh-home-audit__areas li {
	font-family: var(--wh-font-heading);
	font-size: 15px;
	font-weight: 800;
	padding: 18px 12px 0 0;
}

.wh-home-audit__areas li + li {
	border-left: 1px solid var(--wh-line);
	padding-left: 18px;
}

.wh-home-audit__areas span {
	color: var(--wh-accent);
	display: block;
	font-size: 12px;
	margin-bottom: 8px;
}

.wh-home-audit__result {
	background: var(--wh-accent);
	color: var(--wh-surface);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px 38px;
}

.wh-home-audit__result > p {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.wh-home-audit__result strong {
	font-family: var(--wh-font-heading);
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.05;
}

.wh-home-audit__result > span {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 18px;
	opacity: 0.84;
}

.wh-home-audit__result .wh-button {
	background: var(--wh-text);
	border-color: var(--wh-text);
	color: var(--wh-surface);
	margin-top: 34px;
	min-width: 0;
	width: 100%;
}

.wh-heading-tail,
.wh-heading-tail .wh-case__mark {
	flex-shrink: 0;
}

@media (max-width: 900px) {
	.wh-home .wh-home-audit__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-home-audit__result {
		min-height: 330px;
	}
}

@media (max-width: 700px) {
	/* The mobile hero is a centered statement rather than a narrow desktop column. */
	.wh-home .wh-hero__inner {
		align-items: center;
		padding-left: 22px;
		padding-right: 22px;
		text-align: center;
	}

	.wh-home .wh-hero__title {
		width: 100%;
	}

	.wh-home .wh-hero__title-line,
	.wh-home .wh-hero__title-word,
	.wh-home .wh-hero__highlight {
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}

	.wh-home .wh-hero__title-line--first {
		align-items: center;
	}

	.wh-home .wh-hero__footer,
	.wh-home .wh-hero__actions {
		align-items: center;
	}

	.wh-home .wh-hero__lead {
		text-align: center;
	}

	.wh-home .wh-hero__actions {
		justify-content: center;
		width: min(100%, 330px);
	}

	/* Keep every process number and label intact in the left column. */
	.wh-home .wh-step {
		align-items: center;
		gap: 16px;
		grid-template-columns: 128px minmax(0, 1fr);
	}

	.wh-home .wh-step__label {
		flex-wrap: nowrap;
		white-space: nowrap;
	}

	.wh-home .wh-step__number {
		display: inline-block;
		flex: 0 0 44px;
		min-width: 44px;
		overflow-wrap: normal;
		white-space: nowrap;
		word-break: keep-all;
	}

	.wh-home .wh-home-guides header {
		margin-bottom: 30px;
	}

	.wh-home .wh-home-guides__grid article {
		min-height: 330px;
		padding: 24px;
	}

	.wh-home .wh-home-guides__grid article > span {
		font-size: 32px;
		margin-top: 36px;
	}

	.wh-home-audit__content,
	.wh-home-audit__result {
		padding: 32px 26px;
	}

	.wh-home .wh-home-audit h2 {
		font-size: 38px;
		margin-top: 28px;
	}

	.wh-home-audit__areas {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-home-audit__areas li,
	.wh-home-audit__areas li + li {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
		display: grid;
		grid-template-columns: 34px minmax(0, 1fr);
		padding: 14px 0;
	}

	.wh-home-audit__areas li:first-child {
		border-top: 0;
	}

	.wh-home-audit__areas span {
		margin: 2px 0 0;
	}

	.wh-home-audit__result {
		min-height: 300px;
	}

	/* Keep navigation useful without turning the footer into another full page. */
	.wh-site-footer {
		padding: 48px 20px 24px;
	}

	.wh-site-footer::after {
		display: none;
	}

	.wh-site-footer__inner {
		column-gap: 24px;
		gap: 30px 24px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wh-site-footer__brand,
	.wh-site-footer__bottom,
	.wh-site-footer__col:last-of-type {
		grid-column: 1 / -1;
	}

	.wh-site-footer__logo {
		width: min(100%, 245px);
	}

	.wh-site-footer__tagline {
		font-size: 15px;
		margin-top: 18px;
	}

	.wh-site-footer__project-link {
		margin-top: 24px;
	}

	.wh-site-footer__col h2 {
		margin-bottom: 12px;
	}

	.wh-site-footer__col li {
		font-size: 14px;
		padding: 3px 0;
	}

	.wh-site-footer__bottom {
		align-items: flex-start;
		gap: 14px;
		margin-top: 4px;
		padding-top: 22px;
	}

	.wh-site-footer__legal {
		flex-wrap: wrap;
		gap: 14px 22px;
	}
}

@media (max-width: 420px) {
	.wh-site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wh-site-footer__brand,
	.wh-site-footer__bottom,
	.wh-site-footer__col:last-of-type {
		grid-column: 1 / -1;
	}

	.wh-site-footer__bottom {
		flex-direction: row;
	}
}

@media (min-width: 901px) {
	.wh-home .wh-home-audit h2 {
		font-size: 42px;
		white-space: normal;
	}

	.wh-home-audit__result strong {
		font-size: 30px;
	}
}

/* Guides: calm editorial cards without a heavy frame or competing colour blocks. */
.wh-home .wh-home-guides__grid {
	border: 0;
	gap: 16px;
}

.wh-home .wh-home-guides__grid article,
.wh-home .wh-home-guides__grid article:nth-child(1),
.wh-home .wh-home-guides__grid article:nth-child(2),
.wh-home .wh-home-guides__grid article:nth-child(3) {
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
	border-radius: 4px;
	color: var(--wh-text);
	min-height: 360px;
	overflow: hidden;
	padding: 30px;
}

.wh-home .wh-home-guides__grid article:nth-child(2) {
	background: #f4f7f8;
}

.wh-home .wh-home-guides__grid article::before {
	background: var(--wh-accent);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wh-home .wh-home-guides__meta,
.wh-home .wh-home-guides__grid article:nth-child(3) .wh-home-guides__meta {
	color: var(--wh-text-muted);
}

.wh-home .wh-home-guides__meta span:first-child,
.wh-home .wh-home-guides__grid article > span,
.wh-home .wh-home-guides__grid article:nth-child(3) > span {
	color: var(--wh-accent);
}

.wh-home .wh-home-guides__grid article > span {
	font-size: 32px;
	margin-top: 30px;
}

.wh-home .wh-home-guides__grid article:nth-child(3) h3 a,
.wh-home .wh-home-guides__grid article:nth-child(3) > p,
.wh-home .wh-home-guides__grid article:nth-child(3) .wh-home-guides__read {
	color: var(--wh-text);
}

.wh-home .wh-home-guides__grid article:nth-child(3) > p {
	opacity: 1;
}

.wh-home .wh-home-guides__read {
	border-color: var(--wh-line);
}

@media (max-width: 700px) {
	.wh-home .wh-home-guides__grid {
		gap: 12px;
	}

	.wh-home .wh-home-guides__grid article,
	.wh-home .wh-home-guides__grid article:nth-child(1),
	.wh-home .wh-home-guides__grid article:nth-child(2),
	.wh-home .wh-home-guides__grid article:nth-child(3) {
		min-height: 310px;
		padding: 24px;
	}
}

/* Keep the project mockup optically centred on narrow screens. */
@media (max-width: 700px) {
	.wh-case__visual {
		align-items: center;
		justify-content: center;
		padding-bottom: 24px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 24px;
	}

	.wh-case__media {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.wh-case__backdrop {
		display: block;
	}

	.wh-home .wh-home-guides__grid article,
	.wh-home .wh-home-guides__grid article:nth-child(1),
	.wh-home .wh-home-guides__grid article:nth-child(2),
	.wh-home .wh-home-guides__grid article:nth-child(3) {
		height: auto;
		min-height: 0;
		overflow: visible;
	}

	.wh-home .wh-home-guides__read {
		display: flex;
		flex: 0 0 auto;
		margin-top: 24px;
		opacity: 1;
		visibility: visible;
	}
}

/* Guide links must remain visible regardless of excerpt length or card position. */
.wh-guide-card,
.wh-home .wh-home-guides__grid article {
	overflow: visible;
}

.wh-guide-card__link,
.wh-home .wh-home-guides__read,
.wh-home .wh-home-guides__grid article:nth-child(3) .wh-home-guides__read,
.wh-home .wh-home-guides__grid article:nth-child(3) > a.wh-home-guides__read:last-child {
	color: var(--wh-text);
	display: inline-flex;
	opacity: 1;
	position: relative;
	visibility: visible;
	z-index: 3;
}

/* --------------------------------------------------------------------------
   Prices page
   -------------------------------------------------------------------------- */

.wh-prices-page {
	background: var(--wh-bg);
}

.wh-price-hero {
	align-items: center;
	background-color: var(--wh-bg);
	border-bottom: 1px solid var(--wh-line);
	display: flex;
	min-height: 510px;
	padding: 48px var(--wh-section-x);
	position: relative;
}

.wh-price-hero__inner {
	align-items: center;
	display: grid;
	gap: clamp(36px, 4.5vw, 64px);
	grid-template-columns: minmax(560px, 1.12fr) minmax(340px, 0.88fr);
	margin: 0 auto;
	max-width: var(--wh-content-width);
	position: relative;
	width: 100%;
	z-index: 1;
}

.wh-price-hero__copy {
	max-width: 720px;
}

.wh-price-hero h1 {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: clamp(48px, 4.7vw, 68px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
	margin: var(--wh-3) 0 0;
}

.wh-price-hero h1 > span {
	display: block;
}

.wh-price-hero__lead {
	color: var(--wh-text);
	font-size: 18px;
	line-height: 1.6;
	margin: var(--wh-3) 0 0;
	max-width: 620px;
}

.wh-price-hero__actions {
	display: flex;
	gap: 14px;
	justify-content: flex-start;
	margin-top: var(--wh-4);
}

.wh-price-hero__actions .wh-button {
	min-width: 210px;
}

.wh-price-hero__illustration {
	justify-self: start;
	margin: 0;
	min-width: 0;
	width: min(100%, 450px);
}

.wh-price-hero__illustration img {
	display: block;
	height: auto;
	width: 100%;
}

.wh-price-promises {
	background: var(--wh-surface);
	border-bottom: 1px solid var(--wh-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: var(--wh-content-width);
}

.wh-price-promises > div {
	display: grid;
	gap: 5px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 26px 30px;
}

.wh-price-promises > div + div {
	border-left: 1px solid var(--wh-line);
}

.wh-price-promises span {
	color: var(--wh-accent);
	font-family: var(--wh-font-heading);
	font-size: 13px;
	font-weight: 800;
	grid-row: 1 / 3;
}

.wh-price-promises strong {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 16px;
	font-weight: 800;
}

.wh-price-promises p {
	color: var(--wh-text-muted);
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.wh-price-section,
.wh-price-included,
.wh-price-facts,
.wh-price-faq {
	padding: var(--wh-section-y) var(--wh-section-x);
}

.wh-price-section__inner,
.wh-price-included__inner,
.wh-price-facts__inner,
.wh-price-faq__inner {
	margin: 0 auto;
	max-width: var(--wh-content-width);
	width: 100%;
}

.wh-price-heading,
.wh-price-included header,
.wh-price-facts header,
.wh-price-faq header {
	margin-bottom: var(--wh-5);
}

.wh-price-heading h2,
.wh-price-included h2,
.wh-price-facts h2,
.wh-price-faq h2 {
	color: inherit;
	font-family: var(--wh-font-heading);
	font-size: clamp(40px, 4.4vw, 60px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 20px 0 0;
}

.wh-price-heading > p:last-child,
.wh-price-included header > p:last-child,
.wh-price-faq header > p:last-child {
	color: var(--wh-text-muted);
	font-size: 17px;
	line-height: 1.6;
	margin: 20px 0 0;
	max-width: 680px;
}

.wh-price-page__plans .wh-plan {
	min-height: 660px;
	padding: 40px 34px 34px;
}

.wh-price-page__plans .wh-plan__number {
	font-size: 34px;
}

.wh-price-page__plans .wh-plan__name {
	font-size: 30px;
	margin-top: 12px;
}

.wh-price-page__plans .wh-plan__for {
	min-height: 72px;
}

.wh-plan__vat {
	color: var(--wh-text-muted);
	font-size: 12px;
	margin: 7px 0 0;
}

.wh-price-page__plans .wh-plan__features {
	margin-bottom: 32px;
}

.wh-price-included {
	background: var(--wh-text);
	color: var(--wh-surface);
}

.wh-price-included .wh-eyebrow,
.wh-price-included h2 {
	color: var(--wh-surface);
}

.wh-price-included header > p:last-child {
	color: #d7dce0;
}

.wh-price-included__grid {
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wh-price-included__grid article {
	min-height: 220px;
	padding: 30px;
}

.wh-price-included__grid article + article {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.wh-price-included__grid span {
	color: var(--wh-accent);
	font-family: var(--wh-font-heading);
	font-size: 13px;
	font-weight: 800;
}

.wh-price-included__grid h3 {
	color: var(--wh-surface);
	font-family: var(--wh-font-heading);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 24px 0 14px;
}

.wh-price-included__grid p {
	color: #d7dce0;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.wh-price-care {
	background: var(--wh-highlight);
}

.wh-price-care .wh-care-grid {
	background: rgba(255, 255, 255, 0.48);
	border-bottom: 1px solid rgba(16, 27, 42, 0.2);
	border-top: 1px solid rgba(16, 27, 42, 0.2);
}

.wh-price-care .wh-care-grid article {
	min-height: 230px;
}

.wh-price-care .wh-care-grid h3 {
	margin-top: 24px;
}

.wh-price-care .wh-care-grid__price {
	margin-bottom: 20px;
}

.wh-price-extras {
	background: var(--wh-surface);
}

.wh-price-extras__layout {
	display: grid;
	gap: 88px;
	grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1.22fr);
}

.wh-price-extras .wh-price-heading {
	margin: 0;
}

.wh-price-extras .wh-addon-list {
	align-self: end;
}

.wh-price-extras .wh-addon-list > div {
	padding: 24px 0;
}

.wh-price-facts {
	background: var(--wh-bg);
	border-top: 1px solid var(--wh-line);
	padding-bottom: var(--wh-5);
	padding-top: var(--wh-5);
}

.wh-price-facts__inner {
	align-items: start;
	display: grid;
	gap: var(--wh-6);
	grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.38fr);
}

.wh-price-facts header {
	margin-bottom: 0;
}

.wh-price-facts h2 {
	font-size: clamp(38px, 3.6vw, 50px);
}

.wh-price-facts__grid {
	border-left: 1px solid var(--wh-line);
	border-top: 1px solid var(--wh-line);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wh-price-facts__grid article {
	border-bottom: 1px solid var(--wh-line);
	border-right: 1px solid var(--wh-line);
	min-height: 0;
	padding: 22px 24px;
}

.wh-price-facts__grid article:nth-child(2) {
	background: var(--wh-highlight);
}

.wh-price-facts__grid article:nth-child(3) {
	background: #eef2f4;
}

.wh-price-facts__grid h3 {
	font-family: var(--wh-font-heading);
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 12px;
}

.wh-price-facts__grid p {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
	max-width: 480px;
}

.wh-price-faq {
	background: var(--wh-surface);
}

.wh-price-faq__inner {
	display: grid;
	gap: 84px;
	grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.22fr);
}

.wh-price-faq header {
	margin: 0;
}

.wh-price-faq__list {
	border-top: 1px solid var(--wh-line);
}

.wh-price-faq details {
	border-bottom: 1px solid var(--wh-line);
}

.wh-price-faq summary {
	align-items: center;
	color: var(--wh-text);
	cursor: pointer;
	display: flex;
	font-family: var(--wh-font-heading);
	font-size: 18px;
	font-weight: 800;
	justify-content: space-between;
	list-style: none;
	padding: 24px 0;
}

.wh-price-faq summary::-webkit-details-marker {
	display: none;
}

.wh-price-faq summary span {
	height: 16px;
	position: relative;
	width: 16px;
}

.wh-price-faq summary span::before,
.wh-price-faq summary span::after {
	background: currentColor;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 16px;
}

.wh-price-faq summary span::after {
	transform: rotate(90deg);
	transition: transform 160ms ease;
}

.wh-price-faq details[open] summary span::after {
	transform: rotate(0);
}

.wh-price-faq details p {
	color: var(--wh-text-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: -4px 0 24px;
	max-width: 680px;
}

.wh-price-cta {
	align-items: center;
	background: var(--wh-accent);
	color: var(--wh-surface);
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0;
	padding: var(--wh-6) max(var(--wh-section-x), calc((100vw - var(--wh-content-width)) / 2));
}

.wh-price-cta .wh-eyebrow,
.wh-price-cta h2 {
	color: var(--wh-surface);
}

.wh-price-cta h2 {
	font-family: var(--wh-font-heading);
	font-size: clamp(38px, 4vw, 56px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 20px 0 16px;
}

.wh-price-cta p:last-child {
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
	max-width: 670px;
}

.wh-price-cta .wh-button {
	background: var(--wh-surface);
	border-color: var(--wh-surface);
	color: var(--wh-text);
	min-width: 230px;
}

@media (max-width: 1120px) {
	.wh-price-hero__inner {
		gap: 48px;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-hero__copy {
		max-width: 760px;
	}

	.wh-price-hero__illustration {
		justify-self: center;
		width: min(100%, 450px);
	}

	.wh-price-hero h1 {
		font-size: clamp(48px, 7vw, 66px);
	}
}

@media (max-width: 1000px) {
	.wh-price-hero__inner {
		gap: 48px;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-hero__copy {
		max-width: 760px;
	}

	.wh-price-hero__illustration {
		justify-self: center;
		width: min(100%, 450px);
	}

	.wh-price-hero h1 {
		font-size: clamp(48px, 7vw, 66px);
	}

	.wh-price-page__plans {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-page__plans .wh-plan {
		min-height: 0;
	}

	.wh-price-page__plans .wh-plan + .wh-plan {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
	}

	.wh-price-page__plans .wh-plan__for {
		min-height: 0;
	}

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

	.wh-price-included__grid article:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.wh-price-included__grid article:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.wh-price-extras__layout,
	.wh-price-faq__inner,
	.wh-price-facts__inner {
		gap: 54px;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-cta {
		align-items: start;
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 700px) {
	.wh-price-hero {
		min-height: 0;
		padding: 48px 18px;
	}

	.wh-price-hero__inner {
		gap: 32px;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-hero h1 {
		font-size: clamp(36px, 11vw, 48px);
		line-height: 0.98;
		margin-top: 24px;
	}

	.wh-price-hero__lead {
		font-size: 16px;
		line-height: 1.55;
		margin-top: 20px;
	}

	.wh-price-hero__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 24px;
		width: 100%;
	}

	.wh-price-hero__actions .wh-button {
		font-size: 14px;
		min-width: 0;
		width: 100%;
	}

	.wh-price-hero__illustration {
		justify-self: center;
		width: min(88%, 340px);
	}

	.wh-price-promises {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-promises > div {
		padding: 20px 18px;
	}

	.wh-price-promises > div + div {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
	}

	.wh-price-section,
	.wh-price-included,
	.wh-price-facts,
	.wh-price-faq {
		padding: 48px 18px;
	}

	.wh-price-heading,
	.wh-price-included header,
	.wh-price-facts header,
	.wh-price-faq header {
		margin-bottom: 32px;
	}

	.wh-price-heading h2,
	.wh-price-included h2,
	.wh-price-facts h2,
	.wh-price-faq h2 {
		font-size: 38px;
		line-height: 1;
	}

	.wh-price-heading > p:last-child,
	.wh-price-included header > p:last-child,
	.wh-price-faq header > p:last-child {
		font-size: 16px;
	}

	.wh-price-page__plans .wh-plan {
		padding: 30px 24px 24px;
	}

	.wh-price-page__plans .wh-plan__features {
		margin-bottom: 28px;
	}

	.wh-price-included__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-included__grid article,
	.wh-price-included__grid article + article,
	.wh-price-included__grid article:nth-child(3),
	.wh-price-included__grid article:nth-child(4) {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		min-height: 0;
		padding: 26px 24px;
	}

	.wh-price-included__grid article:first-child {
		border-top: 0;
	}

	.wh-price-included__grid h3 {
		font-size: 21px;
		margin-top: 20px;
	}

	.wh-price-care .wh-care-grid article {
		padding-left: 24px;
		padding-right: 24px;
	}

	.wh-price-extras__layout,
	.wh-price-faq__inner {
		gap: 42px;
	}

	.wh-price-extras .wh-addon-list > div {
		align-items: flex-start;
		padding: 19px 0;
	}

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

	.wh-price-facts__grid article {
		min-height: 0;
		padding: 16px;
	}

	.wh-price-facts__grid h3 {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.wh-price-facts__grid p {
		font-size: 13px;
		line-height: 1.45;
	}

	.wh-price-facts {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.wh-price-facts__inner {
		gap: 30px;
	}

	.wh-price-faq summary {
		font-size: 16px;
		gap: 24px;
		padding: 21px 0;
	}

	.wh-price-faq details p {
		font-size: 15px;
	}

	.wh-price-cta {
		gap: 34px;
		padding: 48px 18px;
	}

	.wh-price-cta h2 {
		font-size: 38px;
	}

	.wh-price-cta .wh-button {
		width: 100%;
	}
}

@media (max-width: 359px) {
	.wh-price-hero__actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-facts__grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* --------------------------------------------------------------------------
   Compact product-site pass
   Keeps the established identity while reducing editorial scale and height.
   -------------------------------------------------------------------------- */

:root {
	--wh-content-width: 1200px;
	--wh-section-x: clamp(20px, 4vw, 48px);
	--wh-section-y: 72px;
	--wh-heading: clamp(36px, 4vw, 52px);
	--wh-lead: 16px;
}

body.home,
body.wh-custom-page {
	font-size: 16px;
}

.wh-button {
	font-size: 15px;
	gap: 24px;
	min-height: 48px;
	padding: 0 18px;
}

.wh-eyebrow {
	font-size: 12px;
	margin-bottom: 24px;
}

.wh-eyebrow--section {
	margin-bottom: 18px;
}

.wh-home .wh-hero__inner {
	min-height: 540px;
	padding: 56px 0 64px;
}

.wh-home .wh-hero__title {
	font-size: clamp(54px, 5.2vw, 70px);
	line-height: 1;
	max-width: 1080px;
}

.wh-home .wh-hero__mark {
	height: 14px;
	margin-left: 8px;
	width: 14px;
}

.wh-home .wh-hero__footer {
	margin-top: 38px;
}

.wh-home .wh-hero__lead {
	font-size: 17px;
	max-width: 620px;
	padding-right: 36px;
}

.wh-home .wh-hero__actions {
	gap: 12px;
	padding-left: 36px;
}

.wh-home .wh-services__inner {
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: auto;
}

.wh-home .wh-services__intro {
	grid-column: 1 / -1;
	grid-row: auto;
	min-height: 0;
	padding: 0 0 24px;
}

.wh-home .wh-services__intro-copy {
	transform: none;
}

.wh-home .wh-services__intro-art {
	display: none;
}

.wh-home .wh-services__lead {
	max-width: 660px;
}

.wh-home .wh-service-panel--webb,
.wh-home .wh-service-panel--synlighet,
.wh-home .wh-service-panel--automation,
.wh-home .wh-service-panel--support {
	border: 1px solid var(--wh-line);
	grid-column: auto;
	grid-row: auto;
	min-height: 250px;
}

.wh-home .wh-service-panel--webb,
.wh-home .wh-service-panel--synlighet,
.wh-home .wh-service-panel--automation {
	padding: 26px 28px;
}

.wh-home .wh-service-panel__number,
.wh-home .wh-service-panel--synlighet .wh-service-panel__number,
.wh-home .wh-service-panel--automation .wh-service-panel__number,
.wh-home .wh-service-panel__support-visual .wh-service-panel__number {
	font-size: 28px;
}

.wh-home .wh-service-panel h3,
.wh-home .wh-service-panel__support-copy h3 {
	font-size: 24px;
	margin-top: 8px;
}

.wh-home .wh-service-panel p,
.wh-home .wh-service-panel__support-copy p {
	font-size: 14px;
	line-height: 1.55;
	margin-top: 12px;
}

.wh-home .wh-service-panel__arrow {
	height: 30px;
	margin-top: 8px;
}

.wh-home .wh-service-panel__arrow .wh-arrow-icon {
	height: 21px;
	width: 21px;
}

.wh-home .wh-service-panel__visual-row {
	grid-template-columns: 44px minmax(0, 1fr);
	margin-bottom: 20px;
}

.wh-home .wh-service-panel__visual--browser {
	max-width: 220px;
}

.wh-home .wh-service-panel--webb .wh-service-panel__body {
	margin-top: 0;
}

.wh-home .wh-service-panel--synlighet .wh-service-panel__body,
.wh-home .wh-service-panel--automation .wh-service-panel__body {
	min-height: 0;
}

.wh-home .wh-service-panel__visual--search,
.wh-home .wh-service-panel__visual--flow {
	height: 96px;
	margin: auto 0 0 auto;
	max-width: 260px;
	transform: none;
}

.wh-home .wh-service-panel--support {
	grid-template-columns: 110px minmax(0, 1fr);
}

.wh-home .wh-service-panel__support-visual {
	padding: 26px 18px;
}

.wh-home .wh-service-panel__support-copy {
	padding: 26px 28px;
}

.wh-home .wh-case {
	padding-bottom: var(--wh-section-y);
	padding-top: var(--wh-section-y);
}

.wh-home .wh-case__intro {
	margin-bottom: 28px;
}

.wh-home .wh-case__layout {
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
	min-height: 480px;
}

.wh-home .wh-case__content {
	padding: 36px;
}

.wh-home .wh-case__number {
	font-size: 28px;
}

.wh-home .wh-case__visual {
	min-height: 480px;
}

.wh-home .wh-pricing__intro,
.wh-home .wh-process__intro,
.wh-home .wh-about__intro,
.wh-home .wh-faq__intro,
.wh-home .wh-contact__intro {
	margin-bottom: 32px;
}

.wh-home .wh-plan {
	padding: 30px 28px;
}

.wh-home .wh-plan__number {
	font-size: 28px;
}

.wh-home .wh-plan__name {
	font-size: 23px;
}

.wh-home .wh-plan__price {
	font-size: 32px;
	margin-top: 20px;
}

.wh-home .wh-plan__features {
	font-size: 14px;
	margin: 24px 0;
}

.wh-home .wh-plan__features li + li {
	margin-top: 8px;
}

.wh-home .wh-pricing__custom {
	padding: 24px 28px;
}

.wh-home .wh-pricing__fineprint {
	font-size: 12px;
	margin-top: 18px;
}

.wh-home .wh-process__grid {
	background: var(--wh-surface);
}

.wh-home .wh-step {
	padding: 26px 22px;
}

.wh-home .wh-step__number {
	font-size: 28px;
}

.wh-home .wh-step__name {
	font-size: 18px;
}

.wh-home .wh-step__text {
	font-size: 14px;
	margin-top: 18px;
	padding-top: 18px;
}

.wh-home .wh-process__cta {
	display: none;
}

.wh-home .wh-about__copy {
	padding: 32px;
}

.wh-home .wh-about__values li {
	padding: 24px 28px;
}

.wh-home .wh-home-guides,
.wh-home .wh-home-audit {
	padding: var(--wh-section-y) var(--wh-section-x);
}

.wh-home .wh-home-guides header {
	display: block;
	margin-bottom: 32px;
}

.wh-home .wh-home-guides header > p:last-child {
	margin-top: 14px;
	max-width: 640px;
}

.wh-home .wh-home-guides__grid article {
	min-height: 290px;
	padding: 24px;
}

.wh-home .wh-faq__item summary {
	font-size: 17px;
	padding: 19px 24px;
}

.wh-home .wh-home-audit__inner {
	align-items: center;
	gap: 48px;
}

.wh-home .wh-home-audit h2 {
	font-size: var(--wh-heading);
	margin: 18px 0 14px;
}

.wh-home .wh-home-audit__areas {
	margin-top: 24px;
}

.wh-home .wh-contact__layout {
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.wh-home .wh-form {
	gap: 18px;
	padding: 32px;
}

.wh-home .wh-contact__aside {
	padding: 32px;
}

.wh-service-hero,
.wh-service-promise,
.wh-service-delivery,
.wh-service-proof,
.wh-service-process,
.wh-audit-hero,
.wh-audit-scope,
.wh-audit-form-section,
.wh-guides-hero,
.wh-guides-list,
.wh-article__hero,
.wh-article__body {
	padding-left: var(--wh-section-x);
	padding-right: var(--wh-section-x);
}

.wh-service-hero,
.wh-service-promise,
.wh-service-delivery,
.wh-service-proof,
.wh-service-process,
.wh-audit-hero,
.wh-audit-scope,
.wh-audit-form-section,
.wh-guides-hero,
.wh-guides-list {
	padding-bottom: 72px;
	padding-top: 72px;
}

.wh-service-hero h1,
.wh-audit-hero h1,
.wh-guides-hero h1,
.wh-article__hero h1 {
	font-size: clamp(44px, 5vw, 64px);
}

@media (max-width: 900px) {
	:root {
		--wh-section-y: 60px;
	}

	.wh-home .wh-hero__title {
		font-size: clamp(48px, 7vw, 62px);
	}

	.wh-home .wh-case__layout {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
	}
}

@media (max-width: 700px) {
	:root {
		--wh-section-x: 18px;
		--wh-section-y: 48px;
	}

	.wh-home .wh-hero__inner {
		min-height: 0;
		padding: 48px 0;
	}

	.wh-home .wh-hero__title {
		font-size: clamp(38px, 11vw, 48px);
	}

	.wh-home .wh-hero__title-line {
		flex-wrap: wrap;
		white-space: normal;
	}

	.wh-home .wh-hero__footer {
		gap: 24px;
		margin-top: 30px;
	}

	.wh-home .wh-hero__lead {
		border-right: 0;
		font-size: 16px;
		padding-right: 0;
	}

	.wh-home .wh-hero__actions {
		padding-left: 0;
	}

	.wh-home .wh-services__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-home .wh-service-panel--webb,
	.wh-home .wh-service-panel--synlighet,
	.wh-home .wh-service-panel--automation,
	.wh-home .wh-service-panel--support {
		min-height: 0;
	}

	.wh-home .wh-case__layout {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.wh-home .wh-case__visual {
		min-height: 360px;
	}

	.wh-home .wh-process__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-home .wh-step {
		min-height: 0;
		padding: 22px 18px;
	}

	.wh-home .wh-step + .wh-step {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
	}

	.wh-home .wh-home-guides__grid,
	.wh-home .wh-pricing__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-home .wh-home-guides__grid article,
	.wh-home .wh-home-guides__grid article:nth-child(1),
	.wh-home .wh-home-guides__grid article:nth-child(2),
	.wh-home .wh-home-guides__grid article:nth-child(3) {
		min-height: 0;
		padding: 22px;
	}

	.wh-home .wh-contact__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-home .wh-form,
	.wh-home .wh-contact__aside {
		min-width: 0;
		padding: 24px;
		width: auto;
	}

	.wh-home .wh-form__row {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-service-hero,
	.wh-service-promise,
	.wh-service-delivery,
	.wh-service-proof,
	.wh-service-process,
	.wh-audit-hero,
	.wh-audit-scope,
	.wh-audit-form-section,
	.wh-guides-hero,
	.wh-guides-list {
		padding-bottom: 48px;
		padding-top: 48px;
	}
}

/* Compact supporting pages so they share the homepage's product-site scale. */
.wh-service-hero h1,
.wh-audit-hero h1,
.wh-guides-hero h1,
.wh-article__hero h1,
.wh-price-hero h1 {
	font-size: clamp(44px, 4.3vw, 60px);
	line-height: 1;
}

.wh-service-hero__inner {
	gap: 48px;
	min-height: 420px;
}

.wh-service-hero__copy {
	padding: 8px 0;
}

.wh-service-hero h1 {
	margin: 32px 0 24px;
}

.wh-service-hero__copy > p:last-of-type {
	font-size: 17px;
}

.wh-service-hero__actions {
	gap: 16px;
	margin-top: 32px;
}

.wh-service-hero__visual {
	min-height: 400px;
}

.wh-service-hero__index {
	font-size: 132px;
}

.wh-service-promise h2 {
	font-size: clamp(36px, 3.8vw, 52px);
	margin: 30px 0 44px;
}

.wh-service-outcomes article {
	min-height: 200px;
	padding: 0 24px;
}

.wh-service-outcomes h3 {
	font-size: 22px;
	margin: 40px 0 12px;
}

.wh-service-delivery__inner,
.wh-service-process__inner {
	gap: 48px;
}

.wh-service-delivery header h2,
.wh-service-process header h2 {
	margin: 30px 0 22px;
}

.wh-service-includes li {
	font-size: 17px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.wh-service-includes li::before {
	top: 23px;
}

.wh-service-proof__inner {
	gap: 48px;
}

.wh-service-proof h2 {
	font-size: clamp(38px, 4vw, 54px);
	margin: 30px 0 20px;
}

.wh-service-proof__media {
	height: 440px;
}

.wh-service-process li {
	padding: 20px 0;
}

.wh-service-process li h3 {
	font-size: 19px;
}

@media (max-width: 700px) {
	.wh-service-hero h1,
	.wh-audit-hero h1,
	.wh-guides-hero h1,
	.wh-article__hero h1,
	.wh-price-hero h1 {
		font-size: clamp(38px, 11vw, 48px);
	}

	.wh-service-hero__inner {
		gap: 32px;
	}

	.wh-service-hero__visual {
		min-height: 260px;
	}

	.wh-service-promise h2 {
		font-size: 34px;
		margin: 24px 0 32px;
	}

	.wh-service-outcomes article {
		padding: 24px 0;
	}

	.wh-service-outcomes h3 {
		margin-top: 24px;
	}

	.wh-service-proof__media {
		height: 360px;
	}
}

/* Homepage hero: compact product typography with natural responsive wrapping. */
.wh-home .wh-hero__inner {
	min-height: 470px;
	padding-bottom: 40px;
	padding-top: 52px;
}

.wh-home .wh-hero .wh-eyebrow {
	color: var(--wh-accent);
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 22px;
}

.wh-home .wh-hero__title {
	display: block;
	font-size: clamp(48px, 4.8vw, 64px);
	font-weight: 700;
	line-height: 1.03;
	max-width: 960px;
	text-wrap: balance;
}

.wh-home .wh-hero__title-word--skillnad {
	display: inline-flex;
}

.wh-home .wh-hero__highlight {
	padding: 0 0.1em 0.03em;
}

.wh-home .wh-hero__mark {
	height: 12px;
	margin-left: 7px;
	width: 12px;
}

.wh-home .wh-hero__footer {
	margin-top: 28px;
}

.wh-home .wh-hero__lead {
	font-size: 16px;
	line-height: 1.55;
	max-width: 650px;
	padding-right: 0;
}

.wh-home .wh-hero__actions {
	margin-top: 24px;
	padding-left: 0;
}

@media (max-width: 700px) {
	.wh-home .wh-hero__inner {
		min-height: 0;
		padding: 44px 0 34px;
	}

	.wh-home .wh-hero .wh-eyebrow {
		margin-bottom: 20px;
	}

	.wh-home .wh-hero__title {
		font-size: clamp(36px, 10.6vw, 43px);
		line-height: 1.04;
		max-width: 350px;
	}

	.wh-home .wh-hero__title-word,
	.wh-home .wh-hero__highlight {
		justify-content: center;
		margin-left: 0;
		margin-right: 0;
	}

	.wh-home .wh-hero__footer {
		margin-top: 26px;
	}

	.wh-home .wh-hero__lead {
		font-size: 15px;
		max-width: 340px;
		text-align: center;
	}
}

/* Homepage hero actions: compact product-style controls. */
.wh-home .wh-hero__actions {
	gap: 10px;
}

.wh-home .wh-hero__actions .wh-button {
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	gap: 14px;
	min-height: 46px;
	min-width: 0;
	padding: 0 18px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.wh-home .wh-hero__actions .wh-arrow-icon {
	height: 17px;
	width: 17px;
}

.wh-home .wh-hero__actions .wh-button--primary:hover,
.wh-home .wh-hero__actions .wh-button--primary:focus-visible {
	background: #b84434;
	border-color: #b84434;
	transform: translateY(-1px);
}

.wh-home .wh-hero__actions .wh-button--secondary {
	background: rgba(255, 255, 255, 0.5);
	border-color: #aeb6ba;
}

.wh-home .wh-hero__actions .wh-button--secondary:hover,
.wh-home .wh-hero__actions .wh-button--secondary:focus-visible {
	background: var(--wh-surface);
	border-color: #7f8a91;
	transform: translateY(-1px);
}

.wh-home .wh-hero__actions .wh-button:hover .wh-arrow-icon,
.wh-home .wh-hero__actions .wh-button:focus-visible .wh-arrow-icon {
	transform: translate(1px, -1px);
}

@media (max-width: 700px) {
	.wh-home .wh-hero__actions {
		gap: 9px;
	}

	.wh-home .wh-hero__actions .wh-button {
		min-height: 48px;
		width: 100%;
	}
}

/* Typography roles: Manrope for headings, Inter for UI and running text. */
.wh-site-nav,
.wh-site-cta,
.wh-site-nav__mobile-cta,
.wh-menu-toggle,
.wh-button,
.wh-plan__cta,
.wh-form__submit,
button,
input,
select,
textarea,
label,
.wh-eyebrow {
	font-family: var(--wh-font-body);
}

.wh-site-nav,
.wh-button,
.wh-site-cta,
.wh-site-nav__mobile-cta,
.wh-form__submit,
.wh-eyebrow {
	font-weight: 600;
}

/* Services: one consistent product-card system using Lucide library icons. */
.wh-home .wh-services {
	background: var(--wh-bg);
	padding: 42px var(--wh-section-x) 72px;
}

.wh-home .wh-services__inner {
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wh-home .wh-services__intro {
	grid-column: 1 / -1;
	padding-bottom: 24px;
}

.wh-home .wh-services__intro h2 {
	font-size: clamp(36px, 3.8vw, 48px);
	font-weight: 800;
	line-height: 1.05;
}

.wh-home .wh-services__lead {
	color: var(--wh-text-muted);
	font-size: 16px;
	line-height: 1.6;
	margin-top: 16px;
	max-width: 650px;
}

.wh-home .wh-service-panel,
.wh-home .wh-service-panel--webbplatser,
.wh-home .wh-service-panel--seo-ai-synlighet,
.wh-home .wh-service-panel--automation,
.wh-home .wh-service-panel--drift-support {
	background: var(--wh-surface);
	border: 1px solid #d9dcdd;
	border-radius: 6px;
	color: var(--wh-text);
	display: flex;
	flex-direction: column;
	grid-column: auto;
	grid-row: auto;
	min-height: 288px;
	padding: 24px;
	transition: border-color 160ms ease, transform 160ms ease;
}

.wh-home .wh-service-panel:hover {
	border-color: #aeb6ba;
	transform: translateY(-2px);
}

.wh-home .wh-service-panel__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.wh-home .wh-service-panel__number {
	color: var(--wh-accent);
	font-family: var(--wh-font-body);
	font-size: 13px;
	font-weight: 600;
}

/* One continuous opening canvas connects the hero with the services below. */
.wh-home__opening {
	background: var(--wh-bg);
	overflow: hidden;
	position: relative;
}

.wh-home__opening::before {
	background-image: url("assets/images/hero-craft-background.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: max(1440px, 100%) auto;
	content: "";
	inset: 0;
	opacity: 0.82;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.wh-home__opening > .wh-hero,
.wh-home__opening > .wh-services {
	background: transparent;
	position: relative;
	z-index: 1;
}

.wh-home__opening .wh-hero::before,
.wh-home__opening .wh-services__intro-art {
	display: none;
}

.wh-home .wh-service-panel .wh-service-panel__number,
.wh-home .wh-service-panel--webbplatser .wh-service-panel__number,
.wh-home .wh-service-panel--seo-ai-synlighet .wh-service-panel__number,
.wh-home .wh-service-panel--automation .wh-service-panel__number,
.wh-home .wh-service-panel--drift-support .wh-service-panel__number {
	font-family: var(--wh-font-body);
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	line-height: 1;
	min-width: 20px;
}

.wh-home .wh-service-panel__icon {
	align-items: center;
	background: #f0f3f4;
	border: 1px solid #e0e4e5;
	border-radius: 6px;
	display: flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.wh-home .wh-service-panel--seo-ai-synlighet .wh-service-panel__icon {
	background: #e8f0f4;
}

.wh-home .wh-service-panel--automation .wh-service-panel__icon {
	background: #f7ece9;
}

.wh-home .wh-service-panel--drift-support .wh-service-panel__icon {
	background: #f1eee8;
}

.wh-home .wh-service-panel__icon img {
	display: block;
	height: 23px;
	opacity: 0.86;
	width: 23px;
}

.wh-home .wh-service-panel h3 {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	margin: 30px 0 10px;
}

.wh-home .wh-service-panel p {
	color: var(--wh-text-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.wh-home .wh-service-panel__link {
	align-items: center;
	color: var(--wh-text);
	display: inline-flex;
	font-family: var(--wh-font-body);
	font-size: 14px;
	font-weight: 600;
	gap: 7px;
	margin-top: auto;
	padding-top: 24px;
	width: fit-content;
}

.wh-home .wh-service-panel__link img {
	height: 15px;
	transition: transform 160ms ease;
	width: 15px;
}

.wh-home .wh-service-panel__link:hover img,
.wh-home .wh-service-panel__link:focus-visible img {
	transform: translate(2px, -2px);
}

@media (max-width: 900px) {
	.wh-home .wh-services__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.wh-home__opening::before {
		background-position: 62% top;
		background-size: auto 760px;
		opacity: 0.42;
	}

	.wh-home .wh-services {
		padding: 38px 18px 56px;
	}

	.wh-home .wh-services__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-home .wh-services__intro {
		padding-bottom: 18px;
	}

	.wh-home .wh-services__intro h2 {
		font-size: 34px;
	}

	.wh-home .wh-service-panel,
	.wh-home .wh-service-panel--webbplatser,
	.wh-home .wh-service-panel--seo-ai-synlighet,
	.wh-home .wh-service-panel--automation,
	.wh-home .wh-service-panel--drift-support {
		min-height: 238px;
		padding: 22px;
	}
}

/* Opening refinements: tighter rhythm and a visible responsive artwork crop. */
.wh-home .wh-hero__inner {
	min-height: 440px;
	padding-bottom: 30px;
	padding-top: 38px;
}

.wh-home .wh-services {
	padding-top: 28px;
}

@media (max-width: 900px) {
	.wh-home__opening::before {
		background-position: 78% top;
		background-size: auto 900px;
		opacity: 0.56;
	}

	.wh-home .wh-hero__inner {
		min-height: 420px;
		padding-bottom: 28px;
		padding-top: 34px;
	}
}

@media (max-width: 600px) {
	.wh-home__opening::before {
		background-position: 84% top;
		background-size: auto 760px;
		opacity: 0.52;
	}

	.wh-home .wh-hero__inner {
		min-height: 0;
		padding: 34px 0 26px;
	}

	.wh-home .wh-hero__title {
		line-height: 1.12;
	}

	.wh-home .wh-services {
		padding-top: 28px;
	}
}

/* Customer project: compact product-style case card. */
.wh-case__mark {
	height: 8px;
	margin-left: 6px;
	width: 8px;
}

.wh-home .wh-case {
	background: var(--wh-surface);
	padding: 48px var(--wh-section-x);
}

.wh-home .wh-case__layout {
	background: #fbfbfa;
	border-color: #dfe2e3;
	border-radius: 6px;
	grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
	min-height: 430px;
}

.wh-home .wh-case__content {
	padding: 34px 38px;
}

.wh-home .wh-case__intro {
	gap: 14px;
	margin-bottom: 0;
}

.wh-home .wh-case__heading {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.08;
}

.wh-home .wh-case__intro-text {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.6;
	max-width: 540px;
}

.wh-home .wh-case__number {
	font-family: var(--wh-font-body);
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	line-height: 1;
	margin: 32px 0 0;
}

.wh-home .wh-case__title {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 8px;
}

.wh-home .wh-case__lead {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.55;
	margin-top: 12px;
}

.wh-home .wh-case__scope {
	column-gap: 20px;
	margin-top: 22px;
	padding-top: 16px;
}

.wh-home .wh-case__scope li {
	font-family: var(--wh-font-body);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 0;
}

.wh-home .wh-case__scope li::after {
	height: 4px;
	margin-left: 8px;
	width: 4px;
}

.wh-home .wh-case__link {
	border-radius: 4px;
	font-family: var(--wh-font-body);
	font-size: 14px;
	gap: 18px;
	margin-top: 24px;
	min-height: 44px;
	min-width: 0;
	padding: 0 16px;
}

.wh-home .wh-case__link .wh-arrow-icon {
	height: 17px;
	width: 17px;
}

.wh-home .wh-case__visual {
	background: #e7eef2;
	min-height: 430px;
}

.wh-home .wh-case__media {
	bottom: 20px;
	top: 20px;
}

.wh-home .wh-case__backdrop {
	height: 24px;
	width: 24px;
}

@media (max-width: 900px) {
	.wh-home .wh-case {
		padding-bottom: 44px;
		padding-top: 44px;
	}

	.wh-home .wh-case__layout {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
		min-height: 420px;
	}

	.wh-home .wh-case__content {
		padding: 32px;
	}

	.wh-home .wh-case__visual {
		min-height: 420px;
	}
}

@media (max-width: 700px) {
	.wh-home .wh-case {
		padding: 42px 18px;
	}

	.wh-home .wh-case__layout {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.wh-home .wh-case__content {
		padding: 28px 24px 30px;
	}

	.wh-home .wh-case__heading {
		font-size: 32px;
	}

	.wh-home .wh-case__number {
		margin-top: 28px;
	}

	.wh-home .wh-case__scope {
		row-gap: 8px;
	}

	.wh-home .wh-case__visual {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
		min-height: 350px;
	}

	.wh-home .wh-case__media {
		bottom: 18px;
		left: 0;
		margin: 0;
		position: absolute;
		right: 0;
		top: 18px;
	}
}

/* Customer project showcase: rich desktop composition, quiet responsive fallback. */
.wh-home .wh-case__layout {
	grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
}

.wh-home .wh-case__scope {
	border-top: 0;
	column-gap: 10px;
	margin-top: 24px;
	padding-top: 0;
	row-gap: 10px;
}

.wh-home .wh-case__scope li {
	background: var(--wh-surface);
	border: 1px solid #cfd5d8;
	border-radius: 4px;
	color: var(--wh-text);
	font-size: 12px;
	gap: 8px;
	letter-spacing: 0;
	padding: 9px 11px;
	text-transform: none;
}

.wh-home .wh-case__scope li::after {
	display: none;
}

.wh-home .wh-case__scope img {
	display: block;
	height: 16px;
	width: 16px;
}

.wh-home .wh-case__link {
	background: var(--wh-text);
	border-color: var(--wh-text);
	color: var(--wh-surface);
	min-width: 174px;
}

.wh-home .wh-case__link:hover,
.wh-home .wh-case__link:focus-visible {
	background: #233445;
	border-color: #233445;
}

.wh-home .wh-case__link .wh-arrow-icon {
	filter: brightness(0) invert(1);
}

.wh-home .wh-case__visual {
	background: #e8f0f5;
}

.wh-home .wh-case__visual::before {
	background: #f3f7f9;
	border-radius: 50%;
	content: "";
	height: 250px;
	position: absolute;
	right: 54px;
	top: 34px;
	width: 250px;
	z-index: 0;
}

.wh-home .wh-case__media {
	bottom: 18px;
	left: 25%;
	right: 25%;
	top: 18px;
	z-index: 2;
}

.wh-home .wh-case__proof {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #dce2e5;
	border-radius: 6px;
	padding: 16px;
	position: absolute;
	width: 150px;
	z-index: 3;
}

.wh-home .wh-case__proof--mobile {
	left: 24px;
	top: 150px;
}

.wh-home .wh-case__proof--message {
	right: 24px;
	top: 54px;
}

.wh-home .wh-case__proof--navigation {
	bottom: 44px;
	right: 24px;
	width: 170px;
}

.wh-home .wh-case__proof-icon {
	align-items: center;
	background: #f8ece9;
	border-radius: 50%;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.wh-home .wh-case__proof-icon img {
	height: 19px;
	width: 19px;
}

.wh-home .wh-case__proof h4 {
	font-family: var(--wh-font-heading);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	margin: 14px 0 0;
}

.wh-home .wh-case__proof p {
	color: var(--wh-text-muted);
	font-size: 12px;
	line-height: 1.5;
	margin: 7px 0 0;
}

.wh-home .wh-case__proof-check {
	display: block;
	height: 19px;
	margin-top: 12px;
	width: 19px;
}

@media (max-width: 1100px) {
	.wh-home .wh-case__layout {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
	}

	.wh-home .wh-case__proof {
		display: none;
	}

	.wh-home .wh-case__media {
		left: 14%;
		right: 14%;
	}
}

@media (max-width: 700px) {
	.wh-home .wh-case__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-home .wh-case__media {
		bottom: auto;
		height: calc(100% - 36px);
		left: 20%;
		right: 20%;
	}

	.wh-home .wh-case__media img {
		height: 100%;
		max-width: 100%;
		width: auto;
	}

	.wh-home .wh-case__visual::before {
		height: 220px;
		right: 12px;
		top: 24px;
		width: 220px;
	}
}

/* Desktop case annotations: two calm, aligned rows around a larger phone. */
@media (min-width: 1101px) {
	.wh-home .wh-case__layout,
	.wh-home .wh-case__visual {
		min-height: 560px;
	}

	.wh-home .wh-case__content {
		justify-content: flex-start;
	}

	.wh-home .wh-case__number {
		margin-top: 96px;
	}

	.wh-home .wh-case__media {
		bottom: 16px;
		left: 29%;
		right: 29%;
		top: 16px;
	}

	.wh-home .wh-case__visual::before {
		height: 310px;
		right: calc(50% - 155px);
		top: 44px;
		width: 310px;
	}

	.wh-home .wh-case__proof {
		background: transparent;
		border: 0;
		display: grid;
		grid-template-columns: 32px minmax(0, 1fr);
		padding: 0;
		width: 160px;
	}

	.wh-home .wh-case__proof::after {
		border-top: 1px solid #9eafb9;
		content: "";
		position: absolute;
		top: 16px;
		width: 28px;
	}

	.wh-home .wh-case__proof--mobile,
	.wh-home .wh-case__proof--seo {
		left: 22px;
	}

	.wh-home .wh-case__proof--message,
	.wh-home .wh-case__proof--navigation {
		right: 22px;
	}

	.wh-home .wh-case__proof--mobile,
	.wh-home .wh-case__proof--message {
		top: 112px;
	}

	.wh-home .wh-case__proof--seo,
	.wh-home .wh-case__proof--navigation {
		bottom: 104px;
		top: auto;
	}

	.wh-home .wh-case__proof--navigation {
		width: 160px;
	}

	.wh-home .wh-case__proof--mobile::after,
	.wh-home .wh-case__proof--seo::after {
		right: -34px;
	}

	.wh-home .wh-case__proof--message::after,
	.wh-home .wh-case__proof--navigation::after {
		left: -34px;
	}

	.wh-home .wh-case__proof-icon {
		border-radius: 4px;
		height: 30px;
		width: 30px;
	}

	.wh-home .wh-case__proof-icon img {
		height: 16px;
		width: 16px;
	}

	.wh-home .wh-case__proof h4 {
		align-self: center;
		font-size: 13px;
		margin: 0 0 0 8px;
	}

	.wh-home .wh-case__proof p {
		grid-column: 2;
		margin: 7px 0 0 8px;
	}

	.wh-home .wh-case__proof-check {
		display: none;
	}
}

/* Case-study responsiveness: contain the device and stack before columns become cramped. */
@media (max-width: 1100px) {
	.wh-home .wh-case__visual {
		min-height: 460px;
		overflow: hidden;
		padding: 0;
	}

	.wh-home .wh-case__media {
		bottom: auto;
		height: calc(100% - 40px);
		left: 0;
		margin: 0;
		position: absolute;
		right: 0;
		top: 20px;
	}

	.wh-home .wh-case__media img {
		height: 100%;
		max-width: 100%;
		width: auto;
	}
}

@media (max-width: 900px) {
	.wh-home .wh-case__layout {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.wh-home .wh-case__content {
		padding: 32px;
	}

	.wh-home .wh-case__visual {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
		min-height: 460px;
	}
}

@media (max-width: 700px) {
	.wh-home .wh-case__content {
		padding: 28px 24px 30px;
	}

	.wh-home .wh-case__visual {
		min-height: 440px;
	}

	.wh-home .wh-case__media {
		height: calc(100% - 36px);
		top: 18px;
	}
}

/* Homepage pricing: compact, independent product cards with aligned actions. */
.wh-home .wh-pricing {
	background: var(--wh-bg);
	padding: 56px var(--wh-section-x);
}

.wh-home .wh-pricing__intro {
	gap: 14px;
	margin-bottom: 32px;
}

.wh-home .wh-pricing__heading {
	font-size: clamp(36px, 3.5vw, 46px);
	font-weight: 700;
	line-height: 1.07;
}

.wh-home .wh-pricing__lead {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.6;
	max-width: 650px;
}

.wh-home .wh-pricing__grid {
	background: transparent;
	border: 0;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(0, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
}

.wh-home .wh-plan {
	background: var(--wh-surface);
	border: 1px solid #d9dcdd;
	border-radius: 6px;
	min-height: 500px;
	padding: 26px;
}

.wh-home .wh-plan + .wh-plan {
	border-left: 1px solid #d9dcdd;
}

.wh-home .wh-pricing__grid .wh-plan.wh-plan--featured {
	background: var(--wh-surface);
	border: 2px solid var(--wh-accent);
	margin: -10px 0;
	min-height: 520px;
	padding: 25px;
}

.wh-home .wh-plan__badge {
	border-radius: 0 5px 0 4px;
	font-family: var(--wh-font-body);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 7px 9px;
	right: -2px;
	top: -2px;
}

.wh-home .wh-plan__number {
	font-family: var(--wh-font-body);
	font-size: 14px;
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	line-height: 1;
}

.wh-home .wh-plan__name {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 12px;
}

.wh-home .wh-plan__for {
	font-size: 14px;
	line-height: 1.55;
	margin-top: 10px;
	min-height: 44px;
}

.wh-home .wh-plan__price {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	margin-top: auto;
	padding-top: 24px;
}

.wh-home .wh-plan__currency {
	font-size: 15px;
	font-weight: 600;
}

.wh-home .wh-plan__features {
	border-top: 1px solid var(--wh-line);
	font-size: 14px;
	margin: 24px 0 28px;
	padding-top: 20px;
}

.wh-home .wh-plan__features + .wh-plan__cta {
	margin-top: 0;
}

.wh-home .wh-plan__features li {
	font-size: 13px;
	line-height: 1.45;
	padding-left: 24px;
}

.wh-home .wh-plan__features li + li {
	margin-top: 9px;
}

.wh-home .wh-plan__features li::before {
	background: transparent url("assets/icons/lucide/circle-check.svg") center / 15px 15px no-repeat;
	height: 16px;
	top: 1px;
	width: 16px;
}

.wh-home .wh-plan__cta {
	border-radius: 4px;
	font-family: var(--wh-font-body);
	font-size: 14px;
	font-weight: 600;
	min-height: 44px;
	padding: 0 15px;
}

.wh-home .wh-plan__cta .wh-arrow-icon,
.wh-home .wh-pricing__custom-link .wh-arrow-icon {
	height: 16px;
	transition: transform 160ms ease;
	width: 16px;
}

.wh-home .wh-plan__cta--solid .wh-arrow-icon {
	filter: brightness(0) invert(1);
}

.wh-home .wh-plan__cta:hover .wh-arrow-icon,
.wh-home .wh-plan__cta:focus-visible .wh-arrow-icon,
.wh-home .wh-pricing__custom-link:hover .wh-arrow-icon,
.wh-home .wh-pricing__custom-link:focus-visible .wh-arrow-icon {
	transform: translate(2px, -2px);
}

.wh-home .wh-pricing__custom {
	background: #edf1f2;
	border: 1px solid #d9dcdd;
	border-radius: 6px;
	gap: 24px;
	margin: 14px auto 0;
	max-width: 1120px;
	padding: 20px 24px;
}

.wh-home .wh-pricing__custom-copy h3 {
	font-size: 18px;
	font-weight: 700;
}

.wh-home .wh-pricing__custom-copy p {
	font-size: 13px;
	margin-top: 6px;
}

.wh-home .wh-pricing__custom-link {
	font-family: var(--wh-font-body);
	font-size: 13px;
	font-weight: 600;
	gap: 8px;
}

.wh-home .wh-pricing__fineprint {
	font-size: 11px;
	line-height: 1.55;
	margin: 16px auto 0;
	max-width: 1120px;
}

@media (max-width: 1000px) {
	.wh-home .wh-pricing__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wh-home .wh-pricing__grid .wh-plan.wh-plan--featured {
		margin: 0;
		min-height: 500px;
	}

	.wh-home .wh-pricing__grid .wh-plan:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.wh-home .wh-pricing {
		padding: 44px 18px;
	}

	.wh-home .wh-pricing__intro {
		margin-bottom: 26px;
	}

	.wh-home .wh-pricing__heading {
		font-size: 34px;
	}

	.wh-home .wh-pricing__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-home .wh-pricing__grid .wh-plan:last-child {
		grid-column: auto;
	}

	.wh-home .wh-plan {
		min-height: 0;
		padding: 24px;
	}

	.wh-home .wh-pricing__grid .wh-plan.wh-plan--featured {
		margin: 0;
		min-height: 0;
		padding: 23px;
	}

	.wh-home .wh-plan__price {
		margin-top: 32px;
		padding-top: 0;
	}

	.wh-home .wh-plan__for {
		min-height: 0;
	}

	.wh-home .wh-pricing__custom {
		align-items: flex-start;
		flex-direction: column;
		padding: 20px;
	}
}

/* Homepage process: compact connected milestones from the approved template. */
.wh-home .wh-process {
	background: var(--wh-surface);
	padding: 56px var(--wh-section-x);
}

.wh-home .wh-process__inner {
	gap: 34px;
}

.wh-home .wh-process__intro {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	max-width: 760px;
	text-align: left;
}

.wh-home .wh-process__intro .wh-eyebrow {
	align-self: flex-start;
}

.wh-home .wh-process__heading {
	font-size: clamp(36px, 3.5vw, 48px);
	font-weight: 700;
	line-height: 1.05;
}

.wh-home .wh-process__lead {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	max-width: 620px;
}

.wh-home .wh-process__grid {
	background: transparent;
	border: 0;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
}

.wh-home .wh-process__grid::before {
	border-top: 1px dashed #b9c8d2;
	content: "";
	left: 12.5%;
	position: absolute;
	right: 12.5%;
	top: 76px;
}

.wh-home .wh-step,
.wh-home .wh-step + .wh-step,
.wh-home .wh-step:nth-child(3),
.wh-home .wh-step:nth-child(n + 3) {
	align-items: center;
	background: transparent;
	border: 0;
	display: flex;
	min-height: 0;
	padding: 0 12px;
	position: relative;
	text-align: center;
}

.wh-home .wh-step__visual {
	align-items: center;
	display: flex;
	height: 116px;
	justify-content: center;
	position: relative;
	width: 96px;
	z-index: 1;
}

.wh-home .wh-step__number {
	align-items: center;
	background: var(--wh-accent);
	border: 1px solid var(--wh-accent);
	border-radius: 50%;
	color: var(--wh-surface);
	display: flex;
	font-family: var(--wh-font-body);
	font-size: 11px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	left: 34px;
	line-height: 1;
	min-width: 0;
	position: absolute;
	top: 0;
	width: 28px;
}

.wh-home .wh-step__icon {
	align-items: center;
	background: #f8e9e5;
	border: 1px solid #edc8bf;
	border-radius: 50%;
	display: flex;
	height: 70px;
	justify-content: center;
	margin-top: 42px;
	width: 70px;
}

.wh-home .wh-step__icon img {
	filter: invert(37%) sepia(45%) saturate(1500%) hue-rotate(326deg) brightness(91%) contrast(91%);
	height: 27px;
	width: 27px;
}

.wh-home .wh-step__name {
	font-family: var(--wh-font-heading);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	margin: 14px 0 0;
}

.wh-home .wh-step__text {
	border: 0;
	color: var(--wh-text-muted);
	font-size: 13px;
	line-height: 1.5;
	margin: 8px auto 0;
	max-width: 220px;
	padding: 0;
}

@media (max-width: 760px) {
	.wh-home .wh-process {
		padding: 46px 18px;
	}

	.wh-home .wh-process__inner {
		gap: 28px;
	}

	.wh-home .wh-process__intro {
		align-items: flex-start;
		margin: 0;
		text-align: left;
	}

	.wh-home .wh-process__intro .wh-eyebrow {
		align-self: flex-start;
	}

	.wh-home .wh-process__heading {
		font-size: 34px;
	}

	.wh-home .wh-process__grid {
		gap: 0;
		grid-template-columns: minmax(0, 1fr);
		max-width: none;
	}

	.wh-home .wh-process__grid::before {
		border-left: 1px dashed #b9c8d2;
		border-top: 0;
		bottom: 48px;
		left: 41px;
		right: auto;
		top: 48px;
	}

	.wh-home .wh-step,
	.wh-home .wh-step + .wh-step,
	.wh-home .wh-step:nth-child(3),
	.wh-home .wh-step:nth-child(n + 3) {
		align-items: center;
		display: grid;
		gap: 5px 18px;
		grid-template-columns: 82px minmax(0, 1fr);
		grid-template-rows: auto auto;
		padding: 9px 0;
		text-align: left;
	}

	.wh-home .wh-step__visual {
		grid-row: 1 / 3;
		height: 94px;
		width: 82px;
	}

	.wh-home .wh-step__number {
		height: 24px;
		left: 29px;
		top: 0;
		width: 24px;
	}

	.wh-home .wh-step__icon {
		height: 60px;
		margin-top: 30px;
		width: 60px;
	}

	.wh-home .wh-step__icon img {
		height: 23px;
		width: 23px;
	}

	.wh-home .wh-step__name {
		font-size: 17px;
		margin: 0;
	}

	.wh-home .wh-step__text {
		font-size: 13px;
		margin: 0;
		max-width: 300px;
	}
}

/* Guides: image-led editorial cards matching the homepage's quieter rhythm. */
body.home .wh-home .wh-home-guides {
	background: #fbfaf7;
	border-top: 0;
}

body.home .wh-home .wh-home-guides header {
	display: block;
	margin-bottom: 32px;
}

body.home .wh-home .wh-home-guides header .wh-eyebrow {
	margin-bottom: 12px;
}

body.home .wh-home .wh-home-guides header h2 {
	font-size: clamp(38px, 3.7vw, 52px);
	line-height: 1.08;
	margin: 0;
}

body.home .wh-home .wh-home-guides__grid {
	border: 0;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .wh-home .wh-home-guides__grid article,
body.home .wh-home .wh-home-guides__grid article:nth-child(1),
body.home .wh-home .wh-home-guides__grid article:nth-child(2),
body.home .wh-home .wh-home-guides__grid article:nth-child(3) {
	background: var(--wh-surface);
	border: 1px solid #dddcd7;
	border-radius: 8px;
	color: var(--wh-text);
	display: flex;
	min-height: 526px;
	overflow: hidden;
	padding: 22px;
}

body.home .wh-home .wh-home-guides__grid article::before {
	display: none;
}

body.home .wh-home .wh-home-guides__media {
	align-items: center;
	aspect-ratio: 3 / 2;
	background: #eef4f7;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	margin: 0 0 24px;
	overflow: hidden;
	padding: 14px;
	width: 100%;
}

body.home .wh-home .wh-home-guides__grid article:nth-child(2) .wh-home-guides__media {
	background: #fff3e6;
}

body.home .wh-home .wh-home-guides__grid article:nth-child(3) .wh-home-guides__media {
	background: #edf3f6;
}

body.home .wh-home .wh-home-guides__media img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: auto;
}

body.home .wh-home .wh-home-guides__grid article:nth-child(1) .wh-home-guides__media img,
body.home .wh-home .wh-home-guides__grid article:nth-child(2) .wh-home-guides__media img {
	transform: scale(1.08);
}

body.home .wh-home .wh-home-guides__grid h3 {
	font-size: clamp(22px, 2vw, 27px);
	line-height: 1.18;
	margin: 0 0 14px;
}

body.home .wh-home .wh-home-guides__grid article:nth-child(3) h3 a,
body.home .wh-home .wh-home-guides__grid article:nth-child(3) > p,
body.home .wh-home .wh-home-guides__grid article:nth-child(3) .wh-home-guides__read {
	color: var(--wh-text);
}

body.home .wh-home .wh-home-guides__grid article > p {
	color: var(--wh-text-muted);
	display: -webkit-box;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.home .wh-home .wh-home-guides__read {
	border: 0;
	color: var(--wh-text);
	display: inline-flex;
	justify-content: flex-start;
	margin-top: auto;
	padding-top: 26px;
	width: max-content;
}

body.home .wh-home .wh-home-guides__read .wh-arrow-icon {
	color: var(--wh-accent);
}

body.home .wh-home .wh-home-guides__all {
	margin-top: 24px;
}

@media (max-width: 980px) {
	body.home .wh-home .wh-home-guides__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .wh-home .wh-home-guides__grid article:nth-child(3) {
		grid-column: 1 / -1;
		justify-self: center;
		width: calc(50% - 12px);
	}
}

@media (max-width: 700px) {
	body.home .wh-home .wh-home-guides header {
		margin-bottom: 24px;
	}

	body.home .wh-home .wh-home-guides header h2 {
		font-size: 32px;
		white-space: normal;
	}

	body.home .wh-home .wh-home-guides__grid {
		gap: 14px;
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .wh-home .wh-home-guides__grid article,
	body.home .wh-home .wh-home-guides__grid article:nth-child(1),
	body.home .wh-home .wh-home-guides__grid article:nth-child(2),
	body.home .wh-home .wh-home-guides__grid article:nth-child(3) {
		grid-column: auto;
		min-height: 0;
		padding: 18px;
		width: 100%;
	}

	body.home .wh-home .wh-home-guides__media {
		margin-bottom: 20px;
	}

	body.home .wh-home .wh-home-guides__grid h3 {
		font-size: 22px;
	}
}

/* One homepage rhythm: match the compact spacing used by Kundprojekt. */
body.home .wh-home .wh-case,
body.home .wh-home .wh-pricing,
body.home .wh-home .wh-process,
body.home .wh-home .wh-about,
body.home .wh-home .wh-home-guides,
body.home .wh-home .wh-faq,
body.home .wh-home .wh-home-audit,
body.home .wh-home .wh-contact {
	padding-bottom: 48px;
	padding-top: 48px;
}

body.home .wh-home .wh-services {
	padding-bottom: 48px;
	padding-top: 28px;
}

/* Homepage about: compact studio introduction with four balanced strengths. */
.wh-home .wh-about {
	background: var(--wh-surface);
	padding-bottom: 72px;
	padding-top: 72px;
}

.wh-home .wh-about__layout {
	align-items: stretch;
	background: transparent;
	border: 0;
	border-radius: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(520px, 0.92fr);
	min-height: 408px;
	overflow: visible;
}

.wh-home .wh-about__intro {
	display: block;
	margin: 0 0 34px;
}

.wh-home .wh-about__intro .wh-eyebrow {
	margin-bottom: 14px;
}

.wh-home .wh-about__copy {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 4px clamp(42px, 5vw, 72px) 4px 0;
}

.wh-home .wh-about__heading {
	font-size: clamp(36px, 3vw, 44px);
	line-height: 1.12;
	margin: 0;
	max-width: 580px;
	white-space: normal;
}

.wh-home .wh-about__text {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.7;
	margin: 18px 0 0;
	max-width: 520px;
}

.wh-home .wh-about__copy .wh-about__text:first-child {
	margin-top: 0;
}

.wh-home .wh-about__link {
	align-items: center;
	align-self: flex-start;
	background: var(--wh-accent);
	border: 1px solid var(--wh-accent);
	border-radius: 5px;
	color: var(--wh-surface);
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 28px;
	justify-content: space-between;
	margin-top: 30px;
	min-height: 52px;
	padding: 0 22px;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.wh-home .wh-about__link:hover,
.wh-home .wh-about__link:focus-visible {
	background: var(--wh-accent-dark);
	border-color: var(--wh-accent-dark);
	color: var(--wh-surface);
}

.wh-home .wh-about__link .wh-arrow-icon {
	height: 18px;
	width: 18px;
}

.wh-home .wh-about__values {
	background: transparent;
	border: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wh-home .wh-about__values li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 174px;
	padding: 24px 30px;
}

.wh-home .wh-about__values li + li {
	border-top: 0;
}

.wh-home .wh-about__values li:nth-child(even) {
	border-left: 1px solid #e2dfd8;
}

.wh-home .wh-about__values li:nth-child(n + 3) {
	border-top: 1px solid #e2dfd8;
}

.wh-home .wh-about__icon {
	display: block;
	height: 40px;
	margin-bottom: 15px;
	position: relative;
	width: 46px;
}

.wh-home .wh-about__icon img {
	display: block;
	filter: none;
	height: 36px;
	object-fit: contain;
	width: 36px;
}

.wh-home .wh-about__icon--devices img:first-child {
	height: 36px;
	width: 42px;
}

.wh-home .wh-about__icon--devices img:last-child {
	background: #fbfaf7;
	bottom: 0;
	filter: none;
	height: 24px;
	position: absolute;
	right: 0;
	width: 18px;
}

.wh-home .wh-about__values h3 {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
}

.wh-home .wh-about__values h3::before {
	display: none;
}

.wh-home .wh-about__values p {
	font-size: 14px;
	line-height: 1.6;
	margin: 12px 0 0;
	max-width: 270px;
}

@media (max-width: 1050px) {
	.wh-home .wh-about__layout {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.wh-home .wh-about__copy {
		padding: 0 0 34px;
	}

	.wh-home .wh-about__values {
		height: auto;
		border-left: 0;
		border-top: 1px solid #e2dfd8;
	}

	.wh-home .wh-about__values li {
		min-height: 180px;
	}
}

@media (max-width: 640px) {
	.wh-home .wh-about {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.wh-home .wh-about__copy {
		padding: 0 0 30px;
	}

	.wh-home .wh-about__intro {
		margin-bottom: 24px;
	}

	.wh-home .wh-about__heading {
		font-size: clamp(34px, 10vw, 42px);
	}

	.wh-home .wh-about__text {
		font-size: 15px;
		line-height: 1.65;
	}

	.wh-home .wh-about__link {
		margin-top: 26px;
	}

	.wh-home .wh-about__values {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-home .wh-about__values li {
		min-height: 0;
		padding: 24px 0;
	}

	.wh-home .wh-about__values li:nth-child(even) {
		border-left: 0;
	}

	.wh-home .wh-about__values li + li,
	.wh-home .wh-about__values li:nth-child(n + 3) {
		border-top: 1px solid #e2dfd8;
	}

	.wh-home .wh-about__icon {
		margin-bottom: 20px;
	}
}

/* Process diagram: restore the original neutral treatment and widen only its flow. */
.wh-home .wh-process__grid {
	gap: 24px;
	max-width: none;
}

.wh-home .wh-process__grid::before {
	border-color: #b9c8d2;
	left: 12.5%;
	right: 12.5%;
	top: 57px;
}

.wh-home .wh-step,
.wh-home .wh-step + .wh-step,
.wh-home .wh-step:nth-child(3),
.wh-home .wh-step:nth-child(n + 3) {
	align-items: center;
	display: flex;
	min-height: 177px;
	padding: 0 8px;
	text-align: center;
}

.wh-home .wh-step__visual {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 0;
	height: 96px;
	justify-content: center;
	position: relative;
	width: 96px;
	z-index: 1;
}

.wh-home .wh-step__number {
	align-items: center;
	background: var(--wh-surface);
	border: 1px solid #cbd5db;
	border-radius: 50%;
	color: var(--wh-text);
	display: flex;
	font-size: 12px;
	height: 28px;
	justify-content: center;
	left: 34px;
	min-width: 0;
	position: absolute;
	top: 0;
	width: 28px;
}

.wh-home .wh-step__icon {
	background: var(--wh-surface);
	border: 1px solid #cbd5db;
	height: 70px;
	margin-top: 24px;
	width: 70px;
}

.wh-home .wh-step__icon img {
	filter: none;
	height: 27px;
	width: 27px;
}

.wh-home .wh-step__name {
	font-size: 17px;
	margin: 14px 0 0;
}

.wh-home .wh-step__text {
	font-size: 13px;
	margin: 8px auto 0;
	max-width: 240px;
}

@media (min-width: 761px) {
	.wh-home .wh-process .wh-process__grid::before {
		left: calc(12.5% + 39px);
		right: calc(12.5% + 39px);
		top: 89px;
	}

	.wh-home .wh-process__grid .wh-step:first-child {
		align-items: center;
		padding-left: 8px;
		text-align: center;
	}

	.wh-home .wh-process__grid .wh-step:first-child .wh-step__text {
		margin-left: auto;
	}

	.wh-home .wh-process__grid .wh-step:first-child .wh-step__visual {
		align-self: center;
	}

	.wh-home .wh-process__grid .wh-step:last-child {
		align-items: center;
		padding-right: 8px;
		text-align: center;
	}

	.wh-home .wh-process__grid .wh-step:last-child .wh-step__text {
		margin-right: auto;
	}

	.wh-home .wh-process__grid .wh-step:last-child .wh-step__visual {
		align-self: center;
	}
}

@media (max-width: 760px) {
	.wh-home .wh-process__grid {
		gap: 0;
	}

	.wh-home .wh-process__grid::before {
		border-left: 1px dashed #b9c8d2;
		border-top: 0;
		bottom: 42px;
		left: 41px;
		right: auto;
		top: 42px;
	}

	.wh-home .wh-step,
	.wh-home .wh-step + .wh-step,
	.wh-home .wh-step:nth-child(3),
	.wh-home .wh-step:nth-child(n + 3) {
		align-items: center;
		display: grid;
		gap: 5px 18px;
		grid-template-columns: 82px minmax(0, 1fr);
		grid-template-rows: auto auto;
		min-height: 0;
		padding: 9px 0;
		text-align: left;
	}

	.wh-home .wh-step__visual {
		grid-row: 1 / 3;
		height: 82px;
		width: 82px;
	}

	.wh-home .wh-step__number {
		height: 24px;
		left: 29px;
		top: 0;
		width: 24px;
	}

	.wh-home .wh-step__icon {
		height: 60px;
		margin-top: 20px;
		width: 60px;
	}

	.wh-home .wh-step__icon img {
		height: 23px;
		width: 23px;
	}

	.wh-home .wh-step__name {
		font-size: 17px;
		margin: 0;
	}

	.wh-home .wh-step__text {
		font-size: 13px;
		margin: 0;
		max-width: 300px;
	}
}

/* Keep process icons: number and icon are separate, readable markers. */
.wh-home .wh-process__grid::before {
	top: 57px;
}

.wh-home .wh-step__visual {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 0;
	height: 96px;
	justify-content: center;
	position: relative;
	width: 96px;
	z-index: 1;
}

.wh-home .wh-step__number {
	background: var(--wh-surface);
	border: 1px solid #cbd5db;
	border-radius: 50%;
	color: var(--wh-text);
	display: flex;
	font-size: 12px;
	height: 28px;
	justify-content: center;
	left: 34px;
	line-height: 1;
	min-width: 0;
	position: absolute;
	top: 0;
	width: 28px;
}

.wh-home .wh-step__icon {
	align-items: center;
	background: var(--wh-surface);
	border: 1px solid #cbd5db;
	border-radius: 50%;
	display: flex;
	height: 70px;
	justify-content: center;
	margin: 24px 0 0;
	width: 70px;
}

.wh-home .wh-step__icon img {
	filter: none;
	height: 27px;
	width: 27px;
}

.wh-home .wh-step__name {
	margin-top: 14px;
}

@media (max-width: 760px) {
	.wh-home .wh-process__grid::before {
		bottom: 42px;
		left: 41px;
		top: 42px;
	}

	.wh-home .wh-step,
	.wh-home .wh-step + .wh-step,
	.wh-home .wh-step:nth-child(3),
	.wh-home .wh-step:nth-child(n + 3) {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.wh-home .wh-step__visual {
		gap: 0;
		grid-row: 1 / 3;
		height: 82px;
		width: 82px;
	}

	.wh-home .wh-step__number {
		height: 24px;
		left: 29px;
		top: 0;
		width: 24px;
	}

	.wh-home .wh-step__icon {
		height: 60px;
		margin-top: 20px;
		width: 60px;
	}

	.wh-home .wh-step__icon img {
		height: 23px;
		width: 23px;
	}

	.wh-home .wh-step__name {
		margin-top: 0;
	}
}

/* Final process alignment: each marker and its copy form one centered step. */
@media (min-width: 761px) {
	.wh-home .wh-process .wh-process__grid::before {
		left: calc(12.5% + 39px);
		right: calc(12.5% + 39px);
		top: 83px;
	}

	.wh-home .wh-process .wh-step,
	.wh-home .wh-process .wh-step + .wh-step,
	.wh-home .wh-process .wh-step:nth-child(3),
	.wh-home .wh-process .wh-step:nth-child(n + 3) {
		align-items: center;
		padding: 0 8px;
		text-align: center;
	}

	.wh-home .wh-process .wh-step__visual,
	.wh-home .wh-process .wh-step:first-child .wh-step__visual,
	.wh-home .wh-process .wh-step:last-child .wh-step__visual {
		align-items: center;
		align-self: center;
		display: flex;
		flex-direction: column;
		gap: 16px;
		height: 122px;
		justify-content: flex-start;
		width: 96px;
	}

	.wh-home .wh-process .wh-step__number {
		background: var(--wh-accent);
		border: 0;
		border-radius: 3px;
		color: var(--wh-surface);
		font-size: 13px;
		height: 28px;
		left: auto;
		position: static;
		top: auto;
		width: 38px;
	}

	.wh-home .wh-process .wh-step__icon {
		height: 78px;
		margin: 0;
		position: relative;
		width: 78px;
	}

	.wh-home .wh-process .wh-step__icon img {
		height: 29px;
		width: 29px;
	}

	.wh-home .wh-process .wh-step:not(:first-child) .wh-step__icon::before,
	.wh-home .wh-process .wh-step:not(:last-child) .wh-step__icon::after {
		background: var(--wh-accent);
		border-radius: 50%;
		content: "";
		height: 8px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 8px;
		z-index: 2;
	}

	.wh-home .wh-process .wh-step:not(:first-child) .wh-step__icon::before {
		left: -5px;
	}

	.wh-home .wh-process .wh-step:not(:last-child) .wh-step__icon::after {
		right: -5px;
	}

	.wh-home .wh-process .wh-step__name {
		margin: 14px 0 0;
		text-align: center;
	}

	.wh-home .wh-process .wh-step__text,
	.wh-home .wh-process .wh-step:first-child .wh-step__text,
	.wh-home .wh-process .wh-step:last-child .wh-step__text {
		margin: 8px auto 0;
		text-align: center;
	}
}

@media (max-width: 760px) {
	.wh-home .wh-process .wh-step__number {
		background: var(--wh-accent);
		border: 0;
		border-radius: 3px;
		color: var(--wh-surface);
		font-size: 11px;
	}
}

/* Homepage section introductions: one quiet, reusable hierarchy. */
.wh-home .wh-eyebrow--section {
	color: var(--wh-accent);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 0 0 12px;
}

.wh-home .wh-eyebrow--section::before {
	display: none;
}

.wh-home .wh-service-panel__top {
	justify-content: flex-end;
}

.wh-home .wh-plan__name {
	margin-top: 0;
}

/* The process is one full-width progression; numbering is functional here. */
.wh-home .wh-process__inner {
	gap: 28px;
}

.wh-home .wh-process__grid {
	gap: 24px;
	max-width: none;
	width: 100%;
}

.wh-home .wh-process__grid::before {
	border-color: #b9c8d2;
	left: 12.5%;
	right: 12.5%;
	top: 57px;
}

.wh-home .wh-step,
.wh-home .wh-step + .wh-step,
.wh-home .wh-step:nth-child(3),
.wh-home .wh-step:nth-child(n + 3) {
	align-items: center;
	display: flex;
	min-height: 177px;
	padding: 0 8px;
	text-align: center;
}

.wh-home .wh-step__number {
	align-items: center;
	background: var(--wh-surface);
	border: 1px solid #cbd5db;
	border-radius: 50%;
	color: var(--wh-text);
	display: flex;
	font-family: var(--wh-font-body);
	font-size: 12px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	left: 34px;
	line-height: 1;
	min-width: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 1;
}

.wh-home .wh-step__name {
	font-size: 17px;
	margin: 14px 0 0;
}

.wh-home .wh-step__text {
	font-size: 13px;
	margin: 8px auto 0;
	max-width: 240px;
}

@media (max-width: 760px) {
	.wh-home .wh-process__grid::before {
		border-left: 1px dashed #b9c8d2;
		border-top: 0;
		bottom: 42px;
		left: 41px;
		right: auto;
		top: 42px;
	}

	.wh-home .wh-step,
	.wh-home .wh-step + .wh-step,
	.wh-home .wh-step:nth-child(3),
	.wh-home .wh-step:nth-child(n + 3) {
		align-items: center;
		display: grid;
		gap: 5px 18px;
		grid-template-columns: 82px minmax(0, 1fr);
		grid-template-rows: auto auto;
		min-height: 0;
		padding: 9px 0;
		text-align: left;
	}

	.wh-home .wh-step__number {
		height: 24px;
		left: 29px;
		top: 0;
		width: 24px;
	}

	.wh-home .wh-step__name {
		font-size: 17px;
		margin: 0;
	}

	.wh-home .wh-step__text {
		font-size: 13px;
		margin: 0;
		max-width: 300px;
	}
}

/* Homepage section titles share one typographic voice and one circular marker. */
body.home .wh-home .wh-services__intro h2,
body.home .wh-home .wh-case__heading,
body.home .wh-home .wh-pricing__heading,
body.home .wh-home .wh-process__heading,
body.home .wh-home .wh-home-guides header h2,
body.home .wh-home .wh-about__heading,
body.home .wh-home .wh-faq__heading,
body.home .wh-home .wh-home-audit h2,
body.home .wh-home .wh-contact__heading {
	font-family: var(--wh-font-heading);
	font-size: clamp(36px, 3.5vw, 46px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	white-space: normal;
}

body.home .wh-home .wh-case__mark {
	border-radius: 50%;
	height: 7px;
	margin-left: 6px;
	vertical-align: 0.08em;
	width: 7px;
}

/* FAQ: a calm question index that follows the same section language. */
body.home .wh-home .wh-faq {
	background: #fbfaf7;
}

body.home .wh-home .wh-faq__inner {
	align-items: start;
	display: grid;
	gap: clamp(36px, 5vw, 72px);
	grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
}

body.home .wh-home .wh-faq__intro {
	background: transparent;
	color: var(--wh-text);
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 0;
	padding: 0;
}

body.home .wh-home .wh-faq__intro .wh-eyebrow {
	color: var(--wh-accent);
	margin-bottom: 12px;
}

body.home .wh-home .wh-faq__heading {
	color: var(--wh-text);
	margin: 0;
}

body.home .wh-home .wh-faq__lead {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 18px 0 0;
	max-width: 360px;
}

body.home .wh-home .wh-faq__contact {
	color: var(--wh-text);
	font-size: 14px;
	font-weight: 700;
	margin-top: 28px;
	padding: 0;
}

body.home .wh-home .wh-faq__contact .wh-arrow-icon {
	color: var(--wh-accent);
}

body.home .wh-home .wh-faq__list {
	background: transparent;
	border: 0;
	border-top: 1px solid var(--wh-line);
}

body.home .wh-home .wh-faq__item,
body.home .wh-home .wh-faq__item + .wh-faq__item {
	border-bottom: 1px solid var(--wh-line);
	border-top: 0;
}

body.home .wh-home .wh-faq__item summary {
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	min-height: 0;
	padding: 22px 0;
}

body.home .wh-home .wh-faq__item summary:hover {
	background: transparent;
	color: var(--wh-accent);
}

body.home .wh-home .wh-faq__item > p {
	font-size: 15px;
	line-height: 1.65;
	max-width: 680px;
	padding: 0 42px 22px 0;
}

@media (max-width: 860px) {
	body.home .wh-home .wh-faq__inner {
		gap: 28px;
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .wh-home .wh-faq__intro {
		min-height: 0;
		padding: 0;
	}
}

@media (max-width: 700px) {
	body.home .wh-home .wh-services__intro h2,
	body.home .wh-home .wh-case__heading,
	body.home .wh-home .wh-pricing__heading,
	body.home .wh-home .wh-process__heading,
	body.home .wh-home .wh-home-guides header h2,
	body.home .wh-home .wh-about__heading,
	body.home .wh-home .wh-faq__heading,
	body.home .wh-home .wh-home-audit h2,
	body.home .wh-home .wh-contact__heading {
		font-size: 32px;
		line-height: 1.12;
	}

	body.home .wh-home .wh-case__mark {
		height: 6px;
		margin-left: 5px;
		width: 6px;
	}

	body.home .wh-home .wh-faq__item summary {
		font-size: 15px;
		padding: 19px 0;
	}

	body.home .wh-home .wh-faq__item > p {
		padding: 0 30px 19px 0;
	}
}

/* Free website review: one integrated band with a focused action panel. */
body.home .wh-home .wh-home-audit {
	background: #edf4f7;
}

body.home .wh-home .wh-home-audit__inner {
	align-items: center;
	background: transparent;
	border: 0;
	display: grid;
	gap: clamp(42px, 6vw, 78px);
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
}

body.home .wh-home .wh-home-audit__content {
	padding: 0;
}

body.home .wh-home .wh-home-audit h2 {
	margin: 14px 0 18px;
	max-width: 650px;
}

body.home .wh-home .wh-home-audit__content > p:last-of-type {
	color: var(--wh-text-muted);
	font-size: 16px;
	line-height: 1.65;
	max-width: 560px;
}

body.home .wh-home .wh-home-audit__areas {
	border-top: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 32px 0 0;
	padding: 0;
}

body.home .wh-home .wh-home-audit__areas li,
body.home .wh-home .wh-home-audit__areas li + li {
	align-items: center;
	border-left: 0;
	border-top: 0;
	display: flex;
	flex-direction: column;
	font-family: var(--wh-font-body);
	font-size: 14px;
	font-weight: 600;
	gap: 12px;
	justify-content: center;
	min-height: 82px;
	padding: 0 20px;
	text-align: center;
}

body.home .wh-home .wh-home-audit__areas li:first-child {
	padding-left: 20px;
}

body.home .wh-home .wh-home-audit__areas li + li {
	border-left: 1px solid #cbd8df;
}

body.home .wh-home .wh-home-audit__areas img {
	display: block;
	height: 34px;
	object-fit: contain;
	width: 34px;
}

body.home .wh-home .wh-home-audit__areas span {
	color: var(--wh-text);
	display: block;
	font-size: inherit;
	margin: 0;
}

body.home .wh-home .wh-home-audit__result {
	background: var(--wh-accent);
	border-radius: 8px;
	color: var(--wh-surface);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 360px;
	padding: 42px;
}

body.home .wh-home .wh-home-audit__result > p {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

body.home .wh-home .wh-home-audit__result strong {
	font-family: var(--wh-font-heading);
	font-size: clamp(28px, 2.6vw, 36px);
	font-weight: 700;
	line-height: 1.08;
}

body.home .wh-home .wh-home-audit__result > span {
	font-size: 15px;
	line-height: 1.6;
	margin-top: 20px;
	opacity: 0.86;
}

body.home .wh-home .wh-home-audit__result .wh-button {
	background: var(--wh-text);
	border-color: var(--wh-text);
	color: var(--wh-surface);
	justify-content: space-between;
	margin-top: 30px;
	width: 100%;
}

body.home .wh-home .wh-home-audit__result small {
	font-size: 12px;
	margin-top: 18px;
	opacity: 0.78;
	text-align: center;
}

/* Contact: direct, useful and visually consistent with the homepage. */
body.home .wh-home .wh-contact {
	background: var(--wh-surface);
	padding: 48px var(--wh-section-x);
}

body.home .wh-home .wh-contact__inner {
	margin: 0 auto;
	max-width: var(--wh-content-width);
}

body.home .wh-home .wh-contact__intro {
	margin-bottom: 32px;
	max-width: 820px;
}

body.home .wh-home .wh-contact__heading {
	margin: 12px 0 16px;
}

body.home .wh-home .wh-contact__lead {
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 680px;
}

body.home .wh-home .wh-contact__layout {
	align-items: stretch;
	background: transparent;
	border: 0;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
}

body.home .wh-home .wh-form {
	background: var(--wh-surface);
	border: 1px solid var(--wh-line);
	border-radius: 8px;
	display: flex;
	gap: 22px;
	padding: 36px;
}

body.home .wh-home .wh-form__row {
	gap: 22px;
}

body.home .wh-home .wh-field {
	gap: 9px;
}

body.home .wh-home .wh-field label {
	font-family: var(--wh-font-body);
	font-size: 14px;
	font-weight: 650;
	letter-spacing: 0;
}

body.home .wh-home .wh-field input,
body.home .wh-home .wh-field select,
body.home .wh-home .wh-field textarea {
	background: #fff;
	border-color: #d8dde0;
	border-radius: 6px;
	font-size: 15px;
	min-height: 52px;
	padding: 13px 15px;
}

body.home .wh-home .wh-field textarea {
	min-height: 156px;
}

body.home .wh-home .wh-field input::placeholder,
body.home .wh-home .wh-field textarea::placeholder {
	color: #7b828a;
	opacity: 1;
}

body.home .wh-home .wh-field--consent {
	gap: 12px;
}

body.home .wh-home .wh-form__submit {
	justify-content: space-between;
	min-width: 255px;
}

body.home .wh-home .wh-contact__aside {
	background: var(--wh-text);
	border: 0;
	border-radius: 8px;
	color: var(--wh-surface);
	display: flex;
	min-height: 100%;
	padding: 42px 38px;
}

body.home .wh-home .wh-contact__email-block h3 {
	font-family: var(--wh-font-body);
	font-size: 16px;
	font-weight: 650;
}

body.home .wh-home .wh-contact__email {
	align-items: center;
	display: flex;
	font-family: var(--wh-font-heading);
	font-size: clamp(20px, 2vw, 27px);
	font-weight: 700;
	gap: 16px;
	margin-top: 20px;
	text-decoration: none;
}

body.home .wh-home .wh-contact__email img,
body.home .wh-home .wh-contact__place img,
body.home .wh-home .wh-contact__facts img {
	filter: brightness(0) saturate(100%) invert(38%) sepia(77%) saturate(1167%) hue-rotate(331deg) brightness(97%) contrast(91%);
	flex: 0 0 auto;
}

body.home .wh-home .wh-contact__place {
	align-items: flex-start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	font-size: 15px;
	gap: 16px;
	line-height: 1.6;
	margin: 34px 0 0;
	padding: 30px 0;
}

body.home .wh-home .wh-contact__facts {
	border: 0;
	margin: 0;
	padding: 30px 0 0;
}

body.home .wh-home .wh-contact__facts li {
	align-items: center;
	display: flex;
	font-size: 15px;
	gap: 16px;
	padding: 0;
}

body.home .wh-home .wh-contact__facts li::before {
	display: none;
}

body.home .wh-home .wh-contact__facts li + li {
	margin-top: 18px;
}

@media (max-width: 900px) {
	body.home .wh-home .wh-contact__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .wh-home .wh-contact__aside {
		min-height: 0;
	}
}

@media (max-width: 620px) {
	body.home .wh-home .wh-contact {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	body.home .wh-home .wh-contact__intro {
		margin-bottom: 24px;
	}

	body.home .wh-home .wh-contact__lead {
		font-size: 16px;
	}

	body.home .wh-home .wh-form,
	body.home .wh-home .wh-contact__aside {
		padding: 26px 22px;
	}

	body.home .wh-home .wh-form__row {
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .wh-home .wh-form__submit {
		min-width: 0;
		width: 100%;
	}

	body.home .wh-home .wh-contact__email {
		font-size: 20px;
		gap: 12px;
	}
}

@media (max-width: 900px) {
	body.home .wh-home .wh-home-audit__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .wh-home .wh-home-audit__result {
		min-height: 0;
	}
}

@media (max-width: 560px) {
	body.home .wh-home .wh-home-audit__areas {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 26px;
	}

	body.home .wh-home .wh-home-audit__areas li,
	body.home .wh-home .wh-home-audit__areas li + li,
	body.home .wh-home .wh-home-audit__areas li:first-child {
		align-items: center;
		border-left: 0;
		border-top: 1px solid #cbd8df;
		flex-direction: row;
		padding: 14px 0;
	}

	body.home .wh-home .wh-home-audit__areas li:first-child {
		border-top: 0;
	}

	body.home .wh-home .wh-home-audit__areas img {
		height: 30px;
		width: 30px;
	}

	body.home .wh-home .wh-home-audit__result {
		padding: 30px 24px;
	}
}

/* Contact intro: remove inherited spacing that was being counted twice. */
body.home .wh-home .wh-contact__intro {
	display: grid;
	gap: 0;
}

body.home .wh-home .wh-contact__intro .wh-eyebrow {
	margin-bottom: 10px;
}

body.home .wh-home .wh-contact__heading {
	margin: 0 0 16px;
}

/* Footer: clear navigation, useful contact details and a compact close. */
.wh-site-footer {
	border-top-width: 3px;
	padding: 64px var(--wh-section-x) 28px;
}

.wh-site-footer::after {
	height: 390px;
	op: 70px;
	width: 390px;
}

.wh-site-footer__inner {
	column-gap: clamp(30px, 4vw, 64px);
	gap: 52px clamp(30px, 4vw, 64px);
	grid-template-columns: minmax(260px, 1.25fr) minmax(130px, 0.68fr) minmax(170px, 0.85fr) minmax(220px, 0.9fr);
}

.wh-site-footer__logo {
	width: min(100%, 340px);
}

.wh-site-footer__tagline {
	font-size: 15px;
	line-height: 1.7;
	margin-top: 20px;
	max-width: 320px;
}

.wh-site-footer__project-link {
	border-bottom: 0;
	color: var(--wh-surface);
	font-family: var(--wh-font-body);
	font-size: 15px;
	font-weight: 650;
	margin-top: 28px;
	padding-bottom: 0;
}

.wh-site-footer__project-link .wh-arrow-icon {
	color: var(--wh-accent);
}

.wh-site-footer__col h2 {
	color: var(--wh-accent);
	font-family: var(--wh-font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.wh-site-footer__col li {
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
}

.wh-site-footer__col li + li {
	margin-top: 12px;
}

.wh-site-footer__contact ul {
	display: grid;
	gap: 22px;
}

.wh-site-footer__contact li,
.wh-site-footer__contact li + li {
	align-items: center;
	display: flex;
	gap: 12px;
	margin: 0;
}

.wh-site-footer__contact img {
	filter: brightness(0) saturate(100%) invert(38%) sepia(77%) saturate(1167%) hue-rotate(331deg) brightness(97%) contrast(91%);
	flex: 0 0 auto;
}

.wh-site-footer__bottom {
	gap: 24px;
	margin-top: 0;
	padding-top: 24px;
}

.wh-site-footer__legal {
	gap: 28px;
}

.wh-site-footer__mobile-nav {
	display: none;
}

@media (max-width: 980px) {
	.wh-site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wh-site-footer__brand,
	.wh-site-footer__bottom {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	.wh-site-footer {
		padding: 48px 20px 24px;
	}

	.wh-site-footer::after {
		display: block;
		height: 220px;
		op: 92px;
		right: -64px;
		width: 220px;
	}

	.wh-site-footer__inner {
		gap: 28px;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-site-footer__col:not(.wh-site-footer__contact) {
		display: none;
	}

	.wh-site-footer__logo {
		width: min(100%, 300px);
	}

	.wh-site-footer__brand,
	.wh-site-footer__contact,
	.wh-site-footer__bottom {
		grid-column: auto;
	}

	.wh-site-footer__mobile-nav {
		display: block;
	}

	.wh-site-footer__mobile-nav h2 {
		color: var(--wh-accent);
		font-family: var(--wh-font-body);
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0.08em;
		margin: 0 0 14px;
		text-transform: uppercase;
	}

	.wh-site-footer__mobile-nav ul {
		display: grid;
		gap: 8px 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.wh-site-footer__mobile-nav a {
		color: rgba(255, 255, 255, 0.72);
		font-size: 14px;
		line-height: 1.5;
	}

	.wh-site-footer__contact ul {
		gap: 14px;
	}

	.wh-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}
}

@media (max-width: 430px) {
	.wh-site-footer__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-site-footer__brand,
	.wh-site-footer__contact,
	.wh-site-footer__bottom {
		grid-column: auto;
	}

	.wh-site-footer__legal {
		gap: 14px 22px;
	}
}

/* Headings stay clean without decorative punctuation. */
.wh-case__mark,
.wh-home .wh-hero__mark,
body.home .wh-home .wh-case__mark {
	display: none;
}

.wh-case__mark::before,
.wh-home .wh-hero__mark::before {
	content: "";
	display: none;
}

/* Cropped brand lockups: size the visible artwork rather than a padded canvas. */
.wh-site-logo__image {
	width: 180px;
}

.wh-site-footer__logo {
	width: min(100%, 240px);
}

@media (max-width: 860px) {
	.wh-site-logo__image {
		width: 190px;
	}
}

@media (max-width: 480px) {
	.wh-site-logo__image {
		width: 180px;
	}

	.wh-site-footer__logo {
		width: min(100%, 260px);
	}
}

/* Mobile hero: preserve the existing visual language with a lighter hierarchy. */
@media (max-width: 700px) {
	.wh-home__opening::before {
		background-position: 82% 0;
		background-size: auto 720px;
		opacity: 0.66;
	}

	.wh-home .wh-hero__inner {
		min-height: 520px;
		padding-bottom: 38px;
		padding-top: 42px;
	}

	.wh-home .wh-hero .wh-eyebrow {
		margin-bottom: 18px;
	}

	.wh-home .wh-hero__title {
		font-size: clamp(36px, 10.2vw, 42px);
		line-height: 1.1;
		max-width: 355px;
	}

	.wh-home .wh-hero__footer {
		gap: 0;
		margin-top: 24px;
	}

	.wh-home .wh-hero__lead {
		font-size: 15px;
		line-height: 1.55;
		max-width: 335px;
	}

	.wh-home .wh-hero__actions {
		align-items: center;
		gap: 8px;
		margin-top: 22px;
		width: 100%;
	}

	.wh-home .wh-hero__actions .wh-button--primary {
		justify-content: space-between;
		width: min(100%, 238px);
	}

	.wh-home .wh-hero__actions .wh-button--secondary {
		background: rgba(255, 255, 255, 0.5);
		border-color: #aeb6ba;
		min-height: 46px;
		padding: 0 18px;
		width: auto;
	}

	.wh-home .wh-hero__actions .wh-button--secondary:hover,
	.wh-home .wh-hero__actions .wh-button--secondary:focus-visible {
		background: var(--wh-surface);
		border-color: #7f8a91;
	}
}

@media (max-width: 380px) {
	.wh-home .wh-hero__inner {
		min-height: 500px;
		padding-top: 34px;
	}

	.wh-home .wh-hero__title {
		font-size: 36px;
	}
}

/* Prices page: align the supporting page with the homepage product language. */
.wh-prices-page {
	background: var(--wh-bg);
}

.wh-prices-page .wh-eyebrow--section::before {
	display: none;
}

.wh-price-hero {
	border-bottom: 0;
	min-height: 480px;
	padding-bottom: 52px;
	padding-top: 52px;
}

.wh-price-hero__inner {
	gap: clamp(44px, 6vw, 86px);
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
}

.wh-price-hero__copy {
	max-width: 700px;
}

.wh-price-hero h1 {
	font-size: clamp(46px, 4.5vw, 62px);
	font-weight: 700;
	line-height: 1.03;
	margin-top: 18px;
}

.wh-price-hero__lead {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 24px;
	max-width: 590px;
}

.wh-price-hero__actions {
	gap: 10px;
	margin-top: 28px;
}

.wh-price-hero__actions .wh-button {
	border-radius: 4px;
	font-size: 14px;
	min-height: 46px;
	min-width: 0;
	padding: 0 18px;
}

.wh-price-hero__illustration {
	justify-self: end;
	width: min(100%, 390px);
}

.wh-price-promises {
	border: 1px solid var(--wh-line);
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
}

.wh-price-promises > div {
	gap: 3px;
	grid-template-columns: 34px minmax(0, 1fr);
	padding: 22px 26px;
}

.wh-price-promises span {
	font-family: var(--wh-font-body);
	font-size: 12px;
	font-weight: 700;
}

.wh-price-promises strong {
	font-size: 15px;
	font-weight: 700;
}

.wh-price-promises p {
	font-size: 13px;
}

.wh-price-section,
.wh-price-included,
.wh-price-faq {
	padding: 60px var(--wh-section-x);
}

.wh-price-heading,
.wh-price-included header,
.wh-price-faq header {
	margin-bottom: 32px;
}

.wh-price-heading .wh-eyebrow,
.wh-price-included .wh-eyebrow,
.wh-price-faq .wh-eyebrow {
	margin-bottom: 12px;
}

.wh-price-heading h2,
.wh-price-included h2,
.wh-price-faq h2 {
	font-size: clamp(36px, 3.5vw, 46px);
	font-weight: 700;
	line-height: 1.08;
	margin: 0;
}

.wh-price-heading > p:last-child,
.wh-price-included header > p:last-child,
.wh-price-faq header > p:last-child {
	font-size: 15px;
	line-height: 1.6;
	margin-top: 16px;
	max-width: 650px;
}

.wh-price-page__plans {
	background: transparent;
	border: 0;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1120px;
}

.wh-price-page__plans .wh-plan,
.wh-price-page__plans .wh-plan + .wh-plan {
	background: var(--wh-surface);
	border: 1px solid #d9dcdd;
	border-radius: 6px;
	min-height: 570px;
	padding: 28px;
}

.wh-price-page__plans .wh-plan--featured,
.wh-price-page__plans .wh-plan--featured + .wh-plan {
	border-left: 1px solid #d9dcdd;
}

.wh-price-page__plans .wh-plan--featured {
	border: 2px solid var(--wh-accent);
	margin: -8px 0;
	min-height: 586px;
	padding: 27px;
}

.wh-price-page__plans .wh-plan__badge {
	border-radius: 0 4px 0 4px;
	font-family: var(--wh-font-body);
	font-size: 10px;
	letter-spacing: 0.04em;
	padding: 7px 9px;
	right: -2px;
	top: -2px;
}

.wh-price-page__plans .wh-plan__number {
	font-family: var(--wh-font-body);
	font-size: 14px;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
}

.wh-price-page__plans .wh-plan__name {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 12px;
}

.wh-price-page__plans .wh-plan__for {
	font-size: 14px;
	line-height: 1.55;
	margin-top: 10px;
	min-height: 66px;
}

.wh-price-page__plans .wh-plan__price {
	font-size: 34px;
	font-weight: 700;
	margin-top: 24px;
}

.wh-price-page__plans .wh-plan__features {
	margin: 22px 0 26px;
	padding-top: 20px;
}

.wh-price-page__plans .wh-plan__features li {
	font-size: 13px;
	line-height: 1.45;
	padding-left: 24px;
}

.wh-price-page__plans .wh-plan__features li + li {
	margin-top: 9px;
}

.wh-price-page__plans .wh-plan__features li::before {
	background: transparent url("assets/icons/lucide/circle-check.svg") center / 15px 15px no-repeat;
	height: 16px;
	top: 1px;
	width: 16px;
}

.wh-price-page__plans .wh-plan__cta {
	border-radius: 4px;
	font-family: var(--wh-font-body);
	font-size: 14px;
	font-weight: 600;
	min-height: 44px;
	padding: 0 15px;
}

.wh-price-included {
	background: var(--wh-surface);
	color: var(--wh-text);
}

.wh-price-included .wh-eyebrow {
	color: var(--wh-accent);
}

.wh-price-included h2 {
	color: var(--wh-text);
}

.wh-price-included header > p:last-child {
	color: var(--wh-text-muted);
}

.wh-price-included__grid {
	border-color: var(--wh-line);
}

.wh-price-included__grid article {
	min-height: 180px;
	padding: 26px;
}

.wh-price-included__grid article + article {
	border-left-color: var(--wh-line);
}

.wh-price-included__grid span {
	font-family: var(--wh-font-body);
	font-size: 12px;
	font-weight: 700;
}

.wh-price-included__grid h3 {
	color: var(--wh-text);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
	margin: 24px 0 10px;
}

.wh-price-included__grid p {
	color: var(--wh-text-muted);
	font-size: 14px;
	line-height: 1.55;
}

.wh-price-care {
	background: #edf4f7;
}

.wh-price-care .wh-care-grid {
	background: transparent;
	border: 0;
	display: grid;
	gap: 14px;
}

.wh-price-care .wh-care-grid article,
.wh-price-care .wh-care-grid article:last-child {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid #d3dce0;
	border-radius: 6px;
	min-height: 210px;
	padding: 26px;
}

.wh-price-care .wh-care-grid h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 28px;
}

.wh-price-care .wh-care-grid__price {
	font-size: 18px;
	margin-bottom: 16px;
}

.wh-price-care .wh-care-grid article > p:last-child {
	font-size: 14px;
	line-height: 1.55;
}

.wh-price-extras {
	background: var(--wh-surface);
}

.wh-price-extras__layout {
	align-items: start;
	gap: clamp(48px, 7vw, 88px);
	grid-template-columns: minmax(280px, 0.72fr) minmax(440px, 1.28fr);
}

.wh-price-extras .wh-addon-list > div {
	padding: 20px 0;
}

.wh-price-extras .wh-addon-list dt,
.wh-price-extras .wh-addon-list dd {
	font-size: 15px;
}

.wh-price-faq {
	background: var(--wh-bg);
}

.wh-price-faq__inner {
	gap: clamp(48px, 7vw, 88px);
	grid-template-columns: minmax(280px, 0.72fr) minmax(440px, 1.28fr);
}

.wh-price-faq summary {
	font-family: var(--wh-font-body);
	font-size: 16px;
	font-weight: 600;
	padding: 21px 0;
}

.wh-price-faq details p {
	font-size: 15px;
	line-height: 1.65;
	margin-bottom: 21px;
}

.wh-price-cta {
	gap: 48px;
	padding-bottom: 52px;
	padding-top: 52px;
}

.wh-price-cta h2 {
	font-size: clamp(34px, 3.5vw, 46px);
	font-weight: 700;
	line-height: 1.08;
	margin: 12px 0 12px;
}

.wh-price-cta p:last-child {
	font-size: 15px;
}

.wh-price-cta .wh-button {
	border-radius: 4px;
	font-size: 14px;
	min-height: 46px;
	min-width: 210px;
}

@media (max-width: 1000px) {
	.wh-price-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
	}

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

	.wh-price-page__plans .wh-plan--featured {
		margin: 0;
		min-height: 570px;
	}

	.wh-price-page__plans .wh-plan:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.wh-price-hero {
		padding: 42px 18px 38px;
	}

	.wh-price-hero__inner {
		gap: 28px;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-hero h1 {
		font-size: clamp(36px, 10vw, 42px);
		line-height: 1.05;
		margin-top: 16px;
	}

	.wh-price-hero h1 .wh-heading-tail {
		white-space: normal;
	}

	.wh-price-hero__lead {
		font-size: 15px;
		margin-top: 18px;
	}

	.wh-price-hero__actions {
		width: min(100%, 238px);
		margin-top: 22px;
	}

	.wh-price-hero__illustration {
		justify-self: center;
		width: min(72%, 260px);
	}

	.wh-price-promises {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-promises > div {
		padding: 16px 18px;
	}

	.wh-price-section,
	.wh-price-included,
	.wh-price-faq {
		padding: 48px 18px;
	}

	.wh-price-heading,
	.wh-price-included header,
	.wh-price-faq header {
		margin-bottom: 26px;
	}

	.wh-price-heading h2,
	.wh-price-included h2,
	.wh-price-faq h2 {
		font-size: 32px;
		line-height: 1.12;
	}

	.wh-price-page__plans {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-page__plans .wh-plan,
	.wh-price-page__plans .wh-plan + .wh-plan,
	.wh-price-page__plans .wh-plan--featured {
		grid-column: auto;
		min-height: 0;
		padding: 24px;
	}

	.wh-price-page__plans .wh-plan--featured {
		padding: 23px;
	}

	.wh-price-page__plans .wh-plan__for {
		min-height: 0;
	}

	.wh-price-page__plans .wh-plan__price {
		margin-top: 28px;
	}

	.wh-price-included__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-included__grid article,
	.wh-price-included__grid article + article,
	.wh-price-included__grid article:nth-child(3),
	.wh-price-included__grid article:nth-child(4) {
		border-left: 0;
		border-top: 1px solid var(--wh-line);
		min-height: 0;
		padding: 22px;
	}

	.wh-price-included__grid article:first-child {
		border-top: 0;
	}

	.wh-price-included__grid h3 {
		margin-top: 18px;
	}

	.wh-price-care .wh-care-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-care .wh-care-grid article,
	.wh-price-care .wh-care-grid article:last-child {
		min-height: 0;
		padding: 22px;
	}

	.wh-price-care .wh-care-grid h3 {
		margin-top: 20px;
	}

	.wh-price-extras__layout,
	.wh-price-faq__inner {
		gap: 30px;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-extras .wh-addon-list > div {
		padding: 17px 0;
	}

	.wh-price-cta {
		gap: 26px;
		padding: 44px 18px;
	}

	.wh-price-cta h2 {
		font-size: 32px;
	}

	.wh-price-cta .wh-button {
		width: min(100%, 230px);
	}
}

@media (max-width: 420px) {
	.wh-price-hero h1 {
		font-size: clamp(31px, 8.7vw, 34px);
	}

	.wh-price-hero h1 .wh-heading-tail {
		white-space: nowrap;
	}

	.wh-price-hero__actions {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		width: min(100%, 238px);
	}

	.wh-price-hero__actions .wh-button {
		width: 100%;
	}
}

/* Pricing hero: approved editorial composition with an integrated proof row. */
.wh-price-hero {
	min-height: 640px;
	overflow: hidden;
	padding-bottom: 126px;
	padding-top: 70px;
}

.wh-price-hero::before {
	background: url("assets/images/hero-craft-background.png") center / cover no-repeat;
	content: "";
	inset: 0;
	opacity: 0.82;
	pointer-events: none;
	position: absolute;
}

.wh-price-hero__inner {
	gap: clamp(48px, 5vw, 76px);
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
}

.wh-price-hero__copy {
	max-width: 740px;
}

.wh-price-hero__eyebrow {
	align-items: center;
	display: flex;
	gap: 9px;
}

.wh-price-hero__eyebrow span:first-child,
.wh-price-hero__eyebrow span:nth-child(2) {
	color: var(--wh-accent);
}

.wh-price-hero h1 {
	font-size: clamp(52px, 5.2vw, 72px);
	line-height: 1.02;
	margin-top: 28px;
}

.wh-price-hero__lead {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 28px;
	max-width: 650px;
}

.wh-price-hero__actions {
	margin-top: 32px;
}

.wh-price-hero__actions .wh-button {
	min-width: 210px;
}

.wh-price-hero__illustration {
	justify-self: end;
	width: min(100%, 535px);
}

.wh-price-hero__illustration img {
	filter: drop-shadow(0 18px 24px rgba(11, 32, 53, 0.08));
}

.wh-price-promises {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #d9dcdd;
	border-radius: 6px;
	box-shadow: 0 12px 32px rgba(11, 32, 53, 0.06);
	margin: -88px auto 0;
	position: relative;
	z-index: 3;
}

.wh-price-promises > div {
	align-content: center;
	gap: 4px 18px;
	grid-template-columns: 52px minmax(0, 1fr);
	min-height: 116px;
	padding: 22px 30px;
}

.wh-price-promises__icon {
	align-items: center;
	background: #edf2f5;
	border-radius: 50%;
	display: flex;
	grid-row: 1 / 3;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.wh-price-promises__icon img {
	display: block;
	height: 23px;
	width: 23px;
}

.wh-price-promises strong {
	font-size: 16px;
}

.wh-price-promises p {
	font-size: 14px;
}

.wh-price-packages {
	padding-top: 72px;
}

@media (max-width: 1000px) {
	.wh-price-hero {
		min-height: 580px;
		padding-bottom: 112px;
		padding-top: 58px;
	}

	.wh-price-hero__inner {
		gap: 36px;
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
	}

	.wh-price-hero h1 {
		font-size: clamp(46px, 6.4vw, 60px);
	}

	.wh-price-hero__illustration {
		width: min(100%, 420px);
	}

	.wh-price-promises > div {
		grid-template-columns: 44px minmax(0, 1fr);
		padding: 20px;
	}

	.wh-price-promises__icon {
		height: 42px;
		width: 42px;
	}
}

@media (max-width: 760px) {
	.wh-price-hero {
		min-height: 0;
		padding: 44px 18px 38px;
	}

	.wh-price-hero::before {
		background-position: 80% top;
		background-size: auto 680px;
		opacity: 0.58;
	}

	.wh-price-hero__inner {
		gap: 26px;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-hero__eyebrow {
		font-size: 11px;
		gap: 7px;
	}

	.wh-price-hero h1 {
		font-size: clamp(36px, 10vw, 42px);
		line-height: 1.05;
		margin-top: 18px;
	}

	.wh-price-hero__lead {
		font-size: 15px;
		margin-top: 20px;
	}

	.wh-price-hero__actions {
		margin-top: 24px;
	}

	.wh-price-hero__illustration {
		justify-self: center;
		width: min(82%, 330px);
	}

	.wh-price-promises {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		box-shadow: none;
		margin-top: 0;
	}

	.wh-price-promises > div {
		grid-template-columns: 44px minmax(0, 1fr);
		min-height: 88px;
		padding: 16px 18px;
	}

	.wh-price-promises__icon {
		height: 40px;
		width: 40px;
	}

	.wh-price-promises__icon img {
		height: 20px;
		width: 20px;
	}

	.wh-price-promises strong {
		font-size: 15px;
	}

	.wh-price-promises p {
		font-size: 13px;
	}

	.wh-price-packages {
		padding-top: 48px;
	}
}

@media (max-width: 420px) {
	.wh-price-hero h1 {
		font-size: clamp(31px, 8.7vw, 34px);
	}

	.wh-price-hero h1 .wh-heading-tail {
		white-space: nowrap;
	}
}

/* Pricing opening: one calm canvas shared by the header and hero. */
body.page-template-page-priser .wh-site-header:not(.is-scrolled) {
	background: var(--wh-bg);
	border-bottom-color: transparent;
}

.wh-price-hero {
	background: var(--wh-bg);
	min-height: 570px;
	padding-bottom: 100px;
	padding-top: 52px;
}

.wh-price-hero::before {
	display: none;
}

.wh-price-hero__illustration {
	width: min(100%, 470px);
}

.wh-price-hero__illustration img {
	filter: drop-shadow(0 14px 20px rgba(11, 32, 53, 0.06));
}

.wh-price-promises {
	box-shadow: 0 8px 22px rgba(11, 32, 53, 0.045);
	margin-top: -68px;
}

.wh-price-promises > div {
	grid-template-columns: 44px minmax(0, 1fr);
	min-height: 92px;
	padding: 16px 24px;
}

.wh-price-promises__icon {
	height: 40px;
	width: 40px;
}

.wh-price-promises__icon img {
	height: 20px;
	width: 20px;
}

.wh-price-promises strong {
	font-size: 15px;
}

.wh-price-promises p {
	font-size: 13px;
}

.wh-price-packages {
	padding-top: 52px;
}

@media (max-width: 1000px) {
	.wh-price-hero {
		min-height: 520px;
		padding-bottom: 88px;
		padding-top: 44px;
	}

	.wh-price-hero__illustration {
		width: min(100%, 380px);
	}

	.wh-price-promises {
		margin-top: -58px;
	}

	.wh-price-promises > div {
		min-height: 88px;
		padding: 14px 18px;
	}
}

@media (max-width: 760px) {
	body.page-template-page-priser .wh-site-header:not(.is-scrolled) {
		background: var(--wh-bg);
	}

	.wh-price-hero {
		padding: 34px 18px 30px;
	}

	.wh-price-hero__illustration {
		width: min(76%, 280px);
	}

	.wh-price-promises {
		margin-top: 0;
	}

	.wh-price-promises > div {
		grid-template-columns: 40px minmax(0, 1fr);
		min-height: 76px;
		padding: 12px 18px;
	}

	.wh-price-promises__icon {
		height: 36px;
		width: 36px;
	}

	.wh-price-promises__icon img {
		height: 18px;
		width: 18px;
	}

	.wh-price-packages {
		padding-top: 40px;
	}
}

/* Final pricing alignment: homepage controls, tighter opening and stronger mobile media. */
.wh-price-hero {
	padding-top: 36px;
}

.wh-price-hero__actions .wh-button {
	border-radius: 4px;
	font-family: var(--wh-font-body);
	font-size: 14px;
	font-weight: 700;
	gap: 14px;
	min-height: 46px;
	padding: 0 18px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.wh-price-hero__actions .wh-button--primary:hover,
.wh-price-hero__actions .wh-button--primary:focus-visible {
	background: #b84434;
	border-color: #b84434;
	transform: translateY(-1px);
}

.wh-price-hero__actions .wh-button--secondary {
	background: rgba(255, 255, 255, 0.5);
	border-color: #aeb6ba;
}

.wh-price-hero__actions .wh-button--secondary:hover,
.wh-price-hero__actions .wh-button--secondary:focus-visible {
	background: var(--wh-surface);
	border-color: #7f8a91;
	transform: translateY(-1px);
}

.wh-price-packages .wh-eyebrow {
	color: var(--wh-accent);
}

.wh-price-page__plans .wh-plan.wh-plan--featured {
	border: 2px solid var(--wh-accent);
}

@media (max-width: 1000px) {
	.wh-price-hero {
		padding-top: 32px;
	}
}

@media (max-width: 760px) {
	.wh-price-hero {
		padding-top: 24px;
	}

	.wh-price-hero__copy {
		justify-self: center;
		max-width: 430px;
		text-align: center;
	}

	.wh-price-hero__eyebrow {
		justify-content: center;
	}

	.wh-price-hero__lead {
		margin-left: auto;
		margin-right: auto;
	}

	.wh-price-hero__actions {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		justify-content: center;
		width: 100%;
	}

	.wh-price-hero__actions .wh-button {
		font-size: 14px;
		gap: 12px;
		justify-content: space-between;
		padding: 0 18px;
	}

	.wh-price-hero__actions .wh-button--primary {
		width: min(100%, 238px);
	}

	.wh-price-hero__actions .wh-button--secondary {
		width: auto;
	}

	.wh-price-hero__actions .wh-arrow-icon {
		flex: 0 0 auto;
		height: 16px;
		width: 16px;
	}

	.wh-price-hero__illustration {
		width: min(90%, 330px);
	}
}

@media (max-width: 350px) {
	.wh-price-hero__actions {
		flex-direction: column;
	}

	.wh-price-hero__actions .wh-button {
		font-size: 13px;
		padding-left: 14px;
		padding-right: 14px;
		width: min(100%, 238px);
	}
}

/* Pricing FAQ: reuse the calm, open question pattern from the homepage. */
body.page-template-page-priser .wh-price-faq {
	background: #fbfaf7;
	padding: 48px var(--wh-section-x);
}

body.page-template-page-priser .wh-price-faq__inner {
	align-items: start;
	display: grid;
	gap: clamp(36px, 5vw, 72px);
	grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
}

body.page-template-page-priser .wh-price-faq .wh-faq__intro {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

body.page-template-page-priser .wh-price-faq .wh-eyebrow {
	color: var(--wh-accent);
	margin-bottom: 12px;
}

body.page-template-page-priser .wh-price-faq .wh-faq__heading {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: clamp(36px, 3.5vw, 46px);
	font-weight: 700;
	line-height: 1.08;
	margin: 0;
}

body.page-template-page-priser .wh-price-faq .wh-faq__lead {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 18px 0 0;
	max-width: 360px;
}

body.page-template-page-priser .wh-price-faq .wh-faq__contact {
	color: var(--wh-text);
	font-family: var(--wh-font-body);
	font-size: 14px;
	font-weight: 700;
	margin-top: 28px;
	padding: 0;
}

body.page-template-page-priser .wh-price-faq .wh-faq__contact .wh-arrow-icon {
	color: var(--wh-accent);
}

body.page-template-page-priser .wh-price-faq .wh-faq__list {
	background: transparent;
	border: 0;
	border-top: 1px solid var(--wh-line);
}

body.page-template-page-priser .wh-price-faq .wh-faq__item,
body.page-template-page-priser .wh-price-faq .wh-faq__item + .wh-faq__item {
	border-bottom: 1px solid var(--wh-line);
	border-top: 0;
}

body.page-template-page-priser .wh-price-faq .wh-faq__item summary {
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	min-height: 0;
	padding: 22px 0;
}

body.page-template-page-priser .wh-price-faq .wh-faq__item summary:hover {
	background: transparent;
	color: var(--wh-accent);
}

body.page-template-page-priser .wh-price-faq .wh-faq__item > p {
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
	max-width: 680px;
	padding: 0 42px 22px 0;
}

@media (max-width: 860px) {
	body.page-template-page-priser .wh-price-faq__inner {
		gap: 28px;
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 700px) {
	body.page-template-page-priser .wh-price-faq {
		padding: 44px 18px;
	}

	body.page-template-page-priser .wh-price-faq .wh-faq__heading {
		font-size: 32px;
		line-height: 1.12;
	}

	body.page-template-page-priser .wh-price-faq .wh-faq__item summary {
		font-size: 15px;
		padding: 19px 0;
	}

	body.page-template-page-priser .wh-price-faq .wh-faq__item > p {
		padding: 0 30px 19px 0;
	}
}

/* Pricing page rhythm and compact post-launch support plans. */
.wh-prices-page > .wh-price-packages,
.wh-prices-page > .wh-price-included,
.wh-prices-page > .wh-price-care,
.wh-prices-page > .wh-price-faq {
	padding-bottom: 48px;
	padding-top: 48px;
}

.wh-prices-page > .wh-price-cta {
	padding-bottom: 48px;
	padding-top: 48px;
}

.wh-price-care .wh-price-section__inner {
	align-items: start;
	display: grid;
	gap: clamp(36px, 4vw, 64px);
	grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
}

.wh-price-care .wh-price-heading {
	margin-bottom: 0;
	max-width: 360px;
}

.wh-price-care .wh-price-heading .wh-eyebrow {
	color: var(--wh-accent);
}

.wh-price-care .wh-care-grid {
	align-self: start;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wh-price-care .wh-care-grid article,
.wh-price-care .wh-care-grid article:last-child {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	grid-template-rows: 38px auto auto 1fr;
	min-height: 238px;
	padding: 24px;
}

.wh-price-care .wh-care-grid article:nth-child(2) {
	background: var(--wh-surface);
	border-top: 2px solid var(--wh-accent);
}

.wh-price-care .wh-care-grid article > .wh-care-grid__icon {
	background: var(--wh-text);
	display: block;
	flex: 0 0 auto;
	grid-column: 1;
	grid-row: 1;
	height: 34px;
	margin: 0;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	width: 34px;
}

.wh-price-care .wh-care-grid__icon--base {
	mask-image: url("assets/icons/lucide/circle-check.svg");
	-webkit-mask-image: url("assets/icons/lucide/circle-check.svg");
}

.wh-price-care .wh-care-grid__icon--safe {
	mask-image: url("assets/icons/lucide/life-buoy.svg");
	-webkit-mask-image: url("assets/icons/lucide/life-buoy.svg");
}

.wh-price-care .wh-care-grid__icon--full {
	mask-image: url("assets/icons/lucide/target.svg");
	-webkit-mask-image: url("assets/icons/lucide/target.svg");
}

.wh-price-care .wh-care-grid article > .wh-care-grid__number {
	align-self: center;
	color: var(--wh-accent);
	display: block;
	font-family: var(--wh-font-body);
	font-size: 12px;
	font-weight: 700;
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
	line-height: 1;
}

.wh-price-care .wh-care-grid h3 {
	font-size: 20px;
	grid-column: 1 / -1;
	grid-row: 2;
	line-height: 1.2;
	margin: 20px 0 4px;
}

.wh-price-care .wh-care-grid__price {
	font-size: 16px;
	grid-column: 1 / -1;
	grid-row: 3;
	margin: 0;
}

.wh-price-care .wh-care-grid article > p:last-child {
	align-self: start;
	border-top: 1px solid var(--wh-line);
	font-size: 13px;
	grid-column: 1 / -1;
	grid-row: 4;
	line-height: 1.55;
	margin: 18px 0 0;
	padding-top: 16px;
}

body.page-template-page-priser .wh-price-faq .wh-faq__icon::before,
body.page-template-page-priser .wh-price-faq .wh-faq__icon::after {
	background: var(--wh-accent);
	height: 2px;
}

@media (max-width: 980px) {
	.wh-price-care .wh-price-section__inner {
		gap: 28px;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-care .wh-price-heading {
		max-width: 600px;
	}
}

@media (max-width: 700px) {
	.wh-prices-page > .wh-price-packages,
	.wh-prices-page > .wh-price-included,
	.wh-prices-page > .wh-price-care,
	.wh-prices-page > .wh-price-faq {
		padding-bottom: 44px;
		padding-top: 44px;
	}

	.wh-prices-page > .wh-price-cta {
		padding-bottom: 44px;
		padding-top: 44px;
	}

	.wh-price-care .wh-care-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-price-care .wh-care-grid article,
	.wh-price-care .wh-care-grid article:last-child {
		min-height: 0;
		padding: 22px;
	}

	.wh-price-care .wh-care-grid article > .wh-care-grid__icon {
		height: 32px;
		width: 32px;
	}
}

/* Shared guide article: image-led opening, readable body and useful internal navigation. */
body.single-post .wh-site-header:not(.is-scrolled) {
	background: var(--wh-bg);
	border-bottom-color: transparent;
}

body.single-post .wh-article__hero {
	background: var(--wh-bg);
	border-bottom: 0;
	padding: 52px var(--wh-section-x) 48px;
}

body.single-post .wh-article__hero-inner {
	align-items: center;
	display: grid;
	gap: clamp(44px, 6vw, 88px);
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.72fr);
	margin: 0 auto;
	max-width: var(--wh-content-width);
	width: 100%;
}

body.single-post .wh-article__hero-copy {
	max-width: 760px;
}

body.single-post .wh-article__back {
	align-items: center;
	color: var(--wh-accent);
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 9px;
	text-transform: uppercase;
}

body.single-post .wh-article__back .wh-arrow-icon {
	height: 16px;
	transform: rotate(180deg);
	width: 16px;
}

body.single-post .wh-article__hero h1 {
	font-family: var(--wh-font-heading);
	font-size: clamp(42px, 4.8vw, 64px);
	font-weight: 700;
	line-height: 1.04;
	margin: 24px 0 0;
	max-width: 800px;
}

body.single-post .wh-article__excerpt {
	color: var(--wh-text-muted);
	font-size: 18px;
	line-height: 1.65;
	margin: 24px 0 0;
	max-width: 680px;
}

body.single-post .wh-article__meta {
	align-items: center;
	color: var(--wh-text-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 10px;
	margin-top: 28px;
}

body.single-post .wh-article__meta > span:nth-child(2) {
	color: var(--wh-accent);
}

body.single-post .wh-article__media {
	align-items: center;
	background: #eef4f7;
	border: 1px solid #dce4e7;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	margin: 0;
	min-height: 360px;
	overflow: hidden;
	padding: 28px;
}

body.single-post .wh-article__media img {
	display: block;
	height: auto;
	max-height: 330px;
	object-fit: contain;
	width: 100%;
}

body.single-post .wh-article__layout {
	align-items: start;
	background: var(--wh-surface);
	display: grid;
	gap: clamp(48px, 7vw, 96px);
	grid-template-columns: minmax(220px, 270px) minmax(0, 740px);
	justify-content: center;
	margin: 0 auto;
	max-width: var(--wh-content-width);
	padding: 56px var(--wh-section-x);
}

body.single-post .wh-article__aside {
	align-self: start;
	border-top: 2px solid var(--wh-accent);
	position: sticky;
	top: calc(var(--wh-header-height) + 28px);
}

body.single-post .wh-article__toc-desktop > .wh-eyebrow {
	color: var(--wh-accent);
	margin: 20px 0 14px;
}

body.single-post .wh-article__toc-mobile {
	display: none;
}

body.single-post .wh-article__aside ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.single-post .wh-article__aside li + li {
	border-top: 1px solid var(--wh-line);
}

body.single-post .wh-article__aside nav a,
body.single-post .wh-article__toc-mobile a {
	color: var(--wh-text-muted);
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	padding: 11px 0;
}

body.single-post .wh-article__aside nav a:hover,
body.single-post .wh-article__aside nav a:focus-visible,
body.single-post .wh-article__toc-mobile a:hover,
body.single-post .wh-article__toc-mobile a:focus-visible {
	color: var(--wh-accent);
}

body.single-post .wh-article__byline {
	border-top: 1px solid var(--wh-line);
	margin-top: 22px;
	padding-top: 20px;
}

body.single-post .wh-article__byline strong {
	font-family: var(--wh-font-heading);
	font-size: 14px;
}

body.single-post .wh-article__byline p {
	color: var(--wh-text-muted);
	font-size: 13px;
	line-height: 1.55;
	margin: 8px 0 0;
}

body.single-post .wh-article__content {
	color: var(--wh-text);
	font-size: 17px;
	line-height: 1.78;
	min-width: 0;
}

body.single-post .wh-article__content .wh-article-lead {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 21px;
	font-weight: 600;
	line-height: 1.55;
	margin-bottom: 42px;
}

body.single-post .wh-article__content h2 {
	font-family: var(--wh-font-heading);
	font-size: 31px;
	font-weight: 700;
	line-height: 1.18;
	margin: 48px 0 16px;
	scroll-margin-top: calc(var(--wh-header-height) + 24px);
}

body.single-post .wh-article__content .wh-article-lead + h2 {
	margin-top: 0;
}

body.single-post .wh-article__content p,
body.single-post .wh-article__content ul,
body.single-post .wh-article__content ol {
	margin: 0 0 24px;
}

body.single-post .wh-article__content ul,
body.single-post .wh-article__content ol {
	padding-left: 24px;
}

body.single-post .wh-article__content li + li {
	margin-top: 10px;
}

body.single-post .wh-article__content li::marker {
	color: var(--wh-accent);
}

body.single-post .wh-article__content .wh-article-cta {
	background: #eef4f7;
	border: 0;
	border-left: 3px solid var(--wh-accent);
	border-radius: 0 6px 6px 0;
	color: var(--wh-text);
	display: flex;
	font-family: var(--wh-font-body);
	font-size: 15px;
	font-weight: 700;
	justify-content: space-between;
	margin-top: 40px;
	min-height: 64px;
	padding: 18px 20px;
}

body.single-post .wh-article-related {
	background: #fbfaf7;
	padding: 48px var(--wh-section-x);
}

body.single-post .wh-article-related__inner {
	margin: 0 auto;
	max-width: var(--wh-content-width);
	width: 100%;
}

body.single-post .wh-article-related header {
	margin-bottom: 28px;
}

body.single-post .wh-article-related header .wh-eyebrow {
	color: var(--wh-accent);
	margin-bottom: 12px;
}

body.single-post .wh-article-related h2 {
	font-family: var(--wh-font-heading);
	font-size: clamp(34px, 3.5vw, 46px);
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
}

body.single-post .wh-article-related__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-post .wh-article-related__grid article {
	background: var(--wh-surface);
	border: 1px solid #dddcd7;
	border-radius: 8px;
	display: grid;
	grid-template-columns: minmax(180px, 0.82fr) minmax(0, 1.18fr);
	overflow: hidden;
}

body.single-post .wh-article-related__media {
	align-items: center;
	background: #eef4f7;
	display: flex;
	justify-content: center;
	min-height: 260px;
	padding: 18px;
}

body.single-post .wh-article-related__media img {
	height: 100%;
	max-height: 220px;
	object-fit: contain;
	width: 100%;
}

body.single-post .wh-article-related__grid article > div {
	display: flex;
	flex-direction: column;
	padding: 24px;
}

body.single-post .wh-article-related h3 {
	font-family: var(--wh-font-heading);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.22;
	margin: 0 0 12px;
}

body.single-post .wh-article-related h3 a {
	color: var(--wh-text);
}

body.single-post .wh-article-related__grid p {
	color: var(--wh-text-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

body.single-post .wh-article-related__link {
	align-items: center;
	color: var(--wh-text);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	margin-top: auto;
	padding-top: 22px;
	width: fit-content;
}

body.single-post .wh-article-related__link .wh-arrow-icon {
	color: var(--wh-accent);
	height: 17px;
	width: 17px;
}

body.single-post .wh-article__footer-cta {
	padding-bottom: 48px;
	padding-top: 48px;
}

@media (max-width: 980px) {
	body.single-post .wh-article__hero-inner {
		gap: 36px;
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.6fr);
	}

	body.single-post .wh-article__media {
		min-height: 300px;
	}

	body.single-post .wh-article__layout {
		gap: 40px;
		grid-template-columns: minmax(0, 1fr);
	}

	body.single-post .wh-article__aside {
		display: grid;
		gap: 0 36px;
		grid-template-columns: minmax(0, 1fr) 250px;
		position: static;
	}

	body.single-post .wh-article__toc-desktop {
		grid-column: 1;
	}

	body.single-post .wh-article__byline {
		border-top: 0;
		grid-column: 2;
		grid-row: 1 / 3;
		margin-top: 20px;
		padding-top: 0;
	}

	body.single-post .wh-article-related__grid article {
		grid-template-columns: minmax(140px, 0.7fr) minmax(0, 1.3fr);
	}
}

@media (max-width: 700px) {
	body.single-post .wh-article__hero {
		padding: 38px 18px 40px;
	}

	body.single-post .wh-article__hero-inner {
		gap: 30px;
		grid-template-columns: minmax(0, 1fr);
	}

	body.single-post .wh-article__hero-copy {
		margin: 0 auto;
		max-width: 500px;
		text-align: center;
	}

	body.single-post .wh-article__back,
	body.single-post .wh-article__meta {
		justify-content: center;
	}

	body.single-post .wh-article__hero h1 {
		font-size: clamp(34px, 9.5vw, 42px);
		line-height: 1.08;
	}

	body.single-post .wh-article__excerpt {
		font-size: 16px;
	}

	body.single-post .wh-article__media {
		justify-self: center;
		min-height: 0;
		padding: 20px;
		width: min(100%, 380px);
	}

	body.single-post .wh-article__layout {
		gap: 36px;
		padding: 44px 18px;
	}

	body.single-post .wh-article__aside {
		display: block;
	}

	body.single-post .wh-article__toc-desktop {
		display: none;
	}

	body.single-post .wh-article__toc-mobile {
		display: block;
	}

	body.single-post .wh-article__toc-mobile summary {
		align-items: center;
		color: var(--wh-text);
		cursor: pointer;
		display: flex;
		font-size: 14px;
		font-weight: 700;
		justify-content: space-between;
		list-style: none;
		padding: 18px 0;
		text-transform: uppercase;
	}

	body.single-post .wh-article__toc-mobile summary::-webkit-details-marker {
		display: none;
	}

	body.single-post .wh-article__toc-mobile .wh-faq__icon::before,
	body.single-post .wh-article__toc-mobile .wh-faq__icon::after {
		background: var(--wh-accent);
	}

	body.single-post .wh-article__toc-mobile[open] .wh-faq__icon::after {
		transform: rotate(0deg);
	}

	body.single-post .wh-article__toc-mobile ol {
		border-top: 1px solid var(--wh-line);
		padding-bottom: 8px;
	}

	body.single-post .wh-article__byline {
		border-top: 1px solid var(--wh-line);
		margin-top: 20px;
		padding-top: 18px;
	}

	body.single-post .wh-article__content {
		font-size: 16px;
		line-height: 1.72;
	}

	body.single-post .wh-article__content .wh-article-lead {
		font-size: 19px;
		margin-bottom: 34px;
	}

	body.single-post .wh-article__content h2 {
		font-size: 26px;
		margin-top: 40px;
	}

	body.single-post .wh-article-related {
		padding: 44px 18px;
	}

	body.single-post .wh-article-related h2 {
		font-size: 32px;
	}

	body.single-post .wh-article-related__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.single-post .wh-article-related__grid article {
		grid-template-columns: minmax(0, 1fr);
	}

	body.single-post .wh-article-related__media {
		aspect-ratio: 3 / 2;
		min-height: 0;
	}

	body.single-post .wh-article__footer-cta {
		padding-bottom: 44px;
		padding-top: 44px;
	}
}

/* Guide actions: unmistakable links and a compact, purposeful final CTA. */
body.single-post .wh-article__content .wh-article-cta {
	background: var(--wh-accent);
	border: 1px solid var(--wh-accent);
	border-left-width: 1px;
	border-radius: 4px;
	box-shadow: 0 8px 18px rgba(16, 27, 42, 0.08);
	color: var(--wh-surface);
	gap: 20px;
	min-height: 60px;
	padding: 16px 18px;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.single-post .wh-article__content .wh-article-cta::after {
	background: currentColor;
	content: "";
	flex: 0 0 auto;
	height: 18px;
	mask: url("assets/icons/lucide/arrow-up-right.svg") center / contain no-repeat;
	-webkit-mask: url("assets/icons/lucide/arrow-up-right.svg") center / contain no-repeat;
	width: 18px;
}

body.single-post .wh-article__content .wh-article-cta:hover,
body.single-post .wh-article__content .wh-article-cta:focus-visible {
	background: var(--wh-accent-dark);
	border-color: var(--wh-accent-dark);
	color: var(--wh-surface);
	transform: translateY(-1px);
}

body.single-post .wh-article__footer-cta {
	align-items: center;
	background: #e7f0f4;
	border-bottom: 0;
	border-top: 3px solid var(--wh-accent);
	color: var(--wh-text);
	display: grid;
	gap: 28px;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	padding: 40px max(var(--wh-section-x), calc((100vw - var(--wh-content-width)) / 2));
}

body.single-post .wh-article__footer-cta-icon {
	background: var(--wh-text);
	display: block;
	height: 52px;
	mask: url("assets/icons/lucide/search-check.svg") center / contain no-repeat;
	-webkit-mask: url("assets/icons/lucide/search-check.svg") center / contain no-repeat;
	width: 52px;
}

body.single-post .wh-article__footer-cta .wh-eyebrow {
	color: var(--wh-accent);
	margin: 0 0 9px;
}

body.single-post .wh-article__footer-cta h2 {
	color: var(--wh-text);
	font-size: clamp(30px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
}

body.single-post .wh-article__footer-cta p:last-child {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 10px 0 0;
}

body.single-post .wh-article__footer-cta .wh-button {
	background: var(--wh-accent);
	border-color: var(--wh-accent);
	border-radius: 4px;
	color: var(--wh-surface);
	font-size: 14px;
	font-weight: 700;
	min-height: 46px;
	min-width: 220px;
	padding: 0 18px;
}

body.single-post .wh-article__footer-cta .wh-button:hover,
body.single-post .wh-article__footer-cta .wh-button:focus-visible {
	background: var(--wh-accent-dark);
	border-color: var(--wh-accent-dark);
	color: var(--wh-surface);
	transform: translateY(-1px);
}

@media (max-width: 900px) {
	body.single-post .wh-article__footer-cta {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	body.single-post .wh-article__footer-cta .wh-button {
		grid-column: 2;
		justify-self: start;
	}
}

@media (max-width: 700px) {
	body.single-post .wh-article__content .wh-article-cta {
		font-size: 14px;
		min-height: 56px;
		padding: 14px 16px;
	}

	body.single-post .wh-article__footer-cta {
		gap: 18px;
		grid-template-columns: minmax(0, 1fr);
		padding: 36px 18px;
		text-align: center;
	}

	body.single-post .wh-article__footer-cta-icon {
		height: 44px;
		justify-self: center;
		width: 44px;
	}

	body.single-post .wh-article__footer-cta h2 {
		font-size: 30px;
	}

body.single-post .wh-article__footer-cta .wh-button {
		grid-column: auto;
		justify-self: center;
		width: min(100%, 240px);
	}
}

/* Final website-service alignment overrides. */
body:has(.wh-service-page--webbplatser) .wh-site-header {
	background: #f8f6f1;
}

.wh-service-page--webbplatser .wh-service-process__inner {
	display: block;
}

.wh-service-page--webbplatser .wh-service-process ol {
	width: 100%;
}

.wh-service-page--webbplatser .wh-service-process li {
	display: block;
	min-width: 0;
	width: auto;
}

@media (max-width: 700px) {
	.wh-service-page--webbplatser .wh-service-process li {
		display: grid;
		gap: 0 14px;
		grid-template-columns: 30px minmax(0, 1fr);
	}

	.wh-service-page--webbplatser .wh-service-process li > span,
	.wh-service-page--webbplatser .wh-service-process li > img {
		grid-column: 1;
	}

	.wh-service-page--webbplatser .wh-service-process li > span {
		grid-row: 1;
		margin: 2px 0 12px;
	}

	.wh-service-page--webbplatser .wh-service-process li > img {
		grid-row: 2 / span 2;
		margin: 1px 0 0;
	}

	.wh-service-page--webbplatser .wh-service-process li h3,
	.wh-service-page--webbplatser .wh-service-process li p {
		grid-column: 2;
	}

	.wh-service-page--webbplatser .wh-service-process li h3 {
		grid-row: 2;
	}

	.wh-service-page--webbplatser .wh-service-process li p {
		grid-row: 3;
	}
}

/* Homepage service cards: complete summaries with one shared next step. */
.wh-home .wh-services__inner {
	gap: 16px;
}

.wh-home .wh-services {
	scroll-margin-top: 76px;
}

.wh-home .wh-service-panel,
.wh-home .wh-service-panel--webbplatser,
.wh-home .wh-service-panel--seo-ai-synlighet,
.wh-home .wh-service-panel--automation,
.wh-home .wh-service-panel--drift-support {
	border-color: #d5dadd;
	box-shadow: 0 8px 22px rgba(16, 27, 42, 0.035);
	min-height: 300px;
	padding: 22px;
	transform: none;
}

.wh-home .wh-service-panel:hover {
	border-color: #d5dadd;
	transform: none;
}

.wh-home .wh-service-panel__top {
	justify-content: space-between;
}

.wh-home .wh-service-panel__number {
	color: var(--wh-accent);
	display: block;
	font-size: 12px;
	font-weight: 700;
}

.wh-home .wh-service-panel h3 {
	font-size: 20px;
	line-height: 1.25;
	margin: 26px 0 10px;
}

.wh-home .wh-service-panel > p:not(.wh-service-panel__scope) {
	font-size: 14px;
	line-height: 1.58;
}

.wh-home .wh-service-panel .wh-service-panel__scope {
	border-top: 1px solid var(--wh-line);
	color: var(--wh-text);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
	margin: auto 0 0;
	padding-top: 16px;
}

.wh-services__action {
	align-items: center;
	border-top: 1px solid var(--wh-line);
	display: flex;
	gap: 30px;
	grid-column: 1 / -1;
	justify-content: space-between;
	margin-top: 12px;
	padding-top: 24px;
}

.wh-services__action p {
	margin: 0;
}

.wh-services__action strong,
.wh-services__action span {
	display: block;
}

.wh-services__action strong {
	color: var(--wh-text);
	font-family: var(--wh-font-heading);
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 4px;
}

.wh-services__action span {
	color: var(--wh-text-muted);
	font-size: 13px;
	line-height: 1.5;
}

.wh-services__action .wh-button {
	flex: 0 0 auto;
	min-height: 44px;
	padding: 0 17px;
}

@media (max-width: 600px) {
	.wh-home .wh-services {
		scroll-margin-top: 72px;
	}

	.wh-home .wh-service-panel,
	.wh-home .wh-service-panel--webbplatser,
	.wh-home .wh-service-panel--seo-ai-synlighet,
	.wh-home .wh-service-panel--automation,
	.wh-home .wh-service-panel--drift-support {
		min-height: 258px;
	}

	.wh-services__action {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
		margin-top: 6px;
	}

	.wh-services__action .wh-button {
		justify-content: space-between;
		width: 100%;
	}
}

/* Free website review: same product language as the homepage. */
body:has(.wh-audit-page) .wh-site-header {
	background: #f8f6f1;
}

.wh-audit-page .wh-audit-hero .wh-eyebrow {
	color: var(--wh-accent);
}

.wh-audit-page .wh-audit-hero {
	background: #f8f6f1;
	border-bottom: 1px solid var(--wh-line);
	padding: 56px var(--wh-section-x) 0;
}

.wh-audit-page .wh-audit-hero__inner {
	align-items: center;
	display: grid;
	gap: clamp(48px, 7vw, 96px);
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
	margin: 0 auto;
	max-width: var(--wh-content-width);
	min-height: 500px;
	padding: 0 0 48px;
}

.wh-audit-page .wh-audit-hero__copy {
	max-width: 680px;
}

.wh-audit-page .wh-audit-hero h1 {
	font-family: var(--wh-font-heading);
	font-size: clamp(46px, 5vw, 66px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 17px 0 22px;
}

.wh-audit-page .wh-audit-hero__copy > p:not(.wh-eyebrow) {
	color: var(--wh-text-muted);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 620px;
}

.wh-audit-hero__actions {
	align-items: center;
	display: flex;
	gap: 18px;
	margin-top: 28px;
}

.wh-audit-hero__actions .wh-button {
	min-height: 48px;
	padding: 0 20px;
}

.wh-audit-hero__actions > span {
	color: var(--wh-text-muted);
	font-size: 12px;
}

.wh-audit-preview {
	background: #e7f0f4;
	border: 1px solid #cbd7dd;
	border-radius: 5px;
	box-shadow: 0 16px 38px rgba(16, 27, 42, 0.07);
	padding: 30px;
}

.wh-audit-preview header {
	align-items: center;
	display: flex;
	gap: 14px;
	padding-bottom: 24px;
}

.wh-audit-preview header > img {
	height: 30px;
	width: 30px;
}

.wh-audit-preview header span,
.wh-audit-preview header small,
.wh-audit-preview header strong {
	display: block;
}

.wh-audit-preview header small {
	color: var(--wh-accent);
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.wh-audit-preview header strong {
	font-family: var(--wh-font-heading);
	font-size: 22px;
	font-weight: 700;
}

.wh-audit-preview ul {
	border-top: 1px solid rgba(16, 27, 42, 0.16);
	list-style: none;
	margin: 0;
	padding: 0;
}

.wh-audit-preview li {
	align-items: center;
	border-bottom: 1px solid rgba(16, 27, 42, 0.16);
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 12px;
	min-height: 54px;
}

.wh-audit-preview li img {
	height: 18px;
	width: 18px;
}

.wh-audit-preview footer {
	align-items: end;
	display: flex;
	justify-content: space-between;
	padding-top: 24px;
}

.wh-audit-preview footer span {
	color: var(--wh-text-muted);
	font-size: 12px;
}

.wh-audit-preview footer strong {
	color: var(--wh-accent);
	font-family: var(--wh-font-heading);
	font-size: 20px;
	font-weight: 700;
}

.wh-audit-trust {
	border-top: 1px solid var(--wh-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: var(--wh-content-width);
}

.wh-audit-trust span {
	align-items: center;
	color: var(--wh-text);
	display: flex;
	font-size: 13px;
	font-weight: 600;
	justify-content: center;
	min-height: 64px;
	padding: 12px;
}

.wh-audit-trust span + span {
	border-left: 1px solid var(--wh-line);
}

.wh-audit-page .wh-audit-scope {
	background: var(--wh-surface);
	padding: 64px var(--wh-section-x);
}

.wh-audit-page .wh-audit-scope__inner {
	align-items: start;
	display: grid;
	gap: clamp(50px, 7vw, 90px);
	grid-template-columns: minmax(280px, 0.78fr) minmax(480px, 1.22fr);
	margin: 0 auto;
	max-width: var(--wh-content-width);
	padding: 0;
}

.wh-audit-page .wh-audit-scope header {
	max-width: 430px;
}

.wh-audit-page .wh-audit-scope header h2,
.wh-audit-page .wh-audit-form-section header h2 {
	font-family: var(--wh-font-heading);
	font-size: clamp(34px, 3.8vw, 48px);
	font-weight: 800;
	line-height: 1.08;
	margin: 14px 0 18px;
}

.wh-audit-page .wh-audit-scope header > p:last-child,
.wh-audit-page .wh-audit-form-section header > p:not(.wh-eyebrow) {
	color: var(--wh-text-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.wh-audit-page .wh-audit-scope ol {
	border-top: 1px solid var(--wh-line);
	list-style: none;
	margin: 0;
	padding: 0;
}

.wh-audit-page .wh-audit-scope li {
	align-items: start;
	border-bottom: 1px solid var(--wh-line);
	display: grid;
	gap: 18px;
	grid-template-columns: 30px minmax(0, 1fr);
	padding: 17px 0;
}

.wh-audit-page .wh-audit-scope li > img {
	height: 24px;
	margin-top: 2px;
	width: 24px;
}

.wh-audit-page .wh-audit-scope h3 {
	font-family: var(--wh-font-heading);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.wh-audit-page .wh-audit-scope li p {
	color: var(--wh-text-muted);
	font-size: 13px;
	line-height: 1.55;
	margin: 5px 0 0;
}

.wh-audit-page .wh-audit-form-section {
	background: #e7f0f4;
	padding: 64px var(--wh-section-x);
	scroll-margin-top: 76px;
}

.wh-audit-page .wh-audit-form-section__inner {
	align-items: start;
	display: grid;
	gap: clamp(48px, 7vw, 88px);
	grid-template-columns: minmax(280px, 0.78fr) minmax(500px, 1.22fr);
	margin: 0 auto;
	max-width: var(--wh-content-width);
	padding: 0;
}

.wh-audit-form-section__intro {
	max-width: 430px;
}

.wh-audit-form-section__intro ul {
	border-top: 1px solid rgba(16, 27, 42, 0.16);
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.wh-audit-form-section__intro li {
	border-bottom: 1px solid rgba(16, 27, 42, 0.16);
	font-size: 13px;
	font-weight: 600;
	padding: 13px 0 13px 26px;
	position: relative;
}

.wh-audit-form-section__intro li::before {
	background: var(--wh-accent);
	content: "";
	height: 15px;
	left: 0;
	mask: url("assets/icons/lucide/circle-check.svg") center / contain no-repeat;
	-webkit-mask: url("assets/icons/lucide/circle-check.svg") center / contain no-repeat;
	position: absolute;
	top: 14px;
	width: 15px;
}

.wh-audit-page .wh-audit-form {
	background: var(--wh-surface);
	border: 1px solid #ccd6db;
	border-radius: 5px;
	box-shadow: 0 12px 30px rgba(16, 27, 42, 0.045);
	padding: 30px;
}

.wh-audit-form__row {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wh-audit-page .wh-audit-form .wh-field + .wh-field,
.wh-audit-page .wh-audit-form__row + .wh-field {
	margin-top: 18px;
}

.wh-audit-page .wh-audit-form__row .wh-field + .wh-field {
	margin-top: 0;
}

.wh-audit-page .wh-audit-form input:not([type="checkbox"]),
.wh-audit-page .wh-audit-form textarea {
	background: #fbfcfc;
}

.wh-audit-page .wh-audit-form textarea {
	min-height: 112px;
}

.wh-audit-page .wh-audit-form .wh-field--consent {
	margin-top: 18px;
}

.wh-audit-page .wh-audit-form .wh-form__submit {
	margin-top: 22px;
	min-height: 48px;
}

.wh-site-footer__project-link:hover,
.wh-site-footer__project-link:focus-visible,
.wh-site-footer__col a:hover,
.wh-site-footer__col a:focus-visible,
.wh-site-footer__mobile-nav a:hover,
.wh-site-footer__mobile-nav a:focus-visible,
.wh-site-footer__legal a:hover,
.wh-site-footer__legal a:focus-visible {
	color: var(--wh-accent);
}

@media (max-width: 900px) {
	.wh-audit-page .wh-audit-hero__inner,
	.wh-audit-page .wh-audit-scope__inner,
	.wh-audit-page .wh-audit-form-section__inner {
		gap: 38px;
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
	}

	.wh-audit-page .wh-audit-hero h1 {
		font-size: 50px;
	}
}

@media (max-width: 820px) {
	.wh-audit-page .wh-audit-hero__inner,
	.wh-audit-page .wh-audit-scope__inner,
	.wh-audit-page .wh-audit-form-section__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-audit-page .wh-audit-hero__copy {
		margin: 0 auto;
		max-width: 650px;
		text-align: center;
	}

	.wh-audit-hero__actions {
		justify-content: center;
	}

	.wh-audit-preview,
	.wh-audit-page .wh-audit-form {
		justify-self: center;
		max-width: 600px;
		width: 100%;
	}

	.wh-audit-page .wh-audit-scope header,
	.wh-audit-form-section__intro {
		max-width: 600px;
	}
}

@media (max-width: 700px) {
	.wh-audit-page .wh-audit-hero {
		padding: 36px 18px 0;
	}

	.wh-audit-page .wh-audit-hero__inner,
	.wh-audit-page .wh-audit-scope__inner,
	.wh-audit-page .wh-audit-form-section__inner {
		gap: 28px;
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-audit-page .wh-audit-hero__inner {
		min-height: 0;
		padding-bottom: 34px;
		text-align: center;
	}

	.wh-audit-page .wh-audit-hero h1 {
		font-size: clamp(37px, 10.5vw, 44px);
		line-height: 1.06;
		margin: 14px 0 18px;
	}

	.wh-audit-page .wh-audit-hero__copy > p:not(.wh-eyebrow) {
		font-size: 15px;
	}

	.wh-audit-hero__actions {
		align-items: center;
		flex-direction: column;
		gap: 12px;
		margin-top: 22px;
	}

	.wh-audit-hero__actions .wh-button {
		justify-content: space-between;
		width: min(100%, 260px);
	}

	.wh-audit-preview {
		padding: 24px;
		text-align: left;
	}

	.wh-audit-preview footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.wh-audit-trust span {
		font-size: 11px;
		min-height: 58px;
		padding: 10px 6px;
		text-align: center;
	}

	.wh-audit-page .wh-audit-scope,
	.wh-audit-page .wh-audit-form-section {
		padding: 44px 18px;
	}

	.wh-audit-page .wh-audit-scope header h2,
	.wh-audit-page .wh-audit-form-section header h2 {
		font-size: 32px;
	}

	.wh-audit-page .wh-audit-scope li {
		gap: 14px;
		padding: 16px 0;
	}

	.wh-audit-page .wh-audit-form-section {
		scroll-margin-top: 72px;
	}

	.wh-audit-page .wh-audit-form {
		padding: 22px;
	}

	.wh-audit-form__row {
		grid-template-columns: minmax(0, 1fr);
	}

	.wh-audit-page .wh-audit-form__row .wh-field + .wh-field {
		margin-top: 18px;
	}

	.wh-audit-page .wh-audit-form .wh-form__submit {
		justify-content: space-between;
		width: 100%;
	}
}
