body.wce-home-page #header,
body.wce-home-page .title_container,
body.wce-home-page #footer-page,
body.wce-home-page #footer,
body.wce-home-page #socket {
	display: none !important;
}

body.wce-home-page #main {
	padding-top: 0 !important;
	background: #fff;
}

body.wce-home-page {
	margin: 0;
	background: #fff;
}

body.wce-home-page #wrap_all {
	width: 100%;
	overflow: visible;
}

body.wce-home-page #main .container_wrap_first > .container,
body.wce-home-page #main .template-page,
body.wce-home-page #main .entry-content-wrapper {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.wce-home-page #main .template-page.content {
	border: 0;
}

.whe {
	--whe-navy: #132036;
	--whe-navy-deep: #0d1727;
	--whe-orange: #cf5b18;
	--whe-orange-dark: #a9440d;
	--whe-blue: #287da5;
	--whe-blue-dark: #176286;
	--whe-paper: #ffffff;
	--whe-warm: #faf8f4;
	--whe-cool: #f5f7f8;
	--whe-ink: #202630;
	--whe-muted: #68717d;
	--whe-line: #dcdfe2;
	--whe-line-dark: #c7ccd1;
	--whe-white: #ffffff;
	--whe-serif: Georgia, "Times New Roman", serif;
	--whe-sans: "Segoe UI", Helvetica, Arial, sans-serif;
	width: 100%;
	overflow: clip;
	color: var(--whe-ink);
	background: var(--whe-paper);
	font: 400 16px/1.6 var(--whe-sans);
	-webkit-font-smoothing: antialiased;
}

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

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

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

.whe button {
	font: inherit;
}

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

.whe h1,
.whe h2,
.whe h3,
.whe p,
.whe ul,
.whe ol {
	margin-top: 0;
}

#top .whe h1,
#top .whe h2,
#top .whe h3,
#top .whe strong,
#top .whe p,
#top .whe a,
#top .whe button,
#top .whe small,
#top .whe span,
#top .whe summary {
	text-transform: none;
}

.whe-skip-link {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 10000;
	padding: 0.8rem 1rem;
	color: var(--whe-white) !important;
	background: var(--whe-orange);
	transform: translateY(-180%);
}

.whe-skip-link:focus {
	transform: translateY(0);
}

.whe-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-height: 82px;
	padding: 0.72rem max(4vw, calc((100vw - 1440px) / 2));
	border-bottom: 1px solid var(--whe-line);
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 8px 24px rgba(19, 32, 54, 0.035);
	backdrop-filter: blur(16px);
}

body.admin-bar .whe-site-header {
	top: 32px;
}

.whe-site-brand {
	display: flex;
	align-items: center;
	gap: 0.95rem;
	min-width: 0;
}

.whe-site-brand .whe-logo {
	width: 72px;
	height: auto;
	flex: 0 0 auto;
}

.whe-site-brand > span {
	display: grid;
	gap: 0.08rem;
	padding-left: 0.95rem;
	border-left: 1px solid var(--whe-line);
}

#top .whe-site-brand strong {
	color: var(--whe-ink) !important;
	font: 600 0.94rem/1.2 var(--whe-serif);
}

#top .whe-site-brand small {
	color: var(--whe-muted) !important;
	font: 700 0.53rem/1.35 var(--whe-sans);
	letter-spacing: 0.11em;
	text-transform: uppercase !important;
}

.whe-site-header nav {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2.4vw, 2.25rem);
}

#top .whe-site-header nav a {
	color: var(--whe-ink) !important;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.025em;
}

#top .whe-site-header nav a:not(.whe-header-cta) {
	position: relative;
	padding: 0.7rem 0;
}

.whe-site-header nav a:not(.whe-header-cta)::after {
	position: absolute;
	right: 0;
	bottom: 0.35rem;
	left: 0;
	height: 1px;
	background: var(--whe-orange);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.whe-site-header nav a:not(.whe-header-cta):hover::after,
.whe-site-header nav a:not(.whe-header-cta):focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

#top .whe .whe-header-cta {
	padding: 0.8rem 1.05rem;
	color: var(--whe-white) !important;
	background: var(--whe-navy);
	transition: background 180ms ease, transform 180ms ease;
}

#top .whe .whe-header-cta:hover,
#top .whe .whe-header-cta:focus-visible {
	color: var(--whe-white) !important;
	background: var(--whe-orange);
	transform: translateY(-2px);
}

