/*
Theme Name: EMRG
Theme URI: https://emrgonline.com
Author: EMRG
Author URI: https://emrgonline.com
Description: Professional theme by EMRG.
Version: 4.2.0
License URI: https://emrgonline.com
Text Domain: emrg
*/

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	src: url("includes/assets/fonts/InterVariable.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 100 900;
	src: url("includes/assets/fonts/InterVariable-Italic.woff2") format("woff2");
	font-display: swap;
}

:root {
	--emrg-navy: #4e6172;
	--emrg-teal: #408f86;
	--emrg-text-primary: #0b1220;
	--emrg-text-secondary: #334155;
	--emrg-border: #e5e7eb;
	--emrg-surface: #f6f8fb;
	--emrg-white: #ffffff;
	--emrg-radius-lg: 18px;
	--emrg-radius-xl: 24px;
	--emrg-shadow-lg: 0 24px 60px rgba(11, 18, 32, 0.14);
	--emrg-container: 1400px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: var(--emrg-text-primary);
	background: var(--emrg-white);
}

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

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

.site-content {
	min-height: 40vh;
}

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

[data-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.emrg-site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 70;
	transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	background: transparent;
	border-bottom: 1px solid transparent;
}

.emrg-site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.78);
	border-bottom-color: rgba(229, 231, 235, 0.78);
	box-shadow: 0 12px 30px rgba(11, 18, 32, 0.06);
	backdrop-filter: blur(14px) saturate(160%);
	-webkit-backdrop-filter: blur(14px) saturate(160%);
}

.emrg-header-inner {
	max-width: var(--emrg-container);
	height: 76px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	gap: 14px;
}

.emrg-site-logo {
	display: inline-flex;
	align-items: center;
	min-width: 140px;
}

.emrg-site-logo-image {
	height: 40px;
	width: auto;
	max-width: 230px;
	object-fit: contain;
}

.emrg-site-logo-dark {
	display: none;
}

.emrg-site-header.is-scrolled .emrg-site-logo-light {
	display: none;
}

.emrg-site-header.is-scrolled .emrg-site-logo-dark {
	display: block;
}

.emrg-site-name {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.emrg-desktop-nav {
	display: none;
	margin-left: auto;
}

.emrg-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 2px;
}

.emrg-nav-item {
	position: relative;
}

.emrg-nav-item.has-children::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 16px;
}

.emrg-nav-item-wrap {
	display: flex;
	align-items: center;
}

.emrg-nav-link {
	display: inline-flex;
	align-items: center;
	padding: 8px 10px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	border-radius: 8px;
	transition: color 0.2s ease;
}

.emrg-site-header:not(.is-scrolled) .emrg-nav-link,
.emrg-site-header:not(.is-scrolled) .emrg-nav-toggle {
	color: rgba(255, 255, 255, 0.92);
}

.emrg-site-header.is-scrolled .emrg-nav-link,
.emrg-site-header.is-scrolled .emrg-nav-toggle {
	color: var(--emrg-text-secondary);
}

.emrg-site-header:not(.is-scrolled) .emrg-nav-link:hover,
.emrg-site-header:not(.is-scrolled) .emrg-nav-item.is-open .emrg-nav-link,
.emrg-site-header:not(.is-scrolled) .emrg-nav-toggle:hover,
.emrg-site-header:not(.is-scrolled) .emrg-nav-item.is-open .emrg-nav-toggle {
	color: var(--emrg-white);
}

.emrg-site-header.is-scrolled .emrg-nav-link:hover,
.emrg-site-header.is-scrolled .emrg-nav-item.is-open .emrg-nav-link,
.emrg-site-header.is-scrolled .emrg-nav-toggle:hover,
.emrg-site-header.is-scrolled .emrg-nav-item.is-open .emrg-nav-toggle {
	color: var(--emrg-teal);
}

.emrg-nav-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: color 0.2s ease, transform 0.2s ease;
}

.emrg-nav-item.is-open .emrg-nav-toggle svg {
	transform: rotate(180deg);
}

.emrg-nav-panel {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.emrg-nav-item.is-open > .emrg-nav-panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.emrg-dropdown-panel {
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	width: 290px;
	padding: 12px 10px 10px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(229, 231, 235, 0.9);
	box-shadow: var(--emrg-shadow-lg);
	backdrop-filter: blur(14px) saturate(130%);
	-webkit-backdrop-filter: blur(14px) saturate(130%);
}

.emrg-dropdown-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 4px;
}

.emrg-dropdown-link {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 10px 11px;
	border-radius: 12px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.emrg-dropdown-link:hover {
	background: var(--emrg-surface);
}

.emrg-dropdown-link-copy {
	display: block;
	flex: 1;
	min-width: 0;
}

.emrg-dropdown-link-title {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--emrg-text-primary);
}

.emrg-dropdown-link-description {
	display: block;
	margin-top: 3px;
	font-size: 0.74rem;
	line-height: 1.5;
	color: rgba(51, 65, 85, 0.74);
}

.emrg-mega-panel {
	position: fixed;
	top: 76px;
	left: 0;
	right: 0;
	padding: 8px 24px 0;
}

.emrg-mega-panel-inner {
	max-width: min(1080px, calc(var(--emrg-container) - 80px));
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(229, 231, 235, 0.9);
	border-radius: 16px;
	box-shadow: var(--emrg-shadow-lg);
	overflow: hidden;
	display: flex;
	min-height: 268px;
	backdrop-filter: blur(10px) saturate(120%);
	-webkit-backdrop-filter: blur(10px) saturate(120%);
}

.emrg-mega-summary {
	width: 246px;
	padding: 22px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(145deg, #0b1220 0%, #17263d 45%, #1f6159 100%);
	color: var(--emrg-white);
}

.emrg-mega-summary-label {
	margin: 0;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #7ad0c5;
}

.emrg-mega-summary-title {
	margin: 6px 0 8px;
	font-size: 1.26rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--emrg-white);
}

.emrg-mega-summary-copy {
	margin: 0;
	font-size: 0.76rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.76);
}

.emrg-mega-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	margin-top: 14px;
}

.emrg-mega-stats div {
	padding: 8px 8px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(4px);
}

.emrg-mega-stats strong {
	display: block;
	font-size: 1rem;
	line-height: 1;
}

.emrg-mega-stats span {
	display: block;
	margin-top: 2px;
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.68);
}

.emrg-mega-links-wrap {
	flex: 1;
	padding: 20px 20px 18px;
}

.emrg-mega-links-label {
	margin: 0 0 10px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: rgba(78, 97, 114, 0.7);
}

.emrg-mega-links-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px;
}

.emrg-mega-link {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 9px 10px;
	border-radius: 12px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.emrg-mega-link:hover {
	background: var(--emrg-surface);
}

.emrg-mega-link-copy {
	display: block;
	flex: 1;
	min-width: 0;
}

.emrg-mega-link-title {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--emrg-text-primary);
}

.emrg-mega-link-description {
	display: block;
	margin-top: 2px;
	font-size: 0.72rem;
	line-height: 1.45;
	color: rgba(51, 65, 85, 0.7);
}

.emrg-menu-item-icon {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background: rgba(64, 143, 134, 0.09);
	color: var(--emrg-teal);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.emrg-dropdown-link:hover .emrg-menu-item-icon,
.emrg-mega-link:hover .emrg-menu-item-icon {
	background: var(--emrg-teal);
	color: var(--emrg-white);
}

.emrg-menu-item-arrow {
	width: 15px;
	height: 15px;
	margin-top: 4px;
	flex: 0 0 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--emrg-teal);
	opacity: 0;
	transform: translate(-2px, 2px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.emrg-dropdown-link:hover .emrg-menu-item-arrow,
.emrg-mega-link:hover .emrg-menu-item-arrow {
	opacity: 1;
	transform: translate(0, 0);
}

.emrg-mega-footer-cta {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--emrg-border);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.emrg-mega-footer-cta p {
	margin: 0;
	font-size: 0.76rem;
	color: rgba(51, 65, 85, 0.78);
}

.emrg-mega-footer-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 14px;
	border-radius: 8px;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--emrg-white);
	background: var(--emrg-teal);
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	box-shadow:
		0 0 18px rgba(64, 143, 134, 0.42),
		0 4px 14px rgba(64, 143, 134, 0.34);
}

.emrg-mega-footer-cta a:hover {
	background: #357a71;
	box-shadow:
		0 0 26px rgba(64, 143, 134, 0.65),
		0 6px 18px rgba(64, 143, 134, 0.42);
	transform: translateY(-1px);
}

.emrg-header-cta {
	display: none;
	margin-left: 10px;
	height: 42px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 18px;
	border-radius: 10px;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--emrg-white);
	background: var(--emrg-teal);
	box-shadow:
		0 0 18px rgba(64, 143, 134, 0.45),
		0 0 40px rgba(64, 143, 134, 0.18),
		0 4px 14px rgba(64, 143, 134, 0.3);
	transition: box-shadow 0.3s ease, background-color 0.2s ease, transform 0.2s ease;
}

.emrg-header-cta:hover {
	background: #357a71;
	box-shadow:
		0 0 28px rgba(64, 143, 134, 0.66),
		0 0 60px rgba(64, 143, 134, 0.28),
		0 6px 20px rgba(64, 143, 134, 0.42);
	transform: translateY(-1px);
}

.emrg-mobile-toggle {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--emrg-white);
	cursor: pointer;
}

.emrg-site-header.is-scrolled .emrg-mobile-toggle {
	color: var(--emrg-text-secondary);
}

.emrg-site-header.is-blog-context {
	background: rgba(255, 255, 255, 0.9);
	border-bottom-color: rgba(226, 232, 240, 0.95);
	box-shadow: 0 12px 30px rgba(11, 18, 32, 0.08);
	backdrop-filter: blur(14px) saturate(150%);
	-webkit-backdrop-filter: blur(14px) saturate(150%);
}

.emrg-site-header.is-blog-context .emrg-site-logo-light {
	display: none;
}

.emrg-site-header.is-blog-context .emrg-site-logo-dark {
	display: block;
}

.emrg-site-header.is-blog-context .emrg-nav-link,
.emrg-site-header.is-blog-context .emrg-nav-toggle,
.emrg-site-header.is-blog-context .emrg-mobile-toggle {
	color: var(--emrg-text-secondary);
}

.emrg-site-header.is-blog-context .emrg-nav-link:hover,
.emrg-site-header.is-blog-context .emrg-nav-item.is-open .emrg-nav-link,
.emrg-site-header.is-blog-context .emrg-nav-toggle:hover,
.emrg-site-header.is-blog-context .emrg-nav-item.is-open .emrg-nav-toggle {
	color: var(--emrg-teal);
}

.emrg-mobile-close-icon {
	display: none;
}

.mobile-nav-open .emrg-mobile-open-icon {
	display: none;
}

.mobile-nav-open .emrg-mobile-close-icon {
	display: block;
}

.emrg-mobile-nav {
	position: fixed;
	inset: 0;
	z-index: 68;
}

.emrg-mobile-nav[hidden] {
	display: none;
}

.emrg-mobile-nav-backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	padding: 0;
	background: rgba(11, 18, 32, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.emrg-mobile-nav-shell {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	max-height: 100vh;
	overflow: auto;
	background: linear-gradient(180deg, rgba(11, 18, 32, 0.8) 0%, rgba(11, 18, 32, 0.92) 100%);
	color: var(--emrg-white);
	opacity: 0;
	transform: translateY(-12px);
	transition: transform 0.3s ease, opacity 0.3s ease;
	backdrop-filter: blur(12px) saturate(120%);
	-webkit-backdrop-filter: blur(12px) saturate(120%);
}

.mobile-nav-open {
	overflow: hidden;
}

.mobile-nav-open .emrg-mobile-nav-shell {
	opacity: 1;
	transform: translateY(0);
}

.emrg-mobile-nav-spacer {
	height: 76px;
	flex: 0 0 76px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.emrg-mobile-menu {
	padding: 24px 20px 24px;
}

.emrg-mobile-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.emrg-mobile-menu-item {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.emrg-mobile-menu-item:first-child {
	border-top: 0;
}

.emrg-mobile-item-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.emrg-mobile-link {
	flex: 1;
	display: block;
	padding: 14px 0;
	font-size: 1.08rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 0.84);
}

.emrg-mobile-submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 0;
	padding: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.64);
	cursor: pointer;
}

.emrg-mobile-submenu-toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.emrg-mobile-submenu {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 6px;
	display: grid;
	gap: 3px;
}

.emrg-mobile-submenu[hidden] {
	display: none !important;
}

.emrg-mobile-submenu:not([hidden]) {
	display: grid;
}

.emrg-mobile-submenu-link {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.emrg-mobile-submenu-copy {
	display: block;
	flex: 1;
}

.emrg-mobile-submenu-copy > span {
	display: block;
	font-size: 0.87rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.82);
}

.emrg-mobile-submenu-copy small {
	display: block;
	margin-top: 3px;
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.46);
}

.emrg-mobile-submenu .emrg-menu-item-icon {
	width: 28px;
	height: 28px;
	flex-basis: 28px;
	border-radius: 8px;
	background: rgba(64, 143, 134, 0.18);
}

.emrg-mobile-footer-actions {
	margin-top: auto;
	padding: 18px 20px 24px;
	display: grid;
	gap: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.emrg-mobile-primary-cta,
.emrg-mobile-secondary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-radius: 12px;
	font-size: 0.9rem;
	font-weight: 700;
}

.emrg-mobile-primary-cta {
	color: var(--emrg-white);
	background: var(--emrg-teal);
	box-shadow:
		0 0 20px rgba(64, 143, 134, 0.5),
		0 4px 16px rgba(64, 143, 134, 0.36);
	transition: box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.emrg-mobile-primary-cta:hover {
	background: #357a71;
	box-shadow:
		0 0 26px rgba(64, 143, 134, 0.68),
		0 6px 20px rgba(64, 143, 134, 0.44);
	transform: translateY(-1px);
}

.emrg-mobile-secondary-cta {
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.emrg-hero {
	position: relative;
	height: min(90vh, 980px);
	min-height: 560px;
	overflow: hidden;
	background: #0b1220;
}

.emrg-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emrg-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.emrg-hero-overlay-left {
	background: linear-gradient(
		105deg,
		rgba(11, 18, 32, 0.88) 0%,
		rgba(11, 18, 32, 0.65) 45%,
		rgba(11, 18, 32, 0.15) 75%,
		transparent 100%
	);
}

.emrg-hero-overlay-bottom {
	background: linear-gradient(
		to top,
		rgba(11, 18, 32, 0.85) 0%,
		rgba(11, 18, 32, 0.2) 22%,
		transparent 50%
	);
}

.emrg-hero-overlay-top {
	background: linear-gradient(to bottom, rgba(11, 18, 32, 0.35) 0%, transparent 18%);
}

.emrg-hero-inner {
	position: relative;
	z-index: 2;
	height: 100%;
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 106px 24px 34px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.emrg-hero-copy {
	max-width: 650px;
	display: grid;
	gap: 0;
	padding-top: clamp(18px, 2.6vw, 34px);
}

.emrg-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 22px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: rgba(64, 143, 134, 0.18);
	backdrop-filter: blur(7px) saturate(140%);
	-webkit-backdrop-filter: blur(7px) saturate(140%);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
}

.emrg-hero-eyebrow-dot {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--emrg-teal);
	box-shadow: 0 0 12px rgba(64, 143, 134, 0.8);
}

.emrg-hero-title {
	margin: 0;
	font-size: clamp(2.5rem, 6.6vw, 5.8rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.02;
	color: var(--emrg-white);
}

.emrg-hero-title span {
	display: block;
}

.emrg-hero-title-focus {
	color: var(--emrg-teal);
}

.emrg-hero-description {
	margin: 18px 0 0;
	max-width: 520px;
	font-size: 1.05rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.7);
}

.emrg-hero-description p {
	margin: 0;
}

.emrg-hero-actions {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.emrg-primary-button,
.emrg-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	height: 54px;
	padding: 0 28px;
	border-radius: 12px;
	font-size: 0.9rem;
	font-weight: 700;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.emrg-primary-button {
	color: var(--emrg-white);
	background: var(--emrg-teal);
	box-shadow:
		0 0 20px rgba(64, 143, 134, 0.5),
		0 0 44px rgba(64, 143, 134, 0.22),
		0 8px 24px rgba(64, 143, 134, 0.46);
}

.emrg-primary-button:hover {
	transform: translateY(-1px);
	background: #357a71;
	box-shadow:
		0 0 28px rgba(64, 143, 134, 0.72),
		0 0 62px rgba(64, 143, 134, 0.31),
		0 10px 28px rgba(64, 143, 134, 0.5);
}

.emrg-secondary-button {
	color: var(--emrg-white);
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px) saturate(160%);
	-webkit-backdrop-filter: blur(12px) saturate(160%);
}

.emrg-secondary-button:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.12);
}

.emrg-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
}

.emrg-hero-stat {
	display: grid;
	gap: 2px;
	padding-left: 0;
}

.emrg-hero-stat.has-divider {
	position: relative;
	padding-left: 25px;
}

.emrg-hero-stat.has-divider::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 1px;
	height: 30px;
	background: rgba(255, 255, 255, 0.2);
}

.emrg-hero-stat strong {
	font-size: clamp(1.2rem, 2.4vw, 1.6rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--emrg-white);
}

.emrg-hero-stat span {
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.emrg-awards-section {
	position: relative;
	background: var(--emrg-white);
	padding: 96px 24px 104px;
}

.emrg-awards-section-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.emrg-awards-eyebrow {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-awards-section h2 {
	margin: 11px 0 12px;
	font-size: clamp(1.55rem, 3vw, 2.2rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--emrg-text-primary);
}

.emrg-awards-intro {
	margin: 0 auto;
	max-width: 650px;
	font-size: 1rem;
	line-height: 1.72;
	color: var(--emrg-text-secondary);
}

.emrg-awards-carousel {
	position: relative;
	margin-top: 36px;
}

.emrg-awards-carousel::before,
.emrg-awards-carousel::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 92px;
	pointer-events: none;
	z-index: 2;
}

.emrg-awards-carousel::before {
	left: 0;
	background: linear-gradient(to right, var(--emrg-white), rgba(255, 255, 255, 0));
}

.emrg-awards-carousel::after {
	right: 0;
	background: linear-gradient(to left, var(--emrg-white), rgba(255, 255, 255, 0));
}

.emrg-awards-carousel-viewport {
	overflow: hidden;
}

.emrg-awards-track {
	display: flex;
	align-items: center;
	padding: 8px 0;
	width: max-content;
	will-change: transform;
}

.emrg-scroll-anchor {
	display: block;
	height: 0;
	scroll-margin-top: 104px;
}

.emrg-award-card {
	width: 160px;
	height: 80px;
	padding: 12px;
	margin: 0 11px;
	flex: 0 0 160px;
	border-radius: 14px;
	border: 1px solid var(--emrg-border);
	background: var(--emrg-white);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.emrg-award-card:hover {
	border-color: rgba(64, 143, 134, 0.52);
	box-shadow: 0 12px 28px rgba(64, 143, 134, 0.14);
	transform: translateY(-1px);
}

.emrg-award-card h3 {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--emrg-navy);
}

.emrg-award-card p {
	margin: 4px 0 0;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: rgba(78, 97, 114, 0.66);
}

.emrg-award-card-image {
	width: clamp(210px, 18vw, 280px);
	height: 116px;
	flex: 0 0 clamp(210px, 18vw, 280px);
	padding: 14px 16px;
}

.emrg-award-logo-image {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 86px;
	object-fit: contain;
	margin: 0 auto;
}

.emrg-portfolio-section {
	background: var(--emrg-surface);
	padding: 96px 24px 104px;
}

.emrg-portfolio-section-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
}

.emrg-portfolio-header-wrap {
	margin-bottom: 38px;
}

.emrg-portfolio-header-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 26px;
	margin-bottom: 0;
}

.emrg-portfolio-header-copy {
	max-width: 760px;
}

.emrg-portfolio-eyebrow {
	margin: 0 0 8px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-portfolio-header-copy h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--emrg-text-primary);
}

.emrg-portfolio-billions-wrap {
	margin-top: 18px;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.emrg-portfolio-billions-image {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0;
	filter: none;
	opacity: 1;
	contain-intrinsic-size: none;
}

.emrg-portfolio-controls {
	display: flex;
	align-items: center;
	gap: 12px;
}

.emrg-portfolio-control {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid var(--emrg-border);
	background: var(--emrg-white);
	color: var(--emrg-navy);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.emrg-portfolio-control:hover:not(:disabled) {
	color: var(--emrg-teal);
	border-color: rgba(64, 143, 134, 0.44);
}

.emrg-portfolio-control:disabled {
	opacity: 0.4;
	cursor: default;
}

.emrg-portfolio-slider {
	position: relative;
}

.emrg-portfolio-viewport {
	overflow-x: auto;
	scrollbar-width: none;
	scroll-behavior: smooth;
}

.emrg-portfolio-viewport::-webkit-scrollbar {
	display: none;
}

.emrg-portfolio-track {
	display: flex;
	gap: 24px;
	width: max-content;
}

.emrg-portfolio-card {
	flex: 0 0 min(85vw, 470px);
}

.emrg-portfolio-card-link {
	display: block;
	background: var(--emrg-white);
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--emrg-border);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.emrg-portfolio-card-link:hover {
	transform: translateY(-2px);
	border-color: rgba(64, 143, 134, 0.38);
	box-shadow: 0 20px 42px rgba(11, 18, 32, 0.1);
}

.emrg-portfolio-card-media {
	height: 256px;
	overflow: hidden;
	background: #dfe6ef;
}

.emrg-portfolio-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.emrg-portfolio-card-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg, #e4ebf4 0%, #d0dbe8 100%);
}

.emrg-portfolio-card-content {
	padding: 22px;
}

.emrg-portfolio-card-category {
	margin: 0 0 8px;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-portfolio-card-content h3 {
	margin: 0;
	font-size: 1.04rem;
	font-weight: 600;
	line-height: 1.34;
	color: var(--emrg-text-primary);
}

.emrg-portfolio-card-result {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 13px;
	font-size: 0.86rem;
	font-weight: 500;
	color: var(--emrg-text-secondary);
}

.emrg-portfolio-card-dot {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--emrg-teal);
	flex: 0 0 6px;
}

.emrg-portfolio-card.is-placeholder .emrg-portfolio-card-link {
	pointer-events: none;
}

.emrg-portfolio-footer {
	margin-top: 30px;
	text-align: center;
}

.emrg-portfolio-more-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 54px;
	padding: 0 28px;
	border-radius: 12px;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--emrg-white);
	background: var(--emrg-teal);
	box-shadow:
		0 0 20px rgba(64, 143, 134, 0.5),
		0 0 44px rgba(64, 143, 134, 0.22),
		0 8px 24px rgba(64, 143, 134, 0.46);
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.emrg-portfolio-more-link:hover {
	transform: translateY(-1px);
	color: var(--emrg-white);
	background: #357a71;
	box-shadow:
		0 0 28px rgba(64, 143, 134, 0.72),
		0 0 62px rgba(64, 143, 134, 0.31),
		0 10px 28px rgba(64, 143, 134, 0.5);
}

.emrg-services-section {
	background: var(--emrg-white);
	padding: 96px 24px 104px;
}

.emrg-services-section-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
}

.emrg-services-header {
	max-width: 740px;
	margin-bottom: 38px;
}

.emrg-services-eyebrow {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-services-header h2 {
	margin: 12px 0 12px;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--emrg-text-primary);
}

.emrg-services-intro {
	margin: 0;
	font-size: 1.03rem;
	line-height: 1.75;
	color: var(--emrg-text-secondary);
}

.emrg-services-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.emrg-service-card {
	--emrg-service-accent: #408f86;
	--emrg-service-accent-rgb: 64, 143, 134;
	border-radius: 18px;
	overflow: hidden;
}

.emrg-service-card.is-slate {
	--emrg-service-accent: #4e6172;
	--emrg-service-accent-rgb: 78, 97, 114;
}

.emrg-service-card-link {
	display: block;
	height: 100%;
}

.emrg-service-card-media {
	position: relative;
	height: 280px;
	overflow: hidden;
}

.emrg-service-card-illustration {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	overflow: hidden;
	transition: transform 0.7s ease;
}

.emrg-service-illustration-svg {
	width: 100%;
	height: 100%;
	display: block;
}

.emrg-service-overlay-accent {
	position: absolute;
	inset: 0;
	opacity: 0;
	background: linear-gradient(135deg, rgba(var(--emrg-service-accent-rgb), 0.58), rgba(11, 18, 32, 0.5));
	transition: opacity 0.45s ease;
}

.emrg-service-shimmer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	opacity: 0;
	background: linear-gradient(90deg, transparent, var(--emrg-service-accent), transparent);
	transition: opacity 0.45s ease;
}

.emrg-service-icon-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.14);
	color: var(--emrg-white);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	transition: background-color 0.3s ease;
}

.emrg-service-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 24px;
	color: var(--emrg-white);
	z-index: 3;
}

.emrg-service-content h3 {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.3;
}

.emrg-service-content p {
	position: relative;
	z-index: 1;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	font-size: 0.8rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.78);
	transition: max-height 0.45s ease, opacity 0.45s ease, margin-top 0.45s ease;
}

.emrg-service-text-glow {
	position: absolute;
	left: -22%;
	right: -22%;
	bottom: -44px;
	height: 140px;
	pointer-events: none;
	background: radial-gradient(
		ellipse at center bottom,
		rgba(64, 143, 134, 0.58) 0%,
		rgba(64, 143, 134, 0.3) 38%,
		rgba(64, 143, 134, 0.08) 56%,
		rgba(64, 143, 134, 0) 78%
	);
	filter: blur(16px);
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.emrg-service-cta {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 2px;
	opacity: 0;
	transform: translateY(6px);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.96);
	transition: opacity 0.4s ease, transform 0.4s ease, margin-top 0.4s ease;
}

.emrg-service-card:hover .emrg-service-card-illustration {
	transform: scale(1.1);
}

.emrg-service-card:hover .emrg-service-overlay-accent {
	opacity: 0.62;
}

.emrg-service-card:hover .emrg-service-shimmer {
	opacity: 1;
}

.emrg-service-card:hover .emrg-service-icon-badge {
	background: rgba(255, 255, 255, 0.22);
}

.emrg-service-card:hover .emrg-service-content p {
	margin-top: 9px;
	max-height: 84px;
	opacity: 1;
}

.emrg-service-card:hover .emrg-service-text-glow {
	opacity: 1;
	transform: translateY(0);
}

.emrg-service-card:hover .emrg-service-cta {
	margin-top: 12px;
	opacity: 1;
	transform: translateY(0);
}

@media (min-width: 700px) {
	.emrg-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	.emrg-services-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.emrg-case-studies-section {
	padding: 96px 24px;
	background: #0b1220;
}

.emrg-case-studies-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background-image: var(--emrg-case-studies-artwork-url, none);
	background-repeat: no-repeat;
	background-position: right 18px;
	background-size: clamp(170px, 18vw, 260px) auto;
}

.emrg-case-studies-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 56px;
	position: relative;
	z-index: 2;
}

.emrg-case-studies-header-copy {
	max-width: 576px;
}

.emrg-case-studies-eyebrow {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-studies-header-copy h2 {
	margin: 10px 0 0;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--emrg-white);
}

.emrg-case-studies-header-copy p {
	margin: 14px 0 0;
	max-width: 520px;
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.5);
}

.emrg-case-studies-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	align-self: flex-start;
	padding: 12px 24px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.65);
	transition: border-color 0.2s ease, color 0.2s ease;
}

.emrg-case-studies-cta:hover {
	color: var(--emrg-teal);
	border-color: rgba(64, 143, 134, 0.58);
}

.emrg-case-studies-grid {
	column-count: 1;
	column-gap: 14px;
	position: relative;
	z-index: 2;
}

.emrg-case-study-card {
	--emrg-case-accent: #408f86;
	--emrg-case-accent-rgb: 64, 143, 134;
	--emrg-case-aspect: 4 / 5;
	display: inline-block;
	width: 100%;
	margin: 0 0 14px;
	vertical-align: top;
	break-inside: avoid;
	position: relative;
	cursor: pointer;
	border-radius: 16px;
	overflow: hidden;
}

.emrg-case-study-card.is-slate {
	--emrg-case-accent: #4e6172;
	--emrg-case-accent-rgb: 78, 97, 114;
}

.emrg-case-study-card.is-4-5 {
	--emrg-case-aspect: 4 / 5;
}

.emrg-case-study-card.is-4-3 {
	--emrg-case-aspect: 4 / 3;
}

.emrg-case-study-card.is-1-1 {
	--emrg-case-aspect: 1 / 1;
}

.emrg-case-study-card.is-3-4 {
	--emrg-case-aspect: 3 / 4;
}

.emrg-case-study-link {
	display: block;
}

.emrg-case-study-media {
	position: relative;
	aspect-ratio: var(--emrg-case-aspect, 4 / 5);
	min-height: 260px;
	overflow: hidden;
}

.emrg-case-study-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.7s ease;
}

.emrg-case-study-image-placeholder {
	background: linear-gradient(145deg, #1c2941 0%, #111a2e 48%, #0b1220 100%);
}

.emrg-case-study-overlay-base {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(11, 18, 32, 0.9), rgba(11, 18, 32, 0.3) 44%, rgba(11, 18, 32, 0));
}

.emrg-case-study-overlay-accent {
	position: absolute;
	inset: 0;
	opacity: 0;
	background: linear-gradient(180deg, rgba(11, 18, 32, 0) 30%, rgba(var(--emrg-case-accent-rgb), 0.42) 100%);
	transition: opacity 0.5s ease;
}

.emrg-case-study-shimmer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	opacity: 0;
	background: linear-gradient(90deg, transparent, var(--emrg-case-accent), transparent);
	transition: opacity 0.5s ease;
}

.emrg-case-study-service {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	padding: 4px 10px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(0, 0, 0, 0.3);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
}

.emrg-case-study-stat-pill {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	background: rgba(0, 0, 0, 0.3);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.94);
	transition: background-color 0.35s ease, border-color 0.35s ease;
}

.emrg-case-study-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 20px;
}

.emrg-case-study-client-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin-bottom: 0;
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.emrg-case-study-client-meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.emrg-case-study-client-text {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.emrg-case-study-dot {
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: var(--emrg-case-accent);
	flex-shrink: 0;
}

.emrg-case-study-content h3 {
	margin: 0;
	font-size: 0.975rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: var(--emrg-white);
}

.emrg-case-study-description {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.emrg-case-study-content p {
	margin: 0;
	opacity: 0;
	font-size: 0.78rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.65);
	transition: opacity 0.5s ease, margin-top 0.5s ease;
}

.emrg-case-study-more {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex-shrink: 0;
	opacity: 1;
	transform: translateY(0);
	font-size: 0.75rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
	transition: opacity 0.38s ease, transform 0.38s ease;
}

.emrg-case-study-more-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: var(--emrg-case-accent);
	color: #fff;
}

.emrg-case-study-card:hover .emrg-case-study-image {
	transform: scale(1.07);
}

.emrg-case-study-card:hover {
	--emrg-case-accent: #408f86;
	--emrg-case-accent-rgb: 64, 143, 134;
}

.emrg-case-study-card:hover .emrg-case-study-overlay-accent {
	opacity: 1;
}

.emrg-case-study-card:hover .emrg-case-study-shimmer {
	opacity: 1;
}

.emrg-case-study-card:hover .emrg-case-study-stat-pill {
	background: rgba(var(--emrg-case-accent-rgb), 0.9);
	border-color: rgba(255, 255, 255, 0.26);
}

.emrg-case-study-card:hover .emrg-case-study-content p {
	margin-top: 10px;
	opacity: 1;
}

.emrg-case-study-card:hover .emrg-case-study-description {
	max-height: 88px;
}

.emrg-case-study-card.is-placeholder .emrg-case-study-overlay-accent,
.emrg-case-study-card.is-placeholder .emrg-case-study-shimmer {
	display: none;
}

.emrg-case-study-card.is-placeholder .emrg-case-study-content p {
	margin-top: 10px;
	opacity: 1;
}

.emrg-case-study-card.is-placeholder .emrg-case-study-description {
	max-height: 72px;
}

