:root {
	--re-navy: #181d4e;
	--re-muted: #898a8e;
	--re-green: #2fbf71;
	--re-line: #e4e7ee;
	--re-footer: #171a21;
	--re-soft: #f6f7f9;
	--re-white: #fff;
	--re-max: 1290px;
	--re-font: "DM Sans", sans-serif;
	--re-display: "Outfit", sans-serif;
}

.re-site.re-home .wrapper,
.re-site.re-products .wrapper,
.re-site.re-product .wrapper,
.re-site.re-applications .wrapper,
.re-site.re-quality .wrapper,
.re-site.re-aboutgmax .wrapper,
.re-site.re-contact .wrapper {
	overflow: visible !important;
}

.re-site.re-home .wrapper,
.re-site.re-home .neve-main,
.re-site.re-home .nv-single-page-wrap,
.re-site.re-home .nv-content-wrap,
.re-site.re-home .container,
.re-site.re-home .col,
.re-site.re-home .nv-page-title-wrap,
.re-site.re-home .nv-page-title,
.re-site.re-products .wrapper,
.re-site.re-products .neve-main,
.re-site.re-products .nv-single-page-wrap,
.re-site.re-products .nv-content-wrap,
.re-site.re-products .container,
.re-site.re-products .col,
.re-site.re-products .nv-page-title-wrap,
.re-site.re-products .nv-page-title,
.re-site.re-product .wrapper,
.re-site.re-product .neve-main,
.re-site.re-product .nv-single-page-wrap,
.re-site.re-product .nv-content-wrap,
.re-site.re-product .container,
.re-site.re-product .col,
.re-site.re-product .nv-page-title-wrap,
.re-site.re-product .nv-page-title,
.re-site.re-applications .wrapper,
.re-site.re-applications .neve-main,
.re-site.re-applications .nv-single-page-wrap,
.re-site.re-applications .nv-content-wrap,
.re-site.re-applications .container,
.re-site.re-applications .col,
.re-site.re-applications .nv-page-title-wrap,
.re-site.re-applications .nv-page-title,
.re-site.re-quality .wrapper,
.re-site.re-quality .neve-main,
.re-site.re-quality .nv-single-page-wrap,
.re-site.re-quality .nv-content-wrap,
.re-site.re-quality .container,
.re-site.re-quality .col,
.re-site.re-quality .nv-page-title-wrap,
.re-site.re-quality .nv-page-title,
.re-site.re-aboutgmax .wrapper,
.re-site.re-aboutgmax .neve-main,
.re-site.re-aboutgmax .nv-single-page-wrap,
.re-site.re-aboutgmax .nv-content-wrap,
.re-site.re-aboutgmax .container,
.re-site.re-aboutgmax .col,
.re-site.re-aboutgmax .nv-page-title-wrap,
.re-site.re-aboutgmax .nv-page-title,
.re-site.re-contact .wrapper,
.re-site.re-contact .neve-main,
.re-site.re-contact .nv-single-page-wrap,
.re-site.re-contact .nv-content-wrap,
.re-site.re-contact .container,
.re-site.re-contact .col,
.re-site.re-contact .nv-page-title-wrap,
.re-site.re-contact .nv-page-title {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	background: var(--re-white);
}

.re-about-copy .re-btn,
.re-about-copy .re-more,
.re-facts-copy .re-btn,
.re-cta .re-btn {
	align-self: flex-start;
	width: auto;
}

