@font-face {
	font-family: "Manrope";
	src: url("../fonts/manrope-latin-variable.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
}

@font-face {
	font-family: "Newsreader";
	src: url("../fonts/newsreader-latin-variable.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
}

@font-face {
	font-family: "Newsreader";
	src: url("../fonts/newsreader-latin-variable-italic.woff2") format("woff2-variations");
	font-style: italic;
	font-weight: 300 700;
	font-display: swap;
}

:root {
	--mw-ink: #143832;
	--mw-deep: #0a3832;
	--mw-deeper: #072c28;
	--mw-teal: #0d5147;
	--mw-green: #1f6d57;
	--mw-sage: #dce7dc;
	--mw-sage-light: #edf2e9;
	--mw-paper: #f5f0e4;
	--mw-paper-deep: #e9e0ce;
	--mw-cream: #fffdf7;
	--mw-white: #ffffff;
	--mw-gold: #bd8d43;
	--mw-gold-light: #e2bf7b;
	--mw-muted: #60716b;
	--mw-line: rgba(20, 56, 50, .16);
	--mw-line-light: rgba(255, 255, 255, .15);
	--mw-shadow: 0 22px 70px rgba(8, 44, 39, .11);
	--mw-shadow-soft: 0 10px 34px rgba(8, 44, 39, .075);
	--mw-radius-sm: 12px;
	--mw-radius: 22px;
	--mw-radius-lg: 34px;
	--mw-container: 1280px;
	--mw-narrow: 780px;
	--mw-section: clamp(74px, 9vw, 132px);
	--mw-logo-width: 288px;
	--mw-logo-mobile: 205px;
	--mw-ease: cubic-bezier(.22, 1, .36, 1);
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 112px;
}

body {
	margin: 0;
	overflow-x: clip;
	background: var(--mw-cream);
	color: var(--mw-ink);
	font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 430;
	line-height: 1.66;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

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

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

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: .08em;
	text-underline-offset: .16em;
}

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

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

:focus-visible {
	outline: 3px solid var(--mw-gold);
	outline-offset: 4px;
}

::selection {
	background: var(--mw-gold-light);
	color: var(--mw-deeper);
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--mw-ink);
	font-weight: 650;
	letter-spacing: -.035em;
	line-height: 1.08;
}

h1 em,
h2 em {
	color: var(--mw-green);
	font-family: "Newsreader", Georgia, serif;
	font-weight: 430;
}

.mw-container {
	width: min(calc(100% - clamp(36px, 7vw, 100px)), var(--mw-container));
	margin-inline: auto;
}

.mw-narrow-content {
	max-width: var(--mw-narrow);
}

.mw-main {
	min-height: 60vh;
}

.mw-section {
	position: relative;
	padding-block: var(--mw-section);
}

.mw-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(46px, 8vw, 116px);
}

.mw-eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	color: var(--mw-gold);
	font-size: .72rem;
	font-weight: 760;
	letter-spacing: .16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mw-eyebrow > span:empty {
	width: 22px;
	height: 1px;
	background: currentColor;
}

.mw-lede,
.mw-hero-lede {
	max-width: 680px;
	color: var(--mw-muted);
	font-size: clamp(1.04rem, 1.6vw, 1.23rem);
	line-height: 1.72;
}

.mw-section-intro {
	max-width: 790px;
	margin-bottom: clamp(34px, 5vw, 64px);
}

.mw-section-intro.is-center {
	margin-inline: auto;
	text-align: center;
}

.mw-section-intro.is-center .mw-eyebrow {
	justify-content: center;
}

.mw-section-intro h2 {
	margin-bottom: 18px;
	font-size: clamp(2.05rem, 4vw, 4rem);
}

.mw-section-intro > p:last-child {
	max-width: 690px;
	margin-bottom: 0;
	color: var(--mw-muted);
	font-size: 1.05rem;
}

.mw-section-intro.is-center > p:last-child {
	margin-inline: auto;
}

.mw-heading-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
}

.mw-heading-row .mw-section-intro {
	margin-bottom: clamp(34px, 5vw, 64px);
}

.mw-heading-row > .mw-text-link {
	margin-bottom: clamp(34px, 5vw, 64px);
	white-space: nowrap;
}

.mw-icon {
	width: 1.25em;
	height: 1.25em;
	flex: 0 0 auto;
}

.mw-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 54px;
	padding: 14px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: .88rem;
	font-weight: 720;
	letter-spacing: -.01em;
	line-height: 1;
	text-decoration: none;
	transition: transform .25s var(--mw-ease), background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.mw-button:hover {
	transform: translateY(-2px);
}

.mw-button .mw-icon {
	width: 18px;
	height: 18px;
	transition: transform .25s var(--mw-ease);
}

.mw-button:hover .mw-icon {
	transform: translateX(3px);
}

.mw-button-primary {
	background: var(--mw-teal);
	color: var(--mw-white);
	box-shadow: 0 12px 30px rgba(13, 81, 71, .2);
}

.mw-button-primary:hover {
	background: var(--mw-deep);
	color: var(--mw-white);
}

.mw-button-secondary {
	border-color: var(--mw-line);
	background: rgba(255, 253, 247, .7);
	color: var(--mw-ink);
}

.mw-button-secondary:hover {
	border-color: var(--mw-green);
	background: var(--mw-white);
}

.mw-button-light {
	background: var(--mw-cream);
	color: var(--mw-deep);
}

.mw-button-light:hover {
	background: var(--mw-white);
	color: var(--mw-deep);
}

.mw-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--mw-teal);
	font-size: .9rem;
	font-weight: 730;
	text-decoration: none;
}

.mw-text-link .mw-icon {
	width: 17px;
	height: 17px;
	transition: transform .25s var(--mw-ease);
}

.mw-text-link:hover .mw-icon {
	transform: translateX(4px);
}

.mw-text-link.is-light {
	color: var(--mw-cream);
}

.mw-skip-link {
	position: fixed;
	top: 10px;
	left: 12px;
	z-index: 99999;
	padding: 12px 16px;
	border-radius: 8px;
	background: var(--mw-white);
	color: var(--mw-deep);
	font-weight: 750;
	transform: translateY(-160%);
	transition: transform .2s;
}

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

.mw-transparent-art {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: var(--mw-focal-x, 50%) var(--mw-focal-y, 50%);
	filter: drop-shadow(0 26px 30px rgba(7, 44, 39, .12));
}

/* Header */

.mw-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid transparent;
	background: rgba(255, 253, 247, .88);
	backdrop-filter: saturate(130%) blur(16px);
	transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.mw-site-header.is-scrolled {
	border-color: var(--mw-line);
	background: rgba(255, 253, 247, .96);
	box-shadow: 0 10px 34px rgba(7, 44, 39, .08);
}

.mw-header-signal {
	border-bottom: 1px solid rgba(20, 56, 50, .08);
	background: var(--mw-deeper);
	color: rgba(255, 255, 255, .76);
	font-size: .67rem;
	font-weight: 650;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.mw-header-signal .mw-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 31px;
}

.mw-header-signal span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.mw-header-signal i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #62c593;
	box-shadow: 0 0 0 4px rgba(98, 197, 147, .14);
}

.mw-header-signal .mw-header-cloud {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.mw-header-signal a {
	color: inherit;
	text-decoration: none;
}

.mw-header-main {
	position: relative;
}

.mw-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 87px;
	gap: 32px;
}

.mw-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	text-decoration: none;
}

.mw-brand-header {
	width: min(var(--mw-logo-width), 28vw);
	max-height: 76px;
}

.mw-brand-header .mw-brand-logo {
	width: 100%;
	max-height: 76px;
	object-fit: contain;
	object-position: left center;
}

.mw-brand-footer {
	width: min(250px, 100%);
}

.mw-brand-footer .mw-brand-logo {
	width: 100%;
	max-height: 90px;
	object-fit: contain;
	object-position: left center;
	filter: brightness(0) invert(1);
}

.mw-brand-fallback {
	display: inline-flex;
	color: var(--mw-deep);
	font-size: clamp(1.35rem, 2.3vw, 2rem);
	font-weight: 760;
	letter-spacing: -.06em;
}

.mw-brand-bracket,
.mw-brand-dot {
	color: var(--mw-gold);
}

.mw-primary-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2vw, 30px);
}

