/*
 * AORO How We Work — complete page system.
 * Every public selector is scoped to the page body and module root so the
 * Solak theme and optimisation plugins cannot restyle individual components.
 */

body.ux-how-we-work-page .aoro-hww-v2,
body.ux-how-we-work-page .aoro-hww-v2 * {
	box-sizing: border-box;
}

body.ux-how-we-work-page .space:has(.aoro-hww-v2),
body.ux-how-we-work-page .page-content:has(.aoro-hww-v2),
body.ux-how-we-work-page .entry-content:has(.aoro-hww-v2) {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.ux-how-we-work-page .aoro-hww-v2 {
	--hww-dark: #021b14;
	--hww-navy: #10243f;
	--hww-green: #1aa07b;
	--hww-mint: #9ae8c4;
	--hww-pale: #f1f6f3;
	--hww-white: #ffffff;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none !important;
	margin: 0 0 0 -50vw !important;
	padding: 0 !important;
	overflow: hidden;
	background: #ffffff;
	color: #10243f;
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-align: left;
}

body.ux-how-we-work-page .aoro-hww-v2 img {
	display: block;
	max-width: 100%;
	border: 0;
}

body.ux-how-we-work-page .aoro-hww-v2 a {
	color: inherit;
	text-decoration: none;
}

body.ux-how-we-work-page .aoro-hww-v2 p,
body.ux-how-we-work-page .aoro-hww-v2 ul,
body.ux-how-we-work-page .aoro-hww-v2 ol,
body.ux-how-we-work-page .aoro-hww-v2 figure {
	margin: 0;
}

body.ux-how-we-work-page .aoro-hww-v2 ul,
body.ux-how-we-work-page .aoro-hww-v2 ol {
	padding: 0;
	list-style: none;
}

body.ux-how-we-work-page .aoro-hww-v2 h1,
body.ux-how-we-work-page .aoro-hww-v2 h2,
body.ux-how-we-work-page .aoro-hww-v2 h3 {
	max-width: none;
	margin: 0;
	padding: 0;
	color: #10243f;
	font-family: "Spline Sans", "Inter", Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.045em;
	text-transform: none;
}

body.ux-how-we-work-page .aoro-hww-v2 h1 {
	color: #ffffff;
	font-family: "Inter", Arial, sans-serif;
	font-size: clamp(3.25rem, 4.65vw, 4.7rem);
	font-weight: 700;
	line-height: 1.03;
	letter-spacing: -0.055em;
}

body.ux-how-we-work-page .aoro-hww-v2 h2 {
	font-size: clamp(2.45rem, 3.45vw, 3.55rem);
}

body.ux-how-we-work-page .aoro-hww-v2 h3 {
	font-size: clamp(1.28rem, 1.6vw, 1.55rem);
	line-height: 1.15;
	letter-spacing: -0.03em;
}

body.ux-how-we-work-page .hww2-container {
	width: min(1240px, calc(100% - 64px));
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
}

body.ux-how-we-work-page .hww2-section {
	position: relative;
	padding: 112px 0;
}

body.ux-how-we-work-page .hww2-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	color: #1aa07b;
	font-family: "Inter", Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-eyebrow::before {
	width: 28px;
	height: 1px;
	background: currentColor;
	content: "";
}

body.ux-how-we-work-page .hww2-eyebrow--light {
	color: #9ae8c4;
}

body.ux-how-we-work-page .hww2-lead {
	max-width: 680px;
	margin-top: 24px;
	color: rgba(16, 36, 63, 0.72);
	font-size: 1.08rem;
	line-height: 1.75;
}

body.ux-how-we-work-page .hww2-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

body.ux-how-we-work-page .hww2-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 22px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-family: "Inter", Arial, sans-serif;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.ux-how-we-work-page .hww2-button:hover,
body.ux-how-we-work-page .hww2-button:focus-visible {
	transform: translateY(-2px);
}

body.ux-how-we-work-page .hww2-button--primary {
	background: #1aa07b;
	color: #ffffff;
}

body.ux-how-we-work-page .hww2-button--primary:hover,
body.ux-how-we-work-page .hww2-button--primary:focus-visible {
	background: #9ae8c4;
	color: #021b14;
}

body.ux-how-we-work-page .hww2-button--ghost {
	border-color: rgba(255, 255, 255, 0.38);
	background: rgba(2, 27, 20, 0.2);
	color: #ffffff;
}

body.ux-how-we-work-page .hww2-button--ghost:hover,
body.ux-how-we-work-page .hww2-button--ghost:focus-visible {
	border-color: #9ae8c4;
	background: rgba(154, 232, 196, 0.1);
}

/* Hero */
body.ux-how-we-work-page .hww2-hero {
	position: relative;
	min-height: 730px;
	display: flex;
	align-items: center;
	isolation: isolate;
	background: #021b14;
}

body.ux-how-we-work-page .hww2-hero__media,
body.ux-how-we-work-page .hww2-hero__veil {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

body.ux-how-we-work-page .hww2-hero__media {
	z-index: -2;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.76) contrast(1.04) brightness(0.74);
}

body.ux-how-we-work-page .hww2-hero__veil {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(2, 27, 20, 0.98) 0%, rgba(2, 27, 20, 0.89) 38%, rgba(2, 27, 20, 0.48) 72%, rgba(2, 27, 20, 0.64) 100%),
		linear-gradient(0deg, rgba(2, 27, 20, 0.78) 0%, transparent 38%);
}

body.ux-how-we-work-page .hww2-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.62fr);
	gap: 84px;
	align-items: center;
	padding-top: 84px;
	padding-bottom: 84px;
}

body.ux-how-we-work-page .hww2-hero__content {
	max-width: 760px;
}

body.ux-how-we-work-page .hww2-hero__lead {
	max-width: 665px;
	margin-top: 28px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.08rem;
	line-height: 1.75;
}

body.ux-how-we-work-page .hww2-hero .hww2-actions {
	margin-top: 36px;
}

body.ux-how-we-work-page .hww2-hero__scope {
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.78rem;
	line-height: 1.55;
}

body.ux-how-we-work-page .hww2-hero__panel {
	padding: 34px 32px 30px;
	border: 1px solid rgba(154, 232, 196, 0.25);
	border-radius: 14px;
	background: rgba(2, 27, 20, 0.82);
	box-shadow: 0 28px 80px rgba(2, 27, 20, 0.28);
	backdrop-filter: blur(14px);
}

body.ux-how-we-work-page .hww2-panel__kicker {
	margin-bottom: 13px;
	color: #9ae8c4;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-hero__panel h2 {
	color: #ffffff;
	font-size: 1.65rem;
	line-height: 1.15;
}

body.ux-how-we-work-page .hww2-panel__list {
	display: grid;
	gap: 0;
	margin-top: 27px;
}