.emrg-case-study-card.is-placeholder .emrg-case-study-more {
	display: none;
}

.emrg-case-studies-archive {
	padding: 124px 24px 96px;
	background: #f6f8fb;
}

.emrg-case-studies-archive-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
}

.emrg-case-studies-archive-header p {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-studies-archive-header h1 {
	margin: 10px 0 0;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: var(--emrg-text-primary);
}

.emrg-case-studies-archive-header div {
	margin-top: 12px;
	max-width: 640px;
	font-size: 1.01rem;
	line-height: 1.7;
	color: rgba(51, 65, 85, 0.78);
}

.emrg-case-studies-archive-grid {
	margin-top: 34px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.emrg-case-study-tile {
	border-radius: 18px;
	border: 1px solid rgba(11, 18, 32, 0.1);
	overflow: hidden;
	background: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.emrg-case-study-tile-link {
	display: block;
	height: 100%;
}

.emrg-case-study-tile-media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.emrg-case-study-tile-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.emrg-case-study-tile-image-placeholder {
	background: linear-gradient(145deg, #dce4ef 0%, #b4c0d1 48%, #93a0b3 100%);
}

.emrg-case-study-tile-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(11, 18, 32, 0.72), rgba(11, 18, 32, 0) 64%);
}

.emrg-case-study-tile-content {
	padding: 18px;
}

.emrg-case-study-tile-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.emrg-case-study-tile-meta span {
	display: inline-flex;
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.11);
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--emrg-teal);
}

.emrg-case-study-tile-content h2 {
	margin: 14px 0 0;
	font-size: 1.18rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--emrg-text-primary);
}

.emrg-case-study-tile-service {
	margin: 10px 0 0;
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(78, 97, 114, 0.95);
}

.emrg-case-study-tile-excerpt {
	margin: 12px 0 0;
	font-size: 0.88rem;
	line-height: 1.65;
	color: rgba(51, 65, 85, 0.76);
}

.emrg-case-study-tile-stat {
	margin-top: 14px;
	font-size: 0.86rem;
	font-weight: 700;
	color: var(--emrg-teal);
}

.emrg-case-study-tile:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 48px rgba(11, 18, 32, 0.12);
}

.emrg-case-studies-pagination {
	margin-top: 32px;
}

.emrg-case-study-single {
	padding: 122px 24px 96px;
	background: #f6f8fb;
}

.emrg-case-study-single-inner {
	max-width: 1040px;
	margin: 0 auto;
}

.emrg-case-study-back {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 0.83rem;
	font-weight: 600;
	color: rgba(51, 65, 85, 0.78);
}

.emrg-case-study-single-header {
	margin-top: 14px;
}

.emrg-case-study-single-header p {
	margin: 0;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-study-single-header h1 {
	margin: 12px 0 0;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: var(--emrg-text-primary);
}

.emrg-case-study-single-tags {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.emrg-case-study-single-tags span {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.11);
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--emrg-teal);
}

.emrg-case-study-single-stat {
	margin-top: 18px;
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: #0b1220;
	font-size: 0.86rem;
	font-weight: 700;
	color: #fff;
}

.emrg-case-study-single-media {
	margin-top: 28px;
	border-radius: 20px;
	overflow: hidden;
}

.emrg-case-study-single-image {
	display: block;
	width: 100%;
	height: auto;
}

.emrg-case-study-single-content {
	margin-top: 26px;
	padding: 28px;
	border: 1px solid rgba(11, 18, 32, 0.1);
	border-radius: 18px;
	background: #fff;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(15, 23, 42, 0.92);
}

.emrg-case-study-single-content > :first-child {
	margin-top: 0;
}

.emrg-case-study-single-content > :last-child {
	margin-bottom: 0;
}

.emrg-case-study-before-after {
	margin-top: 26px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.emrg-case-study-before-after figure {
	margin: 0;
	padding: 16px;
	border-radius: 16px;
	border: 1px solid rgba(11, 18, 32, 0.1);
	background: #fff;
}

.emrg-case-study-before-after figcaption {
	margin: 0 0 12px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-study-before-after img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.emrg-case-study-single-actions {
	margin-top: 28px;
}

.emrg-case-study-related {
	margin-top: 48px;
}

.emrg-case-study-related h2 {
	margin: 0 0 20px;
	font-size: clamp(1.55rem, 3.2vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--emrg-text-primary);
}

.emrg-case-study-related-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.emrg-case-study-related-card {
	border: 1px solid rgba(11, 18, 32, 0.1);
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}

.emrg-case-study-related-media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.emrg-case-study-related-media img,
.emrg-case-study-related-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emrg-case-study-related-placeholder {
	background: linear-gradient(145deg, #dce4ef 0%, #b4c0d1 48%, #93a0b3 100%);
}

.emrg-case-study-related-card h3 {
	margin: 0;
	padding: 14px 16px 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: var(--emrg-text-primary);
}

@media (min-width: 700px) {
	.emrg-case-studies-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-case-study-before-after,
	.emrg-case-study-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 640px) {
	.emrg-case-studies-grid {
		column-count: 2;
	}
}

@media (min-width: 960px) {
	.emrg-case-studies-header {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
}

@media (min-width: 1200px) {
	.emrg-case-studies-archive-grid,
	.emrg-case-study-related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.emrg-case-studies-grid {
		column-count: 3;
	}
}

.emrg-testimonials-section {
	background: var(--emrg-surface);
	padding: 96px 24px 104px;
	overflow: hidden;
}

.emrg-testimonials-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
}

.emrg-testimonials-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 42px;
}

.emrg-testimonials-header-copy {
	max-width: 640px;
}

.emrg-testimonials-eyebrow {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-testimonials-header-copy h2 {
	margin: 10px 0 0;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--emrg-text-primary);
}

.emrg-testimonials-nav {
	display: flex;
	align-items: center;
	gap: 12px;
}

.emrg-testimonials-nav-button {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid var(--emrg-border);
	background: var(--emrg-white);
	color: var(--emrg-navy);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.emrg-testimonials-nav-button:hover:not(:disabled) {
	color: var(--emrg-teal);
	border-color: rgba(64, 143, 134, 0.44);
	background: rgba(64, 143, 134, 0.06);
}

.emrg-testimonials-nav-button:disabled {
	opacity: 0.4;
	cursor: default;
}

.emrg-testimonials-carousel {
	position: relative;
}

.emrg-testimonials-viewport {
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	--emrg-testimonials-edge: 0px;
	scroll-padding-left: var(--emrg-testimonials-edge);
	scroll-padding-right: var(--emrg-testimonials-edge);
}

.emrg-testimonials-viewport::-webkit-scrollbar {
	display: none;
}

.emrg-testimonials-track {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	width: max-content;
	padding-left: var(--emrg-testimonials-edge);
	padding-right: var(--emrg-testimonials-edge);
	padding-bottom: 2px;
}

.emrg-testimonial-slide {
	flex: 0 0 clamp(300px, 45vw, 560px);
	min-width: 0;
}

.emrg-testimonial-card {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	border: 1px solid var(--emrg-border);
	background: var(--emrg-white);
	overflow: hidden;
	opacity: 0.5;
	transform: scale(0.97);
	transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.emrg-testimonial-card.is-active {
	opacity: 1;
	transform: scale(1);
	box-shadow: 0 20px 60px -12px rgba(11, 18, 32, 0.12);
}

.emrg-testimonial-card-topbar {
	width: 100%;
	flex: 0 0 4px;
	height: 4px;
	background: var(--emrg-border);
}

.emrg-testimonial-card.is-active .emrg-testimonial-card-topbar {
	background: linear-gradient(90deg, var(--emrg-teal) 0%, var(--emrg-navy) 100%);
}

.emrg-testimonial-card-body {
	display: flex;
	flex-direction: column;
	padding: 30px;
}

.emrg-testimonial-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 20px;
}

.emrg-testimonial-stars {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	color: var(--emrg-teal);
}

.emrg-testimonial-quote {
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
	font-weight: 500;
	color: var(--emrg-text-primary);
}

.emrg-testimonial-author {
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid var(--emrg-border);
	display: flex;
	align-items: center;
	gap: 14px;
}

.emrg-testimonial-avatar {
	width: 48px;
	height: 48px;
	border-radius: 999px;
	overflow: hidden;
	border: 2px solid rgba(64, 143, 134, 0.2);
	background: rgba(64, 143, 134, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
}

.emrg-testimonial-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emrg-testimonial-avatar span {
	font-size: 0.86rem;
	font-weight: 700;
	color: var(--emrg-teal);
}

.emrg-testimonial-author-copy {
	display: grid;
	gap: 3px;
}

.emrg-testimonial-name {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--emrg-text-primary);
}

.emrg-testimonial-meta {
	margin: 0;
	font-size: 0.78rem;
	color: rgba(51, 65, 85, 0.7);
}

.emrg-testimonials-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 32px;
}

.emrg-testimonials-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #d1d5db;
	cursor: pointer;
	transition: width 0.3s ease, background-color 0.3s ease;
}

.emrg-testimonials-dot.is-active {
	width: 24px;
	background: var(--emrg-teal);
}

@media (min-width: 960px) {
	.emrg-testimonials-header {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
}

.emrg-contact-section {
	background: var(--emrg-white);
	padding: 96px 24px 104px;
}

.emrg-contact-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
}

.emrg-contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 42px;
}

.emrg-contact-copy {
	max-width: 620px;
}

.emrg-contact-eyebrow {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-contact-copy h2 {
	margin: 12px 0 0;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--emrg-text-primary);
}

.emrg-contact-description {
	margin-top: 16px;
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--emrg-text-secondary);
}

.emrg-contact-description p {
	margin: 0;
}

.emrg-contact-tagline {
	margin-top: 24px;
}

.emrg-contact-tagline-image {
	height: 32px;
	width: auto;
	max-width: 220px;
	object-fit: contain;
}

.emrg-contact-details {
	margin-top: 30px;
	display: grid;
	gap: 14px;
}

.emrg-contact-item {
	display: flex;
	align-items: center;
	gap: 14px;
}

.emrg-contact-item-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid var(--emrg-border);
	background: var(--emrg-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--emrg-teal);
	flex: 0 0 44px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.emrg-contact-item:hover .emrg-contact-item-icon {
	border-color: rgba(64, 143, 134, 0.44);
	background: rgba(64, 143, 134, 0.05);
}

.emrg-contact-item-copy {
	display: grid;
	gap: 2px;
}

.emrg-contact-item-copy small {
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(51, 65, 85, 0.82);
}

.emrg-contact-item-copy strong {
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--emrg-text-primary);
	transition: color 0.2s ease;
}

.emrg-contact-item:hover .emrg-contact-item-copy strong {
	color: var(--emrg-teal);
}

.emrg-contact-form-shell {
	background: var(--emrg-white);
	border-radius: 18px;
	border: 1px solid var(--emrg-border);
	padding: 32px;
	box-shadow: 0 6px 20px rgba(11, 18, 32, 0.05);
}

.emrg-contact-form-placeholder {
	min-height: 260px;
	border-radius: 14px;
	border: 1px dashed rgba(64, 143, 134, 0.4);
	background: rgba(64, 143, 134, 0.05);
	padding: 26px 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.emrg-contact-form-placeholder-icon {
	width: 54px;
	height: 54px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(64, 143, 134, 0.12);
	color: var(--emrg-teal);
}

.emrg-contact-form-placeholder h3 {
	margin: 12px 0 6px;
	font-size: 1.14rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--emrg-text-primary);
}

.emrg-contact-form-placeholder p {
	margin: 0;
	max-width: 420px;
	font-size: 0.9rem;
	line-height: 1.7;
	color: var(--emrg-text-secondary);
}

.emrg-contact-gravity-form .gform_wrapper {
	margin: 0;
}

.emrg-contact-gravity-form .gform_wrapper .gform_heading {
	display: none;
}

.emrg-contact-gravity-form .gform_wrapper form {
	margin: 0;
}

.emrg-contact-gravity-form .gform_wrapper .gform_body {
	margin: 0;
}

.emrg-contact-gravity-form .gform_wrapper .gform_fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	row-gap: 20px;
}

.emrg-contact-gravity-form .gform_wrapper .gfield {
	grid-column: 1 / -1;
	margin: 0;
}

.emrg-contact-gravity-form .gform_wrapper .gfield:nth-child(1),
.emrg-contact-gravity-form .gform_wrapper .gfield:nth-child(2),
.emrg-contact-gravity-form .gform_wrapper .gfield.gfield--width-half {
	grid-column: span 1;
}

.emrg-contact-gravity-form .gform_wrapper .gfield.gfield--width-third {
	grid-column: span 1;
}

.emrg-contact-gravity-form .gform_wrapper .gfield.gfield--width-quarter {
	grid-column: span 1;
}

.emrg-contact-gravity-form .gform_wrapper .gfield_label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.825rem;
	font-weight: 600;
	color: #0b1220;
}

.emrg-contact-gravity-form .gform_wrapper .gfield_required {
	color: #0b1220;
	font-weight: 600;
}

.emrg-contact-gravity-form .gform_wrapper input[type="text"],
.emrg-contact-gravity-form .gform_wrapper input[type="tel"],
.emrg-contact-gravity-form .gform_wrapper input[type="email"],
.emrg-contact-gravity-form .gform_wrapper input[type="url"],
.emrg-contact-gravity-form .gform_wrapper textarea,
.emrg-contact-gravity-form .gform_wrapper select {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f6f8fb;
	color: #0b1220;
	font-size: 0.9rem;
	padding: 0 16px;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	box-shadow: none;
}

.emrg-contact-gravity-form .gform_wrapper textarea {
	height: auto;
	min-height: 144px;
	padding: 13px 16px;
	resize: vertical;
}

.emrg-contact-gravity-form .gform_wrapper ::placeholder {
	color: #94a3b8;
	opacity: 1;
}

.emrg-contact-gravity-form .gform_wrapper input[type="text"]:focus,
.emrg-contact-gravity-form .gform_wrapper input[type="tel"]:focus,
.emrg-contact-gravity-form .gform_wrapper input[type="email"]:focus,
.emrg-contact-gravity-form .gform_wrapper input[type="url"]:focus,
.emrg-contact-gravity-form .gform_wrapper textarea:focus,
.emrg-contact-gravity-form .gform_wrapper select:focus {
	border-color: #408f86;
	background: #ffffff;
	outline: none;
	box-shadow: none;
}

.emrg-contact-gravity-form .gform_wrapper .gform_validation_errors,
.emrg-contact-gravity-form .gform_wrapper .validation_message,
.emrg-contact-gravity-form .gform_wrapper .gfield_validation_message {
	border-radius: 10px;
	font-size: 0.78rem;
}

.emrg-contact-gravity-form .gform_wrapper .gfield_error input,
.emrg-contact-gravity-form .gform_wrapper .gfield_error textarea,
.emrg-contact-gravity-form .gform_wrapper .gfield_error select {
	border-color: #dc2626;
	background: #fff;
}

.emrg-contact-gravity-form .gform_wrapper .gform_footer,
.emrg-contact-gravity-form .gform_wrapper .gform_page_footer {
	margin: 18px 0 0;
	padding: 0;
}

.emrg-contact-gravity-form .gform_wrapper .gform_button,
.emrg-contact-gravity-form .gform_wrapper .gform_footer input[type="submit"],
.emrg-contact-gravity-form .gform_wrapper .gform_page_footer input[type="submit"],
.emrg-contact-gravity-form .gform_wrapper .gform_page_footer input[type="button"] {
	width: 100%;
	height: 56px;
	border: 0;
	border-radius: 12px;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--emrg-white);
	background: var(--emrg-teal);
	padding: 0 24px;
	cursor: pointer;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	box-shadow:
		0 0 16px rgba(64, 143, 134, 0.4),
		0 8px 20px rgba(64, 143, 134, 0.25);
}

.emrg-contact-gravity-form .gform_wrapper .gform_button:hover,
.emrg-contact-gravity-form .gform_wrapper .gform_footer input[type="submit"]:hover,
.emrg-contact-gravity-form .gform_wrapper .gform_page_footer input[type="submit"]:hover,
.emrg-contact-gravity-form .gform_wrapper .gform_page_footer input[type="button"]:hover {
	background: #357a71;
	box-shadow:
		0 0 20px rgba(64, 143, 134, 0.5),
		0 10px 24px rgba(64, 143, 134, 0.3);
	transform: translateY(-1px);
}

.emrg-contact-gravity-form .gform_wrapper .gform_button:active,
.emrg-contact-gravity-form .gform_wrapper .gform_footer input[type="submit"]:active,
.emrg-contact-gravity-form .gform_wrapper .gform_page_footer input[type="submit"]:active,
.emrg-contact-gravity-form .gform_wrapper .gform_page_footer input[type="button"]:active {
	background: #2d6b63;
	transform: translateY(0);
}

.emrg-contact-gravity-form .gform_wrapper .gform_confirmation_message {
	border-radius: 14px;
	border: 1px solid rgba(64, 143, 134, 0.35);
	background: rgba(64, 143, 134, 0.08);
	padding: 14px 16px;
	font-size: 0.9rem;
	line-height: 1.7;
	color: #0b1220;
}

@media (max-width: 740px) {
	.emrg-contact-form-shell {
		padding: 24px;
	}

	.emrg-contact-gravity-form .gform_wrapper .gform_fields {
		grid-template-columns: 1fr;
		gap: 16px;
		row-gap: 16px;
	}

	.emrg-contact-gravity-form .gform_wrapper .gfield:nth-child(1),
	.emrg-contact-gravity-form .gform_wrapper .gfield:nth-child(2),
	.emrg-contact-gravity-form .gform_wrapper .gfield.gfield--width-half,
	.emrg-contact-gravity-form .gform_wrapper .gfield.gfield--width-third,
	.emrg-contact-gravity-form .gform_wrapper .gfield.gfield--width-quarter {
		grid-column: 1 / -1;
	}
}

@media (min-width: 1024px) {
	.emrg-contact-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 74px;
	}
}

.emrg-portfolio-archive,
.emrg-portfolio-single {
	padding: 124px 24px 96px;
	background: var(--emrg-surface);
}

.emrg-portfolio-archive.emrg-portfolio-archive--figma {
	padding: 0 0 96px;
	background: var(--emrg-surface);
}

.emrg-portfolio-archive-hero {
	position: relative;
	padding-top: 76px;
	background: #0b1220;
	overflow: hidden;
}

.emrg-portfolio-archive-hero-inner {
	position: relative;
	z-index: 2;
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 94px 24px 88px;
}

.emrg-portfolio-archive-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 14px;
	margin: 0;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.32);
	background: rgba(64, 143, 134, 0.12);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-portfolio-archive-hero h1 {
	margin: 16px 0 0;
	max-width: 760px;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.08;
	color: #fff;
}

.emrg-portfolio-archive-hero h1 span {
	display: block;
	color: var(--emrg-teal);
}

.emrg-portfolio-archive-hero-description {
	margin: 18px 0 0;
	max-width: 760px;
	font-size: 1.08rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.62);
}

.emrg-portfolio-archive-hero-stats {
	margin-top: 42px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	max-width: 820px;
}

.emrg-portfolio-archive-hero-stat {
	display: grid;
	gap: 5px;
}

.emrg-portfolio-archive-hero-stat strong {
	font-size: clamp(1.55rem, 2.6vw, 1.95rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: #fff;
}

.emrg-portfolio-archive-hero-stat span {
	font-size: 0.78rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.44);
}

.emrg-portfolio-archive-inner,
.emrg-portfolio-single-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
}

.emrg-portfolio-archive--figma .emrg-portfolio-archive-inner {
	padding: 28px 24px 0;
}

.emrg-portfolio-archive--figma .emrg-portfolio-archive-header {
	display: block;
}

.emrg-portfolio-archive--figma .emrg-portfolio-tax-nav {
	margin-top: 0;
}

.emrg-portfolio-archive-header p,
.emrg-portfolio-single-header p {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-portfolio-archive-header h1,
.emrg-portfolio-single-header h1 {
	margin: 10px 0 0;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: var(--emrg-text-primary);
}

.emrg-portfolio-tax-nav {
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.emrg-portfolio-tax-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--emrg-text-secondary);
	background: var(--emrg-white);
	border: 1px solid var(--emrg-border);
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.emrg-portfolio-tax-nav a:hover,
.emrg-portfolio-tax-nav a.is-active {
	color: var(--emrg-white);
	background: var(--emrg-teal);
	border-color: var(--emrg-teal);
}

.emrg-portfolio-grid {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.emrg-portfolio-grid .emrg-portfolio-card {
	flex: 1 1 auto;
}

.emrg-portfolio-card-trigger {
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
}

.emrg-portfolio-card-trigger:focus-visible {
	outline: 2px solid rgba(64, 143, 134, 0.75);
	outline-offset: 3px;
}

.emrg-portfolio-pagination {
	margin-top: 26px;
	display: flex;
	justify-content: center;
}

.emrg-portfolio-pagination .nav-links {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
}

.emrg-portfolio-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 11px;
	border-radius: 999px;
	border: 1px solid var(--emrg-border);
	background: var(--emrg-white);
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--emrg-text-secondary);
}

.emrg-portfolio-pagination .page-numbers.current {
	background: var(--emrg-teal);
	border-color: var(--emrg-teal);
	color: var(--emrg-white);
}

.emrg-portfolio-modal {
	position: fixed;
	inset: 0;
	z-index: 140;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.emrg-portfolio-modal[hidden] {
	display: none;
}

.emrg-portfolio-modal.is-open {
	display: flex;
}

.emrg-portfolio-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 10, 20, 0.76);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.emrg-portfolio-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(1060px, calc(100vw - 36px));
	max-height: calc(100vh - 36px);
	padding: 24px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: linear-gradient(155deg, rgba(11, 18, 32, 0.94), rgba(12, 22, 40, 0.9));
	box-shadow: 0 36px 80px rgba(1, 6, 16, 0.5);
	color: #fff;
	overflow: hidden;
}

.emrg-portfolio-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.09);
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.emrg-portfolio-modal-close:hover {
	border-color: rgba(64, 143, 134, 0.75);
	background: rgba(64, 143, 134, 0.24);
	color: #fff;
}

.emrg-portfolio-modal-head {
	padding-right: 48px;
}

.emrg-portfolio-modal-meta {
	margin: 0;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(159, 204, 197, 0.92);
}

.emrg-portfolio-modal-head h2 {
	margin: 10px 0 0;
	font-size: clamp(1.35rem, 2.7vw, 2rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: #fff;
}

.emrg-portfolio-modal-result {
	margin: 10px 0 0;
	font-size: 0.88rem;
	font-weight: 700;
	color: rgba(159, 204, 197, 0.95);
}

.emrg-portfolio-modal-description {
	margin: 9px 0 0;
	font-size: 0.9rem;
	line-height: 1.68;
	color: rgba(235, 244, 255, 0.7);
}

.emrg-portfolio-modal-image-scroll {
	margin-top: 18px;
	max-height: min(68vh, 760px);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-gutter: stable;
}

.emrg-portfolio-modal-image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

body.emrg-modal-open {
	overflow: hidden;
}

.emrg-empty-state {
	margin-top: 24px;
	font-size: 0.96rem;
	color: var(--emrg-text-secondary);
}

.emrg-portfolio-single-header {
	max-width: 920px;
	position: relative;
}

.emrg-portfolio-single-services {
	margin-top: 16px;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-portfolio-single-result {
	margin-top: 10px;
	font-size: 1rem;
	font-weight: 600;
	color: var(--emrg-text-secondary);
}

.emrg-portfolio-single-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	font-size: 0.86rem;
	font-weight: 700;
	color: var(--emrg-teal);
}

.emrg-portfolio-single-media {
	margin-top: 30px;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--emrg-border);
	background: var(--emrg-white);
}

.emrg-portfolio-single-image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.emrg-portfolio-single-content {
	margin-top: 28px;
	background: var(--emrg-white);
	border: 1px solid var(--emrg-border);
	border-radius: 20px;
	padding: 30px;
	color: var(--emrg-text-secondary);
	line-height: 1.75;
}

.emrg-portfolio-single-content > :first-child {
	margin-top: 0;
}

.emrg-portfolio-single-content > :last-child {
	margin-bottom: 0;
}

.emrg-portfolio-related {
	margin-top: 48px;
}

.emrg-portfolio-related h2 {
	margin: 0;
	font-size: clamp(1.4rem, 2.6vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--emrg-text-primary);
}

.emrg-blog-archive,
.emrg-blog-single {
	padding: 124px 24px 96px;
	background: var(--emrg-surface);
}

.emrg-blog-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
}

.emrg-blog-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.7fr);
	align-items: end;
	gap: 24px;
	padding: clamp(26px, 3vw, 42px);
	border-radius: 26px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background:
		radial-gradient(130% 120% at 10% 0%, rgba(62, 157, 145, 0.24) 0%, rgba(62, 157, 145, 0) 48%),
		linear-gradient(152deg, #0b1220 0%, #152238 58%, #101a2c 100%);
	overflow: hidden;
}

.emrg-blog-hero-copy {
	max-width: 760px;
}

.emrg-blog-eyebrow {
	margin: 0;
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(113, 232, 218, 0.42);
	background: rgba(64, 143, 134, 0.22);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #a5f4e8;
}

.emrg-blog-hero h1 {
	margin: 14px 0 0;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: #f8fbff;
}

.emrg-blog-hero-copy > p {
	margin: 14px 0 0;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(232, 240, 252, 0.8);
}

.emrg-blog-hero-media {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	justify-self: stretch;
	width: 100%;
	pointer-events: none;
}