.mw-nav-list {
	display: flex;
	align-items: center;
	gap: clamp(15px, 1.9vw, 28px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.mw-nav-list li {
	position: relative;
	margin: 0;
}

.mw-nav-list a {
	position: relative;
	display: block;
	padding-block: 13px;
	color: var(--mw-ink);
	font-size: .82rem;
	font-weight: 660;
	text-decoration: none;
}

.mw-nav-list > li > a::after {
	position: absolute;
	right: 0;
	bottom: 7px;
	left: 0;
	height: 1.5px;
	background: var(--mw-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .3s var(--mw-ease);
}

.mw-nav-list > li:hover > a::after,
.mw-nav-list > li.current-menu-item > a::after,
.mw-nav-list > li.current-menu-ancestor > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.mw-nav-list .sub-menu {
	position: absolute;
	top: calc(100% - 2px);
	left: -20px;
	display: grid;
	width: 280px;
	margin: 0;
	padding: 14px;
	border: 1px solid var(--mw-line);
	border-radius: 16px;
	background: var(--mw-white);
	box-shadow: var(--mw-shadow);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease;
}

.mw-nav-list li:hover > .sub-menu,
.mw-nav-list li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.mw-nav-list .sub-menu a {
	padding: 10px 12px;
	border-radius: 9px;
}

.mw-nav-list .sub-menu a:hover {
	background: var(--mw-sage-light);
}

.mw-button-header {
	min-height: 45px;
	padding: 11px 17px;
	background: var(--mw-teal);
	color: var(--mw-white);
	font-size: .78rem;
}

.mw-menu-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: var(--mw-ink);
}

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

/* Home hero */

.mw-hero {
	position: relative;
	isolation: isolate;
	overflow: clip;
	background:
		radial-gradient(circle at 80% 35%, rgba(31, 109, 87, .12), transparent 33%),
		linear-gradient(145deg, var(--mw-cream), var(--mw-paper));
}

.mw-hero-grid {
	position: absolute;
	inset: 0;
	z-index: -2;
	opacity: .55;
	background-image:
		linear-gradient(rgba(13, 81, 71, .065) 1px, transparent 1px),
		linear-gradient(90deg, rgba(13, 81, 71, .065) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, .55) 70%, transparent 100%);
}

.mw-hero-glow {
	position: absolute;
	z-index: -1;
	width: 480px;
	height: 480px;
	border-radius: 50%;
	background: rgba(191, 146, 70, .16);
	filter: blur(110px);
}

.mw-glow-one {
	right: 7vw;
	bottom: -220px;
}

.mw-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
	align-items: center;
	gap: clamp(44px, 6vw, 90px);
	min-height: min(780px, calc(100svh - 118px));
	padding-block: clamp(72px, 9vw, 126px);
}

.mw-hero-copy {
	position: relative;
	z-index: 2;
}

.mw-home-hero h1 {
	max-width: 860px;
	margin-bottom: 28px;
	font-size: clamp(3.35rem, 6.7vw, 7.1rem);
	font-weight: 650;
	letter-spacing: -.075em;
	line-height: .9;
}

.mw-home-hero h1 em {
	display: inline-block;
	font-size: 1.02em;
	letter-spacing: -.045em;
}

.mw-home-hero .mw-hero-lede {
	max-width: 690px;
	margin-bottom: 34px;
}

.mw-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.mw-hero-note {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 34px;
	color: var(--mw-muted);
	font-size: .78rem;
	line-height: 1.5;
}

.mw-hero-note > span {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid var(--mw-line);
	border-radius: 50%;
	color: var(--mw-gold);
}

.mw-hero-note p {
	margin: 0;
}

.mw-hero-note strong {
	color: var(--mw-ink);
}

.mw-hero-art {
	position: relative;
	display: grid;
	min-height: 560px;
	place-items: center;
}

.mw-home-hero-image {
	position: relative;
	z-index: 2;
	width: min(100%, 610px);
	max-height: 630px;
}

.mw-orbit {
	position: absolute;
	z-index: 0;
	border: 1px solid rgba(13, 81, 71, .2);
	border-radius: 50%;
}

.mw-orbit::after {
	position: absolute;
	top: 50%;
	left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--mw-gold);
	box-shadow: 0 0 0 7px rgba(189, 141, 67, .12);
	content: "";
}

.mw-orbit-one {
	width: 470px;
	height: 470px;
	animation: mw-spin 26s linear infinite;
}

.mw-orbit-two {
	width: 610px;
	height: 610px;
	border-style: dashed;
	opacity: .48;
	animation: mw-spin 45s linear infinite reverse;
}

.mw-floating-chip {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 15px;
	border: 1px solid rgba(20, 56, 50, .13);
	border-radius: 14px;
	background: rgba(255, 253, 247, .88);
	box-shadow: var(--mw-shadow-soft);
	backdrop-filter: blur(10px);
}

.mw-floating-chip .mw-icon {
	width: 24px;
	height: 24px;
	color: var(--mw-gold);
}

.mw-floating-chip span {
	display: grid;
	color: var(--mw-muted);
	font-size: .65rem;
	line-height: 1.35;
}

.mw-floating-chip b {
	color: var(--mw-ink);
	font-size: .72rem;
}

.mw-chip-performance {
	top: 17%;
	left: -5%;
}

.mw-chip-ownership {
	right: -3%;
	bottom: 20%;
}

.mw-trust-rail {
	position: relative;
	z-index: 4;
	border-top: 1px solid var(--mw-line);
	border-bottom: 1px solid var(--mw-line);
	background: rgba(255, 253, 247, .62);
}

.mw-trust-rail .mw-container {
	display: flex;
	align-items: center;
	gap: clamp(22px, 4vw, 60px);
	min-height: 72px;
}

.mw-trust-rail span {
	color: var(--mw-gold);
	font-size: .67rem;
	font-weight: 750;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.mw-trust-rail ul {
	display: flex;
	flex: 1;
	justify-content: space-between;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mw-trust-rail li {
	position: relative;
	color: var(--mw-ink);
	font-size: .76rem;
	font-weight: 640;
}

.mw-trust-rail li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: clamp(-28px, -2.2vw, -14px);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--mw-gold);
	content: "";
}

/* System */

.mw-system-section {
	background: var(--mw-cream);
}

.mw-split-system {
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

.mw-system-visual {
	position: relative;
	display: grid;
	min-height: 520px;
	place-items: center;
}

.mw-system-visual::before {
	position: absolute;
	inset: 4% 8%;
	z-index: 0;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(31, 109, 87, .14), transparent 68%);
	content: "";
	filter: blur(15px);
}

.mw-system-visual img {
	position: relative;
	z-index: 1;
}

.mw-visual-index {
	position: absolute;
	right: 4%;
	bottom: 4%;
	color: var(--mw-gold);
	font-size: .67rem;
	font-weight: 730;
	letter-spacing: .16em;
}

.mw-system-copy h2 {
	margin-bottom: 24px;
	font-size: clamp(2.35rem, 4.6vw, 4.75rem);
}

.mw-principle-list {
	display: grid;
	gap: 2px;
	margin: 34px 0;
	border-top: 1px solid var(--mw-line);
	border-bottom: 1px solid var(--mw-line);
}

.mw-principle-list article {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 16px;
	padding: 21px 0;
	border-bottom: 1px solid var(--mw-line);
}

.mw-principle-list article:last-child {
	border-bottom: 0;
}

.mw-principle-list article > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: var(--mw-sage-light);
	color: var(--mw-green);
}

.mw-principle-list h3 {
	margin: 1px 0 6px;
	font-size: 1rem;
}

.mw-principle-list p {
	margin: 0;
	color: var(--mw-muted);
	font-size: .88rem;
}

/* Services */

.mw-services-section {
	background: var(--mw-paper);
}

.mw-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mw-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 345px;
	padding: 27px;
	overflow: hidden;
	border: 1px solid rgba(20, 56, 50, .13);
	border-radius: var(--mw-radius);
	background: rgba(255, 253, 247, .78);
	color: inherit;
	text-decoration: none;
	transition: transform .35s var(--mw-ease), box-shadow .35s ease, background .35s ease, border-color .35s ease;
}

.mw-service-card::before {
	position: absolute;
	inset: auto -50px -80px auto;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(31, 109, 87, .13), transparent 68%);
	content: "";
	transition: transform .45s var(--mw-ease);
}

.mw-service-card:hover {
	border-color: rgba(31, 109, 87, .35);
	background: var(--mw-white);
	box-shadow: var(--mw-shadow);
	transform: translateY(-7px);
}

.mw-service-card:hover::before {
	transform: scale(1.45);
}

.mw-service-number {
	align-self: flex-end;
	color: rgba(20, 56, 50, .32);
	font-size: .68rem;
	font-weight: 760;
	letter-spacing: .14em;
}

.mw-service-icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin: 14px 0 34px;
	place-items: center;
	border: 1px solid rgba(31, 109, 87, .18);
	border-radius: 16px;
	background: var(--mw-sage-light);
	color: var(--mw-green);
}

.mw-service-icon .mw-icon {
	width: 26px;
	height: 26px;
}

.mw-service-card h3 {
	margin-bottom: 13px;
	font-size: 1.35rem;
}

.mw-service-card p {
	margin-bottom: 25px;
	color: var(--mw-muted);
	font-size: .88rem;
}

.mw-card-arrow {
	display: grid;
	width: 37px;
	height: 37px;
	margin-top: auto;
	place-items: center;
	border-radius: 50%;
	background: var(--mw-teal);
	color: var(--mw-white);
	transition: transform .25s var(--mw-ease), background .25s ease;
}

.mw-card-arrow .mw-icon {
	width: 17px;
	height: 17px;
}

.mw-service-card:hover .mw-card-arrow {
	background: var(--mw-gold);
	transform: translateX(4px);
}

/* Work */