.whe-kicker {
	margin-bottom: 0.9rem;
	color: var(--whe-orange) !important;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	text-transform: uppercase !important;
}

.whe-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(500px, 0.82fr);
	align-items: center;
	gap: clamp(4rem, 7vw, 8rem);
	min-height: 690px;
	padding: clamp(5rem, 8vw, 8.5rem) max(5vw, calc((100vw - 1340px) / 2));
	border-bottom: 1px solid var(--whe-line);
	background: var(--whe-paper);
}

.whe-hero-copy {
	max-width: 780px;
	animation: whe-rise 560ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

#top .whe-hero h1 {
	max-width: 790px;
	margin-bottom: 1.7rem;
	color: var(--whe-ink) !important;
	font: 400 clamp(3.35rem, 5.2vw, 5.35rem)/0.98 var(--whe-serif);
	letter-spacing: -0.048em;
}

#top .whe-hero .whe-lede {
	max-width: 710px;
	margin-bottom: 1.9rem;
	color: var(--whe-muted) !important;
	font-size: clamp(1rem, 1.35vw, 1.12rem);
	line-height: 1.75;
}

.whe-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

#top .whe .whe-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	min-height: 52px;
	padding: 0.82rem 1.05rem;
	border: 1px solid currentColor;
	font-size: 0.69rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

#top .whe .whe-button--dark {
	border-color: var(--whe-navy);
	color: var(--whe-white) !important;
	background: var(--whe-navy);
}

#top .whe .whe-button--outline {
	border-color: var(--whe-line-dark);
	color: var(--whe-ink) !important;
	background: var(--whe-white);
}

#top .whe .whe-button--blue {
	border-color: var(--whe-blue);
	color: var(--whe-white) !important;
	background: var(--whe-blue);
}

#top .whe .whe-button:hover,
#top .whe .whe-button:focus-visible,
#top .whe .whe-button[aria-pressed="true"] {
	border-color: var(--whe-orange);
	color: var(--whe-white) !important;
	background: var(--whe-orange);
	transform: translateY(-2px);
}

#top .whe .whe-button--blue:hover,
#top .whe .whe-button--blue:focus-visible {
	border-color: var(--whe-blue-dark);
	background: var(--whe-blue-dark);
}

#top .whe .whe-hero-note {
	max-width: 610px;
	margin: 1.1rem 0 0;
	padding-left: 1rem;
	border-left: 2px solid var(--whe-orange);
	color: var(--whe-muted) !important;
	font-size: 0.67rem;
	line-height: 1.6;
}

.whe-hero-map {
	position: relative;
	padding: clamp(1.4rem, 2.5vw, 2.2rem);
	border: 1px solid var(--whe-line);
	background: var(--whe-warm);
	box-shadow: 0 30px 80px rgba(19, 32, 54, 0.09);
	animation: whe-rise 560ms 80ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.whe-hero-map::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 46%;
	height: 3px;
	background: var(--whe-orange);
	content: "";
}

.whe-hero-map::after {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 46%;
	height: 3px;
	background: var(--whe-blue);
	content: "";
}

.whe-hero-map__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1.35rem;
	border-bottom: 1px solid var(--whe-line);
}

#top .whe-hero-map__head span {
	color: var(--whe-muted) !important;
	font-size: 0.54rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase !important;
}

#top .whe-hero-map__head strong {
	max-width: 250px;
	color: var(--whe-ink) !important;
	font: 500 0.86rem/1.35 var(--whe-serif);
	text-align: right;
}

.whe-hero-map__brands {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	margin-top: 1px;
	background: var(--whe-line);
}

.whe-hero-map__brands article {
	padding: 1.15rem;
	background: var(--whe-white);
}

.whe-mini-brand {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 0.8rem;
	min-height: 82px;
	margin-bottom: 0.65rem;
}

.whe-mini-brand .whe-logo {
	width: 56px;
	height: auto;
	max-height: 58px;
	object-fit: contain;
}

.whe-mini-brand--masa .whe-logo {
	width: 50px;
}

.whe-mini-brand > span {
	display: grid;
	gap: 0.18rem;
}

#top .whe-mini-brand strong {
	color: var(--whe-ink) !important;
	font: 500 0.98rem/1.2 var(--whe-serif);
}

#top .whe-mini-brand small {
	color: var(--whe-muted) !important;
	font-size: 0.5rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase !important;
}

