body.mjg-experience {
	--mjg-green: #12382f;
	--mjg-green-dark: #09271f;
	--mjg-green-soft: #edf2ec;
	--mjg-burgundy: #862d32;
	--mjg-burgundy-dark: #672127;
	--mjg-gold: #bf9361;
	--mjg-gold-soft: #eadcc8;
	--mjg-cream: #fbf7ef;
	--mjg-paper: #fffdf8;
	--mjg-ink: #24322e;
	--mjg-muted: #65716d;
	--mjg-line: #e5dccf;
	--mjg-focus: #b85e18;
	--mjg-shadow: 0 1.25rem 3.5rem rgba(9, 39, 31, 0.1);
	margin: 0;
	background: var(--mjg-cream);
	color: var(--mjg-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

/* The live Elementor single-post template wraps every page in editorial chrome. */
body.mjg-managed-page .elementor-location-single > .elementor-element-3b4481f6,
body.mjg-managed-page .elementor-location-single > .elementor-element-4cb7153 {
  display: none !important;
}

body.mjg-experience * {
	box-sizing: border-box;
}

body.mjg-experience .elementor-location-header {
	position: sticky;
	top: 0;
	z-index: 900;
	border-bottom: 1px solid rgba(9, 39, 31, 0.13);
	background: rgba(255, 253, 249, 0.96);
	box-shadow: 0 0.45rem 1.6rem rgba(9, 39, 31, 0.06);
	backdrop-filter: blur(16px);
}

body.admin-bar.mjg-experience .elementor-location-header {
	top: 32px;
}

body.mjg-experience .elementor-location-header .elementor-element-95089ca,
body.mjg-experience .elementor-location-header .elementor-element-95089ca > .elementor-container,
body.mjg-experience .elementor-location-header .elementor-element-e569d24,
body.mjg-experience .elementor-location-header .elementor-element-e569d24 > .elementor-widget-wrap {
	width: 100%;
	max-width: none;
	min-height: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

body.mjg-experience .elementor-location-header .elementor-element-e569d24 > .elementor-widget-wrap {
	display: grid;
	grid-template-columns: minmax(170px, 195px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(1rem, 3vw, 3rem);
	width: min(100% - 3rem, 1280px);
	margin-inline: auto;
	padding-block: 0.55rem;
}

body.mjg-experience .elementor-location-header .elementor-element-20bbd9f {
	width: 100%;
	margin: 0 !important;
	animation: none !important;
	transform: none !important;
}

body.mjg-experience .elementor-location-header .elementor-element-20bbd9f .elementor-widget-container,
body.mjg-experience .elementor-location-header .elementor-element-20bbd9f a {
	display: block;
}

body.mjg-experience .elementor-location-header .elementor-element-20bbd9f img {
	display: block;
	width: 180px !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

body.mjg-experience .elementor-location-header .elementor-element-0124551,
body.mjg-experience .elementor-location-header .elementor-element-0124551 .elementor-widget-container {
	min-width: 0;
	margin: 0;
}

body.mjg-experience .mjg-primary-nav {
	padding: 0;
	font-family: inherit;
}

body.mjg-experience .mjg-desktop-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(0.1rem, 0.6vw, 0.55rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

body.mjg-experience .mjg-primary-nav a {
	display: block;
	border-radius: 0;
	padding: 0.65rem 0.62rem;
	background: transparent;
	color: var(--mjg-green-dark);
	font-size: 0.9rem;
	font-weight: 680;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

body.mjg-experience .mjg-primary-nav a:hover,
body.mjg-experience .mjg-primary-nav a:focus-visible,
body.mjg-experience .mjg-primary-nav a[aria-current="page"] {
	background: transparent;
	color: var(--mjg-burgundy);
	text-decoration: underline;
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.35em;
}

body.mjg-experience .mjg-primary-nav .mjg-nav-cta {
	margin-left: 0.4rem;
	border: 1px solid var(--mjg-burgundy);
	padding: 0.76rem 0.9rem;
	background: var(--mjg-burgundy);
	color: #fff;
	letter-spacing: 0.01em;
}

body.mjg-experience .mjg-primary-nav .mjg-nav-cta:hover,
body.mjg-experience .mjg-primary-nav .mjg-nav-cta:focus-visible,
body.mjg-experience .mjg-primary-nav .mjg-nav-cta[aria-current="page"] {
	border-color: var(--mjg-burgundy-dark);
	background: var(--mjg-burgundy-dark);
	color: #fff;
}

body.mjg-experience .mjg-mobile-nav {
	display: none;
	margin: 0;
}

body.mjg-experience .mjg-mobile-nav summary {
	border: 1px solid var(--mjg-green-dark);
	border-radius: 0;
	padding: 0.72rem 1rem;
	background: var(--mjg-green-dark);
	color: #fff;
	cursor: pointer;
	font-weight: 720;
	text-align: center;
}

body.mjg-experience .mjg-mobile-nav ul {
	position: absolute;
	top: calc(100% - 0.5rem);
	right: 1.5rem;
	z-index: 10;
	width: min(22rem, calc(100vw - 3rem));
	margin: 0;
	border: 1px solid var(--mjg-line);
	padding: 0.55rem;
	background: var(--mjg-paper);
	box-shadow: var(--mjg-shadow);
	list-style: none;
}

body.mjg-experience .mjg-mobile-nav .mjg-nav-cta {
	margin: 0.35rem 0 0;
	text-align: center;
}

body.mjg-experience .mjg-page {
	width: min(100%, 1280px);
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(2rem, 3vw, 3.5rem) clamp(1.25rem, 4vw, 3.5rem) clamp(3rem, 6vw, 5.5rem);
	color: var(--mjg-ink);
	font-size: clamp(1rem, 0.25vw + 0.94rem, 1.08rem);
	line-height: 1.72;
}

body.mjg-experience .mjg-page > * + *,
body.mjg-experience .mjg-page section + section {
	margin-top: clamp(3.75rem, 6vw, 5.5rem);
}

body.mjg-experience .mjg-page section {
	scroll-margin-top: 8rem;
}

body.mjg-experience .mjg-page h1,
body.mjg-experience .mjg-page h2,
body.mjg-experience .mjg-page h3 {
	margin-top: 0;
	color: var(--mjg-green-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 520;
	letter-spacing: -0.025em;
	line-height: 1.08;
	text-wrap: balance;
}

body.mjg-experience .mjg-page h1 {
	max-width: 22ch;
	margin-bottom: 1.35rem;
	font-size: clamp(2.6rem, 4.7vw, 4.25rem);
}

body.mjg-experience .mjg-page h2 {
	margin-bottom: 1.1rem;
	font-size: clamp(1.9rem, 3.1vw, 3rem);
}

body.mjg-experience .mjg-page h3 {
	font-size: clamp(1.32rem, 1.7vw, 1.75rem);
}

body.mjg-experience .mjg-page p,
body.mjg-experience .mjg-page li {
	max-width: 72ch;
}

body.mjg-experience .mjg-page a {
	color: var(--mjg-burgundy);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.22em;
}

body.mjg-experience .mjg-page a:hover {
	color: var(--mjg-burgundy-dark);
}

body.mjg-experience .mjg-page .mjg-eyebrow {
	margin: 0 0 1rem;
	color: var(--mjg-burgundy);
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 780;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.mjg-experience .mjg-page .mjg-lead {
	max-width: 60ch;
	font-size: clamp(1.12rem, 1.4vw, 1.34rem);
	line-height: 1.65;
}

body.mjg-experience .mjg-page .mjg-button,
body.mjg-experience .mjg-page a.mjg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	border: 1px solid var(--mjg-burgundy);
	border-radius: 0;
	padding: 0.85rem 1.25rem;
	background: var(--mjg-burgundy);
	color: #fff;
	font-family: inherit;
	font-size: 0.96rem;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none;
}

body.mjg-experience .mjg-page .mjg-button:hover,
body.mjg-experience .mjg-page .mjg-button:focus-visible {
	border-color: var(--mjg-burgundy-dark);
	background: var(--mjg-burgundy-dark);
	color: #fff;
	text-decoration: underline;
}

body.mjg-experience .mjg-page .mjg-button-light,
body.mjg-experience .mjg-page a.mjg-button-light {
	border-color: var(--mjg-paper);
	background: var(--mjg-paper);
	color: var(--mjg-green-dark);
}

body.mjg-experience .mjg-page .mjg-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));
	gap: 1.2rem;
	border: 0;
	background: transparent;
}

body.mjg-experience .mjg-page .mjg-card {
	height: 100%;
	border: 0;
	border-radius: 0;
	padding: clamp(1.5rem, 2.5vw, 2.2rem);
	background: var(--mjg-paper);
}

body.mjg-experience .mjg-page .mjg-card > :first-child {
	margin-top: 0;
}

body.mjg-experience .mjg-page .mjg-card > :last-child {
	margin-bottom: 0;
}

body.mjg-experience .mjg-page .mjg-hero {
	border: 0;
	border-radius: 0;
	padding: clamp(2.25rem, 4.5vw, 4.5rem);
	background: var(--mjg-green-dark);
	box-shadow: var(--mjg-shadow);
}

body.mjg-experience .mjg-page .mjg-hero h1,
body.mjg-experience .mjg-page .mjg-hero h2,
body.mjg-experience .mjg-page .mjg-hero h3,
body.mjg-experience .mjg-page .mjg-hero p {
	color: #fff;
}

body.mjg-experience .mjg-page .mjg-hero h1 {
	max-width: 24ch;
}

body.mjg-experience .mjg-page .mjg-hero .mjg-eyebrow {
	color: #dfb886;
}

body.mjg-experience .mjg-page .mjg-hero a:not(.mjg-button) {
	color: #fff;
	font-weight: 720;
}

body.mjg-experience .mjg-page .mjg-hero a:not(.mjg-button):hover,
body.mjg-experience .mjg-page .mjg-hero a:not(.mjg-button):focus-visible {
	color: #fff;
	text-decoration-thickness: 0.12em;
}

body.mjg-experience.home .mjg-page .mjg-editorial-split {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
	align-items: stretch;
	gap: 0;
	min-height: min(710px, calc(100vh - 7rem));
	padding: 0;
	overflow: hidden;
}

body.mjg-experience.home .mjg-editorial-split > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.4rem, 4vw, 4.8rem);
}

body.mjg-experience.home .mjg-editorial-split h1 {
	max-width: 19ch;
	font-size: clamp(3rem, 4.9vw, 4.9rem);
}

body.mjg-experience.home .mjg-editorial-split h1,
body.mjg-experience.home .mjg-editorial-split p {
	color: #fff;
}

body.mjg-experience.home .mjg-editorial-split .mjg-eyebrow {
	color: #dfb886;
}

body.mjg-experience.home .mjg-editorial-split > div > p:not(.mjg-eyebrow):not(.mjg-actions) {
	max-width: 58ch;
	font-size: clamp(1.05rem, 1.2vw, 1.25rem);
	color: rgba(255, 255, 255, 0.82);
}

body.mjg-experience.home .mjg-editorial-split .mjg-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.15rem;
	margin-top: 1.9rem;
}

body.mjg-experience.home .mjg-editorial-split .mjg-actions > a:not(.mjg-button) {
	color: #fff;
	font-weight: 720;
}

body.mjg-experience.home .mjg-editorial-media {
	min-height: 100%;
	margin: 0;
}

body.mjg-experience.home .mjg-editorial-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: 50% 28%;
	box-shadow: none;
}

body.mjg-experience .mjg-proof-rail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 0 !important;
	border: solid var(--mjg-gold-soft);
	border-width: 0 1px 1px;
	background: var(--mjg-paper);
}