.mw-work-section {
	background:
		linear-gradient(rgba(255, 255, 255, .92), rgba(255, 255, 255, .92)),
		linear-gradient(rgba(13, 81, 71, .08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(13, 81, 71, .08) 1px, transparent 1px);
	background-size: auto, 40px 40px, 40px 40px;
}

.mw-case-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(22px, 4vw, 48px);
}

.mw-case-card {
	min-width: 0;
}

.mw-case-card.is-featured {
	grid-column: span 2;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
	align-items: center;
	gap: 42px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--mw-line);
}

.mw-case-visual {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: transform .4s var(--mw-ease), box-shadow .4s ease;
}

.mw-case-visual:hover {
	box-shadow: 0 30px 75px rgba(7, 44, 39, .18);
	transform: translateY(-5px);
}

.mw-browser-frame {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(20, 56, 50, .18);
	border-radius: 16px;
	background: #e7ebe8;
	box-shadow: 0 18px 55px rgba(7, 44, 39, .13);
}

.mw-browser-bar {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 34px;
	padding: 0 12px;
	border-bottom: 1px solid rgba(20, 56, 50, .12);
	background: #f8f7f2;
}

.mw-browser-bar i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #bb7064;
}

.mw-browser-bar i:nth-child(2) {
	background: #cda85a;
}

.mw-browser-bar i:nth-child(3) {
	background: #6da681;
}

.mw-browser-bar b {
	max-width: 60%;
	margin-left: auto;
	overflow: hidden;
	color: #75817d;
	font-size: .55rem;
	font-weight: 570;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mw-case-card-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: var(--mw-focal-x, 50%) var(--mw-focal-y, 0%);
}

.mw-case-placeholder {
	display: grid;
	min-height: 330px;
	place-items: center;
	background: var(--mw-sage-light);
	color: var(--mw-green);
}

.mw-case-placeholder .mw-icon {
	width: 70px;
	height: 70px;
}

.mw-case-card-copy {
	padding-top: 24px;
}

.mw-case-card.is-featured .mw-case-card-copy {
	padding-top: 0;
}

.mw-case-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-bottom: 12px;
	color: var(--mw-gold);
	font-size: .64rem;
	font-weight: 720;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.mw-case-meta span + span {
	position: relative;
}

.mw-case-meta span + span::before {
	position: absolute;
	top: 50%;
	left: -11px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.mw-case-card h3 {
	margin-bottom: 12px;
	font-size: clamp(1.55rem, 2.5vw, 2.3rem);
}

.mw-case-card h3 a {
	text-decoration: none;
}

.mw-case-card-copy > p {
	color: var(--mw-muted);
	font-size: .92rem;
}

.mw-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 18px 0 22px;
	padding: 0;
	list-style: none;
}

.mw-tags li {
	padding: 6px 10px;
	border: 1px solid var(--mw-line);
	border-radius: 999px;
	color: var(--mw-muted);
	font-size: .64rem;
	font-weight: 650;
}

/* Process */

.mw-process-band {
	overflow: hidden;
	background:
		radial-gradient(circle at 15% 20%, rgba(189, 141, 67, .12), transparent 30%),
		var(--mw-deeper);
	color: rgba(255, 255, 255, .78);
}

.mw-process-band::before {
	position: absolute;
	inset: 0;
	opacity: .18;
	background-image:
		linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
	background-size: 44px 44px;
	content: "";
	mask-image: linear-gradient(to right, black, transparent 72%);
}

.mw-process-layout {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: clamp(50px, 8vw, 120px);
}

.mw-process-copy {
	position: sticky;
	top: 150px;
	align-self: start;
}

.mw-process-copy h2 {
	margin-bottom: 24px;
	color: var(--mw-white);
	font-size: clamp(2.4rem, 4.6vw, 4.9rem);
}

.mw-process-copy h2 em {
	color: var(--mw-gold-light);
}

.mw-process-copy .mw-lede {
	margin-bottom: 32px;
	color: rgba(255, 255, 255, .65);
}

.mw-process-steps {
	display: grid;
}

.mw-process-steps article {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 18px;
	padding: 27px 0;
	border-bottom: 1px solid var(--mw-line-light);
}

.mw-process-steps article > span {
	padding-top: 5px;
	color: var(--mw-gold-light);
	font-family: "Newsreader", Georgia, serif;
	font-size: 1.1rem;
	font-style: italic;
}

.mw-process-steps h3 {
	margin-bottom: 8px;
	color: var(--mw-white);
	font-size: 1.35rem;
}

.mw-process-steps p {
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: .9rem;
}

/* Packages */

.mw-packages {
	background: var(--mw-paper);
}

.mw-package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.mw-package-grid article {
	display: flex;
	flex-direction: column;
	padding: clamp(26px, 3vw, 40px);
	border: 1px solid var(--mw-line);
	border-radius: var(--mw-radius);
	background: rgba(255, 253, 247, .78);
}

.mw-package-grid article.is-emphasized {
	background: var(--mw-teal);
	color: rgba(255, 255, 255, .76);
	box-shadow: var(--mw-shadow);
	transform: translateY(-12px);
}

.mw-package-kicker {
	color: var(--mw-gold);
	font-size: .67rem;
	font-weight: 760;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.mw-package-grid h3 {
	margin-bottom: 16px;
	font-size: 1.85rem;
}

.mw-package-grid .is-emphasized h3 {
	color: var(--mw-white);
}

.mw-package-grid article > p:not(.mw-package-kicker) {
	color: var(--mw-muted);
	font-size: .9rem;
}

.mw-package-grid .is-emphasized > p:not(.mw-package-kicker) {
	color: rgba(255, 255, 255, .68);
}

.mw-package-grid ul {
	display: grid;
	gap: 9px;
	margin: 20px 0 30px;
	padding: 0;
	list-style: none;
}

.mw-package-grid li {
	position: relative;
	padding-left: 17px;
	font-size: .8rem;
}

.mw-package-grid li::before {
	position: absolute;
	top: .65em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--mw-gold);
	content: "";
}

.mw-package-grid a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: var(--mw-teal);
	font-size: .82rem;
	font-weight: 730;
	text-decoration: none;
}

.mw-package-grid .is-emphasized a {
	color: var(--mw-gold-light);
}

.mw-package-grid a .mw-icon {
	width: 16px;
	height: 16px;
}

/* Industries and local */

.mw-industries-home {
	background: var(--mw-cream);
}

.mw-industry-links {
	display: grid;
	margin-top: 34px;
	border-top: 1px solid var(--mw-line);
}

.mw-industry-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 19px 0;
	border-bottom: 1px solid var(--mw-line);
	font-weight: 660;
	text-decoration: none;
}

.mw-industry-links .mw-icon {
	width: 18px;
	height: 18px;
	color: var(--mw-gold);
	transition: transform .25s var(--mw-ease);
}

.mw-industry-links a:hover .mw-icon {
	transform: translateX(4px);
}

.mw-industry-art,
.mw-local-art {
	position: relative;
	display: grid;
	min-height: 530px;
	place-items: center;
}

.mw-industry-art::before,
.mw-local-art::before {
	position: absolute;
	width: 70%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(31, 109, 87, .13), transparent 70%);
	content: "";
	filter: blur(30px);
}

.mw-industry-art img,
.mw-local-art img {
	position: relative;
	max-height: 580px;
}

.mw-local-section {
	background: var(--mw-sage-light);
}

.mw-local-copy h2 {
	font-size: clamp(2.4rem, 4.7vw, 4.8rem);
}

.mw-location-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 28px 0;
}

.mw-location-pills span {
	padding: 7px 12px;
	border: 1px solid rgba(20, 56, 50, .13);
	border-radius: 999px;
	background: rgba(255, 255, 255, .48);
	color: var(--mw-muted);
	font-size: .7rem;
	font-weight: 650;
}

.mw-discovery-operations {
	padding-top: 0;
}

.mw-discovery-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(45px, 7vw, 100px);
}

.mw-discovery-grid article {
	display: grid;
	grid-template-columns: minmax(130px, .62fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(24px, 4vw, 48px);
}

.mw-discovery-art {
	position: relative;
	display: grid;
	min-height: 260px;
	place-items: center;
}

.mw-discovery-art::before {
	position: absolute;
	width: 120%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(31, 109, 87, .14), transparent 68%);
	content: "";
	filter: blur(24px);
}

.mw-discovery-art img {
	position: relative;
	max-height: 300px;
}

.mw-discovery-grid h2 {
	font-size: clamp(1.75rem, 3vw, 2.75rem);
}

.mw-discovery-grid p:not(.mw-eyebrow) {
	color: var(--mw-muted);
}

/* Testimonials */

.mw-testimonials {
	background: var(--mw-paper);
}

.mw-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mw-testimonial {
	margin: 0;
	padding: 28px;
	border: 1px solid var(--mw-line);
	border-radius: var(--mw-radius);
	background: var(--mw-white);
}

.mw-testimonial blockquote {
	margin: 0 0 26px;
	font-family: "Newsreader", Georgia, serif;
	font-size: 1.25rem;
	font-style: italic;
	line-height: 1.45;
}

.mw-testimonial blockquote p:last-child {
	margin-bottom: 0;
}

.mw-testimonial figcaption {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: .75rem;
}