#top .whe-hero-map__brands article > a {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 0.5rem;
	min-height: 50px;
	padding: 0.65rem 0;
	border-top: 1px solid var(--whe-line);
	color: var(--whe-ink) !important;
	font-size: 0.67rem;
	font-weight: 700;
	transition: color 180ms ease, padding 180ms ease, background 180ms ease;
}

#top .whe-hero-map__brands article > a:hover,
#top .whe-hero-map__brands article > a:focus-visible,
#top .whe-hero-map__brands article > a.is-recommended {
	padding-right: 0.55rem;
	padding-left: 0.55rem;
	color: var(--whe-white) !important;
	background: var(--whe-navy);
}

#top .whe-hero-map__brands article:last-child > a:hover,
#top .whe-hero-map__brands article:last-child > a:focus-visible,
#top .whe-hero-map__brands article:last-child > a.is-recommended {
	background: var(--whe-blue-dark);
}

.whe-proof {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0 max(5vw, calc((100vw - 1340px) / 2));
	color: var(--whe-white);
	background: var(--whe-navy);
}

.whe-proof > div {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 0.85rem;
	min-height: 112px;
	padding: 1.35rem clamp(1rem, 2vw, 1.7rem);
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.whe-proof > div:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.14);
}

#top .whe-proof strong {
	color: var(--whe-white) !important;
	font: 400 clamp(1.65rem, 2.5vw, 2.35rem)/1 var(--whe-serif);
}

#top .whe-proof span {
	color: rgba(255, 255, 255, 0.64) !important;
	font-size: 0.58rem;
	line-height: 1.45;
}

.whe-services,
.whe-jobs,
.whe-specialisations,
.whe-difference,
.whe-guidance,
.whe-faq,
.whe-closing {
	padding-right: max(5vw, calc((100vw - 1340px) / 2));
	padding-left: max(5vw, calc((100vw - 1340px) / 2));
}

.whe-services,
.whe-jobs,
.whe-specialisations,
.whe-difference,
.whe-guidance,
.whe-faq {
	padding-top: clamp(5rem, 8vw, 7.5rem);
	padding-bottom: clamp(5rem, 8vw, 7.5rem);
}

.whe-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.44fr);
	align-items: end;
	gap: 4rem;
	margin-bottom: 3rem;
}

#top .whe-section-heading h2,
#top .whe-guidance h2,
#top .whe-faq h2,
#top .whe-closing h2 {
	max-width: 850px;
	margin: 0;
	color: var(--whe-ink) !important;
	font: 400 clamp(2.65rem, 4.1vw, 4.35rem)/1.01 var(--whe-serif);
	letter-spacing: -0.043em;
}

#top .whe-section-heading > p {
	max-width: 460px;
	margin: 0 0 0.35rem;
	padding-left: 1.2rem;
	border-left: 1px solid var(--whe-orange);
	color: var(--whe-muted) !important;
	font-size: 0.84rem;
	line-height: 1.7;
}

.whe-services {
	scroll-margin-top: 100px;
	background: var(--whe-paper);
}

.whe-service-network {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.2rem;
}

.whe-brand-lane {
	border: 1px solid var(--whe-line);
	background: var(--whe-warm);
}

.whe-brand-lane > header {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	align-items: center;
	gap: 1.1rem;
	min-height: 126px;
	padding: 1.35rem 1.5rem;
	border-top: 3px solid var(--whe-orange);
	border-bottom: 1px solid var(--whe-line);
	background: var(--whe-white);
}

.whe-brand-lane--masa > header {
	border-top-color: var(--whe-blue);
}

.whe-brand-lane > header > div {
	display: grid;
	place-items: center;
	min-height: 76px;
	border-right: 1px solid var(--whe-line);
}

.whe-brand-lane > header .whe-logo {
	width: 65px;
	height: auto;
	max-height: 68px;
	object-fit: contain;
}

.whe-brand-lane--masa > header .whe-logo {
	width: 56px;
}

.whe-brand-lane > header p {
	display: grid;
	gap: 0.15rem;
	margin: 0;
}

#top .whe-brand-lane > header span {
	color: var(--whe-orange) !important;
	font-size: 0.52rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase !important;
}

#top .whe-brand-lane--masa > header span {
	color: var(--whe-blue) !important;
}

#top .whe-brand-lane > header strong {
	color: var(--whe-ink) !important;
	font: 500 1.38rem/1.2 var(--whe-serif);
}

#top .whe-brand-lane > header small {
	color: var(--whe-muted) !important;
	font-size: 0.59rem;
}

.whe-service-pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: var(--whe-line);
}