body.mjg-experience .mjg-proof-rail div {
	min-width: 0;
	padding: 1.45rem clamp(1rem, 2.2vw, 2rem);
}

body.mjg-experience .mjg-proof-rail div + div {
	border-left: 1px solid var(--mjg-gold-soft);
}

body.mjg-experience .mjg-proof-rail strong,
body.mjg-experience .mjg-proof-rail span {
	display: block;
}

body.mjg-experience .mjg-proof-rail strong {
	margin-bottom: 0.3rem;
	color: var(--mjg-green-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.08rem;
	font-weight: 600;
}

body.mjg-experience .mjg-proof-rail span {
	color: var(--mjg-muted);
	font-size: 0.87rem;
	line-height: 1.45;
}

body.mjg-experience.home section[aria-labelledby="home-services-title"] > h2,
body.mjg-experience.home section[aria-labelledby="home-services-title"] > p,
body.mjg-experience.home section[aria-labelledby="home-public-work-title"] > h2,
body.mjg-experience.home section[aria-labelledby="home-public-work-title"] > p {
	max-width: 760px;
}

body.mjg-experience.home section[aria-labelledby="home-services-title"] .mjg-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: 2.25rem;
}

body.mjg-experience.home section[aria-labelledby="home-services-title"] .mjg-card {
	grid-column: span 2;
	border: 1px solid var(--mjg-line);
}

body.mjg-experience.home section[aria-labelledby="home-services-title"] .mjg-card:nth-last-child(2) {
	grid-column: 2 / span 2;
}

body.mjg-experience.home section[aria-labelledby="home-services-title"] .mjg-card:last-child {
	grid-column: 4 / span 2;
}

body.mjg-experience .mjg-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	align-items: end;
	gap: clamp(1.5rem, 5vw, 5rem);
	margin-bottom: 2.25rem;
}

body.mjg-experience .mjg-section-heading h2,
body.mjg-experience .mjg-section-heading p {
	margin-bottom: 0;
}

body.mjg-experience .mjg-case-teasers {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
	border: 0;
	background: transparent;
}

body.mjg-experience .mjg-case-teasers article {
	padding: clamp(1.6rem, 3vw, 2.7rem);
	background: var(--mjg-paper);
}

body.mjg-experience .mjg-case-teasers span {
	display: block;
	margin-bottom: 2rem;
	color: var(--mjg-burgundy);
	font-size: 0.76rem;
	font-weight: 780;
	letter-spacing: 0.15em;
}

body.mjg-experience .mjg-section-link {
	margin: 1.5rem 0 0;
	font-weight: 740;
}

body.mjg-experience.home section[aria-labelledby="home-format-title"] {
	display: grid;
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(1.5rem, 6vw, 6rem);
	border-top: 1px solid var(--mjg-line);
	border-bottom: 1px solid var(--mjg-line);
	padding-block: clamp(2.4rem, 5vw, 4.5rem);
}

body.mjg-experience.home section[aria-labelledby="home-format-title"] h2 {
	grid-row: 1 / span 3;
}

body.mjg-experience.home section[aria-labelledby="home-format-title"] > *:not(h2) {
	grid-column: 2;
	margin-top: 0;
}

body.mjg-experience.home section[aria-labelledby="home-about-title"] .mjg-grid,
body.mjg-experience.home section[aria-labelledby="home-public-work-title"] .mjg-grid {
	margin-top: 2.1rem;
}

body.mjg-experience.home section[aria-labelledby="home-process-title"] {
	display: grid;
	grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(2rem, 7vw, 7rem);
	padding: clamp(2.2rem, 5vw, 4.8rem);
	background: var(--mjg-green-soft);
}

body.mjg-experience.home section[aria-labelledby="home-process-title"] ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: mjg-process;
}

body.mjg-experience.home section[aria-labelledby="home-process-title"] li {
	position: relative;
	min-height: 3.6rem;
	margin: 0;
	border-bottom: 1px solid rgba(9, 39, 31, 0.18);
	padding: 1.1rem 0 1.1rem 3.3rem;
	counter-increment: mjg-process;
}

body.mjg-experience.home section[aria-labelledby="home-process-title"] li:first-child {
	padding-top: 0;
}

body.mjg-experience.home section[aria-labelledby="home-process-title"] li::before {
	content: "0" counter(mjg-process);
	position: absolute;
	top: 1.2rem;
	left: 0;
	color: var(--mjg-burgundy);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

body.mjg-experience.home section[aria-labelledby="home-process-title"] li:first-child::before {
	top: 0.1rem;
}

body.mjg-experience .mjg-home-art {
	display: grid;
	grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
	align-items: stretch;
	gap: 0;
	background: var(--mjg-green-dark);
	color: #fff;
	overflow: hidden;
}

body.mjg-experience .mjg-home-art-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.2rem, 5vw, 5.5rem);
}

body.mjg-experience .mjg-home-art h2,
body.mjg-experience .mjg-home-art p {
	color: #fff;
}

body.mjg-experience .mjg-home-art .mjg-eyebrow {
	color: #dfb886;
}

body.mjg-experience .mjg-home-art-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-content: center;
	gap: clamp(0.75rem, 1.25vw, 1.2rem);
	min-width: 0;
	min-height: 0;
	padding: clamp(1rem, 2vw, 2rem);
	background: #f3e9db;
}

body.mjg-experience .mjg-home-art-grid figure {
	min-width: 0;
	height: 100%;
	margin: 0;
	border: 1px solid var(--mjg-line);
	background: var(--mjg-paper);
}

body.mjg-experience .mjg-home-art-grid a {
	display: flex;
	height: 100%;
	min-width: 0;
	flex-direction: column;
	color: var(--mjg-green-dark);
	text-decoration: none;
}

body.mjg-experience .mjg-home-art-grid img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	background: #fff;
	object-fit: contain;
}

body.mjg-experience .mjg-home-art-grid figcaption {
	display: flex;
	min-height: 7.2rem;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	gap: 0.35rem;
	border-top: 1px solid var(--mjg-line);
	padding: 1rem;
}

body.mjg-experience .mjg-home-art-grid figcaption span {
	color: var(--mjg-burgundy-dark);
	font-size: 0.68rem;
	font-weight: 780;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.mjg-experience .mjg-home-art-grid figcaption strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1rem, 1.35vw, 1.22rem);
	font-weight: 600;
	line-height: 1.25;
}

body.mjg-experience .mjg-home-art-grid a:hover,
body.mjg-experience .mjg-home-art-grid a:focus-visible {
	box-shadow: inset 0 -0.25rem 0 var(--mjg-gold);
}

body.mjg-experience .mjg-page .mjg-cta {
	border: 0;
	border-radius: 0;
	padding: clamp(2.4rem, 6vw, 6rem);
	background: var(--mjg-green-dark);
	color: #fff;
	text-align: center;
}

body.mjg-experience .mjg-page .mjg-cta h2,
body.mjg-experience .mjg-page .mjg-cta h3,
body.mjg-experience .mjg-page .mjg-cta p,
body.mjg-experience .mjg-page .mjg-cta a:not(.mjg-button) {
	margin-inline: auto;
	color: #fff;
}

body.mjg-experience .mjg-page details {
	border: 1px solid var(--mjg-line);
	border-radius: 0;
	padding: 1rem 1.15rem;
	background: var(--mjg-paper);
}

body.mjg-experience .mjg-page summary {
	color: var(--mjg-green-dark);
	font-weight: 740;
}

body.mjg-experience .mjg-case-hero,
body.mjg-experience .mjg-art-hero {
	max-width: none;
	padding: clamp(2.5rem, 5vw, 5rem);
}

body.mjg-experience .mjg-case-hero h1,
body.mjg-experience .mjg-art-hero h1 {
	max-width: 24ch;
	font-size: clamp(2.6rem, 4.6vw, 4.2rem);
}

body.mjg-experience .mjg-case-hero h1,
body.mjg-experience .mjg-case-hero p,
body.mjg-experience .mjg-art-hero h1,
body.mjg-experience .mjg-art-hero p {
	color: #fff;
}

body.mjg-experience .mjg-case-hero .mjg-eyebrow,
body.mjg-experience .mjg-art-hero .mjg-eyebrow {
	color: #dfb886;
}

body.mjg-experience .mjg-method-note {
	display: grid;
	grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
	gap: clamp(1.5rem, 5vw, 5rem);
	border: solid var(--mjg-gold);
	border-width: 1px 0;
	padding-block: 2rem;
}

body.mjg-experience .mjg-method-note h2 {
	font-size: clamp(1.45rem, 2.4vw, 2.2rem);
}

body.mjg-experience .mjg-method-note p {
	margin: 0;
}

body.mjg-experience .mjg-case-list {
	display: grid;
	gap: 0;
}

body.mjg-experience .mjg-case-study {
	border-top: 1px solid var(--mjg-line);
	padding-block: clamp(2.7rem, 6vw, 5.6rem);
}

body.mjg-experience .mjg-case-study:last-child {
	border-bottom: 1px solid var(--mjg-line);
}