.mw-testimonial-avatar {
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	border: 1px solid var(--mw-line);
	border-radius: 14px;
	object-fit: cover;
}

.mw-testimonial-person {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.mw-testimonial-person > span {
	color: var(--mw-muted);
}
/* Final cards */

.mw-final-home-cta {
	background: var(--mw-cream);
}

.mw-final-home-cta .mw-final-card {
	background:
		linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
		linear-gradient(rgba(7, 44, 40, .88), rgba(7, 44, 40, .93)),
		var(--mw-final-card-background, var(--mw-deep));
	background-position: 0 0, 0 0, center, center;
	background-size: 36px 36px, 36px 36px, cover, cover;
}

.mw-final-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 50px;
	padding: clamp(36px, 6vw, 72px);
	overflow: hidden;
	border-radius: var(--mw-radius-lg);
	background:
		linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
		var(--mw-deep);
	background-size: 36px 36px;
	color: rgba(255, 255, 255, .7);
	box-shadow: var(--mw-shadow);
}

.mw-final-card::after {
	position: absolute;
	right: -120px;
	bottom: -220px;
	width: 440px;
	height: 440px;
	border-radius: 50%;
	background: rgba(189, 141, 67, .16);
	content: "";
	filter: blur(70px);
}

.mw-final-card > * {
	position: relative;
	z-index: 1;
}

.mw-final-card h2 {
	max-width: 800px;
	margin-bottom: 15px;
	color: var(--mw-white);
	font-size: clamp(2rem, 4vw, 4rem);
}

.mw-final-card p:last-child {
	max-width: 700px;
	margin-bottom: 0;
}

.mw-final-card-actions {
	display: grid;
	gap: 14px;
	justify-items: start;
}

/* Footer */

.mw-footer-cta {
	padding-block: 78px;
	background:
		linear-gradient(rgba(189, 141, 67, .9), rgba(189, 141, 67, .94)),
		var(--mw-footer-background, var(--mw-gold));
	background-position: center;
	background-size: cover;
	color: var(--mw-deeper);
}

.mw-footer-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.mw-footer-cta .mw-eyebrow {
	color: rgba(7, 44, 40, .66);
}

.mw-footer-cta h2 {
	max-width: 900px;
	margin-bottom: 0;
	color: var(--mw-deeper);
	font-size: clamp(2rem, 4vw, 3.9rem);
}

.mw-footer-cta-actions {
	display: grid;
	gap: 14px;
	justify-items: start;
	flex: 0 0 auto;
}

.mw-footer-cta .mw-text-link.is-light {
	color: var(--mw-deeper);
}

.mw-site-footer {
	padding: 80px 0 24px;
	background: var(--mw-deeper);
	color: rgba(255, 255, 255, .62);
}

.mw-footer-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(140px, .6fr));
	gap: clamp(30px, 5vw, 70px);
	padding-bottom: 58px;
}

.mw-footer-brand > p {
	max-width: 420px;
	margin-top: 22px;
	font-size: .84rem;
}

.mw-footer-location {
	display: flex;
	gap: 9px;
	align-items: flex-start;
}

.mw-footer-location .mw-icon {
	margin-top: 3px;
	color: var(--mw-gold-light);
}

.mw-footer-grid h2 {
	margin: 14px 0 18px;
	color: var(--mw-white);
	font-size: .76rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

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

.mw-footer-grid li,
.mw-footer-grid a {
	font-size: .79rem;
}

.mw-footer-grid a {
	color: rgba(255, 255, 255, .62);
	text-decoration: none;
	transition: color .2s ease;
}

.mw-footer-grid a:hover {
	color: var(--mw-gold-light);
}

.mw-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-top: 24px;
	border-top: 1px solid var(--mw-line-light);
	font-size: .68rem;
}

.mw-footer-bottom p {
	margin: 0;
}

.mw-footer-bottom div {
	display: flex;
	gap: 18px;
}

.mw-footer-bottom a {
	color: inherit;
	text-decoration: none;
}

/* Page hero and breadcrumbs */

.mw-page-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-bottom: 1px solid var(--mw-line);
	background:
		radial-gradient(circle at 80% 40%, rgba(31, 109, 87, .12), transparent 34%),
		linear-gradient(145deg, var(--mw-cream), var(--mw-paper));
}

.mw-page-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: .5;
	background-image:
		linear-gradient(rgba(13, 81, 71, .06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(13, 81, 71, .06) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	mask-image: linear-gradient(to bottom, black, transparent 95%);
}

.mw-page-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, .75fr);
	align-items: center;
	gap: clamp(42px, 8vw, 110px);
	min-height: 600px;
	padding-block: clamp(70px, 9vw, 118px);
}

.mw-page-hero-copy h1 {
	max-width: 940px;
	margin-bottom: 25px;
	font-size: clamp(3rem, 6vw, 6.3rem);
	letter-spacing: -.065em;
	line-height: .94;
}

.mw-page-hero-art {
	position: relative;
	display: grid;
	min-height: 430px;
	place-items: center;
}

.mw-page-hero-art::before {
	position: absolute;
	width: 85%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(31, 109, 87, .14), transparent 68%);
	content: "";
	filter: blur(30px);
}

.mw-page-hero-art img {
	position: relative;
	max-height: 520px;
}

.mw-breadcrumbs {
	margin-bottom: 30px;
}

.mw-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	color: var(--mw-muted);
	font-size: .66rem;
	list-style: none;
}

.mw-breadcrumbs li {
	display: flex;
	gap: 8px;
	align-items: center;
}

.mw-breadcrumbs a {
	text-decoration: none;
}

.mw-breadcrumbs [aria-current="page"] {
	color: var(--mw-gold);
}

/* Services page */

.mw-service-list {
	display: grid;
}

.mw-service-row {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr) 44px;
	align-items: center;
	gap: 24px;
	padding: 28px 0;
	border-bottom: 1px solid var(--mw-line);
}

.mw-service-row:first-child {
	border-top: 1px solid var(--mw-line);
}

.mw-service-row-icon {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 17px;
	background: var(--mw-sage-light);
	color: var(--mw-green);
}

.mw-service-row-icon .mw-icon {
	width: 28px;
	height: 28px;
}

.mw-service-row > div > p {
	margin-bottom: 5px;
	color: var(--mw-gold);
	font-size: .65rem;
	font-weight: 730;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.mw-service-row h2 {
	margin-bottom: 7px;
	font-size: clamp(1.4rem, 2.4vw, 2.2rem);
}

.mw-service-row h2 a {
	text-decoration: none;
}

.mw-service-row > div > span {
	color: var(--mw-muted);
	font-size: .88rem;
}

.mw-service-row > .mw-card-arrow {
	text-decoration: none;
}

.mw-service-visual-rail {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 42px);
	margin-top: clamp(55px, 8vw, 90px);
}

.mw-service-visual-rail a {
	display: grid;
	gap: 12px;
	align-content: end;
	color: var(--mw-teal);
	text-align: center;
	text-decoration: none;
}

.mw-service-visual-rail a > span {
	display: grid;
	min-height: 180px;
	place-items: end center;
}

.mw-service-visual-rail img {
	max-height: 180px;
	transition: transform .3s ease;
}

.mw-service-visual-rail a:hover img {
	transform: translateY(-6px);
}

.mw-service-visual-rail strong {
	font-size: .7rem;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.mw-dark-section {
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 30%, rgba(189, 141, 67, .14), transparent 32%),
		var(--mw-deeper);
	color: rgba(255, 255, 255, .68);
}

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

.mw-dark-section .mw-lede,
.mw-dark-section .mw-section-intro > p:last-child {
	color: rgba(255, 255, 255, .62);
}

.mw-dark-art {
	display: grid;
	min-height: 480px;
	place-items: center;
}

.mw-dark-art img {
	max-height: 510px;
}

.mw-inline-links {
	display: grid;
	margin-top: 34px;
	border-top: 1px solid var(--mw-line-light);
}

.mw-inline-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 0;
	border-bottom: 1px solid var(--mw-line-light);
	color: var(--mw-gold-light);
	font-size: .84rem;
	font-weight: 680;
	text-decoration: none;
}

.mw-inline-links .mw-icon {
	width: 17px;
	height: 17px;
}

.mw-feature-trio {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mw-feature-trio article,
.mw-principles-grid article {
	padding: 28px;
	border: 1px solid var(--mw-line);
	border-radius: var(--mw-radius);
	background: var(--mw-white);
}

.mw-feature-trio article > span,
.mw-principles-grid article > span {
	display: grid;
	width: 50px;
	height: 50px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 15px;
	background: var(--mw-sage-light);
	color: var(--mw-green);
}

.mw-feature-trio article > span .mw-icon,
.mw-principles-grid article > span .mw-icon {
	width: 25px;
	height: 25px;
}

.mw-feature-trio h3,
.mw-principles-grid h3 {
	margin-bottom: 11px;
	font-size: 1.28rem;
}

.mw-feature-trio p,
.mw-principles-grid p {
	margin-bottom: 0;
	color: var(--mw-muted);
	font-size: .86rem;
}

/* Work archive */

.mw-work-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 42px;
}