.whe-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 520px;
	padding: clamp(1.35rem, 2.4vw, 2rem);
	background: var(--whe-white);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.whe-service-card.is-recommended {
	z-index: 1;
	box-shadow: inset 0 0 0 2px var(--whe-orange), 0 18px 45px rgba(19, 32, 54, 0.1);
	transform: translateY(-3px);
}

.whe-brand-lane--masa .whe-service-card.is-recommended {
	box-shadow: inset 0 0 0 2px var(--whe-blue), 0 18px 45px rgba(19, 32, 54, 0.1);
}

.whe-service-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 1.2rem;
	color: var(--whe-orange) !important;
	border: 1px solid var(--whe-line);
	background: var(--whe-warm);
}

.whe-brand-lane--masa .whe-service-icon {
	color: var(--whe-blue) !important;
}

#top .whe-card-label {
	margin-bottom: 0.55rem;
	color: var(--whe-muted) !important;
	font-size: 0.55rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase !important;
}

#top .whe-service-card h3 {
	margin-bottom: 0.85rem;
	color: var(--whe-ink) !important;
	font: 400 clamp(1.65rem, 2.3vw, 2.25rem)/1.08 var(--whe-serif);
	letter-spacing: -0.025em;
}

#top .whe-service-card > p:not(.whe-card-label) {
	margin-bottom: 1.25rem;
	color: var(--whe-muted) !important;
	font-size: 0.75rem;
	line-height: 1.68;
}

.whe-service-card ul {
	display: grid;
	gap: 0;
	margin: 0 0 1.3rem;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--whe-line);
}

.whe-service-card li {
	margin: 0;
	padding: 0;
}

#top .whe-service-card li a {
	display: block;
	padding: 0.65rem 0;
	border-bottom: 1px solid var(--whe-line);
	color: var(--whe-ink) !important;
	font-size: 0.64rem;
	font-weight: 700;
}

#top .whe-service-card li a:hover,
#top .whe-service-card li a:focus-visible {
	color: var(--whe-orange) !important;
}

#top .whe-brand-lane--masa .whe-service-card li a:hover,
#top .whe-brand-lane--masa .whe-service-card li a:focus-visible {
	color: var(--whe-blue-dark) !important;
}

#top .whe .whe-card-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 50px;
	margin-top: auto;
	padding: 0.72rem 0.8rem;
	color: var(--whe-white) !important;
	background: var(--whe-navy);
	font-size: 0.61rem;
	font-weight: 800;
	transition: background 180ms ease, padding 180ms ease;
}

#top .whe .whe-card-cta:hover,
#top .whe .whe-card-cta:focus-visible {
	padding-right: 1rem;
	background: var(--whe-orange);
}

#top .whe-brand-lane--masa .whe-card-cta:hover,
#top .whe-brand-lane--masa .whe-card-cta:focus-visible {
	background: var(--whe-blue-dark);
}

.whe-jobs {
	background: var(--whe-warm);
}

.whe-job-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
}

.whe-job-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 315px;
	padding: clamp(1.4rem, 2.4vw, 2rem);
	border: 1px solid var(--whe-line);
	background: var(--whe-white);
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.whe-job-card::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 52px;
	height: 3px;
	background: var(--whe-orange);
	content: "";
	transition: width 190ms ease;
}

.whe-job-card:hover {
	border-color: var(--whe-line-dark);
	box-shadow: 0 18px 45px rgba(19, 32, 54, 0.08);
	transform: translateY(-4px);
}

.whe-job-card:hover::before {
	width: calc(100% + 2px);
}

.whe-job-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-bottom: 1.5rem;
}

#top .whe-job-meta span {
	padding: 0.28rem 0.46rem;
	color: var(--whe-muted) !important;
	background: var(--whe-cool);
	font-size: 0.51rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase !important;
}

#top .whe-job-card h3 {
	margin-bottom: 0.85rem;
	color: var(--whe-ink) !important;
	font: 400 clamp(1.45rem, 2vw, 2rem)/1.08 var(--whe-serif);
	letter-spacing: -0.025em;
}

#top .whe-job-card h3 a {
	color: inherit !important;
}

#top .whe-job-card > p {
	margin-bottom: 1.2rem;
	color: var(--whe-muted) !important;
	font-size: 0.72rem;
	line-height: 1.7;
}

#top .whe .whe-card-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: auto;
	padding-top: 0.9rem;
	border-top: 1px solid var(--whe-line);
	color: var(--whe-ink) !important;
	font-size: 0.66rem;
	font-weight: 800;
}