body.mjg-experience .mjg-case-number,
body.mjg-experience .mjg-art-category {
	margin: 0 0 0.9rem;
	color: var(--mjg-burgundy);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

body.mjg-experience .mjg-case-study > h2 {
	max-width: 20ch;
}

body.mjg-experience .mjg-case-flow {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.2rem, 4vw, 4rem);
	margin-top: 2.4rem;
}

body.mjg-experience .mjg-case-flow h3 {
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.mjg-experience .mjg-art-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	align-items: start;
	gap: clamp(1.5rem, 6vw, 6rem);
}

body.mjg-experience .mjg-art-intro aside {
	border: 1px solid var(--mjg-line);
	padding: 1.5rem;
}

body.mjg-experience .mjg-art-intro aside p {
	margin-bottom: 0;
}

body.mjg-experience .mjg-art-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 4vw, 4rem) clamp(1.25rem, 3vw, 3rem);
}

body.mjg-experience .mjg-art-card {
	min-width: 0;
	background: var(--mjg-paper);
}

body.mjg-experience .mjg-art-card figure {
	margin: 0;
	overflow: hidden;
	background: var(--mjg-green-soft);
}

body.mjg-experience .mjg-art-card figure img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	transition: transform 260ms ease;
}

body.mjg-experience .mjg-art-card:hover figure img {
	transform: scale(1.018);
}

body.mjg-experience .mjg-art-copy {
	padding: clamp(1.4rem, 3vw, 2.4rem);
}

body.mjg-experience .mjg-art-copy h2 {
	font-size: clamp(1.6rem, 2.7vw, 2.5rem);
}

body.mjg-experience .mjg-art-status {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--mjg-green);
	font-size: 0.83rem;
	font-weight: 760;
}

body.mjg-experience .mjg-art-status span {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: #3c765f;
}

body.mjg-experience .mjg-art-copy dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 1.5rem 0;
	border-block: 1px solid var(--mjg-line);
	padding-block: 1rem;
}

body.mjg-experience .mjg-art-copy dl div {
	min-width: 0;
}

body.mjg-experience .mjg-art-copy dt {
	color: var(--mjg-muted);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.mjg-experience .mjg-art-copy dd {
	margin: 0.15rem 0 0;
	font-size: 0.9rem;
}

body.mjg-experience .mjg-art-link {
	font-weight: 760;
}

body.mjg-experience .mjg-art-faq {
	display: grid;
	grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1.4fr);
	gap: clamp(1.5rem, 6vw, 6rem);
}

body.mjg-experience .mjg-page .mjg-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--mjg-line);
	border-radius: 0;
}

body.mjg-experience .mjg-page th {
	background: var(--mjg-green-dark);
}

body.mjg-experience .mjg-service-jump-nav {
	position: sticky;
	top: 6.35rem;
	z-index: 30;
	overflow-x: auto;
	margin-top: 0 !important;
	border: solid var(--mjg-line);
	border-width: 0 1px 1px;
	background: rgba(255, 253, 249, 0.97);
	box-shadow: 0 0.7rem 1.5rem rgba(9, 39, 31, 0.07);
	backdrop-filter: blur(12px);
	scrollbar-width: thin;
}

body.admin-bar.mjg-experience .mjg-service-jump-nav {
	top: 8.35rem;
}

body.mjg-experience.mjg-services-page .mjg-page section[id] {
	scroll-margin-top: 10rem;
}

body.mjg-experience [id="mjg-contact-form-shell"] {
	scroll-margin-top: 8rem;
}

body.mjg-experience .mjg-service-jump-nav ul {
	display: flex;
	width: max-content;
	min-width: 100%;
	margin: 0;
	padding: 0.35rem;
	list-style: none;
}

body.mjg-experience .mjg-service-jump-nav a {
	display: block;
	padding: 0.7rem 0.9rem;
	color: var(--mjg-green-dark);
	font-size: 0.84rem;
	font-weight: 740;
	text-decoration: none;
	white-space: nowrap;
}

body.mjg-experience .mjg-service-jump-nav a:hover,
body.mjg-experience .mjg-service-jump-nav a:focus-visible {
	color: var(--mjg-burgundy-dark);
	text-decoration: underline;
}

body.mjg-experience .mjg-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
	align-items: start;
	gap: clamp(2rem, 5vw, 5rem);
}

body.mjg-experience .mjg-contact-layout > *,
body.mjg-experience .mjg-contact-aside > section {
	margin-top: 0;
}

body.mjg-experience .mjg-contact-aside {
	display: grid;
	gap: 1.25rem;
}

body.mjg-experience .mjg-contact-layout > *,
body.mjg-experience .mjg-contact-aside,
body.mjg-experience .mjg-contact-aside > section,
body.mjg-experience .mjg-contact-aside .mjg-card {
	min-width: 0;
	max-width: 100%;
}

body.mjg-experience .mjg-contact-aside a {
	overflow-wrap: anywhere;
}

body.mjg-experience .mjg-contact-aside > section {
	border: 1px solid var(--mjg-line);
	padding: 1.5rem;
	background: var(--mjg-paper);
}

body.mjg-experience .mjg-contact-aside h2 {
	font-size: clamp(1.45rem, 2vw, 2rem);
}

body.mjg-experience .mjg-contact-form-card {
	border: 1px solid var(--mjg-line);
	box-shadow: var(--mjg-shadow);
}

body.mjg-experience .mjg-contact-form-card .mjg-form-load-button {
	margin-top: 0.5rem;
}

body.mjg-experience .mjg-inquiry-context {
	margin: 1.25rem 0;
	border: 1px solid var(--mjg-line);
	padding: 1rem 1.15rem;
	background: var(--mjg-green-soft);
}

body.mjg-experience .mjg-inquiry-context p {
	margin: 0.25rem 0 0;
}

body.mjg-experience .mjg-form-fallback {
	margin: 1rem 0 0;
	font-size: 0.9rem;
}

body.mjg-experience .mjg-case-index {
	border: solid var(--mjg-gold);
	border-width: 1px 0;
	padding-block: 0.75rem;
}

body.mjg-experience .mjg-case-index ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.35rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.mjg-experience .mjg-case-index a {
	display: block;
	padding: 0.65rem 0.75rem;
	color: var(--mjg-green-dark);
	font-size: 0.9rem;
	font-weight: 720;
	text-decoration: none;
}

body.mjg-experience .mjg-case-index a span {
	display: inline-block;
	min-width: 2rem;
	color: var(--mjg-burgundy);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
}

body.mjg-experience .mjg-case-index a:hover,
body.mjg-experience .mjg-case-index a:focus-visible {
	background: var(--mjg-paper);
	color: var(--mjg-burgundy-dark);
	text-decoration: underline;
}

body.mjg-experience .mjg-art-image-link {
	display: block;
	color: inherit;
}

body.mjg-experience .mjg-art-image-link:focus-visible {
	outline-offset: -4px;
}

body.mjg-experience .mjg-insights-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
	align-items: stretch;
	gap: 0;
	background: var(--mjg-paper);
	box-shadow: var(--mjg-shadow);
}

body.mjg-experience .mjg-insights-featured__image {
	min-height: 420px;
	margin: 0;
	overflow: hidden;
	background: var(--mjg-green-soft);
}

body.mjg-experience .mjg-insights-featured__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}

body.mjg-experience .mjg-insights-featured__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2rem, 5vw, 4.5rem);
}

body.mjg-experience .mjg-insights-featured__copy:only-child {
	grid-column: 1 / -1;
	max-width: 780px;
}

body.mjg-experience .mjg-insights-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
	margin: 0 0 0.75rem;
	color: var(--mjg-muted);
	font-size: 0.78rem;
	font-weight: 760;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.mjg-experience .mjg-insights-recent {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
	border: 0;
	background: transparent;
}

body.mjg-experience .mjg-insight-card {
	height: 100%;
	padding: clamp(1.5rem, 3vw, 2.4rem);
	background: var(--mjg-paper);
}

body.mjg-experience .mjg-insight-card h3 {
	font-size: clamp(1.35rem, 2vw, 1.9rem);
}

body.mjg-experience .mjg-topic-index {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1.2rem;
	padding: clamp(2rem, 4vw, 3.5rem);
	background: transparent;
}

body.mjg-experience .mjg-topic-index .mjg-card {
	grid-column: span 2;
}

body.mjg-experience .mjg-topic-index .mjg-card:nth-last-child(2) {
	grid-column: 2 / span 2;
}

body.mjg-experience .mjg-topic-index .mjg-card:last-child {
	grid-column: 4 / span 2;
}

body.mjg-experience .mjg-page :focus-visible,
body.mjg-experience .mjg-primary-nav :focus-visible,
body.mjg-experience .elementor-location-footer :focus-visible {
	outline: 3px solid var(--mjg-focus);
	outline-offset: 3px;
}

body.mjg-experience .elementor-location-footer {
	position: relative;
	margin-top: clamp(3rem, 7vw, 7rem);
	background: var(--mjg-green-dark);
	color: rgba(255, 255, 255, 0.78);
}

body.mjg-experience .elementor-location-footer .elementor-section,
body.mjg-experience .elementor-location-footer .elementor-column,
body.mjg-experience .elementor-location-footer .elementor-widget-wrap {
	background: transparent !important;
}

body.mjg-experience .elementor-location-footer .elementor-element-e17e612 > .elementor-container {
	width: min(100% - 3rem, 1180px);
	max-width: 1180px;
	margin-inline: auto;
	padding-block: clamp(2.5rem, 5vw, 4rem);
}

body.mjg-experience .elementor-location-footer .elementor-element-68b0fc2 {
	width: min(220px, 62vw);
	margin: 0 auto 2rem;
	animation: none !important;
	transform: none !important;
}

body.mjg-experience .elementor-location-footer .elementor-element-68b0fc2 img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	filter: grayscale(1) invert(1);
	opacity: 0.92;
}

body.mjg-experience .elementor-location-footer h2,
body.mjg-experience .elementor-location-footer h3,
body.mjg-experience .elementor-location-footer strong {
	color: #fff;
}

body.mjg-experience .elementor-location-footer p,
body.mjg-experience .elementor-location-footer .elementor-heading-title,
body.mjg-experience .elementor-location-footer .elementor-icon-list-text,
body.mjg-experience .elementor-location-footer .ekit_page_list_title_title {
	color: rgba(255, 255, 255, 0.84) !important;
}