.re-site.re-home .nv-page-title,
.re-site.re-home .nv-sidebar-wrap,
.re-site.re-home .nv-index-posts,
.re-site.re-products .nv-page-title-wrap,
.re-site.re-products .nv-page-title,
.re-site.re-products .nv-sidebar-wrap,
.re-site.re-products .nv-index-posts,
.re-site.re-product .nv-page-title-wrap,
.re-site.re-product .nv-page-title,
.re-site.re-product .nv-sidebar-wrap,
.re-site.re-product .nv-index-posts,
.re-site.re-applications .nv-page-title-wrap,
.re-site.re-applications .nv-page-title,
.re-site.re-applications .nv-sidebar-wrap,
.re-site.re-applications .nv-index-posts,
.re-site.re-quality .nv-page-title-wrap,
.re-site.re-quality .nv-page-title,
.re-site.re-quality .nv-sidebar-wrap,
.re-site.re-quality .nv-index-posts,
.re-site.re-aboutgmax .nv-page-title-wrap,
.re-site.re-aboutgmax .nv-page-title,
.re-site.re-aboutgmax .nv-sidebar-wrap,
.re-site.re-aboutgmax .nv-index-posts,
.re-site.re-contact .nv-page-title-wrap,
.re-site.re-contact .nv-page-title,
.re-site.re-contact .nv-sidebar-wrap,
.re-site.re-contact .nv-index-posts {
	display: none !important;
}

.re-site header.header {
	background: transparent;
	box-shadow: none;
}

.re-site,
.re-page,
.re-header-bar,
.re-footer {
	font-family: var(--re-font);
	color: var(--re-muted);
	font-size: 16px;
	line-height: 1.7;
}

.re-kicker {
	margin: 0 0 14px;
	color: var(--re-navy);
	font-family: var(--re-display);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.re-h1,
.re-hero h1,
.re-footer h2 {
	margin: 0 0 22px;
	color: var(--re-navy);
	font-family: var(--re-display);
	font-weight: 500;
	letter-spacing: -1.5px;
	line-height: 1.05;
}

.re-h1 { font-size: clamp(36px, 4.4vw, 58px); }
.re-center { text-align: center; }
.re-wrap { width: min(var(--re-max), calc(100% - 48px)); margin: 0 auto; }
.re-section { padding: 110px 0 80px; }

.re-btn,
.re-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 28px;
	border-radius: 0;
	font-family: var(--re-display);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .4px;
	text-decoration: none !important;
	transition: .25s ease;
}

.re-btn {
	background: var(--re-navy);
	color: #fff !important;
}

.re-btn:hover { background: var(--re-green); }

.re-btn-outline {
	border: 1px solid var(--re-navy);
	color: var(--re-navy) !important;
	background: transparent;
}

.re-btn-outline:hover {
	background: var(--re-navy);
	color: #fff !important;
}

/* Header */
.re-header-bar {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #fff;
}

.re-header-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	width: min(1480px, calc(100% - 48px));
	margin: 0 auto;
	min-height: 92px;
	gap: 20px;
}

.re-logo img,
.re-brand-logo,
.re-footer-logo img {
	display: block;
	height: 48px;
	width: auto;
	max-width: min(220px, 58vw);
}

.re-nav { justify-self: center; }

.re-nav-list,
.re-footer-links,
.re-mobile-list {
	display: flex;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.re-nav-list > li > a {
	position: relative;
	color: var(--re-navy);
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	padding: 8px 0;
}

.re-nav-item.is-current > a::after,
.re-nav-list > li > a:hover::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: var(--re-navy);
}

.re-nav-item { position: relative; }
.re-sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	padding: 12px 0;
	background: #fff;
	box-shadow: 0 16px 40px rgba(24, 29, 78, .12);
	list-style: none;
	z-index: 8;
}

.re-nav-item:hover > .re-sub { display: block; }
.re-sub a {
	display: block;
	padding: 8px 18px;
	color: var(--re-navy);
	text-decoration: none;
	font-size: 14px;
}

.re-header-tools {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
}

.re-burger {
	position: relative;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 42px;
	height: 42px;
	border: 0;
	background: transparent;
	color: var(--re-navy);
	cursor: pointer;
}

.re-burger span { width: 18px; height: 2px; background: var(--re-navy); }

.re-drawer {
	position: fixed;
	inset: 0;
	z-index: 80;
	background: #11151c;
	color: #fff;
}

.re-drawer[hidden],
.re-drawer-overlay[hidden] {
	display: none !important;
}

.re-drawer:not([hidden]) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
	padding: 40px;
}

.re-drawer-close {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
}