#top .whe .whe-card-link:hover,
#top .whe .whe-card-link:focus-visible {
	color: var(--whe-orange) !important;
}

.whe-jobs-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.5rem;
}

.whe-specialisations {
	background: var(--whe-paper);
}

.whe-directories {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.whe-directory {
	border: 1px solid var(--whe-line);
	background: var(--whe-white);
}

.whe-directory > header {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	gap: 1.1rem;
	min-height: 112px;
	padding: 1.2rem 1.35rem;
	border-top: 3px solid var(--whe-orange);
	border-bottom: 1px solid var(--whe-line);
}

.whe-directory--masa > header {
	border-top-color: var(--whe-blue);
}

.whe-directory > header .whe-logo {
	width: 60px;
	height: auto;
	max-height: 62px;
	object-fit: contain;
}

.whe-directory--masa > header .whe-logo {
	width: 52px;
}

.whe-directory > header div {
	display: grid;
	gap: 0.1rem;
}

#top .whe-directory > header span {
	color: var(--whe-orange) !important;
	font-size: 0.52rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase !important;
}

#top .whe-directory--masa > header span {
	color: var(--whe-blue) !important;
}

#top .whe-directory > header strong {
	color: var(--whe-ink) !important;
	font: 500 1.15rem/1.3 var(--whe-serif);
}

.whe-directory details,
.whe-guidance-panels details,
.whe-faq-list details {
	border-bottom: 1px solid var(--whe-line);
}

.whe-directory summary,
.whe-guidance-panels summary,
.whe-faq-list summary {
	display: grid;
	grid-template-columns: 1fr 24px;
	align-items: center;
	gap: 1rem;
	min-height: 68px;
	padding: 0.9rem 1.35rem;
	color: var(--whe-ink);
	background: var(--whe-white);
	list-style: none;
	cursor: pointer;
}

.whe-directory summary::-webkit-details-marker,
.whe-guidance-panels summary::-webkit-details-marker,
.whe-faq-list summary::-webkit-details-marker {
	display: none;
}

#top .whe-directory summary span {
	color: var(--whe-ink) !important;
	font-size: 0.68rem;
	font-weight: 800;
}

.whe-directory summary i,
.whe-guidance-panels summary i,
.whe-faq-list summary i {
	position: relative;
	width: 22px;
	height: 22px;
}

.whe-directory summary i::before,
.whe-directory summary i::after,
.whe-guidance-panels summary i::before,
.whe-guidance-panels summary i::after,
.whe-faq-list summary i::before,
.whe-faq-list summary i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	background: var(--whe-ink);
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 180ms ease;
}

.whe-directory summary i::after,
.whe-guidance-panels summary i::after,
.whe-faq-list summary i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.whe-directory details[open] summary i::after,
.whe-guidance-panels details[open] summary i::after,
.whe-faq-list details[open] summary i::after {
	transform: translate(-50%, -50%);
}

.whe-directory-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0.65rem 1.35rem 1.1rem;
	background: var(--whe-warm);
}

#top .whe-directory-links a {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 0.5rem;
	min-height: 48px;
	padding: 0.55rem 0.65rem 0.55rem 0;
	border-bottom: 1px solid var(--whe-line);
	color: var(--whe-ink) !important;
	font-size: 0.61rem;
	font-weight: 650;
	transition: color 160ms ease, padding 160ms ease;
}

#top .whe-directory-links a:nth-child(odd) {
	margin-right: 0.8rem;
}

#top .whe-directory-links a:hover,
#top .whe-directory-links a:focus-visible {
	padding-left: 0.35rem;
	color: var(--whe-orange-dark) !important;
}

#top .whe-directory--masa .whe-directory-links a:hover,
#top .whe-directory--masa .whe-directory-links a:focus-visible {
	color: var(--whe-blue-dark) !important;
}

.whe-difference {
	background: var(--whe-cool);
}

.whe-value-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--whe-line-dark);
	border-bottom: 1px solid var(--whe-line-dark);
}

.whe-value-grid article {
	padding: 1.8rem 1.4rem;
}

.whe-value-grid article + article {
	border-left: 1px solid var(--whe-line-dark);
}

#top .whe-value-grid article > span {
	display: block;
	margin-bottom: 1.5rem;
	color: var(--whe-orange) !important;
	font-size: 0.54rem;
	font-weight: 800;
}