body.mjg-experience .elementor-location-footer a {
	color: rgba(255, 255, 255, 0.84);
	text-decoration-color: rgba(255, 255, 255, 0.35);
	text-underline-offset: 0.2em;
}

body.mjg-experience .elementor-location-footer a:hover,
body.mjg-experience .elementor-location-footer a:focus-visible {
	color: #fff;
}

body.mjg-experience .elementor-location-footer p.mjg-footer-form-note a {
	color: #f6e4cf !important;
	text-decoration-color: rgba(246, 228, 207, 0.62) !important;
}

body.mjg-experience .elementor-location-footer p.mjg-footer-form-note a:hover,
body.mjg-experience .elementor-location-footer p.mjg-footer-form-note a:focus-visible {
	color: #fff !important;
}

body.mjg-experience .elementor-location-footer .elementor-social-icon {
	background: transparent;
	color: #fff;
}

body.mjg-experience .elementor-location-footer .elementor-social-icon svg {
	fill: currentColor;
}

body.mjg-experience .elementor-location-footer .elementor-element-9b25228 > .elementor-container {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(230px, 0.75fr);
	gap: clamp(2rem, 6vw, 6rem);
}

body.mjg-experience .elementor-location-footer .elementor-element-9b25228 .elementor-column {
	width: 100%;
}

body.mjg-experience .elementor-location-footer .elementor-element-136f5f2 {
	display: none;
}

body.mjg-experience .mjg-footer-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	width: min(100% - 3rem, 1180px);
	margin-inline: auto;
	border-block: 1px solid rgba(255, 255, 255, 0.16);
	padding-block: 1.5rem;
}

body.mjg-experience .mjg-footer-cta p {
	max-width: 52ch;
	margin: 0;
}

body.mjg-experience .mjg-footer-cta strong {
	display: block;
	margin-bottom: 0.2rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
	font-weight: 560;
}

body.mjg-experience .mjg-footer-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	border: 1px solid #fff;
	padding: 0.75rem 1rem;
	color: #fff;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
}

body.mjg-experience .mjg-footer-cta a:hover,
body.mjg-experience .mjg-footer-cta a:focus-visible {
	background: #fff;
	color: var(--mjg-green-dark);
}

body.mjg-experience .mjg-footer-policy {
	position: static;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem 1rem;
	width: min(100% - 3rem, 1180px);
	margin-inline: auto;
	padding-block: 1.25rem;
	font-size: 0.82rem;
}

body.mjg-experience .mjg-footer-policy a {
	color: rgba(255, 255, 255, 0.72);
}

body.mjg-experience .elementor-location-header .elementor-element-20bbd9f,
body.mjg-experience .elementor-location-footer .elementor-element-68b0fc2 {
	visibility: visible !important;
	animation: none !important;
	transform: none !important;
	opacity: 1 !important;
}

@media (max-width: 1120px) {
	body.mjg-experience .elementor-location-header .elementor-element-e569d24 > .elementor-widget-wrap {
		grid-template-columns: minmax(155px, 180px) minmax(0, 1fr);
		width: min(100% - 2rem, 1100px);
		gap: 0.7rem;
	}

	body.mjg-experience .elementor-location-header .elementor-element-20bbd9f img {
		width: 170px !important;
	}

	body.mjg-experience .mjg-primary-nav a {
		padding-inline: 0.46rem;
		font-size: 0.84rem;
	}
}