.re-drawer-head { width: 100%; display: flex; justify-content: space-between; }
.re-mobile-list { flex-direction: column; gap: 12px; font-size: 28px; }
.re-mobile-list a { color: #fff; text-decoration: none; }
.re-drawer-meta a,
.re-drawer-meta span { color: #9ba2ad; display: block; }

.re-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 70;
	background: rgba(17, 21, 28, .45);
}

/* Hero */
.re-hero {
	position: relative;
	min-height: calc(100svh - 92px);
	background: #fff;
	overflow: hidden;
}

.re-hero-media {
	position: absolute;
	inset: 0;
}

.re-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 100%;
}

.re-hero-copy {
	position: relative;
	z-index: 2;
	width: min(1480px, calc(100% - 48px));
	margin: 0 auto;
	padding: 28px 0 0;
}

.re-hero h1 {
	max-width: 920px;
	font-size: clamp(36px, 4.6vw, 72px);
	letter-spacing: -2px;
	line-height: .95;
}

.re-hero-lead {
	max-width: 640px;
	margin: 18px 0 0;
	color: var(--re-muted);
	font-size: 18px;
	line-height: 1.65;
}

.re-hero-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: min(1480px, calc(100% - 48px));
	margin: 0 auto;
	color: #fff;
}

.re-hero-socials { display: flex; gap: 16px; }
.re-hero-socials a,
.re-scroll { color: #fff; text-decoration: none; font-weight: 500; }
.re-scroll span { display: inline-block; animation: re-bob 1.6s ease-in-out infinite; }
@keyframes re-bob { 50% { transform: translateY(6px); } }

/* Icon cards */
.re-cards-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px;
	text-align: center;
}

.re-icon-card {
	padding: 42px 28px 32px;
	border: 1px solid var(--re-line);
	background: #fff;
}

.re-icon-card h3,
.re-tile-meta b,
.re-project span {
	color: var(--re-navy);
	font-family: var(--re-display);
	font-weight: 500;
}

.re-icon { margin-bottom: 18px; color: #036936; }
.re-more {
	color: var(--re-navy);
	font-family: var(--re-display);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

/* About */
.re-about { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.re-about-photo { min-height: 480px; background-size: cover; background-position: center; }
.re-about-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 8% 80px 7%; }

/* Stats */
.re-stats { position: relative; padding: 90px 0 70px; overflow: hidden; }
.re-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	gap: 20px;
}

.re-stats strong {
	display: block;
	color: var(--re-navy);
	font-family: var(--re-display);
	font-size: clamp(22px, 2.5vw, 36px);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.6px;
}

.re-stats span { color: var(--re-muted); }
.re-deco { position: absolute; pointer-events: none; opacity: .32; }
.re-deco-lines { right: 4%; bottom: 0; width: 240px; }
.re-deco-wind { left: 2%; bottom: -20px; width: 220px; }
.re-deco-lines-2 { left: 3%; bottom: 0; width: 200px; }

/* Service tiles */
.re-tiles { display: grid; grid-template-columns: repeat(4, 1fr); }
.re-tile,
.re-project {
	position: relative;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-decoration: none !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 28px;
	overflow: hidden;
}

.re-tile { min-height: 430px; }

.re-tile::before,
.re-project::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17,21,28,.05), rgba(17,21,28,.55));
}

.re-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.16);
	pointer-events: none;
	z-index: 0;
}