.emrg-blog-hero-image {
	display: block;
	width: clamp(220px, 28vw, 360px);
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.emrg-blog-category-chips {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.emrg-blog-category-chips a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.78rem;
	font-weight: 600;
	color: rgba(236, 245, 255, 0.92);
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.emrg-blog-category-chips a:hover {
	border-color: rgba(121, 237, 224, 0.9);
	color: #031b1a;
	background: #79ede0;
}

.emrg-blog-grid {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.emrg-blog-card {
	margin: 0;
}

.emrg-blog-card-link {
	display: block;
	height: 100%;
	border: 1px solid var(--emrg-border);
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.emrg-blog-card-link:hover {
	border-color: rgba(64, 143, 134, 0.4);
	box-shadow: 0 20px 40px rgba(11, 18, 32, 0.1);
	transform: translateY(-2px);
}

.emrg-blog-card-media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #dfe6ef;
}

.emrg-blog-card-image,
.emrg-blog-card-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.emrg-blog-card-placeholder {
	background: linear-gradient(145deg, #dce5f2 0%, #bdcbde 56%, #9dacbf 100%);
}

.emrg-blog-card-content {
	padding: 20px;
}

.emrg-blog-card-category {
	margin: 0;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-blog-card-content h2,
.emrg-blog-card-content h3 {
	margin: 9px 0 0;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: var(--emrg-text-primary);
}

.emrg-blog-card-excerpt {
	margin: 10px 0 0;
	font-size: 0.9rem;
	line-height: 1.7;
	color: rgba(51, 65, 85, 0.72);
}

.emrg-blog-card-meta {
	margin-top: 16px;
	padding-top: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border-top: 1px solid var(--emrg-border);
	font-size: 0.76rem;
	font-weight: 600;
	color: rgba(51, 65, 85, 0.56);
}

.emrg-blog-card-meta span:last-child {
	color: var(--emrg-teal);
}

.emrg-blog-pagination {
	margin-top: 28px;
	display: flex;
	justify-content: center;
}

.emrg-blog-pagination .nav-links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.emrg-blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 11px;
	border-radius: 999px;
	border: 1px solid var(--emrg-border);
	background: #fff;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--emrg-text-secondary);
}

.emrg-blog-pagination .page-numbers.current {
	background: var(--emrg-teal);
	border-color: var(--emrg-teal);
	color: #fff;
}

.emrg-blog-single-hero {
	max-width: none;
	position: relative;
	display: block;
	padding-right: clamp(210px, 24vw, 340px);
}

.emrg-blog-single-hero .emrg-blog-hero-media {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	margin: 0;
	display: block;
}

.emrg-blog-single-hero .emrg-blog-hero-image {
	width: clamp(220px, 26vw, 360px);
}

.emrg-blog-single-meta {
	margin-top: 14px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 0.84rem;
	font-weight: 600;
	color: rgba(232, 240, 252, 0.78);
}

.emrg-blog-single-meta span {
	display: inline-flex;
	align-items: center;
}

.emrg-inner-hero-artwork {
	position: absolute;
	right: clamp(12px, 4vw, 56px);
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	line-height: 0;
}

.emrg-inner-hero-artwork-image {
	display: block;
	width: clamp(220px, 26vw, 390px);
	height: auto;
	max-width: 100%;
	object-fit: contain;
	filter: drop-shadow(0 18px 42px rgba(2, 6, 18, 0.28));
}

.emrg-inner-hero-artwork.is-portfolio-archive,
.emrg-inner-hero-artwork.is-case-archive {
	bottom: 16px;
}

.emrg-inner-hero-artwork.is-portfolio-single {
	right: 0;
	top: 0;
	bottom: auto;
}

.emrg-inner-hero-artwork.is-blog-single {
	top: 0;
	bottom: auto;
	right: -18px;
}

.emrg-blog-single-media {
	max-width: 800px;
	margin: 24px auto 0;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--emrg-border);
	background: #fff;
	display: block;
}

.emrg-blog-single-image {
	display: block;
	width: 100%;
	max-width: 800px;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

.emrg-blog-single-content {
	margin-top: 24px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border-radius: 20px;
	border: 1px solid var(--emrg-border);
	background: #fff;
	color: var(--emrg-text-secondary);
	font-size: 1rem;
	line-height: 1.85;
}

.emrg-blog-single-content > :first-child {
	margin-top: 0;
}

.emrg-blog-single-content > :last-child {
	margin-bottom: 0;
}

.emrg-blog-single-content h2,
.emrg-blog-single-content h3,
.emrg-blog-single-content h4 {
	color: var(--emrg-text-primary);
	letter-spacing: -0.01em;
}

.emrg-blog-single-content iframe {
	display: block;
	width: min(100%, 860px);
	aspect-ratio: 16 / 9;
	margin: 18px auto;
	border: 0;
}

.emrg-blog-post-navigation {
	margin-top: 20px;
}

.emrg-blog-post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.emrg-blog-post-navigation .nav-previous a,
.emrg-blog-post-navigation .nav-next a {
	display: inline-flex;
	align-items: center;
	width: 100%;
	min-height: 56px;
	padding: 0 16px;
	border-radius: 12px;
	border: 1px solid var(--emrg-border);
	background: #fff;
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--emrg-text-secondary);
}

.emrg-blog-post-navigation .nav-next a {
	justify-content: flex-end;
	text-align: right;
}

.emrg-blog-related {
	margin-top: 46px;
}

.emrg-blog-related h2 {
	margin: 0;
	font-size: clamp(1.4rem, 2.6vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--emrg-text-primary);
}

.emrg-not-found {
	position: relative;
	min-height: 100vh;
	padding: 118px 24px 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(120% 100% at 50% 0%, rgba(64, 143, 134, 0.22) 0%, rgba(64, 143, 134, 0) 52%),
		linear-gradient(148deg, #0b1220 0%, #10192a 52%, #0c1422 100%);
	overflow: hidden;
}

.emrg-not-found-shell {
	position: relative;
	width: min(1120px, 100%);
	border-radius: 30px;
	padding: clamp(30px, 5vw, 62px);
	border: 1px solid rgba(133, 154, 181, 0.22);
	background:
		radial-gradient(90% 130% at 0% 0%, rgba(64, 143, 134, 0.17) 0%, rgba(64, 143, 134, 0) 48%),
		linear-gradient(150deg, rgba(10, 17, 30, 0.92) 0%, rgba(13, 23, 39, 0.9) 100%);
	box-shadow: 0 34px 68px rgba(3, 8, 16, 0.45);
}

.emrg-not-found-content {
	position: relative;
	z-index: 2;
	max-width: min(760px, 100%);
}

.emrg-not-found-code {
	margin: 0;
	font-size: clamp(118px, 18vw, 228px);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.05em;
	color: rgba(64, 143, 134, 0.3);
	user-select: none;
}

.emrg-not-found h1 {
	margin: 10px 0 0;
	font-size: clamp(1.8rem, 3.8vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.08;
	color: #f8fbff;
}

.emrg-not-found-message {
	margin: 16px 0 0;
	max-width: 620px;
	font-size: 1rem;
	line-height: 1.78;
	color: rgba(228, 239, 252, 0.72);
}

.emrg-not-found-actions {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.emrg-not-found-actions .emrg-secondary-button {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
}

.emrg-not-found-actions .emrg-secondary-button:hover {
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.14);
}

.emrg-not-found-links {
	margin-top: 34px;
}

.emrg-not-found-links p {
	margin: 0;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(155, 220, 211, 0.82);
}

.emrg-not-found-links ul {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.emrg-not-found-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.78rem;
	font-weight: 600;
	color: rgba(233, 244, 255, 0.9);
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.emrg-not-found-links a:hover {
	border-color: rgba(121, 237, 224, 0.85);
	background: rgba(121, 237, 224, 0.16);
	color: #d8f9f3;
}

.emrg-not-found-artwork {
	position: absolute;
	right: clamp(10px, 4vw, 52px);
	bottom: 0;
	width: clamp(180px, 26vw, 360px);
	z-index: 1;
	pointer-events: none;
}

.emrg-not-found-artwork-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.36));
}

@media (max-width: 1200px) {
	.emrg-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-not-found-shell {
		padding-right: clamp(26px, 4vw, 42px);
	}

	.emrg-not-found-artwork {
		width: clamp(160px, 24vw, 280px);
		right: 18px;
	}
}

@media (max-width: 900px) {
	.emrg-not-found {
		padding-top: 110px;
		padding-bottom: 68px;
	}

	.emrg-not-found-shell {
		padding: 30px 24px;
	}

	.emrg-not-found-content {
		max-width: none;
	}

	.emrg-not-found-artwork {
		opacity: 0.22;
		right: 8px;
	}

	.emrg-blog-archive,
	.emrg-blog-single {
		padding-top: 110px;
	}

	.emrg-blog-hero {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.emrg-blog-hero-media {
		justify-content: flex-end;
	}

	.emrg-blog-hero-image {
		width: min(56vw, 280px);
	}

	.emrg-blog-single-hero {
		display: grid;
		padding-right: clamp(26px, 3vw, 42px);
	}

	.emrg-blog-single-hero .emrg-blog-hero-media {
		position: static;
		margin-left: auto;
	}
}

@media (max-width: 640px) {
	.emrg-not-found {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-not-found-shell {
		border-radius: 22px;
		padding: 26px 18px;
	}

	.emrg-not-found-actions .emrg-primary-button,
	.emrg-not-found-actions .emrg-secondary-button {
		width: 100%;
	}

	.emrg-not-found-artwork {
		display: none;
	}

	.emrg-blog-archive,
	.emrg-blog-single {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-blog-grid {
		grid-template-columns: 1fr;
	}

	.emrg-blog-single-content {
		padding: 22px 18px;
	}

	.emrg-blog-post-navigation .nav-links {
		grid-template-columns: 1fr;
	}
}

/* Service Page Refresh */
.emrg-service-page-hero-stats {
	position: relative;
	z-index: 2;
	max-width: var(--emrg-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.emrg-service-page-hero-stat {
	display: grid;
	gap: 4px;
	padding: 24px 20px;
}

.emrg-service-page-hero-stat:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.emrg-service-page-hero-stat strong {
	color: #fff;
	font-size: clamp(1.5rem, 2.5vw, 1.9rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.emrg-service-page-hero-stat span {
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.77rem;
	line-height: 1.42;
}

.emrg-service-page-section {
	padding: clamp(52px, 7vw, 90px) 0;
}

.emrg-service-page-section .emrg-inner-page-section-inner {
	border-radius: 26px;
	padding: clamp(24px, 3vw, 42px);
	background: #fff;
}

.emrg-service-page-section--content .emrg-inner-page-section-inner,
.emrg-service-page-section--callout .emrg-inner-page-section-inner,
.emrg-service-page-section--process .emrg-inner-page-section-inner {
	background: #f6f8fb;
}

.emrg-service-page-section .emrg-inner-page-list li,
.emrg-service-page-section .emrg-inner-page-service-card,
.emrg-service-page-section .emrg-inner-page-step,
.emrg-service-page-section .emrg-inner-page-split-card {
	border-radius: 18px;
}

.emrg-service-cases {
	padding: clamp(64px, 8vw, 104px) 0 0;
}

.emrg-service-cases-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 0 24px;
}

.emrg-service-cases-head {
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	column-gap: 18px;
	row-gap: 8px;
	align-items: end;
}

.emrg-service-cases-kicker {
	margin: 0;
	grid-column: 1;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-service-cases-head h2 {
	margin: 12px 0 0;
	grid-column: 1;
	font-size: clamp(2rem, 3.6vw, 2.9rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: #0b1220;
}

.emrg-service-cases-controls {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: end;
	justify-self: end;
	margin-top: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.emrg-service-cases-control {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	border: 1px solid rgba(148, 163, 184, 0.42);
	background: #fff;
	color: #334155;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.emrg-service-cases-control:hover {
	border-color: rgba(64, 143, 134, 0.44);
	color: var(--emrg-teal);
	background: rgba(64, 143, 134, 0.06);
	transform: translateY(-1px);
}

.emrg-service-form-section {
	padding: clamp(42px, 6vw, 72px) 0 0;
}

.emrg-webdesign-page .emrg-service-form-section {
	padding-bottom: clamp(36px, 5vw, 64px);
}

.emrg-service-form-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 0 24px;
}

.emrg-service-form-head {
	max-width: 760px;
	margin: 0 auto 18px;
	text-align: center;
}

.emrg-service-form-head h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3.2vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.14;
	color: #0b1220;
}

.emrg-service-form-head p {
	margin: 12px 0 0;
	font-size: 0.97rem;
	line-height: 1.74;
	color: rgba(51, 65, 85, 0.75);
}

.emrg-service-inline-icon {
	display: block;
	width: 15px;
	height: 15px;
}

.emrg-service-detail-intro-copy {
	margin: 14px 0 0;
	max-width: 880px;
	font-size: 0.98rem;
	line-height: 1.78;
	color: rgba(51, 65, 85, 0.8);
}

.emrg-service-detail-callout {
	max-width: 980px;
	padding: clamp(24px, 3vw, 34px);
	border-radius: 22px;
	border: 1px solid var(--emrg-border);
	background:
		radial-gradient(120% 90% at 100% 0%, rgba(64, 143, 134, 0.1) 0%, rgba(64, 143, 134, 0) 68%),
		#fff;
}

.emrg-service-detail-callout h2 {
	margin: 0;
}

.emrg-service-detail-callout p {
	margin: 14px 0 0;
	font-size: 0.97rem;
	line-height: 1.78;
	color: rgba(51, 65, 85, 0.78);
}

.emrg-service-form-logo-wrap {
	margin: 12px auto 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.emrg-service-form-logo {
	display: block;
	width: min(260px, 68vw);
	height: auto;
}

.emrg-service-form-shell {
	max-width: 980px;
	margin: 0 auto;
	padding: clamp(24px, 3.1vw, 36px);
	border-radius: 24px;
	border: 1px solid var(--emrg-border);
	background: #fff;
	box-shadow: 0 18px 42px rgba(11, 18, 32, 0.08);
}

.emrg-service-form-shell .gform_wrapper {
	margin: 0;
}

.emrg-service-cases-viewport {
	margin-top: 26px;
	overflow: hidden;
}

.emrg-service-cases-track {
	display: flex;
	width: 100%;
	gap: 20px;
	will-change: transform;
}

.emrg-service-cases-slide {
	flex: 0 0 calc((100% - 40px) / 3);
	width: calc((100% - 40px) / 3);
	min-width: 0;
}

.emrg-service-cases-card {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
	border-radius: 22px;
	border: 1px solid rgba(226, 232, 240, 0.95);
	background: #fff;
	overflow: hidden;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.emrg-service-cases-card:hover {
	border-color: rgba(64, 143, 134, 0.4);
	box-shadow: 0 20px 44px rgba(11, 18, 32, 0.12);
	transform: translateY(-2px);
}

.emrg-service-cases-media {
	aspect-ratio: 16 / 10;
	background: #e2e8f0;
	overflow: hidden;
}

.emrg-service-cases-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.emrg-service-cases-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #dde5f0 0%, #c5d2e3 56%, #a8b9cf 100%);
}

.emrg-service-cases-copy {
	padding: 18px 18px 20px;
}

.emrg-service-cases-copy h3 {
	margin: 0;
	font-size: 1.06rem;
	font-weight: 700;
	line-height: 1.33;
	color: #0b1220;
}

.emrg-service-cases-copy span {
	display: inline-flex;
	margin-top: 12px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

@media (max-width: 1080px) {
	.emrg-service-page-hero-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-service-page-hero-stat:nth-child(2n) {
		border-right: 0;
	}

	.emrg-service-page-hero-stat {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.emrg-service-page-hero-stat:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.emrg-service-cases-slide {
		flex-basis: calc((100% - 20px) / 2);
		width: calc((100% - 20px) / 2);
	}
}

@media (max-width: 700px) {
	.emrg-service-cases-head {
		grid-template-columns: 1fr;
	}

	.emrg-service-cases-controls {
		grid-column: 1;
		grid-row: auto;
		justify-self: end;
		margin-top: 10px;
	}

	.emrg-service-cases-inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-service-form-inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-service-form-head {
		margin-bottom: 14px;
	}

	.emrg-service-cases-slide {
		flex-basis: 100%;
		width: 100%;
	}
}

/* Website Design Page */
.emrg-webdesign-page {
	padding: 0;
	background: #fff;
}

.emrg-webdesign-hero {
	position: relative;
	padding-top: 76px;
	background: #0b1220;
	overflow: hidden;
}

.emrg-webdesign-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.emrg-webdesign-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.12;
}

.emrg-webdesign-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(120% 85% at 96% 0%, rgba(64, 143, 134, 0.26) 0%, rgba(64, 143, 134, 0) 56%),
		linear-gradient(180deg, rgba(11, 18, 32, 0.58) 0%, rgba(11, 18, 32, 0.88) 64%, #0b1220 100%);
}

.emrg-webdesign-hero-inner {
	position: relative;
	z-index: 2;
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 92px 24px 96px;
}

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

.emrg-webdesign-hero-kicker {
	margin: 0 0 24px;
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.3);
	background: rgba(64, 143, 134, 0.1);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-webdesign-hero h1 {
	margin: 0;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.06;
	color: #fff;
}

.emrg-webdesign-hero h1 span {
	color: var(--emrg-teal);
}

.emrg-webdesign-hero-copy > p:not(.emrg-webdesign-hero-kicker) {
	margin: 22px 0 0;
	max-width: 760px;
	font-size: 1.08rem;
	line-height: 1.78;
	color: rgba(255, 255, 255, 0.64);
}

.emrg-webdesign-hero-actions {
	margin-top: 28px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.emrg-webdesign-hero-actions .emrg-secondary-button {
	color: var(--emrg-white);
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px) saturate(160%);
	-webkit-backdrop-filter: blur(12px) saturate(160%);
}

.emrg-webdesign-hero-actions .emrg-secondary-button:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.12);
}

.emrg-inner-hero-artwork.is-webdesign-hero {
	right: clamp(8px, 3vw, 36px);
	bottom: 8px;
}

.emrg-webdesign-stats {
	position: relative;
	z-index: 2;
	max-width: var(--emrg-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.emrg-webdesign-stat {
	display: grid;
	gap: 3px;
	padding: 24px 20px;
}

.emrg-webdesign-stat:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.emrg-webdesign-stat strong {
	font-size: clamp(1.56rem, 2.5vw, 1.95rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: #fff;
}

.emrg-webdesign-stat span {
	font-size: 0.79rem;
	line-height: 1.42;
	color: rgba(255, 255, 255, 0.45);
}

.emrg-webdesign-section {
	padding: clamp(58px, 7vw, 96px) 0;
}

.emrg-webdesign-section.is-alt {
	background: #f6f8fb;
}

.emrg-webdesign-container {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 0 24px;
}

.emrg-webdesign-eyebrow {
	margin: 0;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-webdesign-section h2 {
	margin: 14px 0 0;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: #0b1220;
}

.emrg-webdesign-section-head > p:not(.emrg-webdesign-eyebrow),
.emrg-webdesign-approach-copy > p:not(.emrg-webdesign-eyebrow),
.emrg-webdesign-step-copy p {
	margin-top: 14px;
}

.emrg-webdesign-section-head > p:not(.emrg-webdesign-eyebrow) {
	max-width: 740px;
	font-size: 0.98rem;
	line-height: 1.76;
	color: rgba(51, 65, 85, 0.75);
}

.emrg-webdesign-section-head.is-centered {
	text-align: center;
}

.emrg-webdesign-section-head.is-centered p {
	margin-left: auto;
	margin-right: auto;
}

.emrg-webdesign-approach-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.88fr);
	gap: clamp(24px, 4vw, 52px);
	align-items: start;
}

.emrg-webdesign-prose {
	margin-top: 18px;
	max-width: 700px;
}

.emrg-webdesign-prose p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.8;
	color: rgba(51, 65, 85, 0.8);
}

.emrg-webdesign-prose p + p {
	margin-top: 14px;
}

.emrg-webdesign-approach-copy .emrg-primary-button {
	margin-top: 22px;
}

.emrg-webdesign-checklist {
	padding: clamp(24px, 3.2vw, 34px);
	border-radius: 24px;
	background:
		radial-gradient(120% 90% at 100% 0%, rgba(64, 143, 134, 0.34) 0%, rgba(64, 143, 134, 0) 62%),
		linear-gradient(148deg, #0b1220 0%, #152238 100%);
	border: 1px solid rgba(64, 143, 134, 0.18);
}

.emrg-webdesign-checklist-kicker {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(155, 220, 211, 0.92);
}

.emrg-webdesign-checklist ul {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.emrg-webdesign-checklist li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 0.89rem;
	line-height: 1.66;
	color: rgba(237, 244, 255, 0.88);
}

.emrg-webdesign-check-icon {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #69bdb4;
}

.emrg-webdesign-check-icon-svg {
	display: block;
	width: 16px;
	height: 16px;
}

.emrg-webdesign-deliverables-grid {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.emrg-webdesign-deliverable-card {
	height: 100%;
	padding: 20px;
	border-radius: 18px;
	border: 1px solid var(--emrg-border);
	background: #fff;
	transition: border-color 0.26s ease, box-shadow 0.26s ease, transform 0.26s ease;
}

.emrg-webdesign-deliverable-card:hover {
	border-color: rgba(64, 143, 134, 0.3);
	box-shadow: 0 16px 34px rgba(11, 18, 32, 0.07);
	transform: translateY(-1px);
}

.emrg-webdesign-deliverable-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(64, 143, 134, 0.08);
	transition: background-color 0.26s ease;
}

.emrg-webdesign-deliverable-icon-svg {
	display: block;
	width: 20px;
	height: 20px;
	color: var(--emrg-teal);
	transition: color 0.26s ease;
}

.emrg-webdesign-deliverable-card:hover .emrg-webdesign-deliverable-icon {
	background: var(--emrg-teal);
}

.emrg-webdesign-deliverable-card:hover .emrg-webdesign-deliverable-icon-svg {
	color: #fff;
}

.emrg-webdesign-deliverable-card h3 {
	margin: 14px 0 0;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0b1220;
}

.emrg-webdesign-deliverable-card p {
	margin: 10px 0 0;
	font-size: 0.9rem;
	line-height: 1.7;
	color: rgba(51, 65, 85, 0.74);
}

.emrg-webdesign-process-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(24px, 4vw, 52px);
	align-items: stretch;
}

.emrg-webdesign-process-intro {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.emrg-webdesign-process-intro > p:not(.emrg-webdesign-eyebrow) {
	margin: 14px 0 0;
	font-size: 0.96rem;
	line-height: 1.76;
	color: rgba(51, 65, 85, 0.76);
}

.emrg-webdesign-process-image-wrap {
	margin: 20px 0 0;
	width: 100%;
	max-width: none;
	max-height: 470px;
	flex: 1 1 auto;
	min-height: 0;
	border-radius: 20px;
	border: 1px solid var(--emrg-border);
	background: #fff;
	overflow: hidden;
}

.emrg-webdesign-process-image {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: center top;
}

.emrg-webdesign-process-steps {
	display: grid;
	gap: 14px;
}

.emrg-webdesign-process-step {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	padding: 18px;
	border-radius: 18px;
	border: 1px solid var(--emrg-border);
	background: #fff;
}

.emrg-webdesign-step-connector {
	position: absolute;
	left: 38px;
	top: 54px;
	bottom: -20px;
	width: 1px;
	background: rgba(64, 143, 134, 0.28);
}

.emrg-webdesign-step-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 30px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.14);
	color: var(--emrg-teal);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.emrg-webdesign-step-copy h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0b1220;
}

.emrg-webdesign-step-copy p {
	margin: 8px 0 0;
	font-size: 0.9rem;
	line-height: 1.72;
	color: rgba(51, 65, 85, 0.74);
}

.emrg-webdesign-trust-strip {
	position: relative;
	overflow: hidden;
	padding: clamp(52px, 6vw, 72px) 0;
	background: #0b1220;
}

.emrg-webdesign-trust-strip::before,
.emrg-webdesign-trust-strip::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	filter: blur(54px);
	pointer-events: none;
}

.emrg-webdesign-trust-strip::before {
	left: 22%;
	top: -84px;
	width: 380px;
	height: 380px;
	background: rgba(64, 143, 134, 0.14);
}

.emrg-webdesign-trust-strip::after {
	right: 14%;
	bottom: -124px;
	width: 330px;
	height: 330px;
	background: rgba(78, 97, 114, 0.18);
}

.emrg-webdesign-trust-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.emrg-webdesign-trust-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 0;
}

.emrg-webdesign-trust-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(64, 143, 134, 0.15);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.emrg-webdesign-trust-icon-svg {
	display: block;
	width: 18px;
	height: 18px;
	color: var(--emrg-teal);
}

.emrg-webdesign-trust-item p {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.45;
	color: #eff6ff;
}

.emrg-webdesign-trust-item span {
	display: block;
	margin-top: 4px;
	font-size: 0.78rem;
	line-height: 1.5;
	color: rgba(232, 240, 252, 0.62);
}

.emrg-webdesign-faq-wrap {
	max-width: 900px;
}

.emrg-webdesign-faq-wrap > h2 {
	margin: 0;
	font-size: clamp(2rem, 3.5vw, 2.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: #0b1220;
}

.emrg-webdesign-faq-wrap .emrg-inner-page-faq {
	margin-top: 16px;
}

.emrg-webdesign-cta {
	padding: 10px 0 0;
}

.emrg-webdesign-cta-inner {
	padding: clamp(30px, 3.4vw, 46px);
	border-radius: 24px;
	background:
		radial-gradient(120% 100% at 10% 0%, rgba(64, 143, 134, 0.22) 0%, rgba(64, 143, 134, 0) 54%),
		linear-gradient(148deg, #0b1220 0%, #152238 100%);
	text-align: center;
}

.emrg-webdesign-cta-inner h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3.4vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: #f8fbff;
}

.emrg-webdesign-cta-inner p {
	margin: 14px auto 0;
	max-width: 700px;
	font-size: 0.96rem;
	line-height: 1.76;
	color: rgba(232, 240, 252, 0.78);
}

.emrg-webdesign-cta-actions {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.emrg-webdesign-cta-actions .emrg-secondary-button {
	color: rgba(248, 251, 255, 0.86);
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.05);
}

.emrg-webdesign-cta-actions .emrg-secondary-button:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.1);
}

.emrg-video-testimonial-section {
	padding: 80px 0;
	background: #fff;
}

.emrg-video-testimonial-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: stretch;
}

.emrg-video-testimonial-copy {
	padding: clamp(26px, 3.5vw, 40px);
	border-radius: 22px;
	border: 1px solid rgba(64, 143, 134, 0.26);
	background:
		radial-gradient(130% 120% at 100% 0%, rgba(64, 143, 134, 0.4) 0%, rgba(64, 143, 134, 0) 62%),
		linear-gradient(148deg, #0b1220 0%, #142b43 44%, #1f4d49 100%);
	box-shadow: 0 20px 44px rgba(8, 14, 26, 0.18);
	color: rgba(243, 249, 255, 0.92);
}

.emrg-video-testimonial-label {
	margin: 0;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-video-testimonial-copy h2 {
	margin: 14px 0 0;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: #fff;
}

.emrg-video-testimonial-quote-icon {
	margin-top: 18px;
	display: inline-flex;
	color: rgba(64, 143, 134, 0.72);
}

.emrg-video-testimonial-quote-icon svg {
	display: block;
	width: 28px;
	height: 28px;
}

.emrg-video-testimonial-quote-icon path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.emrg-video-testimonial-quote {
	margin: 12px 0 0;
	font-size: 0.98rem;
	line-height: 1.78;
	color: rgba(227, 236, 247, 0.88);
}

.emrg-video-testimonial-media {
	display: flex;
	align-items: center;
}

.emrg-video-testimonial-player {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 14px;
	overflow: hidden;
	background: #0b1220;
	box-shadow: 0 14px 34px rgba(8, 14, 26, 0.2);
}

.emrg-video-testimonial-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	background: #0b1220;
}

.emrg-video-testimonial-player .emrg-how-video-cover-play {
	width: 78px;
	height: 78px;
}

.emrg-video-testimonial-player .emrg-how-hero-video-controls {
	left: 24px;
	bottom: 24px;
	min-width: 280px;
	max-width: min(520px, calc(100% - 48px));
}

@media (max-width: 1200px) {
	.emrg-video-testimonial-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1200px) {
	.emrg-webdesign-deliverables-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-webdesign-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.emrg-webdesign-approach-grid,
	.emrg-webdesign-process-grid {
		grid-template-columns: 1fr;
	}

	.emrg-webdesign-process-intro {
		position: static;
		height: auto;
	}

	.emrg-webdesign-process-image-wrap {
		flex: 0 0 auto;
		min-height: 0;
		max-height: 470px;
	}
}

@media (max-width: 900px) {
	.emrg-webdesign-page {
		padding-bottom: 0;
	}

	.emrg-video-testimonial-section {
		padding: 64px 0;
	}

	.emrg-video-testimonial-inner {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-video-testimonial-media {
		order: 2;
	}

	.emrg-video-testimonial-copy {
		order: 1;
	}

	.emrg-video-testimonial-copy {
		padding: 24px 20px;
	}

	.emrg-video-testimonial-player .emrg-how-hero-video-controls {
		left: 18px;
		right: auto;
		bottom: 16px;
		max-width: calc(100% - 36px);
		padding: 9px 10px;
		gap: 7px;
	}

	.emrg-webdesign-hero {
		padding-top: 64px;
	}

	.emrg-webdesign-hero-inner {
		padding: 74px 18px 74px;
	}

	.emrg-inner-hero-artwork.is-webdesign-hero {
		display: none;
	}

	.emrg-webdesign-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-webdesign-stat {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.emrg-webdesign-stat:nth-child(2n) {
		border-right: 0;
	}

	.emrg-webdesign-stat:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.emrg-webdesign-container {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (max-width: 700px) {
	.emrg-webdesign-deliverables-grid,
	.emrg-webdesign-trust-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.emrg-webdesign-hero-inner {
		padding-top: 66px;
		padding-bottom: 66px;
	}

	.emrg-webdesign-hero-actions .emrg-primary-button,
	.emrg-webdesign-hero-actions .emrg-secondary-button,
	.emrg-webdesign-cta-actions .emrg-primary-button,
	.emrg-webdesign-cta-actions .emrg-secondary-button {
		width: 100%;
	}

	.emrg-webdesign-section {
		padding: 48px 0;
	}

	.emrg-video-testimonial-section {
		padding: 54px 0;
	}

	.emrg-video-testimonial-copy h2 {
		font-size: clamp(1.7rem, 7vw, 2.1rem);
	}

	.emrg-video-testimonial-quote {
		font-size: 0.93rem;
		line-height: 1.7;
	}
}

/* SEO Page */
.emrg-seo-page {
	padding: 0;
	background: #fff;
}

.emrg-seo-hero {
	position: relative;
	padding-top: 76px;
	background: #0b1220;
	overflow: hidden;
}

.emrg-seo-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.emrg-seo-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.15;
}

.emrg-seo-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(120% 90% at 96% 0%, rgba(64, 143, 134, 0.25) 0%, rgba(64, 143, 134, 0) 56%),
		linear-gradient(180deg, rgba(11, 18, 32, 0.52) 0%, rgba(11, 18, 32, 0.86) 68%, #0b1220 100%);
}

.emrg-seo-hero-inner {
	position: relative;
	z-index: 2;
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 92px 24px 96px;
}

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

.emrg-seo-hero-kicker {
	margin: 0 0 24px;
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.32);
	background: rgba(64, 143, 134, 0.12);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-seo-hero h1 {
	margin: 0;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.08;
	color: #fff;
}

.emrg-seo-hero h1 span {
	color: var(--emrg-teal);
}

.emrg-seo-hero-subhead {
	margin: 22px 0 0;
	max-width: 760px;
	font-size: 1.08rem;
	line-height: 1.78;
	color: rgba(255, 255, 255, 0.64);
}

.emrg-seo-hero-actions {
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.emrg-seo-hero-actions .emrg-secondary-button {
	color: var(--emrg-white);
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px) saturate(160%);
	-webkit-backdrop-filter: blur(12px) saturate(160%);
}

.emrg-seo-hero-actions .emrg-secondary-button:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.12);
}

.emrg-inner-hero-artwork.is-seo-hero {
	right: clamp(8px, 3vw, 36px);
	bottom: 8px;
	z-index: 2;
}

.emrg-seo-hero-stats {
	position: relative;
	z-index: 2;
	max-width: var(--emrg-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.emrg-seo-hero-stat {
	display: grid;
	gap: 3px;
	padding: 24px 20px;
}

.emrg-seo-hero-stat.is-bordered {
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.emrg-seo-hero-stat strong {
	font-size: clamp(1.56rem, 2.5vw, 1.95rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: #fff;
}

.emrg-seo-hero-stat span {
	font-size: 0.79rem;
	line-height: 1.42;
	color: rgba(255, 255, 255, 0.44);
}

.emrg-seo-section {
	padding: clamp(58px, 7vw, 96px) 0;
}

.emrg-seo-section.is-alt {
	background: #f6f8fb;
}

.emrg-seo-container {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 0 24px;
}

.emrg-seo-section h2 {
	margin: 14px 0 0;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: #0b1220;
}

.emrg-seo-eyebrow {
	margin: 0;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-seo-section-head.is-centered {
	text-align: center;
}

.emrg-seo-services-grid {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.emrg-seo-service-card {
	height: 100%;
	padding: 28px;
	border-radius: 18px;
	border: 1px solid var(--emrg-border);
	background: #fff;
	transition: border-color 0.26s ease, box-shadow 0.26s ease, transform 0.26s ease;
}

.emrg-seo-service-card:hover {
	border-color: rgba(64, 143, 134, 0.3);
	box-shadow: 0 16px 34px rgba(11, 18, 32, 0.07);
	transform: translateY(-1px);
}

.emrg-seo-service-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(64, 143, 134, 0.08);
	transition: background-color 0.26s ease;
}

.emrg-seo-service-icon-svg {
	display: block;
	width: 20px;
	height: 20px;
	color: var(--emrg-teal);
	transition: color 0.26s ease;
}

.emrg-seo-service-card:hover .emrg-seo-service-icon {
	background: var(--emrg-teal);
}

.emrg-seo-service-card:hover .emrg-seo-service-icon-svg {
	color: #fff;
}

.emrg-seo-service-card h3 {
	margin: 14px 0 0;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0b1220;
}

.emrg-seo-service-card p {
	margin: 10px 0 0;
	font-size: 0.9rem;
	line-height: 1.7;
	color: rgba(51, 65, 85, 0.74);
}

.emrg-seo-process-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(24px, 4vw, 52px);
	align-items: start;
}

.emrg-seo-process-intro {
	position: sticky;
	top: 106px;
}

.emrg-seo-process-intro > p:not(.emrg-seo-eyebrow) {
	margin: 14px 0 0;
	font-size: 0.96rem;
	line-height: 1.76;
	color: rgba(51, 65, 85, 0.76);
}

.emrg-seo-process-media {
	margin: 20px 0 0;
	border-radius: 20px;
	border: 1px solid var(--emrg-border);
	background: #fff;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

.emrg-seo-process-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.emrg-seo-process-steps {
	display: grid;
	gap: 14px;
}

.emrg-seo-process-step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	padding: 18px;
	border-radius: 18px;
	border: 1px solid var(--emrg-border);
	background: #fff;
}

.emrg-seo-process-step-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 30px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.14);
	color: var(--emrg-teal);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.emrg-seo-process-step-copy h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0b1220;
}

.emrg-seo-process-step-copy p {
	margin: 8px 0 0;
	font-size: 0.9rem;
	line-height: 1.72;
	color: rgba(51, 65, 85, 0.74);
}

.emrg-seo-difference-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: center;
}

.emrg-seo-why-panel {
	position: relative;
	padding: clamp(26px, 3vw, 40px);
	border-radius: 24px;
	background:
		radial-gradient(120% 90% at 100% 0%, rgba(64, 143, 134, 0.27) 0%, rgba(64, 143, 134, 0) 62%),
		linear-gradient(148deg, #0b1220 0%, #152238 100%);
	border: 1px solid rgba(64, 143, 134, 0.16);
	overflow: hidden;
}

.emrg-seo-why-panel::after {
	content: "";
	position: absolute;
	top: -90px;
	right: -90px;
	width: 260px;
	height: 260px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.08);
	filter: blur(12px);
	pointer-events: none;
}

.emrg-seo-why-kicker {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(155, 220, 211, 0.92);
}

.emrg-seo-why-panel ul {
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.emrg-seo-why-panel li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 0.89rem;
	line-height: 1.66;
	color: rgba(237, 244, 255, 0.88);
}

.emrg-seo-why-icon {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #69bdb4;
}

.emrg-seo-why-icon-svg {
	display: block;
	width: 16px;
	height: 16px;
}

.emrg-seo-difference-copy > p:not(.emrg-seo-eyebrow) {
	margin: 14px 0 0;
	font-size: 0.98rem;
	line-height: 1.8;
	color: rgba(51, 65, 85, 0.8);
}

.emrg-seo-difference-copy .emrg-primary-button {
	margin-top: 24px;
}

.emrg-seo-faq-wrap {
	max-width: 900px;
}

.emrg-seo-faq-wrap > h2 {
	margin: 0;
	text-align: center;
}

.emrg-seo-faq-wrap .emrg-inner-page-faq {
	margin-top: 16px;
}

@media (max-width: 1200px) {
	.emrg-seo-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-seo-process-intro {
		top: 94px;
	}
}

@media (max-width: 960px) {
	.emrg-seo-process-grid,
	.emrg-seo-difference-grid {
		grid-template-columns: 1fr;
	}

	.emrg-seo-process-intro {
		position: static;
	}
}

@media (max-width: 900px) {
	.emrg-seo-page {
		padding-bottom: 0;
	}

	.emrg-seo-hero {
		padding-top: 64px;
	}

	.emrg-seo-hero-inner {
		padding: 74px 18px 74px;
	}

	.emrg-inner-hero-artwork.is-seo-hero {
		display: none;
	}

	.emrg-seo-hero-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-seo-hero-stat {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.emrg-seo-hero-stat.is-bordered:nth-child(2n) {
		border-right: 0;
	}

	.emrg-seo-hero-stat:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.emrg-seo-container {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (max-width: 700px) {
	.emrg-seo-services-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.emrg-seo-hero-inner {
		padding-top: 66px;
		padding-bottom: 66px;
	}

	.emrg-seo-hero-actions .emrg-primary-button,
	.emrg-seo-hero-actions .emrg-secondary-button {
		width: 100%;
	}

	.emrg-seo-section {
		padding: 48px 0;
	}
}

/* How We Work Page */
.emrg-how-page--figma {
	padding: 0;
	background: #fff;
}

.emrg-how-page--figma .emrg-service-form-section {
	padding-bottom: clamp(36px, 5vw, 64px);
}

.emrg-how-page--figma .emrg-btn-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.emrg-how-hero {
	position: relative;
	padding-top: 76px;
	background: #0b1220;
	overflow: hidden;
}

.emrg-how-hero-bg,
.emrg-how-hero-bg-image,
.emrg-how-hero-bg-gradient,
.emrg-how-hero-grid {
	position: absolute;
	inset: 0;
}

.emrg-how-hero-bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.75;
}

.emrg-how-hero-video-player {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.emrg-how-hero-bg-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.78;
	background: #0b1220;
}

.emrg-how-hero-video-controls {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	min-width: 280px;
	max-width: min(520px, calc(100% - 48px));
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(11, 18, 32, 0.5);
	box-shadow: 0 16px 30px rgba(7, 12, 20, 0.35);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
}

[data-emrg-video-player] .emrg-how-hero-video-controls {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.emrg-how-video-cover-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	z-index: 4;
	width: 78px;
	height: 78px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.36);
	background: rgba(11, 18, 32, 0.46);
	box-shadow:
		0 14px 30px rgba(7, 12, 20, 0.45),
		0 0 0 8px rgba(255, 255, 255, 0.08);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.emrg-how-video-cover-play:hover {
	transform: translate(-50%, -50%) scale(1.04);
	background: rgba(64, 143, 134, 0.32);
	border-color: rgba(64, 143, 134, 0.62);
}

.emrg-how-video-cover-play:focus-visible {
	outline: 2px solid rgba(64, 143, 134, 0.85);
	outline-offset: 3px;
}

.emrg-how-video-cover-play svg {
	width: 28px;
	height: 28px;
	display: block;
}

.emrg-how-video-cover-play svg path {
	fill: currentColor;
	stroke: none;
}

[data-emrg-video-player].is-started .emrg-how-video-cover-play {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(0.92);
}

[data-emrg-video-player].is-started .emrg-how-hero-video-controls,
[data-emrg-video-player]:fullscreen .emrg-how-hero-video-controls {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.emrg-how-hero-bg-gradient,
.emrg-how-hero-grid {
	z-index: 1;
	pointer-events: none;
}

.emrg-how-hero-video-player:fullscreen .emrg-how-hero-bg-video {
	opacity: 1;
	object-fit: contain;
	background: #000;
}

.emrg-how-hero-video-player:fullscreen .emrg-how-hero-video-controls {
	left: 24px;
	bottom: 24px;
	max-width: min(860px, calc(100% - 48px));
}

.emrg-how-video-btn {
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: rgba(255, 255, 255, 0.95);
	cursor: pointer;
	transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.emrg-how-video-btn:hover {
	background: rgba(64, 143, 134, 0.24);
	border-color: rgba(64, 143, 134, 0.5);
	transform: translateY(-1px);
}

.emrg-how-video-btn:focus-visible {
	outline: 2px solid rgba(64, 143, 134, 0.8);
	outline-offset: 2px;
}

.emrg-how-video-btn svg {
	width: 16px;
	height: 16px;
	display: block;
}

.emrg-how-video-btn svg path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.emrg-how-video-scrub-wrap {
	flex: 1 1 auto;
	min-width: 120px;
}

.emrg-how-video-scrub {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 6px;
	border-radius: 999px;
	border: 0;
	background: linear-gradient(
		90deg,
		#408f86 0%,
		#408f86 var(--emrg-video-progress, 0%),
		rgba(255, 255, 255, 0.2) var(--emrg-video-progress, 0%),
		rgba(255, 255, 255, 0.2) 100%
	);
	cursor: pointer;
}

.emrg-how-video-scrub::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 2px rgba(64, 143, 134, 0.55);
}

.emrg-how-video-scrub::-moz-range-thumb {
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 2px rgba(64, 143, 134, 0.55);
}

.emrg-how-video-time {
	min-width: 78px;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.84);
	text-align: right;
	white-space: nowrap;
}

.emrg-how-hero-bg-gradient {
	background: linear-gradient(180deg, rgba(11, 18, 32, 0.5) 0%, rgba(11, 18, 32, 0.3) 45%, rgba(11, 18, 32, 0.6) 100%);
}

.emrg-how-hero-grid {
	opacity: 0.03;
	background-image: linear-gradient(rgba(64, 143, 134, 0.8) 1px, transparent 1px), linear-gradient(90deg, rgba(64, 143, 134, 0.8) 1px, transparent 1px);
	background-size: 48px 48px;
}

.emrg-how-hero-inner,
.emrg-how-stats,
.emrg-how-container {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.emrg-how-hero-inner {
	padding-top: 96px;
	padding-bottom: 96px;
}

.emrg-how-hero-copy {
	max-width: 768px;
}

.emrg-how-kicker {
	margin: 0 0 24px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.35);
	background: rgba(64, 143, 134, 0.1);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #408f86;
}

.emrg-how-hero-copy h1 {
	margin: 0 0 24px;
	font-size: clamp(2.6rem, 5.5vw, 4.25rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
	font-weight: 800;
	color: #fff;
}

.emrg-how-hero-copy h1 span {
	color: #408f86;
}

.emrg-how-hero-copy > p:not(.emrg-how-kicker) {
	margin: 0 0 40px;
	max-width: 672px;
	font-size: 1.125rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.65);
}

.emrg-how-actions {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.emrg-how-page--figma .emrg-how-hero .emrg-primary-button,
.emrg-how-page--figma .emrg-how-cta .emrg-primary-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	border-radius: 10px;
	font-size: 0.975rem;
	font-weight: 700;
	line-height: 1;
}

.emrg-how-page--figma .emrg-how-hero .emrg-secondary-button,
.emrg-how-page--figma .emrg-how-cta .emrg-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	height: auto;
	min-height: 0;
	border-radius: 8px;
	font-size: 0.975rem;
	font-weight: 600;
	line-height: 1;
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.emrg-how-page--figma .emrg-how-hero .emrg-secondary-button:hover,
.emrg-how-page--figma .emrg-how-cta .emrg-secondary-button:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
	background: transparent;
	transform: none;
}

.emrg-how-page--figma .emrg-how-hero .emrg-secondary-button {
	height: 54px;
	padding: 0 28px;
	border-radius: 12px;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--emrg-white);
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px) saturate(160%);
	-webkit-backdrop-filter: blur(12px) saturate(160%);
}

.emrg-how-page--figma .emrg-how-hero .emrg-secondary-button:hover {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.12);
}

.emrg-how-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.emrg-how-stat {
	padding: 28px 24px;
}

.emrg-how-stat.has-divider {
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.emrg-how-stat strong {
	display: block;
	font-size: 1.875rem;
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #fff;
}

.emrg-how-stat span {
	display: block;
	margin-top: 6px;
	font-size: 0.78rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.4);
}

.emrg-how-eyebrow {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #408f86;
}

.emrg-how-philosophy,
.emrg-how-process,
.emrg-how-pillars-section,
.emrg-how-difference {
	padding: 96px 0;
}

.emrg-how-philosophy {
	background: #fff;
}

.emrg-how-philosophy-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(42px, 6vw, 96px);
	align-items: center;
}

.emrg-how-philosophy-copy h2,
.emrg-how-process-head h2,
.emrg-how-pillars-head h2,
.emrg-how-difference-copy h2,
.emrg-how-cta-inner h2 {
	margin: 16px 0 0;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #0b1220;
}

.emrg-how-philosophy-copy h2 span {
	color: #408f86;
}

.emrg-how-philosophy-copy > p:not(.emrg-how-eyebrow) {
	margin: 22px 0 0;
	font-size: 1.05rem;
	line-height: 1.85;
	color: #334155;
}

.emrg-how-checklist {
	margin-top: 28px;
	display: grid;
	gap: 12px;
}

.emrg-how-check-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.925rem;
	line-height: 1.6;
	color: #334155;
}

.emrg-how-check-icon {
	margin-top: 2px;
	width: 20px;
	height: 20px;
	min-width: 20px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(64, 143, 134, 0.12);
	color: #408f86;
}

.emrg-how-check-icon-svg {
	width: 12px;
	height: 12px;
}

.emrg-how-philosophy-media {
	position: relative;
}

.emrg-how-philosophy-image-wrap {
	border-radius: 24px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.emrg-how-philosophy-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emrg-how-floating-stat {
	position: absolute;
	left: -24px;
	bottom: -24px;
	padding: 20px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 24px 44px rgba(15, 23, 42, 0.12);
}

.emrg-how-floating-stat strong {
	display: block;
	font-size: 1.75rem;
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #408f86;
}

.emrg-how-floating-stat span {
	display: block;
	margin-top: 6px;
	font-size: 0.78rem;
	color: #334155;
}

.emrg-how-process {
	background: #f6f8fb;
}

.emrg-how-process-head {
	max-width: 700px;
	margin-bottom: 60px;
}

.emrg-how-process-head p:not(.emrg-how-eyebrow) {
	margin: 20px 0 0;
	font-size: 1.05rem;
	line-height: 1.8;
	color: #334155;
}

.emrg-how-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.emrg-how-process-card {
	position: relative;
	padding: 28px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e5e7eb;
	transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.emrg-how-process-card:hover {
	border-color: rgba(64, 143, 134, 0.3);
	box-shadow: 0 20px 34px rgba(15, 23, 42, 0.06);
	transform: translateY(-2px);
}

.emrg-how-process-top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.emrg-how-process-number {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: rgba(64, 143, 134, 0.1);
	color: #408f86;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.emrg-how-process-number-icon {
	display: none;
}

.emrg-how-process-number-text {
	display: inline;
}

.emrg-how-process-card:hover .emrg-how-process-number {
	background: #408f86;
	color: #fff;
}

.emrg-how-process-card:hover .emrg-how-process-number-text {
	display: none;
}

.emrg-how-process-card:hover .emrg-how-process-number-icon {
	display: inline-flex;
}

.emrg-how-process-number-svg {
	width: 14px;
	height: 14px;
}

.emrg-how-process-number-svg g {
	stroke-width: 2;
}

.emrg-how-process-line {
	flex: 1 1 auto;
	height: 1px;
	background: #e5e7eb;
	transition: background-color 0.25s ease;
}

.emrg-how-process-card:hover .emrg-how-process-line {
	background: rgba(64, 143, 134, 0.24);
}

.emrg-how-process-icon-box {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(64, 143, 134, 0.08);
	color: #408f86;
	margin-bottom: 14px;
	transition: background-color 0.25s ease;
}

.emrg-how-process-card:hover .emrg-how-process-icon-box {
	background: rgba(64, 143, 134, 0.15);
}

.emrg-how-process-icon-svg {
	width: 20px;
	height: 20px;
}

.emrg-how-process-card h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.35;
	font-weight: 700;
	color: #0b1220;
}

.emrg-how-process-card p {
	margin: 10px 0 0;
	font-size: 0.875rem;
	line-height: 1.7;
	color: rgba(51, 65, 85, 0.65);
}

.emrg-how-pillars-section {
	background: #fff;
}

.emrg-how-pillars-head {
	max-width: 680px;
	margin: 0 auto 60px;
	text-align: center;
}

.emrg-how-pillars-head p:not(.emrg-how-eyebrow) {
	margin: 18px 0 0;
	font-size: 1rem;
	line-height: 1.75;
	color: #334155;
}

.emrg-how-pillars-list {
	display: grid;
	gap: 32px;
}

.emrg-how-pillar-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
}

.emrg-how-pillar-row.is-media-right .emrg-how-pillar-media {
	order: 2;
}

.emrg-how-pillar-row.is-media-right .emrg-how-pillar-copy {
	order: 1;
}

.emrg-how-pillar-media {
	position: relative;
	min-height: 340px;
	background: #060d1a;
}

.emrg-how-pillar-copy {
	padding: clamp(28px, 5vw, 56px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f6f8fb;
}

.emrg-how-pillar-copy-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.emrg-how-pillar-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(64, 143, 134, 0.12);
	color: #408f86;
}

.emrg-how-pillar-icon-svg {
	width: 20px;
	height: 20px;
}

.emrg-how-pillar-copy-head p {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #408f86;
}

.emrg-how-pillar-copy h3 {
	margin: 0;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.025em;
	color: #0b1220;
}

.emrg-how-pillar-copy > p {
	margin: 20px 0 0;
	font-size: 1rem;
	line-height: 1.85;
	color: #334155;
}

.emrg-how-pillar-gif-wrap {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: #060d1a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.emrg-how-pillar-gif {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

@keyframes emrg-hww-live-dot {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}

.emrg-hww-ppc {
	position: absolute;
	inset: 0;
	background: #060d1a;
	overflow: hidden;
}

.emrg-hww-ppc-glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(ellipse 75% 60% at 50% 0%, rgba(64, 143, 134, 0.13) 0%, rgba(64, 143, 134, 0) 68%);
}

.emrg-hww-ppc-shell {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 12px 18px 14px;
	box-sizing: border-box;
}

.emrg-hww-ppc-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 11px;
}

.emrg-hww-ppc-head-live {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.emrg-hww-ppc-live-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 8px rgba(34, 197, 94, 0.53);
	animation: emrg-hww-live-dot 1.6s ease-in-out infinite;
}

.emrg-hww-ppc-head-title {
	color: #fff;
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	opacity: 0.9;
}

.emrg-hww-ppc-head-meta {
	color: #408f86;
	font-size: 0.58rem;
	opacity: 0.55;
}

.emrg-hww-ppc-platforms {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 13px;
}

.emrg-hww-ppc-platform-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4px;
}

.emrg-hww-ppc-platform-left,
.emrg-hww-ppc-platform-right {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.emrg-hww-ppc-platform-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #4ade80;
	box-shadow: 0 0 5px rgba(74, 222, 128, 0.53);
}

.emrg-hww-ppc-platform-dot.is-teal {
	background: #408f86;
	box-shadow: 0 0 5px rgba(64, 143, 134, 0.53);
}

.emrg-hww-ppc-platform-name {
	color: #fff;
	font-size: 0.65rem;
	opacity: 0.78;
}

.emrg-hww-ppc-platform-status {
	font-size: 0.55rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	opacity: 0.85;
	color: #4ade80;
}

.emrg-hww-ppc-platform-status.is-teal {
	color: #408f86;
}

.emrg-hww-ppc-platform-pct {
	color: #408f86;
	font-size: 0.62rem;
	font-weight: 700;
	opacity: 0.9;
}

.emrg-hww-ppc-platform-track {
	height: 4px;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.07);
}

.emrg-hww-ppc-platform-fill {
	display: block;
	height: 100%;
	width: 0;
	border-radius: 999px;
	background: linear-gradient(to right, rgba(64, 143, 134, 0.6), #408f86);
	transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--hww-ppc-delay, 0ms);
}

.emrg-hww-ppc.is-started .emrg-hww-ppc-platform-fill {
	width: var(--hww-ppc-target, 0%);
}

.emrg-hww-ppc-metrics {
	display: flex;
	gap: 7px;
	margin-bottom: 13px;
}

.emrg-hww-ppc-metric-card {
	flex: 1;
	padding: 7px 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(64, 143, 134, 0.16);
}

.emrg-hww-ppc-metric-label {
	margin-bottom: 4px;
	color: #fff;
	font-size: 0.55rem;
	letter-spacing: 0.05em;
	opacity: 0.38;
}

.emrg-hww-ppc-metric-value {
	color: #408f86;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.emrg-hww-ppc-ad {
	margin-top: auto;
	padding: 9px 11px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(64, 143, 134, 0.13);
}

.emrg-hww-ppc-ad-top {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 5px;
}

.emrg-hww-ppc-ad-tag {
	padding: 1px 5px;
	border-radius: 3px;
	border: 1px solid rgba(74, 222, 128, 0.27);
	color: #4ade80;
	font-size: 0.52rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.emrg-hww-ppc-ad-domain {
	color: rgba(255, 255, 255, 0.32);
	font-size: 0.58rem;
}

.emrg-hww-ppc-ad-cpc {
	margin-left: auto;
	color: #408f86;
	font-size: 0.55rem;
	font-weight: 700;
	opacity: 0.7;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.emrg-hww-ppc-metric-value.is-updating,
.emrg-hww-ppc-ad-cpc.is-updating {
	opacity: 0;
	transform: translateY(-4px);
}

.emrg-hww-ppc-ad-title {
	margin-bottom: 3px;
	color: #7ec8ff;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.3;
}

.emrg-hww-ppc-ad-copy {
	color: rgba(255, 255, 255, 0.38);
	font-size: 0.6rem;
	line-height: 1.5;
}

@keyframes emrg-hww-lead-blink {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@keyframes emrg-hww-lead-ping {
	0% {
		transform: scale(1);
		opacity: 0.7;
	}
	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}

.emrg-hww-lead {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #060d1a;
	overflow: hidden;
}

.emrg-hww-lead-glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(ellipse 72% 58% at 50% 42%, rgba(64, 143, 134, 0.09) 0%, rgba(64, 143, 134, 0) 75%);
}

.emrg-hww-lead-card {
	position: relative;
	z-index: 1;
	width: 264px;
	border-radius: 14px;
	background: #091422;
	border: 1px solid rgba(64, 143, 134, 0.22);
	overflow: visible;
}

.emrg-hww-lead-header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 14px 14px 0 0;
	background: rgba(64, 143, 134, 0.1);
	border-bottom: 1px solid rgba(64, 143, 134, 0.13);
}

.emrg-hww-lead-header-pulse {
	position: relative;
	width: 8px;
	height: 8px;
}

.emrg-hww-lead-header-pulse-ring,
.emrg-hww-lead-header-pulse-core {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: #408f86;
}

.emrg-hww-lead-header-pulse-ring {
	animation: emrg-hww-lead-ping 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.emrg-hww-lead-header-title {
	color: #fff;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	opacity: 0.88;
}

.emrg-hww-lead-body {
	padding: 12px 16px 14px;
}

.emrg-hww-lead-field + .emrg-hww-lead-field {
	margin-top: 10px;
}

.emrg-hww-lead-field-label {
	margin-bottom: 3px;
	color: #fff;
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	opacity: 0.38;
	transition: opacity 0.2s ease;
}

.emrg-hww-lead-field-input {
	height: 30px;
	padding: 0 10px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.emrg-hww-lead-field.is-active .emrg-hww-lead-field-label {
	opacity: 0.75;
}

.emrg-hww-lead-field.is-active .emrg-hww-lead-field-input {
	background: rgba(64, 143, 134, 0.09);
	border-color: #408f86;
}

.emrg-hww-lead-field-text {
	color: #fff;
	font-size: 0.73rem;
	opacity: 0.9;
	white-space: nowrap;
}

.emrg-hww-lead-field-caret {
	display: none;
	width: 1.5px;
	height: 12px;
	margin-left: 1px;
	flex-shrink: 0;
	background: #408f86;
	animation: emrg-hww-lead-blink 1s step-end infinite;
}

.emrg-hww-lead-field.is-active .emrg-hww-lead-field-caret {
	display: inline-block;
}

.emrg-hww-lead-submit {
	margin-top: 12px;
	height: 34px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background: #408f86;
	cursor: default;
	transform: scale(1);
	transition: transform 0.1s ease, background-color 0.1s ease;
}

.emrg-hww-lead-submit span {
	color: #060d1a;
	font-weight: 700;
}

.emrg-hww-lead-submit span:first-child {
	font-size: 0.76rem;
}

.emrg-hww-lead-submit span:last-child {
	font-size: 0.82rem;
}

.emrg-hww-lead-submit.is-clicking {
	transform: scale(0.94);
	background: #357a71;
}

.emrg-hww-lead-success {
	position: absolute;
	inset: 0;
	border-radius: 14px;
	background: #060f1c;
	border: 1.5px solid rgba(64, 143, 134, 0.33);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: scale(0.9);
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.emrg-hww-lead-success.is-visible {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.emrg-hww-lead-success-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(64, 143, 134, 0.13);
	box-shadow: 0 0 28px rgba(64, 143, 134, 0.27);
	color: #408f86;
	transform: scale(0) rotate(-30deg);
	transition: transform 0.36s cubic-bezier(0.2, 1, 0.3, 1) 0.08s;
}

.emrg-hww-lead-success.is-visible .emrg-hww-lead-success-icon {
	transform: scale(1) rotate(0deg);
}

.emrg-hww-lead-success-copy {
	text-align: center;
}

.emrg-hww-lead-success-title {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
}

.emrg-hww-lead-success-sub {
	margin-top: 3px;
	color: #408f86;
	font-size: 0.67rem;
	opacity: 0.85;
}

.emrg-hww-lead-success-pill {
	padding: 4px 12px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.1);
	border: 1px solid rgba(64, 143, 134, 0.22);
	color: #408f86;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 0.2s ease 0.32s, transform 0.2s ease 0.32s;
}

.emrg-hww-lead-success.is-visible .emrg-hww-lead-success-pill {
	opacity: 1;
	transform: translateY(0);
}

.emrg-hww-lead-cursor {
	position: absolute;
	left: 130px;
	top: 242px;
	z-index: 30;
	pointer-events: none;
	transition: left 0.46s cubic-bezier(0.4, 0, 0.2, 1), top 0.46s cubic-bezier(0.4, 0, 0.2, 1);
}

.emrg-hww-lead-cursor svg {
	display: block;
	transition: filter 0.15s ease;
}

.emrg-hww-lead-cursor path {
	fill: #fff;
	fill-opacity: 0.95;
	stroke: rgba(0, 0, 0, 0.3);
	stroke-width: 0.7;
	stroke-linejoin: round;
}

.emrg-hww-lead-cursor.is-clicking svg {
	filter: drop-shadow(0 0 6px #408f86);
}

.emrg-hww-lead-cursor.is-clicking path {
	fill-opacity: 0.65;
}

.emrg-hww-lead-corner-badge {
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 3px 10px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.08);
	border: 1px solid rgba(64, 143, 134, 0.18);
	z-index: 1;
}

.emrg-hww-lead-corner-badge span {
	color: #408f86;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

@keyframes emrg-hww-data-scroll {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-208px);
	}
}

@keyframes emrg-hww-data-bar-up {
	0% {
		transform: scaleY(0);
	}
	100% {
		transform: scaleY(1);
	}
}

.emrg-hww-data {
	position: absolute;
	inset: 0;
	background: #060d1a;
	overflow: hidden;
}

.emrg-hww-data-glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(ellipse 75% 60% at 50% 0%, rgba(64, 143, 134, 0.13) 0%, rgba(64, 143, 134, 0) 68%);
}

.emrg-hww-data-shell {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 12px 18px 12px;
	box-sizing: border-box;
}

.emrg-hww-data-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.emrg-hww-data-head-live {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.emrg-hww-data-live-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 8px rgba(34, 197, 94, 0.53);
	animation: emrg-hww-live-dot 1.6s ease-in-out infinite;
}

.emrg-hww-data-head-title {
	color: #fff;
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	opacity: 0.9;
}

.emrg-hww-data-head-meta {
	color: #408f86;
	font-size: 0.58rem;
	opacity: 0.55;
}

.emrg-hww-data-metrics {
	display: flex;
	gap: 7px;
	margin-bottom: 13px;
}

.emrg-hww-data-metric-card {
	flex: 1;
	padding: 7px 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(64, 143, 134, 0.16);
}

.emrg-hww-data-metric-label {
	margin-bottom: 4px;
	color: #fff;
	font-size: 0.56rem;
	letter-spacing: 0.05em;
	opacity: 0.38;
}

.emrg-hww-data-metric-value {
	color: #408f86;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.emrg-hww-data-metric-value.is-updating {
	opacity: 0;
	transform: translateY(-7px);
}

.emrg-hww-data-cols {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	padding: 0 3px 5px;
	margin-bottom: 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.emrg-hww-data-cols span {
	color: #408f86;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	opacity: 0.6;
}

.emrg-hww-data-rows-wrap {
	position: relative;
	flex: 1 1 auto;
	overflow: hidden;
}

.emrg-hww-data-fade {
	position: absolute;
	left: 0;
	right: 0;
	pointer-events: none;
	z-index: 2;
}

.emrg-hww-data-fade.is-top {
	top: 0;
	height: 18px;
	background: linear-gradient(#060d1a, transparent);
}

.emrg-hww-data-fade.is-bottom {
	bottom: 0;
	height: 28px;
	background: linear-gradient(transparent, #060d1a);
}

.emrg-hww-data-rows {
	animation: emrg-hww-data-scroll 12.8s linear infinite;
}

.emrg-hww-data-row {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	height: 26px;
	align-items: center;
	padding: 0 3px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.emrg-hww-data-row.is-alt {
	background: rgba(255, 255, 255, 0.025);
}

.emrg-hww-data-row-channel {
	color: #fff;
	font-size: 0.68rem;
	opacity: 0.72;
}

.emrg-hww-data-row-leads {
	color: #fff;
	font-size: 0.68rem;
	opacity: 0.62;
}

.emrg-hww-data-row-conv {
	color: #408f86;
	font-size: 0.68rem;
	opacity: 0.85;
}

.emrg-hww-data-row-roi-wrap {
	display: inline-flex;
	align-items: center;
	gap: 3px;
}

.emrg-hww-data-row-roi {
	font-size: 0.68rem;
}

.emrg-hww-data-row-roi.is-up {
	color: #408f86;
	font-weight: 700;
}

.emrg-hww-data-row-roi.is-down {
	color: rgba(255, 255, 255, 0.38);
	font-weight: 400;
}

.emrg-hww-data-row-trend {
	font-size: 0.6rem;
	line-height: 1;
}

.emrg-hww-data-row-trend.is-up {
	color: #4ade80;
}

.emrg-hww-data-row-trend.is-down {
	color: #f87171;
}

.emrg-hww-data-bars {
	margin-top: 10px;
	padding-top: 9px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.emrg-hww-data-bars-title {
	margin-bottom: 6px;
	color: #fff;
	font-size: 0.56rem;
	letter-spacing: 0.09em;
	opacity: 0.32;
}

.emrg-hww-data-bars-grid {
	display: flex;
	align-items: flex-end;
	gap: 5px;
	height: 38px;
}

.emrg-hww-data-bar-col {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.emrg-hww-data-bar-fill {
	width: 100%;
	height: calc(28px * var(--hww-data-bar-frac, 0));
	background: linear-gradient(to top, rgba(64, 143, 134, 0.8), rgba(64, 143, 134, 0.33));
	border-radius: 3px 3px 0 0;
	transform-origin: bottom;
	transform: scaleY(0);
	animation: emrg-hww-data-bar-up 0.55s ease-out forwards;
	animation-delay: var(--hww-data-bar-delay, 0ms);
}

.emrg-hww-data-bar-label {
	color: #fff;
	font-size: 0.52rem;
	opacity: 0.3;
	line-height: 1;
}

.emrg-how-difference {
	background: #f6f8fb;
}

.emrg-how-difference-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(42px, 6vw, 96px);
	align-items: center;
}

.emrg-how-difference-card {
	position: relative;
	padding: clamp(28px, 4vw, 48px);
	border-radius: 24px;
	background: #0b1220;
	overflow: hidden;
}

.emrg-how-difference-glow {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(52px);
}

.emrg-how-difference-glow.is-top {
	top: -60px;
	right: -80px;
	width: 280px;
	height: 280px;
	background: rgba(64, 143, 134, 0.2);
}

.emrg-how-difference-glow.is-bottom {
	left: -50px;
	bottom: -80px;
	width: 180px;
	height: 180px;
	background: rgba(78, 97, 114, 0.25);
}

.emrg-how-difference-inner {
	position: relative;
	z-index: 1;
}

.emrg-how-difference-points {
	margin-top: 20px;
	display: grid;
	gap: 18px;
}

.emrg-how-difference-point {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.emrg-how-difference-point-icon {
	margin-top: 1px;
	width: 32px;
	height: 32px;
	min-width: 32px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(64, 143, 134, 0.15);
	color: #408f86;
}

.emrg-how-difference-point-svg {
	width: 15px;
	height: 15px;
}

.emrg-how-difference-point > span:last-child {
	font-size: 0.9rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.7);
}

.emrg-how-difference-copy > p:not(.emrg-how-eyebrow) {
	margin: 22px 0 0;
	font-size: 1rem;
	line-height: 1.85;
	color: #334155;
}

.emrg-how-difference-image-wrap {
	margin: 28px 0;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.emrg-how-difference-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emrg-how-difference-video-player .emrg-how-hero-video-controls {
	left: 14px;
	bottom: 14px;
	max-width: calc(100% - 28px);
	min-width: 0;
}

.emrg-how-page--figma .emrg-how-difference-copy .emrg-primary-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 24px;
	border-radius: 10px;
	font-size: 0.925rem;
	font-weight: 700;
	line-height: 1;
}

.emrg-how-cta {
	position: relative;
	overflow: hidden;
	padding: 80px 24px;
	background: #0b1220;
}

.emrg-how-cta-glow {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
	height: 300px;
	border-radius: 50%;
	background: rgba(64, 143, 134, 0.09);
	filter: blur(58px);
	pointer-events: none;
}

.emrg-how-cta-inner {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.emrg-how-cta-inner h2 {
	margin-top: 14px;
	color: #fff;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
}

.emrg-how-cta-inner > p:not(.emrg-how-eyebrow) {
	margin: 16px auto 0;
	max-width: 560px;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.55);
}

.emrg-how-cta-actions {
	margin-top: 32px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}

@media (min-width: 1024px) {
	.emrg-how-hero-inner {
		padding-top: 144px;
		padding-bottom: 144px;
	}
}

@media (max-width: 1200px) {
	.emrg-how-process-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.emrg-how-process-card.is-last {
		grid-column: span 3;
	}
}

@media (max-width: 1024px) {
	.emrg-how-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-how-stat {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.emrg-how-stat.has-divider:nth-child(2n) {
		border-right: 0;
	}

	.emrg-how-stat:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.emrg-how-philosophy-grid,
	.emrg-how-difference-grid,
	.emrg-how-pillar-row {
		grid-template-columns: 1fr;
	}

	.emrg-how-pillar-row.is-media-right .emrg-how-pillar-media,
	.emrg-how-pillar-row.is-media-right .emrg-how-pillar-copy {
		order: initial;
	}

	.emrg-how-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-how-process-card.is-last {
		grid-column: span 2;
	}

	.emrg-how-floating-stat {
		left: 16px;
		bottom: 16px;
	}
}

@media (max-width: 760px) {
	.emrg-how-hero-inner,
	.emrg-how-stats,
	.emrg-how-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-how-hero {
		padding-top: 64px;
	}

	.emrg-how-hero-inner {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.emrg-how-hero-copy > p:not(.emrg-how-kicker) {
		font-size: 1rem;
	}

	.emrg-how-hero-video-controls {
		left: 18px;
		right: auto;
		bottom: 16px;
		min-width: 0;
		max-width: calc(100% - 36px);
		padding: 9px 10px;
		gap: 7px;
	}

	.emrg-how-video-cover-play {
		width: 64px;
		height: 64px;
	}

	.emrg-how-video-cover-play svg {
		width: 24px;
		height: 24px;
	}

	.emrg-how-video-btn {
		width: 32px;
		height: 32px;
		border-radius: 9px;
	}

	.emrg-how-video-time {
		display: none;
	}

	.emrg-how-actions,
	.emrg-how-cta-actions {
		flex-direction: column;
	}

	.emrg-how-page--figma .emrg-how-hero .emrg-primary-button,
	.emrg-how-page--figma .emrg-how-hero .emrg-secondary-button,
	.emrg-how-page--figma .emrg-how-cta .emrg-primary-button,
	.emrg-how-page--figma .emrg-how-cta .emrg-secondary-button {
		width: 100%;
		justify-content: center;
	}

	.emrg-how-philosophy,
	.emrg-how-process,
	.emrg-how-pillars-section,
	.emrg-how-difference {
		padding: 72px 0;
	}

	.emrg-how-process-grid {
		grid-template-columns: 1fr;
	}

	.emrg-how-process-card.is-last {
		grid-column: auto;
	}

	.emrg-how-pillar-media {
		min-height: 300px;
	}

		.emrg-how-cta {
			padding: 72px 18px;
		}
	}
/* Powerhouse Websites Page */
.emrg-power-page {
	padding: 0 0 96px;
	background: #fff;
}

.emrg-power-hero {
	position: relative;
	padding-top: 76px;
	background: #0b1220;
	overflow: hidden;
}

.emrg-power-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 56% at 32% 48%, rgba(64, 143, 134, 0.16) 0%, rgba(64, 143, 134, 0) 65%),
		linear-gradient(180deg, rgba(11, 18, 32, 0.2) 0%, rgba(11, 18, 32, 0.84) 80%, #0b1220 100%);
	pointer-events: none;
}

.emrg-power-hero-inner {
	position: relative;
	z-index: 1;
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 92px 24px 72px;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: clamp(24px, 4vw, 64px);
	align-items: center;
}

.emrg-power-hero h1 {
	margin: 0;
	font-size: clamp(2.5rem, 5vw, 4.1rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.06;
	color: #fff;
}

.emrg-power-hero h1 span {
	color: var(--emrg-teal);
}

.emrg-power-hero p {
	margin: 20px 0 0;
	font-size: 1.06rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.64);
	max-width: 720px;
}

.emrg-power-hero-actions {
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.emrg-power-book-wrap {
	position: relative;
	justify-self: center;
}

.emrg-power-book-glow {
	position: absolute;
	inset: 10% 10% -4% 10%;
	background: rgba(64, 143, 134, 0.28);
	filter: blur(44px);
}

.emrg-power-book {
	position: relative;
	z-index: 1;
	display: block;
	width: clamp(220px, 28vw, 336px);
	height: auto;
	border-radius: 16px;
	box-shadow: 0 30px 64px rgba(2, 6, 18, 0.46);
}

.emrg-power-trust {
	position: relative;
	z-index: 1;
	max-width: var(--emrg-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.emrg-power-trust-item {
	padding: 22px 18px;
	display: grid;
	gap: 4px;
}

.emrg-power-trust-item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.emrg-power-trust-item strong {
	font-size: 1.45rem;
	font-weight: 800;
	color: #fff;
}

.emrg-power-trust-item span {
	font-size: 0.76rem;
	color: rgba(255, 255, 255, 0.46);
}

.emrg-power-section {
	padding: clamp(64px, 8vw, 102px) 24px 0;
}

.emrg-power-container {
	max-width: var(--emrg-container);
	margin: 0 auto;
}

.emrg-power-grid-4 {
	margin-top: 26px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.emrg-power-card {
	padding: 22px;
	border-radius: 18px;
	border: 1px solid var(--emrg-border);
	background: #fff;
}

.emrg-power-card h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: #0b1220;
}

.emrg-power-card p {
	margin: 10px 0 0;
	font-size: 0.9rem;
	line-height: 1.72;
	color: rgba(51, 65, 85, 0.74);
}

.emrg-power-chapters {
	margin-top: 22px;
	display: grid;
	gap: 10px;
}

.emrg-power-chapter {
	border: 1px solid var(--emrg-border);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
}

.emrg-power-chapter-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border: 0;
	background: transparent;
	text-align: left;
	color: #0b1220;
	font-size: 0.93rem;
	font-weight: 600;
	cursor: pointer;
}

.emrg-power-chapter-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background: rgba(64, 143, 134, 0.14);
	color: var(--emrg-teal);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.emrg-power-chapter-panel {
	padding: 0 16px 14px 58px;
	font-size: 0.88rem;
	line-height: 1.7;
	color: rgba(51, 65, 85, 0.75);
}

.emrg-power-blueprint {
	margin-top: 26px;
	padding: clamp(24px, 3.3vw, 42px);
	border-radius: 24px;
	background:
		radial-gradient(120% 100% at 8% 0%, rgba(64, 143, 134, 0.24) 0%, rgba(64, 143, 134, 0) 54%),
		linear-gradient(152deg, #0b1220 0%, #152238 100%);
}

.emrg-power-blueprint h2,
.emrg-power-blueprint p {
	color: #fff;
}

.emrg-power-blueprint p {
	max-width: 780px;
	color: rgba(255, 255, 255, 0.7);
}

.emrg-power-faq {
	margin-top: 24px;
}

@media (max-width: 1080px) {
	.emrg-power-hero-inner {
		grid-template-columns: 1fr;
	}

	.emrg-power-book-wrap {
		justify-self: start;
	}

	.emrg-power-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-power-trust-item:nth-child(2n) {
		border-right: 0;
	}

	.emrg-power-trust-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.emrg-power-trust-item:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.emrg-power-grid-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.emrg-power-section {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-power-grid-4 {
		grid-template-columns: 1fr;
	}
}

/* Allen page: Powerhouse Websites section */
.emrg-ceo-powerhouse {
	position: relative;
	padding: 96px 0;
	background: #0b1220;
	overflow: hidden;
}

.emrg-ceo-powerhouse::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(ellipse 60% 55% at 75% 50%, rgba(64, 143, 134, 0.094) 0%, rgba(64, 143, 134, 0) 65%);
}

.emrg-ceo-container.emrg-ceo-powerhouse-wrap {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
}

.emrg-ceo-powerhouse-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 56px;
	align-items: center;
}

.emrg-ceo-powerhouse-eyebrow {
	margin: 0 0 24px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.35);
	background: rgba(64, 143, 134, 0.1);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #408f86;
}

.emrg-ceo-powerhouse-eyebrow-icon {
	display: inline-flex;
	line-height: 1;
}

.emrg-ceo-powerhouse-eyebrow-icon svg {
	display: block;
	width: 11px;
	height: 11px;
}

.emrg-ceo-powerhouse-copy h2 {
	margin: 0;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: #fff;
}

.emrg-ceo-powerhouse-copy h2 span {
	color: #408f86;
}

/* Keep Powerhouse heading colors from being overridden by generic `.emrg-ceo-page h2` rules. */
.emrg-ceo-powerhouse .emrg-ceo-powerhouse-copy h2 {
	color: #fff;
}

.emrg-ceo-powerhouse .emrg-ceo-powerhouse-copy h2 span {
	color: #408f86;
}

.emrg-ceo-powerhouse-lead {
	margin: 20px 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.05rem;
	line-height: 1.85;
}

.emrg-ceo-powerhouse-quote {
	margin: 0 0 32px;
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(64, 143, 134, 0.2);
	background: rgba(64, 143, 134, 0.06);
}

.emrg-ceo-powerhouse-quote-icon {
	display: inline-flex;
	line-height: 0;
	color: #408f86;
	opacity: 0.72;
}

.emrg-ceo-powerhouse-quote p {
	margin: 8px 0 0;
	font-size: 0.9rem;
	font-style: italic;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.75);
}

.emrg-ceo-powerhouse-quote small {
	display: block;
	margin-top: 8px;
	font-size: 0.75rem;
	font-weight: 600;
	color: #408f86;
}

.emrg-ceo-powerhouse-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.emrg-ceo-powerhouse-primary,
.emrg-ceo-powerhouse-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 0.925rem;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.emrg-ceo-powerhouse-primary {
	font-weight: 700;
	color: #fff;
	background: #408f86;
	border-color: #408f86;
	box-shadow:
		0 0 20px rgba(64, 143, 134, 0.5),
		0 0 44px rgba(64, 143, 134, 0.22),
		0 8px 24px rgba(64, 143, 134, 0.46);
}

.emrg-ceo-powerhouse-primary:hover {
	color: #fff;
	transform: translateY(-1px);
	background: #357a71;
	border-color: #357a71;
	box-shadow:
		0 0 28px rgba(64, 143, 134, 0.72),
		0 0 62px rgba(64, 143, 134, 0.31),
		0 10px 28px rgba(64, 143, 134, 0.5);
}

.emrg-ceo-powerhouse-secondary {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.15);
	background: transparent;
}

.emrg-ceo-powerhouse-secondary:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
}

.emrg-ceo-powerhouse-primary svg {
	display: block;
	width: 15px;
	height: 15px;
}

.emrg-ceo-powerhouse-secondary svg {
	display: block;
	width: 14px;
	height: 14px;
}

.emrg-ceo-powerhouse-media {
	position: relative;
	display: flex;
	justify-content: center;
}

.emrg-ceo-powerhouse-media-inner {
	position: relative;
	display: inline-block;
}

.emrg-ceo-powerhouse-media-glow {
	position: absolute;
	inset: 0;
	border-radius: 24px;
	background: rgba(64, 143, 134, 0.188);
	filter: blur(64px);
	transform: scale(0.8) translateY(10%);
	pointer-events: none;
}

.emrg-ceo-powerhouse-book {
	position: relative;
	z-index: 1;
	display: block;
	width: clamp(180px, 28vw, 280px);
	height: auto;
	border-radius: 16px;
	box-shadow: 0 25px 50px -12px rgba(2, 6, 23, 0.72);
}

.emrg-ceo-powerhouse-badge {
	position: absolute;
	z-index: 2;
	left: -16px;
	bottom: -16px;
	padding: 10px 16px;
	border-radius: 12px;
	background: #408f86;
	box-shadow: 0 18px 24px -8px rgba(2, 6, 23, 0.72);
}

.emrg-ceo-powerhouse-badge strong {
	display: block;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	color: #fff;
}

.emrg-ceo-powerhouse-badge span {
	display: block;
	margin-top: 4px;
	font-size: 0.6rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 1024px) {
	.emrg-ceo-container.emrg-ceo-powerhouse-wrap {
		padding-left: 40px;
		padding-right: 40px;
	}

	.emrg-ceo-powerhouse-card {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 80px;
	}

	.emrg-ceo-powerhouse-media {
		justify-content: flex-end;
	}
}

@media (max-width: 1023px) {
	.emrg-ceo-powerhouse-card {
		gap: 56px;
	}
}

.emrg-site-footer {
	background: #0b1220;
	color: var(--emrg-white);
}

.emrg-footer-top {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 68px 24px 50px;
}

.emrg-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.9fr) minmax(0, 1fr);
	gap: 34px;
}

.emrg-footer-logo-image {
	height: 40px;
	width: auto;
	max-width: 220px;
	opacity: 0.9;
}

.emrg-footer-description {
	margin-top: 18px;
	max-width: 360px;
	font-size: 0.875rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.56);
}

.emrg-footer-description p {
	margin: 0;
}

.emrg-footer-socials {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.emrg-footer-socials a {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.46);
	transition: border-color 0.2s ease, color 0.2s ease;
}

.emrg-footer-socials a:hover {
	border-color: rgba(255, 255, 255, 0.32);
	color: var(--emrg-white);
}

.emrg-footer-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.emrg-footer-column h2,
.emrg-footer-contact h2 {
	margin: 0 0 18px;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-white);
}

.emrg-footer-menu,
.emrg-footer-legal {
	margin: 0;
	padding: 0;
	list-style: none;
}

.emrg-footer-menu {
	display: grid;
	gap: 10px;
}

.emrg-footer-menu a,
.emrg-footer-legal a {
	position: relative;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.56);
	transition: color 0.2s ease;
}

.emrg-footer-menu a::after,
.emrg-footer-legal a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: var(--emrg-teal);
	transition: width 0.2s ease;
}

.emrg-footer-menu a:hover,
.emrg-footer-legal a:hover {
	color: var(--emrg-white);
}

.emrg-footer-menu a:hover::after,
.emrg-footer-legal a:hover::after {
	width: 100%;
}

.emrg-footer-contact-items {
	display: grid;
	gap: 14px;
}

.emrg-footer-contact-items p {
	margin: 0 0 4px;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.38);
}

