/*
Theme Name: Lingroup
Author: Web Designer London
Author URI: https://webdesigner.london
Description: A multilingual, business-focused theme for LIN Group.
Requires at least: 6.1
Tested up to: 7.0
Requires PHP: 7.4
Version: 2.0.0
Text Domain: lingroup
*/

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

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

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

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

:root {
	--ink: #0b1830;
	--ink-deep: #07101f;
	--ink-soft: #1c2b44;
	--green: #75b84d;
	--green-dark: #4e8a2f;
	--green-pale: #e9f2e3;
	--paper: #ffffff;
	--canvas: #f3f5f2;
	--line: rgba(11, 24, 48, 0.14);
	--muted: #657086;
	--header-height: 104px;
	--shadow: 0 24px 70px rgba(7, 16, 31, 0.12);
	--radius: 3px;
	--shell: 1200px;
}

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

html {
	overflow-x: clip;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

img,
svg,
video {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

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

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

button {
	cursor: pointer;
}

:where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid var(--green);
	outline-offset: 4px;
}

::selection {
	background: var(--green);
	color: var(--ink-deep);
}

h1,
h2,
h3,
h4 {
	margin: 0;
	color: var(--ink);
	font-family: "Onest", "Inter", sans-serif;
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

h1 {
	font-size: clamp(2.8rem, 6.1vw, 5.6rem);
}

h2 {
	font-size: clamp(2.1rem, 4.1vw, 4rem);
}

h3 {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
}

p {
	margin: 0 0 1.25rem;
}

.site-shell {
	margin-inline: auto;
	max-width: var(--shell);
	padding-inline: 28px;
	width: 100%;
}

.site-main {
	min-height: 50vh;
}

.screen-reader-text,
.form-honeypot {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link {
	background: var(--paper);
	border-radius: var(--radius);
	color: var(--ink);
	font-weight: 700;
	left: 18px;
	padding: 10px 16px;
	position: fixed;
	top: -80px;
	z-index: 10000;
}

.skip-link:focus {
	top: 18px;
}

/* Header */

.site-header {
	color: var(--paper);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
	z-index: 1000;
}

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

.site-header::after {
	background: linear-gradient(to bottom, rgba(4, 10, 22, 0.5), transparent);
	content: "";
	height: 180px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.site-header.is-scrolled {
	background: rgba(7, 16, 31, 0.97);
	box-shadow: 0 12px 40px rgba(4, 10, 22, 0.2);
}

.site-header.is-scrolled::after {
	opacity: 0;
}

.site-header__utility {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.site-header__utility-inner {
	align-items: center;
	display: flex;
	height: 32px;
	justify-content: space-between;
}

.site-header__market {
	align-items: center;
	display: flex;
	gap: 9px;
	margin: 0;
}

.status-dot {
	background: var(--green);
	border-radius: 99px;
	box-shadow: 0 0 0 4px rgba(117, 184, 77, 0.18);
	display: inline-block;
	height: 7px;
	width: 7px;
}

.site-header__utility-links {
	align-items: center;
	display: flex;
	gap: 12px;
}

.site-header__utility-links a {
	transition: color 180ms ease;
}

.site-header__utility-links a:hover {
	color: var(--green);
}

.site-header__main {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.site-header__main-inner {
	align-items: center;
	display: grid;
	gap: 26px;
	grid-template-columns: 190px minmax(0, 1fr) auto;
	height: 72px;
}

.site-brand {
	align-items: center;
	display: inline-flex;
	width: 166px;
}

.site-brand img {
	height: 68px;
	object-fit: contain;
	object-position: left center;
	width: 166px;
}

.site-navigation {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	min-width: 0;
}

.site-navigation__list,
.site-navigation__submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-navigation__list {
	align-items: center;
	display: flex;
	gap: clamp(16px, 2vw, 32px);
}

.site-navigation__item {
	position: relative;
}

.site-navigation__item > a {
	align-items: center;
	display: flex;
	font-size: 0.86rem;
	font-weight: 600;
	gap: 7px;
	letter-spacing: 0.035em;
	padding-block: 24px;
	position: relative;
	white-space: nowrap;
}

.site-navigation__item > a::after {
	background: var(--green);
	bottom: 16px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 200ms ease;
	width: 100%;
}

.site-navigation__item > a:hover::after,
.site-navigation__item.is-active > a::after {
	transform: scaleX(1);
}

.nav-chevron {
	fill: none;
	height: 8px;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: transform 180ms ease;
	width: 12px;
}

.site-navigation__submenu {
	background: var(--paper);
	box-shadow: var(--shadow);
	color: var(--ink);
	left: -24px;
	min-width: 330px;
	opacity: 0;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	top: calc(100% - 12px);
	transform: translateY(10px);
	transition: opacity 180ms ease, transform 180ms ease;
	visibility: hidden;
}

.site-navigation__item--has-children:hover .site-navigation__submenu,
.site-navigation__item--has-children:focus-within .site-navigation__submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.site-navigation__item--has-children:hover .nav-chevron,
.site-navigation__item--has-children:focus-within .nav-chevron {
	transform: rotate(180deg);
}

.site-navigation__submenu a {
	align-items: center;
	border-bottom: 1px solid var(--line);
	display: flex;
	font-size: 0.88rem;
	font-weight: 600;
	gap: 16px;
	justify-content: space-between;
	line-height: 1.3;
	padding: 16px 14px;
	transition: background 180ms ease, color 180ms ease;
}

.site-navigation__submenu li:last-child a {
	border-bottom: 0;
}

.site-navigation__submenu a:hover {
	background: var(--canvas);
	color: var(--green-dark);
}

.site-navigation__submenu small {
	color: var(--green-dark);
	font-size: 0.66rem;
	letter-spacing: 0.1em;
}

.language-switcher {
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	display: flex;
	gap: 9px;
	margin-left: 22px;
	padding-left: 22px;
}

.language-switcher a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 5px 1px;
}

.language-switcher a:hover,
.language-switcher a.is-current {
	color: var(--paper);
}

.language-switcher a.is-current {
	border-bottom: 2px solid var(--green);
}

.site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 18px;
}

.site-footer__social a {
	font-size: 0.82rem;
	font-weight: 600;
	opacity: 0.8;
}

.site-footer__social a:hover {
	color: var(--green);
	opacity: 1;
}

/* Language selector (flag + code dropdown) */
.lang-select {
	position: relative;
}

.lang-flag {
	border-radius: 2px;
	display: block;
	flex-shrink: 0;
	height: 13px;
	width: 19px;
}

.lang-select > summary {
	align-items: center;
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
	display: flex;
	font-size: 0.7rem;
	font-weight: 700;
	gap: 7px;
	letter-spacing: 0.08em;
	list-style: none;
	padding: 5px 2px;
}

.lang-select > summary::-webkit-details-marker {
	display: none;
}

.lang-select > summary:hover {
	color: var(--paper);
}

.lang-select__chevron {
	fill: none;
	height: 7px;
	stroke: currentColor;
	stroke-width: 1.6;
	transition: transform 180ms ease;
	width: 10px;
}

.lang-select[open] > summary .lang-select__chevron {
	transform: rotate(180deg);
}

.lang-select__menu {
	background: var(--paper);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	color: var(--ink);
	list-style: none;
	margin: 8px 0 0;
	min-width: 168px;
	overflow: hidden;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 60;
}

.lang-select--footer .lang-select__menu {
	bottom: 100%;
	top: auto;
	margin: 0 0 8px;
}

.language-switcher .lang-select__menu a {
	align-items: center;
	border-bottom: 0;
	border-radius: 2px;
	color: var(--ink);
	display: flex;
	font-size: 0.8rem;
	gap: 9px;
	letter-spacing: 0.02em;
	padding: 9px 10px;
}

.language-switcher .lang-select__menu a:hover,
.language-switcher .lang-select__menu a.is-current {
	background: var(--canvas);
	color: var(--green-dark);
}

.lang-select__menu .lang-select__code {
	font-weight: 700;
}

.lang-select__menu small {
	color: var(--muted);
	font-size: 0.72rem;
	margin-left: auto;
}

.site-header__cta,
.button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--radius);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 18px;
	justify-content: center;
	letter-spacing: 0.07em;
	line-height: 1.2;
	min-height: 52px;
	padding: 15px 20px;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-header__cta {
	background: var(--green);
	color: var(--ink-deep);
	white-space: nowrap;
}

.site-header__cta:hover,
.button--primary:hover {
	background: #8ac966;
	transform: translateY(-2px);
}

.site-header__cta svg,
.button svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: square;
	stroke-width: 1.5;
	width: 18px;
}

.menu-toggle {
	background: none;
	border: 0;
	color: var(--paper);
	display: none;
	padding: 10px;
}

.menu-toggle__label {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.menu-toggle__lines {
	display: grid;
	gap: 8px;
	width: 31px;
}

.menu-toggle__lines span {
	background: currentColor;
	height: 2px;
	transform-origin: center;
	transition: transform 180ms ease;
	width: 100%;
}

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

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

/* Shared components */

.section {
	padding-block: clamp(76px, 9vw, 132px);
}

.section--tint {
	background: var(--canvas);
}

.section--dark {
	background: var(--ink);
	color: var(--paper);
}

.section--dark h2,
.section--dark h3 {
	color: var(--paper);
}

.section-kicker,
.pretext,
.pretextlight {
	align-items: center;
	color: var(--green-dark);
	display: flex;
	font-size: 0.69rem;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.2em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.section-kicker::before,
.pretext::before,
.pretextlight::before {
	background: var(--green);
	content: "";
	height: 2px;
	width: 24px;
}

.section-kicker--light,
.pretextlight {
	color: #a9df87;
}

.section-heading {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(180px, 0.75fr) minmax(0, 2fr);
	margin-bottom: clamp(40px, 6vw, 76px);
}

.section-heading .section-kicker {
	align-self: start;
	margin-top: 12px;
}

.section-heading h2 {
	max-width: 820px;
}

.section-heading--light h2 {
	color: var(--paper);
}

.section-lead {
	color: var(--muted);
	font-size: 1.08rem;
	line-height: 1.75;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.button--primary {
	background: var(--green);
	color: var(--ink-deep);
}

.button--ghost {
	border-color: rgba(255, 255, 255, 0.5);
	color: var(--paper);
}

.button--ghost:hover {
	background: var(--paper);
	color: var(--ink);
	transform: translateY(-2px);
}

.button--dark {
	background: var(--ink);
	color: var(--paper);
}

.button--dark:hover {
	background: var(--green);
	color: var(--ink);
	transform: translateY(-2px);
}

.button--light {
	background: var(--paper);
	color: var(--ink);
}

.button--light:hover {
	background: var(--green);
	transform: translateY(-2px);
}

.text-link {
	align-items: center;
	border-bottom: 1px solid var(--ink);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 30px;
	letter-spacing: 0.08em;
	margin-top: 20px;
	padding-bottom: 7px;
	text-transform: uppercase;
}

.text-link:hover {
	border-color: var(--green-dark);
	color: var(--green-dark);
}

/* Curated page heroes */

.lg-hero {
	background-color: var(--ink);
	background-image: linear-gradient(90deg, rgba(5, 13, 27, 0.94) 0%, rgba(5, 13, 27, 0.78) 48%, rgba(5, 13, 27, 0.22) 100%), var(--hero-image);
	background-position: center;
	background-size: cover;
	color: var(--paper);
	isolation: isolate;
	min-height: 760px;
	overflow: hidden;
	position: relative;
}

.lg-hero::after {
	background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	background-size: 120px 120px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to right, black, transparent 80%);
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.lg-hero__inner {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	min-height: inherit;
	padding-bottom: clamp(72px, 8vw, 118px);
	padding-top: calc(var(--header-height) + 70px);
}

.lg-hero__copy {
	max-width: 850px;
}

.lg-hero h1 {
	color: var(--paper);
	max-width: 900px;
}

.lg-hero__lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 1.4vw, 1.22rem);
	line-height: 1.65;
	margin-top: 28px;
	max-width: 720px;
}

.lg-hero__marker {
	align-items: flex-end;
	border-left: 1px solid rgba(255, 255, 255, 0.28);
	display: flex;
	flex-direction: column;
	font-family: "Onest", sans-serif;
	line-height: 0.85;
	margin-bottom: 10px;
	padding: 30px 0 30px 40px;
}

.lg-hero__marker span {
	color: var(--green);
	font-size: 2.2rem;
	font-weight: 700;
}

.lg-hero__marker strong {
	font-size: 2.2rem;
}

.lg-hero__marker small {
	font-family: "Inter", sans-serif;
	font-size: 0.65rem;
	letter-spacing: 0.28em;
	margin-top: 20px;
}

.lg-hero--inner {
	min-height: 650px;
}

.lg-hero--inner .lg-hero__copy {
	max-width: 910px;
}

.lg-hero--inner h1 {
	font-size: clamp(2.8rem, 5.4vw, 5rem);
}

.lg-hero--legal {
	background: linear-gradient(135deg, var(--ink-deep), #152944);
	min-height: 520px;
}

.lg-hero--legal .lg-hero__inner {
	padding-bottom: 74px;
}

/* Proof */

.proof-strip {
	background: var(--paper);
	border-bottom: 1px solid var(--line);
}

.proof-strip--standalone {
	border-top: 1px solid var(--line);
}

.proof-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-block: 0;
}

.proof-item {
	align-items: center;
	border-right: 1px solid var(--line);
	display: grid;
	gap: 2px;
	grid-template-columns: auto 1fr;
	min-height: 112px;
	padding: 20px clamp(16px, 2.4vw, 34px);
}

.proof-item:first-child {
	border-left: 1px solid var(--line);
}

.proof-item strong {
	color: var(--green-dark);
	font-family: "Onest", sans-serif;
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	letter-spacing: -0.04em;
}

.proof-item span {
	color: var(--muted);
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.35;
	margin-left: 12px;
	text-transform: uppercase;
}

/* Home sections */

.split-layout {
	align-items: center;
	display: grid;
	gap: clamp(50px, 8vw, 120px);
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.split-layout__content h2 {
	margin-bottom: 30px;
}

.split-layout__content > p:not(.section-kicker) {
	color: var(--muted);
	font-size: 1.03rem;
}

.media-stack {
	min-height: 540px;
	position: relative;
}

.media-stack > img {
	height: 500px;
	object-fit: cover;
	width: 88%;
}

.media-stack::before {
	border: 1px solid var(--green);
	content: "";
	height: 70%;
	position: absolute;
	right: 0;
	top: 80px;
	width: 70%;
	z-index: -1;
}

.media-stack__note {
	align-items: center;
	background: var(--ink);
	bottom: 0;
	color: var(--paper);
	display: flex;
	gap: 18px;
	max-width: 260px;
	padding: 22px 25px;
	position: absolute;
	right: 0;
}

.media-stack__note span {
	color: var(--green);
	font-family: "Onest", sans-serif;
	font-size: 2.3rem;
	font-weight: 700;
}

.media-stack__note p {
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

/* Trust elements: rating, testimonials, partner logos */
.trust-rating {
	align-items: center;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	display: flex;
	flex-wrap: wrap;
	gap: 14px 40px;
	margin-bottom: 40px;
	padding: 26px 32px;
}

.trust-rating__score {
	align-items: center;
	display: flex;
	gap: 16px;
}

.trust-rating__score strong {
	font-family: "Onest", sans-serif;
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 1;
}

.trust-stars,
.trust-card__stars {
	display: inline-flex;
	gap: 3px;
}

.trust-stars svg,
.trust-card__stars svg {
	fill: #f2b01e;
	height: 20px;
	width: 20px;
}

.trust-rating__meta {
	display: grid;
	gap: 2px;
}

.trust-rating__label {
	font-weight: 700;
	margin: 0;
}

.trust-rating__reviews {
	color: var(--muted);
	font-size: 0.86rem;
	margin: 0;
}

.trust-pending {
	color: var(--green-dark);
	font-size: 0.72rem;
	font-style: italic;
	letter-spacing: 0.01em;
	margin: 6px 0 0;
}

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

.trust-card {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 30px 28px;
}

.trust-card__stars svg {
	height: 17px;
	width: 17px;
}

.trust-card blockquote {
	font-size: 1.02rem;
	line-height: 1.6;
	margin: 0;
}

.trust-card figcaption {
	border-top: 1px solid var(--line);
	display: grid;
	gap: 2px;
	margin-top: auto;
	padding-top: 16px;
}

.trust-card figcaption strong {
	font-weight: 700;
}

.trust-card figcaption span {
	color: var(--muted);
	font-size: 0.82rem;
}

.trust-logos {
	margin-top: 48px;
	text-align: center;
}

.trust-logos__title {
	color: var(--muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.trust-logos__row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
}

.trust-logo {
	align-items: center;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	color: var(--muted);
	display: flex;
	font-size: 0.8rem;
	font-weight: 700;
	height: 66px;
	justify-content: center;
	letter-spacing: 0.08em;
	min-width: 150px;
	padding: 12px 20px;
	text-transform: uppercase;
}

.trust-logo--image {
	background: var(--paper);
}

.trust-logo--image img {
	max-height: 42px;
	width: auto;
}

.trust-logo--placeholder {
	background: repeating-linear-gradient(-45deg, transparent, transparent 9px, rgba(11, 24, 48, 0.04) 9px, rgba(11, 24, 48, 0.04) 18px);
}

@media (max-width: 900px) {
	.trust-grid {
		grid-template-columns: 1fr;
	}
}

.service-preview-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-preview {
	background: var(--ink);
	color: var(--paper);
	min-height: 500px;
	overflow: hidden;
	position: relative;
}

.service-preview::after {
	background: linear-gradient(to top, rgba(5, 13, 27, 0.98), transparent 70%);
	content: "";
	inset: 0;
	position: absolute;
}

.service-preview img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
	width: 100%;
}

.service-preview:hover img {
	transform: scale(1.045);
}

.service-preview__number {
	background: var(--green);
	color: var(--ink);
	font-family: "Onest", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	left: 0;
	padding: 14px 17px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.service-preview > div {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	left: 0;
	padding: clamp(24px, 4vw, 46px);
	position: absolute;
	right: 0;
	z-index: 2;
}

.service-preview h3 {
	color: var(--paper);
	font-size: clamp(1.65rem, 3vw, 2.5rem);
	max-width: 480px;
}

.service-preview > div > span {
	border: 1px solid rgba(255, 255, 255, 0.5);
	display: grid;
	font-size: 1.3rem;
	height: 48px;
	place-items: center;
	width: 48px;
}

.project-feature {
	align-items: center;
	display: grid;
	gap: clamp(50px, 7vw, 100px);
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
}

.project-feature__copy h2 {
	margin-bottom: 28px;
}

.project-feature__copy > p:not(.section-kicker) {
	color: var(--muted);
	margin-bottom: 30px;
}

.project-feature__gallery {
	display: grid;
	gap: 14px;
	grid-template-columns: 1.15fr 0.85fr;
	grid-template-rows: 245px 245px;
}

.project-feature__gallery figure {
	overflow: hidden;
}

.project-feature__gallery figure:first-child {
	grid-row: 1 / 3;
}

.project-feature__gallery img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* Services */

.detailed-services {
	display: grid;
	gap: clamp(84px, 11vw, 150px);
}

.detailed-service {
	align-items: center;
	display: grid;
	gap: clamp(50px, 8vw, 110px);
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	scroll-margin-top: calc(var(--header-height) + 30px);
}

.detailed-service--reverse .detailed-service__media {
	grid-column: 2;
	grid-row: 1;
}

.detailed-service__media {
	position: relative;
}

.detailed-service__media::after {
	border: 1px solid var(--green);
	bottom: -22px;
	content: "";
	left: 22px;
	position: absolute;
	right: -22px;
	top: 22px;
	z-index: -1;
}

.detailed-service__media img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.detailed-service__media > span {
	background: var(--green);
	color: var(--ink);
	font-family: "Onest", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	left: 0;
	padding: 15px 18px;
	position: absolute;
	top: 0;
}

.detailed-service__content {
	min-width: 0;
}

.detailed-service__content h2 {
	font-size: clamp(2.1rem, 3.8vw, 3.7rem);
	hyphens: auto;
	margin-bottom: 28px;
	overflow-wrap: anywhere;
}

.detailed-service__content > p:not(.section-kicker) {
	color: var(--muted);
	font-size: 1.03rem;
}

.check-list {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.check-list li {
	border-top: 1px solid var(--line);
	font-size: 0.92rem;
	font-weight: 600;
	padding: 14px 0 14px 28px;
	position: relative;
}

.check-list li::before {
	background: var(--green);
	content: "";
	height: 8px;
	left: 2px;
	position: absolute;
	top: 23px;
	transform: rotate(45deg);
	width: 8px;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.process-grid li {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	min-height: 210px;
	padding: 24px;
}

.process-grid li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.process-grid span {
	color: var(--green);
	font-family: "Onest", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
}

.process-grid p {
	font-family: "Onest", sans-serif;
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 74px 0 0;
}

.application-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.application-card {
	background: var(--paper);
	border: 1px solid var(--line);
	margin-right: -1px;
	min-height: 220px;
	padding: 26px;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.application-card:hover {
	background: var(--ink);
	color: var(--paper);
	transform: translateY(-6px);
}

.application-card span {
	color: var(--green-dark);
	font-size: 0.72rem;
	font-weight: 700;
}

.application-card h3 {
	font-size: 1.18rem;
	line-height: 1.4;
	margin-top: 78px;
}

.application-card:hover h3 {
	color: var(--paper);
}

/* About */

.portrait-media {
	background: var(--canvas);
	max-height: 620px;
	overflow: hidden;
}

.portrait-media img {
	height: 620px;
	object-fit: cover;
	object-position: center 20%;
	width: 100%;
}

.value-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.value-grid article {
	background: var(--paper);
	border-top: 3px solid var(--green);
	min-height: 310px;
	padding: 30px;
}

.value-grid article > span {
	color: var(--green-dark);
	font-size: 0.72rem;
	font-weight: 700;
}

.value-grid h3 {
	margin: 82px 0 18px;
}

.value-grid p {
	color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.65;
}

/* Projects */

.project-gallery {
	display: grid;
	gap: 42px 22px;
	grid-template-columns: repeat(4, 1fr);
}

.project-card:nth-child(8n + 2),
.project-card:nth-child(8n + 4) {
	margin-top: 70px;
}

.project-card__image {
	aspect-ratio: 3 / 4;
	background: var(--canvas);
	overflow: hidden;
}

.project-card img {
	height: 100%;
	object-fit: cover;
	transition: transform 550ms cubic-bezier(0.2, 0.7, 0.2, 1);
	width: 100%;
}

.project-card:hover img {
	transform: scale(1.04);
}

.project-card figcaption {
	display: grid;
	gap: 12px;
	grid-template-columns: auto 1fr;
	padding-top: 18px;
}

.project-card figcaption span {
	color: var(--green-dark);
	font-size: 0.67rem;
	font-weight: 700;
	padding-top: 4px;
}

.project-card figcaption h2 {
	font-size: 1rem;
	letter-spacing: -0.015em;
	line-height: 1.4;
}

/* Contact and forms */

.contact-section {
	background: linear-gradient(90deg, var(--canvas) 0 38%, var(--paper) 38%);
}

.contact-layout {
	align-items: start;
	display: grid;
	gap: clamp(50px, 8vw, 120px);
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.contact-card {
	background: var(--ink);
	color: var(--paper);
	padding: clamp(34px, 4vw, 54px);
}

.contact-card h2 {
	color: var(--paper);
	font-size: 2.3rem;
	margin-bottom: 48px;
}

.contact-card > a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: grid;
	gap: 3px;
	padding: 20px 0;
}

.contact-card > a:hover strong {
	color: var(--green);
}

.contact-card > a span {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-card > a strong {
	font-family: "Onest", sans-serif;
	font-size: 1.15rem;
	transition: color 180ms ease;
}

.contact-card__markets {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: grid;
	gap: 8px;
	grid-template-columns: auto auto 1fr;
	margin-top: 20px;
	padding-top: 28px;
}

.contact-card__markets > span {
	border: 1px solid rgba(255, 255, 255, 0.35);
	font-size: 0.65rem;
	font-weight: 700;
	padding: 5px 7px;
}

.contact-card__markets p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.7rem;
	line-height: 1.4;
	margin: 0 0 0 5px;
}

.contact-form-wrap h2 {
	font-size: clamp(2.2rem, 3.5vw, 3.6rem);
	margin-bottom: 40px;
}

.form-grid {
	display: grid;
	gap: 24px 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
	display: grid;
	gap: 8px;
}

.form-field--wide {
	grid-column: 1 / -1;
}

.form-field > span {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.form-field b {
	color: var(--green-dark);
}

.form-field small {
	color: var(--muted);
	font-size: 0.65rem;
	font-weight: 400;
	text-transform: none;
}

.form-field input,
.form-field select,
.form-field textarea,
.original-page-content :where(input, select, textarea) {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 0;
	min-height: 54px;
	padding: 13px 15px;
	width: 100%;
}

.form-field textarea,
.original-page-content textarea {
	min-height: 150px;
	resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.original-page-content :where(input, select, textarea):focus {
	border-color: var(--green-dark);
	box-shadow: 0 0 0 3px rgba(117, 184, 77, 0.15);
	outline: none;
}

.form-check {
	align-items: start;
	color: var(--muted);
	display: grid;
	font-size: 0.77rem;
	gap: 10px;
	grid-template-columns: 18px 1fr;
	line-height: 1.55;
	margin: 24px 0;
}

.form-check input {
	accent-color: var(--green-dark);
	height: 18px;
	margin: 2px 0 0;
	width: 18px;
}

.form-check a {
	border-bottom: 1px solid currentColor;
	color: var(--ink);
	font-weight: 600;
}

.form-notice {
	border-left: 4px solid var(--green);
	margin-bottom: 26px;
	padding: 15px 18px;
}

.form-notice--success {
	background: var(--green-pale);
}

.form-notice--error,
.form-notice--invalid,
.form-notice--rate {
	background: #fff1ed;
	border-color: #c74d32;
}

/* Legal */

.legal-layout {
	align-items: start;
	display: grid;
	gap: clamp(50px, 8vw, 120px);
	grid-template-columns: 240px minmax(0, 760px);
	justify-content: start;
}

.legal-nav {
	display: grid;
	position: sticky;
	top: calc(var(--header-height) + 30px);
}

.legal-nav a {
	border-bottom: 1px solid var(--line);
	color: var(--muted);
	font-size: 0.8rem;
	font-weight: 700;
	padding: 14px 0;
}

.legal-nav a:hover,
.legal-nav a.is-active {
	color: var(--green-dark);
}

.legal-content h2 {
	font-size: clamp(1.45rem, 2vw, 2rem);
	margin: 48px 0 16px;
}

.legal-content > h2:first-of-type {
	margin-top: 0;
}

.legal-content p,
.legal-content li {
	color: #4e5b70;
}

.legal-content a {
	border-bottom: 1px solid currentColor;
	color: var(--green-dark);
}

.legal-content mark {
	background: #fff2bd;
	color: #4b4116;
	padding: 2px 5px;
}

.legal-draft {
	background: #fff8df;
	border: 1px solid #e5d28a;
	margin-bottom: 46px;
	padding: 22px 24px;
}

.legal-draft strong {
	display: block;
	font-family: "Onest", sans-serif;
	margin-bottom: 8px;
}

.legal-draft p {
	font-size: 0.87rem;
	margin: 0;
}

.legal-table-wrap {
	overflow-x: auto;
}

.legal-content table {
	border-collapse: collapse;
	font-size: 0.84rem;
	width: 100%;
}

.legal-content th,
.legal-content td {
	border: 1px solid var(--line);
	padding: 14px;
	text-align: left;
	vertical-align: top;
}

.legal-content th {
	background: var(--canvas);
	font-weight: 700;
}

.legal-details {
	border-top: 1px solid var(--line);
	margin: 0;
}

.legal-details div {
	border-bottom: 1px solid var(--line);
	display: grid;
	grid-template-columns: 220px 1fr;
	padding: 13px 0;
}

.legal-details dt {
	color: var(--muted);
	font-size: 0.8rem;
}

.legal-details dd {
	font-weight: 600;
	margin: 0;
}

.contact-cooperation {
	background:
		linear-gradient(115deg, rgba(11, 24, 48, 0.98), rgba(14, 54, 63, 0.96)),
		var(--navy);
	color: #fff;
	padding: 62px 0;
}

.contact-cooperation__inner {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.contact-cooperation h2 {
	color: #fff;
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	margin: 8px 0 12px;
	max-width: 720px;
}

.contact-cooperation p:not(.section-kicker) {
	color: rgba(255, 255, 255, 0.74);
	line-height: 1.7;
	margin: 0;
	max-width: 760px;
}

.contact-cooperation__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.contact-cooperation .button--ghost {
	border-color: rgba(255, 255, 255, 0.46);
	color: #fff;
}

.existing-policy-notice {
	background: #fff8df;
	border: 1px solid #e5d28a;
	margin-block: 50px;
	padding-block: 22px;
}

.existing-policy-notice strong {
	font-family: "Onest", sans-serif;
}

.existing-policy-notice p {
	color: #5e5328;
	margin: 6px 0 0;
}

/* Existing WordPress / Kadence content */

.original-page-content {
	overflow: clip;
}

.original-page-content > .kb-row-layout-wrap:first-child {
	min-height: 640px;
}

.original-page-content > .kb-row-layout-wrap:first-child > .kt-row-column-wrap {
	min-height: inherit;
	padding-top: calc(var(--header-height) + 38px);
}

.original-page-content .kt-row-column-wrap {
	box-sizing: border-box;
	max-width: var(--shell);
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.original-page-content .kb-row-layout-wrap.alignfull > .kt-row-column-wrap,
.original-page-content .alignfull > .kt-row-column-wrap {
	max-width: var(--shell);
}

.original-page-content p {
	line-height: 1.7;
}

.original-page-content h1,
.original-page-content h2,
.original-page-content h3,
.original-page-content .wp-block-kadence-advancedheading {
	font-family: "Onest", "Inter", sans-serif !important;
	letter-spacing: -0.025em;
}

.original-page-content > .kb-row-layout-wrap:first-child h1.wp-block-kadence-advancedheading {
	font-size: clamp(3rem, 4.5vw, 4.25rem) !important;
	line-height: 1.08 !important;
	max-width: 720px;
}

.original-page-content .kb-button,
.original-page-content .wp-block-button__link,
.original-page-content button[type="submit"] {
	border-radius: var(--radius) !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.07em !important;
	min-height: 50px;
	text-transform: uppercase;
	transition: transform 180ms ease, filter 180ms ease;
}

.original-page-content .kb-button:hover,
.original-page-content .wp-block-button__link:hover,
.original-page-content button[type="submit"]:hover {
	filter: brightness(1.06);
	transform: translateY(-2px);
}

.original-page-content .kb-gallery-ul img,
.original-page-content .wp-block-image img {
	transition: transform 400ms ease;
}

.original-page-content .kb-gallery-ul figure {
	overflow: hidden;
}

.original-page-content .kb-gallery-ul figure:hover img {
	transform: scale(1.025);
}

.original-page-content .kt-accordion-panel-inner {
	line-height: 1.7;
}

.legacy-form-privacy {
	color: var(--muted);
	font-size: 0.76rem;
	line-height: 1.55 !important;
	margin: 16px 0 0 !important;
}

.legacy-form-privacy a {
	border-bottom: 1px solid currentColor;
	color: var(--green-dark);
	font-weight: 600;
}

.page1170 {
	margin-inline: auto;
	max-width: var(--shell);
	padding: calc(var(--header-height) + 70px) 28px 80px;
}

.has-text-align-center,
.aligncenter {
	text-align: center;
}

.alignright,
.has-text-align-right {
	text-align: right;
}

/* Footer */

.footer-enquiry {
	background: var(--green);
	color: var(--ink);
	padding-block: clamp(48px, 6vw, 78px);
}

.footer-enquiry__inner {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.footer-enquiry .section-kicker {
	color: var(--ink);
}

.footer-enquiry .section-kicker::before {
	background: var(--ink);
}

.footer-enquiry h2 {
	font-size: clamp(2rem, 4vw, 3.8rem);
	max-width: 800px;
}

.site-footer {
	background: var(--ink-deep);
	color: rgba(255, 255, 255, 0.7);
	padding-top: clamp(66px, 8vw, 112px);
}

.site-footer__grid {
	display: grid;
	gap: 50px clamp(28px, 5vw, 76px);
	grid-template-columns: 1.3fr 0.75fr 0.75fr 1fr;
	padding-bottom: 76px;
}

.site-footer__logo {
	height: 72px;
	margin-bottom: 24px;
	object-fit: contain;
	object-position: left;
	width: 166px;
}

.site-footer__brand > p {
	font-size: 0.88rem;
	max-width: 350px;
}

.site-footer__badge {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-top: 25px;
}

.site-footer__badge img {
	height: 72px;
	object-fit: contain;
	width: 72px;
}

.site-footer__badge span {
	font-size: 0.67rem;
	font-weight: 600;
	line-height: 1.45;
	max-width: 140px;
	text-transform: uppercase;
}

.site-footer__column h2 {
	color: var(--paper);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	margin-bottom: 26px;
	text-transform: uppercase;
}

.site-footer__column ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__column li,
.site-footer__column a {
	font-size: 0.82rem;
	line-height: 1.5;
}

.site-footer__column li a {
	transition: color 180ms ease;
}

.site-footer__column li a:hover {
	color: var(--green);
}

.site-footer__contact-link {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: grid;
	gap: 2px;
	padding: 15px 0;
}

.site-footer__contact-link span {
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-footer__contact-link strong {
	color: var(--paper);
	font-size: 0.9rem;
}

.site-footer__hours {
	font-size: 0.72rem;
	margin-top: 16px;
}

.site-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	display: grid;
	font-size: 0.67rem;
	gap: 20px;
	grid-template-columns: 1fr auto auto;
	padding-bottom: 26px;
	padding-top: 26px;
}

.site-footer__bottom p {
	margin: 0;
}

.site-footer__credit a:hover {
	color: var(--paper);
}

.language-switcher--footer {
	border-left-color: rgba(255, 255, 255, 0.15);
	margin-left: 0;
}

.mobile-contact-bar {
	display: none;
}

/* 404 */

.not-found-page {
	background: var(--canvas);
	padding: calc(var(--header-height) + 120px) 0 120px;
}

.not-found-page__inner {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr 1fr;
}

.not-found-page__code {
	color: transparent;
	font-family: "Onest", sans-serif;
	font-size: clamp(9rem, 22vw, 20rem);
	font-weight: 700;
	-webkit-text-stroke: 2px rgba(11, 24, 48, 0.18);
	line-height: 0.8;
	margin: 0;
}

.not-found-page h1 {
	font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.not-found-page__inner > div > p:not(.section-kicker) {
	color: var(--muted);
	margin: 22px 0 30px;
}

/* Responsive */

@media (max-width: 1160px) {
	.site-header__main-inner {
		gap: 18px;
		grid-template-columns: 155px minmax(0, 1fr) auto;
	}

	.site-brand,
	.site-brand img {
		width: 145px;
	}

	.site-navigation__list {
		gap: 15px;
	}

	.site-navigation__item > a {
		font-size: 0.78rem;
	}

	.language-switcher {
		gap: 7px;
		margin-left: 14px;
		padding-left: 14px;
	}

	.site-header__cta {
		padding-inline: 15px;
	}
}

@media (max-width: 1099px) {
	:root {
		--header-height: 92px;
	}

	.site-header__utility-inner {
		height: 30px;
	}

	.site-header__main-inner {
		grid-template-columns: 1fr auto;
		height: 62px;
	}

	.site-brand,
	.site-brand img {
		height: 50px;
		width: 140px;
	}

	.site-brand {
		position: relative;
		z-index: 120;
	}

	.menu-toggle {
		display: block;
		grid-column: 2;
		grid-row: 1;
		position: relative;
		z-index: 120;
	}

	/* Keep the header bar (logo + toggle) above the full-screen menu. */
	.site-header__utility,
	.site-header__main {
		position: relative;
		z-index: 110;
	}

	.site-header__cta {
		display: none;
	}

	.menu-is-open {
		overflow: hidden;
	}

	/* Full-screen slide-in mobile menu, centered. */
	.site-navigation {
		align-items: center;
		background: linear-gradient(160deg, #0c1c38 0%, var(--ink-deep) 62%, #060f1f 100%);
		bottom: 0;
		display: flex;
		flex-direction: column;
		gap: 30px;
		justify-content: center;
		left: 0;
		opacity: 0;
		overflow-y: auto;
		padding: calc(var(--header-height) + 24px) 28px 48px;
		pointer-events: none;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		transform: translateX(100%);
		transition: opacity 300ms ease, transform 340ms cubic-bezier(0.22, 1, 0.36, 1), visibility 340ms ease;
		visibility: hidden;
		z-index: 90;
	}

	.admin-bar .site-navigation {
		top: 0;
	}

	.site-navigation.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
		visibility: visible;
	}

	.no-js .menu-toggle {
		display: none;
	}

	.no-js .site-navigation {
		opacity: 1;
		pointer-events: auto;
		position: static;
		transform: none;
		visibility: visible;
	}

	.site-navigation__list {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 4px;
		width: 100%;
	}

	.site-navigation__item {
		width: 100%;
	}

	.site-navigation__item > a {
		font-size: 1.32rem;
		font-weight: 700;
		justify-content: center;
		letter-spacing: 0.01em;
		padding: 12px 0;
	}

	.site-navigation__item > a::after {
		display: none;
	}

	/* Chevron is the accordion expand indicator on mobile. */
	.site-navigation__item--has-children > a .nav-chevron {
		display: inline-block;
		height: 9px;
		margin-left: 10px;
		width: 13px;
	}

	.site-navigation__item.is-expanded > a .nav-chevron {
		transform: rotate(180deg);
	}

	.site-navigation__submenu {
		background: transparent;
		box-shadow: none;
		color: rgba(255, 255, 255, 0.66);
		left: auto;
		margin: 0 auto;
		max-height: 0;
		max-width: 300px;
		min-width: 0;
		opacity: 0;
		overflow: hidden;
		padding: 0;
		pointer-events: auto;
		position: static;
		transform: none;
		transition: max-height 300ms ease, opacity 240ms ease, margin 240ms ease;
		visibility: visible;
	}

	.site-navigation__item.is-expanded > .site-navigation__submenu {
		margin: 4px auto 12px;
		max-height: 340px;
		opacity: 1;
	}

	/* Without JS there is no toggle, so keep submenus open and hide the chevron. */
	.no-js .site-navigation__item--has-children > a .nav-chevron {
		display: none;
	}

	.no-js .site-navigation__submenu {
		margin: 4px auto 12px;
		max-height: none;
		opacity: 1;
	}

	.site-navigation__submenu a {
		border-color: rgba(255, 255, 255, 0.1);
		font-size: 0.9rem;
		justify-content: center;
		padding: 10px 0;
	}

	.site-navigation__submenu small {
		display: none;
	}

	.site-navigation__submenu a:hover {
		background: transparent;
		color: var(--green);
	}

	.language-switcher {
		border-left: 0;
		gap: 24px;
		justify-content: center;
		margin: 6px 0 0;
		padding: 0;
	}

	.language-switcher a {
		font-size: 0.76rem;
	}

	.lang-select > summary {
		color: rgba(255, 255, 255, 0.9);
		font-size: 0.85rem;
		justify-content: center;
	}

	.lang-select__menu {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}

	.lang-select--footer .lang-select__menu {
		bottom: auto;
		margin: 8px 0 0;
		top: 100%;
	}

	.lg-hero__marker {
		display: none;
	}

	.proof-strip__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.proof-item:nth-child(2) {
		border-right: 1px solid var(--line);
	}

	.proof-item:nth-child(3) {
		border-left: 1px solid var(--line);
	}

	.value-grid,
	.project-gallery {
		grid-template-columns: repeat(2, 1fr);
	}

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

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

	.process-grid li:nth-child(3) {
		border-right: 1px solid rgba(255, 255, 255, 0.18);
	}

	.site-footer__grid {
		grid-template-columns: 1.3fr 1fr 1fr;
	}

	.site-footer__contact {
		grid-column: 2 / 4;
	}
}

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

	.admin-bar .site-navigation {
		top: 0;
	}
}

@media (max-width: 767px) {
	:root {
		--header-height: 84px;
	}

	html {
		scroll-padding-top: calc(var(--header-height) + 12px);
	}

	body {
		font-size: 15px;
		padding-bottom: 62px;
	}

	.site-shell {
		padding-inline: 20px;
	}

	h1 {
		font-size: clamp(2.45rem, 12vw, 3.8rem);
	}

	h2 {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.curated-main :where(h1, h2, h3, h4, p, li, a, strong, span),
	.site-header :where(a, p, span),
	.site-footer :where(a, p, li, strong, span) {
		overflow-wrap: anywhere;
	}

	.site-header__utility-inner {
		height: 28px;
		justify-content: center;
	}

	.site-header__market {
		font-size: 0.61rem;
		letter-spacing: 0.08em;
		text-align: center;
	}

	.site-header__utility-links {
		display: none;
	}

	.site-header__main-inner {
		height: 56px;
	}

	.site-brand,
	.site-brand img {
		height: 46px;
		width: 132px;
	}

	.site-navigation {
		padding-inline: 20px;
	}

	.admin-bar .site-header {
		top: 0;
	}

	.admin-bar .site-navigation {
		top: 0;
	}

	.section {
		padding-block: 72px;
	}

	.section-heading {
		display: block;
		margin-bottom: 38px;
	}

	.section-heading .section-kicker {
		margin-top: 0;
	}

	.section-kicker {
		font-size: 0.63rem;
		letter-spacing: 0.15em;
	}

	.button-row {
		display: grid;
	}

	.button-row .button {
		width: 100%;
	}

	.lg-hero,
	.lg-hero--inner {
		background-image: linear-gradient(to bottom, rgba(5, 13, 27, 0.65), rgba(5, 13, 27, 0.93)), var(--hero-image);
		min-height: 560px;
	}

	.lg-hero__inner {
		align-items: center;
		padding-bottom: 44px;
		padding-top: calc(var(--header-height) + 26px);
	}

	.lg-hero--inner h1 {
		font-size: clamp(2.45rem, 11vw, 3.6rem);
	}

	.lg-hero__lead {
		font-size: 0.98rem;
		line-height: 1.6;
		margin-top: 22px;
	}

	.lg-hero--legal {
		min-height: 420px;
	}

	.proof-strip__grid {
		grid-template-columns: 1fr;
		padding-inline: 20px;
	}

	.proof-item,
	.proof-item:first-child,
	.proof-item:nth-child(3) {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid var(--line);
		min-height: 86px;
		padding-inline: 0;
	}

	.proof-item:first-child {
		border-top: 0;
	}

	.split-layout,
	.project-feature,
	.detailed-service,
	.contact-layout,
	.not-found-page__inner {
		grid-template-columns: 1fr;
	}

	.media-stack {
		min-height: 450px;
	}

	.media-stack > img {
		height: 405px;
		width: 92%;
	}

	.media-stack__note {
		padding: 18px 20px;
	}

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

	.service-preview {
		min-height: 420px;
	}

	.project-feature__copy {
		order: 2;
	}

	.project-feature__gallery {
		grid-template-rows: 170px 170px;
	}

	.detailed-services {
		gap: 100px;
	}

	.detailed-service {
		gap: 46px;
	}

	.detailed-service--reverse .detailed-service__media {
		grid-column: auto;
		grid-row: auto;
	}

	.detailed-service__media::after {
		bottom: -12px;
		left: 12px;
		right: -10px;
		top: 12px;
	}

	.process-grid,
	.application-grid,
	.value-grid,
	.project-gallery {
		grid-template-columns: 1fr;
	}

	.process-grid li,
	.process-grid li:nth-child(3),
	.process-grid li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		border-left: 0;
		border-right: 0;
		min-height: 0;
		padding: 24px 0;
	}

	.process-grid p {
		margin-top: 24px;
	}

	.application-card {
		min-height: 160px;
	}

	.application-card h3 {
		margin-top: 48px;
	}

	.value-grid article {
		min-height: 240px;
	}

	.value-grid h3 {
		margin-top: 48px;
	}

	.project-card:nth-child(8n + 2),
	.project-card:nth-child(8n + 4) {
		margin-top: 0;
	}

	.contact-section {
		background: var(--canvas);
	}

	.contact-layout {
		gap: 60px;
	}

	.form-grid {
		grid-template-columns: 1fr;
	}

	.form-field--wide {
		grid-column: auto;
	}

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

	.legal-nav {
		background: var(--paper);
		grid-template-columns: 1fr;
		position: static;
	}

	.legal-details div {
		gap: 5px;
		grid-template-columns: 1fr;
	}

	.footer-enquiry__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
		padding-bottom: 58px;
	}

	.site-footer__brand,
	.site-footer__contact {
		grid-column: 1 / -1;
	}

	.site-footer__bottom {
		align-items: start;
		grid-template-columns: 1fr;
		padding-bottom: 30px;
	}

	.language-switcher--footer {
		border-left: 0;
		margin-top: 4px;
		padding-left: 0;
	}

	.mobile-contact-bar {
		background: var(--ink-deep);
		bottom: 0;
		display: grid;
		grid-template-columns: 0.8fr 1.2fr;
		height: 62px;
		left: 0;
		position: fixed;
		right: 0;
		z-index: 1100;
	}

	.mobile-contact-bar a {
		align-items: center;
		color: var(--paper);
		display: flex;
		font-size: 0.68rem;
		font-weight: 700;
		gap: 8px;
		justify-content: center;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}

	.mobile-contact-bar a:first-child {
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}

	.mobile-contact-bar a:last-child {
		background: var(--green);
		color: var(--ink);
	}

	.mobile-contact-bar svg {
		fill: none;
		height: 17px;
		stroke: currentColor;
		stroke-width: 1.6;
		width: 17px;
	}

	.not-found-page {
		padding: calc(var(--header-height) + 70px) 0 90px;
	}

	.not-found-page__inner {
		gap: 45px;
	}

	.not-found-page__code {
		font-size: 9rem;
	}

	/* Keep every existing block, but remove the legacy fixed-width overflow. */
	.original-page-content > .kb-row-layout-wrap:first-child {
		min-height: 500px;
	}

	.original-page-content > .kb-row-layout-wrap:first-child > .kt-row-column-wrap {
		justify-content: center !important;
		padding-bottom: 36px !important;
		padding-top: calc(var(--header-height) + 26px) !important;
	}

	.original-page-content .kt-row-column-wrap {
		grid-template-columns: minmax(0, 1fr) !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		width: 100% !important;
	}

	.original-page-content .wp-block-kadence-column,
	.original-page-content .kt-inside-inner-col,
	.original-page-content .wp-block-group,
	.original-page-content .wp-block-image,
	.original-page-content figure {
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.original-page-content :where(h1, h2, h3, h4, p, li, a) {
		overflow-wrap: anywhere;
	}

	.original-page-content > .kb-row-layout-wrap:first-child h1.wp-block-kadence-advancedheading {
		font-size: clamp(2.25rem, 9.4vw, 2.85rem) !important;
		line-height: 1.08 !important;
	}

	.original-page-content .kb-gallery-ul {
		max-width: 100% !important;
	}

	.original-page-content .kb-gallery-ul .kadence-blocks-gallery-item {
		min-width: 0 !important;
	}

	.contact-cooperation {
		padding: 46px 0;
	}

	.contact-cooperation__inner {
		align-items: stretch;
		gap: 28px;
		grid-template-columns: minmax(0, 1fr);
	}

	.contact-cooperation__actions {
		justify-content: flex-start;
	}

	.page1170 {
		padding-inline: 20px;
	}
}

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

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.site-header,
	.footer-enquiry,
	.site-footer,
	.mobile-contact-bar {
		display: none !important;
	}

	body {
		color: #000;
		padding: 0;
	}

	.lg-hero {
		background: #fff !important;
		color: #000;
		min-height: 0;
	}

	.lg-hero h1,
	.lg-hero__lead {
		color: #000;
	}
}