.re-tile > *,
.re-project > * { position: relative; z-index: 1; }
.re-num { font-family: var(--re-display); font-size: 28px; }
.re-tile-meta { display: flex; flex-direction: column; gap: 4px; margin-top: auto; }
.re-tile-meta b,
.re-project span { color: #fff; font-size: 22px; }
.re-tile-meta small,
.re-project small { color: rgba(255,255,255,.78); }
.re-tile-desc {
	display: block;
	margin-top: 6px;
	color: rgba(255,255,255,.86);
	font-size: 13px;
	line-height: 1.45;
	max-width: 260px;
}
.re-tile-more { opacity: 0; transform: translateY(8px); transition: .25s ease; }
.re-tile:hover .re-tile-more { opacity: 1; transform: none; }

/* Facts / map */
.re-facts { position: relative; padding: 90px 0 120px; overflow: visible; }
.re-facts-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.re-facts-copy { text-align: right; }
.re-map { position: relative; z-index: 2; }
.re-map img { width: 100%; height: auto; }
.re-dot {
	position: absolute;
	width: 14px;
	height: 14px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--re-green);
	box-shadow: 0 0 0 8px rgba(47, 191, 113, .18);
	transform: translate(-50%, -50%);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.re-dot::after {
	content: attr(data-label);
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	white-space: nowrap;
	background: #fff;
	color: var(--re-navy);
	font-size: 12px;
	font-weight: 500;
	padding: 6px 10px;
	box-shadow: 0 8px 24px rgba(24,29,78,.12);
	opacity: 0;
	pointer-events: none;
}

.re-dot:hover::after,
.re-dot:focus::after { opacity: 1; }

.re-map .re-dot::after { content: none; }

.re-dot-card {
	position: absolute;
	left: 50%;
	bottom: 22px;
	z-index: 3;
	width: 230px;
	padding: 10px 12px;
	background: #fff;
	color: var(--re-navy);
	box-shadow: 0 8px 24px rgba(24, 29, 78, .12);
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	text-align: left;
}

.re-dot:hover .re-dot-card,
.re-dot:focus .re-dot-card { opacity: 1; }

.re-dot-below .re-dot-card {
	bottom: auto;
	top: 22px;
}

.re-dot-end .re-dot-card {
	left: auto;
	right: 0;
	transform: none;
}

.re-dot-card b {
	display: block;
	margin: 0 0 4px;
	font-family: var(--re-display);
	font-size: 13px;
	font-weight: 500;
}

.re-dot-card small {
	display: block;
	color: var(--re-muted);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	white-space: normal;
}

/* Projects mosaic */
.re-projects {
	width: 100%;
	overflow: hidden;
}

.re-projects-grid {
	display: grid;
	grid-template-columns: 1.42fr 1fr 1fr;
	grid-template-rows: 1.18fr 1fr;
	width: 100%;
	height: min(52vw, 780px);
	gap: 0;
	align-items: stretch;
	justify-items: stretch;
}

.re-project {
	min-width: 0;
	min-height: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
}

.re-project:nth-child(1) {
	grid-area: 1 / 1 / 3 / 2;
	background-position: 72% 50%;
}

.re-project:nth-child(2) {
	grid-area: 1 / 2 / 2 / 3;
	background-position: 78% 50%;
}

.re-project:nth-child(3) {
	grid-area: 1 / 3 / 2 / 4;
	background-position: 62% 48%;
}

.re-project:nth-child(4) {
	grid-area: 2 / 2 / 3 / 4;
	background-position: 78% 50%;
}

/* CTA + clients */
.re-cta { padding: 40px 0 20px; }
.re-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.re-cta-photo { position: relative; width: min(493px, 100%); margin-left: auto; }
.re-cta-photo img { width: 100%; height: auto; display: block; }
.re-cta-photo .re-dot::after { opacity: 1; }
.re-clients { padding: 30px 0 80px; }
.re-clients-row {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 18px;
	align-items: center;
}

.re-clients-row img { width: 100%; height: 72px; object-fit: contain; filter: grayscale(1); opacity: .7; }

/* Footer */
.re-footer {
	position: relative;
	background: var(--re-footer) url("img/stain-tl.png") left top / 40% no-repeat;
	color: #9ba2ad;
	padding: 90px 0 28px;
}

.re-footer::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
	height: 55%;
	background: url("img/stain-br.png") right bottom / contain no-repeat;
	pointer-events: none;
}