.emrg-footer-contact-items a,
.emrg-footer-contact-items span {
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.68);
}

.emrg-footer-contact-items a:hover {
	color: var(--emrg-white);
}

.emrg-footer-contact-cta {
	margin-top: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 16px;
	border-radius: 10px;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--emrg-white);
	background: var(--emrg-teal);
	transition: box-shadow 0.3s ease, background-color 0.2s ease, transform 0.2s ease;
	box-shadow:
		0 0 18px rgba(64, 143, 134, 0.46),
		0 4px 14px rgba(64, 143, 134, 0.3);
}

.emrg-footer-contact-cta:hover {
	background: #357a71;
	box-shadow:
		0 0 28px rgba(64, 143, 134, 0.66),
		0 6px 18px rgba(64, 143, 134, 0.4);
	transform: translateY(-1px);
}

.emrg-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.emrg-footer-bottom-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 18px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.emrg-footer-bottom-inner p {
	margin: 0;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.34);
}

.emrg-footer-legal {
	display: flex;
	align-items: center;
	gap: 18px;
}

.emrg-footer-legal a {
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.34);
}

@media (min-width: 1024px) {
	.emrg-portfolio-archive-hero-inner,
	.emrg-case-archive-hero > .emrg-case-archive-inner {
		padding-right: clamp(240px, 28vw, 420px);
	}

	.emrg-portfolio-single-header,
	.emrg-blog-single-hero {
		padding-right: clamp(220px, 26vw, 360px);
	}
}