#top .whe-value-grid h3 {
	margin-bottom: 0.65rem;
	color: var(--whe-ink) !important;
	font: 400 1.34rem/1.18 var(--whe-serif);
}

#top .whe-value-grid p {
	margin: 0;
	color: var(--whe-muted) !important;
	font-size: 0.68rem;
	line-height: 1.7;
}

.whe-guidance {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1fr);
	gap: clamp(3rem, 8vw, 8rem);
	background: var(--whe-paper);
}

#top .whe-guidance h2 {
	margin-bottom: 1.2rem;
	font-size: clamp(2.65rem, 3.9vw, 4.15rem);
}

#top .whe-guidance-intro > p:not(.whe-kicker) {
	margin-bottom: 1.25rem;
	color: var(--whe-muted) !important;
	font-size: 0.79rem;
	line-height: 1.75;
}

#top .whe .whe-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.65rem 0;
	border-bottom: 1px solid var(--whe-line-dark);
	color: var(--whe-ink) !important;
	font-size: 0.65rem;
	font-weight: 800;
}

#top .whe .whe-text-link:hover,
#top .whe .whe-text-link:focus-visible {
	border-color: var(--whe-orange);
	color: var(--whe-orange) !important;
}

.whe-guidance-panels {
	border-top: 1px solid var(--whe-line);
}

.whe-guidance-panels summary {
	min-height: 78px;
	padding-right: 0.4rem;
	padding-left: 0.4rem;
}

#top .whe-guidance-panels summary span {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	color: var(--whe-ink) !important;
	font: 500 1.17rem/1.3 var(--whe-serif);
}

#top .whe-guidance-panels summary svg {
	color: var(--whe-orange);
}

.whe-guidance-panels ol {
	margin: 0 0 1.2rem;
	padding: 0 0 0 2.75rem;
	list-style: decimal-leading-zero;
}

.whe-guidance-panels li {
	padding: 0.9rem 0 0.9rem 0.7rem;
	border-top: 1px solid var(--whe-line);
	color: var(--whe-orange);
}

.whe-guidance-panels li::marker {
	font-size: 0.54rem;
	font-weight: 800;
}

.whe-guidance-panels li strong,
.whe-guidance-panels li span {
	display: block;
}

#top .whe-guidance-panels li strong {
	margin-bottom: 0.22rem;
	color: var(--whe-ink) !important;
	font: 500 0.92rem/1.3 var(--whe-serif);
}

#top .whe-guidance-panels li span {
	max-width: 610px;
	color: var(--whe-muted) !important;
	font-size: 0.66rem;
	line-height: 1.6;
}

.whe-faq {
	display: grid;
	grid-template-columns: minmax(260px, 0.52fr) minmax(500px, 1fr);
	gap: clamp(3rem, 8vw, 8rem);
	border-top: 1px solid var(--whe-line);
	background: var(--whe-warm);
}

#top .whe-faq h2 {
	font-size: clamp(2.45rem, 3.6vw, 3.8rem);
}

.whe-faq-list {
	border-top: 1px solid var(--whe-line-dark);
}

.whe-faq-list summary {
	min-height: 72px;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
	background: transparent;
}

#top .whe-faq-list summary span {
	color: var(--whe-ink) !important;
	font: 500 1.05rem/1.3 var(--whe-serif);
}

#top .whe-faq-list details > p {
	max-width: 740px;
	margin: -0.2rem 2.2rem 1.35rem 0.2rem;
	color: var(--whe-muted) !important;
	font-size: 0.72rem;
	line-height: 1.75;
}

.whe-faq-actions {
	grid-column: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	margin-top: -1.4rem;
	background: var(--whe-line);
}

#top .whe-faq-actions a {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 0.8rem;
	min-height: 58px;
	padding: 0.75rem 0.85rem;
	color: var(--whe-ink) !important;
	background: var(--whe-white);
	font-size: 0.59rem;
	font-weight: 750;
	transition: color 160ms ease, background 160ms ease;
}

#top .whe-faq-actions a:hover,
#top .whe-faq-actions a:focus-visible {
	color: var(--whe-white) !important;
	background: var(--whe-navy);
}

.whe-closing {
	display: grid;
	grid-template-columns: minmax(300px, 0.7fr) minmax(520px, 1fr);
	align-items: center;
	gap: clamp(3rem, 7vw, 7rem);
	padding-top: clamp(4rem, 6vw, 6rem);
	padding-bottom: clamp(4rem, 6vw, 6rem);
	color: var(--whe-white);
	background: var(--whe-navy);
}