.re-footer-inner { width: min(var(--re-max), calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 1; }
.re-footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 40px; }
.re-footer-logo { display: inline-block; margin-bottom: 22px; }
.re-footer h2 { color: #fff; font-size: 1.5rem; letter-spacing: -0.3px; line-height: 1.35; max-width: 420px; }
.re-footer h6 {
	margin: 0 0 14px;
	color: #fff;
	font-family: var(--re-display);
	font-size: 16px;
	font-weight: 500;
}

.re-footer a { color: #9ba2ad; text-decoration: none; }
.re-footer-col p a {
	color: #fff;
	font-family: var(--re-display);
	font-size: 16px;
	font-weight: 500;
}
.re-footer-col p a:hover { color: #fff; }
.re-socials { display: flex; gap: 12px; margin-top: 22px; }
.re-socials a {
	width: 36px;
	height: 36px;
	border: 1px solid #3a404a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	text-transform: lowercase;
}

.re-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 48px;
	padding-top: 22px;
	border-top: 1px solid #2a3038;
}

.re-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 40;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 50%;
	background: #2b6cff;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

/* Products portfolio grid */
.re-products-page {
	width: 100%;
	background: var(--re-navy);
}

.re-pg {
	width: 100%;
}

.re-pg-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	width: 100%;
}

.re-pg-item {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	background-color: var(--re-navy);
	background-size: cover;
	background-position: center;
	text-decoration: none !important;
	overflow: hidden;
}

.re-pg-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 28px 22px;
	background: rgba(24, 29, 78, 0.72);
	opacity: 1;
	transition: background-color .35s ease;
}

.re-pg-item:hover .re-pg-overlay,
.re-pg-item:focus-visible .re-pg-overlay {
	background: rgba(24, 29, 78, 0.9);
}

.re-pg-overlay b {
	display: block;
	max-width: 86%;
	color: #fff;
	font-family: var(--re-display);
	font-size: clamp(20px, 1.6vw, 28px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.3px;
}

.re-pg-overlay small {
	display: block;
	max-width: 82%;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--re-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}

.re-sr-anchor {
	display: block;
	height: 0;
	overflow: hidden;
	scroll-margin-top: 92px;
}

/* Product family inner page */
.re-product-page {
	width: 100%;
	background: var(--re-white);
}

.re-pd-hero {
	position: relative;
	min-height: min(72vh, 640px);
	display: flex;
	align-items: flex-end;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.re-pd-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(24, 29, 78, 0.18) 0%, rgba(24, 29, 78, 0.78) 100%);
}

.re-pd-hero-copy {
	position: relative;
	z-index: 1;
	width: min(var(--re-max), calc(100% - 48px));
	margin: 0 auto;
	padding: 72px 0 56px;
}

.re-pd-bc {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
}

.re-pd-bc a {
	color: #fff;
	text-decoration: none;
}

.re-pd-kicker { color: #fff; }

.re-pd-hero h1 {
	margin: 0 0 16px;
	max-width: 820px;
	color: #fff;
	font-family: var(--re-display);
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 500;
	letter-spacing: -1.6px;
	line-height: 1.02;
}

.re-pd-lead {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.65;
}

.re-pd-meta {
	border-bottom: 1px solid var(--re-line);
	background: #fff;
}

.re-pd-meta-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	padding: 36px 0;
}

.re-pd-meta-grid small {
	display: block;
	margin-bottom: 6px;
	color: var(--re-muted);
	font-family: var(--re-display);
	font-size: 12px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.re-pd-meta-grid strong {
	color: var(--re-navy);
	font-family: var(--re-display);
	font-size: 20px;
	font-weight: 500;
}

.re-pd-table-intro {
	max-width: 640px;
	margin: -8px 0 28px;
}

.re-pd-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--re-line);
}

.re-pd-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.re-pd-table th,
.re-pd-table td {
	padding: 18px 22px;
	border-bottom: 1px solid var(--re-line);
	vertical-align: top;
}

.re-pd-table th {
	color: var(--re-navy);
	font-family: var(--re-display);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	background: var(--re-soft);
}

.re-pd-table td:first-child {
	color: var(--re-navy);
	font-family: var(--re-display);
	font-weight: 500;
	white-space: nowrap;
}

.re-pd-table tr:last-child td { border-bottom: 0; }