.mw-work-toolbar button {
	padding: 9px 14px;
	border: 1px solid var(--mw-line);
	border-radius: 999px;
	background: transparent;
	color: var(--mw-muted);
	font-size: .72rem;
	font-weight: 670;
	cursor: pointer;
}

.mw-work-toolbar button:hover,
.mw-work-toolbar button.is-active {
	border-color: var(--mw-teal);
	background: var(--mw-teal);
	color: var(--mw-white);
}

.mw-work-grid > div[hidden] {
	display: none;
}

.mw-empty-state {
	grid-column: 1 / -1;
	padding: 70px 30px;
	border: 1px dashed var(--mw-line);
	border-radius: var(--mw-radius);
	background: var(--mw-paper);
	text-align: center;
}

.mw-empty-state > .mw-icon,
.mw-empty-state > span .mw-icon {
	width: 58px;
	height: 58px;
	margin: 0 auto 24px;
	color: var(--mw-green);
}

.mw-proof-note {
	background: var(--mw-sage-light);
}

.mw-proof-note h2 {
	font-size: clamp(2.2rem, 4.4vw, 4.5rem);
}

/* Process page */

.mw-process-page {
	background: var(--mw-cream);
}

.mw-process-stage {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr) minmax(300px, .75fr);
	gap: clamp(24px, 4vw, 60px);
	padding: 50px 0;
	border-bottom: 1px solid var(--mw-line);
}

.mw-process-stage:first-child {
	border-top: 1px solid var(--mw-line);
}

.mw-process-stage-number {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.mw-process-stage-number span {
	color: var(--mw-gold);
	font-family: "Newsreader", Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
}

.mw-process-stage-number i {
	width: 1px;
	height: 100%;
	background: var(--mw-line);
}

.mw-process-stage-copy .mw-eyebrow {
	margin-bottom: 9px;
}

.mw-process-stage-copy h2 {
	margin-bottom: 16px;
	font-size: clamp(2.1rem, 3.6vw, 3.7rem);
}

.mw-check-list {
	display: grid;
	align-content: start;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mw-check-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--mw-muted);
	font-size: .84rem;
}

.mw-check-list .mw-icon {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	color: var(--mw-green);
}

.mw-dark-section .mw-check-list li {
	color: rgba(255, 255, 255, .7);
}

.mw-dark-section .mw-check-list .mw-icon {
	color: var(--mw-gold-light);
}

.mw-check-list-large {
	gap: 17px;
}

.mw-check-list-large li {
	font-size: .95rem;
}

.mw-check-list-large li span {
	display: grid;
	gap: 3px;
}

.mw-check-list-large strong {
	color: var(--mw-ink);
}

/* About */

.mw-founder-portrait {
	position: relative;
	justify-self: center;
	width: min(430px, 100%);
	padding: 12px;
	border: 1px solid var(--mw-line);
	border-radius: 240px 240px 30px 30px;
	background: rgba(255, 255, 255, .56);
	box-shadow: var(--mw-shadow);
}

.mw-founder-image {
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 220px 220px 22px 22px;
	object-fit: cover;
	object-position: var(--mw-focal-x, 50%) var(--mw-focal-y, 32%);
}

.mw-founder-caption {
	position: absolute;
	right: -24px;
	bottom: 34px;
	display: grid;
	min-width: 210px;
	padding: 15px 18px;
	border: 1px solid var(--mw-line);
	border-radius: 13px;
	background: rgba(255, 253, 247, .92);
	box-shadow: var(--mw-shadow-soft);
	backdrop-filter: blur(10px);
}

.mw-founder-caption strong {
	font-size: .84rem;
}

.mw-founder-caption span {
	color: var(--mw-muted);
	font-size: .67rem;
}

.mw-founder-story {
	background: var(--mw-cream);
}

.mw-story-art {
	display: grid;
	min-height: 500px;
	place-items: center;
}

.mw-story-art img {
	max-height: 560px;
}

.mw-principles-section {
	background: var(--mw-paper);
}

.mw-principles-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mw-local-story {
	background: var(--mw-sage-light);
}

.mw-local-story h2 {
	font-size: clamp(2.3rem, 4.6vw, 4.8rem);
}

/* Forms and contact */

.mw-contact-orbit {
	display: grid;
	min-height: 420px;
	place-items: center;
}

.mw-contact-orbit img {
	max-height: 450px;
}

.mw-contact-section {
	background:
		linear-gradient(rgba(255, 253, 247, .94), rgba(255, 253, 247, .94)),
		var(--mw-contact-background, none);
	background-size: cover;
	background-position: center;
}

.mw-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr);
	align-items: start;
	gap: clamp(38px, 7vw, 90px);
}

.mw-contact-form-wrap {
	padding: clamp(26px, 4vw, 50px);
	border: 1px solid var(--mw-line);
	border-radius: var(--mw-radius-lg);
	background: rgba(255, 255, 255, .86);
	box-shadow: var(--mw-shadow);
	backdrop-filter: blur(12px);
}

.mw-contact-form-wrap > h2 {
	margin-bottom: 30px;
	font-size: clamp(1.8rem, 3vw, 3rem);
}

.mw-project-form {
	position: relative;
}

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

.mw-field {
	margin: 0;
}

.mw-field.mw-span-2 {
	grid-column: span 2;
}

.mw-field label {
	display: block;
	margin-bottom: 7px;
	color: var(--mw-ink);
	font-size: .72rem;
	font-weight: 690;
}

.mw-field input,
.mw-field select,
.mw-field textarea {
	width: 100%;
	border: 1px solid rgba(20, 56, 50, .2);
	border-radius: 11px;
	background: var(--mw-cream);
	color: var(--mw-ink);
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.mw-field input,
.mw-field select {
	min-height: 50px;
	padding: 10px 13px;
}

.mw-field textarea {
	padding: 13px;
	resize: vertical;
}

.mw-field input:focus,
.mw-field select:focus,
.mw-field textarea:focus {
	border-color: var(--mw-green);
	background: var(--mw-white);
	box-shadow: 0 0 0 4px rgba(31, 109, 87, .1);
	outline: 0;
}

.mw-form-consent {
	margin: 18px 0;
	color: var(--mw-muted);
	font-size: .66rem;
}

.mw-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.mw-form-notice {
	margin-bottom: 22px;
	padding: 16px 18px;
	border-radius: 11px;
	font-size: .82rem;
}

.mw-form-success {
	border: 1px solid rgba(31, 109, 87, .28);
	background: var(--mw-sage-light);
	color: var(--mw-deep);
}

.mw-form-error {
	border: 1px solid rgba(150, 65, 40, .24);
	background: #fff0eb;
	color: #7a3928;
}

.mw-contact-aside {
	position: sticky;
	top: 140px;
	display: grid;
	gap: 16px;
}

.mw-contact-card,
.mw-contact-detail {
	padding: 24px;
	border: 1px solid var(--mw-line);
	border-radius: var(--mw-radius);
	background: var(--mw-paper);
}

.mw-contact-card > span {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 25px;
	place-items: center;
	border-radius: 15px;
	background: var(--mw-teal);
	color: var(--mw-white);
}

.mw-contact-card h2 {
	font-size: 1.45rem;
}

.mw-contact-card ol {
	display: grid;
	gap: 17px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.mw-contact-card li {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 12px;
}

.mw-contact-card li > b {
	color: var(--mw-gold);
	font-family: "Newsreader", Georgia, serif;
	font-style: italic;
}

.mw-contact-card li > span {
	display: grid;
	color: var(--mw-muted);
	font-size: .76rem;
}

.mw-contact-card li strong {
	color: var(--mw-ink);
	font-size: .8rem;
}

.mw-contact-detail p {
	margin: 0;
	font-size: .83rem;
}

.mw-contact-detail .mw-eyebrow {
	margin-bottom: 8px;
}

.mw-contact-detail span {
	color: var(--mw-muted);
}

/* Insights and articles */

.mw-insight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.mw-insight-card {
	overflow: hidden;
	border: 1px solid var(--mw-line);
	border-radius: var(--mw-radius);
	background: var(--mw-white);
	box-shadow: var(--mw-shadow-soft);
	transition: transform .35s var(--mw-ease), box-shadow .35s ease;
}

.mw-insight-card:hover {
	box-shadow: var(--mw-shadow);
	transform: translateY(-6px);
}

.mw-insight-image {
	display: grid;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	place-items: center;
	background: var(--mw-sage-light);
	color: var(--mw-green);
}

.mw-insight-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s var(--mw-ease);
}

.mw-insight-card:hover .mw-insight-image img {
	transform: scale(1.025);
}

.mw-insight-image span .mw-icon {
	width: 56px;
	height: 56px;
}

.mw-insight-card > div {
	padding: 24px;
}

.mw-insight-meta {
	margin-bottom: 11px;
	color: var(--mw-gold);
	font-size: .63rem;
	font-weight: 720;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mw-insight-card h2 {
	margin-bottom: 12px;
	font-size: 1.35rem;
}

.mw-insight-card h2 a {
	text-decoration: none;
}

.mw-insight-card > div > p:not(.mw-insight-meta) {
	color: var(--mw-muted);
	font-size: .84rem;
}

.navigation.pagination {
	margin-top: 48px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.page-numbers {
	display: grid;
	min-width: 40px;
	min-height: 40px;
	padding: 7px 11px;
	place-items: center;
	border: 1px solid var(--mw-line);
	border-radius: 9px;
	text-decoration: none;
}

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

.mw-article-header {
	padding: clamp(70px, 9vw, 120px) 0 0;
	background: linear-gradient(145deg, var(--mw-cream), var(--mw-paper));
}

.mw-article-header h1 {
	margin-bottom: 24px;
	font-size: clamp(2.8rem, 5.8vw, 6rem);
}

.mw-article-deck {
	color: var(--mw-muted);
	font-size: clamp(1.06rem, 1.7vw, 1.25rem);
}

.mw-article-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 28px;
	color: var(--mw-muted);
	font-size: .69rem;
}

.mw-article-byline span + span {
	position: relative;
}

.mw-article-byline span + span::before {
	position: absolute;
	top: 50%;
	left: -13px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--mw-gold);
	content: "";
}

.mw-article-feature {
	margin-top: 50px;
	transform: translateY(50px);
}

.mw-article-feature img {
	width: 100%;
	max-height: 680px;
	border-radius: var(--mw-radius);
	box-shadow: var(--mw-shadow);
	object-fit: cover;
}

.mw-article-body {
	padding-top: calc(var(--mw-section) + 30px);
}

.mw-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) minmax(250px, 330px);
	justify-content: center;
	gap: clamp(50px, 8vw, 100px);
}