body.ux-how-we-work-page .hww2-panel__list li {
	display: grid;
	grid-template-columns: 56px 1fr;
	align-items: center;
	gap: 14px;
	min-height: 58px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.ux-how-we-work-page .hww2-panel__list span {
	display: grid;
	width: 48px;
	height: 28px;
	place-items: center;
	border: 1px solid rgba(154, 232, 196, 0.35);
	border-radius: 50%;
	color: #9ae8c4;
	font-size: 0.56rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-panel__list strong {
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 700;
}

body.ux-how-we-work-page .hww2-assurance {
	border-top: 1px solid rgba(154, 232, 196, 0.12);
	background: #021b14;
}

body.ux-how-we-work-page .hww2-assurance__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

body.ux-how-we-work-page .hww2-assurance__grid > div {
	display: flex;
	min-height: 92px;
	align-items: center;
	gap: 13px;
	padding: 0 20px;
	border-left: 1px solid rgba(154, 232, 196, 0.12);
}

body.ux-how-we-work-page .hww2-assurance__grid > div:last-child {
	border-right: 1px solid rgba(154, 232, 196, 0.12);
}

body.ux-how-we-work-page .hww2-assurance__grid span {
	color: #1aa07b;
	font-size: 0.68rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-assurance__grid strong {
	color: #ffffff;
	font-size: 0.74rem;
	font-weight: 700;
	line-height: 1.35;
}

/* Shared headings */
body.ux-how-we-work-page .hww2-section-head--split,
body.ux-how-we-work-page .hww2-phase-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.65fr);
	gap: 88px;
	align-items: end;
}

body.ux-how-we-work-page .hww2-section-head__copy,
body.ux-how-we-work-page .hww2-phase-heading > p,
body.ux-how-we-work-page .hww2-section-head--split > p {
	padding-bottom: 4px;
	color: rgba(16, 36, 63, 0.7);
	font-size: 0.98rem;
	line-height: 1.75;
}

body.ux-how-we-work-page .hww2-inline-proof {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 20px;
}

body.ux-how-we-work-page .hww2-inline-proof span {
	padding: 7px 10px;
	border: 1px solid rgba(26, 160, 123, 0.22);
	border-radius: 999px;
	color: #10243f;
	font-size: 0.67rem;
	font-weight: 700;
}

body.ux-how-we-work-page .hww2-section-head--center {
	max-width: 780px;
	margin: 0 auto 58px;
	text-align: center;
}

body.ux-how-we-work-page .hww2-section-head--center .hww2-eyebrow {
	justify-content: center;
}

body.ux-how-we-work-page .hww2-section-head--center > p:last-child {
	max-width: 700px;
	margin: 22px auto 0;
	color: rgba(16, 36, 63, 0.7);
}

/* Process overview */
body.ux-how-we-work-page .hww2-overview {
	background: #ffffff;
}

body.ux-how-we-work-page .hww2-phase-map {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 70px;
	border-top: 1px solid rgba(16, 36, 63, 0.14);
	border-bottom: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-phase-map li {
	position: relative;
	min-height: 330px;
	padding: 34px 28px 30px;
	border-left: 1px solid rgba(16, 36, 63, 0.14);
	transition: background-color 180ms ease, transform 180ms ease;
}

body.ux-how-we-work-page .hww2-phase-map li:last-child {
	border-right: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-phase-map li:hover {
	z-index: 1;
	background: #f1f6f3;
	transform: translateY(-6px);
}

body.ux-how-we-work-page .hww2-phase-map__number {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(26, 160, 123, 0.32);
	border-radius: 50%;
	color: #1aa07b;
	font-size: 0.7rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-phase-map__label {
	margin-top: 28px;
	color: #1aa07b;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-phase-map h3 {
	margin-top: 10px;
}

body.ux-how-we-work-page .hww2-phase-map li > p:not(.hww2-phase-map__label) {
	margin-top: 15px;
	color: rgba(16, 36, 63, 0.66);
	font-size: 0.85rem;
	line-height: 1.65;
}

body.ux-how-we-work-page .hww2-phase-map a {
	position: absolute;
	right: 28px;
	bottom: 28px;
	left: 28px;
	display: flex;
	justify-content: space-between;
	padding-top: 14px;
	border-top: 1px solid rgba(16, 36, 63, 0.12);
	color: #10243f;
	font-size: 0.72rem;
	font-weight: 800;
}

/* Phase system */
body.ux-how-we-work-page .hww2-phase--pale,
body.ux-how-we-work-page .hww2-scale {
	background: #f1f6f3;
}

body.ux-how-we-work-page .hww2-phase__grid,
body.ux-how-we-work-page .hww2-support-grid,
body.ux-how-we-work-page .hww2-delivery-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
	gap: 84px;
	align-items: center;
}

body.ux-how-we-work-page .hww2-phase__marker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 40px;
}

body.ux-how-we-work-page .hww2-phase__marker span {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 50%;
	background: #10243f;
	color: #9ae8c4;
	font-size: 0.86rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-phase__marker p {
	color: #10243f;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-check-list {
	display: grid;
	gap: 0;
	margin-top: 38px;
	border-top: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-check-list li {
	position: relative;
	padding: 22px 0 22px 30px;
	border-bottom: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-check-list li::before {
	position: absolute;
	top: 26px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 2px solid #1aa07b;
	border-radius: 50%;
	content: "";
}

body.ux-how-we-work-page .hww2-check-list strong,
body.ux-how-we-work-page .hww2-check-list span {
	display: block;
}

body.ux-how-we-work-page .hww2-check-list strong {
	color: #10243f;
	font-size: 0.9rem;
}

body.ux-how-we-work-page .hww2-check-list span {
	margin-top: 5px;
	color: rgba(16, 36, 63, 0.66);
	font-size: 0.79rem;
}

body.ux-how-we-work-page .hww2-photo-card {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	border-radius: 16px;
	background: #021b14;
	box-shadow: 0 30px 70px rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-photo-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(2, 27, 20, 0.86) 0%, rgba(2, 27, 20, 0.1) 48%, rgba(2, 27, 20, 0.16) 100%);
	content: "";
}

body.ux-how-we-work-page .hww2-photo-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.78) contrast(1.03) brightness(0.86);
}

body.ux-how-we-work-page .hww2-photo-card figcaption {
	position: absolute;
	z-index: 1;
	right: 32px;
	bottom: 30px;
	left: 32px;
}

body.ux-how-we-work-page .hww2-photo-card figcaption span,
body.ux-how-we-work-page .hww2-photo-card figcaption strong {
	display: block;
}

body.ux-how-we-work-page .hww2-photo-card figcaption span {
	margin-bottom: 7px;
	color: #9ae8c4;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-photo-card figcaption strong {
	max-width: 500px;
	color: #ffffff;
	font-family: "Spline Sans", "Inter", sans-serif;
	font-size: 1.25rem;
	line-height: 1.25;
}

body.ux-how-we-work-page .hww2-output-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 54px;
	border: 1px solid rgba(16, 36, 63, 0.14);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(16, 36, 63, 0.06);
}

body.ux-how-we-work-page .hww2-output-strip > div {
	padding: 28px;
	border-right: 1px solid rgba(16, 36, 63, 0.12);
}

body.ux-how-we-work-page .hww2-output-strip > div:last-child {
	border-right: 0;
}

body.ux-how-we-work-page .hww2-output-strip span,
body.ux-how-we-work-page .hww2-output-strip strong {
	display: block;
}

body.ux-how-we-work-page .hww2-output-strip span {
	color: #1aa07b;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-output-strip strong {
	margin-top: 8px;
	color: #10243f;
	font-size: 1rem;
}

body.ux-how-we-work-page .hww2-output-strip p {
	margin-top: 7px;
	color: rgba(16, 36, 63, 0.62);
	font-size: 0.78rem;
}

/* Engineering */
body.ux-how-we-work-page .hww2-phase-heading {
	margin-bottom: 62px;
}

body.ux-how-we-work-page .hww2-engineering-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

body.ux-how-we-work-page .hww2-evidence-card {
	position: relative;
	min-height: 390px;
	padding: 48px 46px;
	border: 1px solid rgba(16, 36, 63, 0.14);
	border-radius: 14px;
	background: #f1f6f3;
}

body.ux-how-we-work-page .hww2-evidence-card--dark {
	border-color: rgba(154, 232, 196, 0.16);
	background: #021b14;
}

body.ux-how-we-work-page .hww2-evidence-card__index {
	position: absolute;
	top: 34px;
	right: 36px;
	color: rgba(26, 160, 123, 0.5);
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1;
}

body.ux-how-we-work-page .hww2-evidence-card h3 {
	max-width: 470px;
	font-size: clamp(1.8rem, 2.5vw, 2.45rem);
}

body.ux-how-we-work-page .hww2-evidence-card--dark h3,
body.ux-how-we-work-page .hww2-evidence-card--dark > p:not(.hww2-eyebrow),
body.ux-how-we-work-page .hww2-evidence-card--dark li {
	color: #ffffff;
}

body.ux-how-we-work-page .hww2-evidence-card > p:not(.hww2-eyebrow) {
	max-width: 480px;
	margin-top: 19px;
	color: rgba(16, 36, 63, 0.68);
	font-size: 0.9rem;
}

body.ux-how-we-work-page .hww2-evidence-card--dark > p:not(.hww2-eyebrow) {
	color: rgba(255, 255, 255, 0.7);
}

body.ux-how-we-work-page .hww2-evidence-card ul {
	display: grid;
	gap: 11px;
	margin-top: 28px;
}

body.ux-how-we-work-page .hww2-evidence-card li {
	position: relative;
	padding-left: 22px;
	color: #10243f;
	font-size: 0.78rem;
	font-weight: 700;
}

body.ux-how-we-work-page .hww2-evidence-card li::before {
	position: absolute;
	top: 0.56em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1aa07b;
	content: "";
}

body.ux-how-we-work-page .hww2-decision-line {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 52px;
}

body.ux-how-we-work-page .hww2-decision-line::before {
	position: absolute;
	top: 22px;
	right: 12%;
	left: 12%;
	height: 1px;
	background: rgba(26, 160, 123, 0.35);
	content: "";
}

body.ux-how-we-work-page .hww2-decision-line > div {
	position: relative;
	z-index: 1;
	padding: 0 22px;
	text-align: center;
}

body.ux-how-we-work-page .hww2-decision-line span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	margin: 0 auto;
	border: 1px solid rgba(26, 160, 123, 0.4);
	border-radius: 50%;
	background: #ffffff;
	color: #1aa07b;
	font-size: 0.7rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-decision-line strong,
body.ux-how-we-work-page .hww2-decision-line p {
	display: block;
}

body.ux-how-we-work-page .hww2-decision-line strong {
	margin-top: 17px;
	color: #10243f;
	font-size: 0.84rem;
}

body.ux-how-we-work-page .hww2-decision-line p {
	margin-top: 5px;
	color: rgba(16, 36, 63, 0.6);
	font-size: 0.72rem;
}

/* Delivery */
body.ux-how-we-work-page .hww2-phase--dark,
body.ux-how-we-work-page .hww2-control,
body.ux-how-we-work-page .hww2-enquiry,
body.ux-how-we-work-page .hww2-closing {
	background: #021b14;
}

body.ux-how-we-work-page .hww2-phase--dark h2,
body.ux-how-we-work-page .hww2-control h2,
body.ux-how-we-work-page .hww2-enquiry h2,
body.ux-how-we-work-page .hww2-closing h2 {
	color: #ffffff;
}

body.ux-how-we-work-page .hww2-phase__marker--dark span {
	background: #1aa07b;
	color: #ffffff;
}

body.ux-how-we-work-page .hww2-phase__marker--dark p {
	color: #9ae8c4;
}

body.ux-how-we-work-page .hww2-phase--dark .hww2-lead {
	color: rgba(255, 255, 255, 0.72);
}

body.ux-how-we-work-page .hww2-text-link {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(154, 232, 196, 0.45);
	color: #9ae8c4;
	font-size: 0.8rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-photo-card--dark {
	min-height: 500px;
	box-shadow: none;
}

body.ux-how-we-work-page .hww2-gates {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 62px;
	border-top: 1px solid rgba(154, 232, 196, 0.18);
	border-bottom: 1px solid rgba(154, 232, 196, 0.18);
}

body.ux-how-we-work-page .hww2-gates li {
	min-height: 220px;
	padding: 30px 28px;
	border-left: 1px solid rgba(154, 232, 196, 0.16);
}

body.ux-how-we-work-page .hww2-gates li:last-child {
	border-right: 1px solid rgba(154, 232, 196, 0.16);
}

body.ux-how-we-work-page .hww2-gates span,
body.ux-how-we-work-page .hww2-gates strong {
	display: block;
}

body.ux-how-we-work-page .hww2-gates span {
	color: #1aa07b;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-gates strong {
	margin-top: 17px;
	color: #ffffff;
	font-family: "Spline Sans", sans-serif;
	font-size: 1.18rem;
}

body.ux-how-we-work-page .hww2-gates p {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.78rem;
}

/* Support and AORO OS */
body.ux-how-we-work-page .hww2-support-grid {
	grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr);
}

body.ux-how-we-work-page .hww2-support-points {
	display: grid;
	margin-top: 38px;
	border-top: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-support-points > div {
	display: grid;
	grid-template-columns: 32px 180px 1fr;
	gap: 13px;
	align-items: start;
	padding: 18px 0;
	border-bottom: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-support-points span {
	color: #1aa07b;
	font-size: 0.68rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-support-points strong {
	color: #10243f;
	font-size: 0.82rem;
}

body.ux-how-we-work-page .hww2-support-points p {
	color: rgba(16, 36, 63, 0.62);
	font-size: 0.74rem;
}

body.ux-how-we-work-page .hww2-os-card {
	overflow: hidden;
	border: 1px solid rgba(16, 36, 63, 0.15);
	border-radius: 16px;
	background: #021b14;
	box-shadow: 0 32px 80px rgba(16, 36, 63, 0.17);
}

body.ux-how-we-work-page .hww2-os-card__bar,
body.ux-how-we-work-page .hww2-os-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body.ux-how-we-work-page .hww2-os-card__bar {
	min-height: 56px;
	padding: 0 22px;
	border-bottom: 1px solid rgba(154, 232, 196, 0.16);
	color: #9ae8c4;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-os-card img {
	width: 100%;
	height: auto;
	filter: saturate(0.85) contrast(1.03) brightness(0.9);
}

body.ux-how-we-work-page .hww2-os-card__actions {
	min-height: 64px;
	padding: 0 22px;
	border-top: 1px solid rgba(154, 232, 196, 0.16);
}

body.ux-how-we-work-page .hww2-os-card__actions a {
	color: #ffffff;
	font-size: 0.74rem;
	font-weight: 700;
}

body.ux-how-we-work-page .hww2-os-card__actions a:hover,
body.ux-how-we-work-page .hww2-os-card__actions a:focus-visible {
	color: #9ae8c4;
}

/* Responsibility */
body.ux-how-we-work-page .hww2-control {
	background-image:
		radial-gradient(circle at 92% 10%, rgba(26, 160, 123, 0.16), transparent 26%),
		linear-gradient(135deg, #021b14 0%, #021b14 100%);
}

body.ux-how-we-work-page .hww2-section-head--dark > p,
body.ux-how-we-work-page .hww2-section-head--dark .hww2-section-head__copy {
	color: rgba(255, 255, 255, 0.68);
}

body.ux-how-we-work-page .hww2-control-table {
	margin-top: 58px;
	overflow: hidden;
	border: 1px solid rgba(154, 232, 196, 0.18);
	border-radius: 12px;
}

body.ux-how-we-work-page .hww2-control-table__row {
	display: grid;
	grid-template-columns: 0.56fr 1.14fr 1.14fr;
	border-top: 1px solid rgba(154, 232, 196, 0.14);
}

body.ux-how-we-work-page .hww2-control-table__row:first-child {
	border-top: 0;
}

body.ux-how-we-work-page .hww2-control-table__row > div {
	min-height: 92px;
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 24px 28px;
	border-left: 1px solid rgba(154, 232, 196, 0.14);
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.8rem;
}

body.ux-how-we-work-page .hww2-control-table__row > div:first-child {
	border-left: 0;
}

body.ux-how-we-work-page .hww2-control-table__head {
	background: rgba(154, 232, 196, 0.08);
}

body.ux-how-we-work-page .hww2-control-table__head > div {
	min-height: 54px;
	color: #9ae8c4;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-control-table__row span {
	color: #1aa07b;
	font-size: 0.68rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-control-table__row strong {
	color: #ffffff;
	font-size: 0.86rem;
}

/* Scale and outputs */
body.ux-how-we-work-page .hww2-scale-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border-top: 1px solid rgba(16, 36, 63, 0.14);
	border-bottom: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-scale-grid a {
	position: relative;
	min-height: 300px;
	padding: 30px 24px;
	border-left: 1px solid rgba(16, 36, 63, 0.14);
	background: rgba(255, 255, 255, 0.45);
	transition: background-color 180ms ease, transform 180ms ease;
}

body.ux-how-we-work-page .hww2-scale-grid a:last-child {
	border-right: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-scale-grid a:hover,
body.ux-how-we-work-page .hww2-scale-grid a:focus-visible {
	z-index: 1;
	background: #ffffff;
	transform: translateY(-5px);
}

body.ux-how-we-work-page .hww2-scale-grid span {
	color: #1aa07b;
	font-size: 0.68rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-scale-grid strong {
	display: block;
	margin-top: 25px;
	color: #10243f;
	font-family: "Spline Sans", sans-serif;
	font-size: 1.08rem;
	line-height: 1.2;
}

body.ux-how-we-work-page .hww2-scale-grid p {
	margin-top: 12px;
	color: rgba(16, 36, 63, 0.62);
	font-size: 0.77rem;
}

body.ux-how-we-work-page .hww2-scale-grid em {
	position: absolute;
	right: 24px;
	bottom: 27px;
	left: 24px;
	color: #1aa07b;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-outputs {
	background: #ffffff;
}

body.ux-how-we-work-page .hww2-output-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 58px;
}

body.ux-how-we-work-page .hww2-output-grid article {
	min-height: 210px;
	padding: 30px;
	border: 1px solid rgba(16, 36, 63, 0.13);
	border-radius: 10px;
	background: #f1f6f3;
}

body.ux-how-we-work-page .hww2-output-grid span {
	color: #1aa07b;
	font-size: 0.68rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-output-grid h3 {
	margin-top: 25px;
	font-size: 1.25rem;
}

body.ux-how-we-work-page .hww2-output-grid p {
	margin-top: 12px;
	color: rgba(16, 36, 63, 0.64);
	font-size: 0.8rem;
}

/* Project enquiry */
body.ux-how-we-work-page .hww2-enquiry {
	background-image:
		radial-gradient(circle at 93% 15%, rgba(26, 160, 123, 0.15), transparent 27%),
		linear-gradient(135deg, #021b14 0%, #021b14 100%);
}

body.ux-how-we-work-page .hww2-enquiry__grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1.28fr);
	gap: 90px;
	align-items: start;
}

body.ux-how-we-work-page .hww2-enquiry__copy > p:not(.hww2-eyebrow) {
	max-width: 500px;
	margin-top: 25px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95rem;
}

body.ux-how-we-work-page .hww2-enquiry__contact {
	display: grid;
	gap: 8px;
	margin-top: 38px;
	padding-top: 25px;
	border-top: 1px solid rgba(154, 232, 196, 0.18);
}

body.ux-how-we-work-page .hww2-enquiry__contact span {
	color: #9ae8c4;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-enquiry__contact a {
	width: fit-content;
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 700;
}

body.ux-how-we-work-page .hww2-form {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 17px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 34px !important;
	border: 1px solid rgba(154, 232, 196, 0.2) !important;
	border-radius: 14px !important;
	background: rgba(255, 255, 255, 0.07) !important;
	box-shadow: none !important;
}

body.ux-how-we-work-page .hww2-form__honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

body.ux-how-we-work-page .hww2-field {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.ux-how-we-work-page .hww2-field--wide {
	grid-column: 1 / -1 !important;
}

body.ux-how-we-work-page .hww2-form label:not(.hww2-consent) {
	display: block !important;
	margin: 0 0 7px !important;
	padding: 0 !important;
	color: #ffffff !important;
	font-family: "Inter", Arial, sans-serif !important;
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}

body.ux-how-we-work-page .hww2-form input[type="text"],
body.ux-how-we-work-page .hww2-form input[type="email"],
body.ux-how-we-work-page .hww2-form input[type="tel"],
body.ux-how-we-work-page .hww2-form select,
body.ux-how-we-work-page .hww2-form textarea {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 50px !important;
	margin: 0 !important;
	padding: 12px 14px !important;
	border: 1px solid rgba(255, 255, 255, 0.23) !important;
	border-radius: 6px !important;
	background: rgba(2, 27, 20, 0.68) !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-family: "Inter", Arial, sans-serif !important;
	font-size: 0.86rem !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	text-transform: none !important;
	outline: none !important;
}

body.ux-how-we-work-page .hww2-form select {
	appearance: auto !important;
}

body.ux-how-we-work-page .hww2-form select option {
	background: #021b14 !important;
	color: #ffffff !important;
}

body.ux-how-we-work-page .hww2-form textarea {
	min-height: 108px !important;
	resize: vertical !important;
}

body.ux-how-we-work-page .hww2-form input:focus,
body.ux-how-we-work-page .hww2-form select:focus,
body.ux-how-we-work-page .hww2-form textarea:focus {
	border-color: #9ae8c4 !important;
	box-shadow: 0 0 0 3px rgba(154, 232, 196, 0.12) !important;
}

body.ux-how-we-work-page .hww2-form [aria-invalid="true"] {
	border-color: #9ae8c4 !important;
}

body.ux-how-we-work-page .hww2-consent {
	display: grid !important;
	grid-template-columns: 18px 1fr !important;
	gap: 10px !important;
	align-items: start !important;
	margin: 2px 0 0 !important;
	color: rgba(255, 255, 255, 0.66) !important;
	font-size: 0.7rem !important;
	line-height: 1.55 !important;
}

body.ux-how-we-work-page .hww2-consent input {
	width: 16px !important;
	height: 16px !important;
	margin: 2px 0 0 !important;
	accent-color: #1aa07b;
}

body.ux-how-we-work-page .hww2-consent a {
	color: #9ae8c4;
	text-decoration: underline;
}

body.ux-how-we-work-page .hww2-form__footer {
	display: grid !important;
	grid-template-columns: minmax(250px, 0.7fr) 1fr !important;
	gap: 18px !important;
	align-items: center !important;
}

body.ux-how-we-work-page .hww2-form button[type="submit"] {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 52px !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: #1aa07b !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-family: "Inter", Arial, sans-serif !important;
	font-size: 0.76rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	cursor: pointer !important;
}

body.ux-how-we-work-page .hww2-form button[type="submit"]:hover,
body.ux-how-we-work-page .hww2-form button[type="submit"]:focus-visible {
	background: #9ae8c4 !important;
	color: #021b14 !important;
}

body.ux-how-we-work-page .hww2-form button[disabled] {
	opacity: 0.62 !important;
	cursor: wait !important;
}

body.ux-how-we-work-page .hww2-form__status {
	min-height: 42px;
	margin: 0 !important;
	color: #9ae8c4 !important;
	font-size: 0.72rem !important;
	line-height: 1.5 !important;
}

body.ux-how-we-work-page .hww2-form.is-success {
	border-color: rgba(154, 232, 196, 0.5) !important;
}

/* FAQ */
body.ux-how-we-work-page .hww2-faq {
	background: #ffffff;
}

body.ux-how-we-work-page .hww2-faq__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.62fr) minmax(560px, 1.38fr);
	gap: 90px;
}

body.ux-how-we-work-page .hww2-faq__intro {
	position: sticky;
	top: 130px;
	align-self: start;
}

body.ux-how-we-work-page .hww2-faq__intro > p:not(.hww2-eyebrow) {
	margin-top: 23px;
	color: rgba(16, 36, 63, 0.68);
	font-size: 0.9rem;
}

body.ux-how-we-work-page .hww2-text-link--dark {
	border-color: rgba(16, 36, 63, 0.2);
	color: #10243f;
}

body.ux-how-we-work-page .hww2-faq-item {
	margin: 0 !important;
	border-top: 1px solid rgba(16, 36, 63, 0.15) !important;
	background: transparent !important;
}

body.ux-how-we-work-page .hww2-faq-item:last-child {
	border-bottom: 1px solid rgba(16, 36, 63, 0.15) !important;
}

body.ux-how-we-work-page .hww2-faq-item summary {
	display: grid !important;
	grid-template-columns: 36px 1fr 24px !important;
	gap: 13px !important;
	align-items: center !important;
	min-height: 70px !important;
	padding: 13px 0 !important;
	color: #10243f !important;
	font-family: "Inter", Arial, sans-serif !important;
	font-size: 0.86rem !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	list-style: none !important;
	cursor: pointer !important;
}

body.ux-how-we-work-page .hww2-faq-item summary::-webkit-details-marker {
	display: none;
}

body.ux-how-we-work-page .hww2-faq-item summary > span {
	color: #1aa07b;
	font-size: 0.66rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-faq-item summary > i {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border: 1px solid rgba(26, 160, 123, 0.32);
	border-radius: 50%;
	color: #1aa07b;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 500;
	transition: transform 180ms ease;
}

body.ux-how-we-work-page .hww2-faq-item[open] summary > i {
	transform: rotate(45deg);
}

body.ux-how-we-work-page .hww2-faq-item > div {
	padding: 0 34px 24px 49px;
}

body.ux-how-we-work-page .hww2-faq-item > div p {
	color: rgba(16, 36, 63, 0.68);
	font-size: 0.84rem;
	line-height: 1.72;
}

/* Closing transition */
body.ux-how-we-work-page .hww2-closing {
	padding: 62px 0;
	background-image:
		radial-gradient(circle at 90% 50%, rgba(26, 160, 123, 0.2), transparent 27%),
		linear-gradient(110deg, #021b14 0%, #021b14 100%);
}

body.ux-how-we-work-page .hww2-closing__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

body.ux-how-we-work-page .hww2-closing h2 {
	font-size: clamp(2rem, 3vw, 2.85rem);
}

body.ux-how-we-work-page .hww2-closing__inner > div:first-child > p:last-child {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.86rem;
}

/* Eight-stage process navigation */
body.ux-how-we-work-page .hww2-assurance__grid--eight {
	grid-template-columns: repeat(8, 1fr);
}

body.ux-how-we-work-page .hww2-assurance__grid--eight > a {
	display: flex;
	min-height: 82px;
	align-items: center;
	gap: 9px;
	padding: 0 13px;
	border-left: 1px solid rgba(154, 232, 196, 0.12);
	transition: background-color 180ms ease;
}

body.ux-how-we-work-page .hww2-assurance__grid--eight > a:last-child {
	border-right: 1px solid rgba(154, 232, 196, 0.12);
}

body.ux-how-we-work-page .hww2-assurance__grid--eight > a:hover,
body.ux-how-we-work-page .hww2-assurance__grid--eight > a:focus-visible {
	background: rgba(154, 232, 196, 0.08);
}

body.ux-how-we-work-page .hww2-assurance__grid--eight span {
	color: #1aa07b;
	font-size: 0.63rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-assurance__grid--eight strong {
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 700;
}

/* Four editorial chapters keep all eight operational stages visible. */
body.ux-how-we-work-page .hww2-chapter-map {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 64px;
	border-top: 1px solid rgba(16, 36, 63, 0.14);
	border-bottom: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-chapter-map > div {
	position: relative;
	min-height: 250px;
	padding: 30px 27px;
	border-left: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-chapter-map > div:last-child {
	border-right: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-chapter-map span,
body.ux-how-we-work-page .hww2-chapter-map strong,
body.ux-how-we-work-page .hww2-chapter-map em {
	display: block;
}

body.ux-how-we-work-page .hww2-chapter-map span {
	color: #1aa07b;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-chapter-map strong {
	margin-top: 22px;
	color: #10243f;
	font-family: "Spline Sans", sans-serif;
	font-size: 1.22rem;
	line-height: 1.2;
}

body.ux-how-we-work-page .hww2-chapter-map p {
	margin-top: 12px;
	color: rgba(16, 36, 63, 0.64);
	font-size: 0.78rem;
}

body.ux-how-we-work-page .hww2-chapter-map em {
	position: absolute;
	right: 27px;
	bottom: 27px;
	left: 27px;
	padding-top: 12px;
	border-top: 1px solid rgba(16, 36, 63, 0.12);
	color: #10243f;
	font-size: 0.67rem;
	font-style: normal;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-stages--pale {
	background: #f1f6f3;
}

body.ux-how-we-work-page .hww2-chapter-head {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 44px;
	align-items: start;
	margin-bottom: 58px;
}

body.ux-how-we-work-page .hww2-chapter-head > div {
	padding-top: 9px;
}

body.ux-how-we-work-page .hww2-chapter-head > div span,
body.ux-how-we-work-page .hww2-chapter-head > div p {
	display: block;
}

body.ux-how-we-work-page .hww2-chapter-head > div span {
	color: #1aa07b;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-chapter-head > div p {
	margin-top: 6px;
	color: #10243f;
	font-size: 0.8rem;
	font-weight: 700;
}

body.ux-how-we-work-page .hww2-chapter-head > p {
	grid-column: 2;
	max-width: 760px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.9rem;
}

body.ux-how-we-work-page .hww2-stage-pair {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

body.ux-how-we-work-page .hww2-stage-card {
	display: flex;
	min-height: 660px;
	flex-direction: column;
	padding: 42px;
	border: 1px solid rgba(16, 36, 63, 0.14);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 20px 55px rgba(16, 36, 63, 0.06);
}

body.ux-how-we-work-page .hww2-stage-card--dark {
	border-color: rgba(154, 232, 196, 0.16);
	background: #021b14;
}

body.ux-how-we-work-page .hww2-stage-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(16, 36, 63, 0.13);
}

body.ux-how-we-work-page .hww2-stage-card--dark .hww2-stage-card__top {
	border-color: rgba(154, 232, 196, 0.16);
}

body.ux-how-we-work-page .hww2-stage-card__top span {
	color: #1aa07b;
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-stage-card__top p {
	color: #10243f;
	font-size: 0.72rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-stage-card--dark .hww2-stage-card__top p,
body.ux-how-we-work-page .hww2-stage-card--dark h3 {
	color: #ffffff;
}

body.ux-how-we-work-page .hww2-stage-card h3 {
	max-width: 510px;
	font-size: clamp(1.85rem, 2.45vw, 2.5rem);
}

body.ux-how-we-work-page .hww2-stage-card > p {
	margin-top: 20px;
	color: rgba(16, 36, 63, 0.67);
	font-size: 0.9rem;
}

body.ux-how-we-work-page .hww2-stage-card--dark > p {
	color: rgba(255, 255, 255, 0.68);
}

body.ux-how-we-work-page .hww2-stage-card__rows {
	display: grid;
	margin-top: 32px;
	border-top: 1px solid rgba(16, 36, 63, 0.13);
}

body.ux-how-we-work-page .hww2-stage-card__rows > div {
	padding: 18px 0;
	border-bottom: 1px solid rgba(16, 36, 63, 0.13);
}

body.ux-how-we-work-page .hww2-stage-card__rows span,
body.ux-how-we-work-page .hww2-stage-card__rows strong {
	display: block;
}

body.ux-how-we-work-page .hww2-stage-card__rows span,
body.ux-how-we-work-page .hww2-assessment-grid span {
	color: #1aa07b;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-stage-card__rows strong {
	margin-top: 5px;
	color: #10243f;
	font-size: 0.82rem;
}

body.ux-how-we-work-page .hww2-stage-card__rows p,
body.ux-how-we-work-page .hww2-assessment-grid p {
	margin-top: 4px;
	color: rgba(16, 36, 63, 0.6);
	font-size: 0.72rem;
}

body.ux-how-we-work-page .hww2-assessment-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	margin-top: 32px;
	background: rgba(154, 232, 196, 0.16);
}

body.ux-how-we-work-page .hww2-assessment-grid > div {
	min-height: 120px;
	padding: 18px;
	background: #021b14;
}

body.ux-how-we-work-page .hww2-assessment-grid strong {
	display: block;
	margin-top: 8px;
	color: #ffffff;
	font-size: 0.82rem;
}

body.ux-how-we-work-page .hww2-assessment-grid p {
	color: rgba(255, 255, 255, 0.58);
}

body.ux-how-we-work-page .hww2-stage-card footer {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 18px;
	align-items: center;
	margin-top: auto;
	padding-top: 24px;
}

body.ux-how-we-work-page .hww2-stage-card footer span {
	color: #1aa07b;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-stage-card footer strong {
	color: #10243f;
	font-size: 0.8rem;
}

body.ux-how-we-work-page .hww2-stage-card--dark footer strong {
	color: #ffffff;
}

body.ux-how-we-work-page .hww2-stage-card footer a {
	grid-column: 1 / -1;
	width: fit-content;
	margin-top: 9px;
	color: #1aa07b;
	font-size: 0.7rem;
	font-weight: 800;
}

/* Stage 03 survey */
body.ux-how-we-work-page .hww2-stage-feature {
	background: #ffffff;
}

body.ux-how-we-work-page .hww2-survey-grid,
body.ux-how-we-work-page .hww2-handover-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	margin-top: 34px;
	background: rgba(16, 36, 63, 0.13);
}

body.ux-how-we-work-page .hww2-survey-grid > div,
body.ux-how-we-work-page .hww2-handover-list > div {
	min-height: 120px;
	padding: 20px;
	background: #ffffff;
}

body.ux-how-we-work-page .hww2-survey-grid strong,
body.ux-how-we-work-page .hww2-survey-grid span,
body.ux-how-we-work-page .hww2-handover-list span,
body.ux-how-we-work-page .hww2-handover-list strong {
	display: block;
}

body.ux-how-we-work-page .hww2-survey-grid strong,
body.ux-how-we-work-page .hww2-handover-list strong {
	color: #10243f;
	font-size: 0.8rem;
}

body.ux-how-we-work-page .hww2-survey-grid span,
body.ux-how-we-work-page .hww2-handover-list p {
	margin-top: 6px;
	color: rgba(16, 36, 63, 0.6);
	font-size: 0.72rem;
}

body.ux-how-we-work-page .hww2-stage-result {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 18px;
	margin-top: 28px;
	padding: 22px;
	border-left: 3px solid #1aa07b;
	background: #f1f6f3;
}

body.ux-how-we-work-page .hww2-stage-result span {
	color: #1aa07b;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-stage-result strong {
	color: #10243f;
	font-size: 0.8rem;
}

body.ux-how-we-work-page .hww2-stage-result a {
	grid-column: 1 / -1;
	width: fit-content;
	margin-top: 8px;
	color: #1aa07b;
	font-size: 0.68rem;
	font-weight: 800;
}

/* Stages 04–05: design, proposal, permissions and planning */
body.ux-how-we-work-page .hww2-design,
body.ux-how-we-work-page .hww2-aftercare {
	background: #021b14;
}

body.ux-how-we-work-page .hww2-chapter-head--dark h2,
body.ux-how-we-work-page .hww2-aftercare h2 {
	color: #ffffff;
}

body.ux-how-we-work-page .hww2-chapter-head--dark > div p {
	color: #9ae8c4;
}

body.ux-how-we-work-page .hww2-design-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 250px minmax(0, 1fr);
	gap: 18px;
}

body.ux-how-we-work-page .hww2-design-card,
body.ux-how-we-work-page .hww2-design-gate {
	min-height: 430px;
	padding: 38px;
	border: 1px solid rgba(154, 232, 196, 0.17);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.045);
}

body.ux-how-we-work-page .hww2-design-card {
	display: flex;
	flex-direction: column;
}

body.ux-how-we-work-page .hww2-design-card__number {
	color: rgba(154, 232, 196, 0.32);
	font-size: 2.7rem;
	font-weight: 800;
	line-height: 1;
}

body.ux-how-we-work-page .hww2-design-card .hww2-eyebrow {
	margin-top: 31px;
}

body.ux-how-we-work-page .hww2-design-card h3 {
	color: #ffffff;
	font-size: 1.75rem;
}

body.ux-how-we-work-page .hww2-design-card ul {
	display: grid;
	gap: 11px;
	margin-top: 28px;
}

body.ux-how-we-work-page .hww2-design-card li {
	position: relative;
	padding-left: 20px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.77rem;
}

body.ux-how-we-work-page .hww2-design-card li::before {
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1aa07b;
	content: "";
}

body.ux-how-we-work-page .hww2-design-card footer {
	margin-top: auto;
	padding-top: 22px;
	border-top: 1px solid rgba(154, 232, 196, 0.15);
}

body.ux-how-we-work-page .hww2-design-card footer span,
body.ux-how-we-work-page .hww2-design-card footer strong {
	display: block;
}

body.ux-how-we-work-page .hww2-design-card footer span {
	color: #1aa07b;
	font-size: 0.62rem;
	font-weight: 800;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-design-card footer strong {
	margin-top: 6px;
	color: #ffffff;
	font-size: 0.76rem;
}

body.ux-how-we-work-page .hww2-design-gate {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	align-content: center;
	background: rgba(154, 232, 196, 0.08);
	text-align: center;
}

body.ux-how-we-work-page .hww2-design-gate > span,
body.ux-how-we-work-page .hww2-design-gate > strong {
	grid-column: 1 / -1;
	display: block;
}

body.ux-how-we-work-page .hww2-design-gate > span {
	color: #1aa07b;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-design-gate > strong {
	margin-bottom: 18px;
	color: #ffffff;
	font-family: "Spline Sans", sans-serif;
	font-size: 1.08rem;
	line-height: 1.2;
}

body.ux-how-we-work-page .hww2-design-gate > div {
	padding: 14px 8px;
	border: 1px solid rgba(154, 232, 196, 0.15);
}

body.ux-how-we-work-page .hww2-design-gate i,
body.ux-how-we-work-page .hww2-design-gate p {
	display: block;
}

body.ux-how-we-work-page .hww2-design-gate i {
	color: #1aa07b;
	font-size: 0.62rem;
	font-style: normal;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-design-gate p {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.67);
	font-size: 0.68rem;
}

body.ux-how-we-work-page .hww2-design-result {
	display: grid;
	grid-template-columns: 1.25fr repeat(4, 1fr);
	margin-top: 24px;
	border: 1px solid rgba(154, 232, 196, 0.16);
}

body.ux-how-we-work-page .hww2-design-result span,
body.ux-how-we-work-page .hww2-design-result strong {
	min-height: 64px;
	display: flex;
	align-items: center;
	padding: 0 18px;
	border-left: 1px solid rgba(154, 232, 196, 0.14);
}

body.ux-how-we-work-page .hww2-design-result span {
	border-left: 0;
	color: #1aa07b;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-design-result strong {
	color: #ffffff;
	font-size: 0.7rem;
}

/* Stage 06 installation and communication */
body.ux-how-we-work-page .hww2-install {
	background: #ffffff;
}

body.ux-how-we-work-page .hww2-install-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 62px;
}

body.ux-how-we-work-page .hww2-install-timeline::before {
	position: absolute;
	top: 24px;
	right: 10%;
	left: 10%;
	height: 1px;
	background: rgba(26, 160, 123, 0.35);
	content: "";
}

body.ux-how-we-work-page .hww2-install-timeline li {
	position: relative;
	z-index: 1;
	padding: 0 22px;
	text-align: center;
}

body.ux-how-we-work-page .hww2-install-timeline span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin: 0 auto;
	border: 1px solid rgba(26, 160, 123, 0.4);
	border-radius: 50%;
	background: #ffffff;
	color: #1aa07b;
	font-size: 0.68rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-install-timeline strong,
body.ux-how-we-work-page .hww2-install-timeline p {
	display: block;
}

body.ux-how-we-work-page .hww2-install-timeline strong {
	margin-top: 17px;
	color: #10243f;
	font-size: 0.82rem;
}

body.ux-how-we-work-page .hww2-install-timeline p {
	margin-top: 7px;
	color: rgba(16, 36, 63, 0.58);
	font-size: 0.7rem;
}

body.ux-how-we-work-page .hww2-communication {
	display: grid;
	grid-template-columns: 1.3fr repeat(4, 1fr);
	margin-top: 62px;
	border-top: 1px solid rgba(16, 36, 63, 0.14);
	border-bottom: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-communication > div {
	min-height: 150px;
	padding: 25px 22px;
	border-left: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-communication > div:last-child {
	border-right: 1px solid rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-communication > div:first-child {
	border-left: 3px solid #1aa07b;
	background: #f1f6f3;
}

body.ux-how-we-work-page .hww2-communication span {
	color: #1aa07b;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-communication h3 {
	margin-top: 12px;
	font-size: 1.35rem;
}

body.ux-how-we-work-page .hww2-communication strong {
	color: #10243f;
	font-size: 0.75rem;
}

body.ux-how-we-work-page .hww2-communication p {
	margin-top: 8px;
	color: rgba(16, 36, 63, 0.58);
	font-size: 0.7rem;
}

/* Stages 07–08 */
body.ux-how-we-work-page .hww2-handover-list span {
	color: #1aa07b;
	font-size: 0.62rem;
	font-weight: 800;
}

body.ux-how-we-work-page .hww2-aftercare h2,
body.ux-how-we-work-page .hww2-aftercare .hww2-lead {
	color: #ffffff;
}

body.ux-how-we-work-page .hww2-aftercare .hww2-lead {
	opacity: 0.7;
}

body.ux-how-we-work-page .hww2-aftercare-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	margin-top: 34px;
	background: rgba(154, 232, 196, 0.16);
}

body.ux-how-we-work-page .hww2-aftercare-grid > div {
	min-height: 104px;
	padding: 19px;
	background: #021b14;
}

body.ux-how-we-work-page .hww2-aftercare-grid strong,
body.ux-how-we-work-page .hww2-aftercare-grid span {
	display: block;
}

body.ux-how-we-work-page .hww2-aftercare-grid strong {
	color: #ffffff;
	font-size: 0.8rem;
}

body.ux-how-we-work-page .hww2-aftercare-grid span {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.7rem;
}

body.ux-how-we-work-page .hww2-scale-grid--four {
	grid-template-columns: repeat(4, 1fr);
}

body.ux-how-we-work-page .hww2-scale-grid--four a {
	min-height: 285px;
}

/* Live-page refinement: stronger reading sizes and tighter vertical rhythm. */
body.ux-how-we-work-page .hww2-overview {
	padding-top: 94px;
	padding-bottom: 94px;
}

body.ux-how-we-work-page .hww2-overview .hww2-section-head__copy,
body.ux-how-we-work-page .hww2-install .hww2-section-head--split > p {
	font-size: 1rem;
	line-height: 1.72;
}

body.ux-how-we-work-page .hww2-chapter-map {
	margin-top: 52px;
}

body.ux-how-we-work-page .hww2-chapter-map span,
body.ux-how-we-work-page .hww2-chapter-map em {
	font-size: 0.7rem;
}

body.ux-how-we-work-page .hww2-chapter-map strong {
	font-size: 1.3rem;
}

body.ux-how-we-work-page .hww2-chapter-map p {
	font-size: 0.84rem;
	line-height: 1.62;
}

body.ux-how-we-work-page .hww2-stage-card__top span,
body.ux-how-we-work-page .hww2-stage-card__top p {
	font-size: 0.72rem;
}

body.ux-how-we-work-page .hww2-stage-card > p {
	font-size: 0.95rem;
	line-height: 1.72;
}

body.ux-how-we-work-page .hww2-stage-card__rows span,
body.ux-how-we-work-page .hww2-assessment-grid span,
body.ux-how-we-work-page .hww2-stage-card footer span,
body.ux-how-we-work-page .hww2-design-card footer span {
	font-size: 0.66rem;
}

body.ux-how-we-work-page .hww2-stage-card__rows strong,
body.ux-how-we-work-page .hww2-assessment-grid strong {
	font-size: 0.88rem;
}

body.ux-how-we-work-page .hww2-stage-card__rows p,
body.ux-how-we-work-page .hww2-assessment-grid p {
	font-size: 0.82rem;
	line-height: 1.58;
}

body.ux-how-we-work-page .hww2-stage-card footer strong,
body.ux-how-we-work-page .hww2-stage-card footer a {
	font-size: 0.76rem;
}

body.ux-how-we-work-page .hww2-survey-grid strong,
body.ux-how-we-work-page .hww2-handover-list strong {
	font-size: 0.86rem;
}

body.ux-how-we-work-page .hww2-survey-grid span,
body.ux-how-we-work-page .hww2-handover-list p {
	font-size: 0.8rem;
	line-height: 1.55;
}

body.ux-how-we-work-page .hww2-stage-result span {
	font-size: 0.66rem;
}

body.ux-how-we-work-page .hww2-stage-result strong,
body.ux-how-we-work-page .hww2-stage-result a {
	font-size: 0.76rem;
}

body.ux-how-we-work-page .hww2-design-grid {
	grid-template-columns: minmax(0, 1fr) 280px minmax(0, 1fr);
}

body.ux-how-we-work-page .hww2-design-card li {
	font-size: 0.82rem;
	line-height: 1.55;
}

body.ux-how-we-work-page .hww2-design-card footer strong {
	font-size: 0.82rem;
}

body.ux-how-we-work-page .hww2-design-gate > span,
body.ux-how-we-work-page .hww2-design-gate i {
	font-size: 0.66rem;
}

body.ux-how-we-work-page .hww2-design-gate p,
body.ux-how-we-work-page .hww2-design-result strong {
	font-size: 0.74rem;
}

body.ux-how-we-work-page .hww2-install-timeline strong {
	font-size: 0.9rem;
}

body.ux-how-we-work-page .hww2-install-timeline p {
	font-size: 0.8rem;
	line-height: 1.55;
}

body.ux-how-we-work-page .hww2-communication strong {
	font-size: 0.82rem;
}

body.ux-how-we-work-page .hww2-communication p {
	font-size: 0.8rem;
	line-height: 1.55;
}

body.ux-how-we-work-page .hww2-aftercare-grid strong {
	font-size: 0.86rem;
}

body.ux-how-we-work-page .hww2-aftercare-grid span {
	font-size: 0.8rem;
	line-height: 1.5;
}

body.ux-how-we-work-page .hww2-scale-grid--four p {
	font-size: 0.86rem;
	line-height: 1.6;
}

body.ux-how-we-work-page .hww2-scale-grid--four em {
	font-size: 0.73rem;
}

body.ux-how-we-work-page .hww2-form select {
	height: 50px !important;
	max-height: 50px !important;
	overflow: hidden !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: static !important;
	background-image:
		linear-gradient(45deg, transparent 50%, #9ae8c4 50%),
		linear-gradient(135deg, #9ae8c4 50%, transparent 50%) !important;
	background-position:
		calc(100% - 19px) 21px,
		calc(100% - 14px) 21px !important;
	background-size: 5px 5px, 5px 5px !important;
	background-repeat: no-repeat !important;
	padding-right: 38px !important;
}

body.ux-how-we-work-page .hww2-form .nice-select,
body.ux-how-we-work-page .hww2-form .select2-container,
body.ux-how-we-work-page .hww2-form .selectric-wrapper,
body.ux-how-we-work-page .hww2-form .chosen-container,
body.ux-how-we-work-page .hww2-form .choices {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.ux-how-we-work-page .hww2-closing {
	padding-top: 72px;
	padding-bottom: 72px;
}

/* Motion is progressive enhancement: content remains visible without JS. */
body.ux-how-we-work-page .aoro-hww-v2.hww2-js .hww2-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease, transform 650ms ease;
}

body.ux-how-we-work-page .aoro-hww-v2.hww2-js .hww2-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

body.ux-how-we-work-page .aoro-hww-v2 :focus-visible {
	outline: 2px solid #9ae8c4;
	outline-offset: 4px;
}

/* Tablet */
@media (max-width: 1100px) {
	body.ux-how-we-work-page .hww2-container {
		width: min(1040px, calc(100% - 48px));
	}

	body.ux-how-we-work-page .hww2-section {
		padding: 92px 0;
	}

	body.ux-how-we-work-page .hww2-hero__inner {
		grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.7fr);
		gap: 42px;
	}

	body.ux-how-we-work-page .hww2-assurance__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	body.ux-how-we-work-page .hww2-assurance__grid > div:nth-child(4),
	body.ux-how-we-work-page .hww2-assurance__grid > div:nth-child(5) {
		border-top: 1px solid rgba(154, 232, 196, 0.12);
	}

	body.ux-how-we-work-page .hww2-phase-map {
		grid-template-columns: repeat(2, 1fr);
	}

	body.ux-how-we-work-page .hww2-phase-map li:nth-child(3),
	body.ux-how-we-work-page .hww2-phase-map li:nth-child(4) {
		border-top: 1px solid rgba(16, 36, 63, 0.14);
	}

	body.ux-how-we-work-page .hww2-phase__grid,
	body.ux-how-we-work-page .hww2-support-grid,
	body.ux-how-we-work-page .hww2-delivery-grid,
	body.ux-how-we-work-page .hww2-enquiry__grid,
	body.ux-how-we-work-page .hww2-faq__grid {
		gap: 54px;
	}

	body.ux-how-we-work-page .hww2-scale-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	body.ux-how-we-work-page .hww2-scale-grid a:nth-child(4),
	body.ux-how-we-work-page .hww2-scale-grid a:nth-child(5) {
		border-top: 1px solid rgba(16, 36, 63, 0.14);
	}

	body.ux-how-we-work-page .hww2-enquiry__grid {
		grid-template-columns: minmax(280px, 0.62fr) minmax(500px, 1.38fr);
	}
}

/* Mobile landscape and small tablets */
@media (max-width: 860px) {
	body.ux-how-we-work-page .aoro-hww-v2 h1 {
		font-size: clamp(2.8rem, 8vw, 4.3rem);
	}

	body.ux-how-we-work-page .aoro-hww-v2 h2 {
		font-size: clamp(2.15rem, 6vw, 3.2rem);
	}

	body.ux-how-we-work-page .hww2-hero {
		min-height: 850px;
	}

	body.ux-how-we-work-page .hww2-hero__inner,
	body.ux-how-we-work-page .hww2-section-head--split,
	body.ux-how-we-work-page .hww2-phase-heading,
	body.ux-how-we-work-page .hww2-phase__grid,
	body.ux-how-we-work-page .hww2-support-grid,
	body.ux-how-we-work-page .hww2-delivery-grid,
	body.ux-how-we-work-page .hww2-enquiry__grid,
	body.ux-how-we-work-page .hww2-faq__grid {
		grid-template-columns: 1fr;
	}

	body.ux-how-we-work-page .hww2-hero__inner {
		gap: 38px;
		padding-top: 72px;
		padding-bottom: 72px;
	}

	body.ux-how-we-work-page .hww2-hero__panel {
		max-width: 500px;
	}

	body.ux-how-we-work-page .hww2-section-head--split,
	body.ux-how-we-work-page .hww2-phase-heading {
		gap: 28px;
		align-items: start;
	}

	body.ux-how-we-work-page .hww2-photo-card {
		min-height: 500px;
	}

	body.ux-how-we-work-page .hww2-phase__grid .hww2-photo-card {
		order: -1;
	}

	body.ux-how-we-work-page .hww2-output-strip,
	body.ux-how-we-work-page .hww2-engineering-grid,
	body.ux-how-we-work-page .hww2-gates,
	body.ux-how-we-work-page .hww2-output-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	body.ux-how-we-work-page .hww2-output-strip > div:nth-child(2),
	body.ux-how-we-work-page .hww2-gates li:nth-child(2) {
		border-right: 0;
	}

	body.ux-how-we-work-page .hww2-gates li:nth-child(3),
	body.ux-how-we-work-page .hww2-gates li:nth-child(4) {
		border-top: 1px solid rgba(154, 232, 196, 0.16);
	}

	body.ux-how-we-work-page .hww2-decision-line {
		grid-template-columns: repeat(2, 1fr);
		gap: 38px 0;
	}

	body.ux-how-we-work-page .hww2-decision-line::before {
		display: none;
	}

	body.ux-how-we-work-page .hww2-control-table__row {
		grid-template-columns: 0.62fr 1fr 1fr;
	}

	body.ux-how-we-work-page .hww2-control-table__row > div {
		padding: 20px 16px;
	}

	body.ux-how-we-work-page .hww2-enquiry__copy {
		max-width: 660px;
	}

	body.ux-how-we-work-page .hww2-faq__intro {
		position: static;
	}

	body.ux-how-we-work-page .hww2-closing__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Phones */
@media (max-width: 620px) {
	body.ux-how-we-work-page .hww2-container {
		width: calc(100% - 36px);
	}

	body.ux-how-we-work-page .hww2-section {
		padding: 76px 0;
	}

	body.ux-how-we-work-page .aoro-hww-v2 h1 {
		font-size: clamp(2.55rem, 12vw, 3.45rem);
		line-height: 0.99;
	}

	body.ux-how-we-work-page .aoro-hww-v2 h2 {
		font-size: clamp(2rem, 9vw, 2.75rem);
		line-height: 1.03;
	}

	body.ux-how-we-work-page .hww2-hero {
		min-height: 0;
	}

	body.ux-how-we-work-page .hww2-hero__media {
		object-position: 61% center;
	}

	body.ux-how-we-work-page .hww2-hero__veil {
		background: linear-gradient(90deg, rgba(2, 27, 20, 0.98) 0%, rgba(2, 27, 20, 0.82) 100%);
	}

	body.ux-how-we-work-page .hww2-hero__inner {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	body.ux-how-we-work-page .hww2-hero__lead {
		font-size: 0.98rem;
	}

	body.ux-how-we-work-page .hww2-actions,
	body.ux-how-we-work-page .hww2-actions .hww2-button {
		width: 100%;
	}

	body.ux-how-we-work-page .hww2-hero__panel {
		padding: 28px 24px;
	}

	body.ux-how-we-work-page .hww2-assurance__grid,
	body.ux-how-we-work-page .hww2-phase-map,
	body.ux-how-we-work-page .hww2-output-strip,
	body.ux-how-we-work-page .hww2-engineering-grid,
	body.ux-how-we-work-page .hww2-gates,
	body.ux-how-we-work-page .hww2-scale-grid,
	body.ux-how-we-work-page .hww2-output-grid,
	body.ux-how-we-work-page .hww2-form,
	body.ux-how-we-work-page .hww2-form__footer {
		grid-template-columns: 1fr !important;
	}

	body.ux-how-we-work-page .hww2-assurance__grid > div,
	body.ux-how-we-work-page .hww2-assurance__grid > div:nth-child(4),
	body.ux-how-we-work-page .hww2-assurance__grid > div:nth-child(5) {
		min-height: 64px;
		border-top: 1px solid rgba(154, 232, 196, 0.12);
		border-right: 1px solid rgba(154, 232, 196, 0.12);
	}

	body.ux-how-we-work-page .hww2-phase-map li,
	body.ux-how-we-work-page .hww2-phase-map li:nth-child(3),
	body.ux-how-we-work-page .hww2-phase-map li:nth-child(4) {
		min-height: 300px;
		border-top: 1px solid rgba(16, 36, 63, 0.14);
		border-right: 1px solid rgba(16, 36, 63, 0.14);
	}

	body.ux-how-we-work-page .hww2-phase__marker {
		margin-bottom: 32px;
	}

	body.ux-how-we-work-page .hww2-photo-card,
	body.ux-how-we-work-page .hww2-photo-card--dark {
		min-height: 390px;
	}

	body.ux-how-we-work-page .hww2-output-strip > div,
	body.ux-how-we-work-page .hww2-output-strip > div:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid rgba(16, 36, 63, 0.12);
	}

	body.ux-how-we-work-page .hww2-output-strip > div:last-child {
		border-bottom: 0;
	}

	body.ux-how-we-work-page .hww2-evidence-card {
		min-height: 0;
		padding: 38px 28px;
	}

	body.ux-how-we-work-page .hww2-decision-line {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	body.ux-how-we-work-page .hww2-gates li,
	body.ux-how-we-work-page .hww2-gates li:nth-child(2),
	body.ux-how-we-work-page .hww2-gates li:nth-child(3),
	body.ux-how-we-work-page .hww2-gates li:nth-child(4) {
		min-height: 0;
		border-top: 1px solid rgba(154, 232, 196, 0.16);
		border-right: 1px solid rgba(154, 232, 196, 0.16);
	}

	body.ux-how-we-work-page .hww2-support-points > div {
		grid-template-columns: 30px 1fr;
	}

	body.ux-how-we-work-page .hww2-support-points p {
		grid-column: 2;
	}

	body.ux-how-we-work-page .hww2-os-card__actions {
		align-items: flex-start;
		gap: 10px;
		padding: 16px 20px;
		flex-direction: column;
	}

	body.ux-how-we-work-page .hww2-control-table {
		overflow: visible;
		border: 0;
	}

	body.ux-how-we-work-page .hww2-control-table__head {
		display: none;
	}

	body.ux-how-we-work-page .hww2-control-table__row {
		display: block;
		margin-top: 14px;
		border: 1px solid rgba(154, 232, 196, 0.18);
		border-radius: 9px;
	}

	body.ux-how-we-work-page .hww2-control-table__row > div {
		min-height: 0;
		padding: 17px 18px;
		border-top: 1px solid rgba(154, 232, 196, 0.14);
		border-left: 0;
	}

	body.ux-how-we-work-page .hww2-control-table__row > div:first-child {
		border-top: 0;
	}

	body.ux-how-we-work-page .hww2-scale-grid a,
	body.ux-how-we-work-page .hww2-scale-grid a:nth-child(4),
	body.ux-how-we-work-page .hww2-scale-grid a:nth-child(5) {
		min-height: 250px;
		border-top: 1px solid rgba(16, 36, 63, 0.14);
		border-right: 1px solid rgba(16, 36, 63, 0.14);
	}

	body.ux-how-we-work-page .hww2-form {
		padding: 24px !important;
	}

	body.ux-how-we-work-page .hww2-field--wide {
		grid-column: auto !important;
	}

	body.ux-how-we-work-page .hww2-faq-item summary {
		grid-template-columns: 28px 1fr 24px !important;
		font-size: 0.8rem !important;
	}

	body.ux-how-we-work-page .hww2-faq-item > div {
		padding-left: 41px;
	}

	body.ux-how-we-work-page .hww2-closing {
		padding: 54px 0;
	}
}

/* Responsive rules for the complete eight-stage architecture. */
@media (max-width: 1100px) {
	body.ux-how-we-work-page .hww2-assurance__grid--eight {
		grid-template-columns: repeat(4, 1fr);
	}

	body.ux-how-we-work-page .hww2-assurance__grid--eight > a:nth-child(n + 5) {
		border-top: 1px solid rgba(154, 232, 196, 0.12);
	}

	body.ux-how-we-work-page .hww2-chapter-map {
		grid-template-columns: repeat(2, 1fr);
	}

	body.ux-how-we-work-page .hww2-chapter-map > div:nth-child(n + 3) {
		border-top: 1px solid rgba(16, 36, 63, 0.14);
	}

	body.ux-how-we-work-page .hww2-design-grid {
		grid-template-columns: minmax(0, 1fr) 210px minmax(0, 1fr);
	}

	body.ux-how-we-work-page .hww2-communication {
		grid-template-columns: repeat(2, 1fr);
	}

	body.ux-how-we-work-page .hww2-communication > div:first-child {
		grid-column: 1 / -1;
	}

	body.ux-how-we-work-page .hww2-scale-grid--four {
		grid-template-columns: repeat(2, 1fr);
	}

	body.ux-how-we-work-page .hww2-scale-grid--four a:nth-child(n + 3) {
		border-top: 1px solid rgba(16, 36, 63, 0.14);
	}
}

@media (max-width: 860px) {
	body.ux-how-we-work-page .hww2-chapter-head {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.ux-how-we-work-page .hww2-chapter-head > p {
		grid-column: 1;
	}

	body.ux-how-we-work-page .hww2-stage-pair,
	body.ux-how-we-work-page .hww2-design-grid {
		grid-template-columns: 1fr;
	}

	body.ux-how-we-work-page .hww2-stage-card {
		min-height: 0;
	}

	body.ux-how-we-work-page .hww2-design-card,
	body.ux-how-we-work-page .hww2-design-gate {
		min-height: 0;
	}

	body.ux-how-we-work-page .hww2-design-gate {
		min-height: 280px;
	}

	body.ux-how-we-work-page .hww2-design-result {
		grid-template-columns: repeat(2, 1fr);
	}

	body.ux-how-we-work-page .hww2-design-result span {
		grid-column: 1 / -1;
	}

	body.ux-how-we-work-page .hww2-install-timeline {
		grid-template-columns: repeat(3, 1fr);
		gap: 34px 0;
	}

	body.ux-how-we-work-page .hww2-install-timeline::before {
		display: none;
	}
}

@media (max-width: 620px) {
	body.ux-how-we-work-page .hww2-assurance__grid--eight,
	body.ux-how-we-work-page .hww2-chapter-map,
	body.ux-how-we-work-page .hww2-assessment-grid,
	body.ux-how-we-work-page .hww2-survey-grid,
	body.ux-how-we-work-page .hww2-handover-list,
	body.ux-how-we-work-page .hww2-design-result,
	body.ux-how-we-work-page .hww2-install-timeline,
	body.ux-how-we-work-page .hww2-communication,
	body.ux-how-we-work-page .hww2-aftercare-grid,
	body.ux-how-we-work-page .hww2-scale-grid--four {
		grid-template-columns: 1fr !important;
	}

	body.ux-how-we-work-page .hww2-assurance__grid--eight > a {
		min-height: 58px;
		border-top: 1px solid rgba(154, 232, 196, 0.12);
		border-right: 1px solid rgba(154, 232, 196, 0.12);
	}

	body.ux-how-we-work-page .hww2-chapter-map > div {
		min-height: 220px;
		border-top: 1px solid rgba(16, 36, 63, 0.14);
		border-right: 1px solid rgba(16, 36, 63, 0.14);
	}

	body.ux-how-we-work-page .hww2-stage-card {
		padding: 30px 24px;
	}

	body.ux-how-we-work-page .hww2-stage-card h3 {
		font-size: 1.7rem;
	}

	body.ux-how-we-work-page .hww2-design-card,
	body.ux-how-we-work-page .hww2-design-gate {
		padding: 30px 24px;
	}

	body.ux-how-we-work-page .hww2-design-result span,
	body.ux-how-we-work-page .hww2-design-result strong {
		border-top: 1px solid rgba(154, 232, 196, 0.14);
		border-left: 0;
	}

	body.ux-how-we-work-page .hww2-install-timeline {
		gap: 26px;
	}

	body.ux-how-we-work-page .hww2-communication > div {
		min-height: 0;
		border-top: 1px solid rgba(16, 36, 63, 0.14);
		border-right: 1px solid rgba(16, 36, 63, 0.14);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.ux-how-we-work-page .aoro-hww-v2 *,
	body.ux-how-we-work-page .aoro-hww-v2 *::before,
	body.ux-how-we-work-page .aoro-hww-v2 *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	body.ux-how-we-work-page .aoro-hww-v2.hww2-js .hww2-reveal {
		opacity: 1;
		transform: none;
	}
}

/*
 * AORO visual-system alignment (v1.3.48).
 * This final layer deliberately wins over both the legacy component rules and
 * Solak's global form/link rules without changing the approved page content.
 */
body.ux-how-we-work-page .aoro-hww-v2,
body.ux-how-we-work-page .aoro-hww-v2 *,
body.ux-how-we-work-page .aoro-hww-v2 *::before,
body.ux-how-we-work-page .aoro-hww-v2 *::after {
	font-family: "Spline Sans", sans-serif;
}

body.ux-how-we-work-page .aoro-hww-v2 {
	font-size: 17px;
	line-height: 1.62;
}

body.ux-how-we-work-page .aoro-hww-v2 h1,
body.ux-how-we-work-page .aoro-hww-v2 h2,
body.ux-how-we-work-page .aoro-hww-v2 h3 {
	font-family: "Spline Sans", sans-serif !important;
	font-weight: 700;
	letter-spacing: -0.04em;
}

body.ux-how-we-work-page .aoro-hww-v2 h1 {
	font-size: clamp(3.2rem, 4.35vw, 4.35rem);
	line-height: 1.04;
}

body.ux-how-we-work-page .aoro-hww-v2 h2 {
	font-size: clamp(2.35rem, 3.2vw, 3.35rem);
	line-height: 1.06;
}

body.ux-how-we-work-page .aoro-hww-v2 h3 {
	font-size: clamp(1.55rem, 2vw, 2rem);
	line-height: 1.12;
}

body.ux-how-we-work-page .hww2-eyebrow,
body.ux-how-we-work-page .hww2-panel__kicker,
body.ux-how-we-work-page .hww2-stage-card__top span,
body.ux-how-we-work-page .hww2-stage-card__top p,
body.ux-how-we-work-page .hww2-phase__marker p,
body.ux-how-we-work-page .hww2-chapter-head > div span {
	font-size: 0.76rem;
	line-height: 1.35;
}

body.ux-how-we-work-page .hww2-hero__lead,
body.ux-how-we-work-page .hww2-lead,
body.ux-how-we-work-page .hww2-section-head__copy,
body.ux-how-we-work-page .hww2-phase-heading > p,
body.ux-how-we-work-page .hww2-section-head--split > p {
	font-size: 1.02rem;
	line-height: 1.7;
}

body.ux-how-we-work-page .hww2-hero__scope {
	font-size: 0.84rem;
	line-height: 1.6;
}

/* Keep chapter titles on the same left-hand axis as the rest of the page. */
body.ux-how-we-work-page .hww2-chapter-head {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	max-width: 900px;
	margin-right: 0;
	margin-bottom: 52px;
	text-align: left;
}

body.ux-how-we-work-page .hww2-chapter-head > div {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 0;
}

body.ux-how-we-work-page .hww2-chapter-head > div p {
	margin-top: 0;
	font-size: 0.76rem;
}

body.ux-how-we-work-page .hww2-chapter-head > p {
	grid-column: 1;
	max-width: 760px;
	margin-top: 4px;
	font-size: 0.96rem;
	line-height: 1.7;
}

body.ux-how-we-work-page .hww2-section-head--center {
	max-width: 900px;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

body.ux-how-we-work-page .hww2-section-head--center .hww2-eyebrow {
	justify-content: flex-start;
}

body.ux-how-we-work-page .hww2-section-head--center > p:last-child {
	max-width: 720px;
	margin-right: 0;
	margin-left: 0;
}

/* Restore a readable minimum scale for operational detail. */
body.ux-how-we-work-page .hww2-panel__list strong,
body.ux-how-we-work-page .hww2-chapter-map p,
body.ux-how-we-work-page .hww2-stage-card > p,
body.ux-how-we-work-page .hww2-stage-card__rows p,
body.ux-how-we-work-page .hww2-assessment-grid p,
body.ux-how-we-work-page .hww2-survey-grid span,
body.ux-how-we-work-page .hww2-handover-list p,
body.ux-how-we-work-page .hww2-design-card li,
body.ux-how-we-work-page .hww2-install-timeline p,
body.ux-how-we-work-page .hww2-communication p,
body.ux-how-we-work-page .hww2-aftercare-grid span,
body.ux-how-we-work-page .hww2-scale-grid--four p,
body.ux-how-we-work-page .hww2-faq-item > div p {
	font-size: 0.88rem;
	line-height: 1.62;
}

body.ux-how-we-work-page .hww2-chapter-map strong,
body.ux-how-we-work-page .hww2-stage-card__rows strong,
body.ux-how-we-work-page .hww2-assessment-grid strong,
body.ux-how-we-work-page .hww2-survey-grid strong,
body.ux-how-we-work-page .hww2-handover-list strong,
body.ux-how-we-work-page .hww2-install-timeline strong,
body.ux-how-we-work-page .hww2-communication strong,
body.ux-how-we-work-page .hww2-aftercare-grid strong {
	font-size: 0.94rem;
	line-height: 1.45;
}

body.ux-how-we-work-page .hww2-inline-proof span,
body.ux-how-we-work-page .hww2-stage-card__rows span,
body.ux-how-we-work-page .hww2-assessment-grid span,
body.ux-how-we-work-page .hww2-stage-card footer span,
body.ux-how-we-work-page .hww2-design-card footer span,
body.ux-how-we-work-page .hww2-stage-result span,
body.ux-how-we-work-page .hww2-design-gate > span,
body.ux-how-we-work-page .hww2-design-gate i {
	font-size: 0.72rem;
}

body.ux-how-we-work-page .hww2-stage-card footer strong,
body.ux-how-we-work-page .hww2-stage-card footer a,
body.ux-how-we-work-page .hww2-stage-result strong,
body.ux-how-we-work-page .hww2-stage-result a,
body.ux-how-we-work-page .hww2-design-card footer strong,
body.ux-how-we-work-page .hww2-design-result strong,
body.ux-how-we-work-page .hww2-scale-grid--four em {
	font-size: 0.82rem;
	line-height: 1.45;
}

/* Solak gives component links the page text colour; buttons must win. */
body.ux-how-we-work-page .aoro-hww-v2 a.hww2-button,
body.ux-how-we-work-page .aoro-hww-v2 a.hww2-button:visited {
	min-height: 52px;
	padding: 0 25px;
	border-radius: 7px;
	font-family: "Spline Sans", sans-serif !important;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.1;
}

body.ux-how-we-work-page .aoro-hww-v2 a.hww2-button--primary,
body.ux-how-we-work-page .aoro-hww-v2 a.hww2-button--primary:visited {
	border-color: #1f6f5c !important;
	background: #1f6f5c !important;
	color: #ffffff !important;
}

body.ux-how-we-work-page .aoro-hww-v2 a.hww2-button--primary:hover,
body.ux-how-we-work-page .aoro-hww-v2 a.hww2-button--primary:focus-visible {
	border-color: #9ae8c4 !important;
	background: #9ae8c4 !important;
	color: #021b14 !important;
}

body.ux-how-we-work-page .aoro-hww-v2 a.hww2-button--ghost,
body.ux-how-we-work-page .aoro-hww-v2 a.hww2-button--ghost:visited {
	border-color: rgba(255, 255, 255, 0.5) !important;
	background: rgba(2, 27, 20, 0.32) !important;
	color: #ffffff !important;
}

body.ux-how-we-work-page .aoro-hww-v2 a.hww2-button--ghost:hover,
body.ux-how-we-work-page .aoro-hww-v2 a.hww2-button--ghost:focus-visible {
	border-color: #9ae8c4 !important;
	background: rgba(154, 232, 196, 0.12) !important;
	color: #ffffff !important;
}

/* Form: remove the vertical consent-text failure caused by hidden checkboxes. */
body.ux-how-we-work-page .hww2-form,
body.ux-how-we-work-page .hww2-form * {
	font-family: "Spline Sans", sans-serif !important;
}

body.ux-how-we-work-page .hww2-form label:not(.hww2-consent) {
	font-size: 0.8rem !important;
	line-height: 1.4 !important;
}

body.ux-how-we-work-page .hww2-form input[type="text"],
body.ux-how-we-work-page .hww2-form input[type="email"],
body.ux-how-we-work-page .hww2-form input[type="tel"],
body.ux-how-we-work-page .hww2-form select,
body.ux-how-we-work-page .hww2-form textarea {
	font-size: 0.9rem !important;
}

body.ux-how-we-work-page .hww2-consent {
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr) !important;
	gap: 11px !important;
	min-height: 22px !important;
	height: auto !important;
	align-items: start !important;
	font-size: 0.78rem !important;
	line-height: 1.55 !important;
}

body.ux-how-we-work-page .hww2-consent input[type="checkbox"] {
	display: block !important;
	position: static !important;
	width: 17px !important;
	min-width: 17px !important;
	height: 17px !important;
	min-height: 17px !important;
	margin: 2px 0 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	appearance: auto !important;
}

body.ux-how-we-work-page .hww2-consent > span {
	display: block !important;
	grid-column: 2 !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	overflow: visible !important;
	white-space: normal !important;
}

body.ux-how-we-work-page .hww2-form__footer {
	grid-template-columns: minmax(280px, max-content) minmax(0, 1fr) !important;
}

body.ux-how-we-work-page .hww2-form button[type="submit"] {
	min-height: 52px !important;
	background: #1f6f5c !important;
	color: #ffffff !important;
	font-size: 0.84rem !important;
	font-weight: 700 !important;
}

body.ux-how-we-work-page .hww2-form button[type="submit"]:hover,
body.ux-how-we-work-page .hww2-form button[type="submit"]:focus-visible {
	background: #9ae8c4 !important;
	color: #021b14 !important;
}

body.ux-how-we-work-page .hww2-form__status:empty {
	display: none !important;
	min-height: 0 !important;
}

body.ux-how-we-work-page .hww2-faq-item summary {
	font-family: "Spline Sans", sans-serif !important;
	font-size: 0.92rem !important;
	line-height: 1.45 !important;
}

@media (max-width: 860px) {
	body.ux-how-we-work-page .hww2-chapter-head,
	body.ux-how-we-work-page .hww2-section-head--center {
		max-width: none;
	}
}

@media (max-width: 620px) {
	body.ux-how-we-work-page .aoro-hww-v2 {
		font-size: 16px;
	}

	body.ux-how-we-work-page .aoro-hww-v2 h1 {
		font-size: clamp(2.55rem, 11vw, 3.25rem);
		line-height: 1.02;
	}

	body.ux-how-we-work-page .aoro-hww-v2 h2 {
		font-size: clamp(2rem, 8.5vw, 2.7rem);
	}

	body.ux-how-we-work-page .hww2-form__footer {
		grid-template-columns: 1fr !important;
	}

	body.ux-how-we-work-page .hww2-form button[type="submit"] {
		width: 100% !important;
	}
}

/* How We Work final responsive and media refinement. */
body.ux-how-we-work-page .hww2-hero {
	min-height: 760px;
}

body.ux-how-we-work-page .hww2-hero__inner {
	grid-template-columns: minmax(0, 1.28fr) minmax(310px, 0.58fr);
	gap: clamp(48px, 5vw, 78px);
	padding-top: clamp(124px, 9vw, 150px);
	padding-bottom: 88px;
}

body.ux-how-we-work-page .hww2-hero__panel {
	align-self: center;
	max-width: 410px;
	justify-self: end;
}

body.ux-how-we-work-page .aoro-hww-v2 .hww2-hero__panel h2 {
	max-width: 330px;
	font-family: "Spline Sans", sans-serif !important;
	font-size: clamp(1.35rem, 1.7vw, 1.65rem) !important;
	font-weight: 700;
	line-height: 1.16 !important;
	letter-spacing: -0.025em;
}

body.ux-how-we-work-page .hww2-panel__list {
	margin-top: 22px;
}

body.ux-how-we-work-page .hww2-panel__list li {
	min-height: 54px;
}

/* A consistent AORO scrim keeps photography cinematic without softening it. */
body.ux-how-we-work-page .hww2-photo-card::after {
	background:
		linear-gradient(0deg, rgba(2, 22, 17, 0.9) 0%, rgba(2, 22, 17, 0.34) 48%, rgba(2, 22, 17, 0.3) 100%),
		linear-gradient(90deg, rgba(2, 22, 17, 0.2), transparent 62%);
}

body.ux-how-we-work-page .hww2-photo-card img {
	filter: saturate(0.72) contrast(1.04) brightness(0.8);
}

body.ux-how-we-work-page .hww2-install-photo {
	position: relative;
	min-height: 360px;
	margin: 54px 0 0 !important;
	overflow: hidden;
	border-radius: 16px;
	background: #021b14;
	box-shadow: 0 28px 70px rgba(16, 36, 63, 0.14);
}

body.ux-how-we-work-page .hww2-install-photo::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(2, 22, 17, 0.92) 0%, rgba(2, 22, 17, 0.24) 58%, rgba(2, 22, 17, 0.3) 100%),
		linear-gradient(90deg, rgba(2, 22, 17, 0.38), transparent 60%);
	content: "";
}

body.ux-how-we-work-page .hww2-install-photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 54%;
	filter: saturate(0.7) contrast(1.05) brightness(0.78);
}

body.ux-how-we-work-page .hww2-install-photo figcaption {
	position: absolute;
	z-index: 1;
	right: clamp(24px, 4vw, 48px);
	bottom: clamp(24px, 4vw, 42px);
	left: clamp(24px, 4vw, 48px);
}

body.ux-how-we-work-page .hww2-install-photo figcaption span,
body.ux-how-we-work-page .hww2-install-photo figcaption strong {
	display: block;
}

body.ux-how-we-work-page .hww2-install-photo figcaption span {
	margin-bottom: 8px;
	color: #9ae8c4;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.ux-how-we-work-page .hww2-install-photo figcaption strong {
	max-width: 680px;
	color: #ffffff;
	font-size: clamp(1.3rem, 2vw, 1.85rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

body.ux-how-we-work-page .hww2-install-photo + .hww2-install-timeline {
	margin-top: 54px;
}

@media (max-width: 1180px) {
	body.ux-how-we-work-page .hww2-hero {
		min-height: 720px;
	}

	body.ux-how-we-work-page .hww2-hero__inner {
		grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.62fr);
		gap: 38px;
		padding-top: 118px;
		padding-bottom: 76px;
	}

	body.ux-how-we-work-page .hww2-hero__panel {
		width: 100%;
	}
}

@media (max-width: 860px) {
	body.ux-how-we-work-page .hww2-hero {
		min-height: 0;
	}

	body.ux-how-we-work-page .hww2-hero__inner {
		grid-template-columns: 1fr;
		gap: 34px;
		padding-top: 108px;
		padding-bottom: 70px;
	}

	body.ux-how-we-work-page .hww2-hero__content {
		max-width: 680px;
	}

	body.ux-how-we-work-page .hww2-hero__panel {
		width: min(100%, 520px);
		max-width: 520px;
		justify-self: start;
	}

	body.ux-how-we-work-page .hww2-install-photo {
		min-height: 300px;
		margin-top: 42px !important;
	}

	body.ux-how-we-work-page .hww2-install-timeline {
		grid-template-columns: repeat(3, 1fr);
		gap: 34px 0;
	}
}

@media (max-width: 620px) {
	body.ux-how-we-work-page .hww2-hero__inner {
		padding-top: 92px;
		padding-bottom: 58px;
	}

	body.ux-how-we-work-page .hww2-hero__panel {
		padding: 25px 22px;
	}

	body.ux-how-we-work-page .aoro-hww-v2 .hww2-hero__panel h2 {
		font-size: 1.32rem !important;
		line-height: 1.18 !important;
	}

	body.ux-how-we-work-page .hww2-assurance__grid--eight {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.ux-how-we-work-page .hww2-assurance__grid--eight > a {
		min-height: 64px;
		padding: 0 14px;
	}

	body.ux-how-we-work-page .hww2-install-photo {
		min-height: 235px;
		border-radius: 12px;
	}

	body.ux-how-we-work-page .hww2-install-photo figcaption strong {
		font-size: 1.12rem;
	}

	body.ux-how-we-work-page .hww2-install-timeline {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.ux-how-we-work-page .hww2-install-timeline li {
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 2px 16px;
		padding: 0;
		text-align: left;
	}

	body.ux-how-we-work-page .hww2-install-timeline span {
		grid-row: 1 / span 2;
		margin: 0;
	}

	body.ux-how-we-work-page .hww2-install-timeline strong,
	body.ux-how-we-work-page .hww2-install-timeline p {
		grid-column: 2;
		margin-top: 0;
	}
}