.re-pd-related { padding-top: 20px; }

.re-pd-related-head {
	padding: 0 0 36px;
}

.re-pd-related .re-h1 { margin-bottom: 0; }

/* Applications */
.re-applications,
.re-quality,
.re-aboutgmax,
.re-contact {
	--re-green: #036936;
}

.re-applications-page { background: var(--re-white); }

.re-app-hero { position: relative; }
.re-app-hero::before { content: none; }

.re-app-hero-media {
	position: absolute;
	inset: 0;
	background-color: var(--re-navy);
	background-size: cover;
	background-position: center;
}

.re-app-hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(24, 29, 78, 0.28) 0%, rgba(24, 29, 78, 0.82) 100%);
}

.re-app-hero .re-pd-hero-copy { position: relative; z-index: 1; }

.re-app-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.re-app-btn-primary {
	background: #fff;
	color: var(--re-navy) !important;
}

.re-app-btn-primary:hover {
	background: #036936;
	color: #fff !important;
}

.re-app-btn-ghost {
	border-color: #fff;
	color: #fff !important;
}

.re-app-btn-ghost:hover {
	background: #fff;
	color: var(--re-navy) !important;
}

.re-app-intro .re-h1 { max-width: 18ch; margin-left: auto; margin-right: auto; }
.re-app-intro p { max-width: 720px; margin-left: auto; margin-right: auto; }
.re-app-support { color: var(--re-muted); }

.re-app-block { scroll-margin-top: 92px; }
.re-app-block.is-flip .re-about-photo { order: 2; }

.re-app-photo {
	background-color: var(--re-navy);
	background-size: cover;
	background-position: center;
}

.re-app-num {
	display: block;
	margin-bottom: 10px;
	color: #C3B40A;
	font-family: var(--re-display);
	font-size: 22px;
	font-weight: 500;
}

.re-app-families {
	color: var(--re-navy);
	font-family: var(--re-display);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
}

.re-app-guide-intro { max-width: 720px; }

.re-app-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
	margin: 48px 0 40px;
	padding: 0;
	list-style: none;
}

.re-app-steps li {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 18px;
	border-top: 1px solid var(--re-line);
}

.re-app-steps span {
	color: #C3B40A;
	font-family: var(--re-display);
	font-size: 18px;
	font-weight: 500;
}

.re-app-steps b {
	color: var(--re-navy);
	font-family: var(--re-display);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}

.re-app-steps small {
	color: var(--re-muted);
	font-size: 15px;
	line-height: 1.6;
}

.re-app-final {
	background: var(--re-soft);
}

.re-app-final .re-h1 { max-width: 16ch; }
.re-app-final p { max-width: 640px; }

.re-qt-cards {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	text-align: left;
}