.mw-entry-content {
	color: #294a44;
	font-size: 1.02rem;
}

.mw-entry-content > * {
	max-width: 100%;
}

.mw-entry-content h2 {
	margin: 2.3em 0 .7em;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.mw-entry-content h3 {
	margin: 1.8em 0 .6em;
	font-size: 1.4rem;
}

.mw-entry-content p,
.mw-entry-content ul,
.mw-entry-content ol {
	margin-bottom: 1.35em;
}

.mw-entry-content a {
	color: var(--mw-teal);
}

.mw-entry-content blockquote {
	margin: 2em 0;
	padding: 18px 0 18px 28px;
	border-left: 3px solid var(--mw-gold);
	font-family: "Newsreader", Georgia, serif;
	font-size: 1.35rem;
	font-style: italic;
}

.mw-article-layout aside {
	position: relative;
}

.mw-article-cta {
	position: sticky;
	top: 140px;
	padding: 25px;
	border: 1px solid var(--mw-line);
	border-radius: var(--mw-radius);
	background: var(--mw-paper);
}

.mw-article-cta h2 {
	font-size: 1.45rem;
}

.mw-article-cta > p:not(.mw-eyebrow) {
	color: var(--mw-muted);
	font-size: .82rem;
}

/* Audit, builder, private */

.mw-audit-output {
	background: var(--mw-paper);
}

.mw-builder-hero {
	padding-block: clamp(70px, 9vw, 120px);
}

.mw-builder-hero h1,
.mw-private-page h1 {
	font-size: clamp(3rem, 6vw, 6rem);
}

.mw-builder-layout {
	display: grid;
	grid-template-columns: minmax(250px, .5fr) minmax(0, 1.15fr);
	align-items: start;
	gap: clamp(35px, 7vw, 90px);
}

.mw-builder-guide {
	position: sticky;
	top: 140px;
}

.mw-builder-guide h2 {
	font-size: 2.3rem;
}

.mw-builder-guide > p:not(.mw-eyebrow) {
	color: var(--mw-muted);
}

.mw-private-page {
	padding-block: clamp(80px, 11vw, 150px);
	text-align: center;
}

.mw-private-page .mw-breadcrumbs ol,
.mw-private-page .mw-eyebrow,
.mw-private-page .mw-hero-actions {
	justify-content: center;
}

.mw-private-page .mw-hero-lede {
	margin-inline: auto;
}

.mw-admin-like-card {
	padding: clamp(30px, 5vw, 54px);
	border: 1px solid var(--mw-line);
	border-radius: var(--mw-radius);
	background: var(--mw-paper);
}

/* Service detail */

.mw-service-explainer {
	background: var(--mw-cream);
}

.mw-service-explainer h2 {
	font-size: clamp(2.2rem, 4.2vw, 4.2rem);
}

.mw-build-note {
	padding: clamp(26px, 4vw, 46px);
	border: 1px solid var(--mw-line);
	border-radius: var(--mw-radius);
	background: var(--mw-paper);
}

.mw-build-note > span {
	display: grid;
	width: 52px;
	height: 52px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 16px;
	background: var(--mw-teal);
	color: var(--mw-white);
}

.mw-build-note > p:last-child {
	margin-bottom: 0;
	color: var(--mw-muted);
}

.mw-two-list-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(30px, 7vw, 100px);
}

.mw-two-list-grid h3 {
	margin-bottom: 24px;
	font-size: 1.45rem;
}

.mw-faq-layout {
	display: grid;
	grid-template-columns: minmax(230px, .55fr) minmax(0, 1fr);
	align-items: start;
	gap: clamp(40px, 8vw, 110px);
}

.mw-accordion {
	border-top: 1px solid var(--mw-line);
}

.mw-accordion details {
	border-bottom: 1px solid var(--mw-line);
}

.mw-accordion summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 21px 0;
	font-weight: 660;
	cursor: pointer;
	list-style: none;
}

.mw-accordion summary::-webkit-details-marker {
	display: none;
}

.mw-accordion summary span {
	display: grid;
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid var(--mw-line);
	border-radius: 50%;
	color: var(--mw-gold);
	transition: transform .25s var(--mw-ease);
}

.mw-accordion details[open] summary span {
	transform: rotate(45deg);
}

.mw-accordion details > div {
	padding: 0 45px 20px 0;
	color: var(--mw-muted);
	font-size: .9rem;
}

/* Industries */

.mw-industry-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mw-industry-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 400px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid var(--mw-line);
	border-radius: var(--mw-radius);
	background: var(--mw-paper);
	color: inherit;
	text-decoration: none;
	transition: transform .35s var(--mw-ease), box-shadow .35s ease, background .35s ease;
}

.mw-industry-card:hover {
	background: var(--mw-white);
	box-shadow: var(--mw-shadow);
	transform: translateY(-7px);
}

.mw-industry-card > span {
	display: grid;
	width: 42px;
	height: 42px;
	margin-left: auto;
	place-items: center;
	border-radius: 50%;
	background: var(--mw-teal);
	color: var(--mw-white);
}

.mw-industry-card h2 {
	margin-top: 60px;
	font-size: 2rem;
}

.mw-industry-card p {
	color: var(--mw-muted);
	font-size: .9rem;
}

.mw-industry-card ul {
	display: grid;
	gap: 8px;
	margin: auto 0 0;
	padding: 22px 0 0;
	border-top: 1px solid var(--mw-line);
	list-style: none;
}

.mw-industry-card li {
	font-size: .73rem;
}

/* Locations */

.mw-location-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.mw-location-card {
	display: block;
	padding: 14px 14px 28px;
	overflow: hidden;
	border: 1px solid var(--mw-line);
	border-radius: var(--mw-radius);
	background: var(--mw-white);
	color: inherit;
	text-decoration: none;
	transition: transform .35s var(--mw-ease), box-shadow .35s ease;
}

.mw-location-card:hover {
	box-shadow: var(--mw-shadow);
	transform: translateY(-7px);
}

.mw-location-card > div {
	aspect-ratio: 16 / 9;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 13px;
	background: var(--mw-sage-light);
}

.mw-location-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mw-location-card > span,
.mw-location-card > h2,
.mw-location-card > p {
	margin-right: 16px;
	margin-left: 16px;
}

.mw-location-card > span {
	color: var(--mw-gold);
	font-size: .65rem;
	font-weight: 720;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mw-location-card h2 {
	margin-top: 9px;
	font-size: 2rem;
}

.mw-location-card p {
	margin-bottom: 0;
	color: var(--mw-muted);
	font-size: .88rem;
}

.mw-beyond-note {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 25px;
	margin-top: 25px;
	padding: 20px 24px;
	border: 1px solid var(--mw-line);
	border-radius: 14px;
	background: var(--mw-paper);
	font-size: .8rem;
}

.mw-beyond-note span {
	color: var(--mw-muted);
}

.mw-beyond-note a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--mw-teal);
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.mw-location-hero {
	position: relative;
	display: grid;
	min-height: 730px;
	align-items: center;
}

.mw-location-backdrop {
	position: absolute;
	inset: 0;
}

.mw-location-backdrop::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 44, 40, .84), rgba(7, 44, 40, .28) 65%, rgba(7, 44, 40, .08));
	content: "";
}

.mw-location-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--mw-focal-x, 50%) var(--mw-focal-y, 50%);
}

.mw-location-hero > .mw-container {
	position: relative;
	z-index: 1;
}

.mw-location-hero-card {
	max-width: 740px;
	padding: clamp(30px, 5vw, 65px);
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: var(--mw-radius-lg);
	background: rgba(7, 44, 40, .78);
	color: rgba(255, 255, 255, .72);
	box-shadow: var(--mw-shadow);
	backdrop-filter: blur(15px);
}