#top .whe-closing h2 {
	color: var(--whe-white) !important;
	font-size: clamp(2.5rem, 3.8vw, 4rem);
}

.whe-closing-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: rgba(255, 255, 255, 0.18);
}

#top .whe-closing-actions > a {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 1rem;
	min-height: 82px;
	padding: 1rem 1.1rem;
	color: var(--whe-white) !important;
	background: var(--whe-navy-deep);
	transition: background 180ms ease, padding 180ms ease;
}

.whe-closing-actions > a span {
	display: grid;
	gap: 0.15rem;
}

#top .whe-closing-actions small {
	color: rgba(255, 255, 255, 0.52) !important;
	font-size: 0.5rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase !important;
}

#top .whe-closing-actions strong {
	color: var(--whe-white) !important;
	font: 500 1rem/1.25 var(--whe-serif);
}

#top .whe-closing-actions > a:hover,
#top .whe-closing-actions > a:focus-visible {
	padding-right: 1.35rem;
	color: var(--whe-white) !important;
	background: var(--whe-orange-dark);
}

#top .whe-closing-actions > a:nth-child(n + 3):hover,
#top .whe-closing-actions > a:nth-child(n + 3):focus-visible {
	background: var(--whe-blue-dark);
}

.whe-mobile-dock {
	display: none;
}

@keyframes whe-rise {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1180px) {
	.whe-hero {
		grid-template-columns: minmax(0, 0.88fr) minmax(430px, 0.8fr);
		gap: 3.5rem;
	}

	.whe-service-network {
		grid-template-columns: 1fr;
	}

	.whe-service-card {
		min-height: 460px;
	}

	.whe-value-grid {
		grid-template-columns: 1fr 1fr;
	}

	.whe-value-grid article:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--whe-line-dark);
	}

	.whe-value-grid article:nth-child(4) {
		border-top: 1px solid var(--whe-line-dark);
	}
}