@media (max-width: 940px) {
	body.mjg-experience .elementor-location-header .elementor-element-e569d24 > .elementor-widget-wrap {
		grid-template-columns: minmax(160px, 210px) minmax(0, 1fr);
	}

	body.mjg-experience .mjg-desktop-nav {
		display: none;
	}

	body.mjg-experience .mjg-mobile-nav {
		display: block;
	}

	body.mjg-experience.home .mjg-page .mjg-editorial-split {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.mjg-experience.home .mjg-editorial-media {
		min-height: 480px;
	}

	body.mjg-experience.home .mjg-editorial-media img {
		min-height: 480px;
		aspect-ratio: 16 / 10;
	}

	body.mjg-experience .mjg-proof-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.mjg-experience .mjg-proof-rail div:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--mjg-gold-soft);
	}

	body.mjg-experience .mjg-proof-rail div:nth-child(4) {
		border-top: 1px solid var(--mjg-gold-soft);
	}

	body.mjg-experience.home section[aria-labelledby="home-services-title"] .mjg-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.mjg-experience.home section[aria-labelledby="home-services-title"] .mjg-card,
	body.mjg-experience.home section[aria-labelledby="home-services-title"] .mjg-card:nth-last-child(2),
	body.mjg-experience.home section[aria-labelledby="home-services-title"] .mjg-card:last-child {
		grid-column: auto;
	}

	body.mjg-experience.home section[aria-labelledby="home-services-title"] .mjg-card:last-child {
		grid-column: 1 / -1;
	}

	body.mjg-experience .mjg-insights-featured {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
	}

	body.mjg-experience .mjg-topic-index {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.mjg-experience .mjg-topic-index .mjg-card,
	body.mjg-experience .mjg-topic-index .mjg-card:nth-last-child(2),
	body.mjg-experience .mjg-topic-index .mjg-card:last-child {
		grid-column: auto;
	}

	body.mjg-experience .mjg-topic-index .mjg-card:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	body.admin-bar.mjg-experience .elementor-location-header {
		top: 46px;
	}

	body.mjg-experience .elementor-location-header .elementor-element-e569d24 > .elementor-widget-wrap {
		grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
		width: calc(100% - 2rem);
		padding-block: 0.6rem;
	}

	body.mjg-experience .elementor-location-header .elementor-element-20bbd9f img {
		width: 170px !important;
	}

	body.mjg-experience .mjg-mobile-nav {
		position: relative;
	}

	body.mjg-experience .mjg-mobile-nav ul {
		right: 0;
		left: auto;
		width: min(22rem, calc(100vw - 2rem));
		max-width: calc(100vw - 2rem);
	}

	body.mjg-experience .mjg-page {
		padding: 2rem 1rem 3.5rem;
		font-size: 1rem;
	}

	body.mjg-experience .mjg-page > * + *,
	body.mjg-experience .mjg-page section + section {
		margin-top: 3.75rem;
	}

	body.mjg-experience .mjg-page h1 {
		font-size: clamp(2.35rem, 10.5vw, 3.6rem);
	}

	body.mjg-experience .mjg-page h2 {
		font-size: clamp(1.8rem, 8vw, 2.65rem);
	}

	body.mjg-experience.home .mjg-page .mjg-editorial-split {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.mjg-experience.home .mjg-editorial-split > div {
		padding: 2.5rem 1.5rem 3rem;
	}

	body.mjg-experience.home .mjg-editorial-media {
		min-height: 390px;
	}

	body.mjg-experience.home .mjg-editorial-media img {
		min-height: 390px;
		aspect-ratio: 4 / 5;
	}

	body.mjg-experience .mjg-section-heading,
	body.mjg-experience.home section[aria-labelledby="home-format-title"],
	body.mjg-experience.home section[aria-labelledby="home-process-title"],
	body.mjg-experience .mjg-home-art,
	body.mjg-experience .mjg-method-note,
	body.mjg-experience .mjg-art-intro,
	body.mjg-experience .mjg-art-faq,
	body.mjg-experience .mjg-contact-layout,
	body.mjg-experience .mjg-insights-featured {
		grid-template-columns: 1fr;
	}

	body.mjg-experience.home section[aria-labelledby="home-format-title"] h2,
	body.mjg-experience.home section[aria-labelledby="home-format-title"] > *:not(h2) {
		grid-row: auto;
		grid-column: 1;
	}

	body.mjg-experience .mjg-case-teasers,
	body.mjg-experience .mjg-case-flow,
	body.mjg-experience .mjg-art-grid,
	body.mjg-experience .mjg-insights-recent,
	body.mjg-experience .mjg-topic-index {
		grid-template-columns: 1fr;
	}

	body.mjg-experience .mjg-topic-index .mjg-card,
	body.mjg-experience .mjg-topic-index .mjg-card:nth-last-child(2),
	body.mjg-experience .mjg-topic-index .mjg-card:last-child {
		grid-column: auto;
	}

	body.mjg-experience .mjg-case-index ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.mjg-experience .mjg-insights-featured__image,
	body.mjg-experience .mjg-insights-featured__image img {
		min-height: 320px;
	}

	body.mjg-experience .mjg-service-jump-nav {
		position: static;
		top: auto;
		overflow: visible;
		margin-inline: 0;
		border-width: 1px;
		box-shadow: none;
		backdrop-filter: none;
	}

	body.admin-bar.mjg-experience .mjg-service-jump-nav {
		top: auto;
	}

	body.mjg-experience .mjg-service-jump-nav ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		min-width: 0;
		gap: 0.25rem;
		padding: 0.35rem;
	}

	body.mjg-experience .mjg-service-jump-nav li {
		min-width: 0;
	}

	body.mjg-experience .mjg-service-jump-nav a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 2.8rem;
		padding: 0.55rem 0.45rem;
		font-size: 0.78rem;
		line-height: 1.25;
		text-align: center;
		white-space: normal;
	}

	body.mjg-experience.mjg-services-page .mjg-page .mjg-table-wrap {
		overflow: visible;
		border: 0;
	}

	body.mjg-experience.mjg-services-page .mjg-table {
		display: block;
		width: 100%;
		background: transparent;
	}

	body.mjg-experience.mjg-services-page .mjg-table caption {
		display: block;
		width: 100%;
		margin-bottom: 0.75rem;
		color: var(--mjg-muted);
		font-size: 0.86rem;
		font-weight: 700;
		text-align: left;
	}

	body.mjg-experience.mjg-services-page .mjg-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}

	body.mjg-experience.mjg-services-page .mjg-table tbody,
	body.mjg-experience.mjg-services-page .mjg-table tr,
	body.mjg-experience.mjg-services-page .mjg-table tbody th,
	body.mjg-experience.mjg-services-page .mjg-table tbody td {
		display: block;
		width: 100%;
		min-width: 0;
	}

	body.mjg-experience.mjg-services-page .mjg-table tr {
		border: 1px solid var(--mjg-line);
		background: var(--mjg-paper);
	}

	body.mjg-experience.mjg-services-page .mjg-table tr + tr {
		margin-top: 0.85rem;
	}

	body.mjg-experience.mjg-services-page .mjg-table tbody th {
		border: 0;
		padding: 1rem;
		background: var(--mjg-green-dark);
		color: #fff;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.08rem;
		font-weight: 560;
		line-height: 1.35;
	}

	body.mjg-experience.mjg-services-page .mjg-table tbody td {
		display: grid;
		grid-template-columns: minmax(4.75rem, 0.3fr) minmax(0, 0.7fr);
		gap: 0.75rem;
		border-bottom: 1px solid var(--mjg-line);
		padding: 0.85rem 1rem;
	}

	body.mjg-experience.mjg-services-page .mjg-table tbody td:last-child {
		border-bottom: 0;
	}

	body.mjg-experience.mjg-services-page .mjg-table tbody td::before {
		color: var(--mjg-muted);
		font-size: 0.72rem;
		font-weight: 800;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	body.mjg-experience.mjg-services-page .mjg-table tbody td:first-of-type::before {
		content: "Fee";
	}

	body.mjg-experience.mjg-services-page .mjg-table tbody td:nth-of-type(2)::before {
		content: "Scope";
	}

	body.mjg-experience .mjg-case-flow {
		gap: 0;
	}

	body.mjg-experience .mjg-case-flow > div {
		border-top: 1px solid var(--mjg-line);
		padding-block: 1.2rem;
	}

	body.mjg-experience .mjg-art-grid {
		gap: 2rem;
	}

	body.mjg-experience .mjg-art-copy dl {
		grid-template-columns: 1fr;
	}

	body.mjg-experience .elementor-location-footer .elementor-element-9b25228 > .elementor-container {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.mjg-experience .elementor-location-footer .elementor-element-e17e612 > .elementor-container {
		width: calc(100% - 2rem);
		padding-block: 2rem;
	}

	body.mjg-experience .elementor-location-footer .elementor-element-68b0fc2 {
		margin-bottom: 1rem;
	}

	body.mjg-experience .elementor-location-footer .elementor-element-9b25228 {
		margin-top: 1.5rem !important;
	}

	body.mjg-experience .elementor-location-footer .elementor-element-9b25228 .elementor-element-83f8cc9,
	body.mjg-experience .elementor-location-footer .elementor-element-9b25228 .elementor-element-058b41b,
	body.mjg-experience .elementor-location-footer .elementor-element-9b25228 .elementor-element-e2005ab,
	body.mjg-experience .elementor-location-footer .elementor-element-9b25228 .elementor-element-35bf50a,
	body.mjg-experience .elementor-location-footer .elementor-element-9b25228 .elementor-widget-wrap {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.mjg-experience.mjg-contact-page .mjg-contact-form-card {
		padding-inline: 0.75rem;
	}

	body.mjg-experience.mjg-contact-page .site-content > .ast-container {
		padding-inline: 0 !important;
	}

	body.mjg-experience.mjg-contact-page .mjg-contact-layout {
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
		min-width: 0;
	}

	body.mjg-experience.mjg-contact-page .mjg-footer-form-shell,
	body.mjg-experience.mjg-contact-page .mjg-footer-form-shell iframe {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.mjg-experience .mjg-footer-cta {
		align-items: stretch;
		flex-direction: column;
		width: calc(100% - 2rem);
		text-align: center;
	}

	body.mjg-experience .mjg-footer-cta a {
		width: 100%;
	}

	body.mjg-experience .mjg-footer-policy {
		justify-content: center;
		width: calc(100% - 2rem);
		padding: 1.25rem 0;
		text-align: center;
	}
}

@media (max-width: 480px) {
	body.mjg-experience .elementor-location-header .elementor-element-e569d24 > .elementor-widget-wrap {
		grid-template-columns: minmax(120px, 150px) minmax(0, 1fr);
	}

	body.mjg-experience .elementor-location-header .elementor-element-20bbd9f img {
		width: 145px !important;
	}

	body.mjg-experience .mjg-proof-rail {
		grid-template-columns: 1fr;
	}

	body.mjg-experience .mjg-proof-rail div + div,
	body.mjg-experience .mjg-proof-rail div:nth-child(3) {
		border-top: 1px solid var(--mjg-gold-soft);
		border-left: 0;
	}

	body.mjg-experience.home section[aria-labelledby="home-services-title"] .mjg-grid {
		grid-template-columns: 1fr;
	}

	body.mjg-experience .mjg-case-index ol {
		grid-template-columns: 1fr;
	}

	body.mjg-experience .mjg-page .mjg-button,
	body.mjg-experience .mjg-page a.mjg-button {
		width: 100%;
	}

	body.mjg-experience.home .mjg-editorial-split .mjg-actions {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.mjg-experience *,
	body.mjg-experience *::before,
	body.mjg-experience *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Analytics choice panel */
body.mjg-experience .mjg-consent-panel {
	position: fixed;
	z-index: 1000000;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.25rem;
	align-items: center;
	max-width: 1160px;
	margin: 0 auto;
	border: 1px solid rgba(225, 190, 117, 0.55);
	border-radius: 14px;
	padding: 1.1rem 1.2rem;
	background: #123b32;
	box-shadow: 0 20px 60px rgba(6, 26, 22, 0.34);
	color: #fff;
}

body.mjg-experience .mjg-consent-panel[hidden],
body.mjg-experience .mjg-cookie-settings[hidden] {
	display: none !important;
}

body.mjg-experience .mjg-consent-panel h2 {
	margin: 0 0 0.35rem;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1.2;
}

body.mjg-experience .mjg-consent-panel p {
	max-width: 760px;
	margin: 0;
	color: #f3f0e8;
	font-size: 0.94rem;
	line-height: 1.55;
}

body.mjg-experience .mjg-consent-panel a {
	color: #f4d392;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

body.mjg-experience .mjg-consent-panel__actions {
	display: flex;
	gap: 0.65rem;
	align-items: center;
	justify-content: flex-end;
}

body.mjg-experience .mjg-consent-panel .mjg-button {
	min-height: 44px;
	margin: 0;
	white-space: nowrap;
}

body.mjg-experience .mjg-consent-panel .mjg-button-light {
	border-color: rgba(255, 255, 255, 0.66);
	background: transparent;
	color: #fff;
}

body.mjg-experience .mjg-cookie-settings {
	position: fixed;
	z-index: 999999;
	bottom: 0.7rem;
	left: 0.7rem;
	min-height: 38px;
	border: 1px solid rgba(18, 59, 50, 0.25);
	border-radius: 999px;
	padding: 0.5rem 0.8rem;
	background: #fffdf7;
	box-shadow: 0 8px 28px rgba(6, 26, 22, 0.16);
	color: #123b32;
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1;
}

body.mjg-experience.mjg-consent-open .mjg-cookie-settings {
	display: none;
}

body.mjg-experience .mjg-cookie-settings:hover {
	background: #f5eddb;
}

body.mjg-experience .mjg-cookie-settings:focus-visible,
body.mjg-experience .mjg-consent-panel button:focus-visible,
body.mjg-experience .mjg-consent-panel a:focus-visible {
	outline: 3px solid #f4d392;
	outline-offset: 3px;
}

@media (max-width: 720px) {
	body.mjg-experience .mjg-consent-panel {
		grid-template-columns: 1fr;
		gap: 0.9rem;
		padding: 1rem;
	}

	body.mjg-experience .mjg-consent-panel__actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.mjg-experience .mjg-consent-panel .mjg-button {
		width: 100%;
	}

	body.mjg-experience .mjg-cookie-settings {
		position: static;
		display: block;
		margin: 1rem auto;
	}
}

/* 0.3.3 visual system */
body.mjg-managed-page .site-content > .ast-container,
body.mjg-managed-page .elementor-486 .elementor-element.elementor-element-2aa3f53d > .elementor-container {
	width: 100% !important;
	max-width: none !important;
	padding-inline: 0 !important;
}

body.mjg-managed-page .elementor-486 .elementor-element.elementor-element-da5f156 {
	width: 100% !important;
	max-width: none !important;
	padding-inline: 0 !important;
}

body.mjg-experience .mjg-page {
	width: min(100%, 1360px);
	max-width: 1360px;
}

body.mjg-managed-page .mjg-case-page,
body.mjg-managed-page .mjg-art-page {
	width: min(100%, 1440px);
	max-width: 1440px;
	padding-inline: clamp(1rem, 3vw, 3rem);
}

body.mjg-experience .elementor-location-header .elementor-element-e569d24 > .elementor-widget-wrap {
	grid-template-columns: minmax(200px, 225px) minmax(0, 1fr);
	width: min(100% - 3rem, 1360px);
	padding-block: 0.72rem;
}

body.mjg-experience .elementor-location-header .elementor-element-20bbd9f img {
	width: 215px !important;
}

body.mjg-experience .mjg-page .mjg-grid {
	gap: clamp(0.9rem, 2vw, 1.4rem);
	border: 0;
	background: transparent;
}

body.mjg-experience .mjg-page .mjg-card {
	border: 1px solid var(--mjg-line);
	background: var(--mjg-paper);
	box-shadow: 0 0.8rem 2.4rem rgba(9, 39, 31, 0.055);
}

body.mjg-experience.home .mjg-page .mjg-editorial-split {
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
	min-height: min(720px, calc(100vh - 7rem));
}

body.mjg-experience.home .mjg-editorial-media img,
body.mjg-experience .mjg-page img.mjg-priority-image,
body.mjg-experience .mjg-page img.wp-image-2646 {
	object-position: 36% 28% !important;
}

body.mjg-experience .mjg-hero-credentials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1.25rem;
	margin: 2rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 1.1rem 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	list-style: none;
}

body.mjg-experience .mjg-hero-credentials li {
	position: relative;
	margin: 0;
	padding-left: 0.9rem;
}

body.mjg-experience .mjg-hero-credentials li::before {
	content: "";
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 0.34rem;
	height: 0.34rem;
	border-radius: 50%;
	background: #dfb886;
}

body.mjg-experience .mjg-proof-rail > * {
	display: block;
	min-width: 0;
	padding: 1.5rem clamp(1rem, 2.2vw, 2rem);
	color: inherit;
	text-decoration: none;
}

body.mjg-experience .mjg-proof-rail > * + * {
	border-left: 1px solid var(--mjg-line);
}

body.mjg-experience .mjg-proof-rail a:hover,
body.mjg-experience .mjg-proof-rail a:focus-visible {
	background: var(--mjg-cream);
	color: var(--mjg-burgundy-dark);
}

body.mjg-experience .mjg-proof-rail > * strong,
body.mjg-experience .mjg-proof-rail > * span {
	display: block;
}

body.mjg-experience .mjg-proof-rail > * strong {
	margin-bottom: 0.3rem;
	color: var(--mjg-green-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.08rem;
	font-weight: 600;
}

body.mjg-experience .mjg-proof-rail > * span {
	color: var(--mjg-muted);
	font-size: 0.87rem;
	line-height: 1.45;
}

body.mjg-experience .mjg-book-feature {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
	align-items: stretch;
	overflow: hidden;
	border: 1px solid var(--mjg-line);
	background: var(--mjg-paper);
	box-shadow: var(--mjg-shadow);
}

body.mjg-experience .mjg-book-feature__cover {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 1rem;
	margin: 0;
	padding: clamp(2rem, 4vw, 4.5rem);
	background: #f3e9db;
}

body.mjg-experience .mjg-book-feature__cover img,
body.mjg-experience .mjg-book-page-cover img {
	display: block;
	width: min(100%, 340px);
	height: auto;
	box-shadow: 0 1.4rem 3.5rem rgba(9, 39, 31, 0.2);
}

body.mjg-experience .mjg-book-feature__cover figcaption {
	color: var(--mjg-green-dark);
	font-size: 0.78rem;
	font-weight: 760;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

body.mjg-experience .mjg-book-feature__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.4rem, 5vw, 5.5rem);
}

body.mjg-experience .mjg-book-feature__copy h2 {
	max-width: 14ch;
	font-size: clamp(2.8rem, 5vw, 5rem);
}

body.mjg-experience .mjg-book-subtitle {
	max-width: 34ch;
	margin-top: -0.2rem;
	color: var(--mjg-burgundy-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	font-weight: 560;
	line-height: 1.35;
}

body.mjg-experience .mjg-book-points {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 1rem 0 1.7rem;
	padding: 0;
	list-style: none;
}

body.mjg-experience .mjg-book-points li {
	margin: 0;
	border: 1px solid var(--mjg-line);
	border-radius: 999px;
	padding: 0.5rem 0.8rem;
	background: var(--mjg-cream);
	font-size: 0.82rem;
	font-weight: 710;
	line-height: 1.2;
}

body.mjg-experience .mjg-book-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem 1.25rem;
	margin: 0;
}

body.mjg-experience .mjg-source-proof {
	border-block: 1px solid var(--mjg-line);
	padding-block: clamp(2.6rem, 5vw, 4.8rem);
}

body.mjg-experience .mjg-source-proof__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	align-items: end;
	gap: clamp(1.5rem, 5vw, 5rem);
	margin-bottom: 2rem;
}

body.mjg-experience .mjg-source-proof__heading h2,
body.mjg-experience .mjg-source-proof__heading p {
	margin-bottom: 0;
}

body.mjg-experience .mjg-source-proof__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

body.mjg-experience .mjg-source-proof__links a {
	display: flex;
	min-height: 9rem;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid var(--mjg-line);
	padding: clamp(1.25rem, 2.5vw, 2rem);
	background: var(--mjg-paper);
	color: var(--mjg-green-dark);
	text-decoration: none;
}

body.mjg-experience .mjg-source-proof__links a:hover,
body.mjg-experience .mjg-source-proof__links a:focus-visible {
	border-color: var(--mjg-gold);
	box-shadow: 0 1rem 2.5rem rgba(9, 39, 31, 0.08);
}

body.mjg-experience .mjg-source-proof__links strong,
body.mjg-experience .mjg-source-proof__links span {
	display: block;
}

body.mjg-experience .mjg-source-proof__links strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	font-weight: 600;
	line-height: 1.15;
}

body.mjg-experience .mjg-source-proof__links span {
	margin-top: 1.5rem;
	color: var(--mjg-muted);
	font-size: 0.83rem;
	font-weight: 720;
}

body.mjg-experience .mjg-source-proof__all {
	margin: 1.4rem 0 0;
	font-weight: 740;
}

body.mjg-experience .mjg-voice-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.2vw, 1.5rem);
}

body.mjg-experience .mjg-client-voices {
	border: 1px solid var(--mjg-line);
	padding: clamp(2rem, 4vw, 4rem);
	background: var(--mjg-green-soft);
}

body.mjg-experience .mjg-client-voices .mjg-section-heading {
	align-items: end;
	margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

body.mjg-experience .mjg-voice-grid figure {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	border: 1px solid rgba(9, 39, 31, 0.14);
	border-top: 3px solid var(--mjg-gold);
	padding: clamp(1.5rem, 3vw, 2.5rem);
	background: var(--mjg-paper);
	box-shadow: 0 0.8rem 2rem rgba(9, 39, 31, 0.045);
}

body.mjg-experience .mjg-voice-grid blockquote {
	position: relative;
	margin: 0;
	border: 0;
	padding-top: 2.1rem;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: transparent;
	box-shadow: none;
	color: var(--mjg-green-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.08rem, 1.45vw, 1.3rem);
	line-height: 1.5;
}

body.mjg-experience .mjg-voice-grid blockquote::before {
	content: "\201C";
	position: absolute;
	top: -0.35rem;
	left: 0;
	color: var(--mjg-gold);
	font-size: 3.35rem;
	font-weight: 600;
	line-height: 1;
}

body.mjg-experience .mjg-voice-grid figcaption {
	margin-top: clamp(1.6rem, 3vw, 2.4rem);
	border-top: 1px solid var(--mjg-line);
	padding-top: 1.15rem;
}

body.mjg-experience .mjg-voice-grid figcaption strong,
body.mjg-experience .mjg-voice-grid figcaption span {
	display: block;
}

body.mjg-experience .mjg-voice-grid figcaption strong {
	color: var(--mjg-burgundy-dark);
	font-size: 0.84rem;
	font-weight: 790;
	letter-spacing: 0.055em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.mjg-experience .mjg-voice-grid figcaption span {
	margin-top: 0.35rem;
	color: var(--mjg-muted);
	font-size: 0.82rem;
	line-height: 1.45;
}

body.mjg-experience.home section[aria-labelledby="home-services-title"] .mjg-card {
	border-top: 1px solid var(--mjg-line);
	box-shadow: 0 0.8rem 2.3rem rgba(9, 39, 31, 0.055);
}

body.mjg-experience .mjg-case-teasers,
body.mjg-experience .mjg-insights-recent,
body.mjg-experience .mjg-topic-index {
	gap: clamp(0.9rem, 2vw, 1.35rem);
	border: 0;
	padding: 0;
	background: transparent;
}

body.mjg-experience .mjg-case-teasers article,
body.mjg-experience .mjg-insight-card,
body.mjg-experience .mjg-topic-index .mjg-card {
	border: 1px solid var(--mjg-line);
	background: var(--mjg-paper);
	box-shadow: 0 0.75rem 2.1rem rgba(9, 39, 31, 0.045);
}

body.mjg-experience .mjg-page .mjg-notice,
body.mjg-experience .mjg-inquiry-context,
body.mjg-experience .mjg-art-intro aside,
body.mjg-experience .mjg-contact-aside > section {
	border: 1px solid var(--mjg-line);
	padding: clamp(1.25rem, 2.5vw, 2rem);
	background: var(--mjg-paper);
	box-shadow: 0 0.7rem 2rem rgba(9, 39, 31, 0.04);
}

body.mjg-experience .mjg-page .mjg-notice {
	border-radius: 0;
}

body.mjg-experience .mjg-case-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.82fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
}

body.mjg-experience .mjg-case-hero__guide {
	display: grid;
	gap: 0;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.04);
}

body.mjg-experience .mjg-case-hero__guide p {
	margin: 0;
	padding: 1.25rem;
}

body.mjg-experience .mjg-case-hero__guide p + p {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

body.mjg-experience .mjg-case-hero__guide strong,
body.mjg-experience .mjg-case-hero__guide span {
	display: block;
}

body.mjg-experience .mjg-case-hero__guide strong {
	margin-bottom: 0.25rem;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.15rem;
	font-weight: 600;
}

body.mjg-experience .mjg-case-hero__guide span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.86rem;
	line-height: 1.45;
}

body.mjg-experience .mjg-method-note {
	border-color: var(--mjg-line);
}

body.mjg-experience .mjg-case-index {
	border: 1px solid var(--mjg-line);
	padding: 0.75rem;
	background: var(--mjg-paper);
}

body.mjg-experience .mjg-case-index a {
	min-height: 100%;
	border: 1px solid transparent;
	padding: 0.9rem 1rem;
}

body.mjg-experience .mjg-case-index a:hover,
body.mjg-experience .mjg-case-index a:focus-visible {
	border-color: var(--mjg-line);
	background: var(--mjg-cream);
}

body.mjg-experience .mjg-case-study {
	padding-block: clamp(3.2rem, 6vw, 6rem);
}

body.mjg-experience .mjg-case-study > h2 {
	max-width: 27ch;
}

body.mjg-experience .mjg-case-flow {
	gap: clamp(1rem, 2vw, 1.5rem);
}

body.mjg-experience .mjg-case-flow > div {
	min-width: 0;
	border: 1px solid var(--mjg-line);
	padding: clamp(1.35rem, 2.5vw, 2rem);
	background: var(--mjg-paper);
}

body.mjg-experience .mjg-case-flow > div:nth-child(2) {
	background: #f6f0e7;
}

body.mjg-experience .mjg-case-flow p {
	max-width: 40ch;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.72;
}

body.mjg-experience .mjg-art-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
	align-items: stretch;
	gap: 0;
	padding: 0;
	overflow: hidden;
}