.mw-location-hero-card h1 {
	color: var(--mw-white);
	font-size: clamp(2.7rem, 5.5vw, 5.8rem);
}

.mw-location-hero-card .mw-hero-lede {
	color: rgba(255, 255, 255, .68);
}

.mw-location-hero-card .mw-breadcrumbs,
.mw-location-hero-card .mw-breadcrumbs a {
	color: rgba(255, 255, 255, .55);
}

.mw-area-list {
	padding: 28px;
	border: 1px solid var(--mw-line);
	border-radius: var(--mw-radius);
	background: var(--mw-paper);
}

.mw-area-list h3 {
	font-size: 1.25rem;
}

.mw-area-list > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mw-area-list span {
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--mw-white);
	color: var(--mw-muted);
	font-size: .7rem;
}

.mw-proof-strip {
	background: var(--mw-deeper);
	color: var(--mw-white);
}

.mw-proof-strip .mw-container > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mw-proof-strip .mw-container > div span {
	padding: 9px 13px;
	border: 1px solid var(--mw-line-light);
	border-radius: 999px;
	color: rgba(255, 255, 255, .72);
	font-size: .75rem;
}

/* Case studies */

.mw-case-hero {
	padding: clamp(62px, 8vw, 105px) 0 var(--mw-section);
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 28%, rgba(31, 109, 87, .13), transparent 32%),
		var(--mw-paper);
}

.mw-case-hero-grid {
	display: grid;
	grid-template-columns: minmax(330px, .62fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(45px, 7vw, 90px);
}

.mw-case-hero h1 {
	margin-bottom: 22px;
	font-size: clamp(3.1rem, 6vw, 6.2rem);
}

.mw-case-logo-wrap {
	display: flex;
	align-items: center;
	min-height: 70px;
	margin-bottom: 25px;
}

.mw-case-logo {
	width: auto;
	max-width: min(250px, 65%);
	max-height: 90px;
	object-fit: contain;
	object-position: left center;
}

.mw-case-device-stack {
	position: relative;
	min-height: 560px;
}

.mw-case-browser {
	position: absolute;
	inset: 6% 7% auto 0;
	transform: perspective(1400px) rotateY(-4deg) rotateX(1deg);
	transform-origin: center;
}

.mw-case-desktop-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: var(--mw-focal-x, 50%) var(--mw-focal-y, 0%);
}

.mw-phone-frame {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: min(28%, 175px);
	aspect-ratio: 9 / 18.5;
	padding: 7px;
	overflow: hidden;
	border: 3px solid var(--mw-deeper);
	border-radius: 27px;
	background: var(--mw-deeper);
	box-shadow: 0 20px 55px rgba(7, 44, 39, .25);
}

.mw-phone-frame::before {
	position: absolute;
	top: 9px;
	left: 50%;
	z-index: 2;
	width: 35%;
	height: 10px;
	border-radius: 999px;
	background: var(--mw-deeper);
	content: "";
	transform: translateX(-50%);
}

.mw-case-mobile-image {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	object-position: var(--mw-focal-x, 50%) var(--mw-focal-y, 0%);
}

.mw-case-story {
	background: var(--mw-cream);
}

.mw-case-story-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--mw-line);
	border-left: 1px solid var(--mw-line);
}

.mw-case-story-grid article {
	position: relative;
	min-height: 370px;
	padding: clamp(28px, 4vw, 50px);
	border-right: 1px solid var(--mw-line);
	border-bottom: 1px solid var(--mw-line);
}

.mw-case-story-grid article > span {
	position: absolute;
	top: 20px;
	right: 24px;
	color: rgba(20, 56, 50, .22);
	font-family: "Newsreader", Georgia, serif;
	font-size: 2rem;
	font-style: italic;
}

.mw-case-story-grid h2 {
	max-width: 430px;
	margin-bottom: 20px;
	font-size: clamp(1.75rem, 3vw, 2.8rem);
}

.mw-case-story-grid article > p:last-child {
	color: var(--mw-muted);
	font-size: .92rem;
}

.mw-case-additional {
	margin-top: 60px;
}

.mw-case-proof {
	background: var(--mw-sage-light);
}

.mw-proof-note-card {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 24px;
	max-width: 900px;
}

.mw-proof-note-card > div:first-child {
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	border-radius: 50%;
	background: var(--mw-teal);
	color: var(--mw-white);
}

.mw-proof-note-card h2 {
	font-size: clamp(1.8rem, 3.5vw, 3.2rem);
}

.mw-proof-note-card p:last-child {
	margin-bottom: 0;
	color: var(--mw-muted);
}

/* Legal, generic, error */

.mw-legal-hero,
.mw-generic-hero:not(.has-media) {
	padding-block: clamp(65px, 9vw, 115px);
}

.mw-legal-hero h1,
.mw-generic-hero h1 {
	font-size: clamp(3rem, 6vw, 6rem);
}

.mw-legal-content h2 {
	margin: 2.2em 0 .65em;
	font-size: clamp(1.6rem, 2.7vw, 2.3rem);
}

.mw-legal-content h2:first-child {
	margin-top: 0;
}

.mw-legal-content p {
	color: #37534d;
}

.mw-legal-note {
	margin-top: 45px;
	padding: 22px;
	border: 1px solid rgba(189, 141, 67, .3);
	border-radius: 14px;
	background: #fff8e8;
	color: #654d28;
	font-size: .82rem;
}

.mw-error-page {
	display: grid;
	min-height: 720px;
	align-items: center;
	padding-block: var(--mw-section);
	background: linear-gradient(145deg, var(--mw-cream), var(--mw-paper));
}

.mw-error-page h1 {
	font-size: clamp(3rem, 6vw, 6rem);
}

/* Reveal motion */

.mw-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .75s var(--mw-ease), transform .75s var(--mw-ease);
}

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

.mw-delay-1 {
	transition-delay: .08s;
}

.mw-delay-2 {
	transition-delay: .16s;
}

.mw-delay-3 {
	transition-delay: .24s;
}

.mw-delay-4 {
	transition-delay: .32s;
}

@keyframes mw-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Responsive */

@media (max-width: 1180px) {
	.mw-header-inner {
		min-height: 78px;
	}

	.mw-brand-header {
		width: min(var(--mw-logo-width), 23vw);
	}

	.mw-nav-list {
		gap: 15px;
	}

	.mw-nav-list a {
		font-size: .76rem;
	}

	.mw-hero-layout {
		grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
	}

	.mw-hero-art {
		min-height: 500px;
	}

	.mw-orbit-one {
		width: 390px;
		height: 390px;
	}

	.mw-orbit-two {
		width: 500px;
		height: 500px;
	}

	.mw-chip-performance {
		left: -2%;
	}

	.mw-service-grid,
	.mw-principles-grid,
	.mw-insight-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mw-footer-grid {
		grid-template-columns: 1.4fr repeat(3, .6fr);
	}
}