@media (min-width: 768px) {
	.emrg-header-inner,
	.emrg-hero-inner,
	.emrg-awards-section,
	.emrg-portfolio-section,
	.emrg-services-section,
	.emrg-case-studies-section,
	.emrg-testimonials-section,
	.emrg-contact-section,
	.emrg-case-studies-archive,
	.emrg-case-study-single,
	.emrg-portfolio-archive,
	.emrg-portfolio-single,
	.emrg-footer-top,
	.emrg-footer-bottom-inner,
	.emrg-mega-panel {
		padding-left: 28px;
		padding-right: 28px;
	}
}

@media (min-width: 1280px) {
	.emrg-desktop-nav,
	.emrg-header-cta {
		display: block;
	}

	.emrg-header-cta {
		display: inline-flex;
	}

	.emrg-mobile-toggle,
	.emrg-mobile-nav {
		display: none;
	}
}

@media (max-width: 1279px) {
	.emrg-hero {
		height: auto;
		min-height: 620px;
	}

	.emrg-hero-inner {
		padding-top: 124px;
	}

	.emrg-hero-stats {
		margin-top: 34px;
	}

	.emrg-awards-section {
		padding-top: 84px;
		padding-bottom: 92px;
	}

	.emrg-portfolio-section {
		padding-top: 86px;
		padding-bottom: 94px;
	}

	.emrg-services-section {
		padding-top: 86px;
		padding-bottom: 94px;
	}

	.emrg-case-studies-section {
		padding-top: 86px;
		padding-bottom: 94px;
	}

	.emrg-case-studies-inner {
		background-size: clamp(150px, 18vw, 220px) auto;
	}

	.emrg-testimonials-section {
		padding-top: 86px;
		padding-bottom: 94px;
	}

	.emrg-contact-section {
		padding-top: 86px;
		padding-bottom: 94px;
	}

	.emrg-footer-grid {
		grid-template-columns: 1fr;
	}

	.emrg-footer-nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.emrg-portfolio-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-portfolio-archive-hero-inner {
		padding: 86px 28px 80px;
	}

	.emrg-portfolio-archive-hero-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 560px;
	}
}

@media (max-width: 900px) {
	.emrg-hero-title {
		font-size: clamp(2.3rem, 10vw, 4rem);
	}

	.emrg-hero-description {
		font-size: 1rem;
	}

	.emrg-hero-stat.has-divider {
		padding-left: 0;
	}

	.emrg-hero-stat.has-divider::before {
		display: none;
	}

	.emrg-footer-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-portfolio-archive,
	.emrg-case-studies-archive,
	.emrg-case-study-single,
	.emrg-portfolio-single {
		padding-top: 110px;
	}

	.emrg-portfolio-archive.emrg-portfolio-archive--figma {
		padding-top: 0;
	}

	.emrg-portfolio-archive-hero-inner {
		padding-top: 74px;
		padding-bottom: 74px;
	}

	.emrg-portfolio-header-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.emrg-portfolio-header-wrap {
		margin-bottom: 34px;
	}

	.emrg-portfolio-controls {
		align-self: flex-end;
	}

	.emrg-portfolio-billions-image {
		max-width: 400px;
	}

	.emrg-case-studies-inner {
		background-image: none;
	}

	.emrg-portfolio-card {
		flex-basis: min(88vw, 440px);
	}

	.emrg-testimonial-slide {
		flex-basis: min(88vw, 520px);
	}

	.emrg-testimonial-card-body {
		padding: 26px;
	}

	.emrg-awards-carousel::before,
	.emrg-awards-carousel::after {
		width: 70px;
	}

	.emrg-award-card {
		width: 150px;
		height: 76px;
		flex-basis: 150px;
		margin: 0 9px;
	}

	.emrg-award-card-image {
		width: 200px;
		height: 104px;
		flex-basis: 200px;
		margin: 0 10px;
	}

	.emrg-award-logo-image {
		max-height: 78px;
	}
}

@media (max-width: 640px) {
	.emrg-header-inner,
	.emrg-hero-inner,
	.emrg-awards-section,
	.emrg-portfolio-section,
	.emrg-services-section,
	.emrg-case-studies-section,
	.emrg-testimonials-section,
	.emrg-contact-section,
	.emrg-case-studies-archive,
	.emrg-case-study-single,
	.emrg-portfolio-archive,
	.emrg-portfolio-single,
	.emrg-footer-top,
	.emrg-footer-bottom-inner,
	.emrg-mega-panel {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-portfolio-archive-hero-inner,
	.emrg-portfolio-archive--figma .emrg-portfolio-archive-inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-site-logo-image {
		height: 34px;
	}

	.emrg-hero {
		min-height: 640px;
	}

	.emrg-hero-inner {
		padding-top: 114px;
		padding-bottom: 26px;
	}

	.emrg-hero-copy {
		padding-top: 14px;
	}

	.emrg-hero-eyebrow {
		font-size: 0.66rem;
	}

	.emrg-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.emrg-primary-button,
	.emrg-secondary-button {
		width: 100%;
	}

	.emrg-awards-section {
		padding-top: 68px;
		padding-bottom: 68px;
	}

	.emrg-portfolio-section {
		padding-top: 68px;
		padding-bottom: 74px;
	}

	.emrg-services-section {
		padding-top: 68px;
		padding-bottom: 74px;
	}

	.emrg-case-studies-section {
		padding-top: 68px;
		padding-bottom: 74px;
	}

	.emrg-testimonials-section {
		padding-top: 68px;
		padding-bottom: 74px;
	}

	.emrg-contact-section {
		padding-top: 68px;
		padding-bottom: 74px;
	}

	.emrg-service-card-media {
		height: 256px;
	}

	.emrg-service-content {
		padding: 20px;
	}

	.emrg-service-content h3 {
		font-size: 0.94rem;
	}

	.emrg-portfolio-header-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.emrg-portfolio-header-wrap {
		margin-bottom: 24px;
	}

	.emrg-portfolio-controls {
		display: none;
	}

	.emrg-portfolio-card {
		flex-basis: 85vw;
	}

	.emrg-testimonials-header {
		margin-bottom: 30px;
	}

	.emrg-testimonials-nav {
		display: none;
	}

	.emrg-testimonial-slide {
		flex-basis: 86vw;
	}

	.emrg-testimonial-card-body {
		padding: 20px;
	}

	.emrg-testimonial-quote {
		min-height: 0;
		font-size: 0.9rem;
	}

	.emrg-testimonial-author {
		margin-top: 22px;
		padding-top: 18px;
	}

	.emrg-contact-form-shell {
		padding: 20px;
	}

	.emrg-contact-form-placeholder {
		min-height: 220px;
		padding: 22px 18px;
	}

	.emrg-portfolio-card-content {
		padding: 18px;
	}

	.emrg-portfolio-grid {
		grid-template-columns: 1fr;
	}

	.emrg-portfolio-archive-hero h1 {
		font-size: clamp(2.1rem, 12vw, 3.05rem);
	}

	.emrg-portfolio-archive-hero-description {
		font-size: 0.98rem;
	}

	.emrg-portfolio-archive-hero-stats {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.emrg-portfolio-modal {
		padding: 14px;
	}

	.emrg-portfolio-modal-dialog {
		width: calc(100vw - 28px);
		max-height: calc(100vh - 28px);
		padding: 16px;
		border-radius: 18px;
	}

	.emrg-portfolio-modal-head {
		padding-right: 40px;
	}

	.emrg-portfolio-modal-image-scroll {
		margin-top: 14px;
		max-height: calc(100vh - 230px);
		border-radius: 12px;
	}

	.emrg-portfolio-single-content {
		padding: 22px 18px;
	}

	.emrg-case-study-single-content {
		padding: 22px 18px;
	}

	.emrg-awards-intro {
		font-size: 0.92rem;
	}

	.emrg-awards-carousel::before,
	.emrg-awards-carousel::after {
		width: 46px;
	}

	.emrg-award-card {
		width: 138px;
		height: 72px;
		flex-basis: 138px;
		margin: 0 7px;
	}

	.emrg-award-card-image {
		width: 176px;
		height: 94px;
		flex-basis: 176px;
		margin: 0 8px;
	}

	.emrg-award-logo-image {
		max-height: 70px;
	}

	.emrg-footer-nav {
		grid-template-columns: 1fr;
	}

	.emrg-footer-bottom-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.emrg-footer-legal {
		flex-wrap: wrap;
		gap: 10px 14px;
	}
}

/* Case Studies: Figma Make archive + single */
.emrg-case-studies-archive,
.emrg-case-study-single {
	padding: 0;
	background: #fff;
}

.emrg-case-archive-inner,
.emrg-case-single-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
}

.emrg-case-archive-hero {
	position: relative;
	background: #0b1220;
	padding-top: 152px;
	padding-bottom: 96px;
	overflow: hidden;
}

.emrg-case-archive-hero > .emrg-case-archive-inner {
	position: relative;
	z-index: 2;
}

.emrg-case-archive-hero-copy {
	max-width: 760px;
}

.emrg-case-archive-eyebrow {
	margin: 0 0 24px;
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.3);
	background: rgba(64, 143, 134, 0.1);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-archive-hero-copy h1 {
	margin: 18px 0 0;
	font-size: clamp(2.3rem, 5vw, 4rem);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: -0.03em;
	color: #fff;
}

.emrg-case-archive-hero-copy h1 span {
	color: var(--emrg-teal);
}

.emrg-case-archive-description {
	margin: 20px 0 0;
	max-width: 690px;
	font-size: 1.1rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.6);
}

.emrg-case-archive-hero-stats {
	margin-top: 54px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.emrg-case-archive-stat {
	display: grid;
	gap: 4px;
}

.emrg-case-archive-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	color: var(--emrg-teal);
	margin-bottom: 3px;
}

.emrg-case-archive-stat strong {
	display: block;
	font-size: clamp(1.4rem, 3vw, 1.85rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #fff;
}

.emrg-case-archive-stat span {
	display: block;
	font-size: 0.78rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.45);
}

.emrg-case-archive-filter-wrap {
	position: sticky;
	top: 76px;
	z-index: 30;
	background: #fff;
	border-bottom: 1px solid var(--emrg-border);
}

.emrg-case-archive-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 16px 0;
}

.emrg-case-filter-button {
	height: 38px;
	padding: 0 16px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: #f6f8fb;
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1;
	color: #334155;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.emrg-case-filter-button:hover {
	background: #e9eef5;
}

.emrg-case-filter-button.is-active {
	background: var(--emrg-teal);
	border-color: var(--emrg-teal);
	color: #fff;
}

.emrg-case-featured-section {
	padding: 52px 0 42px;
	background: #fff;
}

.emrg-case-featured-stack {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	max-width: 1140px;
	margin: 0 auto;
}

.emrg-case-featured-card {
	border: 1px solid var(--emrg-border);
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.28s ease, border-color 0.28s ease;
}

.emrg-case-featured-card:hover {
	border-color: rgba(64, 143, 134, 0.26);
	box-shadow: 0 26px 56px rgba(11, 18, 32, 0.1);
}

.emrg-case-featured-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
	align-items: start;
}

.emrg-case-featured-media {
	position: relative;
	display: block;
	min-height: 100%;
	max-height: 400px;
	background: #fff !important;
	overflow: hidden;
	align-self: start;
}

.emrg-case-featured-image,
.emrg-case-featured-image-placeholder {
	width: 100%;
	height: 100%;
	min-height: 280px;
	max-height: 400px;
	object-fit: cover;
	object-position: center top;
}

.emrg-case-featured-image-placeholder {
	background: linear-gradient(145deg, #bfc9d8 0%, #9fadc1 54%, #8796aa 100%);
}

.emrg-case-featured-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
}

.emrg-case-featured-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.emrg-case-featured-industry {
	display: inline-flex;
	align-items: center;
	height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.12);
	font-size: 0.7rem;
	font-weight: 700;
	color: var(--emrg-teal);
}

.emrg-case-featured-timeframe {
	font-size: 0.78rem;
	color: rgba(51, 65, 85, 0.52);
}

.emrg-case-featured-content h2 {
	margin: 12px 0 0;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #0b1220;
}

.emrg-case-featured-service-list {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.emrg-case-featured-service-list span {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 10px;
	border: 1px solid var(--emrg-border);
	border-radius: 999px;
	background: #f8fafc;
	font-size: 0.68rem;
	font-weight: 600;
	color: #4e6172;
}

.emrg-case-featured-excerpt {
	margin: 10px 0 0;
	font-size: 0.84rem;
	line-height: 1.6;
	color: rgba(51, 65, 85, 0.72);
}

.emrg-case-featured-toggle {
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.84rem;
	font-weight: 600;
	color: var(--emrg-teal);
	cursor: pointer;
}

.emrg-case-featured-toggle:hover,
.emrg-case-featured-toggle:focus-visible {
	color: #357a71;
}

.emrg-case-featured-toggle:focus-visible {
	outline: 2px solid rgba(64, 143, 134, 0.45);
	outline-offset: 4px;
}

.emrg-case-featured-toggle span {
	transition: transform 0.25s ease;
}

.emrg-case-featured-card.is-expanded .emrg-case-featured-toggle span {
	transform: rotate(45deg);
}

.emrg-case-featured-expand {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.36s ease, opacity 0.28s ease, margin-top 0.28s ease;
}

.emrg-case-featured-card.is-expanded .emrg-case-featured-expand {
	margin-top: 12px;
	max-height: 220px;
	opacity: 1;
}

.emrg-case-featured-expand-item + .emrg-case-featured-expand-item {
	margin-top: 12px;
}

.emrg-case-featured-expand-item h3 {
	margin: 0;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-featured-expand-item p {
	margin: 6px 0 0;
	font-size: 0.87rem;
	line-height: 1.72;
	color: rgba(51, 65, 85, 0.74);
}

.emrg-case-featured-bottom {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--emrg-border);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.emrg-case-featured-results {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.emrg-case-featured-result strong {
	display: block;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #0b1220;
}

.emrg-case-featured-result span {
	display: block;
	margin-top: 4px;
	font-size: 0.66rem;
	line-height: 1.4;
	color: rgba(51, 65, 85, 0.6);
}

.emrg-case-featured-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 40px;
	padding: 0 16px;
	border-radius: 10px;
	background: #0b1220;
	font-size: 0.8rem;
	font-weight: 600;
	color: #fff;
	align-self: flex-start;
	transition: background-color 0.2s ease;
}

.emrg-case-featured-cta:hover {
	background: #1b2738;
}

.emrg-case-grid-section {
	padding: 10px 0 82px;
	background: #f6f8fb;
}

.emrg-case-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.emrg-case-grid-card {
	border: 1px solid var(--emrg-border);
	border-radius: 22px;
	background: #fff;
	overflow: hidden;
	transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.emrg-case-grid-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(11, 18, 32, 0.1);
}

.emrg-case-grid-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.emrg-case-grid-media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.emrg-case-grid-image,
.emrg-case-grid-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.emrg-case-grid-image-placeholder {
	background: linear-gradient(145deg, #bcc7d7 0%, #a0aec1 52%, #8897ac 100%);
}

.emrg-case-grid-content {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.emrg-case-grid-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.emrg-case-grid-meta span {
	display: inline-flex;
	align-items: center;
	height: 22px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.12);
	font-size: 0.67rem;
	font-weight: 700;
	color: var(--emrg-teal);
}

.emrg-case-grid-meta small {
	font-size: 0.72rem;
	font-weight: 500;
	color: rgba(51, 65, 85, 0.46);
}

.emrg-case-grid-content h2 {
	margin: 10px 0 0;
	font-size: 1.11rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: #0b1220;
}

.emrg-case-grid-excerpt {
	margin: 10px 0 0;
	font-size: 0.86rem;
	line-height: 1.7;
	color: rgba(51, 65, 85, 0.66);
	flex: 1;
}

.emrg-case-grid-results {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--emrg-border);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
}

.emrg-case-grid-result strong {
	display: block;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #0b1220;
}

.emrg-case-grid-result span {
	display: block;
	margin-top: 3px;
	font-size: 0.64rem;
	line-height: 1.35;
	color: rgba(51, 65, 85, 0.54);
}

.emrg-case-grid-more {
	margin-top: 15px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--emrg-teal);
	transition: gap 0.24s ease;
}

.emrg-case-grid-card:hover .emrg-case-grid-more {
	gap: 10px;
}

.emrg-case-archive-empty {
	margin: 0;
	padding: 18px 24px 0;
	font-size: 0.9rem;
	color: rgba(51, 65, 85, 0.68);
}

.emrg-case-archive-cta {
	padding: 84px 0 92px;
	background: #0b1220;
}

.emrg-case-archive-cta-inner {
	max-width: 820px;
	text-align: center;
}

.emrg-case-archive-cta h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3.6vw, 2.8rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #fff;
}

.emrg-case-archive-cta p {
	margin: 14px auto 0;
	max-width: 620px;
	font-size: 1rem;
	line-height: 1.76;
	color: rgba(255, 255, 255, 0.56);
}

.emrg-case-archive-cta-actions {
	margin-top: 28px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}

.emrg-case-studies-archive [data-case-study-card].is-filter-hidden,
.emrg-case-study-single [data-case-study-card].is-filter-hidden {
	display: none;
}

.emrg-case-study-single {
	background: #fff;
}

.emrg-case-single-hero {
	position: relative;
	padding-top: 76px;
	overflow: hidden;
	background: #0b1220;
}

.emrg-case-single-hero-media {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.emrg-case-single-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.28;
}

.emrg-case-single-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(11, 18, 32, 0.58), rgba(11, 18, 32, 0.76), #0b1220 92%);
}

.emrg-case-single-breadcrumb {
	position: relative;
	z-index: 4;
	padding-top: 68px;
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.43);
}

.emrg-case-single-breadcrumb a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: rgba(255, 255, 255, 0.54);
	transition: color 0.2s ease;
}

.emrg-case-single-breadcrumb a:hover {
	color: rgba(255, 255, 255, 0.84);
}

.emrg-case-single-breadcrumb span:last-child {
	color: rgba(255, 255, 255, 0.68);
}

.emrg-case-single-hero-copy {
	position: relative;
	z-index: 4;
	max-width: 860px;
	padding-top: 28px;
	padding-bottom: 76px;
}

.emrg-case-single-tags {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
}

.emrg-case-single-industry {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 13px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.3);
	background: rgba(64, 143, 134, 0.15);
	font-size: 0.71rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--emrg-teal);
	box-shadow: 0 0 18px rgba(64, 143, 134, 0.38);
}

.emrg-case-single-timeframe {
	font-size: 0.77rem;
	color: rgba(255, 255, 255, 0.4);
}

.emrg-case-single-service {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 9px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.67rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.46);
}