body.mjg-experience .mjg-art-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.5rem, 5vw, 5rem);
}

body.mjg-experience .mjg-art-hero__preview {
	display: grid;
	place-items: center;
	min-height: 100%;
	margin: 0;
	padding: clamp(1rem, 2vw, 2rem);
	background: #f3e9db;
}

body.mjg-experience .mjg-art-hero__preview img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 650px;
	object-fit: contain;
}

body.mjg-experience .mjg-art-intro {
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
}

body.mjg-experience .mjg-art-grid {
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

body.mjg-experience .mjg-art-card {
	overflow: hidden;
	border: 1px solid var(--mjg-line);
	background: var(--mjg-paper);
	box-shadow: 0 1rem 2.8rem rgba(9, 39, 31, 0.07);
}

body.mjg-experience .mjg-art-card figure {
	border-bottom: 1px solid var(--mjg-line);
	padding: clamp(0.7rem, 1.4vw, 1rem);
	background: #f7f1e8;
}

body.mjg-experience .mjg-art-card figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: contain;
}

body.mjg-experience .mjg-art-card:hover figure img {
	transform: none;
}

body.mjg-experience .mjg-book-page-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
}

body.mjg-experience .mjg-book-page-cover {
	display: grid;
	place-items: center;
	margin: 0;
}