@media (max-width: 980px) {
	html {
		scroll-padding-top: 88px;
	}

	.mw-header-signal {
		display: none;
	}

	.mw-header-inner {
		min-height: 78px;
	}

	.mw-brand-header {
		width: var(--mw-logo-mobile);
		max-width: calc(100vw - 120px);
	}

	.mw-brand-header .mw-brand-logo {
		max-height: 58px;
	}

	.mw-menu-toggle {
		display: inline-flex;
		align-items: center;
		gap: 11px;
		padding: 10px 0 10px 12px;
		cursor: pointer;
	}

	.mw-menu-label {
		font-size: .7rem;
		font-weight: 730;
		letter-spacing: .06em;
		text-transform: uppercase;
	}

	.mw-menu-lines {
		position: relative;
		display: block;
		width: 27px;
		height: 18px;
	}

	.mw-menu-lines i {
		position: absolute;
		right: 0;
		width: 27px;
		height: 1.5px;
		background: currentColor;
		transition: top .25s ease, transform .25s ease;
	}

	.mw-menu-lines i:first-child {
		top: 4px;
	}

	.mw-menu-lines i:last-child {
		top: 13px;
	}

	.mw-menu-toggle[aria-expanded="true"] .mw-menu-lines i:first-child {
		top: 8px;
		transform: rotate(45deg);
	}

	.mw-menu-toggle[aria-expanded="true"] .mw-menu-lines i:last-child {
		top: 8px;
		transform: rotate(-45deg);
	}

	.mw-primary-nav {
		position: fixed;
		top: 78px;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
		padding: 25px clamp(24px, 7vw, 60px) 50px;
		overflow-y: auto;
		border-top: 1px solid var(--mw-line);
		background: rgba(255, 253, 247, .98);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: opacity .25s ease, transform .25s var(--mw-ease);
	}

	.mw-primary-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.mw-nav-list {
		display: grid;
		gap: 0;
	}

	.mw-nav-list li {
		border-bottom: 1px solid var(--mw-line);
	}

	.mw-nav-list a {
		padding: 16px 0;
		font-size: 1.08rem;
	}

	.mw-nav-list > li > a::after {
		display: none;
	}

	.mw-nav-list .sub-menu {
		position: static;
		display: grid;
		width: auto;
		padding: 0 0 12px 18px;
		border: 0;
		box-shadow: none;
		background: transparent;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.mw-nav-list .sub-menu li {
		border: 0;
	}

	.mw-nav-list .sub-menu a {
		padding: 8px 0;
		font-size: .85rem;
	}

	.mw-button-header {
		align-self: flex-start;
	}

	.mw-hero-layout,
	.mw-page-hero-layout,
	.mw-case-hero-grid {
		grid-template-columns: 1fr;
	}

	.mw-hero-layout {
		min-height: auto;
	}

	.mw-home-hero h1 {
		max-width: 780px;
		font-size: clamp(3.55rem, 10vw, 6.5rem);
	}

	.mw-hero-art {
		min-height: 480px;
	}

	.mw-chip-performance {
		left: 4%;
	}

	.mw-chip-ownership {
		right: 4%;
	}

	.mw-trust-rail .mw-container {
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
		padding-block: 20px;
	}

	.mw-trust-rail ul {
		width: 100%;
		overflow-x: auto;
		justify-content: flex-start;
		padding-bottom: 4px;
	}

	.mw-trust-rail li {
		white-space: nowrap;
	}

	.mw-trust-rail li:not(:last-child)::after {
		right: -14px;
	}

	.mw-split,
	.mw-split-system,
	.mw-process-layout,
	.mw-contact-layout,
	.mw-builder-layout,
	.mw-faq-layout {
		grid-template-columns: 1fr;
	}

	.mw-discovery-grid {
		grid-template-columns: 1fr;
		gap: 70px;
	}

	.mw-system-visual,
	.mw-industry-art,
	.mw-local-art,
	.mw-story-art {
		min-height: 420px;
	}

	.mw-case-card.is-featured {
		grid-template-columns: 1fr;
	}

	.mw-process-copy,
	.mw-contact-aside,
	.mw-builder-guide {
		position: static;
	}

	.mw-package-grid,
	.mw-feature-trio,
	.mw-industry-card-grid {
		grid-template-columns: 1fr;
	}

	.mw-package-grid article.is-emphasized {
		transform: none;
	}

	.mw-footer-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.mw-footer-grid {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

	.mw-footer-brand {
		grid-column: 1 / -1;
	}

	.mw-process-stage {
		grid-template-columns: 60px minmax(0, 1fr);
	}

	.mw-process-stage > .mw-check-list {
		grid-column: 2;
	}

	.mw-article-layout {
		grid-template-columns: minmax(0, 760px);
	}

	.mw-article-cta {
		position: static;
	}

	.mw-case-device-stack {
		min-height: 550px;
	}
}

@media (max-width: 700px) {
	:root {
		--mw-section: 74px;
	}

	.mw-container {
		width: min(calc(100% - 32px), var(--mw-container));
	}

	.mw-section-intro h2,
	.mw-system-copy h2,
	.mw-local-copy h2,
	.mw-local-story h2 {
		font-size: clamp(2.05rem, 10vw, 3.3rem);
	}

	.mw-heading-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.mw-heading-row .mw-section-intro {
		margin-bottom: 0;
	}

	.mw-heading-row > .mw-text-link {
		margin-bottom: 35px;
	}

	.mw-home-hero h1 {
		font-size: clamp(3.2rem, 16vw, 5.2rem);
	}

	.mw-page-hero-layout {
		min-height: auto;
		padding-block: 62px 72px;
	}

	.mw-page-hero-copy h1 {
		font-size: clamp(2.75rem, 13vw, 4.6rem);
	}

	.mw-page-hero-art {
		min-height: 350px;
	}

	.mw-hero-art {
		min-height: 390px;
	}

	.mw-orbit-one {
		width: 300px;
		height: 300px;
	}

	.mw-orbit-two {
		width: 390px;
		height: 390px;
	}

	.mw-floating-chip {
		display: none;
	}

	.mw-service-grid,
	.mw-principles-grid,
	.mw-insight-grid,
	.mw-case-grid,
	.mw-testimonial-grid,
	.mw-location-card-grid {
		grid-template-columns: 1fr;
	}

	.mw-case-card.is-featured {
		grid-column: auto;
	}

	.mw-service-card {
		min-height: 315px;
	}

	.mw-process-layout {
		gap: 55px;
	}

	.mw-process-steps article {
		grid-template-columns: 45px 1fr;
	}

	.mw-final-card {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 34px 25px;
		border-radius: var(--mw-radius);
	}

	.mw-final-card h2 {
		font-size: 2.3rem;
	}

	.mw-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.mw-footer-brand {
		grid-column: 1 / -1;
	}

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

	.mw-service-row {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 15px;
	}

	.mw-service-row-icon {
		width: 48px;
		height: 48px;
	}

	.mw-service-row > .mw-card-arrow {
		display: none;
	}

	.mw-service-visual-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mw-service-visual-rail a > span {
		min-height: 140px;
	}

	.mw-service-visual-rail img {
		max-height: 140px;
	}

	.mw-discovery-grid article {
		grid-template-columns: 1fr;
	}

	.mw-discovery-art {
		min-height: 250px;
	}

	.mw-feature-trio {
		grid-template-columns: 1fr;
	}

	.mw-process-stage {
		grid-template-columns: 42px 1fr;
		gap: 17px;
	}

	.mw-process-stage-number span {
		font-size: 1.2rem;
	}

	.mw-process-stage > .mw-check-list {
		grid-column: 1 / -1;
		padding-left: 58px;
	}

	.mw-founder-caption {
		right: 8px;
		bottom: 24px;
		min-width: 185px;
	}

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

	.mw-field.mw-span-2 {
		grid-column: auto;
	}

	.mw-contact-form-wrap {
		padding: 25px 18px;
		border-radius: var(--mw-radius);
	}

	.mw-two-list-grid,
	.mw-case-story-grid {
		grid-template-columns: 1fr;
	}

	.mw-faq-layout {
		gap: 0;
	}

	.mw-industry-card {
		min-height: 360px;
	}

	.mw-beyond-note {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.mw-location-hero {
		min-height: 680px;
	}

	.mw-location-backdrop::after {
		background: rgba(7, 44, 40, .62);
	}

	.mw-location-hero-card {
		padding: 30px 23px;
	}

	.mw-case-device-stack {
		min-height: 440px;
	}

	.mw-case-browser {
		inset: 4% 3% auto 0;
		transform: none;
	}

	.mw-phone-frame {
		width: 30%;
		border-radius: 20px;
	}

	.mw-case-story-grid article {
		min-height: 0;
	}

	.mw-proof-note-card {
		grid-template-columns: 1fr;
	}

	.mw-article-feature {
		width: calc(100% - 16px);
		margin-inline: auto;
	}
}

@media (max-width: 440px) {
	.mw-menu-label {
		display: none;
	}

	.mw-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mw-hero-actions .mw-button {
		width: 100%;
	}

	.mw-orbit-two {
		width: 340px;
		height: 340px;
	}

	.mw-footer-grid {
		grid-template-columns: 1fr;
	}

	.mw-footer-brand {
		grid-column: auto;
	}

	.mw-footer-bottom div {
		flex-wrap: wrap;
	}

	.mw-case-device-stack {
		min-height: 390px;
	}
}

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

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

	.mw-reveal {
		opacity: 1;
		transform: none;
	}
}

@media (forced-colors: active) {
	.mw-button,
	.mw-card-arrow,
	.mw-service-icon,
	.mw-principles-grid article,
	.mw-service-card {
		border: 1px solid CanvasText;
	}
}

/* MooseWeb Media Map responsive composition controls */
.mw-slot-image {
	object-position: var(--mw-focal-x, 50%) var(--mw-focal-y, 50%);
	scale: var(--mw-media-desktop-scale, 100%);
	translate: calc(var(--mw-media-desktop-x, 0) * 1px) calc(var(--mw-media-desktop-y, 0) * 1px);
	transform-origin: center;
}

@media (max-width: 700px) {
	.mw-slot-image {
		scale: var(--mw-media-mobile-scale, 100%);
		translate: calc(var(--mw-media-mobile-x, 0) * 1px) calc(var(--mw-media-mobile-y, 0) * 1px);
	}

	:is(.mw-hero-art, .mw-page-hero-art, .mw-system-visual, .mw-industry-art, .mw-local-art, .mw-discovery-art, .mw-story-art):has(.mw-slot-image[data-mw-mobile-layout="compact"]) {
		height: clamp(200px, 60vw, 275px);
		min-height: 0 !important;
	}

	.mw-split:has(.mw-slot-image[data-mw-mobile-layout="side"]) {
		grid-template-columns: minmax(0, 1fr) minmax(112px, 38%);
		gap: clamp(14px, 4vw, 22px);
	}

	.mw-split:has(.mw-slot-image[data-mw-mobile-layout="side"]) :is(.mw-hero-art, .mw-page-hero-art, .mw-system-visual, .mw-industry-art, .mw-local-art, .mw-discovery-art, .mw-story-art) {
		min-height: clamp(170px, 48vw, 230px);
	}
}