.emrg-case-single-client {
	margin: 16px 0 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-single-hero-copy h1 {
	margin: 12px 0 0;
	font-size: clamp(2rem, 4.5vw, 3.5rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #fff;
}

.emrg-case-single-overview {
	margin: 16px 0 0;
	max-width: 780px;
	font-size: 1.05rem;
	line-height: 1.82;
	color: rgba(255, 255, 255, 0.6);
}

.emrg-case-single-results-bar {
	position: relative;
	z-index: 4;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.emrg-inner-hero-artwork.is-case-single {
	bottom: 18px;
	z-index: 3;
	opacity: 0.84;
}

.emrg-case-single-results-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

.emrg-case-single-result-item {
	padding: 28px 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.emrg-case-single-result-item:first-child {
	border-left: 0;
}

.emrg-case-single-result-item strong {
	display: block;
	font-size: clamp(1.42rem, 3vw, 2.2rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #fff;
}

.emrg-case-single-result-item span {
	display: block;
	margin-top: 4px;
	font-size: 0.78rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.43);
}

.emrg-case-single-challenge {
	padding: 96px 0;
	background: #fff;
}

.emrg-case-single-split {
	display: grid;
	grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
	gap: 64px;
	align-items: start;
}

.emrg-case-single-split-label {
	position: sticky;
	top: 110px;
}

.emrg-case-single-split-label p {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-single-split-label h2 {
	margin: 16px 0 0;
	font-size: clamp(1.72rem, 3vw, 2.26rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #0b1220;
}

.emrg-case-single-split-content > p {
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.85;
	color: #334155;
}

.emrg-case-single-brief {
	margin-top: 24px;
	padding: 24px;
	border-radius: 18px;
	border: 1px solid var(--emrg-border);
	background: #f6f8fb;
}

.emrg-case-single-brief h3 {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #4e6172;
}

.emrg-case-single-brief p {
	margin: 10px 0 0;
	font-size: 0.96rem;
	line-height: 1.74;
	font-style: italic;
	color: #334155;
}

.emrg-case-single-approach {
	position: relative;
	padding: 92px 0 98px;
	background: #0b1220;
	overflow: hidden;
}

.emrg-case-single-approach::before,
.emrg-case-single-approach::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.emrg-case-single-approach::before {
	width: 520px;
	height: 520px;
	top: -180px;
	right: -120px;
	background: rgba(64, 143, 134, 0.14);
	filter: blur(86px);
}

.emrg-case-single-approach::after {
	width: 320px;
	height: 320px;
	bottom: -120px;
	left: -90px;
	background: rgba(64, 143, 134, 0.11);
	filter: blur(80px);
}

.emrg-case-single-approach-head {
	position: relative;
	z-index: 1;
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}

.emrg-case-single-approach-head p:first-child {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-single-approach-head h2 {
	margin: 14px 0 0;
	font-size: clamp(1.84rem, 3.5vw, 2.6rem);
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: -0.03em;
	color: #fff;
	text-shadow: 0 0 48px rgba(64, 143, 134, 0.52);
}

.emrg-case-single-approach-head p:last-child {
	margin: 16px auto 0;
	max-width: 680px;
	font-size: 1rem;
	line-height: 1.76;
	color: rgba(255, 255, 255, 0.56);
}

.emrg-case-single-steps {
	position: relative;
	z-index: 1;
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.emrg-case-single-step {
	padding: 24px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	transition: border-color 0.22s ease, background-color 0.22s ease;
}

.emrg-case-single-step:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.07);
}

.emrg-case-single-step-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(64, 143, 134, 0.18);
	font-size: 0.84rem;
	font-weight: 800;
	color: var(--emrg-teal);
}

.emrg-case-single-step h3 {
	margin: 14px 0 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: #fff;
}

.emrg-case-single-step p {
	margin: 8px 0 0;
	font-size: 0.875rem;
	line-height: 1.74;
	color: rgba(255, 255, 255, 0.56);
}

.emrg-case-single-results-full {
	padding: 96px 0;
	background: #fff;
}

.emrg-case-single-results-head {
	text-align: center;
}

.emrg-case-single-results-head p {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-single-results-head h2 {
	margin: 12px 0 0;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -0.03em;
	color: #0b1220;
}

.emrg-case-single-results-cards {
	margin-top: 38px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.emrg-case-single-results-card {
	height: 100%;
	padding: 22px;
	border-radius: 16px;
	border: 1px solid var(--emrg-border);
	background: #f6f8fb;
	display: flex;
	flex-direction: column;
}

.emrg-case-single-results-card strong {
	display: block;
	font-size: clamp(1.45rem, 2.7vw, 2.1rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #0b1220;
}

.emrg-case-single-results-card span {
	display: block;
	margin-top: 6px;
	font-size: 0.81rem;
	line-height: 1.5;
	color: rgba(51, 65, 85, 0.68);
	flex: 1;
}

.emrg-case-single-progress {
	margin-top: 16px;
	height: 6px;
	border-radius: 999px;
	background: rgba(11, 18, 32, 0.14);
	overflow: hidden;
}

.emrg-case-single-progress > span {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #408f86 0%, #4fb3a7 100%);
	box-shadow: 0 0 0 1px rgba(64, 143, 134, 0.2), 0 6px 16px rgba(64, 143, 134, 0.3);
	width: 100% !important;
	transform: scaleX(1);
	transform-origin: left center;
	opacity: 1;
	animation: none;
}

.emrg-case-single-progress > span.is-max { --emrg-progress-value: 95%; }
.emrg-case-single-progress > span.is-xl { --emrg-progress-value: 85%; }
.emrg-case-single-progress > span.is-lg { --emrg-progress-value: 75%; }
.emrg-case-single-progress > span.is-md { --emrg-progress-value: 65%; }
.emrg-case-single-progress > span.is-sm { --emrg-progress-value: 55%; }
.emrg-case-single-progress > span.is-xs { --emrg-progress-value: 45%; }

@keyframes emrg-progress-grow {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

.has-js .emrg-case-single-results-full [data-reveal] .emrg-case-single-progress > span {
	transform: scaleX(0);
	animation: none;
}

.has-js .emrg-case-single-results-full [data-reveal].is-visible .emrg-case-single-progress > span {
	animation: emrg-progress-grow 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
}

@media (prefers-reduced-motion: reduce) {
	.emrg-case-single-progress > span {
		animation: none;
		transform: scaleX(1);
	}
}

.emrg-animated-metric {
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.emrg-case-single-diagram {
	padding: 94px 0;
	background: #0f1726;
}

.emrg-case-single-diagram-head {
	text-align: center;
}

.emrg-case-single-diagram-head p {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-single-diagram-head h2 {
	margin: 12px 0 0;
	font-size: clamp(1.8rem, 3.4vw, 2.52rem);
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -0.03em;
	color: #fff;
}

.emrg-case-single-diagram-grid {
	margin-top: 34px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.emrg-case-single-diagram-card {
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
}

.emrg-case-single-diagram-value {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
}

.emrg-case-single-diagram-value strong {
	font-size: clamp(1.2rem, 2.6vw, 1.8rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #fff;
}

.emrg-case-single-diagram-value span {
	font-size: 0.74rem;
	line-height: 1.45;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.58);
	text-align: right;
}

.emrg-case-single-diagram-track {
	margin-top: 14px;
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	overflow: hidden;
}

.emrg-case-single-diagram-fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, rgba(64, 143, 134, 0.78) 0%, rgba(64, 143, 134, 1) 75%);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible .emrg-case-single-diagram-fill {
	transform: scaleX(1);
}

.emrg-case-single-diagram-fill.is-1 { width: 10%; }
.emrg-case-single-diagram-fill.is-2 { width: 20%; }
.emrg-case-single-diagram-fill.is-3 { width: 30%; }
.emrg-case-single-diagram-fill.is-4 { width: 40%; }
.emrg-case-single-diagram-fill.is-5 { width: 50%; }
.emrg-case-single-diagram-fill.is-6 { width: 60%; }
.emrg-case-single-diagram-fill.is-7 { width: 70%; }
.emrg-case-single-diagram-fill.is-8 { width: 80%; }
.emrg-case-single-diagram-fill.is-9 { width: 90%; }
.emrg-case-single-diagram-fill.is-10 { width: 100%; }

.emrg-case-single-gallery {
	padding: 96px 0 92px;
	background: #fff;
}

.emrg-case-single-gallery-head p {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-single-gallery-head h2 {
	margin: 12px 0 0;
	font-size: clamp(1.7rem, 3.3vw, 2.4rem);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.03em;
	color: #0b1220;
}

.emrg-case-single-gallery-grid {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.emrg-case-single-gallery-item {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #dbe1ea;
	aspect-ratio: 16 / 10;
}

.emrg-case-single-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emrg-case-single-testimonial {
	padding: 96px 0;
	background: #f6f8fb;
}

.emrg-case-single-testimonial blockquote {
	margin: 0;
	max-width: 900px;
	margin-inline: auto;
	text-align: center;
}

.emrg-case-single-testimonial p {
	margin: 0;
	font-size: clamp(1.05rem, 2.4vw, 1.48rem);
	font-weight: 600;
	line-height: 1.62;
	letter-spacing: -0.02em;
	font-style: italic;
	color: #0b1220;
}

.emrg-case-single-testimonial-author {
	margin-top: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.emrg-case-single-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: var(--emrg-teal);
	font-size: 0.86rem;
	font-weight: 700;
	color: #fff;
}

.emrg-case-single-testimonial-author strong {
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
	color: #0b1220;
}

.emrg-case-single-testimonial-author span {
	display: block;
	margin-top: 2px;
	font-size: 0.78rem;
	color: rgba(51, 65, 85, 0.58);
}

.emrg-case-single-related {
	padding: 96px 0;
	background: #fff;
}

.emrg-case-single-related-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.emrg-case-single-related-head p {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-single-related-head h2 {
	margin: 10px 0 0;
	font-size: clamp(1.72rem, 3.4vw, 2.5rem);
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -0.03em;
	color: #0b1220;
}

.emrg-case-single-related-head > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 16px;
	border-radius: 10px;
	border: 1px solid var(--emrg-border);
	font-size: 0.84rem;
	font-weight: 600;
	color: #334155;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.emrg-case-single-related-head > a:hover {
	border-color: rgba(64, 143, 134, 0.44);
	color: var(--emrg-teal);
}

.emrg-case-single-related-grid {
	margin-top: 34px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.emrg-case-single-related-card {
	border: 1px solid var(--emrg-border);
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
	transition: box-shadow 0.24s ease;
}

.emrg-case-single-related-card:hover {
	box-shadow: 0 20px 42px rgba(11, 18, 32, 0.1);
}

.emrg-case-single-related-card a {
	display: block;
	height: 100%;
}

.emrg-case-single-related-media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.emrg-case-single-related-media img,
.emrg-case-single-related-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.emrg-case-single-related-placeholder {
	background: linear-gradient(145deg, #bcc7d7 0%, #9fadc1 52%, #8796ab 100%);
}

.emrg-case-single-related-media span {
	position: absolute;
	top: 12px;
	left: 12px;
	height: 23px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.94);
	font-size: 0.64rem;
	font-weight: 700;
	line-height: 23px;
	color: #fff;
}

/* Keep case study and portfolio screenshots anchored from the top edge. */
.emrg-portfolio-card-image,
.emrg-case-study-image,
.emrg-case-study-tile-image,
.emrg-case-study-related-media img,
.emrg-case-featured-image,
.emrg-case-grid-image,
.emrg-case-single-hero-image,
.emrg-case-single-gallery-item img,
.emrg-case-single-related-media img {
	object-position: center top !important;
}

.emrg-case-single-related-content {
	padding: 18px;
}

.emrg-case-single-related-content small {
	display: block;
	font-size: 0.72rem;
	color: rgba(51, 65, 85, 0.46);
}

.emrg-case-single-related-content h3 {
	margin: 8px 0 0;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.34;
	letter-spacing: -0.01em;
	color: #0b1220;
}

.emrg-case-single-related-stat {
	margin-top: 10px;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--emrg-teal);
}

.emrg-case-single-final-cta {
	padding: 94px 0;
	background: #0b1220;
	text-align: center;
}

.emrg-case-single-final-cta > .emrg-case-single-inner {
	max-width: 840px;
}

.emrg-case-single-final-cta p {
	margin: 0;
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.3);
	background: rgba(64, 143, 134, 0.12);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-case-single-final-cta h2 {
	margin: 16px 0 0;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #fff;
}

.emrg-case-single-final-actions {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

@media (max-width: 1200px) {
	.emrg-case-featured-grid {
		grid-template-columns: 1fr;
	}

	.emrg-case-featured-image,
	.emrg-case-featured-image-placeholder {
		min-height: 250px;
	}

	.emrg-case-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-case-single-split {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.emrg-case-single-split-label {
		position: static;
	}

	.emrg-case-single-results-cards,
	.emrg-case-single-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-case-single-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.emrg-case-archive-inner,
	.emrg-case-single-inner {
		padding: 0 18px;
	}

	.emrg-case-archive-hero {
		padding-top: 132px;
	}

	.emrg-inner-hero-artwork {
		display: none;
	}

	.emrg-portfolio-single-header,
	.emrg-blog-single-hero {
		padding-right: 0;
	}

	.emrg-case-archive-hero-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.emrg-case-featured-content {
		padding: 24px;
	}

	.emrg-case-featured-results,
	.emrg-case-grid-results {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-case-grid {
		grid-template-columns: 1fr;
	}

	.emrg-case-single-results-grid {
		grid-template-columns: 1fr;
	}

	.emrg-case-single-result-item {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.emrg-case-single-result-item:first-child {
		border-top: 0;
	}

	.emrg-case-single-steps,
	.emrg-case-single-diagram-grid,
	.emrg-case-single-results-cards,
	.emrg-case-single-related-grid,
	.emrg-case-single-gallery-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.emrg-case-archive-filter-wrap {
		top: 64px;
	}

	.emrg-case-archive-filter {
		padding: 12px 0;
		gap: 6px;
	}

	.emrg-case-filter-button {
		height: 34px;
		padding: 0 14px;
		font-size: 0.78rem;
	}

	.emrg-case-featured-card {
		border-radius: 20px;
	}

	.emrg-case-featured-image,
	.emrg-case-featured-image-placeholder {
		min-height: 230px;
	}

	.emrg-case-featured-content {
		padding: 20px;
	}

	.emrg-case-featured-results {
		gap: 10px;
	}

	.emrg-case-featured-result strong {
		font-size: 1.2rem;
	}

	.emrg-case-grid-content {
		padding: 18px;
	}

	.emrg-case-grid-results {
		grid-template-columns: 1fr;
	}

	.emrg-case-archive-cta {
		padding: 66px 0 72px;
	}

	.emrg-case-archive-hero-stats {
		grid-template-columns: 1fr;
	}

	.emrg-case-single-breadcrumb {
		padding-top: 40px;
	}

	.emrg-case-single-hero-copy {
		padding-bottom: 46px;
	}

	.emrg-case-single-challenge,
	.emrg-case-single-approach,
	.emrg-case-single-results-full,
	.emrg-case-single-diagram,
	.emrg-case-single-gallery,
	.emrg-case-single-testimonial,
	.emrg-case-single-related,
	.emrg-case-single-final-cta {
		padding-top: 68px;
		padding-bottom: 72px;
	}
}

.emrg-inner-page {
	padding: 0;
	background: var(--emrg-surface);
}

.emrg-inner-page-hero {
	position: relative;
	padding-top: 76px;
	padding-bottom: 0;
	background: #0b1220;
	overflow: hidden;
}

.emrg-inner-page-hero.is-about {
	padding-bottom: 0;
}

.emrg-inner-page-hero-inner {
	position: relative;
	z-index: 2;
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 94px 24px 88px;
}

.emrg-inner-page-eyebrow {
	margin: 0 0 24px;
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.3);
	background: rgba(64, 143, 134, 0.1);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-inner-page-hero h1 {
	margin: 18px 0 0;
	max-width: 840px;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.06;
	color: #fff;
}

.emrg-inner-page-hero-subhead {
	margin: 20px 0 0;
	max-width: 760px;
	font-size: 1.1rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.6);
}

.emrg-inner-page-hero-actions {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.emrg-about-hero-stats {
	position: relative;
	z-index: 2;
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 0 24px 22px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.emrg-about-hero-stat {
	display: grid;
	gap: 5px;
}

.emrg-about-hero-stat strong {
	font-size: clamp(1.55rem, 2.6vw, 1.95rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: #fff;
}

.emrg-about-hero-stat span {
	font-size: 0.78rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.44);
}

.emrg-inner-page-section {
	padding: 34px 0;
}

.emrg-about-partner-inline-section {
	padding-bottom: 0;
}

.emrg-about-partner-inline {
	max-width: var(--emrg-container);
	text-align: center;
}

.emrg-about-partner-inline-logo {
	margin: 0 auto 20px;
}

.emrg-about-partner-inline-logo-image {
	display: block;
	width: min(460px, 88vw);
	height: auto;
	margin: 0 auto;
}

.emrg-about-partner-inline h2 {
	text-transform: uppercase;
}

.emrg-inner-page-section.is-alt .emrg-inner-page-section-inner {
	background: #fff;
}

.emrg-inner-page-section.is-cta .emrg-inner-page-section-inner {
	background: transparent;
	border: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.emrg-inner-page-section.is-cta {
	padding-top: clamp(56px, 7vw, 92px);
}

.emrg-inner-page-section-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 32px;
	border-radius: 24px;
	border: 1px solid var(--emrg-border);
	background: #f9fbff;
}

.emrg-inner-page--marketingSEO .emrg-inner-page-section-inner,
.emrg-inner-page--marketingPPC .emrg-inner-page-section-inner,
.emrg-inner-page--marketingSocial .emrg-inner-page-section-inner,
.emrg-inner-page--marketingFilming .emrg-inner-page-section-inner,
.emrg-inner-page--marketingReputation .emrg-inner-page-section-inner,
.emrg-inner-page--marketingEmail .emrg-inner-page-section-inner,
.emrg-inner-page--marketingSMS .emrg-inner-page-section-inner {
	background: #fff;
}

.emrg-inner-page--marketingHub .emrg-service-page-section--faq {
	padding-top: clamp(56px, 7vw, 92px);
}

.emrg-inner-page-section-inner h2 {
	margin: 0;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: var(--emrg-text-primary);
}

.emrg-inner-page-prose {
	margin-top: 16px;
	max-width: 980px;
	color: rgba(51, 65, 85, 0.9);
	font-size: 1rem;
	line-height: 1.8;
}

.emrg-inner-page-prose > :first-child {
	margin-top: 0;
}

.emrg-inner-page-prose > :last-child {
	margin-bottom: 0;
}

.emrg-inner-page-steps {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.emrg-inner-page-step {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 18px;
	border-radius: 16px;
	border: 1px solid var(--emrg-border);
	background: #fff;
}

.emrg-inner-page-step-index {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 30px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.14);
	color: var(--emrg-teal);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.emrg-inner-page-step-copy h3 {
	margin: 1px 0 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--emrg-text-primary);
}

.emrg-inner-page-step-copy p {
	margin: 8px 0 0;
	font-size: 0.9rem;
	line-height: 1.72;
	color: rgba(51, 65, 85, 0.76);
}

.emrg-inner-page-list {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.emrg-inner-page-list li {
	display: flex;
	gap: 10px;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid var(--emrg-border);
	background: #fff;
}

.emrg-inner-page-list li span {
	color: var(--emrg-teal);
	font-size: 1rem;
	line-height: 1.4;
}

.emrg-inner-page-list li div {
	color: rgba(51, 65, 85, 0.86);
	font-size: 0.9rem;
	line-height: 1.68;
}

.emrg-inner-page-links {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.emrg-inner-page-links a {
	display: inline-flex;
	align-items: center;
	height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.28);
	background: rgba(64, 143, 134, 0.09);
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--emrg-teal);
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.emrg-inner-page-links a:hover {
	border-color: rgba(64, 143, 134, 0.56);
	background: rgba(64, 143, 134, 0.14);
	color: #21655f;
}

.emrg-inner-page-service-grid {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.emrg-inner-page-service-card {
	padding: 18px;
	border-radius: 16px;
	border: 1px solid var(--emrg-border);
	background: #fff;
}

.emrg-inner-page-service-card h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.32;
	color: var(--emrg-text-primary);
}

.emrg-inner-page-service-card p {
	margin: 9px 0 0;
	font-size: 0.88rem;
	line-height: 1.68;
	color: rgba(51, 65, 85, 0.74);
}

.emrg-inner-page-service-card a {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--emrg-teal);
}

.emrg-inner-page-section-media {
	margin: 20px 0 0;
	border-radius: 18px;
	border: 1px solid var(--emrg-border);
	background: #fff;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.emrg-inner-page-section-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.emrg-inner-page--about .emrg-inner-page-section-inner.has-media {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	column-gap: 22px;
	row-gap: 14px;
	align-items: start;
}

.emrg-inner-page--about .emrg-inner-page-section-inner.has-media > h2,
.emrg-inner-page--about .emrg-inner-page-section-inner.has-media > .emrg-inner-page-prose,
.emrg-inner-page--about .emrg-inner-page-section-inner.has-media > .emrg-inner-page-steps,
.emrg-inner-page--about .emrg-inner-page-section-inner.has-media > .emrg-inner-page-list,
.emrg-inner-page--about .emrg-inner-page-section-inner.has-media > .emrg-inner-page-links {
	grid-column: 1;
}

.emrg-inner-page--about .emrg-inner-page-section-inner.has-media > .emrg-inner-page-section-media {
	grid-column: 2;
	grid-row: 1 / span 5;
	margin-top: 0;
	aspect-ratio: 4 / 3;
}

.emrg-inner-page-split-grid {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.emrg-inner-page-split-card {
	padding: 20px;
	border-radius: 16px;
	border: 1px solid var(--emrg-border);
	background: #fff;
}

.emrg-inner-page-split-card h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--emrg-text-primary);
}

.emrg-inner-page-split-card p {
	margin: 10px 0 0;
	font-size: 0.88rem;
	line-height: 1.68;
	color: rgba(51, 65, 85, 0.76);
}

.emrg-inner-page-contact-grid {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.emrg-inner-page-contact-card {
	padding: 18px;
	border-radius: 14px;
	border: 1px solid var(--emrg-border);
	background: #fff;
}

.emrg-inner-page-contact-card h3 {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-inner-page-contact-card a,
.emrg-inner-page-contact-card p {
	margin: 8px 0 0;
	font-size: 0.94rem;
	line-height: 1.65;
	color: rgba(51, 65, 85, 0.84);
}

.emrg-inner-page-contact-card a:hover {
	color: var(--emrg-text-primary);
}

.emrg-inner-page-form-copy {
	margin: 14px 0 0;
	max-width: 860px;
	font-size: 0.94rem;
	line-height: 1.75;
	color: rgba(51, 65, 85, 0.78);
}

.emrg-inner-page-form-wrap {
	margin-top: 18px;
	padding: 22px;
	border-radius: 20px;
	border: 1px solid var(--emrg-border);
	background: #fff;
}

.emrg-inner-page-faq {
	margin-top: 18px;
	border-radius: 16px;
	border: 1px solid var(--emrg-border);
	background: #fff;
	overflow: hidden;
}

.emrg-inner-page-faq-item + .emrg-inner-page-faq-item {
	border-top: 1px solid var(--emrg-border);
}

.emrg-inner-page-faq-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 18px;
	border: 0;
	background: transparent;
	text-align: left;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--emrg-text-primary);
	cursor: pointer;
}

.emrg-inner-page-faq-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.24);
	color: var(--emrg-teal);
	flex: 0 0 auto;
	transition: transform 0.2s ease;
}

.emrg-inner-page-faq-item.is-open .emrg-inner-page-faq-icon {
	transform: rotate(180deg);
}

.emrg-inner-page-faq-answer {
	padding: 0 18px 16px;
}

.emrg-inner-page-faq-answer p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.72;
	color: rgba(51, 65, 85, 0.76);
}

.emrg-inner-page-cta {
	padding: clamp(26px, 3.3vw, 44px);
	border-radius: 24px;
	background:
		radial-gradient(120% 100% at 10% 0%, rgba(64, 143, 134, 0.22) 0%, rgba(64, 143, 134, 0) 54%),
		linear-gradient(148deg, #0b1220 0%, #152238 100%);
	text-align: center;
}

.emrg-inner-page-cta h2 {
	margin: 0;
	color: #f8fbff;
}

.emrg-inner-page-cta p {
	margin: 14px auto 0;
	max-width: 760px;
	font-size: 0.96rem;
	line-height: 1.76;
	color: rgba(232, 240, 252, 0.76);
}

.emrg-inner-page-cta .emrg-primary-button {
	margin-top: 24px;
}

@media (max-width: 1200px) {
	.emrg-inner-page-service-grid,
	.emrg-inner-page-split-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.emrg-inner-page {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-inner-page-hero {
		padding-top: 64px;
	}

	.emrg-inner-page-hero-inner {
		padding: 74px 18px 74px;
	}

	.emrg-about-hero-stats {
		padding-left: 18px;
		padding-right: 18px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-inner-page-section-inner {
		padding: 24px;
	}

	.emrg-inner-page-steps,
	.emrg-inner-page-list,
	.emrg-inner-page-contact-grid {
		grid-template-columns: 1fr;
	}

	.emrg-inner-page-service-grid,
	.emrg-inner-page-split-grid {
		grid-template-columns: 1fr;
	}

	.emrg-inner-page--about .emrg-inner-page-section-inner.has-media {
		grid-template-columns: 1fr;
	}

	.emrg-inner-page--about .emrg-inner-page-section-inner.has-media > .emrg-inner-page-section-media {
		grid-column: 1;
		grid-row: auto;
		margin-top: 14px;
		aspect-ratio: 16 / 10;
	}
}

@media (max-width: 640px) {
	.emrg-inner-page-hero-inner {
		padding-top: 66px;
		padding-bottom: 66px;
	}

	.emrg-about-hero-stats {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.emrg-inner-page-hero-actions .emrg-primary-button,
	.emrg-inner-page-hero-actions .emrg-secondary-button {
		width: 100%;
	}

	.emrg-inner-page-section {
		padding: 24px 0;
	}

	.emrg-inner-page-section-inner,
	.emrg-inner-page-form-wrap {
		padding: 20px 16px;
		border-radius: 16px;
	}

	.emrg-inner-page-section-media {
		border-radius: 14px;
	}
}

.emrg-about-page {
	padding: 0;
	background: #fff;
}

.emrg-about-page-container {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 0 24px;
}

.emrg-about-page-hero {
	position: relative;
	padding-top: 76px;
	overflow: hidden;
	background: #0b1220;
}

.emrg-about-page-hero-media,
.emrg-about-page-hero-overlay {
	position: absolute;
	inset: 0;
}

.emrg-about-page-hero-media {
	z-index: 0;
}

.emrg-about-page-hero-artwork {
	position: absolute;
	right: clamp(12px, 4vw, 56px);
	bottom: 16px;
	z-index: 2;
	width: clamp(220px, 26vw, 390px);
	pointer-events: none;
}

.emrg-about-page-hero-artwork-image {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	filter: drop-shadow(0 18px 42px rgba(2, 6, 18, 0.28));
}

.emrg-about-page-hero-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.2;
}

.emrg-about-page-hero-overlay {
	z-index: 1;
	background: linear-gradient(180deg, rgba(11, 18, 32, 0.56) 0%, rgba(11, 18, 32, 0.84) 52%, #0b1220 100%);
}

.emrg-about-page-hero-inner {
	position: relative;
	z-index: 3;
	padding: 94px 24px 88px;
}

.emrg-about-page-eyebrow {
	margin: 0 0 24px;
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.3);
	background: rgba(64, 143, 134, 0.1);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-about-page-hero h1 {
	margin: 0;
	max-width: 920px;
	font-size: clamp(2.5rem, 5vw, 4.05rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: #fff;
}

.emrg-about-page-hero h1 span {
	color: var(--emrg-teal);
}

.emrg-about-page-subhead {
	margin: 22px 0 0;
	max-width: 760px;
	font-size: 1.09rem;
	line-height: 1.74;
	color: rgba(255, 255, 255, 0.66);
}

.emrg-about-page-actions {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.emrg-about-page-stats {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.emrg-about-page-stat {
	padding: 28px 20px 30px;
	display: grid;
	gap: 4px;
}

.emrg-about-page-stat:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.emrg-about-page-stat strong {
	font-size: clamp(1.65rem, 2.4vw, 1.95rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: #fff;
}

.emrg-about-page-stat span {
	font-size: 0.79rem;
	line-height: 1.42;
	color: rgba(255, 255, 255, 0.46);
}

.emrg-about-page-section {
	padding: clamp(66px, 8vw, 104px) 0;
}

.emrg-about-page-partner {
	padding-bottom: clamp(44px, 6vw, 72px);
}

.emrg-about-page-partner-copy {
	max-width: 1060px;
	margin: 0 auto;
	text-align: center;
}

.emrg-about-page-partner-logo {
	margin: 0 auto 20px;
}

.emrg-about-page-partner-logo-image {
	display: block;
	width: min(460px, 88vw);
	height: auto;
	margin: 0 auto;
}

.emrg-about-page-partner h2 {
	text-transform: uppercase;
}

.emrg-about-page-partner .emrg-about-page-prose {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.emrg-about-page-kicker {
	margin: 0 0 14px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-about-page-section h2 {
	margin: 0;
	font-size: clamp(2rem, 3.5vw, 2.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: #0b1220;
}

.emrg-about-page-section h2 span {
	color: var(--emrg-teal);
}

.emrg-about-page-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
	gap: clamp(26px, 4vw, 60px);
	align-items: center;
}

.emrg-about-page-prose {
	margin-top: 20px;
	max-width: 680px;
}

.emrg-about-page-prose p {
	margin: 0;
	font-size: 1.01rem;
	line-height: 1.82;
	color: rgba(51, 65, 85, 0.9);
}

.emrg-about-page-prose p + p {
	margin-top: 16px;
}

.emrg-about-page-story-media {
	position: relative;
	width: min(100%, 540px);
	justify-self: end;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(226, 232, 240, 0.9);
	box-shadow: 0 28px 66px rgba(11, 18, 32, 0.12);
	background: #fff;
}

.emrg-about-page-story-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.emrg-about-page-badge {
	position: absolute;
	display: grid;
	gap: 3px;
	padding: 12px 14px;
	border-radius: 14px;
	box-shadow: 0 16px 38px rgba(11, 18, 32, 0.2);
}

.emrg-about-page-badge strong {
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
}

.emrg-about-page-badge span {
	font-size: 0.72rem;
	line-height: 1.4;
}

.emrg-about-page-badge--left {
	left: 14px;
	bottom: 14px;
	background: #fff;
	color: #0b1220;
}

.emrg-about-page-badge--right {
	right: 14px;
	top: 14px;
	background: var(--emrg-teal);
	color: #fff;
}

.emrg-about-page-process {
	background: #f6f8fb;
}

.emrg-about-page-process-grid {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.emrg-about-page-process-card {
	padding: 20px;
	border-radius: 16px;
	border: 1px solid var(--emrg-border);
	background: #fff;
}

.emrg-about-page-process-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 28px;
	padding: 0 9px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.14);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-about-page-process-card h3 {
	margin: 12px 0 0;
	font-size: 1.03rem;
	font-weight: 700;
	line-height: 1.34;
	color: #0b1220;
}

.emrg-about-page-process-card p {
	margin: 8px 0 0;
	font-size: 0.91rem;
	line-height: 1.72;
	color: rgba(51, 65, 85, 0.78);
}

.emrg-about-page-values {
	background: #f6f8fb;
}

.emrg-about-page-values .emrg-about-page-kicker,
.emrg-about-page-values h2 {
	text-align: center;
}

.emrg-about-page-values-grid {
	margin-top: 26px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.emrg-about-page-value-card {
	padding: 24px;
	border-radius: 18px;
	border: 1px solid var(--emrg-border);
	background: #fff;
}

.emrg-about-page-value-card h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.33;
	color: #0b1220;
}

.emrg-about-page-value-card p {
	margin: 10px 0 0;
	font-size: 0.9rem;
	line-height: 1.72;
	color: rgba(51, 65, 85, 0.74);
}

.emrg-about-page-services-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: stretch;
}

.emrg-about-page-services-copy p {
	margin: 18px 0 0;
	max-width: 680px;
	font-size: 1rem;
	line-height: 1.8;
	color: rgba(51, 65, 85, 0.84);
}

.emrg-about-page-services-copy .emrg-about-page-kicker {
	margin: 0 0 14px;
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-about-page-team-cta .emrg-about-page-kicker {
	text-align: center;
	margin: 0 0 14px;
	color: var(--emrg-teal);
}

.emrg-about-page-services-list {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
}

.emrg-about-page-services-list li {
	position: relative;
	padding-left: 14px;
	font-size: 0.9rem;
	line-height: 1.66;
	color: rgba(51, 65, 85, 0.9);
}

.emrg-about-page-services-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.66em;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--emrg-teal);
}

.emrg-about-page-services-copy .emrg-primary-button {
	margin-top: 22px;
}

.emrg-about-page-numbers {
	padding: clamp(26px, 3.6vw, 38px);
	border-radius: 28px;
	background:
		radial-gradient(140% 120% at 110% -10%, rgba(64, 143, 134, 0.18) 0%, rgba(64, 143, 134, 0) 56%),
		linear-gradient(160deg, #0b1220 0%, #152238 100%);
	color: #fff;
}

.emrg-about-page-numbers .emrg-about-page-kicker {
	margin-bottom: 16px;
}

.emrg-about-page-numbers ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.emrg-about-page-numbers li {
	padding: 13px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.emrg-about-page-numbers li:last-child {
	border-bottom: 0;
}

.emrg-about-page-numbers li span {
	font-size: 0.89rem;
	line-height: 1.58;
	color: rgba(255, 255, 255, 0.6);
}

.emrg-about-page-numbers li strong {
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #fff;
}

.emrg-about-page-team-cta {
	background: #f6f8fb;
	text-align: center;
}

.emrg-about-page-team-cta p {
	margin: 16px auto 0;
	max-width: 760px;
	font-size: 1rem;
	line-height: 1.78;
	color: rgba(51, 65, 85, 0.74);
}

.emrg-about-page-team-actions {
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.emrg-about-page-team-actions .emrg-secondary-button {
	color: #0b1220;
	border-color: rgba(15, 23, 42, 0.22);
	background: #fff;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.emrg-about-page-team-actions .emrg-secondary-button:hover {
	color: #0b1220;
	border-color: rgba(15, 23, 42, 0.35);
	background: #f8fafc;
}

.emrg-about-page-faq h2 {
	margin-bottom: 8px;
}

.emrg-about-page .emrg-about-page-faq {
	padding-top: clamp(30px, 4vw, 48px);
}

.emrg-about-page-final-cta {
	padding-top: clamp(56px, 7vw, 92px);
}

.emrg-about-page-final-cta .emrg-inner-page-cta h2 {
	color: #f8fbff;
}

.emrg-about-page-final-cta .emrg-inner-page-cta p {
	color: rgba(232, 240, 252, 0.76);
}

@media (max-width: 1200px) {
	.emrg-about-page-hero-inner {
		padding: 86px 28px 80px;
	}

	.emrg-about-page-values-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.emrg-about-page-hero-inner {
		padding: 74px 28px;
	}

	.emrg-about-page-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-about-page-stat:nth-child(2n) {
		border-right: 0;
	}

	.emrg-about-page-stat {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.emrg-about-page-stat:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.emrg-about-page-story-grid,
	.emrg-about-page-services-grid,
	.emrg-about-page-process-grid {
		grid-template-columns: 1fr;
	}

	.emrg-about-page-story-media {
		justify-self: start;
	}

	.emrg-about-page-services-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.emrg-about-page-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-about-page-hero {
		padding-top: 64px;
	}

	.emrg-about-page-hero-artwork {
		width: clamp(170px, 42vw, 260px);
		right: 10px;
		bottom: 12px;
	}

	.emrg-about-page-actions .emrg-primary-button,
	.emrg-about-page-actions .emrg-secondary-button,
	.emrg-about-page-team-actions .emrg-primary-button,
	.emrg-about-page-team-actions .emrg-secondary-button {
		width: 100%;
	}

	.emrg-about-page-stats {
		grid-template-columns: 1fr;
	}

	.emrg-about-page-stat,
	.emrg-about-page-stat:nth-child(2n) {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.emrg-about-page-stat:last-child {
		border-bottom: 0;
	}

	.emrg-about-page-values-grid {
		grid-template-columns: 1fr;
	}
}

.emrg-ceo-page {
	padding: 0;
	background: var(--emrg-surface);
}

.emrg-ceo-container {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 0 24px;
}

.emrg-ceo-kicker {
	margin: 0 0 12px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-ceo-page h2 {
	margin: 0;
	font-size: clamp(1.9rem, 3.4vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.14;
	color: #0b1220;
}

.emrg-ceo-hero {
	position: relative;
	padding-top: 76px;
	background: #0b1220;
	overflow: hidden;
}

.emrg-ceo-hero-inner {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 94px 24px 94px;
	position: relative;
	z-index: 2;
}

.emrg-ceo-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
	gap: clamp(28px, 4vw, 68px);
	align-items: end;
}

.emrg-ceo-eyebrow {
	margin: 0;
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.3);
	background: rgba(64, 143, 134, 0.1);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-ceo-hero-copy h1 {
	margin: 16px 0 0;
	font-size: clamp(2.5rem, 5vw, 3.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.08;
	color: #fff;
}

.emrg-ceo-hero-description {
	margin: 18px 0 0;
	max-width: 680px;
	font-size: 1.07rem;
	line-height: 1.74;
	color: rgba(255, 255, 255, 0.62);
}

.emrg-ceo-hero-actions {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.emrg-ceo-hero-actions .emrg-primary-button,
.emrg-ceo-hero-actions .emrg-ceo-linkedin-button {
	height: 48px;
	padding: 0 24px;
	border-radius: 10px;
	font-size: 0.925rem;
	line-height: 1;
}

.emrg-ceo-hero-actions .emrg-primary-button {
	font-weight: 700;
}

.emrg-ceo-hero-actions .emrg-ceo-linkedin-button {
	height: 54px;
	padding: 0 28px;
	border-radius: 12px;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 8px;
	color: var(--emrg-white);
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px) saturate(160%);
	-webkit-backdrop-filter: blur(12px) saturate(160%);
}

.emrg-ceo-hero-actions .emrg-ceo-linkedin-button svg {
	display: block;
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
}

.emrg-ceo-hero-actions .emrg-ceo-linkedin-button:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.12);
}

.emrg-ceo-hero-media-wrap {
	position: relative;
	max-width: clamp(264px, 24vw, 336px);
	justify-self: center;
}

.emrg-ceo-hero-media {
	position: relative;
	margin: 0;
	border-radius: 26px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.04);
}

.emrg-ceo-hero-media::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 44%;
	background: linear-gradient(180deg, rgba(5, 10, 20, 0) 0%, rgba(5, 10, 20, 0.86) 100%);
	pointer-events: none;
}

.emrg-ceo-hero-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.emrg-ceo-hero-stats {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.emrg-inner-hero-artwork.is-ceo-hero {
	left: 50%;
	right: auto;
	bottom: 0;
	transform: translateX(-50%);
}

.emrg-ceo-hero-stats > div {
	padding: 9px 8px;
	border-radius: 11px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(8, 14, 26, 0.62);
	backdrop-filter: blur(10px) saturate(150%);
	-webkit-backdrop-filter: blur(10px) saturate(150%);
	text-align: center;
}

.emrg-ceo-hero-stats strong {
	display: block;
	font-size: 1.06rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #fff;
}

.emrg-ceo-hero-stats span {
	display: block;
	margin-top: 2px;
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.68);
}

.emrg-ceo-quote {
	padding: clamp(58px, 7vw, 88px) 0;
	background: #f6f8fb;
}

.emrg-ceo-quote .emrg-ceo-container {
	max-width: 920px;
}

.emrg-ceo-quote-mark {
	display: flex;
	justify-content: center;
	margin: 0 auto 24px;
	line-height: 0;
	color: #408f86;
	opacity: 0.6;
}

.emrg-ceo-quote-mark svg {
	display: block;
	width: 36px;
	height: 36px;
}

.emrg-ceo-quote blockquote {
	margin: 0;
	position: relative;
	padding-top: 0;
	text-align: center;
	font-size: clamp(1.22rem, 2.25vw, 1.72rem);
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.6;
	color: #0b1220;
}

.emrg-ceo-quote blockquote::before {
	content: none;
}

.emrg-ceo-quote p {
	margin: 18px 0 0;
	text-align: center;
	font-size: 0.86rem;
	font-weight: 500;
	color: rgba(51, 65, 85, 0.66);
}

.emrg-ceo-bio {
	padding: clamp(64px, 8vw, 102px) 0;
	background: #fff;
}

.emrg-ceo-bio-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(270px, 0.34fr);
	gap: clamp(22px, 3.5vw, 54px);
}

.emrg-ceo-prose {
	margin-top: 18px;
}

.emrg-ceo-prose p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.82;
	color: rgba(51, 65, 85, 0.9);
}

.emrg-ceo-prose p + p {
	margin-top: 16px;
}

.emrg-ceo-bio-side {
	display: grid;
	gap: 14px;
	align-content: start;
}

.emrg-ceo-side-card {
	padding: 20px;
	border-radius: 16px;
	border: 1px solid var(--emrg-border);
	background: #f8fbff;
}

.emrg-ceo-side-card h3 {
	margin: 0;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0b1220;
}

.emrg-ceo-side-card p {
	margin: 12px 0 0;
	font-size: 0.89rem;
	line-height: 1.7;
	color: rgba(51, 65, 85, 0.78);
}

.emrg-ceo-expertise-list {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.emrg-ceo-expertise-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--emrg-border);
}

.emrg-ceo-expertise-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.emrg-ceo-expertise-list span {
	font-size: 0.86rem;
	line-height: 1.5;
	color: rgba(51, 65, 85, 0.9);
}

.emrg-ceo-expertise-list small {
	font-size: 0.76rem;
	font-weight: 600;
	color: var(--emrg-teal);
}

.emrg-ceo-milestones {
	padding: clamp(64px, 8vw, 102px) 0;
	background: #f6f8fb;
}

.emrg-ceo-milestone-list {
	margin-top: 22px;
	display: grid;
	gap: 14px;
}

.emrg-ceo-milestone-item {
	display: grid;
	grid-template-columns: minmax(86px, auto) minmax(0, 1fr);
	gap: 16px;
	padding: 18px;
	border-radius: 16px;
	border: 1px solid var(--emrg-border);
	background: #fff;
}

.emrg-ceo-milestone-year {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: start;
	min-width: 80px;
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.13);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-ceo-milestone-content h3 {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.33;
	color: #0b1220;
}

.emrg-ceo-milestone-content p {
	margin: 8px 0 0;
	font-size: 0.9rem;
	line-height: 1.72;
	color: rgba(51, 65, 85, 0.78);
}

.emrg-ceo-faq {
	padding: clamp(60px, 7vw, 88px) 0 clamp(60px, 7vw, 88px);
}

.emrg-ceo-faq h2 {
	margin-bottom: 8px;
}

.emrg-ceo-final-cta {
	padding: clamp(44px, 6vw, 72px) 0 0;
}

.emrg-ceo-final-cta-card {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: #0b1220;
}

.emrg-ceo-final-cta-media,
.emrg-ceo-final-cta-overlay {
	position: absolute;
	inset: 0;
}

.emrg-ceo-final-cta-media {
	z-index: 0;
}

.emrg-ceo-final-cta-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.16;
}

.emrg-ceo-final-cta-overlay {
	z-index: 1;
	background: linear-gradient(150deg, rgba(11, 18, 32, 0.92) 0%, rgba(11, 18, 32, 0.8) 52%, rgba(11, 18, 32, 0.9) 100%);
}

.emrg-ceo-final-cta-content {
	position: relative;
	z-index: 2;
	padding: clamp(30px, 4vw, 52px);
	text-align: center;
}

.emrg-ceo-final-cta-content h2 {
	color: #f8fbff;
}

.emrg-ceo-final-cta-content p {
	margin: 14px auto 0;
	max-width: 780px;
	font-size: 0.97rem;
	line-height: 1.78;
	color: rgba(232, 240, 252, 0.74);
}

.emrg-ceo-final-cta-actions {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.emrg-ceo-final-cta-actions .emrg-secondary-button {
	height: auto;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 0.925rem;
	font-weight: 600;
	gap: 8px;
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.15);
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.emrg-ceo-final-cta-actions .emrg-secondary-button:hover {
	transform: none;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
	background: transparent;
}

@media (max-width: 1200px) {
	.emrg-ceo-hero-inner {
		padding: 94px 28px;
	}
}

@media (max-width: 960px) {
	.emrg-ceo-hero-inner {
		padding: 76px 28px 74px;
	}

	.emrg-ceo-hero-grid,
	.emrg-ceo-bio-grid {
		grid-template-columns: 1fr;
	}

	.emrg-ceo-hero-media-wrap {
		max-width: clamp(264px, 70vw, 360px);
		justify-self: center;
	}

	.emrg-ceo-hero-media {
		max-height: none;
	}
}

@media (max-width: 640px) {
	.emrg-ceo-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-ceo-hero {
		padding-top: 64px;
	}

	.emrg-ceo-hero-actions .emrg-primary-button,
	.emrg-ceo-hero-actions .emrg-secondary-button,
	.emrg-ceo-final-cta-actions .emrg-primary-button,
	.emrg-ceo-final-cta-actions .emrg-secondary-button {
		width: 100%;
	}

	.emrg-ceo-hero-stats {
		grid-template-columns: 1fr;
	}

	.emrg-ceo-hero-media {
		max-height: none;
	}

	.emrg-inner-hero-artwork.is-ceo-hero {
		left: 50%;
		right: auto;
		bottom: 0;
		transform: translateX(-50%);
	}

	.emrg-ceo-milestone-item {
		grid-template-columns: 1fr;
	}

	.emrg-ceo-quote blockquote {
		padding-top: 0;
	}
}

.emrg-giving-page {
	padding: 0;
	background: #fff;
}

.emrg-giving-container {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 0 24px;
}

.emrg-giving-kicker,
.emrg-giving-eyebrow {
	margin: 0;
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.28);
	background: rgba(64, 143, 134, 0.12);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-giving-how .emrg-giving-kicker,
.emrg-giving-children .emrg-giving-kicker,
.emrg-giving-water .emrg-giving-kicker {
	margin: 0 0 14px;
	display: block;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-giving-hero {
	position: relative;
	padding-top: 76px;
	background: #0b1220;
	overflow: hidden;
}

.emrg-giving-hero::before,
.emrg-giving-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.emrg-giving-hero::before {
	top: -140px;
	left: 50%;
	width: clamp(380px, 46vw, 760px);
	height: clamp(280px, 30vw, 440px);
	transform: translateX(-50%);
	border-radius: 999px;
	background: radial-gradient(ellipse at center, rgba(64, 143, 134, 0.25) 0%, rgba(64, 143, 134, 0) 70%);
	z-index: 1;
}

.emrg-giving-hero::after {
	right: -130px;
	bottom: -160px;
	width: clamp(260px, 30vw, 470px);
	height: clamp(260px, 30vw, 470px);
	border-radius: 999px;
	background: radial-gradient(circle, rgba(78, 97, 114, 0.22) 0%, rgba(78, 97, 114, 0) 70%);
	z-index: 1;
}

.emrg-giving-hero-media,
.emrg-giving-hero-overlay {
	position: absolute;
	inset: 0;
}

.emrg-giving-hero-media {
	z-index: 0;
}

.emrg-giving-hero-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
	opacity: 0.24;
}

.emrg-giving-hero-overlay {
	z-index: 1;
	background: linear-gradient(170deg, rgba(5, 11, 22, 0.92) 0%, rgba(6, 13, 24, 0.82) 45%, rgba(7, 13, 25, 0.9) 100%);
}

.emrg-giving-hero-inner {
	position: relative;
	z-index: 2;
	padding-top: 94px;
	padding-bottom: 94px;
}

.emrg-giving-hero-inner h1 {
	margin: 16px 0 0;
	max-width: 780px;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.08;
	color: #fff;
}

.emrg-giving-subhead {
	margin: 18px 0 0;
	max-width: 760px;
	font-size: 1.05rem;
	line-height: 1.84;
	color: rgba(232, 240, 252, 0.68);
}

.emrg-giving-hero-actions {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.emrg-inner-hero-artwork.is-giving-hero {
	right: clamp(6px, 2.4vw, 36px);
	bottom: 0;
	z-index: 2;
}

.emrg-giving-hero-stats-wrap {
	position: relative;
	z-index: 2;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.emrg-giving-hero-stats {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emrg-giving-hero-stat {
	padding: 26px 22px;
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.emrg-giving-hero-stat:first-child {
	border-left: 0;
}

.emrg-giving-hero-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	line-height: 0;
	color: #408f86;
}

.emrg-giving-hero-stat-icon svg {
	display: block;
	stroke: #408f86;
	fill: none;
}

.emrg-giving-hero-stat strong {
	display: block;
	margin-top: 8px;
	font-size: clamp(1.5rem, 2.7vw, 2.3rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #fff;
}

.emrg-giving-hero-stat > span:not(.emrg-giving-hero-stat-icon) {
	display: block;
	margin-top: 7px;
	font-size: 0.78rem;
	line-height: 1.5;
	color: rgba(232, 240, 252, 0.5);
}

.emrg-giving-section {
	padding: clamp(68px, 8vw, 108px) 0;
}

.emrg-giving-how {
	background: #fff;
}

.emrg-giving-how-grid {
	display: grid;
	grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 62px);
	align-items: start;
}

.emrg-giving-how-intro {
	position: sticky;
	top: 112px;
}

.emrg-giving-how-intro h2,
.emrg-giving-children h2,
.emrg-giving-water h2,
.emrg-giving-faq h2 {
	margin: 16px 0 0;
	font-size: clamp(1.85rem, 3.2vw, 2.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.14;
	color: #0b1220;
}

.emrg-giving-how-intro p {
	margin: 18px 0 0;
	font-size: 1rem;
	line-height: 1.85;
	color: rgba(51, 65, 85, 0.86);
}

.emrg-giving-org-grid {
	display: grid;
	gap: 14px;
}

.emrg-giving-org-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 16px;
	padding: 20px;
	border-radius: 18px;
	border: 1px solid var(--emrg-border);
	background: #f8fafb;
}

.emrg-giving-org-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 46px;
	padding: 6px;
	border-radius: 12px;
	background: rgba(64, 143, 134, 0.11);
	color: #408f86;
	overflow: hidden;
}

.emrg-giving-org-logo {
	display: block;
	width: 100%;
	max-width: 42px;
	max-height: 28px;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.emrg-giving-org-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.emrg-giving-org-row h3 {
	margin: 0;
	font-size: 0.97rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.36;
	color: #0b1220;
}

.emrg-giving-org-row span {
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.11);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-giving-org-copy p {
	margin: 8px 0 0;
	font-size: 0.89rem;
	line-height: 1.72;
	color: rgba(51, 65, 85, 0.78);
}

.emrg-giving-children {
	position: relative;
	overflow: hidden;
	background: #0b1220;
	padding-bottom: clamp(34px, 4vw, 56px);
}

.emrg-giving-children::before,
.emrg-giving-children::after {
	content: "";
	position: absolute;
	pointer-events: none;
	border-radius: 999px;
}

.emrg-giving-children::before {
	top: -140px;
	right: -120px;
	width: clamp(320px, 34vw, 520px);
	height: clamp(320px, 34vw, 520px);
	background: radial-gradient(circle, rgba(64, 143, 134, 0.22) 0%, rgba(64, 143, 134, 0) 70%);
}

.emrg-giving-children::after {
	left: -110px;
	bottom: -130px;
	width: clamp(260px, 26vw, 410px);
	height: clamp(260px, 26vw, 410px);
	background: radial-gradient(circle, rgba(78, 97, 114, 0.24) 0%, rgba(78, 97, 114, 0) 70%);
}

.emrg-giving-children .emrg-giving-container {
	position: relative;
	z-index: 1;
}

.emrg-giving-children-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 34px;
}

.emrg-giving-children-head h2 {
	color: #fff;
}

.emrg-giving-children-head p {
	margin: 14px 0 0;
	max-width: 640px;
	font-size: 0.98rem;
	line-height: 1.78;
	color: rgba(232, 240, 252, 0.56);
}

.emrg-giving-children-logo {
	margin: 0;
}

.emrg-giving-children-logo-image {
	display: block;
	width: auto;
	max-width: 220px;
	height: auto;
	opacity: 0.72;
}

.emrg-giving-children-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.emrg-giving-child-card {
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #0d1929;
	overflow: hidden;
}

.emrg-giving-child-media {
	position: relative;
	height: 300px;
	margin: 0;
	background: #0c1728;
}

.emrg-giving-child-media::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 24%;
	background: linear-gradient(180deg, rgba(13, 25, 41, 0) 0%, rgba(13, 25, 41, 0.92) 100%);
	pointer-events: none;
}

.emrg-giving-child-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 22%;
}

.emrg-giving-child-badge {
	position: absolute;
	left: 16px;
	bottom: 14px;
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.34);
	background: rgba(64, 143, 134, 0.14);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--emrg-teal);
	z-index: 1;
}

.emrg-giving-child-copy {
	padding: 20px;
}

.emrg-giving-child-code {
	margin: 0;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--emrg-teal);
}

.emrg-giving-child-copy h3 {
	margin: 7px 0 0;
	font-size: 1.16rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: #fff;
}

.emrg-giving-child-location {
	margin: 6px 0 0;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.52;
	color: rgba(64, 143, 134, 0.8);
}

.emrg-giving-child-bio {
	margin: 14px 0 0;
	font-size: 0.86rem;
	line-height: 1.74;
	color: rgba(232, 240, 252, 0.58);
}

.emrg-giving-child-link {
	padding: 0;
	border: 0;
	background: transparent;
	margin-top: 16px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--emrg-teal);
	cursor: pointer;
	font-family: inherit;
}

.emrg-giving-child-link::after {
	content: "↗";
	font-size: 0.82rem;
	line-height: 1;
}

.emrg-giving-child-link:hover {
	color: #fff;
}

.emrg-giving-letters {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.emrg-giving-letters-kicker {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(232, 240, 252, 0.46);
}

.emrg-giving-letters-grid {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.emrg-giving-letter-item {
	padding: 0;
	appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.12);
	cursor: pointer;
	margin: 0;
	border-radius: 12px;
	background: #0f1e33;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.emrg-giving-letter-item:hover {
	border-color: rgba(64, 143, 134, 0.52);
	transform: translateY(-1px);
}

.emrg-giving-letter-item:focus-visible {
	outline: 2px solid var(--emrg-teal);
	outline-offset: 2px;
	border-color: rgba(64, 143, 134, 0.72);
}

.emrg-giving-letter-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.emrg-giving-water {
	position: relative;
	overflow: hidden;
	padding: 0;
	min-height: 520px;
	background: #0b1220;
}

.emrg-giving-water::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 72px;
	background: linear-gradient(180deg, #0b1220 0%, rgba(11, 18, 32, 0) 100%);
	z-index: 3;
	pointer-events: none;
}

.emrg-giving-water-media,
.emrg-giving-water-overlay {
	position: absolute;
	inset: 0;
}

.emrg-giving-water-media {
	z-index: 0;
}

.emrg-giving-water-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.emrg-giving-water-overlay {
	z-index: 1;
	background: linear-gradient(90deg, rgba(11, 18, 32, 0.95) 0%, rgba(11, 18, 32, 0.8) 48%, rgba(11, 18, 32, 0.35) 100%);
}

.emrg-giving-water-inner {
	position: relative;
	z-index: 2;
	padding-top: 108px;
	padding-bottom: 100px;
}

.emrg-giving-water-copy {
	max-width: 660px;
}

.emrg-giving-water h2 {
	color: #fff;
}

.emrg-giving-water p {
	margin: 14px 0 0;
	font-size: 1rem;
	line-height: 1.82;
	color: rgba(232, 240, 252, 0.66);
}

.emrg-giving-water-stat {
	margin-top: 18px;
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.emrg-giving-water-stat strong {
	font-size: clamp(2rem, 3.3vw, 2.8rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: var(--emrg-teal);
}

.emrg-giving-water-stat span {
	font-size: 0.84rem;
	color: rgba(232, 240, 252, 0.5);
}

.emrg-giving-faq {
	background: #fff;
}

.emrg-giving-page .emrg-giving-faq {
	padding-top: clamp(34px, 4.5vw, 56px);
}

.emrg-giving-faq h2 {
	margin-bottom: 8px;
}

.emrg-giving-faq .emrg-inner-page-faq {
	margin-top: 0;
}

.emrg-giving-cta {
	padding-top: clamp(56px, 7vw, 92px);
}

.emrg-giving-letters-modal {
	position: fixed;
	top: 76px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 69;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 20px;
	overflow-y: auto;
}

.emrg-giving-letters-modal[hidden] {
	display: none !important;
}

.emrg-giving-letters-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(6, 13, 26, 0.94);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.emrg-giving-letters-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 980px);
	display: grid;
	gap: 14px;
	margin: auto 0;
}

.emrg-giving-letters-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	background: rgba(11, 18, 32, 0.55);
	color: #fff;
	cursor: pointer;
	z-index: 2;
}

.emrg-giving-letters-modal-image-wrap {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #fff;
	min-height: 0;
	max-height: calc(100vh - 76px - 120px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.emrg-giving-letters-modal-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: calc(100vh - 76px - 120px);
	object-fit: contain;
	margin: 0 auto;
}

.emrg-giving-letters-modal-footer {
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.emrg-giving-letters-modal-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.84);
	cursor: pointer;
}

.emrg-giving-letters-modal-counter {
	min-width: 80px;
	text-align: center;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.66);
}

body.giving-letters-open {
	overflow: hidden;
}

@media (max-width: 1100px) {
	.emrg-giving-how-grid {
		grid-template-columns: 1fr;
	}

	.emrg-giving-how-intro {
		position: static;
	}

	.emrg-giving-children-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.emrg-giving-container,
	.emrg-giving-hero-stats {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-giving-hero {
		padding-top: 64px;
	}

	.emrg-giving-hero-inner {
		padding-top: 76px;
		padding-bottom: 74px;
	}

	.emrg-giving-hero-stats {
		grid-template-columns: 1fr;
	}

	.emrg-giving-hero-stat {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.09);
	}

	.emrg-giving-hero-stat:first-child {
		border-top: 0;
	}

	.emrg-giving-children-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.emrg-giving-letters-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-giving-water-inner {
		padding-top: 96px;
		padding-bottom: 86px;
	}
}

@media (max-width: 640px) {
	.emrg-giving-hero-actions .emrg-primary-button,
	.emrg-giving-hero-actions .emrg-secondary-button {
		width: 100%;
	}

	.emrg-giving-children-grid {
		grid-template-columns: 1fr;
	}

	.emrg-giving-child-media {
		height: 280px;
	}

	.emrg-giving-letters-grid {
		grid-template-columns: 1fr 1fr;
	}

	.emrg-giving-letters-modal {
		top: 64px;
		padding: 10px 12px;
	}

	.emrg-giving-letters-modal-image-wrap,
	.emrg-giving-letters-modal-image {
		max-height: calc(100vh - 64px - 116px);
	}
}

.emrg-contact-page {
	background: #fff;
	padding-bottom: 0;
}

.emrg-contact-page-container {
	max-width: var(--emrg-container);
	margin: 0 auto;
	padding: 0 24px;
}

.emrg-contact-page-eyebrow {
	margin: 0;
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.3);
	background: rgba(64, 143, 134, 0.12);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #408f86;
}

.emrg-contact-page-kicker {
	margin: 0;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #408f86;
}

.emrg-contact-page-hero {
	position: relative;
	padding-top: 76px;
	background: #0b1220;
	overflow: hidden;
}

.emrg-contact-page-hero-media,
.emrg-contact-page-hero-overlay {
	position: absolute;
	inset: 0;
}

.emrg-contact-page-hero-media {
	z-index: 0;
}

.emrg-contact-page-hero-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.15;
}

.emrg-contact-page-hero-overlay {
	z-index: 1;
	background: linear-gradient(180deg, rgba(11, 18, 32, 0.55) 0%, rgba(11, 18, 32, 0.8) 56%, #0b1220 100%);
}

.emrg-contact-page-hero-inner {
	position: relative;
	z-index: 2;
	padding-top: clamp(92px, 10vw, 136px);
	padding-bottom: clamp(80px, 9vw, 126px);
}

.emrg-contact-page-hero-inner h1 {
	margin: 18px 0 0;
	font-size: clamp(2.45rem, 4.8vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.09;
	color: #fff;
}

.emrg-contact-page-hero-inner h1 span {
	color: #408f86;
}

.emrg-contact-page-hero-subhead {
	margin: 16px 0 0;
	max-width: 720px;
	font-size: 1.125rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.65);
}

.emrg-contact-page-quickbar {
	position: relative;
	z-index: 2;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.emrg-contact-page-quickbar-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emrg-contact-page-quickbar-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 26px 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(232, 240, 252, 0.8);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.emrg-contact-page-quickbar-item:last-child {
	border-right: 0;
}

.emrg-contact-page-quickbar-item:hover {
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.emrg-contact-page-quickbar-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(64, 143, 134, 0.15);
	color: #408f86;
	flex: 0 0 auto;
}

.emrg-contact-page-quickbar-copy small {
	display: block;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(232, 240, 252, 0.45);
}

.emrg-contact-page-quickbar-copy strong {
	display: block;
	margin-top: 2px;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.5;
	color: inherit;
}

.emrg-contact-page-main {
	padding: clamp(88px, 8vw, 112px) 0;
}

.emrg-contact-page-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(40px, 5vw, 96px);
}

.emrg-contact-page-copy h2,
.emrg-contact-page-section-head h2,
.emrg-contact-page-faq-side h2,
.emrg-contact-page-final h2 {
	margin: 14px 0 0;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: #0b1220;
}

.emrg-contact-page-copy > p {
	margin: 14px 0 0;
	font-size: 1.05rem;
	line-height: 1.8;
	color: #334155;
}

.emrg-contact-page-tagline {
	margin: 40px 0 0;
}

.emrg-contact-page-tagline-image {
	width: auto;
	height: 32px;
	max-width: 240px;
	object-fit: contain;
}

.emrg-contact-page-details {
	margin-top: 28px;
	display: grid;
	gap: 16px;
}

.emrg-contact-page-detail-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0;
}

.emrg-contact-page-detail-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid var(--emrg-border);
	background: #fff;
	color: #408f86;
	flex: 0 0 auto;
}

.emrg-contact-page-detail-copy {
	display: block;
}

.emrg-contact-page-detail-copy small {
	display: block;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #334155;
	opacity: 0.8;
}

.emrg-contact-page-detail-copy strong {
	display: block;
	margin-top: 2px;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.45;
	color: #0b1220;
}

.emrg-contact-page-detail-copy em {
	display: block;
	margin-top: 1px;
	font-style: normal;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #94a3b8;
}

.emrg-contact-page-callout {
	margin-top: 30px;
	padding: 28px;
	border-radius: 16px;
	background:
		radial-gradient(100% 90% at 100% 0%, rgba(64, 143, 134, 0.18) 0%, rgba(64, 143, 134, 0) 62%),
		#0b1220;
}

.emrg-contact-page-callout-eyebrow {
	margin: 0;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #408f86;
}

.emrg-contact-page-callout h3 {
	margin: 8px 0 0;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.3;
	color: #fff;
}

.emrg-contact-page-callout p {
	margin: 12px 0 0;
	font-size: 0.86rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.55);
}

.emrg-contact-page-callout-actions {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.emrg-contact-page-callout-actions .emrg-primary-button {
	height: 40px;
	padding: 0 20px;
	border-radius: 10px;
	font-size: 0.85rem;
	font-weight: 600;
	background: #408f86 !important;
	box-shadow:
		0 0 20px rgba(64, 143, 134, 0.46),
		0 10px 20px rgba(64, 143, 134, 0.34) !important;
}

.emrg-contact-page-callout-actions .emrg-primary-button:hover {
	background: #357a71 !important;
	box-shadow:
		0 0 24px rgba(64, 143, 134, 0.56),
		0 12px 24px rgba(64, 143, 134, 0.4) !important;
}

.emrg-contact-page-callout-link {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 0 16px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.84rem;
	font-weight: 600;
	color: rgba(232, 240, 252, 0.8);
}

.emrg-contact-page-callout-link:hover {
	border-color: rgba(255, 255, 255, 0.38);
	color: #fff;
}

.emrg-contact-page-form-shell {
	border-radius: 16px;
	border: 1px solid #e5e7eb;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.emrg-contact-page-form-head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px 32px;
	border-bottom: 1px solid #e5e7eb;
	background: #f6f8fb;
}

.emrg-contact-page-form-head-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(64, 143, 134, 0.12);
	color: #408f86;
	flex: 0 0 auto;
}

.emrg-contact-page-form-head p {
	margin: 0;
	font-size: 0.925rem;
	font-weight: 700;
	color: #0b1220;
}

.emrg-contact-page-form-head small {
	display: block;
	margin-top: 2px;
	font-size: 0.74rem;
	color: #94a3b8;
}

.emrg-contact-page-form-body {
	padding: 30px 32px 32px;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_fields {
	gap: 20px;
	row-gap: 20px;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gfield_label {
	margin-bottom: 6px;
	font-size: 0.825rem;
	font-weight: 600;
	letter-spacing: 0;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gfield_required_text {
	display: none;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gfield_description {
	margin-top: 6px;
	font-size: 0.75rem;
	line-height: 1.55;
	color: #94a3b8;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gfield--type-select .ginput_container_select {
	position: relative;
	margin-top: 0;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gfield--type-select .ginput_container_select::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 7.75 10 12.25l4.5-4.5' fill='none' stroke='%23408F86' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
	opacity: 0.95;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper select.gfield_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: none !important;
	height: 50px;
	min-height: 50px;
	margin: 0 !important;
	padding-left: 16px;
	padding-right: 42px;
	border-radius: 12px;
	border: 1px solid #e5e7eb !important;
	background-color: #f6f8fb !important;
	background-size: 0 0 !important;
	color: #0b1220;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.35;
	cursor: pointer;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper select.gfield_select:focus {
	border-color: #408f86;
	background-color: #fff !important;
	box-shadow: none;
	outline: none;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper select.gfield_select option {
	color: #0b1220;
	background: #fff;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper input[type="text"],
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper input[type="tel"],
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper input[type="email"],
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper input[type="url"],
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper textarea {
	height: 50px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f6f8fb;
	color: #0b1220;
	font-size: 0.9rem;
	padding: 0 16px;
	box-shadow: none;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper textarea {
	min-height: 136px;
	padding: 13px 16px;
	resize: none;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper input[type="text"]::placeholder,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper input[type="tel"]::placeholder,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper input[type="email"]::placeholder,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper input[type="url"]::placeholder,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper textarea::placeholder {
	color: #94a3b8;
	opacity: 1;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper input[type="text"]:focus,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper input[type="tel"]:focus,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper input[type="email"]:focus,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper input[type="url"]:focus,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper textarea:focus {
	border-color: #408f86;
	background: #fff;
	outline: none;
	box-shadow: none;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_footer,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_page_footer {
	margin-top: 20px;
	position: relative;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_button,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_footer input[type="submit"],
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_page_footer input[type="submit"],
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_page_footer input[type="button"] {
	height: 56px;
	border-radius: 12px;
	font-size: 0.95rem;
	font-weight: 600;
	background: #408f86;
	padding-right: 56px;
	box-shadow:
		0 0 22px rgba(64, 143, 134, 0.45),
		0 10px 18px rgba(64, 143, 134, 0.28);
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_button:hover,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_footer input[type="submit"]:hover,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_page_footer input[type="submit"]:hover,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_page_footer input[type="button"]:hover {
	background: #357a71;
	box-shadow:
		0 0 26px rgba(64, 143, 134, 0.54),
		0 12px 24px rgba(64, 143, 134, 0.34);
	transform: none;
}

.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_button:active,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_footer input[type="submit"]:active,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_page_footer input[type="submit"]:active,
.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_page_footer input[type="button"]:active {
	background: #2d6b63;
}

.emrg-contact-page-form-fallback {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.72;
	color: rgba(51, 65, 85, 0.78);
}

.emrg-contact-page-benefits {
	padding: clamp(74px, 8vw, 108px) 0;
	background: #f6f8fb;
}

.emrg-contact-page-section-head {
	text-align: center;
	margin: 0 auto;
	max-width: 840px;
}

.emrg-contact-page-benefits-grid {
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.emrg-contact-page-benefit-card {
	padding: 28px;
	border-radius: 16px;
	border: 1px solid var(--emrg-border);
	background: #fff;
	transition: box-shadow 0.28s ease;
}

.emrg-contact-page-benefit-card:hover {
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.07);
}

.emrg-contact-page-benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(64, 143, 134, 0.12);
	color: #408f86;
}

.emrg-contact-page-benefit-card h3 {
	margin: 14px 0 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.34;
	color: #0b1220;
}

.emrg-contact-page-benefit-card p {
	margin: 8px 0 0;
	font-size: 0.875rem;
	line-height: 1.7;
	color: rgba(51, 65, 85, 0.72);
}

.emrg-contact-page-faq {
	padding: clamp(74px, 8vw, 108px) 0;
	background: #fff;
}

.emrg-contact-page-faq-grid {
	display: grid;
	grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 72px);
}

.emrg-contact-page-faq-side {
	position: sticky;
	top: 112px;
	align-self: start;
}

.emrg-contact-page-faq-side p {
	margin: 14px 0 0;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(51, 65, 85, 0.7);
}

.emrg-contact-page-faq-link {
	margin-top: 18px;
	display: inline-flex;
	align-items: center;
	height: 42px;
	padding: 0 16px;
	border-radius: 10px;
	background: #0b1220;
	font-size: 0.85rem;
	font-weight: 600;
	color: #fff;
}

.emrg-contact-page-faq-link:hover {
	background: #16253a;
}

.emrg-contact-page-faq-list .emrg-inner-page-faq {
	margin-top: 0;
	border-radius: 0;
	border: 0;
	border-top: 1px solid var(--emrg-border);
	border-bottom: 1px solid var(--emrg-border);
}

.emrg-contact-page-final {
	padding: clamp(92px, 10vw, 128px) 0 0;
	background: #fff;
}

.emrg-contact-page-final-inner {
	position: relative;
	width: 100%;
	padding: clamp(40px, 5vw, 62px) 0;
	border-radius: 0 !important;
	overflow: visible;
	background:
		radial-gradient(90% 120% at 20% 0%, rgba(64, 143, 134, 0.2) 0%, rgba(64, 143, 134, 0) 58%),
		linear-gradient(150deg, #0b1220 0%, #152238 100%) !important;
}

.emrg-contact-page-final-content {
	text-align: center;
}

.emrg-contact-page-final-eyebrow {
	margin: 0;
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.3);
	background: rgba(64, 143, 134, 0.12);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #408f86;
}

.emrg-contact-page-final h2 {
	margin-top: 14px;
	color: #fff;
}

.emrg-contact-page-final h2 span {
	color: #408f86;
}

.emrg-contact-page-final p {
	margin: 14px auto 0;
	max-width: 760px;
	font-size: 1.05rem;
	line-height: 1.75;
	color: rgba(232, 240, 252, 0.62);
}

.emrg-contact-page-final-actions {
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.emrg-contact-page-final-actions .emrg-secondary-button {
	height: 56px;
	padding: 0 28px;
	border-radius: 10px;
	font-size: 0.95rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.72) !important;
	border-color: rgba(255, 255, 255, 0.16) !important;
	background: transparent !important;
}

.emrg-contact-page-final-actions .emrg-secondary-button:hover {
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.34) !important;
	background: rgba(255, 255, 255, 0.06) !important;
}

@media (max-width: 1100px) {
	.emrg-contact-page-main-grid,
	.emrg-contact-page-faq-grid {
		grid-template-columns: 1fr;
	}

	.emrg-contact-page-faq-side {
		position: static;
	}

	.emrg-contact-page-benefits-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.emrg-contact-page-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-contact-page-hero {
		padding-top: 64px;
	}

	.emrg-contact-page-quickbar-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emrg-contact-page-quickbar-item:nth-child(2n) {
		border-right: 0;
	}

	.emrg-contact-page-quickbar-item {
		padding: 20px 16px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.emrg-contact-page-quickbar-item:nth-last-child(-n + 2) {
		border-bottom: 0;
	}
}

@media (max-width: 640px) {
	.emrg-contact-page-main,
	.emrg-contact-page-benefits,
	.emrg-contact-page-faq {
		padding: 56px 0;
	}

	.emrg-contact-page-quickbar-grid,
	.emrg-contact-page-benefits-grid {
		grid-template-columns: 1fr;
	}

	.emrg-contact-page-quickbar-item,
	.emrg-contact-page-quickbar-item:nth-child(2n) {
		border-right: 0;
	}

	.emrg-contact-page-quickbar-item:nth-last-child(-n + 2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.emrg-contact-page-quickbar-item:last-child {
		border-bottom: 0;
	}

	.emrg-contact-page-form-head,
	.emrg-contact-page-form-body {
		padding-left: 16px;
		padding-right: 16px;
	}

	.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gform_fields {
		grid-template-columns: 1fr;
		gap: 16px;
		row-gap: 16px;
	}

	.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gfield:nth-child(1),
	.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gfield:nth-child(2),
	.emrg-contact-page-form-body .emrg-contact-gravity-form .gform_wrapper .gfield.gfield--width-half {
		grid-column: 1 / -1;
	}

	.emrg-contact-page-callout {
		padding: 22px 18px;
	}

	.emrg-contact-page-callout-actions .emrg-primary-button,
	.emrg-contact-page-callout-link,
	.emrg-contact-page-final-actions .emrg-primary-button,
	.emrg-contact-page-final-actions .emrg-secondary-button {
		width: 100%;
		justify-content: center;
	}
}

/* Powerhouse Websites page (React parity) */
.emrg-pwh-page {
	background: #fff;
}

.emrg-pwh-shell {
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.emrg-pwh-section {
	padding: 96px 0;
}

.emrg-pwh-section--white {
	background: #fff;
}

.emrg-pwh-section--surface {
	background: #f6f8fb;
}

.emrg-pwh-section--dark {
	position: relative;
	overflow: hidden;
	background: #0b1220;
}

.emrg-pwh-kicker {
	margin: 0 0 12px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #408f86;
}

.emrg-pwh-centerhead {
	max-width: 680px;
	margin: 0 auto 56px;
	text-align: center;
}

.emrg-pwh-centerhead h2 {
	margin: 0;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #0b1220;
}

.emrg-pwh-hero {
	position: relative;
	overflow: hidden;
	background: #0b1220;
	padding-top: 76px;
}

.emrg-pwh-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(ellipse 70% 55% at 30% 50%, rgba(64, 143, 134, 0.094) 0%, rgba(64, 143, 134, 0) 65%);
}

.emrg-pwh-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.03;
	background-image: linear-gradient(#408f86 1px, transparent 1px), linear-gradient(90deg, #408f86 1px, transparent 1px);
	background-size: 48px 48px;
}

.emrg-pwh-hero-inner {
	position: relative;
	z-index: 2;
	padding-top: 80px;
	padding-bottom: 80px;
}

.emrg-pwh-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 56px;
	align-items: center;
}

.emrg-pwh-eyebrow {
	margin: 0 0 24px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(64, 143, 134, 0.35);
	background: rgba(64, 143, 134, 0.1);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #408f86;
}

.emrg-pwh-eyebrow svg {
	display: block;
	width: 11px;
	height: 11px;
}

.emrg-pwh-copy h1 {
	margin: 0 0 20px;
	font-size: clamp(2.8rem, 6vw, 4.5rem);
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: #fff;
}

.emrg-pwh-copy h1 span {
	color: #408f86;
}

.emrg-pwh-hero-sub {
	margin: 0 0 32px;
	font-size: 1.1rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.6);
}

.emrg-pwh-usc-quote {
	margin-bottom: 32px;
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(64, 143, 134, 0.2);
	background: rgba(64, 143, 134, 0.063);
}

.emrg-pwh-usc-icon {
	display: inline-flex;
	line-height: 0;
	color: #408f86;
	opacity: 0.7;
}

.emrg-pwh-usc-icon svg {
	display: block;
}

.emrg-pwh-usc-quote p {
	margin: 12px 0;
	font-size: 0.95rem;
	line-height: 1.7;
	font-style: italic;
	color: rgba(255, 255, 255, 0.8);
}

.emrg-pwh-usc-quote small {
	display: block;
	font-size: 0.78rem;
	font-weight: 600;
	color: #408f86;
}

.emrg-pwh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.emrg-pwh-btn-primary,
.emrg-pwh-btn-secondary,
.emrg-pwh-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	border-radius: 8px;
	border: 1px solid transparent;
	font-size: 0.975rem;
	line-height: 1;
	min-height: 52px;
	white-space: nowrap;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.emrg-pwh-btn-primary {
	font-weight: 700;
	color: #fff;
	background: #408f86;
	border-color: #408f86;
	box-shadow:
		0 0 20px rgba(64, 143, 134, 0.5),
		0 0 44px rgba(64, 143, 134, 0.22),
		0 8px 24px rgba(64, 143, 134, 0.46);
}

.emrg-pwh-btn-primary:hover {
	color: #fff;
	transform: translateY(-1px);
	background: #357a71;
	border-color: #357a71;
	box-shadow:
		0 0 28px rgba(64, 143, 134, 0.72),
		0 0 62px rgba(64, 143, 134, 0.31),
		0 10px 28px rgba(64, 143, 134, 0.5);
}

.emrg-pwh-btn-secondary {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.15);
	background: transparent;
}

.emrg-pwh-btn-secondary:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
}

.emrg-pwh-btn-outline {
	font-weight: 600;
	color: #334155;
	border-color: #e5e7eb;
	background: transparent;
}

.emrg-pwh-btn-outline:hover {
	color: #408f86;
	border-color: rgba(64, 143, 134, 0.4);
}

.emrg-pwh-btn-primary.is-small,
.emrg-pwh-btn-outline.is-small {
	padding: 10px 20px;
	font-size: 0.875rem;
	min-height: 42px;
}

.emrg-pwh-cover-wrap {
	position: relative;
	display: inline-flex;
	justify-self: center;
}

.emrg-pwh-cover-glow {
	position: absolute;
	inset: 0;
	border-radius: 24px;
	background: rgba(64, 143, 134, 0.208);
	filter: blur(48px);
	transform: scale(0.85) translateY(8%);
}

.emrg-pwh-cover-image {
	position: relative;
	display: block;
	width: clamp(220px, 35vw, 340px);
	height: auto;
	border-radius: 16px;
	box-shadow: 0 25px 50px -12px rgba(2, 6, 23, 0.72);
}

.emrg-pwh-badge {
	position: absolute;
	z-index: 2;
	padding: 10px 16px;
	border-radius: 16px;
	box-shadow: 0 18px 24px -8px rgba(2, 6, 23, 0.72);
}

.emrg-pwh-badge strong {
	display: block;
	font-weight: 800;
	line-height: 1;
}

.emrg-pwh-badge span {
	display: block;
	margin-top: 4px;
	line-height: 1.2;
}

.emrg-pwh-badge--dark {
	left: -20px;
	bottom: -20px;
	background: #0b1220;
	border: 1px solid rgba(64, 143, 134, 0.3);
}

.emrg-pwh-badge--dark strong {
	font-size: 1.4rem;
	letter-spacing: -0.03em;
	color: #408f86;
}

.emrg-pwh-badge--dark span {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.55);
}

.emrg-pwh-badge--teal {
	top: -16px;
	right: -16px;
	background: #408f86;
}

.emrg-pwh-badge--teal strong {
	font-size: 1.1rem;
	color: #fff;
}

.emrg-pwh-badge--teal span {
	font-size: 0.65rem;
	color: rgba(255, 255, 255, 0.75);
}

.emrg-pwh-trustbar {
	position: relative;
	z-index: 2;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.emrg-pwh-trust-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.emrg-pwh-trust-item {
	padding: 24px;
}

.emrg-pwh-trust-item.has-divider {
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.emrg-pwh-trust-item strong {
	display: block;
	margin: 0 0 4px;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: #fff;
}

.emrg-pwh-trust-item span {
	display: block;
	font-size: 0.75rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.4);
}

.emrg-pwh-benefits-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}

.emrg-pwh-benefit-card {
	padding: 28px;
	border-radius: 16px;
	border: 1px solid #e5e7eb;
	background: #f6f8fb;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.emrg-pwh-benefit-icon {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	margin: 0 0 20px;
	background: rgba(64, 143, 134, 0.1);
	color: #408f86;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.emrg-pwh-benefit-card h3 {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: #0b1220;
}

.emrg-pwh-benefit-card p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.7;
	color: rgba(51, 65, 85, 0.65);
}

.emrg-pwh-benefit-card:hover {
	border-color: rgba(64, 143, 134, 0.3);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.emrg-pwh-benefit-card:hover .emrg-pwh-benefit-icon {
	background: #408f86;
	color: #fff;
}

.emrg-pwh-who-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 56px;
	align-items: center;
}

.emrg-pwh-who-grid h2 {
	margin: 0 0 24px;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #0b1220;
}

.emrg-pwh-who-grid h2 span {
	color: #408f86;
}

.emrg-pwh-lead {
	margin: 0 0 32px;
	font-size: 1.05rem;
	line-height: 1.85;
	color: #334155;
}

.emrg-pwh-checklist {
	display: grid;
	gap: 12px;
}

.emrg-pwh-check-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.emrg-pwh-check-icon {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	background: rgba(64, 143, 134, 0.12);
	color: #408f86;
}

.emrg-pwh-check-item span:last-child {
	font-size: 0.925rem;
	line-height: 1.6;
	color: #334155;
}

.emrg-pwh-checklist.is-dark .emrg-pwh-check-icon {
	background: rgba(64, 143, 134, 0.2);
}

.emrg-pwh-checklist.is-dark .emrg-pwh-check-item span:last-child {
	color: rgba(255, 255, 255, 0.65);
}

.emrg-pwh-quote-cards {
	display: grid;
	gap: 16px;
}

.emrg-pwh-quote-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px;
	border-radius: 16px;
	border: 1px solid #e5e7eb;
	background: #fff;
}

.emrg-pwh-quote-card-icon {
	width: 36px;
	height: 36px;
	margin-top: 2px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	background: rgba(64, 143, 134, 0.1);
	color: #408f86;
}

.emrg-pwh-quote-card p {
	margin: 0;
	font-size: 0.975rem;
	line-height: 1.7;
	font-style: italic;
	color: #0b1220;
}

.emrg-pwh-shell--toc {
	max-width: 1000px;
}

.emrg-pwh-chapters {
	display: grid;
	gap: 12px;
}

.emrg-pwh-chapter {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	transition: border-color 0.2s ease;
}

.emrg-pwh-chapter:hover {
	border-color: rgba(64, 143, 134, 0.3);
}

.emrg-pwh-chapter summary {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 24px;
	cursor: pointer;
}

.emrg-pwh-chapter summary::-webkit-details-marker {
	display: none;
}

.emrg-pwh-chapter-num {
	width: 32px;
	height: 32px;
	flex: 0 0 auto;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: #408f86;
	background: rgba(64, 143, 134, 0.08);
}

.emrg-pwh-chapter-title {
	flex: 1;
	font-size: 0.975rem;
	font-weight: 600;
	line-height: 1.35;
	color: #0b1220;
}

.emrg-pwh-chapter-chevron {
	color: #408f86;
	line-height: 0;
	transition: transform 0.2s ease;
}

.emrg-pwh-chapter p {
	margin: 0;
	padding: 0 24px 16px;
	font-size: 0.9rem;
	line-height: 1.7;
	color: rgba(51, 65, 85, 0.75);
}

.emrg-pwh-chapter[open] {
	border-color: rgba(64, 143, 134, 0.3);
	background: #f6f8fb;
}

.emrg-pwh-chapter[open] .emrg-pwh-chapter-num {
	color: #fff;
	background: #408f86;
}

.emrg-pwh-chapter[open] .emrg-pwh-chapter-chevron {
	transform: rotate(180deg);
}

.emrg-pwh-blueprint::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 700px;
	height: 350px;
	pointer-events: none;
	background: radial-gradient(ellipse, rgba(64, 143, 134, 0.125) 0%, rgba(64, 143, 134, 0) 70%);
}

.emrg-pwh-blueprint-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 56px;
	align-items: center;
}

.emrg-pwh-blueprint-grid h2,
.emrg-pwh-purchase-grid h2 {
	margin: 0 0 24px;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #fff;
}

.emrg-pwh-dark-lead {
	margin: 0 0 32px;
	font-size: 1.05rem;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.6);
}

.emrg-pwh-blueprint-cta {
	margin-top: 12px;
}

.emrg-pwh-blueprint-card {
	padding: 32px;
	border-radius: 24px;
	border: 1px solid rgba(64, 143, 134, 0.2);
	background: rgba(64, 143, 134, 0.06);
}

.emrg-pwh-blueprint-card-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.emrg-pwh-blueprint-card-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(64, 143, 134, 0.2);
	color: #408f86;
}

.emrg-pwh-blueprint-card-head strong {
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.emrg-pwh-blueprint-card-head span {
	display: block;
	margin-top: 2px;
	font-size: 0.75rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.4);
}

.emrg-pwh-blueprint-list {
	display: grid;
	gap: 12px;
	margin-bottom: 24px;
}

.emrg-pwh-blueprint-row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px 16px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(255, 255, 255, 0.04);
}

.emrg-pwh-blueprint-label {
	flex: 0 0 auto;
	padding: 2px 8px;
	border-radius: 8px;
	font-size: 0.62rem;
	font-weight: 700;
	line-height: 1.3;
	color: #408f86;
	background: rgba(64, 143, 134, 0.133);
}

.emrg-pwh-blueprint-title {
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.7);
}

.emrg-pwh-blueprint-status {
	font-size: 0.72rem;
	line-height: 1.3;
	color: rgba(64, 143, 134, 0.7);
}

.emrg-pwh-blueprint-note {
	padding: 16px 20px;
	border-radius: 12px;
	border: 1px solid rgba(64, 143, 134, 0.188);
	background: rgba(64, 143, 134, 0.094);
}

.emrg-pwh-blueprint-note p {
	margin: 0;
	text-align: center;
	font-size: 0.82rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.6);
}

.emrg-pwh-author-wrap {
	max-width: 896px;
	margin: 0 auto;
}

.emrg-pwh-author-card {
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	background: #fff;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.emrg-pwh-author-side {
	position: relative;
	overflow: hidden;
	padding: 32px;
	background: #0b1220;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 28px;
}

.emrg-pwh-author-glow {
	position: absolute;
	top: 0;
	right: 0;
	width: 192px;
	height: 192px;
	border-radius: 999px;
	background: rgba(64, 143, 134, 0.078);
	filter: blur(48px);
}

.emrg-pwh-author-head {
	position: relative;
	z-index: 1;
}

.emrg-pwh-author-aa {
	width: 64px;
	height: 64px;
	margin-bottom: 20px;
	border-radius: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1;
	color: #408f86;
	background: rgba(64, 143, 134, 0.2);
}

.emrg-pwh-author-head h3 {
	margin: 0 0 4px;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: #fff;
}

.emrg-pwh-author-head p {
	margin: 0;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.4;
	color: #408f86;
}

.emrg-pwh-author-cred-list {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 8px;
}

.emrg-pwh-author-cred {
	display: flex;
	align-items: center;
	gap: 8px;
}

.emrg-pwh-author-cred .dot {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	flex: 0 0 auto;
	background: #408f86;
}

.emrg-pwh-author-cred span:last-child {
	font-size: 0.8rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.55);
}

.emrg-pwh-author-main {
	padding: 32px;
}

.emrg-pwh-author-copy {
	display: grid;
	gap: 16px;
	margin-bottom: 32px;
}

.emrg-pwh-author-copy p {
	margin: 0;
	font-size: 0.975rem;
	line-height: 1.85;
	color: #334155;
}

.emrg-pwh-author-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.emrg-pwh-shell--faq {
	max-width: 800px;
}

.emrg-pwh-faq-card {
	padding: 8px 32px;
	border-radius: 24px;
	border: 1px solid #e5e7eb;
	background: #f6f8fb;
}

.emrg-pwh-faq-item {
	border-bottom: 1px solid #e5e7eb;
}

.emrg-pwh-faq-item:last-child {
	border-bottom: 0;
}

.emrg-pwh-faq-item summary {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 0;
	cursor: pointer;
}

.emrg-pwh-faq-item summary::-webkit-details-marker {
	display: none;
}

.emrg-pwh-faq-item summary span:first-child {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	color: #0b1220;
}

.emrg-pwh-faq-chevron {
	color: #408f86;
	line-height: 0;
	transition: transform 0.2s ease;
}

.emrg-pwh-faq-item p {
	margin: 0;
	padding: 0 0 20px;
	font-size: 0.95rem;
	line-height: 1.8;
	color: #334155;
}

.emrg-pwh-faq-item[open] .emrg-pwh-faq-chevron {
	transform: rotate(180deg);
}

.emrg-pwh-purchase {
	padding: 80px 0;
}

.emrg-pwh-purchase::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
	height: 300px;
	pointer-events: none;
	background: radial-gradient(ellipse, rgba(64, 143, 134, 0.082) 0%, rgba(64, 143, 134, 0) 70%);
}

.emrg-pwh-purchase-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}

.emrg-pwh-purchase-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.emrg-pwh-purchase-book {
	display: block;
	width: clamp(160px, 25vw, 220px);
	height: auto;
	border-radius: 16px;
	box-shadow: 0 25px 50px -12px rgba(2, 6, 23, 0.72);
}

.emrg-pwh-purchase-quote {
	max-width: 352px;
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(64, 143, 134, 0.2);
	background: rgba(64, 143, 134, 0.063);
}

.emrg-pwh-purchase-quote p {
	margin: 8px 0;
	font-size: 0.875rem;
	line-height: 1.65;
	font-style: italic;
	color: rgba(255, 255, 255, 0.75);
}

.emrg-pwh-purchase-quote small {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.4;
	color: #408f86;
}

@media (min-width: 768px) {
	.emrg-pwh-benefits-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.emrg-pwh-shell {
		padding-left: 40px;
		padding-right: 40px;
	}

	.emrg-pwh-hero-inner {
		padding-top: 112px;
		padding-bottom: 112px;
	}

	.emrg-pwh-hero-grid,
	.emrg-pwh-who-grid,
	.emrg-pwh-blueprint-grid,
	.emrg-pwh-purchase-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 80px;
	}

	.emrg-pwh-cover-wrap {
		justify-self: end;
	}

	.emrg-pwh-trust-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.emrg-pwh-benefits-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.emrg-pwh-author-card {
		grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
	}

	.emrg-pwh-author-side,
	.emrg-pwh-author-main {
		padding: 40px;
	}

	.emrg-pwh-purchase-right {
		align-items: flex-end;
	}
}

@media (max-width: 1023px) {
	.emrg-pwh-purchase,
	.emrg-pwh-section {
		padding-top: 88px;
		padding-bottom: 88px;
	}

	.emrg-pwh-hero-inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.emrg-pwh-cover-wrap {
		justify-self: center;
	}
}

@media (max-width: 767px) {
	.emrg-pwh-shell {
		padding-left: 18px;
		padding-right: 18px;
	}

	.emrg-pwh-hero {
		padding-top: 64px;
	}

	.emrg-pwh-hero-inner,
	.emrg-pwh-section,
	.emrg-pwh-purchase {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.emrg-pwh-actions,
	.emrg-pwh-author-actions {
		gap: 12px;
	}

	.emrg-pwh-faq-card {
		padding-left: 20px;
		padding-right: 20px;
	}

	.emrg-pwh-blueprint-card,
	.emrg-pwh-benefit-card,
	.emrg-pwh-author-side,
	.emrg-pwh-author-main,
	.emrg-pwh-quote-card {
		padding: 24px;
	}

	.emrg-pwh-trust-item {
		padding: 20px 18px;
	}
}

/* Global consistency pass */
:root {
	--emrg-ui-section-space-y: clamp(58px, 7vw, 96px);
	--emrg-ui-heading-size: clamp(1.9rem, 3.4vw, 2.75rem);
	--emrg-ui-heading-line: 1.14;
	--emrg-ui-body-size: 0.98rem;
	--emrg-ui-body-line: 1.76;
	--emrg-ui-body-color: rgba(51, 65, 85, 0.78);
	--emrg-ui-btn-height: 54px;
	--emrg-ui-btn-padding-x: 28px;
	--emrg-ui-btn-radius: 12px;
	--emrg-ui-btn-font-size: 0.9rem;
	--emrg-ui-btn-gap: 9px;
	--emrg-ui-btn-icon-size: 16px;
}

.emrg-awards-section,
.emrg-portfolio-section,
.emrg-services-section,
.emrg-case-studies-section,
.emrg-testimonials-section,
.emrg-contact-section,
.emrg-webdesign-section,
.emrg-video-testimonial-section,
.emrg-seo-section,
.emrg-how-philosophy,
.emrg-how-process,
.emrg-how-pillars-section,
.emrg-how-difference,
.emrg-how-cta,
.emrg-service-cases,
.emrg-inner-page-section,
.emrg-service-page-section,
.emrg-case-featured-section,
.emrg-case-grid-section,
.emrg-ceo-quote,
.emrg-ceo-bio,
.emrg-ceo-milestones,
.emrg-ceo-faq,
.emrg-pwh-section,
.emrg-pwh-purchase {
	padding-top: var(--emrg-ui-section-space-y);
	padding-bottom: var(--emrg-ui-section-space-y);
}

.emrg-service-form-section {
	padding-bottom: clamp(36px, 5vw, 64px);
}

.emrg-awards-section h2,
.emrg-portfolio-section h2,
.emrg-services-section h2,
.emrg-case-studies-section h2,
.emrg-testimonials-section h2,
.emrg-contact-section h2,
.emrg-webdesign-section h2,
.emrg-seo-section h2,
.emrg-how-process h2,
.emrg-how-pillars-section h2,
.emrg-how-difference h2,
.emrg-ceo-page h2,
.emrg-case-featured-section h2,
.emrg-case-grid-section h2 {
	font-size: var(--emrg-ui-heading-size);
	line-height: var(--emrg-ui-heading-line);
	letter-spacing: -0.03em;
}

.emrg-contact-description,
.emrg-service-form-head p,
.emrg-webdesign-section-head > p:not(.emrg-webdesign-eyebrow),
.emrg-seo-section-head > p:not(.emrg-seo-eyebrow),
.emrg-inner-page-prose,
.emrg-inner-page-form-copy,
.emrg-ceo-prose p,
.emrg-ceo-milestone-content p,
.emrg-case-featured-intro p,
.emrg-case-grid-intro p,
.emrg-how-process-head > p:not(.emrg-how-eyebrow),
.emrg-how-pillars-head > p:not(.emrg-how-eyebrow) {
	font-size: var(--emrg-ui-body-size);
	line-height: var(--emrg-ui-body-line);
	color: var(--emrg-ui-body-color);
}

.emrg-primary-button,
.emrg-secondary-button,
.emrg-ceo-hero-actions .emrg-primary-button,
.emrg-ceo-hero-actions .emrg-ceo-linkedin-button,
.emrg-how-page--figma .emrg-how-hero .emrg-primary-button,
.emrg-how-page--figma .emrg-how-hero .emrg-secondary-button,
.emrg-how-page--figma .emrg-how-cta .emrg-primary-button,
.emrg-how-page--figma .emrg-how-cta .emrg-secondary-button,
.emrg-pwh-btn-primary,
.emrg-pwh-btn-secondary,
.emrg-pwh-btn-outline,
.emrg-pwh-btn-primary.is-small,
.emrg-pwh-btn-outline.is-small {
	height: var(--emrg-ui-btn-height);
	min-height: var(--emrg-ui-btn-height);
	padding: 0 var(--emrg-ui-btn-padding-x);
	border-radius: var(--emrg-ui-btn-radius);
	font-size: var(--emrg-ui-btn-font-size);
	line-height: 1;
	gap: var(--emrg-ui-btn-gap);
}

.emrg-primary-button svg,
.emrg-secondary-button svg,
.emrg-ceo-hero-actions .emrg-ceo-linkedin-button svg,
.emrg-pwh-btn-primary svg,
.emrg-pwh-btn-secondary svg,
.emrg-pwh-btn-outline svg {
	width: var(--emrg-ui-btn-icon-size);
	height: var(--emrg-ui-btn-icon-size);
}

@media (max-width: 900px) {
	.emrg-awards-section,
	.emrg-portfolio-section,
	.emrg-services-section,
	.emrg-case-studies-section,
	.emrg-testimonials-section,
	.emrg-contact-section,
	.emrg-webdesign-section,
	.emrg-video-testimonial-section,
	.emrg-seo-section,
	.emrg-how-philosophy,
	.emrg-how-process,
	.emrg-how-pillars-section,
	.emrg-how-difference,
	.emrg-how-cta,
	.emrg-service-cases,
	.emrg-inner-page-section,
	.emrg-service-page-section,
	.emrg-case-featured-section,
	.emrg-case-grid-section,
	.emrg-ceo-quote,
	.emrg-ceo-bio,
	.emrg-ceo-milestones,
	.emrg-ceo-faq,
	.emrg-pwh-section,
	.emrg-pwh-purchase {
		padding-top: clamp(52px, 9vw, 76px);
		padding-bottom: clamp(52px, 9vw, 76px);
	}
}