body.mjg-experience .mjg-book-page-hero .mjg-actions .mjg-button {
	display: inline-block;
	white-space: normal;
	text-align: center;
}

body.mjg-experience .elementor-location-footer .elementor-element-68b0fc2 {
	width: min(320px, 74vw);
	margin-bottom: 2.4rem;
}

body.mjg-experience .elementor-location-footer .elementor-element-e2005ab .elementor-social-icon {
	background: #fff8ec !important;
	color: var(--mjg-green-dark) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.mjg-experience .elementor-location-footer .elementor-element-e2005ab .elementor-social-icon i,
body.mjg-experience .elementor-location-footer .elementor-element-e2005ab .elementor-social-icon svg {
	color: var(--mjg-green-dark) !important;
	fill: currentColor !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.mjg-experience .elementor-location-footer .elementor-element-35bf50a .elementor-icon-list-icon,
body.mjg-experience .elementor-location-footer .elementor-element-35bf50a .elementor-icon-list-icon i,
body.mjg-experience .elementor-location-footer .elementor-element-35bf50a .elementor-icon-list-icon svg {
	color: #f0d6b5 !important;
	fill: currentColor !important;
	stroke: currentColor !important;
	opacity: 1 !important;
	visibility: visible !important;
}

@media (max-width: 1120px) {
	body.mjg-experience .elementor-location-header .elementor-element-e569d24 > .elementor-widget-wrap {
		grid-template-columns: minmax(175px, 195px) minmax(0, 1fr);
	}

	body.mjg-experience .elementor-location-header .elementor-element-20bbd9f img {
		width: 190px !important;
	}
}

@media (max-width: 940px) {
	body.mjg-experience.home .mjg-page .mjg-editorial-split {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.mjg-experience .mjg-book-feature,
	body.mjg-experience .mjg-case-hero,
	body.mjg-experience .mjg-art-hero,
	body.mjg-experience .mjg-book-page-hero {
		grid-template-columns: 1fr;
	}

	body.mjg-experience .mjg-art-hero__preview {
		min-height: 520px;
	}

	body.mjg-experience .mjg-book-page-cover {
		order: -1;
	}

	body.mjg-experience .mjg-proof-rail > *:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--mjg-line);
	}

	body.mjg-experience .mjg-proof-rail > *:nth-child(4) {
		border-top: 1px solid var(--mjg-line);
	}
}

@media (max-width: 900px) {
	body.mjg-experience .mjg-source-proof__heading,
	body.mjg-experience .mjg-art-intro {
		grid-template-columns: 1fr;
	}

	body.mjg-experience .mjg-source-proof__links,
	body.mjg-experience .mjg-voice-grid,
	body.mjg-experience .mjg-case-flow {
		grid-template-columns: 1fr;
	}

	body.mjg-experience .mjg-case-flow > div {
		border-top: 1px solid var(--mjg-line);
		padding: 1.35rem;
	}

	body.mjg-experience .mjg-case-flow p {
		max-width: 62ch;
	}
}

@media (max-width: 820px) {
	body.mjg-experience .mjg-art-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	body.mjg-experience .elementor-location-header .elementor-element-e569d24 > .elementor-widget-wrap {
		grid-template-columns: minmax(160px, 185px) minmax(0, 1fr);
	}

	body.mjg-experience .elementor-location-header .elementor-element-20bbd9f img {
		width: 180px !important;
	}

	body.mjg-experience .mjg-proof-rail > *:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--mjg-line);
	}

	body.mjg-experience .mjg-proof-rail > *:nth-child(4) {
		border-top: 1px solid var(--mjg-line);
	}

	body.mjg-experience .mjg-book-feature__cover,
	body.mjg-experience .mjg-book-feature__copy {
		padding: 2rem 1.4rem;
	}

	body.mjg-experience .mjg-art-hero__preview {
		min-height: 390px;
	}

	body.mjg-experience .mjg-case-hero,
	body.mjg-experience .mjg-book-page-hero {
		gap: 1.5rem;
	}

	body.mjg-experience .elementor-location-footer .elementor-element-68b0fc2 {
		width: min(280px, 78vw);
	}
}

@media (max-width: 480px) {
	body.mjg-experience .elementor-location-header .elementor-element-e569d24 > .elementor-widget-wrap {
		grid-template-columns: minmax(145px, 165px) minmax(0, 1fr);
	}

	body.mjg-experience .elementor-location-header .elementor-element-20bbd9f img {
		width: 160px !important;
	}

	body.mjg-experience .mjg-proof-rail {
		grid-template-columns: 1fr;
	}

	body.mjg-experience .mjg-proof-rail > * + * {
		border-top: 1px solid var(--mjg-line);
		border-left: 0;
	}

	body.mjg-experience .mjg-book-actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.mjg-experience .mjg-book-actions a {
		width: 100%;
		text-align: center;
	}

	body.mjg-experience .mjg-hero-credentials {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.6rem 0.8rem;
	}
}

/* Homepage artwork preview: equal, complete frames at every viewport. */
@media (max-width: 1020px) {
	body.mjg-experience .mjg-home-art {
		grid-template-columns: 1fr;
	}

	body.mjg-experience .mjg-home-art-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		min-height: 0;
	}
}

@media (max-width: 620px) {
	body.mjg-experience .mjg-home-art-grid {
		display: flex;
		align-items: stretch;
		min-height: 0;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		scrollbar-width: thin;
	}

	body.mjg-experience .mjg-home-art-grid figure {
		flex: 0 0 min(82vw, 360px);
		height: auto;
		scroll-snap-align: start;
	}
}

/* 0.3.11 service-area and inquiry layout refinement. */
body.mjg-experience.mjg-service-areas-page .mjg-page .mjg-service-area-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: clamp(1rem, 2.4vw, 2rem);
}

body.mjg-experience.mjg-service-areas-page .mjg-page .mjg-service-area-grid > .mjg-card {
	display: flex;
	min-width: 0;
	min-height: 0;
	height: auto;
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 0;
	padding: clamp(1.5rem, 2.8vw, 2.35rem);
}

body.mjg-experience.mjg-service-areas-page .mjg-page .mjg-service-area-grid > .mjg-card h2 {
	max-width: 18ch;
	margin-bottom: 0.85rem;
	font-size: clamp(1.75rem, 2.7vw, 2.55rem);
}

body.mjg-experience.mjg-service-areas-page .mjg-page .mjg-service-area-grid > .mjg-card p {
	max-width: 54ch;
	margin: 0;
}

body.mjg-services-page .mjg-inquiry-process {
	padding: clamp(2.5rem, 4vw, 4rem);
}

body.mjg-services-page .mjg-inquiry-process > h2 {
	margin-bottom: clamp(1.5rem, 2.8vw, 2.25rem);
}

body.mjg-services-page .mjg-inquiry-process > .mjg-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: clamp(1rem, 2vw, 1.5rem);
}

body.mjg-services-page .mjg-inquiry-process > .mjg-grid > .mjg-card {
	display: flex;
	min-width: 0;
	min-height: 0;
	height: auto;
	align-self: start;
	flex-direction: column;
	justify-content: flex-start;
	padding: clamp(1.4rem, 2.4vw, 2rem);
	text-align: left;
}

body.mjg-services-page .mjg-inquiry-process > .mjg-grid > .mjg-card h3 {
	max-width: 19ch;
	margin: 0 0 0.75rem;
	font-size: clamp(1.3rem, 1.7vw, 1.65rem);
}

body.mjg-services-page .mjg-inquiry-process > .mjg-grid > .mjg-card p {
	max-width: 36ch;
	margin: 0;
	line-height: 1.62;
}

body.mjg-services-page .mjg-inquiry-process > .mjg-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.9rem 1.4rem;
	margin: clamp(1.75rem, 3vw, 2.5rem) 0 0;
}

body.mjg-services-page .mjg-inquiry-process > .mjg-actions > * {
	margin: 0;
}

body.mjg-services-page .mjg-page .mjg-inquiry-process > .mjg-actions > a {
	margin-inline: 0;
}

@media (max-width: 900px) {
	body.mjg-services-page .mjg-inquiry-process > .mjg-grid {
		grid-template-columns: 1fr;
	}

	body.mjg-services-page .mjg-inquiry-process > .mjg-grid > .mjg-card {
		width: 100%;
		max-width: none;
	}

	body.mjg-services-page .mjg-inquiry-process > .mjg-grid > .mjg-card p {
		max-width: 62ch;
	}
}

@media (max-width: 780px) {
	body.mjg-experience.mjg-service-areas-page .mjg-page .mjg-service-area-grid {
		grid-template-columns: 1fr;
		align-items: start;
	}

	body.mjg-experience.mjg-service-areas-page .mjg-page .mjg-service-area-grid > .mjg-card {
		width: 100%;
		align-self: auto;
	}
}

@media (max-width: 600px) {
	body.mjg-services-page .mjg-inquiry-process {
		padding: 2rem 1rem;
	}

	body.mjg-services-page .mjg-inquiry-process > .mjg-actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.mjg-services-page .mjg-inquiry-process > .mjg-actions > a {
		width: 100%;
		min-height: 2.75rem;
		justify-content: center;
		text-align: center;
	}
}

/* 0.3.12 visual rhythm and paired-action refinement. */
body.mjg-experience .mjg-page .mjg-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1.5rem 0 0;
}

body.mjg-experience .mjg-page .mjg-actions > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	margin: 0;
	padding: 0.82rem 1.2rem;
	font-size: 0.96rem;
	font-weight: 740;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}

body.mjg-experience .mjg-page .mjg-actions > a:not(.mjg-button) {
	border: 1px solid currentColor;
	background: transparent;
	color: var(--mjg-burgundy);
}

body.mjg-experience .mjg-page .mjg-hero .mjg-actions > a:not(.mjg-button),
body.mjg-experience .mjg-page .mjg-cta .mjg-actions > a:not(.mjg-button) {
	border-color: rgba(255, 255, 255, 0.46);
	color: #fff;
}