@media (max-width: 960px) {
	.whe-site-header nav a:not(.whe-header-cta) {
		display: none;
	}

	.whe-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.whe-hero-copy {
		max-width: 860px;
	}

	.whe-hero-map {
		max-width: 760px;
	}

	.whe-proof {
		grid-template-columns: 1fr 1fr;
	}

	.whe-proof > div:nth-child(3) {
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.whe-proof > div:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.whe-section-heading,
	.whe-guidance,
	.whe-faq,
	.whe-closing {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.whe-job-grid {
		grid-template-columns: 1fr;
	}

	.whe-job-card {
		min-height: 0;
	}

	.whe-directories {
		grid-template-columns: 1fr;
	}

	.whe-faq-actions {
		grid-column: 1;
		margin-top: 0;
	}
}

@media (max-width: 760px) {
	body.admin-bar .whe-site-header {
		top: 46px;
	}

	.whe {
		padding-bottom: 68px;
	}

	.whe-site-header {
		min-height: 68px;
		padding: 0.58rem 1rem;
	}

	.whe-site-brand {
		gap: 0.6rem;
	}

	.whe-site-brand .whe-logo {
		width: 58px;
	}

	.whe-site-brand > span {
		gap: 0;
		padding-left: 0.6rem;
	}

	#top .whe-site-brand strong {
		font-size: 0.76rem;
	}

	#top .whe-site-brand small {
		max-width: 132px;
		font-size: 0.4rem;
	}

	#top .whe .whe-header-cta {
		padding: 0.7rem 0.76rem;
		font-size: 0.58rem;
	}

	.whe-hero {
		display: block;
		padding: 4rem 1rem 4.5rem;
	}

	.whe-kicker {
		margin-bottom: 0.72rem;
		font-size: 0.56rem;
	}

	#top .whe-hero h1 {
		margin-bottom: 1.25rem;
		font-size: clamp(2.75rem, 12.5vw, 3.55rem);
		line-height: 0.98;
	}

	#top .whe-hero .whe-lede {
		margin-bottom: 1.4rem;
		font-size: 0.88rem;
		line-height: 1.68;
	}

	.whe-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	#top .whe .whe-hero-actions .whe-button {
		justify-content: flex-start;
		width: 100%;
	}

	#top .whe .whe-hero-actions .whe-button svg:last-child {
		margin-left: auto;
	}

	.whe-hero-map {
		margin-top: 2.4rem;
		padding: 1rem;
		box-shadow: 0 20px 55px rgba(19, 32, 54, 0.09);
	}

	.whe-hero-map__head {
		display: grid;
		gap: 0.3rem;
	}

	#top .whe-hero-map__head strong {
		max-width: none;
		text-align: left;
	}

	.whe-hero-map__brands {
		grid-template-columns: 1fr;
	}

	.whe-hero-map__brands article {
		padding: 1rem;
	}

	.whe-mini-brand {
		min-height: 68px;
	}

	.whe-proof {
		padding: 0 1rem;
	}

	.whe-proof > div {
		grid-template-columns: 1fr;
		align-content: center;
		gap: 0.28rem;
		min-height: 104px;
		padding: 1rem 0.75rem;
	}

	#top .whe-proof strong {
		font-size: 1.65rem;
	}

	#top .whe-proof span {
		font-size: 0.49rem;
	}

	.whe-services,
	.whe-jobs,
	.whe-specialisations,
	.whe-difference,
	.whe-guidance,
	.whe-faq,
	.whe-closing {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.whe-services,
	.whe-jobs,
	.whe-specialisations,
	.whe-difference,
	.whe-guidance,
	.whe-faq {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.whe-section-heading {
		display: block;
		margin-bottom: 2rem;
	}

	#top .whe-section-heading h2,
	#top .whe-guidance h2,
	#top .whe-faq h2,
	#top .whe-closing h2 {
		font-size: clamp(2.35rem, 10.8vw, 3.15rem);
		line-height: 1.02;
	}

	#top .whe-section-heading > p {
		margin-top: 1.1rem;
		padding-left: 0.9rem;
		font-size: 0.76rem;
	}

	.whe-brand-lane > header {
		grid-template-columns: 70px 1fr;
		min-height: 108px;
		padding: 1rem;
	}

	.whe-service-pair {
		grid-template-columns: 1fr;
	}

	.whe-service-card {
		min-height: 0;
		padding: 1.3rem;
	}

	.whe-service-card.is-recommended {
		transform: none;
	}

	#top .whe-service-card h3 {
		font-size: 1.9rem;
	}

	.whe-job-grid {
		display: flex;
		gap: 0.75rem;
		margin-right: -1rem;
		padding-right: 1rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.whe-job-grid::-webkit-scrollbar {
		display: none;
	}

	.whe-job-card {
		min-width: min(84vw, 330px);
		min-height: 320px;
		scroll-snap-align: start;
	}

	.whe-jobs-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	#top .whe-jobs-actions .whe-button {
		width: 100%;
		justify-content: space-between;
	}

	.whe-directory > header {
		grid-template-columns: 64px 1fr;
		padding: 1rem;
	}

	.whe-directory summary {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.whe-directory-links {
		grid-template-columns: 1fr;
		padding: 0.55rem 1rem 0.9rem;
	}

	#top .whe-directory-links a:nth-child(odd) {
		margin-right: 0;
	}

	.whe-value-grid {
		grid-template-columns: 1fr;
	}

	.whe-value-grid article {
		padding: 1.35rem 0.9rem;
	}

	.whe-value-grid article + article,
	.whe-value-grid article:nth-child(3) {
		border-top: 1px solid var(--whe-line-dark);
		border-left: 0;
	}

	#top .whe-value-grid article > span {
		margin-bottom: 0.8rem;
	}

	.whe-guidance {
		gap: 2.5rem;
	}

	.whe-guidance-panels summary,
	.whe-faq-list summary {
		min-height: 70px;
	}

	.whe-guidance-panels ol {
		padding-left: 2.2rem;
	}

	.whe-faq-actions {
		grid-template-columns: 1fr;
	}

	.whe-closing {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.whe-closing-actions {
		grid-template-columns: 1fr;
	}

	.whe-mobile-dock {
		position: fixed;
		right: 0.65rem;
		bottom: 0.65rem;
		left: 0.65rem;
		z-index: 120;
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 0.35rem;
		border: 1px solid rgba(255, 255, 255, 0.13);
		background: rgba(13, 23, 39, 0.95);
		box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
		backdrop-filter: blur(14px);
	}

	#top .whe-mobile-dock a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
		min-height: 46px;
		color: var(--whe-white) !important;
		font-size: 0.66rem;
		font-weight: 800;
	}

	#top .whe-mobile-dock a + a {
		background: var(--whe-orange);
	}
}

@media (max-width: 420px) {
	.whe-site-brand > span {
		display: none;
	}

	#top .whe .whe-header-cta {
		font-size: 0.54rem;
	}
}

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