.re-qt-intro {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.re-qt-note {
	max-width: 640px;
	margin: 28px auto 0;
	color: var(--re-muted);
}

.re-aboutgmax-range-cta {
	justify-content: center;
	margin-top: 36px;
}

.re-aboutgmax-paths {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.re-aboutgmax-paths li {
	display: flex;
	gap: 12px;
	align-items: baseline;
	padding: 12px 0;
	border-top: 1px solid var(--re-line);
}

.re-aboutgmax-paths li:last-child {
	border-bottom: 1px solid var(--re-line);
}

.re-aboutgmax-paths span {
	color: #C3B40A;
	font-family: var(--re-display);
	font-size: 16px;
	font-weight: 500;
	min-width: 2em;
}

.re-aboutgmax-paths a {
	color: var(--re-navy);
	font-family: var(--re-display);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.re-aboutgmax-paths a:hover {
	color: #036936;
}

/* Contact */
.re-contact-page { background: var(--re-white); }

.re-contact-form-sec #enquiry-form,
#enquiry-form { scroll-margin-top: 92px; }

.re-contact-form-intro {
	max-width: 640px;
	margin: 0 0 36px;
}

.re-contact-notice {
	max-width: 720px;
	margin: 0 0 28px;
	padding: 16px 18px;
	background: var(--re-soft);
	font-family: var(--re-display);
	font-size: 16px;
	font-weight: 500;
}

.re-contact-notice.is-ok {
	color: #036936;
}

.re-contact-notice.is-err {
	color: var(--re-navy);
	border-left: 3px solid #C3B40A;
}

.re-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 48px;
	align-items: start;
}

.re-contact-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.re-contact-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.re-contact-form label {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.re-contact-form label span {
	color: var(--re-navy);
	font-family: var(--re-display);
	font-size: 14px;
	font-weight: 500;
}

.re-contact-form input[type="text"],
.re-contact-form input[type="email"],
.re-contact-form input[type="tel"],
.re-contact-form select,
.re-contact-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--re-line);
	border-radius: 0;
	background: #fff;
	color: var(--re-navy);
	font-family: var(--re-font);
	font-size: 15px;
	line-height: 1.5;
}

.re-contact-form input:focus,
.re-contact-form select:focus,
.re-contact-form textarea:focus {
	outline: 0;
	border-color: #036936;
}

.re-contact-form textarea { resize: vertical; min-height: 110px; }

.re-contact-consent {
	flex-direction: row !important;
	align-items: flex-start;
	gap: 12px !important;
	color: var(--re-navy);
}

.re-contact-consent input {
	margin-top: 4px;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	accent-color: #036936;
}

.re-contact-privacy {
	margin: 0;
	color: var(--re-muted);
	font-size: 14px;
}

.re-contact-privacy a {
	color: var(--re-navy);
	font-weight: 500;
}

.re-contact-form .re-btn {
	align-self: flex-start;
	border: 0;
	cursor: pointer;
	width: auto;
}

.re-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.re-contact-visual {
	min-height: 560px;
	position: sticky;
	top: 110px;
	background-color: var(--re-navy);
	background-size: cover;
	background-position: center;
}

@media (max-width: 1100px) {
	.re-nav { display: none; }
	.re-burger { display: inline-flex; }
	.re-header-inner { grid-template-columns: auto 1fr; }
	.re-pg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.re-cards-3, .re-tiles, .re-stats-grid, .re-clients-row, .re-pd-meta-grid, .re-qt-cards { grid-template-columns: 1fr 1fr; }
	.re-contact-grid { grid-template-columns: 1fr; }
	.re-contact-visual { position: static; min-height: 360px; }
	.re-app-steps { grid-template-columns: 1fr 1fr; }
	.re-app-block.is-flip .re-about-photo { order: 0; }
	.re-about, .re-facts-grid, .re-cta-grid, .re-footer-grid { grid-template-columns: 1fr; }
	.re-projects-grid {
		grid-template-columns: 1.1fr 1fr;
		grid-template-rows: 1fr 1fr 0.9fr;
		height: min(120vw, 920px);
	}
	.re-project:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
	.re-project:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
	.re-project:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
	.re-project:nth-child(4) { grid-area: 3 / 1 / 4 / 3; }
	.re-facts-copy, .re-center { text-align: left; }
	.re-hero h1 { font-size: 42px; letter-spacing: -1.5px; }
}

@media (max-width: 700px) {
	.re-pg-grid { grid-template-columns: 1fr; }
	.re-cards-3, .re-tiles, .re-stats-grid, .re-clients-row, .re-pd-meta-grid, .re-app-steps, .re-qt-cards { grid-template-columns: 1fr; }
	.re-contact-row { grid-template-columns: 1fr; }
	.re-header-inner, .re-wrap, .re-hero-copy, .re-hero-bar, .re-footer-inner, .re-pd-hero-copy { width: calc(100% - 28px); }
	.re-footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
	.re-hero-media img { height: 100%; }
	.re-projects-grid {
		grid-template-columns: 1fr;
		grid-template-rows: 280px 220px 220px 240px;
		height: auto;
	}
	.re-project:nth-child(1),
	.re-project:nth-child(2),
	.re-project:nth-child(3),
	.re-project:nth-child(4) { grid-area: auto; }
}