body.mjg-experience .mjg-page .mjg-actions > a:not(.mjg-button):hover,
body.mjg-experience .mjg-page .mjg-actions > a:not(.mjg-button):focus-visible {
	border-color: currentColor;
	background: rgba(134, 45, 50, 0.06);
	text-decoration: underline;
}

body.mjg-experience .mjg-page .mjg-hero .mjg-actions > a:not(.mjg-button):hover,
body.mjg-experience .mjg-page .mjg-hero .mjg-actions > a:not(.mjg-button):focus-visible,
body.mjg-experience .mjg-page .mjg-cta .mjg-actions > a:not(.mjg-button):hover,
body.mjg-experience .mjg-page .mjg-cta .mjg-actions > a:not(.mjg-button):focus-visible {
	background: rgba(255, 255, 255, 0.08);
}

body.mjg-experience .mjg-page .mjg-cta {
	min-height: 0;
	padding: clamp(2.6rem, 4vw, 4rem) clamp(1.4rem, 5vw, 4.5rem);
}

body.mjg-experience .mjg-page .mjg-cta > h2,
body.mjg-experience .mjg-page .mjg-cta > p {
	max-width: 43rem;
}

body.mjg-experience .mjg-page .mjg-cta > h2 {
	margin-bottom: 0.9rem;
}

body.mjg-experience .mjg-page .mjg-cta > p {
	margin-top: 0;
	margin-bottom: 1.5rem;
	line-height: 1.65;
}

body.mjg-experience .mjg-page .mjg-cta > p:last-child {
	margin-bottom: 0;
}

body.mjg-experience .mjg-page .mjg-cta > .mjg-actions {
	justify-content: center;
	width: 100%;
	margin-inline: auto;
}

body.mjg-experience .mjg-page .mjg-cta .mjg-button {
	min-width: min(100%, 18rem);
}

body.mjg-experience .mjg-home-art {
	grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.38fr);
	align-items: stretch;
	background: #f3e9db;
}

body.mjg-experience .mjg-home-art-copy {
	justify-content: center;
	padding: clamp(2.25rem, 3.4vw, 3.5rem);
	background: var(--mjg-green-dark);
}

body.mjg-experience .mjg-home-art h2 {
	max-width: 11ch;
	font-size: clamp(2.35rem, 3vw, 3.25rem);
	line-height: 1.04;
}

body.mjg-experience .mjg-home-art-copy > p:not(.mjg-eyebrow) {
	max-width: 31ch;
	line-height: 1.65;
}

body.mjg-experience .mjg-home-art-copy > p:last-child {
	margin-bottom: 0;
}

body.mjg-experience .mjg-home-art-grid {
	align-content: center;
	padding: clamp(1.25rem, 2vw, 2rem);
}

body.mjg-experience .mjg-home-art-grid figcaption {
	min-height: 6rem;
}

body.mjg-experience.home section[aria-labelledby="home-public-work-title"] .mjg-card {
	padding: clamp(1.45rem, 2.2vw, 2rem);
}

body.mjg-experience.home section[aria-labelledby="home-public-work-title"] .mjg-card h3 {
	max-width: 24ch;
	margin-bottom: 0.8rem;
	font-size: clamp(1.22rem, 1.35vw, 1.45rem);
	line-height: 1.18;
	text-wrap: pretty;
}

body.mjg-experience.home .mjg-external-source-link::after {
	content: "\2197";
	display: inline-block;
	margin-left: 0.35rem;
	font-family: inherit;
	font-size: 0.72em;
	line-height: 1;
	transition: transform 160ms ease;
}

body.mjg-experience.home .mjg-external-source-link:hover::after,
body.mjg-experience.home .mjg-external-source-link:focus-visible::after {
	transform: translate(0.1rem, -0.1rem);
}

body.mjg-experience.home section[aria-labelledby="home-public-work-title"] .mjg-card p {
	margin-top: 0;
	font-size: 0.96rem;
	line-height: 1.65;
}

body.mjg-experience.home section[aria-labelledby="home-public-work-title"] .mjg-card .mjg-eyebrow {
	margin-bottom: 1.1rem;
	font-size: 0.69rem;
}

body.mjg-experience.home .mjg-home-public-work .mjg-section-heading {
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

body.mjg-experience.home .mjg-home-public-work .mjg-public-work-grid {
	margin-top: 0;
}

body.mjg-experience.home .mjg-home-public-work .mjg-section-link {
	margin-top: clamp(1.25rem, 2vw, 1.75rem);
}

body.mjg-experience.home .mjg-home-public-work + .mjg-client-voices {
	margin-top: clamp(2.75rem, 4vw, 4rem) !important;
}

@media (max-width: 1020px) {
	body.mjg-experience .mjg-home-art {
		grid-template-columns: 1fr;
	}

	body.mjg-experience .mjg-home-art h2,
	body.mjg-experience .mjg-home-art-copy > p:not(.mjg-eyebrow) {
		max-width: 26ch;
	}
}

@media (max-width: 600px) {
	body.mjg-experience .mjg-page .mjg-actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.mjg-experience .mjg-page .mjg-actions > a {
		width: 100%;
	}

	body.mjg-experience .mjg-page .mjg-cta {
		padding: 2.5rem 1.3rem;
	}

	body.mjg-experience .mjg-home-art-copy {
		padding: 2.6rem 1.4rem;
	}

	body.mjg-experience .mjg-home-art h2 {
		max-width: 12ch;
		font-size: clamp(2.2rem, 11vw, 3rem);
	}
}

/* 0.3.15 standalone text actions. */
body.mjg-experience .mjg-page a.mjg-text-link,
body.mjg-experience .mjg-page .mjg-book-actions > a:not(.mjg-button) {
	display: inline-grid;
	grid-template-columns: minmax(0, auto) 1.65rem;
	align-items: center;
	gap: 0.58rem;
	width: fit-content;
	max-width: 100%;
	min-height: 2.75rem;
	border: 1px solid rgba(134, 45, 50, 0.3);
	padding: 0.48rem 0.5rem 0.48rem 0.78rem;
	background: rgba(255, 255, 255, 0.5);
	color: var(--mjg-burgundy);
	font-size: 0.92rem;
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, background-color 160ms ease;
}

body.mjg-experience .mjg-page a.mjg-text-link .mjg-text-link__label {
	min-width: 0;
	overflow-wrap: anywhere;
}

body.mjg-experience .mjg-page a.mjg-text-link::after,
body.mjg-experience .mjg-page .mjg-book-actions > a:not(.mjg-button)::after {
	content: "\2192";
	display: grid;
	width: 1.65rem;
	height: 1.65rem;
	place-items: center;
	border-radius: 50%;
	background: var(--mjg-burgundy);
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.mjg-experience .mjg-page a.mjg-text-link[target="_blank"]::after,
body.mjg-experience .mjg-page .mjg-book-actions > a[target="_blank"]:not(.mjg-button)::after {
	content: "\2197";
}

body.mjg-experience .mjg-page a.mjg-text-link:hover,
body.mjg-experience .mjg-page a.mjg-text-link:focus-visible,
body.mjg-experience .mjg-page .mjg-book-actions > a:not(.mjg-button):hover,
body.mjg-experience .mjg-page .mjg-book-actions > a:not(.mjg-button):focus-visible {
	border-color: rgba(134, 45, 50, 0.62);
	background: var(--mjg-paper);
	box-shadow: 0 0.45rem 1.2rem rgba(9, 39, 31, 0.08);
	color: var(--mjg-burgundy-dark);
}

body.mjg-experience .mjg-page a.mjg-text-link:hover::after,
body.mjg-experience .mjg-page a.mjg-text-link:focus-visible::after,
body.mjg-experience .mjg-page .mjg-book-actions > a:not(.mjg-button):hover::after,
body.mjg-experience .mjg-page .mjg-book-actions > a:not(.mjg-button):focus-visible::after {
	transform: translateX(0.14rem);
}

body.mjg-experience .mjg-page .mjg-hero a.mjg-text-link,
body.mjg-experience .mjg-page .mjg-cta a.mjg-text-link {
	border-color: rgba(255, 255, 255, 0.48);
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}

body.mjg-experience .mjg-page .mjg-hero a.mjg-text-link::after,
body.mjg-experience .mjg-page .mjg-cta a.mjg-text-link::after {
	background: #fff;
	color: var(--mjg-green-dark);
}

body.mjg-experience .mjg-page .mjg-hero a.mjg-text-link:hover,
body.mjg-experience .mjg-page .mjg-hero a.mjg-text-link:focus-visible,
body.mjg-experience .mjg-page .mjg-cta a.mjg-text-link:hover,
body.mjg-experience .mjg-page .mjg-cta a.mjg-text-link:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--mjg-green-dark);
}

body.mjg-experience .mjg-page .mjg-hero a.mjg-text-link:hover::after,
body.mjg-experience .mjg-page .mjg-hero a.mjg-text-link:focus-visible::after,
body.mjg-experience .mjg-page .mjg-cta a.mjg-text-link:hover::after,
body.mjg-experience .mjg-page .mjg-cta a.mjg-text-link:focus-visible::after {
	background: var(--mjg-green-dark);
	color: #fff;
}

@media (max-width: 720px) {
	body.mjg-experience .mjg-client-voices {
		padding: 1.25rem;
	}

	body.mjg-experience .mjg-client-voices .mjg-section-heading {
		gap: 0.8rem;
	}

	body.mjg-experience .mjg-voice-grid {
		gap: 0.85rem;
	}

	body.mjg-experience .mjg-page a.mjg-text-link,
	body.mjg-experience .mjg-page .mjg-book-actions > a:not(.mjg-button) {
		font-size: 0.88rem;
	}
}

/* 0.3.16 homepage artwork alignment stability. */
@media (min-width: 1021px) {
	body.mjg-experience .mjg-home-art-copy {
		justify-content: center;
	}

	body.mjg-experience .mjg-home-art-grid {
		align-content: center;
	}
}

@media (max-width: 1020px) {
	body.mjg-experience .mjg-home-art-copy {
		justify-content: flex-start;
	}

	body.mjg-experience .mjg-home-art-grid {
		align-content: start;
	}
}

/* 0.3.17 service-area and inquiry layout refinement. */
body.mjg-experience.mjg-services-page .mjg-page .mjg-inquiry-process > .mjg-actions {
	margin: clamp(1.75rem, 3vw, 2.5rem) auto 0;
}
